deno/cli
2025-09-08 09:05:09 -04:00
..
args feat: permission audit log (#30575) 2025-09-08 14:23:11 +02:00
bench feat(lsp): pull-based diagnostics (#30325) 2025-08-18 17:16:45 +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 feat(bundle): runtime API for deno bundle (#29949) 2025-09-04 09:47:27 -07:00
lsp fix(lsp): import rewrites in moved file (#30628) 2025-09-05 19:58:46 +00:00
ops feat(test): Add setup and teardown APIs to Deno.test API (#30504) 2025-09-02 16:27:04 +02:00
rt feat(bundle): runtime API for deno bundle (#29949) 2025-09-04 09:47:27 -07:00
schemas feat: permission audit log (#30575) 2025-09-08 14:23:11 +02:00
snapshot feat: TypeScript 5.9.2 (#30601) 2025-09-03 09:23:13 -04:00
standalone feat: permissions in the config file (#30330) 2025-09-02 13:37:33 +00:00
tools feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +00:00
tsc fix(dts): specify the underlying buffer type in more places (#30640) 2025-09-08 09:05:09 -04:00
util feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +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 fix(bundle): properly display error on invalid config in watch mode (#30621) 2025-09-05 02:21:59 +00:00
cdp.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00: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): cache and uninstall are package manager subcommands (#30613) 2025-09-04 18:11:37 +00: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(install): more informative deno install output (#30387) 2025-08-21 12:35:02 +02: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(install): force refresh if cannot find version (#30483) 2025-08-25 16:03:21 -07:00
main.rs feat: permission audit log (#30575) 2025-09-08 14:23:11 +02:00
module_loader.rs refactor: make it easier to get closest package.json files (#30420) 2025-08-15 15:48:03 -04:00
node.rs refactor: extract PreparedModuleLoader from CLI (#29977) 2025-07-03 14:11:46 -04:00
npm.rs fix: do not have duplicate progress bars for post install scripts (#30489) 2025-08-22 18:35:47 +00: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 refactor: remove WorkspaceDirectoryProvider (#30467) 2025-08-21 11:27:12 -04:00
worker.rs feat(bundle): runtime API for deno bundle (#29949) 2025-09-04 09:47:27 -07: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.