deno/cli
2022-09-27 18:02:35 -04:00
..
args
bench
cache
dts
lsp
node
npm
ops
schemas
tests
tools
tsc
auth_tokens.rs
build.rs
Cargo.toml
cdp.rs
checksum.rs
deno.ico
deno_dir.rs
deno_std.rs
diagnostics.rs
diff.rs
display.rs
emit.rs
errors.rs
file_fetcher.rs
file_watcher.rs
fs_util.rs
graph_util.rs
http_cache.rs
http_util.rs
lockfile.rs
logger.rs
main.rs
module_loader.rs
proc_state.rs
progress_bar.rs
README.md
resolver.rs
standalone.rs
text_encoding.rs
tsc.rs
unix_util.rs
version.rs
windows_util.rs
worker.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.