deno/cli
Shannon Poole 0f81808c88
Some checks are pending
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
fix(coverage): don't process coverage for blob: urls (#31035)
Fixes #31030.
2025-10-21 08:59:21 +02:00
..
args fix(unstable): read npm lazy caching from unstable config in deno.json as well (#31026) 2025-10-20 17:59:50 +00:00
bench chore(cli): new error message for missing dependency (#30901) 2025-10-02 19:15:55 +01:00
cache chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
js feat(test): Add setup and teardown APIs to Deno.test API (#30504) 2025-09-02 16:27:04 +02:00
lib feat(unstable): typescript-go integration for deno check (#30920) 2025-10-20 09:59:54 -07:00
lsp feat(lsp): Add support for source.organizeImports (#31016) 2025-10-21 07:10:56 +01:00
ops feat(test): Add setup and teardown APIs to Deno.test API (#30504) 2025-09-02 16:27:04 +02:00
rt fix: show referrer range in deno_core loader errors (#30981) 2025-10-14 14:09:12 +01:00
schemas feat(unstable): ability to specify minimum dependency age in deno.json file (#31007) 2025-10-20 14:50:17 +00:00
snapshot 2.5.4 (#30961) 2025-10-09 11:41:56 +02:00
standalone feat(unstable): typescript-go integration for deno check (#30920) 2025-10-20 09:59:54 -07:00
tools fix(coverage): don't process coverage for blob: urls (#31035) 2025-10-21 08:59:21 +02:00
tsc feat(unstable): typescript-go integration for deno check (#30920) 2025-10-20 09:59:54 -07:00
util feat(unstable): ability to specify minimum dependency age in deno.json file (#31007) 2025-10-20 14:50:17 +00:00
build.rs fix(dts): add Uint8Array base64/hex methods (#30686) 2025-09-23 13:55:29 -04:00
Cargo.toml feat(unstable): typescript-go integration for deno check (#30920) 2025-10-20 09:59:54 -07:00
cdp.rs chore: upgrade to Rust 1.90 (#30793) 2025-09-29 15:16:55 -04:00
clippy.toml chore: fix lint warnings (#30399) 2025-08-13 20:25:57 -04:00
deno.ico
entitlements.plist
factory.rs feat(unstable): typescript-go integration for deno check (#30920) 2025-10-20 09:59:54 -07:00
file_fetcher.rs feat(install): more informative deno install output (#30387) 2025-08-21 12:35:02 +02:00
graph_container.rs fix(cache): cache excluded modules explicitly provided on the command line (#30442) 2025-08-18 17:54:44 -04:00
graph_util.rs refactor: updates in preparation for supporting a minimum dependency age (#30849) 2025-09-25 18:31:49 -04:00
http_util.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
integration_tests_runner.rs
jsr.rs feat(unstable): ability to specify minimum dependency age in deno.json file (#31007) 2025-10-20 14:50:17 +00:00
main.rs fix(tunnel): unhide --tunnel flag (#30940) 2025-10-08 21:33:49 +02:00
module_loader.rs fix(npm): add a deduplication pass and reduce lockfile diffs (#30973) 2025-10-14 15:58:10 +00:00
node.rs refactor: extract PreparedModuleLoader from CLI (#29977) 2025-07-03 14:11:46 -04:00
npm.rs feat(unstable): ability to specify minimum dependency age in deno.json file (#31007) 2025-10-20 14:50:17 +00:00
README.md
registry.rs
resolver.rs
task_runner.rs fix(npm): handle deno run/install of npm package with only directories.bin (#30919) 2025-10-17 12:06:15 -04:00
type_checker.rs feat(unstable): typescript-go integration for deno check (#30920) 2025-10-20 09:59:54 -07:00
worker.rs fix(coverage): collect coverage data for workers (#30807) 2025-09-23 00:33:53 +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.