@vtj/parser 0.16.31 → 0.16.32
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 +12 -12
- package/dist/index.mjs +701 -695
- package/package.json +3 -3
- package/types/version.d.ts +2 -2
package/dist/index.mjs
CHANGED
|
@@ -13,12 +13,12 @@ import * as N from "@babel/types";
|
|
|
13
13
|
* Copyright (c) 2026, VTJ.PRO All rights reserved.
|
|
14
14
|
* @name @vtj/parser
|
|
15
15
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
16
|
-
* @version 0.16.
|
|
16
|
+
* @version 0.16.32
|
|
17
17
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
18
18
|
*/
|
|
19
|
-
const jt = "0.16.
|
|
20
|
-
function R(
|
|
21
|
-
const { descriptor:
|
|
19
|
+
const jt = "0.16.32";
|
|
20
|
+
function R(e) {
|
|
21
|
+
const { descriptor: u, errors: t } = Vu(e), a = u.template?.content || "", i = (u.scriptSetup || u.script)?.content || "", r = u.styles.map((s) => s.content);
|
|
22
22
|
return {
|
|
23
23
|
template: a,
|
|
24
24
|
script: i,
|
|
@@ -26,15 +26,15 @@ function R(u) {
|
|
|
26
26
|
errors: t
|
|
27
27
|
};
|
|
28
28
|
}
|
|
29
|
-
function
|
|
30
|
-
return ee(
|
|
29
|
+
function O(e) {
|
|
30
|
+
return ee(e, { sourceType: "module", plugins: ["typescript"] });
|
|
31
31
|
}
|
|
32
|
-
function Z(
|
|
33
|
-
return (pu.default || pu)(
|
|
32
|
+
function Z(e, u) {
|
|
33
|
+
return (pu.default || pu)(e, u);
|
|
34
34
|
}
|
|
35
|
-
function
|
|
35
|
+
function M(e) {
|
|
36
36
|
try {
|
|
37
|
-
return (mu.default || mu)(
|
|
37
|
+
return (mu.default || mu)(e, {
|
|
38
38
|
comments: !1,
|
|
39
39
|
concise: !0,
|
|
40
40
|
retainLines: !1,
|
|
@@ -42,34 +42,34 @@ function $(u) {
|
|
|
42
42
|
minimal: !0
|
|
43
43
|
}
|
|
44
44
|
}).code;
|
|
45
|
-
} catch (
|
|
46
|
-
return console.error("代码生成错误",
|
|
45
|
+
} catch (u) {
|
|
46
|
+
return console.error("代码生成错误", u), "";
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
|
-
function ou(
|
|
50
|
-
return !!
|
|
49
|
+
function ou(e) {
|
|
50
|
+
return !!e && e.type === "JSExpression";
|
|
51
51
|
}
|
|
52
|
-
function ce(
|
|
53
|
-
return typeof
|
|
52
|
+
function ce(e) {
|
|
53
|
+
return typeof e == "object" && !!e && e.type === "JSFunction";
|
|
54
54
|
}
|
|
55
|
-
function du(
|
|
56
|
-
return !!ou(
|
|
55
|
+
function du(e) {
|
|
56
|
+
return !!ou(e) || !!ce(e);
|
|
57
57
|
}
|
|
58
|
-
function ne(
|
|
59
|
-
return !!
|
|
58
|
+
function ne(e) {
|
|
59
|
+
return !!e && !ou(e) && typeof e != "string";
|
|
60
60
|
}
|
|
61
|
-
function ju(
|
|
61
|
+
function ju(e, u) {
|
|
62
62
|
try {
|
|
63
|
-
const t =
|
|
64
|
-
return Z(t,
|
|
63
|
+
const t = O(e);
|
|
64
|
+
return Z(t, u), M(t) || "";
|
|
65
65
|
} catch {
|
|
66
66
|
return "";
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
|
-
function oe(
|
|
69
|
+
function oe(e, u) {
|
|
70
70
|
const t = [];
|
|
71
71
|
try {
|
|
72
|
-
const { descriptor: a, errors: i } = Vu(
|
|
72
|
+
const { descriptor: a, errors: i } = Vu(e);
|
|
73
73
|
if (i && i.length > 0 && i.forEach((s) => {
|
|
74
74
|
const c = s.message || String(s), o = s.loc;
|
|
75
75
|
o && o.start ? t.push(
|
|
@@ -79,7 +79,7 @@ function oe(u, e) {
|
|
|
79
79
|
try {
|
|
80
80
|
const s = qu({
|
|
81
81
|
id: "validation",
|
|
82
|
-
filename:
|
|
82
|
+
filename: u,
|
|
83
83
|
source: a.template.content,
|
|
84
84
|
isProd: !1
|
|
85
85
|
});
|
|
@@ -95,7 +95,7 @@ function oe(u, e) {
|
|
|
95
95
|
const r = (a.scriptSetup || a.script)?.content;
|
|
96
96
|
if (r)
|
|
97
97
|
try {
|
|
98
|
-
|
|
98
|
+
O(r);
|
|
99
99
|
} catch (s) {
|
|
100
100
|
t.push(`脚本语法错误: ${s.message}`);
|
|
101
101
|
}
|
|
@@ -104,13 +104,13 @@ function oe(u, e) {
|
|
|
104
104
|
}
|
|
105
105
|
return t.length > 0 ? t : null;
|
|
106
106
|
}
|
|
107
|
-
function Rt(
|
|
108
|
-
const
|
|
109
|
-
return
|
|
107
|
+
function Rt(e) {
|
|
108
|
+
const u = R(e), t = O(u.script), a = {};
|
|
109
|
+
return u.styles && (a.css = u.styles[0] || ""), Z(t, {
|
|
110
110
|
CallExpression(i) {
|
|
111
111
|
const r = i.node.callee?.name;
|
|
112
112
|
if (r) {
|
|
113
|
-
const s =
|
|
113
|
+
const s = M(i.node.arguments[0]);
|
|
114
114
|
s && (a[r] = {
|
|
115
115
|
type: "JSFunction",
|
|
116
116
|
value: s
|
|
@@ -119,141 +119,141 @@ function Rt(u) {
|
|
|
119
119
|
}
|
|
120
120
|
}), a;
|
|
121
121
|
}
|
|
122
|
-
function
|
|
123
|
-
if (!
|
|
122
|
+
function $(e, u, t) {
|
|
123
|
+
if (!e.includes(u)) return e;
|
|
124
124
|
try {
|
|
125
|
-
return de(
|
|
125
|
+
return de(e, u, t);
|
|
126
126
|
} catch {
|
|
127
|
-
return
|
|
127
|
+
return e;
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
|
-
function de(
|
|
130
|
+
function de(e, u, t) {
|
|
131
131
|
let a, i = 0;
|
|
132
132
|
try {
|
|
133
|
-
a =
|
|
133
|
+
a = O(e);
|
|
134
134
|
} catch {
|
|
135
|
-
const c = "(()=>{", n = c +
|
|
136
|
-
a =
|
|
135
|
+
const c = "(()=>{", n = c + e + "})";
|
|
136
|
+
a = O(n), i = c.length;
|
|
137
137
|
}
|
|
138
138
|
const r = [];
|
|
139
139
|
if (Z(a, {
|
|
140
140
|
Identifier(c) {
|
|
141
141
|
const o = c.node;
|
|
142
|
-
if (o.name !==
|
|
142
|
+
if (o.name !== u) return;
|
|
143
143
|
const n = be(c);
|
|
144
144
|
if (n === "skip") return;
|
|
145
145
|
const f = (o.start ?? 0) - i, l = (o.end ?? 0) - i;
|
|
146
|
-
if (f < 0 || l >
|
|
147
|
-
const m = n === "expand" ? `${
|
|
146
|
+
if (f < 0 || l > e.length) return;
|
|
147
|
+
const m = n === "expand" ? `${u}: ${t}` : t;
|
|
148
148
|
r.some((h) => h.start === f && h.end === l) || r.push({ start: f, end: l, text: m });
|
|
149
149
|
},
|
|
150
150
|
StringLiteral(c) {
|
|
151
|
-
fe(c,
|
|
151
|
+
fe(c, u, t, i, e, r);
|
|
152
152
|
},
|
|
153
153
|
TemplateLiteral(c) {
|
|
154
|
-
le(c,
|
|
154
|
+
le(c, u, t, i, e, r);
|
|
155
155
|
},
|
|
156
156
|
MemberExpression(c) {
|
|
157
|
-
gu(c,
|
|
157
|
+
gu(c, u, t, i, e, r);
|
|
158
158
|
},
|
|
159
159
|
OptionalMemberExpression(c) {
|
|
160
|
-
gu(c,
|
|
160
|
+
gu(c, u, t, i, e, r);
|
|
161
161
|
}
|
|
162
|
-
}), r.length === 0) return
|
|
162
|
+
}), r.length === 0) return e;
|
|
163
163
|
r.sort((c, o) => o.start - c.start);
|
|
164
|
-
let s =
|
|
164
|
+
let s = e;
|
|
165
165
|
for (const { start: c, end: o, text: n } of r)
|
|
166
166
|
s = s.slice(0, c) + n + s.slice(o);
|
|
167
167
|
return s;
|
|
168
168
|
}
|
|
169
|
-
function fe(
|
|
170
|
-
const s =
|
|
171
|
-
if (!s.value.includes(
|
|
172
|
-
const c =
|
|
169
|
+
function fe(e, u, t, a, i, r) {
|
|
170
|
+
const s = e.node;
|
|
171
|
+
if (!s.value.includes(u)) return;
|
|
172
|
+
const c = e.parent;
|
|
173
173
|
if (c?.type !== "NewExpression" || c?.callee?.name !== "RegExp")
|
|
174
174
|
return;
|
|
175
175
|
const o = s.value;
|
|
176
176
|
let n = 0;
|
|
177
177
|
for (; n < o.length; ) {
|
|
178
|
-
const f = o.indexOf(
|
|
178
|
+
const f = o.indexOf(u, n);
|
|
179
179
|
if (f === -1) break;
|
|
180
|
-
const l = 1 + f, m = (s.start ?? 0) - a + l, h = m +
|
|
181
|
-
m >= 0 && h <= i.length && !r.some((I) => I.start === m && I.end === h) && r.push({ start: m, end: h, text: t }), n = f +
|
|
180
|
+
const l = 1 + f, m = (s.start ?? 0) - a + l, h = m + u.length;
|
|
181
|
+
m >= 0 && h <= i.length && !r.some((I) => I.start === m && I.end === h) && r.push({ start: m, end: h, text: t }), n = f + u.length;
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
|
-
function le(
|
|
185
|
-
const s =
|
|
184
|
+
function le(e, u, t, a, i, r) {
|
|
185
|
+
const s = e.parent;
|
|
186
186
|
if (s?.type !== "NewExpression" || s?.callee?.name !== "RegExp")
|
|
187
187
|
return;
|
|
188
|
-
const o =
|
|
188
|
+
const o = e.node.quasis ?? [];
|
|
189
189
|
for (const n of o) {
|
|
190
190
|
const f = n.value?.raw ?? "";
|
|
191
|
-
if (!f.includes(
|
|
191
|
+
if (!f.includes(u)) continue;
|
|
192
192
|
let l = 0;
|
|
193
193
|
for (; l < f.length; ) {
|
|
194
|
-
const m = f.indexOf(
|
|
194
|
+
const m = f.indexOf(u, l);
|
|
195
195
|
if (m === -1) break;
|
|
196
196
|
const h = (n.start ?? 0) - a;
|
|
197
197
|
if (h < 0 || h > i.length) break;
|
|
198
|
-
const I = h + m, A = I +
|
|
199
|
-
I >= 0 && A <= i.length && !r.some((H) => H.start === I && H.end === A) && r.push({ start: I, end: A, text: t }), l = m +
|
|
198
|
+
const I = h + m, A = I + u.length;
|
|
199
|
+
I >= 0 && A <= i.length && !r.some((H) => H.start === I && H.end === A) && r.push({ start: I, end: A, text: t }), l = m + u.length;
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
202
|
}
|
|
203
|
-
function gu(
|
|
204
|
-
const s =
|
|
205
|
-
if (s.object?.type !== "ThisExpression" || s.computed || s.property?.type !== "Identifier" || s.property.name !==
|
|
203
|
+
function gu(e, u, t, a, i, r) {
|
|
204
|
+
const s = e.node;
|
|
205
|
+
if (s.object?.type !== "ThisExpression" || s.computed || s.property?.type !== "Identifier" || s.property.name !== u)
|
|
206
206
|
return;
|
|
207
207
|
const c = (s.start ?? 0) - a, o = (s.end ?? 0) - a;
|
|
208
208
|
c < 0 || o > i.length || r.some((n) => n.start === c && n.end === o) || r.push({ start: c, end: o, text: t });
|
|
209
209
|
}
|
|
210
|
-
function be(
|
|
211
|
-
const t =
|
|
210
|
+
function be(e, u) {
|
|
211
|
+
const t = e.parent, a = t?.type ?? "", i = e.parentPath?.parent;
|
|
212
212
|
switch (a) {
|
|
213
213
|
// 成员访问 obj.key / obj[key] / obj?.key / obj?.[key]
|
|
214
214
|
case "MemberExpression":
|
|
215
215
|
case "OptionalMemberExpression": {
|
|
216
|
-
if (t.property ===
|
|
216
|
+
if (t.property === e.node)
|
|
217
217
|
return t.computed ? "replace" : "skip";
|
|
218
|
-
if (t.object ===
|
|
218
|
+
if (t.object === e.node)
|
|
219
219
|
return "replace";
|
|
220
220
|
break;
|
|
221
221
|
}
|
|
222
222
|
// 对象属性 { key: val } / { key } / { [key]: val }
|
|
223
223
|
case "ObjectProperty": {
|
|
224
|
-
if (t.key ===
|
|
224
|
+
if (t.key === e.node)
|
|
225
225
|
return t.computed ? "replace" : t.shorthand ? i && i?.type === "ObjectPattern" ? "skip" : "expand" : "skip";
|
|
226
|
-
if (t.value ===
|
|
226
|
+
if (t.value === e.node)
|
|
227
227
|
return i && i?.type === "ObjectPattern" ? "skip" : "replace";
|
|
228
228
|
break;
|
|
229
229
|
}
|
|
230
230
|
// 变量声明 const/let/var key = ...
|
|
231
231
|
case "VariableDeclarator": {
|
|
232
|
-
if (t.id ===
|
|
232
|
+
if (t.id === e.node)
|
|
233
233
|
return "skip";
|
|
234
234
|
break;
|
|
235
235
|
}
|
|
236
236
|
// 函数声明 function key() { }
|
|
237
237
|
case "FunctionDeclaration": {
|
|
238
|
-
if (t.id ===
|
|
238
|
+
if (t.id === e.node)
|
|
239
239
|
return "skip";
|
|
240
240
|
break;
|
|
241
241
|
}
|
|
242
242
|
// 类声明 class key { }
|
|
243
243
|
case "ClassDeclaration": {
|
|
244
|
-
if (t.id ===
|
|
244
|
+
if (t.id === e.node)
|
|
245
245
|
return "skip";
|
|
246
246
|
break;
|
|
247
247
|
}
|
|
248
248
|
// 类表达式 const X = class key { }
|
|
249
249
|
case "ClassExpression": {
|
|
250
|
-
if (t.id ===
|
|
250
|
+
if (t.id === e.node)
|
|
251
251
|
return "skip";
|
|
252
252
|
break;
|
|
253
253
|
}
|
|
254
254
|
// 异常捕获 catch(key) { }
|
|
255
255
|
case "CatchClause": {
|
|
256
|
-
if (t.param ===
|
|
256
|
+
if (t.param === e.node)
|
|
257
257
|
return "skip";
|
|
258
258
|
break;
|
|
259
259
|
}
|
|
@@ -267,79 +267,79 @@ function be(u, e) {
|
|
|
267
267
|
return "skip";
|
|
268
268
|
// 标签语句 key: for(...)
|
|
269
269
|
case "LabeledStatement": {
|
|
270
|
-
if (t.label ===
|
|
270
|
+
if (t.label === e.node)
|
|
271
271
|
return "skip";
|
|
272
272
|
break;
|
|
273
273
|
}
|
|
274
274
|
// 默认参数 function(key = val)
|
|
275
275
|
case "AssignmentPattern": {
|
|
276
|
-
if (t.left ===
|
|
276
|
+
if (t.left === e.node)
|
|
277
277
|
return "skip";
|
|
278
278
|
break;
|
|
279
279
|
}
|
|
280
280
|
// 展开运算符 ...key
|
|
281
281
|
case "SpreadElement": {
|
|
282
|
-
if (t.argument ===
|
|
282
|
+
if (t.argument === e.node)
|
|
283
283
|
return "replace";
|
|
284
284
|
break;
|
|
285
285
|
}
|
|
286
286
|
// 对象方法 { key() {} }
|
|
287
287
|
case "ObjectMethod": {
|
|
288
|
-
if (t.key ===
|
|
288
|
+
if (t.key === e.node && !t.computed)
|
|
289
289
|
return "skip";
|
|
290
290
|
break;
|
|
291
291
|
}
|
|
292
292
|
// Rest 元素 function(...key)
|
|
293
293
|
case "RestElement": {
|
|
294
|
-
if (t.argument ===
|
|
294
|
+
if (t.argument === e.node)
|
|
295
295
|
return "skip";
|
|
296
296
|
break;
|
|
297
297
|
}
|
|
298
298
|
// 枚举声明 enum key { }
|
|
299
299
|
case "TSEnumDeclaration": {
|
|
300
|
-
if (t.id ===
|
|
300
|
+
if (t.id === e.node)
|
|
301
301
|
return "skip";
|
|
302
302
|
break;
|
|
303
303
|
}
|
|
304
304
|
// 类型别名 type key = ...
|
|
305
305
|
case "TSTypeAliasDeclaration": {
|
|
306
|
-
if (t.id ===
|
|
306
|
+
if (t.id === e.node)
|
|
307
307
|
return "skip";
|
|
308
308
|
break;
|
|
309
309
|
}
|
|
310
310
|
// 接口声明 interface key { }
|
|
311
311
|
case "TSInterfaceDeclaration": {
|
|
312
|
-
if (t.id ===
|
|
312
|
+
if (t.id === e.node)
|
|
313
313
|
return "skip";
|
|
314
314
|
break;
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
|
-
return he(
|
|
317
|
+
return he(e) || pe(e) ? "skip" : "replace";
|
|
318
318
|
}
|
|
319
|
-
function he(
|
|
320
|
-
let
|
|
321
|
-
for (;
|
|
322
|
-
const t =
|
|
319
|
+
function he(e) {
|
|
320
|
+
let u = e.parentPath;
|
|
321
|
+
for (; u; ) {
|
|
322
|
+
const t = u.node, a = t?.type ?? "";
|
|
323
323
|
if (a === "FunctionDeclaration" || a === "FunctionExpression" || a === "ArrowFunctionExpression" || a === "ClassMethod" || a === "ObjectMethod" || a === "TSDeclareFunction")
|
|
324
|
-
return (t.params ?? []).includes(
|
|
324
|
+
return (t.params ?? []).includes(e.node);
|
|
325
325
|
if (a === "Program" || a === "BlockStatement" || a === "ObjectExpression" || a === "ArrayExpression" || a === "StaticBlock")
|
|
326
326
|
break;
|
|
327
|
-
|
|
327
|
+
u = u.parentPath;
|
|
328
328
|
}
|
|
329
329
|
return !1;
|
|
330
330
|
}
|
|
331
|
-
function pe(
|
|
332
|
-
let
|
|
333
|
-
for (;
|
|
334
|
-
const t =
|
|
331
|
+
function pe(e) {
|
|
332
|
+
let u = e.parentPath;
|
|
333
|
+
for (; u; ) {
|
|
334
|
+
const t = u.node?.type ?? "";
|
|
335
335
|
if (t === "ObjectPattern") return !0;
|
|
336
336
|
if (t === "FunctionDeclaration" || t === "FunctionExpression" || t === "ArrowFunctionExpression" || t === "Program")
|
|
337
337
|
break;
|
|
338
|
-
|
|
338
|
+
u = u.parentPath;
|
|
339
339
|
}
|
|
340
340
|
return !1;
|
|
341
341
|
}
|
|
342
|
-
function yu(
|
|
342
|
+
function yu(e, u, t) {
|
|
343
343
|
const {
|
|
344
344
|
context: a = {},
|
|
345
345
|
computed: i = [],
|
|
@@ -347,34 +347,34 @@ function yu(u, e, t) {
|
|
|
347
347
|
members: s = [],
|
|
348
348
|
props: c = [],
|
|
349
349
|
platform: o
|
|
350
|
-
} = t || {}, n = Array.from(a[
|
|
350
|
+
} = t || {}, n = Array.from(a[u || ""] || /* @__PURE__ */ new Set());
|
|
351
351
|
if (n)
|
|
352
352
|
for (const f of n)
|
|
353
|
-
|
|
353
|
+
e = $(e, f, `this.context.${f}`);
|
|
354
354
|
for (const f of i)
|
|
355
|
-
|
|
355
|
+
e.includes(`this.${f}.value`) || (e = $(e, f, `this.${f}.value`));
|
|
356
356
|
for (const f of c)
|
|
357
|
-
|
|
357
|
+
e = $(e, f, `this.props.${f}`), e = $(e, `this.${f}`, `this.props.${f}`);
|
|
358
358
|
for (const [f, l] of Object.entries(r))
|
|
359
|
-
|
|
359
|
+
e = $(e, f, `this.$libs.${l}.${f}`), e = $(e, `this.${f}`, `this.$libs.${l}.${f}`);
|
|
360
360
|
for (const f of s)
|
|
361
|
-
|
|
361
|
+
e = $(e, f, `this.${f}`);
|
|
362
362
|
if (o === "uniapp") {
|
|
363
363
|
const f = /\suni\./g;
|
|
364
|
-
|
|
364
|
+
e = e.replace(f, "this.$libs.UniH5.uni.");
|
|
365
365
|
}
|
|
366
|
-
return
|
|
366
|
+
return e = e.replace(/_ctx\./g, "this."), e = e.replace(/this\.this\./g, "this."), e;
|
|
367
367
|
}
|
|
368
|
-
function V(
|
|
368
|
+
function V(e) {
|
|
369
369
|
return {
|
|
370
370
|
type: "JSExpression",
|
|
371
|
-
value: /^\{[\w\W]*\}$/.test(
|
|
371
|
+
value: /^\{[\w\W]*\}$/.test(e) ? `(${e})` : e
|
|
372
372
|
};
|
|
373
373
|
}
|
|
374
|
-
function fu(
|
|
374
|
+
function fu(e) {
|
|
375
375
|
return {
|
|
376
376
|
type: "JSFunction",
|
|
377
|
-
value:
|
|
377
|
+
value: e
|
|
378
378
|
};
|
|
379
379
|
}
|
|
380
380
|
const me = [
|
|
@@ -396,26 +396,26 @@ const me = [
|
|
|
396
396
|
), ge = "component,slot,template".split(","), ye = "view,swiper,progress,icon,text,button,checkbox,editor,form,input,label,picker,radio,slider,switch,textarea,audio,camera,image,video,map,canvas".split(
|
|
397
397
|
","
|
|
398
398
|
);
|
|
399
|
-
function Se(
|
|
400
|
-
return
|
|
399
|
+
function Se(e, u = "web") {
|
|
400
|
+
return u === "uniapp" && ye.includes(e);
|
|
401
401
|
}
|
|
402
|
-
function Ru(
|
|
403
|
-
return (xe.includes(
|
|
402
|
+
function Ru(e, u = "web") {
|
|
403
|
+
return (xe.includes(e) || ge.includes(e)) && !Se(e, u) ? e : ae(e);
|
|
404
404
|
}
|
|
405
|
-
function Du(
|
|
406
|
-
return
|
|
405
|
+
function Du(e) {
|
|
406
|
+
return e.replace(/\s+/g, " ").split(";").reduce((t, a) => {
|
|
407
407
|
const [i, r] = a.split(":").map((s) => s.trim());
|
|
408
408
|
return i && r && (t[i] = r), t;
|
|
409
409
|
}, {});
|
|
410
410
|
}
|
|
411
|
-
function Ee(
|
|
411
|
+
function Ee(e, u, t) {
|
|
412
412
|
if (t === "ObjectExpression")
|
|
413
|
-
return `(Object.assign({${
|
|
413
|
+
return `(Object.assign({${e.split(" ").map((i) => `'${i}': true`).join(",")}}, ${u}))`;
|
|
414
414
|
if (t === "ArrayExpression")
|
|
415
|
-
return `([${
|
|
415
|
+
return `([${e.split(" ").map((i) => `'${i}'`).join(",")}].concat(${u}))`;
|
|
416
416
|
}
|
|
417
|
-
function Ie(
|
|
418
|
-
const t =
|
|
417
|
+
function Ie(e = "") {
|
|
418
|
+
const t = e.trim().match(/DataSource:\s*([^\n=]+={0,2})/)?.[1] || "";
|
|
419
419
|
try {
|
|
420
420
|
return t ? JSON.parse(ie(t)) : null;
|
|
421
421
|
} catch (a) {
|
|
@@ -424,10 +424,10 @@ function Ie(u = "") {
|
|
|
424
424
|
}
|
|
425
425
|
const ve = /* @__PURE__ */ new Uint16Array(
|
|
426
426
|
// prettier-ignore
|
|
427
|
-
/* @__PURE__ */ 'ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((u) => u.charCodeAt(0))
|
|
427
|
+
/* @__PURE__ */ 'ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲϏϢϸontourIntegraìȹoɴ\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲy;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱còJTabcdfgorstרׯؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e) => e.charCodeAt(0))
|
|
428
428
|
), we = /* @__PURE__ */ new Uint16Array(
|
|
429
429
|
// prettier-ignore
|
|
430
|
-
/* @__PURE__ */ "Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((
|
|
430
|
+
/* @__PURE__ */ "Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e) => e.charCodeAt(0))
|
|
431
431
|
);
|
|
432
432
|
var au;
|
|
433
433
|
const Ae = /* @__PURE__ */ new Map([
|
|
@@ -462,51 +462,51 @@ const Ae = /* @__PURE__ */ new Map([
|
|
|
462
462
|
[159, 376]
|
|
463
463
|
]), Su = (
|
|
464
464
|
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, n/no-unsupported-features/es-builtins
|
|
465
|
-
(au = String.fromCodePoint) !== null && au !== void 0 ? au : function(
|
|
466
|
-
let
|
|
467
|
-
return
|
|
465
|
+
(au = String.fromCodePoint) !== null && au !== void 0 ? au : function(e) {
|
|
466
|
+
let u = "";
|
|
467
|
+
return e > 65535 && (e -= 65536, u += String.fromCharCode(e >>> 10 & 1023 | 55296), e = 56320 | e & 1023), u += String.fromCharCode(e), u;
|
|
468
468
|
}
|
|
469
469
|
);
|
|
470
|
-
function ke(
|
|
471
|
-
var
|
|
472
|
-
return
|
|
470
|
+
function ke(e) {
|
|
471
|
+
var u;
|
|
472
|
+
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (u = Ae.get(e)) !== null && u !== void 0 ? u : e;
|
|
473
473
|
}
|
|
474
474
|
var T;
|
|
475
|
-
(function(
|
|
476
|
-
|
|
475
|
+
(function(e) {
|
|
476
|
+
e[e.NUM = 35] = "NUM", e[e.SEMI = 59] = "SEMI", e[e.EQUALS = 61] = "EQUALS", e[e.ZERO = 48] = "ZERO", e[e.NINE = 57] = "NINE", e[e.LOWER_A = 97] = "LOWER_A", e[e.LOWER_F = 102] = "LOWER_F", e[e.LOWER_X = 120] = "LOWER_X", e[e.LOWER_Z = 122] = "LOWER_Z", e[e.UPPER_A = 65] = "UPPER_A", e[e.UPPER_F = 70] = "UPPER_F", e[e.UPPER_Z = 90] = "UPPER_Z";
|
|
477
477
|
})(T || (T = {}));
|
|
478
478
|
const Te = 32;
|
|
479
|
-
var
|
|
480
|
-
(function(
|
|
481
|
-
|
|
482
|
-
})(
|
|
483
|
-
function su(
|
|
484
|
-
return
|
|
479
|
+
var P;
|
|
480
|
+
(function(e) {
|
|
481
|
+
e[e.VALUE_LENGTH = 49152] = "VALUE_LENGTH", e[e.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", e[e.JUMP_TABLE = 127] = "JUMP_TABLE";
|
|
482
|
+
})(P || (P = {}));
|
|
483
|
+
function su(e) {
|
|
484
|
+
return e >= T.ZERO && e <= T.NINE;
|
|
485
485
|
}
|
|
486
|
-
function Ne(
|
|
487
|
-
return
|
|
486
|
+
function Ne(e) {
|
|
487
|
+
return e >= T.UPPER_A && e <= T.UPPER_F || e >= T.LOWER_A && e <= T.LOWER_F;
|
|
488
488
|
}
|
|
489
|
-
function Ve(
|
|
490
|
-
return
|
|
489
|
+
function Ve(e) {
|
|
490
|
+
return e >= T.UPPER_A && e <= T.UPPER_Z || e >= T.LOWER_A && e <= T.LOWER_Z || su(e);
|
|
491
491
|
}
|
|
492
|
-
function qe(
|
|
493
|
-
return
|
|
492
|
+
function qe(e) {
|
|
493
|
+
return e === T.EQUALS || Ve(e);
|
|
494
494
|
}
|
|
495
495
|
var k;
|
|
496
|
-
(function(
|
|
497
|
-
|
|
496
|
+
(function(e) {
|
|
497
|
+
e[e.EntityStart = 0] = "EntityStart", e[e.NumericStart = 1] = "NumericStart", e[e.NumericDecimal = 2] = "NumericDecimal", e[e.NumericHex = 3] = "NumericHex", e[e.NamedEntity = 4] = "NamedEntity";
|
|
498
498
|
})(k || (k = {}));
|
|
499
499
|
var D;
|
|
500
|
-
(function(
|
|
501
|
-
|
|
500
|
+
(function(e) {
|
|
501
|
+
e[e.Legacy = 0] = "Legacy", e[e.Strict = 1] = "Strict", e[e.Attribute = 2] = "Attribute";
|
|
502
502
|
})(D || (D = {}));
|
|
503
503
|
class je {
|
|
504
|
-
constructor(
|
|
505
|
-
this.decodeTree =
|
|
504
|
+
constructor(u, t, a) {
|
|
505
|
+
this.decodeTree = u, this.emitCodePoint = t, this.errors = a, this.state = k.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = D.Strict;
|
|
506
506
|
}
|
|
507
507
|
/** Resets the instance to make it reusable. */
|
|
508
|
-
startEntity(
|
|
509
|
-
this.decodeMode =
|
|
508
|
+
startEntity(u) {
|
|
509
|
+
this.decodeMode = u, this.state = k.EntityStart, this.result = 0, this.treeIndex = 0, this.excess = 1, this.consumed = 1;
|
|
510
510
|
}
|
|
511
511
|
/**
|
|
512
512
|
* Write an entity to the decoder. This can be called multiple times with partial entities.
|
|
@@ -519,18 +519,18 @@ class je {
|
|
|
519
519
|
* @param offset The offset at which the entity begins. Should be 0 if this is not the first call.
|
|
520
520
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
521
521
|
*/
|
|
522
|
-
write(
|
|
522
|
+
write(u, t) {
|
|
523
523
|
switch (this.state) {
|
|
524
524
|
case k.EntityStart:
|
|
525
|
-
return
|
|
525
|
+
return u.charCodeAt(t) === T.NUM ? (this.state = k.NumericStart, this.consumed += 1, this.stateNumericStart(u, t + 1)) : (this.state = k.NamedEntity, this.stateNamedEntity(u, t));
|
|
526
526
|
case k.NumericStart:
|
|
527
|
-
return this.stateNumericStart(
|
|
527
|
+
return this.stateNumericStart(u, t);
|
|
528
528
|
case k.NumericDecimal:
|
|
529
|
-
return this.stateNumericDecimal(
|
|
529
|
+
return this.stateNumericDecimal(u, t);
|
|
530
530
|
case k.NumericHex:
|
|
531
|
-
return this.stateNumericHex(
|
|
531
|
+
return this.stateNumericHex(u, t);
|
|
532
532
|
case k.NamedEntity:
|
|
533
|
-
return this.stateNamedEntity(
|
|
533
|
+
return this.stateNamedEntity(u, t);
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
536
|
/**
|
|
@@ -542,13 +542,13 @@ class je {
|
|
|
542
542
|
* @param offset The current offset.
|
|
543
543
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
544
544
|
*/
|
|
545
|
-
stateNumericStart(
|
|
546
|
-
return t >=
|
|
545
|
+
stateNumericStart(u, t) {
|
|
546
|
+
return t >= u.length ? -1 : (u.charCodeAt(t) | Te) === T.LOWER_X ? (this.state = k.NumericHex, this.consumed += 1, this.stateNumericHex(u, t + 1)) : (this.state = k.NumericDecimal, this.stateNumericDecimal(u, t));
|
|
547
547
|
}
|
|
548
|
-
addToNumericResult(
|
|
548
|
+
addToNumericResult(u, t, a, i) {
|
|
549
549
|
if (t !== a) {
|
|
550
550
|
const r = a - t;
|
|
551
|
-
this.result = this.result * Math.pow(i, r) + Number.parseInt(
|
|
551
|
+
this.result = this.result * Math.pow(i, r) + Number.parseInt(u.substr(t, r), i), this.consumed += r;
|
|
552
552
|
}
|
|
553
553
|
}
|
|
554
554
|
/**
|
|
@@ -560,16 +560,16 @@ class je {
|
|
|
560
560
|
* @param offset The current offset.
|
|
561
561
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
562
562
|
*/
|
|
563
|
-
stateNumericHex(
|
|
563
|
+
stateNumericHex(u, t) {
|
|
564
564
|
const a = t;
|
|
565
|
-
for (; t <
|
|
566
|
-
const i =
|
|
565
|
+
for (; t < u.length; ) {
|
|
566
|
+
const i = u.charCodeAt(t);
|
|
567
567
|
if (su(i) || Ne(i))
|
|
568
568
|
t += 1;
|
|
569
569
|
else
|
|
570
|
-
return this.addToNumericResult(
|
|
570
|
+
return this.addToNumericResult(u, a, t, 16), this.emitNumericEntity(i, 3);
|
|
571
571
|
}
|
|
572
|
-
return this.addToNumericResult(
|
|
572
|
+
return this.addToNumericResult(u, a, t, 16), -1;
|
|
573
573
|
}
|
|
574
574
|
/**
|
|
575
575
|
* Parses a decimal numeric entity.
|
|
@@ -580,16 +580,16 @@ class je {
|
|
|
580
580
|
* @param offset The current offset.
|
|
581
581
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
582
582
|
*/
|
|
583
|
-
stateNumericDecimal(
|
|
583
|
+
stateNumericDecimal(u, t) {
|
|
584
584
|
const a = t;
|
|
585
|
-
for (; t <
|
|
586
|
-
const i =
|
|
585
|
+
for (; t < u.length; ) {
|
|
586
|
+
const i = u.charCodeAt(t);
|
|
587
587
|
if (su(i))
|
|
588
588
|
t += 1;
|
|
589
589
|
else
|
|
590
|
-
return this.addToNumericResult(
|
|
590
|
+
return this.addToNumericResult(u, a, t, 10), this.emitNumericEntity(i, 2);
|
|
591
591
|
}
|
|
592
|
-
return this.addToNumericResult(
|
|
592
|
+
return this.addToNumericResult(u, a, t, 10), -1;
|
|
593
593
|
}
|
|
594
594
|
/**
|
|
595
595
|
* Validate and emit a numeric entity.
|
|
@@ -604,15 +604,15 @@ class je {
|
|
|
604
604
|
* was consumed.
|
|
605
605
|
* @returns The number of characters that were consumed.
|
|
606
606
|
*/
|
|
607
|
-
emitNumericEntity(
|
|
607
|
+
emitNumericEntity(u, t) {
|
|
608
608
|
var a;
|
|
609
609
|
if (this.consumed <= t)
|
|
610
610
|
return (a = this.errors) === null || a === void 0 || a.absenceOfDigitsInNumericCharacterReference(this.consumed), 0;
|
|
611
|
-
if (
|
|
611
|
+
if (u === T.SEMI)
|
|
612
612
|
this.consumed += 1;
|
|
613
613
|
else if (this.decodeMode === D.Strict)
|
|
614
614
|
return 0;
|
|
615
|
-
return this.emitCodePoint(ke(this.result), this.consumed), this.errors && (
|
|
615
|
+
return this.emitCodePoint(ke(this.result), this.consumed), this.errors && (u !== T.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
|
616
616
|
}
|
|
617
617
|
/**
|
|
618
618
|
* Parses a named entity.
|
|
@@ -623,17 +623,17 @@ class je {
|
|
|
623
623
|
* @param offset The current offset.
|
|
624
624
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
625
625
|
*/
|
|
626
|
-
stateNamedEntity(
|
|
626
|
+
stateNamedEntity(u, t) {
|
|
627
627
|
const { decodeTree: a } = this;
|
|
628
|
-
let i = a[this.treeIndex], r = (i &
|
|
629
|
-
for (; t <
|
|
630
|
-
const s =
|
|
628
|
+
let i = a[this.treeIndex], r = (i & P.VALUE_LENGTH) >> 14;
|
|
629
|
+
for (; t < u.length; t++, this.excess++) {
|
|
630
|
+
const s = u.charCodeAt(t);
|
|
631
631
|
if (this.treeIndex = Re(a, i, this.treeIndex + Math.max(1, r), s), this.treeIndex < 0)
|
|
632
632
|
return this.result === 0 || // If we are parsing an attribute
|
|
633
633
|
this.decodeMode === D.Attribute && // We shouldn't have consumed any characters after the entity,
|
|
634
634
|
(r === 0 || // And there should be no invalid characters.
|
|
635
635
|
qe(s)) ? 0 : this.emitNotTerminatedNamedEntity();
|
|
636
|
-
if (i = a[this.treeIndex], r = (i &
|
|
636
|
+
if (i = a[this.treeIndex], r = (i & P.VALUE_LENGTH) >> 14, r !== 0) {
|
|
637
637
|
if (s === T.SEMI)
|
|
638
638
|
return this.emitNamedEntityData(this.treeIndex, r, this.consumed + this.excess);
|
|
639
639
|
this.decodeMode !== D.Strict && (this.result = this.treeIndex, this.consumed += this.excess, this.excess = 0);
|
|
@@ -647,9 +647,9 @@ class je {
|
|
|
647
647
|
* @returns The number of characters consumed.
|
|
648
648
|
*/
|
|
649
649
|
emitNotTerminatedNamedEntity() {
|
|
650
|
-
var
|
|
651
|
-
const { result: t, decodeTree: a } = this, i = (a[t] &
|
|
652
|
-
return this.emitNamedEntityData(t, i, this.consumed), (
|
|
650
|
+
var u;
|
|
651
|
+
const { result: t, decodeTree: a } = this, i = (a[t] & P.VALUE_LENGTH) >> 14;
|
|
652
|
+
return this.emitNamedEntityData(t, i, this.consumed), (u = this.errors) === null || u === void 0 || u.missingSemicolonAfterCharacterReference(), this.consumed;
|
|
653
653
|
}
|
|
654
654
|
/**
|
|
655
655
|
* Emit a named entity.
|
|
@@ -660,9 +660,9 @@ class je {
|
|
|
660
660
|
*
|
|
661
661
|
* @returns The number of characters consumed.
|
|
662
662
|
*/
|
|
663
|
-
emitNamedEntityData(
|
|
663
|
+
emitNamedEntityData(u, t, a) {
|
|
664
664
|
const { decodeTree: i } = this;
|
|
665
|
-
return this.emitCodePoint(t === 1 ? i[
|
|
665
|
+
return this.emitCodePoint(t === 1 ? i[u] & ~P.VALUE_LENGTH : i[u + 1], a), t === 3 && this.emitCodePoint(i[u + 2], a), a;
|
|
666
666
|
}
|
|
667
667
|
/**
|
|
668
668
|
* Signal to the parser that the end of the input was reached.
|
|
@@ -672,7 +672,7 @@ class je {
|
|
|
672
672
|
* @returns The number of characters consumed.
|
|
673
673
|
*/
|
|
674
674
|
end() {
|
|
675
|
-
var
|
|
675
|
+
var u;
|
|
676
676
|
switch (this.state) {
|
|
677
677
|
case k.NamedEntity:
|
|
678
678
|
return this.result !== 0 && (this.decodeMode !== D.Attribute || this.result === this.treeIndex) ? this.emitNotTerminatedNamedEntity() : 0;
|
|
@@ -682,52 +682,52 @@ class je {
|
|
|
682
682
|
case k.NumericHex:
|
|
683
683
|
return this.emitNumericEntity(0, 3);
|
|
684
684
|
case k.NumericStart:
|
|
685
|
-
return (
|
|
685
|
+
return (u = this.errors) === null || u === void 0 || u.absenceOfDigitsInNumericCharacterReference(this.consumed), 0;
|
|
686
686
|
case k.EntityStart:
|
|
687
687
|
return 0;
|
|
688
688
|
}
|
|
689
689
|
}
|
|
690
690
|
}
|
|
691
|
-
function Re(
|
|
692
|
-
const i = (
|
|
691
|
+
function Re(e, u, t, a) {
|
|
692
|
+
const i = (u & P.BRANCH_LENGTH) >> 7, r = u & P.JUMP_TABLE;
|
|
693
693
|
if (i === 0)
|
|
694
694
|
return r !== 0 && a === r ? t : -1;
|
|
695
695
|
if (r) {
|
|
696
696
|
const o = a - r;
|
|
697
|
-
return o < 0 || o >= i ? -1 :
|
|
697
|
+
return o < 0 || o >= i ? -1 : e[t + o] - 1;
|
|
698
698
|
}
|
|
699
699
|
let s = t, c = s + i - 1;
|
|
700
700
|
for (; s <= c; ) {
|
|
701
|
-
const o = s + c >>> 1, n =
|
|
701
|
+
const o = s + c >>> 1, n = e[o];
|
|
702
702
|
if (n < a)
|
|
703
703
|
s = o + 1;
|
|
704
704
|
else if (n > a)
|
|
705
705
|
c = o - 1;
|
|
706
706
|
else
|
|
707
|
-
return
|
|
707
|
+
return e[o + i];
|
|
708
708
|
}
|
|
709
709
|
return -1;
|
|
710
710
|
}
|
|
711
711
|
var b;
|
|
712
|
-
(function(
|
|
713
|
-
|
|
712
|
+
(function(e) {
|
|
713
|
+
e[e.Tab = 9] = "Tab", e[e.NewLine = 10] = "NewLine", e[e.FormFeed = 12] = "FormFeed", e[e.CarriageReturn = 13] = "CarriageReturn", e[e.Space = 32] = "Space", e[e.ExclamationMark = 33] = "ExclamationMark", e[e.Number = 35] = "Number", e[e.Amp = 38] = "Amp", e[e.SingleQuote = 39] = "SingleQuote", e[e.DoubleQuote = 34] = "DoubleQuote", e[e.Dash = 45] = "Dash", e[e.Slash = 47] = "Slash", e[e.Zero = 48] = "Zero", e[e.Nine = 57] = "Nine", e[e.Semi = 59] = "Semi", e[e.Lt = 60] = "Lt", e[e.Eq = 61] = "Eq", e[e.Gt = 62] = "Gt", e[e.Questionmark = 63] = "Questionmark", e[e.UpperA = 65] = "UpperA", e[e.LowerA = 97] = "LowerA", e[e.UpperF = 70] = "UpperF", e[e.LowerF = 102] = "LowerF", e[e.UpperZ = 90] = "UpperZ", e[e.LowerZ = 122] = "LowerZ", e[e.LowerX = 120] = "LowerX", e[e.OpeningSquareBracket = 91] = "OpeningSquareBracket";
|
|
714
714
|
})(b || (b = {}));
|
|
715
715
|
var d;
|
|
716
|
-
(function(
|
|
717
|
-
|
|
716
|
+
(function(e) {
|
|
717
|
+
e[e.Text = 1] = "Text", e[e.BeforeTagName = 2] = "BeforeTagName", e[e.InTagName = 3] = "InTagName", e[e.InSelfClosingTag = 4] = "InSelfClosingTag", e[e.BeforeClosingTagName = 5] = "BeforeClosingTagName", e[e.InClosingTagName = 6] = "InClosingTagName", e[e.AfterClosingTagName = 7] = "AfterClosingTagName", e[e.BeforeAttributeName = 8] = "BeforeAttributeName", e[e.InAttributeName = 9] = "InAttributeName", e[e.AfterAttributeName = 10] = "AfterAttributeName", e[e.BeforeAttributeValue = 11] = "BeforeAttributeValue", e[e.InAttributeValueDq = 12] = "InAttributeValueDq", e[e.InAttributeValueSq = 13] = "InAttributeValueSq", e[e.InAttributeValueNq = 14] = "InAttributeValueNq", e[e.BeforeDeclaration = 15] = "BeforeDeclaration", e[e.InDeclaration = 16] = "InDeclaration", e[e.InProcessingInstruction = 17] = "InProcessingInstruction", e[e.BeforeComment = 18] = "BeforeComment", e[e.CDATASequence = 19] = "CDATASequence", e[e.InSpecialComment = 20] = "InSpecialComment", e[e.InCommentLike = 21] = "InCommentLike", e[e.BeforeSpecialS = 22] = "BeforeSpecialS", e[e.BeforeSpecialT = 23] = "BeforeSpecialT", e[e.SpecialStartSequence = 24] = "SpecialStartSequence", e[e.InSpecialTag = 25] = "InSpecialTag", e[e.InEntity = 26] = "InEntity";
|
|
718
718
|
})(d || (d = {}));
|
|
719
|
-
function
|
|
720
|
-
return
|
|
719
|
+
function C(e) {
|
|
720
|
+
return e === b.Space || e === b.NewLine || e === b.Tab || e === b.FormFeed || e === b.CarriageReturn;
|
|
721
721
|
}
|
|
722
|
-
function K(
|
|
723
|
-
return
|
|
722
|
+
function K(e) {
|
|
723
|
+
return e === b.Slash || e === b.Gt || C(e);
|
|
724
724
|
}
|
|
725
|
-
function De(
|
|
726
|
-
return
|
|
725
|
+
function De(e) {
|
|
726
|
+
return e >= b.LowerA && e <= b.LowerZ || e >= b.UpperA && e <= b.UpperZ;
|
|
727
727
|
}
|
|
728
728
|
var L;
|
|
729
|
-
(function(
|
|
730
|
-
|
|
729
|
+
(function(e) {
|
|
730
|
+
e[e.NoValue = 0] = "NoValue", e[e.Unquoted = 1] = "Unquoted", e[e.Single = 2] = "Single", e[e.Double = 3] = "Double";
|
|
731
731
|
})(L || (L = {}));
|
|
732
732
|
const w = {
|
|
733
733
|
Cdata: new Uint8Array([67, 68, 65, 84, 65, 91]),
|
|
@@ -759,14 +759,14 @@ const w = {
|
|
|
759
759
|
// `</xmp`
|
|
760
760
|
};
|
|
761
761
|
class Le {
|
|
762
|
-
constructor({ xmlMode:
|
|
763
|
-
this.cbs = a, this.state = d.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.entityStart = 0, this.baseState = d.Text, this.isSpecial = !1, this.running = !0, this.offset = 0, this.currentSequence = void 0, this.sequenceIndex = 0, this.xmlMode =
|
|
762
|
+
constructor({ xmlMode: u = !1, decodeEntities: t = !0 }, a) {
|
|
763
|
+
this.cbs = a, this.state = d.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.entityStart = 0, this.baseState = d.Text, this.isSpecial = !1, this.running = !0, this.offset = 0, this.currentSequence = void 0, this.sequenceIndex = 0, this.xmlMode = u, this.decodeEntities = t, this.entityDecoder = new je(u ? we : ve, (i, r) => this.emitCodePoint(i, r));
|
|
764
764
|
}
|
|
765
765
|
reset() {
|
|
766
766
|
this.state = d.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.baseState = d.Text, this.currentSequence = void 0, this.running = !0, this.offset = 0;
|
|
767
767
|
}
|
|
768
|
-
write(
|
|
769
|
-
this.offset += this.buffer.length, this.buffer =
|
|
768
|
+
write(u) {
|
|
769
|
+
this.offset += this.buffer.length, this.buffer = u, this.parse();
|
|
770
770
|
}
|
|
771
771
|
end() {
|
|
772
772
|
this.running && this.finish();
|
|
@@ -777,43 +777,43 @@ class Le {
|
|
|
777
777
|
resume() {
|
|
778
778
|
this.running = !0, this.index < this.buffer.length + this.offset && this.parse();
|
|
779
779
|
}
|
|
780
|
-
stateText(
|
|
781
|
-
|
|
780
|
+
stateText(u) {
|
|
781
|
+
u === b.Lt || !this.decodeEntities && this.fastForwardTo(b.Lt) ? (this.index > this.sectionStart && this.cbs.ontext(this.sectionStart, this.index), this.state = d.BeforeTagName, this.sectionStart = this.index) : this.decodeEntities && u === b.Amp && this.startEntity();
|
|
782
782
|
}
|
|
783
|
-
stateSpecialStartSequence(
|
|
783
|
+
stateSpecialStartSequence(u) {
|
|
784
784
|
const t = this.sequenceIndex === this.currentSequence.length;
|
|
785
785
|
if (!(t ? (
|
|
786
786
|
// If we are at the end of the sequence, make sure the tag name has ended
|
|
787
|
-
K(
|
|
787
|
+
K(u)
|
|
788
788
|
) : (
|
|
789
789
|
// Otherwise, do a case-insensitive comparison
|
|
790
|
-
(
|
|
790
|
+
(u | 32) === this.currentSequence[this.sequenceIndex]
|
|
791
791
|
)))
|
|
792
792
|
this.isSpecial = !1;
|
|
793
793
|
else if (!t) {
|
|
794
794
|
this.sequenceIndex++;
|
|
795
795
|
return;
|
|
796
796
|
}
|
|
797
|
-
this.sequenceIndex = 0, this.state = d.InTagName, this.stateInTagName(
|
|
797
|
+
this.sequenceIndex = 0, this.state = d.InTagName, this.stateInTagName(u);
|
|
798
798
|
}
|
|
799
799
|
/** Look for an end tag. For <title> tags, also decode entities. */
|
|
800
|
-
stateInSpecialTag(
|
|
800
|
+
stateInSpecialTag(u) {
|
|
801
801
|
if (this.sequenceIndex === this.currentSequence.length) {
|
|
802
|
-
if (
|
|
802
|
+
if (u === b.Gt || C(u)) {
|
|
803
803
|
const t = this.index - this.currentSequence.length;
|
|
804
804
|
if (this.sectionStart < t) {
|
|
805
805
|
const a = this.index;
|
|
806
806
|
this.index = t, this.cbs.ontext(this.sectionStart, t), this.index = a;
|
|
807
807
|
}
|
|
808
|
-
this.isSpecial = !1, this.sectionStart = t + 2, this.stateInClosingTagName(
|
|
808
|
+
this.isSpecial = !1, this.sectionStart = t + 2, this.stateInClosingTagName(u);
|
|
809
809
|
return;
|
|
810
810
|
}
|
|
811
811
|
this.sequenceIndex = 0;
|
|
812
812
|
}
|
|
813
|
-
(
|
|
813
|
+
(u | 32) === this.currentSequence[this.sequenceIndex] ? this.sequenceIndex += 1 : this.sequenceIndex === 0 ? this.currentSequence === w.TitleEnd ? this.decodeEntities && u === b.Amp && this.startEntity() : this.fastForwardTo(b.Lt) && (this.sequenceIndex = 1) : this.sequenceIndex = +(u === b.Lt);
|
|
814
814
|
}
|
|
815
|
-
stateCDATASequence(
|
|
816
|
-
|
|
815
|
+
stateCDATASequence(u) {
|
|
816
|
+
u === w.Cdata[this.sequenceIndex] ? ++this.sequenceIndex === w.Cdata.length && (this.state = d.InCommentLike, this.currentSequence = w.CdataEnd, this.sequenceIndex = 0, this.sectionStart = this.index + 1) : (this.sequenceIndex = 0, this.state = d.InDeclaration, this.stateInDeclaration(u));
|
|
817
817
|
}
|
|
818
818
|
/**
|
|
819
819
|
* When we wait for one specific character, we can speed things up
|
|
@@ -821,9 +821,9 @@ class Le {
|
|
|
821
821
|
*
|
|
822
822
|
* @returns Whether the character was found.
|
|
823
823
|
*/
|
|
824
|
-
fastForwardTo(
|
|
824
|
+
fastForwardTo(u) {
|
|
825
825
|
for (; ++this.index < this.buffer.length + this.offset; )
|
|
826
|
-
if (this.buffer.charCodeAt(this.index - this.offset) ===
|
|
826
|
+
if (this.buffer.charCodeAt(this.index - this.offset) === u)
|
|
827
827
|
return !0;
|
|
828
828
|
return this.index = this.buffer.length + this.offset - 1, !1;
|
|
829
829
|
}
|
|
@@ -835,8 +835,8 @@ class Le {
|
|
|
835
835
|
* - That character is then repeated, so we have to check multiple repeats.
|
|
836
836
|
* - All characters but the start character of the sequence can be skipped.
|
|
837
837
|
*/
|
|
838
|
-
stateInCommentLike(
|
|
839
|
-
|
|
838
|
+
stateInCommentLike(u) {
|
|
839
|
+
u === this.currentSequence[this.sequenceIndex] ? ++this.sequenceIndex === this.currentSequence.length && (this.currentSequence === w.CdataEnd ? this.cbs.oncdata(this.sectionStart, this.index, 2) : this.cbs.oncomment(this.sectionStart, this.index, 2), this.sequenceIndex = 0, this.sectionStart = this.index + 1, this.state = d.Text) : this.sequenceIndex === 0 ? this.fastForwardTo(this.currentSequence[0]) && (this.sequenceIndex = 1) : u !== this.currentSequence[this.sequenceIndex - 1] && (this.sequenceIndex = 0);
|
|
840
840
|
}
|
|
841
841
|
/**
|
|
842
842
|
* HTML only allows ASCII alpha characters (a-z and A-Z) at the beginning of a tag name.
|
|
@@ -844,82 +844,82 @@ class Le {
|
|
|
844
844
|
* XML allows a lot more characters here (@see https://www.w3.org/TR/REC-xml/#NT-NameStartChar).
|
|
845
845
|
* We allow anything that wouldn't end the tag.
|
|
846
846
|
*/
|
|
847
|
-
isTagStartChar(
|
|
848
|
-
return this.xmlMode ? !K(
|
|
847
|
+
isTagStartChar(u) {
|
|
848
|
+
return this.xmlMode ? !K(u) : De(u);
|
|
849
849
|
}
|
|
850
|
-
startSpecial(
|
|
851
|
-
this.isSpecial = !0, this.currentSequence =
|
|
850
|
+
startSpecial(u, t) {
|
|
851
|
+
this.isSpecial = !0, this.currentSequence = u, this.sequenceIndex = t, this.state = d.SpecialStartSequence;
|
|
852
852
|
}
|
|
853
|
-
stateBeforeTagName(
|
|
854
|
-
if (
|
|
853
|
+
stateBeforeTagName(u) {
|
|
854
|
+
if (u === b.ExclamationMark)
|
|
855
855
|
this.state = d.BeforeDeclaration, this.sectionStart = this.index + 1;
|
|
856
|
-
else if (
|
|
856
|
+
else if (u === b.Questionmark)
|
|
857
857
|
this.state = d.InProcessingInstruction, this.sectionStart = this.index + 1;
|
|
858
|
-
else if (this.isTagStartChar(
|
|
859
|
-
const t =
|
|
858
|
+
else if (this.isTagStartChar(u)) {
|
|
859
|
+
const t = u | 32;
|
|
860
860
|
this.sectionStart = this.index, this.xmlMode ? this.state = d.InTagName : t === w.ScriptEnd[2] ? this.state = d.BeforeSpecialS : t === w.TitleEnd[2] || t === w.XmpEnd[2] ? this.state = d.BeforeSpecialT : this.state = d.InTagName;
|
|
861
|
-
} else
|
|
861
|
+
} else u === b.Slash ? this.state = d.BeforeClosingTagName : (this.state = d.Text, this.stateText(u));
|
|
862
862
|
}
|
|
863
|
-
stateInTagName(
|
|
864
|
-
K(
|
|
863
|
+
stateInTagName(u) {
|
|
864
|
+
K(u) && (this.cbs.onopentagname(this.sectionStart, this.index), this.sectionStart = -1, this.state = d.BeforeAttributeName, this.stateBeforeAttributeName(u));
|
|
865
865
|
}
|
|
866
|
-
stateBeforeClosingTagName(
|
|
867
|
-
|
|
866
|
+
stateBeforeClosingTagName(u) {
|
|
867
|
+
C(u) || (u === b.Gt ? this.state = d.Text : (this.state = this.isTagStartChar(u) ? d.InClosingTagName : d.InSpecialComment, this.sectionStart = this.index));
|
|
868
868
|
}
|
|
869
|
-
stateInClosingTagName(
|
|
870
|
-
(
|
|
869
|
+
stateInClosingTagName(u) {
|
|
870
|
+
(u === b.Gt || C(u)) && (this.cbs.onclosetag(this.sectionStart, this.index), this.sectionStart = -1, this.state = d.AfterClosingTagName, this.stateAfterClosingTagName(u));
|
|
871
871
|
}
|
|
872
|
-
stateAfterClosingTagName(
|
|
873
|
-
(
|
|
872
|
+
stateAfterClosingTagName(u) {
|
|
873
|
+
(u === b.Gt || this.fastForwardTo(b.Gt)) && (this.state = d.Text, this.sectionStart = this.index + 1);
|
|
874
874
|
}
|
|
875
|
-
stateBeforeAttributeName(
|
|
876
|
-
|
|
875
|
+
stateBeforeAttributeName(u) {
|
|
876
|
+
u === b.Gt ? (this.cbs.onopentagend(this.index), this.isSpecial ? (this.state = d.InSpecialTag, this.sequenceIndex = 0) : this.state = d.Text, this.sectionStart = this.index + 1) : u === b.Slash ? this.state = d.InSelfClosingTag : C(u) || (this.state = d.InAttributeName, this.sectionStart = this.index);
|
|
877
877
|
}
|
|
878
|
-
stateInSelfClosingTag(
|
|
879
|
-
|
|
878
|
+
stateInSelfClosingTag(u) {
|
|
879
|
+
u === b.Gt ? (this.cbs.onselfclosingtag(this.index), this.state = d.Text, this.sectionStart = this.index + 1, this.isSpecial = !1) : C(u) || (this.state = d.BeforeAttributeName, this.stateBeforeAttributeName(u));
|
|
880
880
|
}
|
|
881
|
-
stateInAttributeName(
|
|
882
|
-
(
|
|
881
|
+
stateInAttributeName(u) {
|
|
882
|
+
(u === b.Eq || K(u)) && (this.cbs.onattribname(this.sectionStart, this.index), this.sectionStart = this.index, this.state = d.AfterAttributeName, this.stateAfterAttributeName(u));
|
|
883
883
|
}
|
|
884
|
-
stateAfterAttributeName(
|
|
885
|
-
|
|
884
|
+
stateAfterAttributeName(u) {
|
|
885
|
+
u === b.Eq ? this.state = d.BeforeAttributeValue : u === b.Slash || u === b.Gt ? (this.cbs.onattribend(L.NoValue, this.sectionStart), this.sectionStart = -1, this.state = d.BeforeAttributeName, this.stateBeforeAttributeName(u)) : C(u) || (this.cbs.onattribend(L.NoValue, this.sectionStart), this.state = d.InAttributeName, this.sectionStart = this.index);
|
|
886
886
|
}
|
|
887
|
-
stateBeforeAttributeValue(
|
|
888
|
-
|
|
887
|
+
stateBeforeAttributeValue(u) {
|
|
888
|
+
u === b.DoubleQuote ? (this.state = d.InAttributeValueDq, this.sectionStart = this.index + 1) : u === b.SingleQuote ? (this.state = d.InAttributeValueSq, this.sectionStart = this.index + 1) : C(u) || (this.sectionStart = this.index, this.state = d.InAttributeValueNq, this.stateInAttributeValueNoQuotes(u));
|
|
889
889
|
}
|
|
890
|
-
handleInAttributeValue(
|
|
891
|
-
|
|
890
|
+
handleInAttributeValue(u, t) {
|
|
891
|
+
u === t || !this.decodeEntities && this.fastForwardTo(t) ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(t === b.DoubleQuote ? L.Double : L.Single, this.index + 1), this.state = d.BeforeAttributeName) : this.decodeEntities && u === b.Amp && this.startEntity();
|
|
892
892
|
}
|
|
893
|
-
stateInAttributeValueDoubleQuotes(
|
|
894
|
-
this.handleInAttributeValue(
|
|
893
|
+
stateInAttributeValueDoubleQuotes(u) {
|
|
894
|
+
this.handleInAttributeValue(u, b.DoubleQuote);
|
|
895
895
|
}
|
|
896
|
-
stateInAttributeValueSingleQuotes(
|
|
897
|
-
this.handleInAttributeValue(
|
|
896
|
+
stateInAttributeValueSingleQuotes(u) {
|
|
897
|
+
this.handleInAttributeValue(u, b.SingleQuote);
|
|
898
898
|
}
|
|
899
|
-
stateInAttributeValueNoQuotes(
|
|
900
|
-
|
|
899
|
+
stateInAttributeValueNoQuotes(u) {
|
|
900
|
+
C(u) || u === b.Gt ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(L.Unquoted, this.index), this.state = d.BeforeAttributeName, this.stateBeforeAttributeName(u)) : this.decodeEntities && u === b.Amp && this.startEntity();
|
|
901
901
|
}
|
|
902
|
-
stateBeforeDeclaration(
|
|
903
|
-
|
|
902
|
+
stateBeforeDeclaration(u) {
|
|
903
|
+
u === b.OpeningSquareBracket ? (this.state = d.CDATASequence, this.sequenceIndex = 0) : this.state = u === b.Dash ? d.BeforeComment : d.InDeclaration;
|
|
904
904
|
}
|
|
905
|
-
stateInDeclaration(
|
|
906
|
-
(
|
|
905
|
+
stateInDeclaration(u) {
|
|
906
|
+
(u === b.Gt || this.fastForwardTo(b.Gt)) && (this.cbs.ondeclaration(this.sectionStart, this.index), this.state = d.Text, this.sectionStart = this.index + 1);
|
|
907
907
|
}
|
|
908
|
-
stateInProcessingInstruction(
|
|
909
|
-
(
|
|
908
|
+
stateInProcessingInstruction(u) {
|
|
909
|
+
(u === b.Gt || this.fastForwardTo(b.Gt)) && (this.cbs.onprocessinginstruction(this.sectionStart, this.index), this.state = d.Text, this.sectionStart = this.index + 1);
|
|
910
910
|
}
|
|
911
|
-
stateBeforeComment(
|
|
912
|
-
|
|
911
|
+
stateBeforeComment(u) {
|
|
912
|
+
u === b.Dash ? (this.state = d.InCommentLike, this.currentSequence = w.CommentEnd, this.sequenceIndex = 2, this.sectionStart = this.index + 1) : this.state = d.InDeclaration;
|
|
913
913
|
}
|
|
914
|
-
stateInSpecialComment(
|
|
915
|
-
(
|
|
914
|
+
stateInSpecialComment(u) {
|
|
915
|
+
(u === b.Gt || this.fastForwardTo(b.Gt)) && (this.cbs.oncomment(this.sectionStart, this.index, 0), this.state = d.Text, this.sectionStart = this.index + 1);
|
|
916
916
|
}
|
|
917
|
-
stateBeforeSpecialS(
|
|
918
|
-
const t =
|
|
919
|
-
t === w.ScriptEnd[3] ? this.startSpecial(w.ScriptEnd, 4) : t === w.StyleEnd[3] ? this.startSpecial(w.StyleEnd, 4) : (this.state = d.InTagName, this.stateInTagName(
|
|
917
|
+
stateBeforeSpecialS(u) {
|
|
918
|
+
const t = u | 32;
|
|
919
|
+
t === w.ScriptEnd[3] ? this.startSpecial(w.ScriptEnd, 4) : t === w.StyleEnd[3] ? this.startSpecial(w.StyleEnd, 4) : (this.state = d.InTagName, this.stateInTagName(u));
|
|
920
920
|
}
|
|
921
|
-
stateBeforeSpecialT(
|
|
922
|
-
switch (
|
|
921
|
+
stateBeforeSpecialT(u) {
|
|
922
|
+
switch (u | 32) {
|
|
923
923
|
case w.TitleEnd[3]: {
|
|
924
924
|
this.startSpecial(w.TitleEnd, 4);
|
|
925
925
|
break;
|
|
@@ -933,15 +933,15 @@ class Le {
|
|
|
933
933
|
break;
|
|
934
934
|
}
|
|
935
935
|
default:
|
|
936
|
-
this.state = d.InTagName, this.stateInTagName(
|
|
936
|
+
this.state = d.InTagName, this.stateInTagName(u);
|
|
937
937
|
}
|
|
938
938
|
}
|
|
939
939
|
startEntity() {
|
|
940
940
|
this.baseState = this.state, this.state = d.InEntity, this.entityStart = this.index, this.entityDecoder.startEntity(this.xmlMode ? D.Strict : this.baseState === d.Text || this.baseState === d.InSpecialTag ? D.Legacy : D.Attribute);
|
|
941
941
|
}
|
|
942
942
|
stateInEntity() {
|
|
943
|
-
const
|
|
944
|
-
|
|
943
|
+
const u = this.entityDecoder.write(this.buffer, this.index - this.offset);
|
|
944
|
+
u >= 0 ? (this.state = this.baseState, u === 0 && (this.index = this.entityStart)) : this.index = this.offset + this.buffer.length - 1;
|
|
945
945
|
}
|
|
946
946
|
/**
|
|
947
947
|
* Remove data that has already been consumed from the buffer.
|
|
@@ -959,106 +959,106 @@ class Le {
|
|
|
959
959
|
*/
|
|
960
960
|
parse() {
|
|
961
961
|
for (; this.shouldContinue(); ) {
|
|
962
|
-
const
|
|
962
|
+
const u = this.buffer.charCodeAt(this.index - this.offset);
|
|
963
963
|
switch (this.state) {
|
|
964
964
|
case d.Text: {
|
|
965
|
-
this.stateText(
|
|
965
|
+
this.stateText(u);
|
|
966
966
|
break;
|
|
967
967
|
}
|
|
968
968
|
case d.SpecialStartSequence: {
|
|
969
|
-
this.stateSpecialStartSequence(
|
|
969
|
+
this.stateSpecialStartSequence(u);
|
|
970
970
|
break;
|
|
971
971
|
}
|
|
972
972
|
case d.InSpecialTag: {
|
|
973
|
-
this.stateInSpecialTag(
|
|
973
|
+
this.stateInSpecialTag(u);
|
|
974
974
|
break;
|
|
975
975
|
}
|
|
976
976
|
case d.CDATASequence: {
|
|
977
|
-
this.stateCDATASequence(
|
|
977
|
+
this.stateCDATASequence(u);
|
|
978
978
|
break;
|
|
979
979
|
}
|
|
980
980
|
case d.InAttributeValueDq: {
|
|
981
|
-
this.stateInAttributeValueDoubleQuotes(
|
|
981
|
+
this.stateInAttributeValueDoubleQuotes(u);
|
|
982
982
|
break;
|
|
983
983
|
}
|
|
984
984
|
case d.InAttributeName: {
|
|
985
|
-
this.stateInAttributeName(
|
|
985
|
+
this.stateInAttributeName(u);
|
|
986
986
|
break;
|
|
987
987
|
}
|
|
988
988
|
case d.InCommentLike: {
|
|
989
|
-
this.stateInCommentLike(
|
|
989
|
+
this.stateInCommentLike(u);
|
|
990
990
|
break;
|
|
991
991
|
}
|
|
992
992
|
case d.InSpecialComment: {
|
|
993
|
-
this.stateInSpecialComment(
|
|
993
|
+
this.stateInSpecialComment(u);
|
|
994
994
|
break;
|
|
995
995
|
}
|
|
996
996
|
case d.BeforeAttributeName: {
|
|
997
|
-
this.stateBeforeAttributeName(
|
|
997
|
+
this.stateBeforeAttributeName(u);
|
|
998
998
|
break;
|
|
999
999
|
}
|
|
1000
1000
|
case d.InTagName: {
|
|
1001
|
-
this.stateInTagName(
|
|
1001
|
+
this.stateInTagName(u);
|
|
1002
1002
|
break;
|
|
1003
1003
|
}
|
|
1004
1004
|
case d.InClosingTagName: {
|
|
1005
|
-
this.stateInClosingTagName(
|
|
1005
|
+
this.stateInClosingTagName(u);
|
|
1006
1006
|
break;
|
|
1007
1007
|
}
|
|
1008
1008
|
case d.BeforeTagName: {
|
|
1009
|
-
this.stateBeforeTagName(
|
|
1009
|
+
this.stateBeforeTagName(u);
|
|
1010
1010
|
break;
|
|
1011
1011
|
}
|
|
1012
1012
|
case d.AfterAttributeName: {
|
|
1013
|
-
this.stateAfterAttributeName(
|
|
1013
|
+
this.stateAfterAttributeName(u);
|
|
1014
1014
|
break;
|
|
1015
1015
|
}
|
|
1016
1016
|
case d.InAttributeValueSq: {
|
|
1017
|
-
this.stateInAttributeValueSingleQuotes(
|
|
1017
|
+
this.stateInAttributeValueSingleQuotes(u);
|
|
1018
1018
|
break;
|
|
1019
1019
|
}
|
|
1020
1020
|
case d.BeforeAttributeValue: {
|
|
1021
|
-
this.stateBeforeAttributeValue(
|
|
1021
|
+
this.stateBeforeAttributeValue(u);
|
|
1022
1022
|
break;
|
|
1023
1023
|
}
|
|
1024
1024
|
case d.BeforeClosingTagName: {
|
|
1025
|
-
this.stateBeforeClosingTagName(
|
|
1025
|
+
this.stateBeforeClosingTagName(u);
|
|
1026
1026
|
break;
|
|
1027
1027
|
}
|
|
1028
1028
|
case d.AfterClosingTagName: {
|
|
1029
|
-
this.stateAfterClosingTagName(
|
|
1029
|
+
this.stateAfterClosingTagName(u);
|
|
1030
1030
|
break;
|
|
1031
1031
|
}
|
|
1032
1032
|
case d.BeforeSpecialS: {
|
|
1033
|
-
this.stateBeforeSpecialS(
|
|
1033
|
+
this.stateBeforeSpecialS(u);
|
|
1034
1034
|
break;
|
|
1035
1035
|
}
|
|
1036
1036
|
case d.BeforeSpecialT: {
|
|
1037
|
-
this.stateBeforeSpecialT(
|
|
1037
|
+
this.stateBeforeSpecialT(u);
|
|
1038
1038
|
break;
|
|
1039
1039
|
}
|
|
1040
1040
|
case d.InAttributeValueNq: {
|
|
1041
|
-
this.stateInAttributeValueNoQuotes(
|
|
1041
|
+
this.stateInAttributeValueNoQuotes(u);
|
|
1042
1042
|
break;
|
|
1043
1043
|
}
|
|
1044
1044
|
case d.InSelfClosingTag: {
|
|
1045
|
-
this.stateInSelfClosingTag(
|
|
1045
|
+
this.stateInSelfClosingTag(u);
|
|
1046
1046
|
break;
|
|
1047
1047
|
}
|
|
1048
1048
|
case d.InDeclaration: {
|
|
1049
|
-
this.stateInDeclaration(
|
|
1049
|
+
this.stateInDeclaration(u);
|
|
1050
1050
|
break;
|
|
1051
1051
|
}
|
|
1052
1052
|
case d.BeforeDeclaration: {
|
|
1053
|
-
this.stateBeforeDeclaration(
|
|
1053
|
+
this.stateBeforeDeclaration(u);
|
|
1054
1054
|
break;
|
|
1055
1055
|
}
|
|
1056
1056
|
case d.BeforeComment: {
|
|
1057
|
-
this.stateBeforeComment(
|
|
1057
|
+
this.stateBeforeComment(u);
|
|
1058
1058
|
break;
|
|
1059
1059
|
}
|
|
1060
1060
|
case d.InProcessingInstruction: {
|
|
1061
|
-
this.stateInProcessingInstruction(
|
|
1061
|
+
this.stateInProcessingInstruction(u);
|
|
1062
1062
|
break;
|
|
1063
1063
|
}
|
|
1064
1064
|
case d.InEntity: {
|
|
@@ -1075,11 +1075,11 @@ class Le {
|
|
|
1075
1075
|
}
|
|
1076
1076
|
/** Handle any trailing data. */
|
|
1077
1077
|
handleTrailingData() {
|
|
1078
|
-
const
|
|
1079
|
-
this.sectionStart >=
|
|
1078
|
+
const u = this.buffer.length + this.offset;
|
|
1079
|
+
this.sectionStart >= u || (this.state === d.InCommentLike ? this.currentSequence === w.CdataEnd ? this.cbs.oncdata(this.sectionStart, u, 0) : this.cbs.oncomment(this.sectionStart, u, 0) : this.state === d.InTagName || this.state === d.BeforeAttributeName || this.state === d.BeforeAttributeValue || this.state === d.AfterAttributeName || this.state === d.InAttributeName || this.state === d.InAttributeValueSq || this.state === d.InAttributeValueDq || this.state === d.InAttributeValueNq || this.state === d.InClosingTagName || this.cbs.ontext(this.sectionStart, u));
|
|
1080
1080
|
}
|
|
1081
|
-
emitCodePoint(
|
|
1082
|
-
this.baseState !== d.Text && this.baseState !== d.InSpecialTag ? (this.sectionStart < this.entityStart && this.cbs.onattribdata(this.sectionStart, this.entityStart), this.sectionStart = this.entityStart + t, this.index = this.sectionStart - 1, this.cbs.onattribentity(
|
|
1081
|
+
emitCodePoint(u, t) {
|
|
1082
|
+
this.baseState !== d.Text && this.baseState !== d.InSpecialTag ? (this.sectionStart < this.entityStart && this.cbs.onattribdata(this.sectionStart, this.entityStart), this.sectionStart = this.entityStart + t, this.index = this.sectionStart - 1, this.cbs.onattribentity(u)) : (this.sectionStart < this.entityStart && this.cbs.ontext(this.sectionStart, this.entityStart), this.sectionStart = this.entityStart + t, this.index = this.sectionStart - 1, this.cbs.ontextentity(u, this.sectionStart));
|
|
1083
1083
|
}
|
|
1084
1084
|
}
|
|
1085
1085
|
const W = /* @__PURE__ */ new Set([
|
|
@@ -1170,59 +1170,59 @@ const W = /* @__PURE__ */ new Set([
|
|
|
1170
1170
|
"title"
|
|
1171
1171
|
]), Be = /\s|\//;
|
|
1172
1172
|
class Fe {
|
|
1173
|
-
constructor(
|
|
1173
|
+
constructor(u, t = {}) {
|
|
1174
1174
|
var a, i, r, s, c, o;
|
|
1175
|
-
this.options = t, this.startIndex = 0, this.endIndex = 0, this.openTagStart = 0, this.tagname = "", this.attribname = "", this.attribvalue = "", this.attribs = null, this.stack = [], this.buffers = [], this.bufferOffset = 0, this.writeIndex = 0, this.ended = !1, this.cbs =
|
|
1175
|
+
this.options = t, this.startIndex = 0, this.endIndex = 0, this.openTagStart = 0, this.tagname = "", this.attribname = "", this.attribvalue = "", this.attribs = null, this.stack = [], this.buffers = [], this.bufferOffset = 0, this.writeIndex = 0, this.ended = !1, this.cbs = u ?? {}, this.htmlMode = !this.options.xmlMode, this.lowerCaseTagNames = (a = t.lowerCaseTags) !== null && a !== void 0 ? a : this.htmlMode, this.lowerCaseAttributeNames = (i = t.lowerCaseAttributeNames) !== null && i !== void 0 ? i : this.htmlMode, this.recognizeSelfClosing = (r = t.recognizeSelfClosing) !== null && r !== void 0 ? r : !this.htmlMode, this.tokenizer = new ((s = t.Tokenizer) !== null && s !== void 0 ? s : Le)(this.options, this), this.foreignContext = [!this.htmlMode], (o = (c = this.cbs).onparserinit) === null || o === void 0 || o.call(c, this);
|
|
1176
1176
|
}
|
|
1177
1177
|
// Tokenizer event handlers
|
|
1178
1178
|
/** @internal */
|
|
1179
|
-
ontext(
|
|
1179
|
+
ontext(u, t) {
|
|
1180
1180
|
var a, i;
|
|
1181
|
-
const r = this.getSlice(
|
|
1181
|
+
const r = this.getSlice(u, t);
|
|
1182
1182
|
this.endIndex = t - 1, (i = (a = this.cbs).ontext) === null || i === void 0 || i.call(a, r), this.startIndex = t;
|
|
1183
1183
|
}
|
|
1184
1184
|
/** @internal */
|
|
1185
|
-
ontextentity(
|
|
1185
|
+
ontextentity(u, t) {
|
|
1186
1186
|
var a, i;
|
|
1187
|
-
this.endIndex = t - 1, (i = (a = this.cbs).ontext) === null || i === void 0 || i.call(a, Su(
|
|
1187
|
+
this.endIndex = t - 1, (i = (a = this.cbs).ontext) === null || i === void 0 || i.call(a, Su(u)), this.startIndex = t;
|
|
1188
1188
|
}
|
|
1189
1189
|
/**
|
|
1190
1190
|
* Checks if the current tag is a void element. Override this if you want
|
|
1191
1191
|
* to specify your own additional void elements.
|
|
1192
1192
|
*/
|
|
1193
|
-
isVoidElement(
|
|
1194
|
-
return this.htmlMode && Ce.has(
|
|
1193
|
+
isVoidElement(u) {
|
|
1194
|
+
return this.htmlMode && Ce.has(u);
|
|
1195
1195
|
}
|
|
1196
1196
|
/** @internal */
|
|
1197
|
-
onopentagname(
|
|
1197
|
+
onopentagname(u, t) {
|
|
1198
1198
|
this.endIndex = t;
|
|
1199
|
-
let a = this.getSlice(
|
|
1199
|
+
let a = this.getSlice(u, t);
|
|
1200
1200
|
this.lowerCaseTagNames && (a = a.toLowerCase()), this.emitOpenTag(a);
|
|
1201
1201
|
}
|
|
1202
|
-
emitOpenTag(
|
|
1202
|
+
emitOpenTag(u) {
|
|
1203
1203
|
var t, a, i, r;
|
|
1204
|
-
this.openTagStart = this.startIndex, this.tagname =
|
|
1205
|
-
const s = this.htmlMode && _e.get(
|
|
1204
|
+
this.openTagStart = this.startIndex, this.tagname = u;
|
|
1205
|
+
const s = this.htmlMode && _e.get(u);
|
|
1206
1206
|
if (s)
|
|
1207
1207
|
for (; this.stack.length > 0 && s.has(this.stack[0]); ) {
|
|
1208
1208
|
const c = this.stack.shift();
|
|
1209
1209
|
(a = (t = this.cbs).onclosetag) === null || a === void 0 || a.call(t, c, !0);
|
|
1210
1210
|
}
|
|
1211
|
-
this.isVoidElement(
|
|
1211
|
+
this.isVoidElement(u) || (this.stack.unshift(u), this.htmlMode && (wu.has(u) ? this.foreignContext.unshift(!0) : Au.has(u) && this.foreignContext.unshift(!1))), (r = (i = this.cbs).onopentagname) === null || r === void 0 || r.call(i, u), this.cbs.onopentag && (this.attribs = {});
|
|
1212
1212
|
}
|
|
1213
|
-
endOpenTag(
|
|
1213
|
+
endOpenTag(u) {
|
|
1214
1214
|
var t, a;
|
|
1215
|
-
this.startIndex = this.openTagStart, this.attribs && ((a = (t = this.cbs).onopentag) === null || a === void 0 || a.call(t, this.tagname, this.attribs,
|
|
1215
|
+
this.startIndex = this.openTagStart, this.attribs && ((a = (t = this.cbs).onopentag) === null || a === void 0 || a.call(t, this.tagname, this.attribs, u), this.attribs = null), this.cbs.onclosetag && this.isVoidElement(this.tagname) && this.cbs.onclosetag(this.tagname, !0), this.tagname = "";
|
|
1216
1216
|
}
|
|
1217
1217
|
/** @internal */
|
|
1218
|
-
onopentagend(
|
|
1219
|
-
this.endIndex =
|
|
1218
|
+
onopentagend(u) {
|
|
1219
|
+
this.endIndex = u, this.endOpenTag(!1), this.startIndex = u + 1;
|
|
1220
1220
|
}
|
|
1221
1221
|
/** @internal */
|
|
1222
|
-
onclosetag(
|
|
1222
|
+
onclosetag(u, t) {
|
|
1223
1223
|
var a, i, r, s, c, o, n, f;
|
|
1224
1224
|
this.endIndex = t;
|
|
1225
|
-
let l = this.getSlice(
|
|
1225
|
+
let l = this.getSlice(u, t);
|
|
1226
1226
|
if (this.lowerCaseTagNames && (l = l.toLowerCase()), this.htmlMode && (wu.has(l) || Au.has(l)) && this.foreignContext.shift(), this.isVoidElement(l))
|
|
1227
1227
|
this.htmlMode && l === "br" && ((s = (r = this.cbs).onopentagname) === null || s === void 0 || s.call(r, "br"), (o = (c = this.cbs).onopentag) === null || o === void 0 || o.call(c, "br", {}, !0), (f = (n = this.cbs).onclosetag) === null || f === void 0 || f.call(n, "br", !1));
|
|
1228
1228
|
else {
|
|
@@ -1237,42 +1237,42 @@ class Fe {
|
|
|
1237
1237
|
this.startIndex = t + 1;
|
|
1238
1238
|
}
|
|
1239
1239
|
/** @internal */
|
|
1240
|
-
onselfclosingtag(
|
|
1241
|
-
this.endIndex =
|
|
1240
|
+
onselfclosingtag(u) {
|
|
1241
|
+
this.endIndex = u, this.recognizeSelfClosing || this.foreignContext[0] ? (this.closeCurrentTag(!1), this.startIndex = u + 1) : this.onopentagend(u);
|
|
1242
1242
|
}
|
|
1243
|
-
closeCurrentTag(
|
|
1243
|
+
closeCurrentTag(u) {
|
|
1244
1244
|
var t, a;
|
|
1245
1245
|
const i = this.tagname;
|
|
1246
|
-
this.endOpenTag(
|
|
1246
|
+
this.endOpenTag(u), this.stack[0] === i && ((a = (t = this.cbs).onclosetag) === null || a === void 0 || a.call(t, i, !u), this.stack.shift());
|
|
1247
1247
|
}
|
|
1248
1248
|
/** @internal */
|
|
1249
|
-
onattribname(
|
|
1250
|
-
this.startIndex =
|
|
1251
|
-
const a = this.getSlice(
|
|
1249
|
+
onattribname(u, t) {
|
|
1250
|
+
this.startIndex = u;
|
|
1251
|
+
const a = this.getSlice(u, t);
|
|
1252
1252
|
this.attribname = this.lowerCaseAttributeNames ? a.toLowerCase() : a;
|
|
1253
1253
|
}
|
|
1254
1254
|
/** @internal */
|
|
1255
|
-
onattribdata(
|
|
1256
|
-
this.attribvalue += this.getSlice(
|
|
1255
|
+
onattribdata(u, t) {
|
|
1256
|
+
this.attribvalue += this.getSlice(u, t);
|
|
1257
1257
|
}
|
|
1258
1258
|
/** @internal */
|
|
1259
|
-
onattribentity(
|
|
1260
|
-
this.attribvalue += Su(
|
|
1259
|
+
onattribentity(u) {
|
|
1260
|
+
this.attribvalue += Su(u);
|
|
1261
1261
|
}
|
|
1262
1262
|
/** @internal */
|
|
1263
|
-
onattribend(
|
|
1263
|
+
onattribend(u, t) {
|
|
1264
1264
|
var a, i;
|
|
1265
|
-
this.endIndex = t, (i = (a = this.cbs).onattribute) === null || i === void 0 || i.call(a, this.attribname, this.attribvalue,
|
|
1265
|
+
this.endIndex = t, (i = (a = this.cbs).onattribute) === null || i === void 0 || i.call(a, this.attribname, this.attribvalue, u === L.Double ? '"' : u === L.Single ? "'" : u === L.NoValue ? void 0 : null), this.attribs && !Object.prototype.hasOwnProperty.call(this.attribs, this.attribname) && (this.attribs[this.attribname] = this.attribvalue), this.attribvalue = "";
|
|
1266
1266
|
}
|
|
1267
|
-
getInstructionName(
|
|
1268
|
-
const t =
|
|
1269
|
-
let a = t < 0 ?
|
|
1267
|
+
getInstructionName(u) {
|
|
1268
|
+
const t = u.search(Be);
|
|
1269
|
+
let a = t < 0 ? u : u.substr(0, t);
|
|
1270
1270
|
return this.lowerCaseTagNames && (a = a.toLowerCase()), a;
|
|
1271
1271
|
}
|
|
1272
1272
|
/** @internal */
|
|
1273
|
-
ondeclaration(
|
|
1273
|
+
ondeclaration(u, t) {
|
|
1274
1274
|
this.endIndex = t;
|
|
1275
|
-
const a = this.getSlice(
|
|
1275
|
+
const a = this.getSlice(u, t);
|
|
1276
1276
|
if (this.cbs.onprocessinginstruction) {
|
|
1277
1277
|
const i = this.getInstructionName(a);
|
|
1278
1278
|
this.cbs.onprocessinginstruction(`!${i}`, `!${a}`);
|
|
@@ -1280,9 +1280,9 @@ class Fe {
|
|
|
1280
1280
|
this.startIndex = t + 1;
|
|
1281
1281
|
}
|
|
1282
1282
|
/** @internal */
|
|
1283
|
-
onprocessinginstruction(
|
|
1283
|
+
onprocessinginstruction(u, t) {
|
|
1284
1284
|
this.endIndex = t;
|
|
1285
|
-
const a = this.getSlice(
|
|
1285
|
+
const a = this.getSlice(u, t);
|
|
1286
1286
|
if (this.cbs.onprocessinginstruction) {
|
|
1287
1287
|
const i = this.getInstructionName(a);
|
|
1288
1288
|
this.cbs.onprocessinginstruction(`?${i}`, `?${a}`);
|
|
@@ -1290,33 +1290,33 @@ class Fe {
|
|
|
1290
1290
|
this.startIndex = t + 1;
|
|
1291
1291
|
}
|
|
1292
1292
|
/** @internal */
|
|
1293
|
-
oncomment(
|
|
1293
|
+
oncomment(u, t, a) {
|
|
1294
1294
|
var i, r, s, c;
|
|
1295
|
-
this.endIndex = t, (r = (i = this.cbs).oncomment) === null || r === void 0 || r.call(i, this.getSlice(
|
|
1295
|
+
this.endIndex = t, (r = (i = this.cbs).oncomment) === null || r === void 0 || r.call(i, this.getSlice(u, t - a)), (c = (s = this.cbs).oncommentend) === null || c === void 0 || c.call(s), this.startIndex = t + 1;
|
|
1296
1296
|
}
|
|
1297
1297
|
/** @internal */
|
|
1298
|
-
oncdata(
|
|
1298
|
+
oncdata(u, t, a) {
|
|
1299
1299
|
var i, r, s, c, o, n, f, l, m, h;
|
|
1300
1300
|
this.endIndex = t;
|
|
1301
|
-
const I = this.getSlice(
|
|
1301
|
+
const I = this.getSlice(u, t - a);
|
|
1302
1302
|
!this.htmlMode || this.options.recognizeCDATA ? ((r = (i = this.cbs).oncdatastart) === null || r === void 0 || r.call(i), (c = (s = this.cbs).ontext) === null || c === void 0 || c.call(s, I), (n = (o = this.cbs).oncdataend) === null || n === void 0 || n.call(o)) : ((l = (f = this.cbs).oncomment) === null || l === void 0 || l.call(f, `[CDATA[${I}]]`), (h = (m = this.cbs).oncommentend) === null || h === void 0 || h.call(m)), this.startIndex = t + 1;
|
|
1303
1303
|
}
|
|
1304
1304
|
/** @internal */
|
|
1305
1305
|
onend() {
|
|
1306
|
-
var
|
|
1306
|
+
var u, t;
|
|
1307
1307
|
if (this.cbs.onclosetag) {
|
|
1308
1308
|
this.endIndex = this.startIndex;
|
|
1309
1309
|
for (let a = 0; a < this.stack.length; a++)
|
|
1310
1310
|
this.cbs.onclosetag(this.stack[a], !0);
|
|
1311
1311
|
}
|
|
1312
|
-
(t = (
|
|
1312
|
+
(t = (u = this.cbs).onend) === null || t === void 0 || t.call(u);
|
|
1313
1313
|
}
|
|
1314
1314
|
/**
|
|
1315
1315
|
* Resets the parser to a blank state, ready to parse a new HTML document
|
|
1316
1316
|
*/
|
|
1317
1317
|
reset() {
|
|
1318
|
-
var
|
|
1319
|
-
(t = (
|
|
1318
|
+
var u, t, a, i;
|
|
1319
|
+
(t = (u = this.cbs).onreset) === null || t === void 0 || t.call(u), this.tokenizer.reset(), this.tagname = "", this.attribname = "", this.attribs = null, this.stack.length = 0, this.startIndex = 0, this.endIndex = 0, (i = (a = this.cbs).onparserinit) === null || i === void 0 || i.call(a, this), this.buffers.length = 0, this.foreignContext.length = 0, this.foreignContext.unshift(!this.htmlMode), this.bufferOffset = 0, this.writeIndex = 0, this.ended = !1;
|
|
1320
1320
|
}
|
|
1321
1321
|
/**
|
|
1322
1322
|
* Resets the parser, then parses a complete document and
|
|
@@ -1324,13 +1324,13 @@ class Fe {
|
|
|
1324
1324
|
*
|
|
1325
1325
|
* @param data Document to parse.
|
|
1326
1326
|
*/
|
|
1327
|
-
parseComplete(
|
|
1328
|
-
this.reset(), this.end(
|
|
1327
|
+
parseComplete(u) {
|
|
1328
|
+
this.reset(), this.end(u);
|
|
1329
1329
|
}
|
|
1330
|
-
getSlice(
|
|
1331
|
-
for (;
|
|
1330
|
+
getSlice(u, t) {
|
|
1331
|
+
for (; u - this.bufferOffset >= this.buffers[0].length; )
|
|
1332
1332
|
this.shiftBuffer();
|
|
1333
|
-
let a = this.buffers[0].slice(
|
|
1333
|
+
let a = this.buffers[0].slice(u - this.bufferOffset, t - this.bufferOffset);
|
|
1334
1334
|
for (; t - this.bufferOffset > this.buffers[0].length; )
|
|
1335
1335
|
this.shiftBuffer(), a += this.buffers[0].slice(0, t - this.bufferOffset);
|
|
1336
1336
|
return a;
|
|
@@ -1343,26 +1343,26 @@ class Fe {
|
|
|
1343
1343
|
*
|
|
1344
1344
|
* @param chunk Chunk to parse.
|
|
1345
1345
|
*/
|
|
1346
|
-
write(
|
|
1346
|
+
write(u) {
|
|
1347
1347
|
var t, a;
|
|
1348
1348
|
if (this.ended) {
|
|
1349
1349
|
(a = (t = this.cbs).onerror) === null || a === void 0 || a.call(t, new Error(".write() after done!"));
|
|
1350
1350
|
return;
|
|
1351
1351
|
}
|
|
1352
|
-
this.buffers.push(
|
|
1352
|
+
this.buffers.push(u), this.tokenizer.running && (this.tokenizer.write(u), this.writeIndex++);
|
|
1353
1353
|
}
|
|
1354
1354
|
/**
|
|
1355
1355
|
* Parses the end of the buffer and clears the stack, calls onend.
|
|
1356
1356
|
*
|
|
1357
1357
|
* @param chunk Optional final chunk to parse.
|
|
1358
1358
|
*/
|
|
1359
|
-
end(
|
|
1359
|
+
end(u) {
|
|
1360
1360
|
var t, a;
|
|
1361
1361
|
if (this.ended) {
|
|
1362
1362
|
(a = (t = this.cbs).onerror) === null || a === void 0 || a.call(t, new Error(".end() after done!"));
|
|
1363
1363
|
return;
|
|
1364
1364
|
}
|
|
1365
|
-
|
|
1365
|
+
u && this.write(u), this.ended = !0, this.tokenizer.end();
|
|
1366
1366
|
}
|
|
1367
1367
|
/**
|
|
1368
1368
|
* Pauses parsing. The parser won't emit events until `resume` is called.
|
|
@@ -1384,8 +1384,8 @@ class Fe {
|
|
|
1384
1384
|
* @param chunk Chunk to parse.
|
|
1385
1385
|
* @deprecated
|
|
1386
1386
|
*/
|
|
1387
|
-
parseChunk(
|
|
1388
|
-
this.write(
|
|
1387
|
+
parseChunk(u) {
|
|
1388
|
+
this.write(u);
|
|
1389
1389
|
}
|
|
1390
1390
|
/**
|
|
1391
1391
|
* Alias of `end`, for backwards compatibility.
|
|
@@ -1393,11 +1393,11 @@ class Fe {
|
|
|
1393
1393
|
* @param chunk Optional final chunk to parse.
|
|
1394
1394
|
* @deprecated
|
|
1395
1395
|
*/
|
|
1396
|
-
done(
|
|
1397
|
-
this.end(
|
|
1396
|
+
done(u) {
|
|
1397
|
+
this.end(u);
|
|
1398
1398
|
}
|
|
1399
1399
|
}
|
|
1400
|
-
function ku(
|
|
1400
|
+
function ku(e, u = "web") {
|
|
1401
1401
|
const t = { name: "", children: [] }, a = [t];
|
|
1402
1402
|
let i = "";
|
|
1403
1403
|
const r = new Fe(
|
|
@@ -1417,7 +1417,7 @@ function ku(u, e = "web") {
|
|
|
1417
1417
|
);
|
|
1418
1418
|
f.style && (f.style = Du(f.style));
|
|
1419
1419
|
const l = {
|
|
1420
|
-
name: Ru(s,
|
|
1420
|
+
name: Ru(s, u),
|
|
1421
1421
|
props: f
|
|
1422
1422
|
};
|
|
1423
1423
|
Array.isArray(n.children) ? n.children.push(l) : n.children ? n.children = [
|
|
@@ -1442,14 +1442,14 @@ function ku(u, e = "web") {
|
|
|
1442
1442
|
},
|
|
1443
1443
|
{ decodeEntities: !0 }
|
|
1444
1444
|
);
|
|
1445
|
-
return r.write(
|
|
1445
|
+
return r.write(e.replace(/\\"/g, '"')), r.end(), t.children || [];
|
|
1446
1446
|
}
|
|
1447
|
-
function Pe(
|
|
1447
|
+
function Pe(e, u) {
|
|
1448
1448
|
const a = {
|
|
1449
|
-
imports: Oe(
|
|
1449
|
+
imports: Oe(e),
|
|
1450
1450
|
emits: [],
|
|
1451
1451
|
errors: []
|
|
1452
|
-
}, i =
|
|
1452
|
+
}, i = O(e);
|
|
1453
1453
|
return Z(i, {
|
|
1454
1454
|
ExportDefaultDeclaration(r) {
|
|
1455
1455
|
const s = r.node.declaration;
|
|
@@ -1472,7 +1472,7 @@ function Pe(u, e) {
|
|
|
1472
1472
|
case "methods":
|
|
1473
1473
|
a.handlers = Ge(l.value), a.methods = He(l.value), a.dataSources = Ue(
|
|
1474
1474
|
l.value,
|
|
1475
|
-
|
|
1475
|
+
u
|
|
1476
1476
|
);
|
|
1477
1477
|
break;
|
|
1478
1478
|
case "watch":
|
|
@@ -1510,11 +1510,11 @@ function Pe(u, e) {
|
|
|
1510
1510
|
}
|
|
1511
1511
|
}), a;
|
|
1512
1512
|
}
|
|
1513
|
-
function Oe(
|
|
1514
|
-
const
|
|
1513
|
+
function Oe(e) {
|
|
1514
|
+
const u = /import\s+{(.+?)}\s+from\s+['"](.+?)['"]/g, t = /import\s+(.+?)\s+from\s+['"](.+?)['"]/g, a = /^{(.+?)}$/, i = [];
|
|
1515
1515
|
let r;
|
|
1516
|
-
const s =
|
|
1517
|
-
for (; (r =
|
|
1516
|
+
const s = e.replace(/\n/g, " ");
|
|
1517
|
+
for (; (r = u.exec(s)) !== null; ) {
|
|
1518
1518
|
const c = r[2] === "@element-plus/icons-vue" ? "@vtj/icons" : r[2];
|
|
1519
1519
|
i.push({
|
|
1520
1520
|
from: c,
|
|
@@ -1530,37 +1530,37 @@ function Oe(u) {
|
|
|
1530
1530
|
}
|
|
1531
1531
|
return i;
|
|
1532
1532
|
}
|
|
1533
|
-
function Me(
|
|
1534
|
-
for (const
|
|
1535
|
-
if (
|
|
1536
|
-
const { id: t, init: a } =
|
|
1533
|
+
function Me(e) {
|
|
1534
|
+
for (const u of e.body)
|
|
1535
|
+
if (u.type === "VariableDeclaration" && u.kind == "const") {
|
|
1536
|
+
const { id: t, init: a } = u.declarations[0];
|
|
1537
1537
|
if (t.loc?.identifierName === "state" && a?.type === "CallExpression" && a.callee.loc?.identifierName === "reactive")
|
|
1538
1538
|
return a.arguments[0];
|
|
1539
1539
|
}
|
|
1540
1540
|
return null;
|
|
1541
1541
|
}
|
|
1542
|
-
function $e(
|
|
1543
|
-
const
|
|
1544
|
-
if (!
|
|
1542
|
+
function $e(e) {
|
|
1543
|
+
const u = Me(e);
|
|
1544
|
+
if (!u) return {};
|
|
1545
1545
|
const t = {};
|
|
1546
|
-
for (const a of
|
|
1546
|
+
for (const a of u.properties) {
|
|
1547
1547
|
const { key: i, value: r } = a;
|
|
1548
1548
|
if (i.type === "Identifier") {
|
|
1549
|
-
const s =
|
|
1549
|
+
const s = M(r);
|
|
1550
1550
|
t[i.name] = V(s);
|
|
1551
1551
|
}
|
|
1552
1552
|
}
|
|
1553
1553
|
return t;
|
|
1554
1554
|
}
|
|
1555
|
-
function U(
|
|
1556
|
-
const { key:
|
|
1557
|
-
if (
|
|
1558
|
-
const s =
|
|
1555
|
+
function U(e) {
|
|
1556
|
+
const { key: u, async: t, params: a, body: i } = e, r = a?.map((s) => s.type === "ObjectPattern" ? `{${s.properties.map((o) => o.key?.name || o.name).join(",")}}` : s.type === "AssignmentPattern" ? s.left.name + "=" + (s.right?.extra?.raw || "null") : s.name).join(", ");
|
|
1557
|
+
if (u.type === "Identifier") {
|
|
1558
|
+
const s = u.name;
|
|
1559
1559
|
let c = "{}";
|
|
1560
|
-
i && (c =
|
|
1561
|
-
const o =
|
|
1560
|
+
i && (c = M(i) || "{}");
|
|
1561
|
+
const o = e.value;
|
|
1562
1562
|
if (o && o.type === "CallExpression") {
|
|
1563
|
-
let h =
|
|
1563
|
+
let h = M(o) || "";
|
|
1564
1564
|
h = h.replace("function () {", "() => {"), c = `{ return (${h})}`;
|
|
1565
1565
|
}
|
|
1566
1566
|
const f = `${t ? "async " : ""}(${r}) => ${c}`, l = s.startsWith("watcher_");
|
|
@@ -1572,24 +1572,24 @@ function U(u) {
|
|
|
1572
1572
|
};
|
|
1573
1573
|
}
|
|
1574
1574
|
}
|
|
1575
|
-
function Lu(
|
|
1576
|
-
if (!
|
|
1577
|
-
const
|
|
1578
|
-
for (const t of
|
|
1575
|
+
function Lu(e) {
|
|
1576
|
+
if (!e) return {};
|
|
1577
|
+
const u = {};
|
|
1578
|
+
for (const t of e.properties) {
|
|
1579
1579
|
const a = U(t);
|
|
1580
|
-
a && !a.watcher && !a.exp.value.includes("this.provider.createMock") && !a.exp.value.includes("this.provider.apis") && (
|
|
1580
|
+
a && !a.watcher && !a.exp.value.includes("this.provider.createMock") && !a.exp.value.includes("this.provider.apis") && (u[a.name] = a.exp);
|
|
1581
1581
|
}
|
|
1582
|
-
return
|
|
1582
|
+
return u;
|
|
1583
1583
|
}
|
|
1584
|
-
function Ue(
|
|
1585
|
-
if (!
|
|
1584
|
+
function Ue(e, u) {
|
|
1585
|
+
if (!e) return {};
|
|
1586
1586
|
const t = {}, a = /apis\[\'([\w]*)\'\]/, i = /\.then\(([\w\W]*)\)/;
|
|
1587
|
-
for (const r of
|
|
1587
|
+
for (const r of e.properties) {
|
|
1588
1588
|
const s = U(r), c = r.body.body?.[0], o = (c?.leadingComments?.[0].value || "").trim(), n = Ie(o);
|
|
1589
1589
|
if (s && s.exp.value.includes("this.provider.apis")) {
|
|
1590
1590
|
const l = (s.exp.value.match(a) || [])[1];
|
|
1591
1591
|
if (!l) continue;
|
|
1592
|
-
const m = ut(
|
|
1592
|
+
const m = ut(u, l);
|
|
1593
1593
|
if (!m) continue;
|
|
1594
1594
|
const h = s.exp.value.match(i)?.[1];
|
|
1595
1595
|
t[s.name] = {
|
|
@@ -1633,72 +1633,72 @@ function Ue(u, e) {
|
|
|
1633
1633
|
},
|
|
1634
1634
|
mockTemplate: n?.mockTemplate || {
|
|
1635
1635
|
type: "JSFunction",
|
|
1636
|
-
value: f ?
|
|
1636
|
+
value: f ? M(f) : ""
|
|
1637
1637
|
}
|
|
1638
1638
|
};
|
|
1639
1639
|
}
|
|
1640
1640
|
}
|
|
1641
1641
|
return t;
|
|
1642
1642
|
}
|
|
1643
|
-
function He(
|
|
1644
|
-
const
|
|
1645
|
-
for (const i of Object.keys(
|
|
1646
|
-
t.test(i) || (a[i] =
|
|
1643
|
+
function He(e) {
|
|
1644
|
+
const u = Lu(e), t = /\_([\w]{5,})$/, a = {};
|
|
1645
|
+
for (const i of Object.keys(u))
|
|
1646
|
+
t.test(i) || (a[i] = u[i]);
|
|
1647
1647
|
return a;
|
|
1648
1648
|
}
|
|
1649
|
-
function Ge(
|
|
1650
|
-
if (!
|
|
1651
|
-
const
|
|
1652
|
-
for (const a of
|
|
1649
|
+
function Ge(e) {
|
|
1650
|
+
if (!e) return {};
|
|
1651
|
+
const u = {}, t = /\_([\w]{5,})$/;
|
|
1652
|
+
for (const a of e.properties) {
|
|
1653
1653
|
const i = a.key.name;
|
|
1654
1654
|
if (t.test(i))
|
|
1655
1655
|
try {
|
|
1656
1656
|
if (a.body.body[0]?.argument) {
|
|
1657
|
-
const r =
|
|
1657
|
+
const r = M(
|
|
1658
1658
|
a.body.body[0].argument.callee.object
|
|
1659
1659
|
);
|
|
1660
|
-
|
|
1660
|
+
u[i] = fu(r);
|
|
1661
1661
|
} else
|
|
1662
|
-
|
|
1662
|
+
u[i] = U(a)?.exp;
|
|
1663
1663
|
} catch (r) {
|
|
1664
1664
|
console.warn(r);
|
|
1665
1665
|
}
|
|
1666
1666
|
}
|
|
1667
|
-
return
|
|
1667
|
+
return u;
|
|
1668
1668
|
}
|
|
1669
|
-
function We(
|
|
1670
|
-
if (!
|
|
1671
|
-
const
|
|
1672
|
-
for (const t of
|
|
1669
|
+
function We(e) {
|
|
1670
|
+
if (!e) return {};
|
|
1671
|
+
const u = {};
|
|
1672
|
+
for (const t of e.properties) {
|
|
1673
1673
|
const a = U(t);
|
|
1674
|
-
a && a.watcher && (
|
|
1674
|
+
a && a.watcher && (u[a.name] = a.exp);
|
|
1675
1675
|
}
|
|
1676
|
-
return
|
|
1676
|
+
return u;
|
|
1677
1677
|
}
|
|
1678
|
-
function z(
|
|
1679
|
-
return !!_u(
|
|
1678
|
+
function z(e, u) {
|
|
1679
|
+
return !!_u(e, u);
|
|
1680
1680
|
}
|
|
1681
|
-
function _u(
|
|
1682
|
-
return
|
|
1683
|
-
(a) => a.key?.name ===
|
|
1681
|
+
function _u(e, u) {
|
|
1682
|
+
return e?.find(
|
|
1683
|
+
(a) => a.key?.name === u
|
|
1684
1684
|
)?.value?.value;
|
|
1685
1685
|
}
|
|
1686
|
-
function Tu(
|
|
1687
|
-
const t =
|
|
1688
|
-
(a) => a.key?.name ===
|
|
1686
|
+
function Tu(e, u) {
|
|
1687
|
+
const t = e?.find(
|
|
1688
|
+
(a) => a.key?.name === u
|
|
1689
1689
|
);
|
|
1690
1690
|
if (t)
|
|
1691
1691
|
return U(t)?.exp;
|
|
1692
1692
|
}
|
|
1693
|
-
function Je(
|
|
1693
|
+
function Je(e, u = {}) {
|
|
1694
1694
|
const t = [];
|
|
1695
|
-
for (const a of
|
|
1695
|
+
for (const a of e.properties) {
|
|
1696
1696
|
const { key: i, value: r } = a, s = i.value || i.name || "";
|
|
1697
|
-
if (
|
|
1697
|
+
if (u[s]) {
|
|
1698
1698
|
const c = r.properties;
|
|
1699
1699
|
t.push({
|
|
1700
1700
|
id: s.replace("watcher_", ""),
|
|
1701
|
-
source:
|
|
1701
|
+
source: u[s],
|
|
1702
1702
|
deep: z(c, "deep"),
|
|
1703
1703
|
immediate: z(c, "immediate"),
|
|
1704
1704
|
handler: Tu(c, "handler")
|
|
@@ -1728,35 +1728,35 @@ function Je(u, e = {}) {
|
|
|
1728
1728
|
}
|
|
1729
1729
|
return t;
|
|
1730
1730
|
}
|
|
1731
|
-
function Xe(
|
|
1732
|
-
const
|
|
1733
|
-
for (const t of
|
|
1731
|
+
function Xe(e) {
|
|
1732
|
+
const u = {};
|
|
1733
|
+
for (const t of e) {
|
|
1734
1734
|
const a = t.key.name;
|
|
1735
1735
|
if (me.includes(a)) {
|
|
1736
1736
|
const i = U(t);
|
|
1737
|
-
i && (
|
|
1737
|
+
i && (u[i.name] = i.exp);
|
|
1738
1738
|
}
|
|
1739
1739
|
}
|
|
1740
|
-
return
|
|
1740
|
+
return u;
|
|
1741
1741
|
}
|
|
1742
|
-
function ze(
|
|
1743
|
-
const
|
|
1742
|
+
function ze(e) {
|
|
1743
|
+
const u = e?.find(
|
|
1744
1744
|
(t) => t.key?.name === "type"
|
|
1745
1745
|
);
|
|
1746
|
-
if (
|
|
1747
|
-
return
|
|
1746
|
+
if (u)
|
|
1747
|
+
return u.value.type === "ArrayExpression" ? u.value.elements.map((t) => t.name) : u.value.name;
|
|
1748
1748
|
}
|
|
1749
|
-
function Cu(
|
|
1750
|
-
const
|
|
1749
|
+
function Cu(e) {
|
|
1750
|
+
const u = e?.find(
|
|
1751
1751
|
(t) => t.key?.name === "default"
|
|
1752
1752
|
);
|
|
1753
|
-
if (
|
|
1754
|
-
return V(
|
|
1753
|
+
if (u)
|
|
1754
|
+
return V(M(u.value));
|
|
1755
1755
|
}
|
|
1756
|
-
function Qe(
|
|
1757
|
-
if (!
|
|
1758
|
-
let
|
|
1759
|
-
return
|
|
1756
|
+
function Qe(e) {
|
|
1757
|
+
if (!e) return [];
|
|
1758
|
+
let u = [];
|
|
1759
|
+
return e.type === "ArrayExpression" ? u = e.elements.map((t) => t.value) : e.type === "ObjectExpression" && (u = e.properties?.map((t) => {
|
|
1760
1760
|
const { key: a, value: i } = t, r = i.properties || [];
|
|
1761
1761
|
return {
|
|
1762
1762
|
name: a.name,
|
|
@@ -1764,112 +1764,118 @@ function Qe(u) {
|
|
|
1764
1764
|
type: ze(r),
|
|
1765
1765
|
default: Cu(r)
|
|
1766
1766
|
};
|
|
1767
|
-
})),
|
|
1767
|
+
})), u;
|
|
1768
1768
|
}
|
|
1769
|
-
function Ze(
|
|
1770
|
-
const
|
|
1771
|
-
if (
|
|
1772
|
-
const [a, ...i] = (
|
|
1769
|
+
function Ze(e) {
|
|
1770
|
+
const u = [];
|
|
1771
|
+
if (e.callee.type === "MemberExpression" && e.callee.property?.name === "$emit") {
|
|
1772
|
+
const [a, ...i] = (e.arguments || []).map(
|
|
1773
1773
|
(r) => r.value || r.name
|
|
1774
1774
|
);
|
|
1775
|
-
a &&
|
|
1775
|
+
a && u.push({
|
|
1776
1776
|
name: a,
|
|
1777
1777
|
params: i.filter((r) => !!r)
|
|
1778
1778
|
});
|
|
1779
1779
|
}
|
|
1780
|
-
return
|
|
1780
|
+
return u;
|
|
1781
1781
|
}
|
|
1782
|
-
function Ke(
|
|
1783
|
-
let
|
|
1784
|
-
return
|
|
1782
|
+
function Ke(e) {
|
|
1783
|
+
let u = [];
|
|
1784
|
+
return e.type === "ObjectExpression" && (u = e.properties?.map((t) => {
|
|
1785
1785
|
const { key: a, value: i } = t, r = i.properties, s = a.name, c = _u(r, "from"), o = Cu(r);
|
|
1786
1786
|
return {
|
|
1787
1787
|
name: s,
|
|
1788
1788
|
from: c || s,
|
|
1789
1789
|
default: o
|
|
1790
1790
|
};
|
|
1791
|
-
})),
|
|
1791
|
+
})), u;
|
|
1792
1792
|
}
|
|
1793
|
-
function Ye(
|
|
1794
|
-
return
|
|
1793
|
+
function Ye(e) {
|
|
1794
|
+
return e && e.elements ? e.elements.map((u) => u?.type === "StringLiteral" ? u.value : "").filter((u) => !!u) : [];
|
|
1795
1795
|
}
|
|
1796
|
-
function ut(
|
|
1797
|
-
return (
|
|
1796
|
+
function ut(e, u) {
|
|
1797
|
+
return (e.apis || []).find((t) => t.id === u || t.name === u);
|
|
1798
1798
|
}
|
|
1799
|
-
function et(
|
|
1800
|
-
if (!
|
|
1801
|
-
const
|
|
1802
|
-
for (const t of
|
|
1799
|
+
function et(e) {
|
|
1800
|
+
if (!e?.properties) return {};
|
|
1801
|
+
const u = {};
|
|
1802
|
+
for (const t of e.properties) {
|
|
1803
1803
|
const { key: a, value: i } = t;
|
|
1804
|
-
a?.name && i?.name && (
|
|
1804
|
+
a?.name && i?.name && (u[a.name] = u[a.name.toLowerCase()] = {
|
|
1805
1805
|
type: "JSExpression",
|
|
1806
1806
|
value: i.name
|
|
1807
1807
|
});
|
|
1808
1808
|
}
|
|
1809
|
-
return
|
|
1809
|
+
return u;
|
|
1810
1810
|
}
|
|
1811
1811
|
let cu = [], Y = {}, Bu = {}, Fu = {}, Pu = {}, uu = "web", Ou = [];
|
|
1812
|
-
function tt(
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1812
|
+
function tt(e, u, t = "", a) {
|
|
1813
|
+
cu = [], Y = {}, Bu = a?.handlers || {}, Pu = a?.styles || {}, uu = a?.platform || "web", Ou = a?.imports || [], Fu = a?.directives || {};
|
|
1814
|
+
const r = qu({
|
|
1815
|
+
id: e,
|
|
1816
|
+
filename: u,
|
|
1817
|
+
source: t,
|
|
1818
|
+
isProd: !0,
|
|
1819
|
+
slotted: !0
|
|
1820
|
+
}).ast?.children || [], s = [];
|
|
1821
|
+
for (const c of r) {
|
|
1822
|
+
const o = J(c);
|
|
1823
|
+
Array.isArray(o) ? s.push(...o) : s.push(o);
|
|
1824
|
+
}
|
|
1825
|
+
return {
|
|
1826
|
+
nodes: s.filter((c) => !!c),
|
|
1821
1827
|
slots: cu,
|
|
1822
1828
|
context: Y
|
|
1823
1829
|
};
|
|
1824
1830
|
}
|
|
1825
|
-
function at(
|
|
1826
|
-
if (
|
|
1827
|
-
let
|
|
1831
|
+
function at(e) {
|
|
1832
|
+
if (e.name === "slot") {
|
|
1833
|
+
let u = "default";
|
|
1828
1834
|
const t = [];
|
|
1829
|
-
for (const [a, i] of Object.entries(
|
|
1830
|
-
a === "name" ?
|
|
1835
|
+
for (const [a, i] of Object.entries(e.props || {}))
|
|
1836
|
+
a === "name" ? u = i : t.push(a);
|
|
1831
1837
|
cu.push({
|
|
1832
|
-
name:
|
|
1838
|
+
name: u,
|
|
1833
1839
|
params: t
|
|
1834
1840
|
});
|
|
1835
1841
|
}
|
|
1836
1842
|
}
|
|
1837
|
-
function it(
|
|
1838
|
-
const
|
|
1839
|
-
for (const t of
|
|
1843
|
+
function it(e) {
|
|
1844
|
+
const u = {};
|
|
1845
|
+
for (const t of e) {
|
|
1840
1846
|
if (t.type === p.ATTRIBUTE)
|
|
1841
1847
|
if (t.name === "class") {
|
|
1842
1848
|
const a = t.value?.content || "", i = /[\w]+_[\w]{5,}/, r = a.match(i)?.[0] || "", s = a.split(" ").filter((o) => o !== r), c = Pu[`.${r}`];
|
|
1843
|
-
c && (
|
|
1849
|
+
c && (u.style = c), s.length && (u.class = s.join(" "));
|
|
1844
1850
|
} else if (t.name === "style") {
|
|
1845
1851
|
const a = t.value?.content || "";
|
|
1846
|
-
a && (
|
|
1852
|
+
a && (u.style = Du(a));
|
|
1847
1853
|
} else
|
|
1848
|
-
|
|
1849
|
-
if (t.type === p.DIRECTIVE && t.name === "bind" && (t.exp?.type === p.SIMPLE_EXPRESSION && t.arg?.type === p.SIMPLE_EXPRESSION && (
|
|
1850
|
-
if (t.arg.content === "class" &&
|
|
1854
|
+
u[t.name] = t.value?.content || "";
|
|
1855
|
+
if (t.type === p.DIRECTIVE && t.name === "bind" && (t.exp?.type === p.SIMPLE_EXPRESSION && t.arg?.type === p.SIMPLE_EXPRESSION && (u[t.arg.content] = V(`(${t.exp.content})`)), t.exp?.type === p.COMPOUND_EXPRESSION && t.arg?.type === p.SIMPLE_EXPRESSION))
|
|
1856
|
+
if (t.arg.content === "class" && u.class) {
|
|
1851
1857
|
const a = t.exp.ast.type, i = Ee(
|
|
1852
|
-
|
|
1858
|
+
u.class,
|
|
1853
1859
|
t.exp.loc.source,
|
|
1854
1860
|
a
|
|
1855
1861
|
);
|
|
1856
|
-
i && (
|
|
1862
|
+
i && (u[t.arg.content] = V(i));
|
|
1857
1863
|
} else
|
|
1858
|
-
|
|
1864
|
+
u[t.arg.content] = V(
|
|
1859
1865
|
`(${t.exp.loc.source})`
|
|
1860
1866
|
);
|
|
1861
1867
|
}
|
|
1862
|
-
return
|
|
1868
|
+
return u;
|
|
1863
1869
|
}
|
|
1864
|
-
function rt(
|
|
1865
|
-
const
|
|
1866
|
-
for (const [t, a] of Object.entries(
|
|
1867
|
-
|
|
1868
|
-
return
|
|
1870
|
+
function rt(e = {}) {
|
|
1871
|
+
const u = {};
|
|
1872
|
+
for (const [t, a] of Object.entries(e))
|
|
1873
|
+
u[t === "tap" ? "click" : t] = a;
|
|
1874
|
+
return u;
|
|
1869
1875
|
}
|
|
1870
|
-
function st(
|
|
1876
|
+
function st(e, u = {}) {
|
|
1871
1877
|
const t = {};
|
|
1872
|
-
for (const a of
|
|
1878
|
+
for (const a of e)
|
|
1873
1879
|
if (a.type === p.DIRECTIVE && a.name === "on" && a.arg?.type === p.SIMPLE_EXPRESSION) {
|
|
1874
1880
|
const i = a.modifiers.reduce(
|
|
1875
1881
|
(n, f) => (f.content && (n[f.content] = !0), n),
|
|
@@ -1877,7 +1883,7 @@ function st(u, e = {}) {
|
|
|
1877
1883
|
);
|
|
1878
1884
|
let r = a.exp?.loc.source || "";
|
|
1879
1885
|
r || (r = "() => {}");
|
|
1880
|
-
const s = new RegExp(`${a.arg.content}_[\\w]{5,}`), c = r.match(s)?.[0] || "", o =
|
|
1886
|
+
const s = new RegExp(`${a.arg.content}_[\\w]{5,}`), c = r.match(s)?.[0] || "", o = u[c];
|
|
1881
1887
|
if (c && o)
|
|
1882
1888
|
t[a.arg.content] = {
|
|
1883
1889
|
name: a.arg.content,
|
|
@@ -1895,30 +1901,30 @@ function st(u, e = {}) {
|
|
|
1895
1901
|
}
|
|
1896
1902
|
return rt(t);
|
|
1897
1903
|
}
|
|
1898
|
-
function Q(
|
|
1904
|
+
function Q(e, u) {
|
|
1899
1905
|
const t = [], a = ["if", "for", "model", "show", "bind", "html"];
|
|
1900
|
-
if (
|
|
1901
|
-
if (
|
|
1906
|
+
if (u && (e.type === p.IF_BRANCH || e.type === p.IF) && u.forEach((i, r) => {
|
|
1907
|
+
if (e === i) {
|
|
1902
1908
|
const s = r === 0 ? "vIf" : i.condition ? "vElseIf" : "vElse", c = i.condition?.loc.source || "";
|
|
1903
1909
|
t.push({
|
|
1904
1910
|
name: s,
|
|
1905
1911
|
value: s === "vElse" ? !0 : V(c)
|
|
1906
1912
|
});
|
|
1907
|
-
const o =
|
|
1913
|
+
const o = e.children?.[0];
|
|
1908
1914
|
if (o) {
|
|
1909
1915
|
const n = Q(o);
|
|
1910
1916
|
t.push(...n);
|
|
1911
1917
|
}
|
|
1912
1918
|
}
|
|
1913
|
-
}),
|
|
1919
|
+
}), e.type === p.FOR && t.push({
|
|
1914
1920
|
name: "vFor",
|
|
1915
|
-
value: V(
|
|
1921
|
+
value: V(e.source.loc.source),
|
|
1916
1922
|
iterator: {
|
|
1917
|
-
item:
|
|
1918
|
-
index:
|
|
1923
|
+
item: e.valueAlias?.loc.source || "item",
|
|
1924
|
+
index: e.keyAlias?.loc.source || "index"
|
|
1919
1925
|
}
|
|
1920
|
-
}),
|
|
1921
|
-
const i =
|
|
1926
|
+
}), e.type === p.ELEMENT) {
|
|
1927
|
+
const i = e.props.filter(
|
|
1922
1928
|
(f) => f.type === p.DIRECTIVE
|
|
1923
1929
|
), r = i.filter((f) => f.name === "model");
|
|
1924
1930
|
r.length && r.forEach((f) => {
|
|
@@ -1959,28 +1965,28 @@ function Q(u, e) {
|
|
|
1959
1965
|
}
|
|
1960
1966
|
return t;
|
|
1961
1967
|
}
|
|
1962
|
-
function Mu(
|
|
1963
|
-
let
|
|
1964
|
-
if (
|
|
1965
|
-
const { props: t = [], tag: a } =
|
|
1968
|
+
function Mu(e) {
|
|
1969
|
+
let u = "";
|
|
1970
|
+
if (e.type === p.ELEMENT) {
|
|
1971
|
+
const { props: t = [], tag: a } = e;
|
|
1966
1972
|
for (const i of t)
|
|
1967
1973
|
if (i.name === "class") {
|
|
1968
1974
|
const r = i.value?.content || "", s = new RegExp(`${a}_([\\w]+)`);
|
|
1969
|
-
|
|
1975
|
+
u = r.match(s)?.[1] || "";
|
|
1970
1976
|
} else if (i.type === p.DIRECTIVE && i.name === "on") {
|
|
1971
1977
|
const r = i.arg?.loc?.source || "", s = i.exp?.loc?.source || "", c = new RegExp(`${r}_([\\w]+)`);
|
|
1972
|
-
|
|
1978
|
+
u = s.match(c)?.[1] || "";
|
|
1973
1979
|
}
|
|
1974
1980
|
}
|
|
1975
|
-
return
|
|
1981
|
+
return u || ru();
|
|
1976
1982
|
}
|
|
1977
|
-
function ct(
|
|
1978
|
-
const
|
|
1983
|
+
function ct(e) {
|
|
1984
|
+
const u = /\.\/(.+?)\.vue/;
|
|
1979
1985
|
for (const { from: t, imports: a } of Ou) {
|
|
1980
|
-
if (Array.isArray(a) && a.includes(
|
|
1986
|
+
if (Array.isArray(a) && a.includes(e))
|
|
1981
1987
|
return t;
|
|
1982
|
-
if (a ===
|
|
1983
|
-
const i = t.match(
|
|
1988
|
+
if (a === e) {
|
|
1989
|
+
const i = t.match(u)?.[1];
|
|
1984
1990
|
if (i)
|
|
1985
1991
|
return {
|
|
1986
1992
|
type: "Schema",
|
|
@@ -1989,79 +1995,79 @@ function ct(u) {
|
|
|
1989
1995
|
}
|
|
1990
1996
|
}
|
|
1991
1997
|
}
|
|
1992
|
-
function nu(
|
|
1993
|
-
const t = new Set(
|
|
1998
|
+
function nu(e, u) {
|
|
1999
|
+
const t = new Set(u?.id ? Y[u.id] : []), a = (e.directives || []).find((s) => s.name === "vFor");
|
|
1994
2000
|
let i = new Set(Array.from(t));
|
|
1995
2001
|
if (a) {
|
|
1996
2002
|
const { item: s = "item", index: c = "index" } = a.iterator || {};
|
|
1997
2003
|
i = /* @__PURE__ */ new Set([s, c, ...Array.from(i)]);
|
|
1998
2004
|
}
|
|
1999
|
-
const r =
|
|
2005
|
+
const r = e.slot;
|
|
2000
2006
|
if (r) {
|
|
2001
|
-
const s = typeof r == "string" ? [] : r.params || [], c = s.length ? s : [`scope_${
|
|
2007
|
+
const s = typeof r == "string" ? [] : r.params || [], c = s.length ? s : [`scope_${u?.id}`];
|
|
2002
2008
|
i = /* @__PURE__ */ new Set([...c, ...Array.from(i)]);
|
|
2003
2009
|
}
|
|
2004
|
-
Y[
|
|
2010
|
+
Y[e.id] = i;
|
|
2005
2011
|
}
|
|
2006
|
-
function iu(
|
|
2012
|
+
function iu(e, u, t, a) {
|
|
2007
2013
|
const i = {
|
|
2008
|
-
name: Ru(
|
|
2009
|
-
from: ct(
|
|
2010
|
-
props: it(
|
|
2011
|
-
events: st(
|
|
2012
|
-
directives: Q(t ||
|
|
2014
|
+
name: Ru(e.tag, uu),
|
|
2015
|
+
from: ct(e.tag),
|
|
2016
|
+
props: it(e.props),
|
|
2017
|
+
events: st(e.props, Bu),
|
|
2018
|
+
directives: Q(t || e, a)
|
|
2013
2019
|
};
|
|
2014
|
-
i.id = Mu(
|
|
2015
|
-
const r = eu(i,
|
|
2016
|
-
return nu(i,
|
|
2017
|
-
}
|
|
2018
|
-
function nt(
|
|
2019
|
-
return
|
|
2020
|
-
}
|
|
2021
|
-
function J(
|
|
2022
|
-
if (
|
|
2023
|
-
return iu(
|
|
2024
|
-
if (
|
|
2025
|
-
return ot(
|
|
2026
|
-
if (t &&
|
|
2027
|
-
const a =
|
|
2020
|
+
i.id = Mu(e), nu(i, u);
|
|
2021
|
+
const r = eu(i, e.children);
|
|
2022
|
+
return nu(i, u), at(r), r;
|
|
2023
|
+
}
|
|
2024
|
+
function nt(e = [], u) {
|
|
2025
|
+
return e.map((t) => J(t, u, e));
|
|
2026
|
+
}
|
|
2027
|
+
function J(e, u, t) {
|
|
2028
|
+
if (e.type === p.ELEMENT)
|
|
2029
|
+
return iu(e, u);
|
|
2030
|
+
if (e.type === p.IF)
|
|
2031
|
+
return ot(e);
|
|
2032
|
+
if (t && e.type === p.IF_BRANCH) {
|
|
2033
|
+
const a = e.children.find(
|
|
2028
2034
|
(i) => i.type === p.ELEMENT || i.type === p.FOR
|
|
2029
2035
|
);
|
|
2030
2036
|
if (a) {
|
|
2031
2037
|
if (a.type === p.ELEMENT)
|
|
2032
|
-
return iu(a,
|
|
2038
|
+
return iu(a, u, e, t);
|
|
2033
2039
|
if (a.type === p.FOR) {
|
|
2034
|
-
const r = { name: "div", directives: Q(
|
|
2035
|
-
return eu(r,
|
|
2040
|
+
const r = { name: "div", directives: Q(e) };
|
|
2041
|
+
return eu(r, e.children || []);
|
|
2036
2042
|
}
|
|
2037
2043
|
}
|
|
2038
2044
|
return "";
|
|
2039
2045
|
}
|
|
2040
|
-
if (
|
|
2041
|
-
const a =
|
|
2042
|
-
if (
|
|
2043
|
-
const r = { name: "span", directives: Q(
|
|
2044
|
-
return eu(r,
|
|
2046
|
+
if (e.type === p.FOR) {
|
|
2047
|
+
const a = e.children[0];
|
|
2048
|
+
if (e.children.length > 1 || a.type !== p.ELEMENT) {
|
|
2049
|
+
const r = { name: "span", directives: Q(e) };
|
|
2050
|
+
return eu(r, e.children);
|
|
2045
2051
|
} else
|
|
2046
|
-
return iu(a,
|
|
2052
|
+
return iu(a, u, e);
|
|
2047
2053
|
}
|
|
2048
|
-
if (
|
|
2049
|
-
return
|
|
2050
|
-
|
|
2054
|
+
if (e.type === p.TEXT_CALL)
|
|
2055
|
+
return e.content.type == p.TEXT ? e.content.content : e.content.type === p.INTERPOLATION ? V(e.content.content.loc.source) : e.content.type === p.COMPOUND_EXPRESSION ? Nu(
|
|
2056
|
+
e.content.children
|
|
2051
2057
|
) : "";
|
|
2052
|
-
if (
|
|
2053
|
-
return
|
|
2054
|
-
if (
|
|
2055
|
-
return V(
|
|
2056
|
-
if (
|
|
2058
|
+
if (e.type === p.TEXT)
|
|
2059
|
+
return e.content;
|
|
2060
|
+
if (e.type === p.INTERPOLATION && (e.content.type === p.SIMPLE_EXPRESSION || e.content.type === p.COMPOUND_EXPRESSION))
|
|
2061
|
+
return V(e.content.loc.source);
|
|
2062
|
+
if (e.type === p.COMPOUND_EXPRESSION)
|
|
2057
2063
|
return Nu(
|
|
2058
|
-
|
|
2064
|
+
e.children
|
|
2059
2065
|
);
|
|
2060
|
-
|
|
2066
|
+
e.type !== p.COMMENT && console.warn("未处理", e.type);
|
|
2061
2067
|
}
|
|
2062
|
-
function Nu(
|
|
2063
|
-
const
|
|
2064
|
-
for (const a of
|
|
2068
|
+
function Nu(e = []) {
|
|
2069
|
+
const u = e.filter((a) => typeof a != "string"), t = [];
|
|
2070
|
+
for (const a of u)
|
|
2065
2071
|
t.push({
|
|
2066
2072
|
name: "span",
|
|
2067
2073
|
children: a.type === p.TEXT ? a.loc.source : V(a.content?.loc.source)
|
|
@@ -2071,9 +2077,9 @@ function Nu(u = []) {
|
|
|
2071
2077
|
children: t
|
|
2072
2078
|
};
|
|
2073
2079
|
}
|
|
2074
|
-
function eu(
|
|
2080
|
+
function eu(e, u = []) {
|
|
2075
2081
|
const t = [];
|
|
2076
|
-
for (const a of
|
|
2082
|
+
for (const a of u)
|
|
2077
2083
|
if (a.type === p.ELEMENT && a.codegenNode?.value?.arguments) {
|
|
2078
2084
|
const i = a.codegenNode.value.arguments[0];
|
|
2079
2085
|
if (i) {
|
|
@@ -2085,14 +2091,14 @@ function eu(u, e = []) {
|
|
|
2085
2091
|
for (const r of a.children) {
|
|
2086
2092
|
const s = r.type === p.TEXT || r.type === p.TEXT_CALL ? {
|
|
2087
2093
|
name: "span",
|
|
2088
|
-
children: J(r,
|
|
2089
|
-
} : J(r,
|
|
2094
|
+
children: J(r, e)
|
|
2095
|
+
} : J(r, e);
|
|
2090
2096
|
s && (Array.isArray(s) ? s : [s]).forEach((o) => {
|
|
2091
2097
|
ne(o) && i?.type === p.DIRECTIVE && (o.id = Mu(r), o.slot = {
|
|
2092
2098
|
name: i.arg?.content || "default",
|
|
2093
2099
|
params: i.exp?.identifiers || [],
|
|
2094
2100
|
scope: i.exp?.type === p.SIMPLE_EXPRESSION ? i.exp.content : ""
|
|
2095
|
-
}, nu(o,
|
|
2101
|
+
}, nu(o, e)), t.push(o);
|
|
2096
2102
|
});
|
|
2097
2103
|
}
|
|
2098
2104
|
} else if (a.type === p.JS_CALL_EXPRESSION) {
|
|
@@ -2102,31 +2108,31 @@ function eu(u, e = []) {
|
|
|
2102
2108
|
t.push(...r);
|
|
2103
2109
|
}
|
|
2104
2110
|
} else if (a.type === p.TEXT_CALL) {
|
|
2105
|
-
const i = J(a,
|
|
2111
|
+
const i = J(a, e);
|
|
2106
2112
|
i && (Array.isArray(i) ? t.push(...i) : t.push(i));
|
|
2107
2113
|
} else {
|
|
2108
|
-
const i = J(a,
|
|
2114
|
+
const i = J(a, e);
|
|
2109
2115
|
i && (Array.isArray(i) ? t.push(...i) : t.push(i));
|
|
2110
2116
|
}
|
|
2111
2117
|
if (t.length === 1) {
|
|
2112
2118
|
const a = t[0];
|
|
2113
|
-
|
|
2119
|
+
e.children = typeof a == "string" || ou(a) ? a : [a];
|
|
2114
2120
|
} else
|
|
2115
|
-
|
|
2116
|
-
return
|
|
2121
|
+
e.children = t.map((a) => typeof a == "string" ? { name: "span", children: a } : a);
|
|
2122
|
+
return e;
|
|
2117
2123
|
}
|
|
2118
|
-
function ot(
|
|
2119
|
-
const
|
|
2124
|
+
function ot(e) {
|
|
2125
|
+
const u = e.branches || [], t = u[0], a = t.children || [];
|
|
2120
2126
|
if (t?.isTemplateIf || a.length > 1 || a[0].type !== p.ELEMENT) {
|
|
2121
|
-
const r = { name: "span", directives: Q(t,
|
|
2127
|
+
const r = { name: "span", directives: Q(t, u) };
|
|
2122
2128
|
return eu(r, t.children);
|
|
2123
2129
|
} else
|
|
2124
|
-
return nt(
|
|
2130
|
+
return nt(u);
|
|
2125
2131
|
}
|
|
2126
|
-
function dt(
|
|
2127
|
-
const
|
|
2132
|
+
function dt(e) {
|
|
2133
|
+
const u = [], t = {}, a = [];
|
|
2128
2134
|
try {
|
|
2129
|
-
const i = se.compileString(
|
|
2135
|
+
const i = se.compileString(e, { charset: !1 })?.css || "", r = re.parse(i), s = /^.[\w]+_[\w]{5,}/;
|
|
2130
2136
|
for (const c of r.nodes)
|
|
2131
2137
|
if (c.type === "rule") {
|
|
2132
2138
|
const o = {};
|
|
@@ -2136,11 +2142,11 @@ function dt(u) {
|
|
|
2136
2142
|
} else
|
|
2137
2143
|
a.push(c.toString());
|
|
2138
2144
|
} catch (i) {
|
|
2139
|
-
|
|
2145
|
+
u.push(`css解析出错了,错误信息:[ ${i.message} ]
|
|
2140
2146
|
`);
|
|
2141
2147
|
}
|
|
2142
2148
|
return {
|
|
2143
|
-
errors:
|
|
2149
|
+
errors: u,
|
|
2144
2150
|
styles: t,
|
|
2145
2151
|
css: a.join(`
|
|
2146
2152
|
`)
|
|
@@ -2152,37 +2158,37 @@ const $u = "arrow-double-left, arrow-double-right, contact, notes, records, cash
|
|
|
2152
2158
|
", "
|
|
2153
2159
|
), lt = "user", j = "User";
|
|
2154
2160
|
class bt {
|
|
2155
|
-
validate(
|
|
2161
|
+
validate(u) {
|
|
2156
2162
|
const t = {
|
|
2157
2163
|
valid: !0,
|
|
2158
2164
|
errors: [],
|
|
2159
2165
|
illegalVantIcons: [],
|
|
2160
2166
|
illegalVtjIcons: []
|
|
2161
2167
|
};
|
|
2162
|
-
this.isCompleteSFC(
|
|
2163
|
-
const a = this.checkSyntax(
|
|
2164
|
-
return a ? (t.errors.push(`代码语法错误: ${a}`), t.valid = !1, t) : (this.checkSetup(
|
|
2168
|
+
this.isCompleteSFC(u) || (t.errors.push("代码不符合Vue3单文件组件规范"), t.valid = !1);
|
|
2169
|
+
const a = this.checkSyntax(u);
|
|
2170
|
+
return a ? (t.errors.push(`代码语法错误: ${a}`), t.valid = !1, t) : (this.checkSetup(u) || (t.errors.push("setup不符合低代码模版要求"), t.valid = !1), this.hasUnchangedComment(u) && (t.errors.push("代码不完整,需要输出完整代码,不能有任何省略"), t.valid = !1), t.illegalVantIcons = this.checkVantIcons(u), t.illegalVtjIcons = this.checkVtjIcons(u), t);
|
|
2165
2171
|
}
|
|
2166
|
-
isCompleteSFC(
|
|
2172
|
+
isCompleteSFC(u) {
|
|
2167
2173
|
try {
|
|
2168
|
-
const t = R(
|
|
2174
|
+
const t = R(u);
|
|
2169
2175
|
return !!(t.template && t.script && t.styles);
|
|
2170
2176
|
} catch {
|
|
2171
2177
|
return !1;
|
|
2172
2178
|
}
|
|
2173
2179
|
}
|
|
2174
|
-
checkSyntax(
|
|
2180
|
+
checkSyntax(u) {
|
|
2175
2181
|
let t = "";
|
|
2176
2182
|
try {
|
|
2177
|
-
const a = R(
|
|
2178
|
-
|
|
2183
|
+
const a = R(u);
|
|
2184
|
+
O(a.script);
|
|
2179
2185
|
} catch (a) {
|
|
2180
2186
|
a instanceof SyntaxError && (t = a.message);
|
|
2181
2187
|
}
|
|
2182
2188
|
return t;
|
|
2183
2189
|
}
|
|
2184
|
-
checkSetup(
|
|
2185
|
-
const t = R(
|
|
2190
|
+
checkSetup(u) {
|
|
2191
|
+
const t = R(u);
|
|
2186
2192
|
let a = 0;
|
|
2187
2193
|
return ju(t.script, {
|
|
2188
2194
|
ObjectMethod(i) {
|
|
@@ -2192,50 +2198,50 @@ class bt {
|
|
|
2192
2198
|
}
|
|
2193
2199
|
}), a === 3;
|
|
2194
2200
|
}
|
|
2195
|
-
findVantIcons(
|
|
2196
|
-
const t = R(
|
|
2201
|
+
findVantIcons(u) {
|
|
2202
|
+
const t = R(u), a = /<(?:VanIcon|van-icon)\b[^>]*>/g, i = t.template.match(a) || [], r = [];
|
|
2197
2203
|
return i.forEach((s) => {
|
|
2198
2204
|
const c = s.match(/\bname="([^"]+)"/);
|
|
2199
2205
|
c && r.push(c[1]);
|
|
2200
2206
|
}), [...new Set(r)];
|
|
2201
2207
|
}
|
|
2202
|
-
checkVantIcons(
|
|
2203
|
-
const t = this.findVantIcons(
|
|
2208
|
+
checkVantIcons(u) {
|
|
2209
|
+
const t = this.findVantIcons(u), a = [];
|
|
2204
2210
|
for (const i of t)
|
|
2205
2211
|
$u.includes(i) || a.push(i);
|
|
2206
2212
|
return a;
|
|
2207
2213
|
}
|
|
2208
|
-
findVtjIcons(
|
|
2209
|
-
const t = R(
|
|
2214
|
+
findVtjIcons(u) {
|
|
2215
|
+
const t = R(u), a = /import\s*{([^}]+)}\s*from\s*['"]\@vtj\/icons['"]/, i = t.script.match(a);
|
|
2210
2216
|
return !i || !i[1] ? [] : i[1].split(",").map((r) => r.trim()).filter(Boolean);
|
|
2211
2217
|
}
|
|
2212
|
-
checkVtjIcons(
|
|
2213
|
-
const t = this.findVtjIcons(
|
|
2218
|
+
checkVtjIcons(u) {
|
|
2219
|
+
const t = this.findVtjIcons(u), a = [];
|
|
2214
2220
|
for (const i of t)
|
|
2215
2221
|
ft.includes(i) || a.push(i);
|
|
2216
2222
|
return a;
|
|
2217
2223
|
}
|
|
2218
|
-
hasUnchangedComment(
|
|
2224
|
+
hasUnchangedComment(u) {
|
|
2219
2225
|
const t = /<!--([\s\S]*?)-->/g, a = /\/\*([\s\S]*?)\*\//g, i = /\/\/(.*)/g;
|
|
2220
2226
|
return [
|
|
2221
|
-
...
|
|
2222
|
-
...
|
|
2223
|
-
...
|
|
2227
|
+
...u.match(t) || [],
|
|
2228
|
+
...u.match(a) || [],
|
|
2229
|
+
...u.match(i) || []
|
|
2224
2230
|
].some(
|
|
2225
2231
|
(s) => /不变/.test(s.replace(/\*/g, ""))
|
|
2226
2232
|
// 移除多行注释的星号避免干扰
|
|
2227
2233
|
);
|
|
2228
2234
|
}
|
|
2229
2235
|
}
|
|
2230
|
-
function ht(
|
|
2231
|
-
const
|
|
2232
|
-
let t =
|
|
2233
|
-
const a = R(
|
|
2236
|
+
function ht(e) {
|
|
2237
|
+
const u = [];
|
|
2238
|
+
let t = e;
|
|
2239
|
+
const a = R(e);
|
|
2234
2240
|
if (!a.template || !a.script)
|
|
2235
2241
|
return {
|
|
2236
2242
|
fixed: !1,
|
|
2237
|
-
originalCode:
|
|
2238
|
-
fixedCode:
|
|
2243
|
+
originalCode: e,
|
|
2244
|
+
fixedCode: e,
|
|
2239
2245
|
changes: []
|
|
2240
2246
|
};
|
|
2241
2247
|
const i = pt(a.script), r = a.template;
|
|
@@ -2243,9 +2249,9 @@ function ht(u) {
|
|
|
2243
2249
|
const c = [], o = /\{\{([^}]+)\}\}/g;
|
|
2244
2250
|
let n;
|
|
2245
2251
|
for (; (n = o.exec(r)) !== null; ) {
|
|
2246
|
-
const g = n[0], S = n[1], y =
|
|
2252
|
+
const g = n[0], S = n[1], y = F(S, i);
|
|
2247
2253
|
if (y !== S) {
|
|
2248
|
-
const x =
|
|
2254
|
+
const x = B(r, n.index);
|
|
2249
2255
|
c.push({
|
|
2250
2256
|
start: n.index,
|
|
2251
2257
|
end: n.index + g.length,
|
|
@@ -2253,7 +2259,7 @@ function ht(u) {
|
|
|
2253
2259
|
replacement: `{{${y}}}`,
|
|
2254
2260
|
line: x.line,
|
|
2255
2261
|
column: x.column
|
|
2256
|
-
}),
|
|
2262
|
+
}), u.push({
|
|
2257
2263
|
line: x.line + 1,
|
|
2258
2264
|
column: x.column,
|
|
2259
2265
|
original: S.trim(),
|
|
@@ -2264,9 +2270,9 @@ function ht(u) {
|
|
|
2264
2270
|
}
|
|
2265
2271
|
const f = /:(\w+)="([^"]+)"/g;
|
|
2266
2272
|
for (; (n = f.exec(r)) !== null; ) {
|
|
2267
|
-
const g = n[0], S = n[1], y = n[2], x =
|
|
2273
|
+
const g = n[0], S = n[1], y = n[2], x = F(y, i);
|
|
2268
2274
|
if (x !== y) {
|
|
2269
|
-
const v =
|
|
2275
|
+
const v = B(r, n.index);
|
|
2270
2276
|
c.push({
|
|
2271
2277
|
start: n.index,
|
|
2272
2278
|
end: n.index + g.length,
|
|
@@ -2274,7 +2280,7 @@ function ht(u) {
|
|
|
2274
2280
|
replacement: `:${S}="${x}"`,
|
|
2275
2281
|
line: v.line,
|
|
2276
2282
|
column: v.column
|
|
2277
|
-
}),
|
|
2283
|
+
}), u.push({
|
|
2278
2284
|
line: v.line + 1,
|
|
2279
2285
|
column: v.column,
|
|
2280
2286
|
original: y,
|
|
@@ -2285,9 +2291,9 @@ function ht(u) {
|
|
|
2285
2291
|
}
|
|
2286
2292
|
const l = /v-(if|else-if|show)="([^"]+)"/g;
|
|
2287
2293
|
for (; (n = l.exec(r)) !== null; ) {
|
|
2288
|
-
const g = n[0], S = n[1], y = n[2], x =
|
|
2294
|
+
const g = n[0], S = n[1], y = n[2], x = F(y, i);
|
|
2289
2295
|
if (x !== y) {
|
|
2290
|
-
const v =
|
|
2296
|
+
const v = B(r, n.index);
|
|
2291
2297
|
c.push({
|
|
2292
2298
|
start: n.index,
|
|
2293
2299
|
end: n.index + g.length,
|
|
@@ -2295,7 +2301,7 @@ function ht(u) {
|
|
|
2295
2301
|
replacement: `v-${S}="${x}"`,
|
|
2296
2302
|
line: v.line,
|
|
2297
2303
|
column: v.column
|
|
2298
|
-
}),
|
|
2304
|
+
}), u.push({
|
|
2299
2305
|
line: v.line + 1,
|
|
2300
2306
|
column: v.column,
|
|
2301
2307
|
original: y,
|
|
@@ -2308,12 +2314,12 @@ function ht(u) {
|
|
|
2308
2314
|
for (; (n = m.exec(r)) !== null; ) {
|
|
2309
2315
|
const g = n[0], y = n[1].match(/^(.+)\s+in\s+(.+)$/);
|
|
2310
2316
|
if (y) {
|
|
2311
|
-
const [, x, v] = y, q =
|
|
2317
|
+
const [, x, v] = y, q = F(
|
|
2312
2318
|
v,
|
|
2313
2319
|
i
|
|
2314
2320
|
);
|
|
2315
2321
|
if (q !== v) {
|
|
2316
|
-
const G =
|
|
2322
|
+
const G = B(r, n.index), tu = `v-for="${x} in ${q}"`;
|
|
2317
2323
|
c.push({
|
|
2318
2324
|
start: n.index,
|
|
2319
2325
|
end: n.index + g.length,
|
|
@@ -2321,7 +2327,7 @@ function ht(u) {
|
|
|
2321
2327
|
replacement: tu,
|
|
2322
2328
|
line: G.line,
|
|
2323
2329
|
column: G.column
|
|
2324
|
-
}),
|
|
2330
|
+
}), u.push({
|
|
2325
2331
|
line: G.line + 1,
|
|
2326
2332
|
column: G.column,
|
|
2327
2333
|
original: v,
|
|
@@ -2333,9 +2339,9 @@ function ht(u) {
|
|
|
2333
2339
|
}
|
|
2334
2340
|
const h = /v-model="([^"]+)"/g;
|
|
2335
2341
|
for (; (n = h.exec(r)) !== null; ) {
|
|
2336
|
-
const g = n[0], S = n[1], y =
|
|
2342
|
+
const g = n[0], S = n[1], y = F(S, i);
|
|
2337
2343
|
if (y !== S) {
|
|
2338
|
-
const x =
|
|
2344
|
+
const x = B(r, n.index);
|
|
2339
2345
|
c.push({
|
|
2340
2346
|
start: n.index,
|
|
2341
2347
|
end: n.index + g.length,
|
|
@@ -2343,7 +2349,7 @@ function ht(u) {
|
|
|
2343
2349
|
replacement: `v-model="${y}"`,
|
|
2344
2350
|
line: x.line,
|
|
2345
2351
|
column: x.column
|
|
2346
|
-
}),
|
|
2352
|
+
}), u.push({
|
|
2347
2353
|
line: x.line + 1,
|
|
2348
2354
|
column: x.column,
|
|
2349
2355
|
original: S,
|
|
@@ -2354,9 +2360,9 @@ function ht(u) {
|
|
|
2354
2360
|
}
|
|
2355
2361
|
const I = /v-bind="([^"]+)"/g;
|
|
2356
2362
|
for (; (n = I.exec(r)) !== null; ) {
|
|
2357
|
-
const g = n[0], S = n[1], y =
|
|
2363
|
+
const g = n[0], S = n[1], y = F(S, i);
|
|
2358
2364
|
if (y !== S) {
|
|
2359
|
-
const x =
|
|
2365
|
+
const x = B(r, n.index);
|
|
2360
2366
|
c.push({
|
|
2361
2367
|
start: n.index,
|
|
2362
2368
|
end: n.index + g.length,
|
|
@@ -2364,7 +2370,7 @@ function ht(u) {
|
|
|
2364
2370
|
replacement: `v-bind="${y}"`,
|
|
2365
2371
|
line: x.line,
|
|
2366
2372
|
column: x.column
|
|
2367
|
-
}),
|
|
2373
|
+
}), u.push({
|
|
2368
2374
|
line: x.line + 1,
|
|
2369
2375
|
column: x.column,
|
|
2370
2376
|
original: S,
|
|
@@ -2375,9 +2381,9 @@ function ht(u) {
|
|
|
2375
2381
|
}
|
|
2376
2382
|
const A = /v-(text|html)="([^"]+)"/g;
|
|
2377
2383
|
for (; (n = A.exec(r)) !== null; ) {
|
|
2378
|
-
const g = n[0], S = n[1], y = n[2], x =
|
|
2384
|
+
const g = n[0], S = n[1], y = n[2], x = F(y, i);
|
|
2379
2385
|
if (x !== y) {
|
|
2380
|
-
const v =
|
|
2386
|
+
const v = B(r, n.index);
|
|
2381
2387
|
c.push({
|
|
2382
2388
|
start: n.index,
|
|
2383
2389
|
end: n.index + g.length,
|
|
@@ -2385,7 +2391,7 @@ function ht(u) {
|
|
|
2385
2391
|
replacement: `v-${S}="${x}"`,
|
|
2386
2392
|
line: v.line,
|
|
2387
2393
|
column: v.column
|
|
2388
|
-
}),
|
|
2394
|
+
}), u.push({
|
|
2389
2395
|
line: v.line + 1,
|
|
2390
2396
|
column: v.column,
|
|
2391
2397
|
original: y,
|
|
@@ -2398,7 +2404,7 @@ function ht(u) {
|
|
|
2398
2404
|
for (; (n = H.exec(r)) !== null; ) {
|
|
2399
2405
|
const g = n[0], S = n[1], y = n[2], x = n[3], v = mt(x, i);
|
|
2400
2406
|
if (v !== x) {
|
|
2401
|
-
const q =
|
|
2407
|
+
const q = B(r, n.index);
|
|
2402
2408
|
c.push({
|
|
2403
2409
|
start: n.index,
|
|
2404
2410
|
end: n.index + g.length,
|
|
@@ -2406,7 +2412,7 @@ function ht(u) {
|
|
|
2406
2412
|
replacement: `${S}${y}="${v}"`,
|
|
2407
2413
|
line: q.line,
|
|
2408
2414
|
column: q.column
|
|
2409
|
-
}),
|
|
2415
|
+
}), u.push({
|
|
2410
2416
|
line: q.line + 1,
|
|
2411
2417
|
column: q.column,
|
|
2412
2418
|
original: x,
|
|
@@ -2418,28 +2424,28 @@ function ht(u) {
|
|
|
2418
2424
|
if (c.sort((g, S) => S.start - g.start), c.forEach((g) => {
|
|
2419
2425
|
s = s.substring(0, g.start) + g.replacement + s.substring(g.end);
|
|
2420
2426
|
}), c.length > 0) {
|
|
2421
|
-
const g =
|
|
2422
|
-
t =
|
|
2427
|
+
const g = e.indexOf("<template>"), S = e.lastIndexOf("</template>") + 11;
|
|
2428
|
+
t = e.substring(0, g) + `<template>
|
|
2423
2429
|
` + s + `
|
|
2424
|
-
</template>` +
|
|
2430
|
+
</template>` + e.substring(S);
|
|
2425
2431
|
}
|
|
2426
2432
|
return {
|
|
2427
2433
|
fixed: c.length > 0,
|
|
2428
|
-
originalCode:
|
|
2434
|
+
originalCode: e,
|
|
2429
2435
|
fixedCode: t,
|
|
2430
|
-
changes:
|
|
2436
|
+
changes: u
|
|
2431
2437
|
};
|
|
2432
2438
|
}
|
|
2433
|
-
function pt(
|
|
2434
|
-
const
|
|
2439
|
+
function pt(e) {
|
|
2440
|
+
const u = /* @__PURE__ */ new Set();
|
|
2435
2441
|
try {
|
|
2436
|
-
const t =
|
|
2442
|
+
const t = O(e);
|
|
2437
2443
|
Z(t, {
|
|
2438
2444
|
CallExpression(a) {
|
|
2439
2445
|
if (a.node.callee.type === "Identifier" && a.node.callee.name === "reactive" && a.node.arguments.length > 0 && a.node.arguments[0].type === "ObjectExpression") {
|
|
2440
2446
|
const i = a.parent;
|
|
2441
2447
|
i.type === "VariableDeclarator" && i.id.type === "Identifier" && i.id.name === "state" && a.node.arguments[0].properties.forEach((s) => {
|
|
2442
|
-
s.type === "ObjectProperty" && s.key.type === "Identifier" &&
|
|
2448
|
+
s.type === "ObjectProperty" && s.key.type === "Identifier" && u.add(s.key.name);
|
|
2443
2449
|
});
|
|
2444
2450
|
}
|
|
2445
2451
|
}
|
|
@@ -2447,18 +2453,18 @@ function pt(u) {
|
|
|
2447
2453
|
} catch (t) {
|
|
2448
2454
|
console.error("Failed to parse script:", t);
|
|
2449
2455
|
}
|
|
2450
|
-
return
|
|
2456
|
+
return u;
|
|
2451
2457
|
}
|
|
2452
|
-
function
|
|
2453
|
-
let t =
|
|
2454
|
-
return
|
|
2458
|
+
function F(e, u) {
|
|
2459
|
+
let t = e.trim();
|
|
2460
|
+
return u.forEach((a) => {
|
|
2455
2461
|
const i = new RegExp(`(?<![\\w.])${a}(?![\\w])`, "g");
|
|
2456
2462
|
i.test(t) && !t.includes(`state.${a}`) && (t = t.replace(i, `state.${a}`));
|
|
2457
2463
|
}), t;
|
|
2458
2464
|
}
|
|
2459
|
-
function mt(
|
|
2460
|
-
let t =
|
|
2461
|
-
return
|
|
2465
|
+
function mt(e, u) {
|
|
2466
|
+
let t = e.trim();
|
|
2467
|
+
return u.forEach((a) => {
|
|
2462
2468
|
const i = new RegExp(
|
|
2463
2469
|
`(?<![\\w.])${a}(\\+\\+|--|\\s*[+\\-*/]=)`,
|
|
2464
2470
|
"g"
|
|
@@ -2467,10 +2473,10 @@ function mt(u, e) {
|
|
|
2467
2473
|
"g"
|
|
2468
2474
|
);
|
|
2469
2475
|
t.includes(`state.${a}`) || (t = t.replace(i, `state.${a}$1`), t = t.replace(r, (s, c) => c ? `${c}state.${a}` : s.includes(a) && !s.includes("state.") ? `state.${a}` : s));
|
|
2470
|
-
}),
|
|
2476
|
+
}), F(t, u);
|
|
2471
2477
|
}
|
|
2472
|
-
function
|
|
2473
|
-
const t =
|
|
2478
|
+
function B(e, u) {
|
|
2479
|
+
const t = e.substring(0, u).split(`
|
|
2474
2480
|
`);
|
|
2475
2481
|
return {
|
|
2476
2482
|
line: t.length,
|
|
@@ -2478,19 +2484,19 @@ function F(u, e) {
|
|
|
2478
2484
|
};
|
|
2479
2485
|
}
|
|
2480
2486
|
class xt {
|
|
2481
|
-
fixBasedOnValidation(
|
|
2482
|
-
let a =
|
|
2487
|
+
fixBasedOnValidation(u, t) {
|
|
2488
|
+
let a = u;
|
|
2483
2489
|
return t.illegalVantIcons.length && (a = this.fixVantIcons(a)), t.illegalVtjIcons.length && (a = this.fixVtjIcons(a, t.illegalVtjIcons)), ht(a).fixedCode;
|
|
2484
2490
|
}
|
|
2485
|
-
fixVantIcons(
|
|
2486
|
-
const t = R(
|
|
2491
|
+
fixVantIcons(u) {
|
|
2492
|
+
const t = R(u), a = t.template.replace(
|
|
2487
2493
|
/<(?:VanIcon|van-icon)\s+[^>]*name="([^"]+)"[^>]*>/g,
|
|
2488
2494
|
(i, r) => $u.includes(r) ? i : i.replace(r, lt)
|
|
2489
2495
|
);
|
|
2490
2496
|
return this.reconstructSFC(t, a, t.script);
|
|
2491
2497
|
}
|
|
2492
|
-
fixVtjIcons(
|
|
2493
|
-
const a = R(
|
|
2498
|
+
fixVtjIcons(u, t = []) {
|
|
2499
|
+
const a = R(u);
|
|
2494
2500
|
a.script = ju(a.script, {
|
|
2495
2501
|
ImportDeclaration(s) {
|
|
2496
2502
|
if (s.node.source.value === "@vtj/icons") {
|
|
@@ -2554,17 +2560,17 @@ class xt {
|
|
|
2554
2560
|
);
|
|
2555
2561
|
return this.reconstructSFC(a, a.template, a.script);
|
|
2556
2562
|
}
|
|
2557
|
-
reconstructSFC(
|
|
2563
|
+
reconstructSFC(u, t, a) {
|
|
2558
2564
|
let i = "";
|
|
2559
|
-
return t &&
|
|
2565
|
+
return t && u.template && (i += `<template>
|
|
2560
2566
|
${t}
|
|
2561
2567
|
</template>
|
|
2562
2568
|
|
|
2563
|
-
`), a &&
|
|
2569
|
+
`), a && u.script && (i += `<script>
|
|
2564
2570
|
${a}
|
|
2565
2571
|
<\/script>
|
|
2566
2572
|
|
|
2567
|
-
`),
|
|
2573
|
+
`), u.styles.forEach((r) => {
|
|
2568
2574
|
i += `<style lang="scss" scoped>
|
|
2569
2575
|
`, i += `${r}
|
|
2570
2576
|
`, i += `</style>
|
|
@@ -2573,8 +2579,8 @@ ${a}
|
|
|
2573
2579
|
}), i;
|
|
2574
2580
|
}
|
|
2575
2581
|
}
|
|
2576
|
-
async function Dt(
|
|
2577
|
-
const { id:
|
|
2582
|
+
async function Dt(e) {
|
|
2583
|
+
const { id: u, name: t, source: a, project: i } = e, r = oe(a, t);
|
|
2578
2584
|
if (r)
|
|
2579
2585
|
return Promise.reject(r);
|
|
2580
2586
|
const { dependencies: s = [], platform: c = "web" } = i || {}, o = new bt(), n = new xt(), f = o.validate(a);
|
|
@@ -2603,14 +2609,14 @@ async function Dt(u) {
|
|
|
2603
2609
|
imports: lu,
|
|
2604
2610
|
dataSources: Gu,
|
|
2605
2611
|
directives: Wu
|
|
2606
|
-
} = Pe(h.script, i), { nodes: Ju, slots: Xu, context: zu } = tt(
|
|
2612
|
+
} = Pe(h.script, i), { nodes: Ju, slots: Xu, context: zu } = tt(u, t, h.template, {
|
|
2607
2613
|
platform: c,
|
|
2608
2614
|
handlers: Hu,
|
|
2609
2615
|
styles: I,
|
|
2610
2616
|
imports: lu,
|
|
2611
2617
|
directives: Wu
|
|
2612
2618
|
}), bu = {
|
|
2613
|
-
id:
|
|
2619
|
+
id: u,
|
|
2614
2620
|
name: t,
|
|
2615
2621
|
inject: Uu,
|
|
2616
2622
|
props: q,
|
|
@@ -2668,9 +2674,9 @@ async function Dt(u) {
|
|
|
2668
2674
|
}
|
|
2669
2675
|
), new te(bu).toDsl();
|
|
2670
2676
|
}
|
|
2671
|
-
async function gt(
|
|
2677
|
+
async function gt(e, u, t) {
|
|
2672
2678
|
const a = async (h, I) => {
|
|
2673
|
-
if (await
|
|
2679
|
+
if (await u(h, I), Array.isArray(h?.children))
|
|
2674
2680
|
for (const A of h?.children || [])
|
|
2675
2681
|
await a(A, h);
|
|
2676
2682
|
}, i = async (h) => {
|
|
@@ -2692,7 +2698,7 @@ async function gt(u, e, t) {
|
|
|
2692
2698
|
methods: f,
|
|
2693
2699
|
lifeCycles: l,
|
|
2694
2700
|
inject: m
|
|
2695
|
-
} =
|
|
2701
|
+
} = e;
|
|
2696
2702
|
if (await i({
|
|
2697
2703
|
state: r,
|
|
2698
2704
|
watch: s,
|
|
@@ -2702,34 +2708,34 @@ async function gt(u, e, t) {
|
|
|
2702
2708
|
methods: f,
|
|
2703
2709
|
lifeCycles: l,
|
|
2704
2710
|
inject: m
|
|
2705
|
-
}), Array.isArray(
|
|
2706
|
-
for (const h of
|
|
2711
|
+
}), Array.isArray(e.nodes))
|
|
2712
|
+
for (const h of e.nodes)
|
|
2707
2713
|
await a(h);
|
|
2708
2714
|
}
|
|
2709
|
-
async function yt(
|
|
2715
|
+
async function yt(e, u) {
|
|
2710
2716
|
const t = async (a) => {
|
|
2711
2717
|
if (!a || typeof a != "object") return;
|
|
2712
2718
|
if (Array.isArray(a)) {
|
|
2713
2719
|
for (let r of a)
|
|
2714
|
-
await
|
|
2720
|
+
await u(r), await t(r);
|
|
2715
2721
|
return;
|
|
2716
2722
|
}
|
|
2717
2723
|
if (du(a)) {
|
|
2718
|
-
await
|
|
2724
|
+
await u(a);
|
|
2719
2725
|
return;
|
|
2720
2726
|
}
|
|
2721
2727
|
const i = Object.values(a);
|
|
2722
2728
|
for (const r of i)
|
|
2723
|
-
await
|
|
2729
|
+
await u(r), await t(r);
|
|
2724
2730
|
};
|
|
2725
|
-
await t(
|
|
2731
|
+
await t(e);
|
|
2726
2732
|
}
|
|
2727
|
-
function St(
|
|
2728
|
-
const t = {}, a =
|
|
2733
|
+
function St(e = [], u = []) {
|
|
2734
|
+
const t = {}, a = u.reduce(
|
|
2729
2735
|
(i, r) => (i[r.package] = r.library, i),
|
|
2730
2736
|
{}
|
|
2731
2737
|
);
|
|
2732
|
-
for (const { from: i, imports: r } of
|
|
2738
|
+
for (const { from: i, imports: r } of e)
|
|
2733
2739
|
if (Array.isArray(r))
|
|
2734
2740
|
r.forEach((s) => {
|
|
2735
2741
|
const c = a[i];
|
|
@@ -2751,5 +2757,5 @@ export {
|
|
|
2751
2757
|
Rt as parseUniApp,
|
|
2752
2758
|
Dt as parseVue,
|
|
2753
2759
|
yu as patchCode,
|
|
2754
|
-
|
|
2760
|
+
$ as replacer
|
|
2755
2761
|
};
|