deno/tests
David Sherret 31154ff958
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-08 20:05:28 -04:00
..
config
ffi BREAKING(ffi/unstable): use BigInt representation in turbocall (#23983) 2024-05-30 08:00:11 +05:30
integration chore: upgrade trust-dns-resolver and friends (#24108) 2024-06-05 23:39:39 +02:00
napi chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-08 22:45:06 -04:00
node_compat chore: disable part of test-fs-read-stream.js (#24085) 2024-06-02 21:12:52 -04:00
registry fix(ext/node): lossy UTF-8 read node_modules files (#24140) 2024-06-08 18:36:13 +02:00
specs fix(check): attempt to resolve types from pkg before @types pkg (#24152) 2024-06-08 20:05:28 -04:00
testdata fix: better handling of npm resolution occurring on workers (#24094) 2024-06-05 17:04:16 +02:00
unit fix(ext/websocket): correctly order messages when sending blobs (#24133) 2024-06-08 18:36:43 +02:00
unit_node chore: upgrade dlint to 0.60.0 (#24041) 2024-06-05 01:09:29 +02:00
util fix(ext/node): lossy UTF-8 read node_modules files (#24140) 2024-06-08 18:36:13 +02:00
wpt fix(ext/web): correct string tag for MessageEvent (#24134) 2024-06-09 02:03:24 +02:00
Cargo.toml chore: upgrade trust-dns-resolver and friends (#24108) 2024-06-05 23:39:39 +02:00
lib.rs
README.md

Deno Integration Tests