0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/tests
Marvin Hagemeister 063299353d
fix(unstable): lint plugin :exit called at wrong time (#28229)
The `:exit` selectors were called at the wrong time during visiting.

They need to be called when going upwards and a node and all its
children have been fully visited. Instead we called it when the node +
all its sibling were visited which is wrong.

Fixes https://github.com/denoland/deno/issues/28227
2025-02-21 17:50:26 +00: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(check/lsp): fall back to @types/* packages if npm package doesn't have types (#28185) 2025-02-19 23:55:06 +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(publish): support jsx/tsx (#28188) 2025-02-20 22:39:51 +00: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(check/lsp): fall back to @types/* packages if npm package doesn't have types (#28185) 2025-02-19 23:55:06 +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