deno/cli
David Sherret cb23193f74
Some checks are pending
ci / pre-build (push) Waiting to run
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 / build wasm32 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
refactor: allow deno_permissions to compile to wasm32-unknown-unknown (#29487)
2025-05-28 18:27:42 +00:00
..
args refactor(npm): move process state env var reading into npm_installer crate (#29454) 2025-05-26 14:37:49 -04:00
bench refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
cache refactor: allow deno_permissions to compile to wasm32-unknown-unknown (#29487) 2025-05-28 18:27:42 +00:00
js feat(unstable): support comments in lint plugin (#29189) 2025-05-08 21:59:36 +02:00
lib refactor(npm): move process state env var reading into npm_installer crate (#29454) 2025-05-26 14:37:49 -04:00
lsp refactor: allow deno_permissions to compile to wasm32-unknown-unknown (#29487) 2025-05-28 18:27:42 +00:00
ops chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
rt refactor: allow deno_permissions to compile to wasm32-unknown-unknown (#29487) 2025-05-28 18:27:42 +00:00
schemas fix(lsp): do not warn about unscoped package name (#29463) 2025-05-27 11:07:58 -04:00
snapshot 2.3.2 (#29320) 2025-05-16 01:18:59 +02:00
standalone refactor: add deno_npm_installer crate (#29319) 2025-05-16 18:11:05 -04:00
tools refactor: allow deno_permissions to compile to wasm32-unknown-unknown (#29487) 2025-05-28 18:27:42 +00:00
tsc fix: load changed non-remote dynamic imports at runtime (#29413) 2025-05-26 21:38:51 +00:00
util fix: load changed non-remote dynamic imports at runtime (#29413) 2025-05-26 21:38:51 +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: Support virtio vsock only on systems on which it is available (#29268) (#29354) 2025-05-21 15:54:05 +02:00
cdp.rs fix(cli/hmr): print compile error with exception details (#27597) 2025-05-08 23:39:31 +00:00
clippy.toml refactor: do not use deno_fs::FileSystem everywhere (#27508) 2024-12-31 11:29:07 -05:00
deno.ico
emit.rs chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
entitlements.plist
factory.rs refactor(npm): move process state env var reading into npm_installer crate (#29454) 2025-05-26 14:37:49 -04:00
file_fetcher.rs fix: load changed non-remote dynamic imports at runtime (#29413) 2025-05-26 21:38:51 +00: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 refactor: allow deno_permissions to compile to wasm32-unknown-unknown (#29487) 2025-05-28 18:27:42 +00:00
http_util.rs fix(npm): respect etag for npm packument caching (#29130) 2025-05-02 09:49:05 -04:00
integration_tests_runner.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
jsr.rs refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
main.rs fix: Support virtio vsock only on systems on which it is available (#29268) (#29354) 2025-05-21 15:54:05 +02:00
module_loader.rs fix: load changed non-remote dynamic imports at runtime (#29413) 2025-05-26 21:38:51 +00:00
node.rs feat(compile): support for ffi and node native addons (#28934) 2025-04-17 16:01:12 -04:00
npm.rs refactor: add NpmInstallerFactory and push more functionality down into deno_npm_installer (#29342) 2025-05-17 15:10:06 -04:00
README.md
registry.rs perf(publish): fetch all missing package status in parallel (#27935) 2025-05-09 10:45:27 -05: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(install): regression where Deno not used when postinstall script ran script without file extension (#28786) 2025-04-08 00:59:48 +00:00
type_checker.rs chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
worker.rs chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +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.