0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/cli
Je Xia 1dd49e2875 fix(node): Add missing inspector/promises (#27491)
Add missing `inspector/promises` in node builtin module list, that
causes types checking error.
2025-01-09 15:19:14 -05:00
..
args refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
bench
cache refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
js
lsp refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
npm refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
ops
schemas
standalone refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
tools chore(lint): remove manual AST field counter (#27449) 2025-01-09 15:19:14 -05:00
tsc fix(node): Add missing inspector/promises (#27491) 2025-01-09 15:19:14 -05:00
util refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
build.rs
Cargo.toml refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
cdp.rs
clippy.toml
deno.ico
emit.rs
entitlements.plist
errors.rs
factory.rs refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
file_fetcher.rs refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
graph_container.rs
graph_util.rs refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
http_util.rs
integration_tests_runner.rs
js.rs
jsr.rs
main.rs
mainrt.rs
module_loader.rs refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
node.rs refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
README.md
resolver.rs refactor: use sys_traits (#27480) 2025-01-09 15:19:14 -05:00
shared.rs
task_runner.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.