0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli
denobot 9df6be8916
chore: forward v2.1.4 release commit to main (#27329)
This is the release commit being forwarded back to main for 2.1.4

Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2024-12-11 12:47:31 +00:00
..
args feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
bench
cache fix: clear dep analysis when module loading is done (#27204) 2024-12-05 15:48:50 +00:00
js feat(jupyter): Add Deno.jupyter.image API (#26284) 2024-11-16 15:13:50 +00:00
lsp feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
npm feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
ops feat: permission stack traces in ops (#26938) 2024-11-20 21:24:04 +00:00
schemas refactor(lint): manage schema files for linter in Deno repo (#27324) 2024-12-11 02:06:04 +01:00
standalone feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
tools feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
tsc fix: support bun specifiers in JSR publish (#24588) 2024-11-28 14:51:24 +01:00
util chore: reduce allocations in a few places (#27288) 2024-12-09 19:28:53 -05:00
auth_tokens.rs
build.rs perf(windows): delay load webgpu and some other dlls (#26917) 2024-11-18 20:44:17 +00:00
Cargo.toml chore: forward v2.1.4 release commit to main (#27329) 2024-12-11 12:47:31 +00:00
cdp.rs
clippy.toml
deno.ico
emit.rs
entitlements.plist
errors.rs feat: Wasm module support (#26668) 2024-11-19 18:59:23 -05:00
factory.rs feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
file_fetcher.rs refactor: remove usages of deno_core::resolve_import for resolving redirects (#27234) 2024-12-04 17:39:58 -05:00
graph_container.rs
graph_util.rs feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
http_util.rs
integration_tests_runner.rs
js.rs
jsr.rs
main.rs refactor(unstable): move telemetry to own ext (#27067) 2024-11-26 11:22:18 +00:00
mainrt.rs refactor(unstable): move telemetry to own ext (#27067) 2024-11-26 11:22:18 +00:00
module_loader.rs feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
node.rs perf(compile): read embedded files as static references when UTF-8 and reading as strings (#27033) 2024-11-27 21:28:41 -05:00
README.md
resolver.rs feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
shared.rs
task_runner.rs fix(task): do not always kill child on ctrl+c on windows (#27269) 2024-12-09 11:01:57 -05:00
version.rs
worker.rs feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08: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.