Skip to content

Commit

Permalink
chore: generate
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed May 6, 2024
1 parent 86af80b commit c315722
Show file tree
Hide file tree
Showing 10 changed files with 480,963 additions and 505,705 deletions.
27 changes: 26 additions & 1 deletion tsx/src/grammar.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"0": "j",
"1": "a",
"2": "v",
"3": "a",
"4": "s",
"5": "c",
"6": "r",
"7": "i",
"8": "p",
"9": "t",
"name": "tsx",
"word": "identifier",
"rules": {
Expand Down Expand Up @@ -6790,6 +6800,18 @@
"type": "STRING",
"value": "static"
},
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_automatic_semicolon"
},
{
"type": "BLANK"
}
]
},
{
"type": "FIELD",
"name": "body",
Expand Down Expand Up @@ -11098,6 +11120,10 @@
"binary_expression",
"_initializer"
],
[
"class_static_block",
"_property_name"
],
[
"call_expression",
"instantiation_expression",
Expand Down Expand Up @@ -11869,7 +11895,6 @@
}
],
"inline": [
"statement",
"_expressions",
"_semicolon",
"_identifier",
Expand Down
Loading

0 comments on commit c315722

Please sign in to comment.