@vtj/parser 0.16.32 → 0.16.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +12 -12
- package/dist/index.mjs +83 -75
- 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 uu=require("@vue/compiler-sfc"),ae=require("@babel/parser"),gu=require("@babel/traverse"),yu=require("@babel/generator"),ie=require("@vtj/core"),Su=require("@vtj/coder"),p=require("@vue/compiler-core"),Q=require("@vtj/base"),se=require("postcss"),re=require("sass"),ce=require("@babel/types");function Vu(
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const uu=require("@vue/compiler-sfc"),ae=require("@babel/parser"),gu=require("@babel/traverse"),yu=require("@babel/generator"),ie=require("@vtj/core"),Su=require("@vtj/coder"),p=require("@vue/compiler-core"),Q=require("@vtj/base"),se=require("postcss"),re=require("sass"),ce=require("@babel/types");function Vu(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 ne=Vu(re),k=Vu(ce);/**!
|
|
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.16.
|
|
5
|
+
* @version 0.16.34
|
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
7
|
-
*/const oe="0.16.32";function D(e){const{descriptor:u,errors:t}=uu.parse(e),a=u.template?.content||"",i=(u.scriptSetup||u.script)?.content||"",s=u.styles.map(r=>r.content);return{template:a,script:i,styles:s,errors:t}}function M(e){return ae.parse(e,{sourceType:"module",plugins:["typescript"]})}function K(e,u){return(gu.default||gu)(e,u)}function $(e){try{return(yu.default||yu)(e,{comments:!1,concise:!0,retainLines:!1,jsescOption:{minimal:!0}}).code}catch(u){return console.error("代码生成错误",u),""}}function lu(e){return!!e&&e.type==="JSExpression"}function de(e){return typeof e=="object"&&!!e&&e.type==="JSFunction"}function bu(e){return!!lu(e)||!!de(e)}function fe(e){return!!e&&!lu(e)&&typeof e!="string"}function ju(e,u){try{const t=M(e);return K(t,u),$(t)||""}catch{return""}}function le(e,u){const t=[];try{const{descriptor:a,errors:i}=uu.parse(e);if(i&&i.length>0&&i.forEach(r=>{const c=r.message||String(r),o=r.loc;o&&o.start?t.push(`Vue SFC 错误: ${c} (位置: ${o.start.line}:${o.start.column})`):t.push(`Vue SFC 错误: ${c}`)}),a.template)try{const r=uu.compileTemplate({id:"validation",filename:u,source:a.template.content,isProd:!1});r.errors&&r.errors.length>0&&r.errors.forEach(c=>{const o=typeof c=="string"?c:c.message,n=typeof c=="string"?null:c.loc;n&&n.start?t.push(`模板编译错误: ${o} (位置: ${n.start.line}:${n.start.column})`):t.push(`模板编译错误: ${o}`)})}catch(r){t.push(`模板编译错误: ${r.message}`)}const s=(a.scriptSetup||a.script)?.content;if(s)try{M(s)}catch(r){t.push(`脚本语法错误: ${r.message}`)}}catch(a){t.push(`Vue SFC 解析错误: ${a.message}`)}return t.length>0?t:null}function be(e){const u=D(e),t=M(u.script),a={};return u.styles&&(a.css=u.styles[0]||""),K(t,{CallExpression(i){const s=i.node.callee?.name;if(s){const r=$(i.node.arguments[0]);r&&(a[s]={type:"JSFunction",value:r})}}}),a}function P(e,u,t){if(!e.includes(u))return e;try{return he(e,u,t)}catch{return e}}function he(e,u,t){let a,i=0;try{a=M(e)}catch{const c="(()=>{",n=c+e+"})";a=M(n),i=c.length}const s=[];if(K(a,{Identifier(c){const o=c.node;if(o.name!==u)return;const n=xe(c);if(n==="skip")return;const f=(o.start??0)-i,l=(o.end??0)-i;if(f<0||l>e.length)return;const m=n==="expand"?`${u}: ${t}`:t;s.some(h=>h.start===f&&h.end===l)||s.push({start:f,end:l,text:m})},StringLiteral(c){pe(c,u,t,i,e,s)},TemplateLiteral(c){me(c,u,t,i,e,s)},MemberExpression(c){Eu(c,u,t,i,e,s)},OptionalMemberExpression(c){Eu(c,u,t,i,e,s)}}),s.length===0)return e;s.sort((c,o)=>o.start-c.start);let r=e;for(const{start:c,end:o,text:n}of s)r=r.slice(0,c)+n+r.slice(o);return r}function pe(e,u,t,a,i,s){const r=e.node;if(!r.value.includes(u))return;const c=e.parent;if(c?.type!=="NewExpression"||c?.callee?.name!=="RegExp")return;const o=r.value;let n=0;for(;n<o.length;){const f=o.indexOf(u,n);if(f===-1)break;const l=1+f,m=(r.start??0)-a+l,h=m+u.length;m>=0&&h<=i.length&&!s.some(I=>I.start===m&&I.end===h)&&s.push({start:m,end:h,text:t}),n=f+u.length}}function me(e,u,t,a,i,s){const r=e.parent;if(r?.type!=="NewExpression"||r?.callee?.name!=="RegExp")return;const o=e.node.quasis??[];for(const n of o){const f=n.value?.raw??"";if(!f.includes(u))continue;let l=0;for(;l<f.length;){const m=f.indexOf(u,l);if(m===-1)break;const h=(n.start??0)-a;if(h<0||h>i.length)break;const I=h+m,T=I+u.length;I>=0&&T<=i.length&&!s.some(H=>H.start===I&&H.end===T)&&s.push({start:I,end:T,text:t}),l=m+u.length}}}function Eu(e,u,t,a,i,s){const r=e.node;if(r.object?.type!=="ThisExpression"||r.computed||r.property?.type!=="Identifier"||r.property.name!==u)return;const c=(r.start??0)-a,o=(r.end??0)-a;c<0||o>i.length||s.some(n=>n.start===c&&n.end===o)||s.push({start:c,end:o,text:t})}function xe(e,u){const t=e.parent,a=t?.type??"",i=e.parentPath?.parent;switch(a){case"MemberExpression":case"OptionalMemberExpression":{if(t.property===e.node)return t.computed?"replace":"skip";if(t.object===e.node)return"replace";break}case"ObjectProperty":{if(t.key===e.node)return t.computed?"replace":t.shorthand?i&&i?.type==="ObjectPattern"?"skip":"expand":"skip";if(t.value===e.node)return i&&i?.type==="ObjectPattern"?"skip":"replace";break}case"VariableDeclarator":{if(t.id===e.node)return"skip";break}case"FunctionDeclaration":{if(t.id===e.node)return"skip";break}case"ClassDeclaration":{if(t.id===e.node)return"skip";break}case"ClassExpression":{if(t.id===e.node)return"skip";break}case"CatchClause":{if(t.param===e.node)return"skip";break}case"ImportDefaultSpecifier":case"ImportNamespaceSpecifier":case"ImportSpecifier":return"skip";case"ExportSpecifier":return"skip";case"LabeledStatement":{if(t.label===e.node)return"skip";break}case"AssignmentPattern":{if(t.left===e.node)return"skip";break}case"SpreadElement":{if(t.argument===e.node)return"replace";break}case"ObjectMethod":{if(t.key===e.node&&!t.computed)return"skip";break}case"RestElement":{if(t.argument===e.node)return"skip";break}case"TSEnumDeclaration":{if(t.id===e.node)return"skip";break}case"TSTypeAliasDeclaration":{if(t.id===e.node)return"skip";break}case"TSInterfaceDeclaration":{if(t.id===e.node)return"skip";break}}return ge(e)||ye(e)?"skip":"replace"}function ge(e){let u=e.parentPath;for(;u;){const t=u.node,a=t?.type??"";if(a==="FunctionDeclaration"||a==="FunctionExpression"||a==="ArrowFunctionExpression"||a==="ClassMethod"||a==="ObjectMethod"||a==="TSDeclareFunction")return(t.params??[]).includes(e.node);if(a==="Program"||a==="BlockStatement"||a==="ObjectExpression"||a==="ArrayExpression"||a==="StaticBlock")break;u=u.parentPath}return!1}function ye(e){let u=e.parentPath;for(;u;){const t=u.node?.type??"";if(t==="ObjectPattern")return!0;if(t==="FunctionDeclaration"||t==="FunctionExpression"||t==="ArrowFunctionExpression"||t==="Program")break;u=u.parentPath}return!1}function cu(e,u,t){const{context:a={},computed:i=[],libs:s={},members:r=[],props:c=[],platform:o}=t||{},n=Array.from(a[u||""]||new Set);if(n)for(const f of n)e=P(e,f,`this.context.${f}`);for(const f of i)e.includes(`this.${f}.value`)||(e=P(e,f,`this.${f}.value`));for(const f of c)e=P(e,f,`this.props.${f}`),e=P(e,`this.${f}`,`this.props.${f}`);for(const[f,l]of Object.entries(s))e=P(e,f,`this.$libs.${l}.${f}`),e=P(e,`this.${f}`,`this.$libs.${l}.${f}`);for(const f of r)e=P(e,f,`this.${f}`);if(o==="uniapp"){const f=/\suni\./g;e=e.replace(f,"this.$libs.UniH5.uni.")}return e=e.replace(/_ctx\./g,"this."),e=e.replace(/this\.this\./g,"this."),e}function q(e){return{type:"JSExpression",value:/^\{[\w\W]*\}$/.test(e)?`(${e})`:e}}function hu(e){return{type:"JSFunction",value:e}}const Se=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeUnmount","unmounted","errorCaptured","renderTracked","renderTriggered","activated","deactivated"],Ee="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(","),Ie="component,slot,template".split(","),ve="view,swiper,progress,icon,text,button,checkbox,editor,form,input,label,picker,radio,slider,switch,textarea,audio,camera,image,video,map,canvas".split(",");function we(e,u="web"){return u==="uniapp"&&ve.includes(e)}function Du(e,u="web"){return(Ee.includes(e)||Ie.includes(e))&&!we(e,u)?e:Q.upperFirstCamelCase(e)}function Ru(e){return e.replace(/\s+/g," ").split(";").reduce((t,a)=>{const[i,s]=a.split(":").map(r=>r.trim());return i&&s&&(t[i]=s),t},{})}function Te(e,u,t){if(t==="ObjectExpression")return`(Object.assign({${e.split(" ").map(i=>`'${i}': true`).join(",")}}, ${u}))`;if(t==="ArrayExpression")return`([${e.split(" ").map(i=>`'${i}'`).join(",")}].concat(${u}))`}function Ne(e=""){const t=e.trim().match(/DataSource:\s*([^\n=]+={0,2})/)?.[1]||"";try{return t?JSON.parse(Q.unBase64(t)):null}catch(a){return console.warn("extractDataSource fail",a),null}}const Ae=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(e=>e.charCodeAt(0))),ke=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var su;const qe=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]]),Iu=(su=String.fromCodePoint)!==null&&su!==void 0?su:function(e){let u="";return e>65535&&(e-=65536,u+=String.fromCharCode(e>>>10&1023|55296),e=56320|e&1023),u+=String.fromCharCode(e),u};function Ve(e){var u;return e>=55296&&e<=57343||e>1114111?65533:(u=qe.get(e))!==null&&u!==void 0?u:e}var A;(function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"})(A||(A={}));const je=32;var O;(function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"})(O||(O={}));function nu(e){return e>=A.ZERO&&e<=A.NINE}function De(e){return e>=A.UPPER_A&&e<=A.UPPER_F||e>=A.LOWER_A&&e<=A.LOWER_F}function Re(e){return e>=A.UPPER_A&&e<=A.UPPER_Z||e>=A.LOWER_A&&e<=A.LOWER_Z||nu(e)}function Le(e){return e===A.EQUALS||Re(e)}var N;(function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"})(N||(N={}));var R;(function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"})(R||(R={}));class _e{constructor(u,t,a){this.decodeTree=u,this.emitCodePoint=t,this.errors=a,this.state=N.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=R.Strict}startEntity(u){this.decodeMode=u,this.state=N.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(u,t){switch(this.state){case N.EntityStart:return u.charCodeAt(t)===A.NUM?(this.state=N.NumericStart,this.consumed+=1,this.stateNumericStart(u,t+1)):(this.state=N.NamedEntity,this.stateNamedEntity(u,t));case N.NumericStart:return this.stateNumericStart(u,t);case N.NumericDecimal:return this.stateNumericDecimal(u,t);case N.NumericHex:return this.stateNumericHex(u,t);case N.NamedEntity:return this.stateNamedEntity(u,t)}}stateNumericStart(u,t){return t>=u.length?-1:(u.charCodeAt(t)|je)===A.LOWER_X?(this.state=N.NumericHex,this.consumed+=1,this.stateNumericHex(u,t+1)):(this.state=N.NumericDecimal,this.stateNumericDecimal(u,t))}addToNumericResult(u,t,a,i){if(t!==a){const s=a-t;this.result=this.result*Math.pow(i,s)+Number.parseInt(u.substr(t,s),i),this.consumed+=s}}stateNumericHex(u,t){const a=t;for(;t<u.length;){const i=u.charCodeAt(t);if(nu(i)||De(i))t+=1;else return this.addToNumericResult(u,a,t,16),this.emitNumericEntity(i,3)}return this.addToNumericResult(u,a,t,16),-1}stateNumericDecimal(u,t){const a=t;for(;t<u.length;){const i=u.charCodeAt(t);if(nu(i))t+=1;else return this.addToNumericResult(u,a,t,10),this.emitNumericEntity(i,2)}return this.addToNumericResult(u,a,t,10),-1}emitNumericEntity(u,t){var a;if(this.consumed<=t)return(a=this.errors)===null||a===void 0||a.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(u===A.SEMI)this.consumed+=1;else if(this.decodeMode===R.Strict)return 0;return this.emitCodePoint(Ve(this.result),this.consumed),this.errors&&(u!==A.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(u,t){const{decodeTree:a}=this;let i=a[this.treeIndex],s=(i&O.VALUE_LENGTH)>>14;for(;t<u.length;t++,this.excess++){const r=u.charCodeAt(t);if(this.treeIndex=Ce(a,i,this.treeIndex+Math.max(1,s),r),this.treeIndex<0)return this.result===0||this.decodeMode===R.Attribute&&(s===0||Le(r))?0:this.emitNotTerminatedNamedEntity();if(i=a[this.treeIndex],s=(i&O.VALUE_LENGTH)>>14,s!==0){if(r===A.SEMI)return this.emitNamedEntityData(this.treeIndex,s,this.consumed+this.excess);this.decodeMode!==R.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var u;const{result:t,decodeTree:a}=this,i=(a[t]&O.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,i,this.consumed),(u=this.errors)===null||u===void 0||u.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(u,t,a){const{decodeTree:i}=this;return this.emitCodePoint(t===1?i[u]&~O.VALUE_LENGTH:i[u+1],a),t===3&&this.emitCodePoint(i[u+2],a),a}end(){var u;switch(this.state){case N.NamedEntity:return this.result!==0&&(this.decodeMode!==R.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case N.NumericDecimal:return this.emitNumericEntity(0,2);case N.NumericHex:return this.emitNumericEntity(0,3);case N.NumericStart:return(u=this.errors)===null||u===void 0||u.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case N.EntityStart:return 0}}}function Ce(e,u,t,a){const i=(u&O.BRANCH_LENGTH)>>7,s=u&O.JUMP_TABLE;if(i===0)return s!==0&&a===s?t:-1;if(s){const o=a-s;return o<0||o>=i?-1:e[t+o]-1}let r=t,c=r+i-1;for(;r<=c;){const o=r+c>>>1,n=e[o];if(n<a)r=o+1;else if(n>a)c=o-1;else return e[o+i]}return-1}var b;(function(e){e[e.Tab=9]="Tab",e[e.NewLine=10]="NewLine",e[e.FormFeed=12]="FormFeed",e[e.CarriageReturn=13]="CarriageReturn",e[e.Space=32]="Space",e[e.ExclamationMark=33]="ExclamationMark",e[e.Number=35]="Number",e[e.Amp=38]="Amp",e[e.SingleQuote=39]="SingleQuote",e[e.DoubleQuote=34]="DoubleQuote",e[e.Dash=45]="Dash",e[e.Slash=47]="Slash",e[e.Zero=48]="Zero",e[e.Nine=57]="Nine",e[e.Semi=59]="Semi",e[e.Lt=60]="Lt",e[e.Eq=61]="Eq",e[e.Gt=62]="Gt",e[e.Questionmark=63]="Questionmark",e[e.UpperA=65]="UpperA",e[e.LowerA=97]="LowerA",e[e.UpperF=70]="UpperF",e[e.LowerF=102]="LowerF",e[e.UpperZ=90]="UpperZ",e[e.LowerZ=122]="LowerZ",e[e.LowerX=120]="LowerX",e[e.OpeningSquareBracket=91]="OpeningSquareBracket"})(b||(b={}));var d;(function(e){e[e.Text=1]="Text",e[e.BeforeTagName=2]="BeforeTagName",e[e.InTagName=3]="InTagName",e[e.InSelfClosingTag=4]="InSelfClosingTag",e[e.BeforeClosingTagName=5]="BeforeClosingTagName",e[e.InClosingTagName=6]="InClosingTagName",e[e.AfterClosingTagName=7]="AfterClosingTagName",e[e.BeforeAttributeName=8]="BeforeAttributeName",e[e.InAttributeName=9]="InAttributeName",e[e.AfterAttributeName=10]="AfterAttributeName",e[e.BeforeAttributeValue=11]="BeforeAttributeValue",e[e.InAttributeValueDq=12]="InAttributeValueDq",e[e.InAttributeValueSq=13]="InAttributeValueSq",e[e.InAttributeValueNq=14]="InAttributeValueNq",e[e.BeforeDeclaration=15]="BeforeDeclaration",e[e.InDeclaration=16]="InDeclaration",e[e.InProcessingInstruction=17]="InProcessingInstruction",e[e.BeforeComment=18]="BeforeComment",e[e.CDATASequence=19]="CDATASequence",e[e.InSpecialComment=20]="InSpecialComment",e[e.InCommentLike=21]="InCommentLike",e[e.BeforeSpecialS=22]="BeforeSpecialS",e[e.BeforeSpecialT=23]="BeforeSpecialT",e[e.SpecialStartSequence=24]="SpecialStartSequence",e[e.InSpecialTag=25]="InSpecialTag",e[e.InEntity=26]="InEntity"})(d||(d={}));function C(e){return e===b.Space||e===b.NewLine||e===b.Tab||e===b.FormFeed||e===b.CarriageReturn}function Y(e){return e===b.Slash||e===b.Gt||C(e)}function Be(e){return e>=b.LowerA&&e<=b.LowerZ||e>=b.UpperA&&e<=b.UpperZ}var L;(function(e){e[e.NoValue=0]="NoValue",e[e.Unquoted=1]="Unquoted",e[e.Single=2]="Single",e[e.Double=3]="Double"})(L||(L={}));const w={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 Pe{constructor({xmlMode:u=!1,decodeEntities:t=!0},a){this.cbs=a,this.state=d.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=d.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=u,this.decodeEntities=t,this.entityDecoder=new _e(u?ke:Ae,(i,s)=>this.emitCodePoint(i,s))}reset(){this.state=d.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=d.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(u){this.offset+=this.buffer.length,this.buffer=u,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(u){u===b.Lt||!this.decodeEntities&&this.fastForwardTo(b.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=d.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&u===b.Amp&&this.startEntity()}stateSpecialStartSequence(u){const t=this.sequenceIndex===this.currentSequence.length;if(!(t?Y(u):(u|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!t){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=d.InTagName,this.stateInTagName(u)}stateInSpecialTag(u){if(this.sequenceIndex===this.currentSequence.length){if(u===b.Gt||C(u)){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(u);return}this.sequenceIndex=0}(u|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===w.TitleEnd?this.decodeEntities&&u===b.Amp&&this.startEntity():this.fastForwardTo(b.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=+(u===b.Lt)}stateCDATASequence(u){u===w.Cdata[this.sequenceIndex]?++this.sequenceIndex===w.Cdata.length&&(this.state=d.InCommentLike,this.currentSequence=w.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=d.InDeclaration,this.stateInDeclaration(u))}fastForwardTo(u){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===u)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(u){u===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===w.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=d.Text):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):u!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(u){return this.xmlMode?!Y(u):Be(u)}startSpecial(u,t){this.isSpecial=!0,this.currentSequence=u,this.sequenceIndex=t,this.state=d.SpecialStartSequence}stateBeforeTagName(u){if(u===b.ExclamationMark)this.state=d.BeforeDeclaration,this.sectionStart=this.index+1;else if(u===b.Questionmark)this.state=d.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(u)){const t=u|32;this.sectionStart=this.index,this.xmlMode?this.state=d.InTagName:t===w.ScriptEnd[2]?this.state=d.BeforeSpecialS:t===w.TitleEnd[2]||t===w.XmpEnd[2]?this.state=d.BeforeSpecialT:this.state=d.InTagName}else u===b.Slash?this.state=d.BeforeClosingTagName:(this.state=d.Text,this.stateText(u))}stateInTagName(u){Y(u)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=d.BeforeAttributeName,this.stateBeforeAttributeName(u))}stateBeforeClosingTagName(u){C(u)||(u===b.Gt?this.state=d.Text:(this.state=this.isTagStartChar(u)?d.InClosingTagName:d.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(u){(u===b.Gt||C(u))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=d.AfterClosingTagName,this.stateAfterClosingTagName(u))}stateAfterClosingTagName(u){(u===b.Gt||this.fastForwardTo(b.Gt))&&(this.state=d.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(u){u===b.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=d.InSpecialTag,this.sequenceIndex=0):this.state=d.Text,this.sectionStart=this.index+1):u===b.Slash?this.state=d.InSelfClosingTag:C(u)||(this.state=d.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(u){u===b.Gt?(this.cbs.onselfclosingtag(this.index),this.state=d.Text,this.sectionStart=this.index+1,this.isSpecial=!1):C(u)||(this.state=d.BeforeAttributeName,this.stateBeforeAttributeName(u))}stateInAttributeName(u){(u===b.Eq||Y(u))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=d.AfterAttributeName,this.stateAfterAttributeName(u))}stateAfterAttributeName(u){u===b.Eq?this.state=d.BeforeAttributeValue:u===b.Slash||u===b.Gt?(this.cbs.onattribend(L.NoValue,this.sectionStart),this.sectionStart=-1,this.state=d.BeforeAttributeName,this.stateBeforeAttributeName(u)):C(u)||(this.cbs.onattribend(L.NoValue,this.sectionStart),this.state=d.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(u){u===b.DoubleQuote?(this.state=d.InAttributeValueDq,this.sectionStart=this.index+1):u===b.SingleQuote?(this.state=d.InAttributeValueSq,this.sectionStart=this.index+1):C(u)||(this.sectionStart=this.index,this.state=d.InAttributeValueNq,this.stateInAttributeValueNoQuotes(u))}handleInAttributeValue(u,t){u===t||!this.decodeEntities&&this.fastForwardTo(t)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(t===b.DoubleQuote?L.Double:L.Single,this.index+1),this.state=d.BeforeAttributeName):this.decodeEntities&&u===b.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(u){this.handleInAttributeValue(u,b.DoubleQuote)}stateInAttributeValueSingleQuotes(u){this.handleInAttributeValue(u,b.SingleQuote)}stateInAttributeValueNoQuotes(u){C(u)||u===b.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(L.Unquoted,this.index),this.state=d.BeforeAttributeName,this.stateBeforeAttributeName(u)):this.decodeEntities&&u===b.Amp&&this.startEntity()}stateBeforeDeclaration(u){u===b.OpeningSquareBracket?(this.state=d.CDATASequence,this.sequenceIndex=0):this.state=u===b.Dash?d.BeforeComment:d.InDeclaration}stateInDeclaration(u){(u===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=d.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(u){(u===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=d.Text,this.sectionStart=this.index+1)}stateBeforeComment(u){u===b.Dash?(this.state=d.InCommentLike,this.currentSequence=w.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=d.InDeclaration}stateInSpecialComment(u){(u===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=d.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(u){const t=u|32;t===w.ScriptEnd[3]?this.startSpecial(w.ScriptEnd,4):t===w.StyleEnd[3]?this.startSpecial(w.StyleEnd,4):(this.state=d.InTagName,this.stateInTagName(u))}stateBeforeSpecialT(u){switch(u|32){case w.TitleEnd[3]:{this.startSpecial(w.TitleEnd,4);break}case w.TextareaEnd[3]:{this.startSpecial(w.TextareaEnd,4);break}case w.XmpEnd[3]:{this.startSpecial(w.XmpEnd,4);break}default:this.state=d.InTagName,this.stateInTagName(u)}}startEntity(){this.baseState=this.state,this.state=d.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?R.Strict:this.baseState===d.Text||this.baseState===d.InSpecialTag?R.Legacy:R.Attribute)}stateInEntity(){const u=this.entityDecoder.write(this.buffer,this.index-this.offset);u>=0?(this.state=this.baseState,u===0&&(this.index=this.entityStart)):this.index=this.offset+this.buffer.length-1}cleanup(){this.running&&this.sectionStart!==this.index&&(this.state===d.Text||this.state===d.InSpecialTag&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===d.InAttributeValueDq||this.state===d.InAttributeValueSq||this.state===d.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 u=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case d.Text:{this.stateText(u);break}case d.SpecialStartSequence:{this.stateSpecialStartSequence(u);break}case d.InSpecialTag:{this.stateInSpecialTag(u);break}case d.CDATASequence:{this.stateCDATASequence(u);break}case d.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(u);break}case d.InAttributeName:{this.stateInAttributeName(u);break}case d.InCommentLike:{this.stateInCommentLike(u);break}case d.InSpecialComment:{this.stateInSpecialComment(u);break}case d.BeforeAttributeName:{this.stateBeforeAttributeName(u);break}case d.InTagName:{this.stateInTagName(u);break}case d.InClosingTagName:{this.stateInClosingTagName(u);break}case d.BeforeTagName:{this.stateBeforeTagName(u);break}case d.AfterAttributeName:{this.stateAfterAttributeName(u);break}case d.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(u);break}case d.BeforeAttributeValue:{this.stateBeforeAttributeValue(u);break}case d.BeforeClosingTagName:{this.stateBeforeClosingTagName(u);break}case d.AfterClosingTagName:{this.stateAfterClosingTagName(u);break}case d.BeforeSpecialS:{this.stateBeforeSpecialS(u);break}case d.BeforeSpecialT:{this.stateBeforeSpecialT(u);break}case d.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(u);break}case d.InSelfClosingTag:{this.stateInSelfClosingTag(u);break}case d.InDeclaration:{this.stateInDeclaration(u);break}case d.BeforeDeclaration:{this.stateBeforeDeclaration(u);break}case d.BeforeComment:{this.stateBeforeComment(u);break}case d.InProcessingInstruction:{this.stateInProcessingInstruction(u);break}case d.InEntity:{this.stateInEntity();break}}this.index++}this.cleanup()}finish(){this.state===d.InEntity&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){const u=this.buffer.length+this.offset;this.sectionStart>=u||(this.state===d.InCommentLike?this.currentSequence===w.CdataEnd?this.cbs.oncdata(this.sectionStart,u,0):this.cbs.oncomment(this.sectionStart,u,0):this.state===d.InTagName||this.state===d.BeforeAttributeName||this.state===d.BeforeAttributeValue||this.state===d.AfterAttributeName||this.state===d.InAttributeName||this.state===d.InAttributeValueSq||this.state===d.InAttributeValueDq||this.state===d.InAttributeValueNq||this.state===d.InClosingTagName||this.cbs.ontext(this.sectionStart,u))}emitCodePoint(u,t){this.baseState!==d.Text&&this.baseState!==d.InSpecialTag?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.onattribentity(u)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.ontextentity(u,this.sectionStart))}}const W=new Set(["input","option","optgroup","select","button","datalist","textarea"]),E=new Set(["p"]),vu=new Set(["thead","tbody"]),wu=new Set(["dd","dt"]),Tu=new Set(["rt","rp"]),Fe=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",E],["h1",E],["h2",E],["h3",E],["h4",E],["h5",E],["h6",E],["select",W],["input",W],["output",W],["button",W],["datalist",W],["textarea",W],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",wu],["dt",wu],["address",E],["article",E],["aside",E],["blockquote",E],["details",E],["div",E],["dl",E],["fieldset",E],["figcaption",E],["figure",E],["footer",E],["form",E],["header",E],["hr",E],["main",E],["nav",E],["ol",E],["pre",E],["section",E],["table",E],["ul",E],["rt",Tu],["rp",Tu],["tbody",vu],["tfoot",vu]]),Oe=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),Nu=new Set(["math","svg"]),Au=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),Me=/\s|\//;class $e{constructor(u,t={}){var a,i,s,r,c,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=u??{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(a=t.lowerCaseTags)!==null&&a!==void 0?a:this.htmlMode,this.lowerCaseAttributeNames=(i=t.lowerCaseAttributeNames)!==null&&i!==void 0?i:this.htmlMode,this.recognizeSelfClosing=(s=t.recognizeSelfClosing)!==null&&s!==void 0?s:!this.htmlMode,this.tokenizer=new((r=t.Tokenizer)!==null&&r!==void 0?r:Pe)(this.options,this),this.foreignContext=[!this.htmlMode],(o=(c=this.cbs).onparserinit)===null||o===void 0||o.call(c,this)}ontext(u,t){var a,i;const s=this.getSlice(u,t);this.endIndex=t-1,(i=(a=this.cbs).ontext)===null||i===void 0||i.call(a,s),this.startIndex=t}ontextentity(u,t){var a,i;this.endIndex=t-1,(i=(a=this.cbs).ontext)===null||i===void 0||i.call(a,Iu(u)),this.startIndex=t}isVoidElement(u){return this.htmlMode&&Oe.has(u)}onopentagname(u,t){this.endIndex=t;let a=this.getSlice(u,t);this.lowerCaseTagNames&&(a=a.toLowerCase()),this.emitOpenTag(a)}emitOpenTag(u){var t,a,i,s;this.openTagStart=this.startIndex,this.tagname=u;const r=this.htmlMode&&Fe.get(u);if(r)for(;this.stack.length>0&&r.has(this.stack[0]);){const c=this.stack.shift();(a=(t=this.cbs).onclosetag)===null||a===void 0||a.call(t,c,!0)}this.isVoidElement(u)||(this.stack.unshift(u),this.htmlMode&&(Nu.has(u)?this.foreignContext.unshift(!0):Au.has(u)&&this.foreignContext.unshift(!1))),(s=(i=this.cbs).onopentagname)===null||s===void 0||s.call(i,u),this.cbs.onopentag&&(this.attribs={})}endOpenTag(u){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,u),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(u){this.endIndex=u,this.endOpenTag(!1),this.startIndex=u+1}onclosetag(u,t){var a,i,s,r,c,o,n,f;this.endIndex=t;let l=this.getSlice(u,t);if(this.lowerCaseTagNames&&(l=l.toLowerCase()),this.htmlMode&&(Nu.has(l)||Au.has(l))&&this.foreignContext.shift(),this.isVoidElement(l))this.htmlMode&&l==="br"&&((r=(s=this.cbs).onopentagname)===null||r===void 0||r.call(s,"br"),(o=(c=this.cbs).onopentag)===null||o===void 0||o.call(c,"br",{},!0),(f=(n=this.cbs).onclosetag)===null||f===void 0||f.call(n,"br",!1));else{const m=this.stack.indexOf(l);if(m!==-1)for(let h=0;h<=m;h++){const I=this.stack.shift();(i=(a=this.cbs).onclosetag)===null||i===void 0||i.call(a,I,h!==m)}else this.htmlMode&&l==="p"&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=t+1}onselfclosingtag(u){this.endIndex=u,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=u+1):this.onopentagend(u)}closeCurrentTag(u){var t,a;const i=this.tagname;this.endOpenTag(u),this.stack[0]===i&&((a=(t=this.cbs).onclosetag)===null||a===void 0||a.call(t,i,!u),this.stack.shift())}onattribname(u,t){this.startIndex=u;const a=this.getSlice(u,t);this.attribname=this.lowerCaseAttributeNames?a.toLowerCase():a}onattribdata(u,t){this.attribvalue+=this.getSlice(u,t)}onattribentity(u){this.attribvalue+=Iu(u)}onattribend(u,t){var a,i;this.endIndex=t,(i=(a=this.cbs).onattribute)===null||i===void 0||i.call(a,this.attribname,this.attribvalue,u===L.Double?'"':u===L.Single?"'":u===L.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(u){const t=u.search(Me);let a=t<0?u:u.substr(0,t);return this.lowerCaseTagNames&&(a=a.toLowerCase()),a}ondeclaration(u,t){this.endIndex=t;const a=this.getSlice(u,t);if(this.cbs.onprocessinginstruction){const i=this.getInstructionName(a);this.cbs.onprocessinginstruction(`!${i}`,`!${a}`)}this.startIndex=t+1}onprocessinginstruction(u,t){this.endIndex=t;const a=this.getSlice(u,t);if(this.cbs.onprocessinginstruction){const i=this.getInstructionName(a);this.cbs.onprocessinginstruction(`?${i}`,`?${a}`)}this.startIndex=t+1}oncomment(u,t,a){var i,s,r,c;this.endIndex=t,(s=(i=this.cbs).oncomment)===null||s===void 0||s.call(i,this.getSlice(u,t-a)),(c=(r=this.cbs).oncommentend)===null||c===void 0||c.call(r),this.startIndex=t+1}oncdata(u,t,a){var i,s,r,c,o,n,f,l,m,h;this.endIndex=t;const I=this.getSlice(u,t-a);!this.htmlMode||this.options.recognizeCDATA?((s=(i=this.cbs).oncdatastart)===null||s===void 0||s.call(i),(c=(r=this.cbs).ontext)===null||c===void 0||c.call(r,I),(n=(o=this.cbs).oncdataend)===null||n===void 0||n.call(o)):((l=(f=this.cbs).oncomment)===null||l===void 0||l.call(f,`[CDATA[${I}]]`),(h=(m=this.cbs).oncommentend)===null||h===void 0||h.call(m)),this.startIndex=t+1}onend(){var u,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=(u=this.cbs).onend)===null||t===void 0||t.call(u)}reset(){var u,t,a,i;(t=(u=this.cbs).onreset)===null||t===void 0||t.call(u),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(i=(a=this.cbs).onparserinit)===null||i===void 0||i.call(a,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(u){this.reset(),this.end(u)}getSlice(u,t){for(;u-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let a=this.buffers[0].slice(u-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(u){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(u),this.tokenizer.running&&(this.tokenizer.write(u),this.writeIndex++)}end(u){var t,a;if(this.ended){(a=(t=this.cbs).onerror)===null||a===void 0||a.call(t,new Error(".end() after done!"));return}u&&this.write(u),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(u){this.write(u)}done(u){this.end(u)}}function ou(e,u="web"){const t={name:"",children:[]},a=[t];let i="";const s=new $e({onopentag:(r,c,o)=>{const n=a[a.length-1];i.trim()&&(Array.isArray(n.children)?n.children.push({name:"span",children:i.trim()}):n.children=i.trim(),i="");const f=Object.entries(c||{}).reduce((m,h)=>{let[I="",T=""]=h;return I&&(m[I]=T),m},{});f.style&&(f.style=Ru(f.style));const l={name:Du(r,u),props:f};Array.isArray(n.children)?n.children.push(l):n.children?n.children=[{name:"span",children:n.children},l]:n.children=[l],o||a.push(l)},ontext:r=>{const c=r.trim();c&&c!=='"'&&(i+=c)},onclosetag:()=>{const r=a.pop();i.trim()&&(Array.isArray(r?.children)?r.children.push({name:"span",children:i.trim()}):r&&(r.children=i.trim()),i="")}},{decodeEntities:!0});return s.write(e.replace(/\\"/g,'"')),s.end(),t.children||[]}function Ue(e,u){const a={imports:He(e),emits:[],errors:[]},i=M(e);return K(i,{ExportDefaultDeclaration(s){const r=s.node.declaration;if(r.type!=="CallExpression")return;const c=r.arguments[0];if(c?.type!=="ObjectExpression")return;const o=c.properties.filter(l=>l.type==="ObjectProperty"),n=c.properties.filter(l=>l.type=="ObjectMethod"),f=o.find(l=>l.key.name==="computed");f&&(a.computed=Lu(f.value),a.watchers=Qe(f.value));for(const l of o)switch(l.key.name){case"name":a.name=l.value.value;break;case"methods":a.handlers=ze(l.value),a.methods=Xe(l.value),a.dataSources=Je(l.value,u);break;case"watch":a.watch=Ze(l.value,a.watchers);break;case"props":a.props=ut(l.value);break;case"inject":a.inject=tt(l.value);break;case"expose":a.expose=at(l.value);break;case"directives":a.directives=st(l.value);break}for(const l of n)switch(l.key.name){case"setup":a.state=We(l.body);break}a.lifeCycles=Ke(n)},CallExpression(s){const r=et(s.node);if(r.length)for(let c of r)a.emits?.find(n=>n.name===c.name)||a.emits?.push(c)}}),a}function He(e){const u=/import\s+{(.+?)}\s+from\s+['"](.+?)['"]/g,t=/import\s+(.+?)\s+from\s+['"](.+?)['"]/g,a=/^{(.+?)}$/,i=[];let s;const r=e.replace(/\n/g," ");for(;(s=u.exec(r))!==null;){const c=s[2]==="@element-plus/icons-vue"?"@vtj/icons":s[2];i.push({from:c,imports:s[1].split(",").map(o=>o.trim())})}for(;(s=t.exec(r))!==null;){const c=s[1],o=s[2];c&&!a.test(c)&&i.push({from:o,imports:c})}return i}function Ge(e){for(const u of e.body)if(u.type==="VariableDeclaration"&&u.kind=="const"){const{id:t,init:a}=u.declarations[0];if(t.loc?.identifierName==="state"&&a?.type==="CallExpression"&&a.callee.loc?.identifierName==="reactive")return a.arguments[0]}return null}function We(e){const u=Ge(e);if(!u)return{};const t={};for(const a of u.properties){const{key:i,value:s}=a;if(i.type==="Identifier"){const r=$(s);t[i.name]=q(r)}}return t}function U(e){const{key:u,async:t,params:a,body:i}=e,s=a?.map(r=>r.type==="ObjectPattern"?`{${r.properties.map(o=>o.key?.name||o.name).join(",")}}`:r.type==="AssignmentPattern"?r.left.name+"="+(r.right?.extra?.raw||"null"):r.name).join(", ");if(u.type==="Identifier"){const r=u.name;let c="{}";i&&(c=$(i)||"{}");const o=e.value;if(o&&o.type==="CallExpression"){let h=$(o)||"";h=h.replace("function () {","() => {"),c=`{ return (${h})}`}const f=`${t?"async ":""}(${s}) => ${c}`,l=r.startsWith("watcher_");return{id:l?r.replace("watcher_",""):"",name:r,watcher:l,exp:hu(f)}}}function Lu(e){if(!e)return{};const u={};for(const t of e.properties){const a=U(t);a&&!a.watcher&&!a.exp.value.includes("this.provider.createMock")&&!a.exp.value.includes("this.provider.apis")&&(u[a.name]=a.exp)}return u}function Je(e,u){if(!e)return{};const t={},a=/apis\[\'([\w]*)\'\]/,i=/\.then\(([\w\W]*)\)/;for(const s of e.properties){const r=U(s),c=s.body.body?.[0],o=(c?.leadingComments?.[0].value||"").trim(),n=Ne(o);if(r&&r.exp.value.includes("this.provider.apis")){const l=(r.exp.value.match(a)||[])[1];if(!l)continue;const m=it(u,l);if(!m)continue;const h=r.exp.value.match(i)?.[1];t[r.name]={ref:l,name:r.name,test:n?.test||{type:"JSFunction",value:`() => this.runApi({
|
|
7
|
+
*/const oe="0.16.34";function D(u){const{descriptor:e,errors:t}=uu.parse(u),a=e.template?.content||"",i=(e.scriptSetup||e.script)?.content||"",s=e.styles.map(r=>r.content);return{template:a,script:i,styles:s,errors:t}}function $(u){return ae.parse(u,{sourceType:"module",plugins:["typescript"]})}function K(u,e){return(gu.default||gu)(u,e)}function P(u){if(!u)return"";try{return(yu.default||yu)(u,{comments:!1,concise:!0,retainLines:!1,jsescOption:{minimal:!0}}).code}catch(e){return console.error("代码生成错误",e),""}}function lu(u){return!!u&&u.type==="JSExpression"}function de(u){return typeof u=="object"&&!!u&&u.type==="JSFunction"}function bu(u){return!!lu(u)||!!de(u)}function fe(u){return!!u&&!lu(u)&&typeof u!="string"}function ju(u,e){try{const t=$(u);return K(t,e),P(t)||""}catch{return""}}function le(u,e){const t=[];try{const{descriptor:a,errors:i}=uu.parse(u);if(i&&i.length>0&&i.forEach(r=>{const c=r.message||String(r),o=r.loc;o&&o.start?t.push(`Vue SFC 错误: ${c} (位置: ${o.start.line}:${o.start.column})`):t.push(`Vue SFC 错误: ${c}`)}),a.template)try{const r=uu.compileTemplate({id:"validation",filename:e,source:a.template.content,isProd:!1});r.errors&&r.errors.length>0&&r.errors.forEach(c=>{const o=typeof c=="string"?c:c.message,n=typeof c=="string"?null:c.loc;n&&n.start?t.push(`模板编译错误: ${o} (位置: ${n.start.line}:${n.start.column})`):t.push(`模板编译错误: ${o}`)})}catch(r){t.push(`模板编译错误: ${r.message}`)}const s=(a.scriptSetup||a.script)?.content;if(s)try{$(s)}catch(r){t.push(`脚本语法错误: ${r.message}`)}}catch(a){t.push(`Vue SFC 解析错误: ${a.message}`)}return t.length>0?t:null}function be(u){const e=D(u),t=$(e.script),a={};return e.styles&&(a.css=e.styles[0]||""),K(t,{CallExpression(i){const s=i.node.callee?.name;if(s){const r=P(i.node.arguments[0]);r&&(a[s]={type:"JSFunction",value:r})}}}),a}function F(u,e,t){if(!u.includes(e))return u;try{return he(u,e,t)}catch{return u}}function he(u,e,t){let a,i=0;try{a=$(u)}catch{const c="(()=>{",n=c+u+"})";a=$(n),i=c.length}const s=[];if(K(a,{Identifier(c){const o=c.node;if(o.name!==e)return;const n=xe(c);if(n==="skip")return;const f=(o.start??0)-i,l=(o.end??0)-i;if(f<0||l>u.length)return;const m=n==="expand"?`${e}: ${t}`:t;s.some(h=>h.start===f&&h.end===l)||s.push({start:f,end:l,text:m})},StringLiteral(c){pe(c,e,t,i,u,s)},TemplateLiteral(c){me(c,e,t,i,u,s)},MemberExpression(c){Eu(c,e,t,i,u,s)},OptionalMemberExpression(c){Eu(c,e,t,i,u,s)}}),s.length===0)return u;s.sort((c,o)=>o.start-c.start);let r=u;for(const{start:c,end:o,text:n}of s)r=r.slice(0,c)+n+r.slice(o);return r}function pe(u,e,t,a,i,s){const r=u.node;if(!r.value.includes(e))return;const c=u.parent;if(c?.type!=="NewExpression"||c?.callee?.name!=="RegExp")return;const o=r.value;let n=0;for(;n<o.length;){const f=o.indexOf(e,n);if(f===-1)break;const l=1+f,m=(r.start??0)-a+l,h=m+e.length;m>=0&&h<=i.length&&!s.some(I=>I.start===m&&I.end===h)&&s.push({start:m,end:h,text:t}),n=f+e.length}}function me(u,e,t,a,i,s){const r=u.parent;if(r?.type!=="NewExpression"||r?.callee?.name!=="RegExp")return;const o=u.node.quasis??[];for(const n of o){const f=n.value?.raw??"";if(!f.includes(e))continue;let l=0;for(;l<f.length;){const m=f.indexOf(e,l);if(m===-1)break;const h=(n.start??0)-a;if(h<0||h>i.length)break;const I=h+m,T=I+e.length;I>=0&&T<=i.length&&!s.some(H=>H.start===I&&H.end===T)&&s.push({start:I,end:T,text:t}),l=m+e.length}}}function Eu(u,e,t,a,i,s){const r=u.node;if(r.object?.type!=="ThisExpression"||r.computed||r.property?.type!=="Identifier"||r.property.name!==e)return;const c=(r.start??0)-a,o=(r.end??0)-a;c<0||o>i.length||s.some(n=>n.start===c&&n.end===o)||s.push({start:c,end:o,text:t})}function xe(u,e){const t=u.parent,a=t?.type??"",i=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?i&&i?.type==="ObjectPattern"?"skip":"expand":"skip";if(t.value===u.node)return i&&i?.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 ge(u)||ye(u)?"skip":"replace"}function ge(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 ye(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 cu(u,e,t){const{context:a={},computed:i=[],libs:s={},members:r=[],props:c=[],platform:o}=t||{},n=Array.from(a[e||""]||new Set);if(n)for(const f of n)u=F(u,f,`this.context.${f}`);for(const f of i)u.includes(`this.${f}.value`)||(u=F(u,f,`this.${f}.value`));for(const f of c)u=F(u,f,`this.props.${f}`),u=F(u,`this.${f}`,`this.props.${f}`);for(const[f,l]of Object.entries(s))u=F(u,f,`this.$libs.${l}.${f}`),u=F(u,`this.${f}`,`this.$libs.${l}.${f}`);for(const f of r)u=F(u,f,`this.${f}`);if(o==="uniapp"){const f=/\suni\./g;u=u.replace(f,"this.$libs.UniH5.uni.")}return u=u.replace(/_ctx\./g,"this."),u=u.replace(/this\.this\./g,"this."),u}function q(u){return{type:"JSExpression",value:/^\{[\w\W]*\}$/.test(u)?`(${u})`:u}}function hu(u){return{type:"JSFunction",value:u}}const Se=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeUnmount","unmounted","errorCaptured","renderTracked","renderTriggered","activated","deactivated"],Ee="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(","),Ie="component,slot,template".split(","),ve="view,swiper,progress,icon,text,button,checkbox,editor,form,input,label,picker,radio,slider,switch,textarea,audio,camera,image,video,map,canvas".split(",");function we(u,e="web"){return e==="uniapp"&&ve.includes(u)}function Du(u,e="web"){return(Ee.includes(u)||Ie.includes(u))&&!we(u,e)?u:Q.upperFirstCamelCase(u)}function Ru(u){return u.replace(/\s+/g," ").split(";").reduce((t,a)=>{const[i,s]=a.split(":").map(r=>r.trim());return i&&s&&(t[i]=s),t},{})}function Te(u,e,t){if(t==="ObjectExpression")return`(Object.assign({${u.split(" ").map(i=>`'${i}': true`).join(",")}}, ${e}))`;if(t==="ArrayExpression")return`([${u.split(" ").map(i=>`'${i}'`).join(",")}].concat(${e}))`}function Ne(u=""){const t=u.trim().match(/DataSource:\s*([^\n=]+={0,2})/)?.[1]||"";try{return t?JSON.parse(Q.unBase64(t)):null}catch(a){return console.warn("extractDataSource fail",a),null}}const Ae=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))),ke=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(u=>u.charCodeAt(0)));var su;const qe=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]]),Iu=(su=String.fromCodePoint)!==null&&su!==void 0?su: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 Ve(u){var e;return u>=55296&&u<=57343||u>1114111?65533:(e=qe.get(u))!==null&&e!==void 0?e:u}var A;(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"})(A||(A={}));const je=32;var M;(function(u){u[u.VALUE_LENGTH=49152]="VALUE_LENGTH",u[u.BRANCH_LENGTH=16256]="BRANCH_LENGTH",u[u.JUMP_TABLE=127]="JUMP_TABLE"})(M||(M={}));function nu(u){return u>=A.ZERO&&u<=A.NINE}function De(u){return u>=A.UPPER_A&&u<=A.UPPER_F||u>=A.LOWER_A&&u<=A.LOWER_F}function Re(u){return u>=A.UPPER_A&&u<=A.UPPER_Z||u>=A.LOWER_A&&u<=A.LOWER_Z||nu(u)}function Le(u){return u===A.EQUALS||Re(u)}var N;(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"})(N||(N={}));var R;(function(u){u[u.Legacy=0]="Legacy",u[u.Strict=1]="Strict",u[u.Attribute=2]="Attribute"})(R||(R={}));class _e{constructor(e,t,a){this.decodeTree=e,this.emitCodePoint=t,this.errors=a,this.state=N.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=R.Strict}startEntity(e){this.decodeMode=e,this.state=N.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case N.EntityStart:return e.charCodeAt(t)===A.NUM?(this.state=N.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=N.NamedEntity,this.stateNamedEntity(e,t));case N.NumericStart:return this.stateNumericStart(e,t);case N.NumericDecimal:return this.stateNumericDecimal(e,t);case N.NumericHex:return this.stateNumericHex(e,t);case N.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(e.charCodeAt(t)|je)===A.LOWER_X?(this.state=N.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=N.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,a,i){if(t!==a){const s=a-t;this.result=this.result*Math.pow(i,s)+Number.parseInt(e.substr(t,s),i),this.consumed+=s}}stateNumericHex(e,t){const a=t;for(;t<e.length;){const i=e.charCodeAt(t);if(nu(i)||De(i))t+=1;else return this.addToNumericResult(e,a,t,16),this.emitNumericEntity(i,3)}return this.addToNumericResult(e,a,t,16),-1}stateNumericDecimal(e,t){const a=t;for(;t<e.length;){const i=e.charCodeAt(t);if(nu(i))t+=1;else return this.addToNumericResult(e,a,t,10),this.emitNumericEntity(i,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===A.SEMI)this.consumed+=1;else if(this.decodeMode===R.Strict)return 0;return this.emitCodePoint(Ve(this.result),this.consumed),this.errors&&(e!==A.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){const{decodeTree:a}=this;let i=a[this.treeIndex],s=(i&M.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){const r=e.charCodeAt(t);if(this.treeIndex=Ce(a,i,this.treeIndex+Math.max(1,s),r),this.treeIndex<0)return this.result===0||this.decodeMode===R.Attribute&&(s===0||Le(r))?0:this.emitNotTerminatedNamedEntity();if(i=a[this.treeIndex],s=(i&M.VALUE_LENGTH)>>14,s!==0){if(r===A.SEMI)return this.emitNamedEntityData(this.treeIndex,s,this.consumed+this.excess);this.decodeMode!==R.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:a}=this,i=(a[t]&M.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,i,this.consumed),(e=this.errors)===null||e===void 0||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,a){const{decodeTree:i}=this;return this.emitCodePoint(t===1?i[e]&~M.VALUE_LENGTH:i[e+1],a),t===3&&this.emitCodePoint(i[e+2],a),a}end(){var e;switch(this.state){case N.NamedEntity:return this.result!==0&&(this.decodeMode!==R.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case N.NumericDecimal:return this.emitNumericEntity(0,2);case N.NumericHex:return this.emitNumericEntity(0,3);case N.NumericStart:return(e=this.errors)===null||e===void 0||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case N.EntityStart:return 0}}}function Ce(u,e,t,a){const i=(e&M.BRANCH_LENGTH)>>7,s=e&M.JUMP_TABLE;if(i===0)return s!==0&&a===s?t:-1;if(s){const o=a-s;return o<0||o>=i?-1:u[t+o]-1}let r=t,c=r+i-1;for(;r<=c;){const o=r+c>>>1,n=u[o];if(n<a)r=o+1;else if(n>a)c=o-1;else return u[o+i]}return-1}var b;(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"})(b||(b={}));var d;(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"})(d||(d={}));function C(u){return u===b.Space||u===b.NewLine||u===b.Tab||u===b.FormFeed||u===b.CarriageReturn}function Y(u){return u===b.Slash||u===b.Gt||C(u)}function Pe(u){return u>=b.LowerA&&u<=b.LowerZ||u>=b.UpperA&&u<=b.UpperZ}var L;(function(u){u[u.NoValue=0]="NoValue",u[u.Unquoted=1]="Unquoted",u[u.Single=2]="Single",u[u.Double=3]="Double"})(L||(L={}));const w={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 Be{constructor({xmlMode:e=!1,decodeEntities:t=!0},a){this.cbs=a,this.state=d.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=d.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=e,this.decodeEntities=t,this.entityDecoder=new _e(e?ke:Ae,(i,s)=>this.emitCodePoint(i,s))}reset(){this.state=d.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=d.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}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===b.Lt||!this.decodeEntities&&this.fastForwardTo(b.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=d.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&e===b.Amp&&this.startEntity()}stateSpecialStartSequence(e){const t=this.sequenceIndex===this.currentSequence.length;if(!(t?Y(e):(e|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!t){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=d.InTagName,this.stateInTagName(e)}stateInSpecialTag(e){if(this.sequenceIndex===this.currentSequence.length){if(e===b.Gt||C(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===w.TitleEnd?this.decodeEntities&&e===b.Amp&&this.startEntity():this.fastForwardTo(b.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=+(e===b.Lt)}stateCDATASequence(e){e===w.Cdata[this.sequenceIndex]?++this.sequenceIndex===w.Cdata.length&&(this.state=d.InCommentLike,this.currentSequence=w.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=d.InDeclaration,this.stateInDeclaration(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===w.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=d.Text):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):e!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(e){return this.xmlMode?!Y(e):Pe(e)}startSpecial(e,t){this.isSpecial=!0,this.currentSequence=e,this.sequenceIndex=t,this.state=d.SpecialStartSequence}stateBeforeTagName(e){if(e===b.ExclamationMark)this.state=d.BeforeDeclaration,this.sectionStart=this.index+1;else if(e===b.Questionmark)this.state=d.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(e)){const t=e|32;this.sectionStart=this.index,this.xmlMode?this.state=d.InTagName:t===w.ScriptEnd[2]?this.state=d.BeforeSpecialS:t===w.TitleEnd[2]||t===w.XmpEnd[2]?this.state=d.BeforeSpecialT:this.state=d.InTagName}else e===b.Slash?this.state=d.BeforeClosingTagName:(this.state=d.Text,this.stateText(e))}stateInTagName(e){Y(e)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=d.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateBeforeClosingTagName(e){C(e)||(e===b.Gt?this.state=d.Text:(this.state=this.isTagStartChar(e)?d.InClosingTagName:d.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(e){(e===b.Gt||C(e))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=d.AfterClosingTagName,this.stateAfterClosingTagName(e))}stateAfterClosingTagName(e){(e===b.Gt||this.fastForwardTo(b.Gt))&&(this.state=d.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(e){e===b.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=d.InSpecialTag,this.sequenceIndex=0):this.state=d.Text,this.sectionStart=this.index+1):e===b.Slash?this.state=d.InSelfClosingTag:C(e)||(this.state=d.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(e){e===b.Gt?(this.cbs.onselfclosingtag(this.index),this.state=d.Text,this.sectionStart=this.index+1,this.isSpecial=!1):C(e)||(this.state=d.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateInAttributeName(e){(e===b.Eq||Y(e))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=d.AfterAttributeName,this.stateAfterAttributeName(e))}stateAfterAttributeName(e){e===b.Eq?this.state=d.BeforeAttributeValue:e===b.Slash||e===b.Gt?(this.cbs.onattribend(L.NoValue,this.sectionStart),this.sectionStart=-1,this.state=d.BeforeAttributeName,this.stateBeforeAttributeName(e)):C(e)||(this.cbs.onattribend(L.NoValue,this.sectionStart),this.state=d.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(e){e===b.DoubleQuote?(this.state=d.InAttributeValueDq,this.sectionStart=this.index+1):e===b.SingleQuote?(this.state=d.InAttributeValueSq,this.sectionStart=this.index+1):C(e)||(this.sectionStart=this.index,this.state=d.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===b.DoubleQuote?L.Double:L.Single,this.index+1),this.state=d.BeforeAttributeName):this.decodeEntities&&e===b.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(e){this.handleInAttributeValue(e,b.DoubleQuote)}stateInAttributeValueSingleQuotes(e){this.handleInAttributeValue(e,b.SingleQuote)}stateInAttributeValueNoQuotes(e){C(e)||e===b.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(L.Unquoted,this.index),this.state=d.BeforeAttributeName,this.stateBeforeAttributeName(e)):this.decodeEntities&&e===b.Amp&&this.startEntity()}stateBeforeDeclaration(e){e===b.OpeningSquareBracket?(this.state=d.CDATASequence,this.sequenceIndex=0):this.state=e===b.Dash?d.BeforeComment:d.InDeclaration}stateInDeclaration(e){(e===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=d.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(e){(e===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=d.Text,this.sectionStart=this.index+1)}stateBeforeComment(e){e===b.Dash?(this.state=d.InCommentLike,this.currentSequence=w.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=d.InDeclaration}stateInSpecialComment(e){(e===b.Gt||this.fastForwardTo(b.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=d.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(e){const t=e|32;t===w.ScriptEnd[3]?this.startSpecial(w.ScriptEnd,4):t===w.StyleEnd[3]?this.startSpecial(w.StyleEnd,4):(this.state=d.InTagName,this.stateInTagName(e))}stateBeforeSpecialT(e){switch(e|32){case w.TitleEnd[3]:{this.startSpecial(w.TitleEnd,4);break}case w.TextareaEnd[3]:{this.startSpecial(w.TextareaEnd,4);break}case w.XmpEnd[3]:{this.startSpecial(w.XmpEnd,4);break}default:this.state=d.InTagName,this.stateInTagName(e)}}startEntity(){this.baseState=this.state,this.state=d.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?R.Strict:this.baseState===d.Text||this.baseState===d.InSpecialTag?R.Legacy:R.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===d.Text||this.state===d.InSpecialTag&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===d.InAttributeValueDq||this.state===d.InAttributeValueSq||this.state===d.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 d.Text:{this.stateText(e);break}case d.SpecialStartSequence:{this.stateSpecialStartSequence(e);break}case d.InSpecialTag:{this.stateInSpecialTag(e);break}case d.CDATASequence:{this.stateCDATASequence(e);break}case d.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(e);break}case d.InAttributeName:{this.stateInAttributeName(e);break}case d.InCommentLike:{this.stateInCommentLike(e);break}case d.InSpecialComment:{this.stateInSpecialComment(e);break}case d.BeforeAttributeName:{this.stateBeforeAttributeName(e);break}case d.InTagName:{this.stateInTagName(e);break}case d.InClosingTagName:{this.stateInClosingTagName(e);break}case d.BeforeTagName:{this.stateBeforeTagName(e);break}case d.AfterAttributeName:{this.stateAfterAttributeName(e);break}case d.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(e);break}case d.BeforeAttributeValue:{this.stateBeforeAttributeValue(e);break}case d.BeforeClosingTagName:{this.stateBeforeClosingTagName(e);break}case d.AfterClosingTagName:{this.stateAfterClosingTagName(e);break}case d.BeforeSpecialS:{this.stateBeforeSpecialS(e);break}case d.BeforeSpecialT:{this.stateBeforeSpecialT(e);break}case d.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(e);break}case d.InSelfClosingTag:{this.stateInSelfClosingTag(e);break}case d.InDeclaration:{this.stateInDeclaration(e);break}case d.BeforeDeclaration:{this.stateBeforeDeclaration(e);break}case d.BeforeComment:{this.stateBeforeComment(e);break}case d.InProcessingInstruction:{this.stateInProcessingInstruction(e);break}case d.InEntity:{this.stateInEntity();break}}this.index++}this.cleanup()}finish(){this.state===d.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===d.InCommentLike?this.currentSequence===w.CdataEnd?this.cbs.oncdata(this.sectionStart,e,0):this.cbs.oncomment(this.sectionStart,e,0):this.state===d.InTagName||this.state===d.BeforeAttributeName||this.state===d.BeforeAttributeValue||this.state===d.AfterAttributeName||this.state===d.InAttributeName||this.state===d.InAttributeValueSq||this.state===d.InAttributeValueDq||this.state===d.InAttributeValueNq||this.state===d.InClosingTagName||this.cbs.ontext(this.sectionStart,e))}emitCodePoint(e,t){this.baseState!==d.Text&&this.baseState!==d.InSpecialTag?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.onattribentity(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 W=new Set(["input","option","optgroup","select","button","datalist","textarea"]),E=new Set(["p"]),vu=new Set(["thead","tbody"]),wu=new Set(["dd","dt"]),Tu=new Set(["rt","rp"]),Fe=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",E],["h1",E],["h2",E],["h3",E],["h4",E],["h5",E],["h6",E],["select",W],["input",W],["output",W],["button",W],["datalist",W],["textarea",W],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",wu],["dt",wu],["address",E],["article",E],["aside",E],["blockquote",E],["details",E],["div",E],["dl",E],["fieldset",E],["figcaption",E],["figure",E],["footer",E],["form",E],["header",E],["hr",E],["main",E],["nav",E],["ol",E],["pre",E],["section",E],["table",E],["ul",E],["rt",Tu],["rp",Tu],["tbody",vu],["tfoot",vu]]),Oe=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),Nu=new Set(["math","svg"]),Au=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),Me=/\s|\//;class $e{constructor(e,t={}){var a,i,s,r,c,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=(i=t.lowerCaseAttributeNames)!==null&&i!==void 0?i:this.htmlMode,this.recognizeSelfClosing=(s=t.recognizeSelfClosing)!==null&&s!==void 0?s:!this.htmlMode,this.tokenizer=new((r=t.Tokenizer)!==null&&r!==void 0?r:Be)(this.options,this),this.foreignContext=[!this.htmlMode],(o=(c=this.cbs).onparserinit)===null||o===void 0||o.call(c,this)}ontext(e,t){var a,i;const s=this.getSlice(e,t);this.endIndex=t-1,(i=(a=this.cbs).ontext)===null||i===void 0||i.call(a,s),this.startIndex=t}ontextentity(e,t){var a,i;this.endIndex=t-1,(i=(a=this.cbs).ontext)===null||i===void 0||i.call(a,Iu(e)),this.startIndex=t}isVoidElement(e){return this.htmlMode&&Oe.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,i,s;this.openTagStart=this.startIndex,this.tagname=e;const r=this.htmlMode&&Fe.get(e);if(r)for(;this.stack.length>0&&r.has(this.stack[0]);){const c=this.stack.shift();(a=(t=this.cbs).onclosetag)===null||a===void 0||a.call(t,c,!0)}this.isVoidElement(e)||(this.stack.unshift(e),this.htmlMode&&(Nu.has(e)?this.foreignContext.unshift(!0):Au.has(e)&&this.foreignContext.unshift(!1))),(s=(i=this.cbs).onopentagname)===null||s===void 0||s.call(i,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,i,s,r,c,o,n,f;this.endIndex=t;let l=this.getSlice(e,t);if(this.lowerCaseTagNames&&(l=l.toLowerCase()),this.htmlMode&&(Nu.has(l)||Au.has(l))&&this.foreignContext.shift(),this.isVoidElement(l))this.htmlMode&&l==="br"&&((r=(s=this.cbs).onopentagname)===null||r===void 0||r.call(s,"br"),(o=(c=this.cbs).onopentag)===null||o===void 0||o.call(c,"br",{},!0),(f=(n=this.cbs).onclosetag)===null||f===void 0||f.call(n,"br",!1));else{const m=this.stack.indexOf(l);if(m!==-1)for(let h=0;h<=m;h++){const I=this.stack.shift();(i=(a=this.cbs).onclosetag)===null||i===void 0||i.call(a,I,h!==m)}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 i=this.tagname;this.endOpenTag(e),this.stack[0]===i&&((a=(t=this.cbs).onclosetag)===null||a===void 0||a.call(t,i,!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+=Iu(e)}onattribend(e,t){var a,i;this.endIndex=t,(i=(a=this.cbs).onattribute)===null||i===void 0||i.call(a,this.attribname,this.attribvalue,e===L.Double?'"':e===L.Single?"'":e===L.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(Me);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 i=this.getInstructionName(a);this.cbs.onprocessinginstruction(`!${i}`,`!${a}`)}this.startIndex=t+1}onprocessinginstruction(e,t){this.endIndex=t;const a=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){const i=this.getInstructionName(a);this.cbs.onprocessinginstruction(`?${i}`,`?${a}`)}this.startIndex=t+1}oncomment(e,t,a){var i,s,r,c;this.endIndex=t,(s=(i=this.cbs).oncomment)===null||s===void 0||s.call(i,this.getSlice(e,t-a)),(c=(r=this.cbs).oncommentend)===null||c===void 0||c.call(r),this.startIndex=t+1}oncdata(e,t,a){var i,s,r,c,o,n,f,l,m,h;this.endIndex=t;const I=this.getSlice(e,t-a);!this.htmlMode||this.options.recognizeCDATA?((s=(i=this.cbs).oncdatastart)===null||s===void 0||s.call(i),(c=(r=this.cbs).ontext)===null||c===void 0||c.call(r,I),(n=(o=this.cbs).oncdataend)===null||n===void 0||n.call(o)):((l=(f=this.cbs).oncomment)===null||l===void 0||l.call(f,`[CDATA[${I}]]`),(h=(m=this.cbs).oncommentend)===null||h===void 0||h.call(m)),this.startIndex=t+1}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,i;(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,(i=(a=this.cbs).onparserinit)===null||i===void 0||i.call(a,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}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 ou(u,e="web"){const t={name:"",children:[]},a=[t];let i="";const s=new $e({onopentag:(r,c,o)=>{const n=a[a.length-1];i.trim()&&(Array.isArray(n.children)?n.children.push({name:"span",children:i.trim()}):n.children=i.trim(),i="");const f=Object.entries(c||{}).reduce((m,h)=>{let[I="",T=""]=h;return I&&(m[I]=T),m},{});f.style&&(f.style=Ru(f.style));const l={name:Du(r,e),props:f};Array.isArray(n.children)?n.children.push(l):n.children?n.children=[{name:"span",children:n.children},l]:n.children=[l],o||a.push(l)},ontext:r=>{const c=r.trim();c&&c!=='"'&&(i+=c)},onclosetag:()=>{const r=a.pop();i.trim()&&(Array.isArray(r?.children)?r.children.push({name:"span",children:i.trim()}):r&&(r.children=i.trim()),i="")}},{decodeEntities:!0});return s.write(u.replace(/\\"/g,'"')),s.end(),t.children||[]}function Ue(u,e){const a={imports:He(u),emits:[],errors:[]},i=$(u);return K(i,{ExportDefaultDeclaration(s){const r=s.node.declaration;if(r.type!=="CallExpression")return;const c=r.arguments[0];if(c?.type!=="ObjectExpression")return;const o=c.properties.filter(l=>l.type==="ObjectProperty"),n=c.properties.filter(l=>l.type=="ObjectMethod"),f=o.find(l=>l.key.name==="computed");f&&(a.computed=Lu(f.value),a.watchers=Qe(f.value));for(const l of o)switch(l.key.name){case"name":a.name=l.value.value;break;case"methods":a.handlers=ze(l.value),a.methods=Xe(l.value),a.dataSources=Je(l.value,e);break;case"watch":a.watch=Ze(l.value,a.watchers);break;case"props":a.props=ut(l.value);break;case"inject":a.inject=tt(l.value);break;case"expose":a.expose=at(l.value);break;case"directives":a.directives=st(l.value);break}for(const l of n)switch(l.key.name){case"setup":a.state=We(l.body);break}a.lifeCycles=Ke(n)},CallExpression(s){const r=et(s.node);if(r.length)for(let c of r)a.emits?.find(n=>n.name===c.name)||a.emits?.push(c)}}),a}function He(u){const e=/import\s+{(.+?)}\s+from\s+['"](.+?)['"]/g,t=/import\s+(.+?)\s+from\s+['"](.+?)['"]/g,a=/^{(.+?)}$/,i=[];let s;const r=u.replace(/\n/g," ");for(;(s=e.exec(r))!==null;){const c=s[2]==="@element-plus/icons-vue"?"@vtj/icons":s[2];i.push({from:c,imports:s[1].split(",").map(o=>o.trim())})}for(;(s=t.exec(r))!==null;){const c=s[1],o=s[2];c&&!a.test(c)&&i.push({from:o,imports:c})}return i}function Ge(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 We(u){const e=Ge(u);if(!e)return{};const t={};for(const a of e.properties)if(a.type==="ObjectProperty"){const{key:i,value:s}=a;if(i.type==="Identifier"){const r=P(s);t[i.name]=q(r)}}else if(a.type==="ObjectMethod"){const{key:i,params:s,body:r}=a;if(i.type==="Identifier"){const c=P(r),n=`(${s.map(f=>f.name||"none").join(",")}) => ${c}`;t[i.name]=q(n)}}return t}function U(u){const{key:e,async:t,params:a,body:i}=u,s=a?.map(r=>r.type==="ObjectPattern"?`{${r.properties.map(o=>o.key?.name||o.name).join(",")}}`:r.type==="AssignmentPattern"?r.left.name+"="+(r.right?.extra?.raw||"null"):r.name).join(", ");if(e.type==="Identifier"){const r=e.name;let c="{}";i&&(c=P(i)||"{}");const o=u.value;if(o&&o.type==="CallExpression"){let h=P(o)||"";h=h.replace("function () {","() => {"),c=`{ return (${h})}`}const f=`${t?"async ":""}(${s}) => ${c}`,l=r.startsWith("watcher_");return{id:l?r.replace("watcher_",""):"",name:r,watcher:l,exp:hu(f)}}}function Lu(u){if(!u)return{};const e={};for(const t of u.properties){const a=U(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 Je(u,e){if(!u)return{};const t={},a=/apis\[\'([\w]*)\'\]/,i=/\.then\(([\w\W]*)\)/;for(const s of u.properties){const r=U(s),c=s.body.body?.[0],o=(c?.leadingComments?.[0].value||"").trim(),n=Ne(o);if(r&&r.exp.value.includes("this.provider.apis")){const l=(r.exp.value.match(a)||[])[1];if(!l)continue;const m=it(e,l);if(!m)continue;const h=r.exp.value.match(i)?.[1];t[r.name]={ref:l,name:r.name,test:n?.test||{type:"JSFunction",value:`() => this.runApi({
|
|
8
8
|
/* 在这里可输入接口参数 */
|
|
9
9
|
})`},type:"api",label:m.label,transform:{type:"JSFunction",value:h||`(res) => {
|
|
10
10
|
return res;
|
|
@@ -12,22 +12,22 @@
|
|
|
12
12
|
/* 在这里可输入接口参数 */
|
|
13
13
|
})`},type:"mock",label:n?.label||"",transform:n?.transform||{type:"JSFunction",value:l||`(res) => {
|
|
14
14
|
return res;
|
|
15
|
-
}`},mockTemplate:n?.mockTemplate||{type:"JSFunction",value:f?$(f):""}}}}return t}function Xe(e){const u=Lu(e),t=/\_([\w]{5,})$/,a={};for(const i of Object.keys(u))t.test(i)||(a[i]=u[i]);return a}function ze(e){if(!e)return{};const u={},t=/\_([\w]{5,})$/;for(const a of e.properties){const i=a.key.name;if(t.test(i))try{if(a.body.body[0]?.argument){const s=$(a.body.body[0].argument.callee.object);u[i]=hu(s)}else u[i]=U(a)?.exp}catch(s){console.warn(s)}}return u}function Qe(e){if(!e)return{};const u={};for(const t of e.properties){const a=U(t);a&&a.watcher&&(u[a.name]=a.exp)}return u}function z(e,u){return!!_u(e,u)}function _u(e,u){return e?.find(a=>a.key?.name===u)?.value?.value}function ku(e,u){const t=e?.find(a=>a.key?.name===u);if(t)return U(t)?.exp}function Ze(e,u={}){const t=[];for(const a of e.properties){const{key:i,value:s}=a,r=i.value||i.name||"";if(u[r]){const c=s.properties;t.push({id:r.replace("watcher_",""),source:u[r],deep:z(c,"deep"),immediate:z(c,"immediate"),handler:ku(c,"handler")})}else if(a.type==="ObjectMethod"&&t.push({id:Q.uid(),source:{type:"JSFunction",value:`() => { return this.${r}; }`},deep:!1,immediate:!1,handler:U(a)?.exp}),a.type==="ObjectProperty"){const c=s.properties;t.push({id:Q.uid(),source:{type:"JSFunction",value:`() => { return this.${r}; }`},deep:z(c,"deep"),immediate:z(c,"immediate"),handler:ku(c,"handler")})}}return t}function Ke(e){const u={};for(const t of e){const a=t.key.name;if(Se.includes(a)){const i=U(t);i&&(u[i.name]=i.exp)}}return u}function Ye(e){const u=e?.find(t=>t.key?.name==="type");if(u)return u.value.type==="ArrayExpression"?u.value.elements.map(t=>t.name):u.value.name}function Cu(e){const u=e?.find(t=>t.key?.name==="default");if(u)return q($(u.value))}function ut(e){if(!e)return[];let u=[];return e.type==="ArrayExpression"?u=e.elements.map(t=>t.value):e.type==="ObjectExpression"&&(u=e.properties?.map(t=>{const{key:a,value:i}=t,s=i.properties||[];return{name:a.name,required:z(s,"required"),type:Ye(s),default:Cu(s)}})),u}function et(e){const u=[];if(e.callee.type==="MemberExpression"&&e.callee.property?.name==="$emit"){const[a,...i]=(e.arguments||[]).map(s=>s.value||s.name);a&&u.push({name:a,params:i.filter(s=>!!s)})}return u}function tt(e){let u=[];return e.type==="ObjectExpression"&&(u=e.properties?.map(t=>{const{key:a,value:i}=t,s=i.properties,r=a.name,c=_u(s,"from"),o=Cu(s);return{name:r,from:c||r,default:o}})),u}function at(e){return e&&e.elements?e.elements.map(u=>u?.type==="StringLiteral"?u.value:"").filter(u=>!!u):[]}function it(e,u){return(e.apis||[]).find(t=>t.id===u||t.name===u)}function st(e){if(!e?.properties)return{};const u={};for(const t of e.properties){const{key:a,value:i}=t;a?.name&&i?.name&&(u[a.name]=u[a.name.toLowerCase()]={type:"JSExpression",value:i.name})}return u}let du=[],eu={},Bu={},Pu={},Fu={},tu="web",Ou=[];function rt(e,u,t="",a){du=[],eu={},Bu=a?.handlers||{},Fu=a?.styles||{},tu=a?.platform||"web",Ou=a?.imports||[],Pu=a?.directives||{};const s=uu.compileTemplate({id:e,filename:u,source:t,isProd:!0,slotted:!0}).ast?.children||[],r=[];for(const c of s){const o=J(c);Array.isArray(o)?r.push(...o):r.push(o)}return{nodes:r.filter(c=>!!c),slots:du,context:eu}}function ct(e){if(e.name==="slot"){let u="default";const t=[];for(const[a,i]of Object.entries(e.props||{}))a==="name"?u=i:t.push(a);du.push({name:u,params:t})}}function nt(e){const u={};for(const t of e){if(t.type===p.NodeTypes.ATTRIBUTE)if(t.name==="class"){const a=t.value?.content||"",i=/[\w]+_[\w]{5,}/,s=a.match(i)?.[0]||"",r=a.split(" ").filter(o=>o!==s),c=Fu[`.${s}`];c&&(u.style=c),r.length&&(u.class=r.join(" "))}else if(t.name==="style"){const a=t.value?.content||"";a&&(u.style=Ru(a))}else u[t.name]=t.value?.content||"";if(t.type===p.NodeTypes.DIRECTIVE&&t.name==="bind"&&(t.exp?.type===p.NodeTypes.SIMPLE_EXPRESSION&&t.arg?.type===p.NodeTypes.SIMPLE_EXPRESSION&&(u[t.arg.content]=q(`(${t.exp.content})`)),t.exp?.type===p.NodeTypes.COMPOUND_EXPRESSION&&t.arg?.type===p.NodeTypes.SIMPLE_EXPRESSION))if(t.arg.content==="class"&&u.class){const a=t.exp.ast.type,i=Te(u.class,t.exp.loc.source,a);i&&(u[t.arg.content]=q(i))}else u[t.arg.content]=q(`(${t.exp.loc.source})`)}return u}function ot(e={}){const u={};for(const[t,a]of Object.entries(e))u[t==="tap"?"click":t]=a;return u}function dt(e,u={}){const t={};for(const a of e)if(a.type===p.NodeTypes.DIRECTIVE&&a.name==="on"&&a.arg?.type===p.NodeTypes.SIMPLE_EXPRESSION){const i=a.modifiers.reduce((n,f)=>(f.content&&(n[f.content]=!0),n),{});let s=a.exp?.loc.source||"";s||(s="() => {}");const r=new RegExp(`${a.arg.content}_[\\w]{5,}`),c=s.match(r)?.[0]||"",o=u[c];if(c&&o)t[a.arg.content]={name:a.arg.content,handler:o,modifiers:i};else{const n=a.exp?.ast?.type==="CallExpression";t[a.arg.content]={name:a.arg.content,handler:n?q(s):hu(s),modifiers:i}}}return ot(t)}function Z(e,u){const t=[],a=["if","for","model","show","bind","html"];if(u&&(e.type===p.NodeTypes.IF_BRANCH||e.type===p.NodeTypes.IF)&&u.forEach((i,s)=>{if(e===i){const r=s===0?"vIf":i.condition?"vElseIf":"vElse",c=i.condition?.loc.source||"";t.push({name:r,value:r==="vElse"?!0:q(c)});const o=e.children?.[0];if(o){const n=Z(o);t.push(...n)}}}),e.type===p.NodeTypes.FOR&&t.push({name:"vFor",value:q(e.source.loc.source),iterator:{item:e.valueAlias?.loc.source||"item",index:e.keyAlias?.loc.source||"index"}}),e.type===p.NodeTypes.ELEMENT){const i=e.props.filter(f=>f.type===p.NodeTypes.DIRECTIVE),s=i.filter(f=>f.name==="model");s.length&&s.forEach(f=>{t.push({name:"vModel",arg:f.arg?.content,value:q(f.exp?.loc.source||"")})});const r=i.find(f=>f.name==="show");r&&t.push({name:"vShow",value:q(r.exp?.loc.source||"")});const c=i.find(f=>f.name==="bind"&&!f.arg);c&&t.push({name:"vBind",value:q(c.exp?.loc.source||"")});const o=i.find(f=>f.name==="html");o&&t.push({name:"vHtml",value:q(o.exp?.loc.source||"")});const n=i.filter(f=>!a.includes(f.name));for(const f of n){const l=(f.modifiers||[]).reduce((I,T)=>(I[T.content]=!0,I),{}),m=f.arg?.content||void 0,h=Pu[f.name];h&&t.push({name:h,value:q(f.exp?.loc.source||""),arg:m,modifiers:l})}}return t}function Mu(e){let u="";if(e.type===p.NodeTypes.ELEMENT){const{props:t=[],tag:a}=e;for(const i of t)if(i.name==="class"){const s=i.value?.content||"",r=new RegExp(`${a}_([\\w]+)`);u=s.match(r)?.[1]||""}else if(i.type===p.NodeTypes.DIRECTIVE&&i.name==="on"){const s=i.arg?.loc?.source||"",r=i.exp?.loc?.source||"",c=new RegExp(`${s}_([\\w]+)`);u=r.match(c)?.[1]||""}}return u||Q.uid()}function ft(e){const u=/\.\/(.+?)\.vue/;for(const{from:t,imports:a}of Ou){if(Array.isArray(a)&&a.includes(e))return t;if(a===e){const i=t.match(u)?.[1];if(i)return{type:"Schema",id:i}}}}function fu(e,u){const t=new Set(u?.id?eu[u.id]:[]),a=(e.directives||[]).find(r=>r.name==="vFor");let i=new Set(Array.from(t));if(a){const{item:r="item",index:c="index"}=a.iterator||{};i=new Set([r,c,...Array.from(i)])}const s=e.slot;if(s){const r=typeof s=="string"?[]:s.params||[],c=r.length?r:[`scope_${u?.id}`];i=new Set([...c,...Array.from(i)])}eu[e.id]=i}function ru(e,u,t,a){const i={name:Du(e.tag,tu),from:ft(e.tag),props:nt(e.props),events:dt(e.props,Bu),directives:Z(t||e,a)};i.id=Mu(e),fu(i,u);const s=au(i,e.children);return fu(i,u),ct(s),s}function lt(e=[],u){return e.map(t=>J(t,u,e))}function J(e,u,t){if(e.type===p.NodeTypes.ELEMENT)return ru(e,u);if(e.type===p.NodeTypes.IF)return bt(e);if(t&&e.type===p.NodeTypes.IF_BRANCH){const a=e.children.find(i=>i.type===p.NodeTypes.ELEMENT||i.type===p.NodeTypes.FOR);if(a){if(a.type===p.NodeTypes.ELEMENT)return ru(a,u,e,t);if(a.type===p.NodeTypes.FOR){const s={name:"div",directives:Z(e)};return au(s,e.children||[])}}return""}if(e.type===p.NodeTypes.FOR){const a=e.children[0];if(e.children.length>1||a.type!==p.NodeTypes.ELEMENT){const s={name:"span",directives:Z(e)};return au(s,e.children)}else return ru(a,u,e)}if(e.type===p.NodeTypes.TEXT_CALL)return e.content.type==p.NodeTypes.TEXT?e.content.content:e.content.type===p.NodeTypes.INTERPOLATION?q(e.content.content.loc.source):e.content.type===p.NodeTypes.COMPOUND_EXPRESSION?qu(e.content.children):"";if(e.type===p.NodeTypes.TEXT)return e.content;if(e.type===p.NodeTypes.INTERPOLATION&&(e.content.type===p.NodeTypes.SIMPLE_EXPRESSION||e.content.type===p.NodeTypes.COMPOUND_EXPRESSION))return q(e.content.loc.source);if(e.type===p.NodeTypes.COMPOUND_EXPRESSION)return qu(e.children);e.type!==p.NodeTypes.COMMENT&&console.warn("未处理",e.type)}function qu(e=[]){const u=e.filter(a=>typeof a!="string"),t=[];for(const a of u)t.push({name:"span",children:a.type===p.NodeTypes.TEXT?a.loc.source:q(a.content?.loc.source)});return{name:"span",children:t}}function au(e,u=[]){const t=[];for(const a of u)if(a.type===p.NodeTypes.ELEMENT&&a.codegenNode?.value?.arguments){const i=a.codegenNode.value.arguments[0];if(i){const s=ou(i,tu);t.push(...s)}}else if(a.type===p.NodeTypes.ELEMENT&&a.tag==="template"){const i=a.props.find(s=>s.name==="slot");for(const s of a.children){const r=s.type===p.NodeTypes.TEXT||s.type===p.NodeTypes.TEXT_CALL?{name:"span",children:J(s,e)}:J(s,e);r&&(Array.isArray(r)?r:[r]).forEach(o=>{fe(o)&&i?.type===p.NodeTypes.DIRECTIVE&&(o.id=Mu(s),o.slot={name:i.arg?.content||"default",params:i.exp?.identifiers||[],scope:i.exp?.type===p.NodeTypes.SIMPLE_EXPRESSION?i.exp.content:""},fu(o,e)),t.push(o)})}}else if(a.type===p.NodeTypes.JS_CALL_EXPRESSION){const i=a.arguments?.[0];if(i){const s=ou(i,tu);t.push(...s)}}else if(a.type===p.NodeTypes.TEXT_CALL){const i=J(a,e);i&&(Array.isArray(i)?t.push(...i):t.push(i))}else{const i=J(a,e);i&&(Array.isArray(i)?t.push(...i):t.push(i))}if(t.length===1){const a=t[0];e.children=typeof a=="string"||lu(a)?a:[a]}else e.children=t.map(a=>typeof a=="string"?{name:"span",children:a}:a);return e}function bt(e){const u=e.branches||[],t=u[0],a=t.children||[];if(t?.isTemplateIf||a.length>1||a[0].type!==p.NodeTypes.ELEMENT){const s={name:"span",directives:Z(t,u)};return au(s,t.children)}else return lt(u)}function ht(e){const u=[],t={},a=[];try{const i=ne.compileString(e,{charset:!1})?.css||"",s=se.parse(i),r=/^.[\w]+_[\w]{5,}/;for(const c of s.nodes)if(c.type==="rule"){const o={};r.test(c.selector)?(c.nodes.forEach(n=>{n.type==="decl"&&(o[n.prop]=n.value)}),t[c.selector]=o):a.push(c.toString())}else a.push(c.toString())}catch(i){u.push(`css解析出错了,错误信息:[ ${i.message} ]
|
|
16
|
-
`)}return{errors:
|
|
17
|
-
`)}}const $u="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(", "),pt="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(", "),mt="user",j="User";class Uu{validate(u){const t={valid:!0,errors:[],illegalVantIcons:[],illegalVtjIcons:[]};this.isCompleteSFC(u)||(t.errors.push("代码不符合Vue3单文件组件规范"),t.valid=!1);const a=this.checkSyntax(u);return a?(t.errors.push(`代码语法错误: ${a}`),t.valid=!1,t):(this.checkSetup(u)||(t.errors.push("setup不符合低代码模版要求"),t.valid=!1),this.hasUnchangedComment(u)&&(t.errors.push("代码不完整,需要输出完整代码,不能有任何省略"),t.valid=!1),t.illegalVantIcons=this.checkVantIcons(u),t.illegalVtjIcons=this.checkVtjIcons(u),t)}isCompleteSFC(u){try{const t=D(u);return!!(t.template&&t.script&&t.styles)}catch{return!1}}checkSyntax(u){let t="";try{const a=D(u);M(a.script)}catch(a){a instanceof SyntaxError&&(t=a.message)}return t}checkSetup(u){const t=D(u);let a=0;return ju(t.script,{ObjectMethod(i){i.node.key.name==="setup"&&(a=i.node.body.body.filter(r=>!k.isEmptyStatement(r)).length)}}),a===3}findVantIcons(u){const t=D(u),a=/<(?:VanIcon|van-icon)\b[^>]*>/g,i=t.template.match(a)||[],s=[];return i.forEach(r=>{const c=r.match(/\bname="([^"]+)"/);c&&s.push(c[1])}),[...new Set(s)]}checkVantIcons(u){const t=this.findVantIcons(u),a=[];for(const i of t)$u.includes(i)||a.push(i);return a}findVtjIcons(u){const t=D(u),a=/import\s*{([^}]+)}\s*from\s*['"]\@vtj\/icons['"]/,i=t.script.match(a);return!i||!i[1]?[]:i[1].split(",").map(s=>s.trim()).filter(Boolean)}checkVtjIcons(u){const t=this.findVtjIcons(u),a=[];for(const i of t)pt.includes(i)||a.push(i);return a}hasUnchangedComment(u){const t=/<!--([\s\S]*?)-->/g,a=/\/\*([\s\S]*?)\*\//g,i=/\/\/(.*)/g;return[...u.match(t)||[],...u.match(a)||[],...u.match(i)||[]].some(r=>/不变/.test(r.replace(/\*/g,"")))}}function xt(e){const u=[];let t=e;const a=D(e);if(!a.template||!a.script)return{fixed:!1,originalCode:e,fixedCode:e,changes:[]};const i=gt(a.script),s=a.template;let r=s;const c=[],o=/\{\{([^}]+)\}\}/g;let n;for(;(n=o.exec(s))!==null;){const g=n[0],S=n[1],y=F(S,i);if(y!==S){const x=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`{{${y}}}`,line:x.line,column:x.column}),u.push({line:x.line+1,column:x.column,original:S.trim(),fixed:y.trim(),message:"修复插值表达式:添加 state. 前缀"})}}const f=/:(\w+)="([^"]+)"/g;for(;(n=f.exec(s))!==null;){const g=n[0],S=n[1],y=n[2],x=F(y,i);if(x!==y){const v=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`:${S}="${x}"`,line:v.line,column:v.column}),u.push({line:v.line+1,column:v.column,original:y,fixed:x,message:"修复绑定属性:添加 state. 前缀"})}}const l=/v-(if|else-if|show)="([^"]+)"/g;for(;(n=l.exec(s))!==null;){const g=n[0],S=n[1],y=n[2],x=F(y,i);if(x!==y){const v=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`v-${S}="${x}"`,line:v.line,column:v.column}),u.push({line:v.line+1,column:v.column,original:y,fixed:x,message:`修复 v-${S} 指令:添加 state. 前缀`})}}const m=/v-for="([^"]+)"/g;for(;(n=m.exec(s))!==null;){const g=n[0],y=n[1].match(/^(.+)\s+in\s+(.+)$/);if(y){const[,x,v]=y,V=F(v,i);if(V!==v){const G=B(s,n.index),iu=`v-for="${x} in ${V}"`;c.push({start:n.index,end:n.index+g.length,original:g,replacement:iu,line:G.line,column:G.column}),u.push({line:G.line+1,column:G.column,original:v,fixed:V,message:"修复 v-for 指令:添加 state. 前缀"})}}}const h=/v-model="([^"]+)"/g;for(;(n=h.exec(s))!==null;){const g=n[0],S=n[1],y=F(S,i);if(y!==S){const x=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`v-model="${y}"`,line:x.line,column:x.column}),u.push({line:x.line+1,column:x.column,original:S,fixed:y,message:"修复 v-model 指令:添加 state. 前缀"})}}const I=/v-bind="([^"]+)"/g;for(;(n=I.exec(s))!==null;){const g=n[0],S=n[1],y=F(S,i);if(y!==S){const x=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`v-bind="${y}"`,line:x.line,column:x.column}),u.push({line:x.line+1,column:x.column,original:S,fixed:y,message:"修复 v-bind 指令:添加 state. 前缀"})}}const T=/v-(text|html)="([^"]+)"/g;for(;(n=T.exec(s))!==null;){const g=n[0],S=n[1],y=n[2],x=F(y,i);if(x!==y){const v=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`v-${S}="${x}"`,line:v.line,column:v.column}),u.push({line:v.line+1,column:v.column,original:y,fixed:x,message:`修复 v-${S} 指令:添加 state. 前缀`})}}const H=/(@|v-on:)(\w+)="([^"]+)"/g;for(;(n=H.exec(s))!==null;){const g=n[0],S=n[1],y=n[2],x=n[3],v=yt(x,i);if(v!==x){const V=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`${S}${y}="${v}"`,line:V.line,column:V.column}),u.push({line:V.line+1,column:V.column,original:x,fixed:v,message:"修复事件处理器:添加 state. 前缀"})}}if(c.sort((g,S)=>S.start-g.start),c.forEach(g=>{r=r.substring(0,g.start)+g.replacement+r.substring(g.end)}),c.length>0){const g=e.indexOf("<template>"),S=e.lastIndexOf("</template>")+11;t=e.substring(0,g)+`<template>
|
|
15
|
+
}`},mockTemplate:n?.mockTemplate||{type:"JSFunction",value:f?P(f):""}}}}return t}function Xe(u){const e=Lu(u),t=/\_([\w]{5,})$/,a={};for(const i of Object.keys(e))t.test(i)||(a[i]=e[i]);return a}function ze(u){if(!u)return{};const e={},t=/\_([\w]{5,})$/;for(const a of u.properties){const i=a.key.name;if(t.test(i))try{if(a.body.body[0]?.argument){const s=P(a.body.body[0].argument.callee.object);e[i]=hu(s)}else e[i]=U(a)?.exp}catch(s){console.warn(s)}}return e}function Qe(u){if(!u)return{};const e={};for(const t of u.properties){const a=U(t);a&&a.watcher&&(e[a.name]=a.exp)}return e}function z(u,e){return!!_u(u,e)}function _u(u,e){return u?.find(a=>a.key?.name===e)?.value?.value}function ku(u,e){const t=u?.find(a=>a.key?.name===e);if(t)return U(t)?.exp}function Ze(u,e={}){const t=[];for(const a of u.properties){const{key:i,value:s}=a,r=i.value||i.name||"";if(e[r]){const c=s.properties;t.push({id:r.replace("watcher_",""),source:e[r],deep:z(c,"deep"),immediate:z(c,"immediate"),handler:ku(c,"handler")})}else if(a.type==="ObjectMethod"&&t.push({id:Q.uid(),source:{type:"JSFunction",value:`() => { return this.${r}; }`},deep:!1,immediate:!1,handler:U(a)?.exp}),a.type==="ObjectProperty"){const c=s.properties;t.push({id:Q.uid(),source:{type:"JSFunction",value:`() => { return this.${r}; }`},deep:z(c,"deep"),immediate:z(c,"immediate"),handler:ku(c,"handler")})}}return t}function Ke(u){const e={};for(const t of u){const a=t.key.name;if(Se.includes(a)){const i=U(t);i&&(e[i.name]=i.exp)}}return e}function Ye(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 Cu(u){const e=u?.find(t=>t.key?.name==="default");if(e)return q(P(e.value))}function ut(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:i}=t,s=i.properties||[];return{name:a.name,required:z(s,"required"),type:Ye(s),default:Cu(s)}})),e}function et(u){const e=[];if(u.callee.type==="MemberExpression"&&u.callee.property?.name==="$emit"){const[a,...i]=(u.arguments||[]).map(s=>s.value||s.name);a&&e.push({name:a,params:i.filter(s=>!!s)})}return e}function tt(u){let e=[];return u.type==="ObjectExpression"&&(e=u.properties?.map(t=>{const{key:a,value:i}=t,s=i.properties,r=a.name,c=_u(s,"from"),o=Cu(s);return{name:r,from:c||r,default:o}})),e}function at(u){return u&&u.elements?u.elements.map(e=>e?.type==="StringLiteral"?e.value:"").filter(e=>!!e):[]}function it(u,e){return(u.apis||[]).find(t=>t.id===e||t.name===e)}function st(u){if(!u?.properties)return{};const e={};for(const t of u.properties){const{key:a,value:i}=t;a?.name&&i?.name&&(e[a.name]=e[a.name.toLowerCase()]={type:"JSExpression",value:i.name})}return e}let du=[],eu={},Pu={},Bu={},Fu={},tu="web",Ou=[];function rt(u,e,t="",a){du=[],eu={},Pu=a?.handlers||{},Fu=a?.styles||{},tu=a?.platform||"web",Ou=a?.imports||[],Bu=a?.directives||{};const s=uu.compileTemplate({id:u,filename:e,source:t,isProd:!0,slotted:!0}).ast?.children||[],r=[];for(const c of s){const o=J(c);Array.isArray(o)?r.push(...o):r.push(o)}return{nodes:r.filter(c=>!!c),slots:du,context:eu}}function ct(u){if(u.name==="slot"){let e="default";const t=[];for(const[a,i]of Object.entries(u.props||{}))a==="name"?e=i:t.push(a);du.push({name:e,params:t})}}function nt(u){const e={};for(const t of u){if(t.type===p.NodeTypes.ATTRIBUTE)if(t.name==="class"){const a=t.value?.content||"",i=/[\w]+_[\w]{5,}/,s=a.match(i)?.[0]||"",r=a.split(" ").filter(o=>o!==s),c=Fu[`.${s}`];c&&(e.style=c),r.length&&(e.class=r.join(" "))}else if(t.name==="style"){const a=t.value?.content||"";a&&(e.style=Ru(a))}else e[t.name]=t.value?.content||"";if(t.type===p.NodeTypes.DIRECTIVE&&t.name==="bind"&&(t.exp?.type===p.NodeTypes.SIMPLE_EXPRESSION&&t.arg?.type===p.NodeTypes.SIMPLE_EXPRESSION&&(e[t.arg.content]=q(`(${t.exp.content})`)),t.exp?.type===p.NodeTypes.COMPOUND_EXPRESSION&&t.arg?.type===p.NodeTypes.SIMPLE_EXPRESSION))if(t.arg.content==="class"&&e.class){const a=t.exp.ast.type,i=Te(e.class,t.exp.loc.source,a);i&&(e[t.arg.content]=q(i))}else e[t.arg.content]=q(`(${t.exp.loc.source})`)}return e}function ot(u={}){const e={};for(const[t,a]of Object.entries(u))e[t==="tap"?"click":t]=a;return e}function dt(u,e={}){const t={};for(const a of u)if(a.type===p.NodeTypes.DIRECTIVE&&a.name==="on"&&a.arg?.type===p.NodeTypes.SIMPLE_EXPRESSION){const i=a.modifiers.reduce((n,f)=>(f.content&&(n[f.content]=!0),n),{});let s=a.exp?.loc.source||"";s||(s="() => {}");const r=new RegExp(`${a.arg.content}_[\\w]{5,}`),c=s.match(r)?.[0]||"",o=e[c];if(c&&o)t[a.arg.content]={name:a.arg.content,handler:o,modifiers:i};else{const n=a.exp?.ast?.type==="CallExpression";t[a.arg.content]={name:a.arg.content,handler:n?q(s):hu(s),modifiers:i}}}return ot(t)}function Z(u,e){const t=[],a=["if","for","model","show","bind","html"];if(e&&(u.type===p.NodeTypes.IF_BRANCH||u.type===p.NodeTypes.IF)&&e.forEach((i,s)=>{if(u===i){const r=s===0?"vIf":i.condition?"vElseIf":"vElse",c=i.condition?.loc.source||"";t.push({name:r,value:r==="vElse"?!0:q(c)});const o=u.children?.[0];if(o){const n=Z(o);t.push(...n)}}}),u.type===p.NodeTypes.FOR&&t.push({name:"vFor",value:q(u.source.loc.source),iterator:{item:u.valueAlias?.loc.source||"item",index:u.keyAlias?.loc.source||"index"}}),u.type===p.NodeTypes.ELEMENT){const i=u.props.filter(f=>f.type===p.NodeTypes.DIRECTIVE),s=i.filter(f=>f.name==="model");s.length&&s.forEach(f=>{t.push({name:"vModel",arg:f.arg?.content,value:q(f.exp?.loc.source||"")})});const r=i.find(f=>f.name==="show");r&&t.push({name:"vShow",value:q(r.exp?.loc.source||"")});const c=i.find(f=>f.name==="bind"&&!f.arg);c&&t.push({name:"vBind",value:q(c.exp?.loc.source||"")});const o=i.find(f=>f.name==="html");o&&t.push({name:"vHtml",value:q(o.exp?.loc.source||"")});const n=i.filter(f=>!a.includes(f.name));for(const f of n){const l=(f.modifiers||[]).reduce((I,T)=>(I[T.content]=!0,I),{}),m=f.arg?.content||void 0,h=Bu[f.name];h&&t.push({name:h,value:q(f.exp?.loc.source||""),arg:m,modifiers:l})}}return t}function Mu(u){let e="";if(u.type===p.NodeTypes.ELEMENT){const{props:t=[],tag:a}=u;for(const i of t)if(i.name==="class"){const s=i.value?.content||"",r=new RegExp(`${a}_([\\w]+)`);e=s.match(r)?.[1]||""}else if(i.type===p.NodeTypes.DIRECTIVE&&i.name==="on"){const s=i.arg?.loc?.source||"",r=i.exp?.loc?.source||"",c=new RegExp(`${s}_([\\w]+)`);e=r.match(c)?.[1]||""}}return e||Q.uid()}function ft(u){const e=/\.\/(.+?)\.vue/;for(const{from:t,imports:a}of Ou){if(Array.isArray(a)&&a.includes(u))return t;if(a===u){const i=t.match(e)?.[1];if(i)return{type:"Schema",id:i}}}}function fu(u,e){const t=new Set(e?.id?eu[e.id]:[]),a=(u.directives||[]).find(r=>r.name==="vFor");let i=new Set(Array.from(t));if(a){const{item:r="item",index:c="index"}=a.iterator||{};i=new Set([r,c,...Array.from(i)])}const s=u.slot;if(s){const r=typeof s=="string"?[]:s.params||[],c=r.length?r:[`scope_${e?.id}`];i=new Set([...c,...Array.from(i)])}eu[u.id]=i}function ru(u,e,t,a){const i={name:Du(u.tag,tu),from:ft(u.tag),props:nt(u.props),events:dt(u.props,Pu),directives:Z(t||u,a)};i.id=Mu(u),fu(i,e);const s=au(i,u.children);return fu(i,e),ct(s),s}function lt(u=[],e){return u.map(t=>J(t,e,u))}function J(u,e,t){if(u.type===p.NodeTypes.ELEMENT)return ru(u,e);if(u.type===p.NodeTypes.IF)return bt(u);if(t&&u.type===p.NodeTypes.IF_BRANCH){const a=u.children.find(i=>i.type===p.NodeTypes.ELEMENT||i.type===p.NodeTypes.FOR);if(a){if(a.type===p.NodeTypes.ELEMENT)return ru(a,e,u,t);if(a.type===p.NodeTypes.FOR){const s={name:"div",directives:Z(u)};return au(s,u.children||[])}}return""}if(u.type===p.NodeTypes.FOR){const a=u.children[0];if(u.children.length>1||a.type!==p.NodeTypes.ELEMENT){const s={name:"span",directives:Z(u)};return au(s,u.children)}else return ru(a,e,u)}if(u.type===p.NodeTypes.TEXT_CALL)return u.content.type==p.NodeTypes.TEXT?u.content.content:u.content.type===p.NodeTypes.INTERPOLATION?q(u.content.content.loc.source):u.content.type===p.NodeTypes.COMPOUND_EXPRESSION?qu(u.content.children):"";if(u.type===p.NodeTypes.TEXT)return u.content;if(u.type===p.NodeTypes.INTERPOLATION&&(u.content.type===p.NodeTypes.SIMPLE_EXPRESSION||u.content.type===p.NodeTypes.COMPOUND_EXPRESSION))return q(u.content.loc.source);if(u.type===p.NodeTypes.COMPOUND_EXPRESSION)return qu(u.children);u.type!==p.NodeTypes.COMMENT&&console.warn("未处理",u.type)}function qu(u=[]){const e=u.filter(a=>typeof a!="string"),t=[];for(const a of e)t.push({name:"span",children:a.type===p.NodeTypes.TEXT?a.loc.source:q(a.content?.loc.source)});return{name:"span",children:t}}function au(u,e=[]){const t=[];for(const a of e)if(a.type===p.NodeTypes.ELEMENT&&a.codegenNode?.value?.arguments){const i=a.codegenNode.value.arguments[0];if(i){const s=ou(i,tu);t.push(...s)}}else if(a.type===p.NodeTypes.ELEMENT&&a.tag==="template"){const i=a.props.find(s=>s.name==="slot");for(const s of a.children){const r=s.type===p.NodeTypes.TEXT||s.type===p.NodeTypes.TEXT_CALL?{name:"span",children:J(s,u)}:J(s,u);r&&(Array.isArray(r)?r:[r]).forEach(o=>{fe(o)&&i?.type===p.NodeTypes.DIRECTIVE&&(o.id=Mu(s),o.slot={name:i.arg?.content||"default",params:i.exp?.identifiers||[],scope:i.exp?.type===p.NodeTypes.SIMPLE_EXPRESSION?i.exp.content:""},fu(o,u)),t.push(o)})}}else if(a.type===p.NodeTypes.JS_CALL_EXPRESSION){const i=a.arguments?.[0];if(i){const s=ou(i,tu);t.push(...s)}}else if(a.type===p.NodeTypes.TEXT_CALL){const i=J(a,u);i&&(Array.isArray(i)?t.push(...i):t.push(i))}else{const i=J(a,u);i&&(Array.isArray(i)?t.push(...i):t.push(i))}if(t.length===1){const a=t[0];u.children=typeof a=="string"||lu(a)?a:[a]}else u.children=t.map(a=>typeof a=="string"?{name:"span",children:a}:a);return u}function bt(u){const e=u.branches||[],t=e[0],a=t.children||[];if(t?.isTemplateIf||a.length>1||a[0].type!==p.NodeTypes.ELEMENT){const s={name:"span",directives:Z(t,e)};return au(s,t.children)}else return lt(e)}function ht(u){const e=[],t={},a=[];try{const i=ne.compileString(u,{charset:!1})?.css||"",s=se.parse(i),r=/^.[\w]+_[\w]{5,}/;for(const c of s.nodes)if(c.type==="rule"){const o={};r.test(c.selector)?(c.nodes.forEach(n=>{n.type==="decl"&&(o[n.prop]=n.value)}),t[c.selector]=o):a.push(c.toString())}else a.push(c.toString())}catch(i){e.push(`css解析出错了,错误信息:[ ${i.message} ]
|
|
16
|
+
`)}return{errors:e,styles:t,css:a.join(`
|
|
17
|
+
`)}}const $u="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(", "),pt="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(", "),mt="user",j="User";class Uu{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=D(e);return!!(t.template&&t.script&&t.styles)}catch{return!1}}checkSyntax(e){let t="";try{const a=D(e);$(a.script)}catch(a){a instanceof SyntaxError&&(t=a.message)}return t}checkSetup(e){const t=D(e);let a=0;return ju(t.script,{ObjectMethod(i){i.node.key.name==="setup"&&(a=i.node.body.body.filter(r=>!k.isEmptyStatement(r)).length)}}),a===3}findVantIcons(e){const t=D(e),a=/<(?:VanIcon|van-icon)\b[^>]*>/g,i=t.template.match(a)||[],s=[];return i.forEach(r=>{const c=r.match(/\bname="([^"]+)"/);c&&s.push(c[1])}),[...new Set(s)]}checkVantIcons(e){const t=this.findVantIcons(e),a=[];for(const i of t)$u.includes(i)||a.push(i);return a}findVtjIcons(e){const t=D(e),a=/import\s*{([^}]+)}\s*from\s*['"]\@vtj\/icons['"]/,i=t.script.match(a);return!i||!i[1]?[]:i[1].split(",").map(s=>s.trim()).filter(Boolean)}checkVtjIcons(e){const t=this.findVtjIcons(e),a=[];for(const i of t)pt.includes(i)||a.push(i);return a}hasUnchangedComment(e){const t=/<!--([\s\S]*?)-->/g,a=/\/\*([\s\S]*?)\*\//g,i=/\/\/(.*)/g;return[...e.match(t)||[],...e.match(a)||[],...e.match(i)||[]].some(r=>/不变/.test(r.replace(/\*/g,"")))}}function xt(u){const e=[];let t=u;const a=D(u);if(!a.template||!a.script)return{fixed:!1,originalCode:u,fixedCode:u,changes:[]};const i=gt(a.script),s=a.template;let r=s;const c=[],o=/\{\{([^}]+)\}\}/g;let n;for(;(n=o.exec(s))!==null;){const g=n[0],S=n[1],y=O(S,i);if(y!==S){const x=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`{{${y}}}`,line:x.line,column:x.column}),e.push({line:x.line+1,column:x.column,original:S.trim(),fixed:y.trim(),message:"修复插值表达式:添加 state. 前缀"})}}const f=/:(\w+)="([^"]+)"/g;for(;(n=f.exec(s))!==null;){const g=n[0],S=n[1],y=n[2],x=O(y,i);if(x!==y){const v=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`:${S}="${x}"`,line:v.line,column:v.column}),e.push({line:v.line+1,column:v.column,original:y,fixed:x,message:"修复绑定属性:添加 state. 前缀"})}}const l=/v-(if|else-if|show)="([^"]+)"/g;for(;(n=l.exec(s))!==null;){const g=n[0],S=n[1],y=n[2],x=O(y,i);if(x!==y){const v=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`v-${S}="${x}"`,line:v.line,column:v.column}),e.push({line:v.line+1,column:v.column,original:y,fixed:x,message:`修复 v-${S} 指令:添加 state. 前缀`})}}const m=/v-for="([^"]+)"/g;for(;(n=m.exec(s))!==null;){const g=n[0],y=n[1].match(/^(.+)\s+in\s+(.+)$/);if(y){const[,x,v]=y,V=O(v,i);if(V!==v){const G=B(s,n.index),iu=`v-for="${x} in ${V}"`;c.push({start:n.index,end:n.index+g.length,original:g,replacement:iu,line:G.line,column:G.column}),e.push({line:G.line+1,column:G.column,original:v,fixed:V,message:"修复 v-for 指令:添加 state. 前缀"})}}}const h=/v-model="([^"]+)"/g;for(;(n=h.exec(s))!==null;){const g=n[0],S=n[1],y=O(S,i);if(y!==S){const x=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`v-model="${y}"`,line:x.line,column:x.column}),e.push({line:x.line+1,column:x.column,original:S,fixed:y,message:"修复 v-model 指令:添加 state. 前缀"})}}const I=/v-bind="([^"]+)"/g;for(;(n=I.exec(s))!==null;){const g=n[0],S=n[1],y=O(S,i);if(y!==S){const x=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`v-bind="${y}"`,line:x.line,column:x.column}),e.push({line:x.line+1,column:x.column,original:S,fixed:y,message:"修复 v-bind 指令:添加 state. 前缀"})}}const T=/v-(text|html)="([^"]+)"/g;for(;(n=T.exec(s))!==null;){const g=n[0],S=n[1],y=n[2],x=O(y,i);if(x!==y){const v=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`v-${S}="${x}"`,line:v.line,column:v.column}),e.push({line:v.line+1,column:v.column,original:y,fixed:x,message:`修复 v-${S} 指令:添加 state. 前缀`})}}const H=/(@|v-on:)(\w+)="([^"]+)"/g;for(;(n=H.exec(s))!==null;){const g=n[0],S=n[1],y=n[2],x=n[3],v=yt(x,i);if(v!==x){const V=B(s,n.index);c.push({start:n.index,end:n.index+g.length,original:g,replacement:`${S}${y}="${v}"`,line:V.line,column:V.column}),e.push({line:V.line+1,column:V.column,original:x,fixed:v,message:"修复事件处理器:添加 state. 前缀"})}}if(c.sort((g,S)=>S.start-g.start),c.forEach(g=>{r=r.substring(0,g.start)+g.replacement+r.substring(g.end)}),c.length>0){const g=u.indexOf("<template>"),S=u.lastIndexOf("</template>")+11;t=u.substring(0,g)+`<template>
|
|
18
18
|
`+r+`
|
|
19
|
-
</template>`+
|
|
20
|
-
`);return{line:t.length,column:t[t.length-1].length}}class Hu{fixBasedOnValidation(
|
|
19
|
+
</template>`+u.substring(S)}return{fixed:c.length>0,originalCode:u,fixedCode:t,changes:e}}function gt(u){const e=new Set;try{const t=$(u);K(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 i=a.parent;i.type==="VariableDeclarator"&&i.id.type==="Identifier"&&i.id.name==="state"&&a.node.arguments[0].properties.forEach(r=>{r.type==="ObjectProperty"&&r.key.type==="Identifier"&&e.add(r.key.name)})}}})}catch(t){console.error("Failed to parse script:",t)}return e}function O(u,e){let t=u.trim();return e.forEach(a=>{const i=new RegExp(`(?<![\\w.])${a}(?![\\w])`,"g");i.test(t)&&!t.includes(`state.${a}`)&&(t=t.replace(i,`state.${a}`))}),t}function yt(u,e){let t=u.trim();return e.forEach(a=>{const i=new RegExp(`(?<![\\w.])${a}(\\+\\+|--|\\s*[+\\-*/]=)`,"g"),s=new RegExp(`(\\+\\+|--)?(?<![\\w.])${a}(?![\\w])`,"g");t.includes(`state.${a}`)||(t=t.replace(i,`state.${a}$1`),t=t.replace(s,(r,c)=>c?`${c}state.${a}`:r.includes(a)&&!r.includes("state.")?`state.${a}`:r))}),O(t,e)}function B(u,e){const t=u.substring(0,e).split(`
|
|
20
|
+
`);return{line:t.length,column:t[t.length-1].length}}class Hu{fixBasedOnValidation(e,t){let a=e;return t.illegalVantIcons.length&&(a=this.fixVantIcons(a)),t.illegalVtjIcons.length&&(a=this.fixVtjIcons(a,t.illegalVtjIcons)),xt(a).fixedCode}fixVantIcons(e){const t=D(e),a=t.template.replace(/<(?:VanIcon|van-icon)\s+[^>]*name="([^"]+)"[^>]*>/g,(i,s)=>$u.includes(s)?i:i.replace(s,mt));return this.reconstructSFC(t,a,t.script)}fixVtjIcons(e,t=[]){const a=D(e);a.script=ju(a.script,{ImportDeclaration(r){if(r.node.source.value==="@vtj/icons"){const c=r.node.specifiers,o=[];let n=!1;for(const f of c){const l=f.imported?.name;l===j&&(n=!0),t.includes(l)||o.push(k.importSpecifier(f.local,f.imported))}n||o.push(k.importSpecifier(k.identifier(j),k.identifier(j))),r.node.specifiers=o}},ObjectMethod(r){if(r.node.key.name==="setup"){const c=r.node.body.body;for(const o of c)if(k.isReturnStatement(o)&&k.isObjectExpression(o.argument)){const n=o.argument.properties||[];o.argument.properties=n.filter(f=>!t.includes(f.key.name)),o.argument.properties.push(k.objectProperty(k.identifier(j),k.identifier(j),!1,!0))}}},ObjectProperty(r){if(k.isIdentifier(r.node.value)&&t.includes(r.node.value.name)&&(r.node.value=k.identifier(j)),k.isArrayExpression(r.node.value)){const c=r.node.value.elements;r.node.value.elements=c.map(o=>k.isIdentifier(o)&&t.includes(o.name)?k.identifier(j):o)}},AssignmentExpression(r){k.isIdentifier(r.node.right)&&t.includes(r.node.right.name)&&(r.node.right=k.identifier(j))}});const i=/:icon\s*=\s*["']([^"']+)["']/g,s=a.template.match(i);if(s)for(const r of s){let c=r;for(const o of t)c=c.replace(new RegExp(o,"g"),j);a.template=a.template.replace(r,c)}for(const r of t)a.template=a.template.replace(new RegExp(`:icon="${r}"`,"g"),`:icon="${j}"`);return this.reconstructSFC(a,a.template,a.script)}reconstructSFC(e,t,a){let i="";return t&&e.template&&(i+=`<template>
|
|
21
21
|
${t}
|
|
22
22
|
</template>
|
|
23
23
|
|
|
24
|
-
`),a&&
|
|
24
|
+
`),a&&e.script&&(i+=`<script>
|
|
25
25
|
${a}
|
|
26
26
|
<\/script>
|
|
27
27
|
|
|
28
|
-
`),
|
|
28
|
+
`),e.styles.forEach(s=>{i+=`<style lang="scss" scoped>
|
|
29
29
|
`,i+=`${s}
|
|
30
30
|
`,i+=`</style>
|
|
31
31
|
|
|
32
|
-
`}),i}}async function St(
|
|
33
|
-
`));if(l.push(...H),l.length)return Promise.reject(l);const{state:g,watch:S,lifeCycles:y,computed:x,methods:v,props:V,emits:G,expose:iu,inject:Gu,handlers:Wu,imports:pu,dataSources:Ju,directives:Xu}=Ue(h.script,i),{nodes:zu,slots:Qu,context:Zu}=rt(
|
|
32
|
+
`}),i}}async function St(u){const{id:e,name:t,source:a,project:i}=u,s=le(a,t);if(s)return Promise.reject(s);const{dependencies:r=[],platform:c="web"}=i||{},o=new Uu,n=new Hu,f=o.validate(a);let l=[];if(!f.valid)return l=f.errors,Promise.reject(l);const m=n.fixBasedOnValidation(a,f),h=D(m),{styles:I,css:T,errors:H}=ht(h.styles.join(`
|
|
33
|
+
`));if(l.push(...H),l.length)return Promise.reject(l);const{state:g,watch:S,lifeCycles:y,computed:x,methods:v,props:V,emits:G,expose:iu,inject:Gu,handlers:Wu,imports:pu,dataSources:Ju,directives:Xu}=Ue(h.script,i),{nodes:zu,slots:Qu,context:Zu}=rt(e,t,h.template,{platform:c,handlers:Wu,styles:I,imports:pu,directives:Xu}),mu={id:e,name:t,inject:Gu,props:V,state:g,watch:S,lifeCycles:y,computed:x,methods:v,dataSources:Ju,slots:Qu,emits:G,expose:iu,nodes:zu,css:T},Ku=Object.keys(x||{}),Yu=(V||[]).map(_=>typeof _=="string"?_:_.name),ue=["$el","$emit","$nextTick","$parent","$root","$refs","$attrs","$slots","$watch","$props","$options","$forceUpdate","state","$props","props",...Object.keys(v||{})],{libs:ee}=vt(pu,r),xu={platform:c,context:Zu,computed:Ku,libs:ee,members:ue,props:Yu};return await Et(mu,async _=>{await It(_,async X=>{if(bu(X)){const te=await Su.tsFormatter(X.value);X.value=cu(te,_.id,xu)}})},async _=>{const X=await Su.tsFormatter(_.value);_.value=cu(X,"",xu)}),new ie.BlockModel(mu).toDsl()}async function Et(u,e,t){const a=async(h,I)=>{if(await e(h,I),Array.isArray(h?.children))for(const T of h?.children||[])await a(T,h)},i=async h=>{if(!h||typeof h!="object")return;if(Array.isArray(h)){for(let T of h)await i(T);return}const I=Object.values(h);for(const T of I)bu(T)?await t(T):await i(T)},{state:s,watch:r,computed:c,props:o,dataSources:n,methods:f,lifeCycles:l,inject:m}=u;if(await i({state:s,watch:r,computed:c,props:o,dataSources:n,methods:f,lifeCycles:l,inject:m}),Array.isArray(u.nodes))for(const h of u.nodes)await a(h)}async function It(u,e){const t=async a=>{if(!a||typeof a!="object")return;if(Array.isArray(a)){for(let s of a)await e(s),await t(s);return}if(bu(a)){await e(a);return}const i=Object.values(a);for(const s of i)await e(s),await t(s)};await t(u)}function vt(u=[],e=[]){const t={},a=e.reduce((i,s)=>(i[s.package]=s.library,i),{});for(const{from:i,imports:s}of u)if(Array.isArray(s))s.forEach(r=>{const c=a[i];c&&(t[r]=c)});else{const r=a[i];r&&(t[s]=r)}return{libs:t}}exports.AutoFixer=Hu;exports.ComponentValidator=Uu;exports.VTJ_PARSER_VERSION=oe;exports.htmlToNodes=ou;exports.parseUniApp=be;exports.parseVue=St;exports.patchCode=cu;exports.replacer=F;
|
package/dist/index.mjs
CHANGED
|
@@ -13,10 +13,10 @@ import * as N from "@babel/types";
|
|
|
13
13
|
* Copyright (c) 2026, VTJ.PRO All rights reserved.
|
|
14
14
|
* @name @vtj/parser
|
|
15
15
|
* @author CHC chenhuachun1549@dingtalk.com
|
|
16
|
-
* @version 0.16.
|
|
16
|
+
* @version 0.16.34
|
|
17
17
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
18
18
|
*/
|
|
19
|
-
const jt = "0.16.
|
|
19
|
+
const jt = "0.16.34";
|
|
20
20
|
function R(e) {
|
|
21
21
|
const { descriptor: u, errors: t } = Vu(e), a = u.template?.content || "", i = (u.scriptSetup || u.script)?.content || "", r = u.styles.map((s) => s.content);
|
|
22
22
|
return {
|
|
@@ -26,13 +26,14 @@ function R(e) {
|
|
|
26
26
|
errors: t
|
|
27
27
|
};
|
|
28
28
|
}
|
|
29
|
-
function
|
|
29
|
+
function M(e) {
|
|
30
30
|
return ee(e, { sourceType: "module", plugins: ["typescript"] });
|
|
31
31
|
}
|
|
32
32
|
function Z(e, u) {
|
|
33
33
|
return (pu.default || pu)(e, u);
|
|
34
34
|
}
|
|
35
|
-
function
|
|
35
|
+
function B(e) {
|
|
36
|
+
if (!e) return "";
|
|
36
37
|
try {
|
|
37
38
|
return (mu.default || mu)(e, {
|
|
38
39
|
comments: !1,
|
|
@@ -60,8 +61,8 @@ function ne(e) {
|
|
|
60
61
|
}
|
|
61
62
|
function ju(e, u) {
|
|
62
63
|
try {
|
|
63
|
-
const t =
|
|
64
|
-
return Z(t, u),
|
|
64
|
+
const t = M(e);
|
|
65
|
+
return Z(t, u), B(t) || "";
|
|
65
66
|
} catch {
|
|
66
67
|
return "";
|
|
67
68
|
}
|
|
@@ -95,7 +96,7 @@ function oe(e, u) {
|
|
|
95
96
|
const r = (a.scriptSetup || a.script)?.content;
|
|
96
97
|
if (r)
|
|
97
98
|
try {
|
|
98
|
-
|
|
99
|
+
M(r);
|
|
99
100
|
} catch (s) {
|
|
100
101
|
t.push(`脚本语法错误: ${s.message}`);
|
|
101
102
|
}
|
|
@@ -105,12 +106,12 @@ function oe(e, u) {
|
|
|
105
106
|
return t.length > 0 ? t : null;
|
|
106
107
|
}
|
|
107
108
|
function Rt(e) {
|
|
108
|
-
const u = R(e), t =
|
|
109
|
+
const u = R(e), t = M(u.script), a = {};
|
|
109
110
|
return u.styles && (a.css = u.styles[0] || ""), Z(t, {
|
|
110
111
|
CallExpression(i) {
|
|
111
112
|
const r = i.node.callee?.name;
|
|
112
113
|
if (r) {
|
|
113
|
-
const s =
|
|
114
|
+
const s = B(i.node.arguments[0]);
|
|
114
115
|
s && (a[r] = {
|
|
115
116
|
type: "JSFunction",
|
|
116
117
|
value: s
|
|
@@ -130,10 +131,10 @@ function $(e, u, t) {
|
|
|
130
131
|
function de(e, u, t) {
|
|
131
132
|
let a, i = 0;
|
|
132
133
|
try {
|
|
133
|
-
a =
|
|
134
|
+
a = M(e);
|
|
134
135
|
} catch {
|
|
135
136
|
const c = "(()=>{", n = c + e + "})";
|
|
136
|
-
a =
|
|
137
|
+
a = M(n), i = c.length;
|
|
137
138
|
}
|
|
138
139
|
const r = [];
|
|
139
140
|
if (Z(a, {
|
|
@@ -476,10 +477,10 @@ var T;
|
|
|
476
477
|
e[e.NUM = 35] = "NUM", e[e.SEMI = 59] = "SEMI", e[e.EQUALS = 61] = "EQUALS", e[e.ZERO = 48] = "ZERO", e[e.NINE = 57] = "NINE", e[e.LOWER_A = 97] = "LOWER_A", e[e.LOWER_F = 102] = "LOWER_F", e[e.LOWER_X = 120] = "LOWER_X", e[e.LOWER_Z = 122] = "LOWER_Z", e[e.UPPER_A = 65] = "UPPER_A", e[e.UPPER_F = 70] = "UPPER_F", e[e.UPPER_Z = 90] = "UPPER_Z";
|
|
477
478
|
})(T || (T = {}));
|
|
478
479
|
const Te = 32;
|
|
479
|
-
var
|
|
480
|
+
var O;
|
|
480
481
|
(function(e) {
|
|
481
482
|
e[e.VALUE_LENGTH = 49152] = "VALUE_LENGTH", e[e.BRANCH_LENGTH = 16256] = "BRANCH_LENGTH", e[e.JUMP_TABLE = 127] = "JUMP_TABLE";
|
|
482
|
-
})(
|
|
483
|
+
})(O || (O = {}));
|
|
483
484
|
function su(e) {
|
|
484
485
|
return e >= T.ZERO && e <= T.NINE;
|
|
485
486
|
}
|
|
@@ -625,7 +626,7 @@ class je {
|
|
|
625
626
|
*/
|
|
626
627
|
stateNamedEntity(u, t) {
|
|
627
628
|
const { decodeTree: a } = this;
|
|
628
|
-
let i = a[this.treeIndex], r = (i &
|
|
629
|
+
let i = a[this.treeIndex], r = (i & O.VALUE_LENGTH) >> 14;
|
|
629
630
|
for (; t < u.length; t++, this.excess++) {
|
|
630
631
|
const s = u.charCodeAt(t);
|
|
631
632
|
if (this.treeIndex = Re(a, i, this.treeIndex + Math.max(1, r), s), this.treeIndex < 0)
|
|
@@ -633,7 +634,7 @@ class je {
|
|
|
633
634
|
this.decodeMode === D.Attribute && // We shouldn't have consumed any characters after the entity,
|
|
634
635
|
(r === 0 || // And there should be no invalid characters.
|
|
635
636
|
qe(s)) ? 0 : this.emitNotTerminatedNamedEntity();
|
|
636
|
-
if (i = a[this.treeIndex], r = (i &
|
|
637
|
+
if (i = a[this.treeIndex], r = (i & O.VALUE_LENGTH) >> 14, r !== 0) {
|
|
637
638
|
if (s === T.SEMI)
|
|
638
639
|
return this.emitNamedEntityData(this.treeIndex, r, this.consumed + this.excess);
|
|
639
640
|
this.decodeMode !== D.Strict && (this.result = this.treeIndex, this.consumed += this.excess, this.excess = 0);
|
|
@@ -648,7 +649,7 @@ class je {
|
|
|
648
649
|
*/
|
|
649
650
|
emitNotTerminatedNamedEntity() {
|
|
650
651
|
var u;
|
|
651
|
-
const { result: t, decodeTree: a } = this, i = (a[t] &
|
|
652
|
+
const { result: t, decodeTree: a } = this, i = (a[t] & O.VALUE_LENGTH) >> 14;
|
|
652
653
|
return this.emitNamedEntityData(t, i, this.consumed), (u = this.errors) === null || u === void 0 || u.missingSemicolonAfterCharacterReference(), this.consumed;
|
|
653
654
|
}
|
|
654
655
|
/**
|
|
@@ -662,7 +663,7 @@ class je {
|
|
|
662
663
|
*/
|
|
663
664
|
emitNamedEntityData(u, t, a) {
|
|
664
665
|
const { decodeTree: i } = this;
|
|
665
|
-
return this.emitCodePoint(t === 1 ? i[u] & ~
|
|
666
|
+
return this.emitCodePoint(t === 1 ? i[u] & ~O.VALUE_LENGTH : i[u + 1], a), t === 3 && this.emitCodePoint(i[u + 2], a), a;
|
|
666
667
|
}
|
|
667
668
|
/**
|
|
668
669
|
* Signal to the parser that the end of the input was reached.
|
|
@@ -689,7 +690,7 @@ class je {
|
|
|
689
690
|
}
|
|
690
691
|
}
|
|
691
692
|
function Re(e, u, t, a) {
|
|
692
|
-
const i = (u &
|
|
693
|
+
const i = (u & O.BRANCH_LENGTH) >> 7, r = u & O.JUMP_TABLE;
|
|
693
694
|
if (i === 0)
|
|
694
695
|
return r !== 0 && a === r ? t : -1;
|
|
695
696
|
if (r) {
|
|
@@ -716,11 +717,11 @@ var d;
|
|
|
716
717
|
(function(e) {
|
|
717
718
|
e[e.Text = 1] = "Text", e[e.BeforeTagName = 2] = "BeforeTagName", e[e.InTagName = 3] = "InTagName", e[e.InSelfClosingTag = 4] = "InSelfClosingTag", e[e.BeforeClosingTagName = 5] = "BeforeClosingTagName", e[e.InClosingTagName = 6] = "InClosingTagName", e[e.AfterClosingTagName = 7] = "AfterClosingTagName", e[e.BeforeAttributeName = 8] = "BeforeAttributeName", e[e.InAttributeName = 9] = "InAttributeName", e[e.AfterAttributeName = 10] = "AfterAttributeName", e[e.BeforeAttributeValue = 11] = "BeforeAttributeValue", e[e.InAttributeValueDq = 12] = "InAttributeValueDq", e[e.InAttributeValueSq = 13] = "InAttributeValueSq", e[e.InAttributeValueNq = 14] = "InAttributeValueNq", e[e.BeforeDeclaration = 15] = "BeforeDeclaration", e[e.InDeclaration = 16] = "InDeclaration", e[e.InProcessingInstruction = 17] = "InProcessingInstruction", e[e.BeforeComment = 18] = "BeforeComment", e[e.CDATASequence = 19] = "CDATASequence", e[e.InSpecialComment = 20] = "InSpecialComment", e[e.InCommentLike = 21] = "InCommentLike", e[e.BeforeSpecialS = 22] = "BeforeSpecialS", e[e.BeforeSpecialT = 23] = "BeforeSpecialT", e[e.SpecialStartSequence = 24] = "SpecialStartSequence", e[e.InSpecialTag = 25] = "InSpecialTag", e[e.InEntity = 26] = "InEntity";
|
|
718
719
|
})(d || (d = {}));
|
|
719
|
-
function
|
|
720
|
+
function _(e) {
|
|
720
721
|
return e === b.Space || e === b.NewLine || e === b.Tab || e === b.FormFeed || e === b.CarriageReturn;
|
|
721
722
|
}
|
|
722
723
|
function K(e) {
|
|
723
|
-
return e === b.Slash || e === b.Gt ||
|
|
724
|
+
return e === b.Slash || e === b.Gt || _(e);
|
|
724
725
|
}
|
|
725
726
|
function De(e) {
|
|
726
727
|
return e >= b.LowerA && e <= b.LowerZ || e >= b.UpperA && e <= b.UpperZ;
|
|
@@ -799,7 +800,7 @@ class Le {
|
|
|
799
800
|
/** Look for an end tag. For <title> tags, also decode entities. */
|
|
800
801
|
stateInSpecialTag(u) {
|
|
801
802
|
if (this.sequenceIndex === this.currentSequence.length) {
|
|
802
|
-
if (u === b.Gt ||
|
|
803
|
+
if (u === b.Gt || _(u)) {
|
|
803
804
|
const t = this.index - this.currentSequence.length;
|
|
804
805
|
if (this.sectionStart < t) {
|
|
805
806
|
const a = this.index;
|
|
@@ -864,28 +865,28 @@ class Le {
|
|
|
864
865
|
K(u) && (this.cbs.onopentagname(this.sectionStart, this.index), this.sectionStart = -1, this.state = d.BeforeAttributeName, this.stateBeforeAttributeName(u));
|
|
865
866
|
}
|
|
866
867
|
stateBeforeClosingTagName(u) {
|
|
867
|
-
|
|
868
|
+
_(u) || (u === b.Gt ? this.state = d.Text : (this.state = this.isTagStartChar(u) ? d.InClosingTagName : d.InSpecialComment, this.sectionStart = this.index));
|
|
868
869
|
}
|
|
869
870
|
stateInClosingTagName(u) {
|
|
870
|
-
(u === b.Gt ||
|
|
871
|
+
(u === b.Gt || _(u)) && (this.cbs.onclosetag(this.sectionStart, this.index), this.sectionStart = -1, this.state = d.AfterClosingTagName, this.stateAfterClosingTagName(u));
|
|
871
872
|
}
|
|
872
873
|
stateAfterClosingTagName(u) {
|
|
873
874
|
(u === b.Gt || this.fastForwardTo(b.Gt)) && (this.state = d.Text, this.sectionStart = this.index + 1);
|
|
874
875
|
}
|
|
875
876
|
stateBeforeAttributeName(u) {
|
|
876
|
-
u === b.Gt ? (this.cbs.onopentagend(this.index), this.isSpecial ? (this.state = d.InSpecialTag, this.sequenceIndex = 0) : this.state = d.Text, this.sectionStart = this.index + 1) : u === b.Slash ? this.state = d.InSelfClosingTag :
|
|
877
|
+
u === b.Gt ? (this.cbs.onopentagend(this.index), this.isSpecial ? (this.state = d.InSpecialTag, this.sequenceIndex = 0) : this.state = d.Text, this.sectionStart = this.index + 1) : u === b.Slash ? this.state = d.InSelfClosingTag : _(u) || (this.state = d.InAttributeName, this.sectionStart = this.index);
|
|
877
878
|
}
|
|
878
879
|
stateInSelfClosingTag(u) {
|
|
879
|
-
u === b.Gt ? (this.cbs.onselfclosingtag(this.index), this.state = d.Text, this.sectionStart = this.index + 1, this.isSpecial = !1) :
|
|
880
|
+
u === b.Gt ? (this.cbs.onselfclosingtag(this.index), this.state = d.Text, this.sectionStart = this.index + 1, this.isSpecial = !1) : _(u) || (this.state = d.BeforeAttributeName, this.stateBeforeAttributeName(u));
|
|
880
881
|
}
|
|
881
882
|
stateInAttributeName(u) {
|
|
882
883
|
(u === b.Eq || K(u)) && (this.cbs.onattribname(this.sectionStart, this.index), this.sectionStart = this.index, this.state = d.AfterAttributeName, this.stateAfterAttributeName(u));
|
|
883
884
|
}
|
|
884
885
|
stateAfterAttributeName(u) {
|
|
885
|
-
u === b.Eq ? this.state = d.BeforeAttributeValue : u === b.Slash || u === b.Gt ? (this.cbs.onattribend(L.NoValue, this.sectionStart), this.sectionStart = -1, this.state = d.BeforeAttributeName, this.stateBeforeAttributeName(u)) :
|
|
886
|
+
u === b.Eq ? this.state = d.BeforeAttributeValue : u === b.Slash || u === b.Gt ? (this.cbs.onattribend(L.NoValue, this.sectionStart), this.sectionStart = -1, this.state = d.BeforeAttributeName, this.stateBeforeAttributeName(u)) : _(u) || (this.cbs.onattribend(L.NoValue, this.sectionStart), this.state = d.InAttributeName, this.sectionStart = this.index);
|
|
886
887
|
}
|
|
887
888
|
stateBeforeAttributeValue(u) {
|
|
888
|
-
u === b.DoubleQuote ? (this.state = d.InAttributeValueDq, this.sectionStart = this.index + 1) : u === b.SingleQuote ? (this.state = d.InAttributeValueSq, this.sectionStart = this.index + 1) :
|
|
889
|
+
u === b.DoubleQuote ? (this.state = d.InAttributeValueDq, this.sectionStart = this.index + 1) : u === b.SingleQuote ? (this.state = d.InAttributeValueSq, this.sectionStart = this.index + 1) : _(u) || (this.sectionStart = this.index, this.state = d.InAttributeValueNq, this.stateInAttributeValueNoQuotes(u));
|
|
889
890
|
}
|
|
890
891
|
handleInAttributeValue(u, t) {
|
|
891
892
|
u === t || !this.decodeEntities && this.fastForwardTo(t) ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(t === b.DoubleQuote ? L.Double : L.Single, this.index + 1), this.state = d.BeforeAttributeName) : this.decodeEntities && u === b.Amp && this.startEntity();
|
|
@@ -897,7 +898,7 @@ class Le {
|
|
|
897
898
|
this.handleInAttributeValue(u, b.SingleQuote);
|
|
898
899
|
}
|
|
899
900
|
stateInAttributeValueNoQuotes(u) {
|
|
900
|
-
|
|
901
|
+
_(u) || u === b.Gt ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(L.Unquoted, this.index), this.state = d.BeforeAttributeName, this.stateBeforeAttributeName(u)) : this.decodeEntities && u === b.Amp && this.startEntity();
|
|
901
902
|
}
|
|
902
903
|
stateBeforeDeclaration(u) {
|
|
903
904
|
u === b.OpeningSquareBracket ? (this.state = d.CDATASequence, this.sequenceIndex = 0) : this.state = u === b.Dash ? d.BeforeComment : d.InDeclaration;
|
|
@@ -1090,7 +1091,7 @@ const W = /* @__PURE__ */ new Set([
|
|
|
1090
1091
|
"button",
|
|
1091
1092
|
"datalist",
|
|
1092
1093
|
"textarea"
|
|
1093
|
-
]), E = /* @__PURE__ */ new Set(["p"]), Eu = /* @__PURE__ */ new Set(["thead", "tbody"]), Iu = /* @__PURE__ */ new Set(["dd", "dt"]), vu = /* @__PURE__ */ new Set(["rt", "rp"]),
|
|
1094
|
+
]), E = /* @__PURE__ */ new Set(["p"]), Eu = /* @__PURE__ */ new Set(["thead", "tbody"]), Iu = /* @__PURE__ */ new Set(["dd", "dt"]), vu = /* @__PURE__ */ new Set(["rt", "rp"]), Ce = /* @__PURE__ */ new Map([
|
|
1094
1095
|
["tr", /* @__PURE__ */ new Set(["tr", "th", "td"])],
|
|
1095
1096
|
["th", /* @__PURE__ */ new Set(["th"])],
|
|
1096
1097
|
["td", /* @__PURE__ */ new Set(["thead", "th", "td"])],
|
|
@@ -1138,7 +1139,7 @@ const W = /* @__PURE__ */ new Set([
|
|
|
1138
1139
|
["rp", vu],
|
|
1139
1140
|
["tbody", Eu],
|
|
1140
1141
|
["tfoot", Eu]
|
|
1141
|
-
]),
|
|
1142
|
+
]), _e = /* @__PURE__ */ new Set([
|
|
1142
1143
|
"area",
|
|
1143
1144
|
"base",
|
|
1144
1145
|
"basefont",
|
|
@@ -1169,7 +1170,7 @@ const W = /* @__PURE__ */ new Set([
|
|
|
1169
1170
|
"desc",
|
|
1170
1171
|
"title"
|
|
1171
1172
|
]), Be = /\s|\//;
|
|
1172
|
-
class
|
|
1173
|
+
class Pe {
|
|
1173
1174
|
constructor(u, t = {}) {
|
|
1174
1175
|
var a, i, r, s, c, o;
|
|
1175
1176
|
this.options = t, this.startIndex = 0, this.endIndex = 0, this.openTagStart = 0, this.tagname = "", this.attribname = "", this.attribvalue = "", this.attribs = null, this.stack = [], this.buffers = [], this.bufferOffset = 0, this.writeIndex = 0, this.ended = !1, this.cbs = u ?? {}, this.htmlMode = !this.options.xmlMode, this.lowerCaseTagNames = (a = t.lowerCaseTags) !== null && a !== void 0 ? a : this.htmlMode, this.lowerCaseAttributeNames = (i = t.lowerCaseAttributeNames) !== null && i !== void 0 ? i : this.htmlMode, this.recognizeSelfClosing = (r = t.recognizeSelfClosing) !== null && r !== void 0 ? r : !this.htmlMode, this.tokenizer = new ((s = t.Tokenizer) !== null && s !== void 0 ? s : Le)(this.options, this), this.foreignContext = [!this.htmlMode], (o = (c = this.cbs).onparserinit) === null || o === void 0 || o.call(c, this);
|
|
@@ -1191,7 +1192,7 @@ class Fe {
|
|
|
1191
1192
|
* to specify your own additional void elements.
|
|
1192
1193
|
*/
|
|
1193
1194
|
isVoidElement(u) {
|
|
1194
|
-
return this.htmlMode &&
|
|
1195
|
+
return this.htmlMode && _e.has(u);
|
|
1195
1196
|
}
|
|
1196
1197
|
/** @internal */
|
|
1197
1198
|
onopentagname(u, t) {
|
|
@@ -1202,7 +1203,7 @@ class Fe {
|
|
|
1202
1203
|
emitOpenTag(u) {
|
|
1203
1204
|
var t, a, i, r;
|
|
1204
1205
|
this.openTagStart = this.startIndex, this.tagname = u;
|
|
1205
|
-
const s = this.htmlMode &&
|
|
1206
|
+
const s = this.htmlMode && Ce.get(u);
|
|
1206
1207
|
if (s)
|
|
1207
1208
|
for (; this.stack.length > 0 && s.has(this.stack[0]); ) {
|
|
1208
1209
|
const c = this.stack.shift();
|
|
@@ -1400,7 +1401,7 @@ class Fe {
|
|
|
1400
1401
|
function ku(e, u = "web") {
|
|
1401
1402
|
const t = { name: "", children: [] }, a = [t];
|
|
1402
1403
|
let i = "";
|
|
1403
|
-
const r = new
|
|
1404
|
+
const r = new Pe(
|
|
1404
1405
|
{
|
|
1405
1406
|
onopentag: (s, c, o) => {
|
|
1406
1407
|
const n = a[a.length - 1];
|
|
@@ -1444,12 +1445,12 @@ function ku(e, u = "web") {
|
|
|
1444
1445
|
);
|
|
1445
1446
|
return r.write(e.replace(/\\"/g, '"')), r.end(), t.children || [];
|
|
1446
1447
|
}
|
|
1447
|
-
function
|
|
1448
|
+
function Fe(e, u) {
|
|
1448
1449
|
const a = {
|
|
1449
1450
|
imports: Oe(e),
|
|
1450
1451
|
emits: [],
|
|
1451
1452
|
errors: []
|
|
1452
|
-
}, i =
|
|
1453
|
+
}, i = M(e);
|
|
1453
1454
|
return Z(i, {
|
|
1454
1455
|
ExportDefaultDeclaration(r) {
|
|
1455
1456
|
const s = r.node.declaration;
|
|
@@ -1543,13 +1544,20 @@ function $e(e) {
|
|
|
1543
1544
|
const u = Me(e);
|
|
1544
1545
|
if (!u) return {};
|
|
1545
1546
|
const t = {};
|
|
1546
|
-
for (const a of u.properties)
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1547
|
+
for (const a of u.properties)
|
|
1548
|
+
if (a.type === "ObjectProperty") {
|
|
1549
|
+
const { key: i, value: r } = a;
|
|
1550
|
+
if (i.type === "Identifier") {
|
|
1551
|
+
const s = B(r);
|
|
1552
|
+
t[i.name] = V(s);
|
|
1553
|
+
}
|
|
1554
|
+
} else if (a.type === "ObjectMethod") {
|
|
1555
|
+
const { key: i, params: r, body: s } = a;
|
|
1556
|
+
if (i.type === "Identifier") {
|
|
1557
|
+
const c = B(s), n = `(${r.map((f) => f.name || "none").join(",")}) => ${c}`;
|
|
1558
|
+
t[i.name] = V(n);
|
|
1559
|
+
}
|
|
1551
1560
|
}
|
|
1552
|
-
}
|
|
1553
1561
|
return t;
|
|
1554
1562
|
}
|
|
1555
1563
|
function U(e) {
|
|
@@ -1557,10 +1565,10 @@ function U(e) {
|
|
|
1557
1565
|
if (u.type === "Identifier") {
|
|
1558
1566
|
const s = u.name;
|
|
1559
1567
|
let c = "{}";
|
|
1560
|
-
i && (c =
|
|
1568
|
+
i && (c = B(i) || "{}");
|
|
1561
1569
|
const o = e.value;
|
|
1562
1570
|
if (o && o.type === "CallExpression") {
|
|
1563
|
-
let h =
|
|
1571
|
+
let h = B(o) || "";
|
|
1564
1572
|
h = h.replace("function () {", "() => {"), c = `{ return (${h})}`;
|
|
1565
1573
|
}
|
|
1566
1574
|
const f = `${t ? "async " : ""}(${r}) => ${c}`, l = s.startsWith("watcher_");
|
|
@@ -1633,7 +1641,7 @@ function Ue(e, u) {
|
|
|
1633
1641
|
},
|
|
1634
1642
|
mockTemplate: n?.mockTemplate || {
|
|
1635
1643
|
type: "JSFunction",
|
|
1636
|
-
value: f ?
|
|
1644
|
+
value: f ? B(f) : ""
|
|
1637
1645
|
}
|
|
1638
1646
|
};
|
|
1639
1647
|
}
|
|
@@ -1654,7 +1662,7 @@ function Ge(e) {
|
|
|
1654
1662
|
if (t.test(i))
|
|
1655
1663
|
try {
|
|
1656
1664
|
if (a.body.body[0]?.argument) {
|
|
1657
|
-
const r =
|
|
1665
|
+
const r = B(
|
|
1658
1666
|
a.body.body[0].argument.callee.object
|
|
1659
1667
|
);
|
|
1660
1668
|
u[i] = fu(r);
|
|
@@ -1676,9 +1684,9 @@ function We(e) {
|
|
|
1676
1684
|
return u;
|
|
1677
1685
|
}
|
|
1678
1686
|
function z(e, u) {
|
|
1679
|
-
return !!
|
|
1687
|
+
return !!Cu(e, u);
|
|
1680
1688
|
}
|
|
1681
|
-
function
|
|
1689
|
+
function Cu(e, u) {
|
|
1682
1690
|
return e?.find(
|
|
1683
1691
|
(a) => a.key?.name === u
|
|
1684
1692
|
)?.value?.value;
|
|
@@ -1746,12 +1754,12 @@ function ze(e) {
|
|
|
1746
1754
|
if (u)
|
|
1747
1755
|
return u.value.type === "ArrayExpression" ? u.value.elements.map((t) => t.name) : u.value.name;
|
|
1748
1756
|
}
|
|
1749
|
-
function
|
|
1757
|
+
function _u(e) {
|
|
1750
1758
|
const u = e?.find(
|
|
1751
1759
|
(t) => t.key?.name === "default"
|
|
1752
1760
|
);
|
|
1753
1761
|
if (u)
|
|
1754
|
-
return V(
|
|
1762
|
+
return V(B(u.value));
|
|
1755
1763
|
}
|
|
1756
1764
|
function Qe(e) {
|
|
1757
1765
|
if (!e) return [];
|
|
@@ -1762,7 +1770,7 @@ function Qe(e) {
|
|
|
1762
1770
|
name: a.name,
|
|
1763
1771
|
required: z(r, "required"),
|
|
1764
1772
|
type: ze(r),
|
|
1765
|
-
default:
|
|
1773
|
+
default: _u(r)
|
|
1766
1774
|
};
|
|
1767
1775
|
})), u;
|
|
1768
1776
|
}
|
|
@@ -1782,7 +1790,7 @@ function Ze(e) {
|
|
|
1782
1790
|
function Ke(e) {
|
|
1783
1791
|
let u = [];
|
|
1784
1792
|
return e.type === "ObjectExpression" && (u = e.properties?.map((t) => {
|
|
1785
|
-
const { key: a, value: i } = t, r = i.properties, s = a.name, c =
|
|
1793
|
+
const { key: a, value: i } = t, r = i.properties, s = a.name, c = Cu(r, "from"), o = _u(r);
|
|
1786
1794
|
return {
|
|
1787
1795
|
name: s,
|
|
1788
1796
|
from: c || s,
|
|
@@ -1808,9 +1816,9 @@ function et(e) {
|
|
|
1808
1816
|
}
|
|
1809
1817
|
return u;
|
|
1810
1818
|
}
|
|
1811
|
-
let cu = [], Y = {}, Bu = {},
|
|
1819
|
+
let cu = [], Y = {}, Bu = {}, Pu = {}, Fu = {}, uu = "web", Ou = [];
|
|
1812
1820
|
function tt(e, u, t = "", a) {
|
|
1813
|
-
cu = [], Y = {}, Bu = a?.handlers || {},
|
|
1821
|
+
cu = [], Y = {}, Bu = a?.handlers || {}, Fu = a?.styles || {}, uu = a?.platform || "web", Ou = a?.imports || [], Pu = a?.directives || {};
|
|
1814
1822
|
const r = qu({
|
|
1815
1823
|
id: e,
|
|
1816
1824
|
filename: u,
|
|
@@ -1845,7 +1853,7 @@ function it(e) {
|
|
|
1845
1853
|
for (const t of e) {
|
|
1846
1854
|
if (t.type === p.ATTRIBUTE)
|
|
1847
1855
|
if (t.name === "class") {
|
|
1848
|
-
const a = t.value?.content || "", i = /[\w]+_[\w]{5,}/, r = a.match(i)?.[0] || "", s = a.split(" ").filter((o) => o !== r), c =
|
|
1856
|
+
const a = t.value?.content || "", i = /[\w]+_[\w]{5,}/, r = a.match(i)?.[0] || "", s = a.split(" ").filter((o) => o !== r), c = Fu[`.${r}`];
|
|
1849
1857
|
c && (u.style = c), s.length && (u.class = s.join(" "));
|
|
1850
1858
|
} else if (t.name === "style") {
|
|
1851
1859
|
const a = t.value?.content || "";
|
|
@@ -1954,7 +1962,7 @@ function Q(e, u) {
|
|
|
1954
1962
|
const l = (f.modifiers || []).reduce(
|
|
1955
1963
|
(I, A) => (I[A.content] = !0, I),
|
|
1956
1964
|
{}
|
|
1957
|
-
), m = f.arg?.content || void 0, h =
|
|
1965
|
+
), m = f.arg?.content || void 0, h = Pu[f.name];
|
|
1958
1966
|
h && t.push({
|
|
1959
1967
|
name: h,
|
|
1960
1968
|
value: V(f.exp?.loc.source || ""),
|
|
@@ -2181,7 +2189,7 @@ class bt {
|
|
|
2181
2189
|
let t = "";
|
|
2182
2190
|
try {
|
|
2183
2191
|
const a = R(u);
|
|
2184
|
-
|
|
2192
|
+
M(a.script);
|
|
2185
2193
|
} catch (a) {
|
|
2186
2194
|
a instanceof SyntaxError && (t = a.message);
|
|
2187
2195
|
}
|
|
@@ -2251,7 +2259,7 @@ function ht(e) {
|
|
|
2251
2259
|
for (; (n = o.exec(r)) !== null; ) {
|
|
2252
2260
|
const g = n[0], S = n[1], y = F(S, i);
|
|
2253
2261
|
if (y !== S) {
|
|
2254
|
-
const x =
|
|
2262
|
+
const x = P(r, n.index);
|
|
2255
2263
|
c.push({
|
|
2256
2264
|
start: n.index,
|
|
2257
2265
|
end: n.index + g.length,
|
|
@@ -2272,7 +2280,7 @@ function ht(e) {
|
|
|
2272
2280
|
for (; (n = f.exec(r)) !== null; ) {
|
|
2273
2281
|
const g = n[0], S = n[1], y = n[2], x = F(y, i);
|
|
2274
2282
|
if (x !== y) {
|
|
2275
|
-
const v =
|
|
2283
|
+
const v = P(r, n.index);
|
|
2276
2284
|
c.push({
|
|
2277
2285
|
start: n.index,
|
|
2278
2286
|
end: n.index + g.length,
|
|
@@ -2293,7 +2301,7 @@ function ht(e) {
|
|
|
2293
2301
|
for (; (n = l.exec(r)) !== null; ) {
|
|
2294
2302
|
const g = n[0], S = n[1], y = n[2], x = F(y, i);
|
|
2295
2303
|
if (x !== y) {
|
|
2296
|
-
const v =
|
|
2304
|
+
const v = P(r, n.index);
|
|
2297
2305
|
c.push({
|
|
2298
2306
|
start: n.index,
|
|
2299
2307
|
end: n.index + g.length,
|
|
@@ -2319,7 +2327,7 @@ function ht(e) {
|
|
|
2319
2327
|
i
|
|
2320
2328
|
);
|
|
2321
2329
|
if (q !== v) {
|
|
2322
|
-
const G =
|
|
2330
|
+
const G = P(r, n.index), tu = `v-for="${x} in ${q}"`;
|
|
2323
2331
|
c.push({
|
|
2324
2332
|
start: n.index,
|
|
2325
2333
|
end: n.index + g.length,
|
|
@@ -2341,7 +2349,7 @@ function ht(e) {
|
|
|
2341
2349
|
for (; (n = h.exec(r)) !== null; ) {
|
|
2342
2350
|
const g = n[0], S = n[1], y = F(S, i);
|
|
2343
2351
|
if (y !== S) {
|
|
2344
|
-
const x =
|
|
2352
|
+
const x = P(r, n.index);
|
|
2345
2353
|
c.push({
|
|
2346
2354
|
start: n.index,
|
|
2347
2355
|
end: n.index + g.length,
|
|
@@ -2362,7 +2370,7 @@ function ht(e) {
|
|
|
2362
2370
|
for (; (n = I.exec(r)) !== null; ) {
|
|
2363
2371
|
const g = n[0], S = n[1], y = F(S, i);
|
|
2364
2372
|
if (y !== S) {
|
|
2365
|
-
const x =
|
|
2373
|
+
const x = P(r, n.index);
|
|
2366
2374
|
c.push({
|
|
2367
2375
|
start: n.index,
|
|
2368
2376
|
end: n.index + g.length,
|
|
@@ -2383,7 +2391,7 @@ function ht(e) {
|
|
|
2383
2391
|
for (; (n = A.exec(r)) !== null; ) {
|
|
2384
2392
|
const g = n[0], S = n[1], y = n[2], x = F(y, i);
|
|
2385
2393
|
if (x !== y) {
|
|
2386
|
-
const v =
|
|
2394
|
+
const v = P(r, n.index);
|
|
2387
2395
|
c.push({
|
|
2388
2396
|
start: n.index,
|
|
2389
2397
|
end: n.index + g.length,
|
|
@@ -2404,7 +2412,7 @@ function ht(e) {
|
|
|
2404
2412
|
for (; (n = H.exec(r)) !== null; ) {
|
|
2405
2413
|
const g = n[0], S = n[1], y = n[2], x = n[3], v = mt(x, i);
|
|
2406
2414
|
if (v !== x) {
|
|
2407
|
-
const q =
|
|
2415
|
+
const q = P(r, n.index);
|
|
2408
2416
|
c.push({
|
|
2409
2417
|
start: n.index,
|
|
2410
2418
|
end: n.index + g.length,
|
|
@@ -2439,7 +2447,7 @@ function ht(e) {
|
|
|
2439
2447
|
function pt(e) {
|
|
2440
2448
|
const u = /* @__PURE__ */ new Set();
|
|
2441
2449
|
try {
|
|
2442
|
-
const t =
|
|
2450
|
+
const t = M(e);
|
|
2443
2451
|
Z(t, {
|
|
2444
2452
|
CallExpression(a) {
|
|
2445
2453
|
if (a.node.callee.type === "Identifier" && a.node.callee.name === "reactive" && a.node.arguments.length > 0 && a.node.arguments[0].type === "ObjectExpression") {
|
|
@@ -2475,7 +2483,7 @@ function mt(e, u) {
|
|
|
2475
2483
|
t.includes(`state.${a}`) || (t = t.replace(i, `state.${a}$1`), t = t.replace(r, (s, c) => c ? `${c}state.${a}` : s.includes(a) && !s.includes("state.") ? `state.${a}` : s));
|
|
2476
2484
|
}), F(t, u);
|
|
2477
2485
|
}
|
|
2478
|
-
function
|
|
2486
|
+
function P(e, u) {
|
|
2479
2487
|
const t = e.substring(0, u).split(`
|
|
2480
2488
|
`);
|
|
2481
2489
|
return {
|
|
@@ -2609,7 +2617,7 @@ async function Dt(e) {
|
|
|
2609
2617
|
imports: lu,
|
|
2610
2618
|
dataSources: Gu,
|
|
2611
2619
|
directives: Wu
|
|
2612
|
-
} =
|
|
2620
|
+
} = Fe(h.script, i), { nodes: Ju, slots: Xu, context: zu } = tt(u, t, h.template, {
|
|
2613
2621
|
platform: c,
|
|
2614
2622
|
handlers: Hu,
|
|
2615
2623
|
styles: I,
|
|
@@ -2632,7 +2640,7 @@ async function Dt(e) {
|
|
|
2632
2640
|
nodes: Ju,
|
|
2633
2641
|
css: A
|
|
2634
2642
|
}, Qu = Object.keys(x || {}), Zu = (q || []).map(
|
|
2635
|
-
(
|
|
2643
|
+
(C) => typeof C == "string" ? C : C.name
|
|
2636
2644
|
), Ku = [
|
|
2637
2645
|
"$el",
|
|
2638
2646
|
"$emit",
|
|
@@ -2660,17 +2668,17 @@ async function Dt(e) {
|
|
|
2660
2668
|
};
|
|
2661
2669
|
return await gt(
|
|
2662
2670
|
bu,
|
|
2663
|
-
async (
|
|
2664
|
-
await yt(
|
|
2671
|
+
async (C) => {
|
|
2672
|
+
await yt(C, async (X) => {
|
|
2665
2673
|
if (du(X)) {
|
|
2666
2674
|
const ue = await xu(X.value);
|
|
2667
|
-
X.value = yu(ue,
|
|
2675
|
+
X.value = yu(ue, C.id, hu);
|
|
2668
2676
|
}
|
|
2669
2677
|
});
|
|
2670
2678
|
},
|
|
2671
|
-
async (
|
|
2672
|
-
const X = await xu(
|
|
2673
|
-
|
|
2679
|
+
async (C) => {
|
|
2680
|
+
const X = await xu(C.value);
|
|
2681
|
+
C.value = yu(X, "", hu);
|
|
2674
2682
|
}
|
|
2675
2683
|
), new te(bu).toDsl();
|
|
2676
2684
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vtj/parser",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.34",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"低代码引擎",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"postcss": "~8.5.0",
|
|
32
32
|
"sass": "~1.97.1",
|
|
33
33
|
"@vtj/base": "~0.12.4",
|
|
34
|
-
"@vtj/
|
|
35
|
-
"@vtj/
|
|
34
|
+
"@vtj/coder": "~0.16.34",
|
|
35
|
+
"@vtj/core": "~0.16.34"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@vtj/cli": "~0.12.19"
|
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.16.
|
|
5
|
+
* @version 0.16.33
|
|
6
6
|
* @license <a href="https://vtj.pro/license.html">MIT License</a>
|
|
7
7
|
*/
|
|
8
|
-
export declare const version = "0.16.
|
|
8
|
+
export declare const version = "0.16.33";
|