deno/cli
2024-11-04 09:17:21 -08:00
..
args refactor(runtime/permissions): use concrete error types (#26464) 2024-11-04 09:17:21 -08:00
bench chore: update dlint to v0.68.0 for internal (#26711) 2024-11-04 12:17:11 -05:00
cache
js
lsp perf(lsp): don't walk coverage directory (#26715) 2024-11-04 16:36:21 +00:00
npm refactor(runtime/permissions): use concrete error types (#26464) 2024-11-04 09:17:21 -08:00
ops
schemas
standalone
tools refactor(runtime/permissions): use concrete error types (#26464) 2024-11-04 09:17:21 -08:00
tsc
util
auth_tokens.rs
build.rs
Cargo.toml
cdp.rs
clippy.toml
deno.ico
emit.rs
entitlements.plist
errors.rs
factory.rs
file_fetcher.rs
graph_container.rs
graph_util.rs
http_util.rs
integration_tests_runner.rs
js.rs
jsr.rs
main.rs
mainrt.rs
module_loader.rs
node.rs
README.md
resolver.rs
shared.rs
task_runner.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.