0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/tests
Marvin Hagemeister 842a906295
fix(unstable): lint plugin child combinator not working with groups (#28360)
Internally, we use a group node for array-like children, which is hidden
from the user. When we're asking for a parent of a node we need to take
group nodes into account and walk over them.

Fixes one issue reported in
https://github.com/denoland/deno/issues/28355
2025-03-03 21:44:04 +01:00
..
config
ffi chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
integration fix(lsp): include prefix and suffix for rename edits (#28327) 2025-02-27 21:34:32 +00:00
napi chore: prefer workspace dependencies in order to avoid duplicate crates (#28281) 2025-02-26 14:55:47 +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(node): require esm should prefer module.exports export (#28376) 2025-03-03 15:03:12 -05:00
testdata refactor: object wrap WebGPU (#27665) 2025-02-12 13:45:41 +00:00
unit fix(unstable): lint plugin child combinator not working with groups (#28360) 2025-03-03 21:44:04 +01:00
unit_node fix(ext/node): SQLite reset guards to prevent database locks (#28298) 2025-02-25 19:27:55 +05:30
util chore: prefer workspace dependencies in order to avoid duplicate crates (#28281) 2025-02-26 14:55:47 +00:00
wpt fix(ext/crypto): export private x25519 JWK key (#27828) 2025-01-27 22:25:00 +05:30
Cargo.toml chore: prefer workspace dependencies in order to avoid duplicate crates (#28281) 2025-02-26 14:55:47 +00:00
lib.rs
README.md

Deno Integration Tests