@danielx/civet 0.5.51 → 0.5.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.mjs CHANGED
@@ -481,6 +481,7 @@ ${input.slice(result.pos)}
481
481
  ExtendsTarget,
482
482
  ImplementsClause,
483
483
  ImplementsToken,
484
+ ImplementsShorthand,
484
485
  ImplementsTarget,
485
486
  ClassBody,
486
487
  NestedClassElements,
@@ -922,6 +923,7 @@ ${input.slice(result.pos)}
922
923
  EOS,
923
924
  EOL,
924
925
  Debugger,
926
+ InsertSemicolon,
925
927
  InsertOpenParen,
926
928
  InsertCloseParen,
927
929
  InsertOpenBrace,
@@ -969,168 +971,169 @@ ${input.slice(result.pos)}
969
971
  var $L5 = $L("=>");
970
972
  var $L6 = $L(" ");
971
973
  var $L7 = $L("implements");
972
- var $L8 = $L("#");
973
- var $L9 = $L("super");
974
- var $L10 = $L("import");
975
- var $L11 = $L("!");
976
- var $L12 = $L("super[");
977
- var $L13 = $L("import.meta");
978
- var $L14 = $L("");
979
- var $L15 = $L(")");
980
- var $L16 = $L("->");
981
- var $L17 = $L("}");
982
- var $L18 = $L("null");
983
- var $L19 = $L("true");
984
- var $L20 = $L("false");
985
- var $L21 = $L("yes");
986
- var $L22 = $L("on");
987
- var $L23 = $L("no");
988
- var $L24 = $L("off");
989
- var $L25 = $L(",");
990
- var $L26 = $L("=");
991
- var $L27 = $L(">");
992
- var $L28 = $L("]");
993
- var $L29 = $L(":");
994
- var $L30 = $L("**=");
995
- var $L31 = $L("*=");
996
- var $L32 = $L("/=");
997
- var $L33 = $L("%=");
998
- var $L34 = $L("+=");
999
- var $L35 = $L("-=");
1000
- var $L36 = $L("<<=");
1001
- var $L37 = $L(">>>=");
1002
- var $L38 = $L(">>=");
1003
- var $L39 = $L("&&=");
1004
- var $L40 = $L("&=");
1005
- var $L41 = $L("^=");
1006
- var $L42 = $L("||=");
1007
- var $L43 = $L("|=");
1008
- var $L44 = $L("??=");
1009
- var $L45 = $L("?=");
1010
- var $L46 = $L("and=");
1011
- var $L47 = $L("or=");
1012
- var $L48 = $L("**");
1013
- var $L49 = $L("*");
1014
- var $L50 = $L("/");
1015
- var $L51 = $L("%%");
1016
- var $L52 = $L("%");
1017
- var $L53 = $L("+");
1018
- var $L54 = $L("-");
1019
- var $L55 = $L("<=");
1020
- var $L56 = $L(">=");
1021
- var $L57 = $L("<?");
1022
- var $L58 = $L("<<");
1023
- var $L59 = $L(">>>");
1024
- var $L60 = $L(">>");
1025
- var $L61 = $L("!==");
1026
- var $L62 = $L("!=");
1027
- var $L63 = $L("isnt");
1028
- var $L64 = $L("===");
1029
- var $L65 = $L("==");
1030
- var $L66 = $L("and");
1031
- var $L67 = $L("&&");
1032
- var $L68 = $L("of");
1033
- var $L69 = $L("or");
1034
- var $L70 = $L("||");
1035
- var $L71 = $L("??");
1036
- var $L72 = $L("instanceof");
1037
- var $L73 = $L("not");
1038
- var $L74 = $L("in");
1039
- var $L75 = $L("is");
1040
- var $L76 = $L("&");
1041
- var $L77 = $L("^");
1042
- var $L78 = $L("|");
1043
- var $L79 = $L(";");
1044
- var $L80 = $L("own");
1045
- var $L81 = $L("finally");
1046
- var $L82 = $L("break");
1047
- var $L83 = $L("continue");
1048
- var $L84 = $L("debugger");
1049
- var $L85 = $L("assert");
1050
- var $L86 = $L(":=");
1051
- var $L87 = $L(".=");
1052
- var $L88 = $L("/*");
1053
- var $L89 = $L("*/");
1054
- var $L90 = $L("\\");
1055
- var $L91 = $L("abstract");
1056
- var $L92 = $L("as");
1057
- var $L93 = $L("@");
1058
- var $L94 = $L("@@");
1059
- var $L95 = $L("async");
1060
- var $L96 = $L("await");
1061
- var $L97 = $L("`");
1062
- var $L98 = $L("by");
1063
- var $L99 = $L("case");
1064
- var $L100 = $L("catch");
1065
- var $L101 = $L("class");
1066
- var $L102 = $L("#{");
1067
- var $L103 = $L("declare");
1068
- var $L104 = $L("default");
1069
- var $L105 = $L("delete");
1070
- var $L106 = $L("do");
1071
- var $L107 = $L("..");
1072
- var $L108 = $L("...");
1073
- var $L109 = $L("::");
1074
- var $L110 = $L('"');
1075
- var $L111 = $L("else");
1076
- var $L112 = $L("export");
1077
- var $L113 = $L("extends");
1078
- var $L114 = $L("for");
1079
- var $L115 = $L("from");
1080
- var $L116 = $L("function");
1081
- var $L117 = $L("get");
1082
- var $L118 = $L("set");
1083
- var $L119 = $L("if");
1084
- var $L120 = $L("let");
1085
- var $L121 = $L("const");
1086
- var $L122 = $L("loop");
1087
- var $L123 = $L("new");
1088
- var $L124 = $L("<");
1089
- var $L125 = $L("{");
1090
- var $L126 = $L("[");
1091
- var $L127 = $L("(");
1092
- var $L128 = $L("public");
1093
- var $L129 = $L("private");
1094
- var $L130 = $L("protected");
1095
- var $L131 = $L("|>");
1096
- var $L132 = $L("readonly");
1097
- var $L133 = $L("return");
1098
- var $L134 = $L("satisfies");
1099
- var $L135 = $L("'");
1100
- var $L136 = $L("static");
1101
- var $L137 = $L("${");
1102
- var $L138 = $L("switch");
1103
- var $L139 = $L("target");
1104
- var $L140 = $L("then");
1105
- var $L141 = $L("this");
1106
- var $L142 = $L("throw");
1107
- var $L143 = $L('"""');
1108
- var $L144 = $L("'''");
1109
- var $L145 = $L("///");
1110
- var $L146 = $L("```");
1111
- var $L147 = $L("try");
1112
- var $L148 = $L("typeof");
1113
- var $L149 = $L("unless");
1114
- var $L150 = $L("until");
1115
- var $L151 = $L("var");
1116
- var $L152 = $L("void");
1117
- var $L153 = $L("when");
1118
- var $L154 = $L("while");
1119
- var $L155 = $L("yield");
1120
- var $L156 = $L("/>");
1121
- var $L157 = $L("</");
1122
- var $L158 = $L("<>");
1123
- var $L159 = $L("</>");
1124
- var $L160 = $L("<!--");
1125
- var $L161 = $L("-->");
1126
- var $L162 = $L("type");
1127
- var $L163 = $L("interface");
1128
- var $L164 = $L("namespace");
1129
- var $L165 = $L("asserts");
1130
- var $L166 = $L("keyof");
1131
- var $L167 = $L("infer");
1132
- var $L168 = $L("[]");
1133
- var $L169 = $L("civet");
974
+ var $L8 = $L("<:");
975
+ var $L9 = $L("#");
976
+ var $L10 = $L("super");
977
+ var $L11 = $L("import");
978
+ var $L12 = $L("!");
979
+ var $L13 = $L("super[");
980
+ var $L14 = $L("import.meta");
981
+ var $L15 = $L("");
982
+ var $L16 = $L(")");
983
+ var $L17 = $L("->");
984
+ var $L18 = $L("}");
985
+ var $L19 = $L("null");
986
+ var $L20 = $L("true");
987
+ var $L21 = $L("false");
988
+ var $L22 = $L("yes");
989
+ var $L23 = $L("on");
990
+ var $L24 = $L("no");
991
+ var $L25 = $L("off");
992
+ var $L26 = $L(",");
993
+ var $L27 = $L("=");
994
+ var $L28 = $L(">");
995
+ var $L29 = $L("]");
996
+ var $L30 = $L(":");
997
+ var $L31 = $L("**=");
998
+ var $L32 = $L("*=");
999
+ var $L33 = $L("/=");
1000
+ var $L34 = $L("%=");
1001
+ var $L35 = $L("+=");
1002
+ var $L36 = $L("-=");
1003
+ var $L37 = $L("<<=");
1004
+ var $L38 = $L(">>>=");
1005
+ var $L39 = $L(">>=");
1006
+ var $L40 = $L("&&=");
1007
+ var $L41 = $L("&=");
1008
+ var $L42 = $L("^=");
1009
+ var $L43 = $L("||=");
1010
+ var $L44 = $L("|=");
1011
+ var $L45 = $L("??=");
1012
+ var $L46 = $L("?=");
1013
+ var $L47 = $L("and=");
1014
+ var $L48 = $L("or=");
1015
+ var $L49 = $L("**");
1016
+ var $L50 = $L("*");
1017
+ var $L51 = $L("/");
1018
+ var $L52 = $L("%%");
1019
+ var $L53 = $L("%");
1020
+ var $L54 = $L("+");
1021
+ var $L55 = $L("-");
1022
+ var $L56 = $L("<=");
1023
+ var $L57 = $L(">=");
1024
+ var $L58 = $L("<?");
1025
+ var $L59 = $L("<<");
1026
+ var $L60 = $L(">>>");
1027
+ var $L61 = $L(">>");
1028
+ var $L62 = $L("!==");
1029
+ var $L63 = $L("!=");
1030
+ var $L64 = $L("isnt");
1031
+ var $L65 = $L("===");
1032
+ var $L66 = $L("==");
1033
+ var $L67 = $L("and");
1034
+ var $L68 = $L("&&");
1035
+ var $L69 = $L("of");
1036
+ var $L70 = $L("or");
1037
+ var $L71 = $L("||");
1038
+ var $L72 = $L("??");
1039
+ var $L73 = $L("instanceof");
1040
+ var $L74 = $L("not");
1041
+ var $L75 = $L("in");
1042
+ var $L76 = $L("is");
1043
+ var $L77 = $L("&");
1044
+ var $L78 = $L("^");
1045
+ var $L79 = $L("|");
1046
+ var $L80 = $L(";");
1047
+ var $L81 = $L("own");
1048
+ var $L82 = $L("finally");
1049
+ var $L83 = $L("break");
1050
+ var $L84 = $L("continue");
1051
+ var $L85 = $L("debugger");
1052
+ var $L86 = $L("assert");
1053
+ var $L87 = $L(":=");
1054
+ var $L88 = $L(".=");
1055
+ var $L89 = $L("/*");
1056
+ var $L90 = $L("*/");
1057
+ var $L91 = $L("\\");
1058
+ var $L92 = $L("(");
1059
+ var $L93 = $L("[");
1060
+ var $L94 = $L("`");
1061
+ var $L95 = $L("abstract");
1062
+ var $L96 = $L("as");
1063
+ var $L97 = $L("@");
1064
+ var $L98 = $L("@@");
1065
+ var $L99 = $L("async");
1066
+ var $L100 = $L("await");
1067
+ var $L101 = $L("by");
1068
+ var $L102 = $L("case");
1069
+ var $L103 = $L("catch");
1070
+ var $L104 = $L("class");
1071
+ var $L105 = $L("#{");
1072
+ var $L106 = $L("declare");
1073
+ var $L107 = $L("default");
1074
+ var $L108 = $L("delete");
1075
+ var $L109 = $L("do");
1076
+ var $L110 = $L("..");
1077
+ var $L111 = $L("...");
1078
+ var $L112 = $L("::");
1079
+ var $L113 = $L('"');
1080
+ var $L114 = $L("else");
1081
+ var $L115 = $L("export");
1082
+ var $L116 = $L("extends");
1083
+ var $L117 = $L("for");
1084
+ var $L118 = $L("from");
1085
+ var $L119 = $L("function");
1086
+ var $L120 = $L("get");
1087
+ var $L121 = $L("set");
1088
+ var $L122 = $L("if");
1089
+ var $L123 = $L("let");
1090
+ var $L124 = $L("const");
1091
+ var $L125 = $L("loop");
1092
+ var $L126 = $L("new");
1093
+ var $L127 = $L("<");
1094
+ var $L128 = $L("{");
1095
+ var $L129 = $L("public");
1096
+ var $L130 = $L("private");
1097
+ var $L131 = $L("protected");
1098
+ var $L132 = $L("|>");
1099
+ var $L133 = $L("readonly");
1100
+ var $L134 = $L("return");
1101
+ var $L135 = $L("satisfies");
1102
+ var $L136 = $L("'");
1103
+ var $L137 = $L("static");
1104
+ var $L138 = $L("${");
1105
+ var $L139 = $L("switch");
1106
+ var $L140 = $L("target");
1107
+ var $L141 = $L("then");
1108
+ var $L142 = $L("this");
1109
+ var $L143 = $L("throw");
1110
+ var $L144 = $L('"""');
1111
+ var $L145 = $L("'''");
1112
+ var $L146 = $L("///");
1113
+ var $L147 = $L("```");
1114
+ var $L148 = $L("try");
1115
+ var $L149 = $L("typeof");
1116
+ var $L150 = $L("unless");
1117
+ var $L151 = $L("until");
1118
+ var $L152 = $L("var");
1119
+ var $L153 = $L("void");
1120
+ var $L154 = $L("when");
1121
+ var $L155 = $L("while");
1122
+ var $L156 = $L("yield");
1123
+ var $L157 = $L("/>");
1124
+ var $L158 = $L("</");
1125
+ var $L159 = $L("<>");
1126
+ var $L160 = $L("</>");
1127
+ var $L161 = $L("<!--");
1128
+ var $L162 = $L("-->");
1129
+ var $L163 = $L("type");
1130
+ var $L164 = $L("interface");
1131
+ var $L165 = $L("namespace");
1132
+ var $L166 = $L("asserts");
1133
+ var $L167 = $L("keyof");
1134
+ var $L168 = $L("infer");
1135
+ var $L169 = $L("[]");
1136
+ var $L170 = $L("civet");
1134
1137
  var $R0 = $R(new RegExp("(as|for|of|satisfies|then|when|implements)(?!\\p{ID_Continue}|[\\u200C\\u200D$])", "suy"));
1135
1138
  var $R1 = $R(new RegExp("[&]", "suy"));
1136
1139
  var $R2 = $R(new RegExp("[!~+-]+", "suy"));
@@ -1179,16 +1182,17 @@ ${input.slice(result.pos)}
1179
1182
  var $R45 = $R(new RegExp("\\s", "suy"));
1180
1183
  var $R46 = $R(new RegExp("(?:\\p{ID_Start}|[_$])(?:\\p{ID_Continue}|[\\u200C\\u200D$-])*", "suy"));
1181
1184
  var $R47 = $R(new RegExp("(?:[\\w\\-:]+|\\([^()]*\\)|\\[[^\\[\\]]*\\])+", "suy"));
1182
- var $R48 = $R(new RegExp("(?:-[^-]|[^-]*)*", "suy"));
1183
- var $R49 = $R(new RegExp("[^{}<>\\r\\n]+", "suy"));
1184
- var $R50 = $R(new RegExp("[+-]?", "suy"));
1185
- var $R51 = $R(new RegExp("[+-]", "suy"));
1186
- var $R52 = $R(new RegExp("#![^\\r\\n]*", "suy"));
1187
- var $R53 = $R(new RegExp("[\\t ]*", "suy"));
1188
- var $R54 = $R(new RegExp("[\\s]*", "suy"));
1189
- var $R55 = $R(new RegExp("\\s+([+-]?)([a-zA-Z0-9-]+)(\\s*=\\s*([a-zA-Z0-9.+-]*))?", "suy"));
1190
- var $R56 = $R(new RegExp("\\r\\n|\\n|\\r|$", "suy"));
1191
- var $R57 = $R(new RegExp("[ \\t]*", "suy"));
1185
+ var $R48 = $R(new RegExp("[<>]", "suy"));
1186
+ var $R49 = $R(new RegExp("(?:-[^-]|[^-]*)*", "suy"));
1187
+ var $R50 = $R(new RegExp("[^{}<>\\r\\n]+", "suy"));
1188
+ var $R51 = $R(new RegExp("[+-]?", "suy"));
1189
+ var $R52 = $R(new RegExp("[+-]", "suy"));
1190
+ var $R53 = $R(new RegExp("#![^\\r\\n]*", "suy"));
1191
+ var $R54 = $R(new RegExp("[\\t ]*", "suy"));
1192
+ var $R55 = $R(new RegExp("[\\s]*", "suy"));
1193
+ var $R56 = $R(new RegExp("\\s+([+-]?)([a-zA-Z0-9-]+)(\\s*=\\s*([a-zA-Z0-9.+-]*))?", "suy"));
1194
+ var $R57 = $R(new RegExp("\\r\\n|\\n|\\r|$", "suy"));
1195
+ var $R58 = $R(new RegExp("[ \\t]*", "suy"));
1192
1196
  var Program$0 = $TS($S(Reset, Init, __, $Q(TopLevelStatement), __), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
1193
1197
  var statements = $4;
1194
1198
  module.processProgram(statements);
@@ -1407,7 +1411,7 @@ ${input.slice(result.pos)}
1407
1411
  return result;
1408
1412
  }
1409
1413
  }
1410
- var ImplicitArguments$0 = $TS($S($E($S(TypeArguments, $N($S(__, ImplementsToken)))), ApplicationStart, InsertOpenParen, $Q(_), ArgumentList, InsertCloseParen), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
1414
+ var ImplicitArguments$0 = $TS($S($E($S(TypeArguments, $N(ImplementsToken))), ApplicationStart, InsertOpenParen, $Q(_), ArgumentList, InsertCloseParen), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
1411
1415
  var ta = $1;
1412
1416
  var open = $3;
1413
1417
  var ws = $4;
@@ -1509,7 +1513,15 @@ ${input.slice(result.pos)}
1509
1513
  return result;
1510
1514
  }
1511
1515
  }
1512
- var ArgumentsWithTrailingMemberExpressions$0 = $S(Arguments, TrailingMemberExpressions);
1516
+ var ArgumentsWithTrailingMemberExpressions$0 = $TS($S(Arguments, TrailingMemberExpressions), function($skip, $loc, $0, $1, $2) {
1517
+ var args = $1;
1518
+ var trailing = $2;
1519
+ const call = {
1520
+ type: "Call",
1521
+ children: args
1522
+ };
1523
+ return [call, ...trailing];
1524
+ });
1513
1525
  function ArgumentsWithTrailingMemberExpressions(state) {
1514
1526
  let eventData;
1515
1527
  if (state.events) {
@@ -2672,9 +2684,7 @@ ${input.slice(result.pos)}
2672
2684
  if (!ws.length) {
2673
2685
  children.unshift({ $loc: l.$loc, token: " " });
2674
2686
  }
2675
- return {
2676
- children
2677
- };
2687
+ return { children };
2678
2688
  });
2679
2689
  var ExtendsToken$1 = $S(__, Extends);
2680
2690
  function ExtendsToken(state) {
@@ -2729,7 +2739,7 @@ ${input.slice(result.pos)}
2729
2739
  return result;
2730
2740
  }
2731
2741
  }
