deno/cli
Marvin Hagemeister a8cde960ce
Some checks are pending
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 / pre-build (push) Waiting to run
ci / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
fix(unstable): lint node properties should be enumerable (#30391)
This makes npm libraries that traverse the ESTree format like `zimmerframe` or `periscopic` work with our lint ast.
2025-08-13 13:46:51 +00:00
..
args chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
bench chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
cache chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
js fix(unstable): lint node properties should be enumerable (#30391) 2025-08-13 13:46:51 +00:00
lib chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
lsp chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
ops feat(unstable): tunnelling (#30022) 2025-07-08 02:44:50 +02:00
rt chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
schemas fix(lsp): use referrer compiler options for node_modules files (#30275) 2025-08-05 15:33:53 +01:00
snapshot 2.4.3 (#30251) 2025-07-30 22:25:42 +00:00
standalone chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
tools chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
tsc chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00
util fix: reduce progress bar flickering (#30349) 2025-08-07 17:13:29 +02: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: android build (#30360) 2025-08-12 15:47:18 +02:00
cdp.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +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 chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00: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 chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00: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: android build (#30360) 2025-08-12 15:47:18 +02:00
module_loader.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00: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 chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +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.