0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/cli
2025-02-24 08:20:59 -08:00
..
args fix: add info suggestion for unsafely-ignore-certificate-errors and add --help=full (#28203) 2025-02-24 08:20:59 -08:00
bench
cache
js fix(lint): don't recurse infinitely for large ASTs (#28265) 2025-02-24 11:51:30 +01:00
lib chore: remove unused dependencies (#28204) 2025-02-21 02:46:56 -08:00
lsp fix(install): don't error on unknown media types in install (#28234) 2025-02-21 12:20:55 -08:00
npm perf(install): only read initialized file if we care about the tags (#28242) 2025-02-22 01:16:00 +00:00
ops
rt chore: remove unused dependencies (#28204) 2025-02-21 02:46:56 -08:00
schemas refactor(cli): update JSON schemas versions (#28252) 2025-02-24 10:11:06 -05:00
snapshot chore: forward v2.2.1 release commit to main (#28213) 2025-02-21 01:35:34 +00:00
standalone
tools refactor(coverage): simplify CoverageReporter trait (#28219) 2025-02-22 09:04:57 +09:00
tsc fix(lsp): create cacheable ExportInfoMap per language service (#28240) 2025-02-22 00:48:50 +00:00
util
build.rs
Cargo.toml fix: add info suggestion for unsafely-ignore-certificate-errors and add --help=full (#28203) 2025-02-24 08:20:59 -08:00
cdp.rs
clippy.toml
deno.ico
emit.rs
entitlements.plist
factory.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
file_fetcher.rs
graph_container.rs fix(install): don't error on unknown media types in install (#28234) 2025-02-21 12:20:55 -08:00
graph_util.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
http_util.rs
integration_tests_runner.rs
jsr.rs
main.rs refactor: separate publish from pm subcommands (#28237) 2025-02-21 17:02:33 -05:00
module_loader.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
node.rs
README.md
registry.rs refactor: separate publish from pm subcommands (#28237) 2025-02-21 17:02:33 -05:00
resolver.rs
task_runner.rs
type_checker.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
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.