@datapos/datapos-development 0.3.359 → 0.3.361
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,10 +1,10 @@
|
|
|
1
1
|
import { promises as ge } from "node:fs";
|
|
2
|
-
import { nanoid as
|
|
2
|
+
import { nanoid as zs } from "nanoid";
|
|
3
3
|
import Dt from "node:path";
|
|
4
|
-
import { promisify as
|
|
5
|
-
import { exec as
|
|
6
|
-
import { CONNECTOR_SOURCE_OPERATIONS as
|
|
7
|
-
import { fileURLToPath as
|
|
4
|
+
import { promisify as js } from "node:util";
|
|
5
|
+
import { exec as Fs, spawn as $s } from "node:child_process";
|
|
6
|
+
import { CONNECTOR_SOURCE_OPERATIONS as Bs, CONNECTOR_DESTINATION_OPERATIONS as Zs } from "@datapos/datapos-shared";
|
|
7
|
+
import { fileURLToPath as Cr, URL as Us } from "node:url";
|
|
8
8
|
function k(e, t, i) {
|
|
9
9
|
function r(d, y) {
|
|
10
10
|
if (d._zod || Object.defineProperty(d, "_zod", {
|
|
@@ -44,16 +44,16 @@ class st extends Error {
|
|
|
44
44
|
super("Encountered Promise during synchronous parse. Use .parseAsync() instead.");
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
|
-
class
|
|
47
|
+
class Ar extends Error {
|
|
48
48
|
constructor(t) {
|
|
49
49
|
super(`Encountered unidirectional transform during encode: ${t}`), this.name = "ZodEncodeError";
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
|
-
const
|
|
52
|
+
const Er = {};
|
|
53
53
|
function Ue(e) {
|
|
54
|
-
return
|
|
54
|
+
return Er;
|
|
55
55
|
}
|
|
56
|
-
function
|
|
56
|
+
function qs(e) {
|
|
57
57
|
const t = Object.values(e).filter((r) => typeof r == "number");
|
|
58
58
|
return Object.entries(e).filter(([r, n]) => t.indexOf(+r) === -1).map(([r, n]) => n);
|
|
59
59
|
}
|
|
@@ -77,7 +77,7 @@ function _i(e) {
|
|
|
77
77
|
const t = e.startsWith("^") ? 1 : 0, i = e.endsWith("$") ? e.length - 1 : e.length;
|
|
78
78
|
return e.slice(t, i);
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function Hs(e, t) {
|
|
81
81
|
const i = (e.toString().split(".")[1] || "").length, r = t.toString();
|
|
82
82
|
let n = (r.split(".")[1] || "").length;
|
|
83
83
|
if (n === 0 && /\d?e-\d?/.test(r)) {
|
|
@@ -123,15 +123,15 @@ function Ye(...e) {
|
|
|
123
123
|
function $i(e) {
|
|
124
124
|
return JSON.stringify(e);
|
|
125
125
|
}
|
|
126
|
-
function
|
|
126
|
+
function Gs(e) {
|
|
127
127
|
return e.toLowerCase().trim().replace(/[^\w\s-]/g, "").replace(/[\s_-]+/g, "-").replace(/^-+|-+$/g, "");
|
|
128
128
|
}
|
|
129
|
-
const
|
|
129
|
+
const Ir = "captureStackTrace" in Error ? Error.captureStackTrace : (...e) => {
|
|
130
130
|
};
|
|
131
131
|
function Mt(e) {
|
|
132
132
|
return typeof e == "object" && e !== null && !Array.isArray(e);
|
|
133
133
|
}
|
|
134
|
-
const
|
|
134
|
+
const Ws = gi(() => {
|
|
135
135
|
if (typeof navigator < "u" && navigator?.userAgent?.includes("Cloudflare"))
|
|
136
136
|
return !1;
|
|
137
137
|
try {
|
|
@@ -150,10 +150,10 @@ function nt(e) {
|
|
|
150
150
|
const i = t.prototype;
|
|
151
151
|
return !(Mt(i) === !1 || Object.prototype.hasOwnProperty.call(i, "isPrototypeOf") === !1);
|
|
152
152
|
}
|
|
153
|
-
function
|
|
153
|
+
function Nr(e) {
|
|
154
154
|
return nt(e) ? { ...e } : Array.isArray(e) ? [...e] : e;
|
|
155
155
|
}
|
|
156
|
-
const
|
|
156
|
+
const Ks = /* @__PURE__ */ new Set(["string", "number", "symbol"]);
|
|
157
157
|
function at(e) {
|
|
158
158
|
return e.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
159
159
|
}
|
|
@@ -174,17 +174,17 @@ function R(e) {
|
|
|
174
174
|
}
|
|
175
175
|
return delete t.message, typeof t.error == "string" ? { ...t, error: () => t.error } : t;
|
|
176
176
|
}
|
|
177
|
-
function
|
|
177
|
+
function Xs(e) {
|
|
178
178
|
return Object.keys(e).filter((t) => e[t]._zod.optin === "optional" && e[t]._zod.optout === "optional");
|
|
179
179
|
}
|
|
180
|
-
const
|
|
180
|
+
const Js = {
|
|
181
181
|
safeint: [Number.MIN_SAFE_INTEGER, Number.MAX_SAFE_INTEGER],
|
|
182
182
|
int32: [-2147483648, 2147483647],
|
|
183
183
|
uint32: [0, 4294967295],
|
|
184
184
|
float32: [-34028234663852886e22, 34028234663852886e22],
|
|
185
185
|
float64: [-Number.MAX_VALUE, Number.MAX_VALUE]
|
|
186
186
|
};
|
|
187
|
-
function
|
|
187
|
+
function Ys(e, t) {
|
|
188
188
|
const i = e._zod.def, r = Ye(e._zod.def, {
|
|
189
189
|
get shape() {
|
|
190
190
|
const n = {};
|
|
@@ -199,7 +199,7 @@ function Js(e, t) {
|
|
|
199
199
|
});
|
|
200
200
|
return Ge(e, r);
|
|
201
201
|
}
|
|
202
|
-
function
|
|
202
|
+
function Qs(e, t) {
|
|
203
203
|
const i = e._zod.def, r = Ye(e._zod.def, {
|
|
204
204
|
get shape() {
|
|
205
205
|
const n = { ...e._zod.def.shape };
|
|
@@ -214,7 +214,7 @@ function Ys(e, t) {
|
|
|
214
214
|
});
|
|
215
215
|
return Ge(e, r);
|
|
216
216
|
}
|
|
217
|
-
function
|
|
217
|
+
function en(e, t) {
|
|
218
218
|
if (!nt(t))
|
|
219
219
|
throw new Error("Invalid input to extend: expected a plain object");
|
|
220
220
|
const i = e._zod.def.checks;
|
|
@@ -229,7 +229,7 @@ function Qs(e, t) {
|
|
|
229
229
|
});
|
|
230
230
|
return Ge(e, n);
|
|
231
231
|
}
|
|
232
|
-
function
|
|
232
|
+
function tn(e, t) {
|
|
233
233
|
if (!nt(t))
|
|
234
234
|
throw new Error("Invalid input to safeExtend: expected a plain object");
|
|
235
235
|
const i = {
|
|
@@ -242,7 +242,7 @@ function en(e, t) {
|
|
|
242
242
|
};
|
|
243
243
|
return Ge(e, i);
|
|
244
244
|
}
|
|
245
|
-
function
|
|
245
|
+
function rn(e, t) {
|
|
246
246
|
const i = Ye(e._zod.def, {
|
|
247
247
|
get shape() {
|
|
248
248
|
const r = { ...e._zod.def.shape, ...t._zod.def.shape };
|
|
@@ -256,7 +256,7 @@ function tn(e, t) {
|
|
|
256
256
|
});
|
|
257
257
|
return Ge(e, i);
|
|
258
258
|
}
|
|
259
|
-
function
|
|
259
|
+
function sn(e, t, i) {
|
|
260
260
|
const r = Ye(t._zod.def, {
|
|
261
261
|
get shape() {
|
|
262
262
|
const n = t._zod.def.shape, u = { ...n };
|
|
@@ -281,7 +281,7 @@ function rn(e, t, i) {
|
|
|
281
281
|
});
|
|
282
282
|
return Ge(t, r);
|
|
283
283
|
}
|
|
284
|
-
function
|
|
284
|
+
function nn(e, t, i) {
|
|
285
285
|
const r = Ye(t._zod.def, {
|
|
286
286
|
get shape() {
|
|
287
287
|
const n = t._zod.def.shape, u = { ...n };
|
|
@@ -343,7 +343,7 @@ function _t(...e) {
|
|
|
343
343
|
inst: r
|
|
344
344
|
} : { ...t };
|
|
345
345
|
}
|
|
346
|
-
const
|
|
346
|
+
const Lr = (e, t) => {
|
|
347
347
|
e.name = "$ZodError", Object.defineProperty(e, "_zod", {
|
|
348
348
|
value: e._zod,
|
|
349
349
|
enumerable: !1
|
|
@@ -354,14 +354,14 @@ const Nr = (e, t) => {
|
|
|
354
354
|
value: () => e.message,
|
|
355
355
|
enumerable: !1
|
|
356
356
|
});
|
|
357
|
-
},
|
|
358
|
-
function
|
|
357
|
+
}, Or = k("$ZodError", Lr), Rr = k("$ZodError", Lr, { Parent: Error });
|
|
358
|
+
function an(e, t = (i) => i.message) {
|
|
359
359
|
const i = {}, r = [];
|
|
360
360
|
for (const n of e.issues)
|
|
361
361
|
n.path.length > 0 ? (i[n.path[0]] = i[n.path[0]] || [], i[n.path[0]].push(t(n))) : r.push(t(n));
|
|
362
362
|
return { formErrors: r, fieldErrors: i };
|
|
363
363
|
}
|
|
364
|
-
function
|
|
364
|
+
function on(e, t = (i) => i.message) {
|
|
365
365
|
const i = { _errors: [] }, r = (n) => {
|
|
366
366
|
for (const u of n.issues)
|
|
367
367
|
if (u.code === "invalid_union" && u.errors.length)
|
|
@@ -388,7 +388,7 @@ const wi = (e) => (t, i, r, n) => {
|
|
|
388
388
|
throw new st();
|
|
389
389
|
if (h.issues.length) {
|
|
390
390
|
const d = new (n?.Err ?? e)(h.issues.map((y) => qe(y, u, Ue())));
|
|
391
|
-
throw
|
|
391
|
+
throw Ir(d, n?.callee), d;
|
|
392
392
|
}
|
|
393
393
|
return h.value;
|
|
394
394
|
}, Si = (e) => async (t, i, r, n) => {
|
|
@@ -396,7 +396,7 @@ const wi = (e) => (t, i, r, n) => {
|
|
|
396
396
|
let h = t._zod.run({ value: i, issues: [] }, u);
|
|
397
397
|
if (h instanceof Promise && (h = await h), h.issues.length) {
|
|
398
398
|
const d = new (n?.Err ?? e)(h.issues.map((y) => qe(y, u, Ue())));
|
|
399
|
-
throw
|
|
399
|
+
throw Ir(d, n?.callee), d;
|
|
400
400
|
}
|
|
401
401
|
return h.value;
|
|
402
402
|
}, qt = (e) => (t, i, r) => {
|
|
@@ -405,58 +405,58 @@ const wi = (e) => (t, i, r, n) => {
|
|
|
405
405
|
throw new st();
|
|
406
406
|
return u.issues.length ? {
|
|
407
407
|
success: !1,
|
|
408
|
-
error: new (e ??
|
|
408
|
+
error: new (e ?? Or)(u.issues.map((h) => qe(h, n, Ue())))
|
|
409
409
|
} : { success: !0, data: u.value };
|
|
410
|
-
},
|
|
410
|
+
}, un = /* @__PURE__ */ qt(Rr), Ht = (e) => async (t, i, r) => {
|
|
411
411
|
const n = r ? Object.assign(r, { async: !0 }) : { async: !0 };
|
|
412
412
|
let u = t._zod.run({ value: i, issues: [] }, n);
|
|
413
413
|
return u instanceof Promise && (u = await u), u.issues.length ? {
|
|
414
414
|
success: !1,
|
|
415
415
|
error: new e(u.issues.map((h) => qe(h, n, Ue())))
|
|
416
416
|
} : { success: !0, data: u.value };
|
|
417
|
-
},
|
|
417
|
+
}, cn = /* @__PURE__ */ Ht(Rr), hn = (e) => (t, i, r) => {
|
|
418
418
|
const n = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
419
419
|
return wi(e)(t, i, n);
|
|
420
|
-
},
|
|
420
|
+
}, ln = (e) => (t, i, r) => wi(e)(t, i, r), pn = (e) => async (t, i, r) => {
|
|
421
421
|
const n = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
422
422
|
return Si(e)(t, i, n);
|
|
423
|
-
},
|
|
423
|
+
}, fn = (e) => async (t, i, r) => Si(e)(t, i, r), dn = (e) => (t, i, r) => {
|
|
424
424
|
const n = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
425
425
|
return qt(e)(t, i, n);
|
|
426
|
-
},
|
|
426
|
+
}, mn = (e) => (t, i, r) => qt(e)(t, i, r), yn = (e) => async (t, i, r) => {
|
|
427
427
|
const n = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
428
428
|
return Ht(e)(t, i, n);
|
|
429
|
-
},
|
|
430
|
-
function
|
|
431
|
-
return new RegExp(
|
|
429
|
+
}, vn = (e) => async (t, i, r) => Ht(e)(t, i, r), xn = /^[cC][^\s-]{8,}$/, gn = /^[0-9a-z]+$/, bn = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, _n = /^[0-9a-vA-V]{20}$/, kn = /^[A-Za-z0-9]{27}$/, wn = /^[a-zA-Z0-9_-]{21}$/, Sn = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, Tn = /^([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})$/, Bi = (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)$/, Pn = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, Cn = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
430
|
+
function An() {
|
|
431
|
+
return new RegExp(Cn, "u");
|
|
432
432
|
}
|
|
433
|
-
const
|
|
434
|
-
function
|
|
433
|
+
const 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])$/, In = /^(([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}|:))$/, Nn = /^((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])$/, Ln = /^(([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])$/, On = /^$|^(?:[0-9a-zA-Z+/]{4})*(?:(?:[0-9a-zA-Z+/]{2}==)|(?:[0-9a-zA-Z+/]{3}=))?$/, Dr = /^[A-Za-z0-9_-]*$/, Rn = /^\+(?:[0-9]){6,14}[0-9]$/, Mr = "(?:(?:\\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])))", Dn = /* @__PURE__ */ new RegExp(`^${Mr}$`);
|
|
434
|
+
function Vr(e) {
|
|
435
435
|
const t = "(?:[01]\\d|2[0-3]):[0-5]\\d";
|
|
436
436
|
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+)?)?`;
|
|
437
437
|
}
|
|
438
|
-
function Dn(e) {
|
|
439
|
-
return new RegExp(`^${Mr(e)}$`);
|
|
440
|
-
}
|
|
441
438
|
function Mn(e) {
|
|
442
|
-
|
|
439
|
+
return new RegExp(`^${Vr(e)}$`);
|
|
440
|
+
}
|
|
441
|
+
function Vn(e) {
|
|
442
|
+
const t = Vr({ precision: e.precision }), i = ["Z"];
|
|
443
443
|
e.local && i.push(""), e.offset && i.push("([+-](?:[01]\\d|2[0-3]):[0-5]\\d)");
|
|
444
444
|
const r = `${t}(?:${i.join("|")})`;
|
|
445
|
-
return new RegExp(`^${
|
|
445
|
+
return new RegExp(`^${Mr}T(?:${r})$`);
|
|
446
446
|
}
|
|
447
|
-
const
|
|
447
|
+
const zn = (e) => {
|
|
448
448
|
const t = e ? `[\\s\\S]{${e?.minimum ?? 0},${e?.maximum ?? ""}}` : "[\\s\\S]*";
|
|
449
449
|
return new RegExp(`^${t}$`);
|
|
450
|
-
},
|
|
450
|
+
}, jn = /^-?\d+$/, Fn = /^-?\d+(?:\.\d+)?/, $n = /^(?:true|false)$/i, Bn = /^[^A-Z]*$/, Zn = /^[^a-z]*$/, me = /* @__PURE__ */ k("$ZodCheck", (e, t) => {
|
|
451
451
|
var i;
|
|
452
452
|
e._zod ?? (e._zod = {}), e._zod.def = t, (i = e._zod).onattach ?? (i.onattach = []);
|
|
453
|
-
}),
|
|
453
|
+
}), zr = {
|
|
454
454
|
number: "number",
|
|
455
455
|
bigint: "bigint",
|
|
456
456
|
object: "date"
|
|
457
|
-
},
|
|
457
|
+
}, jr = /* @__PURE__ */ k("$ZodCheckLessThan", (e, t) => {
|
|
458
458
|
me.init(e, t);
|
|
459
|
-
const i =
|
|
459
|
+
const i = zr[typeof t.value];
|
|
460
460
|
e._zod.onattach.push((r) => {
|
|
461
461
|
const n = r._zod.bag, u = (t.inclusive ? n.maximum : n.exclusiveMaximum) ?? Number.POSITIVE_INFINITY;
|
|
462
462
|
t.value < u && (t.inclusive ? n.maximum = t.value : n.exclusiveMaximum = t.value);
|
|
@@ -471,9 +471,9 @@ const Vn = (e) => {
|
|
|
471
471
|
continue: !t.abort
|
|
472
472
|
});
|
|
473
473
|
};
|
|
474
|
-
}),
|
|
474
|
+
}), Fr = /* @__PURE__ */ k("$ZodCheckGreaterThan", (e, t) => {
|
|
475
475
|
me.init(e, t);
|
|
476
|
-
const i =
|
|
476
|
+
const i = zr[typeof t.value];
|
|
477
477
|
e._zod.onattach.push((r) => {
|
|
478
478
|
const n = r._zod.bag, u = (t.inclusive ? n.minimum : n.exclusiveMinimum) ?? Number.NEGATIVE_INFINITY;
|
|
479
479
|
t.value > u && (t.inclusive ? n.minimum = t.value : n.exclusiveMinimum = t.value);
|
|
@@ -488,14 +488,14 @@ const Vn = (e) => {
|
|
|
488
488
|
continue: !t.abort
|
|
489
489
|
});
|
|
490
490
|
};
|
|
491
|
-
}),
|
|
491
|
+
}), Un = /* @__PURE__ */ k("$ZodCheckMultipleOf", (e, t) => {
|
|
492
492
|
me.init(e, t), e._zod.onattach.push((i) => {
|
|
493
493
|
var r;
|
|
494
494
|
(r = i._zod.bag).multipleOf ?? (r.multipleOf = t.value);
|
|
495
495
|
}), e._zod.check = (i) => {
|
|
496
496
|
if (typeof i.value != typeof t.value)
|
|
497
497
|
throw new Error("Cannot mix number and bigint in multiple_of check.");
|
|
498
|
-
(typeof i.value == "bigint" ? i.value % t.value === BigInt(0) :
|
|
498
|
+
(typeof i.value == "bigint" ? i.value % t.value === BigInt(0) : Hs(i.value, t.value) === 0) || i.issues.push({
|
|
499
499
|
origin: typeof i.value,
|
|
500
500
|
code: "not_multiple_of",
|
|
501
501
|
divisor: t.value,
|
|
@@ -504,12 +504,12 @@ const Vn = (e) => {
|
|
|
504
504
|
continue: !t.abort
|
|
505
505
|
});
|
|
506
506
|
};
|
|
507
|
-
}),
|
|
507
|
+
}), qn = /* @__PURE__ */ k("$ZodCheckNumberFormat", (e, t) => {
|
|
508
508
|
me.init(e, t), t.format = t.format || "float64";
|
|
509
|
-
const i = t.format?.includes("int"), r = i ? "int" : "number", [n, u] =
|
|
509
|
+
const i = t.format?.includes("int"), r = i ? "int" : "number", [n, u] = Js[t.format];
|
|
510
510
|
e._zod.onattach.push((h) => {
|
|
511
511
|
const d = h._zod.bag;
|
|
512
|
-
d.format = t.format, d.minimum = n, d.maximum = u, i && (d.pattern =
|
|
512
|
+
d.format = t.format, d.minimum = n, d.maximum = u, i && (d.pattern = jn);
|
|
513
513
|
}), e._zod.check = (h) => {
|
|
514
514
|
const d = h.value;
|
|
515
515
|
if (i) {
|
|
@@ -561,7 +561,7 @@ const Vn = (e) => {
|
|
|
561
561
|
inst: e
|
|
562
562
|
});
|
|
563
563
|
};
|
|
564
|
-
}),
|
|
564
|
+
}), Hn = /* @__PURE__ */ k("$ZodCheckMaxLength", (e, t) => {
|
|
565
565
|
var i;
|
|
566
566
|
me.init(e, t), (i = e._zod.def).when ?? (i.when = (r) => {
|
|
567
567
|
const n = r.value;
|
|
@@ -584,7 +584,7 @@ const Vn = (e) => {
|
|
|
584
584
|
continue: !t.abort
|
|
585
585
|
});
|
|
586
586
|
};
|
|
587
|
-
}),
|
|
587
|
+
}), Gn = /* @__PURE__ */ k("$ZodCheckMinLength", (e, t) => {
|
|
588
588
|
var i;
|
|
589
589
|
me.init(e, t), (i = e._zod.def).when ?? (i.when = (r) => {
|
|
590
590
|
const n = r.value;
|
|
@@ -607,7 +607,7 @@ const Vn = (e) => {
|
|
|
607
607
|
continue: !t.abort
|
|
608
608
|
});
|
|
609
609
|
};
|
|
610
|
-
}),
|
|
610
|
+
}), Wn = /* @__PURE__ */ k("$ZodCheckLengthEquals", (e, t) => {
|
|
611
611
|
var i;
|
|
612
612
|
me.init(e, t), (i = e._zod.def).when ?? (i.when = (r) => {
|
|
613
613
|
const n = r.value;
|
|
@@ -647,7 +647,7 @@ const Vn = (e) => {
|
|
|
647
647
|
});
|
|
648
648
|
}) : (r = e._zod).check ?? (r.check = () => {
|
|
649
649
|
});
|
|
650
|
-
}),
|
|
650
|
+
}), Kn = /* @__PURE__ */ k("$ZodCheckRegex", (e, t) => {
|
|
651
651
|
Gt.init(e, t), e._zod.check = (i) => {
|
|
652
652
|
t.pattern.lastIndex = 0, !t.pattern.test(i.value) && i.issues.push({
|
|
653
653
|
origin: "string",
|
|
@@ -659,11 +659,11 @@ const Vn = (e) => {
|
|
|
659
659
|
continue: !t.abort
|
|
660
660
|
});
|
|
661
661
|
};
|
|
662
|
-
}),
|
|
663
|
-
t.pattern ?? (t.pattern = $n), Gt.init(e, t);
|
|
664
|
-
}), Xn = /* @__PURE__ */ k("$ZodCheckUpperCase", (e, t) => {
|
|
662
|
+
}), Xn = /* @__PURE__ */ k("$ZodCheckLowerCase", (e, t) => {
|
|
665
663
|
t.pattern ?? (t.pattern = Bn), Gt.init(e, t);
|
|
666
|
-
}), Jn = /* @__PURE__ */ k("$
|
|
664
|
+
}), Jn = /* @__PURE__ */ k("$ZodCheckUpperCase", (e, t) => {
|
|
665
|
+
t.pattern ?? (t.pattern = Zn), Gt.init(e, t);
|
|
666
|
+
}), Yn = /* @__PURE__ */ k("$ZodCheckIncludes", (e, t) => {
|
|
667
667
|
me.init(e, t);
|
|
668
668
|
const i = at(t.includes), r = new RegExp(typeof t.position == "number" ? `^.{${t.position}}${i}` : i);
|
|
669
669
|
t.pattern = r, e._zod.onattach.push((n) => {
|
|
@@ -680,7 +680,7 @@ const Vn = (e) => {
|
|
|
680
680
|
continue: !t.abort
|
|
681
681
|
});
|
|
682
682
|
};
|
|
683
|
-
}),
|
|
683
|
+
}), Qn = /* @__PURE__ */ k("$ZodCheckStartsWith", (e, t) => {
|
|
684
684
|
me.init(e, t);
|
|
685
685
|
const i = new RegExp(`^${at(t.prefix)}.*`);
|
|
686
686
|
t.pattern ?? (t.pattern = i), e._zod.onattach.push((r) => {
|
|
@@ -697,7 +697,7 @@ const Vn = (e) => {
|
|
|
697
697
|
continue: !t.abort
|
|
698
698
|
});
|
|
699
699
|
};
|
|
700
|
-
}),
|
|
700
|
+
}), ea = /* @__PURE__ */ k("$ZodCheckEndsWith", (e, t) => {
|
|
701
701
|
me.init(e, t);
|
|
702
702
|
const i = new RegExp(`.*${at(t.suffix)}$`);
|
|
703
703
|
t.pattern ?? (t.pattern = i), e._zod.onattach.push((r) => {
|
|
@@ -714,12 +714,12 @@ const Vn = (e) => {
|
|
|
714
714
|
continue: !t.abort
|
|
715
715
|
});
|
|
716
716
|
};
|
|
717
|
-
}),
|
|
717
|
+
}), ta = /* @__PURE__ */ k("$ZodCheckOverwrite", (e, t) => {
|
|
718
718
|
me.init(e, t), e._zod.check = (i) => {
|
|
719
719
|
i.value = t.tx(i.value);
|
|
720
720
|
};
|
|
721
721
|
});
|
|
722
|
-
class
|
|
722
|
+
class ia {
|
|
723
723
|
constructor(t = []) {
|
|
724
724
|
this.content = [], this.indent = 0, this && (this.args = t);
|
|
725
725
|
}
|
|
@@ -742,13 +742,13 @@ class ta {
|
|
|
742
742
|
`));
|
|
743
743
|
}
|
|
744
744
|
}
|
|
745
|
-
const
|
|
745
|
+
const ra = {
|
|
746
746
|
major: 4,
|
|
747
747
|
minor: 1,
|
|
748
748
|
patch: 13
|
|
749
749
|
}, Y = /* @__PURE__ */ k("$ZodType", (e, t) => {
|
|
750
750
|
var i;
|
|
751
|
-
e ?? (e = {}), e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version =
|
|
751
|
+
e ?? (e = {}), e._zod.def = t, e._zod.bag = e._zod.bag || {}, e._zod.version = ra;
|
|
752
752
|
const r = [...e._zod.def.checks ?? []];
|
|
753
753
|
e._zod.traits.has("$ZodCheck") && r.unshift(e);
|
|
754
754
|
for (const n of r)
|
|
@@ -811,17 +811,17 @@ const ia = {
|
|
|
811
811
|
e["~standard"] = {
|
|
812
812
|
validate: (n) => {
|
|
813
813
|
try {
|
|
814
|
-
const u =
|
|
814
|
+
const u = un(e, n);
|
|
815
815
|
return u.success ? { value: u.data } : { issues: u.error?.issues };
|
|
816
816
|
} catch {
|
|
817
|
-
return
|
|
817
|
+
return cn(e, n).then((h) => h.success ? { value: h.data } : { issues: h.error?.issues });
|
|
818
818
|
}
|
|
819
819
|
},
|
|
820
820
|
vendor: "zod",
|
|
821
821
|
version: 1
|
|
822
822
|
};
|
|
823
823
|
}), Ti = /* @__PURE__ */ k("$ZodString", (e, t) => {
|
|
824
|
-
Y.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ??
|
|
824
|
+
Y.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ?? zn(e._zod.bag), e._zod.parse = (i, r) => {
|
|
825
825
|
if (t.coerce)
|
|
826
826
|
try {
|
|
827
827
|
i.value = String(i.value);
|
|
@@ -836,9 +836,9 @@ const ia = {
|
|
|
836
836
|
};
|
|
837
837
|
}), W = /* @__PURE__ */ k("$ZodStringFormat", (e, t) => {
|
|
838
838
|
Gt.init(e, t), Ti.init(e, t);
|
|
839
|
-
}),
|
|
840
|
-
t.pattern ?? (t.pattern =
|
|
841
|
-
}),
|
|
839
|
+
}), sa = /* @__PURE__ */ k("$ZodGUID", (e, t) => {
|
|
840
|
+
t.pattern ?? (t.pattern = Tn), W.init(e, t);
|
|
841
|
+
}), na = /* @__PURE__ */ k("$ZodUUID", (e, t) => {
|
|
842
842
|
if (t.version) {
|
|
843
843
|
const r = {
|
|
844
844
|
v1: 1,
|
|
@@ -856,9 +856,9 @@ const ia = {
|
|
|
856
856
|
} else
|
|
857
857
|
t.pattern ?? (t.pattern = Bi());
|
|
858
858
|
W.init(e, t);
|
|
859
|
-
}),
|
|
860
|
-
t.pattern ?? (t.pattern =
|
|
861
|
-
}),
|
|
859
|
+
}), aa = /* @__PURE__ */ k("$ZodEmail", (e, t) => {
|
|
860
|
+
t.pattern ?? (t.pattern = Pn), W.init(e, t);
|
|
861
|
+
}), oa = /* @__PURE__ */ k("$ZodURL", (e, t) => {
|
|
862
862
|
W.init(e, t), e._zod.check = (i) => {
|
|
863
863
|
try {
|
|
864
864
|
const r = i.value.trim(), n = new URL(r);
|
|
@@ -890,32 +890,32 @@ const ia = {
|
|
|
890
890
|
});
|
|
891
891
|
}
|
|
892
892
|
};
|
|
893
|
-
}),
|
|
894
|
-
t.pattern ?? (t.pattern =
|
|
895
|
-
}),
|
|
896
|
-
t.pattern ?? (t.pattern =
|
|
897
|
-
}),
|
|
898
|
-
t.pattern ?? (t.pattern = vn), W.init(e, t);
|
|
899
|
-
}), ha = /* @__PURE__ */ k("$ZodCUID2", (e, t) => {
|
|
893
|
+
}), ua = /* @__PURE__ */ k("$ZodEmoji", (e, t) => {
|
|
894
|
+
t.pattern ?? (t.pattern = An()), W.init(e, t);
|
|
895
|
+
}), ca = /* @__PURE__ */ k("$ZodNanoID", (e, t) => {
|
|
896
|
+
t.pattern ?? (t.pattern = wn), W.init(e, t);
|
|
897
|
+
}), ha = /* @__PURE__ */ k("$ZodCUID", (e, t) => {
|
|
900
898
|
t.pattern ?? (t.pattern = xn), W.init(e, t);
|
|
901
|
-
}), la = /* @__PURE__ */ k("$
|
|
899
|
+
}), la = /* @__PURE__ */ k("$ZodCUID2", (e, t) => {
|
|
902
900
|
t.pattern ?? (t.pattern = gn), W.init(e, t);
|
|
903
|
-
}), pa = /* @__PURE__ */ k("$
|
|
901
|
+
}), pa = /* @__PURE__ */ k("$ZodULID", (e, t) => {
|
|
904
902
|
t.pattern ?? (t.pattern = bn), W.init(e, t);
|
|
905
|
-
}), fa = /* @__PURE__ */ k("$
|
|
903
|
+
}), fa = /* @__PURE__ */ k("$ZodXID", (e, t) => {
|
|
906
904
|
t.pattern ?? (t.pattern = _n), W.init(e, t);
|
|
907
|
-
}), da = /* @__PURE__ */ k("$
|
|
905
|
+
}), da = /* @__PURE__ */ k("$ZodKSUID", (e, t) => {
|
|
906
|
+
t.pattern ?? (t.pattern = kn), W.init(e, t);
|
|
907
|
+
}), ma = /* @__PURE__ */ k("$ZodISODateTime", (e, t) => {
|
|
908
|
+
t.pattern ?? (t.pattern = Vn(t)), W.init(e, t);
|
|
909
|
+
}), ya = /* @__PURE__ */ k("$ZodISODate", (e, t) => {
|
|
910
|
+
t.pattern ?? (t.pattern = Dn), W.init(e, t);
|
|
911
|
+
}), va = /* @__PURE__ */ k("$ZodISOTime", (e, t) => {
|
|
908
912
|
t.pattern ?? (t.pattern = Mn(t)), W.init(e, t);
|
|
909
|
-
}),
|
|
910
|
-
t.pattern ?? (t.pattern =
|
|
911
|
-
}),
|
|
912
|
-
t.pattern ?? (t.pattern =
|
|
913
|
-
}),
|
|
914
|
-
t.pattern ?? (t.pattern =
|
|
915
|
-
}), xa = /* @__PURE__ */ k("$ZodIPv4", (e, t) => {
|
|
916
|
-
t.pattern ?? (t.pattern = An), W.init(e, t), e._zod.bag.format = "ipv4";
|
|
917
|
-
}), ga = /* @__PURE__ */ k("$ZodIPv6", (e, t) => {
|
|
918
|
-
t.pattern ?? (t.pattern = En), W.init(e, t), e._zod.bag.format = "ipv6", e._zod.check = (i) => {
|
|
913
|
+
}), xa = /* @__PURE__ */ k("$ZodISODuration", (e, t) => {
|
|
914
|
+
t.pattern ?? (t.pattern = Sn), W.init(e, t);
|
|
915
|
+
}), ga = /* @__PURE__ */ k("$ZodIPv4", (e, t) => {
|
|
916
|
+
t.pattern ?? (t.pattern = En), W.init(e, t), e._zod.bag.format = "ipv4";
|
|
917
|
+
}), ba = /* @__PURE__ */ k("$ZodIPv6", (e, t) => {
|
|
918
|
+
t.pattern ?? (t.pattern = In), W.init(e, t), e._zod.bag.format = "ipv6", e._zod.check = (i) => {
|
|
919
919
|
try {
|
|
920
920
|
new URL(`http://[${i.value}]`);
|
|
921
921
|
} catch {
|
|
@@ -928,10 +928,10 @@ const ia = {
|
|
|
928
928
|
});
|
|
929
929
|
}
|
|
930
930
|
};
|
|
931
|
-
}),
|
|
932
|
-
t.pattern ?? (t.pattern =
|
|
933
|
-
}),
|
|
934
|
-
t.pattern ?? (t.pattern =
|
|
931
|
+
}), _a = /* @__PURE__ */ k("$ZodCIDRv4", (e, t) => {
|
|
932
|
+
t.pattern ?? (t.pattern = Nn), W.init(e, t);
|
|
933
|
+
}), ka = /* @__PURE__ */ k("$ZodCIDRv6", (e, t) => {
|
|
934
|
+
t.pattern ?? (t.pattern = Ln), W.init(e, t), e._zod.check = (i) => {
|
|
935
935
|
const r = i.value.split("/");
|
|
936
936
|
try {
|
|
937
937
|
if (r.length !== 2)
|
|
@@ -956,7 +956,7 @@ const ia = {
|
|
|
956
956
|
}
|
|
957
957
|
};
|
|
958
958
|
});
|
|
959
|
-
function
|
|
959
|
+
function $r(e) {
|
|
960
960
|
if (e === "")
|
|
961
961
|
return !0;
|
|
962
962
|
if (e.length % 4 !== 0)
|
|
@@ -967,9 +967,9 @@ function Fr(e) {
|
|
|
967
967
|
return !1;
|
|
968
968
|
}
|
|
969
969
|
}
|
|
970
|
-
const
|
|
971
|
-
t.pattern ?? (t.pattern =
|
|
972
|
-
|
|
970
|
+
const wa = /* @__PURE__ */ k("$ZodBase64", (e, t) => {
|
|
971
|
+
t.pattern ?? (t.pattern = On), W.init(e, t), e._zod.bag.contentEncoding = "base64", e._zod.check = (i) => {
|
|
972
|
+
$r(i.value) || i.issues.push({
|
|
973
973
|
code: "invalid_format",
|
|
974
974
|
format: "base64",
|
|
975
975
|
input: i.value,
|
|
@@ -978,15 +978,15 @@ const ka = /* @__PURE__ */ k("$ZodBase64", (e, t) => {
|
|
|
978
978
|
});
|
|
979
979
|
};
|
|
980
980
|
});
|
|
981
|
-
function
|
|
982
|
-
if (!
|
|
981
|
+
function Sa(e) {
|
|
982
|
+
if (!Dr.test(e))
|
|
983
983
|
return !1;
|
|
984
984
|
const t = e.replace(/[-_]/g, (r) => r === "-" ? "+" : "/"), i = t.padEnd(Math.ceil(t.length / 4) * 4, "=");
|
|
985
|
-
return
|
|
985
|
+
return $r(i);
|
|
986
986
|
}
|
|
987
|
-
const
|
|
988
|
-
t.pattern ?? (t.pattern =
|
|
989
|
-
|
|
987
|
+
const Ta = /* @__PURE__ */ k("$ZodBase64URL", (e, t) => {
|
|
988
|
+
t.pattern ?? (t.pattern = Dr), W.init(e, t), e._zod.bag.contentEncoding = "base64url", e._zod.check = (i) => {
|
|
989
|
+
Sa(i.value) || i.issues.push({
|
|
990
990
|
code: "invalid_format",
|
|
991
991
|
format: "base64url",
|
|
992
992
|
input: i.value,
|
|
@@ -994,10 +994,10 @@ const Sa = /* @__PURE__ */ k("$ZodBase64URL", (e, t) => {
|
|
|
994
994
|
continue: !t.abort
|
|
995
995
|
});
|
|
996
996
|
};
|
|
997
|
-
}),
|
|
998
|
-
t.pattern ?? (t.pattern =
|
|
997
|
+
}), Pa = /* @__PURE__ */ k("$ZodE164", (e, t) => {
|
|
998
|
+
t.pattern ?? (t.pattern = Rn), W.init(e, t);
|
|
999
999
|
});
|
|
1000
|
-
function
|
|
1000
|
+
function Ca(e, t = null) {
|
|
1001
1001
|
try {
|
|
1002
1002
|
const i = e.split(".");
|
|
1003
1003
|
if (i.length !== 3)
|
|
@@ -1011,9 +1011,9 @@ function Pa(e, t = null) {
|
|
|
1011
1011
|
return !1;
|
|
1012
1012
|
}
|
|
1013
1013
|
}
|
|
1014
|
-
const
|
|
1014
|
+
const Aa = /* @__PURE__ */ k("$ZodJWT", (e, t) => {
|
|
1015
1015
|
W.init(e, t), e._zod.check = (i) => {
|
|
1016
|
-
|
|
1016
|
+
Ca(i.value, t.alg) || i.issues.push({
|
|
1017
1017
|
code: "invalid_format",
|
|
1018
1018
|
format: "jwt",
|
|
1019
1019
|
input: i.value,
|
|
@@ -1021,8 +1021,8 @@ const Ca = /* @__PURE__ */ k("$ZodJWT", (e, t) => {
|
|
|
1021
1021
|
continue: !t.abort
|
|
1022
1022
|
});
|
|
1023
1023
|
};
|
|
1024
|
-
}),
|
|
1025
|
-
Y.init(e, t), e._zod.pattern = e._zod.bag.pattern ??
|
|
1024
|
+
}), Br = /* @__PURE__ */ k("$ZodNumber", (e, t) => {
|
|
1025
|
+
Y.init(e, t), e._zod.pattern = e._zod.bag.pattern ?? Fn, e._zod.parse = (i, r) => {
|
|
1026
1026
|
if (t.coerce)
|
|
1027
1027
|
try {
|
|
1028
1028
|
i.value = Number(i.value);
|
|
@@ -1040,10 +1040,10 @@ const Ca = /* @__PURE__ */ k("$ZodJWT", (e, t) => {
|
|
|
1040
1040
|
...u ? { received: u } : {}
|
|
1041
1041
|
}), i;
|
|
1042
1042
|
};
|
|
1043
|
-
}),
|
|
1044
|
-
|
|
1045
|
-
}),
|
|
1046
|
-
Y.init(e, t), e._zod.pattern =
|
|
1043
|
+
}), Ea = /* @__PURE__ */ k("$ZodNumberFormat", (e, t) => {
|
|
1044
|
+
qn.init(e, t), Br.init(e, t);
|
|
1045
|
+
}), Ia = /* @__PURE__ */ k("$ZodBoolean", (e, t) => {
|
|
1046
|
+
Y.init(e, t), e._zod.pattern = $n, e._zod.parse = (i, r) => {
|
|
1047
1047
|
if (t.coerce)
|
|
1048
1048
|
try {
|
|
1049
1049
|
i.value = !!i.value;
|
|
@@ -1057,9 +1057,9 @@ const Ca = /* @__PURE__ */ k("$ZodJWT", (e, t) => {
|
|
|
1057
1057
|
inst: e
|
|
1058
1058
|
}), i;
|
|
1059
1059
|
};
|
|
1060
|
-
}),
|
|
1060
|
+
}), Na = /* @__PURE__ */ k("$ZodUnknown", (e, t) => {
|
|
1061
1061
|
Y.init(e, t), e._zod.parse = (i) => i;
|
|
1062
|
-
}),
|
|
1062
|
+
}), La = /* @__PURE__ */ k("$ZodNever", (e, t) => {
|
|
1063
1063
|
Y.init(e, t), e._zod.parse = (i, r) => (i.issues.push({
|
|
1064
1064
|
expected: "never",
|
|
1065
1065
|
code: "invalid_type",
|
|
@@ -1070,7 +1070,7 @@ const Ca = /* @__PURE__ */ k("$ZodJWT", (e, t) => {
|
|
|
1070
1070
|
function Zi(e, t, i) {
|
|
1071
1071
|
e.issues.length && t.issues.push(...rt(i, e.issues)), t.value[i] = e.value;
|
|
1072
1072
|
}
|
|
1073
|
-
const
|
|
1073
|
+
const Oa = /* @__PURE__ */ k("$ZodArray", (e, t) => {
|
|
1074
1074
|
Y.init(e, t), e._zod.parse = (i, r) => {
|
|
1075
1075
|
const n = i.value;
|
|
1076
1076
|
if (!Array.isArray(n))
|
|
@@ -1095,12 +1095,12 @@ const La = /* @__PURE__ */ k("$ZodArray", (e, t) => {
|
|
|
1095
1095
|
function Vt(e, t, i, r) {
|
|
1096
1096
|
e.issues.length && t.issues.push(...rt(i, e.issues)), e.value === void 0 ? i in r && (t.value[i] = void 0) : t.value[i] = e.value;
|
|
1097
1097
|
}
|
|
1098
|
-
function
|
|
1098
|
+
function Zr(e) {
|
|
1099
1099
|
const t = Object.keys(e.shape);
|
|
1100
1100
|
for (const r of t)
|
|
1101
1101
|
if (!e.shape?.[r]?._zod?.traits?.has("$ZodType"))
|
|
1102
1102
|
throw new Error(`Invalid element at key "${r}": expected a Zod schema`);
|
|
1103
|
-
const i =
|
|
1103
|
+
const i = Xs(e.shape);
|
|
1104
1104
|
return {
|
|
1105
1105
|
...e,
|
|
1106
1106
|
keys: t,
|
|
@@ -1109,7 +1109,7 @@ function Br(e) {
|
|
|
1109
1109
|
optionalKeys: new Set(i)
|
|
1110
1110
|
};
|
|
1111
1111
|
}
|
|
1112
|
-
function
|
|
1112
|
+
function Ur(e, t, i, r, n, u) {
|
|
1113
1113
|
const h = [], d = n.keySet, y = n.catchall._zod, o = y.def.type;
|
|
1114
1114
|
for (const w in t) {
|
|
1115
1115
|
if (d.has(w))
|
|
@@ -1128,7 +1128,7 @@ function Zr(e, t, i, r, n, u) {
|
|
|
1128
1128
|
inst: u
|
|
1129
1129
|
}), e.length ? Promise.all(e).then(() => i) : i;
|
|
1130
1130
|
}
|
|
1131
|
-
const
|
|
1131
|
+
const Ra = /* @__PURE__ */ k("$ZodObject", (e, t) => {
|
|
1132
1132
|
if (Y.init(e, t), !Object.getOwnPropertyDescriptor(t, "shape")?.get) {
|
|
1133
1133
|
const d = t.shape;
|
|
1134
1134
|
Object.defineProperty(t, "shape", {
|
|
@@ -1140,7 +1140,7 @@ const Oa = /* @__PURE__ */ k("$ZodObject", (e, t) => {
|
|
|
1140
1140
|
}
|
|
1141
1141
|
});
|
|
1142
1142
|
}
|
|
1143
|
-
const r = gi(() =>
|
|
1143
|
+
const r = gi(() => Zr(t));
|
|
1144
1144
|
U(e._zod, "propValues", () => {
|
|
1145
1145
|
const d = t.shape, y = {};
|
|
1146
1146
|
for (const o in d) {
|
|
@@ -1171,12 +1171,12 @@ const Oa = /* @__PURE__ */ k("$ZodObject", (e, t) => {
|
|
|
1171
1171
|
const Z = S[A]._zod.run({ value: o[A], issues: [] }, y);
|
|
1172
1172
|
Z instanceof Promise ? w.push(Z.then((le) => Vt(le, d, A, o))) : Vt(Z, d, A, o);
|
|
1173
1173
|
}
|
|
1174
|
-
return u ?
|
|
1174
|
+
return u ? Ur(w, o, d, y, r.value, e) : w.length ? Promise.all(w).then(() => d) : d;
|
|
1175
1175
|
};
|
|
1176
|
-
}),
|
|
1177
|
-
|
|
1178
|
-
const i = e._zod.parse, r = gi(() =>
|
|
1179
|
-
const F = new
|
|
1176
|
+
}), Da = /* @__PURE__ */ k("$ZodObjectJIT", (e, t) => {
|
|
1177
|
+
Ra.init(e, t);
|
|
1178
|
+
const i = e._zod.parse, r = gi(() => Zr(t)), n = (A) => {
|
|
1179
|
+
const F = new ia(["shape", "payload", "ctx"]), Z = r.value, le = (Ae) => {
|
|
1180
1180
|
const _e = $i(Ae);
|
|
1181
1181
|
return `shape[${_e}]._zod.run({ value: input[${_e}], issues: [] }, ctx)`;
|
|
1182
1182
|
};
|
|
@@ -1212,12 +1212,12 @@ const Oa = /* @__PURE__ */ k("$ZodObject", (e, t) => {
|
|
|
1212
1212
|
return (Ae, _e) => dt(A, Ae, _e);
|
|
1213
1213
|
};
|
|
1214
1214
|
let u;
|
|
1215
|
-
const h = Mt, d = !
|
|
1215
|
+
const h = Mt, d = !Er.jitless, o = d && Ws.value, w = t.catchall;
|
|
1216
1216
|
let S;
|
|
1217
1217
|
e._zod.parse = (A, F) => {
|
|
1218
1218
|
S ?? (S = r.value);
|
|
1219
1219
|
const Z = A.value;
|
|
1220
|
-
return h(Z) ? d && o && F?.async === !1 && F.jitless !== !0 ? (u || (u = n(t.shape)), A = u(A, F), w ?
|
|
1220
|
+
return h(Z) ? d && o && F?.async === !1 && F.jitless !== !0 ? (u || (u = n(t.shape)), A = u(A, F), w ? Ur([], Z, A, F, S, e) : A) : i(A, F) : (A.issues.push({
|
|
1221
1221
|
expected: "object",
|
|
1222
1222
|
code: "invalid_type",
|
|
1223
1223
|
input: Z,
|
|
@@ -1237,7 +1237,7 @@ function Ui(e, t, i, r) {
|
|
|
1237
1237
|
errors: e.map((u) => u.issues.map((h) => qe(h, r, Ue())))
|
|
1238
1238
|
}), t);
|
|
1239
1239
|
}
|
|
1240
|
-
const
|
|
1240
|
+
const Ma = /* @__PURE__ */ k("$ZodUnion", (e, t) => {
|
|
1241
1241
|
Y.init(e, t), U(e._zod, "optin", () => t.options.some((n) => n._zod.optin === "optional") ? "optional" : void 0), U(e._zod, "optout", () => t.options.some((n) => n._zod.optout === "optional") ? "optional" : void 0), U(e._zod, "values", () => {
|
|
1242
1242
|
if (t.options.every((n) => n._zod.values))
|
|
1243
1243
|
return new Set(t.options.flatMap((n) => Array.from(n._zod.values)));
|
|
@@ -1268,7 +1268,7 @@ const Da = /* @__PURE__ */ k("$ZodUnion", (e, t) => {
|
|
|
1268
1268
|
}
|
|
1269
1269
|
return h ? Promise.all(d).then((y) => Ui(y, n, e, u)) : Ui(d, n, e, u);
|
|
1270
1270
|
};
|
|
1271
|
-
}),
|
|
1271
|
+
}), Va = /* @__PURE__ */ k("$ZodIntersection", (e, t) => {
|
|
1272
1272
|
Y.init(e, t), e._zod.parse = (i, r) => {
|
|
1273
1273
|
const n = i.value, u = t.left._zod.run({ value: n, issues: [] }, r), h = t.right._zod.run({ value: n, issues: [] }, r);
|
|
1274
1274
|
return u instanceof Promise || h instanceof Promise ? Promise.all([u, h]).then(([y, o]) => qi(i, y, o)) : qi(i, u, h);
|
|
@@ -1317,7 +1317,7 @@ function qi(e, t, i) {
|
|
|
1317
1317
|
throw new Error(`Unmergable intersection. Error path: ${JSON.stringify(r.mergeErrorPath)}`);
|
|
1318
1318
|
return e.value = r.data, e;
|
|
1319
1319
|
}
|
|
1320
|
-
const
|
|
1320
|
+
const za = /* @__PURE__ */ k("$ZodRecord", (e, t) => {
|
|
1321
1321
|
Y.init(e, t), e._zod.parse = (i, r) => {
|
|
1322
1322
|
const n = i.value;
|
|
1323
1323
|
if (!nt(n))
|
|
@@ -1375,10 +1375,10 @@ const Va = /* @__PURE__ */ k("$ZodRecord", (e, t) => {
|
|
|
1375
1375
|
}
|
|
1376
1376
|
return u.length ? Promise.all(u).then(() => i) : i;
|
|
1377
1377
|
};
|
|
1378
|
-
}),
|
|
1378
|
+
}), ja = /* @__PURE__ */ k("$ZodEnum", (e, t) => {
|
|
1379
1379
|
Y.init(e, t);
|
|
1380
|
-
const i =
|
|
1381
|
-
e._zod.values = r, e._zod.pattern = new RegExp(`^(${i.filter((n) =>
|
|
1380
|
+
const i = qs(t.entries), r = new Set(i);
|
|
1381
|
+
e._zod.values = r, e._zod.pattern = new RegExp(`^(${i.filter((n) => Ks.has(typeof n)).map((n) => typeof n == "string" ? at(n) : n.toString()).join("|")})$`), e._zod.parse = (n, u) => {
|
|
1382
1382
|
const h = n.value;
|
|
1383
1383
|
return r.has(h) || n.issues.push({
|
|
1384
1384
|
code: "invalid_value",
|
|
@@ -1387,7 +1387,7 @@ const Va = /* @__PURE__ */ k("$ZodRecord", (e, t) => {
|
|
|
1387
1387
|
inst: e
|
|
1388
1388
|
}), n;
|
|
1389
1389
|
};
|
|
1390
|
-
}),
|
|
1390
|
+
}), Fa = /* @__PURE__ */ k("$ZodLiteral", (e, t) => {
|
|
1391
1391
|
if (Y.init(e, t), t.values.length === 0)
|
|
1392
1392
|
throw new Error("Cannot create literal schema with no valid values");
|
|
1393
1393
|
const i = new Set(t.values);
|
|
@@ -1400,10 +1400,10 @@ const Va = /* @__PURE__ */ k("$ZodRecord", (e, t) => {
|
|
|
1400
1400
|
inst: e
|
|
1401
1401
|
}), r;
|
|
1402
1402
|
};
|
|
1403
|
-
}),
|
|
1403
|
+
}), $a = /* @__PURE__ */ k("$ZodTransform", (e, t) => {
|
|
1404
1404
|
Y.init(e, t), e._zod.parse = (i, r) => {
|
|
1405
1405
|
if (r.direction === "backward")
|
|
1406
|
-
throw new
|
|
1406
|
+
throw new Ar(e.constructor.name);
|
|
1407
1407
|
const n = t.transform(i.value, i);
|
|
1408
1408
|
if (r.async)
|
|
1409
1409
|
return (n instanceof Promise ? n : Promise.resolve(n)).then((h) => (i.value = h, i));
|
|
@@ -1415,7 +1415,7 @@ const Va = /* @__PURE__ */ k("$ZodRecord", (e, t) => {
|
|
|
1415
1415
|
function Hi(e, t) {
|
|
1416
1416
|
return e.issues.length && t === void 0 ? { issues: [], value: void 0 } : e;
|
|
1417
1417
|
}
|
|
1418
|
-
const
|
|
1418
|
+
const Ba = /* @__PURE__ */ k("$ZodOptional", (e, t) => {
|
|
1419
1419
|
Y.init(e, t), e._zod.optin = "optional", e._zod.optout = "optional", U(e._zod, "values", () => t.innerType._zod.values ? /* @__PURE__ */ new Set([...t.innerType._zod.values, void 0]) : void 0), U(e._zod, "pattern", () => {
|
|
1420
1420
|
const i = t.innerType._zod.pattern;
|
|
1421
1421
|
return i ? new RegExp(`^(${_i(i.source)})?$`) : void 0;
|
|
@@ -1426,12 +1426,12 @@ const $a = /* @__PURE__ */ k("$ZodOptional", (e, t) => {
|
|
|
1426
1426
|
}
|
|
1427
1427
|
return i.value === void 0 ? i : t.innerType._zod.run(i, r);
|
|
1428
1428
|
};
|
|
1429
|
-
}),
|
|
1429
|
+
}), Za = /* @__PURE__ */ k("$ZodNullable", (e, t) => {
|
|
1430
1430
|
Y.init(e, t), U(e._zod, "optin", () => t.innerType._zod.optin), U(e._zod, "optout", () => t.innerType._zod.optout), U(e._zod, "pattern", () => {
|
|
1431
1431
|
const i = t.innerType._zod.pattern;
|
|
1432
1432
|
return i ? new RegExp(`^(${_i(i.source)}|null)$`) : void 0;
|
|
1433
1433
|
}), U(e._zod, "values", () => t.innerType._zod.values ? /* @__PURE__ */ new Set([...t.innerType._zod.values, null]) : void 0), e._zod.parse = (i, r) => i.value === null ? i : t.innerType._zod.run(i, r);
|
|
1434
|
-
}),
|
|
1434
|
+
}), Ua = /* @__PURE__ */ k("$ZodDefault", (e, t) => {
|
|
1435
1435
|
Y.init(e, t), e._zod.optin = "optional", U(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (i, r) => {
|
|
1436
1436
|
if (r.direction === "backward")
|
|
1437
1437
|
return t.innerType._zod.run(i, r);
|
|
@@ -1444,9 +1444,9 @@ const $a = /* @__PURE__ */ k("$ZodOptional", (e, t) => {
|
|
|
1444
1444
|
function Gi(e, t) {
|
|
1445
1445
|
return e.value === void 0 && (e.value = t.defaultValue), e;
|
|
1446
1446
|
}
|
|
1447
|
-
const
|
|
1447
|
+
const qa = /* @__PURE__ */ k("$ZodPrefault", (e, t) => {
|
|
1448
1448
|
Y.init(e, t), e._zod.optin = "optional", U(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (i, r) => (r.direction === "backward" || i.value === void 0 && (i.value = t.defaultValue), t.innerType._zod.run(i, r));
|
|
1449
|
-
}),
|
|
1449
|
+
}), Ha = /* @__PURE__ */ k("$ZodNonOptional", (e, t) => {
|
|
1450
1450
|
Y.init(e, t), U(e._zod, "values", () => {
|
|
1451
1451
|
const i = t.innerType._zod.values;
|
|
1452
1452
|
return i ? new Set([...i].filter((r) => r !== void 0)) : void 0;
|
|
@@ -1463,7 +1463,7 @@ function Wi(e, t) {
|
|
|
1463
1463
|
inst: t
|
|
1464
1464
|
}), e;
|
|
1465
1465
|
}
|
|
1466
|
-
const
|
|
1466
|
+
const Ga = /* @__PURE__ */ k("$ZodCatch", (e, t) => {
|
|
1467
1467
|
Y.init(e, t), U(e._zod, "optin", () => t.innerType._zod.optin), U(e._zod, "optout", () => t.innerType._zod.optout), U(e._zod, "values", () => t.innerType._zod.values), e._zod.parse = (i, r) => {
|
|
1468
1468
|
if (r.direction === "backward")
|
|
1469
1469
|
return t.innerType._zod.run(i, r);
|
|
@@ -1482,7 +1482,7 @@ const Ha = /* @__PURE__ */ k("$ZodCatch", (e, t) => {
|
|
|
1482
1482
|
input: i.value
|
|
1483
1483
|
}), i.issues = []), i);
|
|
1484
1484
|
};
|
|
1485
|
-
}),
|
|
1485
|
+
}), Wa = /* @__PURE__ */ k("$ZodPipe", (e, t) => {
|
|
1486
1486
|
Y.init(e, t), U(e._zod, "values", () => t.in._zod.values), U(e._zod, "optin", () => t.in._zod.optin), U(e._zod, "optout", () => t.out._zod.optout), U(e._zod, "propValues", () => t.in._zod.propValues), e._zod.parse = (i, r) => {
|
|
1487
1487
|
if (r.direction === "backward") {
|
|
1488
1488
|
const u = t.out._zod.run(i, r);
|
|
@@ -1495,7 +1495,7 @@ const Ha = /* @__PURE__ */ k("$ZodCatch", (e, t) => {
|
|
|
1495
1495
|
function Nt(e, t, i) {
|
|
1496
1496
|
return e.issues.length ? (e.aborted = !0, e) : t._zod.run({ value: e.value, issues: e.issues }, i);
|
|
1497
1497
|
}
|
|
1498
|
-
const
|
|
1498
|
+
const Ka = /* @__PURE__ */ k("$ZodReadonly", (e, t) => {
|
|
1499
1499
|
Y.init(e, t), U(e._zod, "propValues", () => t.innerType._zod.propValues), U(e._zod, "values", () => t.innerType._zod.values), U(e._zod, "optin", () => t.innerType?._zod?.optin), U(e._zod, "optout", () => t.innerType?._zod?.optout), e._zod.parse = (i, r) => {
|
|
1500
1500
|
if (r.direction === "backward")
|
|
1501
1501
|
return t.innerType._zod.run(i, r);
|
|
@@ -1506,7 +1506,7 @@ const Wa = /* @__PURE__ */ k("$ZodReadonly", (e, t) => {
|
|
|
1506
1506
|
function Ki(e) {
|
|
1507
1507
|
return e.value = Object.freeze(e.value), e;
|
|
1508
1508
|
}
|
|
1509
|
-
const
|
|
1509
|
+
const Xa = /* @__PURE__ */ k("$ZodCustom", (e, t) => {
|
|
1510
1510
|
me.init(e, t), Y.init(e, t), e._zod.parse = (i, r) => i, e._zod.check = (i) => {
|
|
1511
1511
|
const r = i.value, n = t.fn(r);
|
|
1512
1512
|
if (n instanceof Promise)
|
|
@@ -1530,7 +1530,7 @@ function Xi(e, t, i, r) {
|
|
|
1530
1530
|
}
|
|
1531
1531
|
}
|
|
1532
1532
|
var Ji;
|
|
1533
|
-
class
|
|
1533
|
+
class Ja {
|
|
1534
1534
|
constructor() {
|
|
1535
1535
|
this._map = /* @__PURE__ */ new WeakMap(), this._idmap = /* @__PURE__ */ new Map();
|
|
1536
1536
|
}
|
|
@@ -1564,18 +1564,18 @@ class Xa {
|
|
|
1564
1564
|
return this._map.has(t);
|
|
1565
1565
|
}
|
|
1566
1566
|
}
|
|
1567
|
-
function
|
|
1568
|
-
return new
|
|
1567
|
+
function Ya() {
|
|
1568
|
+
return new Ja();
|
|
1569
1569
|
}
|
|
1570
|
-
(Ji = globalThis).__zod_globalRegistry ?? (Ji.__zod_globalRegistry =
|
|
1570
|
+
(Ji = globalThis).__zod_globalRegistry ?? (Ji.__zod_globalRegistry = Ya());
|
|
1571
1571
|
const Lt = globalThis.__zod_globalRegistry;
|
|
1572
|
-
function
|
|
1572
|
+
function Qa(e, t) {
|
|
1573
1573
|
return new e({
|
|
1574
1574
|
type: "string",
|
|
1575
1575
|
...R(t)
|
|
1576
1576
|
});
|
|
1577
1577
|
}
|
|
1578
|
-
function
|
|
1578
|
+
function eo(e, t) {
|
|
1579
1579
|
return new e({
|
|
1580
1580
|
type: "string",
|
|
1581
1581
|
format: "email",
|
|
@@ -1593,7 +1593,7 @@ function Yi(e, t) {
|
|
|
1593
1593
|
...R(t)
|
|
1594
1594
|
});
|
|
1595
1595
|
}
|
|
1596
|
-
function
|
|
1596
|
+
function to(e, t) {
|
|
1597
1597
|
return new e({
|
|
1598
1598
|
type: "string",
|
|
1599
1599
|
format: "uuid",
|
|
@@ -1602,7 +1602,7 @@ function eo(e, t) {
|
|
|
1602
1602
|
...R(t)
|
|
1603
1603
|
});
|
|
1604
1604
|
}
|
|
1605
|
-
function
|
|
1605
|
+
function io(e, t) {
|
|
1606
1606
|
return new e({
|
|
1607
1607
|
type: "string",
|
|
1608
1608
|
format: "uuid",
|
|
@@ -1612,7 +1612,7 @@ function to(e, t) {
|
|
|
1612
1612
|
...R(t)
|
|
1613
1613
|
});
|
|
1614
1614
|
}
|
|
1615
|
-
function
|
|
1615
|
+
function ro(e, t) {
|
|
1616
1616
|
return new e({
|
|
1617
1617
|
type: "string",
|
|
1618
1618
|
format: "uuid",
|
|
@@ -1622,7 +1622,7 @@ function io(e, t) {
|
|
|
1622
1622
|
...R(t)
|
|
1623
1623
|
});
|
|
1624
1624
|
}
|
|
1625
|
-
function
|
|
1625
|
+
function so(e, t) {
|
|
1626
1626
|
return new e({
|
|
1627
1627
|
type: "string",
|
|
1628
1628
|
format: "uuid",
|
|
@@ -1632,7 +1632,7 @@ function ro(e, t) {
|
|
|
1632
1632
|
...R(t)
|
|
1633
1633
|
});
|
|
1634
1634
|
}
|
|
1635
|
-
function
|
|
1635
|
+
function no(e, t) {
|
|
1636
1636
|
return new e({
|
|
1637
1637
|
type: "string",
|
|
1638
1638
|
format: "url",
|
|
@@ -1641,7 +1641,7 @@ function so(e, t) {
|
|
|
1641
1641
|
...R(t)
|
|
1642
1642
|
});
|
|
1643
1643
|
}
|
|
1644
|
-
function
|
|
1644
|
+
function ao(e, t) {
|
|
1645
1645
|
return new e({
|
|
1646
1646
|
type: "string",
|
|
1647
1647
|
format: "emoji",
|
|
@@ -1650,7 +1650,7 @@ function no(e, t) {
|
|
|
1650
1650
|
...R(t)
|
|
1651
1651
|
});
|
|
1652
1652
|
}
|
|
1653
|
-
function
|
|
1653
|
+
function oo(e, t) {
|
|
1654
1654
|
return new e({
|
|
1655
1655
|
type: "string",
|
|
1656
1656
|
format: "nanoid",
|
|
@@ -1659,7 +1659,7 @@ function ao(e, t) {
|
|
|
1659
1659
|
...R(t)
|
|
1660
1660
|
});
|
|
1661
1661
|
}
|
|
1662
|
-
function
|
|
1662
|
+
function uo(e, t) {
|
|
1663
1663
|
return new e({
|
|
1664
1664
|
type: "string",
|
|
1665
1665
|
format: "cuid",
|
|
@@ -1668,7 +1668,7 @@ function oo(e, t) {
|
|
|
1668
1668
|
...R(t)
|
|
1669
1669
|
});
|
|
1670
1670
|
}
|
|
1671
|
-
function
|
|
1671
|
+
function co(e, t) {
|
|
1672
1672
|
return new e({
|
|
1673
1673
|
type: "string",
|
|
1674
1674
|
format: "cuid2",
|
|
@@ -1677,7 +1677,7 @@ function uo(e, t) {
|
|
|
1677
1677
|
...R(t)
|
|
1678
1678
|
});
|
|
1679
1679
|
}
|
|
1680
|
-
function
|
|
1680
|
+
function ho(e, t) {
|
|
1681
1681
|
return new e({
|
|
1682
1682
|
type: "string",
|
|
1683
1683
|
format: "ulid",
|
|
@@ -1686,7 +1686,7 @@ function co(e, t) {
|
|
|
1686
1686
|
...R(t)
|
|
1687
1687
|
});
|
|
1688
1688
|
}
|
|
1689
|
-
function
|
|
1689
|
+
function lo(e, t) {
|
|
1690
1690
|
return new e({
|
|
1691
1691
|
type: "string",
|
|
1692
1692
|
format: "xid",
|
|
@@ -1695,7 +1695,7 @@ function ho(e, t) {
|
|
|
1695
1695
|
...R(t)
|
|
1696
1696
|
});
|
|
1697
1697
|
}
|
|
1698
|
-
function
|
|
1698
|
+
function po(e, t) {
|
|
1699
1699
|
return new e({
|
|
1700
1700
|
type: "string",
|
|
1701
1701
|
format: "ksuid",
|
|
@@ -1704,7 +1704,7 @@ function lo(e, t) {
|
|
|
1704
1704
|
...R(t)
|
|
1705
1705
|
});
|
|
1706
1706
|
}
|
|
1707
|
-
function
|
|
1707
|
+
function fo(e, t) {
|
|
1708
1708
|
return new e({
|
|
1709
1709
|
type: "string",
|
|
1710
1710
|
format: "ipv4",
|
|
@@ -1713,7 +1713,7 @@ function po(e, t) {
|
|
|
1713
1713
|
...R(t)
|
|
1714
1714
|
});
|
|
1715
1715
|
}
|
|
1716
|
-
function
|
|
1716
|
+
function mo(e, t) {
|
|
1717
1717
|
return new e({
|
|
1718
1718
|
type: "string",
|
|
1719
1719
|
format: "ipv6",
|
|
@@ -1722,7 +1722,7 @@ function fo(e, t) {
|
|
|
1722
1722
|
...R(t)
|
|
1723
1723
|
});
|
|
1724
1724
|
}
|
|
1725
|
-
function
|
|
1725
|
+
function yo(e, t) {
|
|
1726
1726
|
return new e({
|
|
1727
1727
|
type: "string",
|
|
1728
1728
|
format: "cidrv4",
|
|
@@ -1731,7 +1731,7 @@ function mo(e, t) {
|
|
|
1731
1731
|
...R(t)
|
|
1732
1732
|
});
|
|
1733
1733
|
}
|
|
1734
|
-
function
|
|
1734
|
+
function vo(e, t) {
|
|
1735
1735
|
return new e({
|
|
1736
1736
|
type: "string",
|
|
1737
1737
|
format: "cidrv6",
|
|
@@ -1740,7 +1740,7 @@ function yo(e, t) {
|
|
|
1740
1740
|
...R(t)
|
|
1741
1741
|
});
|
|
1742
1742
|
}
|
|
1743
|
-
function
|
|
1743
|
+
function xo(e, t) {
|
|
1744
1744
|
return new e({
|
|
1745
1745
|
type: "string",
|
|
1746
1746
|
format: "base64",
|
|
@@ -1749,7 +1749,7 @@ function vo(e, t) {
|
|
|
1749
1749
|
...R(t)
|
|
1750
1750
|
});
|
|
1751
1751
|
}
|
|
1752
|
-
function
|
|
1752
|
+
function go(e, t) {
|
|
1753
1753
|
return new e({
|
|
1754
1754
|
type: "string",
|
|
1755
1755
|
format: "base64url",
|
|
@@ -1758,7 +1758,7 @@ function xo(e, t) {
|
|
|
1758
1758
|
...R(t)
|
|
1759
1759
|
});
|
|
1760
1760
|
}
|
|
1761
|
-
function
|
|
1761
|
+
function bo(e, t) {
|
|
1762
1762
|
return new e({
|
|
1763
1763
|
type: "string",
|
|
1764
1764
|
format: "e164",
|
|
@@ -1767,7 +1767,7 @@ function go(e, t) {
|
|
|
1767
1767
|
...R(t)
|
|
1768
1768
|
});
|
|
1769
1769
|
}
|
|
1770
|
-
function
|
|
1770
|
+
function _o(e, t) {
|
|
1771
1771
|
return new e({
|
|
1772
1772
|
type: "string",
|
|
1773
1773
|
format: "jwt",
|
|
@@ -1776,7 +1776,7 @@ function bo(e, t) {
|
|
|
1776
1776
|
...R(t)
|
|
1777
1777
|
});
|
|
1778
1778
|
}
|
|
1779
|
-
function
|
|
1779
|
+
function ko(e, t) {
|
|
1780
1780
|
return new e({
|
|
1781
1781
|
type: "string",
|
|
1782
1782
|
format: "datetime",
|
|
@@ -1787,7 +1787,7 @@ function _o(e, t) {
|
|
|
1787
1787
|
...R(t)
|
|
1788
1788
|
});
|
|
1789
1789
|
}
|
|
1790
|
-
function
|
|
1790
|
+
function wo(e, t) {
|
|
1791
1791
|
return new e({
|
|
1792
1792
|
type: "string",
|
|
1793
1793
|
format: "date",
|
|
@@ -1795,7 +1795,7 @@ function ko(e, t) {
|
|
|
1795
1795
|
...R(t)
|
|
1796
1796
|
});
|
|
1797
1797
|
}
|
|
1798
|
-
function
|
|
1798
|
+
function So(e, t) {
|
|
1799
1799
|
return new e({
|
|
1800
1800
|
type: "string",
|
|
1801
1801
|
format: "time",
|
|
@@ -1804,7 +1804,7 @@ function wo(e, t) {
|
|
|
1804
1804
|
...R(t)
|
|
1805
1805
|
});
|
|
1806
1806
|
}
|
|
1807
|
-
function
|
|
1807
|
+
function To(e, t) {
|
|
1808
1808
|
return new e({
|
|
1809
1809
|
type: "string",
|
|
1810
1810
|
format: "duration",
|
|
@@ -1812,14 +1812,14 @@ function So(e, t) {
|
|
|
1812
1812
|
...R(t)
|
|
1813
1813
|
});
|
|
1814
1814
|
}
|
|
1815
|
-
function
|
|
1815
|
+
function Po(e, t) {
|
|
1816
1816
|
return new e({
|
|
1817
1817
|
type: "number",
|
|
1818
1818
|
checks: [],
|
|
1819
1819
|
...R(t)
|
|
1820
1820
|
});
|
|
1821
1821
|
}
|
|
1822
|
-
function
|
|
1822
|
+
function Co(e, t) {
|
|
1823
1823
|
return new e({
|
|
1824
1824
|
type: "number",
|
|
1825
1825
|
check: "number_format",
|
|
@@ -1828,25 +1828,25 @@ function Po(e, t) {
|
|
|
1828
1828
|
...R(t)
|
|
1829
1829
|
});
|
|
1830
1830
|
}
|
|
1831
|
-
function
|
|
1831
|
+
function Ao(e, t) {
|
|
1832
1832
|
return new e({
|
|
1833
1833
|
type: "boolean",
|
|
1834
1834
|
...R(t)
|
|
1835
1835
|
});
|
|
1836
1836
|
}
|
|
1837
|
-
function
|
|
1837
|
+
function Eo(e) {
|
|
1838
1838
|
return new e({
|
|
1839
1839
|
type: "unknown"
|
|
1840
1840
|
});
|
|
1841
1841
|
}
|
|
1842
|
-
function
|
|
1842
|
+
function Io(e, t) {
|
|
1843
1843
|
return new e({
|
|
1844
1844
|
type: "never",
|
|
1845
1845
|
...R(t)
|
|
1846
1846
|
});
|
|
1847
1847
|
}
|
|
1848
1848
|
function Qi(e, t) {
|
|
1849
|
-
return new
|
|
1849
|
+
return new jr({
|
|
1850
1850
|
check: "less_than",
|
|
1851
1851
|
...R(t),
|
|
1852
1852
|
value: e,
|
|
@@ -1854,7 +1854,7 @@ function Qi(e, t) {
|
|
|
1854
1854
|
});
|
|
1855
1855
|
}
|
|
1856
1856
|
function si(e, t) {
|
|
1857
|
-
return new
|
|
1857
|
+
return new jr({
|
|
1858
1858
|
check: "less_than",
|
|
1859
1859
|
...R(t),
|
|
1860
1860
|
value: e,
|
|
@@ -1862,7 +1862,7 @@ function si(e, t) {
|
|
|
1862
1862
|
});
|
|
1863
1863
|
}
|
|
1864
1864
|
function er(e, t) {
|
|
1865
|
-
return new
|
|
1865
|
+
return new Fr({
|
|
1866
1866
|
check: "greater_than",
|
|
1867
1867
|
...R(t),
|
|
1868
1868
|
value: e,
|
|
@@ -1870,7 +1870,7 @@ function er(e, t) {
|
|
|
1870
1870
|
});
|
|
1871
1871
|
}
|
|
1872
1872
|
function ni(e, t) {
|
|
1873
|
-
return new
|
|
1873
|
+
return new Fr({
|
|
1874
1874
|
check: "greater_than",
|
|
1875
1875
|
...R(t),
|
|
1876
1876
|
value: e,
|
|
@@ -1878,73 +1878,73 @@ function ni(e, t) {
|
|
|
1878
1878
|
});
|
|
1879
1879
|
}
|
|
1880
1880
|
function tr(e, t) {
|
|
1881
|
-
return new
|
|
1881
|
+
return new Un({
|
|
1882
1882
|
check: "multiple_of",
|
|
1883
1883
|
...R(t),
|
|
1884
1884
|
value: e
|
|
1885
1885
|
});
|
|
1886
1886
|
}
|
|
1887
|
-
function
|
|
1888
|
-
return new
|
|
1887
|
+
function qr(e, t) {
|
|
1888
|
+
return new Hn({
|
|
1889
1889
|
check: "max_length",
|
|
1890
1890
|
...R(t),
|
|
1891
1891
|
maximum: e
|
|
1892
1892
|
});
|
|
1893
1893
|
}
|
|
1894
1894
|
function zt(e, t) {
|
|
1895
|
-
return new
|
|
1895
|
+
return new Gn({
|
|
1896
1896
|
check: "min_length",
|
|
1897
1897
|
...R(t),
|
|
1898
1898
|
minimum: e
|
|
1899
1899
|
});
|
|
1900
1900
|
}
|
|
1901
|
-
function
|
|
1902
|
-
return new
|
|
1901
|
+
function Hr(e, t) {
|
|
1902
|
+
return new Wn({
|
|
1903
1903
|
check: "length_equals",
|
|
1904
1904
|
...R(t),
|
|
1905
1905
|
length: e
|
|
1906
1906
|
});
|
|
1907
1907
|
}
|
|
1908
|
-
function
|
|
1909
|
-
return new
|
|
1908
|
+
function No(e, t) {
|
|
1909
|
+
return new Kn({
|
|
1910
1910
|
check: "string_format",
|
|
1911
1911
|
format: "regex",
|
|
1912
1912
|
...R(t),
|
|
1913
1913
|
pattern: e
|
|
1914
1914
|
});
|
|
1915
1915
|
}
|
|
1916
|
-
function
|
|
1917
|
-
return new
|
|
1916
|
+
function Lo(e) {
|
|
1917
|
+
return new Xn({
|
|
1918
1918
|
check: "string_format",
|
|
1919
1919
|
format: "lowercase",
|
|
1920
1920
|
...R(e)
|
|
1921
1921
|
});
|
|
1922
1922
|
}
|
|
1923
|
-
function
|
|
1924
|
-
return new
|
|
1923
|
+
function Oo(e) {
|
|
1924
|
+
return new Jn({
|
|
1925
1925
|
check: "string_format",
|
|
1926
1926
|
format: "uppercase",
|
|
1927
1927
|
...R(e)
|
|
1928
1928
|
});
|
|
1929
1929
|
}
|
|
1930
|
-
function
|
|
1931
|
-
return new
|
|
1930
|
+
function Ro(e, t) {
|
|
1931
|
+
return new Yn({
|
|
1932
1932
|
check: "string_format",
|
|
1933
1933
|
format: "includes",
|
|
1934
1934
|
...R(t),
|
|
1935
1935
|
includes: e
|
|
1936
1936
|
});
|
|
1937
1937
|
}
|
|
1938
|
-
function
|
|
1939
|
-
return new
|
|
1938
|
+
function Do(e, t) {
|
|
1939
|
+
return new Qn({
|
|
1940
1940
|
check: "string_format",
|
|
1941
1941
|
format: "starts_with",
|
|
1942
1942
|
...R(t),
|
|
1943
1943
|
prefix: e
|
|
1944
1944
|
});
|
|
1945
1945
|
}
|
|
1946
|
-
function
|
|
1947
|
-
return new
|
|
1946
|
+
function Mo(e, t) {
|
|
1947
|
+
return new ea({
|
|
1948
1948
|
check: "string_format",
|
|
1949
1949
|
format: "ends_with",
|
|
1950
1950
|
...R(t),
|
|
@@ -1952,27 +1952,27 @@ function Do(e, t) {
|
|
|
1952
1952
|
});
|
|
1953
1953
|
}
|
|
1954
1954
|
function ht(e) {
|
|
1955
|
-
return new
|
|
1955
|
+
return new ta({
|
|
1956
1956
|
check: "overwrite",
|
|
1957
1957
|
tx: e
|
|
1958
1958
|
});
|
|
1959
1959
|
}
|
|
1960
|
-
function
|
|
1960
|
+
function Vo(e) {
|
|
1961
1961
|
return ht((t) => t.normalize(e));
|
|
1962
1962
|
}
|
|
1963
|
-
function
|
|
1963
|
+
function zo() {
|
|
1964
1964
|
return ht((e) => e.trim());
|
|
1965
1965
|
}
|
|
1966
|
-
function
|
|
1966
|
+
function jo() {
|
|
1967
1967
|
return ht((e) => e.toLowerCase());
|
|
1968
1968
|
}
|
|
1969
|
-
function
|
|
1969
|
+
function Fo() {
|
|
1970
1970
|
return ht((e) => e.toUpperCase());
|
|
1971
1971
|
}
|
|
1972
|
-
function
|
|
1973
|
-
return ht((e) =>
|
|
1972
|
+
function $o() {
|
|
1973
|
+
return ht((e) => Gs(e));
|
|
1974
1974
|
}
|
|
1975
|
-
function
|
|
1975
|
+
function Bo(e, t, i) {
|
|
1976
1976
|
return new e({
|
|
1977
1977
|
type: "array",
|
|
1978
1978
|
element: t,
|
|
@@ -1982,7 +1982,7 @@ function $o(e, t, i) {
|
|
|
1982
1982
|
...R(i)
|
|
1983
1983
|
});
|
|
1984
1984
|
}
|
|
1985
|
-
function
|
|
1985
|
+
function Zo(e, t, i) {
|
|
1986
1986
|
return new e({
|
|
1987
1987
|
type: "custom",
|
|
1988
1988
|
check: "custom",
|
|
@@ -1990,8 +1990,8 @@ function Bo(e, t, i) {
|
|
|
1990
1990
|
...R(i)
|
|
1991
1991
|
});
|
|
1992
1992
|
}
|
|
1993
|
-
function
|
|
1994
|
-
const t =
|
|
1993
|
+
function Uo(e) {
|
|
1994
|
+
const t = qo((i) => (i.addIssue = (r) => {
|
|
1995
1995
|
if (typeof r == "string")
|
|
1996
1996
|
i.issues.push(_t(r, i.value, t._zod.def));
|
|
1997
1997
|
else {
|
|
@@ -2001,45 +2001,45 @@ function Zo(e) {
|
|
|
2001
2001
|
}, e(i.value, i)));
|
|
2002
2002
|
return t;
|
|
2003
2003
|
}
|
|
2004
|
-
function
|
|
2004
|
+
function qo(e, t) {
|
|
2005
2005
|
const i = new me({
|
|
2006
2006
|
check: "custom",
|
|
2007
2007
|
...R(t)
|
|
2008
2008
|
});
|
|
2009
2009
|
return i._zod.check = e, i;
|
|
2010
2010
|
}
|
|
2011
|
-
const
|
|
2012
|
-
da.init(e, t), Q.init(e, t);
|
|
2013
|
-
});
|
|
2014
|
-
function Ho(e) {
|
|
2015
|
-
return _o(qo, e);
|
|
2016
|
-
}
|
|
2017
|
-
const Go = /* @__PURE__ */ k("ZodISODate", (e, t) => {
|
|
2011
|
+
const Ho = /* @__PURE__ */ k("ZodISODateTime", (e, t) => {
|
|
2018
2012
|
ma.init(e, t), Q.init(e, t);
|
|
2019
2013
|
});
|
|
2020
|
-
function
|
|
2021
|
-
return ko(
|
|
2014
|
+
function Go(e) {
|
|
2015
|
+
return ko(Ho, e);
|
|
2022
2016
|
}
|
|
2023
|
-
const
|
|
2017
|
+
const Wo = /* @__PURE__ */ k("ZodISODate", (e, t) => {
|
|
2024
2018
|
ya.init(e, t), Q.init(e, t);
|
|
2025
2019
|
});
|
|
2026
|
-
function
|
|
2027
|
-
return wo(
|
|
2020
|
+
function Ko(e) {
|
|
2021
|
+
return wo(Wo, e);
|
|
2028
2022
|
}
|
|
2029
|
-
const
|
|
2023
|
+
const Xo = /* @__PURE__ */ k("ZodISOTime", (e, t) => {
|
|
2030
2024
|
va.init(e, t), Q.init(e, t);
|
|
2031
2025
|
});
|
|
2032
|
-
function
|
|
2033
|
-
return So(
|
|
2026
|
+
function Jo(e) {
|
|
2027
|
+
return So(Xo, e);
|
|
2028
|
+
}
|
|
2029
|
+
const Yo = /* @__PURE__ */ k("ZodISODuration", (e, t) => {
|
|
2030
|
+
xa.init(e, t), Q.init(e, t);
|
|
2031
|
+
});
|
|
2032
|
+
function Qo(e) {
|
|
2033
|
+
return To(Yo, e);
|
|
2034
2034
|
}
|
|
2035
|
-
const
|
|
2036
|
-
|
|
2035
|
+
const eu = (e, t) => {
|
|
2036
|
+
Or.init(e, t), e.name = "ZodError", Object.defineProperties(e, {
|
|
2037
2037
|
format: {
|
|
2038
|
-
value: (i) =>
|
|
2038
|
+
value: (i) => on(e, i)
|
|
2039
2039
|
// enumerable: false,
|
|
2040
2040
|
},
|
|
2041
2041
|
flatten: {
|
|
2042
|
-
value: (i) =>
|
|
2042
|
+
value: (i) => an(e, i)
|
|
2043
2043
|
// enumerable: false,
|
|
2044
2044
|
},
|
|
2045
2045
|
addIssue: {
|
|
@@ -2061,14 +2061,14 @@ const Qo = (e, t) => {
|
|
|
2061
2061
|
// enumerable: false,
|
|
2062
2062
|
}
|
|
2063
2063
|
});
|
|
2064
|
-
}, Pe = k("ZodError",
|
|
2064
|
+
}, Pe = k("ZodError", eu, {
|
|
2065
2065
|
Parent: Error
|
|
2066
|
-
}),
|
|
2066
|
+
}), tu = /* @__PURE__ */ wi(Pe), iu = /* @__PURE__ */ Si(Pe), ru = /* @__PURE__ */ qt(Pe), su = /* @__PURE__ */ Ht(Pe), nu = /* @__PURE__ */ hn(Pe), au = /* @__PURE__ */ ln(Pe), ou = /* @__PURE__ */ pn(Pe), uu = /* @__PURE__ */ fn(Pe), cu = /* @__PURE__ */ dn(Pe), hu = /* @__PURE__ */ mn(Pe), lu = /* @__PURE__ */ yn(Pe), pu = /* @__PURE__ */ vn(Pe), ee = /* @__PURE__ */ k("ZodType", (e, t) => (Y.init(e, t), e.def = t, e.type = t.type, Object.defineProperty(e, "_def", { value: t }), e.check = (...i) => e.clone(Ye(t, {
|
|
2067
2067
|
checks: [
|
|
2068
2068
|
...t.checks ?? [],
|
|
2069
2069
|
...i.map((r) => typeof r == "function" ? { _zod: { check: r, def: { check: "custom" }, onattach: [] } } : r)
|
|
2070
2070
|
]
|
|
2071
|
-
})), e.clone = (i, r) => Ge(e, i, r), e.brand = () => e, e.register = ((i, r) => (i.add(e, r), e)), e.parse = (i, r) =>
|
|
2071
|
+
})), e.clone = (i, r) => Ge(e, i, r), e.brand = () => e, e.register = ((i, r) => (i.add(e, r), e)), e.parse = (i, r) => tu(e, i, r, { callee: e.parse }), e.safeParse = (i, r) => ru(e, i, r), e.parseAsync = async (i, r) => iu(e, i, r, { callee: e.parseAsync }), e.safeParseAsync = async (i, r) => su(e, i, r), e.spa = e.safeParseAsync, e.encode = (i, r) => nu(e, i, r), e.decode = (i, r) => au(e, i, r), e.encodeAsync = async (i, r) => ou(e, i, r), e.decodeAsync = async (i, r) => uu(e, i, r), e.safeEncode = (i, r) => cu(e, i, r), e.safeDecode = (i, r) => hu(e, i, r), e.safeEncodeAsync = async (i, r) => lu(e, i, r), e.safeDecodeAsync = async (i, r) => pu(e, i, r), e.refine = (i, r) => e.check(sc(i, r)), e.superRefine = (i) => e.check(nc(i)), e.overwrite = (i) => e.check(ht(i)), e.optional = () => nr(e), e.nullable = () => ar(e), e.nullish = () => nr(ar(e)), e.nonoptional = (i) => Ju(e, i), e.array = () => He(e), e.or = (i) => ae([e, i]), e.and = (i) => $u(e, i), e.transform = (i) => or(e, qu(i)), e.default = (i) => Wu(e, i), e.prefault = (i) => Xu(e, i), e.catch = (i) => Qu(e, i), e.pipe = (i) => or(e, i), e.readonly = () => ic(e), e.describe = (i) => {
|
|
2072
2072
|
const r = e.clone();
|
|
2073
2073
|
return Lt.add(r, { description: i }), r;
|
|
2074
2074
|
}, Object.defineProperty(e, "description", {
|
|
@@ -2081,130 +2081,130 @@ const Qo = (e, t) => {
|
|
|
2081
2081
|
return Lt.get(e);
|
|
2082
2082
|
const r = e.clone();
|
|
2083
2083
|
return Lt.add(r, i[0]), r;
|
|
2084
|
-
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e)),
|
|
2084
|
+
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e)), Gr = /* @__PURE__ */ k("_ZodString", (e, t) => {
|
|
2085
2085
|
Ti.init(e, t), ee.init(e, t);
|
|
2086
2086
|
const i = e._zod.bag;
|
|
2087
|
-
e.format = i.format ?? null, e.minLength = i.minimum ?? null, e.maxLength = i.maximum ?? null, e.regex = (...r) => e.check(
|
|
2088
|
-
}),
|
|
2089
|
-
Ti.init(e, t),
|
|
2087
|
+
e.format = i.format ?? null, e.minLength = i.minimum ?? null, e.maxLength = i.maximum ?? null, e.regex = (...r) => e.check(No(...r)), e.includes = (...r) => e.check(Ro(...r)), e.startsWith = (...r) => e.check(Do(...r)), e.endsWith = (...r) => e.check(Mo(...r)), e.min = (...r) => e.check(zt(...r)), e.max = (...r) => e.check(qr(...r)), e.length = (...r) => e.check(Hr(...r)), e.nonempty = (...r) => e.check(zt(1, ...r)), e.lowercase = (r) => e.check(Lo(r)), e.uppercase = (r) => e.check(Oo(r)), e.trim = () => e.check(zo()), e.normalize = (...r) => e.check(Vo(...r)), e.toLowerCase = () => e.check(jo()), e.toUpperCase = () => e.check(Fo()), e.slugify = () => e.check($o());
|
|
2088
|
+
}), fu = /* @__PURE__ */ k("ZodString", (e, t) => {
|
|
2089
|
+
Ti.init(e, t), Gr.init(e, t), e.email = (i) => e.check(eo(du, i)), e.url = (i) => e.check(no(mu, i)), e.jwt = (i) => e.check(_o(Iu, i)), e.emoji = (i) => e.check(ao(yu, i)), e.guid = (i) => e.check(Yi(ir, i)), e.uuid = (i) => e.check(to(Ot, i)), e.uuidv4 = (i) => e.check(io(Ot, i)), e.uuidv6 = (i) => e.check(ro(Ot, i)), e.uuidv7 = (i) => e.check(so(Ot, i)), e.nanoid = (i) => e.check(oo(vu, i)), e.guid = (i) => e.check(Yi(ir, i)), e.cuid = (i) => e.check(uo(xu, i)), e.cuid2 = (i) => e.check(co(gu, i)), e.ulid = (i) => e.check(ho(bu, i)), e.base64 = (i) => e.check(xo(Cu, i)), e.base64url = (i) => e.check(go(Au, i)), e.xid = (i) => e.check(lo(_u, i)), e.ksuid = (i) => e.check(po(ku, i)), e.ipv4 = (i) => e.check(fo(wu, i)), e.ipv6 = (i) => e.check(mo(Su, i)), e.cidrv4 = (i) => e.check(yo(Tu, i)), e.cidrv6 = (i) => e.check(vo(Pu, i)), e.e164 = (i) => e.check(bo(Eu, i)), e.datetime = (i) => e.check(Go(i)), e.date = (i) => e.check(Ko(i)), e.time = (i) => e.check(Jo(i)), e.duration = (i) => e.check(Qo(i));
|
|
2090
2090
|
});
|
|
2091
2091
|
function O(e) {
|
|
2092
|
-
return
|
|
2092
|
+
return Qa(fu, e);
|
|
2093
2093
|
}
|
|
2094
2094
|
const Q = /* @__PURE__ */ k("ZodStringFormat", (e, t) => {
|
|
2095
|
-
W.init(e, t),
|
|
2096
|
-
}),
|
|
2097
|
-
|
|
2095
|
+
W.init(e, t), Gr.init(e, t);
|
|
2096
|
+
}), du = /* @__PURE__ */ k("ZodEmail", (e, t) => {
|
|
2097
|
+
aa.init(e, t), Q.init(e, t);
|
|
2098
2098
|
}), ir = /* @__PURE__ */ k("ZodGUID", (e, t) => {
|
|
2099
|
-
ra.init(e, t), Q.init(e, t);
|
|
2100
|
-
}), Ot = /* @__PURE__ */ k("ZodUUID", (e, t) => {
|
|
2101
2099
|
sa.init(e, t), Q.init(e, t);
|
|
2102
|
-
}),
|
|
2103
|
-
|
|
2104
|
-
}), mu = /* @__PURE__ */ k("
|
|
2100
|
+
}), Ot = /* @__PURE__ */ k("ZodUUID", (e, t) => {
|
|
2101
|
+
na.init(e, t), Q.init(e, t);
|
|
2102
|
+
}), mu = /* @__PURE__ */ k("ZodURL", (e, t) => {
|
|
2105
2103
|
oa.init(e, t), Q.init(e, t);
|
|
2106
|
-
}), yu = /* @__PURE__ */ k("
|
|
2104
|
+
}), yu = /* @__PURE__ */ k("ZodEmoji", (e, t) => {
|
|
2107
2105
|
ua.init(e, t), Q.init(e, t);
|
|
2108
|
-
}), vu = /* @__PURE__ */ k("
|
|
2106
|
+
}), vu = /* @__PURE__ */ k("ZodNanoID", (e, t) => {
|
|
2109
2107
|
ca.init(e, t), Q.init(e, t);
|
|
2110
|
-
}), xu = /* @__PURE__ */ k("
|
|
2108
|
+
}), xu = /* @__PURE__ */ k("ZodCUID", (e, t) => {
|
|
2111
2109
|
ha.init(e, t), Q.init(e, t);
|
|
2112
|
-
}), gu = /* @__PURE__ */ k("
|
|
2110
|
+
}), gu = /* @__PURE__ */ k("ZodCUID2", (e, t) => {
|
|
2113
2111
|
la.init(e, t), Q.init(e, t);
|
|
2114
|
-
}), bu = /* @__PURE__ */ k("
|
|
2112
|
+
}), bu = /* @__PURE__ */ k("ZodULID", (e, t) => {
|
|
2115
2113
|
pa.init(e, t), Q.init(e, t);
|
|
2116
|
-
}), _u = /* @__PURE__ */ k("
|
|
2114
|
+
}), _u = /* @__PURE__ */ k("ZodXID", (e, t) => {
|
|
2117
2115
|
fa.init(e, t), Q.init(e, t);
|
|
2118
|
-
}), ku = /* @__PURE__ */ k("
|
|
2119
|
-
|
|
2120
|
-
}), wu = /* @__PURE__ */ k("
|
|
2116
|
+
}), ku = /* @__PURE__ */ k("ZodKSUID", (e, t) => {
|
|
2117
|
+
da.init(e, t), Q.init(e, t);
|
|
2118
|
+
}), wu = /* @__PURE__ */ k("ZodIPv4", (e, t) => {
|
|
2121
2119
|
ga.init(e, t), Q.init(e, t);
|
|
2122
|
-
}), Su = /* @__PURE__ */ k("
|
|
2120
|
+
}), Su = /* @__PURE__ */ k("ZodIPv6", (e, t) => {
|
|
2123
2121
|
ba.init(e, t), Q.init(e, t);
|
|
2124
|
-
}), Tu = /* @__PURE__ */ k("
|
|
2122
|
+
}), Tu = /* @__PURE__ */ k("ZodCIDRv4", (e, t) => {
|
|
2125
2123
|
_a.init(e, t), Q.init(e, t);
|
|
2126
|
-
}), Pu = /* @__PURE__ */ k("
|
|
2124
|
+
}), Pu = /* @__PURE__ */ k("ZodCIDRv6", (e, t) => {
|
|
2127
2125
|
ka.init(e, t), Q.init(e, t);
|
|
2128
|
-
}), Cu = /* @__PURE__ */ k("
|
|
2129
|
-
|
|
2130
|
-
}), Au = /* @__PURE__ */ k("
|
|
2126
|
+
}), Cu = /* @__PURE__ */ k("ZodBase64", (e, t) => {
|
|
2127
|
+
wa.init(e, t), Q.init(e, t);
|
|
2128
|
+
}), Au = /* @__PURE__ */ k("ZodBase64URL", (e, t) => {
|
|
2131
2129
|
Ta.init(e, t), Q.init(e, t);
|
|
2132
|
-
}), Eu = /* @__PURE__ */ k("
|
|
2133
|
-
|
|
2134
|
-
}),
|
|
2135
|
-
|
|
2130
|
+
}), Eu = /* @__PURE__ */ k("ZodE164", (e, t) => {
|
|
2131
|
+
Pa.init(e, t), Q.init(e, t);
|
|
2132
|
+
}), Iu = /* @__PURE__ */ k("ZodJWT", (e, t) => {
|
|
2133
|
+
Aa.init(e, t), Q.init(e, t);
|
|
2134
|
+
}), Wr = /* @__PURE__ */ k("ZodNumber", (e, t) => {
|
|
2135
|
+
Br.init(e, t), ee.init(e, t), e.gt = (r, n) => e.check(er(r, n)), e.gte = (r, n) => e.check(ni(r, n)), e.min = (r, n) => e.check(ni(r, n)), e.lt = (r, n) => e.check(Qi(r, n)), e.lte = (r, n) => e.check(si(r, n)), e.max = (r, n) => e.check(si(r, n)), e.int = (r) => e.check(rr(r)), e.safe = (r) => e.check(rr(r)), e.positive = (r) => e.check(er(0, r)), e.nonnegative = (r) => e.check(ni(0, r)), e.negative = (r) => e.check(Qi(0, r)), e.nonpositive = (r) => e.check(si(0, r)), e.multipleOf = (r, n) => e.check(tr(r, n)), e.step = (r, n) => e.check(tr(r, n)), e.finite = () => e;
|
|
2136
2136
|
const i = e._zod.bag;
|
|
2137
2137
|
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;
|
|
2138
2138
|
});
|
|
2139
|
-
function
|
|
2140
|
-
return
|
|
2139
|
+
function De(e) {
|
|
2140
|
+
return Po(Wr, e);
|
|
2141
2141
|
}
|
|
2142
|
-
const
|
|
2143
|
-
|
|
2142
|
+
const Nu = /* @__PURE__ */ k("ZodNumberFormat", (e, t) => {
|
|
2143
|
+
Ea.init(e, t), Wr.init(e, t);
|
|
2144
2144
|
});
|
|
2145
2145
|
function rr(e) {
|
|
2146
|
-
return Po(Iu, e);
|
|
2147
|
-
}
|
|
2148
|
-
const Nu = /* @__PURE__ */ k("ZodBoolean", (e, t) => {
|
|
2149
|
-
Ea.init(e, t), ee.init(e, t);
|
|
2150
|
-
});
|
|
2151
|
-
function Lu(e) {
|
|
2152
2146
|
return Co(Nu, e);
|
|
2153
2147
|
}
|
|
2154
|
-
const
|
|
2148
|
+
const Lu = /* @__PURE__ */ k("ZodBoolean", (e, t) => {
|
|
2155
2149
|
Ia.init(e, t), ee.init(e, t);
|
|
2156
2150
|
});
|
|
2157
|
-
function
|
|
2158
|
-
return Ao(
|
|
2151
|
+
function Ou(e) {
|
|
2152
|
+
return Ao(Lu, e);
|
|
2159
2153
|
}
|
|
2160
|
-
const Ru = /* @__PURE__ */ k("
|
|
2154
|
+
const Ru = /* @__PURE__ */ k("ZodUnknown", (e, t) => {
|
|
2161
2155
|
Na.init(e, t), ee.init(e, t);
|
|
2162
2156
|
});
|
|
2163
|
-
function
|
|
2164
|
-
return Eo(Ru
|
|
2157
|
+
function sr() {
|
|
2158
|
+
return Eo(Ru);
|
|
2165
2159
|
}
|
|
2166
|
-
const
|
|
2167
|
-
La.init(e, t), ee.init(e, t)
|
|
2160
|
+
const Du = /* @__PURE__ */ k("ZodNever", (e, t) => {
|
|
2161
|
+
La.init(e, t), ee.init(e, t);
|
|
2162
|
+
});
|
|
2163
|
+
function Mu(e) {
|
|
2164
|
+
return Io(Du, e);
|
|
2165
|
+
}
|
|
2166
|
+
const Vu = /* @__PURE__ */ k("ZodArray", (e, t) => {
|
|
2167
|
+
Oa.init(e, t), ee.init(e, t), e.element = t.element, e.min = (i, r) => e.check(zt(i, r)), e.nonempty = (i) => e.check(zt(1, i)), e.max = (i, r) => e.check(qr(i, r)), e.length = (i, r) => e.check(Hr(i, r)), e.unwrap = () => e.element;
|
|
2168
2168
|
});
|
|
2169
2169
|
function He(e, t) {
|
|
2170
|
-
return
|
|
2170
|
+
return Bo(Vu, e, t);
|
|
2171
2171
|
}
|
|
2172
|
-
const
|
|
2173
|
-
|
|
2172
|
+
const zu = /* @__PURE__ */ k("ZodObject", (e, t) => {
|
|
2173
|
+
Da.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: sr() }), e.loose = () => e.clone({ ...e._zod.def, catchall: sr() }), e.strict = () => e.clone({ ...e._zod.def, catchall: Mu() }), e.strip = () => e.clone({ ...e._zod.def, catchall: void 0 }), e.extend = (i) => en(e, i), e.safeExtend = (i) => tn(e, i), e.merge = (i) => rn(e, i), e.pick = (i) => Ys(e, i), e.omit = (i) => Qs(e, i), e.partial = (...i) => sn(Kr, e, i[0]), e.required = (...i) => nn(Xr, e, i[0]);
|
|
2174
2174
|
});
|
|
2175
|
-
function
|
|
2175
|
+
function Ne(e, t) {
|
|
2176
2176
|
const i = {
|
|
2177
2177
|
type: "object",
|
|
2178
2178
|
shape: e ?? {},
|
|
2179
2179
|
...R(t)
|
|
2180
2180
|
};
|
|
2181
|
-
return new
|
|
2181
|
+
return new zu(i);
|
|
2182
2182
|
}
|
|
2183
|
-
const
|
|
2184
|
-
|
|
2183
|
+
const ju = /* @__PURE__ */ k("ZodUnion", (e, t) => {
|
|
2184
|
+
Ma.init(e, t), ee.init(e, t), e.options = t.options;
|
|
2185
2185
|
});
|
|
2186
2186
|
function ae(e, t) {
|
|
2187
|
-
return new
|
|
2187
|
+
return new ju({
|
|
2188
2188
|
type: "union",
|
|
2189
2189
|
options: e,
|
|
2190
2190
|
...R(t)
|
|
2191
2191
|
});
|
|
2192
2192
|
}
|
|
2193
|
-
const
|
|
2194
|
-
|
|
2193
|
+
const Fu = /* @__PURE__ */ k("ZodIntersection", (e, t) => {
|
|
2194
|
+
Va.init(e, t), ee.init(e, t);
|
|
2195
2195
|
});
|
|
2196
|
-
function
|
|
2197
|
-
return new
|
|
2196
|
+
function $u(e, t) {
|
|
2197
|
+
return new Fu({
|
|
2198
2198
|
type: "intersection",
|
|
2199
2199
|
left: e,
|
|
2200
2200
|
right: t
|
|
2201
2201
|
});
|
|
2202
2202
|
}
|
|
2203
|
-
const
|
|
2204
|
-
|
|
2203
|
+
const Bu = /* @__PURE__ */ k("ZodRecord", (e, t) => {
|
|
2204
|
+
za.init(e, t), ee.init(e, t), e.keyType = t.keyType, e.valueType = t.valueType;
|
|
2205
2205
|
});
|
|
2206
2206
|
function be(e, t, i) {
|
|
2207
|
-
return new
|
|
2207
|
+
return new Bu({
|
|
2208
2208
|
type: "record",
|
|
2209
2209
|
keyType: e,
|
|
2210
2210
|
valueType: t,
|
|
@@ -2212,7 +2212,7 @@ function be(e, t, i) {
|
|
|
2212
2212
|
});
|
|
2213
2213
|
}
|
|
2214
2214
|
const fi = /* @__PURE__ */ k("ZodEnum", (e, t) => {
|
|
2215
|
-
|
|
2215
|
+
ja.init(e, t), ee.init(e, t), e.enum = t.entries, e.options = Object.values(t.entries);
|
|
2216
2216
|
const i = new Set(Object.keys(t.entries));
|
|
2217
2217
|
e.extract = (r, n) => {
|
|
2218
2218
|
const u = {};
|
|
@@ -2250,8 +2250,8 @@ function Wt(e, t) {
|
|
|
2250
2250
|
...R(t)
|
|
2251
2251
|
});
|
|
2252
2252
|
}
|
|
2253
|
-
const
|
|
2254
|
-
|
|
2253
|
+
const Zu = /* @__PURE__ */ k("ZodLiteral", (e, t) => {
|
|
2254
|
+
Fa.init(e, t), ee.init(e, t), e.values = new Set(t.values), Object.defineProperty(e, "value", {
|
|
2255
2255
|
get() {
|
|
2256
2256
|
if (t.values.length > 1)
|
|
2257
2257
|
throw new Error("This schema contains multiple valid literal values. Use `.values` instead.");
|
|
@@ -2260,16 +2260,16 @@ const Bu = /* @__PURE__ */ k("ZodLiteral", (e, t) => {
|
|
|
2260
2260
|
});
|
|
2261
2261
|
});
|
|
2262
2262
|
function b(e, t) {
|
|
2263
|
-
return new
|
|
2263
|
+
return new Zu({
|
|
2264
2264
|
type: "literal",
|
|
2265
2265
|
values: Array.isArray(e) ? e : [e],
|
|
2266
2266
|
...R(t)
|
|
2267
2267
|
});
|
|
2268
2268
|
}
|
|
2269
|
-
const
|
|
2270
|
-
|
|
2269
|
+
const Uu = /* @__PURE__ */ k("ZodTransform", (e, t) => {
|
|
2270
|
+
$a.init(e, t), ee.init(e, t), e._zod.parse = (i, r) => {
|
|
2271
2271
|
if (r.direction === "backward")
|
|
2272
|
-
throw new
|
|
2272
|
+
throw new Ar(e.constructor.name);
|
|
2273
2273
|
i.addIssue = (u) => {
|
|
2274
2274
|
if (typeof u == "string")
|
|
2275
2275
|
i.issues.push(_t(u, i.value, t));
|
|
@@ -2282,104 +2282,104 @@ const Zu = /* @__PURE__ */ k("ZodTransform", (e, t) => {
|
|
|
2282
2282
|
return n instanceof Promise ? n.then((u) => (i.value = u, i)) : (i.value = n, i);
|
|
2283
2283
|
};
|
|
2284
2284
|
});
|
|
2285
|
-
function
|
|
2286
|
-
return new
|
|
2285
|
+
function qu(e) {
|
|
2286
|
+
return new Uu({
|
|
2287
2287
|
type: "transform",
|
|
2288
2288
|
transform: e
|
|
2289
2289
|
});
|
|
2290
2290
|
}
|
|
2291
|
-
const
|
|
2292
|
-
|
|
2291
|
+
const Kr = /* @__PURE__ */ k("ZodOptional", (e, t) => {
|
|
2292
|
+
Ba.init(e, t), ee.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
2293
2293
|
});
|
|
2294
2294
|
function nr(e) {
|
|
2295
|
-
return new
|
|
2295
|
+
return new Kr({
|
|
2296
2296
|
type: "optional",
|
|
2297
2297
|
innerType: e
|
|
2298
2298
|
});
|
|
2299
2299
|
}
|
|
2300
|
-
const
|
|
2301
|
-
|
|
2300
|
+
const Hu = /* @__PURE__ */ k("ZodNullable", (e, t) => {
|
|
2301
|
+
Za.init(e, t), ee.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
2302
2302
|
});
|
|
2303
2303
|
function ar(e) {
|
|
2304
|
-
return new
|
|
2304
|
+
return new Hu({
|
|
2305
2305
|
type: "nullable",
|
|
2306
2306
|
innerType: e
|
|
2307
2307
|
});
|
|
2308
2308
|
}
|
|
2309
|
-
const
|
|
2310
|
-
|
|
2309
|
+
const Gu = /* @__PURE__ */ k("ZodDefault", (e, t) => {
|
|
2310
|
+
Ua.init(e, t), ee.init(e, t), e.unwrap = () => e._zod.def.innerType, e.removeDefault = e.unwrap;
|
|
2311
2311
|
});
|
|
2312
|
-
function
|
|
2313
|
-
return new
|
|
2312
|
+
function Wu(e, t) {
|
|
2313
|
+
return new Gu({
|
|
2314
2314
|
type: "default",
|
|
2315
2315
|
innerType: e,
|
|
2316
2316
|
get defaultValue() {
|
|
2317
|
-
return typeof t == "function" ? t() :
|
|
2317
|
+
return typeof t == "function" ? t() : Nr(t);
|
|
2318
2318
|
}
|
|
2319
2319
|
});
|
|
2320
2320
|
}
|
|
2321
|
-
const
|
|
2322
|
-
|
|
2321
|
+
const Ku = /* @__PURE__ */ k("ZodPrefault", (e, t) => {
|
|
2322
|
+
qa.init(e, t), ee.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
2323
2323
|
});
|
|
2324
|
-
function
|
|
2325
|
-
return new
|
|
2324
|
+
function Xu(e, t) {
|
|
2325
|
+
return new Ku({
|
|
2326
2326
|
type: "prefault",
|
|
2327
2327
|
innerType: e,
|
|
2328
2328
|
get defaultValue() {
|
|
2329
|
-
return typeof t == "function" ? t() :
|
|
2329
|
+
return typeof t == "function" ? t() : Nr(t);
|
|
2330
2330
|
}
|
|
2331
2331
|
});
|
|
2332
2332
|
}
|
|
2333
|
-
const
|
|
2334
|
-
|
|
2333
|
+
const Xr = /* @__PURE__ */ k("ZodNonOptional", (e, t) => {
|
|
2334
|
+
Ha.init(e, t), ee.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
2335
2335
|
});
|
|
2336
|
-
function
|
|
2337
|
-
return new
|
|
2336
|
+
function Ju(e, t) {
|
|
2337
|
+
return new Xr({
|
|
2338
2338
|
type: "nonoptional",
|
|
2339
2339
|
innerType: e,
|
|
2340
2340
|
...R(t)
|
|
2341
2341
|
});
|
|
2342
2342
|
}
|
|
2343
|
-
const
|
|
2344
|
-
|
|
2343
|
+
const Yu = /* @__PURE__ */ k("ZodCatch", (e, t) => {
|
|
2344
|
+
Ga.init(e, t), ee.init(e, t), e.unwrap = () => e._zod.def.innerType, e.removeCatch = e.unwrap;
|
|
2345
2345
|
});
|
|
2346
|
-
function
|
|
2347
|
-
return new
|
|
2346
|
+
function Qu(e, t) {
|
|
2347
|
+
return new Yu({
|
|
2348
2348
|
type: "catch",
|
|
2349
2349
|
innerType: e,
|
|
2350
2350
|
catchValue: typeof t == "function" ? t : () => t
|
|
2351
2351
|
});
|
|
2352
2352
|
}
|
|
2353
|
-
const
|
|
2354
|
-
|
|
2353
|
+
const ec = /* @__PURE__ */ k("ZodPipe", (e, t) => {
|
|
2354
|
+
Wa.init(e, t), ee.init(e, t), e.in = t.in, e.out = t.out;
|
|
2355
2355
|
});
|
|
2356
2356
|
function or(e, t) {
|
|
2357
|
-
return new
|
|
2357
|
+
return new ec({
|
|
2358
2358
|
type: "pipe",
|
|
2359
2359
|
in: e,
|
|
2360
2360
|
out: t
|
|
2361
2361
|
// ...util.normalizeParams(params),
|
|
2362
2362
|
});
|
|
2363
2363
|
}
|
|
2364
|
-
const
|
|
2365
|
-
|
|
2364
|
+
const tc = /* @__PURE__ */ k("ZodReadonly", (e, t) => {
|
|
2365
|
+
Ka.init(e, t), ee.init(e, t), e.unwrap = () => e._zod.def.innerType;
|
|
2366
2366
|
});
|
|
2367
|
-
function
|
|
2368
|
-
return new
|
|
2367
|
+
function ic(e) {
|
|
2368
|
+
return new tc({
|
|
2369
2369
|
type: "readonly",
|
|
2370
2370
|
innerType: e
|
|
2371
2371
|
});
|
|
2372
2372
|
}
|
|
2373
|
-
const
|
|
2374
|
-
|
|
2373
|
+
const rc = /* @__PURE__ */ k("ZodCustom", (e, t) => {
|
|
2374
|
+
Xa.init(e, t), ee.init(e, t);
|
|
2375
2375
|
});
|
|
2376
|
-
function
|
|
2377
|
-
return
|
|
2376
|
+
function sc(e, t = {}) {
|
|
2377
|
+
return Zo(rc, e, t);
|
|
2378
2378
|
}
|
|
2379
|
-
function
|
|
2380
|
-
return
|
|
2379
|
+
function nc(e) {
|
|
2380
|
+
return Uo(e);
|
|
2381
2381
|
}
|
|
2382
|
-
const
|
|
2382
|
+
const ac = ["amber", "green", "red", "other"], oc = Wt(ac), uc = ["alpha", "beta", "generalAvailability", "notApplicable", "preAlpha", "proposed", "releaseCandidate", "unavailable", "underReview"], cc = Wt(uc), hc = [
|
|
2383
2383
|
"app",
|
|
2384
2384
|
"connector",
|
|
2385
2385
|
"connectorConnection",
|
|
@@ -2403,33 +2403,33 @@ const nc = ["amber", "green", "red", "other"], ac = Wt(nc), oc = ["alpha", "beta
|
|
|
2403
2403
|
"presenter",
|
|
2404
2404
|
"presenterPresentation",
|
|
2405
2405
|
"tool"
|
|
2406
|
-
],
|
|
2406
|
+
], lc = Wt(hc), pc = ae([b("en-au"), b("en-gb"), b("en-us"), b("es-es")]), fc = be(pc, O()), dc = Ne({
|
|
2407
2407
|
id: O(),
|
|
2408
|
-
color:
|
|
2408
|
+
color: oc,
|
|
2409
2409
|
label: O()
|
|
2410
|
-
}),
|
|
2410
|
+
}), mc = Ne({
|
|
2411
2411
|
id: O(),
|
|
2412
2412
|
label: be(O(), O()),
|
|
2413
2413
|
description: be(O(), O()),
|
|
2414
|
-
firstCreatedAt:
|
|
2414
|
+
firstCreatedAt: De().optional(),
|
|
2415
2415
|
icon: O().optional(),
|
|
2416
2416
|
iconDark: O().optional(),
|
|
2417
|
-
lastUpdatedAt:
|
|
2418
|
-
status:
|
|
2419
|
-
statusId:
|
|
2420
|
-
typeId:
|
|
2421
|
-
}),
|
|
2417
|
+
lastUpdatedAt: De().optional(),
|
|
2418
|
+
status: dc.nullable().optional(),
|
|
2419
|
+
statusId: cc,
|
|
2420
|
+
typeId: lc
|
|
2421
|
+
}), yc = ae([b("app"), b("engine"), b("connector"), b("context"), b("presenter"), b("tool")]), vc = Ne({
|
|
2422
2422
|
id: O(),
|
|
2423
2423
|
label: O()
|
|
2424
|
-
}),
|
|
2425
|
-
activeConnectionCount:
|
|
2426
|
-
canDescribe:
|
|
2424
|
+
}), xc = Ne({
|
|
2425
|
+
activeConnectionCount: De().optional(),
|
|
2426
|
+
canDescribe: Ou().optional(),
|
|
2427
2427
|
id: O().optional(),
|
|
2428
2428
|
authMethodId: ae([b("apiKey"), b("disabled"), b("oAuth2"), b("none")]),
|
|
2429
|
-
label:
|
|
2430
|
-
maxConnectionCount:
|
|
2429
|
+
label: fc.optional(),
|
|
2430
|
+
maxConnectionCount: De().optional(),
|
|
2431
2431
|
params: He(be(O(), O())).optional()
|
|
2432
|
-
}),
|
|
2432
|
+
}), gc = ae([b("application"), b("curatedDataset"), b("database"), b("fileStore")]), bc = ae([
|
|
2433
2433
|
b("abortOperation"),
|
|
2434
2434
|
b("authenticateConnection"),
|
|
2435
2435
|
b("createObject"),
|
|
@@ -2442,20 +2442,20 @@ const nc = ["amber", "green", "red", "other"], ac = Wt(nc), oc = ["alpha", "beta
|
|
|
2442
2442
|
b("removeRecords"),
|
|
2443
2443
|
b("retrieveRecords"),
|
|
2444
2444
|
b("upsertRecords")
|
|
2445
|
-
]),
|
|
2446
|
-
typeId:
|
|
2445
|
+
]), _c = ae([b("bidirectional"), b("destination"), b("source"), b("unknown")]), kc = mc.extend({
|
|
2446
|
+
typeId: yc,
|
|
2447
2447
|
version: O()
|
|
2448
|
-
}),
|
|
2449
|
-
category:
|
|
2450
|
-
categoryId:
|
|
2451
|
-
implementations: be(O(),
|
|
2452
|
-
operations: He(
|
|
2448
|
+
}), wc = kc.extend({
|
|
2449
|
+
category: vc.optional(),
|
|
2450
|
+
categoryId: gc,
|
|
2451
|
+
implementations: be(O(), xc),
|
|
2452
|
+
operations: He(bc),
|
|
2453
2453
|
typeId: b("connector"),
|
|
2454
|
-
usageId:
|
|
2454
|
+
usageId: _c,
|
|
2455
2455
|
vendorAccountURL: O().nullable().optional(),
|
|
2456
2456
|
vendorDocumentationURL: O().nullable().optional(),
|
|
2457
2457
|
vendorHomeURL: O().nullable().optional()
|
|
2458
|
-
}),
|
|
2458
|
+
}), Sc = ae([b("amber"), b("green"), b("red"), b("other")]), Tc = ae([
|
|
2459
2459
|
b("alpha"),
|
|
2460
2460
|
b("beta"),
|
|
2461
2461
|
b("generalAvailability"),
|
|
@@ -2465,7 +2465,7 @@ const nc = ["amber", "green", "red", "other"], ac = Wt(nc), oc = ["alpha", "beta
|
|
|
2465
2465
|
b("releaseCandidate"),
|
|
2466
2466
|
b("unavailable"),
|
|
2467
2467
|
b("underReview")
|
|
2468
|
-
]),
|
|
2468
|
+
]), Pc = ae([
|
|
2469
2469
|
b("app"),
|
|
2470
2470
|
b("connector"),
|
|
2471
2471
|
b("connectorConnection"),
|
|
@@ -2489,19 +2489,19 @@ const nc = ["amber", "green", "red", "other"], ac = Wt(nc), oc = ["alpha", "beta
|
|
|
2489
2489
|
b("presenter"),
|
|
2490
2490
|
b("presenterPresentation"),
|
|
2491
2491
|
b("tool")
|
|
2492
|
-
]), ur =
|
|
2492
|
+
]), ur = De(), Cc = Ne({
|
|
2493
2493
|
id: O(),
|
|
2494
|
-
color:
|
|
2494
|
+
color: Sc,
|
|
2495
2495
|
label: O()
|
|
2496
|
-
}),
|
|
2496
|
+
}), Ac = Ne({
|
|
2497
2497
|
id: O(),
|
|
2498
2498
|
label: be(O(), O()),
|
|
2499
2499
|
description: be(O(), O()),
|
|
2500
2500
|
icon: O().optional(),
|
|
2501
2501
|
iconDark: O().optional(),
|
|
2502
|
-
order:
|
|
2502
|
+
order: De(),
|
|
2503
2503
|
path: O()
|
|
2504
|
-
}),
|
|
2504
|
+
}), Jr = Ne({
|
|
2505
2505
|
id: O(),
|
|
2506
2506
|
label: be(O(), O()),
|
|
2507
2507
|
description: be(O(), O()),
|
|
@@ -2509,20 +2509,20 @@ const nc = ["amber", "green", "red", "other"], ac = Wt(nc), oc = ["alpha", "beta
|
|
|
2509
2509
|
icon: O().optional(),
|
|
2510
2510
|
iconDark: O().optional(),
|
|
2511
2511
|
lastUpdatedAt: ur.optional(),
|
|
2512
|
-
status:
|
|
2513
|
-
statusId:
|
|
2514
|
-
typeId:
|
|
2515
|
-
}),
|
|
2516
|
-
typeId:
|
|
2512
|
+
status: Cc.optional(),
|
|
2513
|
+
statusId: Tc,
|
|
2514
|
+
typeId: Pc
|
|
2515
|
+
}), Ec = ae([b("app"), b("engine"), b("connector"), b("context"), b("presenter"), b("tool")]), Ic = Jr.extend({
|
|
2516
|
+
typeId: Ec,
|
|
2517
2517
|
version: O()
|
|
2518
|
-
}),
|
|
2519
|
-
modelRefs: He(
|
|
2520
|
-
order:
|
|
2521
|
-
}),
|
|
2522
|
-
models: He(
|
|
2523
|
-
operations: He(
|
|
2518
|
+
}), Nc = Jr.extend({
|
|
2519
|
+
modelRefs: He(Ac),
|
|
2520
|
+
order: De()
|
|
2521
|
+
}), Lc = b("list"), Oc = Ic.extend({
|
|
2522
|
+
models: He(Nc),
|
|
2523
|
+
operations: He(Lc),
|
|
2524
2524
|
typeId: b("context")
|
|
2525
|
-
}),
|
|
2525
|
+
}), Rc = ae([b("amber"), b("green"), b("red"), b("other")]), Dc = ae([
|
|
2526
2526
|
b("alpha"),
|
|
2527
2527
|
b("beta"),
|
|
2528
2528
|
b("generalAvailability"),
|
|
@@ -2532,7 +2532,7 @@ const nc = ["amber", "green", "red", "other"], ac = Wt(nc), oc = ["alpha", "beta
|
|
|
2532
2532
|
b("releaseCandidate"),
|
|
2533
2533
|
b("unavailable"),
|
|
2534
2534
|
b("underReview")
|
|
2535
|
-
]),
|
|
2535
|
+
]), Mc = ae([
|
|
2536
2536
|
b("app"),
|
|
2537
2537
|
b("connector"),
|
|
2538
2538
|
b("connectorConnection"),
|
|
@@ -2556,19 +2556,19 @@ const nc = ["amber", "green", "red", "other"], ac = Wt(nc), oc = ["alpha", "beta
|
|
|
2556
2556
|
b("presenter"),
|
|
2557
2557
|
b("presenterPresentation"),
|
|
2558
2558
|
b("tool")
|
|
2559
|
-
]), cr =
|
|
2559
|
+
]), cr = De(), Vc = Ne({
|
|
2560
2560
|
id: O(),
|
|
2561
|
-
color:
|
|
2561
|
+
color: Rc,
|
|
2562
2562
|
label: O()
|
|
2563
|
-
}),
|
|
2563
|
+
}), zc = Ne({
|
|
2564
2564
|
id: O(),
|
|
2565
2565
|
label: be(O(), O()),
|
|
2566
2566
|
description: be(O(), O()),
|
|
2567
2567
|
icon: O().optional(),
|
|
2568
2568
|
iconDark: O().optional(),
|
|
2569
|
-
order:
|
|
2569
|
+
order: De(),
|
|
2570
2570
|
path: O()
|
|
2571
|
-
}),
|
|
2571
|
+
}), jc = Ne({
|
|
2572
2572
|
id: O(),
|
|
2573
2573
|
label: be(O(), O()),
|
|
2574
2574
|
description: be(O(), O()),
|
|
@@ -2576,28 +2576,28 @@ const nc = ["amber", "green", "red", "other"], ac = Wt(nc), oc = ["alpha", "beta
|
|
|
2576
2576
|
icon: O().optional(),
|
|
2577
2577
|
iconDark: O().optional(),
|
|
2578
2578
|
lastUpdatedAt: cr.optional(),
|
|
2579
|
-
status:
|
|
2580
|
-
statusId:
|
|
2581
|
-
typeId:
|
|
2582
|
-
}),
|
|
2583
|
-
typeId:
|
|
2579
|
+
status: Vc.optional(),
|
|
2580
|
+
statusId: Dc,
|
|
2581
|
+
typeId: Mc
|
|
2582
|
+
}), Fc = ae([b("app"), b("engine"), b("connector"), b("context"), b("presenter"), b("tool")]), $c = jc.extend({
|
|
2583
|
+
typeId: Fc,
|
|
2584
2584
|
version: O()
|
|
2585
|
-
}),
|
|
2586
|
-
presentations: He(
|
|
2587
|
-
operations: He(
|
|
2585
|
+
}), Bc = ae([b("list"), b("render"), b("setColorMode")]), Zc = $c.extend({
|
|
2586
|
+
presentations: He(zc),
|
|
2587
|
+
operations: He(Bc),
|
|
2588
2588
|
typeId: b("presenter")
|
|
2589
2589
|
});
|
|
2590
|
-
var
|
|
2590
|
+
var Uc = [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], Yr = [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], qc = "·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯・꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_・", Qr = "ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-Ა-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-Ꟑꟑꟓꟕ-ꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ", ai = {
|
|
2591
2591
|
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",
|
|
2592
2592
|
5: "class enum extends super const export import",
|
|
2593
2593
|
6: "enum",
|
|
2594
2594
|
strict: "implements interface let package private protected public static yield",
|
|
2595
2595
|
strictBind: "eval arguments"
|
|
2596
|
-
}, oi = "break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",
|
|
2596
|
+
}, oi = "break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this", Hc = {
|
|
2597
2597
|
5: oi,
|
|
2598
2598
|
"5module": oi + " export import",
|
|
2599
2599
|
6: oi + " const class extends export import super"
|
|
2600
|
-
},
|
|
2600
|
+
}, Gc = /^in(stanceof)?$/, Wc = new RegExp("[" + Qr + "]"), Kc = new RegExp("[" + Qr + qc + "]");
|
|
2601
2601
|
function di(e, t) {
|
|
2602
2602
|
for (var i = 65536, r = 0; r < t.length; r += 2) {
|
|
2603
2603
|
if (i += t[r], i > e)
|
|
@@ -2608,10 +2608,10 @@ function di(e, t) {
|
|
|
2608
2608
|
return !1;
|
|
2609
2609
|
}
|
|
2610
2610
|
function Ee(e, t) {
|
|
2611
|
-
return e < 65 ? e === 36 : e < 91 ? !0 : e < 97 ? e === 95 : e < 123 ? !0 : e <= 65535 ? e >= 170 &&
|
|
2611
|
+
return e < 65 ? e === 36 : e < 91 ? !0 : e < 97 ? e === 95 : e < 123 ? !0 : e <= 65535 ? e >= 170 && Wc.test(String.fromCharCode(e)) : t === !1 ? !1 : di(e, Yr);
|
|
2612
2612
|
}
|
|
2613
|
-
function
|
|
2614
|
-
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 &&
|
|
2613
|
+
function Me(e, t) {
|
|
2614
|
+
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 && Kc.test(String.fromCharCode(e)) : t === !1 ? !1 : di(e, Yr) || di(e, Uc);
|
|
2615
2615
|
}
|
|
2616
2616
|
var z = function(t, i) {
|
|
2617
2617
|
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;
|
|
@@ -2716,11 +2716,11 @@ var l = {
|
|
|
2716
2716
|
_typeof: $("typeof", { beforeExpr: !0, prefix: !0, startsExpr: !0 }),
|
|
2717
2717
|
_void: $("void", { beforeExpr: !0, prefix: !0, startsExpr: !0 }),
|
|
2718
2718
|
_delete: $("delete", { beforeExpr: !0, prefix: !0, startsExpr: !0 })
|
|
2719
|
-
}, ce = /\r\n?|\n|\u2028|\u2029/,
|
|
2719
|
+
}, ce = /\r\n?|\n|\u2028|\u2029/, es = new RegExp(ce.source, "g");
|
|
2720
2720
|
function Qe(e) {
|
|
2721
2721
|
return e === 10 || e === 13 || e === 8232 || e === 8233;
|
|
2722
2722
|
}
|
|
2723
|
-
function
|
|
2723
|
+
function ts(e, t, i) {
|
|
2724
2724
|
i === void 0 && (i = e.length);
|
|
2725
2725
|
for (var r = t; r < i; r++) {
|
|
2726
2726
|
var n = e.charCodeAt(r);
|
|
@@ -2729,18 +2729,18 @@ function es(e, t, i) {
|
|
|
2729
2729
|
}
|
|
2730
2730
|
return -1;
|
|
2731
2731
|
}
|
|
2732
|
-
var Pi = /[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/, ne = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,
|
|
2733
|
-
return
|
|
2732
|
+
var Pi = /[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/, ne = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g, is = Object.prototype, Xc = is.hasOwnProperty, Jc = is.toString, lt = Object.hasOwn || (function(e, t) {
|
|
2733
|
+
return Xc.call(e, t);
|
|
2734
2734
|
}), hr = Array.isArray || (function(e) {
|
|
2735
|
-
return
|
|
2735
|
+
return Jc.call(e) === "[object Array]";
|
|
2736
2736
|
}), lr = /* @__PURE__ */ Object.create(null);
|
|
2737
2737
|
function Ze(e) {
|
|
2738
2738
|
return lr[e] || (lr[e] = new RegExp("^(?:" + e.replace(/ /g, "|") + ")$"));
|
|
2739
2739
|
}
|
|
2740
|
-
function
|
|
2740
|
+
function Ve(e) {
|
|
2741
2741
|
return e <= 65535 ? String.fromCharCode(e) : (e -= 65536, String.fromCharCode((e >> 10) + 55296, (e & 1023) + 56320));
|
|
2742
2742
|
}
|
|
2743
|
-
var
|
|
2743
|
+
var Yc = /(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/, ut = function(t, i) {
|
|
2744
2744
|
this.line = t, this.column = i;
|
|
2745
2745
|
};
|
|
2746
2746
|
ut.prototype.offset = function(t) {
|
|
@@ -2751,7 +2751,7 @@ var wt = function(t, i, r) {
|
|
|
2751
2751
|
};
|
|
2752
2752
|
function Ci(e, t) {
|
|
2753
2753
|
for (var i = 1, r = 0; ; ) {
|
|
2754
|
-
var n =
|
|
2754
|
+
var n = ts(e, r, t);
|
|
2755
2755
|
if (n < 0)
|
|
2756
2756
|
return new ut(i, t - r);
|
|
2757
2757
|
++i, r = n;
|
|
@@ -2854,7 +2854,7 @@ var jt = {
|
|
|
2854
2854
|
// (non-standard) ParenthesizedExpression nodes
|
|
2855
2855
|
preserveParens: !1
|
|
2856
2856
|
}, pr = !1;
|
|
2857
|
-
function
|
|
2857
|
+
function Qc(e) {
|
|
2858
2858
|
var t = {};
|
|
2859
2859
|
for (var i in jt)
|
|
2860
2860
|
t[i] = e && lt(e, i) ? e[i] : jt[i];
|
|
@@ -2865,9 +2865,9 @@ Defaulting to 2020, but this will stop working in the future.`)), t.ecmaVersion
|
|
|
2865
2865
|
return r.push(n);
|
|
2866
2866
|
};
|
|
2867
2867
|
}
|
|
2868
|
-
return hr(t.onComment) && (t.onComment =
|
|
2868
|
+
return hr(t.onComment) && (t.onComment = eh(t, t.onComment)), t;
|
|
2869
2869
|
}
|
|
2870
|
-
function
|
|
2870
|
+
function eh(e, t) {
|
|
2871
2871
|
return function(i, r, n, u, h, d) {
|
|
2872
2872
|
var y = {
|
|
2873
2873
|
type: i ? "Block" : "Line",
|
|
@@ -2878,32 +2878,32 @@ function Qc(e, t) {
|
|
|
2878
2878
|
e.locations && (y.loc = new wt(this, h, d)), e.ranges && (y.range = [n, u]), t.push(y);
|
|
2879
2879
|
};
|
|
2880
2880
|
}
|
|
2881
|
-
var kt = 1, pt = 2, Ai = 4,
|
|
2881
|
+
var kt = 1, pt = 2, Ai = 4, rs = 8, Ei = 16, ss = 32, Kt = 64, ns = 128, et = 256, St = 512, Xt = kt | pt | et;
|
|
2882
2882
|
function Ii(e, t) {
|
|
2883
|
-
return pt | (e ? Ai : 0) | (t ?
|
|
2883
|
+
return pt | (e ? Ai : 0) | (t ? rs : 0);
|
|
2884
2884
|
}
|
|
2885
|
-
var Ft = 0, Ni = 1,
|
|
2886
|
-
this.options = t =
|
|
2885
|
+
var Ft = 0, Ni = 1, je = 2, as = 3, os = 4, us = 5, J = function(t, i, r) {
|
|
2886
|
+
this.options = t = Qc(t), this.sourceFile = t.sourceFile, this.keywords = Ze(Hc[t.ecmaVersion >= 6 ? 6 : t.sourceType === "module" ? "5module" : 5]);
|
|
2887
2887
|
var n = "";
|
|
2888
2888
|
t.allowReserved !== !0 && (n = ai[t.ecmaVersion >= 6 ? 6 : t.ecmaVersion === 5 ? 5 : 3], t.sourceType === "module" && (n += " await")), this.reservedWords = Ze(n);
|
|
2889
2889
|
var u = (n ? n + " " : "") + ai.strict;
|
|
2890
2890
|
this.reservedWordsStrict = Ze(u), this.reservedWordsStrictBind = Ze(u + " " + ai.strictBind), this.input = String(i), this.containsEsc = !1, r ? (this.pos = r, this.lineStart = this.input.lastIndexOf(`
|
|
2891
2891
|
`, r - 1) + 1, this.curLine = this.input.slice(0, this.lineStart).split(ce).length) : (this.pos = this.lineStart = 0, this.curLine = 1), this.type = l.eof, this.value = null, this.start = this.end = this.pos, this.startLoc = this.endLoc = this.curPosition(), this.lastTokEndLoc = this.lastTokStartLoc = null, this.lastTokStart = this.lastTokEnd = this.pos, this.context = this.initialContext(), this.exprAllowed = !0, this.inModule = t.sourceType === "module", this.strict = this.inModule || this.strictDirective(this.pos), this.potentialArrowAt = -1, this.potentialArrowInForAwait = !1, this.yieldPos = this.awaitPos = this.awaitIdentPos = 0, this.labels = [], this.undefinedExports = /* @__PURE__ */ Object.create(null), this.pos === 0 && t.allowHashBang && this.input.slice(0, 2) === "#!" && this.skipLineComment(2), this.scopeStack = [], this.enterScope(kt), this.regexpState = null, this.privateNameStack = [];
|
|
2892
|
-
},
|
|
2892
|
+
}, Le = { inFunction: { configurable: !0 }, inGenerator: { configurable: !0 }, inAsync: { configurable: !0 }, canAwait: { configurable: !0 }, allowSuper: { configurable: !0 }, allowDirectSuper: { configurable: !0 }, treatFunctionsAsVar: { configurable: !0 }, allowNewDotTarget: { configurable: !0 }, inClassStaticBlock: { configurable: !0 } };
|
|
2893
2893
|
J.prototype.parse = function() {
|
|
2894
2894
|
var t = this.options.program || this.startNode();
|
|
2895
2895
|
return this.nextToken(), this.parseTopLevel(t);
|
|
2896
2896
|
};
|
|
2897
|
-
|
|
2897
|
+
Le.inFunction.get = function() {
|
|
2898
2898
|
return (this.currentVarScope().flags & pt) > 0;
|
|
2899
2899
|
};
|
|
2900
|
-
|
|
2901
|
-
return (this.currentVarScope().flags &
|
|
2900
|
+
Le.inGenerator.get = function() {
|
|
2901
|
+
return (this.currentVarScope().flags & rs) > 0;
|
|
2902
2902
|
};
|
|
2903
|
-
|
|
2903
|
+
Le.inAsync.get = function() {
|
|
2904
2904
|
return (this.currentVarScope().flags & Ai) > 0;
|
|
2905
2905
|
};
|
|
2906
|
-
|
|
2906
|
+
Le.canAwait.get = function() {
|
|
2907
2907
|
for (var e = this.scopeStack.length - 1; e >= 0; e--) {
|
|
2908
2908
|
var t = this.scopeStack[e], i = t.flags;
|
|
2909
2909
|
if (i & (et | St))
|
|
@@ -2913,17 +2913,17 @@ Oe.canAwait.get = function() {
|
|
|
2913
2913
|
}
|
|
2914
2914
|
return this.inModule && this.options.ecmaVersion >= 13 || this.options.allowAwaitOutsideFunction;
|
|
2915
2915
|
};
|
|
2916
|
-
|
|
2916
|
+
Le.allowSuper.get = function() {
|
|
2917
2917
|
var e = this.currentThisScope(), t = e.flags;
|
|
2918
2918
|
return (t & Kt) > 0 || this.options.allowSuperOutsideMethod;
|
|
2919
2919
|
};
|
|
2920
|
-
|
|
2921
|
-
return (this.currentThisScope().flags &
|
|
2920
|
+
Le.allowDirectSuper.get = function() {
|
|
2921
|
+
return (this.currentThisScope().flags & ns) > 0;
|
|
2922
2922
|
};
|
|
2923
|
-
|
|
2923
|
+
Le.treatFunctionsAsVar.get = function() {
|
|
2924
2924
|
return this.treatFunctionsAsVarInScope(this.currentScope());
|
|
2925
2925
|
};
|
|
2926
|
-
|
|
2926
|
+
Le.allowNewDotTarget.get = function() {
|
|
2927
2927
|
for (var e = this.scopeStack.length - 1; e >= 0; e--) {
|
|
2928
2928
|
var t = this.scopeStack[e], i = t.flags;
|
|
2929
2929
|
if (i & (et | St) || i & pt && !(i & Ei))
|
|
@@ -2931,7 +2931,7 @@ Oe.allowNewDotTarget.get = function() {
|
|
|
2931
2931
|
}
|
|
2932
2932
|
return !1;
|
|
2933
2933
|
};
|
|
2934
|
-
|
|
2934
|
+
Le.inClassStaticBlock.get = function() {
|
|
2935
2935
|
return (this.currentVarScope().flags & et) > 0;
|
|
2936
2936
|
};
|
|
2937
2937
|
J.extend = function() {
|
|
@@ -2950,14 +2950,14 @@ J.parseExpressionAt = function(t, i, r) {
|
|
|
2950
2950
|
J.tokenizer = function(t, i) {
|
|
2951
2951
|
return new this(i, t);
|
|
2952
2952
|
};
|
|
2953
|
-
Object.defineProperties(J.prototype,
|
|
2954
|
-
var he = J.prototype,
|
|
2953
|
+
Object.defineProperties(J.prototype, Le);
|
|
2954
|
+
var he = J.prototype, th = /^(?:'((?:\\[^]|[^'\\])*?)'|"((?:\\[^]|[^"\\])*?)")/;
|
|
2955
2955
|
he.strictDirective = function(e) {
|
|
2956
2956
|
if (this.options.ecmaVersion < 5)
|
|
2957
2957
|
return !1;
|
|
2958
2958
|
for (; ; ) {
|
|
2959
2959
|
ne.lastIndex = e, e += ne.exec(this.input)[0].length;
|
|
2960
|
-
var t =
|
|
2960
|
+
var t = th.exec(this.input.slice(e));
|
|
2961
2961
|
if (!t)
|
|
2962
2962
|
return !1;
|
|
2963
2963
|
if ((t[1] || t[2]) === "use strict") {
|
|
@@ -3038,7 +3038,7 @@ I.parseTopLevel = function(e) {
|
|
|
3038
3038
|
}
|
|
3039
3039
|
return this.adaptDirectivePrologue(e.body), this.next(), e.sourceType = this.options.sourceType, this.finishNode(e, "Program");
|
|
3040
3040
|
};
|
|
3041
|
-
var Li = { kind: "loop" },
|
|
3041
|
+
var Li = { kind: "loop" }, ih = { kind: "switch" };
|
|
3042
3042
|
I.isLet = function(e) {
|
|
3043
3043
|
if (this.options.ecmaVersion < 6 || !this.isContextual("let"))
|
|
3044
3044
|
return !1;
|
|
@@ -3051,12 +3051,12 @@ I.isLet = function(e) {
|
|
|
3051
3051
|
if (r === 123 || r > 55295 && r < 56320)
|
|
3052
3052
|
return !0;
|
|
3053
3053
|
if (Ee(r, !0)) {
|
|
3054
|
-
for (var n = i + 1;
|
|
3054
|
+
for (var n = i + 1; Me(r = this.input.charCodeAt(n), !0); )
|
|
3055
3055
|
++n;
|
|
3056
3056
|
if (r === 92 || r > 55295 && r < 56320)
|
|
3057
3057
|
return !0;
|
|
3058
3058
|
var u = this.input.slice(i, n);
|
|
3059
|
-
if (!
|
|
3059
|
+
if (!Gc.test(u))
|
|
3060
3060
|
return !0;
|
|
3061
3061
|
}
|
|
3062
3062
|
return !1;
|
|
@@ -3066,7 +3066,7 @@ I.isAsyncFunction = function() {
|
|
|
3066
3066
|
return !1;
|
|
3067
3067
|
ne.lastIndex = this.pos;
|
|
3068
3068
|
var e = ne.exec(this.input), t = this.pos + e[0].length, i;
|
|
3069
|
-
return !ce.test(this.input.slice(this.pos, t)) && this.input.slice(t, t + 8) === "function" && (t + 8 === this.input.length || !(
|
|
3069
|
+
return !ce.test(this.input.slice(this.pos, t)) && this.input.slice(t, t + 8) === "function" && (t + 8 === this.input.length || !(Me(i = this.input.charCodeAt(t + 8)) || i > 55295 && i < 56320));
|
|
3070
3070
|
};
|
|
3071
3071
|
I.isUsingKeyword = function(e, t) {
|
|
3072
3072
|
if (this.options.ecmaVersion < 17 || !this.isContextual(e ? "await" : "using"))
|
|
@@ -3077,7 +3077,7 @@ I.isUsingKeyword = function(e, t) {
|
|
|
3077
3077
|
return !1;
|
|
3078
3078
|
if (e) {
|
|
3079
3079
|
var n = r + 5, u;
|
|
3080
|
-
if (this.input.slice(r, n) !== "using" || n === this.input.length ||
|
|
3080
|
+
if (this.input.slice(r, n) !== "using" || n === this.input.length || Me(u = this.input.charCodeAt(n)) || u > 55295 && u < 56320)
|
|
3081
3081
|
return !1;
|
|
3082
3082
|
ne.lastIndex = n;
|
|
3083
3083
|
var h = ne.exec(this.input);
|
|
@@ -3086,7 +3086,7 @@ I.isUsingKeyword = function(e, t) {
|
|
|
3086
3086
|
}
|
|
3087
3087
|
if (t) {
|
|
3088
3088
|
var d = r + 2, y;
|
|
3089
|
-
if (this.input.slice(r, d) === "of" && (d === this.input.length || !
|
|
3089
|
+
if (this.input.slice(r, d) === "of" && (d === this.input.length || !Me(y = this.input.charCodeAt(d)) && !(y > 55295 && y < 56320)))
|
|
3090
3090
|
return !1;
|
|
3091
3091
|
}
|
|
3092
3092
|
var o = this.input.charCodeAt(r);
|
|
@@ -3206,7 +3206,7 @@ I.parseReturnStatement = function(e) {
|
|
|
3206
3206
|
return !this.inFunction && !this.options.allowReturnOutsideFunction && this.raise(this.start, "'return' outside of function"), this.next(), this.eat(l.semi) || this.insertSemicolon() ? e.argument = null : (e.argument = this.parseExpression(), this.semicolon()), this.finishNode(e, "ReturnStatement");
|
|
3207
3207
|
};
|
|
3208
3208
|
I.parseSwitchStatement = function(e) {
|
|
3209
|
-
this.next(), e.discriminant = this.parseParenExpression(), e.cases = [], this.expect(l.braceL), this.labels.push(
|
|
3209
|
+
this.next(), e.discriminant = this.parseParenExpression(), e.cases = [], this.expect(l.braceL), this.labels.push(ih), this.enterScope(0);
|
|
3210
3210
|
for (var t, i = !1; this.type !== l.braceR; )
|
|
3211
3211
|
if (this.type === l._case || this.type === l._default) {
|
|
3212
3212
|
var r = this.type === l._case;
|
|
@@ -3218,10 +3218,10 @@ I.parseSwitchStatement = function(e) {
|
|
|
3218
3218
|
I.parseThrowStatement = function(e) {
|
|
3219
3219
|
return this.next(), ce.test(this.input.slice(this.lastTokEnd, this.start)) && this.raise(this.lastTokEnd, "Illegal newline after throw"), e.argument = this.parseExpression(), this.semicolon(), this.finishNode(e, "ThrowStatement");
|
|
3220
3220
|
};
|
|
3221
|
-
var
|
|
3221
|
+
var rh = [];
|
|
3222
3222
|
I.parseCatchClauseParam = function() {
|
|
3223
3223
|
var e = this.parseBindingAtom(), t = e.type === "Identifier";
|
|
3224
|
-
return this.enterScope(t ?
|
|
3224
|
+
return this.enterScope(t ? ss : 0), this.checkLValPattern(e, t ? os : je), this.expect(l.parenR), e;
|
|
3225
3225
|
};
|
|
3226
3226
|
I.parseTryStatement = function(e) {
|
|
3227
3227
|
if (this.next(), e.block = this.parseBlock(), e.handler = null, this.type === l._catch) {
|
|
@@ -3285,11 +3285,11 @@ I.parseVar = function(e, t, i, r) {
|
|
|
3285
3285
|
return e;
|
|
3286
3286
|
};
|
|
3287
3287
|
I.parseVarId = function(e, t) {
|
|
3288
|
-
e.id = t === "using" || t === "await using" ? this.parseIdent() : this.parseBindingAtom(), this.checkLValPattern(e.id, t === "var" ? Ni :
|
|
3288
|
+
e.id = t === "using" || t === "await using" ? this.parseIdent() : this.parseBindingAtom(), this.checkLValPattern(e.id, t === "var" ? Ni : je, !1);
|
|
3289
3289
|
};
|
|
3290
|
-
var gt = 1, mi = 2,
|
|
3290
|
+
var gt = 1, mi = 2, cs = 4;
|
|
3291
3291
|
I.parseFunction = function(e, t, i, r, n) {
|
|
3292
|
-
this.initFunction(e), (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !r) && (this.type === l.star && t & mi && this.unexpected(), e.generator = this.eat(l.star)), this.options.ecmaVersion >= 8 && (e.async = !!r), t & gt && (e.id = t &
|
|
3292
|
+
this.initFunction(e), (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !r) && (this.type === l.star && t & mi && this.unexpected(), e.generator = this.eat(l.star)), this.options.ecmaVersion >= 8 && (e.async = !!r), t & gt && (e.id = t & cs && this.type !== l.name ? null : this.parseIdent(), e.id && !(t & mi) && this.checkLValSimple(e.id, this.strict || e.generator || e.async ? this.treatFunctionsAsVar ? Ni : je : as));
|
|
3293
3293
|
var u = this.yieldPos, h = this.awaitPos, d = this.awaitIdentPos;
|
|
3294
3294
|
return this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0, this.enterScope(Ii(e.async, e.generator)), t & gt || (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 & gt ? "FunctionDeclaration" : "FunctionExpression");
|
|
3295
3295
|
};
|
|
@@ -3303,7 +3303,7 @@ I.parseClass = function(e, t) {
|
|
|
3303
3303
|
var r = this.enterClassBody(), n = this.startNode(), u = !1;
|
|
3304
3304
|
for (n.body = [], this.expect(l.braceL); this.type !== l.braceR; ) {
|
|
3305
3305
|
var h = this.parseClassElement(e.superClass !== null);
|
|
3306
|
-
h && (n.body.push(h), h.type === "MethodDefinition" && h.kind === "constructor" ? (u && this.raiseRecoverable(h.start, "Duplicate constructor in the same class"), u = !0) : h.key && h.key.type === "PrivateIdentifier" &&
|
|
3306
|
+
h && (n.body.push(h), h.type === "MethodDefinition" && h.kind === "constructor" ? (u && this.raiseRecoverable(h.start, "Duplicate constructor in the same class"), u = !0) : h.key && h.key.type === "PrivateIdentifier" && sh(r, h) && this.raiseRecoverable(h.key.start, "Identifier '#" + h.key.name + "' has already been declared"));
|
|
3307
3307
|
}
|
|
3308
3308
|
return this.strict = i, this.next(), e.body = this.finishNode(n, "ClassBody"), this.exitClassBody(), this.finishNode(e, t ? "ClassDeclaration" : "ClassExpression");
|
|
3309
3309
|
};
|
|
@@ -3352,7 +3352,7 @@ I.parseClassStaticBlock = function(e) {
|
|
|
3352
3352
|
return this.next(), this.exitScope(), this.labels = t, this.finishNode(e, "StaticBlock");
|
|
3353
3353
|
};
|
|
3354
3354
|
I.parseClassId = function(e, t) {
|
|
3355
|
-
this.type === l.name ? (e.id = this.parseIdent(), t && this.checkLValSimple(e.id,
|
|
3355
|
+
this.type === l.name ? (e.id = this.parseIdent(), t && this.checkLValSimple(e.id, je, !1)) : (t === !0 && this.unexpected(), e.id = null);
|
|
3356
3356
|
};
|
|
3357
3357
|
I.parseClassSuper = function(e) {
|
|
3358
3358
|
e.superClass = this.eat(l._extends) ? this.parseExprSubscripts(null, !1) : null;
|
|
@@ -3369,7 +3369,7 @@ I.exitClassBody = function() {
|
|
|
3369
3369
|
lt(t, h.name) || (n ? n.used.push(h) : this.raiseRecoverable(h.start, "Private field '#" + h.name + "' must be declared in an enclosing class"));
|
|
3370
3370
|
}
|
|
3371
3371
|
};
|
|
3372
|
-
function
|
|
3372
|
+
function sh(e, t) {
|
|
3373
3373
|
var i = t.key.name, r = e[i], n = "true";
|
|
3374
3374
|
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 ? !0 : (e[i] = n, !1);
|
|
3375
3375
|
}
|
|
@@ -3408,7 +3408,7 @@ I.parseExportDefaultDeclaration = function() {
|
|
|
3408
3408
|
var e;
|
|
3409
3409
|
if (this.type === l._function || (e = this.isAsyncFunction())) {
|
|
3410
3410
|
var t = this.startNode();
|
|
3411
|
-
return this.next(), e && this.next(), this.parseFunction(t, gt |
|
|
3411
|
+
return this.next(), e && this.next(), this.parseFunction(t, gt | cs, !1, e);
|
|
3412
3412
|
} else if (this.type === l._class) {
|
|
3413
3413
|
var i = this.startNode();
|
|
3414
3414
|
return this.parseClass(i, "nullableID");
|
|
@@ -3466,19 +3466,19 @@ I.parseExportSpecifiers = function(e) {
|
|
|
3466
3466
|
return t;
|
|
3467
3467
|
};
|
|
3468
3468
|
I.parseImport = function(e) {
|
|
3469
|
-
return this.next(), this.type === l.string ? (e.specifiers =
|
|
3469
|
+
return this.next(), this.type === l.string ? (e.specifiers = rh, e.source = this.parseExprAtom()) : (e.specifiers = this.parseImportSpecifiers(), this.expectContextual("from"), e.source = this.type === l.string ? this.parseExprAtom() : this.unexpected()), this.options.ecmaVersion >= 16 && (e.attributes = this.parseWithClause()), this.semicolon(), this.finishNode(e, "ImportDeclaration");
|
|
3470
3470
|
};
|
|
3471
3471
|
I.parseImportSpecifier = function() {
|
|
3472
3472
|
var e = this.startNode();
|
|
3473
|
-
return e.imported = this.parseModuleExportName(), this.eatContextual("as") ? e.local = this.parseIdent() : (this.checkUnreserved(e.imported), e.local = e.imported), this.checkLValSimple(e.local,
|
|
3473
|
+
return e.imported = this.parseModuleExportName(), this.eatContextual("as") ? e.local = this.parseIdent() : (this.checkUnreserved(e.imported), e.local = e.imported), this.checkLValSimple(e.local, je), this.finishNode(e, "ImportSpecifier");
|
|
3474
3474
|
};
|
|
3475
3475
|
I.parseImportDefaultSpecifier = function() {
|
|
3476
3476
|
var e = this.startNode();
|
|
3477
|
-
return e.local = this.parseIdent(), this.checkLValSimple(e.local,
|
|
3477
|
+
return e.local = this.parseIdent(), this.checkLValSimple(e.local, je), this.finishNode(e, "ImportDefaultSpecifier");
|
|
3478
3478
|
};
|
|
3479
3479
|
I.parseImportNamespaceSpecifier = function() {
|
|
3480
3480
|
var e = this.startNode();
|
|
3481
|
-
return this.next(), this.expectContextual("as"), e.local = this.parseIdent(), this.checkLValSimple(e.local,
|
|
3481
|
+
return this.next(), this.expectContextual("as"), e.local = this.parseIdent(), this.checkLValSimple(e.local, je), this.finishNode(e, "ImportNamespaceSpecifier");
|
|
3482
3482
|
};
|
|
3483
3483
|
I.parseImportSpecifiers = function() {
|
|
3484
3484
|
var e = [], t = !0;
|
|
@@ -3517,7 +3517,7 @@ I.parseImportAttribute = function() {
|
|
|
3517
3517
|
I.parseModuleExportName = function() {
|
|
3518
3518
|
if (this.options.ecmaVersion >= 13 && this.type === l.string) {
|
|
3519
3519
|
var e = this.parseLiteral(this.value);
|
|
3520
|
-
return
|
|
3520
|
+
return Yc.test(e.value) && this.raise(e.start, "An export name cannot include a lone surrogate."), e;
|
|
3521
3521
|
}
|
|
3522
3522
|
return this.parseIdent(!0);
|
|
3523
3523
|
};
|
|
@@ -3639,7 +3639,7 @@ Ce.checkLValSimple = function(e, t, i) {
|
|
|
3639
3639
|
var r = t !== Ft;
|
|
3640
3640
|
switch (e.type) {
|
|
3641
3641
|
case "Identifier":
|
|
3642
|
-
this.strict && this.reservedWordsStrictBind.test(e.name) && this.raiseRecoverable(e.start, (r ? "Binding " : "Assigning to ") + e.name + " in strict mode"), r && (t ===
|
|
3642
|
+
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 && (lt(i, e.name) && this.raiseRecoverable(e.start, "Argument name clash"), i[e.name] = !0), t !== us && this.declareName(e.name, t, e.start));
|
|
3643
3643
|
break;
|
|
3644
3644
|
case "ChainExpression":
|
|
3645
3645
|
this.raiseRecoverable(e.start, "Optional chaining cannot appear in left-hand side");
|
|
@@ -3865,7 +3865,7 @@ M.parseMaybeUnary = function(e, t, i, r) {
|
|
|
3865
3865
|
h = this.parseAwait(r), t = !0;
|
|
3866
3866
|
else if (this.type.prefix) {
|
|
3867
3867
|
var d = this.startNode(), y = this.type === l.incDec;
|
|
3868
|
-
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" &&
|
|
3868
|
+
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" && hs(d.argument) ? this.raiseRecoverable(d.start, "Deleting local variable in strict mode") : d.operator === "delete" && yi(d.argument) ? this.raiseRecoverable(d.start, "Private fields can not be deleted") : t = !0, h = this.finishNode(d, y ? "UpdateExpression" : "UnaryExpression");
|
|
3869
3869
|
} else if (!t && this.type === l.privateId)
|
|
3870
3870
|
(r || this.privateNameStack.length === 0) && this.options.checkPrivateFields && this.unexpected(), h = this.parsePrivateIdent(), this.type !== l._in && this.unexpected();
|
|
3871
3871
|
else {
|
|
@@ -3884,8 +3884,8 @@ M.parseMaybeUnary = function(e, t, i, r) {
|
|
|
3884
3884
|
else
|
|
3885
3885
|
return h;
|
|
3886
3886
|
};
|
|
3887
|
-
function
|
|
3888
|
-
return e.type === "Identifier" || e.type === "ParenthesizedExpression" &&
|
|
3887
|
+
function hs(e) {
|
|
3888
|
+
return e.type === "Identifier" || e.type === "ParenthesizedExpression" && hs(e.expression);
|
|
3889
3889
|
}
|
|
3890
3890
|
function yi(e) {
|
|
3891
3891
|
return e.type === "MemberExpression" && e.property.type === "PrivateIdentifier" || e.type === "ChainExpression" && yi(e.expression) || e.type === "ParenthesizedExpression" && yi(e.expression);
|
|
@@ -4063,7 +4063,7 @@ M.parseParenItem = function(e) {
|
|
|
4063
4063
|
M.parseParenArrowList = function(e, t, i, r) {
|
|
4064
4064
|
return this.parseArrowExpression(this.startNodeAt(e, t), i, !1, r);
|
|
4065
4065
|
};
|
|
4066
|
-
var
|
|
4066
|
+
var nh = [];
|
|
4067
4067
|
M.parseNew = function() {
|
|
4068
4068
|
this.containsEsc && this.raiseRecoverable(this.start, "Escape sequence in keyword new");
|
|
4069
4069
|
var e = this.startNode();
|
|
@@ -4074,7 +4074,7 @@ M.parseNew = function() {
|
|
|
4074
4074
|
return e.property = this.parseIdent(!0), e.property.name !== "target" && this.raiseRecoverable(e.property.start, "The only valid meta property for new is 'new.target'"), i && this.raiseRecoverable(e.start, "'new.target' must not contain escaped characters"), this.allowNewDotTarget || this.raiseRecoverable(e.start, "'new.target' can only be used in functions and class static block"), this.finishNode(e, "MetaProperty");
|
|
4075
4075
|
}
|
|
4076
4076
|
var r = this.start, n = this.startLoc;
|
|
4077
|
-
return e.callee = this.parseSubscripts(this.parseExprAtom(null, !1, !0), r, n, !0, !1), this.eat(l.parenL) ? e.arguments = this.parseExprList(l.parenR, this.options.ecmaVersion >= 8, !1) : e.arguments =
|
|
4077
|
+
return e.callee = this.parseSubscripts(this.parseExprAtom(null, !1, !0), r, n, !0, !1), this.eat(l.parenL) ? e.arguments = this.parseExprList(l.parenR, this.options.ecmaVersion >= 8, !1) : e.arguments = nh, this.finishNode(e, "NewExpression");
|
|
4078
4078
|
};
|
|
4079
4079
|
M.parseTemplateElement = function(e) {
|
|
4080
4080
|
var t = e.isTagged, i = this.startNode();
|
|
@@ -4148,7 +4148,7 @@ M.initFunction = function(e) {
|
|
|
4148
4148
|
};
|
|
4149
4149
|
M.parseMethod = function(e, t, i) {
|
|
4150
4150
|
var r = this.startNode(), n = this.yieldPos, u = this.awaitPos, h = this.awaitIdentPos;
|
|
4151
|
-
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(Ii(t, r.generator) | Kt | (i ?
|
|
4151
|
+
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(Ii(t, r.generator) | Kt | (i ? ns : 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");
|
|
4152
4152
|
};
|
|
4153
4153
|
M.parseArrowExpression = function(e, t, i, r) {
|
|
4154
4154
|
var n = this.yieldPos, u = this.awaitPos, h = this.awaitIdentPos;
|
|
@@ -4162,7 +4162,7 @@ M.parseFunctionBody = function(e, t, i, r) {
|
|
|
4162
4162
|
var d = this.options.ecmaVersion >= 7 && !this.isSimpleParamList(e.params);
|
|
4163
4163
|
(!u || d) && (h = this.strictDirective(this.end), h && d && this.raiseRecoverable(e.start, "Illegal 'use strict' directive in function with non-simple parameter list"));
|
|
4164
4164
|
var y = this.labels;
|
|
4165
|
-
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,
|
|
4165
|
+
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, us), e.body = this.parseBlock(!1, void 0, h && !u), e.expression = !1, this.adaptDirectivePrologue(e.body.body), this.labels = y;
|
|
4166
4166
|
}
|
|
4167
4167
|
this.exitScope();
|
|
4168
4168
|
};
|
|
@@ -4232,11 +4232,11 @@ Bt.curPosition = function() {
|
|
|
4232
4232
|
if (this.options.locations)
|
|
4233
4233
|
return new ut(this.curLine, this.pos - this.lineStart);
|
|
4234
4234
|
};
|
|
4235
|
-
var We = J.prototype,
|
|
4235
|
+
var We = J.prototype, ah = function(t) {
|
|
4236
4236
|
this.flags = t, this.var = [], this.lexical = [], this.functions = [];
|
|
4237
4237
|
};
|
|
4238
4238
|
We.enterScope = function(e) {
|
|
4239
|
-
this.scopeStack.push(new
|
|
4239
|
+
this.scopeStack.push(new ah(e));
|
|
4240
4240
|
};
|
|
4241
4241
|
We.exitScope = function() {
|
|
4242
4242
|
this.scopeStack.pop();
|
|
@@ -4246,19 +4246,19 @@ We.treatFunctionsAsVarInScope = function(e) {
|
|
|
4246
4246
|
};
|
|
4247
4247
|
We.declareName = function(e, t, i) {
|
|
4248
4248
|
var r = !1;
|
|
4249
|
-
if (t ===
|
|
4249
|
+
if (t === je) {
|
|
4250
4250
|
var n = this.currentScope();
|
|
4251
4251
|
r = n.lexical.indexOf(e) > -1 || n.functions.indexOf(e) > -1 || n.var.indexOf(e) > -1, n.lexical.push(e), this.inModule && n.flags & kt && delete this.undefinedExports[e];
|
|
4252
|
-
} else if (t ===
|
|
4252
|
+
} else if (t === os) {
|
|
4253
4253
|
var u = this.currentScope();
|
|
4254
4254
|
u.lexical.push(e);
|
|
4255
|
-
} else if (t ===
|
|
4255
|
+
} else if (t === as) {
|
|
4256
4256
|
var h = this.currentScope();
|
|
4257
4257
|
this.treatFunctionsAsVar ? r = h.lexical.indexOf(e) > -1 : r = h.lexical.indexOf(e) > -1 || h.var.indexOf(e) > -1, h.functions.push(e);
|
|
4258
4258
|
} else
|
|
4259
4259
|
for (var d = this.scopeStack.length - 1; d >= 0; --d) {
|
|
4260
4260
|
var y = this.scopeStack[d];
|
|
4261
|
-
if (y.lexical.indexOf(e) > -1 && !(y.flags &
|
|
4261
|
+
if (y.lexical.indexOf(e) > -1 && !(y.flags & ss && y.lexical[0] === e) || !this.treatFunctionsAsVarInScope(y) && y.functions.indexOf(e) > -1) {
|
|
4262
4262
|
r = !0;
|
|
4263
4263
|
break;
|
|
4264
4264
|
}
|
|
@@ -4296,14 +4296,14 @@ Pt.startNode = function() {
|
|
|
4296
4296
|
Pt.startNodeAt = function(e, t) {
|
|
4297
4297
|
return new Tt(this, e, t);
|
|
4298
4298
|
};
|
|
4299
|
-
function
|
|
4299
|
+
function ls(e, t, i, r) {
|
|
4300
4300
|
return e.type = t, e.end = i, this.options.locations && (e.loc.end = r), this.options.ranges && (e.range[1] = i), e;
|
|
4301
4301
|
}
|
|
4302
4302
|
Pt.finishNode = function(e, t) {
|
|
4303
|
-
return
|
|
4303
|
+
return ls.call(this, e, t, this.lastTokEnd, this.lastTokEndLoc);
|
|
4304
4304
|
};
|
|
4305
4305
|
Pt.finishNodeAt = function(e, t, i, r) {
|
|
4306
|
-
return
|
|
4306
|
+
return ls.call(this, e, t, i, r);
|
|
4307
4307
|
};
|
|
4308
4308
|
Pt.copyNode = function(e) {
|
|
4309
4309
|
var t = new Tt(this, e.start, this.startLoc);
|
|
@@ -4311,42 +4311,42 @@ Pt.copyNode = function(e) {
|
|
|
4311
4311
|
t[i] = e[i];
|
|
4312
4312
|
return t;
|
|
4313
4313
|
};
|
|
4314
|
-
var
|
|
4315
|
-
9:
|
|
4316
|
-
10:
|
|
4317
|
-
11:
|
|
4318
|
-
12:
|
|
4319
|
-
13:
|
|
4320
|
-
14:
|
|
4321
|
-
},
|
|
4314
|
+
var oh = "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", ps = "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", fs = ps + " Extended_Pictographic", ds = fs, ms = ds + " EBase EComp EMod EPres ExtPict", ys = ms, uh = ys, ch = {
|
|
4315
|
+
9: ps,
|
|
4316
|
+
10: fs,
|
|
4317
|
+
11: ds,
|
|
4318
|
+
12: ms,
|
|
4319
|
+
13: ys,
|
|
4320
|
+
14: uh
|
|
4321
|
+
}, hh = "Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji", lh = {
|
|
4322
4322
|
9: "",
|
|
4323
4323
|
10: "",
|
|
4324
4324
|
11: "",
|
|
4325
4325
|
12: "",
|
|
4326
4326
|
13: "",
|
|
4327
|
-
14:
|
|
4328
|
-
}, fr = "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",
|
|
4329
|
-
9:
|
|
4330
|
-
10:
|
|
4331
|
-
11:
|
|
4332
|
-
12:
|
|
4333
|
-
13:
|
|
4334
|
-
14:
|
|
4335
|
-
},
|
|
4336
|
-
function
|
|
4337
|
-
var t =
|
|
4338
|
-
binary: Ze(
|
|
4339
|
-
binaryOfStrings: Ze(
|
|
4327
|
+
14: hh
|
|
4328
|
+
}, fr = "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", vs = "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", xs = vs + " Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd", gs = xs + " Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho", bs = gs + " Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi", _s = bs + " Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith", ph = _s + " " + oh, fh = {
|
|
4329
|
+
9: vs,
|
|
4330
|
+
10: xs,
|
|
4331
|
+
11: gs,
|
|
4332
|
+
12: bs,
|
|
4333
|
+
13: _s,
|
|
4334
|
+
14: ph
|
|
4335
|
+
}, ks = {};
|
|
4336
|
+
function dh(e) {
|
|
4337
|
+
var t = ks[e] = {
|
|
4338
|
+
binary: Ze(ch[e] + " " + fr),
|
|
4339
|
+
binaryOfStrings: Ze(lh[e]),
|
|
4340
4340
|
nonBinary: {
|
|
4341
4341
|
General_Category: Ze(fr),
|
|
4342
|
-
Script: Ze(
|
|
4342
|
+
Script: Ze(fh[e])
|
|
4343
4343
|
}
|
|
4344
4344
|
};
|
|
4345
4345
|
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;
|
|
4346
4346
|
}
|
|
4347
4347
|
for (var ui = 0, dr = [9, 10, 11, 12, 13, 14]; ui < dr.length; ui += 1) {
|
|
4348
|
-
var
|
|
4349
|
-
|
|
4348
|
+
var mh = dr[ui];
|
|
4349
|
+
dh(mh);
|
|
4350
4350
|
}
|
|
4351
4351
|
var C = J.prototype, Zt = function(t, i) {
|
|
4352
4352
|
this.parent = t, this.base = i || this;
|
|
@@ -4361,17 +4361,17 @@ Zt.prototype.separatedFrom = function(t) {
|
|
|
4361
4361
|
Zt.prototype.sibling = function() {
|
|
4362
4362
|
return new Zt(this.parent, this.base);
|
|
4363
4363
|
};
|
|
4364
|
-
var
|
|
4365
|
-
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
|
+
var Oe = function(t) {
|
|
4365
|
+
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 = ks[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;
|
|
4366
4366
|
};
|
|
4367
|
-
|
|
4367
|
+
Oe.prototype.reset = function(t, i, r) {
|
|
4368
4368
|
var n = r.indexOf("v") !== -1, u = r.indexOf("u") !== -1;
|
|
4369
4369
|
this.start = t | 0, this.source = i + "", this.flags = r, n && this.parser.options.ecmaVersion >= 15 ? (this.switchU = !0, this.switchV = !0, this.switchN = !0) : (this.switchU = u && this.parser.options.ecmaVersion >= 6, this.switchV = !1, this.switchN = u && this.parser.options.ecmaVersion >= 9);
|
|
4370
4370
|
};
|
|
4371
|
-
|
|
4371
|
+
Oe.prototype.raise = function(t) {
|
|
4372
4372
|
this.parser.raiseRecoverable(this.start, "Invalid regular expression: /" + this.source + "/: " + t);
|
|
4373
4373
|
};
|
|
4374
|
-
|
|
4374
|
+
Oe.prototype.at = function(t, i) {
|
|
4375
4375
|
i === void 0 && (i = !1);
|
|
4376
4376
|
var r = this.source, n = r.length;
|
|
4377
4377
|
if (t >= n)
|
|
@@ -4382,7 +4382,7 @@ Re.prototype.at = function(t, i) {
|
|
|
4382
4382
|
var h = r.charCodeAt(t + 1);
|
|
4383
4383
|
return h >= 56320 && h <= 57343 ? (u << 10) + h - 56613888 : u;
|
|
4384
4384
|
};
|
|
4385
|
-
|
|
4385
|
+
Oe.prototype.nextIndex = function(t, i) {
|
|
4386
4386
|
i === void 0 && (i = !1);
|
|
4387
4387
|
var r = this.source, n = r.length;
|
|
4388
4388
|
if (t >= n)
|
|
@@ -4390,19 +4390,19 @@ Re.prototype.nextIndex = function(t, i) {
|
|
|
4390
4390
|
var u = r.charCodeAt(t), h;
|
|
4391
4391
|
return !(i || this.switchU) || u <= 55295 || u >= 57344 || t + 1 >= n || (h = r.charCodeAt(t + 1)) < 56320 || h > 57343 ? t + 1 : t + 2;
|
|
4392
4392
|
};
|
|
4393
|
-
|
|
4393
|
+
Oe.prototype.current = function(t) {
|
|
4394
4394
|
return t === void 0 && (t = !1), this.at(this.pos, t);
|
|
4395
4395
|
};
|
|
4396
|
-
|
|
4396
|
+
Oe.prototype.lookahead = function(t) {
|
|
4397
4397
|
return t === void 0 && (t = !1), this.at(this.nextIndex(this.pos, t), t);
|
|
4398
4398
|
};
|
|
4399
|
-
|
|
4399
|
+
Oe.prototype.advance = function(t) {
|
|
4400
4400
|
t === void 0 && (t = !1), this.pos = this.nextIndex(this.pos, t);
|
|
4401
4401
|
};
|
|
4402
|
-
|
|
4402
|
+
Oe.prototype.eat = function(t, i) {
|
|
4403
4403
|
return i === void 0 && (i = !1), this.current(i) === t ? (this.advance(i), !0) : !1;
|
|
4404
4404
|
};
|
|
4405
|
-
|
|
4405
|
+
Oe.prototype.eatChars = function(t, i) {
|
|
4406
4406
|
i === void 0 && (i = !1);
|
|
4407
4407
|
for (var r = this.pos, n = 0, u = t; n < u.length; n += 1) {
|
|
4408
4408
|
var h = u[n], d = this.at(r, i);
|
|
@@ -4419,13 +4419,13 @@ C.validateRegExpFlags = function(e) {
|
|
|
4419
4419
|
}
|
|
4420
4420
|
this.options.ecmaVersion >= 15 && r && n && this.raise(e.start, "Invalid regular expression flag");
|
|
4421
4421
|
};
|
|
4422
|
-
function
|
|
4422
|
+
function yh(e) {
|
|
4423
4423
|
for (var t in e)
|
|
4424
4424
|
return !0;
|
|
4425
4425
|
return !1;
|
|
4426
4426
|
}
|
|
4427
4427
|
C.validateRegExpPattern = function(e) {
|
|
4428
|
-
this.regexp_pattern(e), !e.switchN && this.options.ecmaVersion >= 9 &&
|
|
4428
|
+
this.regexp_pattern(e), !e.switchN && this.options.ecmaVersion >= 9 && yh(e.groupNames) && (e.switchN = !0, this.regexp_pattern(e));
|
|
4429
4429
|
};
|
|
4430
4430
|
C.regexp_pattern = function(e) {
|
|
4431
4431
|
e.pos = 0, e.lastIntValue = 0, e.lastStringValue = "", e.lastAssertionIsQuantifiable = !1, e.numCapturingParens = 0, e.maxBackReference = 0, e.groupNames = /* @__PURE__ */ Object.create(null), e.backReferenceNames.length = 0, e.branchID = null, this.regexp_disjunction(e), e.pos !== e.source.length && (e.eat(
|
|
@@ -4627,11 +4627,11 @@ C.regexp_eatCapturingGroup = function(e) {
|
|
|
4627
4627
|
return !1;
|
|
4628
4628
|
};
|
|
4629
4629
|
C.regexp_eatModifiers = function(e) {
|
|
4630
|
-
for (var t = "", i = 0; (i = e.current()) !== -1 &&
|
|
4631
|
-
t +=
|
|
4630
|
+
for (var t = "", i = 0; (i = e.current()) !== -1 && vh(i); )
|
|
4631
|
+
t += Ve(i), e.advance();
|
|
4632
4632
|
return t;
|
|
4633
4633
|
};
|
|
4634
|
-
function
|
|
4634
|
+
function vh(e) {
|
|
4635
4635
|
return e === 105 || e === 109 || e === 115;
|
|
4636
4636
|
}
|
|
4637
4637
|
C.regexp_eatExtendedAtom = function(e) {
|
|
@@ -4645,13 +4645,13 @@ C.regexp_eatInvalidBracedQuantifier = function(e) {
|
|
|
4645
4645
|
};
|
|
4646
4646
|
C.regexp_eatSyntaxCharacter = function(e) {
|
|
4647
4647
|
var t = e.current();
|
|
4648
|
-
return
|
|
4648
|
+
return ws(t) ? (e.lastIntValue = t, e.advance(), !0) : !1;
|
|
4649
4649
|
};
|
|
4650
|
-
function
|
|
4650
|
+
function ws(e) {
|
|
4651
4651
|
return e === 36 || e >= 40 && e <= 43 || e === 46 || e === 63 || e >= 91 && e <= 94 || e >= 123 && e <= 125;
|
|
4652
4652
|
}
|
|
4653
4653
|
C.regexp_eatPatternCharacters = function(e) {
|
|
4654
|
-
for (var t = e.pos, i = 0; (i = e.current()) !== -1 && !
|
|
4654
|
+
for (var t = e.pos, i = 0; (i = e.current()) !== -1 && !ws(i); )
|
|
4655
4655
|
e.advance();
|
|
4656
4656
|
return e.pos !== t;
|
|
4657
4657
|
};
|
|
@@ -4693,25 +4693,25 @@ C.regexp_eatGroupName = function(e) {
|
|
|
4693
4693
|
};
|
|
4694
4694
|
C.regexp_eatRegExpIdentifierName = function(e) {
|
|
4695
4695
|
if (e.lastStringValue = "", this.regexp_eatRegExpIdentifierStart(e)) {
|
|
4696
|
-
for (e.lastStringValue +=
|
|
4697
|
-
e.lastStringValue +=
|
|
4696
|
+
for (e.lastStringValue += Ve(e.lastIntValue); this.regexp_eatRegExpIdentifierPart(e); )
|
|
4697
|
+
e.lastStringValue += Ve(e.lastIntValue);
|
|
4698
4698
|
return !0;
|
|
4699
4699
|
}
|
|
4700
4700
|
return !1;
|
|
4701
4701
|
};
|
|
4702
4702
|
C.regexp_eatRegExpIdentifierStart = function(e) {
|
|
4703
4703
|
var t = e.pos, i = this.options.ecmaVersion >= 11, r = e.current(i);
|
|
4704
|
-
return e.advance(i), r === 92 && this.regexp_eatRegExpUnicodeEscapeSequence(e, i) && (r = e.lastIntValue),
|
|
4704
|
+
return e.advance(i), r === 92 && this.regexp_eatRegExpUnicodeEscapeSequence(e, i) && (r = e.lastIntValue), xh(r) ? (e.lastIntValue = r, !0) : (e.pos = t, !1);
|
|
4705
4705
|
};
|
|
4706
|
-
function
|
|
4706
|
+
function xh(e) {
|
|
4707
4707
|
return Ee(e, !0) || e === 36 || e === 95;
|
|
4708
4708
|
}
|
|
4709
4709
|
C.regexp_eatRegExpIdentifierPart = function(e) {
|
|
4710
4710
|
var t = e.pos, i = this.options.ecmaVersion >= 11, r = e.current(i);
|
|
4711
|
-
return e.advance(i), r === 92 && this.regexp_eatRegExpUnicodeEscapeSequence(e, i) && (r = e.lastIntValue),
|
|
4711
|
+
return e.advance(i), r === 92 && this.regexp_eatRegExpUnicodeEscapeSequence(e, i) && (r = e.lastIntValue), gh(r) ? (e.lastIntValue = r, !0) : (e.pos = t, !1);
|
|
4712
4712
|
};
|
|
4713
|
-
function
|
|
4714
|
-
return
|
|
4713
|
+
function gh(e) {
|
|
4714
|
+
return Me(e, !0) || e === 36 || e === 95 || e === 8204 || e === 8205;
|
|
4715
4715
|
}
|
|
4716
4716
|
C.regexp_eatAtomEscape = function(e) {
|
|
4717
4717
|
return this.regexp_eatBackReference(e) || this.regexp_eatCharacterClassEscape(e) || this.regexp_eatCharacterEscape(e) || e.switchN && this.regexp_eatKGroupName(e) ? !0 : (e.switchU && (e.current() === 99 && e.raise("Invalid unicode escape"), e.raise("Invalid escape")), !1);
|
|
@@ -4763,9 +4763,9 @@ C.regexp_eatControlEscape = function(e) {
|
|
|
4763
4763
|
};
|
|
4764
4764
|
C.regexp_eatControlLetter = function(e) {
|
|
4765
4765
|
var t = e.current();
|
|
4766
|
-
return
|
|
4766
|
+
return Ss(t) ? (e.lastIntValue = t % 32, e.advance(), !0) : !1;
|
|
4767
4767
|
};
|
|
4768
|
-
function
|
|
4768
|
+
function Ss(e) {
|
|
4769
4769
|
return e >= 65 && e <= 90 || e >= 97 && e <= 122;
|
|
4770
4770
|
}
|
|
4771
4771
|
C.regexp_eatRegExpUnicodeEscapeSequence = function(e, t) {
|
|
@@ -4800,13 +4800,13 @@ C.regexp_eatRegExpUnicodeEscapeSequence = function(e, t) {
|
|
|
4800
4800
|
) && this.regexp_eatHexDigits(e) && e.eat(
|
|
4801
4801
|
125
|
|
4802
4802
|
/* } */
|
|
4803
|
-
) &&
|
|
4803
|
+
) && bh(e.lastIntValue))
|
|
4804
4804
|
return !0;
|
|
4805
4805
|
r && e.raise("Invalid unicode escape"), e.pos = i;
|
|
4806
4806
|
}
|
|
4807
4807
|
return !1;
|
|
4808
4808
|
};
|
|
4809
|
-
function
|
|
4809
|
+
function bh(e) {
|
|
4810
4810
|
return e >= 0 && e <= 1114111;
|
|
4811
4811
|
}
|
|
4812
4812
|
C.regexp_eatIdentityEscape = function(e) {
|
|
@@ -4829,11 +4829,11 @@ C.regexp_eatDecimalEscape = function(e) {
|
|
|
4829
4829
|
}
|
|
4830
4830
|
return !1;
|
|
4831
4831
|
};
|
|
4832
|
-
var
|
|
4832
|
+
var Ts = 0, ze = 1, Se = 2;
|
|
4833
4833
|
C.regexp_eatCharacterClassEscape = function(e) {
|
|
4834
4834
|
var t = e.current();
|
|
4835
|
-
if (
|
|
4836
|
-
return e.lastIntValue = -1, e.advance(),
|
|
4835
|
+
if (_h(t))
|
|
4836
|
+
return e.lastIntValue = -1, e.advance(), ze;
|
|
4837
4837
|
var i = !1;
|
|
4838
4838
|
if (e.switchU && this.options.ecmaVersion >= 9 && ((i = t === 80) || t === 112)) {
|
|
4839
4839
|
e.lastIntValue = -1, e.advance();
|
|
@@ -4848,9 +4848,9 @@ C.regexp_eatCharacterClassEscape = function(e) {
|
|
|
4848
4848
|
return i && r === Se && e.raise("Invalid property name"), r;
|
|
4849
4849
|
e.raise("Invalid property name");
|
|
4850
4850
|
}
|
|
4851
|
-
return
|
|
4851
|
+
return Ts;
|
|
4852
4852
|
};
|
|
4853
|
-
function
|
|
4853
|
+
function _h(e) {
|
|
4854
4854
|
return e === 100 || e === 68 || e === 115 || e === 83 || e === 119 || e === 87;
|
|
4855
4855
|
}
|
|
4856
4856
|
C.regexp_eatUnicodePropertyValueExpression = function(e) {
|
|
@@ -4862,42 +4862,42 @@ C.regexp_eatUnicodePropertyValueExpression = function(e) {
|
|
|
4862
4862
|
var i = e.lastStringValue;
|
|
4863
4863
|
if (this.regexp_eatUnicodePropertyValue(e)) {
|
|
4864
4864
|
var r = e.lastStringValue;
|
|
4865
|
-
return this.regexp_validateUnicodePropertyNameAndValue(e, i, r),
|
|
4865
|
+
return this.regexp_validateUnicodePropertyNameAndValue(e, i, r), ze;
|
|
4866
4866
|
}
|
|
4867
4867
|
}
|
|
4868
4868
|
if (e.pos = t, this.regexp_eatLoneUnicodePropertyNameOrValue(e)) {
|
|
4869
4869
|
var n = e.lastStringValue;
|
|
4870
4870
|
return this.regexp_validateUnicodePropertyNameOrValue(e, n);
|
|
4871
4871
|
}
|
|
4872
|
-
return
|
|
4872
|
+
return Ts;
|
|
4873
4873
|
};
|
|
4874
4874
|
C.regexp_validateUnicodePropertyNameAndValue = function(e, t, i) {
|
|
4875
4875
|
lt(e.unicodeProperties.nonBinary, t) || e.raise("Invalid property name"), e.unicodeProperties.nonBinary[t].test(i) || e.raise("Invalid property value");
|
|
4876
4876
|
};
|
|
4877
4877
|
C.regexp_validateUnicodePropertyNameOrValue = function(e, t) {
|
|
4878
4878
|
if (e.unicodeProperties.binary.test(t))
|
|
4879
|
-
return
|
|
4879
|
+
return ze;
|
|
4880
4880
|
if (e.switchV && e.unicodeProperties.binaryOfStrings.test(t))
|
|
4881
4881
|
return Se;
|
|
4882
4882
|
e.raise("Invalid property name");
|
|
4883
4883
|
};
|
|
4884
4884
|
C.regexp_eatUnicodePropertyName = function(e) {
|
|
4885
4885
|
var t = 0;
|
|
4886
|
-
for (e.lastStringValue = "";
|
|
4887
|
-
e.lastStringValue +=
|
|
4886
|
+
for (e.lastStringValue = ""; Ps(t = e.current()); )
|
|
4887
|
+
e.lastStringValue += Ve(t), e.advance();
|
|
4888
4888
|
return e.lastStringValue !== "";
|
|
4889
4889
|
};
|
|
4890
|
-
function
|
|
4891
|
-
return
|
|
4890
|
+
function Ps(e) {
|
|
4891
|
+
return Ss(e) || e === 95;
|
|
4892
4892
|
}
|
|
4893
4893
|
C.regexp_eatUnicodePropertyValue = function(e) {
|
|
4894
4894
|
var t = 0;
|
|
4895
|
-
for (e.lastStringValue = "";
|
|
4896
|
-
e.lastStringValue +=
|
|
4895
|
+
for (e.lastStringValue = ""; kh(t = e.current()); )
|
|
4896
|
+
e.lastStringValue += Ve(t), e.advance();
|
|
4897
4897
|
return e.lastStringValue !== "";
|
|
4898
4898
|
};
|
|
4899
|
-
function
|
|
4900
|
-
return
|
|
4899
|
+
function kh(e) {
|
|
4900
|
+
return Ps(e) || Yt(e);
|
|
4901
4901
|
}
|
|
4902
4902
|
C.regexp_eatLoneUnicodePropertyNameOrValue = function(e) {
|
|
4903
4903
|
return this.regexp_eatUnicodePropertyValue(e);
|
|
@@ -4919,7 +4919,7 @@ C.regexp_eatCharacterClass = function(e) {
|
|
|
4919
4919
|
return !1;
|
|
4920
4920
|
};
|
|
4921
4921
|
C.regexp_classContents = function(e) {
|
|
4922
|
-
return e.current() === 93 ?
|
|
4922
|
+
return e.current() === 93 ? ze : e.switchV ? this.regexp_classSetExpression(e) : (this.regexp_nonEmptyClassRanges(e), ze);
|
|
4923
4923
|
};
|
|
4924
4924
|
C.regexp_nonEmptyClassRanges = function(e) {
|
|
4925
4925
|
for (; this.regexp_eatClassAtom(e); ) {
|
|
@@ -4943,7 +4943,7 @@ C.regexp_eatClassAtom = function(e) {
|
|
|
4943
4943
|
return !0;
|
|
4944
4944
|
if (e.switchU) {
|
|
4945
4945
|
var i = e.current();
|
|
4946
|
-
(i === 99 ||
|
|
4946
|
+
(i === 99 || Es(i)) && e.raise("Invalid class escape"), e.raise("Invalid escape");
|
|
4947
4947
|
}
|
|
4948
4948
|
e.pos = t;
|
|
4949
4949
|
}
|
|
@@ -4973,7 +4973,7 @@ C.regexp_eatClassEscape = function(e) {
|
|
|
4973
4973
|
return this.regexp_eatCharacterClassEscape(e) || this.regexp_eatCharacterEscape(e);
|
|
4974
4974
|
};
|
|
4975
4975
|
C.regexp_classSetExpression = function(e) {
|
|
4976
|
-
var t =
|
|
4976
|
+
var t = ze, i;
|
|
4977
4977
|
if (!this.regexp_eatClassSetRange(e)) if (i = this.regexp_eatClassSetOperand(e)) {
|
|
4978
4978
|
i === Se && (t = Se);
|
|
4979
4979
|
for (var r = e.pos; e.eatChars(
|
|
@@ -4981,7 +4981,7 @@ C.regexp_classSetExpression = function(e) {
|
|
|
4981
4981
|
/* && */
|
|
4982
4982
|
); ) {
|
|
4983
4983
|
if (e.current() !== 38 && (i = this.regexp_eatClassSetOperand(e))) {
|
|
4984
|
-
i !== Se && (t =
|
|
4984
|
+
i !== Se && (t = ze);
|
|
4985
4985
|
continue;
|
|
4986
4986
|
}
|
|
4987
4987
|
e.raise("Invalid character in character class");
|
|
@@ -5020,7 +5020,7 @@ C.regexp_eatClassSetRange = function(e) {
|
|
|
5020
5020
|
return !1;
|
|
5021
5021
|
};
|
|
5022
5022
|
C.regexp_eatClassSetOperand = function(e) {
|
|
5023
|
-
return this.regexp_eatClassSetCharacter(e) ?
|
|
5023
|
+
return this.regexp_eatClassSetCharacter(e) ? ze : this.regexp_eatClassStringDisjunction(e) || this.regexp_eatNestedClass(e);
|
|
5024
5024
|
};
|
|
5025
5025
|
C.regexp_eatNestedClass = function(e) {
|
|
5026
5026
|
var t = e.pos;
|
|
@@ -5083,7 +5083,7 @@ C.regexp_classStringDisjunctionContents = function(e) {
|
|
|
5083
5083
|
C.regexp_classString = function(e) {
|
|
5084
5084
|
for (var t = 0; this.regexp_eatClassSetCharacter(e); )
|
|
5085
5085
|
t++;
|
|
5086
|
-
return t === 1 ?
|
|
5086
|
+
return t === 1 ? ze : Se;
|
|
5087
5087
|
};
|
|
5088
5088
|
C.regexp_eatClassSetCharacter = function(e) {
|
|
5089
5089
|
var t = e.pos;
|
|
@@ -5096,19 +5096,19 @@ C.regexp_eatClassSetCharacter = function(e) {
|
|
|
5096
5096
|
/* b */
|
|
5097
5097
|
) ? (e.lastIntValue = 8, !0) : (e.pos = t, !1);
|
|
5098
5098
|
var i = e.current();
|
|
5099
|
-
return i < 0 || i === e.lookahead() &&
|
|
5099
|
+
return i < 0 || i === e.lookahead() && wh(i) || Sh(i) ? !1 : (e.advance(), e.lastIntValue = i, !0);
|
|
5100
5100
|
};
|
|
5101
|
-
function
|
|
5101
|
+
function wh(e) {
|
|
5102
5102
|
return e === 33 || e >= 35 && e <= 38 || e >= 42 && e <= 44 || e === 46 || e >= 58 && e <= 64 || e === 94 || e === 96 || e === 126;
|
|
5103
5103
|
}
|
|
5104
|
-
function
|
|
5104
|
+
function Sh(e) {
|
|
5105
5105
|
return e === 40 || e === 41 || e === 45 || e === 47 || e >= 91 && e <= 93 || e >= 123 && e <= 125;
|
|
5106
5106
|
}
|
|
5107
5107
|
C.regexp_eatClassSetReservedPunctuator = function(e) {
|
|
5108
5108
|
var t = e.current();
|
|
5109
|
-
return
|
|
5109
|
+
return Th(t) ? (e.lastIntValue = t, e.advance(), !0) : !1;
|
|
5110
5110
|
};
|
|
5111
|
-
function
|
|
5111
|
+
function Th(e) {
|
|
5112
5112
|
return e === 33 || e === 35 || e === 37 || e === 38 || e === 44 || e === 45 || e >= 58 && e <= 62 || e === 64 || e === 96 || e === 126;
|
|
5113
5113
|
}
|
|
5114
5114
|
C.regexp_eatClassControlLetter = function(e) {
|
|
@@ -5138,14 +5138,14 @@ function Yt(e) {
|
|
|
5138
5138
|
}
|
|
5139
5139
|
C.regexp_eatHexDigits = function(e) {
|
|
5140
5140
|
var t = e.pos, i = 0;
|
|
5141
|
-
for (e.lastIntValue = 0;
|
|
5142
|
-
e.lastIntValue = 16 * e.lastIntValue +
|
|
5141
|
+
for (e.lastIntValue = 0; Cs(i = e.current()); )
|
|
5142
|
+
e.lastIntValue = 16 * e.lastIntValue + As(i), e.advance();
|
|
5143
5143
|
return e.pos !== t;
|
|
5144
5144
|
};
|
|
5145
|
-
function
|
|
5145
|
+
function Cs(e) {
|
|
5146
5146
|
return e >= 48 && e <= 57 || e >= 65 && e <= 70 || e >= 97 && e <= 102;
|
|
5147
5147
|
}
|
|
5148
|
-
function
|
|
5148
|
+
function As(e) {
|
|
5149
5149
|
return e >= 65 && e <= 70 ? 10 + (e - 65) : e >= 97 && e <= 102 ? 10 + (e - 97) : e - 48;
|
|
5150
5150
|
}
|
|
5151
5151
|
C.regexp_eatLegacyOctalEscapeSequence = function(e) {
|
|
@@ -5162,9 +5162,9 @@ C.regexp_eatLegacyOctalEscapeSequence = function(e) {
|
|
|
5162
5162
|
};
|
|
5163
5163
|
C.regexp_eatOctalDigit = function(e) {
|
|
5164
5164
|
var t = e.current();
|
|
5165
|
-
return
|
|
5165
|
+
return Es(t) ? (e.lastIntValue = t - 48, e.advance(), !0) : (e.lastIntValue = 0, !1);
|
|
5166
5166
|
};
|
|
5167
|
-
function
|
|
5167
|
+
function Es(e) {
|
|
5168
5168
|
return e >= 48 && e <= 55;
|
|
5169
5169
|
}
|
|
5170
5170
|
C.regexp_eatFixedHexDigits = function(e, t) {
|
|
@@ -5172,9 +5172,9 @@ C.regexp_eatFixedHexDigits = function(e, t) {
|
|
|
5172
5172
|
e.lastIntValue = 0;
|
|
5173
5173
|
for (var r = 0; r < t; ++r) {
|
|
5174
5174
|
var n = e.current();
|
|
5175
|
-
if (!
|
|
5175
|
+
if (!Cs(n))
|
|
5176
5176
|
return e.pos = i, !1;
|
|
5177
|
-
e.lastIntValue = 16 * e.lastIntValue +
|
|
5177
|
+
e.lastIntValue = 16 * e.lastIntValue + As(n), e.advance();
|
|
5178
5178
|
}
|
|
5179
5179
|
return !0;
|
|
5180
5180
|
};
|
|
@@ -5220,7 +5220,7 @@ j.fullCharCodeAtPos = function() {
|
|
|
5220
5220
|
j.skipBlockComment = function() {
|
|
5221
5221
|
var e = this.options.onComment && this.curPosition(), t = this.pos, i = this.input.indexOf("*/", this.pos += 2);
|
|
5222
5222
|
if (i === -1 && this.raise(this.pos - 2, "Unterminated comment"), this.pos = i + 2, this.options.locations)
|
|
5223
|
-
for (var r = void 0, n = t; (r =
|
|
5223
|
+
for (var r = void 0, n = t; (r = ts(this.input, n, this.pos)) > -1; )
|
|
5224
5224
|
++this.curLine, n = this.lineStart = r;
|
|
5225
5225
|
this.options.onComment && this.options.onComment(
|
|
5226
5226
|
!0,
|
|
@@ -5350,7 +5350,7 @@ j.readToken_numberSign = function() {
|
|
|
5350
5350
|
var e = this.options.ecmaVersion, t = 35;
|
|
5351
5351
|
if (e >= 13 && (++this.pos, t = this.fullCharCodeAtPos(), Ee(t, !0) || t === 92))
|
|
5352
5352
|
return this.finishToken(l.privateId, this.readWord1());
|
|
5353
|
-
this.raise(this.pos, "Unexpected character '" +
|
|
5353
|
+
this.raise(this.pos, "Unexpected character '" + Ve(t) + "'");
|
|
5354
5354
|
};
|
|
5355
5355
|
j.getTokenFromCode = function(e) {
|
|
5356
5356
|
switch (e) {
|
|
@@ -5437,7 +5437,7 @@ j.getTokenFromCode = function(e) {
|
|
|
5437
5437
|
case 35:
|
|
5438
5438
|
return this.readToken_numberSign();
|
|
5439
5439
|
}
|
|
5440
|
-
this.raise(this.pos, "Unexpected character '" +
|
|
5440
|
+
this.raise(this.pos, "Unexpected character '" + Ve(e) + "'");
|
|
5441
5441
|
};
|
|
5442
5442
|
j.finishOp = function(e, t) {
|
|
5443
5443
|
var i = this.input.slice(this.pos, this.pos + t);
|
|
@@ -5464,7 +5464,7 @@ j.readRegexp = function() {
|
|
|
5464
5464
|
++this.pos;
|
|
5465
5465
|
var u = this.pos, h = this.readWord1();
|
|
5466
5466
|
this.containsEsc && this.unexpected(u);
|
|
5467
|
-
var d = this.regexpState || (this.regexpState = new
|
|
5467
|
+
var d = this.regexpState || (this.regexpState = new Oe(this));
|
|
5468
5468
|
d.reset(i, n, h), this.validateRegExpFlags(d), this.validateRegExpPattern(d);
|
|
5469
5469
|
var y = null;
|
|
5470
5470
|
try {
|
|
@@ -5486,17 +5486,17 @@ j.readInt = function(e, t, i) {
|
|
|
5486
5486
|
}
|
|
5487
5487
|
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;
|
|
5488
5488
|
};
|
|
5489
|
-
function
|
|
5489
|
+
function Ph(e, t) {
|
|
5490
5490
|
return t ? parseInt(e, 8) : parseFloat(e.replace(/_/g, ""));
|
|
5491
5491
|
}
|
|
5492
|
-
function
|
|
5492
|
+
function Is(e) {
|
|
5493
5493
|
return typeof BigInt != "function" ? null : BigInt(e.replace(/_/g, ""));
|
|
5494
5494
|
}
|
|
5495
5495
|
j.readRadixNumber = function(e) {
|
|
5496
5496
|
var t = this.pos;
|
|
5497
5497
|
this.pos += 2;
|
|
5498
5498
|
var i = this.readInt(e);
|
|
5499
|
-
return i == null && this.raise(this.start + 2, "Expected number in radix " + e), this.options.ecmaVersion >= 11 && this.input.charCodeAt(this.pos) === 110 ? (i =
|
|
5499
|
+
return i == null && this.raise(this.start + 2, "Expected number in radix " + e), this.options.ecmaVersion >= 11 && this.input.charCodeAt(this.pos) === 110 ? (i = Is(this.input.slice(t, this.pos)), ++this.pos) : Ee(this.fullCharCodeAtPos()) && this.raise(this.pos, "Identifier directly after number"), this.finishToken(l.num, i);
|
|
5500
5500
|
};
|
|
5501
5501
|
j.readNumber = function(e) {
|
|
5502
5502
|
var t = this.pos;
|
|
@@ -5505,11 +5505,11 @@ j.readNumber = function(e) {
|
|
|
5505
5505
|
i && this.strict && this.raise(t, "Invalid number");
|
|
5506
5506
|
var r = this.input.charCodeAt(this.pos);
|
|
5507
5507
|
if (!i && !e && this.options.ecmaVersion >= 11 && r === 110) {
|
|
5508
|
-
var n =
|
|
5508
|
+
var n = Is(this.input.slice(t, this.pos));
|
|
5509
5509
|
return ++this.pos, Ee(this.fullCharCodeAtPos()) && this.raise(this.pos, "Identifier directly after number"), this.finishToken(l.num, n);
|
|
5510
5510
|
}
|
|
5511
5511
|
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");
|
|
5512
|
-
var u =
|
|
5512
|
+
var u = Ph(this.input.slice(t, this.pos), i);
|
|
5513
5513
|
return this.finishToken(l.num, u);
|
|
5514
5514
|
};
|
|
5515
5515
|
j.readCodePoint = function() {
|
|
@@ -5532,13 +5532,13 @@ j.readString = function(e) {
|
|
|
5532
5532
|
}
|
|
5533
5533
|
return t += this.input.slice(i, this.pos++), this.finishToken(l.string, t);
|
|
5534
5534
|
};
|
|
5535
|
-
var
|
|
5535
|
+
var Ns = {};
|
|
5536
5536
|
j.tryReadTemplateToken = function() {
|
|
5537
5537
|
this.inTemplateElement = !0;
|
|
5538
5538
|
try {
|
|
5539
5539
|
this.readTmplToken();
|
|
5540
5540
|
} catch (e) {
|
|
5541
|
-
if (e ===
|
|
5541
|
+
if (e === Ns)
|
|
5542
5542
|
this.readInvalidTemplateToken();
|
|
5543
5543
|
else
|
|
5544
5544
|
throw e;
|
|
@@ -5547,7 +5547,7 @@ j.tryReadTemplateToken = function() {
|
|
|
5547
5547
|
};
|
|
5548
5548
|
j.invalidStringToken = function(e, t) {
|
|
5549
5549
|
if (this.inTemplateElement && this.options.ecmaVersion >= 9)
|
|
5550
|
-
throw
|
|
5550
|
+
throw Ns;
|
|
5551
5551
|
this.raise(e, t);
|
|
5552
5552
|
};
|
|
5553
5553
|
j.readTmplToken = function() {
|
|
@@ -5614,7 +5614,7 @@ j.readEscapedChar = function(e) {
|
|
|
5614
5614
|
return String.fromCharCode(this.readHexChar(2));
|
|
5615
5615
|
// 'x'
|
|
5616
5616
|
case 117:
|
|
5617
|
-
return
|
|
5617
|
+
return Ve(this.readCodePoint());
|
|
5618
5618
|
// 'u'
|
|
5619
5619
|
case 116:
|
|
5620
5620
|
return " ";
|
|
@@ -5664,14 +5664,14 @@ j.readWord1 = function() {
|
|
|
5664
5664
|
this.containsEsc = !1;
|
|
5665
5665
|
for (var e = "", t = !0, i = this.pos, r = this.options.ecmaVersion >= 6; this.pos < this.input.length; ) {
|
|
5666
5666
|
var n = this.fullCharCodeAtPos();
|
|
5667
|
-
if (
|
|
5667
|
+
if (Me(n, r))
|
|
5668
5668
|
this.pos += n <= 65535 ? 1 : 2;
|
|
5669
5669
|
else if (n === 92) {
|
|
5670
5670
|
this.containsEsc = !0, e += this.input.slice(i, this.pos);
|
|
5671
5671
|
var u = this.pos;
|
|
5672
5672
|
this.input.charCodeAt(++this.pos) !== 117 && this.invalidStringToken(this.pos, "Expecting Unicode escape sequence \\uXXXX"), ++this.pos;
|
|
5673
5673
|
var h = this.readCodePoint();
|
|
5674
|
-
(t ? Ee :
|
|
5674
|
+
(t ? Ee : Me)(h, r) || this.invalidStringToken(u, "Invalid Unicode escape"), e += Ve(h), i = this.pos;
|
|
5675
5675
|
} else
|
|
5676
5676
|
break;
|
|
5677
5677
|
t = !1;
|
|
@@ -5682,10 +5682,10 @@ j.readWord = function() {
|
|
|
5682
5682
|
var e = this.readWord1(), t = l.name;
|
|
5683
5683
|
return this.keywords.test(e) && (t = ot[e]), this.finishToken(t, e);
|
|
5684
5684
|
};
|
|
5685
|
-
var
|
|
5685
|
+
var Ls = "8.15.0";
|
|
5686
5686
|
J.acorn = {
|
|
5687
5687
|
Parser: J,
|
|
5688
|
-
version:
|
|
5688
|
+
version: Ls,
|
|
5689
5689
|
defaultOptions: jt,
|
|
5690
5690
|
Position: ut,
|
|
5691
5691
|
SourceLocation: wt,
|
|
@@ -5696,24 +5696,24 @@ J.acorn = {
|
|
|
5696
5696
|
keywordTypes: ot,
|
|
5697
5697
|
TokContext: ue,
|
|
5698
5698
|
tokContexts: H,
|
|
5699
|
-
isIdentifierChar:
|
|
5699
|
+
isIdentifierChar: Me,
|
|
5700
5700
|
isIdentifierStart: Ee,
|
|
5701
5701
|
Token: Qt,
|
|
5702
5702
|
isNewLine: Qe,
|
|
5703
5703
|
lineBreak: ce,
|
|
5704
|
-
lineBreakG:
|
|
5704
|
+
lineBreakG: es,
|
|
5705
5705
|
nonASCIIwhitespace: Pi
|
|
5706
5706
|
};
|
|
5707
|
-
function
|
|
5707
|
+
function Ch(e, t) {
|
|
5708
5708
|
return J.parse(e, t);
|
|
5709
5709
|
}
|
|
5710
|
-
function
|
|
5710
|
+
function Ah(e, t, i) {
|
|
5711
5711
|
return J.parseExpressionAt(e, t, i);
|
|
5712
5712
|
}
|
|
5713
|
-
function
|
|
5713
|
+
function Eh(e, t) {
|
|
5714
5714
|
return J.tokenizer(e, t);
|
|
5715
5715
|
}
|
|
5716
|
-
const
|
|
5716
|
+
const Ih = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5717
5717
|
__proto__: null,
|
|
5718
5718
|
Node: Tt,
|
|
5719
5719
|
Parser: J,
|
|
@@ -5724,19 +5724,19 @@ const Eh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5724
5724
|
TokenType: z,
|
|
5725
5725
|
defaultOptions: jt,
|
|
5726
5726
|
getLineInfo: Ci,
|
|
5727
|
-
isIdentifierChar:
|
|
5727
|
+
isIdentifierChar: Me,
|
|
5728
5728
|
isIdentifierStart: Ee,
|
|
5729
5729
|
isNewLine: Qe,
|
|
5730
5730
|
keywordTypes: ot,
|
|
5731
5731
|
lineBreak: ce,
|
|
5732
|
-
lineBreakG:
|
|
5732
|
+
lineBreakG: es,
|
|
5733
5733
|
nonASCIIwhitespace: Pi,
|
|
5734
|
-
parse:
|
|
5735
|
-
parseExpressionAt:
|
|
5734
|
+
parse: Ch,
|
|
5735
|
+
parseExpressionAt: Ah,
|
|
5736
5736
|
tokContexts: H,
|
|
5737
5737
|
tokTypes: l,
|
|
5738
|
-
tokenizer:
|
|
5739
|
-
version:
|
|
5738
|
+
tokenizer: Eh,
|
|
5739
|
+
version: Ls
|
|
5740
5740
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
5741
5741
|
function mr(e, t) {
|
|
5742
5742
|
for (var i = 0; i < t.length; i++) {
|
|
@@ -5799,9 +5799,9 @@ var ve = !0;
|
|
|
5799
5799
|
function xe(e, t) {
|
|
5800
5800
|
return t === void 0 && (t = {}), new z("name", t);
|
|
5801
5801
|
}
|
|
5802
|
-
var
|
|
5803
|
-
function
|
|
5804
|
-
var t =
|
|
5802
|
+
var Nh = /* @__PURE__ */ new WeakMap();
|
|
5803
|
+
function Lh(e) {
|
|
5804
|
+
var t = Nh.get(e.Parser.acorn || e);
|
|
5805
5805
|
if (!t) {
|
|
5806
5806
|
var i = { assert: xe(0, { startsExpr: ve }), asserts: xe(0, { startsExpr: ve }), global: xe(0, { startsExpr: ve }), keyof: xe(0, { startsExpr: ve }), readonly: xe(0, { startsExpr: ve }), unique: xe(0, { startsExpr: ve }), abstract: xe(0, { startsExpr: ve }), declare: xe(0, { startsExpr: ve }), enum: xe(0, { startsExpr: ve }), module: xe(0, { startsExpr: ve }), namespace: xe(0, { startsExpr: ve }), interface: xe(0, { startsExpr: ve }), type: xe(0, { startsExpr: ve }) }, r = { at: new z("@"), jsxName: new z("jsxName"), jsxText: new z("jsxText", { beforeExpr: !0 }), jsxTagStart: new z("jsxTagStart", { startsExpr: !0 }), jsxTagEnd: new z("jsxTagEnd") }, n = { tc_oTag: new ue("<tag", !1, !1), tc_cTag: new ue("</tag", !1, !1), tc_expr: new ue("<tag>...</tag>", !0, !0) }, u = new RegExp("^(?:" + Object.keys(i).join("|") + ")$");
|
|
5807
5807
|
r.jsxTagStart.updateContext = function() {
|
|
@@ -5825,10 +5825,10 @@ function Nh(e) {
|
|
|
5825
5825
|
}
|
|
5826
5826
|
return t;
|
|
5827
5827
|
}
|
|
5828
|
-
var vt = 1024,
|
|
5828
|
+
var vt = 1024, Oh = new RegExp("(?:[^\\S\\n\\r\\u2028\\u2029]|\\/\\/.*|\\/\\*.*?\\*\\/)*", "y"), xr = new RegExp("(?=(" + Oh.source + "))\\1" + /(?=[\n\r\u2028\u2029]|\/\*(?!.*?\*\/)|$)/.source, "y"), xt = function() {
|
|
5829
5829
|
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;
|
|
5830
5830
|
};
|
|
5831
|
-
function
|
|
5831
|
+
function Rh(e, t) {
|
|
5832
5832
|
var i = t.key.name, r = e[i], n = "true";
|
|
5833
5833
|
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);
|
|
5834
5834
|
}
|
|
@@ -5873,7 +5873,7 @@ var N = { AbstractMethodHasImplementation: function(e) {
|
|
|
5873
5873
|
return "Single type parameter " + t + " should have a trailing comma. Example usage: <" + t + ",>.";
|
|
5874
5874
|
}, StaticBlockCannotHaveModifier: "Static class blocks cannot have any modifier.", TypeAnnotationAfterAssign: "Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.", TypeImportCannotSpecifyDefaultAndNamed: "A type-only import can specify a default import or named bindings, but not both.", TypeModifierIsUsedInTypeExports: "The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement.", TypeModifierIsUsedInTypeImports: "The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.", UnexpectedParameterModifier: "A parameter property is only allowed in a constructor implementation.", UnexpectedReadonly: "'readonly' type modifier is only permitted on array and tuple literal types.", GenericsEndWithComma: "Trailing comma is not allowed at the end of generics.", UnexpectedTypeAnnotation: "Did not expect a type annotation here.", UnexpectedTypeCastInParameter: "Unexpected type cast in parameter position.", UnsupportedImportTypeArgument: "Argument in a type import must be a string literal.", UnsupportedParameterPropertyKind: "A parameter property may not be declared using a binding pattern.", UnsupportedSignatureParameterKind: function(e) {
|
|
5875
5875
|
return "Name in a signature must be an Identifier, ObjectPattern or ArrayPattern, instead got " + e.type + ".";
|
|
5876
|
-
}, LetInLexicalBinding: "'let' is not allowed to be used as a name in 'let' or 'const' declarations." },
|
|
5876
|
+
}, LetInLexicalBinding: "'let' is not allowed to be used as a name in 'let' or 'const' declarations." }, Dh = { quot: '"', amp: "&", apos: "'", lt: "<", gt: ">", nbsp: " ", iexcl: "¡", cent: "¢", pound: "£", curren: "¤", yen: "¥", brvbar: "¦", sect: "§", uml: "¨", copy: "©", ordf: "ª", laquo: "«", not: "¬", shy: "", reg: "®", macr: "¯", deg: "°", plusmn: "±", sup2: "²", sup3: "³", acute: "´", micro: "µ", para: "¶", middot: "·", cedil: "¸", sup1: "¹", ordm: "º", raquo: "»", frac14: "¼", frac12: "½", frac34: "¾", iquest: "¿", Agrave: "À", Aacute: "Á", Acirc: "Â", Atilde: "Ã", Auml: "Ä", Aring: "Å", AElig: "Æ", Ccedil: "Ç", Egrave: "È", Eacute: "É", Ecirc: "Ê", Euml: "Ë", Igrave: "Ì", Iacute: "Í", Icirc: "Î", Iuml: "Ï", ETH: "Ð", Ntilde: "Ñ", Ograve: "Ò", Oacute: "Ó", Ocirc: "Ô", Otilde: "Õ", Ouml: "Ö", times: "×", Oslash: "Ø", Ugrave: "Ù", Uacute: "Ú", Ucirc: "Û", Uuml: "Ü", Yacute: "Ý", THORN: "Þ", szlig: "ß", agrave: "à", aacute: "á", acirc: "â", atilde: "ã", auml: "ä", aring: "å", aelig: "æ", ccedil: "ç", egrave: "è", eacute: "é", ecirc: "ê", euml: "ë", igrave: "ì", iacute: "í", icirc: "î", iuml: "ï", eth: "ð", ntilde: "ñ", ograve: "ò", oacute: "ó", ocirc: "ô", otilde: "õ", ouml: "ö", divide: "÷", oslash: "ø", ugrave: "ù", uacute: "ú", ucirc: "û", uuml: "ü", yacute: "ý", thorn: "þ", yuml: "ÿ", OElig: "Œ", oelig: "œ", Scaron: "Š", scaron: "š", Yuml: "Ÿ", fnof: "ƒ", circ: "ˆ", tilde: "˜", Alpha: "Α", Beta: "Β", Gamma: "Γ", Delta: "Δ", Epsilon: "Ε", Zeta: "Ζ", Eta: "Η", Theta: "Θ", Iota: "Ι", Kappa: "Κ", Lambda: "Λ", Mu: "Μ", Nu: "Ν", Xi: "Ξ", Omicron: "Ο", Pi: "Π", Rho: "Ρ", Sigma: "Σ", Tau: "Τ", Upsilon: "Υ", Phi: "Φ", Chi: "Χ", Psi: "Ψ", Omega: "Ω", alpha: "α", beta: "β", gamma: "γ", delta: "δ", epsilon: "ε", zeta: "ζ", eta: "η", theta: "θ", iota: "ι", kappa: "κ", lambda: "λ", mu: "μ", nu: "ν", xi: "ξ", omicron: "ο", pi: "π", rho: "ρ", sigmaf: "ς", sigma: "σ", tau: "τ", upsilon: "υ", phi: "φ", chi: "χ", psi: "ψ", omega: "ω", thetasym: "ϑ", upsih: "ϒ", piv: "ϖ", ensp: " ", emsp: " ", thinsp: " ", zwnj: "", zwj: "", lrm: "", rlm: "", ndash: "–", mdash: "—", lsquo: "‘", rsquo: "’", sbquo: "‚", ldquo: "“", rdquo: "”", bdquo: "„", dagger: "†", Dagger: "‡", bull: "•", hellip: "…", permil: "‰", prime: "′", Prime: "″", lsaquo: "‹", rsaquo: "›", oline: "‾", frasl: "⁄", euro: "€", image: "ℑ", weierp: "℘", real: "ℜ", trade: "™", alefsym: "ℵ", larr: "←", uarr: "↑", rarr: "→", darr: "↓", harr: "↔", crarr: "↵", lArr: "⇐", uArr: "⇑", rArr: "⇒", dArr: "⇓", hArr: "⇔", forall: "∀", part: "∂", exist: "∃", empty: "∅", nabla: "∇", isin: "∈", notin: "∉", ni: "∋", prod: "∏", sum: "∑", minus: "−", lowast: "∗", radic: "√", prop: "∝", infin: "∞", ang: "∠", and: "∧", or: "∨", cap: "∩", cup: "∪", int: "∫", there4: "∴", sim: "∼", cong: "≅", asymp: "≈", ne: "≠", equiv: "≡", le: "≤", ge: "≥", sub: "⊂", sup: "⊃", nsub: "⊄", sube: "⊆", supe: "⊇", oplus: "⊕", otimes: "⊗", perp: "⊥", sdot: "⋅", lceil: "⌈", rceil: "⌉", lfloor: "⌊", rfloor: "⌋", lang: "〈", rang: "〉", loz: "◊", spades: "♠", clubs: "♣", hearts: "♥", diams: "♦" }, Mh = /^[\da-fA-F]+$/, Vh = /^\d+$/;
|
|
5877
5877
|
function bt(e) {
|
|
5878
5878
|
return e && (e.type === "JSXIdentifier" ? e.name : e.type === "JSXNamespacedName" ? e.namespace.name + ":" + e.name.name : e.type === "JSXMemberExpression" ? bt(e.object) + "." + bt(e.property) : void 0);
|
|
5879
5879
|
}
|
|
@@ -5881,31 +5881,31 @@ var ci = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g;
|
|
|
5881
5881
|
function br(e) {
|
|
5882
5882
|
if (!e) throw new Error("Assert fail");
|
|
5883
5883
|
}
|
|
5884
|
-
function
|
|
5884
|
+
function zh(e) {
|
|
5885
5885
|
return e === "accessor";
|
|
5886
5886
|
}
|
|
5887
|
-
function
|
|
5887
|
+
function jh(e) {
|
|
5888
5888
|
return e === "in" || e === "out";
|
|
5889
5889
|
}
|
|
5890
5890
|
function hi(e, t) {
|
|
5891
5891
|
return 2 | (e ? 4 : 0) | (t ? 8 : 0);
|
|
5892
5892
|
}
|
|
5893
|
-
function
|
|
5893
|
+
function Fh(e) {
|
|
5894
5894
|
if (e.type !== "MemberExpression") return !1;
|
|
5895
5895
|
var t = e.property;
|
|
5896
|
-
return (!e.computed || !(t.type !== "TemplateLiteral" || t.expressions.length > 0)) &&
|
|
5896
|
+
return (!e.computed || !(t.type !== "TemplateLiteral" || t.expressions.length > 0)) && Os(e.object);
|
|
5897
5897
|
}
|
|
5898
|
-
function
|
|
5899
|
-
return e.type === "Identifier" || e.type === "MemberExpression" && !e.computed &&
|
|
5898
|
+
function Os(e) {
|
|
5899
|
+
return e.type === "Identifier" || e.type === "MemberExpression" && !e.computed && Os(e.object);
|
|
5900
5900
|
}
|
|
5901
5901
|
function _r(e) {
|
|
5902
5902
|
return e === "private" || e === "public" || e === "protected";
|
|
5903
5903
|
}
|
|
5904
|
-
function
|
|
5904
|
+
function $h(e) {
|
|
5905
5905
|
var t = {}, i = t.dts, r = i !== void 0 && i, n = t.allowSatisfies, u = n !== void 0 && n;
|
|
5906
5906
|
return function(h) {
|
|
5907
|
-
var d = h.acorn ||
|
|
5908
|
-
function
|
|
5907
|
+
var d = h.acorn || Ih, y = Lh(d), o = d.tokTypes, w = d.keywordTypes, S = d.isIdentifierStart, A = d.lineBreak, F = d.isNewLine, Z = d.tokContexts, le = d.isIdentifierChar, D = y.tokTypes, se = y.tokContexts, dt = y.keywordsRegExp, Ae = y.tokenIsLiteralPropertyName, _e = y.tokenIsTemplate, Ke = y.tokenIsTSDeclarationStart, q = y.tokenIsIdentifier, Ct = y.tokenIsKeywordOrIdentifier, Ds = y.tokenIsTSTypeOperator;
|
|
5908
|
+
function Ms(P, pe, oe) {
|
|
5909
5909
|
oe === void 0 && (oe = P.length);
|
|
5910
5910
|
for (var te = pe; te < oe; te++) {
|
|
5911
5911
|
var B = P.charCodeAt(te);
|
|
@@ -5997,7 +5997,7 @@ function Fh(e) {
|
|
|
5997
5997
|
T !== "&" && this.raise(this.pos, "Entity must start with an ampersand");
|
|
5998
5998
|
for (var L = ++this.pos; this.pos < this.input.length && _++ < 10; ) {
|
|
5999
5999
|
if ((T = this.input[this.pos++]) === ";") {
|
|
6000
|
-
g[0] === "#" ? g[1] === "x" ? (g = g.substr(2),
|
|
6000
|
+
g[0] === "#" ? g[1] === "x" ? (g = g.substr(2), Mh.test(g) && (x = String.fromCharCode(parseInt(g, 16)))) : (g = g.substr(1), Vh.test(g) && (x = String.fromCharCode(parseInt(g, 10)))) : x = Dh[g];
|
|
6001
6001
|
break;
|
|
6002
6002
|
}
|
|
6003
6003
|
g += T;
|
|
@@ -6115,7 +6115,7 @@ function Fh(e) {
|
|
|
6115
6115
|
}, s;
|
|
6116
6116
|
})(P);
|
|
6117
6117
|
})(h, y, d);
|
|
6118
|
-
var
|
|
6118
|
+
var Vs = /* @__PURE__ */ (function(P) {
|
|
6119
6119
|
function pe(s, a, c) {
|
|
6120
6120
|
var p;
|
|
6121
6121
|
return (p = P.call(this, s, a, c) || this).preValue = null, p.preToken = null, p.isLookahead = !1, p.isAmbientContext = !1, p.inAbstractClass = !1, p.inType = !1, p.inDisallowConditionalTypesContext = !1, p.maybeInArrowParameters = !1, p.shouldParseArrowReturnType = void 0, p.shouldParseAsyncArrowReturnType = void 0, p.decoratorStack = [[]], p.importsStack = [[]], p.importOrExportOuterKind = void 0, p.tsParseConstModifier = p.tsParseModifiers.bind((function(m) {
|
|
@@ -6256,7 +6256,7 @@ function Fh(e) {
|
|
|
6256
6256
|
var s;
|
|
6257
6257
|
this.isLookahead || (s = this.options.onComment && this.curPosition());
|
|
6258
6258
|
var a = this.pos, c = this.input.indexOf("*/", this.pos += 2);
|
|
6259
|
-
if (c === -1 && this.raise(this.pos - 2, "Unterminated comment"), this.pos = c + 2, this.options.locations) for (var p, m = a; (p =
|
|
6259
|
+
if (c === -1 && this.raise(this.pos - 2, "Unterminated comment"), this.pos = c + 2, this.options.locations) for (var p, m = a; (p = Ms(this.input, m, this.pos)) > -1; ) ++this.curLine, m = this.lineStart = p;
|
|
6260
6260
|
this.isLookahead || this.options.onComment && this.options.onComment(!0, this.input.slice(a + 2, c), a, this.pos, s, this.curPosition());
|
|
6261
6261
|
}, f.skipLineComment = function(s) {
|
|
6262
6262
|
var a, c = this.pos;
|
|
@@ -6689,7 +6689,7 @@ function Fh(e) {
|
|
|
6689
6689
|
return s;
|
|
6690
6690
|
}, f.tsParseTypeOperatorOrHigher = function() {
|
|
6691
6691
|
var s = this;
|
|
6692
|
-
return
|
|
6692
|
+
return Ds(this.type) && !this.containsEsc ? this.tsParseTypeOperator() : this.isContextual("infer") ? this.tsParseInferType() : this.tsInAllowConditionalTypesContext(function() {
|
|
6693
6693
|
return s.tsParseArrayTypeOrHigher();
|
|
6694
6694
|
});
|
|
6695
6695
|
}, f.tsParseIntersectionTypeOrHigher = function() {
|
|
@@ -6770,7 +6770,7 @@ function Fh(e) {
|
|
|
6770
6770
|
}; ; ) {
|
|
6771
6771
|
var V = this.startLoc, E = this.tsParseModifier(p.concat(m ?? []), v);
|
|
6772
6772
|
if (!E) break;
|
|
6773
|
-
_r(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) :
|
|
6773
|
+
_r(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) : jh(E) ? c[E] ? this.raise(this.start, N.DuplicateModifier({ modifier: E })) : (T(V, E, "in", "out"), _[E] = E, c[E] = !0) : zh(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);
|
|
6774
6774
|
}
|
|
6775
6775
|
return _;
|
|
6776
6776
|
}, f.tsParseInOutModifiers = function(s) {
|
|
@@ -7115,7 +7115,7 @@ function Fh(e) {
|
|
|
7115
7115
|
if (!p) return m;
|
|
7116
7116
|
for (var v, x = vr(m.declarations); !(v = x()).done; ) {
|
|
7117
7117
|
var g = v.value, _ = g.init;
|
|
7118
|
-
_ && (a !== "const" || g.id.typeAnnotation ? this.raise(_.start, N.InitializerNotAllowedInAmbientContext) : _.type !== "StringLiteral" && _.type !== "BooleanLiteral" && _.type !== "NumericLiteral" && _.type !== "BigIntLiteral" && (_.type !== "TemplateLiteral" || _.expressions.length > 0) && !
|
|
7118
|
+
_ && (a !== "const" || g.id.typeAnnotation ? this.raise(_.start, N.InitializerNotAllowedInAmbientContext) : _.type !== "StringLiteral" && _.type !== "BooleanLiteral" && _.type !== "NumericLiteral" && _.type !== "BigIntLiteral" && (_.type !== "TemplateLiteral" || _.expressions.length > 0) && !Fh(_) && this.raise(_.start, N.ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference));
|
|
7119
7119
|
}
|
|
7120
7120
|
return m;
|
|
7121
7121
|
}, f.parseStatement = function(s, a, c) {
|
|
@@ -7532,7 +7532,7 @@ function Fh(e) {
|
|
|
7532
7532
|
for (this.expect(o.braceL); this.type !== o.braceR; ) if (this.match(D.at)) g.push(this.parseDecorator());
|
|
7533
7533
|
else {
|
|
7534
7534
|
var _ = this.parseClassElement(s.superClass !== null);
|
|
7535
|
-
g.length && (_.decorators = g, this.resetStartLocationFromNode(_, g[0]), g = []), _ && (v.body.push(_), _.type === "MethodDefinition" && _.kind === "constructor" && _.value.type === "FunctionExpression" ? (x && this.raiseRecoverable(_.start, "Duplicate constructor in the same class"), x = !0, _.decorators && _.decorators.length > 0 && this.raise(_.start, "Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?")) : _.key && _.key.type === "PrivateIdentifier" &&
|
|
7535
|
+
g.length && (_.decorators = g, this.resetStartLocationFromNode(_, g[0]), g = []), _ && (v.body.push(_), _.type === "MethodDefinition" && _.kind === "constructor" && _.value.type === "FunctionExpression" ? (x && this.raiseRecoverable(_.start, "Duplicate constructor in the same class"), x = !0, _.decorators && _.decorators.length > 0 && this.raise(_.start, "Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?")) : _.key && _.key.type === "PrivateIdentifier" && Rh(m, _) && this.raiseRecoverable(_.key.start, "Identifier '#" + _.key.name + "' has already been declared"));
|
|
7536
7536
|
}
|
|
7537
7537
|
return this.strict = p, this.next(), g.length && this.raise(this.start, "Decorators must be attached to a class element."), s.body = this.finishNode(v, "ClassBody"), this.exitClassBody(), this.finishNode(s, a ? "ClassDeclaration" : "ClassExpression");
|
|
7538
7538
|
} finally {
|
|
@@ -7647,11 +7647,11 @@ function Fh(e) {
|
|
|
7647
7647
|
return y;
|
|
7648
7648
|
} }]) && mr(oe.prototype, te), B && mr(oe, B), Object.defineProperty(oe, "prototype", { writable: !1 }), pe;
|
|
7649
7649
|
})(h);
|
|
7650
|
-
return
|
|
7650
|
+
return Vs;
|
|
7651
7651
|
};
|
|
7652
7652
|
}
|
|
7653
|
-
const
|
|
7654
|
-
async function
|
|
7653
|
+
const Bh = js(Fs);
|
|
7654
|
+
async function Zh(e) {
|
|
7655
7655
|
let t;
|
|
7656
7656
|
try {
|
|
7657
7657
|
t = await ge.readdir(e, { withFileTypes: !0 });
|
|
@@ -7671,7 +7671,7 @@ async function Bh(e) {
|
|
|
7671
7671
|
);
|
|
7672
7672
|
}
|
|
7673
7673
|
function Oi(e) {
|
|
7674
|
-
const i = J.extend(
|
|
7674
|
+
const i = J.extend($h()).parse(e, {
|
|
7675
7675
|
ecmaVersion: "latest",
|
|
7676
7676
|
sourceType: "module",
|
|
7677
7677
|
locations: !0
|
|
@@ -7687,21 +7687,21 @@ function Oi(e) {
|
|
|
7687
7687
|
async function Te(e, t, i = [], r) {
|
|
7688
7688
|
const n = `${t} ${i.join(" ")}`;
|
|
7689
7689
|
e !== void 0 && re(`${e} - exec(${n})`);
|
|
7690
|
-
const { stdout: u, stderr: h } = await
|
|
7690
|
+
const { stdout: u, stderr: h } = await Bh(n);
|
|
7691
7691
|
r === void 0 ? u.trim() && console.log(u.trim()) : await ge.writeFile(r, u.trim(), "utf8"), h.trim() && console.error(h.trim());
|
|
7692
7692
|
}
|
|
7693
|
-
async function
|
|
7693
|
+
async function Uh(e, t) {
|
|
7694
7694
|
return ge.readdir(e, t);
|
|
7695
7695
|
}
|
|
7696
7696
|
async function Ri() {
|
|
7697
7697
|
re("Load environment variables"), (await import("dotenv")).config();
|
|
7698
7698
|
}
|
|
7699
|
-
function
|
|
7699
|
+
function Re(e) {
|
|
7700
7700
|
const t = "\x1B[36m", i = "\x1B[0m", r = "─".repeat(Math.max(e.length + 60, 60));
|
|
7701
7701
|
console.info(`
|
|
7702
7702
|
${t}${r}`), console.info(`▶️ ${e}`), console.info(`${r}${i}`);
|
|
7703
7703
|
}
|
|
7704
|
-
function
|
|
7704
|
+
function Fe(e) {
|
|
7705
7705
|
console.info(`
|
|
7706
7706
|
✅ ${e}
|
|
7707
7707
|
`);
|
|
@@ -7717,16 +7717,16 @@ async function de(e) {
|
|
|
7717
7717
|
async function Xe(e) {
|
|
7718
7718
|
return await ge.readFile(e, "utf8");
|
|
7719
7719
|
}
|
|
7720
|
-
async function
|
|
7720
|
+
async function qh(e) {
|
|
7721
7721
|
try {
|
|
7722
7722
|
await ge.unlink(e);
|
|
7723
7723
|
} catch (t) {
|
|
7724
7724
|
if (t.code !== "ENOENT") throw t;
|
|
7725
7725
|
}
|
|
7726
7726
|
}
|
|
7727
|
-
async function
|
|
7727
|
+
async function Ie(e, t, i = [], r = !1) {
|
|
7728
7728
|
return re(`${e} - spawn(${t} ${i.join(" ")})`), new Promise((n, u) => {
|
|
7729
|
-
|
|
7729
|
+
$s(t, i, { stdio: "inherit" }).on("close", (d) => {
|
|
7730
7730
|
d === 0 || r ? n() : u(new Error(`${t} exited with code ${d}`));
|
|
7731
7731
|
});
|
|
7732
7732
|
});
|
|
@@ -7750,7 +7750,7 @@ function xi(e, t) {
|
|
|
7750
7750
|
else n && typeof n == "object" && typeof n.type == "string" && xi(n, t);
|
|
7751
7751
|
}
|
|
7752
7752
|
}
|
|
7753
|
-
async function
|
|
7753
|
+
async function Hh() {
|
|
7754
7754
|
const e = await de("config.json"), t = {
|
|
7755
7755
|
body: JSON.stringify(e),
|
|
7756
7756
|
headers: { "Content-Type": "application/json" },
|
|
@@ -7769,7 +7769,7 @@ async function kr(e) {
|
|
|
7769
7769
|
async function wr(e, t) {
|
|
7770
7770
|
const i = `v${e.version}`;
|
|
7771
7771
|
async function r(n, u = "") {
|
|
7772
|
-
const h = await
|
|
7772
|
+
const h = await Uh(n, { withFileTypes: !0 });
|
|
7773
7773
|
for (const d of h) {
|
|
7774
7774
|
const y = `${n}/${d.name}`, o = u ? `${u}/${d.name}` : d.name;
|
|
7775
7775
|
if (d.isDirectory()) continue;
|
|
@@ -7779,7 +7779,7 @@ async function wr(e, t) {
|
|
|
7779
7779
|
}
|
|
7780
7780
|
await r("dist");
|
|
7781
7781
|
}
|
|
7782
|
-
const
|
|
7782
|
+
const Gh = [
|
|
7783
7783
|
{ idPrefix: "datapos-app-nuxt", typeId: "app", publish: !1, uploadGroupName: void 0 },
|
|
7784
7784
|
{ idPrefix: "datapos-api", typeId: "api", publish: !1, uploadGroupName: void 0 },
|
|
7785
7785
|
{ idPrefix: "datapos-connector", typeId: "connector", publish: !0, uploadGroupName: "connectors" },
|
|
@@ -7793,33 +7793,33 @@ const Hh = [
|
|
|
7793
7793
|
];
|
|
7794
7794
|
async function ml() {
|
|
7795
7795
|
try {
|
|
7796
|
-
|
|
7796
|
+
Re("Build Project"), await Ie("1️⃣ Bundle project", "vite", ["build"]), Fe("Project built.");
|
|
7797
7797
|
} catch (e) {
|
|
7798
7798
|
console.error("❌ Error building project.", e), process.exit(1);
|
|
7799
7799
|
}
|
|
7800
7800
|
}
|
|
7801
7801
|
async function yl() {
|
|
7802
7802
|
try {
|
|
7803
|
-
|
|
7803
|
+
Re("Release Project"), await Ri();
|
|
7804
7804
|
const e = await de("package.json"), t = await de("config.json");
|
|
7805
|
-
await
|
|
7806
|
-
const i =
|
|
7805
|
+
await Rs("1️⃣", e);
|
|
7806
|
+
const i = Gh.find((r) => t.id.startsWith(r.idPrefix));
|
|
7807
7807
|
if (!i) throw new Error(`Failed to locate module type configuration for identifier '${t.id}'.`);
|
|
7808
7808
|
switch (i.typeId) {
|
|
7809
7809
|
case "connector":
|
|
7810
|
-
await
|
|
7810
|
+
await Kh("2️⃣", e);
|
|
7811
7811
|
break;
|
|
7812
7812
|
case "context":
|
|
7813
|
-
await
|
|
7813
|
+
await Xh("2️⃣", e);
|
|
7814
7814
|
break;
|
|
7815
7815
|
case "presenter":
|
|
7816
|
-
await
|
|
7816
|
+
await Jh("2️⃣", e);
|
|
7817
7817
|
break;
|
|
7818
7818
|
default:
|
|
7819
|
-
await
|
|
7819
|
+
await Wh("2️⃣", e);
|
|
7820
7820
|
}
|
|
7821
|
-
if (await
|
|
7822
|
-
re("7️⃣ Register module"), await
|
|
7821
|
+
if (await Ie("3️⃣ Bundle project", "vite", ["build"]), await Te("4️⃣ Stage changes", "git", ["add", "."]), await Te("5️⃣ Commit changes", "git", ["commit", "-m", `"v${e.version}"`]), await Te("6️⃣ Push changes", "git", ["push", "origin", "main:main"]), i.typeId === "app")
|
|
7822
|
+
re("7️⃣ Register module"), await Hh();
|
|
7823
7823
|
else if (i.typeId === "engine")
|
|
7824
7824
|
re("7️⃣ Register module"), await kr(t), await wr(e, `datapos-engine-eu/${i.uploadGroupName}`);
|
|
7825
7825
|
else if (i.uploadGroupName === void 0)
|
|
@@ -7833,53 +7833,53 @@ async function yl() {
|
|
|
7833
7833
|
const r = ".npmrc";
|
|
7834
7834
|
try {
|
|
7835
7835
|
await ei(r, `registry=https://registry.npmjs.org/
|
|
7836
|
-
//registry.npmjs.org/:_authToken=${process.env.NPM_TOKEN ?? ""}`), await
|
|
7836
|
+
//registry.npmjs.org/:_authToken=${process.env.NPM_TOKEN ?? ""}`), await Ie("8️⃣ Publish to npm", "npm", ["publish", "--access", "public"]);
|
|
7837
7837
|
} finally {
|
|
7838
|
-
await
|
|
7838
|
+
await qh(r);
|
|
7839
7839
|
}
|
|
7840
7840
|
} else
|
|
7841
7841
|
re(`8️⃣ Publishing NOT required for package with type identifier of '${i.typeId}'.`);
|
|
7842
|
-
|
|
7842
|
+
Fe(`Project version '${e.version}' released.`);
|
|
7843
7843
|
} catch (e) {
|
|
7844
7844
|
console.error("❌ Error releasing project.", e), process.exit(1);
|
|
7845
7845
|
}
|
|
7846
7846
|
}
|
|
7847
7847
|
async function vl() {
|
|
7848
7848
|
try {
|
|
7849
|
-
|
|
7849
|
+
Re("Synchronise Project with GitHub");
|
|
7850
7850
|
const e = await de("package.json");
|
|
7851
|
-
re("Bump project version"), await
|
|
7851
|
+
re("Bump project version"), await Rs("1️⃣", e), await Te("2️⃣ Stage changes", "git", ["add", "."]), await Te("3️⃣ Commit changes", "git", ["commit", "-m", `"v${e.version}"`]), await Te("4️⃣ Push changes", "git", ["push", "origin", "main:main"]), Fe(`Project version '${e.version}' synchronised with GitHub.`);
|
|
7852
7852
|
} catch (e) {
|
|
7853
7853
|
console.error("❌ Error synchronising project with GitHub.", e), process.exit(1);
|
|
7854
7854
|
}
|
|
7855
7855
|
}
|
|
7856
7856
|
function xl() {
|
|
7857
7857
|
try {
|
|
7858
|
-
|
|
7858
|
+
Re("Test Project"), console.log(`
|
|
7859
7859
|
❌ Test project is not implemented. No 'vitest' command.
|
|
7860
7860
|
`);
|
|
7861
7861
|
} catch (e) {
|
|
7862
7862
|
console.error("❌ Error testing project.", e), process.exit(1);
|
|
7863
7863
|
}
|
|
7864
7864
|
}
|
|
7865
|
-
async function
|
|
7865
|
+
async function Wh(e, t) {
|
|
7866
7866
|
re(`${e} Build project configuration`);
|
|
7867
7867
|
const i = await de("config.json");
|
|
7868
7868
|
t.name != null && (i.id = t.name.replace("@datapos/", "").replace("@data-positioning/", "")), t.version != null && (i.version = t.version), await ct("config.json", i);
|
|
7869
7869
|
}
|
|
7870
|
-
async function
|
|
7870
|
+
async function Kh(e, t) {
|
|
7871
7871
|
re(`${e} Build connector project configuration`);
|
|
7872
|
-
const [i, r] = await Promise.all([de("config.json"), Xe("src/index.ts")]), n =
|
|
7872
|
+
const [i, r] = await Promise.all([de("config.json"), Xe("src/index.ts")]), n = wc.safeParse(i);
|
|
7873
7873
|
if (!n.success) {
|
|
7874
7874
|
console.log("❌ Configuration is invalid:"), console.table(n.error.issues);
|
|
7875
7875
|
return;
|
|
7876
7876
|
}
|
|
7877
|
-
const u = Oi(r), h =
|
|
7877
|
+
const u = Oi(r), h = Yh(u);
|
|
7878
7878
|
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 ct("config.json", i);
|
|
7879
7879
|
}
|
|
7880
|
-
async function
|
|
7880
|
+
async function Xh(e, t) {
|
|
7881
7881
|
re(`${e} Build context project configuration`);
|
|
7882
|
-
const [i, r] = await Promise.all([de("config.json"), Xe("src/index.ts")]), n =
|
|
7882
|
+
const [i, r] = await Promise.all([de("config.json"), Xe("src/index.ts")]), n = Oc.safeParse(i);
|
|
7883
7883
|
if (!n.success) {
|
|
7884
7884
|
console.log("❌ Configuration is invalid:"), console.table(n.error.issues);
|
|
7885
7885
|
return;
|
|
@@ -7887,9 +7887,9 @@ async function Kh(e, t) {
|
|
|
7887
7887
|
const u = Oi(r);
|
|
7888
7888
|
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 ct("config.json", i);
|
|
7889
7889
|
}
|
|
7890
|
-
async function
|
|
7890
|
+
async function Jh(e, t) {
|
|
7891
7891
|
re(`${e} Build presenter project configuration`);
|
|
7892
|
-
const [i, r] = await Promise.all([de("config.json"), Xe("src/index.ts")]), n =
|
|
7892
|
+
const [i, r] = await Promise.all([de("config.json"), Xe("src/index.ts")]), n = Zc.safeParse(i);
|
|
7893
7893
|
if (!n.success) {
|
|
7894
7894
|
console.log("❌ Configuration is invalid:"), console.table(n.error.issues);
|
|
7895
7895
|
return;
|
|
@@ -7897,7 +7897,7 @@ async function Xh(e, t) {
|
|
|
7897
7897
|
const u = Oi(r);
|
|
7898
7898
|
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 ct("config.json", i);
|
|
7899
7899
|
}
|
|
7900
|
-
async function
|
|
7900
|
+
async function Rs(e, t, i = "./") {
|
|
7901
7901
|
if (re(`${e} Bump project version`), t.version == null)
|
|
7902
7902
|
t.version = "0.0.001", console.warn(`⚠️ Project version initialised to '${t.version}'.`), await ct(`${i}package.json`, t);
|
|
7903
7903
|
else {
|
|
@@ -7905,25 +7905,25 @@ async function Os(e, t, i = "./") {
|
|
|
7905
7905
|
t.version = `${n[0]}.${n[1]}.${Number(n[2]) + 1}`, console.info(`Project version bumped from '${r}' to '${t.version}'.`), await ct(`${i}package.json`, t);
|
|
7906
7906
|
}
|
|
7907
7907
|
}
|
|
7908
|
-
function
|
|
7908
|
+
function Yh(e) {
|
|
7909
7909
|
let t = !1, i = !1;
|
|
7910
7910
|
for (const r of e)
|
|
7911
|
-
|
|
7911
|
+
Bs.includes(r) && (t = !0), Zs.includes(r) && (i = !0);
|
|
7912
7912
|
return t && i ? "bidirectional" : t ? "source" : i ? "destination" : "unknown";
|
|
7913
7913
|
}
|
|
7914
|
-
const
|
|
7914
|
+
const Qh = {
|
|
7915
7915
|
critical: { color: "D32F2F", label: "critical" },
|
|
7916
7916
|
high: { color: "EF6C00", label: "high" },
|
|
7917
7917
|
moderate: { color: "FBC02D", label: "moderate" },
|
|
7918
7918
|
low: { color: "6D8C31", label: "low" },
|
|
7919
7919
|
unknown: { color: "616161", label: "unknown" }
|
|
7920
7920
|
// See sample badges in ~/tests/sampleBadges.md. Also included 'info' colouring.
|
|
7921
|
-
}, Sr = "<!-- OWASP_BADGES_START -->",
|
|
7921
|
+
}, Sr = "<!-- OWASP_BADGES_START -->", el = "<!-- OWASP_BADGES_END -->";
|
|
7922
7922
|
async function gl() {
|
|
7923
7923
|
try {
|
|
7924
|
-
|
|
7924
|
+
Re("Audit Dependencies"), await Ri();
|
|
7925
7925
|
const e = await de("package.json");
|
|
7926
|
-
console.log(1111, process.env.OWASP_NVD_API_KEY), await
|
|
7926
|
+
console.log(1111, process.env.OWASP_NVD_API_KEY), await Ie("1️⃣", "owasp-dependency-check", [
|
|
7927
7927
|
"--out",
|
|
7928
7928
|
"dependency-check-reports",
|
|
7929
7929
|
"--project",
|
|
@@ -7932,12 +7932,12 @@ async function gl() {
|
|
|
7932
7932
|
"--nodePackageSkipDevDependencies",
|
|
7933
7933
|
"--nvdApiKey",
|
|
7934
7934
|
process.env.OWASP_NVD_API_KEY ?? ""
|
|
7935
|
-
]), await
|
|
7935
|
+
]), await tl("2️⃣"), await Ie("3️⃣ Check using 'npm audit'", "npm", ["audit"]), Fe("Dependencies audited.");
|
|
7936
7936
|
} catch (e) {
|
|
7937
7937
|
console.error("❌ Error auditing dependencies.", e), process.exit(1);
|
|
7938
7938
|
}
|
|
7939
7939
|
}
|
|
7940
|
-
async function
|
|
7940
|
+
async function tl(e) {
|
|
7941
7941
|
re(`${e} Insert OWASP Badge(s) into 'README.md'`);
|
|
7942
7942
|
const t = await de("dependency-check-reports/dependency-check-report.json"), i = { critical: 0, high: 0, moderate: 0, low: 0, unknown: 0 };
|
|
7943
7943
|
for (const o of t.dependencies)
|
|
@@ -7946,7 +7946,7 @@ async function el(e) {
|
|
|
7946
7946
|
const S = w.severity?.toLowerCase() ?? "unknown";
|
|
7947
7947
|
S in i ? i[S]++ : i.unknown++;
|
|
7948
7948
|
}
|
|
7949
|
-
const r = await
|
|
7949
|
+
const r = await il(i), n = await Xe("./README.md"), u = n.indexOf(Sr), h = n.indexOf(el);
|
|
7950
7950
|
if (u === -1 || h === -1) {
|
|
7951
7951
|
console.error("❌ No OWASP badge markers found in 'README.md'.");
|
|
7952
7952
|
return;
|
|
@@ -7954,13 +7954,13 @@ async function el(e) {
|
|
|
7954
7954
|
const d = r.join(" "), y = n.slice(0, Math.max(0, u + Sr.length)) + d + n.slice(Math.max(0, h));
|
|
7955
7955
|
await ei("README.md", y), console.info("OWASP audit badge(s) inserted into 'README.md'");
|
|
7956
7956
|
}
|
|
7957
|
-
async function
|
|
7957
|
+
async function il(e) {
|
|
7958
7958
|
const t = await de("config.json"), i = [];
|
|
7959
7959
|
if (Object.values(e).reduce((n, u) => n + u, 0) === 0)
|
|
7960
7960
|
console.info("No vulnerabilities found."), i.push(`[](https://data-positioning.github.io/${t.id}/dependency-check-reports/dependency-check-report.html)`);
|
|
7961
7961
|
else
|
|
7962
7962
|
for (const [n, u] of Object.entries(e)) {
|
|
7963
|
-
const h =
|
|
7963
|
+
const h = Qh[n];
|
|
7964
7964
|
if (console.warn(`⚠️ ${u} ${h.label} vulnerability(ies) found.`), u === 0) continue;
|
|
7965
7965
|
const d = `https://img.shields.io/badge/OWASP-${u}%20${h.label}-${h.color}`;
|
|
7966
7966
|
i.push(`[](https://data-positioning.github.io/${t.id}/dependency-check-reports/dependency-check-report.html)`);
|
|
@@ -7969,16 +7969,16 @@ async function tl(e) {
|
|
|
7969
7969
|
}
|
|
7970
7970
|
async function bl() {
|
|
7971
7971
|
try {
|
|
7972
|
-
|
|
7972
|
+
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"]), Fe("Dependencies checked.");
|
|
7973
7973
|
} catch (e) {
|
|
7974
7974
|
console.error("❌ Error checking dependencies.", e), process.exit(1);
|
|
7975
7975
|
}
|
|
7976
7976
|
}
|
|
7977
|
-
const Tr = "<!-- DEPENDENCY_LICENSES_START -->",
|
|
7977
|
+
const Tr = "<!-- DEPENDENCY_LICENSES_START -->", rl = "<!-- DEPENDENCY_LICENSES_END -->";
|
|
7978
7978
|
async function _l(e = [], t = !0) {
|
|
7979
7979
|
try {
|
|
7980
|
-
|
|
7981
|
-
const i = e.flatMap((n) => ["--allowed", `'${n}'`]), r =
|
|
7980
|
+
Re("Document Dependencies"), await Ri();
|
|
7981
|
+
const i = e.flatMap((n) => ["--allowed", `'${n}'`]), r = Cr(new Us(import.meta.resolve("@datapos/datapos-development/license-report-config")));
|
|
7982
7982
|
await Te(
|
|
7983
7983
|
"1️⃣ Generate 'licenses.json' file",
|
|
7984
7984
|
"license-report",
|
|
@@ -7989,7 +7989,7 @@ async function _l(e = [], t = !0) {
|
|
|
7989
7989
|
"license-report-recursive",
|
|
7990
7990
|
["--only=prod,peer", "--output=tree", "--recurse", "--department.value=n/a", "--licensePeriod.value=n/a", "--material.value=n/a", "--relatedTo.value=n/a"],
|
|
7991
7991
|
"licenses/licenseTree.json"
|
|
7992
|
-
), await Te("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
|
|
7992
|
+
), await Te("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 Zh("licenses/downloads"), await Te("5️⃣ Download license files", "license-downloader", [
|
|
7993
7993
|
"--source",
|
|
7994
7994
|
"licenses/licenses.json",
|
|
7995
7995
|
"--licDir",
|
|
@@ -7997,14 +7997,14 @@ async function _l(e = [], t = !0) {
|
|
|
7997
7997
|
"--githubToken.tokenEnvVar",
|
|
7998
7998
|
"GITHUB_TOKEN",
|
|
7999
7999
|
"--download"
|
|
8000
|
-
]), await
|
|
8000
|
+
]), await sl("6️⃣", t), Fe("Dependencies documented.");
|
|
8001
8001
|
} catch (i) {
|
|
8002
8002
|
console.error("❌ Error documenting dependencies.", i), process.exit(1);
|
|
8003
8003
|
}
|
|
8004
8004
|
}
|
|
8005
|
-
async function
|
|
8005
|
+
async function sl(e, t) {
|
|
8006
8006
|
re(`${e} Insert licenses into 'README.md'`);
|
|
8007
|
-
const i = await Xe("./README.md"), r = i.indexOf(Tr), n = i.indexOf(
|
|
8007
|
+
const i = await Xe("./README.md"), r = i.indexOf(Tr), n = i.indexOf(rl);
|
|
8008
8008
|
if (r === -1 || n === -1) {
|
|
8009
8009
|
console.error("❌ No dependency license markers found in 'README.md'.");
|
|
8010
8010
|
return;
|
|
@@ -8032,7 +8032,7 @@ async function rl(e, t) {
|
|
|
8032
8032
|
|:-|:-|:-:|:-:|:-|-:|:-|
|
|
8033
8033
|
`;
|
|
8034
8034
|
for (const S of y) {
|
|
8035
|
-
const A = S.installedVersion === S.remoteVersion ? S.installedVersion : `${S.installedVersion} ⚠️`, F = S.latestRemoteModified ?
|
|
8035
|
+
const A = S.installedVersion === S.remoteVersion ? S.installedVersion : `${S.installedVersion} ⚠️`, F = S.latestRemoteModified ? nl(S.latestRemoteModified.split("T")[0]) : "n/a", Z = S.dependencyCount != null && S.dependencyCount >= 0 ? S.dependencyCount : "n/a";
|
|
8036
8036
|
let le;
|
|
8037
8037
|
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}|${A}|${S.remoteVersion}|${F}|${Z}|${le}|
|
|
8038
8038
|
`;
|
|
@@ -8042,7 +8042,7 @@ ${o}
|
|
|
8042
8042
|
${i.slice(Math.max(0, n))}`;
|
|
8043
8043
|
await ei("README.md", w);
|
|
8044
8044
|
}
|
|
8045
|
-
function
|
|
8045
|
+
function nl(e) {
|
|
8046
8046
|
if (e == null || e === "") return "n/a";
|
|
8047
8047
|
const t = e.split("T")[0];
|
|
8048
8048
|
if (t == null || t === "") return "n/a";
|
|
@@ -8052,42 +8052,48 @@ function sl(e) {
|
|
|
8052
8052
|
}
|
|
8053
8053
|
async function kl() {
|
|
8054
8054
|
try {
|
|
8055
|
-
|
|
8055
|
+
Re("Format Code"), await Ie("1️⃣ Format", "prettier", ["--write", "src/"]), Fe("Code formatted.");
|
|
8056
8056
|
} catch (e) {
|
|
8057
8057
|
console.error("❌ Error formatting code.", e), process.exit(1);
|
|
8058
8058
|
}
|
|
8059
8059
|
}
|
|
8060
8060
|
async function wl() {
|
|
8061
8061
|
try {
|
|
8062
|
-
|
|
8062
|
+
Re("Lint Code"), await Ie("1️⃣ Lint", "eslint", []), Fe("Code linted.");
|
|
8063
8063
|
} catch (e) {
|
|
8064
8064
|
console.error("❌ Error linting code.", e), process.exit(1);
|
|
8065
8065
|
}
|
|
8066
8066
|
}
|
|
8067
|
-
const
|
|
8067
|
+
const al = ["1️⃣", "2️⃣", "3️⃣", "4️⃣", "5️⃣", "6️⃣", "7️⃣", "8️⃣", "9️⃣"];
|
|
8068
8068
|
async function Sl(e = []) {
|
|
8069
8069
|
try {
|
|
8070
|
-
|
|
8070
|
+
Re("Update '@datapos/datapos' Dependencies");
|
|
8071
8071
|
for (const [t, i] of e.entries()) {
|
|
8072
|
-
const r =
|
|
8073
|
-
await
|
|
8072
|
+
const r = al.at(t) ?? "🔢";
|
|
8073
|
+
await Ie(`${r} Update '${i}'`, "npm", ["install", `@datapos/datapos-${i}@latest`]), i === "development" && await ol();
|
|
8074
8074
|
}
|
|
8075
|
-
|
|
8075
|
+
Fe("'@datapos/datapos' dependencies updated.");
|
|
8076
8076
|
} catch (t) {
|
|
8077
8077
|
console.error("❌ Error updating '@datapos/datapos' dependencies.", t), process.exit(1);
|
|
8078
8078
|
}
|
|
8079
8079
|
}
|
|
8080
|
-
async function
|
|
8081
|
-
const t = Dt.dirname(
|
|
8082
|
-
await
|
|
8080
|
+
async function ol(e) {
|
|
8081
|
+
const t = Dt.dirname(Cr(import.meta.url));
|
|
8082
|
+
await Pr(t, "../", ".editorconfig"), await Pr(t, "../", "..gitattributes");
|
|
8083
8083
|
}
|
|
8084
|
-
async function
|
|
8084
|
+
async function Pr(e, t, i) {
|
|
8085
8085
|
const r = Dt.resolve(e, `${t}${i}`), n = await Xe(r), u = Dt.resolve(process.cwd(), i);
|
|
8086
|
-
|
|
8087
|
-
|
|
8086
|
+
let h;
|
|
8087
|
+
try {
|
|
8088
|
+
h = await Xe(u);
|
|
8089
|
+
} catch (d) {
|
|
8090
|
+
if (d.code !== "ENOENT") throw d;
|
|
8091
|
+
}
|
|
8092
|
+
if (h === n) {
|
|
8093
|
+
console.info(`ℹ️ File '${i}' is already up to date.`);
|
|
8088
8094
|
return;
|
|
8089
8095
|
}
|
|
8090
|
-
await ei(u, n),
|
|
8096
|
+
await ei(u, n), console.info(`ℹ️ File '${i}' synchronised.`);
|
|
8091
8097
|
}
|
|
8092
8098
|
async function Tl(e) {
|
|
8093
8099
|
try {
|
|
@@ -8105,7 +8111,7 @@ async function Tl(e) {
|
|
|
8105
8111
|
const S = await ge.readdir(o), A = { childCount: S.length, name: y, typeId: "folder" };
|
|
8106
8112
|
h.push(A), await i(o, S);
|
|
8107
8113
|
} else {
|
|
8108
|
-
const S = { id:
|
|
8114
|
+
const S = { id: zs(), lastModifiedAt: w.mtimeMs, name: y, size: w.size, typeId: "object" };
|
|
8109
8115
|
h.push(S);
|
|
8110
8116
|
}
|
|
8111
8117
|
} catch (w) {
|