mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
`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'. |
||
|---|---|---|
| .. | ||
| edit.test.ts | ||
| helper.ts | ||
| language.test.ts | ||
| memory.test.ts | ||
| memory.ts | ||
| memory_unsupported.test.ts | ||
| node.test.ts | ||
| parser.test.ts | ||
| query.test.ts | ||
| tree.test.ts | ||