deno/cli
2025-07-17 21:42:50 +00:00
..
args feat(unstable): tunnelling (#30022) 2025-07-08 02:44:50 +02: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 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
lsp refactor(lsp): move workspace_resolver to LspResolver (#30127) 2025-07-16 21:15:53 +01:00
ops feat(unstable): tunnelling (#30022) 2025-07-08 02:44:50 +02:00
rt 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
schemas chore: add back node-globals to json schema (#29899) 2025-06-26 17:11:18 +00:00
snapshot 2.4.2 (#30123) 2025-07-16 12:51:04 +02:00
standalone refactor(emitter): ability to not transpile and specify a source map base (#29996) 2025-07-04 12:51:17 -04:00
tools fix(task): show package name of task when --recursive (#30136) 2025-07-17 21:42:50 +00:00
tsc docs: workers inherit permissions by default (#30073) 2025-07-11 00:09:12 +00: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.2 (#30123) 2025-07-16 12:51:04 +02:00
cdp.rs fix(cli/hmr): print compile error with exception details (#27597) 2025-05-08 23:39:31 +00:00
clippy.toml chore: disallow usage of clap::Arg::env method (#30067) 2025-07-10 19:29:39 -04:00
deno.ico
entitlements.plist chore: start codesigning mac release builds (#21303) 2023-11-23 15:30:26 -07:00
factory.rs refactor(loader): extract out more module loading code from cli crate (#30084) 2025-07-14 11:27:51 -04: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 fix(lsp): tsconfig features for 'deno check' parity (#30007) 2025-07-08 23:22:13 +01: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: switch to deno_tunnel crate (#30049) 2025-07-14 16:11:02 +02:00
module_loader.rs refactor(bundle): remove usage of cli module loader (#30086) 2025-07-15 14:06:42 +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
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 refactor: update to use which 8.0 and deno_task_shell 0.25 (#30081) 2025-07-11 14:28:36 -04:00
type_checker.rs fix(lsp): tsconfig features for 'deno check' parity (#30007) 2025-07-08 23:22:13 +01: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.