1 file changed
+1
-1
lines changedSubmodule typescript updated 69 files
- .editorconfig+39
- .eslintrc.js-20
- .gitattributes+9-18
- .github/pull_request_template.md-7
- .github/workflows/ci.yml+44-19
- .github/workflows/fuzz.yml+29
- .github/workflows/lint.yml+13-6
- .github/workflows/publish.yml+23
- .github/workflows/release.yml-103
- .gitignore+36-22
- .npmignore-6
- Cargo.toml+16-14
- LICENSE+1-1
- Makefile+9
- README.md+3-1
- appveyor.yml-22
- binding.gyp+8-5
- bindings/c/tree-sitter-tsx.h+16
- bindings/c/tree-sitter-tsx.pc.in+11
- bindings/c/tree-sitter-typescript.h+16
- bindings/c/tree-sitter-typescript.pc.in+11
- bindings/go/binding_test.go+22
- bindings/go/go.mod+5
- bindings/go/tsx.go+14
- bindings/go/typescript.go+14
- bindings/node/binding.cc+29-35
- bindings/node/index.d.ts+29
- bindings/node/index.js+4-16
- bindings/node/tsx.js+1-1
- bindings/node/typescript.js+1-1
- bindings/python/tree_sitter_typescript/__init__.py+3
- bindings/python/tree_sitter_typescript/__init__.pyi+3
- bindings/python/tree_sitter_typescript/binding.c+34
- bindings/python/tree_sitter_typescript/py.typed
- bindings/rust/README.md-46
- bindings/rust/build.rs+6-5
- bindings/rust/lib.rs+32-22
- bindings/swift/TreeSitterTypeScript/typescript.h+2-2
- common/common.mak+107
- package-lock.json+1.5k
- package.json+85-20
- pyproject.toml+33
- script/check-generated-files-19
- script/known-failures.txt-1
- script/parse-examples-55
- setup.py+61
- test/corpus/declarations.txt
- test/corpus/expressions.txt+48
- test/corpus/functions.txt
- test/corpus/types.txt
- tsx/Makefile+3
- tsx/corpus/common-1
- tsx/corpus/expressions.txt-25
- tsx/src/grammar.json+26-1
- tsx/src/parser.c+239.0k-251.8k
- tsx/src/scanner.c-2
- tsx/src/tree_sitter/alloc.h+54
- tsx/src/tree_sitter/array.h+290
- tsx/src/tree_sitter/parser.h+43-8
- typescript/Makefile+3
- typescript/corpus/common-1
- typescript/corpus/expressions.txt-20
- typescript/src/grammar.json+26-1
- typescript/src/parser.c+241.1k-253.9k
- typescript/src/scanner.c-2
- typescript/src/tree_sitter/alloc.h+54
- typescript/src/tree_sitter/array.h+290
- typescript/src/tree_sitter/parser.h+43-8
- typescript/test.ts-1
0 commit comments