@danielx/civet 0.5.51 → 0.5.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.js CHANGED
@@ -483,6 +483,7 @@ ${input.slice(result.pos)}
483
483
  ExtendsTarget,
484
484
  ImplementsClause,
485
485
  ImplementsToken,
486
+ ImplementsShorthand,
486
487
  ImplementsTarget,
487
488
  ClassBody,
488
489
  NestedClassElements,
@@ -739,6 +740,7 @@ ${input.slice(result.pos)}
739
740
  __,
740
741
  Whitespace,
741
742
  ExpressionDelimiter,
743
+ SimpleStatementDelimiter,
742
744
  StatementDelimiter,
743
745
  SemicolonDelimiter,
744
746
  NonIdContinue,
@@ -924,6 +926,7 @@ ${input.slice(result.pos)}
924
926
  EOS,
925
927
  EOL,
926
928
  Debugger,
929
+ InsertSemicolon,
927
930
  InsertOpenParen,
928
931
  InsertCloseParen,
929
932
  InsertOpenBrace,
@@ -971,168 +974,169 @@ ${input.slice(result.pos)}
971
974
  var $L5 = $L("=>");
972
975
  var $L6 = $L(" ");
973
976
  var $L7 = $L("implements");
974
- var $L8 = $L("#");
975
- var $L9 = $L("super");
976
- var $L10 = $L("import");
977
- var $L11 = $L("!");
978
- var $L12 = $L("super[");
979
- var $L13 = $L("import.meta");
980
- var $L14 = $L("");
981
- var $L15 = $L(")");
982
- var $L16 = $L("->");
983
- var $L17 = $L("}");
984
- var $L18 = $L("null");
985
- var $L19 = $L("true");
986
- var $L20 = $L("false");
987
- var $L21 = $L("yes");
988
- var $L22 = $L("on");
989
- var $L23 = $L("no");
990
- var $L24 = $L("off");
991
- var $L25 = $L(",");
992
- var $L26 = $L("=");
993
- var $L27 = $L(">");
994
- var $L28 = $L("]");
995
- var $L29 = $L(":");
996
- var $L30 = $L("**=");
997
- var $L31 = $L("*=");
998
- var $L32 = $L("/=");
999
- var $L33 = $L("%=");
1000
- var $L34 = $L("+=");
1001
- var $L35 = $L("-=");
1002
- var $L36 = $L("<<=");
1003
- var $L37 = $L(">>>=");
1004
- var $L38 = $L(">>=");
1005
- var $L39 = $L("&&=");
1006
- var $L40 = $L("&=");
1007
- var $L41 = $L("^=");
1008
- var $L42 = $L("||=");
1009
- var $L43 = $L("|=");
1010
- var $L44 = $L("??=");
1011
- var $L45 = $L("?=");
1012
- var $L46 = $L("and=");
1013
- var $L47 = $L("or=");
1014
- var $L48 = $L("**");
1015
- var $L49 = $L("*");
1016
- var $L50 = $L("/");
1017
- var $L51 = $L("%%");
1018
- var $L52 = $L("%");
1019
- var $L53 = $L("+");
1020
- var $L54 = $L("-");
1021
- var $L55 = $L("<=");
1022
- var $L56 = $L(">=");
1023
- var $L57 = $L("<?");
1024
- var $L58 = $L("<<");
1025
- var $L59 = $L(">>>");
1026
- var $L60 = $L(">>");
1027
- var $L61 = $L("!==");
1028
- var $L62 = $L("!=");
1029
- var $L63 = $L("isnt");
1030
- var $L64 = $L("===");
1031
- var $L65 = $L("==");
1032
- var $L66 = $L("and");
1033
- var $L67 = $L("&&");
1034
- var $L68 = $L("of");
1035
- var $L69 = $L("or");
1036
- var $L70 = $L("||");
1037
- var $L71 = $L("??");
1038
- var $L72 = $L("instanceof");
1039
- var $L73 = $L("not");
1040
- var $L74 = $L("in");
1041
- var $L75 = $L("is");
1042
- var $L76 = $L("&");
1043
- var $L77 = $L("^");
1044
- var $L78 = $L("|");
1045
- var $L79 = $L(";");
1046
- var $L80 = $L("own");
1047
- var $L81 = $L("finally");
1048
- var $L82 = $L("break");
1049
- var $L83 = $L("continue");
1050
- var $L84 = $L("debugger");
1051
- var $L85 = $L("assert");
1052
- var $L86 = $L(":=");
1053
- var $L87 = $L(".=");
1054
- var $L88 = $L("/*");
1055
- var $L89 = $L("*/");
1056
- var $L90 = $L("\\");
1057
- var $L91 = $L("abstract");
1058
- var $L92 = $L("as");
1059
- var $L93 = $L("@");
1060
- var $L94 = $L("@@");
1061
- var $L95 = $L("async");
1062
- var $L96 = $L("await");
1063
- var $L97 = $L("`");
1064
- var $L98 = $L("by");
1065
- var $L99 = $L("case");
1066
- var $L100 = $L("catch");
1067
- var $L101 = $L("class");
1068
- var $L102 = $L("#{");
1069
- var $L103 = $L("declare");
1070
- var $L104 = $L("default");
1071
- var $L105 = $L("delete");
1072
- var $L106 = $L("do");
1073
- var $L107 = $L("..");
1074
- var $L108 = $L("...");
1075
- var $L109 = $L("::");
1076
- var $L110 = $L('"');
1077
- var $L111 = $L("else");
1078
- var $L112 = $L("export");
1079
- var $L113 = $L("extends");
1080
- var $L114 = $L("for");
1081
- var $L115 = $L("from");
1082
- var $L116 = $L("function");
1083
- var $L117 = $L("get");
1084
- var $L118 = $L("set");
1085
- var $L119 = $L("if");
1086
- var $L120 = $L("let");
1087
- var $L121 = $L("const");
1088
- var $L122 = $L("loop");
1089
- var $L123 = $L("new");
1090
- var $L124 = $L("<");
1091
- var $L125 = $L("{");
1092
- var $L126 = $L("[");
1093
- var $L127 = $L("(");
1094
- var $L128 = $L("public");
1095
- var $L129 = $L("private");
1096
- var $L130 = $L("protected");
1097
- var $L131 = $L("|>");
1098
- var $L132 = $L("readonly");
1099
- var $L133 = $L("return");
1100
- var $L134 = $L("satisfies");
1101
- var $L135 = $L("'");
1102
- var $L136 = $L("static");
1103
- var $L137 = $L("${");
1104
- var $L138 = $L("switch");
1105
- var $L139 = $L("target");
1106
- var $L140 = $L("then");
1107
- var $L141 = $L("this");
1108
- var $L142 = $L("throw");
1109
- var $L143 = $L('"""');
1110
- var $L144 = $L("'''");
1111
- var $L145 = $L("///");
1112
- var $L146 = $L("```");
1113
- var $L147 = $L("try");
1114
- var $L148 = $L("typeof");
1115
- var $L149 = $L("unless");
1116
- var $L150 = $L("until");
1117
- var $L151 = $L("var");
1118
- var $L152 = $L("void");
1119
- var $L153 = $L("when");
1120
- var $L154 = $L("while");
1121
- var $L155 = $L("yield");
1122
- var $L156 = $L("/>");
1123
- var $L157 = $L("</");
1124
- var $L158 = $L("<>");
1125
- var $L159 = $L("</>");
1126
- var $L160 = $L("<!--");
1127
- var $L161 = $L("-->");
1128
- var $L162 = $L("type");
1129
- var $L163 = $L("interface");
1130
- var $L164 = $L("namespace");
1131
- var $L165 = $L("asserts");
1132
- var $L166 = $L("keyof");
1133
- var $L167 = $L("infer");
1134
- var $L168 = $L("[]");
1135
- var $L169 = $L("civet");
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");
1136
1140
  var $R0 = $R(new RegExp("(as|for|of|satisfies|then|when|implements)(?!\\p{ID_Continue}|[\\u200C\\u200D$])", "suy"));
1137
1141
  var $R1 = $R(new RegExp("[&]", "suy"));
1138
1142
  var $R2 = $R(new RegExp("[!~+-]+", "suy"));
@@ -1181,16 +1185,17 @@ ${input.slice(result.pos)}
1181
1185
  var $R45 = $R(new RegExp("\\s", "suy"));
1182
1186
  var $R46 = $R(new RegExp("(?:\\p{ID_Start}|[_$])(?:\\p{ID_Continue}|[\\u200C\\u200D$-])*", "suy"));
1183
1187
  var $R47 = $R(new RegExp("(?:[\\w\\-:]+|\\([^()]*\\)|\\[[^\\[\\]]*\\])+", "suy"));
1184
- var $R48 = $R(new RegExp("(?:-[^-]|[^-]*)*", "suy"));
1185
- var $R49 = $R(new RegExp("[^{}<>\\r\\n]+", "suy"));
1186
- var $R50 = $R(new RegExp("[+-]?", "suy"));
1187
- var $R51 = $R(new RegExp("[+-]", "suy"));
1188
- var $R52 = $R(new RegExp("#![^\\r\\n]*", "suy"));
1189
- var $R53 = $R(new RegExp("[\\t ]*", "suy"));
1190
- var $R54 = $R(new RegExp("[\\s]*", "suy"));
1191
- var $R55 = $R(new RegExp("\\s+([+-]?)([a-zA-Z0-9-]+)(\\s*=\\s*([a-zA-Z0-9.+-]*))?", "suy"));
1192
- var $R56 = $R(new RegExp("\\r\\n|\\n|\\r|$", "suy"));
1193
- var $R57 = $R(new RegExp("[ \\t]*", "suy"));
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"));
1194
1199
  var Program$0 = $TS($S(Reset, Init, __, $Q(TopLevelStatement), __), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
1195
1200
  var statements = $4;
1196
1201
  module2.processProgram(statements);
@@ -1409,7 +1414,7 @@ ${input.slice(result.pos)}
1409
1414
  return result;
1410
1415
  }
1411
1416
  }
1412
- var ImplicitArguments$0 = $TS($S($E($S(TypeArguments, $N($S(__, ImplementsToken)))), ApplicationStart, InsertOpenParen, $Q(_), ArgumentList, InsertCloseParen), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
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) {
1413
1418
  var ta = $1;
1414
1419
  var open = $3;
1415
1420
  var ws = $4;
@@ -1511,7 +1516,15 @@ ${input.slice(result.pos)}
1511
1516
  return result;
1512
1517
  }
1513
1518
  }
1514
- 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
+ });
1515
1528
  function ArgumentsWithTrailingMemberExpressions(state) {
1516
1529
  let eventData;
1517
1530
  if (state.events) {
@@ -2674,9 +2687,7 @@ ${input.slice(result.pos)}
2674
2687
  if (!ws.length) {
2675
2688
  children.unshift({ $loc: l.$loc, token: " " });
2676
2689
  }
2677
- return {
2678
- children
2679
- };
2690
+ return { children };
2680
2691
  });
2681
2692
  var ExtendsToken$1 = $S(__, Extends);
2682
2693
  function ExtendsToken(state) {
@@ -2731,7 +2742,7 @@ ${input.slice(result.pos)}
2731
2742
  return result;
2732
2743
  }
2733
2744
  }
2734
- 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) {
2735
2746
  return {
2736
2747
  ts: true,
2737
2748
  children: $0
@@ -2759,8 +2770,19 @@ ${input.slice(result.pos)}
2759
2770
  return result;
2760
2771
  }
2761
2772
  }
2762
- var ImplementsToken$0 = $TS($S($EXPECT($L7, fail, 'ImplementsToken "implements"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
2763
- 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];
2764
2786
  });
2765
2787
  function ImplementsToken(state) {
2766
2788
  let eventData;
@@ -2773,17 +2795,42 @@ ${input.slice(result.pos)}
2773
2795
  }
2774
2796
  }
2775
2797
  if (state.tokenize) {
2776
- const result = $TOKEN("ImplementsToken", state, ImplementsToken$0(state));
2798
+ const result = $TOKEN("ImplementsToken", state, ImplementsToken$0(state) || ImplementsToken$1(state));
2777
2799
  if (state.events)
2778
2800
  state.events.exit?.("ImplementsToken", state, result, eventData);
2779
2801
  return result;
2780
2802
  } else {
2781
- const result = ImplementsToken$0(state);
2803
+ const result = ImplementsToken$0(state) || ImplementsToken$1(state);
2782
2804
  if (state.events)
2783
2805
  state.events.exit?.("ImplementsToken", state, result, eventData);
2784
2806
  return result;
2785
2807
  }
2786
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
+ }
2787
2834
  var ImplementsTarget$0 = $S(__, IdentifierName, $Q($S(Dot, IdentifierName)), $E(TypeArguments));
2788
2835
  function ImplementsTarget(state) {
2789
2836
  let eventData;
@@ -3010,7 +3057,7 @@ ${input.slice(result.pos)}
3010
3057
  }
3011
3058
  }
3012
3059
  var ThisLiteral$0 = This;
