deno/cli
2025-08-05 08:35:20 +00:00
..
args fix: ensure coverage dir is stored absolute to prevent issues when cwd changes (#30225) 2025-07-29 11:57:58 -04:00
bench chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
cache refactor: remove some url to string clones (#30247) 2025-07-31 10:10:29 -04:00
js feat(unstable): support comments in lint plugin (#29189) 2025-05-08 21:59:36 +02:00
lib fix(bundle): require of sub directory in npm package should consult package.json (#30253) 2025-07-31 14:48:51 +00:00
lsp fix: improve handling of linked jsr packages in lockfile (#30289) 2025-08-04 11:30:48 +02:00
ops feat(unstable): tunnelling (#30022) 2025-07-08 02:44:50 +02:00
rt fix(ext/node): fs.open and fs.openSync compatibility (#30191) 2025-07-31 15:10:10 +00:00
schemas chore: add back node-globals to json schema (#29899) 2025-06-26 17:11:18 +00:00
snapshot 2.4.3 (#30251) 2025-07-30 22:25:42 +00:00
standalone fix: improve handling of linked jsr packages in lockfile (#30289) 2025-08-04 11:30:48 +02:00
tools fix: improve handling of linked jsr packages in lockfile (#30289) 2025-08-04 11:30:48 +02:00
tsc feat(unstable): allow setting headers on EventSource (#30278) 2025-08-01 12:24:22 +02:00
util refactor: update to deno_path_util 0.5.2 (#30211) 2025-07-27 08:44:29 -04:00
build.rs fix(dts): add Atomics.pause, Promise.try and RegExp.escape (#29186) 2025-05-08 23:16:35 +02:00
Cargo.toml 2.4.3 (#30251) 2025-07-30 22:25:42 +00:00
cdp.rs fix(cli/hmr): print compile error with exception details (#27597) 2025-05-08 23:39:31 +00:00
clippy.toml fix: use 'deno_signals' crate for signal handling (#30204) 2025-07-29 15:00:46 +02:00
deno.ico
entitlements.plist chore: start codesigning mac release builds (#21303) 2023-11-23 15:30:26 -07:00
factory.rs fix(bundle): use non-node conditions for --platform=browser (#30250) 2025-07-31 10:09:13 -04:00
file_fetcher.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07: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 fix(check): ensure module not found errors are surfaced (#30181) 2025-07-23 17:57:08 -04:00
http_util.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07: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 fix: tunnels in processes that don't listen (#30178) 2025-07-24 18:09:27 +02:00
module_loader.rs refactor: update to deno_path_util 0.5.2 (#30211) 2025-07-27 08:44:29 -04:00
node.rs refactor: extract PreparedModuleLoader from CLI (#29977) 2025-07-03 14:11:46 -04:00
npm.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07: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: use 'deno_signals' crate for signal handling (#30204) 2025-07-29 15:00:46 +02:00
type_checker.rs fix(check): do not surface code resolution errors in declaration file dependencies (#30296) 2025-08-05 08:35:20 +00:00
worker.rs Revert "fix(unstable): always require --allow-read permissions for raw imports (#30184)" (#30196) 2025-07-24 22:38:04 +00: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.