@danielx/civet 0.5.37 → 0.5.38

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
@@ -435,6 +435,7 @@ ${input.slice(result.pos)}
435
435
  Arguments,
436
436
  ExplicitArguments,
437
437
  ApplicationStart,
438
+ ForbiddenImplicitCalls,
438
439
  IndentedApplicationAllowed,
439
440
  ArgumentsWithTrailingMemberExpressions,
440
441
  ArgumentList,
@@ -493,7 +494,6 @@ ${input.slice(result.pos)}
493
494
  CallExpressionRest,
494
495
  OptionalShorthand,
495
496
  NonNullAssertion,
496
- AdditionalReservedWords,
497
497
  MemberExpression,
498
498
  MemberExpressionRest,
499
499
  MemberBracketContent,
@@ -727,6 +727,7 @@ ${input.slice(result.pos)}
727
727
  TrailingComment,
728
728
  _,
729
729
  NonNewlineWhitespace,
730
+ Trimmed_,
730
731
  __,
731
732
  Whitespace,
732
733
  ExpressionDelimiter,
@@ -875,6 +876,7 @@ ${input.slice(result.pos)}
875
876
  TypeUnaryOp,
876
877
  TypeIndexedAccess,
877
878
  TypePrimary,
879
+ ImportType,
878
880
  TypeTuple,
879
881
  TypeList,
880
882
  NestedTypeList,
@@ -937,173 +939,175 @@ ${input.slice(result.pos)}
937
939
  PopIndent,
938
940
  Nested
939
941
  });
940
- var $L0 = $L("");
941
- var $L1 = $L(".");
942
- var $L2 = $L("++");
943
- var $L3 = $L("--");
944
- var $L4 = $L("=>");
945
- var $L5 = $L(" ");
946
- var $L6 = $L("implements");
947
- var $L7 = $L("#");
948
- var $L8 = $L("super");
949
- var $L9 = $L("import");
950
- var $L10 = $L("!");
951
- var $L11 = $L("super[");
952
- var $L12 = $L("import.meta");
953
- var $L13 = $L(")");
954
- var $L14 = $L("->");
955
- var $L15 = $L("}");
956
- var $L16 = $L("null");
957
- var $L17 = $L("true");
958
- var $L18 = $L("false");
959
- var $L19 = $L("yes");
960
- var $L20 = $L("on");
961
- var $L21 = $L("no");
962
- var $L22 = $L("off");
963
- var $L23 = $L(",");
964
- var $L24 = $L("=");
965
- var $L25 = $L(">");
966
- var $L26 = $L("]");
967
- var $L27 = $L(":");
968
- var $L28 = $L("**=");
969
- var $L29 = $L("*=");
970
- var $L30 = $L("/=");
971
- var $L31 = $L("%=");
972
- var $L32 = $L("+=");
973
- var $L33 = $L("-=");
974
- var $L34 = $L("<<=");
975
- var $L35 = $L(">>>=");
976
- var $L36 = $L(">>=");
977
- var $L37 = $L("&&=");
978
- var $L38 = $L("&=");
979
- var $L39 = $L("^=");
980
- var $L40 = $L("||=");
981
- var $L41 = $L("|=");
982
- var $L42 = $L("??=");
983
- var $L43 = $L("?=");
984
- var $L44 = $L("and=");
985
- var $L45 = $L("or=");
986
- var $L46 = $L("**");
987
- var $L47 = $L("*");
988
- var $L48 = $L("/");
989
- var $L49 = $L("%%");
990
- var $L50 = $L("%");
991
- var $L51 = $L("+");
992
- var $L52 = $L("-");
993
- var $L53 = $L("<=");
994
- var $L54 = $L(">=");
995
- var $L55 = $L("<<");
996
- var $L56 = $L(">>>");
997
- var $L57 = $L(">>");
998
- var $L58 = $L("!==");
999
- var $L59 = $L("!=");
1000
- var $L60 = $L("isnt");
1001
- var $L61 = $L("===");
1002
- var $L62 = $L("==");
1003
- var $L63 = $L("and");
1004
- var $L64 = $L("&&");
1005
- var $L65 = $L("of");
1006
- var $L66 = $L("or");
1007
- var $L67 = $L("||");
1008
- var $L68 = $L("??");
1009
- var $L69 = $L("?");
1010
- var $L70 = $L("instanceof");
1011
- var $L71 = $L("not");
1012
- var $L72 = $L("in");
1013
- var $L73 = $L("is");
1014
- var $L74 = $L("&");
1015
- var $L75 = $L("^");
1016
- var $L76 = $L("|");
1017
- var $L77 = $L(";");
1018
- var $L78 = $L("own");
1019
- var $L79 = $L("finally");
1020
- var $L80 = $L("break");
1021
- var $L81 = $L("continue");
1022
- var $L82 = $L("debugger");
1023
- var $L83 = $L("default");
1024
- var $L84 = $L(":=");
1025
- var $L85 = $L(".=");
1026
- var $L86 = $L("/*");
1027
- var $L87 = $L("*/");
1028
- var $L88 = $L("\\");
1029
- var $L89 = $L("abstract");
1030
- var $L90 = $L("as");
1031
- var $L91 = $L("@");
1032
- var $L92 = $L("@@");
1033
- var $L93 = $L("async");
1034
- var $L94 = $L("await");
1035
- var $L95 = $L("`");
1036
- var $L96 = $L("by");
1037
- var $L97 = $L("case");
1038
- var $L98 = $L("catch");
1039
- var $L99 = $L("class");
1040
- var $L100 = $L("#{");
1041
- var $L101 = $L("delete");
1042
- var $L102 = $L("do");
1043
- var $L103 = $L("..");
1044
- var $L104 = $L("...");
1045
- var $L105 = $L("::");
1046
- var $L106 = $L('"');
1047
- var $L107 = $L("else");
1048
- var $L108 = $L("export");
1049
- var $L109 = $L("extends");
1050
- var $L110 = $L("for");
1051
- var $L111 = $L("from");
1052
- var $L112 = $L("function");
1053
- var $L113 = $L("get");
1054
- var $L114 = $L("set");
1055
- var $L115 = $L("if");
1056
- var $L116 = $L("let");
1057
- var $L117 = $L("const");
1058
- var $L118 = $L("loop");
1059
- var $L119 = $L("new");
1060
- var $L120 = $L("<");
1061
- var $L121 = $L("{");
1062
- var $L122 = $L("[");
1063
- var $L123 = $L("(");
1064
- var $L124 = $L("public");
1065
- var $L125 = $L("private");
1066
- var $L126 = $L("protected");
1067
- var $L127 = $L("|>");
1068
- var $L128 = $L("readonly");
1069
- var $L129 = $L("return");
1070
- var $L130 = $L("satisfies");
1071
- var $L131 = $L("'");
1072
- var $L132 = $L("static");
1073
- var $L133 = $L("${");
1074
- var $L134 = $L("switch");
1075
- var $L135 = $L("target");
1076
- var $L136 = $L("then");
1077
- var $L137 = $L("this");
1078
- var $L138 = $L("throw");
1079
- var $L139 = $L('"""');
1080
- var $L140 = $L("'''");
1081
- var $L141 = $L("///");
1082
- var $L142 = $L("```");
1083
- var $L143 = $L("try");
1084
- var $L144 = $L("typeof");
1085
- var $L145 = $L("unless");
1086
- var $L146 = $L("until");
1087
- var $L147 = $L("var");
1088
- var $L148 = $L("void");
1089
- var $L149 = $L("when");
1090
- var $L150 = $L("while");
1091
- var $L151 = $L("yield");
1092
- var $L152 = $L("/>");
1093
- var $L153 = $L("</");
1094
- var $L154 = $L("<>");
1095
- var $L155 = $L("</>");
1096
- var $L156 = $L("<!--");
1097
- var $L157 = $L("-->");
1098
- var $L158 = $L("declare");
1099
- var $L159 = $L("type");
1100
- var $L160 = $L("interface");
1101
- var $L161 = $L("namespace");
1102
- var $L162 = $L("asserts");
1103
- var $L163 = $L("keyof");
1104
- var $L164 = $L("infer");
1105
- var $L165 = $L("[]");
1106
- var $L166 = $L("civet");
942
+ var $L0 = $L("/ ");
943
+ var $L1 = $L("");
944
+ var $L2 = $L(".");
945
+ var $L3 = $L("++");
946
+ var $L4 = $L("--");
947
+ var $L5 = $L("=>");
948
+ var $L6 = $L(" ");
949
+ var $L7 = $L("implements");
950
+ var $L8 = $L("#");
951
+ var $L9 = $L("super");
952
+ var $L10 = $L("import");
953
+ var $L11 = $L("!");
954
+ var $L12 = $L("super[");
955
+ var $L13 = $L("import.meta");
956
+ var $L14 = $L(")");
957
+ var $L15 = $L("->");
958
+ var $L16 = $L("}");
959
+ var $L17 = $L("null");
960
+ var $L18 = $L("true");
961
+ var $L19 = $L("false");
962
+ var $L20 = $L("yes");
963
+ var $L21 = $L("on");
964
+ var $L22 = $L("no");
965
+ var $L23 = $L("off");
966
+ var $L24 = $L(",");
967
+ var $L25 = $L("=");
968
+ var $L26 = $L(">");
969
+ var $L27 = $L("]");
970
+ var $L28 = $L(":");
971
+ var $L29 = $L("**=");
972
+ var $L30 = $L("*=");
973
+ var $L31 = $L("/=");
974
+ var $L32 = $L("%=");
975
+ var $L33 = $L("+=");
976
+ var $L34 = $L("-=");
977
+ var $L35 = $L("<<=");
978
+ var $L36 = $L(">>>=");
979
+ var $L37 = $L(">>=");
980
+ var $L38 = $L("&&=");
981
+ var $L39 = $L("&=");
982
+ var $L40 = $L("^=");
983
+ var $L41 = $L("||=");
984
+ var $L42 = $L("|=");
985
+ var $L43 = $L("??=");
986
+ var $L44 = $L("?=");
987
+ var $L45 = $L("and=");
988
+ var $L46 = $L("or=");
989
+ var $L47 = $L("**");
990
+ var $L48 = $L("*");
991
+ var $L49 = $L("/");
992
+ var $L50 = $L("%%");
993
+ var $L51 = $L("%");
994
+ var $L52 = $L("+");
995
+ var $L53 = $L("-");
996
+ var $L54 = $L("<=");
997
+ var $L55 = $L(">=");
998
+ var $L56 = $L("<?");
999
+ var $L57 = $L("<<");
1000
+ var $L58 = $L(">>>");
1001
+ var $L59 = $L(">>");
1002
+ var $L60 = $L("!==");
1003
+ var $L61 = $L("!=");
1004
+ var $L62 = $L("isnt");
1005
+ var $L63 = $L("===");
1006
+ var $L64 = $L("==");
1007
+ var $L65 = $L("and");
1008
+ var $L66 = $L("&&");
1009
+ var $L67 = $L("of");
1010
+ var $L68 = $L("or");
1011
+ var $L69 = $L("||");
1012
+ var $L70 = $L("??");
1013
+ var $L71 = $L("?");
1014
+ var $L72 = $L("instanceof");
1015
+ var $L73 = $L("not");
1016
+ var $L74 = $L("in");
1017
+ var $L75 = $L("is");
1018
+ var $L76 = $L("&");
1019
+ var $L77 = $L("^");
1020
+ var $L78 = $L("|");
1021
+ var $L79 = $L(";");
1022
+ var $L80 = $L("own");
1023
+ var $L81 = $L("finally");
1024
+ var $L82 = $L("break");
1025
+ var $L83 = $L("continue");
1026
+ var $L84 = $L("debugger");
1027
+ var $L85 = $L("default");
1028
+ var $L86 = $L(":=");
1029
+ var $L87 = $L(".=");
1030
+ var $L88 = $L("/*");
1031
+ var $L89 = $L("*/");
1032
+ var $L90 = $L("\\");
1033
+ var $L91 = $L("abstract");
1034
+ var $L92 = $L("as");
1035
+ var $L93 = $L("@");
1036
+ var $L94 = $L("@@");
1037
+ var $L95 = $L("async");
1038
+ var $L96 = $L("await");
1039
+ var $L97 = $L("`");
1040
+ var $L98 = $L("by");
1041
+ var $L99 = $L("case");
1042
+ var $L100 = $L("catch");
1043
+ var $L101 = $L("class");
1044
+ var $L102 = $L("#{");
1045
+ var $L103 = $L("delete");
1046
+ var $L104 = $L("do");
1047
+ var $L105 = $L("..");
1048
+ var $L106 = $L("...");
1049
+ var $L107 = $L("::");
1050
+ var $L108 = $L('"');
1051
+ var $L109 = $L("else");
1052
+ var $L110 = $L("export");
1053
+ var $L111 = $L("extends");
1054
+ var $L112 = $L("for");
1055
+ var $L113 = $L("from");
1056
+ var $L114 = $L("function");
1057
+ var $L115 = $L("get");
1058
+ var $L116 = $L("set");
1059
+ var $L117 = $L("if");
1060
+ var $L118 = $L("let");
1061
+ var $L119 = $L("const");
1062
+ var $L120 = $L("loop");
1063
+ var $L121 = $L("new");
1064
+ var $L122 = $L("<");
1065
+ var $L123 = $L("{");
1066
+ var $L124 = $L("[");
1067
+ var $L125 = $L("(");
1068
+ var $L126 = $L("public");
1069
+ var $L127 = $L("private");
1070
+ var $L128 = $L("protected");
1071
+ var $L129 = $L("|>");
1072
+ var $L130 = $L("readonly");
1073
+ var $L131 = $L("return");
1074
+ var $L132 = $L("satisfies");
1075
+ var $L133 = $L("'");
1076
+ var $L134 = $L("static");
1077
+ var $L135 = $L("${");
1078
+ var $L136 = $L("switch");
1079
+ var $L137 = $L("target");
1080
+ var $L138 = $L("then");
1081
+ var $L139 = $L("this");
1082
+ var $L140 = $L("throw");
1083
+ var $L141 = $L('"""');
1084
+ var $L142 = $L("'''");
1085
+ var $L143 = $L("///");
1086
+ var $L144 = $L("```");
1087
+ var $L145 = $L("try");
1088
+ var $L146 = $L("typeof");
1089
+ var $L147 = $L("unless");
1090
+ var $L148 = $L("until");
1091
+ var $L149 = $L("var");
1092
+ var $L150 = $L("void");
1093
+ var $L151 = $L("when");
1094
+ var $L152 = $L("while");
1095
+ var $L153 = $L("yield");
1096
+ var $L154 = $L("/>");
1097
+ var $L155 = $L("</");
1098
+ var $L156 = $L("<>");
1099
+ var $L157 = $L("</>");
1100
+ var $L158 = $L("<!--");
1101
+ var $L159 = $L("-->");
1102
+ var $L160 = $L("declare");
1103
+ var $L161 = $L("type");
1104
+ var $L162 = $L("interface");
1105
+ var $L163 = $L("namespace");
1106
+ var $L164 = $L("asserts");
1107
+ var $L165 = $L("keyof");
1108
+ var $L166 = $L("infer");
1109
+ var $L167 = $L("[]");
1110
+ var $L168 = $L("civet");
1107
1111
  var $R0 = $R(new RegExp("(as|for|of|satisfies|then|when)(?!\\p{ID_Continue}|[\\u200C\\u200D$])", "suy"));
1108
1112
  var $R1 = $R(new RegExp("[&]", "suy"));
1109
1113
  var $R2 = $R(new RegExp("[!~+-]+", "suy"));
@@ -1405,7 +1409,7 @@ ${input.slice(result.pos)}
1405
1409
  }
1406
1410
  }
1407
1411
  var ApplicationStart$0 = $S(IndentedApplicationAllowed, $Y(NestedImplicitObjectLiteral));
1408
- var ApplicationStart$1 = $S($N(EOS), $Y($S($P(_), $N(AdditionalReservedWords))));
1412
+ var ApplicationStart$1 = $S($N(EOS), $Y($S($P(_), $N(ForbiddenImplicitCalls))));
1409
1413
  function ApplicationStart(state) {
1410
1414
  let eventData;
1411
1415
  if (state.events) {
@@ -1428,7 +1432,32 @@ ${input.slice(result.pos)}
1428
1432
  return result;
1429
1433
  }
1430
1434
  }
