deno/cli
denobot abf630fb20
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 / 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 / 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 / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
2.6.1 (#31615)
Bumped versions for 2.6.1

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-12-15 13:45:57 +01:00
..
args fix: --preload and --require flags only available in runtime subcommands (#31614) 2025-12-15 10:52:46 +00:00
bench chore(cli): new error message for missing dependency (#30901) 2025-10-02 19:15:55 +01:00
cache fix: upgrade to swc_ecma_parser 27 (#31427) 2025-11-27 13:07:50 -05:00
js fix(unstable): don't panic on invalid reported lint range (#31261) 2025-11-12 15:11:40 +01:00
lib 2.6.1 (#31615) 2025-12-15 13:45:57 +01:00
lsp feat: include @types/node type declarations out of the box (#31502) 2025-12-09 11:58:00 +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.1 (#31615) 2025-12-15 13:45:57 +01:00
schemas feat: include @types/node type declarations out of the box (#31502) 2025-12-09 11:58:00 +01:00
snapshot 2.6.1 (#31615) 2025-12-15 13:45:57 +01:00
standalone chore: macos-15-intel runner on ci (#31419) 2025-12-08 23:07:44 +00:00
tools fix(x): correct alias deno command location for Windows (#31573) 2025-12-11 20:57:40 +00:00
tsc fix(cli): add streams as transferable types (#31586) 2025-12-12 11:29:05 +01:00
util fix: upgrade to swc_ecma_parser 27 (#31427) 2025-11-27 13:07:50 -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.1 (#31615) 2025-12-15 13:45:57 +01: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: 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 fix(cache): cache excluded modules explicitly provided on the command line (#30442) 2025-08-18 17:54:44 -04:00
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 refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
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 feat(unstable): deploy config allow app to be optional (#31567) 2025-12-12 15:13:12 +01:00
module_loader.rs chore: fix spec tests not checking test result (#31594) 2025-12-13 23:27:46 +00:00
node.rs refactor: extract PreparedModuleLoader from CLI (#29977) 2025-07-03 14:11:46 -04:00
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 feat(unstable): deploy subcommand (#29407) 2025-05-30 16:28:49 +00:00
resolver.rs refactor: add NpmInstallerFactory and push more functionality down into deno_npm_installer (#29342) 2025-05-17 15:10:06 -04:00
task_runner.rs feat: add deno x (alias dx) for conveniently running binaries from packages (#31138) 2025-12-09 15:06:36 -08:00
type_checker.rs feat: include @types/node type declarations out of the box (#31502) 2025-12-09 11:58:00 +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.