deno/cli
2021-11-23 11:09:19 +11:00
..
ast refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
bench fix(bench): migrate to v8 from rusty_v8 (#12571) 2021-10-28 21:40:27 +11:00
compat 1.16.2 (#12794) 2021-11-17 11:00:58 -05:00
dts feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00
lsp feat(lsp): add type definition provider (#12789) 2021-11-23 11:09:19 +11:00
ops refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
schemas feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00
tests feat(lsp): add type definition provider (#12789) 2021-11-23 11:09:19 +11:00
tools refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
tsc feat(lsp): add type definition provider (#12789) 2021-11-23 11:09:19 +11:00
auth_tokens.rs
build.rs
cache.rs
Cargo.toml fix(fmt): markdown formatting was incorrectly removing some non-breaking space html entities (#12818) 2021-11-19 12:54:41 -05:00
checksum.rs
config_file.rs refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
deno.ico
deno_dir.rs
diagnostics.rs fix: update unstable Deno props for signal API (#12723) 2021-11-10 14:30:20 +01:00
diff.rs
disk_cache.rs
emit.rs refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
errors.rs fix(cli): don't panic when mapping unknown errors (#12659) 2021-11-07 15:33:56 +01:00
file_fetcher.rs refactor: clean up cli/file_fetcher.rs (#12772) 2021-11-15 19:59:19 -05:00
file_watcher.rs fix(fmt/lint): strip unc paths on Windows when displaying file paths in lint and fmt (#12606) 2021-11-01 16:22:08 -04:00
flags.rs typo 2021-11-09 13:43:23 -05:00
flags_allow_net.rs
fmt_errors.rs fix(cli/fmt_errors): don't panic on source line formatting errors (#12449) 2021-10-18 18:05:36 +02:00
fs_util.rs refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
http_cache.rs refactor(lsp): use deno_graph and single document struct (#12535) 2021-10-29 10:56:01 +11:00
http_util.rs feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00
lockfile.rs
logger.rs
main.rs fix(cli): short-circuit in prepare_module_load() (#12604) 2021-11-16 10:25:52 +11:00
module_loader.rs fix(cli): short-circuit in prepare_module_load() (#12604) 2021-11-16 10:25:52 +11:00
proc_state.rs refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
README.md
resolver.rs feat(cli): support React 17 JSX transforms (#12631) 2021-11-09 12:26:39 +11:00
source_maps.rs
standalone.rs refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
text_encoding.rs
tsc.rs refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
unix_util.rs
version.rs
windows_util.rs chore: upgrade Rust to 1.56.0 (#12514) 2021-10-26 07:17:11 +02:00

Deno CLI Crate

crates docs

This provides the actual deno executable and the user-facing APIs.

The deno crate uses the deno_core to provide the executable.