deno/cli
Ryan Dahl 084caffc08
refactor: cli doesn't need to depend on deno_tls (#12952)
also move create_http_client to deno_fetch
2021-12-01 11:13:11 -05:00
..
ast
bench
compat
dts
lsp
ops
schemas
tests
tools
tsc
auth_tokens.rs
build.rs
cache.rs
Cargo.toml
checksum.rs
config_file.rs
deno_dir.rs
deno.ico
diagnostics.rs
diff.rs
disk_cache.rs
emit.rs
errors.rs
file_fetcher.rs
file_watcher.rs
flags_allow_net.rs
flags.rs
fmt_errors.rs
fs_util.rs
http_cache.rs
http_util.rs
lockfile.rs
logger.rs
main.rs
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.