deno/cli
2025-10-09 10:46:54 +02:00
..
args fix(tunnel): unhide --tunnel flag (#30940) 2025-10-08 21:33:49 +02: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 2.5.3 (#30903) 2025-10-02 22:05:24 -04:00
lsp chore(cli): new error message for missing dependency (#30901) 2025-10-02 19:15:55 +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(ext/node): fs.stat and fs.statSync compatibility (#30866) 2025-10-03 11:34:01 -04:00
schemas feat(unstable): permission broker - support custom error messages (#30902) 2025-10-02 20:27:54 +00:00
snapshot 2.5.3 (#30903) 2025-10-02 22:05:24 -04:00
standalone feat: permissions in the config file (#30330) 2025-09-02 13:37:33 +00:00
tools fix(cache): don't try to set up node_modules with node_modules_dir manual in deno cache (#30957) 2025-10-09 10:46:54 +02:00
tsc fix(ext/node): fs.stat and fs.statSync compatibility (#30866) 2025-10-03 11:34:01 -04:00
util fix(cli/util): terminate watch file with sigint (#30635) 2025-09-27 00:23:32 +00:00
build.rs fix(dts): add Uint8Array base64/hex methods (#30686) 2025-09-23 13:55:29 -04:00
Cargo.toml 2.5.3 (#30903) 2025-10-02 22:05:24 -04: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 chore: start codesigning mac release builds (#21303) 2023-11-23 15:30:26 -07:00
factory.rs fix(cache): don't try to set up node_modules with node_modules_dir manual in deno cache (#30957) 2025-10-09 10:46:54 +02: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 refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
jsr.rs refactor: updates in preparation for supporting a minimum dependency age (#30849) 2025-09-25 18:31:49 -04:00
main.rs fix(tunnel): unhide --tunnel flag (#30940) 2025-10-08 21:33:49 +02:00
module_loader.rs perf: stack allocated v8 scopes (#30827) 2025-09-23 17:54:14 -07:00
node.rs refactor: extract PreparedModuleLoader from CLI (#29977) 2025-07-03 14:11:46 -04:00
npm.rs refactor: updates in preparation for supporting a minimum dependency age (#30849) 2025-09-25 18:31:49 -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: use 'deno_signals' crate for signal handling (#30204) 2025-07-29 15:00:46 +02:00
type_checker.rs fix(check): filter resolution errors for bare ambient modules (#30690) 2025-09-12 17:44:13 +01: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.