What's Changed
- fix(lib): update doc comment for
ts_parser_parseby @WillLillis in https://github.com/tree-sitter/tree-sitter/pull/5642 - fix(lib): use correct TREE_SITTER_HIDE_SYMBOLS macro name in alloc.h by @tree-sitter-ci-bot[bot] in https://github.com/tree-sitter/tree-sitter/pull/5643
- fix(cli): improve soundness of cst range calculation by @WillLillis in https://github.com/tree-sitter/tree-sitter/pull/5650
- fix(lib): Consider subtree lookahead bytes when determining whether the parser can reuse a node. by @tree-sitter-ci-bot[bot] in https://github.com/tree-sitter/tree-sitter/pull/5656
- fix(cli): display warning to user if parser test corpus dir isn't found by @tree-sitter-ci-bot[bot] in https://github.com/tree-sitter/tree-sitter/pull/5669
- fix: add DESCRIPTION to grammar Makefile template by @WillLillis in https://github.com/tree-sitter/tree-sitter/pull/5672
- fix(cli): infinite loop in highlight test by @WillLillis in https://github.com/tree-sitter/tree-sitter/pull/5674
- fix(lib): address strict aliasing violations in
TreeCursortype by @WillLillis in https://github.com/tree-sitter/tree-sitter/pull/5693 - build(deps): bump wasmtime-c-api to v36.0.12 by @clason in https://github.com/tree-sitter/tree-sitter/pull/5709
- fix(dsl): forbid invalid field names by @WillLillis in https://github.com/tree-sitter/tree-sitter/pull/5710
- Fix issues with queries matching a parent node with anchored children (siblings) by @tree-sitter-ci-bot[bot] in https://github.com/tree-sitter/tree-sitter/pull/5712
- test(query): regression test for anchored siblings inside a parent by @tree-sitter-ci-bot[bot] in https://github.com/tree-sitter/tree-sitter/pull/5716
- release v0.26.10 by @WillLillis in https://github.com/tree-sitter/tree-sitter/pull/5717
Full Changelog: https://github.com/tree-sitter/tree-sitter/compare/v0.26.9...v0.26.10