Skip to content

Commit 891bcc5

Browse files
committed
regenerate parser
1 parent 360252f commit 891bcc5

File tree

6 files changed

+227968
-228582
lines changed

6 files changed

+227968
-228582
lines changed

tsx/src/grammar.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@
207207
{
208208
"type": "SYMBOL",
209209
"name": "export_clause"
210+
},
211+
{
212+
"type": "SYMBOL",
213+
"name": "_semicolon"
210214
}
211215
]
212216
},
@@ -223,7 +227,7 @@
223227
},
224228
{
225229
"type": "SYMBOL",
226-
"name": "identifier"
230+
"name": "expression"
227231
},
228232
{
229233
"type": "SYMBOL",

tsx/src/node-types.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2036,6 +2036,10 @@
20362036
"type": "export_clause",
20372037
"named": true
20382038
},
2039+
{
2040+
"type": "expression",
2041+
"named": true
2042+
},
20392043
{
20402044
"type": "identifier",
20412045
"named": true

0 commit comments

Comments
 (0)