Skip to content

Commit

Permalink
chore: generate
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Feb 11, 2024
1 parent d1c3d8f commit f467d2e
Show file tree
Hide file tree
Showing 4 changed files with 33,402 additions and 32,204 deletions.
26 changes: 4 additions & 22 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@
},
{
"type": "PATTERN",
"value": "[^abfnrtvxu'\\\"\\\\\\?]"
"value": "[^bfnrts'\\\"\\\\]"
}
]
}
Expand Down Expand Up @@ -2912,23 +2912,6 @@
}
]
},
"condition": {
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": "("
},
{
"type": "SYMBOL",
"name": "expression"
},
{
"type": "STRING",
"value": ")"
}
]
},
"class_literal": {
"type": "PREC_DYNAMIC",
"value": 17,
Expand Down Expand Up @@ -4545,7 +4528,7 @@
"name": "condition",
"content": {
"type": "SYMBOL",
"name": "condition"
"name": "parenthesized_expression"
}
},
{
Expand Down Expand Up @@ -4596,7 +4579,7 @@
"name": "condition",
"content": {
"type": "SYMBOL",
"name": "condition"
"name": "parenthesized_expression"
}
},
{
Expand Down Expand Up @@ -7723,7 +7706,7 @@
},
"identifier": {
"type": "PATTERN",
"value": "[\\p{L}_$][\\p{L}\\p{Nd}\\u00A2_$]*"
"value": "[\\p{XID_Start}_$][\\p{XID_Continue}\\u00A2_$]*"
},
"comment": {
"type": "CHOICE",
Expand Down Expand Up @@ -7873,4 +7856,3 @@
"module_directive"
]
}

19 changes: 2 additions & 17 deletions src/node-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -1281,21 +1281,6 @@
]
}
},
{
"type": "condition",
"named": true,
"fields": {},
"children": {
"multiple": false,
"required": true,
"types": [
{
"type": "expression",
"named": true
}
]
}
},
{
"type": "constant_declaration",
"named": true,
Expand Down Expand Up @@ -2189,7 +2174,7 @@
"required": true,
"types": [
{
"type": "condition",
"type": "parenthesized_expression",
"named": true
}
]
Expand Down Expand Up @@ -4014,7 +3999,7 @@
"required": true,
"types": [
{
"type": "condition",
"type": "parenthesized_expression",
"named": true
}
]
Expand Down
Loading

0 comments on commit f467d2e

Please sign in to comment.