@vtj/parser 0.18.5 → 0.18.7
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 +6 -6
- package/dist/index.mjs +71 -66
- package/package.json +3 -3
- package/types/version.d.ts +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const ie=require("@vue/compiler-sfc"),mu=require("@babel/parser"),we=require("@babel/traverse"),Ie=require("@babel/generator"),Ue=require("@vtj/core"),F=require("@vtj/coder"),E=require("@vue/compiler-core"),Y=require("@vtj/base"),xu=require("postcss"),gu=require("sass"),yu=require("@babel/types");function Ge(u){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(u){for(const t in u)if(t!=="default"){const a=Object.getOwnPropertyDescriptor(u,t);Object.defineProperty(e,t,a.get?a:{enumerable:!0,get:()=>u[t]})}}return e.default=u,Object.freeze(e)}const Su=Ge(gu),q=Ge(yu);/**!
|
|
2
2
|
* Copyright (c) 2026, VTJ.PRO All rights reserved.
|
|
3
3
|
* @name @vtj/parser
|
|
4
4
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
5
|
-
* @version 0.18.
|
|
5
|
+
* @version 0.18.7
|
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
7
|
-
*/const vu="0.18.5";function M(u){const{descriptor:e,errors:t}=se.parse(u),a=e.template?.content||"",r=!!e.scriptSetup,n=(e.scriptSetup||e.script)?.content||"",s=e.styles.map(i=>i.content);return{template:a,script:n,styles:s,errors:t,isScriptSetup:r}}function R(u){return mu.parse(u,{sourceType:"module",plugins:["typescript"]})}function z(u,e){return(we.default||we)(u,e)}function A(u){if(!u)return"";try{return ne(u),(Ie.default||Ie)(u,{comments:!1,concise:!0,retainLines:!1,jsescOption:{minimal:!0}}).code}catch(e){return console.error("代码生成错误",e),""}}const Eu=new Set(["TSAsExpression","TSTypeAssertion","TSNonNullExpression"]);function ne(u){if(!(!u||typeof u!="object")){if(Array.isArray(u)){for(const e of u)ne(e);return}if(Eu.has(u.type)&&u.expression){const e=u.expression;ne(e);const t={start:u.start,end:u.end,loc:u.loc};for(const a of Object.keys(e))a==="type"||a==="loc"||a==="start"||a==="end"||a==="extra"||a==="leadingComments"||a==="trailingComments"||a==="innerComments"||(u[a]=e[a]);u.type=e.type,u.start=t.start,u.end=t.end,u.loc=t.loc,delete u.typeAnnotation,delete u.typeParameters;return}delete u.typeAnnotation,delete u.returnType,delete u.typeParameters,u.type==="Identifier"&&delete u.optional;for(const e of Object.keys(u))e==="type"||e==="loc"||e==="start"||e==="end"||e==="extra"||e==="leadingComments"||e==="trailingComments"||e==="innerComments"||e==="errors"||ne(u[e])}}function ie(u){return!!u&&u.type==="JSExpression"}function wu(u){return typeof u=="object"&&!!u&&u.type==="JSFunction"}function le(u){return!!ie(u)||!!wu(u)}function Iu(u){return!!u&&!ie(u)&&typeof u!="string"}function He(u,e){try{const t=R(u);return z(t,e),A(t)||""}catch{return""}}function Au(u){if(!u)return"";try{const e=R(u);return z(e,{TSAsExpression:t=>{t.replaceWith(t.node.expression)},TSTypeAssertion:t=>{t.replaceWith(t.node.expression)},TSNonNullExpression:t=>{t.replaceWith(t.node.expression)},TSInterfaceDeclaration:t=>{t.remove()},TSTypeAliasDeclaration:t=>{t.remove()},TSModuleDeclaration:t=>{t.remove()},TSEnumDeclaration:t=>{t.remove()},exit:t=>{const a=t.node;a&&(delete a.typeAnnotation,delete a.returnType,delete a.typeParameters,a.type==="Identifier"&&delete a.optional)}}),A(e)||""}catch{return u}}function Tu(u,e){const t=[];try{const{descriptor:a,errors:r}=se.parse(u);if(r&&r.length>0&&r.forEach(s=>{const i=s.message||String(s),o=s.loc;o&&o.start?t.push(`Vue SFC 错误: ${i} (位置: ${o.start.line}:${o.start.column})`):t.push(`Vue SFC 错误: ${i}`)}),a.template)try{const s=se.compileTemplate({id:"validation",filename:e,source:a.template.content,isProd:!1});s.errors&&s.errors.length>0&&s.errors.forEach(i=>{const o=typeof i=="string"?i:i.message,c=typeof i=="string"?null:i.loc;c&&c.start?t.push(`模板编译错误: ${o} (位置: ${c.start.line}:${c.start.column})`):t.push(`模板编译错误: ${o}`)})}catch(s){t.push(`模板编译错误: ${s.message}`)}const n=(a.scriptSetup||a.script)?.content;if(n)try{R(n)}catch(s){t.push(`脚本语法错误: ${s.message}`)}}catch(a){t.push(`Vue SFC 解析错误: ${a.message}`)}return t.length>0?t:null}function Nu(u){const e=M(u),t=R(e.script),a={};return e.styles&&(a.css=e.styles[0]||""),z(t,{CallExpression(r){const n=r.node.callee?.name;if(n){const s=A(r.node.arguments[0]);s&&(a[n]={type:"JSFunction",value:s})}}}),a}function D(u,e,t){if(!u.includes(e))return u;try{return ku(u,e,t)}catch{return u}}function ku(u,e,t){let a,r=0;try{a=R(u)}catch{const i="(()=>{",c=i+u+"})";a=R(c),r=i.length}const n=[];if(z(a,{Identifier(i){const o=i.node;if(o.name!==e)return;const c=qu(i);if(c==="skip")return;const d=(o.start??0)-r,l=(o.end??0)-r;if(d<0||l>u.length)return;const p=c==="expand"?`${e}: ${t}`:t;n.some(b=>b.start===d&&b.end===l)||n.push({start:d,end:l,text:p})},StringLiteral(i){ju(i,e,t,r,u,n)},TemplateLiteral(i){Vu(i,e,t,r,u,n)},MemberExpression(i){Ae(i,e,t,r,u,n)},OptionalMemberExpression(i){Ae(i,e,t,r,u,n)}}),n.length===0)return u;n.sort((i,o)=>o.start-i.start);let s=u;for(const{start:i,end:o,text:c}of n)s=s.slice(0,i)+c+s.slice(o);return s}function ju(u,e,t,a,r,n){const s=u.node;if(!s.value.includes(e))return;const i=u.parent;if(i?.type!=="NewExpression"||i?.callee?.name!=="RegExp")return;const o=s.value;let c=0;for(;c<o.length;){const d=o.indexOf(e,c);if(d===-1)break;const l=1+d,p=(s.start??0)-a+l,b=p+e.length;p>=0&&b<=r.length&&!n.some(h=>h.start===p&&h.end===b)&&n.push({start:p,end:b,text:t}),c=d+e.length}}function Vu(u,e,t,a,r,n){const s=u.parent;if(s?.type!=="NewExpression"||s?.callee?.name!=="RegExp")return;const o=u.node.quasis??[];for(const c of o){const d=c.value?.raw??"";if(!d.includes(e))continue;let l=0;for(;l<d.length;){const p=d.indexOf(e,l);if(p===-1)break;const b=(c.start??0)-a;if(b<0||b>r.length)break;const h=b+p,S=h+e.length;h>=0&&S<=r.length&&!n.some(w=>w.start===h&&w.end===S)&&n.push({start:h,end:S,text:t}),l=p+e.length}}}function Ae(u,e,t,a,r,n){const s=u.node;if(s.object?.type!=="ThisExpression"||s.computed||s.property?.type!=="Identifier"||s.property.name!==e)return;const i=(s.start??0)-a,o=(s.end??0)-a;i<0||o>r.length||n.some(c=>c.start===i&&c.end===o)||n.push({start:i,end:o,text:t})}function qu(u,e){const t=u.parent,a=t?.type??"",r=u.parentPath?.parent;switch(a){case"MemberExpression":case"OptionalMemberExpression":{if(t.property===u.node)return t.computed?"replace":"skip";if(t.object===u.node)return"replace";break}case"ObjectProperty":{if(t.key===u.node)return t.computed?"replace":t.shorthand?r&&r?.type==="ObjectPattern"?"skip":"expand":"skip";if(t.value===u.node)return r&&r?.type==="ObjectPattern"?"skip":"replace";break}case"VariableDeclarator":{if(t.id===u.node)return"skip";break}case"FunctionDeclaration":{if(t.id===u.node)return"skip";break}case"ClassDeclaration":{if(t.id===u.node)return"skip";break}case"ClassExpression":{if(t.id===u.node)return"skip";break}case"CatchClause":{if(t.param===u.node)return"skip";break}case"ImportDefaultSpecifier":case"ImportNamespaceSpecifier":case"ImportSpecifier":return"skip";case"ExportSpecifier":return"skip";case"LabeledStatement":{if(t.label===u.node)return"skip";break}case"AssignmentPattern":{if(t.left===u.node)return"skip";break}case"SpreadElement":{if(t.argument===u.node)return"replace";break}case"ObjectMethod":{if(t.key===u.node&&!t.computed)return"skip";break}case"RestElement":{if(t.argument===u.node)return"skip";break}case"TSEnumDeclaration":{if(t.id===u.node)return"skip";break}case"TSTypeAliasDeclaration":{if(t.id===u.node)return"skip";break}case"TSInterfaceDeclaration":{if(t.id===u.node)return"skip";break}}return Du(u)||_u(u)?"skip":"replace"}function Du(u){let e=u.parentPath;for(;e;){const t=e.node,a=t?.type??"";if(a==="FunctionDeclaration"||a==="FunctionExpression"||a==="ArrowFunctionExpression"||a==="ClassMethod"||a==="ObjectMethod"||a==="TSDeclareFunction")return(t.params??[]).includes(u.node);if(a==="Program"||a==="BlockStatement"||a==="ObjectExpression"||a==="ArrayExpression"||a==="StaticBlock")break;e=e.parentPath}return!1}function _u(u){let e=u.parentPath;for(;e;){const t=e.node?.type??"";if(t==="ObjectPattern")return!0;if(t==="FunctionDeclaration"||t==="FunctionExpression"||t==="ArrowFunctionExpression"||t==="Program")break;e=e.parentPath}return!1}function he(u,e,t){const{context:a={},computed:r=[],libs:n={},members:s=[],props:i=[],platform:o}=t||{},c=Array.from(a[e||""]||new Set);if(c)for(const d of c)u=D(u,d,`this.context.${d}`);for(const d of r)u.includes(`this.${d}.value`)||(u=D(u,d,`this.${d}.value`));for(const d of i)u=D(u,d,`this.${d}`);for(const[d,l]of Object.entries(n))u=D(u,d,`this.$libs.${l}.${d}`),u=D(u,`this.${d}`,`this.$libs.${l}.${d}`);for(const d of s)u=D(u,d,`this.${d}`);if(o==="uniapp"){const d=/\suni\./g;u=u.replace(d,"this.$libs.UniH5.uni.")}return u=u.replace(/_ctx\./g,"this."),u=u.replace(/this\.this\./g,"this."),u}function N(u){return{type:"JSExpression",value:/^\{[\w\W]*\}$/.test(u)?`(${u})`:u}}function C(u){return{type:"JSFunction",value:u}}const Cu=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeUnmount","unmounted","errorCaptured","renderTracked","renderTriggered","activated","deactivated"],Ru="html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot,svg,path,circle,rect,polygon".split(","),Lu="component,slot,template".split(","),Pu="view,swiper,progress,icon,text,button,checkbox,editor,form,input,label,picker,radio,slider,switch,textarea,audio,camera,image,video,map,canvas".split(",");function Mu(u,e="web"){return e==="uniapp"&&Pu.includes(u)}function We(u,e="web"){return(Ru.includes(u)||Lu.includes(u))&&!Mu(u,e)?u:Y.upperFirstCamelCase(u)}function Je(u){return u.replace(/\s+/g," ").split(";").reduce((t,a)=>{const[r,n]=a.split(":").map(s=>s.trim());return r&&n&&(t[r]=n),t},{})}function Ou(u,e,t){if(t==="ObjectExpression")return`(Object.assign({${u.split(" ").map(r=>`'${r}': true`).join(",")}}, ${e}))`;if(t==="ArrayExpression")return`([${u.split(" ").map(r=>`'${r}'`).join(",")}].concat(${e}))`}function ze(u=""){const t=u.trim().match(/DataSource:\s*([^\n=]+={0,2})/)?.[1]||"";try{return t?JSON.parse(Y.unBase64(t)):null}catch(a){return console.warn("extractDataSource fail",a),null}}const Bu=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\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))),Fu=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(u=>u.charCodeAt(0)));var be;const $u=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Te=(be=String.fromCodePoint)!==null&&be!==void 0?be:function(u){let e="";return u>65535&&(u-=65536,e+=String.fromCharCode(u>>>10&1023|55296),u=56320|u&1023),e+=String.fromCharCode(u),e};function Uu(u){var e;return u>=55296&&u<=57343||u>1114111?65533:(e=$u.get(u))!==null&&e!==void 0?e:u}var V;(function(u){u[u.NUM=35]="NUM",u[u.SEMI=59]="SEMI",u[u.EQUALS=61]="EQUALS",u[u.ZERO=48]="ZERO",u[u.NINE=57]="NINE",u[u.LOWER_A=97]="LOWER_A",u[u.LOWER_F=102]="LOWER_F",u[u.LOWER_X=120]="LOWER_X",u[u.LOWER_Z=122]="LOWER_Z",u[u.UPPER_A=65]="UPPER_A",u[u.UPPER_F=70]="UPPER_F",u[u.UPPER_Z=90]="UPPER_Z"})(V||(V={}));const Gu=32;var J;(function(u){u[u.VALUE_LENGTH=49152]="VALUE_LENGTH",u[u.BRANCH_LENGTH=16256]="BRANCH_LENGTH",u[u.JUMP_TABLE=127]="JUMP_TABLE"})(J||(J={}));function me(u){return u>=V.ZERO&&u<=V.NINE}function Hu(u){return u>=V.UPPER_A&&u<=V.UPPER_F||u>=V.LOWER_A&&u<=V.LOWER_F}function Wu(u){return u>=V.UPPER_A&&u<=V.UPPER_Z||u>=V.LOWER_A&&u<=V.LOWER_Z||me(u)}function Ju(u){return u===V.EQUALS||Wu(u)}var j;(function(u){u[u.EntityStart=0]="EntityStart",u[u.NumericStart=1]="NumericStart",u[u.NumericDecimal=2]="NumericDecimal",u[u.NumericHex=3]="NumericHex",u[u.NamedEntity=4]="NamedEntity"})(j||(j={}));var O;(function(u){u[u.Legacy=0]="Legacy",u[u.Strict=1]="Strict",u[u.Attribute=2]="Attribute"})(O||(O={}));class zu{constructor(e,t,a){this.decodeTree=e,this.emitCodePoint=t,this.errors=a,this.state=j.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=O.Strict}startEntity(e){this.decodeMode=e,this.state=j.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case j.EntityStart:return e.charCodeAt(t)===V.NUM?(this.state=j.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=j.NamedEntity,this.stateNamedEntity(e,t));case j.NumericStart:return this.stateNumericStart(e,t);case j.NumericDecimal:return this.stateNumericDecimal(e,t);case j.NumericHex:return this.stateNumericHex(e,t);case j.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(e.charCodeAt(t)|Gu)===V.LOWER_X?(this.state=j.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=j.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,a,r){if(t!==a){const n=a-t;this.result=this.result*Math.pow(r,n)+Number.parseInt(e.substr(t,n),r),this.consumed+=n}}stateNumericHex(e,t){const a=t;for(;t<e.length;){const r=e.charCodeAt(t);if(me(r)||Hu(r))t+=1;else return this.addToNumericResult(e,a,t,16),this.emitNumericEntity(r,3)}return this.addToNumericResult(e,a,t,16),-1}stateNumericDecimal(e,t){const a=t;for(;t<e.length;){const r=e.charCodeAt(t);if(me(r))t+=1;else return this.addToNumericResult(e,a,t,10),this.emitNumericEntity(r,2)}return this.addToNumericResult(e,a,t,10),-1}emitNumericEntity(e,t){var a;if(this.consumed<=t)return(a=this.errors)===null||a===void 0||a.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===V.SEMI)this.consumed+=1;else if(this.decodeMode===O.Strict)return 0;return this.emitCodePoint(Uu(this.result),this.consumed),this.errors&&(e!==V.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){const{decodeTree:a}=this;let r=a[this.treeIndex],n=(r&J.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){const s=e.charCodeAt(t);if(this.treeIndex=Xu(a,r,this.treeIndex+Math.max(1,n),s),this.treeIndex<0)return this.result===0||this.decodeMode===O.Attribute&&(n===0||Ju(s))?0:this.emitNotTerminatedNamedEntity();if(r=a[this.treeIndex],n=(r&J.VALUE_LENGTH)>>14,n!==0){if(s===V.SEMI)return this.emitNamedEntityData(this.treeIndex,n,this.consumed+this.excess);this.decodeMode!==O.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:a}=this,r=(a[t]&J.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),(e=this.errors)===null||e===void 0||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,a){const{decodeTree:r}=this;return this.emitCodePoint(t===1?r[e]&~J.VALUE_LENGTH:r[e+1],a),t===3&&this.emitCodePoint(r[e+2],a),a}end(){var e;switch(this.state){case j.NamedEntity:return this.result!==0&&(this.decodeMode!==O.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case j.NumericDecimal:return this.emitNumericEntity(0,2);case j.NumericHex:return this.emitNumericEntity(0,3);case j.NumericStart:return(e=this.errors)===null||e===void 0||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case j.EntityStart:return 0}}}function Xu(u,e,t,a){const r=(e&J.BRANCH_LENGTH)>>7,n=e&J.JUMP_TABLE;if(r===0)return n!==0&&a===n?t:-1;if(n){const o=a-n;return o<0||o>=r?-1:u[t+o]-1}let s=t,i=s+r-1;for(;s<=i;){const o=s+i>>>1,c=u[o];if(c<a)s=o+1;else if(c>a)i=o-1;else return u[o+r]}return-1}var y;(function(u){u[u.Tab=9]="Tab",u[u.NewLine=10]="NewLine",u[u.FormFeed=12]="FormFeed",u[u.CarriageReturn=13]="CarriageReturn",u[u.Space=32]="Space",u[u.ExclamationMark=33]="ExclamationMark",u[u.Number=35]="Number",u[u.Amp=38]="Amp",u[u.SingleQuote=39]="SingleQuote",u[u.DoubleQuote=34]="DoubleQuote",u[u.Dash=45]="Dash",u[u.Slash=47]="Slash",u[u.Zero=48]="Zero",u[u.Nine=57]="Nine",u[u.Semi=59]="Semi",u[u.Lt=60]="Lt",u[u.Eq=61]="Eq",u[u.Gt=62]="Gt",u[u.Questionmark=63]="Questionmark",u[u.UpperA=65]="UpperA",u[u.LowerA=97]="LowerA",u[u.UpperF=70]="UpperF",u[u.LowerF=102]="LowerF",u[u.UpperZ=90]="UpperZ",u[u.LowerZ=122]="LowerZ",u[u.LowerX=120]="LowerX",u[u.OpeningSquareBracket=91]="OpeningSquareBracket"})(y||(y={}));var f;(function(u){u[u.Text=1]="Text",u[u.BeforeTagName=2]="BeforeTagName",u[u.InTagName=3]="InTagName",u[u.InSelfClosingTag=4]="InSelfClosingTag",u[u.BeforeClosingTagName=5]="BeforeClosingTagName",u[u.InClosingTagName=6]="InClosingTagName",u[u.AfterClosingTagName=7]="AfterClosingTagName",u[u.BeforeAttributeName=8]="BeforeAttributeName",u[u.InAttributeName=9]="InAttributeName",u[u.AfterAttributeName=10]="AfterAttributeName",u[u.BeforeAttributeValue=11]="BeforeAttributeValue",u[u.InAttributeValueDq=12]="InAttributeValueDq",u[u.InAttributeValueSq=13]="InAttributeValueSq",u[u.InAttributeValueNq=14]="InAttributeValueNq",u[u.BeforeDeclaration=15]="BeforeDeclaration",u[u.InDeclaration=16]="InDeclaration",u[u.InProcessingInstruction=17]="InProcessingInstruction",u[u.BeforeComment=18]="BeforeComment",u[u.CDATASequence=19]="CDATASequence",u[u.InSpecialComment=20]="InSpecialComment",u[u.InCommentLike=21]="InCommentLike",u[u.BeforeSpecialS=22]="BeforeSpecialS",u[u.BeforeSpecialT=23]="BeforeSpecialT",u[u.SpecialStartSequence=24]="SpecialStartSequence",u[u.InSpecialTag=25]="InSpecialTag",u[u.InEntity=26]="InEntity"})(f||(f={}));function G(u){return u===y.Space||u===y.NewLine||u===y.Tab||u===y.FormFeed||u===y.CarriageReturn}function re(u){return u===y.Slash||u===y.Gt||G(u)}function Zu(u){return u>=y.LowerA&&u<=y.LowerZ||u>=y.UpperA&&u<=y.UpperZ}var B;(function(u){u[u.NoValue=0]="NoValue",u[u.Unquoted=1]="Unquoted",u[u.Single=2]="Single",u[u.Double=3]="Double"})(B||(B={}));const k={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97]),XmpEnd:new Uint8Array([60,47,120,109,112])};class Qu{constructor({xmlMode:e=!1,decodeEntities:t=!0},a){this.cbs=a,this.state=f.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=f.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=e,this.decodeEntities=t,this.entityDecoder=new zu(e?Fu:Bu,(r,n)=>this.emitCodePoint(r,n))}reset(){this.state=f.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=f.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(e){this.offset+=this.buffer.length,this.buffer=e,this.parse()}end(){this.running&&this.finish()}pause(){this.running=!1}resume(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()}stateText(e){e===y.Lt||!this.decodeEntities&&this.fastForwardTo(y.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=f.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&e===y.Amp&&this.startEntity()}stateSpecialStartSequence(e){const t=this.sequenceIndex===this.currentSequence.length;if(!(t?re(e):(e|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!t){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=f.InTagName,this.stateInTagName(e)}stateInSpecialTag(e){if(this.sequenceIndex===this.currentSequence.length){if(e===y.Gt||G(e)){const t=this.index-this.currentSequence.length;if(this.sectionStart<t){const a=this.index;this.index=t,this.cbs.ontext(this.sectionStart,t),this.index=a}this.isSpecial=!1,this.sectionStart=t+2,this.stateInClosingTagName(e);return}this.sequenceIndex=0}(e|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===k.TitleEnd?this.decodeEntities&&e===y.Amp&&this.startEntity():this.fastForwardTo(y.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=+(e===y.Lt)}stateCDATASequence(e){e===k.Cdata[this.sequenceIndex]?++this.sequenceIndex===k.Cdata.length&&(this.state=f.InCommentLike,this.currentSequence=k.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=f.InDeclaration,this.stateInDeclaration(e))}fastForwardTo(e){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===e)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(e){e===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===k.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=f.Text):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):e!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(e){return this.xmlMode?!re(e):Zu(e)}startSpecial(e,t){this.isSpecial=!0,this.currentSequence=e,this.sequenceIndex=t,this.state=f.SpecialStartSequence}stateBeforeTagName(e){if(e===y.ExclamationMark)this.state=f.BeforeDeclaration,this.sectionStart=this.index+1;else if(e===y.Questionmark)this.state=f.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(e)){const t=e|32;this.sectionStart=this.index,this.xmlMode?this.state=f.InTagName:t===k.ScriptEnd[2]?this.state=f.BeforeSpecialS:t===k.TitleEnd[2]||t===k.XmpEnd[2]?this.state=f.BeforeSpecialT:this.state=f.InTagName}else e===y.Slash?this.state=f.BeforeClosingTagName:(this.state=f.Text,this.stateText(e))}stateInTagName(e){re(e)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=f.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateBeforeClosingTagName(e){G(e)||(e===y.Gt?this.state=f.Text:(this.state=this.isTagStartChar(e)?f.InClosingTagName:f.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(e){(e===y.Gt||G(e))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=f.AfterClosingTagName,this.stateAfterClosingTagName(e))}stateAfterClosingTagName(e){(e===y.Gt||this.fastForwardTo(y.Gt))&&(this.state=f.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(e){e===y.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=f.InSpecialTag,this.sequenceIndex=0):this.state=f.Text,this.sectionStart=this.index+1):e===y.Slash?this.state=f.InSelfClosingTag:G(e)||(this.state=f.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(e){e===y.Gt?(this.cbs.onselfclosingtag(this.index),this.state=f.Text,this.sectionStart=this.index+1,this.isSpecial=!1):G(e)||(this.state=f.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateInAttributeName(e){(e===y.Eq||re(e))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=f.AfterAttributeName,this.stateAfterAttributeName(e))}stateAfterAttributeName(e){e===y.Eq?this.state=f.BeforeAttributeValue:e===y.Slash||e===y.Gt?(this.cbs.onattribend(B.NoValue,this.sectionStart),this.sectionStart=-1,this.state=f.BeforeAttributeName,this.stateBeforeAttributeName(e)):G(e)||(this.cbs.onattribend(B.NoValue,this.sectionStart),this.state=f.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(e){e===y.DoubleQuote?(this.state=f.InAttributeValueDq,this.sectionStart=this.index+1):e===y.SingleQuote?(this.state=f.InAttributeValueSq,this.sectionStart=this.index+1):G(e)||(this.sectionStart=this.index,this.state=f.InAttributeValueNq,this.stateInAttributeValueNoQuotes(e))}handleInAttributeValue(e,t){e===t||!this.decodeEntities&&this.fastForwardTo(t)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(t===y.DoubleQuote?B.Double:B.Single,this.index+1),this.state=f.BeforeAttributeName):this.decodeEntities&&e===y.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(e){this.handleInAttributeValue(e,y.DoubleQuote)}stateInAttributeValueSingleQuotes(e){this.handleInAttributeValue(e,y.SingleQuote)}stateInAttributeValueNoQuotes(e){G(e)||e===y.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(B.Unquoted,this.index),this.state=f.BeforeAttributeName,this.stateBeforeAttributeName(e)):this.decodeEntities&&e===y.Amp&&this.startEntity()}stateBeforeDeclaration(e){e===y.OpeningSquareBracket?(this.state=f.CDATASequence,this.sequenceIndex=0):this.state=e===y.Dash?f.BeforeComment:f.InDeclaration}stateInDeclaration(e){(e===y.Gt||this.fastForwardTo(y.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=f.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(e){(e===y.Gt||this.fastForwardTo(y.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=f.Text,this.sectionStart=this.index+1)}stateBeforeComment(e){e===y.Dash?(this.state=f.InCommentLike,this.currentSequence=k.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=f.InDeclaration}stateInSpecialComment(e){(e===y.Gt||this.fastForwardTo(y.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=f.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(e){const t=e|32;t===k.ScriptEnd[3]?this.startSpecial(k.ScriptEnd,4):t===k.StyleEnd[3]?this.startSpecial(k.StyleEnd,4):(this.state=f.InTagName,this.stateInTagName(e))}stateBeforeSpecialT(e){switch(e|32){case k.TitleEnd[3]:{this.startSpecial(k.TitleEnd,4);break}case k.TextareaEnd[3]:{this.startSpecial(k.TextareaEnd,4);break}case k.XmpEnd[3]:{this.startSpecial(k.XmpEnd,4);break}default:this.state=f.InTagName,this.stateInTagName(e)}}startEntity(){this.baseState=this.state,this.state=f.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?O.Strict:this.baseState===f.Text||this.baseState===f.InSpecialTag?O.Legacy:O.Attribute)}stateInEntity(){const e=this.entityDecoder.write(this.buffer,this.index-this.offset);e>=0?(this.state=this.baseState,e===0&&(this.index=this.entityStart)):this.index=this.offset+this.buffer.length-1}cleanup(){this.running&&this.sectionStart!==this.index&&(this.state===f.Text||this.state===f.InSpecialTag&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===f.InAttributeValueDq||this.state===f.InAttributeValueSq||this.state===f.InAttributeValueNq)&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){for(;this.shouldContinue();){const e=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case f.Text:{this.stateText(e);break}case f.SpecialStartSequence:{this.stateSpecialStartSequence(e);break}case f.InSpecialTag:{this.stateInSpecialTag(e);break}case f.CDATASequence:{this.stateCDATASequence(e);break}case f.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(e);break}case f.InAttributeName:{this.stateInAttributeName(e);break}case f.InCommentLike:{this.stateInCommentLike(e);break}case f.InSpecialComment:{this.stateInSpecialComment(e);break}case f.BeforeAttributeName:{this.stateBeforeAttributeName(e);break}case f.InTagName:{this.stateInTagName(e);break}case f.InClosingTagName:{this.stateInClosingTagName(e);break}case f.BeforeTagName:{this.stateBeforeTagName(e);break}case f.AfterAttributeName:{this.stateAfterAttributeName(e);break}case f.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(e);break}case f.BeforeAttributeValue:{this.stateBeforeAttributeValue(e);break}case f.BeforeClosingTagName:{this.stateBeforeClosingTagName(e);break}case f.AfterClosingTagName:{this.stateAfterClosingTagName(e);break}case f.BeforeSpecialS:{this.stateBeforeSpecialS(e);break}case f.BeforeSpecialT:{this.stateBeforeSpecialT(e);break}case f.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(e);break}case f.InSelfClosingTag:{this.stateInSelfClosingTag(e);break}case f.InDeclaration:{this.stateInDeclaration(e);break}case f.BeforeDeclaration:{this.stateBeforeDeclaration(e);break}case f.BeforeComment:{this.stateBeforeComment(e);break}case f.InProcessingInstruction:{this.stateInProcessingInstruction(e);break}case f.InEntity:{this.stateInEntity();break}}this.index++}this.cleanup()}finish(){this.state===f.InEntity&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){const e=this.buffer.length+this.offset;this.sectionStart>=e||(this.state===f.InCommentLike?this.currentSequence===k.CdataEnd?this.cbs.oncdata(this.sectionStart,e,0):this.cbs.oncomment(this.sectionStart,e,0):this.state===f.InTagName||this.state===f.BeforeAttributeName||this.state===f.BeforeAttributeValue||this.state===f.AfterAttributeName||this.state===f.InAttributeName||this.state===f.InAttributeValueSq||this.state===f.InAttributeValueDq||this.state===f.InAttributeValueNq||this.state===f.InClosingTagName||this.cbs.ontext(this.sectionStart,e))}emitCodePoint(e,t){this.baseState!==f.Text&&this.baseState!==f.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(e)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.ontextentity(e,this.sectionStart))}}const Z=new Set(["input","option","optgroup","select","button","datalist","textarea"]),T=new Set(["p"]),Ne=new Set(["thead","tbody"]),ke=new Set(["dd","dt"]),je=new Set(["rt","rp"]),Ku=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",T],["h1",T],["h2",T],["h3",T],["h4",T],["h5",T],["h6",T],["select",Z],["input",Z],["output",Z],["button",Z],["datalist",Z],["textarea",Z],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",ke],["dt",ke],["address",T],["article",T],["aside",T],["blockquote",T],["details",T],["div",T],["dl",T],["fieldset",T],["figcaption",T],["figure",T],["footer",T],["form",T],["header",T],["hr",T],["main",T],["nav",T],["ol",T],["pre",T],["section",T],["table",T],["ul",T],["rt",je],["rp",je],["tbody",Ne],["tfoot",Ne]]),Yu=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),Ve=new Set(["math","svg"]),qe=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),et=/\s|\//;class ut{constructor(e,t={}){var a,r,n,s,i,o;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=e??{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(a=t.lowerCaseTags)!==null&&a!==void 0?a:this.htmlMode,this.lowerCaseAttributeNames=(r=t.lowerCaseAttributeNames)!==null&&r!==void 0?r:this.htmlMode,this.recognizeSelfClosing=(n=t.recognizeSelfClosing)!==null&&n!==void 0?n:!this.htmlMode,this.tokenizer=new((s=t.Tokenizer)!==null&&s!==void 0?s:Qu)(this.options,this),this.foreignContext=[!this.htmlMode],(o=(i=this.cbs).onparserinit)===null||o===void 0||o.call(i,this)}ontext(e,t){var a,r;const n=this.getSlice(e,t);this.endIndex=t-1,(r=(a=this.cbs).ontext)===null||r===void 0||r.call(a,n),this.startIndex=t}ontextentity(e,t){var a,r;this.endIndex=t-1,(r=(a=this.cbs).ontext)===null||r===void 0||r.call(a,Te(e)),this.startIndex=t}isVoidElement(e){return this.htmlMode&&Yu.has(e)}onopentagname(e,t){this.endIndex=t;let a=this.getSlice(e,t);this.lowerCaseTagNames&&(a=a.toLowerCase()),this.emitOpenTag(a)}emitOpenTag(e){var t,a,r,n;this.openTagStart=this.startIndex,this.tagname=e;const s=this.htmlMode&&Ku.get(e);if(s)for(;this.stack.length>0&&s.has(this.stack[0]);){const i=this.stack.shift();(a=(t=this.cbs).onclosetag)===null||a===void 0||a.call(t,i,!0)}this.isVoidElement(e)||(this.stack.unshift(e),this.htmlMode&&(Ve.has(e)?this.foreignContext.unshift(!0):qe.has(e)&&this.foreignContext.unshift(!1))),(n=(r=this.cbs).onopentagname)===null||n===void 0||n.call(r,e),this.cbs.onopentag&&(this.attribs={})}endOpenTag(e){var t,a;this.startIndex=this.openTagStart,this.attribs&&((a=(t=this.cbs).onopentag)===null||a===void 0||a.call(t,this.tagname,this.attribs,e),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(e){this.endIndex=e,this.endOpenTag(!1),this.startIndex=e+1}onclosetag(e,t){var a,r,n,s,i,o,c,d;this.endIndex=t;let l=this.getSlice(e,t);if(this.lowerCaseTagNames&&(l=l.toLowerCase()),this.htmlMode&&(Ve.has(l)||qe.has(l))&&this.foreignContext.shift(),this.isVoidElement(l))this.htmlMode&&l==="br"&&((s=(n=this.cbs).onopentagname)===null||s===void 0||s.call(n,"br"),(o=(i=this.cbs).onopentag)===null||o===void 0||o.call(i,"br",{},!0),(d=(c=this.cbs).onclosetag)===null||d===void 0||d.call(c,"br",!1));else{const p=this.stack.indexOf(l);if(p!==-1)for(let b=0;b<=p;b++){const h=this.stack.shift();(r=(a=this.cbs).onclosetag)===null||r===void 0||r.call(a,h,b!==p)}else this.htmlMode&&l==="p"&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=t+1}onselfclosingtag(e){this.endIndex=e,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=e+1):this.onopentagend(e)}closeCurrentTag(e){var t,a;const r=this.tagname;this.endOpenTag(e),this.stack[0]===r&&((a=(t=this.cbs).onclosetag)===null||a===void 0||a.call(t,r,!e),this.stack.shift())}onattribname(e,t){this.startIndex=e;const a=this.getSlice(e,t);this.attribname=this.lowerCaseAttributeNames?a.toLowerCase():a}onattribdata(e,t){this.attribvalue+=this.getSlice(e,t)}onattribentity(e){this.attribvalue+=Te(e)}onattribend(e,t){var a,r;this.endIndex=t,(r=(a=this.cbs).onattribute)===null||r===void 0||r.call(a,this.attribname,this.attribvalue,e===B.Double?'"':e===B.Single?"'":e===B.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(e){const t=e.search(et);let a=t<0?e:e.substr(0,t);return this.lowerCaseTagNames&&(a=a.toLowerCase()),a}ondeclaration(e,t){this.endIndex=t;const a=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){const r=this.getInstructionName(a);this.cbs.onprocessinginstruction(`!${r}`,`!${a}`)}this.startIndex=t+1}onprocessinginstruction(e,t){this.endIndex=t;const a=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){const r=this.getInstructionName(a);this.cbs.onprocessinginstruction(`?${r}`,`?${a}`)}this.startIndex=t+1}oncomment(e,t,a){var r,n,s,i;this.endIndex=t,(n=(r=this.cbs).oncomment)===null||n===void 0||n.call(r,this.getSlice(e,t-a)),(i=(s=this.cbs).oncommentend)===null||i===void 0||i.call(s),this.startIndex=t+1}oncdata(e,t,a){var r,n,s,i,o,c,d,l,p,b;this.endIndex=t;const h=this.getSlice(e,t-a);!this.htmlMode||this.options.recognizeCDATA?((n=(r=this.cbs).oncdatastart)===null||n===void 0||n.call(r),(i=(s=this.cbs).ontext)===null||i===void 0||i.call(s,h),(c=(o=this.cbs).oncdataend)===null||c===void 0||c.call(o)):((l=(d=this.cbs).oncomment)===null||l===void 0||l.call(d,`[CDATA[${h}]]`),(b=(p=this.cbs).oncommentend)===null||b===void 0||b.call(p)),this.startIndex=t+1}onend(){var e,t;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let a=0;a<this.stack.length;a++)this.cbs.onclosetag(this.stack[a],!0)}(t=(e=this.cbs).onend)===null||t===void 0||t.call(e)}reset(){var e,t,a,r;(t=(e=this.cbs).onreset)===null||t===void 0||t.call(e),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(r=(a=this.cbs).onparserinit)===null||r===void 0||r.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}parseComplete(e){this.reset(),this.end(e)}getSlice(e,t){for(;e-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let a=this.buffers[0].slice(e-this.bufferOffset,t-this.bufferOffset);for(;t-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),a+=this.buffers[0].slice(0,t-this.bufferOffset);return a}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(e){var t,a;if(this.ended){(a=(t=this.cbs).onerror)===null||a===void 0||a.call(t,new Error(".write() after done!"));return}this.buffers.push(e),this.tokenizer.running&&(this.tokenizer.write(e),this.writeIndex++)}end(e){var t,a;if(this.ended){(a=(t=this.cbs).onerror)===null||a===void 0||a.call(t,new Error(".end() after done!"));return}e&&this.write(e),this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()}parseChunk(e){this.write(e)}done(e){this.end(e)}}function xe(u,e="web"){const t={name:"",children:[]},a=[t];let r="";const n=new ut({onopentag:(s,i,o)=>{const c=a[a.length-1];r.trim()&&(Array.isArray(c.children)?c.children.push({name:"span",children:r.trim()}):c.children=r.trim(),r="");const d=Object.entries(i||{}).reduce((p,b)=>{let[h="",S=""]=b;return h&&(p[h]=S),p},{});d.style&&(d.style=Je(d.style));const l={name:We(s,e),props:d};Array.isArray(c.children)?c.children.push(l):c.children?c.children=[{name:"span",children:c.children},l]:c.children=[l],o||a.push(l)},ontext:s=>{const i=s.trim();i&&i!=='"'&&(r+=i)},onclosetag:()=>{const s=a.pop();r.trim()&&(Array.isArray(s?.children)?s.children.push({name:"span",children:r.trim()}):s&&(s.children=r.trim()),r="")}},{decodeEntities:!0});return n.write(u.replace(/\\"/g,'"')),n.end(),t.children||[]}function tt(u,e){const a={imports:at(u),emits:[],errors:[]},r=R(u);return z(r,{ExportDefaultDeclaration(n){const s=n.node.declaration;if(s.type!=="CallExpression")return;const i=s.arguments[0];if(i?.type!=="ObjectExpression")return;const o=i.properties.filter(l=>l.type==="ObjectProperty"),c=i.properties.filter(l=>l.type=="ObjectMethod"),d=o.find(l=>l.key.name==="computed");d&&(a.computed=Xe(d.value),a.watchers=ot(d.value));for(const l of o)switch(l.key.name){case"name":a.name=l.value.value;break;case"methods":a.handlers=ct(l.value),a.methods=it(l.value),a.dataSources=st(l.value,e);break;case"watch":a.watch=dt(l.value,a.watchers);break;case"props":a.props=bt(l.value);break;case"inject":a.inject=ht(l.value);break;case"expose":a.expose=mt(l.value);break;case"emits":a.emits=xt(l.value);break;case"directives":a.directives=yt(l.value);break}for(const l of c)switch(l.key.name){case"setup":a.state=nt(l.body);break}a.lifeCycles=lt(c)},CallExpression(n){const s=pt(n.node);if(s.length)for(let i of s)a.emits?.find(c=>c.name===i.name)||a.emits?.push(i)}}),a}function at(u){const e=/import\s+{(.+?)}\s+from\s+['"](.+?)['"]/g,t=/import\s+(.+?)\s+from\s+['"](.+?)['"]/g,a=/^{(.+?)}$/,r=[];let n;const s=u.replace(/\n/g," ");for(;(n=e.exec(s))!==null;){const i=n[2]==="@element-plus/icons-vue"?"@vtj/icons":n[2];r.push({from:i,imports:n[1].split(",").map(o=>o.trim())})}for(;(n=t.exec(s))!==null;){const i=n[1],o=n[2];i&&!a.test(i)&&r.push({from:o,imports:i})}return r}function rt(u){for(const e of u.body)if(e.type==="VariableDeclaration"&&e.kind=="const"){const{id:t,init:a}=e.declarations[0];if(t.loc?.identifierName==="state"&&a?.type==="CallExpression"&&a.callee.loc?.identifierName==="reactive")return a.arguments[0]}return null}function nt(u){const e=rt(u);if(!e)return{};const t={};for(const a of e.properties)if(a.type==="ObjectProperty"){const{key:r,value:n}=a;if(r.type==="Identifier"){const s=A(n);t[r.name]=N(s)}}else if(a.type==="ObjectMethod"){const{key:r,params:n,body:s}=a;if(r.type==="Identifier"){const i=A(s),c=`(${n.map(d=>d.name||"none").join(",")}) => ${i}`;t[r.name]=N(c)}}return t}function X(u){const{key:e,async:t,params:a,body:r}=u,n=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(", ");if(e.type==="Identifier"){const s=e.name;let i="{}";r&&(i=A(r)||"{}");const o=u.value;if(o&&o.type==="CallExpression"){let b=A(o)||"";b=b.replace("function () {","() => {"),i=`{ return (${b})}`}const d=`${t?"async ":""}(${n}) => ${i}`,l=s.startsWith("watcher_");return{id:l?s.replace("watcher_",""):"",name:s,watcher:l,exp:C(d)}}}function Xe(u){if(!u)return{};const e={};for(const t of u.properties){const a=X(t);a&&!a.watcher&&!a.exp.value.includes("this.provider.createMock")&&!a.exp.value.includes("this.provider.apis")&&(e[a.name]=a.exp)}return e}function st(u,e){if(!u)return{};const t={},a=/apis\['([\w]*)'\]/,r=n=>{const s=n.indexOf(".then(");if(s===-1)return null;let i=1,o=s+6;for(;o<n.length&&i>0;){const c=n[o];c==="("?i++:c===")"&&i--,o++}return n.substring(s+6,o-1).trim()};for(const n of u.properties){const s=X(n),i=n.body.body?.[0],o=(i?.leadingComments?.[0].value||"").trim(),c=ze(o);if(s&&s.exp.value.includes("this.provider.apis")){const l=(s.exp.value.match(a)||[])[1];if(!l)continue;const p=gt(e,l);if(!p)continue;const b=r(s.exp.value);t[s.name]={ref:l,name:s.name,test:c?.test||{type:"JSFunction",value:`() => this.runApi({
|
|
7
|
+
*/const vu="0.18.7";function M(u){const{descriptor:e,errors:t}=ie.parse(u),a=e.template?.content||"",r=!!e.scriptSetup,n=(e.scriptSetup||e.script)?.content||"",s=e.styles.map(i=>i.content);return{template:a,script:n,styles:s,errors:t,isScriptSetup:r}}function R(u){return mu.parse(u,{sourceType:"module",plugins:["typescript"]})}function z(u,e){return(we.default||we)(u,e)}function A(u){if(!u)return"";try{return se(u),(Ie.default||Ie)(u,{comments:!1,concise:!0,retainLines:!1,jsescOption:{minimal:!0}}).code}catch(e){return console.error("代码生成错误",e),""}}const Eu=new Set(["TSAsExpression","TSTypeAssertion","TSNonNullExpression"]);function se(u){if(!(!u||typeof u!="object")){if(Array.isArray(u)){for(const e of u)se(e);return}if(Eu.has(u.type)&&u.expression){const e=u.expression;se(e);const t={start:u.start,end:u.end,loc:u.loc};for(const a of Object.keys(e))a==="type"||a==="loc"||a==="start"||a==="end"||a==="extra"||a==="leadingComments"||a==="trailingComments"||a==="innerComments"||(u[a]=e[a]);u.type=e.type,u.start=t.start,u.end=t.end,u.loc=t.loc,delete u.typeAnnotation,delete u.typeParameters;return}delete u.typeAnnotation,delete u.returnType,delete u.typeParameters,u.type==="Identifier"&&delete u.optional;for(const e of Object.keys(u))e==="type"||e==="loc"||e==="start"||e==="end"||e==="extra"||e==="leadingComments"||e==="trailingComments"||e==="innerComments"||e==="errors"||se(u[e])}}function ce(u){return!!u&&u.type==="JSExpression"}function wu(u){return typeof u=="object"&&!!u&&u.type==="JSFunction"}function le(u){return!!ce(u)||!!wu(u)}function Iu(u){return!!u&&!ce(u)&&typeof u!="string"}function He(u,e){try{const t=R(u);return z(t,e),A(t)||""}catch{return""}}function Au(u){if(!u)return"";try{const e=R(u);return z(e,{TSAsExpression:t=>{t.replaceWith(t.node.expression)},TSTypeAssertion:t=>{t.replaceWith(t.node.expression)},TSNonNullExpression:t=>{t.replaceWith(t.node.expression)},TSInterfaceDeclaration:t=>{t.remove()},TSTypeAliasDeclaration:t=>{t.remove()},TSModuleDeclaration:t=>{t.remove()},TSEnumDeclaration:t=>{t.remove()},exit:t=>{const a=t.node;a&&(delete a.typeAnnotation,delete a.returnType,delete a.typeParameters,a.type==="Identifier"&&delete a.optional)}}),A(e)||""}catch{return u}}function Tu(u,e){const t=[];try{const{descriptor:a,errors:r}=ie.parse(u);if(r&&r.length>0&&r.forEach(s=>{const i=s.message||String(s),o=s.loc;o&&o.start?t.push(`Vue SFC 错误: ${i} (位置: ${o.start.line}:${o.start.column})`):t.push(`Vue SFC 错误: ${i}`)}),a.template)try{const s=ie.compileTemplate({id:"validation",filename:e,source:a.template.content,isProd:!1});s.errors&&s.errors.length>0&&s.errors.forEach(i=>{const o=typeof i=="string"?i:i.message,c=typeof i=="string"?null:i.loc;c&&c.start?t.push(`模板编译错误: ${o} (位置: ${c.start.line}:${c.start.column})`):t.push(`模板编译错误: ${o}`)})}catch(s){t.push(`模板编译错误: ${s.message}`)}const n=(a.scriptSetup||a.script)?.content;if(n)try{R(n)}catch(s){t.push(`脚本语法错误: ${s.message}`)}}catch(a){t.push(`Vue SFC 解析错误: ${a.message}`)}return t.length>0?t:null}function Nu(u){const e=M(u),t=R(e.script),a={};return e.styles&&(a.css=e.styles[0]||""),z(t,{CallExpression(r){const n=r.node.callee?.name;if(n){const s=A(r.node.arguments[0]);s&&(a[n]={type:"JSFunction",value:s})}}}),a}function D(u,e,t){if(!u.includes(e))return u;try{return ku(u,e,t)}catch{return u}}function ku(u,e,t){let a,r=0;try{a=R(u)}catch{const i="(()=>{",c=i+u+"})";a=R(c),r=i.length}const n=[];if(z(a,{Identifier(i){const o=i.node;if(o.name!==e)return;const c=qu(i);if(c==="skip")return;const d=(o.start??0)-r,l=(o.end??0)-r;if(d<0||l>u.length)return;const p=c==="expand"?`${e}: ${t}`:t;n.some(b=>b.start===d&&b.end===l)||n.push({start:d,end:l,text:p})},StringLiteral(i){ju(i,e,t,r,u,n)},TemplateLiteral(i){Vu(i,e,t,r,u,n)},MemberExpression(i){Ae(i,e,t,r,u,n)},OptionalMemberExpression(i){Ae(i,e,t,r,u,n)}}),n.length===0)return u;n.sort((i,o)=>o.start-i.start);let s=u;for(const{start:i,end:o,text:c}of n)s=s.slice(0,i)+c+s.slice(o);return s}function ju(u,e,t,a,r,n){const s=u.node;if(!s.value.includes(e))return;const i=u.parent;if(i?.type!=="NewExpression"||i?.callee?.name!=="RegExp")return;const o=s.value;let c=0;for(;c<o.length;){const d=o.indexOf(e,c);if(d===-1)break;const l=1+d,p=(s.start??0)-a+l,b=p+e.length;p>=0&&b<=r.length&&!n.some(h=>h.start===p&&h.end===b)&&n.push({start:p,end:b,text:t}),c=d+e.length}}function Vu(u,e,t,a,r,n){const s=u.parent;if(s?.type!=="NewExpression"||s?.callee?.name!=="RegExp")return;const o=u.node.quasis??[];for(const c of o){const d=c.value?.raw??"";if(!d.includes(e))continue;let l=0;for(;l<d.length;){const p=d.indexOf(e,l);if(p===-1)break;const b=(c.start??0)-a;if(b<0||b>r.length)break;const h=b+p,S=h+e.length;h>=0&&S<=r.length&&!n.some(w=>w.start===h&&w.end===S)&&n.push({start:h,end:S,text:t}),l=p+e.length}}}function Ae(u,e,t,a,r,n){const s=u.node;if(s.object?.type!=="ThisExpression"||s.computed||s.property?.type!=="Identifier"||s.property.name!==e)return;const i=(s.start??0)-a,o=(s.end??0)-a;i<0||o>r.length||n.some(c=>c.start===i&&c.end===o)||n.push({start:i,end:o,text:t})}function qu(u,e){const t=u.parent,a=t?.type??"",r=u.parentPath?.parent;switch(a){case"MemberExpression":case"OptionalMemberExpression":{if(t.property===u.node)return t.computed?"replace":"skip";if(t.object===u.node)return"replace";break}case"ObjectProperty":{if(t.key===u.node)return t.computed?"replace":t.shorthand?r&&r?.type==="ObjectPattern"?"skip":"expand":"skip";if(t.value===u.node)return r&&r?.type==="ObjectPattern"?"skip":"replace";break}case"VariableDeclarator":{if(t.id===u.node)return"skip";break}case"FunctionDeclaration":{if(t.id===u.node)return"skip";break}case"ClassDeclaration":{if(t.id===u.node)return"skip";break}case"ClassExpression":{if(t.id===u.node)return"skip";break}case"CatchClause":{if(t.param===u.node)return"skip";break}case"ImportDefaultSpecifier":case"ImportNamespaceSpecifier":case"ImportSpecifier":return"skip";case"ExportSpecifier":return"skip";case"LabeledStatement":{if(t.label===u.node)return"skip";break}case"AssignmentPattern":{if(t.left===u.node)return"skip";break}case"SpreadElement":{if(t.argument===u.node)return"replace";break}case"ObjectMethod":{if(t.key===u.node&&!t.computed)return"skip";break}case"RestElement":{if(t.argument===u.node)return"skip";break}case"TSEnumDeclaration":{if(t.id===u.node)return"skip";break}case"TSTypeAliasDeclaration":{if(t.id===u.node)return"skip";break}case"TSInterfaceDeclaration":{if(t.id===u.node)return"skip";break}}return Du(u)||_u(u)?"skip":"replace"}function Du(u){let e=u.parentPath;for(;e;){const t=e.node,a=t?.type??"";if(a==="FunctionDeclaration"||a==="FunctionExpression"||a==="ArrowFunctionExpression"||a==="ClassMethod"||a==="ObjectMethod"||a==="TSDeclareFunction")return(t.params??[]).includes(u.node);if(a==="Program"||a==="BlockStatement"||a==="ObjectExpression"||a==="ArrayExpression"||a==="StaticBlock")break;e=e.parentPath}return!1}function _u(u){let e=u.parentPath;for(;e;){const t=e.node?.type??"";if(t==="ObjectPattern")return!0;if(t==="FunctionDeclaration"||t==="FunctionExpression"||t==="ArrowFunctionExpression"||t==="Program")break;e=e.parentPath}return!1}function he(u,e,t){const{context:a={},computed:r=[],libs:n={},members:s=[],props:i=[],platform:o}=t||{},c=Array.from(a[e||""]||new Set);if(c)for(const d of c)u=D(u,d,`this.context.${d}`);for(const d of r)u.includes(`this.${d}.value`)||(u=D(u,d,`this.${d}.value`));for(const d of i)u=D(u,d,`this.${d}`);for(const[d,l]of Object.entries(n))u=D(u,d,`this.$libs.${l}.${d}`),u=D(u,`this.${d}`,`this.$libs.${l}.${d}`);for(const d of s)u=D(u,d,`this.${d}`);if(o==="uniapp"){const d=/\suni\./g;u=u.replace(d,"this.$libs.UniH5.uni.")}return u=u.replace(/_ctx\./g,"this."),u=u.replace(/this\.this\./g,"this."),u}function N(u){return{type:"JSExpression",value:/^\{[\w\W]*\}$/.test(u)?`(${u})`:u}}function C(u){return{type:"JSFunction",value:u}}const Cu=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeUnmount","unmounted","errorCaptured","renderTracked","renderTriggered","activated","deactivated"],Ru="html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot,svg,path,circle,rect,polygon".split(","),Lu="component,slot,template".split(","),Pu="view,swiper,progress,icon,text,button,checkbox,editor,form,input,label,picker,radio,slider,switch,textarea,audio,camera,image,video,map,canvas".split(",");function Mu(u,e="web"){return e==="uniapp"&&Pu.includes(u)}function We(u,e="web"){return(Ru.includes(u)||Lu.includes(u))&&!Mu(u,e)?u:Y.upperFirstCamelCase(u)}function Je(u){return u.replace(/\s+/g," ").split(";").reduce((t,a)=>{const[r,n]=a.split(":").map(s=>s.trim());return r&&n&&(t[r]=n),t},{})}function Ou(u,e,t){if(t==="ObjectExpression")return`(Object.assign({${u.split(" ").map(r=>`'${r}': true`).join(",")}}, ${e}))`;if(t==="ArrayExpression")return`([${u.split(" ").map(r=>`'${r}'`).join(",")}].concat(${e}))`}function ze(u=""){const t=u.trim().match(/DataSource:\s*([^\n=]+={0,2})/)?.[1]||"";try{return t?JSON.parse(Y.unBase64(t)):null}catch(a){return console.warn("extractDataSource fail",a),null}}const Bu=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏઑඡ༉༦ረዡᐕᒝᓃᓟᔥ\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))),Fu=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(u=>u.charCodeAt(0)));var be;const $u=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Te=(be=String.fromCodePoint)!==null&&be!==void 0?be:function(u){let e="";return u>65535&&(u-=65536,e+=String.fromCharCode(u>>>10&1023|55296),u=56320|u&1023),e+=String.fromCharCode(u),e};function Uu(u){var e;return u>=55296&&u<=57343||u>1114111?65533:(e=$u.get(u))!==null&&e!==void 0?e:u}var V;(function(u){u[u.NUM=35]="NUM",u[u.SEMI=59]="SEMI",u[u.EQUALS=61]="EQUALS",u[u.ZERO=48]="ZERO",u[u.NINE=57]="NINE",u[u.LOWER_A=97]="LOWER_A",u[u.LOWER_F=102]="LOWER_F",u[u.LOWER_X=120]="LOWER_X",u[u.LOWER_Z=122]="LOWER_Z",u[u.UPPER_A=65]="UPPER_A",u[u.UPPER_F=70]="UPPER_F",u[u.UPPER_Z=90]="UPPER_Z"})(V||(V={}));const Gu=32;var J;(function(u){u[u.VALUE_LENGTH=49152]="VALUE_LENGTH",u[u.BRANCH_LENGTH=16256]="BRANCH_LENGTH",u[u.JUMP_TABLE=127]="JUMP_TABLE"})(J||(J={}));function me(u){return u>=V.ZERO&&u<=V.NINE}function Hu(u){return u>=V.UPPER_A&&u<=V.UPPER_F||u>=V.LOWER_A&&u<=V.LOWER_F}function Wu(u){return u>=V.UPPER_A&&u<=V.UPPER_Z||u>=V.LOWER_A&&u<=V.LOWER_Z||me(u)}function Ju(u){return u===V.EQUALS||Wu(u)}var j;(function(u){u[u.EntityStart=0]="EntityStart",u[u.NumericStart=1]="NumericStart",u[u.NumericDecimal=2]="NumericDecimal",u[u.NumericHex=3]="NumericHex",u[u.NamedEntity=4]="NamedEntity"})(j||(j={}));var O;(function(u){u[u.Legacy=0]="Legacy",u[u.Strict=1]="Strict",u[u.Attribute=2]="Attribute"})(O||(O={}));class zu{constructor(e,t,a){this.decodeTree=e,this.emitCodePoint=t,this.errors=a,this.state=j.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=O.Strict}startEntity(e){this.decodeMode=e,this.state=j.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case j.EntityStart:return e.charCodeAt(t)===V.NUM?(this.state=j.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=j.NamedEntity,this.stateNamedEntity(e,t));case j.NumericStart:return this.stateNumericStart(e,t);case j.NumericDecimal:return this.stateNumericDecimal(e,t);case j.NumericHex:return this.stateNumericHex(e,t);case j.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(e.charCodeAt(t)|Gu)===V.LOWER_X?(this.state=j.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=j.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,a,r){if(t!==a){const n=a-t;this.result=this.result*Math.pow(r,n)+Number.parseInt(e.substr(t,n),r),this.consumed+=n}}stateNumericHex(e,t){const a=t;for(;t<e.length;){const r=e.charCodeAt(t);if(me(r)||Hu(r))t+=1;else return this.addToNumericResult(e,a,t,16),this.emitNumericEntity(r,3)}return this.addToNumericResult(e,a,t,16),-1}stateNumericDecimal(e,t){const a=t;for(;t<e.length;){const r=e.charCodeAt(t);if(me(r))t+=1;else return this.addToNumericResult(e,a,t,10),this.emitNumericEntity(r,2)}return this.addToNumericResult(e,a,t,10),-1}emitNumericEntity(e,t){var a;if(this.consumed<=t)return(a=this.errors)===null||a===void 0||a.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===V.SEMI)this.consumed+=1;else if(this.decodeMode===O.Strict)return 0;return this.emitCodePoint(Uu(this.result),this.consumed),this.errors&&(e!==V.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){const{decodeTree:a}=this;let r=a[this.treeIndex],n=(r&J.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){const s=e.charCodeAt(t);if(this.treeIndex=Xu(a,r,this.treeIndex+Math.max(1,n),s),this.treeIndex<0)return this.result===0||this.decodeMode===O.Attribute&&(n===0||Ju(s))?0:this.emitNotTerminatedNamedEntity();if(r=a[this.treeIndex],n=(r&J.VALUE_LENGTH)>>14,n!==0){if(s===V.SEMI)return this.emitNamedEntityData(this.treeIndex,n,this.consumed+this.excess);this.decodeMode!==O.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:a}=this,r=(a[t]&J.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),(e=this.errors)===null||e===void 0||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,a){const{decodeTree:r}=this;return this.emitCodePoint(t===1?r[e]&~J.VALUE_LENGTH:r[e+1],a),t===3&&this.emitCodePoint(r[e+2],a),a}end(){var e;switch(this.state){case j.NamedEntity:return this.result!==0&&(this.decodeMode!==O.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case j.NumericDecimal:return this.emitNumericEntity(0,2);case j.NumericHex:return this.emitNumericEntity(0,3);case j.NumericStart:return(e=this.errors)===null||e===void 0||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case j.EntityStart:return 0}}}function Xu(u,e,t,a){const r=(e&J.BRANCH_LENGTH)>>7,n=e&J.JUMP_TABLE;if(r===0)return n!==0&&a===n?t:-1;if(n){const o=a-n;return o<0||o>=r?-1:u[t+o]-1}let s=t,i=s+r-1;for(;s<=i;){const o=s+i>>>1,c=u[o];if(c<a)s=o+1;else if(c>a)i=o-1;else return u[o+r]}return-1}var y;(function(u){u[u.Tab=9]="Tab",u[u.NewLine=10]="NewLine",u[u.FormFeed=12]="FormFeed",u[u.CarriageReturn=13]="CarriageReturn",u[u.Space=32]="Space",u[u.ExclamationMark=33]="ExclamationMark",u[u.Number=35]="Number",u[u.Amp=38]="Amp",u[u.SingleQuote=39]="SingleQuote",u[u.DoubleQuote=34]="DoubleQuote",u[u.Dash=45]="Dash",u[u.Slash=47]="Slash",u[u.Zero=48]="Zero",u[u.Nine=57]="Nine",u[u.Semi=59]="Semi",u[u.Lt=60]="Lt",u[u.Eq=61]="Eq",u[u.Gt=62]="Gt",u[u.Questionmark=63]="Questionmark",u[u.UpperA=65]="UpperA",u[u.LowerA=97]="LowerA",u[u.UpperF=70]="UpperF",u[u.LowerF=102]="LowerF",u[u.UpperZ=90]="UpperZ",u[u.LowerZ=122]="LowerZ",u[u.LowerX=120]="LowerX",u[u.OpeningSquareBracket=91]="OpeningSquareBracket"})(y||(y={}));var f;(function(u){u[u.Text=1]="Text",u[u.BeforeTagName=2]="BeforeTagName",u[u.InTagName=3]="InTagName",u[u.InSelfClosingTag=4]="InSelfClosingTag",u[u.BeforeClosingTagName=5]="BeforeClosingTagName",u[u.InClosingTagName=6]="InClosingTagName",u[u.AfterClosingTagName=7]="AfterClosingTagName",u[u.BeforeAttributeName=8]="BeforeAttributeName",u[u.InAttributeName=9]="InAttributeName",u[u.AfterAttributeName=10]="AfterAttributeName",u[u.BeforeAttributeValue=11]="BeforeAttributeValue",u[u.InAttributeValueDq=12]="InAttributeValueDq",u[u.InAttributeValueSq=13]="InAttributeValueSq",u[u.InAttributeValueNq=14]="InAttributeValueNq",u[u.BeforeDeclaration=15]="BeforeDeclaration",u[u.InDeclaration=16]="InDeclaration",u[u.InProcessingInstruction=17]="InProcessingInstruction",u[u.BeforeComment=18]="BeforeComment",u[u.CDATASequence=19]="CDATASequence",u[u.InSpecialComment=20]="InSpecialComment",u[u.InCommentLike=21]="InCommentLike",u[u.BeforeSpecialS=22]="BeforeSpecialS",u[u.BeforeSpecialT=23]="BeforeSpecialT",u[u.SpecialStartSequence=24]="SpecialStartSequence",u[u.InSpecialTag=25]="InSpecialTag",u[u.InEntity=26]="InEntity"})(f||(f={}));function G(u){return u===y.Space||u===y.NewLine||u===y.Tab||u===y.FormFeed||u===y.CarriageReturn}function ne(u){return u===y.Slash||u===y.Gt||G(u)}function Zu(u){return u>=y.LowerA&&u<=y.LowerZ||u>=y.UpperA&&u<=y.UpperZ}var B;(function(u){u[u.NoValue=0]="NoValue",u[u.Unquoted=1]="Unquoted",u[u.Single=2]="Single",u[u.Double=3]="Double"})(B||(B={}));const k={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97]),XmpEnd:new Uint8Array([60,47,120,109,112])};class Qu{constructor({xmlMode:e=!1,decodeEntities:t=!0},a){this.cbs=a,this.state=f.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=f.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=e,this.decodeEntities=t,this.entityDecoder=new zu(e?Fu:Bu,(r,n)=>this.emitCodePoint(r,n))}reset(){this.state=f.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=f.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(e){this.offset+=this.buffer.length,this.buffer=e,this.parse()}end(){this.running&&this.finish()}pause(){this.running=!1}resume(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()}stateText(e){e===y.Lt||!this.decodeEntities&&this.fastForwardTo(y.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=f.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&e===y.Amp&&this.startEntity()}stateSpecialStartSequence(e){const t=this.sequenceIndex===this.currentSequence.length;if(!(t?ne(e):(e|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!t){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=f.InTagName,this.stateInTagName(e)}stateInSpecialTag(e){if(this.sequenceIndex===this.currentSequence.length){if(e===y.Gt||G(e)){const t=this.index-this.currentSequence.length;if(this.sectionStart<t){const a=this.index;this.index=t,this.cbs.ontext(this.sectionStart,t),this.index=a}this.isSpecial=!1,this.sectionStart=t+2,this.stateInClosingTagName(e);return}this.sequenceIndex=0}(e|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===k.TitleEnd?this.decodeEntities&&e===y.Amp&&this.startEntity():this.fastForwardTo(y.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=+(e===y.Lt)}stateCDATASequence(e){e===k.Cdata[this.sequenceIndex]?++this.sequenceIndex===k.Cdata.length&&(this.state=f.InCommentLike,this.currentSequence=k.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=f.InDeclaration,this.stateInDeclaration(e))}fastForwardTo(e){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===e)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(e){e===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===k.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=f.Text):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):e!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(e){return this.xmlMode?!ne(e):Zu(e)}startSpecial(e,t){this.isSpecial=!0,this.currentSequence=e,this.sequenceIndex=t,this.state=f.SpecialStartSequence}stateBeforeTagName(e){if(e===y.ExclamationMark)this.state=f.BeforeDeclaration,this.sectionStart=this.index+1;else if(e===y.Questionmark)this.state=f.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(e)){const t=e|32;this.sectionStart=this.index,this.xmlMode?this.state=f.InTagName:t===k.ScriptEnd[2]?this.state=f.BeforeSpecialS:t===k.TitleEnd[2]||t===k.XmpEnd[2]?this.state=f.BeforeSpecialT:this.state=f.InTagName}else e===y.Slash?this.state=f.BeforeClosingTagName:(this.state=f.Text,this.stateText(e))}stateInTagName(e){ne(e)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=f.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateBeforeClosingTagName(e){G(e)||(e===y.Gt?this.state=f.Text:(this.state=this.isTagStartChar(e)?f.InClosingTagName:f.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(e){(e===y.Gt||G(e))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=f.AfterClosingTagName,this.stateAfterClosingTagName(e))}stateAfterClosingTagName(e){(e===y.Gt||this.fastForwardTo(y.Gt))&&(this.state=f.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(e){e===y.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=f.InSpecialTag,this.sequenceIndex=0):this.state=f.Text,this.sectionStart=this.index+1):e===y.Slash?this.state=f.InSelfClosingTag:G(e)||(this.state=f.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(e){e===y.Gt?(this.cbs.onselfclosingtag(this.index),this.state=f.Text,this.sectionStart=this.index+1,this.isSpecial=!1):G(e)||(this.state=f.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateInAttributeName(e){(e===y.Eq||ne(e))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=f.AfterAttributeName,this.stateAfterAttributeName(e))}stateAfterAttributeName(e){e===y.Eq?this.state=f.BeforeAttributeValue:e===y.Slash||e===y.Gt?(this.cbs.onattribend(B.NoValue,this.sectionStart),this.sectionStart=-1,this.state=f.BeforeAttributeName,this.stateBeforeAttributeName(e)):G(e)||(this.cbs.onattribend(B.NoValue,this.sectionStart),this.state=f.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(e){e===y.DoubleQuote?(this.state=f.InAttributeValueDq,this.sectionStart=this.index+1):e===y.SingleQuote?(this.state=f.InAttributeValueSq,this.sectionStart=this.index+1):G(e)||(this.sectionStart=this.index,this.state=f.InAttributeValueNq,this.stateInAttributeValueNoQuotes(e))}handleInAttributeValue(e,t){e===t||!this.decodeEntities&&this.fastForwardTo(t)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(t===y.DoubleQuote?B.Double:B.Single,this.index+1),this.state=f.BeforeAttributeName):this.decodeEntities&&e===y.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(e){this.handleInAttributeValue(e,y.DoubleQuote)}stateInAttributeValueSingleQuotes(e){this.handleInAttributeValue(e,y.SingleQuote)}stateInAttributeValueNoQuotes(e){G(e)||e===y.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(B.Unquoted,this.index),this.state=f.BeforeAttributeName,this.stateBeforeAttributeName(e)):this.decodeEntities&&e===y.Amp&&this.startEntity()}stateBeforeDeclaration(e){e===y.OpeningSquareBracket?(this.state=f.CDATASequence,this.sequenceIndex=0):this.state=e===y.Dash?f.BeforeComment:f.InDeclaration}stateInDeclaration(e){(e===y.Gt||this.fastForwardTo(y.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=f.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(e){(e===y.Gt||this.fastForwardTo(y.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=f.Text,this.sectionStart=this.index+1)}stateBeforeComment(e){e===y.Dash?(this.state=f.InCommentLike,this.currentSequence=k.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=f.InDeclaration}stateInSpecialComment(e){(e===y.Gt||this.fastForwardTo(y.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=f.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(e){const t=e|32;t===k.ScriptEnd[3]?this.startSpecial(k.ScriptEnd,4):t===k.StyleEnd[3]?this.startSpecial(k.StyleEnd,4):(this.state=f.InTagName,this.stateInTagName(e))}stateBeforeSpecialT(e){switch(e|32){case k.TitleEnd[3]:{this.startSpecial(k.TitleEnd,4);break}case k.TextareaEnd[3]:{this.startSpecial(k.TextareaEnd,4);break}case k.XmpEnd[3]:{this.startSpecial(k.XmpEnd,4);break}default:this.state=f.InTagName,this.stateInTagName(e)}}startEntity(){this.baseState=this.state,this.state=f.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?O.Strict:this.baseState===f.Text||this.baseState===f.InSpecialTag?O.Legacy:O.Attribute)}stateInEntity(){const e=this.entityDecoder.write(this.buffer,this.index-this.offset);e>=0?(this.state=this.baseState,e===0&&(this.index=this.entityStart)):this.index=this.offset+this.buffer.length-1}cleanup(){this.running&&this.sectionStart!==this.index&&(this.state===f.Text||this.state===f.InSpecialTag&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===f.InAttributeValueDq||this.state===f.InAttributeValueSq||this.state===f.InAttributeValueNq)&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){for(;this.shouldContinue();){const e=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case f.Text:{this.stateText(e);break}case f.SpecialStartSequence:{this.stateSpecialStartSequence(e);break}case f.InSpecialTag:{this.stateInSpecialTag(e);break}case f.CDATASequence:{this.stateCDATASequence(e);break}case f.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(e);break}case f.InAttributeName:{this.stateInAttributeName(e);break}case f.InCommentLike:{this.stateInCommentLike(e);break}case f.InSpecialComment:{this.stateInSpecialComment(e);break}case f.BeforeAttributeName:{this.stateBeforeAttributeName(e);break}case f.InTagName:{this.stateInTagName(e);break}case f.InClosingTagName:{this.stateInClosingTagName(e);break}case f.BeforeTagName:{this.stateBeforeTagName(e);break}case f.AfterAttributeName:{this.stateAfterAttributeName(e);break}case f.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(e);break}case f.BeforeAttributeValue:{this.stateBeforeAttributeValue(e);break}case f.BeforeClosingTagName:{this.stateBeforeClosingTagName(e);break}case f.AfterClosingTagName:{this.stateAfterClosingTagName(e);break}case f.BeforeSpecialS:{this.stateBeforeSpecialS(e);break}case f.BeforeSpecialT:{this.stateBeforeSpecialT(e);break}case f.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(e);break}case f.InSelfClosingTag:{this.stateInSelfClosingTag(e);break}case f.InDeclaration:{this.stateInDeclaration(e);break}case f.BeforeDeclaration:{this.stateBeforeDeclaration(e);break}case f.BeforeComment:{this.stateBeforeComment(e);break}case f.InProcessingInstruction:{this.stateInProcessingInstruction(e);break}case f.InEntity:{this.stateInEntity();break}}this.index++}this.cleanup()}finish(){this.state===f.InEntity&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){const e=this.buffer.length+this.offset;this.sectionStart>=e||(this.state===f.InCommentLike?this.currentSequence===k.CdataEnd?this.cbs.oncdata(this.sectionStart,e,0):this.cbs.oncomment(this.sectionStart,e,0):this.state===f.InTagName||this.state===f.BeforeAttributeName||this.state===f.BeforeAttributeValue||this.state===f.AfterAttributeName||this.state===f.InAttributeName||this.state===f.InAttributeValueSq||this.state===f.InAttributeValueDq||this.state===f.InAttributeValueNq||this.state===f.InClosingTagName||this.cbs.ontext(this.sectionStart,e))}emitCodePoint(e,t){this.baseState!==f.Text&&this.baseState!==f.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(e)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.ontextentity(e,this.sectionStart))}}const Z=new Set(["input","option","optgroup","select","button","datalist","textarea"]),T=new Set(["p"]),Ne=new Set(["thead","tbody"]),ke=new Set(["dd","dt"]),je=new Set(["rt","rp"]),Ku=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",T],["h1",T],["h2",T],["h3",T],["h4",T],["h5",T],["h6",T],["select",Z],["input",Z],["output",Z],["button",Z],["datalist",Z],["textarea",Z],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",ke],["dt",ke],["address",T],["article",T],["aside",T],["blockquote",T],["details",T],["div",T],["dl",T],["fieldset",T],["figcaption",T],["figure",T],["footer",T],["form",T],["header",T],["hr",T],["main",T],["nav",T],["ol",T],["pre",T],["section",T],["table",T],["ul",T],["rt",je],["rp",je],["tbody",Ne],["tfoot",Ne]]),Yu=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),Ve=new Set(["math","svg"]),qe=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),et=/\s|\//;class ut{constructor(e,t={}){var a,r,n,s,i,o;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=e??{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(a=t.lowerCaseTags)!==null&&a!==void 0?a:this.htmlMode,this.lowerCaseAttributeNames=(r=t.lowerCaseAttributeNames)!==null&&r!==void 0?r:this.htmlMode,this.recognizeSelfClosing=(n=t.recognizeSelfClosing)!==null&&n!==void 0?n:!this.htmlMode,this.tokenizer=new((s=t.Tokenizer)!==null&&s!==void 0?s:Qu)(this.options,this),this.foreignContext=[!this.htmlMode],(o=(i=this.cbs).onparserinit)===null||o===void 0||o.call(i,this)}ontext(e,t){var a,r;const n=this.getSlice(e,t);this.endIndex=t-1,(r=(a=this.cbs).ontext)===null||r===void 0||r.call(a,n),this.startIndex=t}ontextentity(e,t){var a,r;this.endIndex=t-1,(r=(a=this.cbs).ontext)===null||r===void 0||r.call(a,Te(e)),this.startIndex=t}isVoidElement(e){return this.htmlMode&&Yu.has(e)}onopentagname(e,t){this.endIndex=t;let a=this.getSlice(e,t);this.lowerCaseTagNames&&(a=a.toLowerCase()),this.emitOpenTag(a)}emitOpenTag(e){var t,a,r,n;this.openTagStart=this.startIndex,this.tagname=e;const s=this.htmlMode&&Ku.get(e);if(s)for(;this.stack.length>0&&s.has(this.stack[0]);){const i=this.stack.shift();(a=(t=this.cbs).onclosetag)===null||a===void 0||a.call(t,i,!0)}this.isVoidElement(e)||(this.stack.unshift(e),this.htmlMode&&(Ve.has(e)?this.foreignContext.unshift(!0):qe.has(e)&&this.foreignContext.unshift(!1))),(n=(r=this.cbs).onopentagname)===null||n===void 0||n.call(r,e),this.cbs.onopentag&&(this.attribs={})}endOpenTag(e){var t,a;this.startIndex=this.openTagStart,this.attribs&&((a=(t=this.cbs).onopentag)===null||a===void 0||a.call(t,this.tagname,this.attribs,e),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(e){this.endIndex=e,this.endOpenTag(!1),this.startIndex=e+1}onclosetag(e,t){var a,r,n,s,i,o,c,d;this.endIndex=t;let l=this.getSlice(e,t);if(this.lowerCaseTagNames&&(l=l.toLowerCase()),this.htmlMode&&(Ve.has(l)||qe.has(l))&&this.foreignContext.shift(),this.isVoidElement(l))this.htmlMode&&l==="br"&&((s=(n=this.cbs).onopentagname)===null||s===void 0||s.call(n,"br"),(o=(i=this.cbs).onopentag)===null||o===void 0||o.call(i,"br",{},!0),(d=(c=this.cbs).onclosetag)===null||d===void 0||d.call(c,"br",!1));else{const p=this.stack.indexOf(l);if(p!==-1)for(let b=0;b<=p;b++){const h=this.stack.shift();(r=(a=this.cbs).onclosetag)===null||r===void 0||r.call(a,h,b!==p)}else this.htmlMode&&l==="p"&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=t+1}onselfclosingtag(e){this.endIndex=e,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=e+1):this.onopentagend(e)}closeCurrentTag(e){var t,a;const r=this.tagname;this.endOpenTag(e),this.stack[0]===r&&((a=(t=this.cbs).onclosetag)===null||a===void 0||a.call(t,r,!e),this.stack.shift())}onattribname(e,t){this.startIndex=e;const a=this.getSlice(e,t);this.attribname=this.lowerCaseAttributeNames?a.toLowerCase():a}onattribdata(e,t){this.attribvalue+=this.getSlice(e,t)}onattribentity(e){this.attribvalue+=Te(e)}onattribend(e,t){var a,r;this.endIndex=t,(r=(a=this.cbs).onattribute)===null||r===void 0||r.call(a,this.attribname,this.attribvalue,e===B.Double?'"':e===B.Single?"'":e===B.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(e){const t=e.search(et);let a=t<0?e:e.substr(0,t);return this.lowerCaseTagNames&&(a=a.toLowerCase()),a}ondeclaration(e,t){this.endIndex=t;const a=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){const r=this.getInstructionName(a);this.cbs.onprocessinginstruction(`!${r}`,`!${a}`)}this.startIndex=t+1}onprocessinginstruction(e,t){this.endIndex=t;const a=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){const r=this.getInstructionName(a);this.cbs.onprocessinginstruction(`?${r}`,`?${a}`)}this.startIndex=t+1}oncomment(e,t,a){var r,n,s,i;this.endIndex=t,(n=(r=this.cbs).oncomment)===null||n===void 0||n.call(r,this.getSlice(e,t-a)),(i=(s=this.cbs).oncommentend)===null||i===void 0||i.call(s),this.startIndex=t+1}oncdata(e,t,a){var r,n,s,i,o,c,d,l,p,b;this.endIndex=t;const h=this.getSlice(e,t-a);!this.htmlMode||this.options.recognizeCDATA?((n=(r=this.cbs).oncdatastart)===null||n===void 0||n.call(r),(i=(s=this.cbs).ontext)===null||i===void 0||i.call(s,h),(c=(o=this.cbs).oncdataend)===null||c===void 0||c.call(o)):((l=(d=this.cbs).oncomment)===null||l===void 0||l.call(d,`[CDATA[${h}]]`),(b=(p=this.cbs).oncommentend)===null||b===void 0||b.call(p)),this.startIndex=t+1}onend(){var e,t;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let a=0;a<this.stack.length;a++)this.cbs.onclosetag(this.stack[a],!0)}(t=(e=this.cbs).onend)===null||t===void 0||t.call(e)}reset(){var e,t,a,r;(t=(e=this.cbs).onreset)===null||t===void 0||t.call(e),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(r=(a=this.cbs).onparserinit)===null||r===void 0||r.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}parseComplete(e){this.reset(),this.end(e)}getSlice(e,t){for(;e-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let a=this.buffers[0].slice(e-this.bufferOffset,t-this.bufferOffset);for(;t-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),a+=this.buffers[0].slice(0,t-this.bufferOffset);return a}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(e){var t,a;if(this.ended){(a=(t=this.cbs).onerror)===null||a===void 0||a.call(t,new Error(".write() after done!"));return}this.buffers.push(e),this.tokenizer.running&&(this.tokenizer.write(e),this.writeIndex++)}end(e){var t,a;if(this.ended){(a=(t=this.cbs).onerror)===null||a===void 0||a.call(t,new Error(".end() after done!"));return}e&&this.write(e),this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()}parseChunk(e){this.write(e)}done(e){this.end(e)}}function xe(u,e="web"){const t={name:"",children:[]},a=[t];let r="";const n=new ut({onopentag:(s,i,o)=>{const c=a[a.length-1];r.trim()&&(Array.isArray(c.children)?c.children.push({name:"span",children:r.trim()}):c.children=r.trim(),r="");const d=Object.entries(i||{}).reduce((p,b)=>{let[h="",S=""]=b;return h&&(p[h]=S),p},{});d.style&&(d.style=Je(d.style));const l={name:We(s,e),props:d};Array.isArray(c.children)?c.children.push(l):c.children?c.children=[{name:"span",children:c.children},l]:c.children=[l],o||a.push(l)},ontext:s=>{const i=s.trim();i&&i!=='"'&&(r+=i)},onclosetag:()=>{const s=a.pop();r.trim()&&(Array.isArray(s?.children)?s.children.push({name:"span",children:r.trim()}):s&&(s.children=r.trim()),r="")}},{decodeEntities:!0});return n.write(u.replace(/\\"/g,'"')),n.end(),t.children||[]}function tt(u,e){const a={imports:at(u),emits:[],errors:[]},r=R(u);return z(r,{ExportDefaultDeclaration(n){const s=n.node.declaration;if(s.type!=="CallExpression")return;const i=s.arguments[0];if(i?.type!=="ObjectExpression")return;const o=i.properties.filter(l=>l.type==="ObjectProperty"),c=i.properties.filter(l=>l.type=="ObjectMethod"),d=o.find(l=>l.key.name==="computed");d&&(a.computed=Xe(d.value),a.watchers=ot(d.value));for(const l of o)switch(l.key.name){case"name":a.name=l.value.value;break;case"methods":a.handlers=ct(l.value),a.methods=it(l.value),a.dataSources=st(l.value,e);break;case"watch":a.watch=dt(l.value,a.watchers);break;case"props":a.props=bt(l.value);break;case"inject":a.inject=ht(l.value);break;case"expose":a.expose=mt(l.value);break;case"emits":a.emits=xt(l.value);break;case"directives":a.directives=yt(l.value);break}for(const l of c)switch(l.key.name){case"setup":a.state=nt(l.body);break}a.lifeCycles=lt(c)},CallExpression(n){const s=pt(n.node);if(s.length)for(let i of s)a.emits?.find(c=>c.name===i.name)||a.emits?.push(i)}}),a}function at(u){const e=/import\s+{(.+?)}\s+from\s+['"](.+?)['"]/g,t=/import\s+(.+?)\s+from\s+['"](.+?)['"]/g,a=/^{(.+?)}$/,r=[];let n;const s=u.replace(/\n/g," ");for(;(n=e.exec(s))!==null;){const i=n[2]==="@element-plus/icons-vue"?"@vtj/icons":n[2];r.push({from:i,imports:n[1].split(",").map(o=>o.trim())})}for(;(n=t.exec(s))!==null;){const i=n[1],o=n[2];i&&!a.test(i)&&r.push({from:o,imports:i})}return r}function rt(u){for(const e of u.body)if(e.type==="VariableDeclaration"&&e.kind=="const"){const{id:t,init:a}=e.declarations[0];if(t.loc?.identifierName==="state"&&a?.type==="CallExpression"&&a.callee.loc?.identifierName==="reactive")return a.arguments[0]}return null}function nt(u){const e=rt(u);if(!e)return{};const t={};for(const a of e.properties)if(a.type==="ObjectProperty"){const{key:r,value:n}=a;if(r.type==="Identifier"){const s=A(n);t[r.name]=N(s)}}else if(a.type==="ObjectMethod"){const{key:r,params:n,body:s}=a;if(r.type==="Identifier"){const i=A(s),c=`(${n.map(d=>d.name||"none").join(",")}) => ${i}`;t[r.name]=N(c)}}return t}function X(u){const{key:e,async:t,params:a,body:r}=u,n=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(", ");if(e.type==="Identifier"){const s=e.name;let i="{}";r&&(i=A(r)||"{}");const o=u.value;if(o&&o.type==="CallExpression"){let b=A(o)||"";b=b.replace("function () {","() => {"),i=`{ return (${b})}`}const d=`${t?"async ":""}(${n}) => ${i}`,l=s.startsWith("watcher_");return{id:l?s.replace("watcher_",""):"",name:s,watcher:l,exp:C(d)}}}function Xe(u){if(!u)return{};const e={};for(const t of u.properties){const a=X(t);a&&!a.watcher&&!a.exp.value.includes("this.provider.createMock")&&!a.exp.value.includes("this.provider.apis")&&(e[a.name]=a.exp)}return e}function st(u,e){if(!u)return{};const t={},a=/apis\['([\w]*)'\]/,r=n=>{const s=n.indexOf(".then(");if(s===-1)return null;let i=1,o=s+6;for(;o<n.length&&i>0;){const c=n[o];c==="("?i++:c===")"&&i--,o++}return n.substring(s+6,o-1).trim()};for(const n of u.properties){const s=X(n),i=n.body.body?.[0],o=(i?.leadingComments?.[0].value||"").trim(),c=ze(o);if(s&&s.exp.value.includes("this.provider.apis")){const l=(s.exp.value.match(a)||[])[1];if(!l)continue;const p=gt(e,l);if(!p)continue;const b=r(s.exp.value);t[s.name]={ref:l,name:s.name,test:c?.test||{type:"JSFunction",value:`() => this.runApi({
|
|
8
8
|
/* 在这里可输入接口参数 */
|
|
9
9
|
})`},type:"api",label:p.label,transform:{type:"JSFunction",value:b||`(res) => {
|
|
10
10
|
return res;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
/* 在这里可输入接口参数 */
|
|
13
13
|
})`},type:"mock",label:c?.label||"",transform:c?.transform||{type:"JSFunction",value:l||`(res) => {
|
|
14
14
|
return res;
|
|
15
|
-
}`},mockTemplate:c?.mockTemplate||{type:"JSFunction",value:d?A(d):""}}}}return t}function it(u){const e=Xe(u),t=/\_([\w]{5,})$/,a={};for(const r of Object.keys(e))t.test(r)||(a[r]=e[r]);return a}function ct(u){if(!u)return{};const e={},t=/\_([\w]{5,})$/;for(const a of u.properties){const r=a.key.name;if(t.test(r))try{if(a.body.body[0]?.argument){const n=A(a.body.body[0].argument.callee.object);e[r]=C(n)}else e[r]=X(a)?.exp}catch(n){console.warn(n)}}return e}function ot(u){if(!u)return{};const e={};for(const t of u.properties){const a=X(t);a&&a.watcher&&(e[a.name]=a.exp)}return e}function ue(u,e){return!!Ze(u,e)}function Ze(u,e){return u?.find(a=>a.key?.name===e)?.value?.value}function De(u,e){const t=u?.find(a=>a.key?.name===e);if(t)return X(t)?.exp}function dt(u,e={}){const t=[];for(const a of u.properties){const{key:r,value:n}=a,s=r.value||r.name||"";if(e[s]){const i=n.properties;t.push({id:s.replace("watcher_",""),source:e[s],deep:ue(i,"deep"),immediate:ue(i,"immediate"),handler:De(i,"handler")})}else if(a.type==="ObjectMethod"&&t.push({id:Y.uid(),source:{type:"JSFunction",value:`() => { return this.${s}; }`},deep:!1,immediate:!1,handler:X(a)?.exp}),a.type==="ObjectProperty"){const i=n.properties;t.push({id:Y.uid(),source:{type:"JSFunction",value:`() => { return this.${s}; }`},deep:ue(i,"deep"),immediate:ue(i,"immediate"),handler:De(i,"handler")})}}return t}function lt(u){const e={};for(const t of u){const a=t.key.name;if(Cu.includes(a)){const r=X(t);r&&(e[r.name]=r.exp)}}return e}function ft(u){const e=u?.find(t=>t.key?.name==="type");if(e)return e.value.type==="ArrayExpression"?e.value.elements.map(t=>t.name):e.value.name}function Qe(u){const e=u?.find(t=>t.key?.name==="default");if(e)return N(A(e.value))}function bt(u){if(!u)return[];let e=[];return u.type==="ArrayExpression"?e=u.elements.map(t=>t.value):u.type==="ObjectExpression"&&(e=u.properties?.map(t=>{const{key:a,value:r}=t,n=r.properties||[];return{name:a.name,required:ue(n,"required"),type:ft(n),default:Qe(n)}})),e}function pt(u){const e=[];if(u.callee.type==="MemberExpression"&&u.callee.property?.name==="$emit"){const[a,...r]=(u.arguments||[]).map(n=>n.value||n.name);a&&e.push({name:a,params:r.filter(n=>!!n)})}return e}function ht(u){let e=[];return u.type==="ObjectExpression"&&(e=u.properties?.map(t=>{const{key:a,value:r}=t,n=r.properties,s=a.name,i=Ze(n,"from"),o=Qe(n);return{name:s,from:i||s,default:o}})),e}function mt(u){return u&&u.elements?u.elements.map(e=>e?.type==="StringLiteral"?e.value:"").filter(e=>!!e):[]}function xt(u){return u&&u.elements?u.elements.map(e=>e?.type==="StringLiteral"&&e.value?{name:e.value,params:[]}:null).filter(e=>!!e):[]}function gt(u,e){return(u.apis||[]).find(t=>t.id===e||t.name===e)}function yt(u){if(!u?.properties)return{};const e={};for(const t of u.properties){const{key:a,value:r}=t;a?.name&&r?.name&&(e[a.name]=e[a.name.toLowerCase()]={type:"JSExpression",value:r.name})}return e}let ge=[],ce={},Ke={},Ye={},eu={},oe="web",uu=[];function tu(u,e,t="",a){ge=[],ce={},Ke=a?.handlers||{},eu=a?.styles||{},oe=a?.platform||"web",uu=a?.imports||[],Ye=a?.directives||{};const n=se.compileTemplate({id:u,filename:e,source:t,isProd:!0,slotted:!0}).ast?.children||[],s=[];for(const i of n){const o=Q(i);Array.isArray(o)?s.push(...o):s.push(o)}return{nodes:s.filter(i=>!!i),slots:ge,context:ce}}function St(u){if(u.name==="slot"){let e="default";const t=[];for(const[a,r]of Object.entries(u.props||{}))a==="name"?e=r:t.push(a);ge.push({name:e,params:t})}}function vt(u){const e={};for(const t of u){if(t.type===E.NodeTypes.ATTRIBUTE)if(t.name==="class"){const a=t.value?.content||"",r=/[\w]+_[\w]{5,}/,n=a.match(r)?.[0]||"",s=a.split(" ").filter(o=>o!==n),i=eu[`.${n}`];i&&(e.style=i),s.length&&(e.class=s.join(" "))}else if(t.name==="style"){const a=t.value?.content||"";a&&(e.style=Je(a))}else e[t.name]=t.value?.content||"";if(t.type===E.NodeTypes.DIRECTIVE&&t.name==="bind"&&(t.exp?.type===E.NodeTypes.SIMPLE_EXPRESSION&&t.arg?.type===E.NodeTypes.SIMPLE_EXPRESSION&&(e[t.arg.content]=N(`(${t.exp.content})`)),t.exp?.type===E.NodeTypes.COMPOUND_EXPRESSION&&t.arg?.type===E.NodeTypes.SIMPLE_EXPRESSION))if(t.arg.content==="class"&&e.class){const a=t.exp.ast.type,r=Ou(e.class,t.exp.loc.source,a);r&&(e[t.arg.content]=N(r))}else e[t.arg.content]=N(`(${t.exp.loc.source})`)}return e}function Et(u={}){const e={};for(const[t,a]of Object.entries(u))e[t==="tap"?"click":t]=a;return e}function wt(u,e={}){const t={};for(const a of u)if(a.type===E.NodeTypes.DIRECTIVE&&a.name==="on"&&a.arg?.type===E.NodeTypes.SIMPLE_EXPRESSION){const r=a.modifiers.reduce((c,d)=>(d.content&&(c[d.content]=!0),c),{});let n=a.exp?.loc.source||"";n||(n="() => {}");const s=new RegExp(`${a.arg.content}_[\\w]{5,}`),i=n.match(s)?.[0]||"",o=e[i];if(i&&o)t[a.arg.content]={name:a.arg.content,handler:o,modifiers:r};else{const c=a.exp?.ast,d=c?.type,l=d==="CallExpression",p=d==="ArrowFunctionExpression",b=d==="FunctionExpression",h=d==="Identifier",S=d==="MemberExpression",w=!c&&/^[a-zA-Z_$][\w$]*(?:\.[a-zA-Z_$][\w$]*)*$/.test(n);let m;if(l)m=N(n);else if(h||S||w)m=C(n);else if(p||b){const g=c?.body,x=c?.params;g&&g.type==="Identifier"&&(!x||x.length===0)?m=C(g.name):m=C(n)}else{let g=!1;try{const v=R(n).program.body;if(v.length===1&&v[0].type==="ExpressionStatement"){const I=v[0].expression?.type;g=I==="ArrowFunctionExpression"||I==="FunctionExpression"}}catch{}if(g)m=C(n);else{const v=/\$event\b/.test(n)?"($event) => ":"() => ";m=C(`${v}${n}`)}}t[a.arg.content]={name:a.arg.content,handler:m,modifiers:r}}}return Et(t)}function ae(u,e){const t=[],a=["if","for","model","show","bind","html"];if(e&&(u.type===E.NodeTypes.IF_BRANCH||u.type===E.NodeTypes.IF)&&e.forEach((r,n)=>{if(u===r){const s=n===0?"vIf":r.condition?"vElseIf":"vElse",i=r.condition?.loc.source||"";t.push({name:s,value:s==="vElse"?!0:N(i)});const o=u.children?.[0];if(o){const c=ae(o);t.push(...c)}}}),u.type===E.NodeTypes.FOR&&t.push({name:"vFor",value:N(u.source.loc.source),iterator:{item:u.valueAlias?.loc.source||"item",index:u.keyAlias?.loc.source||"index"}}),u.type===E.NodeTypes.ELEMENT){const r=u.props.filter(d=>d.type===E.NodeTypes.DIRECTIVE),n=r.filter(d=>d.name==="model");n.length&&n.forEach(d=>{t.push({name:"vModel",arg:d.arg?.content,value:N(d.exp?.loc.source||"")})});const s=r.find(d=>d.name==="show");s&&t.push({name:"vShow",value:N(s.exp?.loc.source||"")});const i=r.find(d=>d.name==="bind"&&!d.arg);i&&t.push({name:"vBind",value:N(i.exp?.loc.source||"")});const o=r.find(d=>d.name==="html");o&&t.push({name:"vHtml",value:N(o.exp?.loc.source||"")});const c=r.filter(d=>!a.includes(d.name));for(const d of c){const l=(d.modifiers||[]).reduce((h,S)=>(h[S.content]=!0,h),{}),p=d.arg?.content||void 0,b=Ye[d.name];b&&t.push({name:b,value:N(d.exp?.loc.source||""),arg:p,modifiers:l})}}return t}function au(u){let e="";if(u.type===E.NodeTypes.ELEMENT){const{props:t=[],tag:a}=u;for(const r of t)if(r.name==="class"){const n=r.value?.content||"",s=new RegExp(`${a}_([\\w]+)`);e=n.match(s)?.[1]||""}else if(r.type===E.NodeTypes.DIRECTIVE&&r.name==="on"){const n=r.arg?.loc?.source||"",s=r.exp?.loc?.source||"",i=new RegExp(`${n}_([\\w]+)`);e=s.match(i)?.[1]||""}}return e||Y.uid()}function It(u){const e=/\.\/(.+?)\.vue/;for(const{from:t,imports:a}of uu){if(Array.isArray(a)&&a.includes(u))return t;if(a===u){const r=t.match(e)?.[1];if(r)return{type:"Schema",id:r}}}}function ye(u,e){const t=new Set(e?.id?ce[e.id]:[]),a=(u.directives||[]).find(s=>s.name==="vFor");let r=new Set(Array.from(t));if(a){const{item:s="item",index:i="index"}=a.iterator||{};r=new Set([s,i,...Array.from(r)])}const n=u.slot;if(n){const s=typeof n=="string"?[]:n.params||[],i=s.length?s:[`scope_${e?.id}`];r=new Set([...i,...Array.from(r)])}ce[u.id]=r}function pe(u,e,t,a){const r={name:We(u.tag,oe),from:It(u.tag),props:vt(u.props),events:wt(u.props,Ke),directives:ae(t||u,a)};r.id=au(u),ye(r,e);const n=de(r,u.children);return ye(r,e),St(n),n}function At(u=[],e){return u.map(t=>Q(t,e,u))}function Q(u,e,t){if(u.type===E.NodeTypes.ELEMENT)return pe(u,e);if(u.type===E.NodeTypes.IF)return Tt(u);if(t&&u.type===E.NodeTypes.IF_BRANCH){const a=u.children.find(r=>r.type===E.NodeTypes.ELEMENT||r.type===E.NodeTypes.FOR);if(a){if(a.type===E.NodeTypes.ELEMENT)return pe(a,e,u,t);if(a.type===E.NodeTypes.FOR){const n={name:"div",directives:ae(u)};return de(n,u.children||[])}}return""}if(u.type===E.NodeTypes.FOR){const a=u.children[0];if(u.children.length>1||a.type!==E.NodeTypes.ELEMENT){const n={name:"span",directives:ae(u)};return de(n,u.children)}else return pe(a,e,u)}if(u.type===E.NodeTypes.TEXT_CALL)return u.content.type==E.NodeTypes.TEXT?u.content.content:u.content.type===E.NodeTypes.INTERPOLATION?N(u.content.content.loc.source):u.content.type===E.NodeTypes.COMPOUND_EXPRESSION?_e(u.content.children):"";if(u.type===E.NodeTypes.TEXT)return u.content;if(u.type===E.NodeTypes.INTERPOLATION&&(u.content.type===E.NodeTypes.SIMPLE_EXPRESSION||u.content.type===E.NodeTypes.COMPOUND_EXPRESSION))return N(u.content.loc.source);if(u.type===E.NodeTypes.COMPOUND_EXPRESSION)return _e(u.children);u.type!==E.NodeTypes.COMMENT&&console.warn("未处理",u.type)}function _e(u=[]){const e=u.filter(a=>typeof a!="string"),t=[];for(const a of e)t.push({name:"span",children:a.type===E.NodeTypes.TEXT?a.loc.source:N(a.content?.loc.source)});return{name:"span",children:t}}function de(u,e=[]){const t=[];for(const a of e)if(a.type===E.NodeTypes.ELEMENT&&a.codegenNode?.value?.arguments){const r=a.codegenNode.value.arguments[0];if(r){const n=xe(r,oe);t.push(...n)}}else if(a.type===E.NodeTypes.ELEMENT&&a.tag==="template"){const r=a.props.find(n=>n.name==="slot");for(const n of a.children){const s=n.type===E.NodeTypes.TEXT||n.type===E.NodeTypes.TEXT_CALL?{name:"span",children:Q(n,u)}:Q(n,u);s&&(Array.isArray(s)?s:[s]).forEach(o=>{Iu(o)&&r?.type===E.NodeTypes.DIRECTIVE&&(o.id=au(n),o.slot={name:r.arg?.content||"default",params:r.exp?.identifiers||[],scope:r.exp?.type===E.NodeTypes.SIMPLE_EXPRESSION?r.exp.content:""},ye(o,u)),t.push(o)})}}else if(a.type===E.NodeTypes.JS_CALL_EXPRESSION){const r=a.arguments?.[0];if(r){const n=xe(r,oe);t.push(...n)}}else if(a.type===E.NodeTypes.TEXT_CALL){const r=Q(a,u);r&&(Array.isArray(r)?t.push(...r):t.push(r))}else{const r=Q(a,u);r&&(Array.isArray(r)?t.push(...r):t.push(r))}if(t.length===1){const a=t[0];u.children=typeof a=="string"||ie(a)?a:[a]}else u.children=t.map(a=>typeof a=="string"||ie(a)?{name:"span",children:a}:a);return u}function Tt(u){const e=u.branches||[],t=e[0],a=t.children||[];if(t?.isTemplateIf||a.length>1||a[0].type!==E.NodeTypes.ELEMENT){const n={name:"span",directives:ae(t,e)};return de(n,t.children)}else return At(e)}const Nt={onBeforeMount:"beforeMount",onMounted:"mounted",onBeforeUpdate:"beforeUpdate",onUpdated:"updated",onBeforeUnmount:"beforeUnmount",onUnmounted:"unmounted",onErrorCaptured:"errorCaptured",onRenderTracked:"renderTracked",onRenderTriggered:"renderTriggered",onActivated:"activated",onDeactivated:"deactivated",onLoad:"onLoad",onShow:"onShow",onReady:"onReady",onHide:"onHide",onUnload:"onUnload",onResize:"onResize",onPullDownRefresh:"onPullDownRefresh",onReachBottom:"onReachBottom",onTabItemTap:"onTabItemTap",onShareAppMessage:"onShareAppMessage",onPageScroll:"onPageScroll",onNavigationBarButtonTap:"onNavigationBarButtonTap",onBackPress:"onBackPress",onNavigationBarSearchInputChanged:"onNavigationBarSearchInputChanged",onNavigationBarSearchInputConfirmed:"onNavigationBarSearchInputConfirmed",onNavigationBarSearchInputClicked:"onNavigationBarSearchInputClicked",onShareTimeline:"onShareTimeline",onAddToFavorites:"onAddToFavorites"},kt=new Set(["vue-router","pinia","vue-i18n","@vtj/renderer"]),jt=new Set(Object.values(F.GLOBAL_API_MAP).map(u=>u.composable).filter(u=>!!u));function Vt(u,e){const t=qt(u),a=Dt(t),{dependencies:r=[]}=e||{},n=r.reduce((c,d)=>(c[d.package]=d.library,c),{}),s={imports:t,refs:{},reactives:{},state:{},computed:{},methods:{},watch:[],lifeCycles:{},props:[],emits:[],expose:[],inject:[],provide:{},composables:[],setup:void 0,handlers:{},dataSources:{},directives:{}},i=[],o=R(u);if(z(o,{VariableDeclaration(c){if(c.parent.type!=="Program")return;const d=c.node;for(const p of d.declarations){if(!p.init)continue;const b=p.init;if(b.type==="CallExpression"){const h=Ce(b);if(h==="ref"){const w=L(p.id);if(w){const m=b.arguments[0]?A(b.arguments[0]):"undefined";s.refs[w]=N(m)}return}if(h==="reactive"){const w=L(p.id);if(w)if(w==="__state")s.state=Ct(b.arguments[0]);else{const m=b.arguments[0]?A(b.arguments[0]):"{}";s.reactives[w]=N(m)}return}if(h==="computed"){const w=L(p.id);if(w){const m=b.arguments[0]?A(b.arguments[0]):"() => {}";s.computed[w]=C(m)}return}if(h==="inject"){const w=L(p.id);if(w){const m=b.arguments[0],g=b.arguments[1],x=m?Le(m):w;s.inject.push({name:w,from:x||w,default:g?N(A(g)):void 0})}return}if(h==="defineProps"||h==="withDefaults"){s.props=Pe(b);return}if(h==="defineEmits"){s.emits=Oe(b);return}if(h&&/^use[A-Z]/.test(h)){const w=a.get(h);if(_t(h,w)){const x=Re(p.id);x.length>0&&(s.globalApiDestructured??=[],s.globalApiDestructured.push({callee:h,destructure:x}));return}if(h==="useProvider")return;if(!w)continue;const m=L(p.id),g=Re(p.id);if(m||g.length){if(m&&s.composables.some(_=>_.name===m))return;let x;const v=n[w];v?x=`this.$libs.${v}.${h}`:x=h;const I={name:m||g[0]||h,composable:{type:"JSExpression",value:x}};b.arguments.length>0&&(I.args=b.arguments.map(_=>N(A(_)))),g.length>0&&(I.destructure=g),s.composables.push(I)}return}const S=L(p.id);if(S&&S.startsWith("__")||h==="getCurrentInstance")return}if(b.type==="ArrowFunctionExpression"||b.type==="FunctionExpression"){const h=L(p.id);if(h){const S=A(b);if(Be(S)){const w=Fe(h,S,e);if(w){s.dataSources[h]=w;return}}s.methods[h]=C(S)}return}if(b.type==="MemberExpression"){const h=b.object,S=h.type==="Identifier"?h.name:h.type==="MemberExpression"&&h.object.type==="Identifier"?h.object.name:null;if(S&&a.has(S))return}}if(d.declarations.some(p=>{const b=L(p.id);return b&&b.startsWith("__")}))return;if(d.declarations.every(p=>{const b=p.init;return b&&(b.type==="ObjectExpression"||b.type==="ArrayExpression")})&&d.declarations.length>0){for(const p of d.declarations){const b=L(p.id);b&&p.init&&(s.reactives[b]=N(A(p.init)))}return}for(const p of d.declarations){const b=p.init;if(b){const h=L(p.id)||"(unknown)",S=A(b),w=b.type;throw new Error(`[vtj/parser] 无法处理顶层变量声明 "const ${h} = ${S}":不支持的类型 "${w}"。仅支持 ObjectExpression / ArrayExpression 兜底自动转换为 reactive()。请改用 ref()、reactive()、computed() 或函数声明。`)}}throw new Error("[vtj/parser] 无法处理顶层变量声明,请检查语句是否符合 DSL 要求。")},FunctionDeclaration(c){if(c.parent.type!=="Program")return;const d=c.node;if(!d.id)return;const l=d.id.name,p=Mt(d);if(Be(p)){const b=Fe(l,p,e);if(b){s.dataSources[l]=b;return}}s.methods[l]=C(p)},ClassDeclaration(c){if(c.parent.type!=="Program")return;const l=c.node.id?.name||"(anonymous)";throw new Error(`[vtj/parser] 无法处理顶层类声明 "class ${l}":DSL 不支持顶层 class 声明,请改用 ref()、reactive() 或函数声明。`)},ExpressionStatement(c){if(c.parent.type!=="Program")return;const d=c.node,l=d.expression;if(l.type!=="CallExpression"){const h=A(d);throw new Error(`[vtj/parser] 无法处理顶层表达式语句 "${h}":DSL 不支持游离的顶层表达式,请改用生命周期钩子(如 onMounted)或声明确赋值。`)}const p=Ce(l);if(p==="watch"){const h=Pt(l);h&&s.watch.push(h);return}if(p&&p in Nt){const h=l.arguments[0];h&&(s.lifeCycles[p]=C(A(h)));return}if(p==="provide"){const h=l.arguments[0],S=l.arguments[1];if(h&&S){const w=Le(h);if(w){const m=A(S);S.type==="ArrowFunctionExpression"||S.type==="FunctionExpression"?s.provide[w]=C(m):s.provide[w]=N(m)}}return}if(p==="defineExpose"){s.expose=Lt(l);return}if(p==="defineProps"||p==="withDefaults"){s.props=Pe(l);return}if(p==="defineEmits"){s.emits=Oe(l);return}const b=A(d);throw new Error(`[vtj/parser] 无法处理顶层调用语句 "${b}":DSL 不支持游离的顶层函数调用,请改用生命周期钩子(如 onMounted)或归类到方法声明中。`)}}),i.length>0){const d=i.some(l=>/\bawait\b/.test(l))?"async () =>":"() =>";s.setup=C(`${d} {
|
|
15
|
+
}`},mockTemplate:c?.mockTemplate||{type:"JSFunction",value:d?A(d):""}}}}return t}function it(u){const e=Xe(u),t=/\_([\w]{5,})$/,a={};for(const r of Object.keys(e))t.test(r)||(a[r]=e[r]);return a}function ct(u){if(!u)return{};const e={},t=/\_([\w]{5,})$/;for(const a of u.properties){const r=a.key.name;if(t.test(r))try{if(a.body.body[0]?.argument){const n=A(a.body.body[0].argument.callee.object);e[r]=C(n)}else e[r]=X(a)?.exp}catch(n){console.warn(n)}}return e}function ot(u){if(!u)return{};const e={};for(const t of u.properties){const a=X(t);a&&a.watcher&&(e[a.name]=a.exp)}return e}function te(u,e){return!!Ze(u,e)}function Ze(u,e){return u?.find(a=>a.key?.name===e)?.value?.value}function De(u,e){const t=u?.find(a=>a.key?.name===e);if(t)return X(t)?.exp}function dt(u,e={}){const t=[];for(const a of u.properties){const{key:r,value:n}=a,s=r.value||r.name||"";if(e[s]){const i=n.properties;t.push({id:s.replace("watcher_",""),source:e[s],deep:te(i,"deep"),immediate:te(i,"immediate"),handler:De(i,"handler")})}else if(a.type==="ObjectMethod"&&t.push({id:Y.uid(),source:{type:"JSFunction",value:`() => { return this.${s}; }`},deep:!1,immediate:!1,handler:X(a)?.exp}),a.type==="ObjectProperty"){const i=n.properties;t.push({id:Y.uid(),source:{type:"JSFunction",value:`() => { return this.${s}; }`},deep:te(i,"deep"),immediate:te(i,"immediate"),handler:De(i,"handler")})}}return t}function lt(u){const e={};for(const t of u){const a=t.key.name;if(Cu.includes(a)){const r=X(t);r&&(e[r.name]=r.exp)}}return e}function ft(u){const e=u?.find(t=>t.key?.name==="type");if(e)return e.value.type==="ArrayExpression"?e.value.elements.map(t=>t.name):e.value.name}function Qe(u){const e=u?.find(t=>t.key?.name==="default");if(e)return N(A(e.value))}function bt(u){if(!u)return[];let e=[];return u.type==="ArrayExpression"?e=u.elements.map(t=>t.value):u.type==="ObjectExpression"&&(e=u.properties?.map(t=>{const{key:a,value:r}=t,n=r.properties||[];return{name:a.name,required:te(n,"required"),type:ft(n),default:Qe(n)}})),e}function pt(u){const e=[];if(u.callee.type==="MemberExpression"&&u.callee.property?.name==="$emit"){const[a,...r]=(u.arguments||[]).map(n=>n.value||n.name);a&&e.push({name:a,params:r.filter(n=>!!n)})}return e}function ht(u){let e=[];return u.type==="ObjectExpression"&&(e=u.properties?.map(t=>{const{key:a,value:r}=t,n=r.properties,s=a.name,i=Ze(n,"from"),o=Qe(n);return{name:s,from:i||s,default:o}})),e}function mt(u){return u&&u.elements?u.elements.map(e=>e?.type==="StringLiteral"?e.value:"").filter(e=>!!e):[]}function xt(u){return u&&u.elements?u.elements.map(e=>e?.type==="StringLiteral"&&e.value?{name:e.value,params:[]}:null).filter(e=>!!e):[]}function gt(u,e){return(u.apis||[]).find(t=>t.id===e||t.name===e)}function yt(u){if(!u?.properties)return{};const e={};for(const t of u.properties){const{key:a,value:r}=t;a?.name&&r?.name&&(e[a.name]=e[a.name.toLowerCase()]={type:"JSExpression",value:r.name})}return e}let ge=[],oe={},Ke={},Ye={},eu={},de="web",uu=[];function tu(u,e,t="",a){ge=[],oe={},Ke=a?.handlers||{},eu=a?.styles||{},de=a?.platform||"web",uu=a?.imports||[],Ye=a?.directives||{};const n=ie.compileTemplate({id:u,filename:e,source:t,isProd:!0,slotted:!0}).ast?.children||[],s=[];for(const i of n){const o=Q(i);Array.isArray(o)?s.push(...o):s.push(o)}return{nodes:s.filter(i=>!!i),slots:ge,context:oe}}function St(u){if(u.name==="slot"){let e="default";const t=[];for(const[a,r]of Object.entries(u.props||{}))a==="name"?e=r:t.push(a);ge.push({name:e,params:t})}}function vt(u){const e={};for(const t of u){if(t.type===E.NodeTypes.ATTRIBUTE)if(t.name==="class"){const a=t.value?.content||"",r=/[\w]+_[\w]{5,}/,n=a.match(r)?.[0]||"",s=a.split(" ").filter(o=>o!==n),i=eu[`.${n}`];i&&(e.style=i),s.length&&(e.class=s.join(" "))}else if(t.name==="style"){const a=t.value?.content||"";a&&(e.style=Je(a))}else e[t.name]=t.value?.content||"";if(t.type===E.NodeTypes.DIRECTIVE&&t.name==="bind"&&(t.exp?.type===E.NodeTypes.SIMPLE_EXPRESSION&&t.arg?.type===E.NodeTypes.SIMPLE_EXPRESSION&&(e[t.arg.content]=N(`(${t.exp.content})`)),t.exp?.type===E.NodeTypes.COMPOUND_EXPRESSION&&t.arg?.type===E.NodeTypes.SIMPLE_EXPRESSION))if(t.arg.content==="class"&&e.class){const a=t.exp.ast.type,r=Ou(e.class,t.exp.loc.source,a);r&&(e[t.arg.content]=N(r))}else e[t.arg.content]=N(`(${t.exp.loc.source})`)}return e}function Et(u={}){const e={};for(const[t,a]of Object.entries(u))e[t==="tap"?"click":t]=a;return e}function wt(u,e={}){const t={};for(const a of u)if(a.type===E.NodeTypes.DIRECTIVE&&a.name==="on"&&a.arg?.type===E.NodeTypes.SIMPLE_EXPRESSION){const r=a.modifiers.reduce((c,d)=>(d.content&&(c[d.content]=!0),c),{});let n=a.exp?.loc.source||"";n||(n="() => {}");const s=new RegExp(`${a.arg.content}_[\\w]{5,}`),i=n.match(s)?.[0]||"",o=e[i];if(i&&o)t[a.arg.content]={name:a.arg.content,handler:o,modifiers:r};else{const c=a.exp?.ast,d=c?.type,l=d==="CallExpression",p=d==="ArrowFunctionExpression",b=d==="FunctionExpression",h=d==="Identifier",S=d==="MemberExpression",w=!c&&/^[a-zA-Z_$][\w$]*(?:\.[a-zA-Z_$][\w$]*)*$/.test(n);let m;if(l)m=N(n);else if(h||S||w)m=C(n);else if(p||b){const g=c?.body,x=c?.params;g&&g.type==="Identifier"&&(!x||x.length===0)?m=C(g.name):m=C(n)}else{let g=!1;try{const v=R(n).program.body;if(v.length===1&&v[0].type==="ExpressionStatement"){const I=v[0].expression?.type;g=I==="ArrowFunctionExpression"||I==="FunctionExpression"}}catch{}if(g)m=C(n);else{const v=/\$event\b/.test(n)?"($event) => ":"() => ";m=C(`${v}${n}`)}}t[a.arg.content]={name:a.arg.content,handler:m,modifiers:r}}}return Et(t)}function ee(u,e){const t=[],a=["if","for","model","show","bind","html"];if(e&&(u.type===E.NodeTypes.IF_BRANCH||u.type===E.NodeTypes.IF)&&e.forEach((r,n)=>{if(u===r){const s=n===0?"vIf":r.condition?"vElseIf":"vElse",i=r.condition?.loc.source||"";t.push({name:s,value:s==="vElse"?!0:N(i)});const o=u.children?.[0];if(o){const c=ee(o);t.push(...c)}}}),u.type===E.NodeTypes.FOR&&t.push({name:"vFor",value:N(u.source.loc.source),iterator:{item:u.valueAlias?.loc.source||"item",index:u.keyAlias?.loc.source||"index"}}),u.type===E.NodeTypes.ELEMENT){const r=u.props.filter(d=>d.type===E.NodeTypes.DIRECTIVE),n=r.filter(d=>d.name==="model");n.length&&n.forEach(d=>{t.push({name:"vModel",arg:d.arg?.content,value:N(d.exp?.loc.source||"")})});const s=r.find(d=>d.name==="show");s&&t.push({name:"vShow",value:N(s.exp?.loc.source||"")});const i=r.find(d=>d.name==="bind"&&!d.arg);i&&t.push({name:"vBind",value:N(i.exp?.loc.source||"")});const o=r.find(d=>d.name==="html");o&&t.push({name:"vHtml",value:N(o.exp?.loc.source||"")});const c=r.filter(d=>!a.includes(d.name));for(const d of c){const l=(d.modifiers||[]).reduce((h,S)=>(h[S.content]=!0,h),{}),p=d.arg?.content||void 0,b=Ye[d.name];b&&t.push({name:b,value:N(d.exp?.loc.source||""),arg:p,modifiers:l})}}return t}function au(u){let e="";if(u.type===E.NodeTypes.ELEMENT){const{props:t=[],tag:a}=u;for(const r of t)if(r.name==="class"){const n=r.value?.content||"",s=new RegExp(`${a}_([\\w]+)`);e=n.match(s)?.[1]||""}else if(r.type===E.NodeTypes.DIRECTIVE&&r.name==="on"){const n=r.arg?.loc?.source||"",s=r.exp?.loc?.source||"",i=new RegExp(`${n}_([\\w]+)`);e=s.match(i)?.[1]||""}}return e||Y.uid()}function It(u){const e=/\.\/(.+?)\.vue/;for(const{from:t,imports:a}of uu){if(Array.isArray(a)&&a.includes(u))return t;if(a===u){const r=t.match(e)?.[1];if(r)return{type:"Schema",id:r}}}}function ye(u,e){const t=new Set(e?.id?oe[e.id]:[]),a=(u.directives||[]).find(s=>s.name==="vFor");let r=new Set(Array.from(t));if(a){const{item:s="item",index:i="index"}=a.iterator||{};r=new Set([s,i,...Array.from(r)])}const n=u.slot;if(n){const s=typeof n=="string"?[]:n.params||[],i=s.length?s:[`scope_${e?.id}`];r=new Set([...i,...Array.from(r)])}oe[u.id]=r}function pe(u,e,t,a){const r={name:We(u.tag,de),from:It(u.tag),props:vt(u.props),events:wt(u.props,Ke),directives:ee(t||u,a)};r.id=au(u),ye(r,e);const n=re(r,u.children);return ye(r,e),St(n),n}function At(u=[],e){return u.map(t=>Q(t,e,u))}function Q(u,e,t){if(u.type===E.NodeTypes.ELEMENT)return pe(u,e);if(u.type===E.NodeTypes.IF)return Tt(u);if(t&&u.type===E.NodeTypes.IF_BRANCH){const a=u.children.find(r=>r.type===E.NodeTypes.ELEMENT||r.type===E.NodeTypes.FOR);if(a){if(a.type===E.NodeTypes.ELEMENT)return pe(a,e,u,t);if(a.type===E.NodeTypes.FOR){const n={name:"div",directives:ee(u)};return re(n,u.children||[])}}return""}if(u.type===E.NodeTypes.FOR){const a=u.children[0];if(u.children.length>1||a.type!==E.NodeTypes.ELEMENT){const n={name:"span",directives:ee(u)};return re(n,u.children)}else return pe(a,e,u)}if(u.type===E.NodeTypes.TEXT_CALL)return u.content.type==E.NodeTypes.TEXT?u.content.content:u.content.type===E.NodeTypes.INTERPOLATION?N(u.content.content.loc.source):u.content.type===E.NodeTypes.COMPOUND_EXPRESSION?_e(u.content.children):"";if(u.type===E.NodeTypes.TEXT)return u.content;if(u.type===E.NodeTypes.INTERPOLATION&&(u.content.type===E.NodeTypes.SIMPLE_EXPRESSION||u.content.type===E.NodeTypes.COMPOUND_EXPRESSION))return N(u.content.loc.source);if(u.type===E.NodeTypes.COMPOUND_EXPRESSION)return _e(u.children);u.type!==E.NodeTypes.COMMENT&&console.warn("未处理",u.type)}function _e(u=[]){const e=u.filter(a=>typeof a!="string"),t=[];for(const a of e)t.push({name:"span",children:a.type===E.NodeTypes.TEXT?a.loc.source:N(a.content?.loc.source)});return{name:"span",children:t}}function re(u,e=[]){const t=[];for(const a of e)if(a.type===E.NodeTypes.ELEMENT&&a.codegenNode?.value?.arguments){const r=a.codegenNode.value.arguments[0];if(r){const n=xe(r,de);t.push(...n)}}else if(a.type===E.NodeTypes.ELEMENT&&a.tag==="template"){const r=a.props.find(n=>n.name==="slot");for(const n of a.children){const s=n.type===E.NodeTypes.TEXT||n.type===E.NodeTypes.TEXT_CALL?{name:"span",children:Q(n,u)}:Q(n,u);s&&(Array.isArray(s)?s:[s]).forEach(o=>{Iu(o)&&r?.type===E.NodeTypes.DIRECTIVE&&(o.id=au(n),o.slot={name:r.arg?.content||"default",params:r.exp?.identifiers||[],scope:r.exp?.type===E.NodeTypes.SIMPLE_EXPRESSION?r.exp.content:""},ye(o,u)),t.push(o)})}}else if(a.type===E.NodeTypes.JS_CALL_EXPRESSION){const r=a.arguments?.[0];if(r){const n=xe(r,de);t.push(...n)}}else if(a.type===E.NodeTypes.TEXT_CALL){const r=Q(a,u);r&&(Array.isArray(r)?t.push(...r):t.push(r))}else{const r=Q(a,u);r&&(Array.isArray(r)?t.push(...r):t.push(r))}if(t.length===1){const a=t[0];u.children=typeof a=="string"||ce(a)?a:[a]}else u.children=t.map(a=>typeof a=="string"||ce(a)?{name:"span",children:a}:a);return u}function Tt(u){const e=u.branches||[],t=e[0],a=t?.children||[];if(t?.isTemplateIf)return e.map(r=>{const s={name:"div",directives:ee(r,e)};return re(s,r.children||[])});if(a.length>1||a[0]&&a[0].type!==E.NodeTypes.ELEMENT){const n={name:"div",directives:ee(t,e)};return re(n,t.children)}return At(e)}const Nt={onBeforeMount:"beforeMount",onMounted:"mounted",onBeforeUpdate:"beforeUpdate",onUpdated:"updated",onBeforeUnmount:"beforeUnmount",onUnmounted:"unmounted",onErrorCaptured:"errorCaptured",onRenderTracked:"renderTracked",onRenderTriggered:"renderTriggered",onActivated:"activated",onDeactivated:"deactivated",onLoad:"onLoad",onShow:"onShow",onReady:"onReady",onHide:"onHide",onUnload:"onUnload",onResize:"onResize",onPullDownRefresh:"onPullDownRefresh",onReachBottom:"onReachBottom",onTabItemTap:"onTabItemTap",onShareAppMessage:"onShareAppMessage",onPageScroll:"onPageScroll",onNavigationBarButtonTap:"onNavigationBarButtonTap",onBackPress:"onBackPress",onNavigationBarSearchInputChanged:"onNavigationBarSearchInputChanged",onNavigationBarSearchInputConfirmed:"onNavigationBarSearchInputConfirmed",onNavigationBarSearchInputClicked:"onNavigationBarSearchInputClicked",onShareTimeline:"onShareTimeline",onAddToFavorites:"onAddToFavorites"},kt=new Set(["vue-router","pinia","vue-i18n","@vtj/renderer"]),jt=new Set(Object.values(F.GLOBAL_API_MAP).map(u=>u.composable).filter(u=>!!u));function Vt(u,e){const t=qt(u),a=Dt(t),{dependencies:r=[]}=e||{},n=r.reduce((c,d)=>(c[d.package]=d.library,c),{}),s={imports:t,refs:{},reactives:{},state:{},computed:{},methods:{},watch:[],lifeCycles:{},props:[],emits:[],expose:[],inject:[],provide:{},composables:[],setup:void 0,handlers:{},dataSources:{},directives:{}},i=[],o=R(u);if(z(o,{VariableDeclaration(c){if(c.parent.type!=="Program")return;const d=c.node;for(const p of d.declarations){if(!p.init)continue;const b=p.init;if(b.type==="CallExpression"){const h=Ce(b);if(h==="ref"){const w=L(p.id);if(w){const m=b.arguments[0]?A(b.arguments[0]):"undefined";s.refs[w]=N(m)}return}if(h==="reactive"){const w=L(p.id);if(w)if(w==="__state")s.state=Ct(b.arguments[0]);else{const m=b.arguments[0]?A(b.arguments[0]):"{}";s.reactives[w]=N(m)}return}if(h==="computed"){const w=L(p.id);if(w){const m=b.arguments[0]?A(b.arguments[0]):"() => {}";s.computed[w]=C(m)}return}if(h==="inject"){const w=L(p.id);if(w){const m=b.arguments[0],g=b.arguments[1],x=m?Le(m):w;s.inject.push({name:w,from:x||w,default:g?N(A(g)):void 0})}return}if(h==="defineProps"||h==="withDefaults"){s.props=Pe(b);return}if(h==="defineEmits"){s.emits=Oe(b);return}if(h&&/^use[A-Z]/.test(h)){const w=a.get(h);if(_t(h,w)){const x=Re(p.id);x.length>0&&(s.globalApiDestructured??=[],s.globalApiDestructured.push({callee:h,destructure:x}));return}if(h==="useProvider")return;if(!w)continue;const m=L(p.id),g=Re(p.id);if(m||g.length){if(m&&s.composables.some(_=>_.name===m))return;let x;const v=n[w];v?x=`this.$libs.${v}.${h}`:x=h;const I={name:m||g[0]||h,composable:{type:"JSExpression",value:x}};b.arguments.length>0&&(I.args=b.arguments.map(_=>N(A(_)))),g.length>0&&(I.destructure=g),s.composables.push(I)}return}const S=L(p.id);if(S&&S.startsWith("__")||h==="getCurrentInstance")return}if(b.type==="ArrowFunctionExpression"||b.type==="FunctionExpression"){const h=L(p.id);if(h){const S=A(b);if(Be(S)){const w=Fe(h,S,e);if(w){s.dataSources[h]=w;return}}s.methods[h]=C(S)}return}if(b.type==="MemberExpression"){const h=b.object,S=h.type==="Identifier"?h.name:h.type==="MemberExpression"&&h.object.type==="Identifier"?h.object.name:null;if(S&&a.has(S))return}}if(d.declarations.some(p=>{const b=L(p.id);return b&&b.startsWith("__")}))return;if(d.declarations.every(p=>{const b=p.init;return b&&(b.type==="ObjectExpression"||b.type==="ArrayExpression")})&&d.declarations.length>0){for(const p of d.declarations){const b=L(p.id);b&&p.init&&(s.reactives[b]=N(A(p.init)))}return}for(const p of d.declarations){const b=p.init;if(b){const h=L(p.id)||"(unknown)",S=A(b),w=b.type;throw new Error(`[vtj/parser] 无法处理顶层变量声明 "const ${h} = ${S}":不支持的类型 "${w}"。仅支持 ObjectExpression / ArrayExpression 兜底自动转换为 reactive()。请改用 ref()、reactive()、computed() 或函数声明。`)}}throw new Error("[vtj/parser] 无法处理顶层变量声明,请检查语句是否符合 DSL 要求。")},FunctionDeclaration(c){if(c.parent.type!=="Program")return;const d=c.node;if(!d.id)return;const l=d.id.name,p=Mt(d);if(Be(p)){const b=Fe(l,p,e);if(b){s.dataSources[l]=b;return}}s.methods[l]=C(p)},ClassDeclaration(c){if(c.parent.type!=="Program")return;const l=c.node.id?.name||"(anonymous)";throw new Error(`[vtj/parser] 无法处理顶层类声明 "class ${l}":DSL 不支持顶层 class 声明,请改用 ref()、reactive() 或函数声明。`)},ExpressionStatement(c){if(c.parent.type!=="Program")return;const d=c.node,l=d.expression;if(l.type!=="CallExpression"){const h=A(d);throw new Error(`[vtj/parser] 无法处理顶层表达式语句 "${h}":DSL 不支持游离的顶层表达式,请改用生命周期钩子(如 onMounted)或声明确赋值。`)}const p=Ce(l);if(p==="watch"){const h=Pt(l);h&&s.watch.push(h);return}if(p&&p in Nt){const h=l.arguments[0];h&&(s.lifeCycles[p]=C(A(h)));return}if(p==="provide"){const h=l.arguments[0],S=l.arguments[1];if(h&&S){const w=Le(h);if(w){const m=A(S);S.type==="ArrowFunctionExpression"||S.type==="FunctionExpression"?s.provide[w]=C(m):s.provide[w]=N(m)}}return}if(p==="defineExpose"){s.expose=Lt(l);return}if(p==="defineProps"||p==="withDefaults"){s.props=Pe(l);return}if(p==="defineEmits"){s.emits=Oe(l);return}const b=A(d);throw new Error(`[vtj/parser] 无法处理顶层调用语句 "${b}":DSL 不支持游离的顶层函数调用,请改用生命周期钩子(如 onMounted)或归类到方法声明中。`)}}),i.length>0){const d=i.some(l=>/\bawait\b/.test(l))?"async () =>":"() =>";s.setup=C(`${d} {
|
|
16
16
|
${i.join(`
|
|
17
17
|
`)}
|
|
18
18
|
}`)}return s}function qt(u){const e=/import\s+{(.+?)}\s+from\s+['"](.+?)['"]/g,t=/import\s+(.+?)\s+from\s+['"](.+?)['"]/g,a=/^{(.+?)}$/,r=[];let n;const s=u.replace(/\n/g," ");for(;(n=e.exec(s))!==null;){const i=n[2]==="@element-plus/icons-vue"?"@vtj/icons":n[2];r.push({from:i,imports:n[1].split(",").map(o=>o.trim())})}for(;(n=t.exec(s))!==null;){const i=n[1],o=n[2];i&&!a.test(i)&&r.push({from:o,imports:i})}return r}function Dt(u){const e=new Map;for(const t of u)if(Array.isArray(t.imports))for(const a of t.imports){const r=a.match(/^\S+\s+as\s+(\S+)$/),n=r?r[1]:a;e.set(n,t.from)}else e.set(t.imports,t.from);return e}function _t(u,e){return e&&kt.has(e)?!0:jt.has(u)}function Ce(u){return u.callee.type==="Identifier"?u.callee.name:null}function L(u){return u?.type==="Identifier"?u.name:null}function Re(u){return u?.type==="ObjectPattern"?u.properties.map(e=>e.type==="ObjectProperty"&&e.key?.type==="Identifier"?e.key.name:e.type==="RestElement"&&e.argument?.type==="Identifier"?e.argument.name:null).filter(Boolean):u?.type==="ArrayPattern"?u.elements.map(e=>e?.type==="Identifier"?e.name:null).filter(Boolean):[]}function Le(u){return u.type==="StringLiteral"?u.value:null}function Ct(u){if(!u||u.type!=="ObjectExpression")return{};const e={};for(const t of u.properties)if(t.type==="ObjectProperty"){const a=t.key?.name;a&&(e[a]=N(A(t.value)))}else if(t.type==="ObjectMethod"){const a=t.key?.name;if(a){const r=A(t.body),n=t.params.map(s=>s.name||"none").join(",");e[a]=N(`(${n}) => ${r}`)}}return e}function Pe(u){if(u.callee.type==="Identifier"&&u.callee.name==="withDefaults"){const e=u.arguments[0];if(e?.type==="CallExpression"){const t=Me(e),a=u.arguments[1];return a?.type==="ObjectExpression"&&Rt(t,a),t}}return Me(u)}function Me(u){const e=u.arguments[0];return e?e.type==="ArrayExpression"?e.elements.map(t=>t?.type==="StringLiteral"?t.value:"").filter(Boolean):e.type==="ObjectExpression"?e.properties.map(t=>{if(t.type!=="ObjectProperty")return null;const a=t.key?.name;if(!a)return null;if(t.value?.type==="Identifier")return{name:a,type:t.value.name};if(t.value?.type==="ObjectExpression"){const r=t.value.properties;return{name:a,type:Ot(r),required:Se(r,"required"),default:Bt(r)}}return a}).filter(Boolean):[]:[]}function Rt(u,e){for(const t of e.properties){if(t.type!=="ObjectProperty")continue;const a=t.key?.name;if(!a)continue;const r=u.findIndex(n=>typeof n=="string"?n===a:n.name===a);if(r>=0){const n=u[r];typeof n=="string"?u[r]={name:a,default:N(A(t.value))}:n.default=N(A(t.value))}}}function Oe(u){const e=u.arguments[0];return e?e.type==="ArrayExpression"?e.elements.map(t=>t?.type==="StringLiteral"?{name:t.value,params:[]}:null).filter(Boolean):[]:[]}function Lt(u){const e=u.arguments[0];return!e||e.type!=="ObjectExpression"?[]:e.properties.map(t=>(t.type==="ObjectProperty"||t.type==="ObjectMethod")&&t.key?.name||"").filter(Boolean)}function Pt(u){const[e,t,a]=u.arguments;if(!e||!t)return null;const r=A(e),n=A(t);let s=!1,i=!1;if(a?.type==="ObjectExpression"){const o=a.properties;s=Se(o,"deep"),i=Se(o,"immediate")}return{id:Y.uid(),source:C(e.type==="ArrowFunctionExpression"||e.type==="FunctionExpression"?r:`() => { return ${r}; }`),handler:C(n),deep:s,immediate:i}}function Mt(u){const e=u.async?"async ":"",t=u.params.map(r=>r.type==="ObjectPattern"?`{${r.properties.map(s=>s.key?.name||s.name).join(",")}}`:r.type==="AssignmentPattern"?r.left.name+"="+(r.right?.extra?.raw||"null"):r.name).join(", "),a=A(u.body)||"{}";return`${e}(${t}) => ${a}`}function Be(u){return u.includes("__provider.apis")||u.includes("__provider.createMock")}function Fe(u,e,t){const a=/apis\['([\w]*)'\]/,n=ze(""),s=i=>{const o=i.indexOf(".then(");if(o===-1)return null;let c=1,d=o+6;for(;d<i.length&&c>0;){const l=i[d];l==="("?c++:l===")"&&c--,d++}return i.substring(o+6,d-1).trim()};if(e.includes("__provider.apis")){const o=(e.match(a)||[])[1];if(!o)return null;const c=(t.apis||[]).find(l=>l.id===o||l.name===o);if(!c)return null;const d=s(e);return{ref:o,name:u,test:n?.test||{type:"JSFunction",value:`() => this.runApi({
|
|
@@ -25,7 +25,7 @@ ${i.join(`
|
|
|
25
25
|
return res;
|
|
26
26
|
}`},mockTemplate:n?.mockTemplate||{type:"JSFunction",value:""}}}return null}function Se(u,e){return!!u?.find(a=>a.key?.name===e)?.value?.value}function Ot(u){const e=u?.find(t=>t.key?.name==="type");if(e)return e.value.type==="ArrayExpression"?e.value.elements.map(t=>t.name):e.value.name}function Bt(u){const e=u?.find(t=>t.key?.name==="default");if(e)return N(A(e.value))}function Ft(u){const e=[],t={},a=[];try{const r=Su.compileString(u,{charset:!1})?.css||"",n=xu.parse(r),s=/^.[\w]+_[\w]{5,}/;for(const i of n.nodes)if(i.type==="rule"){const o={};s.test(i.selector)?(i.nodes.forEach(c=>{c.type==="decl"&&(o[c.prop]=c.value)}),t[i.selector]=o):a.push(i.toString())}else a.push(i.toString())}catch(r){e.push(`css解析出错了,错误信息:[ ${r.message} ]
|
|
27
27
|
`)}return{errors:e,styles:t,css:a.join(`
|
|
28
|
-
`)}}function te(u,e,t){let a="",r=0;const n=/'(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|`(?:[^`\\]|\\.)*`/g;let s;for(;(s=n.exec(u))!==null;){const i=u.slice(r,s.index);a+=i.replace(e,t);const o=s[0];o.startsWith("`")?a+=$t(o,e,t):a+=o,r=s.index+s[0].length}return a+=u.slice(r).replace(e,t),a}function $t(u,e,t){let a="",r=0;const n=/\$\{([^}]*)\}/g;let s;for(;(s=n.exec(u))!==null;){a+=u.slice(r,s.index);const o=s[1].replace(e,t);a+="${"+o+"}",r=s.index+s[0].length}return a+=u.slice(r),a}function Ut(u,e){if(!u)return u;let t=u;const a=[...e.refs,...e.computed];for(const r of a)t=te(t,new RegExp(`(?<!\\.)\\b${K(r)}\\.value\\b`,"g"),`this.${r}.value`);for(const r of a)t=te(t,new RegExp(`(?<!this\\.)(?:(?<=_ctx\\.)|(?<!\\.))\\b${K(r)}\\b(?!\\.value)`,"g"),`this.${r}.value`);t=te(t,/__instance\.proxy\.\$forceUpdate\./g,"__instance.proxy.");for(const[r,n]of Object.entries(e.reverseMemberApiMap||{}))for(const[s,i]of Object.entries(n)){const o=new RegExp(`\\b${K(r)}\\.${K(s)}\\b`,"g");t=te(t,o,`this.${i}`)}for(const r of e.props)t=Gt(t,"__props",r,`this.${r}`);for(const r of e.props)t=D(t,r,`this.${r}`);for(const[r,n]of Object.entries(e.reverseApiMap))t=D(t,r,`this.${n}`);e.hasState&&(t=D(t,"__state","this.state"));for(const r of e.reactives)t=D(t,r,`this.${r}`);for(const r of e.methods)t=D(t,r,`this.${r}`);for(const r of e.composables)t=D(t,r,`this.${r}`);for(const r of e.injects)t=D(t,r,`this.${r}`);for(const r of e.dataSources)t=D(t,r,`this.${r}`);return t=t.replace(/this\.this\./g,"this."),t}function K(u){return u.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Gt(u,e,t,a){const r=new RegExp(`\\b${K(e)}\\.${K(t)}\\b`,"g");return te(u,r,a)}function ru(u){const e={},t={};for(const[a,r]of Object.entries(F.GLOBAL_API_MAP))if(r.replace)if(r.replace.includes(".")){const n=r.replace.lastIndexOf("."),s=r.replace.substring(0,n),i=r.replace.substring(n+1);t[s]||(t[s]={}),t[s][i]=a,e[a]=a}else e[r.replace]=a;if(u){const a=F.UI_GLOBAL_API_MAPS[u];if(a){for(const[r,n]of Object.entries(a))if(n.replace)if(n.replace.includes(".")){const s=n.replace.lastIndexOf("."),i=n.replace.substring(0,s),o=n.replace.substring(s+1);t[i]||(t[i]={}),t[i][o]=r,e[r]=r}else e[n.replace]=r}}return{simple:e,member:t}}function Ht(u){for(const e of u)if(F.UI_PACKAGES.includes(e.from))return e.from}function Wt(u){const e={},t=a=>{for(const[r,n]of Object.entries(a)){if(!n.composable||!n.replace||!n.replace.includes("."))continue;e[n.composable]||(e[n.composable]={});const s=n.replace.substring(n.replace.lastIndexOf(".")+1);e[n.composable][s]=r}};if(t(F.GLOBAL_API_MAP),u){const a=F.UI_GLOBAL_API_MAPS[u];a&&t(a)}return e}function $e(u,e){if(!u)return u;const t={refs:new Set(e.refs),reactives:new Set(e.reactives),computed:new Set(e.computed),methods:new Set(e.methods),props:new Set(e.props),composables:new Set(e.composables),injects:new Set(e.injects),dataSources:new Set(e.dataSources),hasState:e.hasState,reverseApiMap:e.globalApiVars,reverseMemberApiMap:e.reverseMemberApiMap||ru().member};let a=Ut(u,t);a=a.replace(/_ctx\./g,"this."),a=a.replace(/this\.this\./g,"this.");for(const[r,n]of Object.entries(e.libs||{}))a=D(a,r,`this.$libs.${n}.${r}`);return a}function Jt(u){const e=Ht(u.imports||[]),{simple:t,member:a}=ru(e);if(u.globalApiDestructured&&u.globalApiDestructured.length>0){const n=Wt(e);for(const{callee:s,destructure:i}of u.globalApiDestructured){const o=n[s];if(o)for(const c of i)o[c]&&(t[c]=o[c])}}const r=new Set;for(const n of u.composables||[])if(n.destructure&&n.destructure.length>0)for(const s of n.destructure)r.add(s);else n.name&&r.add(n.name);return{refs:new Set(Object.keys(u.refs||{})),reactives:new Set(Object.keys(u.reactives||{})),computed:new Set(Object.keys(u.computed||{})),methods:new Set(Object.keys(u.methods||{})),props:new Set((u.props||[]).map(n=>typeof n=="string"?n:n.name)),composables:r,injects:new Set((u.inject||[]).map(n=>n.name)),dataSources:new Set(Object.keys(u.dataSources||{})),hasState:Object.keys(u.state||{}).length>0,reverseApiMap:t,reverseMemberApiMap:a}}const nu="arrow-double-left, arrow-double-right, contact, notes, records, cash-back-record, newspaper, discount, completed, user, description, list-switch, list-switching, link-o, miniprogram-o, qq, wechat-moments, weibo, cash-o, guide-o, invitation, shield-o, exchange, eye, enlarge, expand-o, eye-o, expand, filter-o, fire, fail, failure, fire-o, flag-o, font, font-o, gem-o, flower-o, gem, gift-card, friends, friends-o, gold-coin, gold-coin-o, good-job-o, gift, gift-o, gift-card-o, good-job, home-o, goods-collect, graphic, goods-collect-o, hot-o, info, hotel-o, info-o, hot-sale-o, hot, like, idcard, like-o, hot-sale, location-o, location, label, lock, label-o, map-marked, logistics, manager, more, live, manager-o, medal, more-o, music-o, music, new-arrival-o, medal-o, new-o, free-postage, newspaper-o, new-arrival, minus, orders-o, new, paid, notes-o, other-pay, pause-circle, pause, pause-circle-o, peer-pay, pending-payment, passed, plus, phone-circle-o, phone-o, printer, photo-fail, phone, photo-o, play-circle, play, phone-circle, point-gift-o, point-gift, play-circle-o, shrink, photo, qr, qr-invalid, question-o, revoke, replay, service, question, search, refund-o, service-o, scan, share, send-gift-o, share-o, setting, points, photograph, shop, shop-o, shop-collect-o, shop-collect, smile, shopping-cart-o, sign, sort, star-o, smile-comment-o, stop, stop-circle-o, smile-o, star, success, stop-circle, records-o, shopping-cart, tosend, todo-list, thumb-circle-o, thumb-circle, umbrella-circle, underway, upgrade, todo-list-o, tv-o, underway-o, user-o, vip-card-o, vip-card, send-gift, wap-home, wap-nav, volume-o, video, wap-home-o, volume, warning, weapp-nav, wechat-pay, wechat, setting-o, youzan-shield, warn-o, smile-comment, user-circle-o, video-o, add-square, add, arrow-down, arrow-up, arrow, after-sale, add-o, alipay, ascending, apps-o, aim, award, arrow-left, award-o, audio, bag-o, balance-list, back-top, bag, balance-pay, balance-o, bar-chart-o, bars, balance-list-o, birthday-cake-o, bookmark, bill, bell, browsing-history-o, browsing-history, bookmark-o, bulb-o, bullhorn-o, bill-o, calendar-o, brush-o, card, cart-o, cart-circle, cart-circle-o, cart, cash-on-deliver, cash-back-record-o, cashier-o, chart-trending-o, certificate, chat, clear, chat-o, checked, clock, clock-o, close, closed-eye, circle, cluster-o, column, comment-circle-o, cluster, comment, comment-o, comment-circle, completed-o, credit-pay, coupon, debit-pay, coupon-o, contact-o, descending, desktop-o, diamond-o, description-o, delete, diamond, delete-o, cross, edit, ellipsis, down, discount-o, ecard-pay, envelop-o".split(", "),zt="AddLocation, Aim, AlarmClock, Apple, ArrowDownBold, ArrowDown, ArrowLeftBold, ArrowLeft, ArrowRightBold, ArrowRight, ArrowUpBold, ArrowUp, Avatar, Back, Baseball, Basketball, BellFilled, Bell, Bicycle, BottomLeft, BottomRight, Bottom, Bowl, Box, Briefcase, BrushFilled, Brush, Burger, Calendar, CameraFilled, Camera, CaretBottom, CaretLeft, CaretRight, CaretTop, Cellphone, ChatDotRound, ChatDotSquare, ChatLineRound, ChatLineSquare, ChatRound, ChatSquare, Check, Checked, Cherry, Chicken, ChromeFilled, CircleCheckFilled, CircleCheck, CircleCloseFilled, CircleClose, CirclePlusFilled, CirclePlus, Clock, CloseBold, Close, Cloudy, CoffeeCup, Coffee, Coin, ColdDrink, CollectionTag, Collection, Comment, Compass, Connection, Coordinate, CopyDocument, Cpu, CreditCard, Crop, DArrowLeft, DArrowRight, DCaret, DataAnalysis, DataBoard, DataLine, DeleteFilled, DeleteLocation, Delete, Dessert, Discount, DishDot, Dish, DocumentAdd, DocumentChecked, DocumentCopy, DocumentDelete, DocumentRemove, Document, Download, Drizzling, EditPen, Edit, ElemeFilled, Eleme, ElementPlus, Expand, Failed, Female, Files, Film, Filter, Finished, FirstAidKit, Flag, Fold, FolderAdd, FolderChecked, FolderDelete, FolderOpened, FolderRemove, Folder, Food, Football, ForkSpoon, Fries, FullScreen, GobletFull, GobletSquareFull, GobletSquare, Goblet, GoldMedal, GoodsFilled, Goods, Grape, Grid, Guide, Handbag, Headset, HelpFilled, Help, Hide, Histogram, HomeFilled, HotWater, House, IceCreamRound, IceCreamSquare, IceCream, IceDrink, IceTea, InfoFilled, Iphone, Key, KnifeFork, Lightning, Link, List, Loading, LocationFilled, LocationInformation, Location, Lock, Lollipop, MagicStick, Magnet, Male, Management, MapLocation, Medal, Memo, Menu, MessageBox, Message, Mic, Microphone, MilkTea, Minus, Money, Monitor, MoonNight, Moon, MoreFilled, More, MostlyCloudy, Mouse, Mug, MuteNotification, Mute, NoSmoking, Notebook, Notification, Odometer, OfficeBuilding, Open, Operation, Opportunity, Orange, Paperclip, PartlyCloudy, Pear, PhoneFilled, Phone, PictureFilled, PictureRounded, Picture, PieChart, Place, Platform, Plus, Pointer, Position, Postcard, Pouring, Present, PriceTag, Printer, Promotion, QuartzWatch, QuestionFilled, Rank, ReadingLamp, Reading, RefreshLeft, RefreshRight, Refresh, Refrigerator, RemoveFilled, Remove, Right, ScaleToOriginal, School, Scissor, Search, Select, Sell, SemiSelect, Service, SetUp, Setting, Share, Ship, Shop, ShoppingBag, ShoppingCartFull, ShoppingCart, ShoppingTrolley, Smoking, Soccer, SoldOut, SortDown, SortUp, Sort, Stamp, StarFilled, Star, Stopwatch, SuccessFilled, Sugar, SuitcaseLine, Suitcase, Sunny, Sunrise, Sunset, SwitchButton, SwitchFilled, Switch, TakeawayBox, Ticket, Tickets, Timer, ToiletPaper, Tools, TopLeft, TopRight, Top, TrendCharts, TrophyBase, Trophy, TurnOff, Umbrella, Unlock, UploadFilled, Upload, UserFilled, User, Van, VideoCameraFilled, VideoCamera, VideoPause, VideoPlay, View, WalletFilled, Wallet, WarnTriangleFilled, WarningFilled, Warning, Watch, Watermelon, WindPower, ZoomIn, ZoomOut, VtjIconChatRecord, VtjIconNewChat, VtjIconAi, VtjIconUniapp, VtjIconWindowMax, VtjIconWindowMin, VtjIconWindowClose, VtjIconWindowNormal, VtjIconWindowDown, VtjIconWindowUp, VtjIconNpSave, VtjIconNpFile, VtjIconNpEdit, VtjIconNpShare, VtjIconNpSearch, VtjIconNpExport, VtjIconNpImport, VtjIconNpList, VtjIconNpPrint, VtjIconNpCancel, VtjIconNpConfirm, VtjIconNpReset, VtjIconNpReturnAll, VtjIconNpReturn, VtjIconNpRemove, VtjIconNpRemoveRow, VtjIconNpDelete, VtjIconNpExit, VtjIconNpRefresh, VtjIconNpAdd, VtjIconNpSelect, VtjIconNpAddRow, VtjIconNpExtend, VtjIconNpClose, VtjIconNpSubmit, VtjIconDeps, VtjIconBack, VtjIconHome, VtjIconApi, VtjIconExport, VtjIconImport, VtjIconGreater, VtjIconSmaller, VtjIconCheck, VtjIconSwitch, VtjIconCopy, VtjIconLock, VtjIconUnlock, VtjIconLayers, VtjIconConsole, VtjIconTeam, VtjIconPublish, VtjIconPreview, VtjIconSave, VtjIconPc, VtjIconPhone, VtjIconPad, VtjIconRedo, VtjIconRefresh, VtjIconUndo, VtjIconCategory, VtjIconProject, VtjIconNotice, VtjIconFav, VtjIconBug, VtjIconFile, VtjIconFolder, VtjIconUpload, VtjIconDownload, VtjIconUser, VtjIconSetting, VtjIconArrowRight, VtjIconArrowLeft, VtjIconArrowDown, VtjIconArrowUp, VtjIconShare, VtjIconData, VtjIconTemplate, VtjIconExitFullscreen, VtjIconFullscreen, VtjIconEdit, VtjIconRemove, VtjIconJs, VtjIconDatabase, VtjIconInfo, VtjIconPlus, VtjIconMinus, VtjIconHelp, VtjIconVars, VtjIconOutline, VtjIconVisible, VtjIconInvisible, VtjIconDocument, VtjIconHistory, VtjIconFixed, VtjIconUnfixed, VtjIconSearch, VtjIconMore, VtjIconClose, VtjIconComponents, VtjIconBlock".split(", "),Xt="user",P="User";class su{validate(e){const t={valid:!0,errors:[],illegalVantIcons:[],illegalVtjIcons:[]};this.isCompleteSFC(e)||(t.errors.push("代码不符合Vue3单文件组件规范"),t.valid=!1);const a=this.checkSyntax(e);return a?(t.errors.push(`代码语法错误: ${a}`),t.valid=!1,t):(this.checkSetup(e)||(t.errors.push("setup不符合低代码模版要求"),t.valid=!1),this.hasUnchangedComment(e)&&(t.errors.push("代码不完整,需要输出完整代码,不能有任何省略"),t.valid=!1),t.illegalVantIcons=this.checkVantIcons(e),t.illegalVtjIcons=this.checkVtjIcons(e),t)}isCompleteSFC(e){try{const t=M(e);return!!(t.template&&t.script&&t.styles)}catch{return!1}}checkSyntax(e){let t="";try{const a=M(e);R(a.script)}catch(a){a instanceof SyntaxError&&(t=a.message)}return t}checkSetup(e){const t=M(e);if(t.isScriptSetup)return!0;let a=0;return He(t.script,{ObjectMethod(r){r.node.key.name==="setup"&&(a=r.node.body.body.filter(s=>!q.isEmptyStatement(s)).length)}}),a===3}findVantIcons(e){const t=M(e),a=/<(?:VanIcon|van-icon)\b[^>]*>/g,r=t.template.match(a)||[],n=[];return r.forEach(s=>{const i=s.match(/\bname="([^"]+)"/);i&&n.push(i[1])}),[...new Set(n)]}checkVantIcons(e){const t=this.findVantIcons(e),a=[];for(const r of t)nu.includes(r)||a.push(r);return a}findVtjIcons(e){const t=M(e),a=/import\s*{([^}]+)}\s*from\s*['"]\@vtj\/icons['"]/,r=t.script.match(a);return!r||!r[1]?[]:r[1].split(",").map(n=>n.trim()).filter(Boolean)}checkVtjIcons(e){const t=this.findVtjIcons(e),a=[];for(const r of t)zt.includes(r)||a.push(r);return a}hasUnchangedComment(e){const t=/<!--([\s\S]*?)-->/g,a=/\/\*([\s\S]*?)\*\//g,r=/\/\/(.*)/g;return[...e.match(t)||[],...e.match(a)||[],...e.match(r)||[]].some(s=>/不变/.test(s.replace(/\*/g,"")))}}function Zt(u){const e=[];let t=u;const a=M(u);if(!a.template||!a.script)return{fixed:!1,originalCode:u,fixedCode:u,changes:[]};const r=Qt(a.script),n=a.template;let s=n;const i=[],o=/\{\{([^}]+)\}\}/g;let c;for(;(c=o.exec(n))!==null;){const m=c[0],g=c[1],x=W(g,r);if(x!==g){const v=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`{{${x}}}`,line:v.line,column:v.column}),e.push({line:v.line+1,column:v.column,original:g.trim(),fixed:x.trim(),message:"修复插值表达式:添加 state. 前缀"})}}const d=/:(\w+)="([^"]+)"/g;for(;(c=d.exec(n))!==null;){const m=c[0],g=c[1],x=c[2],v=W(x,r);if(v!==x){const I=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`:${g}="${v}"`,line:I.line,column:I.column}),e.push({line:I.line+1,column:I.column,original:x,fixed:v,message:"修复绑定属性:添加 state. 前缀"})}}const l=/v-(if|else-if|show)="([^"]+)"/g;for(;(c=l.exec(n))!==null;){const m=c[0],g=c[1],x=c[2],v=W(x,r);if(v!==x){const I=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`v-${g}="${v}"`,line:I.line,column:I.column}),e.push({line:I.line+1,column:I.column,original:x,fixed:v,message:`修复 v-${g} 指令:添加 state. 前缀`})}}const p=/v-for="([^"]+)"/g;for(;(c=p.exec(n))!==null;){const m=c[0],x=c[1].match(/^(.+)\s+in\s+(.+)$/);if(x){const[,v,I]=x,_=W(I,r);if(_!==I){const $=H(n,c.index),fe=`v-for="${v} in ${_}"`;i.push({start:c.index,end:c.index+m.length,original:m,replacement:fe,line:$.line,column:$.column}),e.push({line:$.line+1,column:$.column,original:I,fixed:_,message:"修复 v-for 指令:添加 state. 前缀"})}}}const b=/v-model="([^"]+)"/g;for(;(c=b.exec(n))!==null;){const m=c[0],g=c[1],x=W(g,r);if(x!==g){const v=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`v-model="${x}"`,line:v.line,column:v.column}),e.push({line:v.line+1,column:v.column,original:g,fixed:x,message:"修复 v-model 指令:添加 state. 前缀"})}}const h=/v-bind="([^"]+)"/g;for(;(c=h.exec(n))!==null;){const m=c[0],g=c[1],x=W(g,r);if(x!==g){const v=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`v-bind="${x}"`,line:v.line,column:v.column}),e.push({line:v.line+1,column:v.column,original:g,fixed:x,message:"修复 v-bind 指令:添加 state. 前缀"})}}const S=/v-(text|html)="([^"]+)"/g;for(;(c=S.exec(n))!==null;){const m=c[0],g=c[1],x=c[2],v=W(x,r);if(v!==x){const I=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`v-${g}="${v}"`,line:I.line,column:I.column}),e.push({line:I.line+1,column:I.column,original:x,fixed:v,message:`修复 v-${g} 指令:添加 state. 前缀`})}}const w=/(@|v-on:)(\w+)="([^"]+)"/g;for(;(c=w.exec(n))!==null;){const m=c[0],g=c[1],x=c[2],v=c[3],I=Kt(v,r);if(I!==v){const _=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`${g}${x}="${I}"`,line:_.line,column:_.column}),e.push({line:_.line+1,column:_.column,original:v,fixed:I,message:"修复事件处理器:添加 state. 前缀"})}}if(i.sort((m,g)=>g.start-m.start),i.forEach(m=>{s=s.substring(0,m.start)+m.replacement+s.substring(m.end)}),i.length>0){const m=u.indexOf("<template>"),g=u.lastIndexOf("</template>")+11;t=u.substring(0,m)+`<template>
|
|
28
|
+
`)}}function ae(u,e,t){let a="",r=0;const n=/'(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|`(?:[^`\\]|\\.)*`/g;let s;for(;(s=n.exec(u))!==null;){const i=u.slice(r,s.index);a+=i.replace(e,t);const o=s[0];o.startsWith("`")?a+=$t(o,e,t):a+=o,r=s.index+s[0].length}return a+=u.slice(r).replace(e,t),a}function $t(u,e,t){let a="",r=0;const n=/\$\{([^}]*)\}/g;let s;for(;(s=n.exec(u))!==null;){a+=u.slice(r,s.index);const o=s[1].replace(e,t);a+="${"+o+"}",r=s.index+s[0].length}return a+=u.slice(r),a}function Ut(u,e){if(!u)return u;let t=u;const a=[...e.refs,...e.computed];for(const r of a)t=ae(t,new RegExp(`(?<!\\.)\\b${K(r)}\\.value\\b`,"g"),`this.${r}.value`);for(const r of a)t=ae(t,new RegExp(`(?<!this\\.)(?:(?<=_ctx\\.)|(?<!\\.))\\b${K(r)}\\b(?!\\.value)`,"g"),`this.${r}.value`);t=ae(t,/__instance\.proxy\.\$forceUpdate\./g,"__instance.proxy.");for(const[r,n]of Object.entries(e.reverseMemberApiMap||{}))for(const[s,i]of Object.entries(n)){const o=new RegExp(`\\b${K(r)}\\.${K(s)}\\b`,"g");t=ae(t,o,`this.${i}`)}for(const r of e.props)t=Gt(t,"__props",r,`this.${r}`);for(const r of e.props)t=D(t,r,`this.${r}`);for(const[r,n]of Object.entries(e.reverseApiMap))t=D(t,r,`this.${n}`);e.hasState&&(t=D(t,"__state","this.state"));for(const r of e.reactives)t=D(t,r,`this.${r}`);for(const r of e.methods)t=D(t,r,`this.${r}`);for(const r of e.composables)t=D(t,r,`this.${r}`);for(const r of e.injects)t=D(t,r,`this.${r}`);for(const r of e.dataSources)t=D(t,r,`this.${r}`);return t=t.replace(/this\.this\./g,"this."),t}function K(u){return u.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Gt(u,e,t,a){const r=new RegExp(`\\b${K(e)}\\.${K(t)}\\b`,"g");return ae(u,r,a)}function ru(u){const e={},t={};for(const[a,r]of Object.entries(F.GLOBAL_API_MAP))if(r.replace)if(r.replace.includes(".")){const n=r.replace.lastIndexOf("."),s=r.replace.substring(0,n),i=r.replace.substring(n+1);t[s]||(t[s]={}),t[s][i]=a,e[a]=a}else e[r.replace]=a;if(u){const a=F.UI_GLOBAL_API_MAPS[u];if(a){for(const[r,n]of Object.entries(a))if(n.replace)if(n.replace.includes(".")){const s=n.replace.lastIndexOf("."),i=n.replace.substring(0,s),o=n.replace.substring(s+1);t[i]||(t[i]={}),t[i][o]=r,e[r]=r}else e[n.replace]=r}}return{simple:e,member:t}}function Ht(u){for(const e of u)if(F.UI_PACKAGES.includes(e.from))return e.from}function Wt(u){const e={},t=a=>{for(const[r,n]of Object.entries(a)){if(!n.composable||!n.replace||!n.replace.includes("."))continue;e[n.composable]||(e[n.composable]={});const s=n.replace.substring(n.replace.lastIndexOf(".")+1);e[n.composable][s]=r}};if(t(F.GLOBAL_API_MAP),u){const a=F.UI_GLOBAL_API_MAPS[u];a&&t(a)}return e}function $e(u,e){if(!u)return u;const t={refs:new Set(e.refs),reactives:new Set(e.reactives),computed:new Set(e.computed),methods:new Set(e.methods),props:new Set(e.props),composables:new Set(e.composables),injects:new Set(e.injects),dataSources:new Set(e.dataSources),hasState:e.hasState,reverseApiMap:e.globalApiVars,reverseMemberApiMap:e.reverseMemberApiMap||ru().member};let a=Ut(u,t);a=a.replace(/_ctx\./g,"this."),a=a.replace(/this\.this\./g,"this.");for(const[r,n]of Object.entries(e.libs||{}))a=D(a,r,`this.$libs.${n}.${r}`);return a}function Jt(u){const e=Ht(u.imports||[]),{simple:t,member:a}=ru(e);if(u.globalApiDestructured&&u.globalApiDestructured.length>0){const n=Wt(e);for(const{callee:s,destructure:i}of u.globalApiDestructured){const o=n[s];if(o)for(const c of i)o[c]&&(t[c]=o[c])}}const r=new Set;for(const n of u.composables||[])if(n.destructure&&n.destructure.length>0)for(const s of n.destructure)r.add(s);else n.name&&r.add(n.name);return{refs:new Set(Object.keys(u.refs||{})),reactives:new Set(Object.keys(u.reactives||{})),computed:new Set(Object.keys(u.computed||{})),methods:new Set(Object.keys(u.methods||{})),props:new Set((u.props||[]).map(n=>typeof n=="string"?n:n.name)),composables:r,injects:new Set((u.inject||[]).map(n=>n.name)),dataSources:new Set(Object.keys(u.dataSources||{})),hasState:Object.keys(u.state||{}).length>0,reverseApiMap:t,reverseMemberApiMap:a}}const nu="arrow-double-left, arrow-double-right, contact, notes, records, cash-back-record, newspaper, discount, completed, user, description, list-switch, list-switching, link-o, miniprogram-o, qq, wechat-moments, weibo, cash-o, guide-o, invitation, shield-o, exchange, eye, enlarge, expand-o, eye-o, expand, filter-o, fire, fail, failure, fire-o, flag-o, font, font-o, gem-o, flower-o, gem, gift-card, friends, friends-o, gold-coin, gold-coin-o, good-job-o, gift, gift-o, gift-card-o, good-job, home-o, goods-collect, graphic, goods-collect-o, hot-o, info, hotel-o, info-o, hot-sale-o, hot, like, idcard, like-o, hot-sale, location-o, location, label, lock, label-o, map-marked, logistics, manager, more, live, manager-o, medal, more-o, music-o, music, new-arrival-o, medal-o, new-o, free-postage, newspaper-o, new-arrival, minus, orders-o, new, paid, notes-o, other-pay, pause-circle, pause, pause-circle-o, peer-pay, pending-payment, passed, plus, phone-circle-o, phone-o, printer, photo-fail, phone, photo-o, play-circle, play, phone-circle, point-gift-o, point-gift, play-circle-o, shrink, photo, qr, qr-invalid, question-o, revoke, replay, service, question, search, refund-o, service-o, scan, share, send-gift-o, share-o, setting, points, photograph, shop, shop-o, shop-collect-o, shop-collect, smile, shopping-cart-o, sign, sort, star-o, smile-comment-o, stop, stop-circle-o, smile-o, star, success, stop-circle, records-o, shopping-cart, tosend, todo-list, thumb-circle-o, thumb-circle, umbrella-circle, underway, upgrade, todo-list-o, tv-o, underway-o, user-o, vip-card-o, vip-card, send-gift, wap-home, wap-nav, volume-o, video, wap-home-o, volume, warning, weapp-nav, wechat-pay, wechat, setting-o, youzan-shield, warn-o, smile-comment, user-circle-o, video-o, add-square, add, arrow-down, arrow-up, arrow, after-sale, add-o, alipay, ascending, apps-o, aim, award, arrow-left, award-o, audio, bag-o, balance-list, back-top, bag, balance-pay, balance-o, bar-chart-o, bars, balance-list-o, birthday-cake-o, bookmark, bill, bell, browsing-history-o, browsing-history, bookmark-o, bulb-o, bullhorn-o, bill-o, calendar-o, brush-o, card, cart-o, cart-circle, cart-circle-o, cart, cash-on-deliver, cash-back-record-o, cashier-o, chart-trending-o, certificate, chat, clear, chat-o, checked, clock, clock-o, close, closed-eye, circle, cluster-o, column, comment-circle-o, cluster, comment, comment-o, comment-circle, completed-o, credit-pay, coupon, debit-pay, coupon-o, contact-o, descending, desktop-o, diamond-o, description-o, delete, diamond, delete-o, cross, edit, ellipsis, down, discount-o, ecard-pay, envelop-o".split(", "),zt="AddLocation, Aim, AlarmClock, Apple, ArrowDownBold, ArrowDown, ArrowLeftBold, ArrowLeft, ArrowRightBold, ArrowRight, ArrowUpBold, ArrowUp, Avatar, Back, Baseball, Basketball, BellFilled, Bell, Bicycle, BottomLeft, BottomRight, Bottom, Bowl, Box, Briefcase, BrushFilled, Brush, Burger, Calendar, CameraFilled, Camera, CaretBottom, CaretLeft, CaretRight, CaretTop, Cellphone, ChatDotRound, ChatDotSquare, ChatLineRound, ChatLineSquare, ChatRound, ChatSquare, Check, Checked, Cherry, Chicken, ChromeFilled, CircleCheckFilled, CircleCheck, CircleCloseFilled, CircleClose, CirclePlusFilled, CirclePlus, Clock, CloseBold, Close, Cloudy, CoffeeCup, Coffee, Coin, ColdDrink, CollectionTag, Collection, Comment, Compass, Connection, Coordinate, CopyDocument, Cpu, CreditCard, Crop, DArrowLeft, DArrowRight, DCaret, DataAnalysis, DataBoard, DataLine, DeleteFilled, DeleteLocation, Delete, Dessert, Discount, DishDot, Dish, DocumentAdd, DocumentChecked, DocumentCopy, DocumentDelete, DocumentRemove, Document, Download, Drizzling, EditPen, Edit, ElemeFilled, Eleme, ElementPlus, Expand, Failed, Female, Files, Film, Filter, Finished, FirstAidKit, Flag, Fold, FolderAdd, FolderChecked, FolderDelete, FolderOpened, FolderRemove, Folder, Food, Football, ForkSpoon, Fries, FullScreen, GobletFull, GobletSquareFull, GobletSquare, Goblet, GoldMedal, GoodsFilled, Goods, Grape, Grid, Guide, Handbag, Headset, HelpFilled, Help, Hide, Histogram, HomeFilled, HotWater, House, IceCreamRound, IceCreamSquare, IceCream, IceDrink, IceTea, InfoFilled, Iphone, Key, KnifeFork, Lightning, Link, List, Loading, LocationFilled, LocationInformation, Location, Lock, Lollipop, MagicStick, Magnet, Male, Management, MapLocation, Medal, Memo, Menu, MessageBox, Message, Mic, Microphone, MilkTea, Minus, Money, Monitor, MoonNight, Moon, MoreFilled, More, MostlyCloudy, Mouse, Mug, MuteNotification, Mute, NoSmoking, Notebook, Notification, Odometer, OfficeBuilding, Open, Operation, Opportunity, Orange, Paperclip, PartlyCloudy, Pear, PhoneFilled, Phone, PictureFilled, PictureRounded, Picture, PieChart, Place, Platform, Plus, Pointer, Position, Postcard, Pouring, Present, PriceTag, Printer, Promotion, QuartzWatch, QuestionFilled, Rank, ReadingLamp, Reading, RefreshLeft, RefreshRight, Refresh, Refrigerator, RemoveFilled, Remove, Right, ScaleToOriginal, School, Scissor, Search, Select, Sell, SemiSelect, Service, SetUp, Setting, Share, Ship, Shop, ShoppingBag, ShoppingCartFull, ShoppingCart, ShoppingTrolley, Smoking, Soccer, SoldOut, SortDown, SortUp, Sort, Stamp, StarFilled, Star, Stopwatch, SuccessFilled, Sugar, SuitcaseLine, Suitcase, Sunny, Sunrise, Sunset, SwitchButton, SwitchFilled, Switch, TakeawayBox, Ticket, Tickets, Timer, ToiletPaper, Tools, TopLeft, TopRight, Top, TrendCharts, TrophyBase, Trophy, TurnOff, Umbrella, Unlock, UploadFilled, Upload, UserFilled, User, Van, VideoCameraFilled, VideoCamera, VideoPause, VideoPlay, View, WalletFilled, Wallet, WarnTriangleFilled, WarningFilled, Warning, Watch, Watermelon, WindPower, ZoomIn, ZoomOut, VtjIconChatRecord, VtjIconNewChat, VtjIconAi, VtjIconUniapp, VtjIconWindowMax, VtjIconWindowMin, VtjIconWindowClose, VtjIconWindowNormal, VtjIconWindowDown, VtjIconWindowUp, VtjIconNpSave, VtjIconNpFile, VtjIconNpEdit, VtjIconNpShare, VtjIconNpSearch, VtjIconNpExport, VtjIconNpImport, VtjIconNpList, VtjIconNpPrint, VtjIconNpCancel, VtjIconNpConfirm, VtjIconNpReset, VtjIconNpReturnAll, VtjIconNpReturn, VtjIconNpRemove, VtjIconNpRemoveRow, VtjIconNpDelete, VtjIconNpExit, VtjIconNpRefresh, VtjIconNpAdd, VtjIconNpSelect, VtjIconNpAddRow, VtjIconNpExtend, VtjIconNpClose, VtjIconNpSubmit, VtjIconDeps, VtjIconBack, VtjIconHome, VtjIconApi, VtjIconExport, VtjIconImport, VtjIconGreater, VtjIconSmaller, VtjIconCheck, VtjIconSwitch, VtjIconCopy, VtjIconLock, VtjIconUnlock, VtjIconLayers, VtjIconConsole, VtjIconTeam, VtjIconPublish, VtjIconPreview, VtjIconSave, VtjIconPc, VtjIconPhone, VtjIconPad, VtjIconRedo, VtjIconRefresh, VtjIconUndo, VtjIconCategory, VtjIconProject, VtjIconNotice, VtjIconFav, VtjIconBug, VtjIconFile, VtjIconFolder, VtjIconUpload, VtjIconDownload, VtjIconUser, VtjIconSetting, VtjIconArrowRight, VtjIconArrowLeft, VtjIconArrowDown, VtjIconArrowUp, VtjIconShare, VtjIconData, VtjIconTemplate, VtjIconExitFullscreen, VtjIconFullscreen, VtjIconEdit, VtjIconRemove, VtjIconJs, VtjIconDatabase, VtjIconInfo, VtjIconPlus, VtjIconMinus, VtjIconHelp, VtjIconVars, VtjIconOutline, VtjIconVisible, VtjIconInvisible, VtjIconDocument, VtjIconHistory, VtjIconFixed, VtjIconUnfixed, VtjIconSearch, VtjIconMore, VtjIconClose, VtjIconComponents, VtjIconBlock".split(", "),Xt="user",P="User";class su{validate(e){const t={valid:!0,errors:[],illegalVantIcons:[],illegalVtjIcons:[]};this.isCompleteSFC(e)||(t.errors.push("代码不符合Vue3单文件组件规范"),t.valid=!1);const a=this.checkSyntax(e);return a?(t.errors.push(`代码语法错误: ${a}`),t.valid=!1,t):(this.checkSetup(e)||(t.errors.push("setup不符合低代码模版要求"),t.valid=!1),this.hasUnchangedComment(e)&&(t.errors.push("代码不完整,需要输出完整代码,不能有任何省略"),t.valid=!1),t.illegalVantIcons=this.checkVantIcons(e),t.illegalVtjIcons=this.checkVtjIcons(e),t)}isCompleteSFC(e){try{const t=M(e);return!!(t.template&&t.script&&t.styles)}catch{return!1}}checkSyntax(e){let t="";try{const a=M(e);R(a.script)}catch(a){a instanceof SyntaxError&&(t=a.message)}return t}checkSetup(e){const t=M(e);if(t.isScriptSetup)return!0;let a=0;return He(t.script,{ObjectMethod(r){r.node.key.name==="setup"&&(a=r.node.body.body.filter(s=>!q.isEmptyStatement(s)).length)}}),a===3}findVantIcons(e){const t=M(e),a=/<(?:VanIcon|van-icon)\b[^>]*>/g,r=t.template.match(a)||[],n=[];return r.forEach(s=>{const i=s.match(/\bname="([^"]+)"/);i&&n.push(i[1])}),[...new Set(n)]}checkVantIcons(e){const t=this.findVantIcons(e),a=[];for(const r of t)nu.includes(r)||a.push(r);return a}findVtjIcons(e){const t=M(e),a=/import\s*{([^}]+)}\s*from\s*['"]\@vtj\/icons['"]/,r=t.script.match(a);return!r||!r[1]?[]:r[1].split(",").map(n=>n.trim()).filter(Boolean)}checkVtjIcons(e){const t=this.findVtjIcons(e),a=[];for(const r of t)zt.includes(r)||a.push(r);return a}hasUnchangedComment(e){const t=/<!--([\s\S]*?)-->/g,a=/\/\*([\s\S]*?)\*\//g,r=/\/\/(.*)/g;return[...e.match(t)||[],...e.match(a)||[],...e.match(r)||[]].some(s=>/不变/.test(s.replace(/\*/g,"")))}}function Zt(u){const e=[];let t=u;const a=M(u);if(!a.template||!a.script)return{fixed:!1,originalCode:u,fixedCode:u,changes:[]};const r=Qt(a.script),n=a.template;let s=n;const i=[],o=/\{\{([^}]+)\}\}/g;let c;for(;(c=o.exec(n))!==null;){const m=c[0],g=c[1],x=W(g,r);if(x!==g){const v=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`{{${x}}}`,line:v.line,column:v.column}),e.push({line:v.line+1,column:v.column,original:g.trim(),fixed:x.trim(),message:"修复插值表达式:添加 state. 前缀"})}}const d=/:(\w+)="([^"]+)"/g;for(;(c=d.exec(n))!==null;){const m=c[0],g=c[1],x=c[2],v=W(x,r);if(v!==x){const I=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`:${g}="${v}"`,line:I.line,column:I.column}),e.push({line:I.line+1,column:I.column,original:x,fixed:v,message:"修复绑定属性:添加 state. 前缀"})}}const l=/v-(if|else-if|show)="([^"]+)"/g;for(;(c=l.exec(n))!==null;){const m=c[0],g=c[1],x=c[2],v=W(x,r);if(v!==x){const I=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`v-${g}="${v}"`,line:I.line,column:I.column}),e.push({line:I.line+1,column:I.column,original:x,fixed:v,message:`修复 v-${g} 指令:添加 state. 前缀`})}}const p=/v-for="([^"]+)"/g;for(;(c=p.exec(n))!==null;){const m=c[0],x=c[1].match(/^(.+)\s+in\s+(.+)$/);if(x){const[,v,I]=x,_=W(I,r);if(_!==I){const $=H(n,c.index),fe=`v-for="${v} in ${_}"`;i.push({start:c.index,end:c.index+m.length,original:m,replacement:fe,line:$.line,column:$.column}),e.push({line:$.line+1,column:$.column,original:I,fixed:_,message:"修复 v-for 指令:添加 state. 前缀"})}}}const b=/v-model="([^"]+)"/g;for(;(c=b.exec(n))!==null;){const m=c[0],g=c[1],x=W(g,r);if(x!==g){const v=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`v-model="${x}"`,line:v.line,column:v.column}),e.push({line:v.line+1,column:v.column,original:g,fixed:x,message:"修复 v-model 指令:添加 state. 前缀"})}}const h=/v-bind="([^"]+)"/g;for(;(c=h.exec(n))!==null;){const m=c[0],g=c[1],x=W(g,r);if(x!==g){const v=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`v-bind="${x}"`,line:v.line,column:v.column}),e.push({line:v.line+1,column:v.column,original:g,fixed:x,message:"修复 v-bind 指令:添加 state. 前缀"})}}const S=/v-(text|html)="([^"]+)"/g;for(;(c=S.exec(n))!==null;){const m=c[0],g=c[1],x=c[2],v=W(x,r);if(v!==x){const I=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`v-${g}="${v}"`,line:I.line,column:I.column}),e.push({line:I.line+1,column:I.column,original:x,fixed:v,message:`修复 v-${g} 指令:添加 state. 前缀`})}}const w=/(@|v-on:)(\w+)="([^"]+)"/g;for(;(c=w.exec(n))!==null;){const m=c[0],g=c[1],x=c[2],v=c[3],I=Kt(v,r);if(I!==v){const _=H(n,c.index);i.push({start:c.index,end:c.index+m.length,original:m,replacement:`${g}${x}="${I}"`,line:_.line,column:_.column}),e.push({line:_.line+1,column:_.column,original:v,fixed:I,message:"修复事件处理器:添加 state. 前缀"})}}if(i.sort((m,g)=>g.start-m.start),i.forEach(m=>{s=s.substring(0,m.start)+m.replacement+s.substring(m.end)}),i.length>0){const m=u.indexOf("<template>"),g=u.lastIndexOf("</template>")+11;t=u.substring(0,m)+`<template>
|
|
29
29
|
`+s+`
|
|
30
30
|
</template>`+u.substring(g)}return{fixed:i.length>0,originalCode:u,fixedCode:t,changes:e}}function Qt(u){const e=new Set;try{const t=R(u);z(t,{CallExpression(a){if(a.node.callee.type==="Identifier"&&a.node.callee.name==="reactive"&&a.node.arguments.length>0&&a.node.arguments[0].type==="ObjectExpression"){const r=a.parent;r.type==="VariableDeclarator"&&r.id.type==="Identifier"&&r.id.name==="state"&&a.node.arguments[0].properties.forEach(s=>{s.type==="ObjectProperty"&&s.key.type==="Identifier"&&e.add(s.key.name)})}}})}catch(t){console.error("Failed to parse script:",t)}return e}function W(u,e){let t=u.trim();return e.forEach(a=>{const r=new RegExp(`(?<![\\w.])${a}(?![\\w])`,"g");r.test(t)&&!t.includes(`state.${a}`)&&(t=t.replace(r,`state.${a}`))}),t}function Kt(u,e){let t=u.trim();return e.forEach(a=>{const r=new RegExp(`(?<![\\w.])${a}(\\+\\+|--|\\s*[+\\-*/]=)`,"g"),n=new RegExp(`(\\+\\+|--)?(?<![\\w.])${a}(?![\\w])`,"g");t.includes(`state.${a}`)||(t=t.replace(r,`state.${a}$1`),t=t.replace(n,(s,i)=>i?`${i}state.${a}`:s.includes(a)&&!s.includes("state.")?`state.${a}`:s))}),W(t,e)}function H(u,e){const t=u.substring(0,e).split(`
|
|
31
31
|
`);return{line:t.length,column:t[t.length-1].length}}class iu{fixBasedOnValidation(e,t){let a=e;return t.illegalVantIcons.length&&(a=this.fixVantIcons(a)),t.illegalVtjIcons.length&&(a=this.fixVtjIcons(a,t.illegalVtjIcons)),Zt(a).fixedCode}fixVantIcons(e){const t=M(e),a=t.template.replace(/<(?:VanIcon|van-icon)\s+[^>]*name="([^"]+)"[^>]*>/g,(r,n)=>r.includes(":name=")||r.includes("v-bind:name=")||nu.includes(n)?r:r.replace(n,Xt));return this.reconstructSFC(t,a,t.script)}fixVtjIcons(e,t=[]){const a=M(e);let r=!1;a.script=He(a.script,{ImportDeclaration(i){if(i.node.source.value==="@vtj/icons"){const o=i.node.specifiers,c=[];let d=!1;for(const l of o){const p=l.imported?.name;p===P&&(d=!0,r=!0),t.includes(p)||c.push(q.importSpecifier(l.local,l.imported))}!d&&!r&&(r=!0,c.push(q.importSpecifier(q.identifier(P),q.identifier(P)))),i.node.specifiers=c}},ObjectMethod(i){if(i.node.key.name==="setup"){const o=i.node.body.body;for(const c of o)if(q.isReturnStatement(c)&&q.isObjectExpression(c.argument)){const d=c.argument.properties||[];c.argument.properties=d.filter(l=>!t.includes(l.key.name)),c.argument.properties.push(q.objectProperty(q.identifier(P),q.identifier(P),!1,!0))}}},ObjectProperty(i){if(q.isIdentifier(i.node.value)&&t.includes(i.node.value.name)&&(i.node.value=q.identifier(P)),q.isArrayExpression(i.node.value)){const o=i.node.value.elements;i.node.value.elements=o.map(c=>q.isIdentifier(c)&&t.includes(c.name)?q.identifier(P):c)}},AssignmentExpression(i){q.isIdentifier(i.node.right)&&t.includes(i.node.right.name)&&(i.node.right=q.identifier(P))}});const n=/:icon\s*=\s*["']([^"']+)["']/g,s=a.template.match(n);if(s)for(const i of s){let o=i;for(const c of t)o=o.replace(new RegExp(c,"g"),P);a.template=a.template.replace(i,o)}for(const i of t)a.template=a.template.replace(new RegExp(`:icon="${i}"`,"g"),`:icon="${P}"`);return this.reconstructSFC(a,a.template,a.script)}reconstructSFC(e,t,a){let r="";if(t&&e.template&&(r+=`<template>
|
|
@@ -41,4 +41,4 @@ ${a}
|
|
|
41
41
|
`,r+=`</style>
|
|
42
42
|
|
|
43
43
|
`}),r}}async function Yt(u){const{id:e,name:t,source:a,project:r}=u,n=Tu(a,t);if(n)return Promise.reject(n);const{dependencies:s=[],platform:i="web"}=r||{},o=new su,c=new iu,d=o.validate(a);let l=[];if(!d.valid)return l=d.errors,Promise.reject(l);const p=c.fixBasedOnValidation(a,d),b=M(p);b.script=Au(b.script);const{styles:h,css:S,errors:w}=Ft(b.styles.join(`
|
|
44
|
-
`));return l.push(...w),l.length?Promise.reject(l):b.isScriptSetup?u0(b,{id:e,name:t,project:r,platform:i,dependencies:s,styles:h,css:S}):e0(b,{id:e,name:t,project:r,platform:i,dependencies:s,styles:h,css:S})}async function e0(u,e){const{id:t,name:a,project:r,platform:n,dependencies:s,styles:i,css:o}=e,{state:c,watch:d,lifeCycles:l,computed:p,methods:b,props:h,emits:S,expose:w,inject:m,handlers:g,imports:x,dataSources:v,directives:I}=tt(u.script,r),{nodes:_,slots:$,context:fe}=tu(t,a,u.template,{platform:n,handlers:g,styles:i,imports:x,directives:I}),ve={id:t,name:a,inject:m,props:h,state:c,watch:d,lifeCycles:l,computed:p,methods:b,dataSources:v,slots:$,emits:S,expose:w,nodes:_,css:o},lu=Object.keys(p||{}),fu=(h||[]).map(U=>typeof U=="string"?U:U.name),bu=["$el","$emit","$nextTick","$parent","$root","$refs","$attrs","$slots","$watch","$props","$options","$forceUpdate","state","$props","props",...Object.keys(b||{})],{libs:pu}=du(x,s),Ee={platform:n,context:fe,computed:lu,libs:pu,members:bu,props:fu};return await cu(ve,async U=>{await ou(U,async
|
|
44
|
+
`));return l.push(...w),l.length?Promise.reject(l):b.isScriptSetup?u0(b,{id:e,name:t,project:r,platform:i,dependencies:s,styles:h,css:S}):e0(b,{id:e,name:t,project:r,platform:i,dependencies:s,styles:h,css:S})}async function e0(u,e){const{id:t,name:a,project:r,platform:n,dependencies:s,styles:i,css:o}=e,{state:c,watch:d,lifeCycles:l,computed:p,methods:b,props:h,emits:S,expose:w,inject:m,handlers:g,imports:x,dataSources:v,directives:I}=tt(u.script,r),{nodes:_,slots:$,context:fe}=tu(t,a,u.template,{platform:n,handlers:g,styles:i,imports:x,directives:I}),ve={id:t,name:a,inject:m,props:h,state:c,watch:d,lifeCycles:l,computed:p,methods:b,dataSources:v,slots:$,emits:S,expose:w,nodes:_,css:o},lu=Object.keys(p||{}),fu=(h||[]).map(U=>typeof U=="string"?U:U.name),bu=["$el","$emit","$nextTick","$parent","$root","$refs","$attrs","$slots","$watch","$props","$options","$forceUpdate","state","$props","props",...Object.keys(b||{})],{libs:pu}=du(x,s),Ee={platform:n,context:fe,computed:lu,libs:pu,members:bu,props:fu};return await cu(ve,async U=>{await ou(U,async ue=>{if(le(ue)){const hu=await F.tsFormatter(ue.value);ue.value=he(hu,U.id,Ee)}})},async U=>{const ue=await F.tsFormatter(U.value);U.value=he(ue,"",Ee)}),new Ue.BlockModel(ve).toDsl()}async function u0(u,e){const{id:t,name:a,project:r,platform:n,styles:s,css:i,dependencies:o}=e,c=Vt(u.script,r),{nodes:d,slots:l,context:p}=tu(t,a,u.template,{platform:n,handlers:c.handlers,styles:s,imports:c.imports,directives:c.directives}),b={id:t,name:a,apiMode:"composition",inject:c.inject,props:c.props,state:c.state,refs:c.refs,reactives:c.reactives,composables:c.composables,setup:c.setup,provide:c.provide,watch:c.watch,lifeCycles:c.lifeCycles,computed:c.computed,methods:c.methods,dataSources:c.dataSources,slots:l,emits:c.emits,expose:c.expose,nodes:d,css:i},{libs:h}=du(c.imports,o),S=Jt(c),w={refs:Array.from(S.refs),reactives:Array.from(S.reactives),hasState:S.hasState,computed:Array.from(S.computed),methods:Array.from(S.methods),props:Array.from(S.props),composables:Array.from(S.composables),injects:Array.from(S.injects),dataSources:Array.from(S.dataSources),globalApiVars:S.reverseApiMap,reverseMemberApiMap:S.reverseMemberApiMap,libs:h};return await cu(b,async g=>{await ou(g,async x=>{if(le(x)){const v=await F.tsFormatter(x.value);let I=$e(v,w);const _=Array.from(p[g.id]||new Set);for(const $ of _)I=D(I,$,`this.context.${$}`);x.value=I}})},async g=>{const x=await F.tsFormatter(g.value);g.value=$e(x,w)}),new Ue.BlockModel(b).toDsl()}async function cu(u,e,t){const a=async(m,g)=>{if(await e(m,g),Array.isArray(m?.children))for(const x of m?.children||[])await a(x,m)},r=async m=>{if(!m||typeof m!="object")return;if(Array.isArray(m)){for(let x of m)await r(x);return}const g=Object.values(m);for(const x of g)le(x)?await t(x):await r(x)},{state:n,watch:s,computed:i,props:o,dataSources:c,methods:d,lifeCycles:l,inject:p,setup:b,provide:h,refs:S,reactives:w}=u;if(await r({state:n,watch:s,computed:i,props:o,dataSources:c,methods:d,lifeCycles:l,inject:p,setup:b,provide:h,refs:S,reactives:w}),Array.isArray(u.nodes))for(const m of u.nodes)await a(m)}async function ou(u,e){const t=async a=>{if(!a||typeof a!="object")return;if(Array.isArray(a)){for(let n of a)await e(n),await t(n);return}if(le(a)){await e(a);return}const r=Object.values(a);for(const n of r)await e(n),await t(n)};await t(u)}function du(u=[],e=[]){const t={},a=e.reduce((r,n)=>(r[n.package]=n.library,r),{});for(const{from:r,imports:n}of u)if(Array.isArray(n))n.forEach(s=>{const i=a[r];i&&(t[s]=i)});else{const s=a[r];s&&(t[n]=s)}return{libs:t}}exports.AutoFixer=iu;exports.ComponentValidator=su;exports.VTJ_PARSER_VERSION=vu;exports.htmlToNodes=xe;exports.parseUniApp=Nu;exports.parseVue=Yt;exports.patchCode=he;exports.replacer=D;
|
package/dist/index.mjs
CHANGED
|
@@ -3,9 +3,9 @@ import { parse as he } from "@babel/parser";
|
|
|
3
3
|
import vu from "@babel/traverse";
|
|
4
4
|
import Eu from "@babel/generator";
|
|
5
5
|
import { BlockModel as Hu } from "@vtj/core";
|
|
6
|
-
import { GLOBAL_API_MAP as gu, UI_PACKAGES as xe, UI_GLOBAL_API_MAPS as Wu, tsFormatter as
|
|
6
|
+
import { GLOBAL_API_MAP as gu, UI_PACKAGES as xe, UI_GLOBAL_API_MAPS as Wu, tsFormatter as nu } from "@vtj/coder";
|
|
7
7
|
import { NodeTypes as E } from "@vue/compiler-core";
|
|
8
|
-
import { upperFirstCamelCase as ge, unBase64 as ye, uid as
|
|
8
|
+
import { upperFirstCamelCase as ge, unBase64 as ye, uid as su } from "@vtj/base";
|
|
9
9
|
import Se from "postcss";
|
|
10
10
|
import * as ve from "sass";
|
|
11
11
|
import * as q from "@babel/types";
|
|
@@ -13,10 +13,10 @@ import * as q 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.18.
|
|
16
|
+
* @version 0.18.7
|
|
17
17
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
18
18
|
*/
|
|
19
|
-
const f0 = "0.18.
|
|
19
|
+
const f0 = "0.18.7";
|
|
20
20
|
function P(e) {
|
|
21
21
|
const { descriptor: u, errors: t } = Uu(e), a = u.template?.content || "", r = !!u.scriptSetup, n = (u.scriptSetup || u.script)?.content || "", s = u.styles.map((i) => i.content);
|
|
22
22
|
return {
|
|
@@ -36,7 +36,7 @@ function J(e, u) {
|
|
|
36
36
|
function A(e) {
|
|
37
37
|
if (!e) return "";
|
|
38
38
|
try {
|
|
39
|
-
return
|
|
39
|
+
return ru(e), (Eu.default || Eu)(e, {
|
|
40
40
|
comments: !1,
|
|
41
41
|
concise: !0,
|
|
42
42
|
retainLines: !1,
|
|
@@ -53,15 +53,15 @@ const Ee = /* @__PURE__ */ new Set([
|
|
|
53
53
|
"TSTypeAssertion",
|
|
54
54
|
"TSNonNullExpression"
|
|
55
55
|
]);
|
|
56
|
-
function
|
|
56
|
+
function ru(e) {
|
|
57
57
|
if (!(!e || typeof e != "object")) {
|
|
58
58
|
if (Array.isArray(e)) {
|
|
59
|
-
for (const u of e)
|
|
59
|
+
for (const u of e) ru(u);
|
|
60
60
|
return;
|
|
61
61
|
}
|
|
62
62
|
if (Ee.has(e.type) && e.expression) {
|
|
63
63
|
const u = e.expression;
|
|
64
|
-
|
|
64
|
+
ru(u);
|
|
65
65
|
const t = {
|
|
66
66
|
start: e.start,
|
|
67
67
|
end: e.end,
|
|
@@ -74,20 +74,20 @@ function au(e) {
|
|
|
74
74
|
}
|
|
75
75
|
delete e.typeAnnotation, delete e.returnType, delete e.typeParameters, e.type === "Identifier" && delete e.optional;
|
|
76
76
|
for (const u of Object.keys(e))
|
|
77
|
-
u === "type" || u === "loc" || u === "start" || u === "end" || u === "extra" || u === "leadingComments" || u === "trailingComments" || u === "innerComments" || u === "errors" ||
|
|
77
|
+
u === "type" || u === "loc" || u === "start" || u === "end" || u === "extra" || u === "leadingComments" || u === "trailingComments" || u === "innerComments" || u === "errors" || ru(e[u]);
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function iu(e) {
|
|
81
81
|
return !!e && e.type === "JSExpression";
|
|
82
82
|
}
|
|
83
83
|
function we(e) {
|
|
84
84
|
return typeof e == "object" && !!e && e.type === "JSFunction";
|
|
85
85
|
}
|
|
86
86
|
function du(e) {
|
|
87
|
-
return !!
|
|
87
|
+
return !!iu(e) || !!we(e);
|
|
88
88
|
}
|
|
89
89
|
function Ie(e) {
|
|
90
|
-
return !!e && !
|
|
90
|
+
return !!e && !iu(e) && typeof e != "string";
|
|
91
91
|
}
|
|
92
92
|
function Ju(e, u) {
|
|
93
93
|
try {
|
|
@@ -788,7 +788,7 @@ var f;
|
|
|
788
788
|
function U(e) {
|
|
789
789
|
return e === y.Space || e === y.NewLine || e === y.Tab || e === y.FormFeed || e === y.CarriageReturn;
|
|
790
790
|
}
|
|
791
|
-
function
|
|
791
|
+
function au(e) {
|
|
792
792
|
return e === y.Slash || e === y.Gt || U(e);
|
|
793
793
|
}
|
|
794
794
|
function Xe(e) {
|
|
@@ -853,7 +853,7 @@ class Ze {
|
|
|
853
853
|
const t = this.sequenceIndex === this.currentSequence.length;
|
|
854
854
|
if (!(t ? (
|
|
855
855
|
// If we are at the end of the sequence, make sure the tag name has ended
|
|
856
|
-
|
|
856
|
+
au(u)
|
|
857
857
|
) : (
|
|
858
858
|
// Otherwise, do a case-insensitive comparison
|
|
859
859
|
(u | 32) === this.currentSequence[this.sequenceIndex]
|
|
@@ -914,7 +914,7 @@ class Ze {
|
|
|
914
914
|
* We allow anything that wouldn't end the tag.
|
|
915
915
|
*/
|
|
916
916
|
isTagStartChar(u) {
|
|
917
|
-
return this.xmlMode ? !
|
|
917
|
+
return this.xmlMode ? !au(u) : Xe(u);
|
|
918
918
|
}
|
|
919
919
|
startSpecial(u, t) {
|
|
920
920
|
this.isSpecial = !0, this.currentSequence = u, this.sequenceIndex = t, this.state = f.SpecialStartSequence;
|
|
@@ -930,7 +930,7 @@ class Ze {
|
|
|
930
930
|
} else u === y.Slash ? this.state = f.BeforeClosingTagName : (this.state = f.Text, this.stateText(u));
|
|
931
931
|
}
|
|
932
932
|
stateInTagName(u) {
|
|
933
|
-
|
|
933
|
+
au(u) && (this.cbs.onopentagname(this.sectionStart, this.index), this.sectionStart = -1, this.state = f.BeforeAttributeName, this.stateBeforeAttributeName(u));
|
|
934
934
|
}
|
|
935
935
|
stateBeforeClosingTagName(u) {
|
|
936
936
|
U(u) || (u === y.Gt ? this.state = f.Text : (this.state = this.isTagStartChar(u) ? f.InClosingTagName : f.InSpecialComment, this.sectionStart = this.index));
|
|
@@ -948,7 +948,7 @@ class Ze {
|
|
|
948
948
|
u === y.Gt ? (this.cbs.onselfclosingtag(this.index), this.state = f.Text, this.sectionStart = this.index + 1, this.isSpecial = !1) : U(u) || (this.state = f.BeforeAttributeName, this.stateBeforeAttributeName(u));
|
|
949
949
|
}
|
|
950
950
|
stateInAttributeName(u) {
|
|
951
|
-
(u === y.Eq ||
|
|
951
|
+
(u === y.Eq || au(u)) && (this.cbs.onattribname(this.sectionStart, this.index), this.sectionStart = this.index, this.state = f.AfterAttributeName, this.stateAfterAttributeName(u));
|
|
952
952
|
}
|
|
953
953
|
stateAfterAttributeName(u) {
|
|
954
954
|
u === y.Eq ? this.state = f.BeforeAttributeValue : u === y.Slash || u === y.Gt ? (this.cbs.onattribend(B.NoValue, this.sectionStart), this.sectionStart = -1, this.state = f.BeforeAttributeName, this.stateBeforeAttributeName(u)) : U(u) || (this.cbs.onattribend(B.NoValue, this.sectionStart), this.state = f.InAttributeName, this.sectionStart = this.index);
|
|
@@ -1763,7 +1763,7 @@ function ct(e) {
|
|
|
1763
1763
|
}
|
|
1764
1764
|
return u;
|
|
1765
1765
|
}
|
|
1766
|
-
function
|
|
1766
|
+
function uu(e, u) {
|
|
1767
1767
|
return !!Ku(e, u);
|
|
1768
1768
|
}
|
|
1769
1769
|
function Ku(e, u) {
|
|
@@ -1787,12 +1787,12 @@ function ot(e, u = {}) {
|
|
|
1787
1787
|
t.push({
|
|
1788
1788
|
id: s.replace("watcher_", ""),
|
|
1789
1789
|
source: u[s],
|
|
1790
|
-
deep:
|
|
1791
|
-
immediate:
|
|
1790
|
+
deep: uu(i, "deep"),
|
|
1791
|
+
immediate: uu(i, "immediate"),
|
|
1792
1792
|
handler: Du(i, "handler")
|
|
1793
1793
|
});
|
|
1794
1794
|
} else if (a.type === "ObjectMethod" && t.push({
|
|
1795
|
-
id:
|
|
1795
|
+
id: su(),
|
|
1796
1796
|
source: {
|
|
1797
1797
|
type: "JSFunction",
|
|
1798
1798
|
value: `() => { return this.${s}; }`
|
|
@@ -1803,13 +1803,13 @@ function ot(e, u = {}) {
|
|
|
1803
1803
|
}), a.type === "ObjectProperty") {
|
|
1804
1804
|
const i = n.properties;
|
|
1805
1805
|
t.push({
|
|
1806
|
-
id:
|
|
1806
|
+
id: su(),
|
|
1807
1807
|
source: {
|
|
1808
1808
|
type: "JSFunction",
|
|
1809
1809
|
value: `() => { return this.${s}; }`
|
|
1810
1810
|
},
|
|
1811
|
-
deep:
|
|
1812
|
-
immediate:
|
|
1811
|
+
deep: uu(i, "deep"),
|
|
1812
|
+
immediate: uu(i, "immediate"),
|
|
1813
1813
|
handler: Du(i, "handler")
|
|
1814
1814
|
});
|
|
1815
1815
|
}
|
|
@@ -1848,7 +1848,7 @@ function ft(e) {
|
|
|
1848
1848
|
const { key: a, value: r } = t, n = r.properties || [];
|
|
1849
1849
|
return {
|
|
1850
1850
|
name: a.name,
|
|
1851
|
-
required:
|
|
1851
|
+
required: uu(n, "required"),
|
|
1852
1852
|
type: lt(n),
|
|
1853
1853
|
default: Yu(n)
|
|
1854
1854
|
};
|
|
@@ -1899,9 +1899,9 @@ function gt(e) {
|
|
|
1899
1899
|
}
|
|
1900
1900
|
return u;
|
|
1901
1901
|
}
|
|
1902
|
-
let mu = [],
|
|
1902
|
+
let mu = [], cu = {}, ue = {}, ee = {}, te = {}, ou = "web", ae = [];
|
|
1903
1903
|
function re(e, u, t = "", a) {
|
|
1904
|
-
mu = [],
|
|
1904
|
+
mu = [], cu = {}, ue = a?.handlers || {}, te = a?.styles || {}, ou = a?.platform || "web", ae = a?.imports || [], ee = a?.directives || {};
|
|
1905
1905
|
const n = Gu({
|
|
1906
1906
|
id: e,
|
|
1907
1907
|
filename: u,
|
|
@@ -1916,7 +1916,7 @@ function re(e, u, t = "", a) {
|
|
|
1916
1916
|
return {
|
|
1917
1917
|
nodes: s.filter((i) => !!i),
|
|
1918
1918
|
slots: mu,
|
|
1919
|
-
context:
|
|
1919
|
+
context: cu
|
|
1920
1920
|
};
|
|
1921
1921
|
}
|
|
1922
1922
|
function yt(e) {
|
|
@@ -2017,7 +2017,7 @@ function Et(e, u = {}) {
|
|
|
2017
2017
|
}
|
|
2018
2018
|
return vt(t);
|
|
2019
2019
|
}
|
|
2020
|
-
function
|
|
2020
|
+
function K(e, u) {
|
|
2021
2021
|
const t = [], a = ["if", "for", "model", "show", "bind", "html"];
|
|
2022
2022
|
if (u && (e.type === E.IF_BRANCH || e.type === E.IF) && u.forEach((r, n) => {
|
|
2023
2023
|
if (e === r) {
|
|
@@ -2028,7 +2028,7 @@ function eu(e, u) {
|
|
|
2028
2028
|
});
|
|
2029
2029
|
const o = e.children?.[0];
|
|
2030
2030
|
if (o) {
|
|
2031
|
-
const c =
|
|
2031
|
+
const c = K(o);
|
|
2032
2032
|
t.push(...c);
|
|
2033
2033
|
}
|
|
2034
2034
|
}
|
|
@@ -2094,7 +2094,7 @@ function ne(e) {
|
|
|
2094
2094
|
u = s.match(i)?.[1] || "";
|
|
2095
2095
|
}
|
|
2096
2096
|
}
|
|
2097
|
-
return u ||
|
|
2097
|
+
return u || su();
|
|
2098
2098
|
}
|
|
2099
2099
|
function wt(e) {
|
|
2100
2100
|
const u = /\.\/(.+?)\.vue/;
|
|
@@ -2112,7 +2112,7 @@ function wt(e) {
|
|
|
2112
2112
|
}
|
|
2113
2113
|
}
|
|
2114
2114
|
function hu(e, u) {
|
|
2115
|
-
const t = new Set(u?.id ?
|
|
2115
|
+
const t = new Set(u?.id ? cu[u.id] : []), a = (e.directives || []).find((s) => s.name === "vFor");
|
|
2116
2116
|
let r = new Set(Array.from(t));
|
|
2117
2117
|
if (a) {
|
|
2118
2118
|
const { item: s = "item", index: i = "index" } = a.iterator || {};
|
|
@@ -2123,18 +2123,18 @@ function hu(e, u) {
|
|
|
2123
2123
|
const s = typeof n == "string" ? [] : n.params || [], i = s.length ? s : [`scope_${u?.id}`];
|
|
2124
2124
|
r = /* @__PURE__ */ new Set([...i, ...Array.from(r)]);
|
|
2125
2125
|
}
|
|
2126
|
-
|
|
2126
|
+
cu[e.id] = r;
|
|
2127
2127
|
}
|
|
2128
2128
|
function bu(e, u, t, a) {
|
|
2129
2129
|
const r = {
|
|
2130
|
-
name: zu(e.tag,
|
|
2130
|
+
name: zu(e.tag, ou),
|
|
2131
2131
|
from: wt(e.tag),
|
|
2132
2132
|
props: St(e.props),
|
|
2133
2133
|
events: Et(e.props, ue),
|
|
2134
|
-
directives:
|
|
2134
|
+
directives: K(t || e, a)
|
|
2135
2135
|
};
|
|
2136
2136
|
r.id = ne(e), hu(r, u);
|
|
2137
|
-
const n =
|
|
2137
|
+
const n = tu(r, e.children);
|
|
2138
2138
|
return hu(r, u), yt(n), n;
|
|
2139
2139
|
}
|
|
2140
2140
|
function It(e = [], u) {
|
|
@@ -2153,8 +2153,8 @@ function Z(e, u, t) {
|
|
|
2153
2153
|
if (a.type === E.ELEMENT)
|
|
2154
2154
|
return bu(a, u, e, t);
|
|
2155
2155
|
if (a.type === E.FOR) {
|
|
2156
|
-
const n = { name: "div", directives:
|
|
2157
|
-
return
|
|
2156
|
+
const n = { name: "div", directives: K(e) };
|
|
2157
|
+
return tu(n, e.children || []);
|
|
2158
2158
|
}
|
|
2159
2159
|
}
|
|
2160
2160
|
return "";
|
|
@@ -2162,8 +2162,8 @@ function Z(e, u, t) {
|
|
|
2162
2162
|
if (e.type === E.FOR) {
|
|
2163
2163
|
const a = e.children[0];
|
|
2164
2164
|
if (e.children.length > 1 || a.type !== E.ELEMENT) {
|
|
2165
|
-
const n = { name: "span", directives:
|
|
2166
|
-
return
|
|
2165
|
+
const n = { name: "span", directives: K(e) };
|
|
2166
|
+
return tu(n, e.children);
|
|
2167
2167
|
} else
|
|
2168
2168
|
return bu(a, u, e);
|
|
2169
2169
|
}
|
|
@@ -2193,13 +2193,13 @@ function Ru(e = []) {
|
|
|
2193
2193
|
children: t
|
|
2194
2194
|
};
|
|
2195
2195
|
}
|
|
2196
|
-
function
|
|
2196
|
+
function tu(e, u = []) {
|
|
2197
2197
|
const t = [];
|
|
2198
2198
|
for (const a of u)
|
|
2199
2199
|
if (a.type === E.ELEMENT && a.codegenNode?.value?.arguments) {
|
|
2200
2200
|
const r = a.codegenNode.value.arguments[0];
|
|
2201
2201
|
if (r) {
|
|
2202
|
-
const n = qu(r,
|
|
2202
|
+
const n = qu(r, ou);
|
|
2203
2203
|
t.push(...n);
|
|
2204
2204
|
}
|
|
2205
2205
|
} else if (a.type === E.ELEMENT && a.tag === "template") {
|
|
@@ -2220,7 +2220,7 @@ function ou(e, u = []) {
|
|
|
2220
2220
|
} else if (a.type === E.JS_CALL_EXPRESSION) {
|
|
2221
2221
|
const r = a.arguments?.[0];
|
|
2222
2222
|
if (r) {
|
|
2223
|
-
const n = qu(r,
|
|
2223
|
+
const n = qu(r, ou);
|
|
2224
2224
|
t.push(...n);
|
|
2225
2225
|
}
|
|
2226
2226
|
} else if (a.type === E.TEXT_CALL) {
|
|
@@ -2232,18 +2232,23 @@ function ou(e, u = []) {
|
|
|
2232
2232
|
}
|
|
2233
2233
|
if (t.length === 1) {
|
|
2234
2234
|
const a = t[0];
|
|
2235
|
-
e.children = typeof a == "string" ||
|
|
2235
|
+
e.children = typeof a == "string" || iu(a) ? a : [a];
|
|
2236
2236
|
} else
|
|
2237
|
-
e.children = t.map((a) => typeof a == "string" ||
|
|
2237
|
+
e.children = t.map((a) => typeof a == "string" || iu(a) ? { name: "span", children: a } : a);
|
|
2238
2238
|
return e;
|
|
2239
2239
|
}
|
|
2240
2240
|
function At(e) {
|
|
2241
|
-
const u = e.branches || [], t = u[0], a = t
|
|
2242
|
-
if (t?.isTemplateIf
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2241
|
+
const u = e.branches || [], t = u[0], a = t?.children || [];
|
|
2242
|
+
if (t?.isTemplateIf)
|
|
2243
|
+
return u.map((r) => {
|
|
2244
|
+
const s = { name: "div", directives: K(r, u) };
|
|
2245
|
+
return tu(s, r.children || []);
|
|
2246
|
+
});
|
|
2247
|
+
if (a.length > 1 || a[0] && a[0].type !== E.ELEMENT) {
|
|
2248
|
+
const n = { name: "div", directives: K(t, u) };
|
|
2249
|
+
return tu(n, t.children);
|
|
2250
|
+
}
|
|
2251
|
+
return It(u);
|
|
2247
2252
|
}
|
|
2248
2253
|
const kt = {
|
|
2249
2254
|
onBeforeMount: "beforeMount",
|
|
@@ -2659,7 +2664,7 @@ function Lt(e) {
|
|
|
2659
2664
|
s = xu(o, "deep"), i = xu(o, "immediate");
|
|
2660
2665
|
}
|
|
2661
2666
|
return {
|
|
2662
|
-
id:
|
|
2667
|
+
id: su(),
|
|
2663
2668
|
source: C(
|
|
2664
2669
|
u.type === "ArrowFunctionExpression" || u.type === "FunctionExpression" ? r : `() => { return ${r}; }`
|
|
2665
2670
|
),
|
|
@@ -2781,7 +2786,7 @@ function Bt(e) {
|
|
|
2781
2786
|
`)
|
|
2782
2787
|
};
|
|
2783
2788
|
}
|
|
2784
|
-
function
|
|
2789
|
+
function eu(e, u, t) {
|
|
2785
2790
|
let a = "", r = 0;
|
|
2786
2791
|
const n = /'(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|`(?:[^`\\]|\\.)*`/g;
|
|
2787
2792
|
let s;
|
|
@@ -2809,13 +2814,13 @@ function Ft(e, u) {
|
|
|
2809
2814
|
let t = e;
|
|
2810
2815
|
const a = [...u.refs, ...u.computed];
|
|
2811
2816
|
for (const r of a)
|
|
2812
|
-
t =
|
|
2817
|
+
t = eu(
|
|
2813
2818
|
t,
|
|
2814
2819
|
new RegExp(`(?<!\\.)\\b${Q(r)}\\.value\\b`, "g"),
|
|
2815
2820
|
`this.${r}.value`
|
|
2816
2821
|
);
|
|
2817
2822
|
for (const r of a)
|
|
2818
|
-
t =
|
|
2823
|
+
t = eu(
|
|
2819
2824
|
t,
|
|
2820
2825
|
new RegExp(
|
|
2821
2826
|
`(?<!this\\.)(?:(?<=_ctx\\.)|(?<!\\.))\\b${Q(r)}\\b(?!\\.value)`,
|
|
@@ -2823,7 +2828,7 @@ function Ft(e, u) {
|
|
|
2823
2828
|
),
|
|
2824
2829
|
`this.${r}.value`
|
|
2825
2830
|
);
|
|
2826
|
-
t =
|
|
2831
|
+
t = eu(
|
|
2827
2832
|
t,
|
|
2828
2833
|
/__instance\.proxy\.\$forceUpdate\./g,
|
|
2829
2834
|
"__instance.proxy."
|
|
@@ -2836,7 +2841,7 @@ function Ft(e, u) {
|
|
|
2836
2841
|
`\\b${Q(r)}\\.${Q(s)}\\b`,
|
|
2837
2842
|
"g"
|
|
2838
2843
|
);
|
|
2839
|
-
t =
|
|
2844
|
+
t = eu(t, o, `this.${i}`);
|
|
2840
2845
|
}
|
|
2841
2846
|
for (const r of u.props)
|
|
2842
2847
|
t = Ut(t, "__props", r, `this.${r}`);
|
|
@@ -2865,7 +2870,7 @@ function Ut(e, u, t, a) {
|
|
|
2865
2870
|
`\\b${Q(u)}\\.${Q(t)}\\b`,
|
|
2866
2871
|
"g"
|
|
2867
2872
|
);
|
|
2868
|
-
return
|
|
2873
|
+
return eu(e, r, a);
|
|
2869
2874
|
}
|
|
2870
2875
|
function se(e) {
|
|
2871
2876
|
const u = {}, t = {};
|
|
@@ -3498,16 +3503,16 @@ async function u0(e, u) {
|
|
|
3498
3503
|
return await ce(
|
|
3499
3504
|
yu,
|
|
3500
3505
|
async (F) => {
|
|
3501
|
-
await oe(F, async (
|
|
3502
|
-
if (du(
|
|
3503
|
-
const me = await
|
|
3504
|
-
|
|
3506
|
+
await oe(F, async (Y) => {
|
|
3507
|
+
if (du(Y)) {
|
|
3508
|
+
const me = await nu(Y.value);
|
|
3509
|
+
Y.value = Iu(me, F.id, Su);
|
|
3505
3510
|
}
|
|
3506
3511
|
});
|
|
3507
3512
|
},
|
|
3508
3513
|
async (F) => {
|
|
3509
|
-
const
|
|
3510
|
-
F.value = Iu(
|
|
3514
|
+
const Y = await nu(F.value);
|
|
3515
|
+
F.value = Iu(Y, "", Su);
|
|
3511
3516
|
}
|
|
3512
3517
|
), new Hu(yu).toDsl();
|
|
3513
3518
|
}
|
|
@@ -3559,7 +3564,7 @@ async function e0(e, u) {
|
|
|
3559
3564
|
async (g) => {
|
|
3560
3565
|
await oe(g, async (x) => {
|
|
3561
3566
|
if (du(x)) {
|
|
3562
|
-
const v = await
|
|
3567
|
+
const v = await nu(x.value);
|
|
3563
3568
|
let I = Fu(v, w);
|
|
3564
3569
|
const D = Array.from(
|
|
3565
3570
|
p[g.id] || /* @__PURE__ */ new Set()
|
|
@@ -3571,7 +3576,7 @@ async function e0(e, u) {
|
|
|
3571
3576
|
});
|
|
3572
3577
|
},
|
|
3573
3578
|
async (g) => {
|
|
3574
|
-
const x = await
|
|
3579
|
+
const x = await nu(g.value);
|
|
3575
3580
|
g.value = Fu(x, w);
|
|
3576
3581
|
}
|
|
3577
3582
|
), new Hu(b).toDsl();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtj/parser",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.18.
|
|
4
|
+
"version": "0.18.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"AI低代码",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"htmlparser2": "~10.0.0",
|
|
33
33
|
"postcss": "~8.5.0",
|
|
34
34
|
"sass": "~1.97.1",
|
|
35
|
+
"@vtj/coder": "~0.18.7",
|
|
35
36
|
"@vtj/base": "~0.13.0",
|
|
36
|
-
"@vtj/
|
|
37
|
-
"@vtj/core": "~0.18.5"
|
|
37
|
+
"@vtj/core": "~0.18.7"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@vtj/cli": "~0.13.0"
|
package/types/version.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright (c) 2026, VTJ.PRO All rights reserved.
|
|
3
3
|
* @name @vtj/parser
|
|
4
4
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
5
|
-
* @version 0.18.
|
|
5
|
+
* @version 0.18.6
|
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
7
7
|
*/
|
|
8
|
-
export declare const version = "0.18.
|
|
8
|
+
export declare const version = "0.18.6";
|