-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump typescript grammar (#665)
Co-authored-by: jcs090218 <[email protected]>
- Loading branch information
1 parent
93dd718
commit 91b71fd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule typescript
updated
15 files
+2 −2 | Cargo.toml | |
+23 −3 | Package.swift | |
+5 −1 | bindings/rust/lib.rs | |
+1 −1 | common/common.mak | |
+157 −155 | common/define-grammar.js | |
+6 −6 | package-lock.json | |
+2 −2 | package.json | |
+1 −1 | pyproject.toml | |
+75 −1 | test/corpus/types.txt | |
+167 −203 | tsx/src/grammar.json | |
+183 −660 | tsx/src/node-types.json | |
+226,190 −326,314 | tsx/src/parser.c | |
+163 −203 | typescript/src/grammar.json | |
+185 −662 | typescript/src/node-types.json | |
+213,771 −316,775 | typescript/src/parser.c |