@danielx/civet 0.5.91 → 0.5.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.mjs CHANGED
@@ -1049,8 +1049,6 @@ ${input.slice(result.pos)}
1049
1049
  AtThis,
1050
1050
  LeftHandSideExpression,
1051
1051
  CallExpression,
1052
- ReturnValue,
1053
- AfterReturnShorthand,
1054
1052
  CallExpressionRest,
1055
1053
  OptionalShorthand,
1056
1054
  OptionalDot,
@@ -1063,6 +1061,8 @@ ${input.slice(result.pos)}
1063
1061
  PropertyGlob,
1064
1062
  SuperProperty,
1065
1063
  MetaProperty,
1064
+ ReturnValue,
1065
+ AfterReturnShorthand,
1066
1066
  Parameters,
1067
1067
  NonEmptyParameters,
1068
1068
  FunctionRestParameter,
@@ -1623,106 +1623,106 @@ ${input.slice(result.pos)}
1623
1623
  var $L7 = $L("--");
1624
1624
  var $L8 = $L("=>");
1625
1625
  var $L9 = $L(" ");
1626
- var $L10 = $L("implements");
1627
- var $L11 = $L("<:");
1628
- var $L12 = $L("#");
1629
- var $L13 = $L("super");
1630
- var $L14 = $L("import");
1631
- var $L15 = $L("return.value");
1626
+ var $L10 = $L(":");
1627
+ var $L11 = $L("implements");
1628
+ var $L12 = $L("<:");
1629
+ var $L13 = $L("#");
1630
+ var $L14 = $L("super");
1631
+ var $L15 = $L("import");
1632
1632
  var $L16 = $L("!");
1633
1633
  var $L17 = $L("^");
1634
1634
  var $L18 = $L("-");
1635
1635
  var $L19 = $L("import.meta");
1636
- var $L20 = $L(",");
1637
- var $L21 = $L("->");
1638
- var $L22 = $L("}");
1639
- var $L23 = $L("null");
1640
- var $L24 = $L("true");
1641
- var $L25 = $L("false");
1642
- var $L26 = $L("yes");
1643
- var $L27 = $L("on");
1644
- var $L28 = $L("no");
1645
- var $L29 = $L("off");
1646
- var $L30 = $L(">");
1647
- var $L31 = $L("]");
1648
- var $L32 = $L("**=");
1649
- var $L33 = $L("*=");
1650
- var $L34 = $L("/=");
1651
- var $L35 = $L("%=");
1652
- var $L36 = $L("+=");
1653
- var $L37 = $L("-=");
1654
- var $L38 = $L("<<=");
1655
- var $L39 = $L(">>>=");
1656
- var $L40 = $L(">>=");
1657
- var $L41 = $L("&&=");
1658
- var $L42 = $L("&=");
1659
- var $L43 = $L("^=");
1660
- var $L44 = $L("||=");
1661
- var $L45 = $L("|=");
1662
- var $L46 = $L("??=");
1663
- var $L47 = $L("?=");
1664
- var $L48 = $L("and=");
1665
- var $L49 = $L("or=");
1666
- var $L50 = $L("not");
1667
- var $L51 = $L("**");
1668
- var $L52 = $L("*");
1669
- var $L53 = $L("/");
1670
- var $L54 = $L("%%");
1671
- var $L55 = $L("%");
1672
- var $L56 = $L("+");
1673
- var $L57 = $L("<=");
1674
- var $L58 = $L(">=");
1675
- var $L59 = $L("<?");
1676
- var $L60 = $L("!<?");
1677
- var $L61 = $L("<<");
1678
- var $L62 = $L(">>>");
1679
- var $L63 = $L(">>");
1680
- var $L64 = $L("!==");
1681
- var $L65 = $L("!=");
1682
- var $L66 = $L("isnt");
1683
- var $L67 = $L("===");
1684
- var $L68 = $L("==");
1685
- var $L69 = $L("and");
1686
- var $L70 = $L("&&");
1687
- var $L71 = $L("of");
1688
- var $L72 = $L("or");
1689
- var $L73 = $L("||");
1690
- var $L74 = $L("^^");
1691
- var $L75 = $L("xor");
1692
- var $L76 = $L("xnor");
1693
- var $L77 = $L("??");
1694
- var $L78 = $L("instanceof");
1695
- var $L79 = $L("in");
1696
- var $L80 = $L("is");
1697
- var $L81 = $L("&");
1698
- var $L82 = $L("|");
1699
- var $L83 = $L(";");
1700
- var $L84 = $L("$:");
1701
- var $L85 = $L("own");
1702
- var $L86 = $L("break");
1703
- var $L87 = $L("continue");
1704
- var $L88 = $L("debugger");
1705
- var $L89 = $L("assert");
1706
- var $L90 = $L(":=");
1707
- var $L91 = $L(".=");
1708
- var $L92 = $L("/*");
1709
- var $L93 = $L("*/");
1710
- var $L94 = $L("\\");
1711
- var $L95 = $L("[");
1712
- var $L96 = $L("`");
1713
- var $L97 = $L("abstract");
1714
- var $L98 = $L("as");
1715
- var $L99 = $L("@");
1716
- var $L100 = $L("@@");
1717
- var $L101 = $L("async");
1718
- var $L102 = $L("await");
1719
- var $L103 = $L("by");
1720
- var $L104 = $L("case");
1721
- var $L105 = $L("catch");
1722
- var $L106 = $L("class");
1723
- var $L107 = $L(")");
1724
- var $L108 = $L("#{");
1725
- var $L109 = $L(":");
1636
+ var $L20 = $L("return.value");
1637
+ var $L21 = $L(",");
1638
+ var $L22 = $L("->");
1639
+ var $L23 = $L("}");
1640
+ var $L24 = $L("null");
1641
+ var $L25 = $L("true");
1642
+ var $L26 = $L("false");
1643
+ var $L27 = $L("yes");
1644
+ var $L28 = $L("on");
1645
+ var $L29 = $L("no");
1646
+ var $L30 = $L("off");
1647
+ var $L31 = $L(">");
1648
+ var $L32 = $L("]");
1649
+ var $L33 = $L("**=");
1650
+ var $L34 = $L("*=");
1651
+ var $L35 = $L("/=");
1652
+ var $L36 = $L("%=");
1653
+ var $L37 = $L("+=");
1654
+ var $L38 = $L("-=");
1655
+ var $L39 = $L("<<=");
1656
+ var $L40 = $L(">>>=");
1657
+ var $L41 = $L(">>=");
1658
+ var $L42 = $L("&&=");
1659
+ var $L43 = $L("&=");
1660
+ var $L44 = $L("^=");
1661
+ var $L45 = $L("||=");
1662
+ var $L46 = $L("|=");
1663
+ var $L47 = $L("??=");
1664
+ var $L48 = $L("?=");
1665
+ var $L49 = $L("and=");
1666
+ var $L50 = $L("or=");
1667
+ var $L51 = $L("not");
1668
+ var $L52 = $L("**");
1669
+ var $L53 = $L("*");
1670
+ var $L54 = $L("/");
1671
+ var $L55 = $L("%%");
1672
+ var $L56 = $L("%");
1673
+ var $L57 = $L("+");
1674
+ var $L58 = $L("<=");
1675
+ var $L59 = $L(">=");
1676
+ var $L60 = $L("<?");
1677
+ var $L61 = $L("!<?");
1678
+ var $L62 = $L("<<");
1679
+ var $L63 = $L(">>>");
1680
+ var $L64 = $L(">>");
1681
+ var $L65 = $L("!==");
1682
+ var $L66 = $L("!=");
1683
+ var $L67 = $L("isnt");
1684
+ var $L68 = $L("===");
1685
+ var $L69 = $L("==");
1686
+ var $L70 = $L("and");
1687
+ var $L71 = $L("&&");
1688
+ var $L72 = $L("of");
1689
+ var $L73 = $L("or");
1690
+ var $L74 = $L("||");
1691
+ var $L75 = $L("^^");
1692
+ var $L76 = $L("xor");
1693
+ var $L77 = $L("xnor");
1694
+ var $L78 = $L("??");
1695
+ var $L79 = $L("instanceof");
1696
+ var $L80 = $L("in");
1697
+ var $L81 = $L("is");
1698
+ var $L82 = $L("&");
1699
+ var $L83 = $L("|");
1700
+ var $L84 = $L(";");
1701
+ var $L85 = $L("$:");
1702
+ var $L86 = $L("own");
1703
+ var $L87 = $L("break");
1704
+ var $L88 = $L("continue");
1705
+ var $L89 = $L("debugger");
1706
+ var $L90 = $L("assert");
1707
+ var $L91 = $L(":=");
1708
+ var $L92 = $L(".=");
1709
+ var $L93 = $L("/*");
1710
+ var $L94 = $L("*/");
1711
+ var $L95 = $L("\\");
1712
+ var $L96 = $L("[");
1713
+ var $L97 = $L("`");
1714
+ var $L98 = $L("abstract");
1715
+ var $L99 = $L("as");
1716
+ var $L100 = $L("@");
1717
+ var $L101 = $L("@@");
1718
+ var $L102 = $L("async");
1719
+ var $L103 = $L("await");
1720
+ var $L104 = $L("by");
1721
+ var $L105 = $L("case");
1722
+ var $L106 = $L("catch");
1723
+ var $L107 = $L("class");
1724
+ var $L108 = $L(")");
1725
+ var $L109 = $L("#{");
1726
1726
  var $L110 = $L("declare");
1727
1727
  var $L111 = $L("default");
1728
1728
  var $L112 = $L("delete");
@@ -3470,7 +3470,7 @@ ${input.slice(result.pos)}
3470
3470
  return result;
3471
3471
  }
3472
3472
  }
3473
- var ClassExpression$0 = $S($E(Decorators), $E($S(Abstract, __)), Class, $E(ClassBinding), $E(ClassHeritage), ClassBody);
3473
+ var ClassExpression$0 = $S($E(Decorators), $E($S(Abstract, __)), Class, $N($EXPECT($L10, fail, 'ClassExpression ":"')), $E(ClassBinding), $E(ClassHeritage), ClassBody);
3474
3474
  function ClassExpression(state) {
3475
3475
  let eventData;
3476
3476
  if (state.events) {
@@ -3669,7 +3669,7 @@ ${input.slice(result.pos)}
3669
3669
  }
3670
3670
  return { children };
3671
3671
  });
