@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.js CHANGED
@@ -483,6 +483,7 @@ ${input.slice(result.pos)}
483
483
  ExtendsTarget,
484
484
  ImplementsClause,
485
485
  ImplementsToken,
486
+ ImplementsShorthand,
486
487
  ImplementsTarget,
487
488
  ClassBody,
488
489
  NestedClassElements,
@@ -924,6 +925,7 @@ ${input.slice(result.pos)}
924
925
  EOS,
925
926
  EOL,
926
927
  Debugger,
928
+ InsertSemicolon,
927
929
  InsertOpenParen,
928
930
  InsertCloseParen,
929
931
  InsertOpenBrace,
@@ -971,168 +973,169 @@ ${input.slice(result.pos)}
971
973
  var $L5 = $L("=>");
972
974
  var $L6 = $L(" ");
973
975
  var $L7 = $L("implements");
974
- var $L8 = $L("#");
975
- var $L9 = $L("super");
976
- var $L10 = $L("import");
977
- var $L11 = $L("!");
978
- var $L12 = $L("super[");
979
- var $L13 = $L("import.meta");
980
- var $L14 = $L("");
981
- var $L15 = $L(")");
982
- var $L16 = $L("->");
983
- var $L17 = $L("}");
984
- var $L18 = $L("null");
985
- var $L19 = $L("true");
986
- var $L20 = $L("false");
987
- var $L21 = $L("yes");
988
- var $L22 = $L("on");
989
- var $L23 = $L("no");
990
- var $L24 = $L("off");
991
- var $L25 = $L(",");
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("and=");
1013
- var $L47 = $L("or=");
1014
- var $L48 = $L("**");
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("isnt");
1030
- var $L64 = $L("===");
1031
- var $L65 = $L("==");
1032
- var $L66 = $L("and");
1033
- var $L67 = $L("&&");
1034
- var $L68 = $L("of");
1035
- var $L69 = $L("or");
1036
- var $L70 = $L("||");
1037
- var $L71 = $L("??");
1038
- var $L72 = $L("instanceof");
1039
- var $L73 = $L("not");
1040
- var $L74 = $L("in");
1041
- var $L75 = $L("is");
1042
- var $L76 = $L("&");
1043
- var $L77 = $L("^");
1044
- var $L78 = $L("|");
1045
- var $L79 = $L(";");
1046
- var $L80 = $L("own");
1047
- var $L81 = $L("finally");
1048
- var $L82 = $L("break");
1049
- var $L83 = $L("continue");
1050
- var $L84 = $L("debugger");
1051
- var $L85 = $L("assert");
1052
- var $L86 = $L(":=");
1053
- var $L87 = $L(".=");
1054
- var $L88 = $L("/*");
1055
- var $L89 = $L("*/");
1056
- var $L90 = $L("\\");
1057
- var $L91 = $L("abstract");
1058
- var $L92 = $L("as");
1059
- var $L93 = $L("@");
1060
- var $L94 = $L("@@");
1061
- var $L95 = $L("async");
1062
- var $L96 = $L("await");
1063
- var $L97 = $L("`");
1064
- var $L98 = $L("by");
1065
- var $L99 = $L("case");
1066
- var $L100 = $L("catch");
1067
- var $L101 = $L("class");
1068
- var $L102 = $L("#{");
1069
- var $L103 = $L("declare");
1070
- var $L104 = $L("default");
1071
- var $L105 = $L("delete");
1072
- var $L106 = $L("do");
1073
- var $L107 = $L("..");
1074
- var $L108 = $L("...");
1075
- var $L109 = $L("::");
1076
- var $L110 = $L('"');
1077
- var $L111 = $L("else");
1078
- var $L112 = $L("export");
1079
- var $L113 = $L("extends");
1080
- var $L114 = $L("for");
1081
- var $L115 = $L("from");
1082
- var $L116 = $L("function");
1083
- var $L117 = $L("get");
1084
- var $L118 = $L("set");
1085
- var $L119 = $L("if");
1086
- var $L120 = $L("let");
1087
- var $L121 = $L("const");
1088
- var $L122 = $L("loop");
1089
- var $L123 = $L("new");
1090
- var $L124 = $L("<");
1091
- var $L125 = $L("{");
1092
- var $L126 = $L("[");
1093
- var $L127 = $L("(");
1094
- var $L128 = $L("public");
1095
- var $L129 = $L("private");
1096
- var $L130 = $L("protected");
1097
- var $L131 = $L("|>");
1098
- var $L132 = $L("readonly");
1099
- var $L133 = $L("return");
1100
- var $L134 = $L("satisfies");
1101
- var $L135 = $L("'");
1102
- var $L136 = $L("static");
1103
- var $L137 = $L("${");
1104
- var $L138 = $L("switch");
1105
- var $L139 = $L("target");
1106
- var $L140 = $L("then");
1107
- var $L141 = $L("this");
1108
- var $L142 = $L("throw");
1109
- var $L143 = $L('"""');
1110
- var $L144 = $L("'''");
1111
- var $L145 = $L("///");
1112
- var $L146 = $L("```");
1113
- var $L147 = $L("try");
1114
- var $L148 = $L("typeof");
1115
- var $L149 = $L("unless");
1116
- var $L150 = $L("until");
1117
- var $L151 = $L("var");
1118
- var $L152 = $L("void");
1119
- var $L153 = $L("when");
1120
- var $L154 = $L("while");
1121
- var $L155 = $L("yield");
1122
- var $L156 = $L("/>");
1123
- var $L157 = $L("</");
1124
- var $L158 = $L("<>");
1125
- var $L159 = $L("</>");
1126
- var $L160 = $L("<!--");
1127
- var $L161 = $L("-->");
1128
- var $L162 = $L("type");
1129
- var $L163 = $L("interface");
1130
- var $L164 = $L("namespace");
1131
- var $L165 = $L("asserts");
1132
- var $L166 = $L("keyof");
1133
- var $L167 = $L("infer");
1134
- var $L168 = $L("[]");
1135
- var $L169 = $L("civet");
976
+ var $L8 = $L("<:");
977
+ var $L9 = $L("#");
978
+ var $L10 = $L("super");
979
+ var $L11 = $L("import");
980
+ var $L12 = $L("!");
981
+ var $L13 = $L("super[");
982
+ var $L14 = $L("import.meta");
983
+ var $L15 = $L("");
984
+ var $L16 = $L(")");
985
+ var $L17 = $L("->");
986
+ var $L18 = $L("}");
987
+ var $L19 = $L("null");
988
+ var $L20 = $L("true");
989
+ var $L21 = $L("false");
990
+ var $L22 = $L("yes");
991
+ var $L23 = $L("on");
992
+ var $L24 = $L("no");
993
+ var $L25 = $L("off");
994
+ var $L26 = $L(",");
995
+ var $L27 = $L("=");
996
+ var $L28 = $L(">");
997
+ var $L29 = $L("]");
998
+ var $L30 = $L(":");
999
+ var $L31 = $L("**=");
1000
+ var $L32 = $L("*=");
1001
+ var $L33 = $L("/=");
1002
+ var $L34 = $L("%=");
1003
+ var $L35 = $L("+=");
1004
+ var $L36 = $L("-=");
1005
+ var $L37 = $L("<<=");
1006
+ var $L38 = $L(">>>=");
1007
+ var $L39 = $L(">>=");
1008
+ var $L40 = $L("&&=");
1009
+ var $L41 = $L("&=");
1010
+ var $L42 = $L("^=");
1011
+ var $L43 = $L("||=");
1012
+ var $L44 = $L("|=");
1013
+ var $L45 = $L("??=");
1014
+ var $L46 = $L("?=");
1015
+ var $L47 = $L("and=");
1016
+ var $L48 = $L("or=");
1017
+ var $L49 = $L("**");
1018
+ var $L50 = $L("*");
1019
+ var $L51 = $L("/");
1020
+ var $L52 = $L("%%");
1021
+ var $L53 = $L("%");
1022
+ var $L54 = $L("+");
1023
+ var $L55 = $L("-");
1024
+ var $L56 = $L("<=");
1025
+ var $L57 = $L(">=");
1026
+ var $L58 = $L("<?");
1027
+ var $L59 = $L("<<");
1028
+ var $L60 = $L(">>>");
1029
+ var $L61 = $L(">>");
1030
+ var $L62 = $L("!==");
1031
+ var $L63 = $L("!=");
1032
+ var $L64 = $L("isnt");
1033
+ var $L65 = $L("===");
1034
+ var $L66 = $L("==");
1035
+ var $L67 = $L("and");
1036
+ var $L68 = $L("&&");
1037
+ var $L69 = $L("of");
1038
+ var $L70 = $L("or");
1039
+ var $L71 = $L("||");
1040
+ var $L72 = $L("??");
1041
+ var $L73 = $L("instanceof");
1042
+ var $L74 = $L("not");
1043
+ var $L75 = $L("in");
1044
+ var $L76 = $L("is");
1045
+ var $L77 = $L("&");
1046
+ var $L78 = $L("^");
1047
+ var $L79 = $L("|");
1048
+ var $L80 = $L(";");
1049
+ var $L81 = $L("own");
1050
+ var $L82 = $L("finally");
1051
+ var $L83 = $L("break");
1052
+ var $L84 = $L("continue");
1053
+ var $L85 = $L("debugger");
1054
+ var $L86 = $L("assert");
1055
+ var $L87 = $L(":=");
1056
+ var $L88 = $L(".=");
1057
+ var $L89 = $L("/*");
1058
+ var $L90 = $L("*/");
1059
+ var $L91 = $L("\\");
1060
+ var $L92 = $L("(");
1061
+ var $L93 = $L("[");
1062
+ var $L94 = $L("`");
1063
+ var $L95 = $L("abstract");
1064
+ var $L96 = $L("as");
1065
+ var $L97 = $L("@");
1066
+ var $L98 = $L("@@");
1067
+ var $L99 = $L("async");
1068
+ var $L100 = $L("await");
1069
+ var $L101 = $L("by");
1070
+ var $L102 = $L("case");
1071
+ var $L103 = $L("catch");
1072
+ var $L104 = $L("class");
1073
+ var $L105 = $L("#{");
1074
+ var $L106 = $L("declare");
1075
+ var $L107 = $L("default");
1076
+ var $L108 = $L("delete");
1077
+ var $L109 = $L("do");
1078
+ var $L110 = $L("..");
1079
+ var $L111 = $L("...");
1080
+ var $L112 = $L("::");
1081
+ var $L113 = $L('"');
1082
+ var $L114 = $L("else");
1083
+ var $L115 = $L("export");
1084
+ var $L116 = $L("extends");
1085
+ var $L117 = $L("for");
1086
+ var $L118 = $L("from");
1087
+ var $L119 = $L("function");
1088
+ var $L120 = $L("get");
1089
+ var $L121 = $L("set");
1090
+ var $L122 = $L("if");
1091
+ var $L123 = $L("let");
1092
+ var $L124 = $L("const");
1093
+ var $L125 = $L("loop");
1094
+ var $L126 = $L("new");
1095
+ var $L127 = $L("<");
1096
+ var $L128 = $L("{");
1097
+ var $L129 = $L("public");
1098
+ var $L130 = $L("private");
1099
+ var $L131 = $L("protected");
1100
+ var $L132 = $L("|>");
1101
+ var $L133 = $L("readonly");
1102
+ var $L134 = $L("return");
1103
+ var $L135 = $L("satisfies");
1104
+ var $L136 = $L("'");
1105
+ var $L137 = $L("static");
1106
+ var $L138 = $L("${");
1107
+ var $L139 = $L("switch");
1108
+ var $L140 = $L("target");
1109
+ var $L141 = $L("then");
1110
+ var $L142 = $L("this");
1111
+ var $L143 = $L("throw");
1112
+ var $L144 = $L('"""');
1113
+ var $L145 = $L("'''");
1114
+ var $L146 = $L("///");
1115
+ var $L147 = $L("```");
1116
+ var $L148 = $L("try");
1117
+ var $L149 = $L("typeof");
1118
+ var $L150 = $L("unless");
1119
+ var $L151 = $L("until");
1120
+ var $L152 = $L("var");
1121
+ var $L153 = $L("void");
1122
+ var $L154 = $L("when");
1123
+ var $L155 = $L("while");
1124
+ var $L156 = $L("yield");
1125
+ var $L157 = $L("/>");
1126
+ var $L158 = $L("</");
1127
+ var $L159 = $L("<>");
1128
+ var $L160 = $L("</>");
1129
+ var $L161 = $L("<!--");
1130
+ var $L162 = $L("-->");
1131
+ var $L163 = $L("type");
1132
+ var $L164 = $L("interface");
1133
+ var $L165 = $L("namespace");
1134
+ var $L166 = $L("asserts");
1135
+ var $L167 = $L("keyof");
1136
+ var $L168 = $L("infer");
1137
+ var $L169 = $L("[]");
1138
+ var $L170 = $L("civet");
1136
1139
  var $R0 = $R(new RegExp("(as|for|of|satisfies|then|when|implements)(?!\\p{ID_Continue}|[\\u200C\\u200D$])", "suy"));
1137
1140
  var $R1 = $R(new RegExp("[&]", "suy"));
1138
1141
  var $R2 = $R(new RegExp("[!~+-]+", "suy"));
@@ -1181,16 +1184,17 @@ ${input.slice(result.pos)}
1181
1184
  var $R45 = $R(new RegExp("\\s", "suy"));
1182
1185
  var $R46 = $R(new RegExp("(?:\\p{ID_Start}|[_$])(?:\\p{ID_Continue}|[\\u200C\\u200D$-])*", "suy"));
1183
1186
  var $R47 = $R(new RegExp("(?:[\\w\\-:]+|\\([^()]*\\)|\\[[^\\[\\]]*\\])+", "suy"));
1184
- var $R48 = $R(new RegExp("(?:-[^-]|[^-]*)*", "suy"));
1185
- var $R49 = $R(new RegExp("[^{}<>\\r\\n]+", "suy"));
1186
- var $R50 = $R(new RegExp("[+-]?", "suy"));
1187
- var $R51 = $R(new RegExp("[+-]", "suy"));
1188
- var $R52 = $R(new RegExp("#![^\\r\\n]*", "suy"));
1189
- var $R53 = $R(new RegExp("[\\t ]*", "suy"));
1190
- var $R54 = $R(new RegExp("[\\s]*", "suy"));
1191
- var $R55 = $R(new RegExp("\\s+([+-]?)([a-zA-Z0-9-]+)(\\s*=\\s*([a-zA-Z0-9.+-]*))?", "suy"));
1192
- var $R56 = $R(new RegExp("\\r\\n|\\n|\\r|$", "suy"));
1193
- var $R57 = $R(new RegExp("[ \\t]*", "suy"));
1187
+ var $R48 = $R(new RegExp("[<>]", "suy"));
1188
+ var $R49 = $R(new RegExp("(?:-[^-]|[^-]*)*", "suy"));
1189
+ var $R50 = $R(new RegExp("[^{}<>\\r\\n]+", "suy"));
1190
+ var $R51 = $R(new RegExp("[+-]?", "suy"));
1191
+ var $R52 = $R(new RegExp("[+-]", "suy"));
1192
+ var $R53 = $R(new RegExp("#![^\\r\\n]*", "suy"));
1193
+ var $R54 = $R(new RegExp("[\\t ]*", "suy"));
1194
+ var $R55 = $R(new RegExp("[\\s]*", "suy"));
1195
+ var $R56 = $R(new RegExp("\\s+([+-]?)([a-zA-Z0-9-]+)(\\s*=\\s*([a-zA-Z0-9.+-]*))?", "suy"));
1196
+ var $R57 = $R(new RegExp("\\r\\n|\\n|\\r|$", "suy"));
1197
+ var $R58 = $R(new RegExp("[ \\t]*", "suy"));
1194
1198
  var Program$0 = $TS($S(Reset, Init, __, $Q(TopLevelStatement), __), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
1195
1199
  var statements = $4;
1196
1200
  module2.processProgram(statements);
@@ -1409,7 +1413,7 @@ ${input.slice(result.pos)}
1409
1413
  return result;
1410
1414
  }
1411
1415
  }
1412
- 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) {
1416
+ 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) {
1413
1417
  var ta = $1;
1414
1418
  var open = $3;
1415
1419
  var ws = $4;
@@ -1511,7 +1515,15 @@ ${input.slice(result.pos)}
1511
1515
  return result;
1512
1516
  }
1513
1517
  }
1514
- var ArgumentsWithTrailingMemberExpressions$0 = $S(Arguments, TrailingMemberExpressions);
1518
+ var ArgumentsWithTrailingMemberExpressions$0 = $TS($S(Arguments, TrailingMemberExpressions), function($skip, $loc, $0, $1, $2) {
1519
+ var args = $1;
1520
+ var trailing = $2;
1521
+ const call = {
1522
+ type: "Call",
1523
+ children: args
1524
+ };
1525
+ return [call, ...trailing];
1526
+ });
1515
1527
  function ArgumentsWithTrailingMemberExpressions(state) {
1516
1528
  let eventData;
1517
1529
  if (state.events) {
@@ -2674,9 +2686,7 @@ ${input.slice(result.pos)}
2674
2686
  if (!ws.length) {
2675
2687
  children.unshift({ $loc: l.$loc, token: " " });
2676
2688
  }
2677
- return {
2678
- children
2679
- };
2689
+ return { children };
2680
2690
  });
2681
2691
  var ExtendsToken$1 = $S(__, Extends);
2682
2692
  function ExtendsToken(state) {
@@ -2731,7 +2741,7 @@ ${input.slice(result.pos)}
2731
2741
  return result;
2732
2742
  }
2733
2743
  }
