Skip to content

Commit

Permalink
update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
vrischmann committed Dec 29, 2023
1 parent 6d0765f commit bf69eb7
Show file tree
Hide file tree
Showing 3 changed files with 26,700 additions and 26,432 deletions.
51 changes: 45 additions & 6 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -7287,12 +7287,42 @@
"value": "@"
},
{
"type": "FIELD",
"name": "name",
"content": {
"type": "SYMBOL",
"name": "_component_identifier"
}
"type": "CHOICE",
"members": [
{
"type": "SEQ",
"members": [
{
"type": "FIELD",
"name": "package",
"content": {
"type": "SYMBOL",
"name": "_package_identifier"
}
},
{
"type": "STRING",
"value": "."
},
{
"type": "FIELD",
"name": "name",
"content": {
"type": "SYMBOL",
"name": "_component_identifier"
}
}
]
},
{
"type": "FIELD",
"name": "name",
"content": {
"type": "SYMBOL",
"name": "_component_identifier"
}
}
]
},
{
"type": "FIELD",
Expand Down Expand Up @@ -7970,6 +8000,15 @@
}
]
},
"package_identifier": {
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "identifier"
},
"named": true,
"value": "package_identifier"
},
"_component_identifier": {
"type": "ALIAS",
"content": {
Expand Down
10 changes: 10 additions & 0 deletions src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,16 @@
"named": true
}
]
},
"package": {
"multiple": false,
"required": false,
"types": [
{
"type": "package_identifier",
"named": true
}
]
}
}
},
Expand Down
Loading

0 comments on commit bf69eb7

Please sign in to comment.