@datapos/datapos-development 0.3.313 → 0.3.316
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { promises as
|
|
1
|
+
import { promises as Ae } from "node:fs";
|
|
2
2
|
import { nanoid as Ds } from "nanoid";
|
|
3
3
|
import { promisify as Ms } from "node:util";
|
|
4
4
|
import { exec as Vs, spawn as zs } from "node:child_process";
|
|
@@ -16,9 +16,9 @@ function k(e, t, i) {
|
|
|
16
16
|
}), d._zod.traits.has(e))
|
|
17
17
|
return;
|
|
18
18
|
d._zod.traits.add(e), t(d, y);
|
|
19
|
-
const o = h.prototype,
|
|
20
|
-
for (let
|
|
21
|
-
const C = S
|
|
19
|
+
const o = h.prototype, w = Object.keys(o);
|
|
20
|
+
for (let S = 0; S < w.length; S++) {
|
|
21
|
+
const C = w[S];
|
|
22
22
|
C in d || (d[C] = o[C].bind(d));
|
|
23
23
|
}
|
|
24
24
|
}
|
|
@@ -30,8 +30,8 @@ function k(e, t, i) {
|
|
|
30
30
|
var y;
|
|
31
31
|
const o = i?.Parent ? new u() : this;
|
|
32
32
|
r(o, d), (y = o._zod).deferred ?? (y.deferred = []);
|
|
33
|
-
for (const
|
|
34
|
-
|
|
33
|
+
for (const w of o._zod.deferred)
|
|
34
|
+
w();
|
|
35
35
|
return o;
|
|
36
36
|
}
|
|
37
37
|
return Object.defineProperty(h, "init", { value: r }), Object.defineProperty(h, Symbol.hasInstance, {
|
|
@@ -425,7 +425,7 @@ const _i = (e) => (t, i, r, n) => {
|
|
|
425
425
|
}, fn = (e) => (t, i, r) => Ut(e)(t, i, r), dn = (e) => async (t, i, r) => {
|
|
426
426
|
const n = r ? Object.assign(r, { direction: "backward" }) : { direction: "backward" };
|
|
427
427
|
return qt(e)(t, i, n);
|
|
428
|
-
}, mn = (e) => async (t, i, r) => qt(e)(t, i, r), yn = /^[cC][^\s-]{8,}$/, vn = /^[0-9a-z]+$/, xn = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, gn = /^[0-9a-vA-V]{20}$/, bn = /^[A-Za-z0-9]{27}$/, _n = /^[a-zA-Z0-9_-]{21}$/, kn = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/,
|
|
428
|
+
}, mn = (e) => async (t, i, r) => qt(e)(t, i, r), yn = /^[cC][^\s-]{8,}$/, vn = /^[0-9a-z]+$/, xn = /^[0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{26}$/, gn = /^[0-9a-vA-V]{20}$/, bn = /^[A-Za-z0-9]{27}$/, _n = /^[a-zA-Z0-9_-]{21}$/, kn = /^P(?:(\d+W)|(?!.*W)(?=\d|T\d)(\d+Y)?(\d+M)?(\d+D)?(T(?=\d)(\d+H)?(\d+M)?(\d+([.,]\d+)?S)?)?)$/, wn = /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$/, Fi = (e) => e ? new RegExp(`^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-${e}[0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12})$`) : /^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/, Sn = /^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$/, Tn = "^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$";
|
|
429
429
|
function Pn() {
|
|
430
430
|
return new RegExp(Tn, "u");
|
|
431
431
|
}
|
|
@@ -759,18 +759,18 @@ const ta = {
|
|
|
759
759
|
});
|
|
760
760
|
else {
|
|
761
761
|
const n = (h, d, y) => {
|
|
762
|
-
let o = tt(h),
|
|
763
|
-
for (const
|
|
764
|
-
if (
|
|
765
|
-
if (!
|
|
762
|
+
let o = tt(h), w;
|
|
763
|
+
for (const S of d) {
|
|
764
|
+
if (S._zod.def.when) {
|
|
765
|
+
if (!S._zod.def.when(h))
|
|
766
766
|
continue;
|
|
767
767
|
} else if (o)
|
|
768
768
|
continue;
|
|
769
|
-
const C = h.issues.length, j =
|
|
769
|
+
const C = h.issues.length, j = S._zod.check(h);
|
|
770
770
|
if (j instanceof Promise && y?.async === !1)
|
|
771
771
|
throw new rt();
|
|
772
|
-
if (
|
|
773
|
-
|
|
772
|
+
if (w || j instanceof Promise)
|
|
773
|
+
w = (w ?? Promise.resolve()).then(async () => {
|
|
774
774
|
await j, h.issues.length !== C && (o || (o = tt(h, C)));
|
|
775
775
|
});
|
|
776
776
|
else {
|
|
@@ -779,7 +779,7 @@ const ta = {
|
|
|
779
779
|
o || (o = tt(h, C));
|
|
780
780
|
}
|
|
781
781
|
}
|
|
782
|
-
return
|
|
782
|
+
return w ? w.then(() => h) : h;
|
|
783
783
|
}, u = (h, d, y) => {
|
|
784
784
|
if (tt(h))
|
|
785
785
|
return h.aborted = !0, h;
|
|
@@ -787,7 +787,7 @@ const ta = {
|
|
|
787
787
|
if (o instanceof Promise) {
|
|
788
788
|
if (y.async === !1)
|
|
789
789
|
throw new rt();
|
|
790
|
-
return o.then((
|
|
790
|
+
return o.then((w) => e._zod.parse(w, y));
|
|
791
791
|
}
|
|
792
792
|
return e._zod.parse(o, y);
|
|
793
793
|
};
|
|
@@ -796,7 +796,7 @@ const ta = {
|
|
|
796
796
|
return e._zod.parse(h, d);
|
|
797
797
|
if (d.direction === "backward") {
|
|
798
798
|
const o = e._zod.parse({ value: h.value, issues: [] }, { ...d, skipChecks: !0 });
|
|
799
|
-
return o instanceof Promise ? o.then((
|
|
799
|
+
return o instanceof Promise ? o.then((w) => u(w, h, d)) : u(o, h, d);
|
|
800
800
|
}
|
|
801
801
|
const y = e._zod.parse(h, d);
|
|
802
802
|
if (y instanceof Promise) {
|
|
@@ -819,7 +819,7 @@ const ta = {
|
|
|
819
819
|
vendor: "zod",
|
|
820
820
|
version: 1
|
|
821
821
|
};
|
|
822
|
-
}),
|
|
822
|
+
}), wi = /* @__PURE__ */ k("$ZodString", (e, t) => {
|
|
823
823
|
Y.init(e, t), e._zod.pattern = [...e?._zod.bag?.patterns ?? []].pop() ?? Mn(e._zod.bag), e._zod.parse = (i, r) => {
|
|
824
824
|
if (t.coerce)
|
|
825
825
|
try {
|
|
@@ -834,9 +834,9 @@ const ta = {
|
|
|
834
834
|
}), i;
|
|
835
835
|
};
|
|
836
836
|
}), K = /* @__PURE__ */ k("$ZodStringFormat", (e, t) => {
|
|
837
|
-
Ht.init(e, t),
|
|
837
|
+
Ht.init(e, t), wi.init(e, t);
|
|
838
838
|
}), ia = /* @__PURE__ */ k("$ZodGUID", (e, t) => {
|
|
839
|
-
t.pattern ?? (t.pattern =
|
|
839
|
+
t.pattern ?? (t.pattern = wn), K.init(e, t);
|
|
840
840
|
}), ra = /* @__PURE__ */ k("$ZodUUID", (e, t) => {
|
|
841
841
|
if (t.version) {
|
|
842
842
|
const r = {
|
|
@@ -856,7 +856,7 @@ const ta = {
|
|
|
856
856
|
t.pattern ?? (t.pattern = Fi());
|
|
857
857
|
K.init(e, t);
|
|
858
858
|
}), sa = /* @__PURE__ */ k("$ZodEmail", (e, t) => {
|
|
859
|
-
t.pattern ?? (t.pattern =
|
|
859
|
+
t.pattern ?? (t.pattern = Sn), K.init(e, t);
|
|
860
860
|
}), na = /* @__PURE__ */ k("$ZodURL", (e, t) => {
|
|
861
861
|
K.init(e, t), e._zod.check = (i) => {
|
|
862
862
|
try {
|
|
@@ -983,7 +983,7 @@ function ka(e) {
|
|
|
983
983
|
const t = e.replace(/[-_]/g, (r) => r === "-" ? "+" : "/"), i = t.padEnd(Math.ceil(t.length / 4) * 4, "=");
|
|
984
984
|
return zr(i);
|
|
985
985
|
}
|
|
986
|
-
const
|
|
986
|
+
const wa = /* @__PURE__ */ k("$ZodBase64URL", (e, t) => {
|
|
987
987
|
t.pattern ?? (t.pattern = Lr), K.init(e, t), e._zod.bag.contentEncoding = "base64url", e._zod.check = (i) => {
|
|
988
988
|
ka(i.value) || i.issues.push({
|
|
989
989
|
code: "invalid_format",
|
|
@@ -993,7 +993,7 @@ const Sa = /* @__PURE__ */ k("$ZodBase64URL", (e, t) => {
|
|
|
993
993
|
continue: !t.abort
|
|
994
994
|
});
|
|
995
995
|
};
|
|
996
|
-
}),
|
|
996
|
+
}), Sa = /* @__PURE__ */ k("$ZodE164", (e, t) => {
|
|
997
997
|
t.pattern ?? (t.pattern = Ln), K.init(e, t);
|
|
998
998
|
});
|
|
999
999
|
function Ta(e, t = null) {
|
|
@@ -1110,15 +1110,15 @@ function $r(e) {
|
|
|
1110
1110
|
}
|
|
1111
1111
|
function Fr(e, t, i, r, n, u) {
|
|
1112
1112
|
const h = [], d = n.keySet, y = n.catchall._zod, o = y.def.type;
|
|
1113
|
-
for (const
|
|
1114
|
-
if (d.has(
|
|
1113
|
+
for (const w in t) {
|
|
1114
|
+
if (d.has(w))
|
|
1115
1115
|
continue;
|
|
1116
1116
|
if (o === "never") {
|
|
1117
|
-
h.push(
|
|
1117
|
+
h.push(w);
|
|
1118
1118
|
continue;
|
|
1119
1119
|
}
|
|
1120
|
-
const
|
|
1121
|
-
|
|
1120
|
+
const S = y.run({ value: t[w], issues: [] }, r);
|
|
1121
|
+
S instanceof Promise ? e.push(S.then((C) => Mt(C, i, w, t))) : Mt(S, i, w, t);
|
|
1122
1122
|
}
|
|
1123
1123
|
return h.length && i.issues.push({
|
|
1124
1124
|
code: "unrecognized_keys",
|
|
@@ -1143,11 +1143,11 @@ const La = /* @__PURE__ */ k("$ZodObject", (e, t) => {
|
|
|
1143
1143
|
U(e._zod, "propValues", () => {
|
|
1144
1144
|
const d = t.shape, y = {};
|
|
1145
1145
|
for (const o in d) {
|
|
1146
|
-
const
|
|
1147
|
-
if (
|
|
1146
|
+
const w = d[o]._zod;
|
|
1147
|
+
if (w.values) {
|
|
1148
1148
|
y[o] ?? (y[o] = /* @__PURE__ */ new Set());
|
|
1149
|
-
for (const
|
|
1150
|
-
y[o].add(
|
|
1149
|
+
for (const S of w.values)
|
|
1150
|
+
y[o].add(S);
|
|
1151
1151
|
}
|
|
1152
1152
|
}
|
|
1153
1153
|
return y;
|
|
@@ -1165,12 +1165,12 @@ const La = /* @__PURE__ */ k("$ZodObject", (e, t) => {
|
|
|
1165
1165
|
inst: e
|
|
1166
1166
|
}), d;
|
|
1167
1167
|
d.value = {};
|
|
1168
|
-
const
|
|
1168
|
+
const w = [], S = h.shape;
|
|
1169
1169
|
for (const C of h.keys) {
|
|
1170
|
-
const Z =
|
|
1171
|
-
Z instanceof Promise ?
|
|
1170
|
+
const Z = S[C]._zod.run({ value: o[C], issues: [] }, y);
|
|
1171
|
+
Z instanceof Promise ? w.push(Z.then((le) => Mt(le, d, C, o))) : Mt(Z, d, C, o);
|
|
1172
1172
|
}
|
|
1173
|
-
return u ? Fr(
|
|
1173
|
+
return u ? Fr(w, o, d, y, r.value, e) : w.length ? Promise.all(w).then(() => d) : d;
|
|
1174
1174
|
};
|
|
1175
1175
|
}), Oa = /* @__PURE__ */ k("$ZodObjectJIT", (e, t) => {
|
|
1176
1176
|
La.init(e, t);
|
|
@@ -1211,12 +1211,12 @@ const La = /* @__PURE__ */ k("$ZodObject", (e, t) => {
|
|
|
1211
1211
|
return (Ce, be) => ft(C, Ce, be);
|
|
1212
1212
|
};
|
|
1213
1213
|
let u;
|
|
1214
|
-
const h = Dt, d = !Pr.jitless, o = d && Hs.value,
|
|
1215
|
-
let
|
|
1214
|
+
const h = Dt, d = !Pr.jitless, o = d && Hs.value, w = t.catchall;
|
|
1215
|
+
let S;
|
|
1216
1216
|
e._zod.parse = (C, j) => {
|
|
1217
|
-
|
|
1217
|
+
S ?? (S = r.value);
|
|
1218
1218
|
const Z = C.value;
|
|
1219
|
-
return h(Z) ? d && o && j?.async === !1 && j.jitless !== !0 ? (u || (u = n(t.shape)), C = u(C, j),
|
|
1219
|
+
return h(Z) ? d && o && j?.async === !1 && j.jitless !== !0 ? (u || (u = n(t.shape)), C = u(C, j), w ? Fr([], Z, C, j, S, e) : C) : i(C, j) : (C.issues.push({
|
|
1220
1220
|
expected: "object",
|
|
1221
1221
|
code: "invalid_type",
|
|
1222
1222
|
input: Z,
|
|
@@ -1333,10 +1333,10 @@ const Ma = /* @__PURE__ */ k("$ZodRecord", (e, t) => {
|
|
|
1333
1333
|
for (const o of h)
|
|
1334
1334
|
if (typeof o == "string" || typeof o == "number" || typeof o == "symbol") {
|
|
1335
1335
|
d.add(typeof o == "number" ? o.toString() : o);
|
|
1336
|
-
const
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
})) : (
|
|
1336
|
+
const w = t.valueType._zod.run({ value: n[o], issues: [] }, r);
|
|
1337
|
+
w instanceof Promise ? u.push(w.then((S) => {
|
|
1338
|
+
S.issues.length && i.issues.push(...it(o, S.issues)), i.value[o] = S.value;
|
|
1339
|
+
})) : (w.issues.length && i.issues.push(...it(o, w.issues)), i.value[o] = w.value);
|
|
1340
1340
|
}
|
|
1341
1341
|
let y;
|
|
1342
1342
|
for (const o in n)
|
|
@@ -1359,7 +1359,7 @@ const Ma = /* @__PURE__ */ k("$ZodRecord", (e, t) => {
|
|
|
1359
1359
|
i.issues.push({
|
|
1360
1360
|
code: "invalid_key",
|
|
1361
1361
|
origin: "record",
|
|
1362
|
-
issues: y.issues.map((
|
|
1362
|
+
issues: y.issues.map((w) => qe(w, r, Ue())),
|
|
1363
1363
|
input: d,
|
|
1364
1364
|
path: [d],
|
|
1365
1365
|
inst: e
|
|
@@ -1367,8 +1367,8 @@ const Ma = /* @__PURE__ */ k("$ZodRecord", (e, t) => {
|
|
|
1367
1367
|
continue;
|
|
1368
1368
|
}
|
|
1369
1369
|
const o = t.valueType._zod.run({ value: n[d], issues: [] }, r);
|
|
1370
|
-
o instanceof Promise ? u.push(o.then((
|
|
1371
|
-
|
|
1370
|
+
o instanceof Promise ? u.push(o.then((w) => {
|
|
1371
|
+
w.issues.length && i.issues.push(...it(d, w.issues)), i.value[y.value] = w.value;
|
|
1372
1372
|
})) : (o.issues.length && i.issues.push(...it(d, o.issues)), i.value[y.value] = o.value);
|
|
1373
1373
|
}
|
|
1374
1374
|
}
|
|
@@ -1803,7 +1803,7 @@ function ko(e, t) {
|
|
|
1803
1803
|
...R(t)
|
|
1804
1804
|
});
|
|
1805
1805
|
}
|
|
1806
|
-
function
|
|
1806
|
+
function wo(e, t) {
|
|
1807
1807
|
return new e({
|
|
1808
1808
|
type: "string",
|
|
1809
1809
|
format: "duration",
|
|
@@ -1811,7 +1811,7 @@ function So(e, t) {
|
|
|
1811
1811
|
...R(t)
|
|
1812
1812
|
});
|
|
1813
1813
|
}
|
|
1814
|
-
function
|
|
1814
|
+
function So(e, t) {
|
|
1815
1815
|
return new e({
|
|
1816
1816
|
type: "number",
|
|
1817
1817
|
checks: [],
|
|
@@ -2029,7 +2029,7 @@ const Xo = /* @__PURE__ */ k("ZodISODuration", (e, t) => {
|
|
|
2029
2029
|
ya.init(e, t), Q.init(e, t);
|
|
2030
2030
|
});
|
|
2031
2031
|
function Jo(e) {
|
|
2032
|
-
return
|
|
2032
|
+
return wo(Xo, e);
|
|
2033
2033
|
}
|
|
2034
2034
|
const Yo = (e, t) => {
|
|
2035
2035
|
Ir.init(e, t), e.name = "ZodError", Object.defineProperties(e, {
|
|
@@ -2081,11 +2081,11 @@ const Yo = (e, t) => {
|
|
|
2081
2081
|
const r = e.clone();
|
|
2082
2082
|
return Lt.add(r, i[0]), r;
|
|
2083
2083
|
}, e.isOptional = () => e.safeParse(void 0).success, e.isNullable = () => e.safeParse(null).success, e)), Ur = /* @__PURE__ */ k("_ZodString", (e, t) => {
|
|
2084
|
-
|
|
2084
|
+
wi.init(e, t), ee.init(e, t);
|
|
2085
2085
|
const i = e._zod.bag;
|
|
2086
2086
|
e.format = i.format ?? null, e.minLength = i.minimum ?? null, e.maxLength = i.maximum ?? null, e.regex = (...r) => e.check(Eo(...r)), e.includes = (...r) => e.check(Lo(...r)), e.startsWith = (...r) => e.check(Oo(...r)), e.endsWith = (...r) => e.check(Ro(...r)), e.min = (...r) => e.check(Vt(...r)), e.max = (...r) => e.check(Br(...r)), e.length = (...r) => e.check(Zr(...r)), e.nonempty = (...r) => e.check(Vt(1, ...r)), e.lowercase = (r) => e.check(Io(r)), e.uppercase = (r) => e.check(No(r)), e.trim = () => e.check(Mo()), e.normalize = (...r) => e.check(Do(...r)), e.toLowerCase = () => e.check(Vo()), e.toUpperCase = () => e.check(zo()), e.slugify = () => e.check(jo());
|
|
2087
2087
|
}), lu = /* @__PURE__ */ k("ZodString", (e, t) => {
|
|
2088
|
-
|
|
2088
|
+
wi.init(e, t), Ur.init(e, t), e.email = (i) => e.check(Ya(pu, i)), e.url = (i) => e.check(ro(fu, i)), e.jwt = (i) => e.check(go(Au, i)), e.emoji = (i) => e.check(so(du, i)), e.guid = (i) => e.check(Ji(tr, i)), e.uuid = (i) => e.check(Qa(Ot, i)), e.uuidv4 = (i) => e.check(eo(Ot, i)), e.uuidv6 = (i) => e.check(to(Ot, i)), e.uuidv7 = (i) => e.check(io(Ot, i)), e.nanoid = (i) => e.check(no(mu, i)), e.guid = (i) => e.check(Ji(tr, i)), e.cuid = (i) => e.check(ao(yu, i)), e.cuid2 = (i) => e.check(oo(vu, i)), e.ulid = (i) => e.check(uo(xu, i)), e.base64 = (i) => e.check(yo(Tu, i)), e.base64url = (i) => e.check(vo(Pu, i)), e.xid = (i) => e.check(co(gu, i)), e.ksuid = (i) => e.check(ho(bu, i)), e.ipv4 = (i) => e.check(lo(_u, i)), e.ipv6 = (i) => e.check(po(ku, i)), e.cidrv4 = (i) => e.check(fo(wu, i)), e.cidrv6 = (i) => e.check(mo(Su, i)), e.e164 = (i) => e.check(xo(Cu, i)), e.datetime = (i) => e.check(qo(i)), e.date = (i) => e.check(Wo(i)), e.time = (i) => e.check(Go(i)), e.duration = (i) => e.check(Jo(i));
|
|
2089
2089
|
});
|
|
2090
2090
|
function O(e) {
|
|
2091
2091
|
return Ja(lu, e);
|
|
@@ -2118,16 +2118,16 @@ const Q = /* @__PURE__ */ k("ZodStringFormat", (e, t) => {
|
|
|
2118
2118
|
va.init(e, t), Q.init(e, t);
|
|
2119
2119
|
}), ku = /* @__PURE__ */ k("ZodIPv6", (e, t) => {
|
|
2120
2120
|
xa.init(e, t), Q.init(e, t);
|
|
2121
|
-
}),
|
|
2121
|
+
}), wu = /* @__PURE__ */ k("ZodCIDRv4", (e, t) => {
|
|
2122
2122
|
ga.init(e, t), Q.init(e, t);
|
|
2123
|
-
}),
|
|
2123
|
+
}), Su = /* @__PURE__ */ k("ZodCIDRv6", (e, t) => {
|
|
2124
2124
|
ba.init(e, t), Q.init(e, t);
|
|
2125
2125
|
}), Tu = /* @__PURE__ */ k("ZodBase64", (e, t) => {
|
|
2126
2126
|
_a.init(e, t), Q.init(e, t);
|
|
2127
2127
|
}), Pu = /* @__PURE__ */ k("ZodBase64URL", (e, t) => {
|
|
2128
|
-
Sa.init(e, t), Q.init(e, t);
|
|
2129
|
-
}), Cu = /* @__PURE__ */ k("ZodE164", (e, t) => {
|
|
2130
2128
|
wa.init(e, t), Q.init(e, t);
|
|
2129
|
+
}), Cu = /* @__PURE__ */ k("ZodE164", (e, t) => {
|
|
2130
|
+
Sa.init(e, t), Q.init(e, t);
|
|
2131
2131
|
}), Au = /* @__PURE__ */ k("ZodJWT", (e, t) => {
|
|
2132
2132
|
Pa.init(e, t), Q.init(e, t);
|
|
2133
2133
|
}), qr = /* @__PURE__ */ k("ZodNumber", (e, t) => {
|
|
@@ -2136,7 +2136,7 @@ const Q = /* @__PURE__ */ k("ZodStringFormat", (e, t) => {
|
|
|
2136
2136
|
e.minValue = Math.max(i.minimum ?? Number.NEGATIVE_INFINITY, i.exclusiveMinimum ?? Number.NEGATIVE_INFINITY) ?? null, e.maxValue = Math.min(i.maximum ?? Number.POSITIVE_INFINITY, i.exclusiveMaximum ?? Number.POSITIVE_INFINITY) ?? null, e.isInt = (i.format ?? "").includes("int") || Number.isSafeInteger(i.multipleOf ?? 0.5), e.isFinite = !0, e.format = i.format ?? null;
|
|
2137
2137
|
});
|
|
2138
2138
|
function De(e) {
|
|
2139
|
-
return
|
|
2139
|
+
return So(qr, e);
|
|
2140
2140
|
}
|
|
2141
2141
|
const Eu = /* @__PURE__ */ k("ZodNumberFormat", (e, t) => {
|
|
2142
2142
|
Ca.init(e, t), qr.init(e, t);
|
|
@@ -2454,7 +2454,7 @@ const sc = ["amber", "green", "red", "other"], nc = Wt(sc), ac = ["alpha", "beta
|
|
|
2454
2454
|
vendorAccountURL: O().nullable().optional(),
|
|
2455
2455
|
vendorDocumentationURL: O().nullable().optional(),
|
|
2456
2456
|
vendorHomeURL: O().nullable().optional()
|
|
2457
|
-
}), kc = ae([b("amber"), b("green"), b("red"), b("other")]),
|
|
2457
|
+
}), kc = ae([b("amber"), b("green"), b("red"), b("other")]), wc = ae([
|
|
2458
2458
|
b("alpha"),
|
|
2459
2459
|
b("beta"),
|
|
2460
2460
|
b("generalAvailability"),
|
|
@@ -2464,7 +2464,7 @@ const sc = ["amber", "green", "red", "other"], nc = Wt(sc), ac = ["alpha", "beta
|
|
|
2464
2464
|
b("releaseCandidate"),
|
|
2465
2465
|
b("unavailable"),
|
|
2466
2466
|
b("underReview")
|
|
2467
|
-
]),
|
|
2467
|
+
]), Sc = ae([
|
|
2468
2468
|
b("app"),
|
|
2469
2469
|
b("connector"),
|
|
2470
2470
|
b("connectorConnection"),
|
|
@@ -2509,8 +2509,8 @@ const sc = ["amber", "green", "red", "other"], nc = Wt(sc), ac = ["alpha", "beta
|
|
|
2509
2509
|
iconDark: O().optional(),
|
|
2510
2510
|
lastUpdatedAt: or.optional(),
|
|
2511
2511
|
status: Tc.optional(),
|
|
2512
|
-
statusId:
|
|
2513
|
-
typeId:
|
|
2512
|
+
statusId: wc,
|
|
2513
|
+
typeId: Sc
|
|
2514
2514
|
}), Cc = ae([b("app"), b("engine"), b("connector"), b("context"), b("presenter"), b("tool")]), Ac = Kr.extend({
|
|
2515
2515
|
typeId: Cc,
|
|
2516
2516
|
version: O()
|
|
@@ -2606,7 +2606,7 @@ function pi(e, t) {
|
|
|
2606
2606
|
}
|
|
2607
2607
|
return !1;
|
|
2608
2608
|
}
|
|
2609
|
-
function
|
|
2609
|
+
function Ee(e, t) {
|
|
2610
2610
|
return e < 65 ? e === 36 : e < 91 ? !0 : e < 97 ? e === 95 : e < 123 ? !0 : e <= 65535 ? e >= 170 && Hc.test(String.fromCharCode(e)) : t === !1 ? !1 : pi(e, Gr);
|
|
2611
2611
|
}
|
|
2612
2612
|
function Me(e, t) {
|
|
@@ -2728,7 +2728,7 @@ function Yr(e, t, i) {
|
|
|
2728
2728
|
}
|
|
2729
2729
|
return -1;
|
|
2730
2730
|
}
|
|
2731
|
-
var
|
|
2731
|
+
var Si = /[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/, ne = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g, Qr = Object.prototype, Kc = Qr.hasOwnProperty, Gc = Qr.toString, ht = Object.hasOwn || (function(e, t) {
|
|
2732
2732
|
return Kc.call(e, t);
|
|
2733
2733
|
}), cr = Array.isArray || (function(e) {
|
|
2734
2734
|
return Gc.call(e) === "[object Array]";
|
|
@@ -2877,7 +2877,7 @@ function Yc(e, t) {
|
|
|
2877
2877
|
e.locations && (y.loc = new kt(this, h, d)), e.ranges && (y.range = [n, u]), t.push(y);
|
|
2878
2878
|
};
|
|
2879
2879
|
}
|
|
2880
|
-
var _t = 1, lt = 2, Pi = 4, es = 8, Ci = 16, ts = 32, Kt = 64, is = 128, Qe = 256,
|
|
2880
|
+
var _t = 1, lt = 2, Pi = 4, es = 8, Ci = 16, ts = 32, Kt = 64, is = 128, Qe = 256, wt = 512, Gt = _t | lt | Qe;
|
|
2881
2881
|
function Ai(e, t) {
|
|
2882
2882
|
return lt | (e ? Pi : 0) | (t ? es : 0);
|
|
2883
2883
|
}
|
|
@@ -2905,7 +2905,7 @@ Le.inAsync.get = function() {
|
|
|
2905
2905
|
Le.canAwait.get = function() {
|
|
2906
2906
|
for (var e = this.scopeStack.length - 1; e >= 0; e--) {
|
|
2907
2907
|
var t = this.scopeStack[e], i = t.flags;
|
|
2908
|
-
if (i & (Qe |
|
|
2908
|
+
if (i & (Qe | wt))
|
|
2909
2909
|
return !1;
|
|
2910
2910
|
if (i & lt)
|
|
2911
2911
|
return (i & Pi) > 0;
|
|
@@ -2925,7 +2925,7 @@ Le.treatFunctionsAsVar.get = function() {
|
|
|
2925
2925
|
Le.allowNewDotTarget.get = function() {
|
|
2926
2926
|
for (var e = this.scopeStack.length - 1; e >= 0; e--) {
|
|
2927
2927
|
var t = this.scopeStack[e], i = t.flags;
|
|
2928
|
-
if (i & (Qe |
|
|
2928
|
+
if (i & (Qe | wt) || i & lt && !(i & Ci))
|
|
2929
2929
|
return !0;
|
|
2930
2930
|
}
|
|
2931
2931
|
return !1;
|
|
@@ -3049,7 +3049,7 @@ I.isLet = function(e) {
|
|
|
3049
3049
|
return !1;
|
|
3050
3050
|
if (r === 123 || r > 55295 && r < 56320)
|
|
3051
3051
|
return !0;
|
|
3052
|
-
if (
|
|
3052
|
+
if (Ee(r, !0)) {
|
|
3053
3053
|
for (var n = i + 1; Me(r = this.input.charCodeAt(n), !0); )
|
|
3054
3054
|
++n;
|
|
3055
3055
|
if (r === 92 || r > 55295 && r < 56320)
|
|
@@ -3089,7 +3089,7 @@ I.isUsingKeyword = function(e, t) {
|
|
|
3089
3089
|
return !1;
|
|
3090
3090
|
}
|
|
3091
3091
|
var o = this.input.charCodeAt(r);
|
|
3092
|
-
return
|
|
3092
|
+
return Ee(o, !0) || o === 92;
|
|
3093
3093
|
};
|
|
3094
3094
|
I.isAwaitUsing = function(e) {
|
|
3095
3095
|
return this.isUsingKeyword(!0, e);
|
|
@@ -3154,8 +3154,8 @@ I.parseStatement = function(e, t, i) {
|
|
|
3154
3154
|
var o = this.isAwaitUsing(!1) ? "await using" : this.isUsing(!1) ? "using" : null;
|
|
3155
3155
|
if (o)
|
|
3156
3156
|
return t && this.options.sourceType === "script" && this.raise(this.start, "Using declaration cannot appear in the top level when source type is `script`"), o === "await using" && (this.canAwait || this.raise(this.start, "Await using cannot appear outside of async function"), this.next()), this.next(), this.parseVar(n, !1, o), this.semicolon(), this.finishNode(n, "VariableDeclaration");
|
|
3157
|
-
var
|
|
3158
|
-
return r === l.name &&
|
|
3157
|
+
var w = this.value, S = this.parseExpression();
|
|
3158
|
+
return r === l.name && S.type === "Identifier" && this.eat(l.colon) ? this.parseLabeledStatement(n, w, S, e) : this.parseExpressionStatement(n, S);
|
|
3159
3159
|
}
|
|
3160
3160
|
};
|
|
3161
3161
|
I.parseBreakContinueStatement = function(e, t) {
|
|
@@ -3189,8 +3189,8 @@ I.parseForStatement = function(e) {
|
|
|
3189
3189
|
var y = this.startNode();
|
|
3190
3190
|
return this.next(), d === "await using" && this.next(), this.parseVar(y, !0, d), this.finishNode(y, "VariableDeclaration"), this.parseForAfterInit(e, y, t);
|
|
3191
3191
|
}
|
|
3192
|
-
var o = this.containsEsc,
|
|
3193
|
-
return this.type === l._in || (h = this.options.ecmaVersion >= 6 && this.isContextual("of")) ? (t > -1 ? (this.type === l._in && this.unexpected(t), e.await = !0) : h && this.options.ecmaVersion >= 8 && (C.start ===
|
|
3192
|
+
var o = this.containsEsc, w = new Xt(), S = this.start, C = t > -1 ? this.parseExprSubscripts(w, "await") : this.parseExpression(!0, w);
|
|
3193
|
+
return this.type === l._in || (h = this.options.ecmaVersion >= 6 && this.isContextual("of")) ? (t > -1 ? (this.type === l._in && this.unexpected(t), e.await = !0) : h && this.options.ecmaVersion >= 8 && (C.start === S && !o && C.type === "Identifier" && C.name === "async" ? this.unexpected() : this.options.ecmaVersion >= 9 && (e.await = !1)), u && h && this.raise(C.start, "The left-hand side of a for-of loop may not start with 'let'."), this.toAssignable(C, !1, w), this.checkLValPattern(C), this.parseForIn(e, C)) : (this.checkExpressionErrors(w, !0), t > -1 && this.unexpected(t), this.parseFor(e, C));
|
|
3194
3194
|
};
|
|
3195
3195
|
I.parseForAfterInit = function(e, t, i) {
|
|
3196
3196
|
return (this.type === l._in || this.options.ecmaVersion >= 6 && this.isContextual("of")) && t.declarations.length === 1 ? (this.options.ecmaVersion >= 9 && (this.type === l._in ? i > -1 && this.unexpected(i) : e.await = i > -1), this.parseForIn(e, t)) : (i > -1 && this.unexpected(i), this.parseFor(e, t));
|
|
@@ -3320,8 +3320,8 @@ I.parseClassElement = function(e) {
|
|
|
3320
3320
|
(this.eatContextual("get") || this.eatContextual("set")) && (this.isClassElementNameStart() ? h = y : r = y);
|
|
3321
3321
|
}
|
|
3322
3322
|
if (r ? (i.computed = !1, i.key = this.startNodeAt(this.lastTokStart, this.lastTokStartLoc), i.key.name = r, this.finishNode(i.key, "Identifier")) : this.parseClassElementName(i), t < 13 || this.type === l.parenL || h !== "method" || n || u) {
|
|
3323
|
-
var o = !i.static && $t(i, "constructor"),
|
|
3324
|
-
o && h !== "method" && this.raise(i.key.start, "Constructor can't have get/set modifier"), i.kind = o ? "constructor" : h, this.parseClassMethod(i, n, u,
|
|
3323
|
+
var o = !i.static && $t(i, "constructor"), w = o && e;
|
|
3324
|
+
o && h !== "method" && this.raise(i.key.start, "Constructor can't have get/set modifier"), i.kind = o ? "constructor" : h, this.parseClassMethod(i, n, u, w);
|
|
3325
3325
|
} else
|
|
3326
3326
|
this.parseClassField(i);
|
|
3327
3327
|
return i;
|
|
@@ -3339,7 +3339,7 @@ I.parseClassMethod = function(e, t, i, r) {
|
|
|
3339
3339
|
return e.kind === "get" && u.params.length !== 0 && this.raiseRecoverable(u.start, "getter should have no params"), e.kind === "set" && u.params.length !== 1 && this.raiseRecoverable(u.start, "setter should have exactly one param"), e.kind === "set" && u.params[0].type === "RestElement" && this.raiseRecoverable(u.params[0].start, "Setter cannot use rest params"), this.finishNode(e, "MethodDefinition");
|
|
3340
3340
|
};
|
|
3341
3341
|
I.parseClassField = function(e) {
|
|
3342
|
-
return $t(e, "constructor") ? this.raise(e.key.start, "Classes can't have a field named 'constructor'") : e.static && $t(e, "prototype") && this.raise(e.key.start, "Classes can't have a static field named 'prototype'"), this.eat(l.eq) ? (this.enterScope(
|
|
3342
|
+
return $t(e, "constructor") ? this.raise(e.key.start, "Classes can't have a field named 'constructor'") : e.static && $t(e, "prototype") && this.raise(e.key.start, "Classes can't have a static field named 'prototype'"), this.eat(l.eq) ? (this.enterScope(wt | Kt), e.value = this.parseMaybeAssign(), this.exitScope()) : e.value = null, this.semicolon(), this.finishNode(e, "PropertyDefinition");
|
|
3343
3343
|
};
|
|
3344
3344
|
I.parseClassStaticBlock = function(e) {
|
|
3345
3345
|
e.body = [];
|
|
@@ -3821,8 +3821,8 @@ M.parseMaybeAssign = function(e, t, i) {
|
|
|
3821
3821
|
(this.type === l.parenL || this.type === l.name) && (this.potentialArrowAt = this.start, this.potentialArrowInForAwait = e === "await");
|
|
3822
3822
|
var o = this.parseMaybeConditional(e, t);
|
|
3823
3823
|
if (i && (o = i.call(this, o, d, y)), this.type.isAssign) {
|
|
3824
|
-
var
|
|
3825
|
-
return
|
|
3824
|
+
var w = this.startNodeAt(d, y);
|
|
3825
|
+
return w.operator = this.value, this.type === l.eq && (o = this.toAssignable(o, !1, t)), r || (t.parenthesizedAssign = t.trailingComma = t.doubleProto = -1), t.shorthandAssign >= o.start && (t.shorthandAssign = -1), this.type === l.eq ? this.checkLValPattern(o) : this.checkLValSimple(o), w.left = o, this.next(), w.right = this.parseMaybeAssign(e), h > -1 && (t.doubleProto = h), this.finishNode(w, "AssignmentExpression");
|
|
3826
3826
|
} else
|
|
3827
3827
|
r && this.checkExpressionErrors(t, !0);
|
|
3828
3828
|
return n > -1 && (t.parenthesizedAssign = n), u > -1 && (t.trailingComma = u), o;
|
|
@@ -3848,7 +3848,7 @@ M.parseExprOp = function(e, t, i, r, n) {
|
|
|
3848
3848
|
d && (u = l.logicalAND.binop);
|
|
3849
3849
|
var y = this.value;
|
|
3850
3850
|
this.next();
|
|
3851
|
-
var o = this.start,
|
|
3851
|
+
var o = this.start, w = this.startLoc, S = this.parseExprOp(this.parseMaybeUnary(null, !1, !1, n), o, w, u, n), C = this.buildBinary(t, i, e, S, y, h || d);
|
|
3852
3852
|
return (h && this.type === l.coalesce || d && (this.type === l.logicalOR || this.type === l.logicalAND)) && this.raiseRecoverable(this.start, "Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"), this.parseExprOp(C, t, i, r, n);
|
|
3853
3853
|
}
|
|
3854
3854
|
return e;
|
|
@@ -3920,15 +3920,15 @@ M.parseSubscript = function(e, t, i, r, n, u, h) {
|
|
|
3920
3920
|
r && y && this.raise(this.lastTokStart, "Optional chaining cannot appear in the callee of new expressions");
|
|
3921
3921
|
var o = this.eat(l.bracketL);
|
|
3922
3922
|
if (o || y && this.type !== l.parenL && this.type !== l.backQuote || this.eat(l.dot)) {
|
|
3923
|
-
var
|
|
3924
|
-
|
|
3923
|
+
var w = this.startNodeAt(t, i);
|
|
3924
|
+
w.object = e, o ? (w.property = this.parseExpression(), this.expect(l.bracketR)) : this.type === l.privateId && e.type !== "Super" ? w.property = this.parsePrivateIdent() : w.property = this.parseIdent(this.options.allowReserved !== "never"), w.computed = !!o, d && (w.optional = y), e = this.finishNode(w, "MemberExpression");
|
|
3925
3925
|
} else if (!r && this.eat(l.parenL)) {
|
|
3926
|
-
var
|
|
3926
|
+
var S = new Xt(), C = this.yieldPos, j = this.awaitPos, Z = this.awaitIdentPos;
|
|
3927
3927
|
this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0;
|
|
3928
|
-
var le = this.parseExprList(l.parenR, this.options.ecmaVersion >= 8, !1,
|
|
3928
|
+
var le = this.parseExprList(l.parenR, this.options.ecmaVersion >= 8, !1, S);
|
|
3929
3929
|
if (n && !y && this.shouldParseAsyncArrow())
|
|
3930
|
-
return this.checkPatternErrors(
|
|
3931
|
-
this.checkExpressionErrors(
|
|
3930
|
+
return this.checkPatternErrors(S, !1), this.checkYieldAwaitInDefaultParams(), this.awaitIdentPos > 0 && this.raise(this.awaitIdentPos, "Cannot use 'await' as identifier inside an async function"), this.yieldPos = C, this.awaitPos = j, this.awaitIdentPos = Z, this.parseSubscriptAsyncArrow(t, i, le, h);
|
|
3931
|
+
this.checkExpressionErrors(S, !0), this.yieldPos = C || this.yieldPos, this.awaitPos = j || this.awaitPos, this.awaitIdentPos = Z || this.awaitIdentPos;
|
|
3932
3932
|
var D = this.startNodeAt(t, i);
|
|
3933
3933
|
D.callee = e, D.arguments = le, d && (D.optional = y), e = this.finishNode(D, "CallExpression");
|
|
3934
3934
|
} else if (this.type === l.backQuote) {
|
|
@@ -3968,8 +3968,8 @@ M.parseExprAtom = function(e, t, i) {
|
|
|
3968
3968
|
case l._false:
|
|
3969
3969
|
return r = this.startNode(), r.value = this.type === l._null ? null : this.type === l._true, r.raw = this.type.keyword, this.next(), this.finishNode(r, "Literal");
|
|
3970
3970
|
case l.parenL:
|
|
3971
|
-
var
|
|
3972
|
-
return e && (e.parenthesizedAssign < 0 && !this.isSimpleAssignTarget(
|
|
3971
|
+
var w = this.start, S = this.parseParenAndDistinguishExpression(n, t);
|
|
3972
|
+
return e && (e.parenthesizedAssign < 0 && !this.isSimpleAssignTarget(S) && (e.parenthesizedAssign = w), e.parenthesizedBind < 0 && (e.parenthesizedBind = w)), S;
|
|
3973
3973
|
case l.bracketL:
|
|
3974
3974
|
return r = this.startNode(), this.next(), r.elements = this.parseExprList(l.bracketR, !0, !0, e), this.finishNode(r, "ArrayExpression");
|
|
3975
3975
|
case l.braceL:
|
|
@@ -4031,10 +4031,10 @@ M.parseParenAndDistinguishExpression = function(e, t) {
|
|
|
4031
4031
|
var i = this.start, r = this.startLoc, n, u = this.options.ecmaVersion >= 8;
|
|
4032
4032
|
if (this.options.ecmaVersion >= 6) {
|
|
4033
4033
|
this.next();
|
|
4034
|
-
var h = this.start, d = this.startLoc, y = [], o = !0,
|
|
4034
|
+
var h = this.start, d = this.startLoc, y = [], o = !0, w = !1, S = new Xt(), C = this.yieldPos, j = this.awaitPos, Z;
|
|
4035
4035
|
for (this.yieldPos = 0, this.awaitPos = 0; this.type !== l.parenR; )
|
|
4036
4036
|
if (o ? o = !1 : this.expect(l.comma), u && this.afterTrailingComma(l.parenR, !0)) {
|
|
4037
|
-
|
|
4037
|
+
w = !0;
|
|
4038
4038
|
break;
|
|
4039
4039
|
} else if (this.type === l.ellipsis) {
|
|
4040
4040
|
Z = this.start, y.push(this.parseParenItem(this.parseRestBinding())), this.type === l.comma && this.raiseRecoverable(
|
|
@@ -4043,11 +4043,11 @@ M.parseParenAndDistinguishExpression = function(e, t) {
|
|
|
4043
4043
|
);
|
|
4044
4044
|
break;
|
|
4045
4045
|
} else
|
|
4046
|
-
y.push(this.parseMaybeAssign(!1,
|
|
4046
|
+
y.push(this.parseMaybeAssign(!1, S, this.parseParenItem));
|
|
4047
4047
|
var le = this.lastTokEnd, D = this.lastTokEndLoc;
|
|
4048
4048
|
if (this.expect(l.parenR), e && this.shouldParseArrow(y) && this.eat(l.arrow))
|
|
4049
|
-
return this.checkPatternErrors(
|
|
4050
|
-
(!y.length ||
|
|
4049
|
+
return this.checkPatternErrors(S, !1), this.checkYieldAwaitInDefaultParams(), this.yieldPos = C, this.awaitPos = j, this.parseParenArrowList(i, r, y, t);
|
|
4050
|
+
(!y.length || w) && this.unexpected(this.lastTokStart), Z && this.unexpected(Z), this.checkExpressionErrors(S, !0), this.yieldPos = C || this.yieldPos, this.awaitPos = j || this.awaitPos, y.length > 1 ? (n = this.startNodeAt(h, d), n.expressions = y, this.finishNodeAt(n, "SequenceExpression", le, D)) : n = y[0];
|
|
4051
4051
|
} else
|
|
4052
4052
|
n = this.parseParenExpression();
|
|
4053
4053
|
if (this.options.preserveParens) {
|
|
@@ -4275,25 +4275,25 @@ Ke.currentScope = function() {
|
|
|
4275
4275
|
Ke.currentVarScope = function() {
|
|
4276
4276
|
for (var e = this.scopeStack.length - 1; ; e--) {
|
|
4277
4277
|
var t = this.scopeStack[e];
|
|
4278
|
-
if (t.flags & (Gt |
|
|
4278
|
+
if (t.flags & (Gt | wt | Qe))
|
|
4279
4279
|
return t;
|
|
4280
4280
|
}
|
|
4281
4281
|
};
|
|
4282
4282
|
Ke.currentThisScope = function() {
|
|
4283
4283
|
for (var e = this.scopeStack.length - 1; ; e--) {
|
|
4284
4284
|
var t = this.scopeStack[e];
|
|
4285
|
-
if (t.flags & (Gt |
|
|
4285
|
+
if (t.flags & (Gt | wt | Qe) && !(t.flags & Ci))
|
|
4286
4286
|
return t;
|
|
4287
4287
|
}
|
|
4288
4288
|
};
|
|
4289
|
-
var
|
|
4289
|
+
var St = function(t, i, r) {
|
|
4290
4290
|
this.type = "", this.start = i, this.end = 0, t.options.locations && (this.loc = new kt(t, r)), t.options.directSourceFile && (this.sourceFile = t.options.directSourceFile), t.options.ranges && (this.range = [i, 0]);
|
|
4291
4291
|
}, Tt = J.prototype;
|
|
4292
4292
|
Tt.startNode = function() {
|
|
4293
|
-
return new
|
|
4293
|
+
return new St(this, this.start, this.startLoc);
|
|
4294
4294
|
};
|
|
4295
4295
|
Tt.startNodeAt = function(e, t) {
|
|
4296
|
-
return new
|
|
4296
|
+
return new St(this, e, t);
|
|
4297
4297
|
};
|
|
4298
4298
|
function us(e, t, i, r) {
|
|
4299
4299
|
return e.type = t, e.end = i, this.options.locations && (e.loc.end = r), this.options.ranges && (e.range[1] = i), e;
|
|
@@ -4305,7 +4305,7 @@ Tt.finishNodeAt = function(e, t, i, r) {
|
|
|
4305
4305
|
return us.call(this, e, t, i, r);
|
|
4306
4306
|
};
|
|
4307
4307
|
Tt.copyNode = function(e) {
|
|
4308
|
-
var t = new
|
|
4308
|
+
var t = new St(this, e.start, this.startLoc);
|
|
4309
4309
|
for (var i in e)
|
|
4310
4310
|
t[i] = e[i];
|
|
4311
4311
|
return t;
|
|
@@ -4703,7 +4703,7 @@ A.regexp_eatRegExpIdentifierStart = function(e) {
|
|
|
4703
4703
|
return e.advance(i), r === 92 && this.regexp_eatRegExpUnicodeEscapeSequence(e, i) && (r = e.lastIntValue), yh(r) ? (e.lastIntValue = r, !0) : (e.pos = t, !1);
|
|
4704
4704
|
};
|
|
4705
4705
|
function yh(e) {
|
|
4706
|
-
return
|
|
4706
|
+
return Ee(e, !0) || e === 36 || e === 95;
|
|
4707
4707
|
}
|
|
4708
4708
|
A.regexp_eatRegExpIdentifierPart = function(e) {
|
|
4709
4709
|
var t = e.pos, i = this.options.ecmaVersion >= 11, r = e.current(i);
|
|
@@ -4828,7 +4828,7 @@ A.regexp_eatDecimalEscape = function(e) {
|
|
|
4828
4828
|
}
|
|
4829
4829
|
return !1;
|
|
4830
4830
|
};
|
|
4831
|
-
var ks = 0, ze = 1,
|
|
4831
|
+
var ks = 0, ze = 1, we = 2;
|
|
4832
4832
|
A.regexp_eatCharacterClassEscape = function(e) {
|
|
4833
4833
|
var t = e.current();
|
|
4834
4834
|
if (gh(t))
|
|
@@ -4844,7 +4844,7 @@ A.regexp_eatCharacterClassEscape = function(e) {
|
|
|
4844
4844
|
125
|
|
4845
4845
|
/* } */
|
|
4846
4846
|
))
|
|
4847
|
-
return i && r ===
|
|
4847
|
+
return i && r === we && e.raise("Invalid property name"), r;
|
|
4848
4848
|
e.raise("Invalid property name");
|
|
4849
4849
|
}
|
|
4850
4850
|
return ks;
|
|
@@ -4877,16 +4877,16 @@ A.regexp_validateUnicodePropertyNameOrValue = function(e, t) {
|
|
|
4877
4877
|
if (e.unicodeProperties.binary.test(t))
|
|
4878
4878
|
return ze;
|
|
4879
4879
|
if (e.switchV && e.unicodeProperties.binaryOfStrings.test(t))
|
|
4880
|
-
return
|
|
4880
|
+
return we;
|
|
4881
4881
|
e.raise("Invalid property name");
|
|
4882
4882
|
};
|
|
4883
4883
|
A.regexp_eatUnicodePropertyName = function(e) {
|
|
4884
4884
|
var t = 0;
|
|
4885
|
-
for (e.lastStringValue = "";
|
|
4885
|
+
for (e.lastStringValue = ""; ws(t = e.current()); )
|
|
4886
4886
|
e.lastStringValue += Ve(t), e.advance();
|
|
4887
4887
|
return e.lastStringValue !== "";
|
|
4888
4888
|
};
|
|
4889
|
-
function
|
|
4889
|
+
function ws(e) {
|
|
4890
4890
|
return _s(e) || e === 95;
|
|
4891
4891
|
}
|
|
4892
4892
|
A.regexp_eatUnicodePropertyValue = function(e) {
|
|
@@ -4896,7 +4896,7 @@ A.regexp_eatUnicodePropertyValue = function(e) {
|
|
|
4896
4896
|
return e.lastStringValue !== "";
|
|
4897
4897
|
};
|
|
4898
4898
|
function bh(e) {
|
|
4899
|
-
return
|
|
4899
|
+
return ws(e) || Jt(e);
|
|
4900
4900
|
}
|
|
4901
4901
|
A.regexp_eatLoneUnicodePropertyNameOrValue = function(e) {
|
|
4902
4902
|
return this.regexp_eatUnicodePropertyValue(e);
|
|
@@ -4913,7 +4913,7 @@ A.regexp_eatCharacterClass = function(e) {
|
|
|
4913
4913
|
return e.eat(
|
|
4914
4914
|
93
|
|
4915
4915
|
/* ] */
|
|
4916
|
-
) || e.raise("Unterminated character class"), t && i ===
|
|
4916
|
+
) || e.raise("Unterminated character class"), t && i === we && e.raise("Negated character class may contain strings"), !0;
|
|
4917
4917
|
}
|
|
4918
4918
|
return !1;
|
|
4919
4919
|
};
|
|
@@ -4974,13 +4974,13 @@ A.regexp_eatClassEscape = function(e) {
|
|
|
4974
4974
|
A.regexp_classSetExpression = function(e) {
|
|
4975
4975
|
var t = ze, i;
|
|
4976
4976
|
if (!this.regexp_eatClassSetRange(e)) if (i = this.regexp_eatClassSetOperand(e)) {
|
|
4977
|
-
i ===
|
|
4977
|
+
i === we && (t = we);
|
|
4978
4978
|
for (var r = e.pos; e.eatChars(
|
|
4979
4979
|
[38, 38]
|
|
4980
4980
|
/* && */
|
|
4981
4981
|
); ) {
|
|
4982
4982
|
if (e.current() !== 38 && (i = this.regexp_eatClassSetOperand(e))) {
|
|
4983
|
-
i !==
|
|
4983
|
+
i !== we && (t = ze);
|
|
4984
4984
|
continue;
|
|
4985
4985
|
}
|
|
4986
4986
|
e.raise("Invalid character in character class");
|
|
@@ -5000,7 +5000,7 @@ A.regexp_classSetExpression = function(e) {
|
|
|
5000
5000
|
if (!this.regexp_eatClassSetRange(e)) {
|
|
5001
5001
|
if (i = this.regexp_eatClassSetOperand(e), !i)
|
|
5002
5002
|
return t;
|
|
5003
|
-
i ===
|
|
5003
|
+
i === we && (t = we);
|
|
5004
5004
|
}
|
|
5005
5005
|
};
|
|
5006
5006
|
A.regexp_eatClassSetRange = function(e) {
|
|
@@ -5035,7 +5035,7 @@ A.regexp_eatNestedClass = function(e) {
|
|
|
5035
5035
|
93
|
|
5036
5036
|
/* ] */
|
|
5037
5037
|
))
|
|
5038
|
-
return i && r ===
|
|
5038
|
+
return i && r === we && e.raise("Negated character class may contain strings"), r;
|
|
5039
5039
|
e.pos = t;
|
|
5040
5040
|
}
|
|
5041
5041
|
if (e.eat(
|
|
@@ -5076,13 +5076,13 @@ A.regexp_classStringDisjunctionContents = function(e) {
|
|
|
5076
5076
|
124
|
|
5077
5077
|
/* | */
|
|
5078
5078
|
); )
|
|
5079
|
-
this.regexp_classString(e) ===
|
|
5079
|
+
this.regexp_classString(e) === we && (t = we);
|
|
5080
5080
|
return t;
|
|
5081
5081
|
};
|
|
5082
5082
|
A.regexp_classString = function(e) {
|
|
5083
5083
|
for (var t = 0; this.regexp_eatClassSetCharacter(e); )
|
|
5084
5084
|
t++;
|
|
5085
|
-
return t === 1 ? ze :
|
|
5085
|
+
return t === 1 ? ze : we;
|
|
5086
5086
|
};
|
|
5087
5087
|
A.regexp_eatClassSetCharacter = function(e) {
|
|
5088
5088
|
var t = e.pos;
|
|
@@ -5105,9 +5105,9 @@ function kh(e) {
|
|
|
5105
5105
|
}
|
|
5106
5106
|
A.regexp_eatClassSetReservedPunctuator = function(e) {
|
|
5107
5107
|
var t = e.current();
|
|
5108
|
-
return
|
|
5108
|
+
return wh(t) ? (e.lastIntValue = t, e.advance(), !0) : !1;
|
|
5109
5109
|
};
|
|
5110
|
-
function
|
|
5110
|
+
function wh(e) {
|
|
5111
5111
|
return e === 33 || e === 35 || e === 37 || e === 38 || e === 44 || e === 45 || e >= 58 && e <= 62 || e === 64 || e === 96 || e === 126;
|
|
5112
5112
|
}
|
|
5113
5113
|
A.regexp_eatClassControlLetter = function(e) {
|
|
@@ -5137,11 +5137,11 @@ function Jt(e) {
|
|
|
5137
5137
|
}
|
|
5138
5138
|
A.regexp_eatHexDigits = function(e) {
|
|
5139
5139
|
var t = e.pos, i = 0;
|
|
5140
|
-
for (e.lastIntValue = 0;
|
|
5140
|
+
for (e.lastIntValue = 0; Ss(i = e.current()); )
|
|
5141
5141
|
e.lastIntValue = 16 * e.lastIntValue + Ts(i), e.advance();
|
|
5142
5142
|
return e.pos !== t;
|
|
5143
5143
|
};
|
|
5144
|
-
function
|
|
5144
|
+
function Ss(e) {
|
|
5145
5145
|
return e >= 48 && e <= 57 || e >= 65 && e <= 70 || e >= 97 && e <= 102;
|
|
5146
5146
|
}
|
|
5147
5147
|
function Ts(e) {
|
|
@@ -5171,7 +5171,7 @@ A.regexp_eatFixedHexDigits = function(e, t) {
|
|
|
5171
5171
|
e.lastIntValue = 0;
|
|
5172
5172
|
for (var r = 0; r < t; ++r) {
|
|
5173
5173
|
var n = e.current();
|
|
5174
|
-
if (!
|
|
5174
|
+
if (!Ss(n))
|
|
5175
5175
|
return e.pos = i, !1;
|
|
5176
5176
|
e.lastIntValue = 16 * e.lastIntValue + Ts(n), e.advance();
|
|
5177
5177
|
}
|
|
@@ -5207,7 +5207,7 @@ $.nextToken = function() {
|
|
|
5207
5207
|
this.readToken(this.fullCharCodeAtPos());
|
|
5208
5208
|
};
|
|
5209
5209
|
$.readToken = function(e) {
|
|
5210
|
-
return
|
|
5210
|
+
return Ee(e, this.options.ecmaVersion >= 6) || e === 92 ? this.readWord() : this.getTokenFromCode(e);
|
|
5211
5211
|
};
|
|
5212
5212
|
$.fullCharCodeAtPos = function() {
|
|
5213
5213
|
var e = this.input.charCodeAt(this.pos);
|
|
@@ -5270,7 +5270,7 @@ $.skipSpace = function() {
|
|
|
5270
5270
|
}
|
|
5271
5271
|
break;
|
|
5272
5272
|
default:
|
|
5273
|
-
if (e > 8 && e < 14 || e >= 5760 &&
|
|
5273
|
+
if (e > 8 && e < 14 || e >= 5760 && Si.test(String.fromCharCode(e)))
|
|
5274
5274
|
++this.pos;
|
|
5275
5275
|
else
|
|
5276
5276
|
break e;
|
|
@@ -5347,7 +5347,7 @@ $.readToken_question = function() {
|
|
|
5347
5347
|
};
|
|
5348
5348
|
$.readToken_numberSign = function() {
|
|
5349
5349
|
var e = this.options.ecmaVersion, t = 35;
|
|
5350
|
-
if (e >= 13 && (++this.pos, t = this.fullCharCodeAtPos(),
|
|
5350
|
+
if (e >= 13 && (++this.pos, t = this.fullCharCodeAtPos(), Ee(t, !0) || t === 92))
|
|
5351
5351
|
return this.finishToken(l.privateId, this.readWord1());
|
|
5352
5352
|
this.raise(this.pos, "Unexpected character '" + Ve(t) + "'");
|
|
5353
5353
|
};
|
|
@@ -5474,18 +5474,18 @@ $.readRegexp = function() {
|
|
|
5474
5474
|
};
|
|
5475
5475
|
$.readInt = function(e, t, i) {
|
|
5476
5476
|
for (var r = this.options.ecmaVersion >= 12 && t === void 0, n = i && this.input.charCodeAt(this.pos) === 48, u = this.pos, h = 0, d = 0, y = 0, o = t ?? 1 / 0; y < o; ++y, ++this.pos) {
|
|
5477
|
-
var
|
|
5478
|
-
if (r &&
|
|
5479
|
-
n && this.raiseRecoverable(this.pos, "Numeric separator is not allowed in legacy octal numeric literals"), d === 95 && this.raiseRecoverable(this.pos, "Numeric separator must be exactly one underscore"), y === 0 && this.raiseRecoverable(this.pos, "Numeric separator is not allowed at the first of digits"), d =
|
|
5477
|
+
var w = this.input.charCodeAt(this.pos), S = void 0;
|
|
5478
|
+
if (r && w === 95) {
|
|
5479
|
+
n && this.raiseRecoverable(this.pos, "Numeric separator is not allowed in legacy octal numeric literals"), d === 95 && this.raiseRecoverable(this.pos, "Numeric separator must be exactly one underscore"), y === 0 && this.raiseRecoverable(this.pos, "Numeric separator is not allowed at the first of digits"), d = w;
|
|
5480
5480
|
continue;
|
|
5481
5481
|
}
|
|
5482
|
-
if (
|
|
5482
|
+
if (w >= 97 ? S = w - 97 + 10 : w >= 65 ? S = w - 65 + 10 : w >= 48 && w <= 57 ? S = w - 48 : S = 1 / 0, S >= e)
|
|
5483
5483
|
break;
|
|
5484
|
-
d =
|
|
5484
|
+
d = w, h = h * e + S;
|
|
5485
5485
|
}
|
|
5486
5486
|
return r && d === 95 && this.raiseRecoverable(this.pos - 1, "Numeric separator is not allowed at the last of digits"), this.pos === u || t != null && this.pos - u !== t ? null : h;
|
|
5487
5487
|
};
|
|
5488
|
-
function
|
|
5488
|
+
function Sh(e, t) {
|
|
5489
5489
|
return t ? parseInt(e, 8) : parseFloat(e.replace(/_/g, ""));
|
|
5490
5490
|
}
|
|
5491
5491
|
function Cs(e) {
|
|
@@ -5495,7 +5495,7 @@ $.readRadixNumber = function(e) {
|
|
|
5495
5495
|
var t = this.pos;
|
|
5496
5496
|
this.pos += 2;
|
|
5497
5497
|
var i = this.readInt(e);
|
|
5498
|
-
return i == null && this.raise(this.start + 2, "Expected number in radix " + e), this.options.ecmaVersion >= 11 && this.input.charCodeAt(this.pos) === 110 ? (i = Cs(this.input.slice(t, this.pos)), ++this.pos) :
|
|
5498
|
+
return i == null && this.raise(this.start + 2, "Expected number in radix " + e), this.options.ecmaVersion >= 11 && this.input.charCodeAt(this.pos) === 110 ? (i = Cs(this.input.slice(t, this.pos)), ++this.pos) : Ee(this.fullCharCodeAtPos()) && this.raise(this.pos, "Identifier directly after number"), this.finishToken(l.num, i);
|
|
5499
5499
|
};
|
|
5500
5500
|
$.readNumber = function(e) {
|
|
5501
5501
|
var t = this.pos;
|
|
@@ -5505,10 +5505,10 @@ $.readNumber = function(e) {
|
|
|
5505
5505
|
var r = this.input.charCodeAt(this.pos);
|
|
5506
5506
|
if (!i && !e && this.options.ecmaVersion >= 11 && r === 110) {
|
|
5507
5507
|
var n = Cs(this.input.slice(t, this.pos));
|
|
5508
|
-
return ++this.pos,
|
|
5508
|
+
return ++this.pos, Ee(this.fullCharCodeAtPos()) && this.raise(this.pos, "Identifier directly after number"), this.finishToken(l.num, n);
|
|
5509
5509
|
}
|
|
5510
|
-
i && /[89]/.test(this.input.slice(t, this.pos)) && (i = !1), r === 46 && !i && (++this.pos, this.readInt(10), r = this.input.charCodeAt(this.pos)), (r === 69 || r === 101) && !i && (r = this.input.charCodeAt(++this.pos), (r === 43 || r === 45) && ++this.pos, this.readInt(10) === null && this.raise(t, "Invalid number")),
|
|
5511
|
-
var u =
|
|
5510
|
+
i && /[89]/.test(this.input.slice(t, this.pos)) && (i = !1), r === 46 && !i && (++this.pos, this.readInt(10), r = this.input.charCodeAt(this.pos)), (r === 69 || r === 101) && !i && (r = this.input.charCodeAt(++this.pos), (r === 43 || r === 45) && ++this.pos, this.readInt(10) === null && this.raise(t, "Invalid number")), Ee(this.fullCharCodeAtPos()) && this.raise(this.pos, "Identifier directly after number");
|
|
5511
|
+
var u = Sh(this.input.slice(t, this.pos), i);
|
|
5512
5512
|
return this.finishToken(l.num, u);
|
|
5513
5513
|
};
|
|
5514
5514
|
$.readCodePoint = function() {
|
|
@@ -5670,7 +5670,7 @@ $.readWord1 = function() {
|
|
|
5670
5670
|
var u = this.pos;
|
|
5671
5671
|
this.input.charCodeAt(++this.pos) !== 117 && this.invalidStringToken(this.pos, "Expecting Unicode escape sequence \\uXXXX"), ++this.pos;
|
|
5672
5672
|
var h = this.readCodePoint();
|
|
5673
|
-
(t ?
|
|
5673
|
+
(t ? Ee : Me)(h, r) || this.invalidStringToken(u, "Invalid Unicode escape"), e += Ve(h), i = this.pos;
|
|
5674
5674
|
} else
|
|
5675
5675
|
break;
|
|
5676
5676
|
t = !1;
|
|
@@ -5689,19 +5689,19 @@ J.acorn = {
|
|
|
5689
5689
|
Position: ot,
|
|
5690
5690
|
SourceLocation: kt,
|
|
5691
5691
|
getLineInfo: Ti,
|
|
5692
|
-
Node:
|
|
5692
|
+
Node: St,
|
|
5693
5693
|
TokenType: z,
|
|
5694
5694
|
tokTypes: l,
|
|
5695
5695
|
keywordTypes: at,
|
|
5696
5696
|
TokContext: ue,
|
|
5697
5697
|
tokContexts: H,
|
|
5698
5698
|
isIdentifierChar: Me,
|
|
5699
|
-
isIdentifierStart:
|
|
5699
|
+
isIdentifierStart: Ee,
|
|
5700
5700
|
Token: Yt,
|
|
5701
5701
|
isNewLine: Ye,
|
|
5702
5702
|
lineBreak: ce,
|
|
5703
5703
|
lineBreakG: Jr,
|
|
5704
|
-
nonASCIIwhitespace:
|
|
5704
|
+
nonASCIIwhitespace: Si
|
|
5705
5705
|
};
|
|
5706
5706
|
function Th(e, t) {
|
|
5707
5707
|
return J.parse(e, t);
|
|
@@ -5714,7 +5714,7 @@ function Ch(e, t) {
|
|
|
5714
5714
|
}
|
|
5715
5715
|
const Ah = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
5716
5716
|
__proto__: null,
|
|
5717
|
-
Node:
|
|
5717
|
+
Node: St,
|
|
5718
5718
|
Parser: J,
|
|
5719
5719
|
Position: ot,
|
|
5720
5720
|
SourceLocation: kt,
|
|
@@ -5724,12 +5724,12 @@ const Ah = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
5724
5724
|
defaultOptions: zt,
|
|
5725
5725
|
getLineInfo: Ti,
|
|
5726
5726
|
isIdentifierChar: Me,
|
|
5727
|
-
isIdentifierStart:
|
|
5727
|
+
isIdentifierStart: Ee,
|
|
5728
5728
|
isNewLine: Ye,
|
|
5729
5729
|
keywordTypes: at,
|
|
5730
5730
|
lineBreak: ce,
|
|
5731
5731
|
lineBreakG: Jr,
|
|
5732
|
-
nonASCIIwhitespace:
|
|
5732
|
+
nonASCIIwhitespace: Si,
|
|
5733
5733
|
parse: Th,
|
|
5734
5734
|
parseExpressionAt: Ph,
|
|
5735
5735
|
tokContexts: H,
|
|
@@ -5903,7 +5903,7 @@ function br(e) {
|
|
|
5903
5903
|
function jh(e) {
|
|
5904
5904
|
var t = {}, i = t.dts, r = i !== void 0 && i, n = t.allowSatisfies, u = n !== void 0 && n;
|
|
5905
5905
|
return function(h) {
|
|
5906
|
-
var d = h.acorn || Ah, y = Ih(d), o = d.tokTypes,
|
|
5906
|
+
var d = h.acorn || Ah, y = Ih(d), o = d.tokTypes, w = d.keywordTypes, S = d.isIdentifierStart, C = d.lineBreak, j = d.isNewLine, Z = d.tokContexts, le = d.isIdentifierChar, D = y.tokTypes, se = y.tokContexts, ft = y.keywordsRegExp, Ce = y.tokenIsLiteralPropertyName, be = y.tokenIsTemplate, Ge = y.tokenIsTSDeclarationStart, q = y.tokenIsIdentifier, Ct = y.tokenIsKeywordOrIdentifier, Ls = y.tokenIsTSTypeOperator;
|
|
5907
5907
|
function Os(P, pe, oe) {
|
|
5908
5908
|
oe === void 0 && (oe = P.length);
|
|
5909
5909
|
for (var te = pe; te < oe; te++) {
|
|
@@ -6131,7 +6131,7 @@ function jh(e) {
|
|
|
6131
6131
|
var a = this.curContext();
|
|
6132
6132
|
if (a === se.tc_expr) return this.jsx_readToken();
|
|
6133
6133
|
if (a === se.tc_oTag || a === se.tc_cTag) {
|
|
6134
|
-
if (
|
|
6134
|
+
if (S(s)) return this.jsx_readWord();
|
|
6135
6135
|
if (s == 62) return ++this.pos, this.finishToken(D.jsxTagEnd);
|
|
6136
6136
|
if ((s === 34 || s === 39) && a == se.tc_oTag) return this.jsx_readString(s);
|
|
6137
6137
|
}
|
|
@@ -6250,7 +6250,7 @@ function jh(e) {
|
|
|
6250
6250
|
return this.setLookaheadState(a), p;
|
|
6251
6251
|
}, f.readWord = function() {
|
|
6252
6252
|
var s = this.readWord1(), a = o.name;
|
|
6253
|
-
return this.keywords.test(s) ? a =
|
|
6253
|
+
return this.keywords.test(s) ? a = w[s] : new RegExp(ft).test(s) && (a = D[s]), this.finishToken(a, s);
|
|
6254
6254
|
}, f.skipBlockComment = function() {
|
|
6255
6255
|
var s;
|
|
6256
6256
|
this.isLookahead || (s = this.options.onComment && this.curPosition());
|
|
@@ -7664,14 +7664,14 @@ function Ni(e) {
|
|
|
7664
7664
|
d && d !== "constructor" && u.accessibility !== "private" && r.push(d);
|
|
7665
7665
|
}), r;
|
|
7666
7666
|
}
|
|
7667
|
-
async function
|
|
7667
|
+
async function Se(e, t, i = [], r) {
|
|
7668
7668
|
const n = `${t} ${i.join(" ")}`;
|
|
7669
7669
|
e !== void 0 && re(`${e} - exec(${n})`);
|
|
7670
7670
|
const { stdout: u, stderr: h } = await $h(n);
|
|
7671
|
-
r === void 0 ? u.trim() && console.log(u.trim()) : await
|
|
7671
|
+
r === void 0 ? u.trim() && console.log(u.trim()) : await Ae.writeFile(r, u.trim(), "utf8"), h.trim() && console.error(h.trim());
|
|
7672
7672
|
}
|
|
7673
7673
|
async function Fh(e, t) {
|
|
7674
|
-
return
|
|
7674
|
+
return Ae.readdir(e, t);
|
|
7675
7675
|
}
|
|
7676
7676
|
async function Li() {
|
|
7677
7677
|
re("Load environment variables"), (await import("dotenv")).config();
|
|
@@ -7692,10 +7692,17 @@ ${e}
|
|
|
7692
7692
|
`);
|
|
7693
7693
|
}
|
|
7694
7694
|
async function de(e) {
|
|
7695
|
-
return JSON.parse(await
|
|
7695
|
+
return JSON.parse(await Ae.readFile(e, "utf8"));
|
|
7696
7696
|
}
|
|
7697
7697
|
async function Pt(e) {
|
|
7698
|
-
return await
|
|
7698
|
+
return await Ae.readFile(e, "utf8");
|
|
7699
|
+
}
|
|
7700
|
+
async function Bh(e) {
|
|
7701
|
+
try {
|
|
7702
|
+
await Ae.unlink(e);
|
|
7703
|
+
} catch (t) {
|
|
7704
|
+
if (t.code !== "ENOENT") throw t;
|
|
7705
|
+
}
|
|
7699
7706
|
}
|
|
7700
7707
|
async function Ie(e, t, i = [], r = !1) {
|
|
7701
7708
|
return re(`${e} - spawn(${t} ${i.join(" ")})`), new Promise((n, u) => {
|
|
@@ -7705,10 +7712,10 @@ async function Ie(e, t, i = [], r = !1) {
|
|
|
7705
7712
|
});
|
|
7706
7713
|
}
|
|
7707
7714
|
async function ut(e, t) {
|
|
7708
|
-
await
|
|
7715
|
+
await Ae.writeFile(e, JSON.stringify(t, void 0, 4), "utf8");
|
|
7709
7716
|
}
|
|
7710
7717
|
async function Oi(e, t) {
|
|
7711
|
-
await
|
|
7718
|
+
await Ae.writeFile(e, t, "utf8");
|
|
7712
7719
|
}
|
|
7713
7720
|
function yi(e, t) {
|
|
7714
7721
|
t(e);
|
|
@@ -7723,7 +7730,7 @@ function yi(e, t) {
|
|
|
7723
7730
|
else n && typeof n == "object" && typeof n.type == "string" && yi(n, t);
|
|
7724
7731
|
}
|
|
7725
7732
|
}
|
|
7726
|
-
async function
|
|
7733
|
+
async function Zh() {
|
|
7727
7734
|
const e = await de("config.json"), t = {
|
|
7728
7735
|
body: JSON.stringify(e),
|
|
7729
7736
|
headers: { "Content-Type": "application/json" },
|
|
@@ -7746,42 +7753,42 @@ async function kr(e, t) {
|
|
|
7746
7753
|
for (const d of h) {
|
|
7747
7754
|
const y = `${n}/${d.name}`, o = u ? `${u}/${d.name}` : d.name;
|
|
7748
7755
|
if (d.isDirectory()) continue;
|
|
7749
|
-
const
|
|
7750
|
-
console.info(`⚙️ Uploading '${o}' → '${
|
|
7756
|
+
const w = `${t}_${i}/${o}`.replaceAll("\\", "/"), S = d.name.endsWith(".css") ? "text/css" : "application/octet-stream", C = d.name.endsWith(".js") ? "application/javascript" : S;
|
|
7757
|
+
console.info(`⚙️ Uploading '${o}' → '${w}'...`), await Se(void 0, `wrangler r2 object put "${w}" --file="${y}" --content-type ${C} --jurisdiction=eu --remote`);
|
|
7751
7758
|
}
|
|
7752
7759
|
}
|
|
7753
7760
|
await r("dist");
|
|
7754
7761
|
}
|
|
7755
|
-
async function
|
|
7762
|
+
async function pl() {
|
|
7756
7763
|
try {
|
|
7757
7764
|
Re("Build Project"), await Ie("1️⃣ Bundle project", "vite", ["build"]), $e("Project built.");
|
|
7758
7765
|
} catch (e) {
|
|
7759
7766
|
console.error("❌ Error building project.", e), process.exit(1);
|
|
7760
7767
|
}
|
|
7761
7768
|
}
|
|
7762
|
-
async function
|
|
7769
|
+
async function fl() {
|
|
7763
7770
|
try {
|
|
7764
7771
|
Re("Release Project"), await Li();
|
|
7765
7772
|
const e = await de("package.json"), t = await de("config.json");
|
|
7766
7773
|
await Ns("1️⃣", e);
|
|
7767
|
-
const i =
|
|
7774
|
+
const i = Xh(e);
|
|
7768
7775
|
switch (i) {
|
|
7769
7776
|
case "connector":
|
|
7770
|
-
await
|
|
7777
|
+
await qh("2️⃣", e);
|
|
7771
7778
|
break;
|
|
7772
7779
|
case "context":
|
|
7773
|
-
await
|
|
7780
|
+
await Hh("2️⃣", e);
|
|
7774
7781
|
break;
|
|
7775
7782
|
case "presenter":
|
|
7776
|
-
await
|
|
7783
|
+
await Wh("2️⃣", e);
|
|
7777
7784
|
break;
|
|
7778
7785
|
default:
|
|
7779
|
-
await
|
|
7786
|
+
await Uh("2️⃣", e);
|
|
7780
7787
|
}
|
|
7781
|
-
await Ie("3️⃣ Bundle project", "vite", ["build"]), await
|
|
7782
|
-
const r =
|
|
7788
|
+
await Ie("3️⃣ Bundle project", "vite", ["build"]), await Se("4️⃣ Stage changes", "git", ["add", "."]), await Se("5️⃣ Commit changes", "git", ["commit", "-m", `"v${e.version}"`]), await Se("6️⃣ Push changes", "git", ["push", "origin", "main:main"]);
|
|
7789
|
+
const r = Gh(i);
|
|
7783
7790
|
if (i === "app")
|
|
7784
|
-
re("7️⃣ Register module"), await
|
|
7791
|
+
re("7️⃣ Register module"), await Zh();
|
|
7785
7792
|
else if (i === "engine")
|
|
7786
7793
|
re("7️⃣ Register module"), await _r(t), await kr(e, `datapos-engine-eu/${r}`);
|
|
7787
7794
|
else if (r === void 0)
|
|
@@ -7791,22 +7798,31 @@ async function pl() {
|
|
|
7791
7798
|
const n = t.id.split("-").slice(2).join("-");
|
|
7792
7799
|
await kr(e, `datapos-engine-eu/${r}/${n}`);
|
|
7793
7800
|
}
|
|
7794
|
-
i === "connector" || i === "context" || i === "dev" || i === "presenter" || i === "shared" || i === "tool"
|
|
7795
|
-
|
|
7801
|
+
if (i === "connector" || i === "context" || i === "dev" || i === "presenter" || i === "shared" || i === "tool") {
|
|
7802
|
+
const n = ".npmrc";
|
|
7803
|
+
try {
|
|
7804
|
+
await Oi(n, `registry=https://registry.npmjs.org/
|
|
7805
|
+
//registry.npmjs.org/:_authToken=${process.env.NPM_TOKEN}`), await Ie("8️⃣ Publish to npm", "npm", ["publish", "--access", "public"]);
|
|
7806
|
+
} finally {
|
|
7807
|
+
await Bh(n);
|
|
7808
|
+
}
|
|
7809
|
+
} else
|
|
7810
|
+
re(`8️⃣ Publishing NOT required for package with type identifier of '${i}'.`);
|
|
7811
|
+
$e(`Project version '${e.version}' released.`);
|
|
7796
7812
|
} catch (e) {
|
|
7797
7813
|
console.error("❌ Error releasing project.", e), process.exit(1);
|
|
7798
7814
|
}
|
|
7799
7815
|
}
|
|
7800
|
-
async function
|
|
7816
|
+
async function dl() {
|
|
7801
7817
|
try {
|
|
7802
7818
|
Re("Synchronise Project with GitHub");
|
|
7803
7819
|
const e = await de("package.json");
|
|
7804
|
-
re("Bump project version"), await Ns("1️⃣", e), await
|
|
7820
|
+
re("Bump project version"), await Ns("1️⃣", e), await Se("2️⃣ Stage changes", "git", ["add", "."]), await Se("3️⃣ Commit changes", "git", ["commit", "-m", `"v${e.version}"`]), await Se("4️⃣ Push changes", "git", ["push", "origin", "main:main"]), $e(`Project version '${e.version}' synchronised with GitHub.`);
|
|
7805
7821
|
} catch (e) {
|
|
7806
7822
|
console.error("❌ Error synchronising project with GitHub.", e), process.exit(1);
|
|
7807
7823
|
}
|
|
7808
7824
|
}
|
|
7809
|
-
function
|
|
7825
|
+
function ml() {
|
|
7810
7826
|
try {
|
|
7811
7827
|
Re("Test Project"), console.log(`
|
|
7812
7828
|
❌ Test project is not implemented. No 'vitest' command.
|
|
@@ -7815,22 +7831,22 @@ function dl() {
|
|
|
7815
7831
|
console.error("❌ Error testing project.", e), process.exit(1);
|
|
7816
7832
|
}
|
|
7817
7833
|
}
|
|
7818
|
-
async function
|
|
7834
|
+
async function Uh(e, t) {
|
|
7819
7835
|
re(`${e} Build project configuration`);
|
|
7820
7836
|
const i = await de("config.json");
|
|
7821
7837
|
t.name != null && (i.id = t.name.replace("@datapos/", "").replace("@data-positioning/", "")), t.version != null && (i.version = t.version), await ut("config.json", i);
|
|
7822
7838
|
}
|
|
7823
|
-
async function
|
|
7839
|
+
async function qh(e, t) {
|
|
7824
7840
|
re(`${e} Build connector project configuration`);
|
|
7825
7841
|
const [i, r] = await Promise.all([de("config.json"), Pt("src/index.ts")]), n = _c.safeParse(i);
|
|
7826
7842
|
if (!n.success) {
|
|
7827
7843
|
console.log("❌ Configuration is invalid:"), console.table(n.error.issues);
|
|
7828
7844
|
return;
|
|
7829
7845
|
}
|
|
7830
|
-
const u = Ni(r), h =
|
|
7846
|
+
const u = Ni(r), h = Kh(u);
|
|
7831
7847
|
u.length > 0 ? (console.info(`ℹ️ Implements ${u.length} operations:`), console.table(u)) : console.warn("⚠️ Implements no operations."), h === "unknown" ? console.warn("⚠️ No usage identified.") : console.info(`ℹ️ Supports '${h}' usage.`), t.name != null && (i.id = t.name.replace("@datapos/", "").replace("@data-positioning/", "")), t.version != null && (i.version = t.version), i.operations = u, i.usageId = h, await ut("config.json", i);
|
|
7832
7848
|
}
|
|
7833
|
-
async function
|
|
7849
|
+
async function Hh(e, t) {
|
|
7834
7850
|
re(`${e} Build context project configuration`);
|
|
7835
7851
|
const [i, r] = await Promise.all([de("config.json"), Pt("src/index.ts")]), n = Nc.safeParse(i);
|
|
7836
7852
|
if (!n.success) {
|
|
@@ -7840,7 +7856,7 @@ async function qh(e, t) {
|
|
|
7840
7856
|
const u = Ni(r);
|
|
7841
7857
|
u.length > 0 ? (console.info(`ℹ️ Implements ${u.length} operations:`), console.table(u)) : console.warn("⚠️ Implements no operations."), t.name != null && (i.id = t.name.replace("@datapos/", "").replace("@data-positioning/", "")), t.version != null && (i.version = t.version), i.operations = u, await ut("config.json", i);
|
|
7842
7858
|
}
|
|
7843
|
-
async function
|
|
7859
|
+
async function Wh(e, t) {
|
|
7844
7860
|
re(`${e} Build presenter project configuration`);
|
|
7845
7861
|
const [i, r] = await Promise.all([de("config.json"), Pt("src/index.ts")]), n = Fc.safeParse(i);
|
|
7846
7862
|
if (!n.success) {
|
|
@@ -7858,13 +7874,13 @@ async function Ns(e, t, i = "./") {
|
|
|
7858
7874
|
t.version = `${n[0]}.${n[1]}.${Number(n[2]) + 1}`, console.info(`Project version bumped from '${r}' to '${t.version}'.`), await ut(`${i}package.json`, t);
|
|
7859
7875
|
}
|
|
7860
7876
|
}
|
|
7861
|
-
function
|
|
7877
|
+
function Kh(e) {
|
|
7862
7878
|
let t = !1, i = !1;
|
|
7863
7879
|
for (const r of e)
|
|
7864
7880
|
js.includes(r) && (t = !0), $s.includes(r) && (i = !0);
|
|
7865
7881
|
return t && i ? "bidirectional" : t ? "source" : i ? "destination" : "unknown";
|
|
7866
7882
|
}
|
|
7867
|
-
function
|
|
7883
|
+
function Gh(e) {
|
|
7868
7884
|
switch (e) {
|
|
7869
7885
|
case "engine":
|
|
7870
7886
|
return "engine";
|
|
@@ -7880,7 +7896,7 @@ function Kh(e) {
|
|
|
7880
7896
|
return;
|
|
7881
7897
|
}
|
|
7882
7898
|
}
|
|
7883
|
-
function
|
|
7899
|
+
function Xh(e) {
|
|
7884
7900
|
const t = e.name ?? "";
|
|
7885
7901
|
switch (t) {
|
|
7886
7902
|
case "datapos-app":
|
|
@@ -7897,15 +7913,15 @@ function Gh(e) {
|
|
|
7897
7913
|
return t.includes("datapos-connector") ? "connector" : t.includes("datapos-context") ? "context" : t.includes("datapos-presenter") ? "presenter" : t.includes("datapos-tool") ? "tool" : "other";
|
|
7898
7914
|
}
|
|
7899
7915
|
}
|
|
7900
|
-
const
|
|
7916
|
+
const Jh = ["critical", "high", "moderate", "low", "unknown"], Yh = {
|
|
7901
7917
|
critical: { color: "D32F2F", label: "critical" },
|
|
7902
7918
|
high: { color: "EF6C00", label: "high" },
|
|
7903
7919
|
moderate: { color: "FBC02D", label: "moderate" },
|
|
7904
7920
|
low: { color: "6D8C31", label: "low" },
|
|
7905
7921
|
unknown: { color: "616161", label: "unknown" }
|
|
7906
7922
|
// See sample badges in ~/tests/sampleBadges.md. Also included 'info' colouring.
|
|
7907
|
-
},
|
|
7908
|
-
async function
|
|
7923
|
+
}, wr = "<!-- OWASP_BADGES_START -->", Qh = "<!-- OWASP_BADGES_END -->";
|
|
7924
|
+
async function yl() {
|
|
7909
7925
|
try {
|
|
7910
7926
|
Re("Audit Dependencies"), await Li();
|
|
7911
7927
|
const e = await de("package.json");
|
|
@@ -7918,75 +7934,75 @@ async function ml() {
|
|
|
7918
7934
|
"--nodePackageSkipDevDependencies",
|
|
7919
7935
|
"--nvdApiKey",
|
|
7920
7936
|
process.env.OWASP_NVD_API_KEY ?? ""
|
|
7921
|
-
]), await
|
|
7937
|
+
]), await el("2️⃣"), await Ie("3️⃣ Check using 'npm outdated'", "npm", ["audit"]), $e("Dependencies audited.");
|
|
7922
7938
|
} catch (e) {
|
|
7923
7939
|
console.error("❌ Error auditing dependencies.", e), process.exit(1);
|
|
7924
7940
|
}
|
|
7925
7941
|
}
|
|
7926
|
-
async function
|
|
7942
|
+
async function el(e) {
|
|
7927
7943
|
re(`${e} Insert OWASP Badge(s) into 'README.md'`);
|
|
7928
7944
|
const t = await de("dependency-check-reports/dependency-check-report.json"), i = { critical: 0, high: 0, moderate: 0, low: 0, unknown: 0 };
|
|
7929
7945
|
for (const o of t.dependencies)
|
|
7930
7946
|
if (o.vulnerabilities != null)
|
|
7931
|
-
for (const
|
|
7932
|
-
const
|
|
7933
|
-
if (
|
|
7934
|
-
const C =
|
|
7947
|
+
for (const w of o.vulnerabilities) {
|
|
7948
|
+
const S = w.severity?.toLowerCase() ?? "unknown";
|
|
7949
|
+
if (S in i) {
|
|
7950
|
+
const C = Jh.find((j) => j === S);
|
|
7935
7951
|
i[C ?? "unknown"]++;
|
|
7936
7952
|
} else
|
|
7937
7953
|
i.unknown++;
|
|
7938
7954
|
}
|
|
7939
|
-
const r = await
|
|
7955
|
+
const r = await tl(i), n = await Pt("./README.md"), u = n.indexOf(wr), h = n.indexOf(Qh);
|
|
7940
7956
|
if (u === -1 || h === -1) {
|
|
7941
7957
|
console.error("❌ No OWASP badge markers found in 'README.md'.");
|
|
7942
7958
|
return;
|
|
7943
7959
|
}
|
|
7944
|
-
const d = r.join(" "), y = n.slice(0, Math.max(0, u +
|
|
7960
|
+
const d = r.join(" "), y = n.slice(0, Math.max(0, u + wr.length)) + d + n.slice(Math.max(0, h));
|
|
7945
7961
|
await Oi("README.md", y), console.info("OWASP audit badge(s) inserted into 'README.md'");
|
|
7946
7962
|
}
|
|
7947
|
-
async function
|
|
7963
|
+
async function tl(e) {
|
|
7948
7964
|
const t = await de("config.json"), i = [];
|
|
7949
7965
|
if (Object.values(e).reduce((n, u) => n + u, 0) === 0)
|
|
7950
7966
|
console.info("No vulnerabilities found."), i.push(`[](https://data-positioning.github.io/${t.id}/dependency-check-reports/dependency-check-report.html)`);
|
|
7951
7967
|
else
|
|
7952
7968
|
for (const [n, u] of Object.entries(e)) {
|
|
7953
|
-
const h =
|
|
7969
|
+
const h = Yh[n];
|
|
7954
7970
|
if (console.warn(`⚠️ ${u} ${h.label} vulnerability(ies) found.`), u === 0) continue;
|
|
7955
7971
|
const d = `https://img.shields.io/badge/OWASP-${u}%20${h.label}-${h.color}`;
|
|
7956
7972
|
i.push(`[](https://data-positioning.github.io/${t.id}/dependency-check-reports/dependency-check-report.html)`);
|
|
7957
7973
|
}
|
|
7958
7974
|
return i;
|
|
7959
7975
|
}
|
|
7960
|
-
async function
|
|
7976
|
+
async function vl() {
|
|
7961
7977
|
try {
|
|
7962
7978
|
Re("Check Dependencies"), await Ie("1️⃣ Check using 'npm outdated'", "npm", ["outdated"], !0), await Ie("2️⃣ Check using 'npm-check-updates'", "npm-check-updates", ["-i"]), $e("Dependencies checked.");
|
|
7963
7979
|
} catch (e) {
|
|
7964
7980
|
console.error("❌ Error checking dependencies.", e), process.exit(1);
|
|
7965
7981
|
}
|
|
7966
7982
|
}
|
|
7967
|
-
const
|
|
7968
|
-
async function
|
|
7983
|
+
const Sr = "<!-- DEPENDENCY_LICENSES_START -->", il = "<!-- DEPENDENCY_LICENSES_END -->";
|
|
7984
|
+
async function xl(e = [], t = !0) {
|
|
7969
7985
|
try {
|
|
7970
7986
|
Re("Document Dependencies"), await Li();
|
|
7971
7987
|
const i = e.flatMap((n) => ["--allowed", n]), r = Fs(new Bs(import.meta.resolve("@datapos/datapos-development/license-report-config")));
|
|
7972
|
-
await
|
|
7988
|
+
await Se(
|
|
7973
7989
|
"1️⃣ Generate 'licenses.json' file",
|
|
7974
7990
|
"license-report",
|
|
7975
7991
|
["--config", `'${r}'`, "--only=prod,peer", "--output=json"],
|
|
7976
7992
|
"licenses/licenses.json"
|
|
7977
|
-
), await
|
|
7993
|
+
), await Se("2️⃣ Check 'licenses.json' file", "license-report-check", ["--source", "licenses/licenses.json", "--output=table", ...i]), t ? (await Se(
|
|
7978
7994
|
"3️⃣ Generate 'licenseTree.json' file",
|
|
7979
7995
|
"license-report-recursive",
|
|
7980
7996
|
["--only=prod,peer", "--output=tree", "--recurse", "--department.value=n/a", "--licensePeriod.value=n/a", "--material.value=n/a", "--relatedTo.value=n/a"],
|
|
7981
7997
|
"licenses/licenseTree.json"
|
|
7982
|
-
), await
|
|
7998
|
+
), await Se("4️⃣ Check 'licenseTree.json' file", "license-report-check", ["--source", "licenses/licenseTree.json", "--output=table", ...i])) : (re("3️⃣ Skip 'licenses/licenseTree.json' file generate"), re("4️⃣ Skip 'licenses/licenseTree.json' file check")), await Se("5️⃣ Download license files", "license-downloader", ["--source", "licenses/licenses.json", "--licDir", "licenses/downloads", "--download"]), await rl("6️⃣", t), $e("Dependencies documented.");
|
|
7983
7999
|
} catch (i) {
|
|
7984
8000
|
console.error("❌ Error documenting dependencies.", i), process.exit(1);
|
|
7985
8001
|
}
|
|
7986
8002
|
}
|
|
7987
|
-
async function
|
|
8003
|
+
async function rl(e, t) {
|
|
7988
8004
|
re(`${e} Insert licenses into 'README.md'`);
|
|
7989
|
-
const i = await Pt("./README.md"), r = i.indexOf(
|
|
8005
|
+
const i = await Pt("./README.md"), r = i.indexOf(Sr), n = i.indexOf(il);
|
|
7990
8006
|
if (r === -1 || n === -1) {
|
|
7991
8007
|
console.error("❌ No dependency license markers found in 'README.md'.");
|
|
7992
8008
|
return;
|
|
@@ -7996,35 +8012,35 @@ async function il(e, t) {
|
|
|
7996
8012
|
t && (d = await de("licenses/licenseTree.json"));
|
|
7997
8013
|
const y = [
|
|
7998
8014
|
...(() => {
|
|
7999
|
-
const
|
|
8015
|
+
const S = /* @__PURE__ */ new Map();
|
|
8000
8016
|
for (const C of u)
|
|
8001
|
-
|
|
8017
|
+
S.set(C.name, { ...C });
|
|
8002
8018
|
for (const C of h) {
|
|
8003
|
-
const j =
|
|
8004
|
-
|
|
8019
|
+
const j = S.get(C.name);
|
|
8020
|
+
S.set(C.name, j ? { ...j, ...C } : { ...C });
|
|
8005
8021
|
}
|
|
8006
8022
|
for (const C of d) {
|
|
8007
|
-
const j =
|
|
8008
|
-
j &&
|
|
8023
|
+
const j = S.get(C.name);
|
|
8024
|
+
j && S.set(C.name, { ...j, dependencyCount: C.requires?.length ?? 0 });
|
|
8009
8025
|
}
|
|
8010
|
-
return
|
|
8026
|
+
return S.values();
|
|
8011
8027
|
})()
|
|
8012
8028
|
];
|
|
8013
8029
|
let o = `|Name|Type|Installed|Latest|Latest Updated|Deps|Document|
|
|
8014
8030
|
|:-|:-|:-:|:-:|:-|-:|:-|
|
|
8015
8031
|
`;
|
|
8016
|
-
for (const
|
|
8017
|
-
const C =
|
|
8032
|
+
for (const S of y) {
|
|
8033
|
+
const C = S.installedVersion === S.remoteVersion ? S.installedVersion : `${S.installedVersion} ⚠️`, j = S.latestRemoteModified ? sl(S.latestRemoteModified.split("T")[0]) : "n/a", Z = S.dependencyCount != null && S.dependencyCount >= 0 ? S.dependencyCount : "n/a";
|
|
8018
8034
|
let le;
|
|
8019
|
-
|
|
8035
|
+
S.licenseFileLink == null || S.licenseFileLink == "" ? le = "⚠️ No license file" : le = `[${S.licenseFileLink.slice(Math.max(0, S.licenseFileLink.lastIndexOf("/") + 1))}](${S.licenseFileLink})`, o += `|${S.name}|${S.licenseType}|${C}|${S.remoteVersion}|${j}|${Z}|${le}|
|
|
8020
8036
|
`;
|
|
8021
8037
|
}
|
|
8022
|
-
const
|
|
8038
|
+
const w = `${i.slice(0, Math.max(0, r + Sr.length))}
|
|
8023
8039
|
${o}
|
|
8024
8040
|
${i.slice(Math.max(0, n))}`;
|
|
8025
|
-
await Oi("README.md",
|
|
8041
|
+
await Oi("README.md", w);
|
|
8026
8042
|
}
|
|
8027
|
-
function
|
|
8043
|
+
function sl(e) {
|
|
8028
8044
|
if (e == null || e === "") return "n/a";
|
|
8029
8045
|
const t = e.split("T")[0];
|
|
8030
8046
|
if (t == null || t === "") return "n/a";
|
|
@@ -8032,26 +8048,26 @@ function rl(e) {
|
|
|
8032
8048
|
let n = (r.getFullYear() - i.getFullYear()) * 12 + (r.getMonth() - i.getMonth());
|
|
8033
8049
|
return r.getDate() < i.getDate() && (n -= 1), n === 0 ? `this month - ${t}` : n === 1 ? `1 month ago - ${t}` : n <= 6 ? `${n} months ago - ${t}` : n <= 12 ? `${n} months ago - ${t} ⚠️` : `${n} months ago - ${t}❗`;
|
|
8034
8050
|
}
|
|
8035
|
-
async function
|
|
8051
|
+
async function gl() {
|
|
8036
8052
|
try {
|
|
8037
8053
|
Re("Format Code"), await Ie("1️⃣ Format", "prettier", ["--write", "src/"]), $e("Code formatted.");
|
|
8038
8054
|
} catch (e) {
|
|
8039
8055
|
console.error("❌ Error formatting code.", e), process.exit(1);
|
|
8040
8056
|
}
|
|
8041
8057
|
}
|
|
8042
|
-
async function
|
|
8058
|
+
async function bl() {
|
|
8043
8059
|
try {
|
|
8044
8060
|
Re("Lint Code"), await Ie("1️⃣ Lint", "eslint", []), $e("Code linted.");
|
|
8045
8061
|
} catch (e) {
|
|
8046
8062
|
console.error("❌ Error linting code.", e), process.exit(1);
|
|
8047
8063
|
}
|
|
8048
8064
|
}
|
|
8049
|
-
const
|
|
8050
|
-
async function
|
|
8065
|
+
const nl = ["1️⃣", "2️⃣", "3️⃣", "4️⃣", "5️⃣", "6️⃣", "7️⃣", "8️⃣", "9️⃣"];
|
|
8066
|
+
async function _l(e = []) {
|
|
8051
8067
|
try {
|
|
8052
8068
|
Re("Update '@datapos/datapos' Dependencies");
|
|
8053
8069
|
for (const [t, i] of e.entries()) {
|
|
8054
|
-
const r =
|
|
8070
|
+
const r = nl.at(t) ?? "🔢";
|
|
8055
8071
|
await Ie(`${r} Update '${i}'`, "npm", ["install", `@datapos/datapos-${i}@latest`]);
|
|
8056
8072
|
}
|
|
8057
8073
|
$e("'@datapos/datapos' dependencies updated.");
|
|
@@ -8059,7 +8075,7 @@ async function bl(e = []) {
|
|
|
8059
8075
|
console.error("❌ Error updating '@datapos/datapos' dependencies.", t), process.exit(1);
|
|
8060
8076
|
}
|
|
8061
8077
|
}
|
|
8062
|
-
async function
|
|
8078
|
+
async function kl(e) {
|
|
8063
8079
|
try {
|
|
8064
8080
|
console.info(`🚀 Building public directory index for identifier '${e}'...`);
|
|
8065
8081
|
const t = {};
|
|
@@ -8070,40 +8086,40 @@ async function _l(e) {
|
|
|
8070
8086
|
for (const y of u) {
|
|
8071
8087
|
const o = `${n}/${y}`;
|
|
8072
8088
|
try {
|
|
8073
|
-
const
|
|
8074
|
-
if (
|
|
8075
|
-
const
|
|
8076
|
-
h.push(C), await i(o,
|
|
8089
|
+
const w = await Ae.stat(o);
|
|
8090
|
+
if (w.isDirectory()) {
|
|
8091
|
+
const S = await Ae.readdir(o), C = { childCount: S.length, name: y, typeId: "folder" };
|
|
8092
|
+
h.push(C), await i(o, S);
|
|
8077
8093
|
} else {
|
|
8078
|
-
const
|
|
8079
|
-
h.push(
|
|
8094
|
+
const S = { id: Ds(), lastModifiedAt: w.mtimeMs, name: y, size: w.size, typeId: "object" };
|
|
8095
|
+
h.push(S);
|
|
8080
8096
|
}
|
|
8081
|
-
} catch (
|
|
8082
|
-
throw new Error(`Unable to get information for '${y}' in 'buildPublicDirectoryIndex'. ${String(
|
|
8097
|
+
} catch (w) {
|
|
8098
|
+
throw new Error(`Unable to get information for '${y}' in 'buildPublicDirectoryIndex'. ${String(w)}`);
|
|
8083
8099
|
}
|
|
8084
8100
|
}
|
|
8085
8101
|
h.sort((y, o) => {
|
|
8086
|
-
const
|
|
8087
|
-
return
|
|
8102
|
+
const w = y.typeId.localeCompare(o.typeId);
|
|
8103
|
+
return w === 0 ? y.name.localeCompare(o.name) : w;
|
|
8088
8104
|
});
|
|
8089
8105
|
}
|
|
8090
|
-
const r = await
|
|
8091
|
-
await i(`public/${e}`, r), await
|
|
8106
|
+
const r = await Ae.readdir(`public/${e}`);
|
|
8107
|
+
await i(`public/${e}`, r), await Ae.writeFile(`./public/${e}Index.json`, JSON.stringify(t), "utf8"), console.info("✅ Public directory index built.");
|
|
8092
8108
|
} catch (t) {
|
|
8093
8109
|
console.error("❌ Error building public directory index.", t);
|
|
8094
8110
|
}
|
|
8095
8111
|
}
|
|
8096
8112
|
export {
|
|
8097
|
-
|
|
8098
|
-
|
|
8099
|
-
|
|
8100
|
-
|
|
8101
|
-
|
|
8102
|
-
|
|
8103
|
-
|
|
8104
|
-
|
|
8105
|
-
|
|
8106
|
-
|
|
8107
|
-
|
|
8113
|
+
yl as auditDependencies,
|
|
8114
|
+
kl as buildDirectoryIndex,
|
|
8115
|
+
pl as buildProject,
|
|
8116
|
+
vl as checkDependencies,
|
|
8117
|
+
xl as documentDependencies,
|
|
8118
|
+
gl as formatCode,
|
|
8119
|
+
bl as lintCode,
|
|
8120
|
+
fl as releaseProject,
|
|
8121
|
+
dl as syncProjectWithGitHub,
|
|
8122
|
+
ml as testProject,
|
|
8123
|
+
_l as updateDataPosDependencies
|
|
8108
8124
|
};
|
|
8109
8125
|
//# sourceMappingURL=datapos-development.es.js.map
|