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