1 file changed
+1
-1
lines changedSubmodule typescript updated 36 files
- .editorconfig+5-5
- .gitattributes+7-3
- .github/workflows/ci.yml+1
- .gitignore+1-2
- Cargo.lock+89
- Cargo.toml+5-2
- Makefile+2
- Package.swift+55-42
- binding.gyp+12-4
- bindings/c/tree-sitter-typescript.pc.in+1-1
- bindings/go/binding_test.go+2-2
- bindings/go/go.mod-5
- bindings/node/binding.cc+1-1
- bindings/node/binding_test.js+10
- bindings/python/tree_sitter_typescript/__init__.py+17
- bindings/python/tree_sitter_typescript/__init__.pyi+6
- bindings/python/tree_sitter_typescript/binding.c+4-4
- bindings/rust/lib.rs+13-17
- bindings/swift/TreeSitterTypeScriptTests/TreeSitterTypeScriptTests.swift+15
- common/common.mak+22-18
- common/define-grammar.js+5-1
- common/scanner.h+48
- go.mod+7
- go.sum+36
- package-lock.json+24-21
- package.json+5-5
- pyproject.toml+3-3
- setup.py+9-6
- tsx/src/grammar.json+149-52
- tsx/src/node-types.json+25-10
- tsx/src/parser.c+182.2k-176.7k
- tsx/src/tree_sitter/parser.h+1
- typescript/src/grammar.json+149-52
- typescript/src/node-types.json+23-8
- typescript/src/parser.c+170.2k-166.5k
- typescript/src/tree_sitter/parser.h+1
0 commit comments