3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
Submodule javascript updated 20 files
- .github/ISSUE_TEMPLATE/bug_report.md+31
- .github/ISSUE_TEMPLATE/feature_request.md+13
- .github/pull_request_template.md+9
- .github/workflows/build.yml-32
- .github/workflows/ci.yml+5-3
- Cargo.toml+2-2
- README.md+3-2
- bindings/rust/README.md+17-7
- grammar.js+105-72
- package.json+6-2
- src/grammar.json+475-395
- src/node-types.json+296-71
- src/parser.c+52.2k-37.3k
- src/scanner.c+131-89
- src/tree_sitter/parser.h+2-2
- test/corpus/destructuring.txt+21-4
- test/corpus/expressions.txt+135-36
- test/corpus/literals.txt+20-12
- test/corpus/semicolon_insertion.txt+3-1
- test/corpus/statements.txt+96-46
Submodule typescript updated 26 files
- .github/ISSUE_TEMPLATE/bug_report.md+31
- .github/ISSUE_TEMPLATE/feature_request.md+13
- .github/pull_request_template.md+8
- .github/workflows/build.yml+5-2
- .gitignore+9
- Cargo.toml+2-2
- README.md+1-1
- common/corpus/declarations.txt+251-25
- common/corpus/expressions.txt+4-4
- common/corpus/functions.txt+66-66
- common/corpus/types.txt+352-29
- common/define-grammar.js+195-70
- common/scanner.h+164-103
- package.json+12-8
- queries/highlights.scm+2-2
- script/check-generated-files+19
- script/known-failures.txt-21
- tsx/src/grammar.json+1.9k-934
- tsx/src/node-types.json+984-631
- tsx/src/parser.c+164.1k-270.4k
- tsx/src/tree_sitter/parser.h+2-2
- typescript/src/grammar.json+1.9k-934
- typescript/src/node-types.json+984-631
- typescript/src/parser.c+157.5k-264.2k
- typescript/src/tree_sitter/parser.h+2-2
- yarn.lock+19
0 commit comments