tree-sitter.tree-sitter/lib/binding_web/test
Will Lillis 7be497a14e fix(web)!: report null when lookahead iterator is not positioned
`currentType` and `currentTypeId` return `null` before the first iteration
step, after exhaustion, and after a reset.

`currentType` also falls back to the language's own name table instead of the
literal 'ERROR' when `Language.types` has no entry (auxiliary symbols). Other
bindings report `end` where this one reported 'ERROR'.
2026-08-14 00:13:54 -04:00
..
edit.test.ts feat(web)!: add API for editing points and ranges 2025-09-19 17:40:26 -04:00
helper.ts test: update tests 2025-01-21 12:36:15 -05:00
language.test.ts fix(web)!: report null when lookahead iterator is not positioned 2026-08-14 00:13:54 -04:00
memory.test.ts feat: free memory automatically (#5225) 2026-01-18 14:39:52 -08:00
memory.ts feat: free memory automatically (#5225) 2026-01-18 14:39:52 -08:00
memory_unsupported.test.ts feat: free memory automatically (#5225) 2026-01-18 14:39:52 -08:00
node.test.ts fix(web): correct childWithDescendant() functionality 2025-04-18 18:11:42 -04:00
parser.test.ts docs: change WASM/wasm to Wasm 2025-08-21 09:56:32 +03:00
query.test.ts Add containing range APIs to query cursor 2025-12-03 18:06:16 -05:00
tree.test.ts feat(web)!: add API for editing points and ranges 2025-09-19 17:40:26 -04:00