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