From 2a631303f33c32a818fdf82c1803b5f3020b51f1 Mon Sep 17 00:00:00 2001 From: what Date: Sat, 25 May 2024 22:16:06 +0800 Subject: [PATCH] v0.9.7 --- dist/ff-request.js | 246 ++++++++++++++++++++-------------------- dist/ff-request.umd.cjs | 2 +- package.json | 2 +- 3 files changed, 126 insertions(+), 124 deletions(-) diff --git a/dist/ff-request.js b/dist/ff-request.js index be25265..077eceb 100644 --- a/dist/ff-request.js +++ b/dist/ff-request.js @@ -1,18 +1,18 @@ var oe = Object.defineProperty; -var ae = (t, e, r) => e in t ? oe(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r; -var A = (t, e, r) => (ae(t, typeof e != "symbol" ? e + "" : e, r), r), k = (t, e, r) => { +var ie = (t, e, r) => e in t ? oe(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r; +var A = (t, e, r) => (ie(t, typeof e != "symbol" ? e + "" : e, r), r), k = (t, e, r) => { if (!e.has(t)) throw TypeError("Cannot " + r); }; -var l = (t, e, r) => (k(t, e, "read from private field"), r ? r.call(t) : e.get(t)), S = (t, e, r) => { +var h = (t, e, r) => (k(t, e, "read from private field"), r ? r.call(t) : e.get(t)), S = (t, e, r) => { if (e.has(t)) throw TypeError("Cannot add the same private member more than once"); e instanceof WeakSet ? e.add(t) : e.set(t, r); -}, $ = (t, e, r, n) => (k(t, e, "write to private field"), n ? n.call(t, r) : e.set(t, r), r); +}, m = (t, e, r, n) => (k(t, e, "write to private field"), n ? n.call(t, r) : e.set(t, r), r); function te(t) { return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t; } -function ie(t) { +function ae(t) { if (t.length >= 255) throw new TypeError("Alphabet too long"); for (var e = new Uint8Array(256), r = 0; r < e.length; r++) @@ -23,25 +23,25 @@ function ie(t) { throw new TypeError(u + " is ambiguous"); e[v] = n; } - var d = t.length, U = t.charAt(0), B = Math.log(d) / Math.log(256), D = Math.log(256) / Math.log(d); + var c = t.length, U = t.charAt(0), B = Math.log(c) / Math.log(256), D = Math.log(256) / Math.log(c); function q(f) { if (f instanceof Uint8Array || (ArrayBuffer.isView(f) ? f = new Uint8Array(f.buffer, f.byteOffset, f.byteLength) : Array.isArray(f) && (f = Uint8Array.from(f))), !(f instanceof Uint8Array)) throw new TypeError("Expected Uint8Array"); if (f.length === 0) return ""; - for (var o = 0, a = 0, c = 0, i = f.length; c !== i && f[c] === 0; ) - c++, o++; - for (var h = (i - c) * D + 1 >>> 0, g = new Uint8Array(h); c !== i; ) { - for (var T = f[c], E = 0, w = h - 1; (T !== 0 || E < a) && w !== -1; w--, E++) - T += 256 * g[w] >>> 0, g[w] = T % d >>> 0, T = T / d >>> 0; + for (var o = 0, i = 0, g = 0, a = f.length; g !== a && f[g] === 0; ) + g++, o++; + for (var l = (a - g) * D + 1 >>> 0, d = new Uint8Array(l); g !== a; ) { + for (var T = f[g], E = 0, w = l - 1; (T !== 0 || E < i) && w !== -1; w--, E++) + T += 256 * d[w] >>> 0, d[w] = T % c >>> 0, T = T / c >>> 0; if (T !== 0) throw new Error("Non-zero carry"); - a = E, c++; + i = E, g++; } - for (var s = h - a; s !== h && g[s] === 0; ) + for (var s = l - i; s !== l && d[s] === 0; ) s++; - for (var y = U.repeat(o); s < h; ++s) - y += t.charAt(g[s]); + for (var y = U.repeat(o); s < l; ++s) + y += t.charAt(d[s]); return y; } function x(f) { @@ -49,29 +49,29 @@ function ie(t) { throw new TypeError("Expected String"); if (f.length === 0) return new Uint8Array(); - for (var o = 0, a = 0, c = 0; f[o] === U; ) - a++, o++; - for (var i = (f.length - o) * B + 1 >>> 0, h = new Uint8Array(i); f[o]; ) { - var g = e[f.charCodeAt(o)]; - if (g === 255) + for (var o = 0, i = 0, g = 0; f[o] === U; ) + i++, o++; + for (var a = (f.length - o) * B + 1 >>> 0, l = new Uint8Array(a); f[o]; ) { + var d = e[f.charCodeAt(o)]; + if (d === 255) return; - for (var T = 0, E = i - 1; (g !== 0 || T < c) && E !== -1; E--, T++) - g += d * h[E] >>> 0, h[E] = g % 256 >>> 0, g = g / 256 >>> 0; - if (g !== 0) + for (var T = 0, E = a - 1; (d !== 0 || T < g) && E !== -1; E--, T++) + d += c * l[E] >>> 0, l[E] = d % 256 >>> 0, d = d / 256 >>> 0; + if (d !== 0) throw new Error("Non-zero carry"); - c = T, o++; + g = T, o++; } - for (var w = i - c; w !== i && h[w] === 0; ) + for (var w = a - g; w !== a && l[w] === 0; ) w++; - for (var s = new Uint8Array(a + (i - w)), y = a; w !== i; ) - s[y++] = h[w++]; + for (var s = new Uint8Array(i + (a - w)), y = i; w !== a; ) + s[y++] = l[w++]; return s; } function p(f) { var o = x(f); if (o) return o; - throw new Error("Non-base" + d + " character"); + throw new Error("Non-base" + c + " character"); } return { encode: q, @@ -79,24 +79,24 @@ function ie(t) { decode: p }; } -var fe = ie; +var fe = ae; const he = /* @__PURE__ */ te(fe); var re = {}; (function(t) { (function(e) { e([], function() { - var r = -1, n = -2, u = -3, v = -4, d = -5, U = function(o, a) { - a = a || {}; - var c = a.verbose || !1; - c && console.log("Normalize the JSON Object"), o = typeof o == "string" ? this.JSON.parse(o) : o, c && console.log("Creating a empty dictionary"); - var i = { + var r = -1, n = -2, u = -3, v = -4, c = -5, U = function(o, i) { + i = i || {}; + var g = i.verbose || !1; + g && console.log("Normalize the JSON Object"), o = typeof o == "string" ? this.JSON.parse(o) : o, g && console.log("Creating a empty dictionary"); + var a = { strings: [], integers: [], floats: [] }; - c && console.log("Creating the AST"); - var h = function w(s) { - c && console.log("Calling recursiveAstBuilder with " + this.JSON.stringify(s)); + g && console.log("Creating the AST"); + var l = function w(s) { + g && console.log("Calling recursiveAstBuilder with " + this.JSON.stringify(s)); var y = typeof s; if (s === null) return { @@ -106,7 +106,7 @@ var re = {}; if (typeof s > "u") return { type: "undefined", - index: d + index: c }; if (s instanceof Array) { var _ = ["@"]; @@ -126,22 +126,22 @@ var re = {}; index: v }; if (y === "string") { - var P = f.call(i.strings, s); - return P == -1 && (i.strings.push(D(s)), P = i.strings.length - 1), { + var P = f.call(a.strings, s); + return P == -1 && (a.strings.push(D(s)), P = a.strings.length - 1), { type: "strings", index: P }; } if (y === "number" && s % 1 === 0) { - var P = f.call(i.integers, s); - return P == -1 && (i.integers.push(x(s)), P = i.integers.length - 1), { + var P = f.call(a.integers, s); + return P == -1 && (a.integers.push(x(s)), P = a.integers.length - 1), { type: "integers", index: P }; } if (y === "number") { - var P = f.call(i.floats, s); - return P == -1 && (i.floats.push(s), P = i.floats.length - 1), { + var P = f.call(a.floats, s); + return P == -1 && (a.floats.push(s), P = a.floats.length - 1), { type: "floats", index: P }; @@ -152,11 +152,11 @@ var re = {}; index: s ? r : n }; throw new Error("Unexpected argument of type " + typeof s); - }(o), g = i.strings.length, T = i.integers.length; - i.floats.length, c && console.log("Parsing the dictionary"); - var E = i.strings.join("|"); - return E += "^" + i.integers.join("|"), E += "^" + i.floats.join("|"), c && console.log("Parsing the structure"), E += "^" + function w(s) { - if (c && console.log("Calling a recursiveParser with " + this.JSON.stringify(s)), s instanceof Array) { + }(o), d = a.strings.length, T = a.integers.length; + a.floats.length, g && console.log("Parsing the dictionary"); + var E = a.strings.join("|"); + return E += "^" + a.integers.join("|"), E += "^" + a.floats.join("|"), g && console.log("Parsing the structure"), E += "^" + function w(s) { + if (g && console.log("Calling a recursiveParser with " + this.JSON.stringify(s)), s instanceof Array) { var y = s.shift(); for (var _ in s) s.hasOwnProperty(_) && (y += w(s[_]) + "|"); @@ -166,55 +166,55 @@ var re = {}; if (O === "strings") return x(R); if (O === "integers") - return x(g + R); + return x(d + R); if (O === "floats") - return x(g + T + R); + return x(d + T + R); if (O === "boolean") return s.index; if (O === "null") return u; if (O === "undefined") - return d; + return c; if (O === "empty") return v; throw new TypeError("The item is alien!"); - }(h), c && console.log("Ending parser"), a.debug ? { - dictionary: i, - ast: h, + }(l), g && console.log("Ending parser"), i.debug ? { + dictionary: a, + ast: l, packed: E } : E; - }, B = function(o, a) { - a = a || {}; - var c = o.split("^"); - a.verbose && console.log("Building dictionary"); - var i = [], h = c[0]; - if (h !== "") { - h = h.split("|"), a.verbose && console.log("Parse the strings dictionary"); - for (var g = 0, T = h.length; g < T; g++) - i.push(q(h[g])); + }, B = function(o, i) { + i = i || {}; + var g = o.split("^"); + i.verbose && console.log("Building dictionary"); + var a = [], l = g[0]; + if (l !== "") { + l = l.split("|"), i.verbose && console.log("Parse the strings dictionary"); + for (var d = 0, T = l.length; d < T; d++) + a.push(q(l[d])); } - if (h = c[1], h !== "") { - h = h.split("|"), a.verbose && console.log("Parse the integers dictionary"); - for (var g = 0, T = h.length; g < T; g++) - i.push(p(h[g])); + if (l = g[1], l !== "") { + l = l.split("|"), i.verbose && console.log("Parse the integers dictionary"); + for (var d = 0, T = l.length; d < T; d++) + a.push(p(l[d])); } - if (h = c[2], h !== "") { - h = h.split("|"), a.verbose && console.log("Parse the floats dictionary"); - for (var g = 0, T = h.length; g < T; g++) - i.push(parseFloat(h[g])); + if (l = g[2], l !== "") { + l = l.split("|"), i.verbose && console.log("Parse the floats dictionary"); + for (var d = 0, T = l.length; d < T; d++) + a.push(parseFloat(l[d])); } - h = null, a.verbose && console.log("Tokenizing the structure"); - for (var E = "", w = [], s = c[3].length, g = 0; g < s; g++) { - var y = c[3].charAt(g); + l = null, i.verbose && console.log("Tokenizing the structure"); + for (var E = "", w = [], s = g[3].length, d = 0; d < s; d++) { + var y = g[3].charAt(d); y === "|" || y === "$" || y === "@" || y === "]" ? (E && (w.push(p(E)), E = ""), y !== "|" && w.push(y)) : E += y; } var _ = w.length, O = 0; - return a.verbose && console.log("Starting recursive parser"), function R() { + return i.verbose && console.log("Starting recursive parser"), function R() { var P = w[O++]; - if (a.verbose && console.log("Reading collection type " + (P === "$" ? "object" : "Array")), P === "@") { + if (i.verbose && console.log("Reading collection type " + (P === "$" ? "object" : "Array")), P === "@") { for (var b = []; O < _; O++) { var N = w[O]; - if (a.verbose && console.log("Read " + N + " symbol"), N === "]") + if (i.verbose && console.log("Read " + N + " symbol"), N === "]") return b; if (N === "@" || N === "$") b.push(R()); @@ -229,24 +229,24 @@ var re = {}; case u: b.push(null); break; - case d: + case c: b.push(void 0); break; case v: b.push(""); break; default: - b.push(i[N]); + b.push(a[N]); } } - return a.verbose && console.log("Parsed " + this.JSON.stringify(b)), b; + return i.verbose && console.log("Parsed " + this.JSON.stringify(b)), b; } if (P === "$") { for (var b = {}; O < _; O++) { var C = w[O]; if (C === "]") return b; - C === v ? C = "" : C = i[C]; + C === v ? C = "" : C = a[C]; var N = w[++O]; if (N === "@" || N === "$") b[C] = R(); @@ -261,48 +261,48 @@ var re = {}; case u: b[C] = null; break; - case d: + case c: b[C] = void 0; break; case v: b[C] = ""; break; default: - b[C] = i[N]; + b[C] = a[N]; } } - return a.verbose && console.log("Parsed " + this.JSON.stringify(b)), b; + return i.verbose && console.log("Parsed " + this.JSON.stringify(b)), b; } throw new TypeError("Bad token " + P + " isn't a type"); }(); }, D = function(o) { - return typeof o != "string" ? o : o.replace(/[\+ \|\^\%]/g, function(a) { + return typeof o != "string" ? o : o.replace(/[\+ \|\^\%]/g, function(i) { return { " ": "+", "+": "%2B", "|": "%7C", "^": "%5E", "%": "%25" - }[a]; + }[i]; }); }, q = function(o) { - return typeof o != "string" ? o : o.replace(/\+|%2B|%7C|%5E|%25/g, function(a) { + return typeof o != "string" ? o : o.replace(/\+|%2B|%7C|%5E|%25/g, function(i) { return { "+": " ", "%2B": "+", "%7C": "|", "%5E": "^", "%25": "%" - }[a]; + }[i]; }); }, x = function(o) { return Number.prototype.toString.call(o, 36).toUpperCase(); }, p = function(o) { return parseInt(o, 36); - }, f = Array.prototype.indexOf || function(o, a) { - for (var c = a || 0, i = this.length; c < i; c++) - if (this[c] === o) - return c; + }, f = Array.prototype.indexOf || function(o, i) { + for (var g = i || 0, a = this.length; g < a; g++) + if (this[g] === o) + return g; return -1; }; return { @@ -333,24 +333,24 @@ class X { // 判罚是否已经给出错误提示 S(this, j, !0); S(this, I, { - get: (e, r) => l(this, L).call(this, r), - ownKeys: () => Object.keys(l(this, I).getPrototypeOf() || {}), - getPrototypeOf: () => l(this, z) ? this : this.data, + get: (e, r) => h(this, L).call(this, r), + ownKeys: () => Object.keys(h(this, I).getPrototypeOf() || {}), + getPrototypeOf: () => h(this, z) ? this : this.data, getOwnPropertyDescriptor: () => ({ configurable: !0, enumerable: !0, writable: !0, - value: l(this, I).getPrototypeOf() + value: h(this, I).getPrototypeOf() }) }); - S(this, L, (e) => e === "$toast" ? l(this, K) : e === "msg" ? l(this, H) : e === "then" || e === "resp" ? ($(this, j, !0), $(this, z, e === "resp"), l(this, V)) : e === "catch" ? l(this, Y) : e === "IS_ECHO_MSG" ? l(this, j) : Reflect.get(this, e)); - S(this, H, (e = (n) => n, r = !1) => (l(this, K).call(this), $(this, z, r), Promise.resolve(e == null ? void 0 : e(l(this, I).getPrototypeOf())))); + S(this, L, (e) => e === "$toast" ? h(this, K) : e === "msg" ? h(this, H) : e === "then" || e === "resp" ? (m(this, j, !0), m(this, z, e === "resp"), h(this, V)) : e === "catch" ? h(this, Y) : e === "IS_ECHO_MSG" ? h(this, j) : Reflect.get(this, e)); + S(this, H, (e = (n) => n, r = !1) => (h(this, K).call(this), m(this, z, r), Promise.resolve(e == null ? void 0 : e(h(this, I).getPrototypeOf())))); S(this, K, () => { - l(this, j) && ($(this, j, !1), we.onToast(this.code, this.message)); + h(this, j) && (m(this, j, !1), we.onToast(this.code, this.message)); }); - S(this, V, (e) => [0, 1].includes(this.code) ? Promise.resolve(e == null ? void 0 : e(l(this, I).getPrototypeOf())) : Promise.reject(l(this, J))); - S(this, Y, (e) => Promise.resolve(e(l(this, J)))); - return this.code = e, this.message = r, this.data = n, this.url = u, this.res = v, $(this, J, new Proxy(this, l(this, I))); + S(this, V, (e) => [0, 1].includes(this.code) ? Promise.resolve(e == null ? void 0 : e(h(this, I).getPrototypeOf())) : Promise.reject(h(this, J))); + S(this, Y, (e) => Promise.resolve(e(h(this, J)))); + return this.code = e, this.message = r, this.data = n, this.url = u, this.res = v, m(this, J, new Proxy(this, h(this, I))); } } J = new WeakMap(), z = new WeakMap(), j = new WeakMap(), I = new WeakMap(), L = new WeakMap(), H = new WeakMap(), K = new WeakMap(), V = new WeakMap(), Y = new WeakMap(); @@ -384,8 +384,8 @@ function ue(t) { throw new TypeError("stream option must be boolean"); if (ArrayBuffer.isView(e)) { var u = new Uint8Array(e.buffer, e.byteOffset, e.byteLength), v = new Array(u.length); - for (let d = 0; d < u.length; d++) - v[d] = String.fromCharCode(u[d]); + for (let c = 0; c < u.length; c++) + v[c] = String.fromCharCode(u[c]); return decodeURIComponent(escape(v.join(""))); } else throw new TypeError("passed argument must be an array buffer view"); @@ -401,31 +401,33 @@ const ce = new se.TextEncoder("utf8"), ge = new se.TextDecoder("utf8"), de = (t) e = e * 33 ^ t.charCodeAt(r); return (e >>> 0).toString(16); }, be = (t, e) => t.replace(new RegExp(`^${e}+|${e}+$`, "g"), ""), pe = (t) => ce.encode(t || ""), ve = (t) => ge.decode(new DataView(t), {}); -var F, G, Q, m, M; +var F, G, Q, M, $; class Z { constructor(e, r, n = ({}) => Promise.reject({ code: -1, msg: "请初始化HTTP请求方法主体" })) { S(this, F, void 0); S(this, G, void 0); S(this, Q, void 0); - S(this, m, { + S(this, M, { "#": /* @__PURE__ */ new Map(), // 系统缓存 $: /* @__PURE__ */ new Map() // 普通缓存 }); - S(this, M, /* @__PURE__ */ new Map()); + S(this, $, /* @__PURE__ */ new Map()); A(this, "request", ({ url: e = "/", method: r = "GET", ...n }, u = !1) => { var x; - const v = r.toUpperCase(), d = de(JSON.stringify([e, v, n])), U = (x = e == null ? void 0 : e.includes) != null && x.call(e, "/_/") ? "#" : "$", { promise: B, resolve: D, reject: q } = Promise.withResolvers(); - return l(this, m)[U].has(d) ? (console.log("缓存命中", e), D(l(this, m)[U].get(d))) : l(this, M).has(d) ? l(this, M).get(d).push([D, q]) : l(this, M).set(d, [[D, q]]), l(this, M).get(d).length === 1 && l(this, F).call(this, { url: e, method: v, ...n }).then((p) => { + const v = r.toUpperCase(), c = de(JSON.stringify([e, v, n])), U = (x = e == null ? void 0 : e.includes) != null && x.call(e, "/_/") ? "#" : "$", { promise: B, resolve: D, reject: q } = Promise.withResolvers(); + return h(this, M)[U].has(c) ? (console.log("缓存命中", e), D(h(this, M)[U].get(c))) : h(this, $).has(c) ? h(this, $).get(c).push([D, q]) : h(this, $).set(c, [[D, q]]), h(this, $).get(c).length === 1 && h(this, F).call(this, { url: e, method: v, ...n }).then((p) => { if (![0, 1].includes(p.code)) throw W(p.code, p.msg, p.data, e, p == null ? void 0 : p.res); return [p.code, p.msg, p.data, e, p == null ? void 0 : p.res]; - }).then((p) => ((U == "#" || u && v === "GET") && l(this, m)[U].set(d, p), p)).then((p) => l(this, M).get(d).forEach(([f, o]) => f(p))).catch((p) => (l(this, m)[U].delete(d), l(this, M).get(d).forEach(([f, o]) => o(p instanceof X ? p : W(-1, p, null, e))))), new Proxy(B, { - get: (p, f) => (...o) => p.then((a) => W(...a)[f](...o)).catch((a) => { - if (!a instanceof X) - throw a; - return typeof a[f] == "function" ? a[f](...o) : a[f]; + }).then((p) => ((U == "#" || u && v === "GET") && h(this, M)[U].set(c, p), p)).then((p) => h(this, $).get(c).forEach(([f, o]) => f(p))).catch((p) => (h(this, M)[U].delete(c), h(this, $).get(c).forEach(([f, o]) => o(p instanceof X ? p : W(-1, p, null, e))))).finally(() => setTimeout(() => { + h(this, $).delete(c); + })), new Proxy(B, { + get: (p, f) => (...o) => p.then((i) => W(...i)[f](...o)).catch((i) => { + if (!i instanceof X) + throw i; + return typeof i[f] == "function" ? i[f](...o) : i[f]; }) }); }); @@ -440,13 +442,13 @@ class Z { A(this, "getAppInfo", () => { }); A(this, "refreshCache", (e = !1) => { - e && l(this, m)["#"].clear(), l(this, m).$.clear(); + e && h(this, M)["#"].clear(), h(this, M).$.clear(); }); A(this, "decode", (e = "", r = {}) => { if (e === void 0 || e === "" || e === null) return r; try { - const n = l(this, G).decode(e).buffer; + const n = h(this, G).decode(e).buffer; return ee.unpack(ve(n)); } catch { return console.warn("core.decode", e), r; @@ -454,16 +456,16 @@ class Z { }); A(this, "encode", (e = {}) => { const r = JSON.stringify(e, (n, u) => u === void 0 ? null : u); - return l(this, G).encode(pe(ee.pack(r))); + return h(this, G).encode(pe(ee.pack(r))); }); - $(this, Q, e), $(this, F, n), $(this, G, he(r)); + m(this, Q, e), m(this, F, n), m(this, G, he(r)); } } -F = new WeakMap(), G = new WeakMap(), Q = new WeakMap(), m = new WeakMap(), M = new WeakMap(); +F = new WeakMap(), G = new WeakMap(), Q = new WeakMap(), M = new WeakMap(), $ = new WeakMap(); const we = Z; Z.onUnhandledRejection = (t) => { - var e, r, n, u, v, d; - t != null && t.IS_ECHO_MSG ? ((e = t == null ? void 0 : t.$toast) == null || e.call(t), (r = t == null ? void 0 : t.preventDefault) == null || r.call(t)) : (n = t.reason) != null && n.IS_ECHO_MSG && ((v = (u = t.reason) == null ? void 0 : u.$toast) == null || v.call(u), (d = t == null ? void 0 : t.preventDefault) == null || d.call(t)); + var e, r, n, u, v, c; + t != null && t.IS_ECHO_MSG ? ((e = t == null ? void 0 : t.$toast) == null || e.call(t), (r = t == null ? void 0 : t.preventDefault) == null || r.call(t)) : (n = t.reason) != null && n.IS_ECHO_MSG && ((v = (u = t.reason) == null ? void 0 : u.$toast) == null || v.call(u), (c = t == null ? void 0 : t.preventDefault) == null || c.call(t)); }; Z.onToast = (t, e) => [0, 1].includes(t) ? console.log(e) : console.warn(e); export { diff --git a/dist/ff-request.umd.cjs b/dist/ff-request.umd.cjs index e106d68..ff0134b 100644 --- a/dist/ff-request.umd.cjs +++ b/dist/ff-request.umd.cjs @@ -1 +1 @@ -(function(d,w){typeof exports=="object"&&typeof module<"u"?w(exports):typeof define=="function"&&define.amd?define(["exports"],w):(d=typeof globalThis<"u"?globalThis:d||self,w(d["ff-request"]={}))})(this,function(d){"use strict";var ye=Object.defineProperty;var be=(d,w,_)=>w in d?ye(d,w,{enumerable:!0,configurable:!0,writable:!0,value:_}):d[w]=_;var P=(d,w,_)=>(be(d,typeof w!="symbol"?w+"":w,_),_),le=(d,w,_)=>{if(!w.has(d))throw TypeError("Cannot "+_)};var u=(d,w,_)=>(le(d,w,"read from private field"),_?_.call(d):w.get(d)),N=(d,w,_)=>{if(w.has(d))throw TypeError("Cannot add the same private member more than once");w instanceof WeakSet?w.add(d):w.set(d,_)},D=(d,w,_,Y)=>(le(d,w,"write to private field"),Y?Y.call(d,_):w.set(d,_),_);var G,B,J,q,Q,W,L,X,Z,H,K,k,j,I;function w(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function _(t){if(t.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),r=0;r>>0,g=new Uint8Array(h);c!==a;){for(var A=f[c],T=0,b=h-1;(A!==0||T>>0,g[b]=A%p>>>0,A=A/p>>>0;if(A!==0)throw new Error("Non-zero carry");o=T,c++}for(var n=h-o;n!==h&&g[n]===0;)n++;for(var E=m.repeat(i);n>>0,h=new Uint8Array(a);f[i];){var g=e[f.charCodeAt(i)];if(g===255)return;for(var A=0,T=a-1;(g!==0||A>>0,h[T]=g%256>>>0,g=g/256>>>0;if(g!==0)throw new Error("Non-zero carry");c=A,i++}for(var b=a-c;b!==a&&h[b]===0;)b++;for(var n=new Uint8Array(o+(a-b)),E=o;b!==a;)n[E++]=h[b++];return n}function v(f){var i=$(f);if(i)return i;throw new Error("Non-base"+p+" character")}return{encode:F,decodeUnsafe:$,decode:v}}var Y=_;const ce=w(Y);var ne={};(function(t){(function(e){e([],function(){var r=-1,s=-2,l=-3,y=-4,p=-5,m=function(i,o){o=o||{};var c=o.verbose||!1;c&&console.log("Normalize the JSON Object"),i=typeof i=="string"?this.JSON.parse(i):i,c&&console.log("Creating a empty dictionary");var a={strings:[],integers:[],floats:[]};c&&console.log("Creating the AST");var h=function b(n){c&&console.log("Calling recursiveAstBuilder with "+this.JSON.stringify(n));var E=typeof n;if(n===null)return{type:"null",index:l};if(typeof n>"u")return{type:"undefined",index:p};if(n instanceof Array){var U=["@"];for(var S in n)n.hasOwnProperty(S)&&U.push(b(n[S]));return U}if(E==="object"){var U=["$"];for(var M in n)n.hasOwnProperty(M)&&(U.push(b(M)),U.push(b(n[M])));return U}if(n==="")return{type:"empty",index:y};if(E==="string"){var C=f.call(a.strings,n);return C==-1&&(a.strings.push(z(n)),C=a.strings.length-1),{type:"strings",index:C}}if(E==="number"&&n%1===0){var C=f.call(a.integers,n);return C==-1&&(a.integers.push($(n)),C=a.integers.length-1),{type:"integers",index:C}}if(E==="number"){var C=f.call(a.floats,n);return C==-1&&(a.floats.push(n),C=a.floats.length-1),{type:"floats",index:C}}if(E==="boolean")return{type:"boolean",index:n?r:s};throw new Error("Unexpected argument of type "+typeof n)}(i),g=a.strings.length,A=a.integers.length;a.floats.length,c&&console.log("Parsing the dictionary");var T=a.strings.join("|");return T+="^"+a.integers.join("|"),T+="^"+a.floats.join("|"),c&&console.log("Parsing the structure"),T+="^"+function b(n){if(c&&console.log("Calling a recursiveParser with "+this.JSON.stringify(n)),n instanceof Array){var E=n.shift();for(var U in n)n.hasOwnProperty(U)&&(E+=b(n[U])+"|");return(E[E.length-1]==="|"?E.slice(0,-1):E)+"]"}var S=n.type,M=n.index;if(S==="strings")return $(M);if(S==="integers")return $(g+M);if(S==="floats")return $(g+A+M);if(S==="boolean")return n.index;if(S==="null")return l;if(S==="undefined")return p;if(S==="empty")return y;throw new TypeError("The item is alien!")}(h),c&&console.log("Ending parser"),o.debug?{dictionary:a,ast:h,packed:T}:T},V=function(i,o){o=o||{};var c=i.split("^");o.verbose&&console.log("Building dictionary");var a=[],h=c[0];if(h!==""){h=h.split("|"),o.verbose&&console.log("Parse the strings dictionary");for(var g=0,A=h.length;gu(this,Q).call(this,r),ownKeys:()=>Object.keys(u(this,q).getPrototypeOf()||{}),getPrototypeOf:()=>u(this,B)?this:this.data,getOwnPropertyDescriptor:()=>({configurable:!0,enumerable:!0,writable:!0,value:u(this,q).getPrototypeOf()})});N(this,Q,e=>e==="$toast"?u(this,L):e==="msg"?u(this,W):e==="then"||e==="resp"?(D(this,J,!0),D(this,B,e==="resp"),u(this,X)):e==="catch"?u(this,Z):e==="IS_ECHO_MSG"?u(this,J):Reflect.get(this,e));N(this,W,(e=s=>s,r=!1)=>(u(this,L).call(this),D(this,B,r),Promise.resolve(e==null?void 0:e(u(this,q).getPrototypeOf()))));N(this,L,()=>{u(this,J)&&(D(this,J,!1),ue.onToast(this.code,this.message))});N(this,X,e=>[0,1].includes(this.code)?Promise.resolve(e==null?void 0:e(u(this,q).getPrototypeOf())):Promise.reject(u(this,G)));N(this,Z,e=>Promise.resolve(e(u(this,G))));return this.code=e,this.message=r,this.data=s,this.url=l,this.res=y,D(this,G,new Proxy(this,u(this,q)))}}G=new WeakMap,B=new WeakMap,J=new WeakMap,q=new WeakMap,Q=new WeakMap,W=new WeakMap,L=new WeakMap,X=new WeakMap,Z=new WeakMap;const te=(t,e,r,s="/",l="")=>new ee(t,e,r,s,l);var ie=["utf8","utf-8","unicode-1-1-utf-8"];function ge(t){if(ie.indexOf(t)<0&&typeof t<"u"&&t!=null)throw new RangeError("Invalid encoding type. Only utf-8 is supported");this.encoding="utf-8",this.encode=function(e){if(typeof e!="string")throw new TypeError("passed argument must be of tye string");var r=unescape(encodeURIComponent(e)),s=new Uint8Array(r.length);const l=r.split("");for(let y=0;y"u")return"";var s=typeof r<"u"&&s in r?r.stream:!1;if(typeof s!="boolean")throw new TypeError("stream option must be boolean");if(ArrayBuffer.isView(e)){var l=new Uint8Array(e.buffer,e.byteOffset,e.byteLength),y=new Array(l.length);for(let p=0;p{let e=5381;for(let r=0;r>>0).toString(16)},we=(t,e)=>t.replace(new RegExp(`^${e}+|${e}+$`,"g"),""),fe=t=>pe.encode(t||""),he=t=>ve.decode(new DataView(t),{});class re{constructor(e,r,s=({})=>Promise.reject({code:-1,msg:"请初始化HTTP请求方法主体"})){N(this,H,void 0);N(this,K,void 0);N(this,k,void 0);N(this,j,{"#":new Map,$:new Map});N(this,I,new Map);P(this,"request",({url:e="/",method:r="GET",...s},l=!1)=>{var $;const y=r.toUpperCase(),p=ae(JSON.stringify([e,y,s])),m=($=e==null?void 0:e.includes)!=null&&$.call(e,"/_/")?"#":"$",{promise:V,resolve:z,reject:F}=Promise.withResolvers();return u(this,j)[m].has(p)?(console.log("缓存命中",e),z(u(this,j)[m].get(p))):u(this,I).has(p)?u(this,I).get(p).push([z,F]):u(this,I).set(p,[[z,F]]),u(this,I).get(p).length===1&&u(this,H).call(this,{url:e,method:y,...s}).then(v=>{if(![0,1].includes(v.code))throw te(v.code,v.msg,v.data,e,v==null?void 0:v.res);return[v.code,v.msg,v.data,e,v==null?void 0:v.res]}).then(v=>((m=="#"||l&&y==="GET")&&u(this,j)[m].set(p,v),v)).then(v=>u(this,I).get(p).forEach(([f,i])=>f(v))).catch(v=>(u(this,j)[m].delete(p),u(this,I).get(p).forEach(([f,i])=>i(v instanceof ee?v:te(-1,v,null,e))))),new Proxy(V,{get:(v,f)=>(...i)=>v.then(o=>te(...o)[f](...i)).catch(o=>{if(!o instanceof ee)throw o;return typeof o[f]=="function"?o[f](...i):o[f]})})});P(this,"get",(e,r={})=>this.request({url:e,method:"GET",params:r}));P(this,"post",(e,r={},s={})=>this.request({url:e,method:"POST",data:r,params:s}));P(this,"put",(e,r={},s={})=>this.request({url:e,method:"PUT",data:r,params:s}));P(this,"del",(e,r={},s={})=>this.request({url:e,method:"DELETE",data:r,params:s}));P(this,"download",(e,r)=>{});P(this,"cache",(e,r={})=>this.request({url:e,method:"GET",params:r},!0));P(this,"list",(e,r={})=>this.get(`/api/${e}/${this.encode(r)}`));P(this,"getAppInfo",()=>{});P(this,"refreshCache",(e=!1)=>{e&&u(this,j)["#"].clear(),u(this,j).$.clear()});P(this,"decode",(e="",r={})=>{if(e===void 0||e===""||e===null)return r;try{const s=u(this,K).decode(e).buffer;return se.unpack(he(s))}catch{return console.warn("core.decode",e),r}});P(this,"encode",(e={})=>{const r=JSON.stringify(e,(s,l)=>l===void 0?null:l);return u(this,K).encode(fe(se.pack(r)))});D(this,k,e),D(this,H,s),D(this,K,ce(r))}}H=new WeakMap,K=new WeakMap,k=new WeakMap,j=new WeakMap,I=new WeakMap;const ue=re;re.onUnhandledRejection=t=>{var e,r,s,l,y,p;t!=null&&t.IS_ECHO_MSG?((e=t==null?void 0:t.$toast)==null||e.call(t),(r=t==null?void 0:t.preventDefault)==null||r.call(t)):(s=t.reason)!=null&&s.IS_ECHO_MSG&&((y=(l=t.reason)==null?void 0:l.$toast)==null||y.call(l),(p=t==null?void 0:t.preventDefault)==null||p.call(t))},re.onToast=(t,e)=>[0,1].includes(t)?console.log(e):console.warn(e),d.default=ue,d.signature=ae,d.str2uint8array=fe,d.trim=we,d.uint8array2str=he,Object.defineProperties(d,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}); +(function(p,w){typeof exports=="object"&&typeof module<"u"?w(exports):typeof define=="function"&&define.amd?define(["exports"],w):(p=typeof globalThis<"u"?globalThis:p||self,w(p["ff-request"]={}))})(this,function(p){"use strict";var ye=Object.defineProperty;var be=(p,w,_)=>w in p?ye(p,w,{enumerable:!0,configurable:!0,writable:!0,value:_}):p[w]=_;var P=(p,w,_)=>(be(p,typeof w!="symbol"?w+"":w,_),_),le=(p,w,_)=>{if(!w.has(p))throw TypeError("Cannot "+_)};var h=(p,w,_)=>(le(p,w,"read from private field"),_?_.call(p):w.get(p)),N=(p,w,_)=>{if(w.has(p))throw TypeError("Cannot add the same private member more than once");w instanceof WeakSet?w.add(p):w.set(p,_)},D=(p,w,_,Y)=>(le(p,w,"write to private field"),Y?Y.call(p,_):w.set(p,_),_);var G,B,J,q,Q,W,L,X,Z,H,K,k,I,R;function w(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function _(t){if(t.length>=255)throw new TypeError("Alphabet too long");for(var e=new Uint8Array(256),r=0;r>>0,d=new Uint8Array(u);g!==a;){for(var A=f[g],T=0,b=u-1;(A!==0||T>>0,d[b]=A%c>>>0,A=A/c>>>0;if(A!==0)throw new Error("Non-zero carry");o=T,g++}for(var n=u-o;n!==u&&d[n]===0;)n++;for(var E=$.repeat(s);n>>0,u=new Uint8Array(a);f[s];){var d=e[f.charCodeAt(s)];if(d===255)return;for(var A=0,T=a-1;(d!==0||A>>0,u[T]=d%256>>>0,d=d/256>>>0;if(d!==0)throw new Error("Non-zero carry");g=A,s++}for(var b=a-g;b!==a&&u[b]===0;)b++;for(var n=new Uint8Array(o+(a-b)),E=o;b!==a;)n[E++]=u[b++];return n}function v(f){var s=M(f);if(s)return s;throw new Error("Non-base"+c+" character")}return{encode:F,decodeUnsafe:M,decode:v}}var Y=_;const ce=w(Y);var ne={};(function(t){(function(e){e([],function(){var r=-1,i=-2,l=-3,y=-4,c=-5,$=function(s,o){o=o||{};var g=o.verbose||!1;g&&console.log("Normalize the JSON Object"),s=typeof s=="string"?this.JSON.parse(s):s,g&&console.log("Creating a empty dictionary");var a={strings:[],integers:[],floats:[]};g&&console.log("Creating the AST");var u=function b(n){g&&console.log("Calling recursiveAstBuilder with "+this.JSON.stringify(n));var E=typeof n;if(n===null)return{type:"null",index:l};if(typeof n>"u")return{type:"undefined",index:c};if(n instanceof Array){var U=["@"];for(var S in n)n.hasOwnProperty(S)&&U.push(b(n[S]));return U}if(E==="object"){var U=["$"];for(var j in n)n.hasOwnProperty(j)&&(U.push(b(j)),U.push(b(n[j])));return U}if(n==="")return{type:"empty",index:y};if(E==="string"){var C=f.call(a.strings,n);return C==-1&&(a.strings.push(z(n)),C=a.strings.length-1),{type:"strings",index:C}}if(E==="number"&&n%1===0){var C=f.call(a.integers,n);return C==-1&&(a.integers.push(M(n)),C=a.integers.length-1),{type:"integers",index:C}}if(E==="number"){var C=f.call(a.floats,n);return C==-1&&(a.floats.push(n),C=a.floats.length-1),{type:"floats",index:C}}if(E==="boolean")return{type:"boolean",index:n?r:i};throw new Error("Unexpected argument of type "+typeof n)}(s),d=a.strings.length,A=a.integers.length;a.floats.length,g&&console.log("Parsing the dictionary");var T=a.strings.join("|");return T+="^"+a.integers.join("|"),T+="^"+a.floats.join("|"),g&&console.log("Parsing the structure"),T+="^"+function b(n){if(g&&console.log("Calling a recursiveParser with "+this.JSON.stringify(n)),n instanceof Array){var E=n.shift();for(var U in n)n.hasOwnProperty(U)&&(E+=b(n[U])+"|");return(E[E.length-1]==="|"?E.slice(0,-1):E)+"]"}var S=n.type,j=n.index;if(S==="strings")return M(j);if(S==="integers")return M(d+j);if(S==="floats")return M(d+A+j);if(S==="boolean")return n.index;if(S==="null")return l;if(S==="undefined")return c;if(S==="empty")return y;throw new TypeError("The item is alien!")}(u),g&&console.log("Ending parser"),o.debug?{dictionary:a,ast:u,packed:T}:T},V=function(s,o){o=o||{};var g=s.split("^");o.verbose&&console.log("Building dictionary");var a=[],u=g[0];if(u!==""){u=u.split("|"),o.verbose&&console.log("Parse the strings dictionary");for(var d=0,A=u.length;dh(this,Q).call(this,r),ownKeys:()=>Object.keys(h(this,q).getPrototypeOf()||{}),getPrototypeOf:()=>h(this,B)?this:this.data,getOwnPropertyDescriptor:()=>({configurable:!0,enumerable:!0,writable:!0,value:h(this,q).getPrototypeOf()})});N(this,Q,e=>e==="$toast"?h(this,L):e==="msg"?h(this,W):e==="then"||e==="resp"?(D(this,J,!0),D(this,B,e==="resp"),h(this,X)):e==="catch"?h(this,Z):e==="IS_ECHO_MSG"?h(this,J):Reflect.get(this,e));N(this,W,(e=i=>i,r=!1)=>(h(this,L).call(this),D(this,B,r),Promise.resolve(e==null?void 0:e(h(this,q).getPrototypeOf()))));N(this,L,()=>{h(this,J)&&(D(this,J,!1),ue.onToast(this.code,this.message))});N(this,X,e=>[0,1].includes(this.code)?Promise.resolve(e==null?void 0:e(h(this,q).getPrototypeOf())):Promise.reject(h(this,G)));N(this,Z,e=>Promise.resolve(e(h(this,G))));return this.code=e,this.message=r,this.data=i,this.url=l,this.res=y,D(this,G,new Proxy(this,h(this,q)))}}G=new WeakMap,B=new WeakMap,J=new WeakMap,q=new WeakMap,Q=new WeakMap,W=new WeakMap,L=new WeakMap,X=new WeakMap,Z=new WeakMap;const te=(t,e,r,i="/",l="")=>new ee(t,e,r,i,l);var se=["utf8","utf-8","unicode-1-1-utf-8"];function ge(t){if(se.indexOf(t)<0&&typeof t<"u"&&t!=null)throw new RangeError("Invalid encoding type. Only utf-8 is supported");this.encoding="utf-8",this.encode=function(e){if(typeof e!="string")throw new TypeError("passed argument must be of tye string");var r=unescape(encodeURIComponent(e)),i=new Uint8Array(r.length);const l=r.split("");for(let y=0;y"u")return"";var i=typeof r<"u"&&i in r?r.stream:!1;if(typeof i!="boolean")throw new TypeError("stream option must be boolean");if(ArrayBuffer.isView(e)){var l=new Uint8Array(e.buffer,e.byteOffset,e.byteLength),y=new Array(l.length);for(let c=0;c{let e=5381;for(let r=0;r>>0).toString(16)},we=(t,e)=>t.replace(new RegExp(`^${e}+|${e}+$`,"g"),""),fe=t=>pe.encode(t||""),he=t=>ve.decode(new DataView(t),{});class re{constructor(e,r,i=({})=>Promise.reject({code:-1,msg:"请初始化HTTP请求方法主体"})){N(this,H,void 0);N(this,K,void 0);N(this,k,void 0);N(this,I,{"#":new Map,$:new Map});N(this,R,new Map);P(this,"request",({url:e="/",method:r="GET",...i},l=!1)=>{var M;const y=r.toUpperCase(),c=ae(JSON.stringify([e,y,i])),$=(M=e==null?void 0:e.includes)!=null&&M.call(e,"/_/")?"#":"$",{promise:V,resolve:z,reject:F}=Promise.withResolvers();return h(this,I)[$].has(c)?(console.log("缓存命中",e),z(h(this,I)[$].get(c))):h(this,R).has(c)?h(this,R).get(c).push([z,F]):h(this,R).set(c,[[z,F]]),h(this,R).get(c).length===1&&h(this,H).call(this,{url:e,method:y,...i}).then(v=>{if(![0,1].includes(v.code))throw te(v.code,v.msg,v.data,e,v==null?void 0:v.res);return[v.code,v.msg,v.data,e,v==null?void 0:v.res]}).then(v=>(($=="#"||l&&y==="GET")&&h(this,I)[$].set(c,v),v)).then(v=>h(this,R).get(c).forEach(([f,s])=>f(v))).catch(v=>(h(this,I)[$].delete(c),h(this,R).get(c).forEach(([f,s])=>s(v instanceof ee?v:te(-1,v,null,e))))).finally(()=>setTimeout(()=>{h(this,R).delete(c)})),new Proxy(V,{get:(v,f)=>(...s)=>v.then(o=>te(...o)[f](...s)).catch(o=>{if(!o instanceof ee)throw o;return typeof o[f]=="function"?o[f](...s):o[f]})})});P(this,"get",(e,r={})=>this.request({url:e,method:"GET",params:r}));P(this,"post",(e,r={},i={})=>this.request({url:e,method:"POST",data:r,params:i}));P(this,"put",(e,r={},i={})=>this.request({url:e,method:"PUT",data:r,params:i}));P(this,"del",(e,r={},i={})=>this.request({url:e,method:"DELETE",data:r,params:i}));P(this,"download",(e,r)=>{});P(this,"cache",(e,r={})=>this.request({url:e,method:"GET",params:r},!0));P(this,"list",(e,r={})=>this.get(`/api/${e}/${this.encode(r)}`));P(this,"getAppInfo",()=>{});P(this,"refreshCache",(e=!1)=>{e&&h(this,I)["#"].clear(),h(this,I).$.clear()});P(this,"decode",(e="",r={})=>{if(e===void 0||e===""||e===null)return r;try{const i=h(this,K).decode(e).buffer;return ie.unpack(he(i))}catch{return console.warn("core.decode",e),r}});P(this,"encode",(e={})=>{const r=JSON.stringify(e,(i,l)=>l===void 0?null:l);return h(this,K).encode(fe(ie.pack(r)))});D(this,k,e),D(this,H,i),D(this,K,ce(r))}}H=new WeakMap,K=new WeakMap,k=new WeakMap,I=new WeakMap,R=new WeakMap;const ue=re;re.onUnhandledRejection=t=>{var e,r,i,l,y,c;t!=null&&t.IS_ECHO_MSG?((e=t==null?void 0:t.$toast)==null||e.call(t),(r=t==null?void 0:t.preventDefault)==null||r.call(t)):(i=t.reason)!=null&&i.IS_ECHO_MSG&&((y=(l=t.reason)==null?void 0:l.$toast)==null||y.call(l),(c=t==null?void 0:t.preventDefault)==null||c.call(t))},re.onToast=(t,e)=>[0,1].includes(t)?console.log(e):console.warn(e),p.default=ue,p.signature=ae,p.str2uint8array=fe,p.trim=we,p.uint8array2str=he,Object.defineProperties(p,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}); diff --git a/package.json b/package.json index d71ae34..5f0a7cf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ff-request", "private": true, - "version": "0.9.6", + "version": "0.9.7", "type": "module", "files": [ "dist"