1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 04:52:26 -05:00
denoland-deno/cli
2025-01-20 17:10:05 -05:00
..
args
bench
cache
js
lib perf(compile): remove swc from denort (#27721) 2025-01-19 14:23:07 -05:00
lsp
npm
ops
rt perf(compile): remove swc from denort (#27721) 2025-01-19 14:23:07 -05:00
schemas
snapshot perf(compile): remove swc from denort (#27721) 2025-01-19 14:23:07 -05:00
standalone perf(compile): remove swc from denort (#27721) 2025-01-19 14:23:07 -05:00
tools fix(install/global): remove importMap field from specified config file (#27744) 2025-01-20 16:50:34 -05:00
tsc feat(unstable): WebTransport 2025-01-20 15:00:24 +01:00
util
build.rs
Cargo.toml
cdp.rs
clippy.toml
deno.ico
emit.rs
entitlements.plist
factory.rs perf(compile): remove swc from denort (#27721) 2025-01-19 14:23:07 -05:00
file_fetcher.rs
graph_container.rs
graph_util.rs
http_util.rs
integration_tests_runner.rs
js.rs
jsr.rs
main.rs
module_loader.rs
node.rs
README.md
resolver.rs
task_runner.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.