deno/cli
David Sherret 512a0072b1
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 wasm32 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
refactor: make import and require conditions an override in ConditionResolver (#29622)
2025-06-05 16:18:03 +00:00
..
args feat(unstable): add --unstable-node-conditions flag for node resolution (#29586) 2025-06-05 12:32:24 +02:00
bench refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
cache refactor: upgrade to deno_graph 0.95 (#29575) 2025-06-03 17:52:23 +00:00
js feat(unstable): support comments in lint plugin (#29189) 2025-05-08 21:59:36 +02:00
lib v2.3.5 (#29531) 2025-05-30 13:01:49 +02:00
lsp refactor: make import and require conditions an override in ConditionResolver (#29622) 2025-06-05 16:18:03 +00:00
ops chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
rt v2.3.5 (#29531) 2025-05-30 13:01:49 +02:00
schemas fix(lsp): do not warn about unscoped package name (#29463) 2025-05-27 11:07:58 -04:00
snapshot 2.3.4 (#29510) 2025-05-29 20:00:31 +01:00
standalone feat(unstable): --allow-net subdomain wildcards (#29327) 2025-05-29 04:05:37 +01:00
tools fix(coverage): deno test --coverage fails when importing modules from data: urls (#29607) 2025-06-05 13:42:10 +09:00
tsc chore: remove deprecated Deno.OpMetrics (#29559) 2025-06-02 12:30:43 +02:00
util fix: load changed non-remote dynamic imports at runtime (#29413) 2025-05-26 21:38:51 +00:00
build.rs fix(dts): add Atomics.pause, Promise.try and RegExp.escape (#29186) 2025-05-08 23:16:35 +02:00
Cargo.toml refactor: use sys_traits in deno_npm_installer (#29574) 2025-06-03 09:26:08 -04:00
cdp.rs fix(cli/hmr): print compile error with exception details (#27597) 2025-05-08 23:39:31 +00:00
clippy.toml refactor: do not use deno_fs::FileSystem everywhere (#27508) 2024-12-31 11:29:07 -05:00
deno.ico
emit.rs chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
entitlements.plist chore: start codesigning mac release builds (#21303) 2023-11-23 15:30:26 -07:00
factory.rs refactor: make import and require conditions an override in ConditionResolver (#29622) 2025-06-05 16:18:03 +00:00
file_fetcher.rs refactor: move CliFileFetcher and DenoGraphLoader into deno_resolver::file_fetcher (#29473) 2025-05-30 10:10:33 -04:00
graph_container.rs fix: load changed non-remote dynamic imports at runtime (#29413) 2025-05-26 21:38:51 +00:00
graph_util.rs refactor: move CliFileFetcher and DenoGraphLoader into deno_resolver::file_fetcher (#29473) 2025-05-30 10:10:33 -04:00
http_util.rs fix(npm): respect etag for npm packument caching (#29130) 2025-05-02 09:49:05 -04:00
integration_tests_runner.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
jsr.rs fix(vendor): store remote version metadata checksum in vendor folder to ensure lockfile uses that (#29433) 2025-05-29 23:46:15 -04:00
main.rs feat(unstable): deploy subcommand (#29407) 2025-05-30 16:28:49 +00:00
module_loader.rs refactor: upgrade to deno_graph 0.95 (#29575) 2025-06-03 17:52:23 +00:00
node.rs refactor: upgrade to deno_graph 0.95 (#29575) 2025-06-03 17:52:23 +00:00
npm.rs refactor: use sys_traits in deno_npm_installer (#29574) 2025-06-03 09:26:08 -04:00
README.md docs(cli): do not need gen doc for cli (#17260) 2023-01-04 13:19:58 +01:00
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 fix(install): regression where Deno not used when postinstall script ran script without file extension (#28786) 2025-04-08 00:59:48 +00:00
type_checker.rs chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
worker.rs feat(unstable): --allow-net subdomain wildcards (#29327) 2025-05-29 04:05:37 +01: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.