deno/cli
Bartek Iwańczuk ada1580897
refactor: reorganize tools/test module (#30590)
There are no functional changes in the code, it's just a refactor that
moves code around to makes it easier to land
https://github.com/denoland/deno/pull/30504
2025-09-01 23:13:50 +02:00
..
args fix(cli): support data urls in preload by not splitting on comma. (#30544) 2025-08-31 13:52:40 +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 fix(unstable): parsing regex in selector with character class (#30462) 2025-08-20 07:58:09 +02:00
lib refactor: rename internal flag to --trace-ops (#30520) 2025-08-26 08:14:41 +00:00
lsp fix(lsp): goto-type-definition for builtin on startup (#30499) 2025-09-01 10:08:05 +02:00
ops refactor: reorganize tools/test module (#30590) 2025-09-01 23:13:50 +02:00
rt fix(ext/node): fs.exists and fs.existsSync compatibility (#30507) 2025-08-26 15:31:39 +02:00
schemas fix(lsp): use referrer compiler options for node_modules files (#30275) 2025-08-05 15:33:53 +01:00
snapshot 2.4.5 (#30476) 2025-08-21 13:41:58 +02:00
standalone refactor: remove WorkspaceDirectoryProvider (#30467) 2025-08-21 11:27:12 -04:00
tools refactor: reorganize tools/test module (#30590) 2025-09-01 23:13:50 +02:00
tsc feat(unstable): WebSocket headers field (#30321) 2025-08-28 11:44:59 +02:00
util fix(init): use temp node_modules folders for deno init --npm ... (#30492) 2025-08-29 23:33:47 +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 2.4.5 (#30476) 2025-08-21 13:41:58 +02: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(init): use temp node_modules folders for deno init --npm ... (#30492) 2025-08-29 23:33:47 +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 fix: add another space after warning symbol (#30482) 2025-08-26 08:19:51 -07: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 fix(init): eliminate flickering progress bar (#30496) 2025-08-22 20:16:41 +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.