0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-07 03:42:40 -05:00
deno/cli
2025-01-03 11:29:05 +01:00
..
args
bench
cache
js feat: add missing fixer methods 2025-01-03 11:29:05 +01:00
lsp
npm
ops
schemas
standalone
tools
tsc
util
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
sys.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.