tree-sitter/crates
skewb1k 17e3c7a5c5 fix(cli): restore test summary output for tree-sitter test
Problem:
After commit f02d7e7e33
the `tree-sitter test` command no longer printed the final test summary,
leaving empty line. The `Stats` struct was embedded into `TestSummary`,
and the explicit call to print it was removed.

Solution:
Print `parse_stats` from `TestSummary.fmt()` implementation.
2026-01-04 21:31:11 -08:00
..
cli fix(cli): restore test summary output for tree-sitter test 2026-01-04 21:31:11 -08:00
config refactor(config)!: transition from anyhow to thiserror 2025-11-14 11:28:00 +01:00
generate feat(quickjs): add console support for Array 2025-12-31 13:32:09 +01: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 fix(cli): canonicalize build --output path 2025-12-30 17:07:04 +01: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