mcp-client-gen 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1072 -459
- package/dist/cli.js.map +18 -4
- package/package.json +1 -1
- package/src/cli.ts +12 -1
package/dist/cli.js
CHANGED
|
@@ -3722,7 +3722,7 @@ ${a}` : a);
|
|
|
3722
3722
|
}
|
|
3723
3723
|
return O.stringifyString({ comment: t, type: e, value: n }, r, s, i);
|
|
3724
3724
|
} };
|
|
3725
|
-
function
|
|
3725
|
+
function os2(t, e) {
|
|
3726
3726
|
let n = O.resolveSeq(t, e);
|
|
3727
3727
|
for (let r = 0;r < n.items.length; ++r) {
|
|
3728
3728
|
let s = n.items[r];
|
|
@@ -3765,7 +3765,7 @@ ${i.comment}` : s.comment), s = i;
|
|
|
3765
3765
|
}
|
|
3766
3766
|
return r;
|
|
3767
3767
|
}
|
|
3768
|
-
var Qo = { default: false, tag: "tag:yaml.org,2002:pairs", resolve:
|
|
3768
|
+
var Qo = { default: false, tag: "tag:yaml.org,2002:pairs", resolve: os2, createNode: as }, $e = class t extends O.YAMLSeq {
|
|
3769
3769
|
constructor() {
|
|
3770
3770
|
super(), G._defineProperty(this, "add", O.YAMLMap.prototype.add.bind(this)), G._defineProperty(this, "delete", O.YAMLMap.prototype.delete.bind(this)), G._defineProperty(this, "get", O.YAMLMap.prototype.get.bind(this)), G._defineProperty(this, "has", O.YAMLMap.prototype.has.bind(this)), G._defineProperty(this, "set", O.YAMLMap.prototype.set.bind(this)), this.tag = t.tag;
|
|
3771
3771
|
}
|
|
@@ -3783,7 +3783,7 @@ ${i.comment}` : s.comment), s = i;
|
|
|
3783
3783
|
};
|
|
3784
3784
|
G._defineProperty($e, "tag", "tag:yaml.org,2002:omap");
|
|
3785
3785
|
function Go(t, e) {
|
|
3786
|
-
let n =
|
|
3786
|
+
let n = os2(t, e), r = [];
|
|
3787
3787
|
for (let { key: s } of n.items)
|
|
3788
3788
|
if (s instanceof O.Scalar)
|
|
3789
3789
|
if (r.includes(s.value)) {
|
|
@@ -3926,7 +3926,7 @@ ${i.comment}` : s.comment), s = i;
|
|
|
3926
3926
|
ws.scalarFallback = (t) => {
|
|
3927
3927
|
throw new SyntaxError(`Unresolved plain scalar ${JSON.stringify(t)}`);
|
|
3928
3928
|
};
|
|
3929
|
-
var
|
|
3929
|
+
var fs6 = ({ value: t }) => t ? E.boolOptions.trueStr : E.boolOptions.falseStr, lt = (t) => typeof t == "bigint" || Number.isInteger(t);
|
|
3930
3930
|
function qt(t, e, n) {
|
|
3931
3931
|
let r = e.replace(/_/g, "");
|
|
3932
3932
|
if (E.intOptions.asBigInt) {
|
|
@@ -3955,7 +3955,7 @@ ${i.comment}` : s.comment), s = i;
|
|
|
3955
3955
|
}
|
|
3956
3956
|
return E.stringifyNumber(t);
|
|
3957
3957
|
}
|
|
3958
|
-
var la = Vn.concat([{ identify: (t) => t == null, createNode: (t, e, n) => n.wrapScalars ? new E.Scalar(null) : null, default: true, tag: "tag:yaml.org,2002:null", test: /^(?:~|[Nn]ull|NULL)?$/, resolve: () => null, options: E.nullOptions, stringify: () => E.nullOptions.nullStr }, { identify: (t) => typeof t == "boolean", default: true, tag: "tag:yaml.org,2002:bool", test: /^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/, resolve: () => true, options: E.boolOptions, stringify:
|
|
3958
|
+
var la = Vn.concat([{ identify: (t) => t == null, createNode: (t, e, n) => n.wrapScalars ? new E.Scalar(null) : null, default: true, tag: "tag:yaml.org,2002:null", test: /^(?:~|[Nn]ull|NULL)?$/, resolve: () => null, options: E.nullOptions, stringify: () => E.nullOptions.nullStr }, { identify: (t) => typeof t == "boolean", default: true, tag: "tag:yaml.org,2002:bool", test: /^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/, resolve: () => true, options: E.boolOptions, stringify: fs6 }, { identify: (t) => typeof t == "boolean", default: true, tag: "tag:yaml.org,2002:bool", test: /^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/i, resolve: () => false, options: E.boolOptions, stringify: fs6 }, { identify: lt, default: true, tag: "tag:yaml.org,2002:int", format: "BIN", test: /^([-+]?)0b([0-1_]+)$/, resolve: (t, e, n) => qt(e, n, 2), stringify: (t) => Un(t, 2, "0b") }, { identify: lt, default: true, tag: "tag:yaml.org,2002:int", format: "OCT", test: /^([-+]?)0([0-7_]+)$/, resolve: (t, e, n) => qt(e, n, 8), stringify: (t) => Un(t, 8, "0") }, { identify: lt, default: true, tag: "tag:yaml.org,2002:int", test: /^([-+]?)([0-9][0-9_]*)$/, resolve: (t, e, n) => qt(e, n, 10), stringify: E.stringifyNumber }, { identify: lt, default: true, tag: "tag:yaml.org,2002:int", format: "HEX", test: /^([-+]?)0x([0-9a-fA-F_]+)$/, resolve: (t, e, n) => qt(e, n, 16), stringify: (t) => Un(t, 16, "0x") }, { identify: (t) => typeof t == "number", default: true, tag: "tag:yaml.org,2002:float", test: /^(?:[-+]?\.inf|(\.nan))$/i, resolve: (t, e) => e ? NaN : t[0] === "-" ? Number.NEGATIVE_INFINITY : Number.POSITIVE_INFINITY, stringify: E.stringifyNumber }, { identify: (t) => typeof t == "number", default: true, tag: "tag:yaml.org,2002:float", format: "EXP", test: /^[-+]?([0-9][0-9_]*)?(\.[0-9_]*)?[eE][-+]?[0-9]+$/, resolve: (t) => parseFloat(t.replace(/_/g, "")), stringify: ({ value: t }) => Number(t).toExponential() }, { identify: (t) => typeof t == "number", default: true, tag: "tag:yaml.org,2002:float", test: /^[-+]?(?:[0-9][0-9_]*)?\.([0-9_]*)$/, resolve(t, e) {
|
|
3959
3959
|
let n = new E.Scalar(parseFloat(t.replace(/_/g, "")));
|
|
3960
3960
|
if (e) {
|
|
3961
3961
|
let r = e.replace(/_/g, "");
|
|
@@ -5828,7 +5828,7 @@ function ls(e, t) {
|
|
|
5828
5828
|
c.push({ indent: h, mode: g, doc: S.contents });
|
|
5829
5829
|
break;
|
|
5830
5830
|
case Ge2:
|
|
5831
|
-
c.length > 0 && o.push({ indent: h, mode: g, doc:
|
|
5831
|
+
c.length > 0 && o.push({ indent: h, mode: g, doc: os2 });
|
|
5832
5832
|
break;
|
|
5833
5833
|
case me2:
|
|
5834
5834
|
switch (g) {
|
|
@@ -5952,10 +5952,10 @@ function kc({ node: e, parent: t }) {
|
|
|
5952
5952
|
}
|
|
5953
5953
|
function oo2(e) {
|
|
5954
5954
|
let t = (n) => n.type === "TemplateLiteral", r = (n, s) => Oe2(n) && !n.computed && n.key.type === "Identifier" && n.key.name === "styles" && s === "value";
|
|
5955
|
-
return e.match(t, (n, s) => q2(n) && s === "elements", r, ...
|
|
5955
|
+
return e.match(t, (n, s) => q2(n) && s === "elements", r, ...fs6) || e.match(t, r, ...fs6);
|
|
5956
5956
|
}
|
|
5957
5957
|
function ys(e) {
|
|
5958
|
-
return e.match((t) => t.type === "TemplateLiteral", (t, r) => Oe2(t) && !t.computed && t.key.type === "Identifier" && t.key.name === "template" && r === "value", ...
|
|
5958
|
+
return e.match((t) => t.type === "TemplateLiteral", (t, r) => Oe2(t) && !t.computed && t.key.type === "Identifier" && t.key.name === "template" && r === "value", ...fs6);
|
|
5959
5959
|
}
|
|
5960
5960
|
function Ds2(e, t) {
|
|
5961
5961
|
return T(e, x.Block | x.Leading, ({ value: r }) => r === ` ${t} `);
|
|
@@ -9182,9 +9182,9 @@ var Ba2, jn = (e, t) => {
|
|
|
9182
9182
|
}, oe = (e, { originalText: t }) => Yt(t, I2(e)), Ae2, Se, xt, Ue, hi2 = (e) => e?.type === "TSAsExpression" && e.typeAnnotation.type === "TSTypeReference" && e.typeAnnotation.typeName.type === "Identifier" && e.typeAnnotation.typeName.name === "const", Cr2, dp, Kt = (e) => {
|
|
9183
9183
|
for (let t of e.quasis)
|
|
9184
9184
|
delete t.value;
|
|
9185
|
-
}, Bi2, Cp, Ap = (e, [t]) => t?.type === "ComponentParameter" && t.shorthand && t.name === e && t.local !== t.name || t?.type === "MatchObjectPatternProperty" && t.shorthand && t.key === e && t.value !== t.key || t?.type === "ObjectProperty" && t.shorthand && t.key === e && t.value !== t.key || t?.type === "Property" && t.shorthand && t.key === e && !mt2(t) && t.value !== t.key, Tp = (e, [t]) => !!(e.type === "FunctionExpression" && t.type === "MethodDefinition" && t.value === e && K2(e).length === 0 && !e.returnType && !R(e.typeParameters) && e.body), bi2 = (e, [t]) => t?.typeAnnotation === e && hi2(t), xp = (e, [t, ...r]) => bi2(e, [t]) || t?.typeName === e && bi2(t, r), Pi2, at2, _e2, ue, Qn, Hr, Zn2 = (e, t) => At2(e) || !ue(t, w(e), I2(e)), Mp, Np, wi2, Xp, Vp, Ri2, nc, Ji2, Gi2, ic, Wi2, Ye = "string", Be = "array", tt2 = "cursor", He2 = "indent", Xe2 = "align", rt2 = "trim", Fe = "group", Me2 = "fill", be = "if-break", Ve2 = "indent-if-break", $e = "line-suffix", Ge2 = "line-suffix-boundary", me2 = "line", Pe2 = "label", Ne = "break-parent", Xr, We2, ac = (e) => new Intl.ListFormat("en-US", { type: "disjunction" }).format(e), is, gt2, qi2, Vr2, de2, Kr, $i2, Ki2, ke2, Tr2, A, f,
|
|
9185
|
+
}, Bi2, Cp, Ap = (e, [t]) => t?.type === "ComponentParameter" && t.shorthand && t.name === e && t.local !== t.name || t?.type === "MatchObjectPatternProperty" && t.shorthand && t.key === e && t.value !== t.key || t?.type === "ObjectProperty" && t.shorthand && t.key === e && t.value !== t.key || t?.type === "Property" && t.shorthand && t.key === e && !mt2(t) && t.value !== t.key, Tp = (e, [t]) => !!(e.type === "FunctionExpression" && t.type === "MethodDefinition" && t.value === e && K2(e).length === 0 && !e.returnType && !R(e.typeParameters) && e.body), bi2 = (e, [t]) => t?.typeAnnotation === e && hi2(t), xp = (e, [t, ...r]) => bi2(e, [t]) || t?.typeName === e && bi2(t, r), Pi2, at2, _e2, ue, Qn, Hr, Zn2 = (e, t) => At2(e) || !ue(t, w(e), I2(e)), Mp, Np, wi2, Xp, Vp, Ri2, nc, Ji2, Gi2, ic, Wi2, Ye = "string", Be = "array", tt2 = "cursor", He2 = "indent", Xe2 = "align", rt2 = "trim", Fe = "group", Me2 = "fill", be = "if-break", Ve2 = "indent-if-break", $e = "line-suffix", Ge2 = "line-suffix-boundary", me2 = "line", Pe2 = "label", Ne = "break-parent", Xr, We2, ac = (e) => new Intl.ListFormat("en-US", { type: "disjunction" }).format(e), is, gt2, qi2, Vr2, de2, Kr, $i2, Ki2, ke2, Tr2, A, f, os2, E, yc, $r2, je2, Ec = "cr", Fc = "crlf", dc = "\r", Cc = `\r
|
|
9186
9186
|
`, Ac = `
|
|
9187
|
-
`, Tc, xc, gc, as, ve2, ct, cs, no2, so2,
|
|
9187
|
+
`, Tc, xc, gc, as, ve2, ct, cs, no2, so2, fs6, po2 = (e) => Oc(e) || wc(e) || _c(e) || oo2(e), Es = 0, fo2, yo, jc, Co, Gc, Wc, go, qc, Ao, Uc, To, Yc, ho, ko = "format", Io, Fs2, Oo, Qc, ge, Mo, sl2 = () => true, Et2, pl, cl, ll, ml = (e) => ll.test(e), vo, dt2, fl = 0, Ro = (e) => e.type === "BinaryExpression" && e.operator === "|", Fl, dl, Cl, Go = (e) => e.match((t) => t.type === "TSTypeAnnotation", (t, r) => (r === "returnType" || r === "typeAnnotation") && (t.type === "TSFunctionType" || t.type === "TSConstructorType")) ? "=>" : e.match((t) => t.type === "TSTypeAnnotation", (t, r) => r === "typeAnnotation" && (t.type === "TSJSDocNullableType" || t.type === "TSJSDocNonNullableType" || t.type === "TSTypePredicate")) || e.match((t) => t.type === "TypeAnnotation", (t, r) => r === "typeAnnotation" && t.type === "Identifier", (t, r) => r === "id" && t.type === "DeclareFunction") || e.match((t) => t.type === "TypeAnnotation", (t, r) => r === "typeAnnotation" && t.type === "Identifier", (t, r) => r === "id" && t.type === "DeclareHook") || e.match((t) => t.type === "TypeAnnotation", (t, r) => r === "bound" && t.type === "TypeParameter" && t.usesExtendsBound) ? "" : ":", hr2, kl = (e) => ((e.type === "ChainExpression" || e.type === "TSNonNullExpression") && (e = e.expression), M(e) && le(e).length > 0), Vo, Ll, cn2, Yl = ({ node: e, key: t, parent: r }) => t === "value" && e.type === "FunctionExpression" && (r.type === "ObjectMethod" || r.type === "ClassMethod" || r.type === "ClassPrivateMethod" || r.type === "MethodDefinition" || r.type === "TSAbstractMethodDefinition" || r.type === "TSDeclareMethod" || r.type === "Property" && mt2(r)), bs = ({ node: e, parent: t }) => e.type === "ExpressionStatement" && t.type === "Program" && t.body.length === 1 && (Array.isArray(t.directives) && t.directives.length === 0 || !t.directives), Ls2, Qe2, ws = class {
|
|
9188
9188
|
#e;
|
|
9189
9189
|
constructor(t) {
|
|
9190
9190
|
this.#e = new Set(t);
|
|
@@ -9400,8 +9400,8 @@ var init_estree = __esm(() => {
|
|
|
9400
9400
|
Tr2 = { type: tt2 };
|
|
9401
9401
|
A = { type: me2 };
|
|
9402
9402
|
f = { type: me2, soft: true };
|
|
9403
|
-
|
|
9404
|
-
E = [
|
|
9403
|
+
os2 = { type: me2, hard: true };
|
|
9404
|
+
E = [os2, ke2];
|
|
9405
9405
|
yc = { type: me2, hard: true, literal: true };
|
|
9406
9406
|
$r2 = [yc, ke2];
|
|
9407
9407
|
je2 = { type: Ge2 };
|
|
@@ -9416,7 +9416,7 @@ var init_estree = __esm(() => {
|
|
|
9416
9416
|
cs = Symbol("DOC_FILL_PRINTED_LENGTH");
|
|
9417
9417
|
no2 = Sc;
|
|
9418
9418
|
so2 = Bc;
|
|
9419
|
-
|
|
9419
|
+
fs6 = [(e, t) => e.type === "ObjectExpression" && t === "properties", (e, t) => e.type === "CallExpression" && e.callee.type === "Identifier" && e.callee.name === "Component" && t === "arguments", (e, t) => e.type === "Decorator" && t === "expression"];
|
|
9420
9420
|
fo2 = mo.bind(undefined, "html");
|
|
9421
9421
|
yo = mo.bind(undefined, "angular");
|
|
9422
9422
|
jc = [{ test: po2, print: ao2 }, { test: lo2, print: co2 }, { test: Do, print: fo2 }, { test: ys, print: yo }, { test: Fo, print: Eo }].map(({ test: e, print: t }) => ({ test: e, print: Rc(t) }));
|
|
@@ -9605,7 +9605,7 @@ function wt3(e, t, i, s) {
|
|
|
9605
9605
|
return e.type = t, e.end = i, this.options.locations && (e.loc.end = s), this.options.ranges && (e.range[1] = i), e;
|
|
9606
9606
|
}
|
|
9607
9607
|
function us2(e) {
|
|
9608
|
-
var t = Ft2[e] = { binary: H2(ss2[e] + " " + lt2), binaryOfStrings: H2(as2[e]), nonBinary: { General_Category: H2(lt2), Script: H2(
|
|
9608
|
+
var t = Ft2[e] = { binary: H2(ss2[e] + " " + lt2), binaryOfStrings: H2(as2[e]), nonBinary: { General_Category: H2(lt2), Script: H2(os3[e]) } };
|
|
9609
9609
|
t.nonBinary.Script_Extensions = t.nonBinary.Script, t.nonBinary.gc = t.nonBinary.General_Category, t.nonBinary.sc = t.nonBinary.Script, t.nonBinary.scx = t.nonBinary.Script_Extensions;
|
|
9610
9610
|
}
|
|
9611
9611
|
function hs2(e) {
|
|
@@ -9628,7 +9628,7 @@ function ls2(e) {
|
|
|
9628
9628
|
function Ut2(e) {
|
|
9629
9629
|
return e >= 65 && e <= 90 || e >= 97 && e <= 122;
|
|
9630
9630
|
}
|
|
9631
|
-
function
|
|
9631
|
+
function fs7(e) {
|
|
9632
9632
|
return e >= 0 && e <= 1114111;
|
|
9633
9633
|
}
|
|
9634
9634
|
function ds2(e) {
|
|
@@ -9995,7 +9995,7 @@ var Ii3, Be2, Ni3, Li3, Ri3, Vi3, ot2 = (e, t) => () => (t || e((t = { exports:
|
|
|
9995
9995
|
this.flags = t, this.var = [], this.lexical = [], this.functions = [];
|
|
9996
9996
|
}, Te3 = function(t, i, s) {
|
|
9997
9997
|
this.type = "", this.start = i, this.end = 0, t.options.locations && (this.loc = new be2(t, s)), t.options.directSourceFile && (this.sourceFile = t.options.directSourceFile), t.options.ranges && (this.range = [i, 0]);
|
|
9998
|
-
}, he3, ts2 = "Gara Garay Gukh Gurung_Khema Hrkt Katakana_Or_Hiragana Kawi Kirat_Rai Krai Nag_Mundari Nagm Ol_Onal Onao Sunu Sunuwar Todhri Todr Tulu_Tigalari Tutg Unknown Zzzz", Pt3 = "ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS", It2, Nt3, Lt3, Rt2, is2, ss2, rs2 = "Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji", as2, lt2 = "Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu", Vt2 = "Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb", Ot3, Bt, Dt2, Mt3, ns2,
|
|
9998
|
+
}, he3, ts2 = "Gara Garay Gukh Gurung_Khema Hrkt Katakana_Or_Hiragana Kawi Kirat_Rai Krai Nag_Mundari Nagm Ol_Onal Onao Sunu Sunuwar Todhri Todr Tulu_Tigalari Tutg Unknown Zzzz", Pt3 = "ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS", It2, Nt3, Lt3, Rt2, is2, ss2, rs2 = "Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji", as2, lt2 = "Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu", Vt2 = "Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb", Ot3, Bt, Dt2, Mt3, ns2, os3, Ft2, ft2, me3, Fe2, f2, ve3 = function(t, i) {
|
|
9999
9999
|
this.parent = t, this.base = i || this;
|
|
10000
10000
|
}, G2 = function(t) {
|
|
10001
10001
|
this.parser = t, this.validFlags = "gim" + (t.options.ecmaVersion >= 6 ? "uy" : "") + (t.options.ecmaVersion >= 9 ? "s" : "") + (t.options.ecmaVersion >= 13 ? "d" : "") + (t.options.ecmaVersion >= 15 ? "v" : ""), this.unicodeProperties = Ft2[t.options.ecmaVersion >= 14 ? 14 : t.options.ecmaVersion], this.source = "", this.flags = "", this.start = 0, this.switchU = false, this.switchV = false, this.switchN = false, this.pos = 0, this.lastIntValue = 0, this.lastStringValue = "", this.lastAssertionIsQuantifiable = false, this.numCapturingParens = 0, this.maxBackReference = 0, this.groupNames = Object.create(null), this.backReferenceNames = [], this.branchID = null;
|
|
@@ -11705,7 +11705,7 @@ var init_acorn = __esm(() => {
|
|
|
11705
11705
|
Dt2 = Bt + " Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi";
|
|
11706
11706
|
Mt3 = Dt2 + " Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith";
|
|
11707
11707
|
ns2 = Mt3 + " " + ts2;
|
|
11708
|
-
|
|
11708
|
+
os3 = { 9: Vt2, 10: Ot3, 11: Bt, 12: Dt2, 13: Mt3, 14: ns2 };
|
|
11709
11709
|
Ft2 = {};
|
|
11710
11710
|
for (me3 = 0, Fe2 = [9, 10, 11, 12, 13, 14];me3 < Fe2.length; me3 += 1)
|
|
11711
11711
|
ft2 = Fe2[me3], us2(ft2);
|
|
@@ -12007,7 +12007,7 @@ var init_acorn = __esm(() => {
|
|
|
12007
12007
|
}
|
|
12008
12008
|
return true;
|
|
12009
12009
|
}
|
|
12010
|
-
if (s && e.eat(123) && this.regexp_eatHexDigits(e) && e.eat(125) &&
|
|
12010
|
+
if (s && e.eat(123) && this.regexp_eatHexDigits(e) && e.eat(125) && fs7(e.lastIntValue))
|
|
12011
12011
|
return true;
|
|
12012
12012
|
s && e.raise("Invalid unicode escape"), e.pos = i;
|
|
12013
12013
|
}
|
|
@@ -12901,13 +12901,13 @@ function Ge4(t, e) {
|
|
|
12901
12901
|
return Ai4(t, e, (n2, s) => n2.isEquivalent(s));
|
|
12902
12902
|
}
|
|
12903
12903
|
function Ji4(t19) {
|
|
12904
|
-
return t19 >=
|
|
12904
|
+
return t19 >= os4 && t19 <= as3 || t19 == ds3;
|
|
12905
12905
|
}
|
|
12906
12906
|
function W4(t19) {
|
|
12907
12907
|
return Oi4 <= t19 && t19 <= Fi4;
|
|
12908
12908
|
}
|
|
12909
12909
|
function Dt3(t19) {
|
|
12910
|
-
return t19 >= hs3 && t19 <=
|
|
12910
|
+
return t19 >= hs3 && t19 <= fs8 || t19 >= qt3 && t19 <= jt3;
|
|
12911
12911
|
}
|
|
12912
12912
|
function Mn(t19) {
|
|
12913
12913
|
return t19 === cs3 || t19 === ls3 || t19 === $t2;
|
|
@@ -12940,7 +12940,7 @@ function mr2(t24, e, n2) {
|
|
|
12940
12940
|
return new A3(t24, e, h.RegExpFlags, 0, n2);
|
|
12941
12941
|
}
|
|
12942
12942
|
function Zn3(t24) {
|
|
12943
|
-
return hs3 <= t24 && t24 <=
|
|
12943
|
+
return hs3 <= t24 && t24 <= fs8 || qt3 <= t24 && t24 <= jt3 || t24 == Xe4 || t24 == Wt3;
|
|
12944
12944
|
}
|
|
12945
12945
|
function es3(t24) {
|
|
12946
12946
|
return Dt3(t24) || W4(t24) || t24 == Xe4 || t24 == Wt3;
|
|
@@ -12960,7 +12960,7 @@ function xr3(t24) {
|
|
|
12960
12960
|
case ji4:
|
|
12961
12961
|
return Li4;
|
|
12962
12962
|
case zi4:
|
|
12963
|
-
return
|
|
12963
|
+
return os4;
|
|
12964
12964
|
case Xi4:
|
|
12965
12965
|
return Ni4;
|
|
12966
12966
|
default:
|
|
@@ -13312,7 +13312,7 @@ var Ci4, _i4, Ti4, an3 = (t) => {
|
|
|
13312
13312
|
for (let s of e)
|
|
13313
13313
|
this.visit(s, n2);
|
|
13314
13314
|
}
|
|
13315
|
-
}, kn2, bn2, L3, An2, pe2 = 0,
|
|
13315
|
+
}, kn2, bn2, L3, An2, pe2 = 0, os4 = 9, Ie3 = 10, Ni4 = 11, Pi4 = 12, Li4 = 13, as3 = 32, Mi3 = 33, ls3 = 34, Ri4 = 35, Wt3 = 36, $i4 = 37, In2 = 38, cs3 = 39, ve4 = 40, q4 = 41, Nn = 42, us3 = 43, Q3 = 44, ps3 = 45, H3 = 46, Fe3 = 47, j2 = 58, fe2 = 59, Di4 = 60, k4 = 61, Bi4 = 62, Pn2 = 63, Oi4 = 48, Fi4 = 57, qt3 = 65, Vi4 = 69, jt3 = 90, te4 = 91, it2 = 92, G3 = 93, Ui4 = 94, Xe4 = 95, hs3 = 97, Hi4 = 101, Wi4 = 102, qi4 = 110, ji4 = 114, zi4 = 116, Gi4 = 117, Xi4 = 118, fs8 = 122, Ve4 = 123, Ln2 = 124, K4 = 125, ds3 = 160, $t2 = 96, Ue3 = class t19 {
|
|
13316
13316
|
file;
|
|
13317
13317
|
offset;
|
|
13318
13318
|
line;
|
|
@@ -16342,7 +16342,7 @@ function Gi5(a4) {
|
|
|
16342
16342
|
if (a4.type !== "MemberExpression")
|
|
16343
16343
|
return false;
|
|
16344
16344
|
let { computed: t24, property: e } = a4;
|
|
16345
|
-
return t24 && e.type !== "StringLiteral" && (e.type !== "TemplateLiteral" || e.expressions.length > 0) ? false :
|
|
16345
|
+
return t24 && e.type !== "StringLiteral" && (e.type !== "TemplateLiteral" || e.expressions.length > 0) ? false : os5(a4.object);
|
|
16346
16346
|
}
|
|
16347
16347
|
function Xi5(a4, t24) {
|
|
16348
16348
|
let { type: e } = a4;
|
|
@@ -16369,8 +16369,8 @@ function Yi5(a4, t24) {
|
|
|
16369
16369
|
}
|
|
16370
16370
|
return false;
|
|
16371
16371
|
}
|
|
16372
|
-
function
|
|
16373
|
-
return a4.type === "Identifier" ? true : a4.type !== "MemberExpression" || a4.computed ? false :
|
|
16372
|
+
function os5(a4) {
|
|
16373
|
+
return a4.type === "Identifier" ? true : a4.type !== "MemberExpression" || a4.computed ? false : os5(a4.object);
|
|
16374
16374
|
}
|
|
16375
16375
|
function er5(a4) {
|
|
16376
16376
|
if (a4.has("decorators")) {
|
|
@@ -16547,7 +16547,7 @@ function cr4(a4, t24) {
|
|
|
16547
16547
|
function lr4(a4, t24) {
|
|
16548
16548
|
let e = null, s = t24;
|
|
16549
16549
|
for (;s !== e; )
|
|
16550
|
-
e = s, s = cs4(a4, s), s = ps4(a4, s), s = ds4(a4, s), s =
|
|
16550
|
+
e = s, s = cs4(a4, s), s = ps4(a4, s), s = ds4(a4, s), s = fs9(a4, s);
|
|
16551
16551
|
return s;
|
|
16552
16552
|
}
|
|
16553
16553
|
function ys4(a4) {
|
|
@@ -20442,7 +20442,7 @@ var Hs5, Re4 = (a3, t24) => {
|
|
|
20442
20442
|
return this.parseV8Intrinsic() || super.parseExprAtom(e);
|
|
20443
20443
|
}
|
|
20444
20444
|
}, Kt4, Ht5, hs4, tr5, pt5, ze5, sr5, ir5, qe4, ut4, Ee4, ua2, Wt4, da2, cs4, ma2, ls4, ps4, us4 = (a4) => a4 === `
|
|
20445
|
-
` || a4 === "\r" || a4 === "\u2028" || a4 === "\u2029",
|
|
20445
|
+
` || a4 === "\r" || a4 === "\u2028" || a4 === "\u2029", fs9, ds4, ms4, ve5, ee3 = (a4, t24) => (e, s, ...i) => e | 1 && s == null ? undefined : (t24.call(s) ?? s[a4]).apply(s, i), ur5, fr5, xs5, mr3, Ps5, te5, xr4, se5, Pr3, gs4, St5, Ts3, wt5, Ct5, bs4, As4, me5 = null, wr4 = 10, Ss3, c2, ws4, Er4, Cs3, Es3, fn4, Ns4, De5, ks4 = "Unexpected parseExpression() input: ", Me5, vr4, Lr4, xe4, Dr4, Mr4, Or4, Fr4, vs5, Br4, Ls5, Rr4, Ur4, Os4, Fs5, H4, Oe4 = "module", Nt5 = "commonjs", Fe4, ie4 = (a4) => H4(Kr3(a4)), Vr4, js5 = "v8intrinsic", Vs4, _3 = (a4, t24 = Vr4) => ({ ...t24, plugins: [...t24.plugins, ...a4] }), zr3, Hr3, zs5, Wr2, Jr2, Gr3, Xr2, qs5, Yr4, Lt5, vt5, $s4, ea2, ta2, sa2, ia2, ra2;
|
|
20446
20446
|
var init_babel = __esm(() => {
|
|
20447
20447
|
Hs5 = Object.defineProperty;
|
|
20448
20448
|
Ks4 = {};
|
|
@@ -23575,7 +23575,7 @@ var init_babel = __esm(() => {
|
|
|
23575
23575
|
ma2 = ke5(",; \t");
|
|
23576
23576
|
ls4 = ke5(/[^\n\r]/u);
|
|
23577
23577
|
ps4 = or5;
|
|
23578
|
-
|
|
23578
|
+
fs9 = hr5;
|
|
23579
23579
|
ds4 = cr4;
|
|
23580
23580
|
ms4 = lr4;
|
|
23581
23581
|
ve5 = pr5;
|
|
@@ -23910,7 +23910,7 @@ var init_flow = __esm(() => {
|
|
|
23910
23910
|
(function(a0) {
|
|
23911
23911
|
var ox = 320, Yx = "loc", xr5 = 289, E1 = 70416, S22 = 69748, da3 = 163, Tt6 = 92159, Vr5 = 43587, G1 = "labeled_statement", yo3 = "&=", Et6 = "int_of_string", G32 = 110591, _o3 = 92909, gp2 = 11559, nD2 = "regexp", W52 = 43301, bp2 = 11703, V5 = 122654, ya2 = 255, uD2 = "%ni", $5 = 68252, iD2 = 232, Q5 = 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, _a3 = "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", ky = 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", Ky = 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, q7 = "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 = "/", X7 = "type_guard", w1 = "body", fk = 178, ge5 = "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", J7 = "type_identifier_reference", ak = 11647, rw = "proto", St6 = "identifier", ew = 43696, At6 = "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, ft5 = "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", W7 = "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", CR = "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 = `
|
|
23912
23912
|
`, 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, be5 = "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, LF = "||", 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", N6 = 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, R6 = 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, EE = 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, M6 = 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, It5 = "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 ", q6 = 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", U6 = "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", X6 = "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
|
|
23913
|
-
`, 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, Je6 = "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, Ke6 = "debugger", oI = 70457, z6 = 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", Pt6 = 128, mI = -673950933, Bm2 = 126591, oL = "Sys_error", hI = 74649, dI = 74862, J6 = "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, K6 = "from", SI = 68447, Ym2 = 12592, AI = 92766, hL = ">>=", n2 = 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 *", Ee5 = 102, _L = 200, H6 = "symbol", Wv = "source", jc2 = "tparam_const_modifier", XI = 43714, Dc2 = "jsx_fragment", Rc2 = "jsx_attribute_name_identifier", W6 = "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, on3 = "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, h2 = 112, KP = "b",
|
|
23913
|
+
`, 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, Je6 = "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, Ke6 = "debugger", oI = 70457, z6 = 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", Pt6 = 128, mI = -673950933, Bm2 = 126591, oL = "Sys_error", hI = 74649, dI = 74862, J6 = "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, K6 = "from", SI = 68447, Ym2 = 12592, AI = 92766, hL = ">>=", n2 = 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 *", Ee5 = 102, _L = 200, H6 = "symbol", Wv = "source", jc2 = "tparam_const_modifier", XI = 43714, Dc2 = "jsx_fragment", Rc2 = "jsx_attribute_name_identifier", W6 = "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, on3 = "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, h2 = 112, KP = "b", fs10 = "predicate_expression", cs5 = "if_alternate_statement", Q6 = "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, os6 = "match_array_pattern", LL = 174, vs6 = "function_", ls5 = "bigint_literal", t1 = 248, oh = 67638, vh = 126539, tC = 11557, qL = 214, nC = 5760, We6 = "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, d2 = 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", Ct6 = 106, al2 = "%d", KL = "T_RENDERS_QUESTION", wh = 120571, gh = "returnType", SC = 69423, bh = 120070, HL = "%", Z6 = 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, Ve6 = "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, x4 = "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";
|
|
23914
23914
|
function Ez(x6, r, e, t25, u) {
|
|
23915
23915
|
if (t25 <= r)
|
|
23916
23916
|
for (var i = 1;i <= u; i++)
|
|
@@ -26248,7 +26248,7 @@ var init_flow = __esm(() => {
|
|
|
26248
26248
|
function XJ(x6, r, e, t25, u, i, c6, v6) {
|
|
26249
26249
|
return (x6.l >= 0 ? x6.l : x6.l = x6.length) == 7 ? x6(r, e, t25, u, i, c6, v6) : Os5(x6, [r, e, t25, u, i, c6, v6]);
|
|
26250
26250
|
}
|
|
26251
|
-
var D4 = 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, We6, 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, Ke6, us5, xc2, ou2, zi6, yu2, lf, gi6, Gc2, wi6, Ic2, hc2, qn4, Ju2, nf, be5, 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, St6, 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,
|
|
26251
|
+
var D4 = 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, We6, 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, Ke6, us5, xc2, ou2, zi6, yu2, lf, gi6, Gc2, wi6, Ic2, hc2, qn4, Ju2, nf, be5, 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, St6, 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, os6, su2, Yc2, Cu2, Au2, gu2, mf, L7, ps5, E7, du2, uu2, Nf, hf, uc2, Ki6, W7, 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, ge5, Eu2, Ai6, $c2, bi6, Y7, Fu2, jf, Bn3, m7, Zi6, Fc2, au2, $f2, P7, af, xf2, pu2, M7, Zu2, Pi6, Lf, Ge6, fs10, _7, If2, a7, q7, pi6, Ku2, fc2, qu2, Of, w7, ci6, Je6, 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, X7, cf, ui6, J7, Uf, Qu2, d7, F7, hu2, Fi6, Du2, Gi6, Rf2, bc2, pc2, h7, qf, $22, V7, $i6, of, H22], hn4 = [0, 0, 0];
|
|
26252
26252
|
Dt5(11, s4, QF), Dt5(10, Nr5, _M), Dt5(9, [t1, oM, MM], oM), Dt5(8, Bq, RM), Dt5(7, qq, dD2), Dt5(6, Ds6, tF), Dt5(5, [t1, MR, -6], MR), Dt5(4, [t1, $M, -5], $M), Dt5(3, Kh, PL), Dt5(2, mn4, sy), Dt5(1, Lq, oL), Dt5(0, NN, cD2);
|
|
26253
26253
|
function L1(x6) {
|
|
26254
26254
|
if (typeof x6 == "number")
|
|
@@ -29641,8 +29641,8 @@ var init_flow = __esm(() => {
|
|
|
29641
29641
|
}, 0, r[1]);
|
|
29642
29642
|
};
|
|
29643
29643
|
}
|
|
29644
|
-
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$ = H6, 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, W7, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St6, 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, X7, 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, be5, 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, Je6, F7, J7, Jc2, jf, He6, Ke6, n7, cs5, Vu2, p7, ds5, ge5, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q7, fs5, 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, os5, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We6, 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, J7, ui6, cf, X7, 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, Je6, ci6, w7, Of, qu2, fc2, Ku2, pi6, q7, a7, If2, _7, fs5, Ge6, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge5, 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, W7, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os5, 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, St6, 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, be5, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke6, 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, We6, 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 = Q6, Jx0 = " Fields and methods are public by default. You can simply omit the `public` keyword.", Kx0 = W6, 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 = U6, fr0 = "template literal part", cr0 = U6, sr0 = nD2, ar0 = sL, or0 = U6, vr0 = H32, lr0 = U6, pr0 = $v, kr0 = U6, mr0 = K32, hr0 = "an", dr0 = St6, 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 = Je6, 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 = We6, 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 = Q6, E10 = k6, S10 = W6, A10 = H22, I10 = Ke6, P10 = x4, 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 = LF, 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 = be5, O20 = H32, j20 = $v, D20 = K32, R20 = ga, F20 = H6, M20 = hk, L20 = bk, q20 = Hk, B20 = Lm2, U20 = Xv, X20 = FD2, G20 = J6, 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
|
|
29645
|
-
`, 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, CR, TM, V7, $22, qf, h7, pc2, bc2, Rf2, Gi6, Du2, Fi6, hu2, F7, d7, Qu2, Uf, J7, ui6, cf, X7, 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, Je6, ci6, w7, Of, qu2, fc2, Ku2, pi6, q7, a7, If2, _7, fs5, Ge6, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge5, 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, W7, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os5, 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, St6, 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, be5, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke6, 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, We6, 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, W7, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St6, 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, X7, 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, be5, 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, Je6, F7, J7, Jc2, jf, He6, Ke6, n7, cs5, Vu2, p7, ds5, ge5, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q7, fs5, 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, os5, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We6, 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, W7, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St6, 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, X7, 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, be5, 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, Je6, F7, J7, Jc2, jf, He6, Ke6, n7, cs5, Vu2, p7, ds5, ge5, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q7, fs5, 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, CR, 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, os5, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We6, 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, J7, ui6, cf, X7, 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, Je6, ci6, w7, Of, qu2, fc2, Ku2, pi6, q7, a7, If2, _7, fs5, Ge6, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge5, 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, W7, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os5, 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, St6, 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, be5, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke6, 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, We6, 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 = Je6, 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 = We6, 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 = Q6, bo0 = k6, To0 = W6, Eo0 = H22, So0 = Ke6, Ao0 = x4, Io0 = tc2, Po0 = zb, Co0 = JS, No0 = Io3, Oo0 = Kv, jo0 = ik, Do0 = wk, Ro0 = be5, Fo0 = H32, Mo0 = $v, Lo0 = K32, qo0 = ga, Bo0 = H6, Uo0 = hk, Xo0 = bk, Go0 = Hk, Yo0 = Lm2, zo0 = Xv, Jo0 = J6, 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 = J6, 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 = K6, 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, St6], J30 = Ta2, K30 = [0, 73], H30 = [0, rx, 0], W30 = It5, 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, R6], 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 = on3, 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 = LF, 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 = ft5, X80 = "OptionalCallExpression", G80 = ft5, 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 = ge5, 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 = _a3, Ym0 = "MatchInstancePattern", zm0 = "patterns", Jm0 = "MatchOrPattern", Km0 = Ih, Hm0 = ge5, 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 = ge5, sh0 = en4, ah0 = VR, oh0 = T6, vh0 = ge5, 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 = on3, Ch0 = Yr5, Nh0 = "Unexpected FunctionExpression with BodyExpression", Oh0 = B22, jh0 = gh, Dh0 = t24, Rh0 = Ge6, Fh0 = Ey, Mh0 = Io3, Lh0 = w1, qh0 = on3, Bh0 = Yr5, Uh0 = "FunctionExpression", Xh0 = ft5, Gh0 = Y1, Yh0 = Ye4, zh0 = US, Jh0 = ft5, Kh0 = Y1, Hh0 = Ye4, Wh0 = "PrivateIdentifier", Vh0 = ft5, $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 = on3, Ed0 = p6, Sd0 = on3, Ad0 = Yr5, Id0 = "DeclareComponent", Pd0 = B22, Cd0 = f_, Nd0 = p6, Od0 = on3, jd0 = "ComponentTypeAnnotation", Dd0 = ft5, 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 = _a3, N50 = V6, O50 = Nv, j50 = nl2, D50 = g8, R50 = W32, F50 = Ue5, M50 = ba2, L50 = m1, q50 = en4, B50 = "MethodDefinition", U50 = x4, 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 = x4, Q50 = g8, Z50 = $22, xy0 = Ue5, ry0 = W32, ey0 = Y1, ty0 = m1, ny0 = en4, uy0 = jL, iy0 = B22, fy0 = f_, cy0 = on3, sy0 = Yr5, ay0 = w1, oy0 = "ComponentDeclaration", vy0 = $1, ly0 = OE, py0 = fn5, ky0 = Ea2, my0 = jm2, hy0 = T6, dy0 = X6, 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 = At6, u_0 = m1, i_0 = J32, f_0 = rx, c_0 = At6, s_0 = $v, a_0 = m1, o_0 = J32, v_0 = At6, l_0 = m1, p_0 = J32, k_0 = Pa2, m_0 = wa2, h_0 = At6, d_0 = m1, y_0 = J32, __0 = "flags", w_0 = ge5, g_0 = "regex", b_0 = At6, T_0 = m1, E_0 = J32, S_0 = At6, A_0 = m1, I_0 = J32, P_0 = rM, C_0 = "quasis", N_0 = "TemplateLiteral", O_0 = "cooked", j_0 = At6, 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 = on3, Sw0 = ft5, Aw0 = Y1, Iw0 = Ye4, Pw0 = fM, Cw0 = ft5, 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 = ft5, 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 = ft5, pg0 = $22, kg0 = "sourceType", mg0 = "propType", hg0 = "keyTparam", dg0 = "ObjectTypeMappedTypeProperty", yg0 = m1, _g0 = V6, wg0 = Ue5, gg0 = ft5, 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 = ft5, 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 = ft5, hb0 = $22, db0 = QM, yb0 = S6, _b0 = "TupleTypeLabeledElement", wb0 = Y1, gb0 = S6, bb0 = "TupleTypeSpreadElement", Tb0 = At6, Eb0 = m1, Sb0 = "StringLiteralTypeAnnotation", Ab0 = At6, Ib0 = m1, Pb0 = "NumberLiteralTypeAnnotation", Cb0 = At6, Nb0 = m1, Ob0 = "BigIntLiteralTypeAnnotation", jb0 = Pa2, Db0 = wa2, Rb0 = At6, Fb0 = m1, Mb0 = "BooleanLiteralTypeAnnotation", Lb0 = "ExistsTypeAnnotation", qb0 = Y1, Bb0 = vF, Ub0 = Y1, Xb0 = vF, Gb0 = on3, Yb0 = "TypeParameterDeclaration", zb0 = "usesExtendsBound", Jb0 = Fv, Kb0 = $22, Hb0 = No3, Wb0 = "bound", Vb0 = Ye4, $b0 = "TypeParameter", Qb0 = on3, Zb0 = mM, xT0 = on3, 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 = At6, NT0 = m1, OT0 = "JSXText", jT0 = Tm2, DT0 = Dp2, RT0 = "JSXMemberExpression", FT0 = Ye4, MT0 = rE, LT0 = "JSXNamespacedName", qT0 = Ye4, BT0 = "JSXIdentifier", UT0 = cA, XT0 = X6, GT0 = "ExportSpecifier", YT0 = X6, zT0 = "ImportDefaultSpecifier", JT0 = X6, KT0 = "ImportNamespaceSpecifier", HT0 = XD, WT0 = X6, 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, W7, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St6, 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, X7, 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, be5, 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, Je6, F7, J7, Jc2, jf, He6, Ke6, n7, cs5, Vu2, p7, ds5, ge5, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q7, fs5, 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, os5, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We6, 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, J7, ui6, cf, X7, 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, Je6, ci6, w7, Of, qu2, fc2, Ku2, pi6, q7, a7, If2, _7, fs5, Ge6, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge5, 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, W7, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os5, 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, St6, 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, be5, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke6, 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, We6, 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, We6, 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, Ke6, us5, xc2, ou2, zi6, yu2, lf, gi6, Gc2, wi6, Ic2, hc2, qn4, Ju2, nf, be5, 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, St6, 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, os5, su2, Yc2, Cu2, Au2, gu2, mf, L7, ps5, E7, du2, uu2, Nf, hf, uc2, Ki6, W7, 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, ge5, Eu2, Ai6, $c2, bi6, Y7, Fu2, jf, Bn3, m7, Zi6, Fc2, au2, $f2, P7, af, xf2, pu2, M7, Zu2, Pi6, Lf, Ge6, fs5, _7, If2, a7, q7, pi6, Ku2, fc2, qu2, Of, w7, ci6, Je6, 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, X7, cf, ui6, J7, 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)];
|
|
29644
|
+
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$ = H6, 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, W7, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St6, 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, X7, 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, be5, 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, Je6, F7, J7, Jc2, jf, He6, Ke6, n7, cs5, Vu2, p7, ds5, ge5, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q7, fs10, 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, os6, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We6, 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, J7, ui6, cf, X7, 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, Je6, ci6, w7, Of, qu2, fc2, Ku2, pi6, q7, a7, If2, _7, fs10, Ge6, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge5, 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, W7, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os6, 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, St6, 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, be5, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke6, 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, We6, 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 = Q6, Jx0 = " Fields and methods are public by default. You can simply omit the `public` keyword.", Kx0 = W6, 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 = U6, fr0 = "template literal part", cr0 = U6, sr0 = nD2, ar0 = sL, or0 = U6, vr0 = H32, lr0 = U6, pr0 = $v, kr0 = U6, mr0 = K32, hr0 = "an", dr0 = St6, 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 = Je6, 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 = We6, 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 = Q6, E10 = k6, S10 = W6, A10 = H22, I10 = Ke6, P10 = x4, 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 = LF, 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 = be5, O20 = H32, j20 = $v, D20 = K32, R20 = ga, F20 = H6, M20 = hk, L20 = bk, q20 = Hk, B20 = Lm2, U20 = Xv, X20 = FD2, G20 = J6, 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
|
|
29645
|
+
`, 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, CR, TM, V7, $22, qf, h7, pc2, bc2, Rf2, Gi6, Du2, Fi6, hu2, F7, d7, Qu2, Uf, J7, ui6, cf, X7, 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, Je6, ci6, w7, Of, qu2, fc2, Ku2, pi6, q7, a7, If2, _7, fs10, Ge6, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge5, 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, W7, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os6, 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, St6, 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, be5, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke6, 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, We6, 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, W7, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St6, 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, X7, 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, be5, 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, Je6, F7, J7, Jc2, jf, He6, Ke6, n7, cs5, Vu2, p7, ds5, ge5, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q7, fs10, 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, os6, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We6, 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, W7, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St6, 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, X7, 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, be5, 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, Je6, F7, J7, Jc2, jf, He6, Ke6, n7, cs5, Vu2, p7, ds5, ge5, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q7, fs10, 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, CR, 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, os6, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We6, 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, J7, ui6, cf, X7, 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, Je6, ci6, w7, Of, qu2, fc2, Ku2, pi6, q7, a7, If2, _7, fs10, Ge6, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge5, 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, W7, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os6, 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, St6, 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, be5, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke6, 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, We6, 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 = Je6, 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 = We6, 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 = Q6, bo0 = k6, To0 = W6, Eo0 = H22, So0 = Ke6, Ao0 = x4, Io0 = tc2, Po0 = zb, Co0 = JS, No0 = Io3, Oo0 = Kv, jo0 = ik, Do0 = wk, Ro0 = be5, Fo0 = H32, Mo0 = $v, Lo0 = K32, qo0 = ga, Bo0 = H6, Uo0 = hk, Xo0 = bk, Go0 = Hk, Yo0 = Lm2, zo0 = Xv, Jo0 = J6, 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 = J6, 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 = K6, 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, St6], J30 = Ta2, K30 = [0, 73], H30 = [0, rx, 0], W30 = It5, 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, R6], 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 = on3, 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 = LF, 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 = ft5, X80 = "OptionalCallExpression", G80 = ft5, 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 = ge5, 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 = _a3, Ym0 = "MatchInstancePattern", zm0 = "patterns", Jm0 = "MatchOrPattern", Km0 = Ih, Hm0 = ge5, 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 = ge5, sh0 = en4, ah0 = VR, oh0 = T6, vh0 = ge5, 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 = on3, Ch0 = Yr5, Nh0 = "Unexpected FunctionExpression with BodyExpression", Oh0 = B22, jh0 = gh, Dh0 = t24, Rh0 = Ge6, Fh0 = Ey, Mh0 = Io3, Lh0 = w1, qh0 = on3, Bh0 = Yr5, Uh0 = "FunctionExpression", Xh0 = ft5, Gh0 = Y1, Yh0 = Ye4, zh0 = US, Jh0 = ft5, Kh0 = Y1, Hh0 = Ye4, Wh0 = "PrivateIdentifier", Vh0 = ft5, $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 = on3, Ed0 = p6, Sd0 = on3, Ad0 = Yr5, Id0 = "DeclareComponent", Pd0 = B22, Cd0 = f_, Nd0 = p6, Od0 = on3, jd0 = "ComponentTypeAnnotation", Dd0 = ft5, 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 = _a3, N50 = V6, O50 = Nv, j50 = nl2, D50 = g8, R50 = W32, F50 = Ue5, M50 = ba2, L50 = m1, q50 = en4, B50 = "MethodDefinition", U50 = x4, 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 = x4, Q50 = g8, Z50 = $22, xy0 = Ue5, ry0 = W32, ey0 = Y1, ty0 = m1, ny0 = en4, uy0 = jL, iy0 = B22, fy0 = f_, cy0 = on3, sy0 = Yr5, ay0 = w1, oy0 = "ComponentDeclaration", vy0 = $1, ly0 = OE, py0 = fn5, ky0 = Ea2, my0 = jm2, hy0 = T6, dy0 = X6, 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 = At6, u_0 = m1, i_0 = J32, f_0 = rx, c_0 = At6, s_0 = $v, a_0 = m1, o_0 = J32, v_0 = At6, l_0 = m1, p_0 = J32, k_0 = Pa2, m_0 = wa2, h_0 = At6, d_0 = m1, y_0 = J32, __0 = "flags", w_0 = ge5, g_0 = "regex", b_0 = At6, T_0 = m1, E_0 = J32, S_0 = At6, A_0 = m1, I_0 = J32, P_0 = rM, C_0 = "quasis", N_0 = "TemplateLiteral", O_0 = "cooked", j_0 = At6, 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 = on3, Sw0 = ft5, Aw0 = Y1, Iw0 = Ye4, Pw0 = fM, Cw0 = ft5, 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 = ft5, 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 = ft5, pg0 = $22, kg0 = "sourceType", mg0 = "propType", hg0 = "keyTparam", dg0 = "ObjectTypeMappedTypeProperty", yg0 = m1, _g0 = V6, wg0 = Ue5, gg0 = ft5, 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 = ft5, 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 = ft5, hb0 = $22, db0 = QM, yb0 = S6, _b0 = "TupleTypeLabeledElement", wb0 = Y1, gb0 = S6, bb0 = "TupleTypeSpreadElement", Tb0 = At6, Eb0 = m1, Sb0 = "StringLiteralTypeAnnotation", Ab0 = At6, Ib0 = m1, Pb0 = "NumberLiteralTypeAnnotation", Cb0 = At6, Nb0 = m1, Ob0 = "BigIntLiteralTypeAnnotation", jb0 = Pa2, Db0 = wa2, Rb0 = At6, Fb0 = m1, Mb0 = "BooleanLiteralTypeAnnotation", Lb0 = "ExistsTypeAnnotation", qb0 = Y1, Bb0 = vF, Ub0 = Y1, Xb0 = vF, Gb0 = on3, Yb0 = "TypeParameterDeclaration", zb0 = "usesExtendsBound", Jb0 = Fv, Kb0 = $22, Hb0 = No3, Wb0 = "bound", Vb0 = Ye4, $b0 = "TypeParameter", Qb0 = on3, Zb0 = mM, xT0 = on3, 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 = At6, NT0 = m1, OT0 = "JSXText", jT0 = Tm2, DT0 = Dp2, RT0 = "JSXMemberExpression", FT0 = Ye4, MT0 = rE, LT0 = "JSXNamespacedName", qT0 = Ye4, BT0 = "JSXIdentifier", UT0 = cA, XT0 = X6, GT0 = "ExportSpecifier", YT0 = X6, zT0 = "ImportDefaultSpecifier", JT0 = X6, KT0 = "ImportNamespaceSpecifier", HT0 = XD, WT0 = X6, 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, W7, hf, Ff, Es4, Xi6, Z7, Ii6, lc2, I7, Ec2, O7, of, Fu2, tu2, Ku2, jc2, hi6, m7, pf, Ic2, Vf, gs5, wc2, ys5, St6, 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, X7, 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, be5, 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, Je6, F7, J7, Jc2, jf, He6, Ke6, n7, cs5, Vu2, p7, ds5, ge5, iu2, As5, Bf, cc2, sc2, Un3, cu2, Mi5, Ru2, hu2, Ts4, q7, fs10, 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, os6, rc2, vn3, as5, Gu2, Dc2, Kf, nc2, us5, pi6, ci6, Yf, We6, 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, J7, ui6, cf, X7, 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, Je6, ci6, w7, Of, qu2, fc2, Ku2, pi6, q7, a7, If2, _7, fs10, Ge6, Lf, Pi6, Zu2, M7, pu2, xf2, af, P7, $f2, au2, Fc2, Zi6, m7, Bn3, jf, Fu2, Y7, bi6, $c2, Ai6, Eu2, ge5, 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, W7, Ki6, uc2, hf, Nf, uu2, du2, E7, ps5, L7, mf, gu2, Au2, Cu2, Yc2, su2, os6, 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, St6, 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, be5, nf, Ju2, qn4, hc2, Ic2, wi6, Gc2, gi6, lf, yu2, zi6, ou2, xc2, us5, Ke6, 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, We6, 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, We6, 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, Ke6, us5, xc2, ou2, zi6, yu2, lf, gi6, Gc2, wi6, Ic2, hc2, qn4, Ju2, nf, be5, 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, St6, 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, os6, su2, Yc2, Cu2, Au2, gu2, mf, L7, ps5, E7, du2, uu2, Nf, hf, uc2, Ki6, W7, 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, ge5, Eu2, Ai6, $c2, bi6, Y7, Fu2, jf, Bn3, m7, Zi6, Fc2, au2, $f2, P7, af, xf2, pu2, M7, Zu2, Pi6, Lf, Ge6, fs10, _7, If2, a7, q7, pi6, Ku2, fc2, qu2, Of, w7, ci6, Je6, 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, X7, cf, ui6, J7, 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)];
|
|
29646
29646
|
function OE0(x6, r) {
|
|
29647
29647
|
var e = Rx(r) - 1 | 0, t25 = 0;
|
|
29648
29648
|
if (e >= 0)
|
|
@@ -54018,7 +54018,7 @@ function Qe6(e, t24) {
|
|
|
54018
54018
|
function ps5(e) {
|
|
54019
54019
|
return /^\[.*\]$/.test(e) ? e.substring(1, e.length - 1) : e;
|
|
54020
54020
|
}
|
|
54021
|
-
function
|
|
54021
|
+
function fs10(e, t24) {
|
|
54022
54022
|
return { open: e.charAt(2) === "~", close: t24.charAt(t24.length - 3) === "~" };
|
|
54023
54023
|
}
|
|
54024
54024
|
function ms5(e) {
|
|
@@ -54782,7 +54782,7 @@ var Un3, Oe5 = (e, t24) => {
|
|
|
54782
54782
|
`).map((s) => s.slice(r)).join(`
|
|
54783
54783
|
`);
|
|
54784
54784
|
}
|
|
54785
|
-
}, Rr5, ns5, ss5, R5, Bt4, Ue5, qr4, Fr5, Hr4, Rt5 = null,
|
|
54785
|
+
}, Rr5, ns5, ss5, R5, Bt4, Ue5, qr4, Fr5, Hr4, Rt5 = null, os6 = 10, Ur5, cs5, $a3, Xa3, ze6, Mr5, us5, Vt5, Ye4, tt6, Wr3, jr3, Ft5, hs5 = function(e, t24, r) {
|
|
54786
54786
|
if (r || arguments.length === 2)
|
|
54787
54787
|
for (var s = 0, n2 = t24.length, i;s < n2; s++)
|
|
54788
54788
|
(i || !(s in t24)) && (i || (i = Array.prototype.slice.call(t24, 0, s)), i[s] = t24[s]);
|
|
@@ -55356,7 +55356,7 @@ var init_glimmer = __esm(() => {
|
|
|
55356
55356
|
Vr5.ignoredProperties = new Set(["loc", "selfClosing"]);
|
|
55357
55357
|
Fr5 = Vr5;
|
|
55358
55358
|
Hr4 = as5;
|
|
55359
|
-
for (let e = 0;e <=
|
|
55359
|
+
for (let e = 0;e <= os6; e++)
|
|
55360
55360
|
qt5();
|
|
55361
55361
|
Ur5 = ls5;
|
|
55362
55362
|
cs5 = Object.freeze([]);
|
|
@@ -55869,7 +55869,7 @@ Expecting ` + Qt5.join(", ") + ", got '" + (this.terminals_[L5] || L5) + "'" : D
|
|
|
55869
55869
|
};
|
|
55870
55870
|
jr3 = G5;
|
|
55871
55871
|
Ft5 = {};
|
|
55872
|
-
Oe5(Ft5, { SourceLocation: () => Qe6, id: () => ps5, prepareBlock: () => ys5, prepareMustache: () => gs5, preparePartialBlock: () => ks5, preparePath: () => ds5, prepareProgram: () => Ss4, prepareRawBlock: () => bs5, stripComment: () => ms5, stripFlags: () =>
|
|
55872
|
+
Oe5(Ft5, { SourceLocation: () => Qe6, id: () => ps5, prepareBlock: () => ys5, prepareMustache: () => gs5, preparePartialBlock: () => ks5, preparePath: () => ds5, prepareProgram: () => Ss4, prepareRawBlock: () => bs5, stripComment: () => ms5, stripFlags: () => fs10 });
|
|
55873
55873
|
Qr5 = {};
|
|
55874
55874
|
for (ue5 in Ft5)
|
|
55875
55875
|
Object.prototype.hasOwnProperty.call(Ft5, ue5) && (Qr5[ue5] = Ft5[ue5]);
|
|
@@ -60646,7 +60646,7 @@ ${e6}`, wi7, Ja3 = (e6) => e6?.kind === "angularControlFlowBlock" && (e6.name ==
|
|
|
60646
60646
|
}
|
|
60647
60647
|
return i;
|
|
60648
60648
|
}
|
|
60649
|
-
}, us6, Ur6 = null, $o2 = () => (Ur6 || (Ur6 = new us6), Ur6), zo2, ps6, al2, hs6, ms6, Wr4,
|
|
60649
|
+
}, us6, Ur6 = null, $o2 = () => (Ur6 || (Ur6 = new us6), Ur6), zo2, ps6, al2, hs6, ms6, Wr4, fs11 = "HTML", ol3, ds6, Qr6, gs6, cl2, Zt8, _s6, er7, Ss5, oe7, $r6, zr5, We8 = class We9 {
|
|
60650
60650
|
constructor(t24 = {}) {
|
|
60651
60651
|
tn6(this, oe7);
|
|
60652
60652
|
ir7(this, "kind");
|
|
@@ -61122,9 +61122,9 @@ If '${e6}' is a directive input, make sure the directive is imported by the curr
|
|
|
61122
61122
|
super(e6), this.msg = e6, this.cursor = t24, Object.setPrototypeOf(this, new.target.prototype);
|
|
61123
61123
|
}
|
|
61124
61124
|
};
|
|
61125
|
-
N6 = class
|
|
61125
|
+
N6 = class os7 extends ne8 {
|
|
61126
61126
|
static create(t24, r, n2) {
|
|
61127
|
-
return new
|
|
61127
|
+
return new os7(t24, r, n2);
|
|
61128
61128
|
}
|
|
61129
61129
|
constructor(t24, r, n2) {
|
|
61130
61130
|
super(r, n2), this.elementName = t24;
|
|
@@ -61144,7 +61144,7 @@ If '${e6}' is a directive input, make sure the directive is imported by the curr
|
|
|
61144
61144
|
hs6 = al2;
|
|
61145
61145
|
ms6 = [{ name: "Angular", type: "markup", aceMode: "html", extensions: [".component.html"], tmScope: "text.html.basic", aliases: ["xhtml"], codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", parsers: ["angular"], vscodeLanguageIds: ["html"], filenames: [], linguistLanguageId: 146 }, { name: "HTML", type: "markup", aceMode: "html", extensions: [".html", ".hta", ".htm", ".html.hl", ".inc", ".xht", ".xhtml"], tmScope: "text.html.basic", aliases: ["xhtml"], codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", parsers: ["html"], vscodeLanguageIds: ["html"], linguistLanguageId: 146 }, { name: "Lightning Web Components", type: "markup", aceMode: "html", extensions: [], tmScope: "text.html.basic", aliases: ["xhtml"], codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", parsers: ["lwc"], vscodeLanguageIds: ["html"], filenames: [], linguistLanguageId: 146 }, { name: "MJML", type: "markup", aceMode: "html", extensions: [".mjml"], tmScope: "text.mjml.basic", aliases: ["MJML", "mjml"], codemirrorMode: "htmlmixed", codemirrorMimeType: "text/html", parsers: ["mjml"], filenames: [], vscodeLanguageIds: ["mjml"], linguistLanguageId: 146 }, { name: "Vue", type: "markup", aceMode: "vue", extensions: [".vue"], tmScope: "source.vue", codemirrorMode: "vue", codemirrorMimeType: "text/x-vue", parsers: ["vue"], vscodeLanguageIds: ["vue"], linguistLanguageId: 391 }];
|
|
61146
61146
|
Wr4 = { 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." } };
|
|
61147
|
-
ol3 = { bracketSameLine: Wr4.bracketSameLine, htmlWhitespaceSensitivity: { category:
|
|
61147
|
+
ol3 = { bracketSameLine: Wr4.bracketSameLine, htmlWhitespaceSensitivity: { category: fs11, type: "choice", default: "css", description: "How to handle whitespaces in HTML.", choices: [{ value: "css", description: "Respect the default value of CSS display property." }, { value: "strict", description: "Whitespaces are considered sensitive." }, { value: "ignore", description: "Whitespaces are considered insensitive." }] }, singleAttributePerLine: Wr4.singleAttributePerLine, vueIndentScriptAndStyle: { category: fs11, type: "boolean", default: false, description: "Indent script and style tags in Vue files." } };
|
|
61148
61148
|
ds6 = ol3;
|
|
61149
61149
|
Qr6 = {};
|
|
61150
61150
|
en6(Qr6, { angular: () => Al2, html: () => wl2, lwc: () => Nl2, mjml: () => xl2, vue: () => yl2 });
|
|
@@ -64027,9 +64027,9 @@ $$`;
|
|
|
64027
64027
|
}
|
|
64028
64028
|
}
|
|
64029
64029
|
});
|
|
64030
|
-
ss7 = x5((t24,
|
|
64030
|
+
ss7 = x5((t24, os8) => {
|
|
64031
64031
|
var g0 = $e8(), E0 = hn6(), C0 = cn6().tag;
|
|
64032
|
-
|
|
64032
|
+
os8.exports = as7;
|
|
64033
64033
|
as7.locator = E0;
|
|
64034
64034
|
var v0 = "<", A0 = "?", b0 = "!", x0 = "/", y0 = /^<a /i, w0 = /^<\/a>/i;
|
|
64035
64035
|
function as7(e6, r, t25) {
|
|
@@ -64050,7 +64050,7 @@ $$`;
|
|
|
64050
64050
|
ds7.exports = hs7;
|
|
64051
64051
|
hs7.locator = T0;
|
|
64052
64052
|
var B0 = `
|
|
64053
|
-
`, _0 = "!", ls7 = '"',
|
|
64053
|
+
`, _0 = "!", ls7 = '"', fs12 = "'", Ze9 = "(", xr6 = ")", wn5 = "<", kn6 = ">", Ds8 = "[", yr7 = "\\", O0 = "]", ps7 = "`";
|
|
64054
64054
|
function hs7(e6, r, t24) {
|
|
64055
64055
|
var n2 = this, i = "", u = 0, a4 = r.charAt(0), o3 = n2.options.pedantic, s = n2.options.commonmark, l5 = n2.options.gfm, c4, f6, D5, m5, p2, h4, F8, g5, E5, v8, A7, b7, d3, y4, w6, C5, k8, T5;
|
|
64056
64056
|
if (a4 === _0 && (g5 = true, i = a4, a4 = r.charAt(++u)), a4 === Ds8 && !(!g5 && n2.inLink)) {
|
|
@@ -64087,7 +64087,7 @@ $$`;
|
|
|
64087
64087
|
return;
|
|
64088
64088
|
i += wn5 + y4 + kn6, w6 = y4, u++;
|
|
64089
64089
|
} else {
|
|
64090
|
-
for (a4 = null, h4 = "";u < A7 && (a4 = r.charAt(u), !(h4 && (a4 === ls7 || a4 ===
|
|
64090
|
+
for (a4 = null, h4 = "";u < A7 && (a4 = r.charAt(u), !(h4 && (a4 === ls7 || a4 === fs12 || s && a4 === Ze9))); ) {
|
|
64091
64091
|
if (br7(a4)) {
|
|
64092
64092
|
if (!o3)
|
|
64093
64093
|
break;
|
|
@@ -64108,7 +64108,7 @@ $$`;
|
|
|
64108
64108
|
}
|
|
64109
64109
|
for (y4 = "";u < A7 && (a4 = r.charAt(u), !!br7(a4)); )
|
|
64110
64110
|
y4 += a4, u++;
|
|
64111
|
-
if (a4 = r.charAt(u), i += y4, y4 && (a4 === ls7 || a4 ===
|
|
64111
|
+
if (a4 = r.charAt(u), i += y4, y4 && (a4 === ls7 || a4 === fs12 || s && a4 === Ze9))
|
|
64112
64112
|
if (u++, i += a4, y4 = "", v8 = a4 === Ze9 ? xr6 : a4, p2 = i, s) {
|
|
64113
64113
|
for (;u < A7 && (a4 = r.charAt(u), a4 !== v8); )
|
|
64114
64114
|
a4 === yr7 && (y4 += yr7, a4 = r.charAt(++u)), u++, y4 += a4;
|
|
@@ -69092,12 +69092,12 @@ var init_postcss = __esm(() => {
|
|
|
69092
69092
|
Sl4 = Object.getOwnPropertyNames;
|
|
69093
69093
|
kl4 = Object.getPrototypeOf;
|
|
69094
69094
|
Tl4 = Object.prototype.hasOwnProperty;
|
|
69095
|
-
Oi8 = w6((ux,
|
|
69095
|
+
Oi8 = w6((ux, os8) => {
|
|
69096
69096
|
var x7 = String, Ai9 = function() {
|
|
69097
69097
|
return { isColorSupported: false, reset: x7, bold: x7, dim: x7, italic: x7, underline: x7, inverse: x7, hidden: x7, strikethrough: x7, black: x7, red: x7, green: x7, yellow: x7, blue: x7, magenta: x7, cyan: x7, white: x7, gray: x7, bgBlack: x7, bgRed: x7, bgGreen: x7, bgYellow: x7, bgBlue: x7, bgMagenta: x7, bgCyan: x7, bgWhite: x7, blackBright: x7, redBright: x7, greenBright: x7, yellowBright: x7, blueBright: x7, magentaBright: x7, cyanBright: x7, whiteBright: x7, bgBlackBright: x7, bgRedBright: x7, bgGreenBright: x7, bgYellowBright: x7, bgBlueBright: x7, bgMagentaBright: x7, bgCyanBright: x7, bgWhiteBright: x7 };
|
|
69098
69098
|
};
|
|
69099
|
-
|
|
69100
|
-
|
|
69099
|
+
os8.exports = Ai9();
|
|
69100
|
+
os8.exports.createColors = Ai9;
|
|
69101
69101
|
});
|
|
69102
69102
|
as7 = w6(() => {});
|
|
69103
69103
|
zt9 = w6((fx, Pi8) => {
|
|
@@ -69561,7 +69561,7 @@ var init_postcss = __esm(() => {
|
|
|
69561
69561
|
ct9.default = ct9;
|
|
69562
69562
|
});
|
|
69563
69563
|
fe9 = w6((wx, zi8) => {
|
|
69564
|
-
var Bi8 = Me11(), Ui8 = ft9(), Fc2 = ut9(), { isClean: Fi8, my: $i8 } = Ht10(),
|
|
69564
|
+
var Bi8 = Me11(), Ui8 = ft9(), Fc2 = ut9(), { isClean: Fi8, my: $i8 } = Ht10(), fs12, Wi8, Gi8, ps7;
|
|
69565
69565
|
function Yi8(t25) {
|
|
69566
69566
|
return t25.map((e7) => (e7.nodes && (e7.nodes = Yi8(e7.nodes)), delete e7.source, e7));
|
|
69567
69567
|
}
|
|
@@ -69660,7 +69660,7 @@ var init_postcss = __esm(() => {
|
|
|
69660
69660
|
} else if (e7.selector || e7.selectors)
|
|
69661
69661
|
e7 = [new ps7(e7)];
|
|
69662
69662
|
else if (e7.name)
|
|
69663
|
-
e7 = [new
|
|
69663
|
+
e7 = [new fs12(e7)];
|
|
69664
69664
|
else if (e7.text)
|
|
69665
69665
|
e7 = [new Bi8(e7)];
|
|
69666
69666
|
else
|
|
@@ -69762,7 +69762,7 @@ var init_postcss = __esm(() => {
|
|
|
69762
69762
|
ps7 = t25;
|
|
69763
69763
|
};
|
|
69764
69764
|
z8.registerAtRule = (t25) => {
|
|
69765
|
-
|
|
69765
|
+
fs12 = t25;
|
|
69766
69766
|
};
|
|
69767
69767
|
z8.registerRoot = (t25) => {
|
|
69768
69768
|
Gi8 = t25;
|
|
@@ -69770,7 +69770,7 @@ var init_postcss = __esm(() => {
|
|
|
69770
69770
|
zi8.exports = z8;
|
|
69771
69771
|
z8.default = z8;
|
|
69772
69772
|
z8.rebuild = (t25) => {
|
|
69773
|
-
t25.type === "atrule" ? Object.setPrototypeOf(t25,
|
|
69773
|
+
t25.type === "atrule" ? Object.setPrototypeOf(t25, fs12.prototype) : t25.type === "rule" ? Object.setPrototypeOf(t25, ps7.prototype) : t25.type === "decl" ? Object.setPrototypeOf(t25, Ui8.prototype) : t25.type === "comment" ? Object.setPrototypeOf(t25, Bi8.prototype) : t25.type === "root" && Object.setPrototypeOf(t25, Gi8.prototype), t25[$i8] = true, t25.nodes && t25.nodes.forEach((e7) => {
|
|
69774
69774
|
z8.rebuild(e7);
|
|
69775
69775
|
});
|
|
69776
69776
|
};
|
|
@@ -76869,7 +76869,7 @@ function wf2(e7, t25) {
|
|
|
76869
76869
|
return _9();
|
|
76870
76870
|
}, get converters() {
|
|
76871
76871
|
return f6();
|
|
76872
|
-
}, baseFactory: t25, flags: e7, createNodeArray: de11, createNumericLiteral: V11, createBigIntLiteral: oe10, createStringLiteral: ft10, createStringLiteralFromNode: nr9, createRegularExpressionLiteral: mn8, createLiteralLikeNode: rr8, createIdentifier: We12, createTempVariable: ir10, createLoopVariable: Ir6, createUniqueName: Ot12, getGeneratedNameForNode: Bn7, createPrivateIdentifier: Mt12, createUniquePrivateName: $e11, getGeneratedPrivateNameForNode: qn8, createToken: ot8, createSuper: at10, createThis: Bt10, createNull: Lt10, createTrue: ct9, createFalse: ar9, createModifier: dt8, createModifiersFromModifierFlags: yn9, createQualifiedName: yt10, updateQualifiedName: _n7, createComputedPropertyName: tt11, updateComputedPropertyName: qt11, createTypeParameterDeclaration: tn8, updateTypeParameterDeclaration: sr10, createParameterDeclaration: mr7, updateParameterDeclaration: hr8, createDecorator: Fn6, updateDecorator: zn9, createPropertySignature: Or7, updatePropertySignature: Vn7, createPropertyDeclaration: yr7, updatePropertyDeclaration: L9, createMethodSignature: se11, updateMethodSignature: fe10, createMethodDeclaration: Te10, updateMethodDeclaration: He10, createConstructorDeclaration: lt8, updateConstructorDeclaration: Mr8, createGetAccessorDeclaration: Nn6, updateGetAccessorDeclaration: Wn8, createSetAccessorDeclaration: U9, updateSetAccessorDeclaration: K11, createCallSignature: xe10, updateCallSignature: Se11, createConstructSignature: we9, updateConstructSignature: me12, createIndexSignature: Ve9, updateIndexSignature: Ze11, createClassStaticBlockDeclaration: st8, updateClassStaticBlockDeclaration: Ct12, createTemplateLiteralTypeSpan: Ye10, updateTemplateLiteralTypeSpan: Ee9, createKeywordTypeNode: gn8, createTypePredicateNode: rt12, updateTypePredicateNode: on7, createTypeReferenceNode: Zr8, updateTypeReferenceNode: M10, createFunctionTypeNode: Ue10, updateFunctionTypeNode: u, createConstructorTypeNode: Me12, updateConstructorTypeNode: nn10, createTypeQueryNode: Dt10, updateTypeQueryNode: wt11, createTypeLiteralNode: Pt12, updateTypeLiteralNode: Ft11, createArrayTypeNode: Gn8, updateArrayTypeNode: ki10, createTupleTypeNode: cn9, updateTupleTypeNode: H7, createNamedTupleMember: le9, updateNamedTupleMember: qe11, createOptionalTypeNode: ve11, updateOptionalTypeNode: J12, createRestTypeNode: mt10, updateRestTypeNode: xt10, createUnionTypeNode: ql4, updateUnionTypeNode: C_, createIntersectionTypeNode: Lr8, updateIntersectionTypeNode: Le11, createConditionalTypeNode: pt10, updateConditionalTypeNode: Fl3, createInferTypeNode: Yn7, updateInferTypeNode: zl4, createImportTypeNode: _r8, updateImportTypeNode: oa3, createParenthesizedType: Qt10, updateParenthesizedType: At12, createThisTypeNode: P8, createTypeOperatorNode: Gt9, updateTypeOperatorNode: Jr6, createIndexedAccessTypeNode: or9, updateIndexedAccessTypeNode: Ka4, createMappedTypeNode: gt10, updateMappedTypeNode: jt8, createLiteralTypeNode: ei10, updateLiteralTypeNode: br7, createTemplateLiteralType: Wt10, updateTemplateLiteralType: Vl4, createObjectBindingPattern: D_, updateObjectBindingPattern: Wl4, createArrayBindingPattern: jr6, updateArrayBindingPattern: Gl4, createBindingElement: ca4, updateBindingElement: ti10, createArrayLiteralExpression: Za3, updateArrayLiteralExpression: P_, createObjectLiteralExpression: Ei10, updateObjectLiteralExpression: Yl4, createPropertyAccessExpression: e7 & 4 ? (n4, i) => setEmitFlags(cr8(n4, i), 262144) : cr8, updatePropertyAccessExpression: Hl4, createPropertyAccessChain: e7 & 4 ? (n4, i, s4) => setEmitFlags(Ai9(n4, i, 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:
|
|
76872
|
+
}, baseFactory: t25, flags: e7, createNodeArray: de11, createNumericLiteral: V11, createBigIntLiteral: oe10, createStringLiteral: ft10, createStringLiteralFromNode: nr9, createRegularExpressionLiteral: mn8, createLiteralLikeNode: rr8, createIdentifier: We12, createTempVariable: ir10, createLoopVariable: Ir6, createUniqueName: Ot12, getGeneratedNameForNode: Bn7, createPrivateIdentifier: Mt12, createUniquePrivateName: $e11, getGeneratedPrivateNameForNode: qn8, createToken: ot8, createSuper: at10, createThis: Bt10, createNull: Lt10, createTrue: ct9, createFalse: ar9, createModifier: dt8, createModifiersFromModifierFlags: yn9, createQualifiedName: yt10, updateQualifiedName: _n7, createComputedPropertyName: tt11, updateComputedPropertyName: qt11, createTypeParameterDeclaration: tn8, updateTypeParameterDeclaration: sr10, createParameterDeclaration: mr7, updateParameterDeclaration: hr8, createDecorator: Fn6, updateDecorator: zn9, createPropertySignature: Or7, updatePropertySignature: Vn7, createPropertyDeclaration: yr7, updatePropertyDeclaration: L9, createMethodSignature: se11, updateMethodSignature: fe10, createMethodDeclaration: Te10, updateMethodDeclaration: He10, createConstructorDeclaration: lt8, updateConstructorDeclaration: Mr8, createGetAccessorDeclaration: Nn6, updateGetAccessorDeclaration: Wn8, createSetAccessorDeclaration: U9, updateSetAccessorDeclaration: K11, createCallSignature: xe10, updateCallSignature: Se11, createConstructSignature: we9, updateConstructSignature: me12, createIndexSignature: Ve9, updateIndexSignature: Ze11, createClassStaticBlockDeclaration: st8, updateClassStaticBlockDeclaration: Ct12, createTemplateLiteralTypeSpan: Ye10, updateTemplateLiteralTypeSpan: Ee9, createKeywordTypeNode: gn8, createTypePredicateNode: rt12, updateTypePredicateNode: on7, createTypeReferenceNode: Zr8, updateTypeReferenceNode: M10, createFunctionTypeNode: Ue10, updateFunctionTypeNode: u, createConstructorTypeNode: Me12, updateConstructorTypeNode: nn10, createTypeQueryNode: Dt10, updateTypeQueryNode: wt11, createTypeLiteralNode: Pt12, updateTypeLiteralNode: Ft11, createArrayTypeNode: Gn8, updateArrayTypeNode: ki10, createTupleTypeNode: cn9, updateTupleTypeNode: H7, createNamedTupleMember: le9, updateNamedTupleMember: qe11, createOptionalTypeNode: ve11, updateOptionalTypeNode: J12, createRestTypeNode: mt10, updateRestTypeNode: xt10, createUnionTypeNode: ql4, updateUnionTypeNode: C_, createIntersectionTypeNode: Lr8, updateIntersectionTypeNode: Le11, createConditionalTypeNode: pt10, updateConditionalTypeNode: Fl3, createInferTypeNode: Yn7, updateInferTypeNode: zl4, createImportTypeNode: _r8, updateImportTypeNode: oa3, createParenthesizedType: Qt10, updateParenthesizedType: At12, createThisTypeNode: P8, createTypeOperatorNode: Gt9, updateTypeOperatorNode: Jr6, createIndexedAccessTypeNode: or9, updateIndexedAccessTypeNode: Ka4, createMappedTypeNode: gt10, updateMappedTypeNode: jt8, createLiteralTypeNode: ei10, updateLiteralTypeNode: br7, createTemplateLiteralType: Wt10, updateTemplateLiteralType: Vl4, createObjectBindingPattern: D_, updateObjectBindingPattern: Wl4, createArrayBindingPattern: jr6, updateArrayBindingPattern: Gl4, createBindingElement: ca4, updateBindingElement: ti10, createArrayLiteralExpression: Za3, updateArrayLiteralExpression: P_, createObjectLiteralExpression: Ei10, updateObjectLiteralExpression: Yl4, createPropertyAccessExpression: e7 & 4 ? (n4, i) => setEmitFlags(cr8(n4, i), 262144) : cr8, updatePropertyAccessExpression: Hl4, createPropertyAccessChain: e7 & 4 ? (n4, i, s4) => setEmitFlags(Ai9(n4, i, 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: os8, 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: fs12, 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: _t9, updateTypeAliasDeclaration: vr6, createEnumDeclaration: xs8, updateEnumDeclaration: Tr7, createModuleDeclaration: No3, updateModuleDeclaration: kt12, createModuleBlock: xr6, updateModuleBlock: zt10, 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() {
|
|
76873
76873
|
return c4(313);
|
|
76874
76874
|
}, get createJSDocUnknownType() {
|
|
76875
76875
|
return c4(314);
|
|
@@ -77770,13 +77770,13 @@ function wf2(e7, t25) {
|
|
|
77770
77770
|
function eu4(n4, i, s4) {
|
|
77771
77771
|
return n4 = Pi8(16, n4, i, s4), ri10(15, n4, i, s4);
|
|
77772
77772
|
}
|
|
77773
|
-
function
|
|
77773
|
+
function os8(n4, i) {
|
|
77774
77774
|
q10.assert(!n4 || !!i, "A `YieldExpression` with an asteriskToken must have an expression.");
|
|
77775
77775
|
let s4 = O6(230);
|
|
77776
77776
|
return s4.expression = i && _9().parenthesizeExpressionForDisallowedComma(i), s4.asteriskToken = n4, s4.transformFlags |= z8(s4.expression) | z8(s4.asteriskToken) | 1024 | 128 | 1048576, s4;
|
|
77777
77777
|
}
|
|
77778
77778
|
function tu3(n4, i, s4) {
|
|
77779
|
-
return n4.expression !== s4 || n4.asteriskToken !== i ? j9(
|
|
77779
|
+
return n4.expression !== s4 || n4.asteriskToken !== i ? j9(os8(i, s4), n4) : n4;
|
|
77780
77780
|
}
|
|
77781
77781
|
function Q_(n4) {
|
|
77782
77782
|
let i = O6(231);
|
|
@@ -77844,7 +77844,7 @@ function wf2(e7, t25) {
|
|
|
77844
77844
|
}
|
|
77845
77845
|
return s4.flowNode = undefined, s4;
|
|
77846
77846
|
}
|
|
77847
|
-
function
|
|
77847
|
+
function fs12(n4, i) {
|
|
77848
77848
|
return n4.name !== i ? j9(io5(n4.keywordToken, i), n4) : n4;
|
|
77849
77849
|
}
|
|
77850
77850
|
function Xn9(n4, i) {
|
|
@@ -83884,7 +83884,7 @@ ${Me12.join(`
|
|
|
83884
83884
|
function eu4(o4) {
|
|
83885
83885
|
return B7(), P8(y5.createTypePredicateNode(undefined, o4, _t9()), o4.pos);
|
|
83886
83886
|
}
|
|
83887
|
-
function
|
|
83887
|
+
function os8() {
|
|
83888
83888
|
let o4 = M10();
|
|
83889
83889
|
return B7(), P8(y5.createThisTypeNode(), o4);
|
|
83890
83890
|
}
|
|
@@ -83986,7 +83986,7 @@ ${Me12.join(`
|
|
|
83986
83986
|
function io5(o4, p4) {
|
|
83987
83987
|
return o4 === 39 ? (J12(o4), true) : Le11(59) ? true : p4 && u() === 39 ? (Ee9(A7._0_expected, nt10(59)), B7(), true) : false;
|
|
83988
83988
|
}
|
|
83989
|
-
function
|
|
83989
|
+
function fs12(o4, p4) {
|
|
83990
83990
|
let m7 = we9(), g5 = Ye10();
|
|
83991
83991
|
He10(!!(o4 & 1)), st8(!!(o4 & 2));
|
|
83992
83992
|
let b7 = o4 & 32 ? un8(17, cs7) : un8(16, () => p4 ? us8(g5) : ro5(g5));
|
|
@@ -83995,7 +83995,7 @@ ${Me12.join(`
|
|
|
83995
83995
|
function Xn9(o4) {
|
|
83996
83996
|
if (!J12(21))
|
|
83997
83997
|
return lr8();
|
|
83998
|
-
let p4 =
|
|
83998
|
+
let p4 = fs12(o4, true);
|
|
83999
83999
|
return J12(22), p4;
|
|
84000
84000
|
}
|
|
84001
84001
|
function ya3() {
|
|
@@ -84227,7 +84227,7 @@ ${Me12.join(`
|
|
|
84227
84227
|
case 116:
|
|
84228
84228
|
return Wt10();
|
|
84229
84229
|
case 110: {
|
|
84230
|
-
let o4 =
|
|
84230
|
+
let o4 = os8();
|
|
84231
84231
|
return u() === 142 && !t25.hasPrecedingLineBreak() ? eu4(o4) : o4;
|
|
84232
84232
|
}
|
|
84233
84233
|
case 114:
|
|
@@ -84405,7 +84405,7 @@ ${Me12.join(`
|
|
|
84405
84405
|
return B7(), o4;
|
|
84406
84406
|
}
|
|
84407
84407
|
function Po5() {
|
|
84408
|
-
let o4 = M10(), p4 = Yn7(131), m7 = u() === 110 ?
|
|
84408
|
+
let o4 = M10(), p4 = Yn7(131), m7 = u() === 110 ? os8() : gt10(), g5 = Le11(142) ? _t9() : undefined;
|
|
84409
84409
|
return P8(y5.createTypePredicateNode(p4, m7, g5), o4);
|
|
84410
84410
|
}
|
|
84411
84411
|
function _t9() {
|
|
@@ -84604,9 +84604,9 @@ ${Me12.join(`
|
|
|
84604
84604
|
let m7 = M10(), g5 = Ue10(), b7 = Uc2(), N8 = Zt10(b7, cl5) ? 2 : 0, Q10 = pn8(), _e11;
|
|
84605
84605
|
if (J12(21)) {
|
|
84606
84606
|
if (o4)
|
|
84607
|
-
_e11 =
|
|
84607
|
+
_e11 = fs12(N8, o4);
|
|
84608
84608
|
else {
|
|
84609
|
-
let ur9 =
|
|
84609
|
+
let ur9 = fs12(N8, o4);
|
|
84610
84610
|
if (!ur9)
|
|
84611
84611
|
return;
|
|
84612
84612
|
_e11 = ur9;
|
|
@@ -90891,10 +90891,10 @@ var require_typescript = __commonJS((exports, module) => {
|
|
|
90891
90891
|
function and(f7, g5) {
|
|
90892
90892
|
return (arg) => f7(arg) && g5(arg);
|
|
90893
90893
|
}
|
|
90894
|
-
function or9(...
|
|
90894
|
+
function or9(...fs13) {
|
|
90895
90895
|
return (...args) => {
|
|
90896
90896
|
let lastResult;
|
|
90897
|
-
for (const f7 of
|
|
90897
|
+
for (const f7 of fs13) {
|
|
90898
90898
|
lastResult = f7(...args);
|
|
90899
90899
|
if (lastResult) {
|
|
90900
90900
|
return lastResult;
|
|
@@ -92348,7 +92348,7 @@ ${lanes.join(`
|
|
|
92348
92348
|
var tracing;
|
|
92349
92349
|
var tracingEnabled;
|
|
92350
92350
|
((tracingEnabled2) => {
|
|
92351
|
-
let
|
|
92351
|
+
let fs13;
|
|
92352
92352
|
let traceCount = 0;
|
|
92353
92353
|
let traceFd = 0;
|
|
92354
92354
|
let mode;
|
|
@@ -92357,9 +92357,9 @@ ${lanes.join(`
|
|
|
92357
92357
|
const legend = [];
|
|
92358
92358
|
function startTracing2(tracingMode, traceDir, configFilePath) {
|
|
92359
92359
|
Debug.assert(!tracing, "Tracing already started");
|
|
92360
|
-
if (
|
|
92360
|
+
if (fs13 === undefined) {
|
|
92361
92361
|
try {
|
|
92362
|
-
|
|
92362
|
+
fs13 = __require("fs");
|
|
92363
92363
|
} catch (e7) {
|
|
92364
92364
|
throw new Error(`tracing requires having fs
|
|
92365
92365
|
(original error: ${e7.message || e7})`);
|
|
@@ -92370,8 +92370,8 @@ ${lanes.join(`
|
|
|
92370
92370
|
if (legendPath === undefined) {
|
|
92371
92371
|
legendPath = combinePaths(traceDir, "legend.json");
|
|
92372
92372
|
}
|
|
92373
|
-
if (!
|
|
92374
|
-
|
|
92373
|
+
if (!fs13.existsSync(traceDir)) {
|
|
92374
|
+
fs13.mkdirSync(traceDir, { recursive: true });
|
|
92375
92375
|
}
|
|
92376
92376
|
const countPart = mode === "build" ? `.${process.pid}-${++traceCount}` : mode === "server" ? `.${process.pid}` : ``;
|
|
92377
92377
|
const tracePath = combinePaths(traceDir, `trace${countPart}.json`);
|
|
@@ -92381,10 +92381,10 @@ ${lanes.join(`
|
|
|
92381
92381
|
tracePath,
|
|
92382
92382
|
typesPath
|
|
92383
92383
|
});
|
|
92384
|
-
traceFd =
|
|
92384
|
+
traceFd = fs13.openSync(tracePath, "w");
|
|
92385
92385
|
tracing = tracingEnabled2;
|
|
92386
92386
|
const meta = { cat: "__metadata", ph: "M", ts: 1000 * timestamp(), pid: 1, tid: 1 };
|
|
92387
|
-
|
|
92387
|
+
fs13.writeSync(traceFd, `[
|
|
92388
92388
|
` + [{ name: "process_name", args: { name: "tsc" }, ...meta }, { name: "thread_name", args: { name: "Main" }, ...meta }, { name: "TracingStartedInBrowser", ...meta, cat: "disabled-by-default-devtools.timeline" }].map((v10) => JSON.stringify(v10)).join(`,
|
|
92389
92389
|
`));
|
|
92390
92390
|
}
|
|
@@ -92392,10 +92392,10 @@ ${lanes.join(`
|
|
|
92392
92392
|
function stopTracing() {
|
|
92393
92393
|
Debug.assert(tracing, "Tracing is not in progress");
|
|
92394
92394
|
Debug.assert(!!typeCatalog.length === (mode !== "server"));
|
|
92395
|
-
|
|
92395
|
+
fs13.writeSync(traceFd, `
|
|
92396
92396
|
]
|
|
92397
92397
|
`);
|
|
92398
|
-
|
|
92398
|
+
fs13.closeSync(traceFd);
|
|
92399
92399
|
tracing = undefined;
|
|
92400
92400
|
if (typeCatalog.length) {
|
|
92401
92401
|
dumpTypes(typeCatalog);
|
|
@@ -92460,13 +92460,13 @@ ${lanes.join(`
|
|
|
92460
92460
|
if (mode === "server" && phase === "checkTypes")
|
|
92461
92461
|
return;
|
|
92462
92462
|
mark("beginTracing");
|
|
92463
|
-
|
|
92463
|
+
fs13.writeSync(traceFd, `,
|
|
92464
92464
|
{"pid":1,"tid":1,"ph":"${eventType}","cat":"${phase}","ts":${time},"name":"${name}"`);
|
|
92465
92465
|
if (extras)
|
|
92466
|
-
|
|
92466
|
+
fs13.writeSync(traceFd, `,${extras}`);
|
|
92467
92467
|
if (args)
|
|
92468
|
-
|
|
92469
|
-
|
|
92468
|
+
fs13.writeSync(traceFd, `,"args":${JSON.stringify(args)}`);
|
|
92469
|
+
fs13.writeSync(traceFd, `}`);
|
|
92470
92470
|
mark("endTracing");
|
|
92471
92471
|
measure("Tracing", "beginTracing", "endTracing");
|
|
92472
92472
|
}
|
|
@@ -92488,9 +92488,9 @@ ${lanes.join(`
|
|
|
92488
92488
|
var _a6, _b2, _c3, _d2, _e11, _f4, _g2, _h2, _i9, _j, _k, _l6, _m3, _n7, _o3, _p3, _q, _r8, _s7;
|
|
92489
92489
|
mark("beginDumpTypes");
|
|
92490
92490
|
const typesPath = legend[legend.length - 1].typesPath;
|
|
92491
|
-
const typesFd =
|
|
92491
|
+
const typesFd = fs13.openSync(typesPath, "w");
|
|
92492
92492
|
const recursionIdentityMap = /* @__PURE__ */ new Map;
|
|
92493
|
-
|
|
92493
|
+
fs13.writeSync(typesFd, "[");
|
|
92494
92494
|
const numTypes = types.length;
|
|
92495
92495
|
for (let i = 0;i < numTypes; i++) {
|
|
92496
92496
|
const type = types[i];
|
|
@@ -92586,15 +92586,15 @@ ${lanes.join(`
|
|
|
92586
92586
|
flags: Debug.formatTypeFlags(type.flags).split("|"),
|
|
92587
92587
|
display
|
|
92588
92588
|
};
|
|
92589
|
-
|
|
92589
|
+
fs13.writeSync(typesFd, JSON.stringify(descriptor));
|
|
92590
92590
|
if (i < numTypes - 1) {
|
|
92591
|
-
|
|
92591
|
+
fs13.writeSync(typesFd, `,
|
|
92592
92592
|
`);
|
|
92593
92593
|
}
|
|
92594
92594
|
}
|
|
92595
|
-
|
|
92595
|
+
fs13.writeSync(typesFd, `]
|
|
92596
92596
|
`);
|
|
92597
|
-
|
|
92597
|
+
fs13.closeSync(typesFd);
|
|
92598
92598
|
mark("endDumpTypes");
|
|
92599
92599
|
measure("Dump types", "beginDumpTypes", "endDumpTypes");
|
|
92600
92600
|
}
|
|
@@ -92602,7 +92602,7 @@ ${lanes.join(`
|
|
|
92602
92602
|
if (!legendPath) {
|
|
92603
92603
|
return;
|
|
92604
92604
|
}
|
|
92605
|
-
|
|
92605
|
+
fs13.writeFileSync(legendPath, JSON.stringify(legend));
|
|
92606
92606
|
}
|
|
92607
92607
|
tracingEnabled2.dumpLegend = dumpLegend;
|
|
92608
92608
|
})(tracingEnabled || (tracingEnabled = {}));
|
|
@@ -95219,7 +95219,7 @@ ${lanes.join(`
|
|
|
95219
95219
|
}
|
|
95220
95220
|
function patchWriteFileEnsuringDirectory(sys2) {
|
|
95221
95221
|
const originalWriteFile = sys2.writeFile;
|
|
95222
|
-
sys2.writeFile = (path15, data, writeBom) => writeFileEnsuringDirectories(path15, data, !!writeBom, (
|
|
95222
|
+
sys2.writeFile = (path15, data, writeBom) => writeFileEnsuringDirectories(path15, data, !!writeBom, (path23, data2, writeByteOrderMark) => originalWriteFile.call(sys2, path23, data2, writeByteOrderMark), (path23) => sys2.createDirectory(path23), (path23) => sys2.directoryExists(path23));
|
|
95223
95223
|
}
|
|
95224
95224
|
var sys = (() => {
|
|
95225
95225
|
const byteOrderMarkIndicator = "\uFEFF";
|
|
@@ -95239,7 +95239,7 @@ ${lanes.join(`
|
|
|
95239
95239
|
const isMacOs = process.platform === "darwin";
|
|
95240
95240
|
const isLinuxOrMacOs = process.platform === "linux" || isMacOs;
|
|
95241
95241
|
const statSyncOptions = { throwIfNoEntry: false };
|
|
95242
|
-
const
|
|
95242
|
+
const platform2 = _os.platform();
|
|
95243
95243
|
const useCaseSensitiveFileNames2 = isFileSystemCaseSensitive();
|
|
95244
95244
|
const fsRealpath = _fs.realpathSync.native ? process.platform === "win32" ? fsRealPathHandlingLongPath : _fs.realpathSync.native : _fs.realpathSync;
|
|
95245
95245
|
const executingFilePath = __filename.endsWith("sys.js") ? _path.join(_path.dirname(__dirname), "__fake__.js") : __filename;
|
|
@@ -95433,7 +95433,7 @@ ${lanes.join(`
|
|
|
95433
95433
|
}
|
|
95434
95434
|
}
|
|
95435
95435
|
function isFileSystemCaseSensitive() {
|
|
95436
|
-
if (
|
|
95436
|
+
if (platform2 === "win32" || platform2 === "win64") {
|
|
95437
95437
|
return false;
|
|
95438
95438
|
}
|
|
95439
95439
|
return !fileExists2(swapCase(__filename));
|
|
@@ -108759,14 +108759,14 @@ ${lanes.join(`
|
|
|
108759
108759
|
visitDirectory(basePath, combinePaths(currentDirectory, basePath), depth);
|
|
108760
108760
|
}
|
|
108761
108761
|
return flatten(results);
|
|
108762
|
-
function visitDirectory(
|
|
108762
|
+
function visitDirectory(path23, absolutePath, depth2) {
|
|
108763
108763
|
const canonicalPath = toCanonical(realpath(absolutePath));
|
|
108764
108764
|
if (visited.has(canonicalPath))
|
|
108765
108765
|
return;
|
|
108766
108766
|
visited.set(canonicalPath, true);
|
|
108767
|
-
const { files, directories } = getFileSystemEntries(
|
|
108767
|
+
const { files, directories } = getFileSystemEntries(path23);
|
|
108768
108768
|
for (const current of toSorted(files, compareStringsCaseSensitive)) {
|
|
108769
|
-
const name = combinePaths(
|
|
108769
|
+
const name = combinePaths(path23, current);
|
|
108770
108770
|
const absoluteName = combinePaths(absolutePath, current);
|
|
108771
108771
|
if (extensions && !fileExtensionIsOneOf(name, extensions))
|
|
108772
108772
|
continue;
|
|
@@ -108788,7 +108788,7 @@ ${lanes.join(`
|
|
|
108788
108788
|
}
|
|
108789
108789
|
}
|
|
108790
108790
|
for (const current of toSorted(directories, compareStringsCaseSensitive)) {
|
|
108791
|
-
const name = combinePaths(
|
|
108791
|
+
const name = combinePaths(path23, current);
|
|
108792
108792
|
const absoluteName = combinePaths(absolutePath, current);
|
|
108793
108793
|
if ((!includeDirectoryRegex || includeDirectoryRegex.test(absoluteName)) && (!excludeRegex || !excludeRegex.test(absoluteName))) {
|
|
108794
108794
|
visitDirectory(name, absoluteName, depth2);
|
|
@@ -108972,8 +108972,8 @@ ${lanes.join(`
|
|
|
108972
108972
|
const match = str.match(/\//g);
|
|
108973
108973
|
return match ? match.length : 0;
|
|
108974
108974
|
}
|
|
108975
|
-
function compareNumberOfDirectorySeparators(path1,
|
|
108976
|
-
return compareValues(numberOfDirectorySeparators(path1), numberOfDirectorySeparators(
|
|
108975
|
+
function compareNumberOfDirectorySeparators(path1, path23) {
|
|
108976
|
+
return compareValues(numberOfDirectorySeparators(path1), numberOfDirectorySeparators(path23));
|
|
108977
108977
|
}
|
|
108978
108978
|
var extensionsToRemove = [".d.ts", ".d.mts", ".d.cts", ".mjs", ".mts", ".cjs", ".cts", ".ts", ".js", ".tsx", ".jsx", ".json"];
|
|
108979
108979
|
function removeFileExtension(path15) {
|
|
@@ -119765,8 +119765,8 @@ ${lanes.join(`
|
|
|
119765
119765
|
function isMissingList(arr) {
|
|
119766
119766
|
return !!arr.isMissingList;
|
|
119767
119767
|
}
|
|
119768
|
-
function parseBracketedList(kind, parseElement,
|
|
119769
|
-
if (parseExpected(
|
|
119768
|
+
function parseBracketedList(kind, parseElement, open2, close) {
|
|
119769
|
+
if (parseExpected(open2)) {
|
|
119770
119770
|
const result = parseDelimitedList(kind, parseElement);
|
|
119771
119771
|
parseExpected(close);
|
|
119772
119772
|
return result;
|
|
@@ -121471,12 +121471,12 @@ ${lanes.join(`
|
|
|
121471
121471
|
parseExpected(20);
|
|
121472
121472
|
return finishNode(factory2.createJsxSpreadAttribute(expression), pos2);
|
|
121473
121473
|
}
|
|
121474
|
-
function parseJsxClosingElement(
|
|
121474
|
+
function parseJsxClosingElement(open2, inExpressionContext) {
|
|
121475
121475
|
const pos2 = getNodePos();
|
|
121476
121476
|
parseExpected(31);
|
|
121477
121477
|
const tagName = parseJsxElementName();
|
|
121478
121478
|
if (parseExpected(32, undefined, false)) {
|
|
121479
|
-
if (inExpressionContext || !tagNamesAreEquivalent(
|
|
121479
|
+
if (inExpressionContext || !tagNamesAreEquivalent(open2.tagName, tagName)) {
|
|
121480
121480
|
nextToken();
|
|
121481
121481
|
} else {
|
|
121482
121482
|
scanJsxText();
|
|
@@ -126941,12 +126941,12 @@ ${lanes.join(`
|
|
|
126941
126941
|
const includeRe = patterns.includeFilePattern && getRegexFromPattern(patterns.includeFilePattern, host.useCaseSensitiveFileNames);
|
|
126942
126942
|
if (includeRe) {
|
|
126943
126943
|
if (excludeRe) {
|
|
126944
|
-
return (
|
|
126944
|
+
return (path23) => !(includeRe.test(path23) && !excludeRe.test(path23));
|
|
126945
126945
|
}
|
|
126946
|
-
return (
|
|
126946
|
+
return (path23) => !includeRe.test(path23);
|
|
126947
126947
|
}
|
|
126948
126948
|
if (excludeRe) {
|
|
126949
|
-
return (
|
|
126949
|
+
return (path23) => excludeRe.test(path23);
|
|
126950
126950
|
}
|
|
126951
126951
|
return returnTrue;
|
|
126952
126952
|
}
|
|
@@ -127572,7 +127572,7 @@ ${lanes.join(`
|
|
|
127572
127572
|
if (extendedConfigCache && (value = extendedConfigCache.get(path15))) {
|
|
127573
127573
|
({ extendedResult, extendedConfig } = value);
|
|
127574
127574
|
} else {
|
|
127575
|
-
extendedResult = readJsonConfigFile(extendedConfigPath, (
|
|
127575
|
+
extendedResult = readJsonConfigFile(extendedConfigPath, (path23) => host.readFile(path23));
|
|
127576
127576
|
if (!extendedResult.parseDiagnostics.length) {
|
|
127577
127577
|
extendedConfig = parseConfig(undefined, extendedResult, host, getDirectoryPath(extendedConfigPath), getBaseFileName(extendedConfigPath), resolutionStack, errors, extendedConfigCache);
|
|
127578
127578
|
}
|
|
@@ -128182,9 +128182,9 @@ ${lanes.join(`
|
|
|
128182
128182
|
return typeRoots;
|
|
128183
128183
|
}
|
|
128184
128184
|
var nodeModulesAtTypes = combinePaths("node_modules", "@types");
|
|
128185
|
-
function arePathsEqual(path1,
|
|
128185
|
+
function arePathsEqual(path1, path23, host) {
|
|
128186
128186
|
const useCaseSensitiveFileNames2 = typeof host.useCaseSensitiveFileNames === "function" ? host.useCaseSensitiveFileNames() : host.useCaseSensitiveFileNames;
|
|
128187
|
-
return comparePaths(path1,
|
|
128187
|
+
return comparePaths(path1, path23, !useCaseSensitiveFileNames2) === 0;
|
|
128188
128188
|
}
|
|
128189
128189
|
function getOriginalAndResolvedFileName(fileName, host, traceEnabled) {
|
|
128190
128190
|
const resolvedFileName = realPath(fileName, host, traceEnabled);
|
|
@@ -129962,9 +129962,9 @@ ${lanes.join(`
|
|
|
129962
129962
|
}
|
|
129963
129963
|
const extension = tryGetExtensionFromPath2(subst);
|
|
129964
129964
|
if (extension !== undefined) {
|
|
129965
|
-
const
|
|
129966
|
-
if (
|
|
129967
|
-
return noPackageId({ path:
|
|
129965
|
+
const path23 = tryFile(candidate, onlyRecordFailures, state);
|
|
129966
|
+
if (path23 !== undefined) {
|
|
129967
|
+
return noPackageId({ path: path23, ext: extension, resolvedUsingTsExtension: undefined });
|
|
129968
129968
|
}
|
|
129969
129969
|
}
|
|
129970
129970
|
return loader(extensions, candidate, onlyRecordFailures || !directoryProbablyExists(getDirectoryPath(candidate), state.host), state);
|
|
@@ -138247,14 +138247,14 @@ ${lanes.join(`
|
|
|
138247
138247
|
if (links) {
|
|
138248
138248
|
links.serializedTypes || (links.serializedTypes = /* @__PURE__ */ new Map);
|
|
138249
138249
|
}
|
|
138250
|
-
const
|
|
138251
|
-
if (
|
|
138252
|
-
(_b22 =
|
|
138253
|
-
if (
|
|
138250
|
+
const cachedResult2 = (_a22 = links == null ? undefined : links.serializedTypes) == null ? undefined : _a22.get(key2);
|
|
138251
|
+
if (cachedResult2) {
|
|
138252
|
+
(_b22 = cachedResult2.trackedSymbols) == null || _b22.forEach(([symbol, enclosingDeclaration, meaning]) => context.tracker.trackSymbol(symbol, enclosingDeclaration, meaning));
|
|
138253
|
+
if (cachedResult2.truncating) {
|
|
138254
138254
|
context.truncating = true;
|
|
138255
138255
|
}
|
|
138256
|
-
context.approximateLength +=
|
|
138257
|
-
return deepCloneOrReuseNode(
|
|
138256
|
+
context.approximateLength += cachedResult2.addedLength;
|
|
138257
|
+
return deepCloneOrReuseNode(cachedResult2.node);
|
|
138258
138258
|
}
|
|
138259
138259
|
let depth;
|
|
138260
138260
|
if (id2) {
|
|
@@ -193618,9 +193618,9 @@ ${lanes.join(`
|
|
|
193618
193618
|
}
|
|
193619
193619
|
function tryReadDirectory2(rootDir, rootDirPath) {
|
|
193620
193620
|
rootDirPath = ensureTrailingDirectorySeparator(rootDirPath);
|
|
193621
|
-
const
|
|
193622
|
-
if (
|
|
193623
|
-
return
|
|
193621
|
+
const cachedResult2 = getCachedFileSystemEntries(rootDirPath);
|
|
193622
|
+
if (cachedResult2) {
|
|
193623
|
+
return cachedResult2;
|
|
193624
193624
|
}
|
|
193625
193625
|
try {
|
|
193626
193626
|
return createCachedFileSystemEntries(rootDir, rootDirPath);
|
|
@@ -199902,7 +199902,7 @@ ${lanes.join(`
|
|
|
199902
199902
|
(affectingPathChecks ?? (affectingPathChecks = /* @__PURE__ */ new Set)).add(path15);
|
|
199903
199903
|
if (watcher == null ? undefined : watcher.files)
|
|
199904
199904
|
(affectingPathChecksForFile ?? (affectingPathChecksForFile = /* @__PURE__ */ new Set)).add(path15);
|
|
199905
|
-
(_a6 = watcher == null ? undefined : watcher.symlinks) == null || _a6.forEach((
|
|
199905
|
+
(_a6 = watcher == null ? undefined : watcher.symlinks) == null || _a6.forEach((path23) => invalidateAffectingFileWatcher(path23, packageJsonMap));
|
|
199906
199906
|
packageJsonMap == null || packageJsonMap.delete(resolutionHost.toPath(path15));
|
|
199907
199907
|
}
|
|
199908
199908
|
function watchFailedLookupLocationOfNonRelativeModuleResolutions() {
|
|
@@ -207994,9 +207994,9 @@ ${lanes.join(`
|
|
|
207994
207994
|
Debug.assertIsDefined(toFile);
|
|
207995
207995
|
if (fromFile === toFile)
|
|
207996
207996
|
return false;
|
|
207997
|
-
const
|
|
207998
|
-
if ((
|
|
207999
|
-
return !
|
|
207997
|
+
const cachedResult2 = moduleSpecifierCache == null ? undefined : moduleSpecifierCache.get(fromFile.path, toFile.path, preferences, {});
|
|
207998
|
+
if ((cachedResult2 == null ? undefined : cachedResult2.isBlockedByPackageJsonDependencies) !== undefined) {
|
|
207999
|
+
return !cachedResult2.isBlockedByPackageJsonDependencies || !!cachedResult2.packageName && fileContainsPackageImport(fromFile, cachedResult2.packageName);
|
|
208000
208000
|
}
|
|
208001
208001
|
const getCanonicalFileName = hostGetCanonicalFileName(moduleSpecifierResolutionHost);
|
|
208002
208002
|
const globalTypingsCache = (_a6 = moduleSpecifierResolutionHost.getGlobalTypingsCacheLocation) == null ? undefined : _a6.call(moduleSpecifierResolutionHost);
|
|
@@ -229072,14 +229072,14 @@ ${newComment.split(`
|
|
|
229072
229072
|
];
|
|
229073
229073
|
}
|
|
229074
229074
|
return patternWorker(path15, pattern, initializer, dotDotDotToken, { tabstop: 1 });
|
|
229075
|
-
function patternWorker(
|
|
229075
|
+
function patternWorker(path23, pattern2, initializer2, dotDotDotToken2, counter) {
|
|
229076
229076
|
if (isObjectBindingPattern(pattern2) && !dotDotDotToken2) {
|
|
229077
229077
|
const oldTabstop = counter.tabstop;
|
|
229078
229078
|
const childCounter = { tabstop: oldTabstop };
|
|
229079
|
-
const rootParam = getJSDocParamAnnotation(
|
|
229079
|
+
const rootParam = getJSDocParamAnnotation(path23, initializer2, dotDotDotToken2, isJs, true, isSnippet, checker, options8, preferences, childCounter);
|
|
229080
229080
|
let childTags = [];
|
|
229081
229081
|
for (const element of pattern2.elements) {
|
|
229082
|
-
const elementTags = elementWorker(
|
|
229082
|
+
const elementTags = elementWorker(path23, element, childCounter);
|
|
229083
229083
|
if (!elementTags) {
|
|
229084
229084
|
childTags = undefined;
|
|
229085
229085
|
break;
|
|
@@ -229093,22 +229093,22 @@ ${newComment.split(`
|
|
|
229093
229093
|
}
|
|
229094
229094
|
}
|
|
229095
229095
|
return [
|
|
229096
|
-
getJSDocParamAnnotation(
|
|
229096
|
+
getJSDocParamAnnotation(path23, initializer2, dotDotDotToken2, isJs, false, isSnippet, checker, options8, preferences, counter)
|
|
229097
229097
|
];
|
|
229098
229098
|
}
|
|
229099
|
-
function elementWorker(
|
|
229099
|
+
function elementWorker(path23, element, counter) {
|
|
229100
229100
|
if (!element.propertyName && isIdentifier(element.name) || isIdentifier(element.name)) {
|
|
229101
229101
|
const propertyName = element.propertyName ? tryGetTextOfPropertyName(element.propertyName) : element.name.text;
|
|
229102
229102
|
if (!propertyName) {
|
|
229103
229103
|
return;
|
|
229104
229104
|
}
|
|
229105
|
-
const paramName = `${
|
|
229105
|
+
const paramName = `${path23}.${propertyName}`;
|
|
229106
229106
|
return [
|
|
229107
229107
|
getJSDocParamAnnotation(paramName, element.initializer, element.dotDotDotToken, isJs, false, isSnippet, checker, options8, preferences, counter)
|
|
229108
229108
|
];
|
|
229109
229109
|
} else if (element.propertyName) {
|
|
229110
229110
|
const propertyName = tryGetTextOfPropertyName(element.propertyName);
|
|
229111
|
-
return propertyName && patternWorker(`${
|
|
229111
|
+
return propertyName && patternWorker(`${path23}.${propertyName}`, element.name, element.initializer, element.dotDotDotToken, counter);
|
|
229112
229112
|
}
|
|
229113
229113
|
return;
|
|
229114
229114
|
}
|
|
@@ -237958,11 +237958,11 @@ ${content}
|
|
|
237958
237958
|
}
|
|
237959
237959
|
return createOutliningSpanFromBounds(node.getStart(sourceFile), node.getEnd(), "code");
|
|
237960
237960
|
}
|
|
237961
|
-
function spanForObjectOrArrayLiteral(node,
|
|
237962
|
-
return spanForNode(node, false, !isArrayLiteralExpression(node.parent) && !isCallExpression(node.parent),
|
|
237961
|
+
function spanForObjectOrArrayLiteral(node, open2 = 19) {
|
|
237962
|
+
return spanForNode(node, false, !isArrayLiteralExpression(node.parent) && !isCallExpression(node.parent), open2);
|
|
237963
237963
|
}
|
|
237964
|
-
function spanForNode(hintSpanNode, autoCollapse = false, useFullStart = true,
|
|
237965
|
-
const openToken = findChildOfKind(n5,
|
|
237964
|
+
function spanForNode(hintSpanNode, autoCollapse = false, useFullStart = true, open2 = 19, close = open2 === 19 ? 20 : 24) {
|
|
237965
|
+
const openToken = findChildOfKind(n5, open2, sourceFile);
|
|
237966
237966
|
const closeToken = findChildOfKind(n5, close, sourceFile);
|
|
237967
237967
|
return openToken && closeToken && spanBetweenTokens(openToken, closeToken, hintSpanNode, sourceFile, autoCollapse, useFullStart);
|
|
237968
237968
|
}
|
|
@@ -240230,9 +240230,9 @@ ${options8.prefix}` : `
|
|
|
240230
240230
|
return end;
|
|
240231
240231
|
}
|
|
240232
240232
|
function getClassOrObjectBraceEnds(cls, sourceFile) {
|
|
240233
|
-
const
|
|
240233
|
+
const open2 = findChildOfKind(cls, 19, sourceFile);
|
|
240234
240234
|
const close = findChildOfKind(cls, 20, sourceFile);
|
|
240235
|
-
return [
|
|
240235
|
+
return [open2 == null ? undefined : open2.end, close == null ? undefined : close.end];
|
|
240236
240236
|
}
|
|
240237
240237
|
function getMembersOrProperties(node) {
|
|
240238
240238
|
return isObjectLiteralExpression(node) ? node.properties : node.members;
|
|
@@ -249746,10 +249746,10 @@ ${options8.prefix}` : `
|
|
|
249746
249746
|
project.markAutoImportProviderAsDirty();
|
|
249747
249747
|
} else {
|
|
249748
249748
|
if (project.initialLoadPending) {
|
|
249749
|
-
(_b2 = (_a6 = this.configFileExistenceInfoCache.get(projectCanonicalPath)) == null ? undefined : _a6.openFilesImpactedByConfigFile) == null || _b2.forEach((
|
|
249749
|
+
(_b2 = (_a6 = this.configFileExistenceInfoCache.get(projectCanonicalPath)) == null ? undefined : _a6.openFilesImpactedByConfigFile) == null || _b2.forEach((path23) => {
|
|
249750
249750
|
var _a22;
|
|
249751
|
-
if (!((_a22 = this.pendingOpenFileProjectUpdates) == null ? undefined : _a22.has(
|
|
249752
|
-
(this.pendingOpenFileProjectUpdates ?? (this.pendingOpenFileProjectUpdates = /* @__PURE__ */ new Map)).set(
|
|
249751
|
+
if (!((_a22 = this.pendingOpenFileProjectUpdates) == null ? undefined : _a22.has(path23))) {
|
|
249752
|
+
(this.pendingOpenFileProjectUpdates ?? (this.pendingOpenFileProjectUpdates = /* @__PURE__ */ new Map)).set(path23, this.configFileForOpenFiles.get(path23));
|
|
249753
249753
|
}
|
|
249754
249754
|
});
|
|
249755
249755
|
return;
|
|
@@ -257323,10 +257323,10 @@ globstar while`, file, fr10, pattern, pr8, swallowee);
|
|
|
257323
257323
|
}
|
|
257324
257324
|
return filtered.join("/");
|
|
257325
257325
|
}).join("|");
|
|
257326
|
-
const [
|
|
257327
|
-
re9 = "^" +
|
|
257326
|
+
const [open2, close] = set.length > 1 ? ["(?:", ")"] : ["", ""];
|
|
257327
|
+
re9 = "^" + open2 + re9 + close + "$";
|
|
257328
257328
|
if (this.partial) {
|
|
257329
|
-
re9 = "^(?:\\/|" +
|
|
257329
|
+
re9 = "^(?:\\/|" + open2 + re9.slice(1, -1) + close + ")$";
|
|
257330
257330
|
}
|
|
257331
257331
|
if (this.negate)
|
|
257332
257332
|
re9 = "^(?!" + re9 + ").+$";
|
|
@@ -257989,8 +257989,8 @@ var require_utils5 = __commonJS((exports) => {
|
|
|
257989
257989
|
exports.toPosixSlashes = (str) => str.replace(REGEX_BACKSLASH, "/");
|
|
257990
257990
|
exports.isWindows = () => {
|
|
257991
257991
|
if (typeof navigator !== "undefined" && navigator.platform) {
|
|
257992
|
-
const
|
|
257993
|
-
return
|
|
257992
|
+
const platform2 = navigator.platform.toLowerCase();
|
|
257993
|
+
return platform2 === "win32" || platform2 === "windows";
|
|
257994
257994
|
}
|
|
257995
257995
|
if (typeof process !== "undefined" && process.platform) {
|
|
257996
257996
|
return process.platform === "win32";
|
|
@@ -258731,15 +258731,15 @@ var require_parse3 = __commonJS((exports, module) => {
|
|
|
258731
258731
|
}
|
|
258732
258732
|
if (value === "{" && opts.nobrace !== true) {
|
|
258733
258733
|
increment("braces");
|
|
258734
|
-
const
|
|
258734
|
+
const open2 = {
|
|
258735
258735
|
type: "brace",
|
|
258736
258736
|
value,
|
|
258737
258737
|
output: "(",
|
|
258738
258738
|
outputIndex: state.output.length,
|
|
258739
258739
|
tokensIndex: state.tokens.length
|
|
258740
258740
|
};
|
|
258741
|
-
braces.push(
|
|
258742
|
-
push2(
|
|
258741
|
+
braces.push(open2);
|
|
258742
|
+
push2(open2);
|
|
258743
258743
|
continue;
|
|
258744
258744
|
}
|
|
258745
258745
|
if (value === "}") {
|
|
@@ -259304,7 +259304,7 @@ var require_dist = __commonJS((exports) => {
|
|
|
259304
259304
|
enumerable: true
|
|
259305
259305
|
}) : target, mod));
|
|
259306
259306
|
var path15 = __toESM3(__require("path"));
|
|
259307
|
-
var
|
|
259307
|
+
var fs13 = __toESM3(__require("fs"));
|
|
259308
259308
|
function cleanPath(path$1) {
|
|
259309
259309
|
let normalized = (0, path15.normalize)(path$1);
|
|
259310
259310
|
if (normalized.length > 1 && normalized[normalized.length - 1] === path15.sep)
|
|
@@ -259628,7 +259628,7 @@ var require_dist = __commonJS((exports) => {
|
|
|
259628
259628
|
symlinks: /* @__PURE__ */ new Map,
|
|
259629
259629
|
visited: [""].slice(0, 0),
|
|
259630
259630
|
controller: new Aborter,
|
|
259631
|
-
fs: options8.fs ||
|
|
259631
|
+
fs: options8.fs || fs13
|
|
259632
259632
|
};
|
|
259633
259633
|
this.joinPath = build$7(this.root, options8);
|
|
259634
259634
|
this.pushDirectory = build$6(this.root, options8);
|
|
@@ -259859,8 +259859,8 @@ var require_dist2 = __commonJS((exports) => {
|
|
|
259859
259859
|
value: mod,
|
|
259860
259860
|
enumerable: true
|
|
259861
259861
|
}) : target, mod));
|
|
259862
|
-
var
|
|
259863
|
-
|
|
259862
|
+
var fs13 = __require("fs");
|
|
259863
|
+
fs13 = __toESM3(fs13);
|
|
259864
259864
|
var path15 = __require("path");
|
|
259865
259865
|
path15 = __toESM3(path15);
|
|
259866
259866
|
var url3 = __require("url");
|
|
@@ -260131,12 +260131,12 @@ var require_dist2 = __commonJS((exports) => {
|
|
|
260131
260131
|
return relativePath !== "." && !partialMatcher(relativePath) || ignore(relativePath);
|
|
260132
260132
|
},
|
|
260133
260133
|
fs: options8.fs ? {
|
|
260134
|
-
readdir: options8.fs.readdir ||
|
|
260135
|
-
readdirSync: options8.fs.readdirSync ||
|
|
260136
|
-
realpath: options8.fs.realpath ||
|
|
260137
|
-
realpathSync: options8.fs.realpathSync ||
|
|
260138
|
-
stat: options8.fs.stat ||
|
|
260139
|
-
statSync: options8.fs.statSync ||
|
|
260134
|
+
readdir: options8.fs.readdir || fs13.default.readdir,
|
|
260135
|
+
readdirSync: options8.fs.readdirSync || fs13.default.readdirSync,
|
|
260136
|
+
realpath: options8.fs.realpath || fs13.default.realpath,
|
|
260137
|
+
realpathSync: options8.fs.realpathSync || fs13.default.realpathSync,
|
|
260138
|
+
stat: options8.fs.stat || fs13.default.stat,
|
|
260139
|
+
statSync: options8.fs.statSync || fs13.default.statSync
|
|
260140
260140
|
} : undefined,
|
|
260141
260141
|
pathSeparator: "/",
|
|
260142
260142
|
relativePaths: true,
|
|
@@ -260202,7 +260202,7 @@ var require_ts_morph_common = __commonJS((exports) => {
|
|
|
260202
260202
|
var path$1 = require_path_browserify();
|
|
260203
260203
|
var fs$1 = __require("node:fs");
|
|
260204
260204
|
var fsp = __require("node:fs/promises");
|
|
260205
|
-
var
|
|
260205
|
+
var os8 = __require("node:os");
|
|
260206
260206
|
var path$2 = __require("node:path");
|
|
260207
260207
|
var tinyglobby = require_dist2();
|
|
260208
260208
|
function _interopDefaultCompat(e7) {
|
|
@@ -260233,7 +260233,7 @@ var require_ts_morph_common = __commonJS((exports) => {
|
|
|
260233
260233
|
var path__default = /* @__PURE__ */ _interopDefaultCompat(path$1);
|
|
260234
260234
|
var fs__namespace = /* @__PURE__ */ _interopNamespaceCompat(fs$1);
|
|
260235
260235
|
var fsp__namespace = /* @__PURE__ */ _interopNamespaceCompat(fsp);
|
|
260236
|
-
var os__namespace = /* @__PURE__ */ _interopNamespaceCompat(
|
|
260236
|
+
var os__namespace = /* @__PURE__ */ _interopNamespaceCompat(os8);
|
|
260237
260237
|
var path__namespace = /* @__PURE__ */ _interopNamespaceCompat(path$2);
|
|
260238
260238
|
|
|
260239
260239
|
class KeyValueCache {
|
|
@@ -303269,8 +303269,8 @@ interface CSSNumericArray{[Symbol.iterator]():ArrayIterator<CSSNumericValue>;ent
|
|
|
303269
303269
|
});
|
|
303270
303270
|
}
|
|
303271
303271
|
isCaseSensitive() {
|
|
303272
|
-
const
|
|
303273
|
-
return
|
|
303272
|
+
const platform2 = process?.platform;
|
|
303273
|
+
return platform2 !== "win32" && platform2 !== "darwin";
|
|
303274
303274
|
}
|
|
303275
303275
|
}
|
|
303276
303276
|
var runtime = getRuntime();
|
|
@@ -303550,13 +303550,13 @@ interface CSSNumericArray{[Symbol.iterator]():ArrayIterator<CSSNumericValue>;ent
|
|
|
303550
303550
|
const result = [];
|
|
303551
303551
|
for (const path16 of paths) {
|
|
303552
303552
|
for (let pattern of patterns) {
|
|
303553
|
-
let
|
|
303553
|
+
let process9 = addArray;
|
|
303554
303554
|
if (FileUtils.isNegatedGlob(pattern)) {
|
|
303555
|
-
|
|
303555
|
+
process9 = removeArray;
|
|
303556
303556
|
pattern = pattern.slice(1);
|
|
303557
303557
|
}
|
|
303558
303558
|
if (runtime.getPathMatchesPattern(path16, pattern))
|
|
303559
|
-
|
|
303559
|
+
process9(result, path16);
|
|
303560
303560
|
}
|
|
303561
303561
|
}
|
|
303562
303562
|
return result;
|
|
@@ -303772,31 +303772,31 @@ interface CSSNumericArray{[Symbol.iterator]():ArrayIterator<CSSNumericValue>;ent
|
|
|
303772
303772
|
yield path16;
|
|
303773
303773
|
}
|
|
303774
303774
|
}
|
|
303775
|
-
var
|
|
303775
|
+
var fs13 = runtime.fs;
|
|
303776
303776
|
|
|
303777
303777
|
class RealFileSystemHost {
|
|
303778
303778
|
async delete(path16) {
|
|
303779
303779
|
try {
|
|
303780
|
-
await
|
|
303780
|
+
await fs13.delete(path16);
|
|
303781
303781
|
} catch (err) {
|
|
303782
303782
|
throw this.#getFileNotFoundErrorIfNecessary(err, path16);
|
|
303783
303783
|
}
|
|
303784
303784
|
}
|
|
303785
303785
|
deleteSync(path16) {
|
|
303786
303786
|
try {
|
|
303787
|
-
|
|
303787
|
+
fs13.deleteSync(path16);
|
|
303788
303788
|
} catch (err) {
|
|
303789
303789
|
throw this.#getFileNotFoundErrorIfNecessary(err, path16);
|
|
303790
303790
|
}
|
|
303791
303791
|
}
|
|
303792
303792
|
readDirSync(dirPath) {
|
|
303793
303793
|
try {
|
|
303794
|
-
const entries =
|
|
303794
|
+
const entries = fs13.readDirSync(dirPath);
|
|
303795
303795
|
for (const entry of entries) {
|
|
303796
303796
|
entry.name = FileUtils.pathJoin(dirPath, entry.name);
|
|
303797
303797
|
if (entry.isSymlink) {
|
|
303798
303798
|
try {
|
|
303799
|
-
const info =
|
|
303799
|
+
const info = fs13.statSync(entry.name);
|
|
303800
303800
|
if (info != null) {
|
|
303801
303801
|
entry.isDirectory = info.isDirectory();
|
|
303802
303802
|
entry.isFile = info.isFile();
|
|
@@ -303811,84 +303811,84 @@ interface CSSNumericArray{[Symbol.iterator]():ArrayIterator<CSSNumericValue>;ent
|
|
|
303811
303811
|
}
|
|
303812
303812
|
async readFile(filePath, encoding = "utf-8") {
|
|
303813
303813
|
try {
|
|
303814
|
-
return await
|
|
303814
|
+
return await fs13.readFile(filePath, encoding);
|
|
303815
303815
|
} catch (err) {
|
|
303816
303816
|
throw this.#getFileNotFoundErrorIfNecessary(err, filePath);
|
|
303817
303817
|
}
|
|
303818
303818
|
}
|
|
303819
303819
|
readFileSync(filePath, encoding = "utf-8") {
|
|
303820
303820
|
try {
|
|
303821
|
-
return
|
|
303821
|
+
return fs13.readFileSync(filePath, encoding);
|
|
303822
303822
|
} catch (err) {
|
|
303823
303823
|
throw this.#getFileNotFoundErrorIfNecessary(err, filePath);
|
|
303824
303824
|
}
|
|
303825
303825
|
}
|
|
303826
303826
|
async writeFile(filePath, fileText) {
|
|
303827
|
-
return
|
|
303827
|
+
return fs13.writeFile(filePath, fileText);
|
|
303828
303828
|
}
|
|
303829
303829
|
writeFileSync(filePath, fileText) {
|
|
303830
|
-
|
|
303830
|
+
fs13.writeFileSync(filePath, fileText);
|
|
303831
303831
|
}
|
|
303832
303832
|
mkdir(dirPath) {
|
|
303833
|
-
return
|
|
303833
|
+
return fs13.mkdir(dirPath);
|
|
303834
303834
|
}
|
|
303835
303835
|
mkdirSync(dirPath) {
|
|
303836
|
-
|
|
303836
|
+
fs13.mkdirSync(dirPath);
|
|
303837
303837
|
}
|
|
303838
303838
|
move(srcPath, destPath) {
|
|
303839
|
-
return
|
|
303839
|
+
return fs13.move(srcPath, destPath);
|
|
303840
303840
|
}
|
|
303841
303841
|
moveSync(srcPath, destPath) {
|
|
303842
|
-
|
|
303842
|
+
fs13.moveSync(srcPath, destPath);
|
|
303843
303843
|
}
|
|
303844
303844
|
copy(srcPath, destPath) {
|
|
303845
|
-
return
|
|
303845
|
+
return fs13.copy(srcPath, destPath);
|
|
303846
303846
|
}
|
|
303847
303847
|
copySync(srcPath, destPath) {
|
|
303848
|
-
|
|
303848
|
+
fs13.copySync(srcPath, destPath);
|
|
303849
303849
|
}
|
|
303850
303850
|
async fileExists(filePath) {
|
|
303851
303851
|
try {
|
|
303852
|
-
return (await
|
|
303852
|
+
return (await fs13.stat(filePath))?.isFile() ?? false;
|
|
303853
303853
|
} catch {
|
|
303854
303854
|
return false;
|
|
303855
303855
|
}
|
|
303856
303856
|
}
|
|
303857
303857
|
fileExistsSync(filePath) {
|
|
303858
303858
|
try {
|
|
303859
|
-
return
|
|
303859
|
+
return fs13.statSync(filePath)?.isFile() ?? false;
|
|
303860
303860
|
} catch {
|
|
303861
303861
|
return false;
|
|
303862
303862
|
}
|
|
303863
303863
|
}
|
|
303864
303864
|
async directoryExists(dirPath) {
|
|
303865
303865
|
try {
|
|
303866
|
-
return (await
|
|
303866
|
+
return (await fs13.stat(dirPath))?.isDirectory() ?? false;
|
|
303867
303867
|
} catch {
|
|
303868
303868
|
return false;
|
|
303869
303869
|
}
|
|
303870
303870
|
}
|
|
303871
303871
|
directoryExistsSync(dirPath) {
|
|
303872
303872
|
try {
|
|
303873
|
-
return
|
|
303873
|
+
return fs13.statSync(dirPath)?.isDirectory() ?? false;
|
|
303874
303874
|
} catch {
|
|
303875
303875
|
return false;
|
|
303876
303876
|
}
|
|
303877
303877
|
}
|
|
303878
303878
|
realpathSync(path16) {
|
|
303879
|
-
return
|
|
303879
|
+
return fs13.realpathSync(path16);
|
|
303880
303880
|
}
|
|
303881
303881
|
getCurrentDirectory() {
|
|
303882
|
-
return FileUtils.standardizeSlashes(
|
|
303882
|
+
return FileUtils.standardizeSlashes(fs13.getCurrentDirectory());
|
|
303883
303883
|
}
|
|
303884
303884
|
glob(patterns) {
|
|
303885
|
-
return
|
|
303885
|
+
return fs13.glob(backSlashesToForward(patterns));
|
|
303886
303886
|
}
|
|
303887
303887
|
globSync(patterns) {
|
|
303888
|
-
return
|
|
303888
|
+
return fs13.globSync(backSlashesToForward(patterns));
|
|
303889
303889
|
}
|
|
303890
303890
|
isCaseSensitive() {
|
|
303891
|
-
return
|
|
303891
|
+
return fs13.isCaseSensitive();
|
|
303892
303892
|
}
|
|
303893
303893
|
#getDirectoryNotFoundErrorIfNecessary(err, path16) {
|
|
303894
303894
|
return FileUtils.isNotExistsError(err) ? new exports.errors.DirectoryNotFoundError(FileUtils.getStandardizedAbsolutePath(this, path16)) : err;
|
|
@@ -333703,12 +333703,12 @@ var require_dist3 = __commonJS((exports, module) => {
|
|
|
333703
333703
|
throw new Error(`Unknown format "${name}"`);
|
|
333704
333704
|
return f7;
|
|
333705
333705
|
};
|
|
333706
|
-
function addFormats(ajv, list,
|
|
333706
|
+
function addFormats(ajv, list, fs13, exportName) {
|
|
333707
333707
|
var _a7;
|
|
333708
333708
|
var _b2;
|
|
333709
333709
|
(_a7 = (_b2 = ajv.opts.code).formats) !== null && _a7 !== undefined || (_b2.formats = (0, codegen_1._)`require("ajv-formats/dist/formats").${exportName}`);
|
|
333710
333710
|
for (const f7 of list)
|
|
333711
|
-
ajv.addFormat(f7,
|
|
333711
|
+
ajv.addFormat(f7, fs13[f7]);
|
|
333712
333712
|
}
|
|
333713
333713
|
module.exports = exports = formatsPlugin;
|
|
333714
333714
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -333779,9 +333779,9 @@ var require_picocolors2 = __commonJS((exports, module) => {
|
|
|
333779
333779
|
var argv = p4.argv || [];
|
|
333780
333780
|
var env = p4.env || {};
|
|
333781
333781
|
var isColorSupported2 = !(!!env.NO_COLOR || argv.includes("--no-color")) && (!!env.FORCE_COLOR || argv.includes("--color") || p4.platform === "win32" || (p4.stdout || {}).isTTY && env.TERM !== "dumb" || !!env.CI);
|
|
333782
|
-
var formatter = (
|
|
333783
|
-
let string5 = "" + input, index = string5.indexOf(close,
|
|
333784
|
-
return ~index ?
|
|
333782
|
+
var formatter = (open3, close, replace = open3) => (input) => {
|
|
333783
|
+
let string5 = "" + input, index = string5.indexOf(close, open3.length);
|
|
333784
|
+
return ~index ? open3 + replaceClose(string5, close, replace, index) + close : open3 + string5 + close;
|
|
333785
333785
|
};
|
|
333786
333786
|
var replaceClose = (string5, close, replace, index) => {
|
|
333787
333787
|
let result = "", cursor3 = 0;
|
|
@@ -333847,6 +333847,612 @@ var require_picocolors2 = __commonJS((exports, module) => {
|
|
|
333847
333847
|
import { resolve as resolve4 } from "node:path";
|
|
333848
333848
|
import { parseArgs } from "node:util";
|
|
333849
333849
|
|
|
333850
|
+
// node_modules/open/index.js
|
|
333851
|
+
import process8 from "node:process";
|
|
333852
|
+
import path from "node:path";
|
|
333853
|
+
import { fileURLToPath } from "node:url";
|
|
333854
|
+
import childProcess3 from "node:child_process";
|
|
333855
|
+
import fs5, { constants as fsConstants2 } from "node:fs/promises";
|
|
333856
|
+
|
|
333857
|
+
// node_modules/wsl-utils/index.js
|
|
333858
|
+
import { promisify as promisify2 } from "node:util";
|
|
333859
|
+
import childProcess2 from "node:child_process";
|
|
333860
|
+
import fs4, { constants as fsConstants } from "node:fs/promises";
|
|
333861
|
+
|
|
333862
|
+
// node_modules/is-wsl/index.js
|
|
333863
|
+
import process2 from "node:process";
|
|
333864
|
+
import os from "node:os";
|
|
333865
|
+
import fs3 from "node:fs";
|
|
333866
|
+
|
|
333867
|
+
// node_modules/is-inside-container/index.js
|
|
333868
|
+
import fs2 from "node:fs";
|
|
333869
|
+
|
|
333870
|
+
// node_modules/is-docker/index.js
|
|
333871
|
+
import fs from "node:fs";
|
|
333872
|
+
var isDockerCached;
|
|
333873
|
+
function hasDockerEnv() {
|
|
333874
|
+
try {
|
|
333875
|
+
fs.statSync("/.dockerenv");
|
|
333876
|
+
return true;
|
|
333877
|
+
} catch {
|
|
333878
|
+
return false;
|
|
333879
|
+
}
|
|
333880
|
+
}
|
|
333881
|
+
function hasDockerCGroup() {
|
|
333882
|
+
try {
|
|
333883
|
+
return fs.readFileSync("/proc/self/cgroup", "utf8").includes("docker");
|
|
333884
|
+
} catch {
|
|
333885
|
+
return false;
|
|
333886
|
+
}
|
|
333887
|
+
}
|
|
333888
|
+
function isDocker() {
|
|
333889
|
+
if (isDockerCached === undefined) {
|
|
333890
|
+
isDockerCached = hasDockerEnv() || hasDockerCGroup();
|
|
333891
|
+
}
|
|
333892
|
+
return isDockerCached;
|
|
333893
|
+
}
|
|
333894
|
+
|
|
333895
|
+
// node_modules/is-inside-container/index.js
|
|
333896
|
+
var cachedResult;
|
|
333897
|
+
var hasContainerEnv = () => {
|
|
333898
|
+
try {
|
|
333899
|
+
fs2.statSync("/run/.containerenv");
|
|
333900
|
+
return true;
|
|
333901
|
+
} catch {
|
|
333902
|
+
return false;
|
|
333903
|
+
}
|
|
333904
|
+
};
|
|
333905
|
+
function isInsideContainer() {
|
|
333906
|
+
if (cachedResult === undefined) {
|
|
333907
|
+
cachedResult = hasContainerEnv() || isDocker();
|
|
333908
|
+
}
|
|
333909
|
+
return cachedResult;
|
|
333910
|
+
}
|
|
333911
|
+
|
|
333912
|
+
// node_modules/is-wsl/index.js
|
|
333913
|
+
var isWsl = () => {
|
|
333914
|
+
if (process2.platform !== "linux") {
|
|
333915
|
+
return false;
|
|
333916
|
+
}
|
|
333917
|
+
if (os.release().toLowerCase().includes("microsoft")) {
|
|
333918
|
+
if (isInsideContainer()) {
|
|
333919
|
+
return false;
|
|
333920
|
+
}
|
|
333921
|
+
return true;
|
|
333922
|
+
}
|
|
333923
|
+
try {
|
|
333924
|
+
return fs3.readFileSync("/proc/version", "utf8").toLowerCase().includes("microsoft") ? !isInsideContainer() : false;
|
|
333925
|
+
} catch {
|
|
333926
|
+
return false;
|
|
333927
|
+
}
|
|
333928
|
+
};
|
|
333929
|
+
var is_wsl_default = process2.env.__IS_WSL_TEST__ ? isWsl : isWsl();
|
|
333930
|
+
|
|
333931
|
+
// node_modules/powershell-utils/index.js
|
|
333932
|
+
import process3 from "node:process";
|
|
333933
|
+
import { Buffer as Buffer2 } from "node:buffer";
|
|
333934
|
+
import { promisify } from "node:util";
|
|
333935
|
+
import childProcess from "node:child_process";
|
|
333936
|
+
var execFile = promisify(childProcess.execFile);
|
|
333937
|
+
var powerShellPath = () => `${process3.env.SYSTEMROOT || process3.env.windir || String.raw`C:\Windows`}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`;
|
|
333938
|
+
var executePowerShell = async (command, options = {}) => {
|
|
333939
|
+
const {
|
|
333940
|
+
powerShellPath: psPath,
|
|
333941
|
+
...execFileOptions
|
|
333942
|
+
} = options;
|
|
333943
|
+
const encodedCommand = executePowerShell.encodeCommand(command);
|
|
333944
|
+
return execFile(psPath ?? powerShellPath(), [
|
|
333945
|
+
...executePowerShell.argumentsPrefix,
|
|
333946
|
+
encodedCommand
|
|
333947
|
+
], {
|
|
333948
|
+
encoding: "utf8",
|
|
333949
|
+
...execFileOptions
|
|
333950
|
+
});
|
|
333951
|
+
};
|
|
333952
|
+
executePowerShell.argumentsPrefix = [
|
|
333953
|
+
"-NoProfile",
|
|
333954
|
+
"-NonInteractive",
|
|
333955
|
+
"-ExecutionPolicy",
|
|
333956
|
+
"Bypass",
|
|
333957
|
+
"-EncodedCommand"
|
|
333958
|
+
];
|
|
333959
|
+
executePowerShell.encodeCommand = (command) => Buffer2.from(command, "utf16le").toString("base64");
|
|
333960
|
+
executePowerShell.escapeArgument = (value) => `'${String(value).replaceAll("'", "''")}'`;
|
|
333961
|
+
|
|
333962
|
+
// node_modules/wsl-utils/utilities.js
|
|
333963
|
+
function parseMountPointFromConfig(content) {
|
|
333964
|
+
for (const line of content.split(`
|
|
333965
|
+
`)) {
|
|
333966
|
+
if (/^\s*#/.test(line)) {
|
|
333967
|
+
continue;
|
|
333968
|
+
}
|
|
333969
|
+
const match = /^\s*root\s*=\s*(?<mountPoint>"[^"]*"|'[^']*'|[^#]*)/.exec(line);
|
|
333970
|
+
if (!match) {
|
|
333971
|
+
continue;
|
|
333972
|
+
}
|
|
333973
|
+
return match.groups.mountPoint.trim().replaceAll(/^["']|["']$/g, "");
|
|
333974
|
+
}
|
|
333975
|
+
}
|
|
333976
|
+
|
|
333977
|
+
// node_modules/wsl-utils/index.js
|
|
333978
|
+
var execFile2 = promisify2(childProcess2.execFile);
|
|
333979
|
+
var wslDrivesMountPoint = (() => {
|
|
333980
|
+
const defaultMountPoint = "/mnt/";
|
|
333981
|
+
let mountPoint;
|
|
333982
|
+
return async function() {
|
|
333983
|
+
if (mountPoint) {
|
|
333984
|
+
return mountPoint;
|
|
333985
|
+
}
|
|
333986
|
+
const configFilePath = "/etc/wsl.conf";
|
|
333987
|
+
let isConfigFileExists = false;
|
|
333988
|
+
try {
|
|
333989
|
+
await fs4.access(configFilePath, fsConstants.F_OK);
|
|
333990
|
+
isConfigFileExists = true;
|
|
333991
|
+
} catch {}
|
|
333992
|
+
if (!isConfigFileExists) {
|
|
333993
|
+
return defaultMountPoint;
|
|
333994
|
+
}
|
|
333995
|
+
const configContent = await fs4.readFile(configFilePath, { encoding: "utf8" });
|
|
333996
|
+
const parsedMountPoint = parseMountPointFromConfig(configContent);
|
|
333997
|
+
if (parsedMountPoint === undefined) {
|
|
333998
|
+
return defaultMountPoint;
|
|
333999
|
+
}
|
|
334000
|
+
mountPoint = parsedMountPoint;
|
|
334001
|
+
mountPoint = mountPoint.endsWith("/") ? mountPoint : `${mountPoint}/`;
|
|
334002
|
+
return mountPoint;
|
|
334003
|
+
};
|
|
334004
|
+
})();
|
|
334005
|
+
var powerShellPathFromWsl = async () => {
|
|
334006
|
+
const mountPoint = await wslDrivesMountPoint();
|
|
334007
|
+
return `${mountPoint}c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe`;
|
|
334008
|
+
};
|
|
334009
|
+
var powerShellPath2 = is_wsl_default ? powerShellPathFromWsl : powerShellPath;
|
|
334010
|
+
var canAccessPowerShellPromise;
|
|
334011
|
+
var canAccessPowerShell = async () => {
|
|
334012
|
+
canAccessPowerShellPromise ??= (async () => {
|
|
334013
|
+
try {
|
|
334014
|
+
const psPath = await powerShellPath2();
|
|
334015
|
+
await fs4.access(psPath, fsConstants.X_OK);
|
|
334016
|
+
return true;
|
|
334017
|
+
} catch {
|
|
334018
|
+
return false;
|
|
334019
|
+
}
|
|
334020
|
+
})();
|
|
334021
|
+
return canAccessPowerShellPromise;
|
|
334022
|
+
};
|
|
334023
|
+
var wslDefaultBrowser = async () => {
|
|
334024
|
+
const psPath = await powerShellPath2();
|
|
334025
|
+
const command = String.raw`(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice").ProgId`;
|
|
334026
|
+
const { stdout } = await executePowerShell(command, { powerShellPath: psPath });
|
|
334027
|
+
return stdout.trim();
|
|
334028
|
+
};
|
|
334029
|
+
var convertWslPathToWindows = async (path) => {
|
|
334030
|
+
if (/^[a-z]+:\/\//i.test(path)) {
|
|
334031
|
+
return path;
|
|
334032
|
+
}
|
|
334033
|
+
try {
|
|
334034
|
+
const { stdout } = await execFile2("wslpath", ["-aw", path], { encoding: "utf8" });
|
|
334035
|
+
return stdout.trim();
|
|
334036
|
+
} catch {
|
|
334037
|
+
return path;
|
|
334038
|
+
}
|
|
334039
|
+
};
|
|
334040
|
+
|
|
334041
|
+
// node_modules/define-lazy-prop/index.js
|
|
334042
|
+
function defineLazyProperty(object, propertyName, valueGetter) {
|
|
334043
|
+
const define = (value) => Object.defineProperty(object, propertyName, { value, enumerable: true, writable: true });
|
|
334044
|
+
Object.defineProperty(object, propertyName, {
|
|
334045
|
+
configurable: true,
|
|
334046
|
+
enumerable: true,
|
|
334047
|
+
get() {
|
|
334048
|
+
const result = valueGetter();
|
|
334049
|
+
define(result);
|
|
334050
|
+
return result;
|
|
334051
|
+
},
|
|
334052
|
+
set(value) {
|
|
334053
|
+
define(value);
|
|
334054
|
+
}
|
|
334055
|
+
});
|
|
334056
|
+
return object;
|
|
334057
|
+
}
|
|
334058
|
+
|
|
334059
|
+
// node_modules/default-browser/index.js
|
|
334060
|
+
import { promisify as promisify6 } from "node:util";
|
|
334061
|
+
import process6 from "node:process";
|
|
334062
|
+
import { execFile as execFile6 } from "node:child_process";
|
|
334063
|
+
|
|
334064
|
+
// node_modules/default-browser-id/index.js
|
|
334065
|
+
import { promisify as promisify3 } from "node:util";
|
|
334066
|
+
import process4 from "node:process";
|
|
334067
|
+
import { execFile as execFile3 } from "node:child_process";
|
|
334068
|
+
var execFileAsync = promisify3(execFile3);
|
|
334069
|
+
async function defaultBrowserId() {
|
|
334070
|
+
if (process4.platform !== "darwin") {
|
|
334071
|
+
throw new Error("macOS only");
|
|
334072
|
+
}
|
|
334073
|
+
const { stdout } = await execFileAsync("defaults", ["read", "com.apple.LaunchServices/com.apple.launchservices.secure", "LSHandlers"]);
|
|
334074
|
+
const match = /LSHandlerRoleAll = "(?!-)(?<id>[^"]+?)";\s+?LSHandlerURLScheme = (?:http|https);/.exec(stdout);
|
|
334075
|
+
const browserId = match?.groups.id ?? "com.apple.Safari";
|
|
334076
|
+
if (browserId === "com.apple.safari") {
|
|
334077
|
+
return "com.apple.Safari";
|
|
334078
|
+
}
|
|
334079
|
+
return browserId;
|
|
334080
|
+
}
|
|
334081
|
+
|
|
334082
|
+
// node_modules/run-applescript/index.js
|
|
334083
|
+
import process5 from "node:process";
|
|
334084
|
+
import { promisify as promisify4 } from "node:util";
|
|
334085
|
+
import { execFile as execFile4, execFileSync } from "node:child_process";
|
|
334086
|
+
var execFileAsync2 = promisify4(execFile4);
|
|
334087
|
+
async function runAppleScript(script, { humanReadableOutput = true, signal } = {}) {
|
|
334088
|
+
if (process5.platform !== "darwin") {
|
|
334089
|
+
throw new Error("macOS only");
|
|
334090
|
+
}
|
|
334091
|
+
const outputArguments = humanReadableOutput ? [] : ["-ss"];
|
|
334092
|
+
const execOptions = {};
|
|
334093
|
+
if (signal) {
|
|
334094
|
+
execOptions.signal = signal;
|
|
334095
|
+
}
|
|
334096
|
+
const { stdout } = await execFileAsync2("osascript", ["-e", script, outputArguments], execOptions);
|
|
334097
|
+
return stdout.trim();
|
|
334098
|
+
}
|
|
334099
|
+
|
|
334100
|
+
// node_modules/bundle-name/index.js
|
|
334101
|
+
async function bundleName(bundleId) {
|
|
334102
|
+
return runAppleScript(`tell application "Finder" to set app_path to application file id "${bundleId}" as string
|
|
334103
|
+
tell application "System Events" to get value of property list item "CFBundleName" of property list file (app_path & ":Contents:Info.plist")`);
|
|
334104
|
+
}
|
|
334105
|
+
|
|
334106
|
+
// node_modules/default-browser/windows.js
|
|
334107
|
+
import { promisify as promisify5 } from "node:util";
|
|
334108
|
+
import { execFile as execFile5 } from "node:child_process";
|
|
334109
|
+
var execFileAsync3 = promisify5(execFile5);
|
|
334110
|
+
var windowsBrowserProgIds = {
|
|
334111
|
+
MSEdgeHTM: { name: "Edge", id: "com.microsoft.edge" },
|
|
334112
|
+
MSEdgeBHTML: { name: "Edge Beta", id: "com.microsoft.edge.beta" },
|
|
334113
|
+
MSEdgeDHTML: { name: "Edge Dev", id: "com.microsoft.edge.dev" },
|
|
334114
|
+
AppXq0fevzme2pys62n3e0fbqa7peapykr8v: { name: "Edge", id: "com.microsoft.edge.old" },
|
|
334115
|
+
ChromeHTML: { name: "Chrome", id: "com.google.chrome" },
|
|
334116
|
+
ChromeBHTML: { name: "Chrome Beta", id: "com.google.chrome.beta" },
|
|
334117
|
+
ChromeDHTML: { name: "Chrome Dev", id: "com.google.chrome.dev" },
|
|
334118
|
+
ChromiumHTM: { name: "Chromium", id: "org.chromium.Chromium" },
|
|
334119
|
+
BraveHTML: { name: "Brave", id: "com.brave.Browser" },
|
|
334120
|
+
BraveBHTML: { name: "Brave Beta", id: "com.brave.Browser.beta" },
|
|
334121
|
+
BraveDHTML: { name: "Brave Dev", id: "com.brave.Browser.dev" },
|
|
334122
|
+
BraveSSHTM: { name: "Brave Nightly", id: "com.brave.Browser.nightly" },
|
|
334123
|
+
FirefoxURL: { name: "Firefox", id: "org.mozilla.firefox" },
|
|
334124
|
+
OperaStable: { name: "Opera", id: "com.operasoftware.Opera" },
|
|
334125
|
+
VivaldiHTM: { name: "Vivaldi", id: "com.vivaldi.Vivaldi" },
|
|
334126
|
+
"IE.HTTP": { name: "Internet Explorer", id: "com.microsoft.ie" }
|
|
334127
|
+
};
|
|
334128
|
+
var _windowsBrowserProgIdMap = new Map(Object.entries(windowsBrowserProgIds));
|
|
334129
|
+
|
|
334130
|
+
class UnknownBrowserError extends Error {
|
|
334131
|
+
}
|
|
334132
|
+
async function defaultBrowser(_execFileAsync = execFileAsync3) {
|
|
334133
|
+
const { stdout } = await _execFileAsync("reg", [
|
|
334134
|
+
"QUERY",
|
|
334135
|
+
" HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\Shell\\Associations\\UrlAssociations\\http\\UserChoice",
|
|
334136
|
+
"/v",
|
|
334137
|
+
"ProgId"
|
|
334138
|
+
]);
|
|
334139
|
+
const match = /ProgId\s*REG_SZ\s*(?<id>\S+)/.exec(stdout);
|
|
334140
|
+
if (!match) {
|
|
334141
|
+
throw new UnknownBrowserError(`Cannot find Windows browser in stdout: ${JSON.stringify(stdout)}`);
|
|
334142
|
+
}
|
|
334143
|
+
const { id } = match.groups;
|
|
334144
|
+
const browser = windowsBrowserProgIds[id];
|
|
334145
|
+
if (!browser) {
|
|
334146
|
+
throw new UnknownBrowserError(`Unknown browser ID: ${id}`);
|
|
334147
|
+
}
|
|
334148
|
+
return browser;
|
|
334149
|
+
}
|
|
334150
|
+
|
|
334151
|
+
// node_modules/default-browser/index.js
|
|
334152
|
+
var execFileAsync4 = promisify6(execFile6);
|
|
334153
|
+
var titleize = (string) => string.toLowerCase().replaceAll(/(?:^|\s|-)\S/g, (x) => x.toUpperCase());
|
|
334154
|
+
async function defaultBrowser2() {
|
|
334155
|
+
if (process6.platform === "darwin") {
|
|
334156
|
+
const id = await defaultBrowserId();
|
|
334157
|
+
const name = await bundleName(id);
|
|
334158
|
+
return { name, id };
|
|
334159
|
+
}
|
|
334160
|
+
if (process6.platform === "linux") {
|
|
334161
|
+
const { stdout } = await execFileAsync4("xdg-mime", ["query", "default", "x-scheme-handler/http"]);
|
|
334162
|
+
const id = stdout.trim();
|
|
334163
|
+
const name = titleize(id.replace(/.desktop$/, "").replace("-", " "));
|
|
334164
|
+
return { name, id };
|
|
334165
|
+
}
|
|
334166
|
+
if (process6.platform === "win32") {
|
|
334167
|
+
return defaultBrowser();
|
|
334168
|
+
}
|
|
334169
|
+
throw new Error("Only macOS, Linux, and Windows are supported");
|
|
334170
|
+
}
|
|
334171
|
+
|
|
334172
|
+
// node_modules/is-in-ssh/index.js
|
|
334173
|
+
import process7 from "node:process";
|
|
334174
|
+
var isInSsh = Boolean(process7.env.SSH_CONNECTION || process7.env.SSH_CLIENT || process7.env.SSH_TTY);
|
|
334175
|
+
var is_in_ssh_default = isInSsh;
|
|
334176
|
+
|
|
334177
|
+
// node_modules/open/index.js
|
|
334178
|
+
var fallbackAttemptSymbol = Symbol("fallbackAttempt");
|
|
334179
|
+
var __dirname2 = import.meta.url ? path.dirname(fileURLToPath(import.meta.url)) : "";
|
|
334180
|
+
var localXdgOpenPath = path.join(__dirname2, "xdg-open");
|
|
334181
|
+
var { platform, arch } = process8;
|
|
334182
|
+
var tryEachApp = async (apps, opener) => {
|
|
334183
|
+
if (apps.length === 0) {
|
|
334184
|
+
return;
|
|
334185
|
+
}
|
|
334186
|
+
const errors = [];
|
|
334187
|
+
for (const app of apps) {
|
|
334188
|
+
try {
|
|
334189
|
+
return await opener(app);
|
|
334190
|
+
} catch (error) {
|
|
334191
|
+
errors.push(error);
|
|
334192
|
+
}
|
|
334193
|
+
}
|
|
334194
|
+
throw new AggregateError(errors, "Failed to open in all supported apps");
|
|
334195
|
+
};
|
|
334196
|
+
var baseOpen = async (options) => {
|
|
334197
|
+
options = {
|
|
334198
|
+
wait: false,
|
|
334199
|
+
background: false,
|
|
334200
|
+
newInstance: false,
|
|
334201
|
+
allowNonzeroExitCode: false,
|
|
334202
|
+
...options
|
|
334203
|
+
};
|
|
334204
|
+
const isFallbackAttempt = options[fallbackAttemptSymbol] === true;
|
|
334205
|
+
delete options[fallbackAttemptSymbol];
|
|
334206
|
+
if (Array.isArray(options.app)) {
|
|
334207
|
+
return tryEachApp(options.app, (singleApp) => baseOpen({
|
|
334208
|
+
...options,
|
|
334209
|
+
app: singleApp,
|
|
334210
|
+
[fallbackAttemptSymbol]: true
|
|
334211
|
+
}));
|
|
334212
|
+
}
|
|
334213
|
+
let { name: app, arguments: appArguments = [] } = options.app ?? {};
|
|
334214
|
+
appArguments = [...appArguments];
|
|
334215
|
+
if (Array.isArray(app)) {
|
|
334216
|
+
return tryEachApp(app, (appName) => baseOpen({
|
|
334217
|
+
...options,
|
|
334218
|
+
app: {
|
|
334219
|
+
name: appName,
|
|
334220
|
+
arguments: appArguments
|
|
334221
|
+
},
|
|
334222
|
+
[fallbackAttemptSymbol]: true
|
|
334223
|
+
}));
|
|
334224
|
+
}
|
|
334225
|
+
if (app === "browser" || app === "browserPrivate") {
|
|
334226
|
+
const ids = {
|
|
334227
|
+
"com.google.chrome": "chrome",
|
|
334228
|
+
"google-chrome.desktop": "chrome",
|
|
334229
|
+
"com.brave.browser": "brave",
|
|
334230
|
+
"org.mozilla.firefox": "firefox",
|
|
334231
|
+
"firefox.desktop": "firefox",
|
|
334232
|
+
"com.microsoft.msedge": "edge",
|
|
334233
|
+
"com.microsoft.edge": "edge",
|
|
334234
|
+
"com.microsoft.edgemac": "edge",
|
|
334235
|
+
"microsoft-edge.desktop": "edge",
|
|
334236
|
+
"com.apple.safari": "safari"
|
|
334237
|
+
};
|
|
334238
|
+
const flags = {
|
|
334239
|
+
chrome: "--incognito",
|
|
334240
|
+
brave: "--incognito",
|
|
334241
|
+
firefox: "--private-window",
|
|
334242
|
+
edge: "--inPrivate"
|
|
334243
|
+
};
|
|
334244
|
+
let browser;
|
|
334245
|
+
if (is_wsl_default) {
|
|
334246
|
+
const progId = await wslDefaultBrowser();
|
|
334247
|
+
const browserInfo = _windowsBrowserProgIdMap.get(progId);
|
|
334248
|
+
browser = browserInfo ?? {};
|
|
334249
|
+
} else {
|
|
334250
|
+
browser = await defaultBrowser2();
|
|
334251
|
+
}
|
|
334252
|
+
if (browser.id in ids) {
|
|
334253
|
+
const browserName = ids[browser.id.toLowerCase()];
|
|
334254
|
+
if (app === "browserPrivate") {
|
|
334255
|
+
if (browserName === "safari") {
|
|
334256
|
+
throw new Error("Safari doesn't support opening in private mode via command line");
|
|
334257
|
+
}
|
|
334258
|
+
appArguments.push(flags[browserName]);
|
|
334259
|
+
}
|
|
334260
|
+
return baseOpen({
|
|
334261
|
+
...options,
|
|
334262
|
+
app: {
|
|
334263
|
+
name: apps[browserName],
|
|
334264
|
+
arguments: appArguments
|
|
334265
|
+
}
|
|
334266
|
+
});
|
|
334267
|
+
}
|
|
334268
|
+
throw new Error(`${browser.name} is not supported as a default browser`);
|
|
334269
|
+
}
|
|
334270
|
+
let command;
|
|
334271
|
+
const cliArguments = [];
|
|
334272
|
+
const childProcessOptions = {};
|
|
334273
|
+
let shouldUseWindowsInWsl = false;
|
|
334274
|
+
if (is_wsl_default && !isInsideContainer() && !is_in_ssh_default && !app) {
|
|
334275
|
+
shouldUseWindowsInWsl = await canAccessPowerShell();
|
|
334276
|
+
}
|
|
334277
|
+
if (platform === "darwin") {
|
|
334278
|
+
command = "open";
|
|
334279
|
+
if (options.wait) {
|
|
334280
|
+
cliArguments.push("--wait-apps");
|
|
334281
|
+
}
|
|
334282
|
+
if (options.background) {
|
|
334283
|
+
cliArguments.push("--background");
|
|
334284
|
+
}
|
|
334285
|
+
if (options.newInstance) {
|
|
334286
|
+
cliArguments.push("--new");
|
|
334287
|
+
}
|
|
334288
|
+
if (app) {
|
|
334289
|
+
cliArguments.push("-a", app);
|
|
334290
|
+
}
|
|
334291
|
+
} else if (platform === "win32" || shouldUseWindowsInWsl) {
|
|
334292
|
+
command = await powerShellPath2();
|
|
334293
|
+
cliArguments.push(...executePowerShell.argumentsPrefix);
|
|
334294
|
+
if (!is_wsl_default) {
|
|
334295
|
+
childProcessOptions.windowsVerbatimArguments = true;
|
|
334296
|
+
}
|
|
334297
|
+
if (is_wsl_default && options.target) {
|
|
334298
|
+
options.target = await convertWslPathToWindows(options.target);
|
|
334299
|
+
}
|
|
334300
|
+
const encodedArguments = ["$ProgressPreference = 'SilentlyContinue';", "Start"];
|
|
334301
|
+
if (options.wait) {
|
|
334302
|
+
encodedArguments.push("-Wait");
|
|
334303
|
+
}
|
|
334304
|
+
if (app) {
|
|
334305
|
+
encodedArguments.push(executePowerShell.escapeArgument(app));
|
|
334306
|
+
if (options.target) {
|
|
334307
|
+
appArguments.push(options.target);
|
|
334308
|
+
}
|
|
334309
|
+
} else if (options.target) {
|
|
334310
|
+
encodedArguments.push(executePowerShell.escapeArgument(options.target));
|
|
334311
|
+
}
|
|
334312
|
+
if (appArguments.length > 0) {
|
|
334313
|
+
appArguments = appArguments.map((argument) => executePowerShell.escapeArgument(argument));
|
|
334314
|
+
encodedArguments.push("-ArgumentList", appArguments.join(","));
|
|
334315
|
+
}
|
|
334316
|
+
options.target = executePowerShell.encodeCommand(encodedArguments.join(" "));
|
|
334317
|
+
if (!options.wait) {
|
|
334318
|
+
childProcessOptions.stdio = "ignore";
|
|
334319
|
+
}
|
|
334320
|
+
} else {
|
|
334321
|
+
if (app) {
|
|
334322
|
+
command = app;
|
|
334323
|
+
} else {
|
|
334324
|
+
const isBundled = !__dirname2 || __dirname2 === "/";
|
|
334325
|
+
let exeLocalXdgOpen = false;
|
|
334326
|
+
try {
|
|
334327
|
+
await fs5.access(localXdgOpenPath, fsConstants2.X_OK);
|
|
334328
|
+
exeLocalXdgOpen = true;
|
|
334329
|
+
} catch {}
|
|
334330
|
+
const useSystemXdgOpen = process8.versions.electron ?? (platform === "android" || isBundled || !exeLocalXdgOpen);
|
|
334331
|
+
command = useSystemXdgOpen ? "xdg-open" : localXdgOpenPath;
|
|
334332
|
+
}
|
|
334333
|
+
if (appArguments.length > 0) {
|
|
334334
|
+
cliArguments.push(...appArguments);
|
|
334335
|
+
}
|
|
334336
|
+
if (!options.wait) {
|
|
334337
|
+
childProcessOptions.stdio = "ignore";
|
|
334338
|
+
childProcessOptions.detached = true;
|
|
334339
|
+
}
|
|
334340
|
+
}
|
|
334341
|
+
if (platform === "darwin" && appArguments.length > 0) {
|
|
334342
|
+
cliArguments.push("--args", ...appArguments);
|
|
334343
|
+
}
|
|
334344
|
+
if (options.target) {
|
|
334345
|
+
cliArguments.push(options.target);
|
|
334346
|
+
}
|
|
334347
|
+
const subprocess = childProcess3.spawn(command, cliArguments, childProcessOptions);
|
|
334348
|
+
if (options.wait) {
|
|
334349
|
+
return new Promise((resolve, reject) => {
|
|
334350
|
+
subprocess.once("error", reject);
|
|
334351
|
+
subprocess.once("close", (exitCode) => {
|
|
334352
|
+
if (!options.allowNonzeroExitCode && exitCode !== 0) {
|
|
334353
|
+
reject(new Error(`Exited with code ${exitCode}`));
|
|
334354
|
+
return;
|
|
334355
|
+
}
|
|
334356
|
+
resolve(subprocess);
|
|
334357
|
+
});
|
|
334358
|
+
});
|
|
334359
|
+
}
|
|
334360
|
+
if (isFallbackAttempt) {
|
|
334361
|
+
return new Promise((resolve, reject) => {
|
|
334362
|
+
subprocess.once("error", reject);
|
|
334363
|
+
subprocess.once("spawn", () => {
|
|
334364
|
+
subprocess.once("close", (exitCode) => {
|
|
334365
|
+
subprocess.off("error", reject);
|
|
334366
|
+
if (exitCode !== 0) {
|
|
334367
|
+
reject(new Error(`Exited with code ${exitCode}`));
|
|
334368
|
+
return;
|
|
334369
|
+
}
|
|
334370
|
+
subprocess.unref();
|
|
334371
|
+
resolve(subprocess);
|
|
334372
|
+
});
|
|
334373
|
+
});
|
|
334374
|
+
});
|
|
334375
|
+
}
|
|
334376
|
+
subprocess.unref();
|
|
334377
|
+
return new Promise((resolve, reject) => {
|
|
334378
|
+
subprocess.once("error", reject);
|
|
334379
|
+
subprocess.once("spawn", () => {
|
|
334380
|
+
subprocess.off("error", reject);
|
|
334381
|
+
resolve(subprocess);
|
|
334382
|
+
});
|
|
334383
|
+
});
|
|
334384
|
+
};
|
|
334385
|
+
var open = (target, options) => {
|
|
334386
|
+
if (typeof target !== "string") {
|
|
334387
|
+
throw new TypeError("Expected a `target`");
|
|
334388
|
+
}
|
|
334389
|
+
return baseOpen({
|
|
334390
|
+
...options,
|
|
334391
|
+
target
|
|
334392
|
+
});
|
|
334393
|
+
};
|
|
334394
|
+
function detectArchBinary(binary) {
|
|
334395
|
+
if (typeof binary === "string" || Array.isArray(binary)) {
|
|
334396
|
+
return binary;
|
|
334397
|
+
}
|
|
334398
|
+
const { [arch]: archBinary } = binary;
|
|
334399
|
+
if (!archBinary) {
|
|
334400
|
+
throw new Error(`${arch} is not supported`);
|
|
334401
|
+
}
|
|
334402
|
+
return archBinary;
|
|
334403
|
+
}
|
|
334404
|
+
function detectPlatformBinary({ [platform]: platformBinary }, { wsl } = {}) {
|
|
334405
|
+
if (wsl && is_wsl_default) {
|
|
334406
|
+
return detectArchBinary(wsl);
|
|
334407
|
+
}
|
|
334408
|
+
if (!platformBinary) {
|
|
334409
|
+
throw new Error(`${platform} is not supported`);
|
|
334410
|
+
}
|
|
334411
|
+
return detectArchBinary(platformBinary);
|
|
334412
|
+
}
|
|
334413
|
+
var apps = {
|
|
334414
|
+
browser: "browser",
|
|
334415
|
+
browserPrivate: "browserPrivate"
|
|
334416
|
+
};
|
|
334417
|
+
defineLazyProperty(apps, "chrome", () => detectPlatformBinary({
|
|
334418
|
+
darwin: "google chrome",
|
|
334419
|
+
win32: "chrome",
|
|
334420
|
+
linux: ["google-chrome", "google-chrome-stable", "chromium", "chromium-browser"]
|
|
334421
|
+
}, {
|
|
334422
|
+
wsl: {
|
|
334423
|
+
ia32: "/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe",
|
|
334424
|
+
x64: ["/mnt/c/Program Files/Google/Chrome/Application/chrome.exe", "/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe"]
|
|
334425
|
+
}
|
|
334426
|
+
}));
|
|
334427
|
+
defineLazyProperty(apps, "brave", () => detectPlatformBinary({
|
|
334428
|
+
darwin: "brave browser",
|
|
334429
|
+
win32: "brave",
|
|
334430
|
+
linux: ["brave-browser", "brave"]
|
|
334431
|
+
}, {
|
|
334432
|
+
wsl: {
|
|
334433
|
+
ia32: "/mnt/c/Program Files (x86)/BraveSoftware/Brave-Browser/Application/brave.exe",
|
|
334434
|
+
x64: ["/mnt/c/Program Files/BraveSoftware/Brave-Browser/Application/brave.exe", "/mnt/c/Program Files (x86)/BraveSoftware/Brave-Browser/Application/brave.exe"]
|
|
334435
|
+
}
|
|
334436
|
+
}));
|
|
334437
|
+
defineLazyProperty(apps, "firefox", () => detectPlatformBinary({
|
|
334438
|
+
darwin: "firefox",
|
|
334439
|
+
win32: String.raw`C:\Program Files\Mozilla Firefox\firefox.exe`,
|
|
334440
|
+
linux: "firefox"
|
|
334441
|
+
}, {
|
|
334442
|
+
wsl: "/mnt/c/Program Files/Mozilla Firefox/firefox.exe"
|
|
334443
|
+
}));
|
|
334444
|
+
defineLazyProperty(apps, "edge", () => detectPlatformBinary({
|
|
334445
|
+
darwin: "microsoft edge",
|
|
334446
|
+
win32: "msedge",
|
|
334447
|
+
linux: ["microsoft-edge", "microsoft-edge-dev"]
|
|
334448
|
+
}, {
|
|
334449
|
+
wsl: "/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe"
|
|
334450
|
+
}));
|
|
334451
|
+
defineLazyProperty(apps, "safari", () => detectPlatformBinary({
|
|
334452
|
+
darwin: "Safari"
|
|
334453
|
+
}));
|
|
334454
|
+
var open_default = open;
|
|
334455
|
+
|
|
333850
334456
|
// src/config.ts
|
|
333851
334457
|
import { existsSync, readFileSync } from "node:fs";
|
|
333852
334458
|
import { basename } from "node:path";
|
|
@@ -333901,15 +334507,15 @@ function getMcpServers(paths) {
|
|
|
333901
334507
|
const servers = [];
|
|
333902
334508
|
const warnings = [];
|
|
333903
334509
|
const seenUrls = new Set;
|
|
333904
|
-
for (const
|
|
334510
|
+
for (const path2 of paths) {
|
|
333905
334511
|
let config;
|
|
333906
334512
|
try {
|
|
333907
|
-
const content = readFileSync(
|
|
334513
|
+
const content = readFileSync(path2, "utf8");
|
|
333908
334514
|
config = JSON.parse(content);
|
|
333909
334515
|
} catch (error) {
|
|
333910
334516
|
warnings.push({
|
|
333911
334517
|
kind: "malformed_json",
|
|
333912
|
-
path,
|
|
334518
|
+
path: path2,
|
|
333913
334519
|
error: error.message
|
|
333914
334520
|
});
|
|
333915
334521
|
continue;
|
|
@@ -333921,11 +334527,11 @@ function getMcpServers(paths) {
|
|
|
333921
334527
|
const server2 = serverConfig;
|
|
333922
334528
|
const trimmedUrl = typeof server2.url === "string" ? server2.url.trim() : "";
|
|
333923
334529
|
if (server2.type === "stdio" || server2.command) {
|
|
333924
|
-
warnings.push({ kind: "skipped_stdio", path, name });
|
|
334530
|
+
warnings.push({ kind: "skipped_stdio", path: path2, name });
|
|
333925
334531
|
continue;
|
|
333926
334532
|
}
|
|
333927
334533
|
if (!trimmedUrl) {
|
|
333928
|
-
warnings.push({ kind: "missing_url", path, name });
|
|
334534
|
+
warnings.push({ kind: "missing_url", path: path2, name });
|
|
333929
334535
|
continue;
|
|
333930
334536
|
}
|
|
333931
334537
|
if (seenUrls.has(trimmedUrl)) {
|
|
@@ -333939,7 +334545,7 @@ function getMcpServers(paths) {
|
|
|
333939
334545
|
} else {
|
|
333940
334546
|
warnings.push({
|
|
333941
334547
|
kind: "unknown_type",
|
|
333942
|
-
path,
|
|
334548
|
+
path: path2,
|
|
333943
334549
|
name,
|
|
333944
334550
|
type: String(server2.type)
|
|
333945
334551
|
});
|
|
@@ -333971,15 +334577,15 @@ import { createRequire as __prettierCreateRequire } from "module";
|
|
|
333971
334577
|
import { fileURLToPath as __prettierFileUrlToPath } from "url";
|
|
333972
334578
|
import { dirname as __prettierDirname } from "path";
|
|
333973
334579
|
import path10 from "path";
|
|
333974
|
-
import * as
|
|
334580
|
+
import * as path2 from "path";
|
|
333975
334581
|
import * as url from "url";
|
|
333976
334582
|
import path5 from "path";
|
|
333977
334583
|
import * as path4 from "path";
|
|
333978
|
-
import * as
|
|
333979
|
-
import * as
|
|
333980
|
-
import
|
|
334584
|
+
import * as fs12 from "fs/promises";
|
|
334585
|
+
import * as path22 from "path";
|
|
334586
|
+
import process22 from "process";
|
|
333981
334587
|
import * as path3 from "path";
|
|
333982
|
-
import
|
|
334588
|
+
import process32 from "process";
|
|
333983
334589
|
import path9 from "path";
|
|
333984
334590
|
import { pathToFileURL as pathToFileURL2 } from "url";
|
|
333985
334591
|
import fs22 from "fs/promises";
|
|
@@ -333987,14 +334593,14 @@ import path8 from "path";
|
|
|
333987
334593
|
import { pathToFileURL as pathToFileURL4 } from "url";
|
|
333988
334594
|
import assert3 from "assert";
|
|
333989
334595
|
import { statSync, realpathSync } from "fs";
|
|
333990
|
-
import
|
|
334596
|
+
import process42 from "process";
|
|
333991
334597
|
import { fileURLToPath as fileURLToPath4, pathToFileURL as pathToFileURL3 } from "url";
|
|
333992
334598
|
import path7 from "path";
|
|
333993
334599
|
import { builtinModules } from "module";
|
|
333994
334600
|
import { fileURLToPath as fileURLToPath3 } from "url";
|
|
333995
334601
|
import fs32 from "fs";
|
|
333996
334602
|
import path6 from "path";
|
|
333997
|
-
import { fileURLToPath as
|
|
334603
|
+
import { fileURLToPath as fileURLToPath22 } from "url";
|
|
333998
334604
|
import v8 from "v8";
|
|
333999
334605
|
import assert2 from "assert";
|
|
334000
334606
|
import { format, inspect } from "util";
|
|
@@ -334188,11 +334794,11 @@ function mapDoc(doc, cb) {
|
|
|
334188
334794
|
if (mapped.has(doc2)) {
|
|
334189
334795
|
return mapped.get(doc2);
|
|
334190
334796
|
}
|
|
334191
|
-
const result =
|
|
334797
|
+
const result = process22(doc2);
|
|
334192
334798
|
mapped.set(doc2, result);
|
|
334193
334799
|
return result;
|
|
334194
334800
|
}
|
|
334195
|
-
function
|
|
334801
|
+
function process22(doc2) {
|
|
334196
334802
|
switch (get_doc_type_default(doc2)) {
|
|
334197
334803
|
case DOC_TYPE_ARRAY:
|
|
334198
334804
|
return cb(doc2.map(rec));
|
|
@@ -335242,7 +335848,7 @@ import path14 from "path";
|
|
|
335242
335848
|
import url2 from "url";
|
|
335243
335849
|
var require2 = __prettierCreateRequire(import.meta.url);
|
|
335244
335850
|
var __filename2 = __prettierFileUrlToPath(import.meta.url);
|
|
335245
|
-
var
|
|
335851
|
+
var __dirname3 = __prettierDirname(__filename2);
|
|
335246
335852
|
var __create2 = Object.create;
|
|
335247
335853
|
var __defProp3 = Object.defineProperty;
|
|
335248
335854
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -335332,9 +335938,9 @@ var require_path = __commonJS2({
|
|
|
335332
335938
|
"node_modules/fast-glob/out/utils/path.js"(exports) {
|
|
335333
335939
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
335334
335940
|
exports.convertPosixPathToPattern = exports.convertWindowsPathToPattern = exports.convertPathToPattern = exports.escapePosixPath = exports.escapeWindowsPath = exports.escape = exports.removeLeadingDotSegment = exports.makeAbsolute = exports.unixify = undefined;
|
|
335335
|
-
var
|
|
335941
|
+
var os8 = __require2("os");
|
|
335336
335942
|
var path15 = __require2("path");
|
|
335337
|
-
var IS_WINDOWS_PLATFORM =
|
|
335943
|
+
var IS_WINDOWS_PLATFORM = os8.platform() === "win32";
|
|
335338
335944
|
var LEADING_DOT_SEGMENT_CHARACTERS_COUNT = 2;
|
|
335339
335945
|
var POSIX_UNESCAPED_GLOB_SYMBOLS_RE = /(\\?)([()*?[\]{|}]|^!|[!+@](?=\()|\\(?![!()*+?@[\]{|}]))/g;
|
|
335340
335946
|
var WINDOWS_UNESCAPED_GLOB_SYMBOLS_RE = /(\\?)([()[\]{}]|^!|[!+@](?=\())/g;
|
|
@@ -335462,9 +336068,9 @@ var require_is_glob = __commonJS2({
|
|
|
335462
336068
|
}
|
|
335463
336069
|
}
|
|
335464
336070
|
if (str[index] === "\\") {
|
|
335465
|
-
var
|
|
336071
|
+
var open2 = str[index + 1];
|
|
335466
336072
|
index += 2;
|
|
335467
|
-
var close = chars[
|
|
336073
|
+
var close = chars[open2];
|
|
335468
336074
|
if (close) {
|
|
335469
336075
|
var n5 = str.indexOf(close, index);
|
|
335470
336076
|
if (n5 !== -1) {
|
|
@@ -335490,9 +336096,9 @@ var require_is_glob = __commonJS2({
|
|
|
335490
336096
|
return true;
|
|
335491
336097
|
}
|
|
335492
336098
|
if (str[index] === "\\") {
|
|
335493
|
-
var
|
|
336099
|
+
var open2 = str[index + 1];
|
|
335494
336100
|
index += 2;
|
|
335495
|
-
var close = chars[
|
|
336101
|
+
var close = chars[open2];
|
|
335496
336102
|
if (close) {
|
|
335497
336103
|
var n5 = str.indexOf(close, index);
|
|
335498
336104
|
if (n5 !== -1) {
|
|
@@ -336392,7 +336998,7 @@ var require_parse = __commonJS2({
|
|
|
336392
336998
|
continue;
|
|
336393
336999
|
}
|
|
336394
337000
|
if (value === CHAR_DOUBLE_QUOTE || value === CHAR_SINGLE_QUOTE || value === CHAR_BACKTICK) {
|
|
336395
|
-
const
|
|
337001
|
+
const open2 = value;
|
|
336396
337002
|
let next;
|
|
336397
337003
|
if (options8.keepQuotes !== true) {
|
|
336398
337004
|
value = "";
|
|
@@ -336402,7 +337008,7 @@ var require_parse = __commonJS2({
|
|
|
336402
337008
|
value += next + advance();
|
|
336403
337009
|
continue;
|
|
336404
337010
|
}
|
|
336405
|
-
if (next ===
|
|
337011
|
+
if (next === open2) {
|
|
336406
337012
|
if (options8.keepQuotes === true)
|
|
336407
337013
|
value += next;
|
|
336408
337014
|
break;
|
|
@@ -336446,8 +337052,8 @@ var require_parse = __commonJS2({
|
|
|
336446
337052
|
if (value === CHAR_COMMA && depth > 0) {
|
|
336447
337053
|
if (block.ranges > 0) {
|
|
336448
337054
|
block.ranges = 0;
|
|
336449
|
-
const
|
|
336450
|
-
block.nodes = [
|
|
337055
|
+
const open2 = block.nodes.shift();
|
|
337056
|
+
block.nodes = [open2, { type: "text", value: stringify2(block) }];
|
|
336451
337057
|
}
|
|
336452
337058
|
push2({ type: "comma", value });
|
|
336453
337059
|
block.commas++;
|
|
@@ -337466,15 +338072,15 @@ var require_parse2 = __commonJS2({
|
|
|
337466
338072
|
}
|
|
337467
338073
|
if (value === "{" && opts.nobrace !== true) {
|
|
337468
338074
|
increment("braces");
|
|
337469
|
-
const
|
|
338075
|
+
const open2 = {
|
|
337470
338076
|
type: "brace",
|
|
337471
338077
|
value,
|
|
337472
338078
|
output: "(",
|
|
337473
338079
|
outputIndex: state.output.length,
|
|
337474
338080
|
tokensIndex: state.tokens.length
|
|
337475
338081
|
};
|
|
337476
|
-
braces.push(
|
|
337477
|
-
push2(
|
|
338082
|
+
braces.push(open2);
|
|
338083
|
+
push2(open2);
|
|
337478
338084
|
continue;
|
|
337479
338085
|
}
|
|
337480
338086
|
if (value === "}") {
|
|
@@ -340313,8 +340919,8 @@ var require_settings4 = __commonJS2({
|
|
|
340313
340919
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
340314
340920
|
exports.DEFAULT_FILE_SYSTEM_ADAPTER = undefined;
|
|
340315
340921
|
var fs42 = __require2("fs");
|
|
340316
|
-
var
|
|
340317
|
-
var CPU_COUNT = Math.max(
|
|
340922
|
+
var os8 = __require2("os");
|
|
340923
|
+
var CPU_COUNT = Math.max(os8.cpus().length, 1);
|
|
340318
340924
|
exports.DEFAULT_FILE_SYSTEM_ADAPTER = {
|
|
340319
340925
|
lstat: fs42.lstat,
|
|
340320
340926
|
lstatSync: fs42.lstatSync,
|
|
@@ -340469,9 +341075,9 @@ var require_picocolors = __commonJS2({
|
|
|
340469
341075
|
var argv = p4.argv || [];
|
|
340470
341076
|
var env = p4.env || {};
|
|
340471
341077
|
var isColorSupported2 = !(!!env.NO_COLOR || argv.includes("--no-color")) && (!!env.FORCE_COLOR || argv.includes("--color") || p4.platform === "win32" || (p4.stdout || {}).isTTY && env.TERM !== "dumb" || !!env.CI);
|
|
340472
|
-
var formatter = (
|
|
340473
|
-
let string = "" + input, index = string.indexOf(close,
|
|
340474
|
-
return ~index ?
|
|
341078
|
+
var formatter = (open2, close, replace = open2) => (input) => {
|
|
341079
|
+
let string = "" + input, index = string.indexOf(close, open2.length);
|
|
341080
|
+
return ~index ? open2 + replaceClose(string, close, replace, index) + close : open2 + string + close;
|
|
340475
341081
|
};
|
|
340476
341082
|
var replaceClose = (string, close, replace, index) => {
|
|
340477
341083
|
let result = "", cursor2 = 0;
|
|
@@ -341843,7 +342449,7 @@ var require_sigmund = __commonJS2({
|
|
|
341843
342449
|
});
|
|
341844
342450
|
var require_fnmatch = __commonJS2({
|
|
341845
342451
|
"node_modules/editorconfig/src/lib/fnmatch.js"(exports, module) {
|
|
341846
|
-
var
|
|
342452
|
+
var platform2 = typeof process === "object" ? process.platform : "win32";
|
|
341847
342453
|
if (module)
|
|
341848
342454
|
module.exports = minimatch;
|
|
341849
342455
|
else
|
|
@@ -341935,7 +342541,7 @@ var require_fnmatch = __commonJS2({
|
|
|
341935
342541
|
}
|
|
341936
342542
|
if (!options8)
|
|
341937
342543
|
options8 = {};
|
|
341938
|
-
if (
|
|
342544
|
+
if (platform2 === "win32") {
|
|
341939
342545
|
pattern = pattern.split("\\").join("/");
|
|
341940
342546
|
}
|
|
341941
342547
|
var cacheKey = pattern + `
|
|
@@ -342340,7 +342946,7 @@ var require_fnmatch = __commonJS2({
|
|
|
342340
342946
|
if (f7 === "/" && partial)
|
|
342341
342947
|
return true;
|
|
342342
342948
|
var options8 = this.options;
|
|
342343
|
-
if (
|
|
342949
|
+
if (platform2 === "win32") {
|
|
342344
342950
|
f7 = f7.split("\\").join("/");
|
|
342345
342951
|
}
|
|
342346
342952
|
f7 = f7.split(slashSplit);
|
|
@@ -345098,7 +345704,7 @@ var isUrlInstance = (value) => value instanceof URL;
|
|
|
345098
345704
|
var isUrlString = (value) => typeof value === "string" && value.startsWith(URL_STRING_PREFIX);
|
|
345099
345705
|
var isUrl = (urlOrPath) => isUrlInstance(urlOrPath) || isUrlString(urlOrPath);
|
|
345100
345706
|
var toPath = (urlOrPath) => isUrl(urlOrPath) ? url.fileURLToPath(urlOrPath) : urlOrPath;
|
|
345101
|
-
var toAbsolutePath = (urlOrPath) => urlOrPath ?
|
|
345707
|
+
var toAbsolutePath = (urlOrPath) => urlOrPath ? path2.resolve(isUrl(urlOrPath) ? url.fileURLToPath(urlOrPath) : urlOrPath) : urlOrPath;
|
|
345102
345708
|
function partition2(array2, predicate) {
|
|
345103
345709
|
const result = [[], []];
|
|
345104
345710
|
for (const value of array2) {
|
|
@@ -345111,10 +345717,10 @@ var import_editorconfig = __toESM2(require_src(), 1);
|
|
|
345111
345717
|
var isFile = (stats) => stats?.isFile();
|
|
345112
345718
|
var isDirectory = (stats) => stats?.isDirectory();
|
|
345113
345719
|
async function findInDirectory(nameOrNames, { typeCheck, cwd, allowSymlinks = true, filter: filter2 }) {
|
|
345114
|
-
const directory = toAbsolutePath(cwd) ??
|
|
345720
|
+
const directory = toAbsolutePath(cwd) ?? process22.cwd();
|
|
345115
345721
|
const names = Array.isArray(nameOrNames) ? nameOrNames : [nameOrNames];
|
|
345116
345722
|
for (const name of names) {
|
|
345117
|
-
const fileOrDirectory =
|
|
345723
|
+
const fileOrDirectory = path22.join(directory, name);
|
|
345118
345724
|
const stats = await safeStat(fileOrDirectory, allowSymlinks);
|
|
345119
345725
|
if (await typeCheck(stats) && (!filter2 || await filter2({ name, path: fileOrDirectory, stats }))) {
|
|
345120
345726
|
return fileOrDirectory;
|
|
@@ -345123,7 +345729,7 @@ async function findInDirectory(nameOrNames, { typeCheck, cwd, allowSymlinks = tr
|
|
|
345123
345729
|
}
|
|
345124
345730
|
async function safeStat(path15, allowSymlinks = true) {
|
|
345125
345731
|
try {
|
|
345126
|
-
return await (allowSymlinks ?
|
|
345732
|
+
return await (allowSymlinks ? fs12.stat : fs12.lstat)(path15);
|
|
345127
345733
|
} catch {}
|
|
345128
345734
|
}
|
|
345129
345735
|
function findFile(nameOrNames, options8) {
|
|
@@ -345133,7 +345739,7 @@ function findDirectory(nameOrNames, options8) {
|
|
|
345133
345739
|
return findInDirectory(nameOrNames, { ...options8, typeCheck: isDirectory });
|
|
345134
345740
|
}
|
|
345135
345741
|
function* iterateDirectoryUp(from, to5) {
|
|
345136
|
-
let directory = toAbsolutePath(from) ??
|
|
345742
|
+
let directory = toAbsolutePath(from) ?? process32.cwd();
|
|
345137
345743
|
let stopDirectory = toAbsolutePath(to5);
|
|
345138
345744
|
if (stopDirectory) {
|
|
345139
345745
|
const relation = path3.relative(stopDirectory, directory);
|
|
@@ -347581,7 +348187,7 @@ function read2(jsonPath, { base, specifier }) {
|
|
|
347581
348187
|
parsed = JSON.parse(string);
|
|
347582
348188
|
} catch (error_) {
|
|
347583
348189
|
const cause = error_;
|
|
347584
|
-
const error = new ERR_INVALID_PACKAGE_CONFIG(jsonPath, (base ? `"${specifier}" from ` : "") +
|
|
348190
|
+
const error = new ERR_INVALID_PACKAGE_CONFIG(jsonPath, (base ? `"${specifier}" from ` : "") + fileURLToPath22(base || specifier), cause.message);
|
|
347585
348191
|
error.cause = cause;
|
|
347586
348192
|
throw error;
|
|
347587
348193
|
}
|
|
@@ -347612,7 +348218,7 @@ function getPackageScopeConfig(resolved) {
|
|
|
347612
348218
|
if (packageJSONPath2.endsWith("node_modules/package.json")) {
|
|
347613
348219
|
break;
|
|
347614
348220
|
}
|
|
347615
|
-
const packageConfig = read2(
|
|
348221
|
+
const packageConfig = read2(fileURLToPath22(packageJSONUrl), {
|
|
347616
348222
|
specifier: resolved
|
|
347617
348223
|
});
|
|
347618
348224
|
if (packageConfig.exists) {
|
|
@@ -347624,7 +348230,7 @@ function getPackageScopeConfig(resolved) {
|
|
|
347624
348230
|
break;
|
|
347625
348231
|
}
|
|
347626
348232
|
}
|
|
347627
|
-
const packageJSONPath =
|
|
348233
|
+
const packageJSONPath = fileURLToPath22(packageJSONUrl);
|
|
347628
348234
|
return {
|
|
347629
348235
|
pjsonPath: packageJSONPath,
|
|
347630
348236
|
exists: false,
|
|
@@ -347750,15 +348356,15 @@ var encodedSeparatorRegEx = /%2f|%5c/i;
|
|
|
347750
348356
|
var emittedPackageWarnings = /* @__PURE__ */ new Set;
|
|
347751
348357
|
var doubleSlashRegEx = /[/\\]{2}/;
|
|
347752
348358
|
function emitInvalidSegmentDeprecation(target, request, match, packageJsonUrl, internal, base, isTarget) {
|
|
347753
|
-
if (
|
|
348359
|
+
if (process42.noDeprecation) {
|
|
347754
348360
|
return;
|
|
347755
348361
|
}
|
|
347756
348362
|
const pjsonPath = fileURLToPath4(packageJsonUrl);
|
|
347757
348363
|
const double = doubleSlashRegEx.exec(isTarget ? target : request) !== null;
|
|
347758
|
-
|
|
348364
|
+
process42.emitWarning(`Use of deprecated ${double ? "double slash" : "leading or trailing slash matching"} resolving "${target}" for module request "${request}" ${request === match ? "" : `matched to "${match}" `}in the "${internal ? "imports" : "exports"}" field module resolution of the package at ${pjsonPath}${base ? ` imported from ${fileURLToPath4(base)}` : ""}.`, "DeprecationWarning", "DEP0166");
|
|
347759
348365
|
}
|
|
347760
348366
|
function emitLegacyIndexDeprecation(url3, packageJsonUrl, base, main) {
|
|
347761
|
-
if (
|
|
348367
|
+
if (process42.noDeprecation) {
|
|
347762
348368
|
return;
|
|
347763
348369
|
}
|
|
347764
348370
|
const format3 = defaultGetFormatWithoutErrors(url3, { parentURL: base.href });
|
|
@@ -347768,10 +348374,10 @@ function emitLegacyIndexDeprecation(url3, packageJsonUrl, base, main) {
|
|
|
347768
348374
|
const packagePath = fileURLToPath4(new URL(".", packageJsonUrl));
|
|
347769
348375
|
const basePath = fileURLToPath4(base);
|
|
347770
348376
|
if (!main) {
|
|
347771
|
-
|
|
348377
|
+
process42.emitWarning(`No "main" or "exports" field defined in the package.json for ${packagePath} resolving the main entry point "${urlPath.slice(packagePath.length)}", imported from ${basePath}.
|
|
347772
348378
|
Default "index" lookups for the main are deprecated for ES modules.`, "DeprecationWarning", "DEP0151");
|
|
347773
348379
|
} else if (path7.resolve(packagePath, main) !== urlPath) {
|
|
347774
|
-
|
|
348380
|
+
process42.emitWarning(`Package ${packagePath} has a "main" field set to "${main}", excluding the full filename and extension to the resolved file at "${urlPath.slice(packagePath.length)}", imported from ${basePath}.
|
|
347775
348381
|
Automatic extension resolution of the "main" field is deprecated for ES modules.`, "DeprecationWarning", "DEP0151");
|
|
347776
348382
|
}
|
|
347777
348383
|
}
|
|
@@ -348012,14 +348618,14 @@ function isConditionalExportsMainSugar(exports, packageJsonUrl, base) {
|
|
|
348012
348618
|
return isConditionalSugar;
|
|
348013
348619
|
}
|
|
348014
348620
|
function emitTrailingSlashPatternDeprecation(match, pjsonUrl, base) {
|
|
348015
|
-
if (
|
|
348621
|
+
if (process42.noDeprecation) {
|
|
348016
348622
|
return;
|
|
348017
348623
|
}
|
|
348018
348624
|
const pjsonPath = fileURLToPath4(pjsonUrl);
|
|
348019
348625
|
if (emittedPackageWarnings.has(pjsonPath + "|" + match))
|
|
348020
348626
|
return;
|
|
348021
348627
|
emittedPackageWarnings.add(pjsonPath + "|" + match);
|
|
348022
|
-
|
|
348628
|
+
process42.emitWarning(`Use of deprecated trailing slash pattern mapping "${match}" in the "exports" field module resolution of the package at ${pjsonPath}${base ? ` imported from ${fileURLToPath4(base)}` : ""}. Mapping specifiers ending in "/" is no longer supported.`, "DeprecationWarning", "DEP0155");
|
|
348023
348629
|
}
|
|
348024
348630
|
function packageExportsResolve(packageJsonUrl, packageSubpath, packageConfig, base, conditions) {
|
|
348025
348631
|
let exports = packageConfig.exports;
|
|
@@ -356466,7 +357072,7 @@ function initializeContext(params) {
|
|
|
356466
357072
|
external: params?.external ?? undefined
|
|
356467
357073
|
};
|
|
356468
357074
|
}
|
|
356469
|
-
function
|
|
357075
|
+
function process9(schema, ctx, _params = { path: [], schemaPath: [] }) {
|
|
356470
357076
|
var _a7;
|
|
356471
357077
|
const def = schema._zod.def;
|
|
356472
357078
|
const seen = ctx.seen.get(schema);
|
|
@@ -356503,7 +357109,7 @@ function process5(schema, ctx, _params = { path: [], schemaPath: [] }) {
|
|
|
356503
357109
|
if (parent) {
|
|
356504
357110
|
if (!result.ref)
|
|
356505
357111
|
result.ref = parent;
|
|
356506
|
-
|
|
357112
|
+
process9(parent, ctx, params);
|
|
356507
357113
|
ctx.seen.get(parent).isParent = true;
|
|
356508
357114
|
}
|
|
356509
357115
|
}
|
|
@@ -356779,14 +357385,14 @@ function isTransforming(_schema, _ctx) {
|
|
|
356779
357385
|
}
|
|
356780
357386
|
var createToJSONSchemaMethod = (schema, processors = {}) => (params) => {
|
|
356781
357387
|
const ctx = initializeContext({ ...params, processors });
|
|
356782
|
-
|
|
357388
|
+
process9(schema, ctx);
|
|
356783
357389
|
extractDefs(ctx, schema);
|
|
356784
357390
|
return finalize(ctx, schema);
|
|
356785
357391
|
};
|
|
356786
357392
|
var createStandardJSONSchemaMethod = (schema, io5, processors = {}) => (params) => {
|
|
356787
357393
|
const { libraryOptions, target } = params ?? {};
|
|
356788
357394
|
const ctx = initializeContext({ ...libraryOptions ?? {}, target, io: io5, processors });
|
|
356789
|
-
|
|
357395
|
+
process9(schema, ctx);
|
|
356790
357396
|
extractDefs(ctx, schema);
|
|
356791
357397
|
return finalize(ctx, schema);
|
|
356792
357398
|
};
|
|
@@ -356967,7 +357573,7 @@ var arrayProcessor = (schema, ctx, _json, params) => {
|
|
|
356967
357573
|
if (typeof maximum === "number")
|
|
356968
357574
|
json.maxItems = maximum;
|
|
356969
357575
|
json.type = "array";
|
|
356970
|
-
json.items =
|
|
357576
|
+
json.items = process9(def.element, ctx, { ...params, path: [...params.path, "items"] });
|
|
356971
357577
|
};
|
|
356972
357578
|
var objectProcessor = (schema, ctx, _json, params) => {
|
|
356973
357579
|
const json = _json;
|
|
@@ -356976,7 +357582,7 @@ var objectProcessor = (schema, ctx, _json, params) => {
|
|
|
356976
357582
|
json.properties = {};
|
|
356977
357583
|
const shape = def.shape;
|
|
356978
357584
|
for (const key2 in shape) {
|
|
356979
|
-
json.properties[key2] =
|
|
357585
|
+
json.properties[key2] = process9(shape[key2], ctx, {
|
|
356980
357586
|
...params,
|
|
356981
357587
|
path: [...params.path, "properties", key2]
|
|
356982
357588
|
});
|
|
@@ -356999,7 +357605,7 @@ var objectProcessor = (schema, ctx, _json, params) => {
|
|
|
356999
357605
|
if (ctx.io === "output")
|
|
357000
357606
|
json.additionalProperties = false;
|
|
357001
357607
|
} else if (def.catchall) {
|
|
357002
|
-
json.additionalProperties =
|
|
357608
|
+
json.additionalProperties = process9(def.catchall, ctx, {
|
|
357003
357609
|
...params,
|
|
357004
357610
|
path: [...params.path, "additionalProperties"]
|
|
357005
357611
|
});
|
|
@@ -357008,7 +357614,7 @@ var objectProcessor = (schema, ctx, _json, params) => {
|
|
|
357008
357614
|
var unionProcessor = (schema, ctx, json, params) => {
|
|
357009
357615
|
const def = schema._zod.def;
|
|
357010
357616
|
const isExclusive = def.inclusive === false;
|
|
357011
|
-
const options8 = def.options.map((x8, i) =>
|
|
357617
|
+
const options8 = def.options.map((x8, i) => process9(x8, ctx, {
|
|
357012
357618
|
...params,
|
|
357013
357619
|
path: [...params.path, isExclusive ? "oneOf" : "anyOf", i]
|
|
357014
357620
|
}));
|
|
@@ -357020,11 +357626,11 @@ var unionProcessor = (schema, ctx, json, params) => {
|
|
|
357020
357626
|
};
|
|
357021
357627
|
var intersectionProcessor = (schema, ctx, json, params) => {
|
|
357022
357628
|
const def = schema._zod.def;
|
|
357023
|
-
const a5 =
|
|
357629
|
+
const a5 = process9(def.left, ctx, {
|
|
357024
357630
|
...params,
|
|
357025
357631
|
path: [...params.path, "allOf", 0]
|
|
357026
357632
|
});
|
|
357027
|
-
const b7 =
|
|
357633
|
+
const b7 = process9(def.right, ctx, {
|
|
357028
357634
|
...params,
|
|
357029
357635
|
path: [...params.path, "allOf", 1]
|
|
357030
357636
|
});
|
|
@@ -357043,7 +357649,7 @@ var recordProcessor = (schema, ctx, _json, params) => {
|
|
|
357043
357649
|
const keyBag = keyType._zod.bag;
|
|
357044
357650
|
const patterns = keyBag?.patterns;
|
|
357045
357651
|
if (def.mode === "loose" && patterns && patterns.size > 0) {
|
|
357046
|
-
const valueSchema =
|
|
357652
|
+
const valueSchema = process9(def.valueType, ctx, {
|
|
357047
357653
|
...params,
|
|
357048
357654
|
path: [...params.path, "patternProperties", "*"]
|
|
357049
357655
|
});
|
|
@@ -357053,12 +357659,12 @@ var recordProcessor = (schema, ctx, _json, params) => {
|
|
|
357053
357659
|
}
|
|
357054
357660
|
} else {
|
|
357055
357661
|
if (ctx.target === "draft-07" || ctx.target === "draft-2020-12") {
|
|
357056
|
-
json.propertyNames =
|
|
357662
|
+
json.propertyNames = process9(def.keyType, ctx, {
|
|
357057
357663
|
...params,
|
|
357058
357664
|
path: [...params.path, "propertyNames"]
|
|
357059
357665
|
});
|
|
357060
357666
|
}
|
|
357061
|
-
json.additionalProperties =
|
|
357667
|
+
json.additionalProperties = process9(def.valueType, ctx, {
|
|
357062
357668
|
...params,
|
|
357063
357669
|
path: [...params.path, "additionalProperties"]
|
|
357064
357670
|
});
|
|
@@ -357073,7 +357679,7 @@ var recordProcessor = (schema, ctx, _json, params) => {
|
|
|
357073
357679
|
};
|
|
357074
357680
|
var nullableProcessor = (schema, ctx, json, params) => {
|
|
357075
357681
|
const def = schema._zod.def;
|
|
357076
|
-
const inner =
|
|
357682
|
+
const inner = process9(def.innerType, ctx, params);
|
|
357077
357683
|
const seen = ctx.seen.get(schema);
|
|
357078
357684
|
if (ctx.target === "openapi-3.0") {
|
|
357079
357685
|
seen.ref = def.innerType;
|
|
@@ -357084,20 +357690,20 @@ var nullableProcessor = (schema, ctx, json, params) => {
|
|
|
357084
357690
|
};
|
|
357085
357691
|
var nonoptionalProcessor = (schema, ctx, _json, params) => {
|
|
357086
357692
|
const def = schema._zod.def;
|
|
357087
|
-
|
|
357693
|
+
process9(def.innerType, ctx, params);
|
|
357088
357694
|
const seen = ctx.seen.get(schema);
|
|
357089
357695
|
seen.ref = def.innerType;
|
|
357090
357696
|
};
|
|
357091
357697
|
var defaultProcessor = (schema, ctx, json, params) => {
|
|
357092
357698
|
const def = schema._zod.def;
|
|
357093
|
-
|
|
357699
|
+
process9(def.innerType, ctx, params);
|
|
357094
357700
|
const seen = ctx.seen.get(schema);
|
|
357095
357701
|
seen.ref = def.innerType;
|
|
357096
357702
|
json.default = JSON.parse(JSON.stringify(def.defaultValue));
|
|
357097
357703
|
};
|
|
357098
357704
|
var prefaultProcessor = (schema, ctx, json, params) => {
|
|
357099
357705
|
const def = schema._zod.def;
|
|
357100
|
-
|
|
357706
|
+
process9(def.innerType, ctx, params);
|
|
357101
357707
|
const seen = ctx.seen.get(schema);
|
|
357102
357708
|
seen.ref = def.innerType;
|
|
357103
357709
|
if (ctx.io === "input")
|
|
@@ -357105,7 +357711,7 @@ var prefaultProcessor = (schema, ctx, json, params) => {
|
|
|
357105
357711
|
};
|
|
357106
357712
|
var catchProcessor = (schema, ctx, json, params) => {
|
|
357107
357713
|
const def = schema._zod.def;
|
|
357108
|
-
|
|
357714
|
+
process9(def.innerType, ctx, params);
|
|
357109
357715
|
const seen = ctx.seen.get(schema);
|
|
357110
357716
|
seen.ref = def.innerType;
|
|
357111
357717
|
let catchValue;
|
|
@@ -357119,20 +357725,20 @@ var catchProcessor = (schema, ctx, json, params) => {
|
|
|
357119
357725
|
var pipeProcessor = (schema, ctx, _json, params) => {
|
|
357120
357726
|
const def = schema._zod.def;
|
|
357121
357727
|
const innerType = ctx.io === "input" ? def.in._zod.def.type === "transform" ? def.out : def.in : def.out;
|
|
357122
|
-
|
|
357728
|
+
process9(innerType, ctx, params);
|
|
357123
357729
|
const seen = ctx.seen.get(schema);
|
|
357124
357730
|
seen.ref = innerType;
|
|
357125
357731
|
};
|
|
357126
357732
|
var readonlyProcessor = (schema, ctx, json, params) => {
|
|
357127
357733
|
const def = schema._zod.def;
|
|
357128
|
-
|
|
357734
|
+
process9(def.innerType, ctx, params);
|
|
357129
357735
|
const seen = ctx.seen.get(schema);
|
|
357130
357736
|
seen.ref = def.innerType;
|
|
357131
357737
|
json.readOnly = true;
|
|
357132
357738
|
};
|
|
357133
357739
|
var optionalProcessor = (schema, ctx, _json, params) => {
|
|
357134
357740
|
const def = schema._zod.def;
|
|
357135
|
-
|
|
357741
|
+
process9(def.innerType, ctx, params);
|
|
357136
357742
|
const seen = ctx.seen.get(schema);
|
|
357137
357743
|
seen.ref = def.innerType;
|
|
357138
357744
|
};
|
|
@@ -360489,11 +361095,11 @@ class EventSource extends EventTarget {
|
|
|
360489
361095
|
return;
|
|
360490
361096
|
}
|
|
360491
361097
|
const decoder = new TextDecoder, reader = body.getReader();
|
|
360492
|
-
let
|
|
361098
|
+
let open2 = true;
|
|
360493
361099
|
do {
|
|
360494
361100
|
const { done, value } = await reader.read();
|
|
360495
|
-
value && __privateGet(this, _parser).feed(decoder.decode(value, { stream: !done })), done && (
|
|
360496
|
-
} while (
|
|
361101
|
+
value && __privateGet(this, _parser).feed(decoder.decode(value, { stream: !done })), done && (open2 = false, __privateGet(this, _parser).reset(), __privateMethod(this, _EventSource_instances, scheduleReconnect_fn).call(this));
|
|
361102
|
+
} while (open2);
|
|
360497
361103
|
}), __privateAdd(this, _onFetchError, (err) => {
|
|
360498
361104
|
__privateSet(this, _controller, undefined), !(err.name === "AbortError" || err.type === "aborted") && __privateMethod(this, _EventSource_instances, scheduleReconnect_fn).call(this, flattenError2(err));
|
|
360499
361105
|
}), __privateAdd(this, _onEvent, (event) => {
|
|
@@ -362015,37 +362621,37 @@ class StreamableHTTPClientTransport {
|
|
|
362015
362621
|
// node_modules/oauth-callback/dist/mcp.js
|
|
362016
362622
|
import fs23 from "node:fs";
|
|
362017
362623
|
import fs33 from "node:fs";
|
|
362018
|
-
import
|
|
362624
|
+
import process23 from "node:process";
|
|
362019
362625
|
import os22 from "node:os";
|
|
362020
362626
|
import fs42 from "node:fs";
|
|
362021
|
-
import
|
|
362022
|
-
import { Buffer as
|
|
362023
|
-
import { promisify } from "node:util";
|
|
362024
|
-
import
|
|
362025
|
-
import { promisify as
|
|
362026
|
-
import
|
|
362027
|
-
import fs52, { constants as
|
|
362028
|
-
import { promisify as
|
|
362029
|
-
import
|
|
362030
|
-
import { execFile as
|
|
362627
|
+
import process33 from "node:process";
|
|
362628
|
+
import { Buffer as Buffer3 } from "node:buffer";
|
|
362629
|
+
import { promisify as promisify7 } from "node:util";
|
|
362630
|
+
import childProcess4 from "node:child_process";
|
|
362631
|
+
import { promisify as promisify22 } from "node:util";
|
|
362632
|
+
import childProcess22 from "node:child_process";
|
|
362633
|
+
import fs52, { constants as fsConstants3 } from "node:fs/promises";
|
|
362634
|
+
import { promisify as promisify32 } from "node:util";
|
|
362635
|
+
import process43 from "node:process";
|
|
362636
|
+
import { execFile as execFile32 } from "node:child_process";
|
|
362031
362637
|
import process52 from "node:process";
|
|
362032
|
-
import { promisify as
|
|
362033
|
-
import { execFile as
|
|
362034
|
-
import { promisify as
|
|
362035
|
-
import { execFile as
|
|
362036
|
-
import { promisify as
|
|
362037
|
-
import
|
|
362038
|
-
import { execFile as
|
|
362039
|
-
import
|
|
362040
|
-
import
|
|
362041
|
-
import
|
|
362638
|
+
import { promisify as promisify42 } from "node:util";
|
|
362639
|
+
import { execFile as execFile42, execFileSync as execFileSync2 } from "node:child_process";
|
|
362640
|
+
import { promisify as promisify52 } from "node:util";
|
|
362641
|
+
import { execFile as execFile52 } from "node:child_process";
|
|
362642
|
+
import { promisify as promisify62 } from "node:util";
|
|
362643
|
+
import process62 from "node:process";
|
|
362644
|
+
import { execFile as execFile62 } from "node:child_process";
|
|
362645
|
+
import process72 from "node:process";
|
|
362646
|
+
import process82 from "node:process";
|
|
362647
|
+
import path23 from "node:path";
|
|
362042
362648
|
import { fileURLToPath as fileURLToPath6 } from "node:url";
|
|
362043
|
-
import
|
|
362044
|
-
import fs62, { constants as
|
|
362649
|
+
import childProcess32 from "node:child_process";
|
|
362650
|
+
import fs62, { constants as fsConstants22 } from "node:fs/promises";
|
|
362045
362651
|
import { randomBytes } from "node:crypto";
|
|
362046
|
-
import * as
|
|
362652
|
+
import * as fs13 from "node:fs/promises";
|
|
362047
362653
|
import * as path15 from "node:path";
|
|
362048
|
-
import * as
|
|
362654
|
+
import * as os8 from "node:os";
|
|
362049
362655
|
var __defProp4 = Object.defineProperty;
|
|
362050
362656
|
var __export4 = (target, all) => {
|
|
362051
362657
|
for (var name in all)
|
|
@@ -362057,7 +362663,7 @@ var __export4 = (target, all) => {
|
|
|
362057
362663
|
});
|
|
362058
362664
|
};
|
|
362059
362665
|
var __esm2 = (fn9, res) => () => (fn9 && (res = fn9(fn9 = 0)), res);
|
|
362060
|
-
function
|
|
362666
|
+
function hasDockerEnv2() {
|
|
362061
362667
|
try {
|
|
362062
362668
|
fs23.statSync("/.dockerenv");
|
|
362063
362669
|
return true;
|
|
@@ -362065,29 +362671,29 @@ function hasDockerEnv() {
|
|
|
362065
362671
|
return false;
|
|
362066
362672
|
}
|
|
362067
362673
|
}
|
|
362068
|
-
function
|
|
362674
|
+
function hasDockerCGroup2() {
|
|
362069
362675
|
try {
|
|
362070
362676
|
return fs23.readFileSync("/proc/self/cgroup", "utf8").includes("docker");
|
|
362071
362677
|
} catch {
|
|
362072
362678
|
return false;
|
|
362073
362679
|
}
|
|
362074
362680
|
}
|
|
362075
|
-
function
|
|
362076
|
-
if (
|
|
362077
|
-
|
|
362681
|
+
function isDocker2() {
|
|
362682
|
+
if (isDockerCached2 === undefined) {
|
|
362683
|
+
isDockerCached2 = hasDockerEnv2() || hasDockerCGroup2();
|
|
362078
362684
|
}
|
|
362079
|
-
return
|
|
362685
|
+
return isDockerCached2;
|
|
362080
362686
|
}
|
|
362081
|
-
var
|
|
362687
|
+
var isDockerCached2;
|
|
362082
362688
|
var init_is_docker = () => {};
|
|
362083
|
-
function
|
|
362084
|
-
if (
|
|
362085
|
-
|
|
362689
|
+
function isInsideContainer2() {
|
|
362690
|
+
if (cachedResult2 === undefined) {
|
|
362691
|
+
cachedResult2 = hasContainerEnv2() || isDocker2();
|
|
362086
362692
|
}
|
|
362087
|
-
return
|
|
362693
|
+
return cachedResult2;
|
|
362088
362694
|
}
|
|
362089
|
-
var
|
|
362090
|
-
var
|
|
362695
|
+
var cachedResult2;
|
|
362696
|
+
var hasContainerEnv2 = () => {
|
|
362091
362697
|
try {
|
|
362092
362698
|
fs33.statSync("/run/.containerenv");
|
|
362093
362699
|
return true;
|
|
@@ -362098,37 +362704,37 @@ var hasContainerEnv = () => {
|
|
|
362098
362704
|
var init_is_inside_container = __esm2(() => {
|
|
362099
362705
|
init_is_docker();
|
|
362100
362706
|
});
|
|
362101
|
-
var
|
|
362102
|
-
if (
|
|
362707
|
+
var isWsl2 = () => {
|
|
362708
|
+
if (process23.platform !== "linux") {
|
|
362103
362709
|
return false;
|
|
362104
362710
|
}
|
|
362105
362711
|
if (os22.release().toLowerCase().includes("microsoft")) {
|
|
362106
|
-
if (
|
|
362712
|
+
if (isInsideContainer2()) {
|
|
362107
362713
|
return false;
|
|
362108
362714
|
}
|
|
362109
362715
|
return true;
|
|
362110
362716
|
}
|
|
362111
362717
|
try {
|
|
362112
|
-
return fs42.readFileSync("/proc/version", "utf8").toLowerCase().includes("microsoft") ? !
|
|
362718
|
+
return fs42.readFileSync("/proc/version", "utf8").toLowerCase().includes("microsoft") ? !isInsideContainer2() : false;
|
|
362113
362719
|
} catch {
|
|
362114
362720
|
return false;
|
|
362115
362721
|
}
|
|
362116
362722
|
};
|
|
362117
|
-
var
|
|
362723
|
+
var is_wsl_default2;
|
|
362118
362724
|
var init_is_wsl = __esm2(() => {
|
|
362119
362725
|
init_is_inside_container();
|
|
362120
|
-
|
|
362726
|
+
is_wsl_default2 = process23.env.__IS_WSL_TEST__ ? isWsl2 : isWsl2();
|
|
362121
362727
|
});
|
|
362122
|
-
var
|
|
362123
|
-
var
|
|
362124
|
-
var
|
|
362728
|
+
var execFile7;
|
|
362729
|
+
var powerShellPath3 = () => `${process33.env.SYSTEMROOT || process33.env.windir || String.raw`C:\Windows`}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`;
|
|
362730
|
+
var executePowerShell2 = async (command, options8 = {}) => {
|
|
362125
362731
|
const {
|
|
362126
362732
|
powerShellPath: psPath,
|
|
362127
362733
|
...execFileOptions
|
|
362128
362734
|
} = options8;
|
|
362129
|
-
const encodedCommand =
|
|
362130
|
-
return
|
|
362131
|
-
...
|
|
362735
|
+
const encodedCommand = executePowerShell2.encodeCommand(command);
|
|
362736
|
+
return execFile7(psPath ?? powerShellPath3(), [
|
|
362737
|
+
...executePowerShell2.argumentsPrefix,
|
|
362132
362738
|
encodedCommand
|
|
362133
362739
|
], {
|
|
362134
362740
|
encoding: "utf8",
|
|
@@ -362136,18 +362742,18 @@ var executePowerShell = async (command, options8 = {}) => {
|
|
|
362136
362742
|
});
|
|
362137
362743
|
};
|
|
362138
362744
|
var init_powershell_utils = __esm2(() => {
|
|
362139
|
-
|
|
362140
|
-
|
|
362745
|
+
execFile7 = promisify7(childProcess4.execFile);
|
|
362746
|
+
executePowerShell2.argumentsPrefix = [
|
|
362141
362747
|
"-NoProfile",
|
|
362142
362748
|
"-NonInteractive",
|
|
362143
362749
|
"-ExecutionPolicy",
|
|
362144
362750
|
"Bypass",
|
|
362145
362751
|
"-EncodedCommand"
|
|
362146
362752
|
];
|
|
362147
|
-
|
|
362148
|
-
|
|
362753
|
+
executePowerShell2.encodeCommand = (command) => Buffer3.from(command, "utf16le").toString("base64");
|
|
362754
|
+
executePowerShell2.escapeArgument = (value) => `'${String(value).replaceAll("'", "''")}'`;
|
|
362149
362755
|
});
|
|
362150
|
-
function
|
|
362756
|
+
function parseMountPointFromConfig2(content) {
|
|
362151
362757
|
for (const line3 of content.split(`
|
|
362152
362758
|
`)) {
|
|
362153
362759
|
if (/^\s*#/.test(line3)) {
|
|
@@ -362160,49 +362766,49 @@ function parseMountPointFromConfig(content) {
|
|
|
362160
362766
|
return match.groups.mountPoint.trim().replaceAll(/^["']|["']$/g, "");
|
|
362161
362767
|
}
|
|
362162
362768
|
}
|
|
362163
|
-
var
|
|
362164
|
-
var
|
|
362165
|
-
var
|
|
362166
|
-
const mountPoint = await
|
|
362769
|
+
var execFile22;
|
|
362770
|
+
var wslDrivesMountPoint2;
|
|
362771
|
+
var powerShellPathFromWsl2 = async () => {
|
|
362772
|
+
const mountPoint = await wslDrivesMountPoint2();
|
|
362167
362773
|
return `${mountPoint}c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe`;
|
|
362168
362774
|
};
|
|
362169
|
-
var
|
|
362170
|
-
var
|
|
362171
|
-
var
|
|
362172
|
-
|
|
362775
|
+
var powerShellPath22;
|
|
362776
|
+
var canAccessPowerShellPromise2;
|
|
362777
|
+
var canAccessPowerShell2 = async () => {
|
|
362778
|
+
canAccessPowerShellPromise2 ??= (async () => {
|
|
362173
362779
|
try {
|
|
362174
|
-
const psPath = await
|
|
362175
|
-
await fs52.access(psPath,
|
|
362780
|
+
const psPath = await powerShellPath22();
|
|
362781
|
+
await fs52.access(psPath, fsConstants3.X_OK);
|
|
362176
362782
|
return true;
|
|
362177
362783
|
} catch {
|
|
362178
362784
|
return false;
|
|
362179
362785
|
}
|
|
362180
362786
|
})();
|
|
362181
|
-
return
|
|
362787
|
+
return canAccessPowerShellPromise2;
|
|
362182
362788
|
};
|
|
362183
|
-
var
|
|
362184
|
-
const psPath = await
|
|
362789
|
+
var wslDefaultBrowser2 = async () => {
|
|
362790
|
+
const psPath = await powerShellPath22();
|
|
362185
362791
|
const command = String.raw`(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice").ProgId`;
|
|
362186
|
-
const { stdout } = await
|
|
362792
|
+
const { stdout } = await executePowerShell2(command, { powerShellPath: psPath });
|
|
362187
362793
|
return stdout.trim();
|
|
362188
362794
|
};
|
|
362189
|
-
var
|
|
362190
|
-
if (/^[a-z]+:\/\//i.test(
|
|
362191
|
-
return
|
|
362795
|
+
var convertWslPathToWindows2 = async (path24) => {
|
|
362796
|
+
if (/^[a-z]+:\/\//i.test(path24)) {
|
|
362797
|
+
return path24;
|
|
362192
362798
|
}
|
|
362193
362799
|
try {
|
|
362194
|
-
const { stdout } = await
|
|
362800
|
+
const { stdout } = await execFile22("wslpath", ["-aw", path24], { encoding: "utf8" });
|
|
362195
362801
|
return stdout.trim();
|
|
362196
362802
|
} catch {
|
|
362197
|
-
return
|
|
362803
|
+
return path24;
|
|
362198
362804
|
}
|
|
362199
362805
|
};
|
|
362200
362806
|
var init_wsl_utils = __esm2(() => {
|
|
362201
362807
|
init_is_wsl();
|
|
362202
362808
|
init_powershell_utils();
|
|
362203
362809
|
init_is_wsl();
|
|
362204
|
-
|
|
362205
|
-
|
|
362810
|
+
execFile22 = promisify22(childProcess22.execFile);
|
|
362811
|
+
wslDrivesMountPoint2 = (() => {
|
|
362206
362812
|
const defaultMountPoint = "/mnt/";
|
|
362207
362813
|
let mountPoint;
|
|
362208
362814
|
return async function() {
|
|
@@ -362212,14 +362818,14 @@ var init_wsl_utils = __esm2(() => {
|
|
|
362212
362818
|
const configFilePath = "/etc/wsl.conf";
|
|
362213
362819
|
let isConfigFileExists = false;
|
|
362214
362820
|
try {
|
|
362215
|
-
await fs52.access(configFilePath,
|
|
362821
|
+
await fs52.access(configFilePath, fsConstants3.F_OK);
|
|
362216
362822
|
isConfigFileExists = true;
|
|
362217
362823
|
} catch {}
|
|
362218
362824
|
if (!isConfigFileExists) {
|
|
362219
362825
|
return defaultMountPoint;
|
|
362220
362826
|
}
|
|
362221
362827
|
const configContent = await fs52.readFile(configFilePath, { encoding: "utf8" });
|
|
362222
|
-
const parsedMountPoint =
|
|
362828
|
+
const parsedMountPoint = parseMountPointFromConfig2(configContent);
|
|
362223
362829
|
if (parsedMountPoint === undefined) {
|
|
362224
362830
|
return defaultMountPoint;
|
|
362225
362831
|
}
|
|
@@ -362228,9 +362834,9 @@ var init_wsl_utils = __esm2(() => {
|
|
|
362228
362834
|
return mountPoint;
|
|
362229
362835
|
};
|
|
362230
362836
|
})();
|
|
362231
|
-
|
|
362837
|
+
powerShellPath22 = is_wsl_default2 ? powerShellPathFromWsl2 : powerShellPath3;
|
|
362232
362838
|
});
|
|
362233
|
-
function
|
|
362839
|
+
function defineLazyProperty2(object4, propertyName, valueGetter) {
|
|
362234
362840
|
const define = (value) => Object.defineProperty(object4, propertyName, { value, enumerable: true, writable: true });
|
|
362235
362841
|
Object.defineProperty(object4, propertyName, {
|
|
362236
362842
|
configurable: true,
|
|
@@ -362246,38 +362852,38 @@ function defineLazyProperty(object4, propertyName, valueGetter) {
|
|
|
362246
362852
|
});
|
|
362247
362853
|
return object4;
|
|
362248
362854
|
}
|
|
362249
|
-
async function
|
|
362250
|
-
if (
|
|
362855
|
+
async function defaultBrowserId2() {
|
|
362856
|
+
if (process43.platform !== "darwin") {
|
|
362251
362857
|
throw new Error("macOS only");
|
|
362252
362858
|
}
|
|
362253
|
-
const { stdout } = await
|
|
362859
|
+
const { stdout } = await execFileAsync5("defaults", ["read", "com.apple.LaunchServices/com.apple.launchservices.secure", "LSHandlers"]);
|
|
362254
362860
|
const match = /LSHandlerRoleAll = "(?!-)(?<id>[^"]+?)";\s+?LSHandlerURLScheme = (?:http|https);/.exec(stdout);
|
|
362255
362861
|
return match?.groups.id ?? "com.apple.Safari";
|
|
362256
362862
|
}
|
|
362257
|
-
var
|
|
362863
|
+
var execFileAsync5;
|
|
362258
362864
|
var init_default_browser_id = __esm2(() => {
|
|
362259
|
-
|
|
362865
|
+
execFileAsync5 = promisify32(execFile32);
|
|
362260
362866
|
});
|
|
362261
|
-
async function
|
|
362867
|
+
async function runAppleScript2(script, { humanReadableOutput = true } = {}) {
|
|
362262
362868
|
if (process52.platform !== "darwin") {
|
|
362263
362869
|
throw new Error("macOS only");
|
|
362264
362870
|
}
|
|
362265
362871
|
const outputArguments = humanReadableOutput ? [] : ["-ss"];
|
|
362266
|
-
const { stdout } = await
|
|
362872
|
+
const { stdout } = await execFileAsync22("osascript", ["-e", script, outputArguments]);
|
|
362267
362873
|
return stdout.trim();
|
|
362268
362874
|
}
|
|
362269
|
-
var
|
|
362875
|
+
var execFileAsync22;
|
|
362270
362876
|
var init_run_applescript = __esm2(() => {
|
|
362271
|
-
|
|
362877
|
+
execFileAsync22 = promisify42(execFile42);
|
|
362272
362878
|
});
|
|
362273
|
-
async function
|
|
362274
|
-
return
|
|
362879
|
+
async function bundleName2(bundleId) {
|
|
362880
|
+
return runAppleScript2(`tell application "Finder" to set app_path to application file id "${bundleId}" as string
|
|
362275
362881
|
tell application "System Events" to get value of property list item "CFBundleName" of property list file (app_path & ":Contents:Info.plist")`);
|
|
362276
362882
|
}
|
|
362277
362883
|
var init_bundle_name = __esm2(() => {
|
|
362278
362884
|
init_run_applescript();
|
|
362279
362885
|
});
|
|
362280
|
-
async function
|
|
362886
|
+
async function defaultBrowser3(_execFileAsync = execFileAsync32) {
|
|
362281
362887
|
const { stdout } = await _execFileAsync("reg", [
|
|
362282
362888
|
"QUERY",
|
|
362283
362889
|
" HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\Shell\\Associations\\UrlAssociations\\http\\UserChoice",
|
|
@@ -362286,22 +362892,22 @@ async function defaultBrowser(_execFileAsync = execFileAsync3) {
|
|
|
362286
362892
|
]);
|
|
362287
362893
|
const match = /ProgId\s*REG_SZ\s*(?<id>\S+)/.exec(stdout);
|
|
362288
362894
|
if (!match) {
|
|
362289
|
-
throw new
|
|
362895
|
+
throw new UnknownBrowserError2(`Cannot find Windows browser in stdout: ${JSON.stringify(stdout)}`);
|
|
362290
362896
|
}
|
|
362291
362897
|
const { id: id2 } = match.groups;
|
|
362292
|
-
const browser =
|
|
362898
|
+
const browser = windowsBrowserProgIds2[id2];
|
|
362293
362899
|
if (!browser) {
|
|
362294
|
-
throw new
|
|
362900
|
+
throw new UnknownBrowserError2(`Unknown browser ID: ${id2}`);
|
|
362295
362901
|
}
|
|
362296
362902
|
return browser;
|
|
362297
362903
|
}
|
|
362298
|
-
var
|
|
362299
|
-
var
|
|
362300
|
-
var
|
|
362301
|
-
var
|
|
362904
|
+
var execFileAsync32;
|
|
362905
|
+
var windowsBrowserProgIds2;
|
|
362906
|
+
var _windowsBrowserProgIdMap2;
|
|
362907
|
+
var UnknownBrowserError2;
|
|
362302
362908
|
var init_windows = __esm2(() => {
|
|
362303
|
-
|
|
362304
|
-
|
|
362909
|
+
execFileAsync32 = promisify52(execFile52);
|
|
362910
|
+
windowsBrowserProgIds2 = {
|
|
362305
362911
|
MSEdgeHTM: { name: "Edge", id: "com.microsoft.edge" },
|
|
362306
362912
|
MSEdgeBHTML: { name: "Edge Beta", id: "com.microsoft.edge.beta" },
|
|
362307
362913
|
MSEdgeDHTML: { name: "Edge Dev", id: "com.microsoft.edge.dev" },
|
|
@@ -362319,78 +362925,78 @@ var init_windows = __esm2(() => {
|
|
|
362319
362925
|
VivaldiHTM: { name: "Vivaldi", id: "com.vivaldi.Vivaldi" },
|
|
362320
362926
|
"IE.HTTP": { name: "Internet Explorer", id: "com.microsoft.ie" }
|
|
362321
362927
|
};
|
|
362322
|
-
|
|
362323
|
-
|
|
362928
|
+
_windowsBrowserProgIdMap2 = new Map(Object.entries(windowsBrowserProgIds2));
|
|
362929
|
+
UnknownBrowserError2 = class UnknownBrowserError3 extends Error {
|
|
362324
362930
|
};
|
|
362325
362931
|
});
|
|
362326
|
-
async function
|
|
362327
|
-
if (
|
|
362328
|
-
const id2 = await
|
|
362329
|
-
const name = await
|
|
362932
|
+
async function defaultBrowser22() {
|
|
362933
|
+
if (process62.platform === "darwin") {
|
|
362934
|
+
const id2 = await defaultBrowserId2();
|
|
362935
|
+
const name = await bundleName2(id2);
|
|
362330
362936
|
return { name, id: id2 };
|
|
362331
362937
|
}
|
|
362332
|
-
if (
|
|
362333
|
-
const { stdout } = await
|
|
362938
|
+
if (process62.platform === "linux") {
|
|
362939
|
+
const { stdout } = await execFileAsync42("xdg-mime", ["query", "default", "x-scheme-handler/http"]);
|
|
362334
362940
|
const id2 = stdout.trim();
|
|
362335
|
-
const name =
|
|
362941
|
+
const name = titleize2(id2.replace(/.desktop$/, "").replace("-", " "));
|
|
362336
362942
|
return { name, id: id2 };
|
|
362337
362943
|
}
|
|
362338
|
-
if (
|
|
362339
|
-
return
|
|
362944
|
+
if (process62.platform === "win32") {
|
|
362945
|
+
return defaultBrowser3();
|
|
362340
362946
|
}
|
|
362341
362947
|
throw new Error("Only macOS, Linux, and Windows are supported");
|
|
362342
362948
|
}
|
|
362343
|
-
var
|
|
362344
|
-
var
|
|
362949
|
+
var execFileAsync42;
|
|
362950
|
+
var titleize2 = (string5) => string5.toLowerCase().replaceAll(/(?:^|\s|-)\S/g, (x8) => x8.toUpperCase());
|
|
362345
362951
|
var init_default_browser = __esm2(() => {
|
|
362346
362952
|
init_default_browser_id();
|
|
362347
362953
|
init_bundle_name();
|
|
362348
362954
|
init_windows();
|
|
362349
362955
|
init_windows();
|
|
362350
|
-
|
|
362956
|
+
execFileAsync42 = promisify62(execFile62);
|
|
362351
362957
|
});
|
|
362352
|
-
var
|
|
362353
|
-
var
|
|
362958
|
+
var isInSsh2;
|
|
362959
|
+
var is_in_ssh_default2;
|
|
362354
362960
|
var init_is_in_ssh = __esm2(() => {
|
|
362355
|
-
|
|
362356
|
-
|
|
362961
|
+
isInSsh2 = Boolean(process72.env.SSH_CONNECTION || process72.env.SSH_CLIENT || process72.env.SSH_TTY);
|
|
362962
|
+
is_in_ssh_default2 = isInSsh2;
|
|
362357
362963
|
});
|
|
362358
362964
|
var exports_open = {};
|
|
362359
362965
|
__export4(exports_open, {
|
|
362360
362966
|
openApp: () => openApp,
|
|
362361
|
-
default: () =>
|
|
362362
|
-
apps: () =>
|
|
362967
|
+
default: () => open_default2,
|
|
362968
|
+
apps: () => apps2
|
|
362363
362969
|
});
|
|
362364
|
-
function
|
|
362970
|
+
function detectArchBinary2(binary) {
|
|
362365
362971
|
if (typeof binary === "string" || Array.isArray(binary)) {
|
|
362366
362972
|
return binary;
|
|
362367
362973
|
}
|
|
362368
|
-
const { [
|
|
362974
|
+
const { [arch2]: archBinary } = binary;
|
|
362369
362975
|
if (!archBinary) {
|
|
362370
|
-
throw new Error(`${
|
|
362976
|
+
throw new Error(`${arch2} is not supported`);
|
|
362371
362977
|
}
|
|
362372
362978
|
return archBinary;
|
|
362373
362979
|
}
|
|
362374
|
-
function
|
|
362375
|
-
if (wsl &&
|
|
362376
|
-
return
|
|
362980
|
+
function detectPlatformBinary2({ [platform2]: platformBinary }, { wsl } = {}) {
|
|
362981
|
+
if (wsl && is_wsl_default2) {
|
|
362982
|
+
return detectArchBinary2(wsl);
|
|
362377
362983
|
}
|
|
362378
362984
|
if (!platformBinary) {
|
|
362379
|
-
throw new Error(`${
|
|
362985
|
+
throw new Error(`${platform2} is not supported`);
|
|
362380
362986
|
}
|
|
362381
|
-
return
|
|
362987
|
+
return detectArchBinary2(platformBinary);
|
|
362382
362988
|
}
|
|
362383
|
-
var
|
|
362989
|
+
var fallbackAttemptSymbol2;
|
|
362384
362990
|
var __dirname22;
|
|
362385
|
-
var
|
|
362386
|
-
var
|
|
362387
|
-
var
|
|
362388
|
-
var
|
|
362389
|
-
if (
|
|
362991
|
+
var localXdgOpenPath2;
|
|
362992
|
+
var platform2;
|
|
362993
|
+
var arch2;
|
|
362994
|
+
var tryEachApp2 = async (apps2, opener) => {
|
|
362995
|
+
if (apps2.length === 0) {
|
|
362390
362996
|
return;
|
|
362391
362997
|
}
|
|
362392
362998
|
const errors3 = [];
|
|
362393
|
-
for (const app of
|
|
362999
|
+
for (const app of apps2) {
|
|
362394
363000
|
try {
|
|
362395
363001
|
return await opener(app);
|
|
362396
363002
|
} catch (error2) {
|
|
@@ -362399,7 +363005,7 @@ var tryEachApp = async (apps, opener) => {
|
|
|
362399
363005
|
}
|
|
362400
363006
|
throw new AggregateError(errors3, "Failed to open in all supported apps");
|
|
362401
363007
|
};
|
|
362402
|
-
var
|
|
363008
|
+
var baseOpen2 = async (options8) => {
|
|
362403
363009
|
options8 = {
|
|
362404
363010
|
wait: false,
|
|
362405
363011
|
background: false,
|
|
@@ -362407,25 +363013,25 @@ var baseOpen = async (options8) => {
|
|
|
362407
363013
|
allowNonzeroExitCode: false,
|
|
362408
363014
|
...options8
|
|
362409
363015
|
};
|
|
362410
|
-
const isFallbackAttempt = options8[
|
|
362411
|
-
delete options8[
|
|
363016
|
+
const isFallbackAttempt = options8[fallbackAttemptSymbol2] === true;
|
|
363017
|
+
delete options8[fallbackAttemptSymbol2];
|
|
362412
363018
|
if (Array.isArray(options8.app)) {
|
|
362413
|
-
return
|
|
363019
|
+
return tryEachApp2(options8.app, (singleApp) => baseOpen2({
|
|
362414
363020
|
...options8,
|
|
362415
363021
|
app: singleApp,
|
|
362416
|
-
[
|
|
363022
|
+
[fallbackAttemptSymbol2]: true
|
|
362417
363023
|
}));
|
|
362418
363024
|
}
|
|
362419
363025
|
let { name: app, arguments: appArguments = [] } = options8.app ?? {};
|
|
362420
363026
|
appArguments = [...appArguments];
|
|
362421
363027
|
if (Array.isArray(app)) {
|
|
362422
|
-
return
|
|
363028
|
+
return tryEachApp2(app, (appName) => baseOpen2({
|
|
362423
363029
|
...options8,
|
|
362424
363030
|
app: {
|
|
362425
363031
|
name: appName,
|
|
362426
363032
|
arguments: appArguments
|
|
362427
363033
|
},
|
|
362428
|
-
[
|
|
363034
|
+
[fallbackAttemptSymbol2]: true
|
|
362429
363035
|
}));
|
|
362430
363036
|
}
|
|
362431
363037
|
if (app === "browser" || app === "browserPrivate") {
|
|
@@ -362448,12 +363054,12 @@ var baseOpen = async (options8) => {
|
|
|
362448
363054
|
edge: "--inPrivate"
|
|
362449
363055
|
};
|
|
362450
363056
|
let browser;
|
|
362451
|
-
if (
|
|
362452
|
-
const progId = await
|
|
362453
|
-
const browserInfo =
|
|
363057
|
+
if (is_wsl_default2) {
|
|
363058
|
+
const progId = await wslDefaultBrowser2();
|
|
363059
|
+
const browserInfo = _windowsBrowserProgIdMap2.get(progId);
|
|
362454
363060
|
browser = browserInfo ?? {};
|
|
362455
363061
|
} else {
|
|
362456
|
-
browser = await
|
|
363062
|
+
browser = await defaultBrowser22();
|
|
362457
363063
|
}
|
|
362458
363064
|
if (browser.id in ids) {
|
|
362459
363065
|
const browserName = ids[browser.id.toLowerCase()];
|
|
@@ -362463,10 +363069,10 @@ var baseOpen = async (options8) => {
|
|
|
362463
363069
|
}
|
|
362464
363070
|
appArguments.push(flags[browserName]);
|
|
362465
363071
|
}
|
|
362466
|
-
return
|
|
363072
|
+
return baseOpen2({
|
|
362467
363073
|
...options8,
|
|
362468
363074
|
app: {
|
|
362469
|
-
name:
|
|
363075
|
+
name: apps2[browserName],
|
|
362470
363076
|
arguments: appArguments
|
|
362471
363077
|
}
|
|
362472
363078
|
});
|
|
@@ -362477,10 +363083,10 @@ var baseOpen = async (options8) => {
|
|
|
362477
363083
|
const cliArguments = [];
|
|
362478
363084
|
const childProcessOptions = {};
|
|
362479
363085
|
let shouldUseWindowsInWsl = false;
|
|
362480
|
-
if (
|
|
362481
|
-
shouldUseWindowsInWsl = await
|
|
363086
|
+
if (is_wsl_default2 && !isInsideContainer2() && !is_in_ssh_default2 && !app) {
|
|
363087
|
+
shouldUseWindowsInWsl = await canAccessPowerShell2();
|
|
362482
363088
|
}
|
|
362483
|
-
if (
|
|
363089
|
+
if (platform2 === "darwin") {
|
|
362484
363090
|
command = "open";
|
|
362485
363091
|
if (options8.wait) {
|
|
362486
363092
|
cliArguments.push("--wait-apps");
|
|
@@ -362494,32 +363100,32 @@ var baseOpen = async (options8) => {
|
|
|
362494
363100
|
if (app) {
|
|
362495
363101
|
cliArguments.push("-a", app);
|
|
362496
363102
|
}
|
|
362497
|
-
} else if (
|
|
362498
|
-
command = await
|
|
362499
|
-
cliArguments.push(...
|
|
362500
|
-
if (!
|
|
363103
|
+
} else if (platform2 === "win32" || shouldUseWindowsInWsl) {
|
|
363104
|
+
command = await powerShellPath22();
|
|
363105
|
+
cliArguments.push(...executePowerShell2.argumentsPrefix);
|
|
363106
|
+
if (!is_wsl_default2) {
|
|
362501
363107
|
childProcessOptions.windowsVerbatimArguments = true;
|
|
362502
363108
|
}
|
|
362503
|
-
if (
|
|
362504
|
-
options8.target = await
|
|
363109
|
+
if (is_wsl_default2 && options8.target) {
|
|
363110
|
+
options8.target = await convertWslPathToWindows2(options8.target);
|
|
362505
363111
|
}
|
|
362506
363112
|
const encodedArguments = ["$ProgressPreference = 'SilentlyContinue';", "Start"];
|
|
362507
363113
|
if (options8.wait) {
|
|
362508
363114
|
encodedArguments.push("-Wait");
|
|
362509
363115
|
}
|
|
362510
363116
|
if (app) {
|
|
362511
|
-
encodedArguments.push(
|
|
363117
|
+
encodedArguments.push(executePowerShell2.escapeArgument(app));
|
|
362512
363118
|
if (options8.target) {
|
|
362513
363119
|
appArguments.push(options8.target);
|
|
362514
363120
|
}
|
|
362515
363121
|
} else if (options8.target) {
|
|
362516
|
-
encodedArguments.push(
|
|
363122
|
+
encodedArguments.push(executePowerShell2.escapeArgument(options8.target));
|
|
362517
363123
|
}
|
|
362518
363124
|
if (appArguments.length > 0) {
|
|
362519
|
-
appArguments = appArguments.map((argument) =>
|
|
363125
|
+
appArguments = appArguments.map((argument) => executePowerShell2.escapeArgument(argument));
|
|
362520
363126
|
encodedArguments.push("-ArgumentList", appArguments.join(","));
|
|
362521
363127
|
}
|
|
362522
|
-
options8.target =
|
|
363128
|
+
options8.target = executePowerShell2.encodeCommand(encodedArguments.join(" "));
|
|
362523
363129
|
if (!options8.wait) {
|
|
362524
363130
|
childProcessOptions.stdio = "ignore";
|
|
362525
363131
|
}
|
|
@@ -362530,11 +363136,11 @@ var baseOpen = async (options8) => {
|
|
|
362530
363136
|
const isBundled = !__dirname22 || __dirname22 === "/";
|
|
362531
363137
|
let exeLocalXdgOpen = false;
|
|
362532
363138
|
try {
|
|
362533
|
-
await fs62.access(
|
|
363139
|
+
await fs62.access(localXdgOpenPath2, fsConstants22.X_OK);
|
|
362534
363140
|
exeLocalXdgOpen = true;
|
|
362535
363141
|
} catch {}
|
|
362536
|
-
const useSystemXdgOpen =
|
|
362537
|
-
command = useSystemXdgOpen ? "xdg-open" :
|
|
363142
|
+
const useSystemXdgOpen = process82.versions.electron ?? (platform2 === "android" || isBundled || !exeLocalXdgOpen);
|
|
363143
|
+
command = useSystemXdgOpen ? "xdg-open" : localXdgOpenPath2;
|
|
362538
363144
|
}
|
|
362539
363145
|
if (appArguments.length > 0) {
|
|
362540
363146
|
cliArguments.push(...appArguments);
|
|
@@ -362544,13 +363150,13 @@ var baseOpen = async (options8) => {
|
|
|
362544
363150
|
childProcessOptions.detached = true;
|
|
362545
363151
|
}
|
|
362546
363152
|
}
|
|
362547
|
-
if (
|
|
363153
|
+
if (platform2 === "darwin" && appArguments.length > 0) {
|
|
362548
363154
|
cliArguments.push("--args", ...appArguments);
|
|
362549
363155
|
}
|
|
362550
363156
|
if (options8.target) {
|
|
362551
363157
|
cliArguments.push(options8.target);
|
|
362552
363158
|
}
|
|
362553
|
-
const subprocess =
|
|
363159
|
+
const subprocess = childProcess32.spawn(command, cliArguments, childProcessOptions);
|
|
362554
363160
|
if (options8.wait) {
|
|
362555
363161
|
return new Promise((resolve3, reject) => {
|
|
362556
363162
|
subprocess.once("error", reject);
|
|
@@ -362588,11 +363194,11 @@ var baseOpen = async (options8) => {
|
|
|
362588
363194
|
});
|
|
362589
363195
|
});
|
|
362590
363196
|
};
|
|
362591
|
-
var
|
|
363197
|
+
var open2 = (target, options8) => {
|
|
362592
363198
|
if (typeof target !== "string") {
|
|
362593
363199
|
throw new TypeError("Expected a `target`");
|
|
362594
363200
|
}
|
|
362595
|
-
return
|
|
363201
|
+
return baseOpen2({
|
|
362596
363202
|
...options8,
|
|
362597
363203
|
target
|
|
362598
363204
|
});
|
|
@@ -362605,7 +363211,7 @@ var openApp = (name, options8) => {
|
|
|
362605
363211
|
if (appArguments !== undefined && appArguments !== null && !Array.isArray(appArguments)) {
|
|
362606
363212
|
throw new TypeError("Expected `appArguments` as Array type");
|
|
362607
363213
|
}
|
|
362608
|
-
return
|
|
363214
|
+
return baseOpen2({
|
|
362609
363215
|
...options8,
|
|
362610
363216
|
app: {
|
|
362611
363217
|
name,
|
|
@@ -362613,23 +363219,23 @@ var openApp = (name, options8) => {
|
|
|
362613
363219
|
}
|
|
362614
363220
|
});
|
|
362615
363221
|
};
|
|
362616
|
-
var
|
|
362617
|
-
var
|
|
363222
|
+
var apps2;
|
|
363223
|
+
var open_default2;
|
|
362618
363224
|
var init_open = __esm2(() => {
|
|
362619
363225
|
init_wsl_utils();
|
|
362620
363226
|
init_powershell_utils();
|
|
362621
363227
|
init_default_browser();
|
|
362622
363228
|
init_is_inside_container();
|
|
362623
363229
|
init_is_in_ssh();
|
|
362624
|
-
|
|
362625
|
-
__dirname22 = import.meta.url ?
|
|
362626
|
-
|
|
362627
|
-
({ platform, arch } =
|
|
362628
|
-
|
|
363230
|
+
fallbackAttemptSymbol2 = Symbol("fallbackAttempt");
|
|
363231
|
+
__dirname22 = import.meta.url ? path23.dirname(fileURLToPath6(import.meta.url)) : "";
|
|
363232
|
+
localXdgOpenPath2 = path23.join(__dirname22, "xdg-open");
|
|
363233
|
+
({ platform: platform2, arch: arch2 } = process82);
|
|
363234
|
+
apps2 = {
|
|
362629
363235
|
browser: "browser",
|
|
362630
363236
|
browserPrivate: "browserPrivate"
|
|
362631
363237
|
};
|
|
362632
|
-
|
|
363238
|
+
defineLazyProperty2(apps2, "chrome", () => detectPlatformBinary2({
|
|
362633
363239
|
darwin: "google chrome",
|
|
362634
363240
|
win32: "chrome",
|
|
362635
363241
|
linux: ["google-chrome", "google-chrome-stable", "chromium", "chromium-browser"]
|
|
@@ -362639,7 +363245,7 @@ var init_open = __esm2(() => {
|
|
|
362639
363245
|
x64: ["/mnt/c/Program Files/Google/Chrome/Application/chrome.exe", "/mnt/c/Program Files (x86)/Google/Chrome/Application/chrome.exe"]
|
|
362640
363246
|
}
|
|
362641
363247
|
}));
|
|
362642
|
-
|
|
363248
|
+
defineLazyProperty2(apps2, "brave", () => detectPlatformBinary2({
|
|
362643
363249
|
darwin: "brave browser",
|
|
362644
363250
|
win32: "brave",
|
|
362645
363251
|
linux: ["brave-browser", "brave"]
|
|
@@ -362649,24 +363255,24 @@ var init_open = __esm2(() => {
|
|
|
362649
363255
|
x64: ["/mnt/c/Program Files/BraveSoftware/Brave-Browser/Application/brave.exe", "/mnt/c/Program Files (x86)/BraveSoftware/Brave-Browser/Application/brave.exe"]
|
|
362650
363256
|
}
|
|
362651
363257
|
}));
|
|
362652
|
-
|
|
363258
|
+
defineLazyProperty2(apps2, "firefox", () => detectPlatformBinary2({
|
|
362653
363259
|
darwin: "firefox",
|
|
362654
363260
|
win32: String.raw`C:\Program Files\Mozilla Firefox\firefox.exe`,
|
|
362655
363261
|
linux: "firefox"
|
|
362656
363262
|
}, {
|
|
362657
363263
|
wsl: "/mnt/c/Program Files/Mozilla Firefox/firefox.exe"
|
|
362658
363264
|
}));
|
|
362659
|
-
|
|
363265
|
+
defineLazyProperty2(apps2, "edge", () => detectPlatformBinary2({
|
|
362660
363266
|
darwin: "microsoft edge",
|
|
362661
363267
|
win32: "msedge",
|
|
362662
363268
|
linux: ["microsoft-edge", "microsoft-edge-dev"]
|
|
362663
363269
|
}, {
|
|
362664
363270
|
wsl: "/mnt/c/Program Files (x86)/Microsoft/Edge/Application/msedge.exe"
|
|
362665
363271
|
}));
|
|
362666
|
-
|
|
363272
|
+
defineLazyProperty2(apps2, "safari", () => detectPlatformBinary2({
|
|
362667
363273
|
darwin: "Safari"
|
|
362668
363274
|
}));
|
|
362669
|
-
|
|
363275
|
+
open_default2 = open2;
|
|
362670
363276
|
});
|
|
362671
363277
|
var OAuthStoreBrand = Symbol("OAuthStore");
|
|
362672
363278
|
function calculateExpiry(expiresIn) {
|
|
@@ -362949,13 +363555,13 @@ function createCallbackServer() {
|
|
|
362949
363555
|
return new NodeCallbackServer;
|
|
362950
363556
|
}
|
|
362951
363557
|
function fileStore(filepath) {
|
|
362952
|
-
const file = filepath ?? path15.join(
|
|
363558
|
+
const file = filepath ?? path15.join(os8.homedir(), ".mcp", "tokens.json");
|
|
362953
363559
|
async function ensureDir() {
|
|
362954
|
-
await
|
|
363560
|
+
await fs13.mkdir(path15.dirname(file), { recursive: true });
|
|
362955
363561
|
}
|
|
362956
363562
|
async function readStore() {
|
|
362957
363563
|
try {
|
|
362958
|
-
const data = await
|
|
363564
|
+
const data = await fs13.readFile(file, "utf-8");
|
|
362959
363565
|
return JSON.parse(data);
|
|
362960
363566
|
} catch {
|
|
362961
363567
|
return {};
|
|
@@ -362964,8 +363570,8 @@ function fileStore(filepath) {
|
|
|
362964
363570
|
async function writeStore(data) {
|
|
362965
363571
|
await ensureDir();
|
|
362966
363572
|
const tmp = `${file}.tmp.${process.pid}`;
|
|
362967
|
-
await
|
|
362968
|
-
await
|
|
363573
|
+
await fs13.writeFile(tmp, JSON.stringify(data, null, 2), "utf-8");
|
|
363574
|
+
await fs13.rename(tmp, file);
|
|
362969
363575
|
}
|
|
362970
363576
|
return {
|
|
362971
363577
|
async get(key2) {
|
|
@@ -362988,8 +363594,8 @@ var DEFAULT_PORT = 3000;
|
|
|
362988
363594
|
var DEFAULT_HOSTNAME = "localhost";
|
|
362989
363595
|
var DEFAULT_CALLBACK_PATH = "/callback";
|
|
362990
363596
|
async function authorizationUrlToOptions(input) {
|
|
362991
|
-
const
|
|
362992
|
-
return { authorizationUrl: input, launch:
|
|
363597
|
+
const open22 = await Promise.resolve().then(() => (init_open(), exports_open));
|
|
363598
|
+
return { authorizationUrl: input, launch: open22.default };
|
|
362993
363599
|
}
|
|
362994
363600
|
async function getAuthCode(input) {
|
|
362995
363601
|
const options8 = typeof input === "string" ? await authorizationUrlToOptions(input) : input;
|
|
@@ -364244,6 +364850,9 @@ async function showGenerationProgress(servers, generateFn) {
|
|
|
364244
364850
|
}
|
|
364245
364851
|
|
|
364246
364852
|
// src/cli.ts
|
|
364853
|
+
var CLI_CLIENT_CONFIG = {
|
|
364854
|
+
oauth: { launch: open_default }
|
|
364855
|
+
};
|
|
364247
364856
|
function showHelp() {
|
|
364248
364857
|
console.log(`
|
|
364249
364858
|
mcp-client-gen - Generate type-safe MCP client SDK
|
|
@@ -364343,6 +364952,7 @@ Usage:`);
|
|
|
364343
364952
|
async function runGeneration(servers, outputFile) {
|
|
364344
364953
|
const absoluteOutput = resolve4(process.cwd(), outputFile);
|
|
364345
364954
|
const result = await showGenerationProgress(servers, () => generateClient(servers, {
|
|
364955
|
+
clientConfig: CLI_CLIENT_CONFIG,
|
|
364346
364956
|
treeShakable: true,
|
|
364347
364957
|
outputPath: absoluteOutput
|
|
364348
364958
|
}));
|
|
@@ -364372,7 +364982,10 @@ async function main() {
|
|
|
364372
364982
|
if (mode.output) {
|
|
364373
364983
|
await runGeneration([server2], mode.output);
|
|
364374
364984
|
} else {
|
|
364375
|
-
const result = await generateClient([server2], {
|
|
364985
|
+
const result = await generateClient([server2], {
|
|
364986
|
+
clientConfig: CLI_CLIENT_CONFIG,
|
|
364987
|
+
treeShakable: true
|
|
364988
|
+
});
|
|
364376
364989
|
process.stdout.write(result.code);
|
|
364377
364990
|
}
|
|
364378
364991
|
} catch (error2) {
|
|
@@ -364424,5 +365037,5 @@ Config warnings:`);
|
|
|
364424
365037
|
}
|
|
364425
365038
|
main();
|
|
364426
365039
|
|
|
364427
|
-
//# debugId=
|
|
365040
|
+
//# debugId=79AB4B75517F4AA964756E2164756E21
|
|
364428
365041
|
//# sourceMappingURL=cli.js.map
|