deno/cli
2021-12-07 19:21:04 -05:00
..
ast refactor: re-export anyhow from deno_core (#12777) 2021-11-16 09:02:28 -05:00
bench
compat chore: merge v1.16.4 into main (#12984) 2021-12-04 01:26:54 +01:00
dts feat(ext/net): ALPN support in Deno.connectTls() (#12786) 2021-11-26 19:59:53 +01:00
lsp chore: upgrade to Rust 1.57.0 (#12968) 2021-12-04 14:19:06 +01:00
ops feat: add --no-check=remote flag (#12766) 2021-11-30 09:23:30 +11:00
schemas
tests fix(ext/timers): fix flakiness of httpConnAutoCloseDelayedOnUpgrade test (#13017) 2021-12-08 02:50:35 +09:00
tools feat(cli): use deno fmt for lock and coverage files (#13018) 2021-12-07 19:21:04 -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 build: pin dependencies in cli crate (#12967) 2021-12-07 01:43:09 +01:00
checksum.rs
config_file.rs fix(lsp): lsp should respect include/exclude files in format config (#12876) 2021-11-24 15:14:19 -05:00
deno.ico
deno_dir.rs
diagnostics.rs feat: add --no-check=remote flag (#12766) 2021-11-30 09:23:30 +11:00
diff.rs
disk_cache.rs
emit.rs feat: add --no-check=remote flag (#12766) 2021-11-30 09:23:30 +11:00
errors.rs
file_fetcher.rs refactor: cli doesn't need to depend on deno_tls (#12952) 2021-12-01 11:13:11 -05:00
file_watcher.rs
flags.rs feat: add --no-check=remote flag (#12766) 2021-11-30 09:23:30 +11:00
flags_allow_net.rs
fmt_errors.rs
fs_util.rs fix(lsp): lsp should respect include/exclude files in format config (#12876) 2021-11-24 15:14:19 -05:00
http_cache.rs
http_util.rs refactor: cli doesn't need to depend on deno_tls (#12952) 2021-12-01 11:13:11 -05:00
lockfile.rs feat(cli): use deno fmt for lock and coverage files (#13018) 2021-12-07 19:21:04 -05:00
logger.rs
main.rs feat: add --no-check=remote flag (#12766) 2021-11-30 09:23:30 +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 chore: upgrade to rustls 0.20 (#12488) 2021-12-07 00:48:11 +01:00
README.md
resolver.rs
source_maps.rs
standalone.rs chore: upgrade to rustls 0.20 (#12488) 2021-12-07 00:48:11 +01: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

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.