feat: publish both CJS and ESM files
This way, users can pick whichever one works for their needs
This commit is contained in:
parent
10e6ecf162
commit
a4b20c1c56
10 changed files with 225 additions and 55 deletions
11
lib/binding_web/.gitignore
vendored
11
lib/binding_web/.gitignore
vendored
|
|
@ -1,12 +1,9 @@
|
|||
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
|
||||
tree-sitter*
|
||||
lib/tree-sitter*
|
||||
!lib/tree-sitter.c
|
||||
!lib/tree-sitter.d.ts
|
||||
node_modules
|
||||
*.tgz
|
||||
LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue