deno/cli
Leo Kettmeir df5fe5a35f
1.17.3
2022-01-12 17:38:56 +01:00
..
ast
bench
compat 1.17.3 2022-01-12 17:38:56 +01:00
dts
lsp
ops
schemas
tests 1.17.3 2022-01-12 17:38:56 +01:00
tools fix(coverage): merge coverage ranges (#13334) 2022-01-12 16:25:38 +01:00
tsc
auth_tokens.rs
build.rs
cache.rs
Cargo.toml 1.17.3 2022-01-12 17:38:56 +01:00
checksum.rs
config_file.rs
deno_dir.rs
deno.ico
diagnostics.rs
diff.rs
disk_cache.rs
emit.rs
errors.rs
file_fetcher.rs fix(coverage): don't type check (#13324) 2022-01-12 16:24:26 +01:00
file_watcher.rs
flags_allow_net.rs
flags.rs
fmt_errors.rs
fs_util.rs cli(compile): fix output flag behaviour on compile command (#13299) 2022-01-12 16:25:08 +01:00
graph_util.rs
http_cache.rs
http_util.rs
lockfile.rs
logger.rs
main.rs cli(compile): fix output flag behaviour on compile command (#13299) 2022-01-12 16:25:08 +01:00
module_loader.rs
proc_state.rs
README.md
resolver.rs
source_maps.rs
standalone.rs
text_encoding.rs
tsc.rs
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.