3013
- var ThisLiteral$1 = $TS($S(AtThis, $TEXT($S($E($EXPECT($L8, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
3060
+ var ThisLiteral$1 = $TS($S(AtThis, $TEXT($S($E($EXPECT($L9, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
3014
3061
  var at = $1;
3015
3062
  var id = $2;
3016
3063
  return [at, ".", id];
@@ -3091,11 +3138,18 @@ ${input.slice(result.pos)}
3091
3138
  return result;
3092
3139
  }
3093
3140
  }
3094
- var CallExpression$0 = $S($EXPECT($L9, fail, 'CallExpression "super"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest));
3095
- var CallExpression$1 = $TS($S($EXPECT($L10, fail, 'CallExpression "import"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
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;
3096
3143
  return {
3097
3144
  type: "CallExpression",
3098
- 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()]
3099
3153
  };
3100
3154
  });
3101
3155
  var CallExpression$2 = $TS($S(MemberExpression, NonSuppressedTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
@@ -3103,8 +3157,9 @@ ${input.slice(result.pos)}
3103
3157
  var trailing = $2;
3104
3158
  var rest = $3;
3105
3159
  if (rest.length || trailing.length) {
3160
+ rest = rest.flat();
3106
3161
  return {
3107
- type: rest.length ? "CallExpression" : "MemberExpression",
3162
+ type: rest.length && rest[rest.length - 1].type === "Call" ? "CallExpression" : "MemberExpression",
3108
3163
  children: [member, ...trailing, ...rest]
3109
3164
  };
3110
3165
  }
@@ -3134,7 +3189,11 @@ ${input.slice(result.pos)}
3134
3189
  }
3135
3190
  var CallExpressionRest$0 = MemberExpressionRest;
3136
3191
  var CallExpressionRest$1 = TemplateLiteral;
3137
- 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
+ });
3138
3197
  function CallExpressionRest(state) {
3139
3198
  let eventData;
3140
3199
  if (state.events) {
@@ -3157,7 +3216,12 @@ ${input.slice(result.pos)}
3157
3216
  return result;
3158
3217
  }
3159
3218
  }
3160
- 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
+ });
3161
3225
  function OptionalShorthand(state) {
3162
3226
  let eventData;
3163
3227
  if (state.events) {
@@ -3180,8 +3244,8 @@ ${input.slice(result.pos)}
3180
3244
  return result;
3181
3245
  }
3182
3246
  }
3183
- var NonNullAssertion$0 = $T($EXPECT($L11, fail, 'NonNullAssertion "!"'), function(value) {
3184
- return { "ts": true, "children": value };
3247
+ var NonNullAssertion$0 = $T($EXPECT($L12, fail, 'NonNullAssertion "!"'), function(value) {
3248
+ return { "type": "NonNullAssertion", "ts": true, "children": value };
3185
3249
  });
3186
3250
  function NonNullAssertion(state) {
3187
3251
  let eventData;
@@ -3241,8 +3305,8 @@ ${input.slice(result.pos)}
3241
3305
  }
3242
3306
  var MemberExpressionRest$0 = $TS($S($E($C(OptionalShorthand, NonNullAssertion)), MemberBracketContent), function($skip, $loc, $0, $1, $2) {
3243
3307
  if ($1) {
3244
- if ($1.length === 2 && $2.type === "SliceExpression") {
3245
- return [$1[0], $2];
3308
+ if ($1.type === "Optional" && $2.type === "SliceExpression") {
3309
+ return [$1.children[0], $2];
3246
3310
  }
3247
3311
  return $0;
3248
3312
  }
@@ -3292,6 +3356,15 @@ ${input.slice(result.pos)}
3292
3356
  }
3293
3357
  return $0;
3294
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
+ });
3295
3368
  function MemberBracketContent(state) {
3296
3369
  let eventData;
3297
3370
  if (state.events) {
@@ -3303,12 +3376,12 @@ ${input.slice(result.pos)}
3303
3376
  }
3304
3377
  }
3305
3378
  if (state.tokenize) {
3306
- const result = $TOKEN("MemberBracketContent", state, MemberBracketContent$0(state));
3379
+ const result = $TOKEN("MemberBracketContent", state, MemberBracketContent$0(state) || MemberBracketContent$1(state));
3307
3380
  if (state.events)
3308
3381
  state.events.exit?.("MemberBracketContent", state, result, eventData);
3309
3382
  return result;
3310
3383
  } else {
3311
- const result = MemberBracketContent$0(state);
3384
+ const result = MemberBracketContent$0(state) || MemberBracketContent$1(state);
3312
3385
  if (state.events)
3313
3386
  state.events.exit?.("MemberBracketContent", state, result, eventData);
3314
3387
  return result;
@@ -3389,6 +3462,7 @@ ${input.slice(result.pos)}
3389
3462
  children.unshift($1);
3390
3463
  return {
3391
3464
  type: "PropertyAccess",
3465
+ name: id.name,
3392
3466
  children
3393
3467
  };
3394
3468
  });
@@ -3424,8 +3498,8 @@ ${input.slice(result.pos)}
3424
3498
  return result;
3425
3499
  }
3426
3500
  }
3427
- var SuperProperty$0 = $S($EXPECT($L12, fail, 'SuperProperty "super["'), ExtendedExpression, __, CloseBracket);
3428
- var SuperProperty$1 = $S($EXPECT($L9, fail, 'SuperProperty "super"'), $N($C(QuestionMark, NonNullAssertion)), PropertyAccess);
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);
3429
3503
  function SuperProperty(state) {
3430
3504
  let eventData;
3431
3505
  if (state.events) {
@@ -3449,7 +3523,7 @@ ${input.slice(result.pos)}
3449
3523
  }
3450
3524
  }
3451
3525
  var MetaProperty$0 = $S(New, Dot, Target);
3452
- var MetaProperty$1 = $TS($S($EXPECT($L13, fail, 'MetaProperty "import.meta"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
3526
+ var MetaProperty$1 = $TS($S($EXPECT($L14, fail, 'MetaProperty "import.meta"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
3453
3527
  return { $loc, token: $1 };
3454
3528
  });
3455
3529
  function MetaProperty(state) {
@@ -3475,7 +3549,7 @@ ${input.slice(result.pos)}
3475
3549
  }
3476
3550
  }
3477
3551
  var Parameters$0 = NonEmptyParameters;
3478
- 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) {
3479
3553
  return {
3480
3554
  type: "Parameters",
3481
3555
  children: [{ $loc, token: "()" }],
@@ -3636,7 +3710,7 @@ ${input.slice(result.pos)}
3636
3710
  }
3637
3711
  }
3638
3712
  var ParameterElementDelimiter$0 = $S($Q(_), Comma);
3639
- var ParameterElementDelimiter$1 = $Y($S(__, $EXPECT($L15, fail, 'ParameterElementDelimiter ")"')));
3713
+ var ParameterElementDelimiter$1 = $Y($S(__, $EXPECT($L16, fail, 'ParameterElementDelimiter ")"')));
3640
3714
  var ParameterElementDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
3641
3715
  return value[1];
3642
3716
  });
@@ -4294,7 +4368,7 @@ ${input.slice(result.pos)}
4294
4368
  return result;
4295
4369
  }
4296
4370
  }
4297
- 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) {
4298
4372
  const ref = {
4299
4373
  type: "Ref",
4300
4374
  base: "ref",
@@ -4570,7 +4644,7 @@ ${input.slice(result.pos)}
4570
4644
  return result;
4571
4645
  }
4572
4646
  }
4573
- 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) {
4574
4648
  return { $loc, token: $1 };
4575
4649
  });
4576
4650
  function Arrow(state) {
@@ -4595,7 +4669,17 @@ ${input.slice(result.pos)}
4595
4669
  return result;
4596
4670
  }
4597
4671
  }
4598
- 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) {
4599
4683
  var block = $3;
4600
4684
  return Object.assign({}, block, {
4601
4685
  children: [$1, $2, ...block.children, $4, $5],
@@ -4613,12 +4697,12 @@ ${input.slice(result.pos)}
4613
4697
  }
4614
4698
  }
4615
4699
  if (state.tokenize) {
4616
- const result = $TOKEN("ExplicitBlock", state, ExplicitBlock$0(state));
4700
+ const result = $TOKEN("ExplicitBlock", state, ExplicitBlock$0(state) || ExplicitBlock$1(state));
4617
4701
  if (state.events)
4618
4702
  state.events.exit?.("ExplicitBlock", state, result, eventData);
4619
4703
  return result;
4620
4704
  } else {
4621
- const result = ExplicitBlock$0(state);
4705
+ const result = ExplicitBlock$0(state) || ExplicitBlock$1(state);
4622
4706
  if (state.events)
4623
4707
  state.events.exit?.("ExplicitBlock", state, result, eventData);
4624
4708
  return result;
@@ -4744,7 +4828,8 @@ ${input.slice(result.pos)}
4744
4828
  type: "BlockStatement",
4745
4829
  expressions,
4746
4830
  children: [$1, expressions, $2],
4747
- bare: false
4831
+ bare: false,
4832
+ empty: true
4748
4833
  };
4749
4834
  });
4750
4835
  function EmptyBlock(state) {
@@ -4793,6 +4878,8 @@ ${input.slice(result.pos)}
4793
4878
  var s = $3;
4794
4879
  var ws = $4;
4795
4880
  var c = $5;
4881
+ if (!s.children.length)
4882
+ return $skip;
4796
4883
  return {
4797
4884
  type: "BlockStatement",
4798
4885
  expressions: s.expressions,
@@ -4865,7 +4952,7 @@ ${input.slice(result.pos)}
4865
4952
  children: [$1, expressions]
4866
4953
  };
4867
4954
  });
4868
- 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) {
4869
4956
  const expressions = [];
4870
4957
  return {
4871
4958
  type: "BlockStatement",
@@ -5010,7 +5097,7 @@ ${input.slice(result.pos)}
5010
5097
  return result;
5011
5098
  }
5012
5099
  }
5013
- 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) {
5014
5101
  return { $loc, token: $1 };
5015
5102
  });
5016
5103
  function NullLiteral(state) {
@@ -5038,7 +5125,7 @@ ${input.slice(result.pos)}
5038
5125
  var BooleanLiteral$0 = $T($S(CoffeeBooleansEnabled, CoffeeScriptBooleanLiteral), function(value) {
5039
5126
  return value[1];
5040
5127
  });
5041
- 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) {
5042
5129
  return { $loc, token: $1 };
5043
5130
  });
5044
5131
  function BooleanLiteral(state) {
@@ -5063,10 +5150,10 @@ ${input.slice(result.pos)}
5063
5150
  return result;
5064
5151
  }
5065
5152
  }
5066
- 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) {
5067
5154
  return { $loc, token: "true" };
5068
5155
  });
5069
- 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) {
5070
5157
  return { $loc, token: "false" };
5071
5158
  });
5072
5159
  function CoffeeScriptBooleanLiteral(state) {
@@ -5091,7 +5178,7 @@ ${input.slice(result.pos)}
5091
5178
  return result;
5092
5179
  }
5093
5180
  }
5094
- 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) {
5095
5182
  return { $loc, token: $1 };
5096
5183
  });
5097
5184
  function Comma(state) {
@@ -5197,7 +5284,7 @@ ${input.slice(result.pos)}
5197
5284
  return result;
5198
5285
  }
5199
5286
  }
5200
- 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 ">"')))));
5201
5288
  function UpcomingAssignment(state) {
5202
5289
  let eventData;
5203
5290
  if (state.events) {
@@ -5470,7 +5557,7 @@ ${input.slice(result.pos)}
5470
5557
  }
5471
5558
  }
5472
5559
  var ArrayElementDelimiter$0 = $S(__, Comma);
5473
- var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L28, fail, 'ArrayElementDelimiter "]"')));
5560
+ var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L29, fail, 'ArrayElementDelimiter "]"')));
5474
5561
  var ArrayElementDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
5475
5562
  return value[1];
5476
5563
  });
@@ -5895,7 +5982,7 @@ ${input.slice(result.pos)}
5895
5982
  var ImplicitInlineObjectPropertyDelimiter$1 = $T($S($Y($S($C(Samedent, $Q(_)), NamedProperty)), InsertComma), function(value) {
5896
5983
  return value[1];
5897
5984
  });
5898
- var ImplicitInlineObjectPropertyDelimiter$2 = $T($Y($S(__, $C($EXPECT($L29, fail, 'ImplicitInlineObjectPropertyDelimiter ":"'), $EXPECT($L15, fail, 'ImplicitInlineObjectPropertyDelimiter ")"'), $EXPECT($L28, fail, 'ImplicitInlineObjectPropertyDelimiter "]"'), $EXPECT($L17, fail, 'ImplicitInlineObjectPropertyDelimiter "}"'), ReservedWord))), function(value) {
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) {
5899
5986
  return "";
5900
5987
  });
5901
5988
  var ImplicitInlineObjectPropertyDelimiter$3 = $T($Y(EOS), function(value) {
@@ -5924,7 +6011,7 @@ ${input.slice(result.pos)}
5924
6011
  }
5925
6012
  }
5926
6013
  var ObjectPropertyDelimiter$0 = $S($Q(_), Comma);
5927
- var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L17, fail, 'ObjectPropertyDelimiter "}"')));
6014
+ var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L18, fail, 'ObjectPropertyDelimiter "}"')));
5928
6015
  var ObjectPropertyDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
5929
6016
  return value[1];
5930
6017
  });
@@ -6017,6 +6104,8 @@ ${input.slice(result.pos)}
6017
6104
  var PropertyDefinition$3 = $TS($S(__, MethodDefinition), function($skip, $loc, $0, $1, $2) {
6018
6105
  var ws = $1;
6019
6106
  var def = $2;
6107
+ if (def.block.empty)
6108
+ return $skip;
6020
6109
  return {
6021
6110
  ...def,
6022
6111
  children: [...ws, ...def.children]
@@ -6033,10 +6122,31 @@ ${input.slice(result.pos)}
6033
6122
  value: [dots, exp]
6034
6123
  };
6035
6124
  });
6036
- 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) {
6037
6126
  var ws = $1;
6038
- var id = $2;
6039
- 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
+ };
6040
6150
  });
6041
6151
  function PropertyDefinition(state) {
6042
6152
  let eventData;
@@ -6367,7 +6477,7 @@ ${input.slice(result.pos)}
6367
6477
  return result;
6368
6478
  }
6369
6479
  }
6370
- 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) {
6371
6481
  return {
6372
6482
  type: "Identifier",
6373
6483
  name: $0,
@@ -6431,25 +6541,25 @@ ${input.slice(result.pos)}
6431
6541
  return result;
6432
6542
  }
6433
6543
  }
6434
- var AssignmentOpSymbol$0 = $EXPECT($L30, fail, 'AssignmentOpSymbol "**="');
6435
- var AssignmentOpSymbol$1 = $EXPECT($L31, fail, 'AssignmentOpSymbol "*="');
6436
- var AssignmentOpSymbol$2 = $EXPECT($L32, fail, 'AssignmentOpSymbol "/="');
6437
- var AssignmentOpSymbol$3 = $EXPECT($L33, fail, 'AssignmentOpSymbol "%="');
6438
- var AssignmentOpSymbol$4 = $EXPECT($L34, fail, 'AssignmentOpSymbol "+="');
6439
- var AssignmentOpSymbol$5 = $EXPECT($L35, fail, 'AssignmentOpSymbol "-="');
6440
- var AssignmentOpSymbol$6 = $EXPECT($L36, fail, 'AssignmentOpSymbol "<<="');
6441
- var AssignmentOpSymbol$7 = $EXPECT($L37, fail, 'AssignmentOpSymbol ">>>="');
6442
- var AssignmentOpSymbol$8 = $EXPECT($L38, fail, 'AssignmentOpSymbol ">>="');
6443
- var AssignmentOpSymbol$9 = $EXPECT($L39, fail, 'AssignmentOpSymbol "&&="');
6444
- var AssignmentOpSymbol$10 = $EXPECT($L40, fail, 'AssignmentOpSymbol "&="');
6445
- var AssignmentOpSymbol$11 = $EXPECT($L41, fail, 'AssignmentOpSymbol "^="');
6446
- var AssignmentOpSymbol$12 = $EXPECT($L42, fail, 'AssignmentOpSymbol "||="');
6447
- var AssignmentOpSymbol$13 = $EXPECT($L43, fail, 'AssignmentOpSymbol "|="');
6448
- var AssignmentOpSymbol$14 = $EXPECT($L44, fail, 'AssignmentOpSymbol "??="');
6449
- var AssignmentOpSymbol$15 = $T($EXPECT($L45, fail, 'AssignmentOpSymbol "?="'), function(value) {
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) {
6450
6560
  return "??=";
6451
6561
  });
6452
- 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) {
6453
6563
  return value[0];
6454
6564
  });
6455
6565
  var AssignmentOpSymbol$17 = $T($S(CoffeeWordAssignmentOp), function(value) {
@@ -6477,10 +6587,10 @@ ${input.slice(result.pos)}
6477
6587
  return result;
6478
6588
  }
6479
6589
  }
6480
- var CoffeeWordAssignmentOp$0 = $T($EXPECT($L46, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
6590
+ var CoffeeWordAssignmentOp$0 = $T($EXPECT($L47, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
6481
6591
  return "&&=";
6482
6592
  });
6483
- var CoffeeWordAssignmentOp$1 = $T($EXPECT($L47, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
6593
+ var CoffeeWordAssignmentOp$1 = $T($EXPECT($L48, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
6484
6594
  return "||=";
6485
6595
  });
6486
6596
  function CoffeeWordAssignmentOp(state) {
@@ -6532,21 +6642,21 @@ ${input.slice(result.pos)}
6532
6642
  return result;
6533
6643
  }
6534
6644
  }
6535
- var BinaryOpSymbol$0 = $EXPECT($L48, fail, 'BinaryOpSymbol "**"');
6536
- var BinaryOpSymbol$1 = $EXPECT($L49, fail, 'BinaryOpSymbol "*"');
6537
- var BinaryOpSymbol$2 = $EXPECT($L50, fail, 'BinaryOpSymbol "/"');
6538
- var BinaryOpSymbol$3 = $TV($EXPECT($L51, fail, 'BinaryOpSymbol "%%"'), function($skip, $loc, $0, $1) {
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) {
6539
6649
  return {
6540
6650
  call: module2.getRef("modulo"),
6541
6651
  special: true
6542
6652
  };
6543
6653
  });
6544
- var BinaryOpSymbol$4 = $EXPECT($L52, fail, 'BinaryOpSymbol "%"');
6545
- var BinaryOpSymbol$5 = $EXPECT($L53, fail, 'BinaryOpSymbol "+"');
6546
- var BinaryOpSymbol$6 = $EXPECT($L54, fail, 'BinaryOpSymbol "-"');
6547
- var BinaryOpSymbol$7 = $EXPECT($L55, fail, 'BinaryOpSymbol "<="');
6548
- var BinaryOpSymbol$8 = $EXPECT($L56, fail, 'BinaryOpSymbol ">="');
6549
- var BinaryOpSymbol$9 = $TV($EXPECT($L57, fail, 'BinaryOpSymbol "<?"'), function($skip, $loc, $0, $1) {
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) {
6550
6660
  return {
6551
6661
  $loc,
6552
6662
  token: "instanceof",
@@ -6554,49 +6664,49 @@ ${input.slice(result.pos)}
6554
6664
  special: true
6555
6665
  };
6556
6666
  });
6557
- var BinaryOpSymbol$10 = $EXPECT($L58, fail, 'BinaryOpSymbol "<<"');
6667
+ var BinaryOpSymbol$10 = $EXPECT($L59, fail, 'BinaryOpSymbol "<<"');
6558
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) {
6559
6669
  return "<";
6560
6670
  });
6561
- var BinaryOpSymbol$12 = $EXPECT($L59, fail, 'BinaryOpSymbol ">>>"');
6562
- var BinaryOpSymbol$13 = $EXPECT($L60, fail, 'BinaryOpSymbol ">>"');
6563
- var BinaryOpSymbol$14 = $EXPECT($L27, fail, 'BinaryOpSymbol ">"');
6564
- var BinaryOpSymbol$15 = $EXPECT($L61, fail, 'BinaryOpSymbol "!=="');
6565
- var BinaryOpSymbol$16 = $TV($EXPECT($L62, fail, 'BinaryOpSymbol "!="'), function($skip, $loc, $0, $1) {
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) {
6566
6676
  if (module2.config.coffeeEq)
6567
6677
  return "!==";
6568
6678
  return $1;
6569
6679
  });
6570
- 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) {
6571
6681
  if (module2.config.coffeeIsnt)
6572
6682
  return "!==";
6573
6683
  return $skip;
6574
6684
  });
6575
- var BinaryOpSymbol$18 = $EXPECT($L64, fail, 'BinaryOpSymbol "==="');
6576
- 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) {
6577
6687
  if (module2.config.coffeeEq)
6578
6688
  return "===";
6579
6689
  return $1;
6580
6690
  });
6581
- 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) {
6582
6692
  return "&&";
6583
6693
  });
