deno/cli
2025-05-13 16:00:01 -04:00
..
args docs(test): document DENO_COVERAGE_DIR in help message (#28939) 2025-04-18 13:14:16 +02:00
bench refactor(lsp): separate document and module storage (#28469) 2025-04-04 11:36:37 +05:30
cache refactor: reduce dependency on futures crate (#28515) 2025-03-20 20:55:13 -07:00
js fix(unstable): lint .parent property not traversing over groups (#28803) 2025-04-11 17:37:41 +01:00
lib v2.2.13 (#29285) 2025-05-13 16:00:01 -04:00
lsp fix(lsp): exclude unmapped npm cache paths from auto-imports (#28841) 2025-04-11 17:38:55 +01:00
npm fix(compile): read resource name in executable as uppercase on Windows (#29005) 2025-04-24 15:08:53 -04:00
ops feat(jupyter): make GPUTexture and GPUBuffer displayable (#28117) 2025-02-18 00:29:45 -08:00
rt v2.2.13 (#29285) 2025-05-13 16:00:01 -04:00
schemas refactor(cli): update JSON schemas versions (#28252) 2025-02-25 11:03:28 +05:30
snapshot 2.2.12 (#29043) 2025-04-24 16:37:22 -04:00
standalone fix(compile): temporarily fallback to reading resource data from file on windows (#29024) 2025-04-24 15:09:34 -04:00
tools fix(compile): read resource name in executable as uppercase on Windows (#29005) 2025-04-24 15:08:53 -04:00
tsc docs: fix stability note of isTerminal and setRaw (#28886) 2025-04-14 13:50:21 -07:00
util fix: resolve shebang parse error in deno doc --test (#26079) 2025-04-18 13:14:00 +02:00
build.rs chore: update to rust 1.85 (#28236) 2025-03-05 08:38:59 +05:30
Cargo.toml v2.2.13 (#29285) 2025-05-13 16:00:01 -04:00
cdp.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +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: handle deno_media_type having Html and Sql variants (#28495) 2025-03-14 11:14:55 -07:00
entitlements.plist chore: start codesigning mac release builds (#21303) 2023-11-23 15:30:26 -07:00
factory.rs chore: box some more large futures (#28806) 2025-04-11 17:36:43 +01:00
file_fetcher.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
graph_container.rs chore: update to rust 1.85 (#28236) 2025-03-05 08:38:59 +05:30
graph_util.rs fix: show referrer for Wasm module dependency errors (#28653) 2025-04-04 11:36:37 +05:30
http_util.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00: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 feat: enable explicit resource management for JavaScript (#28119) 2025-04-14 13:50:13 -07:00
module_loader.rs refactor: reduce dependency on futures crate (#28515) 2025-03-20 20:55:13 -07:00
node.rs fix(node): support re-exported esm modules in cjs export analysis (#28379) 2025-03-14 11:11:49 -07:00
README.md docs(cli): do not need gen doc for cli (#17260) 2023-01-04 13:19:58 +01:00
registry.rs refactor: separate publish from pm subcommands (#28237) 2025-02-25 11:03:28 +05:30
resolver.rs fix(check): support sloppy imports with "compilerOptions.rootDirs" (#27973) 2025-02-05 23:08:10 +00:00
task_runner.rs fix(install): regression where Deno not used when postinstall script ran script without file extension (#28786) 2025-04-11 17:32:03 +01:00
type_checker.rs refactor: handle deno_media_type having Html and Sql variants (#28495) 2025-03-14 11:14:55 -07:00
worker.rs chore: update to rust 1.85 (#28236) 2025-03-05 08:38:59 +05:30

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.