deno/cli
Nathan Whitaker 51c43ce8b4
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 libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
fix(bundle): make the "dynamic require" hack work on minified output (#29997)
It's terrible and I hate it but it works
2025-07-04 02:11:09 +00:00
..
args chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
bench chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
cache chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
js feat(unstable): support comments in lint plugin (#29189) 2025-05-08 21:59:36 +02:00
lib chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
lsp refactor: ability to preserve jsx internally (#29994) 2025-07-03 21:39:54 +00:00
ops chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
rt chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
schemas chore: add back node-globals to json schema (#29899) 2025-06-26 17:11:18 +00:00
snapshot 2.4.0 (#29959) 2025-07-01 16:21:05 -04:00
standalone chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
tools fix(bundle): make the "dynamic require" hack work on minified output (#29997) 2025-07-04 02:11:09 +00:00
tsc chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
util chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07: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.0 (#29959) 2025-07-01 16:21:05 -04: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
entitlements.plist chore: start codesigning mac release builds (#21303) 2023-11-23 15:30:26 -07:00
factory.rs refactor: ability to preserve jsx internally (#29994) 2025-07-03 21:39:54 +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 refactor: extract PreparedModuleLoader from CLI (#29977) 2025-07-03 14:11:46 -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 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 chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
module_loader.rs fix(unstable): bytes and text imports from npm dependencies should require --allow-read (#29990) 2025-07-03 20:33:13 +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 chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
type_checker.rs refactor: extract PreparedModuleLoader from CLI (#29977) 2025-07-03 14:11:46 -04:00
worker.rs chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -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.