@datapos/datapos-development 0.3.311 → 0.3.314
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { promises as
|
|
1
|
+
import { promises as Ae } from "node:fs";
|
|
2
2
|
import { nanoid as Ds } from "nanoid";
|
|
3
3
|
import { promisify as Ms } from "node:util";
|
|
4
4
|
import { exec as Vs, spawn as zs } from "node:child_process";
|
|
@@ -16,9 +16,9 @@ function k(e, t, i) {
|
|
|
16
16
|
}), d._zod.traits.has(e))
|
|
17
17
|
return;
|
|
18
18
|
d._zod.traits.add(e), t(d, y);
|
|
19
|
-
const o = h.prototype,
|
|
20
|
-
for (let
|
|
21
|
-
const C = S
|
|
19
|
+
const o = h.prototype, w = Object.keys(o);
|
|
20
|
+
for (let S = 0; S < w.length; S++) {
|
|
21
|
+
const C = w[S];
|
|
22
22
|
C in d || (d[C] = o[C].bind(d));
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -30,8 +30,8 @@ function k(e, t, i) {
|
|
|
30
30
|
var y;
|
|
31
31
|
const o = i?.Parent ? new u() : this;
|
|
32
32
|
r(o, d), (y = o._zod).deferred ?? (y.deferred = []);
|
|
33
|
-
for (const
|
|
34
|
-
|
|
33
|
+
for (const w of o._zod.deferred)
|
|
34
|
+
w();
|
|
35
35
|
return o;
|
|
36
36
|
}
|
|
37
37
|
return Object.defineProperty(h, "init", { value: r }), Object.defineProperty(h, Symbol.hasInstance, {
|
|
@@ -43,14 +43,14 @@ class rt extends Error {
|
|
|
43
43
|
super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
class
|
|
46
|
+
class Tr extends Error {
|
|
47
47
|
constructor(t) {
|
|
48
48
|
super(`Encountered unidirectional transform during encode: ${t}`), this.name = "ZodEncodeError";
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
const
|
|
51
|
+
const Pr = {};
|
|
52
52
|
function Ue(e) {
|
|
53
|
-
return
|
|
53
|
+
return Pr;
|
|
54
54
|
}
|
|
55
55
|
function Zs(e) {
|
|
56
56
|
const t = Object.values(e).filter((r) => typeof r == "number");
|
|
@@ -86,13 +86,13 @@ function Us(e, t) {
|
|
|
86
86
|
const u = i > n ? i : n, h = Number.parseInt(e.toFixed(u).replace(".", "")), d = Number.parseInt(t.toFixed(u).replace(".", ""));
|
|
87
87
|
return h % d / 10 ** u;
|
|
88
88
|
}
|
|
89
|
-
const
|
|
89
|
+
const ji = Symbol("evaluating");
|
|
90
90
|
function U(e, t, i) {
|
|
91
91
|
let r;
|
|
92
92
|
Object.defineProperty(e, t, {
|
|
93
93
|
get() {
|
|
94
|
-
if (r !==
|
|
95
|
-
return r === void 0 && (r =
|
|
94
|
+
if (r !== ji)
|
|
95
|
+
return r === void 0 && (r = ji, r = i()), r;
|
|
96
96
|
},
|
|
97
97
|
set(n) {
|
|
98
98
|
Object.defineProperty(e, t, {
|
|
@@ -119,13 +119,13 @@ function Je(...e) {
|
|
|
119
119
|
}
|
|
120
120
|
return Object.defineProperties({}, t);
|
|
121
121
|
}
|
|
122
|
-
function
|
|
122
|
+
function $i(e) {
|
|
123
123
|
return JSON.stringify(e);
|
|
124
124
|
}
|
|
125
125
|
function qs(e) {
|
|
126
126
|
return e.toLowerCase().trim().replace(/[^\w\s-]/g, "").replace(/[\s_-]+/g, "-").replace(/^-+|-+$/g, "");
|
|
127
127
|
}
|
|
128
|
-
const
|
|
128
|
+
const Cr = "captureStackTrace" in Error ? Error.captureStackTrace : (...e) => {
|
|
129
129
|
};
|
|
130
130
|
function Dt(e) {
|
|
131
131
|
return typeof e == "object" && e !== null && !Array.isArray(e);
|
|
@@ -149,7 +149,7 @@ function st(e) {
|
|
|
149
149
|
const i = t.prototype;
|
|
150
150
|
return !(Dt(i) === !1 || Object.prototype.hasOwnProperty.call(i, "isPrototypeOf") === !1);
|
|
151
151
|
}
|
|
152
|
-
function
|
|
152
|
+
function Ar(e) {
|
|
153
153
|
return st(e) ? { ...e } : Array.isArray(e) ? [...e] : e;
|
|
154
154
|
}
|
|
155
155
|
const Ws = /* @__PURE__ */ new Set(["string", "number", "symbol"]);
|
|
@@ -342,7 +342,7 @@ function bt(...e) {
|
|
|
342
342
|
inst: r
|
|
343
343
|
} : { ...t };
|
|
344
344
|
}
|
|
345
|
-
const
|
|
345
|
+
const Er = (e, t) => {
|
|
346
346
|
e.name = "$ZodError", Object.defineProperty(e, "_zod", {
|
|
347
347
|
value: e._zod,
|
|
348
348
|
enumerable: !1
|
|
@@ -353,7 +353,7 @@ const Cr = (e, t) => {
|
|
|
353
353
|
value: () => e.message,
|
|
354
354
|
enumerable: !1
|
|
355
355
|
});
|
|
356
|
-
},
|
|
356
|
+
}, Ir = k("$ZodError", Er), Nr = k("$ZodError", Er, { Parent: Error });
|
|
357
357
|
function sn(e, t = (i) => i.message) {
|
|
358
358
|
const i = {}, r = [];
|
|
359
359
|
for (const n of e.issues)
|
|
@@ -387,7 +387,7 @@ const _i = (e) => (t, i, r, n) => {
|
|
|
387
387
|
throw new rt();
|
|
388
388
|
if (h.issues.length) {
|
|
389
389
|
const d = new (n?.Err ?? e)(h.issues.map((y) => qe(y, u, Ue())));
|
|
390
|
-
throw
|
|
390
|
+
throw Cr(d, n?.callee), d;
|
|
391
391
|
}
|
|
392
392
|
return h.value;
|
|
393
393
|
}, ki = (e) => async (t, i, r, n) => {
|
|
@@ -395,7 +395,7 @@ const _i = (e) => (t, i, r, n) => {
|
|
|
395
395
|
let h = t._zod.run({ value: i, issues: [] }, u);
|
|
396
396
|
if (h instanceof Promise && (h = await h), h.issues.length) {
|
|
397
397
|
const d = new (n?.Err ?? e)(h.issues.map((y) => qe(y, u, Ue())));
|
|
398
|
-
throw
|
|
398
|
+
throw Cr(d, n?.callee), d;
|
|
399
399
|
}
|
|
400
400
|
return h.value;
|
|
401
401
|
}, Ut = (e) => (t, i, r) => {
|
|
@@ -404,16 +404,16 @@ const _i = (e) => (t, i, r, n) => {
|
|
|
404
404
|
throw new rt();
|
|
405
405
|
return u.issues.length ? {
|
|
406
406
|
success: !1,
|
|
407
|
-
error: new (e ??
|
|
407
|
+
error: new (e ?? Ir)(u.issues.map((h) => qe(h, n, Ue())))
|
|
408
408
|
} : { success: !0, data: u.value };
|
|
409
|
-
}, an = /* @__PURE__ */ Ut(
|
|
409
|
+
}, an = /* @__PURE__ */ Ut(Nr), qt = (e) => async (t, i, r) => {
|
|
410
410
|
const n = r ? Object.assign(r, { async: !0 }) : { async: !0 };
|
|
411
411
|
let u = t._zod.run({ value: i, issues: [] }, n);
|
|
412
412
|
return u instanceof Promise && (u = await u), u.issues.length ? {
|
|
413
413
|
success: !1,
|
|
414
414
|
error: new e(u.issues.map((h) => qe(h, n, Ue())))
|
|
415
415
|
} : { success: !0, data: u.value };
|
|
416
|
-
}, on = /* @__PURE__ */ qt(
|
|
416
|
+
}, on = /* @__PURE__ */ qt(Nr), un = (e) => (t, i, r) => {
|
|
417
417
|
const n = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
418
418
|
return _i(e)(t, i, n);
|
|
419
419
|
}, cn = (e) => (t, i, r) => _i(e)(t, i, r), hn = (e) => async (t, i, r) => {
|
|
@@ -425,23 +425,23 @@ const _i = (e) => (t, i, r, n) => {
|
|
|
425
425
|
}, fn = (e) => (t, i, r) => Ut(e)(t, i, r), dn = (e) => async (t, i, r) => {
|
|
426
426
|
const n = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
427
427
|
return qt(e)(t, i, n);
|
|
428
|
-
}, mn = (e) => async (t, i, r) => qt(e)(t, i, r), yn = /^[cC][^\s-]{8,}$/, vn = /^[0-9a-z]+$/, xn = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, gn = /^[0-9a-vA-V]{20}$/, bn = /^[A-Za-z0-9]{27}$/, _n = /^[a-zA-Z0-9_-]{21}$/, kn = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,
|
|
428
|
+
}, mn = (e) => async (t, i, r) => qt(e)(t, i, r), yn = /^[cC][^\s-]{8,}$/, vn = /^[0-9a-z]+$/, xn = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, gn = /^[0-9a-vA-V]{20}$/, bn = /^[A-Za-z0-9]{27}$/, _n = /^[a-zA-Z0-9_-]{21}$/, kn = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, wn = /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/, Fi = (e) => e ? new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`) : /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/, Sn = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, Tn = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
429
429
|
function Pn() {
|
|
430
430
|
return new RegExp(Tn, "u");
|
|
431
431
|
}
|
|
432
|
-
const Cn = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, An = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/, En = /^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/, In = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, Nn = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/,
|
|
433
|
-
function
|
|
432
|
+
const Cn = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/, An = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/, En = /^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/, In = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|::|([0-9a-fA-F]{1,4})?::([0-9a-fA-F]{1,4}:?){0,6})\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/, Nn = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/, Lr = /^[A-Za-z0-9_-]*$/, Ln = /^\+(?:[0-9]){6,14}[0-9]$/, Or = "(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))", On = /* @__PURE__ */ new RegExp(`^${Or}$`);
|
|
433
|
+
function Rr(e) {
|
|
434
434
|
const t = "(?:[01]\\d|2[0-3]):[0-5]\\d";
|
|
435
435
|
return typeof e.precision == "number" ? e.precision === -1 ? `${t}` : e.precision === 0 ? `${t}:[0-5]\\d` : `${t}:[0-5]\\d\\.\\d{${e.precision}}` : `${t}(?::[0-5]\\d(?:\\.\\d+)?)?`;
|
|
436
436
|
}
|
|
437
437
|
function Rn(e) {
|
|
438
|
-
return new RegExp(`^${
|
|
438
|
+
return new RegExp(`^${Rr(e)}$`);
|
|
439
439
|
}
|
|
440
440
|
function Dn(e) {
|
|
441
|
-
const t =
|
|
441
|
+
const t = Rr({ precision: e.precision }), i = ["Z"];
|
|
442
442
|
e.local && i.push(""), e.offset && i.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");
|
|
443
443
|
const r = `${t}(?:${i.join("|")})`;
|
|
444
|
-
return new RegExp(`^${
|
|
444
|
+
return new RegExp(`^${Or}T(?:${r})$`);
|
|
445
445
|
}
|
|
446
446
|
const Mn = (e) => {
|
|
447
447
|
const t = e ? `[\\s\\S]{${e?.minimum ?? 0},${e?.maximum ?? ""}}` : "[\\s\\S]*";
|
|
@@ -449,13 +449,13 @@ const Mn = (e) => {
|
|
|
449
449
|
}, Vn = /^-?\d+$/, zn = /^-?\d+(?:\.\d+)?/, jn = /^(?:true|false)$/i, $n = /^[^A-Z]*$/, Fn = /^[^a-z]*$/, me = /* @__PURE__ */ k("$ZodCheck", (e, t) => {
|
|
450
450
|
var i;
|
|
451
451
|
e._zod ?? (e._zod = {}), e._zod.def = t, (i = e._zod).onattach ?? (i.onattach = []);
|
|
452
|
-
}),
|
|
452
|
+
}), Dr = {
|
|
453
453
|
number: "number",
|
|
454
454
|
bigint: "bigint",
|
|
455
455
|
object: "date"
|
|
456
|
-
},
|
|
456
|
+
}, Mr = /* @__PURE__ */ k("$ZodCheckLessThan", (e, t) => {
|
|
457
457
|
me.init(e, t);
|
|
458
|
-
const i =
|
|
458
|
+
const i = Dr[typeof t.value];
|
|
459
459
|
e._zod.onattach.push((r) => {
|
|
460
460
|
const n = r._zod.bag, u = (t.inclusive ? n.maximum : n.exclusiveMaximum) ?? Number.POSITIVE_INFINITY;
|
|
461
461
|
t.value < u && (t.inclusive ? n.maximum = t.value : n.exclusiveMaximum = t.value);
|
|
@@ -470,9 +470,9 @@ const Mn = (e) => {
|
|
|
470
470
|
continue: !t.abort
|
|
471
471
|
});
|
|
472
472
|
};
|
|
473
|
-
}),
|
|
473
|
+
}), Vr = /* @__PURE__ */ k("$ZodCheckGreaterThan", (e, t) => {
|
|
474
474
|
me.init(e, t);
|
|
475
|
-
const i =
|
|
475
|
+
const i = Dr[typeof t.value];
|
|
476
476
|
e._zod.onattach.push((r) => {
|
|
477
477
|
const n = r._zod.bag, u = (t.inclusive ? n.minimum : n.exclusiveMinimum) ?? Number.NEGATIVE_INFINITY;
|
|
478
478
|
t.value > u && (t.inclusive ? n.minimum = t.value : n.exclusiveMinimum = t.value);
|
|
@@ -759,18 +759,18 @@ const ta = {
|
|
|
759
759
|
});
|
|
760
760
|
else {
|
|
761
761
|
const n = (h, d, y) => {
|
|
762
|
-
let o = tt(h),
|
|
763
|
-
for (const
|
|
764
|
-
if (
|
|
765
|
-
if (!
|
|
762
|
+
let o = tt(h), w;
|
|
763
|
+
for (const S of d) {
|
|
764
|
+
if (S._zod.def.when) {
|
|
765
|
+
if (!S._zod.def.when(h))
|
|
766
766
|
continue;
|
|
767
767
|
} else if (o)
|
|
768
768
|
continue;
|
|
769
|
-
const C = h.issues.length, j =
|
|
769
|
+
const C = h.issues.length, j = S._zod.check(h);
|
|
770
770
|
if (j instanceof Promise && y?.async === !1)
|
|
771
771
|
throw new rt();
|
|
772
|
-
if (
|
|
773
|
-
|
|
772
|
+
if (w || j instanceof Promise)
|
|
773
|
+
w = (w ?? Promise.resolve()).then(async () => {
|
|
774
774
|
await j, h.issues.length !== C && (o || (o = tt(h, C)));
|
|
775
775
|
});
|
|
776
776
|
else {
|
|
@@ -779,7 +779,7 @@ const ta = {
|
|
|
779
779
|
o || (o = tt(h, C));
|
|
780
780
|
}
|
|
781
781
|
}
|
|
782
|
-
return
|
|
782
|
+
return w ? w.then(() => h) : h;
|
|
783
783
|
}, u = (h, d, y) => {
|
|
784
784
|
if (tt(h))
|
|
785
785
|
return h.aborted = !0, h;
|
|
@@ -787,7 +787,7 @@ const ta = {
|
|
|
787
787
|
if (o instanceof Promise) {
|
|
788
788
|
if (y.async === !1)
|
|
789
789
|
throw new rt();
|
|
790
|
-
return o.then((
|
|
790
|
+
return o.then((w) => e._zod.parse(w, y));
|
|
791
791
|
}
|
|
792
792
|
return e._zod.parse(o, y);
|
|
793
793
|
};
|
|
@@ -796,7 +796,7 @@ const ta = {
|
|
|
796
796
|
return e._zod.parse(h, d);
|
|
797
797
|
if (d.direction === "backward") {
|
|
798
798
|
const o = e._zod.parse({ value: h.value, issues: [] }, { ...d, skipChecks: !0 });
|
|
799
|
-
return o instanceof Promise ? o.then((
|
|
799
|
+
return o instanceof Promise ? o.then((w) => u(w, h, d)) : u(o, h, d);
|
|
800
800
|
}
|
|
801
801
|
const y = e._zod.parse(h, d);
|
|
802
802
|
if (y instanceof Promise) {
|
|
@@ -819,7 +819,7 @@ const ta = {
|
|
|
819
819
|
vendor: "zod",
|
|
820
820
|
version: 1
|
|
821
821
|
};
|
|
822
|
-
}),
|
|
822
|
+
}), wi = /* @__PURE__ */ k("$ZodString", (e, t) => {
|
|
823
823
|
Y.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ?? Mn(e._zod.bag), e._zod.parse = (i, r) => {
|
|
824
824
|
if (t.coerce)
|
|
825
825
|
try {
|
|
@@ -834,9 +834,9 @@ const ta = {
|
|
|
834
834
|
}), i;
|
|
835
835
|
};
|
|
836
836
|
}), K = /* @__PURE__ */ k("$ZodStringFormat", (e, t) => {
|
|
837
|
-
Ht.init(e, t),
|
|
837
|
+
Ht.init(e, t), wi.init(e, t);
|
|
838
838
|
}), ia = /* @__PURE__ */ k("$ZodGUID", (e, t) => {
|
|
839
|
-
t.pattern ?? (t.pattern =
|
|
839
|
+
t.pattern ?? (t.pattern = wn), K.init(e, t);
|
|
840
840
|
}), ra = /* @__PURE__ */ k("$ZodUUID", (e, t) => {
|
|
841
841
|
if (t.version) {
|
|
842
842
|
const r = {
|
|
@@ -851,12 +851,12 @@ const ta = {
|
|
|
851
851
|
}[t.version];
|
|
852
852
|
if (r === void 0)
|
|
853
853
|
throw new Error(`Invalid UUID version: "${t.version}"`);
|
|
854
|
-
t.pattern ?? (t.pattern =
|
|
854
|
+
t.pattern ?? (t.pattern = Fi(r));
|
|
855
855
|
} else
|
|
856
|
-
t.pattern ?? (t.pattern =
|
|
856
|
+
t.pattern ?? (t.pattern = Fi());
|
|
857
857
|
K.init(e, t);
|
|
858
858
|
}), sa = /* @__PURE__ */ k("$ZodEmail", (e, t) => {
|
|
859
|
-
t.pattern ?? (t.pattern =
|
|
859
|
+
t.pattern ?? (t.pattern = Sn), K.init(e, t);
|
|
860
860
|
}), na = /* @__PURE__ */ k("$ZodURL", (e, t) => {
|
|
861
861
|
K.init(e, t), e._zod.check = (i) => {
|
|
862
862
|
try {
|
|
@@ -955,7 +955,7 @@ const ta = {
|
|
|
955
955
|
}
|
|
956
956
|
};
|
|
957
957
|
});
|
|
958
|
-
function
|
|
958
|
+
function zr(e) {
|
|
959
959
|
if (e === "")
|
|
960
960
|
return !0;
|
|
961
961
|
if (e.length % 4 !== 0)
|
|
@@ -968,7 +968,7 @@ function Mr(e) {
|
|
|
968
968
|
}
|
|
969
969
|
const _a = /* @__PURE__ */ k("$ZodBase64", (e, t) => {
|
|
970
970
|
t.pattern ?? (t.pattern = Nn), K.init(e, t), e._zod.bag.contentEncoding = "base64", e._zod.check = (i) => {
|
|
971
|
-
|
|
971
|
+
zr(i.value) || i.issues.push({
|
|
972
972
|
code: "invalid_format",
|
|
973
973
|
format: "base64",
|
|
974
974
|
input: i.value,
|
|
@@ -978,13 +978,13 @@ const _a = /* @__PURE__ */ k("$ZodBase64", (e, t) => {
|
|
|
978
978
|
};
|
|
979
979
|
});
|
|
980
980
|
function ka(e) {
|
|
981
|
-
if (!
|
|
981
|
+
if (!Lr.test(e))
|
|
982
982
|
return !1;
|
|
983
983
|
const t = e.replace(/[-_]/g, (r) => r === "-" ? "+" : "/"), i = t.padEnd(Math.ceil(t.length / 4) * 4, "=");
|
|
984
|
-
return
|
|
984
|
+
return zr(i);
|
|
985
985
|
}
|
|
986
|
-
const
|
|
987
|
-
t.pattern ?? (t.pattern =
|
|
986
|
+
const wa = /* @__PURE__ */ k("$ZodBase64URL", (e, t) => {
|
|
987
|
+
t.pattern ?? (t.pattern = Lr), K.init(e, t), e._zod.bag.contentEncoding = "base64url", e._zod.check = (i) => {
|
|
988
988
|
ka(i.value) || i.issues.push({
|
|
989
989
|
code: "invalid_format",
|
|
990
990
|
format: "base64url",
|
|
@@ -993,7 +993,7 @@ const Sa = /* @__PURE__ */ k("$ZodBase64URL", (e, t) => {
|
|
|
993
993
|
continue: !t.abort
|
|
994
994
|
});
|
|
995
995
|
};
|
|
996
|
-
}),
|
|
996
|
+
}), Sa = /* @__PURE__ */ k("$ZodE164", (e, t) => {
|
|
997
997
|
t.pattern ?? (t.pattern = Ln), K.init(e, t);
|
|
998
998
|
});
|
|
999
999
|
function Ta(e, t = null) {
|
|
@@ -1020,7 +1020,7 @@ const Pa = /* @__PURE__ */ k("$ZodJWT", (e, t) => {
|
|
|
1020
1020
|
continue: !t.abort
|
|
1021
1021
|
});
|
|
1022
1022
|
};
|
|
1023
|
-
}),
|
|
1023
|
+
}), jr = /* @__PURE__ */ k("$ZodNumber", (e, t) => {
|
|
1024
1024
|
Y.init(e, t), e._zod.pattern = e._zod.bag.pattern ?? zn, e._zod.parse = (i, r) => {
|
|
1025
1025
|
if (t.coerce)
|
|
1026
1026
|
try {
|
|
@@ -1040,7 +1040,7 @@ const Pa = /* @__PURE__ */ k("$ZodJWT", (e, t) => {
|
|
|
1040
1040
|
}), i;
|
|
1041
1041
|
};
|
|
1042
1042
|
}), Ca = /* @__PURE__ */ k("$ZodNumberFormat", (e, t) => {
|
|
1043
|
-
Zn.init(e, t),
|
|
1043
|
+
Zn.init(e, t), jr.init(e, t);
|
|
1044
1044
|
}), Aa = /* @__PURE__ */ k("$ZodBoolean", (e, t) => {
|
|
1045
1045
|
Y.init(e, t), e._zod.pattern = jn, e._zod.parse = (i, r) => {
|
|
1046
1046
|
if (t.coerce)
|
|
@@ -1066,7 +1066,7 @@ const Pa = /* @__PURE__ */ k("$ZodJWT", (e, t) => {
|
|
|
1066
1066
|
inst: e
|
|
1067
1067
|
}), i);
|
|
1068
1068
|
});
|
|
1069
|
-
function
|
|
1069
|
+
function Bi(e, t, i) {
|
|
1070
1070
|
e.issues.length && t.issues.push(...it(i, e.issues)), t.value[i] = e.value;
|
|
1071
1071
|
}
|
|
1072
1072
|
const Na = /* @__PURE__ */ k("$ZodArray", (e, t) => {
|
|
@@ -1086,7 +1086,7 @@ const Na = /* @__PURE__ */ k("$ZodArray", (e, t) => {
|
|
|
1086
1086
|
value: d,
|
|
1087
1087
|
issues: []
|
|
1088
1088
|
}, r);
|
|
1089
|
-
y instanceof Promise ? u.push(y.then((o) =>
|
|
1089
|
+
y instanceof Promise ? u.push(y.then((o) => Bi(o, i, h))) : Bi(y, i, h);
|
|
1090
1090
|
}
|
|
1091
1091
|
return u.length ? Promise.all(u).then(() => i) : i;
|
|
1092
1092
|
};
|
|
@@ -1094,7 +1094,7 @@ const Na = /* @__PURE__ */ k("$ZodArray", (e, t) => {
|
|
|
1094
1094
|
function Mt(e, t, i, r) {
|
|
1095
1095
|
e.issues.length && t.issues.push(...it(i, e.issues)), e.value === void 0 ? i in r && (t.value[i] = void 0) : t.value[i] = e.value;
|
|
1096
1096
|
}
|
|
1097
|
-
function
|
|
1097
|
+
function $r(e) {
|
|
1098
1098
|
const t = Object.keys(e.shape);
|
|
1099
1099
|
for (const r of t)
|
|
1100
1100
|
if (!e.shape?.[r]?._zod?.traits?.has("$ZodType"))
|
|
@@ -1108,17 +1108,17 @@ function zr(e) {
|
|
|
1108
1108
|
optionalKeys: new Set(i)
|
|
1109
1109
|
};
|
|
1110
1110
|
}
|
|
1111
|
-
function
|
|
1111
|
+
function Fr(e, t, i, r, n, u) {
|
|
1112
1112
|
const h = [], d = n.keySet, y = n.catchall._zod, o = y.def.type;
|
|
1113
|
-
for (const
|
|
1114
|
-
if (d.has(
|
|
1113
|
+
for (const w in t) {
|
|
1114
|
+
if (d.has(w))
|
|
1115
1115
|
continue;
|
|
1116
1116
|
if (o === "never") {
|
|
1117
|
-
h.push(
|
|
1117
|
+
h.push(w);
|
|
1118
1118
|
continue;
|
|
1119
1119
|
}
|
|
1120
|
-
const
|
|
1121
|
-
|
|
1120
|
+
const S = y.run({ value: t[w], issues: [] }, r);
|
|
1121
|
+
S instanceof Promise ? e.push(S.then((C) => Mt(C, i, w, t))) : Mt(S, i, w, t);
|
|
1122
1122
|
}
|
|
1123
1123
|
return h.length && i.issues.push({
|
|
1124
1124
|
code: "unrecognized_keys",
|
|
@@ -1139,15 +1139,15 @@ const La = /* @__PURE__ */ k("$ZodObject", (e, t) => {
|
|
|
1139
1139
|
}
|
|
1140
1140
|
});
|
|
1141
1141
|
}
|
|
1142
|
-
const r = vi(() =>
|
|
1142
|
+
const r = vi(() => $r(t));
|
|
1143
1143
|
U(e._zod, "propValues", () => {
|
|
1144
1144
|
const d = t.shape, y = {};
|
|
1145
1145
|
for (const o in d) {
|
|
1146
|
-
const
|
|
1147
|
-
if (
|
|
1146
|
+
const w = d[o]._zod;
|
|
1147
|
+
if (w.values) {
|
|
1148
1148
|
y[o] ?? (y[o] = /* @__PURE__ */ new Set());
|
|
1149
|
-
for (const
|
|
1150
|
-
y[o].add(
|
|
1149
|
+
for (const S of w.values)
|
|
1150
|
+
y[o].add(S);
|
|
1151
1151
|
}
|
|
1152
1152
|
}
|
|
1153
1153
|
return y;
|
|
@@ -1165,18 +1165,18 @@ const La = /* @__PURE__ */ k("$ZodObject", (e, t) => {
|
|
|
1165
1165
|
inst: e
|
|
1166
1166
|
}), d;
|
|
1167
1167
|
d.value = {};
|
|
1168
|
-
const
|
|
1168
|
+
const w = [], S = h.shape;
|
|
1169
1169
|
for (const C of h.keys) {
|
|
1170
|
-
const Z =
|
|
1171
|
-
Z instanceof Promise ?
|
|
1170
|
+
const Z = S[C]._zod.run({ value: o[C], issues: [] }, y);
|
|
1171
|
+
Z instanceof Promise ? w.push(Z.then((le) => Mt(le, d, C, o))) : Mt(Z, d, C, o);
|
|
1172
1172
|
}
|
|
1173
|
-
return u ?
|
|
1173
|
+
return u ? Fr(w, o, d, y, r.value, e) : w.length ? Promise.all(w).then(() => d) : d;
|
|
1174
1174
|
};
|
|
1175
1175
|
}), Oa = /* @__PURE__ */ k("$ZodObjectJIT", (e, t) => {
|
|
1176
1176
|
La.init(e, t);
|
|
1177
|
-
const i = e._zod.parse, r = vi(() =>
|
|
1177
|
+
const i = e._zod.parse, r = vi(() => $r(t)), n = (C) => {
|
|
1178
1178
|
const j = new ea(["shape", "payload", "ctx"]), Z = r.value, le = (Ce) => {
|
|
1179
|
-
const be =
|
|
1179
|
+
const be = $i(Ce);
|
|
1180
1180
|
return `shape[${be}]._zod.run({ value: input[${be}], issues: [] }, ctx)`;
|
|
1181
1181
|
};
|
|
1182
1182
|
j.write("const input = payload.value;");
|
|
@@ -1186,7 +1186,7 @@ const La = /* @__PURE__ */ k("$ZodObject", (e, t) => {
|
|
|
1186
1186
|
D[Ce] = `key_${se++}`;
|
|
1187
1187
|
j.write("const newResult = {};");
|
|
1188
1188
|
for (const Ce of Z.keys) {
|
|
1189
|
-
const be = D[Ce], Ge =
|
|
1189
|
+
const be = D[Ce], Ge = $i(Ce);
|
|
1190
1190
|
j.write(`const ${be} = ${le(Ce)};`), j.write(`
|
|
1191
1191
|
if (${be}.issues.length) {
|
|
1192
1192
|
payload.issues = payload.issues.concat(${be}.issues.map(iss => ({
|
|
@@ -1211,12 +1211,12 @@ const La = /* @__PURE__ */ k("$ZodObject", (e, t) => {
|
|
|
1211
1211
|
return (Ce, be) => ft(C, Ce, be);
|
|
1212
1212
|
};
|
|
1213
1213
|
let u;
|
|
1214
|
-
const h = Dt, d = !
|
|
1215
|
-
let
|
|
1214
|
+
const h = Dt, d = !Pr.jitless, o = d && Hs.value, w = t.catchall;
|
|
1215
|
+
let S;
|
|
1216
1216
|
e._zod.parse = (C, j) => {
|
|
1217
|
-
|
|
1217
|
+
S ?? (S = r.value);
|
|
1218
1218
|
const Z = C.value;
|
|
1219
|
-
return h(Z) ? d && o && j?.async === !1 && j.jitless !== !0 ? (u || (u = n(t.shape)), C = u(C, j),
|
|
1219
|
+
return h(Z) ? d && o && j?.async === !1 && j.jitless !== !0 ? (u || (u = n(t.shape)), C = u(C, j), w ? Fr([], Z, C, j, S, e) : C) : i(C, j) : (C.issues.push({
|
|
1220
1220
|
expected: "object",
|
|
1221
1221
|
code: "invalid_type",
|
|
1222
1222
|
input: Z,
|
|
@@ -1224,7 +1224,7 @@ const La = /* @__PURE__ */ k("$ZodObject", (e, t) => {
|
|
|
1224
1224
|
}), C);
|
|
1225
1225
|
};
|
|
1226
1226
|
});
|
|
1227
|
-
function
|
|
1227
|
+
function Zi(e, t, i, r) {
|
|
1228
1228
|
for (const u of e)
|
|
1229
1229
|
if (u.issues.length === 0)
|
|
1230
1230
|
return t.value = u.value, t;
|
|
@@ -1265,12 +1265,12 @@ const Ra = /* @__PURE__ */ k("$ZodUnion", (e, t) => {
|
|
|
1265
1265
|
d.push(o);
|
|
1266
1266
|
}
|
|
1267
1267
|
}
|
|
1268
|
-
return h ? Promise.all(d).then((y) =>
|
|
1268
|
+
return h ? Promise.all(d).then((y) => Zi(y, n, e, u)) : Zi(d, n, e, u);
|
|
1269
1269
|
};
|
|
1270
1270
|
}), Da = /* @__PURE__ */ k("$ZodIntersection", (e, t) => {
|
|
1271
1271
|
Y.init(e, t), e._zod.parse = (i, r) => {
|
|
1272
1272
|
const n = i.value, u = t.left._zod.run({ value: n, issues: [] }, r), h = t.right._zod.run({ value: n, issues: [] }, r);
|
|
1273
|
-
return u instanceof Promise || h instanceof Promise ? Promise.all([u, h]).then(([y, o]) =>
|
|
1273
|
+
return u instanceof Promise || h instanceof Promise ? Promise.all([u, h]).then(([y, o]) => Ui(i, y, o)) : Ui(i, u, h);
|
|
1274
1274
|
};
|
|
1275
1275
|
});
|
|
1276
1276
|
function hi(e, t) {
|
|
@@ -1308,7 +1308,7 @@ function hi(e, t) {
|
|
|
1308
1308
|
}
|
|
1309
1309
|
return { valid: !1, mergeErrorPath: [] };
|
|
1310
1310
|
}
|
|
1311
|
-
function
|
|
1311
|
+
function Ui(e, t, i) {
|
|
1312
1312
|
if (t.issues.length && e.issues.push(...t.issues), i.issues.length && e.issues.push(...i.issues), tt(e))
|
|
1313
1313
|
return e;
|
|
1314
1314
|
const r = hi(t.value, i.value);
|
|
@@ -1333,10 +1333,10 @@ const Ma = /* @__PURE__ */ k("$ZodRecord", (e, t) => {
|
|
|
1333
1333
|
for (const o of h)
|
|
1334
1334
|
if (typeof o == "string" || typeof o == "number" || typeof o == "symbol") {
|
|
1335
1335
|
d.add(typeof o == "number" ? o.toString() : o);
|
|
1336
|
-
const
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
})) : (
|
|
1336
|
+
const w = t.valueType._zod.run({ value: n[o], issues: [] }, r);
|
|
1337
|
+
w instanceof Promise ? u.push(w.then((S) => {
|
|
1338
|
+
S.issues.length && i.issues.push(...it(o, S.issues)), i.value[o] = S.value;
|
|
1339
|
+
})) : (w.issues.length && i.issues.push(...it(o, w.issues)), i.value[o] = w.value);
|
|
1340
1340
|
}
|
|
1341
1341
|
let y;
|
|
1342
1342
|
for (const o in n)
|
|
@@ -1359,7 +1359,7 @@ const Ma = /* @__PURE__ */ k("$ZodRecord", (e, t) => {
|
|
|
1359
1359
|
i.issues.push({
|
|
1360
1360
|
code: "invalid_key",
|
|
1361
1361
|
origin: "record",
|
|
1362
|
-
issues: y.issues.map((
|
|
1362
|
+
issues: y.issues.map((w) => qe(w, r, Ue())),
|
|
1363
1363
|
input: d,
|
|
1364
1364
|
path: [d],
|
|
1365
1365
|
inst: e
|
|
@@ -1367,8 +1367,8 @@ const Ma = /* @__PURE__ */ k("$ZodRecord", (e, t) => {
|
|
|
1367
1367
|
continue;
|
|
1368
1368
|
}
|
|
1369
1369
|
const o = t.valueType._zod.run({ value: n[d], issues: [] }, r);
|
|
1370
|
-
o instanceof Promise ? u.push(o.then((
|
|
1371
|
-
|
|
1370
|
+
o instanceof Promise ? u.push(o.then((w) => {
|
|
1371
|
+
w.issues.length && i.issues.push(...it(d, w.issues)), i.value[y.value] = w.value;
|
|
1372
1372
|
})) : (o.issues.length && i.issues.push(...it(d, o.issues)), i.value[y.value] = o.value);
|
|
1373
1373
|
}
|
|
1374
1374
|
}
|
|
@@ -1402,7 +1402,7 @@ const Ma = /* @__PURE__ */ k("$ZodRecord", (e, t) => {
|
|
|
1402
1402
|
}), ja = /* @__PURE__ */ k("$ZodTransform", (e, t) => {
|
|
1403
1403
|
Y.init(e, t), e._zod.parse = (i, r) => {
|
|
1404
1404
|
if (r.direction === "backward")
|
|
1405
|
-
throw new
|
|
1405
|
+
throw new Tr(e.constructor.name);
|
|
1406
1406
|
const n = t.transform(i.value, i);
|
|
1407
1407
|
if (r.async)
|
|
1408
1408
|
return (n instanceof Promise ? n : Promise.resolve(n)).then((h) => (i.value = h, i));
|
|
@@ -1411,7 +1411,7 @@ const Ma = /* @__PURE__ */ k("$ZodRecord", (e, t) => {
|
|
|
1411
1411
|
return i.value = n, i;
|
|
1412
1412
|
};
|
|
1413
1413
|
});
|
|
1414
|
-
function
|
|
1414
|
+
function qi(e, t) {
|
|
1415
1415
|
return e.issues.length && t === void 0 ? { issues: [], value: void 0 } : e;
|
|
1416
1416
|
}
|
|
1417
1417
|
const $a = /* @__PURE__ */ k("$ZodOptional", (e, t) => {
|
|
@@ -1421,7 +1421,7 @@ const $a = /* @__PURE__ */ k("$ZodOptional", (e, t) => {
|
|
|
1421
1421
|
}), e._zod.parse = (i, r) => {
|
|
1422
1422
|
if (t.innerType._zod.optin === "optional") {
|
|
1423
1423
|
const n = t.innerType._zod.run(i, r);
|
|
1424
|
-
return n instanceof Promise ? n.then((u) =>
|
|
1424
|
+
return n instanceof Promise ? n.then((u) => qi(u, i.value)) : qi(n, i.value);
|
|
1425
1425
|
}
|
|
1426
1426
|
return i.value === void 0 ? i : t.innerType._zod.run(i, r);
|
|
1427
1427
|
};
|
|
@@ -1437,10 +1437,10 @@ const $a = /* @__PURE__ */ k("$ZodOptional", (e, t) => {
|
|
|
1437
1437
|
if (i.value === void 0)
|
|
1438
1438
|
return i.value = t.defaultValue, i;
|
|
1439
1439
|
const n = t.innerType._zod.run(i, r);
|
|
1440
|
-
return n instanceof Promise ? n.then((u) =>
|
|
1440
|
+
return n instanceof Promise ? n.then((u) => Hi(u, t)) : Hi(n, t);
|
|
1441
1441
|
};
|
|
1442
1442
|
});
|
|
1443
|
-
function
|
|
1443
|
+
function Hi(e, t) {
|
|
1444
1444
|
return e.value === void 0 && (e.value = t.defaultValue), e;
|
|
1445
1445
|
}
|
|
1446
1446
|
const Za = /* @__PURE__ */ k("$ZodPrefault", (e, t) => {
|
|
@@ -1451,10 +1451,10 @@ const Za = /* @__PURE__ */ k("$ZodPrefault", (e, t) => {
|
|
|
1451
1451
|
return i ? new Set([...i].filter((r) => r !== void 0)) : void 0;
|
|
1452
1452
|
}), e._zod.parse = (i, r) => {
|
|
1453
1453
|
const n = t.innerType._zod.run(i, r);
|
|
1454
|
-
return n instanceof Promise ? n.then((u) =>
|
|
1454
|
+
return n instanceof Promise ? n.then((u) => Wi(u, e)) : Wi(n, e);
|
|
1455
1455
|
};
|
|
1456
1456
|
});
|
|
1457
|
-
function
|
|
1457
|
+
function Wi(e, t) {
|
|
1458
1458
|
return !e.issues.length && e.value === void 0 && e.issues.push({
|
|
1459
1459
|
code: "invalid_type",
|
|
1460
1460
|
expected: "nonoptional",
|
|
@@ -1499,21 +1499,21 @@ const Wa = /* @__PURE__ */ k("$ZodReadonly", (e, t) => {
|
|
|
1499
1499
|
if (r.direction === "backward")
|
|
1500
1500
|
return t.innerType._zod.run(i, r);
|
|
1501
1501
|
const n = t.innerType._zod.run(i, r);
|
|
1502
|
-
return n instanceof Promise ? n.then(
|
|
1502
|
+
return n instanceof Promise ? n.then(Ki) : Ki(n);
|
|
1503
1503
|
};
|
|
1504
1504
|
});
|
|
1505
|
-
function
|
|
1505
|
+
function Ki(e) {
|
|
1506
1506
|
return e.value = Object.freeze(e.value), e;
|
|
1507
1507
|
}
|
|
1508
1508
|
const Ka = /* @__PURE__ */ k("$ZodCustom", (e, t) => {
|
|
1509
1509
|
me.init(e, t), Y.init(e, t), e._zod.parse = (i, r) => i, e._zod.check = (i) => {
|
|
1510
1510
|
const r = i.value, n = t.fn(r);
|
|
1511
1511
|
if (n instanceof Promise)
|
|
1512
|
-
return n.then((u) =>
|
|
1513
|
-
|
|
1512
|
+
return n.then((u) => Gi(u, i, r, e));
|
|
1513
|
+
Gi(n, i, r, e);
|
|
1514
1514
|
};
|
|
1515
1515
|
});
|
|
1516
|
-
function
|
|
1516
|
+
function Gi(e, t, i, r) {
|
|
1517
1517
|
if (!e) {
|
|
1518
1518
|
const n = {
|
|
1519
1519
|
code: "custom",
|
|
@@ -1528,7 +1528,7 @@ function Wi(e, t, i, r) {
|
|
|
1528
1528
|
r._zod.def.params && (n.params = r._zod.def.params), t.issues.push(bt(n));
|
|
1529
1529
|
}
|
|
1530
1530
|
}
|
|
1531
|
-
var
|
|
1531
|
+
var Xi;
|
|
1532
1532
|
class Ga {
|
|
1533
1533
|
constructor() {
|
|
1534
1534
|
this._map = /* @__PURE__ */ new WeakMap(), this._idmap = /* @__PURE__ */ new Map();
|
|
@@ -1566,7 +1566,7 @@ class Ga {
|
|
|
1566
1566
|
function Xa() {
|
|
1567
1567
|
return new Ga();
|
|
1568
1568
|
}
|
|
1569
|
-
(
|
|
1569
|
+
(Xi = globalThis).__zod_globalRegistry ?? (Xi.__zod_globalRegistry = Xa());
|
|
1570
1570
|
const Lt = globalThis.__zod_globalRegistry;
|
|
1571
1571
|
function Ja(e, t) {
|
|
1572
1572
|
return new e({
|
|
@@ -1583,7 +1583,7 @@ function Ya(e, t) {
|
|
|
1583
1583
|
...R(t)
|
|
1584
1584
|
});
|
|
1585
1585
|
}
|
|
1586
|
-
function
|
|
1586
|
+
function Ji(e, t) {
|
|
1587
1587
|
return new e({
|
|
1588
1588
|
type: "string",
|
|
1589
1589
|
format: "guid",
|
|
@@ -1803,7 +1803,7 @@ function ko(e, t) {
|
|
|
1803
1803
|
...R(t)
|
|
1804
1804
|
});
|
|
1805
1805
|
}
|
|
1806
|
-
function
|
|
1806
|
+
function wo(e, t) {
|
|
1807
1807
|
return new e({
|
|
1808
1808
|
type: "string",
|
|
1809
1809
|
format: "duration",
|
|
@@ -1811,7 +1811,7 @@ function So(e, t) {
|
|
|
1811
1811
|
...R(t)
|
|
1812
1812
|
});
|
|
1813
1813
|
}
|
|
1814
|
-
function
|
|
1814
|
+
function So(e, t) {
|
|
1815
1815
|
return new e({
|
|
1816
1816
|
type: "number",
|
|
1817
1817
|
checks: [],
|
|
@@ -1844,8 +1844,8 @@ function Ao(e, t) {
|
|
|
1844
1844
|
...R(t)
|
|
1845
1845
|
});
|
|
1846
1846
|
}
|
|
1847
|
-
function
|
|
1848
|
-
return new
|
|
1847
|
+
function Yi(e, t) {
|
|
1848
|
+
return new Mr({
|
|
1849
1849
|
check: "less_than",
|
|
1850
1850
|
...R(t),
|
|
1851
1851
|
value: e,
|
|
@@ -1853,15 +1853,15 @@ function Xi(e, t) {
|
|
|
1853
1853
|
});
|
|
1854
1854
|
}
|
|
1855
1855
|
function ii(e, t) {
|
|
1856
|
-
return new
|
|
1856
|
+
return new Mr({
|
|
1857
1857
|
check: "less_than",
|
|
1858
1858
|
...R(t),
|
|
1859
1859
|
value: e,
|
|
1860
1860
|
inclusive: !0
|
|
1861
1861
|
});
|
|
1862
1862
|
}
|
|
1863
|
-
function
|
|
1864
|
-
return new
|
|
1863
|
+
function Qi(e, t) {
|
|
1864
|
+
return new Vr({
|
|
1865
1865
|
check: "greater_than",
|
|
1866
1866
|
...R(t),
|
|
1867
1867
|
value: e,
|
|
@@ -1869,21 +1869,21 @@ function Ji(e, t) {
|
|
|
1869
1869
|
});
|
|
1870
1870
|
}
|
|
1871
1871
|
function ri(e, t) {
|
|
1872
|
-
return new
|
|
1872
|
+
return new Vr({
|
|
1873
1873
|
check: "greater_than",
|
|
1874
1874
|
...R(t),
|
|
1875
1875
|
value: e,
|
|
1876
1876
|
inclusive: !0
|
|
1877
1877
|
});
|
|
1878
1878
|
}
|
|
1879
|
-
function
|
|
1879
|
+
function er(e, t) {
|
|
1880
1880
|
return new Bn({
|
|
1881
1881
|
check: "multiple_of",
|
|
1882
1882
|
...R(t),
|
|
1883
1883
|
value: e
|
|
1884
1884
|
});
|
|
1885
1885
|
}
|
|
1886
|
-
function
|
|
1886
|
+
function Br(e, t) {
|
|
1887
1887
|
return new Un({
|
|
1888
1888
|
check: "max_length",
|
|
1889
1889
|
...R(t),
|
|
@@ -1897,7 +1897,7 @@ function Vt(e, t) {
|
|
|
1897
1897
|
minimum: e
|
|
1898
1898
|
});
|
|
1899
1899
|
}
|
|
1900
|
-
function
|
|
1900
|
+
function Zr(e, t) {
|
|
1901
1901
|
return new Hn({
|
|
1902
1902
|
check: "length_equals",
|
|
1903
1903
|
...R(t),
|
|
@@ -2029,10 +2029,10 @@ const Xo = /* @__PURE__ */ k("ZodISODuration", (e, t) => {
|
|
|
2029
2029
|
ya.init(e, t), Q.init(e, t);
|
|
2030
2030
|
});
|
|
2031
2031
|
function Jo(e) {
|
|
2032
|
-
return
|
|
2032
|
+
return wo(Xo, e);
|
|
2033
2033
|
}
|
|
2034
2034
|
const Yo = (e, t) => {
|
|
2035
|
-
|
|
2035
|
+
Ir.init(e, t), e.name = "ZodError", Object.defineProperties(e, {
|
|
2036
2036
|
format: {
|
|
2037
2037
|
value: (i) => nn(e, i)
|
|
2038
2038
|
// enumerable: false,
|
|
@@ -2067,7 +2067,7 @@ const Yo = (e, t) => {
|
|
|
2067
2067
|
...t.checks ?? [],
|
|
2068
2068
|
...i.map((r) => typeof r == "function" ? { _zod: { check: r, def: { check: "custom" }, onattach: [] } } : r)
|
|
2069
2069
|
]
|
|
2070
|
-
})), e.clone = (i, r) => We(e, i, r), e.brand = () => e, e.register = ((i, r) => (i.add(e, r), e)), e.parse = (i, r) => Qo(e, i, r, { callee: e.parse }), e.safeParse = (i, r) => tu(e, i, r), e.parseAsync = async (i, r) => eu(e, i, r, { callee: e.parseAsync }), e.safeParseAsync = async (i, r) => iu(e, i, r), e.spa = e.safeParseAsync, e.encode = (i, r) => ru(e, i, r), e.decode = (i, r) => su(e, i, r), e.encodeAsync = async (i, r) => nu(e, i, r), e.decodeAsync = async (i, r) => au(e, i, r), e.safeEncode = (i, r) => ou(e, i, r), e.safeDecode = (i, r) => uu(e, i, r), e.safeEncodeAsync = async (i, r) => cu(e, i, r), e.safeDecodeAsync = async (i, r) => hu(e, i, r), e.refine = (i, r) => e.check(ic(i, r)), e.superRefine = (i) => e.check(rc(i)), e.overwrite = (i) => e.check(ct(i)), e.optional = () =>
|
|
2070
|
+
})), e.clone = (i, r) => We(e, i, r), e.brand = () => e, e.register = ((i, r) => (i.add(e, r), e)), e.parse = (i, r) => Qo(e, i, r, { callee: e.parse }), e.safeParse = (i, r) => tu(e, i, r), e.parseAsync = async (i, r) => eu(e, i, r, { callee: e.parseAsync }), e.safeParseAsync = async (i, r) => iu(e, i, r), e.spa = e.safeParseAsync, e.encode = (i, r) => ru(e, i, r), e.decode = (i, r) => su(e, i, r), e.encodeAsync = async (i, r) => nu(e, i, r), e.decodeAsync = async (i, r) => au(e, i, r), e.safeEncode = (i, r) => ou(e, i, r), e.safeDecode = (i, r) => uu(e, i, r), e.safeEncodeAsync = async (i, r) => cu(e, i, r), e.safeDecodeAsync = async (i, r) => hu(e, i, r), e.refine = (i, r) => e.check(ic(i, r)), e.superRefine = (i) => e.check(rc(i)), e.overwrite = (i) => e.check(ct(i)), e.optional = () => sr(e), e.nullable = () => nr(e), e.nullish = () => sr(nr(e)), e.nonoptional = (i) => Gu(e, i), e.array = () => He(e), e.or = (i) => ae([e, i]), e.and = (i) => ju(e, i), e.transform = (i) => ar(e, Zu(i)), e.default = (i) => Hu(e, i), e.prefault = (i) => Ku(e, i), e.catch = (i) => Ju(e, i), e.pipe = (i) => ar(e, i), e.readonly = () => ec(e), e.describe = (i) => {
|
|
2071
2071
|
const r = e.clone();
|
|
2072
2072
|
return Lt.add(r, { description: i }), r;
|
|
2073
2073
|
}, Object.defineProperty(e, "description", {
|
|
@@ -2080,21 +2080,21 @@ const Yo = (e, t) => {
|
|
|
2080
2080
|
return Lt.get(e);
|
|
2081
2081
|
const r = e.clone();
|
|
2082
2082
|
return Lt.add(r, i[0]), r;
|
|
2083
|
-
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e)),
|
|
2084
|
-
|
|
2083
|
+
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e)), Ur = /* @__PURE__ */ k("_ZodString", (e, t) => {
|
|
2084
|
+
wi.init(e, t), ee.init(e, t);
|
|
2085
2085
|
const i = e._zod.bag;
|
|
2086
|
-
e.format = i.format ?? null, e.minLength = i.minimum ?? null, e.maxLength = i.maximum ?? null, e.regex = (...r) => e.check(Eo(...r)), e.includes = (...r) => e.check(Lo(...r)), e.startsWith = (...r) => e.check(Oo(...r)), e.endsWith = (...r) => e.check(Ro(...r)), e.min = (...r) => e.check(Vt(...r)), e.max = (...r) => e.check(
|
|
2086
|
+
e.format = i.format ?? null, e.minLength = i.minimum ?? null, e.maxLength = i.maximum ?? null, e.regex = (...r) => e.check(Eo(...r)), e.includes = (...r) => e.check(Lo(...r)), e.startsWith = (...r) => e.check(Oo(...r)), e.endsWith = (...r) => e.check(Ro(...r)), e.min = (...r) => e.check(Vt(...r)), e.max = (...r) => e.check(Br(...r)), e.length = (...r) => e.check(Zr(...r)), e.nonempty = (...r) => e.check(Vt(1, ...r)), e.lowercase = (r) => e.check(Io(r)), e.uppercase = (r) => e.check(No(r)), e.trim = () => e.check(Mo()), e.normalize = (...r) => e.check(Do(...r)), e.toLowerCase = () => e.check(Vo()), e.toUpperCase = () => e.check(zo()), e.slugify = () => e.check(jo());
|
|
2087
2087
|
}), lu = /* @__PURE__ */ k("ZodString", (e, t) => {
|
|
2088
|
-
|
|
2088
|
+
wi.init(e, t), Ur.init(e, t), e.email = (i) => e.check(Ya(pu, i)), e.url = (i) => e.check(ro(fu, i)), e.jwt = (i) => e.check(go(Au, i)), e.emoji = (i) => e.check(so(du, i)), e.guid = (i) => e.check(Ji(tr, i)), e.uuid = (i) => e.check(Qa(Ot, i)), e.uuidv4 = (i) => e.check(eo(Ot, i)), e.uuidv6 = (i) => e.check(to(Ot, i)), e.uuidv7 = (i) => e.check(io(Ot, i)), e.nanoid = (i) => e.check(no(mu, i)), e.guid = (i) => e.check(Ji(tr, i)), e.cuid = (i) => e.check(ao(yu, i)), e.cuid2 = (i) => e.check(oo(vu, i)), e.ulid = (i) => e.check(uo(xu, i)), e.base64 = (i) => e.check(yo(Tu, i)), e.base64url = (i) => e.check(vo(Pu, i)), e.xid = (i) => e.check(co(gu, i)), e.ksuid = (i) => e.check(ho(bu, i)), e.ipv4 = (i) => e.check(lo(_u, i)), e.ipv6 = (i) => e.check(po(ku, i)), e.cidrv4 = (i) => e.check(fo(wu, i)), e.cidrv6 = (i) => e.check(mo(Su, i)), e.e164 = (i) => e.check(xo(Cu, i)), e.datetime = (i) => e.check(qo(i)), e.date = (i) => e.check(Wo(i)), e.time = (i) => e.check(Go(i)), e.duration = (i) => e.check(Jo(i));
|
|
2089
2089
|
});
|
|
2090
2090
|
function O(e) {
|
|
2091
2091
|
return Ja(lu, e);
|
|
2092
2092
|
}
|
|
2093
2093
|
const Q = /* @__PURE__ */ k("ZodStringFormat", (e, t) => {
|
|
2094
|
-
K.init(e, t),
|
|
2094
|
+
K.init(e, t), Ur.init(e, t);
|
|
2095
2095
|
}), pu = /* @__PURE__ */ k("ZodEmail", (e, t) => {
|
|
2096
2096
|
sa.init(e, t), Q.init(e, t);
|
|
2097
|
-
}),
|
|
2097
|
+
}), tr = /* @__PURE__ */ k("ZodGUID", (e, t) => {
|
|
2098
2098
|
ia.init(e, t), Q.init(e, t);
|
|
2099
2099
|
}), Ot = /* @__PURE__ */ k("ZodUUID", (e, t) => {
|
|
2100
2100
|
ra.init(e, t), Q.init(e, t);
|
|
@@ -2118,30 +2118,30 @@ const Q = /* @__PURE__ */ k("ZodStringFormat", (e, t) => {
|
|
|
2118
2118
|
va.init(e, t), Q.init(e, t);
|
|
2119
2119
|
}), ku = /* @__PURE__ */ k("ZodIPv6", (e, t) => {
|
|
2120
2120
|
xa.init(e, t), Q.init(e, t);
|
|
2121
|
-
}),
|
|
2121
|
+
}), wu = /* @__PURE__ */ k("ZodCIDRv4", (e, t) => {
|
|
2122
2122
|
ga.init(e, t), Q.init(e, t);
|
|
2123
|
-
}),
|
|
2123
|
+
}), Su = /* @__PURE__ */ k("ZodCIDRv6", (e, t) => {
|
|
2124
2124
|
ba.init(e, t), Q.init(e, t);
|
|
2125
2125
|
}), Tu = /* @__PURE__ */ k("ZodBase64", (e, t) => {
|
|
2126
2126
|
_a.init(e, t), Q.init(e, t);
|
|
2127
2127
|
}), Pu = /* @__PURE__ */ k("ZodBase64URL", (e, t) => {
|
|
2128
|
-
Sa.init(e, t), Q.init(e, t);
|
|
2129
|
-
}), Cu = /* @__PURE__ */ k("ZodE164", (e, t) => {
|
|
2130
2128
|
wa.init(e, t), Q.init(e, t);
|
|
2129
|
+
}), Cu = /* @__PURE__ */ k("ZodE164", (e, t) => {
|
|
2130
|
+
Sa.init(e, t), Q.init(e, t);
|
|
2131
2131
|
}), Au = /* @__PURE__ */ k("ZodJWT", (e, t) => {
|
|
2132
2132
|
Pa.init(e, t), Q.init(e, t);
|
|
2133
|
-
}),
|
|
2134
|
-
|
|
2133
|
+
}), qr = /* @__PURE__ */ k("ZodNumber", (e, t) => {
|
|
2134
|
+
jr.init(e, t), ee.init(e, t), e.gt = (r, n) => e.check(Qi(r, n)), e.gte = (r, n) => e.check(ri(r, n)), e.min = (r, n) => e.check(ri(r, n)), e.lt = (r, n) => e.check(Yi(r, n)), e.lte = (r, n) => e.check(ii(r, n)), e.max = (r, n) => e.check(ii(r, n)), e.int = (r) => e.check(ir(r)), e.safe = (r) => e.check(ir(r)), e.positive = (r) => e.check(Qi(0, r)), e.nonnegative = (r) => e.check(ri(0, r)), e.negative = (r) => e.check(Yi(0, r)), e.nonpositive = (r) => e.check(ii(0, r)), e.multipleOf = (r, n) => e.check(er(r, n)), e.step = (r, n) => e.check(er(r, n)), e.finite = () => e;
|
|
2135
2135
|
const i = e._zod.bag;
|
|
2136
2136
|
e.minValue = Math.max(i.minimum ?? Number.NEGATIVE_INFINITY, i.exclusiveMinimum ?? Number.NEGATIVE_INFINITY) ?? null, e.maxValue = Math.min(i.maximum ?? Number.POSITIVE_INFINITY, i.exclusiveMaximum ?? Number.POSITIVE_INFINITY) ?? null, e.isInt = (i.format ?? "").includes("int") || Number.isSafeInteger(i.multipleOf ?? 0.5), e.isFinite = !0, e.format = i.format ?? null;
|
|
2137
2137
|
});
|
|
2138
2138
|
function De(e) {
|
|
2139
|
-
return
|
|
2139
|
+
return So(qr, e);
|
|
2140
2140
|
}
|
|
2141
2141
|
const Eu = /* @__PURE__ */ k("ZodNumberFormat", (e, t) => {
|
|
2142
|
-
Ca.init(e, t),
|
|
2142
|
+
Ca.init(e, t), qr.init(e, t);
|
|
2143
2143
|
});
|
|
2144
|
-
function
|
|
2144
|
+
function ir(e) {
|
|
2145
2145
|
return To(Eu, e);
|
|
2146
2146
|
}
|
|
2147
2147
|
const Iu = /* @__PURE__ */ k("ZodBoolean", (e, t) => {
|
|
@@ -2153,7 +2153,7 @@ function Nu(e) {
|
|
|
2153
2153
|
const Lu = /* @__PURE__ */ k("ZodUnknown", (e, t) => {
|
|
2154
2154
|
Ea.init(e, t), ee.init(e, t);
|
|
2155
2155
|
});
|
|
2156
|
-
function
|
|
2156
|
+
function rr() {
|
|
2157
2157
|
return Co(Lu);
|
|
2158
2158
|
}
|
|
2159
2159
|
const Ou = /* @__PURE__ */ k("ZodNever", (e, t) => {
|
|
@@ -2163,13 +2163,13 @@ function Ru(e) {
|
|
|
2163
2163
|
return Ao(Ou, e);
|
|
2164
2164
|
}
|
|
2165
2165
|
const Du = /* @__PURE__ */ k("ZodArray", (e, t) => {
|
|
2166
|
-
Na.init(e, t), ee.init(e, t), e.element = t.element, e.min = (i, r) => e.check(Vt(i, r)), e.nonempty = (i) => e.check(Vt(1, i)), e.max = (i, r) => e.check(
|
|
2166
|
+
Na.init(e, t), ee.init(e, t), e.element = t.element, e.min = (i, r) => e.check(Vt(i, r)), e.nonempty = (i) => e.check(Vt(1, i)), e.max = (i, r) => e.check(Br(i, r)), e.length = (i, r) => e.check(Zr(i, r)), e.unwrap = () => e.element;
|
|
2167
2167
|
});
|
|
2168
2168
|
function He(e, t) {
|
|
2169
2169
|
return $o(Du, e, t);
|
|
2170
2170
|
}
|
|
2171
2171
|
const Mu = /* @__PURE__ */ k("ZodObject", (e, t) => {
|
|
2172
|
-
Oa.init(e, t), ee.init(e, t), U(e, "shape", () => t.shape), e.keyof = () => Wt(Object.keys(e._zod.def.shape)), e.catchall = (i) => e.clone({ ...e._zod.def, catchall: i }), e.passthrough = () => e.clone({ ...e._zod.def, catchall:
|
|
2172
|
+
Oa.init(e, t), ee.init(e, t), U(e, "shape", () => t.shape), e.keyof = () => Wt(Object.keys(e._zod.def.shape)), e.catchall = (i) => e.clone({ ...e._zod.def, catchall: i }), e.passthrough = () => e.clone({ ...e._zod.def, catchall: rr() }), e.loose = () => e.clone({ ...e._zod.def, catchall: rr() }), e.strict = () => e.clone({ ...e._zod.def, catchall: Ru() }), e.strip = () => e.clone({ ...e._zod.def, catchall: void 0 }), e.extend = (i) => Ys(e, i), e.safeExtend = (i) => Qs(e, i), e.merge = (i) => en(e, i), e.pick = (i) => Xs(e, i), e.omit = (i) => Js(e, i), e.partial = (...i) => tn(Hr, e, i[0]), e.required = (...i) => rn(Wr, e, i[0]);
|
|
2173
2173
|
});
|
|
2174
2174
|
function Ne(e, t) {
|
|
2175
2175
|
const i = {
|
|
@@ -2268,7 +2268,7 @@ function b(e, t) {
|
|
|
2268
2268
|
const Bu = /* @__PURE__ */ k("ZodTransform", (e, t) => {
|
|
2269
2269
|
ja.init(e, t), ee.init(e, t), e._zod.parse = (i, r) => {
|
|
2270
2270
|
if (r.direction === "backward")
|
|
2271
|
-
throw new
|
|
2271
|
+
throw new Tr(e.constructor.name);
|
|
2272
2272
|
i.addIssue = (u) => {
|
|
2273
2273
|
if (typeof u == "string")
|
|
2274
2274
|
i.issues.push(bt(u, i.value, t));
|
|
@@ -2287,11 +2287,11 @@ function Zu(e) {
|
|
|
2287
2287
|
transform: e
|
|
2288
2288
|
});
|
|
2289
2289
|
}
|
|
2290
|
-
const
|
|
2290
|
+
const Hr = /* @__PURE__ */ k("ZodOptional", (e, t) => {
|
|
2291
2291
|
$a.init(e, t), ee.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
2292
2292
|
});
|
|
2293
|
-
function
|
|
2294
|
-
return new
|
|
2293
|
+
function sr(e) {
|
|
2294
|
+
return new Hr({
|
|
2295
2295
|
type: "optional",
|
|
2296
2296
|
innerType: e
|
|
2297
2297
|
});
|
|
@@ -2299,7 +2299,7 @@ function ir(e) {
|
|
|
2299
2299
|
const Uu = /* @__PURE__ */ k("ZodNullable", (e, t) => {
|
|
2300
2300
|
Fa.init(e, t), ee.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
2301
2301
|
});
|
|
2302
|
-
function
|
|
2302
|
+
function nr(e) {
|
|
2303
2303
|
return new Uu({
|
|
2304
2304
|
type: "nullable",
|
|
2305
2305
|
innerType: e
|
|
@@ -2313,7 +2313,7 @@ function Hu(e, t) {
|
|
|
2313
2313
|
type: "default",
|
|
2314
2314
|
innerType: e,
|
|
2315
2315
|
get defaultValue() {
|
|
2316
|
-
return typeof t == "function" ? t() :
|
|
2316
|
+
return typeof t == "function" ? t() : Ar(t);
|
|
2317
2317
|
}
|
|
2318
2318
|
});
|
|
2319
2319
|
}
|
|
@@ -2325,15 +2325,15 @@ function Ku(e, t) {
|
|
|
2325
2325
|
type: "prefault",
|
|
2326
2326
|
innerType: e,
|
|
2327
2327
|
get defaultValue() {
|
|
2328
|
-
return typeof t == "function" ? t() :
|
|
2328
|
+
return typeof t == "function" ? t() : Ar(t);
|
|
2329
2329
|
}
|
|
2330
2330
|
});
|
|
2331
2331
|
}
|
|
2332
|
-
const
|
|
2332
|
+
const Wr = /* @__PURE__ */ k("ZodNonOptional", (e, t) => {
|
|
2333
2333
|
Ua.init(e, t), ee.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
2334
2334
|
});
|
|
2335
2335
|
function Gu(e, t) {
|
|
2336
|
-
return new
|
|
2336
|
+
return new Wr({
|
|
2337
2337
|
type: "nonoptional",
|
|
2338
2338
|
innerType: e,
|
|
2339
2339
|
...R(t)
|
|
@@ -2352,7 +2352,7 @@ function Ju(e, t) {
|
|
|
2352
2352
|
const Yu = /* @__PURE__ */ k("ZodPipe", (e, t) => {
|
|
2353
2353
|
Ha.init(e, t), ee.init(e, t), e.in = t.in, e.out = t.out;
|
|
2354
2354
|
});
|
|
2355
|
-
function
|
|
2355
|
+
function ar(e, t) {
|
|
2356
2356
|
return new Yu({
|
|
2357
2357
|
type: "pipe",
|
|
2358
2358
|
in: e,
|
|
@@ -2454,7 +2454,7 @@ const sc = ["amber", "green", "red", "other"], nc = Wt(sc), ac = ["alpha", "beta
|
|
|
2454
2454
|
vendorAccountURL: O().nullable().optional(),
|
|
2455
2455
|
vendorDocumentationURL: O().nullable().optional(),
|
|
2456
2456
|
vendorHomeURL: O().nullable().optional()
|
|
2457
|
-
}), kc = ae([b("amber"), b("green"), b("red"), b("other")]),
|
|
2457
|
+
}), kc = ae([b("amber"), b("green"), b("red"), b("other")]), wc = ae([
|
|
2458
2458
|
b("alpha"),
|
|
2459
2459
|
b("beta"),
|
|
2460
2460
|
b("generalAvailability"),
|
|
@@ -2464,7 +2464,7 @@ const sc = ["amber", "green", "red", "other"], nc = Wt(sc), ac = ["alpha", "beta
|
|
|
2464
2464
|
b("releaseCandidate"),
|
|
2465
2465
|
b("unavailable"),
|
|
2466
2466
|
b("underReview")
|
|
2467
|
-
]),
|
|
2467
|
+
]), Sc = ae([
|
|
2468
2468
|
b("app"),
|
|
2469
2469
|
b("connector"),
|
|
2470
2470
|
b("connectorConnection"),
|
|
@@ -2488,7 +2488,7 @@ const sc = ["amber", "green", "red", "other"], nc = Wt(sc), ac = ["alpha", "beta
|
|
|
2488
2488
|
b("presenter"),
|
|
2489
2489
|
b("presenterPresentation"),
|
|
2490
2490
|
b("tool")
|
|
2491
|
-
]),
|
|
2491
|
+
]), or = De(), Tc = Ne({
|
|
2492
2492
|
id: O(),
|
|
2493
2493
|
color: kc,
|
|
2494
2494
|
label: O()
|
|
@@ -2500,21 +2500,21 @@ const sc = ["amber", "green", "red", "other"], nc = Wt(sc), ac = ["alpha", "beta
|
|
|
2500
2500
|
iconDark: O().optional(),
|
|
2501
2501
|
order: De(),
|
|
2502
2502
|
path: O()
|
|
2503
|
-
}),
|
|
2503
|
+
}), Kr = Ne({
|
|
2504
2504
|
id: O(),
|
|
2505
2505
|
label: ge(O(), O()),
|
|
2506
2506
|
description: ge(O(), O()),
|
|
2507
|
-
firstCreatedAt:
|
|
2507
|
+
firstCreatedAt: or.optional(),
|
|
2508
2508
|
icon: O().optional(),
|
|
2509
2509
|
iconDark: O().optional(),
|
|
2510
|
-
lastUpdatedAt:
|
|
2510
|
+
lastUpdatedAt: or.optional(),
|
|
2511
2511
|
status: Tc.optional(),
|
|
2512
|
-
statusId:
|
|
2513
|
-
typeId:
|
|
2514
|
-
}), Cc = ae([b("app"), b("engine"), b("connector"), b("context"), b("presenter"), b("tool")]), Ac =
|
|
2512
|
+
statusId: wc,
|
|
2513
|
+
typeId: Sc
|
|
2514
|
+
}), Cc = ae([b("app"), b("engine"), b("connector"), b("context"), b("presenter"), b("tool")]), Ac = Kr.extend({
|
|
2515
2515
|
typeId: Cc,
|
|
2516
2516
|
version: O()
|
|
2517
|
-
}), Ec =
|
|
2517
|
+
}), Ec = Kr.extend({
|
|
2518
2518
|
modelRefs: He(Pc),
|
|
2519
2519
|
order: De()
|
|
2520
2520
|
}), Ic = b("list"), Nc = Ac.extend({
|
|
@@ -2555,7 +2555,7 @@ const sc = ["amber", "green", "red", "other"], nc = Wt(sc), ac = ["alpha", "beta
|
|
|
2555
2555
|
b("presenter"),
|
|
2556
2556
|
b("presenterPresentation"),
|
|
2557
2557
|
b("tool")
|
|
2558
|
-
]),
|
|
2558
|
+
]), ur = De(), Dc = Ne({
|
|
2559
2559
|
id: O(),
|
|
2560
2560
|
color: Lc,
|
|
2561
2561
|
label: O()
|
|
@@ -2571,10 +2571,10 @@ const sc = ["amber", "green", "red", "other"], nc = Wt(sc), ac = ["alpha", "beta
|
|
|
2571
2571
|
id: O(),
|
|
2572
2572
|
label: ge(O(), O()),
|
|
2573
2573
|
description: ge(O(), O()),
|
|
2574
|
-
firstCreatedAt:
|
|
2574
|
+
firstCreatedAt: ur.optional(),
|
|
2575
2575
|
icon: O().optional(),
|
|
2576
2576
|
iconDark: O().optional(),
|
|
2577
|
-
lastUpdatedAt:
|
|
2577
|
+
lastUpdatedAt: ur.optional(),
|
|
2578
2578
|
status: Dc.optional(),
|
|
2579
2579
|
statusId: Oc,
|
|
2580
2580
|
typeId: Rc
|
|
@@ -2586,7 +2586,7 @@ const sc = ["amber", "green", "red", "other"], nc = Wt(sc), ac = ["alpha", "beta
|
|
|
2586
2586
|
operations: He($c),
|
|
2587
2587
|
typeId: b("presenter")
|
|
2588
2588
|
});
|
|
2589
|
-
var Bc = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 7, 9, 32, 4, 318, 1, 80, 3, 71, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 68, 8, 2, 0, 3, 0, 2, 3, 2, 4, 2, 0, 15, 1, 83, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 7, 19, 58, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 343, 9, 54, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, 10, 5350, 0, 7, 14, 11465, 27, 2343, 9, 87, 9, 39, 4, 60, 6, 26, 9, 535, 9, 470, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4178, 9, 519, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, 0, 62, 13, 499, 13, 245, 1, 2, 9, 726, 6, 110, 6, 6, 9, 4759, 9, 787719, 239],
|
|
2589
|
+
var Bc = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 7, 9, 32, 4, 318, 1, 80, 3, 71, 10, 50, 3, 123, 2, 54, 14, 32, 10, 3, 1, 11, 3, 46, 10, 8, 0, 46, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 3, 0, 158, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 68, 8, 2, 0, 3, 0, 2, 3, 2, 4, 2, 0, 15, 1, 83, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 7, 19, 58, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 343, 9, 54, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 10, 1, 2, 0, 49, 6, 4, 4, 14, 10, 5350, 0, 7, 14, 11465, 27, 2343, 9, 87, 9, 39, 4, 60, 6, 26, 9, 535, 9, 470, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 4178, 9, 519, 45, 3, 22, 543, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 101, 0, 161, 6, 10, 9, 357, 0, 62, 13, 499, 13, 245, 1, 2, 9, 726, 6, 110, 6, 6, 9, 4759, 9, 787719, 239], Gr = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 13, 10, 2, 14, 2, 6, 2, 1, 2, 10, 2, 14, 2, 6, 2, 1, 4, 51, 13, 310, 10, 21, 11, 7, 25, 5, 2, 41, 2, 8, 70, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 39, 27, 10, 22, 251, 41, 7, 1, 17, 2, 60, 28, 11, 0, 9, 21, 43, 17, 47, 20, 28, 22, 13, 52, 58, 1, 3, 0, 14, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 20, 1, 64, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 31, 9, 2, 0, 3, 0, 2, 37, 2, 0, 26, 0, 2, 0, 45, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 38, 6, 186, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 19, 72, 200, 32, 32, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, 16, 0, 2, 12, 2, 33, 125, 0, 80, 921, 103, 110, 18, 195, 2637, 96, 16, 1071, 18, 5, 26, 3994, 6, 582, 6842, 29, 1763, 568, 8, 30, 18, 78, 18, 29, 19, 47, 17, 3, 32, 20, 6, 18, 433, 44, 212, 63, 129, 74, 6, 0, 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 42, 9, 8936, 3, 2, 6, 2, 1, 2, 290, 16, 0, 30, 2, 3, 0, 15, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 1845, 30, 7, 5, 262, 61, 147, 44, 11, 6, 17, 0, 322, 29, 19, 43, 485, 27, 229, 29, 3, 0, 496, 6, 2, 3, 2, 1, 2, 14, 2, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42719, 33, 4153, 7, 221, 3, 5761, 15, 7472, 16, 621, 2467, 541, 1507, 4938, 6, 4191], Zc = "·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯・꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_・", Xr = "ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-Ა-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-Ꟑꟑꟓꟕ-ꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ", si = {
|
|
2590
2590
|
3: "abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",
|
|
2591
2591
|
5: "class enum extends super const export import",
|
|
2592
2592
|
6: "enum",
|
|
@@ -2596,7 +2596,7 @@ var Bc = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166,
|
|
|
2596
2596
|
5: ni,
|
|
2597
2597
|
"5module": ni + " export import",
|
|
2598
2598
|
6: ni + " const class extends export import super"
|
|
2599
|
-
}, qc = /^in(stanceof)?$/, Hc = new RegExp("[" +
|
|
2599
|
+
}, qc = /^in(stanceof)?$/, Hc = new RegExp("[" + Xr + "]"), Wc = new RegExp("[" + Xr + Zc + "]");
|
|
2600
2600
|
function pi(e, t) {
|
|
2601
2601
|
for (var i = 65536, r = 0; r < t.length; r += 2) {
|
|
2602
2602
|
if (i += t[r], i > e)
|
|
@@ -2606,11 +2606,11 @@ function pi(e, t) {
|
|
|
2606
2606
|
}
|
|
2607
2607
|
return !1;
|
|
2608
2608
|
}
|
|
2609
|
-
function
|
|
2610
|
-
return e < 65 ? e === 36 : e < 91 ? !0 : e < 97 ? e === 95 : e < 123 ? !0 : e <= 65535 ? e >= 170 && Hc.test(String.fromCharCode(e)) : t === !1 ? !1 : pi(e,
|
|
2609
|
+
function Ee(e, t) {
|
|
2610
|
+
return e < 65 ? e === 36 : e < 91 ? !0 : e < 97 ? e === 95 : e < 123 ? !0 : e <= 65535 ? e >= 170 && Hc.test(String.fromCharCode(e)) : t === !1 ? !1 : pi(e, Gr);
|
|
2611
2611
|
}
|
|
2612
2612
|
function Me(e, t) {
|
|
2613
|
-
return e < 48 ? e === 36 : e < 58 ? !0 : e < 65 ? !1 : e < 91 ? !0 : e < 97 ? e === 95 : e < 123 ? !0 : e <= 65535 ? e >= 170 && Wc.test(String.fromCharCode(e)) : t === !1 ? !1 : pi(e,
|
|
2613
|
+
return e < 48 ? e === 36 : e < 58 ? !0 : e < 65 ? !1 : e < 91 ? !0 : e < 97 ? e === 95 : e < 123 ? !0 : e <= 65535 ? e >= 170 && Wc.test(String.fromCharCode(e)) : t === !1 ? !1 : pi(e, Gr) || pi(e, Bc);
|
|
2614
2614
|
}
|
|
2615
2615
|
var z = function(t, i) {
|
|
2616
2616
|
i === void 0 && (i = {}), this.label = t, this.keyword = i.keyword, this.beforeExpr = !!i.beforeExpr, this.startsExpr = !!i.startsExpr, this.isLoop = !!i.isLoop, this.isAssign = !!i.isAssign, this.prefix = !!i.prefix, this.postfix = !!i.postfix, this.binop = i.binop || null, this.updateContext = null;
|
|
@@ -2715,11 +2715,11 @@ var l = {
|
|
|
2715
2715
|
_typeof: F("typeof", { beforeExpr: !0, prefix: !0, startsExpr: !0 }),
|
|
2716
2716
|
_void: F("void", { beforeExpr: !0, prefix: !0, startsExpr: !0 }),
|
|
2717
2717
|
_delete: F("delete", { beforeExpr: !0, prefix: !0, startsExpr: !0 })
|
|
2718
|
-
}, ce = /\r\n?|\n|\u2028|\u2029/,
|
|
2718
|
+
}, ce = /\r\n?|\n|\u2028|\u2029/, Jr = new RegExp(ce.source, "g");
|
|
2719
2719
|
function Ye(e) {
|
|
2720
2720
|
return e === 10 || e === 13 || e === 8232 || e === 8233;
|
|
2721
2721
|
}
|
|
2722
|
-
function
|
|
2722
|
+
function Yr(e, t, i) {
|
|
2723
2723
|
i === void 0 && (i = e.length);
|
|
2724
2724
|
for (var r = t; r < i; r++) {
|
|
2725
2725
|
var n = e.charCodeAt(r);
|
|
@@ -2728,13 +2728,13 @@ function Xr(e, t, i) {
|
|
|
2728
2728
|
}
|
|
2729
2729
|
return -1;
|
|
2730
2730
|
}
|
|
2731
|
-
var
|
|
2731
|
+
var Si = /[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/, ne = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g, Qr = Object.prototype, Kc = Qr.hasOwnProperty, Gc = Qr.toString, ht = Object.hasOwn || (function(e, t) {
|
|
2732
2732
|
return Kc.call(e, t);
|
|
2733
|
-
}),
|
|
2733
|
+
}), cr = Array.isArray || (function(e) {
|
|
2734
2734
|
return Gc.call(e) === "[object Array]";
|
|
2735
|
-
}),
|
|
2735
|
+
}), hr = /* @__PURE__ */ Object.create(null);
|
|
2736
2736
|
function Ze(e) {
|
|
2737
|
-
return
|
|
2737
|
+
return hr[e] || (hr[e] = new RegExp("^(?:" + e.replace(/ /g, "|") + ")$"));
|
|
2738
2738
|
}
|
|
2739
2739
|
function Ve(e) {
|
|
2740
2740
|
return e <= 65535 ? String.fromCharCode(e) : (e -= 65536, String.fromCharCode((e >> 10) + 55296, (e & 1023) + 56320));
|
|
@@ -2750,7 +2750,7 @@ var kt = function(t, i, r) {
|
|
|
2750
2750
|
};
|
|
2751
2751
|
function Ti(e, t) {
|
|
2752
2752
|
for (var i = 1, r = 0; ; ) {
|
|
2753
|
-
var n =
|
|
2753
|
+
var n = Yr(e, r, t);
|
|
2754
2754
|
if (n < 0)
|
|
2755
2755
|
return new ot(i, t - r);
|
|
2756
2756
|
++i, r = n;
|
|
@@ -2852,19 +2852,19 @@ var zt = {
|
|
|
2852
2852
|
// When enabled, parenthesized expressions are represented by
|
|
2853
2853
|
// (non-standard) ParenthesizedExpression nodes
|
|
2854
2854
|
preserveParens: !1
|
|
2855
|
-
},
|
|
2855
|
+
}, lr = !1;
|
|
2856
2856
|
function Jc(e) {
|
|
2857
2857
|
var t = {};
|
|
2858
2858
|
for (var i in zt)
|
|
2859
2859
|
t[i] = e && ht(e, i) ? e[i] : zt[i];
|
|
2860
|
-
if (t.ecmaVersion === "latest" ? t.ecmaVersion = 1e8 : t.ecmaVersion == null ? (!
|
|
2861
|
-
Defaulting to 2020, but this will stop working in the future.`)), t.ecmaVersion = 11) : t.ecmaVersion >= 2015 && (t.ecmaVersion -= 2009), t.allowReserved == null && (t.allowReserved = t.ecmaVersion < 5), (!e || e.allowHashBang == null) && (t.allowHashBang = t.ecmaVersion >= 14),
|
|
2860
|
+
if (t.ecmaVersion === "latest" ? t.ecmaVersion = 1e8 : t.ecmaVersion == null ? (!lr && typeof console == "object" && console.warn && (lr = !0, console.warn(`Since Acorn 8.0.0, options.ecmaVersion is required.
|
|
2861
|
+
Defaulting to 2020, but this will stop working in the future.`)), t.ecmaVersion = 11) : t.ecmaVersion >= 2015 && (t.ecmaVersion -= 2009), t.allowReserved == null && (t.allowReserved = t.ecmaVersion < 5), (!e || e.allowHashBang == null) && (t.allowHashBang = t.ecmaVersion >= 14), cr(t.onToken)) {
|
|
2862
2862
|
var r = t.onToken;
|
|
2863
2863
|
t.onToken = function(n) {
|
|
2864
2864
|
return r.push(n);
|
|
2865
2865
|
};
|
|
2866
2866
|
}
|
|
2867
|
-
return
|
|
2867
|
+
return cr(t.onComment) && (t.onComment = Yc(t, t.onComment)), t;
|
|
2868
2868
|
}
|
|
2869
2869
|
function Yc(e, t) {
|
|
2870
2870
|
return function(i, r, n, u, h, d) {
|
|
@@ -2877,11 +2877,11 @@ function Yc(e, t) {
|
|
|
2877
2877
|
e.locations && (y.loc = new kt(this, h, d)), e.ranges && (y.range = [n, u]), t.push(y);
|
|
2878
2878
|
};
|
|
2879
2879
|
}
|
|
2880
|
-
var _t = 1, lt = 2, Pi = 4,
|
|
2880
|
+
var _t = 1, lt = 2, Pi = 4, es = 8, Ci = 16, ts = 32, Kt = 64, is = 128, Qe = 256, wt = 512, Gt = _t | lt | Qe;
|
|
2881
2881
|
function Ai(e, t) {
|
|
2882
|
-
return lt | (e ? Pi : 0) | (t ?
|
|
2882
|
+
return lt | (e ? Pi : 0) | (t ? es : 0);
|
|
2883
2883
|
}
|
|
2884
|
-
var jt = 0, Ei = 1, je = 2,
|
|
2884
|
+
var jt = 0, Ei = 1, je = 2, rs = 3, ss = 4, ns = 5, J = function(t, i, r) {
|
|
2885
2885
|
this.options = t = Jc(t), this.sourceFile = t.sourceFile, this.keywords = Ze(Uc[t.ecmaVersion >= 6 ? 6 : t.sourceType === "module" ? "5module" : 5]);
|
|
2886
2886
|
var n = "";
|
|
2887
2887
|
t.allowReserved !== !0 && (n = si[t.ecmaVersion >= 6 ? 6 : t.ecmaVersion === 5 ? 5 : 3], t.sourceType === "module" && (n += " await")), this.reservedWords = Ze(n);
|
|
@@ -2897,7 +2897,7 @@ Le.inFunction.get = function() {
|
|
|
2897
2897
|
return (this.currentVarScope().flags & lt) > 0;
|
|
2898
2898
|
};
|
|
2899
2899
|
Le.inGenerator.get = function() {
|
|
2900
|
-
return (this.currentVarScope().flags &
|
|
2900
|
+
return (this.currentVarScope().flags & es) > 0;
|
|
2901
2901
|
};
|
|
2902
2902
|
Le.inAsync.get = function() {
|
|
2903
2903
|
return (this.currentVarScope().flags & Pi) > 0;
|
|
@@ -2905,7 +2905,7 @@ Le.inAsync.get = function() {
|
|
|
2905
2905
|
Le.canAwait.get = function() {
|
|
2906
2906
|
for (var e = this.scopeStack.length - 1; e >= 0; e--) {
|
|
2907
2907
|
var t = this.scopeStack[e], i = t.flags;
|
|
2908
|
-
if (i & (Qe |
|
|
2908
|
+
if (i & (Qe | wt))
|
|
2909
2909
|
return !1;
|
|
2910
2910
|
if (i & lt)
|
|
2911
2911
|
return (i & Pi) > 0;
|
|
@@ -2917,7 +2917,7 @@ Le.allowSuper.get = function() {
|
|
|
2917
2917
|
return (t & Kt) > 0 || this.options.allowSuperOutsideMethod;
|
|
2918
2918
|
};
|
|
2919
2919
|
Le.allowDirectSuper.get = function() {
|
|
2920
|
-
return (this.currentThisScope().flags &
|
|
2920
|
+
return (this.currentThisScope().flags & is) > 0;
|
|
2921
2921
|
};
|
|
2922
2922
|
Le.treatFunctionsAsVar.get = function() {
|
|
2923
2923
|
return this.treatFunctionsAsVarInScope(this.currentScope());
|
|
@@ -2925,7 +2925,7 @@ Le.treatFunctionsAsVar.get = function() {
|
|
|
2925
2925
|
Le.allowNewDotTarget.get = function() {
|
|
2926
2926
|
for (var e = this.scopeStack.length - 1; e >= 0; e--) {
|
|
2927
2927
|
var t = this.scopeStack[e], i = t.flags;
|
|
2928
|
-
if (i & (Qe |
|
|
2928
|
+
if (i & (Qe | wt) || i & lt && !(i & Ci))
|
|
2929
2929
|
return !0;
|
|
2930
2930
|
}
|
|
2931
2931
|
return !1;
|
|
@@ -3049,7 +3049,7 @@ I.isLet = function(e) {
|
|
|
3049
3049
|
return !1;
|
|
3050
3050
|
if (r === 123 || r > 55295 && r < 56320)
|
|
3051
3051
|
return !0;
|
|
3052
|
-
if (
|
|
3052
|
+
if (Ee(r, !0)) {
|
|
3053
3053
|
for (var n = i + 1; Me(r = this.input.charCodeAt(n), !0); )
|
|
3054
3054
|
++n;
|
|
3055
3055
|
if (r === 92 || r > 55295 && r < 56320)
|
|
@@ -3089,7 +3089,7 @@ I.isUsingKeyword = function(e, t) {
|
|
|
3089
3089
|
return !1;
|
|
3090
3090
|
}
|
|
3091
3091
|
var o = this.input.charCodeAt(r);
|
|
3092
|
-
return
|
|
3092
|
+
return Ee(o, !0) || o === 92;
|
|
3093
3093
|
};
|
|
3094
3094
|
I.isAwaitUsing = function(e) {
|
|
3095
3095
|
return this.isUsingKeyword(!0, e);
|
|
@@ -3154,8 +3154,8 @@ I.parseStatement = function(e, t, i) {
|
|
|
3154
3154
|
var o = this.isAwaitUsing(!1) ? "await using" : this.isUsing(!1) ? "using" : null;
|
|
3155
3155
|
if (o)
|
|
3156
3156
|
return t && this.options.sourceType === "script" && this.raise(this.start, "Using declaration cannot appear in the top level when source type is `script`"), o === "await using" && (this.canAwait || this.raise(this.start, "Await using cannot appear outside of async function"), this.next()), this.next(), this.parseVar(n, !1, o), this.semicolon(), this.finishNode(n, "VariableDeclaration");
|
|
3157
|
-
var
|
|
3158
|
-
return r === l.name &&
|
|
3157
|
+
var w = this.value, S = this.parseExpression();
|
|
3158
|
+
return r === l.name && S.type === "Identifier" && this.eat(l.colon) ? this.parseLabeledStatement(n, w, S, e) : this.parseExpressionStatement(n, S);
|
|
3159
3159
|
}
|
|
3160
3160
|
};
|
|
3161
3161
|
I.parseBreakContinueStatement = function(e, t) {
|
|
@@ -3189,8 +3189,8 @@ I.parseForStatement = function(e) {
|
|
|
3189
3189
|
var y = this.startNode();
|
|
3190
3190
|
return this.next(), d === "await using" && this.next(), this.parseVar(y, !0, d), this.finishNode(y, "VariableDeclaration"), this.parseForAfterInit(e, y, t);
|
|
3191
3191
|
}
|
|
3192
|
-
var o = this.containsEsc,
|
|
3193
|
-
return this.type === l._in || (h = this.options.ecmaVersion >= 6 && this.isContextual("of")) ? (t > -1 ? (this.type === l._in && this.unexpected(t), e.await = !0) : h && this.options.ecmaVersion >= 8 && (C.start ===
|
|
3192
|
+
var o = this.containsEsc, w = new Xt(), S = this.start, C = t > -1 ? this.parseExprSubscripts(w, "await") : this.parseExpression(!0, w);
|
|
3193
|
+
return this.type === l._in || (h = this.options.ecmaVersion >= 6 && this.isContextual("of")) ? (t > -1 ? (this.type === l._in && this.unexpected(t), e.await = !0) : h && this.options.ecmaVersion >= 8 && (C.start === S && !o && C.type === "Identifier" && C.name === "async" ? this.unexpected() : this.options.ecmaVersion >= 9 && (e.await = !1)), u && h && this.raise(C.start, "The left-hand side of a for-of loop may not start with 'let'."), this.toAssignable(C, !1, w), this.checkLValPattern(C), this.parseForIn(e, C)) : (this.checkExpressionErrors(w, !0), t > -1 && this.unexpected(t), this.parseFor(e, C));
|
|
3194
3194
|
};
|
|
3195
3195
|
I.parseForAfterInit = function(e, t, i) {
|
|
3196
3196
|
return (this.type === l._in || this.options.ecmaVersion >= 6 && this.isContextual("of")) && t.declarations.length === 1 ? (this.options.ecmaVersion >= 9 && (this.type === l._in ? i > -1 && this.unexpected(i) : e.await = i > -1), this.parseForIn(e, t)) : (i > -1 && this.unexpected(i), this.parseFor(e, t));
|
|
@@ -3220,7 +3220,7 @@ I.parseThrowStatement = function(e) {
|
|
|
3220
3220
|
var th = [];
|
|
3221
3221
|
I.parseCatchClauseParam = function() {
|
|
3222
3222
|
var e = this.parseBindingAtom(), t = e.type === "Identifier";
|
|
3223
|
-
return this.enterScope(t ?
|
|
3223
|
+
return this.enterScope(t ? ts : 0), this.checkLValPattern(e, t ? ss : je), this.expect(l.parenR), e;
|
|
3224
3224
|
};
|
|
3225
3225
|
I.parseTryStatement = function(e) {
|
|
3226
3226
|
if (this.next(), e.block = this.parseBlock(), e.handler = null, this.type === l._catch) {
|
|
@@ -3286,9 +3286,9 @@ I.parseVar = function(e, t, i, r) {
|
|
|
3286
3286
|
I.parseVarId = function(e, t) {
|
|
3287
3287
|
e.id = t === "using" || t === "await using" ? this.parseIdent() : this.parseBindingAtom(), this.checkLValPattern(e.id, t === "var" ? Ei : je, !1);
|
|
3288
3288
|
};
|
|
3289
|
-
var xt = 1, fi = 2,
|
|
3289
|
+
var xt = 1, fi = 2, as = 4;
|
|
3290
3290
|
I.parseFunction = function(e, t, i, r, n) {
|
|
3291
|
-
this.initFunction(e), (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !r) && (this.type === l.star && t & fi && this.unexpected(), e.generator = this.eat(l.star)), this.options.ecmaVersion >= 8 && (e.async = !!r), t & xt && (e.id = t &
|
|
3291
|
+
this.initFunction(e), (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !r) && (this.type === l.star && t & fi && this.unexpected(), e.generator = this.eat(l.star)), this.options.ecmaVersion >= 8 && (e.async = !!r), t & xt && (e.id = t & as && this.type !== l.name ? null : this.parseIdent(), e.id && !(t & fi) && this.checkLValSimple(e.id, this.strict || e.generator || e.async ? this.treatFunctionsAsVar ? Ei : je : rs));
|
|
3292
3292
|
var u = this.yieldPos, h = this.awaitPos, d = this.awaitIdentPos;
|
|
3293
3293
|
return this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0, this.enterScope(Ai(e.async, e.generator)), t & xt || (e.id = this.type === l.name ? this.parseIdent() : null), this.parseFunctionParams(e), this.parseFunctionBody(e, i, !1, n), this.yieldPos = u, this.awaitPos = h, this.awaitIdentPos = d, this.finishNode(e, t & xt ? "FunctionDeclaration" : "FunctionExpression");
|
|
3294
3294
|
};
|
|
@@ -3320,8 +3320,8 @@ I.parseClassElement = function(e) {
|
|
|
3320
3320
|
(this.eatContextual("get") || this.eatContextual("set")) && (this.isClassElementNameStart() ? h = y : r = y);
|
|
3321
3321
|
}
|
|
3322
3322
|
if (r ? (i.computed = !1, i.key = this.startNodeAt(this.lastTokStart, this.lastTokStartLoc), i.key.name = r, this.finishNode(i.key, "Identifier")) : this.parseClassElementName(i), t < 13 || this.type === l.parenL || h !== "method" || n || u) {
|
|
3323
|
-
var o = !i.static && $t(i, "constructor"),
|
|
3324
|
-
o && h !== "method" && this.raise(i.key.start, "Constructor can't have get/set modifier"), i.kind = o ? "constructor" : h, this.parseClassMethod(i, n, u,
|
|
3323
|
+
var o = !i.static && $t(i, "constructor"), w = o && e;
|
|
3324
|
+
o && h !== "method" && this.raise(i.key.start, "Constructor can't have get/set modifier"), i.kind = o ? "constructor" : h, this.parseClassMethod(i, n, u, w);
|
|
3325
3325
|
} else
|
|
3326
3326
|
this.parseClassField(i);
|
|
3327
3327
|
return i;
|
|
@@ -3339,7 +3339,7 @@ I.parseClassMethod = function(e, t, i, r) {
|
|
|
3339
3339
|
return e.kind === "get" && u.params.length !== 0 && this.raiseRecoverable(u.start, "getter should have no params"), e.kind === "set" && u.params.length !== 1 && this.raiseRecoverable(u.start, "setter should have exactly one param"), e.kind === "set" && u.params[0].type === "RestElement" && this.raiseRecoverable(u.params[0].start, "Setter cannot use rest params"), this.finishNode(e, "MethodDefinition");
|
|
3340
3340
|
};
|
|
3341
3341
|
I.parseClassField = function(e) {
|
|
3342
|
-
return $t(e, "constructor") ? this.raise(e.key.start, "Classes can't have a field named 'constructor'") : e.static && $t(e, "prototype") && this.raise(e.key.start, "Classes can't have a static field named 'prototype'"), this.eat(l.eq) ? (this.enterScope(
|
|
3342
|
+
return $t(e, "constructor") ? this.raise(e.key.start, "Classes can't have a field named 'constructor'") : e.static && $t(e, "prototype") && this.raise(e.key.start, "Classes can't have a static field named 'prototype'"), this.eat(l.eq) ? (this.enterScope(wt | Kt), e.value = this.parseMaybeAssign(), this.exitScope()) : e.value = null, this.semicolon(), this.finishNode(e, "PropertyDefinition");
|
|
3343
3343
|
};
|
|
3344
3344
|
I.parseClassStaticBlock = function(e) {
|
|
3345
3345
|
e.body = [];
|
|
@@ -3407,7 +3407,7 @@ I.parseExportDefaultDeclaration = function() {
|
|
|
3407
3407
|
var e;
|
|
3408
3408
|
if (this.type === l._function || (e = this.isAsyncFunction())) {
|
|
3409
3409
|
var t = this.startNode();
|
|
3410
|
-
return this.next(), e && this.next(), this.parseFunction(t, xt |
|
|
3410
|
+
return this.next(), e && this.next(), this.parseFunction(t, xt | as, !1, e);
|
|
3411
3411
|
} else if (this.type === l._class) {
|
|
3412
3412
|
var i = this.startNode();
|
|
3413
3413
|
return this.parseClass(i, "nullableID");
|
|
@@ -3638,7 +3638,7 @@ Pe.checkLValSimple = function(e, t, i) {
|
|
|
3638
3638
|
var r = t !== jt;
|
|
3639
3639
|
switch (e.type) {
|
|
3640
3640
|
case "Identifier":
|
|
3641
|
-
this.strict && this.reservedWordsStrictBind.test(e.name) && this.raiseRecoverable(e.start, (r ? "Binding " : "Assigning to ") + e.name + " in strict mode"), r && (t === je && e.name === "let" && this.raiseRecoverable(e.start, "let is disallowed as a lexically bound name"), i && (ht(i, e.name) && this.raiseRecoverable(e.start, "Argument name clash"), i[e.name] = !0), t !==
|
|
3641
|
+
this.strict && this.reservedWordsStrictBind.test(e.name) && this.raiseRecoverable(e.start, (r ? "Binding " : "Assigning to ") + e.name + " in strict mode"), r && (t === je && e.name === "let" && this.raiseRecoverable(e.start, "let is disallowed as a lexically bound name"), i && (ht(i, e.name) && this.raiseRecoverable(e.start, "Argument name clash"), i[e.name] = !0), t !== ns && this.declareName(e.name, t, e.start));
|
|
3642
3642
|
break;
|
|
3643
3643
|
case "ChainExpression":
|
|
3644
3644
|
this.raiseRecoverable(e.start, "Optional chaining cannot appear in left-hand side");
|
|
@@ -3821,8 +3821,8 @@ M.parseMaybeAssign = function(e, t, i) {
|
|
|
3821
3821
|
(this.type === l.parenL || this.type === l.name) && (this.potentialArrowAt = this.start, this.potentialArrowInForAwait = e === "await");
|
|
3822
3822
|
var o = this.parseMaybeConditional(e, t);
|
|
3823
3823
|
if (i && (o = i.call(this, o, d, y)), this.type.isAssign) {
|
|
3824
|
-
var
|
|
3825
|
-
return
|
|
3824
|
+
var w = this.startNodeAt(d, y);
|
|
3825
|
+
return w.operator = this.value, this.type === l.eq && (o = this.toAssignable(o, !1, t)), r || (t.parenthesizedAssign = t.trailingComma = t.doubleProto = -1), t.shorthandAssign >= o.start && (t.shorthandAssign = -1), this.type === l.eq ? this.checkLValPattern(o) : this.checkLValSimple(o), w.left = o, this.next(), w.right = this.parseMaybeAssign(e), h > -1 && (t.doubleProto = h), this.finishNode(w, "AssignmentExpression");
|
|
3826
3826
|
} else
|
|
3827
3827
|
r && this.checkExpressionErrors(t, !0);
|
|
3828
3828
|
return n > -1 && (t.parenthesizedAssign = n), u > -1 && (t.trailingComma = u), o;
|
|
@@ -3848,7 +3848,7 @@ M.parseExprOp = function(e, t, i, r, n) {
|
|
|
3848
3848
|
d && (u = l.logicalAND.binop);
|
|
3849
3849
|
var y = this.value;
|
|
3850
3850
|
this.next();
|
|
3851
|
-
var o = this.start,
|
|
3851
|
+
var o = this.start, w = this.startLoc, S = this.parseExprOp(this.parseMaybeUnary(null, !1, !1, n), o, w, u, n), C = this.buildBinary(t, i, e, S, y, h || d);
|
|
3852
3852
|
return (h && this.type === l.coalesce || d && (this.type === l.logicalOR || this.type === l.logicalAND)) && this.raiseRecoverable(this.start, "Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"), this.parseExprOp(C, t, i, r, n);
|
|
3853
3853
|
}
|
|
3854
3854
|
return e;
|
|
@@ -3864,7 +3864,7 @@ M.parseMaybeUnary = function(e, t, i, r) {
|
|
|
3864
3864
|
h = this.parseAwait(r), t = !0;
|
|
3865
3865
|
else if (this.type.prefix) {
|
|
3866
3866
|
var d = this.startNode(), y = this.type === l.incDec;
|
|
3867
|
-
d.operator = this.value, d.prefix = !0, this.next(), d.argument = this.parseMaybeUnary(null, !0, y, r), this.checkExpressionErrors(e, !0), y ? this.checkLValSimple(d.argument) : this.strict && d.operator === "delete" &&
|
|
3867
|
+
d.operator = this.value, d.prefix = !0, this.next(), d.argument = this.parseMaybeUnary(null, !0, y, r), this.checkExpressionErrors(e, !0), y ? this.checkLValSimple(d.argument) : this.strict && d.operator === "delete" && os(d.argument) ? this.raiseRecoverable(d.start, "Deleting local variable in strict mode") : d.operator === "delete" && di(d.argument) ? this.raiseRecoverable(d.start, "Private fields can not be deleted") : t = !0, h = this.finishNode(d, y ? "UpdateExpression" : "UnaryExpression");
|
|
3868
3868
|
} else if (!t && this.type === l.privateId)
|
|
3869
3869
|
(r || this.privateNameStack.length === 0) && this.options.checkPrivateFields && this.unexpected(), h = this.parsePrivateIdent(), this.type !== l._in && this.unexpected();
|
|
3870
3870
|
else {
|
|
@@ -3883,8 +3883,8 @@ M.parseMaybeUnary = function(e, t, i, r) {
|
|
|
3883
3883
|
else
|
|
3884
3884
|
return h;
|
|
3885
3885
|
};
|
|
3886
|
-
function
|
|
3887
|
-
return e.type === "Identifier" || e.type === "ParenthesizedExpression" &&
|
|
3886
|
+
function os(e) {
|
|
3887
|
+
return e.type === "Identifier" || e.type === "ParenthesizedExpression" && os(e.expression);
|
|
3888
3888
|
}
|
|
3889
3889
|
function di(e) {
|
|
3890
3890
|
return e.type === "MemberExpression" && e.property.type === "PrivateIdentifier" || e.type === "ChainExpression" && di(e.expression) || e.type === "ParenthesizedExpression" && di(e.expression);
|
|
@@ -3920,15 +3920,15 @@ M.parseSubscript = function(e, t, i, r, n, u, h) {
|
|
|
3920
3920
|
r && y && this.raise(this.lastTokStart, "Optional chaining cannot appear in the callee of new expressions");
|
|
3921
3921
|
var o = this.eat(l.bracketL);
|
|
3922
3922
|
if (o || y && this.type !== l.parenL && this.type !== l.backQuote || this.eat(l.dot)) {
|
|
3923
|
-
var
|
|
3924
|
-
|
|
3923
|
+
var w = this.startNodeAt(t, i);
|
|
3924
|
+
w.object = e, o ? (w.property = this.parseExpression(), this.expect(l.bracketR)) : this.type === l.privateId && e.type !== "Super" ? w.property = this.parsePrivateIdent() : w.property = this.parseIdent(this.options.allowReserved !== "never"), w.computed = !!o, d && (w.optional = y), e = this.finishNode(w, "MemberExpression");
|
|
3925
3925
|
} else if (!r && this.eat(l.parenL)) {
|
|
3926
|
-
var
|
|
3926
|
+
var S = new Xt(), C = this.yieldPos, j = this.awaitPos, Z = this.awaitIdentPos;
|
|
3927
3927
|
this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0;
|
|
3928
|
-
var le = this.parseExprList(l.parenR, this.options.ecmaVersion >= 8, !1,
|
|
3928
|
+
var le = this.parseExprList(l.parenR, this.options.ecmaVersion >= 8, !1, S);
|
|
3929
3929
|
if (n && !y && this.shouldParseAsyncArrow())
|
|
3930
|
-
return this.checkPatternErrors(
|
|
3931
|
-
this.checkExpressionErrors(
|
|
3930
|
+
return this.checkPatternErrors(S, !1), this.checkYieldAwaitInDefaultParams(), this.awaitIdentPos > 0 && this.raise(this.awaitIdentPos, "Cannot use 'await' as identifier inside an async function"), this.yieldPos = C, this.awaitPos = j, this.awaitIdentPos = Z, this.parseSubscriptAsyncArrow(t, i, le, h);
|
|
3931
|
+
this.checkExpressionErrors(S, !0), this.yieldPos = C || this.yieldPos, this.awaitPos = j || this.awaitPos, this.awaitIdentPos = Z || this.awaitIdentPos;
|
|
3932
3932
|
var D = this.startNodeAt(t, i);
|
|
3933
3933
|
D.callee = e, D.arguments = le, d && (D.optional = y), e = this.finishNode(D, "CallExpression");
|
|
3934
3934
|
} else if (this.type === l.backQuote) {
|
|
@@ -3968,8 +3968,8 @@ M.parseExprAtom = function(e, t, i) {
|
|
|
3968
3968
|
case l._false:
|
|
3969
3969
|
return r = this.startNode(), r.value = this.type === l._null ? null : this.type === l._true, r.raw = this.type.keyword, this.next(), this.finishNode(r, "Literal");
|
|
3970
3970
|
case l.parenL:
|
|
3971
|
-
var
|
|
3972
|
-
return e && (e.parenthesizedAssign < 0 && !this.isSimpleAssignTarget(
|
|
3971
|
+
var w = this.start, S = this.parseParenAndDistinguishExpression(n, t);
|
|
3972
|
+
return e && (e.parenthesizedAssign < 0 && !this.isSimpleAssignTarget(S) && (e.parenthesizedAssign = w), e.parenthesizedBind < 0 && (e.parenthesizedBind = w)), S;
|
|
3973
3973
|
case l.bracketL:
|
|
3974
3974
|
return r = this.startNode(), this.next(), r.elements = this.parseExprList(l.bracketR, !0, !0, e), this.finishNode(r, "ArrayExpression");
|
|
3975
3975
|
case l.braceL:
|
|
@@ -4031,10 +4031,10 @@ M.parseParenAndDistinguishExpression = function(e, t) {
|
|
|
4031
4031
|
var i = this.start, r = this.startLoc, n, u = this.options.ecmaVersion >= 8;
|
|
4032
4032
|
if (this.options.ecmaVersion >= 6) {
|
|
4033
4033
|
this.next();
|
|
4034
|
-
var h = this.start, d = this.startLoc, y = [], o = !0,
|
|
4034
|
+
var h = this.start, d = this.startLoc, y = [], o = !0, w = !1, S = new Xt(), C = this.yieldPos, j = this.awaitPos, Z;
|
|
4035
4035
|
for (this.yieldPos = 0, this.awaitPos = 0; this.type !== l.parenR; )
|
|
4036
4036
|
if (o ? o = !1 : this.expect(l.comma), u && this.afterTrailingComma(l.parenR, !0)) {
|
|
4037
|
-
|
|
4037
|
+
w = !0;
|
|
4038
4038
|
break;
|
|
4039
4039
|
} else if (this.type === l.ellipsis) {
|
|
4040
4040
|
Z = this.start, y.push(this.parseParenItem(this.parseRestBinding())), this.type === l.comma && this.raiseRecoverable(
|
|
@@ -4043,11 +4043,11 @@ M.parseParenAndDistinguishExpression = function(e, t) {
|
|
|
4043
4043
|
);
|
|
4044
4044
|
break;
|
|
4045
4045
|
} else
|
|
4046
|
-
y.push(this.parseMaybeAssign(!1,
|
|
4046
|
+
y.push(this.parseMaybeAssign(!1, S, this.parseParenItem));
|
|
4047
4047
|
var le = this.lastTokEnd, D = this.lastTokEndLoc;
|
|
4048
4048
|
if (this.expect(l.parenR), e && this.shouldParseArrow(y) && this.eat(l.arrow))
|
|
4049
|
-
return this.checkPatternErrors(
|
|
4050
|
-
(!y.length ||
|
|
4049
|
+
return this.checkPatternErrors(S, !1), this.checkYieldAwaitInDefaultParams(), this.yieldPos = C, this.awaitPos = j, this.parseParenArrowList(i, r, y, t);
|
|
4050
|
+
(!y.length || w) && this.unexpected(this.lastTokStart), Z && this.unexpected(Z), this.checkExpressionErrors(S, !0), this.yieldPos = C || this.yieldPos, this.awaitPos = j || this.awaitPos, y.length > 1 ? (n = this.startNodeAt(h, d), n.expressions = y, this.finishNodeAt(n, "SequenceExpression", le, D)) : n = y[0];
|
|
4051
4051
|
} else
|
|
4052
4052
|
n = this.parseParenExpression();
|
|
4053
4053
|
if (this.options.preserveParens) {
|
|
@@ -4147,7 +4147,7 @@ M.initFunction = function(e) {
|
|
|
4147
4147
|
};
|
|
4148
4148
|
M.parseMethod = function(e, t, i) {
|
|
4149
4149
|
var r = this.startNode(), n = this.yieldPos, u = this.awaitPos, h = this.awaitIdentPos;
|
|
4150
|
-
return this.initFunction(r), this.options.ecmaVersion >= 6 && (r.generator = e), this.options.ecmaVersion >= 8 && (r.async = !!t), this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0, this.enterScope(Ai(t, r.generator) | Kt | (i ?
|
|
4150
|
+
return this.initFunction(r), this.options.ecmaVersion >= 6 && (r.generator = e), this.options.ecmaVersion >= 8 && (r.async = !!t), this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0, this.enterScope(Ai(t, r.generator) | Kt | (i ? is : 0)), this.expect(l.parenL), r.params = this.parseBindingList(l.parenR, !1, this.options.ecmaVersion >= 8), this.checkYieldAwaitInDefaultParams(), this.parseFunctionBody(r, !1, !0, !1), this.yieldPos = n, this.awaitPos = u, this.awaitIdentPos = h, this.finishNode(r, "FunctionExpression");
|
|
4151
4151
|
};
|
|
4152
4152
|
M.parseArrowExpression = function(e, t, i, r) {
|
|
4153
4153
|
var n = this.yieldPos, u = this.awaitPos, h = this.awaitIdentPos;
|
|
@@ -4161,7 +4161,7 @@ M.parseFunctionBody = function(e, t, i, r) {
|
|
|
4161
4161
|
var d = this.options.ecmaVersion >= 7 && !this.isSimpleParamList(e.params);
|
|
4162
4162
|
(!u || d) && (h = this.strictDirective(this.end), h && d && this.raiseRecoverable(e.start, "Illegal 'use strict' directive in function with non-simple parameter list"));
|
|
4163
4163
|
var y = this.labels;
|
|
4164
|
-
this.labels = [], h && (this.strict = !0), this.checkParams(e, !u && !h && !t && !i && this.isSimpleParamList(e.params)), this.strict && e.id && this.checkLValSimple(e.id,
|
|
4164
|
+
this.labels = [], h && (this.strict = !0), this.checkParams(e, !u && !h && !t && !i && this.isSimpleParamList(e.params)), this.strict && e.id && this.checkLValSimple(e.id, ns), e.body = this.parseBlock(!1, void 0, h && !u), e.expression = !1, this.adaptDirectivePrologue(e.body.body), this.labels = y;
|
|
4165
4165
|
}
|
|
4166
4166
|
this.exitScope();
|
|
4167
4167
|
};
|
|
@@ -4248,16 +4248,16 @@ Ke.declareName = function(e, t, i) {
|
|
|
4248
4248
|
if (t === je) {
|
|
4249
4249
|
var n = this.currentScope();
|
|
4250
4250
|
r = n.lexical.indexOf(e) > -1 || n.functions.indexOf(e) > -1 || n.var.indexOf(e) > -1, n.lexical.push(e), this.inModule && n.flags & _t && delete this.undefinedExports[e];
|
|
4251
|
-
} else if (t ===
|
|
4251
|
+
} else if (t === ss) {
|
|
4252
4252
|
var u = this.currentScope();
|
|
4253
4253
|
u.lexical.push(e);
|
|
4254
|
-
} else if (t ===
|
|
4254
|
+
} else if (t === rs) {
|
|
4255
4255
|
var h = this.currentScope();
|
|
4256
4256
|
this.treatFunctionsAsVar ? r = h.lexical.indexOf(e) > -1 : r = h.lexical.indexOf(e) > -1 || h.var.indexOf(e) > -1, h.functions.push(e);
|
|
4257
4257
|
} else
|
|
4258
4258
|
for (var d = this.scopeStack.length - 1; d >= 0; --d) {
|
|
4259
4259
|
var y = this.scopeStack[d];
|
|
4260
|
-
if (y.lexical.indexOf(e) > -1 && !(y.flags &
|
|
4260
|
+
if (y.lexical.indexOf(e) > -1 && !(y.flags & ts && y.lexical[0] === e) || !this.treatFunctionsAsVarInScope(y) && y.functions.indexOf(e) > -1) {
|
|
4261
4261
|
r = !0;
|
|
4262
4262
|
break;
|
|
4263
4263
|
}
|
|
@@ -4275,47 +4275,47 @@ Ke.currentScope = function() {
|
|
|
4275
4275
|
Ke.currentVarScope = function() {
|
|
4276
4276
|
for (var e = this.scopeStack.length - 1; ; e--) {
|
|
4277
4277
|
var t = this.scopeStack[e];
|
|
4278
|
-
if (t.flags & (Gt |
|
|
4278
|
+
if (t.flags & (Gt | wt | Qe))
|
|
4279
4279
|
return t;
|
|
4280
4280
|
}
|
|
4281
4281
|
};
|
|
4282
4282
|
Ke.currentThisScope = function() {
|
|
4283
4283
|
for (var e = this.scopeStack.length - 1; ; e--) {
|
|
4284
4284
|
var t = this.scopeStack[e];
|
|
4285
|
-
if (t.flags & (Gt |
|
|
4285
|
+
if (t.flags & (Gt | wt | Qe) && !(t.flags & Ci))
|
|
4286
4286
|
return t;
|
|
4287
4287
|
}
|
|
4288
4288
|
};
|
|
4289
|
-
var
|
|
4289
|
+
var St = function(t, i, r) {
|
|
4290
4290
|
this.type = "", this.start = i, this.end = 0, t.options.locations && (this.loc = new kt(t, r)), t.options.directSourceFile && (this.sourceFile = t.options.directSourceFile), t.options.ranges && (this.range = [i, 0]);
|
|
4291
4291
|
}, Tt = J.prototype;
|
|
4292
4292
|
Tt.startNode = function() {
|
|
4293
|
-
return new
|
|
4293
|
+
return new St(this, this.start, this.startLoc);
|
|
4294
4294
|
};
|
|
4295
4295
|
Tt.startNodeAt = function(e, t) {
|
|
4296
|
-
return new
|
|
4296
|
+
return new St(this, e, t);
|
|
4297
4297
|
};
|
|
4298
|
-
function
|
|
4298
|
+
function us(e, t, i, r) {
|
|
4299
4299
|
return e.type = t, e.end = i, this.options.locations && (e.loc.end = r), this.options.ranges && (e.range[1] = i), e;
|
|
4300
4300
|
}
|
|
4301
4301
|
Tt.finishNode = function(e, t) {
|
|
4302
|
-
return
|
|
4302
|
+
return us.call(this, e, t, this.lastTokEnd, this.lastTokEndLoc);
|
|
4303
4303
|
};
|
|
4304
4304
|
Tt.finishNodeAt = function(e, t, i, r) {
|
|
4305
|
-
return
|
|
4305
|
+
return us.call(this, e, t, i, r);
|
|
4306
4306
|
};
|
|
4307
4307
|
Tt.copyNode = function(e) {
|
|
4308
|
-
var t = new
|
|
4308
|
+
var t = new St(this, e.start, this.startLoc);
|
|
4309
4309
|
for (var i in e)
|
|
4310
4310
|
t[i] = e[i];
|
|
4311
4311
|
return t;
|
|
4312
4312
|
};
|
|
4313
|
-
var nh = "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",
|
|
4314
|
-
9:
|
|
4315
|
-
10:
|
|
4316
|
-
11:
|
|
4317
|
-
12:
|
|
4318
|
-
13:
|
|
4313
|
+
var nh = "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", cs = "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", hs = cs + " Extended_Pictographic", ls = hs, ps = ls + " EBase EComp EMod EPres ExtPict", fs = ps, ah = fs, oh = {
|
|
4314
|
+
9: cs,
|
|
4315
|
+
10: hs,
|
|
4316
|
+
11: ls,
|
|
4317
|
+
12: ps,
|
|
4318
|
+
13: fs,
|
|
4319
4319
|
14: ah
|
|
4320
4320
|
}, uh = "Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji", ch = {
|
|
4321
4321
|
9: "",
|
|
@@ -4324,27 +4324,27 @@ var nh = "Gara Garay Gukh Gurung_Khema Hrkt Katakana_Or_Hiragana Kawi Kirat_Rai
|
|
|
4324
4324
|
12: "",
|
|
4325
4325
|
13: "",
|
|
4326
4326
|
14: uh
|
|
4327
|
-
},
|
|
4328
|
-
9:
|
|
4329
|
-
10:
|
|
4330
|
-
11:
|
|
4331
|
-
12:
|
|
4332
|
-
13:
|
|
4327
|
+
}, pr = "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", ds = "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", ms = ds + " Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd", ys = ms + " Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho", vs = ys + " Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi", xs = vs + " Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith", hh = xs + " " + nh, lh = {
|
|
4328
|
+
9: ds,
|
|
4329
|
+
10: ms,
|
|
4330
|
+
11: ys,
|
|
4331
|
+
12: vs,
|
|
4332
|
+
13: xs,
|
|
4333
4333
|
14: hh
|
|
4334
|
-
},
|
|
4334
|
+
}, gs = {};
|
|
4335
4335
|
function ph(e) {
|
|
4336
|
-
var t =
|
|
4337
|
-
binary: Ze(oh[e] + " " +
|
|
4336
|
+
var t = gs[e] = {
|
|
4337
|
+
binary: Ze(oh[e] + " " + pr),
|
|
4338
4338
|
binaryOfStrings: Ze(ch[e]),
|
|
4339
4339
|
nonBinary: {
|
|
4340
|
-
General_Category: Ze(
|
|
4340
|
+
General_Category: Ze(pr),
|
|
4341
4341
|
Script: Ze(lh[e])
|
|
4342
4342
|
}
|
|
4343
4343
|
};
|
|
4344
4344
|
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;
|
|
4345
4345
|
}
|
|
4346
|
-
for (var ai = 0,
|
|
4347
|
-
var fh =
|
|
4346
|
+
for (var ai = 0, fr = [9, 10, 11, 12, 13, 14]; ai < fr.length; ai += 1) {
|
|
4347
|
+
var fh = fr[ai];
|
|
4348
4348
|
ph(fh);
|
|
4349
4349
|
}
|
|
4350
4350
|
var A = J.prototype, Bt = function(t, i) {
|
|
@@ -4361,7 +4361,7 @@ Bt.prototype.sibling = function() {
|
|
|
4361
4361
|
return new Bt(this.parent, this.base);
|
|
4362
4362
|
};
|
|
4363
4363
|
var Oe = function(t) {
|
|
4364
|
-
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 =
|
|
4364
|
+
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 = gs[t.options.ecmaVersion >= 14 ? 14 : t.options.ecmaVersion], this.source = "", this.flags = "", this.start = 0, this.switchU = !1, this.switchV = !1, this.switchN = !1, this.pos = 0, this.lastIntValue = 0, this.lastStringValue = "", this.lastAssertionIsQuantifiable = !1, this.numCapturingParens = 0, this.maxBackReference = 0, this.groupNames = /* @__PURE__ */ Object.create(null), this.backReferenceNames = [], this.branchID = null;
|
|
4365
4365
|
};
|
|
4366
4366
|
Oe.prototype.reset = function(t, i, r) {
|
|
4367
4367
|
var n = r.indexOf("v") !== -1, u = r.indexOf("u") !== -1;
|
|
@@ -4644,13 +4644,13 @@ A.regexp_eatInvalidBracedQuantifier = function(e) {
|
|
|
4644
4644
|
};
|
|
4645
4645
|
A.regexp_eatSyntaxCharacter = function(e) {
|
|
4646
4646
|
var t = e.current();
|
|
4647
|
-
return
|
|
4647
|
+
return bs(t) ? (e.lastIntValue = t, e.advance(), !0) : !1;
|
|
4648
4648
|
};
|
|
4649
|
-
function
|
|
4649
|
+
function bs(e) {
|
|
4650
4650
|
return e === 36 || e >= 40 && e <= 43 || e === 46 || e === 63 || e >= 91 && e <= 94 || e >= 123 && e <= 125;
|
|
4651
4651
|
}
|
|
4652
4652
|
A.regexp_eatPatternCharacters = function(e) {
|
|
4653
|
-
for (var t = e.pos, i = 0; (i = e.current()) !== -1 && !
|
|
4653
|
+
for (var t = e.pos, i = 0; (i = e.current()) !== -1 && !bs(i); )
|
|
4654
4654
|
e.advance();
|
|
4655
4655
|
return e.pos !== t;
|
|
4656
4656
|
};
|
|
@@ -4703,7 +4703,7 @@ A.regexp_eatRegExpIdentifierStart = function(e) {
|
|
|
4703
4703
|
return e.advance(i), r === 92 && this.regexp_eatRegExpUnicodeEscapeSequence(e, i) && (r = e.lastIntValue), yh(r) ? (e.lastIntValue = r, !0) : (e.pos = t, !1);
|
|
4704
4704
|
};
|
|
4705
4705
|
function yh(e) {
|
|
4706
|
-
return
|
|
4706
|
+
return Ee(e, !0) || e === 36 || e === 95;
|
|
4707
4707
|
}
|
|
4708
4708
|
A.regexp_eatRegExpIdentifierPart = function(e) {
|
|
4709
4709
|
var t = e.pos, i = this.options.ecmaVersion >= 11, r = e.current(i);
|
|
@@ -4762,9 +4762,9 @@ A.regexp_eatControlEscape = function(e) {
|
|
|
4762
4762
|
};
|
|
4763
4763
|
A.regexp_eatControlLetter = function(e) {
|
|
4764
4764
|
var t = e.current();
|
|
4765
|
-
return
|
|
4765
|
+
return _s(t) ? (e.lastIntValue = t % 32, e.advance(), !0) : !1;
|
|
4766
4766
|
};
|
|
4767
|
-
function
|
|
4767
|
+
function _s(e) {
|
|
4768
4768
|
return e >= 65 && e <= 90 || e >= 97 && e <= 122;
|
|
4769
4769
|
}
|
|
4770
4770
|
A.regexp_eatRegExpUnicodeEscapeSequence = function(e, t) {
|
|
@@ -4828,7 +4828,7 @@ A.regexp_eatDecimalEscape = function(e) {
|
|
|
4828
4828
|
}
|
|
4829
4829
|
return !1;
|
|
4830
4830
|
};
|
|
4831
|
-
var
|
|
4831
|
+
var ks = 0, ze = 1, we = 2;
|
|
4832
4832
|
A.regexp_eatCharacterClassEscape = function(e) {
|
|
4833
4833
|
var t = e.current();
|
|
4834
4834
|
if (gh(t))
|
|
@@ -4844,10 +4844,10 @@ A.regexp_eatCharacterClassEscape = function(e) {
|
|
|
4844
4844
|
125
|
|
4845
4845
|
/* } */
|
|
4846
4846
|
))
|
|
4847
|
-
return i && r ===
|
|
4847
|
+
return i && r === we && e.raise("Invalid property name"), r;
|
|
4848
4848
|
e.raise("Invalid property name");
|
|
4849
4849
|
}
|
|
4850
|
-
return
|
|
4850
|
+
return ks;
|
|
4851
4851
|
};
|
|
4852
4852
|
function gh(e) {
|
|
4853
4853
|
return e === 100 || e === 68 || e === 115 || e === 83 || e === 119 || e === 87;
|
|
@@ -4868,7 +4868,7 @@ A.regexp_eatUnicodePropertyValueExpression = function(e) {
|
|
|
4868
4868
|
var n = e.lastStringValue;
|
|
4869
4869
|
return this.regexp_validateUnicodePropertyNameOrValue(e, n);
|
|
4870
4870
|
}
|
|
4871
|
-
return
|
|
4871
|
+
return ks;
|
|
4872
4872
|
};
|
|
4873
4873
|
A.regexp_validateUnicodePropertyNameAndValue = function(e, t, i) {
|
|
4874
4874
|
ht(e.unicodeProperties.nonBinary, t) || e.raise("Invalid property name"), e.unicodeProperties.nonBinary[t].test(i) || e.raise("Invalid property value");
|
|
@@ -4877,17 +4877,17 @@ A.regexp_validateUnicodePropertyNameOrValue = function(e, t) {
|
|
|
4877
4877
|
if (e.unicodeProperties.binary.test(t))
|
|
4878
4878
|
return ze;
|
|
4879
4879
|
if (e.switchV && e.unicodeProperties.binaryOfStrings.test(t))
|
|
4880
|
-
return
|
|
4880
|
+
return we;
|
|
4881
4881
|
e.raise("Invalid property name");
|
|
4882
4882
|
};
|
|
4883
4883
|
A.regexp_eatUnicodePropertyName = function(e) {
|
|
4884
4884
|
var t = 0;
|
|
4885
|
-
for (e.lastStringValue = "";
|
|
4885
|
+
for (e.lastStringValue = ""; ws(t = e.current()); )
|
|
4886
4886
|
e.lastStringValue += Ve(t), e.advance();
|
|
4887
4887
|
return e.lastStringValue !== "";
|
|
4888
4888
|
};
|
|
4889
|
-
function
|
|
4890
|
-
return
|
|
4889
|
+
function ws(e) {
|
|
4890
|
+
return _s(e) || e === 95;
|
|
4891
4891
|
}
|
|
4892
4892
|
A.regexp_eatUnicodePropertyValue = function(e) {
|
|
4893
4893
|
var t = 0;
|
|
@@ -4896,7 +4896,7 @@ A.regexp_eatUnicodePropertyValue = function(e) {
|
|
|
4896
4896
|
return e.lastStringValue !== "";
|
|
4897
4897
|
};
|
|
4898
4898
|
function bh(e) {
|
|
4899
|
-
return
|
|
4899
|
+
return ws(e) || Jt(e);
|
|
4900
4900
|
}
|
|
4901
4901
|
A.regexp_eatLoneUnicodePropertyNameOrValue = function(e) {
|
|
4902
4902
|
return this.regexp_eatUnicodePropertyValue(e);
|
|
@@ -4913,7 +4913,7 @@ A.regexp_eatCharacterClass = function(e) {
|
|
|
4913
4913
|
return e.eat(
|
|
4914
4914
|
93
|
|
4915
4915
|
/* ] */
|
|
4916
|
-
) || e.raise("Unterminated character class"), t && i ===
|
|
4916
|
+
) || e.raise("Unterminated character class"), t && i === we && e.raise("Negated character class may contain strings"), !0;
|
|
4917
4917
|
}
|
|
4918
4918
|
return !1;
|
|
4919
4919
|
};
|
|
@@ -4942,7 +4942,7 @@ A.regexp_eatClassAtom = function(e) {
|
|
|
4942
4942
|
return !0;
|
|
4943
4943
|
if (e.switchU) {
|
|
4944
4944
|
var i = e.current();
|
|
4945
|
-
(i === 99 ||
|
|
4945
|
+
(i === 99 || Ps(i)) && e.raise("Invalid class escape"), e.raise("Invalid escape");
|
|
4946
4946
|
}
|
|
4947
4947
|
e.pos = t;
|
|
4948
4948
|
}
|
|
@@ -4974,13 +4974,13 @@ A.regexp_eatClassEscape = function(e) {
|
|
|
4974
4974
|
A.regexp_classSetExpression = function(e) {
|
|
4975
4975
|
var t = ze, i;
|
|
4976
4976
|
if (!this.regexp_eatClassSetRange(e)) if (i = this.regexp_eatClassSetOperand(e)) {
|
|
4977
|
-
i ===
|
|
4977
|
+
i === we && (t = we);
|
|
4978
4978
|
for (var r = e.pos; e.eatChars(
|
|
4979
4979
|
[38, 38]
|
|
4980
4980
|
/* && */
|
|
4981
4981
|
); ) {
|
|
4982
4982
|
if (e.current() !== 38 && (i = this.regexp_eatClassSetOperand(e))) {
|
|
4983
|
-
i !==
|
|
4983
|
+
i !== we && (t = ze);
|
|
4984
4984
|
continue;
|
|
4985
4985
|
}
|
|
4986
4986
|
e.raise("Invalid character in character class");
|
|
@@ -5000,7 +5000,7 @@ A.regexp_classSetExpression = function(e) {
|
|
|
5000
5000
|
if (!this.regexp_eatClassSetRange(e)) {
|
|
5001
5001
|
if (i = this.regexp_eatClassSetOperand(e), !i)
|
|
5002
5002
|
return t;
|
|
5003
|
-
i ===
|
|
5003
|
+
i === we && (t = we);
|
|
5004
5004
|
}
|
|
5005
5005
|
};
|
|
5006
5006
|
A.regexp_eatClassSetRange = function(e) {
|
|
@@ -5035,7 +5035,7 @@ A.regexp_eatNestedClass = function(e) {
|
|
|
5035
5035
|
93
|
|
5036
5036
|
/* ] */
|
|
5037
5037
|
))
|
|
5038
|
-
return i && r ===
|
|
5038
|
+
return i && r === we && e.raise("Negated character class may contain strings"), r;
|
|
5039
5039
|
e.pos = t;
|
|
5040
5040
|
}
|
|
5041
5041
|
if (e.eat(
|
|
@@ -5076,13 +5076,13 @@ A.regexp_classStringDisjunctionContents = function(e) {
|
|
|
5076
5076
|
124
|
|
5077
5077
|
/* | */
|
|
5078
5078
|
); )
|
|
5079
|
-
this.regexp_classString(e) ===
|
|
5079
|
+
this.regexp_classString(e) === we && (t = we);
|
|
5080
5080
|
return t;
|
|
5081
5081
|
};
|
|
5082
5082
|
A.regexp_classString = function(e) {
|
|
5083
5083
|
for (var t = 0; this.regexp_eatClassSetCharacter(e); )
|
|
5084
5084
|
t++;
|
|
5085
|
-
return t === 1 ? ze :
|
|
5085
|
+
return t === 1 ? ze : we;
|
|
5086
5086
|
};
|
|
5087
5087
|
A.regexp_eatClassSetCharacter = function(e) {
|
|
5088
5088
|
var t = e.pos;
|
|
@@ -5105,9 +5105,9 @@ function kh(e) {
|
|
|
5105
5105
|
}
|
|
5106
5106
|
A.regexp_eatClassSetReservedPunctuator = function(e) {
|
|
5107
5107
|
var t = e.current();
|
|
5108
|
-
return
|
|
5108
|
+
return wh(t) ? (e.lastIntValue = t, e.advance(), !0) : !1;
|
|
5109
5109
|
};
|
|
5110
|
-
function
|
|
5110
|
+
function wh(e) {
|
|
5111
5111
|
return e === 33 || e === 35 || e === 37 || e === 38 || e === 44 || e === 45 || e >= 58 && e <= 62 || e === 64 || e === 96 || e === 126;
|
|
5112
5112
|
}
|
|
5113
5113
|
A.regexp_eatClassControlLetter = function(e) {
|
|
@@ -5137,14 +5137,14 @@ function Jt(e) {
|
|
|
5137
5137
|
}
|
|
5138
5138
|
A.regexp_eatHexDigits = function(e) {
|
|
5139
5139
|
var t = e.pos, i = 0;
|
|
5140
|
-
for (e.lastIntValue = 0;
|
|
5141
|
-
e.lastIntValue = 16 * e.lastIntValue +
|
|
5140
|
+
for (e.lastIntValue = 0; Ss(i = e.current()); )
|
|
5141
|
+
e.lastIntValue = 16 * e.lastIntValue + Ts(i), e.advance();
|
|
5142
5142
|
return e.pos !== t;
|
|
5143
5143
|
};
|
|
5144
|
-
function
|
|
5144
|
+
function Ss(e) {
|
|
5145
5145
|
return e >= 48 && e <= 57 || e >= 65 && e <= 70 || e >= 97 && e <= 102;
|
|
5146
5146
|
}
|
|
5147
|
-
function
|
|
5147
|
+
function Ts(e) {
|
|
5148
5148
|
return e >= 65 && e <= 70 ? 10 + (e - 65) : e >= 97 && e <= 102 ? 10 + (e - 97) : e - 48;
|
|
5149
5149
|
}
|
|
5150
5150
|
A.regexp_eatLegacyOctalEscapeSequence = function(e) {
|
|
@@ -5161,9 +5161,9 @@ A.regexp_eatLegacyOctalEscapeSequence = function(e) {
|
|
|
5161
5161
|
};
|
|
5162
5162
|
A.regexp_eatOctalDigit = function(e) {
|
|
5163
5163
|
var t = e.current();
|
|
5164
|
-
return
|
|
5164
|
+
return Ps(t) ? (e.lastIntValue = t - 48, e.advance(), !0) : (e.lastIntValue = 0, !1);
|
|
5165
5165
|
};
|
|
5166
|
-
function
|
|
5166
|
+
function Ps(e) {
|
|
5167
5167
|
return e >= 48 && e <= 55;
|
|
5168
5168
|
}
|
|
5169
5169
|
A.regexp_eatFixedHexDigits = function(e, t) {
|
|
@@ -5171,9 +5171,9 @@ A.regexp_eatFixedHexDigits = function(e, t) {
|
|
|
5171
5171
|
e.lastIntValue = 0;
|
|
5172
5172
|
for (var r = 0; r < t; ++r) {
|
|
5173
5173
|
var n = e.current();
|
|
5174
|
-
if (!
|
|
5174
|
+
if (!Ss(n))
|
|
5175
5175
|
return e.pos = i, !1;
|
|
5176
|
-
e.lastIntValue = 16 * e.lastIntValue +
|
|
5176
|
+
e.lastIntValue = 16 * e.lastIntValue + Ts(n), e.advance();
|
|
5177
5177
|
}
|
|
5178
5178
|
return !0;
|
|
5179
5179
|
};
|
|
@@ -5207,7 +5207,7 @@ $.nextToken = function() {
|
|
|
5207
5207
|
this.readToken(this.fullCharCodeAtPos());
|
|
5208
5208
|
};
|
|
5209
5209
|
$.readToken = function(e) {
|
|
5210
|
-
return
|
|
5210
|
+
return Ee(e, this.options.ecmaVersion >= 6) || e === 92 ? this.readWord() : this.getTokenFromCode(e);
|
|
5211
5211
|
};
|
|
5212
5212
|
$.fullCharCodeAtPos = function() {
|
|
5213
5213
|
var e = this.input.charCodeAt(this.pos);
|
|
@@ -5219,7 +5219,7 @@ $.fullCharCodeAtPos = function() {
|
|
|
5219
5219
|
$.skipBlockComment = function() {
|
|
5220
5220
|
var e = this.options.onComment && this.curPosition(), t = this.pos, i = this.input.indexOf("*/", this.pos += 2);
|
|
5221
5221
|
if (i === -1 && this.raise(this.pos - 2, "Unterminated comment"), this.pos = i + 2, this.options.locations)
|
|
5222
|
-
for (var r = void 0, n = t; (r =
|
|
5222
|
+
for (var r = void 0, n = t; (r = Yr(this.input, n, this.pos)) > -1; )
|
|
5223
5223
|
++this.curLine, n = this.lineStart = r;
|
|
5224
5224
|
this.options.onComment && this.options.onComment(
|
|
5225
5225
|
!0,
|
|
@@ -5270,7 +5270,7 @@ $.skipSpace = function() {
|
|
|
5270
5270
|
}
|
|
5271
5271
|
break;
|
|
5272
5272
|
default:
|
|
5273
|
-
if (e > 8 && e < 14 || e >= 5760 &&
|
|
5273
|
+
if (e > 8 && e < 14 || e >= 5760 && Si.test(String.fromCharCode(e)))
|
|
5274
5274
|
++this.pos;
|
|
5275
5275
|
else
|
|
5276
5276
|
break e;
|
|
@@ -5347,7 +5347,7 @@ $.readToken_question = function() {
|
|
|
5347
5347
|
};
|
|
5348
5348
|
$.readToken_numberSign = function() {
|
|
5349
5349
|
var e = this.options.ecmaVersion, t = 35;
|
|
5350
|
-
if (e >= 13 && (++this.pos, t = this.fullCharCodeAtPos(),
|
|
5350
|
+
if (e >= 13 && (++this.pos, t = this.fullCharCodeAtPos(), Ee(t, !0) || t === 92))
|
|
5351
5351
|
return this.finishToken(l.privateId, this.readWord1());
|
|
5352
5352
|
this.raise(this.pos, "Unexpected character '" + Ve(t) + "'");
|
|
5353
5353
|
};
|
|
@@ -5474,28 +5474,28 @@ $.readRegexp = function() {
|
|
|
5474
5474
|
};
|
|
5475
5475
|
$.readInt = function(e, t, i) {
|
|
5476
5476
|
for (var r = this.options.ecmaVersion >= 12 && t === void 0, n = i && this.input.charCodeAt(this.pos) === 48, u = this.pos, h = 0, d = 0, y = 0, o = t ?? 1 / 0; y < o; ++y, ++this.pos) {
|
|
5477
|
-
var
|
|
5478
|
-
if (r &&
|
|
5479
|
-
n && this.raiseRecoverable(this.pos, "Numeric separator is not allowed in legacy octal numeric literals"), d === 95 && this.raiseRecoverable(this.pos, "Numeric separator must be exactly one underscore"), y === 0 && this.raiseRecoverable(this.pos, "Numeric separator is not allowed at the first of digits"), d =
|
|
5477
|
+
var w = this.input.charCodeAt(this.pos), S = void 0;
|
|
5478
|
+
if (r && w === 95) {
|
|
5479
|
+
n && this.raiseRecoverable(this.pos, "Numeric separator is not allowed in legacy octal numeric literals"), d === 95 && this.raiseRecoverable(this.pos, "Numeric separator must be exactly one underscore"), y === 0 && this.raiseRecoverable(this.pos, "Numeric separator is not allowed at the first of digits"), d = w;
|
|
5480
5480
|
continue;
|
|
5481
5481
|
}
|
|
5482
|
-
if (
|
|
5482
|
+
if (w >= 97 ? S = w - 97 + 10 : w >= 65 ? S = w - 65 + 10 : w >= 48 && w <= 57 ? S = w - 48 : S = 1 / 0, S >= e)
|
|
5483
5483
|
break;
|
|
5484
|
-
d =
|
|
5484
|
+
d = w, h = h * e + S;
|
|
5485
5485
|
}
|
|
5486
5486
|
return r && d === 95 && this.raiseRecoverable(this.pos - 1, "Numeric separator is not allowed at the last of digits"), this.pos === u || t != null && this.pos - u !== t ? null : h;
|
|
5487
5487
|
};
|
|
5488
|
-
function
|
|
5488
|
+
function Sh(e, t) {
|
|
5489
5489
|
return t ? parseInt(e, 8) : parseFloat(e.replace(/_/g, ""));
|
|
5490
5490
|
}
|
|
5491
|
-
function
|
|
5491
|
+
function Cs(e) {
|
|
5492
5492
|
return typeof BigInt != "function" ? null : BigInt(e.replace(/_/g, ""));
|
|
5493
5493
|
}
|
|
5494
5494
|
$.readRadixNumber = function(e) {
|
|
5495
5495
|
var t = this.pos;
|
|
5496
5496
|
this.pos += 2;
|
|
5497
5497
|
var i = this.readInt(e);
|
|
5498
|
-
return i == null && this.raise(this.start + 2, "Expected number in radix " + e), this.options.ecmaVersion >= 11 && this.input.charCodeAt(this.pos) === 110 ? (i =
|
|
5498
|
+
return i == null && this.raise(this.start + 2, "Expected number in radix " + e), this.options.ecmaVersion >= 11 && this.input.charCodeAt(this.pos) === 110 ? (i = Cs(this.input.slice(t, this.pos)), ++this.pos) : Ee(this.fullCharCodeAtPos()) && this.raise(this.pos, "Identifier directly after number"), this.finishToken(l.num, i);
|
|
5499
5499
|
};
|
|
5500
5500
|
$.readNumber = function(e) {
|
|
5501
5501
|
var t = this.pos;
|
|
@@ -5504,11 +5504,11 @@ $.readNumber = function(e) {
|
|
|
5504
5504
|
i && this.strict && this.raise(t, "Invalid number");
|
|
5505
5505
|
var r = this.input.charCodeAt(this.pos);
|
|
5506
5506
|
if (!i && !e && this.options.ecmaVersion >= 11 && r === 110) {
|
|
5507
|
-
var n =
|
|
5508
|
-
return ++this.pos,
|
|
5507
|
+
var n = Cs(this.input.slice(t, this.pos));
|
|
5508
|
+
return ++this.pos, Ee(this.fullCharCodeAtPos()) && this.raise(this.pos, "Identifier directly after number"), this.finishToken(l.num, n);
|
|
5509
5509
|
}
|
|
5510
|
-
i && /[89]/.test(this.input.slice(t, this.pos)) && (i = !1), r === 46 && !i && (++this.pos, this.readInt(10), r = this.input.charCodeAt(this.pos)), (r === 69 || r === 101) && !i && (r = this.input.charCodeAt(++this.pos), (r === 43 || r === 45) && ++this.pos, this.readInt(10) === null && this.raise(t, "Invalid number")),
|
|
5511
|
-
var u =
|
|
5510
|
+
i && /[89]/.test(this.input.slice(t, this.pos)) && (i = !1), r === 46 && !i && (++this.pos, this.readInt(10), r = this.input.charCodeAt(this.pos)), (r === 69 || r === 101) && !i && (r = this.input.charCodeAt(++this.pos), (r === 43 || r === 45) && ++this.pos, this.readInt(10) === null && this.raise(t, "Invalid number")), Ee(this.fullCharCodeAtPos()) && this.raise(this.pos, "Identifier directly after number");
|
|
5511
|
+
var u = Sh(this.input.slice(t, this.pos), i);
|
|
5512
5512
|
return this.finishToken(l.num, u);
|
|
5513
5513
|
};
|
|
5514
5514
|
$.readCodePoint = function() {
|
|
@@ -5531,13 +5531,13 @@ $.readString = function(e) {
|
|
|
5531
5531
|
}
|
|
5532
5532
|
return t += this.input.slice(i, this.pos++), this.finishToken(l.string, t);
|
|
5533
5533
|
};
|
|
5534
|
-
var
|
|
5534
|
+
var As = {};
|
|
5535
5535
|
$.tryReadTemplateToken = function() {
|
|
5536
5536
|
this.inTemplateElement = !0;
|
|
5537
5537
|
try {
|
|
5538
5538
|
this.readTmplToken();
|
|
5539
5539
|
} catch (e) {
|
|
5540
|
-
if (e ===
|
|
5540
|
+
if (e === As)
|
|
5541
5541
|
this.readInvalidTemplateToken();
|
|
5542
5542
|
else
|
|
5543
5543
|
throw e;
|
|
@@ -5546,7 +5546,7 @@ $.tryReadTemplateToken = function() {
|
|
|
5546
5546
|
};
|
|
5547
5547
|
$.invalidStringToken = function(e, t) {
|
|
5548
5548
|
if (this.inTemplateElement && this.options.ecmaVersion >= 9)
|
|
5549
|
-
throw
|
|
5549
|
+
throw As;
|
|
5550
5550
|
this.raise(e, t);
|
|
5551
5551
|
};
|
|
5552
5552
|
$.readTmplToken = function() {
|
|
@@ -5670,7 +5670,7 @@ $.readWord1 = function() {
|
|
|
5670
5670
|
var u = this.pos;
|
|
5671
5671
|
this.input.charCodeAt(++this.pos) !== 117 && this.invalidStringToken(this.pos, "Expecting Unicode escape sequence \\uXXXX"), ++this.pos;
|
|
5672
5672
|
var h = this.readCodePoint();
|
|
5673
|
-
(t ?
|
|
5673
|
+
(t ? Ee : Me)(h, r) || this.invalidStringToken(u, "Invalid Unicode escape"), e += Ve(h), i = this.pos;
|
|
5674
5674
|
} else
|
|
5675
5675
|
break;
|
|
5676
5676
|
t = !1;
|
|
@@ -5681,27 +5681,27 @@ $.readWord = function() {
|
|
|
5681
5681
|
var e = this.readWord1(), t = l.name;
|
|
5682
5682
|
return this.keywords.test(e) && (t = at[e]), this.finishToken(t, e);
|
|
5683
5683
|
};
|
|
5684
|
-
var
|
|
5684
|
+
var Es = "8.15.0";
|
|
5685
5685
|
J.acorn = {
|
|
5686
5686
|
Parser: J,
|
|
5687
|
-
version:
|
|
5687
|
+
version: Es,
|
|
5688
5688
|
defaultOptions: zt,
|
|
5689
5689
|
Position: ot,
|
|
5690
5690
|
SourceLocation: kt,
|
|
5691
5691
|
getLineInfo: Ti,
|
|
5692
|
-
Node:
|
|
5692
|
+
Node: St,
|
|
5693
5693
|
TokenType: z,
|
|
5694
5694
|
tokTypes: l,
|
|
5695
5695
|
keywordTypes: at,
|
|
5696
5696
|
TokContext: ue,
|
|
5697
5697
|
tokContexts: H,
|
|
5698
5698
|
isIdentifierChar: Me,
|
|
5699
|
-
isIdentifierStart:
|
|
5699
|
+
isIdentifierStart: Ee,
|
|
5700
5700
|
Token: Yt,
|
|
5701
5701
|
isNewLine: Ye,
|
|
5702
5702
|
lineBreak: ce,
|
|
5703
|
-
lineBreakG:
|
|
5704
|
-
nonASCIIwhitespace:
|
|
5703
|
+
lineBreakG: Jr,
|
|
5704
|
+
nonASCIIwhitespace: Si
|
|
5705
5705
|
};
|
|
5706
5706
|
function Th(e, t) {
|
|
5707
5707
|
return J.parse(e, t);
|
|
@@ -5714,7 +5714,7 @@ function Ch(e, t) {
|
|
|
5714
5714
|
}
|
|
5715
5715
|
const Ah = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5716
5716
|
__proto__: null,
|
|
5717
|
-
Node:
|
|
5717
|
+
Node: St,
|
|
5718
5718
|
Parser: J,
|
|
5719
5719
|
Position: ot,
|
|
5720
5720
|
SourceLocation: kt,
|
|
@@ -5724,20 +5724,20 @@ const Ah = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5724
5724
|
defaultOptions: zt,
|
|
5725
5725
|
getLineInfo: Ti,
|
|
5726
5726
|
isIdentifierChar: Me,
|
|
5727
|
-
isIdentifierStart:
|
|
5727
|
+
isIdentifierStart: Ee,
|
|
5728
5728
|
isNewLine: Ye,
|
|
5729
5729
|
keywordTypes: at,
|
|
5730
5730
|
lineBreak: ce,
|
|
5731
|
-
lineBreakG:
|
|
5732
|
-
nonASCIIwhitespace:
|
|
5731
|
+
lineBreakG: Jr,
|
|
5732
|
+
nonASCIIwhitespace: Si,
|
|
5733
5733
|
parse: Th,
|
|
5734
5734
|
parseExpressionAt: Ph,
|
|
5735
5735
|
tokContexts: H,
|
|
5736
5736
|
tokTypes: l,
|
|
5737
5737
|
tokenizer: Ch,
|
|
5738
|
-
version:
|
|
5738
|
+
version: Es
|
|
5739
5739
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5740
|
-
function
|
|
5740
|
+
function dr(e, t) {
|
|
5741
5741
|
for (var i = 0; i < t.length; i++) {
|
|
5742
5742
|
var r = t[i];
|
|
5743
5743
|
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(e, typeof (n = (function(u, h) {
|
|
@@ -5770,19 +5770,19 @@ function mi(e, t) {
|
|
|
5770
5770
|
return i.__proto__ = r, i;
|
|
5771
5771
|
}, mi(e, t);
|
|
5772
5772
|
}
|
|
5773
|
-
function
|
|
5773
|
+
function mr(e, t) {
|
|
5774
5774
|
(t == null || t > e.length) && (t = e.length);
|
|
5775
5775
|
for (var i = 0, r = new Array(t); i < t; i++) r[i] = e[i];
|
|
5776
5776
|
return r;
|
|
5777
5777
|
}
|
|
5778
|
-
function
|
|
5778
|
+
function yr(e, t) {
|
|
5779
5779
|
var i = typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
5780
5780
|
if (i) return (i = i.call(e)).next.bind(i);
|
|
5781
5781
|
if (Array.isArray(e) || (i = (function(n, u) {
|
|
5782
5782
|
if (n) {
|
|
5783
|
-
if (typeof n == "string") return
|
|
5783
|
+
if (typeof n == "string") return mr(n, u);
|
|
5784
5784
|
var h = Object.prototype.toString.call(n).slice(8, -1);
|
|
5785
|
-
return h === "Object" && n.constructor && (h = n.constructor.name), h === "Map" || h === "Set" ? Array.from(n) : h === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(h) ?
|
|
5785
|
+
return h === "Object" && n.constructor && (h = n.constructor.name), h === "Map" || h === "Set" ? Array.from(n) : h === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(h) ? mr(n, u) : void 0;
|
|
5786
5786
|
}
|
|
5787
5787
|
})(e)) || t) {
|
|
5788
5788
|
i && (e = i);
|
|
@@ -5824,14 +5824,14 @@ function Ih(e) {
|
|
|
5824
5824
|
}
|
|
5825
5825
|
return t;
|
|
5826
5826
|
}
|
|
5827
|
-
var yt = 1024, Nh = new RegExp("(?:[^\\S\\n\\r\\u2028\\u2029]|\\/\\/.*|\\/\\*.*?\\*\\/)*", "y"),
|
|
5827
|
+
var yt = 1024, Nh = new RegExp("(?:[^\\S\\n\\r\\u2028\\u2029]|\\/\\/.*|\\/\\*.*?\\*\\/)*", "y"), vr = new RegExp("(?=(" + Nh.source + "))\\1" + /(?=[\n\r\u2028\u2029]|\/\*(?!.*?\*\/)|$)/.source, "y"), vt = function() {
|
|
5828
5828
|
this.shorthandAssign = void 0, this.trailingComma = void 0, this.parenthesizedAssign = void 0, this.parenthesizedBind = void 0, this.doubleProto = void 0, this.shorthandAssign = this.trailingComma = this.parenthesizedAssign = this.parenthesizedBind = this.doubleProto = -1;
|
|
5829
5829
|
};
|
|
5830
5830
|
function Lh(e, t) {
|
|
5831
5831
|
var i = t.key.name, r = e[i], n = "true";
|
|
5832
5832
|
return t.type !== "MethodDefinition" || t.kind !== "get" && t.kind !== "set" || (n = (t.static ? "s" : "i") + t.kind), r === "iget" && n === "iset" || r === "iset" && n === "iget" || r === "sget" && n === "sset" || r === "sset" && n === "sget" ? (e[i] = "true", !1) : !!r || (e[i] = n, !1);
|
|
5833
5833
|
}
|
|
5834
|
-
function
|
|
5834
|
+
function xr(e, t) {
|
|
5835
5835
|
var i = e.key;
|
|
5836
5836
|
return !e.computed && (i.type === "Identifier" && i.name === t || i.type === "Literal" && i.value === t);
|
|
5837
5837
|
}
|
|
@@ -5877,7 +5877,7 @@ function gt(e) {
|
|
|
5877
5877
|
return e && (e.type === "JSXIdentifier" ? e.name : e.type === "JSXNamespacedName" ? e.namespace.name + ":" + e.name.name : e.type === "JSXMemberExpression" ? gt(e.object) + "." + gt(e.property) : void 0);
|
|
5878
5878
|
}
|
|
5879
5879
|
var oi = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g;
|
|
5880
|
-
function
|
|
5880
|
+
function gr(e) {
|
|
5881
5881
|
if (!e) throw new Error("Assert fail");
|
|
5882
5882
|
}
|
|
5883
5883
|
function Mh(e) {
|
|
@@ -5892,18 +5892,18 @@ function ui(e, t) {
|
|
|
5892
5892
|
function zh(e) {
|
|
5893
5893
|
if (e.type !== "MemberExpression") return !1;
|
|
5894
5894
|
var t = e.property;
|
|
5895
|
-
return (!e.computed || !(t.type !== "TemplateLiteral" || t.expressions.length > 0)) &&
|
|
5895
|
+
return (!e.computed || !(t.type !== "TemplateLiteral" || t.expressions.length > 0)) && Is(e.object);
|
|
5896
5896
|
}
|
|
5897
|
-
function
|
|
5898
|
-
return e.type === "Identifier" || e.type === "MemberExpression" && !e.computed &&
|
|
5897
|
+
function Is(e) {
|
|
5898
|
+
return e.type === "Identifier" || e.type === "MemberExpression" && !e.computed && Is(e.object);
|
|
5899
5899
|
}
|
|
5900
|
-
function
|
|
5900
|
+
function br(e) {
|
|
5901
5901
|
return e === "private" || e === "public" || e === "protected";
|
|
5902
5902
|
}
|
|
5903
5903
|
function jh(e) {
|
|
5904
5904
|
var t = {}, i = t.dts, r = i !== void 0 && i, n = t.allowSatisfies, u = n !== void 0 && n;
|
|
5905
5905
|
return function(h) {
|
|
5906
|
-
var d = h.acorn || Ah, y = Ih(d), o = d.tokTypes,
|
|
5906
|
+
var d = h.acorn || Ah, y = Ih(d), o = d.tokTypes, w = d.keywordTypes, S = d.isIdentifierStart, C = d.lineBreak, j = d.isNewLine, Z = d.tokContexts, le = d.isIdentifierChar, D = y.tokTypes, se = y.tokContexts, ft = y.keywordsRegExp, Ce = y.tokenIsLiteralPropertyName, be = y.tokenIsTemplate, Ge = y.tokenIsTSDeclarationStart, q = y.tokenIsIdentifier, Ct = y.tokenIsKeywordOrIdentifier, Ls = y.tokenIsTSTypeOperator;
|
|
5907
5907
|
function Os(P, pe, oe) {
|
|
5908
5908
|
oe === void 0 && (oe = P.length);
|
|
5909
5909
|
for (var te = pe; te < oe; te++) {
|
|
@@ -6131,7 +6131,7 @@ function jh(e) {
|
|
|
6131
6131
|
var a = this.curContext();
|
|
6132
6132
|
if (a === se.tc_expr) return this.jsx_readToken();
|
|
6133
6133
|
if (a === se.tc_oTag || a === se.tc_cTag) {
|
|
6134
|
-
if (
|
|
6134
|
+
if (S(s)) return this.jsx_readWord();
|
|
6135
6135
|
if (s == 62) return ++this.pos, this.finishToken(D.jsxTagEnd);
|
|
6136
6136
|
if ((s === 34 || s === 39) && a == se.tc_oTag) return this.jsx_readString(s);
|
|
6137
6137
|
}
|
|
@@ -6173,7 +6173,7 @@ function jh(e) {
|
|
|
6173
6173
|
return this.nextTokenStartSince(this.pos);
|
|
6174
6174
|
}, f.tsHasSomeModifiers = function(s, a) {
|
|
6175
6175
|
return a.some(function(c) {
|
|
6176
|
-
return
|
|
6176
|
+
return br(c) ? s.accessibility === c : !!s[c];
|
|
6177
6177
|
});
|
|
6178
6178
|
}, f.tsIsStartOfStaticBlocks = function() {
|
|
6179
6179
|
return this.isContextual("static") && this.lookaheadCharCode() === 123;
|
|
@@ -6250,7 +6250,7 @@ function jh(e) {
|
|
|
6250
6250
|
return this.setLookaheadState(a), p;
|
|
6251
6251
|
}, f.readWord = function() {
|
|
6252
6252
|
var s = this.readWord1(), a = o.name;
|
|
6253
|
-
return this.keywords.test(s) ? a =
|
|
6253
|
+
return this.keywords.test(s) ? a = w[s] : new RegExp(ft).test(s) && (a = D[s]), this.finishToken(a, s);
|
|
6254
6254
|
}, f.skipBlockComment = function() {
|
|
6255
6255
|
var s;
|
|
6256
6256
|
this.isLookahead || (s = this.options.onComment && this.curPosition());
|
|
@@ -6271,7 +6271,7 @@ function jh(e) {
|
|
|
6271
6271
|
}, f.isLineTerminator = function() {
|
|
6272
6272
|
return this.eat(o.semi) || P.prototype.canInsertSemicolon.call(this);
|
|
6273
6273
|
}, f.hasFollowingLineBreak = function() {
|
|
6274
|
-
return
|
|
6274
|
+
return vr.lastIndex = this.end, vr.test(this.input);
|
|
6275
6275
|
}, f.addExtra = function(s, a, c, p) {
|
|
6276
6276
|
if (p === void 0 && (p = !0), s) {
|
|
6277
6277
|
var m = s.extra = s.extra || {};
|
|
@@ -6699,7 +6699,7 @@ function jh(e) {
|
|
|
6699
6699
|
return this.tsIsStartOfFunctionType() ? this.tsParseFunctionOrConstructorType("TSFunctionType") : this.match(o._new) ? this.tsParseFunctionOrConstructorType("TSConstructorType") : this.isAbstractConstructorSignature() ? this.tsParseFunctionOrConstructorType("TSConstructorType", !0) : this.tsParseUnionTypeOrHigher();
|
|
6700
6700
|
}, f.tsParseType = function() {
|
|
6701
6701
|
var s = this;
|
|
6702
|
-
|
|
6702
|
+
gr(this.inType);
|
|
6703
6703
|
var a = this.tsParseNonConditionalType();
|
|
6704
6704
|
if (this.inDisallowConditionalTypesContext || this.hasPrecedingLineBreak() || !this.eat(o._extends)) return a;
|
|
6705
6705
|
var c = this.startNodeAtNode(a);
|
|
@@ -6769,7 +6769,7 @@ function jh(e) {
|
|
|
6769
6769
|
}; ; ) {
|
|
6770
6770
|
var V = this.startLoc, E = this.tsParseModifier(p.concat(m ?? []), v);
|
|
6771
6771
|
if (!E) break;
|
|
6772
|
-
|
|
6772
|
+
br(E) ? c.accessibility ? this.raise(this.start, N.DuplicateAccessibilityModifier()) : (T(V, E, E, "override"), T(V, E, E, "static"), T(V, E, E, "readonly"), T(V, E, E, "accessor"), _.accessibility = E, c.accessibility = E) : Vh(E) ? c[E] ? this.raise(this.start, N.DuplicateModifier({ modifier: E })) : (T(V, E, "in", "out"), _[E] = E, c[E] = !0) : Mh(E) ? c[E] ? this.raise(this.start, N.DuplicateModifier({ modifier: E })) : (L(V, E, "accessor", "readonly"), L(V, E, "accessor", "static"), L(V, E, "accessor", "override"), _[E] = E, c[E] = !0) : Object.hasOwnProperty.call(c, E) ? this.raise(this.start, N.DuplicateModifier({ modifier: E })) : (T(V, E, "static", "readonly"), T(V, E, "static", "override"), T(V, E, "override", "readonly"), T(V, E, "abstract", "override"), L(V, E, "declare", "override"), L(V, E, "static", "abstract"), _[E] = E, c[E] = !0), m != null && m.includes(E) && this.raise(this.start, g);
|
|
6773
6773
|
}
|
|
6774
6774
|
return _;
|
|
6775
6775
|
}, f.tsParseInOutModifiers = function(s) {
|
|
@@ -7049,7 +7049,7 @@ function jh(e) {
|
|
|
7049
7049
|
else {
|
|
7050
7050
|
if (s.declaration = null, s.specifiers = this.parseExportSpecifiers(a), this.eatContextual("from")) this.type !== o.string && this.unexpected(), s.source = this.parseExprAtom(), this.parseMaybeImportAttributes(s);
|
|
7051
7051
|
else {
|
|
7052
|
-
for (var x, g =
|
|
7052
|
+
for (var x, g = yr(s.specifiers); !(x = g()).done; ) {
|
|
7053
7053
|
var _ = x.value;
|
|
7054
7054
|
this.checkUnreserved(_.local), this.checkLocalExport(_.local), _.local.type === "Literal" && this.raise(_.local.start, "A string literal cannot be used as an exported binding without `from`.");
|
|
7055
7055
|
}
|
|
@@ -7112,7 +7112,7 @@ function jh(e) {
|
|
|
7112
7112
|
this.next(), P.prototype.parseVar.call(this, s, !1, a, c || p), this.semicolon();
|
|
7113
7113
|
var m = this.finishNode(s, "VariableDeclaration");
|
|
7114
7114
|
if (!p) return m;
|
|
7115
|
-
for (var v, x =
|
|
7115
|
+
for (var v, x = yr(m.declarations); !(v = x()).done; ) {
|
|
7116
7116
|
var g = v.value, _ = g.init;
|
|
7117
7117
|
_ && (a !== "const" || g.id.typeAnnotation ? this.raise(_.start, N.InitializerNotAllowedInAmbientContext) : _.type !== "StringLiteral" && _.type !== "BooleanLiteral" && _.type !== "NumericLiteral" && _.type !== "BigIntLiteral" && (_.type !== "TemplateLiteral" || _.expressions.length > 0) && !zh(_) && this.raise(_.start, N.ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference));
|
|
7118
7118
|
}
|
|
@@ -7189,7 +7189,7 @@ function jh(e) {
|
|
|
7189
7189
|
var g = s.declare, _ = s.kind;
|
|
7190
7190
|
!(g !== void 0 && g) || _ !== "get" && _ !== "set" || this.raise(s.start, N.DeclareAccessor({ kind: _ })), x && (s.typeParameters = x);
|
|
7191
7191
|
var T = s.key;
|
|
7192
|
-
s.kind === "constructor" ? (a && this.raise(T.start, "Constructor can't be a generator"), c && this.raise(T.start, "Constructor can't be an async method")) : s.static &&
|
|
7192
|
+
s.kind === "constructor" ? (a && this.raise(T.start, "Constructor can't be a generator"), c && this.raise(T.start, "Constructor can't be an async method")) : s.static && xr(s, "prototype") && this.raise(T.start, "Classes may not have a static property named prototype");
|
|
7193
7193
|
var L = s.value = this.parseMethod(a, c, p, !0, s);
|
|
7194
7194
|
return s.kind === "get" && L.params.length !== 0 && this.raiseRecoverable(L.start, "getter should have no params"), s.kind === "set" && L.params.length !== 1 && this.raiseRecoverable(L.start, "setter should have exactly one param"), s.kind === "set" && L.params[0].type === "RestElement" && this.raiseRecoverable(L.params[0].start, "Setter cannot use rest params"), this.finishNode(s, "MethodDefinition");
|
|
7195
7195
|
}, f.isClassMethod = function() {
|
|
@@ -7208,7 +7208,7 @@ function jh(e) {
|
|
|
7208
7208
|
(a.eatContextual("get") || a.eatContextual("set")) && (a.isClassElementNameStart() ? _ = G : v = G);
|
|
7209
7209
|
}
|
|
7210
7210
|
if (v ? (m.computed = !1, m.key = a.startNodeAt(a.lastTokStart, a.lastTokStartLoc), m.key.name = v, a.finishNode(m.key, "Identifier")) : a.parseClassElementName(m), a.parsePostMemberNameModifiers(m), a.isClassMethod() || p < 13 || a.type === o.parenL || _ !== "method" || x || g) {
|
|
7211
|
-
var W = !m.static &&
|
|
7211
|
+
var W = !m.static && xr(m, "constructor"), X = W && s;
|
|
7212
7212
|
W && _ !== "method" && a.raise(m.key.start, "Constructor can't have get/set modifier"), m.kind = W ? "constructor" : _, a.parseClassMethod(m, x, g, X);
|
|
7213
7213
|
} else a.parseClassField(m);
|
|
7214
7214
|
return m;
|
|
@@ -7266,7 +7266,7 @@ function jh(e) {
|
|
|
7266
7266
|
return (Be.type !== "ArrowFunctionExpression" || (dt = Be.extra) != null && dt.parenthesized) && Fe(), ((mt = G) == null ? void 0 : mt.params.length) !== 0 && W.resetStartLocationFromNode(Be, G), Be.typeParameters = G, Be;
|
|
7267
7267
|
}, L);
|
|
7268
7268
|
if (!ye.error && !ye.aborted) return G && this.reportReservedArrowTypeParam(G), ye.node;
|
|
7269
|
-
if (!V && (
|
|
7269
|
+
if (!V && (gr(!0), !(E = this.tryParse(function() {
|
|
7270
7270
|
return W.parseMaybeAssignOrigin(s, a, c);
|
|
7271
7271
|
}, L)).error)) return E.node;
|
|
7272
7272
|
if ((m = V) != null && m.node) return this.setLookaheadState(V.failState), V.node;
|
|
@@ -7454,23 +7454,23 @@ function jh(e) {
|
|
|
7454
7454
|
if (this.tsMatchLeftRelational() || this.match(o.bitShift)) {
|
|
7455
7455
|
var V, E = this.tsTryParseAndCatch(function() {
|
|
7456
7456
|
if (!p && g.atPossibleAsyncArrow(s)) {
|
|
7457
|
-
var
|
|
7458
|
-
if (
|
|
7457
|
+
var Di = g.tsTryParseGenericAsyncArrowFunction(a, c, x);
|
|
7458
|
+
if (Di) return s = Di;
|
|
7459
7459
|
}
|
|
7460
7460
|
var Et = g.tsParseTypeArgumentsInExpression();
|
|
7461
7461
|
if (!Et) return s;
|
|
7462
7462
|
if (L && !g.match(o.parenL)) return V = g.curPosition(), s;
|
|
7463
7463
|
if (be(g.type) || g.type === o.backQuote) {
|
|
7464
|
-
var
|
|
7465
|
-
return
|
|
7464
|
+
var Mi = g.parseTaggedTemplateExpression(s, a, c, _);
|
|
7465
|
+
return Mi.typeParameters = Et, Mi;
|
|
7466
7466
|
}
|
|
7467
7467
|
if (!p && g.eat(o.parenL)) {
|
|
7468
|
-
var
|
|
7469
|
-
return et.callee = s, et.arguments = g.parseExprList(o.parenR, g.options.ecmaVersion >= 8, !1,
|
|
7468
|
+
var Vi = new vt(), et = g.startNodeAt(a, c);
|
|
7469
|
+
return et.callee = s, et.arguments = g.parseExprList(o.parenR, g.options.ecmaVersion >= 8, !1, Vi), g.tsCheckForInvalidTypeCasts(et.arguments), et.typeParameters = Et, _ && (et.optional = L), g.checkExpressionErrors(Vi, !0), s = g.finishNode(et, "CallExpression");
|
|
7470
7470
|
}
|
|
7471
7471
|
var ei = g.type;
|
|
7472
|
-
if (!(g.tsMatchRightRelational() || ei === o.bitShift || ei !== o.parenL && (
|
|
7473
|
-
var
|
|
7472
|
+
if (!(g.tsMatchRightRelational() || ei === o.bitShift || ei !== o.parenL && (zi = ei, !!zi.startsExpr) && !g.hasPrecedingLineBreak())) {
|
|
7473
|
+
var zi, ti = g.startNodeAt(a, c);
|
|
7474
7474
|
return ti.expression = s, ti.typeParameters = Et, g.finishNode(ti, "TSInstantiationExpression");
|
|
7475
7475
|
}
|
|
7476
7476
|
});
|
|
@@ -7487,12 +7487,12 @@ function jh(e) {
|
|
|
7487
7487
|
this.maybeInArrowParameters = !0;
|
|
7488
7488
|
var Fe = new vt(), dt = this.yieldPos, mt = this.awaitPos, Be = this.awaitIdentPos;
|
|
7489
7489
|
this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0;
|
|
7490
|
-
var
|
|
7491
|
-
if (m && !W && this.shouldParseAsyncArrow()) this.checkPatternErrors(Fe, !1), this.checkYieldAwaitInDefaultParams(), this.awaitIdentPos > 0 && this.raise(this.awaitIdentPos, "Cannot use 'await' as identifier inside an async function"), this.yieldPos = dt, this.awaitPos = mt, this.awaitIdentPos = Be, s = this.parseSubscriptAsyncArrow(a, c,
|
|
7490
|
+
var Ri = this.parseExprList(o.parenR, this.options.ecmaVersion >= 8, !1, Fe);
|
|
7491
|
+
if (m && !W && this.shouldParseAsyncArrow()) this.checkPatternErrors(Fe, !1), this.checkYieldAwaitInDefaultParams(), this.awaitIdentPos > 0 && this.raise(this.awaitIdentPos, "Cannot use 'await' as identifier inside an async function"), this.yieldPos = dt, this.awaitPos = mt, this.awaitIdentPos = Be, s = this.parseSubscriptAsyncArrow(a, c, Ri, x);
|
|
7492
7492
|
else {
|
|
7493
7493
|
this.checkExpressionErrors(Fe, !0), this.yieldPos = dt || this.yieldPos, this.awaitPos = mt || this.awaitPos, this.awaitIdentPos = Be || this.awaitIdentPos;
|
|
7494
7494
|
var At = this.startNodeAt(a, c);
|
|
7495
|
-
At.callee = s, At.arguments =
|
|
7495
|
+
At.callee = s, At.arguments = Ri, G && (At.optional = W), s = this.finishNode(At, "CallExpression");
|
|
7496
7496
|
}
|
|
7497
7497
|
this.maybeInArrowParameters = ye;
|
|
7498
7498
|
} else if (this.type === o.backQuote) {
|
|
@@ -7644,7 +7644,7 @@ function jh(e) {
|
|
|
7644
7644
|
return y;
|
|
7645
7645
|
} }], (te = [{ key: "acornTypeScript", get: function() {
|
|
7646
7646
|
return y;
|
|
7647
|
-
} }]) &&
|
|
7647
|
+
} }]) && dr(oe.prototype, te), B && dr(oe, B), Object.defineProperty(oe, "prototype", { writable: !1 }), pe;
|
|
7648
7648
|
})(h);
|
|
7649
7649
|
return Rs;
|
|
7650
7650
|
};
|
|
@@ -7664,16 +7664,16 @@ function Ni(e) {
|
|
|
7664
7664
|
d && d !== "constructor" && u.accessibility !== "private" && r.push(d);
|
|
7665
7665
|
}), r;
|
|
7666
7666
|
}
|
|
7667
|
-
async function
|
|
7667
|
+
async function Se(e, t, i = [], r) {
|
|
7668
7668
|
const n = `${t} ${i.join(" ")}`;
|
|
7669
7669
|
e !== void 0 && re(`${e} - exec(${n})`);
|
|
7670
7670
|
const { stdout: u, stderr: h } = await $h(n);
|
|
7671
|
-
r === void 0 ? u.trim() && console.log(u.trim()) : await
|
|
7671
|
+
r === void 0 ? u.trim() && console.log(u.trim()) : await Ae.writeFile(r, u.trim(), "utf8"), h.trim() && console.error(h.trim());
|
|
7672
7672
|
}
|
|
7673
7673
|
async function Fh(e, t) {
|
|
7674
|
-
return
|
|
7674
|
+
return Ae.readdir(e, t);
|
|
7675
7675
|
}
|
|
7676
|
-
async function
|
|
7676
|
+
async function Li() {
|
|
7677
7677
|
re("Load environment variables"), (await import("dotenv")).config();
|
|
7678
7678
|
}
|
|
7679
7679
|
function Re(e) {
|
|
@@ -7692,10 +7692,17 @@ ${e}
|
|
|
7692
7692
|
`);
|
|
7693
7693
|
}
|
|
7694
7694
|
async function de(e) {
|
|
7695
|
-
return JSON.parse(await
|
|
7695
|
+
return JSON.parse(await Ae.readFile(e, "utf8"));
|
|
7696
7696
|
}
|
|
7697
7697
|
async function Pt(e) {
|
|
7698
|
-
return await
|
|
7698
|
+
return await Ae.readFile(e, "utf8");
|
|
7699
|
+
}
|
|
7700
|
+
async function Bh(e) {
|
|
7701
|
+
try {
|
|
7702
|
+
await Ae.unlink(e);
|
|
7703
|
+
} catch (t) {
|
|
7704
|
+
if (t.code !== "ENOENT") throw t;
|
|
7705
|
+
}
|
|
7699
7706
|
}
|
|
7700
7707
|
async function Ie(e, t, i = [], r = !1) {
|
|
7701
7708
|
return re(`${e} - spawn(${t} ${i.join(" ")})`), new Promise((n, u) => {
|
|
@@ -7705,10 +7712,10 @@ async function Ie(e, t, i = [], r = !1) {
|
|
|
7705
7712
|
});
|
|
7706
7713
|
}
|
|
7707
7714
|
async function ut(e, t) {
|
|
7708
|
-
await
|
|
7715
|
+
await Ae.writeFile(e, JSON.stringify(t, void 0, 4), "utf8");
|
|
7709
7716
|
}
|
|
7710
|
-
async function
|
|
7711
|
-
await
|
|
7717
|
+
async function Oi(e, t) {
|
|
7718
|
+
await Ae.writeFile(e, t, "utf8");
|
|
7712
7719
|
}
|
|
7713
7720
|
function yi(e, t) {
|
|
7714
7721
|
t(e);
|
|
@@ -7723,7 +7730,7 @@ function yi(e, t) {
|
|
|
7723
7730
|
else n && typeof n == "object" && typeof n.type == "string" && yi(n, t);
|
|
7724
7731
|
}
|
|
7725
7732
|
}
|
|
7726
|
-
async function
|
|
7733
|
+
async function Zh() {
|
|
7727
7734
|
const e = await de("config.json"), t = {
|
|
7728
7735
|
body: JSON.stringify(e),
|
|
7729
7736
|
headers: { "Content-Type": "application/json" },
|
|
@@ -7731,7 +7738,7 @@ async function Bh() {
|
|
|
7731
7738
|
}, i = await fetch(`https://api.datapos.app/states/${e.id}`, t);
|
|
7732
7739
|
if (!i.ok) throw new Error(await i.text());
|
|
7733
7740
|
}
|
|
7734
|
-
async function
|
|
7741
|
+
async function _r(e) {
|
|
7735
7742
|
const t = e.id, i = {
|
|
7736
7743
|
body: JSON.stringify(e),
|
|
7737
7744
|
headers: { "Content-Type": "application/json" },
|
|
@@ -7739,73 +7746,83 @@ async function gr(e) {
|
|
|
7739
7746
|
}, r = await fetch(`https://api.datapos.app/states/${t}`, i);
|
|
7740
7747
|
if (!r.ok) throw new Error(await r.text());
|
|
7741
7748
|
}
|
|
7742
|
-
async function
|
|
7749
|
+
async function kr(e, t) {
|
|
7743
7750
|
const i = `v${e.version}`;
|
|
7744
7751
|
async function r(n, u = "") {
|
|
7745
7752
|
const h = await Fh(n, { withFileTypes: !0 });
|
|
7746
7753
|
for (const d of h) {
|
|
7747
7754
|
const y = `${n}/${d.name}`, o = u ? `${u}/${d.name}` : d.name;
|
|
7748
7755
|
if (d.isDirectory()) continue;
|
|
7749
|
-
const
|
|
7750
|
-
console.info(`⚙️ Uploading '${o}' → '${
|
|
7756
|
+
const w = `${t}_${i}/${o}`.replaceAll("\\", "/"), S = d.name.endsWith(".css") ? "text/css" : "application/octet-stream", C = d.name.endsWith(".js") ? "application/javascript" : S;
|
|
7757
|
+
console.info(`⚙️ Uploading '${o}' → '${w}'...`), await Se(void 0, `wrangler r2 object put "${w}" --file="${y}" --content-type ${C} --jurisdiction=eu --remote`);
|
|
7751
7758
|
}
|
|
7752
7759
|
}
|
|
7753
7760
|
await r("dist");
|
|
7754
7761
|
}
|
|
7755
|
-
async function
|
|
7762
|
+
async function pl() {
|
|
7756
7763
|
try {
|
|
7757
7764
|
Re("Build Project"), await Ie("1️⃣ Bundle project", "vite", ["build"]), $e("Project built.");
|
|
7758
7765
|
} catch (e) {
|
|
7759
7766
|
console.error("❌ Error building project.", e), process.exit(1);
|
|
7760
7767
|
}
|
|
7761
7768
|
}
|
|
7762
|
-
async function
|
|
7769
|
+
async function fl() {
|
|
7763
7770
|
try {
|
|
7764
|
-
Re("Release Project");
|
|
7771
|
+
Re("Release Project"), await Li();
|
|
7765
7772
|
const e = await de("package.json"), t = await de("config.json");
|
|
7766
7773
|
await Ns("1️⃣", e);
|
|
7767
|
-
const i =
|
|
7774
|
+
const i = Xh(e);
|
|
7768
7775
|
switch (i) {
|
|
7769
7776
|
case "connector":
|
|
7770
|
-
await
|
|
7777
|
+
await qh("2️⃣", e);
|
|
7771
7778
|
break;
|
|
7772
7779
|
case "context":
|
|
7773
|
-
await
|
|
7780
|
+
await Hh("2️⃣", e);
|
|
7774
7781
|
break;
|
|
7775
7782
|
case "presenter":
|
|
7776
|
-
await
|
|
7783
|
+
await Wh("2️⃣", e);
|
|
7777
7784
|
break;
|
|
7778
7785
|
default:
|
|
7779
|
-
await
|
|
7786
|
+
await Uh("2️⃣", e);
|
|
7780
7787
|
}
|
|
7781
|
-
await Ie("3️⃣ Bundle project", "vite", ["build"]), await
|
|
7782
|
-
const r =
|
|
7788
|
+
await Ie("3️⃣ Bundle project", "vite", ["build"]), await Se("4️⃣ Stage changes", "git", ["add", "."]), await Se("5️⃣ Commit changes", "git", ["commit", "-m", `"v${e.version}"`]), await Se("6️⃣ Push changes", "git", ["push", "origin", "main:main"]);
|
|
7789
|
+
const r = Gh(i);
|
|
7783
7790
|
if (i === "app")
|
|
7784
|
-
re("7️⃣ Register module"), await
|
|
7791
|
+
re("7️⃣ Register module"), await Zh();
|
|
7785
7792
|
else if (i === "engine")
|
|
7786
|
-
re("7️⃣ Register module"), await
|
|
7793
|
+
re("7️⃣ Register module"), await _r(t), await kr(e, `datapos-engine-eu/${r}`);
|
|
7787
7794
|
else if (r === void 0)
|
|
7788
7795
|
re("7️⃣ Registration NOT required.");
|
|
7789
7796
|
else {
|
|
7790
|
-
re("7️⃣ Register module"), await
|
|
7797
|
+
re("7️⃣ Register module"), await _r(t);
|
|
7791
7798
|
const n = t.id.split("-").slice(2).join("-");
|
|
7792
|
-
await
|
|
7799
|
+
await kr(e, `datapos-engine-eu/${r}/${n}`);
|
|
7793
7800
|
}
|
|
7794
|
-
i === "connector" || i === "context" || i === "dev" || i === "presenter" || i === "shared" || i === "tool"
|
|
7801
|
+
if (i === "connector" || i === "context" || i === "dev" || i === "presenter" || i === "shared" || i === "tool") {
|
|
7802
|
+
const n = ".npmrc";
|
|
7803
|
+
try {
|
|
7804
|
+
await Oi(n, `registry=https://registry.npmjs.org/
|
|
7805
|
+
//registry.npmjs.org/:_authToken=${process.env.NPM_TOKEN}`), await Ie("8️⃣ Publish to npm", "npm", ["publish", "--access", "public"]);
|
|
7806
|
+
} finally {
|
|
7807
|
+
await Bh(n);
|
|
7808
|
+
}
|
|
7809
|
+
} else
|
|
7810
|
+
re(`8️⃣ Publishing NOT required for package with type identifier of '${i}'.`);
|
|
7811
|
+
$e(`Project version '${e.version}' released.`);
|
|
7795
7812
|
} catch (e) {
|
|
7796
7813
|
console.error("❌ Error releasing project.", e), process.exit(1);
|
|
7797
7814
|
}
|
|
7798
7815
|
}
|
|
7799
|
-
async function
|
|
7816
|
+
async function dl() {
|
|
7800
7817
|
try {
|
|
7801
7818
|
Re("Synchronise Project with GitHub");
|
|
7802
7819
|
const e = await de("package.json");
|
|
7803
|
-
re("Bump project version"), await Ns("1️⃣", e), await
|
|
7820
|
+
re("Bump project version"), await Ns("1️⃣", e), await Se("2️⃣ Stage changes", "git", ["add", "."]), await Se("3️⃣ Commit changes", "git", ["commit", "-m", `"v${e.version}"`]), await Se("4️⃣ Push changes", "git", ["push", "origin", "main:main"]), $e(`Project version '${e.version}' synchronised with GitHub.`);
|
|
7804
7821
|
} catch (e) {
|
|
7805
7822
|
console.error("❌ Error synchronising project with GitHub.", e), process.exit(1);
|
|
7806
7823
|
}
|
|
7807
7824
|
}
|
|
7808
|
-
function
|
|
7825
|
+
function ml() {
|
|
7809
7826
|
try {
|
|
7810
7827
|
Re("Test Project"), console.log(`
|
|
7811
7828
|
❌ Test project is not implemented. No 'vitest' command.
|
|
@@ -7814,22 +7831,22 @@ function dl() {
|
|
|
7814
7831
|
console.error("❌ Error testing project.", e), process.exit(1);
|
|
7815
7832
|
}
|
|
7816
7833
|
}
|
|
7817
|
-
async function
|
|
7834
|
+
async function Uh(e, t) {
|
|
7818
7835
|
re(`${e} Build project configuration`);
|
|
7819
7836
|
const i = await de("config.json");
|
|
7820
7837
|
t.name != null && (i.id = t.name.replace("@datapos/", "").replace("@data-positioning/", "")), t.version != null && (i.version = t.version), await ut("config.json", i);
|
|
7821
7838
|
}
|
|
7822
|
-
async function
|
|
7839
|
+
async function qh(e, t) {
|
|
7823
7840
|
re(`${e} Build connector project configuration`);
|
|
7824
7841
|
const [i, r] = await Promise.all([de("config.json"), Pt("src/index.ts")]), n = _c.safeParse(i);
|
|
7825
7842
|
if (!n.success) {
|
|
7826
7843
|
console.log("❌ Configuration is invalid:"), console.table(n.error.issues);
|
|
7827
7844
|
return;
|
|
7828
7845
|
}
|
|
7829
|
-
const u = Ni(r), h =
|
|
7846
|
+
const u = Ni(r), h = Kh(u);
|
|
7830
7847
|
u.length > 0 ? (console.info(`ℹ️ Implements ${u.length} operations:`), console.table(u)) : console.warn("⚠️ Implements no operations."), h === "unknown" ? console.warn("⚠️ No usage identified.") : console.info(`ℹ️ Supports '${h}' usage.`), t.name != null && (i.id = t.name.replace("@datapos/", "").replace("@data-positioning/", "")), t.version != null && (i.version = t.version), i.operations = u, i.usageId = h, await ut("config.json", i);
|
|
7831
7848
|
}
|
|
7832
|
-
async function
|
|
7849
|
+
async function Hh(e, t) {
|
|
7833
7850
|
re(`${e} Build context project configuration`);
|
|
7834
7851
|
const [i, r] = await Promise.all([de("config.json"), Pt("src/index.ts")]), n = Nc.safeParse(i);
|
|
7835
7852
|
if (!n.success) {
|
|
@@ -7839,7 +7856,7 @@ async function qh(e, t) {
|
|
|
7839
7856
|
const u = Ni(r);
|
|
7840
7857
|
u.length > 0 ? (console.info(`ℹ️ Implements ${u.length} operations:`), console.table(u)) : console.warn("⚠️ Implements no operations."), t.name != null && (i.id = t.name.replace("@datapos/", "").replace("@data-positioning/", "")), t.version != null && (i.version = t.version), i.operations = u, await ut("config.json", i);
|
|
7841
7858
|
}
|
|
7842
|
-
async function
|
|
7859
|
+
async function Wh(e, t) {
|
|
7843
7860
|
re(`${e} Build presenter project configuration`);
|
|
7844
7861
|
const [i, r] = await Promise.all([de("config.json"), Pt("src/index.ts")]), n = Fc.safeParse(i);
|
|
7845
7862
|
if (!n.success) {
|
|
@@ -7857,13 +7874,13 @@ async function Ns(e, t, i = "./") {
|
|
|
7857
7874
|
t.version = `${n[0]}.${n[1]}.${Number(n[2]) + 1}`, console.info(`Project version bumped from '${r}' to '${t.version}'.`), await ut(`${i}package.json`, t);
|
|
7858
7875
|
}
|
|
7859
7876
|
}
|
|
7860
|
-
function
|
|
7877
|
+
function Kh(e) {
|
|
7861
7878
|
let t = !1, i = !1;
|
|
7862
7879
|
for (const r of e)
|
|
7863
7880
|
js.includes(r) && (t = !0), $s.includes(r) && (i = !0);
|
|
7864
7881
|
return t && i ? "bidirectional" : t ? "source" : i ? "destination" : "unknown";
|
|
7865
7882
|
}
|
|
7866
|
-
function
|
|
7883
|
+
function Gh(e) {
|
|
7867
7884
|
switch (e) {
|
|
7868
7885
|
case "engine":
|
|
7869
7886
|
return "engine";
|
|
@@ -7879,7 +7896,7 @@ function Kh(e) {
|
|
|
7879
7896
|
return;
|
|
7880
7897
|
}
|
|
7881
7898
|
}
|
|
7882
|
-
function
|
|
7899
|
+
function Xh(e) {
|
|
7883
7900
|
const t = e.name ?? "";
|
|
7884
7901
|
switch (t) {
|
|
7885
7902
|
case "datapos-app":
|
|
@@ -7896,98 +7913,96 @@ function Gh(e) {
|
|
|
7896
7913
|
return t.includes("datapos-connector") ? "connector" : t.includes("datapos-context") ? "context" : t.includes("datapos-presenter") ? "presenter" : t.includes("datapos-tool") ? "tool" : "other";
|
|
7897
7914
|
}
|
|
7898
7915
|
}
|
|
7899
|
-
const
|
|
7916
|
+
const Jh = ["critical", "high", "moderate", "low", "unknown"], Yh = {
|
|
7900
7917
|
critical: { color: "D32F2F", label: "critical" },
|
|
7901
7918
|
high: { color: "EF6C00", label: "high" },
|
|
7902
7919
|
moderate: { color: "FBC02D", label: "moderate" },
|
|
7903
7920
|
low: { color: "6D8C31", label: "low" },
|
|
7904
7921
|
unknown: { color: "616161", label: "unknown" }
|
|
7905
7922
|
// See sample badges in ~/tests/sampleBadges.md. Also included 'info' colouring.
|
|
7906
|
-
},
|
|
7907
|
-
async function
|
|
7923
|
+
}, wr = "<!-- OWASP_BADGES_START -->", Qh = "<!-- OWASP_BADGES_END -->";
|
|
7924
|
+
async function yl() {
|
|
7908
7925
|
try {
|
|
7909
|
-
Re("Audit Dependencies"), await
|
|
7910
|
-
const e =
|
|
7911
|
-
console.log(1111, e === "90134b27-b657-4a99-8685-c3fc3e8e28fc");
|
|
7912
|
-
const t = await de("package.json");
|
|
7926
|
+
Re("Audit Dependencies"), await Li();
|
|
7927
|
+
const e = await de("package.json");
|
|
7913
7928
|
await Ie("1️⃣", "owasp-dependency-check", [
|
|
7914
7929
|
"--out",
|
|
7915
7930
|
"dependency-check-reports",
|
|
7916
7931
|
"--project",
|
|
7917
|
-
|
|
7932
|
+
e.name ?? "unknown",
|
|
7918
7933
|
"--enableRetired",
|
|
7919
7934
|
"--nodePackageSkipDevDependencies",
|
|
7920
7935
|
"--nvdApiKey",
|
|
7921
|
-
process.env.
|
|
7922
|
-
]), await
|
|
7936
|
+
process.env.OWASP_NVD_API_KEY ?? ""
|
|
7937
|
+
]), await el("2️⃣"), await Ie("3️⃣ Check using 'npm outdated'", "npm", ["audit"]), $e("Dependencies audited.");
|
|
7923
7938
|
} catch (e) {
|
|
7924
7939
|
console.error("❌ Error auditing dependencies.", e), process.exit(1);
|
|
7925
7940
|
}
|
|
7926
7941
|
}
|
|
7927
|
-
async function
|
|
7942
|
+
async function el(e) {
|
|
7928
7943
|
re(`${e} Insert OWASP Badge(s) into 'README.md'`);
|
|
7929
7944
|
const t = await de("dependency-check-reports/dependency-check-report.json"), i = { critical: 0, high: 0, moderate: 0, low: 0, unknown: 0 };
|
|
7930
7945
|
for (const o of t.dependencies)
|
|
7931
7946
|
if (o.vulnerabilities != null)
|
|
7932
|
-
for (const
|
|
7933
|
-
const
|
|
7934
|
-
if (
|
|
7935
|
-
const C =
|
|
7947
|
+
for (const w of o.vulnerabilities) {
|
|
7948
|
+
const S = w.severity?.toLowerCase() ?? "unknown";
|
|
7949
|
+
if (S in i) {
|
|
7950
|
+
const C = Jh.find((j) => j === S);
|
|
7936
7951
|
i[C ?? "unknown"]++;
|
|
7937
7952
|
} else
|
|
7938
7953
|
i.unknown++;
|
|
7939
7954
|
}
|
|
7940
|
-
const r = await
|
|
7955
|
+
const r = await tl(i), n = await Pt("./README.md"), u = n.indexOf(wr), h = n.indexOf(Qh);
|
|
7941
7956
|
if (u === -1 || h === -1) {
|
|
7942
7957
|
console.error("❌ No OWASP badge markers found in 'README.md'.");
|
|
7943
7958
|
return;
|
|
7944
7959
|
}
|
|
7945
|
-
const d = r.join(" "), y = n.slice(0, Math.max(0, u +
|
|
7946
|
-
await
|
|
7960
|
+
const d = r.join(" "), y = n.slice(0, Math.max(0, u + wr.length)) + d + n.slice(Math.max(0, h));
|
|
7961
|
+
await Oi("README.md", y), console.info("OWASP audit badge(s) inserted into 'README.md'");
|
|
7947
7962
|
}
|
|
7948
|
-
async function
|
|
7963
|
+
async function tl(e) {
|
|
7949
7964
|
const t = await de("config.json"), i = [];
|
|
7950
7965
|
if (Object.values(e).reduce((n, u) => n + u, 0) === 0)
|
|
7951
7966
|
console.info("No vulnerabilities found."), i.push(`[](https://data-positioning.github.io/${t.id}/dependency-check-reports/dependency-check-report.html)`);
|
|
7952
7967
|
else
|
|
7953
7968
|
for (const [n, u] of Object.entries(e)) {
|
|
7954
|
-
const h =
|
|
7969
|
+
const h = Yh[n];
|
|
7955
7970
|
if (console.warn(`⚠️ ${u} ${h.label} vulnerability(ies) found.`), u === 0) continue;
|
|
7956
7971
|
const d = `https://img.shields.io/badge/OWASP-${u}%20${h.label}-${h.color}`;
|
|
7957
7972
|
i.push(`[](https://data-positioning.github.io/${t.id}/dependency-check-reports/dependency-check-report.html)`);
|
|
7958
7973
|
}
|
|
7959
7974
|
return i;
|
|
7960
7975
|
}
|
|
7961
|
-
async function
|
|
7976
|
+
async function vl() {
|
|
7962
7977
|
try {
|
|
7963
7978
|
Re("Check Dependencies"), await Ie("1️⃣ Check using 'npm outdated'", "npm", ["outdated"], !0), await Ie("2️⃣ Check using 'npm-check-updates'", "npm-check-updates", ["-i"]), $e("Dependencies checked.");
|
|
7964
7979
|
} catch (e) {
|
|
7965
7980
|
console.error("❌ Error checking dependencies.", e), process.exit(1);
|
|
7966
7981
|
}
|
|
7967
7982
|
}
|
|
7968
|
-
const
|
|
7969
|
-
async function
|
|
7983
|
+
const Sr = "<!-- DEPENDENCY_LICENSES_START -->", il = "<!-- DEPENDENCY_LICENSES_END -->";
|
|
7984
|
+
async function xl(e = [], t = !0) {
|
|
7970
7985
|
try {
|
|
7971
|
-
Re("Document Dependencies"), await
|
|
7986
|
+
Re("Document Dependencies"), await Li();
|
|
7972
7987
|
const i = e.flatMap((n) => ["--allowed", n]), r = Fs(new Bs(import.meta.resolve("@datapos/datapos-development/license-report-config")));
|
|
7973
|
-
await
|
|
7988
|
+
await Se(
|
|
7974
7989
|
"1️⃣ Generate 'licenses.json' file",
|
|
7975
7990
|
"license-report",
|
|
7976
7991
|
["--config", `'${r}'`, "--only=prod,peer", "--output=json"],
|
|
7977
7992
|
"licenses/licenses.json"
|
|
7978
|
-
), await
|
|
7993
|
+
), await Se("2️⃣ Check 'licenses.json' file", "license-report-check", ["--source", "licenses/licenses.json", "--output=table", ...i]), t ? (await Se(
|
|
7979
7994
|
"3️⃣ Generate 'licenseTree.json' file",
|
|
7980
7995
|
"license-report-recursive",
|
|
7981
7996
|
["--only=prod,peer", "--output=tree", "--recurse", "--department.value=n/a", "--licensePeriod.value=n/a", "--material.value=n/a", "--relatedTo.value=n/a"],
|
|
7982
7997
|
"licenses/licenseTree.json"
|
|
7983
|
-
), await
|
|
7998
|
+
), await Se("4️⃣ Check 'licenseTree.json' file", "license-report-check", ["--source", "licenses/licenseTree.json", "--output=table", ...i])) : (re("3️⃣ Skip 'licenses/licenseTree.json' file generate"), re("4️⃣ Skip 'licenses/licenseTree.json' file check")), await Se("5️⃣ Download license files", "license-downloader", ["--source", "licenses/licenses.json", "--licDir", "licenses/downloads", "--download"]), await rl("6️⃣", t), $e("Dependencies documented.");
|
|
7984
7999
|
} catch (i) {
|
|
7985
8000
|
console.error("❌ Error documenting dependencies.", i), process.exit(1);
|
|
7986
8001
|
}
|
|
7987
8002
|
}
|
|
7988
|
-
async function
|
|
8003
|
+
async function rl(e, t) {
|
|
7989
8004
|
re(`${e} Insert licenses into 'README.md'`);
|
|
7990
|
-
const i = await Pt("./README.md"), r = i.indexOf(
|
|
8005
|
+
const i = await Pt("./README.md"), r = i.indexOf(Sr), n = i.indexOf(il);
|
|
7991
8006
|
if (r === -1 || n === -1) {
|
|
7992
8007
|
console.error("❌ No dependency license markers found in 'README.md'.");
|
|
7993
8008
|
return;
|
|
@@ -7997,35 +8012,35 @@ async function il(e, t) {
|
|
|
7997
8012
|
t && (d = await de("licenses/licenseTree.json"));
|
|
7998
8013
|
const y = [
|
|
7999
8014
|
...(() => {
|
|
8000
|
-
const
|
|
8015
|
+
const S = /* @__PURE__ */ new Map();
|
|
8001
8016
|
for (const C of u)
|
|
8002
|
-
|
|
8017
|
+
S.set(C.name, { ...C });
|
|
8003
8018
|
for (const C of h) {
|
|
8004
|
-
const j =
|
|
8005
|
-
|
|
8019
|
+
const j = S.get(C.name);
|
|
8020
|
+
S.set(C.name, j ? { ...j, ...C } : { ...C });
|
|
8006
8021
|
}
|
|
8007
8022
|
for (const C of d) {
|
|
8008
|
-
const j =
|
|
8009
|
-
j &&
|
|
8023
|
+
const j = S.get(C.name);
|
|
8024
|
+
j && S.set(C.name, { ...j, dependencyCount: C.requires?.length ?? 0 });
|
|
8010
8025
|
}
|
|
8011
|
-
return
|
|
8026
|
+
return S.values();
|
|
8012
8027
|
})()
|
|
8013
8028
|
];
|
|
8014
8029
|
let o = `|Name|Type|Installed|Latest|Latest Updated|Deps|Document|
|
|
8015
8030
|
|:-|:-|:-:|:-:|:-|-:|:-|
|
|
8016
8031
|
`;
|
|
8017
|
-
for (const
|
|
8018
|
-
const C =
|
|
8032
|
+
for (const S of y) {
|
|
8033
|
+
const C = S.installedVersion === S.remoteVersion ? S.installedVersion : `${S.installedVersion} ⚠️`, j = S.latestRemoteModified ? sl(S.latestRemoteModified.split("T")[0]) : "n/a", Z = S.dependencyCount != null && S.dependencyCount >= 0 ? S.dependencyCount : "n/a";
|
|
8019
8034
|
let le;
|
|
8020
|
-
|
|
8035
|
+
S.licenseFileLink == null || S.licenseFileLink == "" ? le = "⚠️ No license file" : le = `[${S.licenseFileLink.slice(Math.max(0, S.licenseFileLink.lastIndexOf("/") + 1))}](${S.licenseFileLink})`, o += `|${S.name}|${S.licenseType}|${C}|${S.remoteVersion}|${j}|${Z}|${le}|
|
|
8021
8036
|
`;
|
|
8022
8037
|
}
|
|
8023
|
-
const
|
|
8038
|
+
const w = `${i.slice(0, Math.max(0, r + Sr.length))}
|
|
8024
8039
|
${o}
|
|
8025
8040
|
${i.slice(Math.max(0, n))}`;
|
|
8026
|
-
await
|
|
8041
|
+
await Oi("README.md", w);
|
|
8027
8042
|
}
|
|
8028
|
-
function
|
|
8043
|
+
function sl(e) {
|
|
8029
8044
|
if (e == null || e === "") return "n/a";
|
|
8030
8045
|
const t = e.split("T")[0];
|
|
8031
8046
|
if (t == null || t === "") return "n/a";
|
|
@@ -8033,26 +8048,26 @@ function rl(e) {
|
|
|
8033
8048
|
let n = (r.getFullYear() - i.getFullYear()) * 12 + (r.getMonth() - i.getMonth());
|
|
8034
8049
|
return r.getDate() < i.getDate() && (n -= 1), n === 0 ? `this month - ${t}` : n === 1 ? `1 month ago - ${t}` : n <= 6 ? `${n} months ago - ${t}` : n <= 12 ? `${n} months ago - ${t} ⚠️` : `${n} months ago - ${t}❗`;
|
|
8035
8050
|
}
|
|
8036
|
-
async function
|
|
8051
|
+
async function gl() {
|
|
8037
8052
|
try {
|
|
8038
8053
|
Re("Format Code"), await Ie("1️⃣ Format", "prettier", ["--write", "src/"]), $e("Code formatted.");
|
|
8039
8054
|
} catch (e) {
|
|
8040
8055
|
console.error("❌ Error formatting code.", e), process.exit(1);
|
|
8041
8056
|
}
|
|
8042
8057
|
}
|
|
8043
|
-
async function
|
|
8058
|
+
async function bl() {
|
|
8044
8059
|
try {
|
|
8045
8060
|
Re("Lint Code"), await Ie("1️⃣ Lint", "eslint", []), $e("Code linted.");
|
|
8046
8061
|
} catch (e) {
|
|
8047
8062
|
console.error("❌ Error linting code.", e), process.exit(1);
|
|
8048
8063
|
}
|
|
8049
8064
|
}
|
|
8050
|
-
const
|
|
8051
|
-
async function
|
|
8065
|
+
const nl = ["1️⃣", "2️⃣", "3️⃣", "4️⃣", "5️⃣", "6️⃣", "7️⃣", "8️⃣", "9️⃣"];
|
|
8066
|
+
async function _l(e = []) {
|
|
8052
8067
|
try {
|
|
8053
8068
|
Re("Update '@datapos/datapos' Dependencies");
|
|
8054
8069
|
for (const [t, i] of e.entries()) {
|
|
8055
|
-
const r =
|
|
8070
|
+
const r = nl.at(t) ?? "🔢";
|
|
8056
8071
|
await Ie(`${r} Update '${i}'`, "npm", ["install", `@datapos/datapos-${i}@latest`]);
|
|
8057
8072
|
}
|
|
8058
8073
|
$e("'@datapos/datapos' dependencies updated.");
|
|
@@ -8060,7 +8075,7 @@ async function bl(e = []) {
|
|
|
8060
8075
|
console.error("❌ Error updating '@datapos/datapos' dependencies.", t), process.exit(1);
|
|
8061
8076
|
}
|
|
8062
8077
|
}
|
|
8063
|
-
async function
|
|
8078
|
+
async function kl(e) {
|
|
8064
8079
|
try {
|
|
8065
8080
|
console.info(`🚀 Building public directory index for identifier '${e}'...`);
|
|
8066
8081
|
const t = {};
|
|
@@ -8071,40 +8086,40 @@ async function _l(e) {
|
|
|
8071
8086
|
for (const y of u) {
|
|
8072
8087
|
const o = `${n}/${y}`;
|
|
8073
8088
|
try {
|
|
8074
|
-
const
|
|
8075
|
-
if (
|
|
8076
|
-
const
|
|
8077
|
-
h.push(C), await i(o,
|
|
8089
|
+
const w = await Ae.stat(o);
|
|
8090
|
+
if (w.isDirectory()) {
|
|
8091
|
+
const S = await Ae.readdir(o), C = { childCount: S.length, name: y, typeId: "folder" };
|
|
8092
|
+
h.push(C), await i(o, S);
|
|
8078
8093
|
} else {
|
|
8079
|
-
const
|
|
8080
|
-
h.push(
|
|
8094
|
+
const S = { id: Ds(), lastModifiedAt: w.mtimeMs, name: y, size: w.size, typeId: "object" };
|
|
8095
|
+
h.push(S);
|
|
8081
8096
|
}
|
|
8082
|
-
} catch (
|
|
8083
|
-
throw new Error(`Unable to get information for '${y}' in 'buildPublicDirectoryIndex'. ${String(
|
|
8097
|
+
} catch (w) {
|
|
8098
|
+
throw new Error(`Unable to get information for '${y}' in 'buildPublicDirectoryIndex'. ${String(w)}`);
|
|
8084
8099
|
}
|
|
8085
8100
|
}
|
|
8086
8101
|
h.sort((y, o) => {
|
|
8087
|
-
const
|
|
8088
|
-
return
|
|
8102
|
+
const w = y.typeId.localeCompare(o.typeId);
|
|
8103
|
+
return w === 0 ? y.name.localeCompare(o.name) : w;
|
|
8089
8104
|
});
|
|
8090
8105
|
}
|
|
8091
|
-
const r = await
|
|
8092
|
-
await i(`public/${e}`, r), await
|
|
8106
|
+
const r = await Ae.readdir(`public/${e}`);
|
|
8107
|
+
await i(`public/${e}`, r), await Ae.writeFile(`./public/${e}Index.json`, JSON.stringify(t), "utf8"), console.info("✅ Public directory index built.");
|
|
8093
8108
|
} catch (t) {
|
|
8094
8109
|
console.error("❌ Error building public directory index.", t);
|
|
8095
8110
|
}
|
|
8096
8111
|
}
|
|
8097
8112
|
export {
|
|
8098
|
-
|
|
8099
|
-
|
|
8100
|
-
|
|
8101
|
-
|
|
8102
|
-
|
|
8103
|
-
|
|
8104
|
-
|
|
8105
|
-
|
|
8106
|
-
|
|
8107
|
-
|
|
8108
|
-
|
|
8113
|
+
yl as auditDependencies,
|
|
8114
|
+
kl as buildDirectoryIndex,
|
|
8115
|
+
pl as buildProject,
|
|
8116
|
+
vl as checkDependencies,
|
|
8117
|
+
xl as documentDependencies,
|
|
8118
|
+
gl as formatCode,
|
|
8119
|
+
bl as lintCode,
|
|
8120
|
+
fl as releaseProject,
|
|
8121
|
+
dl as syncProjectWithGitHub,
|
|
8122
|
+
ml as testProject,
|
|
8123
|
+
_l as updateDataPosDependencies
|
|
8109
8124
|
};
|
|
8110
8125
|
//# sourceMappingURL=datapos-development.es.js.map
|