2732
- var ImplementsClause$0 = $TS($S(__, ImplementsToken, ImplementsTarget, $Q($S(Comma, ImplementsTarget))), function($skip, $loc, $0, $1, $2, $3, $4) {
2742
+ var ImplementsClause$0 = $TS($S(ImplementsToken, ImplementsTarget, $Q($S(Comma, ImplementsTarget))), function($skip, $loc, $0, $1, $2, $3) {
2733
2743
  return {
2734
2744
  ts: true,
2735
2745
  children: $0
@@ -2757,8 +2767,19 @@ ${input.slice(result.pos)}
2757
2767
  return result;
2758
2768
  }
2759
2769
  }
2760
- var ImplementsToken$0 = $TS($S($EXPECT($L7, fail, 'ImplementsToken "implements"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
2761
- return { $loc, token: $1 };
2770
+ var ImplementsToken$0 = $TS($S(Loc, __, ImplementsShorthand, $E($EXPECT($L6, fail, 'ImplementsToken " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
2771
+ var l = $1;
2772
+ var ws = $2;
2773
+ var token = $3;
2774
+ const children = [...ws, token];
2775
+ if (!ws.length) {
2776
+ children.unshift({ $loc: l.$loc, token: " " });
2777
+ }
2778
+ return { children };
2779
+ });
2780
+ var ImplementsToken$1 = $TS($S(__, $EXPECT($L7, fail, 'ImplementsToken "implements"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
2781
+ $2 = { $loc, token: $2 };
2782
+ return [$1, $2];
2762
2783
  });
2763
2784
  function ImplementsToken(state) {
2764
2785
  let eventData;
@@ -2771,17 +2792,42 @@ ${input.slice(result.pos)}
2771
2792
  }
2772
2793
  }
2773
2794
  if (state.tokenize) {
2774
- const result = $TOKEN("ImplementsToken", state, ImplementsToken$0(state));
2795
+ const result = $TOKEN("ImplementsToken", state, ImplementsToken$0(state) || ImplementsToken$1(state));
2775
2796
  if (state.events)
2776
2797
  state.events.exit?.("ImplementsToken", state, result, eventData);
2777
2798
  return result;
2778
2799
  } else {
2779
- const result = ImplementsToken$0(state);
2800
+ const result = ImplementsToken$0(state) || ImplementsToken$1(state);
2780
2801
  if (state.events)
2781
2802
  state.events.exit?.("ImplementsToken", state, result, eventData);
2782
2803
  return result;
2783
2804
  }
2784
2805
  }
2806
+ var ImplementsShorthand$0 = $TV($EXPECT($L8, fail, 'ImplementsShorthand "<:"'), function($skip, $loc, $0, $1) {
2807
+ return { $loc, token: "implements " };
2808
+ });
2809
+ function ImplementsShorthand(state) {
2810
+ let eventData;
2811
+ if (state.events) {
2812
+ const result = state.events.enter?.("ImplementsShorthand", state);
2813
+ if (result) {
2814
+ if (result.cache)
2815
+ return result.cache;
2816
+ eventData = result.data;
2817
+ }
2818
+ }
2819
+ if (state.tokenize) {
2820
+ const result = $TOKEN("ImplementsShorthand", state, ImplementsShorthand$0(state));
2821
+ if (state.events)
2822
+ state.events.exit?.("ImplementsShorthand", state, result, eventData);
2823
+ return result;
2824
+ } else {
2825
+ const result = ImplementsShorthand$0(state);
2826
+ if (state.events)
2827
+ state.events.exit?.("ImplementsShorthand", state, result, eventData);
2828
+ return result;
2829
+ }
2830
+ }
2785
2831
  var ImplementsTarget$0 = $S(__, IdentifierName, $Q($S(Dot, IdentifierName)), $E(TypeArguments));
2786
2832
  function ImplementsTarget(state) {
2787
2833
  let eventData;
@@ -3008,7 +3054,7 @@ ${input.slice(result.pos)}
3008
3054
  }
3009
3055
  }
3010
3056
  var ThisLiteral$0 = This;
3011
- var ThisLiteral$1 = $TS($S(AtThis, $TEXT($S($E($EXPECT($L8, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
3057
+ var ThisLiteral$1 = $TS($S(AtThis, $TEXT($S($E($EXPECT($L9, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
3012
3058
  var at = $1;
3013
3059
  var id = $2;
3014
3060
  return [at, ".", id];
@@ -3089,11 +3135,18 @@ ${input.slice(result.pos)}
3089
3135
  return result;
3090
3136
  }
3091
3137
  }
3092
- var CallExpression$0 = $S($EXPECT($L9, fail, 'CallExpression "super"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest));
3093
- var CallExpression$1 = $TS($S($EXPECT($L10, fail, 'CallExpression "import"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
3138
+ var CallExpression$0 = $TS($S($EXPECT($L10, fail, 'CallExpression "super"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
3139
+ var rest = $3;
3094
3140
  return {
3095
3141
  type: "CallExpression",
3096
- children: $0
3142
+ children: [$1, ...$2, ...rest.flat()]
3143
+ };
3144
+ });
3145
+ var CallExpression$1 = $TS($S($EXPECT($L11, fail, 'CallExpression "import"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
3146
+ var rest = $3;
3147
+ return {
3148
+ type: "CallExpression",
3149
+ children: [$1, ...$2, ...rest.flat()]
3097
3150
  };
3098
3151
  });
3099
3152
  var CallExpression$2 = $TS($S(MemberExpression, NonSuppressedTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
@@ -3101,8 +3154,9 @@ ${input.slice(result.pos)}
3101
3154
  var trailing = $2;
3102
3155
  var rest = $3;
3103
3156
  if (rest.length || trailing.length) {
3157
+ rest = rest.flat();
3104
3158
  return {
3105
- type: rest.length ? "CallExpression" : "MemberExpression",
3159
+ type: rest.length && rest[rest.length - 1].type === "Call" ? "CallExpression" : "MemberExpression",
3106
3160
  children: [member, ...trailing, ...rest]
3107
3161
  };
3108
3162
  }
@@ -3132,7 +3186,11 @@ ${input.slice(result.pos)}
3132
3186
  }
3133
3187
  var CallExpressionRest$0 = MemberExpressionRest;
3134
3188
  var CallExpressionRest$1 = TemplateLiteral;
3135
- var CallExpressionRest$2 = $S($E($C(OptionalShorthand, NonNullAssertion)), ArgumentsWithTrailingMemberExpressions);
3189
+ var CallExpressionRest$2 = $TS($S($E($C(OptionalShorthand, NonNullAssertion)), ArgumentsWithTrailingMemberExpressions), function($skip, $loc, $0, $1, $2) {
3190
+ if (!$1)
3191
+ return $2;
3192
+ return [$1, ...$2];
3193
+ });
3136
3194
  function CallExpressionRest(state) {
3137
3195
  let eventData;
3138
3196
  if (state.events) {
@@ -3155,7 +3213,12 @@ ${input.slice(result.pos)}
3155
3213
  return result;
3156
3214
  }
3157
3215
  }
3158
- var OptionalShorthand$0 = $S(QuestionMark, $C(Dot, InsertDot));
3216
+ var OptionalShorthand$0 = $TS($S(QuestionMark, $C(Dot, InsertDot)), function($skip, $loc, $0, $1, $2) {
3217
+ return {
3218
+ type: "Optional",
3219
+ children: $0
3220
+ };
3221
+ });
3159
3222
  function OptionalShorthand(state) {
3160
3223
  let eventData;
3161
3224
  if (state.events) {
@@ -3178,8 +3241,8 @@ ${input.slice(result.pos)}
3178
3241
  return result;
3179
3242
  }
3180
3243
  }
3181
- var NonNullAssertion$0 = $T($EXPECT($L11, fail, 'NonNullAssertion "!"'), function(value) {
3182
- return { "ts": true, "children": value };
3244
+ var NonNullAssertion$0 = $T($EXPECT($L12, fail, 'NonNullAssertion "!"'), function(value) {
3245
+ return { "type": "NonNullAssertion", "ts": true, "children": value };
3183
3246
  });
3184
3247
  function NonNullAssertion(state) {
3185
3248
  let eventData;
@@ -3239,8 +3302,8 @@ ${input.slice(result.pos)}
3239
3302
  }
3240
3303
  var MemberExpressionRest$0 = $TS($S($E($C(OptionalShorthand, NonNullAssertion)), MemberBracketContent), function($skip, $loc, $0, $1, $2) {
3241
3304
  if ($1) {
3242
- if ($1.length === 2 && $2.type === "SliceExpression") {
3243
- return [$1[0], $2];
3305
+ if ($1.type === "Optional" && $2.type === "SliceExpression") {
3306
+ return [$1.children[0], $2];
3244
3307
  }
3245
3308
  return $0;
3246
3309
  }
@@ -3290,6 +3353,15 @@ ${input.slice(result.pos)}
3290
3353
  }
3291
3354
  return $0;
3292
3355
  });
3356
+ var MemberBracketContent$1 = $TS($S(Dot, $C(StringLiteral, TemplateLiteral)), function($skip, $loc, $0, $1, $2) {
3357
+ var dot = $1;
3358
+ var str = $2;
3359
+ return [
3360
+ { token: "[", $loc: dot.$loc },
3361
+ str,
3362
+ "]"
3363
+ ];
3364
+ });
3293
3365
  function MemberBracketContent(state) {
3294
3366
  let eventData;
3295
3367
  if (state.events) {
@@ -3301,12 +3373,12 @@ ${input.slice(result.pos)}
3301
3373
  }
3302
3374
  }
3303
3375
  if (state.tokenize) {
3304
- const result = $TOKEN("MemberBracketContent", state, MemberBracketContent$0(state));
3376
+ const result = $TOKEN("MemberBracketContent", state, MemberBracketContent$0(state) || MemberBracketContent$1(state));
3305
3377
  if (state.events)
3306
3378
  state.events.exit?.("MemberBracketContent", state, result, eventData);
3307
3379
  return result;
3308
3380
  } else {
3309
- const result = MemberBracketContent$0(state);
3381
+ const result = MemberBracketContent$0(state) || MemberBracketContent$1(state);
3310
3382
  if (state.events)
3311
3383
  state.events.exit?.("MemberBracketContent", state, result, eventData);
3312
3384
  return result;
@@ -3387,6 +3459,7 @@ ${input.slice(result.pos)}
3387
3459
  children.unshift($1);
3388
3460
  return {
3389
3461
  type: "PropertyAccess",
3462
+ name: id.name,
3390
3463
  children
3391
3464
  };
3392
3465
  });
@@ -3422,8 +3495,8 @@ ${input.slice(result.pos)}
3422
3495
  return result;
3423
3496
  }
3424
3497
  }
3425
- var SuperProperty$0 = $S($EXPECT($L12, fail, 'SuperProperty "super["'), ExtendedExpression, __, CloseBracket);
3426
- var SuperProperty$1 = $S($EXPECT($L9, fail, 'SuperProperty "super"'), $N($C(QuestionMark, NonNullAssertion)), PropertyAccess);
3498
+ var SuperProperty$0 = $S($EXPECT($L13, fail, 'SuperProperty "super["'), ExtendedExpression, __, CloseBracket);
3499
+ var SuperProperty$1 = $S($EXPECT($L10, fail, 'SuperProperty "super"'), $N($C(QuestionMark, NonNullAssertion)), PropertyAccess);
3427
3500
  function SuperProperty(state) {
3428
3501
  let eventData;
3429
3502
  if (state.events) {
@@ -3447,7 +3520,7 @@ ${input.slice(result.pos)}
3447
3520
  }
3448
3521
  }
3449
3522
  var MetaProperty$0 = $S(New, Dot, Target);
3450
- var MetaProperty$1 = $TS($S($EXPECT($L13, fail, 'MetaProperty "import.meta"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
3523
+ var MetaProperty$1 = $TS($S($EXPECT($L14, fail, 'MetaProperty "import.meta"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
3451
3524
  return { $loc, token: $1 };
3452
3525
  });
3453
3526
  function MetaProperty(state) {
@@ -3473,7 +3546,7 @@ ${input.slice(result.pos)}
3473
3546
  }
3474
3547
  }
3475
3548
  var Parameters$0 = NonEmptyParameters;
3476
- var Parameters$1 = $TV($EXPECT($L14, fail, 'Parameters ""'), function($skip, $loc, $0, $1) {
3549
+ var Parameters$1 = $TV($EXPECT($L15, fail, 'Parameters ""'), function($skip, $loc, $0, $1) {
3477
3550
  return {
3478
3551
  type: "Parameters",
3479
3552
  children: [{ $loc, token: "()" }],
@@ -3634,7 +3707,7 @@ ${input.slice(result.pos)}
3634
3707
  }
3635
3708
  }
3636
3709
  var ParameterElementDelimiter$0 = $S($Q(_), Comma);
3637
- var ParameterElementDelimiter$1 = $Y($S(__, $EXPECT($L15, fail, 'ParameterElementDelimiter ")"')));
3710
+ var ParameterElementDelimiter$1 = $Y($S(__, $EXPECT($L16, fail, 'ParameterElementDelimiter ")"')));
3638
3711
  var ParameterElementDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
3639
3712
  return value[1];
3640
3713
  });
@@ -4292,7 +4365,7 @@ ${input.slice(result.pos)}
4292
4365
  return result;
4293
4366
  }
4294
4367
  }
4295
- var EmptyBindingPattern$0 = $TV($EXPECT($L14, fail, 'EmptyBindingPattern ""'), function($skip, $loc, $0, $1) {
4368
+ var EmptyBindingPattern$0 = $TV($EXPECT($L15, fail, 'EmptyBindingPattern ""'), function($skip, $loc, $0, $1) {
4296
4369
  const ref = {
4297
4370
  type: "Ref",
4298
4371
  base: "ref",
@@ -4568,7 +4641,7 @@ ${input.slice(result.pos)}
4568
4641
  return result;
4569
4642
  }
4570
4643
  }
4571
- var Arrow$0 = $TV($EXPECT($L16, fail, 'Arrow "->"'), function($skip, $loc, $0, $1) {
4644
+ var Arrow$0 = $TV($EXPECT($L17, fail, 'Arrow "->"'), function($skip, $loc, $0, $1) {
4572
4645
  return { $loc, token: $1 };
4573
4646
  });
4574
4647
  function Arrow(state) {
@@ -4593,7 +4666,17 @@ ${input.slice(result.pos)}
4593
4666
  return result;
4594
4667
  }
4595
4668
  }
4596
- var ExplicitBlock$0 = $TS($S(__, OpenBrace, NestedBlockStatements, __, CloseBrace), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
4669
+ var ExplicitBlock$0 = $TS($S(__, OpenBrace, __, CloseBrace), function($skip, $loc, $0, $1, $2, $3, $4) {
4670
+ const expressions = [];
4671
+ return {
4672
+ type: "BlockStatement",
4673
+ expressions,
4674
+ children: [$1, expressions, $2],
4675
+ bare: false,
4676
+ empty: true
4677
+ };
4678
+ });
4679
+ var ExplicitBlock$1 = $TS($S(__, OpenBrace, NestedBlockStatements, __, CloseBrace), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
4597
4680
  var block = $3;
4598
4681
  return Object.assign({}, block, {
4599
4682
  children: [$1, $2, ...block.children, $4, $5],
@@ -4611,12 +4694,12 @@ ${input.slice(result.pos)}
4611
4694
  }
4612
4695
  }
4613
4696
  if (state.tokenize) {
4614
- const result = $TOKEN("ExplicitBlock", state, ExplicitBlock$0(state));
4697
+ const result = $TOKEN("ExplicitBlock", state, ExplicitBlock$0(state) || ExplicitBlock$1(state));
4615
4698
  if (state.events)
4616
4699
  state.events.exit?.("ExplicitBlock", state, result, eventData);
4617
4700
  return result;
4618
4701
  } else {
4619
- const result = ExplicitBlock$0(state);
4702
+ const result = ExplicitBlock$0(state) || ExplicitBlock$1(state);
4620
4703
  if (state.events)
4621
4704
  state.events.exit?.("ExplicitBlock", state, result, eventData);
4622
4705
  return result;
@@ -4742,7 +4825,8 @@ ${input.slice(result.pos)}
4742
4825
  type: "BlockStatement",
4743
4826
  expressions,
4744
4827
  children: [$1, expressions, $2],
4745
- bare: false
4828
+ bare: false,
4829
+ empty: true
4746
4830
  };
4747
4831
  });
4748
4832
  function EmptyBlock(state) {
@@ -4791,6 +4875,8 @@ ${input.slice(result.pos)}
4791
4875
  var s = $3;
4792
4876
  var ws = $4;
4793
4877
  var c = $5;
4878
+ if (!s.children.length)
4879
+ return $skip;
4794
4880
  return {
4795
4881
  type: "BlockStatement",
4796
4882
  expressions: s.expressions,
@@ -4863,7 +4949,7 @@ ${input.slice(result.pos)}
4863
4949
  children: [$1, expressions]
4864
4950
  };
4865
4951
  });
4866
- var BracedContent$2 = $TV($Y($S(__, $EXPECT($L17, fail, 'BracedContent "}"'))), function($skip, $loc, $0, $1) {
4952
+ var BracedContent$2 = $TV($Y($S(__, $EXPECT($L18, fail, 'BracedContent "}"'))), function($skip, $loc, $0, $1) {
4867
4953
  const expressions = [];
4868
4954
  return {
4869
4955
  type: "BlockStatement",
@@ -5008,7 +5094,7 @@ ${input.slice(result.pos)}
5008
5094
  return result;
5009
5095
  }
5010
5096
  }
5011
- var NullLiteral$0 = $TS($S($EXPECT($L18, fail, 'NullLiteral "null"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5097
+ var NullLiteral$0 = $TS($S($EXPECT($L19, fail, 'NullLiteral "null"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5012
5098
  return { $loc, token: $1 };
5013
5099
  });
5014
5100
  function NullLiteral(state) {
@@ -5036,7 +5122,7 @@ ${input.slice(result.pos)}
5036
5122
  var BooleanLiteral$0 = $T($S(CoffeeBooleansEnabled, CoffeeScriptBooleanLiteral), function(value) {
5037
5123
  return value[1];
5038
5124
  });
5039
- var BooleanLiteral$1 = $TS($S($C($EXPECT($L19, fail, 'BooleanLiteral "true"'), $EXPECT($L20, fail, 'BooleanLiteral "false"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5125
+ var BooleanLiteral$1 = $TS($S($C($EXPECT($L20, fail, 'BooleanLiteral "true"'), $EXPECT($L21, fail, 'BooleanLiteral "false"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5040
5126
  return { $loc, token: $1 };
5041
5127
  });
5042
5128
  function BooleanLiteral(state) {
@@ -5061,10 +5147,10 @@ ${input.slice(result.pos)}
5061
5147
  return result;
5062
5148
  }
5063
5149
  }
5064
- var CoffeeScriptBooleanLiteral$0 = $TS($S($C($EXPECT($L21, fail, 'CoffeeScriptBooleanLiteral "yes"'), $EXPECT($L22, fail, 'CoffeeScriptBooleanLiteral "on"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5150
+ var CoffeeScriptBooleanLiteral$0 = $TS($S($C($EXPECT($L22, fail, 'CoffeeScriptBooleanLiteral "yes"'), $EXPECT($L23, fail, 'CoffeeScriptBooleanLiteral "on"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5065
5151
  return { $loc, token: "true" };
5066
5152
  });
5067
- var CoffeeScriptBooleanLiteral$1 = $TS($S($C($EXPECT($L23, fail, 'CoffeeScriptBooleanLiteral "no"'), $EXPECT($L24, fail, 'CoffeeScriptBooleanLiteral "off"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5153
+ var CoffeeScriptBooleanLiteral$1 = $TS($S($C($EXPECT($L24, fail, 'CoffeeScriptBooleanLiteral "no"'), $EXPECT($L25, fail, 'CoffeeScriptBooleanLiteral "off"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5068
5154
  return { $loc, token: "false" };
5069
5155
  });
5070
5156
  function CoffeeScriptBooleanLiteral(state) {
@@ -5089,7 +5175,7 @@ ${input.slice(result.pos)}
5089
5175
  return result;
5090
5176
  }
5091
5177
  }
5092
- var Comma$0 = $TV($EXPECT($L25, fail, 'Comma ","'), function($skip, $loc, $0, $1) {
5178
+ var Comma$0 = $TV($EXPECT($L26, fail, 'Comma ","'), function($skip, $loc, $0, $1) {
5093
5179
  return { $loc, token: $1 };
5094
5180
  });
5095
5181
  function Comma(state) {
@@ -5195,7 +5281,7 @@ ${input.slice(result.pos)}
5195
5281
  return result;
5196
5282
  }
5197
5283
  }
5198
- var UpcomingAssignment$0 = $Y($S(__, $EXPECT($L26, fail, 'UpcomingAssignment "="'), $N($C($EXPECT($L26, fail, 'UpcomingAssignment "="'), $EXPECT($L27, fail, 'UpcomingAssignment ">"')))));
5284
+ var UpcomingAssignment$0 = $Y($S(__, $EXPECT($L27, fail, 'UpcomingAssignment "="'), $N($C($EXPECT($L27, fail, 'UpcomingAssignment "="'), $EXPECT($L28, fail, 'UpcomingAssignment ">"')))));
5199
5285
  function UpcomingAssignment(state) {
5200
5286
  let eventData;
5201
5287
  if (state.events) {
@@ -5468,7 +5554,7 @@ ${input.slice(result.pos)}
5468
5554
  }
5469
5555
  }
5470
5556
  var ArrayElementDelimiter$0 = $S(__, Comma);
5471
- var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L28, fail, 'ArrayElementDelimiter "]"')));
5557
+ var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L29, fail, 'ArrayElementDelimiter "]"')));
5472
5558
  var ArrayElementDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
5473
5559
  return value[1];
5474
5560
  });
@@ -5893,7 +5979,7 @@ ${input.slice(result.pos)}
5893
5979
  var ImplicitInlineObjectPropertyDelimiter$1 = $T($S($Y($S($C(Samedent, $Q(_)), NamedProperty)), InsertComma), function(value) {
5894
5980
  return value[1];
5895
5981
  });
5896
- var ImplicitInlineObjectPropertyDelimiter$2 = $T($Y($S(__, $C($EXPECT($L29, fail, 'ImplicitInlineObjectPropertyDelimiter ":"'), $EXPECT($L15, fail, 'ImplicitInlineObjectPropertyDelimiter ")"'), $EXPECT($L28, fail, 'ImplicitInlineObjectPropertyDelimiter "]"'), $EXPECT($L17, fail, 'ImplicitInlineObjectPropertyDelimiter "}"'), ReservedWord))), function(value) {
5982
+ var ImplicitInlineObjectPropertyDelimiter$2 = $T($Y($S(__, $C($EXPECT($L30, fail, 'ImplicitInlineObjectPropertyDelimiter ":"'), $EXPECT($L16, fail, 'ImplicitInlineObjectPropertyDelimiter ")"'), $EXPECT($L29, fail, 'ImplicitInlineObjectPropertyDelimiter "]"'), $EXPECT($L18, fail, 'ImplicitInlineObjectPropertyDelimiter "}"'), ReservedWord))), function(value) {
5897
5983
  return "";
5898
5984
  });
5899
5985
  var ImplicitInlineObjectPropertyDelimiter$3 = $T($Y(EOS), function(value) {
@@ -5922,7 +6008,7 @@ ${input.slice(result.pos)}
5922
6008
  }
5923
6009
  }
5924
6010
  var ObjectPropertyDelimiter$0 = $S($Q(_), Comma);
5925
- var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L17, fail, 'ObjectPropertyDelimiter "}"')));
6011
+ var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L18, fail, 'ObjectPropertyDelimiter "}"')));
5926
6012
  var ObjectPropertyDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
5927
6013
  return value[1];
5928
6014
  });
@@ -6015,6 +6101,8 @@ ${input.slice(result.pos)}
6015
6101
  var PropertyDefinition$3 = $TS($S(__, MethodDefinition), function($skip, $loc, $0, $1, $2) {
6016
6102
  var ws = $1;
6017
6103
  var def = $2;
6104
+ if (def.block.empty)
6105
+ return $skip;
6018
6106
  return {
6019
6107
  ...def,
6020
6108
  children: [...ws, ...def.children]
@@ -6031,10 +6119,31 @@ ${input.slice(result.pos)}
6031
6119
  value: [dots, exp]
6032
6120
  };
6033
6121
  });
6034
- var PropertyDefinition$5 = $TS($S(__, IdentifierReference), function($skip, $loc, $0, $1, $2) {
6122
+ var PropertyDefinition$5 = $TS($S(__, CallExpression), function($skip, $loc, $0, $1, $2) {
6035
6123
  var ws = $1;
6036
- var id = $2;
6037
- return { ...id, children: [...ws, ...id.children] };
6124
+ var value = $2;
6125
+ if (value.type === "Identifier") {
6126
+ return { ...value, children: [...ws, ...value.children] };
6127
+ }
6128
+ let exp = value, children, i;
6129
+ do {
6130
+ ({ children } = exp);
6131
+ i = children.length - 1;
6132
+ while (i >= 0 && (children[i].type === "Call" || children[i].type === "NonNullAssertion" || children[i].type === "Optional"))
6133
+ i--;
6134
+ if (i < 0)
6135
+ return $skip;
6136
+ } while (children[i].type === "MemberExpression" && (exp = children[i]));
6137
+ const { name } = children[i];
6138
+ if (!name)
6139
+ return $skip;
6140
+ return {
6141
+ type: "Property",
6142
+ children: [ws, name, ": ", value],
6143
+ name,
6144
+ value,
6145
+ names: []
6146
+ };
6038
6147
  });
6039
6148
  function PropertyDefinition(state) {
6040
6149
  let eventData;
@@ -6365,7 +6474,7 @@ ${input.slice(result.pos)}
6365
6474
  return result;
6366
6475
  }
6367
6476
  }
6368
- var PrivateIdentifier$0 = $TV($TEXT($S($EXPECT($L8, fail, 'PrivateIdentifier "#"'), IdentifierName)), function($skip, $loc, $0, $1) {
6477
+ var PrivateIdentifier$0 = $TV($TEXT($S($EXPECT($L9, fail, 'PrivateIdentifier "#"'), IdentifierName)), function($skip, $loc, $0, $1) {
6369
6478
  return {
6370
6479
  type: "Identifier",
6371
6480
  name: $0,
@@ -6429,25 +6538,25 @@ ${input.slice(result.pos)}
6429
6538
  return result;
6430
6539
  }
6431
6540
  }
6432
- var AssignmentOpSymbol$0 = $EXPECT($L30, fail, 'AssignmentOpSymbol "**="');
6433
- var AssignmentOpSymbol$1 = $EXPECT($L31, fail, 'AssignmentOpSymbol "*="');
6434
- var AssignmentOpSymbol$2 = $EXPECT($L32, fail, 'AssignmentOpSymbol "/="');
6435
- var AssignmentOpSymbol$3 = $EXPECT($L33, fail, 'AssignmentOpSymbol "%="');
6436
- var AssignmentOpSymbol$4 = $EXPECT($L34, fail, 'AssignmentOpSymbol "+="');
6437
- var AssignmentOpSymbol$5 = $EXPECT($L35, fail, 'AssignmentOpSymbol "-="');
6438
- var AssignmentOpSymbol$6 = $EXPECT($L36, fail, 'AssignmentOpSymbol "<<="');
6439
- var AssignmentOpSymbol$7 = $EXPECT($L37, fail, 'AssignmentOpSymbol ">>>="');
6440
- var AssignmentOpSymbol$8 = $EXPECT($L38, fail, 'AssignmentOpSymbol ">>="');
6441
- var AssignmentOpSymbol$9 = $EXPECT($L39, fail, 'AssignmentOpSymbol "&&="');
6442
- var AssignmentOpSymbol$10 = $EXPECT($L40, fail, 'AssignmentOpSymbol "&="');
6443
- var AssignmentOpSymbol$11 = $EXPECT($L41, fail, 'AssignmentOpSymbol "^="');
6444
- var AssignmentOpSymbol$12 = $EXPECT($L42, fail, 'AssignmentOpSymbol "||="');
6445
- var AssignmentOpSymbol$13 = $EXPECT($L43, fail, 'AssignmentOpSymbol "|="');
6446
- var AssignmentOpSymbol$14 = $EXPECT($L44, fail, 'AssignmentOpSymbol "??="');
6447
- var AssignmentOpSymbol$15 = $T($EXPECT($L45, fail, 'AssignmentOpSymbol "?="'), function(value) {
6541
+ var AssignmentOpSymbol$0 = $EXPECT($L31, fail, 'AssignmentOpSymbol "**="');
6542
+ var AssignmentOpSymbol$1 = $EXPECT($L32, fail, 'AssignmentOpSymbol "*="');
6543
+ var AssignmentOpSymbol$2 = $EXPECT($L33, fail, 'AssignmentOpSymbol "/="');
6544
+ var AssignmentOpSymbol$3 = $EXPECT($L34, fail, 'AssignmentOpSymbol "%="');
6545
+ var AssignmentOpSymbol$4 = $EXPECT($L35, fail, 'AssignmentOpSymbol "+="');
6546
+ var AssignmentOpSymbol$5 = $EXPECT($L36, fail, 'AssignmentOpSymbol "-="');
6547
+ var AssignmentOpSymbol$6 = $EXPECT($L37, fail, 'AssignmentOpSymbol "<<="');
6548
+ var AssignmentOpSymbol$7 = $EXPECT($L38, fail, 'AssignmentOpSymbol ">>>="');
6549
+ var AssignmentOpSymbol$8 = $EXPECT($L39, fail, 'AssignmentOpSymbol ">>="');
6550
+ var AssignmentOpSymbol$9 = $EXPECT($L40, fail, 'AssignmentOpSymbol "&&="');
6551
+ var AssignmentOpSymbol$10 = $EXPECT($L41, fail, 'AssignmentOpSymbol "&="');
6552
+ var AssignmentOpSymbol$11 = $EXPECT($L42, fail, 'AssignmentOpSymbol "^="');
6553
+ var AssignmentOpSymbol$12 = $EXPECT($L43, fail, 'AssignmentOpSymbol "||="');
6554
+ var AssignmentOpSymbol$13 = $EXPECT($L44, fail, 'AssignmentOpSymbol "|="');
6555
+ var AssignmentOpSymbol$14 = $EXPECT($L45, fail, 'AssignmentOpSymbol "??="');
6556
+ var AssignmentOpSymbol$15 = $T($EXPECT($L46, fail, 'AssignmentOpSymbol "?="'), function(value) {
6448
6557
  return "??=";
6449
6558
  });
6450
- var AssignmentOpSymbol$16 = $T($S($EXPECT($L26, fail, 'AssignmentOpSymbol "="'), $N($EXPECT($L26, fail, 'AssignmentOpSymbol "="'))), function(value) {
6559
+ var AssignmentOpSymbol$16 = $T($S($EXPECT($L27, fail, 'AssignmentOpSymbol "="'), $N($EXPECT($L27, fail, 'AssignmentOpSymbol "="'))), function(value) {
6451
6560
  return value[0];
6452
6561
  });
6453
6562
  var AssignmentOpSymbol$17 = $T($S(CoffeeWordAssignmentOp), function(value) {
@@ -6475,10 +6584,10 @@ ${input.slice(result.pos)}
6475
6584
  return result;
6476
6585
  }
6477
6586
  }
6478
- var CoffeeWordAssignmentOp$0 = $T($EXPECT($L46, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
6587
+ var CoffeeWordAssignmentOp$0 = $T($EXPECT($L47, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
6479
6588
  return "&&=";
6480
6589
  });
6481
- var CoffeeWordAssignmentOp$1 = $T($EXPECT($L47, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
6590
+ var CoffeeWordAssignmentOp$1 = $T($EXPECT($L48, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
6482
6591
  return "||=";
6483
6592
  });
6484
6593
  function CoffeeWordAssignmentOp(state) {
@@ -6530,21 +6639,21 @@ ${input.slice(result.pos)}
6530
6639
  return result;
6531
6640
  }
6532
6641
  }
6533
- var BinaryOpSymbol$0 = $EXPECT($L48, fail, 'BinaryOpSymbol "**"');
6534
- var BinaryOpSymbol$1 = $EXPECT($L49, fail, 'BinaryOpSymbol "*"');
6535
- var BinaryOpSymbol$2 = $EXPECT($L50, fail, 'BinaryOpSymbol "/"');
6536
- var BinaryOpSymbol$3 = $TV($EXPECT($L51, fail, 'BinaryOpSymbol "%%"'), function($skip, $loc, $0, $1) {
6642
+ var BinaryOpSymbol$0 = $EXPECT($L49, fail, 'BinaryOpSymbol "**"');
6643
+ var BinaryOpSymbol$1 = $EXPECT($L50, fail, 'BinaryOpSymbol "*"');
6644
+ var BinaryOpSymbol$2 = $EXPECT($L51, fail, 'BinaryOpSymbol "/"');
6645
+ var BinaryOpSymbol$3 = $TV($EXPECT($L52, fail, 'BinaryOpSymbol "%%"'), function($skip, $loc, $0, $1) {
6537
6646
  return {
6538
6647
  call: module.getRef("modulo"),
6539
6648
  special: true
6540
6649
  };
6541
6650
  });
6542
- var BinaryOpSymbol$4 = $EXPECT($L52, fail, 'BinaryOpSymbol "%"');
6543
- var BinaryOpSymbol$5 = $EXPECT($L53, fail, 'BinaryOpSymbol "+"');
6544
- var BinaryOpSymbol$6 = $EXPECT($L54, fail, 'BinaryOpSymbol "-"');
6545
- var BinaryOpSymbol$7 = $EXPECT($L55, fail, 'BinaryOpSymbol "<="');
6546
- var BinaryOpSymbol$8 = $EXPECT($L56, fail, 'BinaryOpSymbol ">="');
6547
- var BinaryOpSymbol$9 = $TV($EXPECT($L57, fail, 'BinaryOpSymbol "<?"'), function($skip, $loc, $0, $1) {
6651
+ var BinaryOpSymbol$4 = $EXPECT($L53, fail, 'BinaryOpSymbol "%"');
6652
+ var BinaryOpSymbol$5 = $EXPECT($L54, fail, 'BinaryOpSymbol "+"');
6653
+ var BinaryOpSymbol$6 = $EXPECT($L55, fail, 'BinaryOpSymbol "-"');
6654
+ var BinaryOpSymbol$7 = $EXPECT($L56, fail, 'BinaryOpSymbol "<="');
6655
+ var BinaryOpSymbol$8 = $EXPECT($L57, fail, 'BinaryOpSymbol ">="');
6656
+ var BinaryOpSymbol$9 = $TV($EXPECT($L58, fail, 'BinaryOpSymbol "<?"'), function($skip, $loc, $0, $1) {
6548
6657
  return {
6549
6658
  $loc,
6550
6659
  token: "instanceof",
@@ -6552,49 +6661,49 @@ ${input.slice(result.pos)}
6552
6661
  special: true
6553
6662
  };
6554
6663
  });
6555
- var BinaryOpSymbol$10 = $EXPECT($L58, fail, 'BinaryOpSymbol "<<"');
6664
+ var BinaryOpSymbol$10 = $EXPECT($L59, fail, 'BinaryOpSymbol "<<"');
6556
6665
  var BinaryOpSymbol$11 = $TR($EXPECT($R5, fail, "BinaryOpSymbol /<(?!\\p{ID_Start}|[_$])/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
6557
6666
  return "<";
6558
6667
  });
6559
- var BinaryOpSymbol$12 = $EXPECT($L59, fail, 'BinaryOpSymbol ">>>"');
6560
- var BinaryOpSymbol$13 = $EXPECT($L60, fail, 'BinaryOpSymbol ">>"');
6561
- var BinaryOpSymbol$14 = $EXPECT($L27, fail, 'BinaryOpSymbol ">"');
6562
- var BinaryOpSymbol$15 = $EXPECT($L61, fail, 'BinaryOpSymbol "!=="');
6563
- var BinaryOpSymbol$16 = $TV($EXPECT($L62, fail, 'BinaryOpSymbol "!="'), function($skip, $loc, $0, $1) {
6668
+ var BinaryOpSymbol$12 = $EXPECT($L60, fail, 'BinaryOpSymbol ">>>"');
6669
+ var BinaryOpSymbol$13 = $EXPECT($L61, fail, 'BinaryOpSymbol ">>"');
6670
+ var BinaryOpSymbol$14 = $EXPECT($L28, fail, 'BinaryOpSymbol ">"');
6671
+ var BinaryOpSymbol$15 = $EXPECT($L62, fail, 'BinaryOpSymbol "!=="');
6672
+ var BinaryOpSymbol$16 = $TV($EXPECT($L63, fail, 'BinaryOpSymbol "!="'), function($skip, $loc, $0, $1) {
6564
6673
  if (module.config.coffeeEq)
6565
6674
  return "!==";
6566
6675
  return $1;
6567
6676
  });
6568
- var BinaryOpSymbol$17 = $TS($S($EXPECT($L63, fail, 'BinaryOpSymbol "isnt"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6677
+ var BinaryOpSymbol$17 = $TS($S($EXPECT($L64, fail, 'BinaryOpSymbol "isnt"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6569
6678
  if (module.config.coffeeIsnt)
6570
6679
  return "!==";
6571
6680
  return $skip;
6572
6681
  });
6573
- var BinaryOpSymbol$18 = $EXPECT($L64, fail, 'BinaryOpSymbol "==="');
6574
- var BinaryOpSymbol$19 = $TV($EXPECT($L65, fail, 'BinaryOpSymbol "=="'), function($skip, $loc, $0, $1) {
6682
+ var BinaryOpSymbol$18 = $EXPECT($L65, fail, 'BinaryOpSymbol "==="');
6683
+ var BinaryOpSymbol$19 = $TV($EXPECT($L66, fail, 'BinaryOpSymbol "=="'), function($skip, $loc, $0, $1) {
6575
6684
  if (module.config.coffeeEq)
6576
6685
  return "===";
6577
6686
  return $1;
6578
6687
  });
6579
- var BinaryOpSymbol$20 = $T($S($EXPECT($L66, fail, 'BinaryOpSymbol "and"'), NonIdContinue), function(value) {
6688
+ var BinaryOpSymbol$20 = $T($S($EXPECT($L67, fail, 'BinaryOpSymbol "and"'), NonIdContinue), function(value) {
6580
6689
  return "&&";
6581
6690
  });
6582
- var BinaryOpSymbol$21 = $EXPECT($L67, fail, 'BinaryOpSymbol "&&"');
6583
- var BinaryOpSymbol$22 = $T($S(CoffeeOfEnabled, $EXPECT($L68, fail, 'BinaryOpSymbol "of"'), NonIdContinue), function(value) {
6691
+ var BinaryOpSymbol$21 = $EXPECT($L68, fail, 'BinaryOpSymbol "&&"');
6692
+ var BinaryOpSymbol$22 = $T($S(CoffeeOfEnabled, $EXPECT($L69, fail, 'BinaryOpSymbol "of"'), NonIdContinue), function(value) {
6584
6693
  return "in";
6585
6694
  });
6586
- var BinaryOpSymbol$23 = $T($S($EXPECT($L69, fail, 'BinaryOpSymbol "or"'), NonIdContinue), function(value) {
6695
+ var BinaryOpSymbol$23 = $T($S($EXPECT($L70, fail, 'BinaryOpSymbol "or"'), NonIdContinue), function(value) {
6587
6696
  return "||";
6588
6697
  });
6589
- var BinaryOpSymbol$24 = $EXPECT($L70, fail, 'BinaryOpSymbol "||"');
6590
- var BinaryOpSymbol$25 = $EXPECT($L71, fail, 'BinaryOpSymbol "??"');
6698
+ var BinaryOpSymbol$24 = $EXPECT($L71, fail, 'BinaryOpSymbol "||"');
6699
+ var BinaryOpSymbol$25 = $EXPECT($L72, fail, 'BinaryOpSymbol "??"');
6591
6700
  var BinaryOpSymbol$26 = $T($S(CoffeeBinaryExistentialEnabled, $EXPECT($L1, fail, 'BinaryOpSymbol "?"')), function(value) {
6592
6701
  return "??";
6593
6702
  });
6594
- var BinaryOpSymbol$27 = $TS($S($EXPECT($L72, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6703
+ var BinaryOpSymbol$27 = $TS($S($EXPECT($L73, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6595
6704
  return $1;
6596
6705
  });
6597
- 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) {
6706
+ var BinaryOpSymbol$28 = $TS($S(CoffeeNotEnabled, $EXPECT($L74, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L73, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
6598
6707
  return {
6599
6708
  $loc,
6600
6709
  token: "instanceof",
@@ -6603,7 +6712,7 @@ ${input.slice(result.pos)}
6603
6712
  negated: true
6604
6713
  };
6605
6714
  });
6606
- 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($L68, fail, 'BinaryOpSymbol "of"'), NonIdContinue)), function($skip, $loc, $0, $1) {
6715
+ var BinaryOpSymbol$29 = $TV($C($S($N(CoffeeOfEnabled), $EXPECT($L74, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L75, fail, 'BinaryOpSymbol "in"'), NonIdContinue), $S(CoffeeOfEnabled, $EXPECT($L74, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L69, fail, 'BinaryOpSymbol "of"'), NonIdContinue)), function($skip, $loc, $0, $1) {
6607
6716
  return {
6608
6717
  $loc,
6609
6718
  token: "in",
@@ -6611,7 +6720,7 @@ ${input.slice(result.pos)}
6611
6720
  negated: true
6612
6721
  };
6613
6722
  });
6614
- var BinaryOpSymbol$30 = $TS($S($EXPECT($L75, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
6723
+ var BinaryOpSymbol$30 = $TS($S($EXPECT($L76, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L75, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
6615
6724
  return {
6616
6725
  method: "includes",
6617
6726
  relational: true,
@@ -6619,7 +6728,7 @@ ${input.slice(result.pos)}
6619
6728
  special: true
6620
6729
  };
6621
6730
  });
6622
- var BinaryOpSymbol$31 = $TS($S(CoffeeOfEnabled, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
6731
+ var BinaryOpSymbol$31 = $TS($S(CoffeeOfEnabled, $EXPECT($L75, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
6623
6732
  return {
6624
6733
  call: [module.getRef("indexOf"), ".call"],
6625
6734
  relational: true,
@@ -6628,7 +6737,7 @@ ${input.slice(result.pos)}
6628
6737
  special: true
6629
6738
  };
6630
6739
  });
6631
- var BinaryOpSymbol$32 = $TS($S($EXPECT($L75, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8) {
6740
+ var BinaryOpSymbol$32 = $TS($S($EXPECT($L76, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L74, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L75, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8) {
6632
6741
  return {
6633
6742
  method: "includes",
6634
6743
  relational: true,
@@ -6637,7 +6746,7 @@ ${input.slice(result.pos)}
6637
6746
  negated: true
6638
6747
  };
6639
6748
  });
6640
- var BinaryOpSymbol$33 = $TS($S(CoffeeOfEnabled, $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
6749
+ var BinaryOpSymbol$33 = $TS($S(CoffeeOfEnabled, $EXPECT($L74, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L75, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
6641
6750
  return {
6642
6751
  call: [module.getRef("indexOf"), ".call"],
6643
6752
  relational: true,
@@ -6646,7 +6755,7 @@ ${input.slice(result.pos)}
6646
6755
  special: true
6647
6756
  };
6648
6757
  });
6649
- var BinaryOpSymbol$34 = $TS($S($N(CoffeeNotEnabled), $EXPECT($L75, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
6758
+ var BinaryOpSymbol$34 = $TS($S($N(CoffeeNotEnabled), $EXPECT($L76, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L74, fail, 'BinaryOpSymbol "not"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
6650
6759
  if (module.config.objectIs) {
6651
6760
  return {
6652
6761
  call: module.getRef("is"),
@@ -6658,7 +6767,7 @@ ${input.slice(result.pos)}
6658
6767
  }
6659
6768
  return "!==";
6660
6769
  });
6661
- var BinaryOpSymbol$35 = $TS($S($EXPECT($L75, fail, 'BinaryOpSymbol "is"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6770
+ var BinaryOpSymbol$35 = $TS($S($EXPECT($L76, fail, 'BinaryOpSymbol "is"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6662
6771
  if (module.config.objectIs) {
6663
6772
  return {
6664
6773
  call: module.getRef("is"),
@@ -6669,12 +6778,12 @@ ${input.slice(result.pos)}
6669
6778
  }
6670
6779
  return "===";
6671
6780
  });
6672
- var BinaryOpSymbol$36 = $TS($S($EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6781
+ var BinaryOpSymbol$36 = $TS($S($EXPECT($L75, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6673
6782
  return $1;
6674
6783
  });
6675
- var BinaryOpSymbol$37 = $EXPECT($L76, fail, 'BinaryOpSymbol "&"');
6676
- var BinaryOpSymbol$38 = $EXPECT($L77, fail, 'BinaryOpSymbol "^"');
6677
- var BinaryOpSymbol$39 = $EXPECT($L78, fail, 'BinaryOpSymbol "|"');
6784
+ var BinaryOpSymbol$37 = $EXPECT($L77, fail, 'BinaryOpSymbol "&"');
6785
+ var BinaryOpSymbol$38 = $EXPECT($L78, fail, 'BinaryOpSymbol "^"');
6786
+ var BinaryOpSymbol$39 = $EXPECT($L79, fail, 'BinaryOpSymbol "|"');
6678
6787
  function BinaryOpSymbol(state) {
6679
6788
  let eventData;
6680
6789
  if (state.events) {
@@ -6845,7 +6954,7 @@ ${input.slice(result.pos)}
6845
6954
  return result;
6846
6955
  }
6847
6956
  }
6848
- var EmptyStatement$0 = $T($S($Q(TrailingComment), $Y($EXPECT($L79, fail, 'EmptyStatement ";"'))), function(value) {
6957
+ var EmptyStatement$0 = $T($S($Q(TrailingComment), $Y($EXPECT($L80, fail, 'EmptyStatement ";"'))), function(value) {
6849
6958
  return { "type": "EmptyStatement", "children": value[0] };
6850
6959
  });
6851
6960
  function EmptyStatement(state) {
@@ -6870,7 +6979,7 @@ ${input.slice(result.pos)}
6870
6979
  return result;
6871
6980
  }
6872
6981
  }
6873
- var BlockStatement$0 = $T($S(ExplicitBlock, $N($S(__, $EXPECT($L26, fail, 'BlockStatement "="')))), function(value) {
6982
+ var BlockStatement$0 = $T($S(ExplicitBlock, $N($S(__, $EXPECT($L27, fail, 'BlockStatement "="')))), function(value) {
6874
6983
  return value[0];
6875
6984
  });
6876
6985
  function BlockStatement(state) {
@@ -7805,7 +7914,7 @@ ${input.slice(result.pos)}
7805
7914
  return result;
7806
7915
  }
7807
7916
  }
7808
- var CoffeeForDeclaration$0 = $TS($S($E($S(__, $EXPECT($L80, fail, 'CoffeeForDeclaration "own"'), NonIdContinue)), ForBinding), function($skip, $loc, $0, $1, $2) {
7917
+ var CoffeeForDeclaration$0 = $TS($S($E($S(__, $EXPECT($L81, fail, 'CoffeeForDeclaration "own"'), NonIdContinue)), ForBinding), function($skip, $loc, $0, $1, $2) {
7809
7918
  var own = $1;
7810
7919
  var binding = $2;
7811
7920
  return {
@@ -8274,7 +8383,7 @@ ${input.slice(result.pos)}
8274
8383
  return result;
8275
8384
  }
8276
8385
  }
8277
- var NoExpressions$0 = $T($EXPECT($L14, fail, 'NoExpressions ""'), function(value) {
8386
+ var NoExpressions$0 = $T($EXPECT($L15, fail, 'NoExpressions ""'), function(value) {
8278
8387
  return [];
8279
8388
  });
8280
8389
  function NoExpressions(state) {
@@ -8300,7 +8409,7 @@ ${input.slice(result.pos)}
8300
8409
  }
8301
8410
  }
8302
8411
  var ImpliedColon$0 = $S(__, Colon);
8303
- var ImpliedColon$1 = $TV($EXPECT($L14, fail, 'ImpliedColon ""'), function($skip, $loc, $0, $1) {
8412
+ var ImpliedColon$1 = $TV($EXPECT($L15, fail, 'ImpliedColon ""'), function($skip, $loc, $0, $1) {
8304
8413
  return { $loc, token: ":" };
8305
8414
  });
8306
8415
  function ImpliedColon(state) {
@@ -8440,7 +8549,7 @@ ${input.slice(result.pos)}
8440
8549
  return result;
8441
8550
  }
8442
8551
  }
8443
- var Finally$0 = $S(__, $EXPECT($L81, fail, 'Finally "finally"'), NonIdContinue, BracedBlock);
8552
+ var Finally$0 = $S(__, $EXPECT($L82, fail, 'Finally "finally"'), NonIdContinue, BracedBlock);
8444
8553
  function Finally(state) {
8445
8554
  let eventData;
8446
8555
  if (state.events) {
@@ -8552,7 +8661,7 @@ ${input.slice(result.pos)}
8552
8661
  return result;
8553
8662
  }
8554
8663
  }
8555
- var SuppressIndentedApplication$0 = $TV($EXPECT($L14, fail, 'SuppressIndentedApplication ""'), function($skip, $loc, $0, $1) {
8664
+ var SuppressIndentedApplication$0 = $TV($EXPECT($L15, fail, 'SuppressIndentedApplication ""'), function($skip, $loc, $0, $1) {
8556
8665
  module.suppressIndentedApplication = true;
8557
8666
  });
8558
8667
  function SuppressIndentedApplication(state) {
@@ -8577,7 +8686,7 @@ ${input.slice(result.pos)}
8577
8686
  return result;
8578
8687
  }
8579
8688
  }
8580
- var IndentedApplicationAllowed$0 = $TV($EXPECT($L14, fail, 'IndentedApplicationAllowed ""'), function($skip, $loc, $0, $1) {
8689
+ var IndentedApplicationAllowed$0 = $TV($EXPECT($L15, fail, 'IndentedApplicationAllowed ""'), function($skip, $loc, $0, $1) {
8581
8690
  if (module.suppressIndentedApplication)
8582
8691
  return $skip;
8583
8692
  return;
@@ -8604,7 +8713,7 @@ ${input.slice(result.pos)}
8604
8713
  return result;
8605
8714
  }
8606
8715
  }
8607
- var SuppressTrailingMemberProperty$0 = $TV($EXPECT($L14, fail, 'SuppressTrailingMemberProperty ""'), function($skip, $loc, $0, $1) {
8716
+ var SuppressTrailingMemberProperty$0 = $TV($EXPECT($L15, fail, 'SuppressTrailingMemberProperty ""'), function($skip, $loc, $0, $1) {
8608
8717
  module.suppressTrailingMemberProperty.push(true);
8609
8718
  });
8610
8719
  function SuppressTrailingMemberProperty(state) {
@@ -8629,7 +8738,7 @@ ${input.slice(result.pos)}
8629
8738
  return result;
8630
8739
  }
8631
8740
  }
8632
- var TrailingMemberPropertyAllowed$0 = $TV($EXPECT($L14, fail, 'TrailingMemberPropertyAllowed ""'), function($skip, $loc, $0, $1) {
8741
+ var TrailingMemberPropertyAllowed$0 = $TV($EXPECT($L15, fail, 'TrailingMemberPropertyAllowed ""'), function($skip, $loc, $0, $1) {
8633
8742
  if (module.trailingMemberPropertySuppressed)
8634
8743
  return $skip;
8635
8744
  });
@@ -8678,13 +8787,13 @@ ${input.slice(result.pos)}
8678
8787
  return result;
8679
8788
  }
8680
8789
  }
8681
- var KeywordStatement$0 = $T($S($EXPECT($L82, fail, 'KeywordStatement "break"'), NonIdContinue), function(value) {
8790
+ var KeywordStatement$0 = $T($S($EXPECT($L83, fail, 'KeywordStatement "break"'), NonIdContinue), function(value) {
8682
8791
  return { "type": "BreakStatement", "children": value };
8683
8792
  });
8684
- var KeywordStatement$1 = $T($S($EXPECT($L83, fail, 'KeywordStatement "continue"'), NonIdContinue), function(value) {
8793
+ var KeywordStatement$1 = $T($S($EXPECT($L84, fail, 'KeywordStatement "continue"'), NonIdContinue), function(value) {
8685
8794
  return { "type": "ContinueStatement", "children": value };
8686
8795
  });
8687
- var KeywordStatement$2 = $T($S($EXPECT($L84, fail, 'KeywordStatement "debugger"'), NonIdContinue), function(value) {
8796
+ var KeywordStatement$2 = $T($S($EXPECT($L85, fail, 'KeywordStatement "debugger"'), NonIdContinue), function(value) {
8688
8797
  return { "type": "DebuggerStatement", "children": value };
8689
8798
  });
8690
8799
  var KeywordStatement$3 = $T($S(Return, $E(MaybeNestedExpression)), function(value) {
@@ -8715,7 +8824,7 @@ ${input.slice(result.pos)}
8715
8824
  return result;
8716
8825
  }
8717
8826
  }
8718
- var DebuggerExpression$0 = $TS($S($EXPECT($L84, fail, 'DebuggerExpression "debugger"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8827
+ var DebuggerExpression$0 = $TS($S($EXPECT($L85, fail, 'DebuggerExpression "debugger"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8719
8828
  return {
8720
8829
  type: "DebuggerExpression",
8721
8830
  children: ["(()=>{", $1, "})()"]
@@ -8843,7 +8952,7 @@ ${input.slice(result.pos)}
8843
8952
  return result;
8844
8953
  }
8845
8954
  }
8846
- var ImpliedImport$0 = $TV($EXPECT($L14, fail, 'ImpliedImport ""'), function($skip, $loc, $0, $1) {
8955
+ var ImpliedImport$0 = $TV($EXPECT($L15, fail, 'ImpliedImport ""'), function($skip, $loc, $0, $1) {
8847
8956
  return { $loc, token: "import " };
8848
8957
  });
8849
8958
  function ImpliedImport(state) {
@@ -8992,7 +9101,7 @@ ${input.slice(result.pos)}
8992
9101
  return result;
8993
9102
  }
8994
9103
  }
8995
- var ImportAssertion$0 = $S($E(_), $EXPECT($L85, fail, 'ImportAssertion "assert"'), NonIdContinue, $E(_), ObjectLiteral);
9104
+ var ImportAssertion$0 = $S($E(_), $EXPECT($L86, fail, 'ImportAssertion "assert"'), NonIdContinue, $E(_), ObjectLiteral);
8996
9105
  function ImportAssertion(state) {
8997
9106
  let eventData;
8998
9107
  if (state.events) {
@@ -9572,7 +9681,7 @@ ${input.slice(result.pos)}
9572
9681
  return result;
9573
9682
  }
9574
9683
  }
9575
- var ConstAssignment$0 = $TV($EXPECT($L86, fail, 'ConstAssignment ":="'), function($skip, $loc, $0, $1) {
9684
+ var ConstAssignment$0 = $TV($EXPECT($L87, fail, 'ConstAssignment ":="'), function($skip, $loc, $0, $1) {
9576
9685
  return { $loc, token: "=" };
9577
9686
  });
9578
9687
  function ConstAssignment(state) {
@@ -9597,7 +9706,7 @@ ${input.slice(result.pos)}
9597
9706
  return result;
9598
9707
  }
9599
9708
  }
9600
- var LetAssignment$0 = $TV($EXPECT($L87, fail, 'LetAssignment ".="'), function($skip, $loc, $0, $1) {
9709
+ var LetAssignment$0 = $TV($EXPECT($L88, fail, 'LetAssignment ".="'), function($skip, $loc, $0, $1) {
9601
9710
  return { $loc, token: "=" };
9602
9711
  });
9603
9712
  function LetAssignment(state) {
@@ -10247,7 +10356,7 @@ ${input.slice(result.pos)}
10247
10356
  }
10248
10357
  }
10249
10358
  var RegularExpressionLiteral$0 = HeregexLiteral;
10250
- var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L50, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L50, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
10359
+ var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L51, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L51, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
10251
10360
  return { $loc, token: $1 };
10252
10361
  });
10253
10362
  function RegularExpressionLiteral(state) {
@@ -10650,7 +10759,7 @@ ${input.slice(result.pos)}
10650
10759
  var ReservedWord$2 = $S(CoffeeForLoopsEnabled, $R$0($EXPECT($R34, fail, "ReservedWord /(?:by)(?!\\p{ID_Continue})/")));
10651
10760
  var ReservedWord$3 = $S(CoffeeOfEnabled, $R$0($EXPECT($R35, fail, "ReservedWord /(?:of)(?!\\p{ID_Continue})/")));
10652
10761
  var ReservedWord$4 = $S(CoffeeNotEnabled, $R$0($EXPECT($R36, fail, "ReservedWord /(?:not)(?!\\p{ID_Continue})/")));
10653
- var ReservedWord$5 = $S($EXPECT($L73, fail, 'ReservedWord "not"'), NonIdContinue, __, $EXPECT($L74, fail, 'ReservedWord "in"'), NonIdContinue);
10762
+ var ReservedWord$5 = $S($EXPECT($L74, fail, 'ReservedWord "not"'), NonIdContinue, __, $EXPECT($L75, fail, 'ReservedWord "in"'), NonIdContinue);
10654
10763
  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})/"));
10655
10764
  function ReservedWord(state) {
10656
10765
  let eventData;
@@ -10771,7 +10880,7 @@ ${input.slice(result.pos)}
10771
10880
  return result;
10772
10881
  }
10773
10882
  }
10774
- 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) {
10883
+ var JSMultiLineComment$0 = $TV($TEXT($S($EXPECT($L89, fail, 'JSMultiLineComment "/*"'), $Q($S($N($EXPECT($L90, fail, 'JSMultiLineComment "*/"')), $EXPECT($R39, fail, "JSMultiLineComment /./"))), $EXPECT($L90, fail, 'JSMultiLineComment "*/"'))), function($skip, $loc, $0, $1) {
10775
10884
  return { $loc, token: $1 };
10776
10885
  });
10777
10886
  function JSMultiLineComment(state) {
@@ -10821,7 +10930,7 @@ ${input.slice(result.pos)}
10821
10930
  return result;
10822
10931
  }
10823
10932
  }
10824
- 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) {
10933
+ var CoffeeMultiLineComment$0 = $TS($S(CoffeeHereCommentStart, $TEXT($Q($S($N($C(CoffeeHereCommentStart, $EXPECT($L90, fail, 'CoffeeMultiLineComment "*/"'))), $EXPECT($R39, fail, "CoffeeMultiLineComment /./")))), CoffeeHereCommentStart), function($skip, $loc, $0, $1, $2, $3) {
10825
10934
  return { $loc, token: `/*${$2}*/` };
10826
10935
  });
10827
10936
  function CoffeeMultiLineComment(state) {
@@ -10869,7 +10978,7 @@ ${input.slice(result.pos)}
10869
10978
  return result;
10870
10979
  }
10871
10980
  }
10872
- 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) {
10981
+ var InlineComment$0 = $TV($TEXT($S($EXPECT($L89, fail, 'InlineComment "/*"'), $TEXT($Q($S($N($EXPECT($L90, fail, 'InlineComment "*/"')), $EXPECT($R42, fail, "InlineComment /[^\\r\\n]/")))), $EXPECT($L90, fail, 'InlineComment "*/"'))), function($skip, $loc, $0, $1) {
10873
10982
  return { $loc, token: $1 };
10874
10983
  });
10875
10984
  function InlineComment(state) {
@@ -10968,7 +11077,7 @@ ${input.slice(result.pos)}
10968
11077
  var NonNewlineWhitespace$0 = $TR($EXPECT($R43, fail, "NonNewlineWhitespace /[ \\t]+/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
10969
11078
  return { $loc, token: $0 };
10970
11079
  });
10971
- var NonNewlineWhitespace$1 = $T($S(CoffeeLineContinuationEnabled, $EXPECT($L90, fail, 'NonNewlineWhitespace "\\\\\\\\"'), EOL), function(value) {
11080
+ var NonNewlineWhitespace$1 = $T($S(CoffeeLineContinuationEnabled, $EXPECT($L91, fail, 'NonNewlineWhitespace "\\\\\\\\"'), EOL), function(value) {
10972
11081
  return "";
10973
11082
  });
10974
11083
  function NonNewlineWhitespace(state) {
@@ -11096,7 +11205,8 @@ ${input.slice(result.pos)}
11096
11205
  }
11097
11206
  }
11098
11207
  var StatementDelimiter$0 = SemicolonDelimiter;
11099
- var StatementDelimiter$1 = $Y(EOS);
11208
+ var StatementDelimiter$1 = $S($Y($S(Samedent, $C($EXPECT($L92, fail, 'StatementDelimiter "("'), $EXPECT($L93, fail, 'StatementDelimiter "["'), $EXPECT($L94, fail, 'StatementDelimiter "`"'), $EXPECT($L54, fail, 'StatementDelimiter "+"'), $EXPECT($L55, fail, 'StatementDelimiter "-"'), $EXPECT($L50, fail, 'StatementDelimiter "*"'), $EXPECT($L51, fail, 'StatementDelimiter "/"'), ObjectLiteral))), InsertSemicolon);
11209
+ var StatementDelimiter$2 = $Y(EOS);
11100
11210
  function StatementDelimiter(state) {
11101
11211
  let eventData;
11102
11212
  if (state.events) {
@@ -11108,12 +11218,12 @@ ${input.slice(result.pos)}
11108
11218
  }
11109
11219
  }
11110
11220
  if (state.tokenize) {
11111
- const result = $TOKEN("StatementDelimiter", state, StatementDelimiter$0(state) || StatementDelimiter$1(state));
11221
+ const result = $TOKEN("StatementDelimiter", state, StatementDelimiter$0(state) || StatementDelimiter$1(state) || StatementDelimiter$2(state));
11112
11222
  if (state.events)
11113
11223
  state.events.exit?.("StatementDelimiter", state, result, eventData);
11114
11224
  return result;
11115
11225
  } else {
11116
- const result = StatementDelimiter$0(state) || StatementDelimiter$1(state);
11226
+ const result = StatementDelimiter$0(state) || StatementDelimiter$1(state) || StatementDelimiter$2(state);
11117
11227
  if (state.events)
11118
11228
  state.events.exit?.("StatementDelimiter", state, result, eventData);
11119
11229
  return result;
@@ -11170,7 +11280,7 @@ ${input.slice(result.pos)}
11170
11280
  return result;
11171
11281
  }
11172
11282
  }
11173
- var Loc$0 = $TV($EXPECT($L14, fail, 'Loc ""'), function($skip, $loc, $0, $1) {
11283
+ var Loc$0 = $TV($EXPECT($L15, fail, 'Loc ""'), function($skip, $loc, $0, $1) {
11174
11284
  return { $loc, token: "" };
11175
11285
  });
11176
11286
  function Loc(state) {
@@ -11195,7 +11305,7 @@ ${input.slice(result.pos)}
11195
11305
  return result;
11196
11306
  }
11197
11307
  }
11198
- var Abstract$0 = $TV($TEXT($S($EXPECT($L91, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L6, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
11308
+ var Abstract$0 = $TV($TEXT($S($EXPECT($L95, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L6, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
11199
11309
  return { $loc, token: $1, ts: true };
11200
11310
  });
11201
11311
  function Abstract(state) {
@@ -11220,7 +11330,7 @@ ${input.slice(result.pos)}
11220
11330
  return result;
11221
11331
  }
11222
11332
  }
11223
- var Ampersand$0 = $TV($EXPECT($L76, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
11333
+ var Ampersand$0 = $TV($EXPECT($L77, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
11224
11334
  return { $loc, token: $1 };
11225
11335
  });
11226
11336
  function Ampersand(state) {
@@ -11245,7 +11355,7 @@ ${input.slice(result.pos)}
11245
11355
  return result;
11246
11356
  }
11247
11357
  }
11248
- var As$0 = $TS($S($EXPECT($L92, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11358
+ var As$0 = $TS($S($EXPECT($L96, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11249
11359
  return { $loc, token: $1 };
11250
11360
  });
11251
11361
  function As(state) {
@@ -11270,7 +11380,7 @@ ${input.slice(result.pos)}
11270
11380
  return result;
11271
11381
  }
11272
11382
  }
11273
- var At$0 = $TV($EXPECT($L93, fail, 'At "@"'), function($skip, $loc, $0, $1) {
11383
+ var At$0 = $TV($EXPECT($L97, fail, 'At "@"'), function($skip, $loc, $0, $1) {
11274
11384
  return { $loc, token: $1 };
11275
11385
  });
11276
11386
  function At(state) {
@@ -11295,7 +11405,7 @@ ${input.slice(result.pos)}
11295
11405
  return result;
11296
11406
  }
11297
11407
  }
11298
- var AtAt$0 = $TV($EXPECT($L94, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
11408
+ var AtAt$0 = $TV($EXPECT($L98, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
11299
11409
  return { $loc, token: "@" };
11300
11410
  });
11301
11411
  function AtAt(state) {
@@ -11320,7 +11430,7 @@ ${input.slice(result.pos)}
11320
11430
  return result;
11321
11431
  }
11322
11432
  }
11323
- var Async$0 = $TS($S($EXPECT($L95, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11433
+ var Async$0 = $TS($S($EXPECT($L99, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11324
11434
  return { $loc, token: $1, type: "Async" };
11325
11435
  });
11326
11436
  function Async(state) {
@@ -11345,7 +11455,7 @@ ${input.slice(result.pos)}
11345
11455
  return result;
11346
11456
  }
11347
11457
  }
11348
- var Await$0 = $TS($S($EXPECT($L96, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11458
+ var Await$0 = $TS($S($EXPECT($L100, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11349
11459
  return { $loc, token: $1 };
11350
11460
  });
11351
11461
  function Await(state) {
@@ -11370,7 +11480,7 @@ ${input.slice(result.pos)}
11370
11480
  return result;
11371
11481
  }
11372
11482
  }
11373
- var Backtick$0 = $TV($EXPECT($L97, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
11483
+ var Backtick$0 = $TV($EXPECT($L94, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
11374
11484
  return { $loc, token: $1 };
11375
11485
  });
11376
11486
  function Backtick(state) {
@@ -11395,7 +11505,7 @@ ${input.slice(result.pos)}
11395
11505
  return result;
11396
11506
  }
11397
11507
  }
11398
- var By$0 = $TS($S($EXPECT($L98, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11508
+ var By$0 = $TS($S($EXPECT($L101, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11399
11509
  return { $loc, token: $1 };
11400
11510
  });
11401
11511
  function By(state) {
@@ -11420,7 +11530,7 @@ ${input.slice(result.pos)}
11420
11530
  return result;
11421
11531
  }
11422
11532
  }
11423
- var Case$0 = $TS($S($EXPECT($L99, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11533
+ var Case$0 = $TS($S($EXPECT($L102, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11424
11534
  return { $loc, token: $1 };
11425
11535
  });
11426
11536
  function Case(state) {
@@ -11445,7 +11555,7 @@ ${input.slice(result.pos)}
11445
11555
  return result;
11446
11556
  }
11447
11557
  }
11448
- var Catch$0 = $TS($S($EXPECT($L100, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11558
+ var Catch$0 = $TS($S($EXPECT($L103, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11449
11559
  return { $loc, token: $1 };
11450
11560
  });
11451
11561
  function Catch(state) {
@@ -11470,7 +11580,7 @@ ${input.slice(result.pos)}
11470
11580
  return result;
11471
11581
  }
11472
11582
  }
11473
- var Class$0 = $TS($S($EXPECT($L101, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11583
+ var Class$0 = $TS($S($EXPECT($L104, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11474
11584
  return { $loc, token: $1 };
11475
11585
  });
11476
11586
  function Class(state) {
@@ -11495,7 +11605,7 @@ ${input.slice(result.pos)}
11495
11605
  return result;
11496
11606
  }
11497
11607
  }
11498
- var CloseBrace$0 = $TV($EXPECT($L17, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
11608
+ var CloseBrace$0 = $TV($EXPECT($L18, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
11499
11609
  return { $loc, token: $1 };
11500
11610
  });
11501
11611
  function CloseBrace(state) {
@@ -11520,7 +11630,7 @@ ${input.slice(result.pos)}
11520
11630
  return result;
11521
11631
  }
11522
11632
  }
11523
- var CloseBracket$0 = $TV($EXPECT($L28, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
11633
+ var CloseBracket$0 = $TV($EXPECT($L29, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
11524
11634
  return { $loc, token: $1 };
11525
11635
  });
11526
11636
  function CloseBracket(state) {
@@ -11545,7 +11655,7 @@ ${input.slice(result.pos)}
11545
11655
  return result;
11546
11656
  }
11547
11657
  }
11548
- var CloseParen$0 = $TV($EXPECT($L15, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
11658
+ var CloseParen$0 = $TV($EXPECT($L16, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
11549
11659
  return { $loc, token: $1 };
11550
11660
  });
11551
11661
  function CloseParen(state) {
@@ -11570,7 +11680,7 @@ ${input.slice(result.pos)}
11570
11680
  return result;
11571
11681
  }
11572
11682
  }
11573
- var CoffeeSubstitutionStart$0 = $TV($EXPECT($L102, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
11683
+ var CoffeeSubstitutionStart$0 = $TV($EXPECT($L105, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
11574
11684
  return { $loc, token: "${" };
11575
11685
  });
11576
11686
  function CoffeeSubstitutionStart(state) {
@@ -11595,7 +11705,7 @@ ${input.slice(result.pos)}
11595
11705
  return result;
11596
11706
  }
11597
11707
  }
11598
- var Colon$0 = $TV($EXPECT($L29, fail, 'Colon ":"'), function($skip, $loc, $0, $1) {
11708
+ var Colon$0 = $TV($EXPECT($L30, fail, 'Colon ":"'), function($skip, $loc, $0, $1) {
11599
11709
  return { $loc, token: $1 };
11600
11710
  });
11601
11711
  function Colon(state) {
@@ -11620,7 +11730,7 @@ ${input.slice(result.pos)}
11620
11730
  return result;
11621
11731
  }
11622
11732
  }
11623
- var ConstructorShorthand$0 = $TV($EXPECT($L93, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
11733
+ var ConstructorShorthand$0 = $TV($EXPECT($L97, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
11624
11734
  return { $loc, token: "constructor" };
11625
11735
  });
11626
11736
  function ConstructorShorthand(state) {
@@ -11645,7 +11755,7 @@ ${input.slice(result.pos)}
11645
11755
  return result;
11646
11756
  }
11647
11757
  }
11648
- var Declare$0 = $TS($S($EXPECT($L103, fail, 'Declare "declare"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11758
+ var Declare$0 = $TS($S($EXPECT($L106, fail, 'Declare "declare"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11649
11759
  return { $loc, token: $1 };
11650
11760
  });
11651
11761
  function Declare(state) {
@@ -11670,7 +11780,7 @@ ${input.slice(result.pos)}
11670
11780
  return result;
11671
11781
  }
11672
11782
  }
11673
- var Default$0 = $TS($S($EXPECT($L104, fail, 'Default "default"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11783
+ var Default$0 = $TS($S($EXPECT($L107, fail, 'Default "default"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11674
11784
  return { $loc, token: $1 };
11675
11785
  });
11676
11786
  function Default(state) {
@@ -11695,7 +11805,7 @@ ${input.slice(result.pos)}
11695
11805
  return result;
11696
11806
  }
11697
11807
  }
11698
- var Delete$0 = $TS($S($EXPECT($L105, fail, 'Delete "delete"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11808
+ var Delete$0 = $TS($S($EXPECT($L108, fail, 'Delete "delete"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11699
11809
  return { $loc, token: $1 };
11700
11810
  });
11701
11811
  function Delete(state) {
@@ -11720,7 +11830,7 @@ ${input.slice(result.pos)}
11720
11830
  return result;
11721
11831
  }
11722
11832
  }
11723
- var Do$0 = $TS($S($EXPECT($L106, fail, 'Do "do"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11833
+ var Do$0 = $TS($S($EXPECT($L109, fail, 'Do "do"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11724
11834
  return { $loc, token: $1 };
11725
11835
  });
11726
11836
  function Do(state) {
@@ -11770,7 +11880,7 @@ ${input.slice(result.pos)}
11770
11880
  return result;
11771
11881
  }
11772
11882
  }
11773
- var DotDot$0 = $TV($EXPECT($L107, fail, 'DotDot ".."'), function($skip, $loc, $0, $1) {
11883
+ var DotDot$0 = $TV($EXPECT($L110, fail, 'DotDot ".."'), function($skip, $loc, $0, $1) {
11774
11884
  return { $loc, token: $1 };
11775
11885
  });
11776
11886
  function DotDot(state) {
@@ -11795,7 +11905,7 @@ ${input.slice(result.pos)}
11795
11905
  return result;
11796
11906
  }
11797
11907
  }
11798
- var DotDotDot$0 = $TV($EXPECT($L108, fail, 'DotDotDot "..."'), function($skip, $loc, $0, $1) {
11908
+ var DotDotDot$0 = $TV($EXPECT($L111, fail, 'DotDotDot "..."'), function($skip, $loc, $0, $1) {
11799
11909
  return { $loc, token: $1 };
11800
11910
  });
11801
11911
  function DotDotDot(state) {
@@ -11820,7 +11930,7 @@ ${input.slice(result.pos)}
11820
11930
  return result;
11821
11931
  }
11822
11932
  }
11823
- var DoubleColon$0 = $TV($EXPECT($L109, fail, 'DoubleColon "::"'), function($skip, $loc, $0, $1) {
11933
+ var DoubleColon$0 = $TV($EXPECT($L112, fail, 'DoubleColon "::"'), function($skip, $loc, $0, $1) {
11824
11934
  return { $loc, token: $1 };
11825
11935
  });
11826
11936
  function DoubleColon(state) {
@@ -11845,7 +11955,7 @@ ${input.slice(result.pos)}
11845
11955
  return result;
11846
11956
  }
11847
11957
  }
11848
- var DoubleQuote$0 = $TV($EXPECT($L110, fail, 'DoubleQuote "\\\\\\""'), function($skip, $loc, $0, $1) {
11958
+ var DoubleQuote$0 = $TV($EXPECT($L113, fail, 'DoubleQuote "\\\\\\""'), function($skip, $loc, $0, $1) {
11849
11959
  return { $loc, token: $1 };
11850
11960
  });
11851
11961
  function DoubleQuote(state) {
@@ -11870,7 +11980,7 @@ ${input.slice(result.pos)}
11870
11980
  return result;
11871
11981
  }
11872
11982
  }
11873
- var Else$0 = $TS($S($EXPECT($L111, fail, 'Else "else"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11983
+ var Else$0 = $TS($S($EXPECT($L114, fail, 'Else "else"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11874
11984
  return { $loc, token: $1 };
11875
11985
  });
11876
11986
  function Else(state) {
@@ -11895,7 +12005,7 @@ ${input.slice(result.pos)}
11895
12005
  return result;
11896
12006
  }
11897
12007
  }
11898
- var Equals$0 = $TV($EXPECT($L26, fail, 'Equals "="'), function($skip, $loc, $0, $1) {
12008
+ var Equals$0 = $TV($EXPECT($L27, fail, 'Equals "="'), function($skip, $loc, $0, $1) {
11899
12009
  return { $loc, token: $1 };
11900
12010
  });
11901
12011
  function Equals(state) {
@@ -11920,7 +12030,7 @@ ${input.slice(result.pos)}
11920
12030
  return result;
11921
12031
  }
11922
12032
  }
11923
- var Export$0 = $TS($S($EXPECT($L112, fail, 'Export "export"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12033
+ var Export$0 = $TS($S($EXPECT($L115, fail, 'Export "export"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11924
12034
  return { $loc, token: $1 };
11925
12035
  });
11926
12036
  function Export(state) {
@@ -11945,7 +12055,7 @@ ${input.slice(result.pos)}
11945
12055
  return result;
11946
12056
  }
11947
12057
  }
11948
- var Extends$0 = $TS($S($EXPECT($L113, fail, 'Extends "extends"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12058
+ var Extends$0 = $TS($S($EXPECT($L116, fail, 'Extends "extends"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11949
12059
  return { $loc, token: $1 };
11950
12060
  });
11951
12061
  function Extends(state) {
@@ -11970,7 +12080,7 @@ ${input.slice(result.pos)}
11970
12080
  return result;
11971
12081
  }
11972
12082
  }
11973
- var For$0 = $TS($S($EXPECT($L114, fail, 'For "for"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12083
+ var For$0 = $TS($S($EXPECT($L117, fail, 'For "for"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11974
12084
  return { $loc, token: $1 };
11975
12085
  });
11976
12086
  function For(state) {
@@ -11995,7 +12105,7 @@ ${input.slice(result.pos)}
11995
12105
  return result;
11996
12106
  }
11997
12107
  }
11998
- var From$0 = $TS($S($EXPECT($L115, fail, 'From "from"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12108
+ var From$0 = $TS($S($EXPECT($L118, fail, 'From "from"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11999
12109
  return { $loc, token: $1 };
12000
12110
  });
12001
12111
  function From(state) {
@@ -12020,7 +12130,7 @@ ${input.slice(result.pos)}
12020
12130
  return result;
12021
12131
  }
12022
12132
  }
12023
- var Function$0 = $TS($S($EXPECT($L116, fail, 'Function "function"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12133
+ var Function$0 = $TS($S($EXPECT($L119, fail, 'Function "function"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12024
12134
  return { $loc, token: $1 };
12025
12135
  });
12026
12136
  function Function(state) {
@@ -12045,7 +12155,7 @@ ${input.slice(result.pos)}
12045
12155
  return result;
12046
12156
  }
12047
12157
  }
12048
- var GetOrSet$0 = $TS($S($C($EXPECT($L117, fail, 'GetOrSet "get"'), $EXPECT($L118, fail, 'GetOrSet "set"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12158
+ var GetOrSet$0 = $TS($S($C($EXPECT($L120, fail, 'GetOrSet "get"'), $EXPECT($L121, fail, 'GetOrSet "set"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12049
12159
  return { $loc, token: $1, type: "GetOrSet" };
12050
12160
  });
12051
12161
  function GetOrSet(state) {
@@ -12070,7 +12180,7 @@ ${input.slice(result.pos)}
12070
12180
  return result;
12071
12181
  }
12072
12182
  }
12073
- var If$0 = $TV($TEXT($S($EXPECT($L119, fail, 'If "if"'), NonIdContinue, $E($EXPECT($L6, fail, 'If " "')))), function($skip, $loc, $0, $1) {
12183
+ var If$0 = $TV($TEXT($S($EXPECT($L122, fail, 'If "if"'), NonIdContinue, $E($EXPECT($L6, fail, 'If " "')))), function($skip, $loc, $0, $1) {
12074
12184
  return { $loc, token: $1 };
12075
12185
  });
12076
12186
  function If(state) {
@@ -12095,7 +12205,7 @@ ${input.slice(result.pos)}
12095
12205
  return result;
12096
12206
  }
12097
12207
  }
12098
- var Import$0 = $TS($S($EXPECT($L10, fail, 'Import "import"'), $Y($EXPECT($R45, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
12208
+ var Import$0 = $TS($S($EXPECT($L11, fail, 'Import "import"'), $Y($EXPECT($R45, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
12099
12209
  return { $loc, token: $1 };
12100
12210
  });
12101
12211
  function Import(state) {
@@ -12120,7 +12230,7 @@ ${input.slice(result.pos)}
12120
12230
  return result;
12121
12231
  }
12122
12232
  }
12123
- var In$0 = $TS($S($EXPECT($L74, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12233
+ var In$0 = $TS($S($EXPECT($L75, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12124
12234
  return { $loc, token: $1 };
12125
12235
  });
12126
12236
  function In(state) {
@@ -12145,7 +12255,7 @@ ${input.slice(result.pos)}
12145
12255
  return result;
12146
12256
  }
12147
12257
  }
12148
- var LetOrConst$0 = $TS($S($C($EXPECT($L120, fail, 'LetOrConst "let"'), $EXPECT($L121, fail, 'LetOrConst "const"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12258
+ var LetOrConst$0 = $TS($S($C($EXPECT($L123, fail, 'LetOrConst "let"'), $EXPECT($L124, fail, 'LetOrConst "const"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12149
12259
  return { $loc, token: $1 };
12150
12260
  });
12151
12261
  function LetOrConst(state) {
@@ -12170,7 +12280,7 @@ ${input.slice(result.pos)}
12170
12280
  return result;
12171
12281
  }
12172
12282
  }
12173
- var Loop$0 = $TS($S($EXPECT($L122, fail, 'Loop "loop"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12283
+ var Loop$0 = $TS($S($EXPECT($L125, fail, 'Loop "loop"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12174
12284
  return { $loc, token: "while(true)" };
12175
12285
  });
12176
12286
  function Loop(state) {
@@ -12195,7 +12305,7 @@ ${input.slice(result.pos)}
12195
12305
  return result;
12196
12306
  }
12197
12307
  }
12198
- var New$0 = $TS($S($EXPECT($L123, fail, 'New "new"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12308
+ var New$0 = $TS($S($EXPECT($L126, fail, 'New "new"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12199
12309
  return { $loc, token: $1 };
12200
12310
  });
12201
12311
  function New(state) {
@@ -12220,7 +12330,7 @@ ${input.slice(result.pos)}
12220
12330
  return result;
12221
12331
  }
12222
12332
  }
12223
- 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) {
12333
+ var Not$0 = $TS($S(CoffeeNotEnabled, $EXPECT($L74, fail, 'Not "not"'), NonIdContinue, $E($EXPECT($L6, fail, 'Not " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
12224
12334
  return { $loc, token: "!" };
12225
12335
  });
12226
12336
  function Not(state) {
@@ -12245,7 +12355,7 @@ ${input.slice(result.pos)}
12245
12355
  return result;
12246
12356
  }
12247
12357
  }
12248
- var Of$0 = $TS($S($EXPECT($L68, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12358
+ var Of$0 = $TS($S($EXPECT($L69, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12249
12359
  return { $loc, token: $1 };
12250
12360
  });
12251
12361
  function Of(state) {
@@ -12270,7 +12380,7 @@ ${input.slice(result.pos)}
12270
12380
  return result;
12271
12381
  }
12272
12382
  }
12273
- var OpenAngleBracket$0 = $TV($EXPECT($L124, fail, 'OpenAngleBracket "<"'), function($skip, $loc, $0, $1) {
12383
+ var OpenAngleBracket$0 = $TV($EXPECT($L127, fail, 'OpenAngleBracket "<"'), function($skip, $loc, $0, $1) {
12274
12384
  return { $loc, token: $1 };
12275
12385
  });
12276
12386
  function OpenAngleBracket(state) {
@@ -12295,7 +12405,7 @@ ${input.slice(result.pos)}
12295
12405
  return result;
12296
12406
  }
12297
12407
  }
12298
- var OpenBrace$0 = $TV($EXPECT($L125, fail, 'OpenBrace "{"'), function($skip, $loc, $0, $1) {
12408
+ var OpenBrace$0 = $TV($EXPECT($L128, fail, 'OpenBrace "{"'), function($skip, $loc, $0, $1) {
12299
12409
  return { $loc, token: $1 };
12300
12410
  });
12301
12411
  function OpenBrace(state) {
@@ -12320,7 +12430,7 @@ ${input.slice(result.pos)}
12320
12430
  return result;
12321
12431
  }
12322
12432
  }
12323
- var OpenBracket$0 = $TV($EXPECT($L126, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
12433
+ var OpenBracket$0 = $TV($EXPECT($L93, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
12324
12434
  return { $loc, token: $1 };
12325
12435
  });
12326
12436
  function OpenBracket(state) {
@@ -12345,7 +12455,7 @@ ${input.slice(result.pos)}
12345
12455
  return result;
12346
12456
  }
12347
12457
  }
12348
- var OpenParen$0 = $TV($EXPECT($L127, fail, 'OpenParen "("'), function($skip, $loc, $0, $1) {
12458
+ var OpenParen$0 = $TV($EXPECT($L92, fail, 'OpenParen "("'), function($skip, $loc, $0, $1) {
12349
12459
  return { $loc, token: $1 };
12350
12460
  });
12351
12461
  function OpenParen(state) {
@@ -12370,7 +12480,7 @@ ${input.slice(result.pos)}
12370
12480
  return result;
12371
12481
  }
12372
12482
  }
12373
- var Public$0 = $TS($S($EXPECT($L128, fail, 'Public "public"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12483
+ var Public$0 = $TS($S($EXPECT($L129, fail, 'Public "public"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12374
12484
  return { $loc, token: $1 };
12375
12485
  });
12376
12486
  function Public(state) {
@@ -12395,7 +12505,7 @@ ${input.slice(result.pos)}
12395
12505
  return result;
12396
12506
  }
12397
12507
  }
12398
- var Private$0 = $TS($S($EXPECT($L129, fail, 'Private "private"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12508
+ var Private$0 = $TS($S($EXPECT($L130, fail, 'Private "private"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12399
12509
  return { $loc, token: $1 };
12400
12510
  });
12401
12511
  function Private(state) {
@@ -12420,7 +12530,7 @@ ${input.slice(result.pos)}
12420
12530
  return result;
12421
12531
  }
12422
12532
  }
12423
- var Protected$0 = $TS($S($EXPECT($L130, fail, 'Protected "protected"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12533
+ var Protected$0 = $TS($S($EXPECT($L131, fail, 'Protected "protected"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12424
12534
  return { $loc, token: $1 };
12425
12535
  });
12426
12536
  function Protected(state) {
@@ -12445,7 +12555,7 @@ ${input.slice(result.pos)}
12445
12555
  return result;
12446
12556
  }
12447
12557
  }
12448
- var Pipe$0 = $TV($EXPECT($L131, fail, 'Pipe "|>"'), function($skip, $loc, $0, $1) {
12558
+ var Pipe$0 = $TV($EXPECT($L132, fail, 'Pipe "|>"'), function($skip, $loc, $0, $1) {
12449
12559
  return { $loc, token: $1 };
12450
12560
  });
12451
12561
  function Pipe(state) {
@@ -12495,7 +12605,7 @@ ${input.slice(result.pos)}
12495
12605
  return result;
12496
12606
  }
12497
12607
  }
12498
- var Readonly$0 = $TS($S($EXPECT($L132, fail, 'Readonly "readonly"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12608
+ var Readonly$0 = $TS($S($EXPECT($L133, fail, 'Readonly "readonly"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12499
12609
  return { $loc, token: $1, ts: true };
12500
12610
  });
12501
12611
  function Readonly(state) {
@@ -12520,7 +12630,7 @@ ${input.slice(result.pos)}
12520
12630
  return result;
12521
12631
  }
12522
12632
  }
12523
- var Return$0 = $TS($S($EXPECT($L133, fail, 'Return "return"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12633
+ var Return$0 = $TS($S($EXPECT($L134, fail, 'Return "return"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12524
12634
  return { $loc, token: $1 };
12525
12635
  });
12526
12636
  function Return(state) {
@@ -12545,7 +12655,7 @@ ${input.slice(result.pos)}
12545
12655
  return result;
12546
12656
  }
12547
12657
  }
12548
- var Satisfies$0 = $TS($S($EXPECT($L134, fail, 'Satisfies "satisfies"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12658
+ var Satisfies$0 = $TS($S($EXPECT($L135, fail, 'Satisfies "satisfies"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12549
12659
  return { $loc, token: $1 };
12550
12660
  });
12551
12661
  function Satisfies(state) {
@@ -12570,7 +12680,7 @@ ${input.slice(result.pos)}
12570
12680
  return result;
12571
12681
  }
12572
12682
  }
12573
- var Semicolon$0 = $TV($EXPECT($L79, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
12683
+ var Semicolon$0 = $TV($EXPECT($L80, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
12574
12684
  return { $loc, token: $1 };
12575
12685
  });
12576
12686
  function Semicolon(state) {
@@ -12595,7 +12705,7 @@ ${input.slice(result.pos)}
12595
12705
  return result;
12596
12706
  }
12597
12707
  }
12598
- var SingleQuote$0 = $TV($EXPECT($L135, fail, `SingleQuote "'"`), function($skip, $loc, $0, $1) {
12708
+ var SingleQuote$0 = $TV($EXPECT($L136, fail, `SingleQuote "'"`), function($skip, $loc, $0, $1) {
12599
12709
  return { $loc, token: $1 };
12600
12710
  });
12601
12711
  function SingleQuote(state) {
@@ -12620,7 +12730,7 @@ ${input.slice(result.pos)}
12620
12730
  return result;
12621
12731
  }
12622
12732
  }
12623
- var Star$0 = $TV($EXPECT($L49, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
12733
+ var Star$0 = $TV($EXPECT($L50, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
12624
12734
  return { $loc, token: $1 };
12625
12735
  });
12626
12736
  function Star(state) {
@@ -12645,10 +12755,10 @@ ${input.slice(result.pos)}
12645
12755
  return result;
12646
12756
  }
12647
12757
  }
12648
- var Static$0 = $TS($S($EXPECT($L136, fail, 'Static "static"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12758
+ var Static$0 = $TS($S($EXPECT($L137, fail, 'Static "static"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12649
12759
  return { $loc, token: $1 };
12650
12760
  });
12651
- var Static$1 = $TS($S($EXPECT($L93, fail, 'Static "@"'), $N($C($EXPECT($L127, fail, 'Static "("'), $EXPECT($L93, fail, 'Static "@"')))), function($skip, $loc, $0, $1, $2) {
12761
+ var Static$1 = $TS($S($EXPECT($L97, fail, 'Static "@"'), $N($C($EXPECT($L92, fail, 'Static "("'), $EXPECT($L97, fail, 'Static "@"')))), function($skip, $loc, $0, $1, $2) {
12652
12762
  return { $loc, token: "static " };
12653
12763
  });
12654
12764
  function Static(state) {
@@ -12673,7 +12783,7 @@ ${input.slice(result.pos)}
12673
12783
  return result;
12674
12784
  }
12675
12785
  }
12676
- var SubstitutionStart$0 = $TV($EXPECT($L137, fail, 'SubstitutionStart "${"'), function($skip, $loc, $0, $1) {
12786
+ var SubstitutionStart$0 = $TV($EXPECT($L138, fail, 'SubstitutionStart "${"'), function($skip, $loc, $0, $1) {
12677
12787
  return { $loc, token: $1 };
12678
12788
  });
12679
12789
  function SubstitutionStart(state) {
@@ -12698,7 +12808,7 @@ ${input.slice(result.pos)}
12698
12808
  return result;
12699
12809
  }
12700
12810
  }
12701
- var Switch$0 = $TS($S($EXPECT($L138, fail, 'Switch "switch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12811
+ var Switch$0 = $TS($S($EXPECT($L139, fail, 'Switch "switch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12702
12812
  return { $loc, token: $1 };
12703
12813
  });
12704
12814
  function Switch(state) {
@@ -12723,7 +12833,7 @@ ${input.slice(result.pos)}
12723
12833
  return result;
12724
12834
  }
12725
12835
  }
12726
- var Target$0 = $TS($S($EXPECT($L139, fail, 'Target "target"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12836
+ var Target$0 = $TS($S($EXPECT($L140, fail, 'Target "target"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12727
12837
  return { $loc, token: $1 };
12728
12838
  });
12729
12839
  function Target(state) {
@@ -12748,7 +12858,7 @@ ${input.slice(result.pos)}
12748
12858
  return result;
12749
12859
  }
12750
12860
  }
12751
- var Then$0 = $TS($S(__, $EXPECT($L140, fail, 'Then "then"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
12861
+ var Then$0 = $TS($S(__, $EXPECT($L141, fail, 'Then "then"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
12752
12862
  return { $loc, token: "" };
12753
12863
  });
12754
12864
  function Then(state) {
@@ -12773,7 +12883,7 @@ ${input.slice(result.pos)}
12773
12883
  return result;
12774
12884
  }
12775
12885
  }
12776
- var This$0 = $TS($S($EXPECT($L141, fail, 'This "this"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12886
+ var This$0 = $TS($S($EXPECT($L142, fail, 'This "this"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12777
12887
  return { $loc, token: $1 };
12778
12888
  });
12779
12889
  function This(state) {
@@ -12798,7 +12908,7 @@ ${input.slice(result.pos)}
12798
12908
  return result;
12799
12909
  }
12800
12910
  }
12801
- var Throw$0 = $TS($S($EXPECT($L142, fail, 'Throw "throw"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12911
+ var Throw$0 = $TS($S($EXPECT($L143, fail, 'Throw "throw"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12802
12912
  return { $loc, token: $1 };
12803
12913
  });
12804
12914
  function Throw(state) {
@@ -12823,7 +12933,7 @@ ${input.slice(result.pos)}
12823
12933
  return result;
12824
12934
  }
12825
12935
  }
12826
- var TripleDoubleQuote$0 = $TV($EXPECT($L143, fail, 'TripleDoubleQuote "\\\\\\"\\\\\\"\\\\\\""'), function($skip, $loc, $0, $1) {
12936
+ var TripleDoubleQuote$0 = $TV($EXPECT($L144, fail, 'TripleDoubleQuote "\\\\\\"\\\\\\"\\\\\\""'), function($skip, $loc, $0, $1) {
12827
12937
  return { $loc, token: "`" };
12828
12938
  });
12829
12939
  function TripleDoubleQuote(state) {
@@ -12848,7 +12958,7 @@ ${input.slice(result.pos)}
12848
12958
  return result;
12849
12959
  }
12850
12960
  }
12851
- var TripleSingleQuote$0 = $TV($EXPECT($L144, fail, `TripleSingleQuote "'''"`), function($skip, $loc, $0, $1) {
12961
+ var TripleSingleQuote$0 = $TV($EXPECT($L145, fail, `TripleSingleQuote "'''"`), function($skip, $loc, $0, $1) {
12852
12962
  return { $loc, token: "`" };
12853
12963
  });
12854
12964
  function TripleSingleQuote(state) {
@@ -12873,7 +12983,7 @@ ${input.slice(result.pos)}
12873
12983
  return result;
12874
12984
  }
12875
12985
  }
12876
- var TripleSlash$0 = $TV($EXPECT($L145, fail, 'TripleSlash "///"'), function($skip, $loc, $0, $1) {
12986
+ var TripleSlash$0 = $TV($EXPECT($L146, fail, 'TripleSlash "///"'), function($skip, $loc, $0, $1) {
12877
12987
  return { $loc, token: "/" };
12878
12988
  });
12879
12989
  function TripleSlash(state) {
@@ -12898,7 +13008,7 @@ ${input.slice(result.pos)}
12898
13008
  return result;
12899
13009
  }
12900
13010
  }
12901
- var TripleTick$0 = $TV($EXPECT($L146, fail, 'TripleTick "```"'), function($skip, $loc, $0, $1) {
13011
+ var TripleTick$0 = $TV($EXPECT($L147, fail, 'TripleTick "```"'), function($skip, $loc, $0, $1) {
12902
13012
  return { $loc, token: "`" };
12903
13013
  });
12904
13014
  function TripleTick(state) {
@@ -12923,7 +13033,7 @@ ${input.slice(result.pos)}
12923
13033
  return result;
12924
13034
  }
12925
13035
  }
12926
- var Try$0 = $TS($S($EXPECT($L147, fail, 'Try "try"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13036
+ var Try$0 = $TS($S($EXPECT($L148, fail, 'Try "try"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12927
13037
  return { $loc, token: $1 };
12928
13038
  });
12929
13039
  function Try(state) {
@@ -12948,7 +13058,7 @@ ${input.slice(result.pos)}
12948
13058
  return result;
12949
13059
  }
12950
13060
  }
12951
- var Typeof$0 = $TS($S($EXPECT($L148, fail, 'Typeof "typeof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13061
+ var Typeof$0 = $TS($S($EXPECT($L149, fail, 'Typeof "typeof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12952
13062
  return { $loc, token: $1 };
12953
13063
  });
12954
13064
  function Typeof(state) {
@@ -12973,7 +13083,7 @@ ${input.slice(result.pos)}
12973
13083
  return result;
12974
13084
  }
12975
13085
  }
12976
- var Unless$0 = $TS($S($EXPECT($L149, fail, 'Unless "unless"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13086
+ var Unless$0 = $TS($S($EXPECT($L150, fail, 'Unless "unless"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12977
13087
  return { $loc, token: $1 };
12978
13088
  });
12979
13089
  function Unless(state) {
@@ -12998,7 +13108,7 @@ ${input.slice(result.pos)}
12998
13108
  return result;
12999
13109
  }
13000
13110
  }
13001
- var Until$0 = $TS($S($EXPECT($L150, fail, 'Until "until"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13111
+ var Until$0 = $TS($S($EXPECT($L151, fail, 'Until "until"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13002
13112
  return { $loc, token: $1 };
13003
13113
  });
13004
13114
  function Until(state) {
@@ -13023,7 +13133,7 @@ ${input.slice(result.pos)}
13023
13133
  return result;
13024
13134
  }
13025
13135
  }
13026
- var Var$0 = $TS($S($EXPECT($L151, fail, 'Var "var"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13136
+ var Var$0 = $TS($S($EXPECT($L152, fail, 'Var "var"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13027
13137
  return { $loc, token: $1 };
13028
13138
  });
13029
13139
  function Var(state) {
@@ -13048,7 +13158,7 @@ ${input.slice(result.pos)}
13048
13158
  return result;
13049
13159
  }
13050
13160
  }
13051
- var Void$0 = $TS($S($EXPECT($L152, fail, 'Void "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13161
+ var Void$0 = $TS($S($EXPECT($L153, fail, 'Void "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13052
13162
  return { $loc, token: $1 };
13053
13163
  });
13054
13164
  function Void(state) {
@@ -13073,7 +13183,7 @@ ${input.slice(result.pos)}
13073
13183
  return result;
13074
13184
  }
13075
13185
  }
13076
- var When$0 = $TS($S($EXPECT($L153, fail, 'When "when"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13186
+ var When$0 = $TS($S($EXPECT($L154, fail, 'When "when"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13077
13187
  return { $loc, token: "case" };
13078
13188
  });
13079
13189
  function When(state) {
@@ -13098,7 +13208,7 @@ ${input.slice(result.pos)}
13098
13208
  return result;
13099
13209
  }
13100
13210
  }
13101
- var While$0 = $TS($S($EXPECT($L154, fail, 'While "while"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13211
+ var While$0 = $TS($S($EXPECT($L155, fail, 'While "while"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13102
13212
  return { $loc, token: $1 };
13103
13213
  });
13104
13214
  function While(state) {
@@ -13123,7 +13233,7 @@ ${input.slice(result.pos)}
13123
13233
  return result;
13124
13234
  }
13125
13235
  }
13126
- var Yield$0 = $TS($S($EXPECT($L155, fail, 'Yield "yield"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13236
+ var Yield$0 = $TS($S($EXPECT($L156, fail, 'Yield "yield"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13127
13237
  return { $loc, token: $1 };
13128
13238
  });
13129
13239
  function Yield(state) {
@@ -13269,7 +13379,7 @@ ${input.slice(result.pos)}
13269
13379
  return result;
13270
13380
  }
13271
13381
  }
13272
- var JSXSelfClosingElement$0 = $TS($S($EXPECT($L124, fail, 'JSXSelfClosingElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L156, fail, 'JSXSelfClosingElement "/>"')), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
13382
+ var JSXSelfClosingElement$0 = $TS($S($EXPECT($L127, fail, 'JSXSelfClosingElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L157, fail, 'JSXSelfClosingElement "/>"')), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
13273
13383
  return { type: "JSXElement", children: $0, tag: $2 };
13274
13384
  });
13275
13385
  function JSXSelfClosingElement(state) {
@@ -13320,7 +13430,7 @@ ${input.slice(result.pos)}
13320
13430
  return result;
13321
13431
  }
13322
13432
  }
13323
- var JSXOpeningElement$0 = $S($EXPECT($L124, fail, 'JSXOpeningElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L27, fail, 'JSXOpeningElement ">"'));
13433
+ var JSXOpeningElement$0 = $S($EXPECT($L127, fail, 'JSXOpeningElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L28, fail, 'JSXOpeningElement ">"'));
13324
13434
  function JSXOpeningElement(state) {
13325
13435
  let eventData;
13326
13436
  if (state.events) {
@@ -13349,7 +13459,7 @@ ${input.slice(result.pos)}
13349
13459
  return $skip;
13350
13460
  return $0;
13351
13461
  });
13352
- var JSXOptionalClosingElement$1 = $EXPECT($L14, fail, 'JSXOptionalClosingElement ""');
13462
+ var JSXOptionalClosingElement$1 = $EXPECT($L15, fail, 'JSXOptionalClosingElement ""');
13353
13463
  function JSXOptionalClosingElement(state) {
13354
13464
  let eventData;
13355
13465
  if (state.events) {
@@ -13372,7 +13482,7 @@ ${input.slice(result.pos)}
13372
13482
  return result;
13373
13483
  }
13374
13484
  }
13375
- var JSXClosingElement$0 = $S($EXPECT($L157, fail, 'JSXClosingElement "</"'), $E(Whitespace), $TEXT(JSXElementName), $E(Whitespace), $EXPECT($L27, fail, 'JSXClosingElement ">"'));
13485
+ var JSXClosingElement$0 = $S($EXPECT($L158, fail, 'JSXClosingElement "</"'), $E(Whitespace), $TEXT(JSXElementName), $E(Whitespace), $EXPECT($L28, fail, 'JSXClosingElement ">"'));
13376
13486
  function JSXClosingElement(state) {
13377
13487
  let eventData;
13378
13488
  if (state.events) {
@@ -13411,7 +13521,7 @@ ${input.slice(result.pos)}
13411
13521
  ];
13412
13522
  return { type: "JSXFragment", children: parts, jsxChildren: children.jsxChildren };
13413
13523
  });
13414
- var JSXFragment$1 = $TS($S(CoffeeJSXEnabled, $EXPECT($L158, fail, 'JSXFragment "<>"'), $E(JSXChildren), $E(Whitespace), JSXClosingFragment), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
13524
+ var JSXFragment$1 = $TS($S(CoffeeJSXEnabled, $EXPECT($L159, fail, 'JSXFragment "<>"'), $E(JSXChildren), $E(Whitespace), JSXClosingFragment), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
13415
13525
  var children = $3;
13416
13526
  $0 = $0.slice(1);
13417
13527
  return {
@@ -13442,7 +13552,7 @@ ${input.slice(result.pos)}
13442
13552
  return result;
13443
13553
  }
13444
13554
  }
13445
- var PushJSXOpeningFragment$0 = $TV($EXPECT($L158, fail, 'PushJSXOpeningFragment "<>"'), function($skip, $loc, $0, $1) {
13555
+ var PushJSXOpeningFragment$0 = $TV($EXPECT($L159, fail, 'PushJSXOpeningFragment "<>"'), function($skip, $loc, $0, $1) {
13446
13556
  module.JSXTagStack.push("");
13447
13557
  return $1;
13448
13558
  });
@@ -13473,7 +13583,7 @@ ${input.slice(result.pos)}
13473
13583
  return $skip;
13474
13584
  return $0;
13475
13585
  });
13476
- var JSXOptionalClosingFragment$1 = $EXPECT($L14, fail, 'JSXOptionalClosingFragment ""');
13586
+ var JSXOptionalClosingFragment$1 = $EXPECT($L15, fail, 'JSXOptionalClosingFragment ""');
13477
13587
  function JSXOptionalClosingFragment(state) {
13478
13588
  let eventData;
13479
13589
  if (state.events) {
@@ -13496,7 +13606,7 @@ ${input.slice(result.pos)}
13496
13606
  return result;
13497
13607
  }
13498
13608
  }
13499
- var JSXClosingFragment$0 = $EXPECT($L159, fail, 'JSXClosingFragment "</>"');
13609
+ var JSXClosingFragment$0 = $EXPECT($L160, fail, 'JSXClosingFragment "</>"');
13500
13610
  function JSXClosingFragment(state) {
13501
13611
  let eventData;
13502
13612
  if (state.events) {
@@ -13721,7 +13831,7 @@ ${input.slice(result.pos)}
13721
13831
  }
13722
13832
  });
13723
13833
  var JSXAttribute$2 = $S(InsertInlineOpenBrace, DotDotDot, InlineJSXAttributeValue, InsertCloseBrace);
13724
- var JSXAttribute$3 = $TS($S($EXPECT($L8, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
13834
+ var JSXAttribute$3 = $TS($S($EXPECT($L9, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
13725
13835
  return [" ", "id=", $2];
13726
13836
  });
13727
13837
  var JSXAttribute$4 = $TS($S(Dot, JSXShorthandString), function($skip, $loc, $0, $1, $2) {
@@ -13899,8 +14009,10 @@ ${input.slice(result.pos)}
13899
14009
  return result;
13900
14010
  }
13901
14011
  }
13902
- var InlineJSXBinaryOpRHS$0 = $TS($S(BinaryOp, $C(ParenthesizedAssignment, InlineJSXUnaryExpression)), function($skip, $loc, $0, $1, $2) {
13903
- return [[], $1, [], $2];
14012
+ var InlineJSXBinaryOpRHS$0 = $TS($S($N($EXPECT($R48, fail, "InlineJSXBinaryOpRHS /[<>]/")), BinaryOp, $C(ParenthesizedAssignment, InlineJSXUnaryExpression)), function($skip, $loc, $0, $1, $2, $3) {
14013
+ var op = $2;
14014
+ var rhs = $3;
14015
+ return [[], op, [], rhs];
13904
14016
  });
13905
14017
  function InlineJSXBinaryOpRHS(state) {
13906
14018
  let eventData;
@@ -14028,8 +14140,8 @@ ${input.slice(result.pos)}
14028
14140
  return result;
14029
14141
  }
14030
14142
  }
14031
- var InlineJSXCallExpression$0 = $S($EXPECT($L9, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments);
14032
- var InlineJSXCallExpression$1 = $S($EXPECT($L10, fail, 'InlineJSXCallExpression "import"'), OpenParen, ExtendedExpression, __, CloseParen);
14143
+ var InlineJSXCallExpression$0 = $S($EXPECT($L10, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments);
14144
+ var InlineJSXCallExpression$1 = $S($EXPECT($L11, fail, 'InlineJSXCallExpression "import"'), OpenParen, ExtendedExpression, __, CloseParen);
14033
14145
  var InlineJSXCallExpression$2 = $TS($S(InlineJSXMemberExpression, $Q(InlineJSXCallExpressionRest)), function($skip, $loc, $0, $1, $2) {
14034
14146
  if ($2.length)
14035
14147
  return $0;
@@ -14113,8 +14225,8 @@ ${input.slice(result.pos)}
14113
14225
  }
14114
14226
  var InlineJSXMemberExpressionRest$0 = $TS($S($E($C(OptionalShorthand, NonNullAssertion)), MemberBracketContent), function($skip, $loc, $0, $1, $2) {
14115
14227
  if ($1) {
14116
- if ($1.length === 2 && $2.type === "SliceExpression") {
14117
- return [$1[0], $2];
14228
+ if ($1.type === "Optional" && $2.type === "SliceExpression") {
14229
+ return [$1.children[0], $2];
14118
14230
  }
14119
14231
  return $0;
14120
14232
  }
@@ -14244,7 +14356,7 @@ ${input.slice(result.pos)}
14244
14356
  }
14245
14357
  return $skip;
14246
14358
  });
14247
- var JSXNestedChildren$1 = $TV($Y($C(JSXEOS, $EXPECT($L17, fail, 'JSXNestedChildren "}"'), JSXClosingElement, JSXClosingFragment)), function($skip, $loc, $0, $1) {
14359
+ var JSXNestedChildren$1 = $TV($Y($C(JSXEOS, $EXPECT($L18, fail, 'JSXNestedChildren "}"'), JSXClosingElement, JSXClosingFragment)), function($skip, $loc, $0, $1) {
14248
14360
  return { children: [], jsxChildren: [] };
14249
14361
  });
14250
14362
  function JSXNestedChildren(state) {
@@ -14373,7 +14485,7 @@ ${input.slice(result.pos)}
14373
14485
  return result;
14374
14486
  }
14375
14487
  }
14376
- var JSXComment$0 = $TS($S($EXPECT($L160, fail, 'JSXComment "<!--"'), JSXCommentContent, $EXPECT($L161, fail, 'JSXComment "-->"')), function($skip, $loc, $0, $1, $2, $3) {
14488
+ var JSXComment$0 = $TS($S($EXPECT($L161, fail, 'JSXComment "<!--"'), JSXCommentContent, $EXPECT($L162, fail, 'JSXComment "-->"')), function($skip, $loc, $0, $1, $2, $3) {
14377
14489
  return ["{/*", $2, "*/}"];
14378
14490
  });
14379
14491
  function JSXComment(state) {
@@ -14398,7 +14510,7 @@ ${input.slice(result.pos)}
14398
14510
  return result;
14399
14511
  }
14400
14512
  }
14401
- var JSXCommentContent$0 = $TR($EXPECT($R48, fail, "JSXCommentContent /(?:-[^-]|[^-]*)*/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14513
+ var JSXCommentContent$0 = $TR($EXPECT($R49, fail, "JSXCommentContent /(?:-[^-]|[^-]*)*/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14402
14514
  return { $loc, token: $0.replace(/\*\//g, "* /") };
14403
14515
  });
14404
14516
  function JSXCommentContent(state) {
@@ -14423,7 +14535,7 @@ ${input.slice(result.pos)}
14423
14535
  return result;
14424
14536
  }
14425
14537
  }
14426
- var JSXText$0 = $TR($EXPECT($R49, fail, "JSXText /[^{}<>\\r\\n]+/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14538
+ var JSXText$0 = $TR($EXPECT($R50, fail, "JSXText /[^{}<>\\r\\n]+/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14427
14539
  return {
14428
14540
  type: "JSXText",
14429
14541
  token: $0,
@@ -14671,7 +14783,7 @@ ${input.slice(result.pos)}
14671
14783
  return result;
14672
14784
  }
14673
14785
  }
14674
- var TypeKeyword$0 = $S($EXPECT($L162, fail, 'TypeKeyword "type"'), NonIdContinue);
14786
+ var TypeKeyword$0 = $S($EXPECT($L163, fail, 'TypeKeyword "type"'), NonIdContinue);
14675
14787
  function TypeKeyword(state) {
14676
14788
  let eventData;
14677
14789
  if (state.events) {
@@ -14694,7 +14806,7 @@ ${input.slice(result.pos)}
14694
14806
  return result;
14695
14807
  }
14696
14808
  }
14697
- var Interface$0 = $S($EXPECT($L163, fail, 'Interface "interface"'), NonIdContinue);
14809
+ var Interface$0 = $S($EXPECT($L164, fail, 'Interface "interface"'), NonIdContinue);
14698
14810
  function Interface(state) {
14699
14811
  let eventData;
14700
14812
  if (state.events) {
@@ -14717,7 +14829,7 @@ ${input.slice(result.pos)}
14717
14829
  return result;
14718
14830
  }
14719
14831
  }
14720
- var Namespace$0 = $S($EXPECT($L164, fail, 'Namespace "namespace"'), NonIdContinue);
14832
+ var Namespace$0 = $S($EXPECT($L165, fail, 'Namespace "namespace"'), NonIdContinue);
14721
14833
  function Namespace(state) {
14722
14834
  let eventData;
14723
14835
  if (state.events) {
@@ -14965,7 +15077,7 @@ ${input.slice(result.pos)}
14965
15077
  return result;
14966
15078
  }
14967
15079
  }
14968
- var TypeIndexSignature$0 = $S($E($S($R$0($EXPECT($R50, fail, "TypeIndexSignature /[+-]?/")), $EXPECT($L132, fail, 'TypeIndexSignature "readonly"'), __)), OpenBracket, TypeIndex, CloseBracket, $E($S(__, $R$0($EXPECT($R51, fail, "TypeIndexSignature /[+-]/")), QuestionMark)));
15080
+ var TypeIndexSignature$0 = $S($E($S($R$0($EXPECT($R51, fail, "TypeIndexSignature /[+-]?/")), $EXPECT($L133, fail, 'TypeIndexSignature "readonly"'), __)), OpenBracket, TypeIndex, CloseBracket, $E($S(__, $R$0($EXPECT($R52, fail, "TypeIndexSignature /[+-]/")), QuestionMark)));
14969
15081
  function TypeIndexSignature(state) {
14970
15082
  let eventData;
14971
15083
  if (state.events) {
@@ -15037,7 +15149,7 @@ ${input.slice(result.pos)}
15037
15149
  return result;
15038
15150
  }
15039
15151
  }
15040
- var ReturnTypeSuffix$0 = $TS($S(__, Colon, $E($S(__, $EXPECT($L165, fail, 'ReturnTypeSuffix "asserts"'), NonIdContinue)), TypePredicate), function($skip, $loc, $0, $1, $2, $3, $4) {
15152
+ var ReturnTypeSuffix$0 = $TS($S(__, Colon, $E($S(__, $EXPECT($L166, fail, 'ReturnTypeSuffix "asserts"'), NonIdContinue)), TypePredicate), function($skip, $loc, $0, $1, $2, $3, $4) {
15041
15153
  const children = [...$1, $2];
15042
15154
  if ($3)
15043
15155
  children.push($3);
@@ -15070,7 +15182,7 @@ ${input.slice(result.pos)}
15070
15182
  return result;
15071
15183
  }
15072
15184
  }
15073
- var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L75, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
15185
+ var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L76, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
15074
15186
  if (!$2)
15075
15187
  return $1;
15076
15188
  return $0;
@@ -15196,10 +15308,10 @@ ${input.slice(result.pos)}
15196
15308
  return result;
15197
15309
  }
15198
15310
  }
15199
- var TypeUnaryOp$0 = $S($EXPECT($L166, fail, 'TypeUnaryOp "keyof"'), NonIdContinue);
15200
- var TypeUnaryOp$1 = $S($EXPECT($L148, fail, 'TypeUnaryOp "typeof"'), NonIdContinue);
15201
- var TypeUnaryOp$2 = $S($EXPECT($L167, fail, 'TypeUnaryOp "infer"'), NonIdContinue);
15202
- var TypeUnaryOp$3 = $S($EXPECT($L132, fail, 'TypeUnaryOp "readonly"'), NonIdContinue);
15311
+ var TypeUnaryOp$0 = $S($EXPECT($L167, fail, 'TypeUnaryOp "keyof"'), NonIdContinue);
15312
+ var TypeUnaryOp$1 = $S($EXPECT($L149, fail, 'TypeUnaryOp "typeof"'), NonIdContinue);
15313
+ var TypeUnaryOp$2 = $S($EXPECT($L168, fail, 'TypeUnaryOp "infer"'), NonIdContinue);
15314
+ var TypeUnaryOp$3 = $S($EXPECT($L133, fail, 'TypeUnaryOp "readonly"'), NonIdContinue);
15203
15315
  function TypeUnaryOp(state) {
15204
15316
  let eventData;
15205
15317
  if (state.events) {
@@ -15275,8 +15387,8 @@ ${input.slice(result.pos)}
15275
15387
  return result;
15276
15388
  }
15277
15389
  }
15278
- var ImportType$0 = $S($EXPECT($L10, fail, 'ImportType "import"'), OpenParen, __, BasicStringLiteral, __, CloseParen, $E($S(Dot, IdentifierName)), $E(TypeArguments));
15279
- var ImportType$1 = $S($EXPECT($L10, fail, 'ImportType "import"'), InsertOpenParen, Trimmed_, BasicStringLiteral, InsertCloseParen);
15390
+ var ImportType$0 = $S($EXPECT($L11, fail, 'ImportType "import"'), OpenParen, __, BasicStringLiteral, __, CloseParen, $E($S(Dot, IdentifierName)), $E(TypeArguments));
15391
+ var ImportType$1 = $S($EXPECT($L11, fail, 'ImportType "import"'), InsertOpenParen, Trimmed_, BasicStringLiteral, InsertCloseParen);
15280
15392
  function ImportType(state) {
15281
15393
  let eventData;
15282
15394
  if (state.events) {
@@ -15397,7 +15509,7 @@ ${input.slice(result.pos)}
15397
15509
  return result;
15398
15510
  }
15399
15511
  }
15400
- var TypeConditional$0 = $TS($S(TypeBinary, $E($S(__, $EXPECT($L113, fail, 'TypeConditional "extends"'), NonIdContinue, Type, $E($S(__, QuestionMark, Type, __, Colon, Type))))), function($skip, $loc, $0, $1, $2) {
15512
+ var TypeConditional$0 = $TS($S(TypeBinary, $E($S(__, $EXPECT($L116, fail, 'TypeConditional "extends"'), NonIdContinue, Type, $E($S(__, QuestionMark, Type, __, Colon, Type))))), function($skip, $loc, $0, $1, $2) {
15401
15513
  if ($2)
15402
15514
  return $0;
15403
15515
  return $1;
@@ -15426,10 +15538,10 @@ ${input.slice(result.pos)}
15426
15538
  }
15427
15539
  var TypeLiteral$0 = Literal;
15428
15540
  var TypeLiteral$1 = TemplateLiteral;
15429
- var TypeLiteral$2 = $TS($S($EXPECT($L152, fail, 'TypeLiteral "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15541
+ var TypeLiteral$2 = $TS($S($EXPECT($L153, fail, 'TypeLiteral "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15430
15542
  return { $loc, token: "void" };
15431
15543
  });
15432
- var TypeLiteral$3 = $TV($EXPECT($L168, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
15544
+ var TypeLiteral$3 = $TV($EXPECT($L169, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
15433
15545
  return { $loc, token: "[]" };
15434
15546
  });
15435
15547
  function TypeLiteral(state) {
@@ -15504,7 +15616,7 @@ ${input.slice(result.pos)}
15504
15616
  var InlineInterfacePropertyDelimiter$1 = $T($S($Y($S($C(IndentedFurther, $E(_)), InlineBasicInterfaceProperty)), InsertComma), function(value) {
15505
15617
  return value[1];
15506
15618
  });
15507
- var InlineInterfacePropertyDelimiter$2 = $Y($S(__, $C($EXPECT($L29, fail, 'InlineInterfacePropertyDelimiter ":"'), $EXPECT($L15, fail, 'InlineInterfacePropertyDelimiter ")"'), $EXPECT($L28, fail, 'InlineInterfacePropertyDelimiter "]"'), $EXPECT($L17, fail, 'InlineInterfacePropertyDelimiter "}"'))));
15619
+ var InlineInterfacePropertyDelimiter$2 = $Y($S(__, $C($EXPECT($L30, fail, 'InlineInterfacePropertyDelimiter ":"'), $EXPECT($L16, fail, 'InlineInterfacePropertyDelimiter ")"'), $EXPECT($L29, fail, 'InlineInterfacePropertyDelimiter "]"'), $EXPECT($L18, fail, 'InlineInterfacePropertyDelimiter "}"'))));
15508
15620
  var InlineInterfacePropertyDelimiter$3 = $Y(EOS);
15509
15621
  function InlineInterfacePropertyDelimiter(state) {
15510
15622
  let eventData;
@@ -15528,10 +15640,10 @@ ${input.slice(result.pos)}
15528
15640
  return result;
15529
15641
  }
15530
15642
  }
15531
- var TypeBinaryOp$0 = $TV($EXPECT($L78, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
15643
+ var TypeBinaryOp$0 = $TV($EXPECT($L79, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
15532
15644
  return { $loc, token: "|" };
15533
15645
  });
15534
- var TypeBinaryOp$1 = $TV($EXPECT($L76, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
15646
+ var TypeBinaryOp$1 = $TV($EXPECT($L77, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
15535
15647
  return { $loc, token: "&" };
15536
15648
  });
15537
15649
  function TypeBinaryOp(state) {
@@ -15585,7 +15697,7 @@ ${input.slice(result.pos)}
15585
15697
  return result;
15586
15698
  }
15587
15699
  }
15588
- var TypeArguments$0 = $TS($S($EXPECT($L124, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L27, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
15700
+ var TypeArguments$0 = $TS($S($EXPECT($L127, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L28, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
15589
15701
  return { ts: true, children: $0 };
15590
15702
  });
15591
15703
  function TypeArguments(state) {
@@ -15656,7 +15768,7 @@ ${input.slice(result.pos)}
15656
15768
  return result;
15657
15769
  }
15658
15770
  }
15659
- var TypeParameters$0 = $TS($S(__, $EXPECT($L124, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L27, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
15771
+ var TypeParameters$0 = $TS($S(__, $EXPECT($L127, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L28, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
15660
15772
  var parameters = $3;
15661
15773
  return {
15662
15774
  type: "TypeParameters",
@@ -15710,7 +15822,7 @@ ${input.slice(result.pos)}
15710
15822
  return result;
15711
15823
  }
15712
15824
  }
15713
- var TypeConstraint$0 = $S(__, $EXPECT($L113, fail, 'TypeConstraint "extends"'), NonIdContinue, Type);
15825
+ var TypeConstraint$0 = $S(__, $EXPECT($L116, fail, 'TypeConstraint "extends"'), NonIdContinue, Type);
15714
15826
  function TypeConstraint(state) {
15715
15827
  let eventData;
15716
15828
  if (state.events) {
@@ -15733,7 +15845,7 @@ ${input.slice(result.pos)}
15733
15845
  return result;
15734
15846
  }
15735
15847
  }
15736
- var TypeInitializer$0 = $S(__, $EXPECT($L26, fail, 'TypeInitializer "="'), Type);
15848
+ var TypeInitializer$0 = $S(__, $EXPECT($L27, fail, 'TypeInitializer "="'), Type);
15737
15849
  function TypeInitializer(state) {
15738
15850
  let eventData;
15739
15851
  if (state.events) {
@@ -15757,7 +15869,7 @@ ${input.slice(result.pos)}
15757
15869
  }
15758
15870
  }
15759
15871
  var TypeParameterDelimiter$0 = $S($Q(_), Comma);
15760
- var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L27, fail, 'TypeParameterDelimiter ">"')));
15872
+ var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L28, fail, 'TypeParameterDelimiter ">"')));
15761
15873
  var TypeParameterDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
15762
15874
  return value[1];
15763
15875
  });
@@ -15808,7 +15920,7 @@ ${input.slice(result.pos)}
15808
15920
  return result;
15809
15921
  }
15810
15922
  }
15811
- var Shebang$0 = $S($R$0($EXPECT($R52, fail, "Shebang /#![^\\r\\n]*/")), EOL);
15923
+ var Shebang$0 = $S($R$0($EXPECT($R53, fail, "Shebang /#![^\\r\\n]*/")), EOL);
15812
15924
  function Shebang(state) {
15813
15925
  let eventData;
15814
15926
  if (state.events) {
@@ -15831,11 +15943,11 @@ ${input.slice(result.pos)}
15831
15943
  return result;
15832
15944
  }
15833
15945
  }
15834
- var CivetPrologue$0 = $T($S($EXPECT($R53, fail, "CivetPrologue /[\\t ]*/"), DoubleQuote, CivetPrologueContent, DoubleQuote, $TEXT(StatementDelimiter), $E(EOS)), function(value) {
15946
+ var CivetPrologue$0 = $T($S($EXPECT($R54, fail, "CivetPrologue /[\\t ]*/"), DoubleQuote, CivetPrologueContent, DoubleQuote, $TEXT(StatementDelimiter), $E(EOS)), function(value) {
15835
15947
  var content = value[2];
15836
15948
  return content;
15837
15949
  });
15838
- var CivetPrologue$1 = $T($S($EXPECT($R53, fail, "CivetPrologue /[\\t ]*/"), SingleQuote, CivetPrologueContent, SingleQuote, $TEXT(StatementDelimiter), $E(EOS)), function(value) {
15950
+ var CivetPrologue$1 = $T($S($EXPECT($R54, fail, "CivetPrologue /[\\t ]*/"), SingleQuote, CivetPrologueContent, SingleQuote, $TEXT(StatementDelimiter), $E(EOS)), function(value) {
15839
15951
  var content = value[2];
15840
15952
  return content;
15841
15953
  });
@@ -15861,7 +15973,7 @@ ${input.slice(result.pos)}
15861
15973
  return result;
15862
15974
  }
15863
15975
  }
15864
- var CivetPrologueContent$0 = $TS($S($EXPECT($L169, fail, 'CivetPrologueContent "civet"'), NonIdContinue, $Q(CivetOption), $EXPECT($R54, fail, "CivetPrologueContent /[\\s]*/")), function($skip, $loc, $0, $1, $2, $3, $4) {
15976
+ var CivetPrologueContent$0 = $TS($S($EXPECT($L170, fail, 'CivetPrologueContent "civet"'), NonIdContinue, $Q(CivetOption), $EXPECT($R55, fail, "CivetPrologueContent /[\\s]*/")), function($skip, $loc, $0, $1, $2, $3, $4) {
15865
15977
  var options = $3;
15866
15978
  return {
15867
15979
  type: "CivetPrologue",
@@ -15891,7 +16003,7 @@ ${input.slice(result.pos)}
15891
16003
  return result;
15892
16004
  }
15893
16005
  }
15894
- var CivetOption$0 = $TR($EXPECT($R55, fail, "CivetOption /\\s+([+-]?)([a-zA-Z0-9-]+)(\\s*=\\s*([a-zA-Z0-9.+-]*))?/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
16006
+ var CivetOption$0 = $TR($EXPECT($R56, fail, "CivetOption /\\s+([+-]?)([a-zA-Z0-9-]+)(\\s*=\\s*([a-zA-Z0-9.+-]*))?/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
15895
16007
  const optionName = $2.replace(/-+([a-z]?)/g, (_2, l) => {
15896
16008
  if (l)
15897
16009
  return l.toUpperCase();
@@ -15927,7 +16039,7 @@ ${input.slice(result.pos)}
15927
16039
  return result;
15928
16040
  }
15929
16041
  }
15930
- var UnknownPrologue$0 = $S($R$0($EXPECT($R53, fail, "UnknownPrologue /[\\t ]*/")), BasicStringLiteral, $TEXT(StatementDelimiter), EOS);
16042
+ var UnknownPrologue$0 = $S($R$0($EXPECT($R54, fail, "UnknownPrologue /[\\t ]*/")), BasicStringLiteral, $TEXT(StatementDelimiter), EOS);
15931
16043
  function UnknownPrologue(state) {
15932
16044
  let eventData;
15933
16045
  if (state.events) {
@@ -15997,7 +16109,7 @@ ${input.slice(result.pos)}
15997
16109
  return result;
15998
16110
  }
15999
16111
  }
16000
- var EOL$0 = $TR($EXPECT($R56, fail, "EOL /\\r\\n|\\n|\\r|$/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
16112
+ var EOL$0 = $TR($EXPECT($R57, fail, "EOL /\\r\\n|\\n|\\r|$/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
16001
16113
  return { $loc, token: $0 };
16002
16114
  });
16003
16115
  function EOL(state) {
@@ -16022,7 +16134,7 @@ ${input.slice(result.pos)}
16022
16134
  return result;
16023
16135
  }
16024
16136
  }
16025
- var Debugger$0 = $TV($EXPECT($L14, fail, 'Debugger ""'), function($skip, $loc, $0, $1) {
16137
+ var Debugger$0 = $TV($EXPECT($L15, fail, 'Debugger ""'), function($skip, $loc, $0, $1) {
16026
16138
  debugger;
16027
16139
  });
16028
16140
  function Debugger(state) {
@@ -16047,7 +16159,32 @@ ${input.slice(result.pos)}
16047
16159
  return result;
16048
16160
  }
16049
16161
  }
16050
- var InsertOpenParen$0 = $TV($EXPECT($L14, fail, 'InsertOpenParen ""'), function($skip, $loc, $0, $1) {
16162
+ var InsertSemicolon$0 = $TV($EXPECT($L15, fail, 'InsertSemicolon ""'), function($skip, $loc, $0, $1) {
16163
+ return { $loc, token: ";" };
16164
+ });
16165
+ function InsertSemicolon(state) {
16166
+ let eventData;
16167
+ if (state.events) {
16168
+ const result = state.events.enter?.("InsertSemicolon", state);
16169
+ if (result) {
16170
+ if (result.cache)
16171
+ return result.cache;
16172
+ eventData = result.data;
16173
+ }
16174
+ }
16175
+ if (state.tokenize) {
16176
+ const result = $TOKEN("InsertSemicolon", state, InsertSemicolon$0(state));
16177
+ if (state.events)
16178
+ state.events.exit?.("InsertSemicolon", state, result, eventData);
16179
+ return result;
16180
+ } else {
16181
+ const result = InsertSemicolon$0(state);
16182
+ if (state.events)
16183
+ state.events.exit?.("InsertSemicolon", state, result, eventData);
16184
+ return result;
16185
+ }
16186
+ }
16187
+ var InsertOpenParen$0 = $TV($EXPECT($L15, fail, 'InsertOpenParen ""'), function($skip, $loc, $0, $1) {
16051
16188
  return { $loc, token: "(" };
16052
16189
  });
16053
16190
  function InsertOpenParen(state) {
@@ -16072,7 +16209,7 @@ ${input.slice(result.pos)}
16072
16209
  return result;
16073
16210
  }
16074
16211
  }
16075
- var InsertCloseParen$0 = $TV($EXPECT($L14, fail, 'InsertCloseParen ""'), function($skip, $loc, $0, $1) {
16212
+ var InsertCloseParen$0 = $TV($EXPECT($L15, fail, 'InsertCloseParen ""'), function($skip, $loc, $0, $1) {
16076
16213
  return { $loc, token: ")" };
16077
16214
  });
16078
16215
  function InsertCloseParen(state) {
@@ -16097,7 +16234,7 @@ ${input.slice(result.pos)}
16097
16234
  return result;
16098
16235
  }
16099
16236
  }
16100
- var InsertOpenBrace$0 = $TV($EXPECT($L14, fail, 'InsertOpenBrace ""'), function($skip, $loc, $0, $1) {
16237
+ var InsertOpenBrace$0 = $TV($EXPECT($L15, fail, 'InsertOpenBrace ""'), function($skip, $loc, $0, $1) {
16101
16238
  return [{ $loc, token: " " }, { $loc, token: "{" }];
16102
16239
  });
16103
16240
  function InsertOpenBrace(state) {
@@ -16122,7 +16259,7 @@ ${input.slice(result.pos)}
16122
16259
  return result;
16123
16260
  }
16124
16261
  }
16125
- var InsertInlineOpenBrace$0 = $TV($EXPECT($L14, fail, 'InsertInlineOpenBrace ""'), function($skip, $loc, $0, $1) {
16262
+ var InsertInlineOpenBrace$0 = $TV($EXPECT($L15, fail, 'InsertInlineOpenBrace ""'), function($skip, $loc, $0, $1) {
16126
16263
  return { $loc, token: "{" };
16127
16264
  });
16128
16265
  function InsertInlineOpenBrace(state) {
@@ -16147,7 +16284,7 @@ ${input.slice(result.pos)}
16147
16284
  return result;
16148
16285
  }
16149
16286
  }
16150
- var InsertCloseBrace$0 = $TV($EXPECT($L14, fail, 'InsertCloseBrace ""'), function($skip, $loc, $0, $1) {
16287
+ var InsertCloseBrace$0 = $TV($EXPECT($L15, fail, 'InsertCloseBrace ""'), function($skip, $loc, $0, $1) {
16151
16288
  return { $loc, token: "}" };
16152
16289
  });
16153
16290
  function InsertCloseBrace(state) {
@@ -16172,7 +16309,7 @@ ${input.slice(result.pos)}
16172
16309
  return result;
16173
16310
  }
16174
16311
  }
16175
- var InsertComma$0 = $TV($EXPECT($L14, fail, 'InsertComma ""'), function($skip, $loc, $0, $1) {
16312
+ var InsertComma$0 = $TV($EXPECT($L15, fail, 'InsertComma ""'), function($skip, $loc, $0, $1) {
16176
16313
  return { $loc, token: "," };
16177
16314
  });
16178
16315
  function InsertComma(state) {
@@ -16197,7 +16334,7 @@ ${input.slice(result.pos)}
16197
16334
  return result;
16198
16335
  }
16199
16336
  }
16200
- var InsertConst$0 = $TV($EXPECT($L14, fail, 'InsertConst ""'), function($skip, $loc, $0, $1) {
16337
+ var InsertConst$0 = $TV($EXPECT($L15, fail, 'InsertConst ""'), function($skip, $loc, $0, $1) {
16201
16338
  return { $loc, token: "const " };
16202
16339
  });
16203
16340
  function InsertConst(state) {
@@ -16222,7 +16359,7 @@ ${input.slice(result.pos)}
16222
16359
  return result;
16223
16360
  }
16224
16361
  }
16225
- var InsertLet$0 = $TV($EXPECT($L14, fail, 'InsertLet ""'), function($skip, $loc, $0, $1) {
16362
+ var InsertLet$0 = $TV($EXPECT($L15, fail, 'InsertLet ""'), function($skip, $loc, $0, $1) {
16226
16363
  return { $loc, token: "let " };
16227
16364
  });
16228
16365
  function InsertLet(state) {
@@ -16247,7 +16384,7 @@ ${input.slice(result.pos)}
16247
16384
  return result;
16248
16385
  }
16249
16386
  }
16250
- var InsertReadonly$0 = $TV($EXPECT($L14, fail, 'InsertReadonly ""'), function($skip, $loc, $0, $1) {
16387
+ var InsertReadonly$0 = $TV($EXPECT($L15, fail, 'InsertReadonly ""'), function($skip, $loc, $0, $1) {
16251
16388
  return { ts: true, children: [{ $loc, token: "readonly " }] };
16252
16389
  });
16253
16390
  function InsertReadonly(state) {
@@ -16272,7 +16409,7 @@ ${input.slice(result.pos)}
16272
16409
  return result;
16273
16410
  }
16274
16411
  }
16275
- var InsertNewline$0 = $TV($EXPECT($L14, fail, 'InsertNewline ""'), function($skip, $loc, $0, $1) {
16412
+ var InsertNewline$0 = $TV($EXPECT($L15, fail, 'InsertNewline ""'), function($skip, $loc, $0, $1) {
16276
16413
  return "\n";
16277
16414
  });
16278
16415
  function InsertNewline(state) {
@@ -16297,7 +16434,7 @@ ${input.slice(result.pos)}
16297
16434
  return result;
16298
16435
  }
16299
16436
  }
16300
- var InsertIndent$0 = $TV($EXPECT($L14, fail, 'InsertIndent ""'), function($skip, $loc, $0, $1) {
16437
+ var InsertIndent$0 = $TV($EXPECT($L15, fail, 'InsertIndent ""'), function($skip, $loc, $0, $1) {
16301
16438
  return module.currentIndent.token;
16302
16439
  });
16303
16440
  function InsertIndent(state) {
@@ -16322,7 +16459,7 @@ ${input.slice(result.pos)}
16322
16459
  return result;
16323
16460
  }
16324
16461
  }
16325
- var InsertSpace$0 = $TV($EXPECT($L14, fail, 'InsertSpace ""'), function($skip, $loc, $0, $1) {
16462
+ var InsertSpace$0 = $TV($EXPECT($L15, fail, 'InsertSpace ""'), function($skip, $loc, $0, $1) {
16326
16463
  return { $loc, token: " " };
16327
16464
  });
16328
16465
  function InsertSpace(state) {
@@ -16347,7 +16484,7 @@ ${input.slice(result.pos)}
16347
16484
  return result;
16348
16485
  }
16349
16486
  }
16350
- var InsertDot$0 = $TV($EXPECT($L14, fail, 'InsertDot ""'), function($skip, $loc, $0, $1) {
16487
+ var InsertDot$0 = $TV($EXPECT($L15, fail, 'InsertDot ""'), function($skip, $loc, $0, $1) {
16351
16488
  return { $loc, token: "." };
16352
16489
  });
16353
16490
  function InsertDot(state) {
@@ -16372,7 +16509,7 @@ ${input.slice(result.pos)}
16372
16509
  return result;
16373
16510
  }
16374
16511
  }
16375
- var InsertBreak$0 = $TV($EXPECT($L14, fail, 'InsertBreak ""'), function($skip, $loc, $0, $1) {
16512
+ var InsertBreak$0 = $TV($EXPECT($L15, fail, 'InsertBreak ""'), function($skip, $loc, $0, $1) {
16376
16513
  return { $loc, token: ";break;" };
16377
16514
  });
16378
16515
  function InsertBreak(state) {
@@ -16397,7 +16534,7 @@ ${input.slice(result.pos)}
16397
16534
  return result;
16398
16535
  }
16399
16536
  }
16400
- var InsertVar$0 = $TV($EXPECT($L14, fail, 'InsertVar ""'), function($skip, $loc, $0, $1) {
16537
+ var InsertVar$0 = $TV($EXPECT($L15, fail, 'InsertVar ""'), function($skip, $loc, $0, $1) {
16401
16538
  return { $loc, token: "var " };
16402
16539
  });
16403
16540
  function InsertVar(state) {
@@ -16422,7 +16559,7 @@ ${input.slice(result.pos)}
16422
16559
  return result;
16423
16560
  }
16424
16561
  }
16425
- var CoffeeBinaryExistentialEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeBinaryExistentialEnabled ""'), function($skip, $loc, $0, $1) {
16562
+ var CoffeeBinaryExistentialEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeBinaryExistentialEnabled ""'), function($skip, $loc, $0, $1) {
16426
16563
  if (module.config.coffeeBinaryExistential)
16427
16564
  return;
16428
16565
  return $skip;
@@ -16449,7 +16586,7 @@ ${input.slice(result.pos)}
16449
16586
  return result;
16450
16587
  }
16451
16588
  }
16452
- var CoffeeBooleansEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeBooleansEnabled ""'), function($skip, $loc, $0, $1) {
16589
+ var CoffeeBooleansEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeBooleansEnabled ""'), function($skip, $loc, $0, $1) {
16453
16590
  if (module.config.coffeeBooleans)
16454
16591
  return;
16455
16592
  return $skip;
@@ -16476,7 +16613,7 @@ ${input.slice(result.pos)}
16476
16613
  return result;
16477
16614
  }
16478
16615
  }
16479
- var CoffeeClassesEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeClassesEnabled ""'), function($skip, $loc, $0, $1) {
16616
+ var CoffeeClassesEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeClassesEnabled ""'), function($skip, $loc, $0, $1) {
16480
16617
  if (module.config.coffeeClasses)
16481
16618
  return;
16482
16619
  return $skip;
@@ -16503,7 +16640,7 @@ ${input.slice(result.pos)}
16503
16640
  return result;
16504
16641
  }
16505
16642
  }
16506
- var CoffeeCommentEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeCommentEnabled ""'), function($skip, $loc, $0, $1) {
16643
+ var CoffeeCommentEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeCommentEnabled ""'), function($skip, $loc, $0, $1) {
16507
16644
  if (module.config.coffeeComment)
16508
16645
  return;
16509
16646
  return $skip;
@@ -16530,7 +16667,7 @@ ${input.slice(result.pos)}
16530
16667
  return result;
16531
16668
  }
16532
16669
  }
16533
- var CoffeeDoEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeDoEnabled ""'), function($skip, $loc, $0, $1) {
16670
+ var CoffeeDoEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeDoEnabled ""'), function($skip, $loc, $0, $1) {
16534
16671
  if (module.config.coffeeDo)
16535
16672
  return;
16536
16673
  return $skip;
@@ -16557,7 +16694,7 @@ ${input.slice(result.pos)}
16557
16694
  return result;
16558
16695
  }
16559
16696
  }
16560
- var CoffeeForLoopsEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeForLoopsEnabled ""'), function($skip, $loc, $0, $1) {
16697
+ var CoffeeForLoopsEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeForLoopsEnabled ""'), function($skip, $loc, $0, $1) {
16561
16698
  if (module.config.coffeeForLoops)
16562
16699
  return;
16563
16700
  return $skip;
@@ -16584,7 +16721,7 @@ ${input.slice(result.pos)}
16584
16721
  return result;
16585
16722
  }
16586
16723
  }
16587
- var CoffeeInterpolationEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeInterpolationEnabled ""'), function($skip, $loc, $0, $1) {
16724
+ var CoffeeInterpolationEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeInterpolationEnabled ""'), function($skip, $loc, $0, $1) {
16588
16725
  if (module.config.coffeeInterpolation)
16589
16726
  return;
16590
16727
  return $skip;
@@ -16611,7 +16748,7 @@ ${input.slice(result.pos)}
16611
16748
  return result;
16612
16749
  }
16613
16750
  }
16614
- var CoffeeIsntEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeIsntEnabled ""'), function($skip, $loc, $0, $1) {
16751
+ var CoffeeIsntEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeIsntEnabled ""'), function($skip, $loc, $0, $1) {
16615
16752
  if (module.config.coffeeIsnt)
16616
16753
  return;
16617
16754
  return $skip;
@@ -16638,7 +16775,7 @@ ${input.slice(result.pos)}
16638
16775
  return result;
16639
16776
  }
16640
16777
  }
16641
- var CoffeeJSXEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeJSXEnabled ""'), function($skip, $loc, $0, $1) {
16778
+ var CoffeeJSXEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeJSXEnabled ""'), function($skip, $loc, $0, $1) {
16642
16779
  if (module.config.coffeeJSX)
16643
16780
  return;
16644
16781
  return $skip;
@@ -16665,7 +16802,7 @@ ${input.slice(result.pos)}
16665
16802
  return result;
16666
16803
  }
16667
16804
  }
16668
- var CoffeeLineContinuationEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeLineContinuationEnabled ""'), function($skip, $loc, $0, $1) {
16805
+ var CoffeeLineContinuationEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeLineContinuationEnabled ""'), function($skip, $loc, $0, $1) {
16669
16806
  if (module.config.coffeeLineContinuation)
16670
16807
  return;
16671
16808
  return $skip;
@@ -16692,7 +16829,7 @@ ${input.slice(result.pos)}
16692
16829
  return result;
16693
16830
  }
16694
16831
  }
16695
- var CoffeeNotEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeNotEnabled ""'), function($skip, $loc, $0, $1) {
16832
+ var CoffeeNotEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeNotEnabled ""'), function($skip, $loc, $0, $1) {
16696
16833
  if (module.config.coffeeNot)
16697
16834
  return;
16698
16835
  return $skip;
@@ -16719,7 +16856,7 @@ ${input.slice(result.pos)}
16719
16856
  return result;
16720
16857
  }
16721
16858
  }
16722
- var CoffeeOfEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeOfEnabled ""'), function($skip, $loc, $0, $1) {
16859
+ var CoffeeOfEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeOfEnabled ""'), function($skip, $loc, $0, $1) {
16723
16860
  if (module.config.coffeeOf)
16724
16861
  return;
16725
16862
  return $skip;
@@ -16746,7 +16883,7 @@ ${input.slice(result.pos)}
16746
16883
  return result;
16747
16884
  }
16748
16885
  }
16749
- var CoffeePrototypeEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeePrototypeEnabled ""'), function($skip, $loc, $0, $1) {
16886
+ var CoffeePrototypeEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeePrototypeEnabled ""'), function($skip, $loc, $0, $1) {
16750
16887
  if (module.config.coffeePrototype)
16751
16888
  return;
16752
16889
  return $skip;
@@ -16773,7 +16910,7 @@ ${input.slice(result.pos)}
16773
16910
  return result;
16774
16911
  }
16775
16912
  }
16776
- var ObjectIsEnabled$0 = $TV($EXPECT($L14, fail, 'ObjectIsEnabled ""'), function($skip, $loc, $0, $1) {
16913
+ var ObjectIsEnabled$0 = $TV($EXPECT($L15, fail, 'ObjectIsEnabled ""'), function($skip, $loc, $0, $1) {
16777
16914
  if (module.config.objectIs)
16778
16915
  return;
16779
16916
  return $skip;
@@ -16800,7 +16937,7 @@ ${input.slice(result.pos)}
16800
16937
  return result;
16801
16938
  }
16802
16939
  }
16803
- var Reset$0 = $TV($EXPECT($L14, fail, 'Reset ""'), function($skip, $loc, $0, $1) {
16940
+ var Reset$0 = $TV($EXPECT($L15, fail, 'Reset ""'), function($skip, $loc, $0, $1) {
16804
16941
  module.indentLevels = [{
16805
16942
  level: 0,
16806
16943
  token: ""
@@ -17070,7 +17207,7 @@ ${input.slice(result.pos)}
17070
17207
  return result;
17071
17208
  }
17072
17209
  }
17073
- var Init$0 = $TS($S($E(Shebang), $Q(DirectivePrologue), $EXPECT($L14, fail, 'Init ""')), function($skip, $loc, $0, $1, $2, $3) {
17210
+ var Init$0 = $TS($S($E(Shebang), $Q(DirectivePrologue), $EXPECT($L15, fail, 'Init ""')), function($skip, $loc, $0, $1, $2, $3) {
17074
17211
  var directives = $2;
17075
17212
  directives.forEach((directive) => {
17076
17213
  if (directive.type === "CivetPrologue") {
@@ -18089,7 +18226,7 @@ ${input.slice(result.pos)}
18089
18226
  return result;
18090
18227
  }
18091
18228
  }
18092
- var Indent$0 = $TR($EXPECT($R57, fail, "Indent /[ \\t]*/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
18229
+ var Indent$0 = $TR($EXPECT($R58, fail, "Indent /[ \\t]*/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
18093
18230
  let level;
18094
18231
  if (module.config.tab) {
18095
18232
  const tabs = $0.match(/\t/g);
@@ -18244,7 +18381,7 @@ ${input.slice(result.pos)}
18244
18381
  return result;
18245
18382
  }
18246
18383
  }
18247
- var PopIndent$0 = $TV($EXPECT($L14, fail, 'PopIndent ""'), function($skip, $loc, $0, $1) {
18384
+ var PopIndent$0 = $TV($EXPECT($L15, fail, 'PopIndent ""'), function($skip, $loc, $0, $1) {
18248
18385
  if (module.config.verbose) {
18249
18386
  console.log("popping indent", module.indentLevels[module.indentLevels.length - 1], "->", module.indentLevels[module.indentLevels.length - 2]);
18250
18387
  }