@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.js CHANGED
@@ -1051,8 +1051,6 @@ ${input.slice(result.pos)}
1051
1051
  AtThis,
1052
1052
  LeftHandSideExpression,
1053
1053
  CallExpression,
1054
- ReturnValue,
1055
- AfterReturnShorthand,
1056
1054
  CallExpressionRest,
1057
1055
  OptionalShorthand,
1058
1056
  OptionalDot,
@@ -1065,6 +1063,8 @@ ${input.slice(result.pos)}
1065
1063
  PropertyGlob,
1066
1064
  SuperProperty,
1067
1065
  MetaProperty,
1066
+ ReturnValue,
1067
+ AfterReturnShorthand,
1068
1068
  Parameters,
1069
1069
  NonEmptyParameters,
1070
1070
  FunctionRestParameter,
@@ -1625,106 +1625,106 @@ ${input.slice(result.pos)}
1625
1625
  var $L7 = $L("--");
1626
1626
  var $L8 = $L("=>");
1627
1627
  var $L9 = $L(" ");
1628
- var $L10 = $L("implements");
1629
- var $L11 = $L("<:");
1630
- var $L12 = $L("#");
1631
- var $L13 = $L("super");
1632
- var $L14 = $L("import");
1633
- var $L15 = $L("return.value");
1628
+ var $L10 = $L(":");
1629
+ var $L11 = $L("implements");
1630
+ var $L12 = $L("<:");
1631
+ var $L13 = $L("#");
1632
+ var $L14 = $L("super");
1633
+ var $L15 = $L("import");
1634
1634
  var $L16 = $L("!");
1635
1635
  var $L17 = $L("^");
1636
1636
  var $L18 = $L("-");
1637
1637
  var $L19 = $L("import.meta");
1638
- var $L20 = $L(",");
1639
- var $L21 = $L("->");
1640
- var $L22 = $L("}");
1641
- var $L23 = $L("null");
1642
- var $L24 = $L("true");
1643
- var $L25 = $L("false");
1644
- var $L26 = $L("yes");
1645
- var $L27 = $L("on");
1646
- var $L28 = $L("no");
1647
- var $L29 = $L("off");
1648
- var $L30 = $L(">");
1649
- var $L31 = $L("]");
1650
- var $L32 = $L("**=");
1651
- var $L33 = $L("*=");
1652
- var $L34 = $L("/=");
1653
- var $L35 = $L("%=");
1654
- var $L36 = $L("+=");
1655
- var $L37 = $L("-=");
1656
- var $L38 = $L("<<=");
1657
- var $L39 = $L(">>>=");
1658
- var $L40 = $L(">>=");
1659
- var $L41 = $L("&&=");
1660
- var $L42 = $L("&=");
1661
- var $L43 = $L("^=");
1662
- var $L44 = $L("||=");
1663
- var $L45 = $L("|=");
1664
- var $L46 = $L("??=");
1665
- var $L47 = $L("?=");
1666
- var $L48 = $L("and=");
1667
- var $L49 = $L("or=");
1668
- var $L50 = $L("not");
1669
- var $L51 = $L("**");
1670
- var $L52 = $L("*");
1671
- var $L53 = $L("/");
1672
- var $L54 = $L("%%");
1673
- var $L55 = $L("%");
1674
- var $L56 = $L("+");
1675
- var $L57 = $L("<=");
1676
- var $L58 = $L(">=");
1677
- var $L59 = $L("<?");
1678
- var $L60 = $L("!<?");
1679
- var $L61 = $L("<<");
1680
- var $L62 = $L(">>>");
1681
- var $L63 = $L(">>");
1682
- var $L64 = $L("!==");
1683
- var $L65 = $L("!=");
1684
- var $L66 = $L("isnt");
1685
- var $L67 = $L("===");
1686
- var $L68 = $L("==");
1687
- var $L69 = $L("and");
1688
- var $L70 = $L("&&");
1689
- var $L71 = $L("of");
1690
- var $L72 = $L("or");
1691
- var $L73 = $L("||");
1692
- var $L74 = $L("^^");
1693
- var $L75 = $L("xor");
1694
- var $L76 = $L("xnor");
1695
- var $L77 = $L("??");
1696
- var $L78 = $L("instanceof");
1697
- var $L79 = $L("in");
1698
- var $L80 = $L("is");
1699
- var $L81 = $L("&");
1700
- var $L82 = $L("|");
1701
- var $L83 = $L(";");
1702
- var $L84 = $L("$:");
1703
- var $L85 = $L("own");
1704
- var $L86 = $L("break");
1705
- var $L87 = $L("continue");
1706
- var $L88 = $L("debugger");
1707
- var $L89 = $L("assert");
1708
- var $L90 = $L(":=");
1709
- var $L91 = $L(".=");
1710
- var $L92 = $L("/*");
1711
- var $L93 = $L("*/");
1712
- var $L94 = $L("\\");
1713
- var $L95 = $L("[");
1714
- var $L96 = $L("`");
1715
- var $L97 = $L("abstract");
1716
- var $L98 = $L("as");
1717
- var $L99 = $L("@");
1718
- var $L100 = $L("@@");
1719
- var $L101 = $L("async");
1720
- var $L102 = $L("await");
1721
- var $L103 = $L("by");
1722
- var $L104 = $L("case");
1723
- var $L105 = $L("catch");
1724
- var $L106 = $L("class");
1725
- var $L107 = $L(")");
1726
- var $L108 = $L("#{");
1727
- var $L109 = $L(":");
1638
+ var $L20 = $L("return.value");
1639
+ var $L21 = $L(",");
1640
+ var $L22 = $L("->");
1641
+ var $L23 = $L("}");
1642
+ var $L24 = $L("null");
1643
+ var $L25 = $L("true");
1644
+ var $L26 = $L("false");
1645
+ var $L27 = $L("yes");
1646
+ var $L28 = $L("on");
1647
+ var $L29 = $L("no");
1648
+ var $L30 = $L("off");
1649
+ var $L31 = $L(">");
1650
+ var $L32 = $L("]");
1651
+ var $L33 = $L("**=");
1652
+ var $L34 = $L("*=");
1653
+ var $L35 = $L("/=");
1654
+ var $L36 = $L("%=");
1655
+ var $L37 = $L("+=");
1656
+ var $L38 = $L("-=");
1657
+ var $L39 = $L("<<=");
1658
+ var $L40 = $L(">>>=");
1659
+ var $L41 = $L(">>=");
1660
+ var $L42 = $L("&&=");
1661
+ var $L43 = $L("&=");
1662
+ var $L44 = $L("^=");
1663
+ var $L45 = $L("||=");
1664
+ var $L46 = $L("|=");
1665
+ var $L47 = $L("??=");
1666
+ var $L48 = $L("?=");
1667
+ var $L49 = $L("and=");
1668
+ var $L50 = $L("or=");
1669
+ var $L51 = $L("not");
1670
+ var $L52 = $L("**");
1671
+ var $L53 = $L("*");
1672
+ var $L54 = $L("/");
1673
+ var $L55 = $L("%%");
1674
+ var $L56 = $L("%");
1675
+ var $L57 = $L("+");
1676
+ var $L58 = $L("<=");
1677
+ var $L59 = $L(">=");
1678
+ var $L60 = $L("<?");
1679
+ var $L61 = $L("!<?");
1680
+ var $L62 = $L("<<");
1681
+ var $L63 = $L(">>>");
1682
+ var $L64 = $L(">>");
1683
+ var $L65 = $L("!==");
1684
+ var $L66 = $L("!=");
1685
+ var $L67 = $L("isnt");
1686
+ var $L68 = $L("===");
1687
+ var $L69 = $L("==");
1688
+ var $L70 = $L("and");
1689
+ var $L71 = $L("&&");
1690
+ var $L72 = $L("of");
1691
+ var $L73 = $L("or");
1692
+ var $L74 = $L("||");
1693
+ var $L75 = $L("^^");
1694
+ var $L76 = $L("xor");
1695
+ var $L77 = $L("xnor");
1696
+ var $L78 = $L("??");
1697
+ var $L79 = $L("instanceof");
1698
+ var $L80 = $L("in");
1699
+ var $L81 = $L("is");
1700
+ var $L82 = $L("&");
1701
+ var $L83 = $L("|");
1702
+ var $L84 = $L(";");
1703
+ var $L85 = $L("$:");
1704
+ var $L86 = $L("own");
1705
+ var $L87 = $L("break");
1706
+ var $L88 = $L("continue");
1707
+ var $L89 = $L("debugger");
1708
+ var $L90 = $L("assert");
1709
+ var $L91 = $L(":=");
1710
+ var $L92 = $L(".=");
1711
+ var $L93 = $L("/*");
1712
+ var $L94 = $L("*/");
1713
+ var $L95 = $L("\\");
1714
+ var $L96 = $L("[");
1715
+ var $L97 = $L("`");
1716
+ var $L98 = $L("abstract");
1717
+ var $L99 = $L("as");
1718
+ var $L100 = $L("@");
1719
+ var $L101 = $L("@@");
1720
+ var $L102 = $L("async");
1721
+ var $L103 = $L("await");
1722
+ var $L104 = $L("by");
1723
+ var $L105 = $L("case");
1724
+ var $L106 = $L("catch");
1725
+ var $L107 = $L("class");
1726
+ var $L108 = $L(")");
1727
+ var $L109 = $L("#{");
1728
1728
  var $L110 = $L("declare");
1729
1729
  var $L111 = $L("default");
1730
1730
  var $L112 = $L("delete");
@@ -3472,7 +3472,7 @@ ${input.slice(result.pos)}
3472
3472
  return result;
3473
3473
  }
3474
3474
  }
3475
- var ClassExpression$0 = $S($E(Decorators), $E($S(Abstract, __)), Class, $E(ClassBinding), $E(ClassHeritage), ClassBody);
3475
+ var ClassExpression$0 = $S($E(Decorators), $E($S(Abstract, __)), Class, $N($EXPECT($L10, fail, 'ClassExpression ":"')), $E(ClassBinding), $E(ClassHeritage), ClassBody);
3476
3476
  function ClassExpression(state) {
3477
3477
  let eventData;
3478
3478
  if (state.events) {
@@ -3671,7 +3671,7 @@ ${input.slice(result.pos)}
3671
3671
  }
3672
3672
  return { children };
3673
3673
  });
