fix: Reject parse trees with missing nodes #587

Merged
wetneb merged 1 commit from 554-missing-nodes into main 2025-09-11 23:01:33 +02:00

1 commit

Author SHA1 Message Date
68845ede84 fix: Reject parse trees with missing nodes
All checks were successful
/ test (pull_request) Successful in 37s
Fixes #554.
I had to adjust a bunch of test cases which cannot parse anymore.
The fact that our JSON parser doesn't accept trailing commas is a
concern, I think we should migrate to a more accepting one, such as
https://github.com/Joakker/tree-sitter-json5.
2025-09-11 21:19:59 +02:00