@stablyai/playwright-test 2.1.11 → 2.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{index-Li4YhdtX.cjs → index-EhzPL0ML.cjs} +445 -445
- package/dist/index-EhzPL0ML.cjs.map +1 -0
- package/dist/{index-B5Tfm-dD.mjs → index-cF7EDVHb.mjs} +445 -445
- package/dist/index-cF7EDVHb.mjs.map +1 -0
- package/dist/index.cjs +3 -3
- package/dist/index.d-Cbdkyfd5.d.cts.map +1 -1
- package/dist/index.d-Cbdkyfd5.d.mts.map +1 -1
- package/dist/index.d-Cbdkyfd5.d.ts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/reporter.cjs +1 -1
- package/dist/reporter.mjs +1 -1
- package/package.json +3 -3
- package/dist/index-B5Tfm-dD.mjs.map +0 -1
- package/dist/index-Li4YhdtX.cjs.map +0 -1
|
@@ -15,7 +15,7 @@ var require$$0 = require('stream');
|
|
|
15
15
|
var node_util = require('node:util');
|
|
16
16
|
var g = require('node:readline');
|
|
17
17
|
require('node:stream');
|
|
18
|
-
var
|
|
18
|
+
var Ee = require('os');
|
|
19
19
|
var require$$7 = require('url');
|
|
20
20
|
var kn = require('util');
|
|
21
21
|
var require$$0$4 = require('events');
|
|
@@ -6735,9 +6735,9 @@ var Wn = /*@__PURE__*/getDefaultExportFromCjs(pRetryExports);
|
|
|
6735
6735
|
|
|
6736
6736
|
var Un = Object.defineProperty;
|
|
6737
6737
|
var c = (t, e) => Un(t, "name", { value: e, configurable: true });
|
|
6738
|
-
const re = BigInt(2 ** 32 - 1),
|
|
6738
|
+
const re = BigInt(2 ** 32 - 1), pr = BigInt(32);
|
|
6739
6739
|
function Yn(t, e = false) {
|
|
6740
|
-
return e ? { h: Number(t & re), l: Number(t >>
|
|
6740
|
+
return e ? { h: Number(t & re), l: Number(t >> pr & re) } : { h: Number(t >> pr & re) | 0, l: Number(t & re) | 0 };
|
|
6741
6741
|
}
|
|
6742
6742
|
c(Yn, "fromBig");
|
|
6743
6743
|
function Jn(t, e = false) {
|
|
@@ -6756,14 +6756,14 @@ function ti(t) {
|
|
|
6756
6756
|
return t instanceof Uint8Array || ArrayBuffer.isView(t) && t.constructor.name === "Uint8Array";
|
|
6757
6757
|
}
|
|
6758
6758
|
c(ti, "isBytes");
|
|
6759
|
-
function
|
|
6759
|
+
function mr(t, e = "") {
|
|
6760
6760
|
if (!Number.isSafeInteger(t) || t < 0) {
|
|
6761
6761
|
const r = e && `"${e}" `;
|
|
6762
6762
|
throw new Error(`${r}expected integer >= 0, got ${t}`);
|
|
6763
6763
|
}
|
|
6764
6764
|
}
|
|
6765
|
-
c(
|
|
6766
|
-
function
|
|
6765
|
+
c(mr, "anumber");
|
|
6766
|
+
function Ie(t, e, r = "") {
|
|
6767
6767
|
const n = ti(t), i = t?.length;
|
|
6768
6768
|
if (!n || e !== void 0) {
|
|
6769
6769
|
const a = r && `"${r}" `, l = "", h = n ? `length=${i}` : `type=${typeof t}`;
|
|
@@ -6771,14 +6771,14 @@ function _e(t, e, r = "") {
|
|
|
6771
6771
|
}
|
|
6772
6772
|
return t;
|
|
6773
6773
|
}
|
|
6774
|
-
c(
|
|
6775
|
-
function
|
|
6774
|
+
c(Ie, "abytes");
|
|
6775
|
+
function gr(t, e = true) {
|
|
6776
6776
|
if (t.destroyed) throw new Error("Hash instance has been destroyed");
|
|
6777
6777
|
if (e && t.finished) throw new Error("Hash#digest() has already been called");
|
|
6778
6778
|
}
|
|
6779
|
-
c(
|
|
6779
|
+
c(gr, "aexists");
|
|
6780
6780
|
function ei(t, e) {
|
|
6781
|
-
|
|
6781
|
+
Ie(t, void 0, "digestInto() output");
|
|
6782
6782
|
const r = e.outputLen;
|
|
6783
6783
|
if (t.length < r) throw new Error('"digestInto() output" expected to be of length >=' + r);
|
|
6784
6784
|
}
|
|
@@ -6787,10 +6787,10 @@ function ri(t) {
|
|
|
6787
6787
|
return new Uint32Array(t.buffer, t.byteOffset, Math.floor(t.byteLength / 4));
|
|
6788
6788
|
}
|
|
6789
6789
|
c(ri, "u32");
|
|
6790
|
-
function
|
|
6790
|
+
function Er(...t) {
|
|
6791
6791
|
for (let e = 0; e < t.length; e++) t[e].fill(0);
|
|
6792
6792
|
}
|
|
6793
|
-
c(
|
|
6793
|
+
c(Er, "clean");
|
|
6794
6794
|
const ni = new Uint8Array(new Uint32Array([287454020]).buffer)[0] === 68;
|
|
6795
6795
|
function ii(t) {
|
|
6796
6796
|
return t << 24 & 4278190080 | t << 8 & 16711680 | t >>> 8 & 65280 | t >>> 24 & 255;
|
|
@@ -6801,31 +6801,31 @@ function si(t) {
|
|
|
6801
6801
|
return t;
|
|
6802
6802
|
}
|
|
6803
6803
|
c(si, "byteSwap32");
|
|
6804
|
-
const
|
|
6804
|
+
const _r = ni ? (t) => t : si;
|
|
6805
6805
|
function oi(t, e = {}) {
|
|
6806
6806
|
const r = c((i, s) => t(s).update(i).digest(), "hashC"), n = t(void 0);
|
|
6807
6807
|
return r.outputLen = n.outputLen, r.blockLen = n.blockLen, r.create = (i) => t(i), Object.assign(r, e), Object.freeze(r);
|
|
6808
6808
|
}
|
|
6809
6809
|
c(oi, "createHasher");
|
|
6810
|
-
const ai = c((t) => ({ oid: Uint8Array.from([6, 9, 96, 134, 72, 1, 101, 3, 4, 2, t]) }), "oidNist"), ci = BigInt(0), Wt = BigInt(1), ui = BigInt(2), li = BigInt(7), fi = BigInt(256), hi = BigInt(113),
|
|
6810
|
+
const ai = c((t) => ({ oid: Uint8Array.from([6, 9, 96, 134, 72, 1, 101, 3, 4, 2, t]) }), "oidNist"), ci = BigInt(0), Wt = BigInt(1), ui = BigInt(2), li = BigInt(7), fi = BigInt(256), hi = BigInt(113), Ir = [], Sr = [], Rr = [];
|
|
6811
6811
|
for (let t = 0, e = Wt, r = 1, n = 0; t < 24; t++) {
|
|
6812
|
-
[r, n] = [n, (2 * r + 3 * n) % 5],
|
|
6812
|
+
[r, n] = [n, (2 * r + 3 * n) % 5], Ir.push(2 * (5 * n + r)), Sr.push((t + 1) * (t + 2) / 2 % 64);
|
|
6813
6813
|
let i = ci;
|
|
6814
6814
|
for (let s = 0; s < 7; s++) e = (e << Wt ^ (e >> li) * hi) % fi, e & ui && (i ^= Wt << (Wt << BigInt(s)) - Wt);
|
|
6815
|
-
|
|
6815
|
+
Rr.push(i);
|
|
6816
6816
|
}
|
|
6817
|
-
const
|
|
6817
|
+
const Tr = Jn(Rr, true), di = Tr[0], pi = Tr[1], wr = c((t, e, r) => r > 32 ? Xn(t, e, r) : Qn(t, e, r), "rotlH"), Ar = c((t, e, r) => r > 32 ? Zn(t, e, r) : zn(t, e, r), "rotlL");
|
|
6818
6818
|
function mi(t, e = 24) {
|
|
6819
6819
|
const r = new Uint32Array(10);
|
|
6820
6820
|
for (let n = 24 - e; n < 24; n++) {
|
|
6821
6821
|
for (let a = 0; a < 10; a++) r[a] = t[a] ^ t[a + 10] ^ t[a + 20] ^ t[a + 30] ^ t[a + 40];
|
|
6822
6822
|
for (let a = 0; a < 10; a += 2) {
|
|
6823
|
-
const l = (a + 8) % 10, h = (a + 2) % 10, d = r[h], g = r[h + 1],
|
|
6824
|
-
for (let v = 0; v < 50; v += 10) t[a + v] ^=
|
|
6823
|
+
const l = (a + 8) % 10, h = (a + 2) % 10, d = r[h], g = r[h + 1], w = wr(d, g, 1) ^ r[l], C = Ar(d, g, 1) ^ r[l + 1];
|
|
6824
|
+
for (let v = 0; v < 50; v += 10) t[a + v] ^= w, t[a + v + 1] ^= C;
|
|
6825
6825
|
}
|
|
6826
6826
|
let i = t[2], s = t[3];
|
|
6827
6827
|
for (let a = 0; a < 24; a++) {
|
|
6828
|
-
const l =
|
|
6828
|
+
const l = Sr[a], h = wr(i, s, l), d = Ar(i, s, l), g = Ir[a];
|
|
6829
6829
|
i = t[g], s = t[g + 1], t[g] = h, t[g + 1] = d;
|
|
6830
6830
|
}
|
|
6831
6831
|
for (let a = 0; a < 50; a += 10) {
|
|
@@ -6834,10 +6834,10 @@ function mi(t, e = 24) {
|
|
|
6834
6834
|
}
|
|
6835
6835
|
t[0] ^= di[n], t[1] ^= pi[n];
|
|
6836
6836
|
}
|
|
6837
|
-
|
|
6837
|
+
Er(r);
|
|
6838
6838
|
}
|
|
6839
6839
|
c(mi, "keccakP");
|
|
6840
|
-
class
|
|
6840
|
+
class or {
|
|
6841
6841
|
static {
|
|
6842
6842
|
c(this, "Keccak");
|
|
6843
6843
|
}
|
|
@@ -6853,17 +6853,17 @@ class sr {
|
|
|
6853
6853
|
enableXOF = false;
|
|
6854
6854
|
rounds;
|
|
6855
6855
|
constructor(e, r, n, i = false, s = 24) {
|
|
6856
|
-
if (this.blockLen = e, this.suffix = r, this.outputLen = n, this.enableXOF = i, this.rounds = s,
|
|
6856
|
+
if (this.blockLen = e, this.suffix = r, this.outputLen = n, this.enableXOF = i, this.rounds = s, mr(n, "outputLen"), !(0 < e && e < 200)) throw new Error("only keccak-f1600 function is supported");
|
|
6857
6857
|
this.state = new Uint8Array(200), this.state32 = ri(this.state);
|
|
6858
6858
|
}
|
|
6859
6859
|
clone() {
|
|
6860
6860
|
return this._cloneInto();
|
|
6861
6861
|
}
|
|
6862
6862
|
keccak() {
|
|
6863
|
-
|
|
6863
|
+
_r(this.state32), mi(this.state32, this.rounds), _r(this.state32), this.posOut = 0, this.pos = 0;
|
|
6864
6864
|
}
|
|
6865
6865
|
update(e) {
|
|
6866
|
-
|
|
6866
|
+
gr(this), Ie(e);
|
|
6867
6867
|
const { blockLen: r, state: n } = this, i = e.length;
|
|
6868
6868
|
for (let s = 0; s < i; ) {
|
|
6869
6869
|
const a = Math.min(r - this.pos, i - s);
|
|
@@ -6879,7 +6879,7 @@ class sr {
|
|
|
6879
6879
|
e[n] ^= r, (r & 128) !== 0 && n === i - 1 && this.keccak(), e[i - 1] ^= 128, this.keccak();
|
|
6880
6880
|
}
|
|
6881
6881
|
writeInto(e) {
|
|
6882
|
-
|
|
6882
|
+
gr(this, false), Ie(e), this.finish();
|
|
6883
6883
|
const r = this.state, { blockLen: n } = this;
|
|
6884
6884
|
for (let i = 0, s = e.length; i < s; ) {
|
|
6885
6885
|
this.posOut >= n && this.keccak();
|
|
@@ -6893,7 +6893,7 @@ class sr {
|
|
|
6893
6893
|
return this.writeInto(e);
|
|
6894
6894
|
}
|
|
6895
6895
|
xof(e) {
|
|
6896
|
-
return
|
|
6896
|
+
return mr(e), this.xofInto(new Uint8Array(e));
|
|
6897
6897
|
}
|
|
6898
6898
|
digestInto(e) {
|
|
6899
6899
|
if (ei(e, this), this.finished) throw new Error("digest() was already called");
|
|
@@ -6903,29 +6903,29 @@ class sr {
|
|
|
6903
6903
|
return this.digestInto(new Uint8Array(this.outputLen));
|
|
6904
6904
|
}
|
|
6905
6905
|
destroy() {
|
|
6906
|
-
this.destroyed = true,
|
|
6906
|
+
this.destroyed = true, Er(this.state);
|
|
6907
6907
|
}
|
|
6908
6908
|
_cloneInto(e) {
|
|
6909
6909
|
const { blockLen: r, suffix: n, outputLen: i, rounds: s, enableXOF: a } = this;
|
|
6910
|
-
return e ||= new
|
|
6910
|
+
return e ||= new or(r, n, i, a, s), e.state32.set(this.state32), e.pos = this.pos, e.posOut = this.posOut, e.finished = this.finished, e.rounds = s, e.suffix = n, e.outputLen = i, e.enableXOF = a, e.destroyed = this.destroyed, e;
|
|
6911
6911
|
}
|
|
6912
6912
|
}
|
|
6913
|
-
const gi = c((t, e, r, n = {}) => oi(() => new
|
|
6914
|
-
var _i = /^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,
|
|
6915
|
-
function
|
|
6916
|
-
var e, r, n, i =
|
|
6917
|
-
function
|
|
6913
|
+
const gi = c((t, e, r, n = {}) => oi(() => new or(e, t, r), n), "genKeccak"), Ei = gi(6, 72, 64, ai(10));
|
|
6914
|
+
var _i = /^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i, Se = Math.ceil, ut = Math.floor, st = "[BigNumber Error] ", yr = st + "Number primitive has more than 15 significant digits: ", pt = 1e14, G = 14, Re = 9007199254740991, Te = [1, 10, 100, 1e3, 1e4, 1e5, 1e6, 1e7, 1e8, 1e9, 1e10, 1e11, 1e12, 1e13], vt = 1e7, tt = 1e9;
|
|
6915
|
+
function br(t) {
|
|
6916
|
+
var e, r, n, i = A.prototype = { constructor: A, toString: null, valueOf: null }, s = new A(1), a = 20, l = 4, h = -7, d = 21, g = -1e7, w = 1e7, C = false, v = 1, M = 0, D = { prefix: "", groupSize: 3, secondaryGroupSize: 0, groupSeparator: ",", decimalSeparator: ".", fractionGroupSize: 0, fractionGroupSeparator: "\xA0", suffix: "" }, b = "0123456789abcdefghijklmnopqrstuvwxyz", P = true;
|
|
6917
|
+
function A(o, u) {
|
|
6918
6918
|
var f, _, m, I, T, p, E, S, R = this;
|
|
6919
|
-
if (!(R instanceof
|
|
6919
|
+
if (!(R instanceof A)) return new A(o, u);
|
|
6920
6920
|
if (u == null) {
|
|
6921
6921
|
if (o && o._isBigNumber === true) {
|
|
6922
|
-
R.s = o.s, !o.c || o.e >
|
|
6922
|
+
R.s = o.s, !o.c || o.e > w ? R.c = R.e = null : o.e < g ? R.c = [R.e = 0] : (R.e = o.e, R.c = o.c.slice());
|
|
6923
6923
|
return;
|
|
6924
6924
|
}
|
|
6925
6925
|
if ((p = typeof o == "number") && o * 0 == 0) {
|
|
6926
6926
|
if (R.s = 1 / o < 0 ? (o = -o, -1) : 1, o === ~~o) {
|
|
6927
6927
|
for (I = 0, T = o; T >= 10; T /= 10, I++) ;
|
|
6928
|
-
I >
|
|
6928
|
+
I > w ? R.c = R.e = null : (R.e = I, R.c = [o]);
|
|
6929
6929
|
return;
|
|
6930
6930
|
}
|
|
6931
6931
|
S = String(o);
|
|
@@ -6935,10 +6935,10 @@ function yr(t) {
|
|
|
6935
6935
|
}
|
|
6936
6936
|
(I = S.indexOf(".")) > -1 && (S = S.replace(".", "")), (T = S.search(/e/i)) > 0 ? (I < 0 && (I = T), I += +S.slice(T + 1), S = S.substring(0, T)) : I < 0 && (I = S.length);
|
|
6937
6937
|
} else {
|
|
6938
|
-
if (J(u, 2, b.length, "Base"), u == 10 && P) return R = new
|
|
6938
|
+
if (J(u, 2, b.length, "Base"), u == 10 && P) return R = new A(o), H(R, a + R.e + 1, l);
|
|
6939
6939
|
if (S = String(o), p = typeof o == "number") {
|
|
6940
6940
|
if (o * 0 != 0) return n(R, S, p, u);
|
|
6941
|
-
if (R.s = 1 / o < 0 ? (S = S.slice(1), -1) : 1,
|
|
6941
|
+
if (R.s = 1 / o < 0 ? (S = S.slice(1), -1) : 1, A.DEBUG && S.replace(/^0\.0*|\./, "").length > 15) throw Error(yr + o);
|
|
6942
6942
|
} else R.s = S.charCodeAt(0) === 45 ? (S = S.slice(1), -1) : 1;
|
|
6943
6943
|
for (f = b.slice(0, u), I = T = 0, E = S.length; T < E; T++) if (f.indexOf(_ = S.charAt(T)) < 0) {
|
|
6944
6944
|
if (_ == ".") {
|
|
@@ -6957,8 +6957,8 @@ function yr(t) {
|
|
|
6957
6957
|
for (T = 0; S.charCodeAt(T) === 48; T++) ;
|
|
6958
6958
|
for (E = S.length; S.charCodeAt(--E) === 48; ) ;
|
|
6959
6959
|
if (S = S.slice(T, ++E)) {
|
|
6960
|
-
if (E -= T, p &&
|
|
6961
|
-
if ((I = I - T - 1) >
|
|
6960
|
+
if (E -= T, p && A.DEBUG && E > 15 && (o > Re || o !== ut(o))) throw Error(yr + R.s * o);
|
|
6961
|
+
if ((I = I - T - 1) > w) R.c = R.e = null;
|
|
6962
6962
|
else if (I < g) R.c = [R.e = 0];
|
|
6963
6963
|
else {
|
|
6964
6964
|
if (R.e = I, R.c = [], T = (I + 1) % G, I < 0 && (T += G), T < E) {
|
|
@@ -6970,11 +6970,11 @@ function yr(t) {
|
|
|
6970
6970
|
}
|
|
6971
6971
|
} else R.c = [R.e = 0];
|
|
6972
6972
|
}
|
|
6973
|
-
c(
|
|
6973
|
+
c(A, "BigNumber2"), A.clone = br, A.ROUND_UP = 0, A.ROUND_DOWN = 1, A.ROUND_CEIL = 2, A.ROUND_FLOOR = 3, A.ROUND_HALF_UP = 4, A.ROUND_HALF_DOWN = 5, A.ROUND_HALF_EVEN = 6, A.ROUND_HALF_CEIL = 7, A.ROUND_HALF_FLOOR = 8, A.EUCLID = 9, A.config = A.set = function(o) {
|
|
6974
6974
|
var u, f;
|
|
6975
6975
|
if (o != null) if (typeof o == "object") {
|
|
6976
|
-
if (o.hasOwnProperty(u = "DECIMAL_PLACES") && (f = o[u], J(f, 0, tt, u), a = f), o.hasOwnProperty(u = "ROUNDING_MODE") && (f = o[u], J(f, 0, 8, u), l = f), o.hasOwnProperty(u = "EXPONENTIAL_AT") && (f = o[u], f && f.pop ? (J(f[0], -tt, 0, u), J(f[1], 0, tt, u), h = f[0], d = f[1]) : (J(f, -tt, tt, u), h = -(d = f < 0 ? -f : f))), o.hasOwnProperty(u = "RANGE")) if (f = o[u], f && f.pop) J(f[0], -tt, -1, u), J(f[1], 1, tt, u), g = f[0],
|
|
6977
|
-
else if (J(f, -tt, tt, u), f) g = -(
|
|
6976
|
+
if (o.hasOwnProperty(u = "DECIMAL_PLACES") && (f = o[u], J(f, 0, tt, u), a = f), o.hasOwnProperty(u = "ROUNDING_MODE") && (f = o[u], J(f, 0, 8, u), l = f), o.hasOwnProperty(u = "EXPONENTIAL_AT") && (f = o[u], f && f.pop ? (J(f[0], -tt, 0, u), J(f[1], 0, tt, u), h = f[0], d = f[1]) : (J(f, -tt, tt, u), h = -(d = f < 0 ? -f : f))), o.hasOwnProperty(u = "RANGE")) if (f = o[u], f && f.pop) J(f[0], -tt, -1, u), J(f[1], 1, tt, u), g = f[0], w = f[1];
|
|
6977
|
+
else if (J(f, -tt, tt, u), f) g = -(w = f < 0 ? -f : f);
|
|
6978
6978
|
else throw Error(st + u + " cannot be zero: " + f);
|
|
6979
6979
|
if (o.hasOwnProperty(u = "CRYPTO")) if (f = o[u], f === !!f) if (f) if (typeof crypto < "u" && crypto && (crypto.getRandomValues || crypto.randomBytes)) C = f;
|
|
6980
6980
|
else throw C = !f, Error(st + "crypto unavailable");
|
|
@@ -6985,10 +6985,10 @@ function yr(t) {
|
|
|
6985
6985
|
if (o.hasOwnProperty(u = "ALPHABET")) if (f = o[u], typeof f == "string" && !/^.?$|[+\-.\s]|(.).*\1/.test(f)) P = f.slice(0, 10) == "0123456789", b = f;
|
|
6986
6986
|
else throw Error(st + u + " invalid: " + f);
|
|
6987
6987
|
} else throw Error(st + "Object expected: " + o);
|
|
6988
|
-
return { DECIMAL_PLACES: a, ROUNDING_MODE: l, EXPONENTIAL_AT: [h, d], RANGE: [g,
|
|
6989
|
-
},
|
|
6988
|
+
return { DECIMAL_PLACES: a, ROUNDING_MODE: l, EXPONENTIAL_AT: [h, d], RANGE: [g, w], CRYPTO: C, MODULO_MODE: v, POW_PRECISION: M, FORMAT: D, ALPHABET: b };
|
|
6989
|
+
}, A.isBigNumber = function(o) {
|
|
6990
6990
|
if (!o || o._isBigNumber !== true) return false;
|
|
6991
|
-
if (!
|
|
6991
|
+
if (!A.DEBUG) return true;
|
|
6992
6992
|
var u, f, _ = o.c, m = o.e, I = o.s;
|
|
6993
6993
|
t: if ({}.toString.call(_) == "[object Array]") {
|
|
6994
6994
|
if ((I === 1 || I === -1) && m >= -tt && m <= tt && m === ut(m)) {
|
|
@@ -7003,19 +7003,19 @@ function yr(t) {
|
|
|
7003
7003
|
}
|
|
7004
7004
|
} else if (_ === null && m === null && (I === null || I === 1 || I === -1)) return true;
|
|
7005
7005
|
throw Error(st + "Invalid BigNumber: " + o);
|
|
7006
|
-
},
|
|
7006
|
+
}, A.maximum = A.max = function() {
|
|
7007
7007
|
return x(arguments, -1);
|
|
7008
|
-
},
|
|
7008
|
+
}, A.minimum = A.min = function() {
|
|
7009
7009
|
return x(arguments, 1);
|
|
7010
|
-
},
|
|
7010
|
+
}, A.random = (function() {
|
|
7011
7011
|
var o = 9007199254740992, u = Math.random() * o & 2097151 ? function() {
|
|
7012
7012
|
return ut(Math.random() * o);
|
|
7013
7013
|
} : function() {
|
|
7014
7014
|
return (Math.random() * 1073741824 | 0) * 8388608 + (Math.random() * 8388608 | 0);
|
|
7015
7015
|
};
|
|
7016
7016
|
return function(f) {
|
|
7017
|
-
var _, m, I, T, p, E = 0, S = [], R = new
|
|
7018
|
-
if (f == null ? f = a : J(f, 0, tt), T =
|
|
7017
|
+
var _, m, I, T, p, E = 0, S = [], R = new A(s);
|
|
7018
|
+
if (f == null ? f = a : J(f, 0, tt), T = Se(f / G), C) if (crypto.getRandomValues) {
|
|
7019
7019
|
for (_ = crypto.getRandomValues(new Uint32Array(T *= 2)); E < T; ) p = _[E] * 131072 + (_[E + 1] >>> 11), p >= 9e15 ? (m = crypto.getRandomValues(new Uint32Array(2)), _[E] = m[0], _[E + 1] = m[1]) : (S.push(p % 1e14), E += 2);
|
|
7020
7020
|
E = T / 2;
|
|
7021
7021
|
} else if (crypto.randomBytes) {
|
|
@@ -7023,7 +7023,7 @@ function yr(t) {
|
|
|
7023
7023
|
E = T / 7;
|
|
7024
7024
|
} else throw C = false, Error(st + "crypto unavailable");
|
|
7025
7025
|
if (!C) for (; E < T; ) p = u(), p < 9e15 && (S[E++] = p % 1e14);
|
|
7026
|
-
for (T = S[--E], f %= G, T && f && (p =
|
|
7026
|
+
for (T = S[--E], f %= G, T && f && (p = Te[G - f], S[E] = ut(T / p) * p); S[E] === 0; S.pop(), E--) ;
|
|
7027
7027
|
if (E < 0) S = [I = 0];
|
|
7028
7028
|
else {
|
|
7029
7029
|
for (I = -1; S[0] === 0; S.splice(0, 1), I -= G) ;
|
|
@@ -7032,8 +7032,8 @@ function yr(t) {
|
|
|
7032
7032
|
}
|
|
7033
7033
|
return R.e = I, R.c = S, R;
|
|
7034
7034
|
};
|
|
7035
|
-
})(),
|
|
7036
|
-
for (var o = 1, u = arguments, f = new
|
|
7035
|
+
})(), A.sum = function() {
|
|
7036
|
+
for (var o = 1, u = arguments, f = new A(u[0]); o < u.length; ) f = f.plus(u[o++]);
|
|
7037
7037
|
return f;
|
|
7038
7038
|
}, r = (function() {
|
|
7039
7039
|
var o = "0123456789";
|
|
@@ -7046,14 +7046,14 @@ function yr(t) {
|
|
|
7046
7046
|
}
|
|
7047
7047
|
return c(u, "toBaseOut"), function(f, _, m, I, T) {
|
|
7048
7048
|
var p, E, S, R, y, L, B, $, F = f.indexOf("."), V = a, N = l;
|
|
7049
|
-
for (F >= 0 && (R = M, M = 0, f = f.replace(".", ""), $ = new
|
|
7049
|
+
for (F >= 0 && (R = M, M = 0, f = f.replace(".", ""), $ = new A(_), L = $.pow(f.length - F), M = R, $.c = u(wt(ft(L.c), L.e, "0"), 10, m, o), $.e = $.c.length), B = u(f, _, m, T ? (p = b, o) : (p = o, b)), S = R = B.length; B[--R] == 0; B.pop()) ;
|
|
7050
7050
|
if (!B[0]) return p.charAt(0);
|
|
7051
|
-
if (F < 0 ? --S : (L.c = B, L.e = S, L.s = I, L = e(L, $, V, N, m), B = L.c, y = L.r, S = L.e), E = S + V + 1, F = B[E], R = m / 2, y = y || E < 0 || B[E + 1] != null, y = N < 4 ? (F != null || y) && (N == 0 || N == (L.s < 0 ? 3 : 2)) : F > R || F == R && (N == 4 || y || N == 6 && B[E - 1] & 1 || N == (L.s < 0 ? 8 : 7)), E < 1 || !B[0]) f = y ?
|
|
7051
|
+
if (F < 0 ? --S : (L.c = B, L.e = S, L.s = I, L = e(L, $, V, N, m), B = L.c, y = L.r, S = L.e), E = S + V + 1, F = B[E], R = m / 2, y = y || E < 0 || B[E + 1] != null, y = N < 4 ? (F != null || y) && (N == 0 || N == (L.s < 0 ? 3 : 2)) : F > R || F == R && (N == 4 || y || N == 6 && B[E - 1] & 1 || N == (L.s < 0 ? 8 : 7)), E < 1 || !B[0]) f = y ? wt(p.charAt(1), -V, p.charAt(0)) : p.charAt(0);
|
|
7052
7052
|
else {
|
|
7053
7053
|
if (B.length = E, y) for (--m; ++B[--E] > m; ) B[E] = 0, E || (++S, B = [1].concat(B));
|
|
7054
7054
|
for (R = B.length; !B[--R]; ) ;
|
|
7055
7055
|
for (F = 0, f = ""; F <= R; f += p.charAt(B[F++])) ;
|
|
7056
|
-
f =
|
|
7056
|
+
f = wt(f, S, p.charAt(0));
|
|
7057
7057
|
}
|
|
7058
7058
|
return f;
|
|
7059
7059
|
};
|
|
@@ -7080,8 +7080,8 @@ function yr(t) {
|
|
|
7080
7080
|
}
|
|
7081
7081
|
return c(f, "subtract"), function(_, m, I, T, p) {
|
|
7082
7082
|
var E, S, R, y, L, B, $, F, V, N, k, Y, ht, bt, Ct, rt, dt, X = _.s == m.s ? 1 : -1, Z = _.c, Q = m.c;
|
|
7083
|
-
if (!Z || !Z[0] || !Q || !Q[0]) return new
|
|
7084
|
-
for (F = new
|
|
7083
|
+
if (!Z || !Z[0] || !Q || !Q[0]) return new A(!_.s || !m.s || (Z ? Q && Z[0] == Q[0] : !Q) ? NaN : Z && Z[0] == 0 || !Q ? X * 0 : X / 0);
|
|
7084
|
+
for (F = new A(X), V = F.c = [], S = _.e - m.e, X = I + S + 1, p || (p = pt, S = lt(_.e / G) - lt(m.e / G), X = X / G | 0), R = 0; Q[R] == (Z[R] || 0); R++) ;
|
|
7085
7085
|
if (Q[R] > (Z[R] || 0) && S--, X < 0) V.push(1), y = true;
|
|
7086
7086
|
else {
|
|
7087
7087
|
for (bt = Z.length, rt = Q.length, R = 0, X += 2, L = ut(p / (Q[0] + 1)), L > 1 && (Q = o(Q, L, p), Z = o(Z, L, p), rt = Q.length, bt = Z.length), ht = rt, N = Z.slice(0, rt), k = N.length; k < rt; N[k++] = 0) ;
|
|
@@ -7106,25 +7106,25 @@ function yr(t) {
|
|
|
7106
7106
|
function O(o, u, f, _) {
|
|
7107
7107
|
var m, I, T, p, E;
|
|
7108
7108
|
if (f == null ? f = l : J(f, 0, 8), !o.c) return o.toString();
|
|
7109
|
-
if (m = o.c[0], T = o.e, u == null) E = ft(o.c), E = _ == 1 || _ == 2 && (T <= h || T >= d) ? ie(E, T) :
|
|
7110
|
-
else if (o = H(new
|
|
7109
|
+
if (m = o.c[0], T = o.e, u == null) E = ft(o.c), E = _ == 1 || _ == 2 && (T <= h || T >= d) ? ie(E, T) : wt(E, T, "0");
|
|
7110
|
+
else if (o = H(new A(o), u, f), I = o.e, E = ft(o.c), p = E.length, _ == 1 || _ == 2 && (u <= I || I <= h)) {
|
|
7111
7111
|
for (; p < u; E += "0", p++) ;
|
|
7112
7112
|
E = ie(E, I);
|
|
7113
|
-
} else if (u -= T + (_ === 2 && I > T), E =
|
|
7113
|
+
} else if (u -= T + (_ === 2 && I > T), E = wt(E, I, "0"), I + 1 > p) {
|
|
7114
7114
|
if (--u > 0) for (E += "."; u--; E += "0") ;
|
|
7115
7115
|
} else if (u += I - p, u > 0) for (I + 1 == p && (E += "."); u--; E += "0") ;
|
|
7116
7116
|
return o.s < 0 && m ? "-" + E : E;
|
|
7117
7117
|
}
|
|
7118
7118
|
c(O, "format");
|
|
7119
7119
|
function x(o, u) {
|
|
7120
|
-
for (var f, _, m = 1, I = new
|
|
7120
|
+
for (var f, _, m = 1, I = new A(o[0]); m < o.length; m++) _ = new A(o[m]), (!_.s || (f = Dt(I, _)) === u || f === 0 && I.s === u) && (I = _);
|
|
7121
7121
|
return I;
|
|
7122
7122
|
}
|
|
7123
7123
|
c(x, "maxOrMin");
|
|
7124
7124
|
function U(o, u, f) {
|
|
7125
7125
|
for (var _ = 1, m = u.length; !u[--m]; u.pop()) ;
|
|
7126
7126
|
for (m = u[0]; m >= 10; m /= 10, _++) ;
|
|
7127
|
-
return (f = _ + f * G - 1) >
|
|
7127
|
+
return (f = _ + f * G - 1) > w ? o.c = o.e = null : f < g ? o.c = [o.e = 0] : (o.e = f, o.c = u), o;
|
|
7128
7128
|
}
|
|
7129
7129
|
c(U, "normalise"), n = /* @__PURE__ */ (function() {
|
|
7130
7130
|
var o = /^(-?)0([xbo])(?=\w[\w.]*$)/i, u = /^([^.]+)\.$/, f = /^\.([^.]+)$/, _ = /^-?(Infinity|NaN)$/, m = /^\s*\+(?=[\w.])|^\s+|\s+$/g;
|
|
@@ -7134,20 +7134,20 @@ function yr(t) {
|
|
|
7134
7134
|
else {
|
|
7135
7135
|
if (!p && (R = R.replace(o, function(y, L, B) {
|
|
7136
7136
|
return S = (B = B.toLowerCase()) == "x" ? 16 : B == "b" ? 2 : 8, !E || E == S ? L : y;
|
|
7137
|
-
}), E && (S = E, R = R.replace(u, "$1").replace(f, "0.$1")), T != R)) return new
|
|
7138
|
-
if (
|
|
7137
|
+
}), E && (S = E, R = R.replace(u, "$1").replace(f, "0.$1")), T != R)) return new A(R, S);
|
|
7138
|
+
if (A.DEBUG) throw Error(st + "Not a" + (E ? " base " + E : "") + " number: " + T);
|
|
7139
7139
|
I.s = null;
|
|
7140
7140
|
}
|
|
7141
7141
|
I.c = I.e = null;
|
|
7142
7142
|
};
|
|
7143
7143
|
})();
|
|
7144
7144
|
function H(o, u, f, _) {
|
|
7145
|
-
var m, I, T, p, E, S, R, y = o.c, L =
|
|
7145
|
+
var m, I, T, p, E, S, R, y = o.c, L = Te;
|
|
7146
7146
|
if (y) {
|
|
7147
7147
|
t: {
|
|
7148
7148
|
for (m = 1, p = y[0]; p >= 10; p /= 10, m++) ;
|
|
7149
7149
|
if (I = u - m, I < 0) I += G, T = u, E = y[S = 0], R = ut(E / L[m - T - 1] % 10);
|
|
7150
|
-
else if (S =
|
|
7150
|
+
else if (S = Se((I + 1) / G), S >= y.length) if (_) {
|
|
7151
7151
|
for (; y.length <= S; y.push(0)) ;
|
|
7152
7152
|
E = R = 0, m = 1, I %= G, T = I - G + 1;
|
|
7153
7153
|
} else break t;
|
|
@@ -7167,42 +7167,42 @@ function yr(t) {
|
|
|
7167
7167
|
}
|
|
7168
7168
|
for (I = y.length; y[--I] === 0; y.pop()) ;
|
|
7169
7169
|
}
|
|
7170
|
-
o.e >
|
|
7170
|
+
o.e > w ? o.c = o.e = null : o.e < g && (o.c = [o.e = 0]);
|
|
7171
7171
|
}
|
|
7172
7172
|
return o;
|
|
7173
7173
|
}
|
|
7174
7174
|
c(H, "round");
|
|
7175
7175
|
function j(o) {
|
|
7176
7176
|
var u, f = o.e;
|
|
7177
|
-
return f === null ? o.toString() : (u = ft(o.c), u = f <= h || f >= d ? ie(u, f) :
|
|
7177
|
+
return f === null ? o.toString() : (u = ft(o.c), u = f <= h || f >= d ? ie(u, f) : wt(u, f, "0"), o.s < 0 ? "-" + u : u);
|
|
7178
7178
|
}
|
|
7179
7179
|
return c(j, "valueOf"), i.absoluteValue = i.abs = function() {
|
|
7180
|
-
var o = new
|
|
7180
|
+
var o = new A(this);
|
|
7181
7181
|
return o.s < 0 && (o.s = 1), o;
|
|
7182
7182
|
}, i.comparedTo = function(o, u) {
|
|
7183
|
-
return Dt(this, new
|
|
7183
|
+
return Dt(this, new A(o, u));
|
|
7184
7184
|
}, i.decimalPlaces = i.dp = function(o, u) {
|
|
7185
7185
|
var f, _, m, I = this;
|
|
7186
|
-
if (o != null) return J(o, 0, tt), u == null ? u = l : J(u, 0, 8), H(new
|
|
7186
|
+
if (o != null) return J(o, 0, tt), u == null ? u = l : J(u, 0, 8), H(new A(I), o + I.e + 1, u);
|
|
7187
7187
|
if (!(f = I.c)) return null;
|
|
7188
7188
|
if (_ = ((m = f.length - 1) - lt(this.e / G)) * G, m = f[m]) for (; m % 10 == 0; m /= 10, _--) ;
|
|
7189
7189
|
return _ < 0 && (_ = 0), _;
|
|
7190
7190
|
}, i.dividedBy = i.div = function(o, u) {
|
|
7191
|
-
return e(this, new
|
|
7191
|
+
return e(this, new A(o, u), a, l);
|
|
7192
7192
|
}, i.dividedToIntegerBy = i.idiv = function(o, u) {
|
|
7193
|
-
return e(this, new
|
|
7193
|
+
return e(this, new A(o, u), 0, 1);
|
|
7194
7194
|
}, i.exponentiatedBy = i.pow = function(o, u) {
|
|
7195
7195
|
var f, _, m, I, T, p, E, S, R, y = this;
|
|
7196
|
-
if (o = new
|
|
7197
|
-
if (u != null && (u = new
|
|
7196
|
+
if (o = new A(o), o.c && !o.isInteger()) throw Error(st + "Exponent not an integer: " + j(o));
|
|
7197
|
+
if (u != null && (u = new A(u)), p = o.e > 14, !y.c || !y.c[0] || y.c[0] == 1 && !y.e && y.c.length == 1 || !o.c || !o.c[0]) return R = new A(Math.pow(+j(y), p ? o.s * (2 - ne(o)) : +j(o))), u ? R.mod(u) : R;
|
|
7198
7198
|
if (E = o.s < 0, u) {
|
|
7199
|
-
if (u.c ? !u.c[0] : !u.s) return new
|
|
7199
|
+
if (u.c ? !u.c[0] : !u.s) return new A(NaN);
|
|
7200
7200
|
_ = !E && y.isInteger() && u.isInteger(), _ && (y = y.mod(u));
|
|
7201
7201
|
} else {
|
|
7202
|
-
if (o.e > 9 && (y.e > 0 || y.e < -1 || (y.e == 0 ? y.c[0] > 1 || p && y.c[1] >= 24e7 : y.c[0] < 8e13 || p && y.c[0] <= 9999975e7))) return I = y.s < 0 && ne(o) ? -0 : 0, y.e > -1 && (I = 1 / I), new
|
|
7203
|
-
M && (I =
|
|
7202
|
+
if (o.e > 9 && (y.e > 0 || y.e < -1 || (y.e == 0 ? y.c[0] > 1 || p && y.c[1] >= 24e7 : y.c[0] < 8e13 || p && y.c[0] <= 9999975e7))) return I = y.s < 0 && ne(o) ? -0 : 0, y.e > -1 && (I = 1 / I), new A(E ? 1 / I : I);
|
|
7203
|
+
M && (I = Se(M / G + 2));
|
|
7204
7204
|
}
|
|
7205
|
-
for (p ? (f = new
|
|
7205
|
+
for (p ? (f = new A(0.5), E && (o.s = 1), S = ne(o)) : (m = Math.abs(+j(o)), S = m % 2), R = new A(s); ; ) {
|
|
7206
7206
|
if (S) {
|
|
7207
7207
|
if (R = R.times(y), !R.c) break;
|
|
7208
7208
|
I ? R.c.length > I && (R.c.length = I) : _ && (R = R.mod(u));
|
|
@@ -7219,22 +7219,22 @@ function yr(t) {
|
|
|
7219
7219
|
}
|
|
7220
7220
|
return _ ? R : (E && (R = s.div(R)), u ? R.mod(u) : I ? H(R, M, l, T) : R);
|
|
7221
7221
|
}, i.integerValue = function(o) {
|
|
7222
|
-
var u = new
|
|
7222
|
+
var u = new A(this);
|
|
7223
7223
|
return o == null ? o = l : J(o, 0, 8), H(u, u.e + 1, o);
|
|
7224
7224
|
}, i.isEqualTo = i.eq = function(o, u) {
|
|
7225
|
-
return Dt(this, new
|
|
7225
|
+
return Dt(this, new A(o, u)) === 0;
|
|
7226
7226
|
}, i.isFinite = function() {
|
|
7227
7227
|
return !!this.c;
|
|
7228
7228
|
}, i.isGreaterThan = i.gt = function(o, u) {
|
|
7229
|
-
return Dt(this, new
|
|
7229
|
+
return Dt(this, new A(o, u)) > 0;
|
|
7230
7230
|
}, i.isGreaterThanOrEqualTo = i.gte = function(o, u) {
|
|
7231
|
-
return (u = Dt(this, new
|
|
7231
|
+
return (u = Dt(this, new A(o, u))) === 1 || u === 0;
|
|
7232
7232
|
}, i.isInteger = function() {
|
|
7233
7233
|
return !!this.c && lt(this.e / G) > this.c.length - 2;
|
|
7234
7234
|
}, i.isLessThan = i.lt = function(o, u) {
|
|
7235
|
-
return Dt(this, new
|
|
7235
|
+
return Dt(this, new A(o, u)) < 0;
|
|
7236
7236
|
}, i.isLessThanOrEqualTo = i.lte = function(o, u) {
|
|
7237
|
-
return (u = Dt(this, new
|
|
7237
|
+
return (u = Dt(this, new A(o, u))) === -1 || u === 0;
|
|
7238
7238
|
}, i.isNaN = function() {
|
|
7239
7239
|
return !this.s;
|
|
7240
7240
|
}, i.isNegative = function() {
|
|
@@ -7245,12 +7245,12 @@ function yr(t) {
|
|
|
7245
7245
|
return !!this.c && this.c[0] == 0;
|
|
7246
7246
|
}, i.minus = function(o, u) {
|
|
7247
7247
|
var f, _, m, I, T = this, p = T.s;
|
|
7248
|
-
if (o = new
|
|
7248
|
+
if (o = new A(o, u), u = o.s, !p || !u) return new A(NaN);
|
|
7249
7249
|
if (p != u) return o.s = -u, T.plus(o);
|
|
7250
7250
|
var E = T.e / G, S = o.e / G, R = T.c, y = o.c;
|
|
7251
7251
|
if (!E || !S) {
|
|
7252
|
-
if (!R || !y) return R ? (o.s = -u, o) : new
|
|
7253
|
-
if (!R[0] || !y[0]) return y[0] ? (o.s = -u, o) : new
|
|
7252
|
+
if (!R || !y) return R ? (o.s = -u, o) : new A(y ? T : NaN);
|
|
7253
|
+
if (!R[0] || !y[0]) return y[0] ? (o.s = -u, o) : new A(R[0] ? T : l == 3 ? -0 : 0);
|
|
7254
7254
|
}
|
|
7255
7255
|
if (E = lt(E), S = lt(S), R = R.slice(), p = E - S) {
|
|
7256
7256
|
for ((I = p < 0) ? (p = -p, m = R) : (S = E, m = y), m.reverse(), u = p; u--; m.push(0)) ;
|
|
@@ -7271,9 +7271,9 @@ function yr(t) {
|
|
|
7271
7271
|
return R[0] ? U(o, R, S) : (o.s = l == 3 ? -1 : 1, o.c = [o.e = 0], o);
|
|
7272
7272
|
}, i.modulo = i.mod = function(o, u) {
|
|
7273
7273
|
var f, _, m = this;
|
|
7274
|
-
return o = new
|
|
7274
|
+
return o = new A(o, u), !m.c || !o.s || o.c && !o.c[0] ? new A(NaN) : !o.c || m.c && !m.c[0] ? new A(m) : (v == 9 ? (_ = o.s, o.s = 1, f = e(m, o, 0, 3), o.s = _, f.s *= _) : f = e(m, o, 0, v), o = m.minus(f.times(o)), !o.c[0] && v == 1 && (o.s = m.s), o);
|
|
7275
7275
|
}, i.multipliedBy = i.times = function(o, u) {
|
|
7276
|
-
var f, _, m, I, T, p, E, S, R, y, L, B, $, F, V, N = this, k = N.c, Y = (o = new
|
|
7276
|
+
var f, _, m, I, T, p, E, S, R, y, L, B, $, F, V, N = this, k = N.c, Y = (o = new A(o, u)).c;
|
|
7277
7277
|
if (!k || !Y || !k[0] || !Y[0]) return !N.s || !o.s || k && !k[0] && !Y || Y && !Y[0] && !k ? o.c = o.e = o.s = null : (o.s *= N.s, !k || !Y ? o.c = o.e = null : (o.c = [0], o.e = 0)), o;
|
|
7278
7278
|
for (_ = lt(N.e / G) + lt(o.e / G), o.s *= N.s, E = k.length, y = Y.length, E < y && ($ = k, k = Y, Y = $, m = E, E = y, y = m), m = E + y, $ = []; m--; $.push(0)) ;
|
|
7279
7279
|
for (F = pt, V = vt, m = y; --m >= 0; ) {
|
|
@@ -7282,16 +7282,16 @@ function yr(t) {
|
|
|
7282
7282
|
}
|
|
7283
7283
|
return f ? ++_ : $.splice(0, 1), U(o, $, _);
|
|
7284
7284
|
}, i.negated = function() {
|
|
7285
|
-
var o = new
|
|
7285
|
+
var o = new A(this);
|
|
7286
7286
|
return o.s = -o.s || null, o;
|
|
7287
7287
|
}, i.plus = function(o, u) {
|
|
7288
7288
|
var f, _ = this, m = _.s;
|
|
7289
|
-
if (o = new
|
|
7289
|
+
if (o = new A(o, u), u = o.s, !m || !u) return new A(NaN);
|
|
7290
7290
|
if (m != u) return o.s = -u, _.minus(o);
|
|
7291
7291
|
var I = _.e / G, T = o.e / G, p = _.c, E = o.c;
|
|
7292
7292
|
if (!I || !T) {
|
|
7293
|
-
if (!p || !E) return new
|
|
7294
|
-
if (!p[0] || !E[0]) return E[0] ? o : new
|
|
7293
|
+
if (!p || !E) return new A(m / 0);
|
|
7294
|
+
if (!p[0] || !E[0]) return E[0] ? o : new A(p[0] ? _ : m * 0);
|
|
7295
7295
|
}
|
|
7296
7296
|
if (I = lt(I), T = lt(T), p = p.slice(), m = I - T) {
|
|
7297
7297
|
for (m > 0 ? (T = I, f = E) : (m = -m, f = p), f.reverse(); m--; f.push(0)) ;
|
|
@@ -7301,7 +7301,7 @@ function yr(t) {
|
|
|
7301
7301
|
return m && (p = [m].concat(p), ++T), U(o, p, T);
|
|
7302
7302
|
}, i.precision = i.sd = function(o, u) {
|
|
7303
7303
|
var f, _, m, I = this;
|
|
7304
|
-
if (o != null && o !== !!o) return J(o, 1, tt), u == null ? u = l : J(u, 0, 8), H(new
|
|
7304
|
+
if (o != null && o !== !!o) return J(o, 1, tt), u == null ? u = l : J(u, 0, 8), H(new A(I), o, u);
|
|
7305
7305
|
if (!(f = I.c)) return null;
|
|
7306
7306
|
if (m = f.length - 1, _ = m * G + 1, m = f[m]) {
|
|
7307
7307
|
for (; m % 10 == 0; m /= 10, _--) ;
|
|
@@ -7309,11 +7309,11 @@ function yr(t) {
|
|
|
7309
7309
|
}
|
|
7310
7310
|
return o && I.e + 1 > _ && (_ = I.e + 1), _;
|
|
7311
7311
|
}, i.shiftedBy = function(o) {
|
|
7312
|
-
return J(o, -
|
|
7312
|
+
return J(o, -Re, Re), this.times("1e" + o);
|
|
7313
7313
|
}, i.squareRoot = i.sqrt = function() {
|
|
7314
|
-
var o, u, f, _, m, I = this, T = I.c, p = I.s, E = I.e, S = a + 4, R = new
|
|
7315
|
-
if (p !== 1 || !T || !T[0]) return new
|
|
7316
|
-
if (p = Math.sqrt(+j(I)), p == 0 || p == 1 / 0 ? (u = ft(T), (u.length + E) % 2 == 0 && (u += "0"), p = Math.sqrt(+u), E = lt((E + 1) / 2) - (E < 0 || E % 2), p == 1 / 0 ? u = "5e" + E : (u = p.toExponential(), u = u.slice(0, u.indexOf("e") + 1) + E), f = new
|
|
7314
|
+
var o, u, f, _, m, I = this, T = I.c, p = I.s, E = I.e, S = a + 4, R = new A("0.5");
|
|
7315
|
+
if (p !== 1 || !T || !T[0]) return new A(!p || p < 0 && (!T || T[0]) ? NaN : T ? I : 1 / 0);
|
|
7316
|
+
if (p = Math.sqrt(+j(I)), p == 0 || p == 1 / 0 ? (u = ft(T), (u.length + E) % 2 == 0 && (u += "0"), p = Math.sqrt(+u), E = lt((E + 1) / 2) - (E < 0 || E % 2), p == 1 / 0 ? u = "5e" + E : (u = p.toExponential(), u = u.slice(0, u.indexOf("e") + 1) + E), f = new A(u)) : f = new A(p + ""), f.c[0]) {
|
|
7317
7317
|
for (E = f.e, p = E + S, p < 3 && (p = 0); ; ) if (m = f, f = R.times(m.plus(e(I, m, S, 1))), ft(m.c).slice(0, p) === (u = ft(f.c)).slice(0, p)) if (f.e < E && --p, u = u.slice(p - 3, p + 1), u == "9999" || !_ && u == "4999") {
|
|
7318
7318
|
if (!_ && (H(m, m.e + a + 2, 0), m.times(m).eq(I))) {
|
|
7319
7319
|
f = m;
|
|
@@ -7345,22 +7345,22 @@ function yr(t) {
|
|
|
7345
7345
|
return (f.prefix || "") + _ + (f.suffix || "");
|
|
7346
7346
|
}, i.toFraction = function(o) {
|
|
7347
7347
|
var u, f, _, m, I, T, p, E, S, R, y, L, B = this, $ = B.c;
|
|
7348
|
-
if (o != null && (p = new
|
|
7349
|
-
if (!$) return new
|
|
7350
|
-
for (u = new
|
|
7351
|
-
return m = e(o.minus(f), _, 0, 1), E = E.plus(m.times(S)), f = f.plus(m.times(_)), E.s = S.s = B.s, I = I * 2, y = e(S, _, I, l).minus(B).abs().comparedTo(e(E, f, I, l).minus(B).abs()) < 1 ? [S, _] : [E, f],
|
|
7348
|
+
if (o != null && (p = new A(o), !p.isInteger() && (p.c || p.s !== 1) || p.lt(s))) throw Error(st + "Argument " + (p.isInteger() ? "out of range: " : "not an integer: ") + j(p));
|
|
7349
|
+
if (!$) return new A(B);
|
|
7350
|
+
for (u = new A(s), S = f = new A(s), _ = E = new A(s), L = ft($), I = u.e = L.length - B.e - 1, u.c[0] = Te[(T = I % G) < 0 ? G + T : T], o = !o || p.comparedTo(u) > 0 ? I > 0 ? u : S : p, T = w, w = 1 / 0, p = new A(L), E.c[0] = 0; R = e(p, u, 0, 1), m = f.plus(R.times(_)), m.comparedTo(o) != 1; ) f = _, _ = m, S = E.plus(R.times(m = S)), E = m, u = p.minus(R.times(m = u)), p = m;
|
|
7351
|
+
return m = e(o.minus(f), _, 0, 1), E = E.plus(m.times(S)), f = f.plus(m.times(_)), E.s = S.s = B.s, I = I * 2, y = e(S, _, I, l).minus(B).abs().comparedTo(e(E, f, I, l).minus(B).abs()) < 1 ? [S, _] : [E, f], w = T, y;
|
|
7352
7352
|
}, i.toNumber = function() {
|
|
7353
7353
|
return +j(this);
|
|
7354
7354
|
}, i.toPrecision = function(o, u) {
|
|
7355
7355
|
return o != null && J(o, 1, tt), O(this, o, u, 2);
|
|
7356
7356
|
}, i.toString = function(o) {
|
|
7357
7357
|
var u, f = this, _ = f.s, m = f.e;
|
|
7358
|
-
return m === null ? _ ? (u = "Infinity", _ < 0 && (u = "-" + u)) : u = "NaN" : (o == null ? u = m <= h || m >= d ? ie(ft(f.c), m) :
|
|
7358
|
+
return m === null ? _ ? (u = "Infinity", _ < 0 && (u = "-" + u)) : u = "NaN" : (o == null ? u = m <= h || m >= d ? ie(ft(f.c), m) : wt(ft(f.c), m, "0") : o === 10 && P ? (f = H(new A(f), a + m + 1, l), u = wt(ft(f.c), f.e, "0")) : (J(o, 2, b.length, "Base"), u = r(wt(ft(f.c), m, "0"), 10, o, _, true)), _ < 0 && f.c[0] && (u = "-" + u)), u;
|
|
7359
7359
|
}, i.valueOf = i.toJSON = function() {
|
|
7360
7360
|
return j(this);
|
|
7361
|
-
}, i._isBigNumber = true, i[Symbol.toStringTag] = "BigNumber", i[Symbol.for("nodejs.util.inspect.custom")] = i.valueOf, t != null &&
|
|
7361
|
+
}, i._isBigNumber = true, i[Symbol.toStringTag] = "BigNumber", i[Symbol.for("nodejs.util.inspect.custom")] = i.valueOf, t != null && A.set(t), A;
|
|
7362
7362
|
}
|
|
7363
|
-
c(
|
|
7363
|
+
c(br, "clone");
|
|
7364
7364
|
function lt(t) {
|
|
7365
7365
|
var e = t | 0;
|
|
7366
7366
|
return t > 0 || t === e ? e : e - 1;
|
|
@@ -7399,7 +7399,7 @@ function ie(t, e) {
|
|
|
7399
7399
|
return (t.length > 1 ? t.charAt(0) + "." + t.slice(1) : t) + (e < 0 ? "e" : "e+") + e;
|
|
7400
7400
|
}
|
|
7401
7401
|
c(ie, "toExponential");
|
|
7402
|
-
function
|
|
7402
|
+
function wt(t, e, r) {
|
|
7403
7403
|
var n, i;
|
|
7404
7404
|
if (e < 0) {
|
|
7405
7405
|
for (i = r + "."; ++e; i += r) ;
|
|
@@ -7410,12 +7410,12 @@ function At(t, e, r) {
|
|
|
7410
7410
|
} else e < n && (t = t.slice(0, e) + "." + t.slice(e));
|
|
7411
7411
|
return t;
|
|
7412
7412
|
}
|
|
7413
|
-
c(
|
|
7414
|
-
var Ii =
|
|
7413
|
+
c(wt, "toFixedPoint");
|
|
7414
|
+
var Ii = br();
|
|
7415
7415
|
const Si = 24, qt = 32, Ri = c(() => typeof globalThis < "u" && globalThis.crypto && typeof globalThis.crypto.getRandomValues == "function" ? () => {
|
|
7416
7416
|
const t = new Uint32Array(1);
|
|
7417
7417
|
return globalThis.crypto.getRandomValues(t), t[0] / 4294967296;
|
|
7418
|
-
} : Math.random, "createRandom"),
|
|
7418
|
+
} : Math.random, "createRandom"), we = Ri(), Ae = c((t = 4, e = we) => {
|
|
7419
7419
|
let r = "";
|
|
7420
7420
|
for (; r.length < t; ) r = r + Math.floor(e() * 36).toString(36);
|
|
7421
7421
|
return r;
|
|
@@ -7426,17 +7426,17 @@ function Ti(t) {
|
|
|
7426
7426
|
return e;
|
|
7427
7427
|
}
|
|
7428
7428
|
c(Ti, "bufToBigInt");
|
|
7429
|
-
const
|
|
7429
|
+
const Cr = c((t = "") => {
|
|
7430
7430
|
const e = new TextEncoder();
|
|
7431
7431
|
return Ti(Ei(e.encode(t))).toString(36).slice(1);
|
|
7432
|
-
}, "hash"),
|
|
7432
|
+
}, "hash"), vr = Array.from({ length: 26 }, (t, e) => String.fromCharCode(e + 97)), wi = c((t) => vr[Math.floor(t() * vr.length)], "randomLetter"), Ai = c(({ globalObj: t = typeof global < "u" ? global : typeof window < "u" ? window : {}, random: e = we } = {}) => {
|
|
7433
7433
|
const r = Object.keys(t).toString(), n = r.length ? r + Ae(qt, e) : Ae(qt, e);
|
|
7434
|
-
return
|
|
7435
|
-
}, "createFingerprint"), yi = c((t) => () => t++, "createCounter"), bi = 476782367, Ci = c(({ random: t =
|
|
7434
|
+
return Cr(n).substring(0, qt);
|
|
7435
|
+
}, "createFingerprint"), yi = c((t) => () => t++, "createCounter"), bi = 476782367, Ci = c(({ random: t = we, counter: e = yi(Math.floor(t() * bi)), length: r = Si, fingerprint: n = Ai({ random: t }) } = {}) => {
|
|
7436
7436
|
if (r > qt) throw new Error(`Length must be between 2 and ${qt}. Received: ${r}`);
|
|
7437
7437
|
return c(function() {
|
|
7438
|
-
const s =
|
|
7439
|
-
return `${s +
|
|
7438
|
+
const s = wi(t), a = Date.now().toString(36), l = e().toString(36), h = Ae(r, t), d = `${a + h + l + n}`;
|
|
7439
|
+
return `${s + Cr(d).substring(1, r)}`;
|
|
7440
7440
|
}, "cuid2");
|
|
7441
7441
|
}, "init"), Yt = vi(Ci);
|
|
7442
7442
|
function vi(t) {
|
|
@@ -7445,14 +7445,14 @@ function vi(t) {
|
|
|
7445
7445
|
}
|
|
7446
7446
|
c(vi, "lazy");
|
|
7447
7447
|
var Ui = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
7448
|
-
function
|
|
7448
|
+
function Ur(t) {
|
|
7449
7449
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
7450
7450
|
}
|
|
7451
|
-
c(
|
|
7452
|
-
var xt = {},
|
|
7451
|
+
c(Ur, "getDefaultExportFromCjs");
|
|
7452
|
+
var xt = {}, Br;
|
|
7453
7453
|
function Bi() {
|
|
7454
|
-
if (
|
|
7455
|
-
|
|
7454
|
+
if (Br) return xt;
|
|
7455
|
+
Br = 1, Object.defineProperty(xt, "__esModule", { value: true }), xt.isBinaryFileSync = xt.isBinaryFile = void 0;
|
|
7456
7456
|
const t = Vt, e = kn, r = (0, e.promisify)(t.stat), n = (0, e.promisify)(t.open), i = (0, e.promisify)(t.close), s = 512, a = 3;
|
|
7457
7457
|
class l {
|
|
7458
7458
|
static {
|
|
@@ -7462,8 +7462,8 @@ function Bi() {
|
|
|
7462
7462
|
size;
|
|
7463
7463
|
offset;
|
|
7464
7464
|
error;
|
|
7465
|
-
constructor(P,
|
|
7466
|
-
this.fileBuffer = P, this.size =
|
|
7465
|
+
constructor(P, A) {
|
|
7466
|
+
this.fileBuffer = P, this.size = A, this.offset = 0, this.error = false;
|
|
7467
7467
|
}
|
|
7468
7468
|
hasError() {
|
|
7469
7469
|
return this.error;
|
|
@@ -7472,26 +7472,26 @@ function Bi() {
|
|
|
7472
7472
|
return this.offset === this.size || this.hasError() ? (this.error = true, 255) : this.fileBuffer[this.offset++];
|
|
7473
7473
|
}
|
|
7474
7474
|
next(P) {
|
|
7475
|
-
const
|
|
7475
|
+
const A = new Array();
|
|
7476
7476
|
for (let O = 0; O < P; O++) {
|
|
7477
|
-
if (this.error) return
|
|
7478
|
-
|
|
7477
|
+
if (this.error) return A;
|
|
7478
|
+
A[O] = this.nextByte();
|
|
7479
7479
|
}
|
|
7480
|
-
return
|
|
7480
|
+
return A;
|
|
7481
7481
|
}
|
|
7482
7482
|
}
|
|
7483
7483
|
function h(b) {
|
|
7484
|
-
let P = 0,
|
|
7484
|
+
let P = 0, A = 0;
|
|
7485
7485
|
for (; !b.hasError(); ) {
|
|
7486
7486
|
const O = b.nextByte();
|
|
7487
|
-
if (
|
|
7487
|
+
if (A = A | (O & 127) << 7 * P, (O & 128) === 0) break;
|
|
7488
7488
|
if (P >= 10) {
|
|
7489
7489
|
b.error = true;
|
|
7490
7490
|
break;
|
|
7491
7491
|
}
|
|
7492
7492
|
P++;
|
|
7493
7493
|
}
|
|
7494
|
-
return
|
|
7494
|
+
return A;
|
|
7495
7495
|
}
|
|
7496
7496
|
c(h, "readProtoVarInt");
|
|
7497
7497
|
function d(b) {
|
|
@@ -7510,20 +7510,20 @@ function Bi() {
|
|
|
7510
7510
|
}
|
|
7511
7511
|
c(d, "readProtoMessage");
|
|
7512
7512
|
function g(b, P) {
|
|
7513
|
-
const
|
|
7513
|
+
const A = new l(b, P);
|
|
7514
7514
|
let O = 0;
|
|
7515
7515
|
for (; ; ) {
|
|
7516
|
-
if (!d(
|
|
7517
|
-
if (
|
|
7516
|
+
if (!d(A) && !A.hasError()) return false;
|
|
7517
|
+
if (A.hasError()) break;
|
|
7518
7518
|
O++;
|
|
7519
7519
|
}
|
|
7520
7520
|
return O > 0;
|
|
7521
7521
|
}
|
|
7522
7522
|
c(g, "isBinaryProto");
|
|
7523
|
-
async function
|
|
7523
|
+
async function w(b, P) {
|
|
7524
7524
|
if (M(b)) {
|
|
7525
|
-
const
|
|
7526
|
-
D(
|
|
7525
|
+
const A = await r(b);
|
|
7526
|
+
D(A);
|
|
7527
7527
|
const O = await n(b, "r"), x = Buffer.alloc(s + a);
|
|
7528
7528
|
return new Promise((U, H) => {
|
|
7529
7529
|
t.read(O, x, 0, s + a, 0, (j, o, u) => {
|
|
@@ -7537,11 +7537,11 @@ function Bi() {
|
|
|
7537
7537
|
});
|
|
7538
7538
|
} else return P === void 0 && (P = b.length), v(b, P);
|
|
7539
7539
|
}
|
|
7540
|
-
c(
|
|
7540
|
+
c(w, "isBinaryFile"), xt.isBinaryFile = w;
|
|
7541
7541
|
function C(b, P) {
|
|
7542
7542
|
if (M(b)) {
|
|
7543
|
-
const
|
|
7544
|
-
D(
|
|
7543
|
+
const A = t.statSync(b);
|
|
7544
|
+
D(A);
|
|
7545
7545
|
const O = t.openSync(b, "r"), x = Buffer.alloc(s + a), U = t.readSync(O, x, 0, s + a, 0);
|
|
7546
7546
|
return t.closeSync(O), v(x, U);
|
|
7547
7547
|
} else return P === void 0 && (P = b.length), v(b, P);
|
|
@@ -7549,7 +7549,7 @@ function Bi() {
|
|
|
7549
7549
|
c(C, "isBinaryFileSync"), xt.isBinaryFileSync = C;
|
|
7550
7550
|
function v(b, P) {
|
|
7551
7551
|
if (P === 0) return false;
|
|
7552
|
-
let
|
|
7552
|
+
let A = 0;
|
|
7553
7553
|
const O = Math.min(P, s + a), x = Math.min(O, s);
|
|
7554
7554
|
if (P >= 3 && b[0] === 239 && b[1] === 187 && b[2] === 191 || P >= 4 && b[0] === 0 && b[1] === 0 && b[2] === 254 && b[3] === 255 || P >= 4 && b[0] === 255 && b[1] === 254 && b[2] === 0 && b[3] === 0 || P >= 4 && b[0] === 132 && b[1] === 49 && b[2] === 149 && b[3] === 51) return false;
|
|
7555
7555
|
if (O >= 5 && b.slice(0, 5).toString() === "%PDF-") return true;
|
|
@@ -7568,10 +7568,10 @@ function Bi() {
|
|
|
7568
7568
|
U += 2;
|
|
7569
7569
|
continue;
|
|
7570
7570
|
}
|
|
7571
|
-
if (
|
|
7571
|
+
if (A++, U >= 32 && A * 100 / x > 10) return true;
|
|
7572
7572
|
}
|
|
7573
7573
|
}
|
|
7574
|
-
return !!(
|
|
7574
|
+
return !!(A * 100 / x > 10 || A > 1 && g(b, x));
|
|
7575
7575
|
}
|
|
7576
7576
|
c(v, "isBinaryCheck");
|
|
7577
7577
|
function M(b) {
|
|
@@ -7584,15 +7584,15 @@ function Bi() {
|
|
|
7584
7584
|
return c(D, "isStatFile"), xt;
|
|
7585
7585
|
}
|
|
7586
7586
|
c(Bi, "requireLib");
|
|
7587
|
-
var Pi = Bi(), z = Uint8Array, at = Uint16Array,
|
|
7587
|
+
var Pi = Bi(), z = Uint8Array, at = Uint16Array, ye = Int32Array, se = new z([0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 0, 0, 0, 0]), oe = new z([0, 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9, 10, 10, 11, 11, 12, 12, 13, 13, 0, 0]), be = new z([16, 17, 18, 0, 8, 7, 9, 6, 10, 5, 11, 4, 12, 3, 13, 2, 14, 1, 15]), Pr = c(function(t, e) {
|
|
7588
7588
|
for (var r = new at(31), n = 0; n < 31; ++n) r[n] = e += 1 << t[n - 1];
|
|
7589
|
-
for (var i = new
|
|
7589
|
+
for (var i = new ye(r[30]), n = 1; n < 30; ++n) for (var s = r[n]; s < r[n + 1]; ++s) i[s] = s - r[n] << 5 | n;
|
|
7590
7590
|
return { b: r, r: i };
|
|
7591
|
-
}, "freb"),
|
|
7592
|
-
|
|
7593
|
-
for (var
|
|
7591
|
+
}, "freb"), Or = Pr(se, 2), Lr = Or.b, Ce = Or.r;
|
|
7592
|
+
Lr[28] = 258, Ce[258] = 28;
|
|
7593
|
+
for (var Nr = Pr(oe, 0), Oi = Nr.b, Mr = Nr.r, ve = new at(32768), W = 0; W < 32768; ++W) {
|
|
7594
7594
|
var Ut = (W & 43690) >> 1 | (W & 21845) << 1;
|
|
7595
|
-
Ut = (Ut & 52428) >> 2 | (Ut & 13107) << 2, Ut = (Ut & 61680) >> 4 | (Ut & 3855) << 4,
|
|
7595
|
+
Ut = (Ut & 52428) >> 2 | (Ut & 13107) << 2, Ut = (Ut & 61680) >> 4 | (Ut & 3855) << 4, ve[W] = ((Ut & 65280) >> 8 | (Ut & 255) << 8) >> 1;
|
|
7596
7596
|
}
|
|
7597
7597
|
for (var _t = c((function(t, e, r) {
|
|
7598
7598
|
for (var n = t.length, i = 0, s = new at(e); i < n; ++i) t[i] && ++s[t[i] - 1];
|
|
@@ -7602,24 +7602,24 @@ for (var _t = c((function(t, e, r) {
|
|
|
7602
7602
|
if (r) {
|
|
7603
7603
|
l = new at(1 << e);
|
|
7604
7604
|
var h = 15 - e;
|
|
7605
|
-
for (i = 0; i < n; ++i) if (t[i]) for (var d = i << 4 | t[i], g = e - t[i],
|
|
7606
|
-
} else for (l = new at(n), i = 0; i < n; ++i) t[i] && (l[i] =
|
|
7605
|
+
for (i = 0; i < n; ++i) if (t[i]) for (var d = i << 4 | t[i], g = e - t[i], w = a[t[i] - 1]++ << g, C = w | (1 << g) - 1; w <= C; ++w) l[ve[w] >> h] = d;
|
|
7606
|
+
} else for (l = new at(n), i = 0; i < n; ++i) t[i] && (l[i] = ve[a[t[i] - 1]++] >> 15 - t[i]);
|
|
7607
7607
|
return l;
|
|
7608
7608
|
}), "hMap"), Bt = new z(288), W = 0; W < 144; ++W) Bt[W] = 8;
|
|
7609
7609
|
for (var W = 144; W < 256; ++W) Bt[W] = 9;
|
|
7610
7610
|
for (var W = 256; W < 280; ++W) Bt[W] = 7;
|
|
7611
7611
|
for (var W = 280; W < 288; ++W) Bt[W] = 8;
|
|
7612
7612
|
for (var Jt = new z(32), W = 0; W < 32; ++W) Jt[W] = 5;
|
|
7613
|
-
var Li = _t(Bt, 9, 0), Ni = _t(Bt, 9, 1), Mi = _t(Jt, 5, 0), Di = _t(Jt, 5, 1),
|
|
7613
|
+
var Li = _t(Bt, 9, 0), Ni = _t(Bt, 9, 1), Mi = _t(Jt, 5, 0), Di = _t(Jt, 5, 1), Ue = c(function(t) {
|
|
7614
7614
|
for (var e = t[0], r = 1; r < t.length; ++r) t[r] > e && (e = t[r]);
|
|
7615
7615
|
return e;
|
|
7616
7616
|
}, "max"), mt = c(function(t, e, r) {
|
|
7617
7617
|
var n = e / 8 | 0;
|
|
7618
7618
|
return (t[n] | t[n + 1] << 8) >> (e & 7) & r;
|
|
7619
|
-
}, "bits"),
|
|
7619
|
+
}, "bits"), Be = c(function(t, e) {
|
|
7620
7620
|
var r = e / 8 | 0;
|
|
7621
7621
|
return (t[r] | t[r + 1] << 8 | t[r + 2] << 16) >> (e & 7);
|
|
7622
|
-
}, "bits16"),
|
|
7622
|
+
}, "bits16"), Pe = c(function(t) {
|
|
7623
7623
|
return (t + 7) / 8 | 0;
|
|
7624
7624
|
}, "shft"), Qt = c(function(t, e, r) {
|
|
7625
7625
|
return (e == null || e < 0) && (e = 0), (r == null || r > t.length) && (r = t.length), new z(t.subarray(e, r));
|
|
@@ -7638,69 +7638,69 @@ var Li = _t(Bt, 9, 0), Ni = _t(Bt, 9, 1), Mi = _t(Jt, 5, 0), Di = _t(Jt, 5, 1),
|
|
|
7638
7638
|
var X = new z(Math.max(dt * 2, rt));
|
|
7639
7639
|
X.set(r), r = X;
|
|
7640
7640
|
}
|
|
7641
|
-
}, "cbuf"), g = e.f || 0,
|
|
7641
|
+
}, "cbuf"), g = e.f || 0, w = e.p || 0, C = e.b || 0, v = e.l, M = e.d, D = e.m, b = e.n, P = i * 8;
|
|
7642
7642
|
do {
|
|
7643
7643
|
if (!v) {
|
|
7644
|
-
g = mt(t,
|
|
7645
|
-
var
|
|
7646
|
-
if (
|
|
7647
|
-
else if (
|
|
7648
|
-
var H = mt(t,
|
|
7649
|
-
|
|
7650
|
-
for (var u = new z(o), f = new z(19), _ = 0; _ < j; ++_) f[
|
|
7651
|
-
|
|
7652
|
-
for (var m =
|
|
7653
|
-
var p = T[mt(t,
|
|
7654
|
-
|
|
7644
|
+
g = mt(t, w, 1);
|
|
7645
|
+
var A = mt(t, w + 1, 3);
|
|
7646
|
+
if (w += 3, A) if (A == 1) v = Ni, M = Di, D = 9, b = 5;
|
|
7647
|
+
else if (A == 2) {
|
|
7648
|
+
var H = mt(t, w, 31) + 257, j = mt(t, w + 10, 15) + 4, o = H + mt(t, w + 5, 31) + 1;
|
|
7649
|
+
w += 14;
|
|
7650
|
+
for (var u = new z(o), f = new z(19), _ = 0; _ < j; ++_) f[be[_]] = mt(t, w + _ * 3, 7);
|
|
7651
|
+
w += j * 3;
|
|
7652
|
+
for (var m = Ue(f), I = (1 << m) - 1, T = _t(f, m, 1), _ = 0; _ < o; ) {
|
|
7653
|
+
var p = T[mt(t, w, I)];
|
|
7654
|
+
w += p & 15;
|
|
7655
7655
|
var O = p >> 4;
|
|
7656
7656
|
if (O < 16) u[_++] = O;
|
|
7657
7657
|
else {
|
|
7658
7658
|
var E = 0, S = 0;
|
|
7659
|
-
for (O == 16 ? (S = 3 + mt(t,
|
|
7659
|
+
for (O == 16 ? (S = 3 + mt(t, w, 3), w += 2, E = u[_ - 1]) : O == 17 ? (S = 3 + mt(t, w, 7), w += 3) : O == 18 && (S = 11 + mt(t, w, 127), w += 7); S--; ) u[_++] = E;
|
|
7660
7660
|
}
|
|
7661
7661
|
}
|
|
7662
7662
|
var R = u.subarray(0, H), y = u.subarray(H);
|
|
7663
|
-
D =
|
|
7663
|
+
D = Ue(R), b = Ue(y), v = _t(R, D, 1), M = _t(y, b, 1);
|
|
7664
7664
|
} else nt(1);
|
|
7665
7665
|
else {
|
|
7666
|
-
var O =
|
|
7666
|
+
var O = Pe(w) + 4, x = t[O - 4] | t[O - 3] << 8, U = O + x;
|
|
7667
7667
|
if (U > i) {
|
|
7668
7668
|
h && nt(0);
|
|
7669
7669
|
break;
|
|
7670
7670
|
}
|
|
7671
|
-
l && d(C + x), r.set(t.subarray(O, U), C), e.b = C += x, e.p =
|
|
7671
|
+
l && d(C + x), r.set(t.subarray(O, U), C), e.b = C += x, e.p = w = U * 8, e.f = g;
|
|
7672
7672
|
continue;
|
|
7673
7673
|
}
|
|
7674
|
-
if (
|
|
7674
|
+
if (w > P) {
|
|
7675
7675
|
h && nt(0);
|
|
7676
7676
|
break;
|
|
7677
7677
|
}
|
|
7678
7678
|
}
|
|
7679
7679
|
l && d(C + 131072);
|
|
7680
|
-
for (var L = (1 << D) - 1, B = (1 << b) - 1, $ =
|
|
7681
|
-
var E = v[
|
|
7682
|
-
if (
|
|
7680
|
+
for (var L = (1 << D) - 1, B = (1 << b) - 1, $ = w; ; $ = w) {
|
|
7681
|
+
var E = v[Be(t, w) & L], F = E >> 4;
|
|
7682
|
+
if (w += E & 15, w > P) {
|
|
7683
7683
|
h && nt(0);
|
|
7684
7684
|
break;
|
|
7685
7685
|
}
|
|
7686
7686
|
if (E || nt(2), F < 256) r[C++] = F;
|
|
7687
7687
|
else if (F == 256) {
|
|
7688
|
-
$ =
|
|
7688
|
+
$ = w, v = null;
|
|
7689
7689
|
break;
|
|
7690
7690
|
} else {
|
|
7691
7691
|
var V = F - 254;
|
|
7692
7692
|
if (F > 264) {
|
|
7693
7693
|
var _ = F - 257, N = se[_];
|
|
7694
|
-
V = mt(t,
|
|
7694
|
+
V = mt(t, w, (1 << N) - 1) + Lr[_], w += N;
|
|
7695
7695
|
}
|
|
7696
|
-
var k = M[
|
|
7697
|
-
k || nt(3),
|
|
7696
|
+
var k = M[Be(t, w) & B], Y = k >> 4;
|
|
7697
|
+
k || nt(3), w += k & 15;
|
|
7698
7698
|
var y = Oi[Y];
|
|
7699
7699
|
if (Y > 3) {
|
|
7700
7700
|
var N = oe[Y];
|
|
7701
|
-
y +=
|
|
7701
|
+
y += Be(t, w) & (1 << N) - 1, w += N;
|
|
7702
7702
|
}
|
|
7703
|
-
if (
|
|
7703
|
+
if (w > P) {
|
|
7704
7704
|
h && nt(0);
|
|
7705
7705
|
break;
|
|
7706
7706
|
}
|
|
@@ -7716,7 +7716,7 @@ var Li = _t(Bt, 9, 0), Ni = _t(Bt, 9, 1), Mi = _t(Jt, 5, 0), Di = _t(Jt, 5, 1),
|
|
|
7716
7716
|
e.l = v, e.p = $, e.b = C, e.f = g, v && (g = 1, e.m = D, e.d = M, e.n = b);
|
|
7717
7717
|
} while (!g);
|
|
7718
7718
|
return C != r.length && a ? Qt(r, 0, C) : r.subarray(0, C);
|
|
7719
|
-
}, "inflt"),
|
|
7719
|
+
}, "inflt"), At = c(function(t, e, r) {
|
|
7720
7720
|
r <<= e & 7;
|
|
7721
7721
|
var n = e / 8 | 0;
|
|
7722
7722
|
t[n] |= r, t[n + 1] |= r >> 8;
|
|
@@ -7724,10 +7724,10 @@ var Li = _t(Bt, 9, 0), Ni = _t(Bt, 9, 1), Mi = _t(Jt, 5, 0), Di = _t(Jt, 5, 1),
|
|
|
7724
7724
|
r <<= e & 7;
|
|
7725
7725
|
var n = e / 8 | 0;
|
|
7726
7726
|
t[n] |= r, t[n + 1] |= r >> 8, t[n + 2] |= r >> 16;
|
|
7727
|
-
}, "wbits16"),
|
|
7727
|
+
}, "wbits16"), Oe = c(function(t, e) {
|
|
7728
7728
|
for (var r = [], n = 0; n < t.length; ++n) t[n] && r.push({ s: n, f: t[n] });
|
|
7729
7729
|
var i = r.length, s = r.slice();
|
|
7730
|
-
if (!i) return { t:
|
|
7730
|
+
if (!i) return { t: $r, l: 0 };
|
|
7731
7731
|
if (i == 1) {
|
|
7732
7732
|
var a = new z(r[0].s + 1);
|
|
7733
7733
|
return a[r[0].s] = 1, { t: a, l: 1 };
|
|
@@ -7735,17 +7735,17 @@ var Li = _t(Bt, 9, 0), Ni = _t(Bt, 9, 1), Mi = _t(Jt, 5, 0), Di = _t(Jt, 5, 1),
|
|
|
7735
7735
|
r.sort(function(U, H) {
|
|
7736
7736
|
return U.f - H.f;
|
|
7737
7737
|
}), r.push({ s: -1, f: 25001 });
|
|
7738
|
-
var l = r[0], h = r[1], d = 0, g = 1,
|
|
7739
|
-
for (r[0] = { s: -1, f: l.f + h.f, l, r: h }; g != i - 1; ) l = r[r[d].f < r[
|
|
7738
|
+
var l = r[0], h = r[1], d = 0, g = 1, w = 2;
|
|
7739
|
+
for (r[0] = { s: -1, f: l.f + h.f, l, r: h }; g != i - 1; ) l = r[r[d].f < r[w].f ? d++ : w++], h = r[d != g && r[d].f < r[w].f ? d++ : w++], r[g++] = { s: -1, f: l.f + h.f, l, r: h };
|
|
7740
7740
|
for (var C = s[0].s, n = 1; n < i; ++n) s[n].s > C && (C = s[n].s);
|
|
7741
|
-
var v = new at(C + 1), M =
|
|
7741
|
+
var v = new at(C + 1), M = Le(r[g - 1], v, 0);
|
|
7742
7742
|
if (M > e) {
|
|
7743
7743
|
var n = 0, D = 0, b = M - e, P = 1 << b;
|
|
7744
7744
|
for (s.sort(function(H, j) {
|
|
7745
7745
|
return v[j.s] - v[H.s] || H.f - j.f;
|
|
7746
7746
|
}); n < i; ++n) {
|
|
7747
|
-
var
|
|
7748
|
-
if (v[
|
|
7747
|
+
var A = s[n].s;
|
|
7748
|
+
if (v[A] > e) D += P - (1 << M - v[A]), v[A] = e;
|
|
7749
7749
|
else break;
|
|
7750
7750
|
}
|
|
7751
7751
|
for (D >>= b; D > 0; ) {
|
|
@@ -7759,9 +7759,9 @@ var Li = _t(Bt, 9, 0), Ni = _t(Bt, 9, 1), Mi = _t(Jt, 5, 0), Di = _t(Jt, 5, 1),
|
|
|
7759
7759
|
M = e;
|
|
7760
7760
|
}
|
|
7761
7761
|
return { t: new z(v), l: M };
|
|
7762
|
-
}, "hTree"),
|
|
7763
|
-
return t.s == -1 ? Math.max(
|
|
7764
|
-
}, "ln"),
|
|
7762
|
+
}, "hTree"), Le = c(function(t, e, r) {
|
|
7763
|
+
return t.s == -1 ? Math.max(Le(t.l, e, r + 1), Le(t.r, e, r + 1)) : e[t.s] = r;
|
|
7764
|
+
}, "ln"), Dr = c(function(t) {
|
|
7765
7765
|
for (var e = t.length; e && !t[--e]; ) ;
|
|
7766
7766
|
for (var r = new at(++e), n = 0, i = t[0], s = 1, a = c(function(h) {
|
|
7767
7767
|
r[n++] = h;
|
|
@@ -7781,52 +7781,52 @@ var Li = _t(Bt, 9, 0), Ni = _t(Bt, 9, 1), Mi = _t(Jt, 5, 0), Di = _t(Jt, 5, 1),
|
|
|
7781
7781
|
}, "lc"), Xt = c(function(t, e) {
|
|
7782
7782
|
for (var r = 0, n = 0; n < e.length; ++n) r += t[n] * e[n];
|
|
7783
7783
|
return r;
|
|
7784
|
-
}, "clen"),
|
|
7785
|
-
var n = r.length, i =
|
|
7784
|
+
}, "clen"), xr = c(function(t, e, r) {
|
|
7785
|
+
var n = r.length, i = Pe(e + 2);
|
|
7786
7786
|
t[i] = n & 255, t[i + 1] = n >> 8, t[i + 2] = t[i] ^ 255, t[i + 3] = t[i + 1] ^ 255;
|
|
7787
7787
|
for (var s = 0; s < n; ++s) t[i + s + 4] = r[s];
|
|
7788
7788
|
return (i + 4 + n) * 8;
|
|
7789
|
-
}, "wfblk"),
|
|
7790
|
-
|
|
7791
|
-
for (var
|
|
7789
|
+
}, "wfblk"), Gr = c(function(t, e, r, n, i, s, a, l, h, d, g) {
|
|
7790
|
+
At(e, g++, r), ++i[256];
|
|
7791
|
+
for (var w = Oe(i, 15), C = w.t, v = w.l, M = Oe(s, 15), D = M.t, b = M.l, P = Dr(C), A = P.c, O = P.n, x = Dr(D), U = x.c, H = x.n, j = new at(19), o = 0; o < A.length; ++o) ++j[A[o] & 31];
|
|
7792
7792
|
for (var o = 0; o < U.length; ++o) ++j[U[o] & 31];
|
|
7793
|
-
for (var u =
|
|
7793
|
+
for (var u = Oe(j, 7), f = u.t, _ = u.l, m = 19; m > 4 && !f[be[m - 1]]; --m) ;
|
|
7794
7794
|
var I = d + 5 << 3, T = Xt(i, Bt) + Xt(s, Jt) + a, p = Xt(i, C) + Xt(s, D) + a + 14 + 3 * m + Xt(j, f) + 2 * j[16] + 3 * j[17] + 7 * j[18];
|
|
7795
|
-
if (h >= 0 && I <= T && I <= p) return
|
|
7795
|
+
if (h >= 0 && I <= T && I <= p) return xr(e, g, t.subarray(h, h + d));
|
|
7796
7796
|
var E, S, R, y;
|
|
7797
|
-
if (
|
|
7797
|
+
if (At(e, g, 1 + (p < T)), g += 2, p < T) {
|
|
7798
7798
|
E = _t(C, v, 0), S = C, R = _t(D, b, 0), y = D;
|
|
7799
7799
|
var L = _t(f, _, 0);
|
|
7800
|
-
|
|
7801
|
-
for (var o = 0; o < m; ++o)
|
|
7800
|
+
At(e, g, O - 257), At(e, g + 5, H - 1), At(e, g + 10, m - 4), g += 14;
|
|
7801
|
+
for (var o = 0; o < m; ++o) At(e, g + 3 * o, f[be[o]]);
|
|
7802
7802
|
g += 3 * m;
|
|
7803
|
-
for (var B = [
|
|
7803
|
+
for (var B = [A, U], $ = 0; $ < 2; ++$) for (var F = B[$], o = 0; o < F.length; ++o) {
|
|
7804
7804
|
var V = F[o] & 31;
|
|
7805
|
-
|
|
7805
|
+
At(e, g, L[V]), g += f[V], V > 15 && (At(e, g, F[o] >> 5 & 127), g += F[o] >> 12);
|
|
7806
7806
|
}
|
|
7807
7807
|
} else E = Li, S = Bt, R = Mi, y = Jt;
|
|
7808
7808
|
for (var o = 0; o < l; ++o) {
|
|
7809
7809
|
var N = n[o];
|
|
7810
7810
|
if (N > 255) {
|
|
7811
7811
|
var V = N >> 18 & 31;
|
|
7812
|
-
zt(e, g, E[V + 257]), g += S[V + 257], V > 7 && (
|
|
7812
|
+
zt(e, g, E[V + 257]), g += S[V + 257], V > 7 && (At(e, g, N >> 23 & 31), g += se[V]);
|
|
7813
7813
|
var k = N & 31;
|
|
7814
7814
|
zt(e, g, R[k]), g += y[k], k > 3 && (zt(e, g, N >> 5 & 8191), g += oe[k]);
|
|
7815
7815
|
} else zt(e, g, E[N]), g += S[N];
|
|
7816
7816
|
}
|
|
7817
7817
|
return zt(e, g, E[256]), g + S[256];
|
|
7818
|
-
}, "wblk"), $i = new
|
|
7818
|
+
}, "wblk"), $i = new ye([65540, 131080, 131088, 131104, 262176, 1048704, 1048832, 2114560, 2117632]), $r = new z(0), Hi = c(function(t, e, r, n, i, s) {
|
|
7819
7819
|
var a = s.z || t.length, l = new z(n + a + 5 * (1 + Math.ceil(a / 7e3)) + i), h = l.subarray(n, l.length - i), d = s.l, g = (s.r || 0) & 7;
|
|
7820
7820
|
if (e) {
|
|
7821
7821
|
g && (h[0] = s.r >> 3);
|
|
7822
|
-
for (var
|
|
7823
|
-
return (t[Z] ^ t[Z + 1] << P ^ t[Z + 2] <<
|
|
7824
|
-
}, "hsh"), x = new
|
|
7822
|
+
for (var w = $i[e - 1], C = w >> 13, v = w & 8191, M = (1 << r) - 1, D = s.p || new at(32768), b = s.h || new at(M + 1), P = Math.ceil(r / 3), A = 2 * P, O = c(function(Z) {
|
|
7823
|
+
return (t[Z] ^ t[Z + 1] << P ^ t[Z + 2] << A) & M;
|
|
7824
|
+
}, "hsh"), x = new ye(25e3), U = new at(288), H = new at(32), j = 0, o = 0, u = s.i || 0, f = 0, _ = s.w || 0, m = 0; u + 2 < a; ++u) {
|
|
7825
7825
|
var I = O(u), T = u & 32767, p = b[I];
|
|
7826
7826
|
if (D[T] = p, b[I] = T, _ <= u) {
|
|
7827
7827
|
var E = a - u;
|
|
7828
7828
|
if ((j > 7e3 || f > 24576) && (E > 423 || !d)) {
|
|
7829
|
-
g =
|
|
7829
|
+
g = Gr(t, h, 0, x, U, H, o, f, m, u - m, g), f = j = o = 0, m = u;
|
|
7830
7830
|
for (var S = 0; S < 286; ++S) U[S] = 0;
|
|
7831
7831
|
for (var S = 0; S < 30; ++S) H[S] = 0;
|
|
7832
7832
|
}
|
|
@@ -7845,22 +7845,22 @@ var Li = _t(Bt, 9, 0), Ni = _t(Bt, 9, 1), Mi = _t(Jt, 5, 0), Di = _t(Jt, 5, 1),
|
|
|
7845
7845
|
T = p, p = D[T], B += T - p & 32767;
|
|
7846
7846
|
}
|
|
7847
7847
|
if (y) {
|
|
7848
|
-
x[f++] = 268435456 |
|
|
7849
|
-
var rt =
|
|
7848
|
+
x[f++] = 268435456 | Ce[R] << 18 | Mr[y];
|
|
7849
|
+
var rt = Ce[R] & 31, dt = Mr[y] & 31;
|
|
7850
7850
|
o += se[rt] + oe[dt], ++U[257 + rt], ++H[dt], _ = u + R, ++j;
|
|
7851
7851
|
} else x[f++] = t[u], ++U[t[u]];
|
|
7852
7852
|
}
|
|
7853
7853
|
}
|
|
7854
7854
|
for (u = Math.max(u, _); u < a; ++u) x[f++] = t[u], ++U[t[u]];
|
|
7855
|
-
g =
|
|
7855
|
+
g = Gr(t, h, d, x, U, H, o, f, m, u - m, g), d || (s.r = g & 7 | h[g / 8 | 0] << 3, g -= 7, s.h = b, s.p = D, s.i = u, s.w = _);
|
|
7856
7856
|
} else {
|
|
7857
7857
|
for (var u = s.w || 0; u < a + d; u += 65535) {
|
|
7858
7858
|
var X = u + 65535;
|
|
7859
|
-
X >= a && (h[g / 8 | 0] = d, X = a), g =
|
|
7859
|
+
X >= a && (h[g / 8 | 0] = d, X = a), g = xr(h, g + 1, t.subarray(u, X));
|
|
7860
7860
|
}
|
|
7861
7861
|
s.i = a;
|
|
7862
7862
|
}
|
|
7863
|
-
return Qt(l, 0, n +
|
|
7863
|
+
return Qt(l, 0, n + Pe(g) + i);
|
|
7864
7864
|
}, "dflt"), ki = (function() {
|
|
7865
7865
|
for (var t = new Int32Array(256), e = 0; e < 256; ++e) {
|
|
7866
7866
|
for (var r = e, n = 9; --n; ) r = (r & 1 && -306674912) ^ r >>> 1;
|
|
@@ -7881,7 +7881,7 @@ var Li = _t(Bt, 9, 0), Ni = _t(Bt, 9, 1), Mi = _t(Jt, 5, 0), Di = _t(Jt, 5, 1),
|
|
|
7881
7881
|
a.set(s), a.set(t, s.length), t = a, i.w = s.length;
|
|
7882
7882
|
}
|
|
7883
7883
|
return Hi(t, e.level == null ? 6 : e.level, e.mem == null ? i.l ? Math.ceil(Math.max(8, Math.min(13, Math.log(t.length))) * 1.5) : 20 : 12 + e.mem, r, n, i);
|
|
7884
|
-
}, "dopt"),
|
|
7884
|
+
}, "dopt"), Hr = c(function(t, e) {
|
|
7885
7885
|
var r = {};
|
|
7886
7886
|
for (var n in t) r[n] = t[n];
|
|
7887
7887
|
for (var n in e) r[n] = e[n];
|
|
@@ -7890,7 +7890,7 @@ var Li = _t(Bt, 9, 0), Ni = _t(Bt, 9, 1), Mi = _t(Jt, 5, 0), Di = _t(Jt, 5, 1),
|
|
|
7890
7890
|
return t[e] | t[e + 1] << 8;
|
|
7891
7891
|
}, "b2"), gt = c(function(t, e) {
|
|
7892
7892
|
return (t[e] | t[e + 1] << 8 | t[e + 2] << 16 | t[e + 3] << 24) >>> 0;
|
|
7893
|
-
}, "b4"),
|
|
7893
|
+
}, "b4"), Ne = c(function(t, e) {
|
|
7894
7894
|
return gt(t, e) + gt(t, e + 4) * 4294967296;
|
|
7895
7895
|
}, "b8"), et = c(function(t, e, r) {
|
|
7896
7896
|
for (; r; ++e) t[e] = r, r >>>= 8;
|
|
@@ -7903,14 +7903,14 @@ function Ki(t, e) {
|
|
|
7903
7903
|
return Gi(t, { i: 2 }, e && e.out, e && e.dictionary);
|
|
7904
7904
|
}
|
|
7905
7905
|
c(Ki, "inflateSync");
|
|
7906
|
-
var
|
|
7906
|
+
var kr = c(function(t, e, r, n) {
|
|
7907
7907
|
for (var i in t) {
|
|
7908
7908
|
var s = t[i], a = e + i, l = n;
|
|
7909
|
-
Array.isArray(s) && (l =
|
|
7909
|
+
Array.isArray(s) && (l = Hr(n, s[1]), s = s[0]), s instanceof z ? r[a] = [s, l] : (r[a += "/"] = [new z(0), l], kr(s, a, r, n));
|
|
7910
7910
|
}
|
|
7911
|
-
}, "fltn"),
|
|
7911
|
+
}, "fltn"), jr = typeof TextEncoder < "u" && new TextEncoder(), Me = typeof TextDecoder < "u" && new TextDecoder(), Wi = 0;
|
|
7912
7912
|
try {
|
|
7913
|
-
|
|
7913
|
+
Me.decode($r, { stream: true }), Wi = 1;
|
|
7914
7914
|
} catch {
|
|
7915
7915
|
}
|
|
7916
7916
|
var qi = c(function(t) {
|
|
@@ -7920,9 +7920,9 @@ var qi = c(function(t) {
|
|
|
7920
7920
|
i ? i == 3 ? (n = ((n & 15) << 18 | (t[r++] & 63) << 12 | (t[r++] & 63) << 6 | t[r++] & 63) - 65536, e += String.fromCharCode(55296 | n >> 10, 56320 | n & 1023)) : i & 1 ? e += String.fromCharCode((n & 31) << 6 | t[r++] & 63) : e += String.fromCharCode((n & 15) << 12 | (t[r++] & 63) << 6 | t[r++] & 63) : e += String.fromCharCode(n);
|
|
7921
7921
|
}
|
|
7922
7922
|
}, "dutf8");
|
|
7923
|
-
function
|
|
7923
|
+
function Fr(t, e) {
|
|
7924
7924
|
var r;
|
|
7925
|
-
if (
|
|
7925
|
+
if (jr) return jr.encode(t);
|
|
7926
7926
|
for (var n = t.length, i = new z(t.length + (t.length >> 1)), s = 0, a = c(function(d) {
|
|
7927
7927
|
i[s++] = d;
|
|
7928
7928
|
}, "w"), r = 0; r < n; ++r) {
|
|
@@ -7935,13 +7935,13 @@ function jr(t, e) {
|
|
|
7935
7935
|
}
|
|
7936
7936
|
return Qt(i, 0, s);
|
|
7937
7937
|
}
|
|
7938
|
-
c(
|
|
7938
|
+
c(Fr, "strToU8");
|
|
7939
7939
|
function Yi(t, e) {
|
|
7940
7940
|
if (e) {
|
|
7941
7941
|
for (var r = "", n = 0; n < t.length; n += 16384) r += String.fromCharCode.apply(null, t.subarray(n, n + 16384));
|
|
7942
7942
|
return r;
|
|
7943
7943
|
} else {
|
|
7944
|
-
if (
|
|
7944
|
+
if (Me) return Me.decode(t);
|
|
7945
7945
|
var i = qi(t), s = i.s, r = i.r;
|
|
7946
7946
|
return r.length && nt(8), s;
|
|
7947
7947
|
}
|
|
@@ -7954,19 +7954,19 @@ var Ji = c(function(t, e) {
|
|
|
7954
7954
|
return [It(t, e + 10), h, d, i, s + It(t, e + 30) + It(t, e + 32), g];
|
|
7955
7955
|
}, "zh"), zi = c(function(t, e) {
|
|
7956
7956
|
for (; It(t, e) != 1; e += 4 + It(t, e + 2)) ;
|
|
7957
|
-
return [
|
|
7958
|
-
}, "z64e"),
|
|
7957
|
+
return [Ne(t, e + 12), Ne(t, e + 4), Ne(t, e + 20)];
|
|
7958
|
+
}, "z64e"), De = c(function(t) {
|
|
7959
7959
|
var e = 0;
|
|
7960
7960
|
if (t) for (var r in t) {
|
|
7961
7961
|
var n = t[r].length;
|
|
7962
7962
|
n > 65535 && nt(9), e += n + 4;
|
|
7963
7963
|
}
|
|
7964
7964
|
return e;
|
|
7965
|
-
}, "exfl"),
|
|
7966
|
-
var h = n.length, d = r.extra, g = l && l.length,
|
|
7965
|
+
}, "exfl"), Vr = c(function(t, e, r, n, i, s, a, l) {
|
|
7966
|
+
var h = n.length, d = r.extra, g = l && l.length, w = De(d);
|
|
7967
7967
|
et(t, e, a != null ? 33639248 : 67324752), e += 4, a != null && (t[e++] = 20, t[e++] = r.os), t[e] = 20, e += 2, t[e++] = r.flag << 1 | (s < 0 && 8), t[e++] = i && 8, t[e++] = r.compression & 255, t[e++] = r.compression >> 8;
|
|
7968
7968
|
var C = new Date(r.mtime == null ? Date.now() : r.mtime), v = C.getFullYear() - 1980;
|
|
7969
|
-
if ((v < 0 || v > 119) && nt(10), et(t, e, v << 25 | C.getMonth() + 1 << 21 | C.getDate() << 16 | C.getHours() << 11 | C.getMinutes() << 5 | C.getSeconds() >> 1), e += 4, s != -1 && (et(t, e, r.crc), et(t, e + 4, s < 0 ? -s - 2 : s), et(t, e + 8, r.size)), et(t, e + 12, h), et(t, e + 14,
|
|
7969
|
+
if ((v < 0 || v > 119) && nt(10), et(t, e, v << 25 | C.getMonth() + 1 << 21 | C.getDate() << 16 | C.getHours() << 11 | C.getMinutes() << 5 | C.getSeconds() >> 1), e += 4, s != -1 && (et(t, e, r.crc), et(t, e + 4, s < 0 ? -s - 2 : s), et(t, e + 8, r.size)), et(t, e + 12, h), et(t, e + 14, w), e += 16, a != null && (et(t, e, g), et(t, e + 6, r.attrs), et(t, e + 10, a), e += 14), t.set(n, e), e += h, w) for (var M in d) {
|
|
7970
7970
|
var D = d[M], b = D.length;
|
|
7971
7971
|
et(t, e, +M), et(t, e + 2, b), t.set(D, e + 4), e += 4 + b;
|
|
7972
7972
|
}
|
|
@@ -7977,19 +7977,19 @@ var Ji = c(function(t, e) {
|
|
|
7977
7977
|
function Zi(t, e) {
|
|
7978
7978
|
e || (e = {});
|
|
7979
7979
|
var r = {}, n = [];
|
|
7980
|
-
|
|
7980
|
+
kr(t, "", r, e);
|
|
7981
7981
|
var i = 0, s = 0;
|
|
7982
7982
|
for (var a in r) {
|
|
7983
|
-
var l = r[a], h = l[0], d = l[1], g = d.level == 0 ? 0 : 8,
|
|
7983
|
+
var l = r[a], h = l[0], d = l[1], g = d.level == 0 ? 0 : 8, w = Fr(a), C = w.length, v = d.comment, M = v && Fr(v), D = M && M.length, b = De(d.extra);
|
|
7984
7984
|
C > 65535 && nt(11);
|
|
7985
|
-
var P = g ? Vi(h, d) : h,
|
|
7986
|
-
O.p(h), n.push(
|
|
7985
|
+
var P = g ? Vi(h, d) : h, A = P.length, O = ji();
|
|
7986
|
+
O.p(h), n.push(Hr(d, { size: h.length, crc: O.d(), c: P, f: w, m: M, u: C != a.length || M && v.length != D, o: i, compression: g })), i += 30 + C + b + A, s += 76 + 2 * (C + b) + (D || 0) + A;
|
|
7987
7987
|
}
|
|
7988
7988
|
for (var x = new z(s + 22), U = i, H = s - i, j = 0; j < n.length; ++j) {
|
|
7989
|
-
var
|
|
7990
|
-
|
|
7991
|
-
var o = 30 +
|
|
7992
|
-
x.set(
|
|
7989
|
+
var w = n[j];
|
|
7990
|
+
Vr(x, w.o, w, w.f, w.u, w.c.length);
|
|
7991
|
+
var o = 30 + w.f.length + De(w.extra);
|
|
7992
|
+
x.set(w.c, w.o + o), Vr(x, i, w, w.f, w.u, w.c.length, w.o, w.m), i += 16 + o + (w.m ? w.m.length : 0);
|
|
7993
7993
|
}
|
|
7994
7994
|
return Xi(x, i, n.length, H, U), x;
|
|
7995
7995
|
}
|
|
@@ -8004,24 +8004,24 @@ function ts(t, e) {
|
|
|
8004
8004
|
a = gt(t, l) == 101075792, a && (i = gt(t, l + 32), s = gt(t, l + 48));
|
|
8005
8005
|
}
|
|
8006
8006
|
for (var h = 0; h < i; ++h) {
|
|
8007
|
-
var d = Qi(t, s, a), g = d[0],
|
|
8008
|
-
s = M, g ? g == 8 ? r[v] = Ki(t.subarray(b, b +
|
|
8007
|
+
var d = Qi(t, s, a), g = d[0], w = d[1], C = d[2], v = d[3], M = d[4], D = d[5], b = Ji(t, D);
|
|
8008
|
+
s = M, g ? g == 8 ? r[v] = Ki(t.subarray(b, b + w), { out: new z(C) }) : nt(14, "unknown compression type " + g) : r[v] = Qt(t, b, b + w);
|
|
8009
8009
|
}
|
|
8010
8010
|
return r;
|
|
8011
8011
|
}
|
|
8012
8012
|
c(ts, "unzipSync");
|
|
8013
8013
|
const es = [/^\/$/, /^\*+$/, /^[0-9]+$/], rs = ["/artifact/", "https://", "http://", "*********"], ns = 3;
|
|
8014
|
-
function
|
|
8014
|
+
function Kr(t) {
|
|
8015
8015
|
return t.filter((e) => !(e.length < ns || es.some((r) => r.test(e)) || rs.some((r) => e.includes(r))));
|
|
8016
8016
|
}
|
|
8017
|
-
c(
|
|
8018
|
-
const yt = Symbol.for("@ts-pattern/matcher"), is = Symbol.for("@ts-pattern/isVariadic"), ae = "@ts-pattern/anonymous-select-key",
|
|
8017
|
+
c(Kr, "filterSensitiveValues");
|
|
8018
|
+
const yt = Symbol.for("@ts-pattern/matcher"), is = Symbol.for("@ts-pattern/isVariadic"), ae = "@ts-pattern/anonymous-select-key", xe = c((t) => !!(t && typeof t == "object"), "r"), ce = c((t) => t && !!t[yt], "i"), St = c((t, e, r) => {
|
|
8019
8019
|
if (ce(t)) {
|
|
8020
8020
|
const n = t[yt](), { matched: i, selections: s } = n.match(e);
|
|
8021
8021
|
return i && s && Object.keys(s).forEach((a) => r(a, s[a])), i;
|
|
8022
8022
|
}
|
|
8023
|
-
if (
|
|
8024
|
-
if (!
|
|
8023
|
+
if (xe(t)) {
|
|
8024
|
+
if (!xe(e)) return false;
|
|
8025
8025
|
if (Array.isArray(t)) {
|
|
8026
8026
|
if (!Array.isArray(e)) return false;
|
|
8027
8027
|
let n = [], i = [], s = [];
|
|
@@ -8046,10 +8046,10 @@ const yt = Symbol.for("@ts-pattern/matcher"), is = Symbol.for("@ts-pattern/isVar
|
|
|
8046
8046
|
return Object.is(e, t);
|
|
8047
8047
|
}, "o"), Pt = c((t) => {
|
|
8048
8048
|
var e, r, n;
|
|
8049
|
-
return
|
|
8049
|
+
return xe(t) ? ce(t) ? (e = (r = (n = t[yt]()).getSelectionKeys) == null ? void 0 : r.call(n)) != null ? e : [] : Array.isArray(t) ? Zt(t, Pt) : Zt(Object.values(t), Pt) : [];
|
|
8050
8050
|
}, "s"), Zt = c((t, e) => t.reduce((r, n) => r.concat(e(n)), []), "c");
|
|
8051
8051
|
function ct(t) {
|
|
8052
|
-
return Object.assign(t, { optional: c(() => ss(t), "optional"), and: c((e) => q(t, e), "and"), or: c((e) => os(t, e), "or"), select: c((e) => e === void 0 ?
|
|
8052
|
+
return Object.assign(t, { optional: c(() => ss(t), "optional"), and: c((e) => q(t, e), "and"), or: c((e) => os(t, e), "or"), select: c((e) => e === void 0 ? Wr(t) : Wr(e, t), "select") });
|
|
8053
8053
|
}
|
|
8054
8054
|
c(ct, "a");
|
|
8055
8055
|
function ss(t) {
|
|
@@ -8086,7 +8086,7 @@ function K(t) {
|
|
|
8086
8086
|
return { [yt]: () => ({ match: c((e) => ({ matched: !!t(e) }), "match") }) };
|
|
8087
8087
|
}
|
|
8088
8088
|
c(K, "p");
|
|
8089
|
-
function
|
|
8089
|
+
function Wr(...t) {
|
|
8090
8090
|
const e = typeof t[0] == "string" ? t[0] : void 0, r = t.length === 2 ? t[1] : typeof t[0] == "string" ? void 0 : t[0];
|
|
8091
8091
|
return ct({ [yt]: () => ({ match: c((n) => {
|
|
8092
8092
|
let i = { [e ?? ae]: n };
|
|
@@ -8095,11 +8095,11 @@ function Kr(...t) {
|
|
|
8095
8095
|
}), selections: i };
|
|
8096
8096
|
}, "match"), getSelectionKeys: c(() => [e ?? ae].concat(r === void 0 ? [] : Pt(r)), "getSelectionKeys") }) });
|
|
8097
8097
|
}
|
|
8098
|
-
c(
|
|
8099
|
-
function
|
|
8098
|
+
c(Wr, "v");
|
|
8099
|
+
function qr(t) {
|
|
8100
8100
|
return true;
|
|
8101
8101
|
}
|
|
8102
|
-
c(
|
|
8102
|
+
c(qr, "b");
|
|
8103
8103
|
function Rt(t) {
|
|
8104
8104
|
return typeof t == "number";
|
|
8105
8105
|
}
|
|
@@ -8111,7 +8111,7 @@ c(Ot, "S");
|
|
|
8111
8111
|
function Lt(t) {
|
|
8112
8112
|
return typeof t == "bigint";
|
|
8113
8113
|
}
|
|
8114
|
-
c(Lt, "j"), ct(K(
|
|
8114
|
+
c(Lt, "j"), ct(K(qr)), ct(K(qr));
|
|
8115
8115
|
const Nt = c((t) => Object.assign(ct(t), { startsWith: c((e) => {
|
|
8116
8116
|
return Nt(q(t, (r = e, K((n) => Ot(n) && n.startsWith(r)))));
|
|
8117
8117
|
var r;
|
|
@@ -8152,12 +8152,12 @@ class as extends Error {
|
|
|
8152
8152
|
super(`Pattern matching error: no pattern matches value ${r}`), this.input = void 0, this.input = e;
|
|
8153
8153
|
}
|
|
8154
8154
|
}
|
|
8155
|
-
const
|
|
8155
|
+
const Ge = { matched: false, value: void 0 };
|
|
8156
8156
|
function cs(t) {
|
|
8157
|
-
return new
|
|
8157
|
+
return new ge(t, Ge);
|
|
8158
8158
|
}
|
|
8159
8159
|
c(cs, "M");
|
|
8160
|
-
class
|
|
8160
|
+
class ge {
|
|
8161
8161
|
static {
|
|
8162
8162
|
c(this, "R");
|
|
8163
8163
|
}
|
|
@@ -8172,13 +8172,13 @@ class me {
|
|
|
8172
8172
|
let s = false, a = {};
|
|
8173
8173
|
const l = c((d, g) => {
|
|
8174
8174
|
s = true, a[d] = g;
|
|
8175
|
-
}, "u2"), h = !n.some((d) => St(d, this.input, l)) || i && !i(this.input) ?
|
|
8176
|
-
return new
|
|
8175
|
+
}, "u2"), h = !n.some((d) => St(d, this.input, l)) || i && !i(this.input) ? Ge : { matched: true, value: r(s ? ae in a ? a[ae] : a : this.input, this.input) };
|
|
8176
|
+
return new ge(this.input, h);
|
|
8177
8177
|
}
|
|
8178
8178
|
when(e, r) {
|
|
8179
8179
|
if (this.state.matched) return this;
|
|
8180
8180
|
const n = !!e(this.input);
|
|
8181
|
-
return new
|
|
8181
|
+
return new ge(this.input, n ? { matched: true, value: r(this.input, this.input) } : Ge);
|
|
8182
8182
|
}
|
|
8183
8183
|
otherwise(e) {
|
|
8184
8184
|
return this.state.matched ? this.state.value : e(this.input);
|
|
@@ -8221,12 +8221,12 @@ function Gt({ obj: t, sensitiveValues: e }) {
|
|
|
8221
8221
|
return Object.fromEntries(Object.entries(t).map(([r, n]) => [r, ds(r) ? n : te({ sensitiveValues: e, value: n })]));
|
|
8222
8222
|
}
|
|
8223
8223
|
c(Gt, "scrubObject");
|
|
8224
|
-
function
|
|
8224
|
+
function Yr({ error: t, sensitiveValues: e }) {
|
|
8225
8225
|
return t ? { ...t, message: ot({ sensitiveValues: e, str: t.message }) } : void 0;
|
|
8226
8226
|
}
|
|
8227
|
-
c(
|
|
8227
|
+
c(Yr, "scrubError");
|
|
8228
8228
|
function ps({ event: t, sensitiveValues: e }) {
|
|
8229
|
-
return cs(t).with({ type: "console" }, (r) => ({ ...r, args: r.args?.map((n) => ({ ...n, preview: ot({ sensitiveValues: e, str: n.preview }), value: te({ sensitiveValues: e, value: n.value }) })), text: ot({ sensitiveValues: e, str: r.text }) })).with({ type: "before" }, (r) => ({ ...r, params: Gt({ obj: r.params, sensitiveValues: e }), title: r.title ? ot({ sensitiveValues: e, str: r.title }) : void 0 })).with({ type: "after" }, (r) => ({ ...r, error:
|
|
8229
|
+
return cs(t).with({ type: "console" }, (r) => ({ ...r, args: r.args?.map((n) => ({ ...n, preview: ot({ sensitiveValues: e, str: n.preview }), value: te({ sensitiveValues: e, value: n.value }) })), text: ot({ sensitiveValues: e, str: r.text }) })).with({ type: "before" }, (r) => ({ ...r, params: Gt({ obj: r.params, sensitiveValues: e }), title: r.title ? ot({ sensitiveValues: e, str: r.title }) : void 0 })).with({ type: "after" }, (r) => ({ ...r, error: Yr({ error: r.error, sensitiveValues: e }), result: r.result !== void 0 ? te({ sensitiveValues: e, value: r.result }) : void 0 })).with({ type: "action" }, (r) => ({ ...r, error: Yr({ error: r.error, sensitiveValues: e }), params: Gt({ obj: r.params, sensitiveValues: e }), result: r.result !== void 0 ? te({ sensitiveValues: e, value: r.result }) : void 0, title: r.title ? ot({ sensitiveValues: e, str: r.title }) : void 0 })).with({ type: "event" }, (r) => ({ ...r, params: Gt({ obj: r.params, sensitiveValues: e }) })).with({ type: "stdout" }, { type: "stderr" }, (r) => ({ ...r, text: r.text !== void 0 ? ot({ sensitiveValues: e, str: r.text }) : void 0 })).with({ type: "error" }, (r) => ({ ...r, message: ot({ sensitiveValues: e, str: r.message }) })).with({ type: "log" }, (r) => ({ ...r, message: ot({ sensitiveValues: e, str: r.message }) })).with({ type: "context-options" }, (r) => ({ ...r, options: Gt({ obj: r.options, sensitiveValues: e }), title: r.title ? ot({ sensitiveValues: e, str: r.title }) : void 0 })).with({ type: "frame-snapshot" }, (r) => ({ ...r, snapshot: Gt({ obj: r.snapshot, sensitiveValues: e }) })).with({ type: "resource-snapshot" }, (r) => ({ ...r, snapshot: Gt({ obj: r.snapshot, sensitiveValues: e }) })).with({ type: "screencast-frame" }, { type: "input" }, (r) => r).exhaustive();
|
|
8230
8230
|
}
|
|
8231
8231
|
c(ps, "scrubTraceEvent");
|
|
8232
8232
|
function ms({ content: t, sensitiveValues: e }) {
|
|
@@ -8244,43 +8244,43 @@ function ms({ content: t, sensitiveValues: e }) {
|
|
|
8244
8244
|
`));
|
|
8245
8245
|
}
|
|
8246
8246
|
c(ms, "scrubJsonLinesFile");
|
|
8247
|
-
function
|
|
8247
|
+
function Jr({ content: t, sensitiveValues: e }) {
|
|
8248
8248
|
const r = new node_util.TextDecoder(), n = new node_util.TextEncoder(), i = ot({ sensitiveValues: e, str: r.decode(t) });
|
|
8249
8249
|
return n.encode(i);
|
|
8250
8250
|
}
|
|
8251
|
-
c(
|
|
8252
|
-
async function
|
|
8253
|
-
const r =
|
|
8251
|
+
c(Jr, "scrubTextFile");
|
|
8252
|
+
async function $e({ sensitiveValues: t, traceBuffer: e }) {
|
|
8253
|
+
const r = Kr(t);
|
|
8254
8254
|
if (r.length === 0) return new Uint8Array(e);
|
|
8255
8255
|
const n = [...r].sort((h, d) => d.length - h.length), i = ts(new Uint8Array(e)), s = Object.entries(i), a = await Promise.all(s.map(async ([h, d]) => [h, await gs({ content: d, filename: h, sensitiveValues: n })])), l = Object.fromEntries(a);
|
|
8256
8256
|
return Zi(l);
|
|
8257
8257
|
}
|
|
8258
|
-
c(
|
|
8258
|
+
c($e, "scrubTrace");
|
|
8259
8259
|
async function gs({ content: t, filename: e, sensitiveValues: r }) {
|
|
8260
8260
|
const n = e.toLowerCase();
|
|
8261
|
-
return n.endsWith(".trace") || n.endsWith(".network") ? ms({ content: t, sensitiveValues: r }) : n.endsWith(".html") || n.endsWith(".dat") || n.endsWith(".json") ?
|
|
8261
|
+
return n.endsWith(".trace") || n.endsWith(".network") ? ms({ content: t, sensitiveValues: r }) : n.endsWith(".html") || n.endsWith(".dat") || n.endsWith(".json") ? Jr({ content: t, sensitiveValues: r }) : n.startsWith("resources/") ? Es({ content: t, sensitiveValues: r }) : t;
|
|
8262
8262
|
}
|
|
8263
8263
|
c(gs, "scrubFile");
|
|
8264
8264
|
async function Es({ content: t, sensitiveValues: e }) {
|
|
8265
|
-
return await Pi.isBinaryFile(Buffer.from(t)) ? t :
|
|
8265
|
+
return await Pi.isBinaryFile(Buffer.from(t)) ? t : Jr({ content: t, sensitiveValues: e });
|
|
8266
8266
|
}
|
|
8267
8267
|
c(Es, "scrubResourceFile");
|
|
8268
8268
|
async function _s({ sensitiveValues: t, tracePath: e }) {
|
|
8269
8269
|
const r = [], n = node_fs.createReadStream(e);
|
|
8270
8270
|
for await (const s of n) r.push(Uint8Array.from(s));
|
|
8271
8271
|
const i = new Uint8Array(Buffer.concat(r));
|
|
8272
|
-
return
|
|
8272
|
+
return $e({ sensitiveValues: t, traceBuffer: i });
|
|
8273
8273
|
}
|
|
8274
8274
|
c(_s, "scrubTraceFromPath");
|
|
8275
8275
|
async function Is({ sensitiveValues: t, traceFd: e, tracePath: r }) {
|
|
8276
8276
|
const n = [], i = node_fs.createReadStream(r, { autoClose: true, fd: e });
|
|
8277
8277
|
for await (const a of i) n.push(Uint8Array.from(a));
|
|
8278
8278
|
const s = new Uint8Array(Buffer.concat(n));
|
|
8279
|
-
return
|
|
8279
|
+
return $e({ sensitiveValues: t, traceBuffer: s });
|
|
8280
8280
|
}
|
|
8281
8281
|
c(Is, "scrubTraceFromFd");
|
|
8282
|
-
const
|
|
8283
|
-
class
|
|
8282
|
+
const Qr = { AUTHENTICATION_FAILED: 1008 }, Ss = 2e4, Rs = 5e4, Ts = 3e4;
|
|
8283
|
+
class ws {
|
|
8284
8284
|
static {
|
|
8285
8285
|
c(this, "WebSocketClient");
|
|
8286
8286
|
}
|
|
@@ -8318,7 +8318,7 @@ class As {
|
|
|
8318
8318
|
} catch {
|
|
8319
8319
|
}
|
|
8320
8320
|
}), this.socket.on("close", (r, n) => {
|
|
8321
|
-
this.isAuthenticated = false, this.clearPingInterval(), r ===
|
|
8321
|
+
this.isAuthenticated = false, this.clearPingInterval(), r === Qr.AUTHENTICATION_FAILED && (this.authenticationFailed = true, this.onError && this.onError({ code: r, message: n.toString() || "Authentication failed", reason: n.toString() })), !this.isManualClose && !this.authenticationFailed && this.reconnectAttempts < this.maxReconnectAttempts && this.scheduleReconnect();
|
|
8322
8322
|
}), this.socket.on("error", () => {
|
|
8323
8323
|
});
|
|
8324
8324
|
} catch {
|
|
@@ -8386,16 +8386,16 @@ class As {
|
|
|
8386
8386
|
return [...this.buffer];
|
|
8387
8387
|
}
|
|
8388
8388
|
}
|
|
8389
|
-
var
|
|
8389
|
+
var As = { detect({ env: t }) {
|
|
8390
8390
|
return !!t.APPVEYOR;
|
|
8391
8391
|
}, configuration({ env: t }) {
|
|
8392
8392
|
const e = t.APPVEYOR_PULL_REQUEST_NUMBER, r = !!e;
|
|
8393
8393
|
return { name: "Appveyor", service: "appveyor", commit: t.APPVEYOR_REPO_COMMIT, tag: t.APPVEYOR_REPO_TAG_NAME, build: t.APPVEYOR_BUILD_NUMBER, buildUrl: `https://ci.appveyor.com/project/${t.APPVEYOR_PROJECT_SLUG}/build/${t.APPVEYOR_BUILD_VERSION}`, branch: t.APPVEYOR_REPO_BRANCH, job: t.APPVEYOR_JOB_NUMBER, jobUrl: `https://ci.appveyor.com/project/${t.APPVEYOR_PROJECT_SLUG}/build/job/${t.APPVEYOR_JOB_ID}`, pr: e, isPr: r, prBranch: t.APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH, slug: t.APPVEYOR_REPO_NAME, root: t.APPVEYOR_BUILD_FOLDER };
|
|
8394
8394
|
} };
|
|
8395
|
-
function
|
|
8395
|
+
function zr(t) {
|
|
8396
8396
|
return (/\d+(?!.*\d+)/.exec(t) || [])[0];
|
|
8397
8397
|
}
|
|
8398
|
-
c(
|
|
8398
|
+
c(zr, "prNumber");
|
|
8399
8399
|
function ee(t) {
|
|
8400
8400
|
return t ? /^(?:refs\/heads\/)?(?<branch>.+)$/i.exec(t)[1] : void 0;
|
|
8401
8401
|
}
|
|
@@ -8421,12 +8421,12 @@ var ys = { detect({ env: t }) {
|
|
|
8421
8421
|
} }, Us = { detect({ env: t }) {
|
|
8422
8422
|
return !!t.BUDDY_WORKSPACE_ID;
|
|
8423
8423
|
}, configuration({ env: t }) {
|
|
8424
|
-
const e =
|
|
8424
|
+
const e = zr(t.BUDDY_EXECUTION_PULL_REQUEST_ID), r = !!e;
|
|
8425
8425
|
return { name: "Buddy", service: "buddy", commit: t.BUDDY_EXECUTION_REVISION, tag: t.BUDDY_EXECUTION_TAG, build: t.BUDDY_EXECUTION_ID, buildUrl: t.BUDDY_EXECUTION_URL, branch: r ? t.BUDDY_EXECUTION_PULL_REQUEST_HEAD_BRANCH : t.BUDDY_EXECUTION_BRANCH, pr: e, isPr: r, slug: t.BUDDY_REPO_SLUG };
|
|
8426
|
-
} }, $t = { exports: {} },
|
|
8426
|
+
} }, $t = { exports: {} }, He, Xr;
|
|
8427
8427
|
function Bs() {
|
|
8428
|
-
if (
|
|
8429
|
-
|
|
8428
|
+
if (Xr) return He;
|
|
8429
|
+
Xr = 1, He = n, n.sync = i;
|
|
8430
8430
|
var t = Vt;
|
|
8431
8431
|
function e(s, a) {
|
|
8432
8432
|
var l = a.pathExt !== void 0 ? a.pathExt : process.env.PATHEXT;
|
|
@@ -8451,13 +8451,13 @@ function Bs() {
|
|
|
8451
8451
|
function i(s, a) {
|
|
8452
8452
|
return r(t.statSync(s), s, a);
|
|
8453
8453
|
}
|
|
8454
|
-
return c(i, "sync"),
|
|
8454
|
+
return c(i, "sync"), He;
|
|
8455
8455
|
}
|
|
8456
8456
|
c(Bs, "requireWindows");
|
|
8457
|
-
var
|
|
8457
|
+
var ke, Zr;
|
|
8458
8458
|
function Ps() {
|
|
8459
|
-
if (
|
|
8460
|
-
|
|
8459
|
+
if (Zr) return ke;
|
|
8460
|
+
Zr = 1, ke = e, e.sync = r;
|
|
8461
8461
|
var t = Vt;
|
|
8462
8462
|
function e(s, a, l) {
|
|
8463
8463
|
t.stat(s, function(h, d) {
|
|
@@ -8474,18 +8474,18 @@ function Ps() {
|
|
|
8474
8474
|
}
|
|
8475
8475
|
c(n, "checkStat");
|
|
8476
8476
|
function i(s, a) {
|
|
8477
|
-
var l = s.mode, h = s.uid, d = s.gid, g = a.uid !== void 0 ? a.uid : process.getuid && process.getuid(),
|
|
8477
|
+
var l = s.mode, h = s.uid, d = s.gid, g = a.uid !== void 0 ? a.uid : process.getuid && process.getuid(), w = a.gid !== void 0 ? a.gid : process.getgid && process.getgid(), C = parseInt("100", 8), v = parseInt("010", 8), M = parseInt("001", 8), D = C | v, b = l & M || l & v && d === w || l & C && h === g || l & D && g === 0;
|
|
8478
8478
|
return b;
|
|
8479
8479
|
}
|
|
8480
|
-
return c(i, "checkMode"),
|
|
8480
|
+
return c(i, "checkMode"), ke;
|
|
8481
8481
|
}
|
|
8482
8482
|
c(Ps, "requireMode");
|
|
8483
|
-
var
|
|
8483
|
+
var je, tn;
|
|
8484
8484
|
function Os() {
|
|
8485
|
-
if (
|
|
8486
|
-
|
|
8485
|
+
if (tn) return je;
|
|
8486
|
+
tn = 1;
|
|
8487
8487
|
var t;
|
|
8488
|
-
process.platform === "win32" || Ui.TESTING_WINDOWS ? t = Bs() : t = Ps(),
|
|
8488
|
+
process.platform === "win32" || Ui.TESTING_WINDOWS ? t = Bs() : t = Ps(), je = e, e.sync = r;
|
|
8489
8489
|
function e(n, i, s) {
|
|
8490
8490
|
if (typeof i == "function" && (s = i, i = {}), !s) {
|
|
8491
8491
|
if (typeof Promise != "function") throw new TypeError("callback not provided");
|
|
@@ -8508,39 +8508,39 @@ function Os() {
|
|
|
8508
8508
|
throw s;
|
|
8509
8509
|
}
|
|
8510
8510
|
}
|
|
8511
|
-
return c(r, "sync"),
|
|
8511
|
+
return c(r, "sync"), je;
|
|
8512
8512
|
}
|
|
8513
8513
|
c(Os, "requireIsexe");
|
|
8514
|
-
var
|
|
8514
|
+
var Fe, en;
|
|
8515
8515
|
function Ls() {
|
|
8516
|
-
if (
|
|
8517
|
-
|
|
8516
|
+
if (en) return Fe;
|
|
8517
|
+
en = 1;
|
|
8518
8518
|
const t = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys", e = Kt, r = t ? ";" : ":", n = Os(), i = c((h) => Object.assign(new Error(`not found: ${h}`), { code: "ENOENT" }), "getNotFoundError"), s = c((h, d) => {
|
|
8519
|
-
const g = d.colon || r,
|
|
8520
|
-
return t && h.indexOf(".") !== -1 && v[0] !== "" && v.unshift(""), { pathEnv:
|
|
8519
|
+
const g = d.colon || r, w = h.match(/\//) || t && h.match(/\\/) ? [""] : [...t ? [process.cwd()] : [], ...(d.path || process.env.PATH || "").split(g)], C = t ? d.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "", v = t ? C.split(g) : [""];
|
|
8520
|
+
return t && h.indexOf(".") !== -1 && v[0] !== "" && v.unshift(""), { pathEnv: w, pathExt: v, pathExtExe: C };
|
|
8521
8521
|
}, "getPathInfo"), a = c((h, d, g) => {
|
|
8522
8522
|
typeof d == "function" && (g = d, d = {}), d || (d = {});
|
|
8523
|
-
const { pathEnv:
|
|
8524
|
-
if (P ===
|
|
8525
|
-
const x =
|
|
8526
|
-
|
|
8527
|
-
}), "step"), b = c((P,
|
|
8528
|
-
if (O === C.length) return x(D(
|
|
8523
|
+
const { pathEnv: w, pathExt: C, pathExtExe: v } = s(h, d), M = [], D = c((P) => new Promise((A, O) => {
|
|
8524
|
+
if (P === w.length) return d.all && M.length ? A(M) : O(i(h));
|
|
8525
|
+
const x = w[P], U = /^".*"$/.test(x) ? x.slice(1, -1) : x, H = e.join(U, h), j = !U && /^\.[\\\/]/.test(h) ? h.slice(0, 2) + H : H;
|
|
8526
|
+
A(b(j, P, 0));
|
|
8527
|
+
}), "step"), b = c((P, A, O) => new Promise((x, U) => {
|
|
8528
|
+
if (O === C.length) return x(D(A + 1));
|
|
8529
8529
|
const H = C[O];
|
|
8530
8530
|
n(P + H, { pathExt: v }, (j, o) => {
|
|
8531
8531
|
if (!j && o) if (d.all) M.push(P + H);
|
|
8532
8532
|
else return x(P + H);
|
|
8533
|
-
return x(b(P,
|
|
8533
|
+
return x(b(P, A, O + 1));
|
|
8534
8534
|
});
|
|
8535
8535
|
}), "subStep");
|
|
8536
8536
|
return g ? D(0).then((P) => g(null, P), g) : D(0);
|
|
8537
8537
|
}, "which"), l = c((h, d) => {
|
|
8538
8538
|
d = d || {};
|
|
8539
|
-
const { pathEnv: g, pathExt:
|
|
8539
|
+
const { pathEnv: g, pathExt: w, pathExtExe: C } = s(h, d), v = [];
|
|
8540
8540
|
for (let M = 0; M < g.length; M++) {
|
|
8541
|
-
const D = g[M], b = /^".*"$/.test(D) ? D.slice(1, -1) : D, P = e.join(b, h),
|
|
8542
|
-
for (let O = 0; O <
|
|
8543
|
-
const x =
|
|
8541
|
+
const D = g[M], b = /^".*"$/.test(D) ? D.slice(1, -1) : D, P = e.join(b, h), A = !b && /^\.[\\\/]/.test(h) ? h.slice(0, 2) + P : P;
|
|
8542
|
+
for (let O = 0; O < w.length; O++) {
|
|
8543
|
+
const x = A + w[O];
|
|
8544
8544
|
try {
|
|
8545
8545
|
if (n.sync(x, { pathExt: C })) if (d.all) v.push(x);
|
|
8546
8546
|
else return x;
|
|
@@ -8552,13 +8552,13 @@ function Ls() {
|
|
|
8552
8552
|
if (d.nothrow) return null;
|
|
8553
8553
|
throw i(h);
|
|
8554
8554
|
}, "whichSync");
|
|
8555
|
-
return
|
|
8555
|
+
return Fe = a, a.sync = l, Fe;
|
|
8556
8556
|
}
|
|
8557
8557
|
c(Ls, "requireWhich");
|
|
8558
|
-
var ue = { exports: {} },
|
|
8558
|
+
var ue = { exports: {} }, rn;
|
|
8559
8559
|
function Ns() {
|
|
8560
|
-
if (
|
|
8561
|
-
|
|
8560
|
+
if (rn) return ue.exports;
|
|
8561
|
+
rn = 1;
|
|
8562
8562
|
const t = c((e = {}) => {
|
|
8563
8563
|
const r = e.env || process.env;
|
|
8564
8564
|
return (e.platform || process.platform) !== "win32" ? "PATH" : Object.keys(r).reverse().find((i) => i.toUpperCase() === "PATH") || "Path";
|
|
@@ -8566,10 +8566,10 @@ function Ns() {
|
|
|
8566
8566
|
return ue.exports = t, ue.exports.default = t, ue.exports;
|
|
8567
8567
|
}
|
|
8568
8568
|
c(Ns, "requirePathKey");
|
|
8569
|
-
var
|
|
8569
|
+
var Ve, nn;
|
|
8570
8570
|
function Ms() {
|
|
8571
|
-
if (
|
|
8572
|
-
|
|
8571
|
+
if (nn) return Ve;
|
|
8572
|
+
nn = 1;
|
|
8573
8573
|
const t = Kt, e = Ls(), r = Ns();
|
|
8574
8574
|
function n(s, a) {
|
|
8575
8575
|
const l = s.options.env || process.env, h = process.cwd(), d = s.options.cwd != null, g = d && process.chdir !== void 0 && !process.chdir.disabled;
|
|
@@ -8577,26 +8577,26 @@ function Ms() {
|
|
|
8577
8577
|
process.chdir(s.options.cwd);
|
|
8578
8578
|
} catch {
|
|
8579
8579
|
}
|
|
8580
|
-
let
|
|
8580
|
+
let w;
|
|
8581
8581
|
try {
|
|
8582
|
-
|
|
8582
|
+
w = e.sync(s.command, { path: l[r({ env: l })], pathExt: a ? t.delimiter : void 0 });
|
|
8583
8583
|
} catch {
|
|
8584
8584
|
} finally {
|
|
8585
8585
|
g && process.chdir(h);
|
|
8586
8586
|
}
|
|
8587
|
-
return
|
|
8587
|
+
return w && (w = t.resolve(d ? s.options.cwd : "", w)), w;
|
|
8588
8588
|
}
|
|
8589
8589
|
c(n, "resolveCommandAttempt");
|
|
8590
8590
|
function i(s) {
|
|
8591
8591
|
return n(s) || n(s, true);
|
|
8592
8592
|
}
|
|
8593
|
-
return c(i, "resolveCommand"),
|
|
8593
|
+
return c(i, "resolveCommand"), Ve = i, Ve;
|
|
8594
8594
|
}
|
|
8595
8595
|
c(Ms, "requireResolveCommand");
|
|
8596
|
-
var le = {},
|
|
8596
|
+
var le = {}, sn;
|
|
8597
8597
|
function Ds() {
|
|
8598
|
-
if (
|
|
8599
|
-
|
|
8598
|
+
if (sn) return le;
|
|
8599
|
+
sn = 1;
|
|
8600
8600
|
const t = /([()\][%!^"`<>&|;, *?])/g;
|
|
8601
8601
|
function e(n) {
|
|
8602
8602
|
return n = n.replace(t, "^$1"), n;
|
|
@@ -8608,28 +8608,28 @@ function Ds() {
|
|
|
8608
8608
|
return c(r, "escapeArgument"), le.command = e, le.argument = r, le;
|
|
8609
8609
|
}
|
|
8610
8610
|
c(Ds, "require_escape");
|
|
8611
|
-
var
|
|
8611
|
+
var Ke, on;
|
|
8612
8612
|
function xs() {
|
|
8613
|
-
return
|
|
8613
|
+
return on || (on = 1, Ke = /^#!(.*)/), Ke;
|
|
8614
8614
|
}
|
|
8615
8615
|
c(xs, "requireShebangRegex");
|
|
8616
|
-
var
|
|
8616
|
+
var We, an;
|
|
8617
8617
|
function Gs() {
|
|
8618
|
-
if (
|
|
8619
|
-
|
|
8618
|
+
if (an) return We;
|
|
8619
|
+
an = 1;
|
|
8620
8620
|
const t = xs();
|
|
8621
|
-
return
|
|
8621
|
+
return We = c((e = "") => {
|
|
8622
8622
|
const r = e.match(t);
|
|
8623
8623
|
if (!r) return null;
|
|
8624
8624
|
const [n, i] = r[0].replace(/#! ?/, "").split(" "), s = n.split("/").pop();
|
|
8625
8625
|
return s === "env" ? i : i ? `${s} ${i}` : s;
|
|
8626
|
-
}, "shebangCommand"),
|
|
8626
|
+
}, "shebangCommand"), We;
|
|
8627
8627
|
}
|
|
8628
8628
|
c(Gs, "requireShebangCommand");
|
|
8629
|
-
var
|
|
8629
|
+
var qe, cn;
|
|
8630
8630
|
function $s() {
|
|
8631
|
-
if (
|
|
8632
|
-
|
|
8631
|
+
if (cn) return qe;
|
|
8632
|
+
cn = 1;
|
|
8633
8633
|
const t = Vt, e = Gs();
|
|
8634
8634
|
function r(n) {
|
|
8635
8635
|
const s = Buffer.alloc(150);
|
|
@@ -8640,25 +8640,25 @@ function $s() {
|
|
|
8640
8640
|
}
|
|
8641
8641
|
return e(s.toString());
|
|
8642
8642
|
}
|
|
8643
|
-
return c(r, "readShebang"),
|
|
8643
|
+
return c(r, "readShebang"), qe = r, qe;
|
|
8644
8644
|
}
|
|
8645
8645
|
c($s, "requireReadShebang");
|
|
8646
|
-
var
|
|
8646
|
+
var Ye, un;
|
|
8647
8647
|
function Hs() {
|
|
8648
|
-
if (
|
|
8649
|
-
|
|
8648
|
+
if (un) return Ye;
|
|
8649
|
+
un = 1;
|
|
8650
8650
|
const t = Kt, e = Ms(), r = Ds(), n = $s(), i = process.platform === "win32", s = /\.(?:com|exe)$/i, a = /node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;
|
|
8651
8651
|
function l(g) {
|
|
8652
8652
|
g.file = e(g);
|
|
8653
|
-
const
|
|
8654
|
-
return
|
|
8653
|
+
const w = g.file && n(g.file);
|
|
8654
|
+
return w ? (g.args.unshift(g.file), g.command = w, e(g)) : g.file;
|
|
8655
8655
|
}
|
|
8656
8656
|
c(l, "detectShebang");
|
|
8657
8657
|
function h(g) {
|
|
8658
8658
|
if (!i) return g;
|
|
8659
|
-
const
|
|
8659
|
+
const w = l(g), C = !s.test(w);
|
|
8660
8660
|
if (g.options.forceShell || C) {
|
|
8661
|
-
const v = a.test(
|
|
8661
|
+
const v = a.test(w);
|
|
8662
8662
|
g.command = t.normalize(g.command), g.command = r.command(g.command), g.args = g.args.map((D) => r.argument(D, v));
|
|
8663
8663
|
const M = [g.command].concat(g.args).join(" ");
|
|
8664
8664
|
g.args = ["/d", "/s", "/c", `"${M}"`], g.command = process.env.comspec || "cmd.exe", g.options.windowsVerbatimArguments = true;
|
|
@@ -8666,18 +8666,18 @@ function Hs() {
|
|
|
8666
8666
|
return g;
|
|
8667
8667
|
}
|
|
8668
8668
|
c(h, "parseNonShell");
|
|
8669
|
-
function d(g,
|
|
8670
|
-
|
|
8671
|
-
const v = { command: g, args:
|
|
8669
|
+
function d(g, w, C) {
|
|
8670
|
+
w && !Array.isArray(w) && (C = w, w = null), w = w ? w.slice(0) : [], C = Object.assign({}, C);
|
|
8671
|
+
const v = { command: g, args: w, options: C, file: void 0, original: { command: g, args: w } };
|
|
8672
8672
|
return C.shell ? v : h(v);
|
|
8673
8673
|
}
|
|
8674
|
-
return c(d, "parse"),
|
|
8674
|
+
return c(d, "parse"), Ye = d, Ye;
|
|
8675
8675
|
}
|
|
8676
8676
|
c(Hs, "requireParse");
|
|
8677
|
-
var
|
|
8677
|
+
var Je, ln;
|
|
8678
8678
|
function ks() {
|
|
8679
|
-
if (
|
|
8680
|
-
|
|
8679
|
+
if (ln) return Je;
|
|
8680
|
+
ln = 1;
|
|
8681
8681
|
const t = process.platform === "win32";
|
|
8682
8682
|
function e(s, a) {
|
|
8683
8683
|
return Object.assign(new Error(`${a} ${s.command} ENOENT`), { code: "ENOENT", errno: "ENOENT", syscall: `${a} ${s.command}`, path: s.command, spawnargs: s.args });
|
|
@@ -8702,13 +8702,13 @@ function ks() {
|
|
|
8702
8702
|
function i(s, a) {
|
|
8703
8703
|
return t && s === 1 && !a.file ? e(a.original, "spawnSync") : null;
|
|
8704
8704
|
}
|
|
8705
|
-
return c(i, "verifyENOENTSync"),
|
|
8705
|
+
return c(i, "verifyENOENTSync"), Je = { hookChildProcess: r, verifyENOENT: n, verifyENOENTSync: i, notFoundError: e }, Je;
|
|
8706
8706
|
}
|
|
8707
8707
|
c(ks, "requireEnoent");
|
|
8708
|
-
var
|
|
8708
|
+
var fn;
|
|
8709
8709
|
function js() {
|
|
8710
|
-
if (
|
|
8711
|
-
|
|
8710
|
+
if (fn) return $t.exports;
|
|
8711
|
+
fn = 1;
|
|
8712
8712
|
const t = require$$0$2, e = Hs(), r = ks();
|
|
8713
8713
|
function n(s, a, l) {
|
|
8714
8714
|
const h = e(s, a, l), d = t.spawn(h.command, h.args, h.options);
|
|
@@ -8722,19 +8722,19 @@ function js() {
|
|
|
8722
8722
|
return c(i, "spawnSync"), $t.exports = n, $t.exports.spawn = n, $t.exports.sync = i, $t.exports._parse = e, $t.exports._enoent = r, $t.exports;
|
|
8723
8723
|
}
|
|
8724
8724
|
c(js, "requireCrossSpawn");
|
|
8725
|
-
var Fs = js(), Vs =
|
|
8725
|
+
var Fs = js(), Vs = Ur(Fs);
|
|
8726
8726
|
function Ks(t) {
|
|
8727
8727
|
const e = typeof t == "string" ? `
|
|
8728
8728
|
` : 10, r = typeof t == "string" ? "\r" : 13;
|
|
8729
8729
|
return t[t.length - 1] === e && (t = t.slice(0, -1)), t[t.length - 1] === r && (t = t.slice(0, -1)), t;
|
|
8730
8730
|
}
|
|
8731
8731
|
c(Ks, "stripFinalNewline");
|
|
8732
|
-
function
|
|
8732
|
+
function hn(t = {}) {
|
|
8733
8733
|
const { env: e = process.env, platform: r = process.platform } = t;
|
|
8734
8734
|
return r !== "win32" ? "PATH" : Object.keys(e).reverse().find((n) => n.toUpperCase() === "PATH") || "Path";
|
|
8735
8735
|
}
|
|
8736
|
-
c(
|
|
8737
|
-
const Ws = c(({ cwd: t = y.cwd(), path: e = y.env[
|
|
8736
|
+
c(hn, "pathKey");
|
|
8737
|
+
const Ws = c(({ cwd: t = y.cwd(), path: e = y.env[hn()], preferLocal: r = true, execPath: n = y.execPath, addExecPath: i = true } = {}) => {
|
|
8738
8738
|
const s = t instanceof URL ? node_url.fileURLToPath(t) : t, a = path.resolve(s), l = [];
|
|
8739
8739
|
return r && qs(l, a), i && Ys(l, n, a), [...l, e].join(path.delimiter);
|
|
8740
8740
|
}, "npmRunPath"), qs = c((t, e) => {
|
|
@@ -8745,22 +8745,22 @@ const Ws = c(({ cwd: t = y.cwd(), path: e = y.env[fn()], preferLocal: r = true,
|
|
|
8745
8745
|
t.push(path.resolve(r, n, ".."));
|
|
8746
8746
|
}, "applyExecPath"), Js = c(({ env: t = y.env, ...e } = {}) => {
|
|
8747
8747
|
t = { ...t };
|
|
8748
|
-
const r =
|
|
8748
|
+
const r = hn({ env: t });
|
|
8749
8749
|
return e.path = t[r], t[r] = Ws(e), t;
|
|
8750
8750
|
}, "npmRunPathEnv"), Qs = c(() => {
|
|
8751
|
-
const t =
|
|
8751
|
+
const t = pn - dn + 1;
|
|
8752
8752
|
return Array.from({ length: t }, zs);
|
|
8753
|
-
}, "getRealtimeSignals"), zs = c((t, e) => ({ name: `SIGRT${e + 1}`, number:
|
|
8753
|
+
}, "getRealtimeSignals"), zs = c((t, e) => ({ name: `SIGRT${e + 1}`, number: dn + e, action: "terminate", description: "Application-specific signal (realtime)", standard: "posix" }), "getRealtimeSignal"), dn = 34, pn = 64, Xs = [{ name: "SIGHUP", number: 1, action: "terminate", description: "Terminal closed", standard: "posix" }, { name: "SIGINT", number: 2, action: "terminate", description: "User interruption with CTRL-C", standard: "ansi" }, { name: "SIGQUIT", number: 3, action: "core", description: "User interruption with CTRL-\\", standard: "posix" }, { name: "SIGILL", number: 4, action: "core", description: "Invalid machine instruction", standard: "ansi" }, { name: "SIGTRAP", number: 5, action: "core", description: "Debugger breakpoint", standard: "posix" }, { name: "SIGABRT", number: 6, action: "core", description: "Aborted", standard: "ansi" }, { name: "SIGIOT", number: 6, action: "core", description: "Aborted", standard: "bsd" }, { name: "SIGBUS", number: 7, action: "core", description: "Bus error due to misaligned, non-existing address or paging error", standard: "bsd" }, { name: "SIGEMT", number: 7, action: "terminate", description: "Command should be emulated but is not implemented", standard: "other" }, { name: "SIGFPE", number: 8, action: "core", description: "Floating point arithmetic error", standard: "ansi" }, { name: "SIGKILL", number: 9, action: "terminate", description: "Forced termination", standard: "posix", forced: true }, { name: "SIGUSR1", number: 10, action: "terminate", description: "Application-specific signal", standard: "posix" }, { name: "SIGSEGV", number: 11, action: "core", description: "Segmentation fault", standard: "ansi" }, { name: "SIGUSR2", number: 12, action: "terminate", description: "Application-specific signal", standard: "posix" }, { name: "SIGPIPE", number: 13, action: "terminate", description: "Broken pipe or socket", standard: "posix" }, { name: "SIGALRM", number: 14, action: "terminate", description: "Timeout or timer", standard: "posix" }, { name: "SIGTERM", number: 15, action: "terminate", description: "Termination", standard: "ansi" }, { name: "SIGSTKFLT", number: 16, action: "terminate", description: "Stack is empty or overflowed", standard: "other" }, { name: "SIGCHLD", number: 17, action: "ignore", description: "Child process terminated, paused or unpaused", standard: "posix" }, { name: "SIGCLD", number: 17, action: "ignore", description: "Child process terminated, paused or unpaused", standard: "other" }, { name: "SIGCONT", number: 18, action: "unpause", description: "Unpaused", standard: "posix", forced: true }, { name: "SIGSTOP", number: 19, action: "pause", description: "Paused", standard: "posix", forced: true }, { name: "SIGTSTP", number: 20, action: "pause", description: 'Paused using CTRL-Z or "suspend"', standard: "posix" }, { name: "SIGTTIN", number: 21, action: "pause", description: "Background process cannot read terminal input", standard: "posix" }, { name: "SIGBREAK", number: 21, action: "terminate", description: "User interruption with CTRL-BREAK", standard: "other" }, { name: "SIGTTOU", number: 22, action: "pause", description: "Background process cannot write to terminal output", standard: "posix" }, { name: "SIGURG", number: 23, action: "ignore", description: "Socket received out-of-band data", standard: "bsd" }, { name: "SIGXCPU", number: 24, action: "core", description: "Process timed out", standard: "bsd" }, { name: "SIGXFSZ", number: 25, action: "core", description: "File too big", standard: "bsd" }, { name: "SIGVTALRM", number: 26, action: "terminate", description: "Timeout or timer", standard: "bsd" }, { name: "SIGPROF", number: 27, action: "terminate", description: "Timeout or timer", standard: "bsd" }, { name: "SIGWINCH", number: 28, action: "ignore", description: "Terminal window size changed", standard: "bsd" }, { name: "SIGIO", number: 29, action: "terminate", description: "I/O is available", standard: "other" }, { name: "SIGPOLL", number: 29, action: "terminate", description: "Watched event", standard: "other" }, { name: "SIGINFO", number: 29, action: "ignore", description: "Request for process information", standard: "other" }, { name: "SIGPWR", number: 30, action: "terminate", description: "Device running out of power", standard: "systemv" }, { name: "SIGSYS", number: 31, action: "core", description: "Invalid system call", standard: "other" }, { name: "SIGUNUSED", number: 31, action: "terminate", description: "Invalid system call", standard: "other" }], mn = c(() => {
|
|
8754
8754
|
const t = Qs();
|
|
8755
8755
|
return [...Xs, ...t].map(Zs);
|
|
8756
8756
|
}, "getSignals"), Zs = c(({ name: t, number: e, description: r, action: n, forced: i = false, standard: s }) => {
|
|
8757
8757
|
const { signals: { [t]: a } } = node_os.constants, l = a !== void 0;
|
|
8758
8758
|
return { name: t, number: l ? a : e, description: r, supported: l, action: n, forced: i, standard: s };
|
|
8759
8759
|
}, "normalizeSignal"), to = c(() => {
|
|
8760
|
-
const t =
|
|
8760
|
+
const t = mn();
|
|
8761
8761
|
return Object.fromEntries(t.map(eo));
|
|
8762
8762
|
}, "getSignalsByName"), eo = c(({ name: t, number: e, description: r, supported: n, action: i, forced: s, standard: a }) => [t, { name: t, number: e, description: r, supported: n, action: i, forced: s, standard: a }], "getSignalByName"), ro = to(), no = c(() => {
|
|
8763
|
-
const t =
|
|
8763
|
+
const t = mn(), e = pn + 1, r = Array.from({ length: e }, (n, i) => io(i, t));
|
|
8764
8764
|
return Object.assign({}, ...r);
|
|
8765
8765
|
}, "getSignalsByNumber"), io = c((t, e) => {
|
|
8766
8766
|
const r = so(t, e);
|
|
@@ -8772,12 +8772,12 @@ const Ws = c(({ cwd: t = y.cwd(), path: e = y.env[fn()], preferLocal: r = true,
|
|
|
8772
8772
|
return r !== void 0 ? r : e.find((n) => n.number === t);
|
|
8773
8773
|
}, "findSignalByNumber");
|
|
8774
8774
|
no();
|
|
8775
|
-
const oo = c(({ timedOut: t, timeout: e, errorCode: r, signal: n, signalDescription: i, exitCode: s, isCanceled: a }) => t ? `timed out after ${e} milliseconds` : r !== void 0 ? `failed with ${r}` : n !== void 0 ? `was killed with ${n} (${i})` : s !== void 0 ? `failed with exit code ${s}` : "failed", "getErrorPrefix"),
|
|
8775
|
+
const oo = c(({ timedOut: t, timeout: e, errorCode: r, signal: n, signalDescription: i, exitCode: s, isCanceled: a }) => t ? `timed out after ${e} milliseconds` : r !== void 0 ? `failed with ${r}` : n !== void 0 ? `was killed with ${n} (${i})` : s !== void 0 ? `failed with exit code ${s}` : "failed", "getErrorPrefix"), gn = c(({ stdout: t, stderr: e, all: r, error: n, signal: i, exitCode: s, command: a, escapedCommand: l, timedOut: h, isCanceled: d, killed: g, parsed: { options: { timeout: w, cwd: C = y.cwd() } } }) => {
|
|
8776
8776
|
s = s === null ? void 0 : s, i = i === null ? void 0 : i;
|
|
8777
|
-
const v = i === void 0 ? void 0 : ro[i].description, M = n && n.code, b = `Command ${oo({ timedOut: h, timeout:
|
|
8778
|
-
${n.message}` : b, O = [
|
|
8777
|
+
const v = i === void 0 ? void 0 : ro[i].description, M = n && n.code, b = `Command ${oo({ timedOut: h, timeout: w, errorCode: M, signal: i, signalDescription: v, exitCode: s, isCanceled: d })}: ${a}`, P = Object.prototype.toString.call(n) === "[object Error]", A = P ? `${b}
|
|
8778
|
+
${n.message}` : b, O = [A, e, t].filter(Boolean).join(`
|
|
8779
8779
|
`);
|
|
8780
|
-
return P ? (n.originalMessage = n.message, n.message = O) : n = new Error(O), n.shortMessage =
|
|
8780
|
+
return P ? (n.originalMessage = n.message, n.message = O) : n = new Error(O), n.shortMessage = A, n.command = a, n.escapedCommand = l, n.exitCode = s, n.signal = i, n.signalDescription = v, n.stdout = t, n.stderr = e, n.cwd = C, r !== void 0 && (n.all = r), "bufferedData" in n && delete n.bufferedData, n.failed = true, n.timedOut = !!h, n.isCanceled = d, n.killed = g && !h, n;
|
|
8781
8781
|
}, "makeError"), fe = ["stdin", "stdout", "stderr"], ao = c((t) => fe.some((e) => t[e] !== void 0), "hasAlias"), co = c((t) => {
|
|
8782
8782
|
if (!t) return;
|
|
8783
8783
|
const { stdio: e } = t;
|
|
@@ -8789,7 +8789,7 @@ ${n.message}` : b, O = [w, e, t].filter(Boolean).join(`
|
|
|
8789
8789
|
return Array.from({ length: r }, (n, i) => e[i]);
|
|
8790
8790
|
}, "normalizeStdio"), Ft = [];
|
|
8791
8791
|
Ft.push("SIGHUP", "SIGINT", "SIGTERM"), process.platform !== "win32" && Ft.push("SIGALRM", "SIGABRT", "SIGVTALRM", "SIGXCPU", "SIGXFSZ", "SIGUSR2", "SIGTRAP", "SIGSYS", "SIGQUIT", "SIGIOT"), process.platform === "linux" && Ft.push("SIGIO", "SIGPOLL", "SIGPWR", "SIGSTKFLT");
|
|
8792
|
-
const he = c((t) => !!t && typeof t == "object" && typeof t.removeListener == "function" && typeof t.emit == "function" && typeof t.reallyExit == "function" && typeof t.listeners == "function" && typeof t.kill == "function" && typeof t.pid == "number" && typeof t.on == "function", "processOk"),
|
|
8792
|
+
const he = c((t) => !!t && typeof t == "object" && typeof t.removeListener == "function" && typeof t.emit == "function" && typeof t.reallyExit == "function" && typeof t.listeners == "function" && typeof t.kill == "function" && typeof t.pid == "number" && typeof t.on == "function", "processOk"), Qe = Symbol.for("signal-exit emitter"), ze = globalThis, uo = Object.defineProperty.bind(Object);
|
|
8793
8793
|
class lo {
|
|
8794
8794
|
static {
|
|
8795
8795
|
c(this, "Emitter");
|
|
@@ -8799,8 +8799,8 @@ class lo {
|
|
|
8799
8799
|
count = 0;
|
|
8800
8800
|
id = Math.random();
|
|
8801
8801
|
constructor() {
|
|
8802
|
-
if (Qe
|
|
8803
|
-
uo(
|
|
8802
|
+
if (ze[Qe]) return ze[Qe];
|
|
8803
|
+
uo(ze, Qe, { value: this, writable: false, enumerable: false, configurable: false });
|
|
8804
8804
|
}
|
|
8805
8805
|
on(e, r) {
|
|
8806
8806
|
this.listeners[e].push(r);
|
|
@@ -8817,7 +8817,7 @@ class lo {
|
|
|
8817
8817
|
return e === "exit" && (i = this.emit("afterExit", r, n) || i), i;
|
|
8818
8818
|
}
|
|
8819
8819
|
}
|
|
8820
|
-
class
|
|
8820
|
+
class En {
|
|
8821
8821
|
static {
|
|
8822
8822
|
c(this, "SignalExitBase");
|
|
8823
8823
|
}
|
|
@@ -8829,7 +8829,7 @@ const fo = c((t) => ({ onExit(e, r) {
|
|
|
8829
8829
|
}, unload() {
|
|
8830
8830
|
return t.unload();
|
|
8831
8831
|
} }), "signalExitWrap");
|
|
8832
|
-
class ho extends
|
|
8832
|
+
class ho extends En {
|
|
8833
8833
|
static {
|
|
8834
8834
|
c(this, "SignalExitFallback");
|
|
8835
8835
|
}
|
|
@@ -8842,11 +8842,11 @@ class ho extends gn {
|
|
|
8842
8842
|
unload() {
|
|
8843
8843
|
}
|
|
8844
8844
|
}
|
|
8845
|
-
class po extends
|
|
8845
|
+
class po extends En {
|
|
8846
8846
|
static {
|
|
8847
8847
|
c(this, "SignalExit");
|
|
8848
8848
|
}
|
|
8849
|
-
#o =
|
|
8849
|
+
#o = Xe.platform === "win32" ? "SIGINT" : "SIGHUP";
|
|
8850
8850
|
#e = new lo();
|
|
8851
8851
|
#t;
|
|
8852
8852
|
#i;
|
|
@@ -8909,18 +8909,18 @@ class po extends gn {
|
|
|
8909
8909
|
} else return n.call(this.#t, e, ...r);
|
|
8910
8910
|
}
|
|
8911
8911
|
}
|
|
8912
|
-
const
|
|
8913
|
-
fo(he(
|
|
8912
|
+
const Xe = globalThis.process;
|
|
8913
|
+
fo(he(Xe) ? new po(Xe) : new ho());
|
|
8914
8914
|
function mo(t) {
|
|
8915
8915
|
return t !== null && typeof t == "object" && typeof t.pipe == "function";
|
|
8916
8916
|
}
|
|
8917
8917
|
c(mo, "isStream"), new TextEncoder();
|
|
8918
|
-
var
|
|
8918
|
+
var Ze, _n;
|
|
8919
8919
|
function go() {
|
|
8920
|
-
if (
|
|
8921
|
-
|
|
8920
|
+
if (_n) return Ze;
|
|
8921
|
+
_n = 1;
|
|
8922
8922
|
const { PassThrough: t } = require$$0;
|
|
8923
|
-
return
|
|
8923
|
+
return Ze = c(function() {
|
|
8924
8924
|
var e = [], r = new t({ objectMode: true });
|
|
8925
8925
|
return r.setMaxListeners(0), r.add = n, r.isEmpty = i, r.on("unpipe", s), Array.prototype.slice.call(arguments).forEach(n), r;
|
|
8926
8926
|
function n(a) {
|
|
@@ -8934,7 +8934,7 @@ function go() {
|
|
|
8934
8934
|
return l !== a;
|
|
8935
8935
|
}), !e.length && r.readable && r.end();
|
|
8936
8936
|
}
|
|
8937
|
-
}, "mergeStream"),
|
|
8937
|
+
}, "mergeStream"), Ze;
|
|
8938
8938
|
}
|
|
8939
8939
|
c(go, "requireMergeStream"), go();
|
|
8940
8940
|
const Eo = c((t) => {
|
|
@@ -8946,7 +8946,7 @@ const Eo = c((t) => {
|
|
|
8946
8946
|
}, "handleInputSync"), So = (async () => {
|
|
8947
8947
|
})().constructor.prototype;
|
|
8948
8948
|
["then", "catch", "finally"].map((t) => [t, Reflect.getOwnPropertyDescriptor(So, t)]);
|
|
8949
|
-
const
|
|
8949
|
+
const In = c((t, e = []) => Array.isArray(e) ? [t, ...e] : [t], "normalizeArgs"), Ro = /^[\w.-]+$/, To = c((t) => typeof t != "string" || Ro.test(t) ? t : `"${t.replaceAll('"', '\\"')}"`, "escapeArg"), wo = c((t, e) => In(t, e).join(" "), "joinCommand"), Ao = c((t, e) => In(t, e).map((r) => To(r)).join(" "), "getEscapedCommand"), yo = node_util.debuglog("execa").enabled, de = c((t, e) => String(t).padStart(e, "0"), "padField"), bo = c(() => {
|
|
8950
8950
|
const t = /* @__PURE__ */ new Date();
|
|
8951
8951
|
return `${de(t.getHours(), 2)}:${de(t.getMinutes(), 2)}:${de(t.getSeconds(), 2)}.${de(t.getMilliseconds(), 3)}`;
|
|
8952
8952
|
}, "getTimestamp"), Co = c((t, { verbose: e }) => {
|
|
@@ -8958,39 +8958,39 @@ const _n = c((t, e = []) => Array.isArray(e) ? [t, ...e] : [t], "normalizeArgs")
|
|
|
8958
8958
|
}, "getEnv"), Bo = c((t, e, r = {}) => {
|
|
8959
8959
|
const n = Vs._parse(t, e, r);
|
|
8960
8960
|
return t = n.command, e = n.args, r = n.options, r = { maxBuffer: vo, buffer: true, stripFinalNewline: true, extendEnv: true, preferLocal: false, localDir: r.cwd || y.cwd(), execPath: y.execPath, encoding: "utf8", reject: true, cleanup: true, all: false, windowsHide: true, verbose: yo, ...r }, r.env = Uo(r), r.stdio = co(r), y.platform === "win32" && path.basename(t, ".exe") === "cmd" && e.unshift("/q"), { file: t, args: e, options: r, parsed: n };
|
|
8961
|
-
}, "handleArguments"),
|
|
8962
|
-
function
|
|
8963
|
-
const n = Bo(t, e, r), i =
|
|
8961
|
+
}, "handleArguments"), Sn = c((t, e, r) => typeof e != "string" && !node_buffer.Buffer.isBuffer(e) ? r === void 0 ? void 0 : "" : t.stripFinalNewline ? Ks(e) : e, "handleOutput");
|
|
8962
|
+
function tr(t, e, r) {
|
|
8963
|
+
const n = Bo(t, e, r), i = wo(t, e), s = Ao(t, e);
|
|
8964
8964
|
Co(s, n.options);
|
|
8965
8965
|
const a = Io(n.options);
|
|
8966
8966
|
let l;
|
|
8967
8967
|
try {
|
|
8968
8968
|
l = childProcess.spawnSync(n.file, n.args, { ...n.options, input: a });
|
|
8969
8969
|
} catch (g) {
|
|
8970
|
-
throw
|
|
8970
|
+
throw gn({ error: g, stdout: "", stderr: "", all: "", command: i, escapedCommand: s, parsed: n, timedOut: false, isCanceled: false, killed: false });
|
|
8971
8971
|
}
|
|
8972
|
-
const h =
|
|
8972
|
+
const h = Sn(n.options, l.stdout, l.error), d = Sn(n.options, l.stderr, l.error);
|
|
8973
8973
|
if (l.error || l.status !== 0 || l.signal !== null) {
|
|
8974
|
-
const g =
|
|
8974
|
+
const g = gn({ stdout: h, stderr: d, error: l.error, signal: l.signal, exitCode: l.status, command: i, escapedCommand: s, parsed: n, timedOut: l.error && l.error.code === "ETIMEDOUT", isCanceled: false, killed: l.signal !== null });
|
|
8975
8975
|
if (!n.options.reject) return g;
|
|
8976
8976
|
throw g;
|
|
8977
8977
|
}
|
|
8978
8978
|
return { command: i, escapedCommand: s, exitCode: 0, stdout: h, stderr: d, failed: false, timedOut: false, isCanceled: false, killed: false };
|
|
8979
8979
|
}
|
|
8980
|
-
c(
|
|
8980
|
+
c(tr, "execaSync");
|
|
8981
8981
|
function pe(t) {
|
|
8982
8982
|
try {
|
|
8983
|
-
return
|
|
8983
|
+
return tr("git", ["rev-parse", "HEAD"], t).stdout;
|
|
8984
8984
|
} catch {
|
|
8985
8985
|
return;
|
|
8986
8986
|
}
|
|
8987
8987
|
}
|
|
8988
8988
|
c(pe, "head");
|
|
8989
|
-
function
|
|
8989
|
+
function er(t) {
|
|
8990
8990
|
try {
|
|
8991
|
-
const e =
|
|
8991
|
+
const e = tr("git", ["rev-parse", "--abbrev-ref", "HEAD"], t).stdout;
|
|
8992
8992
|
if (e === "HEAD") {
|
|
8993
|
-
const r =
|
|
8993
|
+
const r = tr("git", ["show", "-s", "--pretty=%d", "HEAD"], t).stdout.replace(/^\(|\)$/g, "").split(", ").find((n) => n.startsWith("origin/"));
|
|
8994
8994
|
return r ? r.match(/^origin\/(?<branch>.+)/)[1] : void 0;
|
|
8995
8995
|
}
|
|
8996
8996
|
return e;
|
|
@@ -8998,11 +8998,11 @@ function tr(t) {
|
|
|
8998
8998
|
return;
|
|
8999
8999
|
}
|
|
9000
9000
|
}
|
|
9001
|
-
c(
|
|
9002
|
-
const
|
|
9001
|
+
c(er, "branch");
|
|
9002
|
+
const Rn = /^(?:.*)@(?:.*):(?:\d+\/)?(.*)\.git$/, Po = /^\/(.*)\.git$/;
|
|
9003
9003
|
function Oo(t) {
|
|
9004
9004
|
if (t) {
|
|
9005
|
-
if (t.match(
|
|
9005
|
+
if (t.match(Rn)) return t.replace(Rn, "$1");
|
|
9006
9006
|
try {
|
|
9007
9007
|
return new URL(t).pathname.replace(Po, "$1");
|
|
9008
9008
|
} catch {
|
|
@@ -9019,15 +9019,15 @@ var Lo = { detect({ env: t }) {
|
|
|
9019
9019
|
} }, No = { detect({ env: t }) {
|
|
9020
9020
|
return !!t.CIRCLECI;
|
|
9021
9021
|
}, configuration({ env: t }) {
|
|
9022
|
-
const e = t.CIRCLE_PR_NUMBER ||
|
|
9022
|
+
const e = t.CIRCLE_PR_NUMBER || zr(t.CIRCLE_PULL_REQUEST || t.CI_PULL_REQUEST), r = !!e;
|
|
9023
9023
|
return { name: "CircleCI", service: "circleci", build: t.CIRCLE_BUILD_NUM, buildUrl: t.CIRCLE_BUILD_URL, job: `${t.CIRCLE_BUILD_NUM}.${t.CIRCLE_NODE_INDEX}`, commit: t.CIRCLE_SHA1, tag: t.CIRCLE_TAG, branch: r ? void 0 : t.CIRCLE_BRANCH, pr: e, isPr: r, prBranch: r ? t.CIRCLE_BRANCH : void 0, slug: `${t.CIRCLE_PROJECT_USERNAME}/${t.CIRCLE_PROJECT_REPONAME}` };
|
|
9024
9024
|
} };
|
|
9025
|
-
const
|
|
9025
|
+
const Tn = "https://cirrus-ci.com";
|
|
9026
9026
|
var Mo = { detect({ env: t }) {
|
|
9027
9027
|
return !!t.CIRRUS_CI;
|
|
9028
9028
|
}, configuration({ env: t }) {
|
|
9029
9029
|
const e = t.CIRRUS_PR, r = !!e;
|
|
9030
|
-
return { name: "Cirrus CI", service: "cirrus", commit: t.CIRRUS_CHANGE_IN_REPO, tag: t.CIRRUS_TAG, build: t.CIRRUS_BUILD_ID, buildUrl: `${
|
|
9030
|
+
return { name: "Cirrus CI", service: "cirrus", commit: t.CIRRUS_CHANGE_IN_REPO, tag: t.CIRRUS_TAG, build: t.CIRRUS_BUILD_ID, buildUrl: `${Tn}/build/${t.CIRRUS_BUILD_ID}`, job: t.CIRRUS_TASK_ID, jobUrl: `${Tn}/task/${t.CIRRUS_TASK_ID}`, branch: r ? t.CIRRUS_BASE_BRANCH : t.CIRRUS_BRANCH, pr: e, isPr: r, prBranch: r ? t.CIRRUS_BRANCH : void 0, slug: t.CIRRUS_REPO_FULL_NAME, root: t.CIRRUS_WORKING_DIR };
|
|
9031
9031
|
} }, Do = { detect({ env: t }) {
|
|
9032
9032
|
return t.CF_PAGES === "1";
|
|
9033
9033
|
}, configuration({ env: t }) {
|
|
@@ -9035,7 +9035,7 @@ var Mo = { detect({ env: t }) {
|
|
|
9035
9035
|
} }, xo = { detect({ env: t }) {
|
|
9036
9036
|
return !!t.CODEBUILD_BUILD_ID;
|
|
9037
9037
|
}, configuration({ env: t, cwd: e }) {
|
|
9038
|
-
return { name: "AWS CodeBuild", service: "codebuild", commit: pe({ env: t, cwd: e }), build: t.CODEBUILD_BUILD_ID, branch:
|
|
9038
|
+
return { name: "AWS CodeBuild", service: "codebuild", commit: pe({ env: t, cwd: e }), build: t.CODEBUILD_BUILD_ID, branch: er({ env: t, cwd: e }), buildUrl: `https://console.aws.amazon.com/codebuild/home?region=${t.AWS_REGION}#/builds/${t.CODEBUILD_BUILD_ID}/view/new`, root: t.PWD };
|
|
9039
9039
|
} }, Go = { detect({ env: t }) {
|
|
9040
9040
|
return !!t.CF_BUILD_ID;
|
|
9041
9041
|
}, configuration({ env: t }) {
|
|
@@ -9051,7 +9051,7 @@ var Mo = { detect({ env: t }) {
|
|
|
9051
9051
|
const e = t.DRONE_BUILD_EVENT === "pull_request";
|
|
9052
9052
|
return { name: "Drone", service: "drone", commit: t.DRONE_COMMIT_SHA, tag: t.DRONE_TAG, build: t.DRONE_BUILD_NUMBER, buildUrl: t.DRONE_BUILD_LINK, branch: e ? t.DRONE_TARGET_BRANCH : t.DRONE_BRANCH, job: t.DRONE_JOB_NUMBER, jobUrl: t.DRONE_BUILD_LINK, pr: t.DRONE_PULL_REQUEST, isPr: e, prBranch: e ? t.DRONE_SOURCE_BRANCH : void 0, slug: `${t.DRONE_REPO_OWNER}/${t.DRONE_REPO_NAME}`, root: t.DRONE_WORKSPACE };
|
|
9053
9053
|
} }, ko = { configuration(t) {
|
|
9054
|
-
return { commit: pe(t), branch:
|
|
9054
|
+
return { commit: pe(t), branch: er(t) };
|
|
9055
9055
|
} };
|
|
9056
9056
|
const jo = c(({ env: t }) => {
|
|
9057
9057
|
try {
|
|
@@ -9113,10 +9113,10 @@ var Vo = { detect({ env: t }) {
|
|
|
9113
9113
|
}, configuration({ env: t }) {
|
|
9114
9114
|
const e = t.IS_PULL_REQUEST === "true" ? t.PULL_REQUEST : void 0, r = !!e;
|
|
9115
9115
|
return { name: "Shippable", service: "shippable", commit: t.COMMIT, tag: t.GIT_TAG_NAME, build: t.BUILD_NUMBER, buildUrl: t.BUILD_URL, branch: r ? t.BASE_BRANCH : t.BRANCH, job: t.JOB_NUMBER, pr: e, isPr: r, prBranch: r ? t.HEAD_BRANCH : void 0, slug: t.SHIPPABLE_REPO_SLUG, root: t.SHIPPABLE_BUILD_DIR };
|
|
9116
|
-
} }, Ht = {},
|
|
9116
|
+
} }, Ht = {}, wn;
|
|
9117
9117
|
function ta() {
|
|
9118
|
-
if (
|
|
9119
|
-
|
|
9118
|
+
if (wn) return Ht;
|
|
9119
|
+
wn = 1, Object.defineProperty(Ht, "__esModule", { value: true }), Ht.of = Ht.PropertiesFile = void 0;
|
|
9120
9120
|
var t = e(Vt);
|
|
9121
9121
|
function e(i) {
|
|
9122
9122
|
return i && i.__esModule ? i : { default: i };
|
|
@@ -9149,8 +9149,8 @@ function ta() {
|
|
|
9149
9149
|
let g = l[d];
|
|
9150
9150
|
for (; g.substring(g.length - 1) === "\\"; ) {
|
|
9151
9151
|
g = g.slice(0, -1);
|
|
9152
|
-
let
|
|
9153
|
-
g = g +
|
|
9152
|
+
let w = l[d + 1];
|
|
9153
|
+
g = g + w.trim(), d++;
|
|
9154
9154
|
}
|
|
9155
9155
|
h.makeKeys(g);
|
|
9156
9156
|
}
|
|
@@ -9223,8 +9223,8 @@ function ta() {
|
|
|
9223
9223
|
return Ht.of = n, Ht;
|
|
9224
9224
|
}
|
|
9225
9225
|
c(ta, "requireDistNode");
|
|
9226
|
-
var ea = ta(), ra =
|
|
9227
|
-
const
|
|
9226
|
+
var ea = ta(), ra = Ur(ea);
|
|
9227
|
+
const rr = { root: "teamcity.build.workingDir", branch: "teamcity.build.branch" }, An = c((t) => {
|
|
9228
9228
|
try {
|
|
9229
9229
|
return ra.of(t);
|
|
9230
9230
|
} catch {
|
|
@@ -9232,7 +9232,7 @@ const er = { root: "teamcity.build.workingDir", branch: "teamcity.build.branch"
|
|
|
9232
9232
|
}
|
|
9233
9233
|
}, "safeReadProperties"), na = c(({ env: t, cwd: e }) => {
|
|
9234
9234
|
const r = t.TEAMCITY_BUILD_PROPERTIES_FILE ? An(t.TEAMCITY_BUILD_PROPERTIES_FILE) : void 0, n = r ? r.get("teamcity.configuration.properties.file") : void 0, i = n && An(n);
|
|
9235
|
-
return Object.fromEntries(Object.keys(
|
|
9235
|
+
return Object.fromEntries(Object.keys(rr).map((s) => [s, (r ? r.get(rr[s]) : void 0) || (i ? i.get(rr[s]) : void 0) || (s === "branch" ? er({ env: t, cwd: e }) : void 0)]));
|
|
9236
9236
|
}, "getProperties");
|
|
9237
9237
|
var ia = { detect({ env: t }) {
|
|
9238
9238
|
return !!t.TEAMCITY_VERSION;
|
|
@@ -9268,12 +9268,12 @@ var ia = { detect({ env: t }) {
|
|
|
9268
9268
|
const e = t.JB_SPACE_PROJECT_KEY, r = t.JB_SPACE_GIT_REPOSITORY_NAME;
|
|
9269
9269
|
return { name: "JetBrains Space", service: "jetbrainsSpace", commit: t.JB_SPACE_GIT_REVISION, build: t.JB_SPACE_EXECUTION_NUMBER, branch: ee(t.JB_SPACE_GIT_BRANCH), slug: e && r ? `${e.toLowerCase()}/${r}` : void 0 };
|
|
9270
9270
|
} };
|
|
9271
|
-
const
|
|
9272
|
-
var
|
|
9273
|
-
for (const r of Object.keys(
|
|
9271
|
+
const nr = { appveyor: As, azurePipelines: ys, bamboo: bs, bitbucket: Cs, bitrise: vs, buddy: Us, buildkite: Lo, circleci: No, cirrus: Mo, cloudflarePages: Do, codebuild: xo, codefresh: Go, codeship: $o, drone: Ho, github: Vo, gitlab: Ko, jenkins: Wo, netlify: qo, puppet: Yo, sail: Jo, screwdriver: Qo, scrutinizer: zo, semaphore: Xo, shippable: Zo, teamcity: ia, travis: sa, vela: oa, vercel: aa, wercker: ca, woodpecker: ua, jetbrainsSpace: la };
|
|
9272
|
+
var ir = c(({ env: t = process.env, cwd: e = process.cwd() } = {}) => {
|
|
9273
|
+
for (const r of Object.keys(nr)) if (nr[r].detect({ env: t, cwd: e })) return { isCi: true, ...nr[r].configuration({ env: t, cwd: e }) };
|
|
9274
9274
|
return { isCi: !!t.CI, ...ko.configuration({ env: t, cwd: e }) };
|
|
9275
9275
|
}, "envCiModule");
|
|
9276
|
-
const fa = typeof
|
|
9276
|
+
const fa = typeof ir == "function" ? ir : ir.default;
|
|
9277
9277
|
function ha() {
|
|
9278
9278
|
const t = fa();
|
|
9279
9279
|
return { branch: process.env.GITHUB_HEAD_REF || t.branch, ciBuild: "build" in t ? String(t.build) : void 0, ciServiceName: "name" in t ? String(t.name) : void 0, commit: { message: pa(), sha: t.commit }, isCI: t.isCi, pr: da() };
|
|
@@ -9301,10 +9301,10 @@ function pa() {
|
|
|
9301
9301
|
}
|
|
9302
9302
|
c(pa, "getLastCommitMessage");
|
|
9303
9303
|
function ma() {
|
|
9304
|
-
return { hostname:
|
|
9304
|
+
return { hostname: Ee.hostname(), platform: Ee.platform() };
|
|
9305
9305
|
}
|
|
9306
9306
|
c(ma, "getMachineInfo");
|
|
9307
|
-
class
|
|
9307
|
+
class yn {
|
|
9308
9308
|
static {
|
|
9309
9309
|
c(this, "PendingPromiseTracker");
|
|
9310
9310
|
}
|
|
@@ -9339,14 +9339,14 @@ class wn {
|
|
|
9339
9339
|
}
|
|
9340
9340
|
}
|
|
9341
9341
|
function ga({ result: t, sensitiveValues: e }) {
|
|
9342
|
-
return t.steps.map((r) =>
|
|
9342
|
+
return t.steps.map((r) => bn({ sensitiveValues: e, step: r }));
|
|
9343
9343
|
}
|
|
9344
9344
|
c(ga, "extractSteps");
|
|
9345
|
-
function
|
|
9345
|
+
function bn({ sensitiveValues: t, step: e }) {
|
|
9346
9346
|
const r = c((n) => n && t?.length ? ot({ sensitiveValues: t, str: n }) : n, "scrub");
|
|
9347
|
-
return { category: e.category, duration: e.duration, error: e.error ? { message: r(e.error.message) || "Unknown error", stack: r(e.error.stack) } : void 0, location: e.location ? { column: e.location.column, file: e.location.file, line: e.location.line } : void 0, startedAt: new Date(e.startTime), steps: e.steps && e.steps.length > 0 ? e.steps.map((n) =>
|
|
9347
|
+
return { category: e.category, duration: e.duration, error: e.error ? { message: r(e.error.message) || "Unknown error", stack: r(e.error.stack) } : void 0, location: e.location ? { column: e.location.column, file: e.location.file, line: e.location.line } : void 0, startedAt: new Date(e.startTime), steps: e.steps && e.steps.length > 0 ? e.steps.map((n) => bn({ sensitiveValues: t, step: n })) : void 0, title: r(e.title) ?? e.title };
|
|
9348
9348
|
}
|
|
9349
|
-
c(
|
|
9349
|
+
c(bn, "extractStep");
|
|
9350
9350
|
class Ea {
|
|
9351
9351
|
static {
|
|
9352
9352
|
c(this, "UploadUrlWaitQueue");
|
|
@@ -9388,7 +9388,7 @@ async function _a({ fileData: t, maxRetries: e = 3, requestTimeoutMs: r = 6e4, u
|
|
|
9388
9388
|
}, { minTimeout: 2e3, randomize: true, retries: e });
|
|
9389
9389
|
}
|
|
9390
9390
|
c(_a, "uploadWithRetry");
|
|
9391
|
-
const Ia = process.env.STABLY_WS_URL || "wss://api.stably.ai/reporter", Sa = 120 * 1e3,
|
|
9391
|
+
const Ia = process.env.STABLY_WS_URL || "wss://api.stably.ai/reporter", Sa = 120 * 1e3, Cn = 3e4, Ra = 120 * 1e3, Ta = 3e4, wa = Number(process.env.STABLY_UPLOAD_REQUEST_TIMEOUT_MS) || 300 * 1e3, Aa = process.env.STABLY_API_URL ?? "https://api.stably.ai", ya = 50, ba = c(({ gitInfo: t, suite: e }) => {
|
|
9392
9392
|
const r = [...new Set(e.allTests().map((n) => n.parent.project()?.name).filter((n) => !!n))];
|
|
9393
9393
|
if (r.length > 0) {
|
|
9394
9394
|
const n = r.join(", ");
|
|
@@ -9396,7 +9396,7 @@ const Ia = process.env.STABLY_WS_URL || "wss://api.stably.ai/reporter", Sa = 120
|
|
|
9396
9396
|
}
|
|
9397
9397
|
if (t.isCI && t.ciServiceName && t.ciBuild) return `${t.ciServiceName} #${t.ciBuild}`;
|
|
9398
9398
|
try {
|
|
9399
|
-
const { username: n } =
|
|
9399
|
+
const { username: n } = Ee.userInfo();
|
|
9400
9400
|
if (n) {
|
|
9401
9401
|
const s = (/* @__PURE__ */ new Date()).toLocaleString("en-US", { day: "numeric", hour: "numeric", hour12: false, minute: "2-digit", month: "short" });
|
|
9402
9402
|
return `${n} - ${s}`;
|
|
@@ -9408,7 +9408,7 @@ const Ia = process.env.STABLY_WS_URL || "wss://api.stably.ai/reporter", Sa = 120
|
|
|
9408
9408
|
if (!t || t.length === 0) return;
|
|
9409
9409
|
const r = new Set(e.allTests().map((i) => i.parent.project()?.name).filter(Boolean)), n = t.filter((i) => r.has(i.projectName));
|
|
9410
9410
|
return n.length > 0 ? n : void 0;
|
|
9411
|
-
}, "filterNotificationConfigsByRunningProjects"), va = c((t) => t ? { configFile: t.configFile, forbidOnly: t.forbidOnly, fullyParallel: t.fullyParallel, globalSetup: t.globalSetup, globalTeardown: t.globalTeardown, globalTimeout: t.globalTimeout, grep: t.grep?.toString(), grepInvert: t.grepInvert?.toString(), maxFailures: t.maxFailures, metadata: t.metadata, preserveOutput: t.preserveOutput, quiet: t.quiet, reporter: t.reporter, reportSlowTests: t.reportSlowTests, rootDir: t.rootDir, shard: t.shard, updateSnapshots: t.updateSnapshots, version: t.version, webServer: t.webServer, workers: t.workers } : void 0, "extractConfigInfo"),
|
|
9411
|
+
}, "filterNotificationConfigsByRunningProjects"), va = c((t) => [...new Set(t.allTests().map((e) => e.parent.project()?.name).filter((e) => !!e))].sort((e, r) => e.localeCompare(r)), "getRunningProjectNames"), Ua = c((t) => t ? { configFile: t.configFile, forbidOnly: t.forbidOnly, fullyParallel: t.fullyParallel, globalSetup: t.globalSetup, globalTeardown: t.globalTeardown, globalTimeout: t.globalTimeout, grep: t.grep?.toString(), grepInvert: t.grepInvert?.toString(), maxFailures: t.maxFailures, metadata: t.metadata, preserveOutput: t.preserveOutput, quiet: t.quiet, reporter: t.reporter, reportSlowTests: t.reportSlowTests, rootDir: t.rootDir, shard: t.shard, updateSnapshots: t.updateSnapshots, version: t.version, webServer: t.webServer, workers: t.workers } : void 0, "extractConfigInfo"), me = c((t) => t?.shard?.current, "getShardIndex"), sr = c(({ absolutePath: t, rootDir: e }) => {
|
|
9412
9412
|
if (e && t.startsWith(e)) {
|
|
9413
9413
|
const r = t.slice(e.length);
|
|
9414
9414
|
return r.startsWith("/") ? r.slice(1) : r;
|
|
@@ -9424,8 +9424,8 @@ class vn {
|
|
|
9424
9424
|
projectId;
|
|
9425
9425
|
source;
|
|
9426
9426
|
cliVersion;
|
|
9427
|
-
pendingOperations = new
|
|
9428
|
-
pendingUploads = new
|
|
9427
|
+
pendingOperations = new yn();
|
|
9428
|
+
pendingUploads = new yn();
|
|
9429
9429
|
testSuiteRunId = "";
|
|
9430
9430
|
createdSuiteRun;
|
|
9431
9431
|
suiteData;
|
|
@@ -9449,10 +9449,10 @@ class vn {
|
|
|
9449
9449
|
if (!r) throw new Error("STABLY_API_KEY is required. Provide it via options or environment variable.");
|
|
9450
9450
|
if (!n) throw new Error("STABLY_PROJECT_ID is required. Provide it via options or environment variable.");
|
|
9451
9451
|
if (this.apiKey = r, this.projectId = n, this.source = i, this.cliVersion = s, this.notificationConfigs = e?.notificationConfigs, this.skipSuiteReporting = process.env.STABLY_INTERNAL_DISABLE_REPORTING === "1", e?.sensitiveValues?.length) {
|
|
9452
|
-
const a =
|
|
9452
|
+
const a = Kr(e.sensitiveValues);
|
|
9453
9453
|
this.sensitiveValues = [...a].sort((l, h) => h.length - l.length);
|
|
9454
9454
|
}
|
|
9455
|
-
this.wsClient = new
|
|
9455
|
+
this.wsClient = new ws({ apiKey: r, cliVersion: s, maxBufferSize: 1e3, maxReconnectAttempts: 3, onError: c((a) => this.handleWebSocketError(a), "onError"), onMessage: c((a) => this.handleWebSocketMessage(a), "onMessage"), projectId: n, reconnectDelay: 2e3, source: i, url: Ia });
|
|
9456
9456
|
}
|
|
9457
9457
|
handleUploadUrlsMessage(e) {
|
|
9458
9458
|
const r = `${e.testId}-${e.attemptNumber}`;
|
|
@@ -9465,14 +9465,14 @@ class vn {
|
|
|
9465
9465
|
this.suiteData = this.extractSuiteInfo(e, r);
|
|
9466
9466
|
const i = Ca({ notificationConfigs: this.notificationConfigs, suite: r });
|
|
9467
9467
|
this.filteredNotificationConfigs = i;
|
|
9468
|
-
const s = { ...this.suiteData, notificationRequest: i ? { notificationConfigs: i, shardIndex:
|
|
9468
|
+
const s = { ...this.suiteData, notificationRequest: i ? { notificationConfigs: i, shardIndex: me(this.config), totalShards: this.config?.shard?.total } : void 0, shardIndex: me(this.config), shardTotal: this.config?.shard?.total, status: "running" };
|
|
9469
9469
|
try {
|
|
9470
|
-
const d = require$$7.fileURLToPath(new URL("./create-suite.mjs", (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-
|
|
9471
|
-
if (
|
|
9472
|
-
const C =
|
|
9470
|
+
const d = require$$7.fileURLToPath(new URL("./create-suite.mjs", (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index-EhzPL0ML.cjs', document.baseURI).href)))), g = JSON.stringify({ apiBaseUrl: Aa, apiKey: this.apiKey, body: s, cliVersion: this.cliVersion, projectId: this.projectId, source: this.source, timeoutMs: Cn }), w = require$$0$2.spawnSync(process.execPath, [d], { encoding: "utf-8", input: g, stdio: ["pipe", "pipe", "pipe"], timeout: Cn + 5e3 });
|
|
9471
|
+
if (w.status === 2 && (console.error(it.bold(it.red("[StablyAI reporter] Could not authenticate with the server. Either the API Key or Project ID is invalid. These can be provided via stablyReporter({ apiKey, projectId }) in playwright.config.ts or environment variables (STABLY_API_KEY, STABLY_PROJECT_ID). You can find your API key and Project ID at https://app.stably.ai/settings?tab=api-key"))), process.exit(1)), w.status !== 0) {
|
|
9472
|
+
const C = w.stderr?.trim() || w.error?.message || "Unknown error";
|
|
9473
9473
|
throw new Error(C);
|
|
9474
9474
|
}
|
|
9475
|
-
this.createdSuiteRun = JSON.parse(
|
|
9475
|
+
this.createdSuiteRun = JSON.parse(w.stdout.trim()), console.log(it.cyan(`\u{1F4CA} View live results: ${it.bold(it.underline(this.createdSuiteRun.url))}
|
|
9476
9476
|
`));
|
|
9477
9477
|
} catch (d) {
|
|
9478
9478
|
const g = d instanceof Error ? d.message : String(d);
|
|
@@ -9482,7 +9482,7 @@ class vn {
|
|
|
9482
9482
|
for (const d of a) {
|
|
9483
9483
|
const g = Yt();
|
|
9484
9484
|
this.testIdMap.set(d.id, g);
|
|
9485
|
-
const
|
|
9485
|
+
const w = d.parent.project(), C = sr({ absolutePath: d.location.file, rootDir: this.rootDir }), v = { annotations: d.annotations.length > 0 ? d.annotations.map((D) => ({ description: D.description, type: D.type })) : void 0, attemptNumber: 1, browserName: w?.use?.defaultBrowserType, expectedStatus: d.expectedStatus === "skipped" ? "skipped" : "passed", fullTitle: this.scrubSensitiveString(d.titlePath().join(" \u203A ")) ?? "", location: `${C}:${d.location.line}:${d.location.column}`, maxRetries: d.retries, projectName: w?.name, tags: d.tags.length > 0 ? d.tags : void 0, testIdentifier: d.id, title: this.scrubSensitiveString(d.title) ?? d.title }, M = l.get(C);
|
|
9486
9486
|
M ? M.push(v) : l.set(C, [v]);
|
|
9487
9487
|
}
|
|
9488
9488
|
const h = Array.from(l.entries()).map(([d, g]) => ({ filePath: d, tests: g }));
|
|
@@ -9506,8 +9506,8 @@ class vn {
|
|
|
9506
9506
|
let h, d;
|
|
9507
9507
|
if (l.length > 0) {
|
|
9508
9508
|
h = `${n.id}-${n.attemptNumber}`;
|
|
9509
|
-
const { bufferedMessage: g, waitPromise:
|
|
9510
|
-
d =
|
|
9509
|
+
const { bufferedMessage: g, waitPromise: w } = this.uploadUrlWaitQueue.registerWait(h, Ta);
|
|
9510
|
+
d = w, g && this.handleUploadUrlsMessage(g), this.pendingOperations.track(d);
|
|
9511
9511
|
}
|
|
9512
9512
|
try {
|
|
9513
9513
|
await this.wsClient.sendEvent({ payload: { ...n, attachments: l, steps: i }, type: "test_end" });
|
|
@@ -9529,11 +9529,11 @@ class vn {
|
|
|
9529
9529
|
if (this.completedTestIds.has(d.id)) continue;
|
|
9530
9530
|
const g = this.testIdMap.get(d.id);
|
|
9531
9531
|
if (!g) continue;
|
|
9532
|
-
const
|
|
9533
|
-
this.pendingOperations.track(this.wsClient.sendEvent({ payload: { annotations: d.annotations.length > 0 ? d.annotations : void 0, attemptNumber: 1, browserName:
|
|
9532
|
+
const w = d.parent.project(), C = sr({ absolutePath: d.location.file, rootDir: this.rootDir });
|
|
9533
|
+
this.pendingOperations.track(this.wsClient.sendEvent({ payload: { annotations: d.annotations.length > 0 ? d.annotations : void 0, attemptNumber: 1, browserName: w?.use?.defaultBrowserType, duration: 0, expectedStatus: d.expectedStatus, fullTitle: this.scrubSensitiveString(d.titlePath().join(" \u203A ")) ?? "", id: g, location: `${C}:${d.location.line}:${d.location.column}`, maxRetries: d.retries, outcome: "skipped", projectName: w?.name, retryCount: 0, startedAt: h, status: "skipped", suiteId: this.testSuiteRunId, tags: d.tags.length > 0 ? d.tags : void 0, testIdentifier: d.id, title: this.scrubSensitiveString(d.title) ?? d.title }, type: "test_end" }));
|
|
9534
9534
|
}
|
|
9535
9535
|
}
|
|
9536
|
-
this.pendingOperations.track(this.wsClient.sendEvent({ payload: { duration: e.duration, notificationRequest: this.filteredNotificationConfigs ? { notificationConfigs: this.filteredNotificationConfigs, shardIndex:
|
|
9536
|
+
this.pendingOperations.track(this.wsClient.sendEvent({ payload: { duration: e.duration, notificationRequest: this.filteredNotificationConfigs ? { notificationConfigs: this.filteredNotificationConfigs, shardIndex: me(this.config), totalShards: this.config?.shard?.total } : void 0, shardIndex: me(this.config), shardTotal: this.config?.shard?.total, status: e.status === "timedout" ? "timedOut" : e.status, suiteId: this.testSuiteRunId }, type: "suite_end" })), Ie$1("[Stably reporter] Waiting for pending tasks to finish...");
|
|
9537
9537
|
const r = Y();
|
|
9538
9538
|
r.start("Waiting for tasks to finish...");
|
|
9539
9539
|
try {
|
|
@@ -9579,10 +9579,10 @@ class vn {
|
|
|
9579
9579
|
}
|
|
9580
9580
|
extractSuiteInfo(e, r) {
|
|
9581
9581
|
const n = ha(), i = ma(), s = /* @__PURE__ */ new Date();
|
|
9582
|
-
return { id: Yt(),
|
|
9582
|
+
return { id: Yt(), projects: va(r), projectSettings: Ua(e), startedAt: s, suiteId: this.testSuiteRunId, title: r.title || ba({ gitInfo: n, suite: r }), createdAt: s, git: { branch: n.branch, commit: { message: n.commit.message, sha: n.commit.sha }, pr: n.pr }, isCI: n.isCI, shards: e.shard?.total ?? 1, workers: e.workers, machineInfo: i, updatedAt: s };
|
|
9583
9583
|
}
|
|
9584
9584
|
extractTestCaseInfo(e, r) {
|
|
9585
|
-
const n =
|
|
9585
|
+
const n = sr({ absolutePath: e.location.file, rootDir: this.rootDir }), i = e.parent.project(), s = i?.name, a = i?.use?.defaultBrowserType, l = this.testIdMap.get(e.id), h = l ?? Yt();
|
|
9586
9586
|
return l || this.testIdMap.set(e.id, h), { fullTitle: this.scrubSensitiveString(e.titlePath().join(" \u203A ")) ?? "", id: h, location: `${n}:${e.location.line}:${e.location.column}`, suiteId: this.testSuiteRunId, testIdentifier: e.id, title: this.scrubSensitiveString(e.title) ?? e.title, browserName: a, duration: r.duration, expectedStatus: e.expectedStatus, finishedAt: r.startTime && r.duration ? new Date(r.startTime.getTime() + r.duration) : void 0, outcome: e.outcome(), projectName: s, startedAt: new Date(r.startTime), status: r.status, attemptNumber: r.retry + 1, maxRetries: e.retries, retryCount: r.retry, errorMessage: this.scrubSensitiveString(r.error?.message), errorStack: this.scrubSensitiveString(r.error?.stack), errorType: r.error?.value, annotations: e.annotations.length > 0 ? e.annotations : void 0, tags: e.tags.length > 0 ? e.tags : void 0 };
|
|
9587
9587
|
}
|
|
9588
9588
|
async extractAttachmentMetadata({ attachments: e, attemptNumber: r, testId: n }) {
|
|
@@ -9610,7 +9610,7 @@ class vn {
|
|
|
9610
9610
|
async getAttachmentFileData({ attachment: e, traceFd: r }) {
|
|
9611
9611
|
if (!e.path && !e.body) return;
|
|
9612
9612
|
if (e.name === "trace" && this.sensitiveValues && this.sensitiveValues.length > 0) {
|
|
9613
|
-
const i = e.path ? await this.scrubTraceFromFile({ attachmentPath: e.path, sensitiveValues: this.sensitiveValues, traceFd: r }) : e.body ? await
|
|
9613
|
+
const i = e.path ? await this.scrubTraceFromFile({ attachmentPath: e.path, sensitiveValues: this.sensitiveValues, traceFd: r }) : e.body ? await $e({ sensitiveValues: this.sensitiveValues, traceBuffer: Buffer.from(e.body) }) : void 0;
|
|
9614
9614
|
return i ? Buffer.from(i) : void 0;
|
|
9615
9615
|
}
|
|
9616
9616
|
return e.body ? Buffer.from(e.body) : e.path ? Vt.readFileSync(e.path) : void 0;
|
|
@@ -9619,7 +9619,7 @@ class vn {
|
|
|
9619
9619
|
return n !== void 0 ? Is({ sensitiveValues: r, traceFd: n, tracePath: e }) : _s({ sensitiveValues: r, tracePath: e });
|
|
9620
9620
|
}
|
|
9621
9621
|
handleWebSocketError(e) {
|
|
9622
|
-
e.code ===
|
|
9622
|
+
e.code === Qr.AUTHENTICATION_FAILED && (console.error(it.bold(it.red("[StablyAI reporter] Could not authenticate with the server. Either the API Key or Project ID is invalid. These can be provided via stablyReporter({ apiKey, projectId }) in playwright.config.ts or environment variables (STABLY_API_KEY, STABLY_PROJECT_ID). You can find your API key and Project ID at https://app.stably.ai/settings?tab=api-key"))), process.exit(1)), console.error("[StablyAI reporter] Could not connect to the server. Please check your internet connection and try again."), process.exit(1);
|
|
9623
9623
|
}
|
|
9624
9624
|
handleWebSocketMessage(e) {
|
|
9625
9625
|
e.type === "suite_created" ? (this.createdSuiteRun = { id: e.id, name: e.name, url: e.url }, this.pendingQueuedSpecs && (this.pendingOperations.track(this.wsClient.sendEvent({ payload: { specs: this.pendingQueuedSpecs, suiteId: this.testSuiteRunId }, type: "tests_queued" })), this.pendingQueuedSpecs = void 0)) : e.type === "upload_urls" && this.handleUploadUrlsMessage(e);
|
|
@@ -9628,20 +9628,20 @@ class vn {
|
|
|
9628
9628
|
const i = n.map(async ({ artifactId: s, name: a, uploadUrl: l }) => {
|
|
9629
9629
|
const h = `${r}-${e}-${s}`, d = this.attachmentFiles.get(h);
|
|
9630
9630
|
if (d) try {
|
|
9631
|
-
await _a({ fileData: d, maxRetries: 3, requestTimeoutMs:
|
|
9631
|
+
await _a({ fileData: d, maxRetries: 3, requestTimeoutMs: wa, uploadUrl: l }), this.attachmentFiles.delete(h);
|
|
9632
9632
|
} catch (g) {
|
|
9633
|
-
const
|
|
9634
|
-
console.error(`[StablyAI reporter] Failed to upload ${a} after retries: ${
|
|
9633
|
+
const w = g instanceof Error ? g.message : String(g);
|
|
9634
|
+
console.error(`[StablyAI reporter] Failed to upload ${a} after retries: ${w}`);
|
|
9635
9635
|
}
|
|
9636
9636
|
});
|
|
9637
9637
|
await Promise.allSettled(i);
|
|
9638
9638
|
}
|
|
9639
9639
|
}
|
|
9640
|
-
function
|
|
9640
|
+
function Ba(t) {
|
|
9641
9641
|
return ["@stablyai/playwright-test/reporter", t];
|
|
9642
9642
|
}
|
|
9643
|
-
c(
|
|
9643
|
+
c(Ba, "stablyReporter");
|
|
9644
9644
|
|
|
9645
|
-
exports.
|
|
9645
|
+
exports.Ba = Ba;
|
|
9646
9646
|
exports.vn = vn;
|
|
9647
|
-
//# sourceMappingURL=index-
|
|
9647
|
+
//# sourceMappingURL=index-EhzPL0ML.cjs.map
|