Skip to content

Commit

Permalink
update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
vrischmann committed Feb 6, 2024
1 parent f30dcdb commit d9b766d
Show file tree
Hide file tree
Showing 3 changed files with 27,628 additions and 27,395 deletions.
2 changes: 1 addition & 1 deletion src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -7701,7 +7701,7 @@
"name": "name",
"content": {
"type": "SYMBOL",
"name": "identifier"
"name": "_expression"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -2934,7 +2934,7 @@
"required": true,
"types": [
{
"type": "identifier",
"type": "_expression",
"named": true
}
]
Expand Down
Loading

0 comments on commit d9b766d

Please sign in to comment.