0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/tests
Nathan Whitaker d20c6b5b7d
fix(install): don't error on unknown media types in install (#28234)
Fixes https://github.com/denoland/deno/issues/28223

This is kind of an ugly fix, but it works, and I think is the easiest
way to handle the fact that when caching the module graph we might
encounter imports that won't actually error at runtime (for instance in
files that will be bundled).
2025-02-21 12:20:55 -08:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi fix: handle all values for buffers in turbocall codegen (#28170) 2025-02-18 16:24:25 +00:00
integration fix(lsp): close server on exit notification (#28232) 2025-02-21 20:02:56 +00:00
napi fix(ext/napi): napi_is_buffer tests for ArrayBufferView (#27956) 2025-02-04 14:30:40 +00:00
node_compat test: clean up node_compat test runner (#28028) 2025-02-11 14:00:38 +09:00
registry fix(check/lsp): fall back to @types/* packages if npm package doesn't have types (#28185) 2025-02-19 23:55:06 +00:00
specs fix(install): don't error on unknown media types in install (#28234) 2025-02-21 12:20:55 -08:00
testdata refactor: object wrap WebGPU (#27665) 2025-02-12 13:45:41 +00:00
unit fix(unstable): lint plugin :exit called at wrong time (#28229) 2025-02-21 17:50:26 +00:00
unit_node fix(ext/node): decipherIv() range error on invalid final block length (#28215) 2025-02-21 04:48:38 +00:00
util fix(lsp): close server on exit notification (#28232) 2025-02-21 20:02:56 +00:00
wpt fix(ext/crypto): export private x25519 JWK key (#27828) 2025-01-27 22:25:00 +05:30
Cargo.toml ci(lsp): timeout tests after 5 minutes (#28036) 2025-02-10 16:15:43 +00:00
lib.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests