@vtj/renderer 0.18.19 → 0.18.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +13 -13
- package/dist/index.mjs +1121 -1087
- package/package.json +5 -5
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { Base as
|
|
2
|
-
import { url as
|
|
3
|
-
import * as
|
|
4
|
-
import { inject as
|
|
5
|
-
import { useRoute as
|
|
1
|
+
import { Base as ui, BUILT_IN_COMPONENTS as ci, ProjectModel as qe, HistoryModel as fs } from "@vtj/core";
|
|
2
|
+
import { url as pe, isUrl as xt, dedupArray as li, isFunction as K, isString as te, logger as ve, storage as ot, cookie as ut, toArray as Yt, unRSA as Xt, delay as Pe, createRequest as ds, jsonp as ms, merge as hi, pathToRegexp as pi, pathToRegexpMatch as fi, formDataToJson as di, isEqual as ct, Queue as mi, cloneDeep as Zt, camelCase as Z, upperFirstCamelCase as gi, pick as xi, request as vt, loadScript as es, debounce as vi, Storage as bi, mapToObject as Pt } from "@vtj/utils";
|
|
3
|
+
import * as be from "vue";
|
|
4
|
+
import { inject as Tt, defineComponent as gs, h as bt, ref as yt, watchEffect as yi, defineAsyncComponent as ts } from "vue";
|
|
5
|
+
import { useRoute as xs } from "vue-router";
|
|
6
6
|
/**!
|
|
7
7
|
* Copyright (c) 2026, VTJ.PRO All rights reserved.
|
|
8
8
|
* @name @vtj/renderer
|
|
9
9
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
10
|
-
* @version 0.18.
|
|
10
|
+
* @version 0.18.21
|
|
11
11
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
12
12
|
*/
|
|
13
|
-
const
|
|
14
|
-
var
|
|
15
|
-
const
|
|
13
|
+
const ke = "0.18.21";
|
|
14
|
+
var T = /* @__PURE__ */ ((t) => (t.Runtime = "Runtime", t.Design = "Design", t.Raw = "Raw", t.VNode = "VNode", t))(T || {});
|
|
15
|
+
const ss = [
|
|
16
16
|
"$el",
|
|
17
17
|
"$emit",
|
|
18
18
|
"$nextTick",
|
|
@@ -24,7 +24,7 @@ const Yt = [
|
|
|
24
24
|
"$props",
|
|
25
25
|
"$options",
|
|
26
26
|
"$forceUpdate"
|
|
27
|
-
],
|
|
27
|
+
], Pn = [
|
|
28
28
|
"beforeCreate",
|
|
29
29
|
"created",
|
|
30
30
|
"beforeMount",
|
|
@@ -38,7 +38,7 @@ const Yt = [
|
|
|
38
38
|
"renderTriggered",
|
|
39
39
|
"activated",
|
|
40
40
|
"deactivated"
|
|
41
|
-
],
|
|
41
|
+
], Tn = [
|
|
42
42
|
"onBeforeMount",
|
|
43
43
|
"onMounted",
|
|
44
44
|
"onBeforeUpdate",
|
|
@@ -50,7 +50,7 @@ const Yt = [
|
|
|
50
50
|
"onRenderTriggered",
|
|
51
51
|
"onActivated",
|
|
52
52
|
"onDeactivated"
|
|
53
|
-
],
|
|
53
|
+
], _i = [
|
|
54
54
|
"vIf",
|
|
55
55
|
"vElseIf",
|
|
56
56
|
"vElse",
|
|
@@ -59,7 +59,7 @@ const Yt = [
|
|
|
59
59
|
"vFor",
|
|
60
60
|
"vBind",
|
|
61
61
|
"vHtml"
|
|
62
|
-
],
|
|
62
|
+
], Si = {
|
|
63
63
|
String,
|
|
64
64
|
Number,
|
|
65
65
|
Boolean,
|
|
@@ -67,9 +67,9 @@ const Yt = [
|
|
|
67
67
|
Object,
|
|
68
68
|
Function,
|
|
69
69
|
Date
|
|
70
|
-
},
|
|
70
|
+
}, Ie = "VtjPage", Ge = "VtjHomepage", vs = "html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot,svg".split(
|
|
71
71
|
","
|
|
72
|
-
),
|
|
72
|
+
), Ci = "component,slot".split(","), Nn = [
|
|
73
73
|
"h",
|
|
74
74
|
"t",
|
|
75
75
|
"t",
|
|
@@ -89,7 +89,7 @@ const Yt = [
|
|
|
89
89
|
"p",
|
|
90
90
|
"r",
|
|
91
91
|
"o"
|
|
92
|
-
].join(""),
|
|
92
|
+
].join(""), Rn = {
|
|
93
93
|
auth: [
|
|
94
94
|
"h",
|
|
95
95
|
"t",
|
|
@@ -149,62 +149,62 @@ const Yt = [
|
|
|
149
149
|
].join(""),
|
|
150
150
|
privateKey: "MIIBOgIBAAJBAKoIzmn1FYQ1YOhOBw9EhABxZ+PySAIaydI+zdhoKflrdgJ4A5E4/5gbQmRpk09hPWG8nvX7h+l/QLU8kXxAIBECAwEAAQJAAlgpxQY6sByLsXqzJcthC8LSGsLf2JEJkHwlnpwFqlEV8UCkoINpuZ2Wzl+aftURu5rIfAzRCQBvHmeOTW9/zQIhAO5ufWDmnSLyfAAsNo5JRNpVuLFCFodR8Xm+ulDlosR/AiEAtpAltyP9wmCABKG/v/hrtTr3mcvFNGCjoGa9bUAok28CIHbrVs9w1ijrBlvTsXYwJw46uP539uKRRT4ymZzlm9QjAiB+1KH/G9f9pEEL9rtaSOG7JF5D0JcOjlze4MGVFs+ZrQIhALKOUFBNr2zEsyJIjw2PlvEucdlG77UniszjXTROHSPd"
|
|
151
151
|
};
|
|
152
|
-
function
|
|
153
|
-
return t.map((s) =>
|
|
152
|
+
function He(t, e) {
|
|
153
|
+
return t.map((s) => xt(s) || s.startsWith("/") ? s : `${e}${s}`);
|
|
154
154
|
}
|
|
155
|
-
function
|
|
155
|
+
function Qe(t) {
|
|
156
156
|
return /\.css$/.test(t);
|
|
157
157
|
}
|
|
158
|
-
function
|
|
158
|
+
function Ye(t) {
|
|
159
159
|
return /\.js$/.test(t);
|
|
160
160
|
}
|
|
161
|
-
function
|
|
161
|
+
function wi(t) {
|
|
162
162
|
return /\.json$/.test(t);
|
|
163
163
|
}
|
|
164
|
-
function
|
|
164
|
+
function Vn(t) {
|
|
165
165
|
return t.map(
|
|
166
|
-
(e) => `<script src="${
|
|
166
|
+
(e) => `<script src="${pe.append(e, { v: ke })}"><\/script>`
|
|
167
167
|
).join("");
|
|
168
168
|
}
|
|
169
|
-
function
|
|
169
|
+
function On(t = []) {
|
|
170
170
|
return t.map(
|
|
171
|
-
(e) => `<link rel="stylesheet" href="${
|
|
171
|
+
(e) => `<link rel="stylesheet" href="${pe.append(e, { v: ke })}" />`
|
|
172
172
|
).join("");
|
|
173
173
|
}
|
|
174
|
-
function
|
|
174
|
+
function Ei(t, e = !1) {
|
|
175
175
|
return e && t.endsWith(".prod.js") ? t.replace(".prod.js", ".js") : t;
|
|
176
176
|
}
|
|
177
|
-
function
|
|
177
|
+
function ki(t, e, s = !1) {
|
|
178
178
|
const i = t.filter((d) => !!d.enabled), r = [], n = [], a = [], u = [], c = {}, l = {}, h = [], p = {};
|
|
179
179
|
return i.forEach(
|
|
180
|
-
({ urls: d, assetsUrl: f, library: m, assetsLibrary:
|
|
181
|
-
d?.forEach((
|
|
182
|
-
|
|
183
|
-
}), m && (u.push(m), c[m] =
|
|
180
|
+
({ urls: d, assetsUrl: f, library: m, assetsLibrary: v, localeLibrary: g }) => {
|
|
181
|
+
d?.forEach((x) => {
|
|
182
|
+
Ye(x) && r.push(Ei(x, s)), Qe(x) && n.push(x);
|
|
183
|
+
}), m && (u.push(m), c[m] = He(d || [], e), g && (l[m] = g)), f && a.push(f), v && h.push(v), m && v && (p[v] = m);
|
|
184
184
|
}
|
|
185
185
|
), {
|
|
186
|
-
scripts:
|
|
187
|
-
css:
|
|
188
|
-
materials:
|
|
186
|
+
scripts: He(r, e),
|
|
187
|
+
css: He(n, e),
|
|
188
|
+
materials: He(a, e),
|
|
189
189
|
libraryExports: u,
|
|
190
|
-
materialExports:
|
|
190
|
+
materialExports: li(h),
|
|
191
191
|
materialMapLibrary: p,
|
|
192
192
|
libraryMap: c,
|
|
193
193
|
libraryLocaleMap: l
|
|
194
194
|
};
|
|
195
195
|
}
|
|
196
|
-
function
|
|
196
|
+
function Ii(t, e) {
|
|
197
197
|
const { name: s, parent: i, alias: r } = t;
|
|
198
198
|
return i ? e[i]?.[r || s] : e[r || s];
|
|
199
199
|
}
|
|
200
|
-
function
|
|
201
|
-
const e = t.filter((i) =>
|
|
200
|
+
function Ai(t = []) {
|
|
201
|
+
const e = t.filter((i) => Qe(i)), s = t.filter((i) => Ye(i));
|
|
202
202
|
return {
|
|
203
203
|
css: e,
|
|
204
204
|
js: s
|
|
205
205
|
};
|
|
206
206
|
}
|
|
207
|
-
function
|
|
207
|
+
function Pi(t, e) {
|
|
208
208
|
const s = (l) => {
|
|
209
209
|
const h = [];
|
|
210
210
|
let p = 0;
|
|
@@ -214,33 +214,33 @@ function ki(t, e) {
|
|
|
214
214
|
continue;
|
|
215
215
|
}
|
|
216
216
|
if (l.substring(p, p + 2) === "/*") {
|
|
217
|
-
const
|
|
218
|
-
if (
|
|
219
|
-
p =
|
|
217
|
+
const x = l.indexOf("*/", p + 2);
|
|
218
|
+
if (x !== -1) {
|
|
219
|
+
p = x + 2;
|
|
220
220
|
continue;
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
if (l[p] === "@") {
|
|
224
|
-
const
|
|
224
|
+
const x = p;
|
|
225
225
|
for (; p < l.length && l[p] !== "{" && l[p] !== ";"; )
|
|
226
226
|
p++;
|
|
227
|
-
const k = l.substring(
|
|
227
|
+
const k = l.substring(x, p).trim(), N = k.includes("@keyframes");
|
|
228
228
|
if (l[p] === ";")
|
|
229
229
|
h.push({
|
|
230
230
|
type: "simple-at-rule",
|
|
231
|
-
content: l.substring(
|
|
231
|
+
content: l.substring(x, p + 1)
|
|
232
232
|
}), p++;
|
|
233
233
|
else if (l[p] === "{") {
|
|
234
|
-
const
|
|
234
|
+
const C = p + 1;
|
|
235
235
|
let D = 1;
|
|
236
236
|
for (p++; p < l.length && D > 0; )
|
|
237
237
|
l[p] === "{" ? D++ : l[p] === "}" && D--, p++;
|
|
238
|
-
const
|
|
238
|
+
const de = l.substring(x, p), Se = l.substring(C, p - 1);
|
|
239
239
|
h.push({
|
|
240
|
-
type:
|
|
240
|
+
type: N ? "keyframes" : "at-rule",
|
|
241
241
|
rule: k,
|
|
242
|
-
content:
|
|
243
|
-
inner:
|
|
242
|
+
content: de,
|
|
243
|
+
inner: Se
|
|
244
244
|
});
|
|
245
245
|
}
|
|
246
246
|
continue;
|
|
@@ -255,9 +255,9 @@ function ki(t, e) {
|
|
|
255
255
|
continue;
|
|
256
256
|
}
|
|
257
257
|
const m = p + 1;
|
|
258
|
-
let
|
|
259
|
-
for (p++; p < l.length &&
|
|
260
|
-
l[p] === "{" ?
|
|
258
|
+
let v = 1;
|
|
259
|
+
for (p++; p < l.length && v > 0; )
|
|
260
|
+
l[p] === "{" ? v++ : l[p] === "}" && v--, p++;
|
|
261
261
|
const g = l.substring(m, p - 1);
|
|
262
262
|
h.push({
|
|
263
263
|
type: "rule",
|
|
@@ -318,21 +318,21 @@ function ki(t, e) {
|
|
|
318
318
|
});
|
|
319
319
|
}
|
|
320
320
|
}
|
|
321
|
-
const
|
|
322
|
-
function
|
|
321
|
+
const Ti = 750;
|
|
322
|
+
function Ni(t, e, s) {
|
|
323
323
|
let i;
|
|
324
324
|
typeof t < "u" ? i = t.innerWidth || t.document.documentElement.clientWidth : (console.warn("无法获取屏幕宽度,使用默认值375"), i = 375);
|
|
325
|
-
const r = s ||
|
|
325
|
+
const r = s || Ti;
|
|
326
326
|
return e * i / r;
|
|
327
327
|
}
|
|
328
|
-
function
|
|
328
|
+
function Ri(t, e) {
|
|
329
329
|
let s = !1, i = !1, r = !1, n = "";
|
|
330
330
|
for (let a = 0; a < e.length; a++) {
|
|
331
331
|
const u = e[a];
|
|
332
332
|
if (u === "'" && !i && !r ? s = !s : u === '"' && !s && !r ? i = !i : e.substr(a, 4).toLowerCase() === "url(" && !s && !i ? r = !0 : u === ")" && r && (r = !1), !s && !i && !r) {
|
|
333
333
|
const c = e.substr(a).match(/^(-?\d+(?:\.\d+)?)\s*rpx/);
|
|
334
334
|
if (c) {
|
|
335
|
-
const l = c[1], h = parseFloat(l), d = `${
|
|
335
|
+
const l = c[1], h = parseFloat(l), d = `${Ni(t, h).toFixed(6).replace(/\.?0+$/, "")}px`;
|
|
336
336
|
n += d, a += c[0].length - 1;
|
|
337
337
|
continue;
|
|
338
338
|
}
|
|
@@ -341,11 +341,11 @@ function Pi(t, e) {
|
|
|
341
341
|
}
|
|
342
342
|
return n;
|
|
343
343
|
}
|
|
344
|
-
function
|
|
345
|
-
return
|
|
344
|
+
function bs(t) {
|
|
345
|
+
return te(t) ? t : JSON.stringify(t);
|
|
346
346
|
}
|
|
347
|
-
function
|
|
348
|
-
const r = t.CSSStyleSheet, n = i ? `data-v-${e}` : e, a = t.__uniConfig ?
|
|
347
|
+
function Nt(t, e, s, i = !1) {
|
|
348
|
+
const r = t.CSSStyleSheet, n = i ? `data-v-${e}` : e, a = t.__uniConfig ? Ri(t, s) : s, u = i ? Pi(a, n) : a, c = !!t.__uniConfig;
|
|
349
349
|
if (r.prototype.replaceSync && !c) {
|
|
350
350
|
const l = new r();
|
|
351
351
|
l.id = e, l.replaceSync(u);
|
|
@@ -359,7 +359,7 @@ function Pt(t, e, s, i = !1) {
|
|
|
359
359
|
h ? h.innerHTML = u : (h = l.createElement("style"), h.id = e, h.innerHTML = u, l.head.appendChild(h));
|
|
360
360
|
}
|
|
361
361
|
}
|
|
362
|
-
function
|
|
362
|
+
function Fn(t) {
|
|
363
363
|
const e = t.adoptedStyleSheets || [];
|
|
364
364
|
let s = "";
|
|
365
365
|
if (e.forEach((i) => {
|
|
@@ -375,11 +375,11 @@ function Nn(t) {
|
|
|
375
375
|
i.textContent = s, t.head.appendChild(i);
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
|
-
async function
|
|
378
|
+
async function Vi(t, e) {
|
|
379
379
|
const s = await globalThis.fetch(e).then((i) => i.text()).catch(() => "");
|
|
380
|
-
s &&
|
|
380
|
+
s && Nt(globalThis, t, s);
|
|
381
381
|
}
|
|
382
|
-
function
|
|
382
|
+
function ys(t, e = globalThis) {
|
|
383
383
|
const s = e.document, i = e.document.head;
|
|
384
384
|
for (const r of t)
|
|
385
385
|
if (!s.getElementById(r)) {
|
|
@@ -387,7 +387,7 @@ function ms(t, e = globalThis) {
|
|
|
387
387
|
a.rel = "stylesheet", a.id = r, a.href = r, i.appendChild(a);
|
|
388
388
|
}
|
|
389
389
|
}
|
|
390
|
-
async function
|
|
390
|
+
async function _s(t, e, s = globalThis) {
|
|
391
391
|
const i = s.document, r = s.document.head;
|
|
392
392
|
let n = s[e];
|
|
393
393
|
return n ? n.default || n : new Promise((a, u) => {
|
|
@@ -401,50 +401,50 @@ async function gs(t, e, s = globalThis) {
|
|
|
401
401
|
}
|
|
402
402
|
});
|
|
403
403
|
}
|
|
404
|
-
function
|
|
404
|
+
function Oi(t) {
|
|
405
405
|
return K(t) && Object.getOwnPropertyNames(t.prototype || {}).length === 0 || K(t?.install);
|
|
406
406
|
}
|
|
407
|
-
function
|
|
408
|
-
return
|
|
407
|
+
function Fi(t) {
|
|
408
|
+
return Ci.includes(t);
|
|
409
409
|
}
|
|
410
|
-
function
|
|
411
|
-
return
|
|
410
|
+
function Li(t) {
|
|
411
|
+
return vs.includes(t);
|
|
412
412
|
}
|
|
413
|
-
function
|
|
413
|
+
function Te(t = globalThis) {
|
|
414
414
|
const e = globalThis?.Mock;
|
|
415
415
|
if (e) return e;
|
|
416
416
|
const s = t?.Mock;
|
|
417
417
|
if (s && globalThis)
|
|
418
418
|
return globalThis.Mock = s, s;
|
|
419
419
|
}
|
|
420
|
-
function
|
|
420
|
+
function Ln(t, e, s) {
|
|
421
421
|
Object.assign(e.meta, s.meta);
|
|
422
422
|
const i = t?._container;
|
|
423
423
|
s?.type === "page" && i.classList.add("is-page"), s?.pure && i.classList.add("is-pure");
|
|
424
424
|
}
|
|
425
|
-
function
|
|
425
|
+
function ji(t) {
|
|
426
426
|
return /^\([\s\S]*\)/.test(t.trim());
|
|
427
427
|
}
|
|
428
|
-
function
|
|
428
|
+
function Mi(t) {
|
|
429
429
|
return /\w+\([\s\S]*\)$/.test(t.trim());
|
|
430
430
|
}
|
|
431
|
-
function
|
|
431
|
+
function Di(t) {
|
|
432
432
|
return t.includes("=");
|
|
433
433
|
}
|
|
434
|
-
var
|
|
434
|
+
var lt = {
|
|
435
435
|
3: "abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",
|
|
436
436
|
5: "class enum extends super const export import",
|
|
437
437
|
6: "enum",
|
|
438
438
|
strict: "implements interface let package private protected public static yield",
|
|
439
439
|
strictBind: "eval arguments"
|
|
440
|
-
},
|
|
441
|
-
5:
|
|
442
|
-
"5module":
|
|
443
|
-
6:
|
|
444
|
-
},
|
|
445
|
-
|
|
446
|
-
var
|
|
447
|
-
function
|
|
440
|
+
}, ht = "break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this", Bi = {
|
|
441
|
+
5: ht,
|
|
442
|
+
"5module": ht + " export import",
|
|
443
|
+
6: ht + " const class extends export import super"
|
|
444
|
+
}, Hi = /^in(stanceof)?$/, Rt = "ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࣇऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-鿼ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞿꟂ-ꟊꟵ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ", Ss = "·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿᫀᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷹᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_", $i = new RegExp("[" + Rt + "]"), Ui = new RegExp("[" + Rt + Ss + "]");
|
|
445
|
+
Rt = Ss = null;
|
|
446
|
+
var Cs = [0, 11, 2, 25, 2, 18, 2, 1, 2, 14, 3, 13, 35, 122, 70, 52, 268, 28, 4, 48, 48, 31, 14, 29, 6, 37, 11, 29, 3, 35, 5, 7, 2, 4, 43, 157, 19, 35, 5, 35, 5, 39, 9, 51, 157, 310, 10, 21, 11, 7, 153, 5, 3, 0, 2, 43, 2, 1, 4, 0, 3, 22, 11, 22, 10, 30, 66, 18, 2, 1, 11, 21, 11, 25, 71, 55, 7, 1, 65, 0, 16, 3, 2, 2, 2, 28, 43, 28, 4, 28, 36, 7, 2, 27, 28, 53, 11, 21, 11, 18, 14, 17, 111, 72, 56, 50, 14, 50, 14, 35, 349, 41, 7, 1, 79, 28, 11, 0, 9, 21, 107, 20, 28, 22, 13, 52, 76, 44, 33, 24, 27, 35, 30, 0, 3, 0, 9, 34, 4, 0, 13, 47, 15, 3, 22, 0, 2, 0, 36, 17, 2, 24, 85, 6, 2, 0, 2, 3, 2, 14, 2, 9, 8, 46, 39, 7, 3, 1, 3, 21, 2, 6, 2, 1, 2, 4, 4, 0, 19, 0, 13, 4, 159, 52, 19, 3, 21, 2, 31, 47, 21, 1, 2, 0, 185, 46, 42, 3, 37, 47, 21, 0, 60, 42, 14, 0, 72, 26, 230, 43, 117, 63, 32, 7, 3, 0, 3, 7, 2, 1, 2, 23, 16, 0, 2, 0, 95, 7, 3, 38, 17, 0, 2, 0, 29, 0, 11, 39, 8, 0, 22, 0, 12, 45, 20, 0, 35, 56, 264, 8, 2, 36, 18, 0, 50, 29, 113, 6, 2, 1, 2, 37, 22, 0, 26, 5, 2, 1, 2, 31, 15, 0, 328, 18, 190, 0, 80, 921, 103, 110, 18, 195, 2749, 1070, 4050, 582, 8634, 568, 8, 30, 114, 29, 19, 47, 17, 3, 32, 20, 6, 18, 689, 63, 129, 74, 6, 0, 67, 12, 65, 1, 2, 0, 29, 6135, 9, 1237, 43, 8, 8952, 286, 50, 2, 18, 3, 9, 395, 2309, 106, 6, 12, 4, 8, 8, 9, 5991, 84, 2, 70, 2, 1, 3, 0, 3, 1, 3, 3, 2, 11, 2, 0, 2, 6, 2, 64, 2, 3, 3, 7, 2, 6, 2, 27, 2, 3, 2, 4, 2, 0, 4, 6, 2, 339, 3, 24, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 30, 2, 24, 2, 7, 2357, 44, 11, 6, 17, 0, 370, 43, 1301, 196, 60, 67, 8, 0, 1205, 3, 2, 26, 2, 1, 2, 0, 3, 0, 2, 9, 2, 3, 2, 0, 2, 0, 7, 0, 5, 0, 2, 0, 2, 0, 2, 2, 2, 1, 2, 0, 3, 0, 2, 0, 2, 0, 2, 0, 2, 0, 2, 1, 2, 0, 3, 3, 2, 6, 2, 3, 2, 3, 2, 0, 2, 9, 2, 16, 6, 2, 2, 4, 2, 16, 4421, 42717, 35, 4148, 12, 221, 3, 5761, 15, 7472, 3104, 541, 1507, 4938], Gi = [509, 0, 227, 0, 150, 4, 294, 9, 1368, 2, 2, 1, 6, 3, 41, 2, 5, 0, 166, 1, 574, 3, 9, 9, 370, 1, 154, 10, 176, 2, 54, 14, 32, 9, 16, 3, 46, 10, 54, 9, 7, 2, 37, 13, 2, 9, 6, 1, 45, 0, 13, 2, 49, 13, 9, 3, 2, 11, 83, 11, 7, 0, 161, 11, 6, 9, 7, 3, 56, 1, 2, 6, 3, 1, 3, 2, 10, 0, 11, 1, 3, 6, 4, 4, 193, 17, 10, 9, 5, 0, 82, 19, 13, 9, 214, 6, 3, 8, 28, 1, 83, 16, 16, 9, 82, 12, 9, 9, 84, 14, 5, 9, 243, 14, 166, 9, 71, 5, 2, 1, 3, 3, 2, 0, 2, 1, 13, 9, 120, 6, 3, 6, 4, 0, 29, 9, 41, 6, 2, 3, 9, 0, 10, 10, 47, 15, 406, 7, 2, 7, 17, 9, 57, 21, 2, 13, 123, 5, 4, 0, 2, 1, 2, 6, 2, 0, 9, 9, 49, 4, 2, 1, 2, 4, 9, 9, 330, 3, 19306, 9, 135, 4, 60, 6, 26, 9, 1014, 0, 2, 54, 8, 3, 82, 0, 12, 1, 19628, 1, 5319, 4, 4, 5, 9, 7, 3, 6, 31, 3, 149, 2, 1418, 49, 513, 54, 5, 49, 9, 0, 15, 0, 23, 4, 2, 14, 1361, 6, 2, 16, 3, 6, 2, 1, 2, 4, 262, 6, 10, 9, 419, 13, 1495, 6, 110, 6, 6, 9, 4759, 9, 787719, 239];
|
|
447
|
+
function _t(t, e) {
|
|
448
448
|
for (var s = 65536, i = 0; i < e.length; i += 2) {
|
|
449
449
|
if (s += e[i], s > t)
|
|
450
450
|
return !1;
|
|
@@ -453,26 +453,26 @@ function bt(t, e) {
|
|
|
453
453
|
}
|
|
454
454
|
}
|
|
455
455
|
function ae(t, e) {
|
|
456
|
-
return t < 65 ? t === 36 : t < 91 ? !0 : t < 97 ? t === 95 : t < 123 ? !0 : t <= 65535 ? t >= 170 &&
|
|
456
|
+
return t < 65 ? t === 36 : t < 91 ? !0 : t < 97 ? t === 95 : t < 123 ? !0 : t <= 65535 ? t >= 170 && $i.test(String.fromCharCode(t)) : e === !1 ? !1 : _t(t, Cs);
|
|
457
457
|
}
|
|
458
|
-
function
|
|
459
|
-
return t < 48 ? t === 36 : t < 58 ? !0 : t < 65 ? !1 : t < 91 ? !0 : t < 97 ? t === 95 : t < 123 ? !0 : t <= 65535 ? t >= 170 &&
|
|
458
|
+
function ye(t, e) {
|
|
459
|
+
return t < 48 ? t === 36 : t < 58 ? !0 : t < 65 ? !1 : t < 91 ? !0 : t < 97 ? t === 95 : t < 123 ? !0 : t <= 65535 ? t >= 170 && Ui.test(String.fromCharCode(t)) : e === !1 ? !1 : _t(t, Cs) || _t(t, Gi);
|
|
460
460
|
}
|
|
461
461
|
var E = function(e, s) {
|
|
462
462
|
s === void 0 && (s = {}), this.label = e, this.keyword = s.keyword, this.beforeExpr = !!s.beforeExpr, this.startsExpr = !!s.startsExpr, this.isLoop = !!s.isLoop, this.isAssign = !!s.isAssign, this.prefix = !!s.prefix, this.postfix = !!s.postfix, this.binop = s.binop || null, this.updateContext = null;
|
|
463
463
|
};
|
|
464
|
-
function
|
|
464
|
+
function H(t, e) {
|
|
465
465
|
return new E(t, { beforeExpr: !0, binop: e });
|
|
466
466
|
}
|
|
467
|
-
var
|
|
468
|
-
function
|
|
469
|
-
return e === void 0 && (e = {}), e.keyword = t,
|
|
467
|
+
var $ = { beforeExpr: !0 }, B = { startsExpr: !0 }, Vt = {};
|
|
468
|
+
function w(t, e) {
|
|
469
|
+
return e === void 0 && (e = {}), e.keyword = t, Vt[t] = new E(t, e);
|
|
470
470
|
}
|
|
471
471
|
var o = {
|
|
472
|
-
num: new E("num",
|
|
473
|
-
regexp: new E("regexp",
|
|
474
|
-
string: new E("string",
|
|
475
|
-
name: new E("name",
|
|
472
|
+
num: new E("num", B),
|
|
473
|
+
regexp: new E("regexp", B),
|
|
474
|
+
string: new E("string", B),
|
|
475
|
+
name: new E("name", B),
|
|
476
476
|
eof: new E("eof"),
|
|
477
477
|
// Punctuation token types.
|
|
478
478
|
bracketL: new E("[", { beforeExpr: !0, startsExpr: !0 }),
|
|
@@ -481,17 +481,17 @@ var o = {
|
|
|
481
481
|
braceR: new E("}"),
|
|
482
482
|
parenL: new E("(", { beforeExpr: !0, startsExpr: !0 }),
|
|
483
483
|
parenR: new E(")"),
|
|
484
|
-
comma: new E(",",
|
|
485
|
-
semi: new E(";",
|
|
486
|
-
colon: new E(":",
|
|
484
|
+
comma: new E(",", $),
|
|
485
|
+
semi: new E(";", $),
|
|
486
|
+
colon: new E(":", $),
|
|
487
487
|
dot: new E("."),
|
|
488
|
-
question: new E("?",
|
|
488
|
+
question: new E("?", $),
|
|
489
489
|
questionDot: new E("?."),
|
|
490
|
-
arrow: new E("=>",
|
|
490
|
+
arrow: new E("=>", $),
|
|
491
491
|
template: new E("template"),
|
|
492
492
|
invalidTemplate: new E("invalidTemplate"),
|
|
493
|
-
ellipsis: new E("...",
|
|
494
|
-
backQuote: new E("`",
|
|
493
|
+
ellipsis: new E("...", $),
|
|
494
|
+
backQuote: new E("`", B),
|
|
495
495
|
dollarBraceL: new E("${", { beforeExpr: !0, startsExpr: !0 }),
|
|
496
496
|
// Operators. These carry several kinds of properties to help the
|
|
497
497
|
// parser use them properly (the presence of these properties is
|
|
@@ -510,90 +510,90 @@ var o = {
|
|
|
510
510
|
assign: new E("_=", { beforeExpr: !0, isAssign: !0 }),
|
|
511
511
|
incDec: new E("++/--", { prefix: !0, postfix: !0, startsExpr: !0 }),
|
|
512
512
|
prefix: new E("!/~", { beforeExpr: !0, prefix: !0, startsExpr: !0 }),
|
|
513
|
-
logicalOR:
|
|
514
|
-
logicalAND:
|
|
515
|
-
bitwiseOR:
|
|
516
|
-
bitwiseXOR:
|
|
517
|
-
bitwiseAND:
|
|
518
|
-
equality:
|
|
519
|
-
relational:
|
|
520
|
-
bitShift:
|
|
513
|
+
logicalOR: H("||", 1),
|
|
514
|
+
logicalAND: H("&&", 2),
|
|
515
|
+
bitwiseOR: H("|", 3),
|
|
516
|
+
bitwiseXOR: H("^", 4),
|
|
517
|
+
bitwiseAND: H("&", 5),
|
|
518
|
+
equality: H("==/!=/===/!==", 6),
|
|
519
|
+
relational: H("</>/<=/>=", 7),
|
|
520
|
+
bitShift: H("<</>>/>>>", 8),
|
|
521
521
|
plusMin: new E("+/-", { beforeExpr: !0, binop: 9, prefix: !0, startsExpr: !0 }),
|
|
522
|
-
modulo:
|
|
523
|
-
star:
|
|
524
|
-
slash:
|
|
522
|
+
modulo: H("%", 10),
|
|
523
|
+
star: H("*", 10),
|
|
524
|
+
slash: H("/", 10),
|
|
525
525
|
starstar: new E("**", { beforeExpr: !0 }),
|
|
526
|
-
coalesce:
|
|
526
|
+
coalesce: H("??", 1),
|
|
527
527
|
// Keyword token types.
|
|
528
|
-
_break:
|
|
529
|
-
_case:
|
|
530
|
-
_catch:
|
|
531
|
-
_continue:
|
|
532
|
-
_debugger:
|
|
533
|
-
_default:
|
|
534
|
-
_do:
|
|
535
|
-
_else:
|
|
536
|
-
_finally:
|
|
537
|
-
_for:
|
|
538
|
-
_function:
|
|
539
|
-
_if:
|
|
540
|
-
_return:
|
|
541
|
-
_switch:
|
|
542
|
-
_throw:
|
|
543
|
-
_try:
|
|
544
|
-
_var:
|
|
545
|
-
_const:
|
|
546
|
-
_while:
|
|
547
|
-
_with:
|
|
548
|
-
_new:
|
|
549
|
-
_this:
|
|
550
|
-
_super:
|
|
551
|
-
_class:
|
|
552
|
-
_extends:
|
|
553
|
-
_export:
|
|
554
|
-
_import:
|
|
555
|
-
_null:
|
|
556
|
-
_true:
|
|
557
|
-
_false:
|
|
558
|
-
_in:
|
|
559
|
-
_instanceof:
|
|
560
|
-
_typeof:
|
|
561
|
-
_void:
|
|
562
|
-
_delete:
|
|
563
|
-
},
|
|
564
|
-
function
|
|
528
|
+
_break: w("break"),
|
|
529
|
+
_case: w("case", $),
|
|
530
|
+
_catch: w("catch"),
|
|
531
|
+
_continue: w("continue"),
|
|
532
|
+
_debugger: w("debugger"),
|
|
533
|
+
_default: w("default", $),
|
|
534
|
+
_do: w("do", { isLoop: !0, beforeExpr: !0 }),
|
|
535
|
+
_else: w("else", $),
|
|
536
|
+
_finally: w("finally"),
|
|
537
|
+
_for: w("for", { isLoop: !0 }),
|
|
538
|
+
_function: w("function", B),
|
|
539
|
+
_if: w("if"),
|
|
540
|
+
_return: w("return", $),
|
|
541
|
+
_switch: w("switch"),
|
|
542
|
+
_throw: w("throw", $),
|
|
543
|
+
_try: w("try"),
|
|
544
|
+
_var: w("var"),
|
|
545
|
+
_const: w("const"),
|
|
546
|
+
_while: w("while", { isLoop: !0 }),
|
|
547
|
+
_with: w("with"),
|
|
548
|
+
_new: w("new", { beforeExpr: !0, startsExpr: !0 }),
|
|
549
|
+
_this: w("this", B),
|
|
550
|
+
_super: w("super", B),
|
|
551
|
+
_class: w("class", B),
|
|
552
|
+
_extends: w("extends", $),
|
|
553
|
+
_export: w("export"),
|
|
554
|
+
_import: w("import", B),
|
|
555
|
+
_null: w("null", B),
|
|
556
|
+
_true: w("true", B),
|
|
557
|
+
_false: w("false", B),
|
|
558
|
+
_in: w("in", { beforeExpr: !0, binop: 7 }),
|
|
559
|
+
_instanceof: w("instanceof", { beforeExpr: !0, binop: 7 }),
|
|
560
|
+
_typeof: w("typeof", { beforeExpr: !0, prefix: !0, startsExpr: !0 }),
|
|
561
|
+
_void: w("void", { beforeExpr: !0, prefix: !0, startsExpr: !0 }),
|
|
562
|
+
_delete: w("delete", { beforeExpr: !0, prefix: !0, startsExpr: !0 })
|
|
563
|
+
}, G = /\r\n?|\n|\u2028|\u2029/, Ne = new RegExp(G.source, "g");
|
|
564
|
+
function Fe(t, e) {
|
|
565
565
|
return t === 10 || t === 13 || !e && (t === 8232 || t === 8233);
|
|
566
566
|
}
|
|
567
|
-
var
|
|
568
|
-
function
|
|
569
|
-
return
|
|
567
|
+
var ws = /[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/, U = /(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g, Es = Object.prototype, qi = Es.hasOwnProperty, Wi = Es.toString;
|
|
568
|
+
function Xe(t, e) {
|
|
569
|
+
return qi.call(t, e);
|
|
570
570
|
}
|
|
571
|
-
var
|
|
572
|
-
return
|
|
571
|
+
var is = Array.isArray || (function(t) {
|
|
572
|
+
return Wi.call(t) === "[object Array]";
|
|
573
573
|
});
|
|
574
|
-
function
|
|
574
|
+
function he(t) {
|
|
575
575
|
return new RegExp("^(?:" + t.replace(/ /g, "|") + ")$");
|
|
576
576
|
}
|
|
577
|
-
var
|
|
577
|
+
var Re = function(e, s) {
|
|
578
578
|
this.line = e, this.column = s;
|
|
579
579
|
};
|
|
580
|
-
|
|
581
|
-
return new
|
|
580
|
+
Re.prototype.offset = function(e) {
|
|
581
|
+
return new Re(this.line, this.column + e);
|
|
582
582
|
};
|
|
583
|
-
var
|
|
583
|
+
var Ze = function(e, s, i) {
|
|
584
584
|
this.start = s, this.end = i, e.sourceFile !== null && (this.source = e.sourceFile);
|
|
585
585
|
};
|
|
586
|
-
function
|
|
586
|
+
function ks(t, e) {
|
|
587
587
|
for (var s = 1, i = 0; ; ) {
|
|
588
|
-
|
|
589
|
-
var r =
|
|
588
|
+
Ne.lastIndex = i;
|
|
589
|
+
var r = Ne.exec(t);
|
|
590
590
|
if (r && r.index < e)
|
|
591
591
|
++s, i = r.index + r[0].length;
|
|
592
592
|
else
|
|
593
|
-
return new
|
|
593
|
+
return new Re(s, e - i);
|
|
594
594
|
}
|
|
595
595
|
}
|
|
596
|
-
var
|
|
596
|
+
var St = {
|
|
597
597
|
// `ecmaVersion` indicates the ECMAScript version to parse. Must be
|
|
598
598
|
// either 3, 5, 6 (2015), 7 (2016), 8 (2017), 9 (2018), or 10
|
|
599
599
|
// (2019). This influences support for strict mode, the set of
|
|
@@ -677,19 +677,19 @@ var yt = {
|
|
|
677
677
|
// (non-standard) ParenthesizedExpression nodes
|
|
678
678
|
preserveParens: !1
|
|
679
679
|
};
|
|
680
|
-
function
|
|
680
|
+
function Ki(t) {
|
|
681
681
|
var e = {};
|
|
682
|
-
for (var s in
|
|
683
|
-
e[s] = t &&
|
|
684
|
-
if (e.ecmaVersion >= 2015 && (e.ecmaVersion -= 2009), e.allowReserved == null && (e.allowReserved = e.ecmaVersion < 5),
|
|
682
|
+
for (var s in St)
|
|
683
|
+
e[s] = t && Xe(t, s) ? t[s] : St[s];
|
|
684
|
+
if (e.ecmaVersion >= 2015 && (e.ecmaVersion -= 2009), e.allowReserved == null && (e.allowReserved = e.ecmaVersion < 5), is(e.onToken)) {
|
|
685
685
|
var i = e.onToken;
|
|
686
686
|
e.onToken = function(r) {
|
|
687
687
|
return i.push(r);
|
|
688
688
|
};
|
|
689
689
|
}
|
|
690
|
-
return
|
|
690
|
+
return is(e.onComment) && (e.onComment = zi(e, e.onComment)), e;
|
|
691
691
|
}
|
|
692
|
-
function
|
|
692
|
+
function zi(t, e) {
|
|
693
693
|
return function(s, i, r, n, a, u) {
|
|
694
694
|
var c = {
|
|
695
695
|
type: s ? "Block" : "Line",
|
|
@@ -697,50 +697,50 @@ function qi(t, e) {
|
|
|
697
697
|
start: r,
|
|
698
698
|
end: n
|
|
699
699
|
};
|
|
700
|
-
t.locations && (c.loc = new
|
|
700
|
+
t.locations && (c.loc = new Ze(this, a, u)), t.ranges && (c.range = [r, n]), e.push(c);
|
|
701
701
|
};
|
|
702
702
|
}
|
|
703
|
-
var
|
|
704
|
-
function
|
|
705
|
-
return
|
|
703
|
+
var Ve = 1, Le = 2, Ot = Ve | Le, Is = 4, As = 8, Ps = 16, Ts = 32, Ns = 64, Rs = 128;
|
|
704
|
+
function Ft(t, e) {
|
|
705
|
+
return Le | (t ? Is : 0) | (e ? As : 0);
|
|
706
706
|
}
|
|
707
|
-
var
|
|
708
|
-
this.options = e =
|
|
707
|
+
var rs = 0, Lt = 1, ee = 2, Vs = 3, Os = 4, Fs = 5, A = function(e, s, i) {
|
|
708
|
+
this.options = e = Ki(e), this.sourceFile = e.sourceFile, this.keywords = he(Bi[e.ecmaVersion >= 6 ? 6 : e.sourceType === "module" ? "5module" : 5]);
|
|
709
709
|
var r = "";
|
|
710
710
|
if (e.allowReserved !== !0) {
|
|
711
|
-
for (var n = e.ecmaVersion; !(r =
|
|
711
|
+
for (var n = e.ecmaVersion; !(r = lt[n]); n--)
|
|
712
712
|
;
|
|
713
713
|
e.sourceType === "module" && (r += " await");
|
|
714
714
|
}
|
|
715
|
-
this.reservedWords =
|
|
716
|
-
var a = (r ? r + " " : "") +
|
|
717
|
-
this.reservedWordsStrict =
|
|
718
|
-
`, i - 1) + 1, this.curLine = this.input.slice(0, this.lineStart).split(
|
|
719
|
-
},
|
|
715
|
+
this.reservedWords = he(r);
|
|
716
|
+
var a = (r ? r + " " : "") + lt.strict;
|
|
717
|
+
this.reservedWordsStrict = he(a), this.reservedWordsStrictBind = he(a + " " + lt.strictBind), this.input = String(s), this.containsEsc = !1, i ? (this.pos = i, this.lineStart = this.input.lastIndexOf(`
|
|
718
|
+
`, i - 1) + 1, this.curLine = this.input.slice(0, this.lineStart).split(G).length) : (this.pos = this.lineStart = 0, this.curLine = 1), this.type = o.eof, this.value = null, this.start = this.end = this.pos, this.startLoc = this.endLoc = this.curPosition(), this.lastTokEndLoc = this.lastTokStartLoc = null, this.lastTokStart = this.lastTokEnd = this.pos, this.context = this.initialContext(), this.exprAllowed = !0, this.inModule = e.sourceType === "module", this.strict = this.inModule || this.strictDirective(this.pos), this.potentialArrowAt = -1, this.yieldPos = this.awaitPos = this.awaitIdentPos = 0, this.labels = [], this.undefinedExports = {}, this.pos === 0 && e.allowHashBang && this.input.slice(0, 2) === "#!" && this.skipLineComment(2), this.scopeStack = [], this.enterScope(Ve), this.regexpState = null;
|
|
719
|
+
}, fe = { inFunction: { configurable: !0 }, inGenerator: { configurable: !0 }, inAsync: { configurable: !0 }, allowSuper: { configurable: !0 }, allowDirectSuper: { configurable: !0 }, treatFunctionsAsVar: { configurable: !0 } };
|
|
720
720
|
A.prototype.parse = function() {
|
|
721
721
|
var e = this.options.program || this.startNode();
|
|
722
722
|
return this.nextToken(), this.parseTopLevel(e);
|
|
723
723
|
};
|
|
724
|
-
|
|
725
|
-
return (this.currentVarScope().flags &
|
|
724
|
+
fe.inFunction.get = function() {
|
|
725
|
+
return (this.currentVarScope().flags & Le) > 0;
|
|
726
726
|
};
|
|
727
|
-
|
|
728
|
-
return (this.currentVarScope().flags &
|
|
727
|
+
fe.inGenerator.get = function() {
|
|
728
|
+
return (this.currentVarScope().flags & As) > 0;
|
|
729
729
|
};
|
|
730
|
-
|
|
731
|
-
return (this.currentVarScope().flags &
|
|
730
|
+
fe.inAsync.get = function() {
|
|
731
|
+
return (this.currentVarScope().flags & Is) > 0;
|
|
732
732
|
};
|
|
733
|
-
|
|
734
|
-
return (this.currentThisScope().flags &
|
|
733
|
+
fe.allowSuper.get = function() {
|
|
734
|
+
return (this.currentThisScope().flags & Ns) > 0;
|
|
735
735
|
};
|
|
736
|
-
|
|
737
|
-
return (this.currentThisScope().flags &
|
|
736
|
+
fe.allowDirectSuper.get = function() {
|
|
737
|
+
return (this.currentThisScope().flags & Rs) > 0;
|
|
738
738
|
};
|
|
739
|
-
|
|
739
|
+
fe.treatFunctionsAsVar.get = function() {
|
|
740
740
|
return this.treatFunctionsAsVarInScope(this.currentScope());
|
|
741
741
|
};
|
|
742
742
|
A.prototype.inNonArrowFunction = function() {
|
|
743
|
-
return (this.currentThisScope().flags &
|
|
743
|
+
return (this.currentThisScope().flags & Le) > 0;
|
|
744
744
|
};
|
|
745
745
|
A.extend = function() {
|
|
746
746
|
for (var e = [], s = arguments.length; s--; ) e[s] = arguments[s];
|
|
@@ -758,65 +758,65 @@ A.parseExpressionAt = function(e, s, i) {
|
|
|
758
758
|
A.tokenizer = function(e, s) {
|
|
759
759
|
return new this(s, e);
|
|
760
760
|
};
|
|
761
|
-
Object.defineProperties(A.prototype,
|
|
762
|
-
var
|
|
763
|
-
|
|
761
|
+
Object.defineProperties(A.prototype, fe);
|
|
762
|
+
var L = A.prototype, Ji = /^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;
|
|
763
|
+
L.strictDirective = function(t) {
|
|
764
764
|
for (; ; ) {
|
|
765
|
-
|
|
766
|
-
var e =
|
|
765
|
+
U.lastIndex = t, t += U.exec(this.input)[0].length;
|
|
766
|
+
var e = Ji.exec(this.input.slice(t));
|
|
767
767
|
if (!e)
|
|
768
768
|
return !1;
|
|
769
769
|
if ((e[1] || e[2]) === "use strict") {
|
|
770
|
-
|
|
771
|
-
var s =
|
|
772
|
-
return r === ";" || r === "}" ||
|
|
770
|
+
U.lastIndex = t + e[0].length;
|
|
771
|
+
var s = U.exec(this.input), i = s.index + s[0].length, r = this.input.charAt(i);
|
|
772
|
+
return r === ";" || r === "}" || G.test(s[0]) && !(/[(`.[+\-/*%<>=,?^&]/.test(r) || r === "!" && this.input.charAt(i + 1) === "=");
|
|
773
773
|
}
|
|
774
|
-
t += e[0].length,
|
|
774
|
+
t += e[0].length, U.lastIndex = t, t += U.exec(this.input)[0].length, this.input[t] === ";" && t++;
|
|
775
775
|
}
|
|
776
776
|
};
|
|
777
|
-
|
|
777
|
+
L.eat = function(t) {
|
|
778
778
|
return this.type === t ? (this.next(), !0) : !1;
|
|
779
779
|
};
|
|
780
|
-
|
|
780
|
+
L.isContextual = function(t) {
|
|
781
781
|
return this.type === o.name && this.value === t && !this.containsEsc;
|
|
782
782
|
};
|
|
783
|
-
|
|
783
|
+
L.eatContextual = function(t) {
|
|
784
784
|
return this.isContextual(t) ? (this.next(), !0) : !1;
|
|
785
785
|
};
|
|
786
|
-
|
|
786
|
+
L.expectContextual = function(t) {
|
|
787
787
|
this.eatContextual(t) || this.unexpected();
|
|
788
788
|
};
|
|
789
|
-
|
|
790
|
-
return this.type === o.eof || this.type === o.braceR ||
|
|
789
|
+
L.canInsertSemicolon = function() {
|
|
790
|
+
return this.type === o.eof || this.type === o.braceR || G.test(this.input.slice(this.lastTokEnd, this.start));
|
|
791
791
|
};
|
|
792
|
-
|
|
792
|
+
L.insertSemicolon = function() {
|
|
793
793
|
if (this.canInsertSemicolon())
|
|
794
794
|
return this.options.onInsertedSemicolon && this.options.onInsertedSemicolon(this.lastTokEnd, this.lastTokEndLoc), !0;
|
|
795
795
|
};
|
|
796
|
-
|
|
796
|
+
L.semicolon = function() {
|
|
797
797
|
!this.eat(o.semi) && !this.insertSemicolon() && this.unexpected();
|
|
798
798
|
};
|
|
799
|
-
|
|
799
|
+
L.afterTrailingComma = function(t, e) {
|
|
800
800
|
if (this.type === t)
|
|
801
801
|
return this.options.onTrailingComma && this.options.onTrailingComma(this.lastTokStart, this.lastTokStartLoc), e || this.next(), !0;
|
|
802
802
|
};
|
|
803
|
-
|
|
803
|
+
L.expect = function(t) {
|
|
804
804
|
this.eat(t) || this.unexpected();
|
|
805
805
|
};
|
|
806
|
-
|
|
806
|
+
L.unexpected = function(t) {
|
|
807
807
|
this.raise(t ?? this.start, "Unexpected token");
|
|
808
808
|
};
|
|
809
|
-
function
|
|
809
|
+
function et() {
|
|
810
810
|
this.shorthandAssign = this.trailingComma = this.parenthesizedAssign = this.parenthesizedBind = this.doubleProto = -1;
|
|
811
811
|
}
|
|
812
|
-
|
|
812
|
+
L.checkPatternErrors = function(t, e) {
|
|
813
813
|
if (t) {
|
|
814
814
|
t.trailingComma > -1 && this.raiseRecoverable(t.trailingComma, "Comma is not permitted after the rest element");
|
|
815
815
|
var s = e ? t.parenthesizedAssign : t.parenthesizedBind;
|
|
816
816
|
s > -1 && this.raiseRecoverable(s, "Parenthesized pattern");
|
|
817
817
|
}
|
|
818
818
|
};
|
|
819
|
-
|
|
819
|
+
L.checkExpressionErrors = function(t, e) {
|
|
820
820
|
if (!t)
|
|
821
821
|
return !1;
|
|
822
822
|
var s = t.shorthandAssign, i = t.doubleProto;
|
|
@@ -824,10 +824,10 @@ F.checkExpressionErrors = function(t, e) {
|
|
|
824
824
|
return s >= 0 || i >= 0;
|
|
825
825
|
s >= 0 && this.raise(s, "Shorthand property assignments are valid only in destructuring patterns"), i >= 0 && this.raiseRecoverable(i, "Redefinition of __proto__ property");
|
|
826
826
|
};
|
|
827
|
-
|
|
827
|
+
L.checkYieldAwaitInDefaultParams = function() {
|
|
828
828
|
this.yieldPos && (!this.awaitPos || this.yieldPos < this.awaitPos) && this.raise(this.yieldPos, "Yield expression cannot be a default value"), this.awaitPos && this.raise(this.awaitPos, "Await expression cannot be a default value");
|
|
829
829
|
};
|
|
830
|
-
|
|
830
|
+
L.isSimpleAssignTarget = function(t) {
|
|
831
831
|
return t.type === "ParenthesizedExpression" ? this.isSimpleAssignTarget(t.expression) : t.type === "Identifier" || t.type === "MemberExpression";
|
|
832
832
|
};
|
|
833
833
|
var y = A.prototype;
|
|
@@ -844,12 +844,12 @@ y.parseTopLevel = function(t) {
|
|
|
844
844
|
}
|
|
845
845
|
return this.adaptDirectivePrologue(t.body), this.next(), t.sourceType = this.options.sourceType, this.finishNode(t, "Program");
|
|
846
846
|
};
|
|
847
|
-
var
|
|
847
|
+
var jt = { kind: "loop" }, Qi = { kind: "switch" };
|
|
848
848
|
y.isLet = function(t) {
|
|
849
849
|
if (this.options.ecmaVersion < 6 || !this.isContextual("let"))
|
|
850
850
|
return !1;
|
|
851
|
-
|
|
852
|
-
var e =
|
|
851
|
+
U.lastIndex = this.pos;
|
|
852
|
+
var e = U.exec(this.input), s = this.pos + e[0].length, i = this.input.charCodeAt(s);
|
|
853
853
|
if (i === 91)
|
|
854
854
|
return !0;
|
|
855
855
|
if (t)
|
|
@@ -857,10 +857,10 @@ y.isLet = function(t) {
|
|
|
857
857
|
if (i === 123)
|
|
858
858
|
return !0;
|
|
859
859
|
if (ae(i, !0)) {
|
|
860
|
-
for (var r = s + 1;
|
|
860
|
+
for (var r = s + 1; ye(this.input.charCodeAt(r), !0); )
|
|
861
861
|
++r;
|
|
862
862
|
var n = this.input.slice(s, r);
|
|
863
|
-
if (!
|
|
863
|
+
if (!Hi.test(n))
|
|
864
864
|
return !0;
|
|
865
865
|
}
|
|
866
866
|
return !1;
|
|
@@ -868,9 +868,9 @@ y.isLet = function(t) {
|
|
|
868
868
|
y.isAsyncFunction = function() {
|
|
869
869
|
if (this.options.ecmaVersion < 8 || !this.isContextual("async"))
|
|
870
870
|
return !1;
|
|
871
|
-
|
|
872
|
-
var t =
|
|
873
|
-
return !
|
|
871
|
+
U.lastIndex = this.pos;
|
|
872
|
+
var t = U.exec(this.input), e = this.pos + t[0].length;
|
|
873
|
+
return !G.test(this.input.slice(this.pos, e)) && this.input.slice(e, e + 8) === "function" && (e + 8 === this.input.length || !ye(this.input.charAt(e + 8)));
|
|
874
874
|
};
|
|
875
875
|
y.parseStatement = function(t, e, s) {
|
|
876
876
|
var i = this.type, r = this.startNode(), n;
|
|
@@ -912,8 +912,8 @@ y.parseStatement = function(t, e, s) {
|
|
|
912
912
|
case o._export:
|
|
913
913
|
case o._import:
|
|
914
914
|
if (this.options.ecmaVersion > 10 && i === o._import) {
|
|
915
|
-
|
|
916
|
-
var a =
|
|
915
|
+
U.lastIndex = this.pos;
|
|
916
|
+
var a = U.exec(this.input), u = this.pos + a[0].length, c = this.input.charCodeAt(u);
|
|
917
917
|
if (c === 40 || c === 46)
|
|
918
918
|
return this.parseExpressionStatement(r, this.parseExpression());
|
|
919
919
|
}
|
|
@@ -944,23 +944,23 @@ y.parseDebuggerStatement = function(t) {
|
|
|
944
944
|
return this.next(), this.semicolon(), this.finishNode(t, "DebuggerStatement");
|
|
945
945
|
};
|
|
946
946
|
y.parseDoStatement = function(t) {
|
|
947
|
-
return this.next(), this.labels.push(
|
|
947
|
+
return this.next(), this.labels.push(jt), t.body = this.parseStatement("do"), this.labels.pop(), this.expect(o._while), t.test = this.parseParenExpression(), this.options.ecmaVersion >= 6 ? this.eat(o.semi) : this.semicolon(), this.finishNode(t, "DoWhileStatement");
|
|
948
948
|
};
|
|
949
949
|
y.parseForStatement = function(t) {
|
|
950
950
|
this.next();
|
|
951
951
|
var e = this.options.ecmaVersion >= 9 && (this.inAsync || !this.inFunction && this.options.allowAwaitOutsideFunction) && this.eatContextual("await") ? this.lastTokStart : -1;
|
|
952
|
-
if (this.labels.push(
|
|
952
|
+
if (this.labels.push(jt), this.enterScope(0), this.expect(o.parenL), this.type === o.semi)
|
|
953
953
|
return e > -1 && this.unexpected(e), this.parseFor(t, null);
|
|
954
954
|
var s = this.isLet();
|
|
955
955
|
if (this.type === o._var || this.type === o._const || s) {
|
|
956
956
|
var i = this.startNode(), r = s ? "let" : this.value;
|
|
957
957
|
return this.next(), this.parseVar(i, !0, r), this.finishNode(i, "VariableDeclaration"), (this.type === o._in || this.options.ecmaVersion >= 6 && this.isContextual("of")) && i.declarations.length === 1 ? (this.options.ecmaVersion >= 9 && (this.type === o._in ? e > -1 && this.unexpected(e) : t.await = e > -1), this.parseForIn(t, i)) : (e > -1 && this.unexpected(e), this.parseFor(t, i));
|
|
958
958
|
}
|
|
959
|
-
var n = new
|
|
959
|
+
var n = new et(), a = this.parseExpression(!0, n);
|
|
960
960
|
return this.type === o._in || this.options.ecmaVersion >= 6 && this.isContextual("of") ? (this.options.ecmaVersion >= 9 && (this.type === o._in ? e > -1 && this.unexpected(e) : t.await = e > -1), this.toAssignable(a, !1, n), this.checkLVal(a), this.parseForIn(t, a)) : (this.checkExpressionErrors(n, !0), e > -1 && this.unexpected(e), this.parseFor(t, a));
|
|
961
961
|
};
|
|
962
962
|
y.parseFunctionStatement = function(t, e, s) {
|
|
963
|
-
return this.next(), this.parseFunction(t,
|
|
963
|
+
return this.next(), this.parseFunction(t, Ae | (s ? 0 : Ct), !1, e);
|
|
964
964
|
};
|
|
965
965
|
y.parseIfStatement = function(t) {
|
|
966
966
|
return this.next(), t.test = this.parseParenExpression(), t.consequent = this.parseStatement("if"), t.alternate = this.eat(o._else) ? this.parseStatement("if") : null, this.finishNode(t, "IfStatement");
|
|
@@ -969,7 +969,7 @@ y.parseReturnStatement = function(t) {
|
|
|
969
969
|
return !this.inFunction && !this.options.allowReturnOutsideFunction && this.raise(this.start, "'return' outside of function"), this.next(), this.eat(o.semi) || this.insertSemicolon() ? t.argument = null : (t.argument = this.parseExpression(), this.semicolon()), this.finishNode(t, "ReturnStatement");
|
|
970
970
|
};
|
|
971
971
|
y.parseSwitchStatement = function(t) {
|
|
972
|
-
this.next(), t.discriminant = this.parseParenExpression(), t.cases = [], this.expect(o.braceL), this.labels.push(
|
|
972
|
+
this.next(), t.discriminant = this.parseParenExpression(), t.cases = [], this.expect(o.braceL), this.labels.push(Qi), this.enterScope(0);
|
|
973
973
|
for (var e, s = !1; this.type !== o.braceR; )
|
|
974
974
|
if (this.type === o._case || this.type === o._default) {
|
|
975
975
|
var i = this.type === o._case;
|
|
@@ -979,16 +979,16 @@ y.parseSwitchStatement = function(t) {
|
|
|
979
979
|
return this.exitScope(), e && this.finishNode(e, "SwitchCase"), this.next(), this.labels.pop(), this.finishNode(t, "SwitchStatement");
|
|
980
980
|
};
|
|
981
981
|
y.parseThrowStatement = function(t) {
|
|
982
|
-
return this.next(),
|
|
982
|
+
return this.next(), G.test(this.input.slice(this.lastTokEnd, this.start)) && this.raise(this.lastTokEnd, "Illegal newline after throw"), t.argument = this.parseExpression(), this.semicolon(), this.finishNode(t, "ThrowStatement");
|
|
983
983
|
};
|
|
984
|
-
var
|
|
984
|
+
var Yi = [];
|
|
985
985
|
y.parseTryStatement = function(t) {
|
|
986
986
|
if (this.next(), t.block = this.parseBlock(), t.handler = null, this.type === o._catch) {
|
|
987
987
|
var e = this.startNode();
|
|
988
988
|
if (this.next(), this.eat(o.parenL)) {
|
|
989
989
|
e.param = this.parseBindingAtom();
|
|
990
990
|
var s = e.param.type === "Identifier";
|
|
991
|
-
this.enterScope(s ?
|
|
991
|
+
this.enterScope(s ? Ts : 0), this.checkLVal(e.param, s ? Os : ee), this.expect(o.parenR);
|
|
992
992
|
} else
|
|
993
993
|
this.options.ecmaVersion < 10 && this.unexpected(), e.param = null, this.enterScope(0);
|
|
994
994
|
e.body = this.parseBlock(!1), this.exitScope(), t.handler = this.finishNode(e, "CatchClause");
|
|
@@ -999,7 +999,7 @@ y.parseVarStatement = function(t, e) {
|
|
|
999
999
|
return this.next(), this.parseVar(t, !1, e), this.semicolon(), this.finishNode(t, "VariableDeclaration");
|
|
1000
1000
|
};
|
|
1001
1001
|
y.parseWhileStatement = function(t) {
|
|
1002
|
-
return this.next(), t.test = this.parseParenExpression(), this.labels.push(
|
|
1002
|
+
return this.next(), t.test = this.parseParenExpression(), this.labels.push(jt), t.body = this.parseStatement("while"), this.labels.pop(), this.finishNode(t, "WhileStatement");
|
|
1003
1003
|
};
|
|
1004
1004
|
y.parseWithStatement = function(t) {
|
|
1005
1005
|
return this.strict && this.raise(this.start, "'with' in strict mode"), this.next(), t.object = this.parseParenExpression(), t.body = this.parseStatement("with"), this.finishNode(t, "WithStatement");
|
|
@@ -1050,13 +1050,13 @@ y.parseVar = function(t, e, s) {
|
|
|
1050
1050
|
return t;
|
|
1051
1051
|
};
|
|
1052
1052
|
y.parseVarId = function(t, e) {
|
|
1053
|
-
t.id = this.parseBindingAtom(), this.checkLVal(t.id, e === "var" ?
|
|
1053
|
+
t.id = this.parseBindingAtom(), this.checkLVal(t.id, e === "var" ? Lt : ee, !1);
|
|
1054
1054
|
};
|
|
1055
|
-
var
|
|
1055
|
+
var Ae = 1, Ct = 2, Ls = 4;
|
|
1056
1056
|
y.parseFunction = function(t, e, s, i) {
|
|
1057
|
-
this.initFunction(t), (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !i) && (this.type === o.star && e &
|
|
1057
|
+
this.initFunction(t), (this.options.ecmaVersion >= 9 || this.options.ecmaVersion >= 6 && !i) && (this.type === o.star && e & Ct && this.unexpected(), t.generator = this.eat(o.star)), this.options.ecmaVersion >= 8 && (t.async = !!i), e & Ae && (t.id = e & Ls && this.type !== o.name ? null : this.parseIdent(), t.id && !(e & Ct) && this.checkLVal(t.id, this.strict || t.generator || t.async ? this.treatFunctionsAsVar ? Lt : ee : Vs));
|
|
1058
1058
|
var r = this.yieldPos, n = this.awaitPos, a = this.awaitIdentPos;
|
|
1059
|
-
return this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0, this.enterScope(
|
|
1059
|
+
return this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0, this.enterScope(Ft(t.async, t.generator)), e & Ae || (t.id = this.type === o.name ? this.parseIdent() : null), this.parseFunctionParams(t), this.parseFunctionBody(t, s, !1), this.yieldPos = r, this.awaitPos = n, this.awaitIdentPos = a, this.finishNode(t, e & Ae ? "FunctionDeclaration" : "FunctionExpression");
|
|
1060
1060
|
};
|
|
1061
1061
|
y.parseFunctionParams = function(t) {
|
|
1062
1062
|
this.expect(o.parenL), t.params = this.parseBindingList(o.parenR, !1, this.options.ecmaVersion >= 8), this.checkYieldAwaitInDefaultParams();
|
|
@@ -1091,7 +1091,7 @@ y.parseClassMethod = function(t, e, s, i) {
|
|
|
1091
1091
|
return t.value = this.parseMethod(e, s, i), this.finishNode(t, "MethodDefinition");
|
|
1092
1092
|
};
|
|
1093
1093
|
y.parseClassId = function(t, e) {
|
|
1094
|
-
this.type === o.name ? (t.id = this.parseIdent(), e && this.checkLVal(t.id,
|
|
1094
|
+
this.type === o.name ? (t.id = this.parseIdent(), e && this.checkLVal(t.id, ee, !1)) : (e === !0 && this.unexpected(), t.id = null);
|
|
1095
1095
|
};
|
|
1096
1096
|
y.parseClassSuper = function(t) {
|
|
1097
1097
|
t.superClass = this.eat(o._extends) ? this.parseExprSubscripts() : null;
|
|
@@ -1104,7 +1104,7 @@ y.parseExport = function(t, e) {
|
|
|
1104
1104
|
var s;
|
|
1105
1105
|
if (this.type === o._function || (s = this.isAsyncFunction())) {
|
|
1106
1106
|
var i = this.startNode();
|
|
1107
|
-
this.next(), s && this.next(), t.declaration = this.parseFunction(i,
|
|
1107
|
+
this.next(), s && this.next(), t.declaration = this.parseFunction(i, Ae | Ls, !1, s);
|
|
1108
1108
|
} else if (this.type === o._class) {
|
|
1109
1109
|
var r = this.startNode();
|
|
1110
1110
|
t.declaration = this.parseClass(r, "nullableID");
|
|
@@ -1129,7 +1129,7 @@ y.parseExport = function(t, e) {
|
|
|
1129
1129
|
return this.finishNode(t, "ExportNamedDeclaration");
|
|
1130
1130
|
};
|
|
1131
1131
|
y.checkExport = function(t, e, s) {
|
|
1132
|
-
t && (
|
|
1132
|
+
t && (Xe(t, e) && this.raiseRecoverable(s, "Duplicate export '" + e + "'"), t[e] = !0);
|
|
1133
1133
|
};
|
|
1134
1134
|
y.checkPatternExport = function(t, e) {
|
|
1135
1135
|
var s = e.type;
|
|
@@ -1170,18 +1170,18 @@ y.parseExportSpecifiers = function(t) {
|
|
|
1170
1170
|
return e;
|
|
1171
1171
|
};
|
|
1172
1172
|
y.parseImport = function(t) {
|
|
1173
|
-
return this.next(), this.type === o.string ? (t.specifiers =
|
|
1173
|
+
return this.next(), this.type === o.string ? (t.specifiers = Yi, t.source = this.parseExprAtom()) : (t.specifiers = this.parseImportSpecifiers(), this.expectContextual("from"), t.source = this.type === o.string ? this.parseExprAtom() : this.unexpected()), this.semicolon(), this.finishNode(t, "ImportDeclaration");
|
|
1174
1174
|
};
|
|
1175
1175
|
y.parseImportSpecifiers = function() {
|
|
1176
1176
|
var t = [], e = !0;
|
|
1177
1177
|
if (this.type === o.name) {
|
|
1178
1178
|
var s = this.startNode();
|
|
1179
|
-
if (s.local = this.parseIdent(), this.checkLVal(s.local,
|
|
1179
|
+
if (s.local = this.parseIdent(), this.checkLVal(s.local, ee), t.push(this.finishNode(s, "ImportDefaultSpecifier")), !this.eat(o.comma))
|
|
1180
1180
|
return t;
|
|
1181
1181
|
}
|
|
1182
1182
|
if (this.type === o.star) {
|
|
1183
1183
|
var i = this.startNode();
|
|
1184
|
-
return this.next(), this.expectContextual("as"), i.local = this.parseIdent(), this.checkLVal(i.local,
|
|
1184
|
+
return this.next(), this.expectContextual("as"), i.local = this.parseIdent(), this.checkLVal(i.local, ee), t.push(this.finishNode(i, "ImportNamespaceSpecifier")), t;
|
|
1185
1185
|
}
|
|
1186
1186
|
for (this.expect(o.braceL); !this.eat(o.braceR); ) {
|
|
1187
1187
|
if (e)
|
|
@@ -1189,7 +1189,7 @@ y.parseImportSpecifiers = function() {
|
|
|
1189
1189
|
else if (this.expect(o.comma), this.afterTrailingComma(o.braceR))
|
|
1190
1190
|
break;
|
|
1191
1191
|
var r = this.startNode();
|
|
1192
|
-
r.imported = this.parseIdent(!0), this.eatContextual("as") ? r.local = this.parseIdent() : (this.checkUnreserved(r.imported), r.local = r.imported), this.checkLVal(r.local,
|
|
1192
|
+
r.imported = this.parseIdent(!0), this.eatContextual("as") ? r.local = this.parseIdent() : (this.checkUnreserved(r.imported), r.local = r.imported), this.checkLVal(r.local, ee), t.push(this.finishNode(r, "ImportSpecifier"));
|
|
1193
1193
|
}
|
|
1194
1194
|
return t;
|
|
1195
1195
|
};
|
|
@@ -1201,8 +1201,8 @@ y.isDirectiveCandidate = function(t) {
|
|
|
1201
1201
|
return t.type === "ExpressionStatement" && t.expression.type === "Literal" && typeof t.expression.value == "string" && // Reject parenthesized strings.
|
|
1202
1202
|
(this.input[t.start] === '"' || this.input[t.start] === "'");
|
|
1203
1203
|
};
|
|
1204
|
-
var
|
|
1205
|
-
|
|
1204
|
+
var se = A.prototype;
|
|
1205
|
+
se.toAssignable = function(t, e, s) {
|
|
1206
1206
|
if (this.options.ecmaVersion >= 6 && t)
|
|
1207
1207
|
switch (t.type) {
|
|
1208
1208
|
case "Identifier":
|
|
@@ -1248,7 +1248,7 @@ te.toAssignable = function(t, e, s) {
|
|
|
1248
1248
|
else s && this.checkPatternErrors(s, !0);
|
|
1249
1249
|
return t;
|
|
1250
1250
|
};
|
|
1251
|
-
|
|
1251
|
+
se.toAssignableList = function(t, e) {
|
|
1252
1252
|
for (var s = t.length, i = 0; i < s; i++) {
|
|
1253
1253
|
var r = t[i];
|
|
1254
1254
|
r && this.toAssignable(r, e);
|
|
@@ -1259,15 +1259,15 @@ te.toAssignableList = function(t, e) {
|
|
|
1259
1259
|
}
|
|
1260
1260
|
return t;
|
|
1261
1261
|
};
|
|
1262
|
-
|
|
1262
|
+
se.parseSpread = function(t) {
|
|
1263
1263
|
var e = this.startNode();
|
|
1264
1264
|
return this.next(), e.argument = this.parseMaybeAssign(!1, t), this.finishNode(e, "SpreadElement");
|
|
1265
1265
|
};
|
|
1266
|
-
|
|
1266
|
+
se.parseRestBinding = function() {
|
|
1267
1267
|
var t = this.startNode();
|
|
1268
1268
|
return this.next(), this.options.ecmaVersion === 6 && this.type !== o.name && this.unexpected(), t.argument = this.parseBindingAtom(), this.finishNode(t, "RestElement");
|
|
1269
1269
|
};
|
|
1270
|
-
|
|
1270
|
+
se.parseBindingAtom = function() {
|
|
1271
1271
|
if (this.options.ecmaVersion >= 6)
|
|
1272
1272
|
switch (this.type) {
|
|
1273
1273
|
case o.bracketL:
|
|
@@ -1278,7 +1278,7 @@ te.parseBindingAtom = function() {
|
|
|
1278
1278
|
}
|
|
1279
1279
|
return this.parseIdent();
|
|
1280
1280
|
};
|
|
1281
|
-
|
|
1281
|
+
se.parseBindingList = function(t, e, s) {
|
|
1282
1282
|
for (var i = [], r = !0; !this.eat(t); )
|
|
1283
1283
|
if (r ? r = !1 : this.expect(o.comma), e && this.type === o.comma)
|
|
1284
1284
|
i.push(null);
|
|
@@ -1296,19 +1296,19 @@ te.parseBindingList = function(t, e, s) {
|
|
|
1296
1296
|
}
|
|
1297
1297
|
return i;
|
|
1298
1298
|
};
|
|
1299
|
-
|
|
1299
|
+
se.parseBindingListItem = function(t) {
|
|
1300
1300
|
return t;
|
|
1301
1301
|
};
|
|
1302
|
-
|
|
1302
|
+
se.parseMaybeDefault = function(t, e, s) {
|
|
1303
1303
|
if (s = s || this.parseBindingAtom(), this.options.ecmaVersion < 6 || !this.eat(o.eq))
|
|
1304
1304
|
return s;
|
|
1305
1305
|
var i = this.startNodeAt(t, e);
|
|
1306
1306
|
return i.left = s, i.right = this.parseMaybeAssign(), this.finishNode(i, "AssignmentPattern");
|
|
1307
1307
|
};
|
|
1308
|
-
|
|
1309
|
-
switch (e === void 0 && (e =
|
|
1308
|
+
se.checkLVal = function(t, e, s) {
|
|
1309
|
+
switch (e === void 0 && (e = rs), t.type) {
|
|
1310
1310
|
case "Identifier":
|
|
1311
|
-
e ===
|
|
1311
|
+
e === ee && t.name === "let" && this.raiseRecoverable(t.start, "let is disallowed as a lexically bound name"), this.strict && this.reservedWordsStrictBind.test(t.name) && this.raiseRecoverable(t.start, (e ? "Binding " : "Assigning to ") + t.name + " in strict mode"), s && (Xe(s, t.name) && this.raiseRecoverable(t.start, "Argument name clash"), s[t.name] = !0), e !== rs && e !== Fs && this.declareName(t.name, e, t.start);
|
|
1312
1312
|
break;
|
|
1313
1313
|
case "ChainExpression":
|
|
1314
1314
|
this.raiseRecoverable(t.start, "Optional chaining cannot appear in left-hand side");
|
|
@@ -1394,7 +1394,7 @@ _.parseMaybeAssign = function(t, e, s) {
|
|
|
1394
1394
|
this.exprAllowed = !1;
|
|
1395
1395
|
}
|
|
1396
1396
|
var i = !1, r = -1, n = -1;
|
|
1397
|
-
e ? (r = e.parenthesizedAssign, n = e.trailingComma, e.parenthesizedAssign = e.trailingComma = -1) : (e = new
|
|
1397
|
+
e ? (r = e.parenthesizedAssign, n = e.trailingComma, e.parenthesizedAssign = e.trailingComma = -1) : (e = new et(), i = !0);
|
|
1398
1398
|
var a = this.start, u = this.startLoc;
|
|
1399
1399
|
(this.type === o.parenL || this.type === o.name) && (this.potentialArrowAt = this.start);
|
|
1400
1400
|
var c = this.parseMaybeConditional(t, e);
|
|
@@ -1480,14 +1480,14 @@ _.parseSubscript = function(t, e, s, i, r, n) {
|
|
|
1480
1480
|
var l = this.startNodeAt(e, s);
|
|
1481
1481
|
l.object = t, l.property = c ? this.parseExpression() : this.parseIdent(this.options.allowReserved !== "never"), l.computed = !!c, c && this.expect(o.bracketR), a && (l.optional = u), t = this.finishNode(l, "MemberExpression");
|
|
1482
1482
|
} else if (!i && this.eat(o.parenL)) {
|
|
1483
|
-
var h = new
|
|
1483
|
+
var h = new et(), p = this.yieldPos, d = this.awaitPos, f = this.awaitIdentPos;
|
|
1484
1484
|
this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0;
|
|
1485
1485
|
var m = this.parseExprList(o.parenR, this.options.ecmaVersion >= 8, !1, h);
|
|
1486
1486
|
if (r && !u && !this.canInsertSemicolon() && this.eat(o.arrow))
|
|
1487
1487
|
return this.checkPatternErrors(h, !1), this.checkYieldAwaitInDefaultParams(), this.awaitIdentPos > 0 && this.raise(this.awaitIdentPos, "Cannot use 'await' as identifier inside an async function"), this.yieldPos = p, this.awaitPos = d, this.awaitIdentPos = f, this.parseArrowExpression(this.startNodeAt(e, s), m, !0);
|
|
1488
1488
|
this.checkExpressionErrors(h, !0), this.yieldPos = p || this.yieldPos, this.awaitPos = d || this.awaitPos, this.awaitIdentPos = f || this.awaitIdentPos;
|
|
1489
|
-
var
|
|
1490
|
-
|
|
1489
|
+
var v = this.startNodeAt(e, s);
|
|
1490
|
+
v.callee = t, v.arguments = m, a && (v.optional = u), t = this.finishNode(v, "CallExpression");
|
|
1491
1491
|
} else if (this.type === o.backQuote) {
|
|
1492
1492
|
(u || n) && this.raise(this.start, "Optional chaining cannot appear in the tag of tagged template expressions");
|
|
1493
1493
|
var g = this.startNodeAt(e, s);
|
|
@@ -1583,7 +1583,7 @@ _.parseParenAndDistinguishExpression = function(t) {
|
|
|
1583
1583
|
var e = this.start, s = this.startLoc, i, r = this.options.ecmaVersion >= 8;
|
|
1584
1584
|
if (this.options.ecmaVersion >= 6) {
|
|
1585
1585
|
this.next();
|
|
1586
|
-
var n = this.start, a = this.startLoc, u = [], c = !0, l = !1, h = new
|
|
1586
|
+
var n = this.start, a = this.startLoc, u = [], c = !0, l = !1, h = new et(), p = this.yieldPos, d = this.awaitPos, f;
|
|
1587
1587
|
for (this.yieldPos = 0, this.awaitPos = 0; this.type !== o.parenR; )
|
|
1588
1588
|
if (c ? c = !1 : this.expect(o.comma), r && this.afterTrailingComma(o.parenR, !0)) {
|
|
1589
1589
|
l = !0;
|
|
@@ -1593,10 +1593,10 @@ _.parseParenAndDistinguishExpression = function(t) {
|
|
|
1593
1593
|
break;
|
|
1594
1594
|
} else
|
|
1595
1595
|
u.push(this.parseMaybeAssign(!1, h, this.parseParenItem));
|
|
1596
|
-
var m = this.start,
|
|
1596
|
+
var m = this.start, v = this.startLoc;
|
|
1597
1597
|
if (this.expect(o.parenR), t && !this.canInsertSemicolon() && this.eat(o.arrow))
|
|
1598
1598
|
return this.checkPatternErrors(h, !1), this.checkYieldAwaitInDefaultParams(), this.yieldPos = p, this.awaitPos = d, this.parseParenArrowList(e, s, u);
|
|
1599
|
-
(!u.length || l) && this.unexpected(this.lastTokStart), f && this.unexpected(f), this.checkExpressionErrors(h, !0), this.yieldPos = p || this.yieldPos, this.awaitPos = d || this.awaitPos, u.length > 1 ? (i = this.startNodeAt(n, a), i.expressions = u, this.finishNodeAt(i, "SequenceExpression", m,
|
|
1599
|
+
(!u.length || l) && this.unexpected(this.lastTokStart), f && this.unexpected(f), this.checkExpressionErrors(h, !0), this.yieldPos = p || this.yieldPos, this.awaitPos = d || this.awaitPos, u.length > 1 ? (i = this.startNodeAt(n, a), i.expressions = u, this.finishNodeAt(i, "SequenceExpression", m, v)) : i = u[0];
|
|
1600
1600
|
} else
|
|
1601
1601
|
i = this.parseParenExpression();
|
|
1602
1602
|
if (this.options.preserveParens) {
|
|
@@ -1611,7 +1611,7 @@ _.parseParenItem = function(t) {
|
|
|
1611
1611
|
_.parseParenArrowList = function(t, e, s) {
|
|
1612
1612
|
return this.parseArrowExpression(this.startNodeAt(t, e), s);
|
|
1613
1613
|
};
|
|
1614
|
-
var
|
|
1614
|
+
var Xi = [];
|
|
1615
1615
|
_.parseNew = function() {
|
|
1616
1616
|
this.containsEsc && this.raiseRecoverable(this.start, "Escape sequence in keyword new");
|
|
1617
1617
|
var t = this.startNode(), e = this.parseIdent(!0);
|
|
@@ -1621,7 +1621,7 @@ _.parseNew = function() {
|
|
|
1621
1621
|
return t.property = this.parseIdent(!0), t.property.name !== "target" && this.raiseRecoverable(t.property.start, "The only valid meta property for new is 'new.target'"), s && this.raiseRecoverable(t.start, "'new.target' must not contain escaped characters"), this.inNonArrowFunction() || this.raiseRecoverable(t.start, "'new.target' can only be used in functions"), this.finishNode(t, "MetaProperty");
|
|
1622
1622
|
}
|
|
1623
1623
|
var i = this.start, r = this.startLoc, n = this.type === o._import;
|
|
1624
|
-
return t.callee = this.parseSubscripts(this.parseExprAtom(), i, r, !0), n && t.callee.type === "ImportExpression" && this.raise(i, "Cannot use new with import()"), this.eat(o.parenL) ? t.arguments = this.parseExprList(o.parenR, this.options.ecmaVersion >= 8, !1) : t.arguments =
|
|
1624
|
+
return t.callee = this.parseSubscripts(this.parseExprAtom(), i, r, !0), n && t.callee.type === "ImportExpression" && this.raise(i, "Cannot use new with import()"), this.eat(o.parenL) ? t.arguments = this.parseExprList(o.parenR, this.options.ecmaVersion >= 8, !1) : t.arguments = Xi, this.finishNode(t, "NewExpression");
|
|
1625
1625
|
};
|
|
1626
1626
|
_.parseTemplateElement = function(t) {
|
|
1627
1627
|
var e = t.isTagged, s = this.startNode();
|
|
@@ -1646,7 +1646,7 @@ _.parseTemplate = function(t) {
|
|
|
1646
1646
|
return this.next(), this.finishNode(s, "TemplateLiteral");
|
|
1647
1647
|
};
|
|
1648
1648
|
_.isAsyncProp = function(t) {
|
|
1649
|
-
return !t.computed && t.key.type === "Identifier" && t.key.name === "async" && (this.type === o.name || this.type === o.num || this.type === o.string || this.type === o.bracketL || this.type.keyword || this.options.ecmaVersion >= 9 && this.type === o.star) && !
|
|
1649
|
+
return !t.computed && t.key.type === "Identifier" && t.key.name === "async" && (this.type === o.name || this.type === o.num || this.type === o.string || this.type === o.bracketL || this.type.keyword || this.options.ecmaVersion >= 9 && this.type === o.star) && !G.test(this.input.slice(this.lastTokEnd, this.start));
|
|
1650
1650
|
};
|
|
1651
1651
|
_.parseObj = function(t, e) {
|
|
1652
1652
|
var s = this.startNode(), i = !0, r = {};
|
|
@@ -1696,11 +1696,11 @@ _.initFunction = function(t) {
|
|
|
1696
1696
|
};
|
|
1697
1697
|
_.parseMethod = function(t, e, s) {
|
|
1698
1698
|
var i = this.startNode(), r = this.yieldPos, n = this.awaitPos, a = this.awaitIdentPos;
|
|
1699
|
-
return this.initFunction(i), this.options.ecmaVersion >= 6 && (i.generator = t), this.options.ecmaVersion >= 8 && (i.async = !!e), this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0, this.enterScope(
|
|
1699
|
+
return this.initFunction(i), this.options.ecmaVersion >= 6 && (i.generator = t), this.options.ecmaVersion >= 8 && (i.async = !!e), this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0, this.enterScope(Ft(e, i.generator) | Ns | (s ? Rs : 0)), this.expect(o.parenL), i.params = this.parseBindingList(o.parenR, !1, this.options.ecmaVersion >= 8), this.checkYieldAwaitInDefaultParams(), this.parseFunctionBody(i, !1, !0), this.yieldPos = r, this.awaitPos = n, this.awaitIdentPos = a, this.finishNode(i, "FunctionExpression");
|
|
1700
1700
|
};
|
|
1701
1701
|
_.parseArrowExpression = function(t, e, s) {
|
|
1702
1702
|
var i = this.yieldPos, r = this.awaitPos, n = this.awaitIdentPos;
|
|
1703
|
-
return this.enterScope(
|
|
1703
|
+
return this.enterScope(Ft(s, !1) | Ps), this.initFunction(t), this.options.ecmaVersion >= 8 && (t.async = !!s), this.yieldPos = 0, this.awaitPos = 0, this.awaitIdentPos = 0, t.params = this.toAssignableList(e, !0), this.parseFunctionBody(t, !0, !1), this.yieldPos = i, this.awaitPos = r, this.awaitIdentPos = n, this.finishNode(t, "ArrowFunctionExpression");
|
|
1704
1704
|
};
|
|
1705
1705
|
_.parseFunctionBody = function(t, e, s) {
|
|
1706
1706
|
var i = e && this.type !== o.braceL, r = this.strict, n = !1;
|
|
@@ -1710,7 +1710,7 @@ _.parseFunctionBody = function(t, e, s) {
|
|
|
1710
1710
|
var a = this.options.ecmaVersion >= 7 && !this.isSimpleParamList(t.params);
|
|
1711
1711
|
(!r || a) && (n = this.strictDirective(this.end), n && a && this.raiseRecoverable(t.start, "Illegal 'use strict' directive in function with non-simple parameter list"));
|
|
1712
1712
|
var u = this.labels;
|
|
1713
|
-
this.labels = [], n && (this.strict = !0), this.checkParams(t, !r && !n && !e && !s && this.isSimpleParamList(t.params)), this.strict && t.id && this.checkLVal(t.id,
|
|
1713
|
+
this.labels = [], n && (this.strict = !0), this.checkParams(t, !r && !n && !e && !s && this.isSimpleParamList(t.params)), this.strict && t.id && this.checkLVal(t.id, Fs), t.body = this.parseBlock(!1, void 0, n && !r), t.expression = !1, this.adaptDirectivePrologue(t.body.body), this.labels = u;
|
|
1714
1714
|
}
|
|
1715
1715
|
this.exitScope();
|
|
1716
1716
|
};
|
|
@@ -1725,7 +1725,7 @@ _.isSimpleParamList = function(t) {
|
|
|
1725
1725
|
_.checkParams = function(t, e) {
|
|
1726
1726
|
for (var s = {}, i = 0, r = t.params; i < r.length; i += 1) {
|
|
1727
1727
|
var n = r[i];
|
|
1728
|
-
this.checkLVal(n,
|
|
1728
|
+
this.checkLVal(n, Lt, e ? null : s);
|
|
1729
1729
|
}
|
|
1730
1730
|
};
|
|
1731
1731
|
_.parseExprList = function(t, e, s, i) {
|
|
@@ -1760,49 +1760,49 @@ _.parseAwait = function() {
|
|
|
1760
1760
|
var t = this.startNode();
|
|
1761
1761
|
return this.next(), t.argument = this.parseMaybeUnary(null, !1), this.finishNode(t, "AwaitExpression");
|
|
1762
1762
|
};
|
|
1763
|
-
var
|
|
1764
|
-
|
|
1765
|
-
var s =
|
|
1763
|
+
var We = A.prototype;
|
|
1764
|
+
We.raise = function(t, e) {
|
|
1765
|
+
var s = ks(this.input, t);
|
|
1766
1766
|
e += " (" + s.line + ":" + s.column + ")";
|
|
1767
1767
|
var i = new SyntaxError(e);
|
|
1768
1768
|
throw i.pos = t, i.loc = s, i.raisedAt = this.pos, i;
|
|
1769
1769
|
};
|
|
1770
|
-
|
|
1771
|
-
|
|
1770
|
+
We.raiseRecoverable = We.raise;
|
|
1771
|
+
We.curPosition = function() {
|
|
1772
1772
|
if (this.options.locations)
|
|
1773
|
-
return new
|
|
1773
|
+
return new Re(this.curLine, this.pos - this.lineStart);
|
|
1774
1774
|
};
|
|
1775
|
-
var oe = A.prototype,
|
|
1775
|
+
var oe = A.prototype, Zi = function(e) {
|
|
1776
1776
|
this.flags = e, this.var = [], this.lexical = [], this.functions = [];
|
|
1777
1777
|
};
|
|
1778
1778
|
oe.enterScope = function(t) {
|
|
1779
|
-
this.scopeStack.push(new
|
|
1779
|
+
this.scopeStack.push(new Zi(t));
|
|
1780
1780
|
};
|
|
1781
1781
|
oe.exitScope = function() {
|
|
1782
1782
|
this.scopeStack.pop();
|
|
1783
1783
|
};
|
|
1784
1784
|
oe.treatFunctionsAsVarInScope = function(t) {
|
|
1785
|
-
return t.flags &
|
|
1785
|
+
return t.flags & Le || !this.inModule && t.flags & Ve;
|
|
1786
1786
|
};
|
|
1787
1787
|
oe.declareName = function(t, e, s) {
|
|
1788
1788
|
var i = !1;
|
|
1789
|
-
if (e ===
|
|
1789
|
+
if (e === ee) {
|
|
1790
1790
|
var r = this.currentScope();
|
|
1791
|
-
i = r.lexical.indexOf(t) > -1 || r.functions.indexOf(t) > -1 || r.var.indexOf(t) > -1, r.lexical.push(t), this.inModule && r.flags &
|
|
1792
|
-
} else if (e ===
|
|
1791
|
+
i = r.lexical.indexOf(t) > -1 || r.functions.indexOf(t) > -1 || r.var.indexOf(t) > -1, r.lexical.push(t), this.inModule && r.flags & Ve && delete this.undefinedExports[t];
|
|
1792
|
+
} else if (e === Os) {
|
|
1793
1793
|
var n = this.currentScope();
|
|
1794
1794
|
n.lexical.push(t);
|
|
1795
|
-
} else if (e ===
|
|
1795
|
+
} else if (e === Vs) {
|
|
1796
1796
|
var a = this.currentScope();
|
|
1797
1797
|
this.treatFunctionsAsVar ? i = a.lexical.indexOf(t) > -1 : i = a.lexical.indexOf(t) > -1 || a.var.indexOf(t) > -1, a.functions.push(t);
|
|
1798
1798
|
} else
|
|
1799
1799
|
for (var u = this.scopeStack.length - 1; u >= 0; --u) {
|
|
1800
1800
|
var c = this.scopeStack[u];
|
|
1801
|
-
if (c.lexical.indexOf(t) > -1 && !(c.flags &
|
|
1801
|
+
if (c.lexical.indexOf(t) > -1 && !(c.flags & Ts && c.lexical[0] === t) || !this.treatFunctionsAsVarInScope(c) && c.functions.indexOf(t) > -1) {
|
|
1802
1802
|
i = !0;
|
|
1803
1803
|
break;
|
|
1804
1804
|
}
|
|
1805
|
-
if (c.var.push(t), this.inModule && c.flags &
|
|
1805
|
+
if (c.var.push(t), this.inModule && c.flags & Ve && delete this.undefinedExports[t], c.flags & Ot)
|
|
1806
1806
|
break;
|
|
1807
1807
|
}
|
|
1808
1808
|
i && this.raiseRecoverable(s, "Identifier '" + t + "' has already been declared");
|
|
@@ -1816,34 +1816,34 @@ oe.currentScope = function() {
|
|
|
1816
1816
|
oe.currentVarScope = function() {
|
|
1817
1817
|
for (var t = this.scopeStack.length - 1; ; t--) {
|
|
1818
1818
|
var e = this.scopeStack[t];
|
|
1819
|
-
if (e.flags &
|
|
1819
|
+
if (e.flags & Ot)
|
|
1820
1820
|
return e;
|
|
1821
1821
|
}
|
|
1822
1822
|
};
|
|
1823
1823
|
oe.currentThisScope = function() {
|
|
1824
1824
|
for (var t = this.scopeStack.length - 1; ; t--) {
|
|
1825
1825
|
var e = this.scopeStack[t];
|
|
1826
|
-
if (e.flags &
|
|
1826
|
+
if (e.flags & Ot && !(e.flags & Ps))
|
|
1827
1827
|
return e;
|
|
1828
1828
|
}
|
|
1829
1829
|
};
|
|
1830
|
-
var
|
|
1831
|
-
this.type = "", this.start = s, this.end = 0, e.options.locations && (this.loc = new
|
|
1832
|
-
},
|
|
1833
|
-
|
|
1834
|
-
return new
|
|
1830
|
+
var Mt = function(e, s, i) {
|
|
1831
|
+
this.type = "", this.start = s, this.end = 0, e.options.locations && (this.loc = new Ze(e, i)), e.options.directSourceFile && (this.sourceFile = e.options.directSourceFile), e.options.ranges && (this.range = [s, 0]);
|
|
1832
|
+
}, tt = A.prototype;
|
|
1833
|
+
tt.startNode = function() {
|
|
1834
|
+
return new Mt(this, this.start, this.startLoc);
|
|
1835
1835
|
};
|
|
1836
|
-
|
|
1837
|
-
return new
|
|
1836
|
+
tt.startNodeAt = function(t, e) {
|
|
1837
|
+
return new Mt(this, t, e);
|
|
1838
1838
|
};
|
|
1839
|
-
function
|
|
1839
|
+
function js(t, e, s, i) {
|
|
1840
1840
|
return t.type = e, t.end = s, this.options.locations && (t.loc.end = i), this.options.ranges && (t.range[1] = s), t;
|
|
1841
1841
|
}
|
|
1842
|
-
|
|
1843
|
-
return
|
|
1842
|
+
tt.finishNode = function(t, e) {
|
|
1843
|
+
return js.call(this, t, e, this.lastTokEnd, this.lastTokEndLoc);
|
|
1844
1844
|
};
|
|
1845
|
-
|
|
1846
|
-
return
|
|
1845
|
+
tt.finishNodeAt = function(t, e, s, i) {
|
|
1846
|
+
return js.call(this, t, e, s, i);
|
|
1847
1847
|
};
|
|
1848
1848
|
var q = function(e, s, i, r, n) {
|
|
1849
1849
|
this.token = e, this.isExpr = !!s, this.preserveSpace = !!i, this.override = r, this.generator = !!n;
|
|
@@ -1860,15 +1860,15 @@ var q = function(e, s, i, r, n) {
|
|
|
1860
1860
|
f_expr: new q("function", !0),
|
|
1861
1861
|
f_expr_gen: new q("function", !0, !1, null, !0),
|
|
1862
1862
|
f_gen: new q("function", !1, !1, null, !0)
|
|
1863
|
-
},
|
|
1864
|
-
|
|
1863
|
+
}, st = A.prototype;
|
|
1864
|
+
st.initialContext = function() {
|
|
1865
1865
|
return [I.b_stat];
|
|
1866
1866
|
};
|
|
1867
|
-
|
|
1867
|
+
st.braceIsBlock = function(t) {
|
|
1868
1868
|
var e = this.curContext();
|
|
1869
|
-
return e === I.f_expr || e === I.f_stat ? !0 : t === o.colon && (e === I.b_stat || e === I.b_expr) ? !e.isExpr : t === o._return || t === o.name && this.exprAllowed ?
|
|
1869
|
+
return e === I.f_expr || e === I.f_stat ? !0 : t === o.colon && (e === I.b_stat || e === I.b_expr) ? !e.isExpr : t === o._return || t === o.name && this.exprAllowed ? G.test(this.input.slice(this.lastTokEnd, this.start)) : t === o._else || t === o.semi || t === o.eof || t === o.parenR || t === o.arrow ? !0 : t === o.braceL ? e === I.b_stat : t === o._var || t === o._const || t === o.name ? !1 : !this.exprAllowed;
|
|
1870
1870
|
};
|
|
1871
|
-
|
|
1871
|
+
st.inGeneratorContext = function() {
|
|
1872
1872
|
for (var t = this.context.length - 1; t >= 1; t--) {
|
|
1873
1873
|
var e = this.context[t];
|
|
1874
1874
|
if (e.token === "function")
|
|
@@ -1876,7 +1876,7 @@ Ze.inGeneratorContext = function() {
|
|
|
1876
1876
|
}
|
|
1877
1877
|
return !1;
|
|
1878
1878
|
};
|
|
1879
|
-
|
|
1879
|
+
st.updateContext = function(t) {
|
|
1880
1880
|
var e, s = this.type;
|
|
1881
1881
|
s.keyword && t === o.dot ? this.exprAllowed = !1 : (e = s.updateContext) ? e.call(this, t) : this.exprAllowed = s.beforeExpr;
|
|
1882
1882
|
};
|
|
@@ -1901,7 +1901,7 @@ o.parenL.updateContext = function(t) {
|
|
|
1901
1901
|
o.incDec.updateContext = function() {
|
|
1902
1902
|
};
|
|
1903
1903
|
o._function.updateContext = o._class.updateContext = function(t) {
|
|
1904
|
-
t.beforeExpr && t !== o.semi && t !== o._else && !(t === o._return &&
|
|
1904
|
+
t.beforeExpr && t !== o.semi && t !== o._else && !(t === o._return && G.test(this.input.slice(this.lastTokEnd, this.start))) && !((t === o.colon || t === o.braceL) && this.curContext() === I.b_stat) ? this.context.push(I.f_expr) : this.context.push(I.f_stat), this.exprAllowed = !1;
|
|
1905
1905
|
};
|
|
1906
1906
|
o.backQuote.updateContext = function() {
|
|
1907
1907
|
this.curContext() === I.q_tmpl ? this.context.pop() : this.context.push(I.q_tmpl), this.exprAllowed = !1;
|
|
@@ -1917,39 +1917,39 @@ o.name.updateContext = function(t) {
|
|
|
1917
1917
|
var e = !1;
|
|
1918
1918
|
this.options.ecmaVersion >= 6 && t !== o.dot && (this.value === "of" && !this.exprAllowed || this.value === "yield" && this.inGeneratorContext()) && (e = !0), this.exprAllowed = e;
|
|
1919
1919
|
};
|
|
1920
|
-
var
|
|
1921
|
-
9:
|
|
1922
|
-
10:
|
|
1923
|
-
11:
|
|
1924
|
-
},
|
|
1925
|
-
9:
|
|
1926
|
-
10:
|
|
1927
|
-
11:
|
|
1928
|
-
},
|
|
1929
|
-
function
|
|
1930
|
-
var e =
|
|
1931
|
-
binary:
|
|
1920
|
+
var Ms = "ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS", Ds = Ms + " Extended_Pictographic", er = Ds, tr = {
|
|
1921
|
+
9: Ms,
|
|
1922
|
+
10: Ds,
|
|
1923
|
+
11: er
|
|
1924
|
+
}, ns = "Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu", Bs = "Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb", Hs = Bs + " Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd", sr = Hs + " Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho", ir = {
|
|
1925
|
+
9: Bs,
|
|
1926
|
+
10: Hs,
|
|
1927
|
+
11: sr
|
|
1928
|
+
}, $s = {};
|
|
1929
|
+
function Dt(t) {
|
|
1930
|
+
var e = $s[t] = {
|
|
1931
|
+
binary: he(tr[t] + " " + ns),
|
|
1932
1932
|
nonBinary: {
|
|
1933
|
-
General_Category:
|
|
1934
|
-
Script:
|
|
1933
|
+
General_Category: he(ns),
|
|
1934
|
+
Script: he(ir[t])
|
|
1935
1935
|
}
|
|
1936
1936
|
};
|
|
1937
1937
|
e.nonBinary.Script_Extensions = e.nonBinary.Script, e.nonBinary.gc = e.nonBinary.General_Category, e.nonBinary.sc = e.nonBinary.Script, e.nonBinary.scx = e.nonBinary.Script_Extensions;
|
|
1938
1938
|
}
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
var b = A.prototype,
|
|
1943
|
-
this.parser = e, this.validFlags = "gim" + (e.options.ecmaVersion >= 6 ? "uy" : "") + (e.options.ecmaVersion >= 9 ? "s" : ""), this.unicodeProperties =
|
|
1939
|
+
Dt(9);
|
|
1940
|
+
Dt(10);
|
|
1941
|
+
Dt(11);
|
|
1942
|
+
var b = A.prototype, ie = function(e) {
|
|
1943
|
+
this.parser = e, this.validFlags = "gim" + (e.options.ecmaVersion >= 6 ? "uy" : "") + (e.options.ecmaVersion >= 9 ? "s" : ""), this.unicodeProperties = $s[e.options.ecmaVersion >= 11 ? 11 : e.options.ecmaVersion], this.source = "", this.flags = "", this.start = 0, this.switchU = !1, this.switchN = !1, this.pos = 0, this.lastIntValue = 0, this.lastStringValue = "", this.lastAssertionIsQuantifiable = !1, this.numCapturingParens = 0, this.maxBackReference = 0, this.groupNames = [], this.backReferenceNames = [];
|
|
1944
1944
|
};
|
|
1945
|
-
|
|
1945
|
+
ie.prototype.reset = function(e, s, i) {
|
|
1946
1946
|
var r = i.indexOf("u") !== -1;
|
|
1947
1947
|
this.start = e | 0, this.source = s + "", this.flags = i, this.switchU = r && this.parser.options.ecmaVersion >= 6, this.switchN = r && this.parser.options.ecmaVersion >= 9;
|
|
1948
1948
|
};
|
|
1949
|
-
|
|
1949
|
+
ie.prototype.raise = function(e) {
|
|
1950
1950
|
this.parser.raiseRecoverable(this.start, "Invalid regular expression: /" + this.source + "/: " + e);
|
|
1951
1951
|
};
|
|
1952
|
-
|
|
1952
|
+
ie.prototype.at = function(e, s) {
|
|
1953
1953
|
s === void 0 && (s = !1);
|
|
1954
1954
|
var i = this.source, r = i.length;
|
|
1955
1955
|
if (e >= r)
|
|
@@ -1960,7 +1960,7 @@ se.prototype.at = function(e, s) {
|
|
|
1960
1960
|
var a = i.charCodeAt(e + 1);
|
|
1961
1961
|
return a >= 56320 && a <= 57343 ? (n << 10) + a - 56613888 : n;
|
|
1962
1962
|
};
|
|
1963
|
-
|
|
1963
|
+
ie.prototype.nextIndex = function(e, s) {
|
|
1964
1964
|
s === void 0 && (s = !1);
|
|
1965
1965
|
var i = this.source, r = i.length;
|
|
1966
1966
|
if (e >= r)
|
|
@@ -1968,19 +1968,19 @@ se.prototype.nextIndex = function(e, s) {
|
|
|
1968
1968
|
var n = i.charCodeAt(e), a;
|
|
1969
1969
|
return !(s || this.switchU) || n <= 55295 || n >= 57344 || e + 1 >= r || (a = i.charCodeAt(e + 1)) < 56320 || a > 57343 ? e + 1 : e + 2;
|
|
1970
1970
|
};
|
|
1971
|
-
|
|
1971
|
+
ie.prototype.current = function(e) {
|
|
1972
1972
|
return e === void 0 && (e = !1), this.at(this.pos, e);
|
|
1973
1973
|
};
|
|
1974
|
-
|
|
1974
|
+
ie.prototype.lookahead = function(e) {
|
|
1975
1975
|
return e === void 0 && (e = !1), this.at(this.nextIndex(this.pos, e), e);
|
|
1976
1976
|
};
|
|
1977
|
-
|
|
1977
|
+
ie.prototype.advance = function(e) {
|
|
1978
1978
|
e === void 0 && (e = !1), this.pos = this.nextIndex(this.pos, e);
|
|
1979
1979
|
};
|
|
1980
|
-
|
|
1980
|
+
ie.prototype.eat = function(e, s) {
|
|
1981
1981
|
return s === void 0 && (s = !1), this.current(s) === e ? (this.advance(s), !0) : !1;
|
|
1982
1982
|
};
|
|
1983
|
-
function
|
|
1983
|
+
function Ke(t) {
|
|
1984
1984
|
return t <= 65535 ? String.fromCharCode(t) : (t -= 65536, String.fromCharCode((t >> 10) + 55296, (t & 1023) + 56320));
|
|
1985
1985
|
}
|
|
1986
1986
|
b.validateRegExpFlags = function(t) {
|
|
@@ -2179,13 +2179,13 @@ b.regexp_eatInvalidBracedQuantifier = function(t) {
|
|
|
2179
2179
|
};
|
|
2180
2180
|
b.regexp_eatSyntaxCharacter = function(t) {
|
|
2181
2181
|
var e = t.current();
|
|
2182
|
-
return
|
|
2182
|
+
return Us(e) ? (t.lastIntValue = e, t.advance(), !0) : !1;
|
|
2183
2183
|
};
|
|
2184
|
-
function
|
|
2184
|
+
function Us(t) {
|
|
2185
2185
|
return t === 36 || t >= 40 && t <= 43 || t === 46 || t === 63 || t >= 91 && t <= 94 || t >= 123 && t <= 125;
|
|
2186
2186
|
}
|
|
2187
2187
|
b.regexp_eatPatternCharacters = function(t) {
|
|
2188
|
-
for (var e = t.pos, s = 0; (s = t.current()) !== -1 && !
|
|
2188
|
+
for (var e = t.pos, s = 0; (s = t.current()) !== -1 && !Us(s); )
|
|
2189
2189
|
t.advance();
|
|
2190
2190
|
return t.pos !== e;
|
|
2191
2191
|
};
|
|
@@ -2221,25 +2221,25 @@ b.regexp_eatGroupName = function(t) {
|
|
|
2221
2221
|
};
|
|
2222
2222
|
b.regexp_eatRegExpIdentifierName = function(t) {
|
|
2223
2223
|
if (t.lastStringValue = "", this.regexp_eatRegExpIdentifierStart(t)) {
|
|
2224
|
-
for (t.lastStringValue +=
|
|
2225
|
-
t.lastStringValue +=
|
|
2224
|
+
for (t.lastStringValue += Ke(t.lastIntValue); this.regexp_eatRegExpIdentifierPart(t); )
|
|
2225
|
+
t.lastStringValue += Ke(t.lastIntValue);
|
|
2226
2226
|
return !0;
|
|
2227
2227
|
}
|
|
2228
2228
|
return !1;
|
|
2229
2229
|
};
|
|
2230
2230
|
b.regexp_eatRegExpIdentifierStart = function(t) {
|
|
2231
2231
|
var e = t.pos, s = this.options.ecmaVersion >= 11, i = t.current(s);
|
|
2232
|
-
return t.advance(s), i === 92 && this.regexp_eatRegExpUnicodeEscapeSequence(t, s) && (i = t.lastIntValue),
|
|
2232
|
+
return t.advance(s), i === 92 && this.regexp_eatRegExpUnicodeEscapeSequence(t, s) && (i = t.lastIntValue), rr(i) ? (t.lastIntValue = i, !0) : (t.pos = e, !1);
|
|
2233
2233
|
};
|
|
2234
|
-
function
|
|
2234
|
+
function rr(t) {
|
|
2235
2235
|
return ae(t, !0) || t === 36 || t === 95;
|
|
2236
2236
|
}
|
|
2237
2237
|
b.regexp_eatRegExpIdentifierPart = function(t) {
|
|
2238
2238
|
var e = t.pos, s = this.options.ecmaVersion >= 11, i = t.current(s);
|
|
2239
|
-
return t.advance(s), i === 92 && this.regexp_eatRegExpUnicodeEscapeSequence(t, s) && (i = t.lastIntValue),
|
|
2239
|
+
return t.advance(s), i === 92 && this.regexp_eatRegExpUnicodeEscapeSequence(t, s) && (i = t.lastIntValue), nr(i) ? (t.lastIntValue = i, !0) : (t.pos = e, !1);
|
|
2240
2240
|
};
|
|
2241
|
-
function
|
|
2242
|
-
return
|
|
2241
|
+
function nr(t) {
|
|
2242
|
+
return ye(t, !0) || t === 36 || t === 95 || t === 8204 || t === 8205;
|
|
2243
2243
|
}
|
|
2244
2244
|
b.regexp_eatAtomEscape = function(t) {
|
|
2245
2245
|
return this.regexp_eatBackReference(t) || this.regexp_eatCharacterClassEscape(t) || this.regexp_eatCharacterEscape(t) || t.switchN && this.regexp_eatKGroupName(t) ? !0 : (t.switchU && (t.current() === 99 && t.raise("Invalid unicode escape"), t.raise("Invalid escape")), !1);
|
|
@@ -2283,7 +2283,7 @@ b.regexp_eatCControlLetter = function(t) {
|
|
|
2283
2283
|
return !1;
|
|
2284
2284
|
};
|
|
2285
2285
|
b.regexp_eatZero = function(t) {
|
|
2286
|
-
return t.current() === 48 && !
|
|
2286
|
+
return t.current() === 48 && !it(t.lookahead()) ? (t.lastIntValue = 0, t.advance(), !0) : !1;
|
|
2287
2287
|
};
|
|
2288
2288
|
b.regexp_eatControlEscape = function(t) {
|
|
2289
2289
|
var e = t.current();
|
|
@@ -2291,9 +2291,9 @@ b.regexp_eatControlEscape = function(t) {
|
|
|
2291
2291
|
};
|
|
2292
2292
|
b.regexp_eatControlLetter = function(t) {
|
|
2293
2293
|
var e = t.current();
|
|
2294
|
-
return
|
|
2294
|
+
return Gs(e) ? (t.lastIntValue = e % 32, t.advance(), !0) : !1;
|
|
2295
2295
|
};
|
|
2296
|
-
function
|
|
2296
|
+
function Gs(t) {
|
|
2297
2297
|
return t >= 65 && t <= 90 || t >= 97 && t <= 122;
|
|
2298
2298
|
}
|
|
2299
2299
|
b.regexp_eatRegExpUnicodeEscapeSequence = function(t, e) {
|
|
@@ -2328,13 +2328,13 @@ b.regexp_eatRegExpUnicodeEscapeSequence = function(t, e) {
|
|
|
2328
2328
|
) && this.regexp_eatHexDigits(t) && t.eat(
|
|
2329
2329
|
125
|
|
2330
2330
|
/* } */
|
|
2331
|
-
) &&
|
|
2331
|
+
) && ar(t.lastIntValue))
|
|
2332
2332
|
return !0;
|
|
2333
2333
|
i && t.raise("Invalid unicode escape"), t.pos = s;
|
|
2334
2334
|
}
|
|
2335
2335
|
return !1;
|
|
2336
2336
|
};
|
|
2337
|
-
function
|
|
2337
|
+
function ar(t) {
|
|
2338
2338
|
return t >= 0 && t <= 1114111;
|
|
2339
2339
|
}
|
|
2340
2340
|
b.regexp_eatIdentityEscape = function(t) {
|
|
@@ -2359,7 +2359,7 @@ b.regexp_eatDecimalEscape = function(t) {
|
|
|
2359
2359
|
};
|
|
2360
2360
|
b.regexp_eatCharacterClassEscape = function(t) {
|
|
2361
2361
|
var e = t.current();
|
|
2362
|
-
if (
|
|
2362
|
+
if (or(e))
|
|
2363
2363
|
return t.lastIntValue = -1, t.advance(), !0;
|
|
2364
2364
|
if (t.switchU && this.options.ecmaVersion >= 9 && (e === 80 || e === 112)) {
|
|
2365
2365
|
if (t.lastIntValue = -1, t.advance(), t.eat(
|
|
@@ -2374,7 +2374,7 @@ b.regexp_eatCharacterClassEscape = function(t) {
|
|
|
2374
2374
|
}
|
|
2375
2375
|
return !1;
|
|
2376
2376
|
};
|
|
2377
|
-
function
|
|
2377
|
+
function or(t) {
|
|
2378
2378
|
return t === 100 || t === 68 || t === 115 || t === 83 || t === 119 || t === 87;
|
|
2379
2379
|
}
|
|
2380
2380
|
b.regexp_eatUnicodePropertyValueExpression = function(t) {
|
|
@@ -2396,28 +2396,28 @@ b.regexp_eatUnicodePropertyValueExpression = function(t) {
|
|
|
2396
2396
|
return !1;
|
|
2397
2397
|
};
|
|
2398
2398
|
b.regexp_validateUnicodePropertyNameAndValue = function(t, e, s) {
|
|
2399
|
-
|
|
2399
|
+
Xe(t.unicodeProperties.nonBinary, e) || t.raise("Invalid property name"), t.unicodeProperties.nonBinary[e].test(s) || t.raise("Invalid property value");
|
|
2400
2400
|
};
|
|
2401
2401
|
b.regexp_validateUnicodePropertyNameOrValue = function(t, e) {
|
|
2402
2402
|
t.unicodeProperties.binary.test(e) || t.raise("Invalid property name");
|
|
2403
2403
|
};
|
|
2404
2404
|
b.regexp_eatUnicodePropertyName = function(t) {
|
|
2405
2405
|
var e = 0;
|
|
2406
|
-
for (t.lastStringValue = "";
|
|
2407
|
-
t.lastStringValue +=
|
|
2406
|
+
for (t.lastStringValue = ""; qs(e = t.current()); )
|
|
2407
|
+
t.lastStringValue += Ke(e), t.advance();
|
|
2408
2408
|
return t.lastStringValue !== "";
|
|
2409
2409
|
};
|
|
2410
|
-
function
|
|
2411
|
-
return
|
|
2410
|
+
function qs(t) {
|
|
2411
|
+
return Gs(t) || t === 95;
|
|
2412
2412
|
}
|
|
2413
2413
|
b.regexp_eatUnicodePropertyValue = function(t) {
|
|
2414
2414
|
var e = 0;
|
|
2415
|
-
for (t.lastStringValue = "";
|
|
2416
|
-
t.lastStringValue +=
|
|
2415
|
+
for (t.lastStringValue = ""; ur(e = t.current()); )
|
|
2416
|
+
t.lastStringValue += Ke(e), t.advance();
|
|
2417
2417
|
return t.lastStringValue !== "";
|
|
2418
2418
|
};
|
|
2419
|
-
function
|
|
2420
|
-
return
|
|
2419
|
+
function ur(t) {
|
|
2420
|
+
return qs(t) || it(t);
|
|
2421
2421
|
}
|
|
2422
2422
|
b.regexp_eatLoneUnicodePropertyNameOrValue = function(t) {
|
|
2423
2423
|
return this.regexp_eatUnicodePropertyValue(t);
|
|
@@ -2461,7 +2461,7 @@ b.regexp_eatClassAtom = function(t) {
|
|
|
2461
2461
|
return !0;
|
|
2462
2462
|
if (t.switchU) {
|
|
2463
2463
|
var s = t.current();
|
|
2464
|
-
(s === 99 ||
|
|
2464
|
+
(s === 99 || zs(s)) && t.raise("Invalid class escape"), t.raise("Invalid escape");
|
|
2465
2465
|
}
|
|
2466
2466
|
t.pos = e;
|
|
2467
2467
|
}
|
|
@@ -2492,7 +2492,7 @@ b.regexp_eatClassEscape = function(t) {
|
|
|
2492
2492
|
};
|
|
2493
2493
|
b.regexp_eatClassControlLetter = function(t) {
|
|
2494
2494
|
var e = t.current();
|
|
2495
|
-
return
|
|
2495
|
+
return it(e) || e === 95 ? (t.lastIntValue = e % 32, t.advance(), !0) : !1;
|
|
2496
2496
|
};
|
|
2497
2497
|
b.regexp_eatHexEscapeSequence = function(t) {
|
|
2498
2498
|
var e = t.pos;
|
|
@@ -2508,23 +2508,23 @@ b.regexp_eatHexEscapeSequence = function(t) {
|
|
|
2508
2508
|
};
|
|
2509
2509
|
b.regexp_eatDecimalDigits = function(t) {
|
|
2510
2510
|
var e = t.pos, s = 0;
|
|
2511
|
-
for (t.lastIntValue = 0;
|
|
2511
|
+
for (t.lastIntValue = 0; it(s = t.current()); )
|
|
2512
2512
|
t.lastIntValue = 10 * t.lastIntValue + (s - 48), t.advance();
|
|
2513
2513
|
return t.pos !== e;
|
|
2514
2514
|
};
|
|
2515
|
-
function
|
|
2515
|
+
function it(t) {
|
|
2516
2516
|
return t >= 48 && t <= 57;
|
|
2517
2517
|
}
|
|
2518
2518
|
b.regexp_eatHexDigits = function(t) {
|
|
2519
2519
|
var e = t.pos, s = 0;
|
|
2520
|
-
for (t.lastIntValue = 0;
|
|
2521
|
-
t.lastIntValue = 16 * t.lastIntValue +
|
|
2520
|
+
for (t.lastIntValue = 0; Ws(s = t.current()); )
|
|
2521
|
+
t.lastIntValue = 16 * t.lastIntValue + Ks(s), t.advance();
|
|
2522
2522
|
return t.pos !== e;
|
|
2523
2523
|
};
|
|
2524
|
-
function
|
|
2524
|
+
function Ws(t) {
|
|
2525
2525
|
return t >= 48 && t <= 57 || t >= 65 && t <= 70 || t >= 97 && t <= 102;
|
|
2526
2526
|
}
|
|
2527
|
-
function
|
|
2527
|
+
function Ks(t) {
|
|
2528
2528
|
return t >= 65 && t <= 70 ? 10 + (t - 65) : t >= 97 && t <= 102 ? 10 + (t - 97) : t - 48;
|
|
2529
2529
|
}
|
|
2530
2530
|
b.regexp_eatLegacyOctalEscapeSequence = function(t) {
|
|
@@ -2541,9 +2541,9 @@ b.regexp_eatLegacyOctalEscapeSequence = function(t) {
|
|
|
2541
2541
|
};
|
|
2542
2542
|
b.regexp_eatOctalDigit = function(t) {
|
|
2543
2543
|
var e = t.current();
|
|
2544
|
-
return
|
|
2544
|
+
return zs(e) ? (t.lastIntValue = e - 48, t.advance(), !0) : (t.lastIntValue = 0, !1);
|
|
2545
2545
|
};
|
|
2546
|
-
function
|
|
2546
|
+
function zs(t) {
|
|
2547
2547
|
return t >= 48 && t <= 55;
|
|
2548
2548
|
}
|
|
2549
2549
|
b.regexp_eatFixedHexDigits = function(t, e) {
|
|
@@ -2551,20 +2551,20 @@ b.regexp_eatFixedHexDigits = function(t, e) {
|
|
|
2551
2551
|
t.lastIntValue = 0;
|
|
2552
2552
|
for (var i = 0; i < e; ++i) {
|
|
2553
2553
|
var r = t.current();
|
|
2554
|
-
if (!
|
|
2554
|
+
if (!Ws(r))
|
|
2555
2555
|
return t.pos = s, !1;
|
|
2556
|
-
t.lastIntValue = 16 * t.lastIntValue +
|
|
2556
|
+
t.lastIntValue = 16 * t.lastIntValue + Ks(r), t.advance();
|
|
2557
2557
|
}
|
|
2558
2558
|
return !0;
|
|
2559
2559
|
};
|
|
2560
|
-
var
|
|
2561
|
-
this.type = e.type, this.value = e.value, this.start = e.start, this.end = e.end, e.options.locations && (this.loc = new
|
|
2560
|
+
var Bt = function(e) {
|
|
2561
|
+
this.type = e.type, this.value = e.value, this.start = e.start, this.end = e.end, e.options.locations && (this.loc = new Ze(e, e.startLoc, e.endLoc)), e.options.ranges && (this.range = [e.start, e.end]);
|
|
2562
2562
|
}, S = A.prototype;
|
|
2563
2563
|
S.next = function(t) {
|
|
2564
|
-
!t && this.type.keyword && this.containsEsc && this.raiseRecoverable(this.start, "Escape sequence in keyword " + this.type.keyword), this.options.onToken && this.options.onToken(new
|
|
2564
|
+
!t && this.type.keyword && this.containsEsc && this.raiseRecoverable(this.start, "Escape sequence in keyword " + this.type.keyword), this.options.onToken && this.options.onToken(new Bt(this)), this.lastTokEnd = this.end, this.lastTokStart = this.start, this.lastTokEndLoc = this.endLoc, this.lastTokStartLoc = this.startLoc, this.nextToken();
|
|
2565
2565
|
};
|
|
2566
2566
|
S.getToken = function() {
|
|
2567
|
-
return this.next(), new
|
|
2567
|
+
return this.next(), new Bt(this);
|
|
2568
2568
|
};
|
|
2569
2569
|
typeof Symbol < "u" && (S[Symbol.iterator] = function() {
|
|
2570
2570
|
var t = this;
|
|
@@ -2602,8 +2602,8 @@ S.fullCharCodeAtPos = function() {
|
|
|
2602
2602
|
S.skipBlockComment = function() {
|
|
2603
2603
|
var t = this.options.onComment && this.curPosition(), e = this.pos, s = this.input.indexOf("*/", this.pos += 2);
|
|
2604
2604
|
if (s === -1 && this.raise(this.pos - 2, "Unterminated comment"), this.pos = s + 2, this.options.locations) {
|
|
2605
|
-
|
|
2606
|
-
for (var i; (i =
|
|
2605
|
+
Ne.lastIndex = e;
|
|
2606
|
+
for (var i; (i = Ne.exec(this.input)) && i.index < this.pos; )
|
|
2607
2607
|
++this.curLine, this.lineStart = i.index + i[0].length;
|
|
2608
2608
|
}
|
|
2609
2609
|
this.options.onComment && this.options.onComment(
|
|
@@ -2616,7 +2616,7 @@ S.skipBlockComment = function() {
|
|
|
2616
2616
|
);
|
|
2617
2617
|
};
|
|
2618
2618
|
S.skipLineComment = function(t) {
|
|
2619
|
-
for (var e = this.pos, s = this.options.onComment && this.curPosition(), i = this.input.charCodeAt(this.pos += t); this.pos < this.input.length && !
|
|
2619
|
+
for (var e = this.pos, s = this.options.onComment && this.curPosition(), i = this.input.charCodeAt(this.pos += t); this.pos < this.input.length && !Fe(i); )
|
|
2620
2620
|
i = this.input.charCodeAt(++this.pos);
|
|
2621
2621
|
this.options.onComment && this.options.onComment(
|
|
2622
2622
|
!1,
|
|
@@ -2655,7 +2655,7 @@ S.skipSpace = function() {
|
|
|
2655
2655
|
}
|
|
2656
2656
|
break;
|
|
2657
2657
|
default:
|
|
2658
|
-
if (t > 8 && t < 14 || t >= 5760 &&
|
|
2658
|
+
if (t > 8 && t < 14 || t >= 5760 && ws.test(String.fromCharCode(t)))
|
|
2659
2659
|
++this.pos;
|
|
2660
2660
|
else
|
|
2661
2661
|
break e;
|
|
@@ -2700,7 +2700,7 @@ S.readToken_caret = function() {
|
|
|
2700
2700
|
};
|
|
2701
2701
|
S.readToken_plus_min = function(t) {
|
|
2702
2702
|
var e = this.input.charCodeAt(this.pos + 1);
|
|
2703
|
-
return e === t ? e === 45 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 62 && (this.lastTokEnd === 0 ||
|
|
2703
|
+
return e === t ? e === 45 && !this.inModule && this.input.charCodeAt(this.pos + 2) === 62 && (this.lastTokEnd === 0 || G.test(this.input.slice(this.lastTokEnd, this.pos))) ? (this.skipLineComment(3), this.skipSpace(), this.nextToken()) : this.finishOp(o.incDec, 2) : e === 61 ? this.finishOp(o.assign, 2) : this.finishOp(o.plusMin, 1);
|
|
2704
2704
|
};
|
|
2705
2705
|
S.readToken_lt_gt = function(t) {
|
|
2706
2706
|
var e = this.input.charCodeAt(this.pos + 1), s = 1;
|
|
@@ -2813,7 +2813,7 @@ S.getTokenFromCode = function(t) {
|
|
|
2813
2813
|
case 126:
|
|
2814
2814
|
return this.finishOp(o.prefix, 1);
|
|
2815
2815
|
}
|
|
2816
|
-
this.raise(this.pos, "Unexpected character '" +
|
|
2816
|
+
this.raise(this.pos, "Unexpected character '" + Ht(t) + "'");
|
|
2817
2817
|
};
|
|
2818
2818
|
S.finishOp = function(t, e) {
|
|
2819
2819
|
var s = this.input.slice(this.pos, this.pos + e);
|
|
@@ -2823,7 +2823,7 @@ S.readRegexp = function() {
|
|
|
2823
2823
|
for (var t, e, s = this.pos; ; ) {
|
|
2824
2824
|
this.pos >= this.input.length && this.raise(s, "Unterminated regular expression");
|
|
2825
2825
|
var i = this.input.charAt(this.pos);
|
|
2826
|
-
if (
|
|
2826
|
+
if (G.test(i) && this.raise(s, "Unterminated regular expression"), t)
|
|
2827
2827
|
t = !1;
|
|
2828
2828
|
else {
|
|
2829
2829
|
if (i === "[")
|
|
@@ -2840,7 +2840,7 @@ S.readRegexp = function() {
|
|
|
2840
2840
|
++this.pos;
|
|
2841
2841
|
var n = this.pos, a = this.readWord1();
|
|
2842
2842
|
this.containsEsc && this.unexpected(n);
|
|
2843
|
-
var u = this.regexpState || (this.regexpState = new
|
|
2843
|
+
var u = this.regexpState || (this.regexpState = new ie(this));
|
|
2844
2844
|
u.reset(s, r, a), this.validateRegExpFlags(u), this.validateRegExpPattern(u);
|
|
2845
2845
|
var c = null;
|
|
2846
2846
|
try {
|
|
@@ -2862,17 +2862,17 @@ S.readInt = function(t, e, s) {
|
|
|
2862
2862
|
}
|
|
2863
2863
|
return i && u === 95 && this.raiseRecoverable(this.pos - 1, "Numeric separator is not allowed at the last of digits"), this.pos === n || e != null && this.pos - n !== e ? null : a;
|
|
2864
2864
|
};
|
|
2865
|
-
function
|
|
2865
|
+
function cr(t, e) {
|
|
2866
2866
|
return e ? parseInt(t, 8) : parseFloat(t.replace(/_/g, ""));
|
|
2867
2867
|
}
|
|
2868
|
-
function
|
|
2868
|
+
function Js(t) {
|
|
2869
2869
|
return typeof BigInt != "function" ? null : BigInt(t.replace(/_/g, ""));
|
|
2870
2870
|
}
|
|
2871
2871
|
S.readRadixNumber = function(t) {
|
|
2872
2872
|
var e = this.pos;
|
|
2873
2873
|
this.pos += 2;
|
|
2874
2874
|
var s = this.readInt(t);
|
|
2875
|
-
return s == null && this.raise(this.start + 2, "Expected number in radix " + t), this.options.ecmaVersion >= 11 && this.input.charCodeAt(this.pos) === 110 ? (s =
|
|
2875
|
+
return s == null && this.raise(this.start + 2, "Expected number in radix " + t), this.options.ecmaVersion >= 11 && this.input.charCodeAt(this.pos) === 110 ? (s = Js(this.input.slice(e, this.pos)), ++this.pos) : ae(this.fullCharCodeAtPos()) && this.raise(this.pos, "Identifier directly after number"), this.finishToken(o.num, s);
|
|
2876
2876
|
};
|
|
2877
2877
|
S.readNumber = function(t) {
|
|
2878
2878
|
var e = this.pos;
|
|
@@ -2881,11 +2881,11 @@ S.readNumber = function(t) {
|
|
|
2881
2881
|
s && this.strict && this.raise(e, "Invalid number");
|
|
2882
2882
|
var i = this.input.charCodeAt(this.pos);
|
|
2883
2883
|
if (!s && !t && this.options.ecmaVersion >= 11 && i === 110) {
|
|
2884
|
-
var r =
|
|
2884
|
+
var r = Js(this.input.slice(e, this.pos));
|
|
2885
2885
|
return ++this.pos, ae(this.fullCharCodeAtPos()) && this.raise(this.pos, "Identifier directly after number"), this.finishToken(o.num, r);
|
|
2886
2886
|
}
|
|
2887
2887
|
s && /[89]/.test(this.input.slice(e, this.pos)) && (s = !1), i === 46 && !s && (++this.pos, this.readInt(10), i = this.input.charCodeAt(this.pos)), (i === 69 || i === 101) && !s && (i = this.input.charCodeAt(++this.pos), (i === 43 || i === 45) && ++this.pos, this.readInt(10) === null && this.raise(e, "Invalid number")), ae(this.fullCharCodeAtPos()) && this.raise(this.pos, "Identifier directly after number");
|
|
2888
|
-
var n =
|
|
2888
|
+
var n = cr(this.input.slice(e, this.pos), s);
|
|
2889
2889
|
return this.finishToken(o.num, n);
|
|
2890
2890
|
};
|
|
2891
2891
|
S.readCodePoint = function() {
|
|
@@ -2898,7 +2898,7 @@ S.readCodePoint = function() {
|
|
|
2898
2898
|
e = this.readHexChar(4);
|
|
2899
2899
|
return e;
|
|
2900
2900
|
};
|
|
2901
|
-
function
|
|
2901
|
+
function Ht(t) {
|
|
2902
2902
|
return t <= 65535 ? String.fromCharCode(t) : (t -= 65536, String.fromCharCode((t >> 10) + 55296, (t & 1023) + 56320));
|
|
2903
2903
|
}
|
|
2904
2904
|
S.readString = function(t) {
|
|
@@ -2907,17 +2907,17 @@ S.readString = function(t) {
|
|
|
2907
2907
|
var i = this.input.charCodeAt(this.pos);
|
|
2908
2908
|
if (i === t)
|
|
2909
2909
|
break;
|
|
2910
|
-
i === 92 ? (e += this.input.slice(s, this.pos), e += this.readEscapedChar(!1), s = this.pos) : (
|
|
2910
|
+
i === 92 ? (e += this.input.slice(s, this.pos), e += this.readEscapedChar(!1), s = this.pos) : (Fe(i, this.options.ecmaVersion >= 10) && this.raise(this.start, "Unterminated string constant"), ++this.pos);
|
|
2911
2911
|
}
|
|
2912
2912
|
return e += this.input.slice(s, this.pos++), this.finishToken(o.string, e);
|
|
2913
2913
|
};
|
|
2914
|
-
var
|
|
2914
|
+
var Qs = {};
|
|
2915
2915
|
S.tryReadTemplateToken = function() {
|
|
2916
2916
|
this.inTemplateElement = !0;
|
|
2917
2917
|
try {
|
|
2918
2918
|
this.readTmplToken();
|
|
2919
2919
|
} catch (t) {
|
|
2920
|
-
if (t ===
|
|
2920
|
+
if (t === Qs)
|
|
2921
2921
|
this.readInvalidTemplateToken();
|
|
2922
2922
|
else
|
|
2923
2923
|
throw t;
|
|
@@ -2926,7 +2926,7 @@ S.tryReadTemplateToken = function() {
|
|
|
2926
2926
|
};
|
|
2927
2927
|
S.invalidStringToken = function(t, e) {
|
|
2928
2928
|
if (this.inTemplateElement && this.options.ecmaVersion >= 9)
|
|
2929
|
-
throw
|
|
2929
|
+
throw Qs;
|
|
2930
2930
|
this.raise(t, e);
|
|
2931
2931
|
};
|
|
2932
2932
|
S.readTmplToken = function() {
|
|
@@ -2937,7 +2937,7 @@ S.readTmplToken = function() {
|
|
|
2937
2937
|
return this.pos === this.start && (this.type === o.template || this.type === o.invalidTemplate) ? s === 36 ? (this.pos += 2, this.finishToken(o.dollarBraceL)) : (++this.pos, this.finishToken(o.backQuote)) : (t += this.input.slice(e, this.pos), this.finishToken(o.template, t));
|
|
2938
2938
|
if (s === 92)
|
|
2939
2939
|
t += this.input.slice(e, this.pos), t += this.readEscapedChar(!0), e = this.pos;
|
|
2940
|
-
else if (
|
|
2940
|
+
else if (Fe(s)) {
|
|
2941
2941
|
switch (t += this.input.slice(e, this.pos), ++this.pos, s) {
|
|
2942
2942
|
case 13:
|
|
2943
2943
|
this.input.charCodeAt(this.pos) === 10 && ++this.pos;
|
|
@@ -2983,7 +2983,7 @@ S.readEscapedChar = function(t) {
|
|
|
2983
2983
|
return String.fromCharCode(this.readHexChar(2));
|
|
2984
2984
|
// 'x'
|
|
2985
2985
|
case 117:
|
|
2986
|
-
return
|
|
2986
|
+
return Ht(this.readCodePoint());
|
|
2987
2987
|
// 'u'
|
|
2988
2988
|
case 116:
|
|
2989
2989
|
return " ";
|
|
@@ -3019,7 +3019,7 @@ S.readEscapedChar = function(t) {
|
|
|
3019
3019
|
t ? "Octal literal in template string" : "Octal literal in strict mode"
|
|
3020
3020
|
), String.fromCharCode(r);
|
|
3021
3021
|
}
|
|
3022
|
-
return
|
|
3022
|
+
return Fe(e) ? "" : String.fromCharCode(e);
|
|
3023
3023
|
}
|
|
3024
3024
|
};
|
|
3025
3025
|
S.readHexChar = function(t) {
|
|
@@ -3030,14 +3030,14 @@ S.readWord1 = function() {
|
|
|
3030
3030
|
this.containsEsc = !1;
|
|
3031
3031
|
for (var t = "", e = !0, s = this.pos, i = this.options.ecmaVersion >= 6; this.pos < this.input.length; ) {
|
|
3032
3032
|
var r = this.fullCharCodeAtPos();
|
|
3033
|
-
if (
|
|
3033
|
+
if (ye(r, i))
|
|
3034
3034
|
this.pos += r <= 65535 ? 1 : 2;
|
|
3035
3035
|
else if (r === 92) {
|
|
3036
3036
|
this.containsEsc = !0, t += this.input.slice(s, this.pos);
|
|
3037
3037
|
var n = this.pos;
|
|
3038
3038
|
this.input.charCodeAt(++this.pos) !== 117 && this.invalidStringToken(this.pos, "Expecting Unicode escape sequence \\uXXXX"), ++this.pos;
|
|
3039
3039
|
var a = this.readCodePoint();
|
|
3040
|
-
(e ? ae :
|
|
3040
|
+
(e ? ae : ye)(a, i) || this.invalidStringToken(n, "Invalid Unicode escape"), t += Ht(a), s = this.pos;
|
|
3041
3041
|
} else
|
|
3042
3042
|
break;
|
|
3043
3043
|
e = !1;
|
|
@@ -3046,49 +3046,49 @@ S.readWord1 = function() {
|
|
|
3046
3046
|
};
|
|
3047
3047
|
S.readWord = function() {
|
|
3048
3048
|
var t = this.readWord1(), e = o.name;
|
|
3049
|
-
return this.keywords.test(t) && (e =
|
|
3049
|
+
return this.keywords.test(t) && (e = Vt[t]), this.finishToken(e, t);
|
|
3050
3050
|
};
|
|
3051
|
-
var
|
|
3051
|
+
var lr = "7.4.1";
|
|
3052
3052
|
A.acorn = {
|
|
3053
3053
|
Parser: A,
|
|
3054
|
-
version:
|
|
3055
|
-
defaultOptions:
|
|
3056
|
-
Position:
|
|
3057
|
-
SourceLocation:
|
|
3058
|
-
getLineInfo:
|
|
3059
|
-
Node:
|
|
3054
|
+
version: lr,
|
|
3055
|
+
defaultOptions: St,
|
|
3056
|
+
Position: Re,
|
|
3057
|
+
SourceLocation: Ze,
|
|
3058
|
+
getLineInfo: ks,
|
|
3059
|
+
Node: Mt,
|
|
3060
3060
|
TokenType: E,
|
|
3061
3061
|
tokTypes: o,
|
|
3062
|
-
keywordTypes:
|
|
3062
|
+
keywordTypes: Vt,
|
|
3063
3063
|
TokContext: q,
|
|
3064
3064
|
tokContexts: I,
|
|
3065
|
-
isIdentifierChar:
|
|
3065
|
+
isIdentifierChar: ye,
|
|
3066
3066
|
isIdentifierStart: ae,
|
|
3067
|
-
Token:
|
|
3068
|
-
isNewLine:
|
|
3069
|
-
lineBreak:
|
|
3070
|
-
lineBreakG:
|
|
3071
|
-
nonASCIIwhitespace:
|
|
3067
|
+
Token: Bt,
|
|
3068
|
+
isNewLine: Fe,
|
|
3069
|
+
lineBreak: G,
|
|
3070
|
+
lineBreakG: Ne,
|
|
3071
|
+
nonASCIIwhitespace: ws
|
|
3072
3072
|
};
|
|
3073
|
-
function
|
|
3073
|
+
function hr(t, e) {
|
|
3074
3074
|
return A.parse(t, e);
|
|
3075
3075
|
}
|
|
3076
|
-
class
|
|
3076
|
+
class pr extends Error {
|
|
3077
3077
|
}
|
|
3078
|
-
class
|
|
3078
|
+
class fr extends SyntaxError {
|
|
3079
3079
|
}
|
|
3080
|
-
class
|
|
3080
|
+
class wt extends ReferenceError {
|
|
3081
3081
|
}
|
|
3082
|
-
class
|
|
3082
|
+
class dr extends TypeError {
|
|
3083
3083
|
}
|
|
3084
|
-
class
|
|
3084
|
+
class Ys extends pr {
|
|
3085
3085
|
}
|
|
3086
|
-
class
|
|
3086
|
+
class mr extends fr {
|
|
3087
3087
|
}
|
|
3088
|
-
class W extends
|
|
3088
|
+
class W extends wt {
|
|
3089
3089
|
}
|
|
3090
|
-
const
|
|
3091
|
-
ExecutionTimeOutError: [3002, "Script execution timed out after %0ms",
|
|
3090
|
+
const O = {
|
|
3091
|
+
ExecutionTimeOutError: [3002, "Script execution timed out after %0ms", Ys],
|
|
3092
3092
|
NodeTypeSyntaxError: [1001, "Unknown node type: %0", W],
|
|
3093
3093
|
BinaryOperatorSyntaxError: [1002, "Unknown binary operator: %0", W],
|
|
3094
3094
|
LogicalOperatorSyntaxError: [
|
|
@@ -3111,11 +3111,11 @@ const V = {
|
|
|
3111
3111
|
VariableTypeSyntaxError: [1008, "Unknown variable type: %0", W],
|
|
3112
3112
|
ParamTypeSyntaxError: [1009, "Unknown param type: %0", W],
|
|
3113
3113
|
AssignmentTypeSyntaxError: [1010, "Unknown assignment type: %0", W],
|
|
3114
|
-
FunctionUndefinedReferenceError: [2001, "%0 is not a function",
|
|
3115
|
-
VariableUndefinedReferenceError: [2002, "%0 is not defined",
|
|
3116
|
-
IsNotConstructor: [2003, "%0 is not a constructor",
|
|
3117
|
-
},
|
|
3118
|
-
function
|
|
3114
|
+
FunctionUndefinedReferenceError: [2001, "%0 is not a function", wt],
|
|
3115
|
+
VariableUndefinedReferenceError: [2002, "%0 is not defined", wt],
|
|
3116
|
+
IsNotConstructor: [2003, "%0 is not a constructor", dr]
|
|
3117
|
+
}, gr = "1.4.8";
|
|
3118
|
+
function as(t, e) {
|
|
3119
3119
|
Object.defineProperty(t, "name", {
|
|
3120
3120
|
value: e,
|
|
3121
3121
|
writable: !1,
|
|
@@ -3123,8 +3123,8 @@ function ts(t, e) {
|
|
|
3123
3123
|
configurable: !0
|
|
3124
3124
|
});
|
|
3125
3125
|
}
|
|
3126
|
-
const
|
|
3127
|
-
function
|
|
3126
|
+
const xr = Object.prototype.hasOwnProperty, me = Symbol("Break"), ge = Symbol("Continue"), os = Symbol("DefaultCase"), V = Symbol("EmptyStatementReturn"), us = Symbol("WithScopeName"), cs = Symbol("SuperScopeName"), ls = Symbol("RootScopeName"), hs = Symbol("GlobalScopeName");
|
|
3127
|
+
function pt(t) {
|
|
3128
3128
|
return typeof t == "function";
|
|
3129
3129
|
}
|
|
3130
3130
|
class ne {
|
|
@@ -3151,7 +3151,7 @@ class ne {
|
|
|
3151
3151
|
};
|
|
3152
3152
|
}
|
|
3153
3153
|
}
|
|
3154
|
-
function
|
|
3154
|
+
function $t(t, e, s = !0) {
|
|
3155
3155
|
if (!(t instanceof ne))
|
|
3156
3156
|
throw new Error("Illegal call");
|
|
3157
3157
|
if (typeof e != "string")
|
|
@@ -3164,36 +3164,36 @@ function Bt(t, e, s = !0) {
|
|
|
3164
3164
|
s || this.setCurrentContext(i.getCurrentContext()), this.execStartTime = i.getExecStartTime(), this.execEndTime = this.execStartTime;
|
|
3165
3165
|
}
|
|
3166
3166
|
}, a = s ? i.getGlobalScope() : i.getCurrentScope();
|
|
3167
|
-
return new
|
|
3167
|
+
return new M(a, n).evaluate(e);
|
|
3168
3168
|
}
|
|
3169
|
-
Object.defineProperty(
|
|
3169
|
+
Object.defineProperty($t, "__IS_EVAL_FUNC", {
|
|
3170
3170
|
value: !0,
|
|
3171
3171
|
writable: !1,
|
|
3172
3172
|
enumerable: !1,
|
|
3173
3173
|
configurable: !1
|
|
3174
3174
|
});
|
|
3175
|
-
function
|
|
3175
|
+
function Ut(t, ...e) {
|
|
3176
3176
|
if (!(t instanceof ne))
|
|
3177
3177
|
throw new Error("Illegal call");
|
|
3178
|
-
const s = t.generator(), i = e.pop(), r = new
|
|
3178
|
+
const s = t.generator(), i = e.pop(), r = new M(s.getGlobalScope(), s.getOptions()), n = `
|
|
3179
3179
|
(function anonymous(${e.join(",")}){
|
|
3180
3180
|
${i}
|
|
3181
3181
|
});
|
|
3182
3182
|
`;
|
|
3183
3183
|
return r.evaluate(n);
|
|
3184
3184
|
}
|
|
3185
|
-
Object.defineProperty(
|
|
3185
|
+
Object.defineProperty(Ut, "__IS_FUNCTION_FUNC", {
|
|
3186
3186
|
value: !0,
|
|
3187
3187
|
writable: !1,
|
|
3188
3188
|
enumerable: !1,
|
|
3189
3189
|
configurable: !1
|
|
3190
3190
|
});
|
|
3191
|
-
class
|
|
3191
|
+
class Y {
|
|
3192
3192
|
constructor(e) {
|
|
3193
3193
|
this.value = e;
|
|
3194
3194
|
}
|
|
3195
3195
|
}
|
|
3196
|
-
class
|
|
3196
|
+
class ce {
|
|
3197
3197
|
constructor(e) {
|
|
3198
3198
|
this.value = e;
|
|
3199
3199
|
}
|
|
@@ -3203,20 +3203,20 @@ class re {
|
|
|
3203
3203
|
this.value = e;
|
|
3204
3204
|
}
|
|
3205
3205
|
}
|
|
3206
|
-
class
|
|
3206
|
+
class xe {
|
|
3207
3207
|
constructor(e, s = null, i) {
|
|
3208
3208
|
this.name = i, this.parent = s, this.data = e, this.labelStack = [];
|
|
3209
3209
|
}
|
|
3210
3210
|
}
|
|
3211
|
-
function
|
|
3211
|
+
function $e() {
|
|
3212
3212
|
}
|
|
3213
|
-
function
|
|
3214
|
-
return new
|
|
3213
|
+
function vr(t = null, e) {
|
|
3214
|
+
return new xe(/* @__PURE__ */ Object.create(null), t, e);
|
|
3215
3215
|
}
|
|
3216
|
-
function
|
|
3216
|
+
function br(t) {
|
|
3217
3217
|
return Object.create(t);
|
|
3218
3218
|
}
|
|
3219
|
-
const
|
|
3219
|
+
const X = {
|
|
3220
3220
|
NaN: NaN,
|
|
3221
3221
|
Infinity: 1 / 0,
|
|
3222
3222
|
undefined: void 0,
|
|
@@ -3245,36 +3245,36 @@ const Y = {
|
|
|
3245
3245
|
encodeURIComponent,
|
|
3246
3246
|
escape,
|
|
3247
3247
|
unescape,
|
|
3248
|
-
eval:
|
|
3249
|
-
Function:
|
|
3250
|
-
};
|
|
3251
|
-
typeof JSON < "u" && (
|
|
3252
|
-
typeof Promise < "u" && (
|
|
3253
|
-
typeof Set < "u" && (
|
|
3254
|
-
typeof Map < "u" && (
|
|
3255
|
-
typeof Symbol < "u" && (
|
|
3256
|
-
typeof Proxy < "u" && (
|
|
3257
|
-
typeof WeakMap < "u" && (
|
|
3258
|
-
typeof WeakSet < "u" && (
|
|
3259
|
-
typeof Reflect < "u" && (
|
|
3260
|
-
class
|
|
3261
|
-
constructor(e =
|
|
3248
|
+
eval: $t,
|
|
3249
|
+
Function: Ut
|
|
3250
|
+
};
|
|
3251
|
+
typeof JSON < "u" && (X.JSON = JSON);
|
|
3252
|
+
typeof Promise < "u" && (X.Promise = Promise);
|
|
3253
|
+
typeof Set < "u" && (X.Set = Set);
|
|
3254
|
+
typeof Map < "u" && (X.Map = Map);
|
|
3255
|
+
typeof Symbol < "u" && (X.Symbol = Symbol);
|
|
3256
|
+
typeof Proxy < "u" && (X.Proxy = Proxy);
|
|
3257
|
+
typeof WeakMap < "u" && (X.WeakMap = WeakMap);
|
|
3258
|
+
typeof WeakSet < "u" && (X.WeakSet = WeakSet);
|
|
3259
|
+
typeof Reflect < "u" && (X.Reflect = Reflect);
|
|
3260
|
+
class M {
|
|
3261
|
+
constructor(e = M.global, s = {}) {
|
|
3262
3262
|
this.sourceList = [], this.collectDeclVars = /* @__PURE__ */ Object.create(null), this.collectDeclFuncs = /* @__PURE__ */ Object.create(null), this.isVarDeclMode = !1, this.lastExecNode = null, this.isRunning = !1, this.options = {
|
|
3263
|
-
ecmaVersion: s.ecmaVersion ||
|
|
3263
|
+
ecmaVersion: s.ecmaVersion || M.ecmaVersion,
|
|
3264
3264
|
timeout: s.timeout || 0,
|
|
3265
3265
|
rootContext: s.rootContext,
|
|
3266
|
-
globalContextInFunction: s.globalContextInFunction === void 0 ?
|
|
3266
|
+
globalContextInFunction: s.globalContextInFunction === void 0 ? M.globalContextInFunction : s.globalContextInFunction,
|
|
3267
3267
|
_initEnv: s._initEnv
|
|
3268
3268
|
}, this.context = e || /* @__PURE__ */ Object.create(null), this.callStack = [], this.initEnvironment(this.context);
|
|
3269
3269
|
}
|
|
3270
3270
|
initEnvironment(e) {
|
|
3271
3271
|
let s;
|
|
3272
|
-
if (e instanceof
|
|
3272
|
+
if (e instanceof xe)
|
|
3273
3273
|
s = e;
|
|
3274
3274
|
else {
|
|
3275
3275
|
let r = null;
|
|
3276
3276
|
const n = this.createSuperScope(e);
|
|
3277
|
-
this.options.rootContext && (r = new
|
|
3277
|
+
this.options.rootContext && (r = new xe(br(this.options.rootContext), n, ls)), s = new xe(e, r || n, hs);
|
|
3278
3278
|
}
|
|
3279
3279
|
this.globalScope = s, this.currentScope = this.globalScope, this.globalContext = s.data, this.currentContext = s.data, this.collectDeclVars = /* @__PURE__ */ Object.create(null), this.collectDeclFuncs = /* @__PURE__ */ Object.create(null), this.execStartTime = Date.now(), this.execEndTime = this.execStartTime;
|
|
3280
3280
|
const i = this.options._initEnv;
|
|
@@ -3302,13 +3302,13 @@ class j {
|
|
|
3302
3302
|
return this.currentContext;
|
|
3303
3303
|
}
|
|
3304
3304
|
isInterruptThrow(e) {
|
|
3305
|
-
return e instanceof
|
|
3305
|
+
return e instanceof Ys || e instanceof W || e instanceof mr;
|
|
3306
3306
|
}
|
|
3307
3307
|
createSuperScope(e) {
|
|
3308
|
-
let s = Object.assign({},
|
|
3308
|
+
let s = Object.assign({}, X);
|
|
3309
3309
|
return Object.keys(s).forEach((r) => {
|
|
3310
3310
|
r in e && delete s[r];
|
|
3311
|
-
}), new
|
|
3311
|
+
}), new xe(s, null, cs);
|
|
3312
3312
|
}
|
|
3313
3313
|
setCurrentContext(e) {
|
|
3314
3314
|
this.currentContext = e;
|
|
@@ -3319,10 +3319,10 @@ class j {
|
|
|
3319
3319
|
evaluate(e = "") {
|
|
3320
3320
|
let s;
|
|
3321
3321
|
if (e)
|
|
3322
|
-
return s =
|
|
3322
|
+
return s = hr(e, {
|
|
3323
3323
|
ranges: !0,
|
|
3324
3324
|
locations: !0,
|
|
3325
|
-
ecmaVersion: this.options.ecmaVersion ||
|
|
3325
|
+
ecmaVersion: this.options.ecmaVersion || M.ecmaVersion
|
|
3326
3326
|
}), this.evaluateNode(s, e);
|
|
3327
3327
|
}
|
|
3328
3328
|
appendCode(e) {
|
|
@@ -3475,12 +3475,12 @@ class j {
|
|
|
3475
3475
|
s = this.debuggerStatementHandler(e);
|
|
3476
3476
|
break;
|
|
3477
3477
|
default:
|
|
3478
|
-
throw this.createInternalThrowError(
|
|
3478
|
+
throw this.createInternalThrowError(O.NodeTypeSyntaxError, e.type, e);
|
|
3479
3479
|
}
|
|
3480
3480
|
return (...i) => {
|
|
3481
3481
|
const r = this.options.timeout;
|
|
3482
3482
|
if (r && r > 0 && this.checkTimeout())
|
|
3483
|
-
throw this.createInternalThrowError(
|
|
3483
|
+
throw this.createInternalThrowError(O.ExecutionTimeOutError, r, null);
|
|
3484
3484
|
return this.lastExecNode = e, s(...i);
|
|
3485
3485
|
};
|
|
3486
3486
|
}
|
|
@@ -3535,7 +3535,7 @@ class j {
|
|
|
3535
3535
|
case "instanceof":
|
|
3536
3536
|
return r instanceof n;
|
|
3537
3537
|
default:
|
|
3538
|
-
throw this.createInternalThrowError(
|
|
3538
|
+
throw this.createInternalThrowError(O.BinaryOperatorSyntaxError, e.operator, e);
|
|
3539
3539
|
}
|
|
3540
3540
|
};
|
|
3541
3541
|
}
|
|
@@ -3549,7 +3549,7 @@ class j {
|
|
|
3549
3549
|
case "&&":
|
|
3550
3550
|
return s() && i();
|
|
3551
3551
|
default:
|
|
3552
|
-
throw this.createInternalThrowError(
|
|
3552
|
+
throw this.createInternalThrowError(O.LogicalOperatorSyntaxError, e.operator, e);
|
|
3553
3553
|
}
|
|
3554
3554
|
};
|
|
3555
3555
|
}
|
|
@@ -3593,7 +3593,7 @@ class j {
|
|
|
3593
3593
|
case "typeof":
|
|
3594
3594
|
return typeof n;
|
|
3595
3595
|
default:
|
|
3596
|
-
throw this.createInternalThrowError(
|
|
3596
|
+
throw this.createInternalThrowError(O.UnaryOperatorSyntaxError, e.operator, e);
|
|
3597
3597
|
}
|
|
3598
3598
|
};
|
|
3599
3599
|
}
|
|
@@ -3609,7 +3609,7 @@ class j {
|
|
|
3609
3609
|
case "--":
|
|
3610
3610
|
return e.prefix ? --r[n] : r[n]--;
|
|
3611
3611
|
default:
|
|
3612
|
-
throw this.createInternalThrowError(
|
|
3612
|
+
throw this.createInternalThrowError(O.UpdateOperatorSyntaxError, e.operator, e);
|
|
3613
3613
|
}
|
|
3614
3614
|
};
|
|
3615
3615
|
}
|
|
@@ -3617,7 +3617,7 @@ class j {
|
|
|
3617
3617
|
objectExpressionHandler(e) {
|
|
3618
3618
|
const s = [];
|
|
3619
3619
|
function i(n) {
|
|
3620
|
-
return n.type === "Identifier" ? n.name : n.type === "Literal" ? n.value : this.throwError(
|
|
3620
|
+
return n.type === "Identifier" ? n.name : n.type === "Literal" ? n.value : this.throwError(O.ObjectStructureSyntaxError, n.type, n);
|
|
3621
3621
|
}
|
|
3622
3622
|
const r = /* @__PURE__ */ Object.create(null);
|
|
3623
3623
|
return e.properties.forEach((n) => {
|
|
@@ -3640,8 +3640,8 @@ class j {
|
|
|
3640
3640
|
set: f
|
|
3641
3641
|
});
|
|
3642
3642
|
else {
|
|
3643
|
-
const m = c.property,
|
|
3644
|
-
m.key.type === "Identifier" && m.value.type === "FunctionExpression" &&
|
|
3643
|
+
const m = c.property, v = m.kind;
|
|
3644
|
+
m.key.type === "Identifier" && m.value.type === "FunctionExpression" && v === "init" && !m.value.id && as(p, m.key.name), n[l] = p;
|
|
3645
3645
|
}
|
|
3646
3646
|
}
|
|
3647
3647
|
return n;
|
|
@@ -3668,9 +3668,9 @@ class j {
|
|
|
3668
3668
|
const s = this.createClosure(e.object), i = this.createMemberKeyGetter(e), r = this.source;
|
|
3669
3669
|
return () => {
|
|
3670
3670
|
const a = s(), u = i(), c = this.safeObjectGet(a, u, e);
|
|
3671
|
-
if (!c || !
|
|
3671
|
+
if (!c || !pt(c)) {
|
|
3672
3672
|
const l = r.slice(e.start, e.end);
|
|
3673
|
-
throw this.createInternalThrowError(
|
|
3673
|
+
throw this.createInternalThrowError(O.FunctionUndefinedReferenceError, l, e);
|
|
3674
3674
|
}
|
|
3675
3675
|
return c.__IS_EVAL_FUNC ? (l) => c(new ne(this), l, !0) : c.__IS_FUNCTION_FUNC ? (...l) => c(new ne(this), ...l) : c.bind(a);
|
|
3676
3676
|
};
|
|
@@ -3680,13 +3680,13 @@ class j {
|
|
|
3680
3680
|
let a = "";
|
|
3681
3681
|
e.type === "Identifier" && (a = e.name);
|
|
3682
3682
|
const u = n();
|
|
3683
|
-
if (!u || !
|
|
3684
|
-
throw this.createInternalThrowError(
|
|
3683
|
+
if (!u || !pt(u))
|
|
3684
|
+
throw this.createInternalThrowError(O.FunctionUndefinedReferenceError, a, e);
|
|
3685
3685
|
if (e.type === "Identifier" && u.__IS_EVAL_FUNC && a === "eval")
|
|
3686
3686
|
return (l) => {
|
|
3687
|
-
const h = this.getScopeFromName(a, this.getCurrentScope()), p = h.name ===
|
|
3688
|
-
h.name ===
|
|
3689
|
-
h.name ===
|
|
3687
|
+
const h = this.getScopeFromName(a, this.getCurrentScope()), p = h.name === cs || // !scope.parent || // super scope
|
|
3688
|
+
h.name === hs || // this.globalScope === scope ||
|
|
3689
|
+
h.name === ls;
|
|
3690
3690
|
return u(new ne(this), l, !p);
|
|
3691
3691
|
};
|
|
3692
3692
|
if (u.__IS_EVAL_FUNC)
|
|
@@ -3696,7 +3696,7 @@ class j {
|
|
|
3696
3696
|
let c = this.options.globalContextInFunction;
|
|
3697
3697
|
if (e.type === "Identifier") {
|
|
3698
3698
|
const l = this.getIdentifierScope(e);
|
|
3699
|
-
l.name ===
|
|
3699
|
+
l.name === us && (c = l.data);
|
|
3700
3700
|
}
|
|
3701
3701
|
return u.bind(c);
|
|
3702
3702
|
};
|
|
@@ -3715,17 +3715,17 @@ class j {
|
|
|
3715
3715
|
return this.collectDeclVars = r, this.collectDeclFuncs = n, () => {
|
|
3716
3716
|
const d = s.getCurrentScope(), f = function(...m) {
|
|
3717
3717
|
s.callStack.push(`${a}`);
|
|
3718
|
-
const
|
|
3719
|
-
s.setCurrentScope(g), s.addDeclarationsToScope(h, p, g), a && (g.data[a] = f), g.data.arguments = arguments, c.forEach((
|
|
3720
|
-
g.data[
|
|
3718
|
+
const v = s.getCurrentScope(), g = vr(d, `FunctionScope(${a})`);
|
|
3719
|
+
s.setCurrentScope(g), s.addDeclarationsToScope(h, p, g), a && (g.data[a] = f), g.data.arguments = arguments, c.forEach((N, C) => {
|
|
3720
|
+
g.data[N()] = m[C];
|
|
3721
3721
|
});
|
|
3722
|
-
const
|
|
3722
|
+
const x = s.getCurrentContext();
|
|
3723
3723
|
s.setCurrentContext(this);
|
|
3724
3724
|
const k = l();
|
|
3725
|
-
if (s.setCurrentContext(
|
|
3725
|
+
if (s.setCurrentContext(x), s.setCurrentScope(v), s.callStack.pop(), k instanceof Y)
|
|
3726
3726
|
return k.value;
|
|
3727
3727
|
};
|
|
3728
|
-
return
|
|
3728
|
+
return as(f, a), Object.defineProperty(f, "length", {
|
|
3729
3729
|
value: u,
|
|
3730
3730
|
writable: !1,
|
|
3731
3731
|
enumerable: !1,
|
|
@@ -3748,9 +3748,9 @@ class j {
|
|
|
3748
3748
|
const s = this.source, i = this.createClosure(e.callee), r = e.arguments.map((n) => this.createClosure(n));
|
|
3749
3749
|
return () => {
|
|
3750
3750
|
const n = i();
|
|
3751
|
-
if (!
|
|
3751
|
+
if (!pt(n) || n.__IS_EVAL_FUNC) {
|
|
3752
3752
|
const a = e.callee, u = s.slice(a.start, a.end);
|
|
3753
|
-
throw this.createInternalThrowError(
|
|
3753
|
+
throw this.createInternalThrowError(O.IsNotConstructor, u, e);
|
|
3754
3754
|
}
|
|
3755
3755
|
return n.__IS_FUNCTION_FUNC ? n(new ne(this), ...r.map((a) => a())) : new n(...r.map((a) => a()));
|
|
3756
3756
|
};
|
|
@@ -3833,7 +3833,7 @@ class j {
|
|
|
3833
3833
|
case "|=":
|
|
3834
3834
|
return n[a] |= u;
|
|
3835
3835
|
default:
|
|
3836
|
-
throw this.createInternalThrowError(
|
|
3836
|
+
throw this.createInternalThrowError(O.AssignmentExpressionSyntaxError, e.type, e);
|
|
3837
3837
|
}
|
|
3838
3838
|
};
|
|
3839
3839
|
}
|
|
@@ -3848,12 +3848,12 @@ class j {
|
|
|
3848
3848
|
enumerable: !1
|
|
3849
3849
|
}), this.funcDeclaration(e.id.name, s);
|
|
3850
3850
|
}
|
|
3851
|
-
return () =>
|
|
3851
|
+
return () => V;
|
|
3852
3852
|
}
|
|
3853
3853
|
getVariableName(e) {
|
|
3854
3854
|
if (e.type === "Identifier")
|
|
3855
3855
|
return e.name;
|
|
3856
|
-
throw this.createInternalThrowError(
|
|
3856
|
+
throw this.createInternalThrowError(O.VariableTypeSyntaxError, e.type, e);
|
|
3857
3857
|
}
|
|
3858
3858
|
// var i;
|
|
3859
3859
|
// var i=1;
|
|
@@ -3877,21 +3877,21 @@ class j {
|
|
|
3877
3877
|
const r = this.isVarDeclMode;
|
|
3878
3878
|
this.isVarDeclMode = !0, s(), this.isVarDeclMode = r;
|
|
3879
3879
|
}
|
|
3880
|
-
return
|
|
3880
|
+
return V;
|
|
3881
3881
|
};
|
|
3882
3882
|
}
|
|
3883
3883
|
assertVariable(e, s, i) {
|
|
3884
3884
|
if (e === this.globalScope.data && !(s in e))
|
|
3885
|
-
throw this.createInternalThrowError(
|
|
3885
|
+
throw this.createInternalThrowError(O.VariableUndefinedReferenceError, s, i);
|
|
3886
3886
|
}
|
|
3887
3887
|
// {...}
|
|
3888
3888
|
programHandler(e) {
|
|
3889
3889
|
const s = e.body.map((i) => this.createClosure(i));
|
|
3890
3890
|
return () => {
|
|
3891
|
-
let i =
|
|
3891
|
+
let i = V;
|
|
3892
3892
|
for (let r = 0; r < s.length; r++) {
|
|
3893
3893
|
const n = s[r], a = this.setValue(n());
|
|
3894
|
-
if (a !==
|
|
3894
|
+
if (a !== V && (i = a, i instanceof Y || i instanceof ce || i instanceof re || i === me || i === ge))
|
|
3895
3895
|
break;
|
|
3896
3896
|
}
|
|
3897
3897
|
return i;
|
|
@@ -3902,18 +3902,18 @@ class j {
|
|
|
3902
3902
|
return this.createClosure(e.expression);
|
|
3903
3903
|
}
|
|
3904
3904
|
emptyStatementHandler(e) {
|
|
3905
|
-
return () =>
|
|
3905
|
+
return () => V;
|
|
3906
3906
|
}
|
|
3907
3907
|
// return xx;
|
|
3908
3908
|
returnStatementHandler(e) {
|
|
3909
|
-
const s = e.argument ? this.createClosure(e.argument) :
|
|
3910
|
-
return () => new
|
|
3909
|
+
const s = e.argument ? this.createClosure(e.argument) : $e;
|
|
3910
|
+
return () => new Y(s());
|
|
3911
3911
|
}
|
|
3912
3912
|
// if else
|
|
3913
3913
|
ifStatementHandler(e) {
|
|
3914
3914
|
const s = this.createClosure(e.test), i = this.createClosure(e.consequent), r = e.alternate ? this.createClosure(e.alternate) : (
|
|
3915
3915
|
/*!important*/
|
|
3916
|
-
() =>
|
|
3916
|
+
() => V
|
|
3917
3917
|
);
|
|
3918
3918
|
return () => s() ? i() : r();
|
|
3919
3919
|
}
|
|
@@ -3923,21 +3923,21 @@ class j {
|
|
|
3923
3923
|
}
|
|
3924
3924
|
// for(var i = 0; i < 10; i++) {...}
|
|
3925
3925
|
forStatementHandler(e) {
|
|
3926
|
-
let s =
|
|
3926
|
+
let s = $e, i = e.test ? this.createClosure(e.test) : () => !0, r = $e;
|
|
3927
3927
|
const n = this.createClosure(e.body);
|
|
3928
|
-
return e.type === "ForStatement" && (s = e.init ? this.createClosure(e.init) : s, r = e.update ? this.createClosure(e.update) :
|
|
3929
|
-
let u, c =
|
|
3928
|
+
return e.type === "ForStatement" && (s = e.init ? this.createClosure(e.init) : s, r = e.update ? this.createClosure(e.update) : $e), (a) => {
|
|
3929
|
+
let u, c = V, l = e.type === "DoWhileStatement";
|
|
3930
3930
|
for (a && a.type === "LabeledStatement" && (u = a.label.name), s(); l || i(); r()) {
|
|
3931
3931
|
l = !1;
|
|
3932
3932
|
const h = this.setValue(n());
|
|
3933
|
-
if (!(h ===
|
|
3934
|
-
if (h ===
|
|
3933
|
+
if (!(h === V || h === ge)) {
|
|
3934
|
+
if (h === me)
|
|
3935
3935
|
break;
|
|
3936
3936
|
if (c = h, c instanceof re && c.value === u) {
|
|
3937
|
-
c =
|
|
3937
|
+
c = V;
|
|
3938
3938
|
continue;
|
|
3939
3939
|
}
|
|
3940
|
-
if (c instanceof
|
|
3940
|
+
if (c instanceof Y || c instanceof ce || c instanceof re)
|
|
3941
3941
|
break;
|
|
3942
3942
|
}
|
|
3943
3943
|
}
|
|
@@ -3955,7 +3955,7 @@ class j {
|
|
|
3955
3955
|
let s = e.left;
|
|
3956
3956
|
const i = this.createClosure(e.right), r = this.createClosure(e.body);
|
|
3957
3957
|
return e.left.type === "VariableDeclaration" && (this.createClosure(e.left)(), s = e.left.declarations[0].id), (n) => {
|
|
3958
|
-
let a, u =
|
|
3958
|
+
let a, u = V, c;
|
|
3959
3959
|
n && n.type === "LabeledStatement" && (a = n.label.name);
|
|
3960
3960
|
const l = i();
|
|
3961
3961
|
for (c in l) {
|
|
@@ -3969,14 +3969,14 @@ class j {
|
|
|
3969
3969
|
}
|
|
3970
3970
|
})();
|
|
3971
3971
|
const h = this.setValue(r());
|
|
3972
|
-
if (!(h ===
|
|
3973
|
-
if (h ===
|
|
3972
|
+
if (!(h === V || h === ge)) {
|
|
3973
|
+
if (h === me)
|
|
3974
3974
|
break;
|
|
3975
3975
|
if (u = h, u instanceof re && u.value === a) {
|
|
3976
|
-
u =
|
|
3976
|
+
u = V;
|
|
3977
3977
|
continue;
|
|
3978
3978
|
}
|
|
3979
|
-
if (u instanceof
|
|
3979
|
+
if (u instanceof Y || u instanceof ce || u instanceof re)
|
|
3980
3980
|
break;
|
|
3981
3981
|
}
|
|
3982
3982
|
}
|
|
@@ -3986,7 +3986,7 @@ class j {
|
|
|
3986
3986
|
withStatementHandler(e) {
|
|
3987
3987
|
const s = this.createClosure(e.object), i = this.createClosure(e.body);
|
|
3988
3988
|
return () => {
|
|
3989
|
-
const r = s(), n = this.getCurrentScope(), a = new
|
|
3989
|
+
const r = s(), n = this.getCurrentScope(), a = new xe(r, n, us);
|
|
3990
3990
|
this.setCurrentScope(a);
|
|
3991
3991
|
const u = this.setValue(i());
|
|
3992
3992
|
return this.setCurrentScope(n), u;
|
|
@@ -4003,18 +4003,18 @@ class j {
|
|
|
4003
4003
|
const s = this.createClosure(e.block), i = e.handler ? this.catchClauseHandler(e.handler) : null, r = e.finalizer ? this.createClosure(e.finalizer) : null;
|
|
4004
4004
|
return () => {
|
|
4005
4005
|
const n = this.getCurrentScope(), a = this.getCurrentContext(), u = n.labelStack.concat([]), c = this.callStack.concat([]);
|
|
4006
|
-
let l =
|
|
4006
|
+
let l = V, h, p;
|
|
4007
4007
|
const d = () => {
|
|
4008
4008
|
this.setCurrentScope(n), this.setCurrentContext(a), n.labelStack = u, this.callStack = c;
|
|
4009
4009
|
};
|
|
4010
4010
|
try {
|
|
4011
|
-
l = this.setValue(s()), l instanceof
|
|
4011
|
+
l = this.setValue(s()), l instanceof Y && (h = l);
|
|
4012
4012
|
} catch (f) {
|
|
4013
4013
|
if (d(), this.isInterruptThrow(f))
|
|
4014
4014
|
throw f;
|
|
4015
4015
|
if (i)
|
|
4016
4016
|
try {
|
|
4017
|
-
l = this.setValue(i(f)), l instanceof
|
|
4017
|
+
l = this.setValue(i(f)), l instanceof Y && (h = l);
|
|
4018
4018
|
} catch (m) {
|
|
4019
4019
|
if (d(), this.isInterruptThrow(m))
|
|
4020
4020
|
throw m;
|
|
@@ -4023,7 +4023,7 @@ class j {
|
|
|
4023
4023
|
}
|
|
4024
4024
|
if (r)
|
|
4025
4025
|
try {
|
|
4026
|
-
l = r(), l instanceof
|
|
4026
|
+
l = r(), l instanceof Y && (h = l);
|
|
4027
4027
|
} catch (f) {
|
|
4028
4028
|
if (d(), this.isInterruptThrow(f))
|
|
4029
4029
|
throw f;
|
|
@@ -4039,15 +4039,15 @@ class j {
|
|
|
4039
4039
|
const s = this.createParamNameGetter(e.param), i = this.createClosure(e.body);
|
|
4040
4040
|
return (r) => {
|
|
4041
4041
|
let n;
|
|
4042
|
-
const u = this.getCurrentScope().data, c = s(), l =
|
|
4042
|
+
const u = this.getCurrentScope().data, c = s(), l = xr.call(u, c), h = u[c];
|
|
4043
4043
|
return u[c] = r, n = i(), l ? u[c] = h : delete u[c], n;
|
|
4044
4044
|
};
|
|
4045
4045
|
}
|
|
4046
4046
|
continueStatementHandler(e) {
|
|
4047
|
-
return () => e.label ? new re(e.label.name) :
|
|
4047
|
+
return () => e.label ? new re(e.label.name) : ge;
|
|
4048
4048
|
}
|
|
4049
4049
|
breakStatementHandler(e) {
|
|
4050
|
-
return () => e.label ? new
|
|
4050
|
+
return () => e.label ? new ce(e.label.name) : me;
|
|
4051
4051
|
}
|
|
4052
4052
|
switchStatementHandler(e) {
|
|
4053
4053
|
const s = this.createClosure(e.discriminant), i = e.cases.map((r) => this.switchCaseHandler(r));
|
|
@@ -4057,10 +4057,10 @@ class j {
|
|
|
4057
4057
|
for (let h = 0; h < 2; h++) {
|
|
4058
4058
|
for (let p = c; p < i.length; p++) {
|
|
4059
4059
|
const d = i[p](), f = d.testClosure();
|
|
4060
|
-
if (!l && f ===
|
|
4061
|
-
if (n = !0, u = this.setValue(d.bodyClosure()), u ===
|
|
4060
|
+
if (!l && f === os && (l = !0, c = p), n || f === r) {
|
|
4061
|
+
if (n = !0, u = this.setValue(d.bodyClosure()), u === V)
|
|
4062
4062
|
continue;
|
|
4063
|
-
if (u ===
|
|
4063
|
+
if (u === me || (a = u, a instanceof Y || a instanceof ce || a instanceof re || a === ge))
|
|
4064
4064
|
break;
|
|
4065
4065
|
}
|
|
4066
4066
|
}
|
|
@@ -4073,7 +4073,7 @@ class j {
|
|
|
4073
4073
|
};
|
|
4074
4074
|
}
|
|
4075
4075
|
switchCaseHandler(e) {
|
|
4076
|
-
const s = e.test ? this.createClosure(e.test) : () =>
|
|
4076
|
+
const s = e.test ? this.createClosure(e.test) : () => os, i = this.createClosure({
|
|
4077
4077
|
type: "BlockStatement",
|
|
4078
4078
|
body: e.consequent
|
|
4079
4079
|
});
|
|
@@ -4088,20 +4088,20 @@ class j {
|
|
|
4088
4088
|
return () => {
|
|
4089
4089
|
let r;
|
|
4090
4090
|
const n = this.getCurrentScope();
|
|
4091
|
-
return n.labelStack.push(s), r = i(e), r instanceof
|
|
4091
|
+
return n.labelStack.push(s), r = i(e), r instanceof ce && r.value === s && (r = V), n.labelStack.pop(), r;
|
|
4092
4092
|
};
|
|
4093
4093
|
}
|
|
4094
4094
|
debuggerStatementHandler(e) {
|
|
4095
4095
|
return () => {
|
|
4096
4096
|
debugger;
|
|
4097
|
-
return
|
|
4097
|
+
return V;
|
|
4098
4098
|
};
|
|
4099
4099
|
}
|
|
4100
4100
|
// get es3/5 param name
|
|
4101
4101
|
createParamNameGetter(e) {
|
|
4102
4102
|
if (e.type === "Identifier")
|
|
4103
4103
|
return () => e.name;
|
|
4104
|
-
throw this.createInternalThrowError(
|
|
4104
|
+
throw this.createInternalThrowError(O.ParamTypeSyntaxError, e.type, e);
|
|
4105
4105
|
}
|
|
4106
4106
|
createObjectKeyGetter(e) {
|
|
4107
4107
|
let s;
|
|
@@ -4120,7 +4120,7 @@ class j {
|
|
|
4120
4120
|
case "MemberExpression":
|
|
4121
4121
|
return this.createClosure(e.object);
|
|
4122
4122
|
default:
|
|
4123
|
-
throw this.createInternalThrowError(
|
|
4123
|
+
throw this.createInternalThrowError(O.AssignmentTypeSyntaxError, e.type, e);
|
|
4124
4124
|
}
|
|
4125
4125
|
}
|
|
4126
4126
|
// for UnaryExpression UpdateExpression AssignmentExpression
|
|
@@ -4131,7 +4131,7 @@ class j {
|
|
|
4131
4131
|
case "MemberExpression":
|
|
4132
4132
|
return this.createMemberKeyGetter(e);
|
|
4133
4133
|
default:
|
|
4134
|
-
throw this.createInternalThrowError(
|
|
4134
|
+
throw this.createInternalThrowError(O.AssignmentTypeSyntaxError, e.type, e);
|
|
4135
4135
|
}
|
|
4136
4136
|
}
|
|
4137
4137
|
varDeclaration(e) {
|
|
@@ -4167,26 +4167,26 @@ class j {
|
|
|
4167
4167
|
}
|
|
4168
4168
|
setValue(e) {
|
|
4169
4169
|
const s = this.callStack.length;
|
|
4170
|
-
return this.isVarDeclMode || s || e ===
|
|
4170
|
+
return this.isVarDeclMode || s || e === V || e === me || e === ge || e instanceof ce || e instanceof re || (this.value = e instanceof Y ? e.value : e), e;
|
|
4171
4171
|
}
|
|
4172
4172
|
getValue() {
|
|
4173
4173
|
return this.value;
|
|
4174
4174
|
}
|
|
4175
4175
|
}
|
|
4176
|
-
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
const
|
|
4176
|
+
M.version = gr;
|
|
4177
|
+
M.eval = $t;
|
|
4178
|
+
M.Function = Ut;
|
|
4179
|
+
M.ecmaVersion = 5;
|
|
4180
|
+
M.globalContextInFunction = void 0;
|
|
4181
|
+
M.global = /* @__PURE__ */ Object.create(null);
|
|
4182
|
+
const yr = (() => {
|
|
4183
4183
|
try {
|
|
4184
4184
|
return new Function("return 1")(), !0;
|
|
4185
4185
|
} catch {
|
|
4186
4186
|
return !1;
|
|
4187
4187
|
}
|
|
4188
4188
|
})();
|
|
4189
|
-
function
|
|
4189
|
+
function ze(t) {
|
|
4190
4190
|
if (typeof globalThis > "u") return;
|
|
4191
4191
|
const e = globalThis[0] || globalThis;
|
|
4192
4192
|
if (e.__simulator__)
|
|
@@ -4196,13 +4196,13 @@ function qe(t) {
|
|
|
4196
4196
|
} catch {
|
|
4197
4197
|
}
|
|
4198
4198
|
}
|
|
4199
|
-
function
|
|
4200
|
-
return new
|
|
4199
|
+
function _r(t, e) {
|
|
4200
|
+
return new M(e, {
|
|
4201
4201
|
rootContext: e,
|
|
4202
4202
|
globalContextInFunction: e
|
|
4203
4203
|
}).evaluate(`(function($scope){ ${t} }).call(this, this)`);
|
|
4204
4204
|
}
|
|
4205
|
-
function
|
|
4205
|
+
function Oe(t, e, s = !1, i = !1, r = !1) {
|
|
4206
4206
|
try {
|
|
4207
4207
|
const n = ['"use strict";', "var __self = $scope;"];
|
|
4208
4208
|
n.push("return ");
|
|
@@ -4212,15 +4212,15 @@ function Ne(t, e, s = !1, i = !1, r = !1) {
|
|
|
4212
4212
|
const u = r ? `
|
|
4213
4213
|
${a}
|
|
4214
4214
|
` : `with(${s ? "{}" : "$scope || {}"}) { ${a} }`;
|
|
4215
|
-
return
|
|
4215
|
+
return yr ? new Function("$scope", u)(e) : _r(u, e);
|
|
4216
4216
|
} catch (n) {
|
|
4217
|
-
if (
|
|
4217
|
+
if (ve.error("parseExpression.error", n, t, e?.__self ?? e), n && (n.info = t.value), ze(n), i)
|
|
4218
4218
|
throw n;
|
|
4219
4219
|
}
|
|
4220
4220
|
}
|
|
4221
4221
|
function z(t, e, s = !1, i = !1, r = !1) {
|
|
4222
|
-
const n =
|
|
4223
|
-
if (typeof n != "function" && (
|
|
4222
|
+
const n = Oe(t, e, s, i, r);
|
|
4223
|
+
if (typeof n != "function" && (ve.error(
|
|
4224
4224
|
"parseFunction.error",
|
|
4225
4225
|
"not a function",
|
|
4226
4226
|
t,
|
|
@@ -4229,19 +4229,19 @@ function z(t, e, s = !1, i = !1, r = !1) {
|
|
|
4229
4229
|
throw new Error(`"${t.value}" not a function`);
|
|
4230
4230
|
return n;
|
|
4231
4231
|
}
|
|
4232
|
-
function
|
|
4232
|
+
function R(t) {
|
|
4233
4233
|
return t && t.type === "JSExpression";
|
|
4234
4234
|
}
|
|
4235
|
-
function
|
|
4235
|
+
function F(t) {
|
|
4236
4236
|
return typeof t == "object" && t && t.type === "JSFunction";
|
|
4237
4237
|
}
|
|
4238
|
-
function
|
|
4239
|
-
return
|
|
4238
|
+
function Sr(t) {
|
|
4239
|
+
return R(t) || F(t);
|
|
4240
4240
|
}
|
|
4241
|
-
function
|
|
4242
|
-
return
|
|
4241
|
+
function jn(t) {
|
|
4242
|
+
return Sr(t) ? t.value.startsWith("{") ? `(${t.value})` : t.value : JSON.stringify(t);
|
|
4243
4243
|
}
|
|
4244
|
-
const
|
|
4244
|
+
const Cr = {
|
|
4245
4245
|
session: !1,
|
|
4246
4246
|
authKey: "Authorization",
|
|
4247
4247
|
storageKey: "ACCESS_STORAGE",
|
|
@@ -4254,15 +4254,15 @@ const yr = {
|
|
|
4254
4254
|
noPermissionMessage: "无权限访问该页面",
|
|
4255
4255
|
appName: "",
|
|
4256
4256
|
statusKey: "code"
|
|
4257
|
-
},
|
|
4258
|
-
class
|
|
4257
|
+
}, Xs = Symbol("access");
|
|
4258
|
+
class Gt {
|
|
4259
4259
|
options;
|
|
4260
4260
|
data = null;
|
|
4261
|
-
mode =
|
|
4261
|
+
mode = T.Raw;
|
|
4262
4262
|
interceptResponse = !0;
|
|
4263
4263
|
isTipShowing = !1;
|
|
4264
4264
|
constructor(e) {
|
|
4265
|
-
this.options = Object.assign({},
|
|
4265
|
+
this.options = Object.assign({}, Cr, e), this.loadData();
|
|
4266
4266
|
}
|
|
4267
4267
|
enableIntercept() {
|
|
4268
4268
|
this.interceptResponse = !0;
|
|
@@ -4272,21 +4272,21 @@ class $t {
|
|
|
4272
4272
|
}
|
|
4273
4273
|
connect(e) {
|
|
4274
4274
|
const { mode: s, router: i, request: r } = e;
|
|
4275
|
-
this.mode = s, i && this.mode !==
|
|
4275
|
+
this.mode = s, i && this.mode !== T.Design && this.setGuard(i), r && this.setRequest(r);
|
|
4276
4276
|
}
|
|
4277
4277
|
login(e) {
|
|
4278
4278
|
const { storageKey: s, storagePrefix: i, session: r, authKey: n } = this.options;
|
|
4279
|
-
this.setData(e), this.data && (
|
|
4279
|
+
this.setData(e), this.data && (ot.save(s, e, {
|
|
4280
4280
|
type: "local",
|
|
4281
4281
|
prefix: i
|
|
4282
|
-
}), r &&
|
|
4282
|
+
}), r && ut.set(n, this.data.token));
|
|
4283
4283
|
}
|
|
4284
4284
|
clear() {
|
|
4285
4285
|
const { storageKey: e, storagePrefix: s, session: i, authKey: r } = this.options;
|
|
4286
|
-
this.data = null,
|
|
4286
|
+
this.data = null, ot.remove(e, {
|
|
4287
4287
|
type: "local",
|
|
4288
4288
|
prefix: s
|
|
4289
|
-
}), i &&
|
|
4289
|
+
}), i && ut.remove(r);
|
|
4290
4290
|
}
|
|
4291
4291
|
logout() {
|
|
4292
4292
|
this.clear(), this.toLogin();
|
|
@@ -4301,19 +4301,19 @@ class $t {
|
|
|
4301
4301
|
const { appName: s } = this.options, { permissions: i = {} } = this.data || {};
|
|
4302
4302
|
if (typeof e == "function")
|
|
4303
4303
|
return e(i);
|
|
4304
|
-
const r =
|
|
4304
|
+
const r = Yt(e);
|
|
4305
4305
|
return Array.isArray(i) ? r.every(
|
|
4306
4306
|
(n) => i.includes(n) || i.includes(s + "." + n)
|
|
4307
4307
|
) : r.every((n) => i[n] || i[s + "." + n]);
|
|
4308
4308
|
}
|
|
4309
4309
|
some(e) {
|
|
4310
|
-
const { appName: s } = this.options, { permissions: i = {} } = this.data || {}, r =
|
|
4310
|
+
const { appName: s } = this.options, { permissions: i = {} } = this.data || {}, r = Yt(e);
|
|
4311
4311
|
return Array.isArray(i) ? r.some(
|
|
4312
4312
|
(n) => i.includes(n) || i.includes(s + "." + n)
|
|
4313
4313
|
) : r.some((n) => i[n] || i[s + "." + n]);
|
|
4314
4314
|
}
|
|
4315
4315
|
install(e) {
|
|
4316
|
-
e.config.globalProperties.$access = this, e.provide(
|
|
4316
|
+
e.config.globalProperties.$access = this, e.provide(Xs, this);
|
|
4317
4317
|
}
|
|
4318
4318
|
isAuthPath(e) {
|
|
4319
4319
|
const { auth: s, isAuth: i } = this.options;
|
|
@@ -4334,7 +4334,7 @@ class $t {
|
|
|
4334
4334
|
setData(e) {
|
|
4335
4335
|
const { privateKey: s } = this.options;
|
|
4336
4336
|
if (Array.isArray(e) && s) {
|
|
4337
|
-
const i = e.map((r) =>
|
|
4337
|
+
const i = e.map((r) => Xt(r, s));
|
|
4338
4338
|
try {
|
|
4339
4339
|
this.data = JSON.parse(i.join(""));
|
|
4340
4340
|
} catch (r) {
|
|
@@ -4344,7 +4344,7 @@ class $t {
|
|
|
4344
4344
|
}
|
|
4345
4345
|
if (typeof e == "string")
|
|
4346
4346
|
try {
|
|
4347
|
-
const i = s ?
|
|
4347
|
+
const i = s ? Xt(e, s) : e;
|
|
4348
4348
|
i ? this.data = JSON.parse(i) : console.warn("RSA解密失败或登录信息缺失");
|
|
4349
4349
|
} catch (i) {
|
|
4350
4350
|
console.warn(i);
|
|
@@ -4353,7 +4353,7 @@ class $t {
|
|
|
4353
4353
|
this.data = e;
|
|
4354
4354
|
}
|
|
4355
4355
|
loadData() {
|
|
4356
|
-
const { storageKey: e, storagePrefix: s } = this.options, i =
|
|
4356
|
+
const { storageKey: e, storagePrefix: s } = this.options, i = ot.get(e, {
|
|
4357
4357
|
type: "local",
|
|
4358
4358
|
prefix: s
|
|
4359
4359
|
});
|
|
@@ -4361,10 +4361,10 @@ class $t {
|
|
|
4361
4361
|
}
|
|
4362
4362
|
isLogined() {
|
|
4363
4363
|
const { session: e, authKey: s } = this.options;
|
|
4364
|
-
return e && s ? !!
|
|
4364
|
+
return e && s ? !!ut.get(s) : !!this.getToken();
|
|
4365
4365
|
}
|
|
4366
4366
|
hasRoutePermission(e) {
|
|
4367
|
-
if (e.name ===
|
|
4367
|
+
if (e.name === Ie) {
|
|
4368
4368
|
const s = e.params.id;
|
|
4369
4369
|
return s && this.can(s);
|
|
4370
4370
|
}
|
|
@@ -4381,10 +4381,10 @@ class $t {
|
|
|
4381
4381
|
return s();
|
|
4382
4382
|
{
|
|
4383
4383
|
const { noPermissionMessage: i = "无权限访问", unauthorized: r = !1 } = this.options;
|
|
4384
|
-
return await this.showTip(i), K(r) ? (r(), s(!1)) :
|
|
4384
|
+
return await this.showTip(i), K(r) ? (r(), s(!1)) : te(r) ? s(r) : s(!1);
|
|
4385
4385
|
}
|
|
4386
4386
|
}
|
|
4387
|
-
s(!1), await
|
|
4387
|
+
s(!1), await Pe(0), this.toLogin();
|
|
4388
4388
|
}
|
|
4389
4389
|
isWhiteList(e) {
|
|
4390
4390
|
const { whiteList: s } = this.options;
|
|
@@ -4400,7 +4400,7 @@ class $t {
|
|
|
4400
4400
|
}
|
|
4401
4401
|
async showTip(e) {
|
|
4402
4402
|
const { alert: s } = this.options;
|
|
4403
|
-
return this.isTipShowing ? !1 : s ? (this.isTipShowing = !0, await
|
|
4403
|
+
return this.isTipShowing ? !1 : s ? (this.isTipShowing = !0, await Pe(150), await s(e, {
|
|
4404
4404
|
title: "提示",
|
|
4405
4405
|
type: "warning"
|
|
4406
4406
|
})?.catch(() => !0)?.finally(() => {
|
|
@@ -4418,10 +4418,10 @@ class $t {
|
|
|
4418
4418
|
);
|
|
4419
4419
|
}
|
|
4420
4420
|
}
|
|
4421
|
-
function
|
|
4422
|
-
return
|
|
4421
|
+
function wr() {
|
|
4422
|
+
return Tt(Xs, null);
|
|
4423
4423
|
}
|
|
4424
|
-
function
|
|
4424
|
+
function Mn(t = {}) {
|
|
4425
4425
|
const {
|
|
4426
4426
|
notify: e,
|
|
4427
4427
|
loading: s,
|
|
@@ -4433,7 +4433,7 @@ function Fn(t = {}) {
|
|
|
4433
4433
|
} = t;
|
|
4434
4434
|
let c = null;
|
|
4435
4435
|
return {
|
|
4436
|
-
request:
|
|
4436
|
+
request: ds({
|
|
4437
4437
|
adapter: t.axiosAdapter,
|
|
4438
4438
|
settings: {
|
|
4439
4439
|
type: "form",
|
|
@@ -4454,19 +4454,19 @@ function Fn(t = {}) {
|
|
|
4454
4454
|
...i
|
|
4455
4455
|
}
|
|
4456
4456
|
}),
|
|
4457
|
-
jsonp:
|
|
4457
|
+
jsonp: ms,
|
|
4458
4458
|
notify: e,
|
|
4459
4459
|
loading: s,
|
|
4460
4460
|
useTitle: a,
|
|
4461
4461
|
alert: u,
|
|
4462
4462
|
startupComponent: r,
|
|
4463
|
-
access: n ? new
|
|
4463
|
+
access: n ? new Gt({ alert: u, ...n }) : void 0
|
|
4464
4464
|
};
|
|
4465
4465
|
}
|
|
4466
|
-
function
|
|
4467
|
-
return new
|
|
4466
|
+
function Dn(t = {}) {
|
|
4467
|
+
return new Gt(t);
|
|
4468
4468
|
}
|
|
4469
|
-
function
|
|
4469
|
+
function Er(t, e) {
|
|
4470
4470
|
const { jsonp: s, request: i } = e;
|
|
4471
4471
|
if (t.method === "jsonp")
|
|
4472
4472
|
return (r = {}) => s(t.url, {
|
|
@@ -4474,7 +4474,7 @@ function Sr(t, e) {
|
|
|
4474
4474
|
query: r
|
|
4475
4475
|
});
|
|
4476
4476
|
{
|
|
4477
|
-
const r = t.headers ?
|
|
4477
|
+
const r = t.headers ? Oe(t.headers, {}, !0) : void 0, n = {
|
|
4478
4478
|
url: t.url,
|
|
4479
4479
|
method: t.method,
|
|
4480
4480
|
settings: {
|
|
@@ -4482,10 +4482,10 @@ function Sr(t, e) {
|
|
|
4482
4482
|
headers: r
|
|
4483
4483
|
}
|
|
4484
4484
|
};
|
|
4485
|
-
return (a, u) => (delete n.data, i.send(
|
|
4485
|
+
return (a, u) => (delete n.data, i.send(hi(n, u || {}, { data: a })));
|
|
4486
4486
|
}
|
|
4487
4487
|
}
|
|
4488
|
-
function
|
|
4488
|
+
function kr(t, e) {
|
|
4489
4489
|
const { metaQuery: s } = e;
|
|
4490
4490
|
if (!s) return;
|
|
4491
4491
|
const { code: i, queryCode: r } = t;
|
|
@@ -4497,63 +4497,63 @@ function Cr(t, e) {
|
|
|
4497
4497
|
return s(i, r, n, a);
|
|
4498
4498
|
};
|
|
4499
4499
|
}
|
|
4500
|
-
function
|
|
4500
|
+
function Ir(t = [], e = [], s) {
|
|
4501
4501
|
const i = {};
|
|
4502
4502
|
for (const r of t) {
|
|
4503
|
-
const n =
|
|
4503
|
+
const n = Er(r, s);
|
|
4504
4504
|
i[r.id] = n, i[r.name] = n;
|
|
4505
4505
|
}
|
|
4506
4506
|
for (const r of e)
|
|
4507
|
-
i[r.id] =
|
|
4507
|
+
i[r.id] = kr(r, s);
|
|
4508
4508
|
return i;
|
|
4509
4509
|
}
|
|
4510
|
-
async function
|
|
4511
|
-
const s =
|
|
4512
|
-
s && (
|
|
4510
|
+
async function Ar(t = [], e = globalThis) {
|
|
4511
|
+
const s = Te(e);
|
|
4512
|
+
s && (Zs(e), t.forEach((i) => Tr(s, i)));
|
|
4513
4513
|
}
|
|
4514
|
-
function
|
|
4515
|
-
const s =
|
|
4514
|
+
function Pr(t, e = globalThis) {
|
|
4515
|
+
const s = F(t.mockTemplate) && t.mockTemplate.value ? z(t.mockTemplate, {}, !0) : void 0, i = Te(e);
|
|
4516
4516
|
return async (...r) => {
|
|
4517
4517
|
let n = {};
|
|
4518
4518
|
if (s)
|
|
4519
4519
|
try {
|
|
4520
4520
|
n = await s.apply(s, r);
|
|
4521
4521
|
} catch (a) {
|
|
4522
|
-
|
|
4522
|
+
ve.warn("模拟数据模版异常", a);
|
|
4523
4523
|
}
|
|
4524
4524
|
return i?.mock(n);
|
|
4525
4525
|
};
|
|
4526
4526
|
}
|
|
4527
|
-
function
|
|
4527
|
+
function Tr(t, e) {
|
|
4528
4528
|
if (!e.mock) return;
|
|
4529
4529
|
const { url: s, mockTemplate: i, method: r = "get", settings: n = {} } = e;
|
|
4530
4530
|
if (s && i)
|
|
4531
4531
|
try {
|
|
4532
|
-
const a =
|
|
4532
|
+
const a = xt(s) ? new URL(s).pathname : s, u = pi(`(.*)${a}`, [], { end: !1 }), c = new RegExp(
|
|
4533
4533
|
u.source + "([?#].*)?$",
|
|
4534
4534
|
u.flags
|
|
4535
|
-
), l =
|
|
4535
|
+
), l = fi(a, { decode: decodeURIComponent }), h = Oe(i, {}, !0);
|
|
4536
4536
|
t.mock(
|
|
4537
4537
|
c,
|
|
4538
4538
|
r.toLowerCase(),
|
|
4539
4539
|
(p) => {
|
|
4540
|
-
const d =
|
|
4541
|
-
let m = p.body instanceof FormData ?
|
|
4540
|
+
const d = pe.parse(p.url) || {}, f = n.type || "form";
|
|
4541
|
+
let m = p.body instanceof FormData ? di(p.body) : p.body;
|
|
4542
4542
|
if (typeof m == "string")
|
|
4543
4543
|
if (f === "json")
|
|
4544
4544
|
try {
|
|
4545
4545
|
m = JSON.parse(m);
|
|
4546
|
-
} catch (
|
|
4547
|
-
console.warn("[Mock.mock]",
|
|
4546
|
+
} catch (x) {
|
|
4547
|
+
console.warn("[Mock.mock]", x);
|
|
4548
4548
|
}
|
|
4549
4549
|
else
|
|
4550
|
-
m =
|
|
4551
|
-
const
|
|
4550
|
+
m = pe.parse(m);
|
|
4551
|
+
const v = xt(p.url) ? new URL(p.url).pathname : p.url.split("?")[0], g = l(v)?.params;
|
|
4552
4552
|
Object.assign(p, { data: m, params: g, query: d });
|
|
4553
4553
|
try {
|
|
4554
4554
|
return t.mock(h(p));
|
|
4555
|
-
} catch (
|
|
4556
|
-
return console.warn("[mockApi]", c, p,
|
|
4555
|
+
} catch (x) {
|
|
4556
|
+
return console.warn("[mockApi]", c, p, x), null;
|
|
4557
4557
|
}
|
|
4558
4558
|
}
|
|
4559
4559
|
);
|
|
@@ -4561,11 +4561,11 @@ function Ir(t, e) {
|
|
|
4561
4561
|
console.warn("mockApi", a);
|
|
4562
4562
|
}
|
|
4563
4563
|
}
|
|
4564
|
-
function
|
|
4565
|
-
const e =
|
|
4564
|
+
function Zs(t = globalThis) {
|
|
4565
|
+
const e = Te(t);
|
|
4566
4566
|
e && (e._mocked = {});
|
|
4567
4567
|
}
|
|
4568
|
-
class
|
|
4568
|
+
class ps {
|
|
4569
4569
|
__id = null;
|
|
4570
4570
|
__mode;
|
|
4571
4571
|
__instance = null;
|
|
@@ -4610,7 +4610,7 @@ class os {
|
|
|
4610
4610
|
const { mode: s, dsl: i, attrs: r } = e;
|
|
4611
4611
|
this.__mode = s, i && (this.__id = i.id || null, this.__transform = i.transform || {}), r && Object.assign(this, r);
|
|
4612
4612
|
}
|
|
4613
|
-
setup(e, s =
|
|
4613
|
+
setup(e, s = be) {
|
|
4614
4614
|
const i = s.getCurrentInstance();
|
|
4615
4615
|
if (!i) return;
|
|
4616
4616
|
this.__refs = {}, this.__refCaches = {}, this.$refs = {}, this.context = {}, this.__contextRefs = {}, this.__instance = i.proxy;
|
|
@@ -4629,12 +4629,12 @@ class os {
|
|
|
4629
4629
|
__proxy() {
|
|
4630
4630
|
if (!this.__instance) return;
|
|
4631
4631
|
const e = this.__instance;
|
|
4632
|
-
|
|
4632
|
+
ss.forEach((s) => {
|
|
4633
4633
|
this[s] = e[s] || e._?.[s.replace("$", "")] || null;
|
|
4634
4634
|
});
|
|
4635
4635
|
}
|
|
4636
4636
|
__cleanup() {
|
|
4637
|
-
|
|
4637
|
+
ss.forEach((e) => {
|
|
4638
4638
|
this[e] = null;
|
|
4639
4639
|
}), this.__reset(), this.__refGenerations = {};
|
|
4640
4640
|
}
|
|
@@ -4643,7 +4643,7 @@ class os {
|
|
|
4643
4643
|
}
|
|
4644
4644
|
__parseFunction(e) {
|
|
4645
4645
|
if (e)
|
|
4646
|
-
if (this.__mode ===
|
|
4646
|
+
if (this.__mode === T.Runtime) {
|
|
4647
4647
|
const { id: s, type: i } = e, r = s ? this.__transform[s] ?? e.value : e.value;
|
|
4648
4648
|
return z({ type: i, value: r }, this);
|
|
4649
4649
|
} else
|
|
@@ -4651,14 +4651,14 @@ class os {
|
|
|
4651
4651
|
}
|
|
4652
4652
|
__parseExpression(e) {
|
|
4653
4653
|
if (e)
|
|
4654
|
-
if (this.__mode ===
|
|
4654
|
+
if (this.__mode === T.Runtime) {
|
|
4655
4655
|
const { id: s, type: i } = e, r = s ? this.__transform[s] ?? e.value : e.value;
|
|
4656
|
-
return
|
|
4656
|
+
return Oe({ type: i, value: r }, this);
|
|
4657
4657
|
} else
|
|
4658
|
-
return
|
|
4658
|
+
return Oe(e, this);
|
|
4659
4659
|
}
|
|
4660
4660
|
__ref(e = null, s) {
|
|
4661
|
-
if (this.__mode ===
|
|
4661
|
+
if (this.__mode === T.VNode)
|
|
4662
4662
|
return;
|
|
4663
4663
|
e && e !== this.__id && (this.__contextRefs[e] = this);
|
|
4664
4664
|
let i = e ? this.__refCaches[e] : null;
|
|
@@ -4666,14 +4666,14 @@ class os {
|
|
|
4666
4666
|
return i;
|
|
4667
4667
|
const r = e ? (this.__refGenerations[e] || 0) + 1 : 0;
|
|
4668
4668
|
return e && (this.__refGenerations[e] = r), i = async (n) => {
|
|
4669
|
-
if (await
|
|
4669
|
+
if (await Pe(0), e && this.__refGenerations[e] !== r)
|
|
4670
4670
|
return;
|
|
4671
4671
|
let a = n?.$vtjEl || n?.$el || n?._?.vnode?.el || n;
|
|
4672
4672
|
if (!a) {
|
|
4673
|
-
typeof s == "string" && (delete this.$refs[s], this[s] &&
|
|
4673
|
+
typeof s == "string" && (delete this.$refs[s], this[s] && be.isRef(this[s]) && (this[s].value = null), e && delete this.__refs[e]);
|
|
4674
4674
|
return;
|
|
4675
4675
|
}
|
|
4676
|
-
return a.nodeType === 3 && a.nextSibling && (a = a.nextSibling), a.__vtj__ = e,
|
|
4676
|
+
return a.nodeType === 3 && a.nextSibling && (a = a.nextSibling), a.__vtj__ = e, T.Design === this.__mode && (a.__context__ = this, a.draggable = !0), e && (this.__refs[e] = this.__getRefEl(this.__refs, e, n)), typeof s == "function" ? s(n) : s && (this.$refs[s] = this.__getRefEl(this.$refs, s, n), this[s] && be.isRef(this[s]) && (this[s].value = this.$refs[s])), n;
|
|
4677
4677
|
}, e && (this.__refCaches[e] = i), i;
|
|
4678
4678
|
}
|
|
4679
4679
|
__getRefEl(e, s, i) {
|
|
@@ -4692,12 +4692,12 @@ class os {
|
|
|
4692
4692
|
return i.context.__proto__ = this.context, i.__proto__ = this, i;
|
|
4693
4693
|
}
|
|
4694
4694
|
}
|
|
4695
|
-
const
|
|
4696
|
-
function
|
|
4695
|
+
const ft = Symbol("vtjBlockChain");
|
|
4696
|
+
function Et(t) {
|
|
4697
4697
|
const {
|
|
4698
|
-
Vue: e =
|
|
4698
|
+
Vue: e = be,
|
|
4699
4699
|
UniApp: s = {},
|
|
4700
|
-
mode: i =
|
|
4700
|
+
mode: i = T.Runtime,
|
|
4701
4701
|
components: r = {},
|
|
4702
4702
|
libs: n = {},
|
|
4703
4703
|
apis: a = {},
|
|
@@ -4706,7 +4706,7 @@ function Ct(t) {
|
|
|
4706
4706
|
$components: r,
|
|
4707
4707
|
$libs: n,
|
|
4708
4708
|
$apis: a
|
|
4709
|
-
}, h = new
|
|
4709
|
+
}, h = new ps({
|
|
4710
4710
|
mode: i,
|
|
4711
4711
|
dsl: c.value,
|
|
4712
4712
|
attrs: l
|
|
@@ -4714,83 +4714,102 @@ function Ct(t) {
|
|
|
4714
4714
|
name: c.value.name,
|
|
4715
4715
|
__scopeId: c.value.id ? `data-v-${c.value.id}` : void 0,
|
|
4716
4716
|
props: {
|
|
4717
|
-
...
|
|
4717
|
+
...Rr(c.value.props ?? [], h)
|
|
4718
4718
|
},
|
|
4719
4719
|
async setup(d = {}) {
|
|
4720
|
-
const f = c.value.id, m = c.value.name,
|
|
4721
|
-
|
|
4720
|
+
const f = c.value.id, m = c.value.name, v = e.inject(
|
|
4721
|
+
ft,
|
|
4722
4722
|
null
|
|
4723
4723
|
);
|
|
4724
|
-
if (f &&
|
|
4725
|
-
const
|
|
4726
|
-
return console.warn(`[VTJ Renderer] ${
|
|
4724
|
+
if (f && v && v.has(f)) {
|
|
4725
|
+
const Q = `检测到区块循环引用: ${m}(${f})`;
|
|
4726
|
+
return console.warn(`[VTJ Renderer] ${Q},已中断渲染以防止浏览器崩溃`), ze(new Error(Q)), e.provide(ft, v), { __vtjCircular: !0 };
|
|
4727
4727
|
}
|
|
4728
|
-
const g = new Set(
|
|
4729
|
-
f && g.add(f), e.provide(
|
|
4730
|
-
const
|
|
4728
|
+
const g = new Set(v || []);
|
|
4729
|
+
f && g.add(f), e.provide(ft, g);
|
|
4730
|
+
const x = new ps({
|
|
4731
4731
|
mode: i,
|
|
4732
4732
|
dsl: c.value,
|
|
4733
4733
|
attrs: l
|
|
4734
4734
|
});
|
|
4735
|
-
|
|
4735
|
+
x.$props = x.props = d, c.value.id && Nt(
|
|
4736
4736
|
t.window || globalThis,
|
|
4737
4737
|
c.value.id,
|
|
4738
4738
|
c.value.css || "",
|
|
4739
4739
|
!0
|
|
4740
4740
|
);
|
|
4741
4741
|
const k = c.value.apiMode === "composition";
|
|
4742
|
-
|
|
4742
|
+
x.$state = x.state = Vr(
|
|
4743
4743
|
e,
|
|
4744
4744
|
c.value.state ?? {},
|
|
4745
|
-
|
|
4745
|
+
x
|
|
4746
4746
|
);
|
|
4747
|
-
const
|
|
4747
|
+
const N = k ? Dr(e, c.value.refs ?? {}, x) : {}, C = k ? Br(e, c.value.reactives ?? {}, x) : {}, D = Or(e, c.value.computed ?? {}, x), de = Fr(c.value.methods ?? {}, x), Se = Lr(e, c.value.inject, x), J = jr(
|
|
4748
4748
|
c.value.dataSources || {},
|
|
4749
|
-
|
|
4749
|
+
x
|
|
4750
4750
|
);
|
|
4751
|
-
let
|
|
4752
|
-
k && (
|
|
4751
|
+
let Me = {};
|
|
4752
|
+
k && (Me = Hr(
|
|
4753
4753
|
c.value.composables ?? [],
|
|
4754
|
-
|
|
4754
|
+
x
|
|
4755
4755
|
));
|
|
4756
|
-
const
|
|
4756
|
+
const rt = {
|
|
4757
4757
|
...d,
|
|
4758
|
-
...
|
|
4759
|
-
...
|
|
4760
|
-
...
|
|
4758
|
+
...N,
|
|
4759
|
+
...C,
|
|
4760
|
+
...Se,
|
|
4761
4761
|
...D,
|
|
4762
|
-
...
|
|
4762
|
+
...de,
|
|
4763
4763
|
...J,
|
|
4764
|
-
...
|
|
4764
|
+
...Me
|
|
4765
4765
|
};
|
|
4766
|
-
if (
|
|
4767
|
-
|
|
4766
|
+
if (x.setup(rt, e), k && c.value.props && c.value.props.length > 0) {
|
|
4767
|
+
const Q = /* @__PURE__ */ new Set([
|
|
4768
|
+
...Object.keys(N),
|
|
4769
|
+
...Object.keys(C),
|
|
4770
|
+
...Object.keys(D)
|
|
4771
|
+
]);
|
|
4772
|
+
for (const ue of c.value.props) {
|
|
4773
|
+
const Ce = typeof ue == "string" ? ue : ue.name;
|
|
4774
|
+
Q.has(Ce) || Object.defineProperty(x, Ce, {
|
|
4775
|
+
get() {
|
|
4776
|
+
return this.$props[Ce];
|
|
4777
|
+
},
|
|
4778
|
+
set(Kt) {
|
|
4779
|
+
},
|
|
4780
|
+
configurable: !0,
|
|
4781
|
+
enumerable: !0
|
|
4782
|
+
});
|
|
4783
|
+
}
|
|
4784
|
+
}
|
|
4785
|
+
if (Mr(e, c.value.watch ?? [], x), k) {
|
|
4786
|
+
if (await Ur(
|
|
4768
4787
|
e,
|
|
4769
4788
|
c.value.lifeCycles ?? {},
|
|
4770
|
-
|
|
4789
|
+
x,
|
|
4771
4790
|
s
|
|
4772
4791
|
), c.value.setup) {
|
|
4773
|
-
const
|
|
4774
|
-
if (K(
|
|
4792
|
+
const Q = x.__parseFunction(c.value.setup);
|
|
4793
|
+
if (K(Q))
|
|
4775
4794
|
try {
|
|
4776
|
-
await
|
|
4777
|
-
} catch (
|
|
4778
|
-
console.warn("[VTJ] Composition setup 执行失败",
|
|
4795
|
+
await Q();
|
|
4796
|
+
} catch (ue) {
|
|
4797
|
+
console.warn("[VTJ] Composition setup 执行失败", ue);
|
|
4779
4798
|
}
|
|
4780
4799
|
}
|
|
4781
|
-
|
|
4800
|
+
$r(e, c.value.provide ?? {}, x);
|
|
4782
4801
|
}
|
|
4783
4802
|
return {
|
|
4784
|
-
vtj:
|
|
4785
|
-
state:
|
|
4803
|
+
vtj: x,
|
|
4804
|
+
state: x.$state,
|
|
4786
4805
|
...d,
|
|
4787
|
-
...
|
|
4788
|
-
...
|
|
4806
|
+
...N,
|
|
4807
|
+
...C,
|
|
4789
4808
|
...D,
|
|
4790
|
-
...
|
|
4809
|
+
...de
|
|
4791
4810
|
};
|
|
4792
4811
|
},
|
|
4793
|
-
emits:
|
|
4812
|
+
emits: Nr(c.value.emits),
|
|
4794
4813
|
expose: ["vtj", ...c.value.expose || []],
|
|
4795
4814
|
render() {
|
|
4796
4815
|
if (this.__vtjCircular)
|
|
@@ -4800,49 +4819,54 @@ function Ct(t) {
|
|
|
4800
4819
|
for (const g of Object.keys(f.refs)) this[g];
|
|
4801
4820
|
if (f.reactives)
|
|
4802
4821
|
for (const g of Object.keys(f.reactives)) {
|
|
4803
|
-
const
|
|
4804
|
-
if (
|
|
4805
|
-
for (const k of Object.keys(
|
|
4822
|
+
const x = this[g];
|
|
4823
|
+
if (x && typeof x == "object")
|
|
4824
|
+
for (const k of Object.keys(x)) x[k];
|
|
4806
4825
|
}
|
|
4807
4826
|
if (f.state) {
|
|
4808
4827
|
const g = this.state;
|
|
4809
|
-
for (const
|
|
4828
|
+
for (const x of Object.keys(f.state)) g[x];
|
|
4810
4829
|
}
|
|
4811
4830
|
if (f.computed)
|
|
4812
4831
|
for (const g of Object.keys(f.computed)) this[g];
|
|
4813
4832
|
if (f.inject)
|
|
4814
4833
|
for (const g of f.inject) this[g.name];
|
|
4834
|
+
if (f.props && f.props.length > 0)
|
|
4835
|
+
for (const g of f.props) {
|
|
4836
|
+
const x = typeof g == "string" ? g : g.name;
|
|
4837
|
+
this[x];
|
|
4838
|
+
}
|
|
4815
4839
|
if (!f.nodes) return null;
|
|
4816
4840
|
const m = f.nodes || [];
|
|
4817
|
-
let
|
|
4841
|
+
let v;
|
|
4818
4842
|
if (m.length === 1)
|
|
4819
|
-
|
|
4843
|
+
v = _e(m[0], d, e, u, m);
|
|
4820
4844
|
else {
|
|
4821
|
-
const g = m.map((
|
|
4822
|
-
|
|
4845
|
+
const g = m.map((x) => _e(x, d, e, u, m)).flat();
|
|
4846
|
+
v = e.createVNode("div", {}, g);
|
|
4823
4847
|
}
|
|
4824
|
-
return d !== h && (h.__contextRefs = d.__contextRefs),
|
|
4848
|
+
return d !== h && (h.__contextRefs = d.__contextRefs), v;
|
|
4825
4849
|
},
|
|
4826
4850
|
// Options 模式下生命周期以 Options 风格注册
|
|
4827
|
-
...c.value.apiMode !== "composition" ?
|
|
4851
|
+
...c.value.apiMode !== "composition" ? Gr(c.value.lifeCycles ?? {}, h) : {}
|
|
4828
4852
|
});
|
|
4829
4853
|
return {
|
|
4830
4854
|
renderer: e.markRaw(p),
|
|
4831
4855
|
context: h
|
|
4832
4856
|
};
|
|
4833
4857
|
}
|
|
4834
|
-
function
|
|
4835
|
-
return t.map((e) =>
|
|
4858
|
+
function Nr(t = []) {
|
|
4859
|
+
return t.map((e) => te(e) ? e : e.name);
|
|
4836
4860
|
}
|
|
4837
|
-
function
|
|
4838
|
-
const s = (i) => i ? (Array.isArray(i) ? i : [i]).map((n) =>
|
|
4839
|
-
return t.map((i) =>
|
|
4861
|
+
function Rr(t = [], e) {
|
|
4862
|
+
const s = (i) => i ? (Array.isArray(i) ? i : [i]).map((n) => Si[n]) : void 0;
|
|
4863
|
+
return t.map((i) => te(i) ? {
|
|
4840
4864
|
name: i
|
|
4841
4865
|
} : {
|
|
4842
4866
|
name: i.name,
|
|
4843
4867
|
type: i.type,
|
|
4844
4868
|
required: i.required,
|
|
4845
|
-
default:
|
|
4869
|
+
default: R(i.default) ? e.__parseExpression(i.default) : i.default
|
|
4846
4870
|
}).reduce(
|
|
4847
4871
|
(i, r) => (i[r.name] = {
|
|
4848
4872
|
type: s(r.type),
|
|
@@ -4852,46 +4876,46 @@ function Pr(t = [], e) {
|
|
|
4852
4876
|
{}
|
|
4853
4877
|
);
|
|
4854
4878
|
}
|
|
4855
|
-
function
|
|
4879
|
+
function Vr(t, e, s) {
|
|
4856
4880
|
return t.reactive(
|
|
4857
4881
|
Object.keys(e || {}).reduce(
|
|
4858
4882
|
(i, r) => {
|
|
4859
4883
|
let n = e[r];
|
|
4860
|
-
return
|
|
4884
|
+
return R(n) ? n = s.__parseExpression(n) : F(n) && (n = s.__parseFunction(n)), i[r] = n, i;
|
|
4861
4885
|
},
|
|
4862
4886
|
{}
|
|
4863
4887
|
)
|
|
4864
4888
|
);
|
|
4865
4889
|
}
|
|
4866
|
-
function
|
|
4890
|
+
function Or(t, e, s) {
|
|
4867
4891
|
return Object.entries(e ?? {}).reduce(
|
|
4868
|
-
(i, [r, n]) => (
|
|
4892
|
+
(i, [r, n]) => (F(n) ? i[r] = t.computed(s.__parseFunction(n)) : i[r] = t.computed(s.__parseExpression(n)), i),
|
|
4869
4893
|
{}
|
|
4870
4894
|
);
|
|
4871
4895
|
}
|
|
4872
|
-
function
|
|
4896
|
+
function Fr(t, e) {
|
|
4873
4897
|
return Object.entries(t ?? {}).reduce(
|
|
4874
4898
|
(s, [i, r]) => (s[i] = e.__parseFunction(r), s),
|
|
4875
4899
|
{}
|
|
4876
4900
|
);
|
|
4877
4901
|
}
|
|
4878
|
-
function
|
|
4902
|
+
function Lr(t, e = [], s) {
|
|
4879
4903
|
return e.reduce(
|
|
4880
4904
|
(i, r) => {
|
|
4881
|
-
const { name: n, from: a } = r || {}, u =
|
|
4905
|
+
const { name: n, from: a } = r || {}, u = R(a) ? s.__parseExpression(a) || n : a ?? n, c = R(r.default) ? s.__parseExpression(r.default) : r.default ?? null;
|
|
4882
4906
|
return i[n] = t.inject(u, c), i;
|
|
4883
4907
|
},
|
|
4884
4908
|
{}
|
|
4885
4909
|
);
|
|
4886
4910
|
}
|
|
4887
|
-
function
|
|
4911
|
+
function jr(t, e) {
|
|
4888
4912
|
return Object.keys(t).reduce(
|
|
4889
4913
|
(s, i) => {
|
|
4890
4914
|
const r = t[i];
|
|
4891
4915
|
if (r.type === "mock")
|
|
4892
|
-
s[i] =
|
|
4916
|
+
s[i] = Pr(r);
|
|
4893
4917
|
else if (r.ref) {
|
|
4894
|
-
const n = e.$apis[r.ref], a =
|
|
4918
|
+
const n = e.$apis[r.ref], a = F(r.transform) ? r.transform.value ? e.__parseFunction(r.transform) : void 0 : r.transform;
|
|
4895
4919
|
s[i] = async (...u) => {
|
|
4896
4920
|
const c = await n.apply(e, u);
|
|
4897
4921
|
return a ? a(c) : c;
|
|
@@ -4902,7 +4926,7 @@ function Or(t, e) {
|
|
|
4902
4926
|
{}
|
|
4903
4927
|
);
|
|
4904
4928
|
}
|
|
4905
|
-
function
|
|
4929
|
+
function Mr(t, e = [], s) {
|
|
4906
4930
|
e.forEach((i) => {
|
|
4907
4931
|
t.watch(
|
|
4908
4932
|
s.__parseExpression(i.source),
|
|
@@ -4915,32 +4939,32 @@ function Fr(t, e = [], s) {
|
|
|
4915
4939
|
);
|
|
4916
4940
|
});
|
|
4917
4941
|
}
|
|
4918
|
-
function
|
|
4942
|
+
function Dr(t, e, s) {
|
|
4919
4943
|
return Object.entries(e).reduce(
|
|
4920
4944
|
(i, [r, n]) => {
|
|
4921
|
-
const a =
|
|
4945
|
+
const a = R(n) ? s.__parseExpression(n) : n;
|
|
4922
4946
|
return i[r] = t.ref(a), i;
|
|
4923
4947
|
},
|
|
4924
4948
|
{}
|
|
4925
4949
|
);
|
|
4926
4950
|
}
|
|
4927
|
-
function
|
|
4951
|
+
function Br(t, e, s) {
|
|
4928
4952
|
return Object.entries(e).reduce(
|
|
4929
4953
|
(i, [r, n]) => {
|
|
4930
|
-
const a =
|
|
4954
|
+
const a = R(n) ? s.__parseExpression(n) : n;
|
|
4931
4955
|
return i[r] = t.reactive(a ?? {}), i;
|
|
4932
4956
|
},
|
|
4933
4957
|
{}
|
|
4934
4958
|
);
|
|
4935
4959
|
}
|
|
4936
|
-
function
|
|
4960
|
+
function Hr(t, e) {
|
|
4937
4961
|
return t.reduce(
|
|
4938
4962
|
(s, i) => {
|
|
4939
4963
|
try {
|
|
4940
4964
|
let r;
|
|
4941
|
-
if (
|
|
4965
|
+
if (R(i.composable) ? r = e.__parseExpression(i.composable) : te(i.composable) && (r = e.$libs[i.composable]), K(r)) {
|
|
4942
4966
|
const n = (i.args || []).map(
|
|
4943
|
-
(u) =>
|
|
4967
|
+
(u) => R(u) ? e.__parseExpression(u) : u
|
|
4944
4968
|
), a = r(...n);
|
|
4945
4969
|
if (i.destructure && i.destructure.length > 0)
|
|
4946
4970
|
for (const u of i.destructure)
|
|
@@ -4949,20 +4973,20 @@ function Mr(t, e) {
|
|
|
4949
4973
|
s[i.name] = a;
|
|
4950
4974
|
}
|
|
4951
4975
|
} catch (r) {
|
|
4952
|
-
e.__mode ===
|
|
4976
|
+
e.__mode === T.Design && (console.warn("[VTJ] composable 执行失败,已降级处理", r), s[i.name] = {});
|
|
4953
4977
|
}
|
|
4954
4978
|
return s;
|
|
4955
4979
|
},
|
|
4956
4980
|
{}
|
|
4957
4981
|
);
|
|
4958
4982
|
}
|
|
4959
|
-
function
|
|
4983
|
+
function $r(t, e, s) {
|
|
4960
4984
|
Object.entries(e).forEach(([i, r]) => {
|
|
4961
4985
|
let n = r;
|
|
4962
|
-
|
|
4986
|
+
R(r) ? n = s.__parseExpression(r) : F(r) && (n = s.__parseFunction(r)), t.provide(i, n);
|
|
4963
4987
|
});
|
|
4964
4988
|
}
|
|
4965
|
-
async function
|
|
4989
|
+
async function Ur(t, e, s, i = {}) {
|
|
4966
4990
|
const r = {
|
|
4967
4991
|
beforeMount: "onBeforeMount",
|
|
4968
4992
|
mounted: "onMounted",
|
|
@@ -4983,7 +5007,7 @@ async function Br(t, e, s, i = {}) {
|
|
|
4983
5007
|
try {
|
|
4984
5008
|
await l();
|
|
4985
5009
|
} catch (h) {
|
|
4986
|
-
console.warn(`[VTJ] Composition 生命周期 "${n}" 执行失败`, h),
|
|
5010
|
+
console.warn(`[VTJ] Composition 生命周期 "${n}" 执行失败`, h), ze(h);
|
|
4987
5011
|
}
|
|
4988
5012
|
continue;
|
|
4989
5013
|
}
|
|
@@ -4992,25 +5016,25 @@ async function Br(t, e, s, i = {}) {
|
|
|
4992
5016
|
const l = s.__parseFunction(a);
|
|
4993
5017
|
K(l) && c(async () => {
|
|
4994
5018
|
try {
|
|
4995
|
-
await
|
|
5019
|
+
await Pe(0), await l();
|
|
4996
5020
|
} catch (h) {
|
|
4997
|
-
console.warn(`[VTJ] Composition 生命周期 "${n}" 执行失败`, h),
|
|
5021
|
+
console.warn(`[VTJ] Composition 生命周期 "${n}" 执行失败`, h), ze(h);
|
|
4998
5022
|
}
|
|
4999
5023
|
});
|
|
5000
5024
|
} else
|
|
5001
5025
|
console.warn(`[VTJ] 无效的 Composition 生命周期钩子 "${n}"`);
|
|
5002
5026
|
}
|
|
5003
5027
|
}
|
|
5004
|
-
function
|
|
5028
|
+
function Gr(t, e) {
|
|
5005
5029
|
return Object.entries(t ?? {}).reduce(
|
|
5006
5030
|
(s, [i, r]) => (s[i] = async function() {
|
|
5007
5031
|
const a = (this?.vtj || e).__parseFunction(r);
|
|
5008
|
-
K(a) && (await
|
|
5032
|
+
K(a) && (await Pe(0), await a());
|
|
5009
5033
|
}, s),
|
|
5010
5034
|
{}
|
|
5011
5035
|
);
|
|
5012
5036
|
}
|
|
5013
|
-
class
|
|
5037
|
+
class qr {
|
|
5014
5038
|
__props = {};
|
|
5015
5039
|
__events = {};
|
|
5016
5040
|
__nodes = {};
|
|
@@ -5046,7 +5070,7 @@ class $r {
|
|
|
5046
5070
|
return i || (e && this.setNode(e, s), s);
|
|
5047
5071
|
}
|
|
5048
5072
|
isEqual(e, s) {
|
|
5049
|
-
return
|
|
5073
|
+
return ct(e, s);
|
|
5050
5074
|
}
|
|
5051
5075
|
/**
|
|
5052
5076
|
* 比较两个节点缓存是否相等,函数引用变化不触发重渲染,但函数属性的增删会触发
|
|
@@ -5066,60 +5090,60 @@ class $r {
|
|
|
5066
5090
|
}
|
|
5067
5091
|
return c;
|
|
5068
5092
|
}, n = i(e).sort(), a = i(s).sort();
|
|
5069
|
-
return
|
|
5093
|
+
return ct(n, a) ? ct(r(e), r(s)) : !1;
|
|
5070
5094
|
}
|
|
5071
5095
|
clear() {
|
|
5072
5096
|
this.__props = {}, this.__events = {}, this.__nodes = {};
|
|
5073
5097
|
}
|
|
5074
5098
|
}
|
|
5075
|
-
const
|
|
5076
|
-
let
|
|
5077
|
-
const
|
|
5078
|
-
async function
|
|
5079
|
-
const { urls: s = [], library: i } = t, r = s.filter((u) =>
|
|
5099
|
+
const we = new qr(), ei = new mi();
|
|
5100
|
+
let dt = [], le = {}, Ee = {};
|
|
5101
|
+
const Wr = (t, e) => e;
|
|
5102
|
+
async function ti(t, e = globalThis) {
|
|
5103
|
+
const { urls: s = [], library: i } = t, r = s.filter((u) => Ye(u));
|
|
5080
5104
|
if (r.length === 0 || !i) return null;
|
|
5081
|
-
const n = s.filter((u) =>
|
|
5082
|
-
return n.length &&
|
|
5105
|
+
const n = s.filter((u) => Qe(u));
|
|
5106
|
+
return n.length && ys(n, e), await _s(r, i, e).catch(
|
|
5083
5107
|
(u) => (console.warn("loadScriptUrl error", r, i, u), null)
|
|
5084
5108
|
);
|
|
5085
5109
|
}
|
|
5086
|
-
function
|
|
5110
|
+
function kt(t) {
|
|
5087
5111
|
const { getDsl: e, getDslByUrl: s, options: i } = t;
|
|
5088
|
-
return i.window && (
|
|
5112
|
+
return i.window && (dt.forEach((r) => {
|
|
5089
5113
|
delete i.window[r];
|
|
5090
|
-
}),
|
|
5114
|
+
}), dt = []), (r, n, a, u = be) => {
|
|
5091
5115
|
if (!a || typeof a == "string") return n;
|
|
5092
5116
|
let c = "";
|
|
5093
5117
|
if (a.type === "Schema" && a.id)
|
|
5094
|
-
return c = a.id + "_" + r,
|
|
5095
|
-
const l =
|
|
5118
|
+
return c = a.id + "_" + r, Ee[c] || (Ee[c] = u.defineAsyncComponent(async () => {
|
|
5119
|
+
const l = le[a.id] || await ei.add(
|
|
5096
5120
|
a.id,
|
|
5097
5121
|
() => e(a.id)
|
|
5098
5122
|
);
|
|
5099
|
-
return l && (l.name = n,
|
|
5123
|
+
return l && (l.name = n, le[a.id] = l), l ? Et({
|
|
5100
5124
|
Vue: u,
|
|
5101
|
-
mode:
|
|
5125
|
+
mode: T.Runtime,
|
|
5102
5126
|
...i,
|
|
5103
|
-
dsl:
|
|
5104
|
-
loader:
|
|
5127
|
+
dsl: Zt(l),
|
|
5128
|
+
loader: kt(t)
|
|
5105
5129
|
}).renderer : null;
|
|
5106
5130
|
}));
|
|
5107
5131
|
if (a.type === "UrlSchema" && a.url)
|
|
5108
|
-
return c = a.url + "_" + r,
|
|
5109
|
-
const l =
|
|
5110
|
-
return l && (l.name = n,
|
|
5132
|
+
return c = a.url + "_" + r, Ee[c] || (Ee[c] = u.defineAsyncComponent(async () => {
|
|
5133
|
+
const l = le[a.url] || await s(a.url);
|
|
5134
|
+
return l && (l.name = n, le[a.url] = l), l ? Et({
|
|
5111
5135
|
...i,
|
|
5112
5136
|
Vue: u,
|
|
5113
|
-
dsl:
|
|
5114
|
-
mode:
|
|
5115
|
-
loader:
|
|
5137
|
+
dsl: Zt(l),
|
|
5138
|
+
mode: T.Runtime,
|
|
5139
|
+
loader: kt(t)
|
|
5116
5140
|
}).renderer : null;
|
|
5117
5141
|
}));
|
|
5118
5142
|
if (a.type === "Plugin") {
|
|
5119
|
-
let l = a.library ?
|
|
5120
|
-
return l || (a.library &&
|
|
5143
|
+
let l = a.library ? le[a.library] : null;
|
|
5144
|
+
return l || (a.library && dt.push(a.library), l = le[a.library || Symbol()] = u.defineAsyncComponent(
|
|
5121
5145
|
async () => {
|
|
5122
|
-
const h = await
|
|
5146
|
+
const h = await ti(a, i.window);
|
|
5123
5147
|
return h || (console.warn("getPlugin result is null", a), null);
|
|
5124
5148
|
}
|
|
5125
5149
|
), l);
|
|
@@ -5127,61 +5151,71 @@ function wt(t) {
|
|
|
5127
5151
|
return n;
|
|
5128
5152
|
};
|
|
5129
5153
|
}
|
|
5130
|
-
function
|
|
5131
|
-
|
|
5154
|
+
function Bn() {
|
|
5155
|
+
le = {}, Ee = {}, ei.clearAllCache(), we.clear();
|
|
5132
5156
|
}
|
|
5133
|
-
function
|
|
5157
|
+
function _e(t, e, s = be, i = Wr, r = [], n = !1, a = 0) {
|
|
5134
5158
|
if (!t || !t.name || t.invisible) return null;
|
|
5135
|
-
const u = s.getCurrentInstance()?.appContext, { id: c = null, directives: l = [] } = t, { vIf: h, vElseIf: p, vElse: d, vFor: f, vShow: m, vModels:
|
|
5159
|
+
const u = s.getCurrentInstance()?.appContext, { id: c = null, directives: l = [] } = t, { vIf: h, vElseIf: p, vElse: d, vFor: f, vShow: m, vModels: v, vBind: g, vHtml: x, others: k } = si(l);
|
|
5136
5160
|
if (!n && (p || d))
|
|
5137
5161
|
return null;
|
|
5138
|
-
if (h && !
|
|
5139
|
-
return
|
|
5140
|
-
const
|
|
5141
|
-
const
|
|
5162
|
+
if (h && !zr(h, e))
|
|
5163
|
+
return en(t, e, s, i, r);
|
|
5164
|
+
const N = (C, D = 0) => {
|
|
5165
|
+
const de = C.$components, Se = (() => {
|
|
5142
5166
|
if (t.name === "component")
|
|
5143
|
-
return
|
|
5167
|
+
return Jr(C, t.props?.is);
|
|
5144
5168
|
if (t.name === "slot") return t.name;
|
|
5145
|
-
const
|
|
5146
|
-
return
|
|
5147
|
-
})(), J =
|
|
5169
|
+
const P = i(`${t.id}_${D}`, t.name, t.from, s);
|
|
5170
|
+
return te(P) ? Fi(P) || Li(P) ? P : de[P] ?? u?.app?.component(P) ?? P : P;
|
|
5171
|
+
})(), J = Qr(c, t.props ?? {}, C), Me = Zr(
|
|
5148
5172
|
s,
|
|
5149
5173
|
t.id,
|
|
5150
5174
|
t.events ?? {},
|
|
5151
|
-
|
|
5175
|
+
C
|
|
5152
5176
|
);
|
|
5153
5177
|
if (t.name === "slot")
|
|
5154
|
-
return
|
|
5155
|
-
g && Object.assign(J,
|
|
5178
|
+
return tn(s, t, J, C, i);
|
|
5179
|
+
g && Object.assign(J, C.__parseExpression(g.value)), m && (J.style = Object.assign(
|
|
5156
5180
|
J.style ?? {},
|
|
5157
|
-
|
|
5158
|
-
)),
|
|
5159
|
-
|
|
5181
|
+
rn(m, C)
|
|
5182
|
+
)), x && Object.assign(J, nn(x, C)), v.forEach((P) => {
|
|
5183
|
+
vs.includes(t.name) ? Object.assign(J, an(P, C)) : Object.assign(J, on(s, P, C));
|
|
5160
5184
|
});
|
|
5161
|
-
const
|
|
5185
|
+
const rt = un(
|
|
5162
5186
|
s,
|
|
5163
5187
|
t.children ?? [],
|
|
5164
|
-
|
|
5188
|
+
C,
|
|
5165
5189
|
i,
|
|
5166
5190
|
t
|
|
5167
|
-
),
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
|
|
5191
|
+
), Q = C?.__id ? `data-v-${C.__id}` : void 0, ue = Q ? { [Q]: "" } : {}, Ce = C.__mode === T.Design ? { "data-vtj": c } : {}, { ref: Kt, ...De } = J, oi = Object.keys(De).filter(
|
|
5192
|
+
(P) => P.startsWith("on")
|
|
5193
|
+
), zt = {}, Jt = {};
|
|
5194
|
+
for (const P of Object.keys(De))
|
|
5195
|
+
oi.includes(P) ? zt[P] = De[P] : Jt[P] = De[P];
|
|
5196
|
+
const Be = `${c}_${D}`, nt = {
|
|
5197
|
+
key: Be,
|
|
5198
|
+
...ue,
|
|
5199
|
+
...Ce,
|
|
5200
|
+
...Jt
|
|
5172
5201
|
};
|
|
5173
|
-
|
|
5174
|
-
let
|
|
5175
|
-
|
|
5176
|
-
{
|
|
5177
|
-
|
|
5202
|
+
we.isNodeEqual(nt, we.getNode(Be)) || we.setNode(Be, nt);
|
|
5203
|
+
let at = s.createVNode(
|
|
5204
|
+
Se,
|
|
5205
|
+
{
|
|
5206
|
+
...we.getNode(Be) || nt,
|
|
5207
|
+
ref: Kt,
|
|
5208
|
+
...zt,
|
|
5209
|
+
...Me
|
|
5210
|
+
},
|
|
5211
|
+
rt
|
|
5178
5212
|
);
|
|
5179
|
-
const
|
|
5180
|
-
return
|
|
5213
|
+
const Qt = u ? Kr(u, k, C) : [];
|
|
5214
|
+
return Qt.length && (at = s.withDirectives(at, Qt)), at;
|
|
5181
5215
|
};
|
|
5182
|
-
return f ?
|
|
5216
|
+
return f ? hn(f, N, e) : N(e, a);
|
|
5183
5217
|
}
|
|
5184
|
-
function
|
|
5218
|
+
function Kr(t, e, s) {
|
|
5185
5219
|
const i = t.app;
|
|
5186
5220
|
return e.map((r) => {
|
|
5187
5221
|
const n = typeof r.name == "string" ? i.directive(r.name) : s.__parseExpression(r.name);
|
|
@@ -5190,13 +5224,13 @@ function Gr(t, e, s) {
|
|
|
5190
5224
|
return r.value && a.push(s.__parseExpression(r.value)), r.arg && a.push(r.arg), r.modifiers && a.push(r.modifiers), a;
|
|
5191
5225
|
}).filter((r) => !!r);
|
|
5192
5226
|
}
|
|
5193
|
-
function
|
|
5194
|
-
const e = t.find((h) =>
|
|
5195
|
-
(h) =>
|
|
5196
|
-
), i = t.find((h) =>
|
|
5197
|
-
(h) =>
|
|
5227
|
+
function si(t = []) {
|
|
5228
|
+
const e = t.find((h) => Z(h.name) === "vIf"), s = t.find(
|
|
5229
|
+
(h) => Z(h.name) === "vElseIf"
|
|
5230
|
+
), i = t.find((h) => Z(h.name) === "vElse"), r = t.find((h) => Z(h.name) === "vFor"), n = t.find((h) => Z(h.name) === "vShow"), a = t.find((h) => Z(h.name) === "vBind"), u = t.find((h) => Z(h.name) === "vHtml"), c = t.filter(
|
|
5231
|
+
(h) => Z(h.name) === "vModel"
|
|
5198
5232
|
), l = t.filter(
|
|
5199
|
-
(h) => !
|
|
5233
|
+
(h) => !_i.includes(Z(h.name))
|
|
5200
5234
|
);
|
|
5201
5235
|
return {
|
|
5202
5236
|
vIf: e,
|
|
@@ -5210,44 +5244,44 @@ function Ys(t = []) {
|
|
|
5210
5244
|
vHtml: u
|
|
5211
5245
|
};
|
|
5212
5246
|
}
|
|
5213
|
-
function
|
|
5247
|
+
function zr(t, e) {
|
|
5214
5248
|
return !!e.__parseExpression(t.value);
|
|
5215
5249
|
}
|
|
5216
|
-
function
|
|
5217
|
-
return e ?
|
|
5250
|
+
function Jr(t, e) {
|
|
5251
|
+
return e ? R(e) ? t.__parseExpression(e) : e : "div";
|
|
5218
5252
|
}
|
|
5219
|
-
function
|
|
5220
|
-
const i =
|
|
5253
|
+
function Qr(t, e, s) {
|
|
5254
|
+
const i = It(e, s);
|
|
5221
5255
|
return i.ref = s.__ref(t, i.ref), i;
|
|
5222
5256
|
}
|
|
5223
|
-
function
|
|
5224
|
-
return
|
|
5257
|
+
function It(t, e) {
|
|
5258
|
+
return R(t) ? e.__parseExpression(t) : F(t) ? e.__parseFunction(t) : Array.isArray(t) ? t.map((s) => It(s, e)) : typeof t == "object" ? Object.keys(t || {}).reduce(
|
|
5225
5259
|
(s, i) => {
|
|
5226
5260
|
let r = t[i];
|
|
5227
|
-
return s[i] =
|
|
5261
|
+
return s[i] = It(r, e), s;
|
|
5228
5262
|
},
|
|
5229
5263
|
{}
|
|
5230
5264
|
) : t;
|
|
5231
5265
|
}
|
|
5232
|
-
function
|
|
5266
|
+
function Yr(t, e) {
|
|
5233
5267
|
return (s) => {
|
|
5234
5268
|
s?.key?.toLowerCase() === e.toLowerCase() && t(s);
|
|
5235
5269
|
};
|
|
5236
5270
|
}
|
|
5237
|
-
function
|
|
5238
|
-
return
|
|
5271
|
+
function Xr(t) {
|
|
5272
|
+
return ji(t.value) ? t : Mi(t.value) ? {
|
|
5239
5273
|
type: "JSFunction",
|
|
5240
5274
|
value: `(...args) => (() => {
|
|
5241
5275
|
return (($event) => {
|
|
5242
5276
|
${t.value}
|
|
5243
5277
|
}).apply(this, args);
|
|
5244
5278
|
})()`
|
|
5245
|
-
} :
|
|
5279
|
+
} : Di(t.value) ? {
|
|
5246
5280
|
type: "JSFunction",
|
|
5247
5281
|
value: `() => { ${t.value}}`
|
|
5248
5282
|
} : t;
|
|
5249
5283
|
}
|
|
5250
|
-
function
|
|
5284
|
+
function Zr(t, e, s, i) {
|
|
5251
5285
|
const r = ["passive", "capture", "once"], n = {
|
|
5252
5286
|
capture: "Capture",
|
|
5253
5287
|
once: "Once",
|
|
@@ -5255,59 +5289,59 @@ function Qr(t, e, s, i) {
|
|
|
5255
5289
|
};
|
|
5256
5290
|
return Object.keys(s || {}).reduce(
|
|
5257
5291
|
(u, c) => {
|
|
5258
|
-
const l = s[c], h =
|
|
5292
|
+
const l = s[c], h = ii(l.modifiers), p = h.find((m) => r.includes(m)), d = "on" + gi(c) + (p && n[p] || ""), f = l.handler ? i.__parseFunction(Xr(l.handler)) : null;
|
|
5259
5293
|
return f && (u[d] = t.withModifiers(
|
|
5260
|
-
h.includes("enter") ?
|
|
5294
|
+
h.includes("enter") ? Yr(f, "enter") : f,
|
|
5261
5295
|
h
|
|
5262
5296
|
)), u;
|
|
5263
5297
|
},
|
|
5264
5298
|
{}
|
|
5265
5299
|
);
|
|
5266
5300
|
}
|
|
5267
|
-
function
|
|
5301
|
+
function en(t, e, s, i, r = []) {
|
|
5268
5302
|
let n = r.findIndex((a) => a.id === t.id);
|
|
5269
5303
|
for (let a = ++n; a < r.length; a++) {
|
|
5270
|
-
const { directives: u = [] } = r[a], { vElseIf: c, vElse: l } =
|
|
5304
|
+
const { directives: u = [] } = r[a], { vElseIf: c, vElse: l } = si(u);
|
|
5271
5305
|
if (c) {
|
|
5272
5306
|
if (e.__parseExpression(c.value))
|
|
5273
|
-
return
|
|
5307
|
+
return _e(r[a], e, s, i, r, !0);
|
|
5274
5308
|
continue;
|
|
5275
5309
|
}
|
|
5276
5310
|
if (l)
|
|
5277
|
-
return
|
|
5311
|
+
return _e(r[a], e, s, i, r, !0);
|
|
5278
5312
|
}
|
|
5279
5313
|
return null;
|
|
5280
5314
|
}
|
|
5281
|
-
function
|
|
5315
|
+
function ii(t = {}, e = !1) {
|
|
5282
5316
|
const s = Object.keys(t);
|
|
5283
5317
|
return e ? s.map((i) => "." + i) : s;
|
|
5284
5318
|
}
|
|
5285
|
-
function
|
|
5286
|
-
const { children: n } = e, a =
|
|
5287
|
-
return u ? u(s) : n ?
|
|
5288
|
-
|
|
5319
|
+
function tn(t, e, s, i, r) {
|
|
5320
|
+
const { children: n } = e, a = sn(e, i), u = i.$slots?.[a.name];
|
|
5321
|
+
return u ? u(s) : n ? te(n) ? t.createTextVNode(n) : R(n) ? t.createTextVNode(
|
|
5322
|
+
bs(i.__parseExpression(n))
|
|
5289
5323
|
) : Array.isArray(n) ? n.map(
|
|
5290
|
-
(c, l) =>
|
|
5324
|
+
(c, l) => _e(c, i, t, r, n, !1, l)
|
|
5291
5325
|
) : null : null;
|
|
5292
5326
|
}
|
|
5293
|
-
function
|
|
5327
|
+
function sn(t, e) {
|
|
5294
5328
|
const { props: s } = t, i = s?.name || "default";
|
|
5295
5329
|
return {
|
|
5296
|
-
name:
|
|
5330
|
+
name: R(i) ? e.__parseExpression(i) : i,
|
|
5297
5331
|
params: []
|
|
5298
5332
|
};
|
|
5299
5333
|
}
|
|
5300
|
-
function
|
|
5334
|
+
function rn(t, e) {
|
|
5301
5335
|
return e.__parseExpression(t.value) ? {} : {
|
|
5302
5336
|
display: "none"
|
|
5303
5337
|
};
|
|
5304
5338
|
}
|
|
5305
|
-
function
|
|
5339
|
+
function nn(t, e) {
|
|
5306
5340
|
return {
|
|
5307
5341
|
innerHTML: e.__parseExpression(t.value) || ""
|
|
5308
5342
|
};
|
|
5309
5343
|
}
|
|
5310
|
-
function
|
|
5344
|
+
function an(t, e) {
|
|
5311
5345
|
const s = {
|
|
5312
5346
|
type: "JSFunction",
|
|
5313
5347
|
value: t.value?.value ? `(v) => {
|
|
@@ -5315,50 +5349,50 @@ function sn(t, e) {
|
|
|
5315
5349
|
}` : "(v) => {}"
|
|
5316
5350
|
};
|
|
5317
5351
|
return {
|
|
5318
|
-
[
|
|
5352
|
+
[R(t.arg) ? e.__parseExpression(t.arg) : t.arg || "value"]: e.__parseExpression(t.value),
|
|
5319
5353
|
onInput: e.__parseFunction(s)
|
|
5320
5354
|
};
|
|
5321
5355
|
}
|
|
5322
|
-
function
|
|
5356
|
+
function on(t, e, s) {
|
|
5323
5357
|
const i = {
|
|
5324
5358
|
type: "JSFunction",
|
|
5325
5359
|
value: e.value?.value ? `(v) => {
|
|
5326
5360
|
${e.value.value} = v;
|
|
5327
5361
|
}` : "(v) => {}"
|
|
5328
|
-
}, r = s.__parseFunction(i), n =
|
|
5329
|
-
|
|
5330
|
-
), a =
|
|
5362
|
+
}, r = s.__parseFunction(i), n = ii(
|
|
5363
|
+
R(e.modifiers) ? s.__parseExpression(e.modifiers) : e.modifiers
|
|
5364
|
+
), a = R(e.arg) ? s.__parseExpression(e.arg) : e.arg || "modelValue";
|
|
5331
5365
|
return {
|
|
5332
5366
|
[a]: s.__parseExpression(e.value),
|
|
5333
5367
|
[`onUpdate:${a}`]: n.length && r ? t.withModifiers(r, n) : r
|
|
5334
5368
|
};
|
|
5335
5369
|
}
|
|
5336
|
-
function
|
|
5370
|
+
function un(t, e, s, i, r) {
|
|
5337
5371
|
if (!e) return null;
|
|
5338
|
-
if (
|
|
5372
|
+
if (te(e))
|
|
5339
5373
|
return { default: () => e };
|
|
5340
|
-
if (
|
|
5374
|
+
if (R(e))
|
|
5341
5375
|
return {
|
|
5342
|
-
default: () =>
|
|
5376
|
+
default: () => bs(s.__parseExpression(e))
|
|
5343
5377
|
};
|
|
5344
5378
|
if (Array.isArray(e) && e.length > 0) {
|
|
5345
|
-
const n =
|
|
5379
|
+
const n = cn(e), a = (u, c) => !u || !r ? {} : r?.id && Object.keys(u).length ? c ? {
|
|
5346
5380
|
[c]: u
|
|
5347
5381
|
} : {
|
|
5348
5382
|
[`scope_${r.id}`]: u
|
|
5349
5383
|
} : c ? { [c]: /* @__PURE__ */ Object.create(null) } : {};
|
|
5350
5384
|
return Object.entries(n).reduce(
|
|
5351
5385
|
(u, [c, { nodes: l, params: h, scope: p }]) => (u[c] = (d) => {
|
|
5352
|
-
const f = h.length ?
|
|
5386
|
+
const f = h.length ? xi(d ?? {}, h) : a(d, p);
|
|
5353
5387
|
return l.map(
|
|
5354
|
-
(m,
|
|
5388
|
+
(m, v) => _e(
|
|
5355
5389
|
m,
|
|
5356
5390
|
s.__clone(f),
|
|
5357
5391
|
t,
|
|
5358
5392
|
i,
|
|
5359
5393
|
l,
|
|
5360
5394
|
!1,
|
|
5361
|
-
|
|
5395
|
+
v
|
|
5362
5396
|
)
|
|
5363
5397
|
);
|
|
5364
5398
|
}, u),
|
|
@@ -5367,10 +5401,10 @@ function nn(t, e, s, i, r) {
|
|
|
5367
5401
|
}
|
|
5368
5402
|
return null;
|
|
5369
5403
|
}
|
|
5370
|
-
function
|
|
5404
|
+
function cn(t) {
|
|
5371
5405
|
const e = {};
|
|
5372
5406
|
for (const s of t) {
|
|
5373
|
-
const i =
|
|
5407
|
+
const i = ln(s.slot), r = i.name;
|
|
5374
5408
|
e[r] ? (e[r].nodes.push(s), e[r].params = e[r].params.concat(i.params), e[r].scope = i.scope || "") : e[r] = {
|
|
5375
5409
|
nodes: [s],
|
|
5376
5410
|
params: i.params,
|
|
@@ -5379,18 +5413,18 @@ function an(t) {
|
|
|
5379
5413
|
}
|
|
5380
5414
|
return e;
|
|
5381
5415
|
}
|
|
5382
|
-
function
|
|
5383
|
-
return
|
|
5416
|
+
function ln(t = "default") {
|
|
5417
|
+
return te(t) ? { name: t, params: [], scope: "" } : { params: [], scope: "", ...t };
|
|
5384
5418
|
}
|
|
5385
|
-
function
|
|
5419
|
+
function hn(t, e, s) {
|
|
5386
5420
|
const { value: i, iterator: r } = t, { item: n = "item", index: a = "index" } = r || {};
|
|
5387
5421
|
let u = s.__parseExpression(i) || [];
|
|
5388
5422
|
return Number.isInteger(u) && (u = new Array(u).fill(!0).map((c, l) => l + 1)), Array.isArray(u) ? u.map((c, l) => e(s.__clone({ [n]: c, [a]: l }), l)) : (console.warn("[vForRender]:", `${i?.value} is not a Arrary`), []);
|
|
5389
5423
|
}
|
|
5390
|
-
const
|
|
5424
|
+
const mt = gs({
|
|
5391
5425
|
name: "VtjPageContainer",
|
|
5392
5426
|
async setup() {
|
|
5393
|
-
const t =
|
|
5427
|
+
const t = ni(), e = xs(), s = e.meta.__vtj__ || e.params.id, i = s ? t.getPage(s) : t.getHomepage(), r = i ? await t.getRenderComponent(i.id) : null, n = yt(Symbol());
|
|
5394
5428
|
if (i) {
|
|
5395
5429
|
Object.assign(e.meta, i.meta || {}, { cache: i.cache });
|
|
5396
5430
|
const { useTitle: a } = t?.adapter;
|
|
@@ -5411,7 +5445,7 @@ const ft = hs({
|
|
|
5411
5445
|
},
|
|
5412
5446
|
render() {
|
|
5413
5447
|
const { component: t, query: e, sid: s } = this;
|
|
5414
|
-
return t ?
|
|
5448
|
+
return t ? bt(t, { ...e, key: s }) : bt(
|
|
5415
5449
|
"div",
|
|
5416
5450
|
{ style: { padding: "10px" } },
|
|
5417
5451
|
"找不到组件,组件不存在或未发布!"
|
|
@@ -5420,18 +5454,18 @@ const ft = hs({
|
|
|
5420
5454
|
activated() {
|
|
5421
5455
|
this.meta.cache === !1 && (this.sid = Symbol());
|
|
5422
5456
|
}
|
|
5423
|
-
}),
|
|
5457
|
+
}), pn = gs({
|
|
5424
5458
|
name: "VtjStartupContainer",
|
|
5425
5459
|
render() {
|
|
5426
|
-
return
|
|
5460
|
+
return bt("div", "page not found!");
|
|
5427
5461
|
}
|
|
5428
5462
|
});
|
|
5429
|
-
function
|
|
5463
|
+
function Je(t, e, s = []) {
|
|
5430
5464
|
const i = [];
|
|
5431
5465
|
for (const r of s) {
|
|
5432
5466
|
const { id: n, title: a, icon: u, children: c, hidden: l, layout: h } = r;
|
|
5433
5467
|
if (h) {
|
|
5434
|
-
const p =
|
|
5468
|
+
const p = Je(t, e, c || []);
|
|
5435
5469
|
i.push(...p);
|
|
5436
5470
|
} else {
|
|
5437
5471
|
const p = {
|
|
@@ -5440,50 +5474,50 @@ function We(t, e, s = []) {
|
|
|
5440
5474
|
icon: u,
|
|
5441
5475
|
hidden: l,
|
|
5442
5476
|
url: `${t}/${e}/${n}`,
|
|
5443
|
-
children: c && c.length ?
|
|
5477
|
+
children: c && c.length ? Je(t, e, c) : void 0
|
|
5444
5478
|
};
|
|
5445
5479
|
i.push(p);
|
|
5446
5480
|
}
|
|
5447
5481
|
}
|
|
5448
5482
|
return i;
|
|
5449
5483
|
}
|
|
5450
|
-
function
|
|
5484
|
+
function ri(t, e) {
|
|
5451
5485
|
if (!e) return t;
|
|
5452
5486
|
let s = [];
|
|
5453
5487
|
for (const i of t)
|
|
5454
5488
|
if (i.children && i.children.length) {
|
|
5455
|
-
const r =
|
|
5489
|
+
const r = ri(i.children, e);
|
|
5456
5490
|
r.length && (i.children = r, s.push(i));
|
|
5457
5491
|
} else
|
|
5458
5492
|
e.can(i.id.toString()) && s.push(i);
|
|
5459
5493
|
return s;
|
|
5460
5494
|
}
|
|
5461
|
-
function
|
|
5495
|
+
function Hn(t) {
|
|
5462
5496
|
const {
|
|
5463
5497
|
menuPathPrefix: e = "",
|
|
5464
5498
|
pageRouteName: s = "page",
|
|
5465
5499
|
disableMenusFilter: i = !1
|
|
5466
|
-
} = t || {}, r =
|
|
5500
|
+
} = t || {}, r = ni(), n = xs(), a = wr(), u = yt(!1), c = yt(!1), l = r.project, h = (f, m) => {
|
|
5467
5501
|
u.value = !f?.mask, c.value = m?.pure ?? !!f?.pure;
|
|
5468
5502
|
};
|
|
5469
|
-
|
|
5470
|
-
const { name: f, params: m, meta:
|
|
5471
|
-
if (f ===
|
|
5503
|
+
yi(() => {
|
|
5504
|
+
const { name: f, params: m, meta: v } = n;
|
|
5505
|
+
if (f === Ie) {
|
|
5472
5506
|
const g = r.getPage(m.id);
|
|
5473
|
-
h(g,
|
|
5474
|
-
} else if (f ===
|
|
5507
|
+
h(g, v);
|
|
5508
|
+
} else if (f === Ge) {
|
|
5475
5509
|
const g = r.getHomepage();
|
|
5476
|
-
h(g,
|
|
5510
|
+
h(g, v);
|
|
5477
5511
|
} else {
|
|
5478
|
-
const g =
|
|
5512
|
+
const g = v.__vtj__;
|
|
5479
5513
|
if (g) {
|
|
5480
|
-
const
|
|
5481
|
-
h(
|
|
5514
|
+
const x = r.getPage(g);
|
|
5515
|
+
h(x, v);
|
|
5482
5516
|
} else
|
|
5483
|
-
u.value = !
|
|
5517
|
+
u.value = !v.mask, c.value = !!v.pure;
|
|
5484
5518
|
}
|
|
5485
5519
|
});
|
|
5486
|
-
const p =
|
|
5520
|
+
const p = Je(
|
|
5487
5521
|
e,
|
|
5488
5522
|
s,
|
|
5489
5523
|
l?.pages
|
|
@@ -5493,11 +5527,11 @@ function Mn(t) {
|
|
|
5493
5527
|
logo: d?.logo,
|
|
5494
5528
|
themeSwitchable: d?.themeSwitchable,
|
|
5495
5529
|
title: d?.title || l?.description || l?.name || "VTJ App",
|
|
5496
|
-
menus: i ? p :
|
|
5530
|
+
menus: i ? p : ri(p, a),
|
|
5497
5531
|
pure: c
|
|
5498
5532
|
};
|
|
5499
5533
|
}
|
|
5500
|
-
function
|
|
5534
|
+
function gt(t, e) {
|
|
5501
5535
|
const { id: s, title: i, meta: r } = t, { name: n = "page", prefix: a = "", component: u, routeMeta: c } = e;
|
|
5502
5536
|
return {
|
|
5503
5537
|
name: s,
|
|
@@ -5511,7 +5545,7 @@ function dt(t, e) {
|
|
|
5511
5545
|
}
|
|
5512
5546
|
};
|
|
5513
5547
|
}
|
|
5514
|
-
function
|
|
5548
|
+
function At(t) {
|
|
5515
5549
|
const {
|
|
5516
5550
|
name: e = "page",
|
|
5517
5551
|
prefix: s = "",
|
|
@@ -5522,9 +5556,9 @@ function kt(t) {
|
|
|
5522
5556
|
homepage: u
|
|
5523
5557
|
} = t, c = [];
|
|
5524
5558
|
for (const l of i) {
|
|
5525
|
-
const { id: h, title: p, dir: d, layout: f, children: m, meta:
|
|
5559
|
+
const { id: h, title: p, dir: d, layout: f, children: m, meta: v } = l;
|
|
5526
5560
|
if (d) {
|
|
5527
|
-
const g =
|
|
5561
|
+
const g = At({
|
|
5528
5562
|
name: e,
|
|
5529
5563
|
prefix: s,
|
|
5530
5564
|
component: r,
|
|
@@ -5535,7 +5569,7 @@ function kt(t) {
|
|
|
5535
5569
|
});
|
|
5536
5570
|
c.push(...g);
|
|
5537
5571
|
} else if (f) {
|
|
5538
|
-
const g =
|
|
5572
|
+
const g = At({
|
|
5539
5573
|
name: e,
|
|
5540
5574
|
prefix: s,
|
|
5541
5575
|
component: r,
|
|
@@ -5543,43 +5577,43 @@ function kt(t) {
|
|
|
5543
5577
|
homepage: u,
|
|
5544
5578
|
loader: n,
|
|
5545
5579
|
pages: m || []
|
|
5546
|
-
}),
|
|
5580
|
+
}), x = {
|
|
5547
5581
|
name: `layout_${h}`,
|
|
5548
5582
|
path: s,
|
|
5549
5583
|
component: () => n(h),
|
|
5550
5584
|
meta: {
|
|
5551
5585
|
title: p,
|
|
5552
5586
|
...a,
|
|
5553
|
-
...
|
|
5587
|
+
...v,
|
|
5554
5588
|
__vtj__: h
|
|
5555
5589
|
},
|
|
5556
5590
|
children: g
|
|
5557
5591
|
};
|
|
5558
|
-
c.push(
|
|
5559
|
-
} else if (c.push(
|
|
5560
|
-
const g =
|
|
5592
|
+
c.push(x), c.push(gt(l, t));
|
|
5593
|
+
} else if (c.push(gt(l, t)), u === h) {
|
|
5594
|
+
const g = gt(l, t);
|
|
5561
5595
|
g.path = "", g.name = `home_${h}`, c.push(g);
|
|
5562
5596
|
}
|
|
5563
5597
|
}
|
|
5564
5598
|
return c;
|
|
5565
5599
|
}
|
|
5566
|
-
function
|
|
5600
|
+
function fn(t = {}, e) {
|
|
5567
5601
|
const { css: s, store: i, enhance: r } = t, { window: n, app: a, library: u = {}, adapter: c, mode: l } = e, { Pinia: h } = u;
|
|
5568
|
-
a.config.globalProperties.$libs = u,
|
|
5602
|
+
a.config.globalProperties.$libs = u, Nt(n, "global-css", s || ""), h && i && dn(i, a, h), gn(a, c, t), !c.access && t.access && mn(t.access, a, l, c), xn(a, t), r && vn(r, a, u);
|
|
5569
5603
|
}
|
|
5570
|
-
function
|
|
5604
|
+
function dn(t, e, s) {
|
|
5571
5605
|
if (!e.config.globalProperties.$pinia) {
|
|
5572
5606
|
const i = s.createPinia();
|
|
5573
5607
|
e.use(i);
|
|
5574
5608
|
}
|
|
5575
|
-
if (
|
|
5609
|
+
if (F(t) && t.value) {
|
|
5576
5610
|
const i = z(t, {}, !1, !1, !0), r = s.defineStore("$store", i(e) || {});
|
|
5577
5611
|
e.config.globalProperties.$store = r();
|
|
5578
5612
|
}
|
|
5579
5613
|
}
|
|
5580
|
-
function
|
|
5581
|
-
if (
|
|
5582
|
-
const r = z(t, {}, !1, !1, !0), { alert: n, request: a } = i, u = new
|
|
5614
|
+
function mn(t, e, s, i) {
|
|
5615
|
+
if (F(t) && t.value) {
|
|
5616
|
+
const r = z(t, {}, !1, !1, !0), { alert: n, request: a } = i, u = new Gt({
|
|
5583
5617
|
alert: n,
|
|
5584
5618
|
storagePrefix: "__VTJ_APP_",
|
|
5585
5619
|
...r(e)
|
|
@@ -5587,37 +5621,37 @@ function pn(t, e, s, i) {
|
|
|
5587
5621
|
u.connect({ mode: s, router: c, request: a }), e.use(u);
|
|
5588
5622
|
}
|
|
5589
5623
|
}
|
|
5590
|
-
function
|
|
5624
|
+
function gn(t, e, s) {
|
|
5591
5625
|
if (!e.request) return;
|
|
5592
5626
|
const { axios: i, request: r, response: n } = s;
|
|
5593
|
-
if (i &&
|
|
5627
|
+
if (i && F(i) && i.value) {
|
|
5594
5628
|
const a = z(i, {}, !1, !1, !0);
|
|
5595
5629
|
e.request.setConfig(a(t));
|
|
5596
5630
|
}
|
|
5597
|
-
if (r &&
|
|
5631
|
+
if (r && F(r) && r.value) {
|
|
5598
5632
|
const a = z(r, {}, !1, !1, !0), u = e.request;
|
|
5599
5633
|
u.__unReq && u.__unReq(), u.__unReq = e.request.useRequest((c) => a(c, t));
|
|
5600
5634
|
}
|
|
5601
|
-
if (n &&
|
|
5635
|
+
if (n && F(n) && n.value) {
|
|
5602
5636
|
const a = z(n, {}, !1, !1, !0), u = e.request;
|
|
5603
5637
|
u.__unRes && u.__unRes(), u.__unRes = e.request.useResponse((c) => a(c, t));
|
|
5604
5638
|
}
|
|
5605
5639
|
}
|
|
5606
|
-
function
|
|
5640
|
+
function xn(t, e) {
|
|
5607
5641
|
const { beforeEach: s, afterEach: i } = e, r = t.config.globalProperties.$router;
|
|
5608
|
-
if (s &&
|
|
5642
|
+
if (s && F(s) && s.value) {
|
|
5609
5643
|
const n = z(s, {}, !1, !1, !0);
|
|
5610
5644
|
r && r.beforeEach((a, u, c) => n(a, u, c, t));
|
|
5611
5645
|
}
|
|
5612
|
-
if (i &&
|
|
5646
|
+
if (i && F(i) && i.value) {
|
|
5613
5647
|
const n = z(i, {}, !1, !1, !0);
|
|
5614
5648
|
r && r.afterEach((a, u, c) => n(a, u, c, t));
|
|
5615
5649
|
}
|
|
5616
5650
|
}
|
|
5617
|
-
function
|
|
5618
|
-
|
|
5651
|
+
function vn(t, e, s = {}) {
|
|
5652
|
+
F(t) && t.value && z(t, {}, !1, !1, !0)(e, s);
|
|
5619
5653
|
}
|
|
5620
|
-
function
|
|
5654
|
+
function bn(t, e, s) {
|
|
5621
5655
|
if (!t || !e || !s) return;
|
|
5622
5656
|
const { VueI18n: i } = e;
|
|
5623
5657
|
if (i) {
|
|
@@ -5636,9 +5670,9 @@ function gn(t, e, s) {
|
|
|
5636
5670
|
t.use(c);
|
|
5637
5671
|
}
|
|
5638
5672
|
}
|
|
5639
|
-
const
|
|
5640
|
-
var
|
|
5641
|
-
class
|
|
5673
|
+
const qt = Symbol("Provider");
|
|
5674
|
+
var yn = /* @__PURE__ */ ((t) => (t.Production = "production", t.Development = "development", t))(yn || {});
|
|
5675
|
+
class _n extends ui {
|
|
5642
5676
|
/**
|
|
5643
5677
|
* 创建Provider实例
|
|
5644
5678
|
* @param options 配置选项
|
|
@@ -5647,7 +5681,7 @@ class vn extends ni {
|
|
|
5647
5681
|
super(), this.options = e;
|
|
5648
5682
|
const {
|
|
5649
5683
|
service: s,
|
|
5650
|
-
mode: i =
|
|
5684
|
+
mode: i = T.Raw,
|
|
5651
5685
|
dependencies: r,
|
|
5652
5686
|
materials: n,
|
|
5653
5687
|
project: a = {},
|
|
@@ -5661,7 +5695,7 @@ class vn extends ni {
|
|
|
5661
5695
|
} = e;
|
|
5662
5696
|
this.mode = i, this.modules = l, this.service = s, this.router = h, this.materialPath = p, this.nodeEnv = d, r && (this.dependencies = r), n && (this.materials = n), Object.assign(this.globals, c), Object.assign(this.adapter, u);
|
|
5663
5697
|
const { access: f, request: m } = this.adapter;
|
|
5664
|
-
f && f.connect({ mode: i, router: h, request: m }), a && i !==
|
|
5698
|
+
f && f.connect({ mode: i, router: h, request: m }), a && i !== T.Design ? this.load(a) : this.project = a;
|
|
5665
5699
|
}
|
|
5666
5700
|
mode;
|
|
5667
5701
|
// 当前运行模式(设计/源码/预览等)
|
|
@@ -5669,7 +5703,7 @@ class vn extends ni {
|
|
|
5669
5703
|
// 全局变量
|
|
5670
5704
|
modules = {};
|
|
5671
5705
|
// 异步模块加载器
|
|
5672
|
-
adapter = { request:
|
|
5706
|
+
adapter = { request: vt, jsonp: ms };
|
|
5673
5707
|
// 适配器接口
|
|
5674
5708
|
apis = {};
|
|
5675
5709
|
// API集合
|
|
@@ -5707,9 +5741,9 @@ class vn extends ni {
|
|
|
5707
5741
|
try {
|
|
5708
5742
|
i = await e.apply(e, s);
|
|
5709
5743
|
} catch (n) {
|
|
5710
|
-
|
|
5744
|
+
ve.warn("模拟数据模版异常", n);
|
|
5711
5745
|
}
|
|
5712
|
-
const r =
|
|
5746
|
+
const r = Te();
|
|
5713
5747
|
return r || console.warn(
|
|
5714
5748
|
"[@vtj/renderer]",
|
|
5715
5749
|
"项目缺少mockjs, 你需要安装mockjs依赖,并在应用的 main.ts 中添加 mockjs 导入,确保 window.Mock 可用"
|
|
@@ -5730,10 +5764,10 @@ class vn extends ni {
|
|
|
5730
5764
|
if (this.project = i ? await i() : await this.service.init(e), !this.project)
|
|
5731
5765
|
throw new Error("project is null");
|
|
5732
5766
|
const { apis: r = [], meta: n = [], env: a = [] } = this.project, u = globalThis;
|
|
5733
|
-
u && (u.CKEDITOR_VERSION = void 0), this.initEnv(a), this.mode ===
|
|
5767
|
+
u && (u.CKEDITOR_VERSION = void 0), this.initEnv(a), this.mode === T.Raw ? await this.loadDependencies(u) : await this.loadAssets(u), this.initMock(u), this.apis = Ir(r, n, this.adapter), Zs(u), Ar(r, u), e.platform !== "uniapp" && this.initRouter(), this.triggerReady();
|
|
5734
5768
|
}
|
|
5735
5769
|
initMock(e) {
|
|
5736
|
-
const s =
|
|
5770
|
+
const s = Te(e);
|
|
5737
5771
|
s && s.setup({
|
|
5738
5772
|
timeout: "50-500"
|
|
5739
5773
|
});
|
|
@@ -5758,45 +5792,45 @@ class vn extends ni {
|
|
|
5758
5792
|
materialExports: d,
|
|
5759
5793
|
materialMapLibrary: f,
|
|
5760
5794
|
libraryLocaleMap: m
|
|
5761
|
-
} =
|
|
5795
|
+
} = ki(
|
|
5762
5796
|
s,
|
|
5763
5797
|
a,
|
|
5764
5798
|
u === "development"
|
|
5765
5799
|
/* Development */
|
|
5766
5800
|
);
|
|
5767
5801
|
Object.assign(this.libraryLocaleMap, m);
|
|
5768
|
-
for (const
|
|
5769
|
-
const g = i[
|
|
5770
|
-
if (
|
|
5771
|
-
r[
|
|
5802
|
+
for (const v of l) {
|
|
5803
|
+
const g = i[v], x = e[v];
|
|
5804
|
+
if (x)
|
|
5805
|
+
r[v] = x;
|
|
5772
5806
|
else if (g)
|
|
5773
|
-
e[
|
|
5807
|
+
e[v] = r[v] = await g();
|
|
5774
5808
|
else {
|
|
5775
|
-
const
|
|
5776
|
-
for (const
|
|
5777
|
-
|
|
5778
|
-
r[
|
|
5809
|
+
const N = h[v] || [];
|
|
5810
|
+
for (const C of N)
|
|
5811
|
+
Qe(C) && await Vi(C, pe.append(C, { v: ke })), Ye(C) && await es(pe.append(C, { v: ke }));
|
|
5812
|
+
r[v] = e[v];
|
|
5779
5813
|
}
|
|
5780
|
-
const k = m[
|
|
5814
|
+
const k = m[v];
|
|
5781
5815
|
if (k) {
|
|
5782
|
-
const
|
|
5783
|
-
c[k] =
|
|
5816
|
+
const N = i[k];
|
|
5817
|
+
c[k] = N ? await N() : e[k];
|
|
5784
5818
|
}
|
|
5785
5819
|
}
|
|
5786
5820
|
if (u === "development") {
|
|
5787
5821
|
for (const g of p)
|
|
5788
|
-
await
|
|
5789
|
-
const
|
|
5822
|
+
await es(pe.append(g, { v: ke }));
|
|
5823
|
+
const v = this.materials || {};
|
|
5790
5824
|
for (const g of d) {
|
|
5791
|
-
const
|
|
5792
|
-
if (
|
|
5793
|
-
k &&
|
|
5794
|
-
n[
|
|
5825
|
+
const x = e[f[g]], k = x?.default || x, N = ci[g];
|
|
5826
|
+
if (N)
|
|
5827
|
+
k && N.forEach((C) => {
|
|
5828
|
+
n[C] = k[C];
|
|
5795
5829
|
});
|
|
5796
5830
|
else {
|
|
5797
|
-
const
|
|
5798
|
-
|
|
5799
|
-
n[D.name] =
|
|
5831
|
+
const C = v[g] ? (await v[g]()).default : e[g];
|
|
5832
|
+
C && k && (C.components || []).forEach((D) => {
|
|
5833
|
+
n[D.name] = Ii(D, k);
|
|
5800
5834
|
});
|
|
5801
5835
|
}
|
|
5802
5836
|
}
|
|
@@ -5811,31 +5845,31 @@ class vn extends ni {
|
|
|
5811
5845
|
routeMeta: c
|
|
5812
5846
|
} = i, l = a ? "" : "/", h = {
|
|
5813
5847
|
path: `${l}${u}/:id`,
|
|
5814
|
-
name:
|
|
5815
|
-
component:
|
|
5848
|
+
name: Ie,
|
|
5849
|
+
component: mt
|
|
5816
5850
|
}, p = this.getHomepage(), d = {
|
|
5817
5851
|
path: l,
|
|
5818
|
-
name:
|
|
5819
|
-
component: p ?
|
|
5852
|
+
name: Ge,
|
|
5853
|
+
component: p ? mt : r.startupComponent || pn,
|
|
5820
5854
|
meta: c
|
|
5821
5855
|
};
|
|
5822
|
-
if (e.hasRoute(
|
|
5856
|
+
if (e.hasRoute(Ie) && e.removeRoute(Ie), e.hasRoute(Ge) && e.removeRoute(Ge), i.enableStaticRoute) {
|
|
5823
5857
|
const f = s?.pages || [];
|
|
5824
|
-
|
|
5858
|
+
At({
|
|
5825
5859
|
name: u,
|
|
5826
5860
|
prefix: l,
|
|
5827
5861
|
pages: f,
|
|
5828
|
-
component:
|
|
5862
|
+
component: mt,
|
|
5829
5863
|
loader: this.getRenderComponent.bind(this),
|
|
5830
5864
|
homepage: p?.id
|
|
5831
|
-
}).forEach((
|
|
5832
|
-
a ? e.addRoute(a,
|
|
5865
|
+
}).forEach((v) => {
|
|
5866
|
+
a ? e.addRoute(a, v) : e.addRoute(v);
|
|
5833
5867
|
}), p || (a ? e.addRoute(a, d) : e.addRoute(d));
|
|
5834
5868
|
} else
|
|
5835
5869
|
a ? (e.addRoute(a, h), e.addRoute(a, d)) : (e.addRoute(h), e.addRoute(d));
|
|
5836
5870
|
}
|
|
5837
5871
|
setErrorHandler(e) {
|
|
5838
|
-
e.config.errorHandler =
|
|
5872
|
+
e.config.errorHandler = vi((s, i, r) => {
|
|
5839
5873
|
const n = i?.$options.name, a = typeof s == "string" ? s : s?.message || s?.msg || "未知错误", u = `[ ${n} ] ${a} ${r}`;
|
|
5840
5874
|
if (!["getComputedStyle", "ResizeObserver"].some((l) => u.includes(l))) {
|
|
5841
5875
|
try {
|
|
@@ -5867,17 +5901,17 @@ class vn extends ni {
|
|
|
5867
5901
|
install(e) {
|
|
5868
5902
|
const { libraryLocaleMap: s, libraryLocales: i } = this, { libraryOptions: r = {} } = this.options, n = e.config.globalProperties.installed || {};
|
|
5869
5903
|
for (const [a, u] of Object.entries(this.library))
|
|
5870
|
-
if (!n[a] &&
|
|
5904
|
+
if (!n[a] && Oi(u)) {
|
|
5871
5905
|
const l = { locale: i[s[a]] }, h = r[a] || {}, p = { ...l, ...h };
|
|
5872
5906
|
e.use(u, p), n[a] = !0;
|
|
5873
5907
|
}
|
|
5874
|
-
e.provide(
|
|
5908
|
+
e.provide(qt, this), e.config.globalProperties.$provider = this, e.config.globalProperties.$apis = this.apis, e.config.globalProperties.$request = this.adapter?.request, this.options.install && e.use(this.options.install), this.adapter.access && e.use(this.adapter.access), this.project?.platform !== "uniapp" && this.mode !== T.Design && this.initGlobals(this.project?.globals || {}, {
|
|
5875
5909
|
app: e,
|
|
5876
5910
|
window: globalThis,
|
|
5877
5911
|
adapter: this.adapter,
|
|
5878
5912
|
library: this.library,
|
|
5879
5913
|
mode: this.mode
|
|
5880
|
-
}), this.mode !==
|
|
5914
|
+
}), this.mode !== T.Design && this.project?.i18n && this.initI18n(e, this.library, this.project.i18n), this.options.enhance && e.use(this.options.enhance, this), this.mode === T.Design && this.setErrorHandler(e), e.config.globalProperties.installed = n, this.setGlobals(e.config.globalProperties);
|
|
5881
5915
|
}
|
|
5882
5916
|
setGlobals(e = {}) {
|
|
5883
5917
|
for (const [s, i] of Object.entries(e))
|
|
@@ -5918,7 +5952,7 @@ class vn extends ni {
|
|
|
5918
5952
|
return s(e) || null;
|
|
5919
5953
|
}
|
|
5920
5954
|
getMenus(e = "page", s = "") {
|
|
5921
|
-
return
|
|
5955
|
+
return Je(s, e, this.project?.pages || []);
|
|
5922
5956
|
}
|
|
5923
5957
|
getHomepage() {
|
|
5924
5958
|
const { homepage: e } = this.project || {};
|
|
@@ -5958,12 +5992,12 @@ class vn extends ni {
|
|
|
5958
5992
|
apis: a,
|
|
5959
5993
|
window: globalThis,
|
|
5960
5994
|
...s
|
|
5961
|
-
}, c =
|
|
5995
|
+
}, c = kt({
|
|
5962
5996
|
getDsl: async (l) => await this.getDsl(l) || null,
|
|
5963
5997
|
getDslByUrl: async (l) => await this.getDslByUrl(l) || null,
|
|
5964
5998
|
options: u
|
|
5965
5999
|
});
|
|
5966
|
-
return
|
|
6000
|
+
return Et({
|
|
5967
6001
|
...u,
|
|
5968
6002
|
dsl: e,
|
|
5969
6003
|
loader: c
|
|
@@ -5982,13 +6016,13 @@ class vn extends ni {
|
|
|
5982
6016
|
async getRenderComponent(e, s) {
|
|
5983
6017
|
const i = this.getFile(e);
|
|
5984
6018
|
if (!i)
|
|
5985
|
-
return
|
|
5986
|
-
if (s && s(i), this.mode ===
|
|
6019
|
+
return ve.warn(`Can not find file: ${e}`), null;
|
|
6020
|
+
if (s && s(i), this.mode === T.Raw) {
|
|
5987
6021
|
const { vtjRawDir: n = ".vtj/vue" } = this.options, a = `${n}/${e}.vue`, u = this.modules[a] || this.modules[`/src/pages/${e}.vue`];
|
|
5988
6022
|
return u ? (await u())?.default : this.nodeEnv === "development" && this.adapter.startupComponent || null;
|
|
5989
6023
|
}
|
|
5990
6024
|
const r = await this.getDsl(i.id);
|
|
5991
|
-
return r ? this.createDslRenderer(r).renderer : (
|
|
6025
|
+
return r ? this.createDslRenderer(r).renderer : (ve.warn(`Can not find dsl: ${e}`), null);
|
|
5992
6026
|
}
|
|
5993
6027
|
/**
|
|
5994
6028
|
* 定义基于URL的异步组件
|
|
@@ -6000,7 +6034,7 @@ class vn extends ni {
|
|
|
6000
6034
|
* @returns Vue异步组件
|
|
6001
6035
|
*/
|
|
6002
6036
|
defineUrlSchemaComponent(e, s) {
|
|
6003
|
-
return
|
|
6037
|
+
return ts(async () => {
|
|
6004
6038
|
const i = await this.getDslByUrl(e);
|
|
6005
6039
|
return i ? (i.name = s || i.name, this.createDslRenderer(i).renderer) : null;
|
|
6006
6040
|
});
|
|
@@ -6013,7 +6047,7 @@ class vn extends ni {
|
|
|
6013
6047
|
* @returns Vue异步组件
|
|
6014
6048
|
*/
|
|
6015
6049
|
definePluginComponent(e) {
|
|
6016
|
-
return
|
|
6050
|
+
return ts(async () => await ti(e, globalThis));
|
|
6017
6051
|
}
|
|
6018
6052
|
/**
|
|
6019
6053
|
* 设置应用全局
|
|
@@ -6028,10 +6062,10 @@ class vn extends ni {
|
|
|
6028
6062
|
},
|
|
6029
6063
|
s
|
|
6030
6064
|
);
|
|
6031
|
-
|
|
6065
|
+
fn(e, i);
|
|
6032
6066
|
}
|
|
6033
6067
|
initI18n(e, s, i) {
|
|
6034
|
-
|
|
6068
|
+
bn(e, s, i);
|
|
6035
6069
|
}
|
|
6036
6070
|
initEnv(e = []) {
|
|
6037
6071
|
this.env = e.reduce(
|
|
@@ -6040,15 +6074,15 @@ class vn extends ni {
|
|
|
6040
6074
|
);
|
|
6041
6075
|
}
|
|
6042
6076
|
}
|
|
6043
|
-
function
|
|
6044
|
-
const e = new
|
|
6077
|
+
function $n(t) {
|
|
6078
|
+
const e = new _n(t);
|
|
6045
6079
|
return {
|
|
6046
6080
|
provider: e,
|
|
6047
6081
|
onReady: (i) => e.ready(i)
|
|
6048
6082
|
};
|
|
6049
6083
|
}
|
|
6050
|
-
function
|
|
6051
|
-
const e =
|
|
6084
|
+
function ni(t = {}) {
|
|
6085
|
+
const e = Tt(qt, null);
|
|
6052
6086
|
if (!e)
|
|
6053
6087
|
throw new Error("Can not find provider");
|
|
6054
6088
|
if (e.nodeEnv === "development") {
|
|
@@ -6064,39 +6098,39 @@ function ei(t = {}) {
|
|
|
6064
6098
|
}
|
|
6065
6099
|
return e;
|
|
6066
6100
|
}
|
|
6067
|
-
function
|
|
6068
|
-
return
|
|
6101
|
+
function je() {
|
|
6102
|
+
return Tt(qt, null)?.globals ?? {};
|
|
6069
6103
|
}
|
|
6070
|
-
function
|
|
6071
|
-
return
|
|
6104
|
+
function Un() {
|
|
6105
|
+
return je().$store || {};
|
|
6072
6106
|
}
|
|
6073
|
-
function
|
|
6074
|
-
return
|
|
6107
|
+
function Gn() {
|
|
6108
|
+
return je().$pinia || {};
|
|
6075
6109
|
}
|
|
6076
|
-
function
|
|
6077
|
-
return
|
|
6110
|
+
function qn() {
|
|
6111
|
+
return je().$request;
|
|
6078
6112
|
}
|
|
6079
|
-
function
|
|
6080
|
-
return
|
|
6113
|
+
function Wn() {
|
|
6114
|
+
return je().$libs || {};
|
|
6081
6115
|
}
|
|
6082
|
-
function
|
|
6083
|
-
return
|
|
6116
|
+
function Kn() {
|
|
6117
|
+
return je().$apis || {};
|
|
6084
6118
|
}
|
|
6085
|
-
async function
|
|
6086
|
-
const { name: s, urls: i = [] } = t || {}, r = i.map((u) => e + u), { css: n, js: a } =
|
|
6087
|
-
if (n.length &&
|
|
6088
|
-
return await
|
|
6119
|
+
async function zn(t, e = "") {
|
|
6120
|
+
const { name: s, urls: i = [] } = t || {}, r = i.map((u) => e + u), { css: n, js: a } = Ai(r);
|
|
6121
|
+
if (n.length && ys(n), a.length)
|
|
6122
|
+
return await _s(a, s).catch(
|
|
6089
6123
|
() => {
|
|
6090
6124
|
}
|
|
6091
6125
|
);
|
|
6092
6126
|
}
|
|
6093
|
-
const
|
|
6127
|
+
const ai = {
|
|
6094
6128
|
type: "json",
|
|
6095
6129
|
validSuccess: !0,
|
|
6096
6130
|
originResponse: !1,
|
|
6097
6131
|
failMessage: !0,
|
|
6098
6132
|
validate: (t) => t.data?.code === 0
|
|
6099
|
-
},
|
|
6133
|
+
}, Sn = (t, e = "/__vtj__/api/:type.json") => (s, i, r) => t.send({
|
|
6100
6134
|
url: e,
|
|
6101
6135
|
method: "post",
|
|
6102
6136
|
params: { type: s },
|
|
@@ -6105,8 +6139,8 @@ const ti = {
|
|
|
6105
6139
|
type: s,
|
|
6106
6140
|
data: i
|
|
6107
6141
|
},
|
|
6108
|
-
settings:
|
|
6109
|
-
}),
|
|
6142
|
+
settings: ai
|
|
6143
|
+
}), Cn = (t, e = "/__vtj__/api/uploader.json") => async (s, i) => await t.send({
|
|
6110
6144
|
url: e,
|
|
6111
6145
|
method: "post",
|
|
6112
6146
|
data: {
|
|
@@ -6114,12 +6148,12 @@ const ti = {
|
|
|
6114
6148
|
projectId: i
|
|
6115
6149
|
},
|
|
6116
6150
|
settings: {
|
|
6117
|
-
...
|
|
6151
|
+
...ai,
|
|
6118
6152
|
type: "data"
|
|
6119
6153
|
}
|
|
6120
6154
|
}).then((r) => r && r[0] ? r[0] : null).catch(() => null);
|
|
6121
|
-
function
|
|
6122
|
-
return
|
|
6155
|
+
function Jn(t) {
|
|
6156
|
+
return ds({
|
|
6123
6157
|
settings: {
|
|
6124
6158
|
type: "json",
|
|
6125
6159
|
validSuccess: !0,
|
|
@@ -6132,9 +6166,9 @@ function Wn(t) {
|
|
|
6132
6166
|
}
|
|
6133
6167
|
});
|
|
6134
6168
|
}
|
|
6135
|
-
class
|
|
6136
|
-
constructor(e =
|
|
6137
|
-
this.req = e, this.api =
|
|
6169
|
+
class Wt {
|
|
6170
|
+
constructor(e = vt) {
|
|
6171
|
+
this.req = e, this.api = Sn(e), this.uploader = Cn(e);
|
|
6138
6172
|
}
|
|
6139
6173
|
api;
|
|
6140
6174
|
pluginCaches = {};
|
|
@@ -6218,10 +6252,10 @@ class Gt {
|
|
|
6218
6252
|
return await this.api("clearStaticFiles", e).catch(() => "");
|
|
6219
6253
|
}
|
|
6220
6254
|
async getPluginMaterial(e) {
|
|
6221
|
-
const { urls: s = [] } = e, i = s.filter((n) =>
|
|
6255
|
+
const { urls: s = [] } = e, i = s.filter((n) => wi(n))[0];
|
|
6222
6256
|
if (!i) return null;
|
|
6223
6257
|
const r = this.pluginCaches[i];
|
|
6224
|
-
return r || (this.pluginCaches[i] =
|
|
6258
|
+
return r || (this.pluginCaches[i] = vt.send({
|
|
6225
6259
|
url: i,
|
|
6226
6260
|
method: "get",
|
|
6227
6261
|
settings: {
|
|
@@ -6234,77 +6268,77 @@ class Gt {
|
|
|
6234
6268
|
return console.log("BaseService.genSource", e), "";
|
|
6235
6269
|
}
|
|
6236
6270
|
}
|
|
6237
|
-
const
|
|
6271
|
+
const j = new bi({
|
|
6238
6272
|
type: "local",
|
|
6239
6273
|
expired: 0,
|
|
6240
6274
|
prefix: "__VTJ_"
|
|
6241
6275
|
});
|
|
6242
|
-
class
|
|
6276
|
+
class Qn extends Wt {
|
|
6243
6277
|
init(e) {
|
|
6244
|
-
const s = new
|
|
6245
|
-
return
|
|
6278
|
+
const s = new qe(e), i = j.get(`project_${s.id}`), r = Object.assign(s.toDsl(), i || {});
|
|
6279
|
+
return j.save(`project_${s.id}`, r), Promise.resolve(r);
|
|
6246
6280
|
}
|
|
6247
6281
|
saveProject(e) {
|
|
6248
|
-
const s = new
|
|
6249
|
-
return
|
|
6282
|
+
const s = new qe(e);
|
|
6283
|
+
return j.save(`project_${s.id}`, s.toDsl()), Promise.resolve(!0);
|
|
6250
6284
|
}
|
|
6251
6285
|
saveMaterials(e, s) {
|
|
6252
|
-
return
|
|
6286
|
+
return j.save(`materials_${e.id}`, Pt(s)), Promise.resolve(!0);
|
|
6253
6287
|
}
|
|
6254
6288
|
saveFile(e) {
|
|
6255
|
-
return
|
|
6289
|
+
return j.save(`file_${e.id}`, e), Promise.resolve(!0);
|
|
6256
6290
|
}
|
|
6257
6291
|
getFile(e) {
|
|
6258
|
-
const s =
|
|
6292
|
+
const s = j.get(`file_${e}`);
|
|
6259
6293
|
return s ? Promise.resolve(s) : Promise.reject(null);
|
|
6260
6294
|
}
|
|
6261
6295
|
removeFile(e) {
|
|
6262
|
-
return
|
|
6296
|
+
return j.remove(`file_${e}`), Promise.resolve(!0);
|
|
6263
6297
|
}
|
|
6264
6298
|
saveHistory(e) {
|
|
6265
|
-
return
|
|
6299
|
+
return j.save(`history_${e.id}`, e), Promise.resolve(!0);
|
|
6266
6300
|
}
|
|
6267
6301
|
removeHistory(e) {
|
|
6268
|
-
const s =
|
|
6302
|
+
const s = j.get(`history_${e}`);
|
|
6269
6303
|
if (s) {
|
|
6270
6304
|
const r = (s.items || []).map((n) => n.id);
|
|
6271
|
-
this.removeHistoryItem(e, r),
|
|
6305
|
+
this.removeHistoryItem(e, r), j.remove(`history_${e}`);
|
|
6272
6306
|
}
|
|
6273
6307
|
return Promise.resolve(!0);
|
|
6274
6308
|
}
|
|
6275
6309
|
getHistory(e) {
|
|
6276
|
-
const s =
|
|
6310
|
+
const s = j.get(`history_${e}`), i = new fs(s || { id: e });
|
|
6277
6311
|
return Promise.resolve(i.toDsl());
|
|
6278
6312
|
}
|
|
6279
6313
|
getHistoryItem(e, s) {
|
|
6280
|
-
const i =
|
|
6314
|
+
const i = j.get(`history_${e}_${s}`);
|
|
6281
6315
|
return Promise.resolve(i);
|
|
6282
6316
|
}
|
|
6283
6317
|
saveHistoryItem(e, s) {
|
|
6284
|
-
return
|
|
6318
|
+
return j.save(`history_${e}_${s.id}`, s), Promise.resolve(!0);
|
|
6285
6319
|
}
|
|
6286
6320
|
removeHistoryItem(e, s) {
|
|
6287
6321
|
return s.forEach((i) => {
|
|
6288
|
-
|
|
6322
|
+
j.remove(`history_${e}_${i}`);
|
|
6289
6323
|
}), Promise.resolve(!0);
|
|
6290
6324
|
}
|
|
6291
6325
|
}
|
|
6292
|
-
class
|
|
6326
|
+
class wn extends Wt {
|
|
6293
6327
|
projects = {};
|
|
6294
6328
|
materials = {};
|
|
6295
6329
|
files = {};
|
|
6296
6330
|
histories = {};
|
|
6297
6331
|
historyItems = {};
|
|
6298
6332
|
init(e) {
|
|
6299
|
-
const s = new
|
|
6333
|
+
const s = new qe(e), i = this.projects[s.id] || {}, r = Object.assign(s.toDsl(), i);
|
|
6300
6334
|
return this.projects[r.id] = r, Promise.resolve(r);
|
|
6301
6335
|
}
|
|
6302
6336
|
saveProject(e) {
|
|
6303
|
-
const s = new
|
|
6337
|
+
const s = new qe(e);
|
|
6304
6338
|
return this.projects[s.id] = s.toDsl(), Promise.resolve(!0);
|
|
6305
6339
|
}
|
|
6306
6340
|
saveMaterials(e, s) {
|
|
6307
|
-
return e.id && (this.materials[e.id] =
|
|
6341
|
+
return e.id && (this.materials[e.id] = Pt(s)), Promise.resolve(!0);
|
|
6308
6342
|
}
|
|
6309
6343
|
saveFile(e) {
|
|
6310
6344
|
return this.files[e.id] = e, Promise.resolve(!0);
|
|
@@ -6328,7 +6362,7 @@ class _n extends Gt {
|
|
|
6328
6362
|
return Promise.resolve(!0);
|
|
6329
6363
|
}
|
|
6330
6364
|
getHistory(e) {
|
|
6331
|
-
const s = this.histories[e], i = new
|
|
6365
|
+
const s = this.histories[e], i = new fs(s || { id: e });
|
|
6332
6366
|
return Promise.resolve(i);
|
|
6333
6367
|
}
|
|
6334
6368
|
getHistoryItem(e, s) {
|
|
@@ -6346,11 +6380,11 @@ class _n extends Gt {
|
|
|
6346
6380
|
}), Promise.resolve(!0);
|
|
6347
6381
|
}
|
|
6348
6382
|
}
|
|
6349
|
-
let
|
|
6350
|
-
function
|
|
6351
|
-
return
|
|
6383
|
+
let Ue = null;
|
|
6384
|
+
function Yn() {
|
|
6385
|
+
return Ue || (Ue = new wn(), Ue);
|
|
6352
6386
|
}
|
|
6353
|
-
class
|
|
6387
|
+
class Xn extends Wt {
|
|
6354
6388
|
getFileCaches = {};
|
|
6355
6389
|
async getExtension() {
|
|
6356
6390
|
return await this.api("getExtension", {}).catch(() => {
|
|
@@ -6367,7 +6401,7 @@ class Jn extends Gt {
|
|
|
6367
6401
|
async saveMaterials(e, s) {
|
|
6368
6402
|
return !!await this.api("saveMaterials", {
|
|
6369
6403
|
project: e,
|
|
6370
|
-
materials:
|
|
6404
|
+
materials: Pt(s)
|
|
6371
6405
|
}).catch(() => !1);
|
|
6372
6406
|
}
|
|
6373
6407
|
async saveFile(e) {
|
|
@@ -6408,94 +6442,94 @@ class Jn extends Gt {
|
|
|
6408
6442
|
}
|
|
6409
6443
|
}
|
|
6410
6444
|
export {
|
|
6411
|
-
|
|
6412
|
-
|
|
6413
|
-
|
|
6414
|
-
|
|
6415
|
-
|
|
6416
|
-
|
|
6417
|
-
|
|
6418
|
-
|
|
6419
|
-
|
|
6420
|
-
|
|
6421
|
-
|
|
6422
|
-
|
|
6423
|
-
|
|
6424
|
-
|
|
6425
|
-
|
|
6426
|
-
|
|
6427
|
-
|
|
6428
|
-
|
|
6429
|
-
|
|
6430
|
-
|
|
6431
|
-
|
|
6432
|
-
|
|
6433
|
-
|
|
6434
|
-
|
|
6435
|
-
|
|
6436
|
-
|
|
6437
|
-
|
|
6438
|
-
|
|
6439
|
-
|
|
6440
|
-
|
|
6441
|
-
|
|
6442
|
-
|
|
6443
|
-
|
|
6444
|
-
|
|
6445
|
-
|
|
6446
|
-
|
|
6447
|
-
|
|
6448
|
-
|
|
6449
|
-
|
|
6450
|
-
|
|
6451
|
-
|
|
6452
|
-
|
|
6453
|
-
|
|
6454
|
-
|
|
6455
|
-
|
|
6456
|
-
|
|
6457
|
-
|
|
6458
|
-
|
|
6459
|
-
|
|
6460
|
-
|
|
6461
|
-
|
|
6462
|
-
|
|
6463
|
-
|
|
6464
|
-
|
|
6465
|
-
|
|
6466
|
-
|
|
6467
|
-
|
|
6468
|
-
|
|
6469
|
-
|
|
6470
|
-
|
|
6471
|
-
|
|
6472
|
-
|
|
6473
|
-
|
|
6474
|
-
|
|
6475
|
-
|
|
6476
|
-
|
|
6477
|
-
|
|
6478
|
-
|
|
6479
|
-
|
|
6480
|
-
|
|
6481
|
-
|
|
6482
|
-
|
|
6483
|
-
|
|
6445
|
+
Rn as ACCESS,
|
|
6446
|
+
Xs as ACCESS_KEY,
|
|
6447
|
+
Gt as Access,
|
|
6448
|
+
Ci as BUILD_IN_TAGS,
|
|
6449
|
+
_i as BUILT_IN_DIRECTIVES,
|
|
6450
|
+
Wt as BaseService,
|
|
6451
|
+
Tn as COMPOSITION_HOOKS_LIST,
|
|
6452
|
+
ss as CONTEXT_HOST,
|
|
6453
|
+
ps as Context,
|
|
6454
|
+
T as ContextMode,
|
|
6455
|
+
Si as DATA_TYPES,
|
|
6456
|
+
Ge as HOMEPAGE_ROUTE_NAME,
|
|
6457
|
+
vs as HTML_TAGS,
|
|
6458
|
+
jn as JSCodeToString,
|
|
6459
|
+
Pn as LIFE_CYCLES_LIST,
|
|
6460
|
+
Xn as LocalService,
|
|
6461
|
+
wn as MemoryService,
|
|
6462
|
+
yn as NodeEnv,
|
|
6463
|
+
Ie as PAGE_ROUTE_NAME,
|
|
6464
|
+
_n as Provider,
|
|
6465
|
+
Nn as REMOTE,
|
|
6466
|
+
Qn as StorageService,
|
|
6467
|
+
ke as VTJ_RENDERER_VERSION,
|
|
6468
|
+
Fn as adoptStylesToInline,
|
|
6469
|
+
Nt as adoptedStyleSheets,
|
|
6470
|
+
Bn as clearLoaderCache,
|
|
6471
|
+
Pi as compileScopedCSS,
|
|
6472
|
+
Ri as convertCssRpx,
|
|
6473
|
+
Dn as createAccess,
|
|
6474
|
+
Mn as createAdapter,
|
|
6475
|
+
Vn as createAssetScripts,
|
|
6476
|
+
On as createAssetsCss,
|
|
6477
|
+
jr as createDataSources,
|
|
6478
|
+
kt as createLoader,
|
|
6479
|
+
Yn as createMemoryService,
|
|
6480
|
+
Je as createMenus,
|
|
6481
|
+
kr as createMetaApi,
|
|
6482
|
+
Pr as createMock,
|
|
6483
|
+
$n as createProvider,
|
|
6484
|
+
Et as createRenderer,
|
|
6485
|
+
Er as createSchemaApi,
|
|
6486
|
+
Ir as createSchemaApis,
|
|
6487
|
+
Jn as createServiceRequest,
|
|
6488
|
+
Wr as defaultLoader,
|
|
6489
|
+
He as fillBasePath,
|
|
6490
|
+
Te as getMock,
|
|
6491
|
+
ii as getModifiers,
|
|
6492
|
+
ti as getPlugin,
|
|
6493
|
+
Ii as getRawComponent,
|
|
6494
|
+
ji as isArrowFunction,
|
|
6495
|
+
Di as isAssignment,
|
|
6496
|
+
Fi as isBuiltInTag,
|
|
6497
|
+
Qe as isCSSUrl,
|
|
6498
|
+
Mi as isCallFunction,
|
|
6499
|
+
Sr as isJSCode,
|
|
6500
|
+
R as isJSExpression,
|
|
6501
|
+
F as isJSFunction,
|
|
6502
|
+
wi as isJSON,
|
|
6503
|
+
Ye as isJSUrl,
|
|
6504
|
+
Li as isNativeTag,
|
|
6505
|
+
Oi as isVuePlugin,
|
|
6506
|
+
Vi as loadCss,
|
|
6507
|
+
ys as loadCssUrl,
|
|
6508
|
+
zn as loadEnhance,
|
|
6509
|
+
_s as loadScriptUrl,
|
|
6510
|
+
ri as menusFilter,
|
|
6511
|
+
Tr as mockApi,
|
|
6512
|
+
Ar as mockApis,
|
|
6513
|
+
Zs as mockCleanup,
|
|
6514
|
+
we as nodeCache,
|
|
6515
|
+
_e as nodeRender,
|
|
6516
|
+
ki as parseDeps,
|
|
6517
|
+
Oe as parseExpression,
|
|
6484
6518
|
z as parseFunction,
|
|
6485
|
-
|
|
6486
|
-
|
|
6487
|
-
|
|
6488
|
-
|
|
6489
|
-
|
|
6490
|
-
|
|
6491
|
-
|
|
6492
|
-
|
|
6493
|
-
|
|
6494
|
-
|
|
6495
|
-
|
|
6496
|
-
|
|
6497
|
-
|
|
6498
|
-
|
|
6499
|
-
|
|
6500
|
-
|
|
6519
|
+
Ai as parseUrls,
|
|
6520
|
+
qt as providerKey,
|
|
6521
|
+
Ei as removeProdFlag,
|
|
6522
|
+
Ni as rpxToPx,
|
|
6523
|
+
Ln as setupPageSetting,
|
|
6524
|
+
bs as toString,
|
|
6525
|
+
ze as triggerError,
|
|
6526
|
+
wr as useAccess,
|
|
6527
|
+
Kn as useApis,
|
|
6528
|
+
je as useGlobals,
|
|
6529
|
+
Wn as useLibs,
|
|
6530
|
+
Hn as useMask,
|
|
6531
|
+
Gn as usePinia,
|
|
6532
|
+
ni as useProvider,
|
|
6533
|
+
qn as useRequest,
|
|
6534
|
+
Un as useStore
|
|
6501
6535
|
};
|