lezer-tree
Advanced tools
Changelog
0.4.0 (2019-09-10)
Export BufferCursor
again, which was accidentally removed from the exports in 0.3.0.
The iterate
method now takes an object instead of separate parameters.
Changelog
0.3.0 (2019-08-22)
Introduces node props.
Node types are now objects holding a name, id, and set of props.
Tags are gone again, nodes have plain string names.
Changelog
0.2.0 (2019-08-02)
Fix incorrect node length calculation in Tree.build
.
Tree nodes are now identified with tags.
New Tag
data structure to represent node tags.
Drop support for grammar ids and node types.
Changelog
0.1.1 (2019-07-09)
Actually include the .d.ts file in the published package.