@vtj/parser 0.12.9 → 0.12.11
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 +5 -5
- package/dist/index.mjs +353 -321
- package/package.json +4 -4
- package/types/version.d.ts +2 -2
- package/types/vue/utils.d.ts +2 -0
package/dist/index.mjs
CHANGED
@@ -6,15 +6,15 @@ import { BlockModel as Ru } from "@vtj/core";
|
|
6
6
|
import { tsFormatter as Z } from "@vtj/coder";
|
7
7
|
import { NodeTypes as l } from "@vue/compiler-core";
|
8
8
|
import { upperFirstCamelCase as Ou, uid as Vu } from "@vtj/base";
|
9
|
-
import
|
9
|
+
import Pu from "postcss";
|
10
10
|
/**!
|
11
11
|
* Copyright (c) 2025, VTJ.PRO All rights reserved.
|
12
12
|
* @name @vtj/parser
|
13
13
|
* @author CHC chenhuachun1549@dingtalk.com
|
14
|
-
* @version 0.12.
|
14
|
+
* @version 0.12.11
|
15
15
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
16
16
|
*/
|
17
|
-
const
|
17
|
+
const X0 = "0.12.11";
|
18
18
|
function ru(e) {
|
19
19
|
const { descriptor: u } = Lu(e), t = u.template?.content || "", a = (u.scriptSetup || u.script)?.content || "", i = u.styles.map((c) => c.content);
|
20
20
|
return {
|
@@ -46,16 +46,16 @@ function R(e) {
|
|
46
46
|
function H(e) {
|
47
47
|
return e && e.type === "JSExpression";
|
48
48
|
}
|
49
|
-
function
|
49
|
+
function Mu(e) {
|
50
50
|
return typeof e == "object" && e && e.type === "JSFunction";
|
51
51
|
}
|
52
52
|
function G(e) {
|
53
|
-
return H(e) ||
|
53
|
+
return H(e) || Mu(e);
|
54
54
|
}
|
55
55
|
function Uu(e) {
|
56
56
|
return !!e && !H(e) && typeof e != "string";
|
57
57
|
}
|
58
|
-
function
|
58
|
+
function z0(e) {
|
59
59
|
const u = ru(e), t = nu(u.script), a = {};
|
60
60
|
return u.styles && (a.css = u.styles[0] || ""), du(t, {
|
61
61
|
CallExpression(i) {
|
@@ -72,9 +72,9 @@ function C0(e) {
|
|
72
72
|
}
|
73
73
|
function O(e, u, t) {
|
74
74
|
const a = new RegExp(`${u}`, "g"), i = /(\@\_|\$|\.|\,|\w)$/, c = /^\w/, s = new RegExp(`^this.${u}$`, "g");
|
75
|
-
return e.replace(a, (
|
76
|
-
const b = h.substring(0, f),
|
77
|
-
return i.test(b.trim()) || c.test(
|
75
|
+
return e.replace(a, (n, f, h) => {
|
76
|
+
const b = h.substring(0, f), E = h.substring(f + u.length);
|
77
|
+
return i.test(b.trim()) || c.test(E.trim()) ? n : t;
|
78
78
|
}).replace(s, t);
|
79
79
|
}
|
80
80
|
function K(e, u, t) {
|
@@ -83,10 +83,10 @@ function K(e, u, t) {
|
|
83
83
|
computed: i = [],
|
84
84
|
libs: c = {},
|
85
85
|
members: s = [],
|
86
|
-
platform:
|
87
|
-
} = t || {},
|
88
|
-
if (
|
89
|
-
for (const f of
|
86
|
+
platform: d
|
87
|
+
} = t || {}, n = Array.from(a[u || ""] || /* @__PURE__ */ new Set());
|
88
|
+
if (n)
|
89
|
+
for (const f of n)
|
90
90
|
e = O(e, f, `this.context.${f}`);
|
91
91
|
for (const f of i)
|
92
92
|
e = O(e, f, `this.${f}.value`);
|
@@ -94,13 +94,13 @@ function K(e, u, t) {
|
|
94
94
|
e = O(e, f, `this.$libs.${h}.${f}`);
|
95
95
|
for (const f of s)
|
96
96
|
e = O(e, f, `this.${f}`);
|
97
|
-
if (
|
97
|
+
if (d === "uniapp") {
|
98
98
|
const f = /\buni\./g;
|
99
99
|
e = e.replace(f, "this.$libs.UniH5.uni.");
|
100
100
|
}
|
101
101
|
return e = e.replace(/_ctx\./g, "this."), e;
|
102
102
|
}
|
103
|
-
function
|
103
|
+
function v(e) {
|
104
104
|
return {
|
105
105
|
type: "JSExpression",
|
106
106
|
value: /^\{[\w\W]*\}$/.test(e) ? `(${e})` : e
|
@@ -126,16 +126,16 @@ const $u = [
|
|
126
126
|
"renderTriggered",
|
127
127
|
"activated",
|
128
128
|
"deactivated"
|
129
|
-
],
|
129
|
+
], ju = "html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot".split(
|
130
130
|
","
|
131
|
-
),
|
131
|
+
), Fu = "component,slot,template".split(","), Hu = "view,swiper,progress,icon,text,button,checkbox,editor,form,input,label,picker,radio,slider,switch,textarea,audio,camera,image,video,map,canvas".split(
|
132
132
|
","
|
133
133
|
);
|
134
134
|
function Gu(e, u = "web") {
|
135
135
|
return u === "uniapp" && Hu.includes(e);
|
136
136
|
}
|
137
137
|
function Cu(e, u = "web") {
|
138
|
-
return (
|
138
|
+
return (ju.includes(e) || Fu.includes(e)) && !Gu(e, u) ? e : Ou(e);
|
139
139
|
}
|
140
140
|
function fu(e) {
|
141
141
|
return e.replace(/\s+/g, " ").split(";").reduce((t, a) => {
|
@@ -143,15 +143,25 @@ function fu(e) {
|
|
143
143
|
return i && c && (t[i] = c), t;
|
144
144
|
}, {});
|
145
145
|
}
|
146
|
-
|
146
|
+
function Ju(e) {
|
147
|
+
const u = [];
|
148
|
+
return /保持不变/g.test(e) && u.push("部分保持不变的代码需要完整输出"), u;
|
149
|
+
}
|
150
|
+
function Xu(e, u, t) {
|
151
|
+
if (t === "ObjectExpression")
|
152
|
+
return `(Object.assign({${e.split(" ").map((i) => `'${i}': true`).join(",")}}, ${u}))`;
|
153
|
+
if (t === "ArrayExpression")
|
154
|
+
return `([${e.split(" ").map((i) => `'${i}'`).join(",")}].concat(${u}))`;
|
155
|
+
}
|
156
|
+
const zu = /* @__PURE__ */ new Uint16Array(
|
147
157
|
// prettier-ignore
|
148
158
|
/* @__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))
|
149
|
-
),
|
159
|
+
), Wu = /* @__PURE__ */ new Uint16Array(
|
150
160
|
// prettier-ignore
|
151
161
|
/* @__PURE__ */ "Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e) => e.charCodeAt(0))
|
152
162
|
);
|
153
|
-
var
|
154
|
-
const
|
163
|
+
var M;
|
164
|
+
const Qu = /* @__PURE__ */ new Map([
|
155
165
|
[0, 65533],
|
156
166
|
// C1 Unicode control character reference replacements
|
157
167
|
[128, 8364],
|
@@ -183,20 +193,20 @@ const zu = /* @__PURE__ */ new Map([
|
|
183
193
|
[159, 376]
|
184
194
|
]), Y = (
|
185
195
|
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, n/no-unsupported-features/es-builtins
|
186
|
-
(
|
196
|
+
(M = String.fromCodePoint) !== null && M !== void 0 ? M : function(e) {
|
187
197
|
let u = "";
|
188
198
|
return e > 65535 && (e -= 65536, u += String.fromCharCode(e >>> 10 & 1023 | 55296), e = 56320 | e & 1023), u += String.fromCharCode(e), u;
|
189
199
|
}
|
190
200
|
);
|
191
|
-
function
|
201
|
+
function Zu(e) {
|
192
202
|
var u;
|
193
|
-
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (u =
|
203
|
+
return e >= 55296 && e <= 57343 || e > 1114111 ? 65533 : (u = Qu.get(e)) !== null && u !== void 0 ? u : e;
|
194
204
|
}
|
195
205
|
var y;
|
196
206
|
(function(e) {
|
197
207
|
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";
|
198
208
|
})(y || (y = {}));
|
199
|
-
const
|
209
|
+
const Ku = 32;
|
200
210
|
var N;
|
201
211
|
(function(e) {
|
202
212
|
e[e.VALUE_LENGTH = 49152] = "VALUE_LENGTH", e[e.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", e[e.JUMP_TABLE = 127] = "JUMP_TABLE";
|
@@ -204,14 +214,14 @@ var N;
|
|
204
214
|
function $(e) {
|
205
215
|
return e >= y.ZERO && e <= y.NINE;
|
206
216
|
}
|
207
|
-
function
|
217
|
+
function Yu(e) {
|
208
218
|
return e >= y.UPPER_A && e <= y.UPPER_F || e >= y.LOWER_A && e <= y.LOWER_F;
|
209
219
|
}
|
210
|
-
function
|
220
|
+
function u0(e) {
|
211
221
|
return e >= y.UPPER_A && e <= y.UPPER_Z || e >= y.LOWER_A && e <= y.LOWER_Z || $(e);
|
212
222
|
}
|
213
|
-
function
|
214
|
-
return e === y.EQUALS ||
|
223
|
+
function e0(e) {
|
224
|
+
return e === y.EQUALS || u0(e);
|
215
225
|
}
|
216
226
|
var g;
|
217
227
|
(function(e) {
|
@@ -221,7 +231,7 @@ var A;
|
|
221
231
|
(function(e) {
|
222
232
|
e[e.Legacy = 0] = "Legacy", e[e.Strict = 1] = "Strict", e[e.Attribute = 2] = "Attribute";
|
223
233
|
})(A || (A = {}));
|
224
|
-
class
|
234
|
+
class t0 {
|
225
235
|
constructor(u, t, a) {
|
226
236
|
this.decodeTree = u, this.emitCodePoint = t, this.errors = a, this.state = g.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = A.Strict;
|
227
237
|
}
|
@@ -264,7 +274,7 @@ class u0 {
|
|
264
274
|
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
265
275
|
*/
|
266
276
|
stateNumericStart(u, t) {
|
267
|
-
return t >= u.length ? -1 : (u.charCodeAt(t) |
|
277
|
+
return t >= u.length ? -1 : (u.charCodeAt(t) | Ku) === y.LOWER_X ? (this.state = g.NumericHex, this.consumed += 1, this.stateNumericHex(u, t + 1)) : (this.state = g.NumericDecimal, this.stateNumericDecimal(u, t));
|
268
278
|
}
|
269
279
|
addToNumericResult(u, t, a, i) {
|
270
280
|
if (t !== a) {
|
@@ -285,7 +295,7 @@ class u0 {
|
|
285
295
|
const a = t;
|
286
296
|
for (; t < u.length; ) {
|
287
297
|
const i = u.charCodeAt(t);
|
288
|
-
if ($(i) ||
|
298
|
+
if ($(i) || Yu(i))
|
289
299
|
t += 1;
|
290
300
|
else
|
291
301
|
return this.addToNumericResult(u, a, t, 16), this.emitNumericEntity(i, 3);
|
@@ -333,7 +343,7 @@ class u0 {
|
|
333
343
|
this.consumed += 1;
|
334
344
|
else if (this.decodeMode === A.Strict)
|
335
345
|
return 0;
|
336
|
-
return this.emitCodePoint(
|
346
|
+
return this.emitCodePoint(Zu(this.result), this.consumed), this.errors && (u !== y.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
337
347
|
}
|
338
348
|
/**
|
339
349
|
* Parses a named entity.
|
@@ -349,11 +359,11 @@ class u0 {
|
|
349
359
|
let i = a[this.treeIndex], c = (i & N.VALUE_LENGTH) >> 14;
|
350
360
|
for (; t < u.length; t++, this.excess++) {
|
351
361
|
const s = u.charCodeAt(t);
|
352
|
-
if (this.treeIndex =
|
362
|
+
if (this.treeIndex = a0(a, i, this.treeIndex + Math.max(1, c), s), this.treeIndex < 0)
|
353
363
|
return this.result === 0 || // If we are parsing an attribute
|
354
364
|
this.decodeMode === A.Attribute && // We shouldn't have consumed any characters after the entity,
|
355
365
|
(c === 0 || // And there should be no invalid characters.
|
356
|
-
|
366
|
+
e0(s)) ? 0 : this.emitNotTerminatedNamedEntity();
|
357
367
|
if (i = a[this.treeIndex], c = (i & N.VALUE_LENGTH) >> 14, c !== 0) {
|
358
368
|
if (s === y.SEMI)
|
359
369
|
return this.emitNamedEntityData(this.treeIndex, c, this.consumed + this.excess);
|
@@ -409,23 +419,23 @@ class u0 {
|
|
409
419
|
}
|
410
420
|
}
|
411
421
|
}
|
412
|
-
function
|
422
|
+
function a0(e, u, t, a) {
|
413
423
|
const i = (u & N.BRANCH_LENGTH) >> 7, c = u & N.JUMP_TABLE;
|
414
424
|
if (i === 0)
|
415
425
|
return c !== 0 && a === c ? t : -1;
|
416
426
|
if (c) {
|
417
|
-
const
|
418
|
-
return
|
427
|
+
const n = a - c;
|
428
|
+
return n < 0 || n >= i ? -1 : e[t + n] - 1;
|
419
429
|
}
|
420
|
-
let s = t,
|
421
|
-
for (; s <=
|
422
|
-
const
|
430
|
+
let s = t, d = s + i - 1;
|
431
|
+
for (; s <= d; ) {
|
432
|
+
const n = s + d >>> 1, f = e[n];
|
423
433
|
if (f < a)
|
424
|
-
s =
|
434
|
+
s = n + 1;
|
425
435
|
else if (f > a)
|
426
|
-
|
436
|
+
d = n - 1;
|
427
437
|
else
|
428
|
-
return e[
|
438
|
+
return e[n + i];
|
429
439
|
}
|
430
440
|
return -1;
|
431
441
|
}
|
@@ -443,7 +453,7 @@ function I(e) {
|
|
443
453
|
function V(e) {
|
444
454
|
return e === o.Slash || e === o.Gt || I(e);
|
445
455
|
}
|
446
|
-
function
|
456
|
+
function i0(e) {
|
447
457
|
return e >= o.LowerA && e <= o.LowerZ || e >= o.UpperA && e <= o.UpperZ;
|
448
458
|
}
|
449
459
|
var T;
|
@@ -479,9 +489,9 @@ const x = {
|
|
479
489
|
XmpEnd: new Uint8Array([60, 47, 120, 109, 112])
|
480
490
|
// `</xmp`
|
481
491
|
};
|
482
|
-
class
|
492
|
+
class c0 {
|
483
493
|
constructor({ xmlMode: u = !1, decodeEntities: t = !0 }, a) {
|
484
|
-
this.cbs = a, this.state = r.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.entityStart = 0, this.baseState = r.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
|
494
|
+
this.cbs = a, this.state = r.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.entityStart = 0, this.baseState = r.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 t0(u ? Wu : zu, (i, c) => this.emitCodePoint(i, c));
|
485
495
|
}
|
486
496
|
reset() {
|
487
497
|
this.state = r.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.baseState = r.Text, this.currentSequence = void 0, this.running = !0, this.offset = 0;
|
@@ -566,7 +576,7 @@ class a0 {
|
|
566
576
|
* We allow anything that wouldn't end the tag.
|
567
577
|
*/
|
568
578
|
isTagStartChar(u) {
|
569
|
-
return this.xmlMode ? !V(u) :
|
579
|
+
return this.xmlMode ? !V(u) : i0(u);
|
570
580
|
}
|
571
581
|
startSpecial(u, t) {
|
572
582
|
this.isSpecial = !0, this.currentSequence = u, this.sequenceIndex = t, this.state = r.SpecialStartSequence;
|
@@ -811,19 +821,19 @@ const k = /* @__PURE__ */ new Set([
|
|
811
821
|
"button",
|
812
822
|
"datalist",
|
813
823
|
"textarea"
|
814
|
-
]),
|
824
|
+
]), p = /* @__PURE__ */ new Set(["p"]), uu = /* @__PURE__ */ new Set(["thead", "tbody"]), eu = /* @__PURE__ */ new Set(["dd", "dt"]), tu = /* @__PURE__ */ new Set(["rt", "rp"]), s0 = /* @__PURE__ */ new Map([
|
815
825
|
["tr", /* @__PURE__ */ new Set(["tr", "th", "td"])],
|
816
826
|
["th", /* @__PURE__ */ new Set(["th"])],
|
817
827
|
["td", /* @__PURE__ */ new Set(["thead", "th", "td"])],
|
818
828
|
["body", /* @__PURE__ */ new Set(["head", "link", "script"])],
|
819
829
|
["li", /* @__PURE__ */ new Set(["li"])],
|
820
|
-
["p",
|
821
|
-
["h1",
|
822
|
-
["h2",
|
823
|
-
["h3",
|
824
|
-
["h4",
|
825
|
-
["h5",
|
826
|
-
["h6",
|
830
|
+
["p", p],
|
831
|
+
["h1", p],
|
832
|
+
["h2", p],
|
833
|
+
["h3", p],
|
834
|
+
["h4", p],
|
835
|
+
["h5", p],
|
836
|
+
["h6", p],
|
827
837
|
["select", k],
|
828
838
|
["input", k],
|
829
839
|
["output", k],
|
@@ -834,32 +844,32 @@ const k = /* @__PURE__ */ new Set([
|
|
834
844
|
["optgroup", /* @__PURE__ */ new Set(["optgroup", "option"])],
|
835
845
|
["dd", eu],
|
836
846
|
["dt", eu],
|
837
|
-
["address",
|
838
|
-
["article",
|
839
|
-
["aside",
|
840
|
-
["blockquote",
|
841
|
-
["details",
|
842
|
-
["div",
|
843
|
-
["dl",
|
844
|
-
["fieldset",
|
845
|
-
["figcaption",
|
846
|
-
["figure",
|
847
|
-
["footer",
|
848
|
-
["form",
|
849
|
-
["header",
|
850
|
-
["hr",
|
851
|
-
["main",
|
852
|
-
["nav",
|
853
|
-
["ol",
|
854
|
-
["pre",
|
855
|
-
["section",
|
856
|
-
["table",
|
857
|
-
["ul",
|
847
|
+
["address", p],
|
848
|
+
["article", p],
|
849
|
+
["aside", p],
|
850
|
+
["blockquote", p],
|
851
|
+
["details", p],
|
852
|
+
["div", p],
|
853
|
+
["dl", p],
|
854
|
+
["fieldset", p],
|
855
|
+
["figcaption", p],
|
856
|
+
["figure", p],
|
857
|
+
["footer", p],
|
858
|
+
["form", p],
|
859
|
+
["header", p],
|
860
|
+
["hr", p],
|
861
|
+
["main", p],
|
862
|
+
["nav", p],
|
863
|
+
["ol", p],
|
864
|
+
["pre", p],
|
865
|
+
["section", p],
|
866
|
+
["table", p],
|
867
|
+
["ul", p],
|
858
868
|
["rt", tu],
|
859
869
|
["rp", tu],
|
860
870
|
["tbody", uu],
|
861
871
|
["tfoot", uu]
|
862
|
-
]),
|
872
|
+
]), r0 = /* @__PURE__ */ new Set([
|
863
873
|
"area",
|
864
874
|
"base",
|
865
875
|
"basefont",
|
@@ -889,11 +899,11 @@ const k = /* @__PURE__ */ new Set([
|
|
889
899
|
"foreignobject",
|
890
900
|
"desc",
|
891
901
|
"title"
|
892
|
-
]),
|
893
|
-
class
|
902
|
+
]), n0 = /\s|\//;
|
903
|
+
class d0 {
|
894
904
|
constructor(u, t = {}) {
|
895
|
-
var a, i, c, s,
|
896
|
-
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 = (c = t.recognizeSelfClosing) !== null && c !== void 0 ? c : !this.htmlMode, this.tokenizer = new ((s = t.Tokenizer) !== null && s !== void 0 ? s :
|
905
|
+
var a, i, c, s, d, n;
|
906
|
+
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 = (c = t.recognizeSelfClosing) !== null && c !== void 0 ? c : !this.htmlMode, this.tokenizer = new ((s = t.Tokenizer) !== null && s !== void 0 ? s : c0)(this.options, this), this.foreignContext = [!this.htmlMode], (n = (d = this.cbs).onparserinit) === null || n === void 0 || n.call(d, this);
|
897
907
|
}
|
898
908
|
// Tokenizer event handlers
|
899
909
|
/** @internal */
|
@@ -912,7 +922,7 @@ class r0 {
|
|
912
922
|
* to specify your own additional void elements.
|
913
923
|
*/
|
914
924
|
isVoidElement(u) {
|
915
|
-
return this.htmlMode &&
|
925
|
+
return this.htmlMode && r0.has(u);
|
916
926
|
}
|
917
927
|
/** @internal */
|
918
928
|
onopentagname(u, t) {
|
@@ -923,11 +933,11 @@ class r0 {
|
|
923
933
|
emitOpenTag(u) {
|
924
934
|
var t, a, i, c;
|
925
935
|
this.openTagStart = this.startIndex, this.tagname = u;
|
926
|
-
const s = this.htmlMode &&
|
936
|
+
const s = this.htmlMode && s0.get(u);
|
927
937
|
if (s)
|
928
938
|
for (; this.stack.length > 0 && s.has(this.stack[0]); ) {
|
929
|
-
const
|
930
|
-
(a = (t = this.cbs).onclosetag) === null || a === void 0 || a.call(t,
|
939
|
+
const d = this.stack.shift();
|
940
|
+
(a = (t = this.cbs).onclosetag) === null || a === void 0 || a.call(t, d, !0);
|
931
941
|
}
|
932
942
|
this.isVoidElement(u) || (this.stack.unshift(u), this.htmlMode && (au.has(u) ? this.foreignContext.unshift(!0) : iu.has(u) && this.foreignContext.unshift(!1))), (c = (i = this.cbs).onopentagname) === null || c === void 0 || c.call(i, u), this.cbs.onopentag && (this.attribs = {});
|
933
943
|
}
|
@@ -941,17 +951,17 @@ class r0 {
|
|
941
951
|
}
|
942
952
|
/** @internal */
|
943
953
|
onclosetag(u, t) {
|
944
|
-
var a, i, c, s,
|
954
|
+
var a, i, c, s, d, n, f, h;
|
945
955
|
this.endIndex = t;
|
946
956
|
let b = this.getSlice(u, t);
|
947
957
|
if (this.lowerCaseTagNames && (b = b.toLowerCase()), this.htmlMode && (au.has(b) || iu.has(b)) && this.foreignContext.shift(), this.isVoidElement(b))
|
948
|
-
this.htmlMode && b === "br" && ((s = (c = this.cbs).onopentagname) === null || s === void 0 || s.call(c, "br"), (
|
958
|
+
this.htmlMode && b === "br" && ((s = (c = this.cbs).onopentagname) === null || s === void 0 || s.call(c, "br"), (n = (d = this.cbs).onopentag) === null || n === void 0 || n.call(d, "br", {}, !0), (h = (f = this.cbs).onclosetag) === null || h === void 0 || h.call(f, "br", !1));
|
949
959
|
else {
|
950
|
-
const
|
951
|
-
if (
|
952
|
-
for (let
|
953
|
-
const
|
954
|
-
(i = (a = this.cbs).onclosetag) === null || i === void 0 || i.call(a,
|
960
|
+
const E = this.stack.indexOf(b);
|
961
|
+
if (E !== -1)
|
962
|
+
for (let m = 0; m <= E; m++) {
|
963
|
+
const S = this.stack.shift();
|
964
|
+
(i = (a = this.cbs).onclosetag) === null || i === void 0 || i.call(a, S, m !== E);
|
955
965
|
}
|
956
966
|
else this.htmlMode && b === "p" && (this.emitOpenTag("p"), this.closeCurrentTag(!0));
|
957
967
|
}
|
@@ -986,7 +996,7 @@ class r0 {
|
|
986
996
|
this.endIndex = t, (i = (a = this.cbs).onattribute) === null || i === void 0 || i.call(a, this.attribname, this.attribvalue, u === T.Double ? '"' : u === T.Single ? "'" : u === T.NoValue ? void 0 : null), this.attribs && !Object.prototype.hasOwnProperty.call(this.attribs, this.attribname) && (this.attribs[this.attribname] = this.attribvalue), this.attribvalue = "";
|
987
997
|
}
|
988
998
|
getInstructionName(u) {
|
989
|
-
const t = u.search(
|
999
|
+
const t = u.search(n0);
|
990
1000
|
let a = t < 0 ? u : u.substr(0, t);
|
991
1001
|
return this.lowerCaseTagNames && (a = a.toLowerCase()), a;
|
992
1002
|
}
|
@@ -1012,15 +1022,15 @@ class r0 {
|
|
1012
1022
|
}
|
1013
1023
|
/** @internal */
|
1014
1024
|
oncomment(u, t, a) {
|
1015
|
-
var i, c, s,
|
1016
|
-
this.endIndex = t, (c = (i = this.cbs).oncomment) === null || c === void 0 || c.call(i, this.getSlice(u, t - a)), (
|
1025
|
+
var i, c, s, d;
|
1026
|
+
this.endIndex = t, (c = (i = this.cbs).oncomment) === null || c === void 0 || c.call(i, this.getSlice(u, t - a)), (d = (s = this.cbs).oncommentend) === null || d === void 0 || d.call(s), this.startIndex = t + 1;
|
1017
1027
|
}
|
1018
1028
|
/** @internal */
|
1019
1029
|
oncdata(u, t, a) {
|
1020
|
-
var i, c, s,
|
1030
|
+
var i, c, s, d, n, f, h, b, E, m;
|
1021
1031
|
this.endIndex = t;
|
1022
|
-
const
|
1023
|
-
!this.htmlMode || this.options.recognizeCDATA ? ((c = (i = this.cbs).oncdatastart) === null || c === void 0 || c.call(i), (
|
1032
|
+
const S = this.getSlice(u, t - a);
|
1033
|
+
!this.htmlMode || this.options.recognizeCDATA ? ((c = (i = this.cbs).oncdatastart) === null || c === void 0 || c.call(i), (d = (s = this.cbs).ontext) === null || d === void 0 || d.call(s, S), (f = (n = this.cbs).oncdataend) === null || f === void 0 || f.call(n)) : ((b = (h = this.cbs).oncomment) === null || b === void 0 || b.call(h, `[CDATA[${S}]]`), (m = (E = this.cbs).oncommentend) === null || m === void 0 || m.call(E)), this.startIndex = t + 1;
|
1024
1034
|
}
|
1025
1035
|
/** @internal */
|
1026
1036
|
onend() {
|
@@ -1121,18 +1131,18 @@ class r0 {
|
|
1121
1131
|
function cu(e) {
|
1122
1132
|
const u = { name: "", children: [] }, t = [u];
|
1123
1133
|
let a = "";
|
1124
|
-
const i = new
|
1134
|
+
const i = new d0(
|
1125
1135
|
{
|
1126
|
-
onopentag: (c, s,
|
1127
|
-
const
|
1128
|
-
a.trim() && (Array.isArray(
|
1136
|
+
onopentag: (c, s, d) => {
|
1137
|
+
const n = t[t.length - 1];
|
1138
|
+
a.trim() && (Array.isArray(n.children) ? n.children.push({
|
1129
1139
|
name: "text",
|
1130
1140
|
children: a.trim()
|
1131
|
-
}) :
|
1141
|
+
}) : n.children = a.trim(), a = "");
|
1132
1142
|
const f = Object.entries(s || {}).reduce(
|
1133
|
-
(b,
|
1134
|
-
let [
|
1135
|
-
return
|
1143
|
+
(b, E) => {
|
1144
|
+
let [m = "", S = ""] = E;
|
1145
|
+
return m = m.replace(/\\\"/g, ""), S = S.replace(/\\\"/g, ""), m && (b[m] = S), b;
|
1136
1146
|
},
|
1137
1147
|
{}
|
1138
1148
|
);
|
@@ -1141,13 +1151,13 @@ function cu(e) {
|
|
1141
1151
|
name: c,
|
1142
1152
|
props: f
|
1143
1153
|
};
|
1144
|
-
Array.isArray(
|
1154
|
+
Array.isArray(n.children) ? n.children.push(h) : n.children ? n.children = [
|
1145
1155
|
{
|
1146
1156
|
name: "span",
|
1147
|
-
children:
|
1157
|
+
children: n.children
|
1148
1158
|
},
|
1149
1159
|
h
|
1150
|
-
] :
|
1160
|
+
] : n.children = [h], d || t.push(h);
|
1151
1161
|
},
|
1152
1162
|
ontext: (c) => {
|
1153
1163
|
const s = c.trim();
|
@@ -1165,49 +1175,60 @@ function cu(e) {
|
|
1165
1175
|
);
|
1166
1176
|
return i.write(e), i.end(), u.children || [];
|
1167
1177
|
}
|
1168
|
-
let
|
1169
|
-
function
|
1170
|
-
return
|
1178
|
+
let j = [], P = {}, ou = {}, bu = {}, lu = "web";
|
1179
|
+
function f0(e, u, t = "", a) {
|
1180
|
+
return j = [], P = {}, ou = a?.handlers || {}, bu = a?.styles || {}, lu = a?.platform || "web", {
|
1171
1181
|
nodes: (Du({
|
1172
1182
|
id: e,
|
1173
1183
|
filename: u,
|
1174
1184
|
source: t,
|
1175
1185
|
isProd: !0,
|
1176
1186
|
slotted: !0
|
1177
|
-
}).ast?.children || []).map((
|
1178
|
-
slots:
|
1179
|
-
context:
|
1187
|
+
}).ast?.children || []).map((d) => _(d)).filter((d) => !!d),
|
1188
|
+
slots: j,
|
1189
|
+
context: P
|
1180
1190
|
};
|
1181
1191
|
}
|
1182
|
-
function
|
1192
|
+
function o0(e) {
|
1183
1193
|
if (e.name === "slot") {
|
1184
1194
|
let u = "default";
|
1185
1195
|
const t = [];
|
1186
1196
|
for (const [a, i] of Object.entries(e.props || {}))
|
1187
1197
|
a === "name" ? u = i : t.push(a);
|
1188
|
-
|
1198
|
+
j.push({
|
1189
1199
|
name: u,
|
1190
1200
|
params: t
|
1191
1201
|
});
|
1192
1202
|
}
|
1193
1203
|
}
|
1194
|
-
function
|
1204
|
+
function b0(e) {
|
1195
1205
|
const u = {};
|
1196
1206
|
for (const t of e) {
|
1197
1207
|
if (t.type === l.ATTRIBUTE)
|
1198
1208
|
if (t.name === "class") {
|
1199
|
-
const a = t.value?.content || "", i = /[\w]+_[\w]{5,}/, c = a.match(i)?.[0] || "", s = a.split(" ").filter((
|
1200
|
-
|
1209
|
+
const a = t.value?.content || "", i = /[\w]+_[\w]{5,}/, c = a.match(i)?.[0] || "", s = a.split(" ").filter((n) => n !== c), d = bu[`.${c}`];
|
1210
|
+
d && (u.style = d), s.length && (u.class = s.join(" "));
|
1201
1211
|
} else if (t.name === "style") {
|
1202
1212
|
const a = t.value?.content || "";
|
1203
1213
|
a && (u.style = fu(a));
|
1204
1214
|
} else
|
1205
1215
|
u[t.name] = t.value?.content || "";
|
1206
|
-
t.type === l.DIRECTIVE && t.name === "bind" && (t.exp?.type === l.SIMPLE_EXPRESSION && t.arg?.type === l.SIMPLE_EXPRESSION && (u[t.arg.content] =
|
1216
|
+
if (t.type === l.DIRECTIVE && t.name === "bind" && (t.exp?.type === l.SIMPLE_EXPRESSION && t.arg?.type === l.SIMPLE_EXPRESSION && (u[t.arg.content] = v(`(${t.exp.content})`)), t.exp?.type === l.COMPOUND_EXPRESSION && t.arg?.type === l.SIMPLE_EXPRESSION))
|
1217
|
+
if (t.arg.content === "class" && u.class) {
|
1218
|
+
const a = t.exp.ast.type, i = Xu(
|
1219
|
+
u.class,
|
1220
|
+
t.exp.loc.source,
|
1221
|
+
a
|
1222
|
+
);
|
1223
|
+
i && (u[t.arg.content] = v(i));
|
1224
|
+
} else
|
1225
|
+
u[t.arg.content] = v(
|
1226
|
+
`(${t.exp.loc.source})`
|
1227
|
+
);
|
1207
1228
|
}
|
1208
1229
|
return u;
|
1209
1230
|
}
|
1210
|
-
function
|
1231
|
+
function l0(e, u = {}) {
|
1211
1232
|
const t = {};
|
1212
1233
|
for (const a of e)
|
1213
1234
|
if (a.type === l.DIRECTIVE && a.name === "on" && a.arg?.type === l.SIMPLE_EXPRESSION) {
|
@@ -1216,9 +1237,9 @@ function o0(e, u = {}) {
|
|
1216
1237
|
{}
|
1217
1238
|
);
|
1218
1239
|
let c = a.exp?.loc.source || "";
|
1219
|
-
/\)$/.test(c) && (c = `($event) => ${c}`);
|
1220
|
-
const
|
1221
|
-
if (
|
1240
|
+
/\)$/.test(c) && (c = `($event) => { ${c} } `);
|
1241
|
+
const d = new RegExp(`${a.arg.content}_[\\w]{5,}`), n = c.match(d)?.[0] || "", f = u[n];
|
1242
|
+
if (n && f)
|
1222
1243
|
t[a.arg.content] = {
|
1223
1244
|
name: a.arg.content,
|
1224
1245
|
handler: f,
|
@@ -1235,119 +1256,125 @@ function o0(e, u = {}) {
|
|
1235
1256
|
}
|
1236
1257
|
return t;
|
1237
1258
|
}
|
1238
|
-
function
|
1239
|
-
const
|
1240
|
-
if (e.type === l.
|
1241
|
-
|
1242
|
-
|
1243
|
-
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1247
|
-
|
1259
|
+
function h0(e, u) {
|
1260
|
+
const t = [];
|
1261
|
+
if (u && e.type === l.IF_BRANCH && u.forEach((a, i) => {
|
1262
|
+
if (e === a) {
|
1263
|
+
const c = i === 0 ? "vIf" : a.condition ? "vElseIf" : "vElse", s = a.condition?.loc.source || "";
|
1264
|
+
t.push({
|
1265
|
+
name: c,
|
1266
|
+
value: c === "vElse" ? !0 : v(s)
|
1267
|
+
});
|
1268
|
+
}
|
1269
|
+
}), e.type === l.FOR && t.push({
|
1248
1270
|
name: "vFor",
|
1249
|
-
value:
|
1271
|
+
value: v(e.source.loc.source),
|
1250
1272
|
iterator: {
|
1251
1273
|
item: e.valueAlias?.loc.source || "item",
|
1252
1274
|
index: e.keyAlias?.loc.source || "index"
|
1253
1275
|
}
|
1254
1276
|
}), e.type === l.ELEMENT) {
|
1255
|
-
const
|
1277
|
+
const a = e.props.filter(
|
1256
1278
|
(n) => n.type === l.DIRECTIVE
|
1257
|
-
),
|
1258
|
-
|
1259
|
-
|
1279
|
+
), i = a.filter((n) => n.name === "model");
|
1280
|
+
i.length && i.forEach((n) => {
|
1281
|
+
t.push({
|
1260
1282
|
name: "vModel",
|
1261
1283
|
arg: n.arg?.content,
|
1262
|
-
value:
|
1284
|
+
value: v(n.exp?.loc.source || "")
|
1263
1285
|
});
|
1264
1286
|
});
|
1265
|
-
const
|
1266
|
-
|
1287
|
+
const c = a.find((n) => n.name === "show");
|
1288
|
+
c && t.push({
|
1267
1289
|
name: "vShow",
|
1268
|
-
value:
|
1290
|
+
value: v(c.exp?.loc.source || "")
|
1269
1291
|
});
|
1270
|
-
const
|
1271
|
-
|
1292
|
+
const s = a.find((n) => n.name === "bind" && !n.arg);
|
1293
|
+
s && t.push({
|
1272
1294
|
name: "vBind",
|
1273
|
-
value:
|
1295
|
+
value: v(s.exp?.loc.source || "")
|
1274
1296
|
});
|
1275
|
-
const
|
1276
|
-
|
1297
|
+
const d = a.find((n) => n.name === "html");
|
1298
|
+
d && t.push({
|
1277
1299
|
name: "vHtml",
|
1278
|
-
value:
|
1300
|
+
value: v(d.exp?.loc.source || "")
|
1279
1301
|
});
|
1280
1302
|
}
|
1281
|
-
return
|
1303
|
+
return t;
|
1282
1304
|
}
|
1283
1305
|
function hu(e) {
|
1284
1306
|
let u = "";
|
1285
1307
|
const { name: t, props: a, events: i = {} } = e, c = a?.class || "";
|
1286
1308
|
if (typeof c == "string") {
|
1287
|
-
const s = new RegExp(`${t}_([\\w]+)`),
|
1288
|
-
|
1309
|
+
const s = new RegExp(`${t}_([\\w]+)`), d = c.match(s);
|
1310
|
+
d && d[1] && (u = d[1]);
|
1289
1311
|
}
|
1290
|
-
for (const { name: s, handler:
|
1291
|
-
const
|
1312
|
+
for (const { name: s, handler: d } of Object.values(i)) {
|
1313
|
+
const n = new RegExp(`${s}_([\\w]+)`), f = d.value.match(n);
|
1292
1314
|
f && f[1] && (u = f[1]);
|
1293
1315
|
}
|
1294
1316
|
return u || Vu();
|
1295
1317
|
}
|
1296
|
-
function
|
1297
|
-
const t = new Set(u?.id ?
|
1318
|
+
function F(e, u) {
|
1319
|
+
const t = new Set(u?.id ? P[u.id] : []), a = (e.directives || []).find((s) => s.name === "vFor");
|
1298
1320
|
let i = new Set(Array.from(t));
|
1299
1321
|
if (a) {
|
1300
|
-
const { item: s = "item", index:
|
1301
|
-
i = /* @__PURE__ */ new Set([s,
|
1322
|
+
const { item: s = "item", index: d = "index" } = a.iterator || {};
|
1323
|
+
i = /* @__PURE__ */ new Set([s, d, ...Array.from(i)]);
|
1302
1324
|
}
|
1303
1325
|
const c = e.slot;
|
1304
1326
|
if (c) {
|
1305
|
-
const s = typeof c == "string" ? [] : c.params || [],
|
1306
|
-
i = /* @__PURE__ */ new Set([...
|
1327
|
+
const s = typeof c == "string" ? [] : c.params || [], d = s.length ? s : [`scope_${u?.id}`];
|
1328
|
+
i = /* @__PURE__ */ new Set([...d, ...Array.from(i)]);
|
1307
1329
|
}
|
1308
|
-
|
1330
|
+
P[e.id] = i;
|
1309
1331
|
}
|
1310
|
-
function U(e, u, t) {
|
1311
|
-
const
|
1332
|
+
function U(e, u, t, a) {
|
1333
|
+
const i = {
|
1312
1334
|
name: Cu(e.tag, lu),
|
1313
|
-
props:
|
1314
|
-
events:
|
1315
|
-
directives:
|
1335
|
+
props: b0(e.props),
|
1336
|
+
events: l0(e.props, ou),
|
1337
|
+
directives: h0(t || e, a)
|
1316
1338
|
};
|
1317
|
-
|
1318
|
-
const
|
1319
|
-
return
|
1339
|
+
i.id = hu(i), F(i, u);
|
1340
|
+
const c = x0(i, e.children);
|
1341
|
+
return F(i, u), o0(c), c;
|
1342
|
+
}
|
1343
|
+
function p0(e, u) {
|
1344
|
+
return e.map((t) => _(t, u, e));
|
1320
1345
|
}
|
1321
|
-
function
|
1346
|
+
function _(e, u, t) {
|
1322
1347
|
if (e.type === l.ELEMENT)
|
1323
1348
|
return U(e, u);
|
1324
|
-
if (e.type === l.IF)
|
1325
|
-
|
1326
|
-
|
1327
|
-
|
1349
|
+
if (!t && e.type === l.IF)
|
1350
|
+
return p0(e.branches);
|
1351
|
+
if (t && e.type === l.IF_BRANCH) {
|
1352
|
+
const a = e.children[0];
|
1353
|
+
if (a && a.type === l.ELEMENT)
|
1354
|
+
return U(a, u, e, t);
|
1328
1355
|
}
|
1329
1356
|
if (e.type === l.FOR) {
|
1330
|
-
const
|
1331
|
-
if (
|
1332
|
-
return U(
|
1357
|
+
const a = e.children[0];
|
1358
|
+
if (a.type === l.ELEMENT)
|
1359
|
+
return U(a, u, e);
|
1333
1360
|
}
|
1334
|
-
return e.type === l.TEXT_CALL ? e.content.type == l.TEXT ? e.content.content : e.content.type === l.INTERPOLATION ?
|
1361
|
+
return e.type === l.TEXT_CALL ? e.content.type == l.TEXT ? e.content.content : e.content.type === l.INTERPOLATION ? v(e.content.content.loc.source) : "" : e.type === l.TEXT ? e.content : e.type === l.INTERPOLATION && (e.content.type === l.SIMPLE_EXPRESSION || e.content.type === l.COMPOUND_EXPRESSION) ? v(e.content.loc.source) : e.type === l.COMPOUND_EXPRESSION ? m0(
|
1335
1362
|
e.children
|
1336
1363
|
) : (e.type === l.COMMENT || console.warn("未处理", e.type), null);
|
1337
1364
|
}
|
1338
|
-
function
|
1365
|
+
function m0(e = []) {
|
1339
1366
|
const u = e.filter((a) => typeof a != "string"), t = [];
|
1340
1367
|
for (const a of u)
|
1341
1368
|
t.push({
|
1342
1369
|
name: "span",
|
1343
|
-
children: a.type === l.TEXT ? a.loc.source :
|
1370
|
+
children: a.type === l.TEXT ? a.loc.source : v(a.content?.loc.source)
|
1344
1371
|
});
|
1345
1372
|
return {
|
1346
1373
|
name: "span",
|
1347
1374
|
children: t
|
1348
1375
|
};
|
1349
1376
|
}
|
1350
|
-
function
|
1377
|
+
function x0(e, u = []) {
|
1351
1378
|
const t = [];
|
1352
1379
|
for (const a of u)
|
1353
1380
|
if (a.type === l.ELEMENT && a.codegenNode?.value?.arguments) {
|
@@ -1361,12 +1388,14 @@ function h0(e, u = []) {
|
|
1361
1388
|
for (const c of a.children) {
|
1362
1389
|
const s = c.type === l.TEXT || c.type === l.TEXT_CALL ? {
|
1363
1390
|
name: "span",
|
1364
|
-
children:
|
1365
|
-
} :
|
1366
|
-
s && (
|
1367
|
-
|
1368
|
-
|
1369
|
-
|
1391
|
+
children: _(c, e)
|
1392
|
+
} : _(c, e);
|
1393
|
+
s && (Array.isArray(s) ? s : [s]).forEach((n) => {
|
1394
|
+
Uu(n) && i?.type === l.DIRECTIVE && (n.id = hu(n), n.slot = {
|
1395
|
+
name: i.arg?.content || "default",
|
1396
|
+
params: i.exp?.identifiers || []
|
1397
|
+
}, F(n, e)), t.push(n);
|
1398
|
+
});
|
1370
1399
|
}
|
1371
1400
|
} else if (a.type === l.JS_CALL_EXPRESSION) {
|
1372
1401
|
const i = a.arguments?.[0];
|
@@ -1375,11 +1404,11 @@ function h0(e, u = []) {
|
|
1375
1404
|
t.push(...c);
|
1376
1405
|
}
|
1377
1406
|
} else if (a.type === l.TEXT_CALL) {
|
1378
|
-
const i =
|
1379
|
-
i && t.push(i);
|
1407
|
+
const i = _(a, e);
|
1408
|
+
i && (Array.isArray(i) ? t.push(...i) : t.push(i));
|
1380
1409
|
} else {
|
1381
|
-
const i =
|
1382
|
-
i && t.push(i);
|
1410
|
+
const i = _(a, e);
|
1411
|
+
i && (Array.isArray(i) ? t.push(...i) : t.push(i));
|
1383
1412
|
}
|
1384
1413
|
if (t.length === 1) {
|
1385
1414
|
const a = t[0];
|
@@ -1388,9 +1417,9 @@ function h0(e, u = []) {
|
|
1388
1417
|
e.children = t.map((a) => typeof a == "string" ? { name: "span", children: a } : a);
|
1389
1418
|
return e;
|
1390
1419
|
}
|
1391
|
-
function
|
1420
|
+
function g0(e, u) {
|
1392
1421
|
const a = {
|
1393
|
-
imports:
|
1422
|
+
imports: y0(e),
|
1394
1423
|
emits: [],
|
1395
1424
|
errors: []
|
1396
1425
|
}, i = nu(e);
|
@@ -1398,57 +1427,57 @@ function m0(e, u) {
|
|
1398
1427
|
ExportDefaultDeclaration(c) {
|
1399
1428
|
const s = c.node.declaration;
|
1400
1429
|
if (s.type !== "CallExpression") return;
|
1401
|
-
const
|
1402
|
-
if (
|
1403
|
-
const
|
1430
|
+
const d = s.arguments[0];
|
1431
|
+
if (d?.type !== "ObjectExpression") return;
|
1432
|
+
const n = d.properties.filter(
|
1404
1433
|
(b) => b.type === "ObjectProperty"
|
1405
|
-
), f =
|
1434
|
+
), f = d.properties.filter(
|
1406
1435
|
(b) => b.type == "ObjectMethod"
|
1407
|
-
), h =
|
1436
|
+
), h = n.find(
|
1408
1437
|
(b) => b.key.name === "computed"
|
1409
1438
|
);
|
1410
|
-
h && (a.computed =
|
1411
|
-
for (const b of
|
1439
|
+
h && (a.computed = pu(h.value), a.watchers = T0(h.value));
|
1440
|
+
for (const b of n)
|
1412
1441
|
switch (b.key.name) {
|
1413
1442
|
case "name":
|
1414
1443
|
a.name = b.value.value;
|
1415
1444
|
break;
|
1416
1445
|
case "methods":
|
1417
|
-
a.handlers =
|
1446
|
+
a.handlers = A0(b.value), a.methods = w0(b.value), a.dataSources = v0(
|
1418
1447
|
b.value,
|
1419
1448
|
u
|
1420
1449
|
);
|
1421
1450
|
break;
|
1422
1451
|
case "watch":
|
1423
|
-
a.watch =
|
1452
|
+
a.watch = I0(
|
1424
1453
|
b.value,
|
1425
1454
|
a.watchers
|
1426
1455
|
);
|
1427
1456
|
break;
|
1428
1457
|
case "props":
|
1429
|
-
a.props =
|
1458
|
+
a.props = k0(b.value);
|
1430
1459
|
break;
|
1431
1460
|
case "inject":
|
1432
|
-
a.inject =
|
1461
|
+
a.inject = L0(b.value);
|
1433
1462
|
break;
|
1434
1463
|
}
|
1435
1464
|
for (const b of f)
|
1436
1465
|
switch (b.key.name) {
|
1437
1466
|
case "setup":
|
1438
|
-
a.state =
|
1467
|
+
a.state = S0(b.body);
|
1439
1468
|
break;
|
1440
1469
|
}
|
1441
|
-
a.lifeCycles =
|
1470
|
+
a.lifeCycles = N0(f);
|
1442
1471
|
},
|
1443
1472
|
CallExpression(c) {
|
1444
|
-
const s =
|
1473
|
+
const s = _0(c.node);
|
1445
1474
|
if (s.length)
|
1446
|
-
for (let
|
1447
|
-
a.emits?.find((f) => f.name ===
|
1475
|
+
for (let d of s)
|
1476
|
+
a.emits?.find((f) => f.name === d.name) || a.emits?.push(d);
|
1448
1477
|
}
|
1449
1478
|
}), a;
|
1450
1479
|
}
|
1451
|
-
function
|
1480
|
+
function y0(e) {
|
1452
1481
|
const u = /import\s+{(.+?)}\s+from\s+['"](.+?)['"]/g, t = [];
|
1453
1482
|
let a;
|
1454
1483
|
for (; (a = u.exec(e)) !== null; ) {
|
@@ -1460,7 +1489,7 @@ function p0(e) {
|
|
1460
1489
|
}
|
1461
1490
|
return t;
|
1462
1491
|
}
|
1463
|
-
function
|
1492
|
+
function E0(e) {
|
1464
1493
|
for (const u of e.body)
|
1465
1494
|
if (u.type === "VariableDeclaration" && u.kind == "const") {
|
1466
1495
|
const { id: t, init: a } = u.declarations[0];
|
@@ -1469,23 +1498,23 @@ function x0(e) {
|
|
1469
1498
|
}
|
1470
1499
|
return null;
|
1471
1500
|
}
|
1472
|
-
function
|
1473
|
-
const u =
|
1501
|
+
function S0(e) {
|
1502
|
+
const u = E0(e);
|
1474
1503
|
if (!u) return {};
|
1475
1504
|
const t = {};
|
1476
1505
|
for (const a of u.properties) {
|
1477
1506
|
const { key: i, value: c } = a;
|
1478
1507
|
if (i.type === "Identifier") {
|
1479
1508
|
const s = R(c);
|
1480
|
-
t[i.name] =
|
1509
|
+
t[i.name] = v(s);
|
1481
1510
|
}
|
1482
1511
|
}
|
1483
1512
|
return t;
|
1484
1513
|
}
|
1485
1514
|
function q(e) {
|
1486
|
-
const { key: u, async: t, params: a, body: i } = e, c = a.map((s) => s.type === "ObjectPattern" ? `{${s.properties.map((
|
1515
|
+
const { key: u, async: t, params: a, body: i } = e, c = a.map((s) => s.type === "ObjectPattern" ? `{${s.properties.map((n) => n.key?.name || n.name).join(",")}}` : s.name).join(", ");
|
1487
1516
|
if (u.type === "Identifier") {
|
1488
|
-
const s = u.name,
|
1517
|
+
const s = u.name, d = R(i), f = `${t ? "async " : ""}(${c}) => ${d}`, h = s.startsWith("watcher_");
|
1489
1518
|
return {
|
1490
1519
|
name: s,
|
1491
1520
|
watcher: h,
|
@@ -1493,7 +1522,7 @@ function q(e) {
|
|
1493
1522
|
};
|
1494
1523
|
}
|
1495
1524
|
}
|
1496
|
-
function
|
1525
|
+
function pu(e) {
|
1497
1526
|
if (!e) return {};
|
1498
1527
|
const u = {};
|
1499
1528
|
for (const t of e.properties) {
|
@@ -1502,19 +1531,19 @@ function mu(e) {
|
|
1502
1531
|
}
|
1503
1532
|
return u;
|
1504
1533
|
}
|
1505
|
-
function
|
1534
|
+
function v0(e, u) {
|
1506
1535
|
if (!e) return {};
|
1507
1536
|
const t = {}, a = /apis\[\'([\w]*)\'\]/, i = /\.then\(([\w\W]*)\)/;
|
1508
1537
|
for (const c of e.properties) {
|
1509
1538
|
const s = q(c);
|
1510
1539
|
if (s && s.exp.value.includes("provider.apis")) {
|
1511
|
-
const
|
1512
|
-
if (!
|
1513
|
-
const f =
|
1540
|
+
const n = (s.exp.value.match(a) || [])[1];
|
1541
|
+
if (!n) continue;
|
1542
|
+
const f = D0(u, n);
|
1514
1543
|
if (!f) continue;
|
1515
1544
|
const h = s.exp.value.match(i)?.[1];
|
1516
1545
|
t[s.name] = {
|
1517
|
-
ref:
|
1546
|
+
ref: n,
|
1518
1547
|
name: f.name,
|
1519
1548
|
test: {
|
1520
1549
|
type: "JSFunction",
|
@@ -1536,13 +1565,13 @@ function y0(e, u) {
|
|
1536
1565
|
}
|
1537
1566
|
return t;
|
1538
1567
|
}
|
1539
|
-
function
|
1540
|
-
const u =
|
1568
|
+
function w0(e) {
|
1569
|
+
const u = pu(e), t = /\_([\w]{5,})$/, a = {};
|
1541
1570
|
for (const i of Object.keys(u))
|
1542
1571
|
t.test(i) || (a[i] = u[i]);
|
1543
1572
|
return a;
|
1544
1573
|
}
|
1545
|
-
function
|
1574
|
+
function A0(e) {
|
1546
1575
|
if (!e) return {};
|
1547
1576
|
const u = {}, t = /\_([\w]{5,})$/;
|
1548
1577
|
for (const a of e.properties) {
|
@@ -1562,7 +1591,7 @@ function E0(e) {
|
|
1562
1591
|
}
|
1563
1592
|
return u;
|
1564
1593
|
}
|
1565
|
-
function
|
1594
|
+
function T0(e) {
|
1566
1595
|
if (!e) return {};
|
1567
1596
|
const u = {};
|
1568
1597
|
for (const t of e.properties) {
|
@@ -1572,9 +1601,9 @@ function w0(e) {
|
|
1572
1601
|
return u;
|
1573
1602
|
}
|
1574
1603
|
function B(e, u) {
|
1575
|
-
return !!
|
1604
|
+
return !!mu(e, u);
|
1576
1605
|
}
|
1577
|
-
function
|
1606
|
+
function mu(e, u) {
|
1578
1607
|
return e.find(
|
1579
1608
|
(a) => a.key?.name === u
|
1580
1609
|
)?.value?.value;
|
@@ -1586,17 +1615,17 @@ function su(e, u) {
|
|
1586
1615
|
if (t)
|
1587
1616
|
return q(t)?.exp;
|
1588
1617
|
}
|
1589
|
-
function
|
1618
|
+
function I0(e, u = {}) {
|
1590
1619
|
const t = [];
|
1591
1620
|
for (const a of e.properties) {
|
1592
1621
|
const { key: i, value: c } = a, s = i.value || i.name || "";
|
1593
1622
|
if (u[s]) {
|
1594
|
-
const
|
1623
|
+
const d = c.properties;
|
1595
1624
|
t.push({
|
1596
1625
|
source: u[s],
|
1597
|
-
deep: B(
|
1598
|
-
immediate: B(
|
1599
|
-
handler: su(
|
1626
|
+
deep: B(d, "deep"),
|
1627
|
+
immediate: B(d, "immediate"),
|
1628
|
+
handler: su(d, "handler")
|
1600
1629
|
});
|
1601
1630
|
} else if (a.type === "ObjectMethod" && t.push({
|
1602
1631
|
// todo: 处理上下文
|
@@ -1608,22 +1637,22 @@ function v0(e, u = {}) {
|
|
1608
1637
|
immediate: !1,
|
1609
1638
|
handler: q(a)?.exp
|
1610
1639
|
}), a.type === "ObjectProperty") {
|
1611
|
-
const
|
1640
|
+
const d = c.properties;
|
1612
1641
|
t.push({
|
1613
1642
|
// todo: 处理上下文
|
1614
1643
|
source: {
|
1615
1644
|
type: "JSFunction",
|
1616
1645
|
value: `this.${s}`
|
1617
1646
|
},
|
1618
|
-
deep: B(
|
1619
|
-
immediate: B(
|
1620
|
-
handler: su(
|
1647
|
+
deep: B(d, "deep"),
|
1648
|
+
immediate: B(d, "immediate"),
|
1649
|
+
handler: su(d, "handler")
|
1621
1650
|
});
|
1622
1651
|
}
|
1623
1652
|
}
|
1624
1653
|
return t;
|
1625
1654
|
}
|
1626
|
-
function
|
1655
|
+
function N0(e) {
|
1627
1656
|
const u = {};
|
1628
1657
|
for (const t of e) {
|
1629
1658
|
const a = t.key.name;
|
@@ -1634,7 +1663,7 @@ function A0(e) {
|
|
1634
1663
|
}
|
1635
1664
|
return u;
|
1636
1665
|
}
|
1637
|
-
function
|
1666
|
+
function q0(e) {
|
1638
1667
|
const u = e.find(
|
1639
1668
|
(t) => t.key?.name === "type"
|
1640
1669
|
);
|
@@ -1646,9 +1675,9 @@ function xu(e) {
|
|
1646
1675
|
(t) => t.key?.name === "default"
|
1647
1676
|
);
|
1648
1677
|
if (u)
|
1649
|
-
return
|
1678
|
+
return v(R(u.value));
|
1650
1679
|
}
|
1651
|
-
function
|
1680
|
+
function k0(e) {
|
1652
1681
|
if (!e) return [];
|
1653
1682
|
let u = [];
|
1654
1683
|
return e.type === "ArrayExpression" ? u = e.elements.map((t) => t.value) : e.type === "ObjectExpression" && (u = e.properties.map((t) => {
|
@@ -1656,12 +1685,12 @@ function I0(e) {
|
|
1656
1685
|
return {
|
1657
1686
|
name: a.name,
|
1658
1687
|
required: B(c, "required"),
|
1659
|
-
type:
|
1688
|
+
type: q0(c),
|
1660
1689
|
default: xu(c)
|
1661
1690
|
};
|
1662
1691
|
})), u;
|
1663
1692
|
}
|
1664
|
-
function
|
1693
|
+
function _0(e) {
|
1665
1694
|
const u = [];
|
1666
1695
|
if (e.callee.type === "MemberExpression" && e.callee.property?.name === "$emit") {
|
1667
1696
|
const [a, ...i] = (e.arguments || []).map(
|
@@ -1674,30 +1703,30 @@ function N0(e) {
|
|
1674
1703
|
}
|
1675
1704
|
return u;
|
1676
1705
|
}
|
1677
|
-
function
|
1706
|
+
function L0(e) {
|
1678
1707
|
let u = [];
|
1679
1708
|
return e.type === "ObjectExpression" && (u = e.properties.map((t) => {
|
1680
|
-
const { key: a, value: i } = t, c = i.properties, s = a.name,
|
1709
|
+
const { key: a, value: i } = t, c = i.properties, s = a.name, d = mu(c, "from"), n = xu(c);
|
1681
1710
|
return {
|
1682
1711
|
name: s,
|
1683
|
-
from:
|
1684
|
-
default:
|
1712
|
+
from: d || s,
|
1713
|
+
default: n
|
1685
1714
|
};
|
1686
1715
|
})), u;
|
1687
1716
|
}
|
1688
|
-
function
|
1717
|
+
function D0(e, u) {
|
1689
1718
|
return (e.apis || []).find((t) => t.id === u);
|
1690
1719
|
}
|
1691
|
-
function
|
1720
|
+
function B0(e) {
|
1692
1721
|
const u = [], t = {}, a = [];
|
1693
1722
|
try {
|
1694
|
-
const i =
|
1723
|
+
const i = Pu.parse(e), c = /^.[\w]+_[\w]{5,}/;
|
1695
1724
|
for (const s of i.nodes)
|
1696
1725
|
if (s.type === "rule") {
|
1697
|
-
const
|
1698
|
-
c.test(s.selector) ? (s.nodes.forEach((
|
1699
|
-
|
1700
|
-
}), t[s.selector] =
|
1726
|
+
const d = {};
|
1727
|
+
c.test(s.selector) ? (s.nodes.forEach((n) => {
|
1728
|
+
n.type === "decl" && (d[n.prop] = n.value);
|
1729
|
+
}), t[s.selector] = d) : a.push(s.toString());
|
1701
1730
|
}
|
1702
1731
|
} catch (i) {
|
1703
1732
|
u.push(`css解析出错了,错误信息:[ ${i.message} ]
|
@@ -1710,44 +1739,47 @@ function _0(e) {
|
|
1710
1739
|
`)
|
1711
1740
|
};
|
1712
1741
|
}
|
1713
|
-
async function
|
1714
|
-
const
|
1742
|
+
async function W0(e) {
|
1743
|
+
const { id: u, name: t, source: a, project: i } = e, { dependencies: c = [], platform: s = "web" } = i || {}, d = Ju(a);
|
1744
|
+
if (d.length)
|
1745
|
+
return Promise.reject(d);
|
1746
|
+
const n = ru(a), {
|
1715
1747
|
styles: f,
|
1716
1748
|
css: h,
|
1717
1749
|
errors: b
|
1718
|
-
} =
|
1750
|
+
} = B0(n.styles.join(`
|
1719
1751
|
`)), {
|
1720
|
-
state:
|
1721
|
-
watch:
|
1722
|
-
lifeCycles:
|
1723
|
-
computed:
|
1752
|
+
state: E,
|
1753
|
+
watch: m,
|
1754
|
+
lifeCycles: S,
|
1755
|
+
computed: w,
|
1724
1756
|
methods: J,
|
1725
1757
|
props: gu,
|
1726
1758
|
emits: yu,
|
1727
|
-
inject:
|
1728
|
-
handlers:
|
1729
|
-
imports:
|
1730
|
-
dataSources:
|
1731
|
-
} =
|
1732
|
-
platform:
|
1733
|
-
handlers:
|
1759
|
+
inject: Eu,
|
1760
|
+
handlers: Su,
|
1761
|
+
imports: vu,
|
1762
|
+
dataSources: wu
|
1763
|
+
} = g0(n.script, i), { nodes: Au, slots: Tu, context: Iu } = f0(u, t, n.template, {
|
1764
|
+
platform: s,
|
1765
|
+
handlers: Su,
|
1734
1766
|
styles: f
|
1735
1767
|
}), X = {
|
1736
|
-
id:
|
1737
|
-
name:
|
1738
|
-
inject:
|
1768
|
+
id: u,
|
1769
|
+
name: t,
|
1770
|
+
inject: Eu,
|
1739
1771
|
props: gu,
|
1740
|
-
state:
|
1741
|
-
watch:
|
1742
|
-
lifeCycles:
|
1743
|
-
computed:
|
1772
|
+
state: E,
|
1773
|
+
watch: m,
|
1774
|
+
lifeCycles: S,
|
1775
|
+
computed: w,
|
1744
1776
|
methods: J,
|
1745
|
-
dataSources:
|
1777
|
+
dataSources: wu,
|
1746
1778
|
slots: Tu,
|
1747
1779
|
emits: yu,
|
1748
1780
|
nodes: Au,
|
1749
1781
|
css: h
|
1750
|
-
}, Nu = Object.keys(
|
1782
|
+
}, Nu = Object.keys(w || {}), qu = [
|
1751
1783
|
"$el",
|
1752
1784
|
"$emit",
|
1753
1785
|
"$nextTick",
|
@@ -1764,68 +1796,68 @@ async function J0(e) {
|
|
1764
1796
|
"$props",
|
1765
1797
|
"props",
|
1766
1798
|
...Object.keys(J || {})
|
1767
|
-
], { libs: ku } =
|
1768
|
-
platform:
|
1799
|
+
], { libs: ku } = V0(vu, c), z = {
|
1800
|
+
platform: s,
|
1769
1801
|
context: Iu,
|
1770
1802
|
computed: Nu,
|
1771
1803
|
libs: ku,
|
1772
1804
|
members: qu
|
1773
1805
|
};
|
1774
|
-
return await
|
1806
|
+
return await R0(
|
1775
1807
|
X,
|
1776
|
-
async (
|
1777
|
-
await
|
1778
|
-
if (G(
|
1779
|
-
const _u = await Z(
|
1780
|
-
|
1808
|
+
async (L) => {
|
1809
|
+
await O0(L, async (D) => {
|
1810
|
+
if (G(D)) {
|
1811
|
+
const _u = await Z(D.value);
|
1812
|
+
D.value = K(_u, L.id, z);
|
1781
1813
|
}
|
1782
1814
|
});
|
1783
1815
|
},
|
1784
|
-
async (
|
1785
|
-
const
|
1786
|
-
|
1816
|
+
async (L) => {
|
1817
|
+
const D = await Z(L.value);
|
1818
|
+
L.value = K(D, "", z);
|
1787
1819
|
}
|
1788
|
-
),
|
1789
|
-
}
|
1790
|
-
async function
|
1791
|
-
const a = async (
|
1792
|
-
if (await u(
|
1793
|
-
for (const
|
1794
|
-
await a(
|
1795
|
-
}, i = async (
|
1796
|
-
if (!
|
1797
|
-
if (Array.isArray(
|
1798
|
-
for (let
|
1799
|
-
await i(
|
1820
|
+
), d.push(...b), d.length ? Promise.reject(d) : new Ru(X).toDsl();
|
1821
|
+
}
|
1822
|
+
async function R0(e, u, t) {
|
1823
|
+
const a = async (m, S) => {
|
1824
|
+
if (await u(m, S), Array.isArray(m.children))
|
1825
|
+
for (const w of m.children)
|
1826
|
+
await a(w, m);
|
1827
|
+
}, i = async (m) => {
|
1828
|
+
if (!m || typeof m != "object") return;
|
1829
|
+
if (Array.isArray(m)) {
|
1830
|
+
for (let w of m)
|
1831
|
+
await i(w);
|
1800
1832
|
return;
|
1801
1833
|
}
|
1802
|
-
const
|
1803
|
-
for (const
|
1804
|
-
G(
|
1834
|
+
const S = Object.values(m);
|
1835
|
+
for (const w of S)
|
1836
|
+
G(w) ? await t(w) : await i(w);
|
1805
1837
|
}, {
|
1806
1838
|
state: c,
|
1807
1839
|
watch: s,
|
1808
|
-
computed:
|
1809
|
-
props:
|
1840
|
+
computed: d,
|
1841
|
+
props: n,
|
1810
1842
|
dataSources: f,
|
1811
1843
|
methods: h,
|
1812
1844
|
lifeCycles: b,
|
1813
|
-
inject:
|
1845
|
+
inject: E
|
1814
1846
|
} = e;
|
1815
1847
|
if (await i({
|
1816
1848
|
state: c,
|
1817
1849
|
watch: s,
|
1818
|
-
computed:
|
1819
|
-
props:
|
1850
|
+
computed: d,
|
1851
|
+
props: n,
|
1820
1852
|
dataSources: f,
|
1821
1853
|
methods: h,
|
1822
1854
|
lifeCycles: b,
|
1823
|
-
inject:
|
1855
|
+
inject: E
|
1824
1856
|
}), Array.isArray(e.nodes))
|
1825
|
-
for (const
|
1826
|
-
await a(
|
1857
|
+
for (const m of e.nodes)
|
1858
|
+
await a(m);
|
1827
1859
|
}
|
1828
|
-
async function
|
1860
|
+
async function O0(e, u) {
|
1829
1861
|
const t = async (a) => {
|
1830
1862
|
if (!a || typeof a != "object") return;
|
1831
1863
|
if (Array.isArray(a)) {
|
@@ -1843,25 +1875,25 @@ async function D0(e, u) {
|
|
1843
1875
|
};
|
1844
1876
|
await t(e);
|
1845
1877
|
}
|
1846
|
-
function
|
1878
|
+
function V0(e = [], u = []) {
|
1847
1879
|
const t = {}, a = u.reduce(
|
1848
1880
|
(i, c) => (i[c.package] = c.library, i),
|
1849
1881
|
{}
|
1850
1882
|
);
|
1851
1883
|
for (const { from: i, imports: c } of e)
|
1852
1884
|
c.forEach((s) => {
|
1853
|
-
const
|
1854
|
-
|
1885
|
+
const d = a[i];
|
1886
|
+
d && (t[s] = d);
|
1855
1887
|
});
|
1856
1888
|
return {
|
1857
1889
|
libs: t
|
1858
1890
|
};
|
1859
1891
|
}
|
1860
1892
|
export {
|
1861
|
-
|
1893
|
+
X0 as VTJ_PARSER_VERSION,
|
1862
1894
|
cu as htmlToNodes,
|
1863
|
-
|
1864
|
-
|
1895
|
+
z0 as parseUniApp,
|
1896
|
+
W0 as parseVue,
|
1865
1897
|
K as patchCode,
|
1866
1898
|
O as replacer
|
1867
1899
|
};
|