| 1 | #!/usr/bin/env node |
| 2 | // Verify a tree-sitter grammar wasm is HEALTHY under the project's web-tree-sitter |
| 3 | // runtime BEFORE writing an extractor. Prints the ABI version and parses a valid |
| 4 | // sample many times in a multi-grammar context, to catch heap-corruption bugs |
nothing calls this directly
no test coverage detected