deno/cli
denobot 7b74f38539
Some checks are pending
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 / 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 / build wasm32 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
2.3.2 (#29320)
Bumped versions for 2.3.2

---------

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-05-16 01:18:59 +02:00
..
args feat: Add support for DENO_TRUST_PROXY_HEADERS env var (#29296) 2025-05-15 13:05:50 +02:00
bench refactor(lsp): separate document and module storage (#28469) 2025-03-31 22:25:27 +01:00
cache feat(cache): add DENO_EMIT_CACHE_MODE (#29025) 2025-04-25 16:01:10 +00:00
js feat(unstable): support comments in lint plugin (#29189) 2025-05-08 21:59:36 +02:00
lib 2.3.2 (#29320) 2025-05-16 01:18:59 +02:00
lsp refactor: ability to provide custom life cycle script executor to deno install code (#29299) 2025-05-14 18:41:44 -04:00
npm refactor: ability to provide custom life cycle script executor to deno install code (#29299) 2025-05-14 18:41:44 -04:00
ops feat(jupyter): make GPUTexture and GPUBuffer displayable (#28117) 2025-02-18 00:29:45 -08:00
rt 2.3.2 (#29320) 2025-05-16 01:18:59 +02:00
schemas feat(check): support erasableSyntaxOnly for type checking (#29097) 2025-04-30 02:38:07 +00:00
snapshot 2.3.2 (#29320) 2025-05-16 01:18:59 +02:00
standalone fix(npm): respect etag for npm packument caching (#29130) 2025-05-02 09:49:05 -04:00
tools fix(fmt): fail command when embedded language has syntax error (#29259) 2025-05-15 10:51:48 +09:00
tsc docs(dts): fix typos in API docs (#29301) 2025-05-15 16:08:00 +09:00
util feat(lsp): jupyter cell continuity using classic scripts (#28769) 2025-04-17 19:39:32 +01: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.3.2 (#29320) 2025-05-16 01:18:59 +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 refactor: handle deno_media_type having Html and Sql variants (#28495) 2025-03-15 00:19:08 +09:00
entitlements.plist chore: start codesigning mac release builds (#21303) 2023-11-23 15:30:26 -07:00
factory.rs refactor: ability to provide custom life cycle script executor to deno install code (#29299) 2025-05-14 18:41:44 -04:00
file_fetcher.rs feat(clean): deno clean --except <paths>, remove all cache data except what's needed to run paths (#28424) 2025-04-29 22:42:17 +00:00
graph_container.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
graph_util.rs fix(check): do not add @types/node@* to lockfile if a @types/node req already exists (#29270) 2025-05-13 18:44:54 -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 refactor(lsp): remove Send + Sync requirement (#28035) 2025-02-12 13:37:47 +00:00
main.rs fix(cli): configure v8 isolate with cgroups-constrained memory limit (#29078) 2025-05-14 00:07:59 +09:00
module_loader.rs fix(check): do not add @types/node@* to lockfile if a @types/node req already exists (#29270) 2025-05-13 18:44:54 -04:00
node.rs feat(compile): support for ffi and node native addons (#28934) 2025-04-17 16:01:12 -04:00
README.md docs(cli): do not need gen doc for cli (#17260) 2023-01-04 13:19:58 +01:00
registry.rs perf(publish): fetch all missing package status in parallel (#27935) 2025-05-09 10:45:27 -05:00
resolver.rs refactor: move more code into ResolverFactory (#29202) 2025-05-07 16:07:51 +00: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 fix(check): do not add @types/node@* to lockfile if a @types/node req already exists (#29270) 2025-05-13 18:44:54 -04:00
worker.rs refactor: allow lazy main module (#28929) 2025-04-30 19:59:20 +00: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.