Skip to content

Commit

Permalink
chore: generate
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Jun 30, 2023
1 parent ea81a09 commit 27a448b
Show file tree
Hide file tree
Showing 3 changed files with 20,685 additions and 20,534 deletions.
33 changes: 29 additions & 4 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,15 +184,15 @@
"type": "STRING",
"value": "("
},
{
"type": "SYMBOL",
"name": "import_spec"
},
{
"type": "REPEAT",
"content": {
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "import_spec"
},
{
"type": "CHOICE",
"members": [
Expand All @@ -205,10 +205,35 @@
"value": ";"
}
]
},
{
"type": "SYMBOL",
"name": "import_spec"
}
]
}
},
{
"type": "CHOICE",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "STRING",
"value": "\n"
},
{
"type": "STRING",
"value": ";"
}
]
},
{
"type": "BLANK"
}
]
},
{
"type": "STRING",
"value": ")"
Expand Down
2 changes: 1 addition & 1 deletion src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,7 @@
"fields": {},
"children": {
"multiple": true,
"required": false,
"required": true,
"types": [
{
"type": "import_spec",
Expand Down
Loading

0 comments on commit 27a448b

Please sign in to comment.