6584
- var BinaryOpSymbol$21 = $EXPECT($L67, fail, 'BinaryOpSymbol "&&"');
6585
- 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) {
6586
6696
  return "in";
6587
6697
  });
6588
- 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) {
6589
6699
  return "||";
6590
6700
  });
6591
- var BinaryOpSymbol$24 = $EXPECT($L70, fail, 'BinaryOpSymbol "||"');
6592
- var BinaryOpSymbol$25 = $EXPECT($L71, fail, 'BinaryOpSymbol "??"');
6701
+ var BinaryOpSymbol$24 = $EXPECT($L71, fail, 'BinaryOpSymbol "||"');
6702
+ var BinaryOpSymbol$25 = $EXPECT($L72, fail, 'BinaryOpSymbol "??"');
6593
6703
  var BinaryOpSymbol$26 = $T($S(CoffeeBinaryExistentialEnabled, $EXPECT($L1, fail, 'BinaryOpSymbol "?"')), function(value) {
6594
6704
  return "??";
6595
6705
  });
6596
- 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) {
6597
6707
  return $1;
6598
6708
  });
6599
- var BinaryOpSymbol$28 = $TS($S(CoffeeNotEnabled, $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L72, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
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) {
6600
6710
  return {
6601
6711
  $loc,
6602
6712
  token: "instanceof",
@@ -6605,7 +6715,7 @@ ${input.slice(result.pos)}
6605
6715
  negated: true
6606
6716
  };
6607
6717
  });
6608
- var BinaryOpSymbol$29 = $TV($C($S($N(CoffeeOfEnabled), $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), $S(CoffeeOfEnabled, $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L68, fail, 'BinaryOpSymbol "of"'), NonIdContinue)), function($skip, $loc, $0, $1) {
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) {
6609
6719
  return {
6610
6720
  $loc,
6611
6721
  token: "in",
@@ -6613,7 +6723,7 @@ ${input.slice(result.pos)}
6613
6723
  negated: true
6614
6724
  };
6615
6725
  });
6616
- var BinaryOpSymbol$30 = $TS($S($EXPECT($L75, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
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) {
6617
6727
  return {
6618
6728
  method: "includes",
6619
6729
  relational: true,
@@ -6621,7 +6731,7 @@ ${input.slice(result.pos)}
6621
6731
  special: true
6622
6732
  };
6623
6733
  });
6624
- 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) {
6625
6735
  return {
6626
6736
  call: [module2.getRef("indexOf"), ".call"],
6627
6737
  relational: true,
@@ -6630,7 +6740,7 @@ ${input.slice(result.pos)}
6630
6740
  special: true
6631
6741
  };
6632
6742
  });
6633
- var BinaryOpSymbol$32 = $TS($S($EXPECT($L75, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8) {
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) {
6634
6744
  return {
6635
6745
  method: "includes",
6636
6746
  relational: true,
@@ -6639,7 +6749,7 @@ ${input.slice(result.pos)}
6639
6749
  negated: true
6640
6750
  };
6641
6751
  });
6642
- var BinaryOpSymbol$33 = $TS($S(CoffeeOfEnabled, $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L74, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
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) {
6643
6753
  return {
6644
6754
  call: [module2.getRef("indexOf"), ".call"],
6645
6755
  relational: true,
@@ -6648,7 +6758,7 @@ ${input.slice(result.pos)}
6648
6758
  special: true
6649
6759
  };
6650
6760
  });
6651
- var BinaryOpSymbol$34 = $TS($S($N(CoffeeNotEnabled), $EXPECT($L75, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L73, fail, 'BinaryOpSymbol "not"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
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) {
6652
6762
  if (module2.config.objectIs) {
6653
6763
  return {
6654
6764
  call: module2.getRef("is"),
@@ -6660,7 +6770,7 @@ ${input.slice(result.pos)}
6660
6770
  }
6661
6771
  return "!==";
6662
6772
  });
6663
- 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) {
6664
6774
  if (module2.config.objectIs) {
6665
6775
  return {
6666
6776
  call: module2.getRef("is"),
@@ -6671,12 +6781,12 @@ ${input.slice(result.pos)}
6671
6781
  }
6672
6782
  return "===";
6673
6783
  });
6674
- 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) {
6675
6785
  return $1;
6676
6786
  });
6677
- var BinaryOpSymbol$37 = $EXPECT($L76, fail, 'BinaryOpSymbol "&"');
6678
- var BinaryOpSymbol$38 = $EXPECT($L77, fail, 'BinaryOpSymbol "^"');
6679
- 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 "|"');
6680
6790
  function BinaryOpSymbol(state) {
6681
6791
  let eventData;
6682
6792
  if (state.events) {
@@ -6847,7 +6957,7 @@ ${input.slice(result.pos)}
6847
6957
  return result;
6848
6958
  }
6849
6959
  }
6850
- 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) {
6851
6961
  return { "type": "EmptyStatement", "children": value[0] };
6852
6962
  });
6853
6963
  function EmptyStatement(state) {
@@ -6872,7 +6982,7 @@ ${input.slice(result.pos)}
6872
6982
  return result;
6873
6983
  }
6874
6984
  }
6875
- 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) {
6876
6986
  return value[0];
6877
6987
  });
6878
6988
  function BlockStatement(state) {
@@ -7807,7 +7917,7 @@ ${input.slice(result.pos)}
7807
7917
  return result;
7808
7918
  }
7809
7919
  }
7810
- 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) {
7811
7921
  var own = $1;
7812
7922
  var binding = $2;
7813
7923
  return {
@@ -8276,7 +8386,7 @@ ${input.slice(result.pos)}
8276
8386
  return result;
8277
8387
  }
8278
8388
  }
8279
- var NoExpressions$0 = $T($EXPECT($L14, fail, 'NoExpressions ""'), function(value) {
8389
+ var NoExpressions$0 = $T($EXPECT($L15, fail, 'NoExpressions ""'), function(value) {
8280
8390
  return [];
8281
8391
  });
8282
8392
  function NoExpressions(state) {
@@ -8302,7 +8412,7 @@ ${input.slice(result.pos)}
8302
8412
  }
8303
8413
  }
8304
8414
  var ImpliedColon$0 = $S(__, Colon);
8305
- 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) {
8306
8416
  return { $loc, token: ":" };
8307
8417
  });
8308
8418
  function ImpliedColon(state) {
@@ -8442,7 +8552,7 @@ ${input.slice(result.pos)}
8442
8552
  return result;
8443
8553
  }
8444
8554
  }
8445
- var Finally$0 = $S(__, $EXPECT($L81, fail, 'Finally "finally"'), NonIdContinue, BracedBlock);
8555
+ var Finally$0 = $S(__, $EXPECT($L82, fail, 'Finally "finally"'), NonIdContinue, BracedBlock);
8446
8556
  function Finally(state) {
8447
8557
  let eventData;
8448
8558
  if (state.events) {
@@ -8554,7 +8664,7 @@ ${input.slice(result.pos)}
8554
8664
  return result;
8555
8665
  }
8556
8666
  }
8557
- 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) {
8558
8668
  module2.suppressIndentedApplication = true;
8559
8669
  });
8560
8670
  function SuppressIndentedApplication(state) {
@@ -8579,7 +8689,7 @@ ${input.slice(result.pos)}
8579
8689
  return result;
8580
8690
  }
8581
8691
  }
8582
- 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) {
8583
8693
  if (module2.suppressIndentedApplication)
8584
8694
  return $skip;
8585
8695
  return;
@@ -8606,7 +8716,7 @@ ${input.slice(result.pos)}
8606
8716
  return result;
8607
8717
  }
8608
8718
  }
8609
- 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) {
8610
8720
  module2.suppressTrailingMemberProperty.push(true);
8611
8721
  });
8612
8722
  function SuppressTrailingMemberProperty(state) {
@@ -8631,7 +8741,7 @@ ${input.slice(result.pos)}
8631
8741
  return result;
8632
8742
  }
8633
8743
  }
8634
- 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) {
8635
8745
  if (module2.trailingMemberPropertySuppressed)
8636
8746
  return $skip;
8637
8747
  });
@@ -8680,13 +8790,13 @@ ${input.slice(result.pos)}
8680
8790
  return result;
8681
8791
  }
8682
8792
  }
8683
- 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) {
8684
8794
  return { "type": "BreakStatement", "children": value };
8685
8795
  });
8686
- 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) {
8687
8797
  return { "type": "ContinueStatement", "children": value };
8688
8798
  });
8689
- 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) {
8690
8800
  return { "type": "DebuggerStatement", "children": value };
8691
8801
  });
8692
8802
  var KeywordStatement$3 = $T($S(Return, $E(MaybeNestedExpression)), function(value) {
@@ -8717,7 +8827,7 @@ ${input.slice(result.pos)}
8717
8827
  return result;
8718
8828
  }
8719
8829
  }
8720
- 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) {
8721
8831
  return {
8722
8832
  type: "DebuggerExpression",
8723
8833
  children: ["(()=>{", $1, "})()"]
@@ -8845,7 +8955,7 @@ ${input.slice(result.pos)}
8845
8955
  return result;
8846
8956
  }
8847
8957
  }
8848
- 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) {
8849
8959
  return { $loc, token: "import " };
8850
8960
  });
8851
8961
  function ImpliedImport(state) {
@@ -8994,7 +9104,7 @@ ${input.slice(result.pos)}
8994
9104
  return result;
8995
9105
  }
8996
9106
  }
8997
- 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);
8998
9108
  function ImportAssertion(state) {
8999
9109
  let eventData;
9000
9110
  if (state.events) {
@@ -9574,7 +9684,7 @@ ${input.slice(result.pos)}
9574
9684
  return result;
9575
9685
  }
9576
9686
  }
9577
- 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) {
9578
9688
  return { $loc, token: "=" };
9579
9689
  });
9580
9690
  function ConstAssignment(state) {
@@ -9599,7 +9709,7 @@ ${input.slice(result.pos)}
9599
9709
  return result;
9600
9710
  }
9601
9711
  }
9602
- 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) {
9603
9713
  return { $loc, token: "=" };
9604
9714
  });
9605
9715
  function LetAssignment(state) {
@@ -10249,7 +10359,7 @@ ${input.slice(result.pos)}
10249
10359
  }
10250
10360
  }
10251
10361
  var RegularExpressionLiteral$0 = HeregexLiteral;
10252
- var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L50, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L50, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
10362
+ var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L51, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L51, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
10253
10363
  return { $loc, token: $1 };
10254
10364
  });
10255
10365
  function RegularExpressionLiteral(state) {
@@ -10652,7 +10762,7 @@ ${input.slice(result.pos)}
10652
10762
  var ReservedWord$2 = $S(CoffeeForLoopsEnabled, $R$0($EXPECT($R34, fail, "ReservedWord /(?:by)(?!\\p{ID_Continue})/")));
10653
10763
  var ReservedWord$3 = $S(CoffeeOfEnabled, $R$0($EXPECT($R35, fail, "ReservedWord /(?:of)(?!\\p{ID_Continue})/")));
10654
10764
  var ReservedWord$4 = $S(CoffeeNotEnabled, $R$0($EXPECT($R36, fail, "ReservedWord /(?:not)(?!\\p{ID_Continue})/")));
10655
- var ReservedWord$5 = $S($EXPECT($L73, fail, 'ReservedWord "not"'), NonIdContinue, __, $EXPECT($L74, fail, 'ReservedWord "in"'), NonIdContinue);
10765
+ var ReservedWord$5 = $S($EXPECT($L74, fail, 'ReservedWord "not"'), NonIdContinue, __, $EXPECT($L75, fail, 'ReservedWord "in"'), NonIdContinue);
10656
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})/"));
10657
10767
  function ReservedWord(state) {
10658
10768
  let eventData;
@@ -10773,7 +10883,7 @@ ${input.slice(result.pos)}
10773
10883
  return result;
10774
10884
  }
10775
10885
  }
10776
- var JSMultiLineComment$0 = $TV($TEXT($S($EXPECT($L88, fail, 'JSMultiLineComment "/*"'), $Q($S($N($EXPECT($L89, fail, 'JSMultiLineComment "*/"')), $EXPECT($R39, fail, "JSMultiLineComment /./"))), $EXPECT($L89, fail, 'JSMultiLineComment "*/"'))), function($skip, $loc, $0, $1) {
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) {
10777
10887
  return { $loc, token: $1 };
10778
10888
  });
10779
10889
  function JSMultiLineComment(state) {
@@ -10823,7 +10933,7 @@ ${input.slice(result.pos)}
10823
10933
  return result;
10824
10934
  }
10825
10935
  }
10826
- var CoffeeMultiLineComment$0 = $TS($S(CoffeeHereCommentStart, $TEXT($Q($S($N($C(CoffeeHereCommentStart, $EXPECT($L89, fail, 'CoffeeMultiLineComment "*/"'))), $EXPECT($R39, fail, "CoffeeMultiLineComment /./")))), CoffeeHereCommentStart), function($skip, $loc, $0, $1, $2, $3) {
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) {
10827
10937
  return { $loc, token: `/*${$2}*/` };
10828
10938
  });
10829
10939
  function CoffeeMultiLineComment(state) {
@@ -10871,7 +10981,7 @@ ${input.slice(result.pos)}
10871
10981
  return result;
10872
10982
  }
10873
10983
  }
10874
- var InlineComment$0 = $TV($TEXT($S($EXPECT($L88, fail, 'InlineComment "/*"'), $TEXT($Q($S($N($EXPECT($L89, fail, 'InlineComment "*/"')), $EXPECT($R42, fail, "InlineComment /[^\\r\\n]/")))), $EXPECT($L89, fail, 'InlineComment "*/"'))), function($skip, $loc, $0, $1) {
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) {
10875
10985
  return { $loc, token: $1 };
10876
10986
  });
10877
10987
  function InlineComment(state) {
@@ -10970,7 +11080,7 @@ ${input.slice(result.pos)}
10970
11080
  var NonNewlineWhitespace$0 = $TR($EXPECT($R43, fail, "NonNewlineWhitespace /[ \\t]+/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
10971
11081
  return { $loc, token: $0 };
10972
11082
  });
10973
- 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) {
10974
11084
  return "";
10975
11085
  });
10976
11086
  function NonNewlineWhitespace(state) {
@@ -11097,8 +11207,33 @@ ${input.slice(result.pos)}
11097
11207
  return result;
11098
11208
  }
11099
11209
  }
11210
+ var SimpleStatementDelimiter$0 = SemicolonDelimiter;
11211
+ var SimpleStatementDelimiter$1 = $Y(EOS);
11212
+ function SimpleStatementDelimiter(state) {
11213
+ let eventData;
11214
+ if (state.events) {
11215
+ const result = state.events.enter?.("SimpleStatementDelimiter", state);
11216
+ if (result) {
11217
+ if (result.cache)
11218
+ return result.cache;
11219
+ eventData = result.data;
11220
+ }
11221
+ }
11222
+ if (state.tokenize) {
11223
+ const result = $TOKEN("SimpleStatementDelimiter", state, SimpleStatementDelimiter$0(state) || SimpleStatementDelimiter$1(state));
11224
+ if (state.events)
11225
+ state.events.exit?.("SimpleStatementDelimiter", state, result, eventData);
11226
+ return result;
11227
+ } else {
11228
+ const result = SimpleStatementDelimiter$0(state) || SimpleStatementDelimiter$1(state);
11229
+ if (state.events)
11230
+ state.events.exit?.("SimpleStatementDelimiter", state, result, eventData);
11231
+ return result;
11232
+ }
11233
+ }
11100
11234
  var StatementDelimiter$0 = SemicolonDelimiter;
11101
- var StatementDelimiter$1 = $Y(EOS);
11235
+ 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);
11236
+ var StatementDelimiter$2 = $Y(EOS);
11102
11237
  function StatementDelimiter(state) {
11103
11238
  let eventData;
11104
11239
  if (state.events) {
@@ -11110,12 +11245,12 @@ ${input.slice(result.pos)}
11110
11245
  }
11111
11246
  }
11112
11247
  if (state.tokenize) {
11113
- const result = $TOKEN("StatementDelimiter", state, StatementDelimiter$0(state) || StatementDelimiter$1(state));
11248
+ const result = $TOKEN("StatementDelimiter", state, StatementDelimiter$0(state) || StatementDelimiter$1(state) || StatementDelimiter$2(state));
11114
11249
  if (state.events)
11115
11250
  state.events.exit?.("StatementDelimiter", state, result, eventData);
11116
11251
  return result;
11117
11252
  } else {
11118
- const result = StatementDelimiter$0(state) || StatementDelimiter$1(state);
11253
+ const result = StatementDelimiter$0(state) || StatementDelimiter$1(state) || StatementDelimiter$2(state);
11119
11254
  if (state.events)
11120
11255
  state.events.exit?.("StatementDelimiter", state, result, eventData);
11121
11256
  return result;
@@ -11172,7 +11307,7 @@ ${input.slice(result.pos)}
11172
11307
  return result;
11173
11308
  }
11174
11309
  }
