deno/cli
2024-03-29 20:00:58 +00:00
..
args feat: add --watch-exclude flag (#21935) 2024-03-27 22:47:46 +00:00
bench
cache
js
lsp feat(task): Task description in the form of comments (#23101) 2024-03-27 14:14:27 -07:00
napi 1.42.0 (#23105) 2024-03-28 01:47:33 +01:00
npm fix(jsr): exclude yanked versions from 'deno add' and completions (#23113) 2024-03-28 19:02:07 +00:00
ops
schemas
standalone
tools chore: update deno_doc to 0.119.0 (#23103) 2024-03-28 00:25:39 +01:00
tsc fix(lsp): implement missing ts server host apis (#23131) 2024-03-29 20:00:58 +00:00
util feat: add --watch-exclude flag (#21935) 2024-03-27 22:47:46 +00:00
auth_tokens.rs
build.rs
Cargo.toml 1.42.0 (#23105) 2024-03-28 01:47:33 +01:00
cdp.rs
deno.ico
emit.rs
entitlements.plist
errors.rs
factory.rs
file_fetcher.rs
graph_util.rs
http_util.rs
integration_tests_runner.rs
js.rs
jsr.rs fix(jsr): exclude yanked versions from 'deno add' and completions (#23113) 2024-03-28 19:02:07 +00:00
main.rs feat(install): require -g / --global flag (#23060) 2024-03-27 23:45:57 +01:00
mainrt.rs
module_loader.rs
node.rs
README.md
resolver.rs
version.rs
worker.rs

Deno CLI Crate

crates

This provides the actual deno executable and the user-facing APIs.

The deno crate uses the deno_core to provide the executable.