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
This commit is contained in:
parent
b1e39d2dba
commit
be7716dfa7
29 changed files with 613 additions and 662 deletions
3
lib/binding_web/.gitignore
vendored
3
lib/binding_web/.gitignore
vendored
|
|
@ -1,5 +1,8 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue