deno/cli
..
doc
js
ops
tests
build.rs
Cargo.toml
checksum.rs
colors.rs
deno_dir.rs
diagnostics.rs
diff.rs
disk_cache.rs
file_fetcher.rs
flags.rs
flags_allow_net.rs
fmt.rs
fmt_errors.rs
fs.rs
global_state.rs
global_timer.rs
http_cache.rs
http_util.rs
import_map.rs
inspector.rs
installer.rs
js.rs
lint.rs
lockfile.rs
main.rs
metrics.rs
module_graph.rs
msg.rs
op_error.rs
permissions.rs
README.md
repl.rs
resolve_addr.rs
signal.rs
source_maps.rs
startup_data.rs
state.rs
swc_util.rs
test_runner.rs
tokio_util.rs
tsc.rs
upgrade.rs
version.rs
web_worker.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 and deno_typescript to provide the executable.