3674
- var ImplementsToken$1 = $TS($S(__, $EXPECT($L10, fail, 'ImplementsToken "implements"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
3674
+ var ImplementsToken$1 = $TS($S(__, $EXPECT($L11, fail, 'ImplementsToken "implements"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
3675
3675
  $2 = { $loc, token: $2 };
3676
3676
  return [$1, $2];
3677
3677
  });
@@ -3697,7 +3697,7 @@ ${input.slice(result.pos)}
3697
3697
  return result;
3698
3698
  }
3699
3699
  }
3700
- var ImplementsShorthand$0 = $TV($EXPECT($L11, fail, 'ImplementsShorthand "<:"'), function($skip, $loc, $0, $1) {
3700
+ var ImplementsShorthand$0 = $TV($EXPECT($L12, fail, 'ImplementsShorthand "<:"'), function($skip, $loc, $0, $1) {
3701
3701
  return { $loc, token: "implements " };
3702
3702
  });
3703
3703
  function ImplementsShorthand(state) {
@@ -4077,7 +4077,7 @@ ${input.slice(result.pos)}
4077
4077
  }
4078
4078
  }
4079
4079
  var ThisLiteral$0 = This;
4080
- var ThisLiteral$1 = $TS($S(AtThis, $TEXT($S($E($EXPECT($L12, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
4080
+ var ThisLiteral$1 = $TS($S(AtThis, $TEXT($S($E($EXPECT($L13, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
4081
4081
  var at = $1;
4082
4082
  var id = $2;
4083
4083
  return [at, ".", id];
@@ -4131,7 +4131,7 @@ ${input.slice(result.pos)}
4131
4131
  return result;
4132
4132
  }
4133
4133
  }
4134
- var LeftHandSideExpression$0 = $TS($S($Q($S(New, $N($EXPECT($L5, fail, 'LeftHandSideExpression "."')), __)), CallExpression), function($skip, $loc, $0, $1, $2) {
4134
+ 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) {
4135
4135
  if ($1.length)
4136
4136
  return $0;
4137
4137
  return $2;
@@ -4158,22 +4158,21 @@ ${input.slice(result.pos)}
4158
4158
  return result;
4159
4159
  }
4160
4160
  }
4161
- var CallExpression$0 = $TS($S($EXPECT($L13, fail, 'CallExpression "super"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
4161
+ var CallExpression$0 = $TS($S($EXPECT($L14, fail, 'CallExpression "super"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
4162
4162
  var rest = $3;
4163
4163
  return module2.processGlob({
4164
4164
  type: "CallExpression",
4165
4165
  children: [$1, ...$2, ...rest.flat()]
4166
4166
  });
4167
4167
  });
4168
- var CallExpression$1 = $TS($S($EXPECT($L14, fail, 'CallExpression "import"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
4168
+ var CallExpression$1 = $TS($S($EXPECT($L15, fail, 'CallExpression "import"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
4169
4169
  var rest = $3;
4170
4170
  return module2.processGlob({
4171
4171
  type: "CallExpression",
4172
4172
  children: [$1, ...$2, ...rest.flat()]
4173
4173
  });
4174
4174
  });
4175
- var CallExpression$2 = ReturnValue;
4176
- var CallExpression$3 = $TS($S(MemberExpression, AllowedTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
4175
+ var CallExpression$2 = $TS($S(MemberExpression, AllowedTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
4177
4176
  var member = $1;
4178
4177
  var trailing = $2;
4179
4178
  var rest = $3;
@@ -4197,69 +4196,17 @@ ${input.slice(result.pos)}
4197
4196
  }
4198
4197
  }
4199
4198
  if (state.tokenize) {
4200
- const result = $TOKEN("CallExpression", state, CallExpression$0(state) || CallExpression$1(state) || CallExpression$2(state) || CallExpression$3(state));
4199
+ const result = $TOKEN("CallExpression", state, CallExpression$0(state) || CallExpression$1(state) || CallExpression$2(state));
4201
4200
  if (state.events)
4202
4201
  state.events.exit?.("CallExpression", state, result, eventData);
4203
4202
  return result;
4204
4203
  } else {
4205
- const result = CallExpression$0(state) || CallExpression$1(state) || CallExpression$2(state) || CallExpression$3(state);
4204
+ const result = CallExpression$0(state) || CallExpression$1(state) || CallExpression$2(state);
4206
4205
  if (state.events)
4207
4206
  state.events.exit?.("CallExpression", state, result, eventData);
4208
4207
  return result;
4209
4208
  }
4210
4209
  }
4211
- var ReturnValue$0 = $TV($C($S($EXPECT($L15, fail, 'ReturnValue "return.value"'), NonIdContinue), $S(Return, $Y(AfterReturnShorthand))), function($skip, $loc, $0, $1) {
4212
- return { type: "ReturnValue", children: [$1[0]] };
4213
- });
4214
- function ReturnValue(state) {
4215
- let eventData;
4216
- if (state.events) {
4217
- const result = state.events.enter?.("ReturnValue", state);
4218
- if (result) {
4219
- if (result.cache)
4220
- return result.cache;
4221
- eventData = result.data;
4222
- }
4223
- }
4224
- if (state.tokenize) {
4225
- const result = $TOKEN("ReturnValue", state, ReturnValue$0(state));
4226
- if (state.events)
4227
- state.events.exit?.("ReturnValue", state, result, eventData);
4228
- return result;
4229
- } else {
4230
- const result = ReturnValue$0(state);
4231
- if (state.events)
4232
- state.events.exit?.("ReturnValue", state, result, eventData);
4233
- return result;
4234
- }
4235
- }
4236
- var AfterReturnShorthand$0 = WAssignmentOp;
4237
- var AfterReturnShorthand$1 = UpdateExpressionSymbol;
4238
- var AfterReturnShorthand$2 = TypeSuffix;
4239
- var AfterReturnShorthand$3 = $S(__, LetAssignment);
4240
- var AfterReturnShorthand$4 = $S(__, ConstAssignment);
4241
- function AfterReturnShorthand(state) {
4242
- let eventData;
4243
- if (state.events) {
4244
- const result = state.events.enter?.("AfterReturnShorthand", state);
4245
- if (result) {
4246
- if (result.cache)
4247
- return result.cache;
4248
- eventData = result.data;
4249
- }
4250
- }
4251
- if (state.tokenize) {
4252
- const result = $TOKEN("AfterReturnShorthand", state, AfterReturnShorthand$0(state) || AfterReturnShorthand$1(state) || AfterReturnShorthand$2(state) || AfterReturnShorthand$3(state) || AfterReturnShorthand$4(state));
4253
- if (state.events)
4254
- state.events.exit?.("AfterReturnShorthand", state, result, eventData);
4255
- return result;
4256
- } else {
4257
- const result = AfterReturnShorthand$0(state) || AfterReturnShorthand$1(state) || AfterReturnShorthand$2(state) || AfterReturnShorthand$3(state) || AfterReturnShorthand$4(state);
4258
- if (state.events)
4259
- state.events.exit?.("AfterReturnShorthand", state, result, eventData);
4260
- return result;
4261
- }
4262
- }
4263
4210
  var CallExpressionRest$0 = MemberExpressionRest;
4264
4211
  var CallExpressionRest$1 = $TV($C(TemplateLiteral, StringLiteral), function($skip, $loc, $0, $1) {
4265
4212
  if ($1.type === "StringLiteral") {
@@ -4670,8 +4617,8 @@ ${input.slice(result.pos)}
4670
4617
  return result;
4671
4618
  }
4672
4619
  }
4673
- var SuperProperty$0 = $S($EXPECT($L13, fail, 'SuperProperty "super"'), MemberBracketContent);
4674
- var SuperProperty$1 = $S($EXPECT($L13, fail, 'SuperProperty "super"'), $N($C(QuestionMark, NonNullAssertion)), PropertyAccess);
4620
+ var SuperProperty$0 = $S($EXPECT($L14, fail, 'SuperProperty "super"'), MemberBracketContent);
4621
+ var SuperProperty$1 = $S($EXPECT($L14, fail, 'SuperProperty "super"'), $N($C(QuestionMark, NonNullAssertion)), PropertyAccess);
4675
4622
  function SuperProperty(state) {
4676
4623
  let eventData;
4677
4624
  if (state.events) {
@@ -4698,6 +4645,7 @@ ${input.slice(result.pos)}
4698
4645
  var MetaProperty$1 = $TS($S($EXPECT($L19, fail, 'MetaProperty "import.meta"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
4699
4646
  return { $loc, token: $1 };
4700
4647
  });
4648
+ var MetaProperty$2 = ReturnValue;
4701
4649
  function MetaProperty(state) {
4702
4650
  let eventData;
4703
4651
  if (state.events) {
@@ -4709,17 +4657,69 @@ ${input.slice(result.pos)}
4709
4657
  }
4710
4658
  }
4711
4659
  if (state.tokenize) {
4712
- const result = $TOKEN("MetaProperty", state, MetaProperty$0(state) || MetaProperty$1(state));
4660
+ const result = $TOKEN("MetaProperty", state, MetaProperty$0(state) || MetaProperty$1(state) || MetaProperty$2(state));
4713
4661
  if (state.events)
4714
4662
  state.events.exit?.("MetaProperty", state, result, eventData);
4715
4663
  return result;
4716
4664
  } else {
4717
- const result = MetaProperty$0(state) || MetaProperty$1(state);
4665
+ const result = MetaProperty$0(state) || MetaProperty$1(state) || MetaProperty$2(state);
4718
4666
  if (state.events)
4719
4667
  state.events.exit?.("MetaProperty", state, result, eventData);
4720
4668
  return result;
4721
4669
  }
4722
4670
  }
4671
+ var ReturnValue$0 = $TV($C($S($EXPECT($L20, fail, 'ReturnValue "return.value"'), NonIdContinue), $S(Return, $Y(AfterReturnShorthand))), function($skip, $loc, $0, $1) {
4672
+ return { type: "ReturnValue", children: [$1[0]] };
4673
+ });
4674
+ function ReturnValue(state) {
4675
+ let eventData;
4676
+ if (state.events) {
4677
+ const result = state.events.enter?.("ReturnValue", state);
4678
+ if (result) {
4679
+ if (result.cache)
4680
+ return result.cache;
4681
+ eventData = result.data;
4682
+ }
4683
+ }
4684
+ if (state.tokenize) {
4685
+ const result = $TOKEN("ReturnValue", state, ReturnValue$0(state));
4686
+ if (state.events)
4687
+ state.events.exit?.("ReturnValue", state, result, eventData);
4688
+ return result;
4689
+ } else {
4690
+ const result = ReturnValue$0(state);
4691
+ if (state.events)
4692
+ state.events.exit?.("ReturnValue", state, result, eventData);
4693
+ return result;
4694
+ }
4695
+ }
4696
+ var AfterReturnShorthand$0 = WAssignmentOp;
4697
+ var AfterReturnShorthand$1 = UpdateExpressionSymbol;
4698
+ var AfterReturnShorthand$2 = TypeSuffix;
4699
+ var AfterReturnShorthand$3 = $S(__, LetAssignment);
4700
+ var AfterReturnShorthand$4 = $S(__, ConstAssignment);
4701
+ function AfterReturnShorthand(state) {
4702
+ let eventData;
4703
+ if (state.events) {
4704
+ const result = state.events.enter?.("AfterReturnShorthand", state);
4705
+ if (result) {
4706
+ if (result.cache)
4707
+ return result.cache;
4708
+ eventData = result.data;
4709
+ }
4710
+ }
4711
+ if (state.tokenize) {
4712
+ const result = $TOKEN("AfterReturnShorthand", state, AfterReturnShorthand$0(state) || AfterReturnShorthand$1(state) || AfterReturnShorthand$2(state) || AfterReturnShorthand$3(state) || AfterReturnShorthand$4(state));
4713
+ if (state.events)
4714
+ state.events.exit?.("AfterReturnShorthand", state, result, eventData);
4715
+ return result;
4716
+ } else {
4717
+ const result = AfterReturnShorthand$0(state) || AfterReturnShorthand$1(state) || AfterReturnShorthand$2(state) || AfterReturnShorthand$3(state) || AfterReturnShorthand$4(state);
4718
+ if (state.events)
4719
+ state.events.exit?.("AfterReturnShorthand", state, result, eventData);
4720
+ return result;
4721
+ }
4722
+ }
4723
4723
  var Parameters$0 = NonEmptyParameters;
4724
4724
  var Parameters$1 = $TV($EXPECT($L0, fail, 'Parameters ""'), function($skip, $loc, $0, $1) {
4725
4725
  return {
@@ -5505,7 +5505,7 @@ ${input.slice(result.pos)}
5505
5505
  children: $0
5506
5506
  };
5507
5507
  });
5508
- var BindingElement$2 = $TV($Y($S($E(_), $EXPECT($L20, fail, 'BindingElement ","'))), function($skip, $loc, $0, $1) {
5508
+ var BindingElement$2 = $TV($Y($S($E(_), $EXPECT($L21, fail, 'BindingElement ","'))), function($skip, $loc, $0, $1) {
5509
5509
  return {
5510
5510
  children: [{
5511
5511
  type: "ElisionElement",
@@ -6054,7 +6054,7 @@ ${input.slice(result.pos)}
6054
6054
  children: [ws, binding]
6055
6055
  };
6056
6056
  });
6057
- var MatchingElement$3 = $TV($Y($S($E(_), $EXPECT($L20, fail, 'MatchingElement ","'))), function($skip, $loc, $0, $1) {
6057
+ var MatchingElement$3 = $TV($Y($S($E(_), $EXPECT($L21, fail, 'MatchingElement ","'))), function($skip, $loc, $0, $1) {
6058
6058
  return {
6059
6059
  children: [{
6060
6060
  type: "ElisionElement",
@@ -6523,7 +6523,7 @@ ${input.slice(result.pos)}
6523
6523
  return result;
6524
6524
  }
6525
6525
  }
6526
- var Arrow$0 = $TV($EXPECT($L21, fail, 'Arrow "->"'), function($skip, $loc, $0, $1) {
6526
+ var Arrow$0 = $TV($EXPECT($L22, fail, 'Arrow "->"'), function($skip, $loc, $0, $1) {
6527
6527
  return { $loc, token: $1 };
6528
6528
  });
6529
6529
  function Arrow(state) {
@@ -6989,7 +6989,7 @@ ${input.slice(result.pos)}
6989
6989
  children: [$1, expressions]
6990
6990
  };
6991
6991
  });
6992
- var BracedContent$2 = $TV($Y($S(__, $EXPECT($L22, fail, 'BracedContent "}"'))), function($skip, $loc, $0, $1) {
6992
+ var BracedContent$2 = $TV($Y($S(__, $EXPECT($L23, fail, 'BracedContent "}"'))), function($skip, $loc, $0, $1) {
6993
6993
  const expressions = [];
6994
6994
  return {
6995
6995
  type: "BlockStatement",
@@ -7170,7 +7170,7 @@ ${input.slice(result.pos)}
7170
7170
  return result;
7171
7171
  }
7172
7172
  }
7173
- var NullLiteral$0 = $TS($S($EXPECT($L23, fail, 'NullLiteral "null"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7173
+ var NullLiteral$0 = $TS($S($EXPECT($L24, fail, 'NullLiteral "null"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7174
7174
  return { $loc, token: $1 };
7175
7175
  });
7176
7176
  function NullLiteral(state) {
@@ -7198,7 +7198,7 @@ ${input.slice(result.pos)}
7198
7198
  var BooleanLiteral$0 = $T($S(CoffeeBooleansEnabled, CoffeeScriptBooleanLiteral), function(value) {
7199
7199
  return value[1];
7200
7200
  });
7201
- var BooleanLiteral$1 = $TS($S($C($EXPECT($L24, fail, 'BooleanLiteral "true"'), $EXPECT($L25, fail, 'BooleanLiteral "false"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7201
+ var BooleanLiteral$1 = $TS($S($C($EXPECT($L25, fail, 'BooleanLiteral "true"'), $EXPECT($L26, fail, 'BooleanLiteral "false"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7202
7202
  return { $loc, token: $1 };
7203
7203
  });
7204
7204
  function BooleanLiteral(state) {
@@ -7223,10 +7223,10 @@ ${input.slice(result.pos)}
7223
7223
  return result;
7224
7224
  }
7225
7225
  }
7226
- var CoffeeScriptBooleanLiteral$0 = $TS($S($C($EXPECT($L26, fail, 'CoffeeScriptBooleanLiteral "yes"'), $EXPECT($L27, fail, 'CoffeeScriptBooleanLiteral "on"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7226
+ var CoffeeScriptBooleanLiteral$0 = $TS($S($C($EXPECT($L27, fail, 'CoffeeScriptBooleanLiteral "yes"'), $EXPECT($L28, fail, 'CoffeeScriptBooleanLiteral "on"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7227
7227
  return { $loc, token: "true" };
7228
7228
  });
7229
- var CoffeeScriptBooleanLiteral$1 = $TS($S($C($EXPECT($L28, fail, 'CoffeeScriptBooleanLiteral "no"'), $EXPECT($L29, fail, 'CoffeeScriptBooleanLiteral "off"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7229
+ var CoffeeScriptBooleanLiteral$1 = $TS($S($C($EXPECT($L29, fail, 'CoffeeScriptBooleanLiteral "no"'), $EXPECT($L30, fail, 'CoffeeScriptBooleanLiteral "off"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
7230
7230
  return { $loc, token: "false" };
7231
7231
  });
7232
7232
  function CoffeeScriptBooleanLiteral(state) {
@@ -7332,7 +7332,7 @@ ${input.slice(result.pos)}
7332
7332
  return result;
7333
7333
  }
7334
7334
  }
7335
- var UpcomingAssignment$0 = $Y($S(__, $EXPECT($L2, fail, 'UpcomingAssignment "="'), $N($C($EXPECT($L2, fail, 'UpcomingAssignment "="'), $EXPECT($L30, fail, 'UpcomingAssignment ">"')))));
7335
+ var UpcomingAssignment$0 = $Y($S(__, $EXPECT($L2, fail, 'UpcomingAssignment "="'), $N($C($EXPECT($L2, fail, 'UpcomingAssignment "="'), $EXPECT($L31, fail, 'UpcomingAssignment ">"')))));
7336
7336
  function UpcomingAssignment(state) {
7337
7337
  let eventData;
7338
7338
  if (state.events) {
@@ -7598,7 +7598,7 @@ ${input.slice(result.pos)}
7598
7598
  }
7599
7599
  }
7600
7600
  var ArrayElementDelimiter$0 = $S(__, Comma);
7601
- var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L31, fail, 'ArrayElementDelimiter "]"')));
7601
+ var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L32, fail, 'ArrayElementDelimiter "]"')));
7602
7602
  var ArrayElementDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
7603
7603
  return value[1];
7604
7604
  });
@@ -8078,7 +8078,7 @@ ${input.slice(result.pos)}
8078
8078
  }
8079
8079
  }
8080
8080
  var ObjectPropertyDelimiter$0 = $S($E(_), Comma);
8081
- var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L22, fail, 'ObjectPropertyDelimiter "}"')));
8081
+ var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L23, fail, 'ObjectPropertyDelimiter "}"')));
8082
8082
  var ObjectPropertyDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
8083
8083
  return value[1];
8084
8084
  });
@@ -8669,7 +8669,7 @@ ${input.slice(result.pos)}
8669
8669
  return result;
8670
8670
  }
8671
8671
  }
8672
- var PrivateIdentifier$0 = $TV($TEXT($S($EXPECT($L12, fail, 'PrivateIdentifier "#"'), IdentifierName)), function($skip, $loc, $0, $1) {
8672
+ var PrivateIdentifier$0 = $TV($TEXT($S($EXPECT($L13, fail, 'PrivateIdentifier "#"'), IdentifierName)), function($skip, $loc, $0, $1) {
8673
8673
  return {
8674
8674
  type: "Identifier",
8675
8675
  name: $0,
@@ -8800,22 +8800,22 @@ ${input.slice(result.pos)}
8800
8800
  return result;
8801
8801
  }
8802
8802
  }
8803
- var AssignmentOpSymbol$0 = $EXPECT($L32, fail, 'AssignmentOpSymbol "**="');
8804
- var AssignmentOpSymbol$1 = $EXPECT($L33, fail, 'AssignmentOpSymbol "*="');
8805
- var AssignmentOpSymbol$2 = $EXPECT($L34, fail, 'AssignmentOpSymbol "/="');
8806
- var AssignmentOpSymbol$3 = $EXPECT($L35, fail, 'AssignmentOpSymbol "%="');
8807
- var AssignmentOpSymbol$4 = $EXPECT($L36, fail, 'AssignmentOpSymbol "+="');
8808
- var AssignmentOpSymbol$5 = $EXPECT($L37, fail, 'AssignmentOpSymbol "-="');
8809
- var AssignmentOpSymbol$6 = $EXPECT($L38, fail, 'AssignmentOpSymbol "<<="');
8810
- var AssignmentOpSymbol$7 = $EXPECT($L39, fail, 'AssignmentOpSymbol ">>>="');
8811
- var AssignmentOpSymbol$8 = $EXPECT($L40, fail, 'AssignmentOpSymbol ">>="');
8812
- var AssignmentOpSymbol$9 = $EXPECT($L41, fail, 'AssignmentOpSymbol "&&="');
8813
- var AssignmentOpSymbol$10 = $EXPECT($L42, fail, 'AssignmentOpSymbol "&="');
8814
- var AssignmentOpSymbol$11 = $EXPECT($L43, fail, 'AssignmentOpSymbol "^="');
8815
- var AssignmentOpSymbol$12 = $EXPECT($L44, fail, 'AssignmentOpSymbol "||="');
8816
- var AssignmentOpSymbol$13 = $EXPECT($L45, fail, 'AssignmentOpSymbol "|="');
8817
- var AssignmentOpSymbol$14 = $EXPECT($L46, fail, 'AssignmentOpSymbol "??="');
8818
- var AssignmentOpSymbol$15 = $T($EXPECT($L47, fail, 'AssignmentOpSymbol "?="'), function(value) {
8803
+ var AssignmentOpSymbol$0 = $EXPECT($L33, fail, 'AssignmentOpSymbol "**="');
8804
+ var AssignmentOpSymbol$1 = $EXPECT($L34, fail, 'AssignmentOpSymbol "*="');
8805
+ var AssignmentOpSymbol$2 = $EXPECT($L35, fail, 'AssignmentOpSymbol "/="');
8806
+ var AssignmentOpSymbol$3 = $EXPECT($L36, fail, 'AssignmentOpSymbol "%="');
8807
+ var AssignmentOpSymbol$4 = $EXPECT($L37, fail, 'AssignmentOpSymbol "+="');
8808
+ var AssignmentOpSymbol$5 = $EXPECT($L38, fail, 'AssignmentOpSymbol "-="');
8809
+ var AssignmentOpSymbol$6 = $EXPECT($L39, fail, 'AssignmentOpSymbol "<<="');
8810
+ var AssignmentOpSymbol$7 = $EXPECT($L40, fail, 'AssignmentOpSymbol ">>>="');
8811
+ var AssignmentOpSymbol$8 = $EXPECT($L41, fail, 'AssignmentOpSymbol ">>="');
8812
+ var AssignmentOpSymbol$9 = $EXPECT($L42, fail, 'AssignmentOpSymbol "&&="');
8813
+ var AssignmentOpSymbol$10 = $EXPECT($L43, fail, 'AssignmentOpSymbol "&="');
8814
+ var AssignmentOpSymbol$11 = $EXPECT($L44, fail, 'AssignmentOpSymbol "^="');
8815
+ var AssignmentOpSymbol$12 = $EXPECT($L45, fail, 'AssignmentOpSymbol "||="');
8816
+ var AssignmentOpSymbol$13 = $EXPECT($L46, fail, 'AssignmentOpSymbol "|="');
8817
+ var AssignmentOpSymbol$14 = $EXPECT($L47, fail, 'AssignmentOpSymbol "??="');
8818
+ var AssignmentOpSymbol$15 = $T($EXPECT($L48, fail, 'AssignmentOpSymbol "?="'), function(value) {
8819
8819
  return "??=";
8820
8820
  });
8821
8821
  var AssignmentOpSymbol$16 = $T($S($EXPECT($L2, fail, 'AssignmentOpSymbol "="'), $N($EXPECT($L2, fail, 'AssignmentOpSymbol "="'))), function(value) {
@@ -8846,10 +8846,10 @@ ${input.slice(result.pos)}
8846
8846
  return result;
8847
8847
  }
8848
8848
  }
8849
- var CoffeeWordAssignmentOp$0 = $T($EXPECT($L48, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
8849
+ var CoffeeWordAssignmentOp$0 = $T($EXPECT($L49, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
8850
8850
  return "&&=";
8851
8851
  });
8852
- var CoffeeWordAssignmentOp$1 = $T($EXPECT($L49, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
8852
+ var CoffeeWordAssignmentOp$1 = $T($EXPECT($L50, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
8853
8853
  return "||=";
8854
8854
  });
8855
8855
  function CoffeeWordAssignmentOp(state) {
@@ -8888,7 +8888,7 @@ ${input.slice(result.pos)}
8888
8888
  special: true
8889
8889
  };
8890
8890
  });
8891
- var BinaryOp$2 = $TS($S($EXPECT($L50, fail, 'BinaryOp "not"'), NonIdContinue, __, Identifier), function($skip, $loc, $0, $1, $2, $3, $4) {
8891
+ var BinaryOp$2 = $TS($S($EXPECT($L51, fail, 'BinaryOp "not"'), NonIdContinue, __, Identifier), function($skip, $loc, $0, $1, $2, $3, $4) {
8892
8892
  var id = $4;
8893
8893
  if (!module2.operators.has(id.name))
8894
8894
  return $skip;
@@ -8920,21 +8920,21 @@ ${input.slice(result.pos)}
8920
8920
  return result;
8921
8921
  }
8922
8922
  }
8923
- var BinaryOpSymbol$0 = $EXPECT($L51, fail, 'BinaryOpSymbol "**"');
8924
- var BinaryOpSymbol$1 = $EXPECT($L52, fail, 'BinaryOpSymbol "*"');
8925
- var BinaryOpSymbol$2 = $EXPECT($L53, fail, 'BinaryOpSymbol "/"');
8926
- var BinaryOpSymbol$3 = $TV($EXPECT($L54, fail, 'BinaryOpSymbol "%%"'), function($skip, $loc, $0, $1) {
8923
+ var BinaryOpSymbol$0 = $EXPECT($L52, fail, 'BinaryOpSymbol "**"');
8924
+ var BinaryOpSymbol$1 = $EXPECT($L53, fail, 'BinaryOpSymbol "*"');
8925
+ var BinaryOpSymbol$2 = $EXPECT($L54, fail, 'BinaryOpSymbol "/"');
8926
+ var BinaryOpSymbol$3 = $TV($EXPECT($L55, fail, 'BinaryOpSymbol "%%"'), function($skip, $loc, $0, $1) {
8927
8927
  return {
8928
8928
  call: module2.getRef("modulo"),
8929
8929
  special: true
8930
8930
  };
8931
8931
  });
8932
- var BinaryOpSymbol$4 = $EXPECT($L55, fail, 'BinaryOpSymbol "%"');
8933
- var BinaryOpSymbol$5 = $EXPECT($L56, fail, 'BinaryOpSymbol "+"');
8932
+ var BinaryOpSymbol$4 = $EXPECT($L56, fail, 'BinaryOpSymbol "%"');
8933
+ var BinaryOpSymbol$5 = $EXPECT($L57, fail, 'BinaryOpSymbol "+"');
8934
8934
  var BinaryOpSymbol$6 = $EXPECT($L18, fail, 'BinaryOpSymbol "-"');
8935
- var BinaryOpSymbol$7 = $EXPECT($L57, fail, 'BinaryOpSymbol "<="');
8936
- var BinaryOpSymbol$8 = $EXPECT($L58, fail, 'BinaryOpSymbol ">="');
8937
- var BinaryOpSymbol$9 = $TV($EXPECT($L59, fail, 'BinaryOpSymbol "<?"'), function($skip, $loc, $0, $1) {
8935
+ var BinaryOpSymbol$7 = $EXPECT($L58, fail, 'BinaryOpSymbol "<="');
8936
+ var BinaryOpSymbol$8 = $EXPECT($L59, fail, 'BinaryOpSymbol ">="');
8937
+ var BinaryOpSymbol$9 = $TV($EXPECT($L60, fail, 'BinaryOpSymbol "<?"'), function($skip, $loc, $0, $1) {
8938
8938
  return {
8939
8939
  $loc,
8940
8940
  token: "instanceof",
@@ -8942,7 +8942,7 @@ ${input.slice(result.pos)}
8942
8942
  special: true
8943
8943
  };
8944
8944
  });
8945
- var BinaryOpSymbol$10 = $TV($EXPECT($L60, fail, 'BinaryOpSymbol "!<?"'), function($skip, $loc, $0, $1) {
8945
+ var BinaryOpSymbol$10 = $TV($EXPECT($L61, fail, 'BinaryOpSymbol "!<?"'), function($skip, $loc, $0, $1) {
8946
8946
  return {
8947
8947
  $loc,
8948
8948
  token: "instanceof",
@@ -8951,58 +8951,58 @@ ${input.slice(result.pos)}
8951
8951
  negated: true
8952
8952
  };
8953
8953
  });
8954
- var BinaryOpSymbol$11 = $EXPECT($L61, fail, 'BinaryOpSymbol "<<"');
8954
+ var BinaryOpSymbol$11 = $EXPECT($L62, fail, 'BinaryOpSymbol "<<"');
8955
8955
  var BinaryOpSymbol$12 = $TR($EXPECT($R7, fail, "BinaryOpSymbol /<(?!\\p{ID_Start}|[_$])/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
8956
8956
  return "<";
8957
8957
  });
8958
- var BinaryOpSymbol$13 = $EXPECT($L62, fail, 'BinaryOpSymbol ">>>"');
8959
- var BinaryOpSymbol$14 = $EXPECT($L63, fail, 'BinaryOpSymbol ">>"');
8960
- var BinaryOpSymbol$15 = $EXPECT($L30, fail, 'BinaryOpSymbol ">"');
8961
- var BinaryOpSymbol$16 = $EXPECT($L64, fail, 'BinaryOpSymbol "!=="');
8962
- var BinaryOpSymbol$17 = $TV($EXPECT($L65, fail, 'BinaryOpSymbol "!="'), function($skip, $loc, $0, $1) {
8958
+ var BinaryOpSymbol$13 = $EXPECT($L63, fail, 'BinaryOpSymbol ">>>"');
8959
+ var BinaryOpSymbol$14 = $EXPECT($L64, fail, 'BinaryOpSymbol ">>"');
8960
+ var BinaryOpSymbol$15 = $EXPECT($L31, fail, 'BinaryOpSymbol ">"');
8961
+ var BinaryOpSymbol$16 = $EXPECT($L65, fail, 'BinaryOpSymbol "!=="');
8962
+ var BinaryOpSymbol$17 = $TV($EXPECT($L66, fail, 'BinaryOpSymbol "!="'), function($skip, $loc, $0, $1) {
8963
8963
  if (module2.config.coffeeEq)
8964
8964
  return "!==";
8965
8965
  return $1;
8966
8966
  });
8967
- var BinaryOpSymbol$18 = $TS($S($EXPECT($L66, fail, 'BinaryOpSymbol "isnt"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8967
+ var BinaryOpSymbol$18 = $TS($S($EXPECT($L67, fail, 'BinaryOpSymbol "isnt"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8968
8968
  if (module2.config.coffeeIsnt)
8969
8969
  return "!==";
8970
8970
  return $skip;
8971
8971
  });
8972
- var BinaryOpSymbol$19 = $EXPECT($L67, fail, 'BinaryOpSymbol "==="');
8973
- var BinaryOpSymbol$20 = $TV($EXPECT($L68, fail, 'BinaryOpSymbol "=="'), function($skip, $loc, $0, $1) {
8972
+ var BinaryOpSymbol$19 = $EXPECT($L68, fail, 'BinaryOpSymbol "==="');
8973
+ var BinaryOpSymbol$20 = $TV($EXPECT($L69, fail, 'BinaryOpSymbol "=="'), function($skip, $loc, $0, $1) {
8974
8974
  if (module2.config.coffeeEq)
8975
8975
  return "===";
8976
8976
  return $1;
8977
8977
  });
8978
- var BinaryOpSymbol$21 = $T($S($EXPECT($L69, fail, 'BinaryOpSymbol "and"'), NonIdContinue), function(value) {
8978
+ var BinaryOpSymbol$21 = $T($S($EXPECT($L70, fail, 'BinaryOpSymbol "and"'), NonIdContinue), function(value) {
8979
8979
  return "&&";
8980
8980
  });
8981
- var BinaryOpSymbol$22 = $EXPECT($L70, fail, 'BinaryOpSymbol "&&"');
8982
- var BinaryOpSymbol$23 = $T($S(CoffeeOfEnabled, $EXPECT($L71, fail, 'BinaryOpSymbol "of"'), NonIdContinue), function(value) {
8981
+ var BinaryOpSymbol$22 = $EXPECT($L71, fail, 'BinaryOpSymbol "&&"');
8982
+ var BinaryOpSymbol$23 = $T($S(CoffeeOfEnabled, $EXPECT($L72, fail, 'BinaryOpSymbol "of"'), NonIdContinue), function(value) {
8983
8983
  return "in";
8984
8984
  });
8985
- var BinaryOpSymbol$24 = $T($S($EXPECT($L72, fail, 'BinaryOpSymbol "or"'), NonIdContinue), function(value) {
8985
+ var BinaryOpSymbol$24 = $T($S($EXPECT($L73, fail, 'BinaryOpSymbol "or"'), NonIdContinue), function(value) {
8986
8986
  return "||";
8987
8987
  });
8988
- var BinaryOpSymbol$25 = $EXPECT($L73, fail, 'BinaryOpSymbol "||"');
8989
- var BinaryOpSymbol$26 = $TV($C($EXPECT($L74, fail, 'BinaryOpSymbol "^^"'), $S($EXPECT($L75, fail, 'BinaryOpSymbol "xor"'), NonIdContinue)), function($skip, $loc, $0, $1) {
8988
+ var BinaryOpSymbol$25 = $EXPECT($L74, fail, 'BinaryOpSymbol "||"');
8989
+ var BinaryOpSymbol$26 = $TV($C($EXPECT($L75, fail, 'BinaryOpSymbol "^^"'), $S($EXPECT($L76, fail, 'BinaryOpSymbol "xor"'), NonIdContinue)), function($skip, $loc, $0, $1) {
8990
8990
  return {
8991
8991
  call: module2.getRef("xor"),
8992
8992
  special: true
8993
8993
  };
8994
8994
  });
8995
- var BinaryOpSymbol$27 = $TV($C($EXPECT($R8, fail, "BinaryOpSymbol /!\\^\\^?/"), $S($EXPECT($L76, fail, 'BinaryOpSymbol "xnor"'), NonIdContinue)), function($skip, $loc, $0, $1) {
8995
+ var BinaryOpSymbol$27 = $TV($C($EXPECT($R8, fail, "BinaryOpSymbol /!\\^\\^?/"), $S($EXPECT($L77, fail, 'BinaryOpSymbol "xnor"'), NonIdContinue)), function($skip, $loc, $0, $1) {
8996
8996
  return {
8997
8997
  call: module2.getRef("xnor"),
8998
8998
  special: true
8999
8999
  };
9000
9000
  });
9001
- var BinaryOpSymbol$28 = $EXPECT($L77, fail, 'BinaryOpSymbol "??"');
9001
+ var BinaryOpSymbol$28 = $EXPECT($L78, fail, 'BinaryOpSymbol "??"');
9002
9002
  var BinaryOpSymbol$29 = $T($S(CoffeeBinaryExistentialEnabled, $EXPECT($L4, fail, 'BinaryOpSymbol "?"')), function(value) {
9003
9003
  return "??";
9004
9004
  });
9005
- var BinaryOpSymbol$30 = $TS($S($EXPECT($L78, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
9005
+ var BinaryOpSymbol$30 = $TS($S($EXPECT($L79, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
9006
9006
  return {
9007
9007
  $loc,
9008
9008
  token: $1,
@@ -9010,7 +9010,7 @@ ${input.slice(result.pos)}
9010
9010
  special: true
9011
9011
  };
9012
9012
  });
9013
- 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) {
9013
+ 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) {
9014
9014
  return {
9015
9015
  $loc,
9016
9016
  token: "instanceof",
@@ -9019,7 +9019,7 @@ ${input.slice(result.pos)}
9019
9019
  negated: true
9020
9020
  };
9021
9021
  });
9022
- 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) {
9022
+ 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) {
9023
9023
  return {
9024
9024
  $loc,
9025
9025
  token: "in",
@@ -9027,7 +9027,7 @@ ${input.slice(result.pos)}
9027
9027
  negated: true
9028
9028
  };
9029
9029
  });
9030
- 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) {
9030
+ 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) {
9031
9031
  return {
9032
9032
  method: "includes",
9033
9033
  relational: true,
@@ -9035,7 +9035,7 @@ ${input.slice(result.pos)}
9035
9035
  special: true
9036
9036
  };
9037
9037
  });
9038
- var BinaryOpSymbol$34 = $TS($S(CoffeeOfEnabled, $EXPECT($L79, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
9038
+ var BinaryOpSymbol$34 = $TS($S(CoffeeOfEnabled, $EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
9039
9039
  return {
9040
9040
  call: [module2.getRef("indexOf"), ".call"],
9041
9041
  relational: true,
@@ -9044,7 +9044,7 @@ ${input.slice(result.pos)}
9044
9044
  special: true
9045
9045
  };
9046
9046
  });
9047
- 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) {
9047
+ 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) {
9048
9048
  return {
9049
9049
  method: "includes",
9050
9050
  relational: true,
@@ -9053,7 +9053,7 @@ ${input.slice(result.pos)}
9053
9053
  negated: true
9054
9054
  };
9055
9055
  });
9056
- 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) {
9056
+ 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) {
9057
9057
  return {
9058
9058
  call: [module2.getRef("indexOf"), ".call"],
9059
9059
  relational: true,
@@ -9062,7 +9062,7 @@ ${input.slice(result.pos)}
9062
9062
  special: true
9063
9063
  };
9064
9064
  });
9065
- 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) {
9065
+ 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) {
9066
9066
  if (module2.config.objectIs) {
9067
9067
  return {
9068
9068
  call: module2.getRef("is"),
@@ -9074,7 +9074,7 @@ ${input.slice(result.pos)}
9074
9074
  }
9075
9075
  return "!==";
9076
9076
  });
9077
- var BinaryOpSymbol$38 = $TS($S($EXPECT($L80, fail, 'BinaryOpSymbol "is"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
9077
+ var BinaryOpSymbol$38 = $TS($S($EXPECT($L81, fail, 'BinaryOpSymbol "is"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
9078
9078
  if (module2.config.objectIs) {
9079
9079
  return {
9080
9080
  call: module2.getRef("is"),
@@ -9085,12 +9085,12 @@ ${input.slice(result.pos)}
9085
9085
  }
9086
9086
  return "===";
9087
9087
  });
9088
- var BinaryOpSymbol$39 = $TS($S($EXPECT($L79, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
9088
+ var BinaryOpSymbol$39 = $TS($S($EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
9089
9089
  return $1;
9090
9090
  });
9091
- var BinaryOpSymbol$40 = $EXPECT($L81, fail, 'BinaryOpSymbol "&"');
9091
+ var BinaryOpSymbol$40 = $EXPECT($L82, fail, 'BinaryOpSymbol "&"');
9092
9092
  var BinaryOpSymbol$41 = $EXPECT($L17, fail, 'BinaryOpSymbol "^"');
9093
- var BinaryOpSymbol$42 = $EXPECT($L82, fail, 'BinaryOpSymbol "|"');
9093
+ var BinaryOpSymbol$42 = $EXPECT($L83, fail, 'BinaryOpSymbol "|"');
9094
9094
  function BinaryOpSymbol(state) {
9095
9095
  let eventData;
9096
9096
  if (state.events) {
@@ -9113,8 +9113,8 @@ ${input.slice(result.pos)}
9113
9113
  return result;
9114
9114
  }
9115
9115
  }
9116
- var Xor$0 = $EXPECT($L74, fail, 'Xor "^^"');
9117
- var Xor$1 = $S($EXPECT($L75, fail, 'Xor "xor"'), NonIdContinue);
9116
+ var Xor$0 = $EXPECT($L75, fail, 'Xor "^^"');
9117
+ var Xor$1 = $S($EXPECT($L76, fail, 'Xor "xor"'), NonIdContinue);
9118
9118
  function Xor(state) {
9119
9119
  let eventData;
9120
9120
  if (state.events) {
@@ -9138,7 +9138,7 @@ ${input.slice(result.pos)}
9138
9138
  }
9139
9139
  }
9140
9140
  var Xnor$0 = $R$0($EXPECT($R8, fail, "Xnor /!\\^\\^?/"));
9141
- var Xnor$1 = $EXPECT($L76, fail, 'Xnor "xnor"');
9141
+ var Xnor$1 = $EXPECT($L77, fail, 'Xnor "xnor"');
9142
9142
  function Xnor(state) {
9143
9143
  let eventData;
9144
9144
  if (state.events) {
@@ -9165,7 +9165,7 @@ ${input.slice(result.pos)}
9165
9165
  return { $loc, token: $0 };
9166
9166
  });
9167
9167
  var UnaryOp$1 = AwaitOp;
9168
- var UnaryOp$2 = $S($C(Delete, Void, Typeof), $E(_));
9168
+ var UnaryOp$2 = $S($C(Delete, Void, Typeof), $N($EXPECT($L10, fail, 'UnaryOp ":"')), $E(_));
9169
9169
  var UnaryOp$3 = Not;
9170
9170
  function UnaryOp(state) {
9171
9171
  let eventData;
@@ -9424,7 +9424,7 @@ ${input.slice(result.pos)}
9424
9424
  return result;
9425
9425
  }
9426
9426
  }
9427
- var EmptyStatement$0 = $TS($S($E(_), $Y($EXPECT($L83, fail, 'EmptyStatement ";"'))), function($skip, $loc, $0, $1, $2) {
9427
+ var EmptyStatement$0 = $TS($S($E(_), $Y($EXPECT($L84, fail, 'EmptyStatement ";"'))), function($skip, $loc, $0, $1, $2) {
9428
9428
  return { type: "EmptyStatement", children: $1 || [] };
9429
9429
  });
9430
9430
  function EmptyStatement(state) {
@@ -9503,7 +9503,7 @@ ${input.slice(result.pos)}
9503
9503
  var w = $3;
9504
9504
  return [id, colon, w];
9505
9505
  });
9506
- var Label$1 = $S($EXPECT($L84, fail, 'Label "$:"'), Whitespace);
9506
+ var Label$1 = $S($EXPECT($L85, fail, 'Label "$:"'), Whitespace);
9507
9507
  function Label(state) {
9508
9508
  let eventData;
9509
9509
  if (state.events) {
@@ -10487,7 +10487,7 @@ ${input.slice(result.pos)}
10487
10487
  return result;
10488
10488
  }
10489
10489
  }
10490
- var CoffeeForDeclaration$0 = $TS($S($E($S(__, $EXPECT($L85, fail, 'CoffeeForDeclaration "own"'), NonIdContinue)), ForBinding), function($skip, $loc, $0, $1, $2) {
10490
+ var CoffeeForDeclaration$0 = $TS($S($E($S(__, $EXPECT($L86, fail, 'CoffeeForDeclaration "own"'), NonIdContinue)), ForBinding), function($skip, $loc, $0, $1, $2) {
10491
10491
  var own = $1;
10492
10492
  var binding = $2;
10493
10493
  return {
@@ -11058,11 +11058,11 @@ ${input.slice(result.pos)}
11058
11058
  return result;
11059
11059
  }
11060
11060
  }
11061
- var TryStatement$0 = $TS($S(Try, NoPostfixBracedOrEmptyBlock, $E(CatchClause), $E(FinallyClause)), function($skip, $loc, $0, $1, $2, $3, $4) {
11061
+ 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) {
11062
11062
  var t = $1;
11063
- var b = $2;
11064
- var c = $3;
11065
- var f = $4;
11063
+ var b = $3;
11064
+ var c = $4;
11065
+ var f = $5;
11066
11066
  if (!c && !f) {
11067
11067
  const e = [];
11068
11068
  const emptyCatchBlock = {
@@ -11872,7 +11872,7 @@ ${input.slice(result.pos)}
11872
11872
  var KeywordStatement$2 = $T($S(Debugger), function(value) {
11873
11873
  return { "type": "DebuggerStatement", "children": value };
11874
11874
  });
11875
- var KeywordStatement$3 = $T($S(Return, $N($C($EXPECT($L5, fail, 'KeywordStatement "."'), AfterReturnShorthand)), $E(MaybeNestedExpression)), function(value) {
11875
+ var KeywordStatement$3 = $T($S(Return, $N($C($EXPECT($L10, fail, 'KeywordStatement ":"'), $EXPECT($L5, fail, 'KeywordStatement "."'), AfterReturnShorthand)), $E(MaybeNestedExpression)), function(value) {
11876
11876
  var expression = value[2];
11877
11877
  return { "type": "ReturnStatement", "expression": expression, "children": value };
11878
11878
  });
@@ -11901,7 +11901,7 @@ ${input.slice(result.pos)}
11901
11901
  return result;
11902
11902
  }
11903
11903
  }
11904
- var Break$0 = $TS($S($EXPECT($L86, fail, 'Break "break"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11904
+ var Break$0 = $TS($S($EXPECT($L87, fail, 'Break "break"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11905
11905
  return { $loc, token: $1 };
11906
11906
  });
11907
11907
  function Break(state) {
@@ -11926,7 +11926,7 @@ ${input.slice(result.pos)}
11926
11926
  return result;
11927
11927
  }
11928
11928
  }
11929
- var Continue$0 = $TS($S($EXPECT($L87, fail, 'Continue "continue"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11929
+ var Continue$0 = $TS($S($EXPECT($L88, fail, 'Continue "continue"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11930
11930
  return { $loc, token: $1 };
11931
11931
  });
11932
11932
  function Continue(state) {
@@ -11951,7 +11951,7 @@ ${input.slice(result.pos)}
11951
11951
  return result;
11952
11952
  }
11953
11953
  }
11954
- var Debugger$0 = $TS($S($EXPECT($L88, fail, 'Debugger "debugger"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11954
+ var Debugger$0 = $TS($S($EXPECT($L89, fail, 'Debugger "debugger"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11955
11955
  return { $loc, token: $1 };
11956
11956
  });
11957
11957
  function Debugger(state) {
@@ -12257,7 +12257,7 @@ ${input.slice(result.pos)}
12257
12257
  return result;
12258
12258
  }
12259
12259
  }
12260
- var ImportAssertion$0 = $S($E(_), $EXPECT($L89, fail, 'ImportAssertion "assert"'), NonIdContinue, $E(_), ObjectLiteral);
12260
+ var ImportAssertion$0 = $S($E(_), $EXPECT($L90, fail, 'ImportAssertion "assert"'), NonIdContinue, $E(_), ObjectLiteral);
12261
12261
  function ImportAssertion(state) {
12262
12262
  let eventData;
12263
12263
  if (state.events) {
@@ -12829,7 +12829,7 @@ ${input.slice(result.pos)}
12829
12829
  return result;
12830
12830
  }
12831
12831
  }
12832
- var ConstAssignment$0 = $TV($EXPECT($L90, fail, 'ConstAssignment ":="'), function($skip, $loc, $0, $1) {
12832
+ var ConstAssignment$0 = $TV($EXPECT($L91, fail, 'ConstAssignment ":="'), function($skip, $loc, $0, $1) {
12833
12833
  return { $loc, token: "=" };
12834
12834
  });
12835
12835
  function ConstAssignment(state) {
@@ -12854,7 +12854,7 @@ ${input.slice(result.pos)}
12854
12854
  return result;
12855
12855
  }
12856
12856
  }
12857
- var LetAssignment$0 = $TV($EXPECT($L91, fail, 'LetAssignment ".="'), function($skip, $loc, $0, $1) {
12857
+ var LetAssignment$0 = $TV($EXPECT($L92, fail, 'LetAssignment ".="'), function($skip, $loc, $0, $1) {
12858
12858
  return { $loc, token: "=" };
12859
12859
  });
12860
12860
  function LetAssignment(state) {
@@ -13561,7 +13561,7 @@ ${input.slice(result.pos)}
13561
13561
  }
13562
13562
  }
13563
13563
  var RegularExpressionLiteral$0 = HeregexLiteral;
13564
- var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L53, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L53, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
13564
+ var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L54, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L54, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
13565
13565
  return { type: "RegularExpressionLiteral", $loc, token: $1 };
13566
13566
  });
13567
13567
  function RegularExpressionLiteral(state) {
@@ -14128,7 +14128,7 @@ ${input.slice(result.pos)}
14128
14128
  return result;
14129
14129
  }
14130
14130
  }
14131
- 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) {
14131
+ 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) {
14132
14132
  return { type: "Comment", $loc, token: $1 };
14133
14133
  });
14134
14134
  function JSMultiLineComment(state) {
@@ -14227,7 +14227,7 @@ ${input.slice(result.pos)}
14227
14227
  return result;
14228
14228
  }
14229
14229
  }
14230
- 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) {
14230
+ 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) {
14231
14231
  return { $loc, token: $1 };
14232
14232
  });
14233
14233
  function InlineComment(state) {
@@ -14324,7 +14324,7 @@ ${input.slice(result.pos)}
14324
14324
  var NonNewlineWhitespace$0 = $TR($EXPECT($R47, fail, "NonNewlineWhitespace /[ \\t]+/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14325
14325
  return { $loc, token: $0 };
14326
14326
  });
14327
- var NonNewlineWhitespace$1 = $T($S(CoffeeLineContinuationEnabled, $EXPECT($L94, fail, 'NonNewlineWhitespace "\\\\\\\\"'), EOL), function(value) {
14327
+ var NonNewlineWhitespace$1 = $T($S(CoffeeLineContinuationEnabled, $EXPECT($L95, fail, 'NonNewlineWhitespace "\\\\\\\\"'), EOL), function(value) {
14328
14328
  return "";
14329
14329
  });
14330
14330
  function NonNewlineWhitespace(state) {
@@ -14476,7 +14476,7 @@ ${input.slice(result.pos)}
14476
14476
  }
14477
14477
  }
14478
14478
  var StatementDelimiter$0 = SemicolonDelimiter;
14479
- 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);
14479
+ 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);
14480
14480
  var StatementDelimiter$2 = $Y(EOS);
14481
14481
  function StatementDelimiter(state) {
14482
14482
  let eventData;
@@ -14576,7 +14576,7 @@ ${input.slice(result.pos)}
14576
14576
  return result;
14577
14577
  }
14578
14578
  }
14579
- var Abstract$0 = $TV($TEXT($S($EXPECT($L97, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L9, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
14579
+ var Abstract$0 = $TV($TEXT($S($EXPECT($L98, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L9, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
14580
14580
  return { $loc, token: $1, ts: true };
14581
14581
  });
14582
14582
  function Abstract(state) {
@@ -14601,7 +14601,7 @@ ${input.slice(result.pos)}
14601
14601
  return result;
14602
14602
  }
14603
14603
  }
14604
- var Ampersand$0 = $TV($EXPECT($L81, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
14604
+ var Ampersand$0 = $TV($EXPECT($L82, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
14605
14605
  return { $loc, token: $1 };
14606
14606
  });
14607
14607
  function Ampersand(state) {
@@ -14626,7 +14626,7 @@ ${input.slice(result.pos)}
14626
14626
  return result;
14627
14627
  }
14628
14628
  }
14629
- var As$0 = $TS($S($EXPECT($L98, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14629
+ var As$0 = $TS($S($EXPECT($L99, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14630
14630
  return { $loc, token: $1 };
14631
14631
  });
14632
14632
  function As(state) {
@@ -14651,7 +14651,7 @@ ${input.slice(result.pos)}
14651
14651
  return result;
14652
14652
  }
14653
14653
  }
14654
- var At$0 = $TV($EXPECT($L99, fail, 'At "@"'), function($skip, $loc, $0, $1) {
14654
+ var At$0 = $TV($EXPECT($L100, fail, 'At "@"'), function($skip, $loc, $0, $1) {
14655
14655
  return { $loc, token: $1 };
14656
14656
  });
14657
14657
  function At(state) {
@@ -14676,7 +14676,7 @@ ${input.slice(result.pos)}
14676
14676
  return result;
14677
14677
  }
14678
14678
  }
14679
- var AtAt$0 = $TV($EXPECT($L100, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
14679
+ var AtAt$0 = $TV($EXPECT($L101, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
14680
14680
  return { $loc, token: "@" };
14681
14681
  });
14682
14682
  function AtAt(state) {
@@ -14701,7 +14701,7 @@ ${input.slice(result.pos)}
14701
14701
  return result;
14702
14702
  }
14703
14703
  }
14704
- var Async$0 = $TS($S($EXPECT($L101, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14704
+ var Async$0 = $TS($S($EXPECT($L102, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14705
14705
  return { $loc, token: $1, type: "Async" };
14706
14706
  });
14707
14707
  function Async(state) {
@@ -14726,7 +14726,7 @@ ${input.slice(result.pos)}
14726
14726
  return result;
14727
14727
  }
14728
14728
  }
14729
- var Await$0 = $TS($S($EXPECT($L102, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14729
+ var Await$0 = $TS($S($EXPECT($L103, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14730
14730
  return { $loc, token: $1, type: "Await" };
14731
14731
  });
14732
14732
  function Await(state) {
@@ -14751,7 +14751,7 @@ ${input.slice(result.pos)}
14751
14751
  return result;
14752
14752
  }
14753
14753
  }
14754
- var Backtick$0 = $TV($EXPECT($L96, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
14754
+ var Backtick$0 = $TV($EXPECT($L97, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
14755
14755
  return { $loc, token: $1 };
14756
14756
  });
14757
14757
  function Backtick(state) {
@@ -14776,7 +14776,7 @@ ${input.slice(result.pos)}
14776
14776
  return result;
14777
14777
  }
14778
14778
  }
14779
- var By$0 = $TS($S($EXPECT($L103, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14779
+ var By$0 = $TS($S($EXPECT($L104, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14780
14780
  return { $loc, token: $1 };
14781
14781
  });
14782
14782
  function By(state) {
@@ -14801,7 +14801,7 @@ ${input.slice(result.pos)}
14801
14801
  return result;
14802
14802
  }
14803
14803
  }
14804
- var Case$0 = $TS($S($EXPECT($L104, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14804
+ var Case$0 = $TS($S($EXPECT($L105, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14805
14805
  return { $loc, token: $1 };
14806
14806
  });
14807
14807
  function Case(state) {
@@ -14826,7 +14826,7 @@ ${input.slice(result.pos)}
14826
14826
  return result;
14827
14827
  }
14828
14828
  }
14829
- var Catch$0 = $TS($S($EXPECT($L105, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14829
+ var Catch$0 = $TS($S($EXPECT($L106, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14830
14830
  return { $loc, token: $1 };
14831
14831
  });
14832
14832
  function Catch(state) {
@@ -14851,7 +14851,7 @@ ${input.slice(result.pos)}
14851
14851
  return result;
14852
14852
  }
14853
14853
  }
14854
- var Class$0 = $TS($S($EXPECT($L106, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14854
+ var Class$0 = $TS($S($EXPECT($L107, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14855
14855
  return { $loc, token: $1 };
14856
14856
  });
14857
14857
  function Class(state) {
@@ -14876,7 +14876,7 @@ ${input.slice(result.pos)}
14876
14876
  return result;
14877
14877
  }
14878
14878
  }
14879
- var CloseBrace$0 = $TV($EXPECT($L22, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
14879
+ var CloseBrace$0 = $TV($EXPECT($L23, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
14880
14880
  return { $loc, token: $1 };
14881
14881
  });
14882
14882
  function CloseBrace(state) {
@@ -14901,7 +14901,7 @@ ${input.slice(result.pos)}
14901
14901
  return result;
14902
14902
  }
14903
14903
  }
14904
- var CloseBracket$0 = $TV($EXPECT($L31, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
14904
+ var CloseBracket$0 = $TV($EXPECT($L32, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
14905
14905
  return { $loc, token: $1 };
14906
14906
  });
14907
14907
  function CloseBracket(state) {
@@ -14926,7 +14926,7 @@ ${input.slice(result.pos)}
14926
14926
  return result;
14927
14927
  }
14928
14928
  }
14929
- var CloseParen$0 = $TV($EXPECT($L107, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
14929
+ var CloseParen$0 = $TV($EXPECT($L108, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
14930
14930
  return { $loc, token: $1 };
14931
14931
  });
14932
14932
  function CloseParen(state) {
@@ -14951,7 +14951,7 @@ ${input.slice(result.pos)}
14951
14951
  return result;
14952
14952
  }
14953
14953
  }
14954
- var CoffeeSubstitutionStart$0 = $TV($EXPECT($L108, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
14954
+ var CoffeeSubstitutionStart$0 = $TV($EXPECT($L109, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
14955
14955
  return { $loc, token: "${" };
14956
14956
  });
14957
14957
  function CoffeeSubstitutionStart(state) {
@@ -14976,7 +14976,7 @@ ${input.slice(result.pos)}
14976
14976
  return result;
14977
14977
  }
14978
14978
  }
14979
- var Colon$0 = $TS($S($EXPECT($L109, fail, 'Colon ":"'), $N($EXPECT($L2, fail, 'Colon "="'))), function($skip, $loc, $0, $1, $2) {
14979
+ var Colon$0 = $TS($S($EXPECT($L10, fail, 'Colon ":"'), $N($EXPECT($L2, fail, 'Colon "="'))), function($skip, $loc, $0, $1, $2) {
14980
14980
  return { $loc, token: $1 };
14981
14981
  });
14982
14982
  function Colon(state) {
@@ -15001,7 +15001,7 @@ ${input.slice(result.pos)}
15001
15001
  return result;
15002
15002
  }
15003
15003
  }
15004
- var Comma$0 = $TV($EXPECT($L20, fail, 'Comma ","'), function($skip, $loc, $0, $1) {
15004
+ var Comma$0 = $TV($EXPECT($L21, fail, 'Comma ","'), function($skip, $loc, $0, $1) {
15005
15005
  return { $loc, token: $1 };
15006
15006
  });
15007
15007
  function Comma(state) {
@@ -15026,7 +15026,7 @@ ${input.slice(result.pos)}
15026
15026
  return result;
15027
15027
  }
15028
15028
  }
15029
- var ConstructorShorthand$0 = $TV($EXPECT($L99, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
15029
+ var ConstructorShorthand$0 = $TV($EXPECT($L100, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
15030
15030
  return { $loc, token: "constructor" };
15031
15031
  });
15032
15032
  function ConstructorShorthand(state) {
@@ -15526,7 +15526,7 @@ ${input.slice(result.pos)}
15526
15526
  return result;
15527
15527
  }
15528
15528
  }
15529
- var Import$0 = $TS($S($EXPECT($L14, fail, 'Import "import"'), $Y($EXPECT($R49, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
15529
+ var Import$0 = $TS($S($EXPECT($L15, fail, 'Import "import"'), $Y($EXPECT($R49, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
15530
15530
  return { $loc, token: $1 };
15531
15531
  });
15532
15532
  function Import(state) {
@@ -15551,7 +15551,7 @@ ${input.slice(result.pos)}
15551
15551
  return result;
15552
15552
  }
15553
15553
  }
15554
- var In$0 = $TS($S($EXPECT($L79, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15554
+ var In$0 = $TS($S($EXPECT($L80, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15555
15555
  return { $loc, token: $1 };
15556
15556
  });
15557
15557
  function In(state) {
@@ -15700,7 +15700,7 @@ ${input.slice(result.pos)}
15700
15700
  return result;
15701
15701
  }
15702
15702
  }
15703
- 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) {
15703
+ 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) {
15704
15704
  return { $loc, token: "!" };
15705
15705
  });
15706
15706
  function Not(state) {
@@ -15725,7 +15725,7 @@ ${input.slice(result.pos)}
15725
15725
  return result;
15726
15726
  }
15727
15727
  }
15728
- var Of$0 = $TS($S($EXPECT($L71, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15728
+ var Of$0 = $TS($S($EXPECT($L72, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15729
15729
  return { $loc, token: $1 };
15730
15730
  });
15731
15731
  function Of(state) {
@@ -15800,7 +15800,7 @@ ${input.slice(result.pos)}
15800
15800
  return result;
15801
15801
  }
15802
15802
  }
15803
- var OpenBracket$0 = $TV($EXPECT($L95, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
15803
+ var OpenBracket$0 = $TV($EXPECT($L96, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
15804
15804
  return { $loc, token: $1 };
15805
15805
  });
15806
15806
  function OpenBracket(state) {
@@ -16081,7 +16081,7 @@ ${input.slice(result.pos)}
16081
16081
  return result;
16082
16082
  }
16083
16083
  }
16084
- var Semicolon$0 = $TV($EXPECT($L83, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
16084
+ var Semicolon$0 = $TV($EXPECT($L84, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
16085
16085
  return { $loc, token: $1 };
16086
16086
  });
16087
16087
  function Semicolon(state) {
@@ -16131,7 +16131,7 @@ ${input.slice(result.pos)}
16131
16131
  return result;
16132
16132
  }
16133
16133
  }
16134
- var Star$0 = $TV($EXPECT($L52, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
16134
+ var Star$0 = $TV($EXPECT($L53, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
16135
16135
  return { $loc, token: $1 };
16136
16136
  });
16137
16137
  function Star(state) {
@@ -16159,7 +16159,7 @@ ${input.slice(result.pos)}
16159
16159
  var Static$0 = $TS($S($EXPECT($L145, fail, 'Static "static"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16160
16160
  return { $loc, token: $1 };
16161
16161
  });
16162
- 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) {
16162
+ 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) {
16163
16163
  return { $loc, token: "static " };
16164
16164
  });
16165
16165
  function Static(state) {
@@ -16855,7 +16855,7 @@ ${input.slice(result.pos)}
16855
16855
  return result;
16856
16856
  }
16857
16857
  }
16858
- var JSXOpeningElement$0 = $S($EXPECT($L132, fail, 'JSXOpeningElement "<"'), JSXElementName, $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L30, fail, 'JSXOpeningElement ">"'));
16858
+ var JSXOpeningElement$0 = $S($EXPECT($L132, fail, 'JSXOpeningElement "<"'), JSXElementName, $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L31, fail, 'JSXOpeningElement ">"'));
16859
16859
  function JSXOpeningElement(state) {
16860
16860
  let eventData;
16861
16861
  if (state.events) {
@@ -16907,7 +16907,7 @@ ${input.slice(result.pos)}
16907
16907
  return result;
16908
16908
  }
16909
16909
  }
16910
- var JSXClosingElement$0 = $S($EXPECT($L166, fail, 'JSXClosingElement "</"'), $E(Whitespace), JSXElementName, $E(Whitespace), $EXPECT($L30, fail, 'JSXClosingElement ">"'));
16910
+ var JSXClosingElement$0 = $S($EXPECT($L166, fail, 'JSXClosingElement "</"'), $E(Whitespace), JSXElementName, $E(Whitespace), $EXPECT($L31, fail, 'JSXClosingElement ">"'));
16911
16911
  function JSXClosingElement(state) {
16912
16912
  let eventData;
16913
16913
  if (state.events) {
@@ -17053,7 +17053,7 @@ ${input.slice(result.pos)}
17053
17053
  return result;
17054
17054
  }
17055
17055
  }
17056
- var JSXElementName$0 = $TV($Y($S($C($EXPECT($L12, fail, 'JSXElementName "#"'), Dot), JSXShorthandString)), function($skip, $loc, $0, $1) {
17056
+ var JSXElementName$0 = $TV($Y($S($C($EXPECT($L13, fail, 'JSXElementName "#"'), Dot), JSXShorthandString)), function($skip, $loc, $0, $1) {
17057
17057
  return module2.config.defaultElement;
17058
17058
  });
17059
17059
  var JSXElementName$1 = $TEXT($S(JSXIdentifierName, $C($S(Colon, JSXIdentifierName), $Q($S(Dot, JSXIdentifierName)))));
@@ -17258,7 +17258,7 @@ ${input.slice(result.pos)}
17258
17258
  }
17259
17259
  });
17260
17260
  var JSXAttribute$2 = $S(InsertInlineOpenBrace, DotDotDot, InlineJSXAttributeValue, InsertCloseBrace, $Y(JSXAttributeSpace));
17261
- var JSXAttribute$3 = $TS($S($EXPECT($L12, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
17261
+ var JSXAttribute$3 = $TS($S($EXPECT($L13, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
17262
17262
  return [" ", "id=", $2];
17263
17263
  });
17264
17264
  var JSXAttribute$4 = $TS($S(Dot, JSXShorthandString), function($skip, $loc, $0, $1, $2) {
@@ -17585,8 +17585,8 @@ ${input.slice(result.pos)}
17585
17585
  return result;
17586
17586
  }
17587
17587
  }
17588
- var InlineJSXCallExpression$0 = $S($EXPECT($L13, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments);
17589
- var InlineJSXCallExpression$1 = $S($EXPECT($L14, fail, 'InlineJSXCallExpression "import"'), OpenParen, PostfixedExpression, __, CloseParen);
17588
+ var InlineJSXCallExpression$0 = $S($EXPECT($L14, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments);
17589
+ var InlineJSXCallExpression$1 = $S($EXPECT($L15, fail, 'InlineJSXCallExpression "import"'), OpenParen, PostfixedExpression, __, CloseParen);
17590
17590
  var InlineJSXCallExpression$2 = $TS($S(InlineJSXMemberExpression, $Q(InlineJSXCallExpressionRest)), function($skip, $loc, $0, $1, $2) {
17591
17591
  if ($2.length)
17592
17592
  return $0;
@@ -17800,7 +17800,7 @@ ${input.slice(result.pos)}
17800
17800
  }
17801
17801
  return $skip;
17802
17802
  });
17803
- var JSXNestedChildren$1 = $TV($Y($C(JSXEOS, $EXPECT($L22, fail, 'JSXNestedChildren "}"'), JSXClosingElement, JSXClosingFragment)), function($skip, $loc, $0, $1) {
17803
+ var JSXNestedChildren$1 = $TV($Y($C(JSXEOS, $EXPECT($L23, fail, 'JSXNestedChildren "}"'), JSXClosingElement, JSXClosingFragment)), function($skip, $loc, $0, $1) {
17804
17804
  return { children: [], jsxChildren: [] };
17805
17805
  });
17806
17806
  function JSXNestedChildren(state) {
@@ -19041,7 +19041,7 @@ ${input.slice(result.pos)}
19041
19041
  return result;
19042
19042
  }
19043
19043
  }
19044
- var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L80, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
19044
+ var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L81, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
19045
19045
  var lhs = $1;
19046
19046
  var rhs = $2;
19047
19047
  if (!rhs)
@@ -19270,8 +19270,8 @@ ${input.slice(result.pos)}
19270
19270
  return result;
19271
19271
  }
19272
19272
  }
19273
- var ImportType$0 = $S($EXPECT($L14, fail, 'ImportType "import"'), OpenParen, __, StringLiteral, __, CloseParen, $E($S(Dot, IdentifierName)), $E(TypeArguments));
19274
- var ImportType$1 = $S($EXPECT($L14, fail, 'ImportType "import"'), InsertOpenParen, Trimmed_, StringLiteral, InsertCloseParen);
19273
+ var ImportType$0 = $S($EXPECT($L15, fail, 'ImportType "import"'), OpenParen, __, StringLiteral, __, CloseParen, $E($S(Dot, IdentifierName)), $E(TypeArguments));
19274
+ var ImportType$1 = $S($EXPECT($L15, fail, 'ImportType "import"'), InsertOpenParen, Trimmed_, StringLiteral, InsertCloseParen);
19275
19275
  function ImportType(state) {
19276
19276
  let eventData;
19277
19277
  if (state.events) {
@@ -19602,7 +19602,7 @@ ${input.slice(result.pos)}
19602
19602
  var InlineInterfacePropertyDelimiter$1 = $T($S($Y($S($C(IndentedFurther, $E(_)), InlineBasicInterfaceProperty)), InsertComma), function(value) {
19603
19603
  return value[1];
19604
19604
  });
19605
- var InlineInterfacePropertyDelimiter$2 = $Y($S(__, $C($EXPECT($L109, fail, 'InlineInterfacePropertyDelimiter ":"'), $EXPECT($L107, fail, 'InlineInterfacePropertyDelimiter ")"'), $EXPECT($L31, fail, 'InlineInterfacePropertyDelimiter "]"'), $EXPECT($L22, fail, 'InlineInterfacePropertyDelimiter "}"'))));
19605
+ var InlineInterfacePropertyDelimiter$2 = $Y($S(__, $C($EXPECT($L10, fail, 'InlineInterfacePropertyDelimiter ":"'), $EXPECT($L108, fail, 'InlineInterfacePropertyDelimiter ")"'), $EXPECT($L32, fail, 'InlineInterfacePropertyDelimiter "]"'), $EXPECT($L23, fail, 'InlineInterfacePropertyDelimiter "}"'))));
19606
19606
  var InlineInterfacePropertyDelimiter$3 = $Y(EOS);
19607
19607
  function InlineInterfacePropertyDelimiter(state) {
19608
19608
  let eventData;
@@ -19626,10 +19626,10 @@ ${input.slice(result.pos)}
19626
19626
  return result;
19627
19627
  }
19628
19628
  }
19629
- var TypeBinaryOp$0 = $TV($EXPECT($L82, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
19629
+ var TypeBinaryOp$0 = $TV($EXPECT($L83, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
19630
19630
  return { $loc, token: "|" };
19631
19631
  });
19632
- var TypeBinaryOp$1 = $TV($EXPECT($L81, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
19632
+ var TypeBinaryOp$1 = $TV($EXPECT($L82, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
19633
19633
  return { $loc, token: "&" };
19634
19634
  });
19635
19635
  function TypeBinaryOp(state) {
@@ -19686,7 +19686,7 @@ ${input.slice(result.pos)}
19686
19686
  var TypeArrowFunction$0 = $TV($EXPECT($L8, fail, 'TypeArrowFunction "=>"'), function($skip, $loc, $0, $1) {
19687
19687
  return { $loc, token: "=>" };
19688
19688
  });
19689
- var TypeArrowFunction$1 = $TV($EXPECT($L21, fail, 'TypeArrowFunction "->"'), function($skip, $loc, $0, $1) {
19689
+ var TypeArrowFunction$1 = $TV($EXPECT($L22, fail, 'TypeArrowFunction "->"'), function($skip, $loc, $0, $1) {
19690
19690
  return { $loc, token: "=>" };
19691
19691
  });
19692
19692
  function TypeArrowFunction(state) {
@@ -19711,7 +19711,7 @@ ${input.slice(result.pos)}
19711
19711
  return result;
19712
19712
  }
19713
19713
  }
19714
- var TypeArguments$0 = $TS($S($EXPECT($L132, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L30, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
19714
+ var TypeArguments$0 = $TS($S($EXPECT($L132, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L31, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
19715
19715
  return { ts: true, children: $0 };
19716
19716
  });
19717
19717
  function TypeArguments(state) {
@@ -19782,7 +19782,7 @@ ${input.slice(result.pos)}
19782
19782
  return result;
19783
19783
  }
19784
19784
  }
19785
- var TypeParameters$0 = $TS($S(__, $EXPECT($L132, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L30, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
19785
+ var TypeParameters$0 = $TS($S(__, $EXPECT($L132, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L31, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
19786
19786
  var parameters = $3;
19787
19787
  return {
19788
19788
  type: "TypeParameters",
@@ -19883,7 +19883,7 @@ ${input.slice(result.pos)}
19883
19883
  }
19884
19884
  }
19885
19885
  var TypeParameterDelimiter$0 = $S($Q(_), Comma);
19886
- var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L30, fail, 'TypeParameterDelimiter ">"')));
19886
+ var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L31, fail, 'TypeParameterDelimiter ">"')));
19887
19887
  var TypeParameterDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
19888
19888
  return value[1];
19889
19889
  });