feat(web): include C source files for debugging
This commit is contained in:
parent
060e69e671
commit
a115e515ff
2 changed files with 5 additions and 1 deletions
2
lib/binding_web/.gitignore
vendored
2
lib/binding_web/.gitignore
vendored
|
|
@ -2,6 +2,8 @@ debug/
|
|||
dist/
|
||||
tree-sitter*
|
||||
lib/tree-sitter*
|
||||
lib/*.c
|
||||
lib/*.h
|
||||
!lib/tree-sitter.c
|
||||
!lib/tree-sitter.d.ts
|
||||
node_modules
|
||||
|
|
|
|||
|
|
@ -49,7 +49,9 @@
|
|||
"debug/tree-sitter.wasm.map",
|
||||
"web-tree-sitter.d.ts",
|
||||
"web-tree-sitter.d.ts.map",
|
||||
"src/**/*.ts"
|
||||
"src/**/*.ts",
|
||||
"lib/*.c",
|
||||
"lib/*.h"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.19.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue