deno/cli
2022-08-10 07:27:22 +10:00
..
args chore: update jsonc_parser to 0.20 (#15316) 2022-07-26 21:24:56 -04:00
bench Revert "feat(ops): V8 Fast Calls (#15122)" (#15276) 2022-07-22 19:06:32 +05:30
cache refactor(emit/cache): move cli version into emit hash (#15348) 2022-07-30 12:09:12 -04:00
compat feat: add ext/node for require support (#15362) 2022-08-09 21:06:01 +02:00
dts feat(ext/ffi): Add static method variants to Deno.UnsafePointerView (#15146) 2022-08-05 21:57:12 +05:30
lsp fix: update deno_graph to fix importing config as JSON module (#15388) 2022-08-10 07:27:22 +10:00
ops refactor: allocate IDs for tests (#14729) 2022-07-15 13:09:22 -04:00
schemas chore(cli): update config file schema to include test config (#15246) 2022-07-19 15:10:41 -04:00
tests fix: update deno_graph to fix importing config as JSON module (#15388) 2022-08-10 07:27:22 +10:00
tools fix(test): output parallel test results independently (#15399) 2022-08-04 12:38:40 -04:00
tsc fix: Update Object.prototype.__proto__ related comments (#15394) 2022-08-04 08:39:16 +05:30
auth_tokens.rs
build.rs
Cargo.toml fix: update deno_graph to fix importing config as JSON module (#15388) 2022-08-10 07:27:22 +10:00
cdp.rs docs: turn bare URLs into clickable links (#15347) 2022-07-30 12:20:29 +02:00
checksum.rs
deno.ico
deno_dir.rs feat: emit files on demand and fix racy emit (#15220) 2022-07-19 11:58:18 -04:00
diagnostics.rs
diff.rs
display.rs
emit.rs refactor: reuse FastInsecureHasher in get_check_hash (#15354) 2022-07-30 11:43:03 -04:00
errors.rs
file_fetcher.rs
file_watcher.rs refactor: remove redundant qualification of symbols in Rust (#15201) 2022-07-15 07:52:44 +10:00
fmt_errors.rs refactor: remove redundant qualification of symbols in Rust (#15201) 2022-07-15 07:52:44 +10:00
fs_util.rs refactor: remove redundant qualification of symbols in Rust (#15201) 2022-07-15 07:52:44 +10:00
graph_util.rs fix: update deno_graph to fix importing config as JSON module (#15388) 2022-08-10 07:27:22 +10:00
http_cache.rs
http_util.rs docs: turn bare URLs into clickable links (#15347) 2022-07-30 12:20:29 +02:00
lockfile.rs
logger.rs
main.rs feat: emit files on demand and fix racy emit (#15220) 2022-07-19 11:58:18 -04:00
module_loader.rs feat: emit files on demand and fix racy emit (#15220) 2022-07-19 11:58:18 -04:00
proc_state.rs feat: emit files on demand and fix racy emit (#15220) 2022-07-19 11:58:18 -04:00
README.md
resolver.rs
standalone.rs refactor: remove redundant qualification of symbols in Rust (#15201) 2022-07-15 07:52:44 +10:00
text_encoding.rs feat: emit files on demand and fix racy emit (#15220) 2022-07-19 11:58:18 -04:00
tsc.rs chore(ops): Remove unused arguments from ops (#15315) 2022-07-26 19:34:08 +02:00
unix_util.rs
version.rs
windows_util.rs chore: fix Windows specific clippy errors (#15212) 2022-07-15 12:30:25 -04:00

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.