-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule tree-sitter
updated
27 files
+1 −1 | .github/workflows/build.yml | |
+7 −7 | Cargo.lock | |
+11 −8 | Cargo.toml | |
+1 −1 | Makefile | |
+1 −1 | build.zig.zon | |
+1 −0 | cli/Cargo.toml | |
+11 −2 | cli/npm/package.json | |
+25 −5 | cli/src/init.rs | |
+3 −2 | cli/src/main.rs | |
+3 −3 | cli/src/parse.rs | |
+1 −0 | cli/src/templates/_cargo.toml | |
+27 −9 | cli/src/templates/build.zig | |
+6 −3 | cli/src/templates/build.zig.zon | |
+1 −1 | cli/src/templates/package.swift | |
+19 −0 | cli/src/templates/root.zig | |
+26 −1 | cli/src/tests/parser_test.rs | |
+3 −1 | docs/src/6-contributing.md | |
+1 −1 | lib/CMakeLists.txt | |
+15 −14 | lib/binding_rust/lib.rs | |
+2 −0 | lib/binding_web/.gitignore | |
+210 −337 | lib/binding_web/package-lock.json | |
+11 −9 | lib/binding_web/package.json | |
+60 −17 | lib/binding_web/script/build.js | |
+1 −1 | lib/binding_web/src/parser.ts | |
+38 −8 | lib/binding_web/web-tree-sitter.d.ts | |
+4 −1 | lib/binding_web/web-tree-sitter.d.ts.map | |
+1 −0 | lib/src/parser.c |