0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli
David Sherret 03e4234962
fix(check): remove instability in loading lib files (#28202)
Also reduces memory usage.

Closes #28201
2025-02-20 12:41:58 -05:00
..
args fix: don't panic when running with // as a filepath (#28189) 2025-02-19 19:29:11 -08:00
bench
cache
js
lib
lsp fix(check): remove instability in loading lib files (#28202) 2025-02-20 12:41:58 -05:00
npm
ops
rt
schemas
snapshot
standalone
tools fix: better jsx workspace config resolution (#28186) 2025-02-19 18:50:44 -05:00
tsc fix(check): remove instability in loading lib files (#28202) 2025-02-20 12:41:58 -05:00
util
build.rs
Cargo.toml
cdp.rs
clippy.toml
deno.ico
emit.rs
entitlements.plist
factory.rs
file_fetcher.rs
graph_container.rs
graph_util.rs fix: better jsx workspace config resolution (#28186) 2025-02-19 18:50:44 -05:00
http_util.rs
integration_tests_runner.rs
jsr.rs
main.rs
module_loader.rs
node.rs
README.md
resolver.rs
task_runner.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.