-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump javascript grammar (#846)
Co-authored-by: jcs090218 <[email protected]>
- Loading branch information
1 parent
6e8201c
commit 5013474
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule javascript
updated
18 files
+3 −0 | .editorconfig | |
+28 −4 | .gitattributes | |
+1 −1 | .github/workflows/ci.yml | |
+14 −0 | .github/workflows/publish.yml | |
+3 −5 | CMakeLists.txt | |
+14 −14 | Cargo.lock | |
+3 −3 | Cargo.toml | |
+1 −1 | Makefile | |
+16 −0 | Package.resolved | |
+0 −1 | bindings/c/tree-sitter-javascript.pc.in | |
+3 −3 | bindings/node/binding_test.js | |
+5 −1 | bindings/node/index.js | |
+1 −3 | go.mod | |
+0 −2 | go.sum | |
+71 −58 | package-lock.json | |
+18 −56 | package.json | |
+2 −2 | pyproject.toml | |
+1 −1 | tree-sitter.json |