0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-07 19:56:21 -05:00
deno/cli
2023-08-31 14:04:14 +02:00
..
args chore(core): bump and trim deps (#20265) 2023-08-31 14:02:40 +02:00
bench
cache
js fix(bench): explicit timers don't force high precision measurements (#20272) 2023-08-31 14:02:40 +02:00
lsp fix(lsp): delete test modules with all tests deleted (#20321) 2023-08-31 14:04:14 +02:00
napi chore: update to Rust 1.72 (#20258) 2023-08-31 14:02:40 +02:00
npm chore: update to Rust 1.72 (#20258) 2023-08-31 14:02:40 +02:00
ops
schemas
standalone chore: update to Rust 1.72 (#20258) 2023-08-31 14:02:40 +02:00
tests fix(node/http): don't leak resources on destroyed request (#20040) 2023-08-31 14:04:14 +02:00
tools fix(lsp/testing): use full ancestry to compute static id of step (#20297) 2023-08-31 14:04:06 +02:00
tsc test(bench): mark explicit timer test as flaky (#20304) 2023-08-31 14:04:06 +02:00
util chore: update to Rust 1.72 (#20258) 2023-08-31 14:02:40 +02:00
auth_tokens.rs
build.rs
Cargo.toml refactor(runtime): factor out code between build.rs and worker.rs (#20299) 2023-08-31 14:04:07 +02:00
deno.ico
deno_std.rs
emit.rs
errors.rs
factory.rs
file_fetcher.rs chore: update to Rust 1.72 (#20258) 2023-08-31 14:02:40 +02:00
graph_util.rs
http_util.rs
js.rs
main.rs
module_loader.rs
node.rs
README.md
resolver.rs
version.rs
worker.rs chore: update to Rust 1.72 (#20258) 2023-08-31 14:02:40 +02:00

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.