2734
- var ImplementsClause$0 = $TS($S(__, ImplementsToken, ImplementsTarget, $Q($S(Comma, ImplementsTarget))), function($skip, $loc, $0, $1, $2, $3, $4) {
2744
+ var ImplementsClause$0 = $TS($S(ImplementsToken, ImplementsTarget, $Q($S(Comma, ImplementsTarget))), function($skip, $loc, $0, $1, $2, $3) {
2735
2745
  return {
2736
2746
  ts: true,
2737
2747
  children: $0
@@ -2759,8 +2769,19 @@ ${input.slice(result.pos)}
2759
2769
  return result;
2760
2770
  }
2761
2771
  }
2762
- var ImplementsToken$0 = $TS($S($EXPECT($L7, fail, 'ImplementsToken "implements"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
2763
- return { $loc, token: $1 };
2772
+ var ImplementsToken$0 = $TS($S(Loc, __, ImplementsShorthand, $E($EXPECT($L6, fail, 'ImplementsToken " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
2773
+ var l = $1;
2774
+ var ws = $2;
2775
+ var token = $3;
2776
+ const children = [...ws, token];
2777
+ if (!ws.length) {
2778
+ children.unshift({ $loc: l.$loc, token: " " });
2779
+ }
2780
+ return { children };
2781
+ });
2782
+ var ImplementsToken$1 = $TS($S(__, $EXPECT($L7, fail, 'ImplementsToken "implements"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
2783
+ $2 = { $loc, token: $2 };
2784
+ return [$1, $2];
2764
2785
  });
2765
2786
  function ImplementsToken(state) {
2766
2787
  let eventData;
@@ -2773,17 +2794,42 @@ ${input.slice(result.pos)}
2773
2794
  }
2774
2795
  }
2775
2796
  if (state.tokenize) {
2776
- const result = $TOKEN("ImplementsToken", state, ImplementsToken$0(state));
2797
+ const result = $TOKEN("ImplementsToken", state, ImplementsToken$0(state) || ImplementsToken$1(state));
2777
2798
  if (state.events)
2778
2799
  state.events.exit?.("ImplementsToken", state, result, eventData);
2779
2800
  return result;
2780
2801
  } else {
2781
- const result = ImplementsToken$0(state);
2802
+ const result = ImplementsToken$0(state) || ImplementsToken$1(state);
2782
2803
  if (state.events)
2783
2804
  state.events.exit?.("ImplementsToken", state, result, eventData);
2784
2805
  return result;
2785
2806
  }
2786
2807
  }
2808
+ var ImplementsShorthand$0 = $TV($EXPECT($L8, fail, 'ImplementsShorthand "<:"'), function($skip, $loc, $0, $1) {
2809
+ return { $loc, token: "implements " };
2810
+ });
2811
+ function ImplementsShorthand(state) {
2812
+ let eventData;
2813
+ if (state.events) {
2814
+ const result = state.events.enter?.("ImplementsShorthand", state);
2815
+ if (result) {
2816
+ if (result.cache)
2817
+ return result.cache;
2818
+ eventData = result.data;
2819
+ }
2820
+ }
2821
+ if (state.tokenize) {
2822
+ const result = $TOKEN("ImplementsShorthand", state, ImplementsShorthand$0(state));
2823
+ if (state.events)
2824
+ state.events.exit?.("ImplementsShorthand", state, result, eventData);
2825
+ return result;
2826
+ } else {
2827
+ const result = ImplementsShorthand$0(state);
2828
+ if (state.events)
2829
+ state.events.exit?.("ImplementsShorthand", state, result, eventData);
2830
+ return result;
2831
+ }
2832
+ }
2787
2833
  var ImplementsTarget$0 = $S(__, IdentifierName, $Q($S(Dot, IdentifierName)), $E(TypeArguments));
2788
2834
  function ImplementsTarget(state) {
2789
2835
  let eventData;
@@ -3010,7 +3056,7 @@ ${input.slice(result.pos)}
3010
3056
  }
3011
3057
  }
3012
3058
  var ThisLiteral$0 = This;
3013
- var ThisLiteral$1 = $TS($S(AtThis, $TEXT($S($E($EXPECT($L8, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
3059
+ var ThisLiteral$1 = $TS($S(AtThis, $TEXT($S($E($EXPECT($L9, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
3014
3060
  var at = $1;
3015
3061
  var id = $2;
3016
3062
  return [at, ".", id];
@@ -3091,11 +3137,18 @@ ${input.slice(result.pos)}
3091
3137
  return result;
3092
3138
  }
3093
3139
  }
3094
- var CallExpression$0 = $S($EXPECT($L9, fail, 'CallExpression "super"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest));
3095
- var CallExpression$1 = $TS($S($EXPECT($L10, fail, 'CallExpression "import"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
3140
+ var CallExpression$0 = $TS($S($EXPECT($L10, fail, 'CallExpression "super"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
3141
+ var rest = $3;
3096
3142
  return {
3097
3143
  type: "CallExpression",
3098
- children: $0
3144
+ children: [$1, ...$2, ...rest.flat()]
3145
+ };
3146
+ });
3147
+ var CallExpression$1 = $TS($S($EXPECT($L11, fail, 'CallExpression "import"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
3148
+ var rest = $3;
3149
+ return {
3150
+ type: "CallExpression",
3151
+ children: [$1, ...$2, ...rest.flat()]
3099
3152
  };
3100
3153
  });
3101
3154
  var CallExpression$2 = $TS($S(MemberExpression, NonSuppressedTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
@@ -3103,8 +3156,9 @@ ${input.slice(result.pos)}
3103
3156
  var trailing = $2;
3104
3157
  var rest = $3;
3105
3158
  if (rest.length || trailing.length) {
3159
+ rest = rest.flat();
3106
3160
  return {
3107
- type: rest.length ? "CallExpression" : "MemberExpression",
3161
+ type: rest.length && rest[rest.length - 1].type === "Call" ? "CallExpression" : "MemberExpression",
3108
3162
  children: [member, ...trailing, ...rest]
3109
3163
  };
3110
3164
  }
@@ -3134,7 +3188,11 @@ ${input.slice(result.pos)}
3134
3188
  }
3135
3189
  var CallExpressionRest$0 = MemberExpressionRest;
3136
3190
  var CallExpressionRest$1 = TemplateLiteral;
3137
- var CallExpressionRest$2 = $S($E($C(OptionalShorthand, NonNullAssertion)), ArgumentsWithTrailingMemberExpressions);
3191
+ var CallExpressionRest$2 = $TS($S($E($C(OptionalShorthand, NonNullAssertion)), ArgumentsWithTrailingMemberExpressions), function($skip, $loc, $0, $1, $2) {
3192
+ if (!$1)
3193
+ return $2;
3194
+ return [$1, ...$2];
3195
+ });
3138
3196
  function CallExpressionRest(state) {
3139
3197
  let eventData;
3140
3198
  if (state.events) {
@@ -3157,7 +3215,12 @@ ${input.slice(result.pos)}
3157
3215
  return result;
3158
3216
  }
3159
3217
  }
3160
- var OptionalShorthand$0 = $S(QuestionMark, $C(Dot, InsertDot));
3218
+ var OptionalShorthand$0 = $TS($S(QuestionMark, $C(Dot, InsertDot)), function($skip, $loc, $0, $1, $2) {
3219
+ return {
3220
+ type: "Optional",
3221
+ children: $0
3222
+ };
3223
+ });
3161
3224
  function OptionalShorthand(state) {
3162
3225
  let eventData;
3163
3226
  if (state.events) {
@@ -3180,8 +3243,8 @@ ${input.slice(result.pos)}
3180
3243
  return result;
3181
3244
  }
3182
3245
  }
3183
- var NonNullAssertion$0 = $T($EXPECT($L11, fail, 'NonNullAssertion "!"'), function(value) {
3184
- return { "ts": true, "children": value };
3246
+ var NonNullAssertion$0 = $T($EXPECT($L12, fail, 'NonNullAssertion "!"'), function(value) {
3247
+ return { "type": "NonNullAssertion", "ts": true, "children": value };
3185
3248
  });
3186
3249
  function NonNullAssertion(state) {
3187
3250
  let eventData;
@@ -3241,8 +3304,8 @@ ${input.slice(result.pos)}
3241
3304
  }
3242
3305
  var MemberExpressionRest$0 = $TS($S($E($C(OptionalShorthand, NonNullAssertion)), MemberBracketContent), function($skip, $loc, $0, $1, $2) {
3243
3306
  if ($1) {
3244
- if ($1.length === 2 && $2.type === "SliceExpression") {
3245
- return [$1[0], $2];
3307
+ if ($1.type === "Optional" && $2.type === "SliceExpression") {
3308
+ return [$1.children[0], $2];
3246
3309
  }
3247
3310
  return $0;
3248
3311
  }
@@ -3292,6 +3355,15 @@ ${input.slice(result.pos)}
3292
3355
  }
3293
3356
  return $0;
3294
3357
  });
3358
+ var MemberBracketContent$1 = $TS($S(Dot, $C(StringLiteral, TemplateLiteral)), function($skip, $loc, $0, $1, $2) {
3359
+ var dot = $1;
3360
+ var str = $2;
3361
+ return [
3362
+ { token: "[", $loc: dot.$loc },
3363
+ str,
3364
+ "]"
3365
+ ];
3366
+ });
3295
3367
  function MemberBracketContent(state) {
3296
3368
  let eventData;
3297
3369
  if (state.events) {
@@ -3303,12 +3375,12 @@ ${input.slice(result.pos)}
3303
3375
  }
3304
3376
  }
3305
3377
  if (state.tokenize) {
3306
- const result = $TOKEN("MemberBracketContent", state, MemberBracketContent$0(state));
3378
+ const result = $TOKEN("MemberBracketContent", state, MemberBracketContent$0(state) || MemberBracketContent$1(state));
3307
3379
  if (state.events)
3308
3380
  state.events.exit?.("MemberBracketContent", state, result, eventData);
3309
3381
  return result;
3310
3382
  } else {
3311
- const result = MemberBracketContent$0(state);
3383
+ const result = MemberBracketContent$0(state) || MemberBracketContent$1(state);
3312
3384
  if (state.events)
3313
3385
  state.events.exit?.("MemberBracketContent", state, result, eventData);
3314
3386
  return result;
@@ -3389,6 +3461,7 @@ ${input.slice(result.pos)}
3389
3461
  children.unshift($1);
3390
3462
  return {
3391
3463
  type: "PropertyAccess",
3464
+ name: id.name,
3392
3465
  children
3393
3466
  };
3394
3467
  });
@@ -3424,8 +3497,8 @@ ${input.slice(result.pos)}
3424
3497
  return result;
3425
3498
  }
3426
3499
  }
3427
- var SuperProperty$0 = $S($EXPECT($L12, fail, 'SuperProperty "super["'), ExtendedExpression, __, CloseBracket);
3428
- var SuperProperty$1 = $S($EXPECT($L9, fail, 'SuperProperty "super"'), $N($C(QuestionMark, NonNullAssertion)), PropertyAccess);
3500
+ var SuperProperty$0 = $S($EXPECT($L13, fail, 'SuperProperty "super["'), ExtendedExpression, __, CloseBracket);
3501
+ var SuperProperty$1 = $S($EXPECT($L10, fail, 'SuperProperty "super"'), $N($C(QuestionMark, NonNullAssertion)), PropertyAccess);
3429
3502
  function SuperProperty(state) {
3430
3503
  let eventData;
3431
3504
  if (state.events) {
@@ -3449,7 +3522,7 @@ ${input.slice(result.pos)}
3449
3522
  }
3450
3523
  }
3451
3524
  var MetaProperty$0 = $S(New, Dot, Target);
3452
- var MetaProperty$1 = $TS($S($EXPECT($L13, fail, 'MetaProperty "import.meta"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
3525
+ var MetaProperty$1 = $TS($S($EXPECT($L14, fail, 'MetaProperty "import.meta"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
3453
3526
  return { $loc, token: $1 };
3454
3527
  });
3455
3528
  function MetaProperty(state) {
@@ -3475,7 +3548,7 @@ ${input.slice(result.pos)}
3475
3548
  }
3476
3549
  }
3477
3550
  var Parameters$0 = NonEmptyParameters;
3478
- var Parameters$1 = $TV($EXPECT($L14, fail, 'Parameters ""'), function($skip, $loc, $0, $1) {
3551
+ var Parameters$1 = $TV($EXPECT($L15, fail, 'Parameters ""'), function($skip, $loc, $0, $1) {
3479
3552
  return {
3480
3553
  type: "Parameters",
3481
3554
  children: [{ $loc, token: "()" }],
@@ -3636,7 +3709,7 @@ ${input.slice(result.pos)}
3636
3709
  }
3637
3710
  }
3638
3711
  var ParameterElementDelimiter$0 = $S($Q(_), Comma);
3639
- var ParameterElementDelimiter$1 = $Y($S(__, $EXPECT($L15, fail, 'ParameterElementDelimiter ")"')));
3712
+ var ParameterElementDelimiter$1 = $Y($S(__, $EXPECT($L16, fail, 'ParameterElementDelimiter ")"')));
3640
3713
  var ParameterElementDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
3641
3714
  return value[1];
3642
3715
  });
@@ -4294,7 +4367,7 @@ ${input.slice(result.pos)}
4294
4367
  return result;
4295
4368
  }
4296
4369
  }
4297
- var EmptyBindingPattern$0 = $TV($EXPECT($L14, fail, 'EmptyBindingPattern ""'), function($skip, $loc, $0, $1) {
4370
+ var EmptyBindingPattern$0 = $TV($EXPECT($L15, fail, 'EmptyBindingPattern ""'), function($skip, $loc, $0, $1) {
4298
4371
  const ref = {
4299
4372
  type: "Ref",
4300
4373
  base: "ref",
@@ -4570,7 +4643,7 @@ ${input.slice(result.pos)}
4570
4643
  return result;
4571
4644
  }
4572
4645
  }
4573
- var Arrow$0 = $TV($EXPECT($L16, fail, 'Arrow "->"'), function($skip, $loc, $0, $1) {
4646
+ var Arrow$0 = $TV($EXPECT($L17, fail, 'Arrow "->"'), function($skip, $loc, $0, $1) {
4574
4647
  return { $loc, token: $1 };
4575
4648
  });
4576
4649
  function Arrow(state) {
@@ -4595,7 +4668,17 @@ ${input.slice(result.pos)}
4595
4668
  return result;
4596
4669
  }
4597
4670
  }
4598
- var ExplicitBlock$0 = $TS($S(__, OpenBrace, NestedBlockStatements, __, CloseBrace), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
4671
+ var ExplicitBlock$0 = $TS($S(__, OpenBrace, __, CloseBrace), function($skip, $loc, $0, $1, $2, $3, $4) {
4672
+ const expressions = [];
4673
+ return {
4674
+ type: "BlockStatement",
4675
+ expressions,
4676
+ children: [$1, expressions, $2],
4677
+ bare: false,
4678
+ empty: true
4679
+ };
4680
+ });
4681
+ var ExplicitBlock$1 = $TS($S(__, OpenBrace, NestedBlockStatements, __, CloseBrace), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
4599
4682
  var block = $3;
4600
4683
  return Object.assign({}, block, {
4601
4684
  children: [$1, $2, ...block.children, $4, $5],
@@ -4613,12 +4696,12 @@ ${input.slice(result.pos)}
4613
4696
  }
4614
4697
  }
4615
4698
  if (state.tokenize) {
4616
- const result = $TOKEN("ExplicitBlock", state, ExplicitBlock$0(state));
4699
+ const result = $TOKEN("ExplicitBlock", state, ExplicitBlock$0(state) || ExplicitBlock$1(state));
4617
4700
  if (state.events)
4618
4701
  state.events.exit?.("ExplicitBlock", state, result, eventData);
4619
4702
  return result;
4620
4703
  } else {
4621
- const result = ExplicitBlock$0(state);
4704
+ const result = ExplicitBlock$0(state) || ExplicitBlock$1(state);
4622
4705
  if (state.events)
4623
4706
  state.events.exit?.("ExplicitBlock", state, result, eventData);
4624
4707
  return result;
@@ -4744,7 +4827,8 @@ ${input.slice(result.pos)}
4744
4827
  type: "BlockStatement",
4745
4828
  expressions,
4746
4829
  children: [$1, expressions, $2],
4747
- bare: false
4830
+ bare: false,
4831
+ empty: true
4748
4832
  };
4749
4833
  });
4750
4834
  function EmptyBlock(state) {
@@ -4793,6 +4877,8 @@ ${input.slice(result.pos)}
4793
4877
  var s = $3;
4794
4878
  var ws = $4;
4795
4879
  var c = $5;
4880
+ if (!s.children.length)
4881
+ return $skip;
4796
4882
  return {
4797
4883
  type: "BlockStatement",
4798
4884
  expressions: s.expressions,
@@ -4865,7 +4951,7 @@ ${input.slice(result.pos)}
4865
4951
  children: [$1, expressions]
4866
4952
  };
4867
4953
  });
4868
- var BracedContent$2 = $TV($Y($S(__, $EXPECT($L17, fail, 'BracedContent "}"'))), function($skip, $loc, $0, $1) {
4954
+ var BracedContent$2 = $TV($Y($S(__, $EXPECT($L18, fail, 'BracedContent "}"'))), function($skip, $loc, $0, $1) {
4869
4955
  const expressions = [];
4870
4956
  return {
4871
4957
  type: "BlockStatement",
@@ -5010,7 +5096,7 @@ ${input.slice(result.pos)}
5010
5096
  return result;
5011
5097
  }
5012
5098
  }
5013
- var NullLiteral$0 = $TS($S($EXPECT($L18, fail, 'NullLiteral "null"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5099
+ var NullLiteral$0 = $TS($S($EXPECT($L19, fail, 'NullLiteral "null"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5014
5100
  return { $loc, token: $1 };
5015
5101
  });
5016
5102
  function NullLiteral(state) {
@@ -5038,7 +5124,7 @@ ${input.slice(result.pos)}
5038
5124
  var BooleanLiteral$0 = $T($S(CoffeeBooleansEnabled, CoffeeScriptBooleanLiteral), function(value) {
5039
5125
  return value[1];
5040
5126
  });
5041
- var BooleanLiteral$1 = $TS($S($C($EXPECT($L19, fail, 'BooleanLiteral "true"'), $EXPECT($L20, fail, 'BooleanLiteral "false"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5127
+ var BooleanLiteral$1 = $TS($S($C($EXPECT($L20, fail, 'BooleanLiteral "true"'), $EXPECT($L21, fail, 'BooleanLiteral "false"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5042
5128
  return { $loc, token: $1 };
5043
5129
  });
5044
5130
  function BooleanLiteral(state) {
@@ -5063,10 +5149,10 @@ ${input.slice(result.pos)}
5063
5149
  return result;
5064
5150
  }
5065
5151
  }
5066
- var CoffeeScriptBooleanLiteral$0 = $TS($S($C($EXPECT($L21, fail, 'CoffeeScriptBooleanLiteral "yes"'), $EXPECT($L22, fail, 'CoffeeScriptBooleanLiteral "on"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5152
+ var CoffeeScriptBooleanLiteral$0 = $TS($S($C($EXPECT($L22, fail, 'CoffeeScriptBooleanLiteral "yes"'), $EXPECT($L23, fail, 'CoffeeScriptBooleanLiteral "on"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5067
5153
  return { $loc, token: "true" };
5068
5154
  });
5069
- var CoffeeScriptBooleanLiteral$1 = $TS($S($C($EXPECT($L23, fail, 'CoffeeScriptBooleanLiteral "no"'), $EXPECT($L24, fail, 'CoffeeScriptBooleanLiteral "off"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5155
+ var CoffeeScriptBooleanLiteral$1 = $TS($S($C($EXPECT($L24, fail, 'CoffeeScriptBooleanLiteral "no"'), $EXPECT($L25, fail, 'CoffeeScriptBooleanLiteral "off"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
5070
5156
  return { $loc, token: "false" };
5071
5157
  });
5072
5158
  function CoffeeScriptBooleanLiteral(state) {
@@ -5091,7 +5177,7 @@ ${input.slice(result.pos)}
5091
5177
  return result;
5092
5178
  }
5093
5179
  }
5094
- var Comma$0 = $TV($EXPECT($L25, fail, 'Comma ","'), function($skip, $loc, $0, $1) {
5180
+ var Comma$0 = $TV($EXPECT($L26, fail, 'Comma ","'), function($skip, $loc, $0, $1) {
5095
5181
  return { $loc, token: $1 };
5096
5182
  });
5097
5183
  function Comma(state) {
@@ -5197,7 +5283,7 @@ ${input.slice(result.pos)}
5197
5283
  return result;
5198
5284
  }
5199
5285
  }
5200
- var UpcomingAssignment$0 = $Y($S(__, $EXPECT($L26, fail, 'UpcomingAssignment "="'), $N($C($EXPECT($L26, fail, 'UpcomingAssignment "="'), $EXPECT($L27, fail, 'UpcomingAssignment ">"')))));
5286
+ var UpcomingAssignment$0 = $Y($S(__, $EXPECT($L27, fail, 'UpcomingAssignment "="'), $N($C($EXPECT($L27, fail, 'UpcomingAssignment "="'), $EXPECT($L28, fail, 'UpcomingAssignment ">"')))));
5201
5287
  function UpcomingAssignment(state) {
5202
5288
  let eventData;
5203
5289
  if (state.events) {
@@ -5470,7 +5556,7 @@ ${input.slice(result.pos)}
5470
5556
  }
5471
5557
  }
5472
5558
  var ArrayElementDelimiter$0 = $S(__, Comma);
5473
- var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L28, fail, 'ArrayElementDelimiter "]"')));
5559
+ var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L29, fail, 'ArrayElementDelimiter "]"')));
5474
5560
  var ArrayElementDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
5475
5561
  return value[1];
5476
5562
  });
@@ -5895,7 +5981,7 @@ ${input.slice(result.pos)}
5895
5981
  var ImplicitInlineObjectPropertyDelimiter$1 = $T($S($Y($S($C(Samedent, $Q(_)), NamedProperty)), InsertComma), function(value) {
5896
5982
  return value[1];
5897
5983
  });
5898
- 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) {
5984
+ 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) {
5899
5985
  return "";
5900
5986
  });
5901
5987
  var ImplicitInlineObjectPropertyDelimiter$3 = $T($Y(EOS), function(value) {
@@ -5924,7 +6010,7 @@ ${input.slice(result.pos)}
5924
6010
  }
5925
6011
  }
5926
6012
  var ObjectPropertyDelimiter$0 = $S($Q(_), Comma);
5927
- var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L17, fail, 'ObjectPropertyDelimiter "}"')));
6013
+ var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L18, fail, 'ObjectPropertyDelimiter "}"')));
5928
6014
  var ObjectPropertyDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
5929
6015
  return value[1];
5930
6016
  });
@@ -6017,6 +6103,8 @@ ${input.slice(result.pos)}
6017
6103
  var PropertyDefinition$3 = $TS($S(__, MethodDefinition), function($skip, $loc, $0, $1, $2) {
6018
6104
  var ws = $1;
6019
6105
  var def = $2;
6106
+ if (def.block.empty)
6107
+ return $skip;
6020
6108
  return {
6021
6109
  ...def,
6022
6110
  children: [...ws, ...def.children]
@@ -6033,10 +6121,31 @@ ${input.slice(result.pos)}
6033
6121
  value: [dots, exp]
6034
6122
  };
6035
6123
  });
6036
- var PropertyDefinition$5 = $TS($S(__, IdentifierReference), function($skip, $loc, $0, $1, $2) {
6124
+ var PropertyDefinition$5 = $TS($S(__, CallExpression), function($skip, $loc, $0, $1, $2) {
6037
6125
  var ws = $1;
6038
- var id = $2;
6039
- return { ...id, children: [...ws, ...id.children] };
6126
+ var value = $2;
6127
+ if (value.type === "Identifier") {
6128
+ return { ...value, children: [...ws, ...value.children] };
6129
+ }
6130
+ let exp = value, children, i;
6131
+ do {
6132
+ ({ children } = exp);
6133
+ i = children.length - 1;
6134
+ while (i >= 0 && (children[i].type === "Call" || children[i].type === "NonNullAssertion" || children[i].type === "Optional"))
6135
+ i--;
6136
+ if (i < 0)
6137
+ return $skip;
6138
+ } while (children[i].type === "MemberExpression" && (exp = children[i]));
6139
+ const { name } = children[i];
6140
+ if (!name)
6141
+ return $skip;
6142
+ return {
6143
+ type: "Property",
6144
+ children: [ws, name, ": ", value],
6145
+ name,
6146
+ value,
6147
+ names: []
6148
+ };
6040
6149
  });
6041
6150
  function PropertyDefinition(state) {
6042
6151
  let eventData;
@@ -6367,7 +6476,7 @@ ${input.slice(result.pos)}
6367
6476
  return result;
6368
6477
  }
6369
6478
  }
6370
- var PrivateIdentifier$0 = $TV($TEXT($S($EXPECT($L8, fail, 'PrivateIdentifier "#"'), IdentifierName)), function($skip, $loc, $0, $1) {
6479
+ var PrivateIdentifier$0 = $TV($TEXT($S($EXPECT($L9, fail, 'PrivateIdentifier "#"'), IdentifierName)), function($skip, $loc, $0, $1) {
6371
6480
  return {
6372
6481
  type: "Identifier",
6373
6482
  name: $0,
@@ -6431,25 +6540,25 @@ ${input.slice(result.pos)}
6431
6540
  return result;
6432
6541
  }
6433
6542
  }
6434
- var AssignmentOpSymbol$0 = $EXPECT($L30, fail, 'AssignmentOpSymbol "**="');
6435
- var AssignmentOpSymbol$1 = $EXPECT($L31, fail, 'AssignmentOpSymbol "*="');
6436
- var AssignmentOpSymbol$2 = $EXPECT($L32, fail, 'AssignmentOpSymbol "/="');
6437
- var AssignmentOpSymbol$3 = $EXPECT($L33, fail, 'AssignmentOpSymbol "%="');
6438
- var AssignmentOpSymbol$4 = $EXPECT($L34, fail, 'AssignmentOpSymbol "+="');
6439
- var AssignmentOpSymbol$5 = $EXPECT($L35, fail, 'AssignmentOpSymbol "-="');
6440
- var AssignmentOpSymbol$6 = $EXPECT($L36, fail, 'AssignmentOpSymbol "<<="');
6441
- var AssignmentOpSymbol$7 = $EXPECT($L37, fail, 'AssignmentOpSymbol ">>>="');
6442
- var AssignmentOpSymbol$8 = $EXPECT($L38, fail, 'AssignmentOpSymbol ">>="');
6443
- var AssignmentOpSymbol$9 = $EXPECT($L39, fail, 'AssignmentOpSymbol "&&="');
6444
- var AssignmentOpSymbol$10 = $EXPECT($L40, fail, 'AssignmentOpSymbol "&="');
6445
- var AssignmentOpSymbol$11 = $EXPECT($L41, fail, 'AssignmentOpSymbol "^="');
6446
- var AssignmentOpSymbol$12 = $EXPECT($L42, fail, 'AssignmentOpSymbol "||="');
6447
- var AssignmentOpSymbol$13 = $EXPECT($L43, fail, 'AssignmentOpSymbol "|="');
6448
- var AssignmentOpSymbol$14 = $EXPECT($L44, fail, 'AssignmentOpSymbol "??="');
6449
- var AssignmentOpSymbol$15 = $T($EXPECT($L45, fail, 'AssignmentOpSymbol "?="'), function(value) {
6543
+ var AssignmentOpSymbol$0 = $EXPECT($L31, fail, 'AssignmentOpSymbol "**="');
6544
+ var AssignmentOpSymbol$1 = $EXPECT($L32, fail, 'AssignmentOpSymbol "*="');
6545
+ var AssignmentOpSymbol$2 = $EXPECT($L33, fail, 'AssignmentOpSymbol "/="');
6546
+ var AssignmentOpSymbol$3 = $EXPECT($L34, fail, 'AssignmentOpSymbol "%="');
6547
+ var AssignmentOpSymbol$4 = $EXPECT($L35, fail, 'AssignmentOpSymbol "+="');
6548
+ var AssignmentOpSymbol$5 = $EXPECT($L36, fail, 'AssignmentOpSymbol "-="');
6549
+ var AssignmentOpSymbol$6 = $EXPECT($L37, fail, 'AssignmentOpSymbol "<<="');
6550
+ var AssignmentOpSymbol$7 = $EXPECT($L38, fail, 'AssignmentOpSymbol ">>>="');
6551
+ var AssignmentOpSymbol$8 = $EXPECT($L39, fail, 'AssignmentOpSymbol ">>="');
6552
+ var AssignmentOpSymbol$9 = $EXPECT($L40, fail, 'AssignmentOpSymbol "&&="');
6553
+ var AssignmentOpSymbol$10 = $EXPECT($L41, fail, 'AssignmentOpSymbol "&="');
6554
+ var AssignmentOpSymbol$11 = $EXPECT($L42, fail, 'AssignmentOpSymbol "^="');
6555
+ var AssignmentOpSymbol$12 = $EXPECT($L43, fail, 'AssignmentOpSymbol "||="');
6556
+ var AssignmentOpSymbol$13 = $EXPECT($L44, fail, 'AssignmentOpSymbol "|="');
6557
+ var AssignmentOpSymbol$14 = $EXPECT($L45, fail, 'AssignmentOpSymbol "??="');
6558
+ var AssignmentOpSymbol$15 = $T($EXPECT($L46, fail, 'AssignmentOpSymbol "?="'), function(value) {
6450
6559
  return "??=";
6451
6560
  });
6452
- var AssignmentOpSymbol$16 = $T($S($EXPECT($L26, fail, 'AssignmentOpSymbol "="'), $N($EXPECT($L26, fail, 'AssignmentOpSymbol "="'))), function(value) {
6561
+ var AssignmentOpSymbol$16 = $T($S($EXPECT($L27, fail, 'AssignmentOpSymbol "="'), $N($EXPECT($L27, fail, 'AssignmentOpSymbol "="'))), function(value) {
6453
6562
  return value[0];
6454
6563
  });
6455
6564
  var AssignmentOpSymbol$17 = $T($S(CoffeeWordAssignmentOp), function(value) {
@@ -6477,10 +6586,10 @@ ${input.slice(result.pos)}
6477
6586
  return result;
6478
6587
  }
6479
6588
  }
6480
- var CoffeeWordAssignmentOp$0 = $T($EXPECT($L46, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
6589
+ var CoffeeWordAssignmentOp$0 = $T($EXPECT($L47, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
6481
6590
  return "&&=";
6482
6591
  });
6483
- var CoffeeWordAssignmentOp$1 = $T($EXPECT($L47, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
6592
+ var CoffeeWordAssignmentOp$1 = $T($EXPECT($L48, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
6484
6593
  return "||=";
6485
6594
  });
6486
6595
  function CoffeeWordAssignmentOp(state) {
@@ -6532,21 +6641,21 @@ ${input.slice(result.pos)}
6532
6641
  return result;
6533
6642
  }
6534
6643
  }
6535
- var BinaryOpSymbol$0 = $EXPECT($L48, fail, 'BinaryOpSymbol "**"');
6536
- var BinaryOpSymbol$1 = $EXPECT($L49, fail, 'BinaryOpSymbol "*"');
6537
- var BinaryOpSymbol$2 = $EXPECT($L50, fail, 'BinaryOpSymbol "/"');
6538
- var BinaryOpSymbol$3 = $TV($EXPECT($L51, fail, 'BinaryOpSymbol "%%"'), function($skip, $loc, $0, $1) {
6644
+ var BinaryOpSymbol$0 = $EXPECT($L49, fail, 'BinaryOpSymbol "**"');
6645
+ var BinaryOpSymbol$1 = $EXPECT($L50, fail, 'BinaryOpSymbol "*"');
6646
+ var BinaryOpSymbol$2 = $EXPECT($L51, fail, 'BinaryOpSymbol "/"');
6647
+ var BinaryOpSymbol$3 = $TV($EXPECT($L52, fail, 'BinaryOpSymbol "%%"'), function($skip, $loc, $0, $1) {
6539
6648
  return {
6540
6649
  call: module2.getRef("modulo"),
6541
6650
  special: true
6542
6651
  };
6543
6652
  });
6544
- var BinaryOpSymbol$4 = $EXPECT($L52, fail, 'BinaryOpSymbol "%"');
6545
- var BinaryOpSymbol$5 = $EXPECT($L53, fail, 'BinaryOpSymbol "+"');
6546
- var BinaryOpSymbol$6 = $EXPECT($L54, fail, 'BinaryOpSymbol "-"');
6547
- var BinaryOpSymbol$7 = $EXPECT($L55, fail, 'BinaryOpSymbol "<="');
6548
- var BinaryOpSymbol$8 = $EXPECT($L56, fail, 'BinaryOpSymbol ">="');
6549
- var BinaryOpSymbol$9 = $TV($EXPECT($L57, fail, 'BinaryOpSymbol "<?"'), function($skip, $loc, $0, $1) {
6653
+ var BinaryOpSymbol$4 = $EXPECT($L53, fail, 'BinaryOpSymbol "%"');
6654
+ var BinaryOpSymbol$5 = $EXPECT($L54, fail, 'BinaryOpSymbol "+"');
6655
+ var BinaryOpSymbol$6 = $EXPECT($L55, fail, 'BinaryOpSymbol "-"');
6656
+ var BinaryOpSymbol$7 = $EXPECT($L56, fail, 'BinaryOpSymbol "<="');
6657
+ var BinaryOpSymbol$8 = $EXPECT($L57, fail, 'BinaryOpSymbol ">="');
6658
+ var BinaryOpSymbol$9 = $TV($EXPECT($L58, fail, 'BinaryOpSymbol "<?"'), function($skip, $loc, $0, $1) {
6550
6659
  return {
6551
6660
  $loc,
6552
6661
  token: "instanceof",
@@ -6554,49 +6663,49 @@ ${input.slice(result.pos)}
6554
6663
  special: true
6555
6664
  };
6556
6665
  });
6557
- var BinaryOpSymbol$10 = $EXPECT($L58, fail, 'BinaryOpSymbol "<<"');
6666
+ var BinaryOpSymbol$10 = $EXPECT($L59, fail, 'BinaryOpSymbol "<<"');
6558
6667
  var BinaryOpSymbol$11 = $TR($EXPECT($R5, fail, "BinaryOpSymbol /<(?!\\p{ID_Start}|[_$])/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
6559
6668
  return "<";
6560
6669
  });
6561
- var BinaryOpSymbol$12 = $EXPECT($L59, fail, 'BinaryOpSymbol ">>>"');
6562
- var BinaryOpSymbol$13 = $EXPECT($L60, fail, 'BinaryOpSymbol ">>"');
6563
- var BinaryOpSymbol$14 = $EXPECT($L27, fail, 'BinaryOpSymbol ">"');
6564
- var BinaryOpSymbol$15 = $EXPECT($L61, fail, 'BinaryOpSymbol "!=="');
6565
- var BinaryOpSymbol$16 = $TV($EXPECT($L62, fail, 'BinaryOpSymbol "!="'), function($skip, $loc, $0, $1) {
6670
+ var BinaryOpSymbol$12 = $EXPECT($L60, fail, 'BinaryOpSymbol ">>>"');
6671
+ var BinaryOpSymbol$13 = $EXPECT($L61, fail, 'BinaryOpSymbol ">>"');
6672
+ var BinaryOpSymbol$14 = $EXPECT($L28, fail, 'BinaryOpSymbol ">"');
6673
+ var BinaryOpSymbol$15 = $EXPECT($L62, fail, 'BinaryOpSymbol "!=="');
6674
+ var BinaryOpSymbol$16 = $TV($EXPECT($L63, fail, 'BinaryOpSymbol "!="'), function($skip, $loc, $0, $1) {
6566
6675
  if (module2.config.coffeeEq)
6567
6676
  return "!==";
6568
6677
  return $1;
6569
6678
  });
6570
- var BinaryOpSymbol$17 = $TS($S($EXPECT($L63, fail, 'BinaryOpSymbol "isnt"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6679
+ var BinaryOpSymbol$17 = $TS($S($EXPECT($L64, fail, 'BinaryOpSymbol "isnt"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6571
6680
  if (module2.config.coffeeIsnt)
6572
6681
  return "!==";
6573
6682
  return $skip;
6574
6683
  });
6575
- var BinaryOpSymbol$18 = $EXPECT($L64, fail, 'BinaryOpSymbol "==="');
6576
- var BinaryOpSymbol$19 = $TV($EXPECT($L65, fail, 'BinaryOpSymbol "=="'), function($skip, $loc, $0, $1) {
6684
+ var BinaryOpSymbol$18 = $EXPECT($L65, fail, 'BinaryOpSymbol "==="');
6685
+ var BinaryOpSymbol$19 = $TV($EXPECT($L66, fail, 'BinaryOpSymbol "=="'), function($skip, $loc, $0, $1) {
6577
6686
  if (module2.config.coffeeEq)
6578
6687
  return "===";
6579
6688
  return $1;
6580
6689
  });
6581
- var BinaryOpSymbol$20 = $T($S($EXPECT($L66, fail, 'BinaryOpSymbol "and"'), NonIdContinue), function(value) {
6690
+ var BinaryOpSymbol$20 = $T($S($EXPECT($L67, fail, 'BinaryOpSymbol "and"'), NonIdContinue), function(value) {
6582
6691
  return "&&";
6583
6692
  });
6584
- var BinaryOpSymbol$21 = $EXPECT($L67, fail, 'BinaryOpSymbol "&&"');
6585
- var BinaryOpSymbol$22 = $T($S(CoffeeOfEnabled, $EXPECT($L68, fail, 'BinaryOpSymbol "of"'), NonIdContinue), function(value) {
6693
+ var BinaryOpSymbol$21 = $EXPECT($L68, fail, 'BinaryOpSymbol "&&"');
6694
+ var BinaryOpSymbol$22 = $T($S(CoffeeOfEnabled, $EXPECT($L69, fail, 'BinaryOpSymbol "of"'), NonIdContinue), function(value) {
6586
6695
  return "in";
6587
6696
  });
6588
- var BinaryOpSymbol$23 = $T($S($EXPECT($L69, fail, 'BinaryOpSymbol "or"'), NonIdContinue), function(value) {
6697
+ var BinaryOpSymbol$23 = $T($S($EXPECT($L70, fail, 'BinaryOpSymbol "or"'), NonIdContinue), function(value) {
6589
6698
  return "||";
6590
6699
  });
6591
- var BinaryOpSymbol$24 = $EXPECT($L70, fail, 'BinaryOpSymbol "||"');
6592
- var BinaryOpSymbol$25 = $EXPECT($L71, fail, 'BinaryOpSymbol "??"');
6700
+ var BinaryOpSymbol$24 = $EXPECT($L71, fail, 'BinaryOpSymbol "||"');
6701
+ var BinaryOpSymbol$25 = $EXPECT($L72, fail, 'BinaryOpSymbol "??"');
6593
6702
  var BinaryOpSymbol$26 = $T($S(CoffeeBinaryExistentialEnabled, $EXPECT($L1, fail, 'BinaryOpSymbol "?"')), function(value) {
6594
6703
  return "??";
6595
6704
  });
6596
- var BinaryOpSymbol$27 = $TS($S($EXPECT($L72, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6705
+ var BinaryOpSymbol$27 = $TS($S($EXPECT($L73, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6597
6706
  return $1;
6598
6707
  });
6599
- 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) {
6708
+ 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) {
6600
6709
  return {
6601
6710
  $loc,
6602
6711
  token: "instanceof",
@@ -6605,7 +6714,7 @@ ${input.slice(result.pos)}
6605
6714
  negated: true
6606
6715
  };
6607
6716
  });
6608
- 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) {
6717
+ 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) {
6609
6718
  return {
6610
6719
  $loc,
6611
6720
  token: "in",
@@ -6613,7 +6722,7 @@ ${input.slice(result.pos)}
6613
6722
  negated: true
6614
6723
  };
6615
6724
  });
6616
- 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) {
6725
+ 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) {
6617
6726
  return {
6618
6727
  method: "includes",
6619
6728
  relational: true,
@@ -6621,7 +6730,7 @@ ${input.slice(result.pos)}
6621
6730
  special: true
6622
6731
  };
6623
6732
  });
6624
- var BinaryOpSymbol$31 = $TS($S(CoffeeOfEnabled, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
6733
+ var BinaryOpSymbol$31 = $TS($S(CoffeeOfEnabled, $EXPECT($L75, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
6625
6734
  return {
6626
6735
  call: [module2.getRef("indexOf"), ".call"],
6627
6736
  relational: true,
@@ -6630,7 +6739,7 @@ ${input.slice(result.pos)}
6630
6739
  special: true
6631
6740
  };
6632
6741
  });
6633
- 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) {
6742
+ 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) {
6634
6743
  return {
6635
6744
  method: "includes",
6636
6745
  relational: true,
@@ -6639,7 +6748,7 @@ ${input.slice(result.pos)}
6639
6748
  negated: true
6640
6749
  };
6641
6750
  });
6642
- 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) {
6751
+ 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) {
6643
6752
  return {
6644
6753
  call: [module2.getRef("indexOf"), ".call"],
6645
6754
  relational: true,
@@ -6648,7 +6757,7 @@ ${input.slice(result.pos)}
6648
6757
  special: true
6649
6758
  };
6650
6759
  });
6651
- 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) {
6760
+ 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) {
6652
6761
  if (module2.config.objectIs) {
6653
6762
  return {
6654
6763
  call: module2.getRef("is"),
@@ -6660,7 +6769,7 @@ ${input.slice(result.pos)}
6660
6769
  }
6661
6770
  return "!==";
6662
6771
  });
6663
- var BinaryOpSymbol$35 = $TS($S($EXPECT($L75, fail, 'BinaryOpSymbol "is"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6772
+ var BinaryOpSymbol$35 = $TS($S($EXPECT($L76, fail, 'BinaryOpSymbol "is"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6664
6773
  if (module2.config.objectIs) {
6665
6774
  return {
6666
6775
  call: module2.getRef("is"),
@@ -6671,12 +6780,12 @@ ${input.slice(result.pos)}
6671
6780
  }
6672
6781
  return "===";
6673
6782
  });
6674
- var BinaryOpSymbol$36 = $TS($S($EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6783
+ var BinaryOpSymbol$36 = $TS($S($EXPECT($L75, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6675
6784
  return $1;
6676
6785
  });
6677
- var BinaryOpSymbol$37 = $EXPECT($L76, fail, 'BinaryOpSymbol "&"');
6678
- var BinaryOpSymbol$38 = $EXPECT($L77, fail, 'BinaryOpSymbol "^"');
6679
- var BinaryOpSymbol$39 = $EXPECT($L78, fail, 'BinaryOpSymbol "|"');
6786
+ var BinaryOpSymbol$37 = $EXPECT($L77, fail, 'BinaryOpSymbol "&"');
6787
+ var BinaryOpSymbol$38 = $EXPECT($L78, fail, 'BinaryOpSymbol "^"');
6788
+ var BinaryOpSymbol$39 = $EXPECT($L79, fail, 'BinaryOpSymbol "|"');
6680
6789
  function BinaryOpSymbol(state) {
6681
6790
  let eventData;
6682
6791
  if (state.events) {
@@ -6847,7 +6956,7 @@ ${input.slice(result.pos)}
6847
6956
  return result;
6848
6957
  }
6849
6958
  }
6850
- var EmptyStatement$0 = $T($S($Q(TrailingComment), $Y($EXPECT($L79, fail, 'EmptyStatement ";"'))), function(value) {
6959
+ var EmptyStatement$0 = $T($S($Q(TrailingComment), $Y($EXPECT($L80, fail, 'EmptyStatement ";"'))), function(value) {
6851
6960
  return { "type": "EmptyStatement", "children": value[0] };
6852
6961
  });
6853
6962
  function EmptyStatement(state) {
@@ -6872,7 +6981,7 @@ ${input.slice(result.pos)}
6872
6981
  return result;
6873
6982
  }
6874
6983
  }
6875
- var BlockStatement$0 = $T($S(ExplicitBlock, $N($S(__, $EXPECT($L26, fail, 'BlockStatement "="')))), function(value) {
6984
+ var BlockStatement$0 = $T($S(ExplicitBlock, $N($S(__, $EXPECT($L27, fail, 'BlockStatement "="')))), function(value) {
6876
6985
  return value[0];
6877
6986
  });
6878
6987
  function BlockStatement(state) {
@@ -7807,7 +7916,7 @@ ${input.slice(result.pos)}
7807
7916
  return result;
7808
7917
  }
7809
7918
  }
7810
- var CoffeeForDeclaration$0 = $TS($S($E($S(__, $EXPECT($L80, fail, 'CoffeeForDeclaration "own"'), NonIdContinue)), ForBinding), function($skip, $loc, $0, $1, $2) {
7919
+ var CoffeeForDeclaration$0 = $TS($S($E($S(__, $EXPECT($L81, fail, 'CoffeeForDeclaration "own"'), NonIdContinue)), ForBinding), function($skip, $loc, $0, $1, $2) {
7811
7920
  var own = $1;
7812
7921
  var binding = $2;
7813
7922
  return {
@@ -8276,7 +8385,7 @@ ${input.slice(result.pos)}
8276
8385
  return result;
8277
8386
  }
8278
8387
  }
8279
- var NoExpressions$0 = $T($EXPECT($L14, fail, 'NoExpressions ""'), function(value) {
8388
+ var NoExpressions$0 = $T($EXPECT($L15, fail, 'NoExpressions ""'), function(value) {
8280
8389
  return [];
8281
8390
  });
8282
8391
  function NoExpressions(state) {
@@ -8302,7 +8411,7 @@ ${input.slice(result.pos)}
8302
8411
  }
8303
8412
  }
8304
8413
  var ImpliedColon$0 = $S(__, Colon);
8305
- var ImpliedColon$1 = $TV($EXPECT($L14, fail, 'ImpliedColon ""'), function($skip, $loc, $0, $1) {
8414
+ var ImpliedColon$1 = $TV($EXPECT($L15, fail, 'ImpliedColon ""'), function($skip, $loc, $0, $1) {
8306
8415
  return { $loc, token: ":" };
8307
8416
  });
8308
8417
  function ImpliedColon(state) {
@@ -8442,7 +8551,7 @@ ${input.slice(result.pos)}
8442
8551
  return result;
8443
8552
  }
8444
8553
  }
8445
- var Finally$0 = $S(__, $EXPECT($L81, fail, 'Finally "finally"'), NonIdContinue, BracedBlock);
8554
+ var Finally$0 = $S(__, $EXPECT($L82, fail, 'Finally "finally"'), NonIdContinue, BracedBlock);
8446
8555
  function Finally(state) {
8447
8556
  let eventData;
8448
8557
  if (state.events) {
@@ -8554,7 +8663,7 @@ ${input.slice(result.pos)}
8554
8663
  return result;
8555
8664
  }
8556
8665
  }
8557
- var SuppressIndentedApplication$0 = $TV($EXPECT($L14, fail, 'SuppressIndentedApplication ""'), function($skip, $loc, $0, $1) {
8666
+ var SuppressIndentedApplication$0 = $TV($EXPECT($L15, fail, 'SuppressIndentedApplication ""'), function($skip, $loc, $0, $1) {
8558
8667
  module2.suppressIndentedApplication = true;
8559
8668
  });
8560
8669
  function SuppressIndentedApplication(state) {
@@ -8579,7 +8688,7 @@ ${input.slice(result.pos)}
8579
8688
  return result;
8580
8689
  }
8581
8690
  }
8582
- var IndentedApplicationAllowed$0 = $TV($EXPECT($L14, fail, 'IndentedApplicationAllowed ""'), function($skip, $loc, $0, $1) {
8691
+ var IndentedApplicationAllowed$0 = $TV($EXPECT($L15, fail, 'IndentedApplicationAllowed ""'), function($skip, $loc, $0, $1) {
8583
8692
  if (module2.suppressIndentedApplication)
8584
8693
  return $skip;
8585
8694
  return;
@@ -8606,7 +8715,7 @@ ${input.slice(result.pos)}
8606
8715
  return result;
8607
8716
  }
8608
8717
  }
8609
- var SuppressTrailingMemberProperty$0 = $TV($EXPECT($L14, fail, 'SuppressTrailingMemberProperty ""'), function($skip, $loc, $0, $1) {
8718
+ var SuppressTrailingMemberProperty$0 = $TV($EXPECT($L15, fail, 'SuppressTrailingMemberProperty ""'), function($skip, $loc, $0, $1) {
8610
8719
  module2.suppressTrailingMemberProperty.push(true);
8611
8720
  });
8612
8721
  function SuppressTrailingMemberProperty(state) {
@@ -8631,7 +8740,7 @@ ${input.slice(result.pos)}
8631
8740
  return result;
8632
8741
  }
8633
8742
  }
8634
- var TrailingMemberPropertyAllowed$0 = $TV($EXPECT($L14, fail, 'TrailingMemberPropertyAllowed ""'), function($skip, $loc, $0, $1) {
8743
+ var TrailingMemberPropertyAllowed$0 = $TV($EXPECT($L15, fail, 'TrailingMemberPropertyAllowed ""'), function($skip, $loc, $0, $1) {
8635
8744
  if (module2.trailingMemberPropertySuppressed)
8636
8745
  return $skip;
8637
8746
  });
@@ -8680,13 +8789,13 @@ ${input.slice(result.pos)}
8680
8789
  return result;
8681
8790
  }
8682
8791
  }
8683
- var KeywordStatement$0 = $T($S($EXPECT($L82, fail, 'KeywordStatement "break"'), NonIdContinue), function(value) {
8792
+ var KeywordStatement$0 = $T($S($EXPECT($L83, fail, 'KeywordStatement "break"'), NonIdContinue), function(value) {
8684
8793
  return { "type": "BreakStatement", "children": value };
8685
8794
  });
8686
- var KeywordStatement$1 = $T($S($EXPECT($L83, fail, 'KeywordStatement "continue"'), NonIdContinue), function(value) {
8795
+ var KeywordStatement$1 = $T($S($EXPECT($L84, fail, 'KeywordStatement "continue"'), NonIdContinue), function(value) {
8687
8796
  return { "type": "ContinueStatement", "children": value };
8688
8797
  });
8689
- var KeywordStatement$2 = $T($S($EXPECT($L84, fail, 'KeywordStatement "debugger"'), NonIdContinue), function(value) {
8798
+ var KeywordStatement$2 = $T($S($EXPECT($L85, fail, 'KeywordStatement "debugger"'), NonIdContinue), function(value) {
8690
8799
  return { "type": "DebuggerStatement", "children": value };
8691
8800
  });
8692
8801
  var KeywordStatement$3 = $T($S(Return, $E(MaybeNestedExpression)), function(value) {
@@ -8717,7 +8826,7 @@ ${input.slice(result.pos)}
8717
8826
  return result;
8718
8827
  }
8719
8828
  }
8720
- var DebuggerExpression$0 = $TS($S($EXPECT($L84, fail, 'DebuggerExpression "debugger"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8829
+ var DebuggerExpression$0 = $TS($S($EXPECT($L85, fail, 'DebuggerExpression "debugger"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8721
8830
  return {
8722
8831
  type: "DebuggerExpression",
8723
8832
  children: ["(()=>{", $1, "})()"]
@@ -8845,7 +8954,7 @@ ${input.slice(result.pos)}
8845
8954
  return result;
8846
8955
  }
8847
8956
  }
8848
- var ImpliedImport$0 = $TV($EXPECT($L14, fail, 'ImpliedImport ""'), function($skip, $loc, $0, $1) {
8957
+ var ImpliedImport$0 = $TV($EXPECT($L15, fail, 'ImpliedImport ""'), function($skip, $loc, $0, $1) {
8849
8958
  return { $loc, token: "import " };
8850
8959
  });
8851
8960
  function ImpliedImport(state) {
@@ -8994,7 +9103,7 @@ ${input.slice(result.pos)}
8994
9103
  return result;
8995
9104
  }
8996
9105
  }
8997
- var ImportAssertion$0 = $S($E(_), $EXPECT($L85, fail, 'ImportAssertion "assert"'), NonIdContinue, $E(_), ObjectLiteral);
9106
+ var ImportAssertion$0 = $S($E(_), $EXPECT($L86, fail, 'ImportAssertion "assert"'), NonIdContinue, $E(_), ObjectLiteral);
8998
9107
  function ImportAssertion(state) {
8999
9108
  let eventData;
9000
9109
  if (state.events) {
@@ -9574,7 +9683,7 @@ ${input.slice(result.pos)}
9574
9683
  return result;
9575
9684
  }
9576
9685
  }
9577
- var ConstAssignment$0 = $TV($EXPECT($L86, fail, 'ConstAssignment ":="'), function($skip, $loc, $0, $1) {
9686
+ var ConstAssignment$0 = $TV($EXPECT($L87, fail, 'ConstAssignment ":="'), function($skip, $loc, $0, $1) {
9578
9687
  return { $loc, token: "=" };
9579
9688
  });
9580
9689
  function ConstAssignment(state) {
@@ -9599,7 +9708,7 @@ ${input.slice(result.pos)}
9599
9708
  return result;
9600
9709
  }
9601
9710
  }
9602
- var LetAssignment$0 = $TV($EXPECT($L87, fail, 'LetAssignment ".="'), function($skip, $loc, $0, $1) {
9711
+ var LetAssignment$0 = $TV($EXPECT($L88, fail, 'LetAssignment ".="'), function($skip, $loc, $0, $1) {
9603
9712
  return { $loc, token: "=" };
9604
9713
  });
9605
9714
  function LetAssignment(state) {
@@ -10249,7 +10358,7 @@ ${input.slice(result.pos)}
10249
10358
  }
10250
10359
  }
10251
10360
  var RegularExpressionLiteral$0 = HeregexLiteral;
10252
- var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L50, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L50, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
10361
+ var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L51, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L51, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
10253
10362
  return { $loc, token: $1 };
10254
10363
  });
10255
10364
  function RegularExpressionLiteral(state) {
@@ -10652,7 +10761,7 @@ ${input.slice(result.pos)}
10652
10761
  var ReservedWord$2 = $S(CoffeeForLoopsEnabled, $R$0($EXPECT($R34, fail, "ReservedWord /(?:by)(?!\\p{ID_Continue})/")));
10653
10762
  var ReservedWord$3 = $S(CoffeeOfEnabled, $R$0($EXPECT($R35, fail, "ReservedWord /(?:of)(?!\\p{ID_Continue})/")));
10654
10763
  var ReservedWord$4 = $S(CoffeeNotEnabled, $R$0($EXPECT($R36, fail, "ReservedWord /(?:not)(?!\\p{ID_Continue})/")));
10655
- var ReservedWord$5 = $S($EXPECT($L73, fail, 'ReservedWord "not"'), NonIdContinue, __, $EXPECT($L74, fail, 'ReservedWord "in"'), NonIdContinue);
10764
+ var ReservedWord$5 = $S($EXPECT($L74, fail, 'ReservedWord "not"'), NonIdContinue, __, $EXPECT($L75, fail, 'ReservedWord "in"'), NonIdContinue);
10656
10765
  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})/"));
10657
10766
  function ReservedWord(state) {
10658
10767
  let eventData;
@@ -10773,7 +10882,7 @@ ${input.slice(result.pos)}
10773
10882
  return result;
10774
10883
  }
10775
10884
  }
10776
- 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) {
10885
+ 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) {
10777
10886
  return { $loc, token: $1 };
10778
10887
  });
10779
10888
  function JSMultiLineComment(state) {
@@ -10823,7 +10932,7 @@ ${input.slice(result.pos)}
10823
10932
  return result;
10824
10933
  }
10825
10934
  }
10826
- 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) {
10935
+ 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) {
10827
10936
  return { $loc, token: `/*${$2}*/` };
10828
10937
  });
10829
10938
  function CoffeeMultiLineComment(state) {
@@ -10871,7 +10980,7 @@ ${input.slice(result.pos)}
10871
10980
  return result;
10872
10981
  }
10873
10982
  }
10874
- 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) {
10983
+ 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) {
10875
10984
  return { $loc, token: $1 };
10876
10985
  });
10877
10986
  function InlineComment(state) {
@@ -10970,7 +11079,7 @@ ${input.slice(result.pos)}
10970
11079
  var NonNewlineWhitespace$0 = $TR($EXPECT($R43, fail, "NonNewlineWhitespace /[ \\t]+/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
10971
11080
  return { $loc, token: $0 };
10972
11081
  });
10973
- var NonNewlineWhitespace$1 = $T($S(CoffeeLineContinuationEnabled, $EXPECT($L90, fail, 'NonNewlineWhitespace "\\\\\\\\"'), EOL), function(value) {
11082
+ var NonNewlineWhitespace$1 = $T($S(CoffeeLineContinuationEnabled, $EXPECT($L91, fail, 'NonNewlineWhitespace "\\\\\\\\"'), EOL), function(value) {
10974
11083
  return "";
10975
11084
  });
10976
11085
  function NonNewlineWhitespace(state) {
@@ -11098,7 +11207,8 @@ ${input.slice(result.pos)}
11098
11207
  }
11099
11208
  }
11100
11209
  var StatementDelimiter$0 = SemicolonDelimiter;
11101
- var StatementDelimiter$1 = $Y(EOS);
11210
+ 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);
11211
+ var StatementDelimiter$2 = $Y(EOS);
11102
11212
  function StatementDelimiter(state) {
11103
11213
  let eventData;
11104
11214
  if (state.events) {
@@ -11110,12 +11220,12 @@ ${input.slice(result.pos)}
11110
11220
  }
11111
11221
  }
11112
11222
  if (state.tokenize) {
11113
- const result = $TOKEN("StatementDelimiter", state, StatementDelimiter$0(state) || StatementDelimiter$1(state));
11223
+ const result = $TOKEN("StatementDelimiter", state, StatementDelimiter$0(state) || StatementDelimiter$1(state) || StatementDelimiter$2(state));
11114
11224
  if (state.events)
11115
11225
  state.events.exit?.("StatementDelimiter", state, result, eventData);
11116
11226
  return result;
11117
11227
  } else {
11118
- const result = StatementDelimiter$0(state) || StatementDelimiter$1(state);
11228
+ const result = StatementDelimiter$0(state) || StatementDelimiter$1(state) || StatementDelimiter$2(state);
11119
11229
  if (state.events)
11120
11230
  state.events.exit?.("StatementDelimiter", state, result, eventData);
11121
11231
  return result;
@@ -11172,7 +11282,7 @@ ${input.slice(result.pos)}
11172
11282
  return result;
11173
11283
  }
11174
11284
  }
11175
- var Loc$0 = $TV($EXPECT($L14, fail, 'Loc ""'), function($skip, $loc, $0, $1) {
11285
+ var Loc$0 = $TV($EXPECT($L15, fail, 'Loc ""'), function($skip, $loc, $0, $1) {
11176
11286
  return { $loc, token: "" };
11177
11287
  });
11178
11288
  function Loc(state) {
@@ -11197,7 +11307,7 @@ ${input.slice(result.pos)}
11197
11307
  return result;
11198
11308
  }
11199
11309
  }
11200
- var Abstract$0 = $TV($TEXT($S($EXPECT($L91, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L6, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
11310
+ var Abstract$0 = $TV($TEXT($S($EXPECT($L95, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L6, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
11201
11311
  return { $loc, token: $1, ts: true };
11202
11312
  });
11203
11313
  function Abstract(state) {
@@ -11222,7 +11332,7 @@ ${input.slice(result.pos)}
11222
11332
  return result;
11223
11333
  }
11224
11334
  }
11225
- var Ampersand$0 = $TV($EXPECT($L76, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
11335
+ var Ampersand$0 = $TV($EXPECT($L77, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
11226
11336
  return { $loc, token: $1 };
11227
11337
  });
11228
11338
  function Ampersand(state) {
@@ -11247,7 +11357,7 @@ ${input.slice(result.pos)}
11247
11357
  return result;
11248
11358
  }
11249
11359
  }
11250
- var As$0 = $TS($S($EXPECT($L92, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11360
+ var As$0 = $TS($S($EXPECT($L96, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11251
11361
  return { $loc, token: $1 };
11252
11362
  });
11253
11363
  function As(state) {
@@ -11272,7 +11382,7 @@ ${input.slice(result.pos)}
11272
11382
  return result;
11273
11383
  }
11274
11384
  }
11275
- var At$0 = $TV($EXPECT($L93, fail, 'At "@"'), function($skip, $loc, $0, $1) {
11385
+ var At$0 = $TV($EXPECT($L97, fail, 'At "@"'), function($skip, $loc, $0, $1) {
11276
11386
  return { $loc, token: $1 };
11277
11387
  });
11278
11388
  function At(state) {
@@ -11297,7 +11407,7 @@ ${input.slice(result.pos)}
11297
11407
  return result;
11298
11408
  }
11299
11409
  }
11300
- var AtAt$0 = $TV($EXPECT($L94, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
11410
+ var AtAt$0 = $TV($EXPECT($L98, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
11301
11411
  return { $loc, token: "@" };
11302
11412
  });
11303
11413
  function AtAt(state) {
@@ -11322,7 +11432,7 @@ ${input.slice(result.pos)}
11322
11432
  return result;
11323
11433
  }
11324
11434
  }
11325
- var Async$0 = $TS($S($EXPECT($L95, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11435
+ var Async$0 = $TS($S($EXPECT($L99, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11326
11436
  return { $loc, token: $1, type: "Async" };
11327
11437
  });
11328
11438
  function Async(state) {
@@ -11347,7 +11457,7 @@ ${input.slice(result.pos)}
11347
11457
  return result;
11348
11458
  }
11349
11459
  }
11350
- var Await$0 = $TS($S($EXPECT($L96, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11460
+ var Await$0 = $TS($S($EXPECT($L100, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11351
11461
  return { $loc, token: $1 };
11352
11462
  });
11353
11463
  function Await(state) {
@@ -11372,7 +11482,7 @@ ${input.slice(result.pos)}
11372
11482
  return result;
11373
11483
  }
11374
11484
  }
11375
- var Backtick$0 = $TV($EXPECT($L97, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
11485
+ var Backtick$0 = $TV($EXPECT($L94, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
11376
11486
  return { $loc, token: $1 };
11377
11487
  });
11378
11488
  function Backtick(state) {
@@ -11397,7 +11507,7 @@ ${input.slice(result.pos)}
11397
11507
  return result;
11398
11508
  }
11399
11509
  }
11400
- var By$0 = $TS($S($EXPECT($L98, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11510
+ var By$0 = $TS($S($EXPECT($L101, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11401
11511
  return { $loc, token: $1 };
11402
11512
  });
11403
11513
  function By(state) {
@@ -11422,7 +11532,7 @@ ${input.slice(result.pos)}
11422
11532
  return result;
11423
11533
  }
11424
11534
  }
11425
- var Case$0 = $TS($S($EXPECT($L99, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11535
+ var Case$0 = $TS($S($EXPECT($L102, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11426
11536
  return { $loc, token: $1 };
11427
11537
  });
11428
11538
  function Case(state) {
@@ -11447,7 +11557,7 @@ ${input.slice(result.pos)}
11447
11557
  return result;
11448
11558
  }
11449
11559
  }
11450
- var Catch$0 = $TS($S($EXPECT($L100, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11560
+ var Catch$0 = $TS($S($EXPECT($L103, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11451
11561
  return { $loc, token: $1 };
11452
11562
  });
11453
11563
  function Catch(state) {
@@ -11472,7 +11582,7 @@ ${input.slice(result.pos)}
11472
11582
  return result;
11473
11583
  }
11474
11584
  }
11475
- var Class$0 = $TS($S($EXPECT($L101, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11585
+ var Class$0 = $TS($S($EXPECT($L104, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11476
11586
  return { $loc, token: $1 };
11477
11587
  });
11478
11588
  function Class(state) {
@@ -11497,7 +11607,7 @@ ${input.slice(result.pos)}
11497
11607
  return result;
11498
11608
  }
11499
11609
  }
11500
- var CloseBrace$0 = $TV($EXPECT($L17, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
11610
+ var CloseBrace$0 = $TV($EXPECT($L18, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
11501
11611
  return { $loc, token: $1 };
11502
11612
  });
11503
11613
  function CloseBrace(state) {
@@ -11522,7 +11632,7 @@ ${input.slice(result.pos)}
11522
11632
  return result;
11523
11633
  }
11524
11634
  }
11525
- var CloseBracket$0 = $TV($EXPECT($L28, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
11635
+ var CloseBracket$0 = $TV($EXPECT($L29, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
11526
11636
  return { $loc, token: $1 };
11527
11637
  });
11528
11638
  function CloseBracket(state) {
@@ -11547,7 +11657,7 @@ ${input.slice(result.pos)}
11547
11657
  return result;
11548
11658
  }
11549
11659
  }
11550
- var CloseParen$0 = $TV($EXPECT($L15, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
11660
+ var CloseParen$0 = $TV($EXPECT($L16, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
11551
11661
  return { $loc, token: $1 };
11552
11662
  });
11553
11663
  function CloseParen(state) {
@@ -11572,7 +11682,7 @@ ${input.slice(result.pos)}
11572
11682
  return result;
11573
11683
  }
11574
11684
  }
11575
- var CoffeeSubstitutionStart$0 = $TV($EXPECT($L102, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
11685
+ var CoffeeSubstitutionStart$0 = $TV($EXPECT($L105, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
11576
11686
  return { $loc, token: "${" };
11577
11687
  });
11578
11688
  function CoffeeSubstitutionStart(state) {
@@ -11597,7 +11707,7 @@ ${input.slice(result.pos)}
11597
11707
  return result;
11598
11708
  }
11599
11709
  }
11600
- var Colon$0 = $TV($EXPECT($L29, fail, 'Colon ":"'), function($skip, $loc, $0, $1) {
11710
+ var Colon$0 = $TV($EXPECT($L30, fail, 'Colon ":"'), function($skip, $loc, $0, $1) {
11601
11711
  return { $loc, token: $1 };
11602
11712
  });
11603
11713
  function Colon(state) {
@@ -11622,7 +11732,7 @@ ${input.slice(result.pos)}
11622
11732
  return result;
11623
11733
  }
11624
11734
  }
11625
- var ConstructorShorthand$0 = $TV($EXPECT($L93, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
11735
+ var ConstructorShorthand$0 = $TV($EXPECT($L97, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
11626
11736
  return { $loc, token: "constructor" };
11627
11737
  });
11628
11738
  function ConstructorShorthand(state) {
@@ -11647,7 +11757,7 @@ ${input.slice(result.pos)}
11647
11757
  return result;
11648
11758
  }
11649
11759
  }
11650
- var Declare$0 = $TS($S($EXPECT($L103, fail, 'Declare "declare"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11760
+ var Declare$0 = $TS($S($EXPECT($L106, fail, 'Declare "declare"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11651
11761
  return { $loc, token: $1 };
11652
11762
  });
11653
11763
  function Declare(state) {
@@ -11672,7 +11782,7 @@ ${input.slice(result.pos)}
11672
11782
  return result;
11673
11783
  }
11674
11784
  }
11675
- var Default$0 = $TS($S($EXPECT($L104, fail, 'Default "default"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11785
+ var Default$0 = $TS($S($EXPECT($L107, fail, 'Default "default"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11676
11786
  return { $loc, token: $1 };
11677
11787
  });
11678
11788
  function Default(state) {
@@ -11697,7 +11807,7 @@ ${input.slice(result.pos)}
11697
11807
  return result;
11698
11808
  }
11699
11809
  }
11700
- var Delete$0 = $TS($S($EXPECT($L105, fail, 'Delete "delete"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11810
+ var Delete$0 = $TS($S($EXPECT($L108, fail, 'Delete "delete"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11701
11811
  return { $loc, token: $1 };
11702
11812
  });
11703
11813
  function Delete(state) {
@@ -11722,7 +11832,7 @@ ${input.slice(result.pos)}
11722
11832
  return result;
11723
11833
  }
11724
11834
  }
11725
- var Do$0 = $TS($S($EXPECT($L106, fail, 'Do "do"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11835
+ var Do$0 = $TS($S($EXPECT($L109, fail, 'Do "do"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11726
11836
  return { $loc, token: $1 };
11727
11837
  });
11728
11838
  function Do(state) {
@@ -11772,7 +11882,7 @@ ${input.slice(result.pos)}
11772
11882
  return result;
11773
11883
  }
11774
11884
  }
11775
- var DotDot$0 = $TV($EXPECT($L107, fail, 'DotDot ".."'), function($skip, $loc, $0, $1) {
11885
+ var DotDot$0 = $TV($EXPECT($L110, fail, 'DotDot ".."'), function($skip, $loc, $0, $1) {
11776
11886
  return { $loc, token: $1 };
11777
11887
  });
11778
11888
  function DotDot(state) {
@@ -11797,7 +11907,7 @@ ${input.slice(result.pos)}
11797
11907
  return result;
11798
11908
  }
11799
11909
  }
11800
- var DotDotDot$0 = $TV($EXPECT($L108, fail, 'DotDotDot "..."'), function($skip, $loc, $0, $1) {
11910
+ var DotDotDot$0 = $TV($EXPECT($L111, fail, 'DotDotDot "..."'), function($skip, $loc, $0, $1) {
11801
11911
  return { $loc, token: $1 };
11802
11912
  });
11803
11913
  function DotDotDot(state) {
@@ -11822,7 +11932,7 @@ ${input.slice(result.pos)}
11822
11932
  return result;
11823
11933
  }
11824
11934
  }
11825
- var DoubleColon$0 = $TV($EXPECT($L109, fail, 'DoubleColon "::"'), function($skip, $loc, $0, $1) {
11935
+ var DoubleColon$0 = $TV($EXPECT($L112, fail, 'DoubleColon "::"'), function($skip, $loc, $0, $1) {
11826
11936
  return { $loc, token: $1 };
11827
11937
  });
11828
11938
  function DoubleColon(state) {
@@ -11847,7 +11957,7 @@ ${input.slice(result.pos)}
11847
11957
  return result;
11848
11958
  }
11849
11959
  }
11850
- var DoubleQuote$0 = $TV($EXPECT($L110, fail, 'DoubleQuote "\\\\\\""'), function($skip, $loc, $0, $1) {
11960
+ var DoubleQuote$0 = $TV($EXPECT($L113, fail, 'DoubleQuote "\\\\\\""'), function($skip, $loc, $0, $1) {
11851
11961
  return { $loc, token: $1 };
11852
11962
  });
11853
11963
  function DoubleQuote(state) {
@@ -11872,7 +11982,7 @@ ${input.slice(result.pos)}
11872
11982
  return result;
11873
11983
  }
11874
11984
  }
11875
- var Else$0 = $TS($S($EXPECT($L111, fail, 'Else "else"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11985
+ var Else$0 = $TS($S($EXPECT($L114, fail, 'Else "else"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11876
11986
  return { $loc, token: $1 };
11877
11987
  });
11878
11988
  function Else(state) {
@@ -11897,7 +12007,7 @@ ${input.slice(result.pos)}
11897
12007
  return result;
11898
12008
  }
11899
12009
  }
11900
- var Equals$0 = $TV($EXPECT($L26, fail, 'Equals "="'), function($skip, $loc, $0, $1) {
12010
+ var Equals$0 = $TV($EXPECT($L27, fail, 'Equals "="'), function($skip, $loc, $0, $1) {
11901
12011
  return { $loc, token: $1 };
11902
12012
  });
11903
12013
  function Equals(state) {
@@ -11922,7 +12032,7 @@ ${input.slice(result.pos)}
11922
12032
  return result;
11923
12033
  }
11924
12034
  }
11925
- var Export$0 = $TS($S($EXPECT($L112, fail, 'Export "export"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12035
+ var Export$0 = $TS($S($EXPECT($L115, fail, 'Export "export"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11926
12036
  return { $loc, token: $1 };
11927
12037
  });
11928
12038
  function Export(state) {
@@ -11947,7 +12057,7 @@ ${input.slice(result.pos)}
11947
12057
  return result;
11948
12058
  }
11949
12059
  }
11950
- var Extends$0 = $TS($S($EXPECT($L113, fail, 'Extends "extends"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12060
+ var Extends$0 = $TS($S($EXPECT($L116, fail, 'Extends "extends"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11951
12061
  return { $loc, token: $1 };
11952
12062
  });
11953
12063
  function Extends(state) {
@@ -11972,7 +12082,7 @@ ${input.slice(result.pos)}
11972
12082
  return result;
11973
12083
  }
11974
12084
  }
11975
- var For$0 = $TS($S($EXPECT($L114, fail, 'For "for"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12085
+ var For$0 = $TS($S($EXPECT($L117, fail, 'For "for"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11976
12086
  return { $loc, token: $1 };
11977
12087
  });
11978
12088
  function For(state) {
@@ -11997,7 +12107,7 @@ ${input.slice(result.pos)}
11997
12107
  return result;
11998
12108
  }
11999
12109
  }
12000
- var From$0 = $TS($S($EXPECT($L115, fail, 'From "from"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12110
+ var From$0 = $TS($S($EXPECT($L118, fail, 'From "from"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12001
12111
  return { $loc, token: $1 };
12002
12112
  });
12003
12113
  function From(state) {
@@ -12022,7 +12132,7 @@ ${input.slice(result.pos)}
12022
12132
  return result;
12023
12133
  }
12024
12134
  }
12025
- var Function$0 = $TS($S($EXPECT($L116, fail, 'Function "function"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12135
+ var Function$0 = $TS($S($EXPECT($L119, fail, 'Function "function"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12026
12136
  return { $loc, token: $1 };
12027
12137
  });
12028
12138
  function Function(state) {
@@ -12047,7 +12157,7 @@ ${input.slice(result.pos)}
12047
12157
  return result;
12048
12158
  }
12049
12159
  }
12050
- var GetOrSet$0 = $TS($S($C($EXPECT($L117, fail, 'GetOrSet "get"'), $EXPECT($L118, fail, 'GetOrSet "set"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12160
+ var GetOrSet$0 = $TS($S($C($EXPECT($L120, fail, 'GetOrSet "get"'), $EXPECT($L121, fail, 'GetOrSet "set"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12051
12161
  return { $loc, token: $1, type: "GetOrSet" };
12052
12162
  });
12053
12163
  function GetOrSet(state) {
@@ -12072,7 +12182,7 @@ ${input.slice(result.pos)}
12072
12182
  return result;
12073
12183
  }
12074
12184
  }
12075
- var If$0 = $TV($TEXT($S($EXPECT($L119, fail, 'If "if"'), NonIdContinue, $E($EXPECT($L6, fail, 'If " "')))), function($skip, $loc, $0, $1) {
12185
+ var If$0 = $TV($TEXT($S($EXPECT($L122, fail, 'If "if"'), NonIdContinue, $E($EXPECT($L6, fail, 'If " "')))), function($skip, $loc, $0, $1) {
12076
12186
  return { $loc, token: $1 };
12077
12187
  });
12078
12188
  function If(state) {
@@ -12097,7 +12207,7 @@ ${input.slice(result.pos)}
12097
12207
  return result;
12098
12208
  }
12099
12209
  }
12100
- var Import$0 = $TS($S($EXPECT($L10, fail, 'Import "import"'), $Y($EXPECT($R45, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
12210
+ var Import$0 = $TS($S($EXPECT($L11, fail, 'Import "import"'), $Y($EXPECT($R45, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
12101
12211
  return { $loc, token: $1 };
12102
12212
  });
12103
12213
  function Import(state) {
@@ -12122,7 +12232,7 @@ ${input.slice(result.pos)}
12122
12232
  return result;
12123
12233
  }
12124
12234
  }
12125
- var In$0 = $TS($S($EXPECT($L74, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12235
+ var In$0 = $TS($S($EXPECT($L75, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12126
12236
  return { $loc, token: $1 };
12127
12237
  });
12128
12238
  function In(state) {
@@ -12147,7 +12257,7 @@ ${input.slice(result.pos)}
12147
12257
  return result;
12148
12258
  }
12149
12259
  }
12150
- var LetOrConst$0 = $TS($S($C($EXPECT($L120, fail, 'LetOrConst "let"'), $EXPECT($L121, fail, 'LetOrConst "const"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12260
+ var LetOrConst$0 = $TS($S($C($EXPECT($L123, fail, 'LetOrConst "let"'), $EXPECT($L124, fail, 'LetOrConst "const"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12151
12261
  return { $loc, token: $1 };
12152
12262
  });
12153
12263
  function LetOrConst(state) {
@@ -12172,7 +12282,7 @@ ${input.slice(result.pos)}
12172
12282
  return result;
12173
12283
  }
12174
12284
  }
12175
- var Loop$0 = $TS($S($EXPECT($L122, fail, 'Loop "loop"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12285
+ var Loop$0 = $TS($S($EXPECT($L125, fail, 'Loop "loop"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12176
12286
  return { $loc, token: "while(true)" };
12177
12287
  });
12178
12288
  function Loop(state) {
@@ -12197,7 +12307,7 @@ ${input.slice(result.pos)}
12197
12307
  return result;
12198
12308
  }
12199
12309
  }
12200
- var New$0 = $TS($S($EXPECT($L123, fail, 'New "new"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12310
+ var New$0 = $TS($S($EXPECT($L126, fail, 'New "new"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12201
12311
  return { $loc, token: $1 };
12202
12312
  });
12203
12313
  function New(state) {
@@ -12222,7 +12332,7 @@ ${input.slice(result.pos)}
12222
12332
  return result;
12223
12333
  }
12224
12334
  }
12225
- 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) {
12335
+ 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) {
12226
12336
  return { $loc, token: "!" };
12227
12337
  });
12228
12338
  function Not(state) {
@@ -12247,7 +12357,7 @@ ${input.slice(result.pos)}
12247
12357
  return result;
12248
12358
  }
12249
12359
  }
12250
- var Of$0 = $TS($S($EXPECT($L68, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12360
+ var Of$0 = $TS($S($EXPECT($L69, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12251
12361
  return { $loc, token: $1 };
12252
12362
  });
12253
12363
  function Of(state) {
@@ -12272,7 +12382,7 @@ ${input.slice(result.pos)}
12272
12382
  return result;
12273
12383
  }
12274
12384
  }
12275
- var OpenAngleBracket$0 = $TV($EXPECT($L124, fail, 'OpenAngleBracket "<"'), function($skip, $loc, $0, $1) {
12385
+ var OpenAngleBracket$0 = $TV($EXPECT($L127, fail, 'OpenAngleBracket "<"'), function($skip, $loc, $0, $1) {
12276
12386
  return { $loc, token: $1 };
12277
12387
  });
12278
12388
  function OpenAngleBracket(state) {
@@ -12297,7 +12407,7 @@ ${input.slice(result.pos)}
12297
12407
  return result;
12298
12408
  }
12299
12409
  }
12300
- var OpenBrace$0 = $TV($EXPECT($L125, fail, 'OpenBrace "{"'), function($skip, $loc, $0, $1) {
12410
+ var OpenBrace$0 = $TV($EXPECT($L128, fail, 'OpenBrace "{"'), function($skip, $loc, $0, $1) {
12301
12411
  return { $loc, token: $1 };
12302
12412
  });
12303
12413
  function OpenBrace(state) {
@@ -12322,7 +12432,7 @@ ${input.slice(result.pos)}
12322
12432
  return result;
12323
12433
  }
12324
12434
  }
12325
- var OpenBracket$0 = $TV($EXPECT($L126, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
12435
+ var OpenBracket$0 = $TV($EXPECT($L93, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
12326
12436
  return { $loc, token: $1 };
12327
12437
  });
12328
12438
  function OpenBracket(state) {
@@ -12347,7 +12457,7 @@ ${input.slice(result.pos)}
12347
12457
  return result;
12348
12458
  }
12349
12459
  }
12350
- var OpenParen$0 = $TV($EXPECT($L127, fail, 'OpenParen "("'), function($skip, $loc, $0, $1) {
12460
+ var OpenParen$0 = $TV($EXPECT($L92, fail, 'OpenParen "("'), function($skip, $loc, $0, $1) {
12351
12461
  return { $loc, token: $1 };
12352
12462
  });
12353
12463
  function OpenParen(state) {
@@ -12372,7 +12482,7 @@ ${input.slice(result.pos)}
12372
12482
  return result;
12373
12483
  }
12374
12484
  }
12375
- var Public$0 = $TS($S($EXPECT($L128, fail, 'Public "public"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12485
+ var Public$0 = $TS($S($EXPECT($L129, fail, 'Public "public"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12376
12486
  return { $loc, token: $1 };
12377
12487
  });
12378
12488
  function Public(state) {
@@ -12397,7 +12507,7 @@ ${input.slice(result.pos)}
12397
12507
  return result;
12398
12508
  }
12399
12509
  }
12400
- var Private$0 = $TS($S($EXPECT($L129, fail, 'Private "private"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12510
+ var Private$0 = $TS($S($EXPECT($L130, fail, 'Private "private"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12401
12511
  return { $loc, token: $1 };
12402
12512
  });
12403
12513
  function Private(state) {
@@ -12422,7 +12532,7 @@ ${input.slice(result.pos)}
12422
12532
  return result;
12423
12533
  }
12424
12534
  }
12425
- var Protected$0 = $TS($S($EXPECT($L130, fail, 'Protected "protected"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12535
+ var Protected$0 = $TS($S($EXPECT($L131, fail, 'Protected "protected"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12426
12536
  return { $loc, token: $1 };
12427
12537
  });
12428
12538
  function Protected(state) {
@@ -12447,7 +12557,7 @@ ${input.slice(result.pos)}
12447
12557
  return result;
12448
12558
  }
12449
12559
  }
12450
- var Pipe$0 = $TV($EXPECT($L131, fail, 'Pipe "|>"'), function($skip, $loc, $0, $1) {
12560
+ var Pipe$0 = $TV($EXPECT($L132, fail, 'Pipe "|>"'), function($skip, $loc, $0, $1) {
12451
12561
  return { $loc, token: $1 };
12452
12562
  });
12453
12563
  function Pipe(state) {
@@ -12497,7 +12607,7 @@ ${input.slice(result.pos)}
12497
12607
  return result;
12498
12608
  }
12499
12609
  }
12500
- var Readonly$0 = $TS($S($EXPECT($L132, fail, 'Readonly "readonly"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12610
+ var Readonly$0 = $TS($S($EXPECT($L133, fail, 'Readonly "readonly"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12501
12611
  return { $loc, token: $1, ts: true };
12502
12612
  });
12503
12613
  function Readonly(state) {
@@ -12522,7 +12632,7 @@ ${input.slice(result.pos)}
12522
12632
  return result;
12523
12633
  }
12524
12634
  }
12525
- var Return$0 = $TS($S($EXPECT($L133, fail, 'Return "return"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12635
+ var Return$0 = $TS($S($EXPECT($L134, fail, 'Return "return"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12526
12636
  return { $loc, token: $1 };
12527
12637
  });
12528
12638
  function Return(state) {
@@ -12547,7 +12657,7 @@ ${input.slice(result.pos)}
12547
12657
  return result;
12548
12658
  }
12549
12659
  }
12550
- var Satisfies$0 = $TS($S($EXPECT($L134, fail, 'Satisfies "satisfies"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12660
+ var Satisfies$0 = $TS($S($EXPECT($L135, fail, 'Satisfies "satisfies"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12551
12661
  return { $loc, token: $1 };
12552
12662
  });
12553
12663
  function Satisfies(state) {
@@ -12572,7 +12682,7 @@ ${input.slice(result.pos)}
12572
12682
  return result;
12573
12683
  }
12574
12684
  }
12575
- var Semicolon$0 = $TV($EXPECT($L79, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
12685
+ var Semicolon$0 = $TV($EXPECT($L80, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
12576
12686
  return { $loc, token: $1 };
12577
12687
  });
12578
12688
  function Semicolon(state) {
@@ -12597,7 +12707,7 @@ ${input.slice(result.pos)}
12597
12707
  return result;
12598
12708
  }
12599
12709
  }
12600
- var SingleQuote$0 = $TV($EXPECT($L135, fail, `SingleQuote "'"`), function($skip, $loc, $0, $1) {
12710
+ var SingleQuote$0 = $TV($EXPECT($L136, fail, `SingleQuote "'"`), function($skip, $loc, $0, $1) {
12601
12711
  return { $loc, token: $1 };
12602
12712
  });
12603
12713
  function SingleQuote(state) {
@@ -12622,7 +12732,7 @@ ${input.slice(result.pos)}
12622
12732
  return result;
12623
12733
  }
12624
12734
  }
12625
- var Star$0 = $TV($EXPECT($L49, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
12735
+ var Star$0 = $TV($EXPECT($L50, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
12626
12736
  return { $loc, token: $1 };
12627
12737
  });
12628
12738
  function Star(state) {
@@ -12647,10 +12757,10 @@ ${input.slice(result.pos)}
12647
12757
  return result;
12648
12758
  }
12649
12759
  }
12650
- var Static$0 = $TS($S($EXPECT($L136, fail, 'Static "static"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12760
+ var Static$0 = $TS($S($EXPECT($L137, fail, 'Static "static"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12651
12761
  return { $loc, token: $1 };
12652
12762
  });
12653
- 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) {
12763
+ 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) {
12654
12764
  return { $loc, token: "static " };
12655
12765
  });
12656
12766
  function Static(state) {
@@ -12675,7 +12785,7 @@ ${input.slice(result.pos)}
12675
12785
  return result;
12676
12786
  }
12677
12787
  }
12678
- var SubstitutionStart$0 = $TV($EXPECT($L137, fail, 'SubstitutionStart "${"'), function($skip, $loc, $0, $1) {
12788
+ var SubstitutionStart$0 = $TV($EXPECT($L138, fail, 'SubstitutionStart "${"'), function($skip, $loc, $0, $1) {
12679
12789
  return { $loc, token: $1 };
12680
12790
  });
12681
12791
  function SubstitutionStart(state) {
@@ -12700,7 +12810,7 @@ ${input.slice(result.pos)}
12700
12810
  return result;
12701
12811
  }
12702
12812
  }
12703
- var Switch$0 = $TS($S($EXPECT($L138, fail, 'Switch "switch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12813
+ var Switch$0 = $TS($S($EXPECT($L139, fail, 'Switch "switch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12704
12814
  return { $loc, token: $1 };
12705
12815
  });
12706
12816
  function Switch(state) {
@@ -12725,7 +12835,7 @@ ${input.slice(result.pos)}
12725
12835
  return result;
12726
12836
  }
12727
12837
  }
12728
- var Target$0 = $TS($S($EXPECT($L139, fail, 'Target "target"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12838
+ var Target$0 = $TS($S($EXPECT($L140, fail, 'Target "target"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12729
12839
  return { $loc, token: $1 };
12730
12840
  });
12731
12841
  function Target(state) {
@@ -12750,7 +12860,7 @@ ${input.slice(result.pos)}
12750
12860
  return result;
12751
12861
  }
12752
12862
  }
12753
- var Then$0 = $TS($S(__, $EXPECT($L140, fail, 'Then "then"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
12863
+ var Then$0 = $TS($S(__, $EXPECT($L141, fail, 'Then "then"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
12754
12864
  return { $loc, token: "" };
12755
12865
  });
12756
12866
  function Then(state) {
@@ -12775,7 +12885,7 @@ ${input.slice(result.pos)}
12775
12885
  return result;
12776
12886
  }
12777
12887
  }
12778
- var This$0 = $TS($S($EXPECT($L141, fail, 'This "this"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12888
+ var This$0 = $TS($S($EXPECT($L142, fail, 'This "this"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12779
12889
  return { $loc, token: $1 };
12780
12890
  });
12781
12891
  function This(state) {
@@ -12800,7 +12910,7 @@ ${input.slice(result.pos)}
12800
12910
  return result;
12801
12911
  }
12802
12912
  }
12803
- var Throw$0 = $TS($S($EXPECT($L142, fail, 'Throw "throw"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12913
+ var Throw$0 = $TS($S($EXPECT($L143, fail, 'Throw "throw"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12804
12914
  return { $loc, token: $1 };
12805
12915
  });
12806
12916
  function Throw(state) {
@@ -12825,7 +12935,7 @@ ${input.slice(result.pos)}
12825
12935
  return result;
12826
12936
  }
12827
12937
  }
12828
- var TripleDoubleQuote$0 = $TV($EXPECT($L143, fail, 'TripleDoubleQuote "\\\\\\"\\\\\\"\\\\\\""'), function($skip, $loc, $0, $1) {
12938
+ var TripleDoubleQuote$0 = $TV($EXPECT($L144, fail, 'TripleDoubleQuote "\\\\\\"\\\\\\"\\\\\\""'), function($skip, $loc, $0, $1) {
12829
12939
  return { $loc, token: "`" };
12830
12940
  });
12831
12941
  function TripleDoubleQuote(state) {
@@ -12850,7 +12960,7 @@ ${input.slice(result.pos)}
12850
12960
  return result;
12851
12961
  }
12852
12962
  }
12853
- var TripleSingleQuote$0 = $TV($EXPECT($L144, fail, `TripleSingleQuote "'''"`), function($skip, $loc, $0, $1) {
12963
+ var TripleSingleQuote$0 = $TV($EXPECT($L145, fail, `TripleSingleQuote "'''"`), function($skip, $loc, $0, $1) {
12854
12964
  return { $loc, token: "`" };
12855
12965
  });
12856
12966
  function TripleSingleQuote(state) {
@@ -12875,7 +12985,7 @@ ${input.slice(result.pos)}
12875
12985
  return result;
12876
12986
  }
12877
12987
  }
12878
- var TripleSlash$0 = $TV($EXPECT($L145, fail, 'TripleSlash "///"'), function($skip, $loc, $0, $1) {
12988
+ var TripleSlash$0 = $TV($EXPECT($L146, fail, 'TripleSlash "///"'), function($skip, $loc, $0, $1) {
12879
12989
  return { $loc, token: "/" };
12880
12990
  });
12881
12991
  function TripleSlash(state) {
@@ -12900,7 +13010,7 @@ ${input.slice(result.pos)}
12900
13010
  return result;
12901
13011
  }
12902
13012
  }
12903
- var TripleTick$0 = $TV($EXPECT($L146, fail, 'TripleTick "```"'), function($skip, $loc, $0, $1) {
13013
+ var TripleTick$0 = $TV($EXPECT($L147, fail, 'TripleTick "```"'), function($skip, $loc, $0, $1) {
12904
13014
  return { $loc, token: "`" };
12905
13015
  });
12906
13016
  function TripleTick(state) {
@@ -12925,7 +13035,7 @@ ${input.slice(result.pos)}
12925
13035
  return result;
12926
13036
  }
12927
13037
  }
12928
- var Try$0 = $TS($S($EXPECT($L147, fail, 'Try "try"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13038
+ var Try$0 = $TS($S($EXPECT($L148, fail, 'Try "try"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12929
13039
  return { $loc, token: $1 };
12930
13040
  });
12931
13041
  function Try(state) {
@@ -12950,7 +13060,7 @@ ${input.slice(result.pos)}
12950
13060
  return result;
12951
13061
  }
12952
13062
  }
12953
- var Typeof$0 = $TS($S($EXPECT($L148, fail, 'Typeof "typeof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13063
+ var Typeof$0 = $TS($S($EXPECT($L149, fail, 'Typeof "typeof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12954
13064
  return { $loc, token: $1 };
12955
13065
  });
12956
13066
  function Typeof(state) {
@@ -12975,7 +13085,7 @@ ${input.slice(result.pos)}
12975
13085
  return result;
12976
13086
  }
12977
13087
  }
12978
- var Unless$0 = $TS($S($EXPECT($L149, fail, 'Unless "unless"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13088
+ var Unless$0 = $TS($S($EXPECT($L150, fail, 'Unless "unless"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12979
13089
  return { $loc, token: $1 };
12980
13090
  });
12981
13091
  function Unless(state) {
@@ -13000,7 +13110,7 @@ ${input.slice(result.pos)}
13000
13110
  return result;
13001
13111
  }
13002
13112
  }
13003
- var Until$0 = $TS($S($EXPECT($L150, fail, 'Until "until"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13113
+ var Until$0 = $TS($S($EXPECT($L151, fail, 'Until "until"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13004
13114
  return { $loc, token: $1 };
13005
13115
  });
13006
13116
  function Until(state) {
@@ -13025,7 +13135,7 @@ ${input.slice(result.pos)}
13025
13135
  return result;
13026
13136
  }
13027
13137
  }
13028
- var Var$0 = $TS($S($EXPECT($L151, fail, 'Var "var"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13138
+ var Var$0 = $TS($S($EXPECT($L152, fail, 'Var "var"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13029
13139
  return { $loc, token: $1 };
13030
13140
  });
13031
13141
  function Var(state) {
@@ -13050,7 +13160,7 @@ ${input.slice(result.pos)}
13050
13160
  return result;
13051
13161
  }
13052
13162
  }
13053
- var Void$0 = $TS($S($EXPECT($L152, fail, 'Void "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13163
+ var Void$0 = $TS($S($EXPECT($L153, fail, 'Void "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13054
13164
  return { $loc, token: $1 };
13055
13165
  });
13056
13166
  function Void(state) {
@@ -13075,7 +13185,7 @@ ${input.slice(result.pos)}
13075
13185
  return result;
13076
13186
  }
13077
13187
  }
13078
- var When$0 = $TS($S($EXPECT($L153, fail, 'When "when"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13188
+ var When$0 = $TS($S($EXPECT($L154, fail, 'When "when"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13079
13189
  return { $loc, token: "case" };
13080
13190
  });
13081
13191
  function When(state) {
@@ -13100,7 +13210,7 @@ ${input.slice(result.pos)}
13100
13210
  return result;
13101
13211
  }
13102
13212
  }
13103
- var While$0 = $TS($S($EXPECT($L154, fail, 'While "while"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13213
+ var While$0 = $TS($S($EXPECT($L155, fail, 'While "while"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13104
13214
  return { $loc, token: $1 };
13105
13215
  });
13106
13216
  function While(state) {
@@ -13125,7 +13235,7 @@ ${input.slice(result.pos)}
13125
13235
  return result;
13126
13236
  }
13127
13237
  }
13128
- var Yield$0 = $TS($S($EXPECT($L155, fail, 'Yield "yield"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13238
+ var Yield$0 = $TS($S($EXPECT($L156, fail, 'Yield "yield"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13129
13239
  return { $loc, token: $1 };
13130
13240
  });
13131
13241
  function Yield(state) {
@@ -13271,7 +13381,7 @@ ${input.slice(result.pos)}
13271
13381
  return result;
13272
13382
  }
13273
13383
  }
13274
- 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) {
13384
+ 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) {
13275
13385
  return { type: "JSXElement", children: $0, tag: $2 };
13276
13386
  });
13277
13387
  function JSXSelfClosingElement(state) {
@@ -13322,7 +13432,7 @@ ${input.slice(result.pos)}
13322
13432
  return result;
13323
13433
  }
13324
13434
  }
13325
- var JSXOpeningElement$0 = $S($EXPECT($L124, fail, 'JSXOpeningElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L27, fail, 'JSXOpeningElement ">"'));
13435
+ var JSXOpeningElement$0 = $S($EXPECT($L127, fail, 'JSXOpeningElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L28, fail, 'JSXOpeningElement ">"'));
13326
13436
  function JSXOpeningElement(state) {
13327
13437
  let eventData;
13328
13438
  if (state.events) {
@@ -13351,7 +13461,7 @@ ${input.slice(result.pos)}
13351
13461
  return $skip;
13352
13462
  return $0;
13353
13463
  });
13354
- var JSXOptionalClosingElement$1 = $EXPECT($L14, fail, 'JSXOptionalClosingElement ""');
13464
+ var JSXOptionalClosingElement$1 = $EXPECT($L15, fail, 'JSXOptionalClosingElement ""');
13355
13465
  function JSXOptionalClosingElement(state) {
13356
13466
  let eventData;
13357
13467
  if (state.events) {
@@ -13374,7 +13484,7 @@ ${input.slice(result.pos)}
13374
13484
  return result;
13375
13485
  }
13376
13486
  }
13377
- var JSXClosingElement$0 = $S($EXPECT($L157, fail, 'JSXClosingElement "</"'), $E(Whitespace), $TEXT(JSXElementName), $E(Whitespace), $EXPECT($L27, fail, 'JSXClosingElement ">"'));
13487
+ var JSXClosingElement$0 = $S($EXPECT($L158, fail, 'JSXClosingElement "</"'), $E(Whitespace), $TEXT(JSXElementName), $E(Whitespace), $EXPECT($L28, fail, 'JSXClosingElement ">"'));
13378
13488
  function JSXClosingElement(state) {
13379
13489
  let eventData;
13380
13490
  if (state.events) {
@@ -13413,7 +13523,7 @@ ${input.slice(result.pos)}
13413
13523
  ];
13414
13524
  return { type: "JSXFragment", children: parts, jsxChildren: children.jsxChildren };
13415
13525
  });
13416
- var JSXFragment$1 = $TS($S(CoffeeJSXEnabled, $EXPECT($L158, fail, 'JSXFragment "<>"'), $E(JSXChildren), $E(Whitespace), JSXClosingFragment), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
13526
+ var JSXFragment$1 = $TS($S(CoffeeJSXEnabled, $EXPECT($L159, fail, 'JSXFragment "<>"'), $E(JSXChildren), $E(Whitespace), JSXClosingFragment), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
13417
13527
  var children = $3;
13418
13528
  $0 = $0.slice(1);
13419
13529
  return {
@@ -13444,7 +13554,7 @@ ${input.slice(result.pos)}
13444
13554
  return result;
13445
13555
  }
13446
13556
  }
13447
- var PushJSXOpeningFragment$0 = $TV($EXPECT($L158, fail, 'PushJSXOpeningFragment "<>"'), function($skip, $loc, $0, $1) {
13557
+ var PushJSXOpeningFragment$0 = $TV($EXPECT($L159, fail, 'PushJSXOpeningFragment "<>"'), function($skip, $loc, $0, $1) {
13448
13558
  module2.JSXTagStack.push("");
13449
13559
  return $1;
13450
13560
  });
@@ -13475,7 +13585,7 @@ ${input.slice(result.pos)}
13475
13585
  return $skip;
13476
13586
  return $0;
13477
13587
  });
13478
- var JSXOptionalClosingFragment$1 = $EXPECT($L14, fail, 'JSXOptionalClosingFragment ""');
13588
+ var JSXOptionalClosingFragment$1 = $EXPECT($L15, fail, 'JSXOptionalClosingFragment ""');
13479
13589
  function JSXOptionalClosingFragment(state) {
13480
13590
  let eventData;
13481
13591
  if (state.events) {
@@ -13498,7 +13608,7 @@ ${input.slice(result.pos)}
13498
13608
  return result;
13499
13609
  }
13500
13610
  }
13501
- var JSXClosingFragment$0 = $EXPECT($L159, fail, 'JSXClosingFragment "</>"');
13611
+ var JSXClosingFragment$0 = $EXPECT($L160, fail, 'JSXClosingFragment "</>"');
13502
13612
  function JSXClosingFragment(state) {
13503
13613
  let eventData;
13504
13614
  if (state.events) {
@@ -13723,7 +13833,7 @@ ${input.slice(result.pos)}
13723
13833
  }
13724
13834
  });
13725
13835
  var JSXAttribute$2 = $S(InsertInlineOpenBrace, DotDotDot, InlineJSXAttributeValue, InsertCloseBrace);
13726
- var JSXAttribute$3 = $TS($S($EXPECT($L8, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
13836
+ var JSXAttribute$3 = $TS($S($EXPECT($L9, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
13727
13837
  return [" ", "id=", $2];
13728
13838
  });
13729
13839
  var JSXAttribute$4 = $TS($S(Dot, JSXShorthandString), function($skip, $loc, $0, $1, $2) {
@@ -13901,8 +14011,10 @@ ${input.slice(result.pos)}
13901
14011
  return result;
13902
14012
  }
13903
14013
  }
13904
- var InlineJSXBinaryOpRHS$0 = $TS($S(BinaryOp, $C(ParenthesizedAssignment, InlineJSXUnaryExpression)), function($skip, $loc, $0, $1, $2) {
13905
- return [[], $1, [], $2];
14014
+ var InlineJSXBinaryOpRHS$0 = $TS($S($N($EXPECT($R48, fail, "InlineJSXBinaryOpRHS /[<>]/")), BinaryOp, $C(ParenthesizedAssignment, InlineJSXUnaryExpression)), function($skip, $loc, $0, $1, $2, $3) {
14015
+ var op = $2;
14016
+ var rhs = $3;
14017
+ return [[], op, [], rhs];
13906
14018
  });
13907
14019
  function InlineJSXBinaryOpRHS(state) {
13908
14020
  let eventData;
@@ -14030,8 +14142,8 @@ ${input.slice(result.pos)}
14030
14142
  return result;
14031
14143
  }
14032
14144
  }
14033
- var InlineJSXCallExpression$0 = $S($EXPECT($L9, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments);
14034
- var InlineJSXCallExpression$1 = $S($EXPECT($L10, fail, 'InlineJSXCallExpression "import"'), OpenParen, ExtendedExpression, __, CloseParen);
14145
+ var InlineJSXCallExpression$0 = $S($EXPECT($L10, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments);
14146
+ var InlineJSXCallExpression$1 = $S($EXPECT($L11, fail, 'InlineJSXCallExpression "import"'), OpenParen, ExtendedExpression, __, CloseParen);
14035
14147
  var InlineJSXCallExpression$2 = $TS($S(InlineJSXMemberExpression, $Q(InlineJSXCallExpressionRest)), function($skip, $loc, $0, $1, $2) {
14036
14148
  if ($2.length)
14037
14149
  return $0;
@@ -14115,8 +14227,8 @@ ${input.slice(result.pos)}
14115
14227
  }
14116
14228
  var InlineJSXMemberExpressionRest$0 = $TS($S($E($C(OptionalShorthand, NonNullAssertion)), MemberBracketContent), function($skip, $loc, $0, $1, $2) {
14117
14229
  if ($1) {
14118
- if ($1.length === 2 && $2.type === "SliceExpression") {
14119
- return [$1[0], $2];
14230
+ if ($1.type === "Optional" && $2.type === "SliceExpression") {
14231
+ return [$1.children[0], $2];
14120
14232
  }
14121
14233
  return $0;
14122
14234
  }
@@ -14246,7 +14358,7 @@ ${input.slice(result.pos)}
14246
14358
  }
14247
14359
  return $skip;
14248
14360
  });
14249
- var JSXNestedChildren$1 = $TV($Y($C(JSXEOS, $EXPECT($L17, fail, 'JSXNestedChildren "}"'), JSXClosingElement, JSXClosingFragment)), function($skip, $loc, $0, $1) {
14361
+ var JSXNestedChildren$1 = $TV($Y($C(JSXEOS, $EXPECT($L18, fail, 'JSXNestedChildren "}"'), JSXClosingElement, JSXClosingFragment)), function($skip, $loc, $0, $1) {
14250
14362
  return { children: [], jsxChildren: [] };
14251
14363
  });
14252
14364
  function JSXNestedChildren(state) {
@@ -14375,7 +14487,7 @@ ${input.slice(result.pos)}
14375
14487
  return result;
14376
14488
  }
14377
14489
  }
14378
- var JSXComment$0 = $TS($S($EXPECT($L160, fail, 'JSXComment "<!--"'), JSXCommentContent, $EXPECT($L161, fail, 'JSXComment "-->"')), function($skip, $loc, $0, $1, $2, $3) {
14490
+ var JSXComment$0 = $TS($S($EXPECT($L161, fail, 'JSXComment "<!--"'), JSXCommentContent, $EXPECT($L162, fail, 'JSXComment "-->"')), function($skip, $loc, $0, $1, $2, $3) {
14379
14491
  return ["{/*", $2, "*/}"];
14380
14492
  });
14381
14493
  function JSXComment(state) {
@@ -14400,7 +14512,7 @@ ${input.slice(result.pos)}
14400
14512
  return result;
14401
14513
  }
14402
14514
  }
14403
- var JSXCommentContent$0 = $TR($EXPECT($R48, fail, "JSXCommentContent /(?:-[^-]|[^-]*)*/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14515
+ var JSXCommentContent$0 = $TR($EXPECT($R49, fail, "JSXCommentContent /(?:-[^-]|[^-]*)*/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14404
14516
  return { $loc, token: $0.replace(/\*\//g, "* /") };
14405
14517
  });
14406
14518
  function JSXCommentContent(state) {
@@ -14425,7 +14537,7 @@ ${input.slice(result.pos)}
14425
14537
  return result;
14426
14538
  }
14427
14539
  }
14428
- var JSXText$0 = $TR($EXPECT($R49, fail, "JSXText /[^{}<>\\r\\n]+/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14540
+ var JSXText$0 = $TR($EXPECT($R50, fail, "JSXText /[^{}<>\\r\\n]+/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14429
14541
  return {
14430
14542
  type: "JSXText",
14431
14543
  token: $0,
@@ -14673,7 +14785,7 @@ ${input.slice(result.pos)}
14673
14785
  return result;
14674
14786
  }
14675
14787
  }
14676
- var TypeKeyword$0 = $S($EXPECT($L162, fail, 'TypeKeyword "type"'), NonIdContinue);
14788
+ var TypeKeyword$0 = $S($EXPECT($L163, fail, 'TypeKeyword "type"'), NonIdContinue);
14677
14789
  function TypeKeyword(state) {
14678
14790
  let eventData;
14679
14791
  if (state.events) {
@@ -14696,7 +14808,7 @@ ${input.slice(result.pos)}
14696
14808
  return result;
14697
14809
  }
14698
14810
  }
14699
- var Interface$0 = $S($EXPECT($L163, fail, 'Interface "interface"'), NonIdContinue);
14811
+ var Interface$0 = $S($EXPECT($L164, fail, 'Interface "interface"'), NonIdContinue);
14700
14812
  function Interface(state) {
14701
14813
  let eventData;
14702
14814
  if (state.events) {
@@ -14719,7 +14831,7 @@ ${input.slice(result.pos)}
14719
14831
  return result;
14720
14832
  }
14721
14833
  }
14722
- var Namespace$0 = $S($EXPECT($L164, fail, 'Namespace "namespace"'), NonIdContinue);
14834
+ var Namespace$0 = $S($EXPECT($L165, fail, 'Namespace "namespace"'), NonIdContinue);
14723
14835
  function Namespace(state) {
14724
14836
  let eventData;
14725
14837
  if (state.events) {
@@ -14967,7 +15079,7 @@ ${input.slice(result.pos)}
14967
15079
  return result;
14968
15080
  }
14969
15081
  }
14970
- 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)));
15082
+ 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)));
14971
15083
  function TypeIndexSignature(state) {
14972
15084
  let eventData;
14973
15085
  if (state.events) {
@@ -15039,7 +15151,7 @@ ${input.slice(result.pos)}
15039
15151
  return result;
15040
15152
  }
15041
15153
  }
15042
- var ReturnTypeSuffix$0 = $TS($S(__, Colon, $E($S(__, $EXPECT($L165, fail, 'ReturnTypeSuffix "asserts"'), NonIdContinue)), TypePredicate), function($skip, $loc, $0, $1, $2, $3, $4) {
15154
+ var ReturnTypeSuffix$0 = $TS($S(__, Colon, $E($S(__, $EXPECT($L166, fail, 'ReturnTypeSuffix "asserts"'), NonIdContinue)), TypePredicate), function($skip, $loc, $0, $1, $2, $3, $4) {
15043
15155
  const children = [...$1, $2];
15044
15156
  if ($3)
15045
15157
  children.push($3);
@@ -15072,7 +15184,7 @@ ${input.slice(result.pos)}
15072
15184
  return result;
15073
15185
  }
15074
15186
  }
15075
- var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L75, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
15187
+ var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L76, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
15076
15188
  if (!$2)
15077
15189
  return $1;
15078
15190
  return $0;
@@ -15198,10 +15310,10 @@ ${input.slice(result.pos)}
15198
15310
  return result;
15199
15311
  }
15200
15312
  }
15201
- var TypeUnaryOp$0 = $S($EXPECT($L166, fail, 'TypeUnaryOp "keyof"'), NonIdContinue);
15202
- var TypeUnaryOp$1 = $S($EXPECT($L148, fail, 'TypeUnaryOp "typeof"'), NonIdContinue);
15203
- var TypeUnaryOp$2 = $S($EXPECT($L167, fail, 'TypeUnaryOp "infer"'), NonIdContinue);
15204
- var TypeUnaryOp$3 = $S($EXPECT($L132, fail, 'TypeUnaryOp "readonly"'), NonIdContinue);
15313
+ var TypeUnaryOp$0 = $S($EXPECT($L167, fail, 'TypeUnaryOp "keyof"'), NonIdContinue);
15314
+ var TypeUnaryOp$1 = $S($EXPECT($L149, fail, 'TypeUnaryOp "typeof"'), NonIdContinue);
15315
+ var TypeUnaryOp$2 = $S($EXPECT($L168, fail, 'TypeUnaryOp "infer"'), NonIdContinue);
15316
+ var TypeUnaryOp$3 = $S($EXPECT($L133, fail, 'TypeUnaryOp "readonly"'), NonIdContinue);
15205
15317
  function TypeUnaryOp(state) {
15206
15318
  let eventData;
15207
15319
  if (state.events) {
@@ -15277,8 +15389,8 @@ ${input.slice(result.pos)}
15277
15389
  return result;
15278
15390
  }
15279
15391
  }
15280
- var ImportType$0 = $S($EXPECT($L10, fail, 'ImportType "import"'), OpenParen, __, BasicStringLiteral, __, CloseParen, $E($S(Dot, IdentifierName)), $E(TypeArguments));
15281
- var ImportType$1 = $S($EXPECT($L10, fail, 'ImportType "import"'), InsertOpenParen, Trimmed_, BasicStringLiteral, InsertCloseParen);
15392
+ var ImportType$0 = $S($EXPECT($L11, fail, 'ImportType "import"'), OpenParen, __, BasicStringLiteral, __, CloseParen, $E($S(Dot, IdentifierName)), $E(TypeArguments));
15393
+ var ImportType$1 = $S($EXPECT($L11, fail, 'ImportType "import"'), InsertOpenParen, Trimmed_, BasicStringLiteral, InsertCloseParen);
15282
15394
  function ImportType(state) {
15283
15395
  let eventData;
15284
15396
  if (state.events) {
@@ -15399,7 +15511,7 @@ ${input.slice(result.pos)}
15399
15511
  return result;
15400
15512
  }
15401
15513
  }
15402
- 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) {
15514
+ 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) {
15403
15515
  if ($2)
15404
15516
  return $0;
15405
15517
  return $1;
@@ -15428,10 +15540,10 @@ ${input.slice(result.pos)}
15428
15540
  }
15429
15541
  var TypeLiteral$0 = Literal;
15430
15542
  var TypeLiteral$1 = TemplateLiteral;
15431
- var TypeLiteral$2 = $TS($S($EXPECT($L152, fail, 'TypeLiteral "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15543
+ var TypeLiteral$2 = $TS($S($EXPECT($L153, fail, 'TypeLiteral "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15432
15544
  return { $loc, token: "void" };
15433
15545
  });
15434
- var TypeLiteral$3 = $TV($EXPECT($L168, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
15546
+ var TypeLiteral$3 = $TV($EXPECT($L169, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
15435
15547
  return { $loc, token: "[]" };
15436
15548
  });
15437
15549
  function TypeLiteral(state) {
@@ -15506,7 +15618,7 @@ ${input.slice(result.pos)}
15506
15618
  var InlineInterfacePropertyDelimiter$1 = $T($S($Y($S($C(IndentedFurther, $E(_)), InlineBasicInterfaceProperty)), InsertComma), function(value) {
15507
15619
  return value[1];
15508
15620
  });
15509
- var InlineInterfacePropertyDelimiter$2 = $Y($S(__, $C($EXPECT($L29, fail, 'InlineInterfacePropertyDelimiter ":"'), $EXPECT($L15, fail, 'InlineInterfacePropertyDelimiter ")"'), $EXPECT($L28, fail, 'InlineInterfacePropertyDelimiter "]"'), $EXPECT($L17, fail, 'InlineInterfacePropertyDelimiter "}"'))));
15621
+ var InlineInterfacePropertyDelimiter$2 = $Y($S(__, $C($EXPECT($L30, fail, 'InlineInterfacePropertyDelimiter ":"'), $EXPECT($L16, fail, 'InlineInterfacePropertyDelimiter ")"'), $EXPECT($L29, fail, 'InlineInterfacePropertyDelimiter "]"'), $EXPECT($L18, fail, 'InlineInterfacePropertyDelimiter "}"'))));
15510
15622
  var InlineInterfacePropertyDelimiter$3 = $Y(EOS);
15511
15623
  function InlineInterfacePropertyDelimiter(state) {
15512
15624
  let eventData;
@@ -15530,10 +15642,10 @@ ${input.slice(result.pos)}
15530
15642
  return result;
15531
15643
  }
15532
15644
  }
15533
- var TypeBinaryOp$0 = $TV($EXPECT($L78, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
15645
+ var TypeBinaryOp$0 = $TV($EXPECT($L79, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
15534
15646
  return { $loc, token: "|" };
15535
15647
  });
15536
- var TypeBinaryOp$1 = $TV($EXPECT($L76, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
15648
+ var TypeBinaryOp$1 = $TV($EXPECT($L77, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
15537
15649
  return { $loc, token: "&" };
15538
15650
  });
15539
15651
  function TypeBinaryOp(state) {
@@ -15587,7 +15699,7 @@ ${input.slice(result.pos)}
15587
15699
  return result;
15588
15700
  }
15589
15701
  }
15590
- var TypeArguments$0 = $TS($S($EXPECT($L124, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L27, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
15702
+ var TypeArguments$0 = $TS($S($EXPECT($L127, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L28, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
15591
15703
  return { ts: true, children: $0 };
15592
15704
  });
15593
15705
  function TypeArguments(state) {
@@ -15658,7 +15770,7 @@ ${input.slice(result.pos)}
15658
15770
  return result;
15659
15771
  }
15660
15772
  }
15661
- var TypeParameters$0 = $TS($S(__, $EXPECT($L124, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L27, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
15773
+ var TypeParameters$0 = $TS($S(__, $EXPECT($L127, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L28, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
15662
15774
  var parameters = $3;
15663
15775
  return {
15664
15776
  type: "TypeParameters",
@@ -15712,7 +15824,7 @@ ${input.slice(result.pos)}
15712
15824
  return result;
15713
15825
  }
15714
15826
  }
15715
- var TypeConstraint$0 = $S(__, $EXPECT($L113, fail, 'TypeConstraint "extends"'), NonIdContinue, Type);
15827
+ var TypeConstraint$0 = $S(__, $EXPECT($L116, fail, 'TypeConstraint "extends"'), NonIdContinue, Type);
15716
15828
  function TypeConstraint(state) {
15717
15829
  let eventData;
15718
15830
  if (state.events) {
@@ -15735,7 +15847,7 @@ ${input.slice(result.pos)}
15735
15847
  return result;
15736
15848
  }
15737
15849
  }
15738
- var TypeInitializer$0 = $S(__, $EXPECT($L26, fail, 'TypeInitializer "="'), Type);
15850
+ var TypeInitializer$0 = $S(__, $EXPECT($L27, fail, 'TypeInitializer "="'), Type);
15739
15851
  function TypeInitializer(state) {
15740
15852
  let eventData;
15741
15853
  if (state.events) {
@@ -15759,7 +15871,7 @@ ${input.slice(result.pos)}
15759
15871
  }
15760
15872
  }
15761
15873
  var TypeParameterDelimiter$0 = $S($Q(_), Comma);
15762
- var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L27, fail, 'TypeParameterDelimiter ">"')));
15874
+ var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L28, fail, 'TypeParameterDelimiter ">"')));
15763
15875
  var TypeParameterDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
15764
15876
  return value[1];
15765
15877
  });
@@ -15810,7 +15922,7 @@ ${input.slice(result.pos)}
15810
15922
  return result;
15811
15923
  }
15812
15924
  }
15813
- var Shebang$0 = $S($R$0($EXPECT($R52, fail, "Shebang /#![^\\r\\n]*/")), EOL);
15925
+ var Shebang$0 = $S($R$0($EXPECT($R53, fail, "Shebang /#![^\\r\\n]*/")), EOL);
15814
15926
  function Shebang(state) {
15815
15927
  let eventData;
15816
15928
  if (state.events) {
@@ -15833,11 +15945,11 @@ ${input.slice(result.pos)}
15833
15945
  return result;
15834
15946
  }
15835
15947
  }
15836
- var CivetPrologue$0 = $T($S($EXPECT($R53, fail, "CivetPrologue /[\\t ]*/"), DoubleQuote, CivetPrologueContent, DoubleQuote, $TEXT(StatementDelimiter), $E(EOS)), function(value) {
15948
+ var CivetPrologue$0 = $T($S($EXPECT($R54, fail, "CivetPrologue /[\\t ]*/"), DoubleQuote, CivetPrologueContent, DoubleQuote, $TEXT(StatementDelimiter), $E(EOS)), function(value) {
15837
15949
  var content = value[2];
15838
15950
  return content;
15839
15951
  });
15840
- var CivetPrologue$1 = $T($S($EXPECT($R53, fail, "CivetPrologue /[\\t ]*/"), SingleQuote, CivetPrologueContent, SingleQuote, $TEXT(StatementDelimiter), $E(EOS)), function(value) {
15952
+ var CivetPrologue$1 = $T($S($EXPECT($R54, fail, "CivetPrologue /[\\t ]*/"), SingleQuote, CivetPrologueContent, SingleQuote, $TEXT(StatementDelimiter), $E(EOS)), function(value) {
15841
15953
  var content = value[2];
15842
15954
  return content;
15843
15955
  });
@@ -15863,7 +15975,7 @@ ${input.slice(result.pos)}
15863
15975
  return result;
15864
15976
  }
15865
15977
  }
15866
- 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) {
15978
+ 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) {
15867
15979
  var options = $3;
15868
15980
  return {
15869
15981
  type: "CivetPrologue",
@@ -15893,7 +16005,7 @@ ${input.slice(result.pos)}
15893
16005
  return result;
15894
16006
  }
15895
16007
  }
15896
- 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) {
16008
+ 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) {
15897
16009
  const optionName = $2.replace(/-+([a-z]?)/g, (_2, l) => {
15898
16010
  if (l)
15899
16011
  return l.toUpperCase();
@@ -15929,7 +16041,7 @@ ${input.slice(result.pos)}
15929
16041
  return result;
15930
16042
  }
15931
16043
  }
15932
- var UnknownPrologue$0 = $S($R$0($EXPECT($R53, fail, "UnknownPrologue /[\\t ]*/")), BasicStringLiteral, $TEXT(StatementDelimiter), EOS);
16044
+ var UnknownPrologue$0 = $S($R$0($EXPECT($R54, fail, "UnknownPrologue /[\\t ]*/")), BasicStringLiteral, $TEXT(StatementDelimiter), EOS);
15933
16045
  function UnknownPrologue(state) {
15934
16046
  let eventData;
15935
16047
  if (state.events) {
@@ -15999,7 +16111,7 @@ ${input.slice(result.pos)}
15999
16111
  return result;
16000
16112
  }
16001
16113
  }
16002
- 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) {
16114
+ 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) {
16003
16115
  return { $loc, token: $0 };
16004
16116
  });
16005
16117
  function EOL(state) {
@@ -16024,7 +16136,7 @@ ${input.slice(result.pos)}
16024
16136
  return result;
16025
16137
  }
16026
16138
  }
16027
- var Debugger$0 = $TV($EXPECT($L14, fail, 'Debugger ""'), function($skip, $loc, $0, $1) {
16139
+ var Debugger$0 = $TV($EXPECT($L15, fail, 'Debugger ""'), function($skip, $loc, $0, $1) {
16028
16140
  debugger;
16029
16141
  });
16030
16142
  function Debugger(state) {
@@ -16049,7 +16161,32 @@ ${input.slice(result.pos)}
16049
16161
  return result;
16050
16162
  }
16051
16163
  }
16052
- var InsertOpenParen$0 = $TV($EXPECT($L14, fail, 'InsertOpenParen ""'), function($skip, $loc, $0, $1) {
16164
+ var InsertSemicolon$0 = $TV($EXPECT($L15, fail, 'InsertSemicolon ""'), function($skip, $loc, $0, $1) {
16165
+ return { $loc, token: ";" };
16166
+ });
16167
+ function InsertSemicolon(state) {
16168
+ let eventData;
16169
+ if (state.events) {
16170
+ const result = state.events.enter?.("InsertSemicolon", state);
16171
+ if (result) {
16172
+ if (result.cache)
16173
+ return result.cache;
16174
+ eventData = result.data;
16175
+ }
16176
+ }
16177
+ if (state.tokenize) {
16178
+ const result = $TOKEN("InsertSemicolon", state, InsertSemicolon$0(state));
16179
+ if (state.events)
16180
+ state.events.exit?.("InsertSemicolon", state, result, eventData);
16181
+ return result;
16182
+ } else {
16183
+ const result = InsertSemicolon$0(state);
16184
+ if (state.events)
16185
+ state.events.exit?.("InsertSemicolon", state, result, eventData);
16186
+ return result;
16187
+ }
16188
+ }
16189
+ var InsertOpenParen$0 = $TV($EXPECT($L15, fail, 'InsertOpenParen ""'), function($skip, $loc, $0, $1) {
16053
16190
  return { $loc, token: "(" };
16054
16191
  });
16055
16192
  function InsertOpenParen(state) {
@@ -16074,7 +16211,7 @@ ${input.slice(result.pos)}
16074
16211
  return result;
16075
16212
  }
16076
16213
  }
16077
- var InsertCloseParen$0 = $TV($EXPECT($L14, fail, 'InsertCloseParen ""'), function($skip, $loc, $0, $1) {
16214
+ var InsertCloseParen$0 = $TV($EXPECT($L15, fail, 'InsertCloseParen ""'), function($skip, $loc, $0, $1) {
16078
16215
  return { $loc, token: ")" };
16079
16216
  });
16080
16217
  function InsertCloseParen(state) {
@@ -16099,7 +16236,7 @@ ${input.slice(result.pos)}
16099
16236
  return result;
16100
16237
  }
16101
16238
  }
16102
- var InsertOpenBrace$0 = $TV($EXPECT($L14, fail, 'InsertOpenBrace ""'), function($skip, $loc, $0, $1) {
16239
+ var InsertOpenBrace$0 = $TV($EXPECT($L15, fail, 'InsertOpenBrace ""'), function($skip, $loc, $0, $1) {
16103
16240
  return [{ $loc, token: " " }, { $loc, token: "{" }];
16104
16241
  });
16105
16242
  function InsertOpenBrace(state) {
@@ -16124,7 +16261,7 @@ ${input.slice(result.pos)}
16124
16261
  return result;
16125
16262
  }
16126
16263
  }
16127
- var InsertInlineOpenBrace$0 = $TV($EXPECT($L14, fail, 'InsertInlineOpenBrace ""'), function($skip, $loc, $0, $1) {
16264
+ var InsertInlineOpenBrace$0 = $TV($EXPECT($L15, fail, 'InsertInlineOpenBrace ""'), function($skip, $loc, $0, $1) {
16128
16265
  return { $loc, token: "{" };
16129
16266
  });
16130
16267
  function InsertInlineOpenBrace(state) {
@@ -16149,7 +16286,7 @@ ${input.slice(result.pos)}
16149
16286
  return result;
16150
16287
  }
16151
16288
  }
16152
- var InsertCloseBrace$0 = $TV($EXPECT($L14, fail, 'InsertCloseBrace ""'), function($skip, $loc, $0, $1) {
16289
+ var InsertCloseBrace$0 = $TV($EXPECT($L15, fail, 'InsertCloseBrace ""'), function($skip, $loc, $0, $1) {
16153
16290
  return { $loc, token: "}" };
16154
16291
  });
16155
16292
  function InsertCloseBrace(state) {
@@ -16174,7 +16311,7 @@ ${input.slice(result.pos)}
16174
16311
  return result;
16175
16312
  }
16176
16313
  }
16177
- var InsertComma$0 = $TV($EXPECT($L14, fail, 'InsertComma ""'), function($skip, $loc, $0, $1) {
16314
+ var InsertComma$0 = $TV($EXPECT($L15, fail, 'InsertComma ""'), function($skip, $loc, $0, $1) {
16178
16315
  return { $loc, token: "," };
16179
16316
  });
16180
16317
  function InsertComma(state) {
@@ -16199,7 +16336,7 @@ ${input.slice(result.pos)}
16199
16336
  return result;
16200
16337
  }
16201
16338
  }
16202
- var InsertConst$0 = $TV($EXPECT($L14, fail, 'InsertConst ""'), function($skip, $loc, $0, $1) {
16339
+ var InsertConst$0 = $TV($EXPECT($L15, fail, 'InsertConst ""'), function($skip, $loc, $0, $1) {
16203
16340
  return { $loc, token: "const " };
16204
16341
  });
16205
16342
  function InsertConst(state) {
@@ -16224,7 +16361,7 @@ ${input.slice(result.pos)}
16224
16361
  return result;
16225
16362
  }
16226
16363
  }
16227
- var InsertLet$0 = $TV($EXPECT($L14, fail, 'InsertLet ""'), function($skip, $loc, $0, $1) {
16364
+ var InsertLet$0 = $TV($EXPECT($L15, fail, 'InsertLet ""'), function($skip, $loc, $0, $1) {
16228
16365
  return { $loc, token: "let " };
16229
16366
  });
16230
16367
  function InsertLet(state) {
@@ -16249,7 +16386,7 @@ ${input.slice(result.pos)}
16249
16386
  return result;
16250
16387
  }
16251
16388
  }
16252
- var InsertReadonly$0 = $TV($EXPECT($L14, fail, 'InsertReadonly ""'), function($skip, $loc, $0, $1) {
16389
+ var InsertReadonly$0 = $TV($EXPECT($L15, fail, 'InsertReadonly ""'), function($skip, $loc, $0, $1) {
16253
16390
  return { ts: true, children: [{ $loc, token: "readonly " }] };
16254
16391
  });
16255
16392
  function InsertReadonly(state) {
@@ -16274,7 +16411,7 @@ ${input.slice(result.pos)}
16274
16411
  return result;
16275
16412
  }
16276
16413
  }
16277
- var InsertNewline$0 = $TV($EXPECT($L14, fail, 'InsertNewline ""'), function($skip, $loc, $0, $1) {
16414
+ var InsertNewline$0 = $TV($EXPECT($L15, fail, 'InsertNewline ""'), function($skip, $loc, $0, $1) {
16278
16415
  return "\n";
16279
16416
  });
16280
16417
  function InsertNewline(state) {
@@ -16299,7 +16436,7 @@ ${input.slice(result.pos)}
16299
16436
  return result;
16300
16437
  }
16301
16438
  }
16302
- var InsertIndent$0 = $TV($EXPECT($L14, fail, 'InsertIndent ""'), function($skip, $loc, $0, $1) {
16439
+ var InsertIndent$0 = $TV($EXPECT($L15, fail, 'InsertIndent ""'), function($skip, $loc, $0, $1) {
16303
16440
  return module2.currentIndent.token;
16304
16441
  });
16305
16442
  function InsertIndent(state) {
@@ -16324,7 +16461,7 @@ ${input.slice(result.pos)}
16324
16461
  return result;
16325
16462
  }
16326
16463
  }
16327
- var InsertSpace$0 = $TV($EXPECT($L14, fail, 'InsertSpace ""'), function($skip, $loc, $0, $1) {
16464
+ var InsertSpace$0 = $TV($EXPECT($L15, fail, 'InsertSpace ""'), function($skip, $loc, $0, $1) {
16328
16465
  return { $loc, token: " " };
16329
16466
  });
16330
16467
  function InsertSpace(state) {
@@ -16349,7 +16486,7 @@ ${input.slice(result.pos)}
16349
16486
  return result;
16350
16487
  }
16351
16488
  }
16352
- var InsertDot$0 = $TV($EXPECT($L14, fail, 'InsertDot ""'), function($skip, $loc, $0, $1) {
16489
+ var InsertDot$0 = $TV($EXPECT($L15, fail, 'InsertDot ""'), function($skip, $loc, $0, $1) {
16353
16490
  return { $loc, token: "." };
16354
16491
  });
16355
16492
  function InsertDot(state) {
@@ -16374,7 +16511,7 @@ ${input.slice(result.pos)}
16374
16511
  return result;
16375
16512
  }
16376
16513
  }
16377
- var InsertBreak$0 = $TV($EXPECT($L14, fail, 'InsertBreak ""'), function($skip, $loc, $0, $1) {
16514
+ var InsertBreak$0 = $TV($EXPECT($L15, fail, 'InsertBreak ""'), function($skip, $loc, $0, $1) {
16378
16515
  return { $loc, token: ";break;" };
16379
16516
  });
16380
16517
  function InsertBreak(state) {
@@ -16399,7 +16536,7 @@ ${input.slice(result.pos)}
16399
16536
  return result;
16400
16537
  }
16401
16538
  }
16402
- var InsertVar$0 = $TV($EXPECT($L14, fail, 'InsertVar ""'), function($skip, $loc, $0, $1) {
16539
+ var InsertVar$0 = $TV($EXPECT($L15, fail, 'InsertVar ""'), function($skip, $loc, $0, $1) {
16403
16540
  return { $loc, token: "var " };
16404
16541
  });
16405
16542
  function InsertVar(state) {
@@ -16424,7 +16561,7 @@ ${input.slice(result.pos)}
16424
16561
  return result;
16425
16562
  }
16426
16563
  }
16427
- var CoffeeBinaryExistentialEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeBinaryExistentialEnabled ""'), function($skip, $loc, $0, $1) {
16564
+ var CoffeeBinaryExistentialEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeBinaryExistentialEnabled ""'), function($skip, $loc, $0, $1) {
16428
16565
  if (module2.config.coffeeBinaryExistential)
16429
16566
  return;
16430
16567
  return $skip;
@@ -16451,7 +16588,7 @@ ${input.slice(result.pos)}
16451
16588
  return result;
16452
16589
  }
16453
16590
  }
16454
- var CoffeeBooleansEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeBooleansEnabled ""'), function($skip, $loc, $0, $1) {
16591
+ var CoffeeBooleansEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeBooleansEnabled ""'), function($skip, $loc, $0, $1) {
16455
16592
  if (module2.config.coffeeBooleans)
16456
16593
  return;
16457
16594
  return $skip;
@@ -16478,7 +16615,7 @@ ${input.slice(result.pos)}
16478
16615
  return result;
16479
16616
  }
16480
16617
  }
16481
- var CoffeeClassesEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeClassesEnabled ""'), function($skip, $loc, $0, $1) {
16618
+ var CoffeeClassesEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeClassesEnabled ""'), function($skip, $loc, $0, $1) {
16482
16619
  if (module2.config.coffeeClasses)
16483
16620
  return;
16484
16621
  return $skip;
@@ -16505,7 +16642,7 @@ ${input.slice(result.pos)}
16505
16642
  return result;
16506
16643
  }
16507
16644
  }
16508
- var CoffeeCommentEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeCommentEnabled ""'), function($skip, $loc, $0, $1) {
16645
+ var CoffeeCommentEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeCommentEnabled ""'), function($skip, $loc, $0, $1) {
16509
16646
  if (module2.config.coffeeComment)
16510
16647
  return;
16511
16648
  return $skip;
@@ -16532,7 +16669,7 @@ ${input.slice(result.pos)}
16532
16669
  return result;
16533
16670
  }
16534
16671
  }
16535
- var CoffeeDoEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeDoEnabled ""'), function($skip, $loc, $0, $1) {
16672
+ var CoffeeDoEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeDoEnabled ""'), function($skip, $loc, $0, $1) {
16536
16673
  if (module2.config.coffeeDo)
16537
16674
  return;
16538
16675
  return $skip;
@@ -16559,7 +16696,7 @@ ${input.slice(result.pos)}
16559
16696
  return result;
16560
16697
  }
16561
16698
  }
16562
- var CoffeeForLoopsEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeForLoopsEnabled ""'), function($skip, $loc, $0, $1) {
16699
+ var CoffeeForLoopsEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeForLoopsEnabled ""'), function($skip, $loc, $0, $1) {
16563
16700
  if (module2.config.coffeeForLoops)
16564
16701
  return;
16565
16702
  return $skip;
@@ -16586,7 +16723,7 @@ ${input.slice(result.pos)}
16586
16723
  return result;
16587
16724
  }
16588
16725
  }
16589
- var CoffeeInterpolationEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeInterpolationEnabled ""'), function($skip, $loc, $0, $1) {
16726
+ var CoffeeInterpolationEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeInterpolationEnabled ""'), function($skip, $loc, $0, $1) {
16590
16727
  if (module2.config.coffeeInterpolation)
16591
16728
  return;
16592
16729
  return $skip;
@@ -16613,7 +16750,7 @@ ${input.slice(result.pos)}
16613
16750
  return result;
16614
16751
  }
16615
16752
  }
16616
- var CoffeeIsntEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeIsntEnabled ""'), function($skip, $loc, $0, $1) {
16753
+ var CoffeeIsntEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeIsntEnabled ""'), function($skip, $loc, $0, $1) {
16617
16754
  if (module2.config.coffeeIsnt)
16618
16755
  return;
16619
16756
  return $skip;
@@ -16640,7 +16777,7 @@ ${input.slice(result.pos)}
16640
16777
  return result;
16641
16778
  }
16642
16779
  }
16643
- var CoffeeJSXEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeJSXEnabled ""'), function($skip, $loc, $0, $1) {
16780
+ var CoffeeJSXEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeJSXEnabled ""'), function($skip, $loc, $0, $1) {
16644
16781
  if (module2.config.coffeeJSX)
16645
16782
  return;
16646
16783
  return $skip;
@@ -16667,7 +16804,7 @@ ${input.slice(result.pos)}
16667
16804
  return result;
16668
16805
  }
16669
16806
  }
16670
- var CoffeeLineContinuationEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeLineContinuationEnabled ""'), function($skip, $loc, $0, $1) {
16807
+ var CoffeeLineContinuationEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeLineContinuationEnabled ""'), function($skip, $loc, $0, $1) {
16671
16808
  if (module2.config.coffeeLineContinuation)
16672
16809
  return;
16673
16810
  return $skip;
@@ -16694,7 +16831,7 @@ ${input.slice(result.pos)}
16694
16831
  return result;
16695
16832
  }
16696
16833
  }
16697
- var CoffeeNotEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeNotEnabled ""'), function($skip, $loc, $0, $1) {
16834
+ var CoffeeNotEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeNotEnabled ""'), function($skip, $loc, $0, $1) {
16698
16835
  if (module2.config.coffeeNot)
16699
16836
  return;
16700
16837
  return $skip;
@@ -16721,7 +16858,7 @@ ${input.slice(result.pos)}
16721
16858
  return result;
16722
16859
  }
16723
16860
  }
16724
- var CoffeeOfEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeOfEnabled ""'), function($skip, $loc, $0, $1) {
16861
+ var CoffeeOfEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeOfEnabled ""'), function($skip, $loc, $0, $1) {
16725
16862
  if (module2.config.coffeeOf)
16726
16863
  return;
16727
16864
  return $skip;
@@ -16748,7 +16885,7 @@ ${input.slice(result.pos)}
16748
16885
  return result;
16749
16886
  }
16750
16887
  }
16751
- var CoffeePrototypeEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeePrototypeEnabled ""'), function($skip, $loc, $0, $1) {
16888
+ var CoffeePrototypeEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeePrototypeEnabled ""'), function($skip, $loc, $0, $1) {
16752
16889
  if (module2.config.coffeePrototype)
16753
16890
  return;
16754
16891
  return $skip;
@@ -16775,7 +16912,7 @@ ${input.slice(result.pos)}
16775
16912
  return result;
16776
16913
  }
16777
16914
  }
16778
- var ObjectIsEnabled$0 = $TV($EXPECT($L14, fail, 'ObjectIsEnabled ""'), function($skip, $loc, $0, $1) {
16915
+ var ObjectIsEnabled$0 = $TV($EXPECT($L15, fail, 'ObjectIsEnabled ""'), function($skip, $loc, $0, $1) {
16779
16916
  if (module2.config.objectIs)
16780
16917
  return;
16781
16918
  return $skip;
@@ -16802,7 +16939,7 @@ ${input.slice(result.pos)}
16802
16939
  return result;
16803
16940
  }
16804
16941
  }
16805
- var Reset$0 = $TV($EXPECT($L14, fail, 'Reset ""'), function($skip, $loc, $0, $1) {
16942
+ var Reset$0 = $TV($EXPECT($L15, fail, 'Reset ""'), function($skip, $loc, $0, $1) {
16806
16943
  module2.indentLevels = [{
16807
16944
  level: 0,
16808
16945
  token: ""
@@ -17072,7 +17209,7 @@ ${input.slice(result.pos)}
17072
17209
  return result;
17073
17210
  }
17074
17211
  }
17075
- var Init$0 = $TS($S($E(Shebang), $Q(DirectivePrologue), $EXPECT($L14, fail, 'Init ""')), function($skip, $loc, $0, $1, $2, $3) {
17212
+ var Init$0 = $TS($S($E(Shebang), $Q(DirectivePrologue), $EXPECT($L15, fail, 'Init ""')), function($skip, $loc, $0, $1, $2, $3) {
17076
17213
  var directives = $2;
17077
17214
  directives.forEach((directive) => {
17078
17215
  if (directive.type === "CivetPrologue") {
@@ -18091,7 +18228,7 @@ ${input.slice(result.pos)}
18091
18228
  return result;
18092
18229
  }
18093
18230
  }
18094
- var Indent$0 = $TR($EXPECT($R57, fail, "Indent /[ \\t]*/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
18231
+ var Indent$0 = $TR($EXPECT($R58, fail, "Indent /[ \\t]*/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
18095
18232
  let level;
18096
18233
  if (module2.config.tab) {
18097
18234
  const tabs = $0.match(/\t/g);
@@ -18246,7 +18383,7 @@ ${input.slice(result.pos)}
18246
18383
  return result;
18247
18384
  }
18248
18385
  }
18249
- var PopIndent$0 = $TV($EXPECT($L14, fail, 'PopIndent ""'), function($skip, $loc, $0, $1) {
18386
+ var PopIndent$0 = $TV($EXPECT($L15, fail, 'PopIndent ""'), function($skip, $loc, $0, $1) {
18250
18387
  if (module2.config.verbose) {
18251
18388
  console.log("popping indent", module2.indentLevels[module2.indentLevels.length - 1], "->", module2.indentLevels[module2.indentLevels.length - 2]);
18252
18389
  }