Skip to content

Commit

Permalink
feat(web): include C source files for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Feb 1, 2025
1 parent 060e69e commit a115e51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/binding_web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion lib/binding_web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a115e51

Please sign in to comment.