deno/cli
denobot 4d531bf229
chore: forward v1.44.1 release commit to main (#24115)
This is the release commit being forwarded back to main for 1.44.1

Co-authored-by: devsnek <devsnek@users.noreply.github.com>
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2024-06-06 03:23:10 +00:00
..
args fix(npm): use configured auth for tarball urls instead of scope auth (#24111) 2024-06-05 21:24:52 +00:00
bench
cache
js
lsp
napi chore: forward v1.44.1 release commit to main (#24115) 2024-06-06 03:23:10 +00:00
npm fix(npm): use configured auth for tarball urls instead of scope auth (#24111) 2024-06-05 21:24:52 +00:00
ops
schemas
standalone
tools
tsc
util
auth_tokens.rs
build.rs
Cargo.toml chore: forward v1.44.1 release commit to main (#24115) 2024-06-06 03:23:10 +00:00
cdp.rs
clippy.toml
deno.ico
emit.rs
entitlements.plist
errors.rs
factory.rs
file_fetcher.rs
graph_container.rs
graph_util.rs
http_util.rs fix(npm): use configured auth for tarball urls instead of scope auth (#24111) 2024-06-05 21:24:52 +00:00
integration_tests_runner.rs
js.rs
jsr.rs
main.rs
mainrt.rs
module_loader.rs fix: support importing statically unanalyzable npm specifiers (#24107) 2024-06-05 15:18:06 -04:00
node.rs
README.md
resolver.rs
version.rs
worker.rs

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.