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