deno/cli
2022-06-09 14:55:30 -04:00
..
bench chore(bench): generalized HTTP benchmarks framework (#14815) 2022-06-09 12:49:51 -04:00
compat 1.22.3 (#14832) 2022-06-09 13:19:36 -04:00
dts feat(unstable): add Deno.getGid (#14528) 2022-06-02 17:45:51 +02:00
lsp fix(lsp): change glob to watch json and jsonc files (#14828) 2022-06-09 12:50:34 -04:00
ops refactor(bench): Allocate IDs for benches (#14757) 2022-06-02 17:45:39 +02:00
schemas
tests fix: watch dynamic imports in --watch (#14775) 2022-06-09 12:49:34 -04:00
tools refactor(bench): Allocate IDs for benches (#14757) 2022-06-02 17:45:39 +02:00
tsc fix(lsp): handle get diagnostic errors better (#14776) 2022-06-09 12:46:58 -04:00
auth_tokens.rs
build.rs fix(lsp): correct positions in some scenarios (#14359) 2022-05-15 14:41:37 -04:00
cache.rs BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463) 2022-05-17 13:50:31 -04:00
Cargo.toml chore: pin swc versions to fix cargo publish 2022-06-09 14:55:30 -04:00
cdp.rs
checksum.rs
config_file.rs feat: add --no-config flag (#14555) 2022-05-13 17:40:50 +02:00
deno_dir.rs perf(fmt/lint): incremental formatting and linting (#14314) 2022-04-19 22:14:00 -04:00
deno.ico
diagnostics.rs BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463) 2022-05-17 13:50:31 -04:00
diff.rs
disk_cache.rs
display.rs
emit.rs refactor: use deno_emit (#14737) 2022-06-02 17:45:26 +02:00
errors.rs
file_fetcher.rs refactor: upgrade to deno_ast 0.15 (#14680) 2022-05-27 11:22:22 +10:00
file_watcher.rs fix: watch dynamic imports in --watch (#14775) 2022-06-09 12:49:34 -04:00
flags_allow_net.rs
flags.rs feat: subcommands type-check only local files by default (#14623) 2022-05-17 23:53:42 +02:00
fmt_errors.rs BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463) 2022-05-17 13:50:31 -04:00
fs_util.rs fix(test/bench): accept file protocol module specifier CLI args (#14429) 2022-05-02 15:43:03 -04:00
graph_util.rs refactor: upgrade to deno_ast 0.15 (#14680) 2022-05-27 11:22:22 +10:00
http_cache.rs
http_util.rs
lockfile.rs
logger.rs
main.rs refactor: ensure exit code reference is passed to all workers (#14814) 2022-06-09 12:50:14 -04:00
module_loader.rs
proc_state.rs fix: watch dynamic imports in --watch (#14775) 2022-06-09 12:49:34 -04:00
README.md
resolver.rs
standalone.rs BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463) 2022-05-17 13:50:31 -04:00
text_encoding.rs
tsc.rs refactor: upgrade to deno_ast 0.15 (#14680) 2022-05-27 11:22:22 +10:00
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.