deno/cli
Bartek Iwańczuk 2c0e482221
v1.11.2
2021-06-21 17:47:25 +02:00
..
bench chore: upgrade Rust to 1.53.0 (#11021) 2021-06-17 15:56:30 -04:00
dts fix: add support for module es2020 to Deno.emit (#11065) 2021-06-21 21:47:09 +10:00
lsp feat(lsp): quick fix actions to ignore lint errors (#10627) 2021-06-21 16:43:35 +10:00
ops
tests feat(lsp): quick fix actions to ignore lint errors (#10627) 2021-06-21 16:43:35 +10:00
tools fix(repl): Complete declarations (#10963) 2021-06-15 09:31:36 -04:00
tsc
ast.rs refactor(ast): Change AST parsing error to return struct with message and location (#10911) 2021-06-11 09:03:42 -04:00
auth_tokens.rs
build.rs refactor: merge deno_file crate into deno_web (#10914) 2021-06-10 15:26:10 +02:00
Cargo.toml v1.11.2 2021-06-21 17:47:25 +02:00
checksum.rs
colors.rs
config_file.rs
deno_dir.rs
deno.ico
diagnostics.rs
diff.rs
disk_cache.rs chore: upgrade Rust to 1.53.0 (#11021) 2021-06-17 15:56:30 -04:00
errors.rs refactor(ast): Change AST parsing error to return struct with message and location (#10911) 2021-06-11 09:03:42 -04:00
file_fetcher.rs refactor: merge deno_file crate into deno_web (#10914) 2021-06-10 15:26:10 +02:00
file_watcher.rs
flags_allow_net.rs
flags.rs chore(lsp): add --parent-pid <pid> flag (#11023) 2021-06-17 19:57:58 -04:00
fmt_errors.rs
fs_util.rs
http_cache.rs
http_util.rs
import_map.rs
info.rs
lockfile.rs
logger.rs
main.rs fix(core/modules): Prepare modules only once per runtime (#11015) 2021-06-19 16:14:43 +02:00
media_type.rs fix(#10815): lsp only responds to formatting for md, json, jsonc (#10816) 2021-06-02 20:29:58 +10:00
module_graph.rs fix(core/modules): Prepare modules only once per runtime (#11015) 2021-06-19 16:14:43 +02:00
module_loader.rs
program_state.rs fix(core/modules): Prepare modules only once per runtime (#11015) 2021-06-19 16:14:43 +02:00
README.md
source_maps.rs
specifier_handler.rs chore: upgrade Rust to 1.53.0 (#11021) 2021-06-17 15:56:30 -04:00
standalone.rs refactor: merge deno_file crate into deno_web (#10914) 2021-06-10 15:26:10 +02:00
text_encoding.rs
tokio_util.rs
tsc.rs refactor: merge deno_file crate into deno_web (#10914) 2021-06-10 15:26:10 +02:00
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.