| 1 | import { Parser, Language, Query } from "web-tree-sitter"; |
| 2 | // Leverage Vite's asset pipeline to guarantee we receive the exact .wasm file that matches our NPM package version |
| 3 | import treeSitterWasmUrl from "web-tree-sitter/tree-sitter.wasm?url"; |
| 4 |
nothing calls this directly
no test coverage detected