tree-sitter/lib/binding_web/.gitignore
Amaan Qureshi be7716dfa7 feat(web)!: use the WASM module in the bindings, and not the other way around
Parser is no longer the default export, but you *must* call
`Parser.init()` before doing anything still
2025-01-21 12:36:15 -05:00

12 lines
184 B
Text

debug/
dist/
/lib/tree-sitter.js
/lib/tree-sitter.wasm
/lib/tree-sitter.wasm.map
/tree-sitter.js
/tree-sitter.js.map
/tree-sitter.wasm
/tree-sitter.wasm.map
node_modules
*.tgz
LICENSE