1 file changed
+1
-1
lines changedSubmodule javascript updated 31 files
- .gitattributes+6-1
- .github/workflows/ci.yml+2-2
- .github/workflows/lint.yml+1-1
- .gitignore+7
- CMakeLists.txt+16-8
- Cargo.lock+118-15
- Cargo.toml+12-5
- Makefile+8-3
- Package.swift+9-5
- README.md+6-1
- binding.gyp+6-1
- bindings/c/tree_sitter/tree-sitter-javascript.h
- bindings/go/binding.go+2
- bindings/node/binding.cc-1
- bindings/node/index.d.ts-1
- bindings/python/tree_sitter_javascript/binding.c+11-3
- bindings/rust/build.rs+4-2
- bindings/rust/lib.rs+8-12
- grammar.js+80-5
- package-lock.json+291-218
- package.json+7-7
- pyproject.toml+5-6
- setup.py+38-23
- src/grammar.json+375-45
- src/node-types.json+64-4
- src/parser.c+62.3k-51.5k
- src/tree_sitter/array.h+2-1
- src/tree_sitter/parser.h+27-7
- test/corpus/expressions.txt+35-1
- test/corpus/statements.txt+93-2
- tree-sitter.json+1-1
0 commit comments