0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-06 02:52:05 -05:00
deno/cli
David Sherret 4cd6a81619
fix(check): attempt to resolve types from pkg before @types pkg (#24152)
I've been meaning to fix this for ages, but I finally ran into it here:


https://github.com/dsherret/ts-ast-viewer/actions/runs/9432038675/job/25981325408

We need to resolve the `@types` package as a fallback instead of eagerly
resolving it.
2024-06-12 17:15:00 -07:00
..
args refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
bench
cache fix: make writing to the deps cache more reliable (#24135) 2024-06-12 17:14:59 -07:00
js
lsp refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
napi
npm fix(check): attempt to resolve types from pkg before @types pkg (#24152) 2024-06-12 17:15:00 -07:00
ops refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
schemas
standalone refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
tools fix: do not panic linting files with UTF-8 BOM (#24136) 2024-06-12 17:14:59 -07:00
tsc refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
util fix(ext/node): lossy UTF-8 read node_modules files (#24140) 2024-06-12 17:14:59 -07:00
auth_tokens.rs
build.rs
Cargo.toml refactor: NpmRegistryApi - #[async_trait(?Send)] (#24126) 2024-06-12 17:14:58 -07:00
cdp.rs
clippy.toml
deno.ico
emit.rs
entitlements.plist
errors.rs
factory.rs
file_fetcher.rs refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
graph_container.rs refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
graph_util.rs refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
http_util.rs
integration_tests_runner.rs
js.rs
jsr.rs refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
main.rs refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
mainrt.rs
module_loader.rs refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00
node.rs fix(ext/node): lossy UTF-8 read node_modules files (#24140) 2024-06-12 17:14:59 -07:00
README.md
resolver.rs fix(check): attempt to resolve types from pkg before @types pkg (#24152) 2024-06-12 17:15:00 -07:00
version.rs
worker.rs refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-12 17:14:58 -07:00

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.