@danielx/civet 0.6.9 → 0.6.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.mjs CHANGED
@@ -1122,6 +1122,10 @@ var require_lib = __commonJS({
1122
1122
  case "CallExpression":
1123
1123
  case "MemberExpression":
1124
1124
  case "ParenthesizedExpression":
1125
+ case "DebuggerExpression":
1126
+ case "SwitchExpression":
1127
+ case "ThrowExpression":
1128
+ case "TryExpression":
1125
1129
  return expression;
1126
1130
  default:
1127
1131
  return {
@@ -3348,6 +3352,7 @@ ${input.slice(result.pos)}
3348
3352
  In,
3349
3353
  LetOrConst,
3350
3354
  Const,
3355
+ Is,
3351
3356
  LetOrConstOrVar,
3352
3357
  Loop,
3353
3358
  New,
@@ -3566,179 +3571,204 @@ ${input.slice(result.pos)}
3566
3571
  var $L6 = $L("++");
3567
3572
  var $L7 = $L("--");
3568
3573
  var $L8 = $L("=>");
3569
- var $L9 = $L(" ");
3570
- var $L10 = $L(":");
3571
- var $L11 = $L("implements");
3572
- var $L12 = $L("<:");
3573
- var $L13 = $L("#");
3574
- var $L14 = $L("super");
3575
- var $L15 = $L("import");
3576
- var $L16 = $L("!");
3577
- var $L17 = $L("^");
3578
- var $L18 = $L("-");
3579
- var $L19 = $L("import.meta");
3580
- var $L20 = $L("return.value");
3581
- var $L21 = $L(",");
3582
- var $L22 = $L("->");
3583
- var $L23 = $L("}");
3584
- var $L24 = $L("null");
3585
- var $L25 = $L("true");
3586
- var $L26 = $L("false");
3587
- var $L27 = $L("yes");
3588
- var $L28 = $L("on");
3589
- var $L29 = $L("no");
3590
- var $L30 = $L("off");
3591
- var $L31 = $L(">");
3592
- var $L32 = $L("]");
3593
- var $L33 = $L("**=");
3594
- var $L34 = $L("*=");
3595
- var $L35 = $L("/=");
3596
- var $L36 = $L("%=");
3597
- var $L37 = $L("+=");
3598
- var $L38 = $L("-=");
3599
- var $L39 = $L("<<=");
3600
- var $L40 = $L(">>>=");
3601
- var $L41 = $L(">>=");
3602
- var $L42 = $L("&&=");
3603
- var $L43 = $L("&=");
3604
- var $L44 = $L("^=");
3605
- var $L45 = $L("||=");
3606
- var $L46 = $L("|=");
3607
- var $L47 = $L("??=");
3608
- var $L48 = $L("?=");
3609
- var $L49 = $L("and=");
3610
- var $L50 = $L("or=");
3611
- var $L51 = $L("not");
3612
- var $L52 = $L("**");
3613
- var $L53 = $L("*");
3614
- var $L54 = $L("/");
3615
- var $L55 = $L("%%");
3616
- var $L56 = $L("%");
3617
- var $L57 = $L("+");
3618
- var $L58 = $L("<=");
3619
- var $L59 = $L(">=");
3620
- var $L60 = $L("<?");
3621
- var $L61 = $L("!<?");
3622
- var $L62 = $L("<<");
3623
- var $L63 = $L(">>>");
3624
- var $L64 = $L(">>");
3625
- var $L65 = $L("!==");
3626
- var $L66 = $L("!=");
3627
- var $L67 = $L("isnt");
3628
- var $L68 = $L("===");
3629
- var $L69 = $L("==");
3630
- var $L70 = $L("and");
3631
- var $L71 = $L("&&");
3632
- var $L72 = $L("of");
3633
- var $L73 = $L("or");
3634
- var $L74 = $L("||");
3635
- var $L75 = $L("^^");
3636
- var $L76 = $L("xor");
3637
- var $L77 = $L("xnor");
3638
- var $L78 = $L("??");
3639
- var $L79 = $L("instanceof");
3640
- var $L80 = $L("in");
3641
- var $L81 = $L("is");
3642
- var $L82 = $L("&");
3643
- var $L83 = $L("|");
3644
- var $L84 = $L(";");
3645
- var $L85 = $L("$:");
3646
- var $L86 = $L("own");
3647
- var $L87 = $L("break");
3648
- var $L88 = $L("continue");
3649
- var $L89 = $L("debugger");
3650
- var $L90 = $L("assert");
3651
- var $L91 = $L(":=");
3652
- var $L92 = $L(".=");
3653
- var $L93 = $L("/*");
3654
- var $L94 = $L("*/");
3655
- var $L95 = $L("\\");
3656
- var $L96 = $L("[");
3657
- var $L97 = $L("`");
3658
- var $L98 = $L("abstract");
3659
- var $L99 = $L("as");
3660
- var $L100 = $L("@");
3661
- var $L101 = $L("@@");
3662
- var $L102 = $L("async");
3663
- var $L103 = $L("await");
3664
- var $L104 = $L("by");
3665
- var $L105 = $L("case");
3666
- var $L106 = $L("catch");
3667
- var $L107 = $L("class");
3668
- var $L108 = $L(")");
3669
- var $L109 = $L("#{");
3670
- var $L110 = $L("declare");
3671
- var $L111 = $L("default");
3672
- var $L112 = $L("delete");
3673
- var $L113 = $L("do");
3674
- var $L114 = $L("..");
3675
- var $L115 = $L("...");
3676
- var $L116 = $L("::");
3677
- var $L117 = $L('"');
3678
- var $L118 = $L("else");
3679
- var $L119 = $L("export");
3680
- var $L120 = $L("extends");
3681
- var $L121 = $L("finally");
3682
- var $L122 = $L("for");
3683
- var $L123 = $L("from");
3684
- var $L124 = $L("function");
3685
- var $L125 = $L("get");
3686
- var $L126 = $L("set");
3687
- var $L127 = $L("if");
3688
- var $L128 = $L("let");
3689
- var $L129 = $L("const");
3690
- var $L130 = $L("loop");
3691
- var $L131 = $L("new");
3692
- var $L132 = $L("<");
3693
- var $L133 = $L("{");
3694
- var $L134 = $L("operator");
3695
- var $L135 = $L("public");
3696
- var $L136 = $L("private");
3697
- var $L137 = $L("protected");
3698
- var $L138 = $L("||>");
3699
- var $L139 = $L("|>=");
3700
- var $L140 = $L("|>");
3701
- var $L141 = $L("readonly");
3702
- var $L142 = $L("return");
3703
- var $L143 = $L("satisfies");
3704
- var $L144 = $L("'");
3705
- var $L145 = $L("static");
3706
- var $L146 = $L("${");
3707
- var $L147 = $L("switch");
3708
- var $L148 = $L("target");
3709
- var $L149 = $L("then");
3710
- var $L150 = $L("this");
3711
- var $L151 = $L("throw");
3712
- var $L152 = $L('"""');
3713
- var $L153 = $L("'''");
3714
- var $L154 = $L("///");
3715
- var $L155 = $L("```");
3716
- var $L156 = $L("try");
3717
- var $L157 = $L("typeof");
3718
- var $L158 = $L("unless");
3719
- var $L159 = $L("until");
3720
- var $L160 = $L("var");
3721
- var $L161 = $L("void");
3722
- var $L162 = $L("when");
3723
- var $L163 = $L("while");
3724
- var $L164 = $L("yield");
3725
- var $L165 = $L("/>");
3726
- var $L166 = $L("</");
3727
- var $L167 = $L("<>");
3728
- var $L168 = $L("</>");
3729
- var $L169 = $L("<!--");
3730
- var $L170 = $L("-->");
3731
- var $L171 = $L("type");
3732
- var $L172 = $L("enum");
3733
- var $L173 = $L("interface");
3734
- var $L174 = $L("global");
3735
- var $L175 = $L("module");
3736
- var $L176 = $L("namespace");
3737
- var $L177 = $L("asserts");
3738
- var $L178 = $L("keyof");
3739
- var $L179 = $L("infer");
3740
- var $L180 = $L("[]");
3741
- var $L181 = $L("civet");
3574
+ var $L9 = $L("\u21D2");
3575
+ var $L10 = $L(" ");
3576
+ var $L11 = $L(":");
3577
+ var $L12 = $L("implements");
3578
+ var $L13 = $L("<:");
3579
+ var $L14 = $L("#");
3580
+ var $L15 = $L("super");
3581
+ var $L16 = $L("import");
3582
+ var $L17 = $L("!");
3583
+ var $L18 = $L("^");
3584
+ var $L19 = $L("-");
3585
+ var $L20 = $L("import.meta");
3586
+ var $L21 = $L("return.value");
3587
+ var $L22 = $L(",");
3588
+ var $L23 = $L("->");
3589
+ var $L24 = $L("\u2192");
3590
+ var $L25 = $L("}");
3591
+ var $L26 = $L("null");
3592
+ var $L27 = $L("true");
3593
+ var $L28 = $L("false");
3594
+ var $L29 = $L("yes");
3595
+ var $L30 = $L("on");
3596
+ var $L31 = $L("no");
3597
+ var $L32 = $L("off");
3598
+ var $L33 = $L(">");
3599
+ var $L34 = $L("]");
3600
+ var $L35 = $L("**=");
3601
+ var $L36 = $L("*=");
3602
+ var $L37 = $L("/=");
3603
+ var $L38 = $L("%=");
3604
+ var $L39 = $L("+=");
3605
+ var $L40 = $L("-=");
3606
+ var $L41 = $L("<<=");
3607
+ var $L42 = $L(">>>=");
3608
+ var $L43 = $L(">>=");
3609
+ var $L44 = $L("&&=");
3610
+ var $L45 = $L("&=");
3611
+ var $L46 = $L("^=");
3612
+ var $L47 = $L("||=");
3613
+ var $L48 = $L("|=");
3614
+ var $L49 = $L("??=");
3615
+ var $L50 = $L("?=");
3616
+ var $L51 = $L("and=");
3617
+ var $L52 = $L("or=");
3618
+ var $L53 = $L("**");
3619
+ var $L54 = $L("*");
3620
+ var $L55 = $L("/");
3621
+ var $L56 = $L("%%");
3622
+ var $L57 = $L("%");
3623
+ var $L58 = $L("+");
3624
+ var $L59 = $L("<=");
3625
+ var $L60 = $L("\u2264");
3626
+ var $L61 = $L(">=");
3627
+ var $L62 = $L("\u2265");
3628
+ var $L63 = $L("<?");
3629
+ var $L64 = $L("!<?");
3630
+ var $L65 = $L("<<");
3631
+ var $L66 = $L("\xAB");
3632
+ var $L67 = $L(">>>");
3633
+ var $L68 = $L("\u22D9");
3634
+ var $L69 = $L(">>");
3635
+ var $L70 = $L("\xBB");
3636
+ var $L71 = $L("!==");
3637
+ var $L72 = $L("\u2262");
3638
+ var $L73 = $L("!=");
3639
+ var $L74 = $L("\u2260");
3640
+ var $L75 = $L("isnt");
3641
+ var $L76 = $L("===");
3642
+ var $L77 = $L("\u2263");
3643
+ var $L78 = $L("\u2A76");
3644
+ var $L79 = $L("==");
3645
+ var $L80 = $L("\u2261");
3646
+ var $L81 = $L("\u2A75");
3647
+ var $L82 = $L("and");
3648
+ var $L83 = $L("&&");
3649
+ var $L84 = $L("of");
3650
+ var $L85 = $L("or");
3651
+ var $L86 = $L("||");
3652
+ var $L87 = $L("\u2016");
3653
+ var $L88 = $L("^^");
3654
+ var $L89 = $L("xor");
3655
+ var $L90 = $L("xnor");
3656
+ var $L91 = $L("??");
3657
+ var $L92 = $L("\u2047");
3658
+ var $L93 = $L("instanceof");
3659
+ var $L94 = $L("\u2208");
3660
+ var $L95 = $L("\u220B");
3661
+ var $L96 = $L("\u220C");
3662
+ var $L97 = $L("\u2209");
3663
+ var $L98 = $L("&");
3664
+ var $L99 = $L("|");
3665
+ var $L100 = $L(";");
3666
+ var $L101 = $L("$:");
3667
+ var $L102 = $L("own");
3668
+ var $L103 = $L("break");
3669
+ var $L104 = $L("continue");
3670
+ var $L105 = $L("debugger");
3671
+ var $L106 = $L("assert");
3672
+ var $L107 = $L(":=");
3673
+ var $L108 = $L("\u2254");
3674
+ var $L109 = $L(".=");
3675
+ var $L110 = $L("/*");
3676
+ var $L111 = $L("*/");
3677
+ var $L112 = $L("\\");
3678
+ var $L113 = $L("[");
3679
+ var $L114 = $L("`");
3680
+ var $L115 = $L("abstract");
3681
+ var $L116 = $L("as");
3682
+ var $L117 = $L("@");
3683
+ var $L118 = $L("@@");
3684
+ var $L119 = $L("async");
3685
+ var $L120 = $L("await");
3686
+ var $L121 = $L("by");
3687
+ var $L122 = $L("case");
3688
+ var $L123 = $L("catch");
3689
+ var $L124 = $L("class");
3690
+ var $L125 = $L(")");
3691
+ var $L126 = $L("#{");
3692
+ var $L127 = $L("declare");
3693
+ var $L128 = $L("default");
3694
+ var $L129 = $L("delete");
3695
+ var $L130 = $L("do");
3696
+ var $L131 = $L("..");
3697
+ var $L132 = $L("\u2025");
3698
+ var $L133 = $L("...");
3699
+ var $L134 = $L("\u2026");
3700
+ var $L135 = $L("::");
3701
+ var $L136 = $L('"');
3702
+ var $L137 = $L("else");
3703
+ var $L138 = $L("export");
3704
+ var $L139 = $L("extends");
3705
+ var $L140 = $L("finally");
3706
+ var $L141 = $L("for");
3707
+ var $L142 = $L("from");
3708
+ var $L143 = $L("function");
3709
+ var $L144 = $L("get");
3710
+ var $L145 = $L("set");
3711
+ var $L146 = $L("if");
3712
+ var $L147 = $L("in");
3713
+ var $L148 = $L("let");
3714
+ var $L149 = $L("const");
3715
+ var $L150 = $L("is");
3716
+ var $L151 = $L("loop");
3717
+ var $L152 = $L("new");
3718
+ var $L153 = $L("not");
3719
+ var $L154 = $L("<");
3720
+ var $L155 = $L("{");
3721
+ var $L156 = $L("operator");
3722
+ var $L157 = $L("public");
3723
+ var $L158 = $L("private");
3724
+ var $L159 = $L("protected");
3725
+ var $L160 = $L("||>");
3726
+ var $L161 = $L("|\u25B7");
3727
+ var $L162 = $L("|>=");
3728
+ var $L163 = $L("\u25B7=");
3729
+ var $L164 = $L("|>");
3730
+ var $L165 = $L("\u25B7");
3731
+ var $L166 = $L("readonly");
3732
+ var $L167 = $L("return");
3733
+ var $L168 = $L("satisfies");
3734
+ var $L169 = $L("'");
3735
+ var $L170 = $L("static");
3736
+ var $L171 = $L("${");
3737
+ var $L172 = $L("switch");
3738
+ var $L173 = $L("target");
3739
+ var $L174 = $L("then");
3740
+ var $L175 = $L("this");
3741
+ var $L176 = $L("throw");
3742
+ var $L177 = $L('"""');
3743
+ var $L178 = $L("'''");
3744
+ var $L179 = $L("///");
3745
+ var $L180 = $L("```");
3746
+ var $L181 = $L("try");
3747
+ var $L182 = $L("typeof");
3748
+ var $L183 = $L("unless");
3749
+ var $L184 = $L("until");
3750
+ var $L185 = $L("var");
3751
+ var $L186 = $L("void");
3752
+ var $L187 = $L("when");
3753
+ var $L188 = $L("while");
3754
+ var $L189 = $L("yield");
3755
+ var $L190 = $L("/>");
3756
+ var $L191 = $L("</");
3757
+ var $L192 = $L("<>");
3758
+ var $L193 = $L("</>");
3759
+ var $L194 = $L("<!--");
3760
+ var $L195 = $L("-->");
3761
+ var $L196 = $L("type");
3762
+ var $L197 = $L("enum");
3763
+ var $L198 = $L("interface");
3764
+ var $L199 = $L("global");
3765
+ var $L200 = $L("module");
3766
+ var $L201 = $L("namespace");
3767
+ var $L202 = $L("asserts");
3768
+ var $L203 = $L("keyof");
3769
+ var $L204 = $L("infer");
3770
+ var $L205 = $L("[]");
3771
+ var $L206 = $L("civet");
3742
3772
  var $R0 = $R(new RegExp("(as|of|satisfies|then|when|implements|xor|xnor)(?!\\p{ID_Continue}|[\\u200C\\u200D$])", "suy"));
3743
3773
  var $R1 = $R(new RegExp("[0-9]", "suy"));
3744
3774
  var $R2 = $R(new RegExp("[)}]", "suy"));
@@ -4267,8 +4297,15 @@ ${input.slice(result.pos)}
4267
4297
  var ForbiddenImplicitCalls$2 = $S(ClassImplicitCallForbidden, $C(Class, AtAt));
4268
4298
  var ForbiddenImplicitCalls$3 = $S(Identifier, $EXPECT($L2, fail, 'ForbiddenImplicitCalls "="'), Whitespace);
4269
4299
  var ForbiddenImplicitCalls$4 = $TS($S(Identifier, $N($EXPECT($L3, fail, 'ForbiddenImplicitCalls "("'))), function($skip, $loc, $0, $1, $2) {
4270
- if (module.operators.has($1.name))
4271
- return $1;
4300
+ var id = $1;
4301
+ if (module.operators.has(id.name))
4302
+ return $0;
4303
+ return $skip;
4304
+ });
4305
+ var ForbiddenImplicitCalls$5 = $TS($S(Not, $E(_), Identifier), function($skip, $loc, $0, $1, $2, $3) {
4306
+ var id = $3;
4307
+ if (module.operators.has(id.name))
4308
+ return $0;
4272
4309
  return $skip;
4273
4310
  });
4274
4311
  function ForbiddenImplicitCalls(state) {
@@ -4282,12 +4319,12 @@ ${input.slice(result.pos)}
4282
4319
  }
4283
4320
  }
4284
4321
  if (state.tokenize) {
4285
- const result = $TOKEN("ForbiddenImplicitCalls", state, ForbiddenImplicitCalls$0(state) || ForbiddenImplicitCalls$1(state) || ForbiddenImplicitCalls$2(state) || ForbiddenImplicitCalls$3(state) || ForbiddenImplicitCalls$4(state));
4322
+ const result = $TOKEN("ForbiddenImplicitCalls", state, ForbiddenImplicitCalls$0(state) || ForbiddenImplicitCalls$1(state) || ForbiddenImplicitCalls$2(state) || ForbiddenImplicitCalls$3(state) || ForbiddenImplicitCalls$4(state) || ForbiddenImplicitCalls$5(state));
4286
4323
  if (state.events)
4287
4324
  state.events.exit?.("ForbiddenImplicitCalls", state, result, eventData);
4288
4325
  return result;
4289
4326
  } else {
4290
- const result = ForbiddenImplicitCalls$0(state) || ForbiddenImplicitCalls$1(state) || ForbiddenImplicitCalls$2(state) || ForbiddenImplicitCalls$3(state) || ForbiddenImplicitCalls$4(state);
4327
+ const result = ForbiddenImplicitCalls$0(state) || ForbiddenImplicitCalls$1(state) || ForbiddenImplicitCalls$2(state) || ForbiddenImplicitCalls$3(state) || ForbiddenImplicitCalls$4(state) || ForbiddenImplicitCalls$5(state);
4291
4328
  if (state.events)
4292
4329
  state.events.exit?.("ForbiddenImplicitCalls", state, result, eventData);
4293
4330
  return result;
@@ -5094,11 +5131,11 @@ ${input.slice(result.pos)}
5094
5131
  return result;
5095
5132
  }
5096
5133
  }
5097
- var FatArrow$0 = $TS($S($E(_), $EXPECT($L8, fail, 'FatArrow "=>"')), function($skip, $loc, $0, $1, $2) {
5134
+ var FatArrow$0 = $TS($S($E(_), $C($EXPECT($L8, fail, 'FatArrow "=>"'), $EXPECT($L9, fail, 'FatArrow "\u21D2"'))), function($skip, $loc, $0, $1, $2) {
5098
5135
  var ws = $1;
5099
5136
  if (!ws)
5100
5137
  return " =>";
5101
- return $0;
5138
+ return [$1, "=>"];
5102
5139
  });
5103
5140
  function FatArrow(state) {
5104
5141
  let eventData;
@@ -5178,7 +5215,7 @@ ${input.slice(result.pos)}
5178
5215
  }
5179
5216
  }
5180
5217
  var TernaryRest$0 = NestedTernaryRest;
5181
- var TernaryRest$1 = $TS($S($N(CoffeeBinaryExistentialEnabled), $Y($EXPECT($L9, fail, 'TernaryRest " "')), $E(_), QuestionMark, ExtendedExpression, __, Colon, ExtendedExpression), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8) {
5218
+ var TernaryRest$1 = $TS($S($N(CoffeeBinaryExistentialEnabled), $Y($EXPECT($L10, fail, 'TernaryRest " "')), $E(_), QuestionMark, ExtendedExpression, __, Colon, ExtendedExpression), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8) {
5182
5219
  return $0.slice(2);
5183
5220
  });
5184
5221
  function TernaryRest(state) {
@@ -5448,7 +5485,7 @@ ${input.slice(result.pos)}
5448
5485
  return result;
5449
5486
  }
5450
5487
  }
5451
- var ClassExpression$0 = $S($E(Decorators), $E($S(Abstract, __)), Class, $N($EXPECT($L10, fail, 'ClassExpression ":"')), $E(ClassBinding), $E(ClassHeritage), ClassBody);
5488
+ var ClassExpression$0 = $S($E(Decorators), $E($S(Abstract, __)), Class, $N($EXPECT($L11, fail, 'ClassExpression ":"')), $E(ClassBinding), $E(ClassHeritage), ClassBody);
5452
5489
  function ClassExpression(state) {
5453
5490
  let eventData;
5454
5491
  if (state.events) {
@@ -5543,7 +5580,7 @@ ${input.slice(result.pos)}
5543
5580
  return result;
5544
5581
  }
5545
5582
  }
5546
- var ExtendsToken$0 = $TS($S(Loc, __, OpenAngleBracket, $E($EXPECT($L9, fail, 'ExtendsToken " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
5583
+ var ExtendsToken$0 = $TS($S(Loc, __, OpenAngleBracket, $E($EXPECT($L10, fail, 'ExtendsToken " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
5547
5584
  var l = $1;
5548
5585
  var ws = $2;
5549
5586
  var lt = $3;
@@ -5637,7 +5674,7 @@ ${input.slice(result.pos)}
5637
5674
  return result;
5638
5675
  }
5639
5676
  }
5640
- var ImplementsToken$0 = $TS($S(Loc, __, ImplementsShorthand, $E($EXPECT($L9, fail, 'ImplementsToken " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
5677
+ var ImplementsToken$0 = $TS($S(Loc, __, ImplementsShorthand, $E($EXPECT($L10, fail, 'ImplementsToken " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
5641
5678
  var l = $1;
5642
5679
  var ws = $2;
5643
5680
  var token = $3;
@@ -5647,7 +5684,7 @@ ${input.slice(result.pos)}
5647
5684
  }
5648
5685
  return { children };
5649
5686
  });
5650
- var ImplementsToken$1 = $TS($S(__, $EXPECT($L11, fail, 'ImplementsToken "implements"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
5687
+ var ImplementsToken$1 = $TS($S(__, $EXPECT($L12, fail, 'ImplementsToken "implements"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
5651
5688
  $2 = { $loc, token: $2 };
5652
5689
  return [$1, $2];
5653
5690
  });
@@ -5673,7 +5710,7 @@ ${input.slice(result.pos)}
5673
5710
  return result;
5674
5711
  }
5675
5712
  }
5676
- var ImplementsShorthand$0 = $TV($EXPECT($L12, fail, 'ImplementsShorthand "<:"'), function($skip, $loc, $0, $1) {
5713
+ var ImplementsShorthand$0 = $TV($EXPECT($L13, fail, 'ImplementsShorthand "<:"'), function($skip, $loc, $0, $1) {
5677
5714
  return { $loc, token: "implements " };
5678
5715
  });
5679
5716
  function ImplementsShorthand(state) {
@@ -6087,7 +6124,7 @@ ${input.slice(result.pos)}
6087
6124
  }
6088
6125
  }
6089
6126
  var ThisLiteral$0 = This;
6090
- var ThisLiteral$1 = $TS($S(AtThis, $TEXT($S($E($EXPECT($L13, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
6127
+ var ThisLiteral$1 = $TS($S(AtThis, $TEXT($S($E($EXPECT($L14, fail, 'ThisLiteral "#"')), IdentifierName))), function($skip, $loc, $0, $1, $2) {
6091
6128
  var at = $1;
6092
6129
  var id = $2;
6093
6130
  return [at, ".", id];
@@ -6141,7 +6178,7 @@ ${input.slice(result.pos)}
6141
6178
  return result;
6142
6179
  }
6143
6180
  }
6144
- var LeftHandSideExpression$0 = $S($P($S(New, $N($C($EXPECT($L5, fail, 'LeftHandSideExpression "."'), $EXPECT($L10, fail, 'LeftHandSideExpression ":"'))), __)), CallExpression, $E(TypeArguments));
6181
+ var LeftHandSideExpression$0 = $S($P($S(New, $N($C($EXPECT($L5, fail, 'LeftHandSideExpression "."'), $EXPECT($L11, fail, 'LeftHandSideExpression ":"'))), __)), CallExpression, $E(TypeArguments));
6145
6182
  var LeftHandSideExpression$1 = CallExpression;
6146
6183
  function LeftHandSideExpression(state) {
6147
6184
  let eventData;
@@ -6165,14 +6202,14 @@ ${input.slice(result.pos)}
6165
6202
  return result;
6166
6203
  }
6167
6204
  }
6168
- var CallExpression$0 = $TS($S($EXPECT($L14, fail, 'CallExpression "super"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
6205
+ var CallExpression$0 = $TS($S($EXPECT($L15, fail, 'CallExpression "super"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
6169
6206
  var rest = $3;
6170
6207
  return processCallMemberExpression({
6171
6208
  type: "CallExpression",
6172
6209
  children: [$1, ...$2, ...rest.flat()]
6173
6210
  });
6174
6211
  });
6175
- var CallExpression$1 = $TS($S($EXPECT($L15, fail, 'CallExpression "import"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
6212
+ var CallExpression$1 = $TS($S($EXPECT($L16, fail, 'CallExpression "import"'), ArgumentsWithTrailingMemberExpressions, $Q(CallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
6176
6213
  var rest = $3;
6177
6214
  return processCallMemberExpression({
6178
6215
  type: "CallExpression",
@@ -6300,7 +6337,7 @@ ${input.slice(result.pos)}
6300
6337
  return result;
6301
6338
  }
6302
6339
  }
6303
- var NonNullAssertion$0 = $T($S($EXPECT($L16, fail, 'NonNullAssertion "!"'), $N($EXPECT($L17, fail, 'NonNullAssertion "^"'))), function(value) {
6340
+ var NonNullAssertion$0 = $T($S($EXPECT($L17, fail, 'NonNullAssertion "!"'), $N($EXPECT($L18, fail, 'NonNullAssertion "^"'))), function(value) {
6304
6341
  return { "type": "NonNullAssertion", "ts": true, "children": value[0] };
6305
6342
  });
6306
6343
  function NonNullAssertion(state) {
@@ -6440,7 +6477,7 @@ ${input.slice(result.pos)}
6440
6477
  ]
6441
6478
  };
6442
6479
  });
6443
- var MemberBracketContent$3 = $TS($S(Dot, $EXPECT($L18, fail, 'MemberBracketContent "-"'), IntegerLiteral), function($skip, $loc, $0, $1, $2, $3) {
6480
+ var MemberBracketContent$3 = $TS($S(Dot, $EXPECT($L19, fail, 'MemberBracketContent "-"'), IntegerLiteral), function($skip, $loc, $0, $1, $2, $3) {
6444
6481
  var dot = $1;
6445
6482
  var neg = $2;
6446
6483
  var num = $3;
@@ -6660,8 +6697,8 @@ ${input.slice(result.pos)}
6660
6697
  return result;
6661
6698
  }
6662
6699
  }
6663
- var SuperProperty$0 = $S($EXPECT($L14, fail, 'SuperProperty "super"'), MemberBracketContent);
6664
- var SuperProperty$1 = $S($EXPECT($L14, fail, 'SuperProperty "super"'), $N($C(QuestionMark, NonNullAssertion)), PropertyAccess);
6700
+ var SuperProperty$0 = $S($EXPECT($L15, fail, 'SuperProperty "super"'), MemberBracketContent);
6701
+ var SuperProperty$1 = $S($EXPECT($L15, fail, 'SuperProperty "super"'), $N($C(QuestionMark, NonNullAssertion)), PropertyAccess);
6665
6702
  function SuperProperty(state) {
6666
6703
  let eventData;
6667
6704
  if (state.events) {
@@ -6685,7 +6722,7 @@ ${input.slice(result.pos)}
6685
6722
  }
6686
6723
  }
6687
6724
  var MetaProperty$0 = $S(New, Dot, Target);
6688
- var MetaProperty$1 = $TS($S($EXPECT($L19, fail, 'MetaProperty "import.meta"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6725
+ var MetaProperty$1 = $TS($S($EXPECT($L20, fail, 'MetaProperty "import.meta"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
6689
6726
  return { $loc, token: $1 };
6690
6727
  });
6691
6728
  var MetaProperty$2 = ReturnValue;
@@ -6711,7 +6748,7 @@ ${input.slice(result.pos)}
6711
6748
  return result;
6712
6749
  }
6713
6750
  }
6714
- var ReturnValue$0 = $TV($C($S($EXPECT($L20, fail, 'ReturnValue "return.value"'), NonIdContinue), $S(Return, $Y(AfterReturnShorthand))), function($skip, $loc, $0, $1) {
6751
+ var ReturnValue$0 = $TV($C($S($EXPECT($L21, fail, 'ReturnValue "return.value"'), NonIdContinue), $S(Return, $Y(AfterReturnShorthand))), function($skip, $loc, $0, $1) {
6715
6752
  return { type: "ReturnValue", children: [$1[0]] };
6716
6753
  });
6717
6754
  function ReturnValue(state) {
@@ -7047,7 +7084,7 @@ ${input.slice(result.pos)}
7047
7084
  return result;
7048
7085
  }
7049
7086
  }
7050
- var PinPattern$0 = $TS($S($EXPECT($L17, fail, 'PinPattern "^"'), Identifier), function($skip, $loc, $0, $1, $2) {
7087
+ var PinPattern$0 = $TS($S($EXPECT($L18, fail, 'PinPattern "^"'), Identifier), function($skip, $loc, $0, $1, $2) {
7051
7088
  var identifier = $2;
7052
7089
  return {
7053
7090
  type: "PinPattern",
@@ -7420,7 +7457,7 @@ ${input.slice(result.pos)}
7420
7457
  names: value.names
7421
7458
  };
7422
7459
  });
7423
- var BindingProperty$2 = $TS($S($E(_), $E($EXPECT($L17, fail, 'BindingProperty "^"')), BindingIdentifier, $E(Initializer)), function($skip, $loc, $0, $1, $2, $3, $4) {
7460
+ var BindingProperty$2 = $TS($S($E(_), $E($EXPECT($L18, fail, 'BindingProperty "^"')), BindingIdentifier, $E(Initializer)), function($skip, $loc, $0, $1, $2, $3, $4) {
7424
7461
  var ws = $1;
7425
7462
  var pin = $2;
7426
7463
  var binding = $3;
@@ -7594,7 +7631,7 @@ ${input.slice(result.pos)}
7594
7631
  children: [ws, binding]
7595
7632
  };
7596
7633
  });
7597
- var BindingElement$2 = $TV($Y($S($E(_), $EXPECT($L21, fail, 'BindingElement ","'))), function($skip, $loc, $0, $1) {
7634
+ var BindingElement$2 = $TV($Y($S($E(_), $EXPECT($L22, fail, 'BindingElement ","'))), function($skip, $loc, $0, $1) {
7598
7635
  return {
7599
7636
  children: [{
7600
7637
  type: "ElisionElement",
@@ -8132,8 +8169,8 @@ ${input.slice(result.pos)}
8132
8169
  return result;
8133
8170
  }
8134
8171
  }
8135
- var Arrow$0 = $TV($EXPECT($L22, fail, 'Arrow "->"'), function($skip, $loc, $0, $1) {
8136
- return { $loc, token: $1 };
8172
+ var Arrow$0 = $TV($C($EXPECT($L23, fail, 'Arrow "->"'), $EXPECT($L24, fail, 'Arrow "\u2192"')), function($skip, $loc, $0, $1) {
8173
+ return { $loc, token: "->" };
8137
8174
  });
8138
8175
  function Arrow(state) {
8139
8176
  let eventData;
@@ -8598,7 +8635,7 @@ ${input.slice(result.pos)}
8598
8635
  children: [$1, expressions]
8599
8636
  };
8600
8637
  });
8601
- var BracedContent$2 = $TV($Y($S(__, $EXPECT($L23, fail, 'BracedContent "}"'))), function($skip, $loc, $0, $1) {
8638
+ var BracedContent$2 = $TV($Y($S(__, $EXPECT($L25, fail, 'BracedContent "}"'))), function($skip, $loc, $0, $1) {
8602
8639
  const expressions = [];
8603
8640
  return {
8604
8641
  type: "BlockStatement",
@@ -8779,7 +8816,7 @@ ${input.slice(result.pos)}
8779
8816
  return result;
8780
8817
  }
8781
8818
  }
8782
- var NullLiteral$0 = $TS($S($EXPECT($L24, fail, 'NullLiteral "null"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8819
+ var NullLiteral$0 = $TS($S($EXPECT($L26, fail, 'NullLiteral "null"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8783
8820
  return { $loc, token: $1 };
8784
8821
  });
8785
8822
  function NullLiteral(state) {
@@ -8807,7 +8844,7 @@ ${input.slice(result.pos)}
8807
8844
  var BooleanLiteral$0 = $T($S(CoffeeBooleansEnabled, CoffeeScriptBooleanLiteral), function(value) {
8808
8845
  return value[1];
8809
8846
  });
8810
- var BooleanLiteral$1 = $TS($S($C($EXPECT($L25, fail, 'BooleanLiteral "true"'), $EXPECT($L26, fail, 'BooleanLiteral "false"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8847
+ var BooleanLiteral$1 = $TS($S($C($EXPECT($L27, fail, 'BooleanLiteral "true"'), $EXPECT($L28, fail, 'BooleanLiteral "false"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8811
8848
  return { $loc, token: $1 };
8812
8849
  });
8813
8850
  function BooleanLiteral(state) {
@@ -8832,10 +8869,10 @@ ${input.slice(result.pos)}
8832
8869
  return result;
8833
8870
  }
8834
8871
  }
8835
- var CoffeeScriptBooleanLiteral$0 = $TS($S($C($EXPECT($L27, fail, 'CoffeeScriptBooleanLiteral "yes"'), $EXPECT($L28, fail, 'CoffeeScriptBooleanLiteral "on"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8872
+ var CoffeeScriptBooleanLiteral$0 = $TS($S($C($EXPECT($L29, fail, 'CoffeeScriptBooleanLiteral "yes"'), $EXPECT($L30, fail, 'CoffeeScriptBooleanLiteral "on"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8836
8873
  return { $loc, token: "true" };
8837
8874
  });
8838
- var CoffeeScriptBooleanLiteral$1 = $TS($S($C($EXPECT($L29, fail, 'CoffeeScriptBooleanLiteral "no"'), $EXPECT($L30, fail, 'CoffeeScriptBooleanLiteral "off"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8875
+ var CoffeeScriptBooleanLiteral$1 = $TS($S($C($EXPECT($L31, fail, 'CoffeeScriptBooleanLiteral "no"'), $EXPECT($L32, fail, 'CoffeeScriptBooleanLiteral "off"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
8839
8876
  return { $loc, token: "false" };
8840
8877
  });
8841
8878
  function CoffeeScriptBooleanLiteral(state) {
@@ -8941,7 +8978,7 @@ ${input.slice(result.pos)}
8941
8978
  return result;
8942
8979
  }
8943
8980
  }
8944
- var UpcomingAssignment$0 = $Y($S(__, $EXPECT($L2, fail, 'UpcomingAssignment "="'), $N($C($EXPECT($L2, fail, 'UpcomingAssignment "="'), $EXPECT($L31, fail, 'UpcomingAssignment ">"')))));
8981
+ var UpcomingAssignment$0 = $Y($S(__, $EXPECT($L2, fail, 'UpcomingAssignment "="'), $N($C($EXPECT($L2, fail, 'UpcomingAssignment "="'), $EXPECT($L33, fail, 'UpcomingAssignment ">"')))));
8945
8982
  function UpcomingAssignment(state) {
8946
8983
  let eventData;
8947
8984
  if (state.events) {
@@ -9207,7 +9244,7 @@ ${input.slice(result.pos)}
9207
9244
  }
9208
9245
  }
9209
9246
  var ArrayElementDelimiter$0 = $S(__, Comma);
9210
- var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L32, fail, 'ArrayElementDelimiter "]"')));
9247
+ var ArrayElementDelimiter$1 = $Y($S(__, $EXPECT($L34, fail, 'ArrayElementDelimiter "]"')));
9211
9248
  var ArrayElementDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
9212
9249
  return value[1];
9213
9250
  });
@@ -9687,7 +9724,7 @@ ${input.slice(result.pos)}
9687
9724
  }
9688
9725
  }
9689
9726
  var ObjectPropertyDelimiter$0 = $S($E(_), Comma);
9690
- var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L23, fail, 'ObjectPropertyDelimiter "}"')));
9727
+ var ObjectPropertyDelimiter$1 = $Y($S(__, $EXPECT($L25, fail, 'ObjectPropertyDelimiter "}"')));
9691
9728
  var ObjectPropertyDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
9692
9729
  return value[1];
9693
9730
  });
@@ -10019,7 +10056,7 @@ ${input.slice(result.pos)}
10019
10056
  expression
10020
10057
  };
10021
10058
  });
10022
- var ComputedPropertyName$2 = $TS($S(InsertOpenBracket, $EXPECT($L18, fail, 'ComputedPropertyName "-"'), NumericLiteral, InsertCloseBracket), function($skip, $loc, $0, $1, $2, $3, $4) {
10059
+ var ComputedPropertyName$2 = $TS($S(InsertOpenBracket, $EXPECT($L19, fail, 'ComputedPropertyName "-"'), NumericLiteral, InsertCloseBracket), function($skip, $loc, $0, $1, $2, $3, $4) {
10023
10060
  return {
10024
10061
  type: "ComputedPropertyName",
10025
10062
  children: $0
@@ -10301,7 +10338,7 @@ ${input.slice(result.pos)}
10301
10338
  return result;
10302
10339
  }
10303
10340
  }
10304
- var PrivateIdentifier$0 = $TV($TEXT($S($EXPECT($L13, fail, 'PrivateIdentifier "#"'), IdentifierName)), function($skip, $loc, $0, $1) {
10341
+ var PrivateIdentifier$0 = $TV($TEXT($S($EXPECT($L14, fail, 'PrivateIdentifier "#"'), IdentifierName)), function($skip, $loc, $0, $1) {
10305
10342
  return {
10306
10343
  type: "Identifier",
10307
10344
  name: $0,
@@ -10432,22 +10469,22 @@ ${input.slice(result.pos)}
10432
10469
  return result;
10433
10470
  }
10434
10471
  }
10435
- var AssignmentOpSymbol$0 = $EXPECT($L33, fail, 'AssignmentOpSymbol "**="');
10436
- var AssignmentOpSymbol$1 = $EXPECT($L34, fail, 'AssignmentOpSymbol "*="');
10437
- var AssignmentOpSymbol$2 = $EXPECT($L35, fail, 'AssignmentOpSymbol "/="');
10438
- var AssignmentOpSymbol$3 = $EXPECT($L36, fail, 'AssignmentOpSymbol "%="');
10439
- var AssignmentOpSymbol$4 = $EXPECT($L37, fail, 'AssignmentOpSymbol "+="');
10440
- var AssignmentOpSymbol$5 = $EXPECT($L38, fail, 'AssignmentOpSymbol "-="');
10441
- var AssignmentOpSymbol$6 = $EXPECT($L39, fail, 'AssignmentOpSymbol "<<="');
10442
- var AssignmentOpSymbol$7 = $EXPECT($L40, fail, 'AssignmentOpSymbol ">>>="');
10443
- var AssignmentOpSymbol$8 = $EXPECT($L41, fail, 'AssignmentOpSymbol ">>="');
10444
- var AssignmentOpSymbol$9 = $EXPECT($L42, fail, 'AssignmentOpSymbol "&&="');
10445
- var AssignmentOpSymbol$10 = $EXPECT($L43, fail, 'AssignmentOpSymbol "&="');
10446
- var AssignmentOpSymbol$11 = $EXPECT($L44, fail, 'AssignmentOpSymbol "^="');
10447
- var AssignmentOpSymbol$12 = $EXPECT($L45, fail, 'AssignmentOpSymbol "||="');
10448
- var AssignmentOpSymbol$13 = $EXPECT($L46, fail, 'AssignmentOpSymbol "|="');
10449
- var AssignmentOpSymbol$14 = $EXPECT($L47, fail, 'AssignmentOpSymbol "??="');
10450
- var AssignmentOpSymbol$15 = $T($EXPECT($L48, fail, 'AssignmentOpSymbol "?="'), function(value) {
10472
+ var AssignmentOpSymbol$0 = $EXPECT($L35, fail, 'AssignmentOpSymbol "**="');
10473
+ var AssignmentOpSymbol$1 = $EXPECT($L36, fail, 'AssignmentOpSymbol "*="');
10474
+ var AssignmentOpSymbol$2 = $EXPECT($L37, fail, 'AssignmentOpSymbol "/="');
10475
+ var AssignmentOpSymbol$3 = $EXPECT($L38, fail, 'AssignmentOpSymbol "%="');
10476
+ var AssignmentOpSymbol$4 = $EXPECT($L39, fail, 'AssignmentOpSymbol "+="');
10477
+ var AssignmentOpSymbol$5 = $EXPECT($L40, fail, 'AssignmentOpSymbol "-="');
10478
+ var AssignmentOpSymbol$6 = $EXPECT($L41, fail, 'AssignmentOpSymbol "<<="');
10479
+ var AssignmentOpSymbol$7 = $EXPECT($L42, fail, 'AssignmentOpSymbol ">>>="');
10480
+ var AssignmentOpSymbol$8 = $EXPECT($L43, fail, 'AssignmentOpSymbol ">>="');
10481
+ var AssignmentOpSymbol$9 = $EXPECT($L44, fail, 'AssignmentOpSymbol "&&="');
10482
+ var AssignmentOpSymbol$10 = $EXPECT($L45, fail, 'AssignmentOpSymbol "&="');
10483
+ var AssignmentOpSymbol$11 = $EXPECT($L46, fail, 'AssignmentOpSymbol "^="');
10484
+ var AssignmentOpSymbol$12 = $EXPECT($L47, fail, 'AssignmentOpSymbol "||="');
10485
+ var AssignmentOpSymbol$13 = $EXPECT($L48, fail, 'AssignmentOpSymbol "|="');
10486
+ var AssignmentOpSymbol$14 = $EXPECT($L49, fail, 'AssignmentOpSymbol "??="');
10487
+ var AssignmentOpSymbol$15 = $T($EXPECT($L50, fail, 'AssignmentOpSymbol "?="'), function(value) {
10451
10488
  return "??=";
10452
10489
  });
10453
10490
  var AssignmentOpSymbol$16 = $T($S($EXPECT($L2, fail, 'AssignmentOpSymbol "="'), $N($EXPECT($L2, fail, 'AssignmentOpSymbol "="'))), function(value) {
@@ -10478,10 +10515,10 @@ ${input.slice(result.pos)}
10478
10515
  return result;
10479
10516
  }
10480
10517
  }
10481
- var CoffeeWordAssignmentOp$0 = $T($EXPECT($L49, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
10518
+ var CoffeeWordAssignmentOp$0 = $T($EXPECT($L51, fail, 'CoffeeWordAssignmentOp "and="'), function(value) {
10482
10519
  return "&&=";
10483
10520
  });
10484
- var CoffeeWordAssignmentOp$1 = $T($EXPECT($L50, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
10521
+ var CoffeeWordAssignmentOp$1 = $T($EXPECT($L52, fail, 'CoffeeWordAssignmentOp "or="'), function(value) {
10485
10522
  return "||=";
10486
10523
  });
10487
10524
  function CoffeeWordAssignmentOp(state) {
@@ -10520,8 +10557,8 @@ ${input.slice(result.pos)}
10520
10557
  special: true
10521
10558
  };
10522
10559
  });
10523
- var BinaryOp$2 = $TS($S($EXPECT($L51, fail, 'BinaryOp "not"'), NonIdContinue, __, Identifier), function($skip, $loc, $0, $1, $2, $3, $4) {
10524
- var id = $4;
10560
+ var BinaryOp$2 = $TS($S(Not, __, Identifier), function($skip, $loc, $0, $1, $2, $3) {
10561
+ var id = $3;
10525
10562
  if (!module.operators.has(id.name))
10526
10563
  return $skip;
10527
10564
  return {
@@ -10552,21 +10589,27 @@ ${input.slice(result.pos)}
10552
10589
  return result;
10553
10590
  }
10554
10591
  }
10555
- var BinaryOpSymbol$0 = $EXPECT($L52, fail, 'BinaryOpSymbol "**"');
10556
- var BinaryOpSymbol$1 = $EXPECT($L53, fail, 'BinaryOpSymbol "*"');
10557
- var BinaryOpSymbol$2 = $EXPECT($L54, fail, 'BinaryOpSymbol "/"');
10558
- var BinaryOpSymbol$3 = $TV($EXPECT($L55, fail, 'BinaryOpSymbol "%%"'), function($skip, $loc, $0, $1) {
10592
+ var BinaryOpSymbol$0 = $EXPECT($L53, fail, 'BinaryOpSymbol "**"');
10593
+ var BinaryOpSymbol$1 = $EXPECT($L54, fail, 'BinaryOpSymbol "*"');
10594
+ var BinaryOpSymbol$2 = $EXPECT($L55, fail, 'BinaryOpSymbol "/"');
10595
+ var BinaryOpSymbol$3 = $TV($EXPECT($L56, fail, 'BinaryOpSymbol "%%"'), function($skip, $loc, $0, $1) {
10559
10596
  return {
10560
10597
  call: module.getRef("modulo"),
10561
10598
  special: true
10562
10599
  };
10563
10600
  });
10564
- var BinaryOpSymbol$4 = $EXPECT($L56, fail, 'BinaryOpSymbol "%"');
10565
- var BinaryOpSymbol$5 = $EXPECT($L57, fail, 'BinaryOpSymbol "+"');
10566
- var BinaryOpSymbol$6 = $EXPECT($L18, fail, 'BinaryOpSymbol "-"');
10567
- var BinaryOpSymbol$7 = $EXPECT($L58, fail, 'BinaryOpSymbol "<="');
10568
- var BinaryOpSymbol$8 = $EXPECT($L59, fail, 'BinaryOpSymbol ">="');
10569
- var BinaryOpSymbol$9 = $TV($EXPECT($L60, fail, 'BinaryOpSymbol "<?"'), function($skip, $loc, $0, $1) {
10601
+ var BinaryOpSymbol$4 = $EXPECT($L57, fail, 'BinaryOpSymbol "%"');
10602
+ var BinaryOpSymbol$5 = $EXPECT($L58, fail, 'BinaryOpSymbol "+"');
10603
+ var BinaryOpSymbol$6 = $EXPECT($L19, fail, 'BinaryOpSymbol "-"');
10604
+ var BinaryOpSymbol$7 = $EXPECT($L59, fail, 'BinaryOpSymbol "<="');
10605
+ var BinaryOpSymbol$8 = $T($EXPECT($L60, fail, 'BinaryOpSymbol "\u2264"'), function(value) {
10606
+ return "<=";
10607
+ });
10608
+ var BinaryOpSymbol$9 = $EXPECT($L61, fail, 'BinaryOpSymbol ">="');
10609
+ var BinaryOpSymbol$10 = $T($EXPECT($L62, fail, 'BinaryOpSymbol "\u2265"'), function(value) {
10610
+ return ">=";
10611
+ });
10612
+ var BinaryOpSymbol$11 = $TV($EXPECT($L63, fail, 'BinaryOpSymbol "<?"'), function($skip, $loc, $0, $1) {
10570
10613
  return {
10571
10614
  $loc,
10572
10615
  token: "instanceof",
@@ -10574,7 +10617,7 @@ ${input.slice(result.pos)}
10574
10617
  special: true
10575
10618
  };
10576
10619
  });
10577
- var BinaryOpSymbol$10 = $TV($EXPECT($L61, fail, 'BinaryOpSymbol "!<?"'), function($skip, $loc, $0, $1) {
10620
+ var BinaryOpSymbol$12 = $TV($EXPECT($L64, fail, 'BinaryOpSymbol "!<?"'), function($skip, $loc, $0, $1) {
10578
10621
  return {
10579
10622
  $loc,
10580
10623
  token: "instanceof",
@@ -10583,58 +10626,79 @@ ${input.slice(result.pos)}
10583
10626
  negated: true
10584
10627
  };
10585
10628
  });
10586
- var BinaryOpSymbol$11 = $EXPECT($L62, fail, 'BinaryOpSymbol "<<"');
10587
- var BinaryOpSymbol$12 = $TR($EXPECT($R7, fail, "BinaryOpSymbol /<(?!\\p{ID_Start}|[_$])/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
10629
+ var BinaryOpSymbol$13 = $EXPECT($L65, fail, 'BinaryOpSymbol "<<"');
10630
+ var BinaryOpSymbol$14 = $T($EXPECT($L66, fail, 'BinaryOpSymbol "\xAB"'), function(value) {
10631
+ return "<<";
10632
+ });
10633
+ var BinaryOpSymbol$15 = $TR($EXPECT($R7, fail, "BinaryOpSymbol /<(?!\\p{ID_Start}|[_$])/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
10588
10634
  return "<";
10589
10635
  });
10590
- var BinaryOpSymbol$13 = $EXPECT($L63, fail, 'BinaryOpSymbol ">>>"');
10591
- var BinaryOpSymbol$14 = $EXPECT($L64, fail, 'BinaryOpSymbol ">>"');
10592
- var BinaryOpSymbol$15 = $EXPECT($L31, fail, 'BinaryOpSymbol ">"');
10593
- var BinaryOpSymbol$16 = $EXPECT($L65, fail, 'BinaryOpSymbol "!=="');
10594
- var BinaryOpSymbol$17 = $TV($EXPECT($L66, fail, 'BinaryOpSymbol "!="'), function($skip, $loc, $0, $1) {
10636
+ var BinaryOpSymbol$16 = $EXPECT($L67, fail, 'BinaryOpSymbol ">>>"');
10637
+ var BinaryOpSymbol$17 = $T($EXPECT($L68, fail, 'BinaryOpSymbol "\u22D9"'), function(value) {
10638
+ return ">>>";
10639
+ });
10640
+ var BinaryOpSymbol$18 = $EXPECT($L69, fail, 'BinaryOpSymbol ">>"');
10641
+ var BinaryOpSymbol$19 = $T($EXPECT($L70, fail, 'BinaryOpSymbol "\xBB"'), function(value) {
10642
+ return ">>";
10643
+ });
10644
+ var BinaryOpSymbol$20 = $EXPECT($L33, fail, 'BinaryOpSymbol ">"');
10645
+ var BinaryOpSymbol$21 = $EXPECT($L71, fail, 'BinaryOpSymbol "!=="');
10646
+ var BinaryOpSymbol$22 = $T($EXPECT($L72, fail, 'BinaryOpSymbol "\u2262"'), function(value) {
10647
+ return "!==";
10648
+ });
10649
+ var BinaryOpSymbol$23 = $TV($C($EXPECT($L73, fail, 'BinaryOpSymbol "!="'), $EXPECT($L74, fail, 'BinaryOpSymbol "\u2260"')), function($skip, $loc, $0, $1) {
10595
10650
  if (module.config.coffeeEq)
10596
10651
  return "!==";
10597
- return $1;
10652
+ return "!=";
10598
10653
  });
10599
- var BinaryOpSymbol$18 = $TS($S($EXPECT($L67, fail, 'BinaryOpSymbol "isnt"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
10654
+ var BinaryOpSymbol$24 = $TS($S($EXPECT($L75, fail, 'BinaryOpSymbol "isnt"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
10600
10655
  if (module.config.coffeeIsnt)
10601
10656
  return "!==";
10602
10657
  return $skip;
10603
10658
  });
10604
- var BinaryOpSymbol$19 = $EXPECT($L68, fail, 'BinaryOpSymbol "==="');
10605
- var BinaryOpSymbol$20 = $TV($EXPECT($L69, fail, 'BinaryOpSymbol "=="'), function($skip, $loc, $0, $1) {
10659
+ var BinaryOpSymbol$25 = $EXPECT($L76, fail, 'BinaryOpSymbol "==="');
10660
+ var BinaryOpSymbol$26 = $T($C($EXPECT($L77, fail, 'BinaryOpSymbol "\u2263"'), $EXPECT($L78, fail, 'BinaryOpSymbol "\u2A76"')), function(value) {
10661
+ return "===";
10662
+ });
10663
+ var BinaryOpSymbol$27 = $TV($C($EXPECT($L79, fail, 'BinaryOpSymbol "=="'), $EXPECT($L80, fail, 'BinaryOpSymbol "\u2261"'), $EXPECT($L81, fail, 'BinaryOpSymbol "\u2A75"')), function($skip, $loc, $0, $1) {
10606
10664
  if (module.config.coffeeEq)
10607
10665
  return "===";
10608
- return $1;
10666
+ return "==";
10609
10667
  });
10610
- var BinaryOpSymbol$21 = $T($S($EXPECT($L70, fail, 'BinaryOpSymbol "and"'), NonIdContinue), function(value) {
10668
+ var BinaryOpSymbol$28 = $T($S($EXPECT($L82, fail, 'BinaryOpSymbol "and"'), NonIdContinue), function(value) {
10611
10669
  return "&&";
10612
10670
  });
10613
- var BinaryOpSymbol$22 = $EXPECT($L71, fail, 'BinaryOpSymbol "&&"');
10614
- var BinaryOpSymbol$23 = $T($S(CoffeeOfEnabled, $EXPECT($L72, fail, 'BinaryOpSymbol "of"'), NonIdContinue), function(value) {
10671
+ var BinaryOpSymbol$29 = $EXPECT($L83, fail, 'BinaryOpSymbol "&&"');
10672
+ var BinaryOpSymbol$30 = $T($S(CoffeeOfEnabled, $EXPECT($L84, fail, 'BinaryOpSymbol "of"'), NonIdContinue), function(value) {
10615
10673
  return "in";
10616
10674
  });
10617
- var BinaryOpSymbol$24 = $T($S($EXPECT($L73, fail, 'BinaryOpSymbol "or"'), NonIdContinue), function(value) {
10675
+ var BinaryOpSymbol$31 = $T($S($EXPECT($L85, fail, 'BinaryOpSymbol "or"'), NonIdContinue), function(value) {
10618
10676
  return "||";
10619
10677
  });
10620
- var BinaryOpSymbol$25 = $EXPECT($L74, fail, 'BinaryOpSymbol "||"');
10621
- var BinaryOpSymbol$26 = $TV($C($EXPECT($L75, fail, 'BinaryOpSymbol "^^"'), $S($EXPECT($L76, fail, 'BinaryOpSymbol "xor"'), NonIdContinue)), function($skip, $loc, $0, $1) {
10678
+ var BinaryOpSymbol$32 = $EXPECT($L86, fail, 'BinaryOpSymbol "||"');
10679
+ var BinaryOpSymbol$33 = $T($EXPECT($L87, fail, 'BinaryOpSymbol "\u2016"'), function(value) {
10680
+ return "||";
10681
+ });
10682
+ var BinaryOpSymbol$34 = $TV($C($EXPECT($L88, fail, 'BinaryOpSymbol "^^"'), $S($EXPECT($L89, fail, 'BinaryOpSymbol "xor"'), NonIdContinue)), function($skip, $loc, $0, $1) {
10622
10683
  return {
10623
10684
  call: module.getRef("xor"),
10624
10685
  special: true
10625
10686
  };
10626
10687
  });
10627
- var BinaryOpSymbol$27 = $TV($C($EXPECT($R8, fail, "BinaryOpSymbol /!\\^\\^?/"), $S($EXPECT($L77, fail, 'BinaryOpSymbol "xnor"'), NonIdContinue)), function($skip, $loc, $0, $1) {
10688
+ var BinaryOpSymbol$35 = $TV($C($EXPECT($R8, fail, "BinaryOpSymbol /!\\^\\^?/"), $S($EXPECT($L90, fail, 'BinaryOpSymbol "xnor"'), NonIdContinue)), function($skip, $loc, $0, $1) {
10628
10689
  return {
10629
10690
  call: module.getRef("xnor"),
10630
10691
  special: true
10631
10692
  };
10632
10693
  });
10633
- var BinaryOpSymbol$28 = $EXPECT($L78, fail, 'BinaryOpSymbol "??"');
10634
- var BinaryOpSymbol$29 = $T($S(CoffeeBinaryExistentialEnabled, $EXPECT($L4, fail, 'BinaryOpSymbol "?"')), function(value) {
10694
+ var BinaryOpSymbol$36 = $EXPECT($L91, fail, 'BinaryOpSymbol "??"');
10695
+ var BinaryOpSymbol$37 = $T($EXPECT($L92, fail, 'BinaryOpSymbol "\u2047"'), function(value) {
10696
+ return "??";
10697
+ });
10698
+ var BinaryOpSymbol$38 = $T($S(CoffeeBinaryExistentialEnabled, $EXPECT($L4, fail, 'BinaryOpSymbol "?"')), function(value) {
10635
10699
  return "??";
10636
10700
  });
10637
- var BinaryOpSymbol$30 = $TS($S($EXPECT($L79, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
10701
+ var BinaryOpSymbol$39 = $TS($S($EXPECT($L93, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
10638
10702
  return {
10639
10703
  $loc,
10640
10704
  token: $1,
@@ -10642,7 +10706,7 @@ ${input.slice(result.pos)}
10642
10706
  special: true
10643
10707
  };
10644
10708
  });
10645
- var BinaryOpSymbol$31 = $TS($S($EXPECT($L51, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L79, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
10709
+ var BinaryOpSymbol$40 = $TS($S(Not, __, $EXPECT($L93, fail, 'BinaryOpSymbol "instanceof"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4) {
10646
10710
  return {
10647
10711
  $loc,
10648
10712
  token: "instanceof",
@@ -10651,7 +10715,7 @@ ${input.slice(result.pos)}
10651
10715
  negated: true
10652
10716
  };
10653
10717
  });
10654
- var BinaryOpSymbol$32 = $TV($C($S($N(CoffeeOfEnabled), $EXPECT($L51, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), $S(CoffeeOfEnabled, $EXPECT($L51, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L72, fail, 'BinaryOpSymbol "of"'), NonIdContinue)), function($skip, $loc, $0, $1) {
10718
+ var BinaryOpSymbol$41 = $TV($C($S($N(CoffeeOfEnabled), Not, __, In), $S(CoffeeOfEnabled, Not, __, $EXPECT($L84, fail, 'BinaryOpSymbol "of"'), NonIdContinue)), function($skip, $loc, $0, $1) {
10655
10719
  return {
10656
10720
  $loc,
10657
10721
  token: "in",
@@ -10659,7 +10723,7 @@ ${input.slice(result.pos)}
10659
10723
  negated: true
10660
10724
  };
10661
10725
  });
10662
- var BinaryOpSymbol$33 = $TS($S($EXPECT($L81, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
10726
+ var BinaryOpSymbol$42 = $TV($C($S(Is, __, In), $EXPECT($L94, fail, 'BinaryOpSymbol "\u2208"')), function($skip, $loc, $0, $1) {
10663
10727
  return {
10664
10728
  method: "includes",
10665
10729
  relational: true,
@@ -10667,7 +10731,22 @@ ${input.slice(result.pos)}
10667
10731
  special: true
10668
10732
  };
10669
10733
  });
10670
- var BinaryOpSymbol$34 = $TS($S(CoffeeOfEnabled, $EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
10734
+ var BinaryOpSymbol$43 = $TV($EXPECT($L95, fail, 'BinaryOpSymbol "\u220B"'), function($skip, $loc, $0, $1) {
10735
+ return {
10736
+ method: "includes",
10737
+ relational: true,
10738
+ special: true
10739
+ };
10740
+ });
10741
+ var BinaryOpSymbol$44 = $TV($EXPECT($L96, fail, 'BinaryOpSymbol "\u220C"'), function($skip, $loc, $0, $1) {
10742
+ return {
10743
+ method: "includes",
10744
+ relational: true,
10745
+ special: true,
10746
+ negated: true
10747
+ };
10748
+ });
10749
+ var BinaryOpSymbol$45 = $TS($S(CoffeeOfEnabled, In), function($skip, $loc, $0, $1, $2) {
10671
10750
  return {
10672
10751
  call: [module.getRef("indexOf"), ".call"],
10673
10752
  relational: true,
@@ -10676,7 +10755,7 @@ ${input.slice(result.pos)}
10676
10755
  special: true
10677
10756
  };
10678
10757
  });
10679
- var BinaryOpSymbol$35 = $TS($S($EXPECT($L81, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L51, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8) {
10758
+ var BinaryOpSymbol$46 = $TV($C($S(Is, __, Not, __, In), $EXPECT($L97, fail, 'BinaryOpSymbol "\u2209"')), function($skip, $loc, $0, $1) {
10680
10759
  return {
10681
10760
  method: "includes",
10682
10761
  relational: true,
@@ -10685,7 +10764,7 @@ ${input.slice(result.pos)}
10685
10764
  negated: true
10686
10765
  };
10687
10766
  });
10688
- var BinaryOpSymbol$36 = $TS($S(CoffeeOfEnabled, $EXPECT($L51, fail, 'BinaryOpSymbol "not"'), NonIdContinue, __, $EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
10767
+ var BinaryOpSymbol$47 = $TS($S(CoffeeOfEnabled, Not, __, In), function($skip, $loc, $0, $1, $2, $3, $4) {
10689
10768
  return {
10690
10769
  call: [module.getRef("indexOf"), ".call"],
10691
10770
  relational: true,
@@ -10694,7 +10773,7 @@ ${input.slice(result.pos)}
10694
10773
  special: true
10695
10774
  };
10696
10775
  });
10697
- var BinaryOpSymbol$37 = $TS($S($N(CoffeeNotEnabled), $EXPECT($L81, fail, 'BinaryOpSymbol "is"'), NonIdContinue, __, $EXPECT($L51, fail, 'BinaryOpSymbol "not"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
10776
+ var BinaryOpSymbol$48 = $TS($S($N(CoffeeNotEnabled), Is, __, Not), function($skip, $loc, $0, $1, $2, $3, $4) {
10698
10777
  if (module.config.objectIs) {
10699
10778
  return {
10700
10779
  call: module.getRef("is"),
@@ -10706,7 +10785,7 @@ ${input.slice(result.pos)}
10706
10785
  }
10707
10786
  return "!==";
10708
10787
  });
10709
- var BinaryOpSymbol$38 = $TS($S($EXPECT($L81, fail, 'BinaryOpSymbol "is"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
10788
+ var BinaryOpSymbol$49 = $TS($S(Is), function($skip, $loc, $0, $1) {
10710
10789
  if (module.config.objectIs) {
10711
10790
  return {
10712
10791
  call: module.getRef("is"),
@@ -10717,12 +10796,12 @@ ${input.slice(result.pos)}
10717
10796
  }
10718
10797
  return "===";
10719
10798
  });
10720
- var BinaryOpSymbol$39 = $TS($S($EXPECT($L80, fail, 'BinaryOpSymbol "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
10721
- return $1;
10799
+ var BinaryOpSymbol$50 = $TS($S(In), function($skip, $loc, $0, $1) {
10800
+ return "in";
10722
10801
  });
10723
- var BinaryOpSymbol$40 = $EXPECT($L82, fail, 'BinaryOpSymbol "&"');
10724
- var BinaryOpSymbol$41 = $EXPECT($L17, fail, 'BinaryOpSymbol "^"');
10725
- var BinaryOpSymbol$42 = $EXPECT($L83, fail, 'BinaryOpSymbol "|"');
10802
+ var BinaryOpSymbol$51 = $EXPECT($L98, fail, 'BinaryOpSymbol "&"');
10803
+ var BinaryOpSymbol$52 = $EXPECT($L18, fail, 'BinaryOpSymbol "^"');
10804
+ var BinaryOpSymbol$53 = $EXPECT($L99, fail, 'BinaryOpSymbol "|"');
10726
10805
  function BinaryOpSymbol(state) {
10727
10806
  let eventData;
10728
10807
  if (state.events) {
@@ -10734,19 +10813,19 @@ ${input.slice(result.pos)}
10734
10813
  }
10735
10814
  }
10736
10815
  if (state.tokenize) {
10737
- const result = $TOKEN("BinaryOpSymbol", state, BinaryOpSymbol$0(state) || BinaryOpSymbol$1(state) || BinaryOpSymbol$2(state) || BinaryOpSymbol$3(state) || BinaryOpSymbol$4(state) || BinaryOpSymbol$5(state) || BinaryOpSymbol$6(state) || BinaryOpSymbol$7(state) || BinaryOpSymbol$8(state) || BinaryOpSymbol$9(state) || BinaryOpSymbol$10(state) || BinaryOpSymbol$11(state) || BinaryOpSymbol$12(state) || BinaryOpSymbol$13(state) || BinaryOpSymbol$14(state) || BinaryOpSymbol$15(state) || BinaryOpSymbol$16(state) || BinaryOpSymbol$17(state) || BinaryOpSymbol$18(state) || BinaryOpSymbol$19(state) || BinaryOpSymbol$20(state) || BinaryOpSymbol$21(state) || BinaryOpSymbol$22(state) || BinaryOpSymbol$23(state) || BinaryOpSymbol$24(state) || BinaryOpSymbol$25(state) || BinaryOpSymbol$26(state) || BinaryOpSymbol$27(state) || BinaryOpSymbol$28(state) || BinaryOpSymbol$29(state) || BinaryOpSymbol$30(state) || BinaryOpSymbol$31(state) || BinaryOpSymbol$32(state) || BinaryOpSymbol$33(state) || BinaryOpSymbol$34(state) || BinaryOpSymbol$35(state) || BinaryOpSymbol$36(state) || BinaryOpSymbol$37(state) || BinaryOpSymbol$38(state) || BinaryOpSymbol$39(state) || BinaryOpSymbol$40(state) || BinaryOpSymbol$41(state) || BinaryOpSymbol$42(state));
10816
+ const result = $TOKEN("BinaryOpSymbol", state, BinaryOpSymbol$0(state) || BinaryOpSymbol$1(state) || BinaryOpSymbol$2(state) || BinaryOpSymbol$3(state) || BinaryOpSymbol$4(state) || BinaryOpSymbol$5(state) || BinaryOpSymbol$6(state) || BinaryOpSymbol$7(state) || BinaryOpSymbol$8(state) || BinaryOpSymbol$9(state) || BinaryOpSymbol$10(state) || BinaryOpSymbol$11(state) || BinaryOpSymbol$12(state) || BinaryOpSymbol$13(state) || BinaryOpSymbol$14(state) || BinaryOpSymbol$15(state) || BinaryOpSymbol$16(state) || BinaryOpSymbol$17(state) || BinaryOpSymbol$18(state) || BinaryOpSymbol$19(state) || BinaryOpSymbol$20(state) || BinaryOpSymbol$21(state) || BinaryOpSymbol$22(state) || BinaryOpSymbol$23(state) || BinaryOpSymbol$24(state) || BinaryOpSymbol$25(state) || BinaryOpSymbol$26(state) || BinaryOpSymbol$27(state) || BinaryOpSymbol$28(state) || BinaryOpSymbol$29(state) || BinaryOpSymbol$30(state) || BinaryOpSymbol$31(state) || BinaryOpSymbol$32(state) || BinaryOpSymbol$33(state) || BinaryOpSymbol$34(state) || BinaryOpSymbol$35(state) || BinaryOpSymbol$36(state) || BinaryOpSymbol$37(state) || BinaryOpSymbol$38(state) || BinaryOpSymbol$39(state) || BinaryOpSymbol$40(state) || BinaryOpSymbol$41(state) || BinaryOpSymbol$42(state) || BinaryOpSymbol$43(state) || BinaryOpSymbol$44(state) || BinaryOpSymbol$45(state) || BinaryOpSymbol$46(state) || BinaryOpSymbol$47(state) || BinaryOpSymbol$48(state) || BinaryOpSymbol$49(state) || BinaryOpSymbol$50(state) || BinaryOpSymbol$51(state) || BinaryOpSymbol$52(state) || BinaryOpSymbol$53(state));
10738
10817
  if (state.events)
10739
10818
  state.events.exit?.("BinaryOpSymbol", state, result, eventData);
10740
10819
  return result;
10741
10820
  } else {
10742
- const result = BinaryOpSymbol$0(state) || BinaryOpSymbol$1(state) || BinaryOpSymbol$2(state) || BinaryOpSymbol$3(state) || BinaryOpSymbol$4(state) || BinaryOpSymbol$5(state) || BinaryOpSymbol$6(state) || BinaryOpSymbol$7(state) || BinaryOpSymbol$8(state) || BinaryOpSymbol$9(state) || BinaryOpSymbol$10(state) || BinaryOpSymbol$11(state) || BinaryOpSymbol$12(state) || BinaryOpSymbol$13(state) || BinaryOpSymbol$14(state) || BinaryOpSymbol$15(state) || BinaryOpSymbol$16(state) || BinaryOpSymbol$17(state) || BinaryOpSymbol$18(state) || BinaryOpSymbol$19(state) || BinaryOpSymbol$20(state) || BinaryOpSymbol$21(state) || BinaryOpSymbol$22(state) || BinaryOpSymbol$23(state) || BinaryOpSymbol$24(state) || BinaryOpSymbol$25(state) || BinaryOpSymbol$26(state) || BinaryOpSymbol$27(state) || BinaryOpSymbol$28(state) || BinaryOpSymbol$29(state) || BinaryOpSymbol$30(state) || BinaryOpSymbol$31(state) || BinaryOpSymbol$32(state) || BinaryOpSymbol$33(state) || BinaryOpSymbol$34(state) || BinaryOpSymbol$35(state) || BinaryOpSymbol$36(state) || BinaryOpSymbol$37(state) || BinaryOpSymbol$38(state) || BinaryOpSymbol$39(state) || BinaryOpSymbol$40(state) || BinaryOpSymbol$41(state) || BinaryOpSymbol$42(state);
10821
+ const result = BinaryOpSymbol$0(state) || BinaryOpSymbol$1(state) || BinaryOpSymbol$2(state) || BinaryOpSymbol$3(state) || BinaryOpSymbol$4(state) || BinaryOpSymbol$5(state) || BinaryOpSymbol$6(state) || BinaryOpSymbol$7(state) || BinaryOpSymbol$8(state) || BinaryOpSymbol$9(state) || BinaryOpSymbol$10(state) || BinaryOpSymbol$11(state) || BinaryOpSymbol$12(state) || BinaryOpSymbol$13(state) || BinaryOpSymbol$14(state) || BinaryOpSymbol$15(state) || BinaryOpSymbol$16(state) || BinaryOpSymbol$17(state) || BinaryOpSymbol$18(state) || BinaryOpSymbol$19(state) || BinaryOpSymbol$20(state) || BinaryOpSymbol$21(state) || BinaryOpSymbol$22(state) || BinaryOpSymbol$23(state) || BinaryOpSymbol$24(state) || BinaryOpSymbol$25(state) || BinaryOpSymbol$26(state) || BinaryOpSymbol$27(state) || BinaryOpSymbol$28(state) || BinaryOpSymbol$29(state) || BinaryOpSymbol$30(state) || BinaryOpSymbol$31(state) || BinaryOpSymbol$32(state) || BinaryOpSymbol$33(state) || BinaryOpSymbol$34(state) || BinaryOpSymbol$35(state) || BinaryOpSymbol$36(state) || BinaryOpSymbol$37(state) || BinaryOpSymbol$38(state) || BinaryOpSymbol$39(state) || BinaryOpSymbol$40(state) || BinaryOpSymbol$41(state) || BinaryOpSymbol$42(state) || BinaryOpSymbol$43(state) || BinaryOpSymbol$44(state) || BinaryOpSymbol$45(state) || BinaryOpSymbol$46(state) || BinaryOpSymbol$47(state) || BinaryOpSymbol$48(state) || BinaryOpSymbol$49(state) || BinaryOpSymbol$50(state) || BinaryOpSymbol$51(state) || BinaryOpSymbol$52(state) || BinaryOpSymbol$53(state);
10743
10822
  if (state.events)
10744
10823
  state.events.exit?.("BinaryOpSymbol", state, result, eventData);
10745
10824
  return result;
10746
10825
  }
10747
10826
  }
10748
- var Xor$0 = $EXPECT($L75, fail, 'Xor "^^"');
10749
- var Xor$1 = $S($EXPECT($L76, fail, 'Xor "xor"'), NonIdContinue);
10827
+ var Xor$0 = $EXPECT($L88, fail, 'Xor "^^"');
10828
+ var Xor$1 = $S($EXPECT($L89, fail, 'Xor "xor"'), NonIdContinue);
10750
10829
  function Xor(state) {
10751
10830
  let eventData;
10752
10831
  if (state.events) {
@@ -10770,7 +10849,7 @@ ${input.slice(result.pos)}
10770
10849
  }
10771
10850
  }
10772
10851
  var Xnor$0 = $R$0($EXPECT($R8, fail, "Xnor /!\\^\\^?/"));
10773
- var Xnor$1 = $EXPECT($L77, fail, 'Xnor "xnor"');
10852
+ var Xnor$1 = $EXPECT($L90, fail, 'Xnor "xnor"');
10774
10853
  function Xnor(state) {
10775
10854
  let eventData;
10776
10855
  if (state.events) {
@@ -10797,8 +10876,10 @@ ${input.slice(result.pos)}
10797
10876
  return { $loc, token: $0 };
10798
10877
  });
10799
10878
  var UnaryOp$1 = AwaitOp;
10800
- var UnaryOp$2 = $S($C(Delete, Void, Typeof), $N($EXPECT($L10, fail, 'UnaryOp ":"')), $E(_));
10801
- var UnaryOp$3 = Not;
10879
+ var UnaryOp$2 = $S($C(Delete, Void, Typeof), $N($EXPECT($L11, fail, 'UnaryOp ":"')), $E(_));
10880
+ var UnaryOp$3 = $T($S(Not, $E($EXPECT($L10, fail, 'UnaryOp " "')), $E(_)), function(value) {
10881
+ return [value[0], value[2]];
10882
+ });
10802
10883
  function UnaryOp(state) {
10803
10884
  let eventData;
10804
10885
  if (state.events) {
@@ -11056,7 +11137,7 @@ ${input.slice(result.pos)}
11056
11137
  return result;
11057
11138
  }
11058
11139
  }
11059
- var EmptyStatement$0 = $TS($S($E(_), $Y($EXPECT($L84, fail, 'EmptyStatement ";"'))), function($skip, $loc, $0, $1, $2) {
11140
+ var EmptyStatement$0 = $TS($S($E(_), $Y($EXPECT($L100, fail, 'EmptyStatement ";"'))), function($skip, $loc, $0, $1, $2) {
11060
11141
  return { type: "EmptyStatement", children: $1 || [] };
11061
11142
  });
11062
11143
  function EmptyStatement(state) {
@@ -11135,7 +11216,7 @@ ${input.slice(result.pos)}
11135
11216
  var w = $3;
11136
11217
  return [id, colon, w];
11137
11218
  });
11138
- var Label$1 = $S($EXPECT($L85, fail, 'Label "$:"'), Whitespace);
11219
+ var Label$1 = $S($EXPECT($L101, fail, 'Label "$:"'), Whitespace);
11139
11220
  function Label(state) {
11140
11221
  let eventData;
11141
11222
  if (state.events) {
@@ -12119,7 +12200,7 @@ ${input.slice(result.pos)}
12119
12200
  return result;
12120
12201
  }
12121
12202
  }
12122
- var CoffeeForDeclaration$0 = $TS($S($E($S(__, $EXPECT($L86, fail, 'CoffeeForDeclaration "own"'), NonIdContinue)), ForBinding), function($skip, $loc, $0, $1, $2) {
12203
+ var CoffeeForDeclaration$0 = $TS($S($E($S(__, $EXPECT($L102, fail, 'CoffeeForDeclaration "own"'), NonIdContinue)), ForBinding), function($skip, $loc, $0, $1, $2) {
12123
12204
  var own = $1;
12124
12205
  var binding = $2;
12125
12206
  return {
@@ -12747,7 +12828,7 @@ ${input.slice(result.pos)}
12747
12828
  return result;
12748
12829
  }
12749
12830
  }
12750
- var TryStatement$0 = $TS($S(Try, $N($EXPECT($L10, fail, 'TryStatement ":"')), NoPostfixBracedOrEmptyBlock, $E(CatchClause), $E(FinallyClause)), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
12831
+ var TryStatement$0 = $TS($S(Try, $N($EXPECT($L11, fail, 'TryStatement ":"')), NoPostfixBracedOrEmptyBlock, $E(CatchClause), $E(FinallyClause)), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
12751
12832
  var t = $1;
12752
12833
  var b = $3;
12753
12834
  var c = $4;
@@ -13662,7 +13743,7 @@ ${input.slice(result.pos)}
13662
13743
  var KeywordStatement$2 = $T($S(Debugger), function(value) {
13663
13744
  return { "type": "DebuggerStatement", "children": value };
13664
13745
  });
13665
- var KeywordStatement$3 = $T($S(Return, $N($C($EXPECT($L10, fail, 'KeywordStatement ":"'), $EXPECT($L5, fail, 'KeywordStatement "."'), AfterReturnShorthand)), $E(MaybeNestedExpression)), function(value) {
13746
+ var KeywordStatement$3 = $T($S(Return, $N($C($EXPECT($L11, fail, 'KeywordStatement ":"'), $EXPECT($L5, fail, 'KeywordStatement "."'), AfterReturnShorthand)), $E(MaybeNestedExpression)), function(value) {
13666
13747
  var expression = value[2];
13667
13748
  return { "type": "ReturnStatement", "expression": expression, "children": value };
13668
13749
  });
@@ -13691,7 +13772,7 @@ ${input.slice(result.pos)}
13691
13772
  return result;
13692
13773
  }
13693
13774
  }
13694
- var Break$0 = $TS($S($EXPECT($L87, fail, 'Break "break"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13775
+ var Break$0 = $TS($S($EXPECT($L103, fail, 'Break "break"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13695
13776
  return { $loc, token: $1 };
13696
13777
  });
13697
13778
  function Break(state) {
@@ -13716,7 +13797,7 @@ ${input.slice(result.pos)}
13716
13797
  return result;
13717
13798
  }
13718
13799
  }
13719
- var Continue$0 = $TS($S($EXPECT($L88, fail, 'Continue "continue"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13800
+ var Continue$0 = $TS($S($EXPECT($L104, fail, 'Continue "continue"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13720
13801
  return { $loc, token: $1 };
13721
13802
  });
13722
13803
  function Continue(state) {
@@ -13741,7 +13822,7 @@ ${input.slice(result.pos)}
13741
13822
  return result;
13742
13823
  }
13743
13824
  }
13744
- var Debugger$0 = $TS($S($EXPECT($L89, fail, 'Debugger "debugger"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13825
+ var Debugger$0 = $TS($S($EXPECT($L105, fail, 'Debugger "debugger"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
13745
13826
  return { $loc, token: $1 };
13746
13827
  });
13747
13828
  function Debugger(state) {
@@ -14047,7 +14128,7 @@ ${input.slice(result.pos)}
14047
14128
  return result;
14048
14129
  }
14049
14130
  }
14050
- var ImportAssertion$0 = $S($E(_), $EXPECT($L90, fail, 'ImportAssertion "assert"'), NonIdContinue, $E(_), ObjectLiteral);
14131
+ var ImportAssertion$0 = $S($E(_), $EXPECT($L106, fail, 'ImportAssertion "assert"'), NonIdContinue, $E(_), ObjectLiteral);
14051
14132
  function ImportAssertion(state) {
14052
14133
  let eventData;
14053
14134
  if (state.events) {
@@ -14150,7 +14231,7 @@ ${input.slice(result.pos)}
14150
14231
  }
14151
14232
  }
14152
14233
  var ImportAsToken$0 = $S(__, As);
14153
- var ImportAsToken$1 = $TS($S(Loc, __, Colon, $E($EXPECT($L9, fail, 'ImportAsToken " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
14234
+ var ImportAsToken$1 = $TS($S(Loc, __, Colon, $E($EXPECT($L10, fail, 'ImportAsToken " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
14154
14235
  var l = $1;
14155
14236
  var ws = $2;
14156
14237
  var c = $3;
@@ -14619,7 +14700,7 @@ ${input.slice(result.pos)}
14619
14700
  return result;
14620
14701
  }
14621
14702
  }
14622
- var ConstAssignment$0 = $TV($EXPECT($L91, fail, 'ConstAssignment ":="'), function($skip, $loc, $0, $1) {
14703
+ var ConstAssignment$0 = $TV($C($EXPECT($L107, fail, 'ConstAssignment ":="'), $EXPECT($L108, fail, 'ConstAssignment "\u2254"')), function($skip, $loc, $0, $1) {
14623
14704
  return { $loc, token: "=" };
14624
14705
  });
14625
14706
  function ConstAssignment(state) {
@@ -14644,7 +14725,7 @@ ${input.slice(result.pos)}
14644
14725
  return result;
14645
14726
  }
14646
14727
  }
14647
- var LetAssignment$0 = $TV($EXPECT($L92, fail, 'LetAssignment ".="'), function($skip, $loc, $0, $1) {
14728
+ var LetAssignment$0 = $TV($EXPECT($L109, fail, 'LetAssignment ".="'), function($skip, $loc, $0, $1) {
14648
14729
  return { $loc, token: "=" };
14649
14730
  });
14650
14731
  function LetAssignment(state) {
@@ -15351,7 +15432,7 @@ ${input.slice(result.pos)}
15351
15432
  }
15352
15433
  }
15353
15434
  var RegularExpressionLiteral$0 = HeregexLiteral;
15354
- var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L54, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L54, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
15435
+ var RegularExpressionLiteral$1 = $TV($TEXT($S($EXPECT($L55, fail, 'RegularExpressionLiteral "/"'), RegularExpressionBody, $EXPECT($L55, fail, 'RegularExpressionLiteral "/"'), RegularExpressionFlags)), function($skip, $loc, $0, $1) {
15355
15436
  return { type: "RegularExpressionLiteral", $loc, token: $1 };
15356
15437
  });
15357
15438
  function RegularExpressionLiteral(state) {
@@ -15918,7 +15999,7 @@ ${input.slice(result.pos)}
15918
15999
  return result;
15919
16000
  }
15920
16001
  }
15921
- var JSMultiLineComment$0 = $TV($TEXT($S($EXPECT($L93, fail, 'JSMultiLineComment "/*"'), $Q($S($N($EXPECT($L94, fail, 'JSMultiLineComment "*/"')), $EXPECT($R42, fail, "JSMultiLineComment /./"))), $EXPECT($L94, fail, 'JSMultiLineComment "*/"'))), function($skip, $loc, $0, $1) {
16002
+ var JSMultiLineComment$0 = $TV($TEXT($S($EXPECT($L110, fail, 'JSMultiLineComment "/*"'), $Q($S($N($EXPECT($L111, fail, 'JSMultiLineComment "*/"')), $EXPECT($R42, fail, "JSMultiLineComment /./"))), $EXPECT($L111, fail, 'JSMultiLineComment "*/"'))), function($skip, $loc, $0, $1) {
15922
16003
  return { type: "Comment", $loc, token: $1 };
15923
16004
  });
15924
16005
  function JSMultiLineComment(state) {
@@ -16017,7 +16098,7 @@ ${input.slice(result.pos)}
16017
16098
  return result;
16018
16099
  }
16019
16100
  }
16020
- var InlineComment$0 = $TV($TEXT($S($EXPECT($L93, fail, 'InlineComment "/*"'), $TEXT($Q($S($N($EXPECT($L94, fail, 'InlineComment "*/"')), $EXPECT($R46, fail, "InlineComment /[^\\r\\n]/")))), $EXPECT($L94, fail, 'InlineComment "*/"'))), function($skip, $loc, $0, $1) {
16101
+ var InlineComment$0 = $TV($TEXT($S($EXPECT($L110, fail, 'InlineComment "/*"'), $TEXT($Q($S($N($EXPECT($L111, fail, 'InlineComment "*/"')), $EXPECT($R46, fail, "InlineComment /[^\\r\\n]/")))), $EXPECT($L111, fail, 'InlineComment "*/"'))), function($skip, $loc, $0, $1) {
16021
16102
  return { $loc, token: $1 };
16022
16103
  });
16023
16104
  function InlineComment(state) {
@@ -16114,7 +16195,7 @@ ${input.slice(result.pos)}
16114
16195
  var NonNewlineWhitespace$0 = $TR($EXPECT($R47, fail, "NonNewlineWhitespace /[ \\t]+/"), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6, $7, $8, $9) {
16115
16196
  return { $loc, token: $0 };
16116
16197
  });
16117
- var NonNewlineWhitespace$1 = $T($S(CoffeeLineContinuationEnabled, $EXPECT($L95, fail, 'NonNewlineWhitespace "\\\\\\\\"'), EOL), function(value) {
16198
+ var NonNewlineWhitespace$1 = $T($S(CoffeeLineContinuationEnabled, $EXPECT($L112, fail, 'NonNewlineWhitespace "\\\\\\\\"'), EOL), function(value) {
16118
16199
  return "";
16119
16200
  });
16120
16201
  function NonNewlineWhitespace(state) {
@@ -16266,7 +16347,7 @@ ${input.slice(result.pos)}
16266
16347
  }
16267
16348
  }
16268
16349
  var StatementDelimiter$0 = SemicolonDelimiter;
16269
- var StatementDelimiter$1 = $S($Y($S(Samedent, $C($EXPECT($L3, fail, 'StatementDelimiter "("'), $EXPECT($L96, fail, 'StatementDelimiter "["'), $EXPECT($L97, fail, 'StatementDelimiter "`"'), $EXPECT($L57, fail, 'StatementDelimiter "+"'), $EXPECT($L18, fail, 'StatementDelimiter "-"'), $EXPECT($L53, fail, 'StatementDelimiter "*"'), $EXPECT($L54, fail, 'StatementDelimiter "/"'), ObjectLiteral, Arrow, FatArrow, $S(Function, $E($S($E(_), Star)), $E(_), $EXPECT($L3, fail, 'StatementDelimiter "("'))))), InsertSemicolon);
16350
+ var StatementDelimiter$1 = $S($Y($S(Samedent, $C($EXPECT($L3, fail, 'StatementDelimiter "("'), $EXPECT($L113, fail, 'StatementDelimiter "["'), $EXPECT($L114, fail, 'StatementDelimiter "`"'), $EXPECT($L58, fail, 'StatementDelimiter "+"'), $EXPECT($L19, fail, 'StatementDelimiter "-"'), $EXPECT($L54, fail, 'StatementDelimiter "*"'), $EXPECT($L55, fail, 'StatementDelimiter "/"'), ObjectLiteral, Arrow, FatArrow, $S(Function, $E($S($E(_), Star)), $E(_), $EXPECT($L3, fail, 'StatementDelimiter "("'))))), InsertSemicolon);
16270
16351
  var StatementDelimiter$2 = $Y(EOS);
16271
16352
  function StatementDelimiter(state) {
16272
16353
  let eventData;
@@ -16366,7 +16447,7 @@ ${input.slice(result.pos)}
16366
16447
  return result;
16367
16448
  }
16368
16449
  }
16369
- var Abstract$0 = $TV($TEXT($S($EXPECT($L98, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L9, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
16450
+ var Abstract$0 = $TV($TEXT($S($EXPECT($L115, fail, 'Abstract "abstract"'), NonIdContinue, $E($EXPECT($L10, fail, 'Abstract " "')))), function($skip, $loc, $0, $1) {
16370
16451
  return { $loc, token: $1, ts: true };
16371
16452
  });
16372
16453
  function Abstract(state) {
@@ -16391,7 +16472,7 @@ ${input.slice(result.pos)}
16391
16472
  return result;
16392
16473
  }
16393
16474
  }
16394
- var Ampersand$0 = $TV($EXPECT($L82, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
16475
+ var Ampersand$0 = $TV($EXPECT($L98, fail, 'Ampersand "&"'), function($skip, $loc, $0, $1) {
16395
16476
  return { $loc, token: $1 };
16396
16477
  });
16397
16478
  function Ampersand(state) {
@@ -16416,7 +16497,7 @@ ${input.slice(result.pos)}
16416
16497
  return result;
16417
16498
  }
16418
16499
  }
16419
- var As$0 = $TS($S($EXPECT($L99, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16500
+ var As$0 = $TS($S($EXPECT($L116, fail, 'As "as"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16420
16501
  return { $loc, token: $1 };
16421
16502
  });
16422
16503
  function As(state) {
@@ -16441,7 +16522,7 @@ ${input.slice(result.pos)}
16441
16522
  return result;
16442
16523
  }
16443
16524
  }
16444
- var At$0 = $TV($EXPECT($L100, fail, 'At "@"'), function($skip, $loc, $0, $1) {
16525
+ var At$0 = $TV($EXPECT($L117, fail, 'At "@"'), function($skip, $loc, $0, $1) {
16445
16526
  return { $loc, token: $1 };
16446
16527
  });
16447
16528
  function At(state) {
@@ -16466,7 +16547,7 @@ ${input.slice(result.pos)}
16466
16547
  return result;
16467
16548
  }
16468
16549
  }
16469
- var AtAt$0 = $TV($EXPECT($L101, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
16550
+ var AtAt$0 = $TV($EXPECT($L118, fail, 'AtAt "@@"'), function($skip, $loc, $0, $1) {
16470
16551
  return { $loc, token: "@" };
16471
16552
  });
16472
16553
  function AtAt(state) {
@@ -16491,7 +16572,7 @@ ${input.slice(result.pos)}
16491
16572
  return result;
16492
16573
  }
16493
16574
  }
16494
- var Async$0 = $TS($S($EXPECT($L102, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16575
+ var Async$0 = $TS($S($EXPECT($L119, fail, 'Async "async"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16495
16576
  return { $loc, token: $1, type: "Async" };
16496
16577
  });
16497
16578
  function Async(state) {
@@ -16516,7 +16597,7 @@ ${input.slice(result.pos)}
16516
16597
  return result;
16517
16598
  }
16518
16599
  }
16519
- var Await$0 = $TS($S($EXPECT($L103, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16600
+ var Await$0 = $TS($S($EXPECT($L120, fail, 'Await "await"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16520
16601
  return { $loc, token: $1, type: "Await" };
16521
16602
  });
16522
16603
  function Await(state) {
@@ -16541,7 +16622,7 @@ ${input.slice(result.pos)}
16541
16622
  return result;
16542
16623
  }
16543
16624
  }
16544
- var Backtick$0 = $TV($EXPECT($L97, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
16625
+ var Backtick$0 = $TV($EXPECT($L114, fail, 'Backtick "`"'), function($skip, $loc, $0, $1) {
16545
16626
  return { $loc, token: $1 };
16546
16627
  });
16547
16628
  function Backtick(state) {
@@ -16566,7 +16647,7 @@ ${input.slice(result.pos)}
16566
16647
  return result;
16567
16648
  }
16568
16649
  }
16569
- var By$0 = $TS($S($EXPECT($L104, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16650
+ var By$0 = $TS($S($EXPECT($L121, fail, 'By "by"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16570
16651
  return { $loc, token: $1 };
16571
16652
  });
16572
16653
  function By(state) {
@@ -16591,7 +16672,7 @@ ${input.slice(result.pos)}
16591
16672
  return result;
16592
16673
  }
16593
16674
  }
16594
- var Case$0 = $TS($S($EXPECT($L105, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16675
+ var Case$0 = $TS($S($EXPECT($L122, fail, 'Case "case"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16595
16676
  return { $loc, token: $1 };
16596
16677
  });
16597
16678
  function Case(state) {
@@ -16616,7 +16697,7 @@ ${input.slice(result.pos)}
16616
16697
  return result;
16617
16698
  }
16618
16699
  }
16619
- var Catch$0 = $TS($S($EXPECT($L106, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16700
+ var Catch$0 = $TS($S($EXPECT($L123, fail, 'Catch "catch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16620
16701
  return { $loc, token: $1 };
16621
16702
  });
16622
16703
  function Catch(state) {
@@ -16641,7 +16722,7 @@ ${input.slice(result.pos)}
16641
16722
  return result;
16642
16723
  }
16643
16724
  }
16644
- var Class$0 = $TS($S($EXPECT($L107, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16725
+ var Class$0 = $TS($S($EXPECT($L124, fail, 'Class "class"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16645
16726
  return { $loc, token: $1 };
16646
16727
  });
16647
16728
  function Class(state) {
@@ -16666,7 +16747,7 @@ ${input.slice(result.pos)}
16666
16747
  return result;
16667
16748
  }
16668
16749
  }
16669
- var CloseBrace$0 = $TV($EXPECT($L23, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
16750
+ var CloseBrace$0 = $TV($EXPECT($L25, fail, 'CloseBrace "}"'), function($skip, $loc, $0, $1) {
16670
16751
  return { $loc, token: $1 };
16671
16752
  });
16672
16753
  function CloseBrace(state) {
@@ -16691,7 +16772,7 @@ ${input.slice(result.pos)}
16691
16772
  return result;
16692
16773
  }
16693
16774
  }
16694
- var CloseBracket$0 = $TV($EXPECT($L32, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
16775
+ var CloseBracket$0 = $TV($EXPECT($L34, fail, 'CloseBracket "]"'), function($skip, $loc, $0, $1) {
16695
16776
  return { $loc, token: $1 };
16696
16777
  });
16697
16778
  function CloseBracket(state) {
@@ -16716,7 +16797,7 @@ ${input.slice(result.pos)}
16716
16797
  return result;
16717
16798
  }
16718
16799
  }
16719
- var CloseParen$0 = $TV($EXPECT($L108, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
16800
+ var CloseParen$0 = $TV($EXPECT($L125, fail, 'CloseParen ")"'), function($skip, $loc, $0, $1) {
16720
16801
  return { $loc, token: $1 };
16721
16802
  });
16722
16803
  function CloseParen(state) {
@@ -16741,7 +16822,7 @@ ${input.slice(result.pos)}
16741
16822
  return result;
16742
16823
  }
16743
16824
  }
16744
- var CoffeeSubstitutionStart$0 = $TV($EXPECT($L109, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
16825
+ var CoffeeSubstitutionStart$0 = $TV($EXPECT($L126, fail, 'CoffeeSubstitutionStart "#{"'), function($skip, $loc, $0, $1) {
16745
16826
  return { $loc, token: "${" };
16746
16827
  });
16747
16828
  function CoffeeSubstitutionStart(state) {
@@ -16766,7 +16847,7 @@ ${input.slice(result.pos)}
16766
16847
  return result;
16767
16848
  }
16768
16849
  }
16769
- var Colon$0 = $TS($S($EXPECT($L10, fail, 'Colon ":"'), $N($EXPECT($L2, fail, 'Colon "="'))), function($skip, $loc, $0, $1, $2) {
16850
+ var Colon$0 = $TS($S($EXPECT($L11, fail, 'Colon ":"'), $N($EXPECT($L2, fail, 'Colon "="'))), function($skip, $loc, $0, $1, $2) {
16770
16851
  return { $loc, token: $1 };
16771
16852
  });
16772
16853
  function Colon(state) {
@@ -16791,7 +16872,7 @@ ${input.slice(result.pos)}
16791
16872
  return result;
16792
16873
  }
16793
16874
  }
16794
- var Comma$0 = $TV($EXPECT($L21, fail, 'Comma ","'), function($skip, $loc, $0, $1) {
16875
+ var Comma$0 = $TV($EXPECT($L22, fail, 'Comma ","'), function($skip, $loc, $0, $1) {
16795
16876
  return { $loc, token: $1 };
16796
16877
  });
16797
16878
  function Comma(state) {
@@ -16816,7 +16897,7 @@ ${input.slice(result.pos)}
16816
16897
  return result;
16817
16898
  }
16818
16899
  }
16819
- var ConstructorShorthand$0 = $TV($EXPECT($L100, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
16900
+ var ConstructorShorthand$0 = $TV($EXPECT($L117, fail, 'ConstructorShorthand "@"'), function($skip, $loc, $0, $1) {
16820
16901
  return { $loc, token: "constructor" };
16821
16902
  });
16822
16903
  function ConstructorShorthand(state) {
@@ -16841,7 +16922,7 @@ ${input.slice(result.pos)}
16841
16922
  return result;
16842
16923
  }
16843
16924
  }
16844
- var Declare$0 = $TS($S($EXPECT($L110, fail, 'Declare "declare"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16925
+ var Declare$0 = $TS($S($EXPECT($L127, fail, 'Declare "declare"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16845
16926
  return { $loc, token: $1 };
16846
16927
  });
16847
16928
  function Declare(state) {
@@ -16866,7 +16947,7 @@ ${input.slice(result.pos)}
16866
16947
  return result;
16867
16948
  }
16868
16949
  }
16869
- var Default$0 = $TS($S($EXPECT($L111, fail, 'Default "default"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16950
+ var Default$0 = $TS($S($EXPECT($L128, fail, 'Default "default"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16870
16951
  return { $loc, token: $1 };
16871
16952
  });
16872
16953
  function Default(state) {
@@ -16891,7 +16972,7 @@ ${input.slice(result.pos)}
16891
16972
  return result;
16892
16973
  }
16893
16974
  }
16894
- var Delete$0 = $TS($S($EXPECT($L112, fail, 'Delete "delete"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16975
+ var Delete$0 = $TS($S($EXPECT($L129, fail, 'Delete "delete"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16895
16976
  return { $loc, token: $1 };
16896
16977
  });
16897
16978
  function Delete(state) {
@@ -16916,7 +16997,7 @@ ${input.slice(result.pos)}
16916
16997
  return result;
16917
16998
  }
16918
16999
  }
16919
- var Do$0 = $TS($S($EXPECT($L113, fail, 'Do "do"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17000
+ var Do$0 = $TS($S($EXPECT($L130, fail, 'Do "do"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
16920
17001
  return { $loc, token: $1 };
16921
17002
  });
16922
17003
  function Do(state) {
@@ -16966,9 +17047,12 @@ ${input.slice(result.pos)}
16966
17047
  return result;
16967
17048
  }
16968
17049
  }
16969
- var DotDot$0 = $TS($S($EXPECT($L114, fail, 'DotDot ".."'), $N($EXPECT($L5, fail, 'DotDot "."'))), function($skip, $loc, $0, $1, $2) {
17050
+ var DotDot$0 = $TS($S($EXPECT($L131, fail, 'DotDot ".."'), $N($EXPECT($L5, fail, 'DotDot "."'))), function($skip, $loc, $0, $1, $2) {
16970
17051
  return { $loc, token: $1 };
16971
17052
  });
17053
+ var DotDot$1 = $TV($EXPECT($L132, fail, 'DotDot "\u2025"'), function($skip, $loc, $0, $1) {
17054
+ return { $loc, token: ".." };
17055
+ });
16972
17056
  function DotDot(state) {
16973
17057
  let eventData;
16974
17058
  if (state.events) {
@@ -16980,20 +17064,23 @@ ${input.slice(result.pos)}
16980
17064
  }
16981
17065
  }
16982
17066
  if (state.tokenize) {
16983
- const result = $TOKEN("DotDot", state, DotDot$0(state));
17067
+ const result = $TOKEN("DotDot", state, DotDot$0(state) || DotDot$1(state));
16984
17068
  if (state.events)
16985
17069
  state.events.exit?.("DotDot", state, result, eventData);
16986
17070
  return result;
16987
17071
  } else {
16988
- const result = DotDot$0(state);
17072
+ const result = DotDot$0(state) || DotDot$1(state);
16989
17073
  if (state.events)
16990
17074
  state.events.exit?.("DotDot", state, result, eventData);
16991
17075
  return result;
16992
17076
  }
16993
17077
  }
16994
- var DotDotDot$0 = $TV($EXPECT($L115, fail, 'DotDotDot "..."'), function($skip, $loc, $0, $1) {
17078
+ var DotDotDot$0 = $TV($EXPECT($L133, fail, 'DotDotDot "..."'), function($skip, $loc, $0, $1) {
16995
17079
  return { $loc, token: $1 };
16996
17080
  });
17081
+ var DotDotDot$1 = $TV($EXPECT($L134, fail, 'DotDotDot "\u2026"'), function($skip, $loc, $0, $1) {
17082
+ return { $loc, token: "..." };
17083
+ });
16997
17084
  function DotDotDot(state) {
16998
17085
  let eventData;
16999
17086
  if (state.events) {
@@ -17005,18 +17092,18 @@ ${input.slice(result.pos)}
17005
17092
  }
17006
17093
  }
17007
17094
  if (state.tokenize) {
17008
- const result = $TOKEN("DotDotDot", state, DotDotDot$0(state));
17095
+ const result = $TOKEN("DotDotDot", state, DotDotDot$0(state) || DotDotDot$1(state));
17009
17096
  if (state.events)
17010
17097
  state.events.exit?.("DotDotDot", state, result, eventData);
17011
17098
  return result;
17012
17099
  } else {
17013
- const result = DotDotDot$0(state);
17100
+ const result = DotDotDot$0(state) || DotDotDot$1(state);
17014
17101
  if (state.events)
17015
17102
  state.events.exit?.("DotDotDot", state, result, eventData);
17016
17103
  return result;
17017
17104
  }
17018
17105
  }
17019
- var DoubleColon$0 = $TV($EXPECT($L116, fail, 'DoubleColon "::"'), function($skip, $loc, $0, $1) {
17106
+ var DoubleColon$0 = $TV($EXPECT($L135, fail, 'DoubleColon "::"'), function($skip, $loc, $0, $1) {
17020
17107
  return { $loc, token: $1 };
17021
17108
  });
17022
17109
  function DoubleColon(state) {
@@ -17041,7 +17128,7 @@ ${input.slice(result.pos)}
17041
17128
  return result;
17042
17129
  }
17043
17130
  }
17044
- var DoubleQuote$0 = $TV($EXPECT($L117, fail, 'DoubleQuote "\\\\\\""'), function($skip, $loc, $0, $1) {
17131
+ var DoubleQuote$0 = $TV($EXPECT($L136, fail, 'DoubleQuote "\\\\\\""'), function($skip, $loc, $0, $1) {
17045
17132
  return { $loc, token: $1 };
17046
17133
  });
17047
17134
  function DoubleQuote(state) {
@@ -17066,7 +17153,7 @@ ${input.slice(result.pos)}
17066
17153
  return result;
17067
17154
  }
17068
17155
  }
17069
- var Else$0 = $TS($S($EXPECT($L118, fail, 'Else "else"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17156
+ var Else$0 = $TS($S($EXPECT($L137, fail, 'Else "else"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17070
17157
  return { $loc, token: $1 };
17071
17158
  });
17072
17159
  function Else(state) {
@@ -17116,7 +17203,7 @@ ${input.slice(result.pos)}
17116
17203
  return result;
17117
17204
  }
17118
17205
  }
17119
- var Export$0 = $TS($S($EXPECT($L119, fail, 'Export "export"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17206
+ var Export$0 = $TS($S($EXPECT($L138, fail, 'Export "export"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17120
17207
  return { $loc, token: $1 };
17121
17208
  });
17122
17209
  function Export(state) {
@@ -17141,7 +17228,7 @@ ${input.slice(result.pos)}
17141
17228
  return result;
17142
17229
  }
17143
17230
  }
17144
- var Extends$0 = $TS($S($EXPECT($L120, fail, 'Extends "extends"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17231
+ var Extends$0 = $TS($S($EXPECT($L139, fail, 'Extends "extends"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17145
17232
  return { $loc, token: $1 };
17146
17233
  });
17147
17234
  function Extends(state) {
@@ -17166,7 +17253,7 @@ ${input.slice(result.pos)}
17166
17253
  return result;
17167
17254
  }
17168
17255
  }
17169
- var Finally$0 = $TS($S($EXPECT($L121, fail, 'Finally "finally"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17256
+ var Finally$0 = $TS($S($EXPECT($L140, fail, 'Finally "finally"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17170
17257
  return { $loc, token: $1 };
17171
17258
  });
17172
17259
  function Finally(state) {
@@ -17191,7 +17278,7 @@ ${input.slice(result.pos)}
17191
17278
  return result;
17192
17279
  }
17193
17280
  }
17194
- var For$0 = $TS($S($EXPECT($L122, fail, 'For "for"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17281
+ var For$0 = $TS($S($EXPECT($L141, fail, 'For "for"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17195
17282
  return { $loc, token: $1 };
17196
17283
  });
17197
17284
  function For(state) {
@@ -17216,7 +17303,7 @@ ${input.slice(result.pos)}
17216
17303
  return result;
17217
17304
  }
17218
17305
  }
17219
- var From$0 = $TS($S($EXPECT($L123, fail, 'From "from"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17306
+ var From$0 = $TS($S($EXPECT($L142, fail, 'From "from"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17220
17307
  return { $loc, token: $1 };
17221
17308
  });
17222
17309
  function From(state) {
@@ -17241,7 +17328,7 @@ ${input.slice(result.pos)}
17241
17328
  return result;
17242
17329
  }
17243
17330
  }
17244
- var Function$0 = $TS($S($EXPECT($L124, fail, 'Function "function"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17331
+ var Function$0 = $TS($S($EXPECT($L143, fail, 'Function "function"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17245
17332
  return { $loc, token: $1 };
17246
17333
  });
17247
17334
  function Function(state) {
@@ -17266,7 +17353,7 @@ ${input.slice(result.pos)}
17266
17353
  return result;
17267
17354
  }
17268
17355
  }
17269
- var GetOrSet$0 = $TS($S($C($EXPECT($L125, fail, 'GetOrSet "get"'), $EXPECT($L126, fail, 'GetOrSet "set"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17356
+ var GetOrSet$0 = $TS($S($C($EXPECT($L144, fail, 'GetOrSet "get"'), $EXPECT($L145, fail, 'GetOrSet "set"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17270
17357
  return { $loc, token: $1, type: "GetOrSet" };
17271
17358
  });
17272
17359
  function GetOrSet(state) {
@@ -17291,7 +17378,7 @@ ${input.slice(result.pos)}
17291
17378
  return result;
17292
17379
  }
17293
17380
  }
17294
- var If$0 = $TV($TEXT($S($EXPECT($L127, fail, 'If "if"'), NonIdContinue, $E($EXPECT($L9, fail, 'If " "')))), function($skip, $loc, $0, $1) {
17381
+ var If$0 = $TV($TEXT($S($EXPECT($L146, fail, 'If "if"'), NonIdContinue, $E($EXPECT($L10, fail, 'If " "')))), function($skip, $loc, $0, $1) {
17295
17382
  return { $loc, token: $1 };
17296
17383
  });
17297
17384
  function If(state) {
@@ -17316,7 +17403,7 @@ ${input.slice(result.pos)}
17316
17403
  return result;
17317
17404
  }
17318
17405
  }
17319
- var Import$0 = $TS($S($EXPECT($L15, fail, 'Import "import"'), $Y($EXPECT($R49, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
17406
+ var Import$0 = $TS($S($EXPECT($L16, fail, 'Import "import"'), $Y($EXPECT($R49, fail, "Import /\\s/"))), function($skip, $loc, $0, $1, $2) {
17320
17407
  return { $loc, token: $1 };
17321
17408
  });
17322
17409
  function Import(state) {
@@ -17341,7 +17428,7 @@ ${input.slice(result.pos)}
17341
17428
  return result;
17342
17429
  }
17343
17430
  }
17344
- var In$0 = $TS($S($EXPECT($L80, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17431
+ var In$0 = $TS($S($EXPECT($L147, fail, 'In "in"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17345
17432
  return { $loc, token: $1 };
17346
17433
  });
17347
17434
  function In(state) {
@@ -17366,7 +17453,7 @@ ${input.slice(result.pos)}
17366
17453
  return result;
17367
17454
  }
17368
17455
  }
17369
- var LetOrConst$0 = $TS($S($C($EXPECT($L128, fail, 'LetOrConst "let"'), $EXPECT($L129, fail, 'LetOrConst "const"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17456
+ var LetOrConst$0 = $TS($S($C($EXPECT($L148, fail, 'LetOrConst "let"'), $EXPECT($L149, fail, 'LetOrConst "const"')), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17370
17457
  return { $loc, token: $1 };
17371
17458
  });
17372
17459
  function LetOrConst(state) {
@@ -17391,7 +17478,7 @@ ${input.slice(result.pos)}
17391
17478
  return result;
17392
17479
  }
17393
17480
  }
17394
- var Const$0 = $TS($S($EXPECT($L129, fail, 'Const "const"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17481
+ var Const$0 = $TS($S($EXPECT($L149, fail, 'Const "const"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17395
17482
  return { $loc, token: $1 };
17396
17483
  });
17397
17484
  function Const(state) {
@@ -17416,6 +17503,31 @@ ${input.slice(result.pos)}
17416
17503
  return result;
17417
17504
  }
17418
17505
  }
17506
+ var Is$0 = $TS($S($EXPECT($L150, fail, 'Is "is"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17507
+ return { $loc, token: $1 };
17508
+ });
17509
+ function Is(state) {
17510
+ let eventData;
17511
+ if (state.events) {
17512
+ const result = state.events.enter?.("Is", state);
17513
+ if (result) {
17514
+ if (result.cache)
17515
+ return result.cache;
17516
+ eventData = result.data;
17517
+ }
17518
+ }
17519
+ if (state.tokenize) {
17520
+ const result = $TOKEN("Is", state, Is$0(state));
17521
+ if (state.events)
17522
+ state.events.exit?.("Is", state, result, eventData);
17523
+ return result;
17524
+ } else {
17525
+ const result = Is$0(state);
17526
+ if (state.events)
17527
+ state.events.exit?.("Is", state, result, eventData);
17528
+ return result;
17529
+ }
17530
+ }
17419
17531
  var LetOrConstOrVar$0 = LetOrConst;
17420
17532
  var LetOrConstOrVar$1 = Var;
17421
17533
  function LetOrConstOrVar(state) {
@@ -17440,7 +17552,7 @@ ${input.slice(result.pos)}
17440
17552
  return result;
17441
17553
  }
17442
17554
  }
17443
- var Loop$0 = $TS($S($EXPECT($L130, fail, 'Loop "loop"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17555
+ var Loop$0 = $TS($S($EXPECT($L151, fail, 'Loop "loop"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17444
17556
  return { $loc, token: "while(true)" };
17445
17557
  });
17446
17558
  function Loop(state) {
@@ -17465,7 +17577,7 @@ ${input.slice(result.pos)}
17465
17577
  return result;
17466
17578
  }
17467
17579
  }
17468
- var New$0 = $TS($S($EXPECT($L131, fail, 'New "new"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17580
+ var New$0 = $TS($S($EXPECT($L152, fail, 'New "new"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17469
17581
  return { $loc, token: $1 };
17470
17582
  });
17471
17583
  function New(state) {
@@ -17490,7 +17602,7 @@ ${input.slice(result.pos)}
17490
17602
  return result;
17491
17603
  }
17492
17604
  }
17493
- var Not$0 = $TS($S(CoffeeNotEnabled, $EXPECT($L51, fail, 'Not "not"'), NonIdContinue, $E($EXPECT($L9, fail, 'Not " "'))), function($skip, $loc, $0, $1, $2, $3, $4) {
17605
+ var Not$0 = $TS($S($EXPECT($L153, fail, 'Not "not"'), NonIdContinue, $N($S($E(_), $EXPECT($L11, fail, 'Not ":"')))), function($skip, $loc, $0, $1, $2, $3) {
17494
17606
  return { $loc, token: "!" };
17495
17607
  });
17496
17608
  function Not(state) {
@@ -17515,7 +17627,7 @@ ${input.slice(result.pos)}
17515
17627
  return result;
17516
17628
  }
17517
17629
  }
17518
- var Of$0 = $TS($S($EXPECT($L72, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17630
+ var Of$0 = $TS($S($EXPECT($L84, fail, 'Of "of"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17519
17631
  return { $loc, token: $1 };
17520
17632
  });
17521
17633
  function Of(state) {
@@ -17540,7 +17652,7 @@ ${input.slice(result.pos)}
17540
17652
  return result;
17541
17653
  }
17542
17654
  }
17543
- var OpenAngleBracket$0 = $TV($EXPECT($L132, fail, 'OpenAngleBracket "<"'), function($skip, $loc, $0, $1) {
17655
+ var OpenAngleBracket$0 = $TV($EXPECT($L154, fail, 'OpenAngleBracket "<"'), function($skip, $loc, $0, $1) {
17544
17656
  return { $loc, token: $1 };
17545
17657
  });
17546
17658
  function OpenAngleBracket(state) {
@@ -17565,7 +17677,7 @@ ${input.slice(result.pos)}
17565
17677
  return result;
17566
17678
  }
17567
17679
  }
17568
- var OpenBrace$0 = $TV($EXPECT($L133, fail, 'OpenBrace "{"'), function($skip, $loc, $0, $1) {
17680
+ var OpenBrace$0 = $TV($EXPECT($L155, fail, 'OpenBrace "{"'), function($skip, $loc, $0, $1) {
17569
17681
  return { $loc, token: $1 };
17570
17682
  });
17571
17683
  function OpenBrace(state) {
@@ -17590,7 +17702,7 @@ ${input.slice(result.pos)}
17590
17702
  return result;
17591
17703
  }
17592
17704
  }
17593
- var OpenBracket$0 = $TV($EXPECT($L96, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
17705
+ var OpenBracket$0 = $TV($EXPECT($L113, fail, 'OpenBracket "["'), function($skip, $loc, $0, $1) {
17594
17706
  return { $loc, token: $1 };
17595
17707
  });
17596
17708
  function OpenBracket(state) {
@@ -17640,7 +17752,7 @@ ${input.slice(result.pos)}
17640
17752
  return result;
17641
17753
  }
17642
17754
  }
17643
- var Operator$0 = $TS($S($EXPECT($L134, fail, 'Operator "operator"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17755
+ var Operator$0 = $TS($S($EXPECT($L156, fail, 'Operator "operator"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17644
17756
  return { $loc, token: $1 };
17645
17757
  });
17646
17758
  function Operator(state) {
@@ -17665,7 +17777,7 @@ ${input.slice(result.pos)}
17665
17777
  return result;
17666
17778
  }
17667
17779
  }
17668
- var Public$0 = $TS($S($EXPECT($L135, fail, 'Public "public"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17780
+ var Public$0 = $TS($S($EXPECT($L157, fail, 'Public "public"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17669
17781
  return { $loc, token: $1 };
17670
17782
  });
17671
17783
  function Public(state) {
@@ -17690,7 +17802,7 @@ ${input.slice(result.pos)}
17690
17802
  return result;
17691
17803
  }
17692
17804
  }
17693
- var Private$0 = $TS($S($EXPECT($L136, fail, 'Private "private"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17805
+ var Private$0 = $TS($S($EXPECT($L158, fail, 'Private "private"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17694
17806
  return { $loc, token: $1 };
17695
17807
  });
17696
17808
  function Private(state) {
@@ -17715,7 +17827,7 @@ ${input.slice(result.pos)}
17715
17827
  return result;
17716
17828
  }
17717
17829
  }
17718
- var Protected$0 = $TS($S($EXPECT($L137, fail, 'Protected "protected"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17830
+ var Protected$0 = $TS($S($EXPECT($L159, fail, 'Protected "protected"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17719
17831
  return { $loc, token: $1 };
17720
17832
  });
17721
17833
  function Protected(state) {
@@ -17740,14 +17852,14 @@ ${input.slice(result.pos)}
17740
17852
  return result;
17741
17853
  }
17742
17854
  }
17743
- var Pipe$0 = $TV($EXPECT($L138, fail, 'Pipe "||>"'), function($skip, $loc, $0, $1) {
17744
- return { $loc, token: $1 };
17855
+ var Pipe$0 = $TV($C($EXPECT($L160, fail, 'Pipe "||>"'), $EXPECT($L161, fail, 'Pipe "|\u25B7"')), function($skip, $loc, $0, $1) {
17856
+ return { $loc, token: "||>" };
17745
17857
  });
17746
- var Pipe$1 = $TV($EXPECT($L139, fail, 'Pipe "|>="'), function($skip, $loc, $0, $1) {
17747
- return { $loc, token: $1 };
17858
+ var Pipe$1 = $TV($C($EXPECT($L162, fail, 'Pipe "|>="'), $EXPECT($L163, fail, 'Pipe "\u25B7="')), function($skip, $loc, $0, $1) {
17859
+ return { $loc, token: "|>=" };
17748
17860
  });
17749
- var Pipe$2 = $TV($EXPECT($L140, fail, 'Pipe "|>"'), function($skip, $loc, $0, $1) {
17750
- return { $loc, token: $1 };
17861
+ var Pipe$2 = $TV($C($EXPECT($L164, fail, 'Pipe "|>"'), $EXPECT($L165, fail, 'Pipe "\u25B7"')), function($skip, $loc, $0, $1) {
17862
+ return { $loc, token: "|>" };
17751
17863
  });
17752
17864
  function Pipe(state) {
17753
17865
  let eventData;
@@ -17796,7 +17908,7 @@ ${input.slice(result.pos)}
17796
17908
  return result;
17797
17909
  }
17798
17910
  }
17799
- var Readonly$0 = $TS($S($EXPECT($L141, fail, 'Readonly "readonly"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17911
+ var Readonly$0 = $TS($S($EXPECT($L166, fail, 'Readonly "readonly"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17800
17912
  return { $loc, token: $1, ts: true };
17801
17913
  });
17802
17914
  function Readonly(state) {
@@ -17821,7 +17933,7 @@ ${input.slice(result.pos)}
17821
17933
  return result;
17822
17934
  }
17823
17935
  }
17824
- var Return$0 = $TS($S($EXPECT($L142, fail, 'Return "return"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17936
+ var Return$0 = $TS($S($EXPECT($L167, fail, 'Return "return"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17825
17937
  return { $loc, token: $1 };
17826
17938
  });
17827
17939
  function Return(state) {
@@ -17846,7 +17958,7 @@ ${input.slice(result.pos)}
17846
17958
  return result;
17847
17959
  }
17848
17960
  }
17849
- var Satisfies$0 = $TS($S($EXPECT($L143, fail, 'Satisfies "satisfies"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17961
+ var Satisfies$0 = $TS($S($EXPECT($L168, fail, 'Satisfies "satisfies"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17850
17962
  return { $loc, token: $1 };
17851
17963
  });
17852
17964
  function Satisfies(state) {
@@ -17871,7 +17983,7 @@ ${input.slice(result.pos)}
17871
17983
  return result;
17872
17984
  }
17873
17985
  }
17874
- var Semicolon$0 = $TV($EXPECT($L84, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
17986
+ var Semicolon$0 = $TV($EXPECT($L100, fail, 'Semicolon ";"'), function($skip, $loc, $0, $1) {
17875
17987
  return { $loc, token: $1 };
17876
17988
  });
17877
17989
  function Semicolon(state) {
@@ -17896,7 +18008,7 @@ ${input.slice(result.pos)}
17896
18008
  return result;
17897
18009
  }
17898
18010
  }
17899
- var SingleQuote$0 = $TV($EXPECT($L144, fail, `SingleQuote "'"`), function($skip, $loc, $0, $1) {
18011
+ var SingleQuote$0 = $TV($EXPECT($L169, fail, `SingleQuote "'"`), function($skip, $loc, $0, $1) {
17900
18012
  return { $loc, token: $1 };
17901
18013
  });
17902
18014
  function SingleQuote(state) {
@@ -17921,7 +18033,7 @@ ${input.slice(result.pos)}
17921
18033
  return result;
17922
18034
  }
17923
18035
  }
17924
- var Star$0 = $TV($EXPECT($L53, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
18036
+ var Star$0 = $TV($EXPECT($L54, fail, 'Star "*"'), function($skip, $loc, $0, $1) {
17925
18037
  return { $loc, token: $1 };
17926
18038
  });
17927
18039
  function Star(state) {
@@ -17946,10 +18058,10 @@ ${input.slice(result.pos)}
17946
18058
  return result;
17947
18059
  }
17948
18060
  }
17949
- var Static$0 = $TS($S($EXPECT($L145, fail, 'Static "static"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18061
+ var Static$0 = $TS($S($EXPECT($L170, fail, 'Static "static"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
17950
18062
  return { $loc, token: $1 };
17951
18063
  });
17952
- var Static$1 = $TS($S($EXPECT($L100, fail, 'Static "@"'), $N($C($EXPECT($L3, fail, 'Static "("'), $EXPECT($L100, fail, 'Static "@"')))), function($skip, $loc, $0, $1, $2) {
18064
+ var Static$1 = $TS($S($EXPECT($L117, fail, 'Static "@"'), $N($C($EXPECT($L3, fail, 'Static "("'), $EXPECT($L117, fail, 'Static "@"')))), function($skip, $loc, $0, $1, $2) {
17953
18065
  return { $loc, token: "static " };
17954
18066
  });
17955
18067
  function Static(state) {
@@ -17974,7 +18086,7 @@ ${input.slice(result.pos)}
17974
18086
  return result;
17975
18087
  }
17976
18088
  }
17977
- var SubstitutionStart$0 = $TV($EXPECT($L146, fail, 'SubstitutionStart "${"'), function($skip, $loc, $0, $1) {
18089
+ var SubstitutionStart$0 = $TV($EXPECT($L171, fail, 'SubstitutionStart "${"'), function($skip, $loc, $0, $1) {
17978
18090
  return { $loc, token: $1 };
17979
18091
  });
17980
18092
  function SubstitutionStart(state) {
@@ -17999,7 +18111,7 @@ ${input.slice(result.pos)}
17999
18111
  return result;
18000
18112
  }
18001
18113
  }
18002
- var Switch$0 = $TS($S($EXPECT($L147, fail, 'Switch "switch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18114
+ var Switch$0 = $TS($S($EXPECT($L172, fail, 'Switch "switch"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18003
18115
  return { $loc, token: $1 };
18004
18116
  });
18005
18117
  function Switch(state) {
@@ -18024,7 +18136,7 @@ ${input.slice(result.pos)}
18024
18136
  return result;
18025
18137
  }
18026
18138
  }
18027
- var Target$0 = $TS($S($EXPECT($L148, fail, 'Target "target"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18139
+ var Target$0 = $TS($S($EXPECT($L173, fail, 'Target "target"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18028
18140
  return { $loc, token: $1 };
18029
18141
  });
18030
18142
  function Target(state) {
@@ -18049,7 +18161,7 @@ ${input.slice(result.pos)}
18049
18161
  return result;
18050
18162
  }
18051
18163
  }
18052
- var Then$0 = $TS($S(__, $EXPECT($L149, fail, 'Then "then"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
18164
+ var Then$0 = $TS($S(__, $EXPECT($L174, fail, 'Then "then"'), NonIdContinue), function($skip, $loc, $0, $1, $2, $3) {
18053
18165
  return { $loc, token: "" };
18054
18166
  });
18055
18167
  function Then(state) {
@@ -18074,7 +18186,7 @@ ${input.slice(result.pos)}
18074
18186
  return result;
18075
18187
  }
18076
18188
  }
18077
- var This$0 = $TS($S($EXPECT($L150, fail, 'This "this"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18189
+ var This$0 = $TS($S($EXPECT($L175, fail, 'This "this"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18078
18190
  return { $loc, token: $1 };
18079
18191
  });
18080
18192
  function This(state) {
@@ -18099,7 +18211,7 @@ ${input.slice(result.pos)}
18099
18211
  return result;
18100
18212
  }
18101
18213
  }
18102
- var Throw$0 = $TS($S($EXPECT($L151, fail, 'Throw "throw"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18214
+ var Throw$0 = $TS($S($EXPECT($L176, fail, 'Throw "throw"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18103
18215
  return { $loc, token: $1 };
18104
18216
  });
18105
18217
  function Throw(state) {
@@ -18124,7 +18236,7 @@ ${input.slice(result.pos)}
18124
18236
  return result;
18125
18237
  }
18126
18238
  }
18127
- var TripleDoubleQuote$0 = $TV($EXPECT($L152, fail, 'TripleDoubleQuote "\\\\\\"\\\\\\"\\\\\\""'), function($skip, $loc, $0, $1) {
18239
+ var TripleDoubleQuote$0 = $TV($EXPECT($L177, fail, 'TripleDoubleQuote "\\\\\\"\\\\\\"\\\\\\""'), function($skip, $loc, $0, $1) {
18128
18240
  return { $loc, token: "`" };
18129
18241
  });
18130
18242
  function TripleDoubleQuote(state) {
@@ -18149,7 +18261,7 @@ ${input.slice(result.pos)}
18149
18261
  return result;
18150
18262
  }
18151
18263
  }
18152
- var TripleSingleQuote$0 = $TV($EXPECT($L153, fail, `TripleSingleQuote "'''"`), function($skip, $loc, $0, $1) {
18264
+ var TripleSingleQuote$0 = $TV($EXPECT($L178, fail, `TripleSingleQuote "'''"`), function($skip, $loc, $0, $1) {
18153
18265
  return { $loc, token: "`" };
18154
18266
  });
18155
18267
  function TripleSingleQuote(state) {
@@ -18174,7 +18286,7 @@ ${input.slice(result.pos)}
18174
18286
  return result;
18175
18287
  }
18176
18288
  }
18177
- var TripleSlash$0 = $TV($EXPECT($L154, fail, 'TripleSlash "///"'), function($skip, $loc, $0, $1) {
18289
+ var TripleSlash$0 = $TV($EXPECT($L179, fail, 'TripleSlash "///"'), function($skip, $loc, $0, $1) {
18178
18290
  return { $loc, token: "/" };
18179
18291
  });
18180
18292
  function TripleSlash(state) {
@@ -18199,7 +18311,7 @@ ${input.slice(result.pos)}
18199
18311
  return result;
18200
18312
  }
18201
18313
  }
18202
- var TripleTick$0 = $TV($EXPECT($L155, fail, 'TripleTick "```"'), function($skip, $loc, $0, $1) {
18314
+ var TripleTick$0 = $TV($EXPECT($L180, fail, 'TripleTick "```"'), function($skip, $loc, $0, $1) {
18203
18315
  return { $loc, token: "`" };
18204
18316
  });
18205
18317
  function TripleTick(state) {
@@ -18224,7 +18336,7 @@ ${input.slice(result.pos)}
18224
18336
  return result;
18225
18337
  }
18226
18338
  }
18227
- var Try$0 = $TS($S($EXPECT($L156, fail, 'Try "try"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18339
+ var Try$0 = $TS($S($EXPECT($L181, fail, 'Try "try"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18228
18340
  return { $loc, token: $1 };
18229
18341
  });
18230
18342
  function Try(state) {
@@ -18249,7 +18361,7 @@ ${input.slice(result.pos)}
18249
18361
  return result;
18250
18362
  }
18251
18363
  }
18252
- var Typeof$0 = $TS($S($EXPECT($L157, fail, 'Typeof "typeof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18364
+ var Typeof$0 = $TS($S($EXPECT($L182, fail, 'Typeof "typeof"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18253
18365
  return { $loc, token: $1 };
18254
18366
  });
18255
18367
  function Typeof(state) {
@@ -18274,7 +18386,7 @@ ${input.slice(result.pos)}
18274
18386
  return result;
18275
18387
  }
18276
18388
  }
18277
- var Unless$0 = $TS($S($EXPECT($L158, fail, 'Unless "unless"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18389
+ var Unless$0 = $TS($S($EXPECT($L183, fail, 'Unless "unless"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18278
18390
  return { $loc, token: $1 };
18279
18391
  });
18280
18392
  function Unless(state) {
@@ -18299,7 +18411,7 @@ ${input.slice(result.pos)}
18299
18411
  return result;
18300
18412
  }
18301
18413
  }
18302
- var Until$0 = $TS($S($EXPECT($L159, fail, 'Until "until"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18414
+ var Until$0 = $TS($S($EXPECT($L184, fail, 'Until "until"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18303
18415
  return { $loc, token: $1 };
18304
18416
  });
18305
18417
  function Until(state) {
@@ -18324,7 +18436,7 @@ ${input.slice(result.pos)}
18324
18436
  return result;
18325
18437
  }
18326
18438
  }
18327
- var Var$0 = $TS($S($EXPECT($L160, fail, 'Var "var"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18439
+ var Var$0 = $TS($S($EXPECT($L185, fail, 'Var "var"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18328
18440
  return { $loc, token: $1 };
18329
18441
  });
18330
18442
  function Var(state) {
@@ -18349,7 +18461,7 @@ ${input.slice(result.pos)}
18349
18461
  return result;
18350
18462
  }
18351
18463
  }
18352
- var Void$0 = $TS($S($EXPECT($L161, fail, 'Void "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18464
+ var Void$0 = $TS($S($EXPECT($L186, fail, 'Void "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18353
18465
  return { $loc, token: $1 };
18354
18466
  });
18355
18467
  function Void(state) {
@@ -18374,7 +18486,7 @@ ${input.slice(result.pos)}
18374
18486
  return result;
18375
18487
  }
18376
18488
  }
18377
- var When$0 = $TS($S($EXPECT($L162, fail, 'When "when"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18489
+ var When$0 = $TS($S($EXPECT($L187, fail, 'When "when"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18378
18490
  return { $loc, token: "case" };
18379
18491
  });
18380
18492
  function When(state) {
@@ -18399,7 +18511,7 @@ ${input.slice(result.pos)}
18399
18511
  return result;
18400
18512
  }
18401
18513
  }
18402
- var While$0 = $TS($S($EXPECT($L163, fail, 'While "while"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18514
+ var While$0 = $TS($S($EXPECT($L188, fail, 'While "while"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18403
18515
  return { $loc, token: $1 };
18404
18516
  });
18405
18517
  function While(state) {
@@ -18424,7 +18536,7 @@ ${input.slice(result.pos)}
18424
18536
  return result;
18425
18537
  }
18426
18538
  }
18427
- var Yield$0 = $TS($S($EXPECT($L164, fail, 'Yield "yield"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18539
+ var Yield$0 = $TS($S($EXPECT($L189, fail, 'Yield "yield"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
18428
18540
  return { $loc, token: $1, type: "Yield" };
18429
18541
  });
18430
18542
  function Yield(state) {
@@ -18569,7 +18681,7 @@ ${input.slice(result.pos)}
18569
18681
  return result;
18570
18682
  }
18571
18683
  }
18572
- var JSXSelfClosingElement$0 = $TS($S($EXPECT($L132, fail, 'JSXSelfClosingElement "<"'), JSXElementName, $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L165, fail, 'JSXSelfClosingElement "/>"')), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
18684
+ var JSXSelfClosingElement$0 = $TS($S($EXPECT($L154, fail, 'JSXSelfClosingElement "<"'), JSXElementName, $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L190, fail, 'JSXSelfClosingElement "/>"')), function($skip, $loc, $0, $1, $2, $3, $4, $5, $6) {
18573
18685
  return { type: "JSXElement", children: $0, tag: $2 };
18574
18686
  });
18575
18687
  function JSXSelfClosingElement(state) {
@@ -18645,7 +18757,7 @@ ${input.slice(result.pos)}
18645
18757
  return result;
18646
18758
  }
18647
18759
  }
18648
- var JSXOpeningElement$0 = $S($EXPECT($L132, fail, 'JSXOpeningElement "<"'), JSXElementName, $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L31, fail, 'JSXOpeningElement ">"'));
18760
+ var JSXOpeningElement$0 = $S($EXPECT($L154, fail, 'JSXOpeningElement "<"'), JSXElementName, $E(TypeArguments), $E(JSXAttributes), $E(Whitespace), $EXPECT($L33, fail, 'JSXOpeningElement ">"'));
18649
18761
  function JSXOpeningElement(state) {
18650
18762
  let eventData;
18651
18763
  if (state.events) {
@@ -18697,7 +18809,7 @@ ${input.slice(result.pos)}
18697
18809
  return result;
18698
18810
  }
18699
18811
  }
18700
- var JSXClosingElement$0 = $S($EXPECT($L166, fail, 'JSXClosingElement "</"'), $E(Whitespace), JSXElementName, $E(Whitespace), $EXPECT($L31, fail, 'JSXClosingElement ">"'));
18812
+ var JSXClosingElement$0 = $S($EXPECT($L191, fail, 'JSXClosingElement "</"'), $E(Whitespace), JSXElementName, $E(Whitespace), $EXPECT($L33, fail, 'JSXClosingElement ">"'));
18701
18813
  function JSXClosingElement(state) {
18702
18814
  let eventData;
18703
18815
  if (state.events) {
@@ -18735,7 +18847,7 @@ ${input.slice(result.pos)}
18735
18847
  ];
18736
18848
  return { type: "JSXFragment", children: parts, jsxChildren: children.jsxChildren };
18737
18849
  });
18738
- var JSXFragment$1 = $TS($S(CoffeeJSXEnabled, $EXPECT($L167, fail, 'JSXFragment "<>"'), $E(JSXChildren), $E(Whitespace), JSXClosingFragment), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
18850
+ var JSXFragment$1 = $TS($S(CoffeeJSXEnabled, $EXPECT($L192, fail, 'JSXFragment "<>"'), $E(JSXChildren), $E(Whitespace), JSXClosingFragment), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
18739
18851
  var children = $3;
18740
18852
  $0 = $0.slice(1);
18741
18853
  return {
@@ -18766,7 +18878,7 @@ ${input.slice(result.pos)}
18766
18878
  return result;
18767
18879
  }
18768
18880
  }
18769
- var PushJSXOpeningFragment$0 = $TV($EXPECT($L167, fail, 'PushJSXOpeningFragment "<>"'), function($skip, $loc, $0, $1) {
18881
+ var PushJSXOpeningFragment$0 = $TV($EXPECT($L192, fail, 'PushJSXOpeningFragment "<>"'), function($skip, $loc, $0, $1) {
18770
18882
  module.JSXTagStack.push("");
18771
18883
  return $1;
18772
18884
  });
@@ -18820,7 +18932,7 @@ ${input.slice(result.pos)}
18820
18932
  return result;
18821
18933
  }
18822
18934
  }
18823
- var JSXClosingFragment$0 = $EXPECT($L168, fail, 'JSXClosingFragment "</>"');
18935
+ var JSXClosingFragment$0 = $EXPECT($L193, fail, 'JSXClosingFragment "</>"');
18824
18936
  function JSXClosingFragment(state) {
18825
18937
  let eventData;
18826
18938
  if (state.events) {
@@ -18843,7 +18955,7 @@ ${input.slice(result.pos)}
18843
18955
  return result;
18844
18956
  }
18845
18957
  }
18846
- var JSXElementName$0 = $TV($Y($S($C($EXPECT($L13, fail, 'JSXElementName "#"'), Dot), JSXShorthandString)), function($skip, $loc, $0, $1) {
18958
+ var JSXElementName$0 = $TV($Y($S($C($EXPECT($L14, fail, 'JSXElementName "#"'), Dot), JSXShorthandString)), function($skip, $loc, $0, $1) {
18847
18959
  return module.config.defaultElement;
18848
18960
  });
18849
18961
  var JSXElementName$1 = $TEXT($S(JSXIdentifierName, $C($S(Colon, JSXIdentifierName), $Q($S(Dot, JSXIdentifierName)))));
@@ -19070,7 +19182,7 @@ ${input.slice(result.pos)}
19070
19182
  }
19071
19183
  return $skip;
19072
19184
  });
19073
- var JSXAttribute$5 = $TS($S($EXPECT($L13, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
19185
+ var JSXAttribute$5 = $TS($S($EXPECT($L14, fail, 'JSXAttribute "#"'), JSXShorthandString), function($skip, $loc, $0, $1, $2) {
19074
19186
  return [" ", "id=", $2];
19075
19187
  });
19076
19188
  var JSXAttribute$6 = $TS($S(Dot, JSXShorthandString), function($skip, $loc, $0, $1, $2) {
@@ -19400,7 +19512,7 @@ ${input.slice(result.pos)}
19400
19512
  return result;
19401
19513
  }
19402
19514
  }
19403
- var InlineJSXCallExpression$0 = $TS($S($EXPECT($L14, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments, $Q(InlineJSXCallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
19515
+ var InlineJSXCallExpression$0 = $TS($S($EXPECT($L15, fail, 'InlineJSXCallExpression "super"'), ExplicitArguments, $Q(InlineJSXCallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
19404
19516
  var args = $2;
19405
19517
  var rest = $3;
19406
19518
  return processCallMemberExpression({
@@ -19412,7 +19524,7 @@ ${input.slice(result.pos)}
19412
19524
  ]
19413
19525
  });
19414
19526
  });
19415
- var InlineJSXCallExpression$1 = $TS($S($EXPECT($L15, fail, 'InlineJSXCallExpression "import"'), ExplicitArguments, $Q(InlineJSXCallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
19527
+ var InlineJSXCallExpression$1 = $TS($S($EXPECT($L16, fail, 'InlineJSXCallExpression "import"'), ExplicitArguments, $Q(InlineJSXCallExpressionRest)), function($skip, $loc, $0, $1, $2, $3) {
19416
19528
  var args = $2;
19417
19529
  var rest = $3;
19418
19530
  return processCallMemberExpression({
@@ -19660,7 +19772,7 @@ ${input.slice(result.pos)}
19660
19772
  }
19661
19773
  return $skip;
19662
19774
  });
19663
- var JSXNestedChildren$1 = $TV($Y($C(JSXEOS, $EXPECT($L23, fail, 'JSXNestedChildren "}"'), JSXClosingElement, JSXClosingFragment)), function($skip, $loc, $0, $1) {
19775
+ var JSXNestedChildren$1 = $TV($Y($C(JSXEOS, $EXPECT($L25, fail, 'JSXNestedChildren "}"'), JSXClosingElement, JSXClosingFragment)), function($skip, $loc, $0, $1) {
19664
19776
  return { children: [], jsxChildren: [] };
19665
19777
  });
19666
19778
  function JSXNestedChildren(state) {
@@ -19789,7 +19901,7 @@ ${input.slice(result.pos)}
19789
19901
  return result;
19790
19902
  }
19791
19903
  }
19792
- var JSXComment$0 = $TS($S($EXPECT($L169, fail, 'JSXComment "<!--"'), JSXCommentContent, $EXPECT($L170, fail, 'JSXComment "-->"')), function($skip, $loc, $0, $1, $2, $3) {
19904
+ var JSXComment$0 = $TS($S($EXPECT($L194, fail, 'JSXComment "<!--"'), JSXCommentContent, $EXPECT($L195, fail, 'JSXComment "-->"')), function($skip, $loc, $0, $1, $2, $3) {
19793
19905
  return ["{/*", $2, "*/}"];
19794
19906
  });
19795
19907
  function JSXComment(state) {
@@ -20092,7 +20204,7 @@ ${input.slice(result.pos)}
20092
20204
  return result;
20093
20205
  }
20094
20206
  }
20095
- var TypeKeyword$0 = $TS($S($EXPECT($L171, fail, 'TypeKeyword "type"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
20207
+ var TypeKeyword$0 = $TS($S($EXPECT($L196, fail, 'TypeKeyword "type"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
20096
20208
  return { $loc, token: $1 };
20097
20209
  });
20098
20210
  function TypeKeyword(state) {
@@ -20117,7 +20229,7 @@ ${input.slice(result.pos)}
20117
20229
  return result;
20118
20230
  }
20119
20231
  }
20120
- var Enum$0 = $TS($S($EXPECT($L172, fail, 'Enum "enum"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
20232
+ var Enum$0 = $TS($S($EXPECT($L197, fail, 'Enum "enum"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
20121
20233
  return { $loc, token: $1 };
20122
20234
  });
20123
20235
  function Enum(state) {
@@ -20142,7 +20254,7 @@ ${input.slice(result.pos)}
20142
20254
  return result;
20143
20255
  }
20144
20256
  }
20145
- var Interface$0 = $TS($S($EXPECT($L173, fail, 'Interface "interface"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
20257
+ var Interface$0 = $TS($S($EXPECT($L198, fail, 'Interface "interface"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
20146
20258
  return { $loc, token: $1 };
20147
20259
  });
20148
20260
  function Interface(state) {
@@ -20167,7 +20279,7 @@ ${input.slice(result.pos)}
20167
20279
  return result;
20168
20280
  }
20169
20281
  }
20170
- var Global$0 = $TS($S($EXPECT($L174, fail, 'Global "global"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
20282
+ var Global$0 = $TS($S($EXPECT($L199, fail, 'Global "global"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
20171
20283
  return { $loc, token: $1 };
20172
20284
  });
20173
20285
  function Global(state) {
@@ -20192,7 +20304,7 @@ ${input.slice(result.pos)}
20192
20304
  return result;
20193
20305
  }
20194
20306
  }
20195
- var Module$0 = $TS($S($EXPECT($L175, fail, 'Module "module"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
20307
+ var Module$0 = $TS($S($EXPECT($L200, fail, 'Module "module"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
20196
20308
  return { $loc, token: $1 };
20197
20309
  });
20198
20310
  function Module(state) {
@@ -20217,7 +20329,7 @@ ${input.slice(result.pos)}
20217
20329
  return result;
20218
20330
  }
20219
20331
  }
20220
- var Namespace$0 = $TS($S($EXPECT($L176, fail, 'Namespace "namespace"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
20332
+ var Namespace$0 = $TS($S($EXPECT($L201, fail, 'Namespace "namespace"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
20221
20333
  return { $loc, token: $1 };
20222
20334
  });
20223
20335
  function Namespace(state) {
@@ -20885,7 +20997,7 @@ ${input.slice(result.pos)}
20885
20997
  return result;
20886
20998
  }
20887
20999
  }
20888
- var ReturnTypeSuffix$0 = $TS($S($E(_), Colon, $E($S(__, $EXPECT($L177, fail, 'ReturnTypeSuffix "asserts"'), NonIdContinue)), TypePredicate), function($skip, $loc, $0, $1, $2, $3, $4) {
21000
+ var ReturnTypeSuffix$0 = $TS($S($E(_), Colon, $E($S(__, $EXPECT($L202, fail, 'ReturnTypeSuffix "asserts"'), NonIdContinue)), TypePredicate), function($skip, $loc, $0, $1, $2, $3, $4) {
20889
21001
  var asserts = $3;
20890
21002
  var t = $4;
20891
21003
  if (asserts) {
@@ -20924,7 +21036,7 @@ ${input.slice(result.pos)}
20924
21036
  return result;
20925
21037
  }
20926
21038
  }
20927
- var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L81, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
21039
+ var TypePredicate$0 = $TS($S(Type, $E($S(__, $EXPECT($L150, fail, 'TypePredicate "is"'), NonIdContinue, Type))), function($skip, $loc, $0, $1, $2) {
20928
21040
  var lhs = $1;
20929
21041
  var rhs = $2;
20930
21042
  if (!rhs)
@@ -20981,10 +21093,17 @@ ${input.slice(result.pos)}
20981
21093
  return result;
20982
21094
  }
20983
21095
  }
20984
- var TypeBinary$0 = $TS($S(TypeUnary, $Q($S(__, TypeBinaryOp, __, TypeUnary))), function($skip, $loc, $0, $1, $2) {
20985
- if ($2.length)
20986
- return $0;
20987
- return $1;
21096
+ var TypeBinary$0 = $TS($S($E($S(__, TypeBinaryOp, __)), TypeUnary, $Q($S(__, TypeBinaryOp, __, TypeUnary))), function($skip, $loc, $0, $1, $2, $3) {
21097
+ var optionalPrefix = $1;
21098
+ var t = $2;
21099
+ var ops = $3;
21100
+ if (!ops.length && !optionalPrefix)
21101
+ return t;
21102
+ if (!ops.length)
21103
+ return [optionalPrefix, t];
21104
+ if (!optionalPrefix)
21105
+ return [t, ...ops];
21106
+ return [optionalPrefix, t, ops];
20988
21107
  });
20989
21108
  function TypeBinary(state) {
20990
21109
  let eventData;
@@ -21059,10 +21178,10 @@ ${input.slice(result.pos)}
21059
21178
  return result;
21060
21179
  }
21061
21180
  }
21062
- var TypeUnaryOp$0 = $S($EXPECT($L178, fail, 'TypeUnaryOp "keyof"'), NonIdContinue);
21063
- var TypeUnaryOp$1 = $S($EXPECT($L157, fail, 'TypeUnaryOp "typeof"'), NonIdContinue);
21064
- var TypeUnaryOp$2 = $S($EXPECT($L179, fail, 'TypeUnaryOp "infer"'), NonIdContinue);
21065
- var TypeUnaryOp$3 = $S($EXPECT($L141, fail, 'TypeUnaryOp "readonly"'), NonIdContinue);
21181
+ var TypeUnaryOp$0 = $S($EXPECT($L203, fail, 'TypeUnaryOp "keyof"'), NonIdContinue);
21182
+ var TypeUnaryOp$1 = $S($EXPECT($L182, fail, 'TypeUnaryOp "typeof"'), NonIdContinue);
21183
+ var TypeUnaryOp$2 = $S($EXPECT($L204, fail, 'TypeUnaryOp "infer"'), NonIdContinue);
21184
+ var TypeUnaryOp$3 = $S($EXPECT($L166, fail, 'TypeUnaryOp "readonly"'), NonIdContinue);
21066
21185
  function TypeUnaryOp(state) {
21067
21186
  let eventData;
21068
21187
  if (state.events) {
@@ -21153,8 +21272,8 @@ ${input.slice(result.pos)}
21153
21272
  return result;
21154
21273
  }
21155
21274
  }
21156
- var ImportType$0 = $S($EXPECT($L15, fail, 'ImportType "import"'), OpenParen, __, StringLiteral, __, CloseParen, $E($S(Dot, IdentifierName)), $E(TypeArguments));
21157
- var ImportType$1 = $S($EXPECT($L15, fail, 'ImportType "import"'), InsertOpenParen, Trimmed_, StringLiteral, InsertCloseParen);
21275
+ var ImportType$0 = $S($EXPECT($L16, fail, 'ImportType "import"'), OpenParen, __, StringLiteral, __, CloseParen, $E($S(Dot, IdentifierName)), $E(TypeArguments));
21276
+ var ImportType$1 = $S($EXPECT($L16, fail, 'ImportType "import"'), InsertOpenParen, Trimmed_, StringLiteral, InsertCloseParen);
21158
21277
  function ImportType(state) {
21159
21278
  let eventData;
21160
21279
  if (state.events) {
@@ -21308,7 +21427,7 @@ ${input.slice(result.pos)}
21308
21427
  return result;
21309
21428
  }
21310
21429
  }
21311
- var TypeConditional$0 = $TS($S(TypeBinary, $E($S(__, $EXPECT($L120, fail, 'TypeConditional "extends"'), NonIdContinue, Type, $E($S(__, QuestionMark, Type, __, Colon, Type))))), function($skip, $loc, $0, $1, $2) {
21430
+ var TypeConditional$0 = $TS($S(TypeBinary, $E($S(__, $EXPECT($L139, fail, 'TypeConditional "extends"'), NonIdContinue, Type, $E($S(__, QuestionMark, Type, __, Colon, Type))))), function($skip, $loc, $0, $1, $2) {
21312
21431
  if ($2)
21313
21432
  return $0;
21314
21433
  return $1;
@@ -21440,10 +21559,10 @@ ${input.slice(result.pos)}
21440
21559
  }
21441
21560
  var TypeLiteral$0 = TypeTemplateLiteral;
21442
21561
  var TypeLiteral$1 = Literal;
21443
- var TypeLiteral$2 = $TS($S($EXPECT($L161, fail, 'TypeLiteral "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
21562
+ var TypeLiteral$2 = $TS($S($EXPECT($L186, fail, 'TypeLiteral "void"'), NonIdContinue), function($skip, $loc, $0, $1, $2) {
21444
21563
  return { type: "VoidType", $loc, token: $1 };
21445
21564
  });
21446
- var TypeLiteral$3 = $TV($EXPECT($L180, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
21565
+ var TypeLiteral$3 = $TV($EXPECT($L205, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
21447
21566
  return { $loc, token: "[]" };
21448
21567
  });
21449
21568
  function TypeLiteral(state) {
@@ -21518,7 +21637,7 @@ ${input.slice(result.pos)}
21518
21637
  var InlineInterfacePropertyDelimiter$1 = $T($S($Y($S($C(IndentedFurther, $E(_)), InlineBasicInterfaceProperty)), InsertComma), function(value) {
21519
21638
  return value[1];
21520
21639
  });
21521
- var InlineInterfacePropertyDelimiter$2 = $Y($S(__, $C($EXPECT($L10, fail, 'InlineInterfacePropertyDelimiter ":"'), $EXPECT($L108, fail, 'InlineInterfacePropertyDelimiter ")"'), $EXPECT($L32, fail, 'InlineInterfacePropertyDelimiter "]"'), $EXPECT($L23, fail, 'InlineInterfacePropertyDelimiter "}"'))));
21640
+ var InlineInterfacePropertyDelimiter$2 = $Y($S(__, $C($EXPECT($L11, fail, 'InlineInterfacePropertyDelimiter ":"'), $EXPECT($L125, fail, 'InlineInterfacePropertyDelimiter ")"'), $EXPECT($L34, fail, 'InlineInterfacePropertyDelimiter "]"'), $EXPECT($L25, fail, 'InlineInterfacePropertyDelimiter "}"'))));
21522
21641
  var InlineInterfacePropertyDelimiter$3 = $Y(EOS);
21523
21642
  function InlineInterfacePropertyDelimiter(state) {
21524
21643
  let eventData;
@@ -21542,10 +21661,10 @@ ${input.slice(result.pos)}
21542
21661
  return result;
21543
21662
  }
21544
21663
  }
21545
- var TypeBinaryOp$0 = $TV($EXPECT($L83, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
21664
+ var TypeBinaryOp$0 = $TV($EXPECT($L99, fail, 'TypeBinaryOp "|"'), function($skip, $loc, $0, $1) {
21546
21665
  return { $loc, token: "|" };
21547
21666
  });
21548
- var TypeBinaryOp$1 = $TV($EXPECT($L82, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
21667
+ var TypeBinaryOp$1 = $TV($EXPECT($L98, fail, 'TypeBinaryOp "&"'), function($skip, $loc, $0, $1) {
21549
21668
  return { $loc, token: "&" };
21550
21669
  });
21551
21670
  function TypeBinaryOp(state) {
@@ -21599,10 +21718,7 @@ ${input.slice(result.pos)}
21599
21718
  return result;
21600
21719
  }
21601
21720
  }
21602
- var TypeArrowFunction$0 = $TV($EXPECT($L8, fail, 'TypeArrowFunction "=>"'), function($skip, $loc, $0, $1) {
21603
- return { $loc, token: "=>" };
21604
- });
21605
- var TypeArrowFunction$1 = $TV($EXPECT($L22, fail, 'TypeArrowFunction "->"'), function($skip, $loc, $0, $1) {
21721
+ var TypeArrowFunction$0 = $TV($C($EXPECT($L8, fail, 'TypeArrowFunction "=>"'), $EXPECT($L9, fail, 'TypeArrowFunction "\u21D2"'), $EXPECT($L23, fail, 'TypeArrowFunction "->"'), $EXPECT($L24, fail, 'TypeArrowFunction "\u2192"')), function($skip, $loc, $0, $1) {
21606
21722
  return { $loc, token: "=>" };
21607
21723
  });
21608
21724
  function TypeArrowFunction(state) {
@@ -21616,18 +21732,18 @@ ${input.slice(result.pos)}
21616
21732
  }
21617
21733
  }
21618
21734
  if (state.tokenize) {
21619
- const result = $TOKEN("TypeArrowFunction", state, TypeArrowFunction$0(state) || TypeArrowFunction$1(state));
21735
+ const result = $TOKEN("TypeArrowFunction", state, TypeArrowFunction$0(state));
21620
21736
  if (state.events)
21621
21737
  state.events.exit?.("TypeArrowFunction", state, result, eventData);
21622
21738
  return result;
21623
21739
  } else {
21624
- const result = TypeArrowFunction$0(state) || TypeArrowFunction$1(state);
21740
+ const result = TypeArrowFunction$0(state);
21625
21741
  if (state.events)
21626
21742
  state.events.exit?.("TypeArrowFunction", state, result, eventData);
21627
21743
  return result;
21628
21744
  }
21629
21745
  }
21630
- var TypeArguments$0 = $TS($S($EXPECT($L132, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L31, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
21746
+ var TypeArguments$0 = $TS($S($EXPECT($L154, fail, 'TypeArguments "<"'), $P(TypeArgument), __, $EXPECT($L33, fail, 'TypeArguments ">"')), function($skip, $loc, $0, $1, $2, $3, $4) {
21631
21747
  return { ts: true, children: $0 };
21632
21748
  });
21633
21749
  function TypeArguments(state) {
@@ -21698,7 +21814,7 @@ ${input.slice(result.pos)}
21698
21814
  return result;
21699
21815
  }
21700
21816
  }
21701
- var TypeParameters$0 = $TS($S($E(_), $EXPECT($L132, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L31, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
21817
+ var TypeParameters$0 = $TS($S($E(_), $EXPECT($L154, fail, 'TypeParameters "<"'), $P(TypeParameter), __, $EXPECT($L33, fail, 'TypeParameters ">"')), function($skip, $loc, $0, $1, $2, $3, $4, $5) {
21702
21818
  var parameters = $3;
21703
21819
  return {
21704
21820
  type: "TypeParameters",
@@ -21729,7 +21845,7 @@ ${input.slice(result.pos)}
21729
21845
  return result;
21730
21846
  }
21731
21847
  }
21732
- var TypeParameter$0 = $S(__, $E($S($EXPECT($L129, fail, 'TypeParameter "const"'), $E(_))), Identifier, $E(TypeConstraint), $E(TypeInitializer), TypeParameterDelimiter);
21848
+ var TypeParameter$0 = $S(__, $E($S($EXPECT($L149, fail, 'TypeParameter "const"'), $E(_))), Identifier, $E(TypeConstraint), $E(TypeInitializer), TypeParameterDelimiter);
21733
21849
  function TypeParameter(state) {
21734
21850
  let eventData;
21735
21851
  if (state.events) {
@@ -21752,7 +21868,7 @@ ${input.slice(result.pos)}
21752
21868
  return result;
21753
21869
  }
21754
21870
  }
21755
- var TypeConstraint$0 = $S(__, $EXPECT($L120, fail, 'TypeConstraint "extends"'), NonIdContinue, Type);
21871
+ var TypeConstraint$0 = $S(__, $EXPECT($L139, fail, 'TypeConstraint "extends"'), NonIdContinue, Type);
21756
21872
  function TypeConstraint(state) {
21757
21873
  let eventData;
21758
21874
  if (state.events) {
@@ -21799,7 +21915,7 @@ ${input.slice(result.pos)}
21799
21915
  }
21800
21916
  }
21801
21917
  var TypeParameterDelimiter$0 = $S($Q(_), Comma);
21802
- var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L31, fail, 'TypeParameterDelimiter ">"')));
21918
+ var TypeParameterDelimiter$1 = $Y($S(__, $EXPECT($L33, fail, 'TypeParameterDelimiter ">"')));
21803
21919
  var TypeParameterDelimiter$2 = $T($S($Y(EOS), InsertComma), function(value) {
21804
21920
  return value[1];
21805
21921
  });
@@ -21903,7 +22019,7 @@ ${input.slice(result.pos)}
21903
22019
  return result;
21904
22020
  }
21905
22021
  }
21906
- var CivetPrologueContent$0 = $TS($S($EXPECT($L181, fail, 'CivetPrologueContent "civet"'), NonIdContinue, $Q(CivetOption), $EXPECT($R62, fail, "CivetPrologueContent /[\\s]*/")), function($skip, $loc, $0, $1, $2, $3, $4) {
22022
+ var CivetPrologueContent$0 = $TS($S($EXPECT($L206, fail, 'CivetPrologueContent "civet"'), NonIdContinue, $Q(CivetOption), $EXPECT($R62, fail, "CivetPrologueContent /[\\s]*/")), function($skip, $loc, $0, $1, $2, $3, $4) {
21907
22023
  var options = $3;
21908
22024
  return {
21909
22025
  type: "CivetPrologue",