deno/cli
..
bench
dts
lsp
ops
tests
tools
tsc
ast.rs
auth_tokens.rs
build.rs
Cargo.toml
checksum.rs
colors.rs
deno.ico
deno_dir.rs
diagnostics.rs
diff.rs
disk_cache.rs
errors.rs
file_fetcher.rs
file_watcher.rs
flags.rs
flags_allow_net.rs
fmt_errors.rs
fs_util.rs
http_cache.rs
http_util.rs
import_map.rs
info.rs
lockfile.rs
main.rs
main_runtime.rs
media_type.rs
module_graph.rs
module_loader.rs
program_state.rs
README.md
source_maps.rs
specifier_handler.rs
standalone.rs
text_encoding.rs
tokio_util.rs
tsc.rs
tsc_config.rs
unix_util.rs
version.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.