deno/cli
2025-12-22 14:28:45 -05:00
..
args fix(x): fix shim script when use custom alias name, re-enable alias tests (#31653) 2025-12-18 10:06:35 +01:00
bench chore(cli): new error message for missing dependency (#30901) 2025-10-02 19:15:55 +01:00
cache chore: upgrade Rust to 1.92 (#31592) 2025-12-17 17:06:52 +01:00
js fix(unstable): don't panic on invalid reported lint range (#31261) 2025-11-12 15:11:40 +01:00
lib 2.6.3 (#31690) 2025-12-20 11:07:07 +00:00
lsp fix(check): improve node types handling (#31677) 2025-12-20 11:17:45 +01:00
ops feat(test): Add setup and teardown APIs to Deno.test API (#30504) 2025-09-02 16:27:04 +02:00
rt 2.6.3 (#31690) 2025-12-20 11:07:07 +00:00
schemas feat: include @types/node type declarations out of the box (#31502) 2025-12-09 11:58:00 +01:00
snapshot 2.6.3 (#31690) 2025-12-20 11:07:07 +00:00
standalone fix(compile): make compile work with --unstable-npm-lazy-caching (#31704) 2025-12-22 14:28:45 -05:00
tools fix(audit): fix deserde for transitive npm audit actions (#31671) 2025-12-19 08:22:26 +00:00
tsc fix(check): improve node types handling (#31677) 2025-12-20 11:17:45 +01:00
util refactor: create console_static_text in single place (#31645) 2025-12-17 11:20:48 -05:00
build.rs feat: include @types/node type declarations out of the box (#31502) 2025-12-09 11:58:00 +01:00
Cargo.toml 2.6.3 (#31690) 2025-12-20 11:07:07 +00:00
cdp.rs chore: upgrade to Rust 1.90 (#30793) 2025-09-29 15:16:55 -04:00
clippy.toml
deno.ico
entitlements.plist
factory.rs feat: include @types/node type declarations out of the box (#31502) 2025-12-09 11:58:00 +01:00
file_fetcher.rs feat(install): more informative deno install output (#30387) 2025-08-21 12:35:02 +02:00
graph_container.rs
graph_util.rs feat: include @types/node type declarations out of the box (#31502) 2025-12-09 11:58:00 +01:00
http_util.rs fix: fetch fd leak (#31375) 2025-11-21 23:27:04 -03: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(flags): implement a better sandbox subcommand (#31657) 2025-12-17 23:29:57 +01:00
module_loader.rs chore: fix spec tests not checking test result (#31594) 2025-12-13 23:27:46 +00:00
node.rs
npm.rs feat: include @types/node type declarations out of the box (#31502) 2025-12-09 11:58:00 +01:00
README.md
registry.rs
resolver.rs
task_runner.rs fix(x): cache on demand when running, resolve packages with only one binary, don't fail on node-gyp if not present (#31619) 2025-12-15 14:19:17 -08:00
type_checker.rs fix(check): improve node types handling (#31677) 2025-12-20 11:17:45 +01:00
worker.rs feat: add --require run arg to support commonJS (#31201) 2025-11-24 11:57:28 -03: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.