base44 0.0.43 → 0.0.45
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/bin/binary-entry.ts +1 -1
- package/dist/cli/index.js +1003 -418
- package/dist/cli/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._posthogChunkIds=e._posthogChunkIds||{},e._posthogChunkIds[n]="
|
|
1
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._posthogChunkIds=e._posthogChunkIds||{},e._posthogChunkIds[n]="019cf669-df28-7e60-8dfa-54f6d79055c0")}catch(e){}}();import { createRequire } from "node:module";
|
|
2
2
|
var __create = Object.create;
|
|
3
3
|
var __getProtoOf = Object.getPrototypeOf;
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
@@ -16459,7 +16459,7 @@ var require_lodash = __commonJS((exports, module) => {
|
|
|
16459
16459
|
}
|
|
16460
16460
|
return mapped.length && mapped[0] === arrays[0] ? baseIntersection(mapped, undefined2, comparator) : [];
|
|
16461
16461
|
});
|
|
16462
|
-
function
|
|
16462
|
+
function join11(array2, separator) {
|
|
16463
16463
|
return array2 == null ? "" : nativeJoin.call(array2, separator);
|
|
16464
16464
|
}
|
|
16465
16465
|
function last(array2) {
|
|
@@ -16481,7 +16481,7 @@ var require_lodash = __commonJS((exports, module) => {
|
|
|
16481
16481
|
function nth(array2, n2) {
|
|
16482
16482
|
return array2 && array2.length ? baseNth(array2, toInteger(n2)) : undefined2;
|
|
16483
16483
|
}
|
|
16484
|
-
var
|
|
16484
|
+
var pull3 = baseRest(pullAll);
|
|
16485
16485
|
function pullAll(array2, values2) {
|
|
16486
16486
|
return array2 && array2.length && values2 && values2.length ? basePullAll(array2, values2) : array2;
|
|
16487
16487
|
}
|
|
@@ -18246,7 +18246,7 @@ __p += '`;
|
|
|
18246
18246
|
lodash.pickBy = pickBy;
|
|
18247
18247
|
lodash.property = property;
|
|
18248
18248
|
lodash.propertyOf = propertyOf;
|
|
18249
|
-
lodash.pull =
|
|
18249
|
+
lodash.pull = pull3;
|
|
18250
18250
|
lodash.pullAll = pullAll;
|
|
18251
18251
|
lodash.pullAllBy = pullAllBy;
|
|
18252
18252
|
lodash.pullAllWith = pullAllWith;
|
|
@@ -18391,7 +18391,7 @@ __p += '`;
|
|
|
18391
18391
|
lodash.isUndefined = isUndefined;
|
|
18392
18392
|
lodash.isWeakMap = isWeakMap;
|
|
18393
18393
|
lodash.isWeakSet = isWeakSet;
|
|
18394
|
-
lodash.join =
|
|
18394
|
+
lodash.join = join11;
|
|
18395
18395
|
lodash.kebabCase = kebabCase;
|
|
18396
18396
|
lodash.last = last;
|
|
18397
18397
|
lodash.lastIndexOf = lastIndexOf;
|
|
@@ -27503,7 +27503,7 @@ function cleanDoc(doc2) {
|
|
|
27503
27503
|
return mapDoc(doc2, (currentDoc) => cleanDocFn(currentDoc));
|
|
27504
27504
|
}
|
|
27505
27505
|
function replaceEndOfLine(doc2, replacement = literalline) {
|
|
27506
|
-
return mapDoc(doc2, (currentDoc) => typeof currentDoc === "string" ?
|
|
27506
|
+
return mapDoc(doc2, (currentDoc) => typeof currentDoc === "string" ? join15(replacement, currentDoc.split(`
|
|
27507
27507
|
`)) : currentDoc);
|
|
27508
27508
|
}
|
|
27509
27509
|
function canBreakFn(doc2) {
|
|
@@ -27583,7 +27583,7 @@ function indentIfBreak(contents, options) {
|
|
|
27583
27583
|
negate: options.negate
|
|
27584
27584
|
};
|
|
27585
27585
|
}
|
|
27586
|
-
function
|
|
27586
|
+
function join15(separator, docs) {
|
|
27587
27587
|
assertDoc(separator);
|
|
27588
27588
|
assertDocArray(docs);
|
|
27589
27589
|
const parts = [];
|
|
@@ -28294,7 +28294,7 @@ var init_doc = __esm(() => {
|
|
|
28294
28294
|
MODE_FLAT = Symbol("MODE_FLAT");
|
|
28295
28295
|
DOC_FILL_PRINTED_LENGTH = Symbol("DOC_FILL_PRINTED_LENGTH");
|
|
28296
28296
|
builders = {
|
|
28297
|
-
join:
|
|
28297
|
+
join: join15,
|
|
28298
28298
|
line,
|
|
28299
28299
|
softline,
|
|
28300
28300
|
hardline,
|
|
@@ -28350,7 +28350,7 @@ function Fi(t) {
|
|
|
28350
28350
|
if (typeof t == "string")
|
|
28351
28351
|
return Qe;
|
|
28352
28352
|
if (Array.isArray(t))
|
|
28353
|
-
return
|
|
28353
|
+
return Ge2;
|
|
28354
28354
|
if (!t)
|
|
28355
28355
|
return;
|
|
28356
28356
|
let { type: e2 } = t;
|
|
@@ -28384,7 +28384,7 @@ function Vi(t, e2) {
|
|
|
28384
28384
|
}
|
|
28385
28385
|
function s(i2) {
|
|
28386
28386
|
switch (Nt2(i2)) {
|
|
28387
|
-
case
|
|
28387
|
+
case Ge2:
|
|
28388
28388
|
return e2(i2.map(r));
|
|
28389
28389
|
case Te:
|
|
28390
28390
|
return e2({ ...i2, parts: i2.parts.map(r) });
|
|
@@ -28405,7 +28405,7 @@ function Vi(t, e2) {
|
|
|
28405
28405
|
case yt3:
|
|
28406
28406
|
case St3:
|
|
28407
28407
|
case re:
|
|
28408
|
-
case
|
|
28408
|
+
case ke2:
|
|
28409
28409
|
return e2(i2);
|
|
28410
28410
|
default:
|
|
28411
28411
|
throw new ar(i2);
|
|
@@ -29048,7 +29048,7 @@ function Hn(t) {
|
|
|
29048
29048
|
function Ds(t, e2) {
|
|
29049
29049
|
return { ...b("anchor", t), value: e2 };
|
|
29050
29050
|
}
|
|
29051
|
-
function
|
|
29051
|
+
function Ve2(t, e2) {
|
|
29052
29052
|
return { ...b("comment", t), value: e2 };
|
|
29053
29053
|
}
|
|
29054
29054
|
function $s(t, e2, n2) {
|
|
@@ -29069,7 +29069,7 @@ function Ht2(t, e2, n2 = () => false) {
|
|
|
29069
29069
|
i2 = i2 || c3, a2 = Ds(e2.transformRange(c3), r.anchor);
|
|
29070
29070
|
break;
|
|
29071
29071
|
case me2.Comment: {
|
|
29072
|
-
let f =
|
|
29072
|
+
let f = Ve2(e2.transformRange(c3), e2.text.slice(c3.origStart + 1, c3.origEnd));
|
|
29073
29073
|
e2.comments.push(f), !n2(f) && i2 && i2.origEnd <= c3.origStart && c3.origEnd <= r.valueRange.origStart && s.push(f);
|
|
29074
29074
|
break;
|
|
29075
29075
|
}
|
|
@@ -29121,7 +29121,7 @@ function Ks(t, e2) {
|
|
|
29121
29121
|
return Ws(Jt(t, e2));
|
|
29122
29122
|
}
|
|
29123
29123
|
function js(t, e2) {
|
|
29124
|
-
return
|
|
29124
|
+
return Ve2(e2.transformRange(t.range), t.comment);
|
|
29125
29125
|
}
|
|
29126
29126
|
function Qs(t, e2, n2) {
|
|
29127
29127
|
return { ...b("directive", t), ...q3(), name: e2, parameters: n2 };
|
|
@@ -29131,7 +29131,7 @@ function We2(t, e2) {
|
|
|
29131
29131
|
let r = e2.text[n2.origStart];
|
|
29132
29132
|
switch (r) {
|
|
29133
29133
|
case me2.Comment:
|
|
29134
|
-
e2.comments.push(
|
|
29134
|
+
e2.comments.push(Ve2(e2.transformRange(n2), e2.text.slice(n2.origStart + 1, n2.origEnd)));
|
|
29135
29135
|
break;
|
|
29136
29136
|
default:
|
|
29137
29137
|
throw new Error(`Unexpected leading character ${JSON.stringify(r)}`);
|
|
@@ -29480,7 +29480,7 @@ var ki, sn, Pi, vi, Ii, _i, ne = (t, e2) => () => (e2 || t((e2 = { exports: {} }
|
|
|
29480
29480
|
for (let s of vi(e2))
|
|
29481
29481
|
!_i.call(t, s) && s !== n2 && sn(t, s, { get: () => e2[s], enumerable: !(r = Pi(e2, s)) || r.enumerable });
|
|
29482
29482
|
return t;
|
|
29483
|
-
}, on6 = (t, e2, n2) => (n2 = t != null ? ki(Ii(t)) : {}, xi(e2 || !t || !t.__esModule ? sn(n2, "default", { value: t, enumerable: true }) : n2, t)), ce, Qr, De, qn, Kn, Ls, Ms, Gn, Ps, Ci, mt3 = (t, e2) => (n2, r, ...s) => n2 | 1 && r == null ? undefined : (e2.call(r) ?? r[t]).apply(r, s), Di, D2, $i, Yi, ht3, Bi = () => {}, je, Qe = "string",
|
|
29483
|
+
}, on6 = (t, e2, n2) => (n2 = t != null ? ki(Ii(t)) : {}, xi(e2 || !t || !t.__esModule ? sn(n2, "default", { value: t, enumerable: true }) : n2, t)), ce, Qr, De, qn, Kn, Ls, Ms, Gn, Ps, Ci, mt3 = (t, e2) => (n2, r, ...s) => n2 | 1 && r == null ? undefined : (e2.call(r) ?? r[t]).apply(r, s), Di, D2, $i, Yi, ht3, Bi = () => {}, je, Qe = "string", Ge2 = "array", dt3 = "cursor", gt3 = "indent", Ae2 = "align", yt3 = "trim", Le2 = "group", Te = "fill", Ce2 = "if-break", Et3 = "indent-if-break", Me = "line-suffix", St3 = "line-suffix-boundary", re = "line", wt3 = "label", ke2 = "break-parent", bt3, Nt2, qi = (t) => new Intl.ListFormat("en-US", { type: "disjunction" }).format(t), an, ar, Z2, Ot2, lr, fr, Xe, se, Lt3, Wi, N3, Ki, He, sl, fn, il, ol, hr = (t) => t === `
|
|
29484
29484
|
` || t === "\r" || t === "\u2028" || t === "\u2029", un, pn, mn, dr, gr = "format", yr, Er, Sr, wr = (t) => Sr.test(t), br = (t) => Er.test(t), Nr = (t) => yr.test(t), Or = (t) => `# @${gr}
|
|
29485
29485
|
|
|
29486
29486
|
${t}`, Lr, Cr, Ze2 = null, Gi = 10, Mr, k2, kr, Ji, Pr, tt2 = (t) => t.position.start.offset, vr = (t) => t.position.end.offset, ve2, yn, Yr, Br, Fr, uo, qr, Ur, vt3, po, Vr, ir, sr, J3, Cf, Mf, kf, Pf, vf, If, _f, xf, Rf, vs, Df, $f, me2, Jn, Zn, er = class {
|
|
@@ -32788,7 +32788,7 @@ ${o2.commentBefore}` : i2;
|
|
|
32788
32788
|
});
|
|
32789
32789
|
ht3 = Yi;
|
|
32790
32790
|
je = Bi;
|
|
32791
|
-
bt3 = new Set([dt3, gt3, Ae2, yt3, Le2, Te, Ce2, Et3, Me, St3, re, wt3,
|
|
32791
|
+
bt3 = new Set([dt3, gt3, Ae2, yt3, Le2, Te, Ce2, Et3, Me, St3, re, wt3, ke2]);
|
|
32792
32792
|
Nt2 = Fi;
|
|
32793
32793
|
an = class extends Error {
|
|
32794
32794
|
name = "InvalidDocError";
|
|
@@ -32801,7 +32801,7 @@ ${o2.commentBefore}` : i2;
|
|
|
32801
32801
|
Ot2 = je;
|
|
32802
32802
|
lr = je;
|
|
32803
32803
|
fr = je;
|
|
32804
|
-
Xe = { type:
|
|
32804
|
+
Xe = { type: ke2 };
|
|
32805
32805
|
se = { type: re };
|
|
32806
32806
|
Lt3 = { type: re, soft: true };
|
|
32807
32807
|
Wi = { type: re, hard: true };
|
|
@@ -33668,7 +33668,7 @@ function cc(e2, t, r, n2) {
|
|
|
33668
33668
|
break;
|
|
33669
33669
|
case Xe2:
|
|
33670
33670
|
case He2:
|
|
33671
|
-
case
|
|
33671
|
+
case Ve3:
|
|
33672
33672
|
case Pe2:
|
|
33673
33673
|
case $e:
|
|
33674
33674
|
s.push(i2.contents);
|
|
@@ -33676,7 +33676,7 @@ function cc(e2, t, r, n2) {
|
|
|
33676
33676
|
case Ye:
|
|
33677
33677
|
case tt3:
|
|
33678
33678
|
case rt4:
|
|
33679
|
-
case
|
|
33679
|
+
case Ge3:
|
|
33680
33680
|
case me3:
|
|
33681
33681
|
case Ne2:
|
|
33682
33682
|
break;
|
|
@@ -33710,14 +33710,14 @@ function ft3(e2, t) {
|
|
|
33710
33710
|
}
|
|
33711
33711
|
case Xe2:
|
|
33712
33712
|
case He2:
|
|
33713
|
-
case
|
|
33713
|
+
case Ve3:
|
|
33714
33714
|
case Pe2:
|
|
33715
33715
|
case $e:
|
|
33716
33716
|
return t({ ...i2, contents: n2(i2.contents) });
|
|
33717
33717
|
case Ye:
|
|
33718
33718
|
case tt3:
|
|
33719
33719
|
case rt4:
|
|
33720
|
-
case
|
|
33720
|
+
case Ge3:
|
|
33721
33721
|
case me3:
|
|
33722
33722
|
case Ne2:
|
|
33723
33723
|
return t(i2);
|
|
@@ -33784,7 +33784,7 @@ function Dc(e2) {
|
|
|
33784
33784
|
break;
|
|
33785
33785
|
case Xe2:
|
|
33786
33786
|
case He2:
|
|
33787
|
-
case
|
|
33787
|
+
case Ve3:
|
|
33788
33788
|
case $e:
|
|
33789
33789
|
if (!e2.contents)
|
|
33790
33790
|
return "";
|
|
@@ -33806,7 +33806,7 @@ function Dc(e2) {
|
|
|
33806
33806
|
case Ye:
|
|
33807
33807
|
case tt3:
|
|
33808
33808
|
case rt4:
|
|
33809
|
-
case
|
|
33809
|
+
case Ge3:
|
|
33810
33810
|
case me3:
|
|
33811
33811
|
case Pe2:
|
|
33812
33812
|
case Ne2:
|
|
@@ -33841,7 +33841,7 @@ function Vi2(e2) {
|
|
|
33841
33841
|
if (r === "")
|
|
33842
33842
|
break;
|
|
33843
33843
|
case rt4:
|
|
33844
|
-
case
|
|
33844
|
+
case Ge3:
|
|
33845
33845
|
case me3:
|
|
33846
33846
|
case Ne2:
|
|
33847
33847
|
return t = false, false;
|
|
@@ -33883,7 +33883,7 @@ function P2(e2, t = "", r = {}) {
|
|
|
33883
33883
|
return de2(e2), t !== "" && de2(t), { type: be2, breakContents: e2, flatContents: t, groupId: r.groupId };
|
|
33884
33884
|
}
|
|
33885
33885
|
function yt4(e2, t) {
|
|
33886
|
-
return de2(e2), { type:
|
|
33886
|
+
return de2(e2), { type: Ve3, contents: e2, groupId: t.groupId, negate: t.negate };
|
|
33887
33887
|
}
|
|
33888
33888
|
function L2(e2, t) {
|
|
33889
33889
|
de2(e2), Kr(t);
|
|
@@ -33994,7 +33994,7 @@ function Zr(e2, t, r, n2, s, i2) {
|
|
|
33994
33994
|
}
|
|
33995
33995
|
case He2:
|
|
33996
33996
|
case Xe2:
|
|
33997
|
-
case
|
|
33997
|
+
case Ve3:
|
|
33998
33998
|
case Pe2:
|
|
33999
33999
|
p.push({ mode: y2, doc: D3.contents });
|
|
34000
34000
|
break;
|
|
@@ -34023,7 +34023,7 @@ function Zr(e2, t, r, n2, s, i2) {
|
|
|
34023
34023
|
case $e:
|
|
34024
34024
|
n2 = true;
|
|
34025
34025
|
break;
|
|
34026
|
-
case
|
|
34026
|
+
case Ge3:
|
|
34027
34027
|
if (n2)
|
|
34028
34028
|
return false;
|
|
34029
34029
|
break;
|
|
@@ -34116,7 +34116,7 @@ function ls(e2, t) {
|
|
|
34116
34116
|
break;
|
|
34117
34117
|
}
|
|
34118
34118
|
case be2:
|
|
34119
|
-
case
|
|
34119
|
+
case Ve3: {
|
|
34120
34120
|
let j2 = S2.groupId ? r[S2.groupId] : g;
|
|
34121
34121
|
if (j2 === ve3) {
|
|
34122
34122
|
let U4 = S2.type === be2 ? S2.breakContents : S2.negate ? S2.contents : m(S2.contents);
|
|
@@ -34131,7 +34131,7 @@ function ls(e2, t) {
|
|
|
34131
34131
|
case $e:
|
|
34132
34132
|
c3.push({ indent: h2, mode: g, doc: S2.contents });
|
|
34133
34133
|
break;
|
|
34134
|
-
case
|
|
34134
|
+
case Ge3:
|
|
34135
34135
|
c3.length > 0 && o2.push({ indent: h2, mode: g, doc: os3 });
|
|
34136
34136
|
break;
|
|
34137
34137
|
case me3:
|
|
@@ -34951,7 +34951,7 @@ function ol2(e2, t, r) {
|
|
|
34951
34951
|
let c3 = Mo(o2, u2(n2));
|
|
34952
34952
|
return { doc: us([E, c3 ? E : "", s]), isBlock: p, hasLineSuffix: true };
|
|
34953
34953
|
}
|
|
34954
|
-
return !p || r?.hasLineSuffix ? { doc: [us([" ", s]),
|
|
34954
|
+
return !p || r?.hasLineSuffix ? { doc: [us([" ", s]), ke3], isBlock: p, hasLineSuffix: true } : { doc: [" ", s], isBlock: p, hasLineSuffix: false };
|
|
34955
34955
|
}
|
|
34956
34956
|
function v2(e2, t, r = {}) {
|
|
34957
34957
|
let { node: n2 } = e2;
|
|
@@ -35255,7 +35255,7 @@ function gl(e2, t, r) {
|
|
|
35255
35255
|
return c3();
|
|
35256
35256
|
throw C2;
|
|
35257
35257
|
}
|
|
35258
|
-
return ne2(F2) ? [
|
|
35258
|
+
return ne2(F2) ? [ke3, nt4([["(", l(F2, { shouldBreak: true }), ", ", ...D3, ")"], c3()])] : nt4([["(", F2, ", ", ...D3, ")"], ["(", l(F2, { shouldBreak: true }), ", ", ...D3, ")"], c3()]);
|
|
35259
35259
|
}
|
|
35260
35260
|
if (hl(s, u2, t)) {
|
|
35261
35261
|
let D3 = u2.slice(0, -1);
|
|
@@ -35269,7 +35269,7 @@ function gl(e2, t, r) {
|
|
|
35269
35269
|
return c3();
|
|
35270
35270
|
throw C2;
|
|
35271
35271
|
}
|
|
35272
|
-
return ne2(F2) ? [
|
|
35272
|
+
return ne2(F2) ? [ke3, nt4([["(", ...D3, l(F2, { shouldBreak: true }), ")"], c3()])] : nt4([["(", ...D3, F2, ")"], ["(", ...D3, l(F2, { shouldBreak: true }), ")"], c3()]);
|
|
35273
35273
|
}
|
|
35274
35274
|
let y2 = ["(", m([f, ...u2]), P2(p), f, ")"];
|
|
35275
35275
|
return Ur2(e2) ? y2 : l(y2, { shouldBreak: u2.some(ne2) || o2 });
|
|
@@ -35416,7 +35416,7 @@ function Xo(e2, t, r) {
|
|
|
35416
35416
|
return M3(_3) && ne2(re2) && ee.slice(0, -1).some((ae2) => ae2.arguments.some(Ht3));
|
|
35417
35417
|
}
|
|
35418
35418
|
let st3;
|
|
35419
|
-
return U4 || ee.length > 2 && ee.some((_3) => !_3.arguments.every((re2) => Re2(re2))) || h2.slice(0, -1).some(ne2) || Ie3() ? st3 = l(z4) : st3 = [ne2(g) || Y ?
|
|
35419
|
+
return U4 || ee.length > 2 && ee.some((_3) => !_3.arguments.every((re2) => Re2(re2))) || h2.slice(0, -1).some(ne2) || Ie3() ? st3 = l(z4) : st3 = [ne2(g) || Y ? ke3 : "", nt4([g, z4])], pt4({ memberChain: true }, st3);
|
|
35420
35420
|
}
|
|
35421
35421
|
function vt4(e2, t, r) {
|
|
35422
35422
|
let { node: n2 } = e2, s = n2.type === "NewExpression", i2 = X4(e2), o2 = le(n2), u2 = n2.type !== "TSImportType" && n2.typeArguments ? r("typeArguments") : "", p = o2.length === 1 && Wr(o2[0], t.originalText);
|
|
@@ -36046,7 +36046,7 @@ function Fu(e2, t, r) {
|
|
|
36046
36046
|
if (!R3(i2) || Cu(s) || nr2(e2))
|
|
36047
36047
|
return "";
|
|
36048
36048
|
let o2 = n2.type === "ClassExpression" || n2.type === "ClassDeclaration" || du(n2, t);
|
|
36049
|
-
return [e2.key === "declaration" && Di2(s) ? E : o2 ?
|
|
36049
|
+
return [e2.key === "declaration" && Di2(s) ? E : o2 ? ke3 : "", L2(A, e2.map(r, "decorators")), A];
|
|
36050
36050
|
}
|
|
36051
36051
|
function du(e2, t) {
|
|
36052
36052
|
return e2.decorators.some((r) => Z3(t.originalText, I3(r)));
|
|
@@ -36599,7 +36599,7 @@ function ur2(e2, t, r, n2) {
|
|
|
36599
36599
|
}, "test"), !h2 && T2(D3, x3.Dangling) && e2.call(() => {
|
|
36600
36600
|
cr2.push(v2(e2, t));
|
|
36601
36601
|
}, "alternate"), T2(s, x3.Dangling) && cr2.push(v2(e2, t));
|
|
36602
|
-
let Vs2 = Symbol("test"), xa2 = Symbol("consequent"), kr2 = Symbol("test-and-consequent"), ga = i2 ? [Ws2(r("test")), s.test.type === "ConditionalExpression" ?
|
|
36602
|
+
let Vs2 = Symbol("test"), xa2 = Symbol("consequent"), kr2 = Symbol("test-and-consequent"), ga = i2 ? [Ws2(r("test")), s.test.type === "ConditionalExpression" ? ke3 : ""] : [r("checkType"), " ", "extends", " ", Ue(s.extendsType) || s.extendsType.type === "TSMappedType" ? r("extendsType") : l(Ws2(r("extendsType")))], $s2 = l([ga, " ?"], { id: Vs2 }), ha = r(u2), Ir2 = m([O2 || Ie3 && (H3(y2) || d2 || g) ? E : A, Pr2, ha]), Sa = Mn ? l([$s2, g ? Ir2 : P2(Ir2, l(Ir2, { id: xa2 }), { groupId: Vs2 })], { id: kr2 }) : [$s2, Ir2], Nn = r(p), Ks2 = Bt2 ? P2(Nn, Qr2(Ws2(Nn)), { groupId: kr2 }) : Nn, lr2 = [Sa, cr2.length > 0 ? [m([E, cr2]), E] : h2 ? E : Bt2 ? P2(A, " ", { groupId: kr2 }) : A, ":", h2 ? " " : S2 ? Mn ? P2(ae2, P2(g || Bt2 ? " " : ae2, " "), { groupId: kr2 }) : P2(ae2, " ") : " ", h2 ? Ks2 : l([m(Ks2), Ie3 && !Bt2 ? f : ""]), _3 && !st3 ? f : "", it3 ? ke3 : ""];
|
|
36603
36603
|
return z4 && !it3 ? l(m([f, l(lr2)])) : z4 || ee ? l(m(lr2)) : st3 || o2 && b2 ? l([m([f, lr2]), re2 ? f : ""]) : C2 === Y ? l(lr2) : lr2;
|
|
36604
36604
|
}
|
|
36605
36605
|
function Hu(e2, t, r, n2) {
|
|
@@ -37486,7 +37486,7 @@ var Ba2, jn = (e2, t) => {
|
|
|
37486
37486
|
}, oe = (e2, { originalText: t }) => Yt(t, I3(e2)), Ae3, Se2, xt2, Ue, hi2 = (e2) => e2?.type === "TSAsExpression" && e2.typeAnnotation.type === "TSTypeReference" && e2.typeAnnotation.typeName.type === "Identifier" && e2.typeAnnotation.typeName.name === "const", Cr2, dp, Kt2 = (e2) => {
|
|
37487
37487
|
for (let t of e2.quasis)
|
|
37488
37488
|
delete t.value;
|
|
37489
|
-
}, Bi2, Cp, Ap = (e2, [t]) => t?.type === "ComponentParameter" && t.shorthand && t.name === e2 && t.local !== t.name || t?.type === "MatchObjectPatternProperty" && t.shorthand && t.key === e2 && t.value !== t.key || t?.type === "ObjectProperty" && t.shorthand && t.key === e2 && t.value !== t.key || t?.type === "Property" && t.shorthand && t.key === e2 && !mt4(t) && t.value !== t.key, Tp = (e2, [t]) => !!(e2.type === "FunctionExpression" && t.type === "MethodDefinition" && t.value === e2 && K3(e2).length === 0 && !e2.returnType && !R3(e2.typeParameters) && e2.body), bi2 = (e2, [t]) => t?.typeAnnotation === e2 && hi2(t), xp = (e2, [t, ...r]) => bi2(e2, [t]) || t?.typeName === e2 && bi2(t, r), Pi2, at4, _e2, ue, Qn, Hr, Zn2 = (e2, t) => At4(e2) || !ue(t, w(e2), I3(e2)), Mp, Np, wi2, Xp, Vp, Ri2, nc, Ji2, Gi2, ic, Wi2, Ye = "string", Be = "array", tt3 = "cursor", He2 = "indent", Xe2 = "align", rt4 = "trim", Fe2 = "group", Me2 = "fill", be2 = "if-break",
|
|
37489
|
+
}, Bi2, Cp, Ap = (e2, [t]) => t?.type === "ComponentParameter" && t.shorthand && t.name === e2 && t.local !== t.name || t?.type === "MatchObjectPatternProperty" && t.shorthand && t.key === e2 && t.value !== t.key || t?.type === "ObjectProperty" && t.shorthand && t.key === e2 && t.value !== t.key || t?.type === "Property" && t.shorthand && t.key === e2 && !mt4(t) && t.value !== t.key, Tp = (e2, [t]) => !!(e2.type === "FunctionExpression" && t.type === "MethodDefinition" && t.value === e2 && K3(e2).length === 0 && !e2.returnType && !R3(e2.typeParameters) && e2.body), bi2 = (e2, [t]) => t?.typeAnnotation === e2 && hi2(t), xp = (e2, [t, ...r]) => bi2(e2, [t]) || t?.typeName === e2 && bi2(t, r), Pi2, at4, _e2, ue, Qn, Hr, Zn2 = (e2, t) => At4(e2) || !ue(t, w(e2), I3(e2)), Mp, Np, wi2, Xp, Vp, Ri2, nc, Ji2, Gi2, ic, Wi2, Ye = "string", Be = "array", tt3 = "cursor", He2 = "indent", Xe2 = "align", rt4 = "trim", Fe2 = "group", Me2 = "fill", be2 = "if-break", Ve3 = "indent-if-break", $e = "line-suffix", Ge3 = "line-suffix-boundary", me3 = "line", Pe2 = "label", Ne2 = "break-parent", Xr, We3, ac = (e2) => new Intl.ListFormat("en-US", { type: "disjunction" }).format(e2), is, gt4, qi2, Vr2, de2, Kr, $i2, Ki2, ke3, Tr2, A, f, os3, E, yc, $r2, je2, Ec = "cr", Fc = "crlf", dc = "\r", Cc = `\r
|
|
37490
37490
|
`, Ac = `
|
|
37491
37491
|
`, Tc, xc, gc, as, ve3, ct3, cs, no2, so2, fs20, po2 = (e2) => Oc(e2) || wc(e2) || _c(e2) || oo2(e2), Es = 0, fo2, yo, jc, Co, Gc, Wc, go, qc, Ao, Uc, To, Yc, ho, ko = "format", Io, Fs2, Oo, Qc, ge2, Mo, sl2 = () => true, Et4, pl, cl, ll, ml = (e2) => ll.test(e2), vo, dt4, fl = 0, Ro = (e2) => e2.type === "BinaryExpression" && e2.operator === "|", Fl, dl, Cl, Go = (e2) => e2.match((t) => t.type === "TSTypeAnnotation", (t, r) => (r === "returnType" || r === "typeAnnotation") && (t.type === "TSFunctionType" || t.type === "TSConstructorType")) ? "=>" : e2.match((t) => t.type === "TSTypeAnnotation", (t, r) => r === "typeAnnotation" && (t.type === "TSJSDocNullableType" || t.type === "TSJSDocNonNullableType" || t.type === "TSTypePredicate")) || e2.match((t) => t.type === "TypeAnnotation", (t, r) => r === "typeAnnotation" && t.type === "Identifier", (t, r) => r === "id" && t.type === "DeclareFunction") || e2.match((t) => t.type === "TypeAnnotation", (t, r) => r === "typeAnnotation" && t.type === "Identifier", (t, r) => r === "id" && t.type === "DeclareHook") || e2.match((t) => t.type === "TypeAnnotation", (t, r) => r === "bound" && t.type === "TypeParameter" && t.usesExtendsBound) ? "" : ":", hr2, kl = (e2) => ((e2.type === "ChainExpression" || e2.type === "TSNonNullExpression") && (e2 = e2.expression), M3(e2) && le(e2).length > 0), Vo, Ll, cn2, Yl = ({ node: e2, key: t, parent: r }) => t === "value" && e2.type === "FunctionExpression" && (r.type === "ObjectMethod" || r.type === "ClassMethod" || r.type === "ClassPrivateMethod" || r.type === "MethodDefinition" || r.type === "TSAbstractMethodDefinition" || r.type === "TSDeclareMethod" || r.type === "Property" && mt4(r)), bs = ({ node: e2, parent: t }) => e2.type === "ExpressionStatement" && t.type === "Program" && t.body.length === 1 && (Array.isArray(t.directives) && t.directives.length === 0 || !t.directives), Ls2, Qe2, ws = class {
|
|
37492
37492
|
#e;
|
|
@@ -37685,7 +37685,7 @@ var init_estree = __esm(() => {
|
|
|
37685
37685
|
Gi2 = sc;
|
|
37686
37686
|
ic = k3(["ClassDeclaration", "ClassExpression", "DeclareClass", "DeclareInterface", "InterfaceDeclaration", "TSInterfaceDeclaration"]);
|
|
37687
37687
|
Wi2 = oc;
|
|
37688
|
-
Xr = new Set([tt3, He2, Xe2, rt4, Fe2, Me2, be2,
|
|
37688
|
+
Xr = new Set([tt3, He2, Xe2, rt4, Fe2, Me2, be2, Ve3, $e, Ge3, me3, Pe2, Ne2]);
|
|
37689
37689
|
We3 = uc;
|
|
37690
37690
|
is = class extends Error {
|
|
37691
37691
|
name = "InvalidDocError";
|
|
@@ -37700,15 +37700,15 @@ var init_estree = __esm(() => {
|
|
|
37700
37700
|
Kr = Le3;
|
|
37701
37701
|
$i2 = Le3;
|
|
37702
37702
|
Ki2 = Le3;
|
|
37703
|
-
|
|
37703
|
+
ke3 = { type: Ne2 };
|
|
37704
37704
|
Tr2 = { type: tt3 };
|
|
37705
37705
|
A = { type: me3 };
|
|
37706
37706
|
f = { type: me3, soft: true };
|
|
37707
37707
|
os3 = { type: me3, hard: true };
|
|
37708
|
-
E = [os3,
|
|
37708
|
+
E = [os3, ke3];
|
|
37709
37709
|
yc = { type: me3, hard: true, literal: true };
|
|
37710
|
-
$r2 = [yc,
|
|
37711
|
-
je2 = { type:
|
|
37710
|
+
$r2 = [yc, ke3];
|
|
37711
|
+
je2 = { type: Ge3 };
|
|
37712
37712
|
Tc = Ac;
|
|
37713
37713
|
xc = { type: 0 };
|
|
37714
37714
|
gc = { type: 1 };
|
|
@@ -37975,7 +37975,7 @@ function As2(e2, t) {
|
|
|
37975
37975
|
let i2 = new SyntaxError(e2 + " (" + t.loc.start.line + ":" + t.loc.start.column + ")");
|
|
37976
37976
|
return Object.assign(i2, t);
|
|
37977
37977
|
}
|
|
37978
|
-
function
|
|
37978
|
+
function ke4(e2) {
|
|
37979
37979
|
let t = [];
|
|
37980
37980
|
for (let i2 of e2)
|
|
37981
37981
|
try {
|
|
@@ -38183,7 +38183,7 @@ function gi3(e2) {
|
|
|
38183
38183
|
function Zs3(e2) {
|
|
38184
38184
|
return e2 = typeof e2 == "function" ? { parse: e2 } : e2, { astFormat: "estree", hasPragma: yi3, hasIgnorePragma: gi3, locStart: M4, locEnd: R4, ...e2 };
|
|
38185
38185
|
}
|
|
38186
|
-
function
|
|
38186
|
+
function Ve4(e2) {
|
|
38187
38187
|
if (typeof e2 == "string") {
|
|
38188
38188
|
if (e2 = e2.toLowerCase(), /\.(?:mjs|mts)$/iu.test(e2))
|
|
38189
38189
|
return Ne3;
|
|
@@ -38203,9 +38203,9 @@ function sr3(e2, t) {
|
|
|
38203
38203
|
return r.comments = s, r;
|
|
38204
38204
|
}
|
|
38205
38205
|
function rr3(e2, t) {
|
|
38206
|
-
let i2 =
|
|
38206
|
+
let i2 = Ve4(t?.filepath), s = (i2 ? [i2] : Re3).map((o2) => () => sr3(e2, o2)), r;
|
|
38207
38207
|
try {
|
|
38208
|
-
r =
|
|
38208
|
+
r = ke4(s);
|
|
38209
38209
|
} catch ({ errors: [o2] }) {
|
|
38210
38210
|
throw tr3(o2);
|
|
38211
38211
|
}
|
|
@@ -38262,9 +38262,9 @@ function lr2(e2) {
|
|
|
38262
38262
|
return typeof i2 != "number" ? e2 : Ae4(t, { loc: { start: { line: i2, column: s } }, cause: e2 });
|
|
38263
38263
|
}
|
|
38264
38264
|
function fr3(e2, t) {
|
|
38265
|
-
let i2 =
|
|
38265
|
+
let i2 = Ve4(t?.filepath), s = (i2 ? [i2] : Re3).map((o2) => () => ki3(e2, { ...cr2, sourceType: o2 })), r;
|
|
38266
38266
|
try {
|
|
38267
|
-
r =
|
|
38267
|
+
r = ke4(s);
|
|
38268
38268
|
} catch ({ errors: [o2] }) {
|
|
38269
38269
|
throw lr2(o2);
|
|
38270
38270
|
}
|
|
@@ -38293,7 +38293,7 @@ var Ii3, Be2, Ni3, Li3, Ri3, Vi3, ot4 = (e2, t) => () => (t || e2((t = { exports
|
|
|
38293
38293
|
`, s - 1) + 1, this.curLine = this.input.slice(0, this.lineStart).split(L3).length) : (this.pos = this.lineStart = 0, this.curLine = 1), this.type = a3.eof, this.value = null, this.start = this.end = this.pos, this.startLoc = this.endLoc = this.curPosition(), this.lastTokEndLoc = this.lastTokStartLoc = null, this.lastTokStart = this.lastTokEnd = this.pos, this.context = this.initialContext(), this.exprAllowed = true, this.inModule = t.sourceType === "module", this.strict = this.inModule || this.strictDirective(this.pos), this.potentialArrowAt = -1, this.potentialArrowInForAwait = false, this.yieldPos = this.awaitPos = this.awaitIdentPos = 0, this.labels = [], this.undefinedExports = Object.create(null), this.pos === 0 && t.allowHashBang && this.input.slice(0, 2) === "#!" && this.skipLineComment(2), this.scopeStack = [], this.enterScope(oe2), this.regexpState = null, this.privateNameStack = [];
|
|
38294
38294
|
}, U4, w2, zi3, Ce4 = function() {
|
|
38295
38295
|
this.shorthandAssign = this.trailingComma = this.parenthesizedAssign = this.parenthesizedBind = this.doubleProto = -1;
|
|
38296
|
-
}, d2, ze3, Qi3, Yi3, ae2 = 1,
|
|
38296
|
+
}, d2, ze3, Qi3, Yi3, ae2 = 1, Ge4 = 2, At5 = 4, D3, F2 = function(t, i2, s, r, o2) {
|
|
38297
38297
|
this.token = t, this.isExpr = !!i2, this.preserveSpace = !!s, this.override = r, this.generator = !!o2;
|
|
38298
38298
|
}, T3, ee, g, Zi3, ge3, W5, es2 = function(t) {
|
|
38299
38299
|
this.flags = t, this.var = [], this.lexical = [], this.functions = [];
|
|
@@ -38937,7 +38937,7 @@ var init_acorn = __esm(() => {
|
|
|
38937
38937
|
return (this.type === a3._in || this.options.ecmaVersion >= 6 && this.isContextual("of")) && t.declarations.length === 1 ? (this.options.ecmaVersion >= 9 && (this.type === a3._in ? i2 > -1 && this.unexpected(i2) : e2.await = i2 > -1), this.parseForIn(e2, t)) : (i2 > -1 && this.unexpected(i2), this.parseFor(e2, t));
|
|
38938
38938
|
};
|
|
38939
38939
|
d2.parseFunctionStatement = function(e2, t, i2) {
|
|
38940
|
-
return this.next(), this.parseFunction(e2, ae2 | (i2 ? 0 :
|
|
38940
|
+
return this.next(), this.parseFunction(e2, ae2 | (i2 ? 0 : Ge4), false, t);
|
|
38941
38941
|
};
|
|
38942
38942
|
d2.parseIfStatement = function(e2) {
|
|
38943
38943
|
return this.next(), e2.test = this.parseParenExpression(), e2.consequent = this.parseStatement("if"), e2.alternate = this.eat(a3._else) ? this.parseStatement("if") : null, this.finishNode(e2, "IfStatement");
|
|
@@ -39025,7 +39025,7 @@ var init_acorn = __esm(() => {
|
|
|
39025
39025
|
e2.id = t === "using" || t === "await using" ? this.parseIdent() : this.parseBindingAtom(), this.checkLValPattern(e2.id, t === "var" ? We4 : K4, false);
|
|
39026
39026
|
};
|
|
39027
39027
|
d2.parseFunction = function(e2, t, i2, s, r) {
|
|
39028
|
-
this.initFunction(e2), (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !s) && (this.type === a3.star && t &
|
|
39028
|
+
this.initFunction(e2), (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !s) && (this.type === a3.star && t & Ge4 && this.unexpected(), e2.generator = this.eat(a3.star)), this.options.ecmaVersion >= 8 && (e2.async = !!s), t & ae2 && (e2.id = t & At5 && this.type !== a3.name ? null : this.parseIdent(), e2.id && !(t & Ge4) && this.checkLValSimple(e2.id, this.strict || e2.generator || e2.async ? this.treatFunctionsAsVar ? We4 : K4 : Ct5));
|
|
39029
39029
|
var o2 = this.yieldPos, u2 = this.awaitPos, p = this.awaitIdentPos;
|
|
39030
39030
|
return this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0, this.enterScope(Xe3(e2.async, e2.generator)), t & ae2 || (e2.id = this.type === a3.name ? this.parseIdent() : null), this.parseFunctionParams(e2), this.parseFunctionBody(e2, i2, false, r), this.yieldPos = o2, this.awaitPos = u2, this.awaitIdentPos = p, this.finishNode(e2, t & ae2 ? "FunctionDeclaration" : "FunctionExpression");
|
|
39031
39031
|
};
|
|
@@ -41201,7 +41201,7 @@ function Ai4(t, e2, n3) {
|
|
|
41201
41201
|
return false;
|
|
41202
41202
|
return true;
|
|
41203
41203
|
}
|
|
41204
|
-
function
|
|
41204
|
+
function Ge5(t, e2) {
|
|
41205
41205
|
return Ai4(t, e2, (n3, s) => n3.isEquivalent(s));
|
|
41206
41206
|
}
|
|
41207
41207
|
function Ji4(t19) {
|
|
@@ -41374,7 +41374,7 @@ var Ci4, _i4, Ti4, an3 = (t) => {
|
|
|
41374
41374
|
}, ln3 = (t, e2) => {
|
|
41375
41375
|
for (var n3 in e2)
|
|
41376
41376
|
Ci4(t, n3, { get: e2[n3], enumerable: true });
|
|
41377
|
-
}, nt6 = (t, e2, n3) => e2.has(t) || an3("Cannot " + n3), U5 = (t, e2, n3) => (nt6(t, e2, "read from private field"), n3 ? n3.call(t) : e2.get(t)),
|
|
41377
|
+
}, nt6 = (t, e2, n3) => e2.has(t) || an3("Cannot " + n3), U5 = (t, e2, n3) => (nt6(t, e2, "read from private field"), n3 ? n3.call(t) : e2.get(t)), ke5 = (t, e2, n3) => e2.has(t) ? an3("Cannot add the same private member more than once") : e2 instanceof WeakSet ? e2.add(t) : e2.set(t, n3), st4 = (t, e2, n3, s) => (nt6(t, e2, "write to private field"), s ? s.call(t, n3) : e2.set(t, n3), n3), v3 = (t, e2, n3) => (nt6(t, e2, "access private method"), n3), cn3 = (t, e2, n3) => Ti4(_i4(t), n3, e2), Ei4, sn3, zr2, fn3, dn3, mn3, N6, gn3, vn2, xn2, wn2, Sn3, En3, yn3, Cn2, c3, S2 = class {
|
|
41378
41378
|
type;
|
|
41379
41379
|
sourceSpan;
|
|
41380
41380
|
constructor(e2, n3) {
|
|
@@ -41616,7 +41616,7 @@ var Ci4, _i4, Ti4, an3 = (t) => {
|
|
|
41616
41616
|
for (let s of e2)
|
|
41617
41617
|
this.visit(s, n3);
|
|
41618
41618
|
}
|
|
41619
|
-
}, kn2, bn2, L4, An2, pe3 = 0, os5 = 9, Ie4 = 10, Ni4 = 11, Pi4 = 12, Li4 = 13, as3 = 32, Mi3 = 33, ls3 = 34, Ri4 = 35, Wt5 = 36, $i4 = 37, In2 = 38, cs3 = 39, ve5 = 40, q6 = 41, Nn = 42, us3 = 43, Q5 = 44, ps3 = 45, H5 = 46, Fe4 = 47, j3 = 58, fe3 = 59, Di4 = 60, k5 = 61, Bi4 = 62, Pn2 = 63, Oi4 = 48, Fi4 = 57, qt3 = 65, Vi4 = 69, jt4 = 90, te4 = 91, it4 = 92, G4 = 93, Ui4 = 94, Xe4 = 95, hs3 = 97, Hi4 = 101, Wi4 = 102, qi4 = 110, ji4 = 114, zi4 = 116, Gi4 = 117, Xi4 = 118, fs22 = 122,
|
|
41619
|
+
}, kn2, bn2, L4, An2, pe3 = 0, os5 = 9, Ie4 = 10, Ni4 = 11, Pi4 = 12, Li4 = 13, as3 = 32, Mi3 = 33, ls3 = 34, Ri4 = 35, Wt5 = 36, $i4 = 37, In2 = 38, cs3 = 39, ve5 = 40, q6 = 41, Nn = 42, us3 = 43, Q5 = 44, ps3 = 45, H5 = 46, Fe4 = 47, j3 = 58, fe3 = 59, Di4 = 60, k5 = 61, Bi4 = 62, Pn2 = 63, Oi4 = 48, Fi4 = 57, qt3 = 65, Vi4 = 69, jt4 = 90, te4 = 91, it4 = 92, G4 = 93, Ui4 = 94, Xe4 = 95, hs3 = 97, Hi4 = 101, Wi4 = 102, qi4 = 110, ji4 = 114, zi4 = 116, Gi4 = 117, Xi4 = 118, fs22 = 122, Ve5 = 123, Ln2 = 124, K5 = 125, ds3 = 160, $t4 = 96, Ue3 = class t19 {
|
|
41620
41620
|
file;
|
|
41621
41621
|
offset;
|
|
41622
41622
|
line;
|
|
@@ -41831,7 +41831,7 @@ var Ci4, _i4, Ti4, an3 = (t) => {
|
|
|
41831
41831
|
case j3:
|
|
41832
41832
|
case fe3:
|
|
41833
41833
|
return this.scanCharacter(r, s);
|
|
41834
|
-
case
|
|
41834
|
+
case Ve5:
|
|
41835
41835
|
return this.scanOpenBrace(r, s);
|
|
41836
41836
|
case K5:
|
|
41837
41837
|
return this.scanCloseBrace(r, s);
|
|
@@ -41962,7 +41962,7 @@ var Ci4, _i4, Ti4, an3 = (t) => {
|
|
|
41962
41962
|
n3 = r, s = this.index;
|
|
41963
41963
|
} else if (this.peek === Wt5) {
|
|
41964
41964
|
let r = this.index;
|
|
41965
|
-
if (this.advance(), this.peek ===
|
|
41965
|
+
if (this.advance(), this.peek === Ve5)
|
|
41966
41966
|
return this.braceStack.push("interpolation"), this.tokens.push(new xe3(e2, r, n3 + this.input.substring(s, r), F3.TemplateLiteralPart)), this.advance(), Y2(r, this.index, this.input.substring(r, this.index));
|
|
41967
41967
|
} else {
|
|
41968
41968
|
if (this.peek === pe3)
|
|
@@ -42492,7 +42492,7 @@ var Ci4, _i4, Ti4, an3 = (t) => {
|
|
|
42492
42492
|
return this.advance(), new Et6(this.span(e2), this.sourceSpan(e2));
|
|
42493
42493
|
if (this.consumeOptionalCharacter(te4))
|
|
42494
42494
|
return this.parseLiteralArray(e2);
|
|
42495
|
-
if (this.next.isCharacter(
|
|
42495
|
+
if (this.next.isCharacter(Ve5))
|
|
42496
42496
|
return this.parseLiteralMap();
|
|
42497
42497
|
if (this.next.isIdentifier())
|
|
42498
42498
|
return this.parseAccessMember(new ne4(this.span(e2), this.sourceSpan(e2)), e2, false);
|
|
@@ -42527,7 +42527,7 @@ var Ci4, _i4, Ti4, an3 = (t) => {
|
|
|
42527
42527
|
}
|
|
42528
42528
|
parseLiteralMap() {
|
|
42529
42529
|
let e2 = [], n3 = [], s = this.inputIndex;
|
|
42530
|
-
if (this.expectCharacter(
|
|
42530
|
+
if (this.expectCharacter(Ve5), !this.consumeOptionalCharacter(K5)) {
|
|
42531
42531
|
this.rbracesExpected++;
|
|
42532
42532
|
do {
|
|
42533
42533
|
let i2 = this.inputIndex;
|
|
@@ -42920,7 +42920,7 @@ var init_angular = __esm(() => {
|
|
|
42920
42920
|
return this.fn;
|
|
42921
42921
|
}
|
|
42922
42922
|
isEquivalent(e2) {
|
|
42923
|
-
return e2 instanceof t3 && this.fn.isEquivalent(e2.fn) &&
|
|
42923
|
+
return e2 instanceof t3 && this.fn.isEquivalent(e2.fn) && Ge5(this.args, e2.args) && this.pure === e2.pure;
|
|
42924
42924
|
}
|
|
42925
42925
|
isConstant() {
|
|
42926
42926
|
return false;
|
|
@@ -42939,7 +42939,7 @@ var init_angular = __esm(() => {
|
|
|
42939
42939
|
super(s, i2), this.classExpr = e2, this.args = n3;
|
|
42940
42940
|
}
|
|
42941
42941
|
isEquivalent(e2) {
|
|
42942
|
-
return e2 instanceof t4 && this.classExpr.isEquivalent(e2.classExpr) &&
|
|
42942
|
+
return e2 instanceof t4 && this.classExpr.isEquivalent(e2.classExpr) && Ge5(this.args, e2.args);
|
|
42943
42943
|
}
|
|
42944
42944
|
isConstant() {
|
|
42945
42945
|
return false;
|
|
@@ -43107,7 +43107,7 @@ var init_angular = __esm(() => {
|
|
|
43107
43107
|
return this.entries.every((e2) => e2.isConstant());
|
|
43108
43108
|
}
|
|
43109
43109
|
isEquivalent(e2) {
|
|
43110
|
-
return e2 instanceof t12 &&
|
|
43110
|
+
return e2 instanceof t12 && Ge5(this.entries, e2.entries);
|
|
43111
43111
|
}
|
|
43112
43112
|
visitExpression(e2, n3) {
|
|
43113
43113
|
return e2.visitLiteralArrayExpr(this, n3);
|
|
@@ -43123,7 +43123,7 @@ var init_angular = __esm(() => {
|
|
|
43123
43123
|
super(n3, s), this.entries = e2, n3 && (this.valueType = n3.valueType);
|
|
43124
43124
|
}
|
|
43125
43125
|
isEquivalent(e2) {
|
|
43126
|
-
return e2 instanceof t14 &&
|
|
43126
|
+
return e2 instanceof t14 && Ge5(this.entries, e2.entries);
|
|
43127
43127
|
}
|
|
43128
43128
|
isConstant() {
|
|
43129
43129
|
return this.entries.every((e2) => e2.isConstant());
|
|
@@ -44082,9 +44082,9 @@ var init_angular = __esm(() => {
|
|
|
44082
44082
|
Br3 = (le3 = class extends Ye2 {
|
|
44083
44083
|
constructor(n3, s) {
|
|
44084
44084
|
super(s);
|
|
44085
|
-
|
|
44086
|
-
|
|
44087
|
-
|
|
44085
|
+
ke5(this, m2);
|
|
44086
|
+
ke5(this, ae3);
|
|
44087
|
+
ke5(this, J6);
|
|
44088
44088
|
st4(this, ae3, n3), st4(this, J6, s);
|
|
44089
44089
|
for (let i2 of n3)
|
|
44090
44090
|
v3(this, m2, mi4).call(this, i2);
|
|
@@ -44797,7 +44797,7 @@ function nr5(a5) {
|
|
|
44797
44797
|
}
|
|
44798
44798
|
return s;
|
|
44799
44799
|
}
|
|
44800
|
-
function
|
|
44800
|
+
function ke6(a5) {
|
|
44801
44801
|
return (t24, e2, s) => {
|
|
44802
44802
|
let i2 = !!s?.backwards;
|
|
44803
44803
|
if (e2 === false)
|
|
@@ -46880,7 +46880,7 @@ var Hs5, Re5 = (a4, t24) => {
|
|
|
46880
46880
|
} else
|
|
46881
46881
|
this.state.canStartJSXElement = ci5(i2);
|
|
46882
46882
|
}
|
|
46883
|
-
}, Je6,
|
|
46883
|
+
}, Je6, Ge6, Xe5 = class {
|
|
46884
46884
|
stacks = [];
|
|
46885
46885
|
enter(t24) {
|
|
46886
46886
|
this.stacks.push(t24);
|
|
@@ -47158,9 +47158,9 @@ var Hs5, Re5 = (a4, t24) => {
|
|
|
47158
47158
|
this.start = e2, this.end = 0, this.loc = new Q6(s), t24?.optionFlags & 128 && (this.range = [e2, 0]), t24?.filename && (this.loc.filename = t24.filename);
|
|
47159
47159
|
}
|
|
47160
47160
|
type = "";
|
|
47161
|
-
}, Vt6, ot6, ht7 = (a5) => a5.type === "ParenthesizedExpression" ? ht7(a5.expression) : a5, ct6,
|
|
47161
|
+
}, Vt6, ot6, ht7 = (a5) => a5.type === "ParenthesizedExpression" ? ht7(a5.expression) : a5, ct6, Ve6, y2, Ji5 = (a5) => class extends a5 {
|
|
47162
47162
|
getScopeHandler() {
|
|
47163
|
-
return
|
|
47163
|
+
return Ge6;
|
|
47164
47164
|
}
|
|
47165
47165
|
tsIsIdentifier() {
|
|
47166
47166
|
return w3(this.state.type);
|
|
@@ -48591,8 +48591,8 @@ var Hs5, Re5 = (a4, t24) => {
|
|
|
48591
48591
|
}
|
|
48592
48592
|
chStartsBindingIdentifierAndNotRelationalOperator(e2, s) {
|
|
48593
48593
|
if (B4(e2)) {
|
|
48594
|
-
if (
|
|
48595
|
-
let i2 = this.codePointAtPos(
|
|
48594
|
+
if (Ve6.lastIndex = s, Ve6.test(this.input)) {
|
|
48595
|
+
let i2 = this.codePointAtPos(Ve6.lastIndex);
|
|
48596
48596
|
if (!K6(i2) && i2 !== 92)
|
|
48597
48597
|
return false;
|
|
48598
48598
|
}
|
|
@@ -48824,7 +48824,7 @@ var init_babel = __esm(() => {
|
|
|
48824
48824
|
Je6 = class extends ue4 {
|
|
48825
48825
|
tsNames = new Map;
|
|
48826
48826
|
};
|
|
48827
|
-
|
|
48827
|
+
Ge6 = class extends fe4 {
|
|
48828
48828
|
importsStack = [];
|
|
48829
48829
|
createScope(t24) {
|
|
48830
48830
|
return this.importsStack.push(new Set), new Je6(t24);
|
|
@@ -49998,7 +49998,7 @@ var init_babel = __esm(() => {
|
|
|
49998
49998
|
return this.match(12) ? (this.raise(this.lookaheadCharCode() === t24 ? p.RestTrailingComma : p.ElementAfterRest, this.state.startLoc), true) : false;
|
|
49999
49999
|
}
|
|
50000
50000
|
};
|
|
50001
|
-
|
|
50001
|
+
Ve6 = /in(?:stanceof)?|as|satisfies/y;
|
|
50002
50002
|
y2 = F4`typescript`({ AbstractMethodHasImplementation: ({ methodName: a5 }) => `Method '${a5}' cannot have an implementation because it is marked abstract.`, AbstractPropertyHasInitializer: ({ propertyName: a5 }) => `Property '${a5}' cannot have an initializer because it is marked abstract.`, AccessorCannotBeOptional: "An 'accessor' property cannot be declared optional.", AccessorCannotDeclareThisParameter: "'get' and 'set' accessors cannot declare 'this' parameters.", AccessorCannotHaveTypeParameters: "An accessor cannot have type parameters.", ClassMethodHasDeclare: "Class methods cannot have the 'declare' modifier.", ClassMethodHasReadonly: "Class methods cannot have the 'readonly' modifier.", ConstInitializerMustBeStringOrNumericLiteralOrLiteralEnumReference: "A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.", ConstructorHasTypeParameters: "Type parameters cannot appear on a constructor declaration.", DeclareAccessor: ({ kind: a5 }) => `'declare' is not allowed in ${a5}ters.`, DeclareClassFieldHasInitializer: "Initializers are not allowed in ambient contexts.", DeclareFunctionHasImplementation: "An implementation cannot be declared in ambient contexts.", DuplicateAccessibilityModifier: ({ modifier: a5 }) => `Accessibility modifier already seen: '${a5}'.`, DuplicateModifier: ({ modifier: a5 }) => `Duplicate modifier: '${a5}'.`, EmptyHeritageClauseType: ({ token: a5 }) => `'${a5}' list cannot be empty.`, EmptyTypeArguments: "Type argument list cannot be empty.", EmptyTypeParameters: "Type parameter list cannot be empty.", ExpectedAmbientAfterExportDeclare: "'export declare' must be followed by an ambient declaration.", ImportAliasHasImportType: "An import alias can not use 'import type'.", ImportReflectionHasImportType: "An `import module` declaration can not use `type` modifier", IncompatibleModifiers: ({ modifiers: a5 }) => `'${a5[0]}' modifier cannot be used with '${a5[1]}' modifier.`, IndexSignatureHasAbstract: "Index signatures cannot have the 'abstract' modifier.", IndexSignatureHasAccessibility: ({ modifier: a5 }) => `Index signatures cannot have an accessibility modifier ('${a5}').`, IndexSignatureHasDeclare: "Index signatures cannot have the 'declare' modifier.", IndexSignatureHasOverride: "'override' modifier cannot appear on an index signature.", IndexSignatureHasStatic: "Index signatures cannot have the 'static' modifier.", InitializerNotAllowedInAmbientContext: "Initializers are not allowed in ambient contexts.", InvalidHeritageClauseType: ({ token: a5 }) => `'${a5}' list can only include identifiers or qualified-names with optional type arguments.`, InvalidModifierOnAwaitUsingDeclaration: (a5) => `'${a5}' modifier cannot appear on an await using declaration.`, InvalidModifierOnTypeMember: ({ modifier: a5 }) => `'${a5}' modifier cannot appear on a type member.`, InvalidModifierOnTypeParameter: ({ modifier: a5 }) => `'${a5}' modifier cannot appear on a type parameter.`, InvalidModifierOnTypeParameterPositions: ({ modifier: a5 }) => `'${a5}' modifier can only appear on a type parameter of a class, interface or type alias.`, InvalidModifierOnUsingDeclaration: (a5) => `'${a5}' modifier cannot appear on a using declaration.`, InvalidModifiersOrder: ({ orderedModifiers: a5 }) => `'${a5[0]}' modifier must precede '${a5[1]}' modifier.`, InvalidPropertyAccessAfterInstantiationExpression: "Invalid property access after an instantiation expression. You can either wrap the instantiation expression in parentheses, or delete the type arguments.", InvalidTupleMemberLabel: "Tuple members must be labeled with a simple identifier.", MissingInterfaceName: "'interface' declarations must be followed by an identifier.", NonAbstractClassHasAbstractMethod: "Abstract methods can only appear within an abstract class.", NonClassMethodPropertyHasAbstractModifier: "'abstract' modifier can only appear on a class, method, or property declaration.", OptionalTypeBeforeRequired: "A required element cannot follow an optional element.", OverrideNotInSubClass: "This member cannot have an 'override' modifier because its containing class does not extend another class.", PatternIsOptional: "A binding pattern parameter cannot be optional in an implementation signature.", PrivateElementHasAbstract: "Private elements cannot have the 'abstract' modifier.", PrivateElementHasAccessibility: ({ modifier: a5 }) => `Private elements cannot have an accessibility modifier ('${a5}').`, ReadonlyForMethodSignature: "'readonly' modifier can only appear on a property declaration or index signature.", ReservedArrowTypeParam: "This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma, as in `<T,>() => ...`.", ReservedTypeAssertion: "This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.", SetAccessorCannotHaveOptionalParameter: "A 'set' accessor cannot have an optional parameter.", SetAccessorCannotHaveRestParameter: "A 'set' accessor cannot have rest parameter.", SetAccessorCannotHaveReturnType: "A 'set' accessor cannot have a return type annotation.", SingleTypeParameterWithoutTrailingComma: ({ typeParameterName: a5 }) => `Single type parameter ${a5} should have a trailing comma. Example usage: <${a5},>.`, StaticBlockCannotHaveModifier: "Static class blocks cannot have any modifier.", TupleOptionalAfterType: "A labeled tuple optional element must be declared using a question mark after the name and before the colon (`name?: type`), rather than after the type (`name: type?`).", TypeAnnotationAfterAssign: "Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.", TypeImportCannotSpecifyDefaultAndNamed: "A type-only import can specify a default import or named bindings, but not both.", TypeModifierIsUsedInTypeExports: "The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement.", TypeModifierIsUsedInTypeImports: "The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.", UnexpectedParameterModifier: "A parameter property is only allowed in a constructor implementation.", UnexpectedReadonly: "'readonly' type modifier is only permitted on array and tuple literal types.", UnexpectedTypeAnnotation: "Did not expect a type annotation here.", UnexpectedTypeCastInParameter: "Unexpected type cast in parameter position.", UnsupportedImportTypeArgument: "Argument in a type import must be a string literal.", UnsupportedParameterPropertyKind: "A parameter property may not be declared using a binding pattern.", UnsupportedSignatureParameterKind: ({ type: a5 }) => `Name in a signature must be an Identifier, ObjectPattern or ArrayPattern, instead got ${a5}.`, UsingDeclarationInAmbientContext: (a5) => `'${a5}' declarations are not allowed in ambient contexts.` });
|
|
50003
50003
|
$t5 = F4`placeholders`({ ClassNameIsRequired: "A class name is required.", UnexpectedSpace: "Unexpected space in placeholder." });
|
|
50004
50004
|
Kt5 = ["fsharp", "hack"];
|
|
@@ -51874,10 +51874,10 @@ var init_babel = __esm(() => {
|
|
|
51874
51874
|
};
|
|
51875
51875
|
ua2 = ar5(oi5);
|
|
51876
51876
|
Wt6 = new Map;
|
|
51877
|
-
da2 =
|
|
51878
|
-
cs4 =
|
|
51879
|
-
ma2 =
|
|
51880
|
-
ls4 =
|
|
51877
|
+
da2 = ke6(/\s/u);
|
|
51878
|
+
cs4 = ke6(" \t");
|
|
51879
|
+
ma2 = ke6(",; \t");
|
|
51880
|
+
ls4 = ke6(/[^\n\r]/u);
|
|
51881
51881
|
ps4 = or5;
|
|
51882
51882
|
fs23 = hr5;
|
|
51883
51883
|
ds4 = cr4;
|
|
@@ -52213,8 +52213,8 @@ var init_flow = __esm(() => {
|
|
|
52213
52213
|
})(Object);
|
|
52214
52214
|
(function(a0) {
|
|
52215
52215
|
var ox = 320, Yx = "loc", xr5 = 289, E1 = 70416, S22 = 69748, da3 = 163, Tt8 = 92159, Vr5 = 43587, G1 = "labeled_statement", yo3 = "&=", Et8 = "int_of_string", G32 = 110591, _o3 = 92909, gp2 = 11559, nD2 = "regexp", W52 = 43301, bp2 = 11703, V52 = 122654, ya2 = 255, uD2 = "%ni", $52 = 68252, iD2 = 232, Q52 = 42785, qn4 = "declare_variable", Tp2 = "while", Z52 = 66938, xy = 70301, ry = 124907, Ep2 = 126515, fD2 = 218, Bn3 = "pattern_identifier", ey = 67643, Un3 = "export_source", ty = 216, ny = 64279, cD2 = "Out_of_memory", uy = 113788, sD2 = "comments", iy = 126624, aD2 = "win32", Xn4 = "object_key_bigint_literal", oD2 = 185, Sp2 = 123214, _a4 = "constructor", fy = 69955, Gn4 = "import_declaration", cy = 68437, sy = "Failure", Ap2 = "Unix.Unix_error", ay = 64255, oy = 42539, vy = 110579, Yn3 = "export_default_declaration", zn4 = "jsx_attribute_name", Ip2 = 11727, ly = 43002, Pp2 = 126500, Jn3 = "component_param_pattern", vD = "collect_comments_opt", Kn4 = "match_unary_pattern", lD2 = 321, Hn4 = "keyof_type", pD2 = "Invalid binary/octal ", kD = "range", py = 170, wa2 = "false", ky2 = 43798, mD2 = ", characters ", Wn3 = "object_type_property_getter", my = 65547, hy = 126467, dy = 65007, yy = 42237, _y = 8318, wy = 71215, Vn3 = "object_property_type", $n3 = "type_alias", gy = 67742, Qn3 = "function_body", hD = 304, by = 68111, Cp2 = 120745, Ty = 71959, Np2 = 43880, dD2 = "Match_failure", Zn4 = "type_cast", wo3 = 109, ga = "void", Ey = "generator", Sy = 125124, Ay = 101589, Op2 = 94179, yD2 = ">>>", jp2 = 70404, x7 = "optional_indexed_access_type", $1 = "argument", r7 = "object_property", e7 = "object_type_property", Iy = 67004, Py = 42783, Cy = 68850, _D = "@", Ny = 43741, Oy = 43487, Dp2 = "object", wD = "end", Rp2 = 126571, jy = 71956, gD = 208, Dy = 126566, Ry = 67702, bD = "EEXIST", t72 = "this_expression", TD = 203, Fy = 11507, My = 113807, Fp2 = 119893, Ly = 42735, p6 = "rest", n7 = "null_literal", k6 = "protected", qy = 43615, v22 = 8231, By = 68149, Uy = 73727, Xy = 72348, Gy = 92995, Sv = 224, Yy = 11686, zy = 43013, u7 = "assignment_pattern", Jy = 12329, i7 = "function_type", Y32 = 192, f7 = "jsx_element_name", Ky2 = 70018, ED2 = -57, c7 = "catch_clause_pattern", Mp2 = 126540, s7 = "template_literal", Hy = 120654, Wy = 68497, Vy = 67679, a7 = "readonly_type", $y = 68735, Qy = "<", Lp2 = ": No such file or directory", Zy = 66915, x9 = "chain", SD = "!", o7 = "object_type", r9 = 43712, qp2 = 64297, e9 = 183969, t92 = -105, n9 = 43503, u9 = 67591, Av = 65278, i9 = 67669, v7 = "for_of_assignment_pattern", m6 = "`", f9 = 11502, l7 = "catch_body", c9 = 42191, go3 = -744106340, s9 = 182, Iv = ":", AD = "a string", a9 = 65663, o9 = 66978, v9 = 71947, Bp2 = 43519, l9 = 71086, p9 = 125258, k9 = 12538, p7 = "expression_or_spread", ID = "Printexc.handle_uncaught_exception", Up2 = 69956, Xp2 = 120122, Gp2 = 247, PD = 231, m9 = " : flags Open_rdonly and Open_wronly are not compatible", k7 = "statement_fork_point", CD2 = 710, ND = -692038429, Ue5 = "static", h9 = 55203, d9 = 64324, y9 = 64111, OD = "!==", _9 = 120132, w9 = 124903, h6 = "class", jD = 222, m7 = "pattern_number_literal", ba2 = "kind", g9 = 71903, h7 = "variable_declarator", DD2 = " named `", d7 = "typeof_expression", b9 = 126627, T9 = 70084, RD = 228, Yp2 = 70480, y7 = "class_private_field", E9 = 239, zp2 = 120713, rn3 = 65535, z32 = -26, _7 = "private_name", S9 = 43137, w7 = "remote_identifier", A9 = 70161, g7 = "label_identifier", I9 = "src/parser/statement_parser.ml", P9 = 8335, C9 = 19903, N9 = 64310, Pv = "_", b7 = "for_init_declaration", FD2 = "infer", O9 = 64466, j9 = 43018, MD = "tokens", D9 = 92735, R9 = 66954, F9 = 65473, M9 = 70285, T7 = "sequence", L9 = "compare: functional value", q9 = 69890, d6 = 1000, B9 = 65487, U9 = 42653, LD = "\\\\", qD = "%=", E7 = "match_member_pattern_base", X9 = 72367, S7 = "function_rest_param", BD = "/static/", G9 = 124911, Y9 = 65276, Jp2 = 126558, z9 = 11498, UD = 137, A7 = "export_default_declaration_decl", J9 = "cases", Kp2 = 126602, I7 = "jsx_child", Xe6 = "continue", K9 = 42962, XD = "importKind", e1 = 122, J32 = "Literal", P7 = "pattern_object_property_identifier_key", H9 = 42508, bo3 = "in", W9 = 55238, V9 = 67071, $9 = 70831, Q9 = 72161, Z9 = 67462, GD = "<<=", x_ = 43009, r_ = 66383, Hp2 = 67827, e_ = 72202, t_ = 69839, n_ = 66775, YD = "-=", Cv = 8202, u_ = 70105, i_ = 120538, zD = -92, C7 = "for_in_left_declaration", f_ = "rendersType", Wp2 = 126563, c_ = 70708, Vp2 = 126523, JD2 = 166, N7 = "match_", KD = 202, s_ = 110951, Ta2 = "component", $p2 = 126552, a_ = 66977, o_ = 213, O7 = "enum_member_identifier", HD = 210, j7 = "enum_bigint_body", WD = ">=", v_ = 126495, l_ = "specifiers", p_ = "=", k_ = 65338, y6 = "members", m_ = 123535, h_ = 43702, d_ = 72767, Nv = "get", y_ = 126633, Qp2 = 126536, __ = 94098, w_ = "types", g_ = 113663, VD = "Internal Error: Found private field in object props", D7 = "jsx_element", b_ = 70366, T_ = 110959, Zp2 = 120655, $D = "trailingComments", QD = 282, To3 = 24029, ZD = -100, xR = 144, H22 = "yield", R7 = "binding_pattern", F7 = "typeof_identifier", rR = "ENOTEMPTY", xk = 126468, E_ = 1255, S_ = 120628, M7 = "pattern_object_property_string_literal_key", A_ = 8521, eR = "leadingComments", tR = 8204, Eo3 = "@ ", I_ = 70319, Ea2 = "left", nR = 188, rk = "case", P_ = 19967, ek = 42622, C_ = 43492, N_ = 113770, L7 = "match_instance_pattern_constructor", O_ = 42774, j_ = 183, tk = 8468, q72 = "record_body", B7 = "class_implements", nk = 126579, K32 = "string", uR = 211, r2 = -48, D_ = 69926, R_ = 123213, U7 = "if_consequent_statement", F_ = 124927, H32 = "number", M_ = 126546, L_ = 68119, q_ = 70726, uk = 70750, B_ = 65489, iR = "SpreadElement", fR = "callee", cR = 193, U_ = 70492, X_ = 71934, sR = 164, G_ = 110580, Y_ = 12320, ik = "any", se6 = "/", X72 = "type_guard", w1 = "body", fk = 178, ge6 = "pattern", aR = "comment_bounds", oR = 297, G7 = "binding_type_identifier", z_ = 187, Y7 = "pattern_array_rest_element_pattern", ck = "@])", J_ = 12543, K_ = 11623, vR = "start", H_ = 67871, ae4 = "interface", W_ = 8449, V_ = 67637, $_ = 42961, sk = 120085, Q_ = 126463, lR = "alternate", pR = -1053382366, Z_ = 70143, kR = "--", xw = 68031, z7 = "jsx_expression", J72 = "type_identifier_reference", ak = 11647, rw = "proto", St8 = "identifier", ew = 43696, At8 = "raw", tw = 126529, nw = 11564, ok = 126557, uw = 64911, vk = 67592, iw = 43493, lk = 215, fw = 110588, _6 = 461894857, cw = 92927, sw = 67861, aw = 119980, ow = 43042, mR = -89, vw = 66965, lw = 67391, W32 = "computed", hR = "unreachable jsxtext", pw = 71167, kw = 42559, mw = 72966, dR = 180, hw = 197, pk = 64319, yR = 169, _R = "*", kk = 129, dw = 66335, w6 = "meta", yw = 43388, mk = 94178, ft7 = "optional", hk = "unknown", _w = 120121, ww = 123180, dk = 8469, gw = 68220, wR = "|", bw = 43187, Tw = 94207, Ew = 124895, yk = 120513, Sw = 42527, Ov = 8286, Aw = 94177, g6 = "var", K7 = "component_type_param", Iw = 66421, gR = 285, Pw = 92991, Cw = 68415, H7 = "comment", W72 = "match_pattern_array_element", jv = 244, _k = "^", Nw = 173791, bR = 136, Ow = 42890, jw = "ENOTDIR", Dw = "??", Rw = 43711, Fw = 66303, Mw = 113800, Lw = 42239, qw = 12703, V7 = "variance_opt", $7 = "+", TR = ">>>=", ER = 147, SR = 376, wk = "mixed", Bw = 65613, Uw = 73029, AR = 318, Xw = 68191, IR = "*=", gk = 8487, Gw = 8477, Q7 = "toplevel_statement_list", bk = "never", Tk = "do", So3 = 125, Yw = 72249, PR = "Pervasives.do_at_exit", CR2 = "visit_trailing_comment", Z7 = "jsx_closing_element", xu2 = "jsx_namespaced_name", zw = 124908, Jw = 126651, ru2 = "component_declaration", Kw = 15, eu2 = "interface_type", tu2 = "function_type_return_annotation", Hw = 64109, Ek = 65595, Sk = 126560, Ww = 110927, Ak = 65598, Ik = 8488, nu2 = "`.", NR = 175, Pk = "package", Ck = "else", Nk = 120771, Vw = 68023, OR = "fd ", Dv = 8238, Ok = 888960333, jk = 119965, $w = 42655, uu2 = "match_object_pattern", Qw = 11710, Zw = 119993, iu2 = "boolean_literal", jR = 290, fu2 = "statement_list", cu2 = "function_param", su2 = "match_as_pattern", au2 = "pattern_object_property_bigint_literal_key", Dk = 69959, xg = 120485, DR = 240, rg = 191456, ou2 = "declare_enum", Rk = 120597, Fk = 70281, vu2 = "type_annotation", lu2 = "spread_element", Mk = 126544, eg = 120069, en4 = "key", tg = 43583, ng = "out", ug = `
|
|
52216
|
-
`, RR = "**=", pu2 = "pattern_object_property_pattern", ig = "e", fg = 72712, FR = "Internal Error: Found object private prop", cg = "ENOENT", sg = -42, ku2 = "jsx_opening_attribute", ag = 67646, mu2 = "component_type", og = 64296, vg = 43887, MR = "Division_by_zero", LR = "EnumDefaultedMember", hu2 = "typeof_member_identifier", lg = 43792, du2 = "match_member_pattern_property", yu2 = "declare_export_declaration_decl", pg = 93026, _u2 = "type_annotation_hint", kg = 42887, mg = 43881, hg = 43761, Lk = 8526, qR = 287, b6 = 119, dg = 43866, yg = 72847, _g = 8348, k1 = 101, wg = 94026, qk = 72272, BR = "src/parser/flow_lexer.ml", gg = 120744, Rv = 8191, V32 = "implies", Bk = 255, Uk = 11711, wu2 = "match_unary_pattern_argument", bg = 71235, UR = 288, Xk = 68116, cr5 = 100, gu2 = "match_expression", bu2 = "enum_body", Gk = 1114111, Tu2 = "assignment", Tg = 71955, Yk = 43260, Eu2 = "pattern_array_e", Eg = 126583, XR = "prefix", Su2 = "class_body", T6 = "shorthand", Sg = 171, Ag = 66256, zk = -97, GR = " =", Ig = 94032, Pg = 42606, Au2 = "match_case", Cg = 71839, Jk = 120134, Ng = 55291, Og = 92862, jg = 43019, Dg = 126543, $32 = "function", Rg = 111355, Fg = 11389, Mg = 70753, Lg = 43249, qg = 64829, Kk = "line", Iu2 = "function_declaration", Hk = "undefined", YR = "([^/]+)", Bg = 110947, Ug = 70002, zR = "Cygwin", Pu2 = "as_expression", Xg = 12591, Wk = 64285, Gg = 2048, Yg = 73112, Vk = 126589, JR = 225, $k = 43259, zg = 72817, Qk = 64318, KR = 172, HR = 209, Cu2 = "match_binding_pattern", Nu2 = " ", Ou2 = "import_source", E6 = "delete", WR = "Enum `", Zk = 126553, Jg = 67001, Fv = "default", Kg = 11630, Hg = 206, ju2 = "enum_bigint_member", Wg = 67504, x8 = 67593, Vg = 113791, VR = "MatchObjectPatternProperty", $g = 69572, Du2 = "typeof_type", $R = 212, QR = "%i", Ru2 = "function_this_param", Qg = 72329, Ao3 = "0x", Mv = 8239, Zg = 75075, ZR = 57343, Fu2 = "pattern_bigint_literal", xb = 12341, xF = 201, Lv = "hook", rF = ": closedir failed", rb = 42959, r8 = 119970, eb = 43560, eF = "||=", Mu2 = "member_private_name", tb = 120570, Lu2 = "object_key_identifier", e8 = 223, tF = "Not_found", qu2 = "record_static_property", nF = 230, Bu2 = "jsx_element_name_member_expression", Uu2 = "string_literal", nb = 120596, ub = 43807, ib = 69687, fb = 63743, t82 = 72192, Xu2 = "member_property", cb = 43262, Gu2 = "class_declaration", uF = "renders*", iF = "%Li", sb = 126578, Yu2 = "jsx_attribute", Q32 = 254, be6 = "empty", S6 = "label", zu2 = "object_internal_slot_property_type", n8 = 120133, ab = 43359, Ge6 = "predicate", fF = "??=", ob = 43697, vb = -43, Ju2 = "default_opt", cF = "the start of a statement", lb = 67826, Ku2 = "record_element", Hu2 = "object_", Wu2 = "class_element", u8 = 11631, i8 = 70855, Vu2 = "opaque_type", $u2 = "number_literal", sF = ", ", f8 = 8319, c8 = 120004, s8 = 133, Qu2 = "type_params", Zu2 = "pattern_object_rest_property", W22 = "import", pb = 72000, kb = 67413, mb = 12343, hb = 70080, xi6 = "intersection_type", l22 = -36, db = 70005, A6 = "properties", yb = 11679, _b = 8483, wb = 110587, aF = 43520, ri6 = "computed_key", oF = 207, ei6 = "class_identifier", gb = "Invalid number ", ti6 = "function_param_pattern", qv = 12288, bb = 113817, Tb = 70730, Eb = 178207, a8 = 71236, Sb = 167, ni6 = "object_indexer_property_type", Ab = 64286, vF = "TypeAnnotation", lF = 220, ui6 = "type_identifier", ii6 = "spread_property", fi6 = "jsx_attribute_value_expression", Ib = 126519, o8 = 70108, v8 = 126, l8 = 42999, Sa = "prototype", Pb = " : flags Open_text and Open_binary are not compatible", pF = "**", p8 = 43823, Cb = ": Not a directory", ci6 = "render_type", k8 = 72349, Z32 = "test", Nb = 43776, Ob = 92879, jb = 11263, kF = 241, Db = 93052, si6 = "nullable_type", Rb = 43704, Fb = 64321, mF = "Property", Mb = 72191, hF = 165, I6 = "instanceof", Lb = 69247, dF = 302, Ye4 = "name", m8 = 126634, qb = 8516, h8 = "typeArguments", Bb = 71127, ai6 = "jsx_spread_attribute", Ub = 66559, Xb = 44031, Gb = 43645, e2 = 8233, Yb = 71494, zb = "opaque", d8 = 72967, Jb = 70106, oi6 = "logical", yF = "@[%s =@ ", P6 = "0o", y8 = 126554, Kb = 71351, _8 = 8484, Hb = 72242, w8 = 120687, xl2 = 252, Wb = 183983, C6 = "%S", vi6 = "function_this_param_type", _F = 292, g8 = "decorators", Vb = 43255, li6 = "catch_clause", ze6 = "-", $b = 67711, wF = ": file descriptor already closed", b8 = 64311, pi6 = "record_declaration", T8 = 120539, Qb = "arguments", E8 = 73062, Zb = 173823, xT = 42124, rT = 72095, eT = 125259, tT = 42969, S8 = 70280, gF = 12520, nT = 69749, uT = 70066, ki6 = "binary", mi6 = "for_in_statement", iT = 43010, bF = "^=", fT = 126570, hi6 = "for_statement", A8 = 126584, di6 = "function_return_annotation", cT = 72144, sT = 8505, TF = -101, yi5 = "class_expression", aT = 120076, oT = 69807, vT = 40981, lT = -24976191, pT = 72768, kT = 126550, I8 = '"', _i6 = "call_type_arg", EF = "f", Bv = "this", P8 = 126628, SF = "===", AF = 56320, wi6 = "declare_module_exports", mT = 120512, p2 = 105, hT = 119974, dT = 71450, yT = 71942, IF = 195, C8 = 120629, PF = "/=", CF = ">>", gi6 = "declare_interface", NF = 4096, bi6 = "pattern_array_rest_element", _T = 71338, N8 = 126520, Ti6 = "as_const_expression", OF = "Popping lex mode from empty stack", jF = "renders?", wT = 68405, Ei6 = "member", Si6 = "class_extends", Uv = 12287, O8 = 126590, gT = 66377, DF = "fields", Io3 = "async", Ai6 = "pattern_array_element", rl2 = 240, RF = 308, bT = 69864, Xv = "readonly", TT = 70460, ET = 120779, ST = 66378, Ii6 = "new_", j8 = 126551, Pi6 = "pattern_object_rest_property_pattern", Ci6 = "for_statement_init", AT = 43595, D8 = 68296, FF = 148, MF = "\x01\x00\x00\x00\x00\x02", IT = 120712, PT = 64217, CT = 69295, LF2 = "||", NT = ";", OT = 70461, jT = 66939, DT = "record", qF = "collect_comments", BF = 279, Ni6 = "generic_type", RT = 68295, FT = 44002, R8 = 72162, Oi6 = "object_call_property_type", F8 = 8305, M8 = 119995, L8 = "with", ji6 = "class_property", UF = "qualification", Di6 = "jsx_attribute_name_namespaced", Ri6 = "if_statement", Fi6 = "typeof_qualified_identifier", XF = 238, MT = 65615, GF = 176, t24 = "expression", q8 = 126559, Mi5 = "jsx_attribute_value", Li6 = "<2>", qi6 = "component_param", B8 = "Map.bal", N62 = 132, LT = 70412, qT = 70440, YF = "<<", U8 = "finally", zF = "v", Bi6 = "syntax_opt", Ui6 = "meta_property", BT = 12447, UT = 67514, X8 = 12448, Xi6 = "object_mapped_type_property", Gv = "operator", JF = "closedir", Gi6 = "unary_expression", XT = 126588, GT = 70851, Yi6 = "export_batch_specifier", el2 = "renders", KF = 226, YT = 73111, HF = 221, rx = "", zT = 66927, JT = 64967, KT = "elements", HT = 67640, WT = 43754, zi6 = "declare_export_declaration", G8 = -26065557, VT = 65855, O6 = "boolean", Aa2 = "typeof", $T = 124902, WF = 139, QT = 65629, VF = 224, ZT = 43123, Y8 = 70449, xE = 12735, Te6 = 107, z8 = 11719, $F = "!=", Ji6 = "call_type_args", tl2 = "asserts", Po3 = -46, rE = "namespace", Ki6 = "match_pattern", Hi6 = "for_of_statement_lhs", J8 = 126504, eE = 69505, K8 = "for", tE = 72703, H8 = 120127, W8 = 43471, nE = 93047, QF = "Undefined_recursive_module", ZF = 2147483647, Wi6 = "template_literal_element", xM = "Unexpected ", uE = 101631, iE = 65497, V8 = 68120, Vi6 = "import_default_specifier", tn4 = "array", rM = "expressions", fE = 110930, eM = 204, $i6 = "while_", Qi6 = "function_rest_param_type", Co3 = 63, cE = 77808, tM = "Unexpected token `", k22 = 114, Zi6 = "pattern_object_p", sE = 65140, aE = 123190, xf2 = "pattern_object_property_number_literal_key", j6 = "enum", rf = "conditional_type", ef = 113, tf = "array_type", nM = "minus", oE = 43790, nf = "do_while", vE = 11567, lE = 11694, D6 = 256, pE = 119976, uf = "component_body", nn4 = 111, kE = 177976, $8 = 67644, mE = 73439, R62 = 951901561, uM = "?", iM = ")", Q8 = 43867, Z8 = 65575, hE = 69445, fM = "FunctionTypeParam", xm2 = 119996, dE = 65019, ff = "conditional", yE = 11505, cM = 135, _E = 71295, wE = 12799, gE = 67382, cf = "type_guard_annotation", sf = "object_key_computed", un4 = 123, af = "pattern_object_property_key", bE = 119892, TE = 67505, EE3 = 66962, of = "with_", SE = 43273, vf2 = "interface_declaration", rm2 = "bool", AE = 71945, IE = "declaration", PE = 11519, F6 = ">", CE = 66771, em2 = "}", sM = 8472, NE = 43014, lf = "declare_function", Gr4 = 127, OE = "RestElement", jE = 190, DE = 8467, aM = "module", tm2 = 126522, oM = "Sys_blocked_io", pf = "jsx_opening_element", kf2 = "object_key_number_literal", mf = "match_instance_pattern", vM = "|=", lM = "mixins", RE = 205, pM = 217, nm2 = "if", kM = "+=", hf = "match_object_pattern_property_key", df = "match_rest_pattern", yf = "export_named_declaration_specifier", um2 = "try", im2 = "_bigarr02", FE = 70479, fn5 = "right", ME = 245, LE = 11718, _f2 = "tuple_labeled_element", mM = "TypeParameterInstantiation", qE = "mkdir", BE = 71999, UE = 870530776, hM = "@[", dM = -908856609, yM = 331416730, XE = 11670, GE = 66735, YE = 43709, fm2 = 43642, zE = 67002, JE = 69375, wf = "function_body_any", KE = 119807, _M = "Assert_failure", gf = "function_identifier", HE = 65479, M62 = 131, Yv = "new", bf = "for_of_left_declaration", WE = 120084, VE = 100343, $E = 73030, cm2 = 70452, sm2 = 134, QE = 253, ZE = 42954, wM = 227, Tf = "jsx_member_expression_object", Ef = "class_property_value", xS = 120144, gM = 314, rS = 66994, nl2 = "set", eS = 126498, Sf = "tuple_element", Af = "arg_list", tS = 65481, nS = 8511, uS = 42964, iS = 11492, am2 = 126555, fS = 71039, cS = "exportKind", If2 = "program", sS = 70187, bM = 173, It7 = "as", zv = 124, TM = "visit_leading_comment", aS = 110575, Pf2 = "class_", oS = 72440, vS = 67897, EM = 235, lS = 8543, SM = 141, Cf2 = 120, Nf = "match_object_pattern_property", L6 = 1024, pS = 101640, AM = 1027, IM = 236, ul2 = 246, PM = "(", kS = 66511, Of = "regexp_literal", mS = 65574, hS = 43513, dS = 43695, CM = "&&", om2 = 11558, yS = 66503, _S = 93071, jf = "pattern_expression", wS = 65381, vm2 = 126538, gS = 12292, Df2 = "import_namespace_specifier", bS = 67583, TS = 120137, ES = 69622, SS = 120770, AS = 71131, Jv = 8287, IS = 110590, PS = 65135, CS = "Fatal error: exception ", q62 = 118, NS = 181, lm2 = 11687, m22 = "camlinternalFormat.ml", OS = 72959, jS = 249, Rf2 = "union_type", NM = 8206, DS = 73064, RS = 70271, FS = 92728, pm2 = 65344, km2 = 11695, Ff = "class_decorator", OM = "the end of an expression statement (`;`)", MS = 177983, LS = 8457, jM = 931, qS = 66499, BS = 94175, DM = "#", US = "Identifier", Mf2 = "for_in_statement_lhs", Lf = "pattern_string_literal", mm2 = 70302, hm2 = 126496, XS = 66461, GS = 82943, dm2 = 8450, YS = 72271, zS = 70853, JS = "of", RM = "Stack_overflow", B6 = "hasUnknownMembers", U62 = "a", qf = "variable_declarator_pattern", KS = 73061, HS = 77711, ym2 = 64317, WS = 73097, FM = 269, Bf = "enum_declaration", VS = 66966, $S = 189, QS = 119964, Uf = "type_param", cn4 = 782176664, _m2 = 65535, MM = -10, ZS = 64433, wm2 = 43815, gm2 = 94031, bm2 = 73065, xA = 69958, LM = 145, Tm2 = "property", Xf = "jsx_children", Gf = "member_property_identifier", rA = 42537, No3 = "const", eA = 70278, Yf = "enum_string_member", X62 = "local", zf = "jsx_element_name_identifier", tA = 68223, Em2 = "\x01\x02", nA = 119967, Sm2 = 119994, uA = 66993, Jf = "jsx_member_expression_identifier", Am2 = "explicitType", iA = 67589, fA = 65597, cA = "exported", sA = 94111, aA = 113775, Kf = "object_spread_property_type", oA = 64847, Hf = "component_identifier", Wf = "class_implements_interface", qM = 162, BM = 243, vA = 12783, UM = `Fatal error: exception %s
|
|
52217
|
-
`, Im2 = 120093, G6 = "column", Vf = "component_rest_param", XM = "methods", lA = 70451, pA = 70312, kA = 69967, Pm2 = 70279, mA = 66463, hA = 92975, Cm2 = 70286, $f2 = "pattern_object_property_computed_key", Qf = "object_key_string_literal", dA = "jsError", Zf = "type_args", yA = 8304, GM = "==", wr5 = 115, xc2 = "declare_component", _A = 120092, wA = 43638, gA = 66811, Ia2 = -87, bA = 43334, TA = 66863, EA = 77823, YM = 143, rc2 = "optional_call", SA = 126562, Nm2 = 70162, ec2 = 104, zM = "static ", AA = 66963, Kv = "await", Om2 = 70107, V22 = "0", IA = 72250, PA = 8507, CA = 100351, jm2 = "AssignmentPattern", tc2 = "type", JM = "%u", NA = "NonNullExpression", nc2 = "function_expression_or_method", OA = 43470, KM = 146, HM = 242, WM = "camlinternalMod.ml", uc2 = "match_or_pattern", jA = 72750, DA = 69414, RA = 65370, ic2 = "syntax", VM = 32752, FA = 42963, $M = "End_of_file", MA = 12294, LA = 8471, QM = "elementType", qA = 43782, ZM = "++", BA = 43641, UA = 71944, fc2 = "record_property", XA = 126601, GA = 78894, xL = -45, Hv = "null", rL = 177, eL = "satisfies", YA = 131071, cc2 = "import_specifier", sc2 = "class_method", ac2 = "type_", zA = 126514, JA = 8454, tL = "inexact", KA = 67807, HA = 8525, WA = 65470, VA = 71352, oc2 = "tuple_spread_element", nL = 219, $A = "abstract", QA = 73458, Je7 = "return", Y6 = 65536, Dm2 = 126548, vc2 = "array_element", ZA = -253313196, xI = 186, Rm2 = "catch", lc2 = "infer_type", rI = 12295, uL = "Invalid legacy octal ", eI = 69762, tI = 43311, nI = 65437, pc2 = "variable_declaration", iL = -696510241, kc2 = "function_params", uI = 64316, fL = 311, Fm2 = 11565, cL = "infinity", iI = "@]", fI = 65908, mc2 = "extends", cI = 66204, sI = 43784, aI = 11742, Mm2 = 126503, Ke7 = "debugger", oI = 70457, z62 = 912068366, vI = 68786, Lm2 = "keyof", qm2 = 69415, lI = 12686, sn4 = 127343600, hc2 = "declare_type_alias", sL = "the", aL = 233, dc2 = "jsx_element_name_namespaced", pI = 72283, kI = 161, yc2 = "class_static_block", _c2 = "function_param_type", Pt7 = 128, mI = -673950933, Bm2 = 126591, oL = "Sys_error", hI = 74649, dI = 74862, J62 = "is", yI = 43738, _I = 68479, vL = 196, Um2 = 70854, wc2 = "enum_boolean_member", Xm2 = 72163, wI = 92783, lL = 281, gc2 = "component_param_name", gI = 68863, an4 = 32768, pL = 2048, bI = 64284, kL = "@{", TI = "\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01", Gm2 = 8455, bc2 = "update_expression", mL = 276, EI = 65500, K62 = "from", SI = 68447, Ym2 = 12592, AI = 92766, hL = ">>=", n22 = 110, II = 66431, PI = 43586, Tc2 = "jsx_identifier", CI = " : file already exists", R1 = 128, NI = 71958, OI = 66717, Ec2 = "enum_boolean_body", jI = 64262, Yr5 = "id", Sc2 = "component_renders_annotation", DI = 42888, RI = 8584, FI = 73008, Ac2 = "enum_symbol_body", Ic2 = "declare_namespace", zm2 = 72713, MI = 55215, Pc2 = "object_property_value_type", Cc2 = "match_wildcard_pattern", Nc2 = "for_in_assignment_pattern", Jm2 = 8485, LI = 43395, qI = 229, Pa2 = "true", BI = 43743, Oc2 = "enum_number_member", dL = 234, UI = 72969, yL = "expected *", Ee6 = 102, _L = 200, H62 = "symbol", Wv = "source", jc2 = "tparam_const_modifier", XI = 43714, Dc2 = "jsx_fragment", Rc2 = "jsx_attribute_name_identifier", W62 = "public", GI = 43442, Fc2 = "pattern_object_property", YI = 65786, zI = 70783, JI = 43713, KI = 72160, wL = "*-/", Mc2 = "export_named_specifier", Lc2 = "arrow_function", HI = 122623, Km2 = 70006, gL = "${", WI = 43814, qc2 = "generic_qualified_identifier_type", VI = 199, Bc2 = "jsx_spread_child", Hm2 = 8489, Wm2 = 184, bL = 2047, $I = 66955, Uc2 = "try_catch", QI = 70497, TL = 313, EL = 237, ZI = 67431, xP = 125183, SL = -602162310, on8 = "params", rP = "consequent", eP = 68029, tP = 67829, nP = 68095, Xc2 = "enum_string_body", uP = 93823, iP = 68351, fP = 65495, Gc2 = "declare_module", Yc2 = "match_as_pattern_target", zc2 = "body_expression", cP = 66175, sP = 191, Vm2 = 70441, $m2 = 65141, Qm2 = "&", Jc2 = "super_expression", Zm2 = 126564, aP = 72105, LI0 = "fs", He6 = "throw", oP = 68287, vP = 67839, Ca2 = 116, lP = 110882, pP = 69404, kP = 123197, Vv = 65279, il3 = "src/parser/type_parser.ml", mP = 68115, xh = 126547, rh = 126556, hP = 73055, Kc2 = "member_property_expression", Hc2 = "enum_defaulted_member", dP = 43071, yP = 11726, Wc2 = "component_type_rest_param", _P = 68607, Vc2 = "object_key", AL = 160, $22 = "variance", wP = 70655, gP = 70414, fl2 = "super", bP = 123583, TP = 65594, V6 = "method", EP = 73648, $6 = 121, SP = 93951, $c2 = "pattern_array_element_pattern", AP = 43764, IP = 42993, eh = 120145, PP = 74879, IL = 168, th = 8486, CP = 72001, Qc2 = "tagged_template", Zc2 = "module_ref_literal", NP = 65312, Oo2 = "implements", OP = 43700, jP = 120003, PL = "Invalid_argument", xs6 = 16777215, DP = 83526, nh = 69744, uh = 12336, rs5 = "switch_case", CL = -61, es5 = "optional_member", RP = 64274, ih = 64322, fh = 126530, FP = 71998, ch = 72970, MP = 13311, LP = 73647, qP = 120074, cl2 = "let", NL = "global", ts5 = "expression_statement", ns5 = "component_type_params", BP = 512, UP = 69634, XP = 67461, GP = 123627, YP = 64913, OL = "children", jL = "PropertyDefinition", DL = 1026, RL = "%li", us5 = "declare_class", zP = 43258, is5 = "indexed_access_type", JP = 124926, h22 = 112, KP = "b", fs24 = "predicate_expression", cs5 = "if_alternate_statement", Q62 = "private", FL = -594953737, ML = 140, HP = "nan", WP = 72103, sh = 11735, ss5 = "statement", VP = "rmdir", ah = 66512, $P = "match", QP = 198, ZP = 11734, as5 = "import_named_specifier", xC = 69599, rC = 68799, eC = 194559, os7 = "match_array_pattern", LL = 174, vs6 = "function_", ls5 = "bigint_literal", t1 = 248, oh = 67638, vh = 126539, tC = 11557, qL = 214, nC = 5760, We7 = "break", vn3 = "block", ps5 = "match_member_pattern", uC = 123565, iC = 66815, m1 = "value", BL = 1039100673, fC = 69746, cC = 70448, sC = 74751, ks5 = "init", aC = 69551, lh = 65548, ms5 = "jsx_member_expression", ph = 68096, d22 = 108, kh = 126521, oC = 71487, hs5 = "match_statement", vC = 178205, lC = 12548, UL = " : is a directory", ln4 = ".", pC = 12348, sl3 = -835925911, B22 = "typeParameters", kC = 66855, Y1 = "typeAnnotation", $v = "bigint", ds5 = "jsx_attribute_value_literal", mh = 194, XL = "T_JSX_TEXT", mC = 68466, hh = 126537, GL = 67714067, hC = 69487, dh = "export", dC = 43822, yh = 126499, yC = 55242, ys5 = "member_type_identifier", YL = 138, _C = 71679, Qv = 130, wC = 12438, gC = 119969, zL = 298, _h = 12539, bC = 119972, JL = ",", TC = 71423, EC = "index out of bounds", Ct8 = 106, al2 = "%d", KL = "T_RENDERS_QUESTION", wh = 120571, gh = "returnType", SC = 69423, bh = 120070, HL = "%", Z62 = 117, AC = 179, IC = "EBADF", PC = 93759, Th = 64325, _s5 = "component_params", CC = 66517, NC = 67423, OC = 605857695, jC = 43518, WL = 251, ws5 = "for_of_statement", DC = 71983, VL = "~", RC = 12442,
|
|
52216
|
+
`, RR = "**=", pu2 = "pattern_object_property_pattern", ig = "e", fg = 72712, FR = "Internal Error: Found object private prop", cg = "ENOENT", sg = -42, ku2 = "jsx_opening_attribute", ag = 67646, mu2 = "component_type", og = 64296, vg = 43887, MR = "Division_by_zero", LR = "EnumDefaultedMember", hu2 = "typeof_member_identifier", lg = 43792, du2 = "match_member_pattern_property", yu2 = "declare_export_declaration_decl", pg = 93026, _u2 = "type_annotation_hint", kg = 42887, mg = 43881, hg = 43761, Lk = 8526, qR = 287, b6 = 119, dg = 43866, yg = 72847, _g = 8348, k1 = 101, wg = 94026, qk = 72272, BR = "src/parser/flow_lexer.ml", gg = 120744, Rv = 8191, V32 = "implies", Bk = 255, Uk = 11711, wu2 = "match_unary_pattern_argument", bg = 71235, UR = 288, Xk = 68116, cr5 = 100, gu2 = "match_expression", bu2 = "enum_body", Gk = 1114111, Tu2 = "assignment", Tg = 71955, Yk = 43260, Eu2 = "pattern_array_e", Eg = 126583, XR = "prefix", Su2 = "class_body", T6 = "shorthand", Sg = 171, Ag = 66256, zk = -97, GR = " =", Ig = 94032, Pg = 42606, Au2 = "match_case", Cg = 71839, Jk = 120134, Ng = 55291, Og = 92862, jg = 43019, Dg = 126543, $32 = "function", Rg = 111355, Fg = 11389, Mg = 70753, Lg = 43249, qg = 64829, Kk = "line", Iu2 = "function_declaration", Hk = "undefined", YR = "([^/]+)", Bg = 110947, Ug = 70002, zR = "Cygwin", Pu2 = "as_expression", Xg = 12591, Wk = 64285, Gg = 2048, Yg = 73112, Vk = 126589, JR = 225, $k = 43259, zg = 72817, Qk = 64318, KR = 172, HR = 209, Cu2 = "match_binding_pattern", Nu2 = " ", Ou2 = "import_source", E6 = "delete", WR = "Enum `", Zk = 126553, Jg = 67001, Fv = "default", Kg = 11630, Hg = 206, ju2 = "enum_bigint_member", Wg = 67504, x8 = 67593, Vg = 113791, VR = "MatchObjectPatternProperty", $g = 69572, Du2 = "typeof_type", $R = 212, QR = "%i", Ru2 = "function_this_param", Qg = 72329, Ao3 = "0x", Mv = 8239, Zg = 75075, ZR = 57343, Fu2 = "pattern_bigint_literal", xb = 12341, xF = 201, Lv = "hook", rF = ": closedir failed", rb = 42959, r8 = 119970, eb = 43560, eF = "||=", Mu2 = "member_private_name", tb = 120570, Lu2 = "object_key_identifier", e8 = 223, tF = "Not_found", qu2 = "record_static_property", nF = 230, Bu2 = "jsx_element_name_member_expression", Uu2 = "string_literal", nb = 120596, ub = 43807, ib = 69687, fb = 63743, t82 = 72192, Xu2 = "member_property", cb = 43262, Gu2 = "class_declaration", uF = "renders*", iF = "%Li", sb = 126578, Yu2 = "jsx_attribute", Q32 = 254, be6 = "empty", S6 = "label", zu2 = "object_internal_slot_property_type", n8 = 120133, ab = 43359, Ge7 = "predicate", fF = "??=", ob = 43697, vb = -43, Ju2 = "default_opt", cF = "the start of a statement", lb = 67826, Ku2 = "record_element", Hu2 = "object_", Wu2 = "class_element", u8 = 11631, i8 = 70855, Vu2 = "opaque_type", $u2 = "number_literal", sF = ", ", f8 = 8319, c8 = 120004, s8 = 133, Qu2 = "type_params", Zu2 = "pattern_object_rest_property", W22 = "import", pb = 72000, kb = 67413, mb = 12343, hb = 70080, xi6 = "intersection_type", l22 = -36, db = 70005, A6 = "properties", yb = 11679, _b = 8483, wb = 110587, aF = 43520, ri6 = "computed_key", oF = 207, ei6 = "class_identifier", gb = "Invalid number ", ti6 = "function_param_pattern", qv = 12288, bb = 113817, Tb = 70730, Eb = 178207, a8 = 71236, Sb = 167, ni6 = "object_indexer_property_type", Ab = 64286, vF = "TypeAnnotation", lF = 220, ui6 = "type_identifier", ii6 = "spread_property", fi6 = "jsx_attribute_value_expression", Ib = 126519, o8 = 70108, v8 = 126, l8 = 42999, Sa = "prototype", Pb = " : flags Open_text and Open_binary are not compatible", pF = "**", p8 = 43823, Cb = ": Not a directory", ci6 = "render_type", k8 = 72349, Z32 = "test", Nb = 43776, Ob = 92879, jb = 11263, kF = 241, Db = 93052, si6 = "nullable_type", Rb = 43704, Fb = 64321, mF = "Property", Mb = 72191, hF = 165, I6 = "instanceof", Lb = 69247, dF = 302, Ye4 = "name", m8 = 126634, qb = 8516, h8 = "typeArguments", Bb = 71127, ai6 = "jsx_spread_attribute", Ub = 66559, Xb = 44031, Gb = 43645, e2 = 8233, Yb = 71494, zb = "opaque", d8 = 72967, Jb = 70106, oi6 = "logical", yF = "@[%s =@ ", P6 = "0o", y8 = 126554, Kb = 71351, _8 = 8484, Hb = 72242, w8 = 120687, xl2 = 252, Wb = 183983, C6 = "%S", vi6 = "function_this_param_type", _F = 292, g8 = "decorators", Vb = 43255, li6 = "catch_clause", ze6 = "-", $b = 67711, wF = ": file descriptor already closed", b8 = 64311, pi6 = "record_declaration", T8 = 120539, Qb = "arguments", E8 = 73062, Zb = 173823, xT = 42124, rT = 72095, eT = 125259, tT = 42969, S8 = 70280, gF = 12520, nT = 69749, uT = 70066, ki6 = "binary", mi6 = "for_in_statement", iT = 43010, bF = "^=", fT = 126570, hi6 = "for_statement", A8 = 126584, di6 = "function_return_annotation", cT = 72144, sT = 8505, TF = -101, yi5 = "class_expression", aT = 120076, oT = 69807, vT = 40981, lT = -24976191, pT = 72768, kT = 126550, I8 = '"', _i6 = "call_type_arg", EF = "f", Bv = "this", P8 = 126628, SF = "===", AF = 56320, wi6 = "declare_module_exports", mT = 120512, p2 = 105, hT = 119974, dT = 71450, yT = 71942, IF = 195, C8 = 120629, PF = "/=", CF = ">>", gi6 = "declare_interface", NF = 4096, bi6 = "pattern_array_rest_element", _T = 71338, N8 = 126520, Ti6 = "as_const_expression", OF = "Popping lex mode from empty stack", jF = "renders?", wT = 68405, Ei6 = "member", Si6 = "class_extends", Uv = 12287, O8 = 126590, gT = 66377, DF = "fields", Io3 = "async", Ai6 = "pattern_array_element", rl2 = 240, RF = 308, bT = 69864, Xv = "readonly", TT = 70460, ET = 120779, ST = 66378, Ii6 = "new_", j8 = 126551, Pi6 = "pattern_object_rest_property_pattern", Ci6 = "for_statement_init", AT = 43595, D8 = 68296, FF = 148, MF = "\x01\x00\x00\x00\x00\x02", IT = 120712, PT = 64217, CT = 69295, LF2 = "||", NT = ";", OT = 70461, jT = 66939, DT = "record", qF = "collect_comments", BF = 279, Ni6 = "generic_type", RT = 68295, FT = 44002, R8 = 72162, Oi6 = "object_call_property_type", F8 = 8305, M8 = 119995, L8 = "with", ji6 = "class_property", UF = "qualification", Di6 = "jsx_attribute_name_namespaced", Ri6 = "if_statement", Fi6 = "typeof_qualified_identifier", XF = 238, MT = 65615, GF = 176, t24 = "expression", q8 = 126559, Mi5 = "jsx_attribute_value", Li6 = "<2>", qi6 = "component_param", B8 = "Map.bal", N62 = 132, LT = 70412, qT = 70440, YF = "<<", U8 = "finally", zF = "v", Bi6 = "syntax_opt", Ui6 = "meta_property", BT = 12447, UT = 67514, X8 = 12448, Xi6 = "object_mapped_type_property", Gv = "operator", JF = "closedir", Gi6 = "unary_expression", XT = 126588, GT = 70851, Yi6 = "export_batch_specifier", el2 = "renders", KF = 226, YT = 73111, HF = 221, rx = "", zT = 66927, JT = 64967, KT = "elements", HT = 67640, WT = 43754, zi6 = "declare_export_declaration", G8 = -26065557, VT = 65855, O6 = "boolean", Aa2 = "typeof", $T = 124902, WF = 139, QT = 65629, VF = 224, ZT = 43123, Y8 = 70449, xE = 12735, Te6 = 107, z8 = 11719, $F = "!=", Ji6 = "call_type_args", tl2 = "asserts", Po3 = -46, rE = "namespace", Ki6 = "match_pattern", Hi6 = "for_of_statement_lhs", J8 = 126504, eE = 69505, K8 = "for", tE = 72703, H8 = 120127, W8 = 43471, nE = 93047, QF = "Undefined_recursive_module", ZF = 2147483647, Wi6 = "template_literal_element", xM = "Unexpected ", uE = 101631, iE = 65497, V8 = 68120, Vi6 = "import_default_specifier", tn4 = "array", rM = "expressions", fE = 110930, eM = 204, $i6 = "while_", Qi6 = "function_rest_param_type", Co3 = 63, cE = 77808, tM = "Unexpected token `", k22 = 114, Zi6 = "pattern_object_p", sE = 65140, aE = 123190, xf2 = "pattern_object_property_number_literal_key", j6 = "enum", rf = "conditional_type", ef = 113, tf = "array_type", nM = "minus", oE = 43790, nf = "do_while", vE = 11567, lE = 11694, D6 = 256, pE = 119976, uf = "component_body", nn4 = 111, kE = 177976, $8 = 67644, mE = 73439, R62 = 951901561, uM = "?", iM = ")", Q8 = 43867, Z8 = 65575, hE = 69445, fM = "FunctionTypeParam", xm2 = 119996, dE = 65019, ff = "conditional", yE = 11505, cM = 135, _E = 71295, wE = 12799, gE = 67382, cf = "type_guard_annotation", sf = "object_key_computed", un4 = 123, af = "pattern_object_property_key", bE = 119892, TE = 67505, EE3 = 66962, of = "with_", SE = 43273, vf2 = "interface_declaration", rm2 = "bool", AE = 71945, IE = "declaration", PE = 11519, F6 = ">", CE = 66771, em2 = "}", sM = 8472, NE = 43014, lf = "declare_function", Gr4 = 127, OE = "RestElement", jE = 190, DE = 8467, aM = "module", tm2 = 126522, oM = "Sys_blocked_io", pf = "jsx_opening_element", kf2 = "object_key_number_literal", mf = "match_instance_pattern", vM = "|=", lM = "mixins", RE = 205, pM = 217, nm2 = "if", kM = "+=", hf = "match_object_pattern_property_key", df = "match_rest_pattern", yf = "export_named_declaration_specifier", um2 = "try", im2 = "_bigarr02", FE = 70479, fn5 = "right", ME = 245, LE = 11718, _f2 = "tuple_labeled_element", mM = "TypeParameterInstantiation", qE = "mkdir", BE = 71999, UE = 870530776, hM = "@[", dM = -908856609, yM = 331416730, XE = 11670, GE = 66735, YE = 43709, fm2 = 43642, zE = 67002, JE = 69375, wf = "function_body_any", KE = 119807, _M = "Assert_failure", gf = "function_identifier", HE = 65479, M62 = 131, Yv = "new", bf = "for_of_left_declaration", WE = 120084, VE = 100343, $E = 73030, cm2 = 70452, sm2 = 134, QE = 253, ZE = 42954, wM = 227, Tf = "jsx_member_expression_object", Ef = "class_property_value", xS = 120144, gM = 314, rS = 66994, nl2 = "set", eS = 126498, Sf = "tuple_element", Af = "arg_list", tS = 65481, nS = 8511, uS = 42964, iS = 11492, am2 = 126555, fS = 71039, cS = "exportKind", If2 = "program", sS = 70187, bM = 173, It7 = "as", zv = 124, TM = "visit_leading_comment", aS = 110575, Pf2 = "class_", oS = 72440, vS = 67897, EM = 235, lS = 8543, SM = 141, Cf2 = 120, Nf = "match_object_pattern_property", L6 = 1024, pS = 101640, AM = 1027, IM = 236, ul2 = 246, PM = "(", kS = 66511, Of = "regexp_literal", mS = 65574, hS = 43513, dS = 43695, CM = "&&", om2 = 11558, yS = 66503, _S = 93071, jf = "pattern_expression", wS = 65381, vm2 = 126538, gS = 12292, Df2 = "import_namespace_specifier", bS = 67583, TS = 120137, ES = 69622, SS = 120770, AS = 71131, Jv = 8287, IS = 110590, PS = 65135, CS = "Fatal error: exception ", q62 = 118, NS = 181, lm2 = 11687, m22 = "camlinternalFormat.ml", OS = 72959, jS = 249, Rf2 = "union_type", NM = 8206, DS = 73064, RS = 70271, FS = 92728, pm2 = 65344, km2 = 11695, Ff = "class_decorator", OM = "the end of an expression statement (`;`)", MS = 177983, LS = 8457, jM = 931, qS = 66499, BS = 94175, DM = "#", US = "Identifier", Mf2 = "for_in_statement_lhs", Lf = "pattern_string_literal", mm2 = 70302, hm2 = 126496, XS = 66461, GS = 82943, dm2 = 8450, YS = 72271, zS = 70853, JS = "of", RM = "Stack_overflow", B6 = "hasUnknownMembers", U62 = "a", qf = "variable_declarator_pattern", KS = 73061, HS = 77711, ym2 = 64317, WS = 73097, FM = 269, Bf = "enum_declaration", VS = 66966, $S = 189, QS = 119964, Uf = "type_param", cn4 = 782176664, _m2 = 65535, MM = -10, ZS = 64433, wm2 = 43815, gm2 = 94031, bm2 = 73065, xA = 69958, LM = 145, Tm2 = "property", Xf = "jsx_children", Gf = "member_property_identifier", rA = 42537, No3 = "const", eA = 70278, Yf = "enum_string_member", X62 = "local", zf = "jsx_element_name_identifier", tA = 68223, Em2 = "\x01\x02", nA = 119967, Sm2 = 119994, uA = 66993, Jf = "jsx_member_expression_identifier", Am2 = "explicitType", iA = 67589, fA = 65597, cA = "exported", sA = 94111, aA = 113775, Kf = "object_spread_property_type", oA = 64847, Hf = "component_identifier", Wf = "class_implements_interface", qM = 162, BM = 243, vA = 12783, UM = `Fatal error: exception %s
|
|
52217
|
+
`, Im2 = 120093, G6 = "column", Vf = "component_rest_param", XM = "methods", lA = 70451, pA = 70312, kA = 69967, Pm2 = 70279, mA = 66463, hA = 92975, Cm2 = 70286, $f2 = "pattern_object_property_computed_key", Qf = "object_key_string_literal", dA = "jsError", Zf = "type_args", yA = 8304, GM = "==", wr5 = 115, xc2 = "declare_component", _A = 120092, wA = 43638, gA = 66811, Ia2 = -87, bA = 43334, TA = 66863, EA = 77823, YM = 143, rc2 = "optional_call", SA = 126562, Nm2 = 70162, ec2 = 104, zM = "static ", AA = 66963, Kv = "await", Om2 = 70107, V22 = "0", IA = 72250, PA = 8507, CA = 100351, jm2 = "AssignmentPattern", tc2 = "type", JM = "%u", NA = "NonNullExpression", nc2 = "function_expression_or_method", OA = 43470, KM = 146, HM = 242, WM = "camlinternalMod.ml", uc2 = "match_or_pattern", jA = 72750, DA = 69414, RA = 65370, ic2 = "syntax", VM = 32752, FA = 42963, $M = "End_of_file", MA = 12294, LA = 8471, QM = "elementType", qA = 43782, ZM = "++", BA = 43641, UA = 71944, fc2 = "record_property", XA = 126601, GA = 78894, xL = -45, Hv = "null", rL = 177, eL = "satisfies", YA = 131071, cc2 = "import_specifier", sc2 = "class_method", ac2 = "type_", zA = 126514, JA = 8454, tL = "inexact", KA = 67807, HA = 8525, WA = 65470, VA = 71352, oc2 = "tuple_spread_element", nL = 219, $A = "abstract", QA = 73458, Je7 = "return", Y6 = 65536, Dm2 = 126548, vc2 = "array_element", ZA = -253313196, xI = 186, Rm2 = "catch", lc2 = "infer_type", rI = 12295, uL = "Invalid legacy octal ", eI = 69762, tI = 43311, nI = 65437, pc2 = "variable_declaration", iL = -696510241, kc2 = "function_params", uI = 64316, fL = 311, Fm2 = 11565, cL = "infinity", iI = "@]", fI = 65908, mc2 = "extends", cI = 66204, sI = 43784, aI = 11742, Mm2 = 126503, Ke7 = "debugger", oI = 70457, z62 = 912068366, vI = 68786, Lm2 = "keyof", qm2 = 69415, lI = 12686, sn4 = 127343600, hc2 = "declare_type_alias", sL = "the", aL = 233, dc2 = "jsx_element_name_namespaced", pI = 72283, kI = 161, yc2 = "class_static_block", _c2 = "function_param_type", Pt7 = 128, mI = -673950933, Bm2 = 126591, oL = "Sys_error", hI = 74649, dI = 74862, J62 = "is", yI = 43738, _I = 68479, vL = 196, Um2 = 70854, wc2 = "enum_boolean_member", Xm2 = 72163, wI = 92783, lL = 281, gc2 = "component_param_name", gI = 68863, an4 = 32768, pL = 2048, bI = 64284, kL = "@{", TI = "\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01", Gm2 = 8455, bc2 = "update_expression", mL = 276, EI = 65500, K62 = "from", SI = 68447, Ym2 = 12592, AI = 92766, hL = ">>=", n22 = 110, II = 66431, PI = 43586, Tc2 = "jsx_identifier", CI = " : file already exists", R1 = 128, NI = 71958, OI = 66717, Ec2 = "enum_boolean_body", jI = 64262, Yr5 = "id", Sc2 = "component_renders_annotation", DI = 42888, RI = 8584, FI = 73008, Ac2 = "enum_symbol_body", Ic2 = "declare_namespace", zm2 = 72713, MI = 55215, Pc2 = "object_property_value_type", Cc2 = "match_wildcard_pattern", Nc2 = "for_in_assignment_pattern", Jm2 = 8485, LI = 43395, qI = 229, Pa2 = "true", BI = 43743, Oc2 = "enum_number_member", dL = 234, UI = 72969, yL = "expected *", Ee6 = 102, _L = 200, H62 = "symbol", Wv = "source", jc2 = "tparam_const_modifier", XI = 43714, Dc2 = "jsx_fragment", Rc2 = "jsx_attribute_name_identifier", W62 = "public", GI = 43442, Fc2 = "pattern_object_property", YI = 65786, zI = 70783, JI = 43713, KI = 72160, wL = "*-/", Mc2 = "export_named_specifier", Lc2 = "arrow_function", HI = 122623, Km2 = 70006, gL = "${", WI = 43814, qc2 = "generic_qualified_identifier_type", VI = 199, Bc2 = "jsx_spread_child", Hm2 = 8489, Wm2 = 184, bL = 2047, $I = 66955, Uc2 = "try_catch", QI = 70497, TL = 313, EL = 237, ZI = 67431, xP = 125183, SL = -602162310, on8 = "params", rP = "consequent", eP = 68029, tP = 67829, nP = 68095, Xc2 = "enum_string_body", uP = 93823, iP = 68351, fP = 65495, Gc2 = "declare_module", Yc2 = "match_as_pattern_target", zc2 = "body_expression", cP = 66175, sP = 191, Vm2 = 70441, $m2 = 65141, Qm2 = "&", Jc2 = "super_expression", Zm2 = 126564, aP = 72105, LI0 = "fs", He6 = "throw", oP = 68287, vP = 67839, Ca2 = 116, lP = 110882, pP = 69404, kP = 123197, Vv = 65279, il3 = "src/parser/type_parser.ml", mP = 68115, xh = 126547, rh = 126556, hP = 73055, Kc2 = "member_property_expression", Hc2 = "enum_defaulted_member", dP = 43071, yP = 11726, Wc2 = "component_type_rest_param", _P = 68607, Vc2 = "object_key", AL = 160, $22 = "variance", wP = 70655, gP = 70414, fl2 = "super", bP = 123583, TP = 65594, V6 = "method", EP = 73648, $6 = 121, SP = 93951, $c2 = "pattern_array_element_pattern", AP = 43764, IP = 42993, eh = 120145, PP = 74879, IL = 168, th = 8486, CP = 72001, Qc2 = "tagged_template", Zc2 = "module_ref_literal", NP = 65312, Oo2 = "implements", OP = 43700, jP = 120003, PL = "Invalid_argument", xs6 = 16777215, DP = 83526, nh = 69744, uh = 12336, rs5 = "switch_case", CL = -61, es5 = "optional_member", RP = 64274, ih = 64322, fh = 126530, FP = 71998, ch = 72970, MP = 13311, LP = 73647, qP = 120074, cl2 = "let", NL = "global", ts5 = "expression_statement", ns5 = "component_type_params", BP = 512, UP = 69634, XP = 67461, GP = 123627, YP = 64913, OL = "children", jL = "PropertyDefinition", DL = 1026, RL = "%li", us5 = "declare_class", zP = 43258, is5 = "indexed_access_type", JP = 124926, h22 = 112, KP = "b", fs24 = "predicate_expression", cs5 = "if_alternate_statement", Q62 = "private", FL = -594953737, ML = 140, HP = "nan", WP = 72103, sh = 11735, ss5 = "statement", VP = "rmdir", ah = 66512, $P = "match", QP = 198, ZP = 11734, as5 = "import_named_specifier", xC = 69599, rC = 68799, eC = 194559, os7 = "match_array_pattern", LL = 174, vs6 = "function_", ls5 = "bigint_literal", t1 = 248, oh = 67638, vh = 126539, tC = 11557, qL = 214, nC = 5760, We7 = "break", vn3 = "block", ps5 = "match_member_pattern", uC = 123565, iC = 66815, m1 = "value", BL = 1039100673, fC = 69746, cC = 70448, sC = 74751, ks5 = "init", aC = 69551, lh = 65548, ms5 = "jsx_member_expression", ph = 68096, d22 = 108, kh = 126521, oC = 71487, hs5 = "match_statement", vC = 178205, lC = 12548, UL = " : is a directory", ln4 = ".", pC = 12348, sl3 = -835925911, B22 = "typeParameters", kC = 66855, Y1 = "typeAnnotation", $v = "bigint", ds5 = "jsx_attribute_value_literal", mh = 194, XL = "T_JSX_TEXT", mC = 68466, hh = 126537, GL = 67714067, hC = 69487, dh = "export", dC = 43822, yh = 126499, yC = 55242, ys5 = "member_type_identifier", YL = 138, _C = 71679, Qv = 130, wC = 12438, gC = 119969, zL = 298, _h = 12539, bC = 119972, JL = ",", TC = 71423, EC = "index out of bounds", Ct8 = 106, al2 = "%d", KL = "T_RENDERS_QUESTION", wh = 120571, gh = "returnType", SC = 69423, bh = 120070, HL = "%", Z62 = 117, AC = 179, IC = "EBADF", PC = 93759, Th = 64325, _s5 = "component_params", CC = 66517, NC = 67423, OC = 605857695, jC = 43518, WL = 251, ws5 = "for_of_statement", DC = 71983, VL = "~", RC = 12442, Ve7 = "switch", FC = 66207, Eh = 126535, $L = "&&=", MC = 69289, LC = 71723, gs5 = "generic_identifier_type", qC = 126619, bs5 = "object_type_property_setter", BC = 70418, QL = "<=", UC = 125251, XC = 11702, Ts4 = "enum_number_body", ol3 = 250, GC = 124910, YC = 69297, zC = 67455, JC = 42511, Es4 = "ts_satisfies", ZL = 268, KC = 68324, Sh = "an identifier", HC = 126534, Ss4 = 103, WC = 120126, jo2 = 449540197, x42 = "declare", VC = 68899, $C = 126502, As5 = "function_expression", xq = 142, QC = 123135, ZC = 67967, xN = 120487, rN = 120686, Is6 = "export_named_declaration", eN = 66348, Ah = 119981, tN = 12352, Ps6 = "tuple_type", nN = 68680, Ih = "target", Cs4 = "call";
|
|
52218
52218
|
function Ez(x6, r, e6, t25, u6) {
|
|
52219
52219
|
if (t25 <= r)
|
|
52220
52220
|
for (var i6 = 1;i6 <= u6; i6++)
|
|
@@ -54552,7 +54552,7 @@ var init_flow = __esm(() => {
|
|
|
54552
54552
|
function XJ(x6, r, e6, t25, u6, i6, c6, v6) {
|
|
54553
54553
|
return (x6.l >= 0 ? x6.l : x6.l = x6.length) == 7 ? x6(r, e6, t25, u6, i6, c6, v6) : Os5(x6, [r, e6, t25, u6, i6, c6, v6]);
|
|
54554
54554
|
}
|
|
54555
|
-
var D5 = undefined, NN = [t1, cD2, -1], Lq = [t1, oL, -2], mn4 = [t1, sy, -3], Kh = [t1, PL, -4], Ds6 = [t1, tF, -7], qq = [t1, dD2, -8], Bq = [t1, RM, -9], Nr5 = [t1, _M, -11], s4 = [t1, QF, -12], GJ = [4, 0, 0, 0, [12, 45, [4, 0, 0, 0, 0]]], ON = [0, [11, 'File "', [2, 0, [11, '", line ', [4, 0, 0, 0, [11, mD2, [4, 0, 0, 0, [12, 45, [4, 0, 0, 0, [11, ": ", [2, 0, 0]]]]]]]]]], 'File "%s", line %d, characters %d-%d: %s'], dl2 = [0, 0, [0, 0, 0], [0, 0, 0]], Lo3 = [0, 0, 0, 0, 0, 0, 1, 0, 0, 0], Uq = [0, "first_leading", "last_trailing"], Xq = [0, Af, tn4, vc2, tf, Lc2, Ti6, Pu2, Tu2, u7, ls5, ki6, R7, G7, vn3, zc2, iu2, We7, Cs4, _i6, Ji6, l7, li6, c7, Pf2, Su2, Gu2, Ff, Wu2, yi5, Si6, ei6, B7, Wf, sc2, y7, ji6, Ef, yc2, H7, uf, ru2, Hf, qi6, gc2, Jn3, _s5, Sc2, Vf, mu2, K7, ns5, Wc2, ri6, ff, rf, Xe6, Ke7, us5, xc2, ou2, zi6, yu2, lf, gi6, Gc2, wi6, Ic2, hc2, qn4, Ju2, nf, be6, j7, ju2, bu2, Ec2, wc2, Bf, Hc2, O7, Ts4, Oc2, Xc2, Yf, Ac2, Yi6, Yn3, A7, Is6, yf, Mc2, Un3, t24, p7, ts5, Nc2, C7, mi6, Mf2, b7, v7, bf, ws5, Hi6, hi6, Ci6, vs6, Qn3, wf, Iu2, As5, nc2, gf, cu2, ti6, _c2, kc2, S7, Qi6, di6, Ru2, vi6, i7, tu2, gs5, qc2, Ni6, St8, cs5, U7, Ri6, W22, Gn4, Vi6, as5, Df2, Ou2, cc2, is5, lc2, ae4, vf2, eu2, xi6, Yu2, zn4, Rc2, Di6, Mi5, fi6, ds5, I7, Xf, Z7, D7, f7, zf, Bu2, dc2, z7, Dc2, Tc2, ms5, Jf, Tf, xu2, ku2, pf, ai6, Bc2, Hn4, g7, G1, oi6, N7, os7, su2, Yc2, Cu2, Au2, gu2, mf, L7, ps5, E7, du2, uu2, Nf, hf, uc2, Ki6, W72, df, hs5, Kn4, wu2, Cc2, Ei6, Mu2, Xu2, Kc2, Gf, ys5, Ui6, Zc2, Ii6, n7, si6, $u2, Hu2, Oi6, ni6, zu2, Vc2, Xn4, sf, Lu2, kf2, Qf, Xi6, r7, Vn3, Pc2, Kf, o7, e7, Wn3, bs5, Vu2, rc2, x7, es5, ge6, Eu2, Ai6, $c2, bi6, Y7, Fu2, jf, Bn3, m7, Zi6, Fc2, au2, $f2, P7, af, xf2, pu2, M7, Zu2, Pi6, Lf,
|
|
54555
|
+
var D5 = undefined, NN = [t1, cD2, -1], Lq = [t1, oL, -2], mn4 = [t1, sy, -3], Kh = [t1, PL, -4], Ds6 = [t1, tF, -7], qq = [t1, dD2, -8], Bq = [t1, RM, -9], Nr5 = [t1, _M, -11], s4 = [t1, QF, -12], GJ = [4, 0, 0, 0, [12, 45, [4, 0, 0, 0, 0]]], ON = [0, [11, 'File "', [2, 0, [11, '", line ', [4, 0, 0, 0, [11, mD2, [4, 0, 0, 0, [12, 45, [4, 0, 0, 0, [11, ": ", [2, 0, 0]]]]]]]]]], 'File "%s", line %d, characters %d-%d: %s'], dl2 = [0, 0, [0, 0, 0], [0, 0, 0]], Lo3 = [0, 0, 0, 0, 0, 0, 1, 0, 0, 0], Uq = [0, "first_leading", "last_trailing"], Xq = [0, Af, tn4, vc2, tf, Lc2, Ti6, Pu2, Tu2, u7, ls5, ki6, R7, G7, vn3, zc2, iu2, We7, Cs4, _i6, Ji6, l7, li6, c7, Pf2, Su2, Gu2, Ff, Wu2, yi5, Si6, ei6, B7, Wf, sc2, y7, ji6, Ef, yc2, H7, uf, ru2, Hf, qi6, gc2, Jn3, _s5, Sc2, Vf, mu2, K7, ns5, Wc2, ri6, ff, rf, Xe6, Ke7, us5, xc2, ou2, zi6, yu2, lf, gi6, Gc2, wi6, Ic2, hc2, qn4, Ju2, nf, be6, j7, ju2, bu2, Ec2, wc2, Bf, Hc2, O7, Ts4, Oc2, Xc2, Yf, Ac2, Yi6, Yn3, A7, Is6, yf, Mc2, Un3, t24, p7, ts5, Nc2, C7, mi6, Mf2, b7, v7, bf, ws5, Hi6, hi6, Ci6, vs6, Qn3, wf, Iu2, As5, nc2, gf, cu2, ti6, _c2, kc2, S7, Qi6, di6, Ru2, vi6, i7, tu2, gs5, qc2, Ni6, St8, cs5, U7, Ri6, W22, Gn4, Vi6, as5, Df2, Ou2, cc2, is5, lc2, ae4, vf2, eu2, xi6, Yu2, zn4, Rc2, Di6, Mi5, fi6, ds5, I7, Xf, Z7, D7, f7, zf, Bu2, dc2, z7, Dc2, Tc2, ms5, Jf, Tf, xu2, ku2, pf, ai6, Bc2, Hn4, g7, G1, oi6, N7, os7, su2, Yc2, Cu2, Au2, gu2, mf, L7, ps5, E7, du2, uu2, Nf, hf, uc2, Ki6, W72, df, hs5, Kn4, wu2, Cc2, Ei6, Mu2, Xu2, Kc2, Gf, ys5, Ui6, Zc2, Ii6, n7, si6, $u2, Hu2, Oi6, ni6, zu2, Vc2, Xn4, sf, Lu2, kf2, Qf, Xi6, r7, Vn3, Pc2, Kf, o7, e7, Wn3, bs5, Vu2, rc2, x7, es5, ge6, Eu2, Ai6, $c2, bi6, Y7, Fu2, jf, Bn3, m7, Zi6, Fc2, au2, $f2, P7, af, xf2, pu2, M7, Zu2, Pi6, Lf, Ge7, fs24, _7, If2, a7, q72, pi6, Ku2, fc2, qu2, Of, w7, ci6, Je7, T7, lu2, ii6, ss5, k7, fu2, Uu2, Jc2, Ve7, rs5, ic2, Bi6, Qc2, s7, Wi6, t72, He6, Q7, jc2, Uc2, Es4, Sf, _f2, oc2, Ps6, ac2, $n3, vu2, _u2, Zf, Zn4, X72, cf, ui6, J72, Uf, Qu2, d7, F7, hu2, Fi6, Du2, Gi6, Rf2, bc2, pc2, h7, qf, $22, V7, $i6, of, H22], hn4 = [0, 0, 0];
|
|
54556
54556
|
Dt7(11, s4, QF), Dt7(10, Nr5, _M), Dt7(9, [t1, oM, MM], oM), Dt7(8, Bq, RM), Dt7(7, qq, dD2), Dt7(6, Ds6, tF), Dt7(5, [t1, MR, -6], MR), Dt7(4, [t1, $M, -5], $M), Dt7(3, Kh, PL), Dt7(2, mn4, sy), Dt7(1, Lq, oL), Dt7(0, NN, cD2);
|
|
54557
54557
|
function L1(x6) {
|
|
54558
54558
|
if (typeof x6 == "number")
|
|
@@ -57945,8 +57945,8 @@ var init_flow = __esm(() => {
|
|
|
57945
57945
|
}, 0, r[1]);
|
|
57946
57946
|
};
|
|
57947
57947
|
}
|
|
57948
|
-
var KV = "Array.sub", HV = "first domain already spawned", WV = [0, "camlinternalOO.ml", BF, 50], VV = [0, WM, 72, 5], $V = [0, WM, 81, 2], QV = "/tmp", ZV = ln4, x$ = [0, "src/wtf8.ml", 65, 9], r$ = [0, "src/third-party/sedlex/flow_sedlexing.ml", jS, 4], e$ = "Flow_sedlexing.MalFormed", t$ = O6, n$ = H32, u$ = K32, i$ = H62, f$ = $v, c$ = [0, [12, 40, [18, [1, [0, [11, Li6, 0], Li6]], [11, "File_key.LibFile", [17, [0, Eo3, 1, 0], 0]]]], "(@[<2>File_key.LibFile@ "], s$ = [0, [3, 0, 0], C6], a$ = [0, [17, 0, [12, 41, 0]], ck], o$ = [0, [12, 40, [18, [1, [0, [11, Li6, 0], Li6]], [11, "File_key.SourceFile", [17, [0, Eo3, 1, 0], 0]]]], "(@[<2>File_key.SourceFile@ "], v$ = [0, [3, 0, 0], C6], l$ = [0, [17, 0, [12, 41, 0]], ck], p$ = [0, [12, 40, [18, [1, [0, [11, Li6, 0], Li6]], [11, "File_key.JsonFile", [17, [0, Eo3, 1, 0], 0]]]], "(@[<2>File_key.JsonFile@ "], k$ = [0, [3, 0, 0], C6], m$ = [0, [17, 0, [12, 41, 0]], ck], h$ = [0, [12, 40, [18, [1, [0, [11, Li6, 0], Li6]], [11, "File_key.ResourceFile", [17, [0, Eo3, 1, 0], 0]]]], "(@[<2>File_key.ResourceFile@ "], d$ = [0, [3, 0, 0], C6], y$ = [0, [17, 0, [12, 41, 0]], ck], _$ = [0, 1], w$ = [0, 0], g$ = [0, 1], b$ = [0, 2], T$ = [0, 2], E$ = [0, 0], S$ = [0, 1], A$ = [0, 1], I$ = [0, 1], P$ = [0, 1], C$ = [0, 2], N$ = [0, 1], O$ = [0, 1], j$ = [0, 0, 0], D$ = [0, 0, 0], R$ = [0, ss5, fi6, _c2, Ni6, di6, Cs4, mf, si6, sf, z7, eu2, zc2, _u2, e7, Ve6, bs5, Mc2, W72, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St8, V7, Mf2, $f2, lf, Ji6, ti6, l7, f7, Ac2, Lf, vi6, Hi6, rs5, Vc2, U7, Au2, fu2, Kn4, Ou2, bu2, ai6, Ui6, Si6, ji6, es5, Af, pu2, Ki6, qi6, X72, Lu2, Zu2, ms5, Wf, o7, Ge6, r7, Qi6, x7, Gf, dc2, D7, qc2, G1, ff, $n3, Oc2, E7, Nf, Tc2, g7, kc2, su2, P7, tf, Gc2, Yn3, Mu2, a7, Eu2, vc2, j7, _i6, T7, $22, Pi6, ou2, d7, w7, Ri6, wu2, ki6, Ci6, Q7, Rc2, Wu2, Oi6, ic2, be6, v7, vu2, H22, Hn4, Uc2, zi6, xf2, Du2, $c2, xc2, Yc2, If2, ls5, Gi6, Ef, yu2, $u2, pc2, du2, Xf, Pu2, oc2, xi6, Cc2, Hc2, Nc2, Wn3, yf, Bc2, bi6, mi6, Uf, Ps6, Hf, qf, _f2, ii6, Qu2, Uu2, Rf2, B7, is5, ws5, y7, oi6, S7, ru2, bc2, H7, Hu2, xu2, Sc2, u7, Ei6, Pf2, yi5, Jn3, L7, ps5, Y7, Tf, gc2, Xu2, W22, Je7, F7, J72, Jc2, jf, He6, Ke7, n7, cs5, Vu2, p7, ds5, ge6, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q72, fs24, fc2, Qn3, Vi6, uc2, qu2, Xc2, A7, ns5, ni6, lu2, Xn4, Df2, Pc2, Fc2, ac2, kf2, M7, Vn3, ui6, wi6, uu2, c7, gi6, G7, zn4, Bi6, ju2, Sf, i7, _7, Gn4, Qf, Su2, zu2, zf, ei6, Cu2, vf2, nf, Zf, tn4, h7, Ju2, li6, Zn4, qn4, Bu2, Di6, ri6, ku2, Zi6, Zc2, Yu2, C7, gu2, Jf, cf, s7, Tu2, df, K7, Bn3, Ti6, R7, t24, Ai6, uf, ts5, hs5, Iu2, wf, k7, Xe6, gf, _s5, af, Yi6, hc2, yc2, Wi6, Qc2, vs6, Is6, Fi6, bf, os7, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We7, Lc2, ae4, N7, rf, $i6, mu2, Of, b7, Wc2, au2, t72, Kc2], F$ = [0, H22, of, $i6, V7, $22, qf, h7, pc2, bc2, Rf2, Gi6, Du2, Fi6, hu2, F7, d7, Qu2, Uf, J72, ui6, cf, X72, Zn4, Zf, _u2, vu2, $n3, ac2, Ps6, oc2, _f2, Sf, Es4, Uc2, jc2, Q7, He6, t72, Wi6, s7, Qc2, Bi6, ic2, rs5, Ve6, Jc2, Uu2, fu2, k7, ss5, ii6, lu2, T7, Je7, ci6, w7, Of, qu2, fc2, Ku2, pi6, q72, a7, If2, _7, fs24, Ge6, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge6, es5, x7, rc2, Vu2, bs5, Wn3, e7, o7, Kf, Pc2, Vn3, r7, Xi6, Qf, kf2, Lu2, sf, Xn4, Vc2, zu2, ni6, Oi6, Hu2, $u2, si6, n7, Ii6, Zc2, Ui6, ys5, Gf, Kc2, Xu2, Mu2, Ei6, Cc2, wu2, Kn4, hs5, df, W72, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os7, N7, oi6, G1, g7, Hn4, Bc2, ai6, pf, ku2, xu2, Tf, Jf, ms5, Tc2, Dc2, z7, dc2, Bu2, zf, f7, D7, Z7, Xf, I7, ds5, fi6, Mi5, Di6, Rc2, zn4, Yu2, xi6, eu2, vf2, ae4, lc2, is5, cc2, Ou2, Df2, as5, Vi6, Gn4, W22, Ri6, U7, cs5, St8, Ni6, qc2, gs5, tu2, i7, vi6, Ru2, di6, Qi6, S7, kc2, _c2, ti6, cu2, gf, nc2, As5, Iu2, wf, Qn3, vs6, Ci6, hi6, Hi6, ws5, bf, v7, b7, Mf2, mi6, C7, Nc2, ts5, p7, t24, Un3, Mc2, yf, Is6, A7, Yn3, Yi6, Ac2, Yf, Xc2, Oc2, Ts4, O7, Hc2, Bf, wc2, Ec2, bu2, ju2, j7, be6, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke7, Xe6, rf, ff, ri6, Wc2, ns5, K7, mu2, Vf, Sc2, _s5, Jn3, gc2, qi6, Hf, ru2, uf, H7, yc2, Ef, ji6, y7, sc2, Wf, B7, ei6, Si6, yi5, Wu2, Ff, Gu2, Su2, Pf2, c7, li6, l7, Ji6, _i6, Cs4, We7, iu2, zc2, vn3, G7, R7, ki6, ls5, u7, Tu2, Pu2, Ti6, Lc2, tf, vc2, tn4, Af], M$ = GM, L$ = $F, q$ = SF, B$ = OD, U$ = Qy, X$ = QL, G$ = F6, Y$ = WD, z$ = YF, J$ = CF, K$ = yD2, H$ = $7, W$ = ze6, V$ = _R, $$ = pF, Q$ = se6, Z$ = HL, xQ = wR, rQ = _k, eQ = Qm2, tQ = bo3, nQ = I6, uQ = kM, iQ = YD, fQ = IR, cQ = RR, sQ = PF, aQ = qD, oQ = GD, vQ = hL, lQ = TR, pQ = vM, kQ = bF, mQ = yo3, hQ = fF, dQ = $L, yQ = eF, _Q = g6, wQ = cl2, gQ = No3, bQ = [0, [18, [1, [0, [11, Li6, 0], Li6]], [11, "{ ", 0]], "@[<2>{ "], TQ = "Loc.line", EQ = [0, [18, [1, [0, 0, rx]], [2, 0, [11, GR, [17, [0, Eo3, 1, 0], 0]]]], yF], SQ = [0, [4, 0, 0, 0, 0], al2], AQ = [0, [17, 0, 0], iI], IQ = [0, [12, 59, [17, [0, Eo3, 1, 0], 0]], ";@ "], PQ = G6, CQ = [0, [18, [1, [0, 0, rx]], [2, 0, [11, GR, [17, [0, Eo3, 1, 0], 0]]]], yF], NQ = [0, [4, 0, 0, 0, 0], al2], OQ = [0, [17, 0, 0], iI], jQ = [0, [17, [0, Eo3, 1, 0], [12, So3, [17, 0, 0]]], "@ }@]"], DQ = rx, RQ = "Object literal may not have data and accessor property with the same name", FQ = "Object literal may not have multiple get/set accessors with the same name", MQ = "Unexpected token <. Remember, adjacent JSX elements must be wrapped in an enclosing parent tag", LQ = "`let [` is ambiguous in this position because it is either a `let` binding pattern, or a member expression.", qQ = "Async functions can only be declared at top level or immediately within another function.", BQ = "`await` is an invalid identifier in async functions", UQ = "`await` is not allowed in async function parameters.", XQ = "Computed properties must have a value.", GQ = "Constructor can't be an accessor.", YQ = "Constructor can't be an async function.", zQ = "Constructor can't be a generator.", JQ = "It is sufficient for your declare function to just have a Promise return type.", KQ = "async is an implementation detail and isn't necessary for your declare function statement. ", HQ = "`declare` modifier can only appear on class fields.", WQ = "Unexpected token `=`. Initializers are not allowed in a `declare`.", VQ = "Unexpected token `=`. Initializers are not allowed in a `declare opaque type`.", $Q = "Classes may only have one constructor", QQ = "Rest element must be final element of an array pattern", ZQ = "Cannot export an enum with `export type`, try `export enum E {}` or `module.exports = E;` instead.", xZ = "Enum members are separated with `,`. Replace `;` with `,`.", rZ = "`const` enums are not supported. Flow Enums are designed to allow for inlining, however the inlining itself needs to be part of the build system (whatever you use) rather than Flow itself.", eZ = "Expected an object pattern, array pattern, or an identifier but found an expression instead", tZ = "Missing comma between export specifiers", nZ = "Generators can only be declared at top level or immediately within another function.", uZ = "Getter should have zero parameters", iZ = "A getter cannot have a `this` parameter.", fZ = "Illegal continue statement", cZ = "Illegal return statement", sZ = "Illegal Unicode escape", aZ = "Missing comma between import specifiers", oZ = "It cannot be used with `import type` or `import typeof` statements", vZ = "The `type` and `typeof` keywords on named imports can only be used on regular `import` statements. ", lZ = "Explicit inexact syntax cannot appear inside an explicit exact object type", pZ = "Explicit inexact syntax can only appear inside an object type", kZ = "Component params must be an identifier. If you'd like to destructure, you should use `name as {destructure}`", mZ = "A bigint literal must be an integer", hZ = "JSX value should be either an expression or a quoted JSX text", dZ = "Invalid left-hand side in assignment", yZ = "Invalid left-hand side in exponentiation expression", _Z = "Invalid left-hand side in for-in", wZ = "Invalid left-hand side in for-of", gZ = "Invalid optional indexed access. Indexed access uses bracket notation. Use the format `T?.[K]`.", bZ = "Invalid regular expression", TZ = "A bigint literal cannot use exponential notation", EZ = "Tuple spread elements cannot be optional.", SZ = "Tuple variance annotations can only be used with labeled tuple elements, e.g. `[+foo: number]`", AZ = "`typeof` can only be used to get the type of variables.", IZ = "JSX attributes must only be assigned a non-empty expression", PZ = "Literals cannot be used as shorthand properties.", CZ = "Malformed unicode", NZ = "`match` argument must not be empty", OZ = "`match` argument cannot contain spread elements", jZ = "`await` is not yet supported in `match` expressions", DZ = "`yield` is not yet supported in `match` expressions", RZ = "Object pattern can't contain methods", FZ = "Expected at least one type parameter.", MZ = "Type parameter declaration needs a default, since a preceding type parameter declaration has a default.", LZ = "More than one default clause in switch statement", qZ = "Illegal newline after throw", BZ = "Illegal newline before arrow", UZ = "Missing catch or finally after try", XZ = "Const must be initialized", GZ = "Destructuring assignment must be initialized", YZ = "An optional chain may not be used in a `new` expression.", zZ = "Template literals may not be used in an optional chain.", JZ = "Rest parameter must be final parameter of an argument list", KZ = "Private fields may not be deleted.", HZ = "Private fields can only be referenced from within a class.", WZ = "Rest property must be final property of an object pattern", VZ = "Records to not support private elements. Remove the `#`.", $Z = "Setter should have exactly one parameter", QZ = "A setter cannot have a `this` parameter.", ZZ = "Catch variable may not be eval or arguments in strict mode", x00 = "Delete of an unqualified identifier in strict mode.", r00 = "Duplicate data property in object literal not allowed in strict mode", e00 = "Function name may not be eval or arguments in strict mode", t00 = "Assignment to eval or arguments is not allowed in strict mode", n00 = "Postfix increment/decrement may not have eval or arguments operand in strict mode", u00 = "Prefix increment/decrement may not have eval or arguments operand in strict mode", i00 = "Strict mode code may not include a with statement", f00 = "Number literals with leading zeros are not allowed in strict mode.", c00 = "Octal literals are not allowed in strict mode.", s00 = "Strict mode function may not have duplicate parameter names", a00 = "Parameter name eval or arguments is not allowed in strict mode", o00 = 'Illegal "use strict" directive in function with non-simple parameter list', v00 = "Use of reserved word in strict mode", l00 = "Variable name may not be eval or arguments in strict mode", p00 = "You may not access a private field through the `super` keyword.", k00 = "Flow does not support abstract classes.", m00 = "Flow does not support template literal types.", h00 = "A type annotation is required for the `this` parameter.", d00 = "Arrow functions cannot have a `this` parameter; arrow functions automatically bind `this` when declared.", y00 = "Constructors cannot have a `this` parameter; constructors don't bind `this` like other functions.", _00 = "The `this` parameter cannot be optional.", w00 = "The `this` parameter must be the first function parameter.", g00 = "A trailing comma is not permitted after the rest element", b00 = "Unexpected end of input", T00 = "Explicit inexact syntax must come at the end of an object type", E00 = "Opaque type aliases are not allowed in untyped mode", S00 = "Unexpected proto modifier", A00 = "Unexpected reserved word", I00 = "Unexpected reserved type", P00 = "Spreading a type is only allowed inside an object type", C00 = "Unexpected static modifier", N00 = "Unexpected `super` outside of a class method", O00 = "`super()` is only valid in a class constructor", j00 = "Type aliases are not allowed in untyped mode", D00 = "Type annotations are not allowed in untyped mode", R00 = "Type declarations are not allowed in untyped mode", F00 = "Type exports are not allowed in untyped mode", M00 = "Type imports are not allowed in untyped mode", L00 = "Interfaces are not allowed in untyped mode", q00 = "Unexpected variance sigil", B00 = "Found a decorator in an unsupported position.", U00 = "Invalid regular expression: missing /", X00 = "Unexpected whitespace between `#` and identifier", G00 = "`yield` is an invalid identifier in generators", Y00 = "Yield expression not allowed in formal parameter", z00 = [0, [11, "Duplicate export for `", [2, 0, [12, 96, 0]]], "Duplicate export for `%s`"], J00 = [0, [11, "Private fields may only be declared once. `#", [2, 0, [11, "` is declared more than once.", 0]]], "Private fields may only be declared once. `#%s` is declared more than once."], K00 = [0, [11, "bigint enum members need to be initialized, e.g. `", [2, 0, [11, " = 1n,` in enum `", [2, 0, [11, nu2, 0]]]]], "bigint enum members need to be initialized, e.g. `%s = 1n,` in enum `%s`."], H00 = [0, [11, "Boolean enum members need to be initialized. Use either `", [2, 0, [11, " = true,` or `", [2, 0, [11, " = false,` in enum `", [2, 0, [11, nu2, 0]]]]]]], "Boolean enum members need to be initialized. Use either `%s = true,` or `%s = false,` in enum `%s`."], W00 = [0, [11, "Enum member names need to be unique, but the name `", [2, 0, [11, "` has already been used before in enum `", [2, 0, [11, nu2, 0]]]]], "Enum member names need to be unique, but the name `%s` has already been used before in enum `%s`."], V00 = [0, [11, WR, [2, 0, [11, "` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers.", 0]]], "Enum `%s` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers."], $00 = "The `...` must come at the end of the enum body. Remove the trailing comma.", Q00 = "The `...` must come after all enum members. Move it to the end of the enum body.", Z00 = [0, [11, "Use one of `boolean`, `number`, `string`, `symbol`, or `bigint` in enum `", [2, 0, [11, nu2, 0]]], "Use one of `boolean`, `number`, `string`, `symbol`, or `bigint` in enum `%s`."], xx0 = [0, [11, "Enum type `", [2, 0, [11, "` is not valid. ", [2, 0, 0]]]], "Enum type `%s` is not valid. %s"], rx0 = [0, [11, "Supplied enum type is not valid. ", [2, 0, 0]], "Supplied enum type is not valid. %s"], ex0 = [0, [11, "Enum member names and initializers are separated with `=`. Replace `", [2, 0, [11, ":` with `", [2, 0, [11, " =`.", 0]]]]], "Enum member names and initializers are separated with `=`. Replace `%s:` with `%s =`."], tx0 = [0, [11, WR, [2, 0, [11, "` has type `", [2, 0, [11, "`, so the initializer of `", [2, 0, [11, "` needs to be a ", [2, 0, [11, " literal.", 0]]]]]]]]], "Enum `%s` has type `%s`, so the initializer of `%s` needs to be a %s literal."], nx0 = [0, [11, "Symbol enum members cannot be initialized. Use `", [2, 0, [11, ",` in enum `", [2, 0, [11, nu2, 0]]]]], "Symbol enum members cannot be initialized. Use `%s,` in enum `%s`."], ux0 = [0, [11, "The enum member initializer for `", [2, 0, [11, "` needs to be a literal (either a boolean, number, or string) in enum `", [2, 0, [11, nu2, 0]]]]], "The enum member initializer for `%s` needs to be a literal (either a boolean, number, or string) in enum `%s`."], ix0 = [0, [11, "Enum member names cannot start with lowercase 'a' through 'z'. Instead of using `", [2, 0, [11, "`, consider using `", [2, 0, [11, "`, in enum `", [2, 0, [11, nu2, 0]]]]]]], "Enum member names cannot start with lowercase 'a' through 'z'. Instead of using `%s`, consider using `%s`, in enum `%s`."], fx0 = [0, [11, "Number enum members need to be initialized, e.g. `", [2, 0, [11, " = 1,` in enum `", [2, 0, [11, nu2, 0]]]]], "Number enum members need to be initialized, e.g. `%s = 1,` in enum `%s`."], cx0 = [0, [11, "String enum members need to consistently either all use initializers, or use no initializers, in enum ", [2, 0, [12, 46, 0]]], "String enum members need to consistently either all use initializers, or use no initializers, in enum %s."], sx0 = [0, [11, "Expected corresponding JSX closing tag for ", [2, 0, 0]], "Expected corresponding JSX closing tag for %s"], ax0 = "immediately within another function.", ox0 = "In strict mode code, functions can only be declared at top level or ", vx0 = "inside a block, or as the body of an if statement.", lx0 = "In non-strict mode code, functions can only be declared at top level, ", px0 = " `break` statements are not required in `match` statements, as unlike `switch` statements, `match` statement cases do not fall-through by default.", kx0 = rx, mx0 = [0, [11, "Illegal break statement.", [2, 0, 0]], "Illegal break statement.%s"], hx0 = zM, dx0 = rx, yx0 = XM, _x0 = DF, wx0 = DM, gx0 = [0, [11, "Classes may not have ", [2, 0, [2, 0, [11, DD2, [2, 0, [11, nu2, 0]]]]]], "Classes may not have %s%s named `%s`."], bx0 = "Components use `renders` instead of `:` to annotate the render type of a component.", Tx0 = uM, Ex0 = rx, Sx0 = [0, [11, "String params require local bindings using `as` renaming. You can use `'", [2, 0, [11, "' as ", [2, 0, [2, 0, [11, ": <TYPE>` ", 0]]]]]], "String params require local bindings using `as` renaming. You can use `'%s' as %s%s: <TYPE>` "], Ax0 = "Remove the period.", Ix0 = "Indexed access uses bracket notation.", Px0 = [0, [11, "Invalid indexed access. ", [2, 0, [11, " Use the format `T[K]`.", 0]]], "Invalid indexed access. %s Use the format `T[K]`."], Cx0 = [0, [11, "Invalid flags supplied to RegExp constructor '", [2, 0, [12, 39, 0]]], "Invalid flags supplied to RegExp constructor '%s'"], Nx0 = tn4, Ox0 = Dp2, jx0 = [0, [11, "In match ", [2, 0, [11, " pattern, the rest must be the last element in the pattern", 0]]], "In match %s pattern, the rest must be the last element in the pattern"], Dx0 = [0, [11, "JSX element ", [2, 0, [11, " has no corresponding closing tag.", 0]]], "JSX element %s has no corresponding closing tag."], Rx0 = [0, [11, tM, [2, 0, [11, "`. Parentheses are required to combine `??` with `&&` or `||` expressions.", 0]]], "Unexpected token `%s`. Parentheses are required to combine `??` with `&&` or `||` expressions."], Fx0 = zM, Mx0 = rx, Lx0 = XM, qx0 = A6, Bx0 = [0, [11, "Records may not have ", [2, 0, [2, 0, [11, DD2, [2, 0, [11, nu2, 0]]]]]], "Records may not have %s%s named `%s`."], Ux0 = [0, [2, 0, [11, " '", [2, 0, [11, "' has already been declared", 0]]]], "%s '%s' has already been declared"], Xx0 = rx, Gx0 = k6, Yx0 = " You can try using JavaScript private fields by prepending `#` to the field name.", zx0 = Q62, Jx0 = " Fields and methods are public by default. You can simply omit the `public` keyword.", Kx0 = W62, Hx0 = [0, [11, "Flow does not support using `", [2, 0, [11, "` in classes.", [2, 0, 0]]]], "Flow does not support using `%s` in classes.%s"], Wx0 = [0, [11, "Private fields must be declared before they can be referenced. `#", [2, 0, [11, "` has not been declared.", 0]]], "Private fields must be declared before they can be referenced. `#%s` has not been declared."], Vx0 = [0, [11, xM, [2, 0, 0]], "Unexpected %s"], $x0 = [0, [11, tM, [2, 0, [11, "`. Did you mean `", [2, 0, [11, "`?", 0]]]]], "Unexpected token `%s`. Did you mean `%s`?"], Qx0 = [0, [11, xM, [2, 0, [11, ", expected ", [2, 0, 0]]]], "Unexpected %s, expected %s"], Zx0 = [0, [11, "Undefined label '", [2, 0, [12, 39, 0]]], "Undefined label '%s'"], xr0 = "Parse_error.Error", rr0 = [0, [0, 36, 37], [0, 48, 58], [0, 65, 91], [0, 95, 96], [0, 97, un4], [0, py, Sg], [0, NS, s9], [0, j_, Wm2], [0, xI, z_], [0, Y32, lk], [0, ty, Gp2], [0, t1, 706], [0, CD2, 722], [0, 736, 741], [0, 748, 749], [0, 750, 751], [0, 768, 885], [0, 886, 888], [0, 890, 894], [0, 895, 896], [0, 902, 907], [0, 908, 909], [0, 910, 930], [0, jM, 1014], [0, 1015, 1154], [0, 1155, 1160], [0, 1162, 1328], [0, 1329, 1367], [0, 1369, 1370], [0, 1376, 1417], [0, 1425, 1470], [0, 1471, 1472], [0, 1473, 1475], [0, 1476, 1478], [0, 1479, 1480], [0, 1488, 1515], [0, 1519, 1523], [0, 1552, 1563], [0, 1568, 1642], [0, 1646, 1748], [0, 1749, 1757], [0, 1759, 1769], [0, 1770, 1789], [0, 1791, 1792], [0, 1808, 1867], [0, 1869, 1970], [0, 1984, 2038], [0, 2042, 2043], [0, 2045, 2046], [0, Gg, 2094], [0, 2112, 2140], [0, 2144, 2155], [0, 2208, 2229], [0, 2230, 2238], [0, 2259, 2274], [0, 2275, 2404], [0, 2406, 2416], [0, 2417, 2436], [0, 2437, 2445], [0, 2447, 2449], [0, 2451, 2473], [0, 2474, 2481], [0, 2482, 2483], [0, 2486, 2490], [0, 2492, 2501], [0, 2503, 2505], [0, 2507, 2511], [0, 2519, 2520], [0, 2524, 2526], [0, 2527, 2532], [0, 2534, 2546], [0, 2556, 2557], [0, 2558, 2559], [0, 2561, 2564], [0, 2565, 2571], [0, 2575, 2577], [0, 2579, 2601], [0, 2602, 2609], [0, 2610, 2612], [0, 2613, 2615], [0, 2616, 2618], [0, 2620, 2621], [0, 2622, 2627], [0, 2631, 2633], [0, 2635, 2638], [0, 2641, 2642], [0, 2649, 2653], [0, 2654, 2655], [0, 2662, 2678], [0, 2689, 2692], [0, 2693, 2702], [0, 2703, 2706], [0, 2707, 2729], [0, 2730, 2737], [0, 2738, 2740], [0, 2741, 2746], [0, 2748, 2758], [0, 2759, 2762], [0, 2763, 2766], [0, 2768, 2769], [0, 2784, 2788], [0, 2790, 2800], [0, 2809, 2816], [0, 2817, 2820], [0, 2821, 2829], [0, 2831, 2833], [0, 2835, 2857], [0, 2858, 2865], [0, 2866, 2868], [0, 2869, 2874], [0, 2876, 2885], [0, 2887, 2889], [0, 2891, 2894], [0, 2902, 2904], [0, 2908, 2910], [0, 2911, 2916], [0, 2918, 2928], [0, 2929, 2930], [0, 2946, 2948], [0, 2949, 2955], [0, 2958, 2961], [0, 2962, 2966], [0, 2969, 2971], [0, 2972, 2973], [0, 2974, 2976], [0, 2979, 2981], [0, 2984, 2987], [0, 2990, 3002], [0, 3006, 3011], [0, 3014, 3017], [0, 3018, 3022], [0, 3024, 3025], [0, 3031, 3032], [0, 3046, 3056], [0, 3072, 3085], [0, 3086, 3089], [0, 3090, 3113], [0, 3114, 3130], [0, 3133, 3141], [0, 3142, 3145], [0, 3146, 3150], [0, 3157, 3159], [0, 3160, 3163], [0, 3168, 3172], [0, 3174, 3184], [0, 3200, 3204], [0, 3205, 3213], [0, 3214, 3217], [0, 3218, 3241], [0, 3242, 3252], [0, 3253, 3258], [0, 3260, 3269], [0, 3270, 3273], [0, 3274, 3278], [0, 3285, 3287], [0, 3294, 3295], [0, 3296, 3300], [0, 3302, 3312], [0, 3313, 3315], [0, 3328, 3332], [0, 3333, 3341], [0, 3342, 3345], [0, 3346, 3397], [0, 3398, 3401], [0, 3402, 3407], [0, 3412, 3416], [0, 3423, 3428], [0, 3430, 3440], [0, 3450, 3456], [0, 3458, 3460], [0, 3461, 3479], [0, 3482, 3506], [0, 3507, 3516], [0, 3517, 3518], [0, 3520, 3527], [0, 3530, 3531], [0, 3535, 3541], [0, 3542, 3543], [0, 3544, 3552], [0, 3558, 3568], [0, 3570, 3572], [0, 3585, 3643], [0, 3648, 3663], [0, 3664, 3674], [0, 3713, 3715], [0, 3716, 3717], [0, 3718, 3723], [0, 3724, 3748], [0, 3749, 3750], [0, 3751, 3774], [0, 3776, 3781], [0, 3782, 3783], [0, 3784, 3790], [0, 3792, 3802], [0, 3804, 3808], [0, 3840, 3841], [0, 3864, 3866], [0, 3872, 3882], [0, 3893, 3894], [0, 3895, 3896], [0, 3897, 3898], [0, 3902, 3912], [0, 3913, 3949], [0, 3953, 3973], [0, 3974, 3992], [0, 3993, 4029], [0, 4038, 4039], [0, NF, 4170], [0, 4176, 4254], [0, 4256, 4294], [0, 4295, 4296], [0, 4301, 4302], [0, 4304, 4347], [0, 4348, 4681], [0, 4682, 4686], [0, 4688, 4695], [0, 4696, 4697], [0, 4698, 4702], [0, 4704, 4745], [0, 4746, 4750], [0, 4752, 4785], [0, 4786, 4790], [0, 4792, 4799], [0, 4800, 4801], [0, 4802, 4806], [0, 4808, 4823], [0, 4824, 4881], [0, 4882, 4886], [0, 4888, 4955], [0, 4957, 4960], [0, 4969, 4978], [0, 4992, 5008], [0, 5024, 5110], [0, 5112, 5118], [0, 5121, 5741], [0, 5743, nC], [0, 5761, 5787], [0, 5792, 5867], [0, 5870, 5881], [0, 5888, 5901], [0, 5902, 5909], [0, 5920, 5941], [0, 5952, 5972], [0, 5984, 5997], [0, 5998, 6001], [0, 6002, 6004], [0, 6016, 6100], [0, 6103, 6104], [0, 6108, 6110], [0, 6112, 6122], [0, 6155, 6158], [0, 6160, 6170], [0, 6176, 6265], [0, 6272, 6315], [0, 6320, 6390], [0, 6400, 6431], [0, 6432, 6444], [0, 6448, 6460], [0, 6470, 6510], [0, 6512, 6517], [0, 6528, 6572], [0, 6576, 6602], [0, 6608, 6619], [0, 6656, 6684], [0, 6688, 6751], [0, 6752, 6781], [0, 6783, 6794], [0, 6800, 6810], [0, 6823, 6824], [0, 6832, 6846], [0, 6912, 6988], [0, 6992, 7002], [0, 7019, 7028], [0, 7040, 7156], [0, 7168, 7224], [0, 7232, 7242], [0, 7245, 7294], [0, 7296, 7305], [0, 7312, 7355], [0, 7357, 7360], [0, 7376, 7379], [0, 7380, 7419], [0, 7424, 7674], [0, 7675, 7958], [0, 7960, 7966], [0, 7968, 8006], [0, 8008, 8014], [0, 8016, 8024], [0, 8025, 8026], [0, 8027, 8028], [0, 8029, 8030], [0, 8031, 8062], [0, 8064, 8117], [0, 8118, 8125], [0, 8126, 8127], [0, 8130, 8133], [0, 8134, 8141], [0, 8144, 8148], [0, 8150, 8156], [0, 8160, 8173], [0, 8178, 8181], [0, 8182, 8189], [0, tR, NM], [0, 8255, 8257], [0, 8276, 8277], [0, F8, 8306], [0, f8, 8320], [0, 8336, 8349], [0, 8400, 8413], [0, 8417, 8418], [0, 8421, 8433], [0, dm2, 8451], [0, Gm2, 8456], [0, 8458, tk], [0, dk, 8470], [0, sM, 8478], [0, _8, Jm2], [0, th, gk], [0, Ik, Hm2], [0, 8490, 8506], [0, 8508, 8512], [0, 8517, 8522], [0, Lk, 8527], [0, 8544, 8585], [0, 11264, 11311], [0, 11312, 11359], [0, 11360, 11493], [0, 11499, 11508], [0, 11520, om2], [0, gp2, 11560], [0, Fm2, 11566], [0, 11568, 11624], [0, u8, 11632], [0, ak, 11671], [0, 11680, lm2], [0, 11688, km2], [0, 11696, bp2], [0, 11704, Uk], [0, 11712, z8], [0, 11720, Ip2], [0, 11728, sh], [0, 11736, 11743], [0, 11744, 11776], [0, 12293, 12296], [0, 12321, uh], [0, 12337, 12342], [0, 12344, 12349], [0, 12353, 12439], [0, 12441, X8], [0, 12449, _h], [0, 12540, 12544], [0, 12549, Ym2], [0, 12593, 12687], [0, 12704, 12731], [0, 12784, 12800], [0, 13312, 19894], [0, 19968, 40944], [0, 40960, 42125], [0, 42192, 42238], [0, 42240, 42509], [0, 42512, 42540], [0, 42560, 42608], [0, 42612, ek], [0, 42623, 42738], [0, 42775, 42784], [0, 42786, 42889], [0, 42891, 42944], [0, 42946, 42951], [0, l8, 43048], [0, 43072, 43124], [0, 43136, 43206], [0, 43216, 43226], [0, 43232, 43256], [0, $k, Yk], [0, 43261, 43310], [0, 43312, 43348], [0, 43360, 43389], [0, 43392, 43457], [0, W8, 43482], [0, 43488, Bp2], [0, aF, 43575], [0, 43584, 43598], [0, 43600, 43610], [0, 43616, 43639], [0, fm2, 43715], [0, 43739, 43742], [0, 43744, 43760], [0, 43762, 43767], [0, 43777, 43783], [0, 43785, 43791], [0, 43793, 43799], [0, 43808, wm2], [0, 43816, p8], [0, 43824, Q8], [0, 43868, Np2], [0, 43888, 44011], [0, 44012, 44014], [0, 44016, 44026], [0, 44032, 55204], [0, 55216, 55239], [0, 55243, 55292], [0, 63744, 64110], [0, 64112, 64218], [0, 64256, 64263], [0, 64275, 64280], [0, Wk, qp2], [0, 64298, b8], [0, 64312, ym2], [0, Qk, pk], [0, 64320, ih], [0, 64323, Th], [0, 64326, 64434], [0, 64467, 64830], [0, 64848, 64912], [0, 64914, 64968], [0, 65008, 65020], [0, 65024, 65040], [0, 65056, 65072], [0, 65075, 65077], [0, 65101, 65104], [0, 65136, $m2], [0, 65142, 65277], [0, 65296, 65306], [0, 65313, 65339], [0, 65343, pm2], [0, 65345, 65371], [0, 65382, 65471], [0, 65474, 65480], [0, 65482, 65488], [0, 65490, 65496], [0, 65498, 65501], [0, Y6, lh], [0, 65549, Z8], [0, 65576, Ek], [0, 65596, Ak], [0, 65599, 65614], [0, 65616, 65630], [0, 65664, 65787], [0, 65856, 65909], [0, 66045, 66046], [0, 66176, 66205], [0, 66208, 66257], [0, 66272, 66273], [0, 66304, 66336], [0, 66349, 66379], [0, 66384, 66427], [0, 66432, 66462], [0, 66464, 66500], [0, 66504, ah], [0, 66513, 66518], [0, 66560, 66718], [0, 66720, 66730], [0, 66736, 66772], [0, 66776, 66812], [0, 66816, 66856], [0, 66864, 66916], [0, 67072, 67383], [0, 67392, 67414], [0, 67424, 67432], [0, 67584, 67590], [0, vk, x8], [0, 67594, oh], [0, 67639, 67641], [0, $8, 67645], [0, 67647, 67670], [0, 67680, 67703], [0, 67712, 67743], [0, 67808, Hp2], [0, 67828, 67830], [0, 67840, 67862], [0, 67872, 67898], [0, 67968, 68024], [0, 68030, 68032], [0, ph, 68100], [0, 68101, 68103], [0, 68108, Xk], [0, 68117, V8], [0, 68121, 68150], [0, 68152, 68155], [0, 68159, 68160], [0, 68192, 68221], [0, 68224, 68253], [0, 68288, D8], [0, 68297, 68327], [0, 68352, 68406], [0, 68416, 68438], [0, 68448, 68467], [0, 68480, 68498], [0, 68608, 68681], [0, 68736, 68787], [0, 68800, 68851], [0, 68864, 68904], [0, 68912, 68922], [0, 69376, 69405], [0, qm2, 69416], [0, 69424, 69457], [0, 69600, 69623], [0, 69632, 69703], [0, 69734, nh], [0, 69759, 69819], [0, 69840, 69865], [0, 69872, 69882], [0, 69888, 69941], [0, 69942, 69952], [0, Up2, Dk], [0, 69968, 70004], [0, Km2, 70007], [0, 70016, 70085], [0, 70089, 70093], [0, 70096, Om2], [0, o8, 70109], [0, 70144, Nm2], [0, 70163, 70200], [0, 70206, 70207], [0, 70272, Pm2], [0, S8, Fk], [0, 70282, Cm2], [0, 70287, mm2], [0, 70303, 70313], [0, 70320, 70379], [0, 70384, 70394], [0, 70400, jp2], [0, 70405, 70413], [0, 70415, 70417], [0, 70419, Vm2], [0, 70442, Y8], [0, 70450, cm2], [0, 70453, 70458], [0, 70459, 70469], [0, 70471, 70473], [0, 70475, 70478], [0, Yp2, 70481], [0, 70487, 70488], [0, 70493, 70500], [0, 70502, 70509], [0, 70512, 70517], [0, 70656, 70731], [0, 70736, 70746], [0, uk, 70752], [0, 70784, Um2], [0, i8, 70856], [0, 70864, 70874], [0, 71040, 71094], [0, 71096, 71105], [0, 71128, 71134], [0, 71168, 71233], [0, a8, 71237], [0, 71248, 71258], [0, 71296, 71353], [0, 71360, 71370], [0, 71424, 71451], [0, 71453, 71468], [0, 71472, 71482], [0, 71680, 71739], [0, 71840, 71914], [0, 71935, 71936], [0, 72096, 72104], [0, 72106, 72152], [0, 72154, R8], [0, Xm2, 72165], [0, t82, 72255], [0, 72263, 72264], [0, qk, 72346], [0, k8, 72350], [0, 72384, 72441], [0, 72704, zm2], [0, 72714, 72759], [0, 72760, 72769], [0, 72784, 72794], [0, 72818, 72848], [0, 72850, 72872], [0, 72873, 72887], [0, 72960, d8], [0, 72968, ch], [0, 72971, 73015], [0, 73018, 73019], [0, 73020, 73022], [0, 73023, 73032], [0, 73040, 73050], [0, 73056, E8], [0, 73063, bm2], [0, 73066, 73103], [0, 73104, 73106], [0, 73107, 73113], [0, 73120, 73130], [0, 73440, 73463], [0, 73728, 74650], [0, 74752, 74863], [0, 74880, 75076], [0, 77824, 78895], [0, 82944, 83527], [0, 92160, 92729], [0, 92736, 92767], [0, 92768, 92778], [0, 92880, 92910], [0, 92912, 92917], [0, 92928, 92983], [0, 92992, 92996], [0, 93008, 93018], [0, 93027, 93048], [0, 93053, 93072], [0, 93760, 93824], [0, 93952, 94027], [0, gm2, 94088], [0, 94095, 94112], [0, 94176, mk], [0, Op2, 94180], [0, 94208, 100344], [0, 100352, 101107], [0, 110592, 110879], [0, 110928, 110931], [0, 110948, 110952], [0, 110960, 111356], [0, 113664, 113771], [0, 113776, 113789], [0, 113792, 113801], [0, 113808, 113818], [0, 113821, 113823], [0, 119141, 119146], [0, 119149, 119155], [0, 119163, 119171], [0, 119173, 119180], [0, 119210, 119214], [0, 119362, 119365], [0, 119808, Fp2], [0, 119894, jk], [0, 119966, 119968], [0, r8, 119971], [0, 119973, 119975], [0, 119977, Ah], [0, 119982, Sm2], [0, M8, xm2], [0, 119997, c8], [0, 120005, bh], [0, 120071, 120075], [0, 120077, sk], [0, 120086, Im2], [0, 120094, Xp2], [0, 120123, H8], [0, 120128, n8], [0, Jk, 120135], [0, 120138, eh], [0, 120146, 120486], [0, 120488, yk], [0, 120514, T8], [0, 120540, wh], [0, 120572, Rk], [0, 120598, C8], [0, 120630, Zp2], [0, 120656, w8], [0, 120688, zp2], [0, 120714, Cp2], [0, 120746, Nk], [0, 120772, 120780], [0, 120782, 120832], [0, 121344, 121399], [0, 121403, 121453], [0, 121461, 121462], [0, 121476, 121477], [0, 121499, 121504], [0, 121505, 121520], [0, 122880, 122887], [0, 122888, 122905], [0, 122907, 122914], [0, 122915, 122917], [0, 122918, 122923], [0, 123136, 123181], [0, 123184, 123198], [0, 123200, 123210], [0, Sp2, 123215], [0, 123584, 123642], [0, 124928, 125125], [0, 125136, 125143], [0, 125184, 125260], [0, 125264, 125274], [0, 126464, xk], [0, 126469, hm2], [0, 126497, yh], [0, Pp2, 126501], [0, Mm2, J8], [0, 126505, Ep2], [0, 126516, N8], [0, kh, tm2], [0, Vp2, 126524], [0, fh, 126531], [0, Eh, Qp2], [0, hh, vm2], [0, vh, Mp2], [0, 126541, Mk], [0, 126545, xh], [0, Dm2, 126549], [0, j8, $p2], [0, Zk, y8], [0, am2, rh], [0, ok, Jp2], [0, q8, Sk], [0, 126561, Wp2], [0, Zm2, 126565], [0, 126567, Rp2], [0, 126572, nk], [0, 126580, A8], [0, 126585, Vk], [0, O8, Bm2], [0, 126592, Kp2], [0, 126603, 126620], [0, 126625, P8], [0, 126629, m8], [0, 126635, 126652], [0, 131072, 173783], [0, 173824, 177973], [0, 177984, 178206], [0, 178208, 183970], [0, 183984, 191457], [0, 194560, 195102], [0, 917760, 918000]], er0 = [0, 1, 0], tr0 = [0, 0, [0, 1, 0], [0, 1, 0]], nr0 = sL, ur0 = "end of input", ir0 = U62, fr0 = "template literal part", cr0 = U62, sr0 = nD2, ar0 = sL, or0 = U62, vr0 = H32, lr0 = U62, pr0 = $v, kr0 = U62, mr0 = K32, hr0 = "an", dr0 = St8, yr0 = Nu2, _r0 = [0, [11, "token `", [2, 0, [12, 96, 0]]], "token `%s`"], wr0 = "{", gr0 = em2, br0 = "{|", Tr0 = "|}", Er0 = PM, Sr0 = iM, Ar0 = "[", Ir0 = "]", Pr0 = NT, Cr0 = JL, Nr0 = ln4, Or0 = "=>", jr0 = "...", Dr0 = _D, Rr0 = DM, Fr0 = $32, Mr0 = nm2, Lr0 = bo3, qr0 = I6, Br0 = Je7, Ur0 = Ve6, Xr0 = $P, Gr0 = DT, Yr0 = Bv, zr0 = He6, Jr0 = um2, Kr0 = g6, Hr0 = Tp2, Wr0 = L8, Vr0 = No3, $r0 = cl2, Qr0 = Hv, Zr0 = wa2, x10 = Pa2, r10 = We7, e10 = rk, t102 = Rm2, n10 = Xe6, u10 = Fv, i10 = Tk, f10 = U8, c10 = K8, s10 = h6, a10 = mc2, o10 = Ue5, v10 = Ck, l10 = Yv, p10 = E6, k10 = Aa2, m10 = ga, h10 = j6, d10 = dh, y10 = W22, _10 = fl2, w10 = Oo2, g10 = ae4, b10 = Pk, T10 = Q62, E10 = k6, S10 = W62, A10 = H22, I10 = Ke7, P10 = x42, C10 = tc2, N10 = zb, O10 = JS, j10 = Io3, D10 = Kv, R10 = "%checks", F10 = TR, M10 = hL, L10 = GD, q10 = bF, B10 = vM, U10 = yo3, X10 = qD, G10 = PF, Y10 = IR, z10 = RR, J10 = YD, K10 = kM, H10 = fF, W10 = $L, V10 = eF, $10 = p_, Q10 = "?.", Z10 = Dw, x20 = uM, r20 = Iv, e20 = LF2, t202 = CM, n20 = wR, u20 = _k, i20 = Qm2, f20 = GM, c20 = $F, s20 = SF, a20 = OD, o20 = QL, v20 = WD, l20 = Qy, p20 = F6, k20 = YF, m20 = CF, h20 = yD2, d20 = $7, y20 = ze6, _20 = se6, w20 = _R, g20 = pF, b20 = HL, T20 = SD, E20 = VL, S20 = ZM, A20 = kR, I20 = rx, P20 = ik, C20 = wk, N20 = be6, O20 = H32, j20 = $v, D20 = K32, R20 = ga, F20 = H62, M20 = hk, L20 = bk, q20 = Hk, B20 = Lm2, U20 = Xv, X20 = FD2, G20 = J62, Y20 = tl2, z20 = V32, J20 = jF, K20 = uF, H20 = m6, W20 = m6, V20 = gL, $20 = m6, Q20 = m6, Z20 = em2, xe0 = em2, re0 = gL, ee0 = se6, te0 = se6, ne0 = O6, ue0 = rm2, ie0 = "T_LCURLY", fe0 = "T_RCURLY", ce0 = "T_LCURLYBAR", se0 = "T_RCURLYBAR", ae0 = "T_LPAREN", oe0 = "T_RPAREN", ve0 = "T_LBRACKET", le0 = "T_RBRACKET", pe0 = "T_SEMICOLON", ke0 = "T_COMMA", me0 = "T_PERIOD", he0 = "T_ARROW", de0 = "T_ELLIPSIS", ye0 = "T_AT", _e0 = "T_POUND", we0 = "T_FUNCTION", ge0 = "T_IF", be0 = "T_IN", Te0 = "T_INSTANCEOF", Ee0 = "T_RETURN", Se0 = "T_SWITCH", Ae0 = "T_MATCH", Ie0 = "T_RECORD", Pe0 = "T_THIS", Ce0 = "T_THROW", Ne0 = "T_TRY", Oe0 = "T_VAR", je0 = "T_WHILE", De0 = "T_WITH", Re0 = "T_CONST", Fe0 = "T_LET", Me0 = "T_NULL", Le0 = "T_FALSE", qe0 = "T_TRUE", Be0 = "T_BREAK", Ue0 = "T_CASE", Xe0 = "T_CATCH", Ge0 = "T_CONTINUE", Ye0 = "T_DEFAULT", ze0 = "T_DO", Je0 = "T_FINALLY", Ke0 = "T_FOR", He0 = "T_CLASS", We0 = "T_EXTENDS", Ve0 = "T_STATIC", $e0 = "T_ELSE", Qe0 = "T_NEW", Ze0 = "T_DELETE", xt0 = "T_TYPEOF", rt0 = "T_VOID", et0 = "T_ENUM", tt0 = "T_EXPORT", nt0 = "T_IMPORT", ut0 = "T_SUPER", it0 = "T_IMPLEMENTS", ft0 = "T_INTERFACE", ct0 = "T_PACKAGE", st0 = "T_PRIVATE", at0 = "T_PROTECTED", ot0 = "T_PUBLIC", vt0 = "T_YIELD", lt0 = "T_DEBUGGER", pt0 = "T_DECLARE", kt0 = "T_TYPE", mt0 = "T_OPAQUE", ht0 = "T_OF", dt0 = "T_ASYNC", yt0 = "T_AWAIT", _t0 = "T_CHECKS", wt0 = "T_RSHIFT3_ASSIGN", gt0 = "T_RSHIFT_ASSIGN", bt0 = "T_LSHIFT_ASSIGN", Tt0 = "T_BIT_XOR_ASSIGN", Et0 = "T_BIT_OR_ASSIGN", St0 = "T_BIT_AND_ASSIGN", At0 = "T_MOD_ASSIGN", It0 = "T_DIV_ASSIGN", Pt0 = "T_MULT_ASSIGN", Ct0 = "T_EXP_ASSIGN", Nt0 = "T_MINUS_ASSIGN", Ot0 = "T_PLUS_ASSIGN", jt0 = "T_NULLISH_ASSIGN", Dt0 = "T_AND_ASSIGN", Rt0 = "T_OR_ASSIGN", Ft0 = "T_ASSIGN", Mt0 = "T_PLING_PERIOD", Lt0 = "T_PLING_PLING", qt0 = "T_PLING", Bt0 = "T_COLON", Ut0 = "T_OR", Xt0 = "T_AND", Gt0 = "T_BIT_OR", Yt0 = "T_BIT_XOR", zt0 = "T_BIT_AND", Jt0 = "T_EQUAL", Kt0 = "T_NOT_EQUAL", Ht0 = "T_STRICT_EQUAL", Wt0 = "T_STRICT_NOT_EQUAL", Vt0 = "T_LESS_THAN_EQUAL", $t0 = "T_GREATER_THAN_EQUAL", Qt0 = "T_LESS_THAN", Zt0 = "T_GREATER_THAN", xn0 = "T_LSHIFT", rn0 = "T_RSHIFT", en0 = "T_RSHIFT3", tn0 = "T_PLUS", nn0 = "T_MINUS", un0 = "T_DIV", in0 = "T_MULT", fn0 = "T_EXP", cn0 = "T_MOD", sn0 = "T_NOT", an0 = "T_BIT_NOT", on0 = "T_INCR", vn0 = "T_DECR", ln0 = "T_EOF", pn0 = "T_ANY_TYPE", kn0 = "T_MIXED_TYPE", mn0 = "T_EMPTY_TYPE", hn0 = "T_NUMBER_TYPE", dn0 = "T_BIGINT_TYPE", yn0 = "T_STRING_TYPE", _n0 = "T_VOID_TYPE", wn0 = "T_SYMBOL_TYPE", gn0 = "T_UNKNOWN_TYPE", bn0 = "T_NEVER_TYPE", Tn0 = "T_UNDEFINED_TYPE", En0 = "T_KEYOF", Sn0 = "T_READONLY", An0 = "T_INFER", In0 = "T_IS", Pn0 = "T_ASSERTS", Cn0 = "T_IMPLIES", Nn0 = KL, On0 = KL, jn0 = "T_NUMBER", Dn0 = "T_BIGINT", Rn0 = "T_STRING", Fn0 = "T_TEMPLATE_PART", Mn0 = "T_IDENTIFIER", Ln0 = "T_REGEXP", qn0 = "T_INTERPRETER", Bn0 = "T_ERROR", Un0 = "T_JSX_IDENTIFIER", Xn0 = XL, Gn0 = XL, Yn0 = "T_BOOLEAN_TYPE", zn0 = "T_NUMBER_SINGLETON_TYPE", Jn0 = "T_BIGINT_SINGLETON_TYPE", Kn0 = [0, BR, $S, 9], Hn0 = [0, BR, Hg, 9], Wn0 = wL, Vn0 = "*/", $n0 = wL, Qn0 = "unreachable line_comment", Zn0 = "unreachable string_quote", x70 = "\\", r70 = "unreachable template_part", e70 = `\r
|
|
57949
|
-
`, t70 = ug, n70 = "unreachable regexp_class", u70 = LD, i70 = "unreachable regexp_body", f70 = rx, c70 = rx, s70 = rx, a70 = rx, o70 = hR, v70 = "{'>'}", l70 = F6, p70 = "{'}'}", k70 = em2, m70 = Ao3, h70 = NT, d70 = Qm2, y70 = hR, _70 = Ao3, w70 = NT, g70 = Qm2, b70 = "unreachable type_token wholenumber", T70 = "unreachable type_token wholebigint", E70 = "unreachable type_token floatbigint", S70 = "unreachable type_token scinumber", A70 = "unreachable type_token scibigint", I70 = "unreachable type_token hexnumber", P70 = "unreachable type_token hexbigint", C70 = "unreachable type_token legacyoctnumber", N70 = "unreachable type_token octnumber", O70 = "unreachable type_token octbigint", j70 = "unreachable type_token binnumber", D70 = "unreachable type_token bigbigint", R70 = "unreachable type_token", F70 = yL, M70 = [11, 1], L70 = [11, 0], q70 = "unreachable template_tail", B70 = rx, U70 = rx, X70 = "unreachable jsx_child", G70 = "unreachable jsx_tag", Y70 = [0, hw], z70 = [0, 913], J70 = [0, Y32], K70 = [0, mh], H70 = [0, cR], W70 = [0, QP], V70 = [0, 8747], $70 = [0, gD], Q70 = [0, 916], Z70 = [0, 8225], xu0 = [0, 935], ru0 = [0, VI], eu0 = [0, 914], tu0 = [0, vL], nu0 = [0, IF], uu0 = [0, RE], iu0 = [0, 915], fu0 = [0, TD], cu0 = [0, 919], su0 = [0, 917], au0 = [0, _L], ou0 = [0, KD], vu0 = [0, HR], lu0 = [0, 924], pu0 = [0, 923], ku0 = [0, 922], mu0 = [0, oF], hu0 = [0, 921], du0 = [0, eM], yu0 = [0, Hg], _u0 = [0, xF], wu0 = [0, ty], gu0 = [0, 927], bu0 = [0, 937], Tu0 = [0, HD], Eu0 = [0, $R], Su0 = [0, uR], Au0 = [0, 338], Iu0 = [0, 352], Pu0 = [0, 929], Cu0 = [0, 936], Nu0 = [0, 8243], Ou0 = [0, 928], ju0 = [0, 934], Du0 = [0, qL], Ru0 = [0, o_], Fu0 = [0, 933], Mu0 = [0, pM], Lu0 = [0, nL], qu0 = [0, fD2], Bu0 = [0, 920], Uu0 = [0, 932], Xu0 = [0, jD], Gu0 = [0, dR], Yu0 = [0, KF], zu0 = [0, JR], Ju0 = [0, 918], Ku0 = [0, SR], Hu0 = [0, HF], Wu0 = [0, 926], Vu0 = [0, lF], $u0 = [0, jM], Qu0 = [0, 925], Zu0 = [0, 39], xi0 = [0, 8736], ri0 = [0, 8743], ei0 = [0, 38], ti0 = [0, 945], ni0 = [0, 8501], ui0 = [0, Sv], ii0 = [0, 8226], fi0 = [0, JD2], ci0 = [0, 946], si0 = [0, 8222], ai0 = [0, RD], oi0 = [0, wM], vi0 = [0, 8776], li0 = [0, qI], pi0 = [0, 8773], ki0 = [0, 9827], mi0 = [0, CD2], hi0 = [0, 967], di0 = [0, qM], yi0 = [0, Wm2], _i0 = [0, PD], wi0 = [0, GF], gi0 = [0, 8595], bi0 = [0, 8224], Ti0 = [0, 8659], Ei0 = [0, sR], Si0 = [0, 8746], Ai0 = [0, 8629], Ii0 = [0, yR], Pi0 = [0, 8745], Ci0 = [0, 8195], Ni0 = [0, 8709], Oi0 = [0, iD2], ji0 = [0, dL], Di0 = [0, aL], Ri0 = [0, Gp2], Fi0 = [0, 9830], Mi0 = [0, 8707], Li0 = [0, 8364], qi0 = [0, EM], Bi0 = [0, rl2], Ui0 = [0, 951], Xi0 = [0, 8801], Gi0 = [0, 949], Yi0 = [0, 8194], zi0 = [0, 8805], Ji0 = [0, 947], Ki0 = [0, 8260], Hi0 = [0, jE], Wi0 = [0, nR], Vi0 = [0, $S], $i0 = [0, 8704], Qi0 = [0, XF], Zi0 = [0, EL], xf0 = [0, 8230], rf0 = [0, 9829], ef0 = [0, 8596], tf0 = [0, 8660], nf0 = [0, 62], uf0 = [0, 402], if0 = [0, 948], ff0 = [0, nF], cf0 = [0, E9], sf0 = [0, 8712], af0 = [0, sP], of0 = [0, 953], vf0 = [0, 8734], lf0 = [0, 8465], pf0 = [0, IM], kf0 = [0, 8220], mf0 = [0, 8968], hf0 = [0, 8592], df0 = [0, Sg], yf0 = [0, 10216], _f0 = [0, 955], wf0 = [0, 8656], gf0 = [0, 954], bf0 = [0, 60], Tf0 = [0, 8216], Ef0 = [0, 8249], Sf0 = [0, NM], Af0 = [0, 9674], If0 = [0, 8727], Pf0 = [0, 8970], Cf0 = [0, AL], Nf0 = [0, 8711], Of0 = [0, 956], jf0 = [0, 8722], Df0 = [0, j_], Rf0 = [0, NS], Ff0 = [0, 8212], Mf0 = [0, NR], Lf0 = [0, 8804], qf0 = [0, 957], Bf0 = [0, kF], Uf0 = [0, 8836], Xf0 = [0, 8713], Gf0 = [0, KR], Yf0 = [0, 8715], zf0 = [0, 8800], Jf0 = [0, 8853], Kf0 = [0, 959], Hf0 = [0, 969], Wf0 = [0, 8254], Vf0 = [0, HM], $f0 = [0, 339], Qf0 = [0, jv], Zf0 = [0, BM], xc0 = [0, s9], rc0 = [0, ul2], ec0 = [0, 8855], tc0 = [0, ME], nc0 = [0, t1], uc0 = [0, xI], ic0 = [0, py], fc0 = [0, da3], cc0 = [0, rL], sc0 = [0, 982], ac0 = [0, 960], oc0 = [0, 966], vc0 = [0, 8869], lc0 = [0, 8240], pc0 = [0, 8706], kc0 = [0, 8744], mc0 = [0, 8211], hc0 = [0, 10217], dc0 = [0, 8730], yc0 = [0, 8658], _c0 = [0, 34], wc0 = [0, 968], gc0 = [0, 8733], bc0 = [0, 8719], Tc0 = [0, 961], Ec0 = [0, 8971], Sc0 = [0, LL], Ac0 = [0, 8476], Ic0 = [0, 8221], Pc0 = [0, 8969], Cc0 = [0, 8594], Nc0 = [0, z_], Oc0 = [0, bM], jc0 = [0, Sb], Dc0 = [0, 8901], Rc0 = [0, 353], Fc0 = [0, 8218], Mc0 = [0, 8217], Lc0 = [0, 8250], qc0 = [0, 8835], Bc0 = [0, 8721], Uc0 = [0, 8838], Xc0 = [0, 8834], Gc0 = [0, 9824], Yc0 = [0, 8764], zc0 = [0, 962], Jc0 = [0, 963], Kc0 = [0, 8207], Hc0 = [0, 952], Wc0 = [0, 8756], Vc0 = [0, 964], $c0 = [0, e8], Qc0 = [0, 8839], Zc0 = [0, AC], xs0 = [0, fk], rs0 = [0, ol3], es0 = [0, 8657], ts0 = [0, 8482], ns0 = [0, lk], us0 = [0, 732], is0 = [0, Q32], fs0 = [0, 8201], cs0 = [0, 977], ss0 = [0, sM], as0 = [0, xl2], os0 = [0, 965], vs0 = [0, 978], ls0 = [0, IL], ps0 = [0, jS], ks0 = [0, WL], ms0 = [0, tR], hs0 = [0, 8205], ds0 = [0, 950], ys0 = [0, Bk], _s0 = [0, hF], ws0 = [0, QE], gs0 = [0, 958], bs0 = [0, 8593], Ts0 = [0, oD2], Es0 = [0, 8242], Ss0 = [0, kI], As0 = "unreachable regexp", Is0 = "unreachable token wholenumber", Ps0 = "unreachable token wholebigint", Cs0 = "unreachable token floatbigint", Ns0 = "unreachable token scinumber", Os0 = "unreachable token scibigint", js0 = "unreachable token hexnumber", Ds0 = "unreachable token hexbigint", Rs0 = "unreachable token legacyoctnumber", Fs0 = "unreachable token legacynonoctnumber", Ms0 = "unreachable token octnumber", Ls0 = "unreachable token octbigint", qs0 = "unreachable token bignumber", Bs0 = "unreachable token bigint", Us0 = "unreachable token", Xs0 = yL, Gs0 = [7, "#!"], Ys0 = "expected ?", zs0 = "unreachable string_escape", Js0 = V22, Ks0 = P6, Hs0 = P6, Ws0 = V22, Vs0 = KP, $s0 = EF, Qs0 = "n", Zs0 = "r", xa0 = "t", ra0 = zF, ea0 = P6, ta0 = Ao3, na0 = Ao3, ua0 = "unreachable id_char", ia0 = Ao3, fa0 = Ao3, ca0 = P6, sa0 = uL, aa0 = pD2, oa0 = gb, va0 = [28, "token ILLEGAL"], la0 = [0, [11, "the identifier `", [2, 0, [12, 96, 0]]], "the identifier `%s`"], pa0 = [0, 1], ka0 = [0, 1], ma0 = OF, ha0 = OF, da0 = [0, [11, "an identifier. When exporting a ", [2, 0, [11, " as a named export, you must specify a ", [2, 0, [11, " name. Did you mean `export default ", [2, 0, [11, " ...`?", 0]]]]]]], "an identifier. When exporting a %s as a named export, you must specify a %s name. Did you mean `export default %s ...`?"], ya0 = Sh, _a0 = "Peeking current location when not available", wa0 = [0, "src/parser/parser_env.ml", SR, 9], ga0 = "Internal Error: Tried to add_declared_private with outside of class scope.", ba0 = "Internal Error: `exit_class` called before a matching `enter_class`", Ta0 = rx, Ea0 = [0, 0, 0], Sa0 = [0, 0, 0], Aa0 = "Parser_env.Try.Rollback", Ia0 = rx, Pa0 = rx, Ca0 = [0, H22, of, $i6, CR2, TM, V7, $22, qf, h7, pc2, bc2, Rf2, Gi6, Du2, Fi6, hu2, F7, d7, Qu2, Uf, J72, ui6, cf, X72, Zn4, Zf, _u2, vu2, $n3, ac2, Ps6, oc2, _f2, Sf, Es4, Uc2, jc2, Q7, He6, t72, Wi6, s7, Qc2, Bi6, ic2, rs5, Ve6, Jc2, Uu2, fu2, k7, ss5, ii6, lu2, T7, Je7, ci6, w7, Of, qu2, fc2, Ku2, pi6, q72, a7, If2, _7, fs24, Ge6, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge6, es5, x7, rc2, Vu2, bs5, Wn3, e7, o7, Kf, Pc2, Vn3, r7, Xi6, Qf, kf2, Lu2, sf, Xn4, Vc2, zu2, ni6, Oi6, Hu2, $u2, si6, n7, Ii6, Zc2, Ui6, ys5, Gf, Kc2, Xu2, Mu2, Ei6, Cc2, wu2, Kn4, hs5, df, W72, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os7, N7, oi6, G1, g7, Hn4, Bc2, ai6, pf, ku2, xu2, Tf, Jf, ms5, Tc2, Dc2, z7, dc2, Bu2, zf, f7, D7, Z7, Xf, I7, ds5, fi6, Mi5, Di6, Rc2, zn4, Yu2, xi6, eu2, vf2, ae4, lc2, is5, cc2, Ou2, Df2, as5, Vi6, Gn4, W22, Ri6, U7, cs5, St8, Ni6, qc2, gs5, tu2, i7, vi6, Ru2, di6, Qi6, S7, kc2, _c2, ti6, cu2, gf, nc2, As5, Iu2, wf, Qn3, vs6, Ci6, hi6, Hi6, ws5, bf, v7, b7, Mf2, mi6, C7, Nc2, ts5, p7, t24, Un3, Mc2, yf, Is6, A7, Yn3, Yi6, Ac2, Yf, Xc2, Oc2, Ts4, O7, Hc2, Bf, wc2, Ec2, bu2, ju2, j7, be6, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke7, Xe6, rf, ff, ri6, Wc2, ns5, K7, mu2, Vf, Sc2, _s5, Jn3, gc2, qi6, Hf, ru2, uf, aR, H7, vD, qF, yc2, Ef, ji6, y7, sc2, Wf, B7, ei6, Si6, yi5, Wu2, Ff, Gu2, Su2, Pf2, c7, li6, l7, Ji6, _i6, Cs4, We7, iu2, zc2, vn3, G7, R7, ki6, ls5, u7, Tu2, Pu2, Ti6, Lc2, tf, vc2, tn4, Af], Na0 = [0, ss5, fi6, _c2, Ni6, di6, Cs4, mf, si6, sf, z7, eu2, zc2, _u2, e7, Ve6, bs5, Mc2, W72, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St8, V7, Mf2, $f2, lf, Ji6, ti6, l7, f7, Ac2, Lf, vi6, Hi6, rs5, Vc2, U7, Au2, fu2, Kn4, Ou2, bu2, ai6, Ui6, Si6, ji6, es5, Af, pu2, Ki6, qi6, X72, Lu2, Zu2, ms5, Wf, o7, Ge6, r7, Qi6, x7, Gf, dc2, D7, qc2, G1, ff, $n3, Oc2, E7, Nf, Tc2, g7, kc2, su2, P7, tf, Gc2, Yn3, Mu2, a7, Eu2, vc2, j7, _i6, T7, $22, Pi6, ou2, d7, w7, Ri6, wu2, ki6, Ci6, Q7, Rc2, Wu2, Oi6, ic2, be6, v7, vu2, H22, Hn4, Uc2, zi6, xf2, Du2, $c2, xc2, Yc2, If2, ls5, Gi6, Ef, yu2, $u2, pc2, du2, Xf, Pu2, oc2, xi6, Cc2, Hc2, Nc2, Wn3, yf, Bc2, bi6, mi6, Uf, Ps6, Hf, qf, _f2, ii6, Qu2, Uu2, Rf2, B7, is5, ws5, y7, oi6, S7, ru2, bc2, H7, Hu2, xu2, Sc2, u7, Ei6, Pf2, yi5, Jn3, L7, ps5, Y7, Tf, gc2, Xu2, W22, Je7, F7, J72, Jc2, jf, He6, Ke7, n7, cs5, Vu2, p7, ds5, ge6, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q72, fs24, fc2, Qn3, Vi6, uc2, qu2, Xc2, A7, ns5, ni6, lu2, Xn4, Df2, Pc2, Fc2, ac2, kf2, M7, Vn3, ui6, wi6, uu2, c7, gi6, G7, zn4, Bi6, ju2, Sf, i7, _7, Gn4, Qf, Su2, zu2, zf, ei6, Cu2, vf2, nf, Zf, tn4, h7, Ju2, li6, Zn4, qn4, Bu2, Di6, ri6, ku2, Zi6, Zc2, Yu2, C7, gu2, Jf, cf, s7, Tu2, df, K7, Bn3, Ti6, R7, t24, Ai6, uf, ts5, hs5, Iu2, wf, k7, Xe6, gf, _s5, af, Yi6, hc2, yc2, Wi6, Qc2, vs6, Is6, Fi6, bf, os7, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We7, Lc2, ae4, N7, rf, $i6, mu2, Of, b7, Wc2, au2, t72, Kc2], Oa0 = [0, ss5, fi6, _c2, Ni6, di6, Cs4, mf, si6, sf, z7, eu2, zc2, _u2, e7, Ve6, bs5, Mc2, W72, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St8, V7, TM, Mf2, $f2, lf, Ji6, ti6, l7, f7, Ac2, Lf, vi6, Hi6, rs5, Vc2, U7, Au2, fu2, Kn4, Ou2, bu2, ai6, Ui6, Si6, ji6, es5, Af, pu2, Ki6, qi6, vD, X72, Lu2, Zu2, ms5, Wf, o7, Ge6, r7, Qi6, x7, Gf, dc2, D7, qc2, G1, ff, $n3, Oc2, E7, Nf, Tc2, g7, kc2, su2, P7, tf, Gc2, Yn3, Mu2, a7, Eu2, vc2, j7, _i6, T7, $22, Pi6, ou2, d7, w7, Ri6, wu2, ki6, Ci6, Q7, Rc2, Wu2, Oi6, ic2, be6, v7, vu2, H22, Hn4, Uc2, zi6, xf2, Du2, $c2, xc2, Yc2, If2, ls5, Gi6, Ef, yu2, $u2, pc2, du2, Xf, Pu2, oc2, xi6, Cc2, Hc2, Nc2, Wn3, yf, Bc2, bi6, mi6, Uf, Ps6, Hf, qf, _f2, ii6, Qu2, Uu2, Rf2, B7, is5, ws5, y7, oi6, S7, ru2, bc2, H7, Hu2, xu2, Sc2, u7, Ei6, Pf2, yi5, Jn3, L7, ps5, Y7, Tf, gc2, Xu2, W22, Je7, F7, J72, Jc2, jf, He6, Ke7, n7, cs5, Vu2, p7, ds5, ge6, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q72, fs24, fc2, Qn3, Vi6, uc2, qu2, Xc2, A7, ns5, ni6, lu2, Xn4, Df2, Pc2, Fc2, ac2, kf2, M7, Vn3, ui6, wi6, uu2, c7, gi6, G7, zn4, qF, Bi6, ju2, Sf, i7, _7, Gn4, Qf, Su2, zu2, zf, ei6, Cu2, vf2, nf, Zf, aR, tn4, h7, Ju2, li6, Zn4, CR2, qn4, Bu2, Di6, ri6, ku2, Zi6, Zc2, Yu2, C7, gu2, Jf, cf, s7, Tu2, df, K7, Bn3, Ti6, R7, t24, Ai6, uf, ts5, hs5, Iu2, wf, k7, Xe6, gf, _s5, af, Yi6, hc2, yc2, Wi6, Qc2, vs6, Is6, Fi6, bf, os7, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We7, Lc2, ae4, N7, rf, $i6, mu2, Of, b7, Wc2, au2, t72, Kc2], ja0 = [0, H22, of, $i6, V7, $22, qf, h7, pc2, bc2, Rf2, Gi6, Du2, Fi6, hu2, F7, d7, Qu2, Uf, J72, ui6, cf, X72, Zn4, Zf, _u2, vu2, $n3, ac2, Ps6, oc2, _f2, Sf, Es4, Uc2, jc2, Q7, He6, t72, Wi6, s7, Qc2, Bi6, ic2, rs5, Ve6, Jc2, Uu2, fu2, k7, ss5, ii6, lu2, T7, Je7, ci6, w7, Of, qu2, fc2, Ku2, pi6, q72, a7, If2, _7, fs24, Ge6, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge6, es5, x7, rc2, Vu2, bs5, Wn3, e7, o7, Kf, Pc2, Vn3, r7, Xi6, Qf, kf2, Lu2, sf, Xn4, Vc2, zu2, ni6, Oi6, Hu2, $u2, si6, n7, Ii6, Zc2, Ui6, ys5, Gf, Kc2, Xu2, Mu2, Ei6, Cc2, wu2, Kn4, hs5, df, W72, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os7, N7, oi6, G1, g7, Hn4, Bc2, ai6, pf, ku2, xu2, Tf, Jf, ms5, Tc2, Dc2, z7, dc2, Bu2, zf, f7, D7, Z7, Xf, I7, ds5, fi6, Mi5, Di6, Rc2, zn4, Yu2, xi6, eu2, vf2, ae4, lc2, is5, cc2, Ou2, Df2, as5, Vi6, Gn4, W22, Ri6, U7, cs5, St8, Ni6, qc2, gs5, tu2, i7, vi6, Ru2, di6, Qi6, S7, kc2, _c2, ti6, cu2, gf, nc2, As5, Iu2, wf, Qn3, vs6, Ci6, hi6, Hi6, ws5, bf, v7, b7, Mf2, mi6, C7, Nc2, ts5, p7, t24, Un3, Mc2, yf, Is6, A7, Yn3, Yi6, Ac2, Yf, Xc2, Oc2, Ts4, O7, Hc2, Bf, wc2, Ec2, bu2, ju2, j7, be6, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke7, Xe6, rf, ff, ri6, Wc2, ns5, K7, mu2, Vf, Sc2, _s5, Jn3, gc2, qi6, Hf, ru2, uf, H7, yc2, Ef, ji6, y7, sc2, Wf, B7, ei6, Si6, yi5, Wu2, Ff, Gu2, Su2, Pf2, c7, li6, l7, Ji6, _i6, Cs4, We7, iu2, zc2, vn3, G7, R7, ki6, ls5, u7, Tu2, Pu2, Ti6, Lc2, tf, vc2, tn4, Af], Da0 = $32, Ra0 = nm2, Fa0 = bo3, Ma0 = I6, La0 = Je7, qa0 = Ve6, Ba0 = $P, Ua0 = DT, Xa0 = Bv, Ga0 = He6, Ya0 = um2, za0 = g6, Ja0 = Tp2, Ka0 = L8, Ha0 = No3, Wa0 = cl2, Va0 = Hv, $a0 = wa2, Qa0 = Pa2, Za0 = We7, xo0 = rk, ro0 = Rm2, eo0 = Xe6, to0 = Fv, no0 = Tk, uo0 = U8, io0 = K8, fo0 = h6, co0 = mc2, so0 = Ue5, ao0 = Ck, oo0 = Yv, vo0 = E6, lo0 = Aa2, po0 = ga, ko0 = j6, mo0 = dh, ho0 = W22, do0 = fl2, yo0 = Oo2, _o0 = ae4, wo0 = Pk, go0 = Q62, bo0 = k6, To0 = W62, Eo0 = H22, So0 = Ke7, Ao0 = x42, Io0 = tc2, Po0 = zb, Co0 = JS, No0 = Io3, Oo0 = Kv, jo0 = ik, Do0 = wk, Ro0 = be6, Fo0 = H32, Mo0 = $v, Lo0 = K32, qo0 = ga, Bo0 = H62, Uo0 = hk, Xo0 = bk, Go0 = Hk, Yo0 = Lm2, zo0 = Xv, Jo0 = J62, Ko0 = tl2, Ho0 = V32, Wo0 = O6, Vo0 = rm2, $o0 = [0, Sh], Qo0 = rx, Zo0 = [19, 1], xv0 = [19, 0], rv0 = [0, 0], ev0 = Ta2, tv0 = [0, 0], nv0 = [0, "a type"], uv0 = [0, 0], iv0 = [0, "a number literal type"], fv0 = [0, 0], cv0 = J62, sv0 = tl2, av0 = V32, ov0 = "You should only call render_type after making sure the next token is a renders variant", vv0 = [0, [0, 0, 0, 0, 0]], lv0 = [0, 0, 0, 0], pv0 = [0, 1], kv0 = [0, il3, 1466, 6], mv0 = [0, il3, 1469, 6], hv0 = [0, il3, 1572, 8], dv0 = [0, 1], yv0 = [0, il3, 1589, 8], _v0 = "Can not have both `static` and `proto`", wv0 = Ue5, gv0 = rw, bv0 = [0, 0], Tv0 = [0, "the end of a tuple type (no trailing comma is allowed in inexact tuple type)."], Ev0 = [0, il3, Sv, 15], Sv0 = [0, il3, sP, 15], Av0 = ze6, Iv0 = ze6, Pv0 = Kk, Cv0 = G6, Nv0 = [0, [11, "Failure while looking up ", [2, 0, [11, ". Index: ", [4, 0, 0, 0, [11, ". Length: ", [4, 0, 0, 0, [12, 46, 0]]]]]]], "Failure while looking up %s. Index: %d. Length: %d."], Ov0 = [0, 0, 0, 0], jv0 = "Offset_utils.Offset_lookup_failed", Dv0 = m1, Rv0 = kD, Fv0 = G6, Mv0 = Kk, Lv0 = wD, qv0 = G6, Bv0 = Kk, Uv0 = vR, Xv0 = Yx, Gv0 = "normal", Yv0 = tc2, zv0 = "jsxTag", Jv0 = "jsxChild", Kv0 = "template", Hv0 = nD2, Wv0 = "context", Vv0 = tc2, $v0 = [6, 0], Qv0 = [0, 0], Zv0 = [0, 1], x30 = [0, 4], r30 = [0, 2], e30 = [0, 3], t30 = [0, 0], n30 = ze6, u30 = [0, 0, 0, 0, 0, 0], i30 = [0, 0], f30 = [0, OM], c30 = [0, 1], s30 = [0, 0], a30 = Ta2, o30 = [0, 73], v30 = [0, 84], l30 = aM, p30 = rE, k30 = "exports", m30 = K62, h30 = [0, rx, rx, 0], d30 = [0, AD], y30 = [0, 84], _30 = [0, "a declaration, statement or export specifiers"], w30 = [0, 1], g30 = [0, I9, 1971, 21], b30 = [0, "the keyword `as`"], T30 = [0, 29], E30 = [0, 29], S30 = [0, 0], A30 = [0, 1], I30 = [0, AD], P30 = [0, "the keyword `from`"], C30 = [0, rx, rx, 0], N30 = "Label", O30 = [0, OM], j30 = [0, 0, 0], D30 = [0, 38], R30 = [0, I9, 372, 22], F30 = [0, 37], M30 = [0, I9, 391, 22], L30 = [0, 0], q30 = "the token `;`", B30 = [0, 0], U30 = [0, 0], X30 = FR, G30 = [0, Sh], Y30 = FR, z30 = [28, St8], J30 = Ta2, K30 = [0, 73], H30 = [0, rx, 0], W30 = It7, V30 = [0, rx, 0], $30 = [0, 73], Q30 = [0, 73], Z30 = $32, xl0 = [0, rx, 0], rl0 = [0, 0, 0], el0 = [0, 0, 0], tl0 = [0, [0, 8]], nl0 = [0, [0, 7]], ul0 = [0, [0, 6]], il0 = [0, [0, 10]], fl0 = [0, [0, 9]], cl0 = [0, [0, 11]], sl0 = [0, [0, 5]], al0 = [0, [0, 4]], ol0 = [0, [0, 2]], vl0 = [0, [0, 3]], ll0 = [0, [0, 1]], pl0 = [0, [0, 0]], kl0 = [0, [0, 12]], ml0 = [0, [0, 13]], hl0 = [0, [0, 14]], dl0 = [0, 0], yl0 = [0, 1], _l0 = [0, 0], wl0 = [0, 2], gl0 = [0, 3], bl0 = [0, 7], Tl0 = [0, 6], El0 = [0, 4], Sl0 = [0, 5], Al0 = [0, 1], Il0 = [0, 0], Pl0 = [0, 1], Cl0 = [0, 0], Nl0 = fl2, Ol0 = [0, "either a call or access of `super`"], jl0 = fl2, Dl0 = W22, Rl0 = w6, Fl0 = w6, Ml0 = [0, 2], Ll0 = [0, 0], ql0 = [0, 1], Bl0 = Yv, Ul0 = [0, "the identifier `target`"], Xl0 = [0, 0], Gl0 = [0, 1], Yl0 = [0, 0], zl0 = [0, 0], Jl0 = [0, 2], Kl0 = [0, 2], Hl0 = [0, 1], Wl0 = [0, 73], Vl0 = P6, $l0 = uL, Ql0 = gb, Zl0 = gb, x60 = pD2, r60 = [0, 0], e60 = [0, 1], t60 = [0, 0], n60 = se6, u60 = se6, i60 = [0, "a regular expression"], f60 = rx, c60 = rx, s60 = rx, a60 = [0, 81], o60 = [0, "src/parser/expression_parser.ml", 1550, 17], v60 = [0, "a template literal part"], l60 = [0, [0, rx, rx], 1], p60 = Pv, k60 = [0, 6], m60 = [0, [0, 17, [0, 2]]], h60 = [0, [0, 18, [0, 3]]], d60 = [0, [0, 19, [0, 4]]], y60 = [0, [0, 0, [0, 5]]], _60 = [0, [0, 1, [0, 5]]], w60 = [0, [0, 2, [0, 5]]], g60 = [0, [0, 3, [0, 5]]], b60 = [0, [0, 5, [0, 6]]], T60 = [0, [0, 7, [0, 6]]], E60 = [0, [0, 4, [0, 6]]], S60 = [0, [0, 6, [0, 6]]], A60 = [0, [0, 8, [0, 7]]], I60 = [0, [0, 9, [0, 7]]], P60 = [0, [0, 10, [0, 7]]], C60 = [0, [0, 11, [0, 8]]], N60 = [0, [0, 12, [0, 8]]], O60 = [0, [0, 15, [0, 9]]], j60 = [0, [0, 13, [0, 9]]], D60 = [0, [0, 14, [1, 10]]], R60 = [0, [0, 16, [0, 9]]], F60 = [0, [0, 21, [0, 6]]], M60 = [0, [0, 20, [0, 6]]], L60 = [23, Dw], q60 = [13, "JSX fragment"], B60 = Iv, U60 = ln4, X60 = [0, sn4], G60 = [1, sn4], Y60 = [0, rx, rx, 0], z60 = [0, Sh], J60 = rx, K60 = [0, "a numeric or string literal"], H60 = [0, rx, '""', 0], W60 = [0, 0], V60 = [0, "a number literal"], $60 = [0, [0, 0, V22, 0]], Q60 = [0, 84], Z60 = [21, dM], x40 = [21, R62], r40 = [0, 0, 0], e40 = h6, t40 = [0, rx, 0], n40 = "unexpected PrivateName in Property, expected a PrivateField", u40 = [0, 0, 0], i40 = Sa, f40 = "Must be one of the above", c40 = [0, 1], s40 = [0, 1], a40 = [0, 1], o40 = Sa, v40 = Sa, l40 = p_, p40 = "Internal Error: private name found in object props", k40 = [0, 0, 0, 0], m40 = [0, cF], h40 = [19, [0, 0]], d40 = [0, cF], y40 = ug, _40 = "Nooo: ", w40 = Fv, g40 = "Parser error: No such thing as an expression pattern!", b40 = [0, [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], T40 = [0, "src/parser/parser_flow.ml", fk, 28], E40 = [0, [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], S40 = kD, A40 = Yx, I40 = $D, P40 = eR, C40 = eR, N40 = $D, O40 = tc2, j40 = sD2, D40 = w1, R40 = m1, F40 = "InterpreterDirective", M40 = "interpreter", L40 = "Program", q40 = w1, B40 = "RecordBody", U40 = m1, X40 = Y1, G40 = en4, Y40 = "RecordStaticProperty", z40 = "defaultValue", J40 = Y1, K40 = en4, H40 = "RecordProperty", W40 = S6, V40 = "BreakStatement", $40 = S6, Q40 = "ContinueStatement", Z40 = "DebuggerStatement", xp0 = Wv, rp0 = "DeclareExportAllDeclaration", ep0 = Wv, tp0 = l_, np0 = IE, up0 = Fv, ip0 = "DeclareExportDeclaration", fp0 = w1, cp0 = Yr5, sp0 = "DeclareModule", ap0 = Y1, op0 = "DeclareModuleExports", vp0 = w1, lp0 = Yr5, pp0 = NL, kp0 = "DeclareNamespace", mp0 = Z32, hp0 = w1, dp0 = "DoWhileStatement", yp0 = "EmptyStatement", _p0 = cS, wp0 = IE, gp0 = "ExportDefaultDeclaration", bp0 = cS, Tp0 = cA, Ep0 = Wv, Sp0 = "ExportAllDeclaration", Ap0 = cS, Ip0 = Wv, Pp0 = l_, Cp0 = IE, Np0 = "ExportNamedDeclaration", Op0 = "directive", jp0 = t24, Dp0 = "ExpressionStatement", Rp0 = w1, Fp0 = "update", Mp0 = Z32, Lp0 = ks5, qp0 = "ForStatement", Bp0 = "each", Up0 = w1, Xp0 = fn5, Gp0 = Ea2, Yp0 = "ForInStatement", zp0 = Kv, Jp0 = w1, Kp0 = fn5, Hp0 = Ea2, Wp0 = "ForOfStatement", Vp0 = lR, $p0 = rP, Qp0 = Z32, Zp0 = "IfStatement", xk0 = tc2, rk0 = Aa2, ek0 = m1, tk0 = XD, nk0 = Wv, uk0 = l_, ik0 = "ImportDeclaration", fk0 = w1, ck0 = S6, sk0 = "LabeledStatement", ak0 = J9, ok0 = $1, vk0 = "MatchStatement", lk0 = "RecordImplements", pk0 = w1, kk0 = Oo2, mk0 = B22, hk0 = Yr5, dk0 = "RecordDeclaration", yk0 = $1, _k0 = "ReturnStatement", wk0 = J9, gk0 = "discriminant", bk0 = "SwitchStatement", Tk0 = $1, Ek0 = "ThrowStatement", Sk0 = "finalizer", Ak0 = "handler", Ik0 = vn3, Pk0 = "TryStatement", Ck0 = w1, Nk0 = Z32, Ok0 = "WhileStatement", jk0 = w1, Dk0 = Dp2, Rk0 = "WithStatement", Fk0 = x9, Mk0 = $1, Lk0 = NA, qk0 = x9, Bk0 = $1, Uk0 = NA, Xk0 = KT, Gk0 = "ArrayExpression", Yk0 = B22, zk0 = gh, Jk0 = t24, Kk0 = Ge6, Hk0 = Ey, Wk0 = Io3, Vk0 = w1, $k0 = on8, Qk0 = Yr5, Zk0 = "ArrowFunctionExpression", x80 = t24, r80 = "AsConstExpression", e80 = Y1, t80 = t24, n80 = "AsExpression", u80 = p_, i80 = fn5, f80 = Ea2, c80 = Gv, s80 = "AssignmentExpression", a80 = fn5, o80 = Ea2, v80 = Gv, l80 = "BinaryExpression", p80 = "CallExpression", k80 = lR, m80 = rP, h80 = Z32, d80 = "ConditionalExpression", y80 = Wv, _80 = "ImportExpression", w80 = LF2, g80 = CM, b80 = Dw, T80 = fn5, E80 = Ea2, S80 = Gv, A80 = "LogicalExpression", I80 = J9, P80 = $1, C80 = "MatchExpression", N80 = "MemberExpression", O80 = Tm2, j80 = w6, D80 = "MetaProperty", R80 = Qb, F80 = h8, M80 = fR, L80 = "NewExpression", q80 = A6, B80 = "ObjectExpression", U80 = ft7, X80 = "OptionalCallExpression", G80 = ft7, Y80 = "OptionalMemberExpression", z80 = rM, J80 = "SequenceExpression", K80 = "Super", H80 = "ThisExpression", W80 = Y1, V80 = t24, $80 = "TypeCastExpression", Q80 = Y1, Z80 = t24, xm0 = "SatisfiesExpression", rm0 = x9, em0 = $1, tm0 = NA, nm0 = ze6, um0 = $7, im0 = SD, fm0 = VL, cm0 = Aa2, sm0 = ga, am0 = E6, om0 = "matched above", vm0 = $1, lm0 = XR, pm0 = Gv, km0 = "UnaryExpression", mm0 = $1, hm0 = "AwaitExpression", dm0 = kR, ym0 = ZM, _m0 = XR, wm0 = $1, gm0 = Gv, bm0 = "UpdateExpression", Tm0 = "delegate", Em0 = $1, Sm0 = "YieldExpression", Am0 = "MatchExpressionCase", Im0 = "guard", Pm0 = w1, Cm0 = ge6, Nm0 = "MatchStatementCase", Om0 = "literal", jm0 = "MatchLiteralPattern", Dm0 = "MatchWildcardPattern", Rm0 = ze6, Fm0 = $7, Mm0 = $1, Lm0 = Gv, qm0 = "MatchUnaryPattern", Bm0 = "MatchObjectPattern", Um0 = "MatchInstanceObjectPattern", Xm0 = DF, Gm0 = _a4, Ym0 = "MatchInstancePattern", zm0 = "patterns", Jm0 = "MatchOrPattern", Km0 = Ih, Hm0 = ge6, Wm0 = "MatchAsPattern", Vm0 = Yr5, $m0 = "MatchIdentifierPattern", Qm0 = Tm2, Zm0 = "base", xh0 = "MatchMemberPattern", rh0 = ba2, eh0 = Yr5, th0 = "MatchBindingPattern", nh0 = p6, uh0 = KT, ih0 = "MatchArrayPattern", fh0 = T6, ch0 = ge6, sh0 = en4, ah0 = VR, oh0 = T6, vh0 = ge6, lh0 = en4, ph0 = VR, kh0 = p6, mh0 = A6, hh0 = $1, dh0 = "MatchRestPattern", yh0 = "Unexpected FunctionDeclaration with BodyExpression", _h0 = "HookDeclaration", wh0 = t24, gh0 = Ge6, bh0 = Ey, Th0 = Io3, Eh0 = "FunctionDeclaration", Sh0 = B22, Ah0 = gh, Ih0 = w1, Ph0 = on8, Ch0 = Yr5, Nh0 = "Unexpected FunctionExpression with BodyExpression", Oh0 = B22, jh0 = gh, Dh0 = t24, Rh0 = Ge6, Fh0 = Ey, Mh0 = Io3, Lh0 = w1, qh0 = on8, Bh0 = Yr5, Uh0 = "FunctionExpression", Xh0 = ft7, Gh0 = Y1, Yh0 = Ye4, zh0 = US, Jh0 = ft7, Kh0 = Y1, Hh0 = Ye4, Wh0 = "PrivateIdentifier", Vh0 = ft7, $h0 = Y1, Qh0 = Ye4, Zh0 = US, xd0 = rP, rd0 = Z32, ed0 = "SwitchCase", td0 = w1, nd0 = "param", ud0 = "CatchClause", id0 = w1, fd0 = "BlockStatement", cd0 = ba2, sd0 = Yr5, ad0 = "DeclareVariable", od0 = "DeclareHook", vd0 = Ge6, ld0 = "DeclareFunction", pd0 = Yr5, kd0 = lM, md0 = Oo2, hd0 = mc2, dd0 = w1, yd0 = B22, _d0 = Yr5, wd0 = "DeclareClass", gd0 = B22, bd0 = f_, Td0 = on8, Ed0 = p6, Sd0 = on8, Ad0 = Yr5, Id0 = "DeclareComponent", Pd0 = B22, Cd0 = f_, Nd0 = p6, Od0 = on8, jd0 = "ComponentTypeAnnotation", Dd0 = ft7, Rd0 = Y1, Fd0 = Ye4, Md0 = "ComponentTypeParameter", Ld0 = w1, qd0 = Yr5, Bd0 = "DeclareEnum", Ud0 = mc2, Xd0 = w1, Gd0 = B22, Yd0 = Yr5, zd0 = "DeclareInterface", Jd0 = m1, Kd0 = tc2, Hd0 = cA, Wd0 = "ExportNamespaceSpecifier", Vd0 = fn5, $d0 = B22, Qd0 = Yr5, Zd0 = "DeclareTypeAlias", x50 = fn5, r50 = B22, e50 = Yr5, t50 = "TypeAlias", n50 = "DeclareOpaqueType", u50 = "OpaqueType", i50 = "supertype", f50 = "upperBound", c50 = "lowerBound", s50 = "impltype", a50 = B22, o50 = Yr5, v50 = "ClassDeclaration", l50 = "ClassExpression", p50 = g8, k50 = Oo2, m50 = "superTypeParameters", h50 = "superClass", d50 = B22, y50 = w1, _50 = Yr5, w50 = t24, g50 = "Decorator", b50 = B22, T50 = Yr5, E50 = "ClassImplements", S50 = w1, A50 = "ClassBody", I50 = w1, P50 = "StaticBlock", C50 = _a4, N50 = V6, O50 = Nv, j50 = nl2, D50 = g8, R50 = W32, F50 = Ue5, M50 = ba2, L50 = m1, q50 = en4, B50 = "MethodDefinition", U50 = x42, X50 = g8, G50 = $22, Y50 = Ue5, z50 = W32, J50 = Y1, K50 = m1, H50 = en4, W50 = jL, V50 = "Internal Error: Private name found in class prop", $50 = x42, Q50 = g8, Z50 = $22, xy0 = Ue5, ry0 = W32, ey0 = Y1, ty0 = m1, ny0 = en4, uy0 = jL, iy0 = B22, fy0 = f_, cy0 = on8, sy0 = Yr5, ay0 = w1, oy0 = "ComponentDeclaration", vy0 = $1, ly0 = OE, py0 = fn5, ky0 = Ea2, my0 = jm2, hy0 = T6, dy0 = X62, yy0 = Ye4, _y0 = "ComponentParameter", wy0 = ks5, gy0 = Yr5, by0 = "EnumBigIntMember", Ty0 = Yr5, Ey0 = LR, Sy0 = ks5, Ay0 = Yr5, Iy0 = "EnumStringMember", Py0 = Yr5, Cy0 = LR, Ny0 = ks5, Oy0 = Yr5, jy0 = "EnumNumberMember", Dy0 = ks5, Ry0 = Yr5, Fy0 = "EnumBooleanMember", My0 = B6, Ly0 = Am2, qy0 = y6, By0 = "EnumBooleanBody", Uy0 = B6, Xy0 = Am2, Gy0 = y6, Yy0 = "EnumNumberBody", zy0 = B6, Jy0 = Am2, Ky0 = y6, Hy0 = "EnumStringBody", Wy0 = B6, Vy0 = y6, $y0 = "EnumSymbolBody", Qy0 = B6, Zy0 = Am2, x90 = y6, r90 = "EnumBigIntBody", e90 = w1, t90 = Yr5, n90 = "EnumDeclaration", u90 = mc2, i90 = w1, f90 = B22, c90 = Yr5, s90 = "InterfaceDeclaration", a90 = B22, o90 = Yr5, v90 = "InterfaceExtends", l90 = Y1, p90 = A6, k90 = "ObjectPattern", m90 = Y1, h90 = KT, d90 = "ArrayPattern", y90 = fn5, _90 = Ea2, w90 = jm2, g90 = Y1, b90 = Ye4, T90 = US, E90 = $1, S90 = OE, A90 = $1, I90 = OE, P90 = fn5, C90 = Ea2, N90 = jm2, O90 = ks5, j90 = ks5, D90 = Nv, R90 = nl2, F90 = VD, M90 = W32, L90 = T6, q90 = V6, B90 = ba2, U90 = m1, X90 = en4, G90 = mF, Y90 = $1, z90 = iR, J90 = fn5, K90 = Ea2, H90 = jm2, W90 = W32, V90 = T6, $90 = V6, Q90 = ba2, Z90 = m1, x_0 = en4, r_0 = mF, e_0 = $1, t_0 = iR, n_0 = At8, u_0 = m1, i_0 = J32, f_0 = rx, c_0 = At8, s_0 = $v, a_0 = m1, o_0 = J32, v_0 = At8, l_0 = m1, p_0 = J32, k_0 = Pa2, m_0 = wa2, h_0 = At8, d_0 = m1, y_0 = J32, __0 = "flags", w_0 = ge6, g_0 = "regex", b_0 = At8, T_0 = m1, E_0 = J32, S_0 = At8, A_0 = m1, I_0 = J32, P_0 = rM, C_0 = "quasis", N_0 = "TemplateLiteral", O_0 = "cooked", j_0 = At8, D_0 = "tail", R_0 = m1, F_0 = "TemplateElement", M_0 = "quasi", L_0 = "tag", q_0 = "TaggedTemplateExpression", B_0 = ba2, U_0 = "declarations", X_0 = "VariableDeclaration", G_0 = ks5, Y_0 = Yr5, z_0 = "VariableDeclarator", J_0 = "plus", K_0 = nM, H_0 = Xv, W_0 = bo3, V_0 = ng, $_0 = "in-out", Q_0 = ba2, Z_0 = "Variance", xw0 = "AnyTypeAnnotation", rw0 = "MixedTypeAnnotation", ew0 = "EmptyTypeAnnotation", tw0 = "VoidTypeAnnotation", nw0 = "NullLiteralTypeAnnotation", uw0 = "SymbolTypeAnnotation", iw0 = "NumberTypeAnnotation", fw0 = "BigIntTypeAnnotation", cw0 = "StringTypeAnnotation", sw0 = "BooleanTypeAnnotation", aw0 = Y1, ow0 = "NullableTypeAnnotation", vw0 = "UnknownTypeAnnotation", lw0 = "NeverTypeAnnotation", pw0 = "UndefinedTypeAnnotation", kw0 = ba2, mw0 = Y1, hw0 = "parameterName", dw0 = "TypePredicate", yw0 = "HookTypeAnnotation", _w0 = "FunctionTypeAnnotation", ww0 = Bv, gw0 = B22, bw0 = p6, Tw0 = gh, Ew0 = on8, Sw0 = ft7, Aw0 = Y1, Iw0 = Ye4, Pw0 = fM, Cw0 = ft7, Nw0 = Y1, Ow0 = Ye4, jw0 = fM, Dw0 = [0, 0, 0, 0, 0], Rw0 = "internalSlots", Fw0 = "callProperties", Mw0 = "indexers", Lw0 = A6, qw0 = "exact", Bw0 = tL, Uw0 = "ObjectTypeAnnotation", Xw0 = VD, Gw0 = "There should not be computed object type property keys", Yw0 = ks5, zw0 = Nv, Jw0 = nl2, Kw0 = ba2, Hw0 = $22, Ww0 = rw, Vw0 = Ue5, $w0 = ft7, Qw0 = V6, Zw0 = m1, xg0 = en4, rg0 = "ObjectTypeProperty", eg0 = $1, tg0 = "ObjectTypeSpreadProperty", ng0 = $22, ug0 = Ue5, ig0 = m1, fg0 = en4, cg0 = Yr5, sg0 = "ObjectTypeIndexer", ag0 = Ue5, og0 = m1, vg0 = "ObjectTypeCallProperty", lg0 = ft7, pg0 = $22, kg0 = "sourceType", mg0 = "propType", hg0 = "keyTparam", dg0 = "ObjectTypeMappedTypeProperty", yg0 = m1, _g0 = V6, wg0 = Ue5, gg0 = ft7, bg0 = Yr5, Tg0 = "ObjectTypeInternalSlot", Eg0 = w1, Sg0 = mc2, Ag0 = "InterfaceTypeAnnotation", Ig0 = QM, Pg0 = "ArrayTypeAnnotation", Cg0 = "falseType", Ng0 = "trueType", Og0 = "extendsType", jg0 = "checkType", Dg0 = "ConditionalTypeAnnotation", Rg0 = "typeParameter", Fg0 = "InferTypeAnnotation", Mg0 = Yr5, Lg0 = UF, qg0 = "QualifiedTypeIdentifier", Bg0 = B22, Ug0 = Yr5, Xg0 = "GenericTypeAnnotation", Gg0 = "indexType", Yg0 = "objectType", zg0 = "IndexedAccessType", Jg0 = ft7, Kg0 = "OptionalIndexedAccessType", Hg0 = w_, Wg0 = "UnionTypeAnnotation", Vg0 = w_, $g0 = "IntersectionTypeAnnotation", Qg0 = h8, Zg0 = $1, xb0 = "TypeofTypeAnnotation", rb0 = Yr5, eb0 = UF, tb0 = "QualifiedTypeofIdentifier", nb0 = $1, ub0 = "KeyofTypeAnnotation", ib0 = el2, fb0 = jF, cb0 = uF, sb0 = Y1, ab0 = Gv, ob0 = "TypeOperator", vb0 = Xv, lb0 = tL, pb0 = "elementTypes", kb0 = "TupleTypeAnnotation", mb0 = ft7, hb0 = $22, db0 = QM, yb0 = S6, _b0 = "TupleTypeLabeledElement", wb0 = Y1, gb0 = S6, bb0 = "TupleTypeSpreadElement", Tb0 = At8, Eb0 = m1, Sb0 = "StringLiteralTypeAnnotation", Ab0 = At8, Ib0 = m1, Pb0 = "NumberLiteralTypeAnnotation", Cb0 = At8, Nb0 = m1, Ob0 = "BigIntLiteralTypeAnnotation", jb0 = Pa2, Db0 = wa2, Rb0 = At8, Fb0 = m1, Mb0 = "BooleanLiteralTypeAnnotation", Lb0 = "ExistsTypeAnnotation", qb0 = Y1, Bb0 = vF, Ub0 = Y1, Xb0 = vF, Gb0 = on8, Yb0 = "TypeParameterDeclaration", zb0 = "usesExtendsBound", Jb0 = Fv, Kb0 = $22, Hb0 = No3, Wb0 = "bound", Vb0 = Ye4, $b0 = "TypeParameter", Qb0 = on8, Zb0 = mM, xT0 = on8, rT0 = mM, eT0 = Pv, tT0 = OL, nT0 = "closingElement", uT0 = "openingElement", iT0 = "JSXElement", fT0 = "closingFragment", cT0 = OL, sT0 = "openingFragment", aT0 = "JSXFragment", oT0 = h8, vT0 = "selfClosing", lT0 = "attributes", pT0 = Ye4, kT0 = "JSXOpeningElement", mT0 = "JSXOpeningFragment", hT0 = Ye4, dT0 = "JSXClosingElement", yT0 = "JSXClosingFragment", _T0 = m1, wT0 = Ye4, gT0 = "JSXAttribute", bT0 = $1, TT0 = "JSXSpreadAttribute", ET0 = "JSXEmptyExpression", ST0 = t24, AT0 = "JSXExpressionContainer", IT0 = t24, PT0 = "JSXSpreadChild", CT0 = At8, NT0 = m1, OT0 = "JSXText", jT0 = Tm2, DT0 = Dp2, RT0 = "JSXMemberExpression", FT0 = Ye4, MT0 = rE, LT0 = "JSXNamespacedName", qT0 = Ye4, BT0 = "JSXIdentifier", UT0 = cA, XT0 = X62, GT0 = "ExportSpecifier", YT0 = X62, zT0 = "ImportDefaultSpecifier", JT0 = X62, KT0 = "ImportNamespaceSpecifier", HT0 = XD, WT0 = X62, VT0 = "imported", $T0 = "ImportSpecifier", QT0 = "Line", ZT0 = "Block", xE0 = m1, rE0 = m1, eE0 = "DeclaredPredicate", tE0 = "InferredPredicate", nE0 = Qb, uE0 = h8, iE0 = fR, fE0 = W32, cE0 = Tm2, sE0 = Dp2, aE0 = "message", oE0 = Yx, vE0 = wD, lE0 = vR, pE0 = Wv, kE0 = G6, mE0 = Kk, hE0 = [0, ss5, fi6, _c2, Ni6, di6, Cs4, mf, si6, sf, z7, eu2, zc2, _u2, e7, Ve6, bs5, Mc2, W72, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St8, V7, Mf2, $f2, lf, Ji6, ti6, l7, f7, Ac2, Lf, vi6, Hi6, rs5, Vc2, U7, Au2, fu2, Kn4, Ou2, bu2, ai6, Ui6, Si6, ji6, es5, Af, pu2, Ki6, qi6, X72, Lu2, Zu2, ms5, Wf, o7, Ge6, r7, Qi6, x7, Gf, dc2, D7, qc2, G1, ff, $n3, Oc2, E7, Nf, Tc2, g7, kc2, su2, P7, tf, Gc2, Yn3, Mu2, a7, Eu2, vc2, j7, _i6, T7, $22, Pi6, ou2, d7, w7, Ri6, wu2, ki6, Ci6, Q7, Rc2, Wu2, Oi6, ic2, be6, v7, vu2, H22, Hn4, Uc2, zi6, xf2, Du2, $c2, xc2, Yc2, If2, ls5, Gi6, Ef, yu2, $u2, pc2, du2, Xf, Pu2, oc2, xi6, Cc2, Hc2, Nc2, Wn3, yf, Bc2, bi6, mi6, Uf, Ps6, Hf, qf, _f2, ii6, Qu2, Uu2, Rf2, B7, is5, ws5, y7, oi6, S7, ru2, bc2, H7, Hu2, xu2, Sc2, u7, Ei6, Pf2, yi5, Jn3, L7, ps5, Y7, Tf, gc2, Xu2, W22, Je7, F7, J72, Jc2, jf, He6, Ke7, n7, cs5, Vu2, p7, ds5, ge6, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q72, fs24, fc2, Qn3, Vi6, uc2, qu2, Xc2, A7, ns5, ni6, lu2, Xn4, Df2, Pc2, Fc2, ac2, kf2, M7, Vn3, ui6, wi6, uu2, c7, gi6, G7, zn4, Bi6, ju2, Sf, i7, _7, Gn4, Qf, Su2, zu2, zf, ei6, Cu2, vf2, nf, Zf, tn4, h7, Ju2, li6, Zn4, qn4, Bu2, Di6, ri6, ku2, Zi6, Zc2, Yu2, C7, gu2, Jf, cf, s7, Tu2, df, K7, Bn3, Ti6, R7, t24, Ai6, uf, ts5, hs5, Iu2, wf, k7, Xe6, gf, _s5, af, Yi6, hc2, yc2, Wi6, Qc2, vs6, Is6, Fi6, bf, os7, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We7, Lc2, ae4, N7, rf, $i6, mu2, Of, b7, Wc2, au2, t72, Kc2], dE0 = [0, H22, of, $i6, V7, $22, qf, h7, pc2, bc2, Rf2, Gi6, Du2, Fi6, hu2, F7, d7, Qu2, Uf, J72, ui6, cf, X72, Zn4, Zf, _u2, vu2, $n3, ac2, Ps6, oc2, _f2, Sf, Es4, Uc2, jc2, Q7, He6, t72, Wi6, s7, Qc2, Bi6, ic2, rs5, Ve6, Jc2, Uu2, fu2, k7, ss5, ii6, lu2, T7, Je7, ci6, w7, Of, qu2, fc2, Ku2, pi6, q72, a7, If2, _7, fs24, Ge6, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge6, es5, x7, rc2, Vu2, bs5, Wn3, e7, o7, Kf, Pc2, Vn3, r7, Xi6, Qf, kf2, Lu2, sf, Xn4, Vc2, zu2, ni6, Oi6, Hu2, $u2, si6, n7, Ii6, Zc2, Ui6, ys5, Gf, Kc2, Xu2, Mu2, Ei6, Cc2, wu2, Kn4, hs5, df, W72, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os7, N7, oi6, G1, g7, Hn4, Bc2, ai6, pf, ku2, xu2, Tf, Jf, ms5, Tc2, Dc2, z7, dc2, Bu2, zf, f7, D7, Z7, Xf, I7, ds5, fi6, Mi5, Di6, Rc2, zn4, Yu2, xi6, eu2, vf2, ae4, lc2, is5, cc2, Ou2, Df2, as5, Vi6, Gn4, W22, Ri6, U7, cs5, St8, Ni6, qc2, gs5, tu2, i7, vi6, Ru2, di6, Qi6, S7, kc2, _c2, ti6, cu2, gf, nc2, As5, Iu2, wf, Qn3, vs6, Ci6, hi6, Hi6, ws5, bf, v7, b7, Mf2, mi6, C7, Nc2, ts5, p7, t24, Un3, Mc2, yf, Is6, A7, Yn3, Yi6, Ac2, Yf, Xc2, Oc2, Ts4, O7, Hc2, Bf, wc2, Ec2, bu2, ju2, j7, be6, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke7, Xe6, rf, ff, ri6, Wc2, ns5, K7, mu2, Vf, Sc2, _s5, Jn3, gc2, qi6, Hf, ru2, uf, H7, yc2, Ef, ji6, y7, sc2, Wf, B7, ei6, Si6, yi5, Wu2, Ff, Gu2, Su2, Pf2, c7, li6, l7, Ji6, _i6, Cs4, We7, iu2, zc2, vn3, G7, R7, ki6, ls5, u7, Tu2, Pu2, Ti6, Lc2, tf, vc2, tn4, Af], yE0 = [0, Af, tn4, vc2, tf, Lc2, Ti6, Pu2, Tu2, u7, ls5, ki6, R7, G7, vn3, zc2, iu2, We7, Cs4, _i6, Ji6, l7, li6, c7, Pf2, Su2, Gu2, Ff, Wu2, yi5, Si6, ei6, B7, Wf, sc2, y7, ji6, Ef, yc2, H7, uf, ru2, Hf, qi6, gc2, Jn3, _s5, Sc2, Vf, mu2, K7, ns5, Wc2, ri6, ff, rf, Xe6, Ke7, us5, xc2, ou2, zi6, yu2, lf, gi6, Gc2, wi6, Ic2, hc2, qn4, Ju2, nf, be6, j7, ju2, bu2, Ec2, wc2, Bf, Hc2, O7, Ts4, Oc2, Xc2, Yf, Ac2, Yi6, Yn3, A7, Is6, yf, Mc2, Un3, t24, p7, ts5, Nc2, C7, mi6, Mf2, b7, v7, bf, ws5, Hi6, hi6, Ci6, vs6, Qn3, wf, Iu2, As5, nc2, gf, cu2, ti6, _c2, kc2, S7, Qi6, di6, Ru2, vi6, i7, tu2, gs5, qc2, Ni6, St8, cs5, U7, Ri6, W22, Gn4, Vi6, as5, Df2, Ou2, cc2, is5, lc2, ae4, vf2, eu2, xi6, Yu2, zn4, Rc2, Di6, Mi5, fi6, ds5, I7, Xf, Z7, D7, f7, zf, Bu2, dc2, z7, Dc2, Tc2, ms5, Jf, Tf, xu2, ku2, pf, ai6, Bc2, Hn4, g7, G1, oi6, N7, os7, su2, Yc2, Cu2, Au2, gu2, mf, L7, ps5, E7, du2, uu2, Nf, hf, uc2, Ki6, W72, df, hs5, Kn4, wu2, Cc2, Ei6, Mu2, Xu2, Kc2, Gf, ys5, Ui6, Zc2, Ii6, n7, si6, $u2, Hu2, Oi6, ni6, zu2, Vc2, Xn4, sf, Lu2, kf2, Qf, Xi6, r7, Vn3, Pc2, Kf, o7, e7, Wn3, bs5, Vu2, rc2, x7, es5, ge6, Eu2, Ai6, $c2, bi6, Y7, Fu2, jf, Bn3, m7, Zi6, Fc2, au2, $f2, P7, af, xf2, pu2, M7, Zu2, Pi6, Lf, Ge6, fs24, _7, If2, a7, q72, pi6, Ku2, fc2, qu2, Of, w7, ci6, Je7, T7, lu2, ii6, ss5, k7, fu2, Uu2, Jc2, Ve6, rs5, ic2, Bi6, Qc2, s7, Wi6, t72, He6, Q7, jc2, Uc2, Es4, Sf, _f2, oc2, Ps6, ac2, $n3, vu2, _u2, Zf, Zn4, X72, cf, ui6, J72, Uf, Qu2, d7, F7, hu2, Fi6, Du2, Gi6, Rf2, bc2, pc2, h7, qf, $22, V7, $i6, of, H22], _E0 = "Jsoo_runtime.Error.Exn", wE0 = [0, 0], gE0 = "assert_operator", bE0 = "use_strict", TE0 = w_, EE0 = "esproposal_decorators", SE0 = "records", AE0 = "pattern_matching", IE0 = "enums", PE0 = "components", CE0 = "Internal error: ", NE0 = [t1, "CamlinternalLazy.Undefined", js6(0)];
|
|
57948
|
+
var KV = "Array.sub", HV = "first domain already spawned", WV = [0, "camlinternalOO.ml", BF, 50], VV = [0, WM, 72, 5], $V = [0, WM, 81, 2], QV = "/tmp", ZV = ln4, x$ = [0, "src/wtf8.ml", 65, 9], r$ = [0, "src/third-party/sedlex/flow_sedlexing.ml", jS, 4], e$ = "Flow_sedlexing.MalFormed", t$ = O6, n$ = H32, u$ = K32, i$ = H62, f$ = $v, c$ = [0, [12, 40, [18, [1, [0, [11, Li6, 0], Li6]], [11, "File_key.LibFile", [17, [0, Eo3, 1, 0], 0]]]], "(@[<2>File_key.LibFile@ "], s$ = [0, [3, 0, 0], C6], a$ = [0, [17, 0, [12, 41, 0]], ck], o$ = [0, [12, 40, [18, [1, [0, [11, Li6, 0], Li6]], [11, "File_key.SourceFile", [17, [0, Eo3, 1, 0], 0]]]], "(@[<2>File_key.SourceFile@ "], v$ = [0, [3, 0, 0], C6], l$ = [0, [17, 0, [12, 41, 0]], ck], p$ = [0, [12, 40, [18, [1, [0, [11, Li6, 0], Li6]], [11, "File_key.JsonFile", [17, [0, Eo3, 1, 0], 0]]]], "(@[<2>File_key.JsonFile@ "], k$ = [0, [3, 0, 0], C6], m$ = [0, [17, 0, [12, 41, 0]], ck], h$ = [0, [12, 40, [18, [1, [0, [11, Li6, 0], Li6]], [11, "File_key.ResourceFile", [17, [0, Eo3, 1, 0], 0]]]], "(@[<2>File_key.ResourceFile@ "], d$ = [0, [3, 0, 0], C6], y$ = [0, [17, 0, [12, 41, 0]], ck], _$ = [0, 1], w$ = [0, 0], g$ = [0, 1], b$ = [0, 2], T$ = [0, 2], E$ = [0, 0], S$ = [0, 1], A$ = [0, 1], I$ = [0, 1], P$ = [0, 1], C$ = [0, 2], N$ = [0, 1], O$ = [0, 1], j$ = [0, 0, 0], D$ = [0, 0, 0], R$ = [0, ss5, fi6, _c2, Ni6, di6, Cs4, mf, si6, sf, z7, eu2, zc2, _u2, e7, Ve7, bs5, Mc2, W72, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St8, V7, Mf2, $f2, lf, Ji6, ti6, l7, f7, Ac2, Lf, vi6, Hi6, rs5, Vc2, U7, Au2, fu2, Kn4, Ou2, bu2, ai6, Ui6, Si6, ji6, es5, Af, pu2, Ki6, qi6, X72, Lu2, Zu2, ms5, Wf, o7, Ge7, r7, Qi6, x7, Gf, dc2, D7, qc2, G1, ff, $n3, Oc2, E7, Nf, Tc2, g7, kc2, su2, P7, tf, Gc2, Yn3, Mu2, a7, Eu2, vc2, j7, _i6, T7, $22, Pi6, ou2, d7, w7, Ri6, wu2, ki6, Ci6, Q7, Rc2, Wu2, Oi6, ic2, be6, v7, vu2, H22, Hn4, Uc2, zi6, xf2, Du2, $c2, xc2, Yc2, If2, ls5, Gi6, Ef, yu2, $u2, pc2, du2, Xf, Pu2, oc2, xi6, Cc2, Hc2, Nc2, Wn3, yf, Bc2, bi6, mi6, Uf, Ps6, Hf, qf, _f2, ii6, Qu2, Uu2, Rf2, B7, is5, ws5, y7, oi6, S7, ru2, bc2, H7, Hu2, xu2, Sc2, u7, Ei6, Pf2, yi5, Jn3, L7, ps5, Y7, Tf, gc2, Xu2, W22, Je7, F7, J72, Jc2, jf, He6, Ke7, n7, cs5, Vu2, p7, ds5, ge6, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q72, fs24, fc2, Qn3, Vi6, uc2, qu2, Xc2, A7, ns5, ni6, lu2, Xn4, Df2, Pc2, Fc2, ac2, kf2, M7, Vn3, ui6, wi6, uu2, c7, gi6, G7, zn4, Bi6, ju2, Sf, i7, _7, Gn4, Qf, Su2, zu2, zf, ei6, Cu2, vf2, nf, Zf, tn4, h7, Ju2, li6, Zn4, qn4, Bu2, Di6, ri6, ku2, Zi6, Zc2, Yu2, C7, gu2, Jf, cf, s7, Tu2, df, K7, Bn3, Ti6, R7, t24, Ai6, uf, ts5, hs5, Iu2, wf, k7, Xe6, gf, _s5, af, Yi6, hc2, yc2, Wi6, Qc2, vs6, Is6, Fi6, bf, os7, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We7, Lc2, ae4, N7, rf, $i6, mu2, Of, b7, Wc2, au2, t72, Kc2], F$ = [0, H22, of, $i6, V7, $22, qf, h7, pc2, bc2, Rf2, Gi6, Du2, Fi6, hu2, F7, d7, Qu2, Uf, J72, ui6, cf, X72, Zn4, Zf, _u2, vu2, $n3, ac2, Ps6, oc2, _f2, Sf, Es4, Uc2, jc2, Q7, He6, t72, Wi6, s7, Qc2, Bi6, ic2, rs5, Ve7, Jc2, Uu2, fu2, k7, ss5, ii6, lu2, T7, Je7, ci6, w7, Of, qu2, fc2, Ku2, pi6, q72, a7, If2, _7, fs24, Ge7, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge6, es5, x7, rc2, Vu2, bs5, Wn3, e7, o7, Kf, Pc2, Vn3, r7, Xi6, Qf, kf2, Lu2, sf, Xn4, Vc2, zu2, ni6, Oi6, Hu2, $u2, si6, n7, Ii6, Zc2, Ui6, ys5, Gf, Kc2, Xu2, Mu2, Ei6, Cc2, wu2, Kn4, hs5, df, W72, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os7, N7, oi6, G1, g7, Hn4, Bc2, ai6, pf, ku2, xu2, Tf, Jf, ms5, Tc2, Dc2, z7, dc2, Bu2, zf, f7, D7, Z7, Xf, I7, ds5, fi6, Mi5, Di6, Rc2, zn4, Yu2, xi6, eu2, vf2, ae4, lc2, is5, cc2, Ou2, Df2, as5, Vi6, Gn4, W22, Ri6, U7, cs5, St8, Ni6, qc2, gs5, tu2, i7, vi6, Ru2, di6, Qi6, S7, kc2, _c2, ti6, cu2, gf, nc2, As5, Iu2, wf, Qn3, vs6, Ci6, hi6, Hi6, ws5, bf, v7, b7, Mf2, mi6, C7, Nc2, ts5, p7, t24, Un3, Mc2, yf, Is6, A7, Yn3, Yi6, Ac2, Yf, Xc2, Oc2, Ts4, O7, Hc2, Bf, wc2, Ec2, bu2, ju2, j7, be6, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke7, Xe6, rf, ff, ri6, Wc2, ns5, K7, mu2, Vf, Sc2, _s5, Jn3, gc2, qi6, Hf, ru2, uf, H7, yc2, Ef, ji6, y7, sc2, Wf, B7, ei6, Si6, yi5, Wu2, Ff, Gu2, Su2, Pf2, c7, li6, l7, Ji6, _i6, Cs4, We7, iu2, zc2, vn3, G7, R7, ki6, ls5, u7, Tu2, Pu2, Ti6, Lc2, tf, vc2, tn4, Af], M$ = GM, L$ = $F, q$ = SF, B$ = OD, U$ = Qy, X$ = QL, G$ = F6, Y$ = WD, z$ = YF, J$ = CF, K$ = yD2, H$ = $7, W$ = ze6, V$ = _R, $$ = pF, Q$ = se6, Z$ = HL, xQ = wR, rQ = _k, eQ = Qm2, tQ = bo3, nQ = I6, uQ = kM, iQ = YD, fQ = IR, cQ = RR, sQ = PF, aQ = qD, oQ = GD, vQ = hL, lQ = TR, pQ = vM, kQ = bF, mQ = yo3, hQ = fF, dQ = $L, yQ = eF, _Q = g6, wQ = cl2, gQ = No3, bQ = [0, [18, [1, [0, [11, Li6, 0], Li6]], [11, "{ ", 0]], "@[<2>{ "], TQ = "Loc.line", EQ = [0, [18, [1, [0, 0, rx]], [2, 0, [11, GR, [17, [0, Eo3, 1, 0], 0]]]], yF], SQ = [0, [4, 0, 0, 0, 0], al2], AQ = [0, [17, 0, 0], iI], IQ = [0, [12, 59, [17, [0, Eo3, 1, 0], 0]], ";@ "], PQ = G6, CQ = [0, [18, [1, [0, 0, rx]], [2, 0, [11, GR, [17, [0, Eo3, 1, 0], 0]]]], yF], NQ = [0, [4, 0, 0, 0, 0], al2], OQ = [0, [17, 0, 0], iI], jQ = [0, [17, [0, Eo3, 1, 0], [12, So3, [17, 0, 0]]], "@ }@]"], DQ = rx, RQ = "Object literal may not have data and accessor property with the same name", FQ = "Object literal may not have multiple get/set accessors with the same name", MQ = "Unexpected token <. Remember, adjacent JSX elements must be wrapped in an enclosing parent tag", LQ = "`let [` is ambiguous in this position because it is either a `let` binding pattern, or a member expression.", qQ = "Async functions can only be declared at top level or immediately within another function.", BQ = "`await` is an invalid identifier in async functions", UQ = "`await` is not allowed in async function parameters.", XQ = "Computed properties must have a value.", GQ = "Constructor can't be an accessor.", YQ = "Constructor can't be an async function.", zQ = "Constructor can't be a generator.", JQ = "It is sufficient for your declare function to just have a Promise return type.", KQ = "async is an implementation detail and isn't necessary for your declare function statement. ", HQ = "`declare` modifier can only appear on class fields.", WQ = "Unexpected token `=`. Initializers are not allowed in a `declare`.", VQ = "Unexpected token `=`. Initializers are not allowed in a `declare opaque type`.", $Q = "Classes may only have one constructor", QQ = "Rest element must be final element of an array pattern", ZQ = "Cannot export an enum with `export type`, try `export enum E {}` or `module.exports = E;` instead.", xZ = "Enum members are separated with `,`. Replace `;` with `,`.", rZ = "`const` enums are not supported. Flow Enums are designed to allow for inlining, however the inlining itself needs to be part of the build system (whatever you use) rather than Flow itself.", eZ = "Expected an object pattern, array pattern, or an identifier but found an expression instead", tZ = "Missing comma between export specifiers", nZ = "Generators can only be declared at top level or immediately within another function.", uZ = "Getter should have zero parameters", iZ = "A getter cannot have a `this` parameter.", fZ = "Illegal continue statement", cZ = "Illegal return statement", sZ = "Illegal Unicode escape", aZ = "Missing comma between import specifiers", oZ = "It cannot be used with `import type` or `import typeof` statements", vZ = "The `type` and `typeof` keywords on named imports can only be used on regular `import` statements. ", lZ = "Explicit inexact syntax cannot appear inside an explicit exact object type", pZ = "Explicit inexact syntax can only appear inside an object type", kZ = "Component params must be an identifier. If you'd like to destructure, you should use `name as {destructure}`", mZ = "A bigint literal must be an integer", hZ = "JSX value should be either an expression or a quoted JSX text", dZ = "Invalid left-hand side in assignment", yZ = "Invalid left-hand side in exponentiation expression", _Z = "Invalid left-hand side in for-in", wZ = "Invalid left-hand side in for-of", gZ = "Invalid optional indexed access. Indexed access uses bracket notation. Use the format `T?.[K]`.", bZ = "Invalid regular expression", TZ = "A bigint literal cannot use exponential notation", EZ = "Tuple spread elements cannot be optional.", SZ = "Tuple variance annotations can only be used with labeled tuple elements, e.g. `[+foo: number]`", AZ = "`typeof` can only be used to get the type of variables.", IZ = "JSX attributes must only be assigned a non-empty expression", PZ = "Literals cannot be used as shorthand properties.", CZ = "Malformed unicode", NZ = "`match` argument must not be empty", OZ = "`match` argument cannot contain spread elements", jZ = "`await` is not yet supported in `match` expressions", DZ = "`yield` is not yet supported in `match` expressions", RZ = "Object pattern can't contain methods", FZ = "Expected at least one type parameter.", MZ = "Type parameter declaration needs a default, since a preceding type parameter declaration has a default.", LZ = "More than one default clause in switch statement", qZ = "Illegal newline after throw", BZ = "Illegal newline before arrow", UZ = "Missing catch or finally after try", XZ = "Const must be initialized", GZ = "Destructuring assignment must be initialized", YZ = "An optional chain may not be used in a `new` expression.", zZ = "Template literals may not be used in an optional chain.", JZ = "Rest parameter must be final parameter of an argument list", KZ = "Private fields may not be deleted.", HZ = "Private fields can only be referenced from within a class.", WZ = "Rest property must be final property of an object pattern", VZ = "Records to not support private elements. Remove the `#`.", $Z = "Setter should have exactly one parameter", QZ = "A setter cannot have a `this` parameter.", ZZ = "Catch variable may not be eval or arguments in strict mode", x00 = "Delete of an unqualified identifier in strict mode.", r00 = "Duplicate data property in object literal not allowed in strict mode", e00 = "Function name may not be eval or arguments in strict mode", t00 = "Assignment to eval or arguments is not allowed in strict mode", n00 = "Postfix increment/decrement may not have eval or arguments operand in strict mode", u00 = "Prefix increment/decrement may not have eval or arguments operand in strict mode", i00 = "Strict mode code may not include a with statement", f00 = "Number literals with leading zeros are not allowed in strict mode.", c00 = "Octal literals are not allowed in strict mode.", s00 = "Strict mode function may not have duplicate parameter names", a00 = "Parameter name eval or arguments is not allowed in strict mode", o00 = 'Illegal "use strict" directive in function with non-simple parameter list', v00 = "Use of reserved word in strict mode", l00 = "Variable name may not be eval or arguments in strict mode", p00 = "You may not access a private field through the `super` keyword.", k00 = "Flow does not support abstract classes.", m00 = "Flow does not support template literal types.", h00 = "A type annotation is required for the `this` parameter.", d00 = "Arrow functions cannot have a `this` parameter; arrow functions automatically bind `this` when declared.", y00 = "Constructors cannot have a `this` parameter; constructors don't bind `this` like other functions.", _00 = "The `this` parameter cannot be optional.", w00 = "The `this` parameter must be the first function parameter.", g00 = "A trailing comma is not permitted after the rest element", b00 = "Unexpected end of input", T00 = "Explicit inexact syntax must come at the end of an object type", E00 = "Opaque type aliases are not allowed in untyped mode", S00 = "Unexpected proto modifier", A00 = "Unexpected reserved word", I00 = "Unexpected reserved type", P00 = "Spreading a type is only allowed inside an object type", C00 = "Unexpected static modifier", N00 = "Unexpected `super` outside of a class method", O00 = "`super()` is only valid in a class constructor", j00 = "Type aliases are not allowed in untyped mode", D00 = "Type annotations are not allowed in untyped mode", R00 = "Type declarations are not allowed in untyped mode", F00 = "Type exports are not allowed in untyped mode", M00 = "Type imports are not allowed in untyped mode", L00 = "Interfaces are not allowed in untyped mode", q00 = "Unexpected variance sigil", B00 = "Found a decorator in an unsupported position.", U00 = "Invalid regular expression: missing /", X00 = "Unexpected whitespace between `#` and identifier", G00 = "`yield` is an invalid identifier in generators", Y00 = "Yield expression not allowed in formal parameter", z00 = [0, [11, "Duplicate export for `", [2, 0, [12, 96, 0]]], "Duplicate export for `%s`"], J00 = [0, [11, "Private fields may only be declared once. `#", [2, 0, [11, "` is declared more than once.", 0]]], "Private fields may only be declared once. `#%s` is declared more than once."], K00 = [0, [11, "bigint enum members need to be initialized, e.g. `", [2, 0, [11, " = 1n,` in enum `", [2, 0, [11, nu2, 0]]]]], "bigint enum members need to be initialized, e.g. `%s = 1n,` in enum `%s`."], H00 = [0, [11, "Boolean enum members need to be initialized. Use either `", [2, 0, [11, " = true,` or `", [2, 0, [11, " = false,` in enum `", [2, 0, [11, nu2, 0]]]]]]], "Boolean enum members need to be initialized. Use either `%s = true,` or `%s = false,` in enum `%s`."], W00 = [0, [11, "Enum member names need to be unique, but the name `", [2, 0, [11, "` has already been used before in enum `", [2, 0, [11, nu2, 0]]]]], "Enum member names need to be unique, but the name `%s` has already been used before in enum `%s`."], V00 = [0, [11, WR, [2, 0, [11, "` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers.", 0]]], "Enum `%s` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers."], $00 = "The `...` must come at the end of the enum body. Remove the trailing comma.", Q00 = "The `...` must come after all enum members. Move it to the end of the enum body.", Z00 = [0, [11, "Use one of `boolean`, `number`, `string`, `symbol`, or `bigint` in enum `", [2, 0, [11, nu2, 0]]], "Use one of `boolean`, `number`, `string`, `symbol`, or `bigint` in enum `%s`."], xx0 = [0, [11, "Enum type `", [2, 0, [11, "` is not valid. ", [2, 0, 0]]]], "Enum type `%s` is not valid. %s"], rx0 = [0, [11, "Supplied enum type is not valid. ", [2, 0, 0]], "Supplied enum type is not valid. %s"], ex0 = [0, [11, "Enum member names and initializers are separated with `=`. Replace `", [2, 0, [11, ":` with `", [2, 0, [11, " =`.", 0]]]]], "Enum member names and initializers are separated with `=`. Replace `%s:` with `%s =`."], tx0 = [0, [11, WR, [2, 0, [11, "` has type `", [2, 0, [11, "`, so the initializer of `", [2, 0, [11, "` needs to be a ", [2, 0, [11, " literal.", 0]]]]]]]]], "Enum `%s` has type `%s`, so the initializer of `%s` needs to be a %s literal."], nx0 = [0, [11, "Symbol enum members cannot be initialized. Use `", [2, 0, [11, ",` in enum `", [2, 0, [11, nu2, 0]]]]], "Symbol enum members cannot be initialized. Use `%s,` in enum `%s`."], ux0 = [0, [11, "The enum member initializer for `", [2, 0, [11, "` needs to be a literal (either a boolean, number, or string) in enum `", [2, 0, [11, nu2, 0]]]]], "The enum member initializer for `%s` needs to be a literal (either a boolean, number, or string) in enum `%s`."], ix0 = [0, [11, "Enum member names cannot start with lowercase 'a' through 'z'. Instead of using `", [2, 0, [11, "`, consider using `", [2, 0, [11, "`, in enum `", [2, 0, [11, nu2, 0]]]]]]], "Enum member names cannot start with lowercase 'a' through 'z'. Instead of using `%s`, consider using `%s`, in enum `%s`."], fx0 = [0, [11, "Number enum members need to be initialized, e.g. `", [2, 0, [11, " = 1,` in enum `", [2, 0, [11, nu2, 0]]]]], "Number enum members need to be initialized, e.g. `%s = 1,` in enum `%s`."], cx0 = [0, [11, "String enum members need to consistently either all use initializers, or use no initializers, in enum ", [2, 0, [12, 46, 0]]], "String enum members need to consistently either all use initializers, or use no initializers, in enum %s."], sx0 = [0, [11, "Expected corresponding JSX closing tag for ", [2, 0, 0]], "Expected corresponding JSX closing tag for %s"], ax0 = "immediately within another function.", ox0 = "In strict mode code, functions can only be declared at top level or ", vx0 = "inside a block, or as the body of an if statement.", lx0 = "In non-strict mode code, functions can only be declared at top level, ", px0 = " `break` statements are not required in `match` statements, as unlike `switch` statements, `match` statement cases do not fall-through by default.", kx0 = rx, mx0 = [0, [11, "Illegal break statement.", [2, 0, 0]], "Illegal break statement.%s"], hx0 = zM, dx0 = rx, yx0 = XM, _x0 = DF, wx0 = DM, gx0 = [0, [11, "Classes may not have ", [2, 0, [2, 0, [11, DD2, [2, 0, [11, nu2, 0]]]]]], "Classes may not have %s%s named `%s`."], bx0 = "Components use `renders` instead of `:` to annotate the render type of a component.", Tx0 = uM, Ex0 = rx, Sx0 = [0, [11, "String params require local bindings using `as` renaming. You can use `'", [2, 0, [11, "' as ", [2, 0, [2, 0, [11, ": <TYPE>` ", 0]]]]]], "String params require local bindings using `as` renaming. You can use `'%s' as %s%s: <TYPE>` "], Ax0 = "Remove the period.", Ix0 = "Indexed access uses bracket notation.", Px0 = [0, [11, "Invalid indexed access. ", [2, 0, [11, " Use the format `T[K]`.", 0]]], "Invalid indexed access. %s Use the format `T[K]`."], Cx0 = [0, [11, "Invalid flags supplied to RegExp constructor '", [2, 0, [12, 39, 0]]], "Invalid flags supplied to RegExp constructor '%s'"], Nx0 = tn4, Ox0 = Dp2, jx0 = [0, [11, "In match ", [2, 0, [11, " pattern, the rest must be the last element in the pattern", 0]]], "In match %s pattern, the rest must be the last element in the pattern"], Dx0 = [0, [11, "JSX element ", [2, 0, [11, " has no corresponding closing tag.", 0]]], "JSX element %s has no corresponding closing tag."], Rx0 = [0, [11, tM, [2, 0, [11, "`. Parentheses are required to combine `??` with `&&` or `||` expressions.", 0]]], "Unexpected token `%s`. Parentheses are required to combine `??` with `&&` or `||` expressions."], Fx0 = zM, Mx0 = rx, Lx0 = XM, qx0 = A6, Bx0 = [0, [11, "Records may not have ", [2, 0, [2, 0, [11, DD2, [2, 0, [11, nu2, 0]]]]]], "Records may not have %s%s named `%s`."], Ux0 = [0, [2, 0, [11, " '", [2, 0, [11, "' has already been declared", 0]]]], "%s '%s' has already been declared"], Xx0 = rx, Gx0 = k6, Yx0 = " You can try using JavaScript private fields by prepending `#` to the field name.", zx0 = Q62, Jx0 = " Fields and methods are public by default. You can simply omit the `public` keyword.", Kx0 = W62, Hx0 = [0, [11, "Flow does not support using `", [2, 0, [11, "` in classes.", [2, 0, 0]]]], "Flow does not support using `%s` in classes.%s"], Wx0 = [0, [11, "Private fields must be declared before they can be referenced. `#", [2, 0, [11, "` has not been declared.", 0]]], "Private fields must be declared before they can be referenced. `#%s` has not been declared."], Vx0 = [0, [11, xM, [2, 0, 0]], "Unexpected %s"], $x0 = [0, [11, tM, [2, 0, [11, "`. Did you mean `", [2, 0, [11, "`?", 0]]]]], "Unexpected token `%s`. Did you mean `%s`?"], Qx0 = [0, [11, xM, [2, 0, [11, ", expected ", [2, 0, 0]]]], "Unexpected %s, expected %s"], Zx0 = [0, [11, "Undefined label '", [2, 0, [12, 39, 0]]], "Undefined label '%s'"], xr0 = "Parse_error.Error", rr0 = [0, [0, 36, 37], [0, 48, 58], [0, 65, 91], [0, 95, 96], [0, 97, un4], [0, py, Sg], [0, NS, s9], [0, j_, Wm2], [0, xI, z_], [0, Y32, lk], [0, ty, Gp2], [0, t1, 706], [0, CD2, 722], [0, 736, 741], [0, 748, 749], [0, 750, 751], [0, 768, 885], [0, 886, 888], [0, 890, 894], [0, 895, 896], [0, 902, 907], [0, 908, 909], [0, 910, 930], [0, jM, 1014], [0, 1015, 1154], [0, 1155, 1160], [0, 1162, 1328], [0, 1329, 1367], [0, 1369, 1370], [0, 1376, 1417], [0, 1425, 1470], [0, 1471, 1472], [0, 1473, 1475], [0, 1476, 1478], [0, 1479, 1480], [0, 1488, 1515], [0, 1519, 1523], [0, 1552, 1563], [0, 1568, 1642], [0, 1646, 1748], [0, 1749, 1757], [0, 1759, 1769], [0, 1770, 1789], [0, 1791, 1792], [0, 1808, 1867], [0, 1869, 1970], [0, 1984, 2038], [0, 2042, 2043], [0, 2045, 2046], [0, Gg, 2094], [0, 2112, 2140], [0, 2144, 2155], [0, 2208, 2229], [0, 2230, 2238], [0, 2259, 2274], [0, 2275, 2404], [0, 2406, 2416], [0, 2417, 2436], [0, 2437, 2445], [0, 2447, 2449], [0, 2451, 2473], [0, 2474, 2481], [0, 2482, 2483], [0, 2486, 2490], [0, 2492, 2501], [0, 2503, 2505], [0, 2507, 2511], [0, 2519, 2520], [0, 2524, 2526], [0, 2527, 2532], [0, 2534, 2546], [0, 2556, 2557], [0, 2558, 2559], [0, 2561, 2564], [0, 2565, 2571], [0, 2575, 2577], [0, 2579, 2601], [0, 2602, 2609], [0, 2610, 2612], [0, 2613, 2615], [0, 2616, 2618], [0, 2620, 2621], [0, 2622, 2627], [0, 2631, 2633], [0, 2635, 2638], [0, 2641, 2642], [0, 2649, 2653], [0, 2654, 2655], [0, 2662, 2678], [0, 2689, 2692], [0, 2693, 2702], [0, 2703, 2706], [0, 2707, 2729], [0, 2730, 2737], [0, 2738, 2740], [0, 2741, 2746], [0, 2748, 2758], [0, 2759, 2762], [0, 2763, 2766], [0, 2768, 2769], [0, 2784, 2788], [0, 2790, 2800], [0, 2809, 2816], [0, 2817, 2820], [0, 2821, 2829], [0, 2831, 2833], [0, 2835, 2857], [0, 2858, 2865], [0, 2866, 2868], [0, 2869, 2874], [0, 2876, 2885], [0, 2887, 2889], [0, 2891, 2894], [0, 2902, 2904], [0, 2908, 2910], [0, 2911, 2916], [0, 2918, 2928], [0, 2929, 2930], [0, 2946, 2948], [0, 2949, 2955], [0, 2958, 2961], [0, 2962, 2966], [0, 2969, 2971], [0, 2972, 2973], [0, 2974, 2976], [0, 2979, 2981], [0, 2984, 2987], [0, 2990, 3002], [0, 3006, 3011], [0, 3014, 3017], [0, 3018, 3022], [0, 3024, 3025], [0, 3031, 3032], [0, 3046, 3056], [0, 3072, 3085], [0, 3086, 3089], [0, 3090, 3113], [0, 3114, 3130], [0, 3133, 3141], [0, 3142, 3145], [0, 3146, 3150], [0, 3157, 3159], [0, 3160, 3163], [0, 3168, 3172], [0, 3174, 3184], [0, 3200, 3204], [0, 3205, 3213], [0, 3214, 3217], [0, 3218, 3241], [0, 3242, 3252], [0, 3253, 3258], [0, 3260, 3269], [0, 3270, 3273], [0, 3274, 3278], [0, 3285, 3287], [0, 3294, 3295], [0, 3296, 3300], [0, 3302, 3312], [0, 3313, 3315], [0, 3328, 3332], [0, 3333, 3341], [0, 3342, 3345], [0, 3346, 3397], [0, 3398, 3401], [0, 3402, 3407], [0, 3412, 3416], [0, 3423, 3428], [0, 3430, 3440], [0, 3450, 3456], [0, 3458, 3460], [0, 3461, 3479], [0, 3482, 3506], [0, 3507, 3516], [0, 3517, 3518], [0, 3520, 3527], [0, 3530, 3531], [0, 3535, 3541], [0, 3542, 3543], [0, 3544, 3552], [0, 3558, 3568], [0, 3570, 3572], [0, 3585, 3643], [0, 3648, 3663], [0, 3664, 3674], [0, 3713, 3715], [0, 3716, 3717], [0, 3718, 3723], [0, 3724, 3748], [0, 3749, 3750], [0, 3751, 3774], [0, 3776, 3781], [0, 3782, 3783], [0, 3784, 3790], [0, 3792, 3802], [0, 3804, 3808], [0, 3840, 3841], [0, 3864, 3866], [0, 3872, 3882], [0, 3893, 3894], [0, 3895, 3896], [0, 3897, 3898], [0, 3902, 3912], [0, 3913, 3949], [0, 3953, 3973], [0, 3974, 3992], [0, 3993, 4029], [0, 4038, 4039], [0, NF, 4170], [0, 4176, 4254], [0, 4256, 4294], [0, 4295, 4296], [0, 4301, 4302], [0, 4304, 4347], [0, 4348, 4681], [0, 4682, 4686], [0, 4688, 4695], [0, 4696, 4697], [0, 4698, 4702], [0, 4704, 4745], [0, 4746, 4750], [0, 4752, 4785], [0, 4786, 4790], [0, 4792, 4799], [0, 4800, 4801], [0, 4802, 4806], [0, 4808, 4823], [0, 4824, 4881], [0, 4882, 4886], [0, 4888, 4955], [0, 4957, 4960], [0, 4969, 4978], [0, 4992, 5008], [0, 5024, 5110], [0, 5112, 5118], [0, 5121, 5741], [0, 5743, nC], [0, 5761, 5787], [0, 5792, 5867], [0, 5870, 5881], [0, 5888, 5901], [0, 5902, 5909], [0, 5920, 5941], [0, 5952, 5972], [0, 5984, 5997], [0, 5998, 6001], [0, 6002, 6004], [0, 6016, 6100], [0, 6103, 6104], [0, 6108, 6110], [0, 6112, 6122], [0, 6155, 6158], [0, 6160, 6170], [0, 6176, 6265], [0, 6272, 6315], [0, 6320, 6390], [0, 6400, 6431], [0, 6432, 6444], [0, 6448, 6460], [0, 6470, 6510], [0, 6512, 6517], [0, 6528, 6572], [0, 6576, 6602], [0, 6608, 6619], [0, 6656, 6684], [0, 6688, 6751], [0, 6752, 6781], [0, 6783, 6794], [0, 6800, 6810], [0, 6823, 6824], [0, 6832, 6846], [0, 6912, 6988], [0, 6992, 7002], [0, 7019, 7028], [0, 7040, 7156], [0, 7168, 7224], [0, 7232, 7242], [0, 7245, 7294], [0, 7296, 7305], [0, 7312, 7355], [0, 7357, 7360], [0, 7376, 7379], [0, 7380, 7419], [0, 7424, 7674], [0, 7675, 7958], [0, 7960, 7966], [0, 7968, 8006], [0, 8008, 8014], [0, 8016, 8024], [0, 8025, 8026], [0, 8027, 8028], [0, 8029, 8030], [0, 8031, 8062], [0, 8064, 8117], [0, 8118, 8125], [0, 8126, 8127], [0, 8130, 8133], [0, 8134, 8141], [0, 8144, 8148], [0, 8150, 8156], [0, 8160, 8173], [0, 8178, 8181], [0, 8182, 8189], [0, tR, NM], [0, 8255, 8257], [0, 8276, 8277], [0, F8, 8306], [0, f8, 8320], [0, 8336, 8349], [0, 8400, 8413], [0, 8417, 8418], [0, 8421, 8433], [0, dm2, 8451], [0, Gm2, 8456], [0, 8458, tk], [0, dk, 8470], [0, sM, 8478], [0, _8, Jm2], [0, th, gk], [0, Ik, Hm2], [0, 8490, 8506], [0, 8508, 8512], [0, 8517, 8522], [0, Lk, 8527], [0, 8544, 8585], [0, 11264, 11311], [0, 11312, 11359], [0, 11360, 11493], [0, 11499, 11508], [0, 11520, om2], [0, gp2, 11560], [0, Fm2, 11566], [0, 11568, 11624], [0, u8, 11632], [0, ak, 11671], [0, 11680, lm2], [0, 11688, km2], [0, 11696, bp2], [0, 11704, Uk], [0, 11712, z8], [0, 11720, Ip2], [0, 11728, sh], [0, 11736, 11743], [0, 11744, 11776], [0, 12293, 12296], [0, 12321, uh], [0, 12337, 12342], [0, 12344, 12349], [0, 12353, 12439], [0, 12441, X8], [0, 12449, _h], [0, 12540, 12544], [0, 12549, Ym2], [0, 12593, 12687], [0, 12704, 12731], [0, 12784, 12800], [0, 13312, 19894], [0, 19968, 40944], [0, 40960, 42125], [0, 42192, 42238], [0, 42240, 42509], [0, 42512, 42540], [0, 42560, 42608], [0, 42612, ek], [0, 42623, 42738], [0, 42775, 42784], [0, 42786, 42889], [0, 42891, 42944], [0, 42946, 42951], [0, l8, 43048], [0, 43072, 43124], [0, 43136, 43206], [0, 43216, 43226], [0, 43232, 43256], [0, $k, Yk], [0, 43261, 43310], [0, 43312, 43348], [0, 43360, 43389], [0, 43392, 43457], [0, W8, 43482], [0, 43488, Bp2], [0, aF, 43575], [0, 43584, 43598], [0, 43600, 43610], [0, 43616, 43639], [0, fm2, 43715], [0, 43739, 43742], [0, 43744, 43760], [0, 43762, 43767], [0, 43777, 43783], [0, 43785, 43791], [0, 43793, 43799], [0, 43808, wm2], [0, 43816, p8], [0, 43824, Q8], [0, 43868, Np2], [0, 43888, 44011], [0, 44012, 44014], [0, 44016, 44026], [0, 44032, 55204], [0, 55216, 55239], [0, 55243, 55292], [0, 63744, 64110], [0, 64112, 64218], [0, 64256, 64263], [0, 64275, 64280], [0, Wk, qp2], [0, 64298, b8], [0, 64312, ym2], [0, Qk, pk], [0, 64320, ih], [0, 64323, Th], [0, 64326, 64434], [0, 64467, 64830], [0, 64848, 64912], [0, 64914, 64968], [0, 65008, 65020], [0, 65024, 65040], [0, 65056, 65072], [0, 65075, 65077], [0, 65101, 65104], [0, 65136, $m2], [0, 65142, 65277], [0, 65296, 65306], [0, 65313, 65339], [0, 65343, pm2], [0, 65345, 65371], [0, 65382, 65471], [0, 65474, 65480], [0, 65482, 65488], [0, 65490, 65496], [0, 65498, 65501], [0, Y6, lh], [0, 65549, Z8], [0, 65576, Ek], [0, 65596, Ak], [0, 65599, 65614], [0, 65616, 65630], [0, 65664, 65787], [0, 65856, 65909], [0, 66045, 66046], [0, 66176, 66205], [0, 66208, 66257], [0, 66272, 66273], [0, 66304, 66336], [0, 66349, 66379], [0, 66384, 66427], [0, 66432, 66462], [0, 66464, 66500], [0, 66504, ah], [0, 66513, 66518], [0, 66560, 66718], [0, 66720, 66730], [0, 66736, 66772], [0, 66776, 66812], [0, 66816, 66856], [0, 66864, 66916], [0, 67072, 67383], [0, 67392, 67414], [0, 67424, 67432], [0, 67584, 67590], [0, vk, x8], [0, 67594, oh], [0, 67639, 67641], [0, $8, 67645], [0, 67647, 67670], [0, 67680, 67703], [0, 67712, 67743], [0, 67808, Hp2], [0, 67828, 67830], [0, 67840, 67862], [0, 67872, 67898], [0, 67968, 68024], [0, 68030, 68032], [0, ph, 68100], [0, 68101, 68103], [0, 68108, Xk], [0, 68117, V8], [0, 68121, 68150], [0, 68152, 68155], [0, 68159, 68160], [0, 68192, 68221], [0, 68224, 68253], [0, 68288, D8], [0, 68297, 68327], [0, 68352, 68406], [0, 68416, 68438], [0, 68448, 68467], [0, 68480, 68498], [0, 68608, 68681], [0, 68736, 68787], [0, 68800, 68851], [0, 68864, 68904], [0, 68912, 68922], [0, 69376, 69405], [0, qm2, 69416], [0, 69424, 69457], [0, 69600, 69623], [0, 69632, 69703], [0, 69734, nh], [0, 69759, 69819], [0, 69840, 69865], [0, 69872, 69882], [0, 69888, 69941], [0, 69942, 69952], [0, Up2, Dk], [0, 69968, 70004], [0, Km2, 70007], [0, 70016, 70085], [0, 70089, 70093], [0, 70096, Om2], [0, o8, 70109], [0, 70144, Nm2], [0, 70163, 70200], [0, 70206, 70207], [0, 70272, Pm2], [0, S8, Fk], [0, 70282, Cm2], [0, 70287, mm2], [0, 70303, 70313], [0, 70320, 70379], [0, 70384, 70394], [0, 70400, jp2], [0, 70405, 70413], [0, 70415, 70417], [0, 70419, Vm2], [0, 70442, Y8], [0, 70450, cm2], [0, 70453, 70458], [0, 70459, 70469], [0, 70471, 70473], [0, 70475, 70478], [0, Yp2, 70481], [0, 70487, 70488], [0, 70493, 70500], [0, 70502, 70509], [0, 70512, 70517], [0, 70656, 70731], [0, 70736, 70746], [0, uk, 70752], [0, 70784, Um2], [0, i8, 70856], [0, 70864, 70874], [0, 71040, 71094], [0, 71096, 71105], [0, 71128, 71134], [0, 71168, 71233], [0, a8, 71237], [0, 71248, 71258], [0, 71296, 71353], [0, 71360, 71370], [0, 71424, 71451], [0, 71453, 71468], [0, 71472, 71482], [0, 71680, 71739], [0, 71840, 71914], [0, 71935, 71936], [0, 72096, 72104], [0, 72106, 72152], [0, 72154, R8], [0, Xm2, 72165], [0, t82, 72255], [0, 72263, 72264], [0, qk, 72346], [0, k8, 72350], [0, 72384, 72441], [0, 72704, zm2], [0, 72714, 72759], [0, 72760, 72769], [0, 72784, 72794], [0, 72818, 72848], [0, 72850, 72872], [0, 72873, 72887], [0, 72960, d8], [0, 72968, ch], [0, 72971, 73015], [0, 73018, 73019], [0, 73020, 73022], [0, 73023, 73032], [0, 73040, 73050], [0, 73056, E8], [0, 73063, bm2], [0, 73066, 73103], [0, 73104, 73106], [0, 73107, 73113], [0, 73120, 73130], [0, 73440, 73463], [0, 73728, 74650], [0, 74752, 74863], [0, 74880, 75076], [0, 77824, 78895], [0, 82944, 83527], [0, 92160, 92729], [0, 92736, 92767], [0, 92768, 92778], [0, 92880, 92910], [0, 92912, 92917], [0, 92928, 92983], [0, 92992, 92996], [0, 93008, 93018], [0, 93027, 93048], [0, 93053, 93072], [0, 93760, 93824], [0, 93952, 94027], [0, gm2, 94088], [0, 94095, 94112], [0, 94176, mk], [0, Op2, 94180], [0, 94208, 100344], [0, 100352, 101107], [0, 110592, 110879], [0, 110928, 110931], [0, 110948, 110952], [0, 110960, 111356], [0, 113664, 113771], [0, 113776, 113789], [0, 113792, 113801], [0, 113808, 113818], [0, 113821, 113823], [0, 119141, 119146], [0, 119149, 119155], [0, 119163, 119171], [0, 119173, 119180], [0, 119210, 119214], [0, 119362, 119365], [0, 119808, Fp2], [0, 119894, jk], [0, 119966, 119968], [0, r8, 119971], [0, 119973, 119975], [0, 119977, Ah], [0, 119982, Sm2], [0, M8, xm2], [0, 119997, c8], [0, 120005, bh], [0, 120071, 120075], [0, 120077, sk], [0, 120086, Im2], [0, 120094, Xp2], [0, 120123, H8], [0, 120128, n8], [0, Jk, 120135], [0, 120138, eh], [0, 120146, 120486], [0, 120488, yk], [0, 120514, T8], [0, 120540, wh], [0, 120572, Rk], [0, 120598, C8], [0, 120630, Zp2], [0, 120656, w8], [0, 120688, zp2], [0, 120714, Cp2], [0, 120746, Nk], [0, 120772, 120780], [0, 120782, 120832], [0, 121344, 121399], [0, 121403, 121453], [0, 121461, 121462], [0, 121476, 121477], [0, 121499, 121504], [0, 121505, 121520], [0, 122880, 122887], [0, 122888, 122905], [0, 122907, 122914], [0, 122915, 122917], [0, 122918, 122923], [0, 123136, 123181], [0, 123184, 123198], [0, 123200, 123210], [0, Sp2, 123215], [0, 123584, 123642], [0, 124928, 125125], [0, 125136, 125143], [0, 125184, 125260], [0, 125264, 125274], [0, 126464, xk], [0, 126469, hm2], [0, 126497, yh], [0, Pp2, 126501], [0, Mm2, J8], [0, 126505, Ep2], [0, 126516, N8], [0, kh, tm2], [0, Vp2, 126524], [0, fh, 126531], [0, Eh, Qp2], [0, hh, vm2], [0, vh, Mp2], [0, 126541, Mk], [0, 126545, xh], [0, Dm2, 126549], [0, j8, $p2], [0, Zk, y8], [0, am2, rh], [0, ok, Jp2], [0, q8, Sk], [0, 126561, Wp2], [0, Zm2, 126565], [0, 126567, Rp2], [0, 126572, nk], [0, 126580, A8], [0, 126585, Vk], [0, O8, Bm2], [0, 126592, Kp2], [0, 126603, 126620], [0, 126625, P8], [0, 126629, m8], [0, 126635, 126652], [0, 131072, 173783], [0, 173824, 177973], [0, 177984, 178206], [0, 178208, 183970], [0, 183984, 191457], [0, 194560, 195102], [0, 917760, 918000]], er0 = [0, 1, 0], tr0 = [0, 0, [0, 1, 0], [0, 1, 0]], nr0 = sL, ur0 = "end of input", ir0 = U62, fr0 = "template literal part", cr0 = U62, sr0 = nD2, ar0 = sL, or0 = U62, vr0 = H32, lr0 = U62, pr0 = $v, kr0 = U62, mr0 = K32, hr0 = "an", dr0 = St8, yr0 = Nu2, _r0 = [0, [11, "token `", [2, 0, [12, 96, 0]]], "token `%s`"], wr0 = "{", gr0 = em2, br0 = "{|", Tr0 = "|}", Er0 = PM, Sr0 = iM, Ar0 = "[", Ir0 = "]", Pr0 = NT, Cr0 = JL, Nr0 = ln4, Or0 = "=>", jr0 = "...", Dr0 = _D, Rr0 = DM, Fr0 = $32, Mr0 = nm2, Lr0 = bo3, qr0 = I6, Br0 = Je7, Ur0 = Ve7, Xr0 = $P, Gr0 = DT, Yr0 = Bv, zr0 = He6, Jr0 = um2, Kr0 = g6, Hr0 = Tp2, Wr0 = L8, Vr0 = No3, $r0 = cl2, Qr0 = Hv, Zr0 = wa2, x10 = Pa2, r10 = We7, e10 = rk, t102 = Rm2, n10 = Xe6, u10 = Fv, i10 = Tk, f10 = U8, c10 = K8, s10 = h6, a10 = mc2, o10 = Ue5, v10 = Ck, l10 = Yv, p10 = E6, k10 = Aa2, m10 = ga, h10 = j6, d10 = dh, y10 = W22, _10 = fl2, w10 = Oo2, g10 = ae4, b10 = Pk, T10 = Q62, E10 = k6, S10 = W62, A10 = H22, I10 = Ke7, P10 = x42, C10 = tc2, N10 = zb, O10 = JS, j10 = Io3, D10 = Kv, R10 = "%checks", F10 = TR, M10 = hL, L10 = GD, q10 = bF, B10 = vM, U10 = yo3, X10 = qD, G10 = PF, Y10 = IR, z10 = RR, J10 = YD, K10 = kM, H10 = fF, W10 = $L, V10 = eF, $10 = p_, Q10 = "?.", Z10 = Dw, x20 = uM, r20 = Iv, e20 = LF2, t202 = CM, n20 = wR, u20 = _k, i20 = Qm2, f20 = GM, c20 = $F, s20 = SF, a20 = OD, o20 = QL, v20 = WD, l20 = Qy, p20 = F6, k20 = YF, m20 = CF, h20 = yD2, d20 = $7, y20 = ze6, _20 = se6, w20 = _R, g20 = pF, b20 = HL, T20 = SD, E20 = VL, S20 = ZM, A20 = kR, I20 = rx, P20 = ik, C20 = wk, N20 = be6, O20 = H32, j20 = $v, D20 = K32, R20 = ga, F20 = H62, M20 = hk, L20 = bk, q20 = Hk, B20 = Lm2, U20 = Xv, X20 = FD2, G20 = J62, Y20 = tl2, z20 = V32, J20 = jF, K20 = uF, H20 = m6, W20 = m6, V20 = gL, $20 = m6, Q20 = m6, Z20 = em2, xe0 = em2, re0 = gL, ee0 = se6, te0 = se6, ne0 = O6, ue0 = rm2, ie0 = "T_LCURLY", fe0 = "T_RCURLY", ce0 = "T_LCURLYBAR", se0 = "T_RCURLYBAR", ae0 = "T_LPAREN", oe0 = "T_RPAREN", ve0 = "T_LBRACKET", le0 = "T_RBRACKET", pe0 = "T_SEMICOLON", ke0 = "T_COMMA", me0 = "T_PERIOD", he0 = "T_ARROW", de0 = "T_ELLIPSIS", ye0 = "T_AT", _e0 = "T_POUND", we0 = "T_FUNCTION", ge0 = "T_IF", be0 = "T_IN", Te0 = "T_INSTANCEOF", Ee0 = "T_RETURN", Se0 = "T_SWITCH", Ae0 = "T_MATCH", Ie0 = "T_RECORD", Pe0 = "T_THIS", Ce0 = "T_THROW", Ne0 = "T_TRY", Oe0 = "T_VAR", je0 = "T_WHILE", De0 = "T_WITH", Re0 = "T_CONST", Fe0 = "T_LET", Me0 = "T_NULL", Le0 = "T_FALSE", qe0 = "T_TRUE", Be0 = "T_BREAK", Ue0 = "T_CASE", Xe0 = "T_CATCH", Ge0 = "T_CONTINUE", Ye0 = "T_DEFAULT", ze0 = "T_DO", Je0 = "T_FINALLY", Ke0 = "T_FOR", He0 = "T_CLASS", We0 = "T_EXTENDS", Ve0 = "T_STATIC", $e0 = "T_ELSE", Qe0 = "T_NEW", Ze0 = "T_DELETE", xt0 = "T_TYPEOF", rt0 = "T_VOID", et0 = "T_ENUM", tt0 = "T_EXPORT", nt0 = "T_IMPORT", ut0 = "T_SUPER", it0 = "T_IMPLEMENTS", ft0 = "T_INTERFACE", ct0 = "T_PACKAGE", st0 = "T_PRIVATE", at0 = "T_PROTECTED", ot0 = "T_PUBLIC", vt0 = "T_YIELD", lt0 = "T_DEBUGGER", pt0 = "T_DECLARE", kt0 = "T_TYPE", mt0 = "T_OPAQUE", ht0 = "T_OF", dt0 = "T_ASYNC", yt0 = "T_AWAIT", _t0 = "T_CHECKS", wt0 = "T_RSHIFT3_ASSIGN", gt0 = "T_RSHIFT_ASSIGN", bt0 = "T_LSHIFT_ASSIGN", Tt0 = "T_BIT_XOR_ASSIGN", Et0 = "T_BIT_OR_ASSIGN", St0 = "T_BIT_AND_ASSIGN", At0 = "T_MOD_ASSIGN", It0 = "T_DIV_ASSIGN", Pt0 = "T_MULT_ASSIGN", Ct0 = "T_EXP_ASSIGN", Nt0 = "T_MINUS_ASSIGN", Ot0 = "T_PLUS_ASSIGN", jt0 = "T_NULLISH_ASSIGN", Dt0 = "T_AND_ASSIGN", Rt0 = "T_OR_ASSIGN", Ft0 = "T_ASSIGN", Mt0 = "T_PLING_PERIOD", Lt0 = "T_PLING_PLING", qt0 = "T_PLING", Bt0 = "T_COLON", Ut0 = "T_OR", Xt0 = "T_AND", Gt0 = "T_BIT_OR", Yt0 = "T_BIT_XOR", zt0 = "T_BIT_AND", Jt0 = "T_EQUAL", Kt0 = "T_NOT_EQUAL", Ht0 = "T_STRICT_EQUAL", Wt0 = "T_STRICT_NOT_EQUAL", Vt0 = "T_LESS_THAN_EQUAL", $t0 = "T_GREATER_THAN_EQUAL", Qt0 = "T_LESS_THAN", Zt0 = "T_GREATER_THAN", xn0 = "T_LSHIFT", rn0 = "T_RSHIFT", en0 = "T_RSHIFT3", tn0 = "T_PLUS", nn0 = "T_MINUS", un0 = "T_DIV", in0 = "T_MULT", fn0 = "T_EXP", cn0 = "T_MOD", sn0 = "T_NOT", an0 = "T_BIT_NOT", on0 = "T_INCR", vn0 = "T_DECR", ln0 = "T_EOF", pn0 = "T_ANY_TYPE", kn0 = "T_MIXED_TYPE", mn0 = "T_EMPTY_TYPE", hn0 = "T_NUMBER_TYPE", dn0 = "T_BIGINT_TYPE", yn0 = "T_STRING_TYPE", _n0 = "T_VOID_TYPE", wn0 = "T_SYMBOL_TYPE", gn0 = "T_UNKNOWN_TYPE", bn0 = "T_NEVER_TYPE", Tn0 = "T_UNDEFINED_TYPE", En0 = "T_KEYOF", Sn0 = "T_READONLY", An0 = "T_INFER", In0 = "T_IS", Pn0 = "T_ASSERTS", Cn0 = "T_IMPLIES", Nn0 = KL, On0 = KL, jn0 = "T_NUMBER", Dn0 = "T_BIGINT", Rn0 = "T_STRING", Fn0 = "T_TEMPLATE_PART", Mn0 = "T_IDENTIFIER", Ln0 = "T_REGEXP", qn0 = "T_INTERPRETER", Bn0 = "T_ERROR", Un0 = "T_JSX_IDENTIFIER", Xn0 = XL, Gn0 = XL, Yn0 = "T_BOOLEAN_TYPE", zn0 = "T_NUMBER_SINGLETON_TYPE", Jn0 = "T_BIGINT_SINGLETON_TYPE", Kn0 = [0, BR, $S, 9], Hn0 = [0, BR, Hg, 9], Wn0 = wL, Vn0 = "*/", $n0 = wL, Qn0 = "unreachable line_comment", Zn0 = "unreachable string_quote", x70 = "\\", r70 = "unreachable template_part", e70 = `\r
|
|
57949
|
+
`, t70 = ug, n70 = "unreachable regexp_class", u70 = LD, i70 = "unreachable regexp_body", f70 = rx, c70 = rx, s70 = rx, a70 = rx, o70 = hR, v70 = "{'>'}", l70 = F6, p70 = "{'}'}", k70 = em2, m70 = Ao3, h70 = NT, d70 = Qm2, y70 = hR, _70 = Ao3, w70 = NT, g70 = Qm2, b70 = "unreachable type_token wholenumber", T70 = "unreachable type_token wholebigint", E70 = "unreachable type_token floatbigint", S70 = "unreachable type_token scinumber", A70 = "unreachable type_token scibigint", I70 = "unreachable type_token hexnumber", P70 = "unreachable type_token hexbigint", C70 = "unreachable type_token legacyoctnumber", N70 = "unreachable type_token octnumber", O70 = "unreachable type_token octbigint", j70 = "unreachable type_token binnumber", D70 = "unreachable type_token bigbigint", R70 = "unreachable type_token", F70 = yL, M70 = [11, 1], L70 = [11, 0], q70 = "unreachable template_tail", B70 = rx, U70 = rx, X70 = "unreachable jsx_child", G70 = "unreachable jsx_tag", Y70 = [0, hw], z70 = [0, 913], J70 = [0, Y32], K70 = [0, mh], H70 = [0, cR], W70 = [0, QP], V70 = [0, 8747], $70 = [0, gD], Q70 = [0, 916], Z70 = [0, 8225], xu0 = [0, 935], ru0 = [0, VI], eu0 = [0, 914], tu0 = [0, vL], nu0 = [0, IF], uu0 = [0, RE], iu0 = [0, 915], fu0 = [0, TD], cu0 = [0, 919], su0 = [0, 917], au0 = [0, _L], ou0 = [0, KD], vu0 = [0, HR], lu0 = [0, 924], pu0 = [0, 923], ku0 = [0, 922], mu0 = [0, oF], hu0 = [0, 921], du0 = [0, eM], yu0 = [0, Hg], _u0 = [0, xF], wu0 = [0, ty], gu0 = [0, 927], bu0 = [0, 937], Tu0 = [0, HD], Eu0 = [0, $R], Su0 = [0, uR], Au0 = [0, 338], Iu0 = [0, 352], Pu0 = [0, 929], Cu0 = [0, 936], Nu0 = [0, 8243], Ou0 = [0, 928], ju0 = [0, 934], Du0 = [0, qL], Ru0 = [0, o_], Fu0 = [0, 933], Mu0 = [0, pM], Lu0 = [0, nL], qu0 = [0, fD2], Bu0 = [0, 920], Uu0 = [0, 932], Xu0 = [0, jD], Gu0 = [0, dR], Yu0 = [0, KF], zu0 = [0, JR], Ju0 = [0, 918], Ku0 = [0, SR], Hu0 = [0, HF], Wu0 = [0, 926], Vu0 = [0, lF], $u0 = [0, jM], Qu0 = [0, 925], Zu0 = [0, 39], xi0 = [0, 8736], ri0 = [0, 8743], ei0 = [0, 38], ti0 = [0, 945], ni0 = [0, 8501], ui0 = [0, Sv], ii0 = [0, 8226], fi0 = [0, JD2], ci0 = [0, 946], si0 = [0, 8222], ai0 = [0, RD], oi0 = [0, wM], vi0 = [0, 8776], li0 = [0, qI], pi0 = [0, 8773], ki0 = [0, 9827], mi0 = [0, CD2], hi0 = [0, 967], di0 = [0, qM], yi0 = [0, Wm2], _i0 = [0, PD], wi0 = [0, GF], gi0 = [0, 8595], bi0 = [0, 8224], Ti0 = [0, 8659], Ei0 = [0, sR], Si0 = [0, 8746], Ai0 = [0, 8629], Ii0 = [0, yR], Pi0 = [0, 8745], Ci0 = [0, 8195], Ni0 = [0, 8709], Oi0 = [0, iD2], ji0 = [0, dL], Di0 = [0, aL], Ri0 = [0, Gp2], Fi0 = [0, 9830], Mi0 = [0, 8707], Li0 = [0, 8364], qi0 = [0, EM], Bi0 = [0, rl2], Ui0 = [0, 951], Xi0 = [0, 8801], Gi0 = [0, 949], Yi0 = [0, 8194], zi0 = [0, 8805], Ji0 = [0, 947], Ki0 = [0, 8260], Hi0 = [0, jE], Wi0 = [0, nR], Vi0 = [0, $S], $i0 = [0, 8704], Qi0 = [0, XF], Zi0 = [0, EL], xf0 = [0, 8230], rf0 = [0, 9829], ef0 = [0, 8596], tf0 = [0, 8660], nf0 = [0, 62], uf0 = [0, 402], if0 = [0, 948], ff0 = [0, nF], cf0 = [0, E9], sf0 = [0, 8712], af0 = [0, sP], of0 = [0, 953], vf0 = [0, 8734], lf0 = [0, 8465], pf0 = [0, IM], kf0 = [0, 8220], mf0 = [0, 8968], hf0 = [0, 8592], df0 = [0, Sg], yf0 = [0, 10216], _f0 = [0, 955], wf0 = [0, 8656], gf0 = [0, 954], bf0 = [0, 60], Tf0 = [0, 8216], Ef0 = [0, 8249], Sf0 = [0, NM], Af0 = [0, 9674], If0 = [0, 8727], Pf0 = [0, 8970], Cf0 = [0, AL], Nf0 = [0, 8711], Of0 = [0, 956], jf0 = [0, 8722], Df0 = [0, j_], Rf0 = [0, NS], Ff0 = [0, 8212], Mf0 = [0, NR], Lf0 = [0, 8804], qf0 = [0, 957], Bf0 = [0, kF], Uf0 = [0, 8836], Xf0 = [0, 8713], Gf0 = [0, KR], Yf0 = [0, 8715], zf0 = [0, 8800], Jf0 = [0, 8853], Kf0 = [0, 959], Hf0 = [0, 969], Wf0 = [0, 8254], Vf0 = [0, HM], $f0 = [0, 339], Qf0 = [0, jv], Zf0 = [0, BM], xc0 = [0, s9], rc0 = [0, ul2], ec0 = [0, 8855], tc0 = [0, ME], nc0 = [0, t1], uc0 = [0, xI], ic0 = [0, py], fc0 = [0, da3], cc0 = [0, rL], sc0 = [0, 982], ac0 = [0, 960], oc0 = [0, 966], vc0 = [0, 8869], lc0 = [0, 8240], pc0 = [0, 8706], kc0 = [0, 8744], mc0 = [0, 8211], hc0 = [0, 10217], dc0 = [0, 8730], yc0 = [0, 8658], _c0 = [0, 34], wc0 = [0, 968], gc0 = [0, 8733], bc0 = [0, 8719], Tc0 = [0, 961], Ec0 = [0, 8971], Sc0 = [0, LL], Ac0 = [0, 8476], Ic0 = [0, 8221], Pc0 = [0, 8969], Cc0 = [0, 8594], Nc0 = [0, z_], Oc0 = [0, bM], jc0 = [0, Sb], Dc0 = [0, 8901], Rc0 = [0, 353], Fc0 = [0, 8218], Mc0 = [0, 8217], Lc0 = [0, 8250], qc0 = [0, 8835], Bc0 = [0, 8721], Uc0 = [0, 8838], Xc0 = [0, 8834], Gc0 = [0, 9824], Yc0 = [0, 8764], zc0 = [0, 962], Jc0 = [0, 963], Kc0 = [0, 8207], Hc0 = [0, 952], Wc0 = [0, 8756], Vc0 = [0, 964], $c0 = [0, e8], Qc0 = [0, 8839], Zc0 = [0, AC], xs0 = [0, fk], rs0 = [0, ol3], es0 = [0, 8657], ts0 = [0, 8482], ns0 = [0, lk], us0 = [0, 732], is0 = [0, Q32], fs0 = [0, 8201], cs0 = [0, 977], ss0 = [0, sM], as0 = [0, xl2], os0 = [0, 965], vs0 = [0, 978], ls0 = [0, IL], ps0 = [0, jS], ks0 = [0, WL], ms0 = [0, tR], hs0 = [0, 8205], ds0 = [0, 950], ys0 = [0, Bk], _s0 = [0, hF], ws0 = [0, QE], gs0 = [0, 958], bs0 = [0, 8593], Ts0 = [0, oD2], Es0 = [0, 8242], Ss0 = [0, kI], As0 = "unreachable regexp", Is0 = "unreachable token wholenumber", Ps0 = "unreachable token wholebigint", Cs0 = "unreachable token floatbigint", Ns0 = "unreachable token scinumber", Os0 = "unreachable token scibigint", js0 = "unreachable token hexnumber", Ds0 = "unreachable token hexbigint", Rs0 = "unreachable token legacyoctnumber", Fs0 = "unreachable token legacynonoctnumber", Ms0 = "unreachable token octnumber", Ls0 = "unreachable token octbigint", qs0 = "unreachable token bignumber", Bs0 = "unreachable token bigint", Us0 = "unreachable token", Xs0 = yL, Gs0 = [7, "#!"], Ys0 = "expected ?", zs0 = "unreachable string_escape", Js0 = V22, Ks0 = P6, Hs0 = P6, Ws0 = V22, Vs0 = KP, $s0 = EF, Qs0 = "n", Zs0 = "r", xa0 = "t", ra0 = zF, ea0 = P6, ta0 = Ao3, na0 = Ao3, ua0 = "unreachable id_char", ia0 = Ao3, fa0 = Ao3, ca0 = P6, sa0 = uL, aa0 = pD2, oa0 = gb, va0 = [28, "token ILLEGAL"], la0 = [0, [11, "the identifier `", [2, 0, [12, 96, 0]]], "the identifier `%s`"], pa0 = [0, 1], ka0 = [0, 1], ma0 = OF, ha0 = OF, da0 = [0, [11, "an identifier. When exporting a ", [2, 0, [11, " as a named export, you must specify a ", [2, 0, [11, " name. Did you mean `export default ", [2, 0, [11, " ...`?", 0]]]]]]], "an identifier. When exporting a %s as a named export, you must specify a %s name. Did you mean `export default %s ...`?"], ya0 = Sh, _a0 = "Peeking current location when not available", wa0 = [0, "src/parser/parser_env.ml", SR, 9], ga0 = "Internal Error: Tried to add_declared_private with outside of class scope.", ba0 = "Internal Error: `exit_class` called before a matching `enter_class`", Ta0 = rx, Ea0 = [0, 0, 0], Sa0 = [0, 0, 0], Aa0 = "Parser_env.Try.Rollback", Ia0 = rx, Pa0 = rx, Ca0 = [0, H22, of, $i6, CR2, TM, V7, $22, qf, h7, pc2, bc2, Rf2, Gi6, Du2, Fi6, hu2, F7, d7, Qu2, Uf, J72, ui6, cf, X72, Zn4, Zf, _u2, vu2, $n3, ac2, Ps6, oc2, _f2, Sf, Es4, Uc2, jc2, Q7, He6, t72, Wi6, s7, Qc2, Bi6, ic2, rs5, Ve7, Jc2, Uu2, fu2, k7, ss5, ii6, lu2, T7, Je7, ci6, w7, Of, qu2, fc2, Ku2, pi6, q72, a7, If2, _7, fs24, Ge7, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge6, es5, x7, rc2, Vu2, bs5, Wn3, e7, o7, Kf, Pc2, Vn3, r7, Xi6, Qf, kf2, Lu2, sf, Xn4, Vc2, zu2, ni6, Oi6, Hu2, $u2, si6, n7, Ii6, Zc2, Ui6, ys5, Gf, Kc2, Xu2, Mu2, Ei6, Cc2, wu2, Kn4, hs5, df, W72, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os7, N7, oi6, G1, g7, Hn4, Bc2, ai6, pf, ku2, xu2, Tf, Jf, ms5, Tc2, Dc2, z7, dc2, Bu2, zf, f7, D7, Z7, Xf, I7, ds5, fi6, Mi5, Di6, Rc2, zn4, Yu2, xi6, eu2, vf2, ae4, lc2, is5, cc2, Ou2, Df2, as5, Vi6, Gn4, W22, Ri6, U7, cs5, St8, Ni6, qc2, gs5, tu2, i7, vi6, Ru2, di6, Qi6, S7, kc2, _c2, ti6, cu2, gf, nc2, As5, Iu2, wf, Qn3, vs6, Ci6, hi6, Hi6, ws5, bf, v7, b7, Mf2, mi6, C7, Nc2, ts5, p7, t24, Un3, Mc2, yf, Is6, A7, Yn3, Yi6, Ac2, Yf, Xc2, Oc2, Ts4, O7, Hc2, Bf, wc2, Ec2, bu2, ju2, j7, be6, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke7, Xe6, rf, ff, ri6, Wc2, ns5, K7, mu2, Vf, Sc2, _s5, Jn3, gc2, qi6, Hf, ru2, uf, aR, H7, vD, qF, yc2, Ef, ji6, y7, sc2, Wf, B7, ei6, Si6, yi5, Wu2, Ff, Gu2, Su2, Pf2, c7, li6, l7, Ji6, _i6, Cs4, We7, iu2, zc2, vn3, G7, R7, ki6, ls5, u7, Tu2, Pu2, Ti6, Lc2, tf, vc2, tn4, Af], Na0 = [0, ss5, fi6, _c2, Ni6, di6, Cs4, mf, si6, sf, z7, eu2, zc2, _u2, e7, Ve7, bs5, Mc2, W72, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St8, V7, Mf2, $f2, lf, Ji6, ti6, l7, f7, Ac2, Lf, vi6, Hi6, rs5, Vc2, U7, Au2, fu2, Kn4, Ou2, bu2, ai6, Ui6, Si6, ji6, es5, Af, pu2, Ki6, qi6, X72, Lu2, Zu2, ms5, Wf, o7, Ge7, r7, Qi6, x7, Gf, dc2, D7, qc2, G1, ff, $n3, Oc2, E7, Nf, Tc2, g7, kc2, su2, P7, tf, Gc2, Yn3, Mu2, a7, Eu2, vc2, j7, _i6, T7, $22, Pi6, ou2, d7, w7, Ri6, wu2, ki6, Ci6, Q7, Rc2, Wu2, Oi6, ic2, be6, v7, vu2, H22, Hn4, Uc2, zi6, xf2, Du2, $c2, xc2, Yc2, If2, ls5, Gi6, Ef, yu2, $u2, pc2, du2, Xf, Pu2, oc2, xi6, Cc2, Hc2, Nc2, Wn3, yf, Bc2, bi6, mi6, Uf, Ps6, Hf, qf, _f2, ii6, Qu2, Uu2, Rf2, B7, is5, ws5, y7, oi6, S7, ru2, bc2, H7, Hu2, xu2, Sc2, u7, Ei6, Pf2, yi5, Jn3, L7, ps5, Y7, Tf, gc2, Xu2, W22, Je7, F7, J72, Jc2, jf, He6, Ke7, n7, cs5, Vu2, p7, ds5, ge6, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q72, fs24, fc2, Qn3, Vi6, uc2, qu2, Xc2, A7, ns5, ni6, lu2, Xn4, Df2, Pc2, Fc2, ac2, kf2, M7, Vn3, ui6, wi6, uu2, c7, gi6, G7, zn4, Bi6, ju2, Sf, i7, _7, Gn4, Qf, Su2, zu2, zf, ei6, Cu2, vf2, nf, Zf, tn4, h7, Ju2, li6, Zn4, qn4, Bu2, Di6, ri6, ku2, Zi6, Zc2, Yu2, C7, gu2, Jf, cf, s7, Tu2, df, K7, Bn3, Ti6, R7, t24, Ai6, uf, ts5, hs5, Iu2, wf, k7, Xe6, gf, _s5, af, Yi6, hc2, yc2, Wi6, Qc2, vs6, Is6, Fi6, bf, os7, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We7, Lc2, ae4, N7, rf, $i6, mu2, Of, b7, Wc2, au2, t72, Kc2], Oa0 = [0, ss5, fi6, _c2, Ni6, di6, Cs4, mf, si6, sf, z7, eu2, zc2, _u2, e7, Ve7, bs5, Mc2, W72, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St8, V7, TM, Mf2, $f2, lf, Ji6, ti6, l7, f7, Ac2, Lf, vi6, Hi6, rs5, Vc2, U7, Au2, fu2, Kn4, Ou2, bu2, ai6, Ui6, Si6, ji6, es5, Af, pu2, Ki6, qi6, vD, X72, Lu2, Zu2, ms5, Wf, o7, Ge7, r7, Qi6, x7, Gf, dc2, D7, qc2, G1, ff, $n3, Oc2, E7, Nf, Tc2, g7, kc2, su2, P7, tf, Gc2, Yn3, Mu2, a7, Eu2, vc2, j7, _i6, T7, $22, Pi6, ou2, d7, w7, Ri6, wu2, ki6, Ci6, Q7, Rc2, Wu2, Oi6, ic2, be6, v7, vu2, H22, Hn4, Uc2, zi6, xf2, Du2, $c2, xc2, Yc2, If2, ls5, Gi6, Ef, yu2, $u2, pc2, du2, Xf, Pu2, oc2, xi6, Cc2, Hc2, Nc2, Wn3, yf, Bc2, bi6, mi6, Uf, Ps6, Hf, qf, _f2, ii6, Qu2, Uu2, Rf2, B7, is5, ws5, y7, oi6, S7, ru2, bc2, H7, Hu2, xu2, Sc2, u7, Ei6, Pf2, yi5, Jn3, L7, ps5, Y7, Tf, gc2, Xu2, W22, Je7, F7, J72, Jc2, jf, He6, Ke7, n7, cs5, Vu2, p7, ds5, ge6, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q72, fs24, fc2, Qn3, Vi6, uc2, qu2, Xc2, A7, ns5, ni6, lu2, Xn4, Df2, Pc2, Fc2, ac2, kf2, M7, Vn3, ui6, wi6, uu2, c7, gi6, G7, zn4, qF, Bi6, ju2, Sf, i7, _7, Gn4, Qf, Su2, zu2, zf, ei6, Cu2, vf2, nf, Zf, aR, tn4, h7, Ju2, li6, Zn4, CR2, qn4, Bu2, Di6, ri6, ku2, Zi6, Zc2, Yu2, C7, gu2, Jf, cf, s7, Tu2, df, K7, Bn3, Ti6, R7, t24, Ai6, uf, ts5, hs5, Iu2, wf, k7, Xe6, gf, _s5, af, Yi6, hc2, yc2, Wi6, Qc2, vs6, Is6, Fi6, bf, os7, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We7, Lc2, ae4, N7, rf, $i6, mu2, Of, b7, Wc2, au2, t72, Kc2], ja0 = [0, H22, of, $i6, V7, $22, qf, h7, pc2, bc2, Rf2, Gi6, Du2, Fi6, hu2, F7, d7, Qu2, Uf, J72, ui6, cf, X72, Zn4, Zf, _u2, vu2, $n3, ac2, Ps6, oc2, _f2, Sf, Es4, Uc2, jc2, Q7, He6, t72, Wi6, s7, Qc2, Bi6, ic2, rs5, Ve7, Jc2, Uu2, fu2, k7, ss5, ii6, lu2, T7, Je7, ci6, w7, Of, qu2, fc2, Ku2, pi6, q72, a7, If2, _7, fs24, Ge7, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge6, es5, x7, rc2, Vu2, bs5, Wn3, e7, o7, Kf, Pc2, Vn3, r7, Xi6, Qf, kf2, Lu2, sf, Xn4, Vc2, zu2, ni6, Oi6, Hu2, $u2, si6, n7, Ii6, Zc2, Ui6, ys5, Gf, Kc2, Xu2, Mu2, Ei6, Cc2, wu2, Kn4, hs5, df, W72, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os7, N7, oi6, G1, g7, Hn4, Bc2, ai6, pf, ku2, xu2, Tf, Jf, ms5, Tc2, Dc2, z7, dc2, Bu2, zf, f7, D7, Z7, Xf, I7, ds5, fi6, Mi5, Di6, Rc2, zn4, Yu2, xi6, eu2, vf2, ae4, lc2, is5, cc2, Ou2, Df2, as5, Vi6, Gn4, W22, Ri6, U7, cs5, St8, Ni6, qc2, gs5, tu2, i7, vi6, Ru2, di6, Qi6, S7, kc2, _c2, ti6, cu2, gf, nc2, As5, Iu2, wf, Qn3, vs6, Ci6, hi6, Hi6, ws5, bf, v7, b7, Mf2, mi6, C7, Nc2, ts5, p7, t24, Un3, Mc2, yf, Is6, A7, Yn3, Yi6, Ac2, Yf, Xc2, Oc2, Ts4, O7, Hc2, Bf, wc2, Ec2, bu2, ju2, j7, be6, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke7, Xe6, rf, ff, ri6, Wc2, ns5, K7, mu2, Vf, Sc2, _s5, Jn3, gc2, qi6, Hf, ru2, uf, H7, yc2, Ef, ji6, y7, sc2, Wf, B7, ei6, Si6, yi5, Wu2, Ff, Gu2, Su2, Pf2, c7, li6, l7, Ji6, _i6, Cs4, We7, iu2, zc2, vn3, G7, R7, ki6, ls5, u7, Tu2, Pu2, Ti6, Lc2, tf, vc2, tn4, Af], Da0 = $32, Ra0 = nm2, Fa0 = bo3, Ma0 = I6, La0 = Je7, qa0 = Ve7, Ba0 = $P, Ua0 = DT, Xa0 = Bv, Ga0 = He6, Ya0 = um2, za0 = g6, Ja0 = Tp2, Ka0 = L8, Ha0 = No3, Wa0 = cl2, Va0 = Hv, $a0 = wa2, Qa0 = Pa2, Za0 = We7, xo0 = rk, ro0 = Rm2, eo0 = Xe6, to0 = Fv, no0 = Tk, uo0 = U8, io0 = K8, fo0 = h6, co0 = mc2, so0 = Ue5, ao0 = Ck, oo0 = Yv, vo0 = E6, lo0 = Aa2, po0 = ga, ko0 = j6, mo0 = dh, ho0 = W22, do0 = fl2, yo0 = Oo2, _o0 = ae4, wo0 = Pk, go0 = Q62, bo0 = k6, To0 = W62, Eo0 = H22, So0 = Ke7, Ao0 = x42, Io0 = tc2, Po0 = zb, Co0 = JS, No0 = Io3, Oo0 = Kv, jo0 = ik, Do0 = wk, Ro0 = be6, Fo0 = H32, Mo0 = $v, Lo0 = K32, qo0 = ga, Bo0 = H62, Uo0 = hk, Xo0 = bk, Go0 = Hk, Yo0 = Lm2, zo0 = Xv, Jo0 = J62, Ko0 = tl2, Ho0 = V32, Wo0 = O6, Vo0 = rm2, $o0 = [0, Sh], Qo0 = rx, Zo0 = [19, 1], xv0 = [19, 0], rv0 = [0, 0], ev0 = Ta2, tv0 = [0, 0], nv0 = [0, "a type"], uv0 = [0, 0], iv0 = [0, "a number literal type"], fv0 = [0, 0], cv0 = J62, sv0 = tl2, av0 = V32, ov0 = "You should only call render_type after making sure the next token is a renders variant", vv0 = [0, [0, 0, 0, 0, 0]], lv0 = [0, 0, 0, 0], pv0 = [0, 1], kv0 = [0, il3, 1466, 6], mv0 = [0, il3, 1469, 6], hv0 = [0, il3, 1572, 8], dv0 = [0, 1], yv0 = [0, il3, 1589, 8], _v0 = "Can not have both `static` and `proto`", wv0 = Ue5, gv0 = rw, bv0 = [0, 0], Tv0 = [0, "the end of a tuple type (no trailing comma is allowed in inexact tuple type)."], Ev0 = [0, il3, Sv, 15], Sv0 = [0, il3, sP, 15], Av0 = ze6, Iv0 = ze6, Pv0 = Kk, Cv0 = G6, Nv0 = [0, [11, "Failure while looking up ", [2, 0, [11, ". Index: ", [4, 0, 0, 0, [11, ". Length: ", [4, 0, 0, 0, [12, 46, 0]]]]]]], "Failure while looking up %s. Index: %d. Length: %d."], Ov0 = [0, 0, 0, 0], jv0 = "Offset_utils.Offset_lookup_failed", Dv0 = m1, Rv0 = kD, Fv0 = G6, Mv0 = Kk, Lv0 = wD, qv0 = G6, Bv0 = Kk, Uv0 = vR, Xv0 = Yx, Gv0 = "normal", Yv0 = tc2, zv0 = "jsxTag", Jv0 = "jsxChild", Kv0 = "template", Hv0 = nD2, Wv0 = "context", Vv0 = tc2, $v0 = [6, 0], Qv0 = [0, 0], Zv0 = [0, 1], x30 = [0, 4], r30 = [0, 2], e30 = [0, 3], t30 = [0, 0], n30 = ze6, u30 = [0, 0, 0, 0, 0, 0], i30 = [0, 0], f30 = [0, OM], c30 = [0, 1], s30 = [0, 0], a30 = Ta2, o30 = [0, 73], v30 = [0, 84], l30 = aM, p30 = rE, k30 = "exports", m30 = K62, h30 = [0, rx, rx, 0], d30 = [0, AD], y30 = [0, 84], _30 = [0, "a declaration, statement or export specifiers"], w30 = [0, 1], g30 = [0, I9, 1971, 21], b30 = [0, "the keyword `as`"], T30 = [0, 29], E30 = [0, 29], S30 = [0, 0], A30 = [0, 1], I30 = [0, AD], P30 = [0, "the keyword `from`"], C30 = [0, rx, rx, 0], N30 = "Label", O30 = [0, OM], j30 = [0, 0, 0], D30 = [0, 38], R30 = [0, I9, 372, 22], F30 = [0, 37], M30 = [0, I9, 391, 22], L30 = [0, 0], q30 = "the token `;`", B30 = [0, 0], U30 = [0, 0], X30 = FR, G30 = [0, Sh], Y30 = FR, z30 = [28, St8], J30 = Ta2, K30 = [0, 73], H30 = [0, rx, 0], W30 = It7, V30 = [0, rx, 0], $30 = [0, 73], Q30 = [0, 73], Z30 = $32, xl0 = [0, rx, 0], rl0 = [0, 0, 0], el0 = [0, 0, 0], tl0 = [0, [0, 8]], nl0 = [0, [0, 7]], ul0 = [0, [0, 6]], il0 = [0, [0, 10]], fl0 = [0, [0, 9]], cl0 = [0, [0, 11]], sl0 = [0, [0, 5]], al0 = [0, [0, 4]], ol0 = [0, [0, 2]], vl0 = [0, [0, 3]], ll0 = [0, [0, 1]], pl0 = [0, [0, 0]], kl0 = [0, [0, 12]], ml0 = [0, [0, 13]], hl0 = [0, [0, 14]], dl0 = [0, 0], yl0 = [0, 1], _l0 = [0, 0], wl0 = [0, 2], gl0 = [0, 3], bl0 = [0, 7], Tl0 = [0, 6], El0 = [0, 4], Sl0 = [0, 5], Al0 = [0, 1], Il0 = [0, 0], Pl0 = [0, 1], Cl0 = [0, 0], Nl0 = fl2, Ol0 = [0, "either a call or access of `super`"], jl0 = fl2, Dl0 = W22, Rl0 = w6, Fl0 = w6, Ml0 = [0, 2], Ll0 = [0, 0], ql0 = [0, 1], Bl0 = Yv, Ul0 = [0, "the identifier `target`"], Xl0 = [0, 0], Gl0 = [0, 1], Yl0 = [0, 0], zl0 = [0, 0], Jl0 = [0, 2], Kl0 = [0, 2], Hl0 = [0, 1], Wl0 = [0, 73], Vl0 = P6, $l0 = uL, Ql0 = gb, Zl0 = gb, x60 = pD2, r60 = [0, 0], e60 = [0, 1], t60 = [0, 0], n60 = se6, u60 = se6, i60 = [0, "a regular expression"], f60 = rx, c60 = rx, s60 = rx, a60 = [0, 81], o60 = [0, "src/parser/expression_parser.ml", 1550, 17], v60 = [0, "a template literal part"], l60 = [0, [0, rx, rx], 1], p60 = Pv, k60 = [0, 6], m60 = [0, [0, 17, [0, 2]]], h60 = [0, [0, 18, [0, 3]]], d60 = [0, [0, 19, [0, 4]]], y60 = [0, [0, 0, [0, 5]]], _60 = [0, [0, 1, [0, 5]]], w60 = [0, [0, 2, [0, 5]]], g60 = [0, [0, 3, [0, 5]]], b60 = [0, [0, 5, [0, 6]]], T60 = [0, [0, 7, [0, 6]]], E60 = [0, [0, 4, [0, 6]]], S60 = [0, [0, 6, [0, 6]]], A60 = [0, [0, 8, [0, 7]]], I60 = [0, [0, 9, [0, 7]]], P60 = [0, [0, 10, [0, 7]]], C60 = [0, [0, 11, [0, 8]]], N60 = [0, [0, 12, [0, 8]]], O60 = [0, [0, 15, [0, 9]]], j60 = [0, [0, 13, [0, 9]]], D60 = [0, [0, 14, [1, 10]]], R60 = [0, [0, 16, [0, 9]]], F60 = [0, [0, 21, [0, 6]]], M60 = [0, [0, 20, [0, 6]]], L60 = [23, Dw], q60 = [13, "JSX fragment"], B60 = Iv, U60 = ln4, X60 = [0, sn4], G60 = [1, sn4], Y60 = [0, rx, rx, 0], z60 = [0, Sh], J60 = rx, K60 = [0, "a numeric or string literal"], H60 = [0, rx, '""', 0], W60 = [0, 0], V60 = [0, "a number literal"], $60 = [0, [0, 0, V22, 0]], Q60 = [0, 84], Z60 = [21, dM], x40 = [21, R62], r40 = [0, 0, 0], e40 = h6, t40 = [0, rx, 0], n40 = "unexpected PrivateName in Property, expected a PrivateField", u40 = [0, 0, 0], i40 = Sa, f40 = "Must be one of the above", c40 = [0, 1], s40 = [0, 1], a40 = [0, 1], o40 = Sa, v40 = Sa, l40 = p_, p40 = "Internal Error: private name found in object props", k40 = [0, 0, 0, 0], m40 = [0, cF], h40 = [19, [0, 0]], d40 = [0, cF], y40 = ug, _40 = "Nooo: ", w40 = Fv, g40 = "Parser error: No such thing as an expression pattern!", b40 = [0, [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], T40 = [0, "src/parser/parser_flow.ml", fk, 28], E40 = [0, [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], S40 = kD, A40 = Yx, I40 = $D, P40 = eR, C40 = eR, N40 = $D, O40 = tc2, j40 = sD2, D40 = w1, R40 = m1, F40 = "InterpreterDirective", M40 = "interpreter", L40 = "Program", q40 = w1, B40 = "RecordBody", U40 = m1, X40 = Y1, G40 = en4, Y40 = "RecordStaticProperty", z40 = "defaultValue", J40 = Y1, K40 = en4, H40 = "RecordProperty", W40 = S6, V40 = "BreakStatement", $40 = S6, Q40 = "ContinueStatement", Z40 = "DebuggerStatement", xp0 = Wv, rp0 = "DeclareExportAllDeclaration", ep0 = Wv, tp0 = l_, np0 = IE, up0 = Fv, ip0 = "DeclareExportDeclaration", fp0 = w1, cp0 = Yr5, sp0 = "DeclareModule", ap0 = Y1, op0 = "DeclareModuleExports", vp0 = w1, lp0 = Yr5, pp0 = NL, kp0 = "DeclareNamespace", mp0 = Z32, hp0 = w1, dp0 = "DoWhileStatement", yp0 = "EmptyStatement", _p0 = cS, wp0 = IE, gp0 = "ExportDefaultDeclaration", bp0 = cS, Tp0 = cA, Ep0 = Wv, Sp0 = "ExportAllDeclaration", Ap0 = cS, Ip0 = Wv, Pp0 = l_, Cp0 = IE, Np0 = "ExportNamedDeclaration", Op0 = "directive", jp0 = t24, Dp0 = "ExpressionStatement", Rp0 = w1, Fp0 = "update", Mp0 = Z32, Lp0 = ks5, qp0 = "ForStatement", Bp0 = "each", Up0 = w1, Xp0 = fn5, Gp0 = Ea2, Yp0 = "ForInStatement", zp0 = Kv, Jp0 = w1, Kp0 = fn5, Hp0 = Ea2, Wp0 = "ForOfStatement", Vp0 = lR, $p0 = rP, Qp0 = Z32, Zp0 = "IfStatement", xk0 = tc2, rk0 = Aa2, ek0 = m1, tk0 = XD, nk0 = Wv, uk0 = l_, ik0 = "ImportDeclaration", fk0 = w1, ck0 = S6, sk0 = "LabeledStatement", ak0 = J9, ok0 = $1, vk0 = "MatchStatement", lk0 = "RecordImplements", pk0 = w1, kk0 = Oo2, mk0 = B22, hk0 = Yr5, dk0 = "RecordDeclaration", yk0 = $1, _k0 = "ReturnStatement", wk0 = J9, gk0 = "discriminant", bk0 = "SwitchStatement", Tk0 = $1, Ek0 = "ThrowStatement", Sk0 = "finalizer", Ak0 = "handler", Ik0 = vn3, Pk0 = "TryStatement", Ck0 = w1, Nk0 = Z32, Ok0 = "WhileStatement", jk0 = w1, Dk0 = Dp2, Rk0 = "WithStatement", Fk0 = x9, Mk0 = $1, Lk0 = NA, qk0 = x9, Bk0 = $1, Uk0 = NA, Xk0 = KT, Gk0 = "ArrayExpression", Yk0 = B22, zk0 = gh, Jk0 = t24, Kk0 = Ge7, Hk0 = Ey, Wk0 = Io3, Vk0 = w1, $k0 = on8, Qk0 = Yr5, Zk0 = "ArrowFunctionExpression", x80 = t24, r80 = "AsConstExpression", e80 = Y1, t80 = t24, n80 = "AsExpression", u80 = p_, i80 = fn5, f80 = Ea2, c80 = Gv, s80 = "AssignmentExpression", a80 = fn5, o80 = Ea2, v80 = Gv, l80 = "BinaryExpression", p80 = "CallExpression", k80 = lR, m80 = rP, h80 = Z32, d80 = "ConditionalExpression", y80 = Wv, _80 = "ImportExpression", w80 = LF2, g80 = CM, b80 = Dw, T80 = fn5, E80 = Ea2, S80 = Gv, A80 = "LogicalExpression", I80 = J9, P80 = $1, C80 = "MatchExpression", N80 = "MemberExpression", O80 = Tm2, j80 = w6, D80 = "MetaProperty", R80 = Qb, F80 = h8, M80 = fR, L80 = "NewExpression", q80 = A6, B80 = "ObjectExpression", U80 = ft7, X80 = "OptionalCallExpression", G80 = ft7, Y80 = "OptionalMemberExpression", z80 = rM, J80 = "SequenceExpression", K80 = "Super", H80 = "ThisExpression", W80 = Y1, V80 = t24, $80 = "TypeCastExpression", Q80 = Y1, Z80 = t24, xm0 = "SatisfiesExpression", rm0 = x9, em0 = $1, tm0 = NA, nm0 = ze6, um0 = $7, im0 = SD, fm0 = VL, cm0 = Aa2, sm0 = ga, am0 = E6, om0 = "matched above", vm0 = $1, lm0 = XR, pm0 = Gv, km0 = "UnaryExpression", mm0 = $1, hm0 = "AwaitExpression", dm0 = kR, ym0 = ZM, _m0 = XR, wm0 = $1, gm0 = Gv, bm0 = "UpdateExpression", Tm0 = "delegate", Em0 = $1, Sm0 = "YieldExpression", Am0 = "MatchExpressionCase", Im0 = "guard", Pm0 = w1, Cm0 = ge6, Nm0 = "MatchStatementCase", Om0 = "literal", jm0 = "MatchLiteralPattern", Dm0 = "MatchWildcardPattern", Rm0 = ze6, Fm0 = $7, Mm0 = $1, Lm0 = Gv, qm0 = "MatchUnaryPattern", Bm0 = "MatchObjectPattern", Um0 = "MatchInstanceObjectPattern", Xm0 = DF, Gm0 = _a4, Ym0 = "MatchInstancePattern", zm0 = "patterns", Jm0 = "MatchOrPattern", Km0 = Ih, Hm0 = ge6, Wm0 = "MatchAsPattern", Vm0 = Yr5, $m0 = "MatchIdentifierPattern", Qm0 = Tm2, Zm0 = "base", xh0 = "MatchMemberPattern", rh0 = ba2, eh0 = Yr5, th0 = "MatchBindingPattern", nh0 = p6, uh0 = KT, ih0 = "MatchArrayPattern", fh0 = T6, ch0 = ge6, sh0 = en4, ah0 = VR, oh0 = T6, vh0 = ge6, lh0 = en4, ph0 = VR, kh0 = p6, mh0 = A6, hh0 = $1, dh0 = "MatchRestPattern", yh0 = "Unexpected FunctionDeclaration with BodyExpression", _h0 = "HookDeclaration", wh0 = t24, gh0 = Ge7, bh0 = Ey, Th0 = Io3, Eh0 = "FunctionDeclaration", Sh0 = B22, Ah0 = gh, Ih0 = w1, Ph0 = on8, Ch0 = Yr5, Nh0 = "Unexpected FunctionExpression with BodyExpression", Oh0 = B22, jh0 = gh, Dh0 = t24, Rh0 = Ge7, Fh0 = Ey, Mh0 = Io3, Lh0 = w1, qh0 = on8, Bh0 = Yr5, Uh0 = "FunctionExpression", Xh0 = ft7, Gh0 = Y1, Yh0 = Ye4, zh0 = US, Jh0 = ft7, Kh0 = Y1, Hh0 = Ye4, Wh0 = "PrivateIdentifier", Vh0 = ft7, $h0 = Y1, Qh0 = Ye4, Zh0 = US, xd0 = rP, rd0 = Z32, ed0 = "SwitchCase", td0 = w1, nd0 = "param", ud0 = "CatchClause", id0 = w1, fd0 = "BlockStatement", cd0 = ba2, sd0 = Yr5, ad0 = "DeclareVariable", od0 = "DeclareHook", vd0 = Ge7, ld0 = "DeclareFunction", pd0 = Yr5, kd0 = lM, md0 = Oo2, hd0 = mc2, dd0 = w1, yd0 = B22, _d0 = Yr5, wd0 = "DeclareClass", gd0 = B22, bd0 = f_, Td0 = on8, Ed0 = p6, Sd0 = on8, Ad0 = Yr5, Id0 = "DeclareComponent", Pd0 = B22, Cd0 = f_, Nd0 = p6, Od0 = on8, jd0 = "ComponentTypeAnnotation", Dd0 = ft7, Rd0 = Y1, Fd0 = Ye4, Md0 = "ComponentTypeParameter", Ld0 = w1, qd0 = Yr5, Bd0 = "DeclareEnum", Ud0 = mc2, Xd0 = w1, Gd0 = B22, Yd0 = Yr5, zd0 = "DeclareInterface", Jd0 = m1, Kd0 = tc2, Hd0 = cA, Wd0 = "ExportNamespaceSpecifier", Vd0 = fn5, $d0 = B22, Qd0 = Yr5, Zd0 = "DeclareTypeAlias", x50 = fn5, r50 = B22, e50 = Yr5, t50 = "TypeAlias", n50 = "DeclareOpaqueType", u50 = "OpaqueType", i50 = "supertype", f50 = "upperBound", c50 = "lowerBound", s50 = "impltype", a50 = B22, o50 = Yr5, v50 = "ClassDeclaration", l50 = "ClassExpression", p50 = g8, k50 = Oo2, m50 = "superTypeParameters", h50 = "superClass", d50 = B22, y50 = w1, _50 = Yr5, w50 = t24, g50 = "Decorator", b50 = B22, T50 = Yr5, E50 = "ClassImplements", S50 = w1, A50 = "ClassBody", I50 = w1, P50 = "StaticBlock", C50 = _a4, N50 = V6, O50 = Nv, j50 = nl2, D50 = g8, R50 = W32, F50 = Ue5, M50 = ba2, L50 = m1, q50 = en4, B50 = "MethodDefinition", U50 = x42, X50 = g8, G50 = $22, Y50 = Ue5, z50 = W32, J50 = Y1, K50 = m1, H50 = en4, W50 = jL, V50 = "Internal Error: Private name found in class prop", $50 = x42, Q50 = g8, Z50 = $22, xy0 = Ue5, ry0 = W32, ey0 = Y1, ty0 = m1, ny0 = en4, uy0 = jL, iy0 = B22, fy0 = f_, cy0 = on8, sy0 = Yr5, ay0 = w1, oy0 = "ComponentDeclaration", vy0 = $1, ly0 = OE, py0 = fn5, ky0 = Ea2, my0 = jm2, hy0 = T6, dy0 = X62, yy0 = Ye4, _y0 = "ComponentParameter", wy0 = ks5, gy0 = Yr5, by0 = "EnumBigIntMember", Ty0 = Yr5, Ey0 = LR, Sy0 = ks5, Ay0 = Yr5, Iy0 = "EnumStringMember", Py0 = Yr5, Cy0 = LR, Ny0 = ks5, Oy0 = Yr5, jy0 = "EnumNumberMember", Dy0 = ks5, Ry0 = Yr5, Fy0 = "EnumBooleanMember", My0 = B6, Ly0 = Am2, qy0 = y6, By0 = "EnumBooleanBody", Uy0 = B6, Xy0 = Am2, Gy0 = y6, Yy0 = "EnumNumberBody", zy0 = B6, Jy0 = Am2, Ky0 = y6, Hy0 = "EnumStringBody", Wy0 = B6, Vy0 = y6, $y0 = "EnumSymbolBody", Qy0 = B6, Zy0 = Am2, x90 = y6, r90 = "EnumBigIntBody", e90 = w1, t90 = Yr5, n90 = "EnumDeclaration", u90 = mc2, i90 = w1, f90 = B22, c90 = Yr5, s90 = "InterfaceDeclaration", a90 = B22, o90 = Yr5, v90 = "InterfaceExtends", l90 = Y1, p90 = A6, k90 = "ObjectPattern", m90 = Y1, h90 = KT, d90 = "ArrayPattern", y90 = fn5, _90 = Ea2, w90 = jm2, g90 = Y1, b90 = Ye4, T90 = US, E90 = $1, S90 = OE, A90 = $1, I90 = OE, P90 = fn5, C90 = Ea2, N90 = jm2, O90 = ks5, j90 = ks5, D90 = Nv, R90 = nl2, F90 = VD, M90 = W32, L90 = T6, q90 = V6, B90 = ba2, U90 = m1, X90 = en4, G90 = mF, Y90 = $1, z90 = iR, J90 = fn5, K90 = Ea2, H90 = jm2, W90 = W32, V90 = T6, $90 = V6, Q90 = ba2, Z90 = m1, x_0 = en4, r_0 = mF, e_0 = $1, t_0 = iR, n_0 = At8, u_0 = m1, i_0 = J32, f_0 = rx, c_0 = At8, s_0 = $v, a_0 = m1, o_0 = J32, v_0 = At8, l_0 = m1, p_0 = J32, k_0 = Pa2, m_0 = wa2, h_0 = At8, d_0 = m1, y_0 = J32, __0 = "flags", w_0 = ge6, g_0 = "regex", b_0 = At8, T_0 = m1, E_0 = J32, S_0 = At8, A_0 = m1, I_0 = J32, P_0 = rM, C_0 = "quasis", N_0 = "TemplateLiteral", O_0 = "cooked", j_0 = At8, D_0 = "tail", R_0 = m1, F_0 = "TemplateElement", M_0 = "quasi", L_0 = "tag", q_0 = "TaggedTemplateExpression", B_0 = ba2, U_0 = "declarations", X_0 = "VariableDeclaration", G_0 = ks5, Y_0 = Yr5, z_0 = "VariableDeclarator", J_0 = "plus", K_0 = nM, H_0 = Xv, W_0 = bo3, V_0 = ng, $_0 = "in-out", Q_0 = ba2, Z_0 = "Variance", xw0 = "AnyTypeAnnotation", rw0 = "MixedTypeAnnotation", ew0 = "EmptyTypeAnnotation", tw0 = "VoidTypeAnnotation", nw0 = "NullLiteralTypeAnnotation", uw0 = "SymbolTypeAnnotation", iw0 = "NumberTypeAnnotation", fw0 = "BigIntTypeAnnotation", cw0 = "StringTypeAnnotation", sw0 = "BooleanTypeAnnotation", aw0 = Y1, ow0 = "NullableTypeAnnotation", vw0 = "UnknownTypeAnnotation", lw0 = "NeverTypeAnnotation", pw0 = "UndefinedTypeAnnotation", kw0 = ba2, mw0 = Y1, hw0 = "parameterName", dw0 = "TypePredicate", yw0 = "HookTypeAnnotation", _w0 = "FunctionTypeAnnotation", ww0 = Bv, gw0 = B22, bw0 = p6, Tw0 = gh, Ew0 = on8, Sw0 = ft7, Aw0 = Y1, Iw0 = Ye4, Pw0 = fM, Cw0 = ft7, Nw0 = Y1, Ow0 = Ye4, jw0 = fM, Dw0 = [0, 0, 0, 0, 0], Rw0 = "internalSlots", Fw0 = "callProperties", Mw0 = "indexers", Lw0 = A6, qw0 = "exact", Bw0 = tL, Uw0 = "ObjectTypeAnnotation", Xw0 = VD, Gw0 = "There should not be computed object type property keys", Yw0 = ks5, zw0 = Nv, Jw0 = nl2, Kw0 = ba2, Hw0 = $22, Ww0 = rw, Vw0 = Ue5, $w0 = ft7, Qw0 = V6, Zw0 = m1, xg0 = en4, rg0 = "ObjectTypeProperty", eg0 = $1, tg0 = "ObjectTypeSpreadProperty", ng0 = $22, ug0 = Ue5, ig0 = m1, fg0 = en4, cg0 = Yr5, sg0 = "ObjectTypeIndexer", ag0 = Ue5, og0 = m1, vg0 = "ObjectTypeCallProperty", lg0 = ft7, pg0 = $22, kg0 = "sourceType", mg0 = "propType", hg0 = "keyTparam", dg0 = "ObjectTypeMappedTypeProperty", yg0 = m1, _g0 = V6, wg0 = Ue5, gg0 = ft7, bg0 = Yr5, Tg0 = "ObjectTypeInternalSlot", Eg0 = w1, Sg0 = mc2, Ag0 = "InterfaceTypeAnnotation", Ig0 = QM, Pg0 = "ArrayTypeAnnotation", Cg0 = "falseType", Ng0 = "trueType", Og0 = "extendsType", jg0 = "checkType", Dg0 = "ConditionalTypeAnnotation", Rg0 = "typeParameter", Fg0 = "InferTypeAnnotation", Mg0 = Yr5, Lg0 = UF, qg0 = "QualifiedTypeIdentifier", Bg0 = B22, Ug0 = Yr5, Xg0 = "GenericTypeAnnotation", Gg0 = "indexType", Yg0 = "objectType", zg0 = "IndexedAccessType", Jg0 = ft7, Kg0 = "OptionalIndexedAccessType", Hg0 = w_, Wg0 = "UnionTypeAnnotation", Vg0 = w_, $g0 = "IntersectionTypeAnnotation", Qg0 = h8, Zg0 = $1, xb0 = "TypeofTypeAnnotation", rb0 = Yr5, eb0 = UF, tb0 = "QualifiedTypeofIdentifier", nb0 = $1, ub0 = "KeyofTypeAnnotation", ib0 = el2, fb0 = jF, cb0 = uF, sb0 = Y1, ab0 = Gv, ob0 = "TypeOperator", vb0 = Xv, lb0 = tL, pb0 = "elementTypes", kb0 = "TupleTypeAnnotation", mb0 = ft7, hb0 = $22, db0 = QM, yb0 = S6, _b0 = "TupleTypeLabeledElement", wb0 = Y1, gb0 = S6, bb0 = "TupleTypeSpreadElement", Tb0 = At8, Eb0 = m1, Sb0 = "StringLiteralTypeAnnotation", Ab0 = At8, Ib0 = m1, Pb0 = "NumberLiteralTypeAnnotation", Cb0 = At8, Nb0 = m1, Ob0 = "BigIntLiteralTypeAnnotation", jb0 = Pa2, Db0 = wa2, Rb0 = At8, Fb0 = m1, Mb0 = "BooleanLiteralTypeAnnotation", Lb0 = "ExistsTypeAnnotation", qb0 = Y1, Bb0 = vF, Ub0 = Y1, Xb0 = vF, Gb0 = on8, Yb0 = "TypeParameterDeclaration", zb0 = "usesExtendsBound", Jb0 = Fv, Kb0 = $22, Hb0 = No3, Wb0 = "bound", Vb0 = Ye4, $b0 = "TypeParameter", Qb0 = on8, Zb0 = mM, xT0 = on8, rT0 = mM, eT0 = Pv, tT0 = OL, nT0 = "closingElement", uT0 = "openingElement", iT0 = "JSXElement", fT0 = "closingFragment", cT0 = OL, sT0 = "openingFragment", aT0 = "JSXFragment", oT0 = h8, vT0 = "selfClosing", lT0 = "attributes", pT0 = Ye4, kT0 = "JSXOpeningElement", mT0 = "JSXOpeningFragment", hT0 = Ye4, dT0 = "JSXClosingElement", yT0 = "JSXClosingFragment", _T0 = m1, wT0 = Ye4, gT0 = "JSXAttribute", bT0 = $1, TT0 = "JSXSpreadAttribute", ET0 = "JSXEmptyExpression", ST0 = t24, AT0 = "JSXExpressionContainer", IT0 = t24, PT0 = "JSXSpreadChild", CT0 = At8, NT0 = m1, OT0 = "JSXText", jT0 = Tm2, DT0 = Dp2, RT0 = "JSXMemberExpression", FT0 = Ye4, MT0 = rE, LT0 = "JSXNamespacedName", qT0 = Ye4, BT0 = "JSXIdentifier", UT0 = cA, XT0 = X62, GT0 = "ExportSpecifier", YT0 = X62, zT0 = "ImportDefaultSpecifier", JT0 = X62, KT0 = "ImportNamespaceSpecifier", HT0 = XD, WT0 = X62, VT0 = "imported", $T0 = "ImportSpecifier", QT0 = "Line", ZT0 = "Block", xE0 = m1, rE0 = m1, eE0 = "DeclaredPredicate", tE0 = "InferredPredicate", nE0 = Qb, uE0 = h8, iE0 = fR, fE0 = W32, cE0 = Tm2, sE0 = Dp2, aE0 = "message", oE0 = Yx, vE0 = wD, lE0 = vR, pE0 = Wv, kE0 = G6, mE0 = Kk, hE0 = [0, ss5, fi6, _c2, Ni6, di6, Cs4, mf, si6, sf, z7, eu2, zc2, _u2, e7, Ve7, bs5, Mc2, W72, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St8, V7, Mf2, $f2, lf, Ji6, ti6, l7, f7, Ac2, Lf, vi6, Hi6, rs5, Vc2, U7, Au2, fu2, Kn4, Ou2, bu2, ai6, Ui6, Si6, ji6, es5, Af, pu2, Ki6, qi6, X72, Lu2, Zu2, ms5, Wf, o7, Ge7, r7, Qi6, x7, Gf, dc2, D7, qc2, G1, ff, $n3, Oc2, E7, Nf, Tc2, g7, kc2, su2, P7, tf, Gc2, Yn3, Mu2, a7, Eu2, vc2, j7, _i6, T7, $22, Pi6, ou2, d7, w7, Ri6, wu2, ki6, Ci6, Q7, Rc2, Wu2, Oi6, ic2, be6, v7, vu2, H22, Hn4, Uc2, zi6, xf2, Du2, $c2, xc2, Yc2, If2, ls5, Gi6, Ef, yu2, $u2, pc2, du2, Xf, Pu2, oc2, xi6, Cc2, Hc2, Nc2, Wn3, yf, Bc2, bi6, mi6, Uf, Ps6, Hf, qf, _f2, ii6, Qu2, Uu2, Rf2, B7, is5, ws5, y7, oi6, S7, ru2, bc2, H7, Hu2, xu2, Sc2, u7, Ei6, Pf2, yi5, Jn3, L7, ps5, Y7, Tf, gc2, Xu2, W22, Je7, F7, J72, Jc2, jf, He6, Ke7, n7, cs5, Vu2, p7, ds5, ge6, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q72, fs24, fc2, Qn3, Vi6, uc2, qu2, Xc2, A7, ns5, ni6, lu2, Xn4, Df2, Pc2, Fc2, ac2, kf2, M7, Vn3, ui6, wi6, uu2, c7, gi6, G7, zn4, Bi6, ju2, Sf, i7, _7, Gn4, Qf, Su2, zu2, zf, ei6, Cu2, vf2, nf, Zf, tn4, h7, Ju2, li6, Zn4, qn4, Bu2, Di6, ri6, ku2, Zi6, Zc2, Yu2, C7, gu2, Jf, cf, s7, Tu2, df, K7, Bn3, Ti6, R7, t24, Ai6, uf, ts5, hs5, Iu2, wf, k7, Xe6, gf, _s5, af, Yi6, hc2, yc2, Wi6, Qc2, vs6, Is6, Fi6, bf, os7, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We7, Lc2, ae4, N7, rf, $i6, mu2, Of, b7, Wc2, au2, t72, Kc2], dE0 = [0, H22, of, $i6, V7, $22, qf, h7, pc2, bc2, Rf2, Gi6, Du2, Fi6, hu2, F7, d7, Qu2, Uf, J72, ui6, cf, X72, Zn4, Zf, _u2, vu2, $n3, ac2, Ps6, oc2, _f2, Sf, Es4, Uc2, jc2, Q7, He6, t72, Wi6, s7, Qc2, Bi6, ic2, rs5, Ve7, Jc2, Uu2, fu2, k7, ss5, ii6, lu2, T7, Je7, ci6, w7, Of, qu2, fc2, Ku2, pi6, q72, a7, If2, _7, fs24, Ge7, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge6, es5, x7, rc2, Vu2, bs5, Wn3, e7, o7, Kf, Pc2, Vn3, r7, Xi6, Qf, kf2, Lu2, sf, Xn4, Vc2, zu2, ni6, Oi6, Hu2, $u2, si6, n7, Ii6, Zc2, Ui6, ys5, Gf, Kc2, Xu2, Mu2, Ei6, Cc2, wu2, Kn4, hs5, df, W72, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os7, N7, oi6, G1, g7, Hn4, Bc2, ai6, pf, ku2, xu2, Tf, Jf, ms5, Tc2, Dc2, z7, dc2, Bu2, zf, f7, D7, Z7, Xf, I7, ds5, fi6, Mi5, Di6, Rc2, zn4, Yu2, xi6, eu2, vf2, ae4, lc2, is5, cc2, Ou2, Df2, as5, Vi6, Gn4, W22, Ri6, U7, cs5, St8, Ni6, qc2, gs5, tu2, i7, vi6, Ru2, di6, Qi6, S7, kc2, _c2, ti6, cu2, gf, nc2, As5, Iu2, wf, Qn3, vs6, Ci6, hi6, Hi6, ws5, bf, v7, b7, Mf2, mi6, C7, Nc2, ts5, p7, t24, Un3, Mc2, yf, Is6, A7, Yn3, Yi6, Ac2, Yf, Xc2, Oc2, Ts4, O7, Hc2, Bf, wc2, Ec2, bu2, ju2, j7, be6, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke7, Xe6, rf, ff, ri6, Wc2, ns5, K7, mu2, Vf, Sc2, _s5, Jn3, gc2, qi6, Hf, ru2, uf, H7, yc2, Ef, ji6, y7, sc2, Wf, B7, ei6, Si6, yi5, Wu2, Ff, Gu2, Su2, Pf2, c7, li6, l7, Ji6, _i6, Cs4, We7, iu2, zc2, vn3, G7, R7, ki6, ls5, u7, Tu2, Pu2, Ti6, Lc2, tf, vc2, tn4, Af], yE0 = [0, Af, tn4, vc2, tf, Lc2, Ti6, Pu2, Tu2, u7, ls5, ki6, R7, G7, vn3, zc2, iu2, We7, Cs4, _i6, Ji6, l7, li6, c7, Pf2, Su2, Gu2, Ff, Wu2, yi5, Si6, ei6, B7, Wf, sc2, y7, ji6, Ef, yc2, H7, uf, ru2, Hf, qi6, gc2, Jn3, _s5, Sc2, Vf, mu2, K7, ns5, Wc2, ri6, ff, rf, Xe6, Ke7, us5, xc2, ou2, zi6, yu2, lf, gi6, Gc2, wi6, Ic2, hc2, qn4, Ju2, nf, be6, j7, ju2, bu2, Ec2, wc2, Bf, Hc2, O7, Ts4, Oc2, Xc2, Yf, Ac2, Yi6, Yn3, A7, Is6, yf, Mc2, Un3, t24, p7, ts5, Nc2, C7, mi6, Mf2, b7, v7, bf, ws5, Hi6, hi6, Ci6, vs6, Qn3, wf, Iu2, As5, nc2, gf, cu2, ti6, _c2, kc2, S7, Qi6, di6, Ru2, vi6, i7, tu2, gs5, qc2, Ni6, St8, cs5, U7, Ri6, W22, Gn4, Vi6, as5, Df2, Ou2, cc2, is5, lc2, ae4, vf2, eu2, xi6, Yu2, zn4, Rc2, Di6, Mi5, fi6, ds5, I7, Xf, Z7, D7, f7, zf, Bu2, dc2, z7, Dc2, Tc2, ms5, Jf, Tf, xu2, ku2, pf, ai6, Bc2, Hn4, g7, G1, oi6, N7, os7, su2, Yc2, Cu2, Au2, gu2, mf, L7, ps5, E7, du2, uu2, Nf, hf, uc2, Ki6, W72, df, hs5, Kn4, wu2, Cc2, Ei6, Mu2, Xu2, Kc2, Gf, ys5, Ui6, Zc2, Ii6, n7, si6, $u2, Hu2, Oi6, ni6, zu2, Vc2, Xn4, sf, Lu2, kf2, Qf, Xi6, r7, Vn3, Pc2, Kf, o7, e7, Wn3, bs5, Vu2, rc2, x7, es5, ge6, Eu2, Ai6, $c2, bi6, Y7, Fu2, jf, Bn3, m7, Zi6, Fc2, au2, $f2, P7, af, xf2, pu2, M7, Zu2, Pi6, Lf, Ge7, fs24, _7, If2, a7, q72, pi6, Ku2, fc2, qu2, Of, w7, ci6, Je7, T7, lu2, ii6, ss5, k7, fu2, Uu2, Jc2, Ve7, rs5, ic2, Bi6, Qc2, s7, Wi6, t72, He6, Q7, jc2, Uc2, Es4, Sf, _f2, oc2, Ps6, ac2, $n3, vu2, _u2, Zf, Zn4, X72, cf, ui6, J72, Uf, Qu2, d7, F7, hu2, Fi6, Du2, Gi6, Rf2, bc2, pc2, h7, qf, $22, V7, $i6, of, H22], _E0 = "Jsoo_runtime.Error.Exn", wE0 = [0, 0], gE0 = "assert_operator", bE0 = "use_strict", TE0 = w_, EE0 = "esproposal_decorators", SE0 = "records", AE0 = "pattern_matching", IE0 = "enums", PE0 = "components", CE0 = "Internal error: ", NE0 = [t1, "CamlinternalLazy.Undefined", js6(0)];
|
|
57950
57950
|
function OE0(x6, r) {
|
|
57951
57951
|
var e6 = Rx(r) - 1 | 0, t25 = 0;
|
|
57952
57952
|
if (e6 >= 0)
|
|
@@ -58786,7 +58786,7 @@ var init_flow = __esm(() => {
|
|
|
58786
58786
|
return e6[2] ? cx(t25) : r;
|
|
58787
58787
|
}
|
|
58788
58788
|
var bO = id(R$, function(x6) {
|
|
58789
|
-
var r = lO(x6, F$), e6 = r[1], t25 = r[2], u6 = r[3], i6 = r[4], c6 = r[5], v6 = r[6], o6 = r[7], l6 = r[8], k11 = r[9], h11 = r[10], E11 = r[11], T11 = r[12], I11 = r[13], N11 = r[14], P11 = r[15], R11 = r[16], q11 = r[17], X11 = r[18], B5 = r[19], z11 = r[20], x0 = r[21], W11 = r[22], Z11 = r[23], t0 = r[24], i0 = r[25], u0 = r[26], k0 = r[27], o0 = r[28], S0 = r[29], s0 = r[30], v0 = r[31], m0 = r[32], p0 = r[33], E0 = r[34], b0 = r[35], C0 = r[36], D0 = r[37], U0 = r[38], T0 = r[39], M0 = r[40], y0 = r[41], G11 = r[42], j0 = r[43], Q0 = r[44], q0 = r[45], ix = r[46], xx = r[47], fx = r[48], yx = r[49], R0 = r[50], lx = r[51], kx = r[52], Q11 = r[53], I0 = r[54], M11 = r[55], d0 = r[56], g0 = r[57], h0 = r[58], A0 = r[59], $0 = r[60], Kx = r[61], J11 = r[62], tr6 = r[63], Zx = r[65], b11 = r[66], V11 = r[67], tx = r[68], _x = r[69], gx = r[70], ex = r[71], Jx = r[72], Ux = r[73], hr6 = r[74], dr6 = r[75], V0 = r[76], K0 = r[77], Cx = r[78], bx = r[79], Ox = r[80], ux = r[81], br5 = r[82], nr6 = r[83], $r5 = r[84], l1 = r[85], C1 = r[86], Qr5 = r[87], O1 = r[88], Hr4 = r[89], w11 = r[90], Y5 = r[91], px = r[92], X0 = r[93], vx = r[94], Ix = r[95], Cr5 = r[96], Vx = r[97], f1 = r[98], c1 = r[99], Fr5 = r[cr5], Zr4 = r[k1], mx = r[Ee6], Mx = r[Ss4], rr6 = r[ec2], Ar5 = r[p2], Or5 = r[Ct8], ne6 = r[Te6], Y22 = r[d22], je6 = r[wo3], kt8 = r[n22], xo3 = r[nn4], Tn3 = r[h22],
|
|
58789
|
+
var r = lO(x6, F$), e6 = r[1], t25 = r[2], u6 = r[3], i6 = r[4], c6 = r[5], v6 = r[6], o6 = r[7], l6 = r[8], k11 = r[9], h11 = r[10], E11 = r[11], T11 = r[12], I11 = r[13], N11 = r[14], P11 = r[15], R11 = r[16], q11 = r[17], X11 = r[18], B5 = r[19], z11 = r[20], x0 = r[21], W11 = r[22], Z11 = r[23], t0 = r[24], i0 = r[25], u0 = r[26], k0 = r[27], o0 = r[28], S0 = r[29], s0 = r[30], v0 = r[31], m0 = r[32], p0 = r[33], E0 = r[34], b0 = r[35], C0 = r[36], D0 = r[37], U0 = r[38], T0 = r[39], M0 = r[40], y0 = r[41], G11 = r[42], j0 = r[43], Q0 = r[44], q0 = r[45], ix = r[46], xx = r[47], fx = r[48], yx = r[49], R0 = r[50], lx = r[51], kx = r[52], Q11 = r[53], I0 = r[54], M11 = r[55], d0 = r[56], g0 = r[57], h0 = r[58], A0 = r[59], $0 = r[60], Kx = r[61], J11 = r[62], tr6 = r[63], Zx = r[65], b11 = r[66], V11 = r[67], tx = r[68], _x = r[69], gx = r[70], ex = r[71], Jx = r[72], Ux = r[73], hr6 = r[74], dr6 = r[75], V0 = r[76], K0 = r[77], Cx = r[78], bx = r[79], Ox = r[80], ux = r[81], br5 = r[82], nr6 = r[83], $r5 = r[84], l1 = r[85], C1 = r[86], Qr5 = r[87], O1 = r[88], Hr4 = r[89], w11 = r[90], Y5 = r[91], px = r[92], X0 = r[93], vx = r[94], Ix = r[95], Cr5 = r[96], Vx = r[97], f1 = r[98], c1 = r[99], Fr5 = r[cr5], Zr4 = r[k1], mx = r[Ee6], Mx = r[Ss4], rr6 = r[ec2], Ar5 = r[p2], Or5 = r[Ct8], ne6 = r[Te6], Y22 = r[d22], je6 = r[wo3], kt8 = r[n22], xo3 = r[nn4], Tn3 = r[h22], ke7 = r[ef], ro4 = r[k22], Js6 = r[wr5], eo4 = r[Ca2], Ks5 = r[Z62], M22 = r[q62], L22 = r[b6], g1 = r[Cf2], En4 = r[$6], Sn4 = r[e1], Hs6 = r[un4], Ws6 = r[zv], mt8 = r[So3], to4 = r[v8], Q1 = r[Gr4], ar6 = r[R1], no4 = r[kk], Vs5 = r[Qv], ht8 = r[M62], E32 = r[N62], S32 = r[s8], An3 = r[sm2], $s5 = r[cM], uo4 = r[bR], tv = r[UD], Qs6 = r[YL], nv = r[WF], io4 = r[ML], uv = r[SM], z22 = r[xq], Z1 = r[YM], Zs6 = r[xR], In3 = r[LM], fo4 = r[KM], iv = r[ER], co4 = r[FF], fv = r[149], Kl2 = r[150], D52 = r[151], rp2 = r[152], ep2 = r[153], R52 = r[154], tp2 = r[155], Hl2 = r[156], np2 = r[157], so4 = r[158], up2 = r[159], zt6 = r[AL], ip2 = r[kI], cv = r[qM], fp2 = r[da3], cp2 = r[sR], sv = r[hF], Wl2 = r[JD2], sp2 = r[Sb], F5 = r[IL], ap2 = r[yR], M52 = r[py], op2 = r[Sg], vp2 = r[KR], lp2 = r[bM], Vl2 = r[LL], U11 = r[NR], A11 = r[GF], j11 = r[rL], f0 = r[fk], _0 = r[AC], N0 = r[dR], H0 = r[NS], nx = r[s9], wx = r[j_], Sx = r[Wm2], er6 = r[oD2], Lx = r[xI], Xx = r[z_], ur6 = r[nR], $x = r[$S], ir6 = r[jE], fr6 = r[sP], or6 = r[Y32], Mr5 = r[cR], jx = r[mh], u1 = r[IF], p1 = r[vL], j1 = r[hw], Ur5 = r[QP], Wr3 = r[VI], s1 = r[_L], yr5 = r[xF], Ir4 = r[KD], x1 = r[TD], D1 = r[eM], X1 = r[RE], De6 = r[Hg], T1 = r[oF], w22 = r[gD], V1 = r[HR], i1 = r[HD], J22 = r[uR], rt8 = r[$R], dt8 = r[o_], et8 = r[qL], g22 = r[lk], r1 = r[ty], me7 = r[pM], b22 = r[fD2], yt8 = r[nL], ue5 = r[lF], _t6 = r[HF], Jt6 = r[jD], Kt6 = r[e8], Ht7 = r[Sv], Pn3 = r[JR], Cn3 = r[KF], Nn2 = r[wM], ie5 = r[RD], Dx = r[qI], tt7 = r[nF], Re6 = r[PD], Wt7 = r[iD2], Vt7 = r[aL], q22 = r[dL], nt8 = r[EM], ut5 = r[IM], xa2 = r[EL], wt8 = r[XF], On3 = r[E9], Fe6 = r[rl2], jn3 = r[kF], T22 = r[HM], he6 = r[BM], it6 = r[jv], ra3 = r[ME], Dn3 = r[ul2], ea3 = r[Gp2], Me6 = r[t1], ta3 = r[jS], na2 = r[ol3], Rn3 = r[WL], Le7 = r[xl2], $t6 = r[QE], ao4 = r[Q32], $l2 = r[Bk], ua3 = r[D6], av = r[257], A32 = r[258], oo4 = r[259], vo3 = r[260], Ql2 = r[261], ov = r[262], I32 = r[263], P32 = r[264], C32 = r[265], vv = r[266], Zl2 = r[267], x62 = r[ZL], lo4 = r[FM], lv = r[270], po4 = r[271], N32 = r[272], Fn3 = r[273], r6 = r[274], ia3 = r[275], pv = r[mL], kv = r[277], O32 = r[278], mv = r[BF], j32 = r[280], fa2 = r[lL], hv = r[QD], ca2 = r[283], e62 = r[284], D32 = r[gR], t62 = r[286], dv = r[qR], R32 = r[UR], sa3 = r[xr5], aa3 = r[jR], ko3 = r[291], yv = r[_F], _v = r[293], wv = r[294], de5 = r[295], mo3 = r[296], qe5 = r[oR], gv = r[zL], F32 = r[299], n6 = r[300], bv = r[301], Tv = r[dF], u62 = r[303], oa2 = r[hD], L52 = r[305], i62 = r[306], q52 = r[307], Mn2 = r[RF], Ln3 = r[309], M32 = r[310], pp2 = r[fL], Qt6 = r[312], f6 = r[TL], B52 = r[gM], U52 = r[315], X52 = r[316], L32 = r[317], kp2 = r[AR], G52 = r[319], Y52 = r[ox], mp2 = r[lD2];
|
|
58790
58790
|
return yO(x6, [0, r[64], function(n11, s) {
|
|
58791
58791
|
var f11 = s[2], a6 = f11[4], m11 = f11[3], _11 = f11[1], S11 = f11[2], O11 = s[1], F11 = p3(n11[1][1 + C0], n11, _11), n0 = p3(n11[1][1 + G11], n11, m11), l0 = pr6(d3(n11[1][1 + ca2], n11), a6);
|
|
58792
58792
|
return _11 === F11 && m11 === n0 && a6 === l0 ? s : [0, O11, [0, F11, S11, n0, l0]];
|
|
@@ -59109,7 +59109,7 @@ var init_flow = __esm(() => {
|
|
|
59109
59109
|
});
|
|
59110
59110
|
case 17:
|
|
59111
59111
|
var fe5 = f11[1];
|
|
59112
|
-
return O0(d3(n11[1][1 +
|
|
59112
|
+
return O0(d3(n11[1][1 + ke7], n11), a6, fe5, s, function(hx) {
|
|
59113
59113
|
return [0, a6, [17, hx]];
|
|
59114
59114
|
});
|
|
59115
59115
|
case 18:
|
|
@@ -59814,7 +59814,7 @@ var init_flow = __esm(() => {
|
|
|
59814
59814
|
}, xx, function(n11, s, f11) {
|
|
59815
59815
|
var a6 = f11[3], m11 = f11[2], _11 = f11[1], S11 = p3(n11[1][1 + G11], n11, a6);
|
|
59816
59816
|
return a6 === S11 ? f11 : [0, _11, m11, S11];
|
|
59817
|
-
},
|
|
59817
|
+
}, ke7, function(n11, s, f11) {
|
|
59818
59818
|
var a6 = f11[3], m11 = f11[2], _11 = f11[1], S11 = p3(n11[1][1 + G11], n11, a6);
|
|
59819
59819
|
return a6 === S11 ? f11 : [0, _11, m11, S11];
|
|
59820
59820
|
}, Qt6, function(n11, s, f11) {
|
|
@@ -60062,7 +60062,7 @@ var init_flow = __esm(() => {
|
|
|
60062
60062
|
});
|
|
60063
60063
|
case 30:
|
|
60064
60064
|
var ma3 = f11[1];
|
|
60065
|
-
return O0(d3(n11[1][1 +
|
|
60065
|
+
return O0(d3(n11[1][1 + ke7], n11), a6, ma3, s, function(Ex) {
|
|
60066
60066
|
return [0, a6, [30, Ex]];
|
|
60067
60067
|
});
|
|
60068
60068
|
case 31:
|
|
@@ -60426,7 +60426,7 @@ var init_flow = __esm(() => {
|
|
|
60426
60426
|
});
|
|
60427
60427
|
case 1:
|
|
60428
60428
|
var _11 = f11[1];
|
|
60429
|
-
return O0(d3(n11[1][1 +
|
|
60429
|
+
return O0(d3(n11[1][1 + ke7], n11), a6, _11, s, function(Hx) {
|
|
60430
60430
|
return [0, a6, [1, Hx]];
|
|
60431
60431
|
});
|
|
60432
60432
|
case 2:
|
|
@@ -60503,7 +60503,7 @@ var init_flow = __esm(() => {
|
|
|
60503
60503
|
}, to4, function(n11, s, f11) {
|
|
60504
60504
|
if (f11[0] === 0) {
|
|
60505
60505
|
var a6 = f11[1];
|
|
60506
|
-
return O0(d3(n11[1][1 +
|
|
60506
|
+
return O0(d3(n11[1][1 + ke7], n11), s, a6, f11, function(_11) {
|
|
60507
60507
|
return [0, _11];
|
|
60508
60508
|
});
|
|
60509
60509
|
}
|
|
@@ -60534,7 +60534,7 @@ var init_flow = __esm(() => {
|
|
|
60534
60534
|
});
|
|
60535
60535
|
case 1:
|
|
60536
60536
|
var _11 = s[1], S11 = _11[1], O11 = _11[2];
|
|
60537
|
-
return O0(d3(n11[1][1 +
|
|
60537
|
+
return O0(d3(n11[1][1 + ke7], n11), S11, O11, s, function(W0) {
|
|
60538
60538
|
return [1, [0, S11, W0]];
|
|
60539
60539
|
});
|
|
60540
60540
|
case 2:
|
|
@@ -60571,7 +60571,7 @@ var init_flow = __esm(() => {
|
|
|
60571
60571
|
});
|
|
60572
60572
|
case 1:
|
|
60573
60573
|
var _11 = s[1], S11 = _11[1], O11 = _11[2];
|
|
60574
|
-
return O0(d3(n11[1][1 +
|
|
60574
|
+
return O0(d3(n11[1][1 + ke7], n11), S11, O11, s, function(W0) {
|
|
60575
60575
|
return [1, [0, S11, W0]];
|
|
60576
60576
|
});
|
|
60577
60577
|
case 2:
|
|
@@ -60742,7 +60742,7 @@ var init_flow = __esm(() => {
|
|
|
60742
60742
|
});
|
|
60743
60743
|
}, rr6, function(n11, s) {
|
|
60744
60744
|
var f11 = s[1], a6 = s[2];
|
|
60745
|
-
return O0(d3(n11[1][1 +
|
|
60745
|
+
return O0(d3(n11[1][1 + ke7], n11), f11, a6, s, function(m11) {
|
|
60746
60746
|
return [0, f11, m11];
|
|
60747
60747
|
});
|
|
60748
60748
|
}, ne6, function(n11, s) {
|
|
@@ -60819,7 +60819,7 @@ var init_flow = __esm(() => {
|
|
|
60819
60819
|
}, tx, function(n11, s, f11, a6) {
|
|
60820
60820
|
return Z0(n11[1][1 + xx], n11, f11, a6);
|
|
60821
60821
|
}, Ox, function(n11, s, f11, a6) {
|
|
60822
|
-
return Z0(n11[1][1 +
|
|
60822
|
+
return Z0(n11[1][1 + ke7], n11, f11, a6);
|
|
60823
60823
|
}, nr6, function(n11, s, f11, a6) {
|
|
60824
60824
|
return Z0(n11[1][1 + Qt6], n11, f11, a6);
|
|
60825
60825
|
}, bx, function(n11, s, f11) {
|
|
@@ -67431,9 +67431,9 @@ var init_flow = __esm(() => {
|
|
|
67431
67431
|
}
|
|
67432
67432
|
}
|
|
67433
67433
|
H11(w11, 17);
|
|
67434
|
-
var
|
|
67435
|
-
if (
|
|
67436
|
-
return
|
|
67434
|
+
var ke7 = q1(y3(w11));
|
|
67435
|
+
if (ke7 !== 0)
|
|
67436
|
+
return ke7 === 1 ? P11(w11) : g5(w11);
|
|
67437
67437
|
for (;; )
|
|
67438
67438
|
if (H11(w11, 17), mr4(y3(w11)) !== 0)
|
|
67439
67439
|
return g5(w11);
|
|
@@ -68889,7 +68889,7 @@ var init_flow = __esm(() => {
|
|
|
68889
68889
|
if (!C4(V0, H22))
|
|
68890
68890
|
return [0, x6, 60];
|
|
68891
68891
|
} else {
|
|
68892
|
-
if (!C4(V0,
|
|
68892
|
+
if (!C4(V0, Ve7))
|
|
68893
68893
|
return [0, x6, 20];
|
|
68894
68894
|
if (!C4(V0, Bv))
|
|
68895
68895
|
return [0, x6, 23];
|
|
@@ -69201,7 +69201,7 @@ var init_flow = __esm(() => {
|
|
|
69201
69201
|
if (0 <= e6) {
|
|
69202
69202
|
if (0 < e6 && C4(x6, He6) && C4(x6, Pa2) && C4(x6, um2) && C4(x6, Aa2) && C4(x6, g6) && C4(x6, ga) && C4(x6, Tp2) && C4(x6, L8))
|
|
69203
69203
|
break x;
|
|
69204
|
-
} else if (C4(x6, W22) && C4(x6, bo3) && C4(x6, I6) && C4(x6, Yv) && C4(x6, Hv) && C4(x6, Je7) && C4(x6, fl2) && C4(x6,
|
|
69204
|
+
} else if (C4(x6, W22) && C4(x6, bo3) && C4(x6, I6) && C4(x6, Yv) && C4(x6, Hv) && C4(x6, Je7) && C4(x6, fl2) && C4(x6, Ve7))
|
|
69205
69205
|
break x;
|
|
69206
69206
|
}
|
|
69207
69207
|
} else {
|
|
@@ -71525,8 +71525,8 @@ var init_flow = __esm(() => {
|
|
|
71525
71525
|
break;
|
|
71526
71526
|
case 29:
|
|
71527
71527
|
if (typeof r != "number" && r[0] === 29) {
|
|
71528
|
-
var
|
|
71529
|
-
return Ks5 === 0 ? p3(d3(kr4[4], 0), Js6,
|
|
71528
|
+
var ke7 = r[2], ro4 = r[1], Js6 = x6[2], eo4 = x6[1], Ks5 = p3(d3(kr4[5], 0), eo4, ro4);
|
|
71529
|
+
return Ks5 === 0 ? p3(d3(kr4[4], 0), Js6, ke7) : Ks5;
|
|
71530
71530
|
}
|
|
71531
71531
|
break;
|
|
71532
71532
|
case 30:
|
|
@@ -80900,7 +80900,7 @@ var init_flow = __esm(() => {
|
|
|
80900
80900
|
var Ql2 = [0, [0, F80, dx(fo4, $l2)], [0, [0, R80, vo3], 0]];
|
|
80901
80901
|
return J11(L80, j11, oo4, [0, [0, M80, b11(ua3)], Ql2]);
|
|
80902
80902
|
case 26:
|
|
80903
|
-
var ov = A11[1], I32 = ov[2], P32 = [0, [0, q80, gr5(
|
|
80903
|
+
var ov = A11[1], I32 = ov[2], P32 = [0, [0, q80, gr5(ke7, ov[1])], 0];
|
|
80904
80904
|
return J11(B80, j11, y1(I32), P32);
|
|
80905
80905
|
case 27:
|
|
80906
80906
|
var C32 = A11[1], vv = C32[1], Zl2 = C32[3], x62 = vv[4], lo4 = O22(y1(vv[3][2][2]), x62);
|
|
@@ -81427,7 +81427,7 @@ var init_flow = __esm(() => {
|
|
|
81427
81427
|
return J11(Xb0, f0, 0, [0, [0, Ub0, no4([0, j11[1], j11[2]])], 0]);
|
|
81428
81428
|
}
|
|
81429
81429
|
}
|
|
81430
|
-
function
|
|
81430
|
+
function ke7(U11) {
|
|
81431
81431
|
if (U11[0] === 0) {
|
|
81432
81432
|
var A11 = U11[1], j11 = A11[2], f0 = A11[1];
|
|
81433
81433
|
switch (j11[0]) {
|
|
@@ -82180,7 +82180,7 @@ function qe5(e2) {
|
|
|
82180
82180
|
function I5(e2, t24 = {}) {
|
|
82181
82181
|
return M7(e2), ae4(t24.expandedStates, true), { type: vt8, id: t24.id, contents: e2, break: !!t24.shouldBreak, expandedStates: t24.expandedStates };
|
|
82182
82182
|
}
|
|
82183
|
-
function
|
|
82183
|
+
function Ve7(e2, t24 = "", r = {}) {
|
|
82184
82184
|
return M7(e2), t24 !== "" && M7(t24), { type: Tt8, breakContents: e2, flatContents: t24, groupId: r.groupId };
|
|
82185
82185
|
}
|
|
82186
82186
|
function ct7(e2, t24) {
|
|
@@ -82255,12 +82255,12 @@ function zr4() {
|
|
|
82255
82255
|
function Yr5(e2, t24 = "unexpected unreachable branch") {
|
|
82256
82256
|
throw Mr5.log("unreachable", e2), Mr5.log(`${t24} :: ${JSON.stringify(e2)} (${e2})`), new Error("code reached unreachable");
|
|
82257
82257
|
}
|
|
82258
|
-
function
|
|
82258
|
+
function Ge7(e2, t24) {
|
|
82259
82259
|
var r = t24 && t24.loc, s, n3, i2, a5;
|
|
82260
82260
|
r && (s = r.start.line, n3 = r.end.line, i2 = r.start.column, a5 = r.end.column, e2 += " - " + s + ":" + i2);
|
|
82261
82261
|
for (var o3 = Error.prototype.constructor.call(this, e2), c5 = 0;c5 < Ye4.length; c5++)
|
|
82262
82262
|
this[Ye4[c5]] = o3[Ye4[c5]];
|
|
82263
|
-
Error.captureStackTrace && Error.captureStackTrace(this,
|
|
82263
|
+
Error.captureStackTrace && Error.captureStackTrace(this, Ge7);
|
|
82264
82264
|
try {
|
|
82265
82265
|
r && (this.lineNumber = s, this.endLineNumber = n3, Object.defineProperty ? (Object.defineProperty(this, "column", { value: i2, enumerable: true }), Object.defineProperty(this, "endColumn", { value: a5, enumerable: true })) : (this.column = i2, this.endColumn = a5));
|
|
82266
82266
|
} catch {}
|
|
@@ -82697,7 +82697,7 @@ function js6(e6, t24, r) {
|
|
|
82697
82697
|
case "ElementModifierStatement":
|
|
82698
82698
|
return I5(["{{", Tn3(e6, r), "}}"]);
|
|
82699
82699
|
case "MustacheStatement":
|
|
82700
|
-
return I5([
|
|
82700
|
+
return I5([ke7(s), Tn3(e6, r), Ee6(s)]);
|
|
82701
82701
|
case "SubExpression":
|
|
82702
82702
|
return I5(["(", ui6(e6, r), H7, ")"]);
|
|
82703
82703
|
case "AttrNode": {
|
|
@@ -82802,9 +82802,9 @@ function Js6(e6, t24) {
|
|
|
82802
82802
|
return Bt5(r.blockParams) && n3.push(N7, br5(r)), ["<", r.tag, F5(n3), $s5(r)];
|
|
82803
82803
|
}
|
|
82804
82804
|
function $s5(e6) {
|
|
82805
|
-
return dr6(e6) ?
|
|
82805
|
+
return dr6(e6) ? Ve7([H7, "/>"], [" />", H7]) : Ve7([H7, ">"], ">");
|
|
82806
82806
|
}
|
|
82807
|
-
function
|
|
82807
|
+
function ke7(e6) {
|
|
82808
82808
|
let t24 = e6.trusting ? "{{{" : "{{", r = e6.strip?.open ? "~" : "";
|
|
82809
82809
|
return [t24, r];
|
|
82810
82810
|
}
|
|
@@ -82813,7 +82813,7 @@ function Ee6(e6) {
|
|
|
82813
82813
|
return [e6.strip?.close ? "~" : "", t24];
|
|
82814
82814
|
}
|
|
82815
82815
|
function Xs6(e6) {
|
|
82816
|
-
let t24 =
|
|
82816
|
+
let t24 = ke7(e6), r = e6.openStrip.open ? "~" : "";
|
|
82817
82817
|
return [t24, r, "#"];
|
|
82818
82818
|
}
|
|
82819
82819
|
function Zs6(e6) {
|
|
@@ -82821,7 +82821,7 @@ function Zs6(e6) {
|
|
|
82821
82821
|
return [e6.openStrip.close ? "~" : "", t24];
|
|
82822
82822
|
}
|
|
82823
82823
|
function Sn4(e6) {
|
|
82824
|
-
let t24 =
|
|
82824
|
+
let t24 = ke7(e6), r = e6.closeStrip.open ? "~" : "";
|
|
82825
82825
|
return [t24, r, "/"];
|
|
82826
82826
|
}
|
|
82827
82827
|
function kn3(e6) {
|
|
@@ -82829,7 +82829,7 @@ function kn3(e6) {
|
|
|
82829
82829
|
return [e6.closeStrip.close ? "~" : "", t24];
|
|
82830
82830
|
}
|
|
82831
82831
|
function Nn2(e6) {
|
|
82832
|
-
let t24 =
|
|
82832
|
+
let t24 = ke7(e6), r = e6.inverseStrip.open ? "~" : "";
|
|
82833
82833
|
return [t24, r];
|
|
82834
82834
|
}
|
|
82835
82835
|
function An3(e6) {
|
|
@@ -84101,8 +84101,8 @@ Expecting ` + Qt6.join(", ") + ", got '" + (this.terminals_[L6] || L6) + "'" : D
|
|
|
84101
84101
|
}();
|
|
84102
84102
|
Vt7 = us5;
|
|
84103
84103
|
Ye4 = ["description", "fileName", "lineNumber", "endLineNumber", "message", "name", "number", "stack"];
|
|
84104
|
-
|
|
84105
|
-
tt7 =
|
|
84104
|
+
Ge7.prototype = new Error;
|
|
84105
|
+
tt7 = Ge7;
|
|
84106
84106
|
le5.prototype = { constructor: le5, mutating: false, acceptKey: function(e2, t24) {
|
|
84107
84107
|
var r = this.accept(e2[t24]);
|
|
84108
84108
|
if (this.mutating) {
|
|
@@ -85283,7 +85283,7 @@ function Dt8(e6, t24, n3) {
|
|
|
85283
85283
|
case "ListType":
|
|
85284
85284
|
return ["[", n3("type"), "]"];
|
|
85285
85285
|
default:
|
|
85286
|
-
throw new
|
|
85286
|
+
throw new ke8(i2, "Graphql", "kind");
|
|
85287
85287
|
}
|
|
85288
85288
|
}
|
|
85289
85289
|
function _6(e6, t24, n3) {
|
|
@@ -85748,9 +85748,9 @@ var pt9, de6 = (e6, t24) => {
|
|
|
85748
85748
|
for (var n3 in t24)
|
|
85749
85749
|
pt9(e6, n3, { get: t24[n3], enumerable: true });
|
|
85750
85750
|
}, ut6, me8 = (e6, t24) => (n3, i2, ...r) => n3 | 1 && i2 == null ? undefined : (t24.call(i2) ?? i2[e6]).apply(i2, r), lt7, ft8, U7, ht9 = () => {}, ie6, Ee7 = "indent", Te6 = "group", Ne6 = "if-break", G7 = "line", xe5 = "break-parent", S4, Y4, _e6, k7, l3, dt8, f4, kn4, $7, ye7, Ae7, Oe7 = (e6) => e6 === `
|
|
85751
|
-
` || e6 === "\r" || e6 === "\u2028" || e6 === "\u2029", X8, Ie7, De6, ge7, Se7, se7, oe6,
|
|
85751
|
+
` || e6 === "\r" || e6 === "\u2028" || e6 === "\u2029", X8, Ie7, De6, ge7, Se7, se7, oe6, ke8, P6 = null, yt8 = 10, Ce7, H8, F6, ce6, qn4, C4, Re7, ve8, Ot8, be7, J9 = (e6) => e6.loc.start, q8 = (e6) => e6.loc.end, Le7 = "format", Pe5, we6, Fe7 = (e6) => we6.test(e6), Me7 = (e6) => Pe5.test(e6), Ve8 = (e6) => `# @${Le7}
|
|
85752
85752
|
|
|
85753
|
-
${e6}`, A5, Rt7,
|
|
85753
|
+
${e6}`, A5, Rt7, Ge8, Ye5, je7, vt9, $e6, he7, bt9, Q8, W8, c5, o3, z7, Qt6, it7, B5, fe6 = class {
|
|
85754
85754
|
constructor(t24, n3 = {}) {
|
|
85755
85755
|
let { lexer: i2, ...r } = n3;
|
|
85756
85756
|
if (i2)
|
|
@@ -86260,7 +86260,7 @@ var init_graphql = __esm(() => {
|
|
|
86260
86260
|
super(`Unexpected ${n3} node ${i2}: ${JSON.stringify(t24[i2])}.`), this.node = t24;
|
|
86261
86261
|
}
|
|
86262
86262
|
};
|
|
86263
|
-
|
|
86263
|
+
ke8 = oe6;
|
|
86264
86264
|
for (let e6 = 0;e6 <= yt8; e6++)
|
|
86265
86265
|
w4();
|
|
86266
86266
|
Ce7 = At9;
|
|
@@ -86301,8 +86301,8 @@ var init_graphql = __esm(() => {
|
|
|
86301
86301
|
we6 = /^\s*#[^\S\n]*@(?:format|prettier)\s*(?:\n|$)/u;
|
|
86302
86302
|
A5 = It8;
|
|
86303
86303
|
Ue6.ignoredProperties = new Set(["loc", "comments"]);
|
|
86304
|
-
Rt7 = { print: Dt8, massageAstNode: Ue6, hasPrettierIgnore: Ct9, insertPragma:
|
|
86305
|
-
|
|
86304
|
+
Rt7 = { print: Dt8, massageAstNode: Ue6, hasPrettierIgnore: Ct9, insertPragma: Ve8, printComment: St9, canAttachComment: gt8, getVisitorKeys: be7 };
|
|
86305
|
+
Ge8 = Rt7;
|
|
86306
86306
|
Ye5 = [{ name: "GraphQL", type: "data", aceMode: "graphqlschema", extensions: [".graphql", ".gql", ".graphqls"], tmScope: "source.graphql", parsers: ["graphql"], vscodeLanguageIds: ["graphql"], linguistLanguageId: 139 }];
|
|
86307
86307
|
je7 = { bracketSpacing: { category: "Common", type: "boolean", default: true, description: "Print spaces between brackets.", oppositeDescription: "Do not print spaces between brackets." }, objectWrap: { category: "Common", type: "choice", default: "preserve", description: "How to wrap object literals.", choices: [{ value: "preserve", description: "Keep as multi-line, if there is a newline between the opening brace and first property." }, { value: "collapse", description: "Fit to a single line when possible." }] }, singleQuote: { category: "Common", type: "boolean", default: false, description: "Use single quotes instead of double quotes." }, proseWrap: { category: "Common", type: "choice", default: "preserve", description: "How to wrap prose.", choices: [{ value: "always", description: "Wrap prose if it exceeds the print width." }, { value: "never", description: "Do not wrap prose." }, { value: "preserve", description: "Wrap prose as-is." }] }, bracketSameLine: { category: "Common", type: "boolean", default: false, description: "Put > of opening tags on the last line instead of on a new line." }, singleAttributePerLine: { category: "Common", type: "boolean", default: false, description: "Enforce single attribute per line in HTML, Vue and JSX." } };
|
|
86308
86308
|
vt9 = { bracketSpacing: je7.bracketSpacing };
|
|
@@ -86414,7 +86414,7 @@ spurious results.`);
|
|
|
86414
86414
|
ct8 = Wt8;
|
|
86415
86415
|
Kt7 = { allowLegacyFragmentVariables: true };
|
|
86416
86416
|
tn5 = { parse: en5, astFormat: "graphql", hasPragma: Fe7, hasIgnorePragma: Me7, locStart: J9, locEnd: q8 };
|
|
86417
|
-
nn5 = { graphql:
|
|
86417
|
+
nn5 = { graphql: Ge8 };
|
|
86418
86418
|
});
|
|
86419
86419
|
|
|
86420
86420
|
// ../../node_modules/prettier/plugins/html.mjs
|
|
@@ -86972,9 +86972,9 @@ function Pa2(e7) {
|
|
|
86972
86972
|
}
|
|
86973
86973
|
}
|
|
86974
86974
|
function S5() {
|
|
86975
|
-
let m5 = false, g5, E5, P7, z8, le7 = {}, ee6, _t8,
|
|
86975
|
+
let m5 = false, g5, E5, P7, z8, le7 = {}, ee6, _t8, ke9, Ge9, nr7;
|
|
86976
86976
|
for (z8 = 0;z8 < n3.length; z8++)
|
|
86977
|
-
ee6 = n3[z8], _t8 = ee6[ee6.length - 1],
|
|
86977
|
+
ee6 = n3[z8], _t8 = ee6[ee6.length - 1], ke9 = ee6.substring(0, ee6.length - 1), Ge9 = parseInt(ke9, 10), nr7 = parseFloat(ke9), Zn5.test(ke9) && _t8 === "w" ? ((g5 || E5) && (m5 = true), Ge9 === 0 ? m5 = true : g5 = Ge9) : La2.test(ke9) && _t8 === "x" ? ((g5 || E5 || P7) && (m5 = true), nr7 < 0 ? m5 = true : E5 = nr7) : Zn5.test(ke9) && _t8 === "h" ? ((P7 || E5) && (m5 = true), Ge9 === 0 ? m5 = true : P7 = Ge9) : m5 = true;
|
|
86978
86978
|
if (!m5)
|
|
86979
86979
|
le7.source = { value: r, startOffset: c6 }, g5 && (le7.width = { value: g5 }), E5 && (le7.density = { value: E5 }), P7 && (le7.height = { value: P7 }), p2.push(le7);
|
|
86980
86980
|
else
|
|
@@ -89657,7 +89657,7 @@ function ur8(e7) {
|
|
|
89657
89657
|
function Ye7(e7) {
|
|
89658
89658
|
return Jn5(e7), { type: J11, parts: e7 };
|
|
89659
89659
|
}
|
|
89660
|
-
function
|
|
89660
|
+
function Ge9(e7, r = {}) {
|
|
89661
89661
|
return ne9(e7), Or6(r.expandedStates, true), { type: X10, id: r.id, contents: e7, break: !!r.shouldBreak, expandedStates: r.expandedStates };
|
|
89662
89662
|
}
|
|
89663
89663
|
function Zn6(e7, r = "", t24 = {}) {
|
|
@@ -90275,7 +90275,7 @@ function Si8(e7, r, t24) {
|
|
|
90275
90275
|
if (r.proseWrap !== "never")
|
|
90276
90276
|
return [Ue7, a5];
|
|
90277
90277
|
let o4 = s(true);
|
|
90278
|
-
return [Ue7,
|
|
90278
|
+
return [Ue7, Ge9(Zn6(o4, a5))];
|
|
90279
90279
|
function s(f6) {
|
|
90280
90280
|
return _r7(ar8, [c6(u2[0], f6), l5(f6), ...u2.slice(1).map((D6) => c6(D6, f6))].map((D6) => `| ${D6.join(" | ")} |`));
|
|
90281
90281
|
}
|
|
@@ -90559,7 +90559,7 @@ function Yf(e7, r, t24) {
|
|
|
90559
90559
|
}
|
|
90560
90560
|
case "definition": {
|
|
90561
90561
|
let i2 = r.proseWrap === "always" ? qr5 : " ";
|
|
90562
|
-
return
|
|
90562
|
+
return Ge9([Pt10(n3), ":", ir8([i2, Nt10(n3.url), n3.title === null ? "" : [i2, zr6(n3.title, r, false)]])]);
|
|
90563
90563
|
}
|
|
90564
90564
|
case "footnote":
|
|
90565
90565
|
return ["[^", z8(e7, r, t24), "]"];
|
|
@@ -90567,7 +90567,7 @@ function Yf(e7, r, t24) {
|
|
|
90567
90567
|
return ji6(n3);
|
|
90568
90568
|
case "footnoteDefinition": {
|
|
90569
90569
|
let i2 = n3.children.length === 1 && n3.children[0].type === "paragraph" && (r.proseWrap === "never" || r.proseWrap === "preserve" && n3.children[0].position.start.line === n3.children[0].position.end.line);
|
|
90570
|
-
return [ji6(n3), ": ", i2 ? z8(e7, r, t24) :
|
|
90570
|
+
return [ji6(n3), ": ", i2 ? z8(e7, r, t24) : Ge9([Fe9(" ".repeat(4), z8(e7, r, t24, { processor: ({ isFirst: u2 }) => u2 ? Ge9([Nr6, t24()]) : t24() }))])];
|
|
90571
90571
|
}
|
|
90572
90572
|
case "table":
|
|
90573
90573
|
return Si8(e7, r, t24);
|
|
@@ -90826,7 +90826,7 @@ var init_markdown = __esm(() => {
|
|
|
90826
90826
|
});
|
|
90827
90827
|
Qi7 = x7((KC, Ji7) => {
|
|
90828
90828
|
Ji7.exports = Qf;
|
|
90829
|
-
var pr8 = 9, Wr5 = 10,
|
|
90829
|
+
var pr8 = 9, Wr5 = 10, Ve9 = 32, Hf = 33, Kf = 58, je9 = 91, Xf = 92, St11 = 93, hr8 = 94, Vr7 = 96, jr5 = 4, Jf = 1024;
|
|
90830
90830
|
function Qf(e7) {
|
|
90831
90831
|
var r = this.Parser, t24 = this.Compiler;
|
|
90832
90832
|
Zf(r) && rD3(r, e7), eD3(t24) && tD3(t24);
|
|
@@ -90842,11 +90842,11 @@ var init_markdown = __esm(() => {
|
|
|
90842
90842
|
m5 = a5[f6], !(m5 === "newline" || m5 === "indentedCode" || m5 === "paragraph" || m5 === "footnoteDefinition") && c6.push([m5]);
|
|
90843
90843
|
c6.push(["footnoteDefinition"]), t24.inlineNotes && (Lt10(o4, "reference", "inlineNote"), u2.inlineNote = F8), Lt10(a5, "definition", "footnoteDefinition"), Lt10(o4, "reference", "footnoteCall"), i2.definition = E5, i2.footnoteDefinition = p2, u2.footnoteCall = h5, u2.reference = g5, n3.interruptFootnoteDefinition = c6, g5.locator = l5.locator, h5.locator = v8, F8.locator = A7;
|
|
90844
90844
|
function p2(b7, d4, y5) {
|
|
90845
|
-
for (var w6 = this, C6 = w6.interruptFootnoteDefinition, k9 = w6.offset, T6 = d4.length + 1, B6 = 0, _8 = [], S5, P7, N9, O6, I8, le7, K10, L8, ie8, Z8, ve10, Ae9, G9;B6 < T6 && (O6 = d4.charCodeAt(B6), !(O6 !== pr8 && O6 !==
|
|
90845
|
+
for (var w6 = this, C6 = w6.interruptFootnoteDefinition, k9 = w6.offset, T6 = d4.length + 1, B6 = 0, _8 = [], S5, P7, N9, O6, I8, le7, K10, L8, ie8, Z8, ve10, Ae9, G9;B6 < T6 && (O6 = d4.charCodeAt(B6), !(O6 !== pr8 && O6 !== Ve9)); )
|
|
90846
90846
|
B6++;
|
|
90847
90847
|
if (d4.charCodeAt(B6++) === je9 && d4.charCodeAt(B6++) === hr8) {
|
|
90848
90848
|
for (P7 = B6;B6 < T6; ) {
|
|
90849
|
-
if (O6 = d4.charCodeAt(B6), O6 !== O6 || O6 === Wr5 || O6 === pr8 || O6 ===
|
|
90849
|
+
if (O6 = d4.charCodeAt(B6), O6 !== O6 || O6 === Wr5 || O6 === pr8 || O6 === Ve9)
|
|
90850
90850
|
return;
|
|
90851
90851
|
if (O6 === St11) {
|
|
90852
90852
|
N9 = B6, B6++;
|
|
@@ -90861,8 +90861,8 @@ var init_markdown = __esm(() => {
|
|
|
90861
90861
|
if (O6 = d4.charCodeAt(B6), O6 !== O6 || O6 === Wr5)
|
|
90862
90862
|
G9 = { start: ie8, contentStart: ve10 || B6, contentEnd: B6, end: B6 }, Ae9.push(G9), O6 === Wr5 && (ie8 = B6 + 1, Z8 = 0, ve10 = undefined, G9.end = ie8);
|
|
90863
90863
|
else if (Z8 !== undefined)
|
|
90864
|
-
if (O6 ===
|
|
90865
|
-
Z8 += O6 ===
|
|
90864
|
+
if (O6 === Ve9 || O6 === pr8)
|
|
90865
|
+
Z8 += O6 === Ve9 ? 1 : jr5 - Z8 % jr5, Z8 > jr5 && (Z8 = undefined, ve10 = B6);
|
|
90866
90866
|
else {
|
|
90867
90867
|
if (Z8 < jr5 && G9 && (G9.contentStart === G9.contentEnd || nD2(C6, i2, w6, [b7, d4.slice(B6, Jf), true])))
|
|
90868
90868
|
break;
|
|
@@ -90882,7 +90882,7 @@ var init_markdown = __esm(() => {
|
|
|
90882
90882
|
var w6 = d4.length + 1, C6 = 0, k9, T6, B6, _8;
|
|
90883
90883
|
if (d4.charCodeAt(C6++) === je9 && d4.charCodeAt(C6++) === hr8) {
|
|
90884
90884
|
for (T6 = C6;C6 < w6; ) {
|
|
90885
|
-
if (_8 = d4.charCodeAt(C6), _8 !== _8 || _8 === Wr5 || _8 === pr8 || _8 ===
|
|
90885
|
+
if (_8 = d4.charCodeAt(C6), _8 !== _8 || _8 === Wr5 || _8 === pr8 || _8 === Ve9)
|
|
90886
90886
|
return;
|
|
90887
90887
|
if (_8 === St11) {
|
|
90888
90888
|
B6 = C6, C6++;
|
|
@@ -90934,7 +90934,7 @@ var init_markdown = __esm(() => {
|
|
|
90934
90934
|
return l5.call(this, b7, d4, y5);
|
|
90935
90935
|
}
|
|
90936
90936
|
function E5(b7, d4, y5) {
|
|
90937
|
-
for (var w6 = 0, C6 = d4.charCodeAt(w6);C6 ===
|
|
90937
|
+
for (var w6 = 0, C6 = d4.charCodeAt(w6);C6 === Ve9 || C6 === pr8; )
|
|
90938
90938
|
C6 = d4.charCodeAt(++w6);
|
|
90939
90939
|
if (C6 === je9 && d4.charCodeAt(w6 + 1) !== hr8)
|
|
90940
90940
|
return s.call(this, b7, d4, y5);
|
|
@@ -91838,7 +91838,7 @@ $$`;
|
|
|
91838
91838
|
var dh = Le9(), mh = Zr6(), Qa4 = Se9(), Fh = nn7(), gh = Ja4(), Eh = rt11();
|
|
91839
91839
|
to5.exports = kh;
|
|
91840
91840
|
var un6 = "*", Ch = "_", Za3 = "+", an6 = "-", eo5 = ".", Ee9 = " ", oe8 = `
|
|
91841
|
-
`, tt10 = "\t", ro5 = ")", vh = "x",
|
|
91841
|
+
`, tt10 = "\t", ro5 = ")", vh = "x", ke9 = 4, Ah = /\n\n(?!\s*$)/, bh = /^\[([ X\tx])][ \t]/, xh = /^([ \t]*)([*+-]|\d+[.)])( {1,4}(?! )| |\t|$|(?=\n))([^\n]*)/, yh = /^([ \t]*)([*+-]|\d+[.)])([ \t]+)/, wh = /^( {1,4}|\t)?/gm;
|
|
91842
91842
|
function kh(e7, r, t24) {
|
|
91843
91843
|
for (var n3 = this, i2 = n3.options.commonmark, u2 = n3.options.pedantic, a5 = n3.blockTokenizers, o4 = n3.interruptList, s = 0, l5 = r.length, c6 = null, f6, D6, m5, p2, h5, F8, g5, E5, v8, A7, b7, d4, y5, w6, C6, k9, T6, B6, _8, S5 = false, P7, N9, O6, I8;s < l5 && (p2 = r.charAt(s), !(p2 !== tt10 && p2 !== Ee9)); )
|
|
91844
91844
|
s++;
|
|
@@ -91857,7 +91857,7 @@ $$`;
|
|
|
91857
91857
|
for (s = 0, w6 = [], C6 = [], k9 = [];s < l5; ) {
|
|
91858
91858
|
for (F8 = r.indexOf(oe8, s), g5 = s, E5 = false, I8 = false, F8 === -1 && (F8 = l5), f6 = 0;s < l5; ) {
|
|
91859
91859
|
if (p2 = r.charAt(s), p2 === tt10)
|
|
91860
|
-
f6 +=
|
|
91860
|
+
f6 += ke9 - f6 % ke9;
|
|
91861
91861
|
else if (p2 === Ee9)
|
|
91862
91862
|
f6++;
|
|
91863
91863
|
else
|
|
@@ -91874,11 +91874,11 @@ $$`;
|
|
|
91874
91874
|
}
|
|
91875
91875
|
if (v8)
|
|
91876
91876
|
if (p2 = r.charAt(s), p2 === tt10)
|
|
91877
|
-
f6 +=
|
|
91877
|
+
f6 += ke9 - f6 % ke9, s++;
|
|
91878
91878
|
else if (p2 === Ee9) {
|
|
91879
|
-
for (O6 = s +
|
|
91879
|
+
for (O6 = s + ke9;s < O6 && r.charAt(s) === Ee9; )
|
|
91880
91880
|
s++, f6++;
|
|
91881
|
-
s === O6 && r.charAt(s) === Ee9 && (s -=
|
|
91881
|
+
s === O6 && r.charAt(s) === Ee9 && (s -= ke9 - 1, f6 -= ke9 - 1);
|
|
91882
91882
|
} else
|
|
91883
91883
|
p2 !== oe8 && p2 !== "" && (v8 = null);
|
|
91884
91884
|
}
|
|
@@ -91887,7 +91887,7 @@ $$`;
|
|
|
91887
91887
|
break;
|
|
91888
91888
|
E5 = true;
|
|
91889
91889
|
} else
|
|
91890
|
-
!i2 && !I8 && r.charAt(g5) === Ee9 ? I8 = true : i2 && T6 && (I8 = f6 >= T6.indent || f6 >
|
|
91890
|
+
!i2 && !I8 && r.charAt(g5) === Ee9 ? I8 = true : i2 && T6 && (I8 = f6 >= T6.indent || f6 > ke9), E5 = false, s = g5;
|
|
91891
91891
|
if (b7 = r.slice(g5, F8), A7 = g5 === s ? b7 : r.slice(s, F8), (v8 === un6 || v8 === Ch || v8 === an6) && a5.thematicBreak.call(n3, e7, b7, true))
|
|
91892
91892
|
break;
|
|
91893
91893
|
if (d4 = y5, y5 = !E5 && !dh(A7).length, I8 && T6)
|
|
@@ -94186,7 +94186,7 @@ function dn6(e8, t24, n3) {
|
|
|
94186
94186
|
if (e8.flags & 4096)
|
|
94187
94187
|
throw new q11(e8.tokenStart, e8.currentLocation, 15);
|
|
94188
94188
|
}
|
|
94189
|
-
u2.push(
|
|
94189
|
+
u2.push(Ge10(e8, t24, g5, c6, l5));
|
|
94190
94190
|
}
|
|
94191
94191
|
for (;e8.getToken() !== 1048576; )
|
|
94192
94192
|
u2.push(re8(e8, t24, n3, undefined, 4, {}));
|
|
@@ -94197,14 +94197,14 @@ function an6(e8, t24, n3) {
|
|
|
94197
94197
|
let u2 = [];
|
|
94198
94198
|
for (;e8.getToken() === 134283267; ) {
|
|
94199
94199
|
let { tokenStart: o4 } = e8, i2 = e8.getToken();
|
|
94200
|
-
u2.push(
|
|
94200
|
+
u2.push(Ge10(e8, t24, O6(e8, t24), i2, o4));
|
|
94201
94201
|
}
|
|
94202
94202
|
for (;e8.getToken() !== 1048576; )
|
|
94203
94203
|
u2.push(gn6(e8, t24, n3));
|
|
94204
94204
|
return u2;
|
|
94205
94205
|
}
|
|
94206
94206
|
function gn6(e8, t24, n3) {
|
|
94207
|
-
e8.getToken() === 132 && Object.assign(e8.leadingDecorators, { start: e8.tokenStart, decorators:
|
|
94207
|
+
e8.getToken() === 132 && Object.assign(e8.leadingDecorators, { start: e8.tokenStart, decorators: Ve9(e8, t24, undefined) });
|
|
94208
94208
|
let u2;
|
|
94209
94209
|
switch (e8.getToken()) {
|
|
94210
94210
|
case 20564:
|
|
@@ -94338,7 +94338,7 @@ function Mt11(e8, t24, n3, u2, o4, i2, l5) {
|
|
|
94338
94338
|
}
|
|
94339
94339
|
return e8.getToken() === 67174411 ? d4 = ut8(e8, t24, u2, d4, 1, 1, 0, a5, c6) : (e8.getToken() === 10 && (Ie10(e8, t24, g5), (g5 & 36864) === 36864 && (e8.flags |= 256), d4 = Oe10(e8, t24 | 2048, u2, e8.tokenValue, d4, 0, 1, 0, c6)), e8.assignable = 1), d4 = F8(e8, t24, u2, d4, 0, 0, c6), d4 = I8(e8, t24, u2, 0, 0, c6, d4), e8.assignable = 1, e8.getToken() === 18 && (d4 = W11(e8, t24, u2, 0, c6, d4)), ie8(e8, t24, d4, c6);
|
|
94340
94340
|
}
|
|
94341
|
-
function
|
|
94341
|
+
function Ge10(e8, t24, n3, u2, o4) {
|
|
94342
94342
|
let i2 = e8.startIndex;
|
|
94343
94343
|
u2 !== 1074790417 && (e8.assignable = 2, n3 = F8(e8, t24, undefined, n3, 0, 0, o4), e8.getToken() !== 1074790417 && (n3 = I8(e8, t24, undefined, 0, 0, o4, n3), e8.getToken() === 18 && (n3 = W11(e8, t24, undefined, 0, o4, n3))), M10(e8, t24 | 32));
|
|
94344
94344
|
let l5 = { type: "ExpressionStatement", expression: n3 };
|
|
@@ -94465,7 +94465,7 @@ function Nn4(e8, t24, n3, u2, o4) {
|
|
|
94465
94465
|
return Ze10(e8, t24, n3, u2, o4, {}, i2, c6, f6, 0, l5);
|
|
94466
94466
|
if (e8.getToken() === 10) {
|
|
94467
94467
|
let g5;
|
|
94468
|
-
e8.options.lexical && (g5 = qe9(e8, t24, i2)), e8.flags = (e8.flags | 128) ^ 128, c6 =
|
|
94468
|
+
e8.options.lexical && (g5 = qe9(e8, t24, i2)), e8.flags = (e8.flags | 128) ^ 128, c6 = ke9(e8, t24, g5, u2, [c6], 0, l5);
|
|
94469
94469
|
} else
|
|
94470
94470
|
c6 = F8(e8, t24, u2, c6, 0, 0, l5), c6 = I8(e8, t24, u2, 0, 0, l5, c6);
|
|
94471
94471
|
return e8.getToken() === 18 && (c6 = W11(e8, t24, u2, 0, l5, c6)), ie8(e8, t24, c6, l5);
|
|
@@ -94611,7 +94611,7 @@ function Pn6(e8, t24, n3) {
|
|
|
94611
94611
|
let { tokenStart: g5 } = e8;
|
|
94612
94612
|
i2 = N9(e8, t24);
|
|
94613
94613
|
let { flags: d4 } = e8;
|
|
94614
|
-
(d4 & 1) === 0 && (e8.getToken() === 86104 ? i2 = x8(e8, t24, n3, undefined, 4, 1, 1, 1, g5) : e8.getToken() === 67174411 ? (i2 = ut8(e8, t24, undefined, i2, 1, 1, 0, d4, g5), i2 = F8(e8, t24, undefined, i2, 0, 0, g5), i2 = I8(e8, t24, undefined, 0, 0, g5, i2)) : e8.getToken() & 143360 && (n3 && (n3 = qe9(e8, t24, e8.tokenValue)), i2 = N9(e8, t24), i2 =
|
|
94614
|
+
(d4 & 1) === 0 && (e8.getToken() === 86104 ? i2 = x8(e8, t24, n3, undefined, 4, 1, 1, 1, g5) : e8.getToken() === 67174411 ? (i2 = ut8(e8, t24, undefined, i2, 1, 1, 0, d4, g5), i2 = F8(e8, t24, undefined, i2, 0, 0, g5), i2 = I8(e8, t24, undefined, 0, 0, g5, i2)) : e8.getToken() & 143360 && (n3 && (n3 = qe9(e8, t24, e8.tokenValue)), i2 = N9(e8, t24), i2 = ke9(e8, t24, n3, undefined, [i2], 1, g5)));
|
|
94615
94615
|
break;
|
|
94616
94616
|
}
|
|
94617
94617
|
default:
|
|
@@ -94774,7 +94774,7 @@ function Pe8(e8, t24, n3, u2, o4, i2, l5) {
|
|
|
94774
94774
|
throw new q11(d4, e8.currentLocation, 15);
|
|
94775
94775
|
l5?.reportScopeError();
|
|
94776
94776
|
}
|
|
94777
|
-
c6.push(
|
|
94777
|
+
c6.push(Ge10(e8, t24, b7, A7, d4));
|
|
94778
94778
|
}
|
|
94779
94779
|
t24 & 1 && (i2 && ((i2 & 537079808) === 537079808 && e8.report(119), (i2 & 36864) === 36864 && e8.report(40)), e8.flags & 512 && e8.report(119), e8.flags & 256 && e8.report(118));
|
|
94780
94780
|
}
|
|
@@ -95298,22 +95298,22 @@ function nt11(e8, t24, n3) {
|
|
|
95298
95298
|
let f6 = N9(e8, t24);
|
|
95299
95299
|
if (e8.assignable = 1, e8.getToken() === 10) {
|
|
95300
95300
|
let c6 = e8.options.lexical ? qe9(e8, t24, o4) : undefined;
|
|
95301
|
-
return i2 && (e8.flags |= 128), l5 && (e8.flags |= 256),
|
|
95301
|
+
return i2 && (e8.flags |= 128), l5 && (e8.flags |= 256), ke9(e8, t24, c6, n3, [f6], 0, u2);
|
|
95302
95302
|
}
|
|
95303
95303
|
return f6;
|
|
95304
95304
|
}
|
|
95305
95305
|
function Oe10(e8, t24, n3, u2, o4, i2, l5, f6, c6) {
|
|
95306
95306
|
l5 || e8.report(57), i2 && e8.report(51), e8.flags &= -129;
|
|
95307
95307
|
let g5 = e8.options.lexical ? qe9(e8, t24, u2) : undefined;
|
|
95308
|
-
return
|
|
95308
|
+
return ke9(e8, t24, g5, n3, [o4], f6, c6);
|
|
95309
95309
|
}
|
|
95310
95310
|
function Ne9(e8, t24, n3, u2, o4, i2, l5, f6) {
|
|
95311
95311
|
i2 || e8.report(57);
|
|
95312
95312
|
for (let c6 = 0;c6 < o4.length; ++c6)
|
|
95313
95313
|
K10(e8, o4[c6]);
|
|
95314
|
-
return
|
|
95314
|
+
return ke9(e8, t24, n3, u2, o4, l5, f6);
|
|
95315
95315
|
}
|
|
95316
|
-
function
|
|
95316
|
+
function ke9(e8, t24, n3, u2, o4, i2, l5) {
|
|
95317
95317
|
e8.flags & 1 && e8.report(48), y5(e8, t24 | 32, 10);
|
|
95318
95318
|
let f6 = 535552;
|
|
95319
95319
|
t24 = (t24 | f6) ^ f6 | (i2 ? 2048 : 0);
|
|
@@ -95428,7 +95428,7 @@ function pn6(e8, t24) {
|
|
|
95428
95428
|
}
|
|
95429
95429
|
function ze10(e8, t24, n3, u2, o4) {
|
|
95430
95430
|
let i2, l5;
|
|
95431
|
-
e8.leadingDecorators.decorators.length ? (e8.getToken() === 132 && e8.report(30, "@"), i2 = e8.leadingDecorators.start, l5 = [...e8.leadingDecorators.decorators], e8.leadingDecorators.decorators.length = 0) : (i2 = e8.tokenStart, l5 =
|
|
95431
|
+
e8.leadingDecorators.decorators.length ? (e8.getToken() === 132 && e8.report(30, "@"), i2 = e8.leadingDecorators.start, l5 = [...e8.leadingDecorators.decorators], e8.leadingDecorators.decorators.length = 0) : (i2 = e8.tokenStart, l5 = Ve9(e8, t24, u2)), t24 = (t24 | 16384 | 1) ^ 16384, r(e8, t24);
|
|
95432
95432
|
let f6 = null, c6 = null, { tokenValue: g5 } = e8;
|
|
95433
95433
|
e8.getToken() & 4096 && e8.getToken() !== 20565 ? (Vt10(e8, t24, e8.getToken()) && e8.report(118), (e8.getToken() & 537079808) === 537079808 && e8.report(119), n3 && (n3.addBlockName(t24, g5, 32, 0), o4 && o4 & 2 && e8.declareUnboundVariable(g5)), f6 = N9(e8, t24)) : (o4 & 1) === 0 && e8.report(39, "Class");
|
|
95434
95434
|
let d4 = t24;
|
|
@@ -95437,14 +95437,14 @@ function ze10(e8, t24, n3, u2, o4) {
|
|
|
95437
95437
|
return e8.finishNode({ type: "ClassDeclaration", id: f6, superClass: c6, body: a5, ...e8.options.next ? { decorators: l5 } : null }, i2);
|
|
95438
95438
|
}
|
|
95439
95439
|
function eu2(e8, t24, n3, u2, o4) {
|
|
95440
|
-
let i2 = null, l5 = null, f6 =
|
|
95440
|
+
let i2 = null, l5 = null, f6 = Ve9(e8, t24, n3);
|
|
95441
95441
|
t24 = (t24 | 1 | 16384) ^ 16384, r(e8, t24), e8.getToken() & 4096 && e8.getToken() !== 20565 && (Vt10(e8, t24, e8.getToken()) && e8.report(118), (e8.getToken() & 537079808) === 537079808 && e8.report(119), i2 = N9(e8, t24));
|
|
95442
95442
|
let c6 = t24;
|
|
95443
95443
|
C6(e8, t24 | 32, 20565) ? (l5 = _8(e8, t24, n3, 0, u2, 0), c6 |= 512) : c6 = (c6 | 512) ^ 512;
|
|
95444
95444
|
let g5 = Yt6(e8, c6, t24, undefined, n3, 2, 0, u2);
|
|
95445
95445
|
return e8.assignable = 2, e8.finishNode({ type: "ClassExpression", id: i2, superClass: l5, body: g5, ...e8.options.next ? { decorators: f6 } : null }, o4);
|
|
95446
95446
|
}
|
|
95447
|
-
function
|
|
95447
|
+
function Ve9(e8, t24, n3) {
|
|
95448
95448
|
let u2 = [];
|
|
95449
95449
|
if (e8.options.next)
|
|
95450
95450
|
for (;e8.getToken() === 132; )
|
|
@@ -95466,7 +95466,7 @@ function Yt6(e8, t24, n3, u2, o4, i2, l5, f6) {
|
|
|
95466
95466
|
e8.flags = (e8.flags | 32) ^ 32;
|
|
95467
95467
|
let h5 = [];
|
|
95468
95468
|
for (;e8.getToken() !== 1074790415; ) {
|
|
95469
|
-
let A7 = e8.tokenStart, b7 =
|
|
95469
|
+
let A7 = e8.tokenStart, b7 = Ve9(e8, t24, g5);
|
|
95470
95470
|
if (b7.length > 0 && e8.tokenValue === "constructor" && e8.report(109), e8.getToken() === 1074790415 && e8.report(108), C6(e8, t24, 1074790417)) {
|
|
95471
95471
|
b7.length > 0 && e8.report(120);
|
|
95472
95472
|
continue;
|
|
@@ -97378,7 +97378,7 @@ var bl4, Vr7, El4, Sl4, kl4, Tl4, w6 = (t25, e8) => () => (e8 || t25((e8 = { exp
|
|
|
97378
97378
|
for (let n3 of Sl4(e8))
|
|
97379
97379
|
!Tl4.call(t25, n3) && n3 !== s3 && Vr7(t25, n3, { get: () => e8[n3], enumerable: !(r3 = El4(e8, n3)) || r3.enumerable });
|
|
97380
97380
|
return t25;
|
|
97381
|
-
}, Te9 = (t25, e8, s3) => (s3 = t25 != null ? bl4(kl4(t25)) : {}, Al4(e8 || !t25 || !t25.__esModule ? Vr7(s3, "default", { value: t25, enumerable: true }) : s3, t25)), Oi8, as7, zt10, jt8, it10, Ht11, ut9, Me11, ft11, fe10, Hi8, Ki7, hs7, Ue9, Qt10, $e10, ws7, Xt9, er8, tr9, ht11, wo5, xo3, bo4, So3, Oo4, Po4, Io5, qo3, sr9, Uo3, bs7, Es7, nr8, Ss7, As7, Qo3, Jo4, ir9, aa4, ca3, pa4, da4, Rs8, qs8, xa4, _a5, Us8, Fs8, $s7,
|
|
97381
|
+
}, Te9 = (t25, e8, s3) => (s3 = t25 != null ? bl4(kl4(t25)) : {}, Al4(e8 || !t25 || !t25.__esModule ? Vr7(s3, "default", { value: t25, enumerable: true }) : s3, t25)), Oi8, as7, zt10, jt8, it10, Ht11, ut9, Me11, ft11, fe10, Hi8, Ki7, hs7, Ue9, Qt10, $e10, ws7, Xt9, er8, tr9, ht11, wo5, xo3, bo4, So3, Oo4, Po4, Io5, qo3, sr9, Uo3, bs7, Es7, nr8, Ss7, As7, Qo3, Jo4, ir9, aa4, ca3, pa4, da4, Rs8, qs8, xa4, _a5, Us8, Fs8, $s7, ke10, B7, fr9, Pa4, Ia3, Ye9, Da4, Ba4, Fa5, Wa4, Ya4, za4, Ha4, Qa4, Ja5, eu3, ru3, fu3, du3, yu4, j9, F9, _u3, Eu4, Tu4, Ou4, Nu3, Ru3, Lu3, Mu3, Uu3, $u3, Gu2, Vu3, ju3, Ku3, Ju4, el4, nl4, _l4, bt13 = (t25, e8) => (s3, r3, ...n3) => s3 | 1 && r3 == null ? undefined : (e8.call(r3) ?? r3[t25]).apply(r3, n3), Ol3, Cl4, E5, Pl3, G10, Rl3 = () => {}, K11, je10 = "string", He9 = "array", Et13 = "cursor", ie9 = "indent", Ae10 = "align", St12 = "trim", oe9 = "group", ae8 = "fill", me12 = "if-break", kt13 = "indent-if-break", Oe11 = "line-suffix", Tt13 = "line-suffix-boundary", X12 = "line", At13 = "label", Ce10 = "break-parent", Ot12, ue10, ql3 = (t25) => new Intl.ListFormat("en-US", { type: "disjunction" }).format(t25), zr7, nn9, $10, ye11, an7, un7, Ne10, C7, M11, Ul3, T6, ce8, cn8, fn8, Wl3, Gl3, pn7, Vl3, hn8, Nt12, jr5, dn7, Pt12, Re11, Ke11 = 3, ge10, Xl3, yn8, wn6, Qe10 = null, Zl3 = 10, vn6, _9, xn7, tc2, _n6, Kr6, Bw, It12, bn6, qt10, P8 = (t25) => t25.source?.startOffset, R11 = (t25) => t25.source?.endOffset, nc3, ic2, Nn5, oc3, An6, ac2, On6, uc2, Pn7, Dn6, Mn5, Bn6 = "format", Un6, Gn7 = (t25) => Fn5(ge10(t25).content), Yn6 = (t25) => $n7(ge10(t25).content), Vn6 = (t25) => {
|
|
97382
97382
|
let { frontMatter: e8, content: s3 } = ge10(t25);
|
|
97383
97383
|
return (e8 ? e8.raw + `
|
|
97384
97384
|
|
|
@@ -98997,17 +98997,17 @@ var init_postcss = __esm(() => {
|
|
|
98997
98997
|
};
|
|
98998
98998
|
});
|
|
98999
98999
|
As7 = w6((Qx, Ho3) => {
|
|
99000
|
-
var qf2 = fe10(), Lf2 = sr9(), Df3 = bs7(), Mf3 = ht11(), Vo3 = nr8(), Bf2 = $e10(), Uf2 = it10(), { isClean: Q12, my: Ff2 } = Ht11(), Kx = Ss7(), $f3 = { atrule: "AtRule", comment: "Comment", decl: "Declaration", document: "Document", root: "Root", rule: "Rule" }, Wf2 = { AtRule: true, AtRuleExit: true, Comment: true, CommentExit: true, Declaration: true, DeclarationExit: true, Document: true, DocumentExit: true, Once: true, OnceExit: true, postcssPlugin: true, prepare: true, Root: true, RootExit: true, Rule: true, RuleExit: true }, Gf2 = { Once: true, postcssPlugin: true, prepare: true },
|
|
99000
|
+
var qf2 = fe10(), Lf2 = sr9(), Df3 = bs7(), Mf3 = ht11(), Vo3 = nr8(), Bf2 = $e10(), Uf2 = it10(), { isClean: Q12, my: Ff2 } = Ht11(), Kx = Ss7(), $f3 = { atrule: "AtRule", comment: "Comment", decl: "Declaration", document: "Document", root: "Root", rule: "Rule" }, Wf2 = { AtRule: true, AtRuleExit: true, Comment: true, CommentExit: true, Declaration: true, DeclarationExit: true, Document: true, DocumentExit: true, Once: true, OnceExit: true, postcssPlugin: true, prepare: true, Root: true, RootExit: true, Rule: true, RuleExit: true }, Gf2 = { Once: true, postcssPlugin: true, prepare: true }, Ge11 = 0;
|
|
99001
99001
|
function gt12(t25) {
|
|
99002
99002
|
return typeof t25 == "object" && typeof t25.then == "function";
|
|
99003
99003
|
}
|
|
99004
99004
|
function jo4(t25) {
|
|
99005
99005
|
let e8 = false, s3 = $f3[t25.type];
|
|
99006
|
-
return t25.type === "decl" ? e8 = t25.prop.toLowerCase() : t25.type === "atrule" && (e8 = t25.name.toLowerCase()), e8 && t25.append ? [s3, s3 + "-" + e8,
|
|
99006
|
+
return t25.type === "decl" ? e8 = t25.prop.toLowerCase() : t25.type === "atrule" && (e8 = t25.name.toLowerCase()), e8 && t25.append ? [s3, s3 + "-" + e8, Ge11, s3 + "Exit", s3 + "Exit-" + e8] : e8 ? [s3, s3 + "-" + e8, s3 + "Exit", s3 + "Exit-" + e8] : t25.append ? [s3, Ge11, s3 + "Exit"] : [s3, s3 + "Exit"];
|
|
99007
99007
|
}
|
|
99008
99008
|
function zo4(t25) {
|
|
99009
99009
|
let e8;
|
|
99010
|
-
return t25.type === "document" ? e8 = ["Document",
|
|
99010
|
+
return t25.type === "document" ? e8 = ["Document", Ge11, "DocumentExit"] : t25.type === "root" ? e8 = ["Root", Ge11, "RootExit"] : e8 = jo4(t25), { eventIndex: 0, events: e8, iterator: 0, node: t25, visitorIndex: 0, visitors: [] };
|
|
99011
99011
|
}
|
|
99012
99012
|
function ks8(t25) {
|
|
99013
99013
|
return t25[Q12] = false, t25.nodes && t25.nodes.forEach((e8) => ks8(e8)), t25;
|
|
@@ -99238,7 +99238,7 @@ var init_postcss = __esm(() => {
|
|
|
99238
99238
|
let i3 = s3.events;
|
|
99239
99239
|
for (;s3.eventIndex < i3.length; ) {
|
|
99240
99240
|
let o4 = i3[s3.eventIndex];
|
|
99241
|
-
if (s3.eventIndex += 1, o4 ===
|
|
99241
|
+
if (s3.eventIndex += 1, o4 === Ge11) {
|
|
99242
99242
|
r3.nodes && r3.nodes.length && (r3[Q12] = true, s3.iterator = r3.getIterator());
|
|
99243
99243
|
return;
|
|
99244
99244
|
} else if (this.listeners[o4]) {
|
|
@@ -99252,7 +99252,7 @@ var init_postcss = __esm(() => {
|
|
|
99252
99252
|
e8[Q12] = true;
|
|
99253
99253
|
let s3 = jo4(e8);
|
|
99254
99254
|
for (let r3 of s3)
|
|
99255
|
-
if (r3 ===
|
|
99255
|
+
if (r3 === Ge11)
|
|
99256
99256
|
e8.nodes && e8.each((n3) => {
|
|
99257
99257
|
n3[Q12] || this.walkSync(n3);
|
|
99258
99258
|
});
|
|
@@ -99864,7 +99864,7 @@ https://evilmartians.com/chronicles/postcss-8-plugin-migration`));
|
|
|
99864
99864
|
}
|
|
99865
99865
|
Ta3.exports = qp2;
|
|
99866
99866
|
});
|
|
99867
|
-
|
|
99867
|
+
ke10 = w6((lr8, Oa4) => {
|
|
99868
99868
|
lr8.__esModule = true;
|
|
99869
99869
|
var Aa3 = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t25) {
|
|
99870
99870
|
return typeof t25;
|
|
@@ -99939,7 +99939,7 @@ https://evilmartians.com/chronicles/postcss-8-plugin-migration`));
|
|
|
99939
99939
|
return function(e8, s3, r3) {
|
|
99940
99940
|
return s3 && t25(e8.prototype, s3), r3 && t25(e8, r3), e8;
|
|
99941
99941
|
};
|
|
99942
|
-
}(), Up2 =
|
|
99942
|
+
}(), Up2 = ke10(), Fp2 = Gp2(Up2), $p2 = B7(), re9 = Wp2($p2);
|
|
99943
99943
|
function Wp2(t25) {
|
|
99944
99944
|
if (t25 && t25.__esModule)
|
|
99945
99945
|
return t25;
|
|
@@ -100201,7 +100201,7 @@ https://evilmartians.com/chronicles/postcss-8-plugin-migration`));
|
|
|
100201
100201
|
return function(e8, s3, r3) {
|
|
100202
100202
|
return s3 && t25(e8.prototype, s3), r3 && t25(e8, r3), e8;
|
|
100203
100203
|
};
|
|
100204
|
-
}(), fh =
|
|
100204
|
+
}(), fh = ke10(), ph = hh(fh);
|
|
100205
100205
|
function hh(t25) {
|
|
100206
100206
|
return t25 && t25.__esModule ? t25 : { default: t25 };
|
|
100207
100207
|
}
|
|
@@ -100270,7 +100270,7 @@ https://evilmartians.com/chronicles/postcss-8-plugin-migration`));
|
|
|
100270
100270
|
});
|
|
100271
100271
|
Ba4 = w6((yr7, Ma3) => {
|
|
100272
100272
|
yr7.__esModule = true;
|
|
100273
|
-
var Th =
|
|
100273
|
+
var Th = ke10(), Ah = Ch(Th), Oh = B7();
|
|
100274
100274
|
function Ch(t25) {
|
|
100275
100275
|
return t25 && t25.__esModule ? t25 : { default: t25 };
|
|
100276
100276
|
}
|
|
@@ -100368,7 +100368,7 @@ https://evilmartians.com/chronicles/postcss-8-plugin-migration`));
|
|
|
100368
100368
|
});
|
|
100369
100369
|
Ya4 = w6((vr6, Ga4) => {
|
|
100370
100370
|
vr6.__esModule = true;
|
|
100371
|
-
var Qh =
|
|
100371
|
+
var Qh = ke10(), Xh = Zh(Qh), Jh = B7();
|
|
100372
100372
|
function Zh(t25) {
|
|
100373
100373
|
return t25 && t25.__esModule ? t25 : { default: t25 };
|
|
100374
100374
|
}
|
|
@@ -100502,7 +100502,7 @@ https://evilmartians.com/chronicles/postcss-8-plugin-migration`));
|
|
|
100502
100502
|
});
|
|
100503
100503
|
Ja5 = w6((Er6, Xa5) => {
|
|
100504
100504
|
Er6.__esModule = true;
|
|
100505
|
-
var Od =
|
|
100505
|
+
var Od = ke10(), Cd = Pd(Od), Nd = B7();
|
|
100506
100506
|
function Pd(t25) {
|
|
100507
100507
|
return t25 && t25.__esModule ? t25 : { default: t25 };
|
|
100508
100508
|
}
|
|
@@ -100534,7 +100534,7 @@ https://evilmartians.com/chronicles/postcss-8-plugin-migration`));
|
|
|
100534
100534
|
});
|
|
100535
100535
|
eu3 = w6((Sr7, Za3) => {
|
|
100536
100536
|
Sr7.__esModule = true;
|
|
100537
|
-
var Dd =
|
|
100537
|
+
var Dd = ke10(), Md = Ud(Dd), Bd = B7();
|
|
100538
100538
|
function Ud(t25) {
|
|
100539
100539
|
return t25 && t25.__esModule ? t25 : { default: t25 };
|
|
100540
100540
|
}
|
|
@@ -101019,7 +101019,7 @@ https://evilmartians.com/chronicles/postcss-8-plugin-migration`));
|
|
|
101019
101019
|
};
|
|
101020
101020
|
});
|
|
101021
101021
|
F9 = w6((D_, vu4) => {
|
|
101022
|
-
var zm2 = j9(),
|
|
101022
|
+
var zm2 = j9(), Ve10 = class extends zm2 {
|
|
101023
101023
|
constructor(e8) {
|
|
101024
101024
|
super(e8), this.nodes || (this.nodes = []);
|
|
101025
101025
|
}
|
|
@@ -101109,13 +101109,13 @@ https://evilmartians.com/chronicles/postcss-8-plugin-migration`));
|
|
|
101109
101109
|
return this.value && (e8 = this.value + e8), this.raws.before && (e8 = this.raws.before + e8), this.raws.after && (e8 += this.raws.after), e8;
|
|
101110
101110
|
}
|
|
101111
101111
|
};
|
|
101112
|
-
|
|
101112
|
+
Ve10.registerWalker = (t25) => {
|
|
101113
101113
|
let e8 = "walk" + t25.name;
|
|
101114
|
-
e8.lastIndexOf("s") !== e8.length - 1 && (e8 += "s"), !
|
|
101114
|
+
e8.lastIndexOf("s") !== e8.length - 1 && (e8 += "s"), !Ve10.prototype[e8] && (Ve10.prototype[e8] = function(s3) {
|
|
101115
101115
|
return this.walkType(t25, s3);
|
|
101116
101116
|
});
|
|
101117
101117
|
};
|
|
101118
|
-
vu4.exports =
|
|
101118
|
+
vu4.exports = Ve10;
|
|
101119
101119
|
});
|
|
101120
101120
|
_u3 = w6((B_, xu3) => {
|
|
101121
101121
|
var jm2 = F9();
|
|
@@ -102520,8 +102520,8 @@ function sf2(e8, t25, a5 = 0, _10, f6, h5, T7) {
|
|
|
102520
102520
|
K12 = "0";
|
|
102521
102521
|
else {
|
|
102522
102522
|
D7 = "" + parseInt(D7, 8), R12 |= 32;
|
|
102523
|
-
let me13 = E6 === 41,
|
|
102524
|
-
return me13 && U11--, Y7(A7.Octal_literals_are_not_allowed_Use_the_syntax_0, U11, c6 - U11,
|
|
102523
|
+
let me13 = E6 === 41, Ve10 = (me13 ? "-" : "") + "0o" + (+D7).toString(8);
|
|
102524
|
+
return me13 && U11--, Y7(A7.Octal_literals_are_not_allowed_Use_the_syntax_0, U11, c6 - U11, Ve10), 9;
|
|
102525
102525
|
}
|
|
102526
102526
|
else
|
|
102527
102527
|
K12 = ft12();
|
|
@@ -102530,8 +102530,8 @@ function sf2(e8, t25, a5 = 0, _10, f6, h5, T7) {
|
|
|
102530
102530
|
let Se12 = c6;
|
|
102531
102531
|
if (V12(c6) === 69 || V12(c6) === 101) {
|
|
102532
102532
|
c6++, R12 |= 16, (V12(c6) === 43 || V12(c6) === 45) && c6++;
|
|
102533
|
-
let me13 = c6,
|
|
102534
|
-
|
|
102533
|
+
let me13 = c6, Ve10 = ft12();
|
|
102534
|
+
Ve10 ? (xe10 = k9.substring(Se12, me13) + Ve10, Se12 = c6) : Y7(A7.Digit_expected);
|
|
102535
102535
|
}
|
|
102536
102536
|
let we10;
|
|
102537
102537
|
if (R12 & 512 ? (we10 = K12, Z10 && (we10 += "." + Z10), xe10 && (we10 += xe10)) : we10 = k9.substring(U11, Se12), R12 & 8192)
|
|
@@ -102694,9 +102694,9 @@ function sf2(e8, t25, a5 = 0, _10, f6, h5, T7) {
|
|
|
102694
102694
|
for (;me13 < we10 + 6; me13++)
|
|
102695
102695
|
if (!vp2(V12(me13)))
|
|
102696
102696
|
return Se12;
|
|
102697
|
-
let
|
|
102698
|
-
if (
|
|
102699
|
-
return c6 = me13, Se12 + String.fromCharCode(
|
|
102697
|
+
let Ve10 = parseInt(k9.substring(we10 + 2, me13), 16);
|
|
102698
|
+
if (Ve10 >= 56320 && Ve10 <= 57343)
|
|
102699
|
+
return c6 = me13, Se12 + String.fromCharCode(Ve10);
|
|
102700
102700
|
}
|
|
102701
102701
|
return Se12;
|
|
102702
102702
|
case 120:
|
|
@@ -102877,18 +102877,18 @@ function sf2(e8, t25, a5 = 0, _10, f6, h5, T7) {
|
|
|
102877
102877
|
}
|
|
102878
102878
|
if (V12(c6 + 1) === 42) {
|
|
102879
102879
|
c6 += 2;
|
|
102880
|
-
let me13 = V12(c6) === 42 && V12(c6 + 1) !== 47,
|
|
102880
|
+
let me13 = V12(c6) === 42 && V12(c6 + 1) !== 47, Ve10 = false, Ze12 = G11;
|
|
102881
102881
|
for (;c6 < W12; ) {
|
|
102882
102882
|
let Ye10 = V12(c6);
|
|
102883
102883
|
if (Ye10 === 42 && V12(c6 + 1) === 47) {
|
|
102884
|
-
c6 += 2,
|
|
102884
|
+
c6 += 2, Ve10 = true;
|
|
102885
102885
|
break;
|
|
102886
102886
|
}
|
|
102887
102887
|
c6++, kn8(Ye10) && (Ze12 = c6, R12 |= 1);
|
|
102888
102888
|
}
|
|
102889
|
-
if (me13 && at12() && (R12 |= 2), ue11 = _n7(ue11, k9.slice(Ze12, c6), Ky2, Ze12),
|
|
102889
|
+
if (me13 && at12() && (R12 |= 2), ue11 = _n7(ue11, k9.slice(Ze12, c6), Ky2, Ze12), Ve10 || Y7(A7.Asterisk_Slash_expected), t25)
|
|
102890
102890
|
continue;
|
|
102891
|
-
return
|
|
102891
|
+
return Ve10 || (R12 |= 4), E6 = 3;
|
|
102892
102892
|
}
|
|
102893
102893
|
return V12(c6 + 1) === 61 ? (c6 += 2, E6 = 69) : (c6++, E6 = 44);
|
|
102894
102894
|
case 48:
|
|
@@ -102971,9 +102971,9 @@ function sf2(e8, t25, a5 = 0, _10, f6, h5, T7) {
|
|
|
102971
102971
|
let me13 = Mt13();
|
|
102972
102972
|
if (me13 >= 0 && Zn9(me13, e8))
|
|
102973
102973
|
return D7 = "#" + Bn7(true) + ht12(), E6 = 81;
|
|
102974
|
-
let
|
|
102975
|
-
if (
|
|
102976
|
-
return c6 += 6, R12 |= 1024, D7 = "#" + String.fromCharCode(
|
|
102974
|
+
let Ve10 = Pn8();
|
|
102975
|
+
if (Ve10 >= 0 && Zn9(Ve10, e8))
|
|
102976
|
+
return c6 += 6, R12 |= 1024, D7 = "#" + String.fromCharCode(Ve10) + ht12(), E6 = 81;
|
|
102977
102977
|
c6--;
|
|
102978
102978
|
}
|
|
102979
102979
|
return Zn9(xe10, e8) ? (c6++, Lt12(xe10, e8)) : (D7 = "#", Y7(A7.Invalid_character, c6++, Vt12(U11))), E6 = 81;
|
|
@@ -103052,7 +103052,7 @@ function sf2(e8, t25, a5 = 0, _10, f6, h5, T7) {
|
|
|
103052
103052
|
let we10 = c6;
|
|
103053
103053
|
if (R12 & 4) {
|
|
103054
103054
|
c6 = K12, Z10 = false;
|
|
103055
|
-
let me13 = 0,
|
|
103055
|
+
let me13 = 0, Ve10 = false, Ze12 = 0;
|
|
103056
103056
|
for (;c6 < we10; ) {
|
|
103057
103057
|
let Ye10 = V12(c6);
|
|
103058
103058
|
if (Z10)
|
|
@@ -103065,10 +103065,10 @@ function sf2(e8, t25, a5 = 0, _10, f6, h5, T7) {
|
|
|
103065
103065
|
me13--;
|
|
103066
103066
|
else if (!me13) {
|
|
103067
103067
|
if (Ye10 === 123)
|
|
103068
|
-
|
|
103069
|
-
else if (Ye10 === 125 &&
|
|
103070
|
-
|
|
103071
|
-
else if (!
|
|
103068
|
+
Ve10 = true;
|
|
103069
|
+
else if (Ye10 === 125 && Ve10)
|
|
103070
|
+
Ve10 = false;
|
|
103071
|
+
else if (!Ve10) {
|
|
103072
103072
|
if (Ye10 === 40)
|
|
103073
103073
|
Ze12++;
|
|
103074
103074
|
else if (Ye10 === 41 && Ze12)
|
|
@@ -103086,12 +103086,12 @@ function sf2(e8, t25, a5 = 0, _10, f6, h5, T7) {
|
|
|
103086
103086
|
c6++;
|
|
103087
103087
|
let me13 = 0;
|
|
103088
103088
|
for (;; ) {
|
|
103089
|
-
let
|
|
103090
|
-
if (
|
|
103089
|
+
let Ve10 = Oe12(c6);
|
|
103090
|
+
if (Ve10 === -1 || !Ar6(Ve10, e8))
|
|
103091
103091
|
break;
|
|
103092
|
-
let Ze12 = Vt12(
|
|
103092
|
+
let Ze12 = Vt12(Ve10);
|
|
103093
103093
|
if (U11) {
|
|
103094
|
-
let Ye10 = wd(
|
|
103094
|
+
let Ye10 = wd(Ve10);
|
|
103095
103095
|
Ye10 === undefined ? Y7(A7.Unknown_regular_expression_flag, c6, Ze12) : me13 & Ye10 ? Y7(A7.Duplicate_regular_expression_flag, c6, Ze12) : ((me13 | Ye10) & 96) === 96 ? Y7(A7.The_Unicode_u_flag_and_the_Unicode_Sets_v_flag_cannot_be_set_simultaneously, c6, Ze12) : (me13 |= Ye10, yt12(Ye10, Ze12));
|
|
103096
103096
|
}
|
|
103097
103097
|
c6 += Ze12;
|
|
@@ -103105,7 +103105,7 @@ function sf2(e8, t25, a5 = 0, _10, f6, h5, T7) {
|
|
|
103105
103105
|
return E6;
|
|
103106
103106
|
}
|
|
103107
103107
|
function yn9(U11, K12, Z10) {
|
|
103108
|
-
var xe10 = !!(U11 & 64), Se12 = !!(U11 & 96), we10 = Se12 || !K12, me13 = false,
|
|
103108
|
+
var xe10 = !!(U11 & 64), Se12 = !!(U11 & 96), we10 = Se12 || !K12, me13 = false, Ve10 = 0, Ze12, Ye10, Ee10, gn8 = [], rt14;
|
|
103109
103109
|
function on12(H12) {
|
|
103110
103110
|
for (;; ) {
|
|
103111
103111
|
if (gn8.push(rt14), rt14 = undefined, Zr8(H12), rt14 = gn8.pop(), oe10(c6) !== 124)
|
|
@@ -103150,7 +103150,7 @@ function sf2(e8, t25, a5 = 0, _10, f6, h5, T7) {
|
|
|
103150
103150
|
c6++, le9 = false;
|
|
103151
103151
|
break;
|
|
103152
103152
|
default:
|
|
103153
|
-
Me12(false), cn9(62), e8 < 5 && Y7(A7.Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later, xt11, c6 - xt11),
|
|
103153
|
+
Me12(false), cn9(62), e8 < 5 && Y7(A7.Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later, xt11, c6 - xt11), Ve10++, le9 = true;
|
|
103154
103154
|
break;
|
|
103155
103155
|
}
|
|
103156
103156
|
break;
|
|
@@ -103160,7 +103160,7 @@ function sf2(e8, t25, a5 = 0, _10, f6, h5, T7) {
|
|
|
103160
103160
|
break;
|
|
103161
103161
|
}
|
|
103162
103162
|
else
|
|
103163
|
-
|
|
103163
|
+
Ve10++, le9 = true;
|
|
103164
103164
|
on12(true), cn9(41);
|
|
103165
103165
|
break;
|
|
103166
103166
|
case 123:
|
|
@@ -103617,7 +103617,7 @@ function sf2(e8, t25, a5 = 0, _10, f6, h5, T7) {
|
|
|
103617
103617
|
le9 && Y7(A7.Did_you_mean_0, H12.pos, H12.end - H12.pos, le9);
|
|
103618
103618
|
}
|
|
103619
103619
|
}), jn7(Ee10, (H12) => {
|
|
103620
|
-
H12.value >
|
|
103620
|
+
H12.value > Ve10 && (Ve10 ? Y7(A7.This_backreference_refers_to_a_group_that_does_not_exist_There_are_only_0_capturing_groups_in_this_regular_expression, H12.pos, H12.end - H12.pos, Ve10) : Y7(A7.This_backreference_refers_to_a_group_that_does_not_exist_There_are_no_capturing_groups_in_this_regular_expression, H12.pos, H12.end - H12.pos));
|
|
103621
103621
|
});
|
|
103622
103622
|
}
|
|
103623
103623
|
function yt12(U11, K12) {
|
|
@@ -103784,14 +103784,14 @@ function sf2(e8, t25, a5 = 0, _10, f6, h5, T7) {
|
|
|
103784
103784
|
return E6 = 0;
|
|
103785
103785
|
}
|
|
103786
103786
|
function se11(U11, K12) {
|
|
103787
|
-
let Z10 = c6, xe10 = y6, Se12 = G11, we10 = E6, me13 = D7,
|
|
103788
|
-
return (!Ze12 || K12) && (c6 = Z10, y6 = xe10, G11 = Se12, E6 = we10, D7 = me13, R12 =
|
|
103787
|
+
let Z10 = c6, xe10 = y6, Se12 = G11, we10 = E6, me13 = D7, Ve10 = R12, Ze12 = U11();
|
|
103788
|
+
return (!Ze12 || K12) && (c6 = Z10, y6 = xe10, G11 = Se12, E6 = we10, D7 = me13, R12 = Ve10), Ze12;
|
|
103789
103789
|
}
|
|
103790
103790
|
function fe11(U11, K12, Z10) {
|
|
103791
|
-
let xe10 = W12, Se12 = c6, we10 = y6, me13 = G11,
|
|
103791
|
+
let xe10 = W12, Se12 = c6, we10 = y6, me13 = G11, Ve10 = E6, Ze12 = D7, Ye10 = R12, Ee10 = ue11;
|
|
103792
103792
|
Ct14(k9, U11, K12);
|
|
103793
103793
|
let gn8 = Z10();
|
|
103794
|
-
return W12 = xe10, c6 = Se12, y6 = we10, G11 = me13, E6 =
|
|
103794
|
+
return W12 = xe10, c6 = Se12, y6 = we10, G11 = me13, E6 = Ve10, D7 = Ze12, R12 = Ye10, ue11 = Ee10, gn8;
|
|
103795
103795
|
}
|
|
103796
103796
|
function Te10(U11) {
|
|
103797
103797
|
return se11(U11, true);
|
|
@@ -105173,7 +105173,7 @@ function wf2(e8, t25) {
|
|
|
105173
105173
|
return _10();
|
|
105174
105174
|
}, get converters() {
|
|
105175
105175
|
return f6();
|
|
105176
|
-
}, baseFactory: t25, flags: e8, createNodeArray: de11, createNumericLiteral: V12, createBigIntLiteral: oe10, createStringLiteral: ft12, createStringLiteralFromNode: nr9, createRegularExpressionLiteral: mn8, createLiteralLikeNode: rr8, createIdentifier: We13, createTempVariable: ir10, createLoopVariable: Ir6, createUniqueName: Ot13, getGeneratedNameForNode: Bn7, createPrivateIdentifier: Mt13, createUniquePrivateName: $e11, getGeneratedPrivateNameForNode: qn8, createToken: ot10, createSuper: at12, createThis: Bt11, createNull: Lt12, createTrue: ct11, createFalse: ar9, createModifier: dt10, createModifiersFromModifierFlags: yn9, createQualifiedName: yt12, updateQualifiedName: _n7, createComputedPropertyName: tt12, updateComputedPropertyName: qt11, createTypeParameterDeclaration: tn8, updateTypeParameterDeclaration: sr10, createParameterDeclaration: mr7, updateParameterDeclaration: hr8, createDecorator: Fn6, updateDecorator: zn9, createPropertySignature: Or7, updatePropertySignature: Vn7, createPropertyDeclaration: yr7, updatePropertyDeclaration: L10, createMethodSignature: se11, updateMethodSignature: fe11, createMethodDeclaration: Te10, updateMethodDeclaration: He10, createConstructorDeclaration: lt10, updateConstructorDeclaration: Mr8, createGetAccessorDeclaration: Nn6, updateGetAccessorDeclaration: Wn8, createSetAccessorDeclaration: U11, updateSetAccessorDeclaration: K12, createCallSignature: xe10, updateCallSignature: Se12, createConstructSignature: we10, updateConstructSignature: me13, createIndexSignature:
|
|
105176
|
+
}, baseFactory: t25, flags: e8, createNodeArray: de11, createNumericLiteral: V12, createBigIntLiteral: oe10, createStringLiteral: ft12, createStringLiteralFromNode: nr9, createRegularExpressionLiteral: mn8, createLiteralLikeNode: rr8, createIdentifier: We13, createTempVariable: ir10, createLoopVariable: Ir6, createUniqueName: Ot13, getGeneratedNameForNode: Bn7, createPrivateIdentifier: Mt13, createUniquePrivateName: $e11, getGeneratedPrivateNameForNode: qn8, createToken: ot10, createSuper: at12, createThis: Bt11, createNull: Lt12, createTrue: ct11, createFalse: ar9, createModifier: dt10, createModifiersFromModifierFlags: yn9, createQualifiedName: yt12, updateQualifiedName: _n7, createComputedPropertyName: tt12, updateComputedPropertyName: qt11, createTypeParameterDeclaration: tn8, updateTypeParameterDeclaration: sr10, createParameterDeclaration: mr7, updateParameterDeclaration: hr8, createDecorator: Fn6, updateDecorator: zn9, createPropertySignature: Or7, updatePropertySignature: Vn7, createPropertyDeclaration: yr7, updatePropertyDeclaration: L10, createMethodSignature: se11, updateMethodSignature: fe11, createMethodDeclaration: Te10, updateMethodDeclaration: He10, createConstructorDeclaration: lt10, updateConstructorDeclaration: Mr8, createGetAccessorDeclaration: Nn6, updateGetAccessorDeclaration: Wn8, createSetAccessorDeclaration: U11, updateSetAccessorDeclaration: K12, createCallSignature: xe10, updateCallSignature: Se12, createConstructSignature: we10, updateConstructSignature: me13, createIndexSignature: Ve10, updateIndexSignature: Ze12, createClassStaticBlockDeclaration: st10, updateClassStaticBlockDeclaration: Ct14, createTemplateLiteralTypeSpan: Ye10, updateTemplateLiteralTypeSpan: Ee10, createKeywordTypeNode: gn8, createTypePredicateNode: rt14, updateTypePredicateNode: on12, createTypeReferenceNode: Zr8, updateTypeReferenceNode: M12, createFunctionTypeNode: Ue10, updateFunctionTypeNode: u4, createConstructorTypeNode: Me12, updateConstructorTypeNode: nn10, createTypeQueryNode: Dt12, updateTypeQueryNode: wt13, createTypeLiteralNode: Pt13, updateTypeLiteralNode: Ft13, createArrayTypeNode: Gn8, updateArrayTypeNode: ki10, createTupleTypeNode: cn9, updateTupleTypeNode: H12, createNamedTupleMember: le9, updateNamedTupleMember: qe11, createOptionalTypeNode: ve12, updateOptionalTypeNode: J14, createRestTypeNode: mt12, updateRestTypeNode: xt11, createUnionTypeNode: ql4, updateUnionTypeNode: C_, createIntersectionTypeNode: Lr8, updateIntersectionTypeNode: Le12, createConditionalTypeNode: pt12, updateConditionalTypeNode: Fl3, createInferTypeNode: Yn7, updateInferTypeNode: zl4, createImportTypeNode: _r8, updateImportTypeNode: oa3, createParenthesizedType: Qt11, updateParenthesizedType: At14, createThisTypeNode: P9, createTypeOperatorNode: Gt10, updateTypeOperatorNode: Jr6, createIndexedAccessTypeNode: or9, updateIndexedAccessTypeNode: Ka4, createMappedTypeNode: gt12, updateMappedTypeNode: jt9, createLiteralTypeNode: ei10, updateLiteralTypeNode: br7, createTemplateLiteralType: Wt12, updateTemplateLiteralType: Vl4, createObjectBindingPattern: D_, updateObjectBindingPattern: Wl4, createArrayBindingPattern: jr6, updateArrayBindingPattern: Gl4, createBindingElement: ca4, updateBindingElement: ti10, createArrayLiteralExpression: Za3, updateArrayLiteralExpression: P_, createObjectLiteralExpression: Ei10, updateObjectLiteralExpression: Yl4, createPropertyAccessExpression: e8 & 4 ? (n4, i4) => setEmitFlags(cr8(n4, i4), 262144) : cr8, updatePropertyAccessExpression: Hl4, createPropertyAccessChain: e8 & 4 ? (n4, i4, s4) => setEmitFlags(Ai9(n4, i4, s4), 262144) : Ai9, updatePropertyAccessChain: la3, createElementAccessExpression: Ci8, updateElementAccessExpression: Xl4, createElementAccessChain: O_, updateElementAccessChain: es8, createCallExpression: Di8, updateCallExpression: ua5, createCallChain: ts8, updateCallChain: L_, createNewExpression: bn7, updateNewExpression: ns8, createTaggedTemplateExpression: pa5, updateTaggedTemplateExpression: J_, createTypeAssertion: j_, updateTypeAssertion: R_, createParenthesizedExpression: rs8, updateParenthesizedExpression: U_, createFunctionExpression: is8, updateFunctionExpression: B_, createArrowFunction: as8, updateArrowFunction: q_, createDeleteExpression: F_, updateDeleteExpression: z_, createTypeOfExpression: fa4, updateTypeOfExpression: un8, createVoidExpression: ss9, updateVoidExpression: lr8, createAwaitExpression: V_, updateAwaitExpression: Rr7, createPrefixUnaryExpression: Ur8, updatePrefixUnaryExpression: $l4, createPostfixUnaryExpression: ni10, updatePostfixUnaryExpression: Ql4, createBinaryExpression: da5, updateBinaryExpression: Kl4, createConditionalExpression: G_, updateConditionalExpression: Y_, createTemplateExpression: H_, updateTemplateExpression: Hn8, createTemplateHead: $_, createTemplateMiddle: ma5, createTemplateTail: _s7, createNoSubstitutionTemplateLiteral: eu4, createTemplateLiteralLikeNode: ii10, createYieldExpression: os9, updateYieldExpression: tu3, createSpreadElement: Q_, updateSpreadElement: nu3, createClassExpression: K_, updateClassExpression: cs7, createOmittedExpression: ls7, createExpressionWithTypeArguments: Z_, updateExpressionWithTypeArguments: eo5, createAsExpression: pn8, updateAsExpression: ha2, createNonNullExpression: to5, updateNonNullExpression: no6, createSatisfiesExpression: us8, updateSatisfiesExpression: ro5, createNonNullChain: ps7, updateNonNullChain: In7, createMetaProperty: io5, updateMetaProperty: fs26, createTemplateSpan: Xn9, updateTemplateSpan: ya3, createSemicolonClassElement: ao5, createBlock: Br8, updateBlock: ru4, createVariableStatement: ds7, updateVariableStatement: so5, createEmptyStatement: _o3, createExpressionStatement: Ni9, updateExpressionStatement: oo6, createIfStatement: co5, updateIfStatement: lo5, createDoStatement: uo5, updateDoStatement: po6, createWhileStatement: fo5, updateWhileStatement: iu3, createForStatement: mo3, updateForStatement: ho3, createForInStatement: ms8, updateForInStatement: au3, createForOfStatement: yo3, updateForOfStatement: su3, createContinueStatement: go3, updateContinueStatement: _u4, createBreakStatement: hs8, updateBreakStatement: bo5, createReturnStatement: ys8, updateReturnStatement: ou3, createWithStatement: gs7, updateWithStatement: vo4, createSwitchStatement: bs8, updateSwitchStatement: ai10, createLabeledStatement: To4, updateLabeledStatement: xo4, createThrowStatement: So4, updateThrowStatement: cu3, createTryStatement: wo6, updateTryStatement: lu4, createDebuggerStatement: ko3, createVariableDeclaration: ga2, updateVariableDeclaration: Eo3, createVariableDeclarationList: vs9, updateVariableDeclarationList: uu4, createFunctionDeclaration: Ao3, updateFunctionDeclaration: Ts6, createClassDeclaration: Co3, updateClassDeclaration: ba3, createInterfaceDeclaration: Do3, updateInterfaceDeclaration: Po5, createTypeAliasDeclaration: _t10, updateTypeAliasDeclaration: vr6, createEnumDeclaration: xs8, updateEnumDeclaration: Tr7, createModuleDeclaration: No3, updateModuleDeclaration: kt14, createModuleBlock: xr6, updateModuleBlock: zt11, createCaseBlock: Io6, updateCaseBlock: fu4, createNamespaceExportDeclaration: Oo5, updateNamespaceExportDeclaration: Mo3, createImportEqualsDeclaration: Lo4, updateImportEqualsDeclaration: Jo5, createImportDeclaration: jo4, updateImportDeclaration: Ro3, createImportClause: Uo4, updateImportClause: Bo4, createAssertClause: Ss8, updateAssertClause: mu3, createAssertEntry: Ii8, updateAssertEntry: qo4, createImportTypeAssertionContainer: ws8, updateImportTypeAssertionContainer: Fo3, createImportAttributes: zo4, updateImportAttributes: ks8, createImportAttribute: Vo3, updateImportAttribute: Wo3, createNamespaceImport: Go3, updateNamespaceImport: hu4, createNamespaceExport: Yo4, updateNamespaceExport: yu5, createNamedImports: Ho3, updateNamedImports: Xo3, createImportSpecifier: Sr7, updateImportSpecifier: gu4, createExportAssignment: va4, updateExportAssignment: Oi9, createExportDeclaration: Ta3, updateExportDeclaration: $o3, createNamedExports: Es8, updateNamedExports: bu4, createExportSpecifier: xa5, updateExportSpecifier: vu4, createMissingDeclaration: Tu5, createExternalModuleReference: As8, updateExternalModuleReference: xu3, get createJSDocAllType() {
|
|
105177
105177
|
return c6(313);
|
|
105178
105178
|
}, get createJSDocUnknownType() {
|
|
105179
105179
|
return c6(314);
|
|
@@ -105530,7 +105530,7 @@ function wf2(e8, t25) {
|
|
|
105530
105530
|
}
|
|
105531
105531
|
function mr7(n4, i4, s4, l5, d4, v8) {
|
|
105532
105532
|
let F10 = ae9(170);
|
|
105533
|
-
return F10.modifiers = Pe10(n4), F10.dotDotDotToken = i4, F10.name = et13(s4), F10.questionToken = l5, F10.type = d4, F10.initializer = zi8(v8), U23(F10.name) ? F10.transformFlags = 1 : F10.transformFlags =
|
|
105533
|
+
return F10.modifiers = Pe10(n4), F10.dotDotDotToken = i4, F10.name = et13(s4), F10.questionToken = l5, F10.type = d4, F10.initializer = zi8(v8), U23(F10.name) ? F10.transformFlags = 1 : F10.transformFlags = ke11(F10.modifiers) | z10(F10.dotDotDotToken) | Ln7(F10.name) | z10(F10.questionToken) | z10(F10.initializer) | (F10.questionToken ?? F10.type ? 1 : 0) | (F10.dotDotDotToken ?? F10.initializer ? 1024 : 0) | (Jn8(F10.modifiers) & 31 ? 8192 : 0), F10.jsDoc = undefined, F10;
|
|
105534
105534
|
}
|
|
105535
105535
|
function hr8(n4, i4, s4, l5, d4, v8, F10) {
|
|
105536
105536
|
return n4.modifiers !== i4 || n4.dotDotDotToken !== s4 || n4.name !== l5 || n4.questionToken !== d4 || n4.type !== v8 || n4.initializer !== F10 ? j10(mr7(i4, s4, l5, d4, v8, F10), n4) : n4;
|
|
@@ -105556,7 +105556,7 @@ function wf2(e8, t25) {
|
|
|
105556
105556
|
let v8 = ae9(173);
|
|
105557
105557
|
v8.modifiers = Pe10(n4), v8.name = et13(i4), v8.questionToken = s4 && Wd(s4) ? s4 : undefined, v8.exclamationToken = s4 && Vd(s4) ? s4 : undefined, v8.type = l5, v8.initializer = zi8(d4);
|
|
105558
105558
|
let F10 = v8.flags & 33554432 || Jn8(v8.modifiers) & 128;
|
|
105559
|
-
return v8.transformFlags =
|
|
105559
|
+
return v8.transformFlags = ke11(v8.modifiers) | Ln7(v8.name) | z10(v8.initializer) | (F10 || v8.questionToken || v8.exclamationToken || v8.type ? 1 : 0) | (kf3(v8.name) || Jn8(v8.modifiers) & 256 && v8.initializer ? 8192 : 0) | 16777216, v8.jsDoc = undefined, v8;
|
|
105560
105560
|
}
|
|
105561
105561
|
function L10(n4, i4, s4, l5, d4, v8) {
|
|
105562
105562
|
return n4.modifiers !== i4 || n4.name !== s4 || n4.questionToken !== (l5 !== undefined && Wd(l5) ? l5 : undefined) || n4.exclamationToken !== (l5 !== undefined && Vd(l5) ? l5 : undefined) || n4.type !== d4 || n4.initializer !== v8 ? j10(yr7(i4, s4, l5, d4, v8), n4) : n4;
|
|
@@ -105574,7 +105574,7 @@ function wf2(e8, t25) {
|
|
|
105574
105574
|
Fe11.transformFlags = 1;
|
|
105575
105575
|
else {
|
|
105576
105576
|
let It13 = Jn8(Fe11.modifiers) & 1024, fr10 = !!Fe11.asteriskToken, xn8 = It13 && fr10;
|
|
105577
|
-
Fe11.transformFlags =
|
|
105577
|
+
Fe11.transformFlags = ke11(Fe11.modifiers) | z10(Fe11.asteriskToken) | Ln7(Fe11.name) | z10(Fe11.questionToken) | ke11(Fe11.typeParameters) | ke11(Fe11.parameters) | z10(Fe11.type) | z10(Fe11.body) & -67108865 | (xn8 ? 128 : It13 ? 256 : fr10 ? 2048 : 0) | (Fe11.questionToken || Fe11.typeParameters || Fe11.type ? 1 : 0) | 1024;
|
|
105578
105578
|
}
|
|
105579
105579
|
return Fe11.typeArguments = undefined, Fe11.jsDoc = undefined, Fe11.locals = undefined, Fe11.nextContainer = undefined, Fe11.flowNode = undefined, Fe11.endFlowNode = undefined, Fe11.returnFlowNode = undefined, Fe11;
|
|
105580
105580
|
}
|
|
@@ -105596,7 +105596,7 @@ function wf2(e8, t25) {
|
|
|
105596
105596
|
}
|
|
105597
105597
|
function lt10(n4, i4, s4) {
|
|
105598
105598
|
let l5 = ae9(177);
|
|
105599
|
-
return l5.modifiers = Pe10(n4), l5.parameters = de11(i4), l5.body = s4, l5.body ? l5.transformFlags =
|
|
105599
|
+
return l5.modifiers = Pe10(n4), l5.parameters = de11(i4), l5.body = s4, l5.body ? l5.transformFlags = ke11(l5.modifiers) | ke11(l5.parameters) | z10(l5.body) & -67108865 | 1024 : l5.transformFlags = 1, l5.typeParameters = undefined, l5.type = undefined, l5.typeArguments = undefined, l5.jsDoc = undefined, l5.locals = undefined, l5.nextContainer = undefined, l5.endFlowNode = undefined, l5.returnFlowNode = undefined, l5;
|
|
105600
105600
|
}
|
|
105601
105601
|
function Mr8(n4, i4, s4, l5) {
|
|
105602
105602
|
return n4.modifiers !== i4 || n4.parameters !== s4 || n4.body !== l5 ? gr7(lt10(i4, s4, l5), n4) : n4;
|
|
@@ -105606,7 +105606,7 @@ function wf2(e8, t25) {
|
|
|
105606
105606
|
}
|
|
105607
105607
|
function Nn6(n4, i4, s4, l5, d4) {
|
|
105608
105608
|
let v8 = ae9(178);
|
|
105609
|
-
return v8.modifiers = Pe10(n4), v8.name = et13(i4), v8.parameters = de11(s4), v8.type = l5, v8.body = d4, v8.body ? v8.transformFlags =
|
|
105609
|
+
return v8.modifiers = Pe10(n4), v8.name = et13(i4), v8.parameters = de11(s4), v8.type = l5, v8.body = d4, v8.body ? v8.transformFlags = ke11(v8.modifiers) | Ln7(v8.name) | ke11(v8.parameters) | z10(v8.type) | z10(v8.body) & -67108865 | (v8.type ? 1 : 0) : v8.transformFlags = 1, v8.typeArguments = undefined, v8.typeParameters = undefined, v8.jsDoc = undefined, v8.locals = undefined, v8.nextContainer = undefined, v8.flowNode = undefined, v8.endFlowNode = undefined, v8.returnFlowNode = undefined, v8;
|
|
105610
105610
|
}
|
|
105611
105611
|
function Wn8(n4, i4, s4, l5, d4, v8) {
|
|
105612
105612
|
return n4.modifiers !== i4 || n4.name !== s4 || n4.parameters !== l5 || n4.type !== d4 || n4.body !== v8 ? wi10(Nn6(i4, s4, l5, d4, v8), n4) : n4;
|
|
@@ -105616,7 +105616,7 @@ function wf2(e8, t25) {
|
|
|
105616
105616
|
}
|
|
105617
105617
|
function U11(n4, i4, s4, l5) {
|
|
105618
105618
|
let d4 = ae9(179);
|
|
105619
|
-
return d4.modifiers = Pe10(n4), d4.name = et13(i4), d4.parameters = de11(s4), d4.body = l5, d4.body ? d4.transformFlags =
|
|
105619
|
+
return d4.modifiers = Pe10(n4), d4.name = et13(i4), d4.parameters = de11(s4), d4.body = l5, d4.body ? d4.transformFlags = ke11(d4.modifiers) | Ln7(d4.name) | ke11(d4.parameters) | z10(d4.body) & -67108865 | (d4.type ? 1 : 0) : d4.transformFlags = 1, d4.typeArguments = undefined, d4.typeParameters = undefined, d4.type = undefined, d4.jsDoc = undefined, d4.locals = undefined, d4.nextContainer = undefined, d4.flowNode = undefined, d4.endFlowNode = undefined, d4.returnFlowNode = undefined, d4;
|
|
105620
105620
|
}
|
|
105621
105621
|
function K12(n4, i4, s4, l5, d4) {
|
|
105622
105622
|
return n4.modifiers !== i4 || n4.name !== s4 || n4.parameters !== l5 || n4.body !== d4 ? Z10(U11(i4, s4, l5, d4), n4) : n4;
|
|
@@ -105638,12 +105638,12 @@ function wf2(e8, t25) {
|
|
|
105638
105638
|
function me13(n4, i4, s4, l5) {
|
|
105639
105639
|
return n4.typeParameters !== i4 || n4.parameters !== s4 || n4.type !== l5 ? Oe12(we10(i4, s4, l5), n4) : n4;
|
|
105640
105640
|
}
|
|
105641
|
-
function
|
|
105641
|
+
function Ve10(n4, i4, s4) {
|
|
105642
105642
|
let l5 = ae9(182);
|
|
105643
105643
|
return l5.modifiers = Pe10(n4), l5.parameters = Pe10(i4), l5.type = s4, l5.transformFlags = 1, l5.jsDoc = undefined, l5.locals = undefined, l5.nextContainer = undefined, l5.typeArguments = undefined, l5;
|
|
105644
105644
|
}
|
|
105645
105645
|
function Ze12(n4, i4, s4, l5) {
|
|
105646
|
-
return n4.parameters !== s4 || n4.type !== l5 || n4.modifiers !== i4 ? Oe12(
|
|
105646
|
+
return n4.parameters !== s4 || n4.type !== l5 || n4.modifiers !== i4 ? Oe12(Ve10(i4, s4, l5), n4) : n4;
|
|
105647
105647
|
}
|
|
105648
105648
|
function Ye10(n4, i4) {
|
|
105649
105649
|
let s4 = O7(205);
|
|
@@ -105835,14 +105835,14 @@ function wf2(e8, t25) {
|
|
|
105835
105835
|
}
|
|
105836
105836
|
function D_(n4) {
|
|
105837
105837
|
let i4 = O7(207);
|
|
105838
|
-
return i4.elements = de11(n4), i4.transformFlags |=
|
|
105838
|
+
return i4.elements = de11(n4), i4.transformFlags |= ke11(i4.elements) | 1024 | 524288, i4.transformFlags & 32768 && (i4.transformFlags |= 65664), i4;
|
|
105839
105839
|
}
|
|
105840
105840
|
function Wl4(n4, i4) {
|
|
105841
105841
|
return n4.elements !== i4 ? j10(D_(i4), n4) : n4;
|
|
105842
105842
|
}
|
|
105843
105843
|
function jr6(n4) {
|
|
105844
105844
|
let i4 = O7(208);
|
|
105845
|
-
return i4.elements = de11(n4), i4.transformFlags |=
|
|
105845
|
+
return i4.elements = de11(n4), i4.transformFlags |= ke11(i4.elements) | 1024 | 524288, i4;
|
|
105846
105846
|
}
|
|
105847
105847
|
function Gl4(n4, i4) {
|
|
105848
105848
|
return n4.elements !== i4 ? j10(jr6(i4), n4) : n4;
|
|
@@ -105856,14 +105856,14 @@ function wf2(e8, t25) {
|
|
|
105856
105856
|
}
|
|
105857
105857
|
function Za3(n4, i4) {
|
|
105858
105858
|
let s4 = O7(210), l5 = n4 && Ba5(n4), d4 = de11(n4, l5 && W1(l5) ? true : undefined);
|
|
105859
|
-
return s4.elements = _10().parenthesizeExpressionsOfCommaDelimitedList(d4), s4.multiLine = i4, s4.transformFlags |=
|
|
105859
|
+
return s4.elements = _10().parenthesizeExpressionsOfCommaDelimitedList(d4), s4.multiLine = i4, s4.transformFlags |= ke11(s4.elements), s4;
|
|
105860
105860
|
}
|
|
105861
105861
|
function P_(n4, i4) {
|
|
105862
105862
|
return n4.elements !== i4 ? j10(Za3(i4, n4.multiLine), n4) : n4;
|
|
105863
105863
|
}
|
|
105864
105864
|
function Ei10(n4, i4) {
|
|
105865
105865
|
let s4 = ae9(211);
|
|
105866
|
-
return s4.properties = de11(n4), s4.multiLine = i4, s4.transformFlags |=
|
|
105866
|
+
return s4.properties = de11(n4), s4.multiLine = i4, s4.transformFlags |= ke11(s4.properties), s4.jsDoc = undefined, s4;
|
|
105867
105867
|
}
|
|
105868
105868
|
function Yl4(n4, i4) {
|
|
105869
105869
|
return n4.properties !== i4 ? j10(Ei10(i4, n4.multiLine), n4) : n4;
|
|
@@ -105906,7 +105906,7 @@ function wf2(e8, t25) {
|
|
|
105906
105906
|
}
|
|
105907
105907
|
function M_(n4, i4, s4, l5) {
|
|
105908
105908
|
let d4 = ae9(214);
|
|
105909
|
-
return d4.expression = n4, d4.questionDotToken = i4, d4.typeArguments = s4, d4.arguments = l5, d4.transformFlags |= z10(d4.expression) | z10(d4.questionDotToken) |
|
|
105909
|
+
return d4.expression = n4, d4.questionDotToken = i4, d4.typeArguments = s4, d4.arguments = l5, d4.transformFlags |= z10(d4.expression) | z10(d4.questionDotToken) | ke11(d4.typeArguments) | ke11(d4.arguments), d4.typeArguments && (d4.transformFlags |= 1), Jd(d4.expression) && (d4.transformFlags |= 16384), d4;
|
|
105910
105910
|
}
|
|
105911
105911
|
function Di8(n4, i4, s4) {
|
|
105912
105912
|
let l5 = M_(_10().parenthesizeLeftSideOfAccess(n4, false), undefined, Pe10(i4), _10().parenthesizeExpressionsOfCommaDelimitedList(de11(s4)));
|
|
@@ -105924,14 +105924,14 @@ function wf2(e8, t25) {
|
|
|
105924
105924
|
}
|
|
105925
105925
|
function bn7(n4, i4, s4) {
|
|
105926
105926
|
let l5 = ae9(215);
|
|
105927
|
-
return l5.expression = _10().parenthesizeExpressionOfNew(n4), l5.typeArguments = Pe10(i4), l5.arguments = s4 ? _10().parenthesizeExpressionsOfCommaDelimitedList(s4) : undefined, l5.transformFlags |= z10(l5.expression) |
|
|
105927
|
+
return l5.expression = _10().parenthesizeExpressionOfNew(n4), l5.typeArguments = Pe10(i4), l5.arguments = s4 ? _10().parenthesizeExpressionsOfCommaDelimitedList(s4) : undefined, l5.transformFlags |= z10(l5.expression) | ke11(l5.typeArguments) | ke11(l5.arguments) | 32, l5.typeArguments && (l5.transformFlags |= 1), l5;
|
|
105928
105928
|
}
|
|
105929
105929
|
function ns8(n4, i4, s4, l5) {
|
|
105930
105930
|
return n4.expression !== i4 || n4.typeArguments !== s4 || n4.arguments !== l5 ? j10(bn7(i4, s4, l5), n4) : n4;
|
|
105931
105931
|
}
|
|
105932
105932
|
function pa5(n4, i4, s4) {
|
|
105933
105933
|
let l5 = O7(216);
|
|
105934
|
-
return l5.tag = _10().parenthesizeLeftSideOfAccess(n4, false), l5.typeArguments = Pe10(i4), l5.template = s4, l5.transformFlags |= z10(l5.tag) |
|
|
105934
|
+
return l5.tag = _10().parenthesizeLeftSideOfAccess(n4, false), l5.typeArguments = Pe10(i4), l5.template = s4, l5.transformFlags |= z10(l5.tag) | ke11(l5.typeArguments) | z10(l5.template) | 1024, l5.typeArguments && (l5.transformFlags |= 1), R23(l5.template) && (l5.transformFlags |= 128), l5;
|
|
105935
105935
|
}
|
|
105936
105936
|
function J_(n4, i4, s4, l5) {
|
|
105937
105937
|
return n4.tag !== i4 || n4.typeArguments !== s4 || n4.template !== l5 ? j10(pa5(i4, s4, l5), n4) : n4;
|
|
@@ -105954,7 +105954,7 @@ function wf2(e8, t25) {
|
|
|
105954
105954
|
let pe10 = ae9(219);
|
|
105955
105955
|
pe10.modifiers = Pe10(n4), pe10.asteriskToken = i4, pe10.name = et13(s4), pe10.typeParameters = Pe10(l5), pe10.parameters = de11(d4), pe10.type = v8, pe10.body = F10;
|
|
105956
105956
|
let Fe11 = Jn8(pe10.modifiers) & 1024, It13 = !!pe10.asteriskToken, fr10 = Fe11 && It13;
|
|
105957
|
-
return pe10.transformFlags =
|
|
105957
|
+
return pe10.transformFlags = ke11(pe10.modifiers) | z10(pe10.asteriskToken) | Ln7(pe10.name) | ke11(pe10.typeParameters) | ke11(pe10.parameters) | z10(pe10.type) | z10(pe10.body) & -67108865 | (fr10 ? 128 : Fe11 ? 256 : It13 ? 2048 : 0) | (pe10.typeParameters || pe10.type ? 1 : 0) | 4194304, pe10.typeArguments = undefined, pe10.jsDoc = undefined, pe10.locals = undefined, pe10.nextContainer = undefined, pe10.flowNode = undefined, pe10.endFlowNode = undefined, pe10.returnFlowNode = undefined, pe10;
|
|
105958
105958
|
}
|
|
105959
105959
|
function B_(n4, i4, s4, l5, d4, v8, F10, pe10) {
|
|
105960
105960
|
return n4.name !== l5 || n4.modifiers !== i4 || n4.asteriskToken !== s4 || n4.typeParameters !== d4 || n4.parameters !== v8 || n4.type !== F10 || n4.body !== pe10 ? Oe12(is8(i4, s4, l5, d4, v8, F10, pe10), n4) : n4;
|
|
@@ -105963,7 +105963,7 @@ function wf2(e8, t25) {
|
|
|
105963
105963
|
let F10 = ae9(220);
|
|
105964
105964
|
F10.modifiers = Pe10(n4), F10.typeParameters = Pe10(i4), F10.parameters = de11(s4), F10.type = l5, F10.equalsGreaterThanToken = d4 ?? ot10(39), F10.body = _10().parenthesizeConciseBodyOfArrowFunction(v8);
|
|
105965
105965
|
let pe10 = Jn8(F10.modifiers) & 1024;
|
|
105966
|
-
return F10.transformFlags =
|
|
105966
|
+
return F10.transformFlags = ke11(F10.modifiers) | ke11(F10.typeParameters) | ke11(F10.parameters) | z10(F10.type) | z10(F10.equalsGreaterThanToken) | z10(F10.body) & -67108865 | (F10.typeParameters || F10.type ? 1 : 0) | (pe10 ? 16640 : 0) | 1024, F10.typeArguments = undefined, F10.jsDoc = undefined, F10.locals = undefined, F10.nextContainer = undefined, F10.flowNode = undefined, F10.endFlowNode = undefined, F10.returnFlowNode = undefined, F10;
|
|
105967
105967
|
}
|
|
105968
105968
|
function q_(n4, i4, s4, l5, d4, v8, F10) {
|
|
105969
105969
|
return n4.modifiers !== i4 || n4.typeParameters !== s4 || n4.parameters !== l5 || n4.type !== d4 || n4.equalsGreaterThanToken !== v8 || n4.body !== F10 ? Oe12(as8(i4, s4, l5, d4, v8, F10), n4) : n4;
|
|
@@ -106029,7 +106029,7 @@ function wf2(e8, t25) {
|
|
|
106029
106029
|
}
|
|
106030
106030
|
function H_(n4, i4) {
|
|
106031
106031
|
let s4 = O7(229);
|
|
106032
|
-
return s4.head = n4, s4.templateSpans = de11(i4), s4.transformFlags |= z10(s4.head) |
|
|
106032
|
+
return s4.head = n4, s4.templateSpans = de11(i4), s4.transformFlags |= z10(s4.head) | ke11(s4.templateSpans) | 1024, s4;
|
|
106033
106033
|
}
|
|
106034
106034
|
function Hn8(n4, i4, s4) {
|
|
106035
106035
|
return n4.head !== i4 || n4.templateSpans !== s4 ? j10(H_(i4, s4), n4) : n4;
|
|
@@ -106091,7 +106091,7 @@ function wf2(e8, t25) {
|
|
|
106091
106091
|
}
|
|
106092
106092
|
function K_(n4, i4, s4, l5, d4) {
|
|
106093
106093
|
let v8 = ae9(232);
|
|
106094
|
-
return v8.modifiers = Pe10(n4), v8.name = et13(i4), v8.typeParameters = Pe10(s4), v8.heritageClauses = Pe10(l5), v8.members = de11(d4), v8.transformFlags |=
|
|
106094
|
+
return v8.modifiers = Pe10(n4), v8.name = et13(i4), v8.typeParameters = Pe10(s4), v8.heritageClauses = Pe10(l5), v8.members = de11(d4), v8.transformFlags |= ke11(v8.modifiers) | Ln7(v8.name) | ke11(v8.typeParameters) | ke11(v8.heritageClauses) | ke11(v8.members) | (v8.typeParameters ? 1 : 0) | 1024, v8.jsDoc = undefined, v8;
|
|
106095
106095
|
}
|
|
106096
106096
|
function cs7(n4, i4, s4, l5, d4, v8) {
|
|
106097
106097
|
return n4.modifiers !== i4 || n4.name !== s4 || n4.typeParameters !== l5 || n4.heritageClauses !== d4 || n4.members !== v8 ? j10(K_(i4, s4, l5, d4, v8), n4) : n4;
|
|
@@ -106101,7 +106101,7 @@ function wf2(e8, t25) {
|
|
|
106101
106101
|
}
|
|
106102
106102
|
function Z_(n4, i4) {
|
|
106103
106103
|
let s4 = O7(234);
|
|
106104
|
-
return s4.expression = _10().parenthesizeLeftSideOfAccess(n4, false), s4.typeArguments = i4 && _10().parenthesizeTypeArguments(i4), s4.transformFlags |= z10(s4.expression) |
|
|
106104
|
+
return s4.expression = _10().parenthesizeLeftSideOfAccess(n4, false), s4.typeArguments = i4 && _10().parenthesizeTypeArguments(i4), s4.transformFlags |= z10(s4.expression) | ke11(s4.typeArguments) | 1024, s4;
|
|
106105
106105
|
}
|
|
106106
106106
|
function eo5(n4, i4, s4) {
|
|
106107
106107
|
return n4.expression !== i4 || n4.typeArguments !== s4 ? j10(Z_(i4, s4), n4) : n4;
|
|
@@ -106164,14 +106164,14 @@ function wf2(e8, t25) {
|
|
|
106164
106164
|
}
|
|
106165
106165
|
function Br8(n4, i4) {
|
|
106166
106166
|
let s4 = O7(242);
|
|
106167
|
-
return s4.statements = de11(n4), s4.multiLine = i4, s4.transformFlags |=
|
|
106167
|
+
return s4.statements = de11(n4), s4.multiLine = i4, s4.transformFlags |= ke11(s4.statements), s4.jsDoc = undefined, s4.locals = undefined, s4.nextContainer = undefined, s4;
|
|
106168
106168
|
}
|
|
106169
106169
|
function ru4(n4, i4) {
|
|
106170
106170
|
return n4.statements !== i4 ? j10(Br8(i4, n4.multiLine), n4) : n4;
|
|
106171
106171
|
}
|
|
106172
106172
|
function ds7(n4, i4) {
|
|
106173
106173
|
let s4 = O7(244);
|
|
106174
|
-
return s4.modifiers = Pe10(n4), s4.declarationList = $r7(i4) ? vs9(i4) : i4, s4.transformFlags |=
|
|
106174
|
+
return s4.modifiers = Pe10(n4), s4.declarationList = $r7(i4) ? vs9(i4) : i4, s4.transformFlags |= ke11(s4.modifiers) | z10(s4.declarationList), Jn8(s4.modifiers) & 128 && (s4.transformFlags = 1), s4.jsDoc = undefined, s4.flowNode = undefined, s4;
|
|
106175
106175
|
}
|
|
106176
106176
|
function so5(n4, i4, s4) {
|
|
106177
106177
|
return n4.modifiers !== i4 || n4.declarationList !== s4 ? j10(ds7(i4, s4), n4) : n4;
|
|
@@ -106298,7 +106298,7 @@ function wf2(e8, t25) {
|
|
|
106298
106298
|
}
|
|
106299
106299
|
function vs9(n4, i4 = 0) {
|
|
106300
106300
|
let s4 = O7(262);
|
|
106301
|
-
return s4.flags |= i4 & 7, s4.declarations = de11(n4), s4.transformFlags |=
|
|
106301
|
+
return s4.flags |= i4 & 7, s4.declarations = de11(n4), s4.transformFlags |= ke11(s4.declarations) | 4194304, i4 & 7 && (s4.transformFlags |= 263168), i4 & 4 && (s4.transformFlags |= 4), s4;
|
|
106302
106302
|
}
|
|
106303
106303
|
function uu4(n4, i4) {
|
|
106304
106304
|
return n4.declarations !== i4 ? j10(vs9(i4, n4.flags), n4) : n4;
|
|
@@ -106309,7 +106309,7 @@ function wf2(e8, t25) {
|
|
|
106309
106309
|
pe10.transformFlags = 1;
|
|
106310
106310
|
else {
|
|
106311
106311
|
let Fe11 = Jn8(pe10.modifiers) & 1024, It13 = !!pe10.asteriskToken, fr10 = Fe11 && It13;
|
|
106312
|
-
pe10.transformFlags =
|
|
106312
|
+
pe10.transformFlags = ke11(pe10.modifiers) | z10(pe10.asteriskToken) | Ln7(pe10.name) | ke11(pe10.typeParameters) | ke11(pe10.parameters) | z10(pe10.type) | z10(pe10.body) & -67108865 | (fr10 ? 128 : Fe11 ? 256 : It13 ? 2048 : 0) | (pe10.typeParameters || pe10.type ? 1 : 0) | 4194304;
|
|
106313
106313
|
}
|
|
106314
106314
|
return pe10.typeArguments = undefined, pe10.jsDoc = undefined, pe10.locals = undefined, pe10.nextContainer = undefined, pe10.endFlowNode = undefined, pe10.returnFlowNode = undefined, pe10;
|
|
106315
106315
|
}
|
|
@@ -106321,7 +106321,7 @@ function wf2(e8, t25) {
|
|
|
106321
106321
|
}
|
|
106322
106322
|
function Co3(n4, i4, s4, l5, d4) {
|
|
106323
106323
|
let v8 = ae9(264);
|
|
106324
|
-
return v8.modifiers = Pe10(n4), v8.name = et13(i4), v8.typeParameters = Pe10(s4), v8.heritageClauses = Pe10(l5), v8.members = de11(d4), Jn8(v8.modifiers) & 128 ? v8.transformFlags = 1 : (v8.transformFlags |=
|
|
106324
|
+
return v8.modifiers = Pe10(n4), v8.name = et13(i4), v8.typeParameters = Pe10(s4), v8.heritageClauses = Pe10(l5), v8.members = de11(d4), Jn8(v8.modifiers) & 128 ? v8.transformFlags = 1 : (v8.transformFlags |= ke11(v8.modifiers) | Ln7(v8.name) | ke11(v8.typeParameters) | ke11(v8.heritageClauses) | ke11(v8.members) | (v8.typeParameters ? 1 : 0) | 1024, v8.transformFlags & 8192 && (v8.transformFlags |= 1)), v8.jsDoc = undefined, v8;
|
|
106325
106325
|
}
|
|
106326
106326
|
function ba3(n4, i4, s4, l5, d4, v8) {
|
|
106327
106327
|
return n4.modifiers !== i4 || n4.name !== s4 || n4.typeParameters !== l5 || n4.heritageClauses !== d4 || n4.members !== v8 ? j10(Co3(i4, s4, l5, d4, v8), n4) : n4;
|
|
@@ -106342,28 +106342,28 @@ function wf2(e8, t25) {
|
|
|
106342
106342
|
}
|
|
106343
106343
|
function xs8(n4, i4, s4) {
|
|
106344
106344
|
let l5 = ae9(267);
|
|
106345
|
-
return l5.modifiers = Pe10(n4), l5.name = et13(i4), l5.members = de11(s4), l5.transformFlags |=
|
|
106345
|
+
return l5.modifiers = Pe10(n4), l5.name = et13(i4), l5.members = de11(s4), l5.transformFlags |= ke11(l5.modifiers) | z10(l5.name) | ke11(l5.members) | 1, l5.transformFlags &= -67108865, l5.jsDoc = undefined, l5;
|
|
106346
106346
|
}
|
|
106347
106347
|
function Tr7(n4, i4, s4, l5) {
|
|
106348
106348
|
return n4.modifiers !== i4 || n4.name !== s4 || n4.members !== l5 ? j10(xs8(i4, s4, l5), n4) : n4;
|
|
106349
106349
|
}
|
|
106350
106350
|
function No3(n4, i4, s4, l5 = 0) {
|
|
106351
106351
|
let d4 = ae9(268);
|
|
106352
|
-
return d4.modifiers = Pe10(n4), d4.flags |= l5 & 2088, d4.name = i4, d4.body = s4, Jn8(d4.modifiers) & 128 ? d4.transformFlags = 1 : d4.transformFlags |=
|
|
106352
|
+
return d4.modifiers = Pe10(n4), d4.flags |= l5 & 2088, d4.name = i4, d4.body = s4, Jn8(d4.modifiers) & 128 ? d4.transformFlags = 1 : d4.transformFlags |= ke11(d4.modifiers) | z10(d4.name) | z10(d4.body) | 1, d4.transformFlags &= -67108865, d4.jsDoc = undefined, d4.locals = undefined, d4.nextContainer = undefined, d4;
|
|
106353
106353
|
}
|
|
106354
106354
|
function kt14(n4, i4, s4, l5) {
|
|
106355
106355
|
return n4.modifiers !== i4 || n4.name !== s4 || n4.body !== l5 ? j10(No3(i4, s4, l5, n4.flags), n4) : n4;
|
|
106356
106356
|
}
|
|
106357
106357
|
function xr6(n4) {
|
|
106358
106358
|
let i4 = O7(269);
|
|
106359
|
-
return i4.statements = de11(n4), i4.transformFlags |=
|
|
106359
|
+
return i4.statements = de11(n4), i4.transformFlags |= ke11(i4.statements), i4.jsDoc = undefined, i4;
|
|
106360
106360
|
}
|
|
106361
106361
|
function zt11(n4, i4) {
|
|
106362
106362
|
return n4.statements !== i4 ? j10(xr6(i4), n4) : n4;
|
|
106363
106363
|
}
|
|
106364
106364
|
function Io6(n4) {
|
|
106365
106365
|
let i4 = O7(270);
|
|
106366
|
-
return i4.clauses = de11(n4), i4.transformFlags |=
|
|
106366
|
+
return i4.clauses = de11(n4), i4.transformFlags |= ke11(i4.clauses), i4.locals = undefined, i4.nextContainer = undefined, i4;
|
|
106367
106367
|
}
|
|
106368
106368
|
function fu4(n4, i4) {
|
|
106369
106369
|
return n4.clauses !== i4 ? j10(Io6(i4), n4) : n4;
|
|
@@ -106380,7 +106380,7 @@ function wf2(e8, t25) {
|
|
|
106380
106380
|
}
|
|
106381
106381
|
function Lo4(n4, i4, s4, l5) {
|
|
106382
106382
|
let d4 = ae9(272);
|
|
106383
|
-
return d4.modifiers = Pe10(n4), d4.name = et13(s4), d4.isTypeOnly = i4, d4.moduleReference = l5, d4.transformFlags |=
|
|
106383
|
+
return d4.modifiers = Pe10(n4), d4.name = et13(s4), d4.isTypeOnly = i4, d4.moduleReference = l5, d4.transformFlags |= ke11(d4.modifiers) | ja5(d4.name) | z10(d4.moduleReference), Ff2(d4.moduleReference) || (d4.transformFlags |= 1), d4.transformFlags &= -67108865, d4.jsDoc = undefined, d4;
|
|
106384
106384
|
}
|
|
106385
106385
|
function Jo5(n4, i4, s4, l5, d4) {
|
|
106386
106386
|
return n4.modifiers !== i4 || n4.isTypeOnly !== s4 || n4.name !== l5 || n4.moduleReference !== d4 ? j10(Lo4(i4, s4, l5, d4), n4) : n4;
|
|
@@ -106450,7 +106450,7 @@ function wf2(e8, t25) {
|
|
|
106450
106450
|
}
|
|
106451
106451
|
function Ho3(n4) {
|
|
106452
106452
|
let i4 = O7(276);
|
|
106453
|
-
return i4.elements = de11(n4), i4.transformFlags |=
|
|
106453
|
+
return i4.elements = de11(n4), i4.transformFlags |= ke11(i4.elements), i4.transformFlags &= -67108865, i4;
|
|
106454
106454
|
}
|
|
106455
106455
|
function Xo3(n4, i4) {
|
|
106456
106456
|
return n4.elements !== i4 ? j10(Ho3(i4), n4) : n4;
|
|
@@ -106464,14 +106464,14 @@ function wf2(e8, t25) {
|
|
|
106464
106464
|
}
|
|
106465
106465
|
function va4(n4, i4, s4) {
|
|
106466
106466
|
let l5 = ae9(278);
|
|
106467
|
-
return l5.modifiers = Pe10(n4), l5.isExportEquals = i4, l5.expression = i4 ? _10().parenthesizeRightSideOfBinary(64, undefined, s4) : _10().parenthesizeExpressionOfExportDefault(s4), l5.transformFlags |=
|
|
106467
|
+
return l5.modifiers = Pe10(n4), l5.isExportEquals = i4, l5.expression = i4 ? _10().parenthesizeRightSideOfBinary(64, undefined, s4) : _10().parenthesizeExpressionOfExportDefault(s4), l5.transformFlags |= ke11(l5.modifiers) | z10(l5.expression), l5.transformFlags &= -67108865, l5.jsDoc = undefined, l5;
|
|
106468
106468
|
}
|
|
106469
106469
|
function Oi9(n4, i4, s4) {
|
|
106470
106470
|
return n4.modifiers !== i4 || n4.expression !== s4 ? j10(va4(i4, n4.isExportEquals, s4), n4) : n4;
|
|
106471
106471
|
}
|
|
106472
106472
|
function Ta3(n4, i4, s4, l5, d4) {
|
|
106473
106473
|
let v8 = ae9(279);
|
|
106474
|
-
return v8.modifiers = Pe10(n4), v8.isTypeOnly = i4, v8.exportClause = s4, v8.moduleSpecifier = l5, v8.attributes = v8.assertClause = d4, v8.transformFlags |=
|
|
106474
|
+
return v8.modifiers = Pe10(n4), v8.isTypeOnly = i4, v8.exportClause = s4, v8.moduleSpecifier = l5, v8.attributes = v8.assertClause = d4, v8.transformFlags |= ke11(v8.modifiers) | z10(v8.exportClause) | z10(v8.moduleSpecifier), v8.transformFlags &= -67108865, v8.jsDoc = undefined, v8;
|
|
106475
106475
|
}
|
|
106476
106476
|
function $o3(n4, i4, s4, l5, d4, v8) {
|
|
106477
106477
|
return n4.modifiers !== i4 || n4.isTypeOnly !== s4 || n4.exportClause !== l5 || n4.moduleSpecifier !== d4 || n4.attributes !== v8 ? Mi7(Ta3(i4, s4, l5, d4, v8), n4) : n4;
|
|
@@ -106481,7 +106481,7 @@ function wf2(e8, t25) {
|
|
|
106481
106481
|
}
|
|
106482
106482
|
function Es8(n4) {
|
|
106483
106483
|
let i4 = O7(280);
|
|
106484
|
-
return i4.elements = de11(n4), i4.transformFlags |=
|
|
106484
|
+
return i4.elements = de11(n4), i4.transformFlags |= ke11(i4.elements), i4.transformFlags &= -67108865, i4;
|
|
106485
106485
|
}
|
|
106486
106486
|
function bu4(n4, i4) {
|
|
106487
106487
|
return n4.elements !== i4 ? j10(Es8(i4), n4) : n4;
|
|
@@ -106523,7 +106523,7 @@ function wf2(e8, t25) {
|
|
|
106523
106523
|
}
|
|
106524
106524
|
function Zo3(n4, i4) {
|
|
106525
106525
|
let s4 = ae9(318);
|
|
106526
|
-
return s4.parameters = Pe10(n4), s4.type = i4, s4.transformFlags =
|
|
106526
|
+
return s4.parameters = Pe10(n4), s4.type = i4, s4.transformFlags = ke11(s4.parameters) | (s4.type ? 1 : 0), s4.jsDoc = undefined, s4.locals = undefined, s4.nextContainer = undefined, s4.typeArguments = undefined, s4;
|
|
106527
106527
|
}
|
|
106528
106528
|
function ku3(n4, i4, s4) {
|
|
106529
106529
|
return n4.parameters !== i4 || n4.type !== s4 ? j10(Zo3(i4, s4), n4) : n4;
|
|
@@ -106708,21 +106708,21 @@ function wf2(e8, t25) {
|
|
|
106708
106708
|
}
|
|
106709
106709
|
function Sc4(n4, i4, s4) {
|
|
106710
106710
|
let l5 = O7(285);
|
|
106711
|
-
return l5.openingElement = n4, l5.children = de11(i4), l5.closingElement = s4, l5.transformFlags |= z10(l5.openingElement) |
|
|
106711
|
+
return l5.openingElement = n4, l5.children = de11(i4), l5.closingElement = s4, l5.transformFlags |= z10(l5.openingElement) | ke11(l5.children) | z10(l5.closingElement) | 2, l5;
|
|
106712
106712
|
}
|
|
106713
106713
|
function Uu4(n4, i4, s4, l5) {
|
|
106714
106714
|
return n4.openingElement !== i4 || n4.children !== s4 || n4.closingElement !== l5 ? j10(Sc4(i4, s4, l5), n4) : n4;
|
|
106715
106715
|
}
|
|
106716
106716
|
function wc3(n4, i4, s4) {
|
|
106717
106717
|
let l5 = O7(286);
|
|
106718
|
-
return l5.tagName = n4, l5.typeArguments = Pe10(i4), l5.attributes = s4, l5.transformFlags |= z10(l5.tagName) |
|
|
106718
|
+
return l5.tagName = n4, l5.typeArguments = Pe10(i4), l5.attributes = s4, l5.transformFlags |= z10(l5.tagName) | ke11(l5.typeArguments) | z10(l5.attributes) | 2, l5.typeArguments && (l5.transformFlags |= 1), l5;
|
|
106719
106719
|
}
|
|
106720
106720
|
function Bu3(n4, i4, s4, l5) {
|
|
106721
106721
|
return n4.tagName !== i4 || n4.typeArguments !== s4 || n4.attributes !== l5 ? j10(wc3(i4, s4, l5), n4) : n4;
|
|
106722
106722
|
}
|
|
106723
106723
|
function ka3(n4, i4, s4) {
|
|
106724
106724
|
let l5 = O7(287);
|
|
106725
|
-
return l5.tagName = n4, l5.typeArguments = Pe10(i4), l5.attributes = s4, l5.transformFlags |= z10(l5.tagName) |
|
|
106725
|
+
return l5.tagName = n4, l5.typeArguments = Pe10(i4), l5.attributes = s4, l5.transformFlags |= z10(l5.tagName) | ke11(l5.typeArguments) | z10(l5.attributes) | 2, i4 && (l5.transformFlags |= 1), l5;
|
|
106726
106726
|
}
|
|
106727
106727
|
function kc3(n4, i4, s4, l5) {
|
|
106728
106728
|
return n4.tagName !== i4 || n4.typeArguments !== s4 || n4.attributes !== l5 ? j10(ka3(i4, s4, l5), n4) : n4;
|
|
@@ -106736,7 +106736,7 @@ function wf2(e8, t25) {
|
|
|
106736
106736
|
}
|
|
106737
106737
|
function Yt8(n4, i4, s4) {
|
|
106738
106738
|
let l5 = O7(289);
|
|
106739
|
-
return l5.openingFragment = n4, l5.children = de11(i4), l5.closingFragment = s4, l5.transformFlags |= z10(l5.openingFragment) |
|
|
106739
|
+
return l5.openingFragment = n4, l5.children = de11(i4), l5.closingFragment = s4, l5.transformFlags |= z10(l5.openingFragment) | ke11(l5.children) | z10(l5.closingFragment) | 2, l5;
|
|
106740
106740
|
}
|
|
106741
106741
|
function Ec4(n4, i4, s4, l5) {
|
|
106742
106742
|
return n4.openingFragment !== i4 || n4.children !== s4 || n4.closingFragment !== l5 ? j10(Yt8(i4, s4, l5), n4) : n4;
|
|
@@ -106765,7 +106765,7 @@ function wf2(e8, t25) {
|
|
|
106765
106765
|
}
|
|
106766
106766
|
function Ri8(n4) {
|
|
106767
106767
|
let i4 = ae9(293);
|
|
106768
|
-
return i4.properties = de11(n4), i4.transformFlags |=
|
|
106768
|
+
return i4.properties = de11(n4), i4.transformFlags |= ke11(i4.properties) | 2, i4;
|
|
106769
106769
|
}
|
|
106770
106770
|
function zu3(n4, i4) {
|
|
106771
106771
|
return n4.properties !== i4 ? j10(Ri8(i4), n4) : n4;
|
|
@@ -106793,21 +106793,21 @@ function wf2(e8, t25) {
|
|
|
106793
106793
|
}
|
|
106794
106794
|
function Ea5(n4, i4) {
|
|
106795
106795
|
let s4 = O7(297);
|
|
106796
|
-
return s4.expression = _10().parenthesizeExpressionForDisallowedComma(n4), s4.statements = de11(i4), s4.transformFlags |= z10(s4.expression) |
|
|
106796
|
+
return s4.expression = _10().parenthesizeExpressionForDisallowedComma(n4), s4.statements = de11(i4), s4.transformFlags |= z10(s4.expression) | ke11(s4.statements), s4.jsDoc = undefined, s4;
|
|
106797
106797
|
}
|
|
106798
106798
|
function Ic3(n4, i4, s4) {
|
|
106799
106799
|
return n4.expression !== i4 || n4.statements !== s4 ? j10(Ea5(i4, s4), n4) : n4;
|
|
106800
106800
|
}
|
|
106801
106801
|
function Oc3(n4) {
|
|
106802
106802
|
let i4 = O7(298);
|
|
106803
|
-
return i4.statements = de11(n4), i4.transformFlags =
|
|
106803
|
+
return i4.statements = de11(n4), i4.transformFlags = ke11(i4.statements), i4;
|
|
106804
106804
|
}
|
|
106805
106805
|
function Ui8(n4, i4) {
|
|
106806
106806
|
return n4.statements !== i4 ? j10(Oc3(i4), n4) : n4;
|
|
106807
106807
|
}
|
|
106808
106808
|
function Us9(n4, i4) {
|
|
106809
106809
|
let s4 = O7(299);
|
|
106810
|
-
switch (s4.token = n4, s4.types = de11(i4), s4.transformFlags |=
|
|
106810
|
+
switch (s4.token = n4, s4.types = de11(i4), s4.transformFlags |= ke11(s4.types), n4) {
|
|
106811
106811
|
case 96:
|
|
106812
106812
|
s4.transformFlags |= 1024;
|
|
106813
106813
|
break;
|
|
@@ -106865,7 +106865,7 @@ function wf2(e8, t25) {
|
|
|
106865
106865
|
}
|
|
106866
106866
|
function Uc2(n4, i4, s4) {
|
|
106867
106867
|
let l5 = t25.createBaseSourceFileNode(308);
|
|
106868
|
-
return l5.statements = de11(n4), l5.endOfFileToken = i4, l5.flags |= s4, l5.text = "", l5.fileName = "", l5.path = "", l5.resolvedPath = "", l5.originalFileName = "", l5.languageVersion = 1, l5.languageVariant = 0, l5.scriptKind = 0, l5.isDeclarationFile = false, l5.hasNoDefaultLib = false, l5.transformFlags |=
|
|
106868
|
+
return l5.statements = de11(n4), l5.endOfFileToken = i4, l5.flags |= s4, l5.text = "", l5.fileName = "", l5.path = "", l5.resolvedPath = "", l5.originalFileName = "", l5.languageVersion = 1, l5.languageVariant = 0, l5.scriptKind = 0, l5.isDeclarationFile = false, l5.hasNoDefaultLib = false, l5.transformFlags |= ke11(l5.statements) | z10(l5.endOfFileToken), l5.locals = undefined, l5.nextContainer = undefined, l5.endFlowNode = undefined, l5.nodeCount = 0, l5.identifierCount = 0, l5.symbolCount = 0, l5.parseDiagnostics = undefined, l5.bindDiagnostics = undefined, l5.bindSuggestionDiagnostics = undefined, l5.lineMap = undefined, l5.externalModuleIndicator = undefined, l5.setExternalModuleIndicator = undefined, l5.pragmas = undefined, l5.checkJsDirective = undefined, l5.referencedFiles = undefined, l5.typeReferenceDirectives = undefined, l5.libReferenceDirectives = undefined, l5.amdDependencies = undefined, l5.commentDirectives = undefined, l5.identifiers = undefined, l5.packageJsonLocations = undefined, l5.packageJsonScope = undefined, l5.imports = undefined, l5.moduleAugmentations = undefined, l5.ambientModuleNames = undefined, l5.classifiableNames = undefined, l5.impliedNodeFormat = undefined, l5;
|
|
106869
106869
|
}
|
|
106870
106870
|
function Bc2(n4) {
|
|
106871
106871
|
let i4 = Object.create(n4.redirectTarget);
|
|
@@ -106902,7 +106902,7 @@ function wf2(e8, t25) {
|
|
|
106902
106902
|
}
|
|
106903
106903
|
function zs9(n4, i4, s4, l5, d4, v8, F10) {
|
|
106904
106904
|
let pe10 = Fs9(n4);
|
|
106905
|
-
return pe10.statements = de11(i4), pe10.isDeclarationFile = s4, pe10.referencedFiles = l5, pe10.typeReferenceDirectives = d4, pe10.hasNoDefaultLib = v8, pe10.libReferenceDirectives = F10, pe10.transformFlags =
|
|
106905
|
+
return pe10.statements = de11(i4), pe10.isDeclarationFile = s4, pe10.referencedFiles = l5, pe10.typeReferenceDirectives = d4, pe10.hasNoDefaultLib = v8, pe10.libReferenceDirectives = F10, pe10.transformFlags = ke11(pe10.statements) | z10(pe10.endOfFileToken), pe10;
|
|
106906
106906
|
}
|
|
106907
106907
|
function Qu2(n4, i4, s4 = n4.isDeclarationFile, l5 = n4.referencedFiles, d4 = n4.typeReferenceDirectives, v8 = n4.hasNoDefaultLib, F10 = n4.libReferenceDirectives) {
|
|
106908
106908
|
return n4.statements !== i4 || n4.isDeclarationFile !== s4 || n4.referencedFiles !== l5 || n4.typeReferenceDirectives !== d4 || n4.hasNoDefaultLib !== v8 || n4.libReferenceDirectives !== F10 ? j10(zs9(n4, i4, s4, l5, d4, v8, F10), n4) : n4;
|
|
@@ -106947,7 +106947,7 @@ function wf2(e8, t25) {
|
|
|
106947
106947
|
}
|
|
106948
106948
|
function Ws8(n4) {
|
|
106949
106949
|
let i4 = O7(357);
|
|
106950
|
-
return i4.elements = de11(oy(n4, tp2)), i4.transformFlags |=
|
|
106950
|
+
return i4.elements = de11(oy(n4, tp2)), i4.transformFlags |= ke11(i4.elements), i4;
|
|
106951
106951
|
}
|
|
106952
106952
|
function np2(n4, i4) {
|
|
106953
106953
|
return n4.elements !== i4 ? j10(Ws8(i4), n4) : n4;
|
|
@@ -107357,7 +107357,7 @@ function z10(e8) {
|
|
|
107357
107357
|
let t25 = e8.transformFlags & ~Ob(e8.kind);
|
|
107358
107358
|
return yg(e8) && r1(e8.name) ? Ib(e8.name, t25) : t25;
|
|
107359
107359
|
}
|
|
107360
|
-
function
|
|
107360
|
+
function ke11(e8) {
|
|
107361
107361
|
return e8 ? e8.transformFlags : 0;
|
|
107362
107362
|
}
|
|
107363
107363
|
function zd(e8) {
|
|
@@ -108375,7 +108375,7 @@ function Qr8(e8) {
|
|
|
108375
108375
|
function wh(e8) {
|
|
108376
108376
|
return e8.kind !== ye12.SemicolonClassElement;
|
|
108377
108377
|
}
|
|
108378
|
-
function
|
|
108378
|
+
function Ge11(e8, t25) {
|
|
108379
108379
|
return Rn6(t25)?.some((_10) => _10.kind === e8) === true;
|
|
108380
108380
|
}
|
|
108381
108381
|
function kh(e8) {
|
|
@@ -108603,7 +108603,7 @@ function Lh(e8) {
|
|
|
108603
108603
|
return !xv(e8);
|
|
108604
108604
|
}
|
|
108605
108605
|
function Sv(e8) {
|
|
108606
|
-
return
|
|
108606
|
+
return Ge11(ge11.AbstractKeyword, e8);
|
|
108607
108607
|
}
|
|
108608
108608
|
function wv(e8) {
|
|
108609
108609
|
if (e8.parameters.length && !Il4(e8)) {
|
|
@@ -109503,7 +109503,7 @@ var ty, hd = (e8, t25) => {
|
|
|
109503
109503
|
case x9.MethodSignature:
|
|
109504
109504
|
return "method";
|
|
109505
109505
|
}
|
|
109506
|
-
})(), optional: Zf(t25), params: this.convertParameters(t25.parameters), readonly:
|
|
109506
|
+
})(), optional: Zf(t25), params: this.convertParameters(t25.parameters), readonly: Ge11(x9.ReadonlyKeyword, t25), returnType: t25.type && this.convertTypeAnnotation(t25.type, t25), static: Ge11(x9.StaticKeyword, t25), typeParameters: t25.typeParameters && this.convertTSTypeParametersToTypeParametersDeclaration(t25.typeParameters) });
|
|
109507
109507
|
}
|
|
109508
109508
|
fixParentLocation(t25, a5) {
|
|
109509
109509
|
a5[0] < t25.range[0] && (t25.range[0] = a5[0], t25.loc.start = x_(t25.range[0], this.ast)), a5[1] > t25.range[1] && (t25.range[1] = a5[1], t25.loc.end = x_(t25.range[1], this.ast));
|
|
@@ -109552,7 +109552,7 @@ var ty, hd = (e8, t25) => {
|
|
|
109552
109552
|
case x9.ForOfStatement:
|
|
109553
109553
|
return this.#r(t25.initializer, t25.kind), this.createNode(t25, { type: C8.ForOfStatement, await: !!(t25.awaitModifier && t25.awaitModifier.kind === x9.AwaitKeyword), body: this.convertChild(t25.statement), left: this.convertPattern(t25.initializer), right: this.convertChild(t25.expression) });
|
|
109554
109554
|
case x9.FunctionDeclaration: {
|
|
109555
|
-
let _10 =
|
|
109555
|
+
let _10 = Ge11(x9.DeclareKeyword, t25), f7 = Ge11(x9.AsyncKeyword, t25), h5 = !!t25.asteriskToken;
|
|
109556
109556
|
_10 ? t25.body ? this.#e(t25, "An implementation cannot be declared in ambient contexts.") : f7 ? this.#e(t25, "'async' modifier cannot be used in an ambient context.") : h5 && this.#e(t25, "Generators are not allowed in an ambient context.") : !t25.body && h5 && this.#e(t25, "A function signature cannot be declared as a generator.");
|
|
109557
109557
|
let T7 = this.createNode(t25, { type: t25.body ? C8.FunctionDeclaration : C8.TSDeclareFunction, async: f7, body: this.convertChild(t25.body) || undefined, declare: _10, expression: false, generator: h5, id: this.convertChild(t25.name), params: this.convertParameters(t25.parameters), returnType: t25.type && this.convertTypeAnnotation(t25.type, t25), typeParameters: t25.typeParameters && this.convertTSTypeParametersToTypeParametersDeclaration(t25.typeParameters) });
|
|
109558
109558
|
return this.fixExports(t25, T7);
|
|
@@ -109562,7 +109562,7 @@ var ty, hd = (e8, t25) => {
|
|
|
109562
109562
|
return _10 && (f7 ? this.#e(t25, "Declarations with initializers cannot also have definite assignment assertions.") : (h5.type !== C8.Identifier || !h5.typeAnnotation) && this.#e(t25, "Declarations with definite assignment assertions must also have type annotations.")), this.createNode(t25, { type: C8.VariableDeclarator, definite: _10, id: h5, init: f7 });
|
|
109563
109563
|
}
|
|
109564
109564
|
case x9.VariableStatement: {
|
|
109565
|
-
let _10 = this.createNode(t25, { type: C8.VariableDeclaration, declarations: this.convertChildren(t25.declarationList.declarations), declare:
|
|
109565
|
+
let _10 = this.createNode(t25, { type: C8.VariableDeclaration, declarations: this.convertChildren(t25.declarationList.declarations), declare: Ge11(x9.DeclareKeyword, t25), kind: S_(t25.declarationList) });
|
|
109566
109566
|
return _10.declarations.length || this.#e(t25, "A variable declaration list must have at least one variable declarator."), (_10.kind === "using" || _10.kind === "await using") && t25.declarationList.declarations.forEach((f7, h5) => {
|
|
109567
109567
|
_10.declarations[h5].init == null && this.#e(f7, `'${_10.kind}' declarations must be initialized.`), _10.declarations[h5].id.type !== C8.Identifier && this.#e(f7.name, `'${_10.kind}' declarations may not have binding patterns.`);
|
|
109568
109568
|
}), (_10.declare || ["await using", "const", "using"].includes(_10.kind)) && t25.declarationList.declarations.forEach((f7, h5) => {
|
|
@@ -109602,19 +109602,19 @@ var ty, hd = (e8, t25) => {
|
|
|
109602
109602
|
case x9.ComputedPropertyName:
|
|
109603
109603
|
return this.convertChild(t25.expression);
|
|
109604
109604
|
case x9.PropertyDeclaration: {
|
|
109605
|
-
let _10 =
|
|
109605
|
+
let _10 = Ge11(x9.AbstractKeyword, t25);
|
|
109606
109606
|
_10 && t25.initializer && this.#e(t25.initializer, "Abstract property cannot have an initializer."), t25.name.kind === x9.StringLiteral && t25.name.text === "constructor" && this.#e(t25.name, "Classes may not have a field named 'constructor'.");
|
|
109607
|
-
let f7 =
|
|
109608
|
-
return this.createNode(t25, { type: h5, accessibility: Si10(t25), computed: _a6(t25.name), declare:
|
|
109607
|
+
let f7 = Ge11(x9.AccessorKeyword, t25), h5 = f7 ? _10 ? C8.TSAbstractAccessorProperty : C8.AccessorProperty : _10 ? C8.TSAbstractPropertyDefinition : C8.PropertyDefinition, T7 = this.convertChild(t25.name);
|
|
109608
|
+
return this.createNode(t25, { type: h5, accessibility: Si10(t25), computed: _a6(t25.name), declare: Ge11(x9.DeclareKeyword, t25), decorators: this.convertChildren(xi10(t25) ?? []), definite: !!t25.exclamationToken, key: T7, optional: (T7.type === C8.Literal || t25.name.kind === x9.Identifier || t25.name.kind === x9.ComputedPropertyName || t25.name.kind === x9.PrivateIdentifier) && !!t25.questionToken, override: Ge11(x9.OverrideKeyword, t25), readonly: Ge11(x9.ReadonlyKeyword, t25), static: Ge11(x9.StaticKeyword, t25), typeAnnotation: t25.type && this.convertTypeAnnotation(t25.type, t25), value: _10 ? null : this.convertChild(t25.initializer) });
|
|
109609
109609
|
}
|
|
109610
109610
|
case x9.GetAccessor:
|
|
109611
109611
|
case x9.SetAccessor:
|
|
109612
109612
|
if (t25.parent.kind === x9.InterfaceDeclaration || t25.parent.kind === x9.TypeLiteral)
|
|
109613
109613
|
return this.convertMethodSignature(t25);
|
|
109614
109614
|
case x9.MethodDeclaration: {
|
|
109615
|
-
let _10 =
|
|
109615
|
+
let _10 = Ge11(x9.AbstractKeyword, t25);
|
|
109616
109616
|
_10 && t25.body && this.#e(t25.name, t25.kind === x9.GetAccessor || t25.kind === x9.SetAccessor ? "An abstract accessor cannot have an implementation." : `Method '${Mh(t25.name, this.ast)}' cannot have an implementation because it is marked abstract.`);
|
|
109617
|
-
let f7 = this.createNode(t25, { type: t25.body ? C8.FunctionExpression : C8.TSEmptyBodyFunctionExpression, range: [t25.parameters.pos - 1, t25.end], async:
|
|
109617
|
+
let f7 = this.createNode(t25, { type: t25.body ? C8.FunctionExpression : C8.TSEmptyBodyFunctionExpression, range: [t25.parameters.pos - 1, t25.end], async: Ge11(x9.AsyncKeyword, t25), body: this.convertChild(t25.body), declare: false, expression: false, generator: !!t25.asteriskToken, id: null, params: [], returnType: t25.type && this.convertTypeAnnotation(t25.type, t25), typeParameters: t25.typeParameters && this.convertTSTypeParametersToTypeParametersDeclaration(t25.typeParameters) });
|
|
109618
109618
|
f7.typeParameters && this.fixParentLocation(f7, f7.typeParameters.range);
|
|
109619
109619
|
let h5;
|
|
109620
109620
|
if (a5.kind === x9.ObjectLiteralExpression)
|
|
@@ -109622,18 +109622,18 @@ var ty, hd = (e8, t25) => {
|
|
|
109622
109622
|
else {
|
|
109623
109623
|
f7.params = this.convertParameters(t25.parameters);
|
|
109624
109624
|
let T7 = _10 ? C8.TSAbstractMethodDefinition : C8.MethodDefinition;
|
|
109625
|
-
h5 = this.createNode(t25, { type: T7, accessibility: Si10(t25), computed: _a6(t25.name), decorators: this.convertChildren(xi10(t25) ?? []), key: this.convertChild(t25.name), kind: "method", optional: !!t25.questionToken, override:
|
|
109625
|
+
h5 = this.createNode(t25, { type: T7, accessibility: Si10(t25), computed: _a6(t25.name), decorators: this.convertChildren(xi10(t25) ?? []), key: this.convertChild(t25.name), kind: "method", optional: !!t25.questionToken, override: Ge11(x9.OverrideKeyword, t25), static: Ge11(x9.StaticKeyword, t25), value: f7 });
|
|
109626
109626
|
}
|
|
109627
109627
|
return t25.kind === x9.GetAccessor ? h5.kind = "get" : t25.kind === x9.SetAccessor ? h5.kind = "set" : !h5.static && t25.name.kind === x9.StringLiteral && t25.name.text === "constructor" && h5.type !== C8.Property && (h5.kind = "constructor"), h5;
|
|
109628
109628
|
}
|
|
109629
109629
|
case x9.Constructor: {
|
|
109630
109630
|
let _10 = kh(t25), f7 = (_10 && er9(_10, t25, this.ast)) ?? t25.getFirstToken(), h5 = this.createNode(t25, { type: t25.body ? C8.FunctionExpression : C8.TSEmptyBodyFunctionExpression, range: [t25.parameters.pos - 1, t25.end], async: false, body: this.convertChild(t25.body), declare: false, expression: false, generator: false, id: null, params: this.convertParameters(t25.parameters), returnType: t25.type && this.convertTypeAnnotation(t25.type, t25), typeParameters: t25.typeParameters && this.convertTSTypeParametersToTypeParametersDeclaration(t25.typeParameters) });
|
|
109631
109631
|
h5.typeParameters && this.fixParentLocation(h5, h5.typeParameters.range);
|
|
109632
|
-
let T7 = f7.kind === x9.StringLiteral ? this.createNode(f7, { type: C8.Literal, raw: f7.getText(), value: "constructor" }) : this.createNode(t25, { type: C8.Identifier, range: [f7.getStart(this.ast), f7.end], decorators: [], name: "constructor", optional: false, typeAnnotation: undefined }), k9 =
|
|
109633
|
-
return this.createNode(t25, { type:
|
|
109632
|
+
let T7 = f7.kind === x9.StringLiteral ? this.createNode(f7, { type: C8.Literal, raw: f7.getText(), value: "constructor" }) : this.createNode(t25, { type: C8.Identifier, range: [f7.getStart(this.ast), f7.end], decorators: [], name: "constructor", optional: false, typeAnnotation: undefined }), k9 = Ge11(x9.StaticKeyword, t25);
|
|
109633
|
+
return this.createNode(t25, { type: Ge11(x9.AbstractKeyword, t25) ? C8.TSAbstractMethodDefinition : C8.MethodDefinition, accessibility: Si10(t25), computed: false, decorators: [], key: T7, kind: k9 ? "method" : "constructor", optional: false, override: false, static: k9, value: h5 });
|
|
109634
109634
|
}
|
|
109635
109635
|
case x9.FunctionExpression:
|
|
109636
|
-
return this.createNode(t25, { type: C8.FunctionExpression, async:
|
|
109636
|
+
return this.createNode(t25, { type: C8.FunctionExpression, async: Ge11(x9.AsyncKeyword, t25), body: this.convertChild(t25.body), declare: false, expression: false, generator: !!t25.asteriskToken, id: this.convertChild(t25.name), params: this.convertParameters(t25.parameters), returnType: t25.type && this.convertTypeAnnotation(t25.type, t25), typeParameters: t25.typeParameters && this.convertTSTypeParametersToTypeParametersDeclaration(t25.typeParameters) });
|
|
109637
109637
|
case x9.SuperKeyword:
|
|
109638
109638
|
return this.createNode(t25, { type: C8.Super });
|
|
109639
109639
|
case x9.ArrayBindingPattern:
|
|
@@ -109651,7 +109651,7 @@ var ty, hd = (e8, t25) => {
|
|
|
109651
109651
|
return t25.dotDotDotToken ? _10 = this.createNode(t25, { type: C8.RestElement, argument: this.convertChild(t25.propertyName ?? t25.name), decorators: [], optional: false, typeAnnotation: undefined, value: undefined }) : _10 = this.createNode(t25, { type: C8.Property, computed: !!(t25.propertyName && t25.propertyName.kind === x9.ComputedPropertyName), key: this.convertChild(t25.propertyName ?? t25.name), kind: "init", method: false, optional: false, shorthand: !t25.propertyName, value: this.convertChild(t25.name) }), t25.initializer && (_10.value = this.createNode(t25, { type: C8.AssignmentPattern, range: [t25.name.getStart(this.ast), t25.initializer.end], decorators: [], left: this.convertChild(t25.name), optional: false, right: this.convertChild(t25.initializer), typeAnnotation: undefined })), _10;
|
|
109652
109652
|
}
|
|
109653
109653
|
case x9.ArrowFunction:
|
|
109654
|
-
return this.createNode(t25, { type: C8.ArrowFunctionExpression, async:
|
|
109654
|
+
return this.createNode(t25, { type: C8.ArrowFunctionExpression, async: Ge11(x9.AsyncKeyword, t25), body: this.convertChild(t25.body), expression: t25.body.kind !== x9.Block, generator: false, id: null, params: this.convertParameters(t25.parameters), returnType: t25.type && this.convertTypeAnnotation(t25.type, t25), typeParameters: t25.typeParameters && this.convertTSTypeParametersToTypeParametersDeclaration(t25.typeParameters) });
|
|
109655
109655
|
case x9.YieldExpression:
|
|
109656
109656
|
return this.createNode(t25, { type: C8.YieldExpression, argument: this.convertChild(t25.expression), delegate: !!t25.asteriskToken });
|
|
109657
109657
|
case x9.AwaitExpression:
|
|
@@ -109677,17 +109677,17 @@ var ty, hd = (e8, t25) => {
|
|
|
109677
109677
|
return this.allowPattern ? this.createNode(t25, { type: C8.RestElement, argument: this.convertPattern(t25.expression), decorators: [], optional: false, typeAnnotation: undefined, value: undefined }) : this.createNode(t25, { type: C8.SpreadElement, argument: this.convertChild(t25.expression) });
|
|
109678
109678
|
case x9.Parameter: {
|
|
109679
109679
|
let _10, f7;
|
|
109680
|
-
return t25.dotDotDotToken ? _10 = f7 = this.createNode(t25, { type: C8.RestElement, argument: this.convertChild(t25.name), decorators: [], optional: false, typeAnnotation: undefined, value: undefined }) : t25.initializer ? (_10 = this.convertChild(t25.name), f7 = this.createNode(t25, { type: C8.AssignmentPattern, range: [t25.name.getStart(this.ast), t25.initializer.end], decorators: [], left: _10, optional: false, right: this.convertChild(t25.initializer), typeAnnotation: undefined }), Rn6(t25) && (f7.range[0] = _10.range[0], f7.loc = Kr7(f7.range, this.ast))) : _10 = f7 = this.convertChild(t25.name, a5), t25.type && (_10.typeAnnotation = this.convertTypeAnnotation(t25.type, t25), this.fixParentLocation(_10, _10.typeAnnotation.range)), t25.questionToken && (t25.questionToken.end > _10.range[1] && (_10.range[1] = t25.questionToken.end, _10.loc.end = x_(_10.range[1], this.ast)), _10.optional = true), Rn6(t25) ? this.createNode(t25, { type: C8.TSParameterProperty, accessibility: Si10(t25), decorators: [], override:
|
|
109680
|
+
return t25.dotDotDotToken ? _10 = f7 = this.createNode(t25, { type: C8.RestElement, argument: this.convertChild(t25.name), decorators: [], optional: false, typeAnnotation: undefined, value: undefined }) : t25.initializer ? (_10 = this.convertChild(t25.name), f7 = this.createNode(t25, { type: C8.AssignmentPattern, range: [t25.name.getStart(this.ast), t25.initializer.end], decorators: [], left: _10, optional: false, right: this.convertChild(t25.initializer), typeAnnotation: undefined }), Rn6(t25) && (f7.range[0] = _10.range[0], f7.loc = Kr7(f7.range, this.ast))) : _10 = f7 = this.convertChild(t25.name, a5), t25.type && (_10.typeAnnotation = this.convertTypeAnnotation(t25.type, t25), this.fixParentLocation(_10, _10.typeAnnotation.range)), t25.questionToken && (t25.questionToken.end > _10.range[1] && (_10.range[1] = t25.questionToken.end, _10.loc.end = x_(_10.range[1], this.ast)), _10.optional = true), Rn6(t25) ? this.createNode(t25, { type: C8.TSParameterProperty, accessibility: Si10(t25), decorators: [], override: Ge11(x9.OverrideKeyword, t25), parameter: f7, readonly: Ge11(x9.ReadonlyKeyword, t25), static: Ge11(x9.StaticKeyword, t25) }) : f7;
|
|
109681
109681
|
}
|
|
109682
109682
|
case x9.ClassDeclaration:
|
|
109683
|
-
!t25.name && (!
|
|
109683
|
+
!t25.name && (!Ge11(Ae11.ExportKeyword, t25) || !Ge11(Ae11.DefaultKeyword, t25)) && this.#e(t25, "A class declaration without the 'default' modifier must have a name.");
|
|
109684
109684
|
case x9.ClassExpression: {
|
|
109685
109685
|
let _10 = t25.heritageClauses ?? [], f7 = t25.kind === x9.ClassDeclaration ? C8.ClassDeclaration : C8.ClassExpression, h5, T7;
|
|
109686
109686
|
for (let c7 of _10) {
|
|
109687
109687
|
let { token: W12, types: y7 } = c7;
|
|
109688
109688
|
y7.length === 0 && this.#e(c7, `'${nt12(W12)}' list cannot be empty.`), W12 === x9.ExtendsKeyword ? (h5 && this.#e(c7, "'extends' clause already seen."), T7 && this.#e(c7, "'extends' clause must precede 'implements' clause."), y7.length > 1 && this.#e(y7[1], "Classes can only extend a single class."), h5 ?? (h5 = c7)) : W12 === x9.ImplementsKeyword && (T7 && this.#e(c7, "'implements' clause already seen."), T7 ?? (T7 = c7));
|
|
109689
109689
|
}
|
|
109690
|
-
let k9 = this.createNode(t25, { type: f7, abstract:
|
|
109690
|
+
let k9 = this.createNode(t25, { type: f7, abstract: Ge11(x9.AbstractKeyword, t25), body: this.createNode(t25, { type: C8.ClassBody, range: [t25.members.pos - 1, t25.end], body: this.convertChildren(t25.members.filter(wh)) }), declare: Ge11(x9.DeclareKeyword, t25), decorators: this.convertChildren(xi10(t25) ?? []), id: this.convertChild(t25.name), implements: this.convertChildren(T7?.types ?? []), superClass: h5?.types[0] ? this.convertChild(h5.types[0].expression) : null, superTypeArguments: undefined, typeParameters: t25.typeParameters && this.convertTSTypeParametersToTypeParametersDeclaration(t25.typeParameters) });
|
|
109691
109691
|
return h5?.types[0]?.typeArguments && (k9.superTypeArguments = this.convertTypeArgumentsToTypeParameterInstantiation(h5.types[0].typeArguments, h5.types[0])), this.fixExports(t25, k9);
|
|
109692
109692
|
}
|
|
109693
109693
|
case x9.ModuleBlock:
|
|
@@ -109823,7 +109823,7 @@ var ty, hd = (e8, t25) => {
|
|
|
109823
109823
|
case x9.TypeReference:
|
|
109824
109824
|
return this.createNode(t25, { type: C8.TSTypeReference, typeArguments: t25.typeArguments && this.convertTypeArgumentsToTypeParameterInstantiation(t25.typeArguments, t25), typeName: this.convertChild(t25.typeName) });
|
|
109825
109825
|
case x9.TypeParameter:
|
|
109826
|
-
return this.createNode(t25, { type: C8.TSTypeParameter, const:
|
|
109826
|
+
return this.createNode(t25, { type: C8.TSTypeParameter, const: Ge11(x9.ConstKeyword, t25), constraint: t25.constraint && this.convertChild(t25.constraint), default: t25.default ? this.convertChild(t25.default) : undefined, in: Ge11(x9.InKeyword, t25), name: this.convertChild(t25.name), out: Ge11(x9.OutKeyword, t25) });
|
|
109827
109827
|
case x9.ThisType:
|
|
109828
109828
|
return this.createNode(t25, { type: C8.TSThisType });
|
|
109829
109829
|
case x9.AnyKeyword:
|
|
@@ -109858,19 +109858,19 @@ var ty, hd = (e8, t25) => {
|
|
|
109858
109858
|
case x9.ParenthesizedExpression:
|
|
109859
109859
|
return this.convertChild(t25.expression, a5);
|
|
109860
109860
|
case x9.TypeAliasDeclaration: {
|
|
109861
|
-
let _10 = this.createNode(t25, { type: C8.TSTypeAliasDeclaration, declare:
|
|
109861
|
+
let _10 = this.createNode(t25, { type: C8.TSTypeAliasDeclaration, declare: Ge11(x9.DeclareKeyword, t25), id: this.convertChild(t25.name), typeAnnotation: this.convertChild(t25.type), typeParameters: t25.typeParameters && this.convertTSTypeParametersToTypeParametersDeclaration(t25.typeParameters) });
|
|
109862
109862
|
return this.fixExports(t25, _10);
|
|
109863
109863
|
}
|
|
109864
109864
|
case x9.MethodSignature:
|
|
109865
109865
|
return this.convertMethodSignature(t25);
|
|
109866
109866
|
case x9.PropertySignature: {
|
|
109867
109867
|
let { initializer: _10 } = t25;
|
|
109868
|
-
return _10 && this.#e(_10, "A property signature cannot have an initializer."), this.createNode(t25, { type: C8.TSPropertySignature, accessibility: Si10(t25), computed: _a6(t25.name), key: this.convertChild(t25.name), optional: Zf(t25), readonly:
|
|
109868
|
+
return _10 && this.#e(_10, "A property signature cannot have an initializer."), this.createNode(t25, { type: C8.TSPropertySignature, accessibility: Si10(t25), computed: _a6(t25.name), key: this.convertChild(t25.name), optional: Zf(t25), readonly: Ge11(x9.ReadonlyKeyword, t25), static: Ge11(x9.StaticKeyword, t25), typeAnnotation: t25.type && this.convertTypeAnnotation(t25.type, t25) });
|
|
109869
109869
|
}
|
|
109870
109870
|
case x9.IndexSignature:
|
|
109871
|
-
return this.createNode(t25, { type: C8.TSIndexSignature, accessibility: Si10(t25), parameters: this.convertChildren(t25.parameters), readonly:
|
|
109871
|
+
return this.createNode(t25, { type: C8.TSIndexSignature, accessibility: Si10(t25), parameters: this.convertChildren(t25.parameters), readonly: Ge11(x9.ReadonlyKeyword, t25), static: Ge11(x9.StaticKeyword, t25), typeAnnotation: t25.type && this.convertTypeAnnotation(t25.type, t25) });
|
|
109872
109872
|
case x9.ConstructorType:
|
|
109873
|
-
return this.createNode(t25, { type: C8.TSConstructorType, abstract:
|
|
109873
|
+
return this.createNode(t25, { type: C8.TSConstructorType, abstract: Ge11(x9.AbstractKeyword, t25), params: this.convertParameters(t25.parameters), returnType: t25.type && this.convertTypeAnnotation(t25.type, t25), typeParameters: t25.typeParameters && this.convertTSTypeParametersToTypeParametersDeclaration(t25.typeParameters) });
|
|
109874
109874
|
case x9.FunctionType: {
|
|
109875
109875
|
let { modifiers: _10 } = t25;
|
|
109876
109876
|
_10 && this.#e(_10[0], "A function type cannot have modifiers.");
|
|
@@ -109891,7 +109891,7 @@ var ty, hd = (e8, t25) => {
|
|
|
109891
109891
|
for (let c7 of k9.types)
|
|
109892
109892
|
(!jh(c7.expression) || e1(c7.expression)) && this.#e(c7, "Interface declaration can only extend an identifier/qualified name with optional type arguments."), f7.push(this.convertChild(c7, t25));
|
|
109893
109893
|
}
|
|
109894
|
-
let T7 = this.createNode(t25, { type: C8.TSInterfaceDeclaration, body: this.createNode(t25, { type: C8.TSInterfaceBody, range: [t25.members.pos - 1, t25.end], body: this.convertChildren(t25.members) }), declare:
|
|
109894
|
+
let T7 = this.createNode(t25, { type: C8.TSInterfaceDeclaration, body: this.createNode(t25, { type: C8.TSInterfaceBody, range: [t25.members.pos - 1, t25.end], body: this.convertChildren(t25.members) }), declare: Ge11(x9.DeclareKeyword, t25), extends: f7, id: this.convertChild(t25.name), typeParameters: t25.typeParameters && this.convertTSTypeParametersToTypeParametersDeclaration(t25.typeParameters) });
|
|
109895
109895
|
return this.fixExports(t25, T7);
|
|
109896
109896
|
}
|
|
109897
109897
|
case x9.TypePredicate: {
|
|
@@ -109913,7 +109913,7 @@ var ty, hd = (e8, t25) => {
|
|
|
109913
109913
|
return t25.isTypeOf ? this.createNode(t25, { type: C8.TSTypeQuery, exprName: k9, typeArguments: undefined }) : k9;
|
|
109914
109914
|
}
|
|
109915
109915
|
case x9.EnumDeclaration: {
|
|
109916
|
-
let _10 = this.convertChildren(t25.members), f7 = this.createNode(t25, this.#n({ type: C8.TSEnumDeclaration, body: this.createNode(t25, { type: C8.TSEnumBody, range: [t25.members.pos - 1, t25.end], members: _10 }), const:
|
|
109916
|
+
let _10 = this.convertChildren(t25.members), f7 = this.createNode(t25, this.#n({ type: C8.TSEnumDeclaration, body: this.createNode(t25, { type: C8.TSEnumBody, range: [t25.members.pos - 1, t25.end], members: _10 }), const: Ge11(x9.ConstKeyword, t25), declare: Ge11(x9.DeclareKeyword, t25), id: this.convertChild(t25.name) }, "members", "'body.members'", this.convertChildren(t25.members)));
|
|
109917
109917
|
return this.fixExports(t25, f7);
|
|
109918
109918
|
}
|
|
109919
109919
|
case x9.EnumMember: {
|
|
@@ -109921,7 +109921,7 @@ var ty, hd = (e8, t25) => {
|
|
|
109921
109921
|
return _10 && this.#e(t25.name, "Computed property names are not allowed in enums."), (t25.name.kind === x9.NumericLiteral || t25.name.kind === x9.BigIntLiteral) && this.#e(t25.name, "An enum member cannot have a numeric name."), this.createNode(t25, this.#n({ type: C8.TSEnumMember, id: this.convertChild(t25.name), initializer: t25.initializer && this.convertChild(t25.initializer) }, "computed", undefined, _10));
|
|
109922
109922
|
}
|
|
109923
109923
|
case x9.ModuleDeclaration: {
|
|
109924
|
-
let _10 =
|
|
109924
|
+
let _10 = Ge11(x9.DeclareKeyword, t25), f7 = this.createNode(t25, { type: C8.TSModuleDeclaration, ...(() => {
|
|
109925
109925
|
if (t25.flags & sn8.GlobalAugmentation) {
|
|
109926
109926
|
let T7 = this.convertChild(t25.name), k9 = this.convertChild(t25.body);
|
|
109927
109927
|
return (k9 == null || k9.type === C8.TSModuleDeclaration) && this.#e(t25.body ?? t25, "Expected a valid module body"), T7.type !== C8.Identifier && this.#e(t25.name, "global module augmentation must have an Identifier id"), { body: k9, declare: false, global: false, id: T7, kind: "global" };
|
|
@@ -109933,7 +109933,7 @@ var ty, hd = (e8, t25) => {
|
|
|
109933
109933
|
t25.body == null && this.#e(t25, "Expected a module body"), t25.name.kind !== Ae11.Identifier && this.#e(t25.name, "`namespace`s must have an Identifier id");
|
|
109934
109934
|
let h5 = this.createNode(t25.name, { type: C8.Identifier, range: [t25.name.getStart(this.ast), t25.name.getEnd()], decorators: [], name: t25.name.text, optional: false, typeAnnotation: undefined });
|
|
109935
109935
|
for (;t25.body && Ti10(t25.body) && t25.body.name; ) {
|
|
109936
|
-
t25 = t25.body, _10 || (_10 =
|
|
109936
|
+
t25 = t25.body, _10 || (_10 = Ge11(x9.DeclareKeyword, t25));
|
|
109937
109937
|
let T7 = t25.name, k9 = this.createNode(T7, { type: C8.Identifier, range: [T7.getStart(this.ast), T7.getEnd()], decorators: [], name: T7.text, optional: false, typeAnnotation: undefined });
|
|
109938
109938
|
h5 = this.createNode(T7, { type: C8.TSQualifiedName, range: [h5.range[0], k9.range[1]], left: h5, right: k9 });
|
|
109939
109939
|
}
|
|
@@ -110445,7 +110445,7 @@ m2: ${this.mapper2.__debugToString().split(`
|
|
|
110445
110445
|
let Qe11 = 2032, st10 = 882, Ct14 = Object.create(null), Tt14 = [], lt10 = [], Mr8 = Se12(L10, new Set);
|
|
110446
110446
|
for (let u3 of Tt14)
|
|
110447
110447
|
u3.text = rt14(u3.flowNode, u3.circular), me13(u3);
|
|
110448
|
-
let gr7 =
|
|
110448
|
+
let gr7 = Ve10(Mr8), Nn6 = Ze12(gr7);
|
|
110449
110449
|
return Ye10(Mr8, 0), on12();
|
|
110450
110450
|
function Wn8(u3) {
|
|
110451
110451
|
return !!(u3.flags & 128);
|
|
@@ -110495,10 +110495,10 @@ m2: ${this.mapper2.__debugToString().split(`
|
|
|
110495
110495
|
Ie12 = Math.max(Ie12, me13(Me12) + 1);
|
|
110496
110496
|
return u3.level = Ie12;
|
|
110497
110497
|
}
|
|
110498
|
-
function
|
|
110498
|
+
function Ve10(u3) {
|
|
110499
110499
|
let Ie12 = 0;
|
|
110500
110500
|
for (let Me12 of Z10(u3))
|
|
110501
|
-
Ie12 = Math.max(Ie12,
|
|
110501
|
+
Ie12 = Math.max(Ie12, Ve10(Me12));
|
|
110502
110502
|
return Ie12 + 1;
|
|
110503
110503
|
}
|
|
110504
110504
|
function Ze12(u3) {
|
|
@@ -111370,7 +111370,7 @@ ${Me12.join(`
|
|
|
111370
111370
|
function me13() {
|
|
111371
111371
|
return Se12(8192);
|
|
111372
111372
|
}
|
|
111373
|
-
function
|
|
111373
|
+
function Ve10() {
|
|
111374
111374
|
return Se12(131072);
|
|
111375
111375
|
}
|
|
111376
111376
|
function Ze12() {
|
|
@@ -112635,7 +112635,7 @@ ${Me12.join(`
|
|
|
112635
112635
|
function cu3() {
|
|
112636
112636
|
if (Le12(96)) {
|
|
112637
112637
|
let o4 = Nn6(_t10);
|
|
112638
|
-
if (
|
|
112638
|
+
if (Ve10() || u4() !== 58)
|
|
112639
112639
|
return o4;
|
|
112640
112640
|
}
|
|
112641
112641
|
}
|
|
@@ -112718,7 +112718,7 @@ ${Me12.join(`
|
|
|
112718
112718
|
if (Ts6())
|
|
112719
112719
|
return hs8();
|
|
112720
112720
|
let o4 = M12(), p4 = uu4();
|
|
112721
|
-
if (!
|
|
112721
|
+
if (!Ve10() && !t25.hasPrecedingLineBreak() && Le12(96)) {
|
|
112722
112722
|
let m7 = Nn6(_t10);
|
|
112723
112723
|
J14(58);
|
|
112724
112724
|
let g5 = gr7(_t10);
|
|
@@ -133208,7 +133208,7 @@ Expected it to be ${EXPECTED_TYPE_VALUES}.`;
|
|
|
133208
133208
|
return mapDoc2(doc2, (currentDoc) => cleanDocFn2(currentDoc));
|
|
133209
133209
|
}
|
|
133210
133210
|
function replaceEndOfLine2(doc2, replacement = literalline2) {
|
|
133211
|
-
return mapDoc2(doc2, (currentDoc) => typeof currentDoc === "string" ?
|
|
133211
|
+
return mapDoc2(doc2, (currentDoc) => typeof currentDoc === "string" ? join17(replacement, currentDoc.split(`
|
|
133212
133212
|
`)) : currentDoc);
|
|
133213
133213
|
}
|
|
133214
133214
|
function canBreakFn2(doc2) {
|
|
@@ -133294,7 +133294,7 @@ Expected it to be ${EXPECTED_TYPE_VALUES}.`;
|
|
|
133294
133294
|
negate: options8.negate
|
|
133295
133295
|
};
|
|
133296
133296
|
}
|
|
133297
|
-
function
|
|
133297
|
+
function join17(separator, docs) {
|
|
133298
133298
|
assertDoc2(separator);
|
|
133299
133299
|
assertDocArray2(docs);
|
|
133300
133300
|
const parts = [];
|
|
@@ -133959,7 +133959,7 @@ Expected it to be ${EXPECTED_TYPE_VALUES}.`;
|
|
|
133959
133959
|
}
|
|
133960
133960
|
}
|
|
133961
133961
|
var builders2 = {
|
|
133962
|
-
join:
|
|
133962
|
+
join: join17,
|
|
133963
133963
|
line: line3,
|
|
133964
133964
|
softline: softline2,
|
|
133965
133965
|
hardline: hardline4,
|
|
@@ -160399,10 +160399,10 @@ var require_view = __commonJS((exports, module) => {
|
|
|
160399
160399
|
var debug = require_src4()("express:view");
|
|
160400
160400
|
var path18 = __require("node:path");
|
|
160401
160401
|
var fs28 = __require("node:fs");
|
|
160402
|
-
var
|
|
160402
|
+
var dirname12 = path18.dirname;
|
|
160403
160403
|
var basename4 = path18.basename;
|
|
160404
160404
|
var extname2 = path18.extname;
|
|
160405
|
-
var
|
|
160405
|
+
var join18 = path18.join;
|
|
160406
160406
|
var resolve6 = path18.resolve;
|
|
160407
160407
|
module.exports = View;
|
|
160408
160408
|
function View(name2, options8) {
|
|
@@ -160438,7 +160438,7 @@ var require_view = __commonJS((exports, module) => {
|
|
|
160438
160438
|
for (var i5 = 0;i5 < roots.length && !path19; i5++) {
|
|
160439
160439
|
var root2 = roots[i5];
|
|
160440
160440
|
var loc = resolve6(root2, name2);
|
|
160441
|
-
var dir =
|
|
160441
|
+
var dir = dirname12(loc);
|
|
160442
160442
|
var file2 = basename4(loc);
|
|
160443
160443
|
path19 = this.resolve(dir, file2);
|
|
160444
160444
|
}
|
|
@@ -160464,12 +160464,12 @@ var require_view = __commonJS((exports, module) => {
|
|
|
160464
160464
|
};
|
|
160465
160465
|
View.prototype.resolve = function resolve7(dir, file2) {
|
|
160466
160466
|
var ext = this.ext;
|
|
160467
|
-
var path19 =
|
|
160467
|
+
var path19 = join18(dir, file2);
|
|
160468
160468
|
var stat2 = tryStat(path19);
|
|
160469
160469
|
if (stat2 && stat2.isFile()) {
|
|
160470
160470
|
return path19;
|
|
160471
160471
|
}
|
|
160472
|
-
path19 =
|
|
160472
|
+
path19 = join18(dir, basename4(file2, ext), "index" + ext);
|
|
160473
160473
|
stat2 = tryStat(path19);
|
|
160474
160474
|
if (stat2 && stat2.isFile()) {
|
|
160475
160475
|
return path19;
|
|
@@ -164164,7 +164164,7 @@ var require_send = __commonJS((exports, module) => {
|
|
|
164164
164164
|
var Stream2 = __require("stream");
|
|
164165
164165
|
var util2 = __require("util");
|
|
164166
164166
|
var extname2 = path18.extname;
|
|
164167
|
-
var
|
|
164167
|
+
var join18 = path18.join;
|
|
164168
164168
|
var normalize = path18.normalize;
|
|
164169
164169
|
var resolve6 = path18.resolve;
|
|
164170
164170
|
var sep = path18.sep;
|
|
@@ -164336,7 +164336,7 @@ var require_send = __commonJS((exports, module) => {
|
|
|
164336
164336
|
return res;
|
|
164337
164337
|
}
|
|
164338
164338
|
parts = path19.split(sep);
|
|
164339
|
-
path19 = normalize(
|
|
164339
|
+
path19 = normalize(join18(root2, path19));
|
|
164340
164340
|
} else {
|
|
164341
164341
|
if (UP_PATH_REGEXP.test(path19)) {
|
|
164342
164342
|
debug('malicious path "%s"', path19);
|
|
@@ -164476,7 +164476,7 @@ var require_send = __commonJS((exports, module) => {
|
|
|
164476
164476
|
return self2.onStatError(err);
|
|
164477
164477
|
return self2.error(404);
|
|
164478
164478
|
}
|
|
164479
|
-
var p4 =
|
|
164479
|
+
var p4 = join18(path19, self2._index[i5]);
|
|
164480
164480
|
debug('stat "%s"', p4);
|
|
164481
164481
|
fs28.stat(p4, function(err2, stat2) {
|
|
164482
164482
|
if (err2)
|
|
@@ -211071,7 +211071,7 @@ var require_buffer_list = __commonJS((exports, module) => {
|
|
|
211071
211071
|
}
|
|
211072
211072
|
}, {
|
|
211073
211073
|
key: "join",
|
|
211074
|
-
value: function
|
|
211074
|
+
value: function join18(s5) {
|
|
211075
211075
|
if (this.length === 0)
|
|
211076
211076
|
return "";
|
|
211077
211077
|
var p4 = this.head;
|
|
@@ -214782,7 +214782,7 @@ var require_dist5 = __commonJS((exports, module) => {
|
|
|
214782
214782
|
});
|
|
214783
214783
|
|
|
214784
214784
|
// src/cli/index.ts
|
|
214785
|
-
import { dirname as
|
|
214785
|
+
import { dirname as dirname16, join as join21 } from "node:path";
|
|
214786
214786
|
import { fileURLToPath as fileURLToPath6 } from "node:url";
|
|
214787
214787
|
|
|
214788
214788
|
// ../../node_modules/commander/esm.mjs
|
|
@@ -214802,7 +214802,7 @@ var {
|
|
|
214802
214802
|
} = import__.default;
|
|
214803
214803
|
|
|
214804
214804
|
// src/cli/commands/agents/pull.ts
|
|
214805
|
-
import { dirname as dirname7, join as
|
|
214805
|
+
import { dirname as dirname7, join as join11 } from "node:path";
|
|
214806
214806
|
|
|
214807
214807
|
// ../../node_modules/@clack/core/dist/index.mjs
|
|
214808
214808
|
var import_picocolors = __toESM(require_picocolors(), 1);
|
|
@@ -215732,6 +215732,25 @@ var Le = (t = "", r) => {
|
|
|
215732
215732
|
(r?.output ?? process.stdout).write(`${import_picocolors2.default.gray(d)}
|
|
215733
215733
|
${import_picocolors2.default.gray(x2)} ${t}
|
|
215734
215734
|
|
|
215735
|
+
`);
|
|
215736
|
+
};
|
|
215737
|
+
var Ge = (t) => import_picocolors2.default.dim(t);
|
|
215738
|
+
var ke = (t, r, s) => {
|
|
215739
|
+
const i = { hard: true, trim: false }, a = J2(t, r, i).split(`
|
|
215740
|
+
`), o = a.reduce((n, c) => Math.max(M2(c), n), 0), u = a.map(s).reduce((n, c) => Math.max(M2(c), n), 0), l = r - (u - o);
|
|
215741
|
+
return J2(t, l, i);
|
|
215742
|
+
};
|
|
215743
|
+
var Ve = (t = "", r = "", s) => {
|
|
215744
|
+
const i = s?.output ?? N2.stdout, a = s?.withGuide ?? _.withGuide, o = s?.format ?? Ge, u = ["", ...ke(t, rt(i) - 6, o).split(`
|
|
215745
|
+
`).map(o), ""], l = M2(r), n = Math.max(u.reduce((p, E) => {
|
|
215746
|
+
const $ = M2(E);
|
|
215747
|
+
return $ > p ? $ : p;
|
|
215748
|
+
}, 0), l) + 2, c = u.map((p) => `${import_picocolors2.default.gray(d)} ${p}${" ".repeat(n - M2(p))}${import_picocolors2.default.gray(d)}`).join(`
|
|
215749
|
+
`), g = a ? `${import_picocolors2.default.gray(d)}
|
|
215750
|
+
` : "", F = a ? Wt2 : gt2;
|
|
215751
|
+
i.write(`${g}${import_picocolors2.default.green(V)} ${import_picocolors2.default.reset(r)} ${import_picocolors2.default.gray(rt2.repeat(Math.max(n - l - 1, 1)) + mt2)}
|
|
215752
|
+
${c}
|
|
215753
|
+
${import_picocolors2.default.gray(F + rt2.repeat(n + 2) + pt2)}
|
|
215735
215754
|
`);
|
|
215736
215755
|
};
|
|
215737
215756
|
var Ke = import_picocolors2.default.magenta;
|
|
@@ -237298,7 +237317,7 @@ var generateGlobTasks = normalizeArguments(generateTasks);
|
|
|
237298
237317
|
var generateGlobTasksSync = normalizeArgumentsSync(generateTasksSync);
|
|
237299
237318
|
|
|
237300
237319
|
// src/core/project/config.ts
|
|
237301
|
-
import { dirname as dirname5, join as
|
|
237320
|
+
import { dirname as dirname5, join as join7 } from "node:path";
|
|
237302
237321
|
|
|
237303
237322
|
// src/core/resources/agent/schema.ts
|
|
237304
237323
|
var EntityOperationSchema = exports_external.enum(["create", "update", "delete", "read"]);
|
|
@@ -238081,7 +238100,7 @@ var FieldRLSSchema = exports_external.looseObject({
|
|
|
238081
238100
|
delete: RLSRuleSchema.optional()
|
|
238082
238101
|
});
|
|
238083
238102
|
var PropertyDefinitionSchema = exports_external.looseObject({
|
|
238084
|
-
type: exports_external.string()
|
|
238103
|
+
type: exports_external.string(),
|
|
238085
238104
|
title: exports_external.string().optional(),
|
|
238086
238105
|
description: exports_external.string().optional(),
|
|
238087
238106
|
minLength: exports_external.number().int().min(0).optional(),
|
|
@@ -238230,11 +238249,24 @@ var BackendFunctionSchema = FunctionConfigSchema.extend({
|
|
|
238230
238249
|
entryPath: exports_external.string().min(1, "Entry path cannot be empty"),
|
|
238231
238250
|
filePaths: exports_external.array(exports_external.string()).min(1, "Function must have at least one file")
|
|
238232
238251
|
});
|
|
238233
|
-
var
|
|
238234
|
-
|
|
238235
|
-
|
|
238236
|
-
|
|
238237
|
-
|
|
238252
|
+
var DeploySingleFunctionResponseSchema = exports_external.object({
|
|
238253
|
+
status: exports_external.enum(["deployed", "unchanged"])
|
|
238254
|
+
});
|
|
238255
|
+
var FunctionInfoSchema = exports_external.object({
|
|
238256
|
+
name: exports_external.string(),
|
|
238257
|
+
deployment_id: exports_external.string(),
|
|
238258
|
+
entry: exports_external.string(),
|
|
238259
|
+
files: exports_external.array(FunctionFileSchema),
|
|
238260
|
+
automations: exports_external.array(AutomationSchema)
|
|
238261
|
+
}).transform((data) => ({
|
|
238262
|
+
name: data.name,
|
|
238263
|
+
deploymentId: data.deployment_id,
|
|
238264
|
+
entry: data.entry,
|
|
238265
|
+
files: data.files,
|
|
238266
|
+
automations: data.automations
|
|
238267
|
+
}));
|
|
238268
|
+
var ListFunctionsResponseSchema = exports_external.object({
|
|
238269
|
+
functions: exports_external.array(FunctionInfoSchema)
|
|
238238
238270
|
});
|
|
238239
238271
|
var LogLevelSchema = exports_external.enum(["info", "warning", "error", "debug"]);
|
|
238240
238272
|
var FunctionLogEntrySchema = exports_external.object({
|
|
@@ -238245,29 +238277,39 @@ var FunctionLogEntrySchema = exports_external.object({
|
|
|
238245
238277
|
var FunctionLogsResponseSchema = exports_external.array(FunctionLogEntrySchema);
|
|
238246
238278
|
|
|
238247
238279
|
// src/core/resources/function/api.ts
|
|
238248
|
-
function
|
|
238249
|
-
return {
|
|
238250
|
-
name: fn.name,
|
|
238251
|
-
entry: fn.entry,
|
|
238252
|
-
files: fn.files,
|
|
238253
|
-
automations: fn.automations
|
|
238254
|
-
};
|
|
238255
|
-
}
|
|
238256
|
-
async function deployFunctions(functions) {
|
|
238280
|
+
async function deploySingleFunction(name2, payload) {
|
|
238257
238281
|
const appClient = getAppClient();
|
|
238258
|
-
const payload = {
|
|
238259
|
-
functions: functions.map(toDeployPayloadItem)
|
|
238260
|
-
};
|
|
238261
238282
|
let response;
|
|
238262
238283
|
try {
|
|
238263
|
-
response = await appClient.put(
|
|
238264
|
-
|
|
238265
|
-
|
|
238284
|
+
response = await appClient.put(`backend-functions/${encodeURIComponent(name2)}`, { json: payload, timeout: false });
|
|
238285
|
+
} catch (error48) {
|
|
238286
|
+
throw await ApiError.fromHttpError(error48, `deploying function "${name2}"`);
|
|
238287
|
+
}
|
|
238288
|
+
const result = DeploySingleFunctionResponseSchema.safeParse(await response.json());
|
|
238289
|
+
if (!result.success) {
|
|
238290
|
+
throw new SchemaValidationError("Invalid response from server", result.error);
|
|
238291
|
+
}
|
|
238292
|
+
return result.data;
|
|
238293
|
+
}
|
|
238294
|
+
async function deleteSingleFunction(name2) {
|
|
238295
|
+
const appClient = getAppClient();
|
|
238296
|
+
try {
|
|
238297
|
+
await appClient.delete(`backend-functions/${encodeURIComponent(name2)}`, {
|
|
238298
|
+
timeout: 60000
|
|
238266
238299
|
});
|
|
238267
238300
|
} catch (error48) {
|
|
238268
|
-
throw await ApiError.fromHttpError(error48,
|
|
238301
|
+
throw await ApiError.fromHttpError(error48, `deleting function "${name2}"`);
|
|
238302
|
+
}
|
|
238303
|
+
}
|
|
238304
|
+
async function listDeployedFunctions() {
|
|
238305
|
+
const appClient = getAppClient();
|
|
238306
|
+
let response;
|
|
238307
|
+
try {
|
|
238308
|
+
response = await appClient.get("backend-functions", { timeout: 30000 });
|
|
238309
|
+
} catch (error48) {
|
|
238310
|
+
throw await ApiError.fromHttpError(error48, "listing deployed functions");
|
|
238269
238311
|
}
|
|
238270
|
-
const result =
|
|
238312
|
+
const result = ListFunctionsResponseSchema.safeParse(await response.json());
|
|
238271
238313
|
if (!result.success) {
|
|
238272
238314
|
throw new SchemaValidationError("Invalid response from server", result.error);
|
|
238273
238315
|
}
|
|
@@ -238390,24 +238432,135 @@ async function readAllFunctions(functionsDir) {
|
|
|
238390
238432
|
import { dirname as dirname4, relative as relative2 } from "node:path";
|
|
238391
238433
|
async function loadFunctionCode(fn) {
|
|
238392
238434
|
const functionDir = dirname4(fn.entryPath);
|
|
238393
|
-
const
|
|
238435
|
+
const resolvedFiles = await Promise.all(fn.filePaths.map(async (filePath) => {
|
|
238394
238436
|
const content = await readTextFile(filePath);
|
|
238395
238437
|
const path11 = relative2(functionDir, filePath).split(/[/\\]/).join("/");
|
|
238396
238438
|
return { path: path11, content };
|
|
238397
238439
|
}));
|
|
238398
|
-
return { ...fn, files:
|
|
238440
|
+
return { ...fn, files: resolvedFiles };
|
|
238399
238441
|
}
|
|
238400
|
-
async function
|
|
238401
|
-
|
|
238402
|
-
|
|
238442
|
+
async function deployOne(fn) {
|
|
238443
|
+
const start = Date.now();
|
|
238444
|
+
try {
|
|
238445
|
+
const functionWithCode = await loadFunctionCode(fn);
|
|
238446
|
+
const response = await deploySingleFunction(functionWithCode.name, {
|
|
238447
|
+
entry: functionWithCode.entry,
|
|
238448
|
+
files: functionWithCode.files,
|
|
238449
|
+
automations: functionWithCode.automations
|
|
238450
|
+
});
|
|
238451
|
+
return {
|
|
238452
|
+
name: functionWithCode.name,
|
|
238453
|
+
status: response.status,
|
|
238454
|
+
durationMs: Date.now() - start
|
|
238455
|
+
};
|
|
238456
|
+
} catch (error48) {
|
|
238457
|
+
return {
|
|
238458
|
+
name: fn.name,
|
|
238459
|
+
status: "error",
|
|
238460
|
+
error: error48 instanceof Error ? error48.message : String(error48)
|
|
238461
|
+
};
|
|
238462
|
+
}
|
|
238463
|
+
}
|
|
238464
|
+
async function deployFunctionsSequentially(functions, options) {
|
|
238465
|
+
if (functions.length === 0)
|
|
238466
|
+
return [];
|
|
238467
|
+
const results = [];
|
|
238468
|
+
for (const fn of functions) {
|
|
238469
|
+
options?.onStart?.([fn.name]);
|
|
238470
|
+
const result = await deployOne(fn);
|
|
238471
|
+
results.push(result);
|
|
238472
|
+
options?.onResult?.(result);
|
|
238473
|
+
}
|
|
238474
|
+
return results;
|
|
238475
|
+
}
|
|
238476
|
+
async function pruneRemovedFunctions(localFunctionNames, options) {
|
|
238477
|
+
const remote = await listDeployedFunctions();
|
|
238478
|
+
const localSet = new Set(localFunctionNames);
|
|
238479
|
+
const toDelete = remote.functions.filter((f) => !localSet.has(f.name));
|
|
238480
|
+
options?.onStart?.(toDelete.length);
|
|
238481
|
+
const results = [];
|
|
238482
|
+
for (const fn of toDelete) {
|
|
238483
|
+
options?.onBeforeDelete?.(fn.name);
|
|
238484
|
+
let result;
|
|
238485
|
+
try {
|
|
238486
|
+
await deleteSingleFunction(fn.name);
|
|
238487
|
+
result = { name: fn.name, deleted: true };
|
|
238488
|
+
} catch (error48) {
|
|
238489
|
+
result = {
|
|
238490
|
+
name: fn.name,
|
|
238491
|
+
deleted: false,
|
|
238492
|
+
error: error48 instanceof Error ? error48.message : String(error48)
|
|
238493
|
+
};
|
|
238494
|
+
}
|
|
238495
|
+
results.push(result);
|
|
238496
|
+
options?.onResult?.(result);
|
|
238497
|
+
}
|
|
238498
|
+
return results;
|
|
238499
|
+
}
|
|
238500
|
+
// src/core/resources/function/pull.ts
|
|
238501
|
+
import { join as join6 } from "node:path";
|
|
238502
|
+
import { isDeepStrictEqual as isDeepStrictEqual3 } from "node:util";
|
|
238503
|
+
async function writeFunctions(functionsDir, functions) {
|
|
238504
|
+
const written = [];
|
|
238505
|
+
const skipped = [];
|
|
238506
|
+
for (const fn of functions) {
|
|
238507
|
+
const functionDir = join6(functionsDir, fn.name);
|
|
238508
|
+
const configPath = join6(functionDir, "function.jsonc");
|
|
238509
|
+
if (await isFunctionUnchanged(functionDir, fn)) {
|
|
238510
|
+
skipped.push(fn.name);
|
|
238511
|
+
continue;
|
|
238512
|
+
}
|
|
238513
|
+
const config5 = {
|
|
238514
|
+
name: fn.name,
|
|
238515
|
+
entry: fn.entry
|
|
238516
|
+
};
|
|
238517
|
+
if (fn.automations.length > 0) {
|
|
238518
|
+
config5.automations = fn.automations;
|
|
238519
|
+
}
|
|
238520
|
+
await writeJsonFile(configPath, config5);
|
|
238521
|
+
for (const file2 of fn.files) {
|
|
238522
|
+
await writeFile(join6(functionDir, file2.path), file2.content);
|
|
238523
|
+
}
|
|
238524
|
+
written.push(fn.name);
|
|
238525
|
+
}
|
|
238526
|
+
return { written, skipped };
|
|
238527
|
+
}
|
|
238528
|
+
async function isFunctionUnchanged(functionDir, fn) {
|
|
238529
|
+
if (!await pathExists(functionDir)) {
|
|
238530
|
+
return false;
|
|
238531
|
+
}
|
|
238532
|
+
const configPath = join6(functionDir, "function.jsonc");
|
|
238533
|
+
try {
|
|
238534
|
+
const localConfig = await readJsonFile(configPath);
|
|
238535
|
+
if (localConfig.entry !== fn.entry) {
|
|
238536
|
+
return false;
|
|
238537
|
+
}
|
|
238538
|
+
if (!isDeepStrictEqual3(localConfig.automations ?? [], fn.automations)) {
|
|
238539
|
+
return false;
|
|
238540
|
+
}
|
|
238541
|
+
} catch {
|
|
238542
|
+
return false;
|
|
238543
|
+
}
|
|
238544
|
+
for (const file2 of fn.files) {
|
|
238545
|
+
const filePath = join6(functionDir, file2.path);
|
|
238546
|
+
if (!await pathExists(filePath)) {
|
|
238547
|
+
return false;
|
|
238548
|
+
}
|
|
238549
|
+
try {
|
|
238550
|
+
const localContent = await readTextFile(filePath);
|
|
238551
|
+
if (localContent !== file2.content) {
|
|
238552
|
+
return false;
|
|
238553
|
+
}
|
|
238554
|
+
} catch {
|
|
238555
|
+
return false;
|
|
238556
|
+
}
|
|
238403
238557
|
}
|
|
238404
|
-
|
|
238405
|
-
return deployFunctions(functionsWithCode);
|
|
238558
|
+
return true;
|
|
238406
238559
|
}
|
|
238407
238560
|
// src/core/resources/function/resource.ts
|
|
238408
238561
|
var functionResource = {
|
|
238409
238562
|
readAll: readAllFunctions,
|
|
238410
|
-
push:
|
|
238563
|
+
push: (functions) => deployFunctionsSequentially(functions)
|
|
238411
238564
|
};
|
|
238412
238565
|
// src/core/project/config.ts
|
|
238413
238566
|
async function findConfigInDir(dir) {
|
|
@@ -238448,10 +238601,10 @@ async function readProjectConfig(projectRoot) {
|
|
|
238448
238601
|
const project = result.data;
|
|
238449
238602
|
const configDir = dirname5(configPath);
|
|
238450
238603
|
const [entities, functions, agents, connectors] = await Promise.all([
|
|
238451
|
-
entityResource.readAll(
|
|
238452
|
-
functionResource.readAll(
|
|
238453
|
-
agentResource.readAll(
|
|
238454
|
-
connectorResource.readAll(
|
|
238604
|
+
entityResource.readAll(join7(configDir, project.entitiesDir)),
|
|
238605
|
+
functionResource.readAll(join7(configDir, project.functionsDir)),
|
|
238606
|
+
agentResource.readAll(join7(configDir, project.agentsDir)),
|
|
238607
|
+
connectorResource.readAll(join7(configDir, project.connectorsDir))
|
|
238455
238608
|
]);
|
|
238456
238609
|
return {
|
|
238457
238610
|
project: { ...project, root, configPath },
|
|
@@ -238548,16 +238701,16 @@ async function readAppConfig(projectRoot) {
|
|
|
238548
238701
|
// src/core/project/template.ts
|
|
238549
238702
|
var import_ejs = __toESM(require_ejs(), 1);
|
|
238550
238703
|
var import_front_matter = __toESM(require_front_matter(), 1);
|
|
238551
|
-
import { dirname as dirname6, join as
|
|
238704
|
+
import { dirname as dirname6, join as join9 } from "node:path";
|
|
238552
238705
|
|
|
238553
238706
|
// src/core/assets.ts
|
|
238554
238707
|
import { cpSync, existsSync } from "node:fs";
|
|
238555
238708
|
import { homedir as homedir2 } from "node:os";
|
|
238556
|
-
import { join as
|
|
238709
|
+
import { join as join8 } from "node:path";
|
|
238557
238710
|
// package.json
|
|
238558
238711
|
var package_default = {
|
|
238559
238712
|
name: "base44",
|
|
238560
|
-
version: "0.0.
|
|
238713
|
+
version: "0.0.45",
|
|
238561
238714
|
description: "Base44 CLI - Unified interface for managing Base44 applications",
|
|
238562
238715
|
type: "module",
|
|
238563
238716
|
bin: {
|
|
@@ -238646,15 +238799,15 @@ var package_default = {
|
|
|
238646
238799
|
};
|
|
238647
238800
|
|
|
238648
238801
|
// src/core/assets.ts
|
|
238649
|
-
var ASSETS_DIR =
|
|
238802
|
+
var ASSETS_DIR = join8(homedir2(), ".base44", "assets", package_default.version);
|
|
238650
238803
|
function getTemplatesDir() {
|
|
238651
|
-
return
|
|
238804
|
+
return join8(ASSETS_DIR, "templates");
|
|
238652
238805
|
}
|
|
238653
238806
|
function getTemplatesIndexPath() {
|
|
238654
|
-
return
|
|
238807
|
+
return join8(ASSETS_DIR, "templates", "templates.json");
|
|
238655
238808
|
}
|
|
238656
238809
|
function getDenoWrapperPath() {
|
|
238657
|
-
return
|
|
238810
|
+
return join8(ASSETS_DIR, "deno-runtime", "main.js");
|
|
238658
238811
|
}
|
|
238659
238812
|
function ensureNpmAssets(sourceDir) {
|
|
238660
238813
|
if (existsSync(ASSETS_DIR))
|
|
@@ -238675,23 +238828,23 @@ async function listTemplates() {
|
|
|
238675
238828
|
return result.data.templates;
|
|
238676
238829
|
}
|
|
238677
238830
|
async function renderTemplate(template, destPath, data) {
|
|
238678
|
-
const templateDir =
|
|
238831
|
+
const templateDir = join9(getTemplatesDir(), template.path);
|
|
238679
238832
|
const files = await globby("**/*", {
|
|
238680
238833
|
cwd: templateDir,
|
|
238681
238834
|
dot: true,
|
|
238682
238835
|
onlyFiles: true
|
|
238683
238836
|
});
|
|
238684
238837
|
for (const file2 of files) {
|
|
238685
|
-
const srcPath =
|
|
238838
|
+
const srcPath = join9(templateDir, file2);
|
|
238686
238839
|
try {
|
|
238687
238840
|
if (file2.endsWith(".ejs")) {
|
|
238688
238841
|
const rendered = await import_ejs.default.renderFile(srcPath, data);
|
|
238689
238842
|
const { attributes, body } = import_front_matter.default(rendered);
|
|
238690
|
-
const destFile = attributes.outputFileName ?
|
|
238691
|
-
const destFilePath =
|
|
238843
|
+
const destFile = attributes.outputFileName ? join9(dirname6(file2), attributes.outputFileName) : file2.replace(/\.ejs$/, "");
|
|
238844
|
+
const destFilePath = join9(destPath, destFile);
|
|
238692
238845
|
await writeFile(destFilePath, body);
|
|
238693
238846
|
} else {
|
|
238694
|
-
const destFilePath =
|
|
238847
|
+
const destFilePath = join9(destPath, file2);
|
|
238695
238848
|
await copyFile(srcPath, destFilePath);
|
|
238696
238849
|
}
|
|
238697
238850
|
} catch (error48) {
|
|
@@ -238790,7 +238943,7 @@ async function getSiteFilePaths(outputDir) {
|
|
|
238790
238943
|
// src/core/site/deploy.ts
|
|
238791
238944
|
import { randomUUID } from "node:crypto";
|
|
238792
238945
|
import { tmpdir } from "node:os";
|
|
238793
|
-
import { join as
|
|
238946
|
+
import { join as join10 } from "node:path";
|
|
238794
238947
|
async function deploySite(siteOutputDir) {
|
|
238795
238948
|
if (!await pathExists(siteOutputDir)) {
|
|
238796
238949
|
throw new InvalidInputError(`Output directory does not exist: ${siteOutputDir}. Make sure to build your project first.`, {
|
|
@@ -238807,7 +238960,7 @@ async function deploySite(siteOutputDir) {
|
|
|
238807
238960
|
]
|
|
238808
238961
|
});
|
|
238809
238962
|
}
|
|
238810
|
-
const archivePath =
|
|
238963
|
+
const archivePath = join10(tmpdir(), `base44-site-${randomUUID()}.tar.gz`);
|
|
238811
238964
|
try {
|
|
238812
238965
|
await createArchive(siteOutputDir, archivePath);
|
|
238813
238966
|
return await uploadSite(archivePath);
|
|
@@ -238832,10 +238985,13 @@ function hasResourcesToDeploy(projectData) {
|
|
|
238832
238985
|
const hasConnectors = connectors.length > 0;
|
|
238833
238986
|
return hasEntities || hasFunctions || hasAgents || hasConnectors || hasSite;
|
|
238834
238987
|
}
|
|
238835
|
-
async function deployAll(projectData) {
|
|
238988
|
+
async function deployAll(projectData, options) {
|
|
238836
238989
|
const { project, entities, functions, agents, connectors } = projectData;
|
|
238837
238990
|
await entityResource.push(entities);
|
|
238838
|
-
await
|
|
238991
|
+
await deployFunctionsSequentially(functions, {
|
|
238992
|
+
onStart: options?.onFunctionStart,
|
|
238993
|
+
onResult: options?.onFunctionResult
|
|
238994
|
+
});
|
|
238839
238995
|
await agentResource.push(agents);
|
|
238840
238996
|
const { results: connectorResults } = await pushConnectors(connectors);
|
|
238841
238997
|
if (project.site?.outputDirectory) {
|
|
@@ -246404,16 +246560,44 @@ async function checkForUpgrade() {
|
|
|
246404
246560
|
}
|
|
246405
246561
|
|
|
246406
246562
|
// src/cli/utils/upgradeNotification.ts
|
|
246407
|
-
function
|
|
246563
|
+
function detectInstallMethod(distribution) {
|
|
246564
|
+
if (distribution !== "binary") {
|
|
246565
|
+
return "npm";
|
|
246566
|
+
}
|
|
246567
|
+
const execPath2 = process.execPath.toLowerCase();
|
|
246568
|
+
if (execPath2.includes("/homebrew/") || execPath2.includes("/cellar/")) {
|
|
246569
|
+
return "brew";
|
|
246570
|
+
}
|
|
246571
|
+
return "binary";
|
|
246572
|
+
}
|
|
246573
|
+
function getUpgradeInstruction(method) {
|
|
246574
|
+
switch (method) {
|
|
246575
|
+
case "npm":
|
|
246576
|
+
return "Run: npm install -g base44@latest";
|
|
246577
|
+
case "brew":
|
|
246578
|
+
return "Run: brew upgrade base44";
|
|
246579
|
+
case "binary":
|
|
246580
|
+
return "Download Base44 CLI from: https://github.com/base44/cli/releases/latest";
|
|
246581
|
+
}
|
|
246582
|
+
}
|
|
246583
|
+
function startUpgradeCheck() {
|
|
246584
|
+
return checkForUpgrade().catch(() => null);
|
|
246585
|
+
}
|
|
246586
|
+
function formatUpgradeMessage(info, distribution) {
|
|
246408
246587
|
const { shinyOrange } = theme.colors;
|
|
246409
246588
|
const { bold: bold2 } = theme.styles;
|
|
246410
|
-
|
|
246589
|
+
const instruction = getUpgradeInstruction(detectInstallMethod(distribution));
|
|
246590
|
+
return [
|
|
246591
|
+
shinyOrange(`Update available! ${info.currentVersion} → ${bold2(info.latestVersion)}`),
|
|
246592
|
+
shinyOrange(instruction)
|
|
246593
|
+
].join(`
|
|
246594
|
+
`);
|
|
246411
246595
|
}
|
|
246412
|
-
async function
|
|
246596
|
+
async function printUpgradeNotification(upgradeCheckPromise, distribution) {
|
|
246413
246597
|
try {
|
|
246414
|
-
const upgradeInfo = await
|
|
246598
|
+
const upgradeInfo = await upgradeCheckPromise;
|
|
246415
246599
|
if (upgradeInfo) {
|
|
246416
|
-
|
|
246600
|
+
Ve(formatUpgradeMessage(upgradeInfo, distribution));
|
|
246417
246601
|
}
|
|
246418
246602
|
} catch {}
|
|
246419
246603
|
}
|
|
@@ -246426,7 +246610,7 @@ async function runCommand(commandFn, options, context) {
|
|
|
246426
246610
|
} else {
|
|
246427
246611
|
We(theme.colors.base44OrangeBackground(" Base 44 "));
|
|
246428
246612
|
}
|
|
246429
|
-
|
|
246613
|
+
const upgradeCheckPromise = startUpgradeCheck();
|
|
246430
246614
|
try {
|
|
246431
246615
|
if (options?.requireAuth) {
|
|
246432
246616
|
const loggedIn = await isLoggedIn();
|
|
@@ -246446,6 +246630,7 @@ async function runCommand(commandFn, options, context) {
|
|
|
246446
246630
|
context.errorReporter.setContext({ appId: appConfig.id });
|
|
246447
246631
|
}
|
|
246448
246632
|
const result = await commandFn();
|
|
246633
|
+
await printUpgradeNotification(upgradeCheckPromise, context.distribution);
|
|
246449
246634
|
Le(result.outroMessage || "");
|
|
246450
246635
|
if (result.stdout) {
|
|
246451
246636
|
process.stdout.write(result.stdout);
|
|
@@ -246563,7 +246748,7 @@ function formatYaml(data, options = {}) {
|
|
|
246563
246748
|
async function pullAgentsAction() {
|
|
246564
246749
|
const { project: project2 } = await readProjectConfig();
|
|
246565
246750
|
const configDir = dirname7(project2.configPath);
|
|
246566
|
-
const agentsDir =
|
|
246751
|
+
const agentsDir = join11(configDir, project2.agentsDir);
|
|
246567
246752
|
const remoteAgents = await runTask("Fetching agents from Base44", async () => {
|
|
246568
246753
|
return await fetchAgents();
|
|
246569
246754
|
}, {
|
|
@@ -246685,11 +246870,11 @@ function getConnectorsListAvailableCommand(context) {
|
|
|
246685
246870
|
}
|
|
246686
246871
|
|
|
246687
246872
|
// src/cli/commands/connectors/pull.ts
|
|
246688
|
-
import { dirname as dirname8, join as
|
|
246873
|
+
import { dirname as dirname8, join as join12 } from "node:path";
|
|
246689
246874
|
async function pullConnectorsAction() {
|
|
246690
246875
|
const { project: project2 } = await readProjectConfig();
|
|
246691
246876
|
const configDir = dirname8(project2.configPath);
|
|
246692
|
-
const connectorsDir =
|
|
246877
|
+
const connectorsDir = join12(configDir, project2.connectorsDir);
|
|
246693
246878
|
const remoteConnectors = await runTask("Fetching connectors from Base44", async () => {
|
|
246694
246879
|
return await pullAllConnectors();
|
|
246695
246880
|
}, {
|
|
@@ -247558,46 +247743,242 @@ function getEntitiesPushCommand(context) {
|
|
|
247558
247743
|
}));
|
|
247559
247744
|
}
|
|
247560
247745
|
|
|
247746
|
+
// src/cli/commands/functions/delete.ts
|
|
247747
|
+
async function deleteFunctionsAction(names) {
|
|
247748
|
+
let deleted = 0;
|
|
247749
|
+
let notFound = 0;
|
|
247750
|
+
let errors5 = 0;
|
|
247751
|
+
for (const name2 of names) {
|
|
247752
|
+
try {
|
|
247753
|
+
await runTask(`Deleting ${name2}...`, () => deleteSingleFunction(name2), {
|
|
247754
|
+
successMessage: `${name2} deleted`,
|
|
247755
|
+
errorMessage: `Failed to delete ${name2}`
|
|
247756
|
+
});
|
|
247757
|
+
deleted++;
|
|
247758
|
+
} catch (error48) {
|
|
247759
|
+
if (error48 instanceof ApiError && error48.statusCode === 404) {
|
|
247760
|
+
notFound++;
|
|
247761
|
+
} else {
|
|
247762
|
+
errors5++;
|
|
247763
|
+
}
|
|
247764
|
+
}
|
|
247765
|
+
}
|
|
247766
|
+
if (names.length === 1) {
|
|
247767
|
+
if (deleted)
|
|
247768
|
+
return { outroMessage: `Function "${names[0]}" deleted` };
|
|
247769
|
+
if (notFound)
|
|
247770
|
+
return { outroMessage: `Function "${names[0]}" not found` };
|
|
247771
|
+
return { outroMessage: `Failed to delete "${names[0]}"` };
|
|
247772
|
+
}
|
|
247773
|
+
const total = names.length;
|
|
247774
|
+
const parts = [];
|
|
247775
|
+
if (deleted > 0)
|
|
247776
|
+
parts.push(`${deleted}/${total} deleted`);
|
|
247777
|
+
if (notFound > 0)
|
|
247778
|
+
parts.push(`${notFound} not found`);
|
|
247779
|
+
if (errors5 > 0)
|
|
247780
|
+
parts.push(`${errors5} error${errors5 !== 1 ? "s" : ""}`);
|
|
247781
|
+
return { outroMessage: parts.join(", ") };
|
|
247782
|
+
}
|
|
247783
|
+
function parseNames(args) {
|
|
247784
|
+
return args.flatMap((arg) => arg.split(",")).map((n2) => n2.trim()).filter(Boolean);
|
|
247785
|
+
}
|
|
247786
|
+
function validateNames(command) {
|
|
247787
|
+
const names = parseNames(command.args);
|
|
247788
|
+
if (names.length === 0) {
|
|
247789
|
+
command.error("At least one function name is required");
|
|
247790
|
+
}
|
|
247791
|
+
}
|
|
247792
|
+
function getDeleteCommand(context) {
|
|
247793
|
+
return new Command("delete").description("Delete deployed functions").argument("<names...>", "Function names to delete").hook("preAction", validateNames).action(async (rawNames) => {
|
|
247794
|
+
const names = parseNames(rawNames);
|
|
247795
|
+
await runCommand(() => deleteFunctionsAction(names), { requireAuth: true }, context);
|
|
247796
|
+
});
|
|
247797
|
+
}
|
|
247798
|
+
|
|
247799
|
+
// src/cli/commands/functions/formatDeployResult.ts
|
|
247800
|
+
function formatDuration(ms) {
|
|
247801
|
+
return `${(ms / 1000).toFixed(1)}s`;
|
|
247802
|
+
}
|
|
247803
|
+
function formatDeployResult(result) {
|
|
247804
|
+
const label = result.name.padEnd(25);
|
|
247805
|
+
if (result.status === "deployed") {
|
|
247806
|
+
const timing = result.durationMs ? theme.styles.dim(` (${formatDuration(result.durationMs)})`) : "";
|
|
247807
|
+
R2.success(`${label} deployed${timing}`);
|
|
247808
|
+
} else if (result.status === "unchanged") {
|
|
247809
|
+
R2.success(`${label} unchanged`);
|
|
247810
|
+
} else {
|
|
247811
|
+
R2.error(`${label} error: ${result.error}`);
|
|
247812
|
+
}
|
|
247813
|
+
}
|
|
247814
|
+
|
|
247815
|
+
// src/cli/commands/functions/parseNames.ts
|
|
247816
|
+
function parseNames2(args) {
|
|
247817
|
+
return args.flatMap((arg) => arg.split(",")).map((n2) => n2.trim()).filter(Boolean);
|
|
247818
|
+
}
|
|
247819
|
+
|
|
247561
247820
|
// src/cli/commands/functions/deploy.ts
|
|
247562
|
-
|
|
247821
|
+
function resolveFunctionsToDeploy(names, allFunctions) {
|
|
247822
|
+
if (names.length === 0)
|
|
247823
|
+
return allFunctions;
|
|
247824
|
+
const notFound = names.filter((n2) => !allFunctions.some((f) => f.name === n2));
|
|
247825
|
+
if (notFound.length > 0) {
|
|
247826
|
+
throw new InvalidInputError(`Function${notFound.length > 1 ? "s" : ""} not found in project: ${notFound.join(", ")}`);
|
|
247827
|
+
}
|
|
247828
|
+
return allFunctions.filter((f) => names.includes(f.name));
|
|
247829
|
+
}
|
|
247830
|
+
function formatPruneResult(pruneResult) {
|
|
247831
|
+
if (pruneResult.deleted) {
|
|
247832
|
+
R2.success(`${pruneResult.name.padEnd(25)} deleted`);
|
|
247833
|
+
} else {
|
|
247834
|
+
R2.error(`${pruneResult.name.padEnd(25)} error: ${pruneResult.error}`);
|
|
247835
|
+
}
|
|
247836
|
+
}
|
|
247837
|
+
function formatPruneSummary(pruneResults) {
|
|
247838
|
+
if (pruneResults.length > 0) {
|
|
247839
|
+
const pruned = pruneResults.filter((r) => r.deleted).length;
|
|
247840
|
+
R2.info(`${pruned} deleted`);
|
|
247841
|
+
}
|
|
247842
|
+
}
|
|
247843
|
+
function buildDeploySummary(results) {
|
|
247844
|
+
const deployed = results.filter((r) => r.status === "deployed").length;
|
|
247845
|
+
const unchanged = results.filter((r) => r.status === "unchanged").length;
|
|
247846
|
+
const failed = results.filter((r) => r.status === "error").length;
|
|
247847
|
+
const parts = [];
|
|
247848
|
+
if (deployed > 0)
|
|
247849
|
+
parts.push(`${deployed} deployed`);
|
|
247850
|
+
if (unchanged > 0)
|
|
247851
|
+
parts.push(`${unchanged} unchanged`);
|
|
247852
|
+
if (failed > 0)
|
|
247853
|
+
parts.push(`${failed} error${failed !== 1 ? "s" : ""}`);
|
|
247854
|
+
return parts.join(", ") || "No functions deployed";
|
|
247855
|
+
}
|
|
247856
|
+
async function deployFunctionsAction(names, options) {
|
|
247857
|
+
if (options.force && names.length > 0) {
|
|
247858
|
+
throw new InvalidInputError("--force cannot be used when specifying function names");
|
|
247859
|
+
}
|
|
247563
247860
|
const { functions } = await readProjectConfig();
|
|
247564
|
-
|
|
247861
|
+
const toDeploy = resolveFunctionsToDeploy(names, functions);
|
|
247862
|
+
if (toDeploy.length === 0) {
|
|
247565
247863
|
return {
|
|
247566
247864
|
outroMessage: "No functions found. Create functions in the 'functions' directory."
|
|
247567
247865
|
};
|
|
247568
247866
|
}
|
|
247569
|
-
R2.info(`Found ${
|
|
247570
|
-
|
|
247571
|
-
|
|
247867
|
+
R2.info(`Found ${toDeploy.length} ${toDeploy.length === 1 ? "function" : "functions"} to deploy`);
|
|
247868
|
+
let completed = 0;
|
|
247869
|
+
const total = toDeploy.length;
|
|
247870
|
+
const results = await deployFunctionsSequentially(toDeploy, {
|
|
247871
|
+
onStart: (startNames) => {
|
|
247872
|
+
const label = startNames.length === 1 ? startNames[0] : `${startNames.length} functions`;
|
|
247873
|
+
R2.step(theme.styles.dim(`[${completed + 1}/${total}] Deploying ${label}...`));
|
|
247874
|
+
},
|
|
247875
|
+
onResult: (result) => {
|
|
247876
|
+
completed++;
|
|
247877
|
+
formatDeployResult(result);
|
|
247878
|
+
}
|
|
247879
|
+
});
|
|
247880
|
+
if (options.force) {
|
|
247881
|
+
const allLocalNames = functions.map((f) => f.name);
|
|
247882
|
+
let pruneCompleted = 0;
|
|
247883
|
+
let pruneTotal = 0;
|
|
247884
|
+
const pruneResults = await pruneRemovedFunctions(allLocalNames, {
|
|
247885
|
+
onStart: (total2) => {
|
|
247886
|
+
pruneTotal = total2;
|
|
247887
|
+
if (total2 > 0) {
|
|
247888
|
+
R2.info(`Found ${total2} remote ${total2 === 1 ? "function" : "functions"} to delete`);
|
|
247889
|
+
}
|
|
247890
|
+
},
|
|
247891
|
+
onBeforeDelete: (name2) => {
|
|
247892
|
+
pruneCompleted++;
|
|
247893
|
+
R2.step(theme.styles.dim(`[${pruneCompleted}/${pruneTotal}] Deleting ${name2}...`));
|
|
247894
|
+
},
|
|
247895
|
+
onResult: formatPruneResult
|
|
247896
|
+
});
|
|
247897
|
+
formatPruneSummary(pruneResults);
|
|
247898
|
+
}
|
|
247899
|
+
return { outroMessage: buildDeploySummary(results) };
|
|
247900
|
+
}
|
|
247901
|
+
function getDeployCommand(context) {
|
|
247902
|
+
return new Command("deploy").description("Deploy functions to Base44").argument("[names...]", "Function names to deploy (deploys all if omitted)").option("--force", "Delete remote functions not found locally").action(async (rawNames, options) => {
|
|
247903
|
+
await runCommand(() => {
|
|
247904
|
+
const names = parseNames2(rawNames);
|
|
247905
|
+
return deployFunctionsAction(names, options);
|
|
247906
|
+
}, { requireAuth: true }, context);
|
|
247907
|
+
});
|
|
247908
|
+
}
|
|
247909
|
+
|
|
247910
|
+
// src/cli/commands/functions/list.ts
|
|
247911
|
+
async function listFunctionsAction() {
|
|
247912
|
+
const { functions } = await runTask("Fetching functions...", async () => listDeployedFunctions(), { errorMessage: "Failed to fetch functions" });
|
|
247913
|
+
if (functions.length === 0) {
|
|
247914
|
+
return { outroMessage: "No functions on remote" };
|
|
247915
|
+
}
|
|
247916
|
+
for (const fn of functions) {
|
|
247917
|
+
const automationCount = fn.automations.length;
|
|
247918
|
+
const automationLabel = automationCount > 0 ? theme.styles.dim(` (${automationCount} automation${automationCount > 1 ? "s" : ""})`) : "";
|
|
247919
|
+
R2.message(` ${fn.name}${automationLabel}`);
|
|
247920
|
+
}
|
|
247921
|
+
return {
|
|
247922
|
+
outroMessage: `${functions.length} function${functions.length !== 1 ? "s" : ""} on remote`
|
|
247923
|
+
};
|
|
247924
|
+
}
|
|
247925
|
+
function getListCommand(context) {
|
|
247926
|
+
return new Command("list").description("List all deployed functions").action(async () => {
|
|
247927
|
+
await runCommand(listFunctionsAction, { requireAuth: true }, context);
|
|
247928
|
+
});
|
|
247929
|
+
}
|
|
247930
|
+
|
|
247931
|
+
// src/cli/commands/functions/pull.ts
|
|
247932
|
+
import { dirname as dirname9, join as join13 } from "node:path";
|
|
247933
|
+
async function pullFunctionsAction(name2) {
|
|
247934
|
+
const { project: project2 } = await readProjectConfig();
|
|
247935
|
+
const configDir = dirname9(project2.configPath);
|
|
247936
|
+
const functionsDir = join13(configDir, project2.functionsDir);
|
|
247937
|
+
const remoteFunctions = await runTask("Fetching functions from Base44", async () => {
|
|
247938
|
+
const { functions } = await listDeployedFunctions();
|
|
247939
|
+
return functions;
|
|
247572
247940
|
}, {
|
|
247573
|
-
successMessage: "Functions
|
|
247574
|
-
errorMessage: "Failed to
|
|
247941
|
+
successMessage: "Functions fetched successfully",
|
|
247942
|
+
errorMessage: "Failed to fetch functions"
|
|
247575
247943
|
});
|
|
247576
|
-
|
|
247577
|
-
|
|
247944
|
+
const toPull = name2 ? remoteFunctions.filter((f) => f.name === name2) : remoteFunctions;
|
|
247945
|
+
if (name2 && toPull.length === 0) {
|
|
247946
|
+
return {
|
|
247947
|
+
outroMessage: `Function "${name2}" not found on remote`
|
|
247948
|
+
};
|
|
247578
247949
|
}
|
|
247579
|
-
if (
|
|
247580
|
-
|
|
247950
|
+
if (toPull.length === 0) {
|
|
247951
|
+
return { outroMessage: "No functions found on remote" };
|
|
247581
247952
|
}
|
|
247582
|
-
|
|
247583
|
-
|
|
247584
|
-
|
|
247585
|
-
|
|
247586
|
-
|
|
247587
|
-
|
|
247588
|
-
|
|
247589
|
-
});
|
|
247953
|
+
const { written, skipped } = await runTask("Writing function files", async () => {
|
|
247954
|
+
return await writeFunctions(functionsDir, toPull);
|
|
247955
|
+
}, {
|
|
247956
|
+
successMessage: "Function files written successfully",
|
|
247957
|
+
errorMessage: "Failed to write function files"
|
|
247958
|
+
});
|
|
247959
|
+
for (const name3 of written) {
|
|
247960
|
+
R2.success(`${name3.padEnd(25)} written`);
|
|
247590
247961
|
}
|
|
247591
|
-
|
|
247962
|
+
for (const name3 of skipped) {
|
|
247963
|
+
R2.info(`${name3.padEnd(25)} unchanged`);
|
|
247964
|
+
}
|
|
247965
|
+
return {
|
|
247966
|
+
outroMessage: `Pulled ${toPull.length} function${toPull.length !== 1 ? "s" : ""} to ${functionsDir}`
|
|
247967
|
+
};
|
|
247592
247968
|
}
|
|
247593
|
-
function
|
|
247594
|
-
return new Command("
|
|
247595
|
-
await runCommand(
|
|
247596
|
-
})
|
|
247969
|
+
function getPullCommand(context) {
|
|
247970
|
+
return new Command("pull").description("Pull deployed functions from Base44").argument("[name]", "Function name to pull (pulls all if omitted)").action(async (name2) => {
|
|
247971
|
+
await runCommand(() => pullFunctionsAction(name2), { requireAuth: true }, context);
|
|
247972
|
+
});
|
|
247973
|
+
}
|
|
247974
|
+
|
|
247975
|
+
// src/cli/commands/functions/index.ts
|
|
247976
|
+
function getFunctionsCommand(context) {
|
|
247977
|
+
return new Command("functions").description("Manage backend functions").addCommand(getDeployCommand(context)).addCommand(getDeleteCommand(context)).addCommand(getListCommand(context)).addCommand(getPullCommand(context));
|
|
247597
247978
|
}
|
|
247598
247979
|
|
|
247599
247980
|
// src/cli/commands/project/create.ts
|
|
247600
|
-
import { basename as basename3, join as
|
|
247981
|
+
import { basename as basename3, join as join14, resolve as resolve2 } from "node:path";
|
|
247601
247982
|
var import_kebabCase = __toESM(require_kebabCase(), 1);
|
|
247602
247983
|
var DEFAULT_TEMPLATE_ID = "backend-only";
|
|
247603
247984
|
async function getTemplateById(templateId) {
|
|
@@ -247614,7 +247995,7 @@ async function getTemplateById(templateId) {
|
|
|
247614
247995
|
function validateNonInteractiveFlags(command) {
|
|
247615
247996
|
const { path: path17 } = command.opts();
|
|
247616
247997
|
if (path17 && !command.args.length) {
|
|
247617
|
-
command.error("
|
|
247998
|
+
command.error("--path requires a project name argument. Usage: base44 create <name> --path <path>");
|
|
247618
247999
|
}
|
|
247619
248000
|
}
|
|
247620
248001
|
async function createInteractive(options) {
|
|
@@ -247662,6 +248043,7 @@ async function createInteractive(options) {
|
|
|
247662
248043
|
});
|
|
247663
248044
|
}
|
|
247664
248045
|
async function createNonInteractive(options) {
|
|
248046
|
+
R2.info(`Creating a new project at ${resolve2(options.path)}`);
|
|
247665
248047
|
const template2 = await getTemplateById(options.template ?? DEFAULT_TEMPLATE_ID);
|
|
247666
248048
|
return await executeCreate({
|
|
247667
248049
|
template: template2,
|
|
@@ -247733,7 +248115,7 @@ async function executeCreate({
|
|
|
247733
248115
|
updateMessage("Building project...");
|
|
247734
248116
|
await execa({ cwd: resolvedPath, shell: true })`${buildCommand}`;
|
|
247735
248117
|
updateMessage("Deploying site...");
|
|
247736
|
-
return await deploySite(
|
|
248118
|
+
return await deploySite(join14(resolvedPath, outputDirectory));
|
|
247737
248119
|
}, {
|
|
247738
248120
|
successMessage: theme.colors.base44Orange("Site deployed successfully"),
|
|
247739
248121
|
errorMessage: "Failed to deploy site"
|
|
@@ -247763,7 +248145,14 @@ async function executeCreate({
|
|
|
247763
248145
|
return { outroMessage: "Your project is set up and ready to use" };
|
|
247764
248146
|
}
|
|
247765
248147
|
function getCreateCommand(context) {
|
|
247766
|
-
return new Command("create").description("Create a new Base44 project").addArgument(new Argument("name", "Project name").argOptional()).option("-p, --path <path>", "Path where to create the project").option("-t, --template <id>", "Template ID (e.g., backend-only, backend-and-client)").option("--deploy", "Build and deploy the site").option("--no-skills", "Skip AI agent skills installation").
|
|
248148
|
+
return new Command("create").description("Create a new Base44 project").addArgument(new Argument("name", "Project name").argOptional()).option("-p, --path <path>", "Path where to create the project").option("-t, --template <id>", "Template ID (e.g., backend-only, backend-and-client)").option("--deploy", "Build and deploy the site").option("--no-skills", "Skip AI agent skills installation").addHelpText("after", `
|
|
248149
|
+
Examples:
|
|
248150
|
+
$ base44 create my-app Creates a base44 project at ./my-app
|
|
248151
|
+
$ base44 create my-todo-app --template backend-and-client Creates a base44 backend-and-client project at ./my-todo-app
|
|
248152
|
+
$ base44 create my-app --path ./projects/my-app --deploy Creates a base44 project at ./project/my-app and deploys it`).hook("preAction", validateNonInteractiveFlags).action(async (name2, options) => {
|
|
248153
|
+
if (name2 && !options.path) {
|
|
248154
|
+
options.path = `./${import_kebabCase.default(name2)}`;
|
|
248155
|
+
}
|
|
247767
248156
|
const isNonInteractive = !!(options.name ?? name2) && !!options.path;
|
|
247768
248157
|
if (isNonInteractive) {
|
|
247769
248158
|
await runCommand(() => createNonInteractive({ name: options.name ?? name2, ...options }), { requireAuth: true, requireAppConfig: false }, context);
|
|
@@ -247813,11 +248202,17 @@ ${summaryLines.join(`
|
|
|
247813
248202
|
${summaryLines.join(`
|
|
247814
248203
|
`)}`);
|
|
247815
248204
|
}
|
|
247816
|
-
|
|
247817
|
-
|
|
247818
|
-
|
|
247819
|
-
|
|
247820
|
-
|
|
248205
|
+
let functionCompleted = 0;
|
|
248206
|
+
const functionTotal = functions.length;
|
|
248207
|
+
const result = await deployAll(projectData, {
|
|
248208
|
+
onFunctionStart: (names) => {
|
|
248209
|
+
const label = names.length === 1 ? names[0] : `${names.length} functions`;
|
|
248210
|
+
R2.step(theme.styles.dim(`[${functionCompleted + 1}/${functionTotal}] Deploying ${label}...`));
|
|
248211
|
+
},
|
|
248212
|
+
onFunctionResult: (r) => {
|
|
248213
|
+
functionCompleted++;
|
|
248214
|
+
formatDeployResult(r);
|
|
248215
|
+
}
|
|
247821
248216
|
});
|
|
247822
248217
|
const connectorResults = result.connectorResults ?? [];
|
|
247823
248218
|
await handleOAuthConnectors(connectorResults, options);
|
|
@@ -247831,7 +248226,7 @@ ${summaryLines.join(`
|
|
|
247831
248226
|
}
|
|
247832
248227
|
return { outroMessage: "App deployed successfully" };
|
|
247833
248228
|
}
|
|
247834
|
-
function
|
|
248229
|
+
function getDeployCommand2(context) {
|
|
247835
248230
|
return new Command("deploy").description("Deploy all project resources (entities, functions, agents, connectors, and site)").option("-y, --yes", "Skip confirmation prompt").action(async (options) => {
|
|
247836
248231
|
await runCommand(() => deployAction({
|
|
247837
248232
|
...options,
|
|
@@ -248376,10 +248771,10 @@ function toPascalCase(name2) {
|
|
|
248376
248771
|
return name2.split(/[-_\s]+/).map((w8) => w8.charAt(0).toUpperCase() + w8.slice(1)).join("");
|
|
248377
248772
|
}
|
|
248378
248773
|
// src/core/types/update-project.ts
|
|
248379
|
-
import { join as
|
|
248774
|
+
import { join as join17 } from "node:path";
|
|
248380
248775
|
var TYPES_INCLUDE_PATH = `${PROJECT_SUBDIR}/${TYPES_OUTPUT_SUBDIR}/*.d.ts`;
|
|
248381
248776
|
async function updateProjectConfig(projectRoot) {
|
|
248382
|
-
const tsconfigPath =
|
|
248777
|
+
const tsconfigPath = join17(projectRoot, "tsconfig.json");
|
|
248383
248778
|
if (!await pathExists(tsconfigPath)) {
|
|
248384
248779
|
return false;
|
|
248385
248780
|
}
|
|
@@ -248422,7 +248817,7 @@ function getTypesCommand(context) {
|
|
|
248422
248817
|
}
|
|
248423
248818
|
|
|
248424
248819
|
// src/cli/dev/dev-server/main.ts
|
|
248425
|
-
import { dirname as
|
|
248820
|
+
import { dirname as dirname14, join as join20 } from "node:path";
|
|
248426
248821
|
var import_cors = __toESM(require_lib4(), 1);
|
|
248427
248822
|
var import_express4 = __toESM(require_express(), 1);
|
|
248428
248823
|
|
|
@@ -248779,14 +249174,163 @@ function createFunctionRouter(manager, logger) {
|
|
|
248779
249174
|
return router;
|
|
248780
249175
|
}
|
|
248781
249176
|
|
|
248782
|
-
// src/cli/dev/dev-server/database.ts
|
|
249177
|
+
// src/cli/dev/dev-server/db/database.ts
|
|
248783
249178
|
var import_nedb = __toESM(require_nedb(), 1);
|
|
248784
249179
|
|
|
249180
|
+
// src/cli/dev/dev-server/db/validator.ts
|
|
249181
|
+
var fieldTypes = [
|
|
249182
|
+
"string",
|
|
249183
|
+
"integer",
|
|
249184
|
+
"number",
|
|
249185
|
+
"boolean",
|
|
249186
|
+
"array",
|
|
249187
|
+
"object"
|
|
249188
|
+
];
|
|
249189
|
+
|
|
249190
|
+
class Validator {
|
|
249191
|
+
filterFields(record2, entitySchema) {
|
|
249192
|
+
const filteredRecord = {};
|
|
249193
|
+
for (const [key2, value] of Object.entries(record2)) {
|
|
249194
|
+
if (entitySchema.properties[key2]) {
|
|
249195
|
+
filteredRecord[key2] = value;
|
|
249196
|
+
}
|
|
249197
|
+
}
|
|
249198
|
+
return filteredRecord;
|
|
249199
|
+
}
|
|
249200
|
+
applyDefaults(record2, entitySchema) {
|
|
249201
|
+
const result = {};
|
|
249202
|
+
for (const [key2, property] of Object.entries(entitySchema.properties)) {
|
|
249203
|
+
if (property.default !== undefined) {
|
|
249204
|
+
result[key2] = property.default;
|
|
249205
|
+
}
|
|
249206
|
+
}
|
|
249207
|
+
return {
|
|
249208
|
+
...result,
|
|
249209
|
+
...record2
|
|
249210
|
+
};
|
|
249211
|
+
}
|
|
249212
|
+
validate(record2, entitySchema, partial2 = false) {
|
|
249213
|
+
if (!partial2) {
|
|
249214
|
+
const requiredFieldsResponse = this.validateRequiredFields(record2, entitySchema);
|
|
249215
|
+
if (requiredFieldsResponse.hasError) {
|
|
249216
|
+
return requiredFieldsResponse;
|
|
249217
|
+
}
|
|
249218
|
+
}
|
|
249219
|
+
const fieldTypesResponse = this.validateFieldTypes(record2, entitySchema);
|
|
249220
|
+
if (fieldTypesResponse.hasError) {
|
|
249221
|
+
return fieldTypesResponse;
|
|
249222
|
+
}
|
|
249223
|
+
return {
|
|
249224
|
+
hasError: false
|
|
249225
|
+
};
|
|
249226
|
+
}
|
|
249227
|
+
createValidationError(message) {
|
|
249228
|
+
return {
|
|
249229
|
+
error_type: "ValidationError",
|
|
249230
|
+
message,
|
|
249231
|
+
request_id: null,
|
|
249232
|
+
traceback: ""
|
|
249233
|
+
};
|
|
249234
|
+
}
|
|
249235
|
+
validateFieldTypes(record2, entitySchema) {
|
|
249236
|
+
for (const [key2, value] of Object.entries(record2)) {
|
|
249237
|
+
const property = entitySchema.properties[key2];
|
|
249238
|
+
const result = this.validateValue(value, property, key2);
|
|
249239
|
+
if (result.hasError)
|
|
249240
|
+
return result;
|
|
249241
|
+
}
|
|
249242
|
+
return {
|
|
249243
|
+
hasError: false
|
|
249244
|
+
};
|
|
249245
|
+
}
|
|
249246
|
+
validateValue(value, property, fieldPath) {
|
|
249247
|
+
if (!property) {
|
|
249248
|
+
return { hasError: false };
|
|
249249
|
+
}
|
|
249250
|
+
const propertyType = property.type;
|
|
249251
|
+
if (!fieldTypes.includes(propertyType)) {
|
|
249252
|
+
return {
|
|
249253
|
+
hasError: true,
|
|
249254
|
+
error: this.createValidationError(`Error in field ${fieldPath}: Unsupported field type ${propertyType}`)
|
|
249255
|
+
};
|
|
249256
|
+
}
|
|
249257
|
+
switch (propertyType) {
|
|
249258
|
+
case "array":
|
|
249259
|
+
if (!Array.isArray(value)) {
|
|
249260
|
+
return {
|
|
249261
|
+
hasError: true,
|
|
249262
|
+
error: this.createValidationError(`Error in field ${fieldPath}: Input should be a valid array`)
|
|
249263
|
+
};
|
|
249264
|
+
}
|
|
249265
|
+
if (property.items) {
|
|
249266
|
+
for (let i5 = 0;i5 < value.length; i5++) {
|
|
249267
|
+
const itemResult = this.validateValue(value[i5], property.items, `${fieldPath}[${i5}]`);
|
|
249268
|
+
if (itemResult.hasError)
|
|
249269
|
+
return itemResult;
|
|
249270
|
+
}
|
|
249271
|
+
}
|
|
249272
|
+
break;
|
|
249273
|
+
case "object":
|
|
249274
|
+
if (typeof value !== "object" || value === null || Array.isArray(value)) {
|
|
249275
|
+
return {
|
|
249276
|
+
hasError: true,
|
|
249277
|
+
error: this.createValidationError(`Error in field ${fieldPath}: Input should be a valid object`)
|
|
249278
|
+
};
|
|
249279
|
+
}
|
|
249280
|
+
if (property.properties) {
|
|
249281
|
+
for (const [subKey, subValue] of Object.entries(value)) {
|
|
249282
|
+
if (property.properties[subKey]) {
|
|
249283
|
+
const subResult = this.validateValue(subValue, property.properties[subKey], `${fieldPath}.${subKey}`);
|
|
249284
|
+
if (subResult.hasError)
|
|
249285
|
+
return subResult;
|
|
249286
|
+
}
|
|
249287
|
+
}
|
|
249288
|
+
}
|
|
249289
|
+
break;
|
|
249290
|
+
case "integer":
|
|
249291
|
+
if (!Number.isInteger(value)) {
|
|
249292
|
+
return {
|
|
249293
|
+
hasError: true,
|
|
249294
|
+
error: this.createValidationError(`Error in field ${fieldPath}: Input should be a valid integer`)
|
|
249295
|
+
};
|
|
249296
|
+
}
|
|
249297
|
+
break;
|
|
249298
|
+
default:
|
|
249299
|
+
if (typeof value !== propertyType) {
|
|
249300
|
+
return {
|
|
249301
|
+
hasError: true,
|
|
249302
|
+
error: this.createValidationError(`Error in field ${fieldPath}: Input should be a valid ${propertyType}`)
|
|
249303
|
+
};
|
|
249304
|
+
}
|
|
249305
|
+
}
|
|
249306
|
+
return { hasError: false };
|
|
249307
|
+
}
|
|
249308
|
+
validateRequiredFields(record2, entitySchema) {
|
|
249309
|
+
if (entitySchema.required && entitySchema.required.length > 0) {
|
|
249310
|
+
for (const required2 of entitySchema.required) {
|
|
249311
|
+
if (record2[required2] == null) {
|
|
249312
|
+
return {
|
|
249313
|
+
hasError: true,
|
|
249314
|
+
error: this.createValidationError(`Error in field ${required2}: Field required`)
|
|
249315
|
+
};
|
|
249316
|
+
}
|
|
249317
|
+
}
|
|
249318
|
+
}
|
|
249319
|
+
return {
|
|
249320
|
+
hasError: false
|
|
249321
|
+
};
|
|
249322
|
+
}
|
|
249323
|
+
}
|
|
249324
|
+
|
|
249325
|
+
// src/cli/dev/dev-server/db/database.ts
|
|
248785
249326
|
class Database {
|
|
248786
249327
|
collections = new Map;
|
|
249328
|
+
schemas = new Map;
|
|
249329
|
+
validator = new Validator;
|
|
248787
249330
|
load(entities) {
|
|
248788
249331
|
for (const entity2 of entities) {
|
|
248789
249332
|
this.collections.set(entity2.name, new import_nedb.default);
|
|
249333
|
+
this.schemas.set(entity2.name, entity2);
|
|
248790
249334
|
}
|
|
248791
249335
|
}
|
|
248792
249336
|
getCollection(name2) {
|
|
@@ -248800,6 +249344,25 @@ class Database {
|
|
|
248800
249344
|
collection.remove({}, { multi: true });
|
|
248801
249345
|
}
|
|
248802
249346
|
this.collections.clear();
|
|
249347
|
+
this.schemas.clear();
|
|
249348
|
+
}
|
|
249349
|
+
validate(entityName, record2, partial2 = false) {
|
|
249350
|
+
const schema9 = this.schemas.get(entityName);
|
|
249351
|
+
if (!schema9) {
|
|
249352
|
+
throw new Error(`Entity "${entityName}" not found`);
|
|
249353
|
+
}
|
|
249354
|
+
return this.validator.validate(record2, schema9, partial2);
|
|
249355
|
+
}
|
|
249356
|
+
prepareRecord(entityName, record2, partial2 = false) {
|
|
249357
|
+
const schema9 = this.schemas.get(entityName);
|
|
249358
|
+
if (!schema9) {
|
|
249359
|
+
throw new Error(`Entity "${entityName}" not found`);
|
|
249360
|
+
}
|
|
249361
|
+
const filteredRecord = this.validator.filterFields(record2, schema9);
|
|
249362
|
+
if (partial2) {
|
|
249363
|
+
return filteredRecord;
|
|
249364
|
+
}
|
|
249365
|
+
return this.validator.applyDefaults(filteredRecord, schema9);
|
|
248803
249366
|
}
|
|
248804
249367
|
}
|
|
248805
249368
|
|
|
@@ -248991,8 +249554,14 @@ function createEntityRoutes(db2, logger, remoteProxy, broadcast) {
|
|
|
248991
249554
|
try {
|
|
248992
249555
|
const now = new Date().toISOString();
|
|
248993
249556
|
const { _id, ...body } = req.body;
|
|
249557
|
+
const filteredBody = db2.prepareRecord(entityName, body);
|
|
249558
|
+
const validation = db2.validate(entityName, filteredBody);
|
|
249559
|
+
if (validation.hasError) {
|
|
249560
|
+
res.status(422).json(validation.error);
|
|
249561
|
+
return;
|
|
249562
|
+
}
|
|
248994
249563
|
const record2 = {
|
|
248995
|
-
...
|
|
249564
|
+
...filteredBody,
|
|
248996
249565
|
id: nanoid3(),
|
|
248997
249566
|
created_date: now,
|
|
248998
249567
|
updated_date: now
|
|
@@ -249013,12 +249582,21 @@ function createEntityRoutes(db2, logger, remoteProxy, broadcast) {
|
|
|
249013
249582
|
}
|
|
249014
249583
|
try {
|
|
249015
249584
|
const now = new Date().toISOString();
|
|
249016
|
-
const records =
|
|
249017
|
-
|
|
249018
|
-
|
|
249019
|
-
|
|
249020
|
-
|
|
249021
|
-
|
|
249585
|
+
const records = [];
|
|
249586
|
+
for (const record2 of req.body) {
|
|
249587
|
+
const filteredRecord = db2.prepareRecord(entityName, record2);
|
|
249588
|
+
const validation = db2.validate(entityName, filteredRecord);
|
|
249589
|
+
if (validation.hasError) {
|
|
249590
|
+
res.status(422).json(validation.error);
|
|
249591
|
+
return;
|
|
249592
|
+
}
|
|
249593
|
+
records.push({
|
|
249594
|
+
...filteredRecord,
|
|
249595
|
+
id: nanoid3(),
|
|
249596
|
+
created_date: now,
|
|
249597
|
+
updated_date: now
|
|
249598
|
+
});
|
|
249599
|
+
}
|
|
249022
249600
|
const inserted = stripInternalFields(await collection.insertAsync(records));
|
|
249023
249601
|
emit(appId, entityName, "create", inserted);
|
|
249024
249602
|
res.status(201).json(inserted);
|
|
@@ -249031,8 +249609,14 @@ function createEntityRoutes(db2, logger, remoteProxy, broadcast) {
|
|
|
249031
249609
|
const { appId, entityName, id: id2 } = req.params;
|
|
249032
249610
|
const { id: _id, created_date: _created_date, ...body } = req.body;
|
|
249033
249611
|
try {
|
|
249612
|
+
const filteredBody = db2.prepareRecord(entityName, body, true);
|
|
249613
|
+
const validation = db2.validate(entityName, filteredBody, true);
|
|
249614
|
+
if (validation.hasError) {
|
|
249615
|
+
res.status(422).json(validation.error);
|
|
249616
|
+
return;
|
|
249617
|
+
}
|
|
249034
249618
|
const updateData = {
|
|
249035
|
-
...
|
|
249619
|
+
...filteredBody,
|
|
249036
249620
|
updated_date: new Date().toISOString()
|
|
249037
249621
|
};
|
|
249038
249622
|
const result = await collection.updateAsync({ id: id2 }, { $set: updateData }, { returnUpdatedDocs: true });
|
|
@@ -249902,9 +250486,9 @@ class NodeFsHandler {
|
|
|
249902
250486
|
if (this.fsw.closed) {
|
|
249903
250487
|
return;
|
|
249904
250488
|
}
|
|
249905
|
-
const
|
|
250489
|
+
const dirname13 = sp2.dirname(file2);
|
|
249906
250490
|
const basename5 = sp2.basename(file2);
|
|
249907
|
-
const parent = this.fsw._getWatchedDir(
|
|
250491
|
+
const parent = this.fsw._getWatchedDir(dirname13);
|
|
249908
250492
|
let prevStats = stats;
|
|
249909
250493
|
if (parent.has(basename5))
|
|
249910
250494
|
return;
|
|
@@ -249931,7 +250515,7 @@ class NodeFsHandler {
|
|
|
249931
250515
|
prevStats = newStats2;
|
|
249932
250516
|
}
|
|
249933
250517
|
} catch (error48) {
|
|
249934
|
-
this.fsw._remove(
|
|
250518
|
+
this.fsw._remove(dirname13, basename5);
|
|
249935
250519
|
}
|
|
249936
250520
|
} else if (parent.has(basename5)) {
|
|
249937
250521
|
const at13 = newStats.atimeMs;
|
|
@@ -250952,8 +251536,8 @@ async function createDevServer(options8) {
|
|
|
250952
251536
|
broadcastEntityEvent(io6, appId, entityName, event);
|
|
250953
251537
|
};
|
|
250954
251538
|
const base44ConfigWatcher = new WatchBase44({
|
|
250955
|
-
functions:
|
|
250956
|
-
entities:
|
|
251539
|
+
functions: join20(dirname14(project2.configPath), project2.functionsDir),
|
|
251540
|
+
entities: join20(dirname14(project2.configPath), project2.entitiesDir)
|
|
250957
251541
|
}, devLogger);
|
|
250958
251542
|
base44ConfigWatcher.on("change", async (name2) => {
|
|
250959
251543
|
try {
|
|
@@ -251123,13 +251707,13 @@ function createProgram(context) {
|
|
|
251123
251707
|
program2.addCommand(getLogoutCommand(context));
|
|
251124
251708
|
program2.addCommand(getCreateCommand(context));
|
|
251125
251709
|
program2.addCommand(getDashboardCommand(context));
|
|
251126
|
-
program2.addCommand(
|
|
251710
|
+
program2.addCommand(getDeployCommand2(context));
|
|
251127
251711
|
program2.addCommand(getLinkCommand(context));
|
|
251128
251712
|
program2.addCommand(getEjectCommand(context));
|
|
251129
251713
|
program2.addCommand(getEntitiesPushCommand(context));
|
|
251130
251714
|
program2.addCommand(getAgentsCommand(context));
|
|
251131
251715
|
program2.addCommand(getConnectorsCommand(context));
|
|
251132
|
-
program2.addCommand(
|
|
251716
|
+
program2.addCommand(getFunctionsCommand(context));
|
|
251133
251717
|
program2.addCommand(getSecretsCommand(context));
|
|
251134
251718
|
program2.addCommand(getSiteCommand(context));
|
|
251135
251719
|
program2.addCommand(getTypesCommand(context));
|
|
@@ -251143,7 +251727,7 @@ var import_detect_agent = __toESM(require_dist5(), 1);
|
|
|
251143
251727
|
import { release, type } from "node:os";
|
|
251144
251728
|
|
|
251145
251729
|
// ../../node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs
|
|
251146
|
-
import { dirname as
|
|
251730
|
+
import { dirname as dirname15, posix, sep } from "path";
|
|
251147
251731
|
function createModulerModifier() {
|
|
251148
251732
|
const getModuleFromFileName = createGetModuleFromFilename();
|
|
251149
251733
|
return async (frames) => {
|
|
@@ -251152,7 +251736,7 @@ function createModulerModifier() {
|
|
|
251152
251736
|
return frames;
|
|
251153
251737
|
};
|
|
251154
251738
|
}
|
|
251155
|
-
function createGetModuleFromFilename(basePath = process.argv[1] ?
|
|
251739
|
+
function createGetModuleFromFilename(basePath = process.argv[1] ? dirname15(process.argv[1]) : process.cwd(), isWindows5 = sep === "\\") {
|
|
251156
251740
|
const normalizedBase = isWindows5 ? normalizeWindowsPath2(basePath) : basePath;
|
|
251157
251741
|
return (filename) => {
|
|
251158
251742
|
if (!filename)
|
|
@@ -255341,15 +255925,16 @@ function addCommandInfoToErrorReporter(program2, errorReporter) {
|
|
|
255341
255925
|
});
|
|
255342
255926
|
}
|
|
255343
255927
|
// src/cli/index.ts
|
|
255344
|
-
var __dirname4 =
|
|
255345
|
-
async function runCLI() {
|
|
255346
|
-
ensureNpmAssets(
|
|
255928
|
+
var __dirname4 = dirname16(fileURLToPath6(import.meta.url));
|
|
255929
|
+
async function runCLI(options8) {
|
|
255930
|
+
ensureNpmAssets(join21(__dirname4, "../assets"));
|
|
255347
255931
|
const errorReporter = new ErrorReporter;
|
|
255348
255932
|
errorReporter.registerProcessErrorHandlers();
|
|
255349
255933
|
const isNonInteractive = !process.stdin.isTTY || !process.stdout.isTTY;
|
|
255350
255934
|
const context = {
|
|
255351
255935
|
errorReporter,
|
|
255352
|
-
isNonInteractive
|
|
255936
|
+
isNonInteractive,
|
|
255937
|
+
distribution: options8?.distribution ?? "npm"
|
|
255353
255938
|
};
|
|
255354
255939
|
const program2 = createProgram(context);
|
|
255355
255940
|
try {
|
|
@@ -255375,6 +255960,6 @@ export {
|
|
|
255375
255960
|
CLIExitError
|
|
255376
255961
|
};
|
|
255377
255962
|
|
|
255378
|
-
//# debugId=
|
|
255963
|
+
//# debugId=3E5EB4969FCF055864756E2164756E21
|
|
255379
255964
|
|
|
255380
|
-
//# chunkId=
|
|
255965
|
+
//# chunkId=019cf669-df28-7e60-8dfa-54f6d79055c0
|