3672
- var ImplementsToken$1 = $TS($S(__, $EXPECT($L10, fail, 'ImplementsToken "implements"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
3672
+ var ImplementsToken$1 = $TS($S(__, $EXPECT($L11, fail, 'ImplementsToken "implements"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
3673
3673
  $2 = { $loc, token: $2 };
3674
3674
  return [$1, $2];
3675
3675
  });
@@ -3695,7 +3695,7 @@ ${input.slice(result.pos)}
3695
3695
  return result;
3696
3696
  }
3697
3697
  }
3698
- var ImplementsShorthand$0 = $TV($EXPECT($L11, fail, 'ImplementsShorthand "<:"'), function($skip, $loc, $0, $1) {
3698
+ var ImplementsShorthand$0 = $TV($EXPECT($L12, fail, 'ImplementsShorthand "<:"'), function($skip, $loc, $0, $1) {
3699
3699
  return { $loc, token: "implements " };
3700
3700
  });
3701
3701
  function ImplementsShorthand(state) {
@@ -4075,7 +4075,7 @@ ${input.slice(result.pos)}
4075
4075
  }
4076
4076
  }
4077
4077
  var ThisLiteral$0 = This;
4078
- var ThisLiteral$1 = $TS($S(AtThis, $TEXT($S($E($EXPECT($L12, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
4078
+ var ThisLiteral$1 = $TS($S(AtThis, $TEXT($S($E($EXPECT($L13, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
4079
4079
  var at = $1;
4080
4080
  var id = $2;
4081
4081
  return [at, ".", id];
@@ -4129,7 +4129,7 @@ ${input.slice(result.pos)}
4129
4129
  return result;
4130
4130
  }
4131
4131
  }
4132
- var LeftHandSideExpression$0 = $TS($S($Q($S(New, $N($EXPECT($L5, fail, 'LeftHandSideExpression "."')), __)), CallExpression), function($skip, $loc, $0, $1, $2) {
4132
+ var LeftHandSideExpression$0 = $TS($S($Q($S(New, $N($C($EXPECT($L5, fail, 'LeftHandSideExpression "."'), $EXPECT($L10, fail, 'LeftHandSideExpression ":"'))), __)), CallExpression), function($skip, $loc, $0, $1, $2) {
4133
4133
  if ($1.length)
4134
4134
  return $0;
4135
4135
  return $2;
@@ -4156,22 +4156,21 @@ ${input.slice(result.pos)}
4156
4156
  return result;
4157
4157
  }
4158
4158
  }
4159
- var CallExpression$0 = $TS($S($EXPECT($L13, fail, 'CallExpression "super"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
4159
+ var CallExpression$0 = $TS($S($EXPECT($L14, fail, 'CallExpression "super"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
4160
4160
  var rest = $3;
4161
4161
  return module.processGlob({
4162
4162
  type: "CallExpression",
4163
4163
  children: [$1, ...$2, ...rest.flat()]
4164
4164
  });
4165
4165
  });
4166
- var CallExpression$1 = $TS($S($EXPECT($L14, fail, 'CallExpression "import"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
4166
+ var CallExpression$1 = $TS($S($EXPECT($L15, fail, 'CallExpression "import"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
4167
4167
  var rest = $3;
4168
4168
  return module.processGlob({
4169
4169
  type: "CallExpression",
4170
4170
  children: [$1, ...$2, ...rest.flat()]
4171
4171
  });
4172
4172
  });
4173
- var CallExpression$2 = ReturnValue;
4174
- var CallExpression$3 = $TS($S(MemberExpression, AllowedTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
4173
+ var CallExpression$2 = $TS($S(MemberExpression, AllowedTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
4175
4174
  var member = $1;
4176
4175
  var trailing = $2;
4177
4176
  var rest = $3;
@@ -4195,69 +4194,17 @@ ${input.slice(result.pos)}
4195
4194
  }
4196
4195
  }
4197
4196
  if (state.tokenize) {
4198
- const result = $TOKEN("CallExpression", state, CallExpression$0(state) || CallExpression$1(state) || CallExpression$2(state) || CallExpression$3(state));
4197
+ const result = $TOKEN("CallExpression", state, CallExpression$0(state) || CallExpression$1(state) || CallExpression$2(state));
4199
4198
  if (state.events)
4200
4199
  state.events.exit?.("CallExpression", state, result, eventData);
4201
4200
  return result;
4202
4201
  } else {
4203
- const result = CallExpression$0(state) || CallExpression$1(state) || CallExpression$2(state) || CallExpression$3(state);
4202
+ const result = CallExpression$0(state) || CallExpression$1(state) || CallExpression$2(state);
4204
4203
  if (state.events)
4205
4204
  state.events.exit?.("CallExpression", state, result, eventData);
4206
4205
  return result;
4207
4206
  }
4208
4207
  }
4209
- var ReturnValue$0 = $TV($C($S($EXPECT($L15, fail, 'ReturnValue "return.value"'), NonIdContinue), $S(Return, $Y(AfterReturnShorthand))), function($skip, $loc, $0, $1) {
4210
- return { type: "ReturnValue", children: [$1[0]] };
4211
- });
4212
- function ReturnValue(state) {
4213
- let eventData;
4214
- if (state.events) {
4215
- const result = state.events.enter?.("ReturnValue", state);
4216
- if (result) {
4217
- if (result.cache)
4218
- return result.cache;
4219
- eventData = result.data;
4220
- }
4221
- }
4222
- if (state.tokenize) {
4223
- const result = $TOKEN("ReturnValue", state, ReturnValue$0(state));
4224
- if (state.events)
4225
- state.events.exit?.("ReturnValue", state, result, eventData);
4226
- return result;
4227
- } else {
4228
- const result = ReturnValue$0(state);
4229
- if (state.events)
4230
- state.events.exit?.("ReturnValue", state, result, eventData);
4231
- return result;
4232
- }
4233
- }
4234
- var AfterReturnShorthand$0 = WAssignmentOp;
4235
- var AfterReturnShorthand$1 = UpdateExpressionSymbol;
4236
- var AfterReturnShorthand$2 = TypeSuffix;
4237
- var AfterReturnShorthand$3 = $S(__, LetAssignment);
4238
- var AfterReturnShorthand$4 = $S(__, ConstAssignment);
4239
- function AfterReturnShorthand(state) {
4240
- let eventData;
4241
- if (state.events) {
4242
- const result = state.events.enter?.("AfterReturnShorthand", state);
4243
- if (result) {
4244
- if (result.cache)
4245
- return result.cache;
4246
- eventData = result.data;
4247
- }
4248
- }
4249
- if (state.tokenize) {
4250
- const result = $TOKEN("AfterReturnShorthand", state, AfterReturnShorthand$0(state) || AfterReturnShorthand$1(state) || AfterReturnShorthand$2(state) || AfterReturnShorthand$3(state) || AfterReturnShorthand$4(state));
4251
- if (state.events)
4252
- state.events.exit?.("AfterReturnShorthand", state, result, eventData);
4253
- return result;
4254
- } else {
4255
- const result = AfterReturnShorthand$0(state) || AfterReturnShorthand$1(state) || AfterReturnShorthand$2(state) || AfterReturnShorthand$3(state) || AfterReturnShorthand$4(state);
4256
- if (state.events)
4257
- state.events.exit?.("AfterReturnShorthand", state, result, eventData);
4258
- return result;
4259
- }
4260
- }
4261
4208
  var CallExpressionRest$0 = MemberExpressionRest;
4262
4209
  var CallExpressionRest$1 = $TV($C(TemplateLiteral, StringLiteral), function($skip, $loc, $0, $1) {
4263
4210
  if ($1.type === "StringLiteral") {
@@ -4668,8 +4615,8 @@ ${input.slice(result.pos)}
4668
4615
  return result;
4669
4616
  }
4670
4617
  }
4671
- var SuperProperty$0 = $S($EXPECT($L13, fail, 'SuperProperty "super"'), MemberBracketContent);
4672
- var SuperProperty$1 = $S($EXPECT($L13, fail, 'SuperProperty "super"'), $N($C(QuestionMark, NonNullAssertion)), PropertyAccess);
4618
+ var SuperProperty$0 = $S($EXPECT($L14, fail, 'SuperProperty "super"'), MemberBracketContent);
4619
+ var SuperProperty$1 = $S($EXPECT($L14, fail, 'SuperProperty "super"'), $N($C(QuestionMark, NonNullAssertion)), PropertyAccess);
4673
4620
  function SuperProperty(state) {
4674
4621
  let eventData;
4675
4622
  if (state.events) {
@@ -4696,6 +4643,7 @@ ${input.slice(result.pos)}
4696
4643
  var MetaProperty$1 = $TS($S($EXPECT($L19, fail, 'MetaProperty "import.meta"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
4697
4644
  return { $loc, token: $1 };
4698
4645
  });
4646
+ var MetaProperty$2 = ReturnValue;
4699
4647
  function MetaProperty(state) {
4700
4648
  let eventData;
4701
4649
  if (state.events) {
@@ -4707,17 +4655,69 @@ ${input.slice(result.pos)}
4707
4655
  }
4708
4656
  }
4709
4657
  if (state.tokenize) {
4710
- const result = $TOKEN("MetaProperty", state, MetaProperty$0(state) || MetaProperty$1(state));
4658
+ const result = $TOKEN("MetaProperty", state, MetaProperty$0(state) || MetaProperty$1(state) || MetaProperty$2(state));
4711
4659
  if (state.events)
4712
4660
  state.events.exit?.("MetaProperty", state, result, eventData);
4713
4661
  return result;
4714
4662
  } else {
4715
- const result = MetaProperty$0(state) || MetaProperty$1(state);
4663
+ const result = MetaProperty$0(state) || MetaProperty$1(state) || MetaProperty$2(state);
4716
4664
  if (state.events)
4717
4665
  state.events.exit?.("MetaProperty", state, result, eventData);
4718
4666
  return result;
4719
4667
  }
4720
4668
  }
4669
+ var ReturnValue$0 = $TV($C($S($EXPECT($L20, fail, 'ReturnValue "return.value"'), NonIdContinue), $S(Return, $Y(AfterReturnShorthand))), function($skip, $loc, $0, $1) {
4670
+ return { type: "ReturnValue", children: [$1[0]] };
4671
+ });
4672
+ function ReturnValue(state) {
4673
+ let eventData;
4674
+ if (state.events) {
4675
+ const result = state.events.enter?.("ReturnValue", state);
4676
+ if (result) {
4677
+ if (result.cache)
4678
+ return result.cache;
4679
+ eventData = result.data;
4680
+ }
4681
+ }
4682
+ if (state.tokenize) {
4683
+ const result = $TOKEN("ReturnValue", state, ReturnValue$0(state));
4684
+ if (state.events)
4685
+ state.events.exit?.("ReturnValue", state, result, eventData);
4686
+ return result;
4687
+ } else {
4688
+ const result = ReturnValue$0(state);
4689
+ if (state.events)
4690
+ state.events.exit?.("ReturnValue", state, result, eventData);
4691
+ return result;
4692
+ }
4693
+ }
4694
+ var AfterReturnShorthand$0 = WAssignmentOp;
4695
+ var AfterReturnShorthand$1 = UpdateExpressionSymbol;
4696
+ var AfterReturnShorthand$2 = TypeSuffix;
4697
+ var AfterReturnShorthand$3 = $S(__, LetAssignment);
4698
+ var AfterReturnShorthand$4 = $S(__, ConstAssignment);
4699
+ function AfterReturnShorthand(state) {
4700
+ let eventData;
4701
+ if (state.events) {
4702
+ const result = state.events.enter?.("AfterReturnShorthand", state);
4703
+ if (result) {
4704
+ if (result.cache)
4705
+ return result.cache;
4706
+ eventData = result.data;
4707
+ }
4708
+ }
4709
+ if (state.tokenize) {
4710
+ const result = $TOKEN("AfterReturnShorthand", state, AfterReturnShorthand$0(state) || AfterReturnShorthand$1(state) || AfterReturnShorthand$2(state) || AfterReturnShorthand$3(state) || AfterReturnShorthand$4(state));
4711
+ if (state.events)
4712
+ state.events.exit?.("AfterReturnShorthand", state, result, eventData);
4713
+ return result;
4714
+ } else {
4715
+ const result = AfterReturnShorthand$0(state) || AfterReturnShorthand$1(state) || AfterReturnShorthand$2(state) || AfterReturnShorthand$3(state) || AfterReturnShorthand$4(state);
4716
+ if (state.events)
4717
+ state.events.exit?.("AfterReturnShorthand", state, result, eventData);
4718
+ return result;
4719
+ }
4720
+ }
4721
4721
  var Parameters$0 = NonEmptyParameters;
4722
4722
  var Parameters$1 = $TV($EXPECT($L0, fail, 'Parameters ""'), function($skip, $loc, $0, $1) {
4723
4723
  return {
@@ -5503,7 +5503,7 @@ ${input.slice(result.pos)}
5503
5503
  children: $0
5504
5504
  };
5505
5505
  });
5506
- var BindingElement$2 = $TV($Y($S($E(_), $EXPECT($L20, fail, 'BindingElement ","'))), function($skip, $loc, $0, $1) {
5506
+ var BindingElement$2 = $TV($Y($S($E(_), $EXPECT($L21, fail, 'BindingElement ","'))), function($skip, $loc, $0, $1) {
5507
5507
  return {
5508
5508
  children: [{
5509
5509
  type: "ElisionElement",
@@ -6052,7 +6052,7 @@ ${input.slice(result.pos)}
6052
6052
  children: [ws, binding]
6053
6053
  };
6054
6054
  });
6055
- var MatchingElement$3 = $TV($Y($S($E(_), $EXPECT($L20, fail, 'MatchingElement ","'))), function($skip, $loc, $0, $1) {
6055
+ var MatchingElement$3 = $TV($Y($S($E(_), $EXPECT($L21, fail, 'MatchingElement ","'))), function($skip, $loc, $0, $1) {
6056
6056
  return {
6057
6057
  children: [{
6058
6058
  type: "ElisionElement",
@@ -6521,7 +6521,7 @@ ${input.slice(result.pos)}
6521
6521
  return result;
6522
6522
  }
6523
6523
  }
6524
- var Arrow$0 = $TV($EXPECT($L21, fail, 'Arrow "->"'), function($skip, $loc, $0, $1) {
6524
+ var Arrow$0 = $TV($EXPECT($L22, fail, 'Arrow "->"'), function($skip, $loc, $0, $1) {
6525
6525
  return { $loc, token: $1 };
6526
6526
  });
6527
6527
  function Arrow(state) {
@@ -6987,7 +6987,7 @@ ${input.slice(result.pos)}
6987
6987
  children: [$1, expressions]
6988
6988
  };
6989
6989
  });
6990
- var BracedContent$2 = $TV($Y($S(__, $EXPECT($L22, fail, 'BracedContent "}"'))), function($skip, $loc, $0, $1) {
6990
+ var BracedContent$2 = $TV($Y($S(__, $EXPECT($L23, fail, 'BracedContent "}"'))), function($skip, $loc, $0, $1) {
6991
6991
  const expressions = [];
6992
6992
  return {
6993
6993
  type: "BlockStatement",
@@ -7168,7 +7168,7 @@ ${input.slice(result.pos)}
7168
7168
  return result;
7169
7169
  }
7170
7170
  }
7171
- var NullLiteral$0 = $TS($S($EXPECT($L23, fail, 'NullLiteral "null"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7171
+ var NullLiteral$0 = $TS($S($EXPECT($L24, fail, 'NullLiteral "null"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7172
7172
  return { $loc, token: $1 };
7173
7173
  });
7174
7174
  function NullLiteral(state) {
@@ -7196,7 +7196,7 @@ ${input.slice(result.pos)}
7196
7196
  var BooleanLiteral$0 = $T($S(CoffeeBooleansEnabled, CoffeeScriptBooleanLiteral), function(value) {
7197
7197
  return value[1];
7198
7198
  });
7199
- var BooleanLiteral$1 = $TS($S($C($EXPECT($L24, fail, 'BooleanLiteral "true"'), $EXPECT($L25, fail, 'BooleanLiteral "false"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7199
+ var BooleanLiteral$1 = $TS($S($C($EXPECT($L25, fail, 'BooleanLiteral "true"'), $EXPECT($L26, fail, 'BooleanLiteral "false"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7200
7200
  return { $loc, token: $1 };
7201
7201
  });
7202
7202
  function BooleanLiteral(state) {
@@ -7221,10 +7221,10 @@ ${input.slice(result.pos)}
7221
7221
  return result;
7222
7222
  }
7223
7223
  }
7224
- var CoffeeScriptBooleanLiteral$0 = $TS($S($C($EXPECT($L26, fail, 'CoffeeScriptBooleanLiteral "yes"'), $EXPECT($L27, fail, 'CoffeeScriptBooleanLiteral "on"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7224
+ var CoffeeScriptBooleanLiteral$0 = $TS($S($C($EXPECT($L27, fail, 'CoffeeScriptBooleanLiteral "yes"'), $EXPECT($L28, fail, 'CoffeeScriptBooleanLiteral "on"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7225
7225
  return { $loc, token: "true" };
7226
7226
  });
7227
- var CoffeeScriptBooleanLiteral$1 = $TS($S($C($EXPECT($L28, fail, 'CoffeeScriptBooleanLiteral "no"'), $EXPECT($L29, fail, 'CoffeeScriptBooleanLiteral "off"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7227
+ var CoffeeScriptBooleanLiteral$1 = $TS($S($C($EXPECT($L29, fail, 'CoffeeScriptBooleanLiteral "no"'), $EXPECT($L30, fail, 'CoffeeScriptBooleanLiteral "off"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7228
7228
  return { $loc, token: "false" };
7229
7229
  });
7230
7230
  function CoffeeScriptBooleanLiteral(state) {
@@ -7330,7 +7330,7 @@ ${input.slice(result.pos)}
7330
7330
  return result;
7331
7331
  }
7332
7332
  }
7333
- var UpcomingAssignment$0 = $Y($S(__, $EXPECT($L2, fail, 'UpcomingAssignment "="'), $N($C($EXPECT($L2, fail, 'UpcomingAssignment "="'), $EXPECT($L30, fail, 'UpcomingAssignment ">"')))));
7333
+ var UpcomingAssignment$0 = $Y($S(__, $EXPECT($L2, fail, 'UpcomingAssignment "="'), $N($C($EXPECT($L2, fail, 'UpcomingAssignment "="'), $EXPECT($L31, fail, 'UpcomingAssignment ">"')))));
7334
7334
  function UpcomingAssignment(state) {
7335
7335
  let eventData;
7336
7336
  if (state.events) {
@@ -7596,7 +7596,7 @@ ${input.slice(result.pos)}
7596
7596
  }
7597
7597
  }
7598
7598
  var ArrayElementDelimiter$0 = $S(__, Comma);
7599
- var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L31, fail, 'ArrayElementDelimiter "]"')));
7599
+ var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L32, fail, 'ArrayElementDelimiter "]"')));
7600
7600
  var ArrayElementDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
7601
7601
  return value[1];
7602
7602
  });
@@ -8076,7 +8076,7 @@ ${input.slice(result.pos)}
8076
8076
  }
8077
8077
  }
8078
8078
  var ObjectPropertyDelimiter$0 = $S($E(_), Comma);
8079
- var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L22, fail, 'ObjectPropertyDelimiter "}"')));
8079
+ var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L23, fail, 'ObjectPropertyDelimiter "}"')));
8080
8080
  var ObjectPropertyDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
8081
8081
  return value[1];
8082
8082
  });
@@ -8667,7 +8667,7 @@ ${input.slice(result.pos)}
8667
8667
  return result;
8668
8668
  }
8669
8669
  }
8670
- var PrivateIdentifier$0 = $TV($TEXT($S($EXPECT($L12, fail, 'PrivateIdentifier "#"'), IdentifierName)), function($skip, $loc, $0, $1) {
8670
+ var PrivateIdentifier$0 = $TV($TEXT($S($EXPECT($L13, fail, 'PrivateIdentifier "#"'), IdentifierName)), function($skip, $loc, $0, $1) {
8671
8671
  return {
8672
8672
  type: "Identifier",
8673
8673
  name: $0,
@@ -8798,22 +8798,22 @@ ${input.slice(result.pos)}
8798
8798
  return result;
8799
8799
  }
8800
8800
  }
8801
- var AssignmentOpSymbol$0 = $EXPECT($L32, fail, 'AssignmentOpSymbol "**="');
8802
- var AssignmentOpSymbol$1 = $EXPECT($L33, fail, 'AssignmentOpSymbol "*="');
8803
- var AssignmentOpSymbol$2 = $EXPECT($L34, fail, 'AssignmentOpSymbol "/="');
8804
- var AssignmentOpSymbol$3 = $EXPECT($L35, fail, 'AssignmentOpSymbol "%="');
8805
- var AssignmentOpSymbol$4 = $EXPECT($L36, fail, 'AssignmentOpSymbol "+="');
8806
- var AssignmentOpSymbol$5 = $EXPECT($L37, fail, 'AssignmentOpSymbol "-="');
8807
- var AssignmentOpSymbol$6 = $EXPECT($L38, fail, 'AssignmentOpSymbol "<<="');
8808
- var AssignmentOpSymbol$7 = $EXPECT($L39, fail, 'AssignmentOpSymbol ">>>="');
8809
- var AssignmentOpSymbol$8 = $EXPECT($L40, fail, 'AssignmentOpSymbol ">>="');
8810
- var AssignmentOpSymbol$9 = $EXPECT($L41, fail, 'AssignmentOpSymbol "&&="');
8811
- var AssignmentOpSymbol$10 = $EXPECT($L42, fail, 'AssignmentOpSymbol "&="');
8812
- var AssignmentOpSymbol$11 = $EXPECT($L43, fail, 'AssignmentOpSymbol "^="');
8813
- var AssignmentOpSymbol$12 = $EXPECT($L44, fail, 'AssignmentOpSymbol "||="');
8814
- var AssignmentOpSymbol$13 = $EXPECT($L45, fail, 'AssignmentOpSymbol "|="');
8815
- var AssignmentOpSymbol$14 = $EXPECT($L46, fail, 'AssignmentOpSymbol "??="');
8816
- var AssignmentOpSymbol$15 = $T($EXPECT($L47, fail, 'AssignmentOpSymbol "?="'), function(value) {
8801
+ var AssignmentOpSymbol$0 = $EXPECT($L33, fail, 'AssignmentOpSymbol "**="');
8802
+ var AssignmentOpSymbol$1 = $EXPECT($L34, fail, 'AssignmentOpSymbol "*="');
8803
+ var AssignmentOpSymbol$2 = $EXPECT($L35, fail, 'AssignmentOpSymbol "/="');
8804
+ var AssignmentOpSymbol$3 = $EXPECT($L36, fail, 'AssignmentOpSymbol "%="');
8805
+ var AssignmentOpSymbol$4 = $EXPECT($L37, fail, 'AssignmentOpSymbol "+="');
8806
+ var AssignmentOpSymbol$5 = $EXPECT($L38, fail, 'AssignmentOpSymbol "-="');
8807
+ var AssignmentOpSymbol$6 = $EXPECT($L39, fail, 'AssignmentOpSymbol "<<="');
8808
+ var AssignmentOpSymbol$7 = $EXPECT($L40, fail, 'AssignmentOpSymbol ">>>="');
8809
+ var AssignmentOpSymbol$8 = $EXPECT($L41, fail, 'AssignmentOpSymbol ">>="');
8810
+ var AssignmentOpSymbol$9 = $EXPECT($L42, fail, 'AssignmentOpSymbol "&&="');
8811
+ var AssignmentOpSymbol$10 = $EXPECT($L43, fail, 'AssignmentOpSymbol "&="');
8812
+ var AssignmentOpSymbol$11 = $EXPECT($L44, fail, 'AssignmentOpSymbol "^="');
8813
+ var AssignmentOpSymbol$12 = $EXPECT($L45, fail, 'AssignmentOpSymbol "||="');
8814
+ var AssignmentOpSymbol$13 = $EXPECT($L46, fail, 'AssignmentOpSymbol "|="');
8815
+ var AssignmentOpSymbol$14 = $EXPECT($L47, fail, 'AssignmentOpSymbol "??="');
8816
+ var AssignmentOpSymbol$15 = $T($EXPECT($L48, fail, 'AssignmentOpSymbol "?="'), function(value) {
8817
8817
  return "??=";
8818
8818
  });
8819
8819
  var AssignmentOpSymbol$16 = $T($S($EXPECT($L2, fail, 'AssignmentOpSymbol "="'), $N($EXPECT($L2, fail, 'AssignmentOpSymbol "="'))), function(value) {
@@ -8844,10 +8844,10 @@ ${input.slice(result.pos)}
8844
8844
  return result;
8845
8845
  }
8846
8846
  }
8847
- var CoffeeWordAssignmentOp$0 = $T($EXPECT($L48, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
8847
+ var CoffeeWordAssignmentOp$0 = $T($EXPECT($L49, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
8848
8848
  return "&&=";
8849
8849
  });
8850
- var CoffeeWordAssignmentOp$1 = $T($EXPECT($L49, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
8850
+ var CoffeeWordAssignmentOp$1 = $T($EXPECT($L50, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
8851
8851
  return "||=";
8852
8852
  });
8853
8853
  function CoffeeWordAssignmentOp(state) {
@@ -8886,7 +8886,7 @@ ${input.slice(result.pos)}
8886
8886
  special: true
8887
8887
  };
8888
8888
  });
8889
- var BinaryOp$2 = $TS($S($EXPECT($L50, fail, 'BinaryOp "not"'), NonIdContinue, __, Identifier), function($skip, $loc, $0, $1, $2, $3, $4) {
8889
+ var BinaryOp$2 = $TS($S($EXPECT($L51, fail, 'BinaryOp "not"'), NonIdContinue, __, Identifier), function($skip, $loc, $0, $1, $2, $3, $4) {
8890
8890
  var id = $4;
8891
8891
  if (!module.operators.has(id.name))
8892
8892
  return $skip;
@@ -8918,21 +8918,21 @@ ${input.slice(result.pos)}
8918
8918
  return result;
8919
8919
  }
8920
8920
  }
8921
- var BinaryOpSymbol$0 = $EXPECT($L51, fail, 'BinaryOpSymbol "**"');
8922
- var BinaryOpSymbol$1 = $EXPECT($L52, fail, 'BinaryOpSymbol "*"');
8923
- var BinaryOpSymbol$2 = $EXPECT($L53, fail, 'BinaryOpSymbol "/"');
8924
- var BinaryOpSymbol$3 = $TV($EXPECT($L54, fail, 'BinaryOpSymbol "%%"'), function($skip, $loc, $0, $1) {
8921
+ var BinaryOpSymbol$0 = $EXPECT($L52, fail, 'BinaryOpSymbol "**"');
8922
+ var BinaryOpSymbol$1 = $EXPECT($L53, fail, 'BinaryOpSymbol "*"');
8923
+ var BinaryOpSymbol$2 = $EXPECT($L54, fail, 'BinaryOpSymbol "/"');
8924
+ var BinaryOpSymbol$3 = $TV($EXPECT($L55, fail, 'BinaryOpSymbol "%%"'), function($skip, $loc, $0, $1) {
8925
8925
  return {
8926
8926
  call: module.getRef("modulo"),
8927
8927
  special: true
8928
8928
  };
8929
8929
  });
8930
- var BinaryOpSymbol$4 = $EXPECT($L55, fail, 'BinaryOpSymbol "%"');
8931
- var BinaryOpSymbol$5 = $EXPECT($L56, fail, 'BinaryOpSymbol "+"');
8930
+ var BinaryOpSymbol$4 = $EXPECT($L56, fail, 'BinaryOpSymbol "%"');
8931
+ var BinaryOpSymbol$5 = $EXPECT($L57, fail, 'BinaryOpSymbol "+"');
8932
8932
  var BinaryOpSymbol$6 = $EXPECT($L18, fail, 'BinaryOpSymbol "-"');
8933
- var BinaryOpSymbol$7 = $EXPECT($L57, fail, 'BinaryOpSymbol "<="');
8934
- var BinaryOpSymbol$8 = $EXPECT($L58, fail, 'BinaryOpSymbol ">="');
8935
- var BinaryOpSymbol$9 = $TV($EXPECT($L59, fail, 'BinaryOpSymbol "<?"'), function($skip, $loc, $0, $1) {
8933
+ var BinaryOpSymbol$7 = $EXPECT($L58, fail, 'BinaryOpSymbol "<="');
8934
+ var BinaryOpSymbol$8 = $EXPECT($L59, fail, 'BinaryOpSymbol ">="');
8935
+ var BinaryOpSymbol$9 = $TV($EXPECT($L60, fail, 'BinaryOpSymbol "<?"'), function($skip, $loc, $0, $1) {
8936
8936
  return {
8937
8937
  $loc,
8938
8938
  token: "instanceof",
@@ -8940,7 +8940,7 @@ ${input.slice(result.pos)}
8940
8940
  special: true
8941
8941
  };
8942
8942
  });
8943
- var BinaryOpSymbol$10 = $TV($EXPECT($L60, fail, 'BinaryOpSymbol "!<?"'), function($skip, $loc, $0, $1) {
8943
+ var BinaryOpSymbol$10 = $TV($EXPECT($L61, fail, 'BinaryOpSymbol "!<?"'), function($skip, $loc, $0, $1) {
8944
8944
  return {
8945
8945
  $loc,
8946
8946
  token: "instanceof",
@@ -8949,58 +8949,58 @@ ${input.slice(result.pos)}
8949
8949
  negated: true
8950
8950
  };
8951
8951
  });
8952
- var BinaryOpSymbol$11 = $EXPECT($L61, fail, 'BinaryOpSymbol "<<"');
8952
+ var BinaryOpSymbol$11 = $EXPECT($L62, fail, 'BinaryOpSymbol "<<"');
8953
8953
  var BinaryOpSymbol$12 = $TR($EXPECT($R7, fail, "BinaryOpSymbol /<(?!\\p{ID_Start}|[_$])/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
8954
8954
  return "<";
8955
8955
  });
8956
- var BinaryOpSymbol$13 = $EXPECT($L62, fail, 'BinaryOpSymbol ">>>"');
8957
- var BinaryOpSymbol$14 = $EXPECT($L63, fail, 'BinaryOpSymbol ">>"');
8958
- var BinaryOpSymbol$15 = $EXPECT($L30, fail, 'BinaryOpSymbol ">"');
8959
- var BinaryOpSymbol$16 = $EXPECT($L64, fail, 'BinaryOpSymbol "!=="');
8960
- var BinaryOpSymbol$17 = $TV($EXPECT($L65, fail, 'BinaryOpSymbol "!="'), function($skip, $loc, $0, $1) {
8956
+ var BinaryOpSymbol$13 = $EXPECT($L63, fail, 'BinaryOpSymbol ">>>"');
8957
+ var BinaryOpSymbol$14 = $EXPECT($L64, fail, 'BinaryOpSymbol ">>"');
8958
+ var BinaryOpSymbol$15 = $EXPECT($L31, fail, 'BinaryOpSymbol ">"');
8959
+ var BinaryOpSymbol$16 = $EXPECT($L65, fail, 'BinaryOpSymbol "!=="');
8960
+ var BinaryOpSymbol$17 = $TV($EXPECT($L66, fail, 'BinaryOpSymbol "!="'), function($skip, $loc, $0, $1) {
8961
8961
  if (module.config.coffeeEq)
8962
8962
  return "!==";
8963
8963
  return $1;
8964
8964
  });
8965
- var BinaryOpSymbol$18 = $TS($S($EXPECT($L66, fail, 'BinaryOpSymbol "isnt"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8965
+ var BinaryOpSymbol$18 = $TS($S($EXPECT($L67, fail, 'BinaryOpSymbol "isnt"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8966
8966
  if (module.config.coffeeIsnt)
8967
8967
  return "!==";
8968
8968
  return $skip;
8969
8969
  });
8970
- var BinaryOpSymbol$19 = $EXPECT($L67, fail, 'BinaryOpSymbol "==="');
8971
- var BinaryOpSymbol$20 = $TV($EXPECT($L68, fail, 'BinaryOpSymbol "=="'), function($skip, $loc, $0, $1) {
8970
+ var BinaryOpSymbol$19 = $EXPECT($L68, fail, 'BinaryOpSymbol "==="');
8971
+ var BinaryOpSymbol$20 = $TV($EXPECT($L69, fail, 'BinaryOpSymbol "=="'), function($skip, $loc, $0, $1) {
8972
8972
  if (module.config.coffeeEq)
8973
8973
  return "===";
8974
8974
  return $1;
8975
8975
  });
8976
- var BinaryOpSymbol$21 = $T($S($EXPECT($L69, fail, 'BinaryOpSymbol "and"'), NonIdContinue), function(value) {
8976
+ var BinaryOpSymbol$21 = $T($S($EXPECT($L70, fail, 'BinaryOpSymbol "and"'), NonIdContinue), function(value) {
8977
8977
  return "&&";
8978
8978
  });
8979
- var BinaryOpSymbol$22 = $EXPECT($L70, fail, 'BinaryOpSymbol "&&"');
8980
- var BinaryOpSymbol$23 = $T($S(CoffeeOfEnabled, $EXPECT($L71, fail, 'BinaryOpSymbol "of"'), NonIdContinue), function(value) {
8979
+ var BinaryOpSymbol$22 = $EXPECT($L71, fail, 'BinaryOpSymbol "&&"');
8980
+ var BinaryOpSymbol$23 = $T($S(CoffeeOfEnabled, $EXPECT($L72, fail, 'BinaryOpSymbol "of"'), NonIdContinue), function(value) {
8981
8981
  return "in";
8982
8982
  });
8983
- var BinaryOpSymbol$24 = $T($S($EXPECT($L72, fail, 'BinaryOpSymbol "or"'), NonIdContinue), function(value) {
8983
+ var BinaryOpSymbol$24 = $T($S($EXPECT($L73, fail, 'BinaryOpSymbol "or"'), NonIdContinue), function(value) {
8984
8984
  return "||";
8985
8985
  });
8986
- var BinaryOpSymbol$25 = $EXPECT($L73, fail, 'BinaryOpSymbol "||"');
8987
- var BinaryOpSymbol$26 = $TV($C($EXPECT($L74, fail, 'BinaryOpSymbol "^^"'), $S($EXPECT($L75, fail, 'BinaryOpSymbol "xor"'), NonIdContinue)), function($skip, $loc, $0, $1) {
8986
+ var BinaryOpSymbol$25 = $EXPECT($L74, fail, 'BinaryOpSymbol "||"');
8987
+ var BinaryOpSymbol$26 = $TV($C($EXPECT($L75, fail, 'BinaryOpSymbol "^^"'), $S($EXPECT($L76, fail, 'BinaryOpSymbol "xor"'), NonIdContinue)), function($skip, $loc, $0, $1) {
8988
8988
  return {
8989
8989
  call: module.getRef("xor"),
8990
8990
  special: true
8991
8991
  };
8992
8992
  });
8993
- var BinaryOpSymbol$27 = $TV($C($EXPECT($R8, fail, "BinaryOpSymbol /!\\^\\^?/"), $S($EXPECT($L76, fail, 'BinaryOpSymbol "xnor"'), NonIdContinue)), function($skip, $loc, $0, $1) {
8993
+ var BinaryOpSymbol$27 = $TV($C($EXPECT($R8, fail, "BinaryOpSymbol /!\\^\\^?/"), $S($EXPECT($L77, fail, 'BinaryOpSymbol "xnor"'), NonIdContinue)), function($skip, $loc, $0, $1) {
8994
8994
  return {
8995
8995
  call: module.getRef("xnor"),
8996
8996
  special: true
8997
8997
  };
8998
8998
  });
8999
- var BinaryOpSymbol$28 = $EXPECT($L77, fail, 'BinaryOpSymbol "??"');
8999
+ var BinaryOpSymbol$28 = $EXPECT($L78, fail, 'BinaryOpSymbol "??"');
9000
9000
  var BinaryOpSymbol$29 = $T($S(CoffeeBinaryExistentialEnabled, $EXPECT($L4, fail, 'BinaryOpSymbol "?"')), function(value) {
9001
9001
  return "??";
9002
9002
  });
9003
- var BinaryOpSymbol$30 = $TS($S($EXPECT($L78, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
9003
+ var BinaryOpSymbol$30 = $TS($S($EXPECT($L79, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
9004
9004
  return {
9005
9005
  $loc,
9006
9006
  token: $1,
@@ -9008,7 +9008,7 @@ ${input.slice(result.pos)}
9008
9008
  special: true
9009
9009
  };
9010
9010
  });
9011
- var BinaryOpSymbol$31 = $TS($S($EXPECT($L50, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L78, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
9011
+ var BinaryOpSymbol$31 = $TS($S($EXPECT($L51, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L79, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
9012
9012
  return {
9013
9013
  $loc,
9014
9014
  token: "instanceof",
@@ -9017,7 +9017,7 @@ ${input.slice(result.pos)}
9017
9017
  negated: true
9018
9018
  };
9019
9019
  });
9020
- var BinaryOpSymbol$32 = $TV($C($S($N(CoffeeOfEnabled), $EXPECT($L50, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L79, fail, 'BinaryOpSymbol "in"'), NonIdContinue), $S(CoffeeOfEnabled, $EXPECT($L50, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L71, fail, 'BinaryOpSymbol "of"'), NonIdContinue)), function($skip, $loc, $0, $1) {
9020
+ var BinaryOpSymbol$32 = $TV($C($S($N(CoffeeOfEnabled), $EXPECT($L51, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), $S(CoffeeOfEnabled, $EXPECT($L51, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L72, fail, 'BinaryOpSymbol "of"'), NonIdContinue)), function($skip, $loc, $0, $1) {
9021
9021
  return {
9022
9022
  $loc,
9023
9023
  token: "in",
@@ -9025,7 +9025,7 @@ ${input.slice(result.pos)}
9025
9025
  negated: true
9026
9026
  };
9027
9027
  });
9028
- var BinaryOpSymbol$33 = $TS($S($EXPECT($L80, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L79, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
9028
+ var BinaryOpSymbol$33 = $TS($S($EXPECT($L81, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
9029
9029
  return {
9030
9030
  method: "includes",
9031
9031
  relational: true,
@@ -9033,7 +9033,7 @@ ${input.slice(result.pos)}
9033
9033
  special: true
9034
9034
  };
9035
9035
  });
9036
- var BinaryOpSymbol$34 = $TS($S(CoffeeOfEnabled, $EXPECT($L79, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
9036
+ var BinaryOpSymbol$34 = $TS($S(CoffeeOfEnabled, $EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
9037
9037
  return {
9038
9038
  call: [module.getRef("indexOf"), ".call"],
9039
9039
  relational: true,
@@ -9042,7 +9042,7 @@ ${input.slice(result.pos)}
9042
9042
  special: true
9043
9043
  };
9044
9044
  });
9045
- var BinaryOpSymbol$35 = $TS($S($EXPECT($L80, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L50, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L79, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8) {
9045
+ var BinaryOpSymbol$35 = $TS($S($EXPECT($L81, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L51, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8) {
9046
9046
  return {
9047
9047
  method: "includes",
9048
9048
  relational: true,
@@ -9051,7 +9051,7 @@ ${input.slice(result.pos)}
9051
9051
  negated: true
9052
9052
  };
9053
9053
  });
9054
- var BinaryOpSymbol$36 = $TS($S(CoffeeOfEnabled, $EXPECT($L50, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L79, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
9054
+ var BinaryOpSymbol$36 = $TS($S(CoffeeOfEnabled, $EXPECT($L51, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
9055
9055
  return {
9056
9056
  call: [module.getRef("indexOf"), ".call"],
9057
9057
  relational: true,
@@ -9060,7 +9060,7 @@ ${input.slice(result.pos)}
9060
9060
  special: true
9061
9061
  };
9062
9062
  });
9063
- var BinaryOpSymbol$37 = $TS($S($N(CoffeeNotEnabled), $EXPECT($L80, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L50, fail, 'BinaryOpSymbol "not"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
9063
+ var BinaryOpSymbol$37 = $TS($S($N(CoffeeNotEnabled), $EXPECT($L81, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L51, fail, 'BinaryOpSymbol "not"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
9064
9064
  if (module.config.objectIs) {
9065
9065
  return {
9066
9066
  call: module.getRef("is"),
@@ -9072,7 +9072,7 @@ ${input.slice(result.pos)}
9072
9072
  }
9073
9073
  return "!==";
9074
9074
  });
9075
- var BinaryOpSymbol$38 = $TS($S($EXPECT($L80, fail, 'BinaryOpSymbol "is"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
9075
+ var BinaryOpSymbol$38 = $TS($S($EXPECT($L81, fail, 'BinaryOpSymbol "is"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
9076
9076
  if (module.config.objectIs) {
9077
9077
  return {
9078
9078
  call: module.getRef("is"),
@@ -9083,12 +9083,12 @@ ${input.slice(result.pos)}
9083
9083
  }
9084
9084
  return "===";
9085
9085
  });
9086
- var BinaryOpSymbol$39 = $TS($S($EXPECT($L79, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
9086
+ var BinaryOpSymbol$39 = $TS($S($EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
9087
9087
  return $1;
9088
9088
  });
9089
- var BinaryOpSymbol$40 = $EXPECT($L81, fail, 'BinaryOpSymbol "&"');
9089
+ var BinaryOpSymbol$40 = $EXPECT($L82, fail, 'BinaryOpSymbol "&"');
9090
9090
  var BinaryOpSymbol$41 = $EXPECT($L17, fail, 'BinaryOpSymbol "^"');
9091
- var BinaryOpSymbol$42 = $EXPECT($L82, fail, 'BinaryOpSymbol "|"');
9091
+ var BinaryOpSymbol$42 = $EXPECT($L83, fail, 'BinaryOpSymbol "|"');
9092
9092
  function BinaryOpSymbol(state) {
9093
9093
  let eventData;
9094
9094
  if (state.events) {
@@ -9111,8 +9111,8 @@ ${input.slice(result.pos)}
9111
9111
  return result;
9112
9112
  }
9113
9113
  }
9114
- var Xor$0 = $EXPECT($L74, fail, 'Xor "^^"');
9115
- var Xor$1 = $S($EXPECT($L75, fail, 'Xor "xor"'), NonIdContinue);
9114
+ var Xor$0 = $EXPECT($L75, fail, 'Xor "^^"');
9115
+ var Xor$1 = $S($EXPECT($L76, fail, 'Xor "xor"'), NonIdContinue);
9116
9116
  function Xor(state) {
9117
9117
  let eventData;
9118
9118
  if (state.events) {
@@ -9136,7 +9136,7 @@ ${input.slice(result.pos)}
9136
9136
  }
9137
9137
  }
9138
9138
  var Xnor$0 = $R$0($EXPECT($R8, fail, "Xnor /!\\^\\^?/"));
9139
- var Xnor$1 = $EXPECT($L76, fail, 'Xnor "xnor"');
9139
+ var Xnor$1 = $EXPECT($L77, fail, 'Xnor "xnor"');
9140
9140
  function Xnor(state) {
9141
9141
  let eventData;
9142
9142
  if (state.events) {
@@ -9163,7 +9163,7 @@ ${input.slice(result.pos)}
9163
9163
  return { $loc, token: $0 };
9164
9164
  });
9165
9165
  var UnaryOp$1 = AwaitOp;
9166
- var UnaryOp$2 = $S($C(Delete, Void, Typeof), $E(_));
9166
+ var UnaryOp$2 = $S($C(Delete, Void, Typeof), $N($EXPECT($L10, fail, 'UnaryOp ":"')), $E(_));
9167
9167
  var UnaryOp$3 = Not;
9168
9168
  function UnaryOp(state) {
9169
9169
  let eventData;
@@ -9422,7 +9422,7 @@ ${input.slice(result.pos)}
9422
9422
  return result;
9423
9423
  }
9424
9424
  }
9425
- var EmptyStatement$0 = $TS($S($E(_), $Y($EXPECT($L83, fail, 'EmptyStatement ";"'))), function($skip, $loc, $0, $1, $2) {
9425
+ var EmptyStatement$0 = $TS($S($E(_), $Y($EXPECT($L84, fail, 'EmptyStatement ";"'))), function($skip, $loc, $0, $1, $2) {
9426
9426
  return { type: "EmptyStatement", children: $1 || [] };
9427
9427
  });
9428
9428
  function EmptyStatement(state) {
@@ -9501,7 +9501,7 @@ ${input.slice(result.pos)}
9501
9501
  var w = $3;
9502
9502
  return [id, colon, w];
9503
9503
  });
9504
- var Label$1 = $S($EXPECT($L84, fail, 'Label "$:"'), Whitespace);
9504
+ var Label$1 = $S($EXPECT($L85, fail, 'Label "$:"'), Whitespace);
9505
9505
  function Label(state) {
9506
9506
  let eventData;
9507
9507
  if (state.events) {
@@ -10485,7 +10485,7 @@ ${input.slice(result.pos)}
10485
10485
  return result;
10486
10486
  }
10487
10487
  }
10488
- var CoffeeForDeclaration$0 = $TS($S($E($S(__, $EXPECT($L85, fail, 'CoffeeForDeclaration "own"'), NonIdContinue)), ForBinding), function($skip, $loc, $0, $1, $2) {
10488
+ var CoffeeForDeclaration$0 = $TS($S($E($S(__, $EXPECT($L86, fail, 'CoffeeForDeclaration "own"'), NonIdContinue)), ForBinding), function($skip, $loc, $0, $1, $2) {
10489
10489
  var own = $1;
10490
10490
  var binding = $2;
10491
10491
  return {
@@ -11056,11 +11056,11 @@ ${input.slice(result.pos)}
11056
11056
  return result;
11057
11057
  }
11058
11058
  }
11059
- var TryStatement$0 = $TS($S(Try, NoPostfixBracedOrEmptyBlock, $E(CatchClause), $E(FinallyClause)), function($skip, $loc, $0, $1, $2, $3, $4) {
11059
+ var TryStatement$0 = $TS($S(Try, $N($EXPECT($L10, fail, 'TryStatement ":"')), NoPostfixBracedOrEmptyBlock, $E(CatchClause), $E(FinallyClause)), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
11060
11060
  var t = $1;
11061
- var b = $2;
11062
- var c = $3;
11063
- var f = $4;
11061
+ var b = $3;
11062
+ var c = $4;
11063
+ var f = $5;
11064
11064
  if (!c && !f) {
11065
11065
  const e = [];
11066
11066
  const emptyCatchBlock = {
@@ -11870,7 +11870,7 @@ ${input.slice(result.pos)}
11870
11870
  var KeywordStatement$2 = $T($S(Debugger), function(value) {
11871
11871
  return { "type": "DebuggerStatement", "children": value };
11872
11872
  });
11873
- var KeywordStatement$3 = $T($S(Return, $N($C($EXPECT($L5, fail, 'KeywordStatement "."'), AfterReturnShorthand)), $E(MaybeNestedExpression)), function(value) {
11873
+ var KeywordStatement$3 = $T($S(Return, $N($C($EXPECT($L10, fail, 'KeywordStatement ":"'), $EXPECT($L5, fail, 'KeywordStatement "."'), AfterReturnShorthand)), $E(MaybeNestedExpression)), function(value) {
11874
11874
  var expression = value[2];
11875
11875
  return { "type": "ReturnStatement", "expression": expression, "children": value };
11876
11876
  });
@@ -11899,7 +11899,7 @@ ${input.slice(result.pos)}
11899
11899
  return result;
11900
11900
  }
11901
11901
  }
11902
- var Break$0 = $TS($S($EXPECT($L86, fail, 'Break "break"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11902
+ var Break$0 = $TS($S($EXPECT($L87, fail, 'Break "break"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11903
11903
  return { $loc, token: $1 };
11904
11904
  });
11905
11905
  function Break(state) {
@@ -11924,7 +11924,7 @@ ${input.slice(result.pos)}
11924
11924
  return result;
11925
11925
  }
11926
11926
  }
11927
- var Continue$0 = $TS($S($EXPECT($L87, fail, 'Continue "continue"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11927
+ var Continue$0 = $TS($S($EXPECT($L88, fail, 'Continue "continue"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11928
11928
  return { $loc, token: $1 };
11929
11929
  });
11930
11930
  function Continue(state) {
@@ -11949,7 +11949,7 @@ ${input.slice(result.pos)}
11949
11949
  return result;
11950
11950
  }
11951
11951
  }
11952
- var Debugger$0 = $TS($S($EXPECT($L88, fail, 'Debugger "debugger"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11952
+ var Debugger$0 = $TS($S($EXPECT($L89, fail, 'Debugger "debugger"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11953
11953
  return { $loc, token: $1 };
11954
11954
  });
11955
11955
  function Debugger(state) {
@@ -12255,7 +12255,7 @@ ${input.slice(result.pos)}
12255
12255
  return result;
12256
12256
  }
12257
12257
  }
12258
- var ImportAssertion$0 = $S($E(_), $EXPECT($L89, fail, 'ImportAssertion "assert"'), NonIdContinue, $E(_), ObjectLiteral);
12258
+ var ImportAssertion$0 = $S($E(_), $EXPECT($L90, fail, 'ImportAssertion "assert"'), NonIdContinue, $E(_), ObjectLiteral);
12259
12259
  function ImportAssertion(state) {
12260
12260
  let eventData;
12261
12261
  if (state.events) {
@@ -12827,7 +12827,7 @@ ${input.slice(result.pos)}
12827
12827
  return result;
12828
12828
  }
12829
12829
  }
12830
- var ConstAssignment$0 = $TV($EXPECT($L90, fail, 'ConstAssignment ":="'), function($skip, $loc, $0, $1) {
12830
+ var ConstAssignment$0 = $TV($EXPECT($L91, fail, 'ConstAssignment ":="'), function($skip, $loc, $0, $1) {
12831
12831
  return { $loc, token: "=" };
12832
12832
  });
12833
12833
  function ConstAssignment(state) {
@@ -12852,7 +12852,7 @@ ${input.slice(result.pos)}
12852
12852
  return result;
12853
12853
  }
12854
12854
  }
12855
- var LetAssignment$0 = $TV($EXPECT($L91, fail, 'LetAssignment ".="'), function($skip, $loc, $0, $1) {
12855
+ var LetAssignment$0 = $TV($EXPECT($L92, fail, 'LetAssignment ".="'), function($skip, $loc, $0, $1) {
12856
12856
  return { $loc, token: "=" };
12857
12857
  });
12858
12858
  function LetAssignment(state) {
@@ -13559,7 +13559,7 @@ ${input.slice(result.pos)}
13559
13559
  }
13560
13560
  }
13561
13561
  var RegularExpressionLiteral$0 = HeregexLiteral;
13562
- var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L53, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L53, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
13562
+ var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L54, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L54, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
13563
13563
  return { type: "RegularExpressionLiteral", $loc, token: $1 };
13564
13564
  });
13565
13565
  function RegularExpressionLiteral(state) {
@@ -14126,7 +14126,7 @@ ${input.slice(result.pos)}
14126
14126
  return result;
14127
14127
  }
14128
14128
  }
14129
- var JSMultiLineComment$0 = $TV($TEXT($S($EXPECT($L92, fail, 'JSMultiLineComment "/*"'), $Q($S($N($EXPECT($L93, fail, 'JSMultiLineComment "*/"')), $EXPECT($R42, fail, "JSMultiLineComment /./"))), $EXPECT($L93, fail, 'JSMultiLineComment "*/"'))), function($skip, $loc, $0, $1) {
14129
+ var JSMultiLineComment$0 = $TV($TEXT($S($EXPECT($L93, fail, 'JSMultiLineComment "/*"'), $Q($S($N($EXPECT($L94, fail, 'JSMultiLineComment "*/"')), $EXPECT($R42, fail, "JSMultiLineComment /./"))), $EXPECT($L94, fail, 'JSMultiLineComment "*/"'))), function($skip, $loc, $0, $1) {
14130
14130
  return { type: "Comment", $loc, token: $1 };
14131
14131
  });
14132
14132
  function JSMultiLineComment(state) {
@@ -14225,7 +14225,7 @@ ${input.slice(result.pos)}
14225
14225
  return result;
14226
14226
  }
14227
14227
  }
14228
- var InlineComment$0 = $TV($TEXT($S($EXPECT($L92, fail, 'InlineComment "/*"'), $TEXT($Q($S($N($EXPECT($L93, fail, 'InlineComment "*/"')), $EXPECT($R46, fail, "InlineComment /[^\\r\\n]/")))), $EXPECT($L93, fail, 'InlineComment "*/"'))), function($skip, $loc, $0, $1) {
14228
+ var InlineComment$0 = $TV($TEXT($S($EXPECT($L93, fail, 'InlineComment "/*"'), $TEXT($Q($S($N($EXPECT($L94, fail, 'InlineComment "*/"')), $EXPECT($R46, fail, "InlineComment /[^\\r\\n]/")))), $EXPECT($L94, fail, 'InlineComment "*/"'))), function($skip, $loc, $0, $1) {
14229
14229
  return { $loc, token: $1 };
14230
14230
  });
14231
14231
  function InlineComment(state) {
@@ -14322,7 +14322,7 @@ ${input.slice(result.pos)}
14322
14322
  var NonNewlineWhitespace$0 = $TR($EXPECT($R47, fail, "NonNewlineWhitespace /[ \\t]+/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14323
14323
  return { $loc, token: $0 };
14324
14324
  });
14325
- var NonNewlineWhitespace$1 = $T($S(CoffeeLineContinuationEnabled, $EXPECT($L94, fail, 'NonNewlineWhitespace "\\\\\\\\"'), EOL), function(value) {
14325
+ var NonNewlineWhitespace$1 = $T($S(CoffeeLineContinuationEnabled, $EXPECT($L95, fail, 'NonNewlineWhitespace "\\\\\\\\"'), EOL), function(value) {
14326
14326
  return "";
14327
14327
  });
14328
14328
  function NonNewlineWhitespace(state) {
@@ -14474,7 +14474,7 @@ ${input.slice(result.pos)}
14474
14474
  }
14475
14475
  }
14476
14476
  var StatementDelimiter$0 = SemicolonDelimiter;
14477
- var StatementDelimiter$1 = $S($Y($S(Samedent, $C($EXPECT($L3, fail, 'StatementDelimiter "("'), $EXPECT($L95, fail, 'StatementDelimiter "["'), $EXPECT($L96, fail, 'StatementDelimiter "`"'), $EXPECT($L56, fail, 'StatementDelimiter "+"'), $EXPECT($L18, fail, 'StatementDelimiter "-"'), $EXPECT($L52, fail, 'StatementDelimiter "*"'), $EXPECT($L53, fail, 'StatementDelimiter "/"'), ObjectLiteral, Arrow, FatArrow, $S(Function, $E($S($E(_), Star)), $E(_), $EXPECT($L3, fail, 'StatementDelimiter "("'))))), InsertSemicolon);
14477
+ var StatementDelimiter$1 = $S($Y($S(Samedent, $C($EXPECT($L3, fail, 'StatementDelimiter "("'), $EXPECT($L96, fail, 'StatementDelimiter "["'), $EXPECT($L97, fail, 'StatementDelimiter "`"'), $EXPECT($L57, fail, 'StatementDelimiter "+"'), $EXPECT($L18, fail, 'StatementDelimiter "-"'), $EXPECT($L53, fail, 'StatementDelimiter "*"'), $EXPECT($L54, fail, 'StatementDelimiter "/"'), ObjectLiteral, Arrow, FatArrow, $S(Function, $E($S($E(_), Star)), $E(_), $EXPECT($L3, fail, 'StatementDelimiter "("'))))), InsertSemicolon);
14478
14478
  var StatementDelimiter$2 = $Y(EOS);
14479
14479
  function StatementDelimiter(state) {
14480
14480
  let eventData;
@@ -14574,7 +14574,7 @@ ${input.slice(result.pos)}
14574
14574
  return result;
14575
14575
  }
14576
14576
  }
14577
- var Abstract$0 = $TV($TEXT($S($EXPECT($L97, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L9, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
14577
+ var Abstract$0 = $TV($TEXT($S($EXPECT($L98, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L9, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
14578
14578
  return { $loc, token: $1, ts: true };
14579
14579
  });
14580
14580
  function Abstract(state) {
@@ -14599,7 +14599,7 @@ ${input.slice(result.pos)}
14599
14599
  return result;
14600
14600
  }
14601
14601
  }
14602
- var Ampersand$0 = $TV($EXPECT($L81, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
14602
+ var Ampersand$0 = $TV($EXPECT($L82, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
14603
14603
  return { $loc, token: $1 };
14604
14604
  });
14605
14605
  function Ampersand(state) {
@@ -14624,7 +14624,7 @@ ${input.slice(result.pos)}
14624
14624
  return result;
14625
14625
  }
14626
14626
  }
14627
- var As$0 = $TS($S($EXPECT($L98, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14627
+ var As$0 = $TS($S($EXPECT($L99, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14628
14628
  return { $loc, token: $1 };
14629
14629
  });
14630
14630
  function As(state) {
@@ -14649,7 +14649,7 @@ ${input.slice(result.pos)}
14649
14649
  return result;
14650
14650
  }
14651
14651
  }
14652
- var At$0 = $TV($EXPECT($L99, fail, 'At "@"'), function($skip, $loc, $0, $1) {
14652
+ var At$0 = $TV($EXPECT($L100, fail, 'At "@"'), function($skip, $loc, $0, $1) {
14653
14653
  return { $loc, token: $1 };
14654
14654
  });
14655
14655
  function At(state) {
@@ -14674,7 +14674,7 @@ ${input.slice(result.pos)}
14674
14674
  return result;
14675
14675
  }
14676
14676
  }
14677
- var AtAt$0 = $TV($EXPECT($L100, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
14677
+ var AtAt$0 = $TV($EXPECT($L101, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
14678
14678
  return { $loc, token: "@" };
14679
14679
  });
14680
14680
  function AtAt(state) {
@@ -14699,7 +14699,7 @@ ${input.slice(result.pos)}
14699
14699
  return result;
14700
14700
  }
14701
14701
  }
14702
- var Async$0 = $TS($S($EXPECT($L101, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14702
+ var Async$0 = $TS($S($EXPECT($L102, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14703
14703
  return { $loc, token: $1, type: "Async" };
14704
14704
  });
14705
14705
  function Async(state) {
@@ -14724,7 +14724,7 @@ ${input.slice(result.pos)}
14724
14724
  return result;
14725
14725
  }
14726
14726
  }
14727
- var Await$0 = $TS($S($EXPECT($L102, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14727
+ var Await$0 = $TS($S($EXPECT($L103, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14728
14728
  return { $loc, token: $1, type: "Await" };
14729
14729
  });
14730
14730
  function Await(state) {
@@ -14749,7 +14749,7 @@ ${input.slice(result.pos)}
14749
14749
  return result;
14750
14750
  }
14751
14751
  }
14752
- var Backtick$0 = $TV($EXPECT($L96, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
14752
+ var Backtick$0 = $TV($EXPECT($L97, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
14753
14753
  return { $loc, token: $1 };
14754
14754
  });
14755
14755
  function Backtick(state) {
@@ -14774,7 +14774,7 @@ ${input.slice(result.pos)}
14774
14774
  return result;
14775
14775
  }
14776
14776
  }
14777
- var By$0 = $TS($S($EXPECT($L103, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14777
+ var By$0 = $TS($S($EXPECT($L104, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14778
14778
  return { $loc, token: $1 };
14779
14779
  });
14780
14780
  function By(state) {
@@ -14799,7 +14799,7 @@ ${input.slice(result.pos)}
14799
14799
  return result;
14800
14800
  }
14801
14801
  }
14802
- var Case$0 = $TS($S($EXPECT($L104, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14802
+ var Case$0 = $TS($S($EXPECT($L105, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14803
14803
  return { $loc, token: $1 };
14804
14804
  });
14805
14805
  function Case(state) {
@@ -14824,7 +14824,7 @@ ${input.slice(result.pos)}
14824
14824
  return result;
14825
14825
  }
14826
14826
  }
14827
- var Catch$0 = $TS($S($EXPECT($L105, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14827
+ var Catch$0 = $TS($S($EXPECT($L106, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14828
14828
  return { $loc, token: $1 };
14829
14829
  });
14830
14830
  function Catch(state) {
@@ -14849,7 +14849,7 @@ ${input.slice(result.pos)}
14849
14849
  return result;
14850
14850
  }
14851
14851
  }
14852
- var Class$0 = $TS($S($EXPECT($L106, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14852
+ var Class$0 = $TS($S($EXPECT($L107, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14853
14853
  return { $loc, token: $1 };
14854
14854
  });
14855
14855
  function Class(state) {
@@ -14874,7 +14874,7 @@ ${input.slice(result.pos)}
14874
14874
  return result;
14875
14875
  }
14876
14876
  }
14877
- var CloseBrace$0 = $TV($EXPECT($L22, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
14877
+ var CloseBrace$0 = $TV($EXPECT($L23, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
14878
14878
  return { $loc, token: $1 };
14879
14879
  });
14880
14880
  function CloseBrace(state) {
@@ -14899,7 +14899,7 @@ ${input.slice(result.pos)}
14899
14899
  return result;
14900
14900
  }
14901
14901
  }
14902
- var CloseBracket$0 = $TV($EXPECT($L31, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
14902
+ var CloseBracket$0 = $TV($EXPECT($L32, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
14903
14903
  return { $loc, token: $1 };
14904
14904
  });
14905
14905
  function CloseBracket(state) {
@@ -14924,7 +14924,7 @@ ${input.slice(result.pos)}
14924
14924
  return result;
14925
14925
  }
14926
14926
  }
14927
- var CloseParen$0 = $TV($EXPECT($L107, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
14927
+ var CloseParen$0 = $TV($EXPECT($L108, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
14928
14928
  return { $loc, token: $1 };
14929
14929
  });
14930
14930
  function CloseParen(state) {
@@ -14949,7 +14949,7 @@ ${input.slice(result.pos)}
14949
14949
  return result;
14950
14950
  }
14951
14951
  }
14952
- var CoffeeSubstitutionStart$0 = $TV($EXPECT($L108, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
14952
+ var CoffeeSubstitutionStart$0 = $TV($EXPECT($L109, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
14953
14953
  return { $loc, token: "${" };
14954
14954
  });
14955
14955
  function CoffeeSubstitutionStart(state) {
@@ -14974,7 +14974,7 @@ ${input.slice(result.pos)}
14974
14974
  return result;
14975
14975
  }
14976
14976
  }
14977
- var Colon$0 = $TS($S($EXPECT($L109, fail, 'Colon ":"'), $N($EXPECT($L2, fail, 'Colon "="'))), function($skip, $loc, $0, $1, $2) {
14977
+ var Colon$0 = $TS($S($EXPECT($L10, fail, 'Colon ":"'), $N($EXPECT($L2, fail, 'Colon "="'))), function($skip, $loc, $0, $1, $2) {
14978
14978
  return { $loc, token: $1 };
14979
14979
  });
14980
14980
  function Colon(state) {
@@ -14999,7 +14999,7 @@ ${input.slice(result.pos)}
14999
14999
  return result;
15000
15000
  }
15001
15001
  }
15002
- var Comma$0 = $TV($EXPECT($L20, fail, 'Comma ","'), function($skip, $loc, $0, $1) {
15002
+ var Comma$0 = $TV($EXPECT($L21, fail, 'Comma ","'), function($skip, $loc, $0, $1) {
15003
15003
  return { $loc, token: $1 };
15004
15004
  });
15005
15005
  function Comma(state) {
@@ -15024,7 +15024,7 @@ ${input.slice(result.pos)}
15024
15024
  return result;
15025
15025
  }
15026
15026
  }
15027
- var ConstructorShorthand$0 = $TV($EXPECT($L99, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
15027
+ var ConstructorShorthand$0 = $TV($EXPECT($L100, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
15028
15028
  return { $loc, token: "constructor" };
15029
15029
  });
15030
15030
  function ConstructorShorthand(state) {
@@ -15524,7 +15524,7 @@ ${input.slice(result.pos)}
15524
15524
  return result;
15525
15525
  }
15526
15526
  }
15527
- var Import$0 = $TS($S($EXPECT($L14, fail, 'Import "import"'), $Y($EXPECT($R49, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
15527
+ var Import$0 = $TS($S($EXPECT($L15, fail, 'Import "import"'), $Y($EXPECT($R49, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
15528
15528
  return { $loc, token: $1 };
15529
15529
  });
15530
15530
  function Import(state) {
@@ -15549,7 +15549,7 @@ ${input.slice(result.pos)}
15549
15549
  return result;
15550
15550
  }
15551
15551
  }
15552
- var In$0 = $TS($S($EXPECT($L79, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15552
+ var In$0 = $TS($S($EXPECT($L80, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15553
15553
  return { $loc, token: $1 };
15554
15554
  });
15555
15555
  function In(state) {
@@ -15698,7 +15698,7 @@ ${input.slice(result.pos)}
15698
15698
  return result;
15699
15699
  }
15700
15700
  }
15701
- var Not$0 = $TS($S(CoffeeNotEnabled, $EXPECT($L50, fail, 'Not "not"'), NonIdContinue, $E($EXPECT($L9, fail, 'Not " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
15701
+ var Not$0 = $TS($S(CoffeeNotEnabled, $EXPECT($L51, fail, 'Not "not"'), NonIdContinue, $E($EXPECT($L9, fail, 'Not " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
15702
15702
  return { $loc, token: "!" };
15703
15703
  });
15704
15704
  function Not(state) {
@@ -15723,7 +15723,7 @@ ${input.slice(result.pos)}
15723
15723
  return result;
15724
15724
  }
15725
15725
  }
15726
- var Of$0 = $TS($S($EXPECT($L71, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15726
+ var Of$0 = $TS($S($EXPECT($L72, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15727
15727
  return { $loc, token: $1 };
15728
15728
  });
15729
15729
  function Of(state) {
@@ -15798,7 +15798,7 @@ ${input.slice(result.pos)}
15798
15798
  return result;
15799
15799
  }
15800
15800
  }
15801
- var OpenBracket$0 = $TV($EXPECT($L95, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
15801
+ var OpenBracket$0 = $TV($EXPECT($L96, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
15802
15802
  return { $loc, token: $1 };
15803
15803
  });
15804
15804
  function OpenBracket(state) {
@@ -16079,7 +16079,7 @@ ${input.slice(result.pos)}
16079
16079
  return result;
16080
16080
  }
16081
16081
  }
16082
- var Semicolon$0 = $TV($EXPECT($L83, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
16082
+ var Semicolon$0 = $TV($EXPECT($L84, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
16083
16083
  return { $loc, token: $1 };
16084
16084
  });
16085
16085
  function Semicolon(state) {
@@ -16129,7 +16129,7 @@ ${input.slice(result.pos)}
16129
16129
  return result;
16130
16130
  }
16131
16131
  }
16132
- var Star$0 = $TV($EXPECT($L52, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
16132
+ var Star$0 = $TV($EXPECT($L53, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
16133
16133
  return { $loc, token: $1 };
16134
16134
  });
16135
16135
  function Star(state) {
@@ -16157,7 +16157,7 @@ ${input.slice(result.pos)}
16157
16157
  var Static$0 = $TS($S($EXPECT($L145, fail, 'Static "static"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16158
16158
  return { $loc, token: $1 };
16159
16159
  });
16160
- var Static$1 = $TS($S($EXPECT($L99, fail, 'Static "@"'), $N($C($EXPECT($L3, fail, 'Static "("'), $EXPECT($L99, fail, 'Static "@"')))), function($skip, $loc, $0, $1, $2) {
16160
+ var Static$1 = $TS($S($EXPECT($L100, fail, 'Static "@"'), $N($C($EXPECT($L3, fail, 'Static "("'), $EXPECT($L100, fail, 'Static "@"')))), function($skip, $loc, $0, $1, $2) {
16161
16161
  return { $loc, token: "static " };
16162
16162
  });
16163
16163
  function Static(state) {
@@ -16853,7 +16853,7 @@ ${input.slice(result.pos)}
16853
16853
  return result;
16854
16854
  }
16855
16855
  }
16856
- var JSXOpeningElement$0 = $S($EXPECT($L132, fail, 'JSXOpeningElement "<"'), JSXElementName, $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L30, fail, 'JSXOpeningElement ">"'));
16856
+ var JSXOpeningElement$0 = $S($EXPECT($L132, fail, 'JSXOpeningElement "<"'), JSXElementName, $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L31, fail, 'JSXOpeningElement ">"'));
16857
16857
  function JSXOpeningElement(state) {
16858
16858
  let eventData;
16859
16859
  if (state.events) {
@@ -16905,7 +16905,7 @@ ${input.slice(result.pos)}
16905
16905
  return result;
16906
16906
  }
16907
16907
  }
16908
- var JSXClosingElement$0 = $S($EXPECT($L166, fail, 'JSXClosingElement "</"'), $E(Whitespace), JSXElementName, $E(Whitespace), $EXPECT($L30, fail, 'JSXClosingElement ">"'));
16908
+ var JSXClosingElement$0 = $S($EXPECT($L166, fail, 'JSXClosingElement "</"'), $E(Whitespace), JSXElementName, $E(Whitespace), $EXPECT($L31, fail, 'JSXClosingElement ">"'));
16909
16909
  function JSXClosingElement(state) {
16910
16910
  let eventData;
16911
16911
  if (state.events) {
@@ -17051,7 +17051,7 @@ ${input.slice(result.pos)}
17051
17051
  return result;
17052
17052
  }
17053
17053
  }
17054
- var JSXElementName$0 = $TV($Y($S($C($EXPECT($L12, fail, 'JSXElementName "#"'), Dot), JSXShorthandString)), function($skip, $loc, $0, $1) {
17054
+ var JSXElementName$0 = $TV($Y($S($C($EXPECT($L13, fail, 'JSXElementName "#"'), Dot), JSXShorthandString)), function($skip, $loc, $0, $1) {
17055
17055
  return module.config.defaultElement;
17056
17056
  });
17057
17057
  var JSXElementName$1 = $TEXT($S(JSXIdentifierName, $C($S(Colon, JSXIdentifierName), $Q($S(Dot, JSXIdentifierName)))));
@@ -17256,7 +17256,7 @@ ${input.slice(result.pos)}
17256
17256
  }
17257
17257
  });
17258
17258
  var JSXAttribute$2 = $S(InsertInlineOpenBrace, DotDotDot, InlineJSXAttributeValue, InsertCloseBrace, $Y(JSXAttributeSpace));
17259
- var JSXAttribute$3 = $TS($S($EXPECT($L12, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
17259
+ var JSXAttribute$3 = $TS($S($EXPECT($L13, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
17260
17260
  return [" ", "id=", $2];
17261
17261
  });
17262
17262
  var JSXAttribute$4 = $TS($S(Dot, JSXShorthandString), function($skip, $loc, $0, $1, $2) {
@@ -17583,8 +17583,8 @@ ${input.slice(result.pos)}
17583
17583
  return result;
17584
17584
  }
17585
17585
  }
17586
- var InlineJSXCallExpression$0 = $S($EXPECT($L13, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments);
17587
- var InlineJSXCallExpression$1 = $S($EXPECT($L14, fail, 'InlineJSXCallExpression "import"'), OpenParen, PostfixedExpression, __, CloseParen);
17586
+ var InlineJSXCallExpression$0 = $S($EXPECT($L14, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments);
17587
+ var InlineJSXCallExpression$1 = $S($EXPECT($L15, fail, 'InlineJSXCallExpression "import"'), OpenParen, PostfixedExpression, __, CloseParen);
17588
17588
  var InlineJSXCallExpression$2 = $TS($S(InlineJSXMemberExpression, $Q(InlineJSXCallExpressionRest)), function($skip, $loc, $0, $1, $2) {
17589
17589
  if ($2.length)
17590
17590
  return $0;
@@ -17798,7 +17798,7 @@ ${input.slice(result.pos)}
17798
17798
  }
17799
17799
  return $skip;
17800
17800
  });
17801
- var JSXNestedChildren$1 = $TV($Y($C(JSXEOS, $EXPECT($L22, fail, 'JSXNestedChildren "}"'), JSXClosingElement, JSXClosingFragment)), function($skip, $loc, $0, $1) {
17801
+ var JSXNestedChildren$1 = $TV($Y($C(JSXEOS, $EXPECT($L23, fail, 'JSXNestedChildren "}"'), JSXClosingElement, JSXClosingFragment)), function($skip, $loc, $0, $1) {
17802
17802
  return { children: [], jsxChildren: [] };
17803
17803
  });
17804
17804
  function JSXNestedChildren(state) {
@@ -19039,7 +19039,7 @@ ${input.slice(result.pos)}
19039
19039
  return result;
19040
19040
  }
19041
19041
  }
19042
- var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L80, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
19042
+ var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L81, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
19043
19043
  var lhs = $1;
19044
19044
  var rhs = $2;
19045
19045
  if (!rhs)
@@ -19268,8 +19268,8 @@ ${input.slice(result.pos)}
19268
19268
  return result;
19269
19269
  }
19270
19270
  }
19271
- var ImportType$0 = $S($EXPECT($L14, fail, 'ImportType "import"'), OpenParen, __, StringLiteral, __, CloseParen, $E($S(Dot, IdentifierName)), $E(TypeArguments));
19272
- var ImportType$1 = $S($EXPECT($L14, fail, 'ImportType "import"'), InsertOpenParen, Trimmed_, StringLiteral, InsertCloseParen);
19271
+ var ImportType$0 = $S($EXPECT($L15, fail, 'ImportType "import"'), OpenParen, __, StringLiteral, __, CloseParen, $E($S(Dot, IdentifierName)), $E(TypeArguments));
19272
+ var ImportType$1 = $S($EXPECT($L15, fail, 'ImportType "import"'), InsertOpenParen, Trimmed_, StringLiteral, InsertCloseParen);
19273
19273
  function ImportType(state) {
19274
19274
  let eventData;
19275
19275
  if (state.events) {
@@ -19600,7 +19600,7 @@ ${input.slice(result.pos)}
19600
19600
  var InlineInterfacePropertyDelimiter$1 = $T($S($Y($S($C(IndentedFurther, $E(_)), InlineBasicInterfaceProperty)), InsertComma), function(value) {
19601
19601
  return value[1];
19602
19602
  });
19603
- var InlineInterfacePropertyDelimiter$2 = $Y($S(__, $C($EXPECT($L109, fail, 'InlineInterfacePropertyDelimiter ":"'), $EXPECT($L107, fail, 'InlineInterfacePropertyDelimiter ")"'), $EXPECT($L31, fail, 'InlineInterfacePropertyDelimiter "]"'), $EXPECT($L22, fail, 'InlineInterfacePropertyDelimiter "}"'))));
19603
+ var InlineInterfacePropertyDelimiter$2 = $Y($S(__, $C($EXPECT($L10, fail, 'InlineInterfacePropertyDelimiter ":"'), $EXPECT($L108, fail, 'InlineInterfacePropertyDelimiter ")"'), $EXPECT($L32, fail, 'InlineInterfacePropertyDelimiter "]"'), $EXPECT($L23, fail, 'InlineInterfacePropertyDelimiter "}"'))));
19604
19604
  var InlineInterfacePropertyDelimiter$3 = $Y(EOS);
19605
19605
  function InlineInterfacePropertyDelimiter(state) {
19606
19606
  let eventData;
@@ -19624,10 +19624,10 @@ ${input.slice(result.pos)}
19624
19624
  return result;
19625
19625
  }
19626
19626
  }
19627
- var TypeBinaryOp$0 = $TV($EXPECT($L82, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
19627
+ var TypeBinaryOp$0 = $TV($EXPECT($L83, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
19628
19628
  return { $loc, token: "|" };
19629
19629
  });
19630
- var TypeBinaryOp$1 = $TV($EXPECT($L81, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
19630
+ var TypeBinaryOp$1 = $TV($EXPECT($L82, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
19631
19631
  return { $loc, token: "&" };
19632
19632
  });
19633
19633
  function TypeBinaryOp(state) {
@@ -19684,7 +19684,7 @@ ${input.slice(result.pos)}
19684
19684
  var TypeArrowFunction$0 = $TV($EXPECT($L8, fail, 'TypeArrowFunction "=>"'), function($skip, $loc, $0, $1) {
19685
19685
  return { $loc, token: "=>" };
19686
19686
  });
19687
- var TypeArrowFunction$1 = $TV($EXPECT($L21, fail, 'TypeArrowFunction "->"'), function($skip, $loc, $0, $1) {
19687
+ var TypeArrowFunction$1 = $TV($EXPECT($L22, fail, 'TypeArrowFunction "->"'), function($skip, $loc, $0, $1) {
19688
19688
  return { $loc, token: "=>" };
19689
19689
  });
19690
19690
  function TypeArrowFunction(state) {
@@ -19709,7 +19709,7 @@ ${input.slice(result.pos)}
19709
19709
  return result;
19710
19710
  }
19711
19711
  }
19712
- var TypeArguments$0 = $TS($S($EXPECT($L132, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L30, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
19712
+ var TypeArguments$0 = $TS($S($EXPECT($L132, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L31, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
19713
19713
  return { ts: true, children: $0 };
19714
19714
  });
19715
19715
  function TypeArguments(state) {
@@ -19780,7 +19780,7 @@ ${input.slice(result.pos)}
19780
19780
  return result;
19781
19781
  }
19782
19782
  }
19783
- var TypeParameters$0 = $TS($S(__, $EXPECT($L132, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L30, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
19783
+ var TypeParameters$0 = $TS($S(__, $EXPECT($L132, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L31, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
19784
19784
  var parameters = $3;
19785
19785
  return {
19786
19786
  type: "TypeParameters",
@@ -19881,7 +19881,7 @@ ${input.slice(result.pos)}
19881
19881
  }
19882
19882
  }
19883
19883
  var TypeParameterDelimiter$0 = $S($Q(_), Comma);
19884
- var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L30, fail, 'TypeParameterDelimiter ">"')));
19884
+ var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L31, fail, 'TypeParameterDelimiter ">"')));
19885
19885
  var TypeParameterDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
19886
19886
  return value[1];
19887
19887
  });