0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-07 19:56:21 -05:00
deno/cli
2023-12-05 22:11:40 +01:00
..
args feat(unstable): tar up directory with deno.json (#21228) 2023-11-24 03:06:45 +01:00
bench
cache feat(unstable): tar up directory with deno.json (#21228) 2023-11-24 03:06:45 +01:00
js
lsp perf(lsp): fix redundant clones for ts responses (#21445) 2023-12-05 22:11:40 +01:00
napi 1.38.4 (#21398) 2023-11-30 20:12:13 +01:00
npm
ops
schemas
standalone
tests refactor(lsp): log names (#21413) 2023-12-05 22:11:39 +01:00
tools feat(unstable): tar up directory with deno.json (#21228) 2023-11-24 03:06:45 +01:00
tsc refactor: faster args for op_load in TSC (#21438) 2023-12-05 22:11:40 +01:00
util feat(unstable): tar up directory with deno.json (#21228) 2023-11-24 03:06:45 +01:00
auth_tokens.rs
build.rs refactor: faster args for op_load in TSC (#21438) 2023-12-05 22:11:40 +01:00
Cargo.toml 1.38.4 (#21398) 2023-11-30 20:12:13 +01:00
cdp.rs
deno.ico
deno_std.rs 1.38.3 (#21319) 2023-11-24 04:49:42 +01:00
emit.rs
entitlements.plist
errors.rs
factory.rs
file_fetcher.rs
graph_util.rs
http_util.rs feat(unstable): tar up directory with deno.json (#21228) 2023-11-24 03:06:45 +01:00
js.rs
main.rs feat(unstable): tar up directory with deno.json (#21228) 2023-11-24 03:06:45 +01:00
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.