deno/cli
Jo Franchetti 2ac14604bc
docs: updating jsdocs for window (#29598)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-06-16 15:38:17 +00:00
..
args feat(bundle): add --sourcemap flag (#29735) 2025-06-13 02:55:07 +00:00
bench refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
cache refactor: upgrade to deno_graph 0.95 (#29575) 2025-06-03 17:52:23 +00:00
js feat(unstable): support comments in lint plugin (#29189) 2025-05-08 21:59:36 +02:00
lib 2.3.6 (#29722) 2025-06-12 14:33:24 +02:00
lsp fix: import.meta.resolve - do not error for non-existent files in npm packages (#29741) 2025-06-16 12:03:12 +02:00
ops chore: Rust 1.86.0 (#29435) 2025-05-25 23:40:48 +02:00
rt feat(bundle): add --platform flag to bundle (#29697) 2025-06-12 20:28:54 -04:00
schemas fix(unstable): rename "patch" property to "links" (#29677) 2025-06-10 21:51:23 +00:00
snapshot 2.3.6 (#29722) 2025-06-12 14:33:24 +02:00
standalone fix(compile): skip over read_dir errors when finding node_modules directories (#29672) 2025-06-09 14:59:49 -04:00
tools fix: import.meta.resolve - do not error for non-existent files in npm packages (#29741) 2025-06-16 12:03:12 +02:00
tsc docs: updating jsdocs for window (#29598) 2025-06-16 15:38:17 +00:00
util fix: do not panic when logging from outside a tokio runtime (#29728) 2025-06-12 15:09:23 -04:00
build.rs fix(dts): add Atomics.pause, Promise.try and RegExp.escape (#29186) 2025-05-08 23:16:35 +02:00
Cargo.toml feat(bundle): add --sourcemap flag (#29735) 2025-06-13 02:55:07 +00: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 refactor: extract TsConfigResolver to deno_resolver (#29695) 2025-06-10 18:36:16 -04:00
entitlements.plist chore: start codesigning mac release builds (#21303) 2023-11-23 15:30:26 -07:00
factory.rs fix(npm): support resolving npm specifiers not in graph with import.meta.resolve for resolved packages (#29732) 2025-06-13 09:23:19 -04:00
file_fetcher.rs refactor: move CliFileFetcher and DenoGraphLoader into deno_resolver::file_fetcher (#29473) 2025-05-30 10:10:33 -04: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 TsConfigResolver to deno_resolver (#29695) 2025-06-10 18:36:16 -04: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 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(process,node): roll our own process spawning on windows (#29609) 2025-06-12 02:56:13 +00:00
module_loader.rs fix: import.meta.resolve - do not error for non-existent files in npm packages (#29741) 2025-06-16 12:03:12 +02:00
node.rs refactor: upgrade to deno_graph 0.95 (#29575) 2025-06-03 17:52:23 +00:00
npm.rs refactor: use sys_traits in deno_npm_installer (#29574) 2025-06-03 09:26:08 -04: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 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 refactor: extract TsConfigResolver to deno_resolver (#29695) 2025-06-10 18:36:16 -04:00
worker.rs feat(unstable): --allow-net subdomain wildcards (#29327) 2025-05-29 04:05:37 +01: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.