tree-sitter/crates
skewb1k 4ac2d5d276 fix(cli): trailing whitespace after multiline text nodes in CST
Problem:
The CST printer emits trailing whitespace after multiline text nodes.
With 1704c604bf and `:cst` corpus tests
this causes trailing spaces to appear on `test --update`.
These spaces cannot be removed afterward, as the test runner
expects an exact character-for-character match for CST tests.

Solution:
Print whitespace only if node is not multiline.
2025-12-14 21:34:50 -05:00
..
cli fix(cli): trailing whitespace after multiline text nodes in CST 2025-12-14 21:34:50 -05:00
config refactor(config)!: transition from anyhow to thiserror 2025-11-14 11:28:00 +01:00
generate fix(generate): add node_modules to quickjs resolver 2025-11-21 19:39:53 -05:00
highlight perf: reduce needless allocations 2025-10-30 18:24:42 +01:00
language feat: start working on v0.27 2025-12-13 14:14:33 +01:00
loader feat(bindings): add Java bindings 2025-12-08 15:47:15 -05:00
tags chore: copy license to all packages 2025-09-11 03:12:35 -04:00
xtask Add containing range APIs to query cursor 2025-12-03 18:06:16 -05:00