11175
- var Loc$0 = $TV($EXPECT($L14, fail, 'Loc ""'), function($skip, $loc, $0, $1) {
11310
+ var Loc$0 = $TV($EXPECT($L15, fail, 'Loc ""'), function($skip, $loc, $0, $1) {
11176
11311
  return { $loc, token: "" };
11177
11312
  });
11178
11313
  function Loc(state) {
@@ -11197,7 +11332,7 @@ ${input.slice(result.pos)}
11197
11332
  return result;
11198
11333
  }
11199
11334
  }
11200
- var Abstract$0 = $TV($TEXT($S($EXPECT($L91, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L6, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
11335
+ var Abstract$0 = $TV($TEXT($S($EXPECT($L95, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L6, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
11201
11336
  return { $loc, token: $1, ts: true };
11202
11337
  });
11203
11338
  function Abstract(state) {
@@ -11222,7 +11357,7 @@ ${input.slice(result.pos)}
11222
11357
  return result;
11223
11358
  }
11224
11359
  }
11225
- var Ampersand$0 = $TV($EXPECT($L76, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
11360
+ var Ampersand$0 = $TV($EXPECT($L77, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
11226
11361
  return { $loc, token: $1 };
11227
11362
  });
11228
11363
  function Ampersand(state) {
@@ -11247,7 +11382,7 @@ ${input.slice(result.pos)}
11247
11382
  return result;
11248
11383
  }
11249
11384
  }
11250
- var As$0 = $TS($S($EXPECT($L92, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11385
+ var As$0 = $TS($S($EXPECT($L96, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11251
11386
  return { $loc, token: $1 };
11252
11387
  });
11253
11388
  function As(state) {
@@ -11272,7 +11407,7 @@ ${input.slice(result.pos)}
11272
11407
  return result;
11273
11408
  }
11274
11409
  }
11275
- var At$0 = $TV($EXPECT($L93, fail, 'At "@"'), function($skip, $loc, $0, $1) {
11410
+ var At$0 = $TV($EXPECT($L97, fail, 'At "@"'), function($skip, $loc, $0, $1) {
11276
11411
  return { $loc, token: $1 };
11277
11412
  });
11278
11413
  function At(state) {
@@ -11297,7 +11432,7 @@ ${input.slice(result.pos)}
11297
11432
  return result;
11298
11433
  }
11299
11434
  }
11300
- var AtAt$0 = $TV($EXPECT($L94, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
11435
+ var AtAt$0 = $TV($EXPECT($L98, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
11301
11436
  return { $loc, token: "@" };
11302
11437
  });
11303
11438
  function AtAt(state) {
@@ -11322,7 +11457,7 @@ ${input.slice(result.pos)}
11322
11457
  return result;
11323
11458
  }
11324
11459
  }
11325
- var Async$0 = $TS($S($EXPECT($L95, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11460
+ var Async$0 = $TS($S($EXPECT($L99, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11326
11461
  return { $loc, token: $1, type: "Async" };
11327
11462
  });
11328
11463
  function Async(state) {
@@ -11347,7 +11482,7 @@ ${input.slice(result.pos)}
11347
11482
  return result;
11348
11483
  }
11349
11484
  }
11350
- var Await$0 = $TS($S($EXPECT($L96, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11485
+ var Await$0 = $TS($S($EXPECT($L100, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11351
11486
  return { $loc, token: $1 };
11352
11487
  });
11353
11488
  function Await(state) {
@@ -11372,7 +11507,7 @@ ${input.slice(result.pos)}
11372
11507
  return result;
11373
11508
  }
11374
11509
  }
11375
- var Backtick$0 = $TV($EXPECT($L97, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
11510
+ var Backtick$0 = $TV($EXPECT($L94, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
11376
11511
  return { $loc, token: $1 };
11377
11512
  });
11378
11513
  function Backtick(state) {
@@ -11397,7 +11532,7 @@ ${input.slice(result.pos)}
11397
11532
  return result;
11398
11533
  }
11399
11534
  }
11400
- var By$0 = $TS($S($EXPECT($L98, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11535
+ var By$0 = $TS($S($EXPECT($L101, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11401
11536
  return { $loc, token: $1 };
11402
11537
  });
11403
11538
  function By(state) {
@@ -11422,7 +11557,7 @@ ${input.slice(result.pos)}
11422
11557
  return result;
11423
11558
  }
11424
11559
  }
11425
- var Case$0 = $TS($S($EXPECT($L99, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11560
+ var Case$0 = $TS($S($EXPECT($L102, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11426
11561
  return { $loc, token: $1 };
11427
11562
  });
11428
11563
  function Case(state) {
@@ -11447,7 +11582,7 @@ ${input.slice(result.pos)}
11447
11582
  return result;
11448
11583
  }
11449
11584
  }
11450
- var Catch$0 = $TS($S($EXPECT($L100, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11585
+ var Catch$0 = $TS($S($EXPECT($L103, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11451
11586
  return { $loc, token: $1 };
11452
11587
  });
11453
11588
  function Catch(state) {
@@ -11472,7 +11607,7 @@ ${input.slice(result.pos)}
11472
11607
  return result;
11473
11608
  }
11474
11609
  }
11475
- var Class$0 = $TS($S($EXPECT($L101, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11610
+ var Class$0 = $TS($S($EXPECT($L104, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11476
11611
  return { $loc, token: $1 };
11477
11612
  });
11478
11613
  function Class(state) {
@@ -11497,7 +11632,7 @@ ${input.slice(result.pos)}
11497
11632
  return result;
11498
11633
  }
11499
11634
  }
11500
- var CloseBrace$0 = $TV($EXPECT($L17, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
11635
+ var CloseBrace$0 = $TV($EXPECT($L18, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
11501
11636
  return { $loc, token: $1 };
11502
11637
  });
11503
11638
  function CloseBrace(state) {
@@ -11522,7 +11657,7 @@ ${input.slice(result.pos)}
11522
11657
  return result;
11523
11658
  }
11524
11659
  }
11525
- var CloseBracket$0 = $TV($EXPECT($L28, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
11660
+ var CloseBracket$0 = $TV($EXPECT($L29, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
11526
11661
  return { $loc, token: $1 };
11527
11662
  });
11528
11663
  function CloseBracket(state) {
@@ -11547,7 +11682,7 @@ ${input.slice(result.pos)}
11547
11682
  return result;
11548
11683
  }
11549
11684
  }
11550
- var CloseParen$0 = $TV($EXPECT($L15, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
11685
+ var CloseParen$0 = $TV($EXPECT($L16, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
11551
11686
  return { $loc, token: $1 };
11552
11687
  });
11553
11688
  function CloseParen(state) {
@@ -11572,7 +11707,7 @@ ${input.slice(result.pos)}
11572
11707
  return result;
11573
11708
  }
11574
11709
  }
11575
- var CoffeeSubstitutionStart$0 = $TV($EXPECT($L102, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
11710
+ var CoffeeSubstitutionStart$0 = $TV($EXPECT($L105, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
11576
11711
  return { $loc, token: "${" };
11577
11712
  });
11578
11713
  function CoffeeSubstitutionStart(state) {
@@ -11597,7 +11732,7 @@ ${input.slice(result.pos)}
11597
11732
  return result;
11598
11733
  }
11599
11734
  }
11600
- var Colon$0 = $TV($EXPECT($L29, fail, 'Colon ":"'), function($skip, $loc, $0, $1) {
11735
+ var Colon$0 = $TV($EXPECT($L30, fail, 'Colon ":"'), function($skip, $loc, $0, $1) {
11601
11736
  return { $loc, token: $1 };
11602
11737
  });
11603
11738
  function Colon(state) {
@@ -11622,7 +11757,7 @@ ${input.slice(result.pos)}
11622
11757
  return result;
11623
11758
  }
11624
11759
  }
11625
- var ConstructorShorthand$0 = $TV($EXPECT($L93, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
11760
+ var ConstructorShorthand$0 = $TV($EXPECT($L97, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
11626
11761
  return { $loc, token: "constructor" };
11627
11762
  });
11628
11763
  function ConstructorShorthand(state) {
@@ -11647,7 +11782,7 @@ ${input.slice(result.pos)}
11647
11782
  return result;
11648
11783
  }
11649
11784
  }
11650
- var Declare$0 = $TS($S($EXPECT($L103, fail, 'Declare "declare"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11785
+ var Declare$0 = $TS($S($EXPECT($L106, fail, 'Declare "declare"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11651
11786
  return { $loc, token: $1 };
11652
11787
  });
11653
11788
  function Declare(state) {
@@ -11672,7 +11807,7 @@ ${input.slice(result.pos)}
11672
11807
  return result;
11673
11808
  }
11674
11809
  }
11675
- var Default$0 = $TS($S($EXPECT($L104, fail, 'Default "default"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11810
+ var Default$0 = $TS($S($EXPECT($L107, fail, 'Default "default"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11676
11811
  return { $loc, token: $1 };
11677
11812
  });
11678
11813
  function Default(state) {
@@ -11697,7 +11832,7 @@ ${input.slice(result.pos)}
11697
11832
  return result;
11698
11833
  }
11699
11834
  }
11700
- var Delete$0 = $TS($S($EXPECT($L105, fail, 'Delete "delete"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11835
+ var Delete$0 = $TS($S($EXPECT($L108, fail, 'Delete "delete"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11701
11836
  return { $loc, token: $1 };
11702
11837
  });
11703
11838
  function Delete(state) {
@@ -11722,7 +11857,7 @@ ${input.slice(result.pos)}
11722
11857
  return result;
11723
11858
  }
11724
11859
  }
11725
- var Do$0 = $TS($S($EXPECT($L106, fail, 'Do "do"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11860
+ var Do$0 = $TS($S($EXPECT($L109, fail, 'Do "do"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11726
11861
  return { $loc, token: $1 };
11727
11862
  });
11728
11863
  function Do(state) {
@@ -11772,7 +11907,7 @@ ${input.slice(result.pos)}
11772
11907
  return result;
11773
11908
  }
11774
11909
  }
11775
- var DotDot$0 = $TV($EXPECT($L107, fail, 'DotDot ".."'), function($skip, $loc, $0, $1) {
11910
+ var DotDot$0 = $TV($EXPECT($L110, fail, 'DotDot ".."'), function($skip, $loc, $0, $1) {
11776
11911
  return { $loc, token: $1 };
11777
11912
  });
11778
11913
  function DotDot(state) {
@@ -11797,7 +11932,7 @@ ${input.slice(result.pos)}
11797
11932
  return result;
11798
11933
  }
11799
11934
  }
11800
- var DotDotDot$0 = $TV($EXPECT($L108, fail, 'DotDotDot "..."'), function($skip, $loc, $0, $1) {
11935
+ var DotDotDot$0 = $TV($EXPECT($L111, fail, 'DotDotDot "..."'), function($skip, $loc, $0, $1) {
11801
11936
  return { $loc, token: $1 };
11802
11937
  });
11803
11938
  function DotDotDot(state) {
@@ -11822,7 +11957,7 @@ ${input.slice(result.pos)}
11822
11957
  return result;
11823
11958
  }
11824
11959
  }
11825
- var DoubleColon$0 = $TV($EXPECT($L109, fail, 'DoubleColon "::"'), function($skip, $loc, $0, $1) {
11960
+ var DoubleColon$0 = $TV($EXPECT($L112, fail, 'DoubleColon "::"'), function($skip, $loc, $0, $1) {
11826
11961
  return { $loc, token: $1 };
11827
11962
  });
11828
11963
  function DoubleColon(state) {
@@ -11847,7 +11982,7 @@ ${input.slice(result.pos)}
11847
11982
  return result;
11848
11983
  }
11849
11984
  }
11850
- var DoubleQuote$0 = $TV($EXPECT($L110, fail, 'DoubleQuote "\\\\\\""'), function($skip, $loc, $0, $1) {
11985
+ var DoubleQuote$0 = $TV($EXPECT($L113, fail, 'DoubleQuote "\\\\\\""'), function($skip, $loc, $0, $1) {
11851
11986
  return { $loc, token: $1 };
11852
11987
  });
11853
11988
  function DoubleQuote(state) {
@@ -11872,7 +12007,7 @@ ${input.slice(result.pos)}
11872
12007
  return result;
11873
12008
  }
11874
12009
  }
11875
- var Else$0 = $TS($S($EXPECT($L111, fail, 'Else "else"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12010
+ var Else$0 = $TS($S($EXPECT($L114, fail, 'Else "else"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11876
12011
  return { $loc, token: $1 };
11877
12012
  });
11878
12013
  function Else(state) {
@@ -11897,7 +12032,7 @@ ${input.slice(result.pos)}
11897
12032
  return result;
11898
12033
  }
11899
12034
  }
11900
- var Equals$0 = $TV($EXPECT($L26, fail, 'Equals "="'), function($skip, $loc, $0, $1) {
12035
+ var Equals$0 = $TV($EXPECT($L27, fail, 'Equals "="'), function($skip, $loc, $0, $1) {
11901
12036
  return { $loc, token: $1 };
11902
12037
  });
11903
12038
  function Equals(state) {
@@ -11922,7 +12057,7 @@ ${input.slice(result.pos)}
11922
12057
  return result;
11923
12058
  }
11924
12059
  }
11925
- var Export$0 = $TS($S($EXPECT($L112, fail, 'Export "export"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12060
+ var Export$0 = $TS($S($EXPECT($L115, fail, 'Export "export"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11926
12061
  return { $loc, token: $1 };
11927
12062
  });
11928
12063
  function Export(state) {
@@ -11947,7 +12082,7 @@ ${input.slice(result.pos)}
11947
12082
  return result;
11948
12083
  }
11949
12084
  }
11950
- var Extends$0 = $TS($S($EXPECT($L113, fail, 'Extends "extends"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12085
+ var Extends$0 = $TS($S($EXPECT($L116, fail, 'Extends "extends"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11951
12086
  return { $loc, token: $1 };
11952
12087
  });
11953
12088
  function Extends(state) {
@@ -11972,7 +12107,7 @@ ${input.slice(result.pos)}
11972
12107
  return result;
11973
12108
  }
11974
12109
  }
11975
- var For$0 = $TS($S($EXPECT($L114, fail, 'For "for"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12110
+ var For$0 = $TS($S($EXPECT($L117, fail, 'For "for"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
11976
12111
  return { $loc, token: $1 };
11977
12112
  });
11978
12113
  function For(state) {
@@ -11997,7 +12132,7 @@ ${input.slice(result.pos)}
11997
12132
  return result;
11998
12133
  }
11999
12134
  }
12000
- var From$0 = $TS($S($EXPECT($L115, fail, 'From "from"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12135
+ var From$0 = $TS($S($EXPECT($L118, fail, 'From "from"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12001
12136
  return { $loc, token: $1 };
12002
12137
  });
12003
12138
  function From(state) {
@@ -12022,7 +12157,7 @@ ${input.slice(result.pos)}
12022
12157
  return result;
12023
12158
  }
12024
12159
  }
12025
- var Function$0 = $TS($S($EXPECT($L116, fail, 'Function "function"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12160
+ var Function$0 = $TS($S($EXPECT($L119, fail, 'Function "function"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12026
12161
  return { $loc, token: $1 };
12027
12162
  });
12028
12163
  function Function(state) {
@@ -12047,7 +12182,7 @@ ${input.slice(result.pos)}
12047
12182
  return result;
12048
12183
  }
12049
12184
  }
12050
- var GetOrSet$0 = $TS($S($C($EXPECT($L117, fail, 'GetOrSet "get"'), $EXPECT($L118, fail, 'GetOrSet "set"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12185
+ var GetOrSet$0 = $TS($S($C($EXPECT($L120, fail, 'GetOrSet "get"'), $EXPECT($L121, fail, 'GetOrSet "set"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12051
12186
  return { $loc, token: $1, type: "GetOrSet" };
12052
12187
  });
12053
12188
  function GetOrSet(state) {
@@ -12072,7 +12207,7 @@ ${input.slice(result.pos)}
12072
12207
  return result;
12073
12208
  }
12074
12209
  }
12075
- var If$0 = $TV($TEXT($S($EXPECT($L119, fail, 'If "if"'), NonIdContinue, $E($EXPECT($L6, fail, 'If " "')))), function($skip, $loc, $0, $1) {
12210
+ var If$0 = $TV($TEXT($S($EXPECT($L122, fail, 'If "if"'), NonIdContinue, $E($EXPECT($L6, fail, 'If " "')))), function($skip, $loc, $0, $1) {
12076
12211
  return { $loc, token: $1 };
12077
12212
  });
12078
12213
  function If(state) {
@@ -12097,7 +12232,7 @@ ${input.slice(result.pos)}
12097
12232
  return result;
12098
12233
  }
12099
12234
  }
12100
- var Import$0 = $TS($S($EXPECT($L10, fail, 'Import "import"'), $Y($EXPECT($R45, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
12235
+ var Import$0 = $TS($S($EXPECT($L11, fail, 'Import "import"'), $Y($EXPECT($R45, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
12101
12236
  return { $loc, token: $1 };
12102
12237
  });
12103
12238
  function Import(state) {
@@ -12122,7 +12257,7 @@ ${input.slice(result.pos)}
12122
12257
  return result;
12123
12258
  }
12124
12259
  }
12125
- var In$0 = $TS($S($EXPECT($L74, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12260
+ var In$0 = $TS($S($EXPECT($L75, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12126
12261
  return { $loc, token: $1 };
12127
12262
  });
12128
12263
  function In(state) {
@@ -12147,7 +12282,7 @@ ${input.slice(result.pos)}
12147
12282
  return result;
12148
12283
  }
12149
12284
  }
12150
- var LetOrConst$0 = $TS($S($C($EXPECT($L120, fail, 'LetOrConst "let"'), $EXPECT($L121, fail, 'LetOrConst "const"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12285
+ var LetOrConst$0 = $TS($S($C($EXPECT($L123, fail, 'LetOrConst "let"'), $EXPECT($L124, fail, 'LetOrConst "const"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12151
12286
  return { $loc, token: $1 };
12152
12287
  });
12153
12288
  function LetOrConst(state) {
@@ -12172,7 +12307,7 @@ ${input.slice(result.pos)}
12172
12307
  return result;
12173
12308
  }
12174
12309
  }
12175
- var Loop$0 = $TS($S($EXPECT($L122, fail, 'Loop "loop"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12310
+ var Loop$0 = $TS($S($EXPECT($L125, fail, 'Loop "loop"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12176
12311
  return { $loc, token: "while(true)" };
12177
12312
  });
12178
12313
  function Loop(state) {
@@ -12197,7 +12332,7 @@ ${input.slice(result.pos)}
12197
12332
  return result;
12198
12333
  }
12199
12334
  }
12200
- var New$0 = $TS($S($EXPECT($L123, fail, 'New "new"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12335
+ var New$0 = $TS($S($EXPECT($L126, fail, 'New "new"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12201
12336
  return { $loc, token: $1 };
12202
12337
  });
12203
12338
  function New(state) {
@@ -12222,7 +12357,7 @@ ${input.slice(result.pos)}
12222
12357
  return result;
12223
12358
  }
12224
12359
  }
12225
- var Not$0 = $TS($S(CoffeeNotEnabled, $EXPECT($L73, fail, 'Not "not"'), NonIdContinue, $E($EXPECT($L6, fail, 'Not " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
12360
+ var Not$0 = $TS($S(CoffeeNotEnabled, $EXPECT($L74, fail, 'Not "not"'), NonIdContinue, $E($EXPECT($L6, fail, 'Not " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
12226
12361
  return { $loc, token: "!" };
12227
12362
  });
12228
12363
  function Not(state) {
@@ -12247,7 +12382,7 @@ ${input.slice(result.pos)}
12247
12382
  return result;
12248
12383
  }
12249
12384
  }
12250
- var Of$0 = $TS($S($EXPECT($L68, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12385
+ var Of$0 = $TS($S($EXPECT($L69, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12251
12386
  return { $loc, token: $1 };
12252
12387
  });
12253
12388
  function Of(state) {
@@ -12272,7 +12407,7 @@ ${input.slice(result.pos)}
12272
12407
  return result;
12273
12408
  }
12274
12409
  }
12275
- var OpenAngleBracket$0 = $TV($EXPECT($L124, fail, 'OpenAngleBracket "<"'), function($skip, $loc, $0, $1) {
12410
+ var OpenAngleBracket$0 = $TV($EXPECT($L127, fail, 'OpenAngleBracket "<"'), function($skip, $loc, $0, $1) {
12276
12411
  return { $loc, token: $1 };
12277
12412
  });
12278
12413
  function OpenAngleBracket(state) {
@@ -12297,7 +12432,7 @@ ${input.slice(result.pos)}
12297
12432
  return result;
12298
12433
  }
12299
12434
  }
12300
- var OpenBrace$0 = $TV($EXPECT($L125, fail, 'OpenBrace "{"'), function($skip, $loc, $0, $1) {
12435
+ var OpenBrace$0 = $TV($EXPECT($L128, fail, 'OpenBrace "{"'), function($skip, $loc, $0, $1) {
12301
12436
  return { $loc, token: $1 };
12302
12437
  });
12303
12438
  function OpenBrace(state) {
@@ -12322,7 +12457,7 @@ ${input.slice(result.pos)}
12322
12457
  return result;
12323
12458
  }
12324
12459
  }
12325
- var OpenBracket$0 = $TV($EXPECT($L126, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
12460
+ var OpenBracket$0 = $TV($EXPECT($L93, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
12326
12461
  return { $loc, token: $1 };
12327
12462
  });
12328
12463
  function OpenBracket(state) {
@@ -12347,7 +12482,7 @@ ${input.slice(result.pos)}
12347
12482
  return result;
12348
12483
  }
12349
12484
  }
12350
- var OpenParen$0 = $TV($EXPECT($L127, fail, 'OpenParen "("'), function($skip, $loc, $0, $1) {
12485
+ var OpenParen$0 = $TV($EXPECT($L92, fail, 'OpenParen "("'), function($skip, $loc, $0, $1) {
12351
12486
  return { $loc, token: $1 };
12352
12487
  });
12353
12488
  function OpenParen(state) {
@@ -12372,7 +12507,7 @@ ${input.slice(result.pos)}
12372
12507
  return result;
12373
12508
  }
12374
12509
  }
12375
- var Public$0 = $TS($S($EXPECT($L128, fail, 'Public "public"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12510
+ var Public$0 = $TS($S($EXPECT($L129, fail, 'Public "public"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12376
12511
  return { $loc, token: $1 };
12377
12512
  });
12378
12513
  function Public(state) {
@@ -12397,7 +12532,7 @@ ${input.slice(result.pos)}
12397
12532
  return result;
12398
12533
  }
12399
12534
  }
12400
- var Private$0 = $TS($S($EXPECT($L129, fail, 'Private "private"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12535
+ var Private$0 = $TS($S($EXPECT($L130, fail, 'Private "private"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12401
12536
  return { $loc, token: $1 };
12402
12537
  });
12403
12538
  function Private(state) {
@@ -12422,7 +12557,7 @@ ${input.slice(result.pos)}
12422
12557
  return result;
12423
12558
  }
12424
12559
  }
12425
- var Protected$0 = $TS($S($EXPECT($L130, fail, 'Protected "protected"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12560
+ var Protected$0 = $TS($S($EXPECT($L131, fail, 'Protected "protected"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12426
12561
  return { $loc, token: $1 };
12427
12562
  });
12428
12563
  function Protected(state) {
@@ -12447,7 +12582,7 @@ ${input.slice(result.pos)}
12447
12582
  return result;
12448
12583
  }
12449
12584
  }
12450
- var Pipe$0 = $TV($EXPECT($L131, fail, 'Pipe "|>"'), function($skip, $loc, $0, $1) {
12585
+ var Pipe$0 = $TV($EXPECT($L132, fail, 'Pipe "|>"'), function($skip, $loc, $0, $1) {
12451
12586
  return { $loc, token: $1 };
12452
12587
  });
12453
12588
  function Pipe(state) {
@@ -12497,7 +12632,7 @@ ${input.slice(result.pos)}
12497
12632
  return result;
12498
12633
  }
12499
12634
  }
12500
- var Readonly$0 = $TS($S($EXPECT($L132, fail, 'Readonly "readonly"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12635
+ var Readonly$0 = $TS($S($EXPECT($L133, fail, 'Readonly "readonly"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12501
12636
  return { $loc, token: $1, ts: true };
12502
12637
  });
12503
12638
  function Readonly(state) {
@@ -12522,7 +12657,7 @@ ${input.slice(result.pos)}
12522
12657
  return result;
12523
12658
  }
12524
12659
  }
12525
- var Return$0 = $TS($S($EXPECT($L133, fail, 'Return "return"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12660
+ var Return$0 = $TS($S($EXPECT($L134, fail, 'Return "return"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12526
12661
  return { $loc, token: $1 };
12527
12662
  });
12528
12663
  function Return(state) {
@@ -12547,7 +12682,7 @@ ${input.slice(result.pos)}
12547
12682
  return result;
12548
12683
  }
12549
12684
  }
12550
- var Satisfies$0 = $TS($S($EXPECT($L134, fail, 'Satisfies "satisfies"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12685
+ var Satisfies$0 = $TS($S($EXPECT($L135, fail, 'Satisfies "satisfies"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12551
12686
  return { $loc, token: $1 };
12552
12687
  });
12553
12688
  function Satisfies(state) {
@@ -12572,7 +12707,7 @@ ${input.slice(result.pos)}
12572
12707
  return result;
12573
12708
  }
12574
12709
  }
12575
- var Semicolon$0 = $TV($EXPECT($L79, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
12710
+ var Semicolon$0 = $TV($EXPECT($L80, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
12576
12711
  return { $loc, token: $1 };
12577
12712
  });
12578
12713
  function Semicolon(state) {
@@ -12597,7 +12732,7 @@ ${input.slice(result.pos)}
12597
12732
  return result;
12598
12733
  }
12599
12734
  }
12600
- var SingleQuote$0 = $TV($EXPECT($L135, fail, `SingleQuote "'"`), function($skip, $loc, $0, $1) {
12735
+ var SingleQuote$0 = $TV($EXPECT($L136, fail, `SingleQuote "'"`), function($skip, $loc, $0, $1) {
12601
12736
  return { $loc, token: $1 };
12602
12737
  });
12603
12738
  function SingleQuote(state) {
@@ -12622,7 +12757,7 @@ ${input.slice(result.pos)}
12622
12757
  return result;
12623
12758
  }
12624
12759
  }
12625
- var Star$0 = $TV($EXPECT($L49, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
12760
+ var Star$0 = $TV($EXPECT($L50, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
12626
12761
  return { $loc, token: $1 };
12627
12762
  });
12628
12763
  function Star(state) {
@@ -12647,10 +12782,10 @@ ${input.slice(result.pos)}
12647
12782
  return result;
12648
12783
  }
12649
12784
  }
12650
- var Static$0 = $TS($S($EXPECT($L136, fail, 'Static "static"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12785
+ var Static$0 = $TS($S($EXPECT($L137, fail, 'Static "static"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12651
12786
  return { $loc, token: $1 };
12652
12787
  });
12653
- var Static$1 = $TS($S($EXPECT($L93, fail, 'Static "@"'), $N($C($EXPECT($L127, fail, 'Static "("'), $EXPECT($L93, fail, 'Static "@"')))), function($skip, $loc, $0, $1, $2) {
12788
+ var Static$1 = $TS($S($EXPECT($L97, fail, 'Static "@"'), $N($C($EXPECT($L92, fail, 'Static "("'), $EXPECT($L97, fail, 'Static "@"')))), function($skip, $loc, $0, $1, $2) {
12654
12789
  return { $loc, token: "static " };
12655
12790
  });
12656
12791
  function Static(state) {
@@ -12675,7 +12810,7 @@ ${input.slice(result.pos)}
12675
12810
  return result;
12676
12811
  }
12677
12812
  }
12678
- var SubstitutionStart$0 = $TV($EXPECT($L137, fail, 'SubstitutionStart "${"'), function($skip, $loc, $0, $1) {
12813
+ var SubstitutionStart$0 = $TV($EXPECT($L138, fail, 'SubstitutionStart "${"'), function($skip, $loc, $0, $1) {
12679
12814
  return { $loc, token: $1 };
12680
12815
  });
12681
12816
  function SubstitutionStart(state) {
@@ -12700,7 +12835,7 @@ ${input.slice(result.pos)}
12700
12835
  return result;
12701
12836
  }
12702
12837
  }
12703
- var Switch$0 = $TS($S($EXPECT($L138, fail, 'Switch "switch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12838
+ var Switch$0 = $TS($S($EXPECT($L139, fail, 'Switch "switch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12704
12839
  return { $loc, token: $1 };
12705
12840
  });
12706
12841
  function Switch(state) {
@@ -12725,7 +12860,7 @@ ${input.slice(result.pos)}
12725
12860
  return result;
12726
12861
  }
12727
12862
  }
12728
- var Target$0 = $TS($S($EXPECT($L139, fail, 'Target "target"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12863
+ var Target$0 = $TS($S($EXPECT($L140, fail, 'Target "target"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12729
12864
  return { $loc, token: $1 };
12730
12865
  });
12731
12866
  function Target(state) {
@@ -12750,7 +12885,7 @@ ${input.slice(result.pos)}
12750
12885
  return result;
12751
12886
  }
12752
12887
  }
12753
- var Then$0 = $TS($S(__, $EXPECT($L140, fail, 'Then "then"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
12888
+ var Then$0 = $TS($S(__, $EXPECT($L141, fail, 'Then "then"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
12754
12889
  return { $loc, token: "" };
12755
12890
  });
12756
12891
  function Then(state) {
@@ -12775,7 +12910,7 @@ ${input.slice(result.pos)}
12775
12910
  return result;
12776
12911
  }
12777
12912
  }
12778
- var This$0 = $TS($S($EXPECT($L141, fail, 'This "this"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12913
+ var This$0 = $TS($S($EXPECT($L142, fail, 'This "this"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12779
12914
  return { $loc, token: $1 };
12780
12915
  });
12781
12916
  function This(state) {
@@ -12800,7 +12935,7 @@ ${input.slice(result.pos)}
12800
12935
  return result;
12801
12936
  }
12802
12937
  }
12803
- var Throw$0 = $TS($S($EXPECT($L142, fail, 'Throw "throw"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12938
+ var Throw$0 = $TS($S($EXPECT($L143, fail, 'Throw "throw"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12804
12939
  return { $loc, token: $1 };
12805
12940
  });
12806
12941
  function Throw(state) {
@@ -12825,7 +12960,7 @@ ${input.slice(result.pos)}
12825
12960
  return result;
12826
12961
  }
12827
12962
  }
12828
- var TripleDoubleQuote$0 = $TV($EXPECT($L143, fail, 'TripleDoubleQuote "\\\\\\"\\\\\\"\\\\\\""'), function($skip, $loc, $0, $1) {
12963
+ var TripleDoubleQuote$0 = $TV($EXPECT($L144, fail, 'TripleDoubleQuote "\\\\\\"\\\\\\"\\\\\\""'), function($skip, $loc, $0, $1) {
12829
12964
  return { $loc, token: "`" };
12830
12965
  });
12831
12966
  function TripleDoubleQuote(state) {
@@ -12850,7 +12985,7 @@ ${input.slice(result.pos)}
12850
12985
  return result;
12851
12986
  }
12852
12987
  }
12853
- var TripleSingleQuote$0 = $TV($EXPECT($L144, fail, `TripleSingleQuote "'''"`), function($skip, $loc, $0, $1) {
12988
+ var TripleSingleQuote$0 = $TV($EXPECT($L145, fail, `TripleSingleQuote "'''"`), function($skip, $loc, $0, $1) {
12854
12989
  return { $loc, token: "`" };
12855
12990
  });
12856
12991
  function TripleSingleQuote(state) {
@@ -12875,7 +13010,7 @@ ${input.slice(result.pos)}
12875
13010
  return result;
12876
13011
  }
12877
13012
  }
12878
- var TripleSlash$0 = $TV($EXPECT($L145, fail, 'TripleSlash "///"'), function($skip, $loc, $0, $1) {
13013
+ var TripleSlash$0 = $TV($EXPECT($L146, fail, 'TripleSlash "///"'), function($skip, $loc, $0, $1) {
12879
13014
  return { $loc, token: "/" };
12880
13015
  });
12881
13016
  function TripleSlash(state) {
@@ -12900,7 +13035,7 @@ ${input.slice(result.pos)}
12900
13035
  return result;
12901
13036
  }
12902
13037
  }
12903
- var TripleTick$0 = $TV($EXPECT($L146, fail, 'TripleTick "```"'), function($skip, $loc, $0, $1) {
13038
+ var TripleTick$0 = $TV($EXPECT($L147, fail, 'TripleTick "```"'), function($skip, $loc, $0, $1) {
12904
13039
  return { $loc, token: "`" };
12905
13040
  });
12906
13041
  function TripleTick(state) {
@@ -12925,7 +13060,7 @@ ${input.slice(result.pos)}
12925
13060
  return result;
12926
13061
  }
12927
13062
  }
12928
- var Try$0 = $TS($S($EXPECT($L147, fail, 'Try "try"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13063
+ var Try$0 = $TS($S($EXPECT($L148, fail, 'Try "try"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12929
13064
  return { $loc, token: $1 };
12930
13065
  });
12931
13066
  function Try(state) {
@@ -12950,7 +13085,7 @@ ${input.slice(result.pos)}
12950
13085
  return result;
12951
13086
  }
12952
13087
  }
12953
- var Typeof$0 = $TS($S($EXPECT($L148, fail, 'Typeof "typeof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13088
+ var Typeof$0 = $TS($S($EXPECT($L149, fail, 'Typeof "typeof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12954
13089
  return { $loc, token: $1 };
12955
13090
  });
12956
13091
  function Typeof(state) {
@@ -12975,7 +13110,7 @@ ${input.slice(result.pos)}
12975
13110
  return result;
12976
13111
  }
12977
13112
  }
12978
- var Unless$0 = $TS($S($EXPECT($L149, fail, 'Unless "unless"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13113
+ var Unless$0 = $TS($S($EXPECT($L150, fail, 'Unless "unless"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
12979
13114
  return { $loc, token: $1 };
12980
13115
  });
12981
13116
  function Unless(state) {
@@ -13000,7 +13135,7 @@ ${input.slice(result.pos)}
13000
13135
  return result;
13001
13136
  }
13002
13137
  }
13003
- var Until$0 = $TS($S($EXPECT($L150, fail, 'Until "until"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13138
+ var Until$0 = $TS($S($EXPECT($L151, fail, 'Until "until"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13004
13139
  return { $loc, token: $1 };
13005
13140
  });
13006
13141
  function Until(state) {
@@ -13025,7 +13160,7 @@ ${input.slice(result.pos)}
13025
13160
  return result;
13026
13161
  }
13027
13162
  }
13028
- var Var$0 = $TS($S($EXPECT($L151, fail, 'Var "var"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13163
+ var Var$0 = $TS($S($EXPECT($L152, fail, 'Var "var"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13029
13164
  return { $loc, token: $1 };
13030
13165
  });
13031
13166
  function Var(state) {
@@ -13050,7 +13185,7 @@ ${input.slice(result.pos)}
13050
13185
  return result;
13051
13186
  }
13052
13187
  }
13053
- var Void$0 = $TS($S($EXPECT($L152, fail, 'Void "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13188
+ var Void$0 = $TS($S($EXPECT($L153, fail, 'Void "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13054
13189
  return { $loc, token: $1 };
13055
13190
  });
13056
13191
  function Void(state) {
@@ -13075,7 +13210,7 @@ ${input.slice(result.pos)}
13075
13210
  return result;
13076
13211
  }
13077
13212
  }
13078
- var When$0 = $TS($S($EXPECT($L153, fail, 'When "when"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13213
+ var When$0 = $TS($S($EXPECT($L154, fail, 'When "when"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13079
13214
  return { $loc, token: "case" };
13080
13215
  });
13081
13216
  function When(state) {
@@ -13100,7 +13235,7 @@ ${input.slice(result.pos)}
13100
13235
  return result;
13101
13236
  }
13102
13237
  }
13103
- var While$0 = $TS($S($EXPECT($L154, fail, 'While "while"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13238
+ var While$0 = $TS($S($EXPECT($L155, fail, 'While "while"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13104
13239
  return { $loc, token: $1 };
13105
13240
  });
13106
13241
  function While(state) {
@@ -13125,7 +13260,7 @@ ${input.slice(result.pos)}
13125
13260
  return result;
13126
13261
  }
13127
13262
  }
13128
- var Yield$0 = $TS($S($EXPECT($L155, fail, 'Yield "yield"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13263
+ var Yield$0 = $TS($S($EXPECT($L156, fail, 'Yield "yield"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13129
13264
  return { $loc, token: $1 };
13130
13265
  });
13131
13266
  function Yield(state) {
@@ -13271,7 +13406,7 @@ ${input.slice(result.pos)}
13271
13406
  return result;
13272
13407
  }
13273
13408
  }
13274
- var JSXSelfClosingElement$0 = $TS($S($EXPECT($L124, fail, 'JSXSelfClosingElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L156, fail, 'JSXSelfClosingElement "/>"')), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
13409
+ var JSXSelfClosingElement$0 = $TS($S($EXPECT($L127, fail, 'JSXSelfClosingElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L157, fail, 'JSXSelfClosingElement "/>"')), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
13275
13410
  return { type: "JSXElement", children: $0, tag: $2 };
13276
13411
  });
13277
13412
  function JSXSelfClosingElement(state) {
@@ -13322,7 +13457,7 @@ ${input.slice(result.pos)}
13322
13457
  return result;
13323
13458
  }
13324
13459
  }
13325
- var JSXOpeningElement$0 = $S($EXPECT($L124, fail, 'JSXOpeningElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L27, fail, 'JSXOpeningElement ">"'));
13460
+ var JSXOpeningElement$0 = $S($EXPECT($L127, fail, 'JSXOpeningElement "<"'), $TEXT(JSXElementName), $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L28, fail, 'JSXOpeningElement ">"'));
13326
13461
  function JSXOpeningElement(state) {
13327
13462
  let eventData;
13328
13463
  if (state.events) {
@@ -13351,7 +13486,7 @@ ${input.slice(result.pos)}
13351
13486
  return $skip;
13352
13487
  return $0;
13353
13488
  });
13354
- var JSXOptionalClosingElement$1 = $EXPECT($L14, fail, 'JSXOptionalClosingElement ""');
13489
+ var JSXOptionalClosingElement$1 = $EXPECT($L15, fail, 'JSXOptionalClosingElement ""');
13355
13490
  function JSXOptionalClosingElement(state) {
13356
13491
  let eventData;
13357
13492
  if (state.events) {
@@ -13374,7 +13509,7 @@ ${input.slice(result.pos)}
13374
13509
  return result;
13375
13510
  }
13376
13511
  }
13377
- var JSXClosingElement$0 = $S($EXPECT($L157, fail, 'JSXClosingElement "</"'), $E(Whitespace), $TEXT(JSXElementName), $E(Whitespace), $EXPECT($L27, fail, 'JSXClosingElement ">"'));
13512
+ var JSXClosingElement$0 = $S($EXPECT($L158, fail, 'JSXClosingElement "</"'), $E(Whitespace), $TEXT(JSXElementName), $E(Whitespace), $EXPECT($L28, fail, 'JSXClosingElement ">"'));
13378
13513
  function JSXClosingElement(state) {
13379
13514
  let eventData;
13380
13515
  if (state.events) {
@@ -13413,7 +13548,7 @@ ${input.slice(result.pos)}
13413
13548
  ];
13414
13549
  return { type: "JSXFragment", children: parts, jsxChildren: children.jsxChildren };
13415
13550
  });
13416
- var JSXFragment$1 = $TS($S(CoffeeJSXEnabled, $EXPECT($L158, fail, 'JSXFragment "<>"'), $E(JSXChildren), $E(Whitespace), JSXClosingFragment), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
13551
+ var JSXFragment$1 = $TS($S(CoffeeJSXEnabled, $EXPECT($L159, fail, 'JSXFragment "<>"'), $E(JSXChildren), $E(Whitespace), JSXClosingFragment), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
13417
13552
  var children = $3;
13418
13553
  $0 = $0.slice(1);
13419
13554
  return {
@@ -13444,7 +13579,7 @@ ${input.slice(result.pos)}
13444
13579
  return result;
13445
13580
  }
13446
13581
  }
13447
- var PushJSXOpeningFragment$0 = $TV($EXPECT($L158, fail, 'PushJSXOpeningFragment "<>"'), function($skip, $loc, $0, $1) {
13582
+ var PushJSXOpeningFragment$0 = $TV($EXPECT($L159, fail, 'PushJSXOpeningFragment "<>"'), function($skip, $loc, $0, $1) {
13448
13583
  module2.JSXTagStack.push("");
13449
13584
  return $1;
13450
13585
  });
@@ -13475,7 +13610,7 @@ ${input.slice(result.pos)}
13475
13610
  return $skip;
13476
13611
  return $0;
13477
13612
  });
13478
- var JSXOptionalClosingFragment$1 = $EXPECT($L14, fail, 'JSXOptionalClosingFragment ""');
13613
+ var JSXOptionalClosingFragment$1 = $EXPECT($L15, fail, 'JSXOptionalClosingFragment ""');
13479
13614
  function JSXOptionalClosingFragment(state) {
13480
13615
  let eventData;
13481
13616
  if (state.events) {
@@ -13498,7 +13633,7 @@ ${input.slice(result.pos)}
13498
13633
  return result;
13499
13634
  }
13500
13635
  }
13501
- var JSXClosingFragment$0 = $EXPECT($L159, fail, 'JSXClosingFragment "</>"');
13636
+ var JSXClosingFragment$0 = $EXPECT($L160, fail, 'JSXClosingFragment "</>"');
13502
13637
  function JSXClosingFragment(state) {
13503
13638
  let eventData;
13504
13639
  if (state.events) {
@@ -13723,7 +13858,7 @@ ${input.slice(result.pos)}
13723
13858
  }
13724
13859
  });
13725
13860
  var JSXAttribute$2 = $S(InsertInlineOpenBrace, DotDotDot, InlineJSXAttributeValue, InsertCloseBrace);
13726
- var JSXAttribute$3 = $TS($S($EXPECT($L8, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
13861
+ var JSXAttribute$3 = $TS($S($EXPECT($L9, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
13727
13862
  return [" ", "id=", $2];
13728
13863
  });
13729
13864
  var JSXAttribute$4 = $TS($S(Dot, JSXShorthandString), function($skip, $loc, $0, $1, $2) {
@@ -13901,8 +14036,10 @@ ${input.slice(result.pos)}
13901
14036
  return result;
13902
14037
  }
13903
14038
  }
13904
- var InlineJSXBinaryOpRHS$0 = $TS($S(BinaryOp, $C(ParenthesizedAssignment, InlineJSXUnaryExpression)), function($skip, $loc, $0, $1, $2) {
13905
- return [[], $1, [], $2];
14039
+ var InlineJSXBinaryOpRHS$0 = $TS($S($N($EXPECT($R48, fail, "InlineJSXBinaryOpRHS /[<>]/")), BinaryOp, $C(ParenthesizedAssignment, InlineJSXUnaryExpression)), function($skip, $loc, $0, $1, $2, $3) {
14040
+ var op = $2;
14041
+ var rhs = $3;
14042
+ return [[], op, [], rhs];
13906
14043
  });
13907
14044
  function InlineJSXBinaryOpRHS(state) {
13908
14045
  let eventData;
@@ -14030,8 +14167,8 @@ ${input.slice(result.pos)}
14030
14167
  return result;
14031
14168
  }
14032
14169
  }
14033
- var InlineJSXCallExpression$0 = $S($EXPECT($L9, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments);
14034
- var InlineJSXCallExpression$1 = $S($EXPECT($L10, fail, 'InlineJSXCallExpression "import"'), OpenParen, ExtendedExpression, __, CloseParen);
14170
+ var InlineJSXCallExpression$0 = $S($EXPECT($L10, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments);
14171
+ var InlineJSXCallExpression$1 = $S($EXPECT($L11, fail, 'InlineJSXCallExpression "import"'), OpenParen, ExtendedExpression, __, CloseParen);
14035
14172
  var InlineJSXCallExpression$2 = $TS($S(InlineJSXMemberExpression, $Q(InlineJSXCallExpressionRest)), function($skip, $loc, $0, $1, $2) {
14036
14173
  if ($2.length)
14037
14174
  return $0;
@@ -14115,8 +14252,8 @@ ${input.slice(result.pos)}
14115
14252
  }
14116
14253
  var InlineJSXMemberExpressionRest$0 = $TS($S($E($C(OptionalShorthand, NonNullAssertion)), MemberBracketContent), function($skip, $loc, $0, $1, $2) {
14117
14254
  if ($1) {
14118
- if ($1.length === 2 && $2.type === "SliceExpression") {
14119
- return [$1[0], $2];
14255
+ if ($1.type === "Optional" && $2.type === "SliceExpression") {
14256
+ return [$1.children[0], $2];
14120
14257
  }
14121
14258
  return $0;
14122
14259
  }
@@ -14246,7 +14383,7 @@ ${input.slice(result.pos)}
14246
14383
  }
14247
14384
  return $skip;
14248
14385
  });
14249
- var JSXNestedChildren$1 = $TV($Y($C(JSXEOS, $EXPECT($L17, fail, 'JSXNestedChildren "}"'), JSXClosingElement, JSXClosingFragment)), function($skip, $loc, $0, $1) {
14386
+ var JSXNestedChildren$1 = $TV($Y($C(JSXEOS, $EXPECT($L18, fail, 'JSXNestedChildren "}"'), JSXClosingElement, JSXClosingFragment)), function($skip, $loc, $0, $1) {
14250
14387
  return { children: [], jsxChildren: [] };
14251
14388
  });
14252
14389
  function JSXNestedChildren(state) {
@@ -14375,7 +14512,7 @@ ${input.slice(result.pos)}
14375
14512
  return result;
14376
14513
  }
14377
14514
  }
14378
- var JSXComment$0 = $TS($S($EXPECT($L160, fail, 'JSXComment "<!--"'), JSXCommentContent, $EXPECT($L161, fail, 'JSXComment "-->"')), function($skip, $loc, $0, $1, $2, $3) {
14515
+ var JSXComment$0 = $TS($S($EXPECT($L161, fail, 'JSXComment "<!--"'), JSXCommentContent, $EXPECT($L162, fail, 'JSXComment "-->"')), function($skip, $loc, $0, $1, $2, $3) {
14379
14516
  return ["{/*", $2, "*/}"];
14380
14517
  });
14381
14518
  function JSXComment(state) {
@@ -14400,7 +14537,7 @@ ${input.slice(result.pos)}
14400
14537
  return result;
14401
14538
  }
14402
14539
  }
14403
- var JSXCommentContent$0 = $TR($EXPECT($R48, fail, "JSXCommentContent /(?:-[^-]|[^-]*)*/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14540
+ var JSXCommentContent$0 = $TR($EXPECT($R49, fail, "JSXCommentContent /(?:-[^-]|[^-]*)*/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14404
14541
  return { $loc, token: $0.replace(/\*\//g, "* /") };
14405
14542
  });
14406
14543
  function JSXCommentContent(state) {
@@ -14425,7 +14562,7 @@ ${input.slice(result.pos)}
14425
14562
  return result;
14426
14563
  }
14427
14564
  }
14428
- var JSXText$0 = $TR($EXPECT($R49, fail, "JSXText /[^{}<>\\r\\n]+/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14565
+ var JSXText$0 = $TR($EXPECT($R50, fail, "JSXText /[^{}<>\\r\\n]+/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
14429
14566
  return {
14430
14567
  type: "JSXText",
14431
14568
  token: $0,
@@ -14673,7 +14810,7 @@ ${input.slice(result.pos)}
14673
14810
  return result;
14674
14811
  }
14675
14812
  }
14676
- var TypeKeyword$0 = $S($EXPECT($L162, fail, 'TypeKeyword "type"'), NonIdContinue);
14813
+ var TypeKeyword$0 = $S($EXPECT($L163, fail, 'TypeKeyword "type"'), NonIdContinue);
14677
14814
  function TypeKeyword(state) {
14678
14815
  let eventData;
14679
14816
  if (state.events) {
@@ -14696,7 +14833,7 @@ ${input.slice(result.pos)}
14696
14833
  return result;
14697
14834
  }
14698
14835
  }
14699
- var Interface$0 = $S($EXPECT($L163, fail, 'Interface "interface"'), NonIdContinue);
14836
+ var Interface$0 = $S($EXPECT($L164, fail, 'Interface "interface"'), NonIdContinue);
14700
14837
  function Interface(state) {
14701
14838
  let eventData;
14702
14839
  if (state.events) {
@@ -14719,7 +14856,7 @@ ${input.slice(result.pos)}
14719
14856
  return result;
14720
14857
  }
14721
14858
  }
14722
- var Namespace$0 = $S($EXPECT($L164, fail, 'Namespace "namespace"'), NonIdContinue);
14859
+ var Namespace$0 = $S($EXPECT($L165, fail, 'Namespace "namespace"'), NonIdContinue);
14723
14860
  function Namespace(state) {
14724
14861
  let eventData;
14725
14862
  if (state.events) {
@@ -14967,7 +15104,7 @@ ${input.slice(result.pos)}
14967
15104
  return result;
14968
15105
  }
14969
15106
  }
14970
- var TypeIndexSignature$0 = $S($E($S($R$0($EXPECT($R50, fail, "TypeIndexSignature /[+-]?/")), $EXPECT($L132, fail, 'TypeIndexSignature "readonly"'), __)), OpenBracket, TypeIndex, CloseBracket, $E($S(__, $R$0($EXPECT($R51, fail, "TypeIndexSignature /[+-]/")), QuestionMark)));
15107
+ var TypeIndexSignature$0 = $S($E($S($R$0($EXPECT($R51, fail, "TypeIndexSignature /[+-]?/")), $EXPECT($L133, fail, 'TypeIndexSignature "readonly"'), __)), OpenBracket, TypeIndex, CloseBracket, $E($S(__, $R$0($EXPECT($R52, fail, "TypeIndexSignature /[+-]/")), QuestionMark)));
14971
15108
  function TypeIndexSignature(state) {
14972
15109
  let eventData;
14973
15110
  if (state.events) {
@@ -15039,7 +15176,7 @@ ${input.slice(result.pos)}
15039
15176
  return result;
15040
15177
  }
15041
15178
  }
15042
- var ReturnTypeSuffix$0 = $TS($S(__, Colon, $E($S(__, $EXPECT($L165, fail, 'ReturnTypeSuffix "asserts"'), NonIdContinue)), TypePredicate), function($skip, $loc, $0, $1, $2, $3, $4) {
15179
+ var ReturnTypeSuffix$0 = $TS($S(__, Colon, $E($S(__, $EXPECT($L166, fail, 'ReturnTypeSuffix "asserts"'), NonIdContinue)), TypePredicate), function($skip, $loc, $0, $1, $2, $3, $4) {
15043
15180
  const children = [...$1, $2];
15044
15181
  if ($3)
15045
15182
  children.push($3);
@@ -15072,7 +15209,7 @@ ${input.slice(result.pos)}
15072
15209
  return result;
15073
15210
  }
15074
15211
  }
15075
- var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L75, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
15212
+ var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L76, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
15076
15213
  if (!$2)
15077
15214
  return $1;
15078
15215
  return $0;
@@ -15198,10 +15335,10 @@ ${input.slice(result.pos)}
15198
15335
  return result;
15199
15336
  }
15200
15337
  }
15201
- var TypeUnaryOp$0 = $S($EXPECT($L166, fail, 'TypeUnaryOp "keyof"'), NonIdContinue);
15202
- var TypeUnaryOp$1 = $S($EXPECT($L148, fail, 'TypeUnaryOp "typeof"'), NonIdContinue);
15203
- var TypeUnaryOp$2 = $S($EXPECT($L167, fail, 'TypeUnaryOp "infer"'), NonIdContinue);
15204
- var TypeUnaryOp$3 = $S($EXPECT($L132, fail, 'TypeUnaryOp "readonly"'), NonIdContinue);
15338
+ var TypeUnaryOp$0 = $S($EXPECT($L167, fail, 'TypeUnaryOp "keyof"'), NonIdContinue);
15339
+ var TypeUnaryOp$1 = $S($EXPECT($L149, fail, 'TypeUnaryOp "typeof"'), NonIdContinue);
15340
+ var TypeUnaryOp$2 = $S($EXPECT($L168, fail, 'TypeUnaryOp "infer"'), NonIdContinue);
15341
+ var TypeUnaryOp$3 = $S($EXPECT($L133, fail, 'TypeUnaryOp "readonly"'), NonIdContinue);
15205
15342
  function TypeUnaryOp(state) {
15206
15343
  let eventData;
15207
15344
  if (state.events) {
@@ -15277,8 +15414,8 @@ ${input.slice(result.pos)}
15277
15414
  return result;
15278
15415
  }
15279
15416
  }
15280
- var ImportType$0 = $S($EXPECT($L10, fail, 'ImportType "import"'), OpenParen, __, BasicStringLiteral, __, CloseParen, $E($S(Dot, IdentifierName)), $E(TypeArguments));
15281
- var ImportType$1 = $S($EXPECT($L10, fail, 'ImportType "import"'), InsertOpenParen, Trimmed_, BasicStringLiteral, InsertCloseParen);
15417
+ var ImportType$0 = $S($EXPECT($L11, fail, 'ImportType "import"'), OpenParen, __, BasicStringLiteral, __, CloseParen, $E($S(Dot, IdentifierName)), $E(TypeArguments));
15418
+ var ImportType$1 = $S($EXPECT($L11, fail, 'ImportType "import"'), InsertOpenParen, Trimmed_, BasicStringLiteral, InsertCloseParen);
15282
15419
  function ImportType(state) {
15283
15420
  let eventData;
15284
15421
  if (state.events) {
@@ -15399,7 +15536,7 @@ ${input.slice(result.pos)}
15399
15536
  return result;
15400
15537
  }
15401
15538
  }
15402
- var TypeConditional$0 = $TS($S(TypeBinary, $E($S(__, $EXPECT($L113, fail, 'TypeConditional "extends"'), NonIdContinue, Type, $E($S(__, QuestionMark, Type, __, Colon, Type))))), function($skip, $loc, $0, $1, $2) {
15539
+ var TypeConditional$0 = $TS($S(TypeBinary, $E($S(__, $EXPECT($L116, fail, 'TypeConditional "extends"'), NonIdContinue, Type, $E($S(__, QuestionMark, Type, __, Colon, Type))))), function($skip, $loc, $0, $1, $2) {
15403
15540
  if ($2)
15404
15541
  return $0;
15405
15542
  return $1;
@@ -15428,10 +15565,10 @@ ${input.slice(result.pos)}
15428
15565
  }
15429
15566
  var TypeLiteral$0 = Literal;
15430
15567
  var TypeLiteral$1 = TemplateLiteral;
15431
- var TypeLiteral$2 = $TS($S($EXPECT($L152, fail, 'TypeLiteral "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15568
+ var TypeLiteral$2 = $TS($S($EXPECT($L153, fail, 'TypeLiteral "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
15432
15569
  return { $loc, token: "void" };
15433
15570
  });
15434
- var TypeLiteral$3 = $TV($EXPECT($L168, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
15571
+ var TypeLiteral$3 = $TV($EXPECT($L169, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
15435
15572
  return { $loc, token: "[]" };
15436
15573
  });
15437
15574
  function TypeLiteral(state) {
@@ -15506,7 +15643,7 @@ ${input.slice(result.pos)}
15506
15643
  var InlineInterfacePropertyDelimiter$1 = $T($S($Y($S($C(IndentedFurther, $E(_)), InlineBasicInterfaceProperty)), InsertComma), function(value) {
15507
15644
  return value[1];
15508
15645
  });
15509
- var InlineInterfacePropertyDelimiter$2 = $Y($S(__, $C($EXPECT($L29, fail, 'InlineInterfacePropertyDelimiter ":"'), $EXPECT($L15, fail, 'InlineInterfacePropertyDelimiter ")"'), $EXPECT($L28, fail, 'InlineInterfacePropertyDelimiter "]"'), $EXPECT($L17, fail, 'InlineInterfacePropertyDelimiter "}"'))));
15646
+ var InlineInterfacePropertyDelimiter$2 = $Y($S(__, $C($EXPECT($L30, fail, 'InlineInterfacePropertyDelimiter ":"'), $EXPECT($L16, fail, 'InlineInterfacePropertyDelimiter ")"'), $EXPECT($L29, fail, 'InlineInterfacePropertyDelimiter "]"'), $EXPECT($L18, fail, 'InlineInterfacePropertyDelimiter "}"'))));
15510
15647
  var InlineInterfacePropertyDelimiter$3 = $Y(EOS);
15511
15648
  function InlineInterfacePropertyDelimiter(state) {
15512
15649
  let eventData;
@@ -15530,10 +15667,10 @@ ${input.slice(result.pos)}
15530
15667
  return result;
15531
15668
  }
15532
15669
  }
15533
- var TypeBinaryOp$0 = $TV($EXPECT($L78, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
15670
+ var TypeBinaryOp$0 = $TV($EXPECT($L79, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
15534
15671
  return { $loc, token: "|" };
15535
15672
  });
15536
- var TypeBinaryOp$1 = $TV($EXPECT($L76, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
15673
+ var TypeBinaryOp$1 = $TV($EXPECT($L77, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
15537
15674
  return { $loc, token: "&" };
15538
15675
  });
15539
15676
  function TypeBinaryOp(state) {
@@ -15587,7 +15724,7 @@ ${input.slice(result.pos)}
15587
15724
  return result;
15588
15725
  }
15589
15726
  }
15590
- var TypeArguments$0 = $TS($S($EXPECT($L124, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L27, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
15727
+ var TypeArguments$0 = $TS($S($EXPECT($L127, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L28, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
15591
15728
  return { ts: true, children: $0 };
15592
15729
  });
15593
15730
  function TypeArguments(state) {
@@ -15658,7 +15795,7 @@ ${input.slice(result.pos)}
15658
15795
  return result;
15659
15796
  }
15660
15797
  }
15661
- var TypeParameters$0 = $TS($S(__, $EXPECT($L124, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L27, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
15798
+ var TypeParameters$0 = $TS($S(__, $EXPECT($L127, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L28, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
15662
15799
  var parameters = $3;
15663
15800
  return {
15664
15801
  type: "TypeParameters",
@@ -15712,7 +15849,7 @@ ${input.slice(result.pos)}
15712
15849
  return result;
15713
15850
  }
15714
15851
  }
15715
- var TypeConstraint$0 = $S(__, $EXPECT($L113, fail, 'TypeConstraint "extends"'), NonIdContinue, Type);
15852
+ var TypeConstraint$0 = $S(__, $EXPECT($L116, fail, 'TypeConstraint "extends"'), NonIdContinue, Type);
15716
15853
  function TypeConstraint(state) {
15717
15854
  let eventData;
15718
15855
  if (state.events) {
@@ -15735,7 +15872,7 @@ ${input.slice(result.pos)}
15735
15872
  return result;
15736
15873
  }
15737
15874
  }
15738
- var TypeInitializer$0 = $S(__, $EXPECT($L26, fail, 'TypeInitializer "="'), Type);
15875
+ var TypeInitializer$0 = $S(__, $EXPECT($L27, fail, 'TypeInitializer "="'), Type);
15739
15876
  function TypeInitializer(state) {
15740
15877
  let eventData;
15741
15878
  if (state.events) {
@@ -15759,7 +15896,7 @@ ${input.slice(result.pos)}
15759
15896
  }
15760
15897
  }
15761
15898
  var TypeParameterDelimiter$0 = $S($Q(_), Comma);
15762
- var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L27, fail, 'TypeParameterDelimiter ">"')));
15899
+ var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L28, fail, 'TypeParameterDelimiter ">"')));
15763
15900
  var TypeParameterDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
15764
15901
  return value[1];
15765
15902
  });
@@ -15810,7 +15947,7 @@ ${input.slice(result.pos)}
15810
15947
  return result;
15811
15948
  }
15812
15949
  }
15813
- var Shebang$0 = $S($R$0($EXPECT($R52, fail, "Shebang /#![^\\r\\n]*/")), EOL);
15950
+ var Shebang$0 = $S($R$0($EXPECT($R53, fail, "Shebang /#![^\\r\\n]*/")), EOL);
15814
15951
  function Shebang(state) {
15815
15952
  let eventData;
15816
15953
  if (state.events) {
@@ -15833,11 +15970,11 @@ ${input.slice(result.pos)}
15833
15970
  return result;
15834
15971
  }
15835
15972
  }
15836
- var CivetPrologue$0 = $T($S($EXPECT($R53, fail, "CivetPrologue /[\\t ]*/"), DoubleQuote, CivetPrologueContent, DoubleQuote, $TEXT(StatementDelimiter), $E(EOS)), function(value) {
15973
+ var CivetPrologue$0 = $T($S($EXPECT($R54, fail, "CivetPrologue /[\\t ]*/"), DoubleQuote, CivetPrologueContent, DoubleQuote, $TEXT(SimpleStatementDelimiter), $E(EOS)), function(value) {
15837
15974
  var content = value[2];
15838
15975
  return content;
15839
15976
  });
15840
- var CivetPrologue$1 = $T($S($EXPECT($R53, fail, "CivetPrologue /[\\t ]*/"), SingleQuote, CivetPrologueContent, SingleQuote, $TEXT(StatementDelimiter), $E(EOS)), function(value) {
15977
+ var CivetPrologue$1 = $T($S($EXPECT($R54, fail, "CivetPrologue /[\\t ]*/"), SingleQuote, CivetPrologueContent, SingleQuote, $TEXT(SimpleStatementDelimiter), $E(EOS)), function(value) {
15841
15978
  var content = value[2];
15842
15979
  return content;
15843
15980
  });
@@ -15863,7 +16000,7 @@ ${input.slice(result.pos)}
15863
16000
  return result;
15864
16001
  }
15865
16002
  }
15866
- var CivetPrologueContent$0 = $TS($S($EXPECT($L169, fail, 'CivetPrologueContent "civet"'), NonIdContinue, $Q(CivetOption), $EXPECT($R54, fail, "CivetPrologueContent /[\\s]*/")), function($skip, $loc, $0, $1, $2, $3, $4) {
16003
+ var CivetPrologueContent$0 = $TS($S($EXPECT($L170, fail, 'CivetPrologueContent "civet"'), NonIdContinue, $Q(CivetOption), $EXPECT($R55, fail, "CivetPrologueContent /[\\s]*/")), function($skip, $loc, $0, $1, $2, $3, $4) {
15867
16004
  var options = $3;
15868
16005
  return {
15869
16006
  type: "CivetPrologue",
@@ -15893,7 +16030,7 @@ ${input.slice(result.pos)}
15893
16030
  return result;
15894
16031
  }
15895
16032
  }
15896
- var CivetOption$0 = $TR($EXPECT($R55, fail, "CivetOption /\\s+([+-]?)([a-zA-Z0-9-]+)(\\s*=\\s*([a-zA-Z0-9.+-]*))?/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
16033
+ var CivetOption$0 = $TR($EXPECT($R56, fail, "CivetOption /\\s+([+-]?)([a-zA-Z0-9-]+)(\\s*=\\s*([a-zA-Z0-9.+-]*))?/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
15897
16034
  const optionName = $2.replace(/-+([a-z]?)/g, (_2, l) => {
15898
16035
  if (l)
15899
16036
  return l.toUpperCase();
@@ -15929,7 +16066,7 @@ ${input.slice(result.pos)}
15929
16066
  return result;
15930
16067
  }
15931
16068
  }
15932
- var UnknownPrologue$0 = $S($R$0($EXPECT($R53, fail, "UnknownPrologue /[\\t ]*/")), BasicStringLiteral, $TEXT(StatementDelimiter), EOS);
16069
+ var UnknownPrologue$0 = $S($R$0($EXPECT($R54, fail, "UnknownPrologue /[\\t ]*/")), BasicStringLiteral, $TEXT(SimpleStatementDelimiter), EOS);
15933
16070
  function UnknownPrologue(state) {
15934
16071
  let eventData;
15935
16072
  if (state.events) {
@@ -15999,7 +16136,7 @@ ${input.slice(result.pos)}
15999
16136
  return result;
16000
16137
  }
16001
16138
  }
16002
- var EOL$0 = $TR($EXPECT($R56, fail, "EOL /\\r\\n|\\n|\\r|$/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
16139
+ var EOL$0 = $TR($EXPECT($R57, fail, "EOL /\\r\\n|\\n|\\r|$/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
16003
16140
  return { $loc, token: $0 };
16004
16141
  });
16005
16142
  function EOL(state) {
@@ -16024,7 +16161,7 @@ ${input.slice(result.pos)}
16024
16161
  return result;
16025
16162
  }
16026
16163
  }
16027
- var Debugger$0 = $TV($EXPECT($L14, fail, 'Debugger ""'), function($skip, $loc, $0, $1) {
16164
+ var Debugger$0 = $TV($EXPECT($L15, fail, 'Debugger ""'), function($skip, $loc, $0, $1) {
16028
16165
  debugger;
16029
16166
  });
16030
16167
  function Debugger(state) {
@@ -16049,7 +16186,32 @@ ${input.slice(result.pos)}
16049
16186
  return result;
16050
16187
  }
16051
16188
  }
16052
- var InsertOpenParen$0 = $TV($EXPECT($L14, fail, 'InsertOpenParen ""'), function($skip, $loc, $0, $1) {
16189
+ var InsertSemicolon$0 = $TV($EXPECT($L15, fail, 'InsertSemicolon ""'), function($skip, $loc, $0, $1) {
16190
+ return { $loc, token: ";" };
16191
+ });
16192
+ function InsertSemicolon(state) {
16193
+ let eventData;
16194
+ if (state.events) {
16195
+ const result = state.events.enter?.("InsertSemicolon", state);
16196
+ if (result) {
16197
+ if (result.cache)
16198
+ return result.cache;
16199
+ eventData = result.data;
16200
+ }
16201
+ }
16202
+ if (state.tokenize) {
16203
+ const result = $TOKEN("InsertSemicolon", state, InsertSemicolon$0(state));
16204
+ if (state.events)
16205
+ state.events.exit?.("InsertSemicolon", state, result, eventData);
16206
+ return result;
16207
+ } else {
16208
+ const result = InsertSemicolon$0(state);
16209
+ if (state.events)
16210
+ state.events.exit?.("InsertSemicolon", state, result, eventData);
16211
+ return result;
16212
+ }
16213
+ }
16214
+ var InsertOpenParen$0 = $TV($EXPECT($L15, fail, 'InsertOpenParen ""'), function($skip, $loc, $0, $1) {
16053
16215
  return { $loc, token: "(" };
16054
16216
  });
16055
16217
  function InsertOpenParen(state) {
@@ -16074,7 +16236,7 @@ ${input.slice(result.pos)}
16074
16236
  return result;
16075
16237
  }
16076
16238
  }
16077
- var InsertCloseParen$0 = $TV($EXPECT($L14, fail, 'InsertCloseParen ""'), function($skip, $loc, $0, $1) {
16239
+ var InsertCloseParen$0 = $TV($EXPECT($L15, fail, 'InsertCloseParen ""'), function($skip, $loc, $0, $1) {
16078
16240
  return { $loc, token: ")" };
16079
16241
  });
16080
16242
  function InsertCloseParen(state) {
@@ -16099,7 +16261,7 @@ ${input.slice(result.pos)}
16099
16261
  return result;
16100
16262
  }
16101
16263
  }
16102
- var InsertOpenBrace$0 = $TV($EXPECT($L14, fail, 'InsertOpenBrace ""'), function($skip, $loc, $0, $1) {
16264
+ var InsertOpenBrace$0 = $TV($EXPECT($L15, fail, 'InsertOpenBrace ""'), function($skip, $loc, $0, $1) {
16103
16265
  return [{ $loc, token: " " }, { $loc, token: "{" }];
16104
16266
  });
16105
16267
  function InsertOpenBrace(state) {
@@ -16124,7 +16286,7 @@ ${input.slice(result.pos)}
16124
16286
  return result;
16125
16287
  }
16126
16288
  }
16127
- var InsertInlineOpenBrace$0 = $TV($EXPECT($L14, fail, 'InsertInlineOpenBrace ""'), function($skip, $loc, $0, $1) {
16289
+ var InsertInlineOpenBrace$0 = $TV($EXPECT($L15, fail, 'InsertInlineOpenBrace ""'), function($skip, $loc, $0, $1) {
16128
16290
  return { $loc, token: "{" };
16129
16291
  });
16130
16292
  function InsertInlineOpenBrace(state) {
@@ -16149,7 +16311,7 @@ ${input.slice(result.pos)}
16149
16311
  return result;
16150
16312
  }
16151
16313
  }
16152
- var InsertCloseBrace$0 = $TV($EXPECT($L14, fail, 'InsertCloseBrace ""'), function($skip, $loc, $0, $1) {
16314
+ var InsertCloseBrace$0 = $TV($EXPECT($L15, fail, 'InsertCloseBrace ""'), function($skip, $loc, $0, $1) {
16153
16315
  return { $loc, token: "}" };
16154
16316
  });
16155
16317
  function InsertCloseBrace(state) {
@@ -16174,7 +16336,7 @@ ${input.slice(result.pos)}
16174
16336
  return result;
16175
16337
  }
16176
16338
  }
16177
- var InsertComma$0 = $TV($EXPECT($L14, fail, 'InsertComma ""'), function($skip, $loc, $0, $1) {
16339
+ var InsertComma$0 = $TV($EXPECT($L15, fail, 'InsertComma ""'), function($skip, $loc, $0, $1) {
16178
16340
  return { $loc, token: "," };
16179
16341
  });
16180
16342
  function InsertComma(state) {
@@ -16199,7 +16361,7 @@ ${input.slice(result.pos)}
16199
16361
  return result;
16200
16362
  }
16201
16363
  }
16202
- var InsertConst$0 = $TV($EXPECT($L14, fail, 'InsertConst ""'), function($skip, $loc, $0, $1) {
16364
+ var InsertConst$0 = $TV($EXPECT($L15, fail, 'InsertConst ""'), function($skip, $loc, $0, $1) {
16203
16365
  return { $loc, token: "const " };
16204
16366
  });
16205
16367
  function InsertConst(state) {
@@ -16224,7 +16386,7 @@ ${input.slice(result.pos)}
16224
16386
  return result;
16225
16387
  }
16226
16388
  }
16227
- var InsertLet$0 = $TV($EXPECT($L14, fail, 'InsertLet ""'), function($skip, $loc, $0, $1) {
16389
+ var InsertLet$0 = $TV($EXPECT($L15, fail, 'InsertLet ""'), function($skip, $loc, $0, $1) {
16228
16390
  return { $loc, token: "let " };
16229
16391
  });
16230
16392
  function InsertLet(state) {
@@ -16249,7 +16411,7 @@ ${input.slice(result.pos)}
16249
16411
  return result;
16250
16412
  }
16251
16413
  }
16252
- var InsertReadonly$0 = $TV($EXPECT($L14, fail, 'InsertReadonly ""'), function($skip, $loc, $0, $1) {
16414
+ var InsertReadonly$0 = $TV($EXPECT($L15, fail, 'InsertReadonly ""'), function($skip, $loc, $0, $1) {
16253
16415
  return { ts: true, children: [{ $loc, token: "readonly " }] };
16254
16416
  });
16255
16417
  function InsertReadonly(state) {
@@ -16274,7 +16436,7 @@ ${input.slice(result.pos)}
16274
16436
  return result;
16275
16437
  }
16276
16438
  }
16277
- var InsertNewline$0 = $TV($EXPECT($L14, fail, 'InsertNewline ""'), function($skip, $loc, $0, $1) {
16439
+ var InsertNewline$0 = $TV($EXPECT($L15, fail, 'InsertNewline ""'), function($skip, $loc, $0, $1) {
16278
16440
  return "\n";
16279
16441
  });
16280
16442
  function InsertNewline(state) {
@@ -16299,7 +16461,7 @@ ${input.slice(result.pos)}
16299
16461
  return result;
16300
16462
  }
16301
16463
  }
16302
- var InsertIndent$0 = $TV($EXPECT($L14, fail, 'InsertIndent ""'), function($skip, $loc, $0, $1) {
16464
+ var InsertIndent$0 = $TV($EXPECT($L15, fail, 'InsertIndent ""'), function($skip, $loc, $0, $1) {
16303
16465
  return module2.currentIndent.token;
16304
16466
  });
16305
16467
  function InsertIndent(state) {
@@ -16324,7 +16486,7 @@ ${input.slice(result.pos)}
16324
16486
  return result;
16325
16487
  }
16326
16488
  }
16327
- var InsertSpace$0 = $TV($EXPECT($L14, fail, 'InsertSpace ""'), function($skip, $loc, $0, $1) {
16489
+ var InsertSpace$0 = $TV($EXPECT($L15, fail, 'InsertSpace ""'), function($skip, $loc, $0, $1) {
16328
16490
  return { $loc, token: " " };
16329
16491
  });
16330
16492
  function InsertSpace(state) {
@@ -16349,7 +16511,7 @@ ${input.slice(result.pos)}
16349
16511
  return result;
16350
16512
  }
16351
16513
  }
16352
- var InsertDot$0 = $TV($EXPECT($L14, fail, 'InsertDot ""'), function($skip, $loc, $0, $1) {
16514
+ var InsertDot$0 = $TV($EXPECT($L15, fail, 'InsertDot ""'), function($skip, $loc, $0, $1) {
16353
16515
  return { $loc, token: "." };
16354
16516
  });
16355
16517
  function InsertDot(state) {
@@ -16374,7 +16536,7 @@ ${input.slice(result.pos)}
16374
16536
  return result;
16375
16537
  }
16376
16538
  }
16377
- var InsertBreak$0 = $TV($EXPECT($L14, fail, 'InsertBreak ""'), function($skip, $loc, $0, $1) {
16539
+ var InsertBreak$0 = $TV($EXPECT($L15, fail, 'InsertBreak ""'), function($skip, $loc, $0, $1) {
16378
16540
  return { $loc, token: ";break;" };
16379
16541
  });
16380
16542
  function InsertBreak(state) {
@@ -16399,7 +16561,7 @@ ${input.slice(result.pos)}
16399
16561
  return result;
16400
16562
  }
16401
16563
  }
16402
- var InsertVar$0 = $TV($EXPECT($L14, fail, 'InsertVar ""'), function($skip, $loc, $0, $1) {
16564
+ var InsertVar$0 = $TV($EXPECT($L15, fail, 'InsertVar ""'), function($skip, $loc, $0, $1) {
16403
16565
  return { $loc, token: "var " };
16404
16566
  });
16405
16567
  function InsertVar(state) {
@@ -16424,7 +16586,7 @@ ${input.slice(result.pos)}
16424
16586
  return result;
16425
16587
  }
16426
16588
  }
16427
- var CoffeeBinaryExistentialEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeBinaryExistentialEnabled ""'), function($skip, $loc, $0, $1) {
16589
+ var CoffeeBinaryExistentialEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeBinaryExistentialEnabled ""'), function($skip, $loc, $0, $1) {
16428
16590
  if (module2.config.coffeeBinaryExistential)
16429
16591
  return;
16430
16592
  return $skip;
@@ -16451,7 +16613,7 @@ ${input.slice(result.pos)}
16451
16613
  return result;
16452
16614
  }
16453
16615
  }
16454
- var CoffeeBooleansEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeBooleansEnabled ""'), function($skip, $loc, $0, $1) {
16616
+ var CoffeeBooleansEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeBooleansEnabled ""'), function($skip, $loc, $0, $1) {
16455
16617
  if (module2.config.coffeeBooleans)
16456
16618
  return;
16457
16619
  return $skip;
@@ -16478,7 +16640,7 @@ ${input.slice(result.pos)}
16478
16640
  return result;
16479
16641
  }
16480
16642
  }
16481
- var CoffeeClassesEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeClassesEnabled ""'), function($skip, $loc, $0, $1) {
16643
+ var CoffeeClassesEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeClassesEnabled ""'), function($skip, $loc, $0, $1) {
16482
16644
  if (module2.config.coffeeClasses)
16483
16645
  return;
16484
16646
  return $skip;
@@ -16505,7 +16667,7 @@ ${input.slice(result.pos)}
16505
16667
  return result;
16506
16668
  }
16507
16669
  }
16508
- var CoffeeCommentEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeCommentEnabled ""'), function($skip, $loc, $0, $1) {
16670
+ var CoffeeCommentEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeCommentEnabled ""'), function($skip, $loc, $0, $1) {
16509
16671
  if (module2.config.coffeeComment)
16510
16672
  return;
16511
16673
  return $skip;
@@ -16532,7 +16694,7 @@ ${input.slice(result.pos)}
16532
16694
  return result;
16533
16695
  }
16534
16696
  }
16535
- var CoffeeDoEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeDoEnabled ""'), function($skip, $loc, $0, $1) {
16697
+ var CoffeeDoEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeDoEnabled ""'), function($skip, $loc, $0, $1) {
16536
16698
  if (module2.config.coffeeDo)
16537
16699
  return;
16538
16700
  return $skip;
@@ -16559,7 +16721,7 @@ ${input.slice(result.pos)}
16559
16721
  return result;
16560
16722
  }
16561
16723
  }
16562
- var CoffeeForLoopsEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeForLoopsEnabled ""'), function($skip, $loc, $0, $1) {
16724
+ var CoffeeForLoopsEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeForLoopsEnabled ""'), function($skip, $loc, $0, $1) {
16563
16725
  if (module2.config.coffeeForLoops)
16564
16726
  return;
16565
16727
  return $skip;
@@ -16586,7 +16748,7 @@ ${input.slice(result.pos)}
16586
16748
  return result;
16587
16749
  }
16588
16750
  }
16589
- var CoffeeInterpolationEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeInterpolationEnabled ""'), function($skip, $loc, $0, $1) {
16751
+ var CoffeeInterpolationEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeInterpolationEnabled ""'), function($skip, $loc, $0, $1) {
16590
16752
  if (module2.config.coffeeInterpolation)
16591
16753
  return;
16592
16754
  return $skip;
@@ -16613,7 +16775,7 @@ ${input.slice(result.pos)}
16613
16775
  return result;
16614
16776
  }
16615
16777
  }
16616
- var CoffeeIsntEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeIsntEnabled ""'), function($skip, $loc, $0, $1) {
16778
+ var CoffeeIsntEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeIsntEnabled ""'), function($skip, $loc, $0, $1) {
16617
16779
  if (module2.config.coffeeIsnt)
16618
16780
  return;
16619
16781
  return $skip;
@@ -16640,7 +16802,7 @@ ${input.slice(result.pos)}
16640
16802
  return result;
16641
16803
  }
16642
16804
  }
16643
- var CoffeeJSXEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeJSXEnabled ""'), function($skip, $loc, $0, $1) {
16805
+ var CoffeeJSXEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeJSXEnabled ""'), function($skip, $loc, $0, $1) {
16644
16806
  if (module2.config.coffeeJSX)
16645
16807
  return;
16646
16808
  return $skip;
@@ -16667,7 +16829,7 @@ ${input.slice(result.pos)}
16667
16829
  return result;
16668
16830
  }
16669
16831
  }
16670
- var CoffeeLineContinuationEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeLineContinuationEnabled ""'), function($skip, $loc, $0, $1) {
16832
+ var CoffeeLineContinuationEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeLineContinuationEnabled ""'), function($skip, $loc, $0, $1) {
16671
16833
  if (module2.config.coffeeLineContinuation)
16672
16834
  return;
16673
16835
  return $skip;
@@ -16694,7 +16856,7 @@ ${input.slice(result.pos)}
16694
16856
  return result;
16695
16857
  }
16696
16858
  }
16697
- var CoffeeNotEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeNotEnabled ""'), function($skip, $loc, $0, $1) {
16859
+ var CoffeeNotEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeNotEnabled ""'), function($skip, $loc, $0, $1) {
16698
16860
  if (module2.config.coffeeNot)
16699
16861
  return;
16700
16862
  return $skip;
@@ -16721,7 +16883,7 @@ ${input.slice(result.pos)}
16721
16883
  return result;
16722
16884
  }
16723
16885
  }
16724
- var CoffeeOfEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeeOfEnabled ""'), function($skip, $loc, $0, $1) {
16886
+ var CoffeeOfEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeeOfEnabled ""'), function($skip, $loc, $0, $1) {
16725
16887
  if (module2.config.coffeeOf)
16726
16888
  return;
16727
16889
  return $skip;
@@ -16748,7 +16910,7 @@ ${input.slice(result.pos)}
16748
16910
  return result;
16749
16911
  }
16750
16912
  }
16751
- var CoffeePrototypeEnabled$0 = $TV($EXPECT($L14, fail, 'CoffeePrototypeEnabled ""'), function($skip, $loc, $0, $1) {
16913
+ var CoffeePrototypeEnabled$0 = $TV($EXPECT($L15, fail, 'CoffeePrototypeEnabled ""'), function($skip, $loc, $0, $1) {
16752
16914
  if (module2.config.coffeePrototype)
16753
16915
  return;
16754
16916
  return $skip;
@@ -16775,7 +16937,7 @@ ${input.slice(result.pos)}
16775
16937
  return result;
16776
16938
  }
16777
16939
  }
16778
- var ObjectIsEnabled$0 = $TV($EXPECT($L14, fail, 'ObjectIsEnabled ""'), function($skip, $loc, $0, $1) {
16940
+ var ObjectIsEnabled$0 = $TV($EXPECT($L15, fail, 'ObjectIsEnabled ""'), function($skip, $loc, $0, $1) {
16779
16941
  if (module2.config.objectIs)
16780
16942
  return;
16781
16943
  return $skip;
@@ -16802,7 +16964,7 @@ ${input.slice(result.pos)}
16802
16964
  return result;
16803
16965
  }
16804
16966
  }
16805
- var Reset$0 = $TV($EXPECT($L14, fail, 'Reset ""'), function($skip, $loc, $0, $1) {
16967
+ var Reset$0 = $TV($EXPECT($L15, fail, 'Reset ""'), function($skip, $loc, $0, $1) {
16806
16968
  module2.indentLevels = [{
16807
16969
  level: 0,
16808
16970
  token: ""
@@ -17072,7 +17234,7 @@ ${input.slice(result.pos)}
17072
17234
  return result;
17073
17235
  }
17074
17236
  }
17075
- var Init$0 = $TS($S($E(Shebang), $Q(DirectivePrologue), $EXPECT($L14, fail, 'Init ""')), function($skip, $loc, $0, $1, $2, $3) {
17237
+ var Init$0 = $TS($S($E(Shebang), $Q(DirectivePrologue), $EXPECT($L15, fail, 'Init ""')), function($skip, $loc, $0, $1, $2, $3) {
17076
17238
  var directives = $2;
17077
17239
  directives.forEach((directive) => {
17078
17240
  if (directive.type === "CivetPrologue") {
@@ -18091,7 +18253,7 @@ ${input.slice(result.pos)}
18091
18253
  return result;
18092
18254
  }
18093
18255
  }
18094
- var Indent$0 = $TR($EXPECT($R57, fail, "Indent /[ \\t]*/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
18256
+ var Indent$0 = $TR($EXPECT($R58, fail, "Indent /[ \\t]*/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
18095
18257
  let level;
18096
18258
  if (module2.config.tab) {
18097
18259
  const tabs = $0.match(/\t/g);
@@ -18246,7 +18408,7 @@ ${input.slice(result.pos)}
18246
18408
  return result;
18247
18409
  }
18248
18410
  }
18249
- var PopIndent$0 = $TV($EXPECT($L14, fail, 'PopIndent ""'), function($skip, $loc, $0, $1) {
18411
+ var PopIndent$0 = $TV($EXPECT($L15, fail, 'PopIndent ""'), function($skip, $loc, $0, $1) {
18250
18412
  if (module2.config.verbose) {
18251
18413
  console.log("popping indent", module2.indentLevels[module2.indentLevels.length - 1], "->", module2.indentLevels[module2.indentLevels.length - 2]);
18252
18414
  }