Skip to content

Commit

Permalink
Fix grammar.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emjin committed Nov 22, 2023
1 parent 1e57b1b commit beafd09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2839,10 +2839,6 @@
"type": "SYMBOL",
"name": "postfix_expression"
},
{
"type": "SYMBOL",
"name": "call_expression"
},
{
"type": "SYMBOL",
"name": "indexing_expression"
Expand Down Expand Up @@ -3612,6 +3608,10 @@
"type": "SYMBOL",
"name": "_function_literal"
},
{
"type": "SYMBOL",
"name": "call_expression"
},
{
"type": "SYMBOL",
"name": "object_literal"
Expand Down

0 comments on commit beafd09

Please sign in to comment.