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 761a9b62ce
refactor(cli): extract TypeChecker to separate module (#28235)
Extracts it out of tools/check.rs to type_checker.rs which makes more
sense because this is used across sub commands.
2025-02-21 21:00:29 +00:00
..
args fix: don't panic when running with // as a filepath (#28189) 2025-02-19 19:29:11 -08:00
bench
cache
js fix(unstable): lint plugin :exit called at wrong time (#28229) 2025-02-21 17:50:26 +00: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
ops
rt chore: remove unused dependencies (#28204) 2025-02-21 02:46:56 -08:00
schemas
snapshot chore: forward v2.2.1 release commit to main (#28213) 2025-02-21 01:35:34 +00:00
standalone
tools refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
tsc docs: add examples for SubtleCrypto (#28068) 2025-02-20 22:57:54 +01:00
util
build.rs
Cargo.toml chore: remove unused dependencies (#28204) 2025-02-21 02:46:56 -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(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
module_loader.rs refactor(cli): extract TypeChecker to separate module (#28235) 2025-02-21 21:00:29 +00:00
node.rs
README.md
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.