apiuikit 1.4.0 → 1.5.0
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/README.md +5 -0
- package/dist/{CodeSamples-BUKs-9f3.js → CodeSamples-BTbc5r5x.js} +593 -655
- package/dist/CodeSamples-DnUDjxCK.cjs +50 -0
- package/dist/apiuikit.cjs.js +1 -1
- package/dist/apiuikit.es.js +8 -8
- package/dist/components/AsyncCodeSample.d.ts +19 -0
- package/dist/config/config.d.ts +0 -1
- package/dist/containers/Operation/Operations.d.ts +1 -2
- package/dist/containers/Path/Paths.d.ts +1 -2
- package/dist/contexts/useSpec.d.ts +1 -1
- package/dist/helpers/asyncCodeSample.d.ts +35 -0
- package/dist/helpers/codeSamples.d.ts +9 -4
- package/dist/helpers/toMarkdown.d.ts +5 -5
- package/dist/{index-BBNb_Ixx.cjs → index-B56IGsKQ.cjs} +1 -1
- package/dist/{index-C9v_6_ge.js → index-B_FmNLVS.js} +4691 -3694
- package/dist/{index-RSWJsjgH.js → index-BqoxEOEn.js} +1 -1
- package/dist/{index-CKVSyzwW.js → index-C1wJpOpO.js} +1 -1
- package/dist/index-Cb-MitPO.cjs +177 -0
- package/dist/{index-IshexNds.cjs → index-SjuDObn0.cjs} +1 -1
- package/dist/{protoToJsonSchema-3oaSqmPi.cjs → protoToJsonSchema-BE53lwwY.cjs} +1 -1
- package/dist/{protoToJsonSchema-CV3coy3B.js → protoToJsonSchema-DuD3V4uf.js} +1 -1
- package/dist/{protobufSchemaParser-gr8sPfks.js → protobufSchemaParser-DYXXb9bI.js} +2 -2
- package/dist/{protobufSchemaParser-CH-kyi1k.cjs → protobufSchemaParser-SgDax0hE.cjs} +1 -1
- package/package.json +2 -1
- package/dist/CodeSamples-pyaDwJRQ.cjs +0 -50
- package/dist/components/CopyMarkdownButton.d.ts +0 -15
- package/dist/index-BuNJJvOb.cjs +0 -133
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { jsxs as
|
|
2
|
-
import { useId as
|
|
3
|
-
import { g as
|
|
4
|
-
function
|
|
1
|
+
import { jsxs as ir, jsx as qe } from "react/jsx-runtime";
|
|
2
|
+
import { useId as qn, useMemo as ze, useState as gt, useEffect as ar } from "react";
|
|
3
|
+
import { g as Nn, c as rt, a as _n, u as Ln, b as sr, e as In, o as Un, C as Fn, h as Mn } from "./index-B_FmNLVS.js";
|
|
4
|
+
function Yr(t, e = /* @__PURE__ */ new Set()) {
|
|
5
5
|
if (e.has(t)) return t;
|
|
6
6
|
if (t.type === "object" && t.properties && typeof t.properties == "object") {
|
|
7
7
|
e.add(t);
|
|
@@ -9,7 +9,7 @@ function en(t, e = /* @__PURE__ */ new Set()) {
|
|
|
9
9
|
const r = {};
|
|
10
10
|
for (const [n, s] of Object.entries(t.properties)) {
|
|
11
11
|
const o = /id$/i.test(n) && s.type === "string" && !s.format && !s.examples, a = s.type === "string" && !s.format && !s.examples && !s.enum;
|
|
12
|
-
r[n] = o ? { ...s, format: "uuid" } : a ? { ...s, examples: ["string"] } :
|
|
12
|
+
r[n] = o ? { ...s, format: "uuid" } : a ? { ...s, examples: ["string"] } : Yr(s, e);
|
|
13
13
|
}
|
|
14
14
|
return { ...t, properties: r };
|
|
15
15
|
} finally {
|
|
@@ -18,10 +18,10 @@ function en(t, e = /* @__PURE__ */ new Set()) {
|
|
|
18
18
|
}
|
|
19
19
|
return t;
|
|
20
20
|
}
|
|
21
|
-
async function
|
|
21
|
+
async function Hn(t) {
|
|
22
22
|
try {
|
|
23
23
|
const { generate: e } = await import("./index-DCDYBZcY.js");
|
|
24
|
-
return await e(
|
|
24
|
+
return await e(Yr(t), {
|
|
25
25
|
seed: 42,
|
|
26
26
|
useExamplesValue: !0,
|
|
27
27
|
optionalsProbability: 1
|
|
@@ -30,7 +30,7 @@ async function Fn(t) {
|
|
|
30
30
|
return;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
const
|
|
33
|
+
const cr = "", lr = `
|
|
34
34
|
`;
|
|
35
35
|
var E = class {
|
|
36
36
|
/**
|
|
@@ -38,7 +38,7 @@ var E = class {
|
|
|
38
38
|
* Lines are aggregated in a `code` array, and need to be joined to obtain a proper code snippet.
|
|
39
39
|
*/
|
|
40
40
|
constructor({ indent: t, join: e } = {}) {
|
|
41
|
-
this.postProcessors = [], this.code = [], this.indentationCharacter =
|
|
41
|
+
this.postProcessors = [], this.code = [], this.indentationCharacter = cr, this.lineJoin = lr, this.indentLine = (r, n = 0) => `${this.indentationCharacter.repeat(n)}${r}`, this.unshift = (r, n) => {
|
|
42
42
|
const s = this.indentLine(r, n);
|
|
43
43
|
this.code.unshift(s);
|
|
44
44
|
}, this.push = (r, n) => {
|
|
@@ -55,18 +55,18 @@ var E = class {
|
|
|
55
55
|
return this.postProcessors.reduce((n, s) => s(n), r);
|
|
56
56
|
}, this.addPostProcessor = (r) => {
|
|
57
57
|
this.postProcessors = [...this.postProcessors, r];
|
|
58
|
-
}, this.indentationCharacter = t ||
|
|
58
|
+
}, this.indentationCharacter = t || cr, this.lineJoin = e ?? lr;
|
|
59
59
|
}
|
|
60
|
-
},
|
|
60
|
+
}, Bn = function(t) {
|
|
61
61
|
return Object.prototype.toString.call(t) === "[object RegExp]";
|
|
62
|
-
},
|
|
62
|
+
}, Wn = function(t) {
|
|
63
63
|
var e = typeof t;
|
|
64
64
|
return t !== null && (e === "object" || e === "function");
|
|
65
|
-
},
|
|
66
|
-
Object.defineProperty(
|
|
67
|
-
|
|
68
|
-
const
|
|
69
|
-
var
|
|
65
|
+
}, Yt = {};
|
|
66
|
+
Object.defineProperty(Yt, "__esModule", { value: !0 });
|
|
67
|
+
Yt.default = (t) => Object.getOwnPropertySymbols(t).filter((e) => Object.prototype.propertyIsEnumerable.call(t, e));
|
|
68
|
+
const Jn = Bn, Gn = Wn, zn = Yt.default;
|
|
69
|
+
var Vn = (t, e, r) => {
|
|
70
70
|
const n = [];
|
|
71
71
|
return (function s(o, a, i) {
|
|
72
72
|
a = a || {}, a.indent = a.indent || " ", i = i || "";
|
|
@@ -93,7 +93,7 @@ var Gn = (t, e, r) => {
|
|
|
93
93
|
};
|
|
94
94
|
if (n.indexOf(o) !== -1)
|
|
95
95
|
return '"[Circular]"';
|
|
96
|
-
if (o == null || typeof o == "number" || typeof o == "boolean" || typeof o == "function" || typeof o == "symbol" ||
|
|
96
|
+
if (o == null || typeof o == "number" || typeof o == "boolean" || typeof o == "function" || typeof o == "symbol" || Jn(o))
|
|
97
97
|
return String(o);
|
|
98
98
|
if (o instanceof Date)
|
|
99
99
|
return `new Date('${o.toISOString()}')`;
|
|
@@ -108,8 +108,8 @@ var Gn = (t, e, r) => {
|
|
|
108
108
|
}).join("") + c.pad + "]";
|
|
109
109
|
return n.pop(), l(f);
|
|
110
110
|
}
|
|
111
|
-
if (
|
|
112
|
-
let f = Object.keys(o).concat(
|
|
111
|
+
if (Gn(o)) {
|
|
112
|
+
let f = Object.keys(o).concat(zn(o));
|
|
113
113
|
if (a.filter && (f = f.filter((p) => a.filter(o, p))), f.length === 0)
|
|
114
114
|
return "{}";
|
|
115
115
|
n.push(o);
|
|
@@ -124,17 +124,17 @@ var Gn = (t, e, r) => {
|
|
|
124
124
|
` ? "\\n" : "\\r"), a.singleQuotes === !1 ? (o = o.replace(/"/g, '\\"'), `"${o}"`) : (o = o.replace(/\\?'/g, "\\'"), `'${o}'`);
|
|
125
125
|
})(t, e, r);
|
|
126
126
|
};
|
|
127
|
-
const oe = /* @__PURE__ */
|
|
127
|
+
const oe = /* @__PURE__ */ Nn(Vn), J = (t, e) => Object.keys(t).find((r) => r.toLowerCase() === e.toLowerCase()), se = (t, e) => {
|
|
128
128
|
const r = J(t, e);
|
|
129
129
|
if (r)
|
|
130
130
|
return t[r];
|
|
131
|
-
}, nt = (t, e) => !!J(t, e),
|
|
131
|
+
}, nt = (t, e) => !!J(t, e), Kn = (t) => [
|
|
132
132
|
"application/json",
|
|
133
133
|
"application/x-json",
|
|
134
134
|
"text/json",
|
|
135
135
|
"text/x-json",
|
|
136
136
|
"+json"
|
|
137
|
-
].some((e) => t.indexOf(e) > -1),
|
|
137
|
+
].some((e) => t.indexOf(e) > -1), Dn = {
|
|
138
138
|
info: {
|
|
139
139
|
key: "agent",
|
|
140
140
|
title: "Agent",
|
|
@@ -163,12 +163,12 @@ const oe = /* @__PURE__ */ _n(Gn), J = (t, e) => Object.keys(t).find((r) => r.to
|
|
|
163
163
|
}
|
|
164
164
|
} }
|
|
165
165
|
};
|
|
166
|
-
function
|
|
166
|
+
function Me(t, e = {}) {
|
|
167
167
|
const { delimiter: r = '"', escapeChar: n = "\\", escapeNewlines: s = !0 } = e;
|
|
168
168
|
return [...t.toString()].map((o) => o === "\b" ? `${n}b` : o === " " ? `${n}t` : o === `
|
|
169
169
|
` ? s ? `${n}n` : o : o === "\f" ? `${n}f` : o === "\r" ? s ? `${n}r` : o : o === n ? n + n : o === r ? n + r : o < " " || o > "~" ? JSON.stringify(o).slice(1, -1) : o).join("");
|
|
170
170
|
}
|
|
171
|
-
const Ce = (t) =>
|
|
171
|
+
const Ce = (t) => Me(t, { delimiter: "'" }), I = (t) => Me(t, { delimiter: '"' }), Qn = {
|
|
172
172
|
info: {
|
|
173
173
|
key: "c",
|
|
174
174
|
title: "C",
|
|
@@ -193,23 +193,23 @@ const Ce = (t) => He(t, { delimiter: "'" }), I = (t) => He(t, { delimiter: '"' }
|
|
|
193
193
|
}
|
|
194
194
|
} }
|
|
195
195
|
};
|
|
196
|
-
var
|
|
196
|
+
var fr = class {
|
|
197
197
|
constructor(t) {
|
|
198
198
|
this.name = "", this.toString = () => `:${this.name}`, this.name = t;
|
|
199
199
|
}
|
|
200
|
-
},
|
|
200
|
+
}, Yn = class {
|
|
201
201
|
constructor(t) {
|
|
202
202
|
this.path = "", this.toString = () => `(clojure.java.io/file "${this.path}")`, this.path = t;
|
|
203
203
|
}
|
|
204
204
|
};
|
|
205
|
-
const
|
|
205
|
+
const Xr = (t) => t === void 0 ? null : t === null ? "null" : t.constructor.name.toLowerCase(), Zr = (t) => t === void 0 ? !0 : Xr(t) === "object" ? Object.keys(t).length === 0 : !1, ur = (t) => (Object.keys(t).filter((e) => Zr(t[e])).forEach((e) => {
|
|
206
206
|
delete t[e];
|
|
207
207
|
}), t), Qe = (t, e) => {
|
|
208
208
|
const r = " ".repeat(t);
|
|
209
209
|
return e.replace(/\n/g, `
|
|
210
210
|
${r}`);
|
|
211
|
-
},
|
|
212
|
-
switch (
|
|
211
|
+
}, Ft = (t) => {
|
|
212
|
+
switch (Xr(t)) {
|
|
213
213
|
case "string":
|
|
214
214
|
return `"${t.replace(/"/g, '\\"')}"`;
|
|
215
215
|
case "file":
|
|
@@ -221,18 +221,18 @@ ${r}`);
|
|
|
221
221
|
case "regexp":
|
|
222
222
|
return `#"${t.source}"`;
|
|
223
223
|
case "object": {
|
|
224
|
-
const e = Object.keys(t).reduce((r, n) => `${r}:${n} ${Qe(n.length + 2,
|
|
224
|
+
const e = Object.keys(t).reduce((r, n) => `${r}:${n} ${Qe(n.length + 2, Ft(t[n]))}
|
|
225
225
|
`, "").trim();
|
|
226
226
|
return `{${Qe(1, e)}}`;
|
|
227
227
|
}
|
|
228
228
|
case "array": {
|
|
229
|
-
const e = t.reduce((r, n) => `${r} ${
|
|
229
|
+
const e = t.reduce((r, n) => `${r} ${Ft(n)}`, "").trim();
|
|
230
230
|
return `[${Qe(1, e)}]`;
|
|
231
231
|
}
|
|
232
232
|
default:
|
|
233
233
|
return t.toString();
|
|
234
234
|
}
|
|
235
|
-
},
|
|
235
|
+
}, Xn = {
|
|
236
236
|
info: {
|
|
237
237
|
key: "clojure",
|
|
238
238
|
title: "Clojure",
|
|
@@ -265,7 +265,7 @@ ${r}`);
|
|
|
265
265
|
switch (r.mimeType) {
|
|
266
266
|
case "application/json":
|
|
267
267
|
{
|
|
268
|
-
l["content-type"] = new
|
|
268
|
+
l["content-type"] = new fr("json"), l["form-params"] = r.jsonObj;
|
|
269
269
|
const f = J(l.headers, "content-type");
|
|
270
270
|
f && delete l.headers[f];
|
|
271
271
|
}
|
|
@@ -288,7 +288,7 @@ ${r}`);
|
|
|
288
288
|
if (r.params) {
|
|
289
289
|
l.multipart = r.params.map((u) => u.fileName && !u.value ? {
|
|
290
290
|
name: u.name,
|
|
291
|
-
content: new
|
|
291
|
+
content: new Yn(u.fileName)
|
|
292
292
|
} : {
|
|
293
293
|
name: u.name,
|
|
294
294
|
content: u.value
|
|
@@ -301,22 +301,22 @@ ${r}`);
|
|
|
301
301
|
switch (se(l.headers, "accept")) {
|
|
302
302
|
case "application/json":
|
|
303
303
|
{
|
|
304
|
-
l.accept = new
|
|
304
|
+
l.accept = new fr("json");
|
|
305
305
|
const f = J(l.headers, "accept");
|
|
306
306
|
f && delete l.headers[f];
|
|
307
307
|
}
|
|
308
308
|
break;
|
|
309
309
|
}
|
|
310
310
|
if (a(`(require '[clj-http.client :as client])
|
|
311
|
-
`),
|
|
311
|
+
`), Zr(ur(l))) a(`(client/${e} "${n}")`);
|
|
312
312
|
else {
|
|
313
|
-
const f = 11 + e.length + n.length, u = Qe(f,
|
|
313
|
+
const f = 11 + e.length + n.length, u = Qe(f, Ft(ur(l)));
|
|
314
314
|
a(`(client/${e} "${n}" ${u})`);
|
|
315
315
|
}
|
|
316
316
|
return i();
|
|
317
317
|
}
|
|
318
318
|
} }
|
|
319
|
-
},
|
|
319
|
+
}, Zn = {
|
|
320
320
|
info: {
|
|
321
321
|
key: "crystal",
|
|
322
322
|
title: "Crystal",
|
|
@@ -349,7 +349,7 @@ ${r}`);
|
|
|
349
349
|
return u.includes(f) ? a(`response = HTTP::Client.${f.toLowerCase()} url${p}${d}${h}`) : a(`response = HTTP::Client.exec "${f}", url${p}${d}${h}`), a("puts response.body"), c();
|
|
350
350
|
}
|
|
351
351
|
} }
|
|
352
|
-
},
|
|
352
|
+
}, eo = (t) => {
|
|
353
353
|
let e = se(t, "accept-encoding");
|
|
354
354
|
if (!e) return [];
|
|
355
355
|
const r = {
|
|
@@ -365,7 +365,7 @@ ${r}`);
|
|
|
365
365
|
}
|
|
366
366
|
});
|
|
367
367
|
}), n;
|
|
368
|
-
},
|
|
368
|
+
}, to = {
|
|
369
369
|
info: {
|
|
370
370
|
key: "httpclient",
|
|
371
371
|
title: "HttpClient",
|
|
@@ -381,7 +381,7 @@ ${r}`);
|
|
|
381
381
|
}.indent });
|
|
382
382
|
o("using System.Net.Http.Headers;");
|
|
383
383
|
let i = "";
|
|
384
|
-
const c = !!t.cookie, l =
|
|
384
|
+
const c = !!t.cookie, l = eo(t);
|
|
385
385
|
(c || l.length) && (i = "clientHandler", o("var clientHandler = new HttpClientHandler"), o("{"), c && o("UseCookies = false,", 1), l.length && o(`AutomaticDecompression = ${l.join(" | ")},`, 1), o("};")), o(`var client = new HttpClient(${i});`), o("var request = new HttpRequestMessage"), o("{");
|
|
386
386
|
const f = [
|
|
387
387
|
"GET",
|
|
@@ -427,10 +427,10 @@ ${r}`);
|
|
|
427
427
|
return o("};"), o("using (var response = await client.SendAsync(request))"), o("{"), o("response.EnsureSuccessStatusCode();", 1), o("var body = await response.Content.ReadAsStringAsync();", 1), o("Console.WriteLine(body);", 1), o("}"), a();
|
|
428
428
|
}
|
|
429
429
|
};
|
|
430
|
-
function
|
|
430
|
+
function ro(t) {
|
|
431
431
|
return t[0].toUpperCase() + t.slice(1).toLowerCase();
|
|
432
432
|
}
|
|
433
|
-
const
|
|
433
|
+
const no = {
|
|
434
434
|
info: {
|
|
435
435
|
key: "csharp",
|
|
436
436
|
title: "C#",
|
|
@@ -438,7 +438,7 @@ const to = {
|
|
|
438
438
|
cli: "dotnet"
|
|
439
439
|
},
|
|
440
440
|
clientsById: {
|
|
441
|
-
httpclient:
|
|
441
|
+
httpclient: to,
|
|
442
442
|
restsharp: {
|
|
443
443
|
info: {
|
|
444
444
|
key: "restsharp",
|
|
@@ -492,13 +492,13 @@ const to = {
|
|
|
492
492
|
if (!s.text) break;
|
|
493
493
|
a(`request.AddStringBody("${s.text}", "${s.mimeType}");`);
|
|
494
494
|
}
|
|
495
|
-
return a(`var response = await client.${
|
|
495
|
+
return a(`var response = await client.${ro(t)}Async(request);
|
|
496
496
|
`), a(`Console.WriteLine("{0}", response.Content);
|
|
497
497
|
`), i();
|
|
498
498
|
}
|
|
499
499
|
}
|
|
500
500
|
}
|
|
501
|
-
},
|
|
501
|
+
}, oo = {
|
|
502
502
|
info: {
|
|
503
503
|
key: "go",
|
|
504
504
|
title: "Go",
|
|
@@ -524,8 +524,8 @@ const to = {
|
|
|
524
524
|
}), o()), a(`res, ${d} := ${m}.Do(req)`, h), y(), f && (o(), a("defer res.Body.Close()", h), a(`body, ${d} := io.ReadAll(res.Body)`, h), y()), o(), f && a("fmt.Println(string(body))", h), c && (o(), a("}")), i();
|
|
525
525
|
}
|
|
526
526
|
} }
|
|
527
|
-
},
|
|
528
|
-
`,
|
|
527
|
+
}, pr = `\r
|
|
528
|
+
`, io = {
|
|
529
529
|
info: {
|
|
530
530
|
key: "http",
|
|
531
531
|
title: "HTTP",
|
|
@@ -547,7 +547,7 @@ const to = {
|
|
|
547
547
|
...a
|
|
548
548
|
}, { blank: c, push: l, join: f } = new E({
|
|
549
549
|
indent: "",
|
|
550
|
-
join:
|
|
550
|
+
join: pr
|
|
551
551
|
});
|
|
552
552
|
l(`${t} ${i.absoluteURI ? e : r.path} ${n}`);
|
|
553
553
|
const u = Object.keys(s);
|
|
@@ -556,10 +556,10 @@ const to = {
|
|
|
556
556
|
l(`${y}: ${s[h]}`);
|
|
557
557
|
}), i.autoHost && !u.includes("host") && l(`Host: ${r.host}`), i.autoContentLength && o.text && !u.includes("content-length") && l(`Content-Length: ${Buffer.byteLength(o.text, "ascii").toString()}`), c();
|
|
558
558
|
const p = f(), d = o.text || "";
|
|
559
|
-
return `${p}${
|
|
559
|
+
return `${p}${pr}${d}`;
|
|
560
560
|
}
|
|
561
561
|
} }
|
|
562
|
-
},
|
|
562
|
+
}, ao = {
|
|
563
563
|
info: {
|
|
564
564
|
key: "java",
|
|
565
565
|
title: "Java",
|
|
@@ -659,7 +659,7 @@ const to = {
|
|
|
659
659
|
}
|
|
660
660
|
}
|
|
661
661
|
}
|
|
662
|
-
},
|
|
662
|
+
}, so = {
|
|
663
663
|
info: {
|
|
664
664
|
key: "javascript",
|
|
665
665
|
title: "JavaScript",
|
|
@@ -835,7 +835,7 @@ const to = {
|
|
|
835
835
|
}
|
|
836
836
|
}
|
|
837
837
|
}
|
|
838
|
-
},
|
|
838
|
+
}, co = {
|
|
839
839
|
info: {
|
|
840
840
|
key: "json",
|
|
841
841
|
title: "JSON",
|
|
@@ -876,7 +876,7 @@ const to = {
|
|
|
876
876
|
return typeof n > "u" || n === "" ? "No JSON body" : JSON.stringify(n, null, r.indent);
|
|
877
877
|
}
|
|
878
878
|
} }
|
|
879
|
-
},
|
|
879
|
+
}, lo = {
|
|
880
880
|
info: {
|
|
881
881
|
key: "kotlin",
|
|
882
882
|
title: "Kotlin",
|
|
@@ -912,7 +912,7 @@ const to = {
|
|
|
912
912
|
}), i(".build()", 1), o(), i("val response = client.newCall(request).execute()"), a();
|
|
913
913
|
}
|
|
914
914
|
} }
|
|
915
|
-
},
|
|
915
|
+
}, fo = {
|
|
916
916
|
info: {
|
|
917
917
|
key: "node",
|
|
918
918
|
title: "Node.js",
|
|
@@ -1068,7 +1068,7 @@ const to = {
|
|
|
1068
1068
|
default:
|
|
1069
1069
|
return t == null ? "" : `@"${t.toString().replace(/"/g, '\\"')}"`;
|
|
1070
1070
|
}
|
|
1071
|
-
},
|
|
1071
|
+
}, uo = {
|
|
1072
1072
|
info: {
|
|
1073
1073
|
key: "objc",
|
|
1074
1074
|
title: "Objective-C",
|
|
@@ -1116,7 +1116,7 @@ const to = {
|
|
|
1116
1116
|
return c(), a(`NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@"${n}"]`), a(" cachePolicy:NSURLRequestUseProtocolCachePolicy"), a(` timeoutInterval:${o.timeout.toFixed(1)}];`), a(`[request setHTTPMethod:@"${r}"];`), l.hasHeaders && a("[request setAllHTTPHeaderFields:headers];"), l.hasBody && a("[request setHTTPBody:postData];"), c(), a("NSURLSession *session = [NSURLSession sharedSession];"), a("NSURLSessionDataTask *dataTask = [session dataTaskWithRequest:request"), a(" completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) {"), a(" if (error) {", 1), a(' NSLog(@"%@", error);', 2), a(" } else {", 1), a(" NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *) response;", 2), a(' NSLog(@"%@", httpResponse);', 2), a(" }", 1), a(" }];"), a("[dataTask resume];"), i();
|
|
1117
1117
|
}
|
|
1118
1118
|
} }
|
|
1119
|
-
},
|
|
1119
|
+
}, po = {
|
|
1120
1120
|
info: {
|
|
1121
1121
|
key: "ocaml",
|
|
1122
1122
|
title: "OCaml",
|
|
@@ -1151,7 +1151,7 @@ const to = {
|
|
|
1151
1151
|
}), i("] in")), r.text && i(`let body = Cohttp_lwt_body.of_string ${JSON.stringify(r.text)} in`), c(), i(`Client.call ${f.length ? "~headers " : ""}${r.text ? "~body " : ""}${a.includes(n.toLowerCase()) ? `\`${n.toUpperCase()}` : `(Code.method_of_string "${n}")`} uri`), i(">>= fun (res, body_stream) ->"), i("(* Do stuff with the result *)", 1), l();
|
|
1152
1152
|
}
|
|
1153
1153
|
} }
|
|
1154
|
-
},
|
|
1154
|
+
}, A = (t, e, r) => {
|
|
1155
1155
|
switch (r = r || "", e = e || "", Object.prototype.toString.call(t)) {
|
|
1156
1156
|
case "[object Boolean]":
|
|
1157
1157
|
return t;
|
|
@@ -1160,14 +1160,14 @@ const to = {
|
|
|
1160
1160
|
case "[object Undefined]":
|
|
1161
1161
|
return "null";
|
|
1162
1162
|
case "[object String]":
|
|
1163
|
-
return `'${
|
|
1163
|
+
return `'${Me(t, {
|
|
1164
1164
|
delimiter: "'",
|
|
1165
1165
|
escapeNewlines: !1
|
|
1166
1166
|
})}'`;
|
|
1167
1167
|
case "[object Number]":
|
|
1168
1168
|
return t.toString();
|
|
1169
1169
|
case "[object Array]": {
|
|
1170
|
-
const n = t.map((s) =>
|
|
1170
|
+
const n = t.map((s) => A(s, `${e}${e}`, e)).join(`,
|
|
1171
1171
|
${e}`);
|
|
1172
1172
|
return `[
|
|
1173
1173
|
${e}${n}
|
|
@@ -1175,7 +1175,7 @@ ${r}]`;
|
|
|
1175
1175
|
}
|
|
1176
1176
|
case "[object Object]": {
|
|
1177
1177
|
const n = [];
|
|
1178
|
-
for (const s in t) Object.prototype.hasOwnProperty.call(t, s) && n.push(`${
|
|
1178
|
+
for (const s in t) Object.prototype.hasOwnProperty.call(t, s) && n.push(`${A(s, e)} => ${A(t[s], `${e}${e}`, e)}`);
|
|
1179
1179
|
return `[
|
|
1180
1180
|
${e}${n.join(`,
|
|
1181
1181
|
${e}`)}
|
|
@@ -1184,7 +1184,7 @@ ${r}]`;
|
|
|
1184
1184
|
default:
|
|
1185
1185
|
return "null";
|
|
1186
1186
|
}
|
|
1187
|
-
},
|
|
1187
|
+
}, dr = [
|
|
1188
1188
|
"ACL",
|
|
1189
1189
|
"BASELINE_CONTROL",
|
|
1190
1190
|
"CHECKIN",
|
|
@@ -1212,7 +1212,7 @@ ${r}]`;
|
|
|
1212
1212
|
"UNLOCK",
|
|
1213
1213
|
"UPDATE",
|
|
1214
1214
|
"VERSION_CONTROL"
|
|
1215
|
-
],
|
|
1215
|
+
], ho = {
|
|
1216
1216
|
info: {
|
|
1217
1217
|
key: "php",
|
|
1218
1218
|
title: "PHP",
|
|
@@ -1275,7 +1275,7 @@ ${r}]`;
|
|
|
1275
1275
|
{
|
|
1276
1276
|
escape: !e.jsonObj,
|
|
1277
1277
|
name: "CURLOPT_POSTFIELDS",
|
|
1278
|
-
value: e ? e.jsonObj ? `json_encode(${
|
|
1278
|
+
value: e ? e.jsonObj ? `json_encode(${A(e.jsonObj, l.repeat(2), l)})` : e.text : void 0
|
|
1279
1279
|
}
|
|
1280
1280
|
];
|
|
1281
1281
|
y("curl_setopt_array($curl, [");
|
|
@@ -1284,8 +1284,8 @@ ${r}]`;
|
|
|
1284
1284
|
join: `
|
|
1285
1285
|
${l}`
|
|
1286
1286
|
});
|
|
1287
|
-
m.forEach(({ value: v, name:
|
|
1288
|
-
v != null && b.push(`${
|
|
1287
|
+
m.forEach(({ value: v, name: P, escape: T }) => {
|
|
1288
|
+
v != null && b.push(`${P} => ${T ? JSON.stringify(v) : v},`);
|
|
1289
1289
|
});
|
|
1290
1290
|
const S = o.map((v) => `${encodeURIComponent(v.name)}=${encodeURIComponent(v.value)}`);
|
|
1291
1291
|
S.length && b.push(`CURLOPT_COOKIE => "${S.join("; ")}",`);
|
|
@@ -1314,7 +1314,7 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1314
1314
|
}, { push: i, blank: c, join: l } = new E({ indent: a.indent }), { code: f, push: u, join: p } = new E({ indent: a.indent });
|
|
1315
1315
|
switch (a.noTags || i(a.shortTags ? "<?" : "<?php"), i("require_once('vendor/autoload.php');"), c(), t.mimeType) {
|
|
1316
1316
|
case "application/x-www-form-urlencoded":
|
|
1317
|
-
u(`'form_params' => ${
|
|
1317
|
+
u(`'form_params' => ${A(t.paramsObj, a.indent + a.indent, a.indent)},`, 1);
|
|
1318
1318
|
break;
|
|
1319
1319
|
case "multipart/form-data": {
|
|
1320
1320
|
const g = [];
|
|
@@ -1330,14 +1330,14 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1330
1330
|
name: $.name,
|
|
1331
1331
|
contents: $.value
|
|
1332
1332
|
});
|
|
1333
|
-
}), g.length && (u(`'multipart' => ${
|
|
1333
|
+
}), g.length && (u(`'multipart' => ${A(g, a.indent + a.indent, a.indent)}`, 1), nt(s, "content-type") && (y = se(s, "content-type")) != null && y.indexOf("boundary"))) {
|
|
1334
1334
|
const $ = J(s, "content-type");
|
|
1335
1335
|
$ && delete s[$];
|
|
1336
1336
|
}
|
|
1337
1337
|
break;
|
|
1338
1338
|
}
|
|
1339
1339
|
default:
|
|
1340
|
-
t.text && u(`'body' => ${
|
|
1340
|
+
t.text && u(`'body' => ${A(t.text)},`, 1);
|
|
1341
1341
|
}
|
|
1342
1342
|
const d = Object.keys(s).sort().map((g) => `${a.indent}${a.indent}'${g}' => '${Ce(s[g])}',`), h = n.map((g) => `${encodeURIComponent(g.name)}=${encodeURIComponent(g.value)}`).join("; ");
|
|
1343
1343
|
return h.length && d.push(`${a.indent}${a.indent}'cookie' => '${Ce(h)}',`), d.length && (u("'headers' => [", 1), u(d.join(`
|
|
@@ -1354,15 +1354,15 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1354
1354
|
},
|
|
1355
1355
|
convert: ({ method: t, url: e, postData: r, queryObj: n, headersObj: s, cookiesObj: o }, a = {}) => {
|
|
1356
1356
|
const { closingTag: i = !1, indent: c = " ", noTags: l = !1, shortTags: f = !1 } = a, { push: u, blank: p, join: d } = new E({ indent: c });
|
|
1357
|
-
switch (l || (u(f ? "<?" : "<?php"), p()),
|
|
1357
|
+
switch (l || (u(f ? "<?" : "<?php"), p()), dr.includes(t.toUpperCase()) || u(`HttpRequest::methodRegister('${t}');`), u("$request = new HttpRequest();"), u(`$request->setUrl(${A(e)});`), dr.includes(t.toUpperCase()) ? u(`$request->setMethod(HTTP_METH_${t.toUpperCase()});`) : u(`$request->setMethod(HttpRequest::HTTP_METH_${t.toUpperCase()});`), p(), Object.keys(n).length && (u(`$request->setQueryData(${A(n, c)});`), p()), Object.keys(s).length && (u(`$request->setHeaders(${A(s, c)});`), p()), Object.keys(o).length && (u(`$request->setCookies(${A(o, c)});`), p()), r.mimeType) {
|
|
1358
1358
|
case "application/x-www-form-urlencoded":
|
|
1359
|
-
u(`$request->setContentType(${
|
|
1359
|
+
u(`$request->setContentType(${A(r.mimeType)});`), u(`$request->setPostFields(${A(r.paramsObj, c)});`), p();
|
|
1360
1360
|
break;
|
|
1361
1361
|
case "application/json":
|
|
1362
|
-
u(`$request->setContentType(${
|
|
1362
|
+
u(`$request->setContentType(${A(r.mimeType)});`), u(`$request->setBody(json_encode(${A(r.jsonObj, c)}));`), p();
|
|
1363
1363
|
break;
|
|
1364
1364
|
default:
|
|
1365
|
-
r.text && (u(`$request->setBody(${
|
|
1365
|
+
r.text && (u(`$request->setBody(${A(r.text)});`), p());
|
|
1366
1366
|
}
|
|
1367
1367
|
return u("try {"), u("$response = $request->send();", 1), p(), u("echo $response->getBody();", 1), u("} catch (HttpException $ex) {"), u("echo $ex;", 1), u("}"), !l && i && (p(), u("?>")), d();
|
|
1368
1368
|
}
|
|
@@ -1381,16 +1381,16 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1381
1381
|
let h = !1;
|
|
1382
1382
|
switch (l || (u(f ? "<?" : "<?php"), p()), u("$client = new http\\Client;"), u("$request = new http\\Client\\Request;"), p(), t.mimeType) {
|
|
1383
1383
|
case "application/x-www-form-urlencoded":
|
|
1384
|
-
u("$body = new http\\Message\\Body;"), u(`$body->append(new http\\QueryString(${
|
|
1384
|
+
u("$body = new http\\Message\\Body;"), u(`$body->append(new http\\QueryString(${A(t.paramsObj, c)}));`), p(), h = !0;
|
|
1385
1385
|
break;
|
|
1386
1386
|
case "multipart/form-data": {
|
|
1387
1387
|
if (!t.params) break;
|
|
1388
1388
|
const g = [], $ = {};
|
|
1389
|
-
t.params.forEach(({ name: S, fileName: O, value: v, contentType:
|
|
1389
|
+
t.params.forEach(({ name: S, fileName: O, value: v, contentType: P }) => {
|
|
1390
1390
|
if (O) {
|
|
1391
1391
|
g.push({
|
|
1392
1392
|
name: S,
|
|
1393
|
-
type:
|
|
1393
|
+
type: P,
|
|
1394
1394
|
file: O,
|
|
1395
1395
|
data: v
|
|
1396
1396
|
});
|
|
@@ -1398,7 +1398,7 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1398
1398
|
}
|
|
1399
1399
|
v && ($[S] = v);
|
|
1400
1400
|
});
|
|
1401
|
-
const m = Object.keys($).length ?
|
|
1401
|
+
const m = Object.keys($).length ? A($, c) : "null", b = g.length ? A(g, c) : "null";
|
|
1402
1402
|
if (u("$body = new http\\Message\\Body;"), u(`$body->addForm(${m}, ${b});`), nt(e, "content-type") && (y = se(e, "content-type")) != null && y.indexOf("boundary")) {
|
|
1403
1403
|
const S = J(e, "content-type");
|
|
1404
1404
|
S && delete e[S];
|
|
@@ -1407,16 +1407,16 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1407
1407
|
break;
|
|
1408
1408
|
}
|
|
1409
1409
|
case "application/json":
|
|
1410
|
-
u("$body = new http\\Message\\Body;"), u(`$body->append(json_encode(${
|
|
1410
|
+
u("$body = new http\\Message\\Body;"), u(`$body->append(json_encode(${A(t.jsonObj, c)}));`), h = !0;
|
|
1411
1411
|
break;
|
|
1412
1412
|
default:
|
|
1413
|
-
t.text && (u("$body = new http\\Message\\Body;"), u(`$body->append(${
|
|
1413
|
+
t.text && (u("$body = new http\\Message\\Body;"), u(`$body->append(${A(t.text)});`), p(), h = !0);
|
|
1414
1414
|
}
|
|
1415
|
-
return u(`$request->setRequestUrl(${
|
|
1415
|
+
return u(`$request->setRequestUrl(${A(o)});`), u(`$request->setRequestMethod(${A(r)});`), h && (u("$request->setBody($body);"), p()), Object.keys(n).length && (u(`$request->setQuery(new http\\QueryString(${A(n, c)}));`), p()), Object.keys(e).length && (u(`$request->setHeaders(${A(e, c)});`), p()), Object.keys(s).length && (p(), u(`$client->setCookies(${A(s, c)});`), p()), u("$client->enqueue($request)->send();"), u("$response = $client->getResponse();"), p(), u("echo $response->getBody();"), !l && i && (p(), u("?>")), d();
|
|
1416
1416
|
}
|
|
1417
1417
|
}
|
|
1418
1418
|
}
|
|
1419
|
-
},
|
|
1419
|
+
}, en = (t) => ({ method: r, headersObj: n, cookies: s, uriObj: o, fullUrl: a, postData: i, allHeaders: c }) => {
|
|
1420
1420
|
const { push: l, join: f } = new E();
|
|
1421
1421
|
if (![
|
|
1422
1422
|
"GET",
|
|
@@ -1429,14 +1429,14 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1429
1429
|
].includes(r.toUpperCase())) return "Method not supported";
|
|
1430
1430
|
const u = [], p = Object.keys(n);
|
|
1431
1431
|
return p.length && (l("$headers=@{}"), p.forEach((d) => {
|
|
1432
|
-
d !== "connection" && l(`$headers.Add("${d}", "${
|
|
1432
|
+
d !== "connection" && l(`$headers.Add("${d}", "${Me(n[d], { escapeChar: "`" })}")`);
|
|
1433
1433
|
}), u.push("-Headers $headers")), s.length && (l("$session = New-Object Microsoft.PowerShell.Commands.WebRequestSession"), s.forEach((d) => {
|
|
1434
1434
|
l("$cookie = New-Object System.Net.Cookie"), l(`$cookie.Name = '${d.name}'`), l(`$cookie.Value = '${d.value}'`), l(`$cookie.Domain = '${o.host}'`), l("$session.Cookies.Add($cookie)");
|
|
1435
|
-
}), u.push("-WebSession $session")), i.text && (u.push(`-ContentType '${
|
|
1435
|
+
}), u.push("-WebSession $session")), i.text && (u.push(`-ContentType '${Me(se(c, "content-type"), {
|
|
1436
1436
|
delimiter: "'",
|
|
1437
1437
|
escapeChar: "`"
|
|
1438
1438
|
})}'`), u.push(`-Body '${i.text}'`)), l(`$response = ${t} -Uri '${a}' -Method ${r} ${u.join(" ")}`.trim()), f();
|
|
1439
|
-
},
|
|
1439
|
+
}, yo = {
|
|
1440
1440
|
info: {
|
|
1441
1441
|
key: "restmethod",
|
|
1442
1442
|
title: "Invoke-RestMethod",
|
|
@@ -1444,8 +1444,8 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1444
1444
|
description: "Powershell Invoke-RestMethod client",
|
|
1445
1445
|
extname: ".ps1"
|
|
1446
1446
|
},
|
|
1447
|
-
convert:
|
|
1448
|
-
},
|
|
1447
|
+
convert: en("Invoke-RestMethod")
|
|
1448
|
+
}, mo = {
|
|
1449
1449
|
info: {
|
|
1450
1450
|
key: "powershell",
|
|
1451
1451
|
title: "Powershell",
|
|
@@ -1460,12 +1460,12 @@ ${l}${l}`), 1), b.push("],")), y(b.join(), 1), y("]);"), g(), y("$response = cur
|
|
|
1460
1460
|
description: "Powershell Invoke-WebRequest client",
|
|
1461
1461
|
extname: ".ps1"
|
|
1462
1462
|
},
|
|
1463
|
-
convert:
|
|
1463
|
+
convert: en("Invoke-WebRequest")
|
|
1464
1464
|
},
|
|
1465
|
-
restmethod:
|
|
1465
|
+
restmethod: yo
|
|
1466
1466
|
}
|
|
1467
1467
|
};
|
|
1468
|
-
function
|
|
1468
|
+
function hr(t, e, r, n, s) {
|
|
1469
1469
|
const o = n.repeat(s), a = n.repeat(s - 1), i = r ? `,
|
|
1470
1470
|
${o}` : ", ", c = t === "object" ? "{" : "[", l = t === "object" ? "}" : "]";
|
|
1471
1471
|
return r ? `${c}
|
|
@@ -1478,12 +1478,12 @@ const Oe = (t, e, r) => {
|
|
|
1478
1478
|
return t;
|
|
1479
1479
|
case "[object Array]": {
|
|
1480
1480
|
let n = !1;
|
|
1481
|
-
return
|
|
1481
|
+
return hr("array", t.map((s) => (Object.prototype.toString.call(s) === "[object Object]" && (n = Object.keys(s).length > 1), Oe(s, e, r))), n, e.indent, r);
|
|
1482
1482
|
}
|
|
1483
1483
|
case "[object Object]": {
|
|
1484
1484
|
const n = [];
|
|
1485
1485
|
for (const s in t) n.push(`"${s}": ${Oe(t[s], e, r)}`);
|
|
1486
|
-
return
|
|
1486
|
+
return hr("object", n, e.pretty && n.length > 1, e.indent, r);
|
|
1487
1487
|
}
|
|
1488
1488
|
case "[object Null]":
|
|
1489
1489
|
return "None";
|
|
@@ -1492,7 +1492,7 @@ const Oe = (t, e, r) => {
|
|
|
1492
1492
|
default:
|
|
1493
1493
|
return t == null ? "" : `"${t.toString().replace(/"/g, '\\"')}"`;
|
|
1494
1494
|
}
|
|
1495
|
-
},
|
|
1495
|
+
}, go = [
|
|
1496
1496
|
"HEAD",
|
|
1497
1497
|
"GET",
|
|
1498
1498
|
"POST",
|
|
@@ -1500,7 +1500,7 @@ const Oe = (t, e, r) => {
|
|
|
1500
1500
|
"PATCH",
|
|
1501
1501
|
"DELETE",
|
|
1502
1502
|
"OPTIONS"
|
|
1503
|
-
],
|
|
1503
|
+
], bo = {
|
|
1504
1504
|
info: {
|
|
1505
1505
|
key: "python",
|
|
1506
1506
|
title: "Python",
|
|
@@ -1565,11 +1565,11 @@ const Oe = (t, e, r) => {
|
|
|
1565
1565
|
a(m !== g ? `"${b}": "${I(f[b])}",` : `"${b}": "${I(f[b])}"`, 1), m += 1;
|
|
1566
1566
|
}), a("}"), i();
|
|
1567
1567
|
}
|
|
1568
|
-
let $ =
|
|
1568
|
+
let $ = go.includes(n) ? `response = requests.${n.toLowerCase()}(url` : `response = requests.request("${n}", url`;
|
|
1569
1569
|
return h && (y ? $ += ", json=payload" : $ += ", data=payload"), d && ($ += ", files=files"), g > 0 && ($ += ", headers=headers"), $ += ")", a($), i(), a("print(response.text)"), c();
|
|
1570
1570
|
}
|
|
1571
1571
|
} }
|
|
1572
|
-
},
|
|
1572
|
+
}, $o = {
|
|
1573
1573
|
info: {
|
|
1574
1574
|
key: "r",
|
|
1575
1575
|
title: "R",
|
|
@@ -1623,7 +1623,7 @@ const Oe = (t, e, r) => {
|
|
|
1623
1623
|
return S && (b += `, ${S}`), (n.text || n.jsonObj || n.params) && (b += ", encode = encode"), b += ")", a(b), i(), a('content(response, "text")'), c();
|
|
1624
1624
|
}
|
|
1625
1625
|
} }
|
|
1626
|
-
},
|
|
1626
|
+
}, vo = {
|
|
1627
1627
|
info: {
|
|
1628
1628
|
key: "ruby",
|
|
1629
1629
|
title: "Ruby",
|
|
@@ -1711,7 +1711,7 @@ const Oe = (t, e, r) => {
|
|
|
1711
1711
|
}
|
|
1712
1712
|
}
|
|
1713
1713
|
};
|
|
1714
|
-
function
|
|
1714
|
+
function yr(t, e, r, n, s) {
|
|
1715
1715
|
const o = n.repeat(s), a = n.repeat(s - 1), i = r ? `,
|
|
1716
1716
|
${o}` : ", ", c = t === "object" ? "json!({" : "(", l = t === "object" ? "})" : ")";
|
|
1717
1717
|
return r ? `${c}
|
|
@@ -1725,12 +1725,12 @@ const Te = (t, e, r) => {
|
|
|
1725
1725
|
case "[object Array]": {
|
|
1726
1726
|
if (t.length === 0) return "json!([])";
|
|
1727
1727
|
let n = !1;
|
|
1728
|
-
return
|
|
1728
|
+
return yr("array", t.map((s) => (Object.prototype.toString.call(s) === "[object Object]" && (n = Object.keys(s).length > 1), Te(s, e, r))), n, e.indent, r);
|
|
1729
1729
|
}
|
|
1730
1730
|
case "[object Object]": {
|
|
1731
1731
|
const n = [];
|
|
1732
1732
|
for (const s in t) n.push(`"${s}": ${Te(t[s], e, r)}`);
|
|
1733
|
-
return
|
|
1733
|
+
return yr("object", n, e.pretty && n.length > 1, e.indent, r);
|
|
1734
1734
|
}
|
|
1735
1735
|
case "[object Null]":
|
|
1736
1736
|
return "json!(null)";
|
|
@@ -1739,7 +1739,7 @@ const Te = (t, e, r) => {
|
|
|
1739
1739
|
default:
|
|
1740
1740
|
return t == null ? "" : `"${t.toString().replace(/"/g, '\\"')}"`;
|
|
1741
1741
|
}
|
|
1742
|
-
},
|
|
1742
|
+
}, wo = {
|
|
1743
1743
|
info: {
|
|
1744
1744
|
key: "reqwest",
|
|
1745
1745
|
title: "reqwest",
|
|
@@ -1759,8 +1759,8 @@ const Te = (t, e, r) => {
|
|
|
1759
1759
|
let d = !1;
|
|
1760
1760
|
if (Object.keys(t).length) {
|
|
1761
1761
|
d = !0, c("let querystring = [", i), i += 1;
|
|
1762
|
-
for (const [v,
|
|
1763
|
-
else c(`("${v}", "${decodeURIComponent(String(
|
|
1762
|
+
for (const [v, P] of Object.entries(t)) if (Array.isArray(P)) for (const T of P) c(`("${v}", "${decodeURIComponent(T)}"),`, i);
|
|
1763
|
+
else c(`("${v}", "${decodeURIComponent(String(P))}"),`, i);
|
|
1764
1764
|
i -= 1, c("];", i), l();
|
|
1765
1765
|
}
|
|
1766
1766
|
let h = {};
|
|
@@ -1778,12 +1778,12 @@ const Te = (t, e, r) => {
|
|
|
1778
1778
|
if (h = {}, r.params.forEach((v) => {
|
|
1779
1779
|
v.fileName ? (y[v.name] = v.fileName, g = !0) : h[v.name] = v.value;
|
|
1780
1780
|
}), g) {
|
|
1781
|
-
for (const v of
|
|
1781
|
+
for (const v of So) c(v, i);
|
|
1782
1782
|
l();
|
|
1783
1783
|
}
|
|
1784
1784
|
c("let form = reqwest::multipart::Form::new()", i);
|
|
1785
|
-
for (const [v,
|
|
1786
|
-
for (const [v,
|
|
1785
|
+
for (const [v, P] of Object.entries(y)) c(`.part("${v}", file_to_part("${P}").await)`, i + 1);
|
|
1786
|
+
for (const [v, P] of Object.entries(h)) c(`.text("${v}", "${P}")`, i + 1);
|
|
1787
1787
|
u(";");
|
|
1788
1788
|
break;
|
|
1789
1789
|
default:
|
|
@@ -1810,26 +1810,26 @@ const Te = (t, e, r) => {
|
|
|
1810
1810
|
break;
|
|
1811
1811
|
}
|
|
1812
1812
|
d && c(".query(&querystring)", i + 1), S && c(".multipart(form)", i + 1);
|
|
1813
|
-
for (const [v,
|
|
1813
|
+
for (const [v, P] of O) c(`.header("${v}", ${Te(P, a)})`, i + 1);
|
|
1814
1814
|
return b && c(".json(&payload)", i + 1), $ && c(".form(&payload)", i + 1), m && c(".body(payload)", i + 1), c(".send()", i + 1), c(".await;", i + 1), l(), c("let results = response.unwrap()", i), c(".json::<serde_json::Value>()", i + 1), c(".await", i + 1), c(".unwrap();", i + 1), l(), c('println!("{}", results);', i), c(`}
|
|
1815
1815
|
`), f();
|
|
1816
1816
|
}
|
|
1817
|
-
},
|
|
1817
|
+
}, So = [
|
|
1818
1818
|
"async fn file_to_part(file_name: &'static str) -> reqwest::multipart::Part {",
|
|
1819
1819
|
" let bytes = tokio::fs::read(file_name).await.unwrap();",
|
|
1820
1820
|
" reqwest::multipart::Part::bytes(bytes)",
|
|
1821
1821
|
" .file_name(file_name)",
|
|
1822
1822
|
' .mime_str("text/plain").unwrap()',
|
|
1823
1823
|
"}"
|
|
1824
|
-
],
|
|
1824
|
+
], Oo = {
|
|
1825
1825
|
info: {
|
|
1826
1826
|
key: "rust",
|
|
1827
1827
|
title: "Rust",
|
|
1828
1828
|
default: "reqwest",
|
|
1829
1829
|
cli: "rust"
|
|
1830
1830
|
},
|
|
1831
|
-
clientsById: { reqwest:
|
|
1832
|
-
},
|
|
1831
|
+
clientsById: { reqwest: wo }
|
|
1832
|
+
}, H = (t = "") => /^[a-z0-9-_/.@%^=:]+$/i.test(t) ? t : `'${t.replace(/'/g, "'\\''")}'`, To = (t) => t.replace(/\r/g, "\\r").replace(/\n/g, "\\n"), xo = {
|
|
1833
1833
|
"http1.0": "0",
|
|
1834
1834
|
"url ": "",
|
|
1835
1835
|
cookie: "b",
|
|
@@ -1839,13 +1839,13 @@ const Te = (t, e, r) => {
|
|
|
1839
1839
|
header: "H",
|
|
1840
1840
|
insecure: "k",
|
|
1841
1841
|
request: "X"
|
|
1842
|
-
},
|
|
1842
|
+
}, Eo = (t) => (e) => {
|
|
1843
1843
|
if (t) {
|
|
1844
|
-
const r =
|
|
1844
|
+
const r = xo[e];
|
|
1845
1845
|
return r ? `-${r}` : "";
|
|
1846
1846
|
}
|
|
1847
1847
|
return `--${e}`;
|
|
1848
|
-
},
|
|
1848
|
+
}, jo = {
|
|
1849
1849
|
info: {
|
|
1850
1850
|
key: "shell",
|
|
1851
1851
|
title: "Shell",
|
|
@@ -1867,8 +1867,8 @@ const Te = (t, e, r) => {
|
|
|
1867
1867
|
...typeof l == "string" ? { indent: l } : {},
|
|
1868
1868
|
join: l !== !1 ? ` \\
|
|
1869
1869
|
${l}` : " "
|
|
1870
|
-
}), y =
|
|
1871
|
-
let g =
|
|
1870
|
+
}), y = Eo(u);
|
|
1871
|
+
let g = H(t);
|
|
1872
1872
|
if (d(`curl ${y("request")} ${e}`), c && (g = unescape(g), d(y("globoff"))), d(`${y("url ")}${g}`), f && d(y("insecure")), r === "HTTP/1.0" && d(y("http1.0")), se(s, "accept-encoding") && d("--compressed"), o.mimeType === "multipart/form-data") {
|
|
1873
1873
|
const m = J(n, "content-type");
|
|
1874
1874
|
if (m) {
|
|
@@ -1881,24 +1881,24 @@ ${l}` : " "
|
|
|
1881
1881
|
}
|
|
1882
1882
|
switch (Object.keys(n).sort().forEach((m) => {
|
|
1883
1883
|
const b = `${m}: ${n[m]}`;
|
|
1884
|
-
d(`${y("header")} ${
|
|
1885
|
-
}), s.cookie && d(`${y("cookie")} ${
|
|
1884
|
+
d(`${y("header")} ${H(b)}`);
|
|
1885
|
+
}), s.cookie && d(`${y("cookie")} ${H(s.cookie)}`), o.mimeType) {
|
|
1886
1886
|
case "multipart/form-data":
|
|
1887
1887
|
($ = o.params) == null || $.forEach((m) => {
|
|
1888
1888
|
let b = "";
|
|
1889
|
-
m.fileName ? b = `${m.name}='@${m.fileName}'` : b =
|
|
1889
|
+
m.fileName ? b = `${m.name}='@${m.fileName}'` : b = H(`${m.name}=${m.value}`), d(`${y("form")} ${b}`);
|
|
1890
1890
|
});
|
|
1891
1891
|
break;
|
|
1892
1892
|
case "application/x-www-form-urlencoded":
|
|
1893
1893
|
o.params ? o.params.forEach((m) => {
|
|
1894
1894
|
const b = encodeURIComponent(m.name), S = b !== m.name ? b : m.name;
|
|
1895
|
-
d(`${i ? "--data-binary" : "--data-urlencode"} ${
|
|
1896
|
-
}) : d(`${i ? "--data-binary" : y("data")} ${
|
|
1895
|
+
d(`${i ? "--data-binary" : "--data-urlencode"} ${H(`${S}=${m.value}`)}`);
|
|
1896
|
+
}) : d(`${i ? "--data-binary" : y("data")} ${H(o.text)}`);
|
|
1897
1897
|
break;
|
|
1898
1898
|
default: {
|
|
1899
1899
|
if (!o.text) break;
|
|
1900
1900
|
let m = !1;
|
|
1901
|
-
if (
|
|
1901
|
+
if (Kn(o.mimeType) && o.text.length > 20)
|
|
1902
1902
|
try {
|
|
1903
1903
|
const b = JSON.parse(o.text);
|
|
1904
1904
|
m = !0, o.text.indexOf("'") > 0 ? d(`${i ? "--data-binary" : y("data")} @- <<EOF
|
|
@@ -1908,7 +1908,7 @@ ${JSON.stringify(b, null, p)}
|
|
|
1908
1908
|
'`);
|
|
1909
1909
|
} catch {
|
|
1910
1910
|
}
|
|
1911
|
-
m || d(`${i ? "--data-binary" : y("data")} ${
|
|
1911
|
+
m || d(`${i ? "--data-binary" : y("data")} ${H(o.text)}`);
|
|
1912
1912
|
}
|
|
1913
1913
|
}
|
|
1914
1914
|
return h();
|
|
@@ -1949,15 +1949,15 @@ ${i.indent}` : " "
|
|
|
1949
1949
|
i.headers && p.push(i.short ? "-h" : "--headers"), i.body && p.push(i.short ? "-b" : "--body"), i.verbose && p.push(i.short ? "-v" : "--verbose"), i.print && p.push(`${i.short ? "-p" : "--print"}=${i.print}`), i.verify && p.push(`--verify=${i.verify}`), i.cert && p.push(`--cert=${i.cert}`), i.pretty && p.push(`--pretty=${i.pretty}`), i.style && p.push(`--style=${i.style}`), i.timeout && p.push(`--timeout=${i.timeout}`), i.queryParams && Object.keys(r).forEach((y) => {
|
|
1950
1950
|
const g = r[y];
|
|
1951
1951
|
Array.isArray(g) ? g.forEach(($) => {
|
|
1952
|
-
c(`${y}==${
|
|
1953
|
-
}) : c(`${y}==${
|
|
1952
|
+
c(`${y}==${H($)}`);
|
|
1953
|
+
}) : c(`${y}==${H(g)}`);
|
|
1954
1954
|
}), Object.keys(t).sort().forEach((y) => {
|
|
1955
|
-
c(`${y}:${
|
|
1955
|
+
c(`${y}:${H(t[y])}`);
|
|
1956
1956
|
}), e.mimeType === "application/x-www-form-urlencoded" ? (h = e.params) != null && h.length && (p.push(i.short ? "-f" : "--form"), e.params.forEach((y) => {
|
|
1957
|
-
c(`${y.name}=${
|
|
1957
|
+
c(`${y.name}=${H(y.value)}`);
|
|
1958
1958
|
})) : u = !0;
|
|
1959
1959
|
const d = p.length ? `${p.join(" ")} ` : "";
|
|
1960
|
-
return o =
|
|
1960
|
+
return o = H(i.queryParams ? o : n), f(`http ${d}${s} ${o}`), u && e.text && f(`echo ${H(e.text)} | `), l();
|
|
1961
1961
|
}
|
|
1962
1962
|
},
|
|
1963
1963
|
wget: {
|
|
@@ -1979,32 +1979,32 @@ ${i.indent}` : " "
|
|
|
1979
1979
|
join: o.indent !== !1 ? ` \\
|
|
1980
1980
|
${o.indent}` : " "
|
|
1981
1981
|
});
|
|
1982
|
-
return o.verbose ? a(`wget ${o.short ? "-v" : "--verbose"}`) : a(`wget ${o.short ? "-q" : "--quiet"}`), a(`--method ${
|
|
1982
|
+
return o.verbose ? a(`wget ${o.short ? "-v" : "--verbose"}`) : a(`wget ${o.short ? "-q" : "--quiet"}`), a(`--method ${H(t)}`), Object.keys(r).forEach((c) => {
|
|
1983
1983
|
const l = `${c}: ${r[c]}`;
|
|
1984
|
-
a(`--header ${
|
|
1985
|
-
}), e.text && a(`--body-data ${
|
|
1984
|
+
a(`--header ${H(l)}`);
|
|
1985
|
+
}), e.text && a(`--body-data ${To(H(e.text))}`), a(o.short ? "-O" : "--output-document"), a(`- ${H(n)}`), i();
|
|
1986
1986
|
}
|
|
1987
1987
|
}
|
|
1988
1988
|
}
|
|
1989
|
-
},
|
|
1990
|
-
const s =
|
|
1989
|
+
}, mr = (t, e) => e.repeat(t), gr = (t, e, r, n) => {
|
|
1990
|
+
const s = mr(n, r), o = mr(n - 1, r), a = e ? `,
|
|
1991
1991
|
${s}` : ", ";
|
|
1992
1992
|
return e ? `[
|
|
1993
1993
|
${s}${t.join(a)}
|
|
1994
1994
|
${o}]` : `[${t.join(a)}]`;
|
|
1995
|
-
},
|
|
1995
|
+
}, br = (t, e, r) => `let ${t} = ${ot(e, r)}`, ot = (t, e, r) => {
|
|
1996
1996
|
switch (r = r === void 0 ? 1 : r + 1, Object.prototype.toString.call(t)) {
|
|
1997
1997
|
case "[object Number]":
|
|
1998
1998
|
return t;
|
|
1999
1999
|
case "[object Array]": {
|
|
2000
2000
|
let n = !1;
|
|
2001
2001
|
const s = t.map((o) => (Object.prototype.toString.call(o) === "[object Object]" && (n = Object.keys(o).length > 1), ot(o, e, r)));
|
|
2002
|
-
return
|
|
2002
|
+
return gr(s, n, e.indent, r);
|
|
2003
2003
|
}
|
|
2004
2004
|
case "[object Object]": {
|
|
2005
2005
|
const n = [];
|
|
2006
2006
|
for (const s in t) n.push(`"${s}": ${ot(t[s], e, r)}`);
|
|
2007
|
-
return
|
|
2007
|
+
return gr(n, e.pretty && n.length > 1, e.indent, r);
|
|
2008
2008
|
}
|
|
2009
2009
|
case "[object Boolean]":
|
|
2010
2010
|
return t.toString();
|
|
@@ -2012,27 +2012,27 @@ ${o}]` : `[${t.join(a)}]`;
|
|
|
2012
2012
|
return t == null ? "nil" : `"${t.toString().replace(/"/g, '\\"')}"`;
|
|
2013
2013
|
}
|
|
2014
2014
|
}, xe = {
|
|
2015
|
-
agent:
|
|
2016
|
-
c:
|
|
2017
|
-
clojure:
|
|
2018
|
-
crystal:
|
|
2019
|
-
csharp:
|
|
2020
|
-
go:
|
|
2021
|
-
http:
|
|
2022
|
-
java:
|
|
2023
|
-
javascript:
|
|
2024
|
-
json:
|
|
2025
|
-
kotlin:
|
|
2026
|
-
node:
|
|
2027
|
-
objc:
|
|
2028
|
-
ocaml:
|
|
2029
|
-
php:
|
|
2030
|
-
powershell:
|
|
2031
|
-
python:
|
|
2032
|
-
r:
|
|
2033
|
-
ruby:
|
|
2034
|
-
rust:
|
|
2035
|
-
shell:
|
|
2015
|
+
agent: Dn,
|
|
2016
|
+
c: Qn,
|
|
2017
|
+
clojure: Xn,
|
|
2018
|
+
crystal: Zn,
|
|
2019
|
+
csharp: no,
|
|
2020
|
+
go: oo,
|
|
2021
|
+
http: io,
|
|
2022
|
+
java: ao,
|
|
2023
|
+
javascript: so,
|
|
2024
|
+
json: co,
|
|
2025
|
+
kotlin: lo,
|
|
2026
|
+
node: fo,
|
|
2027
|
+
objc: uo,
|
|
2028
|
+
ocaml: po,
|
|
2029
|
+
php: ho,
|
|
2030
|
+
powershell: mo,
|
|
2031
|
+
python: bo,
|
|
2032
|
+
r: $o,
|
|
2033
|
+
ruby: vo,
|
|
2034
|
+
rust: Oo,
|
|
2035
|
+
shell: jo,
|
|
2036
2036
|
swift: {
|
|
2037
2037
|
info: {
|
|
2038
2038
|
key: "swift",
|
|
@@ -2067,10 +2067,10 @@ ${o}]` : `[${t.join(a)}]`;
|
|
|
2067
2067
|
}
|
|
2068
2068
|
break;
|
|
2069
2069
|
case "application/json":
|
|
2070
|
-
e.jsonObj && (i(`${
|
|
2070
|
+
e.jsonObj && (i(`${br("parameters", e.jsonObj, a)} as [String : Any?]`), c(), i("let postData = try JSONSerialization.data(withJSONObject: parameters, options: [])"), c());
|
|
2071
2071
|
break;
|
|
2072
2072
|
case "multipart/form-data":
|
|
2073
|
-
i(
|
|
2073
|
+
i(br("parameters", e.params, a)), c(), i(`let boundary = "${e.boundary}"`), c(), i('var body = ""'), i("for param in parameters {"), i('let paramName = param["name"]!', 1), i('body += "--\\(boundary)\\r\\n"', 1), i('body += "Content-Disposition:form-data; name=\\"\\(paramName)\\""', 1), i('if let filename = param["fileName"] {', 1), i('let contentType = param["contentType"]!', 2), i("let fileContent = try String(contentsOfFile: filename, encoding: .utf8)", 2), i('body += "; filename=\\"\\(filename)\\"\\r\\n"', 2), i('body += "Content-Type: \\(contentType)\\r\\n\\r\\n"', 2), i("body += fileContent", 2), i('} else if let paramValue = param["value"] {', 1), i('body += "\\r\\n\\r\\n\\(paramValue)"', 2), i("}", 1), i("}"), c(), i("let postData = Data(body.utf8)"), c();
|
|
2074
2074
|
break;
|
|
2075
2075
|
default:
|
|
2076
2076
|
i(`let postData = Data("${e.text}".utf8)`), c();
|
|
@@ -2093,13 +2093,13 @@ ${o}]` : `[${t.join(a)}]`;
|
|
|
2093
2093
|
}
|
|
2094
2094
|
} }
|
|
2095
2095
|
}
|
|
2096
|
-
},
|
|
2096
|
+
}, $r = (t, e) => {
|
|
2097
2097
|
const r = t[e.name];
|
|
2098
2098
|
return r === void 0 ? (t[e.name] = e.value, t) : Array.isArray(r) ? (r.push(e.value), t) : (t[e.name] = [r, e.value], t);
|
|
2099
2099
|
};
|
|
2100
2100
|
var it = { exports: {} };
|
|
2101
2101
|
/*! https://mths.be/punycode v1.4.1 by @mathias */
|
|
2102
|
-
var
|
|
2102
|
+
var Po = it.exports;
|
|
2103
2103
|
(function(t, e) {
|
|
2104
2104
|
(function(r) {
|
|
2105
2105
|
var n = e && !e.nodeType && e, s = t && !t.nodeType && t, o = typeof rt == "object" && rt;
|
|
@@ -2108,11 +2108,11 @@ var Eo = it.exports;
|
|
|
2108
2108
|
overflow: "Overflow: input needs wider integers to process",
|
|
2109
2109
|
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
2110
2110
|
"invalid-input": "Invalid input"
|
|
2111
|
-
}, S = c - l, O = Math.floor, v = String.fromCharCode,
|
|
2112
|
-
function
|
|
2111
|
+
}, S = c - l, O = Math.floor, v = String.fromCharCode, P;
|
|
2112
|
+
function T(w) {
|
|
2113
2113
|
throw new RangeError(b[w]);
|
|
2114
2114
|
}
|
|
2115
|
-
function
|
|
2115
|
+
function k(w, x) {
|
|
2116
2116
|
for (var C = w.length, R = []; C--; )
|
|
2117
2117
|
R[C] = x(w[C]);
|
|
2118
2118
|
return R;
|
|
@@ -2120,7 +2120,7 @@ var Eo = it.exports;
|
|
|
2120
2120
|
function U(w, x) {
|
|
2121
2121
|
var C = w.split("@"), R = "";
|
|
2122
2122
|
C.length > 1 && (R = C[0] + "@", w = C[1]), w = w.replace(m, ".");
|
|
2123
|
-
var N = w.split("."), z =
|
|
2123
|
+
var N = w.split("."), z = k(N, x).join(".");
|
|
2124
2124
|
return R + z;
|
|
2125
2125
|
}
|
|
2126
2126
|
function Q(w) {
|
|
@@ -2129,7 +2129,7 @@ var Eo = it.exports;
|
|
|
2129
2129
|
return x;
|
|
2130
2130
|
}
|
|
2131
2131
|
function Y(w) {
|
|
2132
|
-
return
|
|
2132
|
+
return k(w, function(x) {
|
|
2133
2133
|
var C = "";
|
|
2134
2134
|
return x > 65535 && (x -= 65536, C += v(x >>> 10 & 1023 | 55296), x = 56320 | x & 1023), C += v(x), C;
|
|
2135
2135
|
}).join("");
|
|
@@ -2147,25 +2147,25 @@ var Eo = it.exports;
|
|
|
2147
2147
|
return O(R + (S + 1) * w / (w + u));
|
|
2148
2148
|
}
|
|
2149
2149
|
function V(w) {
|
|
2150
|
-
var x = [], C = w.length, R, N = 0, z = h,
|
|
2150
|
+
var x = [], C = w.length, R, N = 0, z = h, M = d, K, X, te, ce, W, D, Z, ue, he;
|
|
2151
2151
|
for (K = w.lastIndexOf(y), K < 0 && (K = 0), X = 0; X < K; ++X)
|
|
2152
|
-
w.charCodeAt(X) >= 128 &&
|
|
2152
|
+
w.charCodeAt(X) >= 128 && T("not-basic"), x.push(w.charCodeAt(X));
|
|
2153
2153
|
for (te = K > 0 ? K + 1 : 0; te < C; ) {
|
|
2154
|
-
for (ce = N, W = 1, D = c; te >= C &&
|
|
2155
|
-
he = c - ue, W > O(i / he) &&
|
|
2156
|
-
R = x.length + 1,
|
|
2154
|
+
for (ce = N, W = 1, D = c; te >= C && T("invalid-input"), Z = _(w.charCodeAt(te++)), (Z >= c || Z > O((i - N) / W)) && T("overflow"), N += Z * W, ue = D <= M ? l : D >= M + f ? f : D - M, !(Z < ue); D += c)
|
|
2155
|
+
he = c - ue, W > O(i / he) && T("overflow"), W *= he;
|
|
2156
|
+
R = x.length + 1, M = B(N - ce, R, ce == 0), O(N / R) > i - z && T("overflow"), z += O(N / R), N %= R, x.splice(N++, 0, z);
|
|
2157
2157
|
}
|
|
2158
2158
|
return Y(x);
|
|
2159
2159
|
}
|
|
2160
2160
|
function fe(w) {
|
|
2161
|
-
var x, C, R, N, z,
|
|
2162
|
-
for (w = Q(w), Z = w.length, x = h, C = 0, z = d,
|
|
2163
|
-
W = w[
|
|
2161
|
+
var x, C, R, N, z, M, K, X, te, ce, W, D = [], Z, ue, he, mt;
|
|
2162
|
+
for (w = Q(w), Z = w.length, x = h, C = 0, z = d, M = 0; M < Z; ++M)
|
|
2163
|
+
W = w[M], W < 128 && D.push(v(W));
|
|
2164
2164
|
for (R = N = D.length, N && D.push(y); R < Z; ) {
|
|
2165
|
-
for (K = i,
|
|
2166
|
-
W = w[
|
|
2167
|
-
for (ue = R + 1, K - x > O((i - C) / ue) &&
|
|
2168
|
-
if (W = w[
|
|
2165
|
+
for (K = i, M = 0; M < Z; ++M)
|
|
2166
|
+
W = w[M], W >= x && W < K && (K = W);
|
|
2167
|
+
for (ue = R + 1, K - x > O((i - C) / ue) && T("overflow"), C += (K - x) * ue, x = K, M = 0; M < Z; ++M)
|
|
2168
|
+
if (W = w[M], W < x && ++C > i && T("overflow"), W == x) {
|
|
2169
2169
|
for (X = C, te = c; ce = te <= z ? l : te >= z + f ? f : te - z, !(X < ce); te += c)
|
|
2170
2170
|
mt = X - ce, he = c - ce, D.push(
|
|
2171
2171
|
v(G(ce + mt % he, 0))
|
|
@@ -2212,46 +2212,46 @@ var Eo = it.exports;
|
|
|
2212
2212
|
if (t.exports == n)
|
|
2213
2213
|
s.exports = a;
|
|
2214
2214
|
else
|
|
2215
|
-
for (
|
|
2216
|
-
a.hasOwnProperty(
|
|
2215
|
+
for (P in a)
|
|
2216
|
+
a.hasOwnProperty(P) && (n[P] = a[P]);
|
|
2217
2217
|
else
|
|
2218
2218
|
r.punycode = a;
|
|
2219
|
-
})(
|
|
2219
|
+
})(Po);
|
|
2220
2220
|
})(it, it.exports);
|
|
2221
|
-
var
|
|
2222
|
-
const
|
|
2223
|
-
Object.assign(
|
|
2224
|
-
const
|
|
2221
|
+
var Co = it.exports, Re = TypeError;
|
|
2222
|
+
const tn = (t) => String(t);
|
|
2223
|
+
Object.assign(tn, { custom: Symbol.for("nodejs.util.inspect.custom") });
|
|
2224
|
+
const ko = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
2225
2225
|
__proto__: null,
|
|
2226
|
-
default:
|
|
2227
|
-
}, Symbol.toStringTag, { value: "Module" })),
|
|
2228
|
-
var
|
|
2226
|
+
default: tn
|
|
2227
|
+
}, Symbol.toStringTag, { value: "Module" })), Ao = /* @__PURE__ */ _n(ko);
|
|
2228
|
+
var Xt = typeof Map == "function" && Map.prototype, $t = Object.getOwnPropertyDescriptor && Xt ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, at = Xt && $t && typeof $t.get == "function" ? $t.get : null, vr = Xt && Map.prototype.forEach, Zt = typeof Set == "function" && Set.prototype, vt = Object.getOwnPropertyDescriptor && Zt ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, st = Zt && vt && typeof vt.get == "function" ? vt.get : null, wr = Zt && Set.prototype.forEach, Ro = typeof WeakMap == "function" && WeakMap.prototype, Le = Ro ? WeakMap.prototype.has : null, qo = typeof WeakSet == "function" && WeakSet.prototype, Ie = qo ? WeakSet.prototype.has : null, No = typeof WeakRef == "function" && WeakRef.prototype, Sr = No ? WeakRef.prototype.deref : null, _o = Boolean.prototype.valueOf, Lo = Object.prototype.toString, Io = Function.prototype.toString, Uo = String.prototype.match, er = String.prototype.slice, pe = String.prototype.replace, Fo = String.prototype.toUpperCase, Or = String.prototype.toLowerCase, rn = RegExp.prototype.test, Tr = Array.prototype.concat, ie = Array.prototype.join, Mo = Array.prototype.slice, xr = Math.floor, Ht = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, wt = Object.getOwnPropertySymbols, Bt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, ke = typeof Symbol == "function" && typeof Symbol.iterator == "object", Ue = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === ke || !0) ? Symbol.toStringTag : null, nn = Object.prototype.propertyIsEnumerable, Er = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(t) {
|
|
2229
2229
|
return t.__proto__;
|
|
2230
2230
|
} : null);
|
|
2231
|
-
function
|
|
2232
|
-
if (t === 1 / 0 || t === -1 / 0 || t !== t || t && t > -1e3 && t < 1e3 ||
|
|
2231
|
+
function jr(t, e) {
|
|
2232
|
+
if (t === 1 / 0 || t === -1 / 0 || t !== t || t && t > -1e3 && t < 1e3 || rn.call(/e/, e))
|
|
2233
2233
|
return e;
|
|
2234
2234
|
var r = /[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;
|
|
2235
2235
|
if (typeof t == "number") {
|
|
2236
|
-
var n = t < 0 ? -
|
|
2236
|
+
var n = t < 0 ? -xr(-t) : xr(t);
|
|
2237
2237
|
if (n !== t) {
|
|
2238
|
-
var s = String(n), o =
|
|
2238
|
+
var s = String(n), o = er.call(e, s.length + 1);
|
|
2239
2239
|
return pe.call(s, r, "$&_") + "." + pe.call(pe.call(o, /([0-9]{3})/g, "$&_"), /_$/, "");
|
|
2240
2240
|
}
|
|
2241
2241
|
}
|
|
2242
2242
|
return pe.call(e, r, "$&_");
|
|
2243
2243
|
}
|
|
2244
|
-
var
|
|
2244
|
+
var Wt = Ao, Pr = Wt.custom, Cr = sn(Pr) ? Pr : null, on = {
|
|
2245
2245
|
__proto__: null,
|
|
2246
2246
|
double: '"',
|
|
2247
2247
|
single: "'"
|
|
2248
|
-
},
|
|
2248
|
+
}, Ho = {
|
|
2249
2249
|
__proto__: null,
|
|
2250
2250
|
double: /(["\\])/g,
|
|
2251
2251
|
single: /(['\\])/g
|
|
2252
2252
|
}, ft = function t(e, r, n, s) {
|
|
2253
2253
|
var o = r || {};
|
|
2254
|
-
if (le(o, "quoteStyle") && !le(
|
|
2254
|
+
if (le(o, "quoteStyle") && !le(on, o.quoteStyle))
|
|
2255
2255
|
throw new TypeError('option "quoteStyle" must be "single" or "double"');
|
|
2256
2256
|
if (le(o, "maxStringLength") && (typeof o.maxStringLength == "number" ? o.maxStringLength < 0 && o.maxStringLength !== 1 / 0 : o.maxStringLength !== null))
|
|
2257
2257
|
throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');
|
|
@@ -2270,27 +2270,27 @@ var Jt = Co, Cr = Jt.custom, kr = fn(Cr) ? Cr : null, cn = {
|
|
|
2270
2270
|
if (typeof e == "boolean")
|
|
2271
2271
|
return e ? "true" : "false";
|
|
2272
2272
|
if (typeof e == "string")
|
|
2273
|
-
return
|
|
2273
|
+
return ln(e, o);
|
|
2274
2274
|
if (typeof e == "number") {
|
|
2275
2275
|
if (e === 0)
|
|
2276
2276
|
return 1 / 0 / e > 0 ? "0" : "-0";
|
|
2277
2277
|
var c = String(e);
|
|
2278
|
-
return i ?
|
|
2278
|
+
return i ? jr(e, c) : c;
|
|
2279
2279
|
}
|
|
2280
2280
|
if (typeof e == "bigint") {
|
|
2281
2281
|
var l = String(e) + "n";
|
|
2282
|
-
return i ?
|
|
2282
|
+
return i ? jr(e, l) : l;
|
|
2283
2283
|
}
|
|
2284
2284
|
var f = typeof o.depth > "u" ? 5 : o.depth;
|
|
2285
2285
|
if (typeof n > "u" && (n = 0), n >= f && f > 0 && typeof e == "object")
|
|
2286
|
-
return
|
|
2287
|
-
var u =
|
|
2286
|
+
return Jt(e) ? "[Array]" : "[Object]";
|
|
2287
|
+
var u = ii(o, n);
|
|
2288
2288
|
if (typeof s > "u")
|
|
2289
2289
|
s = [];
|
|
2290
|
-
else if (
|
|
2290
|
+
else if (cn(s, e) >= 0)
|
|
2291
2291
|
return "[Circular]";
|
|
2292
2292
|
function p(_, G, B) {
|
|
2293
|
-
if (G && (s =
|
|
2293
|
+
if (G && (s = Mo.call(s), s.push(G)), B) {
|
|
2294
2294
|
var V = {
|
|
2295
2295
|
depth: o.depth
|
|
2296
2296
|
};
|
|
@@ -2298,140 +2298,140 @@ var Jt = Co, Cr = Jt.custom, kr = fn(Cr) ? Cr : null, cn = {
|
|
|
2298
2298
|
}
|
|
2299
2299
|
return t(_, o, n + 1, s);
|
|
2300
2300
|
}
|
|
2301
|
-
if (typeof e == "function" && !
|
|
2302
|
-
var d =
|
|
2301
|
+
if (typeof e == "function" && !kr(e)) {
|
|
2302
|
+
var d = Qo(e), h = Ve(e, p);
|
|
2303
2303
|
return "[Function" + (d ? ": " + d : " (anonymous)") + "]" + (h.length > 0 ? " { " + ie.call(h, ", ") + " }" : "");
|
|
2304
2304
|
}
|
|
2305
|
-
if (
|
|
2306
|
-
var y = ke ? pe.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") :
|
|
2305
|
+
if (sn(e)) {
|
|
2306
|
+
var y = ke ? pe.call(String(e), /^(Symbol\(.*\))_[^)]*$/, "$1") : Bt.call(e);
|
|
2307
2307
|
return typeof e == "object" && !ke ? Ne(y) : y;
|
|
2308
2308
|
}
|
|
2309
|
-
if (
|
|
2310
|
-
for (var g = "<" +
|
|
2311
|
-
g += " " + $[m].name + "=" +
|
|
2312
|
-
return g += ">", e.childNodes && e.childNodes.length && (g += "..."), g += "</" +
|
|
2309
|
+
if (ri(e)) {
|
|
2310
|
+
for (var g = "<" + Or.call(String(e.nodeName)), $ = e.attributes || [], m = 0; m < $.length; m++)
|
|
2311
|
+
g += " " + $[m].name + "=" + an(Bo($[m].value), "double", o);
|
|
2312
|
+
return g += ">", e.childNodes && e.childNodes.length && (g += "..."), g += "</" + Or.call(String(e.nodeName)) + ">", g;
|
|
2313
2313
|
}
|
|
2314
|
-
if (
|
|
2314
|
+
if (Jt(e)) {
|
|
2315
2315
|
if (e.length === 0)
|
|
2316
2316
|
return "[]";
|
|
2317
2317
|
var b = Ve(e, p);
|
|
2318
|
-
return u && !
|
|
2318
|
+
return u && !oi(b) ? "[" + Gt(b, u) + "]" : "[ " + ie.call(b, ", ") + " ]";
|
|
2319
2319
|
}
|
|
2320
|
-
if (
|
|
2320
|
+
if (Jo(e)) {
|
|
2321
2321
|
var S = Ve(e, p);
|
|
2322
|
-
return !("cause" in Error.prototype) && "cause" in e && !
|
|
2322
|
+
return !("cause" in Error.prototype) && "cause" in e && !nn.call(e, "cause") ? "{ [" + String(e) + "] " + ie.call(Tr.call("[cause]: " + p(e.cause), S), ", ") + " }" : S.length === 0 ? "[" + String(e) + "]" : "{ [" + String(e) + "] " + ie.call(S, ", ") + " }";
|
|
2323
2323
|
}
|
|
2324
2324
|
if (typeof e == "object" && a) {
|
|
2325
|
-
if (
|
|
2326
|
-
return
|
|
2325
|
+
if (Cr && typeof e[Cr] == "function" && Wt)
|
|
2326
|
+
return Wt(e, { depth: f - n });
|
|
2327
2327
|
if (a !== "symbol" && typeof e.inspect == "function")
|
|
2328
2328
|
return e.inspect();
|
|
2329
2329
|
}
|
|
2330
|
-
if (
|
|
2330
|
+
if (Yo(e)) {
|
|
2331
2331
|
var O = [];
|
|
2332
|
-
return
|
|
2332
|
+
return vr && vr.call(e, function(_, G) {
|
|
2333
2333
|
O.push(p(G, e, !0) + " => " + p(_, e));
|
|
2334
|
-
}),
|
|
2334
|
+
}), Ar("Map", at.call(e), O, u);
|
|
2335
2335
|
}
|
|
2336
|
-
if (
|
|
2336
|
+
if (ei(e)) {
|
|
2337
2337
|
var v = [];
|
|
2338
|
-
return
|
|
2338
|
+
return wr && wr.call(e, function(_) {
|
|
2339
2339
|
v.push(p(_, e));
|
|
2340
|
-
}),
|
|
2340
|
+
}), Ar("Set", st.call(e), v, u);
|
|
2341
2341
|
}
|
|
2342
|
-
if (
|
|
2342
|
+
if (Xo(e))
|
|
2343
2343
|
return St("WeakMap");
|
|
2344
|
-
if (
|
|
2344
|
+
if (ti(e))
|
|
2345
2345
|
return St("WeakSet");
|
|
2346
|
-
if (
|
|
2346
|
+
if (Zo(e))
|
|
2347
2347
|
return St("WeakRef");
|
|
2348
|
-
if (Jo(e))
|
|
2349
|
-
return Ne(p(Number(e)));
|
|
2350
2348
|
if (zo(e))
|
|
2351
|
-
return Ne(p(
|
|
2349
|
+
return Ne(p(Number(e)));
|
|
2350
|
+
if (Ko(e))
|
|
2351
|
+
return Ne(p(Ht.call(e)));
|
|
2352
|
+
if (Vo(e))
|
|
2353
|
+
return Ne(_o.call(e));
|
|
2352
2354
|
if (Go(e))
|
|
2353
|
-
return Ne(qo.call(e));
|
|
2354
|
-
if (Wo(e))
|
|
2355
2355
|
return Ne(p(String(e)));
|
|
2356
2356
|
if (typeof window < "u" && e === window)
|
|
2357
2357
|
return "{ [object Window] }";
|
|
2358
2358
|
if (typeof globalThis < "u" && e === globalThis || typeof rt < "u" && e === rt)
|
|
2359
2359
|
return "{ [object globalThis] }";
|
|
2360
|
-
if (!
|
|
2361
|
-
var
|
|
2362
|
-
return
|
|
2360
|
+
if (!Wo(e) && !kr(e)) {
|
|
2361
|
+
var P = Ve(e, p), T = Er ? Er(e) === Object.prototype : e instanceof Object || e.constructor === Object, k = e instanceof Object ? "" : "null prototype", U = !T && Ue && Object(e) === e && Ue in e ? er.call(de(e), 8, -1) : k ? "Object" : "", Q = T || typeof e.constructor != "function" ? "" : e.constructor.name ? e.constructor.name + " " : "", Y = Q + (U || k ? "[" + ie.call(Tr.call([], U || [], k || []), ": ") + "] " : "");
|
|
2362
|
+
return P.length === 0 ? Y + "{}" : u ? Y + "{" + Gt(P, u) + "}" : Y + "{ " + ie.call(P, ", ") + " }";
|
|
2363
2363
|
}
|
|
2364
2364
|
return String(e);
|
|
2365
2365
|
};
|
|
2366
|
-
function
|
|
2367
|
-
var n = r.quoteStyle || e, s =
|
|
2366
|
+
function an(t, e, r) {
|
|
2367
|
+
var n = r.quoteStyle || e, s = on[n];
|
|
2368
2368
|
return s + t + s;
|
|
2369
2369
|
}
|
|
2370
|
-
function
|
|
2370
|
+
function Bo(t) {
|
|
2371
2371
|
return pe.call(String(t), /"/g, """);
|
|
2372
2372
|
}
|
|
2373
2373
|
function $e(t) {
|
|
2374
2374
|
return !Ue || !(typeof t == "object" && (Ue in t || typeof t[Ue] < "u"));
|
|
2375
2375
|
}
|
|
2376
|
-
function
|
|
2376
|
+
function Jt(t) {
|
|
2377
2377
|
return de(t) === "[object Array]" && $e(t);
|
|
2378
2378
|
}
|
|
2379
|
-
function
|
|
2379
|
+
function Wo(t) {
|
|
2380
2380
|
return de(t) === "[object Date]" && $e(t);
|
|
2381
2381
|
}
|
|
2382
|
-
function
|
|
2382
|
+
function kr(t) {
|
|
2383
2383
|
return de(t) === "[object RegExp]" && $e(t);
|
|
2384
2384
|
}
|
|
2385
|
-
function
|
|
2385
|
+
function Jo(t) {
|
|
2386
2386
|
return de(t) === "[object Error]" && $e(t);
|
|
2387
2387
|
}
|
|
2388
|
-
function
|
|
2388
|
+
function Go(t) {
|
|
2389
2389
|
return de(t) === "[object String]" && $e(t);
|
|
2390
2390
|
}
|
|
2391
|
-
function
|
|
2391
|
+
function zo(t) {
|
|
2392
2392
|
return de(t) === "[object Number]" && $e(t);
|
|
2393
2393
|
}
|
|
2394
|
-
function
|
|
2394
|
+
function Vo(t) {
|
|
2395
2395
|
return de(t) === "[object Boolean]" && $e(t);
|
|
2396
2396
|
}
|
|
2397
|
-
function
|
|
2397
|
+
function sn(t) {
|
|
2398
2398
|
if (ke)
|
|
2399
2399
|
return t && typeof t == "object" && t instanceof Symbol;
|
|
2400
2400
|
if (typeof t == "symbol")
|
|
2401
2401
|
return !0;
|
|
2402
|
-
if (!t || typeof t != "object" || !
|
|
2402
|
+
if (!t || typeof t != "object" || !Bt)
|
|
2403
2403
|
return !1;
|
|
2404
2404
|
try {
|
|
2405
|
-
return
|
|
2405
|
+
return Bt.call(t), !0;
|
|
2406
2406
|
} catch {
|
|
2407
2407
|
}
|
|
2408
2408
|
return !1;
|
|
2409
2409
|
}
|
|
2410
|
-
function
|
|
2411
|
-
if (!t || typeof t != "object" || !
|
|
2410
|
+
function Ko(t) {
|
|
2411
|
+
if (!t || typeof t != "object" || !Ht)
|
|
2412
2412
|
return !1;
|
|
2413
2413
|
try {
|
|
2414
|
-
return
|
|
2414
|
+
return Ht.call(t), !0;
|
|
2415
2415
|
} catch {
|
|
2416
2416
|
}
|
|
2417
2417
|
return !1;
|
|
2418
2418
|
}
|
|
2419
|
-
var
|
|
2419
|
+
var Do = Object.prototype.hasOwnProperty || function(t) {
|
|
2420
2420
|
return t in this;
|
|
2421
2421
|
};
|
|
2422
2422
|
function le(t, e) {
|
|
2423
|
-
return
|
|
2423
|
+
return Do.call(t, e);
|
|
2424
2424
|
}
|
|
2425
2425
|
function de(t) {
|
|
2426
|
-
return
|
|
2426
|
+
return Lo.call(t);
|
|
2427
2427
|
}
|
|
2428
|
-
function
|
|
2428
|
+
function Qo(t) {
|
|
2429
2429
|
if (t.name)
|
|
2430
2430
|
return t.name;
|
|
2431
|
-
var e =
|
|
2431
|
+
var e = Uo.call(Io.call(t), /^function\s*([\w$]+)/);
|
|
2432
2432
|
return e ? e[1] : null;
|
|
2433
2433
|
}
|
|
2434
|
-
function
|
|
2434
|
+
function cn(t, e) {
|
|
2435
2435
|
if (t.indexOf)
|
|
2436
2436
|
return t.indexOf(e);
|
|
2437
2437
|
for (var r = 0, n = t.length; r < n; r++)
|
|
@@ -2439,7 +2439,7 @@ function un(t, e) {
|
|
|
2439
2439
|
return r;
|
|
2440
2440
|
return -1;
|
|
2441
2441
|
}
|
|
2442
|
-
function
|
|
2442
|
+
function Yo(t) {
|
|
2443
2443
|
if (!at || !t || typeof t != "object")
|
|
2444
2444
|
return !1;
|
|
2445
2445
|
try {
|
|
@@ -2454,7 +2454,7 @@ function Do(t) {
|
|
|
2454
2454
|
}
|
|
2455
2455
|
return !1;
|
|
2456
2456
|
}
|
|
2457
|
-
function
|
|
2457
|
+
function Xo(t) {
|
|
2458
2458
|
if (!Le || !t || typeof t != "object")
|
|
2459
2459
|
return !1;
|
|
2460
2460
|
try {
|
|
@@ -2469,16 +2469,16 @@ function Qo(t) {
|
|
|
2469
2469
|
}
|
|
2470
2470
|
return !1;
|
|
2471
2471
|
}
|
|
2472
|
-
function
|
|
2473
|
-
if (!
|
|
2472
|
+
function Zo(t) {
|
|
2473
|
+
if (!Sr || !t || typeof t != "object")
|
|
2474
2474
|
return !1;
|
|
2475
2475
|
try {
|
|
2476
|
-
return
|
|
2476
|
+
return Sr.call(t), !0;
|
|
2477
2477
|
} catch {
|
|
2478
2478
|
}
|
|
2479
2479
|
return !1;
|
|
2480
2480
|
}
|
|
2481
|
-
function
|
|
2481
|
+
function ei(t) {
|
|
2482
2482
|
if (!st || !t || typeof t != "object")
|
|
2483
2483
|
return !1;
|
|
2484
2484
|
try {
|
|
@@ -2493,7 +2493,7 @@ function Xo(t) {
|
|
|
2493
2493
|
}
|
|
2494
2494
|
return !1;
|
|
2495
2495
|
}
|
|
2496
|
-
function
|
|
2496
|
+
function ti(t) {
|
|
2497
2497
|
if (!Ie || !t || typeof t != "object")
|
|
2498
2498
|
return !1;
|
|
2499
2499
|
try {
|
|
@@ -2508,20 +2508,20 @@ function Zo(t) {
|
|
|
2508
2508
|
}
|
|
2509
2509
|
return !1;
|
|
2510
2510
|
}
|
|
2511
|
-
function
|
|
2511
|
+
function ri(t) {
|
|
2512
2512
|
return !t || typeof t != "object" ? !1 : typeof HTMLElement < "u" && t instanceof HTMLElement ? !0 : typeof t.nodeName == "string" && typeof t.getAttribute == "function";
|
|
2513
2513
|
}
|
|
2514
|
-
function
|
|
2514
|
+
function ln(t, e) {
|
|
2515
2515
|
if (t.length > e.maxStringLength) {
|
|
2516
2516
|
var r = t.length - e.maxStringLength, n = "... " + r + " more character" + (r > 1 ? "s" : "");
|
|
2517
|
-
return
|
|
2517
|
+
return ln(er.call(t, 0, e.maxStringLength), e) + n;
|
|
2518
2518
|
}
|
|
2519
|
-
var s =
|
|
2519
|
+
var s = Ho[e.quoteStyle || "single"];
|
|
2520
2520
|
s.lastIndex = 0;
|
|
2521
|
-
var o = pe.call(pe.call(t, s, "\\$1"), /[\x00-\x1f]/g,
|
|
2522
|
-
return
|
|
2521
|
+
var o = pe.call(pe.call(t, s, "\\$1"), /[\x00-\x1f]/g, ni);
|
|
2522
|
+
return an(o, "single", e);
|
|
2523
2523
|
}
|
|
2524
|
-
function
|
|
2524
|
+
function ni(t) {
|
|
2525
2525
|
var e = t.charCodeAt(0), r = {
|
|
2526
2526
|
8: "b",
|
|
2527
2527
|
9: "t",
|
|
@@ -2529,7 +2529,7 @@ function ti(t) {
|
|
|
2529
2529
|
12: "f",
|
|
2530
2530
|
13: "r"
|
|
2531
2531
|
}[e];
|
|
2532
|
-
return r ? "\\" + r : "\\x" + (e < 16 ? "0" : "") +
|
|
2532
|
+
return r ? "\\" + r : "\\x" + (e < 16 ? "0" : "") + Fo.call(e.toString(16));
|
|
2533
2533
|
}
|
|
2534
2534
|
function Ne(t) {
|
|
2535
2535
|
return "Object(" + t + ")";
|
|
@@ -2537,18 +2537,18 @@ function Ne(t) {
|
|
|
2537
2537
|
function St(t) {
|
|
2538
2538
|
return t + " { ? }";
|
|
2539
2539
|
}
|
|
2540
|
-
function
|
|
2541
|
-
var s = n ?
|
|
2540
|
+
function Ar(t, e, r, n) {
|
|
2541
|
+
var s = n ? Gt(r, n) : ie.call(r, ", ");
|
|
2542
2542
|
return t + " (" + e + ") {" + s + "}";
|
|
2543
2543
|
}
|
|
2544
|
-
function
|
|
2544
|
+
function oi(t) {
|
|
2545
2545
|
for (var e = 0; e < t.length; e++)
|
|
2546
|
-
if (
|
|
2546
|
+
if (cn(t[e], `
|
|
2547
2547
|
`) >= 0)
|
|
2548
2548
|
return !1;
|
|
2549
2549
|
return !0;
|
|
2550
2550
|
}
|
|
2551
|
-
function
|
|
2551
|
+
function ii(t, e) {
|
|
2552
2552
|
var r;
|
|
2553
2553
|
if (t.indent === " ")
|
|
2554
2554
|
r = " ";
|
|
@@ -2561,7 +2561,7 @@ function ni(t, e) {
|
|
|
2561
2561
|
prev: ie.call(Array(e + 1), r)
|
|
2562
2562
|
};
|
|
2563
2563
|
}
|
|
2564
|
-
function
|
|
2564
|
+
function Gt(t, e) {
|
|
2565
2565
|
if (t.length === 0)
|
|
2566
2566
|
return "";
|
|
2567
2567
|
var r = `
|
|
@@ -2570,7 +2570,7 @@ function zt(t, e) {
|
|
|
2570
2570
|
` + e.prev;
|
|
2571
2571
|
}
|
|
2572
2572
|
function Ve(t, e) {
|
|
2573
|
-
var r =
|
|
2573
|
+
var r = Jt(t), n = [];
|
|
2574
2574
|
if (r) {
|
|
2575
2575
|
n.length = t.length;
|
|
2576
2576
|
for (var s = 0; s < t.length; s++)
|
|
@@ -2583,23 +2583,23 @@ function Ve(t, e) {
|
|
|
2583
2583
|
a["$" + o[i]] = o[i];
|
|
2584
2584
|
}
|
|
2585
2585
|
for (var c in t)
|
|
2586
|
-
le(t, c) && (r && String(Number(c)) === c && c < t.length || ke && a["$" + c] instanceof Symbol || (
|
|
2586
|
+
le(t, c) && (r && String(Number(c)) === c && c < t.length || ke && a["$" + c] instanceof Symbol || (rn.call(/[^\w$]/, c) ? n.push(e(c, t) + ": " + e(t[c], t)) : n.push(c + ": " + e(t[c], t))));
|
|
2587
2587
|
if (typeof wt == "function")
|
|
2588
2588
|
for (var l = 0; l < o.length; l++)
|
|
2589
|
-
|
|
2589
|
+
nn.call(t, o[l]) && n.push("[" + e(o[l]) + "]: " + e(t[o[l]], t));
|
|
2590
2590
|
return n;
|
|
2591
2591
|
}
|
|
2592
|
-
var
|
|
2592
|
+
var ai = ft, si = Re, ut = function(t, e, r) {
|
|
2593
2593
|
for (var n = t, s; (s = n.next) != null; n = s)
|
|
2594
2594
|
if (s.key === e)
|
|
2595
2595
|
return n.next = s.next, r || (s.next = /** @type {NonNullable<typeof list.next>} */
|
|
2596
2596
|
t.next, t.next = s), s;
|
|
2597
|
-
},
|
|
2597
|
+
}, ci = function(t, e) {
|
|
2598
2598
|
if (t) {
|
|
2599
2599
|
var r = ut(t, e);
|
|
2600
2600
|
return r && r.value;
|
|
2601
2601
|
}
|
|
2602
|
-
},
|
|
2602
|
+
}, li = function(t, e, r) {
|
|
2603
2603
|
var n = ut(t, e);
|
|
2604
2604
|
n ? n.value = r : t.next = /** @type {import('./list.d.ts').ListNode<typeof value, typeof key>} */
|
|
2605
2605
|
{
|
|
@@ -2608,31 +2608,31 @@ var oi = ft, ii = Re, ut = function(t, e, r) {
|
|
|
2608
2608
|
next: t.next,
|
|
2609
2609
|
value: r
|
|
2610
2610
|
};
|
|
2611
|
-
},
|
|
2611
|
+
}, fi = function(t, e) {
|
|
2612
2612
|
return t ? !!ut(t, e) : !1;
|
|
2613
|
-
},
|
|
2613
|
+
}, ui = function(t, e) {
|
|
2614
2614
|
if (t)
|
|
2615
2615
|
return ut(t, e, !0);
|
|
2616
|
-
},
|
|
2616
|
+
}, pi = function() {
|
|
2617
2617
|
var e, r = {
|
|
2618
2618
|
assert: function(n) {
|
|
2619
2619
|
if (!r.has(n))
|
|
2620
|
-
throw new
|
|
2620
|
+
throw new si("Side channel does not contain " + ai(n));
|
|
2621
2621
|
},
|
|
2622
2622
|
delete: function(n) {
|
|
2623
|
-
var s =
|
|
2623
|
+
var s = ui(e, n);
|
|
2624
2624
|
return s && e && !e.next && (e = void 0), !!s;
|
|
2625
2625
|
},
|
|
2626
2626
|
get: function(n) {
|
|
2627
|
-
return
|
|
2627
|
+
return ci(e, n);
|
|
2628
2628
|
},
|
|
2629
2629
|
has: function(n) {
|
|
2630
|
-
return
|
|
2630
|
+
return fi(e, n);
|
|
2631
2631
|
},
|
|
2632
2632
|
set: function(n, s) {
|
|
2633
2633
|
e || (e = {
|
|
2634
2634
|
next: void 0
|
|
2635
|
-
}),
|
|
2635
|
+
}), li(
|
|
2636
2636
|
/** @type {NonNullable<typeof $o>} */
|
|
2637
2637
|
e,
|
|
2638
2638
|
n,
|
|
@@ -2641,27 +2641,27 @@ var oi = ft, ii = Re, ut = function(t, e, r) {
|
|
|
2641
2641
|
}
|
|
2642
2642
|
};
|
|
2643
2643
|
return r;
|
|
2644
|
-
},
|
|
2644
|
+
}, fn = Object, di = Error, hi = EvalError, yi = RangeError, mi = ReferenceError, gi = SyntaxError, bi = URIError, $i = Math.abs, vi = Math.floor, wi = Math.max, Si = Math.min, Oi = Math.pow, Ti = Math.round, xi = Number.isNaN || function(e) {
|
|
2645
2645
|
return e !== e;
|
|
2646
|
-
},
|
|
2647
|
-
return
|
|
2648
|
-
},
|
|
2646
|
+
}, Ei = xi, ji = function(e) {
|
|
2647
|
+
return Ei(e) || e === 0 ? e : e < 0 ? -1 : 1;
|
|
2648
|
+
}, Pi = Object.getOwnPropertyDescriptor, Ye = Pi;
|
|
2649
2649
|
if (Ye)
|
|
2650
2650
|
try {
|
|
2651
2651
|
Ye([], "length");
|
|
2652
2652
|
} catch {
|
|
2653
2653
|
Ye = null;
|
|
2654
2654
|
}
|
|
2655
|
-
var
|
|
2655
|
+
var un = Ye, Xe = Object.defineProperty || !1;
|
|
2656
2656
|
if (Xe)
|
|
2657
2657
|
try {
|
|
2658
2658
|
Xe({}, "a", { value: 1 });
|
|
2659
2659
|
} catch {
|
|
2660
2660
|
Xe = !1;
|
|
2661
2661
|
}
|
|
2662
|
-
var
|
|
2663
|
-
function
|
|
2664
|
-
return
|
|
2662
|
+
var pn = Xe, Ot, Rr;
|
|
2663
|
+
function Ci() {
|
|
2664
|
+
return Rr || (Rr = 1, Ot = function() {
|
|
2665
2665
|
if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
|
|
2666
2666
|
return !1;
|
|
2667
2667
|
if (typeof Symbol.iterator == "symbol")
|
|
@@ -2689,30 +2689,30 @@ function ji() {
|
|
|
2689
2689
|
return !0;
|
|
2690
2690
|
}), Ot;
|
|
2691
2691
|
}
|
|
2692
|
-
var Tt,
|
|
2693
|
-
function
|
|
2694
|
-
if (
|
|
2695
|
-
|
|
2696
|
-
var t = typeof Symbol < "u" && Symbol, e =
|
|
2692
|
+
var Tt, qr;
|
|
2693
|
+
function ki() {
|
|
2694
|
+
if (qr) return Tt;
|
|
2695
|
+
qr = 1;
|
|
2696
|
+
var t = typeof Symbol < "u" && Symbol, e = Ci();
|
|
2697
2697
|
return Tt = function() {
|
|
2698
2698
|
return typeof t != "function" || typeof Symbol != "function" || typeof t("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : e();
|
|
2699
2699
|
}, Tt;
|
|
2700
2700
|
}
|
|
2701
|
-
var xt,
|
|
2702
|
-
function
|
|
2703
|
-
return
|
|
2701
|
+
var xt, Nr;
|
|
2702
|
+
function dn() {
|
|
2703
|
+
return Nr || (Nr = 1, xt = typeof Reflect < "u" && Reflect.getPrototypeOf || null), xt;
|
|
2704
2704
|
}
|
|
2705
|
-
var Et,
|
|
2706
|
-
function
|
|
2707
|
-
if (
|
|
2708
|
-
|
|
2709
|
-
var t =
|
|
2705
|
+
var Et, _r;
|
|
2706
|
+
function hn() {
|
|
2707
|
+
if (_r) return Et;
|
|
2708
|
+
_r = 1;
|
|
2709
|
+
var t = fn;
|
|
2710
2710
|
return Et = t.getPrototypeOf || null, Et;
|
|
2711
2711
|
}
|
|
2712
|
-
var jt,
|
|
2713
|
-
function
|
|
2714
|
-
if (
|
|
2715
|
-
|
|
2712
|
+
var jt, Lr;
|
|
2713
|
+
function Ai() {
|
|
2714
|
+
if (Lr) return jt;
|
|
2715
|
+
Lr = 1;
|
|
2716
2716
|
var t = "Function.prototype.bind called on incompatible ", e = Object.prototype.toString, r = Math.max, n = "[object Function]", s = function(c, l) {
|
|
2717
2717
|
for (var f = [], u = 0; u < c.length; u += 1)
|
|
2718
2718
|
f[u] = c[u];
|
|
@@ -2754,30 +2754,26 @@ function Ci() {
|
|
|
2754
2754
|
return u;
|
|
2755
2755
|
}, jt;
|
|
2756
2756
|
}
|
|
2757
|
-
var Pt,
|
|
2757
|
+
var Pt, Ir;
|
|
2758
2758
|
function pt() {
|
|
2759
|
-
if (
|
|
2760
|
-
|
|
2761
|
-
var t =
|
|
2759
|
+
if (Ir) return Pt;
|
|
2760
|
+
Ir = 1;
|
|
2761
|
+
var t = Ai();
|
|
2762
2762
|
return Pt = Function.prototype.bind || t, Pt;
|
|
2763
2763
|
}
|
|
2764
|
-
var Ct,
|
|
2765
|
-
function
|
|
2766
|
-
return
|
|
2767
|
-
}
|
|
2768
|
-
var kt, Hr;
|
|
2769
|
-
function bn() {
|
|
2770
|
-
return Hr || (Hr = 1, kt = Function.prototype.apply), kt;
|
|
2764
|
+
var tr = Function.prototype.call, Ct, Ur;
|
|
2765
|
+
function yn() {
|
|
2766
|
+
return Ur || (Ur = 1, Ct = Function.prototype.apply), Ct;
|
|
2771
2767
|
}
|
|
2772
|
-
var
|
|
2768
|
+
var Ri = typeof Reflect < "u" && Reflect && Reflect.apply, qi = pt(), Ni = yn(), _i = tr, Li = Ri, Ii = Li || qi.call(_i, Ni), Ui = pt(), Fi = Re, Mi = tr, Hi = Ii, mn = function(e) {
|
|
2773
2769
|
if (e.length < 1 || typeof e[0] != "function")
|
|
2774
|
-
throw new
|
|
2775
|
-
return
|
|
2776
|
-
},
|
|
2777
|
-
function
|
|
2778
|
-
if (
|
|
2779
|
-
|
|
2780
|
-
var t =
|
|
2770
|
+
throw new Fi("a function is required");
|
|
2771
|
+
return Hi(Ui, Mi, e);
|
|
2772
|
+
}, kt, Fr;
|
|
2773
|
+
function Bi() {
|
|
2774
|
+
if (Fr) return kt;
|
|
2775
|
+
Fr = 1;
|
|
2776
|
+
var t = mn, e = un, r;
|
|
2781
2777
|
try {
|
|
2782
2778
|
r = /** @type {{ __proto__?: typeof Array.prototype }} */
|
|
2783
2779
|
[].__proto__ === Array.prototype;
|
|
@@ -2790,19 +2786,19 @@ function Hi() {
|
|
|
2790
2786
|
/** @type {keyof typeof Object.prototype} */
|
|
2791
2787
|
"__proto__"
|
|
2792
2788
|
), s = Object, o = s.getPrototypeOf;
|
|
2793
|
-
return
|
|
2789
|
+
return kt = n && typeof n.get == "function" ? t([n.get]) : typeof o == "function" ? (
|
|
2794
2790
|
/** @type {import('./get')} */
|
|
2795
2791
|
function(i) {
|
|
2796
2792
|
return o(i == null ? i : s(i));
|
|
2797
2793
|
}
|
|
2798
|
-
) : !1,
|
|
2794
|
+
) : !1, kt;
|
|
2799
2795
|
}
|
|
2800
|
-
var
|
|
2801
|
-
function
|
|
2802
|
-
if (
|
|
2803
|
-
|
|
2804
|
-
var t =
|
|
2805
|
-
return
|
|
2796
|
+
var At, Mr;
|
|
2797
|
+
function Wi() {
|
|
2798
|
+
if (Mr) return At;
|
|
2799
|
+
Mr = 1;
|
|
2800
|
+
var t = dn(), e = hn(), r = /* @__PURE__ */ Bi();
|
|
2801
|
+
return At = t ? function(s) {
|
|
2806
2802
|
return t(s);
|
|
2807
2803
|
} : e ? function(s) {
|
|
2808
2804
|
if (!s || typeof s != "object" && typeof s != "function")
|
|
@@ -2810,33 +2806,33 @@ function Mi() {
|
|
|
2810
2806
|
return e(s);
|
|
2811
2807
|
} : r ? function(s) {
|
|
2812
2808
|
return r(s);
|
|
2813
|
-
} : null,
|
|
2809
|
+
} : null, At;
|
|
2814
2810
|
}
|
|
2815
|
-
var
|
|
2816
|
-
function
|
|
2817
|
-
if (
|
|
2818
|
-
|
|
2811
|
+
var Rt, Hr;
|
|
2812
|
+
function Ji() {
|
|
2813
|
+
if (Hr) return Rt;
|
|
2814
|
+
Hr = 1;
|
|
2819
2815
|
var t = Function.prototype.call, e = Object.prototype.hasOwnProperty, r = pt();
|
|
2820
|
-
return
|
|
2816
|
+
return Rt = r.call(t, e), Rt;
|
|
2821
2817
|
}
|
|
2822
|
-
var j,
|
|
2818
|
+
var j, Gi = fn, zi = di, Vi = hi, Ki = yi, Di = mi, Ae = gi, je = Re, Qi = bi, Yi = $i, Xi = vi, Zi = wi, ea = Si, ta = Oi, ra = Ti, na = ji, gn = Function, qt = function(t) {
|
|
2823
2819
|
try {
|
|
2824
|
-
return
|
|
2820
|
+
return gn('"use strict"; return (' + t + ").constructor;")();
|
|
2825
2821
|
} catch {
|
|
2826
2822
|
}
|
|
2827
|
-
},
|
|
2823
|
+
}, He = un, oa = pn, Nt = function() {
|
|
2828
2824
|
throw new je();
|
|
2829
|
-
},
|
|
2825
|
+
}, ia = He ? (function() {
|
|
2830
2826
|
try {
|
|
2831
|
-
return arguments.callee,
|
|
2827
|
+
return arguments.callee, Nt;
|
|
2832
2828
|
} catch {
|
|
2833
2829
|
try {
|
|
2834
|
-
return
|
|
2830
|
+
return He(arguments, "callee").get;
|
|
2835
2831
|
} catch {
|
|
2836
|
-
return
|
|
2832
|
+
return Nt;
|
|
2837
2833
|
}
|
|
2838
2834
|
}
|
|
2839
|
-
})() :
|
|
2835
|
+
})() : Nt, ve = ki()(), F = Wi(), aa = hn(), sa = dn(), bn = yn(), Be = tr, Se = {}, ca = typeof Uint8Array > "u" || !F ? j : F(Uint8Array), be = {
|
|
2840
2836
|
__proto__: null,
|
|
2841
2837
|
"%AggregateError%": typeof AggregateError > "u" ? j : AggregateError,
|
|
2842
2838
|
"%Array%": Array,
|
|
@@ -2858,15 +2854,15 @@ var j, Wi = dn, Ji = ui, Gi = pi, zi = di, Vi = hi, Ae = yi, je = Re, Ki = mi, D
|
|
|
2858
2854
|
"%decodeURIComponent%": decodeURIComponent,
|
|
2859
2855
|
"%encodeURI%": encodeURI,
|
|
2860
2856
|
"%encodeURIComponent%": encodeURIComponent,
|
|
2861
|
-
"%Error%":
|
|
2857
|
+
"%Error%": zi,
|
|
2862
2858
|
"%eval%": eval,
|
|
2863
2859
|
// eslint-disable-line no-eval
|
|
2864
|
-
"%EvalError%":
|
|
2860
|
+
"%EvalError%": Vi,
|
|
2865
2861
|
"%Float16Array%": typeof Float16Array > "u" ? j : Float16Array,
|
|
2866
2862
|
"%Float32Array%": typeof Float32Array > "u" ? j : Float32Array,
|
|
2867
2863
|
"%Float64Array%": typeof Float64Array > "u" ? j : Float64Array,
|
|
2868
2864
|
"%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? j : FinalizationRegistry,
|
|
2869
|
-
"%Function%":
|
|
2865
|
+
"%Function%": gn,
|
|
2870
2866
|
"%GeneratorFunction%": Se,
|
|
2871
2867
|
"%Int8Array%": typeof Int8Array > "u" ? j : Int8Array,
|
|
2872
2868
|
"%Int16Array%": typeof Int16Array > "u" ? j : Int16Array,
|
|
@@ -2879,14 +2875,14 @@ var j, Wi = dn, Ji = ui, Gi = pi, zi = di, Vi = hi, Ae = yi, je = Re, Ki = mi, D
|
|
|
2879
2875
|
"%MapIteratorPrototype%": typeof Map > "u" || !ve || !F ? j : F((/* @__PURE__ */ new Map())[Symbol.iterator]()),
|
|
2880
2876
|
"%Math%": Math,
|
|
2881
2877
|
"%Number%": Number,
|
|
2882
|
-
"%Object%":
|
|
2883
|
-
"%Object.getOwnPropertyDescriptor%":
|
|
2878
|
+
"%Object%": Gi,
|
|
2879
|
+
"%Object.getOwnPropertyDescriptor%": He,
|
|
2884
2880
|
"%parseFloat%": parseFloat,
|
|
2885
2881
|
"%parseInt%": parseInt,
|
|
2886
2882
|
"%Promise%": typeof Promise > "u" ? j : Promise,
|
|
2887
2883
|
"%Proxy%": typeof Proxy > "u" ? j : Proxy,
|
|
2888
|
-
"%RangeError%":
|
|
2889
|
-
"%ReferenceError%":
|
|
2884
|
+
"%RangeError%": Ki,
|
|
2885
|
+
"%ReferenceError%": Di,
|
|
2890
2886
|
"%Reflect%": typeof Reflect > "u" ? j : Reflect,
|
|
2891
2887
|
"%RegExp%": RegExp,
|
|
2892
2888
|
"%Set%": typeof Set > "u" ? j : Set,
|
|
@@ -2896,45 +2892,45 @@ var j, Wi = dn, Ji = ui, Gi = pi, zi = di, Vi = hi, Ae = yi, je = Re, Ki = mi, D
|
|
|
2896
2892
|
"%StringIteratorPrototype%": ve && F ? F(""[Symbol.iterator]()) : j,
|
|
2897
2893
|
"%Symbol%": ve ? Symbol : j,
|
|
2898
2894
|
"%SyntaxError%": Ae,
|
|
2899
|
-
"%ThrowTypeError%":
|
|
2900
|
-
"%TypedArray%":
|
|
2895
|
+
"%ThrowTypeError%": ia,
|
|
2896
|
+
"%TypedArray%": ca,
|
|
2901
2897
|
"%TypeError%": je,
|
|
2902
2898
|
"%Uint8Array%": typeof Uint8Array > "u" ? j : Uint8Array,
|
|
2903
2899
|
"%Uint8ClampedArray%": typeof Uint8ClampedArray > "u" ? j : Uint8ClampedArray,
|
|
2904
2900
|
"%Uint16Array%": typeof Uint16Array > "u" ? j : Uint16Array,
|
|
2905
2901
|
"%Uint32Array%": typeof Uint32Array > "u" ? j : Uint32Array,
|
|
2906
|
-
"%URIError%":
|
|
2902
|
+
"%URIError%": Qi,
|
|
2907
2903
|
"%WeakMap%": typeof WeakMap > "u" ? j : WeakMap,
|
|
2908
2904
|
"%WeakRef%": typeof WeakRef > "u" ? j : WeakRef,
|
|
2909
2905
|
"%WeakSet%": typeof WeakSet > "u" ? j : WeakSet,
|
|
2910
2906
|
"%Function.prototype.call%": Be,
|
|
2911
|
-
"%Function.prototype.apply%":
|
|
2912
|
-
"%Object.defineProperty%":
|
|
2913
|
-
"%Object.getPrototypeOf%":
|
|
2914
|
-
"%Math.abs%":
|
|
2915
|
-
"%Math.floor%":
|
|
2916
|
-
"%Math.max%":
|
|
2917
|
-
"%Math.min%":
|
|
2918
|
-
"%Math.pow%":
|
|
2919
|
-
"%Math.round%":
|
|
2920
|
-
"%Math.sign%":
|
|
2921
|
-
"%Reflect.getPrototypeOf%":
|
|
2907
|
+
"%Function.prototype.apply%": bn,
|
|
2908
|
+
"%Object.defineProperty%": oa,
|
|
2909
|
+
"%Object.getPrototypeOf%": aa,
|
|
2910
|
+
"%Math.abs%": Yi,
|
|
2911
|
+
"%Math.floor%": Xi,
|
|
2912
|
+
"%Math.max%": Zi,
|
|
2913
|
+
"%Math.min%": ea,
|
|
2914
|
+
"%Math.pow%": ta,
|
|
2915
|
+
"%Math.round%": ra,
|
|
2916
|
+
"%Math.sign%": na,
|
|
2917
|
+
"%Reflect.getPrototypeOf%": sa
|
|
2922
2918
|
};
|
|
2923
2919
|
if (F)
|
|
2924
2920
|
try {
|
|
2925
2921
|
null.error;
|
|
2926
2922
|
} catch (t) {
|
|
2927
|
-
var
|
|
2928
|
-
be["%Error.prototype%"] =
|
|
2923
|
+
var la = F(F(t));
|
|
2924
|
+
be["%Error.prototype%"] = la;
|
|
2929
2925
|
}
|
|
2930
|
-
var
|
|
2926
|
+
var fa = function t(e) {
|
|
2931
2927
|
var r;
|
|
2932
2928
|
if (e === "%AsyncFunction%")
|
|
2933
|
-
r =
|
|
2929
|
+
r = qt("async function () {}");
|
|
2934
2930
|
else if (e === "%GeneratorFunction%")
|
|
2935
|
-
r =
|
|
2931
|
+
r = qt("function* () {}");
|
|
2936
2932
|
else if (e === "%AsyncGeneratorFunction%")
|
|
2937
|
-
r =
|
|
2933
|
+
r = qt("async function* () {}");
|
|
2938
2934
|
else if (e === "%AsyncGenerator%") {
|
|
2939
2935
|
var n = t("%AsyncGeneratorFunction%");
|
|
2940
2936
|
n && (r = n.prototype);
|
|
@@ -2943,7 +2939,7 @@ var ca = function t(e) {
|
|
|
2943
2939
|
s && F && (r = F(s.prototype));
|
|
2944
2940
|
}
|
|
2945
2941
|
return be[e] = r, r;
|
|
2946
|
-
},
|
|
2942
|
+
}, Br = {
|
|
2947
2943
|
__proto__: null,
|
|
2948
2944
|
"%ArrayBufferPrototype%": ["ArrayBuffer", "prototype"],
|
|
2949
2945
|
"%ArrayPrototype%": ["Array", "prototype"],
|
|
@@ -2996,21 +2992,21 @@ var ca = function t(e) {
|
|
|
2996
2992
|
"%URIErrorPrototype%": ["URIError", "prototype"],
|
|
2997
2993
|
"%WeakMapPrototype%": ["WeakMap", "prototype"],
|
|
2998
2994
|
"%WeakSetPrototype%": ["WeakSet", "prototype"]
|
|
2999
|
-
}, We = pt(), ct = /* @__PURE__ */
|
|
2995
|
+
}, We = pt(), ct = /* @__PURE__ */ Ji(), ua = We.call(Be, Array.prototype.concat), pa = We.call(bn, Array.prototype.splice), Wr = We.call(Be, String.prototype.replace), lt = We.call(Be, String.prototype.slice), da = We.call(Be, RegExp.prototype.exec), ha = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, ya = /\\(\\)?/g, ma = function(e) {
|
|
3000
2996
|
var r = lt(e, 0, 1), n = lt(e, -1);
|
|
3001
2997
|
if (r === "%" && n !== "%")
|
|
3002
2998
|
throw new Ae("invalid intrinsic syntax, expected closing `%`");
|
|
3003
2999
|
if (n === "%" && r !== "%")
|
|
3004
3000
|
throw new Ae("invalid intrinsic syntax, expected opening `%`");
|
|
3005
3001
|
var s = [];
|
|
3006
|
-
return
|
|
3007
|
-
s[s.length] = i ?
|
|
3002
|
+
return Wr(e, ha, function(o, a, i, c) {
|
|
3003
|
+
s[s.length] = i ? Wr(c, ya, "$1") : a || o;
|
|
3008
3004
|
}), s;
|
|
3009
|
-
},
|
|
3005
|
+
}, ga = function(e, r) {
|
|
3010
3006
|
var n = e, s;
|
|
3011
|
-
if (ct(
|
|
3007
|
+
if (ct(Br, n) && (s = Br[n], n = "%" + s[0] + "%"), ct(be, n)) {
|
|
3012
3008
|
var o = be[n];
|
|
3013
|
-
if (o === Se && (o =
|
|
3009
|
+
if (o === Se && (o = fa(n)), typeof o > "u" && !r)
|
|
3014
3010
|
throw new je("intrinsic " + e + " exists, but is not available. Please file an issue!");
|
|
3015
3011
|
return {
|
|
3016
3012
|
alias: s,
|
|
@@ -3019,15 +3015,15 @@ var ca = function t(e) {
|
|
|
3019
3015
|
};
|
|
3020
3016
|
}
|
|
3021
3017
|
throw new Ae("intrinsic " + e + " does not exist!");
|
|
3022
|
-
},
|
|
3018
|
+
}, rr = function(e, r) {
|
|
3023
3019
|
if (typeof e != "string" || e.length === 0)
|
|
3024
3020
|
throw new je("intrinsic name must be a non-empty string");
|
|
3025
3021
|
if (arguments.length > 1 && typeof r != "boolean")
|
|
3026
3022
|
throw new je('"allowMissing" argument must be a boolean');
|
|
3027
|
-
if (
|
|
3023
|
+
if (da(/^%?[^%]*%?$/, e) === null)
|
|
3028
3024
|
throw new Ae("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
|
|
3029
|
-
var n =
|
|
3030
|
-
l && (s = l[0],
|
|
3025
|
+
var n = ma(e), s = n.length > 0 ? n[0] : "", o = ga("%" + s + "%", r), a = o.name, i = o.value, c = !1, l = o.alias;
|
|
3026
|
+
l && (s = l[0], pa(n, ua([0, 1], l)));
|
|
3031
3027
|
for (var f = 1, u = !0; f < n.length; f += 1) {
|
|
3032
3028
|
var p = n[f], d = lt(p, 0, 1), h = lt(p, -1);
|
|
3033
3029
|
if ((d === '"' || d === "'" || d === "`" || h === '"' || h === "'" || h === "`") && d !== h)
|
|
@@ -3040,8 +3036,8 @@ var ca = function t(e) {
|
|
|
3040
3036
|
throw new je("base intrinsic for " + e + " exists, but the property is not available.");
|
|
3041
3037
|
return;
|
|
3042
3038
|
}
|
|
3043
|
-
if (
|
|
3044
|
-
var y =
|
|
3039
|
+
if (He && f + 1 >= n.length) {
|
|
3040
|
+
var y = He(i, p);
|
|
3045
3041
|
u = !!y, u && "get" in y && !("originalValue" in y.get) ? i = y.get : i = i[p];
|
|
3046
3042
|
} else
|
|
3047
3043
|
u = ct(i, p), i = i[p];
|
|
@@ -3049,75 +3045,75 @@ var ca = function t(e) {
|
|
|
3049
3045
|
}
|
|
3050
3046
|
}
|
|
3051
3047
|
return i;
|
|
3052
|
-
},
|
|
3048
|
+
}, $n = rr, vn = mn, ba = vn([$n("%String.prototype.indexOf%")]), wn = function(e, r) {
|
|
3053
3049
|
var n = (
|
|
3054
3050
|
/** @type {(this: unknown, ...args: unknown[]) => unknown} */
|
|
3055
|
-
|
|
3051
|
+
$n(e, !!r)
|
|
3056
3052
|
);
|
|
3057
|
-
return typeof n == "function" &&
|
|
3053
|
+
return typeof n == "function" && ba(e, ".prototype.") > -1 ? vn(
|
|
3058
3054
|
/** @type {const} */
|
|
3059
3055
|
[n]
|
|
3060
3056
|
) : n;
|
|
3061
|
-
},
|
|
3057
|
+
}, $a = rr, Je = wn, va = ft, wa = Re, Jr = $a("%Map%", !0), Sa = Je("Map.prototype.get", !0), Oa = Je("Map.prototype.set", !0), Ta = Je("Map.prototype.has", !0), xa = Je("Map.prototype.delete", !0), Ea = Je("Map.prototype.size", !0), Sn = !!Jr && /** @type {Exclude<import('.'), false>} */
|
|
3062
3058
|
function() {
|
|
3063
3059
|
var e, r = {
|
|
3064
3060
|
assert: function(n) {
|
|
3065
3061
|
if (!r.has(n))
|
|
3066
|
-
throw new
|
|
3062
|
+
throw new wa("Side channel does not contain " + va(n));
|
|
3067
3063
|
},
|
|
3068
3064
|
delete: function(n) {
|
|
3069
3065
|
if (e) {
|
|
3070
|
-
var s =
|
|
3071
|
-
return
|
|
3066
|
+
var s = xa(e, n);
|
|
3067
|
+
return Ea(e) === 0 && (e = void 0), s;
|
|
3072
3068
|
}
|
|
3073
3069
|
return !1;
|
|
3074
3070
|
},
|
|
3075
3071
|
get: function(n) {
|
|
3076
3072
|
if (e)
|
|
3077
|
-
return
|
|
3073
|
+
return Sa(e, n);
|
|
3078
3074
|
},
|
|
3079
3075
|
has: function(n) {
|
|
3080
|
-
return e ?
|
|
3076
|
+
return e ? Ta(e, n) : !1;
|
|
3081
3077
|
},
|
|
3082
3078
|
set: function(n, s) {
|
|
3083
|
-
e || (e = new
|
|
3079
|
+
e || (e = new Jr()), Oa(e, n, s);
|
|
3084
3080
|
}
|
|
3085
3081
|
};
|
|
3086
3082
|
return r;
|
|
3087
|
-
},
|
|
3083
|
+
}, ja = rr, dt = wn, Pa = ft, Ke = Sn, Ca = Re, we = ja("%WeakMap%", !0), ka = dt("WeakMap.prototype.get", !0), Aa = dt("WeakMap.prototype.set", !0), Ra = dt("WeakMap.prototype.has", !0), qa = dt("WeakMap.prototype.delete", !0), Na = we ? (
|
|
3088
3084
|
/** @type {Exclude<import('.'), false>} */
|
|
3089
3085
|
function() {
|
|
3090
3086
|
var e, r, n = {
|
|
3091
3087
|
assert: function(s) {
|
|
3092
3088
|
if (!n.has(s))
|
|
3093
|
-
throw new
|
|
3089
|
+
throw new Ca("Side channel does not contain " + Pa(s));
|
|
3094
3090
|
},
|
|
3095
3091
|
delete: function(s) {
|
|
3096
3092
|
if (we && s && (typeof s == "object" || typeof s == "function")) {
|
|
3097
3093
|
if (e)
|
|
3098
|
-
return
|
|
3094
|
+
return qa(e, s);
|
|
3099
3095
|
} else if (Ke && r)
|
|
3100
3096
|
return r.delete(s);
|
|
3101
3097
|
return !1;
|
|
3102
3098
|
},
|
|
3103
3099
|
get: function(s) {
|
|
3104
|
-
return we && s && (typeof s == "object" || typeof s == "function") && e ?
|
|
3100
|
+
return we && s && (typeof s == "object" || typeof s == "function") && e ? ka(e, s) : r && r.get(s);
|
|
3105
3101
|
},
|
|
3106
3102
|
has: function(s) {
|
|
3107
|
-
return we && s && (typeof s == "object" || typeof s == "function") && e ?
|
|
3103
|
+
return we && s && (typeof s == "object" || typeof s == "function") && e ? Ra(e, s) : !!r && r.has(s);
|
|
3108
3104
|
},
|
|
3109
3105
|
set: function(s, o) {
|
|
3110
|
-
we && s && (typeof s == "object" || typeof s == "function") ? (e || (e = new we()),
|
|
3106
|
+
we && s && (typeof s == "object" || typeof s == "function") ? (e || (e = new we()), Aa(e, s, o)) : Ke && (r || (r = Ke()), r.set(s, o));
|
|
3111
3107
|
}
|
|
3112
3108
|
};
|
|
3113
3109
|
return n;
|
|
3114
3110
|
}
|
|
3115
|
-
) : Ke,
|
|
3111
|
+
) : Ke, _a = Re, La = ft, Ia = pi, Ua = Sn, Fa = Na, Ma = Fa || Ua || Ia, On = function() {
|
|
3116
3112
|
var e, r = {
|
|
3117
3113
|
assert: function(n) {
|
|
3118
3114
|
if (!r.has(n)) {
|
|
3119
|
-
var s = n && Object(n) === n ? "the given object key" :
|
|
3120
|
-
throw new
|
|
3115
|
+
var s = n && Object(n) === n ? "the given object key" : La(n);
|
|
3116
|
+
throw new _a("Side channel does not contain " + s);
|
|
3121
3117
|
}
|
|
3122
3118
|
},
|
|
3123
3119
|
delete: function(n) {
|
|
@@ -3130,38 +3126,38 @@ function() {
|
|
|
3130
3126
|
return !!e && e.has(n);
|
|
3131
3127
|
},
|
|
3132
3128
|
set: function(n, s) {
|
|
3133
|
-
e || (e =
|
|
3129
|
+
e || (e = Ma()), e.set(n, s);
|
|
3134
3130
|
}
|
|
3135
3131
|
};
|
|
3136
3132
|
return r;
|
|
3137
|
-
},
|
|
3133
|
+
}, Ha = String.prototype.replace, Ba = /%20/g, _t = {
|
|
3138
3134
|
RFC1738: "RFC1738",
|
|
3139
3135
|
RFC3986: "RFC3986"
|
|
3140
|
-
},
|
|
3141
|
-
default:
|
|
3136
|
+
}, nr = {
|
|
3137
|
+
default: _t.RFC3986,
|
|
3142
3138
|
formatters: {
|
|
3143
3139
|
RFC1738: function(t) {
|
|
3144
|
-
return
|
|
3140
|
+
return Ha.call(t, Ba, "+");
|
|
3145
3141
|
},
|
|
3146
3142
|
RFC3986: function(t) {
|
|
3147
3143
|
return String(t);
|
|
3148
3144
|
}
|
|
3149
3145
|
},
|
|
3150
|
-
RFC1738:
|
|
3151
|
-
RFC3986:
|
|
3152
|
-
},
|
|
3146
|
+
RFC1738: _t.RFC1738,
|
|
3147
|
+
RFC3986: _t.RFC3986
|
|
3148
|
+
}, Wa = nr, Tn = On, Gr = pn, Lt = Object.prototype.hasOwnProperty, ye = Array.isArray, ht = Tn(), me = function(e, r) {
|
|
3153
3149
|
return ht.set(e, r), e;
|
|
3154
3150
|
}, ge = function(e) {
|
|
3155
3151
|
return ht.has(e);
|
|
3156
3152
|
}, _e = function(e) {
|
|
3157
3153
|
return ht.get(e);
|
|
3158
|
-
},
|
|
3154
|
+
}, zt = function(e, r) {
|
|
3159
3155
|
ht.set(e, r);
|
|
3160
3156
|
}, re = (function() {
|
|
3161
3157
|
for (var t = [], e = 0; e < 256; ++e)
|
|
3162
3158
|
t[t.length] = "%" + ((e < 16 ? "0" : "") + e.toString(16)).toUpperCase();
|
|
3163
3159
|
return t;
|
|
3164
|
-
})(),
|
|
3160
|
+
})(), Ja = function(e) {
|
|
3165
3161
|
for (; e.length > 1; ) {
|
|
3166
3162
|
var r = e.pop(), n = r.obj[r.prop];
|
|
3167
3163
|
if (ye(n)) {
|
|
@@ -3174,14 +3170,14 @@ function() {
|
|
|
3174
3170
|
for (var n = r && r.plainObjects ? { __proto__: null } : {}, s = 0; s < e.length; ++s)
|
|
3175
3171
|
typeof e[s] < "u" && (n[s] = e[s]);
|
|
3176
3172
|
return n;
|
|
3177
|
-
},
|
|
3178
|
-
r === "__proto__" &&
|
|
3173
|
+
}, Vt = function(e, r, n) {
|
|
3174
|
+
r === "__proto__" && Gr ? Gr(e, r, {
|
|
3179
3175
|
configurable: !0,
|
|
3180
3176
|
enumerable: !0,
|
|
3181
3177
|
value: n,
|
|
3182
3178
|
writable: !0
|
|
3183
3179
|
}) : e[r] = n;
|
|
3184
|
-
},
|
|
3180
|
+
}, Ga = function t(e, r, n) {
|
|
3185
3181
|
if (!r)
|
|
3186
3182
|
return e;
|
|
3187
3183
|
if (typeof r != "object" && typeof r != "function") {
|
|
@@ -3196,11 +3192,11 @@ function() {
|
|
|
3196
3192
|
} else if (e && typeof e == "object")
|
|
3197
3193
|
if (ge(e)) {
|
|
3198
3194
|
var o = _e(e) + 1;
|
|
3199
|
-
e[o] = r,
|
|
3195
|
+
e[o] = r, zt(e, o);
|
|
3200
3196
|
} else {
|
|
3201
3197
|
if (n && n.strictMerge)
|
|
3202
3198
|
return [e, r];
|
|
3203
|
-
(n && (n.plainObjects || n.allowPrototypes) || !
|
|
3199
|
+
(n && (n.plainObjects || n.allowPrototypes) || !Lt.call(Object.prototype, r)) && (e[r] = !0);
|
|
3204
3200
|
}
|
|
3205
3201
|
else
|
|
3206
3202
|
return [e, r];
|
|
@@ -3225,7 +3221,7 @@ function() {
|
|
|
3225
3221
|
var u = e;
|
|
3226
3222
|
if (ye(e) && !ye(r) && (u = Ee(e, n)), ye(e) && ye(r)) {
|
|
3227
3223
|
if (r.forEach(function(p, d) {
|
|
3228
|
-
if (
|
|
3224
|
+
if (Lt.call(e, d)) {
|
|
3229
3225
|
var h = e[d];
|
|
3230
3226
|
h && typeof h == "object" && p && typeof p == "object" ? e[d] = t(h, p, n) : e[e.length] = p;
|
|
3231
3227
|
} else
|
|
@@ -3239,17 +3235,17 @@ function() {
|
|
|
3239
3235
|
}
|
|
3240
3236
|
return Object.keys(r).reduce(function(p, d) {
|
|
3241
3237
|
var h = r[d];
|
|
3242
|
-
if (
|
|
3238
|
+
if (Lt.call(p, d) ? Vt(p, d, t(p[d], h, n)) : Vt(p, d, h), ge(r) && !ge(p) && me(p, _e(r)), ge(p)) {
|
|
3243
3239
|
var y = parseInt(d, 10);
|
|
3244
|
-
String(y) === d && y >= 0 && y > _e(p) &&
|
|
3240
|
+
String(y) === d && y >= 0 && y > _e(p) && zt(p, y);
|
|
3245
3241
|
}
|
|
3246
3242
|
return p;
|
|
3247
3243
|
}, u);
|
|
3248
|
-
},
|
|
3244
|
+
}, za = function(e, r) {
|
|
3249
3245
|
return Object.keys(r).reduce(function(n, s) {
|
|
3250
|
-
return
|
|
3246
|
+
return Vt(n, s, r[s]), n;
|
|
3251
3247
|
}, e);
|
|
3252
|
-
},
|
|
3248
|
+
}, Va = function(t, e, r) {
|
|
3253
3249
|
var n = t.replace(/\+/g, " ");
|
|
3254
3250
|
if (r === "iso-8859-1")
|
|
3255
3251
|
return n.replace(/%[0-9a-f]{2}/gi, unescape);
|
|
@@ -3258,7 +3254,7 @@ function() {
|
|
|
3258
3254
|
} catch {
|
|
3259
3255
|
return n;
|
|
3260
3256
|
}
|
|
3261
|
-
}, De = 1024,
|
|
3257
|
+
}, De = 1024, Ka = function(e, r, n, s, o) {
|
|
3262
3258
|
if (e.length === 0)
|
|
3263
3259
|
return e;
|
|
3264
3260
|
var a = e;
|
|
@@ -3274,7 +3270,7 @@ function() {
|
|
|
3274
3270
|
}
|
|
3275
3271
|
for (var u = [], p = 0; p < l.length; ++p) {
|
|
3276
3272
|
var d = l.charCodeAt(p);
|
|
3277
|
-
if (d === 45 || d === 46 || d === 95 || d === 126 || d >= 48 && d <= 57 || d >= 65 && d <= 90 || d >= 97 && d <= 122 || o ===
|
|
3273
|
+
if (d === 45 || d === 46 || d === 95 || d === 126 || d >= 48 && d <= 57 || d >= 65 && d <= 90 || d >= 97 && d <= 122 || o === Wa.RFC1738 && (d === 40 || d === 41)) {
|
|
3278
3274
|
u[u.length] = l.charAt(p);
|
|
3279
3275
|
continue;
|
|
3280
3276
|
}
|
|
@@ -3295,23 +3291,23 @@ function() {
|
|
|
3295
3291
|
i += u.join("");
|
|
3296
3292
|
}
|
|
3297
3293
|
return i;
|
|
3298
|
-
},
|
|
3299
|
-
for (var r = [{ obj: { o: e }, prop: "o" }], n =
|
|
3294
|
+
}, Da = function(e) {
|
|
3295
|
+
for (var r = [{ obj: { o: e }, prop: "o" }], n = Tn(), s = 0; s < r.length; ++s)
|
|
3300
3296
|
for (var o = r[s], a = o.obj[o.prop], i = Object.keys(a), c = 0; c < i.length; ++c) {
|
|
3301
3297
|
var l = i[c], f = a[l];
|
|
3302
3298
|
typeof f == "object" && f !== null && !n.has(f) && (r[r.length] = { obj: a, prop: l }, n.set(f, !0));
|
|
3303
3299
|
}
|
|
3304
|
-
return
|
|
3305
|
-
},
|
|
3300
|
+
return Ja(r), e;
|
|
3301
|
+
}, Qa = function(e) {
|
|
3306
3302
|
return Object.prototype.toString.call(e) === "[object RegExp]";
|
|
3307
|
-
},
|
|
3303
|
+
}, Ya = function(e) {
|
|
3308
3304
|
return !e || typeof e != "object" ? !1 : !!(e.constructor && e.constructor.isBuffer && e.constructor.isBuffer(e));
|
|
3309
|
-
},
|
|
3305
|
+
}, Xa = function(e, r, n, s, o) {
|
|
3310
3306
|
if (ge(e)) {
|
|
3311
3307
|
if (o)
|
|
3312
3308
|
throw new RangeError("Array limit exceeded. Only " + n + " element" + (n === 1 ? "" : "s") + " allowed in an array.");
|
|
3313
3309
|
var a = _e(e) + 1;
|
|
3314
|
-
return e[a] = r,
|
|
3310
|
+
return e[a] = r, zt(e, a), e;
|
|
3315
3311
|
}
|
|
3316
3312
|
var i = [].concat(e, r);
|
|
3317
3313
|
if (i.length > n) {
|
|
@@ -3320,27 +3316,27 @@ function() {
|
|
|
3320
3316
|
return me(Ee(i, { plainObjects: s }), i.length - 1);
|
|
3321
3317
|
}
|
|
3322
3318
|
return i;
|
|
3323
|
-
},
|
|
3319
|
+
}, Za = function(e, r) {
|
|
3324
3320
|
if (ye(e)) {
|
|
3325
3321
|
for (var n = [], s = 0; s < e.length; s += 1)
|
|
3326
3322
|
n[n.length] = r(e[s]);
|
|
3327
3323
|
return n;
|
|
3328
3324
|
}
|
|
3329
3325
|
return r(e);
|
|
3330
|
-
},
|
|
3326
|
+
}, xn = {
|
|
3331
3327
|
arrayToObject: Ee,
|
|
3332
|
-
assign:
|
|
3333
|
-
combine:
|
|
3334
|
-
compact:
|
|
3335
|
-
decode:
|
|
3336
|
-
encode:
|
|
3337
|
-
isBuffer:
|
|
3328
|
+
assign: za,
|
|
3329
|
+
combine: Xa,
|
|
3330
|
+
compact: Da,
|
|
3331
|
+
decode: Va,
|
|
3332
|
+
encode: Ka,
|
|
3333
|
+
isBuffer: Ya,
|
|
3338
3334
|
isOverflow: ge,
|
|
3339
|
-
isRegExp:
|
|
3335
|
+
isRegExp: Qa,
|
|
3340
3336
|
markOverflow: me,
|
|
3341
|
-
maybeMap:
|
|
3342
|
-
merge:
|
|
3343
|
-
},
|
|
3337
|
+
maybeMap: Za,
|
|
3338
|
+
merge: Ga
|
|
3339
|
+
}, En = On, Ze = xn, Fe = nr, es = Object.prototype.hasOwnProperty, jn = {
|
|
3344
3340
|
brackets: function(e) {
|
|
3345
3341
|
return e + "[]";
|
|
3346
3342
|
},
|
|
@@ -3351,9 +3347,9 @@ function() {
|
|
|
3351
3347
|
repeat: function(e) {
|
|
3352
3348
|
return e;
|
|
3353
3349
|
}
|
|
3354
|
-
}, ne = Array.isArray,
|
|
3355
|
-
|
|
3356
|
-
},
|
|
3350
|
+
}, ne = Array.isArray, ts = Array.prototype.push, Pn = function(t, e) {
|
|
3351
|
+
ts.apply(t, ne(e) ? e : [e]);
|
|
3352
|
+
}, rs = Date.prototype.toISOString, zr = Fe.default, L = {
|
|
3357
3353
|
addQueryPrefix: !1,
|
|
3358
3354
|
allowDots: !1,
|
|
3359
3355
|
allowEmptyArrays: !1,
|
|
@@ -3367,26 +3363,26 @@ function() {
|
|
|
3367
3363
|
encoder: Ze.encode,
|
|
3368
3364
|
encodeValuesOnly: !1,
|
|
3369
3365
|
filter: void 0,
|
|
3370
|
-
format:
|
|
3371
|
-
formatter: Fe.formatters[
|
|
3366
|
+
format: zr,
|
|
3367
|
+
formatter: Fe.formatters[zr],
|
|
3372
3368
|
// deprecated
|
|
3373
3369
|
indices: !1,
|
|
3374
3370
|
serializeDate: function(e) {
|
|
3375
|
-
return
|
|
3371
|
+
return rs.call(e);
|
|
3376
3372
|
},
|
|
3377
3373
|
skipNulls: !1,
|
|
3378
3374
|
strictNullHandling: !1
|
|
3379
|
-
},
|
|
3375
|
+
}, ns = function(e) {
|
|
3380
3376
|
return typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "symbol" || typeof e == "bigint";
|
|
3381
|
-
},
|
|
3382
|
-
for (var b = e, S = m, O = 0, v = !1; (S = S.get(
|
|
3383
|
-
var
|
|
3384
|
-
if (O += 1, typeof
|
|
3385
|
-
if (
|
|
3377
|
+
}, It = {}, os = function t(e, r, n, s, o, a, i, c, l, f, u, p, d, h, y, g, $, m) {
|
|
3378
|
+
for (var b = e, S = m, O = 0, v = !1; (S = S.get(It)) !== void 0 && !v; ) {
|
|
3379
|
+
var P = S.get(e);
|
|
3380
|
+
if (O += 1, typeof P < "u") {
|
|
3381
|
+
if (P === O)
|
|
3386
3382
|
throw new RangeError("Cyclic object value");
|
|
3387
3383
|
v = !0;
|
|
3388
3384
|
}
|
|
3389
|
-
typeof S.get(
|
|
3385
|
+
typeof S.get(It) > "u" && (O = 0);
|
|
3390
3386
|
}
|
|
3391
3387
|
if (typeof f == "function" ? b = f(r, b) : b instanceof Date ? b = d(b) : n === "comma" && ne(b) && (b = Ze.maybeMap(b, function(w) {
|
|
3392
3388
|
return w instanceof Date ? d(w) : w;
|
|
@@ -3395,16 +3391,16 @@ function() {
|
|
|
3395
3391
|
return y(l && !g ? l(r, L.encoder, $, "key", h) : r);
|
|
3396
3392
|
b = "";
|
|
3397
3393
|
}
|
|
3398
|
-
if (
|
|
3394
|
+
if (ns(b) || Ze.isBuffer(b)) {
|
|
3399
3395
|
if (l) {
|
|
3400
|
-
var
|
|
3401
|
-
return [y(
|
|
3396
|
+
var T = g ? r : l(r, L.encoder, $, "key", h);
|
|
3397
|
+
return [y(T) + "=" + y(l(b, L.encoder, $, "value", h))];
|
|
3402
3398
|
}
|
|
3403
3399
|
return [y(r) + "=" + y(String(b))];
|
|
3404
3400
|
}
|
|
3405
|
-
var
|
|
3401
|
+
var k = [];
|
|
3406
3402
|
if (typeof b > "u")
|
|
3407
|
-
return
|
|
3403
|
+
return k;
|
|
3408
3404
|
var U;
|
|
3409
3405
|
if (n === "comma" && ne(b))
|
|
3410
3406
|
g && l && (b = Ze.maybeMap(b, function(w) {
|
|
@@ -3424,8 +3420,8 @@ function() {
|
|
|
3424
3420
|
if (!(i && V === null)) {
|
|
3425
3421
|
var fe = p && c ? String(B).replace(/\./g, "%2E") : String(B), yt = ne(b) ? typeof n == "function" ? n(_, fe) : _ : _ + (p ? "." + fe : "[" + fe + "]");
|
|
3426
3422
|
m.set(e, O);
|
|
3427
|
-
var Ge =
|
|
3428
|
-
Ge.set(
|
|
3423
|
+
var Ge = En();
|
|
3424
|
+
Ge.set(It, m), Pn(k, t(
|
|
3429
3425
|
V,
|
|
3430
3426
|
yt,
|
|
3431
3427
|
n,
|
|
@@ -3447,8 +3443,8 @@ function() {
|
|
|
3447
3443
|
));
|
|
3448
3444
|
}
|
|
3449
3445
|
}
|
|
3450
|
-
return
|
|
3451
|
-
},
|
|
3446
|
+
return k;
|
|
3447
|
+
}, is = function(e) {
|
|
3452
3448
|
if (!e)
|
|
3453
3449
|
return L;
|
|
3454
3450
|
if (typeof e.allowEmptyArrays < "u" && typeof e.allowEmptyArrays != "boolean")
|
|
@@ -3462,14 +3458,14 @@ function() {
|
|
|
3462
3458
|
throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
|
|
3463
3459
|
var n = Fe.default;
|
|
3464
3460
|
if (typeof e.format < "u") {
|
|
3465
|
-
if (!
|
|
3461
|
+
if (!es.call(Fe.formatters, e.format))
|
|
3466
3462
|
throw new TypeError("Unknown format option provided.");
|
|
3467
3463
|
n = e.format;
|
|
3468
3464
|
}
|
|
3469
3465
|
var s = Fe.formatters[n], o = L.filter;
|
|
3470
3466
|
(typeof e.filter == "function" || ne(e.filter)) && (o = e.filter);
|
|
3471
3467
|
var a;
|
|
3472
|
-
if (e.arrayFormat in
|
|
3468
|
+
if (e.arrayFormat in jn ? a = e.arrayFormat : "indices" in e ? a = e.indices ? "indices" : "repeat" : a = L.arrayFormat, "commaRoundTrip" in e && typeof e.commaRoundTrip != "boolean")
|
|
3473
3469
|
throw new TypeError("`commaRoundTrip` must be a boolean, or absent");
|
|
3474
3470
|
var i = typeof e.allowDots > "u" ? e.encodeDotInKeys === !0 ? !0 : L.allowDots : !!e.allowDots;
|
|
3475
3471
|
return {
|
|
@@ -3493,19 +3489,19 @@ function() {
|
|
|
3493
3489
|
sort: typeof e.sort == "function" ? e.sort : null,
|
|
3494
3490
|
strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : L.strictNullHandling
|
|
3495
3491
|
};
|
|
3496
|
-
},
|
|
3497
|
-
var r = t, n =
|
|
3492
|
+
}, as = function(t, e) {
|
|
3493
|
+
var r = t, n = is(e), s, o;
|
|
3498
3494
|
typeof n.filter == "function" ? (o = n.filter, r = o("", r)) : ne(n.filter) && (o = n.filter, s = o);
|
|
3499
3495
|
var a = [];
|
|
3500
3496
|
if (typeof r != "object" || r === null)
|
|
3501
3497
|
return "";
|
|
3502
|
-
var i =
|
|
3498
|
+
var i = jn[n.arrayFormat], c = i === "comma" && n.commaRoundTrip;
|
|
3503
3499
|
s || (s = Object.keys(r)), n.sort && s.sort(n.sort);
|
|
3504
|
-
for (var l =
|
|
3500
|
+
for (var l = En(), f = 0; f < s.length; ++f) {
|
|
3505
3501
|
var u = s[f];
|
|
3506
3502
|
if (!(typeof u > "u" || u === null)) {
|
|
3507
3503
|
var p = r[u];
|
|
3508
|
-
n.skipNulls && p === null ||
|
|
3504
|
+
n.skipNulls && p === null || Pn(a, os(
|
|
3509
3505
|
p,
|
|
3510
3506
|
u,
|
|
3511
3507
|
i,
|
|
@@ -3529,7 +3525,7 @@ function() {
|
|
|
3529
3525
|
}
|
|
3530
3526
|
var d = a.join(n.delimiter), h = n.addQueryPrefix === !0 ? "?" : "";
|
|
3531
3527
|
return n.charsetSentinel && (n.charset === "iso-8859-1" ? h += "utf8=%26%2310003%3B" + n.delimiter : h += "utf8=%E2%9C%93" + n.delimiter), d.length > 0 ? h + d : "";
|
|
3532
|
-
}, ae =
|
|
3528
|
+
}, ae = xn, et = Object.prototype.hasOwnProperty, Ut = Array.isArray, q = {
|
|
3533
3529
|
allowDots: !1,
|
|
3534
3530
|
allowEmptyArrays: !1,
|
|
3535
3531
|
allowPrototypes: !1,
|
|
@@ -3552,11 +3548,11 @@ function() {
|
|
|
3552
3548
|
strictMerge: !0,
|
|
3553
3549
|
strictNullHandling: !1,
|
|
3554
3550
|
throwOnLimitExceeded: !1
|
|
3555
|
-
},
|
|
3551
|
+
}, ss = function(t) {
|
|
3556
3552
|
return t.replace(/&#(\d+);/g, function(e, r) {
|
|
3557
3553
|
return String.fromCharCode(parseInt(r, 10));
|
|
3558
3554
|
});
|
|
3559
|
-
},
|
|
3555
|
+
}, Cn = function(t, e, r, n) {
|
|
3560
3556
|
if (t && typeof t == "string" && e.comma && t.indexOf(",") > -1) {
|
|
3561
3557
|
if (n && e.throwOnLimitExceeded)
|
|
3562
3558
|
for (var s = 0, o = t.indexOf(","); o > -1; ) {
|
|
@@ -3569,7 +3565,7 @@ function() {
|
|
|
3569
3565
|
if (e.throwOnLimitExceeded && r >= e.arrayLimit)
|
|
3570
3566
|
throw new RangeError("Array limit exceeded. Only " + e.arrayLimit + " element" + (e.arrayLimit === 1 ? "" : "s") + " allowed in an array.");
|
|
3571
3567
|
return t;
|
|
3572
|
-
},
|
|
3568
|
+
}, cs = "utf8=%26%2310003%3B", ls = "utf8=%E2%9C%93", fs = function(e, r) {
|
|
3573
3569
|
var n = { __proto__: null }, s = r.ignoreQueryPrefix ? e.replace(/^\?/, "") : e;
|
|
3574
3570
|
s = s.replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
3575
3571
|
var o = r.parameterLimit === 1 / 0 ? void 0 : r.parameterLimit, a = s.split(
|
|
@@ -3581,21 +3577,21 @@ function() {
|
|
|
3581
3577
|
var i = -1, c, l = r.charset;
|
|
3582
3578
|
if (r.charsetSentinel)
|
|
3583
3579
|
for (c = 0; c < a.length; ++c)
|
|
3584
|
-
a[c].indexOf("utf8=") === 0 && (a[c] ===
|
|
3580
|
+
a[c].indexOf("utf8=") === 0 && (a[c] === ls ? l = "utf-8" : a[c] === cs && (l = "iso-8859-1"), i = c, c = a.length);
|
|
3585
3581
|
for (c = 0; c < a.length; ++c)
|
|
3586
3582
|
if (c !== i) {
|
|
3587
3583
|
var f = a[c], u = f.indexOf("]="), p = u === -1 ? f.indexOf("=") : u + 1, d, h;
|
|
3588
3584
|
if (p === -1 ? (d = r.decoder(f, q.decoder, l, "key"), h = r.strictNullHandling ? null : "") : (d = r.decoder(f.slice(0, p), q.decoder, l, "key"), d !== null && (h = ae.maybeMap(
|
|
3589
|
-
|
|
3585
|
+
Cn(
|
|
3590
3586
|
f.slice(p + 1),
|
|
3591
3587
|
r,
|
|
3592
|
-
|
|
3588
|
+
Ut(n[d]) ? n[d].length : 0,
|
|
3593
3589
|
f.indexOf("[]=") === -1
|
|
3594
3590
|
),
|
|
3595
3591
|
function(g) {
|
|
3596
3592
|
return r.decoder(g, q.decoder, l, "value");
|
|
3597
3593
|
}
|
|
3598
|
-
))), h && r.interpretNumericEntities && l === "iso-8859-1" && (h =
|
|
3594
|
+
))), h && r.interpretNumericEntities && l === "iso-8859-1" && (h = ss(String(h))), f.indexOf("[]=") > -1 && (h = Ut(h) ? [h] : h), r.comma && Ut(h) && h.length > r.arrayLimit && (h = ae.combine([], h, r.arrayLimit, r.plainObjects, r.throwOnLimitExceeded)), d !== null) {
|
|
3599
3595
|
var y = et.call(n, d);
|
|
3600
3596
|
y && (r.duplicates === "combine" || f.indexOf("[]=") > -1) ? n[d] = ae.combine(
|
|
3601
3597
|
n[d],
|
|
@@ -3607,13 +3603,13 @@ function() {
|
|
|
3607
3603
|
}
|
|
3608
3604
|
}
|
|
3609
3605
|
return n;
|
|
3610
|
-
},
|
|
3606
|
+
}, us = function(t, e, r, n) {
|
|
3611
3607
|
var s = 0;
|
|
3612
3608
|
if (t.length > 0 && t[t.length - 1] === "[]") {
|
|
3613
3609
|
var o = t.slice(0, -1).join("");
|
|
3614
3610
|
s = Array.isArray(e) && e[o] ? e[o].length : 0;
|
|
3615
3611
|
}
|
|
3616
|
-
for (var a = n ? e :
|
|
3612
|
+
for (var a = n ? e : Cn(e, r, s), i = t.length - 1; i >= 0; --i) {
|
|
3617
3613
|
var c, l = t[i];
|
|
3618
3614
|
if (l === "[]" && r.parseArrays)
|
|
3619
3615
|
ae.isOverflow(a) ? c = a : c = r.allowEmptyArrays && (a === "" || r.strictNullHandling && a === null) ? [] : ae.combine(
|
|
@@ -3639,7 +3635,7 @@ function() {
|
|
|
3639
3635
|
a = c;
|
|
3640
3636
|
}
|
|
3641
3637
|
return a;
|
|
3642
|
-
},
|
|
3638
|
+
}, ps = function(e, r) {
|
|
3643
3639
|
var n = r.allowDots ? e.replace(/\.([^.[]+)/g, "[$1]") : e;
|
|
3644
3640
|
if (r.depth <= 0)
|
|
3645
3641
|
return !r.plainObjects && et.call(Object.prototype, n) && !r.allowPrototypes ? void 0 : [n];
|
|
@@ -3667,13 +3663,13 @@ function() {
|
|
|
3667
3663
|
s[s.length] = "[" + n.slice(c) + "]";
|
|
3668
3664
|
}
|
|
3669
3665
|
return s;
|
|
3670
|
-
},
|
|
3666
|
+
}, ds = function(e, r, n, s) {
|
|
3671
3667
|
if (e) {
|
|
3672
|
-
var o =
|
|
3668
|
+
var o = ps(e, n);
|
|
3673
3669
|
if (o)
|
|
3674
|
-
return
|
|
3670
|
+
return us(o, r, n, s);
|
|
3675
3671
|
}
|
|
3676
|
-
},
|
|
3672
|
+
}, hs = function(e) {
|
|
3677
3673
|
if (!e)
|
|
3678
3674
|
return q;
|
|
3679
3675
|
if (typeof e.allowEmptyArrays < "u" && typeof e.allowEmptyArrays != "boolean")
|
|
@@ -3715,24 +3711,24 @@ function() {
|
|
|
3715
3711
|
strictNullHandling: typeof e.strictNullHandling == "boolean" ? e.strictNullHandling : q.strictNullHandling,
|
|
3716
3712
|
throwOnLimitExceeded: typeof e.throwOnLimitExceeded == "boolean" ? e.throwOnLimitExceeded : !1
|
|
3717
3713
|
};
|
|
3718
|
-
},
|
|
3719
|
-
var r =
|
|
3714
|
+
}, ys = function(t, e) {
|
|
3715
|
+
var r = hs(e);
|
|
3720
3716
|
if (t === "" || t === null || typeof t > "u")
|
|
3721
3717
|
return r.plainObjects ? { __proto__: null } : {};
|
|
3722
|
-
for (var n = typeof t == "string" ?
|
|
3723
|
-
var i = o[a], c =
|
|
3718
|
+
for (var n = typeof t == "string" ? fs(t, r) : t, s = r.plainObjects ? { __proto__: null } : {}, o = Object.keys(n), a = 0; a < o.length; ++a) {
|
|
3719
|
+
var i = o[a], c = ds(i, n[i], r, typeof t == "string");
|
|
3724
3720
|
s = ae.merge(s, c, r);
|
|
3725
3721
|
}
|
|
3726
3722
|
return r.allowSparse === !0 ? s : ae.compact(s);
|
|
3727
|
-
},
|
|
3728
|
-
formats:
|
|
3729
|
-
parse:
|
|
3730
|
-
stringify:
|
|
3731
|
-
},
|
|
3723
|
+
}, ms = as, gs = ys, bs = nr, tt = {
|
|
3724
|
+
formats: bs,
|
|
3725
|
+
parse: gs,
|
|
3726
|
+
stringify: ms
|
|
3727
|
+
}, $s = Co;
|
|
3732
3728
|
function ee() {
|
|
3733
3729
|
this.protocol = null, this.slashes = null, this.auth = null, this.host = null, this.port = null, this.hostname = null, this.hash = null, this.search = null, this.query = null, this.pathname = null, this.path = null, this.href = null;
|
|
3734
3730
|
}
|
|
3735
|
-
var
|
|
3731
|
+
var vs = /^([a-z0-9.+-]+:)/i, ws = /:[0-9]*$/, Ss = /^(\/\/?(?!\/)[^?\s]*)(\?[^\s]*)?$/, Os = [
|
|
3736
3732
|
"<",
|
|
3737
3733
|
">",
|
|
3738
3734
|
'"',
|
|
@@ -3742,27 +3738,27 @@ var bs = /^([a-z0-9.+-]+:)/i, $s = /:[0-9]*$/, vs = /^(\/\/?(?!\/)[^?\s]*)(\?[^\
|
|
|
3742
3738
|
`
|
|
3743
3739
|
`,
|
|
3744
3740
|
" "
|
|
3745
|
-
],
|
|
3741
|
+
], Ts = [
|
|
3746
3742
|
"{",
|
|
3747
3743
|
"}",
|
|
3748
3744
|
"|",
|
|
3749
3745
|
"\\",
|
|
3750
3746
|
"^",
|
|
3751
3747
|
"`"
|
|
3752
|
-
].concat(
|
|
3748
|
+
].concat(Os), Kt = ["'"].concat(Ts), Vr = [
|
|
3753
3749
|
"%",
|
|
3754
3750
|
"/",
|
|
3755
3751
|
"?",
|
|
3756
3752
|
";",
|
|
3757
3753
|
"#"
|
|
3758
|
-
].concat(
|
|
3754
|
+
].concat(Kt), Kr = [
|
|
3759
3755
|
"/",
|
|
3760
3756
|
"?",
|
|
3761
3757
|
"#"
|
|
3762
|
-
],
|
|
3758
|
+
], xs = 255, Dr = /^[+a-z0-9A-Z_-]{0,63}$/, Es = /^([+a-z0-9A-Z_-]{0,63})(.*)$/, js = {
|
|
3763
3759
|
javascript: !0,
|
|
3764
3760
|
"javascript:": !0
|
|
3765
|
-
},
|
|
3761
|
+
}, Dt = {
|
|
3766
3762
|
javascript: !0,
|
|
3767
3763
|
"javascript:": !0
|
|
3768
3764
|
}, Pe = {
|
|
@@ -3776,8 +3772,8 @@ var bs = /^([a-z0-9.+-]+:)/i, $s = /:[0-9]*$/, vs = /^(\/\/?(?!\/)[^?\s]*)(\?[^\
|
|
|
3776
3772
|
"ftp:": !0,
|
|
3777
3773
|
"gopher:": !0,
|
|
3778
3774
|
"file:": !0
|
|
3779
|
-
},
|
|
3780
|
-
function
|
|
3775
|
+
}, Qt = tt;
|
|
3776
|
+
function or(t, e, r) {
|
|
3781
3777
|
if (t && typeof t == "object" && t instanceof ee)
|
|
3782
3778
|
return t;
|
|
3783
3779
|
var n = new ee();
|
|
@@ -3790,11 +3786,11 @@ ee.prototype.parse = function(t, e, r) {
|
|
|
3790
3786
|
o[0] = o[0].replace(a, "/"), t = o.join(s);
|
|
3791
3787
|
var i = t;
|
|
3792
3788
|
if (i = i.trim(), !r && t.split("#").length === 1) {
|
|
3793
|
-
var c =
|
|
3789
|
+
var c = Ss.exec(i);
|
|
3794
3790
|
if (c)
|
|
3795
|
-
return this.path = i, this.href = i, this.pathname = c[1], c[2] ? (this.search = c[2], e ? this.query =
|
|
3791
|
+
return this.path = i, this.href = i, this.pathname = c[1], c[2] ? (this.search = c[2], e ? this.query = Qt.parse(this.search.substr(1)) : this.query = this.search.substr(1)) : e && (this.search = "", this.query = {}), this;
|
|
3796
3792
|
}
|
|
3797
|
-
var l =
|
|
3793
|
+
var l = vs.exec(i);
|
|
3798
3794
|
if (l) {
|
|
3799
3795
|
l = l[0];
|
|
3800
3796
|
var f = l.toLowerCase();
|
|
@@ -3802,17 +3798,17 @@ ee.prototype.parse = function(t, e, r) {
|
|
|
3802
3798
|
}
|
|
3803
3799
|
if (r || l || i.match(/^\/\/[^@/]+@[^@/]+/)) {
|
|
3804
3800
|
var u = i.substr(0, 2) === "//";
|
|
3805
|
-
u && !(l &&
|
|
3801
|
+
u && !(l && Dt[l]) && (i = i.substr(2), this.slashes = !0);
|
|
3806
3802
|
}
|
|
3807
|
-
if (!
|
|
3808
|
-
for (var p = -1, d = 0; d <
|
|
3809
|
-
var h = i.indexOf(
|
|
3803
|
+
if (!Dt[l] && (u || l && !Pe[l])) {
|
|
3804
|
+
for (var p = -1, d = 0; d < Kr.length; d++) {
|
|
3805
|
+
var h = i.indexOf(Kr[d]);
|
|
3810
3806
|
h !== -1 && (p === -1 || h < p) && (p = h);
|
|
3811
3807
|
}
|
|
3812
3808
|
var y, g;
|
|
3813
3809
|
p === -1 ? g = i.lastIndexOf("@") : g = i.lastIndexOf("@", p), g !== -1 && (y = i.slice(0, g), i = i.slice(g + 1), this.auth = decodeURIComponent(y)), p = -1;
|
|
3814
|
-
for (var d = 0; d <
|
|
3815
|
-
var h = i.indexOf(
|
|
3810
|
+
for (var d = 0; d < Vr.length; d++) {
|
|
3811
|
+
var h = i.indexOf(Vr[d]);
|
|
3816
3812
|
h !== -1 && (p === -1 || h < p) && (p = h);
|
|
3817
3813
|
}
|
|
3818
3814
|
p === -1 && (p = i.length), this.host = i.slice(0, p), i = i.slice(p), this.parseHost(), this.hostname = this.hostname || "";
|
|
@@ -3820,23 +3816,23 @@ ee.prototype.parse = function(t, e, r) {
|
|
|
3820
3816
|
if (!$)
|
|
3821
3817
|
for (var m = this.hostname.split(/\./), d = 0, b = m.length; d < b; d++) {
|
|
3822
3818
|
var S = m[d];
|
|
3823
|
-
if (S && !S.match(
|
|
3824
|
-
for (var O = "", v = 0,
|
|
3819
|
+
if (S && !S.match(Dr)) {
|
|
3820
|
+
for (var O = "", v = 0, P = S.length; v < P; v++)
|
|
3825
3821
|
S.charCodeAt(v) > 127 ? O += "x" : O += S[v];
|
|
3826
|
-
if (!O.match(
|
|
3827
|
-
var
|
|
3828
|
-
U && (
|
|
3822
|
+
if (!O.match(Dr)) {
|
|
3823
|
+
var T = m.slice(0, d), k = m.slice(d + 1), U = S.match(Es);
|
|
3824
|
+
U && (T.push(U[1]), k.unshift(U[2])), k.length && (i = "/" + k.join(".") + i), this.hostname = T.join(".");
|
|
3829
3825
|
break;
|
|
3830
3826
|
}
|
|
3831
3827
|
}
|
|
3832
3828
|
}
|
|
3833
|
-
this.hostname.length >
|
|
3829
|
+
this.hostname.length > xs ? this.hostname = "" : this.hostname = this.hostname.toLowerCase(), $ || (this.hostname = $s.toASCII(this.hostname));
|
|
3834
3830
|
var Q = this.port ? ":" + this.port : "", Y = this.hostname || "";
|
|
3835
3831
|
this.host = Y + Q, this.href += this.host, $ && (this.hostname = this.hostname.substr(1, this.hostname.length - 2), i[0] !== "/" && (i = "/" + i));
|
|
3836
3832
|
}
|
|
3837
|
-
if (!
|
|
3838
|
-
for (var d = 0, b =
|
|
3839
|
-
var _ =
|
|
3833
|
+
if (!js[f])
|
|
3834
|
+
for (var d = 0, b = Kt.length; d < b; d++) {
|
|
3835
|
+
var _ = Kt[d];
|
|
3840
3836
|
if (i.indexOf(_) !== -1) {
|
|
3841
3837
|
var G = encodeURIComponent(_);
|
|
3842
3838
|
G === _ && (G = escape(_)), i = i.split(_).join(G);
|
|
@@ -3845,20 +3841,20 @@ ee.prototype.parse = function(t, e, r) {
|
|
|
3845
3841
|
var B = i.indexOf("#");
|
|
3846
3842
|
B !== -1 && (this.hash = i.substr(B), i = i.slice(0, B));
|
|
3847
3843
|
var V = i.indexOf("?");
|
|
3848
|
-
if (V !== -1 ? (this.search = i.substr(V), this.query = i.substr(V + 1), e && (this.query =
|
|
3844
|
+
if (V !== -1 ? (this.search = i.substr(V), this.query = i.substr(V + 1), e && (this.query = Qt.parse(this.query)), i = i.slice(0, V)) : e && (this.search = "", this.query = {}), i && (this.pathname = i), Pe[f] && this.hostname && !this.pathname && (this.pathname = "/"), this.pathname || this.search) {
|
|
3849
3845
|
var Q = this.pathname || "", fe = this.search || "";
|
|
3850
3846
|
this.path = Q + fe;
|
|
3851
3847
|
}
|
|
3852
3848
|
return this.href = this.format(), this;
|
|
3853
3849
|
};
|
|
3854
|
-
function
|
|
3855
|
-
return typeof t == "string" && (t =
|
|
3850
|
+
function Ps(t) {
|
|
3851
|
+
return typeof t == "string" && (t = or(t)), t instanceof ee ? t.format() : ee.prototype.format.call(t);
|
|
3856
3852
|
}
|
|
3857
3853
|
ee.prototype.format = function() {
|
|
3858
3854
|
var t = this.auth || "";
|
|
3859
3855
|
t && (t = encodeURIComponent(t), t = t.replace(/%3A/i, ":"), t += "@");
|
|
3860
3856
|
var e = this.protocol || "", r = this.pathname || "", n = this.hash || "", s = !1, o = "";
|
|
3861
|
-
this.host ? s = t + this.host : this.hostname && (s = t + (this.hostname.indexOf(":") === -1 ? this.hostname : "[" + this.hostname + "]"), this.port && (s += ":" + this.port)), this.query && typeof this.query == "object" && Object.keys(this.query).length && (o =
|
|
3857
|
+
this.host ? s = t + this.host : this.hostname && (s = t + (this.hostname.indexOf(":") === -1 ? this.hostname : "[" + this.hostname + "]"), this.port && (s += ":" + this.port)), this.query && typeof this.query == "object" && Object.keys(this.query).length && (o = Qt.stringify(this.query, {
|
|
3862
3858
|
arrayFormat: "repeat",
|
|
3863
3859
|
addQueryPrefix: !1
|
|
3864
3860
|
}));
|
|
@@ -3868,7 +3864,7 @@ ee.prototype.format = function() {
|
|
|
3868
3864
|
}), a = a.replace("#", "%23"), e + s + r + a + n;
|
|
3869
3865
|
};
|
|
3870
3866
|
ee.prototype.resolve = function(t) {
|
|
3871
|
-
return this.resolveObject(
|
|
3867
|
+
return this.resolveObject(or(t, !1, !0)).format();
|
|
3872
3868
|
};
|
|
3873
3869
|
ee.prototype.resolveObject = function(t) {
|
|
3874
3870
|
if (typeof t == "string") {
|
|
@@ -3896,7 +3892,7 @@ ee.prototype.resolveObject = function(t) {
|
|
|
3896
3892
|
}
|
|
3897
3893
|
return r.href = r.format(), r;
|
|
3898
3894
|
}
|
|
3899
|
-
if (r.protocol = t.protocol, !t.host && !
|
|
3895
|
+
if (r.protocol = t.protocol, !t.host && !Dt[t.protocol]) {
|
|
3900
3896
|
for (var b = (t.pathname || "").split("/"); b.length && !(t.host = b.shift()); )
|
|
3901
3897
|
;
|
|
3902
3898
|
t.host || (t.host = ""), t.hostname || (t.hostname = ""), b[0] !== "" && b.unshift(""), b.length < 2 && b.unshift(""), r.pathname = b.join("/");
|
|
@@ -3923,12 +3919,12 @@ ee.prototype.resolveObject = function(t) {
|
|
|
3923
3919
|
}
|
|
3924
3920
|
if (!m.length)
|
|
3925
3921
|
return r.pathname = null, r.search ? r.path = "/" + r.search : r.path = null, r.href = r.format(), r;
|
|
3926
|
-
for (var v = m.slice(-1)[0],
|
|
3927
|
-
v = m[
|
|
3922
|
+
for (var v = m.slice(-1)[0], P = (r.host || t.host || m.length > 1) && (v === "." || v === "..") || v === "", T = 0, k = m.length; k >= 0; k--)
|
|
3923
|
+
v = m[k], v === "." ? m.splice(k, 1) : v === ".." ? (m.splice(k, 1), T++) : T && (m.splice(k, 1), T--);
|
|
3928
3924
|
if (!g && !$)
|
|
3929
|
-
for (;
|
|
3925
|
+
for (; T--; T)
|
|
3930
3926
|
m.unshift("..");
|
|
3931
|
-
g && m[0] !== "" && (!m[0] || m[0].charAt(0) !== "/") && m.unshift(""),
|
|
3927
|
+
g && m[0] !== "" && (!m[0] || m[0].charAt(0) !== "/") && m.unshift(""), P && m.join("/").substr(-1) !== "/" && m.push("");
|
|
3932
3928
|
var U = m[0] === "" || m[0] && m[0].charAt(0) === "/";
|
|
3933
3929
|
if (S) {
|
|
3934
3930
|
r.hostname = U ? "" : m.length ? m.shift() : "", r.host = r.hostname;
|
|
@@ -3938,20 +3934,20 @@ ee.prototype.resolveObject = function(t) {
|
|
|
3938
3934
|
return g = g || r.host && m.length, g && !U && m.unshift(""), m.length > 0 ? r.pathname = m.join("/") : (r.pathname = null, r.path = null), (r.pathname !== null || r.search !== null) && (r.path = (r.pathname ? r.pathname : "") + (r.search ? r.search : "")), r.auth = t.auth || r.auth, r.slashes = r.slashes || t.slashes, r.href = r.format(), r;
|
|
3939
3935
|
};
|
|
3940
3936
|
ee.prototype.parseHost = function() {
|
|
3941
|
-
var t = this.host, e =
|
|
3937
|
+
var t = this.host, e = ws.exec(t);
|
|
3942
3938
|
e && (e = e[0], e !== ":" && (this.port = e.substr(1)), t = t.substr(0, t.length - e.length)), t && (this.hostname = t);
|
|
3943
3939
|
};
|
|
3944
|
-
var
|
|
3945
|
-
const
|
|
3940
|
+
var Cs = or, Qr = Ps;
|
|
3941
|
+
const ks = () => Object.keys(xe).map((t) => ({
|
|
3946
3942
|
...xe[t].info,
|
|
3947
3943
|
clients: Object.keys(xe[t].clientsById).map((e) => xe[t].clientsById[e].info)
|
|
3948
|
-
})),
|
|
3949
|
-
var
|
|
3944
|
+
})), As = (t) => typeof t == "object" && "log" in t && typeof t.log == "object" && "entries" in t.log && Array.isArray(t.log.entries);
|
|
3945
|
+
var Rs = class {
|
|
3950
3946
|
constructor(t, e = {}) {
|
|
3951
3947
|
this.initCalled = !1, this.entries = [], this.requests = [], this.options = {}, this.options = {
|
|
3952
3948
|
harIsAlreadyEncoded: !1,
|
|
3953
3949
|
...e
|
|
3954
|
-
}, this.requests = [],
|
|
3950
|
+
}, this.requests = [], As(t) ? this.entries = t.log.entries : this.entries = [{ request: t }];
|
|
3955
3951
|
}
|
|
3956
3952
|
init() {
|
|
3957
3953
|
return this.initCalled = !0, this.requests = this.entries.map(({ request: t }) => {
|
|
@@ -3980,7 +3976,7 @@ var ks = class {
|
|
|
3980
3976
|
cookiesObj: {},
|
|
3981
3977
|
allHeaders: {}
|
|
3982
3978
|
};
|
|
3983
|
-
if (r != null && r.queryString.length && (r.queryObj = r.queryString.reduce(
|
|
3979
|
+
if (r != null && r.queryString.length && (r.queryObj = r.queryString.reduce($r, {})), r != null && r.headers.length) {
|
|
3984
3980
|
const d = /^HTTP\/2/;
|
|
3985
3981
|
r.headersObj = r.headers.reduce((h, { name: y, value: g }) => {
|
|
3986
3982
|
const $ = d.exec(r.httpVersion) ? y.toLocaleLowerCase() : y;
|
|
@@ -4007,15 +4003,15 @@ var ks = class {
|
|
|
4007
4003
|
const g = (S) => S.replace(/\n/g, "%0A").replace(/\r/g, "%0D").replace(/"/g, "%22"), $ = (S) => S.replace(/\r?\n|\r/g, `\r
|
|
4008
4004
|
`), m = [`--${d}`];
|
|
4009
4005
|
(p = r.postData) == null || p.params.forEach((S, O) => {
|
|
4010
|
-
const v = S.name,
|
|
4011
|
-
|
|
4006
|
+
const v = S.name, P = S.value || "", T = S.fileName || null, k = S.contentType || "application/octet-stream";
|
|
4007
|
+
T ? (m.push(`Content-Disposition: form-data; name="${g($(v))}"; filename="${T}"`), m.push(`Content-Type: ${k}`)) : m.push(`Content-Disposition: form-data; name="${escape($(v))}"`), m.push(""), m.push($(P)), O !== r.postData.params.length - 1 && m.push(`--${d}`);
|
|
4012
4008
|
}), m.push(`--${h}`), r.postData.boundary = d, r.postData.text = m.join(y);
|
|
4013
4009
|
const b = J(r.headersObj, "content-type") || "content-type";
|
|
4014
4010
|
r.headersObj[b] = `multipart/form-data; boundary=${d}`;
|
|
4015
4011
|
}
|
|
4016
4012
|
break;
|
|
4017
4013
|
case "application/x-www-form-urlencoded":
|
|
4018
|
-
r.postData.params ? (r.postData.paramsObj = r.postData.params.reduce(
|
|
4014
|
+
r.postData.params ? (r.postData.paramsObj = r.postData.params.reduce($r, {}), r.postData.text = tt.stringify(r.postData.paramsObj)) : r.postData.text = "";
|
|
4019
4015
|
break;
|
|
4020
4016
|
case "text/json":
|
|
4021
4017
|
case "text/x-json":
|
|
@@ -4031,7 +4027,7 @@ var ks = class {
|
|
|
4031
4027
|
const s = {
|
|
4032
4028
|
...r.allHeaders,
|
|
4033
4029
|
...r.headersObj
|
|
4034
|
-
}, o =
|
|
4030
|
+
}, o = Cs(r.url, !0, !0);
|
|
4035
4031
|
r.queryObj = {
|
|
4036
4032
|
...r.queryObj,
|
|
4037
4033
|
...o.query
|
|
@@ -4046,11 +4042,11 @@ var ks = class {
|
|
|
4046
4042
|
query: r.queryObj,
|
|
4047
4043
|
search: a,
|
|
4048
4044
|
path: a ? `${o.pathname}?${a}` : o.pathname
|
|
4049
|
-
}, c =
|
|
4045
|
+
}, c = Qr({
|
|
4050
4046
|
...o,
|
|
4051
4047
|
query: null,
|
|
4052
4048
|
search: null
|
|
4053
|
-
}), l =
|
|
4049
|
+
}), l = Qr({
|
|
4054
4050
|
...o,
|
|
4055
4051
|
...i
|
|
4056
4052
|
});
|
|
@@ -4077,9 +4073,9 @@ var ks = class {
|
|
|
4077
4073
|
return this.requests.map((o) => s != null && s.installation ? s.installation(o, r) : !1);
|
|
4078
4074
|
}
|
|
4079
4075
|
};
|
|
4080
|
-
const
|
|
4076
|
+
const kn = "agent", An = "prompt";
|
|
4081
4077
|
function qs() {
|
|
4082
|
-
return
|
|
4078
|
+
return ks();
|
|
4083
4079
|
}
|
|
4084
4080
|
function Ns(t) {
|
|
4085
4081
|
var n;
|
|
@@ -4097,7 +4093,7 @@ function _s(t) {
|
|
|
4097
4093
|
const e = t.schema;
|
|
4098
4094
|
return !!((e == null ? void 0 : e.example) !== void 0 || e != null && e.enum && e.enum.length > 0);
|
|
4099
4095
|
}
|
|
4100
|
-
function
|
|
4096
|
+
function Rn(t) {
|
|
4101
4097
|
if (t.example !== void 0) return String(t.example);
|
|
4102
4098
|
if (t.examples) {
|
|
4103
4099
|
for (const r of Object.values(t.examples))
|
|
@@ -4111,7 +4107,7 @@ function Ls(t, e, r) {
|
|
|
4111
4107
|
const n = e.replace(/\{([^}]+)\}/g, (s, o) => {
|
|
4112
4108
|
const a = r.find((c) => c.in === "path" && c.name === o);
|
|
4113
4109
|
if (!a) return s;
|
|
4114
|
-
const i =
|
|
4110
|
+
const i = Rn(a);
|
|
4115
4111
|
return i === `{${o}}` ? i : encodeURIComponent(i);
|
|
4116
4112
|
});
|
|
4117
4113
|
return `${t.replace(/\/$/, "")}${n}`;
|
|
@@ -4159,7 +4155,7 @@ function Fs(t) {
|
|
|
4159
4155
|
for (const c of n)
|
|
4160
4156
|
(c.location === "header" ? s : c.location === "query" ? o : a).push({ name: c.name, value: c.value });
|
|
4161
4157
|
for (const c of t.parameters)
|
|
4162
|
-
c.in === "query" && (c.required || _s(c)) && o.push({ name: c.name, value:
|
|
4158
|
+
c.in === "query" && (c.required || _s(c)) && o.push({ name: c.name, value: Rn(c) });
|
|
4163
4159
|
const i = {
|
|
4164
4160
|
method: t.method.toUpperCase(),
|
|
4165
4161
|
url: r,
|
|
@@ -4170,129 +4166,71 @@ function Fs(t) {
|
|
|
4170
4166
|
};
|
|
4171
4167
|
return t.media && t.resolvedBodyValue !== void 0 && (s.push({ name: "Content-Type", value: t.media.contentType }), i.postData = { mimeType: t.media.contentType, text: JSON.stringify(t.resolvedBodyValue, null, 2) }), i;
|
|
4172
4168
|
}
|
|
4173
|
-
function
|
|
4169
|
+
function Ms(t, e, r) {
|
|
4174
4170
|
try {
|
|
4175
|
-
const n = new
|
|
4171
|
+
const n = new Rs(t), [s] = n.convert(e, r);
|
|
4176
4172
|
return typeof s == "string" ? s : "";
|
|
4177
4173
|
} catch {
|
|
4178
4174
|
return "";
|
|
4179
4175
|
}
|
|
4180
4176
|
}
|
|
4181
|
-
const
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
|
|
4186
|
-
|
|
4187
|
-
go: "go",
|
|
4188
|
-
http: "http",
|
|
4189
|
-
java: "java",
|
|
4190
|
-
javascript: "javascript",
|
|
4191
|
-
json: "json",
|
|
4192
|
-
kotlin: "kotlin",
|
|
4193
|
-
node: "javascript",
|
|
4194
|
-
objc: "objectivec",
|
|
4195
|
-
ocaml: "ocaml",
|
|
4196
|
-
php: "php",
|
|
4197
|
-
powershell: "powershell",
|
|
4198
|
-
python: "python",
|
|
4199
|
-
r: "r",
|
|
4200
|
-
ruby: "ruby",
|
|
4201
|
-
rust: "rust",
|
|
4202
|
-
shell: "bash",
|
|
4203
|
-
swift: "swift"
|
|
4204
|
-
};
|
|
4205
|
-
function Bs(t) {
|
|
4206
|
-
return Ms[t] ?? "plaintext";
|
|
4207
|
-
}
|
|
4208
|
-
const Ws = {
|
|
4209
|
-
c: () => import("./c-Bz1-FJiA.js"),
|
|
4210
|
-
clojure: () => import("./clojure-aY2138WD.js"),
|
|
4211
|
-
crystal: () => import("./crystal-BtD5fR4q.js"),
|
|
4212
|
-
csharp: () => import("./csharp-AnFv7wyC.js"),
|
|
4213
|
-
go: () => import("./go-CkZ9_bn0.js"),
|
|
4214
|
-
http: () => import("./http-DKeNlJKS.js"),
|
|
4215
|
-
java: () => import("./java-BicX26Pg.js"),
|
|
4216
|
-
kotlin: () => import("./kotlin-BwB8b-YX.js"),
|
|
4217
|
-
objectivec: () => import("./objectivec-CnyrJ13Z.js"),
|
|
4218
|
-
ocaml: () => import("./ocaml-T8IqWCjo.js"),
|
|
4219
|
-
php: () => import("./php-BL35ZHWM.js"),
|
|
4220
|
-
powershell: () => import("./powershell-DuhUKWoO.js"),
|
|
4221
|
-
r: () => import("./r-B8fCBydS.js"),
|
|
4222
|
-
ruby: () => import("./ruby-CvOid-1s.js"),
|
|
4223
|
-
rust: () => import("./rust-BocnJ3Ns.js"),
|
|
4224
|
-
swift: () => import("./swift-C35Eof-I.js")
|
|
4225
|
-
};
|
|
4226
|
-
function Xt(t) {
|
|
4227
|
-
return t === "plaintext" || !!Zr.getLanguage(t);
|
|
4228
|
-
}
|
|
4229
|
-
async function Js(t) {
|
|
4230
|
-
if (Xt(t)) return;
|
|
4231
|
-
const e = Ws[t];
|
|
4232
|
-
if (!e) return;
|
|
4233
|
-
const r = await e();
|
|
4234
|
-
Zr.registerLanguage(t, r.default);
|
|
4235
|
-
}
|
|
4236
|
-
const Gs = `${As}:${Rs}`;
|
|
4237
|
-
function Ds({ method: t, path: e, parameters: r, requestBody: n, security: s, id: o }) {
|
|
4238
|
-
var v;
|
|
4239
|
-
const { document: a, showCodeSamples: i } = In(), c = a, l = Nn(), f = ze(() => qs(), []), [u, p] = gt(Gs), [d, h] = u.split(":"), y = Bs(d), g = ze(() => Us(n), [n]), [$, m] = gt(void 0);
|
|
4240
|
-
cr(() => {
|
|
4241
|
-
if (m(void 0), !g || g.authorExample !== void 0 || !g.schema) return;
|
|
4177
|
+
const Hs = `${kn}:${An}`;
|
|
4178
|
+
function Gs({ method: t, path: e, parameters: r, requestBody: n, security: s, id: o }) {
|
|
4179
|
+
var P;
|
|
4180
|
+
const { document: a, deref: i, showCodeSamples: c } = Ln(), l = a, f = qn(), u = ze(() => qs(), []), [p, d] = gt(Hs), [h, y] = p.split(":"), g = Mn(h), $ = ze(() => Us(n), [n]), [m, b] = gt(void 0);
|
|
4181
|
+
ar(() => {
|
|
4182
|
+
if (b(void 0), !$ || $.authorExample !== void 0 || !$.schema) return;
|
|
4242
4183
|
let T = !1;
|
|
4243
|
-
return
|
|
4244
|
-
T ||
|
|
4184
|
+
return Hn($.schema).then((k) => {
|
|
4185
|
+
T || b(k);
|
|
4245
4186
|
}), () => {
|
|
4246
4187
|
T = !0;
|
|
4247
4188
|
};
|
|
4248
|
-
}, [
|
|
4249
|
-
const [,
|
|
4250
|
-
|
|
4251
|
-
|
|
4189
|
+
}, [$]);
|
|
4190
|
+
const [, S] = gt(() => sr(g));
|
|
4191
|
+
ar(() => {
|
|
4192
|
+
S(sr(g));
|
|
4252
4193
|
let T = !1;
|
|
4253
|
-
return
|
|
4254
|
-
T ||
|
|
4194
|
+
return In(g).then(() => {
|
|
4195
|
+
T || S(!0);
|
|
4255
4196
|
}), () => {
|
|
4256
4197
|
T = !0;
|
|
4257
4198
|
};
|
|
4258
|
-
}, [
|
|
4259
|
-
const
|
|
4199
|
+
}, [g]);
|
|
4200
|
+
const O = ze(
|
|
4260
4201
|
() => {
|
|
4261
4202
|
var T;
|
|
4262
4203
|
return Fs({
|
|
4263
4204
|
method: t,
|
|
4264
4205
|
path: e,
|
|
4265
|
-
servers:
|
|
4206
|
+
servers: l.servers,
|
|
4266
4207
|
parameters: r,
|
|
4267
4208
|
security: s,
|
|
4268
|
-
securitySchemes: (T =
|
|
4269
|
-
media:
|
|
4270
|
-
resolvedBodyValue: (
|
|
4209
|
+
securitySchemes: (T = l.components) == null ? void 0 : T.securitySchemes,
|
|
4210
|
+
media: $,
|
|
4211
|
+
resolvedBodyValue: ($ == null ? void 0 : $.authorExample) ?? m
|
|
4271
4212
|
});
|
|
4272
4213
|
},
|
|
4273
|
-
[t, e,
|
|
4274
|
-
),
|
|
4275
|
-
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
return i ? /* @__PURE__ */ sr("div", { id: `endpoint-${o}-code-samples`, children: [
|
|
4279
|
-
/* @__PURE__ */ sr("div", { className: "flex items-center justify-between mb-2", children: [
|
|
4280
|
-
/* @__PURE__ */ qe("label", { htmlFor: l, className: "text-xs font-medium text-foreground-muted uppercase tracking-wider", children: "Example Request" }),
|
|
4214
|
+
[t, e, l.servers, r, s, (P = l.components) == null ? void 0 : P.securitySchemes, $, m]
|
|
4215
|
+
), v = ze(() => h === kn && y === An ? Un(l, t, e, i) : Ms(O, h, y), [O, h, y, l, t, e, i]);
|
|
4216
|
+
return c ? /* @__PURE__ */ ir("div", { id: `endpoint-${o}-code-samples`, children: [
|
|
4217
|
+
/* @__PURE__ */ ir("div", { className: "flex items-center justify-between mb-2", children: [
|
|
4218
|
+
/* @__PURE__ */ qe("label", { htmlFor: f, className: "text-xs font-medium text-foreground-muted uppercase tracking-wider", children: "Example Request" }),
|
|
4281
4219
|
/* @__PURE__ */ qe(
|
|
4282
4220
|
"select",
|
|
4283
4221
|
{
|
|
4284
|
-
id:
|
|
4285
|
-
value:
|
|
4286
|
-
onChange: (T) =>
|
|
4222
|
+
id: f,
|
|
4223
|
+
value: p,
|
|
4224
|
+
onChange: (T) => d(T.target.value),
|
|
4287
4225
|
"aria-label": "Code sample language",
|
|
4288
4226
|
className: "text-xs font-medium rounded-md border border-border bg-surface px-2 py-1 text-foreground-secondary focus:border-secondary-500 focus:ring-secondary-500",
|
|
4289
|
-
children:
|
|
4227
|
+
children: u.map((T) => /* @__PURE__ */ qe("optgroup", { label: T.title, children: T.clients.map((k) => /* @__PURE__ */ qe("option", { value: `${T.key}:${k.key}`, children: k.title }, k.key)) }, T.key))
|
|
4290
4228
|
}
|
|
4291
4229
|
)
|
|
4292
4230
|
] }),
|
|
4293
|
-
/* @__PURE__ */ qe(
|
|
4231
|
+
/* @__PURE__ */ qe(Fn, { code: v, language: g })
|
|
4294
4232
|
] }) : null;
|
|
4295
4233
|
}
|
|
4296
4234
|
export {
|
|
4297
|
-
|
|
4235
|
+
Gs as CodeSamples
|
|
4298
4236
|
};
|