Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
tsc-dyn.aarch64-apple-darwin.dylib | 2022-02-12 | 2.2 MB | |
tsc-dyn.dll | 2022-02-12 | 2.0 MB | |
tsc-dyn.dylib | 2022-02-12 | 2.4 MB | |
tsc-dyn.so | 2022-02-12 | 4.1 MB | |
tsc-dyn.x86_64-apple-darwin.dylib | 2022-02-12 | 2.4 MB | |
tsc-dyn.x86_64-pc-windows-msvc.dll | 2022-02-12 | 2.0 MB | |
tsc-dyn.x86_64-unknown-linux-gnu.so | 2022-02-12 | 4.1 MB | |
0.18.0.tar.gz | 2022-02-12 | 553.3 kB | |
0.18.0.zip | 2022-02-12 | 590.3 kB | |
README.md | 2022-02-12 | 450 Bytes | |
Totals: 10 Items | 20.3 MB | 0 |
- Added APIs to traverse the syntax tree:
tsc-traverse-do
,tsc-traverse-mapc
,tsc-traverse-iter
. The traversal is depth-first pre-order. - Improved syntax tree rendering's performance in
tree-sitter-debug
. - Added optional params
props
andoutput
totsc-current-node
, which allows retrieving node properties, instead of the node object itself. This enables performance optimizations in uses cases that deal with a large number of nodes.