| 1 | #!/usr/bin/env node |
| 2 | // Dump the tree-sitter AST for a sample file so you can write a LanguageExtractor |
| 3 | // mapping. Loads a grammar .wasm directly via web-tree-sitter (the same runtime |
| 4 | // codegraph uses) — you do NOT need to register the language first. |
nothing calls this directly
no test coverage detected