1431
- var IndentedApplicationAllowed$0 = $TV($EXPECT($L0, fail, 'IndentedApplicationAllowed ""'), function($skip, $loc, $0, $1) {
1435
+ var ForbiddenImplicitCalls$0 = $R$0($EXPECT($R0, fail, "ForbiddenImplicitCalls /(as|for|of|satisfies|then|when)(?!\\p{ID_Continue}|[\\u200C\\u200D$])/"));
1436
+ var ForbiddenImplicitCalls$1 = $EXPECT($L0, fail, 'ForbiddenImplicitCalls "/ "');
1437
+ var ForbiddenImplicitCalls$2 = AtAt;
1438
+ function ForbiddenImplicitCalls(state) {
1439
+ let eventData;
1440
+ if (state.events) {
1441
+ const result = state.events.enter?.("ForbiddenImplicitCalls", state);
1442
+ if (result) {
1443
+ if (result.cache)
1444
+ return result.cache;
1445
+ eventData = result.data;
1446
+ }
1447
+ }
1448
+ if (state.tokenize) {
1449
+ const result = $TOKEN("ForbiddenImplicitCalls", state, ForbiddenImplicitCalls$0(state) || ForbiddenImplicitCalls$1(state) || ForbiddenImplicitCalls$2(state));
1450
+ if (state.events)
1451
+ state.events.exit?.("ForbiddenImplicitCalls", state, result, eventData);
1452
+ return result;
1453
+ } else {
1454
+ const result = ForbiddenImplicitCalls$0(state) || ForbiddenImplicitCalls$1(state) || ForbiddenImplicitCalls$2(state);
1455
+ if (state.events)
1456
+ state.events.exit?.("ForbiddenImplicitCalls", state, result, eventData);
1457
+ return result;
1458
+ }
1459
+ }
1460
+ var IndentedApplicationAllowed$0 = $TV($EXPECT($L1, fail, 'IndentedApplicationAllowed ""'), function($skip, $loc, $0, $1) {
1432
1461
  if (module2.suppressIndentedApplication)
1433
1462
  return $skip;
1434
1463
  return;
@@ -1455,7 +1484,7 @@ ${input.slice(result.pos)}
1455
1484
  return result;
1456
1485
  }
1457
1486
  }
1458
- var ArgumentsWithTrailingMemberExpressions$0 = $S(Arguments, $Q($S(Samedent, $Y($EXPECT($L1, fail, 'ArgumentsWithTrailingMemberExpressions "."')), MemberExpressionRest)));
1487
+ var ArgumentsWithTrailingMemberExpressions$0 = $S(Arguments, $Q($S(Samedent, $Y($EXPECT($L2, fail, 'ArgumentsWithTrailingMemberExpressions "."')), MemberExpressionRest)));
1459
1488
  function ArgumentsWithTrailingMemberExpressions(state) {
1460
1489
  let eventData;
1461
1490
  if (state.events) {
@@ -1798,7 +1827,7 @@ ${input.slice(result.pos)}
1798
1827
  return result;
1799
1828
  }
1800
1829
  }
1801
- var UpdateExpressionSymbol$0 = $TV($C($EXPECT($L2, fail, 'UpdateExpressionSymbol "++"'), $EXPECT($L3, fail, 'UpdateExpressionSymbol "--"')), function($skip, $loc, $0, $1) {
1830
+ var UpdateExpressionSymbol$0 = $TV($C($EXPECT($L3, fail, 'UpdateExpressionSymbol "++"'), $EXPECT($L4, fail, 'UpdateExpressionSymbol "--"')), function($skip, $loc, $0, $1) {
1802
1831
  return { $loc, token: $1 };
1803
1832
  });
1804
1833
  function UpdateExpressionSymbol(state) {
@@ -2090,7 +2119,7 @@ ${input.slice(result.pos)}
2090
2119
  return result;
2091
2120
  }
2092
2121
  }
2093
- var FatArrow$0 = $TS($S(__, $EXPECT($L4, fail, 'FatArrow "=>"')), function($skip, $loc, $0, $1, $2) {
2122
+ var FatArrow$0 = $TS($S(__, $EXPECT($L5, fail, 'FatArrow "=>"')), function($skip, $loc, $0, $1, $2) {
2094
2123
  var ws = $1;
2095
2124
  if (!ws.length)
2096
2125
  return " =>";
@@ -2173,7 +2202,7 @@ ${input.slice(result.pos)}
2173
2202
  }
2174
2203
  }
2175
2204
  var TernaryRest$0 = NestedTernaryRest;
2176
- var TernaryRest$1 = $TS($S($N(CoffeeBinaryExistentialEnabled), $Y($EXPECT($L5, fail, 'TernaryRest " "')), $Q(TrailingComment), QuestionMark, ExtendedExpression, __, Colon, ExtendedExpression), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8) {
2205
+ var TernaryRest$1 = $TS($S($N(CoffeeBinaryExistentialEnabled), $Y($EXPECT($L6, fail, 'TernaryRest " "')), $Q(TrailingComment), QuestionMark, ExtendedExpression, __, Colon, ExtendedExpression), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8) {
2177
2206
  return $0.slice(2);
2178
2207
  });
2179
2208
  function TernaryRest(state) {
@@ -2533,7 +2562,7 @@ ${input.slice(result.pos)}
2533
2562
  return result;
2534
2563
  }
2535
2564
  }
2536
- var ExtendsToken$0 = $TS($S(Loc, __, OpenAngleBracket, $E($EXPECT($L5, fail, 'ExtendsToken " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
2565
+ var ExtendsToken$0 = $TS($S(Loc, __, OpenAngleBracket, $E($EXPECT($L6, fail, 'ExtendsToken " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
2537
2566
  var l = $1;
2538
2567
  var ws = $2;
2539
2568
  var lt = $3;
@@ -2629,7 +2658,7 @@ ${input.slice(result.pos)}
2629
2658
  return result;
2630
2659
  }
2631
2660
  }
2632
- var ImplementsToken$0 = $TS($S($EXPECT($L6, fail, 'ImplementsToken "implements"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
2661
+ var ImplementsToken$0 = $TS($S($EXPECT($L7, fail, 'ImplementsToken "implements"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
2633
2662
  return { $loc, token: $1 };
2634
2663
  });
2635
2664
  function ImplementsToken(state) {
@@ -2878,7 +2907,7 @@ ${input.slice(result.pos)}
2878
2907
  }
2879
2908
  }
2880
2909
  var ThisLiteral$0 = This;
2881
- var ThisLiteral$1 = $TS($S(At, $TEXT($S($E($EXPECT($L7, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
2910
+ var ThisLiteral$1 = $TS($S(At, $TEXT($S($E($EXPECT($L8, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
2882
2911
  var t = $1;
2883
2912
  var id = $2;
2884
2913
  return [{ ...t, token: "this." }, id];
@@ -2909,7 +2938,7 @@ ${input.slice(result.pos)}
2909
2938
  return result;
2910
2939
  }
2911
2940
  }
2912
- var LeftHandSideExpression$0 = $TS($S($Q($S(New, $N($EXPECT($L1, fail, 'LeftHandSideExpression "."')), __)), CallExpression), function($skip, $loc, $0, $1, $2) {
2941
+ var LeftHandSideExpression$0 = $TS($S($Q($S(New, $N($EXPECT($L2, fail, 'LeftHandSideExpression "."')), __)), CallExpression), function($skip, $loc, $0, $1, $2) {
2913
2942
  if ($1.length)
2914
2943
  return $0;
2915
2944
  return $2;
@@ -2936,8 +2965,8 @@ ${input.slice(result.pos)}
2936
2965
  return result;
2937
2966
  }
2938
2967
  }
2939
- var CallExpression$0 = $S($EXPECT($L8, fail, 'CallExpression "super"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest));
2940
- var CallExpression$1 = $TS($S($EXPECT($L9, fail, 'CallExpression "import"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
2968
+ var CallExpression$0 = $S($EXPECT($L9, fail, 'CallExpression "super"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest));
2969
+ var CallExpression$1 = $TS($S($EXPECT($L10, fail, 'CallExpression "import"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
2941
2970
  return {
2942
2971
  type: "CallExpression",
2943
2972
  children: $0
@@ -3022,7 +3051,7 @@ ${input.slice(result.pos)}
3022
3051
  return result;
3023
3052
  }
3024
3053
  }
3025
- var NonNullAssertion$0 = $T($EXPECT($L10, fail, 'NonNullAssertion "!"'), function(value) {
3054
+ var NonNullAssertion$0 = $T($EXPECT($L11, fail, 'NonNullAssertion "!"'), function(value) {
3026
3055
  return { "ts": true, "children": value };
3027
3056
  });
3028
3057
  function NonNullAssertion(state) {
@@ -3047,30 +3076,6 @@ ${input.slice(result.pos)}
3047
3076
  return result;
3048
3077
  }
3049
3078
  }
3050
- var AdditionalReservedWords$0 = $R$0($EXPECT($R0, fail, "AdditionalReservedWords /(as|for|of|satisfies|then|when)(?!\\p{ID_Continue}|[\\u200C\\u200D$])/"));
3051
- var AdditionalReservedWords$1 = AtAt;
3052
- function AdditionalReservedWords(state) {
3053
- let eventData;
3054
- if (state.events) {
3055
- const result = state.events.enter?.("AdditionalReservedWords", state);
3056
- if (result) {
3057
- if (result.cache)
3058
- return result.cache;
3059
- eventData = result.data;
3060
- }
3061
- }
3062
- if (state.tokenize) {
3063
- const result = $TOKEN("AdditionalReservedWords", state, AdditionalReservedWords$0(state) || AdditionalReservedWords$1(state));
3064
- if (state.events)
3065
- state.events.exit?.("AdditionalReservedWords", state, result, eventData);
3066
- return result;
3067
- } else {
3068
- const result = AdditionalReservedWords$0(state) || AdditionalReservedWords$1(state);
3069
- if (state.events)
3070
- state.events.exit?.("AdditionalReservedWords", state, result, eventData);
3071
- return result;
3072
- }
3073
- }
3074
3079
  var MemberExpression$0 = $TS($S(PrimaryExpression, $Q(MemberExpressionRest)), function($skip, $loc, $0, $1, $2) {
3075
3080
  var rest = $2;
3076
3081
  if (rest.length) {
@@ -3296,8 +3301,8 @@ ${input.slice(result.pos)}
3296
3301
  return result;
3297
3302
  }
3298
3303
  }
3299
- var SuperProperty$0 = $S($EXPECT($L11, fail, 'SuperProperty "super["'), ExtendedExpression, __, CloseBracket);
3300
- var SuperProperty$1 = $S($EXPECT($L8, fail, 'SuperProperty "super"'), $N($C(QuestionMark, NonNullAssertion)), PropertyAccess);
3304
+ var SuperProperty$0 = $S($EXPECT($L12, fail, 'SuperProperty "super["'), ExtendedExpression, __, CloseBracket);
3305
+ var SuperProperty$1 = $S($EXPECT($L9, fail, 'SuperProperty "super"'), $N($C(QuestionMark, NonNullAssertion)), PropertyAccess);
3301
3306
  function SuperProperty(state) {
3302
3307
  let eventData;
3303
3308
  if (state.events) {
@@ -3321,7 +3326,7 @@ ${input.slice(result.pos)}
3321
3326
  }
3322
3327
  }
3323
3328
  var MetaProperty$0 = $S(New, Dot, Target);
3324
- var MetaProperty$1 = $TS($S($EXPECT($L12, fail, 'MetaProperty "import.meta"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
3329
+ var MetaProperty$1 = $TS($S($EXPECT($L13, fail, 'MetaProperty "import.meta"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
3325
3330
  return { $loc, token: $1 };
3326
3331
  });
3327
3332
  function MetaProperty(state) {
@@ -3347,7 +3352,7 @@ ${input.slice(result.pos)}
3347
3352
  }
3348
3353
  }
3349
3354
  var Parameters$0 = NonEmptyParameters;
3350
- var Parameters$1 = $TV($EXPECT($L0, fail, 'Parameters ""'), function($skip, $loc, $0, $1) {
3355
+ var Parameters$1 = $TV($EXPECT($L1, fail, 'Parameters ""'), function($skip, $loc, $0, $1) {
3351
3356
  return {
3352
3357
  type: "Parameters",
3353
3358
  children: [{ $loc, token: "()" }],
@@ -3506,7 +3511,7 @@ ${input.slice(result.pos)}
3506
3511
  }
3507
3512
  }
3508
3513
  var ParameterElementDelimiter$0 = $S($Q(_), Comma);
3509
- var ParameterElementDelimiter$1 = $Y($S(__, $EXPECT($L13, fail, 'ParameterElementDelimiter ")"')));
3514
+ var ParameterElementDelimiter$1 = $Y($S(__, $EXPECT($L14, fail, 'ParameterElementDelimiter ")"')));
3510
3515
  var ParameterElementDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
3511
3516
  return value[1];
3512
3517
  });
@@ -4179,7 +4184,7 @@ ${input.slice(result.pos)}
4179
4184
  return result;
4180
4185
  }
4181
4186
  }
4182
- var EmptyBindingPattern$0 = $TV($EXPECT($L0, fail, 'EmptyBindingPattern ""'), function($skip, $loc, $0, $1) {
4187
+ var EmptyBindingPattern$0 = $TV($EXPECT($L1, fail, 'EmptyBindingPattern ""'), function($skip, $loc, $0, $1) {
4183
4188
  const ref = {
4184
4189
  type: "Ref",
4185
4190
  base: "ref",
@@ -4455,7 +4460,7 @@ ${input.slice(result.pos)}
4455
4460
  return result;
4456
4461
  }
4457
4462
  }
4458
- var Arrow$0 = $TV($EXPECT($L14, fail, 'Arrow "->"'), function($skip, $loc, $0, $1) {
4463
+ var Arrow$0 = $TV($EXPECT($L15, fail, 'Arrow "->"'), function($skip, $loc, $0, $1) {
4459
4464
  return { $loc, token: $1 };
4460
4465
  });
4461
4466
  function Arrow(state) {
@@ -4750,7 +4755,7 @@ ${input.slice(result.pos)}
4750
4755
  children: [$1, expressions]
4751
4756
  };
4752
4757
  });
4753
- var BracedContent$2 = $TV($Y($S(__, $EXPECT($L15, fail, 'BracedContent "}"'))), function($skip, $loc, $0, $1) {
4758
+ var BracedContent$2 = $TV($Y($S(__, $EXPECT($L16, fail, 'BracedContent "}"'))), function($skip, $loc, $0, $1) {
4754
4759
  const expressions = [];
4755
4760
  return {
4756
4761
  type: "BlockStatement",
@@ -4895,7 +4900,7 @@ ${input.slice(result.pos)}
4895
4900
  return result;
4896
4901
  }
4897
4902
  }
4898
- var NullLiteral$0 = $TS($S($EXPECT($L16, fail, 'NullLiteral "null"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
4903
+ var NullLiteral$0 = $TS($S($EXPECT($L17, fail, 'NullLiteral "null"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
4899
4904
  return { $loc, token: $1 };
4900
4905
  });
4901
4906
  function NullLiteral(state) {
@@ -4923,7 +4928,7 @@ ${input.slice(result.pos)}
4923
4928
  var BooleanLiteral$0 = $T($S(CoffeeBooleansEnabled, CoffeeScriptBooleanLiteral), function(value) {
4924
4929
  return value[1];
4925
4930
  });
4926
- var BooleanLiteral$1 = $TS($S($C($EXPECT($L17, fail, 'BooleanLiteral "true"'), $EXPECT($L18, fail, 'BooleanLiteral "false"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
4931
+ var BooleanLiteral$1 = $TS($S($C($EXPECT($L18, fail, 'BooleanLiteral "true"'), $EXPECT($L19, fail, 'BooleanLiteral "false"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
4927
4932
  return { $loc, token: $1 };
4928
4933
  });
4929
4934
  function BooleanLiteral(state) {
@@ -4948,10 +4953,10 @@ ${input.slice(result.pos)}
4948
4953
  return result;
4949
4954
  }
4950
4955
  }
4951
- var CoffeeScriptBooleanLiteral$0 = $TS($S($C($EXPECT($L19, fail, 'CoffeeScriptBooleanLiteral "yes"'), $EXPECT($L20, fail, 'CoffeeScriptBooleanLiteral "on"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
4956
+ var CoffeeScriptBooleanLiteral$0 = $TS($S($C($EXPECT($L20, fail, 'CoffeeScriptBooleanLiteral "yes"'), $EXPECT($L21, fail, 'CoffeeScriptBooleanLiteral "on"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
4952
4957
  return { $loc, token: "true" };
4953
4958
  });
4954
- var CoffeeScriptBooleanLiteral$1 = $TS($S($C($EXPECT($L21, fail, 'CoffeeScriptBooleanLiteral "no"'), $EXPECT($L22, fail, 'CoffeeScriptBooleanLiteral "off"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
4959
+ var CoffeeScriptBooleanLiteral$1 = $TS($S($C($EXPECT($L22, fail, 'CoffeeScriptBooleanLiteral "no"'), $EXPECT($L23, fail, 'CoffeeScriptBooleanLiteral "off"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
4955
4960
  return { $loc, token: "false" };
4956
4961
  });
4957
4962
  function CoffeeScriptBooleanLiteral(state) {
@@ -4976,7 +4981,7 @@ ${input.slice(result.pos)}
4976
4981
  return result;
4977
4982
  }
4978
4983
  }
4979
- var Comma$0 = $TV($EXPECT($L23, fail, 'Comma ","'), function($skip, $loc, $0, $1) {
4984
+ var Comma$0 = $TV($EXPECT($L24, fail, 'Comma ","'), function($skip, $loc, $0, $1) {
4980
4985
  return { $loc, token: $1 };
4981
4986
  });
4982
4987
  function Comma(state) {
@@ -5082,7 +5087,7 @@ ${input.slice(result.pos)}
5082
5087
  return result;
5083
5088
  }
5084
5089
  }
5085
- var UpcomingAssignment$0 = $Y($S(__, $EXPECT($L24, fail, 'UpcomingAssignment "="'), $N($C($EXPECT($L24, fail, 'UpcomingAssignment "="'), $EXPECT($L25, fail, 'UpcomingAssignment ">"')))));
5090
+ var UpcomingAssignment$0 = $Y($S(__, $EXPECT($L25, fail, 'UpcomingAssignment "="'), $N($C($EXPECT($L25, fail, 'UpcomingAssignment "="'), $EXPECT($L26, fail, 'UpcomingAssignment ">"')))));
5086
5091
  function UpcomingAssignment(state) {
5087
5092
  let eventData;
5088
5093
  if (state.events) {
@@ -5355,7 +5360,7 @@ ${input.slice(result.pos)}
5355
5360
  }
5356
5361
  }
5357
5362
  var ArrayElementDelimiter$0 = $S(__, Comma);
5358
- var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L26, fail, 'ArrayElementDelimiter "]"')));
5363
+ var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L27, fail, 'ArrayElementDelimiter "]"')));
5359
5364
  var ArrayElementDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
5360
5365
  return value[1];
5361
5366
  });
@@ -5777,7 +5782,7 @@ ${input.slice(result.pos)}
5777
5782
  var ImplicitInlineObjectPropertyDelimiter$1 = $T($S($Y($S($C(Samedent, $Q(_)), NamedProperty)), InsertComma), function(value) {
5778
5783
  return value[1];
5779
5784
  });
5780
- var ImplicitInlineObjectPropertyDelimiter$2 = $T($Y($S(__, $C($EXPECT($L27, fail, 'ImplicitInlineObjectPropertyDelimiter ":"'), $EXPECT($L13, fail, 'ImplicitInlineObjectPropertyDelimiter ")"'), $EXPECT($L26, fail, 'ImplicitInlineObjectPropertyDelimiter "]"'), $EXPECT($L15, fail, 'ImplicitInlineObjectPropertyDelimiter "}"'), ReservedWord))), function(value) {
5785
+ var ImplicitInlineObjectPropertyDelimiter$2 = $T($Y($S(__, $C($EXPECT($L28, fail, 'ImplicitInlineObjectPropertyDelimiter ":"'), $EXPECT($L14, fail, 'ImplicitInlineObjectPropertyDelimiter ")"'), $EXPECT($L27, fail, 'ImplicitInlineObjectPropertyDelimiter "]"'), $EXPECT($L16, fail, 'ImplicitInlineObjectPropertyDelimiter "}"'), ReservedWord))), function(value) {
5781
5786
  return "";
5782
5787
  });
5783
5788
  var ImplicitInlineObjectPropertyDelimiter$3 = $T($Y(EOS), function(value) {
@@ -5806,7 +5811,7 @@ ${input.slice(result.pos)}
5806
5811
  }
5807
5812
  }
5808
5813
  var ObjectPropertyDelimiter$0 = $S($Q(_), Comma);
5809
- var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L15, fail, 'ObjectPropertyDelimiter "}"')));
5814
+ var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L16, fail, 'ObjectPropertyDelimiter "}"')));
5810
5815
  var ObjectPropertyDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
5811
5816
  return value[1];
5812
5817
  });
@@ -6249,7 +6254,7 @@ ${input.slice(result.pos)}
6249
6254
  return result;
6250
6255
  }
6251
6256
  }
6252
- var PrivateIdentifier$0 = $TV($TEXT($S($EXPECT($L7, fail, 'PrivateIdentifier "#"'), IdentifierName)), function($skip, $loc, $0, $1) {
6257
+ var PrivateIdentifier$0 = $TV($TEXT($S($EXPECT($L8, fail, 'PrivateIdentifier "#"'), IdentifierName)), function($skip, $loc, $0, $1) {
6253
6258
  return {
6254
6259
  type: "Identifier",
6255
6260
  name: $0,
@@ -6313,25 +6318,25 @@ ${input.slice(result.pos)}
6313
6318
  return result;
6314
6319
  }
6315
6320
  }
6316
- var AssignmentOpSymbol$0 = $EXPECT($L28, fail, 'AssignmentOpSymbol "**="');
6317
- var AssignmentOpSymbol$1 = $EXPECT($L29, fail, 'AssignmentOpSymbol "*="');
6318
- var AssignmentOpSymbol$2 = $EXPECT($L30, fail, 'AssignmentOpSymbol "/="');
6319
- var AssignmentOpSymbol$3 = $EXPECT($L31, fail, 'AssignmentOpSymbol "%="');
6320
- var AssignmentOpSymbol$4 = $EXPECT($L32, fail, 'AssignmentOpSymbol "+="');
6321
- var AssignmentOpSymbol$5 = $EXPECT($L33, fail, 'AssignmentOpSymbol "-="');
6322
- var AssignmentOpSymbol$6 = $EXPECT($L34, fail, 'AssignmentOpSymbol "<<="');
6323
- var AssignmentOpSymbol$7 = $EXPECT($L35, fail, 'AssignmentOpSymbol ">>>="');
6324
- var AssignmentOpSymbol$8 = $EXPECT($L36, fail, 'AssignmentOpSymbol ">>="');
6325
- var AssignmentOpSymbol$9 = $EXPECT($L37, fail, 'AssignmentOpSymbol "&&="');
6326
- var AssignmentOpSymbol$10 = $EXPECT($L38, fail, 'AssignmentOpSymbol "&="');
6327
- var AssignmentOpSymbol$11 = $EXPECT($L39, fail, 'AssignmentOpSymbol "^="');
6328
- var AssignmentOpSymbol$12 = $EXPECT($L40, fail, 'AssignmentOpSymbol "||="');
6329
- var AssignmentOpSymbol$13 = $EXPECT($L41, fail, 'AssignmentOpSymbol "|="');
6330
- var AssignmentOpSymbol$14 = $EXPECT($L42, fail, 'AssignmentOpSymbol "??="');
6331
- var AssignmentOpSymbol$15 = $T($EXPECT($L43, fail, 'AssignmentOpSymbol "?="'), function(value) {
6321
+ var AssignmentOpSymbol$0 = $EXPECT($L29, fail, 'AssignmentOpSymbol "**="');
6322
+ var AssignmentOpSymbol$1 = $EXPECT($L30, fail, 'AssignmentOpSymbol "*="');
6323
+ var AssignmentOpSymbol$2 = $EXPECT($L31, fail, 'AssignmentOpSymbol "/="');
6324
+ var AssignmentOpSymbol$3 = $EXPECT($L32, fail, 'AssignmentOpSymbol "%="');
6325
+ var AssignmentOpSymbol$4 = $EXPECT($L33, fail, 'AssignmentOpSymbol "+="');
6326
+ var AssignmentOpSymbol$5 = $EXPECT($L34, fail, 'AssignmentOpSymbol "-="');
6327
+ var AssignmentOpSymbol$6 = $EXPECT($L35, fail, 'AssignmentOpSymbol "<<="');
6328
+ var AssignmentOpSymbol$7 = $EXPECT($L36, fail, 'AssignmentOpSymbol ">>>="');
6329
+ var AssignmentOpSymbol$8 = $EXPECT($L37, fail, 'AssignmentOpSymbol ">>="');
6330
+ var AssignmentOpSymbol$9 = $EXPECT($L38, fail, 'AssignmentOpSymbol "&&="');
6331
+ var AssignmentOpSymbol$10 = $EXPECT($L39, fail, 'AssignmentOpSymbol "&="');
6332
+ var AssignmentOpSymbol$11 = $EXPECT($L40, fail, 'AssignmentOpSymbol "^="');
6333
+ var AssignmentOpSymbol$12 = $EXPECT($L41, fail, 'AssignmentOpSymbol "||="');
6334
+ var AssignmentOpSymbol$13 = $EXPECT($L42, fail, 'AssignmentOpSymbol "|="');
6335
+ var AssignmentOpSymbol$14 = $EXPECT($L43, fail, 'AssignmentOpSymbol "??="');
6336
+ var AssignmentOpSymbol$15 = $T($EXPECT($L44, fail, 'AssignmentOpSymbol "?="'), function(value) {
6332
6337
  return "??=";
6333
6338
  });
6334
- var AssignmentOpSymbol$16 = $T($S($EXPECT($L24, fail, 'AssignmentOpSymbol "="'), $N($EXPECT($L24, fail, 'AssignmentOpSymbol "="'))), function(value) {
6339
+ var AssignmentOpSymbol$16 = $T($S($EXPECT($L25, fail, 'AssignmentOpSymbol "="'), $N($EXPECT($L25, fail, 'AssignmentOpSymbol "="'))), function(value) {
6335
6340
  return value[0];
6336
6341
  });
6337
6342
  var AssignmentOpSymbol$17 = $T($S(CoffeeWordAssignmentOp), function(value) {
@@ -6359,10 +6364,10 @@ ${input.slice(result.pos)}
6359
6364
  return result;
6360
6365
  }
6361
6366
  }
6362
- var CoffeeWordAssignmentOp$0 = $T($EXPECT($L44, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
6367
+ var CoffeeWordAssignmentOp$0 = $T($EXPECT($L45, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
6363
6368
  return "&&=";
6364
6369
  });
6365
- var CoffeeWordAssignmentOp$1 = $T($EXPECT($L45, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
6370
+ var CoffeeWordAssignmentOp$1 = $T($EXPECT($L46, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
6366
6371
  return "||=";
6367
6372
  });
6368
6373
  function CoffeeWordAssignmentOp(state) {
@@ -6414,77 +6419,80 @@ ${input.slice(result.pos)}
6414
6419
  return result;
6415
6420
  }
6416
6421
  }
6417
- var BinaryOpSymbol$0 = $EXPECT($L46, fail, 'BinaryOpSymbol "**"');
6418
- var BinaryOpSymbol$1 = $EXPECT($L47, fail, 'BinaryOpSymbol "*"');
6419
- var BinaryOpSymbol$2 = $EXPECT($L48, fail, 'BinaryOpSymbol "/"');
6420
- var BinaryOpSymbol$3 = $TV($EXPECT($L49, fail, 'BinaryOpSymbol "%%"'), function($skip, $loc, $0, $1) {
6422
+ var BinaryOpSymbol$0 = $EXPECT($L47, fail, 'BinaryOpSymbol "**"');
6423
+ var BinaryOpSymbol$1 = $EXPECT($L48, fail, 'BinaryOpSymbol "*"');
6424
+ var BinaryOpSymbol$2 = $EXPECT($L49, fail, 'BinaryOpSymbol "/"');
6425
+ var BinaryOpSymbol$3 = $TV($EXPECT($L50, fail, 'BinaryOpSymbol "%%"'), function($skip, $loc, $0, $1) {
6421
6426
  return {
6422
6427
  call: module2.getRef("modulo"),
6423
6428
  special: true
6424
6429
  };
6425
6430
  });
6426
- var BinaryOpSymbol$4 = $EXPECT($L50, fail, 'BinaryOpSymbol "%"');
6427
- var BinaryOpSymbol$5 = $EXPECT($L51, fail, 'BinaryOpSymbol "+"');
6428
- var BinaryOpSymbol$6 = $EXPECT($L52, fail, 'BinaryOpSymbol "-"');
6429
- var BinaryOpSymbol$7 = $EXPECT($L53, fail, 'BinaryOpSymbol "<="');
6430
- var BinaryOpSymbol$8 = $EXPECT($L54, fail, 'BinaryOpSymbol ">="');
6431
- var BinaryOpSymbol$9 = $EXPECT($L55, fail, 'BinaryOpSymbol "<<"');
6432
- var BinaryOpSymbol$10 = $TR($EXPECT($R5, fail, "BinaryOpSymbol /<(?!\\p{ID_Start}|[_$])/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
6431
+ var BinaryOpSymbol$4 = $EXPECT($L51, fail, 'BinaryOpSymbol "%"');
6432
+ var BinaryOpSymbol$5 = $EXPECT($L52, fail, 'BinaryOpSymbol "+"');
6433
+ var BinaryOpSymbol$6 = $EXPECT($L53, fail, 'BinaryOpSymbol "-"');
6434
+ var BinaryOpSymbol$7 = $EXPECT($L54, fail, 'BinaryOpSymbol "<="');
6435
+ var BinaryOpSymbol$8 = $EXPECT($L55, fail, 'BinaryOpSymbol ">="');
6436
+ var BinaryOpSymbol$9 = $TS($S($EXPECT($L56, fail, 'BinaryOpSymbol "<?"'), $E($EXPECT($L6, fail, 'BinaryOpSymbol " "'))), function($skip, $loc, $0, $1, $2) {
6437
+ return "instanceof ";
6438
+ });
6439
+ var BinaryOpSymbol$10 = $EXPECT($L57, fail, 'BinaryOpSymbol "<<"');
6440
+ var BinaryOpSymbol$11 = $TR($EXPECT($R5, fail, "BinaryOpSymbol /<(?!\\p{ID_Start}|[_$])/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
6433
6441
  return "<";
6434
6442
  });
6435
- var BinaryOpSymbol$11 = $EXPECT($L56, fail, 'BinaryOpSymbol ">>>"');
6436
- var BinaryOpSymbol$12 = $EXPECT($L57, fail, 'BinaryOpSymbol ">>"');
6437
- var BinaryOpSymbol$13 = $EXPECT($L25, fail, 'BinaryOpSymbol ">"');
6438
- var BinaryOpSymbol$14 = $EXPECT($L58, fail, 'BinaryOpSymbol "!=="');
6439
- var BinaryOpSymbol$15 = $TV($EXPECT($L59, fail, 'BinaryOpSymbol "!="'), function($skip, $loc, $0, $1) {
6443
+ var BinaryOpSymbol$12 = $EXPECT($L58, fail, 'BinaryOpSymbol ">>>"');
6444
+ var BinaryOpSymbol$13 = $EXPECT($L59, fail, 'BinaryOpSymbol ">>"');
6445
+ var BinaryOpSymbol$14 = $EXPECT($L26, fail, 'BinaryOpSymbol ">"');
6446
+ var BinaryOpSymbol$15 = $EXPECT($L60, fail, 'BinaryOpSymbol "!=="');
6447
+ var BinaryOpSymbol$16 = $TV($EXPECT($L61, fail, 'BinaryOpSymbol "!="'), function($skip, $loc, $0, $1) {
6440
6448
  if (module2.config.coffeeEq)
6441
6449
  return "!==";
6442
6450
  return $1;
6443
6451
  });
6444
- var BinaryOpSymbol$16 = $TS($S($EXPECT($L60, fail, 'BinaryOpSymbol "isnt"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6452
+ var BinaryOpSymbol$17 = $TS($S($EXPECT($L62, fail, 'BinaryOpSymbol "isnt"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6445
6453
  if (module2.config.coffeeIsnt)
6446
6454
  return "!==";
6447
6455
  return $skip;
6448
6456
  });
6449
- var BinaryOpSymbol$17 = $EXPECT($L61, fail, 'BinaryOpSymbol "==="');
6450
- var BinaryOpSymbol$18 = $TV($EXPECT($L62, fail, 'BinaryOpSymbol "=="'), function($skip, $loc, $0, $1) {
6457
+ var BinaryOpSymbol$18 = $EXPECT($L63, fail, 'BinaryOpSymbol "==="');
6458
+ var BinaryOpSymbol$19 = $TV($EXPECT($L64, fail, 'BinaryOpSymbol "=="'), function($skip, $loc, $0, $1) {
6451
6459
  if (module2.config.coffeeEq)
6452
6460
  return "===";
6453
6461
  return $1;
6454
6462
  });
6455
- var BinaryOpSymbol$19 = $T($S($EXPECT($L63, fail, 'BinaryOpSymbol "and"'), NonIdContinue), function(value) {
6463
+ var BinaryOpSymbol$20 = $T($S($EXPECT($L65, fail, 'BinaryOpSymbol "and"'), NonIdContinue), function(value) {
6456
6464
  return "&&";
6457
6465
  });
6458
- var BinaryOpSymbol$20 = $EXPECT($L64, fail, 'BinaryOpSymbol "&&"');
6459
- var BinaryOpSymbol$21 = $T($S(CoffeeOfEnabled, $EXPECT($L65, fail, 'BinaryOpSymbol "of"'), NonIdContinue), function(value) {
6466
+ var BinaryOpSymbol$21 = $EXPECT($L66, fail, 'BinaryOpSymbol "&&"');
6467
+ var BinaryOpSymbol$22 = $T($S(CoffeeOfEnabled, $EXPECT($L67, fail, 'BinaryOpSymbol "of"'), NonIdContinue), function(value) {
6460
6468
  return "in";
6461
6469
  });
6462
- var BinaryOpSymbol$22 = $T($S($EXPECT($L66, fail, 'BinaryOpSymbol "or"'), NonIdContinue), function(value) {
6470
+ var BinaryOpSymbol$23 = $T($S($EXPECT($L68, fail, 'BinaryOpSymbol "or"'), NonIdContinue), function(value) {
6463
6471
  return "||";
6464
6472
  });
6465
- var BinaryOpSymbol$23 = $EXPECT($L67, fail, 'BinaryOpSymbol "||"');
6466
- var BinaryOpSymbol$24 = $EXPECT($L68, fail, 'BinaryOpSymbol "??"');
6467
- var BinaryOpSymbol$25 = $T($S(CoffeeBinaryExistentialEnabled, $EXPECT($L69, fail, 'BinaryOpSymbol "?"')), function(value) {
6473
+ var BinaryOpSymbol$24 = $EXPECT($L69, fail, 'BinaryOpSymbol "||"');
6474
+ var BinaryOpSymbol$25 = $EXPECT($L70, fail, 'BinaryOpSymbol "??"');
6475
+ var BinaryOpSymbol$26 = $T($S(CoffeeBinaryExistentialEnabled, $EXPECT($L71, fail, 'BinaryOpSymbol "?"')), function(value) {
6468
6476
  return "??";
6469
6477
  });
6470
- var BinaryOpSymbol$26 = $TS($S($EXPECT($L70, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6478
+ var BinaryOpSymbol$27 = $TS($S($EXPECT($L72, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6471
6479
  return $1;
6472
6480
  });
6473
- var BinaryOpSymbol$27 = $TS($S(CoffeeNotEnabled, $EXPECT($L71, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L70, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
6481
+ var BinaryOpSymbol$28 = $TS($S(CoffeeNotEnabled, $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L72, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
6474
6482
  return {
6475
6483
  $loc,
6476
6484
  token: "instanceof",
6477
6485
  special: true
6478
6486
  };
6479
6487
  });
6480
- var BinaryOpSymbol$28 = $TV($C($S($N(CoffeeOfEnabled), $EXPECT($L71, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L72, fail, 'BinaryOpSymbol "in"'), NonIdContinue), $S(CoffeeOfEnabled, $EXPECT($L71, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L65, fail, 'BinaryOpSymbol "of"'), NonIdContinue)), function($skip, $loc, $0, $1) {
6488
+ var BinaryOpSymbol$29 = $TV($C($S($N(CoffeeOfEnabled), $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), $S(CoffeeOfEnabled, $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L67, fail, 'BinaryOpSymbol "of"'), NonIdContinue)), function($skip, $loc, $0, $1) {
6481
6489
  return {
6482
6490
  $loc,
6483
6491
  token: "in",
6484
6492
  special: true
6485
6493
  };
6486
6494
  });
6487
- var BinaryOpSymbol$29 = $TV($C($S($EXPECT($L73, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L72, fail, 'BinaryOpSymbol "in"'), NonIdContinue), $S(CoffeeOfEnabled, $EXPECT($L72, fail, 'BinaryOpSymbol "in"'), NonIdContinue)), function($skip, $loc, $0, $1) {
6495
+ var BinaryOpSymbol$30 = $TV($C($S($EXPECT($L75, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), $S(CoffeeOfEnabled, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue)), function($skip, $loc, $0, $1) {
6488
6496
  return {
6489
6497
  call: [module2.getRef("indexOf"), ".call"],
6490
6498
  relational: true,
@@ -6493,7 +6501,7 @@ ${input.slice(result.pos)}
6493
6501
  special: true
6494
6502
  };
6495
6503
  });
6496
- var BinaryOpSymbol$30 = $TV($C($S($EXPECT($L73, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L71, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L72, fail, 'BinaryOpSymbol "in"'), NonIdContinue), $S(CoffeeOfEnabled, $EXPECT($L71, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L72, fail, 'BinaryOpSymbol "in"'), NonIdContinue)), function($skip, $loc, $0, $1) {
6504
+ var BinaryOpSymbol$31 = $TV($C($S($EXPECT($L75, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), $S(CoffeeOfEnabled, $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue)), function($skip, $loc, $0, $1) {
6497
6505
  return {
6498
6506
  call: [module2.getRef("indexOf"), ".call"],
6499
6507
  relational: true,
@@ -6502,18 +6510,18 @@ ${input.slice(result.pos)}
6502
6510
  special: true
6503
6511
  };
6504
6512
  });
6505
- var BinaryOpSymbol$31 = $T($S($N(CoffeeNotEnabled), $EXPECT($L73, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L71, fail, 'BinaryOpSymbol "not"'), NonIdContinue), function(value) {
6513
+ var BinaryOpSymbol$32 = $T($S($N(CoffeeNotEnabled), $EXPECT($L75, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue), function(value) {
6506
6514
  return "!==";
6507
6515
  });
6508
- var BinaryOpSymbol$32 = $T($S($EXPECT($L73, fail, 'BinaryOpSymbol "is"'), NonIdContinue), function(value) {
6516
+ var BinaryOpSymbol$33 = $T($S($EXPECT($L75, fail, 'BinaryOpSymbol "is"'), NonIdContinue), function(value) {
6509
6517
  return "===";
6510
6518
  });
6511
- var BinaryOpSymbol$33 = $TS($S($EXPECT($L72, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6519
+ var BinaryOpSymbol$34 = $TS($S($EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6512
6520
  return $1;
6513
6521
  });
6514
- var BinaryOpSymbol$34 = $EXPECT($L74, fail, 'BinaryOpSymbol "&"');
6515
- var BinaryOpSymbol$35 = $EXPECT($L75, fail, 'BinaryOpSymbol "^"');
6516
- var BinaryOpSymbol$36 = $EXPECT($L76, fail, 'BinaryOpSymbol "|"');
6522
+ var BinaryOpSymbol$35 = $EXPECT($L76, fail, 'BinaryOpSymbol "&"');
6523
+ var BinaryOpSymbol$36 = $EXPECT($L77, fail, 'BinaryOpSymbol "^"');
6524
+ var BinaryOpSymbol$37 = $EXPECT($L78, fail, 'BinaryOpSymbol "|"');
6517
6525
  function BinaryOpSymbol(state) {
6518
6526
  let eventData;
6519
6527
  if (state.events) {
@@ -6525,12 +6533,12 @@ ${input.slice(result.pos)}
6525
6533
  }
6526
6534
  }
6527
6535
  if (state.tokenize) {
6528
- const result = $TOKEN("BinaryOpSymbol", state, BinaryOpSymbol$0(state) || BinaryOpSymbol$1(state) || BinaryOpSymbol$2(state) || BinaryOpSymbol$3(state) || BinaryOpSymbol$4(state) || BinaryOpSymbol$5(state) || BinaryOpSymbol$6(state) || BinaryOpSymbol$7(state) || BinaryOpSymbol$8(state) || BinaryOpSymbol$9(state) || BinaryOpSymbol$10(state) || BinaryOpSymbol$11(state) || BinaryOpSymbol$12(state) || BinaryOpSymbol$13(state) || BinaryOpSymbol$14(state) || BinaryOpSymbol$15(state) || BinaryOpSymbol$16(state) || BinaryOpSymbol$17(state) || BinaryOpSymbol$18(state) || BinaryOpSymbol$19(state) || BinaryOpSymbol$20(state) || BinaryOpSymbol$21(state) || BinaryOpSymbol$22(state) || BinaryOpSymbol$23(state) || BinaryOpSymbol$24(state) || BinaryOpSymbol$25(state) || BinaryOpSymbol$26(state) || BinaryOpSymbol$27(state) || BinaryOpSymbol$28(state) || BinaryOpSymbol$29(state) || BinaryOpSymbol$30(state) || BinaryOpSymbol$31(state) || BinaryOpSymbol$32(state) || BinaryOpSymbol$33(state) || BinaryOpSymbol$34(state) || BinaryOpSymbol$35(state) || BinaryOpSymbol$36(state));
6536
+ const result = $TOKEN("BinaryOpSymbol", state, BinaryOpSymbol$0(state) || BinaryOpSymbol$1(state) || BinaryOpSymbol$2(state) || BinaryOpSymbol$3(state) || BinaryOpSymbol$4(state) || BinaryOpSymbol$5(state) || BinaryOpSymbol$6(state) || BinaryOpSymbol$7(state) || BinaryOpSymbol$8(state) || BinaryOpSymbol$9(state) || BinaryOpSymbol$10(state) || BinaryOpSymbol$11(state) || BinaryOpSymbol$12(state) || BinaryOpSymbol$13(state) || BinaryOpSymbol$14(state) || BinaryOpSymbol$15(state) || BinaryOpSymbol$16(state) || BinaryOpSymbol$17(state) || BinaryOpSymbol$18(state) || BinaryOpSymbol$19(state) || BinaryOpSymbol$20(state) || BinaryOpSymbol$21(state) || BinaryOpSymbol$22(state) || BinaryOpSymbol$23(state) || BinaryOpSymbol$24(state) || BinaryOpSymbol$25(state) || BinaryOpSymbol$26(state) || BinaryOpSymbol$27(state) || BinaryOpSymbol$28(state) || BinaryOpSymbol$29(state) || BinaryOpSymbol$30(state) || BinaryOpSymbol$31(state) || BinaryOpSymbol$32(state) || BinaryOpSymbol$33(state) || BinaryOpSymbol$34(state) || BinaryOpSymbol$35(state) || BinaryOpSymbol$36(state) || BinaryOpSymbol$37(state));
6529
6537
  if (state.events)
6530
6538
  state.events.exit?.("BinaryOpSymbol", state, result, eventData);
6531
6539
  return result;
6532
6540
  } else {
6533
- const result = BinaryOpSymbol$0(state) || BinaryOpSymbol$1(state) || BinaryOpSymbol$2(state) || BinaryOpSymbol$3(state) || BinaryOpSymbol$4(state) || BinaryOpSymbol$5(state) || BinaryOpSymbol$6(state) || BinaryOpSymbol$7(state) || BinaryOpSymbol$8(state) || BinaryOpSymbol$9(state) || BinaryOpSymbol$10(state) || BinaryOpSymbol$11(state) || BinaryOpSymbol$12(state) || BinaryOpSymbol$13(state) || BinaryOpSymbol$14(state) || BinaryOpSymbol$15(state) || BinaryOpSymbol$16(state) || BinaryOpSymbol$17(state) || BinaryOpSymbol$18(state) || BinaryOpSymbol$19(state) || BinaryOpSymbol$20(state) || BinaryOpSymbol$21(state) || BinaryOpSymbol$22(state) || BinaryOpSymbol$23(state) || BinaryOpSymbol$24(state) || BinaryOpSymbol$25(state) || BinaryOpSymbol$26(state) || BinaryOpSymbol$27(state) || BinaryOpSymbol$28(state) || BinaryOpSymbol$29(state) || BinaryOpSymbol$30(state) || BinaryOpSymbol$31(state) || BinaryOpSymbol$32(state) || BinaryOpSymbol$33(state) || BinaryOpSymbol$34(state) || BinaryOpSymbol$35(state) || BinaryOpSymbol$36(state);
6541
+ const result = BinaryOpSymbol$0(state) || BinaryOpSymbol$1(state) || BinaryOpSymbol$2(state) || BinaryOpSymbol$3(state) || BinaryOpSymbol$4(state) || BinaryOpSymbol$5(state) || BinaryOpSymbol$6(state) || BinaryOpSymbol$7(state) || BinaryOpSymbol$8(state) || BinaryOpSymbol$9(state) || BinaryOpSymbol$10(state) || BinaryOpSymbol$11(state) || BinaryOpSymbol$12(state) || BinaryOpSymbol$13(state) || BinaryOpSymbol$14(state) || BinaryOpSymbol$15(state) || BinaryOpSymbol$16(state) || BinaryOpSymbol$17(state) || BinaryOpSymbol$18(state) || BinaryOpSymbol$19(state) || BinaryOpSymbol$20(state) || BinaryOpSymbol$21(state) || BinaryOpSymbol$22(state) || BinaryOpSymbol$23(state) || BinaryOpSymbol$24(state) || BinaryOpSymbol$25(state) || BinaryOpSymbol$26(state) || BinaryOpSymbol$27(state) || BinaryOpSymbol$28(state) || BinaryOpSymbol$29(state) || BinaryOpSymbol$30(state) || BinaryOpSymbol$31(state) || BinaryOpSymbol$32(state) || BinaryOpSymbol$33(state) || BinaryOpSymbol$34(state) || BinaryOpSymbol$35(state) || BinaryOpSymbol$36(state) || BinaryOpSymbol$37(state);
6534
6542
  if (state.events)
6535
6543
  state.events.exit?.("BinaryOpSymbol", state, result, eventData);
6536
6544
  return result;
@@ -6676,7 +6684,7 @@ ${input.slice(result.pos)}
6676
6684
  return result;
6677
6685
  }
6678
6686
  }
6679
- var EmptyStatement$0 = $T($S($Q(TrailingComment), $Y($EXPECT($L77, fail, 'EmptyStatement ";"'))), function(value) {
6687
+ var EmptyStatement$0 = $T($S($Q(TrailingComment), $Y($EXPECT($L79, fail, 'EmptyStatement ";"'))), function(value) {
6680
6688
  return { "type": "EmptyStatement", "children": value[0] };
6681
6689
  });
6682
6690
  function EmptyStatement(state) {
@@ -6701,7 +6709,7 @@ ${input.slice(result.pos)}
6701
6709
  return result;
6702
6710
  }
6703
6711
  }
6704
- var BlockStatement$0 = $T($S(ExplicitBlock, $N($S(__, $EXPECT($L24, fail, 'BlockStatement "="')))), function(value) {
6712
+ var BlockStatement$0 = $T($S(ExplicitBlock, $N($S(__, $EXPECT($L25, fail, 'BlockStatement "="')))), function(value) {
6705
6713
  return value[0];
6706
6714
  });
6707
6715
  function BlockStatement(state) {
@@ -7628,7 +7636,7 @@ ${input.slice(result.pos)}
7628
7636
  return result;
7629
7637
  }
7630
7638
  }
7631
- var CoffeeForDeclaration$0 = $TS($S($E($S(__, $EXPECT($L78, fail, 'CoffeeForDeclaration "own"'), NonIdContinue)), ForBinding), function($skip, $loc, $0, $1, $2) {
7639
+ var CoffeeForDeclaration$0 = $TS($S($E($S(__, $EXPECT($L80, fail, 'CoffeeForDeclaration "own"'), NonIdContinue)), ForBinding), function($skip, $loc, $0, $1, $2) {
7632
7640
  var own = $1;
7633
7641
  var binding = $2;
7634
7642
  return {
@@ -7828,7 +7836,8 @@ ${input.slice(result.pos)}
7828
7836
  }
7829
7837
  return {
7830
7838
  type: "SwitchStatement",
7831
- children: $0
7839
+ children: $0,
7840
+ caseBlock
7832
7841
  };
7833
7842
  });
7834
7843
  function SwitchStatement(state) {
@@ -7888,8 +7897,8 @@ ${input.slice(result.pos)}
7888
7897
  var e = $0;
7889
7898
  return {
7890
7899
  type: "SwitchExpression",
7891
- block: e.children[2],
7892
- children: ["(()=>{", e.children, "})()"]
7900
+ children: ["(()=>{", e.children, "})()"],
7901
+ caseBlock: e.children[2]
7893
7902
  };
7894
7903
  });
7895
7904
  function SwitchExpression(state) {
@@ -7983,9 +7992,10 @@ ${input.slice(result.pos)}
7983
7992
  var NestedCaseClause$0 = $TS($S(Nested, CaseClause), function($skip, $loc, $0, $1, $2) {
7984
7993
  var indent = $1;
7985
7994
  var clause = $2;
7986
- return Object.assign({}, clause, {
7995
+ return {
7996
+ ...clause,
7987
7997
  children: [indent, ...clause.children]
7988
- });
7998
+ };
7989
7999
  });
7990
8000
  function NestedCaseClause(state) {
7991
8001
  let eventData;
@@ -8095,7 +8105,7 @@ ${input.slice(result.pos)}
8095
8105
  return result;
8096
8106
  }
8097
8107
  }
8098
- var NoExpressions$0 = $T($EXPECT($L0, fail, 'NoExpressions ""'), function(value) {
8108
+ var NoExpressions$0 = $T($EXPECT($L1, fail, 'NoExpressions ""'), function(value) {
8099
8109
  return [];
8100
8110
  });
8101
8111
  function NoExpressions(state) {
@@ -8121,7 +8131,7 @@ ${input.slice(result.pos)}
8121
8131
  }
8122
8132
  }
8123
8133
  var ImpliedColon$0 = $S(__, Colon);
8124
- var ImpliedColon$1 = $TV($EXPECT($L0, fail, 'ImpliedColon ""'), function($skip, $loc, $0, $1) {
8134
+ var ImpliedColon$1 = $TV($EXPECT($L1, fail, 'ImpliedColon ""'), function($skip, $loc, $0, $1) {
8125
8135
  return { $loc, token: ":" };
8126
8136
  });
8127
8137
  function ImpliedColon(state) {
@@ -8261,7 +8271,7 @@ ${input.slice(result.pos)}
8261
8271
  return result;
8262
8272
  }
8263
8273
  }
8264
- var Finally$0 = $S(__, $EXPECT($L79, fail, 'Finally "finally"'), NonIdContinue, BracedBlock);
8274
+ var Finally$0 = $S(__, $EXPECT($L81, fail, 'Finally "finally"'), NonIdContinue, BracedBlock);
8265
8275
  function Finally(state) {
8266
8276
  let eventData;
8267
8277
  if (state.events) {
@@ -8373,7 +8383,7 @@ ${input.slice(result.pos)}
8373
8383
  return result;
8374
8384
  }
8375
8385
  }
8376
- var SuppressIndentedApplication$0 = $TV($EXPECT($L0, fail, 'SuppressIndentedApplication ""'), function($skip, $loc, $0, $1) {
8386
+ var SuppressIndentedApplication$0 = $TV($EXPECT($L1, fail, 'SuppressIndentedApplication ""'), function($skip, $loc, $0, $1) {
8377
8387
  module2.suppressIndentedApplication = true;
8378
8388
  });
8379
8389
  function SuppressIndentedApplication(state) {
@@ -8421,13 +8431,13 @@ ${input.slice(result.pos)}
8421
8431
  return result;
8422
8432
  }
8423
8433
  }
8424
- var KeywordStatement$0 = $T($S($EXPECT($L80, fail, 'KeywordStatement "break"'), NonIdContinue), function(value) {
8434
+ var KeywordStatement$0 = $T($S($EXPECT($L82, fail, 'KeywordStatement "break"'), NonIdContinue), function(value) {
8425
8435
  return { "type": "BreakStatement", "children": value };
8426
8436
  });
8427
- var KeywordStatement$1 = $T($S($EXPECT($L81, fail, 'KeywordStatement "continue"'), NonIdContinue), function(value) {
8437
+ var KeywordStatement$1 = $T($S($EXPECT($L83, fail, 'KeywordStatement "continue"'), NonIdContinue), function(value) {
8428
8438
  return { "type": "ContinueStatement", "children": value };
8429
8439
  });
8430
- var KeywordStatement$2 = $T($S($EXPECT($L82, fail, 'KeywordStatement "debugger"'), NonIdContinue), function(value) {
8440
+ var KeywordStatement$2 = $T($S($EXPECT($L84, fail, 'KeywordStatement "debugger"'), NonIdContinue), function(value) {
8431
8441
  return { "type": "DebuggerStatement", "children": value };
8432
8442
  });
8433
8443
  var KeywordStatement$3 = $T($S(Return, $E(MaybeNestedExpression)), function(value) {
@@ -8458,7 +8468,7 @@ ${input.slice(result.pos)}
8458
8468
  return result;
8459
8469
  }
8460
8470
  }
8461
- var DebuggerExpression$0 = $TS($S($EXPECT($L82, fail, 'DebuggerExpression "debugger"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8471
+ var DebuggerExpression$0 = $TS($S($EXPECT($L84, fail, 'DebuggerExpression "debugger"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8462
8472
  return {
8463
8473
  type: "DebuggerExpression",
8464
8474
  children: ["(()=>{", $1, "})()"]
@@ -8581,7 +8591,7 @@ ${input.slice(result.pos)}
8581
8591
  return result;
8582
8592
  }
8583
8593
  }
8584
- var ImpliedImport$0 = $TV($EXPECT($L0, fail, 'ImpliedImport ""'), function($skip, $loc, $0, $1) {
8594
+ var ImpliedImport$0 = $TV($EXPECT($L1, fail, 'ImpliedImport ""'), function($skip, $loc, $0, $1) {
8585
8595
  return { $loc, token: "import " };
8586
8596
  });
8587
8597
  function ImpliedImport(state) {
@@ -8794,7 +8804,7 @@ ${input.slice(result.pos)}
8794
8804
  }
8795
8805
  }
8796
8806
  var ImportAsToken$0 = $S(__, As);
8797
- var ImportAsToken$1 = $TS($S(Loc, __, Colon, $E($EXPECT($L5, fail, 'ImportAsToken " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
8807
+ var ImportAsToken$1 = $TS($S(Loc, __, Colon, $E($EXPECT($L6, fail, 'ImportAsToken " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
8798
8808
  var l = $1;
8799
8809
  var ws = $2;
8800
8810
  var c = $3;
@@ -8954,7 +8964,7 @@ ${input.slice(result.pos)}
8954
8964
  return result;
8955
8965
  }
8956
8966
  }
8957
- var ExportDeclaration$0 = $S(Export, __, $EXPECT($L83, fail, 'ExportDeclaration "default"'), NonIdContinue, __, $C(HoistableDeclaration, ClassDeclaration, ExtendedExpression));
8967
+ var ExportDeclaration$0 = $S(Export, __, $EXPECT($L85, fail, 'ExportDeclaration "default"'), NonIdContinue, __, $C(HoistableDeclaration, ClassDeclaration, ExtendedExpression));
8958
8968
  var ExportDeclaration$1 = $TS($S(Export, __, ExportFromClause, __, FromClause), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
8959
8969
  if (!$3.ts)
8960
8970
  return $0;
@@ -9116,7 +9126,7 @@ ${input.slice(result.pos)}
9116
9126
  return result;
9117
9127
  }
9118
9128
  }
9119
- var ImplicitExportSpecifier$0 = $S($N($EXPECT($L83, fail, 'ImplicitExportSpecifier "default"')), ModuleExportName, $E($S(__, As, __, ModuleExportName)), $C($Y($S(__, From)), ImplicitInlineObjectPropertyDelimiter));
9129
+ var ImplicitExportSpecifier$0 = $S($N($EXPECT($L85, fail, 'ImplicitExportSpecifier "default"')), ModuleExportName, $E($S(__, As, __, ModuleExportName)), $C($Y($S(__, From)), ImplicitInlineObjectPropertyDelimiter));
9120
9130
  function ImplicitExportSpecifier(state) {
9121
9131
  let eventData;
9122
9132
  if (state.events) {
@@ -9287,7 +9297,7 @@ ${input.slice(result.pos)}
9287
9297
  return result;
9288
9298
  }
9289
9299
  }
9290
- var ConstAssignment$0 = $TV($EXPECT($L84, fail, 'ConstAssignment ":="'), function($skip, $loc, $0, $1) {
9300
+ var ConstAssignment$0 = $TV($EXPECT($L86, fail, 'ConstAssignment ":="'), function($skip, $loc, $0, $1) {
9291
9301
  return { $loc, token: "=" };
9292
9302
  });
9293
9303
  function ConstAssignment(state) {
@@ -9312,7 +9322,7 @@ ${input.slice(result.pos)}
9312
9322
  return result;
9313
9323
  }
9314
9324
  }
9315
- var LetAssignment$0 = $TV($EXPECT($L85, fail, 'LetAssignment ".="'), function($skip, $loc, $0, $1) {
9325
+ var LetAssignment$0 = $TV($EXPECT($L87, fail, 'LetAssignment ".="'), function($skip, $loc, $0, $1) {
9316
9326
  return { $loc, token: "=" };
9317
9327
  });
9318
9328
  function LetAssignment(state) {
@@ -9962,7 +9972,7 @@ ${input.slice(result.pos)}
9962
9972
  }
9963
9973
  }
9964
9974
  var RegularExpressionLiteral$0 = HeregexLiteral;
9965
- var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L48, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L48, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
9975
+ var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L49, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L49, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
9966
9976
  return { $loc, token: $1 };
9967
9977
  });
9968
9978
  function RegularExpressionLiteral(state) {
@@ -10365,7 +10375,7 @@ ${input.slice(result.pos)}
10365
10375
  var ReservedWord$2 = $S(CoffeeForLoopsEnabled, $R$0($EXPECT($R34, fail, "ReservedWord /(?:by)(?!\\p{ID_Continue})/")));
10366
10376
  var ReservedWord$3 = $S(CoffeeOfEnabled, $R$0($EXPECT($R35, fail, "ReservedWord /(?:of)(?!\\p{ID_Continue})/")));
10367
10377
  var ReservedWord$4 = $S(CoffeeNotEnabled, $R$0($EXPECT($R36, fail, "ReservedWord /(?:not)(?!\\p{ID_Continue})/")));
10368
- var ReservedWord$5 = $S($EXPECT($L71, fail, 'ReservedWord "not"'), NonIdContinue, __, $EXPECT($L72, fail, 'ReservedWord "in"'), NonIdContinue);
10378
+ var ReservedWord$5 = $S($EXPECT($L73, fail, 'ReservedWord "not"'), NonIdContinue, __, $EXPECT($L74, fail, 'ReservedWord "in"'), NonIdContinue);
10369
10379
  var ReservedWord$6 = $R$0($EXPECT($R37, fail, "ReservedWord /(?:and|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|false|finally|for|function|if|import|in|instanceof|interface|is|let|loop|new|null|or|private|protected|public|return|static|super|switch|this|throw|true|try|typeof|unless|until|var|void|while|with|yield)(?!\\p{ID_Continue})/"));
10370
10380
  function ReservedWord(state) {
10371
10381
  let eventData;
@@ -10486,7 +10496,7 @@ ${input.slice(result.pos)}
10486
10496
  return result;
10487
10497
  }
10488
10498
  }
10489
- var JSMultiLineComment$0 = $TV($TEXT($S($EXPECT($L86, fail, 'JSMultiLineComment "/*"'), $Q($S($N($EXPECT($L87, fail, 'JSMultiLineComment "*/"')), $EXPECT($R39, fail, "JSMultiLineComment /./"))), $EXPECT($L87, fail, 'JSMultiLineComment "*/"'))), function($skip, $loc, $0, $1) {
10499
+ var JSMultiLineComment$0 = $TV($TEXT($S($EXPECT($L88, fail, 'JSMultiLineComment "/*"'), $Q($S($N($EXPECT($L89, fail, 'JSMultiLineComment "*/"')), $EXPECT($R39, fail, "JSMultiLineComment /./"))), $EXPECT($L89, fail, 'JSMultiLineComment "*/"'))), function($skip, $loc, $0, $1) {
10490
10500
  return { $loc, token: $1 };
10491
10501
  });
10492
10502
  function JSMultiLineComment(state) {
@@ -10536,7 +10546,7 @@ ${input.slice(result.pos)}
10536
10546
  return result;
10537
10547
  }
10538
10548
  }
10539
- var CoffeeMultiLineComment$0 = $TS($S(CoffeeHereCommentStart, $TEXT($Q($S($N($C(CoffeeHereCommentStart, $EXPECT($L87, fail, 'CoffeeMultiLineComment "*/"'))), $EXPECT($R39, fail, "CoffeeMultiLineComment /./")))), CoffeeHereCommentStart), function($skip, $loc, $0, $1, $2, $3) {
10549
+ var CoffeeMultiLineComment$0 = $TS($S(CoffeeHereCommentStart, $TEXT($Q($S($N($C(CoffeeHereCommentStart, $EXPECT($L89, fail, 'CoffeeMultiLineComment "*/"'))), $EXPECT($R39, fail, "CoffeeMultiLineComment /./")))), CoffeeHereCommentStart), function($skip, $loc, $0, $1, $2, $3) {
10540
10550
  return { $loc, token: `/*${$2}*/` };
10541
10551
  });
10542
10552
  function CoffeeMultiLineComment(state) {
@@ -10584,7 +10594,7 @@ ${input.slice(result.pos)}
10584
10594
  return result;
10585
10595
  }
10586
10596
  }
10587
- var InlineComment$0 = $TV($TEXT($S($EXPECT($L86, fail, 'InlineComment "/*"'), $TEXT($Q($S($N($EXPECT($L87, fail, 'InlineComment "*/"')), $EXPECT($R42, fail, "InlineComment /[^\\r\\n]/")))), $EXPECT($L87, fail, 'InlineComment "*/"'))), function($skip, $loc, $0, $1) {
10597
+ var InlineComment$0 = $TV($TEXT($S($EXPECT($L88, fail, 'InlineComment "/*"'), $TEXT($Q($S($N($EXPECT($L89, fail, 'InlineComment "*/"')), $EXPECT($R42, fail, "InlineComment /[^\\r\\n]/")))), $EXPECT($L89, fail, 'InlineComment "*/"'))), function($skip, $loc, $0, $1) {
10588
10598
  return { $loc, token: $1 };
10589
10599
  });
10590
10600
  function InlineComment(state) {
@@ -10683,7 +10693,7 @@ ${input.slice(result.pos)}
10683
10693
  var NonNewlineWhitespace$0 = $TR($EXPECT($R43, fail, "NonNewlineWhitespace /[ \\t]+/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
10684
10694
  return { $loc, token: $0 };
10685
10695
  });
10686
- var NonNewlineWhitespace$1 = $T($S(CoffeeLineContinuationEnabled, $EXPECT($L88, fail, 'NonNewlineWhitespace "\\\\\\\\"'), EOL), function(value) {
10696
+ var NonNewlineWhitespace$1 = $T($S(CoffeeLineContinuationEnabled, $EXPECT($L90, fail, 'NonNewlineWhitespace "\\\\\\\\"'), EOL), function(value) {
10687
10697
  return "";
10688
10698
  });
10689
10699
  function NonNewlineWhitespace(state) {
@@ -10708,6 +10718,32 @@ ${input.slice(result.pos)}
10708
10718
  return result;
10709
10719
  }
10710
10720
  }
10721
+ var Trimmed_$0 = $TV($Q(_), function($skip, $loc, $0, $1) {
10722
+ var ws = $0;
10723
+ return module2.insertTrimmingSpace(ws, "");
10724
+ });
10725
+ function Trimmed_(state) {
10726
+ let eventData;
10727
+ if (state.events) {
10728
+ const result = state.events.enter?.("Trimmed_", state);
10729
+ if (result) {
10730
+ if (result.cache)
10731
+ return result.cache;
10732
+ eventData = result.data;
10733
+ }
10734
+ }
10735
+ if (state.tokenize) {
10736
+ const result = $TOKEN("Trimmed_", state, Trimmed_$0(state));
10737
+ if (state.events)
10738
+ state.events.exit?.("Trimmed_", state, result, eventData);
10739
+ return result;
10740
+ } else {
10741
+ const result = Trimmed_$0(state);
10742
+ if (state.events)
10743
+ state.events.exit?.("Trimmed_", state, result, eventData);
10744
+ return result;
10745
+ }
10746
+ }
10711
10747
  var __$0 = $Q($C(Whitespace, Comment));
10712
10748
  function __(state) {
10713
10749
  let eventData;
@@ -10859,7 +10895,7 @@ ${input.slice(result.pos)}
10859
10895
  return result;
10860
10896
  }
10861
10897
  }
10862
- var Loc$0 = $TV($EXPECT($L0, fail, 'Loc ""'), function($skip, $loc, $0, $1) {
10898
+ var Loc$0 = $TV($EXPECT($L1, fail, 'Loc ""'), function($skip, $loc, $0, $1) {
10863
10899
  return { $loc, token: "" };
10864
10900
  });
10865
10901
  function Loc(state) {
@@ -10884,7 +10920,7 @@ ${input.slice(result.pos)}
10884
10920
  return result;
10885
10921
  }
10886
10922
  }
10887
- var Abstract$0 = $TV($TEXT($S($EXPECT($L89, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L5, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
10923
+ var Abstract$0 = $TV($TEXT($S($EXPECT($L91, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L6, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
10888
10924
  return { $loc, token: $1, ts: true };
10889
10925
  });
10890
10926
  function Abstract(state) {
@@ -10909,7 +10945,7 @@ ${input.slice(result.pos)}
10909
10945
  return result;
10910
10946
  }
10911
10947
  }
10912
- var Ampersand$0 = $TV($EXPECT($L74, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
10948
+ var Ampersand$0 = $TV($EXPECT($L76, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
10913
10949
  return { $loc, token: $1 };
10914
10950
  });
10915
10951
  function Ampersand(state) {
@@ -10934,7 +10970,7 @@ ${input.slice(result.pos)}
10934
10970
  return result;
10935
10971
  }
10936
10972
  }
10937
- var As$0 = $TS($S($EXPECT($L90, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
10973
+ var As$0 = $TS($S($EXPECT($L92, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
10938
10974
  return { $loc, token: $1 };
10939
10975
  });
10940
10976
  function As(state) {
@@ -10959,7 +10995,7 @@ ${input.slice(result.pos)}
10959
10995
  return result;
10960
10996
  }
10961
10997
  }
10962
- var At$0 = $TV($EXPECT($L91, fail, 'At "@"'), function($skip, $loc, $0, $1) {
10998
+ var At$0 = $TV($EXPECT($L93, fail, 'At "@"'), function($skip, $loc, $0, $1) {
10963
10999
  return { $loc, token: $1 };
10964
11000
  });
10965
11001
  function At(state) {
@@ -10984,7 +11020,7 @@ ${input.slice(result.pos)}
10984
11020
  return result;
10985
11021
  }
10986
11022
  }
10987
- var AtAt$0 = $TV($EXPECT($L92, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
11023
+ var AtAt$0 = $TV($EXPECT($L94, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
10988
11024
  return { $loc, token: "@" };
10989
11025
  });
10990
11026
  function AtAt(state) {
@@ -11009,7 +11045,7 @@ ${input.slice(result.pos)}
11009
11045
  return result;
11010
11046
  }
11011
11047
  }
11012
- var Async$0 = $TS($S($EXPECT($L93, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11048
+ var Async$0 = $TS($S($EXPECT($L95, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11013
11049
  return { $loc, token: $1, type: "Async" };
11014
11050
  });
11015
11051
  function Async(state) {
@@ -11034,7 +11070,7 @@ ${input.slice(result.pos)}
11034
11070
  return result;
11035
11071
  }
11036
11072
  }
11037
- var Await$0 = $TS($S($EXPECT($L94, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11073
+ var Await$0 = $TS($S($EXPECT($L96, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11038
11074
  return { $loc, token: $1 };
11039
11075
  });
11040
11076
  function Await(state) {
@@ -11059,7 +11095,7 @@ ${input.slice(result.pos)}
11059
11095
  return result;
11060
11096
  }
11061
11097
  }
11062
- var Backtick$0 = $TV($EXPECT($L95, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
11098
+ var Backtick$0 = $TV($EXPECT($L97, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
11063
11099
  return { $loc, token: $1 };
11064
11100
  });
11065
11101
  function Backtick(state) {
@@ -11084,7 +11120,7 @@ ${input.slice(result.pos)}
11084
11120
  return result;
11085
11121
  }
11086
11122
  }
11087
- var By$0 = $TS($S($EXPECT($L96, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11123
+ var By$0 = $TS($S($EXPECT($L98, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11088
11124
  return { $loc, token: $1 };
11089
11125
  });
11090
11126
  function By(state) {
@@ -11109,7 +11145,7 @@ ${input.slice(result.pos)}
11109
11145
  return result;
11110
11146
  }
11111
11147
  }
11112
- var Case$0 = $TS($S($EXPECT($L97, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11148
+ var Case$0 = $TS($S($EXPECT($L99, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11113
11149
  return { $loc, token: $1 };
11114
11150
  });
11115
11151
  function Case(state) {
@@ -11134,7 +11170,7 @@ ${input.slice(result.pos)}
11134
11170
  return result;
11135
11171
  }
11136
11172
  }
11137
- var Catch$0 = $TS($S($EXPECT($L98, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11173
+ var Catch$0 = $TS($S($EXPECT($L100, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11138
11174
  return { $loc, token: $1 };
11139
11175
  });
11140
11176
  function Catch(state) {
@@ -11159,7 +11195,7 @@ ${input.slice(result.pos)}
11159
11195
  return result;
11160
11196
  }
11161
11197
  }
11162
- var Class$0 = $TS($S($EXPECT($L99, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11198
+ var Class$0 = $TS($S($EXPECT($L101, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11163
11199
  return { $loc, token: $1 };
11164
11200
  });
11165
11201
  function Class(state) {
@@ -11184,7 +11220,7 @@ ${input.slice(result.pos)}
11184
11220
  return result;
11185
11221
  }
11186
11222
  }
11187
- var CloseBrace$0 = $TV($EXPECT($L15, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
11223
+ var CloseBrace$0 = $TV($EXPECT($L16, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
11188
11224
  return { $loc, token: $1 };
11189
11225
  });
11190
11226
  function CloseBrace(state) {
@@ -11209,7 +11245,7 @@ ${input.slice(result.pos)}
11209
11245
  return result;
11210
11246
  }
11211
11247
  }
11212
- var CloseBracket$0 = $TV($EXPECT($L26, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
11248
+ var CloseBracket$0 = $TV($EXPECT($L27, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
11213
11249
  return { $loc, token: $1 };
11214
11250
  });
11215
11251
  function CloseBracket(state) {
@@ -11234,7 +11270,7 @@ ${input.slice(result.pos)}
11234
11270
  return result;
11235
11271
  }
11236
11272
  }
11237
- var CloseParen$0 = $TV($EXPECT($L13, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
11273
+ var CloseParen$0 = $TV($EXPECT($L14, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
11238
11274
  return { $loc, token: $1 };
11239
11275
  });
11240
11276
  function CloseParen(state) {
@@ -11259,7 +11295,7 @@ ${input.slice(result.pos)}
11259
11295
  return result;
11260
11296
  }
11261
11297
  }
11262
- var CoffeeSubstitutionStart$0 = $TV($EXPECT($L100, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
11298
+ var CoffeeSubstitutionStart$0 = $TV($EXPECT($L102, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
11263
11299
  return { $loc, token: "${" };
11264
11300
  });
11265
11301
  function CoffeeSubstitutionStart(state) {
@@ -11284,7 +11320,7 @@ ${input.slice(result.pos)}
11284
11320
  return result;
11285
11321
  }
11286
11322
  }
11287
- var Colon$0 = $TV($EXPECT($L27, fail, 'Colon ":"'), function($skip, $loc, $0, $1) {
11323
+ var Colon$0 = $TV($EXPECT($L28, fail, 'Colon ":"'), function($skip, $loc, $0, $1) {
11288
11324
  return { $loc, token: $1 };
11289
11325
  });
11290
11326
  function Colon(state) {
@@ -11309,7 +11345,7 @@ ${input.slice(result.pos)}
11309
11345
  return result;
11310
11346
  }
11311
11347
  }
11312
- var ConstructorShorthand$0 = $TV($EXPECT($L91, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
11348
+ var ConstructorShorthand$0 = $TV($EXPECT($L93, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
11313
11349
  return { $loc, token: "constructor" };
11314
11350
  });
11315
11351
  function ConstructorShorthand(state) {
@@ -11334,7 +11370,7 @@ ${input.slice(result.pos)}
11334
11370
  return result;
11335
11371
  }
11336
11372
  }
11337
- var Default$0 = $TS($S($EXPECT($L83, fail, 'Default "default"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11373
+ var Default$0 = $TS($S($EXPECT($L85, fail, 'Default "default"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11338
11374
  return { $loc, token: $1 };
11339
11375
  });
11340
11376
  function Default(state) {
@@ -11359,7 +11395,7 @@ ${input.slice(result.pos)}
11359
11395
  return result;
11360
11396
  }
11361
11397
  }
11362
- var Delete$0 = $TS($S($EXPECT($L101, fail, 'Delete "delete"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11398
+ var Delete$0 = $TS($S($EXPECT($L103, fail, 'Delete "delete"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11363
11399
  return { $loc, token: $1 };
11364
11400
  });
11365
11401
  function Delete(state) {
@@ -11384,7 +11420,7 @@ ${input.slice(result.pos)}
11384
11420
  return result;
11385
11421
  }
11386
11422
  }
11387
- var Do$0 = $TS($S($EXPECT($L102, fail, 'Do "do"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11423
+ var Do$0 = $TS($S($EXPECT($L104, fail, 'Do "do"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11388
11424
  return { $loc, token: $1 };
11389
11425
  });
11390
11426
  function Do(state) {
@@ -11409,7 +11445,7 @@ ${input.slice(result.pos)}
11409
11445
  return result;
11410
11446
  }
11411
11447
  }
11412
- var Dot$0 = $TV($EXPECT($L1, fail, 'Dot "."'), function($skip, $loc, $0, $1) {
11448
+ var Dot$0 = $TV($EXPECT($L2, fail, 'Dot "."'), function($skip, $loc, $0, $1) {
11413
11449
  return { $loc, token: $1 };
11414
11450
  });
11415
11451
  function Dot(state) {
@@ -11434,7 +11470,7 @@ ${input.slice(result.pos)}
11434
11470
  return result;
11435
11471
  }
11436
11472
  }
11437
- var DotDot$0 = $TV($EXPECT($L103, fail, 'DotDot ".."'), function($skip, $loc, $0, $1) {
11473
+ var DotDot$0 = $TV($EXPECT($L105, fail, 'DotDot ".."'), function($skip, $loc, $0, $1) {
11438
11474
  return { $loc, token: $1 };
11439
11475
  });
11440
11476
  function DotDot(state) {
@@ -11459,7 +11495,7 @@ ${input.slice(result.pos)}
11459
11495
  return result;
11460
11496
  }
11461
11497
  }
11462
- var DotDotDot$0 = $TV($EXPECT($L104, fail, 'DotDotDot "..."'), function($skip, $loc, $0, $1) {
11498
+ var DotDotDot$0 = $TV($EXPECT($L106, fail, 'DotDotDot "..."'), function($skip, $loc, $0, $1) {
11463
11499
  return { $loc, token: $1 };
11464
11500
  });
11465
11501
  function DotDotDot(state) {
@@ -11484,7 +11520,7 @@ ${input.slice(result.pos)}
11484
11520
  return result;
11485
11521
  }
11486
11522
  }
11487
- var DoubleColon$0 = $TV($EXPECT($L105, fail, 'DoubleColon "::"'), function($skip, $loc, $0, $1) {
11523
+ var DoubleColon$0 = $TV($EXPECT($L107, fail, 'DoubleColon "::"'), function($skip, $loc, $0, $1) {
11488
11524
  return { $loc, token: $1 };
11489
11525
  });
11490
11526
  function DoubleColon(state) {
@@ -11509,7 +11545,7 @@ ${input.slice(result.pos)}
11509
11545
  return result;
11510
11546
  }
11511
11547
  }
11512
- var DoubleQuote$0 = $TV($EXPECT($L106, fail, 'DoubleQuote "\\\\\\""'), function($skip, $loc, $0, $1) {
11548
+ var DoubleQuote$0 = $TV($EXPECT($L108, fail, 'DoubleQuote "\\\\\\""'), function($skip, $loc, $0, $1) {
11513
11549
  return { $loc, token: $1 };
11514
11550
  });
11515
11551
  function DoubleQuote(state) {
@@ -11534,7 +11570,7 @@ ${input.slice(result.pos)}
11534
11570
  return result;
11535
11571
  }
11536
11572
  }
11537
- var Else$0 = $TS($S($EXPECT($L107, fail, 'Else "else"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11573
+ var Else$0 = $TS($S($EXPECT($L109, fail, 'Else "else"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11538
11574
  return { $loc, token: $1 };
11539
11575
  });
11540
11576
  function Else(state) {
@@ -11559,7 +11595,7 @@ ${input.slice(result.pos)}
11559
11595
  return result;
11560
11596
  }
11561
11597
  }
11562
- var Equals$0 = $TV($EXPECT($L24, fail, 'Equals "="'), function($skip, $loc, $0, $1) {
11598
+ var Equals$0 = $TV($EXPECT($L25, fail, 'Equals "="'), function($skip, $loc, $0, $1) {
11563
11599
  return { $loc, token: $1 };
11564
11600
  });
11565
11601
  function Equals(state) {
@@ -11584,7 +11620,7 @@ ${input.slice(result.pos)}
11584
11620
  return result;
11585
11621
  }
11586
11622
  }
11587
- var Export$0 = $TS($S($EXPECT($L108, fail, 'Export "export"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11623
+ var Export$0 = $TS($S($EXPECT($L110, fail, 'Export "export"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11588
11624
  return { $loc, token: $1 };
11589
11625
  });
11590
11626
  function Export(state) {
@@ -11609,7 +11645,7 @@ ${input.slice(result.pos)}
11609
11645
  return result;
11610
11646
  }
11611
11647
  }
11612
- var Extends$0 = $TS($S($EXPECT($L109, fail, 'Extends "extends"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11648
+ var Extends$0 = $TS($S($EXPECT($L111, fail, 'Extends "extends"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11613
11649
  return { $loc, token: $1 };
11614
11650
  });
11615
11651
  function Extends(state) {
@@ -11634,7 +11670,7 @@ ${input.slice(result.pos)}
11634
11670
  return result;
11635
11671
  }
11636
11672
  }
11637
- var For$0 = $TS($S($EXPECT($L110, fail, 'For "for"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11673
+ var For$0 = $TS($S($EXPECT($L112, fail, 'For "for"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11638
11674
  return { $loc, token: $1 };
11639
11675
  });
11640
11676
  function For(state) {
@@ -11659,7 +11695,7 @@ ${input.slice(result.pos)}
11659
11695
  return result;
11660
11696
  }
11661
11697
  }
11662
- var From$0 = $TS($S($EXPECT($L111, fail, 'From "from"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11698
+ var From$0 = $TS($S($EXPECT($L113, fail, 'From "from"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11663
11699
  return { $loc, token: $1 };
11664
11700
  });
11665
11701
  function From(state) {
@@ -11684,7 +11720,7 @@ ${input.slice(result.pos)}
11684
11720
  return result;
11685
11721
  }
11686
11722
  }
11687
- var Function$0 = $TS($S($EXPECT($L112, fail, 'Function "function"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11723
+ var Function$0 = $TS($S($EXPECT($L114, fail, 'Function "function"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11688
11724
  return { $loc, token: $1 };
11689
11725
  });
11690
11726
  function Function(state) {
@@ -11709,7 +11745,7 @@ ${input.slice(result.pos)}
11709
11745
  return result;
11710
11746
  }
11711
11747
  }
11712
- var GetOrSet$0 = $TS($S($C($EXPECT($L113, fail, 'GetOrSet "get"'), $EXPECT($L114, fail, 'GetOrSet "set"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11748
+ var GetOrSet$0 = $TS($S($C($EXPECT($L115, fail, 'GetOrSet "get"'), $EXPECT($L116, fail, 'GetOrSet "set"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11713
11749
  return { $loc, token: $1, type: "GetOrSet" };
11714
11750
  });
11715
11751
  function GetOrSet(state) {
@@ -11734,7 +11770,7 @@ ${input.slice(result.pos)}
11734
11770
  return result;
11735
11771
  }
11736
11772
  }
11737
- var If$0 = $TV($TEXT($S($EXPECT($L115, fail, 'If "if"'), NonIdContinue, $E($EXPECT($L5, fail, 'If " "')))), function($skip, $loc, $0, $1) {
11773
+ var If$0 = $TV($TEXT($S($EXPECT($L117, fail, 'If "if"'), NonIdContinue, $E($EXPECT($L6, fail, 'If " "')))), function($skip, $loc, $0, $1) {
11738
11774
  return { $loc, token: $1 };
11739
11775
  });
11740
11776
  function If(state) {
@@ -11759,7 +11795,7 @@ ${input.slice(result.pos)}
11759
11795
  return result;
11760
11796
  }
11761
11797
  }
11762
- var Import$0 = $TS($S($EXPECT($L9, fail, 'Import "import"'), $Y($EXPECT($R45, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
11798
+ var Import$0 = $TS($S($EXPECT($L10, fail, 'Import "import"'), $Y($EXPECT($R45, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
11763
11799
  return { $loc, token: $1 };
11764
11800
  });
11765
11801
  function Import(state) {
@@ -11784,7 +11820,7 @@ ${input.slice(result.pos)}
11784
11820
  return result;
11785
11821
  }
11786
11822
  }
11787
- var In$0 = $TS($S($EXPECT($L72, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11823
+ var In$0 = $TS($S($EXPECT($L74, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11788
11824
  return { $loc, token: $1 };
11789
11825
  });
11790
11826
  function In(state) {
@@ -11809,7 +11845,7 @@ ${input.slice(result.pos)}
11809
11845
  return result;
11810
11846
  }
11811
11847
  }
11812
- var LetOrConst$0 = $TS($S($C($EXPECT($L116, fail, 'LetOrConst "let"'), $EXPECT($L117, fail, 'LetOrConst "const"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11848
+ var LetOrConst$0 = $TS($S($C($EXPECT($L118, fail, 'LetOrConst "let"'), $EXPECT($L119, fail, 'LetOrConst "const"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11813
11849
  return { $loc, token: $1 };
11814
11850
  });
11815
11851
  function LetOrConst(state) {
@@ -11834,7 +11870,7 @@ ${input.slice(result.pos)}
11834
11870
  return result;
11835
11871
  }
11836
11872
  }
11837
- var Loop$0 = $TS($S($EXPECT($L118, fail, 'Loop "loop"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11873
+ var Loop$0 = $TS($S($EXPECT($L120, fail, 'Loop "loop"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11838
11874
  return { $loc, token: "while(true)" };
11839
11875
  });
11840
11876
  function Loop(state) {
@@ -11859,7 +11895,7 @@ ${input.slice(result.pos)}
11859
11895
  return result;
11860
11896
  }
11861
11897
  }
11862
- var New$0 = $TS($S($EXPECT($L119, fail, 'New "new"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11898
+ var New$0 = $TS($S($EXPECT($L121, fail, 'New "new"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11863
11899
  return { $loc, token: $1 };
11864
11900
  });
11865
11901
  function New(state) {
@@ -11884,7 +11920,7 @@ ${input.slice(result.pos)}
11884
11920
  return result;
11885
11921
  }
11886
11922
  }
11887
- var Not$0 = $TS($S(CoffeeNotEnabled, $EXPECT($L71, fail, 'Not "not"'), NonIdContinue, $E($EXPECT($L5, fail, 'Not " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
11923
+ var Not$0 = $TS($S(CoffeeNotEnabled, $EXPECT($L73, fail, 'Not "not"'), NonIdContinue, $E($EXPECT($L6, fail, 'Not " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
11888
11924
  return { $loc, token: "!" };
11889
11925
  });
11890
11926
  function Not(state) {
@@ -11909,7 +11945,7 @@ ${input.slice(result.pos)}
11909
11945
  return result;
11910
11946
  }
11911
11947
  }
11912
- var Of$0 = $TS($S($EXPECT($L65, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11948
+ var Of$0 = $TS($S($EXPECT($L67, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11913
11949
  return { $loc, token: $1 };
11914
11950
  });
11915
11951
  function Of(state) {
@@ -11934,7 +11970,7 @@ ${input.slice(result.pos)}
11934
11970
  return result;
11935
11971
  }
11936
11972
  }
11937
- var OpenAngleBracket$0 = $TV($EXPECT($L120, fail, 'OpenAngleBracket "<"'), function($skip, $loc, $0, $1) {
11973
+ var OpenAngleBracket$0 = $TV($EXPECT($L122, fail, 'OpenAngleBracket "<"'), function($skip, $loc, $0, $1) {
11938
11974
  return { $loc, token: $1 };
11939
11975
  });
11940
11976
  function OpenAngleBracket(state) {
@@ -11959,7 +11995,7 @@ ${input.slice(result.pos)}
11959
11995
  return result;
11960
11996
  }
11961
11997
  }
11962
- var OpenBrace$0 = $TV($EXPECT($L121, fail, 'OpenBrace "{"'), function($skip, $loc, $0, $1) {
11998
+ var OpenBrace$0 = $TV($EXPECT($L123, fail, 'OpenBrace "{"'), function($skip, $loc, $0, $1) {
11963
11999
  return { $loc, token: $1 };
11964
12000
  });
11965
12001
  function OpenBrace(state) {
@@ -11984,7 +12020,7 @@ ${input.slice(result.pos)}
11984
12020
  return result;
11985
12021
  }
11986
12022
  }
11987
- var OpenBracket$0 = $TV($EXPECT($L122, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
12023
+ var OpenBracket$0 = $TV($EXPECT($L124, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
11988
12024
  return { $loc, token: $1 };
11989
12025
  });
11990
12026
  function OpenBracket(state) {
@@ -12009,7 +12045,7 @@ ${input.slice(result.pos)}
12009
12045
  return result;
12010
12046
  }
12011
12047
  }
12012
- var OpenParen$0 = $TV($EXPECT($L123, fail, 'OpenParen "("'), function($skip, $loc, $0, $1) {
12048
+ var OpenParen$0 = $TV($EXPECT($L125, fail, 'OpenParen "("'), function($skip, $loc, $0, $1) {
12013
12049
  return { $loc, token: $1 };
12014
12050
  });
12015
12051
  function OpenParen(state) {
@@ -12034,7 +12070,7 @@ ${input.slice(result.pos)}
12034
12070
  return result;
12035
12071
  }
12036
12072
  }
12037
- var Public$0 = $TS($S($EXPECT($L124, fail, 'Public "public"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12073
+ var Public$0 = $TS($S($EXPECT($L126, fail, 'Public "public"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12038
12074
  return { $loc, token: $1 };
12039
12075
  });
12040
12076
  function Public(state) {
@@ -12059,7 +12095,7 @@ ${input.slice(result.pos)}
12059
12095
  return result;
12060
12096
  }
12061
12097
  }
12062
- var Private$0 = $TS($S($EXPECT($L125, fail, 'Private "private"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12098
+ var Private$0 = $TS($S($EXPECT($L127, fail, 'Private "private"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12063
12099
  return { $loc, token: $1 };
12064
12100
  });
12065
12101
  function Private(state) {
@@ -12084,7 +12120,7 @@ ${input.slice(result.pos)}
12084
12120
  return result;
12085
12121
  }
12086
12122
  }
12087
- var Protected$0 = $TS($S($EXPECT($L126, fail, 'Protected "protected"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12123
+ var Protected$0 = $TS($S($EXPECT($L128, fail, 'Protected "protected"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12088
12124
  return { $loc, token: $1 };
12089
12125
  });
12090
12126
  function Protected(state) {
@@ -12109,7 +12145,7 @@ ${input.slice(result.pos)}
12109
12145
  return result;
12110
12146
  }
12111
12147
  }
12112
- var Pipe$0 = $TV($EXPECT($L127, fail, 'Pipe "|>"'), function($skip, $loc, $0, $1) {
12148
+ var Pipe$0 = $TV($EXPECT($L129, fail, 'Pipe "|>"'), function($skip, $loc, $0, $1) {
12113
12149
  return { $loc, token: $1 };
12114
12150
  });
12115
12151
  function Pipe(state) {
@@ -12134,7 +12170,7 @@ ${input.slice(result.pos)}
12134
12170
  return result;
12135
12171
  }
12136
12172
  }
12137
- var QuestionMark$0 = $TV($EXPECT($L69, fail, 'QuestionMark "?"'), function($skip, $loc, $0, $1) {
12173
+ var QuestionMark$0 = $TV($EXPECT($L71, fail, 'QuestionMark "?"'), function($skip, $loc, $0, $1) {
12138
12174
  return { $loc, token: $1 };
12139
12175
  });
12140
12176
  function QuestionMark(state) {
@@ -12159,7 +12195,7 @@ ${input.slice(result.pos)}
12159
12195
  return result;
12160
12196
  }
12161
12197
  }
12162
- var Readonly$0 = $TS($S($EXPECT($L128, fail, 'Readonly "readonly"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12198
+ var Readonly$0 = $TS($S($EXPECT($L130, fail, 'Readonly "readonly"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12163
12199
  return { $loc, token: $1, ts: true };
12164
12200
  });
12165
12201
  function Readonly(state) {
@@ -12184,7 +12220,7 @@ ${input.slice(result.pos)}
12184
12220
  return result;
12185
12221
  }
12186
12222
  }
12187
- var Return$0 = $TS($S($EXPECT($L129, fail, 'Return "return"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12223
+ var Return$0 = $TS($S($EXPECT($L131, fail, 'Return "return"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12188
12224
  return { $loc, token: $1 };
12189
12225
  });
12190
12226
  function Return(state) {
@@ -12209,7 +12245,7 @@ ${input.slice(result.pos)}
12209
12245
  return result;
12210
12246
  }
12211
12247
  }
12212
- var Satisfies$0 = $TS($S($EXPECT($L130, fail, 'Satisfies "satisfies"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12248
+ var Satisfies$0 = $TS($S($EXPECT($L132, fail, 'Satisfies "satisfies"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12213
12249
  return { $loc, token: $1 };
12214
12250
  });
12215
12251
  function Satisfies(state) {
@@ -12234,7 +12270,7 @@ ${input.slice(result.pos)}
12234
12270
  return result;
12235
12271
  }
12236
12272
  }
12237
- var Semicolon$0 = $TV($EXPECT($L77, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
12273
+ var Semicolon$0 = $TV($EXPECT($L79, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
12238
12274
  return { $loc, token: $1 };
12239
12275
  });
12240
12276
  function Semicolon(state) {
@@ -12259,7 +12295,7 @@ ${input.slice(result.pos)}
12259
12295
  return result;
12260
12296
  }
12261
12297
  }
12262
- var SingleQuote$0 = $TV($EXPECT($L131, fail, `SingleQuote "'"`), function($skip, $loc, $0, $1) {
12298
+ var SingleQuote$0 = $TV($EXPECT($L133, fail, `SingleQuote "'"`), function($skip, $loc, $0, $1) {
12263
12299
  return { $loc, token: $1 };
12264
12300
  });
12265
12301
  function SingleQuote(state) {
@@ -12284,7 +12320,7 @@ ${input.slice(result.pos)}
12284
12320
  return result;
12285
12321
  }
12286
12322
  }
12287
- var Star$0 = $TV($EXPECT($L47, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
12323
+ var Star$0 = $TV($EXPECT($L48, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
12288
12324
  return { $loc, token: $1 };
12289
12325
  });
12290
12326
  function Star(state) {
@@ -12309,10 +12345,10 @@ ${input.slice(result.pos)}
12309
12345
  return result;
12310
12346
  }
12311
12347
  }
12312
- var Static$0 = $TS($S($EXPECT($L132, fail, 'Static "static"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12348
+ var Static$0 = $TS($S($EXPECT($L134, fail, 'Static "static"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12313
12349
  return { $loc, token: $1 };
12314
12350
  });
12315
- var Static$1 = $TS($S($EXPECT($L91, fail, 'Static "@"'), $N($C($EXPECT($L123, fail, 'Static "("'), $EXPECT($L91, fail, 'Static "@"')))), function($skip, $loc, $0, $1, $2) {
12351
+ var Static$1 = $TS($S($EXPECT($L93, fail, 'Static "@"'), $N($C($EXPECT($L125, fail, 'Static "("'), $EXPECT($L93, fail, 'Static "@"')))), function($skip, $loc, $0, $1, $2) {
12316
12352
  return { $loc, token: "static " };
12317
12353
  });
12318
12354
  function Static(state) {
@@ -12337,7 +12373,7 @@ ${input.slice(result.pos)}
12337
12373
  return result;
12338
12374
  }
12339
12375
  }
12340
- var SubstitutionStart$0 = $TV($EXPECT($L133, fail, 'SubstitutionStart "${"'), function($skip, $loc, $0, $1) {
12376
+ var SubstitutionStart$0 = $TV($EXPECT($L135, fail, 'SubstitutionStart "${"'), function($skip, $loc, $0, $1) {
12341
12377
  return { $loc, token: $1 };
12342
12378
  });
12343
12379
  function SubstitutionStart(state) {
@@ -12362,7 +12398,7 @@ ${input.slice(result.pos)}
12362
12398
  return result;
12363
12399
  }
12364
12400
  }
12365
- var Switch$0 = $TS($S($EXPECT($L134, fail, 'Switch "switch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12401
+ var Switch$0 = $TS($S($EXPECT($L136, fail, 'Switch "switch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12366
12402
  return { $loc, token: $1 };
12367
12403
  });
12368
12404
  function Switch(state) {
@@ -12387,7 +12423,7 @@ ${input.slice(result.pos)}
12387
12423
  return result;
12388
12424
  }
12389
12425
  }
12390
- var Target$0 = $TS($S($EXPECT($L135, fail, 'Target "target"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12426
+ var Target$0 = $TS($S($EXPECT($L137, fail, 'Target "target"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12391
12427
  return { $loc, token: $1 };
12392
12428
  });
12393
12429
  function Target(state) {
@@ -12412,7 +12448,7 @@ ${input.slice(result.pos)}
12412
12448
  return result;
12413
12449
  }
12414
12450
  }
12415
- var Then$0 = $TS($S(__, $EXPECT($L136, fail, 'Then "then"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
12451
+ var Then$0 = $TS($S(__, $EXPECT($L138, fail, 'Then "then"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
12416
12452
  return { $loc, token: "" };
12417
12453
  });
12418
12454
  function Then(state) {
@@ -12437,7 +12473,7 @@ ${input.slice(result.pos)}
12437
12473
  return result;
12438
12474
  }
12439
12475
  }
12440
- var This$0 = $TS($S($EXPECT($L137, fail, 'This "this"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12476
+ var This$0 = $TS($S($EXPECT($L139, fail, 'This "this"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12441
12477
  return { $loc, token: $1 };
12442
12478
  });
12443
12479
  function This(state) {
@@ -12462,7 +12498,7 @@ ${input.slice(result.pos)}
12462
12498
  return result;
12463
12499
  }
12464
12500
  }
12465
- var Throw$0 = $TS($S($EXPECT($L138, fail, 'Throw "throw"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12501
+ var Throw$0 = $TS($S($EXPECT($L140, fail, 'Throw "throw"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12466
12502
  return { $loc, token: $1 };
12467
12503
  });
12468
12504
  function Throw(state) {
@@ -12487,7 +12523,7 @@ ${input.slice(result.pos)}
12487
12523
  return result;
12488
12524
  }
12489
12525
  }
12490
- var TripleDoubleQuote$0 = $TV($EXPECT($L139, fail, 'TripleDoubleQuote "\\\\\\"\\\\\\"\\\\\\""'), function($skip, $loc, $0, $1) {
12526
+ var TripleDoubleQuote$0 = $TV($EXPECT($L141, fail, 'TripleDoubleQuote "\\\\\\"\\\\\\"\\\\\\""'), function($skip, $loc, $0, $1) {
12491
12527
  return { $loc, token: "`" };
12492
12528
  });
12493
12529
  function TripleDoubleQuote(state) {
@@ -12512,7 +12548,7 @@ ${input.slice(result.pos)}
12512
12548
  return result;
12513
12549
  }
12514
12550
  }
12515
- var TripleSingleQuote$0 = $TV($EXPECT($L140, fail, `TripleSingleQuote "'''"`), function($skip, $loc, $0, $1) {
12551
+ var TripleSingleQuote$0 = $TV($EXPECT($L142, fail, `TripleSingleQuote "'''"`), function($skip, $loc, $0, $1) {
12516
12552
  return { $loc, token: "`" };
12517
12553
  });
12518
12554
  function TripleSingleQuote(state) {
@@ -12537,7 +12573,7 @@ ${input.slice(result.pos)}
12537
12573
  return result;
12538
12574
  }
12539
12575
  }
12540
- var TripleSlash$0 = $TV($EXPECT($L141, fail, 'TripleSlash "///"'), function($skip, $loc, $0, $1) {
12576
+ var TripleSlash$0 = $TV($EXPECT($L143, fail, 'TripleSlash "///"'), function($skip, $loc, $0, $1) {
12541
12577
  return { $loc, token: "/" };
12542
12578
  });
12543
12579
  function TripleSlash(state) {
@@ -12562,7 +12598,7 @@ ${input.slice(result.pos)}
12562
12598
  return result;
12563
12599
  }
12564
12600
  }
12565
- var TripleTick$0 = $TV($EXPECT($L142, fail, 'TripleTick "```"'), function($skip, $loc, $0, $1) {
12601
+ var TripleTick$0 = $TV($EXPECT($L144, fail, 'TripleTick "```"'), function($skip, $loc, $0, $1) {
12566
12602
  return { $loc, token: "`" };
12567
12603
  });
12568
12604
  function TripleTick(state) {
@@ -12587,7 +12623,7 @@ ${input.slice(result.pos)}
12587
12623
  return result;
12588
12624
  }
12589
12625
  }
12590
- var Try$0 = $TS($S($EXPECT($L143, fail, 'Try "try"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12626
+ var Try$0 = $TS($S($EXPECT($L145, fail, 'Try "try"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12591
12627
  return { $loc, token: $1 };
12592
12628
  });
12593
12629
  function Try(state) {
@@ -12612,7 +12648,7 @@ ${input.slice(result.pos)}
12612
12648
  return result;
12613
12649
  }
12614
12650
  }
12615
- var Typeof$0 = $TS($S($EXPECT($L144, fail, 'Typeof "typeof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12651
+ var Typeof$0 = $TS($S($EXPECT($L146, fail, 'Typeof "typeof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12616
12652
  return { $loc, token: $1 };
12617
12653
  });
12618
12654
  function Typeof(state) {
@@ -12637,7 +12673,7 @@ ${input.slice(result.pos)}
12637
12673
  return result;
12638
12674
  }
12639
12675
  }
12640
- var Unless$0 = $TS($S($EXPECT($L145, fail, 'Unless "unless"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12676
+ var Unless$0 = $TS($S($EXPECT($L147, fail, 'Unless "unless"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12641
12677
  return { $loc, token: $1 };
12642
12678
  });
12643
12679
  function Unless(state) {
@@ -12662,7 +12698,7 @@ ${input.slice(result.pos)}
12662
12698
  return result;
12663
12699
  }
12664
12700
  }
12665
- var Until$0 = $TS($S($EXPECT($L146, fail, 'Until "until"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12701
+ var Until$0 = $TS($S($EXPECT($L148, fail, 'Until "until"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12666
12702
  return { $loc, token: $1 };
12667
12703
  });
12668
12704
  function Until(state) {
@@ -12687,7 +12723,7 @@ ${input.slice(result.pos)}
12687
12723
  return result;
12688
12724
  }
12689
12725
  }
12690
- var Var$0 = $TS($S($EXPECT($L147, fail, 'Var "var"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12726
+ var Var$0 = $TS($S($EXPECT($L149, fail, 'Var "var"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12691
12727
  return { $loc, token: $1 };
12692
12728
  });
12693
12729
  function Var(state) {
@@ -12712,7 +12748,7 @@ ${input.slice(result.pos)}
12712
12748
  return result;
12713
12749
  }
12714
12750
  }
12715
- var Void$0 = $TS($S($EXPECT($L148, fail, 'Void "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12751
+ var Void$0 = $TS($S($EXPECT($L150, fail, 'Void "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12716
12752
  return { $loc, token: $1 };
12717
12753
  });
12718
12754
  function Void(state) {
@@ -12737,7 +12773,7 @@ ${input.slice(result.pos)}
12737
12773
  return result;
12738
12774
  }
12739
12775
  }
12740
- var When$0 = $TS($S($EXPECT($L149, fail, 'When "when"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12776
+ var When$0 = $TS($S($EXPECT($L151, fail, 'When "when"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12741
12777
  return { $loc, token: "case" };
12742
12778
  });
12743
12779
  function When(state) {
@@ -12762,7 +12798,7 @@ ${input.slice(result.pos)}
12762
12798
  return result;
12763
12799
  }
12764
12800
  }
12765
- var While$0 = $TS($S($EXPECT($L150, fail, 'While "while"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12801
+ var While$0 = $TS($S($EXPECT($L152, fail, 'While "while"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12766
12802
  return { $loc, token: $1 };
12767
12803
  });
12768
12804
  function While(state) {
@@ -12787,7 +12823,7 @@ ${input.slice(result.pos)}
12787
12823
  return result;
12788
12824
  }
12789
12825
  }
12790
- var Yield$0 = $TS($S($EXPECT($L151, fail, 'Yield "yield"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12826
+ var Yield$0 = $TS($S($EXPECT($L153, fail, 'Yield "yield"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12791
12827
  return { $loc, token: $1 };
12792
12828
  });
12793
12829
  function Yield(state) {
@@ -12919,7 +12955,7 @@ ${input.slice(result.pos)}
12919
12955
  return result;
12920
12956
  }
12921
12957
  }
12922
- var JSXSelfClosingElement$0 = $TS($S($EXPECT($L120, fail, 'JSXSelfClosingElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L152, fail, 'JSXSelfClosingElement "/>"')), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
12958
+ var JSXSelfClosingElement$0 = $TS($S($EXPECT($L122, fail, 'JSXSelfClosingElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L154, fail, 'JSXSelfClosingElement "/>"')), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
12923
12959
  return { type: "JSXElement", children: $0 };
12924
12960
  });
12925
12961
  function JSXSelfClosingElement(state) {
@@ -12944,7 +12980,7 @@ ${input.slice(result.pos)}
12944
12980
  return result;
12945
12981
  }
12946
12982
  }
12947
- var JSXOpeningElement$0 = $S($EXPECT($L120, fail, 'JSXOpeningElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L25, fail, 'JSXOpeningElement ">"'));
12983
+ var JSXOpeningElement$0 = $S($EXPECT($L122, fail, 'JSXOpeningElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L26, fail, 'JSXOpeningElement ">"'));
12948
12984
  function JSXOpeningElement(state) {
12949
12985
  let eventData;
12950
12986
  if (state.events) {
@@ -12967,7 +13003,7 @@ ${input.slice(result.pos)}
12967
13003
  return result;
12968
13004
  }
12969
13005
  }
12970
- var JSXClosingElement$0 = $S($EXPECT($L153, fail, 'JSXClosingElement "</"'), $E(Whitespace), $TEXT(JSXElementName), $E(Whitespace), $EXPECT($L25, fail, 'JSXClosingElement ">"'));
13006
+ var JSXClosingElement$0 = $S($EXPECT($L155, fail, 'JSXClosingElement "</"'), $E(Whitespace), $TEXT(JSXElementName), $E(Whitespace), $EXPECT($L26, fail, 'JSXClosingElement ">"'));
12971
13007
  function JSXClosingElement(state) {
12972
13008
  let eventData;
12973
13009
  if (state.events) {
@@ -12990,14 +13026,14 @@ ${input.slice(result.pos)}
12990
13026
  return result;
12991
13027
  }
12992
13028
  }
12993
- var JSXFragment$0 = $TS($S($EXPECT($L154, fail, 'JSXFragment "<>"'), $E(JSXChildren), $E(Whitespace), $EXPECT($L155, fail, 'JSXFragment "</>"')), function($skip, $loc, $0, $1, $2, $3, $4) {
13029
+ var JSXFragment$0 = $TS($S($EXPECT($L156, fail, 'JSXFragment "<>"'), $E(JSXChildren), $E(Whitespace), $EXPECT($L157, fail, 'JSXFragment "</>"')), function($skip, $loc, $0, $1, $2, $3, $4) {
12994
13030
  if ($2) {
12995
13031
  return { type: "JSXFragment", children: $0, jsxChildren: $2.jsxChildren };
12996
13032
  } else {
12997
13033
  return { type: "JSXFragment", children: $0, jsxChildren: [] };
12998
13034
  }
12999
13035
  });
13000
- var JSXFragment$1 = $TS($S($EXPECT($L154, fail, 'JSXFragment "<>"'), JSXMixedChildren, InsertNewline, InsertIndent), function($skip, $loc, $0, $1, $2, $3, $4) {
13036
+ var JSXFragment$1 = $TS($S($EXPECT($L156, fail, 'JSXFragment "<>"'), JSXMixedChildren, InsertNewline, InsertIndent), function($skip, $loc, $0, $1, $2, $3, $4) {
13001
13037
  return { type: "JSXFragment", children: [...$0, "</>"], jsxChildren: $2.jsxChildren };
13002
13038
  });
13003
13039
  function JSXFragment(state) {
@@ -13224,7 +13260,7 @@ ${input.slice(result.pos)}
13224
13260
  }
13225
13261
  });
13226
13262
  var JSXAttribute$2 = $S(InsertInlineOpenBrace, DotDotDot, InlineJSXAttributeValue, InsertCloseBrace);
13227
- var JSXAttribute$3 = $TS($S($EXPECT($L7, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
13263
+ var JSXAttribute$3 = $TS($S($EXPECT($L8, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
13228
13264
  return [" ", "id=", $2];
13229
13265
  });
13230
13266
  var JSXAttribute$4 = $TS($S(Dot, JSXShorthandString), function($skip, $loc, $0, $1, $2) {
@@ -13531,8 +13567,8 @@ ${input.slice(result.pos)}
13531
13567
  return result;
13532
13568
  }
13533
13569
  }
13534
- var InlineJSXCallExpression$0 = $S($EXPECT($L8, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments);
13535
- var InlineJSXCallExpression$1 = $S($EXPECT($L9, fail, 'InlineJSXCallExpression "import"'), OpenParen, ExtendedExpression, __, CloseParen);
13570
+ var InlineJSXCallExpression$0 = $S($EXPECT($L9, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments);
13571
+ var InlineJSXCallExpression$1 = $S($EXPECT($L10, fail, 'InlineJSXCallExpression "import"'), OpenParen, ExtendedExpression, __, CloseParen);
13536
13572
  var InlineJSXCallExpression$2 = $TS($S(InlineJSXMemberExpression, $Q(InlineJSXCallExpressionRest)), function($skip, $loc, $0, $1, $2) {
13537
13573
  if ($2.length)
13538
13574
  return $0;
@@ -13747,7 +13783,7 @@ ${input.slice(result.pos)}
13747
13783
  }
13748
13784
  return $skip;
13749
13785
  });
13750
- var JSXNestedChildren$1 = $TV($Y($C(EOS, $EXPECT($L15, fail, 'JSXNestedChildren "}"'))), function($skip, $loc, $0, $1) {
13786
+ var JSXNestedChildren$1 = $TV($Y($C(EOS, $EXPECT($L16, fail, 'JSXNestedChildren "}"'))), function($skip, $loc, $0, $1) {
13751
13787
  return { children: [], jsxChildren: [] };
13752
13788
  });
13753
13789
  function JSXNestedChildren(state) {
@@ -13822,7 +13858,7 @@ ${input.slice(result.pos)}
13822
13858
  return result;
13823
13859
  }
13824
13860
  }
13825
- var JSXComment$0 = $TS($S($EXPECT($L156, fail, 'JSXComment "<!--"'), JSXCommentContent, $EXPECT($L157, fail, 'JSXComment "-->"')), function($skip, $loc, $0, $1, $2, $3) {
13861
+ var JSXComment$0 = $TS($S($EXPECT($L158, fail, 'JSXComment "<!--"'), JSXCommentContent, $EXPECT($L159, fail, 'JSXComment "-->"')), function($skip, $loc, $0, $1, $2, $3) {
13826
13862
  return ["{/*", $2, "*/}"];
13827
13863
  });
13828
13864
  function JSXComment(state) {
@@ -13999,7 +14035,7 @@ ${input.slice(result.pos)}
13999
14035
  return result;
14000
14036
  }
14001
14037
  }
14002
- var TypeDeclarationModifier$0 = $S($EXPECT($L158, fail, 'TypeDeclarationModifier "declare"'), NonIdContinue);
14038
+ var TypeDeclarationModifier$0 = $S($EXPECT($L160, fail, 'TypeDeclarationModifier "declare"'), NonIdContinue);
14003
14039
  var TypeDeclarationModifier$1 = Export;
14004
14040
  function TypeDeclarationModifier(state) {
14005
14041
  let eventData;
@@ -14095,7 +14131,7 @@ ${input.slice(result.pos)}
14095
14131
  return result;
14096
14132
  }
14097
14133
  }
14098
- var TypeKeyword$0 = $S($EXPECT($L159, fail, 'TypeKeyword "type"'), NonIdContinue);
14134
+ var TypeKeyword$0 = $S($EXPECT($L161, fail, 'TypeKeyword "type"'), NonIdContinue);
14099
14135
  function TypeKeyword(state) {
14100
14136
  let eventData;
14101
14137
  if (state.events) {
@@ -14118,7 +14154,7 @@ ${input.slice(result.pos)}
14118
14154
  return result;
14119
14155
  }
14120
14156
  }
14121
- var Interface$0 = $S($EXPECT($L160, fail, 'Interface "interface"'), NonIdContinue);
14157
+ var Interface$0 = $S($EXPECT($L162, fail, 'Interface "interface"'), NonIdContinue);
14122
14158
  function Interface(state) {
14123
14159
  let eventData;
14124
14160
  if (state.events) {
@@ -14141,7 +14177,7 @@ ${input.slice(result.pos)}
14141
14177
  return result;
14142
14178
  }
14143
14179
  }
14144
- var Namespace$0 = $S($EXPECT($L161, fail, 'Namespace "namespace"'), NonIdContinue);
14180
+ var Namespace$0 = $S($EXPECT($L163, fail, 'Namespace "namespace"'), NonIdContinue);
14145
14181
  function Namespace(state) {
14146
14182
  let eventData;
14147
14183
  if (state.events) {
@@ -14366,7 +14402,7 @@ ${input.slice(result.pos)}
14366
14402
  return result;
14367
14403
  }
14368
14404
  }
14369
- var TypeIndexSignature$0 = $S($E($S($R$0($EXPECT($R50, fail, "TypeIndexSignature /[+-]?/")), $EXPECT($L128, fail, 'TypeIndexSignature "readonly"'), __)), OpenBracket, TypeIndex, CloseBracket, $E($S(__, $R$0($EXPECT($R51, fail, "TypeIndexSignature /[+-]/")), QuestionMark)));
14405
+ var TypeIndexSignature$0 = $S($E($S($R$0($EXPECT($R50, fail, "TypeIndexSignature /[+-]?/")), $EXPECT($L130, fail, 'TypeIndexSignature "readonly"'), __)), OpenBracket, TypeIndex, CloseBracket, $E($S(__, $R$0($EXPECT($R51, fail, "TypeIndexSignature /[+-]/")), QuestionMark)));
14370
14406
  function TypeIndexSignature(state) {
14371
14407
  let eventData;
14372
14408
  if (state.events) {
@@ -14438,7 +14474,7 @@ ${input.slice(result.pos)}
14438
14474
  return result;
14439
14475
  }
14440
14476
  }
14441
- var ReturnTypeSuffix$0 = $TS($S(__, Colon, $E($S(__, $EXPECT($L162, fail, 'ReturnTypeSuffix "asserts"'), NonIdContinue)), TypePredicate), function($skip, $loc, $0, $1, $2, $3, $4) {
14477
+ var ReturnTypeSuffix$0 = $TS($S(__, Colon, $E($S(__, $EXPECT($L164, fail, 'ReturnTypeSuffix "asserts"'), NonIdContinue)), TypePredicate), function($skip, $loc, $0, $1, $2, $3, $4) {
14442
14478
  const children = [...$1, $2];
14443
14479
  if ($3)
14444
14480
  children.push($3);
@@ -14471,7 +14507,7 @@ ${input.slice(result.pos)}
14471
14507
  return result;
14472
14508
  }
14473
14509
  }
14474
- var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L73, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
14510
+ var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L75, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
14475
14511
  if (!$2)
14476
14512
  return $1;
14477
14513
  return $0;
@@ -14597,10 +14633,10 @@ ${input.slice(result.pos)}
14597
14633
  return result;
14598
14634
  }
14599
14635
  }
14600
- var TypeUnaryOp$0 = $S($EXPECT($L163, fail, 'TypeUnaryOp "keyof"'), NonIdContinue);
14601
- var TypeUnaryOp$1 = $S($EXPECT($L144, fail, 'TypeUnaryOp "typeof"'), NonIdContinue);
14602
- var TypeUnaryOp$2 = $S($EXPECT($L164, fail, 'TypeUnaryOp "infer"'), NonIdContinue);
14603
- var TypeUnaryOp$3 = $S($EXPECT($L128, fail, 'TypeUnaryOp "readonly"'), NonIdContinue);
14636
+ var TypeUnaryOp$0 = $S($EXPECT($L165, fail, 'TypeUnaryOp "keyof"'), NonIdContinue);
14637
+ var TypeUnaryOp$1 = $S($EXPECT($L146, fail, 'TypeUnaryOp "typeof"'), NonIdContinue);
14638
+ var TypeUnaryOp$2 = $S($EXPECT($L166, fail, 'TypeUnaryOp "infer"'), NonIdContinue);
14639
+ var TypeUnaryOp$3 = $S($EXPECT($L130, fail, 'TypeUnaryOp "readonly"'), NonIdContinue);
14604
14640
  function TypeUnaryOp(state) {
14605
14641
  let eventData;
14606
14642
  if (state.events) {
@@ -14649,9 +14685,10 @@ ${input.slice(result.pos)}
14649
14685
  var TypePrimary$0 = InterfaceBlock;
14650
14686
  var TypePrimary$1 = $S(__, OpenParen, Type, __, CloseParen);
14651
14687
  var TypePrimary$2 = $S(__, TypeTuple);
14652
- var TypePrimary$3 = $S($Q(_), FunctionType);
14653
- var TypePrimary$4 = $S($Q(_), TypeLiteral);
14654
- var TypePrimary$5 = $S($Q(_), IdentifierName, $Q($S(Dot, IdentifierName)), $E(TypeArguments));
14688
+ var TypePrimary$3 = $S($Q(_), ImportType);
14689
+ var TypePrimary$4 = $S($Q(_), FunctionType);
14690
+ var TypePrimary$5 = $S($Q(_), TypeLiteral);
14691
+ var TypePrimary$6 = $S($Q(_), IdentifierName, $Q($S(Dot, IdentifierName)), $E(TypeArguments));
14655
14692
  function TypePrimary(state) {
14656
14693
  let eventData;
14657
14694
  if (state.events) {
@@ -14663,17 +14700,41 @@ ${input.slice(result.pos)}
14663
14700
  }
14664
14701
  }
14665
14702
  if (state.tokenize) {
14666
- const result = $TOKEN("TypePrimary", state, TypePrimary$0(state) || TypePrimary$1(state) || TypePrimary$2(state) || TypePrimary$3(state) || TypePrimary$4(state) || TypePrimary$5(state));
14703
+ const result = $TOKEN("TypePrimary", state, TypePrimary$0(state) || TypePrimary$1(state) || TypePrimary$2(state) || TypePrimary$3(state) || TypePrimary$4(state) || TypePrimary$5(state) || TypePrimary$6(state));
14667
14704
  if (state.events)
14668
14705
  state.events.exit?.("TypePrimary", state, result, eventData);
14669
14706
  return result;
14670
14707
  } else {
14671
- const result = TypePrimary$0(state) || TypePrimary$1(state) || TypePrimary$2(state) || TypePrimary$3(state) || TypePrimary$4(state) || TypePrimary$5(state);
14708
+ const result = TypePrimary$0(state) || TypePrimary$1(state) || TypePrimary$2(state) || TypePrimary$3(state) || TypePrimary$4(state) || TypePrimary$5(state) || TypePrimary$6(state);
14672
14709
  if (state.events)
14673
14710
  state.events.exit?.("TypePrimary", state, result, eventData);
14674
14711
  return result;
14675
14712
  }
14676
14713
  }
14714
+ var ImportType$0 = $S($EXPECT($L10, fail, 'ImportType "import"'), OpenParen, __, BasicStringLiteral, __, CloseParen, $E($S(Dot, IdentifierName)), $E(TypeArguments));
14715
+ var ImportType$1 = $S($EXPECT($L10, fail, 'ImportType "import"'), InsertOpenParen, Trimmed_, BasicStringLiteral, InsertCloseParen);
14716
+ function ImportType(state) {
14717
+ let eventData;
14718
+ if (state.events) {
14719
+ const result = state.events.enter?.("ImportType", state);
14720
+ if (result) {
14721
+ if (result.cache)
14722
+ return result.cache;
14723
+ eventData = result.data;
14724
+ }
14725
+ }
14726
+ if (state.tokenize) {
14727
+ const result = $TOKEN("ImportType", state, ImportType$0(state) || ImportType$1(state));
14728
+ if (state.events)
14729
+ state.events.exit?.("ImportType", state, result, eventData);
14730
+ return result;
14731
+ } else {
14732
+ const result = ImportType$0(state) || ImportType$1(state);
14733
+ if (state.events)
14734
+ state.events.exit?.("ImportType", state, result, eventData);
14735
+ return result;
14736
+ }
14737
+ }
14677
14738
  var TypeTuple$0 = $S(OpenBracket, NestedTypeList, __, CloseBracket);
14678
14739
  var TypeTuple$1 = $S(OpenBracket, $E(TypeList), __, CloseBracket);
14679
14740
  function TypeTuple(state) {
@@ -14772,7 +14833,7 @@ ${input.slice(result.pos)}
14772
14833
  return result;
14773
14834
  }
14774
14835
  }
14775
- var TypeConditional$0 = $TS($S(TypeBinary, $E($S(__, $EXPECT($L109, fail, 'TypeConditional "extends"'), NonIdContinue, Type, $E($S(__, QuestionMark, Type, __, Colon, Type))))), function($skip, $loc, $0, $1, $2) {
14836
+ var TypeConditional$0 = $TS($S(TypeBinary, $E($S(__, $EXPECT($L111, fail, 'TypeConditional "extends"'), NonIdContinue, Type, $E($S(__, QuestionMark, Type, __, Colon, Type))))), function($skip, $loc, $0, $1, $2) {
14776
14837
  if ($2)
14777
14838
  return $0;
14778
14839
  return $1;
@@ -14801,10 +14862,10 @@ ${input.slice(result.pos)}
14801
14862
  }
14802
14863
  var TypeLiteral$0 = Literal;
14803
14864
  var TypeLiteral$1 = TemplateLiteral;
14804
- var TypeLiteral$2 = $TS($S($EXPECT($L148, fail, 'TypeLiteral "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14865
+ var TypeLiteral$2 = $TS($S($EXPECT($L150, fail, 'TypeLiteral "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
14805
14866
  return { $loc, token: "void" };
14806
14867
  });
14807
- var TypeLiteral$3 = $TV($EXPECT($L165, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
14868
+ var TypeLiteral$3 = $TV($EXPECT($L167, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
14808
14869
  return { $loc, token: "[]" };
14809
14870
  });
14810
14871
  function TypeLiteral(state) {
@@ -14829,10 +14890,10 @@ ${input.slice(result.pos)}
14829
14890
  return result;
14830
14891
  }
14831
14892
  }
14832
- var TypeBinaryOp$0 = $TV($EXPECT($L76, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
14893
+ var TypeBinaryOp$0 = $TV($EXPECT($L78, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
14833
14894
  return { $loc, token: "|" };
14834
14895
  });
14835
- var TypeBinaryOp$1 = $TV($EXPECT($L74, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
14896
+ var TypeBinaryOp$1 = $TV($EXPECT($L76, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
14836
14897
  return { $loc, token: "&" };
14837
14898
  });
14838
14899
  function TypeBinaryOp(state) {
@@ -14857,7 +14918,13 @@ ${input.slice(result.pos)}
14857
14918
  return result;
14858
14919
  }
14859
14920
  }
14860
- var FunctionType$0 = $S(Parameters, __, $EXPECT($L4, fail, 'FunctionType "=>"'), Type);
14921
+ var FunctionType$0 = $TS($S(Parameters, __, $EXPECT($L5, fail, 'FunctionType "=>"'), $E(Type)), function($skip, $loc, $0, $1, $2, $3, $4) {
14922
+ var type = $4;
14923
+ if (type) {
14924
+ return $0;
14925
+ }
14926
+ return [...$0, "void"];
14927
+ });
14861
14928
  function FunctionType(state) {
14862
14929
  let eventData;
14863
14930
  if (state.events) {
@@ -14880,7 +14947,7 @@ ${input.slice(result.pos)}
14880
14947
  return result;
14881
14948
  }
14882
14949
  }
14883
- var TypeArguments$0 = $TS($S($EXPECT($L120, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L25, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
14950
+ var TypeArguments$0 = $TS($S($EXPECT($L122, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L26, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
14884
14951
  return { ts: true, children: $0 };
14885
14952
  });
14886
14953
  function TypeArguments(state) {
@@ -14951,7 +15018,7 @@ ${input.slice(result.pos)}
14951
15018
  return result;
14952
15019
  }
14953
15020
  }
14954
- var TypeParameters$0 = $TS($S(__, $EXPECT($L120, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L25, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
15021
+ var TypeParameters$0 = $TS($S(__, $EXPECT($L122, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L26, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
14955
15022
  var parameters = $3;
14956
15023
  return {
14957
15024
  type: "TypeParameters",
@@ -15005,7 +15072,7 @@ ${input.slice(result.pos)}
15005
15072
  return result;
15006
15073
  }
15007
15074
  }
15008
- var TypeConstraint$0 = $S(__, $EXPECT($L109, fail, 'TypeConstraint "extends"'), NonIdContinue, Type);
15075
+ var TypeConstraint$0 = $S(__, $EXPECT($L111, fail, 'TypeConstraint "extends"'), NonIdContinue, Type);
15009
15076
  function TypeConstraint(state) {
15010
15077
  let eventData;
15011
15078
  if (state.events) {
@@ -15028,7 +15095,7 @@ ${input.slice(result.pos)}
15028
15095
  return result;
15029
15096
  }
15030
15097
  }
15031
- var TypeInitializer$0 = $S(__, $EXPECT($L24, fail, 'TypeInitializer "="'), Type);
15098
+ var TypeInitializer$0 = $S(__, $EXPECT($L25, fail, 'TypeInitializer "="'), Type);
15032
15099
  function TypeInitializer(state) {
15033
15100
  let eventData;
15034
15101
  if (state.events) {
@@ -15052,7 +15119,7 @@ ${input.slice(result.pos)}
15052
15119
  }
15053
15120
  }
15054
15121
  var TypeParameterDelimiter$0 = $S($Q(_), Comma);
15055
- var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L25, fail, 'TypeParameterDelimiter ">"')));
15122
+ var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L26, fail, 'TypeParameterDelimiter ">"')));
15056
15123
  var TypeParameterDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
15057
15124
  return value[1];
15058
15125
  });
@@ -15131,7 +15198,7 @@ ${input.slice(result.pos)}
15131
15198
  return result;
15132
15199
  }
15133
15200
  }
15134
- var CivetPrologueContent$0 = $TS($S($EXPECT($L166, fail, 'CivetPrologueContent "civet"'), NonIdContinue, $Q(CivetOption), $EXPECT($R54, fail, "CivetPrologueContent /[\\s]*/")), function($skip, $loc, $0, $1, $2, $3, $4) {
15201
+ var CivetPrologueContent$0 = $TS($S($EXPECT($L168, fail, 'CivetPrologueContent "civet"'), NonIdContinue, $Q(CivetOption), $EXPECT($R54, fail, "CivetPrologueContent /[\\s]*/")), function($skip, $loc, $0, $1, $2, $3, $4) {
15135
15202
  var options = $3;
15136
15203
  return {
15137
15204
  type: "CivetPrologue",
@@ -15292,7 +15359,7 @@ ${input.slice(result.pos)}
15292
15359
  return result;
15293
15360
  }
15294
15361
  }
15295
- var Debugger$0 = $TV($EXPECT($L0, fail, 'Debugger ""'), function($skip, $loc, $0, $1) {
15362
+ var Debugger$0 = $TV($EXPECT($L1, fail, 'Debugger ""'), function($skip, $loc, $0, $1) {
15296
15363
  debugger;
15297
15364
  });
15298
15365
  function Debugger(state) {
@@ -15317,7 +15384,7 @@ ${input.slice(result.pos)}
15317
15384
  return result;
15318
15385
  }
15319
15386
  }
15320
- var InsertOpenParen$0 = $TV($EXPECT($L0, fail, 'InsertOpenParen ""'), function($skip, $loc, $0, $1) {
15387
+ var InsertOpenParen$0 = $TV($EXPECT($L1, fail, 'InsertOpenParen ""'), function($skip, $loc, $0, $1) {
15321
15388
  return { $loc, token: "(" };
15322
15389
  });
15323
15390
  function InsertOpenParen(state) {
@@ -15342,7 +15409,7 @@ ${input.slice(result.pos)}
15342
15409
  return result;
15343
15410
  }
15344
15411
  }
15345
- var InsertCloseParen$0 = $TV($EXPECT($L0, fail, 'InsertCloseParen ""'), function($skip, $loc, $0, $1) {
15412
+ var InsertCloseParen$0 = $TV($EXPECT($L1, fail, 'InsertCloseParen ""'), function($skip, $loc, $0, $1) {
15346
15413
  return { $loc, token: ")" };
15347
15414
  });
15348
15415
  function InsertCloseParen(state) {
@@ -15367,7 +15434,7 @@ ${input.slice(result.pos)}
15367
15434
  return result;
15368
15435
  }
15369
15436
  }
15370
- var InsertOpenBrace$0 = $TV($EXPECT($L0, fail, 'InsertOpenBrace ""'), function($skip, $loc, $0, $1) {
15437
+ var InsertOpenBrace$0 = $TV($EXPECT($L1, fail, 'InsertOpenBrace ""'), function($skip, $loc, $0, $1) {
15371
15438
  return [{ $loc, token: " " }, { $loc, token: "{" }];
15372
15439
  });
15373
15440
  function InsertOpenBrace(state) {
@@ -15392,7 +15459,7 @@ ${input.slice(result.pos)}
15392
15459
  return result;
15393
15460
  }
15394
15461
  }
15395
- var InsertInlineOpenBrace$0 = $TV($EXPECT($L0, fail, 'InsertInlineOpenBrace ""'), function($skip, $loc, $0, $1) {
15462
+ var InsertInlineOpenBrace$0 = $TV($EXPECT($L1, fail, 'InsertInlineOpenBrace ""'), function($skip, $loc, $0, $1) {
15396
15463
  return { $loc, token: "{" };
15397
15464
  });
15398
15465
  function InsertInlineOpenBrace(state) {
@@ -15417,7 +15484,7 @@ ${input.slice(result.pos)}
15417
15484
  return result;
15418
15485
  }
15419
15486
  }
15420
- var InsertCloseBrace$0 = $TV($EXPECT($L0, fail, 'InsertCloseBrace ""'), function($skip, $loc, $0, $1) {
15487
+ var InsertCloseBrace$0 = $TV($EXPECT($L1, fail, 'InsertCloseBrace ""'), function($skip, $loc, $0, $1) {
15421
15488
  return { $loc, token: "}" };
15422
15489
  });
15423
15490
  function InsertCloseBrace(state) {
@@ -15442,7 +15509,7 @@ ${input.slice(result.pos)}
15442
15509
  return result;
15443
15510
  }
15444
15511
  }
15445
- var InsertComma$0 = $TV($EXPECT($L0, fail, 'InsertComma ""'), function($skip, $loc, $0, $1) {
15512
+ var InsertComma$0 = $TV($EXPECT($L1, fail, 'InsertComma ""'), function($skip, $loc, $0, $1) {
15446
15513
  return { $loc, token: "," };
15447
15514
  });
15448
15515
  function InsertComma(state) {
@@ -15467,7 +15534,7 @@ ${input.slice(result.pos)}
15467
15534
  return result;
15468
15535
  }
15469
15536
  }
15470
- var InsertConst$0 = $TV($EXPECT($L0, fail, 'InsertConst ""'), function($skip, $loc, $0, $1) {
15537
+ var InsertConst$0 = $TV($EXPECT($L1, fail, 'InsertConst ""'), function($skip, $loc, $0, $1) {
15471
15538
  return { $loc, token: "const " };
15472
15539
  });
15473
15540
  function InsertConst(state) {
@@ -15492,7 +15559,7 @@ ${input.slice(result.pos)}
15492
15559
  return result;
15493
15560
  }
15494
15561
  }
15495
- var InsertLet$0 = $TV($EXPECT($L0, fail, 'InsertLet ""'), function($skip, $loc, $0, $1) {
15562
+ var InsertLet$0 = $TV($EXPECT($L1, fail, 'InsertLet ""'), function($skip, $loc, $0, $1) {
15496
15563
  return { $loc, token: "let " };
15497
15564
  });
15498
15565
  function InsertLet(state) {
@@ -15517,7 +15584,7 @@ ${input.slice(result.pos)}
15517
15584
  return result;
15518
15585
  }
15519
15586
  }
15520
- var InsertReadonly$0 = $TV($EXPECT($L0, fail, 'InsertReadonly ""'), function($skip, $loc, $0, $1) {
15587
+ var InsertReadonly$0 = $TV($EXPECT($L1, fail, 'InsertReadonly ""'), function($skip, $loc, $0, $1) {
15521
15588
  return { ts: true, children: [{ $loc, token: "readonly " }] };
15522
15589
  });
15523
15590
  function InsertReadonly(state) {
@@ -15542,7 +15609,7 @@ ${input.slice(result.pos)}
15542
15609
  return result;
15543
15610
  }
15544
15611
  }
15545
- var InsertNewline$0 = $TV($EXPECT($L0, fail, 'InsertNewline ""'), function($skip, $loc, $0, $1) {
15612
+ var InsertNewline$0 = $TV($EXPECT($L1, fail, 'InsertNewline ""'), function($skip, $loc, $0, $1) {
15546
15613
  return "\n";
15547
15614
  });
15548
15615
  function InsertNewline(state) {
@@ -15567,7 +15634,7 @@ ${input.slice(result.pos)}
15567
15634
  return result;
15568
15635
  }
15569
15636
  }
15570
- var InsertIndent$0 = $TV($EXPECT($L0, fail, 'InsertIndent ""'), function($skip, $loc, $0, $1) {
15637
+ var InsertIndent$0 = $TV($EXPECT($L1, fail, 'InsertIndent ""'), function($skip, $loc, $0, $1) {
15571
15638
  return module2.currentIndent.token;
15572
15639
  });
15573
15640
  function InsertIndent(state) {
@@ -15592,7 +15659,7 @@ ${input.slice(result.pos)}
15592
15659
  return result;
15593
15660
  }
15594
15661
  }
15595
- var InsertSpace$0 = $TV($EXPECT($L0, fail, 'InsertSpace ""'), function($skip, $loc, $0, $1) {
15662
+ var InsertSpace$0 = $TV($EXPECT($L1, fail, 'InsertSpace ""'), function($skip, $loc, $0, $1) {
15596
15663
  return { $loc, token: " " };
15597
15664
  });
15598
15665
  function InsertSpace(state) {
@@ -15617,7 +15684,7 @@ ${input.slice(result.pos)}
15617
15684
  return result;
15618
15685
  }
15619
15686
  }
15620
- var InsertDot$0 = $TV($EXPECT($L0, fail, 'InsertDot ""'), function($skip, $loc, $0, $1) {
15687
+ var InsertDot$0 = $TV($EXPECT($L1, fail, 'InsertDot ""'), function($skip, $loc, $0, $1) {
15621
15688
  return { $loc, token: "." };
15622
15689
  });
15623
15690
  function InsertDot(state) {
@@ -15642,7 +15709,7 @@ ${input.slice(result.pos)}
15642
15709
  return result;
15643
15710
  }
15644
15711
  }
15645
- var InsertBreak$0 = $TV($EXPECT($L0, fail, 'InsertBreak ""'), function($skip, $loc, $0, $1) {
15712
+ var InsertBreak$0 = $TV($EXPECT($L1, fail, 'InsertBreak ""'), function($skip, $loc, $0, $1) {
15646
15713
  return { $loc, token: ";break;" };
15647
15714
  });
15648
15715
  function InsertBreak(state) {
@@ -15667,7 +15734,7 @@ ${input.slice(result.pos)}
15667
15734
  return result;
15668
15735
  }
15669
15736
  }
15670
- var InsertVar$0 = $TV($EXPECT($L0, fail, 'InsertVar ""'), function($skip, $loc, $0, $1) {
15737
+ var InsertVar$0 = $TV($EXPECT($L1, fail, 'InsertVar ""'), function($skip, $loc, $0, $1) {
15671
15738
  return { $loc, token: "var " };
15672
15739
  });
15673
15740
  function InsertVar(state) {
@@ -15692,7 +15759,7 @@ ${input.slice(result.pos)}
15692
15759
  return result;
15693
15760
  }
15694
15761
  }
15695
- var CoffeeBinaryExistentialEnabled$0 = $TV($EXPECT($L0, fail, 'CoffeeBinaryExistentialEnabled ""'), function($skip, $loc, $0, $1) {
15762
+ var CoffeeBinaryExistentialEnabled$0 = $TV($EXPECT($L1, fail, 'CoffeeBinaryExistentialEnabled ""'), function($skip, $loc, $0, $1) {
15696
15763
  if (module2.config.coffeeBinaryExistential)
15697
15764
  return;
15698
15765
  return $skip;
@@ -15719,7 +15786,7 @@ ${input.slice(result.pos)}
15719
15786
  return result;
15720
15787
  }
15721
15788
  }
15722
- var CoffeeBooleansEnabled$0 = $TV($EXPECT($L0, fail, 'CoffeeBooleansEnabled ""'), function($skip, $loc, $0, $1) {
15789
+ var CoffeeBooleansEnabled$0 = $TV($EXPECT($L1, fail, 'CoffeeBooleansEnabled ""'), function($skip, $loc, $0, $1) {
15723
15790
  if (module2.config.coffeeBooleans)
15724
15791
  return;
15725
15792
  return $skip;
@@ -15746,7 +15813,7 @@ ${input.slice(result.pos)}
15746
15813
  return result;
15747
15814
  }
15748
15815
  }
15749
- var CoffeeClassesEnabled$0 = $TV($EXPECT($L0, fail, 'CoffeeClassesEnabled ""'), function($skip, $loc, $0, $1) {
15816
+ var CoffeeClassesEnabled$0 = $TV($EXPECT($L1, fail, 'CoffeeClassesEnabled ""'), function($skip, $loc, $0, $1) {
15750
15817
  if (module2.config.coffeeClasses)
15751
15818
  return;
15752
15819
  return $skip;
@@ -15773,7 +15840,7 @@ ${input.slice(result.pos)}
15773
15840
  return result;
15774
15841
  }
15775
15842
  }
15776
- var CoffeeCommentEnabled$0 = $TV($EXPECT($L0, fail, 'CoffeeCommentEnabled ""'), function($skip, $loc, $0, $1) {
15843
+ var CoffeeCommentEnabled$0 = $TV($EXPECT($L1, fail, 'CoffeeCommentEnabled ""'), function($skip, $loc, $0, $1) {
15777
15844
  if (module2.config.coffeeComment)
15778
15845
  return;
15779
15846
  return $skip;
@@ -15800,7 +15867,7 @@ ${input.slice(result.pos)}
15800
15867
  return result;
15801
15868
  }
15802
15869
  }
15803
- var CoffeeDoEnabled$0 = $TV($EXPECT($L0, fail, 'CoffeeDoEnabled ""'), function($skip, $loc, $0, $1) {
15870
+ var CoffeeDoEnabled$0 = $TV($EXPECT($L1, fail, 'CoffeeDoEnabled ""'), function($skip, $loc, $0, $1) {
15804
15871
  if (module2.config.coffeeDo)
15805
15872
  return;
15806
15873
  return $skip;
@@ -15827,7 +15894,7 @@ ${input.slice(result.pos)}
15827
15894
  return result;
15828
15895
  }
15829
15896
  }
15830
- var CoffeeForLoopsEnabled$0 = $TV($EXPECT($L0, fail, 'CoffeeForLoopsEnabled ""'), function($skip, $loc, $0, $1) {
15897
+ var CoffeeForLoopsEnabled$0 = $TV($EXPECT($L1, fail, 'CoffeeForLoopsEnabled ""'), function($skip, $loc, $0, $1) {
15831
15898
  if (module2.config.coffeeForLoops)
15832
15899
  return;
15833
15900
  return $skip;
@@ -15854,7 +15921,7 @@ ${input.slice(result.pos)}
15854
15921
  return result;
15855
15922
  }
15856
15923
  }
15857
- var CoffeeInterpolationEnabled$0 = $TV($EXPECT($L0, fail, 'CoffeeInterpolationEnabled ""'), function($skip, $loc, $0, $1) {
15924
+ var CoffeeInterpolationEnabled$0 = $TV($EXPECT($L1, fail, 'CoffeeInterpolationEnabled ""'), function($skip, $loc, $0, $1) {
15858
15925
  if (module2.config.coffeeInterpolation)
15859
15926
  return;
15860
15927
  return $skip;
@@ -15881,7 +15948,7 @@ ${input.slice(result.pos)}
15881
15948
  return result;
15882
15949
  }
15883
15950
  }
15884
- var CoffeeIsntEnabled$0 = $TV($EXPECT($L0, fail, 'CoffeeIsntEnabled ""'), function($skip, $loc, $0, $1) {
15951
+ var CoffeeIsntEnabled$0 = $TV($EXPECT($L1, fail, 'CoffeeIsntEnabled ""'), function($skip, $loc, $0, $1) {
15885
15952
  if (module2.config.coffeeIsnt)
15886
15953
  return;
15887
15954
  return $skip;
@@ -15908,7 +15975,7 @@ ${input.slice(result.pos)}
15908
15975
  return result;
15909
15976
  }
15910
15977
  }
15911
- var CoffeeLineContinuationEnabled$0 = $TV($EXPECT($L0, fail, 'CoffeeLineContinuationEnabled ""'), function($skip, $loc, $0, $1) {
15978
+ var CoffeeLineContinuationEnabled$0 = $TV($EXPECT($L1, fail, 'CoffeeLineContinuationEnabled ""'), function($skip, $loc, $0, $1) {
15912
15979
  if (module2.config.coffeeLineContinuation)
15913
15980
  return;
15914
15981
  return $skip;
@@ -15935,7 +16002,7 @@ ${input.slice(result.pos)}
15935
16002
  return result;
15936
16003
  }
15937
16004
  }
15938
- var CoffeeNotEnabled$0 = $TV($EXPECT($L0, fail, 'CoffeeNotEnabled ""'), function($skip, $loc, $0, $1) {
16005
+ var CoffeeNotEnabled$0 = $TV($EXPECT($L1, fail, 'CoffeeNotEnabled ""'), function($skip, $loc, $0, $1) {
15939
16006
  if (module2.config.coffeeNot)
15940
16007
  return;
15941
16008
  return $skip;
@@ -15962,7 +16029,7 @@ ${input.slice(result.pos)}
15962
16029
  return result;
15963
16030
  }
15964
16031
  }
15965
- var CoffeeOfEnabled$0 = $TV($EXPECT($L0, fail, 'CoffeeOfEnabled ""'), function($skip, $loc, $0, $1) {
16032
+ var CoffeeOfEnabled$0 = $TV($EXPECT($L1, fail, 'CoffeeOfEnabled ""'), function($skip, $loc, $0, $1) {
15966
16033
  if (module2.config.coffeeOf)
15967
16034
  return;
15968
16035
  return $skip;
@@ -15989,7 +16056,7 @@ ${input.slice(result.pos)}
15989
16056
  return result;
15990
16057
  }
15991
16058
  }
15992
- var CoffeePrototypeEnabled$0 = $TV($EXPECT($L0, fail, 'CoffeePrototypeEnabled ""'), function($skip, $loc, $0, $1) {
16059
+ var CoffeePrototypeEnabled$0 = $TV($EXPECT($L1, fail, 'CoffeePrototypeEnabled ""'), function($skip, $loc, $0, $1) {
15993
16060
  if (module2.config.coffeePrototype)
15994
16061
  return;
15995
16062
  return $skip;
@@ -16016,7 +16083,7 @@ ${input.slice(result.pos)}
16016
16083
  return result;
16017
16084
  }
16018
16085
  }
16019
- var Reset$0 = $TV($EXPECT($L0, fail, 'Reset ""'), function($skip, $loc, $0, $1) {
16086
+ var Reset$0 = $TV($EXPECT($L1, fail, 'Reset ""'), function($skip, $loc, $0, $1) {
16020
16087
  module2.indentLevels = [{
16021
16088
  level: 0,
16022
16089
  token: ""
@@ -16264,7 +16331,7 @@ ${input.slice(result.pos)}
16264
16331
  return result;
16265
16332
  }
16266
16333
  }
16267
- var Init$0 = $TS($S($E(Shebang), $Q(DirectivePrologue), $EXPECT($L0, fail, 'Init ""')), function($skip, $loc, $0, $1, $2, $3) {
16334
+ var Init$0 = $TS($S($E(Shebang), $Q(DirectivePrologue), $EXPECT($L1, fail, 'Init ""')), function($skip, $loc, $0, $1, $2, $3) {
16268
16335
  var directives = $2;
16269
16336
  directives.forEach((directive) => {
16270
16337
  if (directive.type === "CivetPrologue") {
@@ -16453,6 +16520,18 @@ ${input.slice(result.pos)}
16453
16520
  children
16454
16521
  };
16455
16522
  }
16523
+ function insertSwitchReturns(exp) {
16524
+ switch (exp.type) {
16525
+ case "SwitchStatement":
16526
+ exp.caseBlock.clauses.forEach((clause) => {
16527
+ insertReturn(clause);
16528
+ });
16529
+ return;
16530
+ case "SwitchExpression":
16531
+ exp.caseBlock.clauses.forEach(insertReturn);
16532
+ return;
16533
+ }
16534
+ }
16456
16535
  function insertReturn(node) {
16457
16536
  if (!node)
16458
16537
  return;
@@ -16460,11 +16539,6 @@ ${input.slice(result.pos)}
16460
16539
  case "BlockStatement":
16461
16540
  insertReturn(node.expressions[node.expressions.length - 1]);
16462
16541
  return;
16463
- case "CaseBlock":
16464
- node.clauses.forEach((clause) => {
16465
- insertReturn(clause);
16466
- });
16467
- return;
16468
16542
  case "WhenClause":
16469
16543
  node.children.splice(node.children.indexOf(node.break), 1);
16470
16544
  if (node.block.length === 0) {
@@ -16509,7 +16583,7 @@ ${input.slice(result.pos)}
16509
16583
  exp.children.push(["\n", indent, wrapWithReturn()]);
16510
16584
  return;
16511
16585
  case "SwitchStatement":
16512
- insertReturn(exp.children[2]);
16586
+ insertSwitchReturns(exp);
16513
16587
  return;
16514
16588
  case "TryStatement":
16515
16589
  insertReturn(exp.children[1]);
@@ -16873,9 +16947,7 @@ ${input.slice(result.pos)}
16873
16947
  }
16874
16948
  function processSwitchExpressions(statements) {
16875
16949
  if (module2.config.implicitReturns) {
16876
- gatherRecursiveAll(statements, (n) => n.type === "SwitchExpression").forEach(({ block }) => {
16877
- insertReturn(block);
16878
- });
16950
+ gatherRecursiveAll(statements, (n) => n.type === "SwitchExpression").forEach(insertSwitchReturns);
16879
16951
  }
16880
16952
  }
16881
16953
  function processTryExpressions(statements) {
@@ -17110,6 +17182,7 @@ ${input.slice(result.pos)}
17110
17182
  indent = indent[indent.length - 1];
17111
17183
  statements.unshift([indent, "var ", varIds.join(", "), "\n"]);
17112
17184
  }
17185
+ scopes.pop();
17113
17186
  }
17114
17187
  function createLetDecs(statements, scopes) {
17115
17188
  function hasDec(name) {
@@ -17392,7 +17465,7 @@ ${input.slice(result.pos)}
17392
17465
  return result;
17393
17466
  }
17394
17467
  }
17395
- var PopIndent$0 = $TV($EXPECT($L0, fail, 'PopIndent ""'), function($skip, $loc, $0, $1) {
17468
+ var PopIndent$0 = $TV($EXPECT($L1, fail, 'PopIndent ""'), function($skip, $loc, $0, $1) {
17396
17469
  if (module2.config.verbose) {
17397
17470
  console.log("popping indent", module2.indentLevels[module2.indentLevels.length - 1], "->", module2.indentLevels[module2.indentLevels.length - 2]);
17398
17471
  }