@unizap/unicss 2.0.5 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -2
- package/dist/unicss.min.js +15 -15
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var _=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Ch=_(Er=>{"use strict";Object.defineProperty(Er,"__esModule",{value:!0});Er.range=Er.balanced=void 0;var Eb=(t,e,i)=>{let r=t instanceof RegExp?wh(t,i):t,s=e instanceof RegExp?wh(e,i):e,n=r!==null&&s!=null&&(0,Er.range)(r,s,i);return n&&{start:n[0],end:n[1],pre:i.slice(0,n[0]),body:i.slice(n[0]+r.length,n[1]),post:i.slice(n[1]+s.length)}};Er.balanced=Eb;var wh=(t,e)=>{let i=e.match(t);return i?i[0]:null},Pb=(t,e,i)=>{let r,s,n,a,l,c=i.indexOf(t),o=i.indexOf(e,c+1),u=c;if(c>=0&&o>0){if(t===e)return[c,o];for(r=[],n=i.length;u>=0&&!l;){if(u===c)r.push(u),c=i.indexOf(t,u+1);else if(r.length===1){let f=r.pop();f!==void 0&&(l=[f,o])}else s=r.pop(),s!==void 0&&s<n&&(n=s,a=o),o=i.indexOf(e,u+1);u=c<o&&c>=0?c:o}r.length&&a!==void 0&&(l=[n,a])}return l};Er.range=Pb});var Lh=_(pl=>{"use strict";Object.defineProperty(pl,"__esModule",{value:!0});pl.expand=Fb;var Ih=Ch(),kh="\0SLASH"+Math.random()+"\0",_h="\0OPEN"+Math.random()+"\0",ul="\0CLOSE"+Math.random()+"\0",Oh="\0COMMA"+Math.random()+"\0",Nh="\0PERIOD"+Math.random()+"\0",vb=new RegExp(kh,"g"),Ab=new RegExp(_h,"g"),wb=new RegExp(ul,"g"),Cb=new RegExp(Oh,"g"),Ib=new RegExp(Nh,"g"),kb=/\\\\/g,_b=/\\{/g,Ob=/\\}/g,Nb=/\\,/g,Db=/\\./g;function cl(t){return isNaN(t)?t.charCodeAt(0):parseInt(t,10)}function Lb(t){return t.replace(kb,kh).replace(_b,_h).replace(Ob,ul).replace(Nb,Oh).replace(Db,Nh)}function Mb(t){return t.replace(vb,"\\").replace(Ab,"{").replace(wb,"}").replace(Cb,",").replace(Ib,".")}function Dh(t){if(!t)return[""];let e=[],i=(0,Ih.balanced)("{","}",t);if(!i)return t.split(",");let{pre:r,body:s,post:n}=i,a=r.split(",");a[a.length-1]+="{"+s+"}";let l=Dh(n);return n.length&&(a[a.length-1]+=l.shift(),a.push.apply(a,l)),e.push.apply(e,a),e}function Fb(t){return t?(t.slice(0,2)==="{}"&&(t="\\{\\}"+t.slice(2)),Fs(Lb(t),!0).map(Mb)):[]}function Bb(t){return"{"+t+"}"}function jb(t){return/^-?0\d/.test(t)}function Rb(t,e){return t<=e}function $b(t,e){return t>=e}function Fs(t,e){let i=[],r=(0,Ih.balanced)("{","}",t);if(!r)return[t];let s=r.pre,n=r.post.length?Fs(r.post,!1):[""];if(/\$$/.test(r.pre))for(let a=0;a<n.length;a++){let l=s+"{"+r.body+"}"+n[a];i.push(l)}else{let a=/^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(r.body),l=/^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(r.body),c=a||l,o=r.body.indexOf(",")>=0;if(!c&&!o)return r.post.match(/,(?!,).*\}/)?(t=r.pre+"{"+r.body+ul+r.post,Fs(t)):[t];let u;if(c)u=r.body.split(/\.\./);else if(u=Dh(r.body),u.length===1&&u[0]!==void 0&&(u=Fs(u[0],!1).map(Bb),u.length===1))return n.map(d=>r.pre+u[0]+d);let f;if(c&&u[0]!==void 0&&u[1]!==void 0){let d=cl(u[0]),m=cl(u[1]),S=Math.max(u[0].length,u[1].length),P=u.length===3&&u[2]!==void 0?Math.abs(cl(u[2])):1,A=Rb;m<d&&(P*=-1,A=$b);let k=u.some(jb);f=[];for(let D=d;A(D,m);D+=P){let L;if(l)L=String.fromCharCode(D),L==="\\"&&(L="");else if(L=String(D),k){let j=S-L.length;if(j>0){let $=new Array(j+1).join("0");D<0?L="-"+$+L.slice(1):L=$+L}}f.push(L)}}else{f=[];for(let d=0;d<u.length;d++)f.push.apply(f,Fs(u[d],!1))}for(let d=0;d<f.length;d++)for(let m=0;m<n.length;m++){let S=s+f[d]+n[m];(!e||c||S)&&i.push(S)}}return i}});var Mh=_(Xn=>{"use strict";Object.defineProperty(Xn,"__esModule",{value:!0});Xn.assertValidPattern=void 0;var qb=1024*64,Ub=t=>{if(typeof t!="string")throw new TypeError("invalid pattern");if(t.length>qb)throw new TypeError("pattern is too long")};Xn.assertValidPattern=Ub});var Bh=_(Hn=>{"use strict";Object.defineProperty(Hn,"__esModule",{value:!0});Hn.parseClass=void 0;var Kb={"[:alnum:]":["\\p{L}\\p{Nl}\\p{Nd}",!0],"[:alpha:]":["\\p{L}\\p{Nl}",!0],"[:ascii:]":["\\x00-\\x7f",!1],"[:blank:]":["\\p{Zs}\\t",!0],"[:cntrl:]":["\\p{Cc}",!0],"[:digit:]":["\\p{Nd}",!0],"[:graph:]":["\\p{Z}\\p{C}",!0,!0],"[:lower:]":["\\p{Ll}",!0],"[:print:]":["\\p{C}",!0],"[:punct:]":["\\p{P}",!0],"[:space:]":["\\p{Z}\\t\\r\\n\\v\\f",!0],"[:upper:]":["\\p{Lu}",!0],"[:word:]":["\\p{L}\\p{Nl}\\p{Nd}\\p{Pc}",!0],"[:xdigit:]":["A-Fa-f0-9",!1]},Bs=t=>t.replace(/[[\]\\-]/g,"\\$&"),Vb=t=>t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Fh=t=>t.join(""),Wb=(t,e)=>{let i=e;if(t.charAt(i)!=="[")throw new Error("not in a brace expression");let r=[],s=[],n=i+1,a=!1,l=!1,c=!1,o=!1,u=i,f="";e:for(;n<t.length;){let P=t.charAt(n);if((P==="!"||P==="^")&&n===i+1){o=!0,n++;continue}if(P==="]"&&a&&!c){u=n+1;break}if(a=!0,P==="\\"&&!c){c=!0,n++;continue}if(P==="["&&!c){for(let[A,[C,k,D]]of Object.entries(Kb))if(t.startsWith(A,n)){if(f)return["$.",!1,t.length-i,!0];n+=A.length,D?s.push(C):r.push(C),l=l||k;continue e}}if(c=!1,f){P>f?r.push(Bs(f)+"-"+Bs(P)):P===f&&r.push(Bs(P)),f="",n++;continue}if(t.startsWith("-]",n+1)){r.push(Bs(P+"-")),n+=2;continue}if(t.startsWith("-",n+1)){f=P,n+=2;continue}r.push(Bs(P)),n++}if(u<n)return["",!1,0,!1];if(!r.length&&!s.length)return["$.",!1,t.length-i,!0];if(s.length===0&&r.length===1&&/^\\?.$/.test(r[0])&&!o){let P=r[0].length===2?r[0].slice(-1):r[0];return[Vb(P),!1,u-i,!1]}let d="["+(o?"^":"")+Fh(r)+"]",m="["+(o?"":"^")+Fh(s)+"]";return[r.length&&s.length?"("+d+"|"+m+")":r.length?d:m,l,u-i,!0]};Hn.parseClass=Wb});var Qn=_(Gn=>{"use strict";Object.defineProperty(Gn,"__esModule",{value:!0});Gn.unescape=void 0;var Yb=(t,{windowsPathsNoEscape:e=!1}={})=>e?t.replace(/\[([^\/\\])\]/g,"$1"):t.replace(/((?!\\).|^)\[([^\/\\])\]/g,"$1$2").replace(/\\([^\/])/g,"$1");Gn.unescape=Yb});var dl=_(ta=>{"use strict";Object.defineProperty(ta,"__esModule",{value:!0});ta.AST=void 0;var zb=Bh(),Zn=Qn(),Jb=new Set(["!","?","+","*","@"]),jh=t=>Jb.has(t),Xb="(?!(?:^|/)\\.\\.?(?:$|/))",ea="(?!\\.)",Hb=new Set(["[","."]),Gb=new Set(["..","."]),Qb=new Set("().*{}+?[]^$\\!"),Zb=t=>t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),hl="[^/]",Rh=hl+"*?",$h=hl+"+?",fl=class t{type;#e;#t;#n=!1;#s=[];#a;#b;#T;#o=!1;#p;#l;#c=!1;constructor(e,i,r={}){this.type=e,e&&(this.#t=!0),this.#a=i,this.#e=this.#a?this.#a.#e:this,this.#p=this.#e===this?r:this.#e.#p,this.#T=this.#e===this?[]:this.#e.#T,e==="!"&&!this.#e.#o&&this.#T.push(this),this.#b=this.#a?this.#a.#s.length:0}get hasMagic(){if(this.#t!==void 0)return this.#t;for(let e of this.#s)if(typeof e!="string"&&(e.type||e.hasMagic))return this.#t=!0;return this.#t}toString(){return this.#l!==void 0?this.#l:this.type?this.#l=this.type+"("+this.#s.map(e=>String(e)).join("|")+")":this.#l=this.#s.map(e=>String(e)).join("")}#i(){if(this!==this.#e)throw new Error("should only call on root");if(this.#o)return this;this.toString(),this.#o=!0;let e;for(;e=this.#T.pop();){if(e.type!=="!")continue;let i=e,r=i.#a;for(;r;){for(let s=i.#b+1;!r.type&&s<r.#s.length;s++)for(let n of e.#s){if(typeof n=="string")throw new Error("string part in extglob AST??");n.copyIn(r.#s[s])}i=r,r=i.#a}}return this}push(...e){for(let i of e)if(i!==""){if(typeof i!="string"&&!(i instanceof t&&i.#a===this))throw new Error("invalid part: "+i);this.#s.push(i)}}toJSON(){let e=this.type===null?this.#s.slice().map(i=>typeof i=="string"?i:i.toJSON()):[this.type,...this.#s.map(i=>i.toJSON())];return this.isStart()&&!this.type&&e.unshift([]),this.isEnd()&&(this===this.#e||this.#e.#o&&this.#a?.type==="!")&&e.push({}),e}isStart(){if(this.#e===this)return!0;if(!this.#a?.isStart())return!1;if(this.#b===0)return!0;let e=this.#a;for(let i=0;i<this.#b;i++){let r=e.#s[i];if(!(r instanceof t&&r.type==="!"))return!1}return!0}isEnd(){if(this.#e===this||this.#a?.type==="!")return!0;if(!this.#a?.isEnd())return!1;if(!this.type)return this.#a?.isEnd();let e=this.#a?this.#a.#s.length:0;return this.#b===e-1}copyIn(e){typeof e=="string"?this.push(e):this.push(e.clone(this))}clone(e){let i=new t(this.type,e);for(let r of this.#s)i.copyIn(r);return i}static#f(e,i,r,s){let n=!1,a=!1,l=-1,c=!1;if(i.type===null){let m=r,S="";for(;m<e.length;){let P=e.charAt(m++);if(n||P==="\\"){n=!n,S+=P;continue}if(a){m===l+1?(P==="^"||P==="!")&&(c=!0):P==="]"&&!(m===l+2&&c)&&(a=!1),S+=P;continue}else if(P==="["){a=!0,l=m,c=!1,S+=P;continue}if(!s.noext&&jh(P)&&e.charAt(m)==="("){i.push(S),S="";let A=new t(P,i);m=t.#f(e,A,m,s),i.push(A);continue}S+=P}return i.push(S),m}let o=r+1,u=new t(null,i),f=[],d="";for(;o<e.length;){let m=e.charAt(o++);if(n||m==="\\"){n=!n,d+=m;continue}if(a){o===l+1?(m==="^"||m==="!")&&(c=!0):m==="]"&&!(o===l+2&&c)&&(a=!1),d+=m;continue}else if(m==="["){a=!0,l=o,c=!1,d+=m;continue}if(jh(m)&&e.charAt(o)==="("){u.push(d),d="";let S=new t(m,u);u.push(S),o=t.#f(e,S,o,s);continue}if(m==="|"){u.push(d),d="",f.push(u),u=new t(null,i);continue}if(m===")")return d===""&&i.#s.length===0&&(i.#c=!0),u.push(d),d="",i.push(...f,u),o;d+=m}return i.type=null,i.#t=void 0,i.#s=[e.substring(r-1)],o}static fromGlob(e,i={}){let r=new t(null,void 0,i);return t.#f(e,r,0,i),r}toMMPattern(){if(this!==this.#e)return this.#e.toMMPattern();let e=this.toString(),[i,r,s,n]=this.toRegExpSource();if(!(s||this.#t||this.#p.nocase&&!this.#p.nocaseMagicOnly&&e.toUpperCase()!==e.toLowerCase()))return r;let l=(this.#p.nocase?"i":"")+(n?"u":"");return Object.assign(new RegExp(`^${i}$`,l),{_src:i,_glob:e})}get options(){return this.#p}toRegExpSource(e){let i=e??!!this.#p.dot;if(this.#e===this&&this.#i(),!this.type){let c=this.isStart()&&this.isEnd(),o=this.#s.map(m=>{let[S,P,A,C]=typeof m=="string"?t.#d(m,this.#t,c):m.toRegExpSource(e);return this.#t=this.#t||A,this.#n=this.#n||C,S}).join(""),u="";if(this.isStart()&&typeof this.#s[0]=="string"&&!(this.#s.length===1&&Gb.has(this.#s[0]))){let S=Hb,P=i&&S.has(o.charAt(0))||o.startsWith("\\.")&&S.has(o.charAt(2))||o.startsWith("\\.\\.")&&S.has(o.charAt(4)),A=!i&&!e&&S.has(o.charAt(0));u=P?Xb:A?ea:""}let f="";return this.isEnd()&&this.#e.#o&&this.#a?.type==="!"&&(f="(?:$|\\/)"),[u+o+f,(0,Zn.unescape)(o),this.#t=!!this.#t,this.#n]}let r=this.type==="*"||this.type==="+",s=this.type==="!"?"(?:(?!(?:":"(?:",n=this.#g(i);if(this.isStart()&&this.isEnd()&&!n&&this.type!=="!"){let c=this.toString();return this.#s=[c],this.type=null,this.#t=void 0,[c,(0,Zn.unescape)(this.toString()),!1,!1]}let a=!r||e||i||!ea?"":this.#g(!0);a===n&&(a=""),a&&(n=`(?:${n})(?:${a})*?`);let l="";if(this.type==="!"&&this.#c)l=(this.isStart()&&!i?ea:"")+$h;else{let c=this.type==="!"?"))"+(this.isStart()&&!i&&!e?ea:"")+Rh+")":this.type==="@"?")":this.type==="?"?")?":this.type==="+"&&a?")":this.type==="*"&&a?")?":`)${this.type}`;l=s+n+c}return[l,(0,Zn.unescape)(n),this.#t=!!this.#t,this.#n]}#g(e){return this.#s.map(i=>{if(typeof i=="string")throw new Error("string type in extglob ast??");let[r,s,n,a]=i.toRegExpSource(e);return this.#n=this.#n||a,r}).filter(i=>!(this.isStart()&&this.isEnd())||!!i).join("|")}static#d(e,i,r=!1){let s=!1,n="",a=!1;for(let l=0;l<e.length;l++){let c=e.charAt(l);if(s){s=!1,n+=(Qb.has(c)?"\\":"")+c;continue}if(c==="\\"){l===e.length-1?n+="\\\\":s=!0;continue}if(c==="["){let[o,u,f,d]=(0,zb.parseClass)(e,l);if(f){n+=o,a=a||u,l+=f-1,i=i||d;continue}}if(c==="*"){r&&e==="*"?n+=$h:n+=Rh,i=!0;continue}if(c==="?"){n+=hl,i=!0;continue}n+=Zb(c)}return[n,(0,Zn.unescape)(e),!!i,a]}};ta.AST=fl});var ml=_(ia=>{"use strict";Object.defineProperty(ia,"__esModule",{value:!0});ia.escape=void 0;var eS=(t,{windowsPathsNoEscape:e=!1}={})=>e?t.replace(/[?*()[\]]/g,"[$&]"):t.replace(/[?*()[\]\\]/g,"\\$&");ia.escape=eS});var Qi=_(ne=>{"use strict";Object.defineProperty(ne,"__esModule",{value:!0});ne.unescape=ne.escape=ne.AST=ne.Minimatch=ne.match=ne.makeRe=ne.braceExpand=ne.defaults=ne.filter=ne.GLOBSTAR=ne.sep=ne.minimatch=void 0;var tS=Lh(),ra=Mh(),Kh=dl(),iS=ml(),rS=Qn(),sS=(t,e,i={})=>((0,ra.assertValidPattern)(e),!i.nocomment&&e.charAt(0)==="#"?!1:new Pr(e,i).match(t));ne.minimatch=sS;var nS=/^\*+([^+@!?\*\[\(]*)$/,aS=t=>e=>!e.startsWith(".")&&e.endsWith(t),oS=t=>e=>e.endsWith(t),lS=t=>(t=t.toLowerCase(),e=>!e.startsWith(".")&&e.toLowerCase().endsWith(t)),cS=t=>(t=t.toLowerCase(),e=>e.toLowerCase().endsWith(t)),uS=/^\*+\.\*+$/,pS=t=>!t.startsWith(".")&&t.includes("."),fS=t=>t!=="."&&t!==".."&&t.includes("."),hS=/^\.\*+$/,dS=t=>t!=="."&&t!==".."&&t.startsWith("."),mS=/^\*+$/,yS=t=>t.length!==0&&!t.startsWith("."),TS=t=>t.length!==0&&t!=="."&&t!=="..",gS=/^\?+([^+@!?\*\[\(]*)?$/,xS=([t,e=""])=>{let i=Vh([t]);return e?(e=e.toLowerCase(),r=>i(r)&&r.toLowerCase().endsWith(e)):i},bS=([t,e=""])=>{let i=Wh([t]);return e?(e=e.toLowerCase(),r=>i(r)&&r.toLowerCase().endsWith(e)):i},SS=([t,e=""])=>{let i=Wh([t]);return e?r=>i(r)&&r.endsWith(e):i},ES=([t,e=""])=>{let i=Vh([t]);return e?r=>i(r)&&r.endsWith(e):i},Vh=([t])=>{let e=t.length;return i=>i.length===e&&!i.startsWith(".")},Wh=([t])=>{let e=t.length;return i=>i.length===e&&i!=="."&&i!==".."},Yh=typeof process=="object"&&process?typeof process.env=="object"&&process.env&&process.env.__MINIMATCH_TESTING_PLATFORM__||process.platform:"posix",qh={win32:{sep:"\\"},posix:{sep:"/"}};ne.sep=Yh==="win32"?qh.win32.sep:qh.posix.sep;ne.minimatch.sep=ne.sep;ne.GLOBSTAR=Symbol("globstar **");ne.minimatch.GLOBSTAR=ne.GLOBSTAR;var PS="[^/]",vS=PS+"*?",AS="(?:(?!(?:\\/|^)(?:\\.{1,2})($|\\/)).)*?",wS="(?:(?!(?:\\/|^)\\.).)*?",CS=(t,e={})=>i=>(0,ne.minimatch)(i,t,e);ne.filter=CS;ne.minimatch.filter=ne.filter;var ti=(t,e={})=>Object.assign({},t,e),IS=t=>{if(!t||typeof t!="object"||!Object.keys(t).length)return ne.minimatch;let e=ne.minimatch;return Object.assign((r,s,n={})=>e(r,s,ti(t,n)),{Minimatch:class extends e.Minimatch{constructor(s,n={}){super(s,ti(t,n))}static defaults(s){return e.defaults(ti(t,s)).Minimatch}},AST:class extends e.AST{constructor(s,n,a={}){super(s,n,ti(t,a))}static fromGlob(s,n={}){return e.AST.fromGlob(s,ti(t,n))}},unescape:(r,s={})=>e.unescape(r,ti(t,s)),escape:(r,s={})=>e.escape(r,ti(t,s)),filter:(r,s={})=>e.filter(r,ti(t,s)),defaults:r=>e.defaults(ti(t,r)),makeRe:(r,s={})=>e.makeRe(r,ti(t,s)),braceExpand:(r,s={})=>e.braceExpand(r,ti(t,s)),match:(r,s,n={})=>e.match(r,s,ti(t,n)),sep:e.sep,GLOBSTAR:ne.GLOBSTAR})};ne.defaults=IS;ne.minimatch.defaults=ne.defaults;var kS=(t,e={})=>((0,ra.assertValidPattern)(t),e.nobrace||!/\{(?:(?!\{).)*\}/.test(t)?[t]:(0,tS.expand)(t));ne.braceExpand=kS;ne.minimatch.braceExpand=ne.braceExpand;var _S=(t,e={})=>new Pr(t,e).makeRe();ne.makeRe=_S;ne.minimatch.makeRe=ne.makeRe;var OS=(t,e,i={})=>{let r=new Pr(e,i);return t=t.filter(s=>r.match(s)),r.options.nonull&&!t.length&&t.push(e),t};ne.match=OS;ne.minimatch.match=ne.match;var Uh=/[?*]|[+@!]\(.*?\)|\[|\]/,NS=t=>t.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&"),Pr=class{options;set;pattern;windowsPathsNoEscape;nonegate;negate;comment;empty;preserveMultipleSlashes;partial;globSet;globParts;nocase;isWindows;platform;windowsNoMagicRoot;regexp;constructor(e,i={}){(0,ra.assertValidPattern)(e),i=i||{},this.options=i,this.pattern=e,this.platform=i.platform||Yh,this.isWindows=this.platform==="win32",this.windowsPathsNoEscape=!!i.windowsPathsNoEscape||i.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(this.pattern=this.pattern.replace(/\\/g,"/")),this.preserveMultipleSlashes=!!i.preserveMultipleSlashes,this.regexp=null,this.negate=!1,this.nonegate=!!i.nonegate,this.comment=!1,this.empty=!1,this.partial=!!i.partial,this.nocase=!!this.options.nocase,this.windowsNoMagicRoot=i.windowsNoMagicRoot!==void 0?i.windowsNoMagicRoot:!!(this.isWindows&&this.nocase),this.globSet=[],this.globParts=[],this.set=[],this.make()}hasMagic(){if(this.options.magicalBraces&&this.set.length>1)return!0;for(let e of this.set)for(let i of e)if(typeof i!="string")return!0;return!1}debug(...e){}make(){let e=this.pattern,i=this.options;if(!i.nocomment&&e.charAt(0)==="#"){this.comment=!0;return}if(!e){this.empty=!0;return}this.parseNegate(),this.globSet=[...new Set(this.braceExpand())],i.debug&&(this.debug=(...n)=>console.error(...n)),this.debug(this.pattern,this.globSet);let r=this.globSet.map(n=>this.slashSplit(n));this.globParts=this.preprocess(r),this.debug(this.pattern,this.globParts);let s=this.globParts.map((n,a,l)=>{if(this.isWindows&&this.windowsNoMagicRoot){let c=n[0]===""&&n[1]===""&&(n[2]==="?"||!Uh.test(n[2]))&&!Uh.test(n[3]),o=/^[a-z]:/i.test(n[0]);if(c)return[...n.slice(0,4),...n.slice(4).map(u=>this.parse(u))];if(o)return[n[0],...n.slice(1).map(u=>this.parse(u))]}return n.map(c=>this.parse(c))});if(this.debug(this.pattern,s),this.set=s.filter(n=>n.indexOf(!1)===-1),this.isWindows)for(let n=0;n<this.set.length;n++){let a=this.set[n];a[0]===""&&a[1]===""&&this.globParts[n][2]==="?"&&typeof a[3]=="string"&&/^[a-z]:$/i.test(a[3])&&(a[2]="?")}this.debug(this.pattern,this.set)}preprocess(e){if(this.options.noglobstar)for(let r=0;r<e.length;r++)for(let s=0;s<e[r].length;s++)e[r][s]==="**"&&(e[r][s]="*");let{optimizationLevel:i=1}=this.options;return i>=2?(e=this.firstPhasePreProcess(e),e=this.secondPhasePreProcess(e)):i>=1?e=this.levelOneOptimize(e):e=this.adjascentGlobstarOptimize(e),e}adjascentGlobstarOptimize(e){return e.map(i=>{let r=-1;for(;(r=i.indexOf("**",r+1))!==-1;){let s=r;for(;i[s+1]==="**";)s++;s!==r&&i.splice(r,s-r)}return i})}levelOneOptimize(e){return e.map(i=>(i=i.reduce((r,s)=>{let n=r[r.length-1];return s==="**"&&n==="**"?r:s===".."&&n&&n!==".."&&n!=="."&&n!=="**"?(r.pop(),r):(r.push(s),r)},[]),i.length===0?[""]:i))}levelTwoFileOptimize(e){Array.isArray(e)||(e=this.slashSplit(e));let i=!1;do{if(i=!1,!this.preserveMultipleSlashes){for(let s=1;s<e.length-1;s++){let n=e[s];s===1&&n===""&&e[0]===""||(n==="."||n==="")&&(i=!0,e.splice(s,1),s--)}e[0]==="."&&e.length===2&&(e[1]==="."||e[1]==="")&&(i=!0,e.pop())}let r=0;for(;(r=e.indexOf("..",r+1))!==-1;){let s=e[r-1];s&&s!=="."&&s!==".."&&s!=="**"&&(i=!0,e.splice(r-1,2),r-=2)}}while(i);return e.length===0?[""]:e}firstPhasePreProcess(e){let i=!1;do{i=!1;for(let r of e){let s=-1;for(;(s=r.indexOf("**",s+1))!==-1;){let a=s;for(;r[a+1]==="**";)a++;a>s&&r.splice(s+1,a-s);let l=r[s+1],c=r[s+2],o=r[s+3];if(l!==".."||!c||c==="."||c===".."||!o||o==="."||o==="..")continue;i=!0,r.splice(s,1);let u=r.slice(0);u[s]="**",e.push(u),s--}if(!this.preserveMultipleSlashes){for(let a=1;a<r.length-1;a++){let l=r[a];a===1&&l===""&&r[0]===""||(l==="."||l==="")&&(i=!0,r.splice(a,1),a--)}r[0]==="."&&r.length===2&&(r[1]==="."||r[1]==="")&&(i=!0,r.pop())}let n=0;for(;(n=r.indexOf("..",n+1))!==-1;){let a=r[n-1];if(a&&a!=="."&&a!==".."&&a!=="**"){i=!0;let c=n===1&&r[n+1]==="**"?["."]:[];r.splice(n-1,2,...c),r.length===0&&r.push(""),n-=2}}}}while(i);return e}secondPhasePreProcess(e){for(let i=0;i<e.length-1;i++)for(let r=i+1;r<e.length;r++){let s=this.partsMatch(e[i],e[r],!this.preserveMultipleSlashes);if(s){e[i]=[],e[r]=s;break}}return e.filter(i=>i.length)}partsMatch(e,i,r=!1){let s=0,n=0,a=[],l="";for(;s<e.length&&n<i.length;)if(e[s]===i[n])a.push(l==="b"?i[n]:e[s]),s++,n++;else if(r&&e[s]==="**"&&i[n]===e[s+1])a.push(e[s]),s++;else if(r&&i[n]==="**"&&e[s]===i[n+1])a.push(i[n]),n++;else if(e[s]==="*"&&i[n]&&(this.options.dot||!i[n].startsWith("."))&&i[n]!=="**"){if(l==="b")return!1;l="a",a.push(e[s]),s++,n++}else if(i[n]==="*"&&e[s]&&(this.options.dot||!e[s].startsWith("."))&&e[s]!=="**"){if(l==="a")return!1;l="b",a.push(i[n]),s++,n++}else return!1;return e.length===i.length&&a}parseNegate(){if(this.nonegate)return;let e=this.pattern,i=!1,r=0;for(let s=0;s<e.length&&e.charAt(s)==="!";s++)i=!i,r++;r&&(this.pattern=e.slice(r)),this.negate=i}matchOne(e,i,r=!1){let s=this.options;if(this.isWindows){let P=typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0]),A=!P&&e[0]===""&&e[1]===""&&e[2]==="?"&&/^[a-z]:$/i.test(e[3]),C=typeof i[0]=="string"&&/^[a-z]:$/i.test(i[0]),k=!C&&i[0]===""&&i[1]===""&&i[2]==="?"&&typeof i[3]=="string"&&/^[a-z]:$/i.test(i[3]),D=A?3:P?0:void 0,L=k?3:C?0:void 0;if(typeof D=="number"&&typeof L=="number"){let[j,$]=[e[D],i[L]];j.toLowerCase()===$.toLowerCase()&&(i[L]=j,L>D?i=i.slice(L):D>L&&(e=e.slice(D)))}}let{optimizationLevel:n=1}=this.options;n>=2&&(e=this.levelTwoFileOptimize(e)),this.debug("matchOne",this,{file:e,pattern:i}),this.debug("matchOne",e.length,i.length);for(var a=0,l=0,c=e.length,o=i.length;a<c&&l<o;a++,l++){this.debug("matchOne loop");var u=i[l],f=e[a];if(this.debug(i,u,f),u===!1)return!1;if(u===ne.GLOBSTAR){this.debug("GLOBSTAR",[i,u,f]);var d=a,m=l+1;if(m===o){for(this.debug("** at the end");a<c;a++)if(e[a]==="."||e[a]===".."||!s.dot&&e[a].charAt(0)===".")return!1;return!0}for(;d<c;){var S=e[d];if(this.debug(`
|
|
2
2
|
globstar while`,e,d,i,m,S),this.matchOne(e.slice(d),i.slice(m),r))return this.debug("globstar found match!",d,c,S),!0;if(S==="."||S===".."||!s.dot&&S.charAt(0)==="."){this.debug("dot detected!",e,d,i,m);break}this.debug("globstar swallow a segment, and continue"),d++}return!!(r&&(this.debug(`
|
|
3
|
-
>>> no match, partial?`,e,d,i,m),d===c))}let P;if(typeof u=="string"?(P=f===u,this.debug("string match",u,f,P)):(P=u.test(f),this.debug("pattern match",u,f,P)),!P)return!1}if(a===c&&l===o)return!0;if(a===c)return r;if(l===o)return a===c-1&&e[a]==="";throw new Error("wtf?")}braceExpand(){return(0,ne.braceExpand)(this.pattern,this.options)}parse(e){(0,ra.assertValidPattern)(e);let i=this.options;if(e==="**")return ne.GLOBSTAR;if(e==="")return"";let r,s=null;(r=e.match(mS))?s=i.dot?TS:yS:(r=e.match(nS))?s=(i.nocase?i.dot?cS:lS:i.dot?oS:aS)(r[1]):(r=e.match(gS))?s=(i.nocase?i.dot?bS:xS:i.dot?SS:ES)(r):(r=e.match(uS))?s=i.dot?fS:pS:(r=e.match(hS))&&(s=dS);let n=Kh.AST.fromGlob(e,this.options).toMMPattern();return s&&typeof n=="object"&&Reflect.defineProperty(n,"test",{value:s}),n}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let e=this.set;if(!e.length)return this.regexp=!1,this.regexp;let i=this.options,r=i.noglobstar?vS:i.dot?AS:wS,s=new Set(i.nocase?["i"]:[]),n=e.map(c=>{let o=c.map(u=>{if(u instanceof RegExp)for(let f of u.flags.split(""))s.add(f);return typeof u=="string"?NS(u):u===ne.GLOBSTAR?ne.GLOBSTAR:u._src});return o.forEach((u,f)=>{let d=o[f+1],m=o[f-1];u!==ne.GLOBSTAR||m===ne.GLOBSTAR||(m===void 0?d!==void 0&&d!==ne.GLOBSTAR?o[f+1]="(?:\\/|"+r+"\\/)?"+d:o[f]=r:d===void 0?o[f-1]=m+"(?:\\/|"+r+")?":d!==ne.GLOBSTAR&&(o[f-1]=m+"(?:\\/|\\/"+r+"\\/)"+d,o[f+1]=ne.GLOBSTAR))}),o.filter(u=>u!==ne.GLOBSTAR).join("/")}).join("|"),[a,l]=e.length>1?["(?:",")"]:["",""];n="^"+a+n+l+"$",this.negate&&(n="^(?!"+n+").+$");try{this.regexp=new RegExp(n,[...s].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,i=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&i)return!0;let r=this.options;this.isWindows&&(e=e.split("\\").join("/"));let s=this.slashSplit(e);this.debug(this.pattern,"split",s);let n=this.set;this.debug(this.pattern,"set",n);let a=s[s.length-1];if(!a)for(let l=s.length-2;!a&&l>=0;l--)a=s[l];for(let l=0;l<n.length;l++){let c=n[l],o=s;if(r.matchBase&&c.length===1&&(o=[a]),this.matchOne(o,c,i))return r.flipNegate?!0:!this.negate}return r.flipNegate?!1:this.negate}static defaults(e){return ne.minimatch.defaults(e).Minimatch}};ne.Minimatch=Pr;var DS=dl();Object.defineProperty(ne,"AST",{enumerable:!0,get:function(){return DS.AST}});var LS=ml();Object.defineProperty(ne,"escape",{enumerable:!0,get:function(){return LS.escape}});var MS=Qn();Object.defineProperty(ne,"unescape",{enumerable:!0,get:function(){return MS.unescape}});ne.minimatch.AST=Kh.AST;ne.minimatch.Minimatch=Pr;ne.minimatch.escape=iS.escape;ne.minimatch.unescape=rS.unescape});var Gh=_(na=>{"use strict";Object.defineProperty(na,"__esModule",{value:!0});na.LRUCache=void 0;var es=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,Jh=new Set,yl=typeof process=="object"&&process?process:{},Xh=(t,e,i,r)=>{typeof yl.emitWarning=="function"?yl.emitWarning(t,e,i,r):console.error(`[${i}] ${e}: ${t}`)},sa=globalThis.AbortController,zh=globalThis.AbortSignal;if(typeof sa>"u"){zh=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(r,s){this._onabort.push(s)}},sa=class{constructor(){e()}signal=new zh;abort(r){if(!this.signal.aborted){this.signal.reason=r,this.signal.aborted=!0;for(let s of this.signal._onabort)s(r);this.signal.onabort?.(r)}}};let t=yl.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",e=()=>{t&&(t=!1,Xh("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",e))}}var FS=t=>!Jh.has(t),MG=Symbol("type"),Zi=t=>t&&t===Math.floor(t)&&t>0&&isFinite(t),Hh=t=>Zi(t)?t<=Math.pow(2,8)?Uint8Array:t<=Math.pow(2,16)?Uint16Array:t<=Math.pow(2,32)?Uint32Array:t<=Number.MAX_SAFE_INTEGER?ts:null:null,ts=class extends Array{constructor(e){super(e),this.fill(0)}},Tl=class t{heap;length;static#e=!1;static create(e){let i=Hh(e);if(!i)return[];t.#e=!0;let r=new t(e,i);return t.#e=!1,r}constructor(e,i){if(!t.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new i(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}},gl=class t{#e;#t;#n;#s;#a;#b;#T;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#o;#p;#l;#c;#i;#f;#g;#d;#m;#C;#y;#I;#E;#S;#x;#A;#h;#_;static unsafeExposeInternals(e){return{starts:e.#E,ttls:e.#S,sizes:e.#I,keyMap:e.#l,keyList:e.#c,valList:e.#i,next:e.#f,prev:e.#g,get head(){return e.#d},get tail(){return e.#m},free:e.#C,isBackgroundFetch:i=>e.#u(i),backgroundFetch:(i,r,s,n)=>e.#M(i,r,s,n),moveToTail:i=>e.#j(i),indexes:i=>e.#w(i),rindexes:i=>e.#k(i),isStale:i=>e.#v(i)}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#p}get size(){return this.#o}get fetchMethod(){return this.#b}get memoMethod(){return this.#T}get dispose(){return this.#n}get onInsert(){return this.#s}get disposeAfter(){return this.#a}constructor(e){let{max:i=0,ttl:r,ttlResolution:s=1,ttlAutopurge:n,updateAgeOnGet:a,updateAgeOnHas:l,allowStale:c,dispose:o,onInsert:u,disposeAfter:f,noDisposeOnSet:d,noUpdateTTL:m,maxSize:S=0,maxEntrySize:P=0,sizeCalculation:A,fetchMethod:C,memoMethod:k,noDeleteOnFetchRejection:D,noDeleteOnStaleGet:L,allowStaleOnFetchRejection:j,allowStaleOnFetchAbort:$,ignoreFetchAbort:ee}=e;if(i!==0&&!Zi(i))throw new TypeError("max option must be a nonnegative integer");let le=i?Hh(i):Array;if(!le)throw new Error("invalid max value: "+i);if(this.#e=i,this.#t=S,this.maxEntrySize=P||this.#t,this.sizeCalculation=A,this.sizeCalculation){if(!this.#t&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(k!==void 0&&typeof k!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#T=k,C!==void 0&&typeof C!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#b=C,this.#A=!!C,this.#l=new Map,this.#c=new Array(i).fill(void 0),this.#i=new Array(i).fill(void 0),this.#f=new le(i),this.#g=new le(i),this.#d=0,this.#m=0,this.#C=Tl.create(i),this.#o=0,this.#p=0,typeof o=="function"&&(this.#n=o),typeof u=="function"&&(this.#s=u),typeof f=="function"?(this.#a=f,this.#y=[]):(this.#a=void 0,this.#y=void 0),this.#x=!!this.#n,this.#_=!!this.#s,this.#h=!!this.#a,this.noDisposeOnSet=!!d,this.noUpdateTTL=!!m,this.noDeleteOnFetchRejection=!!D,this.allowStaleOnFetchRejection=!!j,this.allowStaleOnFetchAbort=!!$,this.ignoreFetchAbort=!!ee,this.maxEntrySize!==0){if(this.#t!==0&&!Zi(this.#t))throw new TypeError("maxSize must be a positive integer if specified");if(!Zi(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#$()}if(this.allowStale=!!c,this.noDeleteOnStaleGet=!!L,this.updateAgeOnGet=!!a,this.updateAgeOnHas=!!l,this.ttlResolution=Zi(s)||s===0?s:1,this.ttlAutopurge=!!n,this.ttl=r||0,this.ttl){if(!Zi(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#r()}if(this.#e===0&&this.ttl===0&&this.#t===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#t){let me="LRU_CACHE_UNBOUNDED";FS(me)&&(Jh.add(me),Xh("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",me,t))}}getRemainingTTL(e){return this.#l.has(e)?1/0:0}#r(){let e=new ts(this.#e),i=new ts(this.#e);this.#S=e,this.#E=i,this.#O=(n,a,l=es.now())=>{if(i[n]=a!==0?l:0,e[n]=a,a!==0&&this.ttlAutopurge){let c=setTimeout(()=>{this.#v(n)&&this.#N(this.#c[n],"expire")},a+1);c.unref&&c.unref()}},this.#D=n=>{i[n]=e[n]!==0?es.now():0},this.#P=(n,a)=>{if(e[a]){let l=e[a],c=i[a];if(!l||!c)return;n.ttl=l,n.start=c,n.now=r||s();let o=n.now-c;n.remainingTTL=l-o}};let r=0,s=()=>{let n=es.now();if(this.ttlResolution>0){r=n;let a=setTimeout(()=>r=0,this.ttlResolution);a.unref&&a.unref()}return n};this.getRemainingTTL=n=>{let a=this.#l.get(n);if(a===void 0)return 0;let l=e[a],c=i[a];if(!l||!c)return 1/0;let o=(r||s())-c;return l-o},this.#v=n=>{let a=i[n],l=e[n];return!!l&&!!a&&(r||s())-a>l}}#D=()=>{};#P=()=>{};#O=()=>{};#v=()=>!1;#$(){let e=new ts(this.#e);this.#p=0,this.#I=e,this.#L=i=>{this.#p-=e[i],e[i]=0},this.#q=(i,r,s,n)=>{if(this.#u(r))return 0;if(!Zi(s))if(n){if(typeof n!="function")throw new TypeError("sizeCalculation must be a function");if(s=n(r,i),!Zi(s))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return s},this.#F=(i,r,s)=>{if(e[i]=r,this.#t){let n=this.#t-e[i];for(;this.#p>n;)this.#B(!0)}this.#p+=e[i],s&&(s.entrySize=r,s.totalCalculatedSize=this.#p)}}#L=e=>{};#F=(e,i,r)=>{};#q=(e,i,r,s)=>{if(r||s)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#w({allowStale:e=this.allowStale}={}){if(this.#o)for(let i=this.#m;!(!this.#U(i)||((e||!this.#v(i))&&(yield i),i===this.#d));)i=this.#g[i]}*#k({allowStale:e=this.allowStale}={}){if(this.#o)for(let i=this.#d;!(!this.#U(i)||((e||!this.#v(i))&&(yield i),i===this.#m));)i=this.#f[i]}#U(e){return e!==void 0&&this.#l.get(this.#c[e])===e}*entries(){for(let e of this.#w())this.#i[e]!==void 0&&this.#c[e]!==void 0&&!this.#u(this.#i[e])&&(yield[this.#c[e],this.#i[e]])}*rentries(){for(let e of this.#k())this.#i[e]!==void 0&&this.#c[e]!==void 0&&!this.#u(this.#i[e])&&(yield[this.#c[e],this.#i[e]])}*keys(){for(let e of this.#w()){let i=this.#c[e];i!==void 0&&!this.#u(this.#i[e])&&(yield i)}}*rkeys(){for(let e of this.#k()){let i=this.#c[e];i!==void 0&&!this.#u(this.#i[e])&&(yield i)}}*values(){for(let e of this.#w())this.#i[e]!==void 0&&!this.#u(this.#i[e])&&(yield this.#i[e])}*rvalues(){for(let e of this.#k())this.#i[e]!==void 0&&!this.#u(this.#i[e])&&(yield this.#i[e])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(e,i={}){for(let r of this.#w()){let s=this.#i[r],n=this.#u(s)?s.__staleWhileFetching:s;if(n!==void 0&&e(n,this.#c[r],this))return this.get(this.#c[r],i)}}forEach(e,i=this){for(let r of this.#w()){let s=this.#i[r],n=this.#u(s)?s.__staleWhileFetching:s;n!==void 0&&e.call(i,n,this.#c[r],this)}}rforEach(e,i=this){for(let r of this.#k()){let s=this.#i[r],n=this.#u(s)?s.__staleWhileFetching:s;n!==void 0&&e.call(i,n,this.#c[r],this)}}purgeStale(){let e=!1;for(let i of this.#k({allowStale:!0}))this.#v(i)&&(this.#N(this.#c[i],"expire"),e=!0);return e}info(e){let i=this.#l.get(e);if(i===void 0)return;let r=this.#i[i],s=this.#u(r)?r.__staleWhileFetching:r;if(s===void 0)return;let n={value:s};if(this.#S&&this.#E){let a=this.#S[i],l=this.#E[i];if(a&&l){let c=a-(es.now()-l);n.ttl=c,n.start=Date.now()}}return this.#I&&(n.size=this.#I[i]),n}dump(){let e=[];for(let i of this.#w({allowStale:!0})){let r=this.#c[i],s=this.#i[i],n=this.#u(s)?s.__staleWhileFetching:s;if(n===void 0||r===void 0)continue;let a={value:n};if(this.#S&&this.#E){a.ttl=this.#S[i];let l=es.now()-this.#E[i];a.start=Math.floor(Date.now()-l)}this.#I&&(a.size=this.#I[i]),e.unshift([r,a])}return e}load(e){this.clear();for(let[i,r]of e){if(r.start){let s=Date.now()-r.start;r.start=es.now()-s}this.set(i,r.value,r)}}set(e,i,r={}){if(i===void 0)return this.delete(e),this;let{ttl:s=this.ttl,start:n,noDisposeOnSet:a=this.noDisposeOnSet,sizeCalculation:l=this.sizeCalculation,status:c}=r,{noUpdateTTL:o=this.noUpdateTTL}=r,u=this.#q(e,i,r.size||0,l);if(this.maxEntrySize&&u>this.maxEntrySize)return c&&(c.set="miss",c.maxEntrySizeExceeded=!0),this.#N(e,"set"),this;let f=this.#o===0?void 0:this.#l.get(e);if(f===void 0)f=this.#o===0?this.#m:this.#C.length!==0?this.#C.pop():this.#o===this.#e?this.#B(!1):this.#o,this.#c[f]=e,this.#i[f]=i,this.#l.set(e,f),this.#f[this.#m]=f,this.#g[f]=this.#m,this.#m=f,this.#o++,this.#F(f,u,c),c&&(c.set="add"),o=!1,this.#_&&this.#s?.(i,e,"add");else{this.#j(f);let d=this.#i[f];if(i!==d){if(this.#A&&this.#u(d)){d.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:m}=d;m!==void 0&&!a&&(this.#x&&this.#n?.(m,e,"set"),this.#h&&this.#y?.push([m,e,"set"]))}else a||(this.#x&&this.#n?.(d,e,"set"),this.#h&&this.#y?.push([d,e,"set"]));if(this.#L(f),this.#F(f,u,c),this.#i[f]=i,c){c.set="replace";let m=d&&this.#u(d)?d.__staleWhileFetching:d;m!==void 0&&(c.oldValue=m)}}else c&&(c.set="update");this.#_&&this.onInsert?.(i,e,i===d?"update":"replace")}if(s!==0&&!this.#S&&this.#r(),this.#S&&(o||this.#O(f,s,n),c&&this.#P(c,f)),!a&&this.#h&&this.#y){let d=this.#y,m;for(;m=d?.shift();)this.#a?.(...m)}return this}pop(){try{for(;this.#o;){let e=this.#i[this.#d];if(this.#B(!0),this.#u(e)){if(e.__staleWhileFetching)return e.__staleWhileFetching}else if(e!==void 0)return e}}finally{if(this.#h&&this.#y){let e=this.#y,i;for(;i=e?.shift();)this.#a?.(...i)}}}#B(e){let i=this.#d,r=this.#c[i],s=this.#i[i];return this.#A&&this.#u(s)?s.__abortController.abort(new Error("evicted")):(this.#x||this.#h)&&(this.#x&&this.#n?.(s,r,"evict"),this.#h&&this.#y?.push([s,r,"evict"])),this.#L(i),e&&(this.#c[i]=void 0,this.#i[i]=void 0,this.#C.push(i)),this.#o===1?(this.#d=this.#m=0,this.#C.length=0):this.#d=this.#f[i],this.#l.delete(r),this.#o--,i}has(e,i={}){let{updateAgeOnHas:r=this.updateAgeOnHas,status:s}=i,n=this.#l.get(e);if(n!==void 0){let a=this.#i[n];if(this.#u(a)&&a.__staleWhileFetching===void 0)return!1;if(this.#v(n))s&&(s.has="stale",this.#P(s,n));else return r&&this.#D(n),s&&(s.has="hit",this.#P(s,n)),!0}else s&&(s.has="miss");return!1}peek(e,i={}){let{allowStale:r=this.allowStale}=i,s=this.#l.get(e);if(s===void 0||!r&&this.#v(s))return;let n=this.#i[s];return this.#u(n)?n.__staleWhileFetching:n}#M(e,i,r,s){let n=i===void 0?void 0:this.#i[i];if(this.#u(n))return n;let a=new sa,{signal:l}=r;l?.addEventListener("abort",()=>a.abort(l.reason),{signal:a.signal});let c={signal:a.signal,options:r,context:s},o=(P,A=!1)=>{let{aborted:C}=a.signal,k=r.ignoreFetchAbort&&P!==void 0;if(r.status&&(C&&!A?(r.status.fetchAborted=!0,r.status.fetchError=a.signal.reason,k&&(r.status.fetchAbortIgnored=!0)):r.status.fetchResolved=!0),C&&!k&&!A)return f(a.signal.reason);let D=m;return this.#i[i]===m&&(P===void 0?D.__staleWhileFetching?this.#i[i]=D.__staleWhileFetching:this.#N(e,"fetch"):(r.status&&(r.status.fetchUpdated=!0),this.set(e,P,c.options))),P},u=P=>(r.status&&(r.status.fetchRejected=!0,r.status.fetchError=P),f(P)),f=P=>{let{aborted:A}=a.signal,C=A&&r.allowStaleOnFetchAbort,k=C||r.allowStaleOnFetchRejection,D=k||r.noDeleteOnFetchRejection,L=m;if(this.#i[i]===m&&(!D||L.__staleWhileFetching===void 0?this.#N(e,"fetch"):C||(this.#i[i]=L.__staleWhileFetching)),k)return r.status&&L.__staleWhileFetching!==void 0&&(r.status.returnedStale=!0),L.__staleWhileFetching;if(L.__returned===L)throw P},d=(P,A)=>{let C=this.#b?.(e,n,c);C&&C instanceof Promise&&C.then(k=>P(k===void 0?void 0:k),A),a.signal.addEventListener("abort",()=>{(!r.ignoreFetchAbort||r.allowStaleOnFetchAbort)&&(P(void 0),r.allowStaleOnFetchAbort&&(P=k=>o(k,!0)))})};r.status&&(r.status.fetchDispatched=!0);let m=new Promise(d).then(o,u),S=Object.assign(m,{__abortController:a,__staleWhileFetching:n,__returned:void 0});return i===void 0?(this.set(e,S,{...c.options,status:void 0}),i=this.#l.get(e)):this.#i[i]=S,S}#u(e){if(!this.#A)return!1;let i=e;return!!i&&i instanceof Promise&&i.hasOwnProperty("__staleWhileFetching")&&i.__abortController instanceof sa}async fetch(e,i={}){let{allowStale:r=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:n=this.noDeleteOnStaleGet,ttl:a=this.ttl,noDisposeOnSet:l=this.noDisposeOnSet,size:c=0,sizeCalculation:o=this.sizeCalculation,noUpdateTTL:u=this.noUpdateTTL,noDeleteOnFetchRejection:f=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:d=this.allowStaleOnFetchRejection,ignoreFetchAbort:m=this.ignoreFetchAbort,allowStaleOnFetchAbort:S=this.allowStaleOnFetchAbort,context:P,forceRefresh:A=!1,status:C,signal:k}=i;if(!this.#A)return C&&(C.fetch="get"),this.get(e,{allowStale:r,updateAgeOnGet:s,noDeleteOnStaleGet:n,status:C});let D={allowStale:r,updateAgeOnGet:s,noDeleteOnStaleGet:n,ttl:a,noDisposeOnSet:l,size:c,sizeCalculation:o,noUpdateTTL:u,noDeleteOnFetchRejection:f,allowStaleOnFetchRejection:d,allowStaleOnFetchAbort:S,ignoreFetchAbort:m,status:C,signal:k},L=this.#l.get(e);if(L===void 0){C&&(C.fetch="miss");let j=this.#M(e,L,D,P);return j.__returned=j}else{let j=this.#i[L];if(this.#u(j)){let nt=r&&j.__staleWhileFetching!==void 0;return C&&(C.fetch="inflight",nt&&(C.returnedStale=!0)),nt?j.__staleWhileFetching:j.__returned=j}let $=this.#v(L);if(!A&&!$)return C&&(C.fetch="hit"),this.#j(L),s&&this.#D(L),C&&this.#P(C,L),j;let ee=this.#M(e,L,D,P),me=ee.__staleWhileFetching!==void 0&&r;return C&&(C.fetch=$?"stale":"refresh",me&&$&&(C.returnedStale=!0)),me?ee.__staleWhileFetching:ee.__returned=ee}}async forceFetch(e,i={}){let r=await this.fetch(e,i);if(r===void 0)throw new Error("fetch() returned undefined");return r}memo(e,i={}){let r=this.#T;if(!r)throw new Error("no memoMethod provided to constructor");let{context:s,forceRefresh:n,...a}=i,l=this.get(e,a);if(!n&&l!==void 0)return l;let c=r(e,l,{options:a,context:s});return this.set(e,c,a),c}get(e,i={}){let{allowStale:r=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:n=this.noDeleteOnStaleGet,status:a}=i,l=this.#l.get(e);if(l!==void 0){let c=this.#i[l],o=this.#u(c);return a&&this.#P(a,l),this.#v(l)?(a&&(a.get="stale"),o?(a&&r&&c.__staleWhileFetching!==void 0&&(a.returnedStale=!0),r?c.__staleWhileFetching:void 0):(n||this.#N(e,"expire"),a&&r&&(a.returnedStale=!0),r?c:void 0)):(a&&(a.get="hit"),o?c.__staleWhileFetching:(this.#j(l),s&&this.#D(l),c))}else a&&(a.get="miss")}#K(e,i){this.#g[i]=e,this.#f[e]=i}#j(e){e!==this.#m&&(e===this.#d?this.#d=this.#f[e]:this.#K(this.#g[e],this.#f[e]),this.#K(this.#m,e),this.#m=e)}delete(e){return this.#N(e,"delete")}#N(e,i){let r=!1;if(this.#o!==0){let s=this.#l.get(e);if(s!==void 0)if(r=!0,this.#o===1)this.#R(i);else{this.#L(s);let n=this.#i[s];if(this.#u(n)?n.__abortController.abort(new Error("deleted")):(this.#x||this.#h)&&(this.#x&&this.#n?.(n,e,i),this.#h&&this.#y?.push([n,e,i])),this.#l.delete(e),this.#c[s]=void 0,this.#i[s]=void 0,s===this.#m)this.#m=this.#g[s];else if(s===this.#d)this.#d=this.#f[s];else{let a=this.#g[s];this.#f[a]=this.#f[s];let l=this.#f[s];this.#g[l]=this.#g[s]}this.#o--,this.#C.push(s)}}if(this.#h&&this.#y?.length){let s=this.#y,n;for(;n=s?.shift();)this.#a?.(...n)}return r}clear(){return this.#R("delete")}#R(e){for(let i of this.#k({allowStale:!0})){let r=this.#i[i];if(this.#u(r))r.__abortController.abort(new Error("deleted"));else{let s=this.#c[i];this.#x&&this.#n?.(r,s,e),this.#h&&this.#y?.push([r,s,e])}}if(this.#l.clear(),this.#i.fill(void 0),this.#c.fill(void 0),this.#S&&this.#E&&(this.#S.fill(0),this.#E.fill(0)),this.#I&&this.#I.fill(0),this.#d=0,this.#m=0,this.#C.length=0,this.#p=0,this.#o=0,this.#h&&this.#y){let i=this.#y,r;for(;r=i?.shift();)this.#a?.(...r)}}};na.LRUCache=gl});var wl=_(Ot=>{"use strict";var BS=Ot&&Ot.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Ot,"__esModule",{value:!0});Ot.Minipass=Ot.isWritable=Ot.isReadable=Ot.isStream=void 0;var Qh=typeof process=="object"&&process?process:{stdout:null,stderr:null},Al=require("node:events"),id=BS(require("node:stream")),jS=require("node:string_decoder"),RS=t=>!!t&&typeof t=="object"&&(t instanceof fa||t instanceof id.default||(0,Ot.isReadable)(t)||(0,Ot.isWritable)(t));Ot.isStream=RS;var $S=t=>!!t&&typeof t=="object"&&t instanceof Al.EventEmitter&&typeof t.pipe=="function"&&t.pipe!==id.default.Writable.prototype.pipe;Ot.isReadable=$S;var qS=t=>!!t&&typeof t=="object"&&t instanceof Al.EventEmitter&&typeof t.write=="function"&&typeof t.end=="function";Ot.isWritable=qS;var Ri=Symbol("EOF"),$i=Symbol("maybeEmitEnd"),er=Symbol("emittedEnd"),aa=Symbol("emittingEnd"),js=Symbol("emittedError"),oa=Symbol("closed"),Zh=Symbol("read"),la=Symbol("flush"),ed=Symbol("flushChunk"),pi=Symbol("encoding"),is=Symbol("decoder"),gt=Symbol("flowing"),Rs=Symbol("paused"),rs=Symbol("resume"),xt=Symbol("buffer"),_t=Symbol("pipes"),bt=Symbol("bufferLength"),xl=Symbol("bufferPush"),ca=Symbol("bufferShift"),wt=Symbol("objectMode"),ut=Symbol("destroyed"),bl=Symbol("error"),Sl=Symbol("emitData"),td=Symbol("emitEnd"),El=Symbol("emitEnd2"),Pi=Symbol("async"),Pl=Symbol("abort"),ua=Symbol("aborted"),$s=Symbol("signal"),vr=Symbol("dataListeners"),Ht=Symbol("discarded"),qs=t=>Promise.resolve().then(t),US=t=>t(),KS=t=>t==="end"||t==="finish"||t==="prefinish",VS=t=>t instanceof ArrayBuffer||!!t&&typeof t=="object"&&t.constructor&&t.constructor.name==="ArrayBuffer"&&t.byteLength>=0,WS=t=>!Buffer.isBuffer(t)&&ArrayBuffer.isView(t),pa=class{src;dest;opts;ondrain;constructor(e,i,r){this.src=e,this.dest=i,this.opts=r,this.ondrain=()=>e[rs](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(e){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},vl=class extends pa{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(e,i,r){super(e,i,r),this.proxyErrors=s=>i.emit("error",s),e.on("error",this.proxyErrors)}},YS=t=>!!t.objectMode,zS=t=>!t.objectMode&&!!t.encoding&&t.encoding!=="buffer",fa=class extends Al.EventEmitter{[gt]=!1;[Rs]=!1;[_t]=[];[xt]=[];[wt];[pi];[Pi];[is];[Ri]=!1;[er]=!1;[aa]=!1;[oa]=!1;[js]=null;[bt]=0;[ut]=!1;[$s];[ua]=!1;[vr]=0;[Ht]=!1;writable=!0;readable=!0;constructor(...e){let i=e[0]||{};if(super(),i.objectMode&&typeof i.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");YS(i)?(this[wt]=!0,this[pi]=null):zS(i)?(this[pi]=i.encoding,this[wt]=!1):(this[wt]=!1,this[pi]=null),this[Pi]=!!i.async,this[is]=this[pi]?new jS.StringDecoder(this[pi]):null,i&&i.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[xt]}),i&&i.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[_t]});let{signal:r}=i;r&&(this[$s]=r,r.aborted?this[Pl]():r.addEventListener("abort",()=>this[Pl]()))}get bufferLength(){return this[bt]}get encoding(){return this[pi]}set encoding(e){throw new Error("Encoding must be set at instantiation time")}setEncoding(e){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[wt]}set objectMode(e){throw new Error("objectMode must be set at instantiation time")}get async(){return this[Pi]}set async(e){this[Pi]=this[Pi]||!!e}[Pl](){this[ua]=!0,this.emit("abort",this[$s]?.reason),this.destroy(this[$s]?.reason)}get aborted(){return this[ua]}set aborted(e){}write(e,i,r){if(this[ua])return!1;if(this[Ri])throw new Error("write after end");if(this[ut])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof i=="function"&&(r=i,i="utf8"),i||(i="utf8");let s=this[Pi]?qs:US;if(!this[wt]&&!Buffer.isBuffer(e)){if(WS(e))e=Buffer.from(e.buffer,e.byteOffset,e.byteLength);else if(VS(e))e=Buffer.from(e);else if(typeof e!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[wt]?(this[gt]&&this[bt]!==0&&this[la](!0),this[gt]?this.emit("data",e):this[xl](e),this[bt]!==0&&this.emit("readable"),r&&s(r),this[gt]):e.length?(typeof e=="string"&&!(i===this[pi]&&!this[is]?.lastNeed)&&(e=Buffer.from(e,i)),Buffer.isBuffer(e)&&this[pi]&&(e=this[is].write(e)),this[gt]&&this[bt]!==0&&this[la](!0),this[gt]?this.emit("data",e):this[xl](e),this[bt]!==0&&this.emit("readable"),r&&s(r),this[gt]):(this[bt]!==0&&this.emit("readable"),r&&s(r),this[gt])}read(e){if(this[ut])return null;if(this[Ht]=!1,this[bt]===0||e===0||e&&e>this[bt])return this[$i](),null;this[wt]&&(e=null),this[xt].length>1&&!this[wt]&&(this[xt]=[this[pi]?this[xt].join(""):Buffer.concat(this[xt],this[bt])]);let i=this[Zh](e||null,this[xt][0]);return this[$i](),i}[Zh](e,i){if(this[wt])this[ca]();else{let r=i;e===r.length||e===null?this[ca]():typeof r=="string"?(this[xt][0]=r.slice(e),i=r.slice(0,e),this[bt]-=e):(this[xt][0]=r.subarray(e),i=r.subarray(0,e),this[bt]-=e)}return this.emit("data",i),!this[xt].length&&!this[Ri]&&this.emit("drain"),i}end(e,i,r){return typeof e=="function"&&(r=e,e=void 0),typeof i=="function"&&(r=i,i="utf8"),e!==void 0&&this.write(e,i),r&&this.once("end",r),this[Ri]=!0,this.writable=!1,(this[gt]||!this[Rs])&&this[$i](),this}[rs](){this[ut]||(!this[vr]&&!this[_t].length&&(this[Ht]=!0),this[Rs]=!1,this[gt]=!0,this.emit("resume"),this[xt].length?this[la]():this[Ri]?this[$i]():this.emit("drain"))}resume(){return this[rs]()}pause(){this[gt]=!1,this[Rs]=!0,this[Ht]=!1}get destroyed(){return this[ut]}get flowing(){return this[gt]}get paused(){return this[Rs]}[xl](e){this[wt]?this[bt]+=1:this[bt]+=e.length,this[xt].push(e)}[ca](){return this[wt]?this[bt]-=1:this[bt]-=this[xt][0].length,this[xt].shift()}[la](e=!1){do;while(this[ed](this[ca]())&&this[xt].length);!e&&!this[xt].length&&!this[Ri]&&this.emit("drain")}[ed](e){return this.emit("data",e),this[gt]}pipe(e,i){if(this[ut])return e;this[Ht]=!1;let r=this[er];return i=i||{},e===Qh.stdout||e===Qh.stderr?i.end=!1:i.end=i.end!==!1,i.proxyErrors=!!i.proxyErrors,r?i.end&&e.end():(this[_t].push(i.proxyErrors?new vl(this,e,i):new pa(this,e,i)),this[Pi]?qs(()=>this[rs]()):this[rs]()),e}unpipe(e){let i=this[_t].find(r=>r.dest===e);i&&(this[_t].length===1?(this[gt]&&this[vr]===0&&(this[gt]=!1),this[_t]=[]):this[_t].splice(this[_t].indexOf(i),1),i.unpipe())}addListener(e,i){return this.on(e,i)}on(e,i){let r=super.on(e,i);if(e==="data")this[Ht]=!1,this[vr]++,!this[_t].length&&!this[gt]&&this[rs]();else if(e==="readable"&&this[bt]!==0)super.emit("readable");else if(KS(e)&&this[er])super.emit(e),this.removeAllListeners(e);else if(e==="error"&&this[js]){let s=i;this[Pi]?qs(()=>s.call(this,this[js])):s.call(this,this[js])}return r}removeListener(e,i){return this.off(e,i)}off(e,i){let r=super.off(e,i);return e==="data"&&(this[vr]=this.listeners("data").length,this[vr]===0&&!this[Ht]&&!this[_t].length&&(this[gt]=!1)),r}removeAllListeners(e){let i=super.removeAllListeners(e);return(e==="data"||e===void 0)&&(this[vr]=0,!this[Ht]&&!this[_t].length&&(this[gt]=!1)),i}get emittedEnd(){return this[er]}[$i](){!this[aa]&&!this[er]&&!this[ut]&&this[xt].length===0&&this[Ri]&&(this[aa]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[oa]&&this.emit("close"),this[aa]=!1)}emit(e,...i){let r=i[0];if(e!=="error"&&e!=="close"&&e!==ut&&this[ut])return!1;if(e==="data")return!this[wt]&&!r?!1:this[Pi]?(qs(()=>this[Sl](r)),!0):this[Sl](r);if(e==="end")return this[td]();if(e==="close"){if(this[oa]=!0,!this[er]&&!this[ut])return!1;let n=super.emit("close");return this.removeAllListeners("close"),n}else if(e==="error"){this[js]=r,super.emit(bl,r);let n=!this[$s]||this.listeners("error").length?super.emit("error",r):!1;return this[$i](),n}else if(e==="resume"){let n=super.emit("resume");return this[$i](),n}else if(e==="finish"||e==="prefinish"){let n=super.emit(e);return this.removeAllListeners(e),n}let s=super.emit(e,...i);return this[$i](),s}[Sl](e){for(let r of this[_t])r.dest.write(e)===!1&&this.pause();let i=this[Ht]?!1:super.emit("data",e);return this[$i](),i}[td](){return this[er]?!1:(this[er]=!0,this.readable=!1,this[Pi]?(qs(()=>this[El]()),!0):this[El]())}[El](){if(this[is]){let i=this[is].end();if(i){for(let r of this[_t])r.dest.write(i);this[Ht]||super.emit("data",i)}}for(let i of this[_t])i.end();let e=super.emit("end");return this.removeAllListeners("end"),e}async collect(){let e=Object.assign([],{dataLength:0});this[wt]||(e.dataLength=0);let i=this.promise();return this.on("data",r=>{e.push(r),this[wt]||(e.dataLength+=r.length)}),await i,e}async concat(){if(this[wt])throw new Error("cannot concat in objectMode");let e=await this.collect();return this[pi]?e.join(""):Buffer.concat(e,e.dataLength)}async promise(){return new Promise((e,i)=>{this.on(ut,()=>i(new Error("stream destroyed"))),this.on("error",r=>i(r)),this.on("end",()=>e())})}[Symbol.asyncIterator](){this[Ht]=!1;let e=!1,i=async()=>(this.pause(),e=!0,{value:void 0,done:!0});return{next:()=>{if(e)return i();let s=this.read();if(s!==null)return Promise.resolve({done:!1,value:s});if(this[Ri])return i();let n,a,l=f=>{this.off("data",c),this.off("end",o),this.off(ut,u),i(),a(f)},c=f=>{this.off("error",l),this.off("end",o),this.off(ut,u),this.pause(),n({value:f,done:!!this[Ri]})},o=()=>{this.off("error",l),this.off("data",c),this.off(ut,u),i(),n({done:!0,value:void 0})},u=()=>l(new Error("stream destroyed"));return new Promise((f,d)=>{a=d,n=f,this.once(ut,u),this.once("error",l),this.once("end",o),this.once("data",c)})},throw:i,return:i,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[Ht]=!1;let e=!1,i=()=>(this.pause(),this.off(bl,i),this.off(ut,i),this.off("end",i),e=!0,{done:!0,value:void 0}),r=()=>{if(e)return i();let s=this.read();return s===null?i():{done:!1,value:s}};return this.once("end",i),this.once(bl,i),this.once(ut,i),{next:r,throw:i,return:i,[Symbol.iterator](){return this}}}destroy(e){if(this[ut])return e?this.emit("error",e):this.emit(ut),this;this[ut]=!0,this[Ht]=!0,this[xt].length=0,this[bt]=0;let i=this;return typeof i.close=="function"&&!this[oa]&&i.close(),e?this.emit("error",e):this.emit(ut),this}static get isStream(){return Ot.isStream}};Ot.Minipass=fa});var Td=_(Ke=>{"use strict";var JS=Ke&&Ke.__createBinding||(Object.create?function(t,e,i,r){r===void 0&&(r=i);var s=Object.getOwnPropertyDescriptor(e,i);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[i]}}),Object.defineProperty(t,r,s)}:function(t,e,i,r){r===void 0&&(r=i),t[r]=e[i]}),XS=Ke&&Ke.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),HS=Ke&&Ke.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var i in t)i!=="default"&&Object.prototype.hasOwnProperty.call(t,i)&&JS(e,t,i);return XS(e,t),e};Object.defineProperty(Ke,"__esModule",{value:!0});Ke.PathScurry=Ke.Path=Ke.PathScurryDarwin=Ke.PathScurryPosix=Ke.PathScurryWin32=Ke.PathScurryBase=Ke.PathPosix=Ke.PathWin32=Ke.PathBase=Ke.ChildrenCache=Ke.ResolveCache=void 0;var ld=Gh(),Ta=require("node:path"),GS=require("node:url"),Ks=require("fs"),QS=HS(require("node:fs")),ZS=Ks.realpathSync.native,ha=require("node:fs/promises"),rd=wl(),Vs={lstatSync:Ks.lstatSync,readdir:Ks.readdir,readdirSync:Ks.readdirSync,readlinkSync:Ks.readlinkSync,realpathSync:ZS,promises:{lstat:ha.lstat,readdir:ha.readdir,readlink:ha.readlink,realpath:ha.realpath}},cd=t=>!t||t===Vs||t===QS?Vs:{...Vs,...t,promises:{...Vs.promises,...t.promises||{}}},ud=/^\\\\\?\\([a-z]:)\\?$/i,eE=t=>t.replace(/\//g,"\\").replace(ud,"$1\\"),tE=/[\\\/]/,ri=0,pd=1,fd=2,vi=4,hd=6,dd=8,Ar=10,md=12,ii=15,Us=~ii,Cl=16,sd=32,Ws=64,fi=128,da=256,ya=512,nd=Ws|fi|ya,iE=1023,Il=t=>t.isFile()?dd:t.isDirectory()?vi:t.isSymbolicLink()?Ar:t.isCharacterDevice()?fd:t.isBlockDevice()?hd:t.isSocket()?md:t.isFIFO()?pd:ri,ad=new Map,Ys=t=>{let e=ad.get(t);if(e)return e;let i=t.normalize("NFKD");return ad.set(t,i),i},od=new Map,ma=t=>{let e=od.get(t);if(e)return e;let i=Ys(t.toLowerCase());return od.set(t,i),i},zs=class extends ld.LRUCache{constructor(){super({max:256})}};Ke.ResolveCache=zs;var ga=class extends ld.LRUCache{constructor(e=16*1024){super({maxSize:e,sizeCalculation:i=>i.length+1})}};Ke.ChildrenCache=ga;var yd=Symbol("PathScurry setAsCwd"),Pt=class{name;root;roots;parent;nocase;isCWD=!1;#e;#t;get dev(){return this.#t}#n;get mode(){return this.#n}#s;get nlink(){return this.#s}#a;get uid(){return this.#a}#b;get gid(){return this.#b}#T;get rdev(){return this.#T}#o;get blksize(){return this.#o}#p;get ino(){return this.#p}#l;get size(){return this.#l}#c;get blocks(){return this.#c}#i;get atimeMs(){return this.#i}#f;get mtimeMs(){return this.#f}#g;get ctimeMs(){return this.#g}#d;get birthtimeMs(){return this.#d}#m;get atime(){return this.#m}#C;get mtime(){return this.#C}#y;get ctime(){return this.#y}#I;get birthtime(){return this.#I}#E;#S;#x;#A;#h;#_;#r;#D;#P;#O;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(e,i=ri,r,s,n,a,l){this.name=e,this.#E=n?ma(e):Ys(e),this.#r=i&iE,this.nocase=n,this.roots=s,this.root=r||this,this.#D=a,this.#x=l.fullpath,this.#h=l.relative,this.#_=l.relativePosix,this.parent=l.parent,this.parent?this.#e=this.parent.#e:this.#e=cd(l.fs)}depth(){return this.#S!==void 0?this.#S:this.parent?this.#S=this.parent.depth()+1:this.#S=0}childrenCache(){return this.#D}resolve(e){if(!e)return this;let i=this.getRootString(e),s=e.substring(i.length).split(this.splitSep);return i?this.getRoot(i).#v(s):this.#v(s)}#v(e){let i=this;for(let r of e)i=i.child(r);return i}children(){let e=this.#D.get(this);if(e)return e;let i=Object.assign([],{provisional:0});return this.#D.set(this,i),this.#r&=~Cl,i}child(e,i){if(e===""||e===".")return this;if(e==="..")return this.parent||this;let r=this.children(),s=this.nocase?ma(e):Ys(e);for(let c of r)if(c.#E===s)return c;let n=this.parent?this.sep:"",a=this.#x?this.#x+n+e:void 0,l=this.newChild(e,ri,{...i,parent:this,fullpath:a});return this.canReaddir()||(l.#r|=fi),r.push(l),l}relative(){if(this.isCWD)return"";if(this.#h!==void 0)return this.#h;let e=this.name,i=this.parent;if(!i)return this.#h=this.name;let r=i.relative();return r+(!r||!i.parent?"":this.sep)+e}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#_!==void 0)return this.#_;let e=this.name,i=this.parent;if(!i)return this.#_=this.fullpathPosix();let r=i.relativePosix();return r+(!r||!i.parent?"":"/")+e}fullpath(){if(this.#x!==void 0)return this.#x;let e=this.name,i=this.parent;if(!i)return this.#x=this.name;let s=i.fullpath()+(i.parent?this.sep:"")+e;return this.#x=s}fullpathPosix(){if(this.#A!==void 0)return this.#A;if(this.sep==="/")return this.#A=this.fullpath();if(!this.parent){let s=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(s)?this.#A=`//?/${s}`:this.#A=s}let e=this.parent,i=e.fullpathPosix(),r=i+(!i||!e.parent?"":"/")+this.name;return this.#A=r}isUnknown(){return(this.#r&ii)===ri}isType(e){return this[`is${e}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#r&ii)===dd}isDirectory(){return(this.#r&ii)===vi}isCharacterDevice(){return(this.#r&ii)===fd}isBlockDevice(){return(this.#r&ii)===hd}isFIFO(){return(this.#r&ii)===pd}isSocket(){return(this.#r&ii)===md}isSymbolicLink(){return(this.#r&Ar)===Ar}lstatCached(){return this.#r&sd?this:void 0}readlinkCached(){return this.#P}realpathCached(){return this.#O}readdirCached(){let e=this.children();return e.slice(0,e.provisional)}canReadlink(){if(this.#P)return!0;if(!this.parent)return!1;let e=this.#rⅈreturn!(e!==ri&&e!==Ar||this.#r&da||this.#r&fi)}calledReaddir(){return!!(this.#r&Cl)}isENOENT(){return!!(this.#r&fi)}isNamed(e){return this.nocase?this.#E===ma(e):this.#E===Ys(e)}async readlink(){let e=this.#P;if(e)return e;if(this.canReadlink()&&this.parent)try{let i=await this.#e.promises.readlink(this.fullpath()),r=(await this.parent.realpath())?.resolve(i);if(r)return this.#P=r}catch(i){this.#B(i.code);return}}readlinkSync(){let e=this.#P;if(e)return e;if(this.canReadlink()&&this.parent)try{let i=this.#e.readlinkSync(this.fullpath()),r=this.parent.realpathSync()?.resolve(i);if(r)return this.#P=r}catch(i){this.#B(i.code);return}}#$(e){this.#r|=Cl;for(let i=e.provisional;i<e.length;i++){let r=e[i];r&&r.#L()}}#L(){this.#r&fi||(this.#r=(this.#r|fi)&Us,this.#F())}#F(){let e=this.children();e.provisional=0;for(let i of e)i.#L()}#q(){this.#r|=ya,this.#w()}#w(){if(this.#r&Ws)return;let e=this.#r;(e&ii)===vi&&(e&=Us),this.#r=e|Ws,this.#F()}#k(e=""){e==="ENOTDIR"||e==="EPERM"?this.#w():e==="ENOENT"?this.#L():this.children().provisional=0}#U(e=""){e==="ENOTDIR"?this.parent.#w():e==="ENOENT"&&this.#L()}#B(e=""){let i=this.#r;i|=da,e==="ENOENT"&&(i|=fi),(e==="EINVAL"||e==="UNKNOWN")&&(i&=Us),this.#r=i,e==="ENOTDIR"&&this.parent&&this.parent.#w()}#M(e,i){return this.#K(e,i)||this.#u(e,i)}#u(e,i){let r=Il(e),s=this.newChild(e.name,r,{parent:this}),n=s.#rⅈreturn n!==vi&&n!==Ar&&n!==ri&&(s.#r|=Ws),i.unshift(s),i.provisional++,s}#K(e,i){for(let r=i.provisional;r<i.length;r++){let s=i[r];if((this.nocase?ma(e.name):Ys(e.name))===s.#E)return this.#j(e,s,r,i)}}#j(e,i,r,s){let n=i.name;return i.#r=i.#r&Us|Il(e),n!==e.name&&(i.name=e.name),r!==s.provisional&&(r===s.length-1?s.pop():s.splice(r,1),s.unshift(i)),s.provisional++,i}async lstat(){if((this.#r&fi)===0)try{return this.#N(await this.#e.promises.lstat(this.fullpath())),this}catch(e){this.#U(e.code)}}lstatSync(){if((this.#r&fi)===0)try{return this.#N(this.#e.lstatSync(this.fullpath())),this}catch(e){this.#U(e.code)}}#N(e){let{atime:i,atimeMs:r,birthtime:s,birthtimeMs:n,blksize:a,blocks:l,ctime:c,ctimeMs:o,dev:u,gid:f,ino:d,mode:m,mtime:S,mtimeMs:P,nlink:A,rdev:C,size:k,uid:D}=e;this.#m=i,this.#i=r,this.#I=s,this.#d=n,this.#o=a,this.#c=l,this.#y=c,this.#g=o,this.#t=u,this.#b=f,this.#p=d,this.#n=m,this.#C=S,this.#f=P,this.#s=A,this.#T=C,this.#l=k,this.#a=D;let L=Il(e);this.#r=this.#r&Us|L|sd,L!==ri&&L!==vi&&L!==Ar&&(this.#r|=Ws)}#R=[];#W=!1;#Y(e){this.#W=!1;let i=this.#R.slice();this.#R.length=0,i.forEach(r=>r(null,e))}readdirCB(e,i=!1){if(!this.canReaddir()){i?e(null,[]):queueMicrotask(()=>e(null,[]));return}let r=this.children();if(this.calledReaddir()){let n=r.slice(0,r.provisional);i?e(null,n):queueMicrotask(()=>e(null,n));return}if(this.#R.push(e),this.#W)return;this.#W=!0;let s=this.fullpath();this.#e.readdir(s,{withFileTypes:!0},(n,a)=>{if(n)this.#k(n.code),r.provisional=0;else{for(let l of a)this.#M(l,r);this.#$(r)}this.#Y(r.slice(0,r.provisional))})}#V;async readdir(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let i=this.fullpath();if(this.#V)await this.#V;else{let r=()=>{};this.#V=new Promise(s=>r=s);try{for(let s of await this.#e.promises.readdir(i,{withFileTypes:!0}))this.#M(s,e);this.#$(e)}catch(s){this.#k(s.code),e.provisional=0}this.#V=void 0,r()}return e.slice(0,e.provisional)}readdirSync(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let i=this.fullpath();try{for(let r of this.#e.readdirSync(i,{withFileTypes:!0}))this.#M(r,e);this.#$(e)}catch(r){this.#k(r.code),e.provisional=0}return e.slice(0,e.provisional)}canReaddir(){if(this.#r&nd)return!1;let e=ii&this.#r;return e===ri||e===vi||e===Ar}shouldWalk(e,i){return(this.#r&vi)===vi&&!(this.#r&nd)&&!e.has(this)&&(!i||i(this))}async realpath(){if(this.#O)return this.#O;if(!((ya|da|fi)&this.#r))try{let e=await this.#e.promises.realpath(this.fullpath());return this.#O=this.resolve(e)}catch{this.#q()}}realpathSync(){if(this.#O)return this.#O;if(!((ya|da|fi)&this.#r))try{let e=this.#e.realpathSync(this.fullpath());return this.#O=this.resolve(e)}catch{this.#q()}}[yd](e){if(e===this)return;e.isCWD=!1,this.isCWD=!0;let i=new Set([]),r=[],s=this;for(;s&&s.parent;)i.add(s),s.#h=r.join(this.sep),s.#_=r.join("/"),s=s.parent,r.push("..");for(s=e;s&&s.parent&&!i.has(s);)s.#h=void 0,s.#_=void 0,s=s.parent}};Ke.PathBase=Pt;var Js=class t extends Pt{sep="\\";splitSep=tE;constructor(e,i=ri,r,s,n,a,l){super(e,i,r,s,n,a,l)}newChild(e,i=ri,r={}){return new t(e,i,this.root,this.roots,this.nocase,this.childrenCache(),r)}getRootString(e){return Ta.win32.parse(e).root}getRoot(e){if(e=eE(e.toUpperCase()),e===this.root.name)return this.root;for(let[i,r]of Object.entries(this.roots))if(this.sameRoot(e,i))return this.roots[e]=r;return this.roots[e]=new Gs(e,this).root}sameRoot(e,i=this.root.name){return e=e.toUpperCase().replace(/\//g,"\\").replace(ud,"$1\\"),e===i}};Ke.PathWin32=Js;var Xs=class t extends Pt{splitSep="/";sep="/";constructor(e,i=ri,r,s,n,a,l){super(e,i,r,s,n,a,l)}getRootString(e){return e.startsWith("/")?"/":""}getRoot(e){return this.root}newChild(e,i=ri,r={}){return new t(e,i,this.root,this.roots,this.nocase,this.childrenCache(),r)}};Ke.PathPosix=Xs;var Hs=class{root;rootPath;roots;cwd;#e;#t;#n;nocase;#s;constructor(e=process.cwd(),i,r,{nocase:s,childrenCacheSize:n=16*1024,fs:a=Vs}={}){this.#s=cd(a),(e instanceof URL||e.startsWith("file://"))&&(e=(0,GS.fileURLToPath)(e));let l=i.resolve(e);this.roots=Object.create(null),this.rootPath=this.parseRootPath(l),this.#e=new zs,this.#t=new zs,this.#n=new ga(n);let c=l.substring(this.rootPath.length).split(r);if(c.length===1&&!c[0]&&c.pop(),s===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=s,this.root=this.newRoot(this.#s),this.roots[this.rootPath]=this.root;let o=this.root,u=c.length-1,f=i.sep,d=this.rootPath,m=!1;for(let S of c){let P=u--;o=o.child(S,{relative:new Array(P).fill("..").join(f),relativePosix:new Array(P).fill("..").join("/"),fullpath:d+=(m?"":f)+S}),m=!0}this.cwd=o}depth(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.depth()}childrenCache(){return this.#n}resolve(...e){let i="";for(let n=e.length-1;n>=0;n--){let a=e[n];if(!(!a||a===".")&&(i=i?`${a}/${i}`:a,this.isAbsolute(a)))break}let r=this.#e.get(i);if(r!==void 0)return r;let s=this.cwd.resolve(i).fullpath();return this.#e.set(i,s),s}resolvePosix(...e){let i="";for(let n=e.length-1;n>=0;n--){let a=e[n];if(!(!a||a===".")&&(i=i?`${a}/${i}`:a,this.isAbsolute(a)))break}let r=this.#t.get(i);if(r!==void 0)return r;let s=this.cwd.resolve(i).fullpathPosix();return this.#t.set(i,s),s}relative(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relative()}relativePosix(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relativePosix()}basename(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.name}dirname(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),(e.parent||e).fullpath()}async readdir(e=this.cwd,i={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r}=i;if(e.canReaddir()){let s=await e.readdir();return r?s:s.map(n=>n.name)}else return[]}readdirSync(e=this.cwd,i={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r=!0}=i;return e.canReaddir()?r?e.readdirSync():e.readdirSync().map(s=>s.name):[]}async lstat(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstat()}lstatSync(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstatSync()}async readlink(e=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e.withFileTypes,e=this.cwd);let r=await e.readlink();return i?r:r?.fullpath()}readlinkSync(e=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e.withFileTypes,e=this.cwd);let r=e.readlinkSync();return i?r:r?.fullpath()}async realpath(e=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e.withFileTypes,e=this.cwd);let r=await e.realpath();return i?r:r?.fullpath()}realpathSync(e=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e.withFileTypes,e=this.cwd);let r=e.realpathSync();return i?r:r?.fullpath()}async walk(e=this.cwd,i={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r=!0,follow:s=!1,filter:n,walkFilter:a}=i,l=[];(!n||n(e))&&l.push(r?e:e.fullpath());let c=new Set,o=(f,d)=>{c.add(f),f.readdirCB((m,S)=>{if(m)return d(m);let P=S.length;if(!P)return d();let A=()=>{--P===0&&d()};for(let C of S)(!n||n(C))&&l.push(r?C:C.fullpath()),s&&C.isSymbolicLink()?C.realpath().then(k=>k?.isUnknown()?k.lstat():k).then(k=>k?.shouldWalk(c,a)?o(k,A):A()):C.shouldWalk(c,a)?o(C,A):A()},!0)},u=e;return new Promise((f,d)=>{o(u,m=>{if(m)return d(m);f(l)})})}walkSync(e=this.cwd,i={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r=!0,follow:s=!1,filter:n,walkFilter:a}=i,l=[];(!n||n(e))&&l.push(r?e:e.fullpath());let c=new Set([e]);for(let o of c){let u=o.readdirSync();for(let f of u){(!n||n(f))&&l.push(r?f:f.fullpath());let d=f;if(f.isSymbolicLink()){if(!(s&&(d=f.realpathSync())))continue;d.isUnknown()&&d.lstatSync()}d.shouldWalk(c,a)&&c.add(d)}}return l}[Symbol.asyncIterator](){return this.iterate()}iterate(e=this.cwd,i={}){return typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd),this.stream(e,i)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(e=this.cwd,i={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r=!0,follow:s=!1,filter:n,walkFilter:a}=i;(!n||n(e))&&(yield r?e:e.fullpath());let l=new Set([e]);for(let c of l){let o=c.readdirSync();for(let u of o){(!n||n(u))&&(yield r?u:u.fullpath());let f=u;if(u.isSymbolicLink()){if(!(s&&(f=u.realpathSync())))continue;f.isUnknown()&&f.lstatSync()}f.shouldWalk(l,a)&&l.add(f)}}}stream(e=this.cwd,i={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r=!0,follow:s=!1,filter:n,walkFilter:a}=i,l=new rd.Minipass({objectMode:!0});(!n||n(e))&&l.write(r?e:e.fullpath());let c=new Set,o=[e],u=0,f=()=>{let d=!1;for(;!d;){let m=o.shift();if(!m){u===0&&l.end();return}u++,c.add(m);let S=(A,C,k=!1)=>{if(A)return l.emit("error",A);if(s&&!k){let D=[];for(let L of C)L.isSymbolicLink()&&D.push(L.realpath().then(j=>j?.isUnknown()?j.lstat():j));if(D.length){Promise.all(D).then(()=>S(null,C,!0));return}}for(let D of C)D&&(!n||n(D))&&(l.write(r?D:D.fullpath())||(d=!0));u--;for(let D of C){let L=D.realpathCached()||D;L.shouldWalk(c,a)&&o.push(L)}d&&!l.flowing?l.once("drain",f):P||f()},P=!0;m.readdirCB(S,!0),P=!1}};return f(),l}streamSync(e=this.cwd,i={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r=!0,follow:s=!1,filter:n,walkFilter:a}=i,l=new rd.Minipass({objectMode:!0}),c=new Set;(!n||n(e))&&l.write(r?e:e.fullpath());let o=[e],u=0,f=()=>{let d=!1;for(;!d;){let m=o.shift();if(!m){u===0&&l.end();return}u++,c.add(m);let S=m.readdirSync();for(let P of S)(!n||n(P))&&(l.write(r?P:P.fullpath())||(d=!0));u--;for(let P of S){let A=P;if(P.isSymbolicLink()){if(!(s&&(A=P.realpathSync())))continue;A.isUnknown()&&A.lstatSync()}A.shouldWalk(c,a)&&o.push(A)}}d&&!l.flowing&&l.once("drain",f)};return f(),l}chdir(e=this.cwd){let i=this.cwd;this.cwd=typeof e=="string"?this.cwd.resolve(e):e,this.cwd[yd](i)}};Ke.PathScurryBase=Hs;var Gs=class extends Hs{sep="\\";constructor(e=process.cwd(),i={}){let{nocase:r=!0}=i;super(e,Ta.win32,"\\",{...i,nocase:r}),this.nocase=r;for(let s=this.cwd;s;s=s.parent)s.nocase=this.nocase}parseRootPath(e){return Ta.win32.parse(e).root.toUpperCase()}newRoot(e){return new Js(this.rootPath,vi,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")||e.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(e)}};Ke.PathScurryWin32=Gs;var Qs=class extends Hs{sep="/";constructor(e=process.cwd(),i={}){let{nocase:r=!1}=i;super(e,Ta.posix,"/",{...i,nocase:r}),this.nocase=r}parseRootPath(e){return"/"}newRoot(e){return new Xs(this.rootPath,vi,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")}};Ke.PathScurryPosix=Qs;var xa=class extends Qs{constructor(e=process.cwd(),i={}){let{nocase:r=!0}=i;super(e,{...i,nocase:r})}};Ke.PathScurryDarwin=xa;Ke.Path=process.platform==="win32"?Js:Xs;Ke.PathScurry=process.platform==="win32"?Gs:process.platform==="darwin"?xa:Qs});var _l=_(ba=>{"use strict";Object.defineProperty(ba,"__esModule",{value:!0});ba.Pattern=void 0;var rE=Qi(),sE=t=>t.length>=1,nE=t=>t.length>=1,kl=class t{#e;#t;#n;length;#s;#a;#b;#T;#o;#p;#l=!0;constructor(e,i,r,s){if(!sE(e))throw new TypeError("empty pattern list");if(!nE(i))throw new TypeError("empty glob list");if(i.length!==e.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=e.length,r<0||r>=this.length)throw new TypeError("index out of range");if(this.#e=e,this.#t=i,this.#n=r,this.#s=s,this.#n===0){if(this.isUNC()){let[n,a,l,c,...o]=this.#e,[u,f,d,m,...S]=this.#t;o[0]===""&&(o.shift(),S.shift());let P=[n,a,l,c,""].join("/"),A=[u,f,d,m,""].join("/");this.#e=[P,...o],this.#t=[A,...S],this.length=this.#e.length}else if(this.isDrive()||this.isAbsolute()){let[n,...a]=this.#e,[l,...c]=this.#t;a[0]===""&&(a.shift(),c.shift());let o=n+"/",u=l+"/";this.#e=[o,...a],this.#t=[u,...c],this.length=this.#e.length}}}pattern(){return this.#e[this.#n]}isString(){return typeof this.#e[this.#n]=="string"}isGlobstar(){return this.#e[this.#n]===rE.GLOBSTAR}isRegExp(){return this.#e[this.#n]instanceof RegExp}globString(){return this.#b=this.#b||(this.#n===0?this.isAbsolute()?this.#t[0]+this.#t.slice(1).join("/"):this.#t.join("/"):this.#t.slice(this.#n).join("/"))}hasMore(){return this.length>this.#n+1}rest(){return this.#a!==void 0?this.#a:this.hasMore()?(this.#a=new t(this.#e,this.#t,this.#n+1,this.#s),this.#a.#p=this.#p,this.#a.#o=this.#o,this.#a.#T=this.#T,this.#a):this.#a=null}isUNC(){let e=this.#e;return this.#o!==void 0?this.#o:this.#o=this.#s==="win32"&&this.#n===0&&e[0]===""&&e[1]===""&&typeof e[2]=="string"&&!!e[2]&&typeof e[3]=="string"&&!!e[3]}isDrive(){let e=this.#e;return this.#T!==void 0?this.#T:this.#T=this.#s==="win32"&&this.#n===0&&this.length>1&&typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0])}isAbsolute(){let e=this.#e;return this.#p!==void 0?this.#p:this.#p=e[0]===""&&e.length>1||this.isDrive()||this.isUNC()}root(){let e=this.#e[0];return typeof e=="string"&&this.isAbsolute()&&this.#n===0?e:""}checkFollowGlobstar(){return!(this.#n===0||!this.isGlobstar()||!this.#l)}markFollowGlobstar(){return this.#n===0||!this.isGlobstar()||!this.#l?!1:(this.#l=!1,!0)}};ba.Pattern=kl});var Nl=_(Sa=>{"use strict";Object.defineProperty(Sa,"__esModule",{value:!0});Sa.Ignore=void 0;var gd=Qi(),aE=_l(),oE=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",Ol=class{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(e,{nobrace:i,nocase:r,noext:s,noglobstar:n,platform:a=oE}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=a,this.mmopts={dot:!0,nobrace:i,nocase:r,noext:s,noglobstar:n,optimizationLevel:2,platform:a,nocomment:!0,nonegate:!0};for(let l of e)this.add(l)}add(e){let i=new gd.Minimatch(e,this.mmopts);for(let r=0;r<i.set.length;r++){let s=i.set[r],n=i.globParts[r];if(!s||!n)throw new Error("invalid pattern object");for(;s[0]==="."&&n[0]===".";)s.shift(),n.shift();let a=new aE.Pattern(s,n,0,this.platform),l=new gd.Minimatch(a.globString(),this.mmopts),c=n[n.length-1]==="**",o=a.isAbsolute();o?this.absolute.push(l):this.relative.push(l),c&&(o?this.absoluteChildren.push(l):this.relativeChildren.push(l))}}ignored(e){let i=e.fullpath(),r=`${i}/`,s=e.relative()||".",n=`${s}/`;for(let a of this.relative)if(a.match(s)||a.match(n))return!0;for(let a of this.absolute)if(a.match(i)||a.match(r))return!0;return!1}childrenIgnored(e){let i=e.fullpath()+"/",r=(e.relative()||".")+"/";for(let s of this.relativeChildren)if(s.match(r))return!0;for(let s of this.absoluteChildren)if(s.match(i))return!0;return!1}};Sa.Ignore=Ol});var bd=_(Ai=>{"use strict";Object.defineProperty(Ai,"__esModule",{value:!0});Ai.Processor=Ai.SubWalks=Ai.MatchRecord=Ai.HasWalkedCache=void 0;var xd=Qi(),Ea=class t{store;constructor(e=new Map){this.store=e}copy(){return new t(new Map(this.store))}hasWalked(e,i){return this.store.get(e.fullpath())?.has(i.globString())}storeWalked(e,i){let r=e.fullpath(),s=this.store.get(r);s?s.add(i.globString()):this.store.set(r,new Set([i.globString()]))}};Ai.HasWalkedCache=Ea;var Pa=class{store=new Map;add(e,i,r){let s=(i?2:0)|(r?1:0),n=this.store.get(e);this.store.set(e,n===void 0?s:s&n)}entries(){return[...this.store.entries()].map(([e,i])=>[e,!!(i&2),!!(i&1)])}};Ai.MatchRecord=Pa;var va=class{store=new Map;add(e,i){if(!e.canReaddir())return;let r=this.store.get(e);r?r.find(s=>s.globString()===i.globString())||r.push(i):this.store.set(e,[i])}get(e){let i=this.store.get(e);if(!i)throw new Error("attempting to walk unknown path");return i}entries(){return this.keys().map(e=>[e,this.store.get(e)])}keys(){return[...this.store.keys()].filter(e=>e.canReaddir())}};Ai.SubWalks=va;var Dl=class t{hasWalkedCache;matches=new Pa;subwalks=new va;patterns;follow;dot;opts;constructor(e,i){this.opts=e,this.follow=!!e.follow,this.dot=!!e.dot,this.hasWalkedCache=i?i.copy():new Ea}processPatterns(e,i){this.patterns=i;let r=i.map(s=>[e,s]);for(let[s,n]of r){this.hasWalkedCache.storeWalked(s,n);let a=n.root(),l=n.isAbsolute()&&this.opts.absolute!==!1;if(a){s=s.resolve(a==="/"&&this.opts.root!==void 0?this.opts.root:a);let f=n.rest();if(f)n=f;else{this.matches.add(s,!0,!1);continue}}if(s.isENOENT())continue;let c,o,u=!1;for(;typeof(c=n.pattern())=="string"&&(o=n.rest());)s=s.resolve(c),n=o,u=!0;if(c=n.pattern(),o=n.rest(),u){if(this.hasWalkedCache.hasWalked(s,n))continue;this.hasWalkedCache.storeWalked(s,n)}if(typeof c=="string"){let f=c===".."||c===""||c===".";this.matches.add(s.resolve(c),l,f);continue}else if(c===xd.GLOBSTAR){(!s.isSymbolicLink()||this.follow||n.checkFollowGlobstar())&&this.subwalks.add(s,n);let f=o?.pattern(),d=o?.rest();if(!o||(f===""||f===".")&&!d)this.matches.add(s,l,f===""||f===".");else if(f===".."){let m=s.parent||s;d?this.hasWalkedCache.hasWalked(m,d)||this.subwalks.add(m,d):this.matches.add(m,l,!0)}}else c instanceof RegExp&&this.subwalks.add(s,n)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new t(this.opts,this.hasWalkedCache)}filterEntries(e,i){let r=this.subwalks.get(e),s=this.child();for(let n of i)for(let a of r){let l=a.isAbsolute(),c=a.pattern(),o=a.rest();c===xd.GLOBSTAR?s.testGlobstar(n,a,o,l):c instanceof RegExp?s.testRegExp(n,c,o,l):s.testString(n,c,o,l)}return s}testGlobstar(e,i,r,s){if((this.dot||!e.name.startsWith("."))&&(i.hasMore()||this.matches.add(e,s,!1),e.canReaddir()&&(this.follow||!e.isSymbolicLink()?this.subwalks.add(e,i):e.isSymbolicLink()&&(r&&i.checkFollowGlobstar()?this.subwalks.add(e,r):i.markFollowGlobstar()&&this.subwalks.add(e,i)))),r){let n=r.pattern();if(typeof n=="string"&&n!==".."&&n!==""&&n!==".")this.testString(e,n,r.rest(),s);else if(n===".."){let a=e.parent||e;this.subwalks.add(a,r)}else n instanceof RegExp&&this.testRegExp(e,n,r.rest(),s)}}testRegExp(e,i,r,s){i.test(e.name)&&(r?this.subwalks.add(e,r):this.matches.add(e,s,!1))}testString(e,i,r,s){e.isNamed(i)&&(r?this.subwalks.add(e,r):this.matches.add(e,s,!1))}};Ai.Processor=Dl});var Pd=_(tr=>{"use strict";Object.defineProperty(tr,"__esModule",{value:!0});tr.GlobStream=tr.GlobWalker=tr.GlobUtil=void 0;var lE=wl(),Sd=Nl(),Ed=bd(),cE=(t,e)=>typeof t=="string"?new Sd.Ignore([t],e):Array.isArray(t)?new Sd.Ignore(t,e):t,Zs=class{path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#e=[];#t;#n;signal;maxDepth;includeChildMatches;constructor(e,i,r){if(this.patterns=e,this.path=i,this.opts=r,this.#n=!r.posix&&r.platform==="win32"?"\\":"/",this.includeChildMatches=r.includeChildMatches!==!1,(r.ignore||!this.includeChildMatches)&&(this.#t=cE(r.ignore??[],r),!this.includeChildMatches&&typeof this.#t.add!="function")){let s="cannot ignore child matches, ignore lacks add() method.";throw new Error(s)}this.maxDepth=r.maxDepth||1/0,r.signal&&(this.signal=r.signal,this.signal.addEventListener("abort",()=>{this.#e.length=0}))}#s(e){return this.seen.has(e)||!!this.#t?.ignored?.(e)}#a(e){return!!this.#t?.childrenIgnored?.(e)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let e;for(;!this.paused&&(e=this.#e.shift());)e()}onResume(e){this.signal?.aborted||(this.paused?this.#e.push(e):e())}async matchCheck(e,i){if(i&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||await e.realpath(),!r)return;e=r}let n=e.isUnknown()||this.opts.stat?await e.lstat():e;if(this.opts.follow&&this.opts.nodir&&n?.isSymbolicLink()){let a=await n.realpath();a&&(a.isUnknown()||this.opts.stat)&&await a.lstat()}return this.matchCheckTest(n,i)}matchCheckTest(e,i){return e&&(this.maxDepth===1/0||e.depth()<=this.maxDepth)&&(!i||e.canReaddir())&&(!this.opts.nodir||!e.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!e.isSymbolicLink()||!e.realpathCached()?.isDirectory())&&!this.#s(e)?e:void 0}matchCheckSync(e,i){if(i&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||e.realpathSync(),!r)return;e=r}let n=e.isUnknown()||this.opts.stat?e.lstatSync():e;if(this.opts.follow&&this.opts.nodir&&n?.isSymbolicLink()){let a=n.realpathSync();a&&(a?.isUnknown()||this.opts.stat)&&a.lstatSync()}return this.matchCheckTest(n,i)}matchFinish(e,i){if(this.#s(e))return;if(!this.includeChildMatches&&this.#t?.add){let n=`${e.relativePosix()}/**`;this.#t.add(n)}let r=this.opts.absolute===void 0?i:this.opts.absolute;this.seen.add(e);let s=this.opts.mark&&e.isDirectory()?this.#n:"";if(this.opts.withFileTypes)this.matchEmit(e);else if(r){let n=this.opts.posix?e.fullpathPosix():e.fullpath();this.matchEmit(n+s)}else{let n=this.opts.posix?e.relativePosix():e.relative(),a=this.opts.dotRelative&&!n.startsWith(".."+this.#n)?"."+this.#n:"";this.matchEmit(n?a+n+s:"."+s)}}async match(e,i,r){let s=await this.matchCheck(e,r);s&&this.matchFinish(s,i)}matchSync(e,i,r){let s=this.matchCheckSync(e,r);s&&this.matchFinish(s,i)}walkCB(e,i,r){this.signal?.aborted&&r(),this.walkCB2(e,i,new Ed.Processor(this.opts),r)}walkCB2(e,i,r,s){if(this.#a(e))return s();if(this.signal?.aborted&&s(),this.paused){this.onResume(()=>this.walkCB2(e,i,r,s));return}r.processPatterns(e,i);let n=1,a=()=>{--n===0&&s()};for(let[l,c,o]of r.matches.entries())this.#s(l)||(n++,this.match(l,c,o).then(()=>a()));for(let l of r.subwalkTargets()){if(this.maxDepth!==1/0&&l.depth()>=this.maxDepth)continue;n++;let c=l.readdirCached();l.calledReaddir()?this.walkCB3(l,c,r,a):l.readdirCB((o,u)=>this.walkCB3(l,u,r,a),!0)}a()}walkCB3(e,i,r,s){r=r.filterEntries(e,i);let n=1,a=()=>{--n===0&&s()};for(let[l,c,o]of r.matches.entries())this.#s(l)||(n++,this.match(l,c,o).then(()=>a()));for(let[l,c]of r.subwalks.entries())n++,this.walkCB2(l,c,r.child(),a);a()}walkCBSync(e,i,r){this.signal?.aborted&&r(),this.walkCB2Sync(e,i,new Ed.Processor(this.opts),r)}walkCB2Sync(e,i,r,s){if(this.#a(e))return s();if(this.signal?.aborted&&s(),this.paused){this.onResume(()=>this.walkCB2Sync(e,i,r,s));return}r.processPatterns(e,i);let n=1,a=()=>{--n===0&&s()};for(let[l,c,o]of r.matches.entries())this.#s(l)||this.matchSync(l,c,o);for(let l of r.subwalkTargets()){if(this.maxDepth!==1/0&&l.depth()>=this.maxDepth)continue;n++;let c=l.readdirSync();this.walkCB3Sync(l,c,r,a)}a()}walkCB3Sync(e,i,r,s){r=r.filterEntries(e,i);let n=1,a=()=>{--n===0&&s()};for(let[l,c,o]of r.matches.entries())this.#s(l)||this.matchSync(l,c,o);for(let[l,c]of r.subwalks.entries())n++,this.walkCB2Sync(l,c,r.child(),a);a()}};tr.GlobUtil=Zs;var Ll=class extends Zs{matches=new Set;constructor(e,i,r){super(e,i,r)}matchEmit(e){this.matches.add(e)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise((e,i)=>{this.walkCB(this.path,this.patterns,()=>{this.signal?.aborted?i(this.signal.reason):e(this.matches)})}),this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>{if(this.signal?.aborted)throw this.signal.reason}),this.matches}};tr.GlobWalker=Ll;var Ml=class extends Zs{results;constructor(e,i,r){super(e,i,r),this.results=new lE.Minipass({signal:this.signal,objectMode:!0}),this.results.on("drain",()=>this.resume()),this.results.on("resume",()=>this.resume())}matchEmit(e){this.results.write(e),this.results.flowing||this.pause()}stream(){let e=this.path;return e.isUnknown()?e.lstat().then(()=>{this.walkCB(e,this.patterns,()=>this.results.end())}):this.walkCB(e,this.patterns,()=>this.results.end()),this.results}streamSync(){return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>this.results.end()),this.results}};tr.GlobStream=Ml});var Bl=_(Ca=>{"use strict";Object.defineProperty(Ca,"__esModule",{value:!0});Ca.Glob=void 0;var uE=Qi(),pE=require("node:url"),Aa=Td(),fE=_l(),wa=Pd(),hE=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",Fl=class{absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(e,i){if(!i)throw new TypeError("glob options required");if(this.withFileTypes=!!i.withFileTypes,this.signal=i.signal,this.follow=!!i.follow,this.dot=!!i.dot,this.dotRelative=!!i.dotRelative,this.nodir=!!i.nodir,this.mark=!!i.mark,i.cwd?(i.cwd instanceof URL||i.cwd.startsWith("file://"))&&(i.cwd=(0,pE.fileURLToPath)(i.cwd)):this.cwd="",this.cwd=i.cwd||"",this.root=i.root,this.magicalBraces=!!i.magicalBraces,this.nobrace=!!i.nobrace,this.noext=!!i.noext,this.realpath=!!i.realpath,this.absolute=i.absolute,this.includeChildMatches=i.includeChildMatches!==!1,this.noglobstar=!!i.noglobstar,this.matchBase=!!i.matchBase,this.maxDepth=typeof i.maxDepth=="number"?i.maxDepth:1/0,this.stat=!!i.stat,this.ignore=i.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof e=="string"&&(e=[e]),this.windowsPathsNoEscape=!!i.windowsPathsNoEscape||i.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(e=e.map(c=>c.replace(/\\/g,"/"))),this.matchBase){if(i.noglobstar)throw new TypeError("base matching requires globstar");e=e.map(c=>c.includes("/")?c:`./**/${c}`)}if(this.pattern=e,this.platform=i.platform||hE,this.opts={...i,platform:this.platform},i.scurry){if(this.scurry=i.scurry,i.nocase!==void 0&&i.nocase!==i.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let c=i.platform==="win32"?Aa.PathScurryWin32:i.platform==="darwin"?Aa.PathScurryDarwin:i.platform?Aa.PathScurryPosix:Aa.PathScurry;this.scurry=new c(this.cwd,{nocase:i.nocase,fs:i.fs})}this.nocase=this.scurry.nocase;let r=this.platform==="darwin"||this.platform==="win32",s={...i,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:r,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},n=this.pattern.map(c=>new uE.Minimatch(c,s)),[a,l]=n.reduce((c,o)=>(c[0].push(...o.set),c[1].push(...o.globParts),c),[[],[]]);this.patterns=a.map((c,o)=>{let u=l[o];if(!u)throw new Error("invalid pattern object");return new fE.Pattern(c,u,0,this.platform)})}async walk(){return[...await new wa.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new wa.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new wa.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new wa.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}};Ca.Glob=Fl});var jl=_(Ia=>{"use strict";Object.defineProperty(Ia,"__esModule",{value:!0});Ia.hasMagic=void 0;var dE=Qi(),mE=(t,e={})=>{Array.isArray(t)||(t=[t]);for(let i of t)if(new dE.Minimatch(i,e).hasMagic())return!0;return!1};Ia.hasMagic=mE});var Cd=_(we=>{"use strict";Object.defineProperty(we,"__esModule",{value:!0});we.glob=we.sync=we.iterate=we.iterateSync=we.stream=we.streamSync=we.Ignore=we.hasMagic=we.Glob=we.unescape=we.escape=void 0;we.globStreamSync=en;we.globStream=Rl;we.globSync=$l;we.globIterateSync=tn;we.globIterate=ql;var vd=Qi(),wr=Bl(),yE=jl(),wd=Qi();Object.defineProperty(we,"escape",{enumerable:!0,get:function(){return wd.escape}});Object.defineProperty(we,"unescape",{enumerable:!0,get:function(){return wd.unescape}});var TE=Bl();Object.defineProperty(we,"Glob",{enumerable:!0,get:function(){return TE.Glob}});var gE=jl();Object.defineProperty(we,"hasMagic",{enumerable:!0,get:function(){return gE.hasMagic}});var xE=Nl();Object.defineProperty(we,"Ignore",{enumerable:!0,get:function(){return xE.Ignore}});function en(t,e={}){return new wr.Glob(t,e).streamSync()}function Rl(t,e={}){return new wr.Glob(t,e).stream()}function $l(t,e={}){return new wr.Glob(t,e).walkSync()}async function Ad(t,e={}){return new wr.Glob(t,e).walk()}function tn(t,e={}){return new wr.Glob(t,e).iterateSync()}function ql(t,e={}){return new wr.Glob(t,e).iterate()}we.streamSync=en;we.stream=Object.assign(Rl,{sync:en});we.iterateSync=tn;we.iterate=Object.assign(ql,{sync:tn});we.sync=Object.assign($l,{stream:en,iterate:tn});we.glob=Object.assign(Ad,{glob:Ad,globSync:$l,sync:we.sync,globStream:Rl,stream:we.stream,globStreamSync:en,streamSync:we.streamSync,globIterate:ql,iterate:we.iterate,globIterateSync:tn,iterateSync:we.iterateSync,Glob:wr.Glob,hasMagic:yE.hasMagic,escape:vd.escape,unescape:vd.unescape});we.glob.glob=we.glob});var Od=_((YG,_d)=>{"use strict";var bE=function(e){return SE(e)&&!EE(e)};function SE(t){return!!t&&typeof t=="object"}function EE(t){var e=Object.prototype.toString.call(t);return e==="[object RegExp]"||e==="[object Date]"||AE(t)}var PE=typeof Symbol=="function"&&Symbol.for,vE=PE?Symbol.for("react.element"):60103;function AE(t){return t.$$typeof===vE}function wE(t){return Array.isArray(t)?[]:{}}function rn(t,e){return e.clone!==!1&&e.isMergeableObject(t)?ss(wE(t),t,e):t}function CE(t,e,i){return t.concat(e).map(function(r){return rn(r,i)})}function IE(t,e){if(!e.customMerge)return ss;var i=e.customMerge(t);return typeof i=="function"?i:ss}function kE(t){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter(function(e){return Object.propertyIsEnumerable.call(t,e)}):[]}function Id(t){return Object.keys(t).concat(kE(t))}function kd(t,e){try{return e in t}catch{return!1}}function _E(t,e){return kd(t,e)&&!(Object.hasOwnProperty.call(t,e)&&Object.propertyIsEnumerable.call(t,e))}function OE(t,e,i){var r={};return i.isMergeableObject(t)&&Id(t).forEach(function(s){r[s]=rn(t[s],i)}),Id(e).forEach(function(s){_E(t,s)||(kd(t,s)&&i.isMergeableObject(e[s])?r[s]=IE(s,i)(t[s],e[s],i):r[s]=rn(e[s],i))}),r}function ss(t,e,i){i=i||{},i.arrayMerge=i.arrayMerge||CE,i.isMergeableObject=i.isMergeableObject||bE,i.cloneUnlessOtherwiseSpecified=rn;var r=Array.isArray(e),s=Array.isArray(t),n=r===s;return n?r?i.arrayMerge(t,e,i):OE(t,e,i):rn(e,i)}ss.all=function(e,i){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce(function(r,s){return ss(r,s,i)},{})};var NE=ss;_d.exports=NE});var Dd=_((zG,Nd)=>{Nd.exports={theme:{extend:{rootClass:{"container-3xs":"16rem","container-2xs":"18rem","container-xs":"20rem","container-sm":"24rem","container-md":"28rem","container-lg":"32rem","container-xl":"36rem","container-2xl":"42rem","container-3xl":"48rem","container-4xl":"56rem","container-5xl":"64rem","container-6xl":"72rem","container-7xl":"80rem","text-xs":"0.75rem","text-sm":"0.875rem","text-base":"1rem","text-lg":"1.125rem","text-xl":"1.25rem","text-2xl":"1.5rem","text-3xl":"1.875rem","text-4xl":"2.25rem","text-5xl":"3rem","text-6xl":"3.75rem","text-7xl":"4.5rem","text-8xl":"6rem","text-9xl":"8rem","radius-xs":"0.125rem","radius-sm":"0.25rem","radius-md":"0.375rem","radius-lg":"0.5rem","radius-xl":"0.75rem","radius-2xl":"1rem","radius-3xl":"1.5rem","radius-4xl":"2rem","blur-xs":"4px","blur-sm":"8px","blur-md":"12px","blur-lg":"16px","blur-xl":"24px","blur-2xl":"32px","blur-3xl":"40px","blur-4xl":"48px","blur-5xl":"64px"},colors:{"color-white":"oklch(100% 0 0)","color-black":"oklch(0% 0 0)","color-inherit":"inherit","color-transparent":"transparent","color-current":"currentColor","color-red-50":"oklch(97.1% 0.013 17.38)","color-red-100":"oklch(93.6% 0.032 17.717)","color-red-200":"oklch(88.5% 0.062 18.334)","color-red-300":"oklch(80.8% 0.114 19.571)","color-red-400":"oklch(70.4% 0.191 22.216)","color-red-500":"oklch(63.7% 0.237 25.331)","color-red-600":"oklch(57.7% 0.245 27.325)","color-red-700":"oklch(50.5% 0.213 27.518)","color-red-800":"oklch(44.4% 0.177 26.899)","color-red-900":"oklch(39.6% 0.141 25.723)","color-red-950":"oklch(25.8% 0.092 26.042)","color-orange-50":"oklch(98% 0.016 73.684)","color-orange-100":"oklch(95.4% 0.038 75.164)","color-orange-200":"oklch(90.1% 0.076 70.697)","color-orange-300":"oklch(83.7% 0.128 66.29)","color-orange-400":"oklch(75% 0.183 55.934)","color-orange-500":"oklch(70.5% 0.213 47.604)","color-orange-600":"oklch(64.6% 0.222 41.116)","color-orange-700":"oklch(55.3% 0.195 38.402)","color-orange-800":"oklch(47% 0.157 37.304)","color-orange-900":"oklch(40.8% 0.123 38.172)","color-orange-950":"oklch(26.6% 0.079 36.259)","color-amber-50":"oklch(98.7% 0.022 95.277)","color-amber-100":"oklch(96.2% 0.059 95.617)","color-amber-200":"oklch(92.4% 0.12 95.746)","color-amber-300":"oklch(87.9% 0.169 91.605)","color-amber-400":"oklch(82.8% 0.189 84.429)","color-amber-500":"oklch(76.9% 0.188 70.08)","color-amber-600":"oklch(66.6% 0.179 58.318)","color-amber-700":"oklch(55.5% 0.163 48.998)","color-amber-800":"oklch(47.3% 0.137 46.201)","color-amber-900":"oklch(41.4% 0.112 45.904)","color-amber-950":"oklch(27.9% 0.077 45.635)","color-yellow-50":"oklch(98.7% 0.026 102.212)","color-yellow-100":"oklch(97.3% 0.071 103.193)","color-yellow-200":"oklch(94.5% 0.129 101.54)","color-yellow-300":"oklch(90.5% 0.182 98.111)","color-yellow-400":"oklch(85.2% 0.199 91.936)","color-yellow-500":"oklch(79.5% 0.184 86.047)","color-yellow-600":"oklch(68.1% 0.162 75.834)","color-yellow-700":"oklch(55.4% 0.135 66.442)","color-yellow-800":"oklch(47.6% 0.114 61.907)","color-yellow-900":"oklch(42.1% 0.095 57.708)","color-yellow-950":"oklch(28.6% 0.066 53.813)","color-lime-50":"oklch(98.6% 0.031 120.757)","color-lime-100":"oklch(96.7% 0.067 122.328)","color-lime-200":"oklch(93.8% 0.127 124.321)","color-lime-300":"oklch(89.7% 0.196 126.665)","color-lime-400":"oklch(84.1% 0.238 128.85)","color-lime-500":"oklch(76.8% 0.233 130.85)","color-lime-600":"oklch(64.8% 0.2 131.684)","color-lime-700":"oklch(53.2% 0.157 131.589)","color-lime-800":"oklch(45.3% 0.124 130.933)","color-lime-900":"oklch(40.5% 0.101 131.063)","color-lime-950":"oklch(27.4% 0.072 132.109)","color-green-50":"oklch(98.2% 0.018 155.826)","color-green-100":"oklch(96.2% 0.044 156.743)","color-green-200":"oklch(92.5% 0.084 155.995)","color-green-300":"oklch(87.1% 0.15 154.449)","color-green-400":"oklch(79.2% 0.209 151.711)","color-green-500":"oklch(72.3% 0.219 149.579)","color-green-600":"oklch(62.7% 0.194 149.214)","color-green-700":"oklch(52.7% 0.154 150.069)","color-green-800":"oklch(44.8% 0.119 151.328)","color-green-900":"oklch(39.3% 0.095 152.535)","color-green-950":"oklch(26.6% 0.065 152.934)","color-emerald-50":"oklch(97.9% 0.021 166.113)","color-emerald-100":"oklch(95% 0.052 163.051)","color-emerald-200":"oklch(90.5% 0.093 164.15)","color-emerald-300":"oklch(84.5% 0.143 164.978)","color-emerald-400":"oklch(76.5% 0.177 163.223)","color-emerald-500":"oklch(69.6% 0.17 162.48)","color-emerald-600":"oklch(59.6% 0.145 163.225)","color-emerald-700":"oklch(50.8% 0.118 165.612)","color-emerald-800":"oklch(43.2% 0.095 166.913)","color-emerald-900":"oklch(37.8% 0.077 168.94)","color-emerald-950":"oklch(26.2% 0.051 172.552)","color-teal-50":"oklch(98.4% 0.014 180.72)","color-teal-100":"oklch(95.3% 0.051 180.801)","color-teal-200":"oklch(91% 0.096 180.426)","color-teal-300":"oklch(85.5% 0.138 181.071)","color-teal-400":"oklch(77.7% 0.152 181.912)","color-teal-500":"oklch(70.4% 0.14 182.503)","color-teal-600":"oklch(60% 0.118 184.704)","color-teal-700":"oklch(51.1% 0.096 186.391)","color-teal-800":"oklch(43.7% 0.078 188.216)","color-teal-900":"oklch(38.6% 0.063 188.416)","color-teal-950":"oklch(27.7% 0.046 192.524)","color-cyan-50":"oklch(98.4% 0.019 200.873)","color-cyan-100":"oklch(95.6% 0.045 203.388)","color-cyan-200":"oklch(91.7% 0.08 205.041)","color-cyan-300":"oklch(86.5% 0.127 207.078)","color-cyan-400":"oklch(78.9% 0.154 211.53)","color-cyan-500":"oklch(71.5% 0.143 215.221)","color-cyan-600":"oklch(60.9% 0.126 221.723)","color-cyan-700":"oklch(52% 0.105 223.128)","color-cyan-800":"oklch(45% 0.085 224.283)","color-cyan-900":"oklch(39.8% 0.07 227.392)","color-cyan-950":"oklch(30.2% 0.056 229.695)","color-sky-50":"oklch(97.7% 0.013 236.62)","color-sky-100":"oklch(95.1% 0.026 236.824)","color-sky-200":"oklch(90.1% 0.058 230.902)","color-sky-300":"oklch(82.8% 0.111 230.318)","color-sky-400":"oklch(74.6% 0.16 232.661)","color-sky-500":"oklch(68.5% 0.169 237.323)","color-sky-600":"oklch(58.8% 0.158 241.966)","color-sky-700":"oklch(50% 0.134 242.749)","color-sky-800":"oklch(44.3% 0.11 240.79)","color-sky-900":"oklch(39.1% 0.09 240.876)","color-sky-950":"oklch(29.3% 0.066 243.157)","color-blue-50":"oklch(97% 0.014 254.604)","color-blue-100":"oklch(93.2% 0.032 255.585)","color-blue-200":"oklch(88.2% 0.059 254.128)","color-blue-300":"oklch(80.9% 0.105 251.813)","color-blue-400":"oklch(70.7% 0.165 254.624)","color-blue-500":"oklch(62.3% 0.214 259.815)","color-blue-600":"oklch(54.6% 0.245 262.881)","color-blue-700":"oklch(48.8% 0.243 264.376)","color-blue-800":"oklch(42.4% 0.199 265.638)","color-blue-900":"oklch(37.9% 0.146 265.522)","color-blue-950":"oklch(28.2% 0.091 267.935)","color-indigo-50":"oklch(96.2% 0.018 272.314)","color-indigo-100":"oklch(93% 0.034 272.788)","color-indigo-200":"oklch(87% 0.065 274.039)","color-indigo-300":"oklch(78.5% 0.115 274.713)","color-indigo-400":"oklch(67.3% 0.182 276.935)","color-indigo-500":"oklch(58.5% 0.233 277.117)","color-indigo-600":"oklch(51.1% 0.262 276.966)","color-indigo-700":"oklch(45.7% 0.24 277.023)","color-indigo-800":"oklch(39.8% 0.195 277.366)","color-indigo-900":"oklch(35.9% 0.144 278.697)","color-indigo-950":"oklch(25.7% 0.09 281.288)","color-violet-50":"oklch(96.9% 0.016 293.756)","color-violet-100":"oklch(94.3% 0.029 294.588)","color-violet-200":"oklch(89.4% 0.057 293.283)","color-violet-300":"oklch(81.1% 0.111 293.571)","color-violet-400":"oklch(70.2% 0.183 293.541)","color-violet-500":"oklch(60.6% 0.25 292.717)","color-violet-600":"oklch(54.1% 0.281 293.009)","color-violet-700":"oklch(49.1% 0.27 292.581)","color-violet-800":"oklch(43.2% 0.232 292.759)","color-violet-900":"oklch(38% 0.189 293.745)","color-violet-950":"oklch(28.3% 0.141 291.089)","color-purple-50":"oklch(97.7% 0.014 308.299)","color-purple-100":"oklch(94.6% 0.033 307.174)","color-purple-200":"oklch(90.2% 0.063 306.703)","color-purple-300":"oklch(82.7% 0.119 306.383)","color-purple-400":"oklch(71.4% 0.203 305.504)","color-purple-500":"oklch(62.7% 0.265 303.9)","color-purple-600":"oklch(55.8% 0.288 302.321)","color-purple-700":"oklch(49.6% 0.265 301.924)","color-purple-800":"oklch(43.8% 0.218 303.724)","color-purple-900":"oklch(38.1% 0.176 304.987)","color-purple-950":"oklch(29.1% 0.149 302.717)","color-fuchsia-50":"oklch(97.7% 0.017 320.058)","color-fuchsia-100":"oklch(95.2% 0.037 318.852)","color-fuchsia-200":"oklch(90.3% 0.076 319.62)","color-fuchsia-300":"oklch(83.3% 0.145 321.434)","color-fuchsia-400":"oklch(74% 0.238 322.16)","color-fuchsia-500":"oklch(66.7% 0.295 322.15)","color-fuchsia-600":"oklch(59.1% 0.293 322.896)","color-fuchsia-700":"oklch(51.8% 0.253 323.949)","color-fuchsia-800":"oklch(45.2% 0.211 324.591)","color-fuchsia-900":"oklch(40.1% 0.17 325.612)","color-fuchsia-950":"oklch(29.3% 0.136 325.661)","color-pink-50":"oklch(97.1% 0.014 343.198)","color-pink-100":"oklch(94.8% 0.028 342.258)","color-pink-200":"oklch(89.9% 0.061 343.231)","color-pink-300":"oklch(82.3% 0.12 346.018)","color-pink-400":"oklch(71.8% 0.202 349.761)","color-pink-500":"oklch(65.6% 0.241 354.308)","color-pink-600":"oklch(59.2% 0.249 0.584)","color-pink-700":"oklch(52.5% 0.223 3.958)","color-pink-800":"oklch(45.9% 0.187 3.815)","color-pink-900":"oklch(40.8% 0.153 2.432)","color-pink-950":"oklch(28.4% 0.109 3.907)","color-rose-50":"oklch(96.9% 0.015 12.422)","color-rose-100":"oklch(94.1% 0.03 12.58)","color-rose-200":"oklch(89.2% 0.058 10.001)","color-rose-300":"oklch(81% 0.117 11.638)","color-rose-400":"oklch(71.2% 0.194 13.428)","color-rose-500":"oklch(64.5% 0.246 16.439)","color-rose-600":"oklch(58.6% 0.253 17.585)","color-rose-700":"oklch(51.4% 0.222 16.935)","color-rose-800":"oklch(45.5% 0.188 13.697)","color-rose-900":"oklch(41% 0.159 10.272)","color-rose-950":"oklch(27.1% 0.105 12.094)","color-slate-50":"oklch(98.4% 0.003 247.858)","color-slate-100":"oklch(96.8% 0.007 247.896)","color-slate-200":"oklch(92.9% 0.013 255.508)","color-slate-300":"oklch(86.9% 0.022 252.894)","color-slate-400":"oklch(70.4% 0.04 256.788)","color-slate-500":"oklch(55.4% 0.046 257.417)","color-slate-600":"oklch(44.6% 0.043 257.281)","color-slate-700":"oklch(37.2% 0.044 257.287)","color-slate-800":"oklch(27.9% 0.041 260.031)","color-slate-900":"oklch(20.8% 0.042 265.755)","color-slate-950":"oklch(12.9% 0.042 264.695)","color-gray-50":"oklch(98.5% 0.002 247.839)","color-gray-100":"oklch(96.7% 0.003 264.542)","color-gray-200":"oklch(92.8% 0.006 264.531)","color-gray-300":"oklch(87.2% 0.01 258.338)","color-gray-400":"oklch(70.7% 0.022 261.325)","color-gray-500":"oklch(55.1% 0.027 264.364)","color-gray-600":"oklch(44.6% 0.03 256.802)","color-gray-700":"oklch(37.3% 0.034 259.733)","color-gray-800":"oklch(27.8% 0.033 256.848)","color-gray-900":"oklch(21% 0.034 264.665)","color-gray-950":"oklch(13% 0.028 261.692)","color-zinc-50":"oklch(98.5% 0.001 106.423)","color-zinc-100":"oklch(96.7% 0.001 106.424)","color-zinc-200":"oklch(92% 0.004 286.32)","color-zinc-300":"oklch(87.1% 0.006 286.286)","color-zinc-400":"oklch(70.5% 0.015 286.067)","color-zinc-500":"oklch(55.2% 0.016 285.938)","color-zinc-600":"oklch(44.2% 0.017 285.786)","color-zinc-700":"oklch(37% 0.013 285.805)","color-zinc-800":"oklch(27.4% 0.006 286.033)","color-zinc-900":"oklch(21% 0.006 285.885)","color-zinc-950":"oklch(14.1% 0.005 285.823)","color-neutral-50":"oklch(98.5% 0 0)","color-neutral-100":"oklch(97% 0 0)","color-neutral-200":"oklch(92.2% 0 0)","color-neutral-300":"oklch(87% 0 0)","color-neutral-400":"oklch(70.8% 0 0)","color-neutral-500":"oklch(55.6% 0 0)","color-neutral-600":"oklch(43.9% 0 0)","color-neutral-700":"oklch(37.1% 0 0)","color-neutral-800":"oklch(26.9% 0 0)","color-neutral-900":"oklch(20.5% 0 0)","color-neutral-950":"oklch(14.5% 0 0)","color-stone-50":"oklch(98.5% 0.001 106.423)","color-stone-100":"oklch(97% 0.001 106.424)","color-stone-200":"oklch(92.3% 0.003 48.717)","color-stone-300":"oklch(86.9% 0.005 56.366)","color-stone-400":"oklch(70.9% 0.01 56.259)","color-stone-500":"oklch(55.3% 0.013 58.071)","color-stone-600":"oklch(44.4% 0.011 73.639)","color-stone-700":"oklch(37.4% 0.01 67.558)","color-stone-800":"oklch(26.8% 0.007 34.298)","color-stone-900":"oklch(21.6% 0.006 56.043)","color-stone-950":"oklch(14.7% 0.004 49.25)"},spacing:{0:"0rem","0.5":"0.15rem",1:"0.25rem","1.5":"0.375rem",2:"0.5rem","2.5":"0.625rem",3:"0.75rem","3.5":"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",18:"4.5rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem",112:"28rem",128:"32rem"}}}}});var Md=_((JG,Ld)=>{Ld.exports={theme:{extend:{breakpoints:{sm:"40rem",md:"48rem",lg:"64rem",xl:"80rem","2xl":"96rem"},layout:{padding:{"p-px":"1px"},"padding-inline":{"px-px":"1px"},"padding-block":{"py-px":"1px"},"padding-top":{"pt-px":"1px"},"padding-right":{"pr-px":"1px"},"padding-bottom":{"pb-px":"1px"},"padding-left":{"pl-px":"1px"},margin:{"m-px":"1px","-m-px":"-1px"},"margin-inline":{"mx-px":"1px","-mx-px":"-1px","mx-auto":"auto"},"margin-block":{"my-px":"1px","-my-px":"-1px","my-auto":"auto"},"margin-top":{"mt-px":"1px","-mt-px":"-1px"},"margin-right":{"mr-px":"1px","-mr-px":"-1px"},"margin-bottom":{"mb-px":"1px","-mb-px":"-1px"},"margin-left":{"ml-px":"1px","-ml-px":"-1px"},"aspect-ratio":{"aspect-square":"1 / 1","aspect-video":"16 / 9","aspect-portrait":"9 / 16","aspect-auto":"auto"},columns:{"columns-auto":"auto","columns-none":"none","columns-3xs":"var(--container-3xs)","columns-2xs":"var(--container-2xs)","columns-xs":"var(--container-xs)","columns-sm":"var(--container-sm)","columns-md":"var(--container-md)","columns-lg":"var(--container-lg)","columns-xl":"var(--container-xl)","columns-2xl":"var(--container-2xl)","columns-3xl":"var(--container-3xl)","columns-4xl":"var(--container-4xl)","columns-5xl":"var(--container-5xl)","columns-6xl":"var(--container-6xl)","columns-7xl":"var(--container-7xl)"},"break-after":{"break-after-auto":"auto","break-after-avoid":"avoid","break-after-all":"all","break-after-avoid-page":"avoid-page","break-after-page":"page","break-after-column":"column"},"break-before":{"break-before-auto":"auto","break-before-avoid":"avoid","break-before-all":"all","break-before-avoid-page":"avoid-page","break-before-page":"page","break-before-column":"column"},"break-inside":{"break-inside-auto":"auto","break-inside-avoid":"avoid","break-inside-avoid-page":"avoid-page","break-inside-avoid-column":"avoid-column"},"box-decoration-break":{"box-decoration-slice":"slice","box-decoration-clone":"clone"},"box-sizing":{"box-border":"border-box","box-content":"content-box"},display:{block:"block",hidden:"none","inline-block":"inline-block",inline:"inline",flex:"flex","inline-flex":"inline-flex",grid:"grid","inline-grid":"inline-grid",table:"table",contents:"contents","list-item":"list-item","flow-root":"flow-root","inline-table":"inline-table","table-caption":"table-caption","table-cell":"table-cell","table-column":"table-column","table-column-group":"table-column-group","table-footer-group":"table-footer-group","table-header-group":"table-header-group","table-row-group":"table-row-group","table-row":"table-row"},float:{"float-right":"right","float-left":"left","float-none":"none","float-start":"inline-start","float-end":"inline-end"},clear:{"clear-left":"left","clear-right":"right","clear-both":"both","clear-none":"none","clear-start":"inline-start","clear-end":"inline-end"},isolation:{"isolation-auto":"auto","isolation-isolate":"isolate"},"object-fit":{"object-contain":"contain","object-cover":"cover","object-fill":"fill","object-none":"none","object-scale-down":"scale-down"},"object-position":{"object-center":"center","object-top":"top","object-bottom":"bottom","object-left":"left","object-right":"right","object-top-left":"top left","object-top-right":"top right","object-bottom-left":"bottom left","object-bottom-right":"bottom right"},overflow:{"overflow-auto":"auto","overflow-hidden":"hidden","overflow-visible":"visible","overflow-scroll":"scroll"},"overflow-x":{"overflow-x-hidden":"hidden","overflow-x-visible":"visible","overflow-x-scroll":"scroll","overflow-x-auto":"auto"},"overflow-y":{"overflow-y-hidden":"hidden","overflow-y-visible":"visible","overflow-y-scroll":"scroll","overflow-y-auto":"auto"},"overscroll-behavior":{"overscroll-auto":"auto","overscroll-contain":"contain","overscroll-none":"none"},"overscroll-behavior-x":{"overscroll-x-auto":"auto","overscroll-x-contain":"contain","overscroll-x-none":"none"},"overscroll-behavior-y":{"overscroll-y-auto":"auto","overscroll-y-contain":"contain","overscroll-y-none":"none"},position:{static:"static",fixed:"fixed",absolute:"absolute",relative:"relative",sticky:"sticky"},inset:{"inset-px":"1px","-inset-px":"-1px","inset-full":"100%","-inset-full":"-100%","inset-auto":"auto"},"inset-inline":{"inset-x-px":"1px","-inset-x-px":"-1px","inset-x-full":"100%","-inset-x-full":"-100%","inset-x-auto":"auto"},"inset-block":{"inset-y-px":"1px","-inset-y-px":"-1px","inset-y-full":"100%","-inset-y-full":"-100%","inset-y-auto":"auto"},top:{"top-px":"1px","-top-px":"-1px","top-full":"100%","-top-full":"-100%","top-auto":"auto"},right:{"right-px":"1px","-right-px":"-1px","right-full":"100%","-right-full":"-100%","right-auto":"auto"},bottom:{"bottom-px":"1px","-bottom-px":"-1px","bottom-full":"100%","-bottom-full":"-100%","bottom-auto":"auto"},left:{"left-px":"1px","-left-px":"-1px","left-full":"100%","-left-full":"-100%","left-auto":"auto"},visibility:{visible:"visible",invisible:"hidden",collapse:"collapse"}},flexGrid:{"flex-basis":{"basis-full":"100%","basis-1/2":"50%","basis-auto":"auto","basis-1/3":"33.333333%","basis-3xs":"var(--container-3xs)","basis-2xs":"var(--container-2xs)","basis-xs":"var(--container-xs)","basis-sm":"var(--container-sm)","basis-md":"var(--container-md)","basis-lg":"var(--container-lg)","basis-xl":"var(--container-xl)","basis-2xl":"var(--container-2xl)","basis-3xl":"var(--container-3xl)","basis-4xl":"var(--container-4xl)","basis-5xl":"var(--container-5xl)","basis-6xl":"var(--container-6xl)","basis-7xl":"var(--container-7xl)"},"flex-direction":{"flex-row":"row","flex-row-reverse":"row-reverse","flex-col":"column","flex-col-reverse":"column-reverse"},"flex-wrap":{"flex-wrap":"wrap","flex-wrap-reverse":"wrap-reverse","flex-nowrap":"nowrap"},flex:{"flex-auto":"1 1 auto","flex-initial":"0 1 auto","flex-none":"none"},"flex-grow":{grow:"1"},"flex-shrink":{shrink:"1"},order:{"order-first":"calc(-infinity)","order-last":"calc(infinity)","order-none":"0"},"grid-template-columns":{"grid-columns-none":"none","grid-columns-subgrid":"subgrid"},"grid-column":{"col-span-full":"1 / -1","col-auto":"auto"},"grid-column-start":{"col-start-auto":"auto"},"grid-column-end":{"col-end-auto":"auto"},"grid-template-rows":{"grid-rows-none":"none","grid-rows-subgrid":"subgrid"},"grid-row":{"row-span-full":"1 / -1","row-auto":"auto"},"grid-row-start":{"row-start-auto":"auto"},"grid-row-end":{"row-end-auto":"auto"},"grid-auto-flow":{"grid-flow-row":"row","grid-flow-col":"column","grid-flow-dense":"dense","grid-flow-row-dense":"row dense","grid-flow-col-dense":"column dense"},"grid-auto-columns":{"auto-columns-auto":"auto","auto-columns-min":"min-content","auto-columns-max":"max-content","auto-columns-fr":"minmax(0, 1fr)"},"grid-auto-rows":{"auto-rows-auto":"auto","auto-rows-min":"min-content","auto-rows-max":"max-content","auto-rows-fr":"minmax(0, 1fr)"},gap:{"gap-px":"1px"},"column-gap":{"gap-x-px":"1px"},"row-gap":{"gap-y-px":"1px"},"justify-content":{"justify-start":"flex-start","justify-end":"flex-end","justify-end-safe":"safe flex-end","justify-center":"center","justify-center-safe":"safe center","justify-between":"space-between","justify-around":"space-around","justify-evenly":"space-evenly","justify-stretch":"stretch","justify-normal":"normal","justify-baseline":"baseline"},"justify-items":{"justify-items-start":"start","justify-items-end":"end","justify-items-end-safe":"safe end","justify-items-center":"center","justify-items-center-safe":"safe center","justify-items-stretch":"stretch","justify-items-normal":"normal"},"justify-self":{"justify-self-auto":"auto","justify-self-start":"start","justify-self-center":"center","justify-self-center-safe":"safe center","justify-self-end":"end","justify-self-end-safe":"safe end","justify-self-stretch":"stretch","justify-self-normal":"normal"},"align-content":{"content-start":"flex-start","content-end":"flex-end","content-center":"center","content-between":"space-between","content-around":"space-around","content-evenly":"space-evenly","content-stretch":"stretch","content-normal":"normal","content-baseline":"baseline"},"align-items":{"items-start":"flex-start","items-end":"flex-end","items-center":"center","items-baseline":"baseline","items-stretch":"stretch","items-normal":"normal","items-end-safe":"safe flex-end","items-center-safe":"safe center","items-baseline-last":"last baseline"},"align-self":{"self-auto":"auto","self-start":"flex-start","self-end":"flex-end","self-end-safe":"safe flex-end","self-center":"center","self-center-safe":"safe center","self-stretch":"stretch","self-baseline":"baseline","self-baseline-last":"last baseline"},"place-content":{"place-content-center":"center","place-content-center-safe":"safe center","place-content-stretch":"stretch","place-content-normal":"normal","place-content-baseline":"baseline","place-content-end-safe":"safe flex-end","place-content-baseline-last":"last baseline","place-content-start":"flex-start","place-content-end":"flex-end","place-content-between":"space-between","place-content-around":"space-around","place-content-evenly":"space-evenly"},"place-items":{"place-items-start":"start","place-items-end":"end","place-items-end-safe":"safe end","place-items-center":"center","place-items-center-safe":"safe center","place-items-stretch":"stretch","place-item-baseline":"baseline"},"place-self":{"place-self-auto":"auto","place-self-start":"start","place-self-center":"center","place-self-center-safe":"safe center","place-self-end":"end","place-self-end-safe":"safe end","place-self-stretch":"stretch"}},sizing:{width:{"w-3xs":"var(--container-3xs)","w-2xs":"var(--container-2xs)","w-xs":"var(--container-xs)","w-sm":"var(--container-sm)","w-md":"var(--container-md)","w-lg":"var(--container-lg)","w-xl":"var(--container-xl)","w-2xl":"var(--container-2xl)","w-3xl":"var(--container-3xl)","w-4xl":"var(--container-4xl)","w-5xl":"var(--container-5xl)","w-6xl":"var(--container-6xl)","w-7xl":"var(--container-7xl)","w-full":"100%","w-auto":"auto","w-px":"1px","w-screen":"100vw","w-min":"min-content","w-max":"max-content","w-fit":"fit-content","w-dvw":"100dvw","w-dvh":"100dvh","w-lvw":"100lvw","w-lvh":"100lvh","w-svw":"100svw","w-svh":"100svh"},"min-width":{"min-w-3xs":"var(--container-3xs)","min-w-2xs":"var(--container-2xs)","min-w-xs":"var(--container-xs)","min-w-sm":"var(--container-sm)","min-w-md":"var(--container-md)","min-w-lg":"var(--container-lg)","min-w-xl":"var(--container-xl)","min-w-2xl":"var(--container-2xl)","min-w-3xl":"var(--container-3xl)","min-w-4xl":"var(--container-4xl)","min-w-5xl":"var(--container-5xl)","min-w-6xl":"var(--container-6xl)","min-w-7xl":"var(--container-7xl)","min-w-full":"100%","min-w-auto":"auto","min-w-min":"min-content","min-w-max":"max-content","min-w-fit":"fit-content","min-w-screen":"100vw","min-w-dvw":"100dvw","min-w-dvh":"100dvh","min-w-lvw":"100lvw","min-w-lvh":"100lvh","min-w-svw":"100svw","min-w-svh":"100svh","min-w-px":"1px"},"max-width":{"max-w-3xs":"var(--container-3xs)","max-w-2xs":"var(--container-2xs)","max-w-xs":"var(--container-xs)","max-w-sm":"var(--container-sm)","max-w-md":"var(--container-md)","max-w-lg":"var(--container-lg)","max-w-xl":"var(--container-xl)","max-w-2xl":"var(--container-2xl)","max-w-3xl":"var(--container-3xl)","max-w-4xl":"var(--container-4xl)","max-w-5xl":"var(--container-5xl)","max-w-6xl":"var(--container-6xl)","max-w-7xl":"var(--container-7xl)","max-w-full":"100%","max-w-auto":"auto","max-w-min":"min-content","max-w-max":"max-content","max-w-fit":"fit-content","max-w-screen":"100vw","max-w-dvw":"100dvw","max-w-dvh":"100dvh","max-w-lvw":"100lvw","max-w-lvh":"100lvh","max-w-svw":"100svw","max-w-svh":"100svh","max-w-px":"1px"},height:{"h-3xs":"var(--container-3xs)","h-2xs":"var(--container-2xs)","h-xs":"var(--container-xs)","h-sm":"var(--container-sm)","h-md":"var(--container-md)","h-lg":"var(--container-lg)","h-xl":"var(--container-xl)","h-2xl":"var(--container-2xl)","h-3xl":"var(--container-3xl)","h-4xl":"var(--container-4xl)","h-5xl":"var(--container-5xl)","h-6xl":"var(--container-6xl)","h-7xl":"var(--container-7xl)","h-auto":"auto","h-full":"100%","h-min":"min-content","h-max":"max-content","h-fit":"fit-content","h-px":"1px","h-screen":"100vh","h-dvh":"100dvh","h-lvh":"100lvh","h-svh":"100svh","h-dvw":"100dvw","h-lvw":"100lvw","h-svw":"100svw"},"min-height":{"min-h-3xs":"var(--container-3xs)","min-h-2xs":"var(--container-2xs)","min-h-xs":"var(--container-xs)","min-h-sm":"var(--container-sm)","min-h-md":"var(--container-md)","min-h-lg":"var(--container-lg)","min-h-xl":"var(--container-xl)","min-h-2xl":"var(--container-2xl)","min-h-3xl":"var(--container-3xl)","min-h-4xl":"var(--container-4xl)","min-h-5xl":"var(--container-5xl)","min-h-6xl":"var(--container-6xl)","min-h-7xl":"var(--container-7xl)","min-h-auto":"auto","min-h-full":"100%","min-h-min":"min-content","min-h-max":"max-content","min-h-fit":"fit-content","min-h-screen":"100vh","min-h-dvh":"100dvh","min-h-lvh":"100lvh","min-h-svh":"100svh","min-h-dvw":"100dvw","min-h-lvw":"100lvw","min-h-svw":"100svw","max-h-px":"1px"},"max-height":{"max-h-3xs":"var(--container-3xs)","max-h-2xs":"var(--container-2xs)","max-h-xs":"var(--container-xs)","max-h-sm":"var(--container-sm)","max-h-md":"var(--container-md)","max-h-lg":"var(--container-lg)","max-h-xl":"var(--container-xl)","max-h-2xl":"var(--container-2xl)","max-h-3xl":"var(--container-3xl)","max-h-4xl":"var(--container-4xl)","max-h-5xl":"var(--container-5xl)","max-h-6xl":"var(--container-6xl)","max-h-7xl":"var(--container-7xl)","max-h-auto":"auto","max-h-full":"100%","max-h-min":"min-content","max-h-max":"max-content","max-h-fit":"fit-content","max-h-screen":"100vh","max-h-dvh":"100dvh","max-h-lvh":"100lvh","max-h-svh":"100svh","max-h-dvw":"100dvw","max-h-lvw":"100lvw","max-h-svw":"100svw","max-h-px":"1px"}},typography:{"font-family":{"font-family-sans":'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',"font-family-serif":'Georgia, Cambria, "Times New Roman", Times, serif',"font-family-mono":'"Courier New", Courier, monospace'},"font-size":{"text-xs":"var(--text-xs)","text-sm":"var(--text-sm)","text-base":"var(--text-base)","text-lg":"var(--text-lg)","text-xl":"var(--text-xl)","text-2xl":"var(--text-2xl)","text-3xl":"var(--text-3xl)","text-4xl":"var(--text-4xl)","text-5xl":"var(--text-5xl)","text-6xl":"var(--text-6xl)","text-7xl":"var(--text-7xl)","text-8xl":"var(--text-8xl)","text-9xl":"var(--text-9xl)"},"-webkit-font-smoothing":{antialiased:"antialiased","subpixel-antialiased":"auto"},"font-style":{italic:"italic","not-italic":"normal"},"font-weight":{"font-thin":"100","font-extralight":"200","font-light":"300","font-normal":"400","font-medium":"500","font-semibold":"600","font-bold":"700","font-extrabold":"800","font-black":"900"},"font-stretch":{"font-stretch-ultra-condensed":"ultra-condensed","font-stretch-extra-condensed":"extra-condensed","font-stretch-condensed":"condensed","font-stretch-semi-condensed":"semi-condensed","font-stretch-normal":"normal","font-stretch-semi-expanded":"semi-expanded","font-stretch-expanded":"expanded","font-stretch-extra-expanded":"extra-expanded","font-stretch-ultra-expanded":"ultra-expanded"},"font-variant-numeric":{"normal-nums":"normal","ordinal-nums":"ordinal","slashed-zero-nums":"slashed-zero","lining-nums":"lining-nums","oldstyle-nums":"oldstyle-nums","proportional-nums":"proportional-nums","tabular-nums":"tabular-nums","diagonal-fractions":"diagonal-fractions","stacked-fractions":"stacked-fractions"},"letter-spacing":{"tracking-tighter":"-0.05em","tracking-tight":"-0.025em","tracking-normal":"0em","tracking-wide":"0.025em","tracking-wider":"0.05em","tracking-widest":"0.1em"},"line-height":{"leading-none":"1","leading-tight":"1.25","leading-snug":"1.375","leading-normal":"1.5","leading-relaxed":"1.625","leading-loose":"2"},"list-style-image":{"list-image-none":"none"},"list-style-position":{"list-inside":"inside","list-outside":"outside"},"list-style-type":{"list-none":"none","list-disc":"disc","list-decimal":"decimal","list-square":"square","list-circle":"circle","list-upper-roman":"upper-roman"},"text-align":{"text-left":"left","text-center":"center","text-right":"right","text-justify":"justify","text-start":"start","text-end":"end"},color:{"text-color-inherit":"inherit","text-color-current":"currentColor","text-color-transparent":"transparent"},"text-decoration-line":{underline:"underline","line-through":"line-through","no-underline":"none",overline:"overline"},"text-decoration-color":{"decoration-color-inherit":"inherit","decoration-color-current":"currentColor","decoration-color-transparent":"transparent"},"text-decoration-style":{"decoration-style-solid":"solid","decoration-style-double":"double","decoration-style-dotted":"dotted","decoration-style-dashed":"dashed","decoration-style-wavy":"wavy"},"text-decoration-thickness":{"decoration-thick-auto":"auto","decoration-thick-from-font":"from-font"},"text-underline-offset":{"underline-offset-auto":"auto"},"text-transform":{uppercase:"uppercase",lowercase:"lowercase",capitalize:"capitalize","normal-case":"none"},"text-overflow":{"text-ellipsis":"ellipsis","text-clip":"clip"},"text-wrap":{"text-wrap":"wrap","text-nowrap":"nowrap","text-balance":"balance","text-pretty":"pretty"},"text-indent":{"indent-px":"1px","-indent-px":"-1px"},"vertical-align":{"align-baseline":"baseline","align-top":"top","align-middle":"middle","align-bottom":"bottom","align-text-top":"text-top","align-text-bottom":"text-bottom","align-sub":"sub","align-super":"super","align-inherit":"inherit"},"white-space":{"whitespace-normal":"normal","whitespace-nowrap":"nowrap","whitespace-pre":"pre","whitespace-pre-line":"pre-line","whitespace-pre-wrap":"pre-wrap","whitespace-break-spaces":"break-spaces"},"word-break":{"break-normal":"normal","break-all":"break-all","keep-all":"keep-all"},"overflow-wrap":{"wrap-break-word":"break-word","wrap-normal":"normal","wrap-anywhere":"anywhere"},hyphens:{"hyphens-none":"none","hyphens-manual":"manual","hyphens-auto":"auto"},content:{"content-none":" none"},direction:{ltr:"ltr",rtl:"rtl"}},background:{"background-attachment":{"bg-fixed":"fixed","bg-local":"local","bg-scroll":"scroll"},"background-clip":{"bg-clip-border":"border-box","bg-clip-padding":"padding-box","bg-clip-content":"content-box","bg-clip-text":"text"},"background-color":{"bg-color-inherit":"inherit","bg-color-current":"currentColor","bg-color-transparent":"transparent"},"background-image":{"bg-none":"none"},"background-origin":{"bg-origin-border":"border-box","bg-origin-padding":"padding-box","bg-origin-content":"content-box"},"background-position":{"bg-center":"center","bg-top":"top","bg-bottom":"bottom","bg-left":"left","bg-right":"right","bg-top-left":"top left","bg-top-right":"top right","bg-bottom-left":"bottom left","bg-bottom-right":"bottom right"},"background-repeat":{"bg-repeat":"repeat","bg-no-repeat":"no-repeat","bg-repeat-x":"repeat-x","bg-repeat-y":"repeat-y","bg-repeat-round":"round","bg-repeat-space":"space"},"background-size":{"bg-auto":"auto","bg-cover":"cover","bg-contain":"contain"}},border:{"border-radius":{rounded:"4px","rounded-none":"0px"},"border-width":{border:"1px; border-style: var(--uni-border-style)","border-none":"0px"},"border-inline-width":{"border-x":"1px; border-style: var(--uni-border-style)"},"border-block-width":{"border-y":"1px; border-style: var(--uni-border-style)"},"border-top-width":{"border-t":"1px; border-style: var(--uni-border-style)"},"border-right-width":{"border-r":"1px; border-style: var(--uni-border-style)"},"border-bottom-width":{"border-b":"1px; border-style: var(--uni-border-style)"},"border-left-width":{"border-l":"1px; border-style: var(--uni-border-style)"},"border-color":{"border-inherit":"inherit","border-current":"currentColor","border-transparent":"transparent"},"outline-width":{outline:"1px; outline-style: var(--uni-outline-style)"},"outline-color":{"outline-inherit":"inherit","outline-current":"currentColor","outline-transparent":"transparent"}},effects:{shadow:{"2xs":"0 1px var(--uni-shadow-color, rgb(0 0 0 / 0.05))",xs:" 0 1px 2px 0 var(--uni-shadow-color, rgb(0 0 0 / 0.05))",sm:"0 1px 3px 0 var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--uni-shadow-color, rgb(0 0 0 / 0.1))",md:"0 4px 6px -1px var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--uni-shadow-color, rgb(0 0 0 / 0.1))",lg:"0 10px 15px -3px var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--uni-shadow-color, rgb(0 0 0 / 0.1))",xl:" 0 20px 25px -5px var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--uni-shadow-color, rgb(0 0 0 / 0.1))","2xl":"0 25px 50px -12px var(--uni-shadow-color, rgb(0 0 0 / 0.25))",none:"0 0 #0000",inherit:"inherit",current:"currentColor",transparent:"transparent","inset-2xs":"inset 0 1px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-xs":"inset 0 1px 1px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-sm":"inset 0 2px 4px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-md":"inset 0 4px 6px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-lg":"inset 0 10px 15px var(--uni-inset-shadow-color,rgb(0 0 0 / 0.05))","inset-xl":"inset 0 20px 25px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-2xl":"inset 0 25px 50px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.25))","inset-none":"inset none","inset-inherit":"inset inherit","inset-current":"inset currentColor","inset-transparent":"inset transparent"},dropShadow:{xs:"0 1px 1px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.15))",sm:"0 1px 2px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.15))",md:"0 3px 3px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.12))",lg:"0 4px 4px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.15))",xl:"0 9px 7px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.25))","2xl":" 0 15px 15px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.35))",inherit:"inherit",current:"currentColor",transparent:"transparent",none:"none"},"text-shadow":{"text-shadow-2xs":" 0 1px 0px var(--uni-text-shadow-color, rgb(0 0 0 / 0.05))","text-shadow-xs":" 0px 1px 1px var(--uni-text-shadow-color, rgb(0 0 0 / 0.05))","text-shadow-sm":" 0px 1px 0px var(--uni-text-shadow-color, rgb(0 0 0 / 0.075)), 0px 1px 1px var(--uni-text-shadow-color, rgb(0 0 0 / 0.075)), 0px 2px 2px var(--uni-text-shadow-color, rgb(0 0 0 / 0.075))","text-shadow-md":"0px 1px 1px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 1px 2px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 2px 4px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1))","text-shadow-lg":"0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)) ","text-shadow-none":"none","text-shadow-inherit":"inherit","text-shadow-current":"currentColor","text-shadow-transparent":"transparent"},"mix-blend-mode":{"mix-blend-normal":"normal","mix-blend-multiply":"multiply","mix-blend-screen":"screen","mix-blend-overlay":"overlay","mix-blend-darken":"darken","mix-blend-lighten":"lighten","mix-blend-color-dodge":"color-dodge","mix-blend-color-burn":"color-burn","mix-blend-hard-light":"hard-light","mix-blend-soft-light":"soft-light","mix-blend-difference":"difference","mix-blend-exclusion":"exclusion","mix-blend-hue":"hue","mix-blend-saturation":"saturation","mix-blend-color":"color","mix-blend-luminosity":"luminosity","mix-blend-plus-lighter":"plus-lighter","mix-blend-plus-darker":"plus-darker"},"background-blend-mode":{"bg-blend-normal":"normal","bg-blend-multiply":"multiply","bg-blend-screen":"screen","bg-blend-overlay":"overlay","bg-blend-darken":"darken","bg-blend-lighten":"lighten","bg-blend-color-dodge":"color-dodge","bg-blend-color-burn":"color-burn","bg-blend-hard-light":"hard-light","bg-blend-soft-light":"soft-light","bg-blend-difference":"difference","bg-blend-exclusion":"exclusion","bg-blend-hue":"hue","bg-blend-saturation":"saturation","bg-blend-color":"color","bg-blend-luminosity":"luminosity"},"mask-clip":{"mask-clip-content":"content-box","mask-clip-border":"border-box","mask-clip-padding":"padding-box","mask-clip-filled":"fill-box","mask-clip-stroke":"stroke-box","mask-clip-view-box":"view-box","mask-no-clip":"no-clip"},"mask-composite":{"mask-add":"add","mask-subtract":"subtract","mask-intersect":"intersect","mask-exclude":"exclude"},"mask-image":{"mask-image-none":"none"},"mask-position":{"mask-top-left":"top left","mask-top":"top","mask-top-right":"top right","mask-left":"left","mask-center":"center","mask-right":"right","mask-bottom-left":"bottom left","mask-bottom":"bottom","mask-bottom-right":"bottom right"},"mask-repeat":{"mask-repeat":"repeat","mask-repeat-x":"repeat-x","mask-repeat-y":"repeat-y","mask-no-repeat":"no-repeat","mask-repeat-round":"round","mask-repeat-space":"space"},"mask-mode":{"mask-luminance":"luminance","mask-alpha":"alpha","mask-match":"match-source"},"mask-origin":{"mask-origin-content":"content-box","mask-origin-border":"border-box","mask-origin-padding":"padding-box","mask-origin-view":"view-box","mask-origin-fill":"fill-box","mask-origin-stroke":"stroke-box"},"mask-size":{"mask-size-auto":"auto","mask-size-cover":"cover","mask-size-contain":"contain"}},table:{"border-collapse":{"border-collapse":"collapse","border-separate":"separate"},"table-layout":{"table-auto":"auto","table-fixed":"fixed"},"caption-side":{"caption-top":"top","caption-bottom":"bottom"}},transition:{"transition-property":{"transition-none":"none"},"transition-behavior":{"transition-normal":"normal","transition-discrete":"allow-discrete"},"transition-duration":{"duration-initial":"initial"},"transition-timing-function":{"ease-linear":"linear","ease-in":"cubic-bezier(0.4, 0, 1, 1)","ease-out":"cubic-bezier(0, 0, 0.2, 1)","ease-in-out":"cubic-bezier(0.4, 0, 0.2, 1)","ease-initial":"initial"},"animation-play-state":{"animation-running":"running","animation-paused":"paused"},"animation-direction":{"animation-normal":"normal","animation-reverse":"reverse","animation-alternate":"alternate","animation-alternate-reverse":"alternate-reverse"},"animation-fill-mode":{"animation-none":"none","animation-forwards":"forwards","animation-backwards":"backwards","animation-both":"both"}},transforms:{"backface-visibility":{"backface-visible":"visible","backface-hidden":"hidden"},perspective:{"perspective-dramatic":"100px","perspective-near":"300px","perspective-normal":"500px","perspective-midrange":"800px","perspective-distant":"1200px","perspective-none":"none"},"perspective-origin":{"perspective-origin-center":"center","perspective-origin-top":"top","perspective-origin-bottom":"bottom","perspective-origin-left":"left","perspective-origin-right":"right","perspective-origin-top-left":"top left","perspective-origin-top-right":"top right","perspective-origin-bottom-left":"bottom left","perspective-origin-bottom-right":"bottom right"},"transform-origin":{"origin-center":"center","origin-top":"top","origin-bottom":"bottom","origin-left":"left","origin-right":"right","origin-top-left":"top left","origin-top-right":"top right","origin-bottom-left":"bottom left","origin-bottom-right":"bottom right"},rotate:{"rotate-none":"none"},scale:{"scale-none":"none"},transform:{"transform-none":"none"},translate:{"translate-full":"100%","translate-px":"1px","-translate-full":"-100%","translate-x-full":"100% var(--uni-translate-y)","-translate-x-full":"-100% var(--uni-translate-y)","translate-y-full":"var(--uni-translate-x) 100%","-translate-y-full":"var(--uni-translate-x) -100%","translate-none":"none","-translate-y-px":"var(--uni-translate-x) -1px","translate-y-px":"var(--uni-translate-x) 1px","-translate-x-px":"-1px var(--uni-translate-y)","translate-x-px":"1px var(--uni-translate-y)","translate-z-px":"var(--uni-translate-x) var(--uni-translate-y) 1px","-translate-z-px":"-var(--uni-translate-x) -var(--uni-translate-y) -1px"},"transform-style":{"transform-style-flat":"flat","transform-style-3d":"preserve-3d"}},interactivity:{appearance:{"appearance-none":"none","appearance-auto":"auto"},"color-scheme":{"scheme-light":"light","scheme-dark":"dark","scheme-normal":"normal","scheme-light-dark":"light dark","scheme-only-dark":"only dark","scheme-only-light":"only light"},cursor:{"cursor-auto":"auto","cursor-default":"default","cursor-pointer":"pointer","cursor-wait":"wait","cursor-text":"text","cursor-move":"move","cursor-help":"help","cursor-not-allowed":"not-allowed","cursor-none":"none","cursor-context-menu":"context-menu","cursor-progress":"progress","cursor-cell":"cell","cursor-crosshair":"crosshair","cursor-alias":"alias","cursor-copy":"copy","cursor-grab":"grab","cursor-grabbing":"grabbing","cursor-zoom-in":"zoom-in","cursor-zoom-out":"zoom-out","cursor-no-drop":"no-drop","cursor-all-scroll":"all-scroll","cursor-col-resize":"col-resize","cursor-row-resize":"row-resize","cursor-n-resize":"n-resize","cursor-ne-resize":"ne-resize","cursor-e-resize":"e-resize","cursor-se-resize":"se-resize","cursor-s-resize":"s-resize","cursor-sw-resize":"sw-resize","cursor-w-resize":"w-resize","cursor-nw-resize":"nw-resize","cursor-ew-resize":"ew-resize","cursor-ns-resize":"ns-resize","cursor-nesw-resize":"nesw-resize"},"field-sizing":{"field-sizing-fixed":"fixed","field-sizing-content":"content"},"pointer-events":{"pointer-events-none":"none","pointer-events-auto":"auto"},resize:{"resize-none":"none","resize-x":"horizontal","resize-y":"vertical",resize:"both"},"scroll-behavior":{"scroll-auto":"auto","scroll-smooth":"smooth"},"scroll-snap-align":{"snap-start":"start","snap-end":"end","snap-center":"center","snap-align-none":"none"},"scroll-snap-stop":{"snap-normal":"normal","snap-always":"always"},"will-change":{"will-change-auto":"auto","will-change-scroll":"scroll-position","will-change-contents":"contents","will-change-transform":"transform"},"scroll-snap-type":{"snap-none":"none","snap-x":"x","snap-x-mandatory":"x mandatory","snap-x-proximity":"x proximity","snap-y":"y","snap-y-mandatory":"y mandatory","snap-y-proximity":"y proximity","snap-block":"block","snap-block-mandatory":"block mandatory","snap-block-proximity":"block proximity","snap-inline":"inline","snap-inline-mandatory":"inline mandatory","snap-inline-proximity":"inline proximity","snap-both":"both","snap-both-mandatory":"both mandatory","snap-both-proximity":"both proximity"},"touch-action":{"touch-auto":"auto","touch-none":"none","touch-pan-x":"pan-x","touch-pan-left":"pan-left","touch-pan-right":"pan-right","touch-pan-y":"pan-y","touch-pan-up":"pan-up","touch-pan-down":"pan-down","touch-pinch-zoom":"pinch-zoom","touch-manipulation":"manipulation"},"user-select":{"select-none":"none","select-text":"text","select-all":"all","select-auto":"auto"}},svg:{fill:{"fill-none":"none","fill-inherit":"inherit","fill-current":"currentColor","fill-transparent":"transparent"},stroke:{"stroke-none":"none","stroke-inherit":"inherit","stroke-current":"currentColor","stroke-transparent":"transparent"}}}}}});var ja=_(hn=>{"use strict";Object.defineProperty(hn,"__esModule",{value:!0});function DE(t,e){if(t==null)return{};var i={};for(var r in t)if({}.hasOwnProperty.call(t,r)){if(e.indexOf(r)!==-1)continue;i[r]=t[r]}return i}var Ii=class{constructor(e,i,r){this.line=void 0,this.column=void 0,this.index=void 0,this.line=e,this.column=i,this.index=r}},cs=class{constructor(e,i){this.start=void 0,this.end=void 0,this.filename=void 0,this.identifierName=void 0,this.start=e,this.end=i}};function Dt(t,e){let{line:i,column:r,index:s}=t;return new Ii(i,r+e,s+e)}var Fd="BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED",LE={ImportMetaOutsideModule:{message:`import.meta may appear only with 'sourceType: "module"'`,code:Fd},ImportOutsideModule:{message:`'import' and 'export' may appear only with 'sourceType: "module"'`,code:Fd}},Bd={ArrayPattern:"array destructuring pattern",AssignmentExpression:"assignment expression",AssignmentPattern:"assignment expression",ArrowFunctionExpression:"arrow function expression",ConditionalExpression:"conditional expression",CatchClause:"catch clause",ForOfStatement:"for-of statement",ForInStatement:"for-in statement",ForStatement:"for-loop",FormalParameters:"function parameter list",Identifier:"identifier",ImportSpecifier:"import specifier",ImportDefaultSpecifier:"import default specifier",ImportNamespaceSpecifier:"import namespace specifier",ObjectPattern:"object destructuring pattern",ParenthesizedExpression:"parenthesized expression",RestElement:"rest element",UpdateExpression:{true:"prefix operation",false:"postfix operation"},VariableDeclarator:"variable declaration",YieldExpression:"yield expression"},Oa=t=>t.type==="UpdateExpression"?Bd.UpdateExpression[`${t.prefix}`]:Bd[t.type],ME={AccessorIsGenerator:({kind:t})=>`A ${t}ter cannot be a generator.`,ArgumentsInClass:"'arguments' is only allowed in functions and class methods.",AsyncFunctionInSingleStatementContext:"Async functions can only be declared at the top level or inside a block.",AwaitBindingIdentifier:"Can not use 'await' as identifier inside an async function.",AwaitBindingIdentifierInStaticBlock:"Can not use 'await' as identifier inside a static block.",AwaitExpressionFormalParameter:"'await' is not allowed in async function parameters.",AwaitUsingNotInAsyncContext:"'await using' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncContext:"'await' is only allowed within async functions and at the top levels of modules.",BadGetterArity:"A 'get' accessor must not have any formal parameters.",BadSetterArity:"A 'set' accessor must have exactly one formal parameter.",BadSetterRestParameter:"A 'set' accessor function argument must not be a rest parameter.",ConstructorClassField:"Classes may not have a field named 'constructor'.",ConstructorClassPrivateField:"Classes may not have a private field named '#constructor'.",ConstructorIsAccessor:"Class constructor may not be an accessor.",ConstructorIsAsync:"Constructor can't be an async function.",ConstructorIsGenerator:"Constructor can't be a generator.",DeclarationMissingInitializer:({kind:t})=>`Missing initializer in ${t} declaration.`,DecoratorArgumentsOutsideParentheses:"Decorator arguments must be moved inside parentheses: use '@(decorator(args))' instead of '@(decorator)(args)'.",DecoratorBeforeExport:"Decorators must be placed *before* the 'export' keyword. Remove the 'decoratorsBeforeExport: true' option to use the 'export @decorator class {}' syntax.",DecoratorsBeforeAfterExport:"Decorators can be placed *either* before or after the 'export' keyword, but not in both locations at the same time.",DecoratorConstructor:"Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?",DecoratorExportClass:"Decorators must be placed *after* the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the '@decorator export class {}' syntax.",DecoratorSemicolon:"Decorators must not be followed by a semicolon.",DecoratorStaticBlock:"Decorators can't be used with a static block.",DeferImportRequiresNamespace:'Only `import defer * as x from "./module"` is valid.',DeletePrivateField:"Deleting a private field is not allowed.",DestructureNamedImport:"ES2015 named imports do not destructure. Use another statement for destructuring after the import.",DuplicateConstructor:"Duplicate constructor in the same class.",DuplicateDefaultExport:"Only one default export allowed per module.",DuplicateExport:({exportName:t})=>`\`${t}\` has already been exported. Exported identifiers must be unique.`,DuplicateProto:"Redefinition of __proto__ property.",DuplicateRegExpFlags:"Duplicate regular expression flag.",ElementAfterRest:"Rest element must be last element.",EscapedCharNotAnIdentifier:"Invalid Unicode escape.",ExportBindingIsString:({localName:t,exportName:e})=>`A string literal cannot be used as an exported binding without \`from\`.
|
|
3
|
+
>>> no match, partial?`,e,d,i,m),d===c))}let P;if(typeof u=="string"?(P=f===u,this.debug("string match",u,f,P)):(P=u.test(f),this.debug("pattern match",u,f,P)),!P)return!1}if(a===c&&l===o)return!0;if(a===c)return r;if(l===o)return a===c-1&&e[a]==="";throw new Error("wtf?")}braceExpand(){return(0,ne.braceExpand)(this.pattern,this.options)}parse(e){(0,ra.assertValidPattern)(e);let i=this.options;if(e==="**")return ne.GLOBSTAR;if(e==="")return"";let r,s=null;(r=e.match(mS))?s=i.dot?TS:yS:(r=e.match(nS))?s=(i.nocase?i.dot?cS:lS:i.dot?oS:aS)(r[1]):(r=e.match(gS))?s=(i.nocase?i.dot?bS:xS:i.dot?SS:ES)(r):(r=e.match(uS))?s=i.dot?fS:pS:(r=e.match(hS))&&(s=dS);let n=Kh.AST.fromGlob(e,this.options).toMMPattern();return s&&typeof n=="object"&&Reflect.defineProperty(n,"test",{value:s}),n}makeRe(){if(this.regexp||this.regexp===!1)return this.regexp;let e=this.set;if(!e.length)return this.regexp=!1,this.regexp;let i=this.options,r=i.noglobstar?vS:i.dot?AS:wS,s=new Set(i.nocase?["i"]:[]),n=e.map(c=>{let o=c.map(u=>{if(u instanceof RegExp)for(let f of u.flags.split(""))s.add(f);return typeof u=="string"?NS(u):u===ne.GLOBSTAR?ne.GLOBSTAR:u._src});return o.forEach((u,f)=>{let d=o[f+1],m=o[f-1];u!==ne.GLOBSTAR||m===ne.GLOBSTAR||(m===void 0?d!==void 0&&d!==ne.GLOBSTAR?o[f+1]="(?:\\/|"+r+"\\/)?"+d:o[f]=r:d===void 0?o[f-1]=m+"(?:\\/|"+r+")?":d!==ne.GLOBSTAR&&(o[f-1]=m+"(?:\\/|\\/"+r+"\\/)"+d,o[f+1]=ne.GLOBSTAR))}),o.filter(u=>u!==ne.GLOBSTAR).join("/")}).join("|"),[a,l]=e.length>1?["(?:",")"]:["",""];n="^"+a+n+l+"$",this.negate&&(n="^(?!"+n+").+$");try{this.regexp=new RegExp(n,[...s].join(""))}catch{this.regexp=!1}return this.regexp}slashSplit(e){return this.preserveMultipleSlashes?e.split("/"):this.isWindows&&/^\/\/[^\/]+/.test(e)?["",...e.split(/\/+/)]:e.split(/\/+/)}match(e,i=this.partial){if(this.debug("match",e,this.pattern),this.comment)return!1;if(this.empty)return e==="";if(e==="/"&&i)return!0;let r=this.options;this.isWindows&&(e=e.split("\\").join("/"));let s=this.slashSplit(e);this.debug(this.pattern,"split",s);let n=this.set;this.debug(this.pattern,"set",n);let a=s[s.length-1];if(!a)for(let l=s.length-2;!a&&l>=0;l--)a=s[l];for(let l=0;l<n.length;l++){let c=n[l],o=s;if(r.matchBase&&c.length===1&&(o=[a]),this.matchOne(o,c,i))return r.flipNegate?!0:!this.negate}return r.flipNegate?!1:this.negate}static defaults(e){return ne.minimatch.defaults(e).Minimatch}};ne.Minimatch=Pr;var DS=dl();Object.defineProperty(ne,"AST",{enumerable:!0,get:function(){return DS.AST}});var LS=ml();Object.defineProperty(ne,"escape",{enumerable:!0,get:function(){return LS.escape}});var MS=Qn();Object.defineProperty(ne,"unescape",{enumerable:!0,get:function(){return MS.unescape}});ne.minimatch.AST=Kh.AST;ne.minimatch.Minimatch=Pr;ne.minimatch.escape=iS.escape;ne.minimatch.unescape=rS.unescape});var Gh=_(na=>{"use strict";Object.defineProperty(na,"__esModule",{value:!0});na.LRUCache=void 0;var es=typeof performance=="object"&&performance&&typeof performance.now=="function"?performance:Date,Jh=new Set,yl=typeof process=="object"&&process?process:{},Xh=(t,e,i,r)=>{typeof yl.emitWarning=="function"?yl.emitWarning(t,e,i,r):console.error(`[${i}] ${e}: ${t}`)},sa=globalThis.AbortController,zh=globalThis.AbortSignal;if(typeof sa>"u"){zh=class{onabort;_onabort=[];reason;aborted=!1;addEventListener(r,s){this._onabort.push(s)}},sa=class{constructor(){e()}signal=new zh;abort(r){if(!this.signal.aborted){this.signal.reason=r,this.signal.aborted=!0;for(let s of this.signal._onabort)s(r);this.signal.onabort?.(r)}}};let t=yl.env?.LRU_CACHE_IGNORE_AC_WARNING!=="1",e=()=>{t&&(t=!1,Xh("AbortController is not defined. If using lru-cache in node 14, load an AbortController polyfill from the `node-abort-controller` package. A minimal polyfill is provided for use by LRUCache.fetch(), but it should not be relied upon in other contexts (eg, passing it to other APIs that use AbortController/AbortSignal might have undesirable effects). You may disable this with LRU_CACHE_IGNORE_AC_WARNING=1 in the env.","NO_ABORT_CONTROLLER","ENOTSUP",e))}}var FS=t=>!Jh.has(t),MG=Symbol("type"),Zi=t=>t&&t===Math.floor(t)&&t>0&&isFinite(t),Hh=t=>Zi(t)?t<=Math.pow(2,8)?Uint8Array:t<=Math.pow(2,16)?Uint16Array:t<=Math.pow(2,32)?Uint32Array:t<=Number.MAX_SAFE_INTEGER?ts:null:null,ts=class extends Array{constructor(e){super(e),this.fill(0)}},Tl=class t{heap;length;static#e=!1;static create(e){let i=Hh(e);if(!i)return[];t.#e=!0;let r=new t(e,i);return t.#e=!1,r}constructor(e,i){if(!t.#e)throw new TypeError("instantiate Stack using Stack.create(n)");this.heap=new i(e),this.length=0}push(e){this.heap[this.length++]=e}pop(){return this.heap[--this.length]}},gl=class t{#e;#t;#n;#s;#a;#b;#T;ttl;ttlResolution;ttlAutopurge;updateAgeOnGet;updateAgeOnHas;allowStale;noDisposeOnSet;noUpdateTTL;maxEntrySize;sizeCalculation;noDeleteOnFetchRejection;noDeleteOnStaleGet;allowStaleOnFetchAbort;allowStaleOnFetchRejection;ignoreFetchAbort;#o;#p;#l;#c;#i;#f;#g;#d;#m;#C;#y;#I;#E;#S;#x;#A;#h;#_;static unsafeExposeInternals(e){return{starts:e.#E,ttls:e.#S,sizes:e.#I,keyMap:e.#l,keyList:e.#c,valList:e.#i,next:e.#f,prev:e.#g,get head(){return e.#d},get tail(){return e.#m},free:e.#C,isBackgroundFetch:i=>e.#u(i),backgroundFetch:(i,r,s,n)=>e.#M(i,r,s,n),moveToTail:i=>e.#j(i),indexes:i=>e.#w(i),rindexes:i=>e.#k(i),isStale:i=>e.#v(i)}}get max(){return this.#e}get maxSize(){return this.#t}get calculatedSize(){return this.#p}get size(){return this.#o}get fetchMethod(){return this.#b}get memoMethod(){return this.#T}get dispose(){return this.#n}get onInsert(){return this.#s}get disposeAfter(){return this.#a}constructor(e){let{max:i=0,ttl:r,ttlResolution:s=1,ttlAutopurge:n,updateAgeOnGet:a,updateAgeOnHas:l,allowStale:c,dispose:o,onInsert:u,disposeAfter:f,noDisposeOnSet:d,noUpdateTTL:m,maxSize:S=0,maxEntrySize:P=0,sizeCalculation:A,fetchMethod:C,memoMethod:k,noDeleteOnFetchRejection:D,noDeleteOnStaleGet:L,allowStaleOnFetchRejection:j,allowStaleOnFetchAbort:$,ignoreFetchAbort:ee}=e;if(i!==0&&!Zi(i))throw new TypeError("max option must be a nonnegative integer");let le=i?Hh(i):Array;if(!le)throw new Error("invalid max value: "+i);if(this.#e=i,this.#t=S,this.maxEntrySize=P||this.#t,this.sizeCalculation=A,this.sizeCalculation){if(!this.#t&&!this.maxEntrySize)throw new TypeError("cannot set sizeCalculation without setting maxSize or maxEntrySize");if(typeof this.sizeCalculation!="function")throw new TypeError("sizeCalculation set to non-function")}if(k!==void 0&&typeof k!="function")throw new TypeError("memoMethod must be a function if defined");if(this.#T=k,C!==void 0&&typeof C!="function")throw new TypeError("fetchMethod must be a function if specified");if(this.#b=C,this.#A=!!C,this.#l=new Map,this.#c=new Array(i).fill(void 0),this.#i=new Array(i).fill(void 0),this.#f=new le(i),this.#g=new le(i),this.#d=0,this.#m=0,this.#C=Tl.create(i),this.#o=0,this.#p=0,typeof o=="function"&&(this.#n=o),typeof u=="function"&&(this.#s=u),typeof f=="function"?(this.#a=f,this.#y=[]):(this.#a=void 0,this.#y=void 0),this.#x=!!this.#n,this.#_=!!this.#s,this.#h=!!this.#a,this.noDisposeOnSet=!!d,this.noUpdateTTL=!!m,this.noDeleteOnFetchRejection=!!D,this.allowStaleOnFetchRejection=!!j,this.allowStaleOnFetchAbort=!!$,this.ignoreFetchAbort=!!ee,this.maxEntrySize!==0){if(this.#t!==0&&!Zi(this.#t))throw new TypeError("maxSize must be a positive integer if specified");if(!Zi(this.maxEntrySize))throw new TypeError("maxEntrySize must be a positive integer if specified");this.#$()}if(this.allowStale=!!c,this.noDeleteOnStaleGet=!!L,this.updateAgeOnGet=!!a,this.updateAgeOnHas=!!l,this.ttlResolution=Zi(s)||s===0?s:1,this.ttlAutopurge=!!n,this.ttl=r||0,this.ttl){if(!Zi(this.ttl))throw new TypeError("ttl must be a positive integer if specified");this.#r()}if(this.#e===0&&this.ttl===0&&this.#t===0)throw new TypeError("At least one of max, maxSize, or ttl is required");if(!this.ttlAutopurge&&!this.#e&&!this.#t){let me="LRU_CACHE_UNBOUNDED";FS(me)&&(Jh.add(me),Xh("TTL caching without ttlAutopurge, max, or maxSize can result in unbounded memory consumption.","UnboundedCacheWarning",me,t))}}getRemainingTTL(e){return this.#l.has(e)?1/0:0}#r(){let e=new ts(this.#e),i=new ts(this.#e);this.#S=e,this.#E=i,this.#O=(n,a,l=es.now())=>{if(i[n]=a!==0?l:0,e[n]=a,a!==0&&this.ttlAutopurge){let c=setTimeout(()=>{this.#v(n)&&this.#N(this.#c[n],"expire")},a+1);c.unref&&c.unref()}},this.#D=n=>{i[n]=e[n]!==0?es.now():0},this.#P=(n,a)=>{if(e[a]){let l=e[a],c=i[a];if(!l||!c)return;n.ttl=l,n.start=c,n.now=r||s();let o=n.now-c;n.remainingTTL=l-o}};let r=0,s=()=>{let n=es.now();if(this.ttlResolution>0){r=n;let a=setTimeout(()=>r=0,this.ttlResolution);a.unref&&a.unref()}return n};this.getRemainingTTL=n=>{let a=this.#l.get(n);if(a===void 0)return 0;let l=e[a],c=i[a];if(!l||!c)return 1/0;let o=(r||s())-c;return l-o},this.#v=n=>{let a=i[n],l=e[n];return!!l&&!!a&&(r||s())-a>l}}#D=()=>{};#P=()=>{};#O=()=>{};#v=()=>!1;#$(){let e=new ts(this.#e);this.#p=0,this.#I=e,this.#L=i=>{this.#p-=e[i],e[i]=0},this.#q=(i,r,s,n)=>{if(this.#u(r))return 0;if(!Zi(s))if(n){if(typeof n!="function")throw new TypeError("sizeCalculation must be a function");if(s=n(r,i),!Zi(s))throw new TypeError("sizeCalculation return invalid (expect positive integer)")}else throw new TypeError("invalid size value (must be positive integer). When maxSize or maxEntrySize is used, sizeCalculation or size must be set.");return s},this.#F=(i,r,s)=>{if(e[i]=r,this.#t){let n=this.#t-e[i];for(;this.#p>n;)this.#B(!0)}this.#p+=e[i],s&&(s.entrySize=r,s.totalCalculatedSize=this.#p)}}#L=e=>{};#F=(e,i,r)=>{};#q=(e,i,r,s)=>{if(r||s)throw new TypeError("cannot set size without setting maxSize or maxEntrySize on cache");return 0};*#w({allowStale:e=this.allowStale}={}){if(this.#o)for(let i=this.#m;!(!this.#U(i)||((e||!this.#v(i))&&(yield i),i===this.#d));)i=this.#g[i]}*#k({allowStale:e=this.allowStale}={}){if(this.#o)for(let i=this.#d;!(!this.#U(i)||((e||!this.#v(i))&&(yield i),i===this.#m));)i=this.#f[i]}#U(e){return e!==void 0&&this.#l.get(this.#c[e])===e}*entries(){for(let e of this.#w())this.#i[e]!==void 0&&this.#c[e]!==void 0&&!this.#u(this.#i[e])&&(yield[this.#c[e],this.#i[e]])}*rentries(){for(let e of this.#k())this.#i[e]!==void 0&&this.#c[e]!==void 0&&!this.#u(this.#i[e])&&(yield[this.#c[e],this.#i[e]])}*keys(){for(let e of this.#w()){let i=this.#c[e];i!==void 0&&!this.#u(this.#i[e])&&(yield i)}}*rkeys(){for(let e of this.#k()){let i=this.#c[e];i!==void 0&&!this.#u(this.#i[e])&&(yield i)}}*values(){for(let e of this.#w())this.#i[e]!==void 0&&!this.#u(this.#i[e])&&(yield this.#i[e])}*rvalues(){for(let e of this.#k())this.#i[e]!==void 0&&!this.#u(this.#i[e])&&(yield this.#i[e])}[Symbol.iterator](){return this.entries()}[Symbol.toStringTag]="LRUCache";find(e,i={}){for(let r of this.#w()){let s=this.#i[r],n=this.#u(s)?s.__staleWhileFetching:s;if(n!==void 0&&e(n,this.#c[r],this))return this.get(this.#c[r],i)}}forEach(e,i=this){for(let r of this.#w()){let s=this.#i[r],n=this.#u(s)?s.__staleWhileFetching:s;n!==void 0&&e.call(i,n,this.#c[r],this)}}rforEach(e,i=this){for(let r of this.#k()){let s=this.#i[r],n=this.#u(s)?s.__staleWhileFetching:s;n!==void 0&&e.call(i,n,this.#c[r],this)}}purgeStale(){let e=!1;for(let i of this.#k({allowStale:!0}))this.#v(i)&&(this.#N(this.#c[i],"expire"),e=!0);return e}info(e){let i=this.#l.get(e);if(i===void 0)return;let r=this.#i[i],s=this.#u(r)?r.__staleWhileFetching:r;if(s===void 0)return;let n={value:s};if(this.#S&&this.#E){let a=this.#S[i],l=this.#E[i];if(a&&l){let c=a-(es.now()-l);n.ttl=c,n.start=Date.now()}}return this.#I&&(n.size=this.#I[i]),n}dump(){let e=[];for(let i of this.#w({allowStale:!0})){let r=this.#c[i],s=this.#i[i],n=this.#u(s)?s.__staleWhileFetching:s;if(n===void 0||r===void 0)continue;let a={value:n};if(this.#S&&this.#E){a.ttl=this.#S[i];let l=es.now()-this.#E[i];a.start=Math.floor(Date.now()-l)}this.#I&&(a.size=this.#I[i]),e.unshift([r,a])}return e}load(e){this.clear();for(let[i,r]of e){if(r.start){let s=Date.now()-r.start;r.start=es.now()-s}this.set(i,r.value,r)}}set(e,i,r={}){if(i===void 0)return this.delete(e),this;let{ttl:s=this.ttl,start:n,noDisposeOnSet:a=this.noDisposeOnSet,sizeCalculation:l=this.sizeCalculation,status:c}=r,{noUpdateTTL:o=this.noUpdateTTL}=r,u=this.#q(e,i,r.size||0,l);if(this.maxEntrySize&&u>this.maxEntrySize)return c&&(c.set="miss",c.maxEntrySizeExceeded=!0),this.#N(e,"set"),this;let f=this.#o===0?void 0:this.#l.get(e);if(f===void 0)f=this.#o===0?this.#m:this.#C.length!==0?this.#C.pop():this.#o===this.#e?this.#B(!1):this.#o,this.#c[f]=e,this.#i[f]=i,this.#l.set(e,f),this.#f[this.#m]=f,this.#g[f]=this.#m,this.#m=f,this.#o++,this.#F(f,u,c),c&&(c.set="add"),o=!1,this.#_&&this.#s?.(i,e,"add");else{this.#j(f);let d=this.#i[f];if(i!==d){if(this.#A&&this.#u(d)){d.__abortController.abort(new Error("replaced"));let{__staleWhileFetching:m}=d;m!==void 0&&!a&&(this.#x&&this.#n?.(m,e,"set"),this.#h&&this.#y?.push([m,e,"set"]))}else a||(this.#x&&this.#n?.(d,e,"set"),this.#h&&this.#y?.push([d,e,"set"]));if(this.#L(f),this.#F(f,u,c),this.#i[f]=i,c){c.set="replace";let m=d&&this.#u(d)?d.__staleWhileFetching:d;m!==void 0&&(c.oldValue=m)}}else c&&(c.set="update");this.#_&&this.onInsert?.(i,e,i===d?"update":"replace")}if(s!==0&&!this.#S&&this.#r(),this.#S&&(o||this.#O(f,s,n),c&&this.#P(c,f)),!a&&this.#h&&this.#y){let d=this.#y,m;for(;m=d?.shift();)this.#a?.(...m)}return this}pop(){try{for(;this.#o;){let e=this.#i[this.#d];if(this.#B(!0),this.#u(e)){if(e.__staleWhileFetching)return e.__staleWhileFetching}else if(e!==void 0)return e}}finally{if(this.#h&&this.#y){let e=this.#y,i;for(;i=e?.shift();)this.#a?.(...i)}}}#B(e){let i=this.#d,r=this.#c[i],s=this.#i[i];return this.#A&&this.#u(s)?s.__abortController.abort(new Error("evicted")):(this.#x||this.#h)&&(this.#x&&this.#n?.(s,r,"evict"),this.#h&&this.#y?.push([s,r,"evict"])),this.#L(i),e&&(this.#c[i]=void 0,this.#i[i]=void 0,this.#C.push(i)),this.#o===1?(this.#d=this.#m=0,this.#C.length=0):this.#d=this.#f[i],this.#l.delete(r),this.#o--,i}has(e,i={}){let{updateAgeOnHas:r=this.updateAgeOnHas,status:s}=i,n=this.#l.get(e);if(n!==void 0){let a=this.#i[n];if(this.#u(a)&&a.__staleWhileFetching===void 0)return!1;if(this.#v(n))s&&(s.has="stale",this.#P(s,n));else return r&&this.#D(n),s&&(s.has="hit",this.#P(s,n)),!0}else s&&(s.has="miss");return!1}peek(e,i={}){let{allowStale:r=this.allowStale}=i,s=this.#l.get(e);if(s===void 0||!r&&this.#v(s))return;let n=this.#i[s];return this.#u(n)?n.__staleWhileFetching:n}#M(e,i,r,s){let n=i===void 0?void 0:this.#i[i];if(this.#u(n))return n;let a=new sa,{signal:l}=r;l?.addEventListener("abort",()=>a.abort(l.reason),{signal:a.signal});let c={signal:a.signal,options:r,context:s},o=(P,A=!1)=>{let{aborted:C}=a.signal,k=r.ignoreFetchAbort&&P!==void 0;if(r.status&&(C&&!A?(r.status.fetchAborted=!0,r.status.fetchError=a.signal.reason,k&&(r.status.fetchAbortIgnored=!0)):r.status.fetchResolved=!0),C&&!k&&!A)return f(a.signal.reason);let D=m;return this.#i[i]===m&&(P===void 0?D.__staleWhileFetching?this.#i[i]=D.__staleWhileFetching:this.#N(e,"fetch"):(r.status&&(r.status.fetchUpdated=!0),this.set(e,P,c.options))),P},u=P=>(r.status&&(r.status.fetchRejected=!0,r.status.fetchError=P),f(P)),f=P=>{let{aborted:A}=a.signal,C=A&&r.allowStaleOnFetchAbort,k=C||r.allowStaleOnFetchRejection,D=k||r.noDeleteOnFetchRejection,L=m;if(this.#i[i]===m&&(!D||L.__staleWhileFetching===void 0?this.#N(e,"fetch"):C||(this.#i[i]=L.__staleWhileFetching)),k)return r.status&&L.__staleWhileFetching!==void 0&&(r.status.returnedStale=!0),L.__staleWhileFetching;if(L.__returned===L)throw P},d=(P,A)=>{let C=this.#b?.(e,n,c);C&&C instanceof Promise&&C.then(k=>P(k===void 0?void 0:k),A),a.signal.addEventListener("abort",()=>{(!r.ignoreFetchAbort||r.allowStaleOnFetchAbort)&&(P(void 0),r.allowStaleOnFetchAbort&&(P=k=>o(k,!0)))})};r.status&&(r.status.fetchDispatched=!0);let m=new Promise(d).then(o,u),S=Object.assign(m,{__abortController:a,__staleWhileFetching:n,__returned:void 0});return i===void 0?(this.set(e,S,{...c.options,status:void 0}),i=this.#l.get(e)):this.#i[i]=S,S}#u(e){if(!this.#A)return!1;let i=e;return!!i&&i instanceof Promise&&i.hasOwnProperty("__staleWhileFetching")&&i.__abortController instanceof sa}async fetch(e,i={}){let{allowStale:r=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:n=this.noDeleteOnStaleGet,ttl:a=this.ttl,noDisposeOnSet:l=this.noDisposeOnSet,size:c=0,sizeCalculation:o=this.sizeCalculation,noUpdateTTL:u=this.noUpdateTTL,noDeleteOnFetchRejection:f=this.noDeleteOnFetchRejection,allowStaleOnFetchRejection:d=this.allowStaleOnFetchRejection,ignoreFetchAbort:m=this.ignoreFetchAbort,allowStaleOnFetchAbort:S=this.allowStaleOnFetchAbort,context:P,forceRefresh:A=!1,status:C,signal:k}=i;if(!this.#A)return C&&(C.fetch="get"),this.get(e,{allowStale:r,updateAgeOnGet:s,noDeleteOnStaleGet:n,status:C});let D={allowStale:r,updateAgeOnGet:s,noDeleteOnStaleGet:n,ttl:a,noDisposeOnSet:l,size:c,sizeCalculation:o,noUpdateTTL:u,noDeleteOnFetchRejection:f,allowStaleOnFetchRejection:d,allowStaleOnFetchAbort:S,ignoreFetchAbort:m,status:C,signal:k},L=this.#l.get(e);if(L===void 0){C&&(C.fetch="miss");let j=this.#M(e,L,D,P);return j.__returned=j}else{let j=this.#i[L];if(this.#u(j)){let nt=r&&j.__staleWhileFetching!==void 0;return C&&(C.fetch="inflight",nt&&(C.returnedStale=!0)),nt?j.__staleWhileFetching:j.__returned=j}let $=this.#v(L);if(!A&&!$)return C&&(C.fetch="hit"),this.#j(L),s&&this.#D(L),C&&this.#P(C,L),j;let ee=this.#M(e,L,D,P),me=ee.__staleWhileFetching!==void 0&&r;return C&&(C.fetch=$?"stale":"refresh",me&&$&&(C.returnedStale=!0)),me?ee.__staleWhileFetching:ee.__returned=ee}}async forceFetch(e,i={}){let r=await this.fetch(e,i);if(r===void 0)throw new Error("fetch() returned undefined");return r}memo(e,i={}){let r=this.#T;if(!r)throw new Error("no memoMethod provided to constructor");let{context:s,forceRefresh:n,...a}=i,l=this.get(e,a);if(!n&&l!==void 0)return l;let c=r(e,l,{options:a,context:s});return this.set(e,c,a),c}get(e,i={}){let{allowStale:r=this.allowStale,updateAgeOnGet:s=this.updateAgeOnGet,noDeleteOnStaleGet:n=this.noDeleteOnStaleGet,status:a}=i,l=this.#l.get(e);if(l!==void 0){let c=this.#i[l],o=this.#u(c);return a&&this.#P(a,l),this.#v(l)?(a&&(a.get="stale"),o?(a&&r&&c.__staleWhileFetching!==void 0&&(a.returnedStale=!0),r?c.__staleWhileFetching:void 0):(n||this.#N(e,"expire"),a&&r&&(a.returnedStale=!0),r?c:void 0)):(a&&(a.get="hit"),o?c.__staleWhileFetching:(this.#j(l),s&&this.#D(l),c))}else a&&(a.get="miss")}#K(e,i){this.#g[i]=e,this.#f[e]=i}#j(e){e!==this.#m&&(e===this.#d?this.#d=this.#f[e]:this.#K(this.#g[e],this.#f[e]),this.#K(this.#m,e),this.#m=e)}delete(e){return this.#N(e,"delete")}#N(e,i){let r=!1;if(this.#o!==0){let s=this.#l.get(e);if(s!==void 0)if(r=!0,this.#o===1)this.#R(i);else{this.#L(s);let n=this.#i[s];if(this.#u(n)?n.__abortController.abort(new Error("deleted")):(this.#x||this.#h)&&(this.#x&&this.#n?.(n,e,i),this.#h&&this.#y?.push([n,e,i])),this.#l.delete(e),this.#c[s]=void 0,this.#i[s]=void 0,s===this.#m)this.#m=this.#g[s];else if(s===this.#d)this.#d=this.#f[s];else{let a=this.#g[s];this.#f[a]=this.#f[s];let l=this.#f[s];this.#g[l]=this.#g[s]}this.#o--,this.#C.push(s)}}if(this.#h&&this.#y?.length){let s=this.#y,n;for(;n=s?.shift();)this.#a?.(...n)}return r}clear(){return this.#R("delete")}#R(e){for(let i of this.#k({allowStale:!0})){let r=this.#i[i];if(this.#u(r))r.__abortController.abort(new Error("deleted"));else{let s=this.#c[i];this.#x&&this.#n?.(r,s,e),this.#h&&this.#y?.push([r,s,e])}}if(this.#l.clear(),this.#i.fill(void 0),this.#c.fill(void 0),this.#S&&this.#E&&(this.#S.fill(0),this.#E.fill(0)),this.#I&&this.#I.fill(0),this.#d=0,this.#m=0,this.#C.length=0,this.#p=0,this.#o=0,this.#h&&this.#y){let i=this.#y,r;for(;r=i?.shift();)this.#a?.(...r)}}};na.LRUCache=gl});var wl=_(Ot=>{"use strict";var BS=Ot&&Ot.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Ot,"__esModule",{value:!0});Ot.Minipass=Ot.isWritable=Ot.isReadable=Ot.isStream=void 0;var Qh=typeof process=="object"&&process?process:{stdout:null,stderr:null},Al=require("node:events"),id=BS(require("node:stream")),jS=require("node:string_decoder"),RS=t=>!!t&&typeof t=="object"&&(t instanceof fa||t instanceof id.default||(0,Ot.isReadable)(t)||(0,Ot.isWritable)(t));Ot.isStream=RS;var $S=t=>!!t&&typeof t=="object"&&t instanceof Al.EventEmitter&&typeof t.pipe=="function"&&t.pipe!==id.default.Writable.prototype.pipe;Ot.isReadable=$S;var qS=t=>!!t&&typeof t=="object"&&t instanceof Al.EventEmitter&&typeof t.write=="function"&&typeof t.end=="function";Ot.isWritable=qS;var Ri=Symbol("EOF"),$i=Symbol("maybeEmitEnd"),er=Symbol("emittedEnd"),aa=Symbol("emittingEnd"),js=Symbol("emittedError"),oa=Symbol("closed"),Zh=Symbol("read"),la=Symbol("flush"),ed=Symbol("flushChunk"),pi=Symbol("encoding"),is=Symbol("decoder"),gt=Symbol("flowing"),Rs=Symbol("paused"),rs=Symbol("resume"),xt=Symbol("buffer"),_t=Symbol("pipes"),bt=Symbol("bufferLength"),xl=Symbol("bufferPush"),ca=Symbol("bufferShift"),wt=Symbol("objectMode"),ut=Symbol("destroyed"),bl=Symbol("error"),Sl=Symbol("emitData"),td=Symbol("emitEnd"),El=Symbol("emitEnd2"),Pi=Symbol("async"),Pl=Symbol("abort"),ua=Symbol("aborted"),$s=Symbol("signal"),vr=Symbol("dataListeners"),Ht=Symbol("discarded"),qs=t=>Promise.resolve().then(t),US=t=>t(),KS=t=>t==="end"||t==="finish"||t==="prefinish",VS=t=>t instanceof ArrayBuffer||!!t&&typeof t=="object"&&t.constructor&&t.constructor.name==="ArrayBuffer"&&t.byteLength>=0,WS=t=>!Buffer.isBuffer(t)&&ArrayBuffer.isView(t),pa=class{src;dest;opts;ondrain;constructor(e,i,r){this.src=e,this.dest=i,this.opts=r,this.ondrain=()=>e[rs](),this.dest.on("drain",this.ondrain)}unpipe(){this.dest.removeListener("drain",this.ondrain)}proxyErrors(e){}end(){this.unpipe(),this.opts.end&&this.dest.end()}},vl=class extends pa{unpipe(){this.src.removeListener("error",this.proxyErrors),super.unpipe()}constructor(e,i,r){super(e,i,r),this.proxyErrors=s=>i.emit("error",s),e.on("error",this.proxyErrors)}},YS=t=>!!t.objectMode,zS=t=>!t.objectMode&&!!t.encoding&&t.encoding!=="buffer",fa=class extends Al.EventEmitter{[gt]=!1;[Rs]=!1;[_t]=[];[xt]=[];[wt];[pi];[Pi];[is];[Ri]=!1;[er]=!1;[aa]=!1;[oa]=!1;[js]=null;[bt]=0;[ut]=!1;[$s];[ua]=!1;[vr]=0;[Ht]=!1;writable=!0;readable=!0;constructor(...e){let i=e[0]||{};if(super(),i.objectMode&&typeof i.encoding=="string")throw new TypeError("Encoding and objectMode may not be used together");YS(i)?(this[wt]=!0,this[pi]=null):zS(i)?(this[pi]=i.encoding,this[wt]=!1):(this[wt]=!1,this[pi]=null),this[Pi]=!!i.async,this[is]=this[pi]?new jS.StringDecoder(this[pi]):null,i&&i.debugExposeBuffer===!0&&Object.defineProperty(this,"buffer",{get:()=>this[xt]}),i&&i.debugExposePipes===!0&&Object.defineProperty(this,"pipes",{get:()=>this[_t]});let{signal:r}=i;r&&(this[$s]=r,r.aborted?this[Pl]():r.addEventListener("abort",()=>this[Pl]()))}get bufferLength(){return this[bt]}get encoding(){return this[pi]}set encoding(e){throw new Error("Encoding must be set at instantiation time")}setEncoding(e){throw new Error("Encoding must be set at instantiation time")}get objectMode(){return this[wt]}set objectMode(e){throw new Error("objectMode must be set at instantiation time")}get async(){return this[Pi]}set async(e){this[Pi]=this[Pi]||!!e}[Pl](){this[ua]=!0,this.emit("abort",this[$s]?.reason),this.destroy(this[$s]?.reason)}get aborted(){return this[ua]}set aborted(e){}write(e,i,r){if(this[ua])return!1;if(this[Ri])throw new Error("write after end");if(this[ut])return this.emit("error",Object.assign(new Error("Cannot call write after a stream was destroyed"),{code:"ERR_STREAM_DESTROYED"})),!0;typeof i=="function"&&(r=i,i="utf8"),i||(i="utf8");let s=this[Pi]?qs:US;if(!this[wt]&&!Buffer.isBuffer(e)){if(WS(e))e=Buffer.from(e.buffer,e.byteOffset,e.byteLength);else if(VS(e))e=Buffer.from(e);else if(typeof e!="string")throw new Error("Non-contiguous data written to non-objectMode stream")}return this[wt]?(this[gt]&&this[bt]!==0&&this[la](!0),this[gt]?this.emit("data",e):this[xl](e),this[bt]!==0&&this.emit("readable"),r&&s(r),this[gt]):e.length?(typeof e=="string"&&!(i===this[pi]&&!this[is]?.lastNeed)&&(e=Buffer.from(e,i)),Buffer.isBuffer(e)&&this[pi]&&(e=this[is].write(e)),this[gt]&&this[bt]!==0&&this[la](!0),this[gt]?this.emit("data",e):this[xl](e),this[bt]!==0&&this.emit("readable"),r&&s(r),this[gt]):(this[bt]!==0&&this.emit("readable"),r&&s(r),this[gt])}read(e){if(this[ut])return null;if(this[Ht]=!1,this[bt]===0||e===0||e&&e>this[bt])return this[$i](),null;this[wt]&&(e=null),this[xt].length>1&&!this[wt]&&(this[xt]=[this[pi]?this[xt].join(""):Buffer.concat(this[xt],this[bt])]);let i=this[Zh](e||null,this[xt][0]);return this[$i](),i}[Zh](e,i){if(this[wt])this[ca]();else{let r=i;e===r.length||e===null?this[ca]():typeof r=="string"?(this[xt][0]=r.slice(e),i=r.slice(0,e),this[bt]-=e):(this[xt][0]=r.subarray(e),i=r.subarray(0,e),this[bt]-=e)}return this.emit("data",i),!this[xt].length&&!this[Ri]&&this.emit("drain"),i}end(e,i,r){return typeof e=="function"&&(r=e,e=void 0),typeof i=="function"&&(r=i,i="utf8"),e!==void 0&&this.write(e,i),r&&this.once("end",r),this[Ri]=!0,this.writable=!1,(this[gt]||!this[Rs])&&this[$i](),this}[rs](){this[ut]||(!this[vr]&&!this[_t].length&&(this[Ht]=!0),this[Rs]=!1,this[gt]=!0,this.emit("resume"),this[xt].length?this[la]():this[Ri]?this[$i]():this.emit("drain"))}resume(){return this[rs]()}pause(){this[gt]=!1,this[Rs]=!0,this[Ht]=!1}get destroyed(){return this[ut]}get flowing(){return this[gt]}get paused(){return this[Rs]}[xl](e){this[wt]?this[bt]+=1:this[bt]+=e.length,this[xt].push(e)}[ca](){return this[wt]?this[bt]-=1:this[bt]-=this[xt][0].length,this[xt].shift()}[la](e=!1){do;while(this[ed](this[ca]())&&this[xt].length);!e&&!this[xt].length&&!this[Ri]&&this.emit("drain")}[ed](e){return this.emit("data",e),this[gt]}pipe(e,i){if(this[ut])return e;this[Ht]=!1;let r=this[er];return i=i||{},e===Qh.stdout||e===Qh.stderr?i.end=!1:i.end=i.end!==!1,i.proxyErrors=!!i.proxyErrors,r?i.end&&e.end():(this[_t].push(i.proxyErrors?new vl(this,e,i):new pa(this,e,i)),this[Pi]?qs(()=>this[rs]()):this[rs]()),e}unpipe(e){let i=this[_t].find(r=>r.dest===e);i&&(this[_t].length===1?(this[gt]&&this[vr]===0&&(this[gt]=!1),this[_t]=[]):this[_t].splice(this[_t].indexOf(i),1),i.unpipe())}addListener(e,i){return this.on(e,i)}on(e,i){let r=super.on(e,i);if(e==="data")this[Ht]=!1,this[vr]++,!this[_t].length&&!this[gt]&&this[rs]();else if(e==="readable"&&this[bt]!==0)super.emit("readable");else if(KS(e)&&this[er])super.emit(e),this.removeAllListeners(e);else if(e==="error"&&this[js]){let s=i;this[Pi]?qs(()=>s.call(this,this[js])):s.call(this,this[js])}return r}removeListener(e,i){return this.off(e,i)}off(e,i){let r=super.off(e,i);return e==="data"&&(this[vr]=this.listeners("data").length,this[vr]===0&&!this[Ht]&&!this[_t].length&&(this[gt]=!1)),r}removeAllListeners(e){let i=super.removeAllListeners(e);return(e==="data"||e===void 0)&&(this[vr]=0,!this[Ht]&&!this[_t].length&&(this[gt]=!1)),i}get emittedEnd(){return this[er]}[$i](){!this[aa]&&!this[er]&&!this[ut]&&this[xt].length===0&&this[Ri]&&(this[aa]=!0,this.emit("end"),this.emit("prefinish"),this.emit("finish"),this[oa]&&this.emit("close"),this[aa]=!1)}emit(e,...i){let r=i[0];if(e!=="error"&&e!=="close"&&e!==ut&&this[ut])return!1;if(e==="data")return!this[wt]&&!r?!1:this[Pi]?(qs(()=>this[Sl](r)),!0):this[Sl](r);if(e==="end")return this[td]();if(e==="close"){if(this[oa]=!0,!this[er]&&!this[ut])return!1;let n=super.emit("close");return this.removeAllListeners("close"),n}else if(e==="error"){this[js]=r,super.emit(bl,r);let n=!this[$s]||this.listeners("error").length?super.emit("error",r):!1;return this[$i](),n}else if(e==="resume"){let n=super.emit("resume");return this[$i](),n}else if(e==="finish"||e==="prefinish"){let n=super.emit(e);return this.removeAllListeners(e),n}let s=super.emit(e,...i);return this[$i](),s}[Sl](e){for(let r of this[_t])r.dest.write(e)===!1&&this.pause();let i=this[Ht]?!1:super.emit("data",e);return this[$i](),i}[td](){return this[er]?!1:(this[er]=!0,this.readable=!1,this[Pi]?(qs(()=>this[El]()),!0):this[El]())}[El](){if(this[is]){let i=this[is].end();if(i){for(let r of this[_t])r.dest.write(i);this[Ht]||super.emit("data",i)}}for(let i of this[_t])i.end();let e=super.emit("end");return this.removeAllListeners("end"),e}async collect(){let e=Object.assign([],{dataLength:0});this[wt]||(e.dataLength=0);let i=this.promise();return this.on("data",r=>{e.push(r),this[wt]||(e.dataLength+=r.length)}),await i,e}async concat(){if(this[wt])throw new Error("cannot concat in objectMode");let e=await this.collect();return this[pi]?e.join(""):Buffer.concat(e,e.dataLength)}async promise(){return new Promise((e,i)=>{this.on(ut,()=>i(new Error("stream destroyed"))),this.on("error",r=>i(r)),this.on("end",()=>e())})}[Symbol.asyncIterator](){this[Ht]=!1;let e=!1,i=async()=>(this.pause(),e=!0,{value:void 0,done:!0});return{next:()=>{if(e)return i();let s=this.read();if(s!==null)return Promise.resolve({done:!1,value:s});if(this[Ri])return i();let n,a,l=f=>{this.off("data",c),this.off("end",o),this.off(ut,u),i(),a(f)},c=f=>{this.off("error",l),this.off("end",o),this.off(ut,u),this.pause(),n({value:f,done:!!this[Ri]})},o=()=>{this.off("error",l),this.off("data",c),this.off(ut,u),i(),n({done:!0,value:void 0})},u=()=>l(new Error("stream destroyed"));return new Promise((f,d)=>{a=d,n=f,this.once(ut,u),this.once("error",l),this.once("end",o),this.once("data",c)})},throw:i,return:i,[Symbol.asyncIterator](){return this}}}[Symbol.iterator](){this[Ht]=!1;let e=!1,i=()=>(this.pause(),this.off(bl,i),this.off(ut,i),this.off("end",i),e=!0,{done:!0,value:void 0}),r=()=>{if(e)return i();let s=this.read();return s===null?i():{done:!1,value:s}};return this.once("end",i),this.once(bl,i),this.once(ut,i),{next:r,throw:i,return:i,[Symbol.iterator](){return this}}}destroy(e){if(this[ut])return e?this.emit("error",e):this.emit(ut),this;this[ut]=!0,this[Ht]=!0,this[xt].length=0,this[bt]=0;let i=this;return typeof i.close=="function"&&!this[oa]&&i.close(),e?this.emit("error",e):this.emit(ut),this}static get isStream(){return Ot.isStream}};Ot.Minipass=fa});var Td=_(Ke=>{"use strict";var JS=Ke&&Ke.__createBinding||(Object.create?function(t,e,i,r){r===void 0&&(r=i);var s=Object.getOwnPropertyDescriptor(e,i);(!s||("get"in s?!e.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return e[i]}}),Object.defineProperty(t,r,s)}:function(t,e,i,r){r===void 0&&(r=i),t[r]=e[i]}),XS=Ke&&Ke.__setModuleDefault||(Object.create?function(t,e){Object.defineProperty(t,"default",{enumerable:!0,value:e})}:function(t,e){t.default=e}),HS=Ke&&Ke.__importStar||function(t){if(t&&t.__esModule)return t;var e={};if(t!=null)for(var i in t)i!=="default"&&Object.prototype.hasOwnProperty.call(t,i)&&JS(e,t,i);return XS(e,t),e};Object.defineProperty(Ke,"__esModule",{value:!0});Ke.PathScurry=Ke.Path=Ke.PathScurryDarwin=Ke.PathScurryPosix=Ke.PathScurryWin32=Ke.PathScurryBase=Ke.PathPosix=Ke.PathWin32=Ke.PathBase=Ke.ChildrenCache=Ke.ResolveCache=void 0;var ld=Gh(),Ta=require("node:path"),GS=require("node:url"),Ks=require("fs"),QS=HS(require("node:fs")),ZS=Ks.realpathSync.native,ha=require("node:fs/promises"),rd=wl(),Vs={lstatSync:Ks.lstatSync,readdir:Ks.readdir,readdirSync:Ks.readdirSync,readlinkSync:Ks.readlinkSync,realpathSync:ZS,promises:{lstat:ha.lstat,readdir:ha.readdir,readlink:ha.readlink,realpath:ha.realpath}},cd=t=>!t||t===Vs||t===QS?Vs:{...Vs,...t,promises:{...Vs.promises,...t.promises||{}}},ud=/^\\\\\?\\([a-z]:)\\?$/i,eE=t=>t.replace(/\//g,"\\").replace(ud,"$1\\"),tE=/[\\\/]/,ri=0,pd=1,fd=2,vi=4,hd=6,dd=8,Ar=10,md=12,ii=15,Us=~ii,Cl=16,sd=32,Ws=64,fi=128,da=256,ya=512,nd=Ws|fi|ya,iE=1023,Il=t=>t.isFile()?dd:t.isDirectory()?vi:t.isSymbolicLink()?Ar:t.isCharacterDevice()?fd:t.isBlockDevice()?hd:t.isSocket()?md:t.isFIFO()?pd:ri,ad=new Map,Ys=t=>{let e=ad.get(t);if(e)return e;let i=t.normalize("NFKD");return ad.set(t,i),i},od=new Map,ma=t=>{let e=od.get(t);if(e)return e;let i=Ys(t.toLowerCase());return od.set(t,i),i},zs=class extends ld.LRUCache{constructor(){super({max:256})}};Ke.ResolveCache=zs;var ga=class extends ld.LRUCache{constructor(e=16*1024){super({maxSize:e,sizeCalculation:i=>i.length+1})}};Ke.ChildrenCache=ga;var yd=Symbol("PathScurry setAsCwd"),Pt=class{name;root;roots;parent;nocase;isCWD=!1;#e;#t;get dev(){return this.#t}#n;get mode(){return this.#n}#s;get nlink(){return this.#s}#a;get uid(){return this.#a}#b;get gid(){return this.#b}#T;get rdev(){return this.#T}#o;get blksize(){return this.#o}#p;get ino(){return this.#p}#l;get size(){return this.#l}#c;get blocks(){return this.#c}#i;get atimeMs(){return this.#i}#f;get mtimeMs(){return this.#f}#g;get ctimeMs(){return this.#g}#d;get birthtimeMs(){return this.#d}#m;get atime(){return this.#m}#C;get mtime(){return this.#C}#y;get ctime(){return this.#y}#I;get birthtime(){return this.#I}#E;#S;#x;#A;#h;#_;#r;#D;#P;#O;get parentPath(){return(this.parent||this).fullpath()}get path(){return this.parentPath}constructor(e,i=ri,r,s,n,a,l){this.name=e,this.#E=n?ma(e):Ys(e),this.#r=i&iE,this.nocase=n,this.roots=s,this.root=r||this,this.#D=a,this.#x=l.fullpath,this.#h=l.relative,this.#_=l.relativePosix,this.parent=l.parent,this.parent?this.#e=this.parent.#e:this.#e=cd(l.fs)}depth(){return this.#S!==void 0?this.#S:this.parent?this.#S=this.parent.depth()+1:this.#S=0}childrenCache(){return this.#D}resolve(e){if(!e)return this;let i=this.getRootString(e),s=e.substring(i.length).split(this.splitSep);return i?this.getRoot(i).#v(s):this.#v(s)}#v(e){let i=this;for(let r of e)i=i.child(r);return i}children(){let e=this.#D.get(this);if(e)return e;let i=Object.assign([],{provisional:0});return this.#D.set(this,i),this.#r&=~Cl,i}child(e,i){if(e===""||e===".")return this;if(e==="..")return this.parent||this;let r=this.children(),s=this.nocase?ma(e):Ys(e);for(let c of r)if(c.#E===s)return c;let n=this.parent?this.sep:"",a=this.#x?this.#x+n+e:void 0,l=this.newChild(e,ri,{...i,parent:this,fullpath:a});return this.canReaddir()||(l.#r|=fi),r.push(l),l}relative(){if(this.isCWD)return"";if(this.#h!==void 0)return this.#h;let e=this.name,i=this.parent;if(!i)return this.#h=this.name;let r=i.relative();return r+(!r||!i.parent?"":this.sep)+e}relativePosix(){if(this.sep==="/")return this.relative();if(this.isCWD)return"";if(this.#_!==void 0)return this.#_;let e=this.name,i=this.parent;if(!i)return this.#_=this.fullpathPosix();let r=i.relativePosix();return r+(!r||!i.parent?"":"/")+e}fullpath(){if(this.#x!==void 0)return this.#x;let e=this.name,i=this.parent;if(!i)return this.#x=this.name;let s=i.fullpath()+(i.parent?this.sep:"")+e;return this.#x=s}fullpathPosix(){if(this.#A!==void 0)return this.#A;if(this.sep==="/")return this.#A=this.fullpath();if(!this.parent){let s=this.fullpath().replace(/\\/g,"/");return/^[a-z]:\//i.test(s)?this.#A=`//?/${s}`:this.#A=s}let e=this.parent,i=e.fullpathPosix(),r=i+(!i||!e.parent?"":"/")+this.name;return this.#A=r}isUnknown(){return(this.#r&ii)===ri}isType(e){return this[`is${e}`]()}getType(){return this.isUnknown()?"Unknown":this.isDirectory()?"Directory":this.isFile()?"File":this.isSymbolicLink()?"SymbolicLink":this.isFIFO()?"FIFO":this.isCharacterDevice()?"CharacterDevice":this.isBlockDevice()?"BlockDevice":this.isSocket()?"Socket":"Unknown"}isFile(){return(this.#r&ii)===dd}isDirectory(){return(this.#r&ii)===vi}isCharacterDevice(){return(this.#r&ii)===fd}isBlockDevice(){return(this.#r&ii)===hd}isFIFO(){return(this.#r&ii)===pd}isSocket(){return(this.#r&ii)===md}isSymbolicLink(){return(this.#r&Ar)===Ar}lstatCached(){return this.#r&sd?this:void 0}readlinkCached(){return this.#P}realpathCached(){return this.#O}readdirCached(){let e=this.children();return e.slice(0,e.provisional)}canReadlink(){if(this.#P)return!0;if(!this.parent)return!1;let e=this.#rⅈreturn!(e!==ri&&e!==Ar||this.#r&da||this.#r&fi)}calledReaddir(){return!!(this.#r&Cl)}isENOENT(){return!!(this.#r&fi)}isNamed(e){return this.nocase?this.#E===ma(e):this.#E===Ys(e)}async readlink(){let e=this.#P;if(e)return e;if(this.canReadlink()&&this.parent)try{let i=await this.#e.promises.readlink(this.fullpath()),r=(await this.parent.realpath())?.resolve(i);if(r)return this.#P=r}catch(i){this.#B(i.code);return}}readlinkSync(){let e=this.#P;if(e)return e;if(this.canReadlink()&&this.parent)try{let i=this.#e.readlinkSync(this.fullpath()),r=this.parent.realpathSync()?.resolve(i);if(r)return this.#P=r}catch(i){this.#B(i.code);return}}#$(e){this.#r|=Cl;for(let i=e.provisional;i<e.length;i++){let r=e[i];r&&r.#L()}}#L(){this.#r&fi||(this.#r=(this.#r|fi)&Us,this.#F())}#F(){let e=this.children();e.provisional=0;for(let i of e)i.#L()}#q(){this.#r|=ya,this.#w()}#w(){if(this.#r&Ws)return;let e=this.#r;(e&ii)===vi&&(e&=Us),this.#r=e|Ws,this.#F()}#k(e=""){e==="ENOTDIR"||e==="EPERM"?this.#w():e==="ENOENT"?this.#L():this.children().provisional=0}#U(e=""){e==="ENOTDIR"?this.parent.#w():e==="ENOENT"&&this.#L()}#B(e=""){let i=this.#r;i|=da,e==="ENOENT"&&(i|=fi),(e==="EINVAL"||e==="UNKNOWN")&&(i&=Us),this.#r=i,e==="ENOTDIR"&&this.parent&&this.parent.#w()}#M(e,i){return this.#K(e,i)||this.#u(e,i)}#u(e,i){let r=Il(e),s=this.newChild(e.name,r,{parent:this}),n=s.#rⅈreturn n!==vi&&n!==Ar&&n!==ri&&(s.#r|=Ws),i.unshift(s),i.provisional++,s}#K(e,i){for(let r=i.provisional;r<i.length;r++){let s=i[r];if((this.nocase?ma(e.name):Ys(e.name))===s.#E)return this.#j(e,s,r,i)}}#j(e,i,r,s){let n=i.name;return i.#r=i.#r&Us|Il(e),n!==e.name&&(i.name=e.name),r!==s.provisional&&(r===s.length-1?s.pop():s.splice(r,1),s.unshift(i)),s.provisional++,i}async lstat(){if((this.#r&fi)===0)try{return this.#N(await this.#e.promises.lstat(this.fullpath())),this}catch(e){this.#U(e.code)}}lstatSync(){if((this.#r&fi)===0)try{return this.#N(this.#e.lstatSync(this.fullpath())),this}catch(e){this.#U(e.code)}}#N(e){let{atime:i,atimeMs:r,birthtime:s,birthtimeMs:n,blksize:a,blocks:l,ctime:c,ctimeMs:o,dev:u,gid:f,ino:d,mode:m,mtime:S,mtimeMs:P,nlink:A,rdev:C,size:k,uid:D}=e;this.#m=i,this.#i=r,this.#I=s,this.#d=n,this.#o=a,this.#c=l,this.#y=c,this.#g=o,this.#t=u,this.#b=f,this.#p=d,this.#n=m,this.#C=S,this.#f=P,this.#s=A,this.#T=C,this.#l=k,this.#a=D;let L=Il(e);this.#r=this.#r&Us|L|sd,L!==ri&&L!==vi&&L!==Ar&&(this.#r|=Ws)}#R=[];#W=!1;#Y(e){this.#W=!1;let i=this.#R.slice();this.#R.length=0,i.forEach(r=>r(null,e))}readdirCB(e,i=!1){if(!this.canReaddir()){i?e(null,[]):queueMicrotask(()=>e(null,[]));return}let r=this.children();if(this.calledReaddir()){let n=r.slice(0,r.provisional);i?e(null,n):queueMicrotask(()=>e(null,n));return}if(this.#R.push(e),this.#W)return;this.#W=!0;let s=this.fullpath();this.#e.readdir(s,{withFileTypes:!0},(n,a)=>{if(n)this.#k(n.code),r.provisional=0;else{for(let l of a)this.#M(l,r);this.#$(r)}this.#Y(r.slice(0,r.provisional))})}#V;async readdir(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let i=this.fullpath();if(this.#V)await this.#V;else{let r=()=>{};this.#V=new Promise(s=>r=s);try{for(let s of await this.#e.promises.readdir(i,{withFileTypes:!0}))this.#M(s,e);this.#$(e)}catch(s){this.#k(s.code),e.provisional=0}this.#V=void 0,r()}return e.slice(0,e.provisional)}readdirSync(){if(!this.canReaddir())return[];let e=this.children();if(this.calledReaddir())return e.slice(0,e.provisional);let i=this.fullpath();try{for(let r of this.#e.readdirSync(i,{withFileTypes:!0}))this.#M(r,e);this.#$(e)}catch(r){this.#k(r.code),e.provisional=0}return e.slice(0,e.provisional)}canReaddir(){if(this.#r&nd)return!1;let e=ii&this.#r;return e===ri||e===vi||e===Ar}shouldWalk(e,i){return(this.#r&vi)===vi&&!(this.#r&nd)&&!e.has(this)&&(!i||i(this))}async realpath(){if(this.#O)return this.#O;if(!((ya|da|fi)&this.#r))try{let e=await this.#e.promises.realpath(this.fullpath());return this.#O=this.resolve(e)}catch{this.#q()}}realpathSync(){if(this.#O)return this.#O;if(!((ya|da|fi)&this.#r))try{let e=this.#e.realpathSync(this.fullpath());return this.#O=this.resolve(e)}catch{this.#q()}}[yd](e){if(e===this)return;e.isCWD=!1,this.isCWD=!0;let i=new Set([]),r=[],s=this;for(;s&&s.parent;)i.add(s),s.#h=r.join(this.sep),s.#_=r.join("/"),s=s.parent,r.push("..");for(s=e;s&&s.parent&&!i.has(s);)s.#h=void 0,s.#_=void 0,s=s.parent}};Ke.PathBase=Pt;var Js=class t extends Pt{sep="\\";splitSep=tE;constructor(e,i=ri,r,s,n,a,l){super(e,i,r,s,n,a,l)}newChild(e,i=ri,r={}){return new t(e,i,this.root,this.roots,this.nocase,this.childrenCache(),r)}getRootString(e){return Ta.win32.parse(e).root}getRoot(e){if(e=eE(e.toUpperCase()),e===this.root.name)return this.root;for(let[i,r]of Object.entries(this.roots))if(this.sameRoot(e,i))return this.roots[e]=r;return this.roots[e]=new Gs(e,this).root}sameRoot(e,i=this.root.name){return e=e.toUpperCase().replace(/\//g,"\\").replace(ud,"$1\\"),e===i}};Ke.PathWin32=Js;var Xs=class t extends Pt{splitSep="/";sep="/";constructor(e,i=ri,r,s,n,a,l){super(e,i,r,s,n,a,l)}getRootString(e){return e.startsWith("/")?"/":""}getRoot(e){return this.root}newChild(e,i=ri,r={}){return new t(e,i,this.root,this.roots,this.nocase,this.childrenCache(),r)}};Ke.PathPosix=Xs;var Hs=class{root;rootPath;roots;cwd;#e;#t;#n;nocase;#s;constructor(e=process.cwd(),i,r,{nocase:s,childrenCacheSize:n=16*1024,fs:a=Vs}={}){this.#s=cd(a),(e instanceof URL||e.startsWith("file://"))&&(e=(0,GS.fileURLToPath)(e));let l=i.resolve(e);this.roots=Object.create(null),this.rootPath=this.parseRootPath(l),this.#e=new zs,this.#t=new zs,this.#n=new ga(n);let c=l.substring(this.rootPath.length).split(r);if(c.length===1&&!c[0]&&c.pop(),s===void 0)throw new TypeError("must provide nocase setting to PathScurryBase ctor");this.nocase=s,this.root=this.newRoot(this.#s),this.roots[this.rootPath]=this.root;let o=this.root,u=c.length-1,f=i.sep,d=this.rootPath,m=!1;for(let S of c){let P=u--;o=o.child(S,{relative:new Array(P).fill("..").join(f),relativePosix:new Array(P).fill("..").join("/"),fullpath:d+=(m?"":f)+S}),m=!0}this.cwd=o}depth(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.depth()}childrenCache(){return this.#n}resolve(...e){let i="";for(let n=e.length-1;n>=0;n--){let a=e[n];if(!(!a||a===".")&&(i=i?`${a}/${i}`:a,this.isAbsolute(a)))break}let r=this.#e.get(i);if(r!==void 0)return r;let s=this.cwd.resolve(i).fullpath();return this.#e.set(i,s),s}resolvePosix(...e){let i="";for(let n=e.length-1;n>=0;n--){let a=e[n];if(!(!a||a===".")&&(i=i?`${a}/${i}`:a,this.isAbsolute(a)))break}let r=this.#t.get(i);if(r!==void 0)return r;let s=this.cwd.resolve(i).fullpathPosix();return this.#t.set(i,s),s}relative(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relative()}relativePosix(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.relativePosix()}basename(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.name}dirname(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),(e.parent||e).fullpath()}async readdir(e=this.cwd,i={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r}=i;if(e.canReaddir()){let s=await e.readdir();return r?s:s.map(n=>n.name)}else return[]}readdirSync(e=this.cwd,i={withFileTypes:!0}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r=!0}=i;return e.canReaddir()?r?e.readdirSync():e.readdirSync().map(s=>s.name):[]}async lstat(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstat()}lstatSync(e=this.cwd){return typeof e=="string"&&(e=this.cwd.resolve(e)),e.lstatSync()}async readlink(e=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e.withFileTypes,e=this.cwd);let r=await e.readlink();return i?r:r?.fullpath()}readlinkSync(e=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e.withFileTypes,e=this.cwd);let r=e.readlinkSync();return i?r:r?.fullpath()}async realpath(e=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e.withFileTypes,e=this.cwd);let r=await e.realpath();return i?r:r?.fullpath()}realpathSync(e=this.cwd,{withFileTypes:i}={withFileTypes:!1}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e.withFileTypes,e=this.cwd);let r=e.realpathSync();return i?r:r?.fullpath()}async walk(e=this.cwd,i={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r=!0,follow:s=!1,filter:n,walkFilter:a}=i,l=[];(!n||n(e))&&l.push(r?e:e.fullpath());let c=new Set,o=(f,d)=>{c.add(f),f.readdirCB((m,S)=>{if(m)return d(m);let P=S.length;if(!P)return d();let A=()=>{--P===0&&d()};for(let C of S)(!n||n(C))&&l.push(r?C:C.fullpath()),s&&C.isSymbolicLink()?C.realpath().then(k=>k?.isUnknown()?k.lstat():k).then(k=>k?.shouldWalk(c,a)?o(k,A):A()):C.shouldWalk(c,a)?o(C,A):A()},!0)},u=e;return new Promise((f,d)=>{o(u,m=>{if(m)return d(m);f(l)})})}walkSync(e=this.cwd,i={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r=!0,follow:s=!1,filter:n,walkFilter:a}=i,l=[];(!n||n(e))&&l.push(r?e:e.fullpath());let c=new Set([e]);for(let o of c){let u=o.readdirSync();for(let f of u){(!n||n(f))&&l.push(r?f:f.fullpath());let d=f;if(f.isSymbolicLink()){if(!(s&&(d=f.realpathSync())))continue;d.isUnknown()&&d.lstatSync()}d.shouldWalk(c,a)&&c.add(d)}}return l}[Symbol.asyncIterator](){return this.iterate()}iterate(e=this.cwd,i={}){return typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd),this.stream(e,i)[Symbol.asyncIterator]()}[Symbol.iterator](){return this.iterateSync()}*iterateSync(e=this.cwd,i={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r=!0,follow:s=!1,filter:n,walkFilter:a}=i;(!n||n(e))&&(yield r?e:e.fullpath());let l=new Set([e]);for(let c of l){let o=c.readdirSync();for(let u of o){(!n||n(u))&&(yield r?u:u.fullpath());let f=u;if(u.isSymbolicLink()){if(!(s&&(f=u.realpathSync())))continue;f.isUnknown()&&f.lstatSync()}f.shouldWalk(l,a)&&l.add(f)}}}stream(e=this.cwd,i={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r=!0,follow:s=!1,filter:n,walkFilter:a}=i,l=new rd.Minipass({objectMode:!0});(!n||n(e))&&l.write(r?e:e.fullpath());let c=new Set,o=[e],u=0,f=()=>{let d=!1;for(;!d;){let m=o.shift();if(!m){u===0&&l.end();return}u++,c.add(m);let S=(A,C,k=!1)=>{if(A)return l.emit("error",A);if(s&&!k){let D=[];for(let L of C)L.isSymbolicLink()&&D.push(L.realpath().then(j=>j?.isUnknown()?j.lstat():j));if(D.length){Promise.all(D).then(()=>S(null,C,!0));return}}for(let D of C)D&&(!n||n(D))&&(l.write(r?D:D.fullpath())||(d=!0));u--;for(let D of C){let L=D.realpathCached()||D;L.shouldWalk(c,a)&&o.push(L)}d&&!l.flowing?l.once("drain",f):P||f()},P=!0;m.readdirCB(S,!0),P=!1}};return f(),l}streamSync(e=this.cwd,i={}){typeof e=="string"?e=this.cwd.resolve(e):e instanceof Pt||(i=e,e=this.cwd);let{withFileTypes:r=!0,follow:s=!1,filter:n,walkFilter:a}=i,l=new rd.Minipass({objectMode:!0}),c=new Set;(!n||n(e))&&l.write(r?e:e.fullpath());let o=[e],u=0,f=()=>{let d=!1;for(;!d;){let m=o.shift();if(!m){u===0&&l.end();return}u++,c.add(m);let S=m.readdirSync();for(let P of S)(!n||n(P))&&(l.write(r?P:P.fullpath())||(d=!0));u--;for(let P of S){let A=P;if(P.isSymbolicLink()){if(!(s&&(A=P.realpathSync())))continue;A.isUnknown()&&A.lstatSync()}A.shouldWalk(c,a)&&o.push(A)}}d&&!l.flowing&&l.once("drain",f)};return f(),l}chdir(e=this.cwd){let i=this.cwd;this.cwd=typeof e=="string"?this.cwd.resolve(e):e,this.cwd[yd](i)}};Ke.PathScurryBase=Hs;var Gs=class extends Hs{sep="\\";constructor(e=process.cwd(),i={}){let{nocase:r=!0}=i;super(e,Ta.win32,"\\",{...i,nocase:r}),this.nocase=r;for(let s=this.cwd;s;s=s.parent)s.nocase=this.nocase}parseRootPath(e){return Ta.win32.parse(e).root.toUpperCase()}newRoot(e){return new Js(this.rootPath,vi,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")||e.startsWith("\\")||/^[a-z]:(\/|\\)/i.test(e)}};Ke.PathScurryWin32=Gs;var Qs=class extends Hs{sep="/";constructor(e=process.cwd(),i={}){let{nocase:r=!1}=i;super(e,Ta.posix,"/",{...i,nocase:r}),this.nocase=r}parseRootPath(e){return"/"}newRoot(e){return new Xs(this.rootPath,vi,void 0,this.roots,this.nocase,this.childrenCache(),{fs:e})}isAbsolute(e){return e.startsWith("/")}};Ke.PathScurryPosix=Qs;var xa=class extends Qs{constructor(e=process.cwd(),i={}){let{nocase:r=!0}=i;super(e,{...i,nocase:r})}};Ke.PathScurryDarwin=xa;Ke.Path=process.platform==="win32"?Js:Xs;Ke.PathScurry=process.platform==="win32"?Gs:process.platform==="darwin"?xa:Qs});var _l=_(ba=>{"use strict";Object.defineProperty(ba,"__esModule",{value:!0});ba.Pattern=void 0;var rE=Qi(),sE=t=>t.length>=1,nE=t=>t.length>=1,kl=class t{#e;#t;#n;length;#s;#a;#b;#T;#o;#p;#l=!0;constructor(e,i,r,s){if(!sE(e))throw new TypeError("empty pattern list");if(!nE(i))throw new TypeError("empty glob list");if(i.length!==e.length)throw new TypeError("mismatched pattern list and glob list lengths");if(this.length=e.length,r<0||r>=this.length)throw new TypeError("index out of range");if(this.#e=e,this.#t=i,this.#n=r,this.#s=s,this.#n===0){if(this.isUNC()){let[n,a,l,c,...o]=this.#e,[u,f,d,m,...S]=this.#t;o[0]===""&&(o.shift(),S.shift());let P=[n,a,l,c,""].join("/"),A=[u,f,d,m,""].join("/");this.#e=[P,...o],this.#t=[A,...S],this.length=this.#e.length}else if(this.isDrive()||this.isAbsolute()){let[n,...a]=this.#e,[l,...c]=this.#t;a[0]===""&&(a.shift(),c.shift());let o=n+"/",u=l+"/";this.#e=[o,...a],this.#t=[u,...c],this.length=this.#e.length}}}pattern(){return this.#e[this.#n]}isString(){return typeof this.#e[this.#n]=="string"}isGlobstar(){return this.#e[this.#n]===rE.GLOBSTAR}isRegExp(){return this.#e[this.#n]instanceof RegExp}globString(){return this.#b=this.#b||(this.#n===0?this.isAbsolute()?this.#t[0]+this.#t.slice(1).join("/"):this.#t.join("/"):this.#t.slice(this.#n).join("/"))}hasMore(){return this.length>this.#n+1}rest(){return this.#a!==void 0?this.#a:this.hasMore()?(this.#a=new t(this.#e,this.#t,this.#n+1,this.#s),this.#a.#p=this.#p,this.#a.#o=this.#o,this.#a.#T=this.#T,this.#a):this.#a=null}isUNC(){let e=this.#e;return this.#o!==void 0?this.#o:this.#o=this.#s==="win32"&&this.#n===0&&e[0]===""&&e[1]===""&&typeof e[2]=="string"&&!!e[2]&&typeof e[3]=="string"&&!!e[3]}isDrive(){let e=this.#e;return this.#T!==void 0?this.#T:this.#T=this.#s==="win32"&&this.#n===0&&this.length>1&&typeof e[0]=="string"&&/^[a-z]:$/i.test(e[0])}isAbsolute(){let e=this.#e;return this.#p!==void 0?this.#p:this.#p=e[0]===""&&e.length>1||this.isDrive()||this.isUNC()}root(){let e=this.#e[0];return typeof e=="string"&&this.isAbsolute()&&this.#n===0?e:""}checkFollowGlobstar(){return!(this.#n===0||!this.isGlobstar()||!this.#l)}markFollowGlobstar(){return this.#n===0||!this.isGlobstar()||!this.#l?!1:(this.#l=!1,!0)}};ba.Pattern=kl});var Nl=_(Sa=>{"use strict";Object.defineProperty(Sa,"__esModule",{value:!0});Sa.Ignore=void 0;var gd=Qi(),aE=_l(),oE=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",Ol=class{relative;relativeChildren;absolute;absoluteChildren;platform;mmopts;constructor(e,{nobrace:i,nocase:r,noext:s,noglobstar:n,platform:a=oE}){this.relative=[],this.absolute=[],this.relativeChildren=[],this.absoluteChildren=[],this.platform=a,this.mmopts={dot:!0,nobrace:i,nocase:r,noext:s,noglobstar:n,optimizationLevel:2,platform:a,nocomment:!0,nonegate:!0};for(let l of e)this.add(l)}add(e){let i=new gd.Minimatch(e,this.mmopts);for(let r=0;r<i.set.length;r++){let s=i.set[r],n=i.globParts[r];if(!s||!n)throw new Error("invalid pattern object");for(;s[0]==="."&&n[0]===".";)s.shift(),n.shift();let a=new aE.Pattern(s,n,0,this.platform),l=new gd.Minimatch(a.globString(),this.mmopts),c=n[n.length-1]==="**",o=a.isAbsolute();o?this.absolute.push(l):this.relative.push(l),c&&(o?this.absoluteChildren.push(l):this.relativeChildren.push(l))}}ignored(e){let i=e.fullpath(),r=`${i}/`,s=e.relative()||".",n=`${s}/`;for(let a of this.relative)if(a.match(s)||a.match(n))return!0;for(let a of this.absolute)if(a.match(i)||a.match(r))return!0;return!1}childrenIgnored(e){let i=e.fullpath()+"/",r=(e.relative()||".")+"/";for(let s of this.relativeChildren)if(s.match(r))return!0;for(let s of this.absoluteChildren)if(s.match(i))return!0;return!1}};Sa.Ignore=Ol});var bd=_(Ai=>{"use strict";Object.defineProperty(Ai,"__esModule",{value:!0});Ai.Processor=Ai.SubWalks=Ai.MatchRecord=Ai.HasWalkedCache=void 0;var xd=Qi(),Ea=class t{store;constructor(e=new Map){this.store=e}copy(){return new t(new Map(this.store))}hasWalked(e,i){return this.store.get(e.fullpath())?.has(i.globString())}storeWalked(e,i){let r=e.fullpath(),s=this.store.get(r);s?s.add(i.globString()):this.store.set(r,new Set([i.globString()]))}};Ai.HasWalkedCache=Ea;var Pa=class{store=new Map;add(e,i,r){let s=(i?2:0)|(r?1:0),n=this.store.get(e);this.store.set(e,n===void 0?s:s&n)}entries(){return[...this.store.entries()].map(([e,i])=>[e,!!(i&2),!!(i&1)])}};Ai.MatchRecord=Pa;var va=class{store=new Map;add(e,i){if(!e.canReaddir())return;let r=this.store.get(e);r?r.find(s=>s.globString()===i.globString())||r.push(i):this.store.set(e,[i])}get(e){let i=this.store.get(e);if(!i)throw new Error("attempting to walk unknown path");return i}entries(){return this.keys().map(e=>[e,this.store.get(e)])}keys(){return[...this.store.keys()].filter(e=>e.canReaddir())}};Ai.SubWalks=va;var Dl=class t{hasWalkedCache;matches=new Pa;subwalks=new va;patterns;follow;dot;opts;constructor(e,i){this.opts=e,this.follow=!!e.follow,this.dot=!!e.dot,this.hasWalkedCache=i?i.copy():new Ea}processPatterns(e,i){this.patterns=i;let r=i.map(s=>[e,s]);for(let[s,n]of r){this.hasWalkedCache.storeWalked(s,n);let a=n.root(),l=n.isAbsolute()&&this.opts.absolute!==!1;if(a){s=s.resolve(a==="/"&&this.opts.root!==void 0?this.opts.root:a);let f=n.rest();if(f)n=f;else{this.matches.add(s,!0,!1);continue}}if(s.isENOENT())continue;let c,o,u=!1;for(;typeof(c=n.pattern())=="string"&&(o=n.rest());)s=s.resolve(c),n=o,u=!0;if(c=n.pattern(),o=n.rest(),u){if(this.hasWalkedCache.hasWalked(s,n))continue;this.hasWalkedCache.storeWalked(s,n)}if(typeof c=="string"){let f=c===".."||c===""||c===".";this.matches.add(s.resolve(c),l,f);continue}else if(c===xd.GLOBSTAR){(!s.isSymbolicLink()||this.follow||n.checkFollowGlobstar())&&this.subwalks.add(s,n);let f=o?.pattern(),d=o?.rest();if(!o||(f===""||f===".")&&!d)this.matches.add(s,l,f===""||f===".");else if(f===".."){let m=s.parent||s;d?this.hasWalkedCache.hasWalked(m,d)||this.subwalks.add(m,d):this.matches.add(m,l,!0)}}else c instanceof RegExp&&this.subwalks.add(s,n)}return this}subwalkTargets(){return this.subwalks.keys()}child(){return new t(this.opts,this.hasWalkedCache)}filterEntries(e,i){let r=this.subwalks.get(e),s=this.child();for(let n of i)for(let a of r){let l=a.isAbsolute(),c=a.pattern(),o=a.rest();c===xd.GLOBSTAR?s.testGlobstar(n,a,o,l):c instanceof RegExp?s.testRegExp(n,c,o,l):s.testString(n,c,o,l)}return s}testGlobstar(e,i,r,s){if((this.dot||!e.name.startsWith("."))&&(i.hasMore()||this.matches.add(e,s,!1),e.canReaddir()&&(this.follow||!e.isSymbolicLink()?this.subwalks.add(e,i):e.isSymbolicLink()&&(r&&i.checkFollowGlobstar()?this.subwalks.add(e,r):i.markFollowGlobstar()&&this.subwalks.add(e,i)))),r){let n=r.pattern();if(typeof n=="string"&&n!==".."&&n!==""&&n!==".")this.testString(e,n,r.rest(),s);else if(n===".."){let a=e.parent||e;this.subwalks.add(a,r)}else n instanceof RegExp&&this.testRegExp(e,n,r.rest(),s)}}testRegExp(e,i,r,s){i.test(e.name)&&(r?this.subwalks.add(e,r):this.matches.add(e,s,!1))}testString(e,i,r,s){e.isNamed(i)&&(r?this.subwalks.add(e,r):this.matches.add(e,s,!1))}};Ai.Processor=Dl});var Pd=_(tr=>{"use strict";Object.defineProperty(tr,"__esModule",{value:!0});tr.GlobStream=tr.GlobWalker=tr.GlobUtil=void 0;var lE=wl(),Sd=Nl(),Ed=bd(),cE=(t,e)=>typeof t=="string"?new Sd.Ignore([t],e):Array.isArray(t)?new Sd.Ignore(t,e):t,Zs=class{path;patterns;opts;seen=new Set;paused=!1;aborted=!1;#e=[];#t;#n;signal;maxDepth;includeChildMatches;constructor(e,i,r){if(this.patterns=e,this.path=i,this.opts=r,this.#n=!r.posix&&r.platform==="win32"?"\\":"/",this.includeChildMatches=r.includeChildMatches!==!1,(r.ignore||!this.includeChildMatches)&&(this.#t=cE(r.ignore??[],r),!this.includeChildMatches&&typeof this.#t.add!="function")){let s="cannot ignore child matches, ignore lacks add() method.";throw new Error(s)}this.maxDepth=r.maxDepth||1/0,r.signal&&(this.signal=r.signal,this.signal.addEventListener("abort",()=>{this.#e.length=0}))}#s(e){return this.seen.has(e)||!!this.#t?.ignored?.(e)}#a(e){return!!this.#t?.childrenIgnored?.(e)}pause(){this.paused=!0}resume(){if(this.signal?.aborted)return;this.paused=!1;let e;for(;!this.paused&&(e=this.#e.shift());)e()}onResume(e){this.signal?.aborted||(this.paused?this.#e.push(e):e())}async matchCheck(e,i){if(i&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||await e.realpath(),!r)return;e=r}let n=e.isUnknown()||this.opts.stat?await e.lstat():e;if(this.opts.follow&&this.opts.nodir&&n?.isSymbolicLink()){let a=await n.realpath();a&&(a.isUnknown()||this.opts.stat)&&await a.lstat()}return this.matchCheckTest(n,i)}matchCheckTest(e,i){return e&&(this.maxDepth===1/0||e.depth()<=this.maxDepth)&&(!i||e.canReaddir())&&(!this.opts.nodir||!e.isDirectory())&&(!this.opts.nodir||!this.opts.follow||!e.isSymbolicLink()||!e.realpathCached()?.isDirectory())&&!this.#s(e)?e:void 0}matchCheckSync(e,i){if(i&&this.opts.nodir)return;let r;if(this.opts.realpath){if(r=e.realpathCached()||e.realpathSync(),!r)return;e=r}let n=e.isUnknown()||this.opts.stat?e.lstatSync():e;if(this.opts.follow&&this.opts.nodir&&n?.isSymbolicLink()){let a=n.realpathSync();a&&(a?.isUnknown()||this.opts.stat)&&a.lstatSync()}return this.matchCheckTest(n,i)}matchFinish(e,i){if(this.#s(e))return;if(!this.includeChildMatches&&this.#t?.add){let n=`${e.relativePosix()}/**`;this.#t.add(n)}let r=this.opts.absolute===void 0?i:this.opts.absolute;this.seen.add(e);let s=this.opts.mark&&e.isDirectory()?this.#n:"";if(this.opts.withFileTypes)this.matchEmit(e);else if(r){let n=this.opts.posix?e.fullpathPosix():e.fullpath();this.matchEmit(n+s)}else{let n=this.opts.posix?e.relativePosix():e.relative(),a=this.opts.dotRelative&&!n.startsWith(".."+this.#n)?"."+this.#n:"";this.matchEmit(n?a+n+s:"."+s)}}async match(e,i,r){let s=await this.matchCheck(e,r);s&&this.matchFinish(s,i)}matchSync(e,i,r){let s=this.matchCheckSync(e,r);s&&this.matchFinish(s,i)}walkCB(e,i,r){this.signal?.aborted&&r(),this.walkCB2(e,i,new Ed.Processor(this.opts),r)}walkCB2(e,i,r,s){if(this.#a(e))return s();if(this.signal?.aborted&&s(),this.paused){this.onResume(()=>this.walkCB2(e,i,r,s));return}r.processPatterns(e,i);let n=1,a=()=>{--n===0&&s()};for(let[l,c,o]of r.matches.entries())this.#s(l)||(n++,this.match(l,c,o).then(()=>a()));for(let l of r.subwalkTargets()){if(this.maxDepth!==1/0&&l.depth()>=this.maxDepth)continue;n++;let c=l.readdirCached();l.calledReaddir()?this.walkCB3(l,c,r,a):l.readdirCB((o,u)=>this.walkCB3(l,u,r,a),!0)}a()}walkCB3(e,i,r,s){r=r.filterEntries(e,i);let n=1,a=()=>{--n===0&&s()};for(let[l,c,o]of r.matches.entries())this.#s(l)||(n++,this.match(l,c,o).then(()=>a()));for(let[l,c]of r.subwalks.entries())n++,this.walkCB2(l,c,r.child(),a);a()}walkCBSync(e,i,r){this.signal?.aborted&&r(),this.walkCB2Sync(e,i,new Ed.Processor(this.opts),r)}walkCB2Sync(e,i,r,s){if(this.#a(e))return s();if(this.signal?.aborted&&s(),this.paused){this.onResume(()=>this.walkCB2Sync(e,i,r,s));return}r.processPatterns(e,i);let n=1,a=()=>{--n===0&&s()};for(let[l,c,o]of r.matches.entries())this.#s(l)||this.matchSync(l,c,o);for(let l of r.subwalkTargets()){if(this.maxDepth!==1/0&&l.depth()>=this.maxDepth)continue;n++;let c=l.readdirSync();this.walkCB3Sync(l,c,r,a)}a()}walkCB3Sync(e,i,r,s){r=r.filterEntries(e,i);let n=1,a=()=>{--n===0&&s()};for(let[l,c,o]of r.matches.entries())this.#s(l)||this.matchSync(l,c,o);for(let[l,c]of r.subwalks.entries())n++,this.walkCB2Sync(l,c,r.child(),a);a()}};tr.GlobUtil=Zs;var Ll=class extends Zs{matches=new Set;constructor(e,i,r){super(e,i,r)}matchEmit(e){this.matches.add(e)}async walk(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&await this.path.lstat(),await new Promise((e,i)=>{this.walkCB(this.path,this.patterns,()=>{this.signal?.aborted?i(this.signal.reason):e(this.matches)})}),this.matches}walkSync(){if(this.signal?.aborted)throw this.signal.reason;return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>{if(this.signal?.aborted)throw this.signal.reason}),this.matches}};tr.GlobWalker=Ll;var Ml=class extends Zs{results;constructor(e,i,r){super(e,i,r),this.results=new lE.Minipass({signal:this.signal,objectMode:!0}),this.results.on("drain",()=>this.resume()),this.results.on("resume",()=>this.resume())}matchEmit(e){this.results.write(e),this.results.flowing||this.pause()}stream(){let e=this.path;return e.isUnknown()?e.lstat().then(()=>{this.walkCB(e,this.patterns,()=>this.results.end())}):this.walkCB(e,this.patterns,()=>this.results.end()),this.results}streamSync(){return this.path.isUnknown()&&this.path.lstatSync(),this.walkCBSync(this.path,this.patterns,()=>this.results.end()),this.results}};tr.GlobStream=Ml});var Bl=_(Ca=>{"use strict";Object.defineProperty(Ca,"__esModule",{value:!0});Ca.Glob=void 0;var uE=Qi(),pE=require("node:url"),Aa=Td(),fE=_l(),wa=Pd(),hE=typeof process=="object"&&process&&typeof process.platform=="string"?process.platform:"linux",Fl=class{absolute;cwd;root;dot;dotRelative;follow;ignore;magicalBraces;mark;matchBase;maxDepth;nobrace;nocase;nodir;noext;noglobstar;pattern;platform;realpath;scurry;stat;signal;windowsPathsNoEscape;withFileTypes;includeChildMatches;opts;patterns;constructor(e,i){if(!i)throw new TypeError("glob options required");if(this.withFileTypes=!!i.withFileTypes,this.signal=i.signal,this.follow=!!i.follow,this.dot=!!i.dot,this.dotRelative=!!i.dotRelative,this.nodir=!!i.nodir,this.mark=!!i.mark,i.cwd?(i.cwd instanceof URL||i.cwd.startsWith("file://"))&&(i.cwd=(0,pE.fileURLToPath)(i.cwd)):this.cwd="",this.cwd=i.cwd||"",this.root=i.root,this.magicalBraces=!!i.magicalBraces,this.nobrace=!!i.nobrace,this.noext=!!i.noext,this.realpath=!!i.realpath,this.absolute=i.absolute,this.includeChildMatches=i.includeChildMatches!==!1,this.noglobstar=!!i.noglobstar,this.matchBase=!!i.matchBase,this.maxDepth=typeof i.maxDepth=="number"?i.maxDepth:1/0,this.stat=!!i.stat,this.ignore=i.ignore,this.withFileTypes&&this.absolute!==void 0)throw new Error("cannot set absolute and withFileTypes:true");if(typeof e=="string"&&(e=[e]),this.windowsPathsNoEscape=!!i.windowsPathsNoEscape||i.allowWindowsEscape===!1,this.windowsPathsNoEscape&&(e=e.map(c=>c.replace(/\\/g,"/"))),this.matchBase){if(i.noglobstar)throw new TypeError("base matching requires globstar");e=e.map(c=>c.includes("/")?c:`./**/${c}`)}if(this.pattern=e,this.platform=i.platform||hE,this.opts={...i,platform:this.platform},i.scurry){if(this.scurry=i.scurry,i.nocase!==void 0&&i.nocase!==i.scurry.nocase)throw new Error("nocase option contradicts provided scurry option")}else{let c=i.platform==="win32"?Aa.PathScurryWin32:i.platform==="darwin"?Aa.PathScurryDarwin:i.platform?Aa.PathScurryPosix:Aa.PathScurry;this.scurry=new c(this.cwd,{nocase:i.nocase,fs:i.fs})}this.nocase=this.scurry.nocase;let r=this.platform==="darwin"||this.platform==="win32",s={...i,dot:this.dot,matchBase:this.matchBase,nobrace:this.nobrace,nocase:this.nocase,nocaseMagicOnly:r,nocomment:!0,noext:this.noext,nonegate:!0,optimizationLevel:2,platform:this.platform,windowsPathsNoEscape:this.windowsPathsNoEscape,debug:!!this.opts.debug},n=this.pattern.map(c=>new uE.Minimatch(c,s)),[a,l]=n.reduce((c,o)=>(c[0].push(...o.set),c[1].push(...o.globParts),c),[[],[]]);this.patterns=a.map((c,o)=>{let u=l[o];if(!u)throw new Error("invalid pattern object");return new fE.Pattern(c,u,0,this.platform)})}async walk(){return[...await new wa.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walk()]}walkSync(){return[...new wa.GlobWalker(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).walkSync()]}stream(){return new wa.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).stream()}streamSync(){return new wa.GlobStream(this.patterns,this.scurry.cwd,{...this.opts,maxDepth:this.maxDepth!==1/0?this.maxDepth+this.scurry.cwd.depth():1/0,platform:this.platform,nocase:this.nocase,includeChildMatches:this.includeChildMatches}).streamSync()}iterateSync(){return this.streamSync()[Symbol.iterator]()}[Symbol.iterator](){return this.iterateSync()}iterate(){return this.stream()[Symbol.asyncIterator]()}[Symbol.asyncIterator](){return this.iterate()}};Ca.Glob=Fl});var jl=_(Ia=>{"use strict";Object.defineProperty(Ia,"__esModule",{value:!0});Ia.hasMagic=void 0;var dE=Qi(),mE=(t,e={})=>{Array.isArray(t)||(t=[t]);for(let i of t)if(new dE.Minimatch(i,e).hasMagic())return!0;return!1};Ia.hasMagic=mE});var Cd=_(we=>{"use strict";Object.defineProperty(we,"__esModule",{value:!0});we.glob=we.sync=we.iterate=we.iterateSync=we.stream=we.streamSync=we.Ignore=we.hasMagic=we.Glob=we.unescape=we.escape=void 0;we.globStreamSync=en;we.globStream=Rl;we.globSync=$l;we.globIterateSync=tn;we.globIterate=ql;var vd=Qi(),wr=Bl(),yE=jl(),wd=Qi();Object.defineProperty(we,"escape",{enumerable:!0,get:function(){return wd.escape}});Object.defineProperty(we,"unescape",{enumerable:!0,get:function(){return wd.unescape}});var TE=Bl();Object.defineProperty(we,"Glob",{enumerable:!0,get:function(){return TE.Glob}});var gE=jl();Object.defineProperty(we,"hasMagic",{enumerable:!0,get:function(){return gE.hasMagic}});var xE=Nl();Object.defineProperty(we,"Ignore",{enumerable:!0,get:function(){return xE.Ignore}});function en(t,e={}){return new wr.Glob(t,e).streamSync()}function Rl(t,e={}){return new wr.Glob(t,e).stream()}function $l(t,e={}){return new wr.Glob(t,e).walkSync()}async function Ad(t,e={}){return new wr.Glob(t,e).walk()}function tn(t,e={}){return new wr.Glob(t,e).iterateSync()}function ql(t,e={}){return new wr.Glob(t,e).iterate()}we.streamSync=en;we.stream=Object.assign(Rl,{sync:en});we.iterateSync=tn;we.iterate=Object.assign(ql,{sync:tn});we.sync=Object.assign($l,{stream:en,iterate:tn});we.glob=Object.assign(Ad,{glob:Ad,globSync:$l,sync:we.sync,globStream:Rl,stream:we.stream,globStreamSync:en,streamSync:we.streamSync,globIterate:ql,iterate:we.iterate,globIterateSync:tn,iterateSync:we.iterateSync,Glob:wr.Glob,hasMagic:yE.hasMagic,escape:vd.escape,unescape:vd.unescape});we.glob.glob=we.glob});var Od=_((YG,_d)=>{"use strict";var bE=function(e){return SE(e)&&!EE(e)};function SE(t){return!!t&&typeof t=="object"}function EE(t){var e=Object.prototype.toString.call(t);return e==="[object RegExp]"||e==="[object Date]"||AE(t)}var PE=typeof Symbol=="function"&&Symbol.for,vE=PE?Symbol.for("react.element"):60103;function AE(t){return t.$$typeof===vE}function wE(t){return Array.isArray(t)?[]:{}}function rn(t,e){return e.clone!==!1&&e.isMergeableObject(t)?ss(wE(t),t,e):t}function CE(t,e,i){return t.concat(e).map(function(r){return rn(r,i)})}function IE(t,e){if(!e.customMerge)return ss;var i=e.customMerge(t);return typeof i=="function"?i:ss}function kE(t){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter(function(e){return Object.propertyIsEnumerable.call(t,e)}):[]}function Id(t){return Object.keys(t).concat(kE(t))}function kd(t,e){try{return e in t}catch{return!1}}function _E(t,e){return kd(t,e)&&!(Object.hasOwnProperty.call(t,e)&&Object.propertyIsEnumerable.call(t,e))}function OE(t,e,i){var r={};return i.isMergeableObject(t)&&Id(t).forEach(function(s){r[s]=rn(t[s],i)}),Id(e).forEach(function(s){_E(t,s)||(kd(t,s)&&i.isMergeableObject(e[s])?r[s]=IE(s,i)(t[s],e[s],i):r[s]=rn(e[s],i))}),r}function ss(t,e,i){i=i||{},i.arrayMerge=i.arrayMerge||CE,i.isMergeableObject=i.isMergeableObject||bE,i.cloneUnlessOtherwiseSpecified=rn;var r=Array.isArray(e),s=Array.isArray(t),n=r===s;return n?r?i.arrayMerge(t,e,i):OE(t,e,i):rn(e,i)}ss.all=function(e,i){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce(function(r,s){return ss(r,s,i)},{})};var NE=ss;_d.exports=NE});var Dd=_((zG,Nd)=>{Nd.exports={theme:{extend:{rootClass:{"container-3xs":"16rem","container-2xs":"18rem","container-xs":"20rem","container-sm":"24rem","container-md":"28rem","container-lg":"32rem","container-xl":"36rem","container-2xl":"42rem","container-3xl":"48rem","container-4xl":"56rem","container-5xl":"64rem","container-6xl":"72rem","container-7xl":"80rem","text-xs":"0.75rem","text-sm":"0.875rem","text-base":"1rem","text-lg":"1.125rem","text-xl":"1.25rem","text-2xl":"1.5rem","text-3xl":"1.875rem","text-4xl":"2.25rem","text-5xl":"3rem","text-6xl":"3.75rem","text-7xl":"4.5rem","text-8xl":"6rem","text-9xl":"8rem","radius-xs":"0.125rem","radius-sm":"0.25rem","radius-md":"0.375rem","radius-lg":"0.5rem","radius-xl":"0.75rem","radius-2xl":"1rem","radius-3xl":"1.5rem","radius-4xl":"2rem","blur-xs":"4px","blur-sm":"8px","blur-md":"12px","blur-lg":"16px","blur-xl":"24px","blur-2xl":"32px","blur-3xl":"40px","blur-4xl":"48px","blur-5xl":"64px"},colors:{"color-white":"oklch(100% 0 0)","color-black":"oklch(0% 0 0)","color-inherit":"inherit","color-transparent":"transparent","color-current":"currentColor","color-red-50":"oklch(97.1% 0.013 17.38)","color-red-100":"oklch(93.6% 0.032 17.717)","color-red-200":"oklch(88.5% 0.062 18.334)","color-red-300":"oklch(80.8% 0.114 19.571)","color-red-400":"oklch(70.4% 0.191 22.216)","color-red-500":"oklch(63.7% 0.237 25.331)","color-red-600":"oklch(57.7% 0.245 27.325)","color-red-700":"oklch(50.5% 0.213 27.518)","color-red-800":"oklch(44.4% 0.177 26.899)","color-red-900":"oklch(39.6% 0.141 25.723)","color-red-950":"oklch(25.8% 0.092 26.042)","color-orange-50":"oklch(98% 0.016 73.684)","color-orange-100":"oklch(95.4% 0.038 75.164)","color-orange-200":"oklch(90.1% 0.076 70.697)","color-orange-300":"oklch(83.7% 0.128 66.29)","color-orange-400":"oklch(75% 0.183 55.934)","color-orange-500":"oklch(70.5% 0.213 47.604)","color-orange-600":"oklch(64.6% 0.222 41.116)","color-orange-700":"oklch(55.3% 0.195 38.402)","color-orange-800":"oklch(47% 0.157 37.304)","color-orange-900":"oklch(40.8% 0.123 38.172)","color-orange-950":"oklch(26.6% 0.079 36.259)","color-amber-50":"oklch(98.7% 0.022 95.277)","color-amber-100":"oklch(96.2% 0.059 95.617)","color-amber-200":"oklch(92.4% 0.12 95.746)","color-amber-300":"oklch(87.9% 0.169 91.605)","color-amber-400":"oklch(82.8% 0.189 84.429)","color-amber-500":"oklch(76.9% 0.188 70.08)","color-amber-600":"oklch(66.6% 0.179 58.318)","color-amber-700":"oklch(55.5% 0.163 48.998)","color-amber-800":"oklch(47.3% 0.137 46.201)","color-amber-900":"oklch(41.4% 0.112 45.904)","color-amber-950":"oklch(27.9% 0.077 45.635)","color-yellow-50":"oklch(98.7% 0.026 102.212)","color-yellow-100":"oklch(97.3% 0.071 103.193)","color-yellow-200":"oklch(94.5% 0.129 101.54)","color-yellow-300":"oklch(90.5% 0.182 98.111)","color-yellow-400":"oklch(85.2% 0.199 91.936)","color-yellow-500":"oklch(79.5% 0.184 86.047)","color-yellow-600":"oklch(68.1% 0.162 75.834)","color-yellow-700":"oklch(55.4% 0.135 66.442)","color-yellow-800":"oklch(47.6% 0.114 61.907)","color-yellow-900":"oklch(42.1% 0.095 57.708)","color-yellow-950":"oklch(28.6% 0.066 53.813)","color-lime-50":"oklch(98.6% 0.031 120.757)","color-lime-100":"oklch(96.7% 0.067 122.328)","color-lime-200":"oklch(93.8% 0.127 124.321)","color-lime-300":"oklch(89.7% 0.196 126.665)","color-lime-400":"oklch(84.1% 0.238 128.85)","color-lime-500":"oklch(76.8% 0.233 130.85)","color-lime-600":"oklch(64.8% 0.2 131.684)","color-lime-700":"oklch(53.2% 0.157 131.589)","color-lime-800":"oklch(45.3% 0.124 130.933)","color-lime-900":"oklch(40.5% 0.101 131.063)","color-lime-950":"oklch(27.4% 0.072 132.109)","color-green-50":"oklch(98.2% 0.018 155.826)","color-green-100":"oklch(96.2% 0.044 156.743)","color-green-200":"oklch(92.5% 0.084 155.995)","color-green-300":"oklch(87.1% 0.15 154.449)","color-green-400":"oklch(79.2% 0.209 151.711)","color-green-500":"oklch(72.3% 0.219 149.579)","color-green-600":"oklch(62.7% 0.194 149.214)","color-green-700":"oklch(52.7% 0.154 150.069)","color-green-800":"oklch(44.8% 0.119 151.328)","color-green-900":"oklch(39.3% 0.095 152.535)","color-green-950":"oklch(26.6% 0.065 152.934)","color-emerald-50":"oklch(97.9% 0.021 166.113)","color-emerald-100":"oklch(95% 0.052 163.051)","color-emerald-200":"oklch(90.5% 0.093 164.15)","color-emerald-300":"oklch(84.5% 0.143 164.978)","color-emerald-400":"oklch(76.5% 0.177 163.223)","color-emerald-500":"oklch(69.6% 0.17 162.48)","color-emerald-600":"oklch(59.6% 0.145 163.225)","color-emerald-700":"oklch(50.8% 0.118 165.612)","color-emerald-800":"oklch(43.2% 0.095 166.913)","color-emerald-900":"oklch(37.8% 0.077 168.94)","color-emerald-950":"oklch(26.2% 0.051 172.552)","color-teal-50":"oklch(98.4% 0.014 180.72)","color-teal-100":"oklch(95.3% 0.051 180.801)","color-teal-200":"oklch(91% 0.096 180.426)","color-teal-300":"oklch(85.5% 0.138 181.071)","color-teal-400":"oklch(77.7% 0.152 181.912)","color-teal-500":"oklch(70.4% 0.14 182.503)","color-teal-600":"oklch(60% 0.118 184.704)","color-teal-700":"oklch(51.1% 0.096 186.391)","color-teal-800":"oklch(43.7% 0.078 188.216)","color-teal-900":"oklch(38.6% 0.063 188.416)","color-teal-950":"oklch(27.7% 0.046 192.524)","color-cyan-50":"oklch(98.4% 0.019 200.873)","color-cyan-100":"oklch(95.6% 0.045 203.388)","color-cyan-200":"oklch(91.7% 0.08 205.041)","color-cyan-300":"oklch(86.5% 0.127 207.078)","color-cyan-400":"oklch(78.9% 0.154 211.53)","color-cyan-500":"oklch(71.5% 0.143 215.221)","color-cyan-600":"oklch(60.9% 0.126 221.723)","color-cyan-700":"oklch(52% 0.105 223.128)","color-cyan-800":"oklch(45% 0.085 224.283)","color-cyan-900":"oklch(39.8% 0.07 227.392)","color-cyan-950":"oklch(30.2% 0.056 229.695)","color-sky-50":"oklch(97.7% 0.013 236.62)","color-sky-100":"oklch(95.1% 0.026 236.824)","color-sky-200":"oklch(90.1% 0.058 230.902)","color-sky-300":"oklch(82.8% 0.111 230.318)","color-sky-400":"oklch(74.6% 0.16 232.661)","color-sky-500":"oklch(68.5% 0.169 237.323)","color-sky-600":"oklch(58.8% 0.158 241.966)","color-sky-700":"oklch(50% 0.134 242.749)","color-sky-800":"oklch(44.3% 0.11 240.79)","color-sky-900":"oklch(39.1% 0.09 240.876)","color-sky-950":"oklch(29.3% 0.066 243.157)","color-blue-50":"oklch(97% 0.014 254.604)","color-blue-100":"oklch(93.2% 0.032 255.585)","color-blue-200":"oklch(88.2% 0.059 254.128)","color-blue-300":"oklch(80.9% 0.105 251.813)","color-blue-400":"oklch(70.7% 0.165 254.624)","color-blue-500":"oklch(62.3% 0.214 259.815)","color-blue-600":"oklch(54.6% 0.245 262.881)","color-blue-700":"oklch(48.8% 0.243 264.376)","color-blue-800":"oklch(42.4% 0.199 265.638)","color-blue-900":"oklch(37.9% 0.146 265.522)","color-blue-950":"oklch(28.2% 0.091 267.935)","color-indigo-50":"oklch(96.2% 0.018 272.314)","color-indigo-100":"oklch(93% 0.034 272.788)","color-indigo-200":"oklch(87% 0.065 274.039)","color-indigo-300":"oklch(78.5% 0.115 274.713)","color-indigo-400":"oklch(67.3% 0.182 276.935)","color-indigo-500":"oklch(58.5% 0.233 277.117)","color-indigo-600":"oklch(51.1% 0.262 276.966)","color-indigo-700":"oklch(45.7% 0.24 277.023)","color-indigo-800":"oklch(39.8% 0.195 277.366)","color-indigo-900":"oklch(35.9% 0.144 278.697)","color-indigo-950":"oklch(25.7% 0.09 281.288)","color-violet-50":"oklch(96.9% 0.016 293.756)","color-violet-100":"oklch(94.3% 0.029 294.588)","color-violet-200":"oklch(89.4% 0.057 293.283)","color-violet-300":"oklch(81.1% 0.111 293.571)","color-violet-400":"oklch(70.2% 0.183 293.541)","color-violet-500":"oklch(60.6% 0.25 292.717)","color-violet-600":"oklch(54.1% 0.281 293.009)","color-violet-700":"oklch(49.1% 0.27 292.581)","color-violet-800":"oklch(43.2% 0.232 292.759)","color-violet-900":"oklch(38% 0.189 293.745)","color-violet-950":"oklch(28.3% 0.141 291.089)","color-purple-50":"oklch(97.7% 0.014 308.299)","color-purple-100":"oklch(94.6% 0.033 307.174)","color-purple-200":"oklch(90.2% 0.063 306.703)","color-purple-300":"oklch(82.7% 0.119 306.383)","color-purple-400":"oklch(71.4% 0.203 305.504)","color-purple-500":"oklch(62.7% 0.265 303.9)","color-purple-600":"oklch(55.8% 0.288 302.321)","color-purple-700":"oklch(49.6% 0.265 301.924)","color-purple-800":"oklch(43.8% 0.218 303.724)","color-purple-900":"oklch(38.1% 0.176 304.987)","color-purple-950":"oklch(29.1% 0.149 302.717)","color-fuchsia-50":"oklch(97.7% 0.017 320.058)","color-fuchsia-100":"oklch(95.2% 0.037 318.852)","color-fuchsia-200":"oklch(90.3% 0.076 319.62)","color-fuchsia-300":"oklch(83.3% 0.145 321.434)","color-fuchsia-400":"oklch(74% 0.238 322.16)","color-fuchsia-500":"oklch(66.7% 0.295 322.15)","color-fuchsia-600":"oklch(59.1% 0.293 322.896)","color-fuchsia-700":"oklch(51.8% 0.253 323.949)","color-fuchsia-800":"oklch(45.2% 0.211 324.591)","color-fuchsia-900":"oklch(40.1% 0.17 325.612)","color-fuchsia-950":"oklch(29.3% 0.136 325.661)","color-pink-50":"oklch(97.1% 0.014 343.198)","color-pink-100":"oklch(94.8% 0.028 342.258)","color-pink-200":"oklch(89.9% 0.061 343.231)","color-pink-300":"oklch(82.3% 0.12 346.018)","color-pink-400":"oklch(71.8% 0.202 349.761)","color-pink-500":"oklch(65.6% 0.241 354.308)","color-pink-600":"oklch(59.2% 0.249 0.584)","color-pink-700":"oklch(52.5% 0.223 3.958)","color-pink-800":"oklch(45.9% 0.187 3.815)","color-pink-900":"oklch(40.8% 0.153 2.432)","color-pink-950":"oklch(28.4% 0.109 3.907)","color-rose-50":"oklch(96.9% 0.015 12.422)","color-rose-100":"oklch(94.1% 0.03 12.58)","color-rose-200":"oklch(89.2% 0.058 10.001)","color-rose-300":"oklch(81% 0.117 11.638)","color-rose-400":"oklch(71.2% 0.194 13.428)","color-rose-500":"oklch(64.5% 0.246 16.439)","color-rose-600":"oklch(58.6% 0.253 17.585)","color-rose-700":"oklch(51.4% 0.222 16.935)","color-rose-800":"oklch(45.5% 0.188 13.697)","color-rose-900":"oklch(41% 0.159 10.272)","color-rose-950":"oklch(27.1% 0.105 12.094)","color-slate-50":"oklch(98.4% 0.003 247.858)","color-slate-100":"oklch(96.8% 0.007 247.896)","color-slate-200":"oklch(92.9% 0.013 255.508)","color-slate-300":"oklch(86.9% 0.022 252.894)","color-slate-400":"oklch(70.4% 0.04 256.788)","color-slate-500":"oklch(55.4% 0.046 257.417)","color-slate-600":"oklch(44.6% 0.043 257.281)","color-slate-700":"oklch(37.2% 0.044 257.287)","color-slate-800":"oklch(27.9% 0.041 260.031)","color-slate-900":"oklch(20.8% 0.042 265.755)","color-slate-950":"oklch(12.9% 0.042 264.695)","color-gray-50":"oklch(98.5% 0.002 247.839)","color-gray-100":"oklch(96.7% 0.003 264.542)","color-gray-200":"oklch(92.8% 0.006 264.531)","color-gray-300":"oklch(87.2% 0.01 258.338)","color-gray-400":"oklch(70.7% 0.022 261.325)","color-gray-500":"oklch(55.1% 0.027 264.364)","color-gray-600":"oklch(44.6% 0.03 256.802)","color-gray-700":"oklch(37.3% 0.034 259.733)","color-gray-800":"oklch(27.8% 0.033 256.848)","color-gray-900":"oklch(21% 0.034 264.665)","color-gray-950":"oklch(13% 0.028 261.692)","color-zinc-50":"oklch(98.5% 0.001 106.423)","color-zinc-100":"oklch(96.7% 0.001 106.424)","color-zinc-200":"oklch(92% 0.004 286.32)","color-zinc-300":"oklch(87.1% 0.006 286.286)","color-zinc-400":"oklch(70.5% 0.015 286.067)","color-zinc-500":"oklch(55.2% 0.016 285.938)","color-zinc-600":"oklch(44.2% 0.017 285.786)","color-zinc-700":"oklch(37% 0.013 285.805)","color-zinc-800":"oklch(27.4% 0.006 286.033)","color-zinc-900":"oklch(21% 0.006 285.885)","color-zinc-950":"oklch(14.1% 0.005 285.823)","color-neutral-50":"oklch(98.5% 0 0)","color-neutral-100":"oklch(97% 0 0)","color-neutral-200":"oklch(92.2% 0 0)","color-neutral-300":"oklch(87% 0 0)","color-neutral-400":"oklch(70.8% 0 0)","color-neutral-500":"oklch(55.6% 0 0)","color-neutral-600":"oklch(43.9% 0 0)","color-neutral-700":"oklch(37.1% 0 0)","color-neutral-800":"oklch(26.9% 0 0)","color-neutral-900":"oklch(20.5% 0 0)","color-neutral-950":"oklch(14.5% 0 0)","color-stone-50":"oklch(98.5% 0.001 106.423)","color-stone-100":"oklch(97% 0.001 106.424)","color-stone-200":"oklch(92.3% 0.003 48.717)","color-stone-300":"oklch(86.9% 0.005 56.366)","color-stone-400":"oklch(70.9% 0.01 56.259)","color-stone-500":"oklch(55.3% 0.013 58.071)","color-stone-600":"oklch(44.4% 0.011 73.639)","color-stone-700":"oklch(37.4% 0.01 67.558)","color-stone-800":"oklch(26.8% 0.007 34.298)","color-stone-900":"oklch(21.6% 0.006 56.043)","color-stone-950":"oklch(14.7% 0.004 49.25)"},spacing:{0:"0rem","0.5":"0.15rem",1:"0.25rem","1.5":"0.375rem",2:"0.5rem","2.5":"0.625rem",3:"0.75rem","3.5":"0.875rem",4:"1rem",5:"1.25rem",6:"1.5rem",7:"1.75rem",8:"2rem",9:"2.25rem",10:"2.5rem",11:"2.75rem",12:"3rem",14:"3.5rem",16:"4rem",18:"4.5rem",20:"5rem",24:"6rem",28:"7rem",32:"8rem",36:"9rem",40:"10rem",44:"11rem",48:"12rem",52:"13rem",56:"14rem",60:"15rem",64:"16rem",72:"18rem",80:"20rem",96:"24rem",112:"28rem",128:"32rem"}}}}});var Md=_((JG,Ld)=>{Ld.exports={theme:{extend:{breakpoints:{sm:"40rem",md:"48rem",lg:"64rem",xl:"80rem","2xl":"96rem"},layout:{padding:{"p-px":"1px"},"padding-inline":{"px-px":"1px"},"padding-block":{"py-px":"1px"},"padding-top":{"pt-px":"1px"},"padding-right":{"pr-px":"1px"},"padding-bottom":{"pb-px":"1px"},"padding-left":{"pl-px":"1px"},margin:{"m-px":"1px","-m-px":"-1px"},"margin-inline":{"mx-px":"1px","-mx-px":"-1px","mx-auto":"auto"},"margin-block":{"my-px":"1px","-my-px":"-1px","my-auto":"auto"},"margin-top":{"mt-px":"1px","-mt-px":"-1px"},"margin-right":{"mr-px":"1px","-mr-px":"-1px"},"margin-bottom":{"mb-px":"1px","-mb-px":"-1px"},"margin-left":{"ml-px":"1px","-ml-px":"-1px"},"aspect-ratio":{"aspect-square":"1 / 1","aspect-video":"16 / 9","aspect-portrait":"9 / 16","aspect-auto":"auto"},columns:{"columns-auto":"auto","columns-none":"none","columns-3xs":"var(--container-3xs)","columns-2xs":"var(--container-2xs)","columns-xs":"var(--container-xs)","columns-sm":"var(--container-sm)","columns-md":"var(--container-md)","columns-lg":"var(--container-lg)","columns-xl":"var(--container-xl)","columns-2xl":"var(--container-2xl)","columns-3xl":"var(--container-3xl)","columns-4xl":"var(--container-4xl)","columns-5xl":"var(--container-5xl)","columns-6xl":"var(--container-6xl)","columns-7xl":"var(--container-7xl)"},"break-after":{"break-after-auto":"auto","break-after-avoid":"avoid","break-after-all":"all","break-after-avoid-page":"avoid-page","break-after-page":"page","break-after-column":"column"},"break-before":{"break-before-auto":"auto","break-before-avoid":"avoid","break-before-all":"all","break-before-avoid-page":"avoid-page","break-before-page":"page","break-before-column":"column"},"break-inside":{"break-inside-auto":"auto","break-inside-avoid":"avoid","break-inside-avoid-page":"avoid-page","break-inside-avoid-column":"avoid-column"},"box-decoration-break":{"box-decoration-slice":"slice","box-decoration-clone":"clone"},"box-sizing":{"box-border":"border-box","box-content":"content-box"},display:{block:"block",hidden:"none","inline-block":"inline-block",inline:"inline",flex:"flex","inline-flex":"inline-flex",grid:"grid","inline-grid":"inline-grid",table:"table",contents:"contents","list-item":"list-item","flow-root":"flow-root","inline-table":"inline-table","table-caption":"table-caption","table-cell":"table-cell","table-column":"table-column","table-column-group":"table-column-group","table-footer-group":"table-footer-group","table-header-group":"table-header-group","table-row-group":"table-row-group","table-row":"table-row"},float:{"float-right":"right","float-left":"left","float-none":"none","float-start":"inline-start","float-end":"inline-end"},clear:{"clear-left":"left","clear-right":"right","clear-both":"both","clear-none":"none","clear-start":"inline-start","clear-end":"inline-end"},isolation:{"isolation-auto":"auto","isolation-isolate":"isolate"},"object-fit":{"object-contain":"contain","object-cover":"cover","object-fill":"fill","object-none":"none","object-scale-down":"scale-down"},"object-position":{"object-center":"center","object-top":"top","object-bottom":"bottom","object-left":"left","object-right":"right","object-top-left":"top left","object-top-right":"top right","object-bottom-left":"bottom left","object-bottom-right":"bottom right"},overflow:{"overflow-auto":"auto","overflow-hidden":"hidden","overflow-visible":"visible","overflow-scroll":"scroll"},"overflow-x":{"overflow-x-hidden":"hidden","overflow-x-visible":"visible","overflow-x-scroll":"scroll","overflow-x-auto":"auto"},"overflow-y":{"overflow-y-hidden":"hidden","overflow-y-visible":"visible","overflow-y-scroll":"scroll","overflow-y-auto":"auto"},"overscroll-behavior":{"overscroll-auto":"auto","overscroll-contain":"contain","overscroll-none":"none"},"overscroll-behavior-x":{"overscroll-x-auto":"auto","overscroll-x-contain":"contain","overscroll-x-none":"none"},"overscroll-behavior-y":{"overscroll-y-auto":"auto","overscroll-y-contain":"contain","overscroll-y-none":"none"},position:{static:"static",fixed:"fixed",absolute:"absolute",relative:"relative",sticky:"sticky"},inset:{"inset-px":"1px","-inset-px":"-1px","inset-full":"100%","-inset-full":"-100%","inset-auto":"auto"},"inset-inline":{"inset-x-px":"1px","-inset-x-px":"-1px","inset-x-full":"100%","-inset-x-full":"-100%","inset-x-auto":"auto"},"inset-block":{"inset-y-px":"1px","-inset-y-px":"-1px","inset-y-full":"100%","-inset-y-full":"-100%","inset-y-auto":"auto"},top:{"top-px":"1px","-top-px":"-1px","top-full":"100%","-top-full":"-100%","top-auto":"auto"},right:{"right-px":"1px","-right-px":"-1px","right-full":"100%","-right-full":"-100%","right-auto":"auto"},bottom:{"bottom-px":"1px","-bottom-px":"-1px","bottom-full":"100%","-bottom-full":"-100%","bottom-auto":"auto"},left:{"left-px":"1px","-left-px":"-1px","left-full":"100%","-left-full":"-100%","left-auto":"auto"},visibility:{visible:"visible",invisible:"hidden",collapse:"collapse"}},flexGrid:{"flex-basis":{"basis-full":"100%","basis-1/2":"50%","basis-auto":"auto","basis-1/3":"33.333333%","basis-3xs":"var(--container-3xs)","basis-2xs":"var(--container-2xs)","basis-xs":"var(--container-xs)","basis-sm":"var(--container-sm)","basis-md":"var(--container-md)","basis-lg":"var(--container-lg)","basis-xl":"var(--container-xl)","basis-2xl":"var(--container-2xl)","basis-3xl":"var(--container-3xl)","basis-4xl":"var(--container-4xl)","basis-5xl":"var(--container-5xl)","basis-6xl":"var(--container-6xl)","basis-7xl":"var(--container-7xl)"},"flex-direction":{"flex-row":"row","flex-row-reverse":"row-reverse","flex-col":"column","flex-col-reverse":"column-reverse"},"flex-wrap":{"flex-wrap":"wrap","flex-wrap-reverse":"wrap-reverse","flex-nowrap":"nowrap"},flex:{"flex-auto":"1 1 auto","flex-initial":"0 1 auto","flex-none":"none"},"flex-grow":{grow:"1"},"flex-shrink":{shrink:"1"},order:{"order-first":"calc(-infinity)","order-last":"calc(infinity)","order-none":"0"},"grid-template-columns":{"grid-columns-none":"none","grid-columns-subgrid":"subgrid"},"grid-column":{"col-span-full":"1 / -1","col-auto":"auto"},"grid-column-start":{"col-start-auto":"auto"},"grid-column-end":{"col-end-auto":"auto"},"grid-template-rows":{"grid-rows-none":"none","grid-rows-subgrid":"subgrid"},"grid-row":{"row-span-full":"1 / -1","row-auto":"auto"},"grid-row-start":{"row-start-auto":"auto"},"grid-row-end":{"row-end-auto":"auto"},"grid-auto-flow":{"grid-flow-row":"row","grid-flow-col":"column","grid-flow-dense":"dense","grid-flow-row-dense":"row dense","grid-flow-col-dense":"column dense"},"grid-auto-columns":{"auto-columns-auto":"auto","auto-columns-min":"min-content","auto-columns-max":"max-content","auto-columns-fr":"minmax(0, 1fr)"},"grid-auto-rows":{"auto-rows-auto":"auto","auto-rows-min":"min-content","auto-rows-max":"max-content","auto-rows-fr":"minmax(0, 1fr)"},gap:{"gap-px":"1px"},"column-gap":{"gap-x-px":"1px"},"row-gap":{"gap-y-px":"1px"},"justify-content":{"justify-start":"flex-start","justify-end":"flex-end","justify-end-safe":"safe flex-end","justify-center":"center","justify-center-safe":"safe center","justify-between":"space-between","justify-around":"space-around","justify-evenly":"space-evenly","justify-stretch":"stretch","justify-normal":"normal","justify-baseline":"baseline"},"justify-items":{"justify-items-start":"start","justify-items-end":"end","justify-items-end-safe":"safe end","justify-items-center":"center","justify-items-center-safe":"safe center","justify-items-stretch":"stretch","justify-items-normal":"normal"},"justify-self":{"justify-self-auto":"auto","justify-self-start":"start","justify-self-center":"center","justify-self-center-safe":"safe center","justify-self-end":"end","justify-self-end-safe":"safe end","justify-self-stretch":"stretch","justify-self-normal":"normal"},"align-content":{"content-start":"flex-start","content-end":"flex-end","content-center":"center","content-between":"space-between","content-around":"space-around","content-evenly":"space-evenly","content-stretch":"stretch","content-normal":"normal","content-baseline":"baseline"},"align-items":{"items-start":"flex-start","items-end":"flex-end","items-center":"center","items-baseline":"baseline","items-stretch":"stretch","items-normal":"normal","items-end-safe":"safe flex-end","items-center-safe":"safe center","items-baseline-last":"last baseline"},"align-self":{"self-auto":"auto","self-start":"flex-start","self-end":"flex-end","self-end-safe":"safe flex-end","self-center":"center","self-center-safe":"safe center","self-stretch":"stretch","self-baseline":"baseline","self-baseline-last":"last baseline"},"place-content":{"place-content-center":"center","place-content-center-safe":"safe center","place-content-stretch":"stretch","place-content-normal":"normal","place-content-baseline":"baseline","place-content-end-safe":"safe flex-end","place-content-baseline-last":"last baseline","place-content-start":"flex-start","place-content-end":"flex-end","place-content-between":"space-between","place-content-around":"space-around","place-content-evenly":"space-evenly"},"place-items":{"place-items-start":"start","place-items-end":"end","place-items-end-safe":"safe end","place-items-center":"center","place-items-center-safe":"safe center","place-items-stretch":"stretch","place-item-baseline":"baseline"},"place-self":{"place-self-auto":"auto","place-self-start":"start","place-self-center":"center","place-self-center-safe":"safe center","place-self-end":"end","place-self-end-safe":"safe end","place-self-stretch":"stretch"}},sizing:{width:{"w-3xs":"var(--container-3xs)","w-2xs":"var(--container-2xs)","w-xs":"var(--container-xs)","w-sm":"var(--container-sm)","w-md":"var(--container-md)","w-lg":"var(--container-lg)","w-xl":"var(--container-xl)","w-2xl":"var(--container-2xl)","w-3xl":"var(--container-3xl)","w-4xl":"var(--container-4xl)","w-5xl":"var(--container-5xl)","w-6xl":"var(--container-6xl)","w-7xl":"var(--container-7xl)","w-full":"100%","w-auto":"auto","w-px":"1px","w-screen":"100vw","w-min":"min-content","w-max":"max-content","w-fit":"fit-content","w-dvw":"100dvw","w-dvh":"100dvh","w-lvw":"100lvw","w-lvh":"100lvh","w-svw":"100svw","w-svh":"100svh"},"min-width":{"min-w-3xs":"var(--container-3xs)","min-w-2xs":"var(--container-2xs)","min-w-xs":"var(--container-xs)","min-w-sm":"var(--container-sm)","min-w-md":"var(--container-md)","min-w-lg":"var(--container-lg)","min-w-xl":"var(--container-xl)","min-w-2xl":"var(--container-2xl)","min-w-3xl":"var(--container-3xl)","min-w-4xl":"var(--container-4xl)","min-w-5xl":"var(--container-5xl)","min-w-6xl":"var(--container-6xl)","min-w-7xl":"var(--container-7xl)","min-w-full":"100%","min-w-auto":"auto","min-w-min":"min-content","min-w-max":"max-content","min-w-fit":"fit-content","min-w-screen":"100vw","min-w-dvw":"100dvw","min-w-dvh":"100dvh","min-w-lvw":"100lvw","min-w-lvh":"100lvh","min-w-svw":"100svw","min-w-svh":"100svh","min-w-px":"1px"},"max-width":{"max-w-3xs":"var(--container-3xs)","max-w-2xs":"var(--container-2xs)","max-w-xs":"var(--container-xs)","max-w-sm":"var(--container-sm)","max-w-md":"var(--container-md)","max-w-lg":"var(--container-lg)","max-w-xl":"var(--container-xl)","max-w-2xl":"var(--container-2xl)","max-w-3xl":"var(--container-3xl)","max-w-4xl":"var(--container-4xl)","max-w-5xl":"var(--container-5xl)","max-w-6xl":"var(--container-6xl)","max-w-7xl":"var(--container-7xl)","max-w-full":"100%","max-w-auto":"auto","max-w-min":"min-content","max-w-max":"max-content","max-w-fit":"fit-content","max-w-screen":"100vw","max-w-dvw":"100dvw","max-w-dvh":"100dvh","max-w-lvw":"100lvw","max-w-lvh":"100lvh","max-w-svw":"100svw","max-w-svh":"100svh","max-w-px":"1px"},height:{"h-3xs":"var(--container-3xs)","h-2xs":"var(--container-2xs)","h-xs":"var(--container-xs)","h-sm":"var(--container-sm)","h-md":"var(--container-md)","h-lg":"var(--container-lg)","h-xl":"var(--container-xl)","h-2xl":"var(--container-2xl)","h-3xl":"var(--container-3xl)","h-4xl":"var(--container-4xl)","h-5xl":"var(--container-5xl)","h-6xl":"var(--container-6xl)","h-7xl":"var(--container-7xl)","h-auto":"auto","h-full":"100%","h-min":"min-content","h-max":"max-content","h-fit":"fit-content","h-px":"1px","h-screen":"100vh","h-dvh":"100dvh","h-lvh":"100lvh","h-svh":"100svh","h-dvw":"100dvw","h-lvw":"100lvw","h-svw":"100svw"},"min-height":{"min-h-3xs":"var(--container-3xs)","min-h-2xs":"var(--container-2xs)","min-h-xs":"var(--container-xs)","min-h-sm":"var(--container-sm)","min-h-md":"var(--container-md)","min-h-lg":"var(--container-lg)","min-h-xl":"var(--container-xl)","min-h-2xl":"var(--container-2xl)","min-h-3xl":"var(--container-3xl)","min-h-4xl":"var(--container-4xl)","min-h-5xl":"var(--container-5xl)","min-h-6xl":"var(--container-6xl)","min-h-7xl":"var(--container-7xl)","min-h-auto":"auto","min-h-full":"100%","min-h-min":"min-content","min-h-max":"max-content","min-h-fit":"fit-content","min-h-screen":"100vh","min-h-dvh":"100dvh","min-h-lvh":"100lvh","min-h-svh":"100svh","min-h-dvw":"100dvw","min-h-lvw":"100lvw","min-h-svw":"100svw","max-h-px":"1px"},"max-height":{"max-h-3xs":"var(--container-3xs)","max-h-2xs":"var(--container-2xs)","max-h-xs":"var(--container-xs)","max-h-sm":"var(--container-sm)","max-h-md":"var(--container-md)","max-h-lg":"var(--container-lg)","max-h-xl":"var(--container-xl)","max-h-2xl":"var(--container-2xl)","max-h-3xl":"var(--container-3xl)","max-h-4xl":"var(--container-4xl)","max-h-5xl":"var(--container-5xl)","max-h-6xl":"var(--container-6xl)","max-h-7xl":"var(--container-7xl)","max-h-auto":"auto","max-h-full":"100%","max-h-min":"min-content","max-h-max":"max-content","max-h-fit":"fit-content","max-h-screen":"100vh","max-h-dvh":"100dvh","max-h-lvh":"100lvh","max-h-svh":"100svh","max-h-dvw":"100dvw","max-h-lvw":"100lvw","max-h-svw":"100svw","max-h-px":"1px"}},typography:{"font-family":{"font-family-sans":'system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',"font-family-serif":'Georgia, Cambria, "Times New Roman", Times, serif',"font-family-mono":'"Courier New", Courier, monospace'},"font-size":{"text-xs":"var(--text-xs)","text-sm":"var(--text-sm)","text-base":"var(--text-base)","text-lg":"var(--text-lg)","text-xl":"var(--text-xl)","text-2xl":"var(--text-2xl)","text-3xl":"var(--text-3xl)","text-4xl":"var(--text-4xl)","text-5xl":"var(--text-5xl)","text-6xl":"var(--text-6xl)","text-7xl":"var(--text-7xl)","text-8xl":"var(--text-8xl)","text-9xl":"var(--text-9xl)"},"-webkit-font-smoothing":{antialiased:"antialiased","subpixel-antialiased":"auto"},"font-style":{italic:"italic","not-italic":"normal"},"font-weight":{"font-thin":"100","font-extralight":"200","font-light":"300","font-normal":"400","font-medium":"500","font-semibold":"600","font-bold":"700","font-extrabold":"800","font-black":"900"},"font-stretch":{"font-stretch-ultra-condensed":"ultra-condensed","font-stretch-extra-condensed":"extra-condensed","font-stretch-condensed":"condensed","font-stretch-semi-condensed":"semi-condensed","font-stretch-normal":"normal","font-stretch-semi-expanded":"semi-expanded","font-stretch-expanded":"expanded","font-stretch-extra-expanded":"extra-expanded","font-stretch-ultra-expanded":"ultra-expanded"},"font-variant-numeric":{"normal-nums":"normal","ordinal-nums":"ordinal","slashed-zero-nums":"slashed-zero","lining-nums":"lining-nums","oldstyle-nums":"oldstyle-nums","proportional-nums":"proportional-nums","tabular-nums":"tabular-nums","diagonal-fractions":"diagonal-fractions","stacked-fractions":"stacked-fractions"},"letter-spacing":{"tracking-tighter":"-0.05em","tracking-tight":"-0.025em","tracking-normal":"0em","tracking-wide":"0.025em","tracking-wider":"0.05em","tracking-widest":"0.1em"},"line-height":{"leading-none":"1","leading-tight":"1.25","leading-snug":"1.375","leading-normal":"1.5","leading-relaxed":"1.625","leading-loose":"2"},"list-style-image":{"list-image-none":"none"},"list-style-position":{"list-inside":"inside","list-outside":"outside"},"list-style-type":{"list-none":"none","list-disc":"disc","list-decimal":"decimal","list-square":"square","list-circle":"circle","list-upper-roman":"upper-roman"},"text-align":{"text-left":"left","text-center":"center","text-right":"right","text-justify":"justify","text-start":"start","text-end":"end"},color:{"text-color-inherit":"inherit","text-color-current":"currentColor","text-color-transparent":"transparent"},"text-decoration-line":{underline:"underline","line-through":"line-through","no-underline":"none",overline:"overline"},"text-decoration-color":{"decoration-color-inherit":"inherit","decoration-color-current":"currentColor","decoration-color-transparent":"transparent"},"text-decoration-style":{"decoration-style-solid":"solid","decoration-style-double":"double","decoration-style-dotted":"dotted","decoration-style-dashed":"dashed","decoration-style-wavy":"wavy"},"text-decoration-thickness":{"decoration-thick-auto":"auto","decoration-thick-from-font":"from-font"},"text-underline-offset":{"underline-offset-auto":"auto"},"text-transform":{uppercase:"uppercase",lowercase:"lowercase",capitalize:"capitalize","normal-case":"none"},"text-overflow":{"text-ellipsis":"ellipsis","text-clip":"clip"},"text-wrap":{"text-wrap":"wrap","text-nowrap":"nowrap","text-balance":"balance","text-pretty":"pretty"},"text-indent":{"indent-px":"1px","-indent-px":"-1px"},"vertical-align":{"align-baseline":"baseline","align-top":"top","align-middle":"middle","align-bottom":"bottom","align-text-top":"text-top","align-text-bottom":"text-bottom","align-sub":"sub","align-super":"super","align-inherit":"inherit"},"white-space":{"whitespace-normal":"normal","whitespace-nowrap":"nowrap","whitespace-pre":"pre","whitespace-pre-line":"pre-line","whitespace-pre-wrap":"pre-wrap","whitespace-break-spaces":"break-spaces"},"word-break":{"break-normal":"normal","break-all":"break-all","keep-all":"keep-all"},"overflow-wrap":{"wrap-break-word":"break-word","wrap-normal":"normal","wrap-anywhere":"anywhere"},hyphens:{"hyphens-none":"none","hyphens-manual":"manual","hyphens-auto":"auto"},content:{"content-none":" none"},direction:{ltr:"ltr",rtl:"rtl"}},background:{"background-attachment":{"bg-fixed":"fixed","bg-local":"local","bg-scroll":"scroll"},"background-clip":{"bg-clip-border":"border-box","bg-clip-padding":"padding-box","bg-clip-content":"content-box","bg-clip-text":"text"},"background-color":{"bg-color-inherit":"inherit","bg-color-current":"currentColor","bg-color-transparent":"transparent"},"background-image":{"bg-none":"none"},"background-origin":{"bg-origin-border":"border-box","bg-origin-padding":"padding-box","bg-origin-content":"content-box"},"background-position":{"bg-center":"center","bg-top":"top","bg-bottom":"bottom","bg-left":"left","bg-right":"right","bg-top-left":"top left","bg-top-right":"top right","bg-bottom-left":"bottom left","bg-bottom-right":"bottom right"},"background-repeat":{"bg-repeat":"repeat","bg-no-repeat":"no-repeat","bg-repeat-x":"repeat-x","bg-repeat-y":"repeat-y","bg-repeat-round":"round","bg-repeat-space":"space"},"background-size":{"bg-auto":"auto","bg-cover":"cover","bg-contain":"contain"}},border:{"border-radius":{rounded:"4px","rounded-none":"0px"},"border-width":{border:"1px; border-style: var(--uni-border-style)","border-none":"0px"},"border-inline-width":{"border-x":"1px; border-style: var(--uni-border-style)"},"border-block-width":{"border-y":"1px; border-style: var(--uni-border-style)"},"border-top-width":{"border-t":"1px; border-style: var(--uni-border-style)"},"border-right-width":{"border-r":"1px; border-style: var(--uni-border-style)"},"border-bottom-width":{"border-b":"1px; border-style: var(--uni-border-style)"},"border-left-width":{"border-l":"1px; border-style: var(--uni-border-style)"},"border-color":{"border-inherit":"inherit","border-current":"currentColor","border-transparent":"transparent"},"outline-width":{outline:"1px; outline-style: var(--uni-outline-style)"},"outline-color":{"outline-inherit":"inherit","outline-current":"currentColor","outline-transparent":"transparent"}},effects:{shadow:{"2xs":"0 1px var(--uni-shadow-color, rgb(0 0 0 / 0.05))",xs:" 0 1px 2px 0 var(--uni-shadow-color, rgb(0 0 0 / 0.05))",sm:"0 1px 3px 0 var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--uni-shadow-color, rgb(0 0 0 / 0.1))",md:"0 4px 6px -1px var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--uni-shadow-color, rgb(0 0 0 / 0.1))",lg:"0 10px 15px -3px var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--uni-shadow-color, rgb(0 0 0 / 0.1))",xl:" 0 20px 25px -5px var(--uni-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--uni-shadow-color, rgb(0 0 0 / 0.1))","2xl":"0 25px 50px -12px var(--uni-shadow-color, rgb(0 0 0 / 0.25))",none:"0 0 #0000",inherit:"inherit",current:"currentColor",transparent:"transparent","inset-2xs":"inset 0 1px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-xs":"inset 0 1px 1px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-sm":"inset 0 2px 4px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-md":"inset 0 4px 6px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-lg":"inset 0 10px 15px var(--uni-inset-shadow-color,rgb(0 0 0 / 0.05))","inset-xl":"inset 0 20px 25px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.05))","inset-2xl":"inset 0 25px 50px var(--uni-inset-shadow-color, rgb(0 0 0 / 0.25))","inset-none":"inset none","inset-inherit":"inset inherit","inset-current":"inset currentColor","inset-transparent":"inset transparent"},dropShadow:{xs:"0 1px 1px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.15))",sm:"0 1px 2px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.15))",md:"0 3px 3px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.12))",lg:"0 4px 4px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.15))",xl:"0 9px 7px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.25))","2xl":" 0 15px 15px var(--uni-drop-shadow-color, rgb(0 0 0 / 0.35))",inherit:"inherit",current:"currentColor",transparent:"transparent",none:"none"},"text-shadow":{"text-shadow-2xs":" 0 1px 0px var(--uni-text-shadow-color, rgb(0 0 0 / 0.05))","text-shadow-xs":" 0px 1px 1px var(--uni-text-shadow-color, rgb(0 0 0 / 0.05))","text-shadow-sm":" 0px 1px 0px var(--uni-text-shadow-color, rgb(0 0 0 / 0.075)), 0px 1px 1px var(--uni-text-shadow-color, rgb(0 0 0 / 0.075)), 0px 2px 2px var(--uni-text-shadow-color, rgb(0 0 0 / 0.075))","text-shadow-md":"0px 1px 1px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 1px 2px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 2px 4px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1))","text-shadow-lg":"0px 1px 2px rgb(0 0 0 / 0.1), 0px 3px 2px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--uni-text-shadow-color, rgb(0 0 0 / 0.1)) ","text-shadow-none":"none","text-shadow-inherit":"inherit","text-shadow-current":"currentColor","text-shadow-transparent":"transparent"},"mix-blend-mode":{"mix-blend-normal":"normal","mix-blend-multiply":"multiply","mix-blend-screen":"screen","mix-blend-overlay":"overlay","mix-blend-darken":"darken","mix-blend-lighten":"lighten","mix-blend-color-dodge":"color-dodge","mix-blend-color-burn":"color-burn","mix-blend-hard-light":"hard-light","mix-blend-soft-light":"soft-light","mix-blend-difference":"difference","mix-blend-exclusion":"exclusion","mix-blend-hue":"hue","mix-blend-saturation":"saturation","mix-blend-color":"color","mix-blend-luminosity":"luminosity","mix-blend-plus-lighter":"plus-lighter","mix-blend-plus-darker":"plus-darker"},"background-blend-mode":{"bg-blend-normal":"normal","bg-blend-multiply":"multiply","bg-blend-screen":"screen","bg-blend-overlay":"overlay","bg-blend-darken":"darken","bg-blend-lighten":"lighten","bg-blend-color-dodge":"color-dodge","bg-blend-color-burn":"color-burn","bg-blend-hard-light":"hard-light","bg-blend-soft-light":"soft-light","bg-blend-difference":"difference","bg-blend-exclusion":"exclusion","bg-blend-hue":"hue","bg-blend-saturation":"saturation","bg-blend-color":"color","bg-blend-luminosity":"luminosity"},"mask-clip":{"mask-clip-content":"content-box","mask-clip-border":"border-box","mask-clip-padding":"padding-box","mask-clip-filled":"fill-box","mask-clip-stroke":"stroke-box","mask-clip-view-box":"view-box","mask-no-clip":"no-clip"},"mask-composite":{"mask-add":"add","mask-subtract":"subtract","mask-intersect":"intersect","mask-exclude":"exclude"},"mask-image":{"mask-image-none":"none"},"mask-position":{"mask-top-left":"top left","mask-top":"top","mask-top-right":"top right","mask-left":"left","mask-center":"center","mask-right":"right","mask-bottom-left":"bottom left","mask-bottom":"bottom","mask-bottom-right":"bottom right"},"mask-repeat":{"mask-repeat":"repeat","mask-repeat-x":"repeat-x","mask-repeat-y":"repeat-y","mask-no-repeat":"no-repeat","mask-repeat-round":"round","mask-repeat-space":"space"},"mask-mode":{"mask-luminance":"luminance","mask-alpha":"alpha","mask-match":"match-source"},"mask-origin":{"mask-origin-content":"content-box","mask-origin-border":"border-box","mask-origin-padding":"padding-box","mask-origin-view":"view-box","mask-origin-fill":"fill-box","mask-origin-stroke":"stroke-box"},"mask-size":{"mask-size-auto":"auto","mask-size-cover":"cover","mask-size-contain":"contain"}},table:{"border-collapse":{"border-collapse":"collapse","border-separate":"separate"},"table-layout":{"table-auto":"auto","table-fixed":"fixed"},"caption-side":{"caption-top":"top","caption-bottom":"bottom"}},transition:{"transition-property":{"transition-none":"none"},"transition-behavior":{"transition-normal":"normal","transition-discrete":"allow-discrete"},"transition-duration":{"duration-initial":"initial"},"transition-timing-function":{"ease-linear":"linear","ease-in":"cubic-bezier(0.4, 0, 1, 1)","ease-out":"cubic-bezier(0, 0, 0.2, 1)","ease-in-out":"cubic-bezier(0.4, 0, 0.2, 1)","ease-initial":"initial"},"animation-play-state":{"animation-running":"running","animation-paused":"paused"},"animation-direction":{"animation-normal":"normal","animation-reverse":"reverse","animation-alternate":"alternate","animation-alternate-reverse":"alternate-reverse"},"animation-fill-mode":{"animation-none":"none","animation-forwards":"forwards","animation-backwards":"backwards","animation-both":"both"}},transforms:{"backface-visibility":{"backface-visible":"visible","backface-hidden":"hidden"},perspective:{"perspective-dramatic":"100px","perspective-near":"300px","perspective-normal":"500px","perspective-midrange":"800px","perspective-distant":"1200px","perspective-none":"none"},"perspective-origin":{"perspective-origin-center":"center","perspective-origin-top":"top","perspective-origin-bottom":"bottom","perspective-origin-left":"left","perspective-origin-right":"right","perspective-origin-top-left":"top left","perspective-origin-top-right":"top right","perspective-origin-bottom-left":"bottom left","perspective-origin-bottom-right":"bottom right"},"transform-origin":{"origin-center":"center","origin-top":"top","origin-bottom":"bottom","origin-left":"left","origin-right":"right","origin-top-left":"top left","origin-top-right":"top right","origin-bottom-left":"bottom left","origin-bottom-right":"bottom right"},rotate:{"rotate-none":"none"},scale:{"scale-none":"none"},transform:{"transform-none":"none"},translate:{"translate-none":"none"},"transform-style":{"transform-style-flat":"flat","transform-style-3d":"preserve-3d"}},interactivity:{appearance:{"appearance-none":"none","appearance-auto":"auto"},"color-scheme":{"scheme-light":"light","scheme-dark":"dark","scheme-normal":"normal","scheme-light-dark":"light dark","scheme-only-dark":"only dark","scheme-only-light":"only light"},cursor:{"cursor-auto":"auto","cursor-default":"default","cursor-pointer":"pointer","cursor-wait":"wait","cursor-text":"text","cursor-move":"move","cursor-help":"help","cursor-not-allowed":"not-allowed","cursor-none":"none","cursor-context-menu":"context-menu","cursor-progress":"progress","cursor-cell":"cell","cursor-crosshair":"crosshair","cursor-alias":"alias","cursor-copy":"copy","cursor-grab":"grab","cursor-grabbing":"grabbing","cursor-zoom-in":"zoom-in","cursor-zoom-out":"zoom-out","cursor-no-drop":"no-drop","cursor-all-scroll":"all-scroll","cursor-col-resize":"col-resize","cursor-row-resize":"row-resize","cursor-n-resize":"n-resize","cursor-ne-resize":"ne-resize","cursor-e-resize":"e-resize","cursor-se-resize":"se-resize","cursor-s-resize":"s-resize","cursor-sw-resize":"sw-resize","cursor-w-resize":"w-resize","cursor-nw-resize":"nw-resize","cursor-ew-resize":"ew-resize","cursor-ns-resize":"ns-resize","cursor-nesw-resize":"nesw-resize"},"field-sizing":{"field-sizing-fixed":"fixed","field-sizing-content":"content"},"pointer-events":{"pointer-events-none":"none","pointer-events-auto":"auto"},resize:{"resize-none":"none","resize-x":"horizontal","resize-y":"vertical",resize:"both"},"scroll-behavior":{"scroll-auto":"auto","scroll-smooth":"smooth"},"scroll-snap-align":{"snap-start":"start","snap-end":"end","snap-center":"center","snap-align-none":"none"},"scroll-snap-stop":{"snap-normal":"normal","snap-always":"always"},"will-change":{"will-change-auto":"auto","will-change-scroll":"scroll-position","will-change-contents":"contents","will-change-transform":"transform"},"scroll-snap-type":{"snap-none":"none","snap-x":"x","snap-x-mandatory":"x mandatory","snap-x-proximity":"x proximity","snap-y":"y","snap-y-mandatory":"y mandatory","snap-y-proximity":"y proximity","snap-block":"block","snap-block-mandatory":"block mandatory","snap-block-proximity":"block proximity","snap-inline":"inline","snap-inline-mandatory":"inline mandatory","snap-inline-proximity":"inline proximity","snap-both":"both","snap-both-mandatory":"both mandatory","snap-both-proximity":"both proximity"},"touch-action":{"touch-auto":"auto","touch-none":"none","touch-pan-x":"pan-x","touch-pan-left":"pan-left","touch-pan-right":"pan-right","touch-pan-y":"pan-y","touch-pan-up":"pan-up","touch-pan-down":"pan-down","touch-pinch-zoom":"pinch-zoom","touch-manipulation":"manipulation"},"user-select":{"select-none":"none","select-text":"text","select-all":"all","select-auto":"auto"}},svg:{fill:{"fill-none":"none","fill-inherit":"inherit","fill-current":"currentColor","fill-transparent":"transparent"},stroke:{"stroke-none":"none","stroke-inherit":"inherit","stroke-current":"currentColor","stroke-transparent":"transparent"}}}}}});var ja=_(hn=>{"use strict";Object.defineProperty(hn,"__esModule",{value:!0});function DE(t,e){if(t==null)return{};var i={};for(var r in t)if({}.hasOwnProperty.call(t,r)){if(e.indexOf(r)!==-1)continue;i[r]=t[r]}return i}var Ii=class{constructor(e,i,r){this.line=void 0,this.column=void 0,this.index=void 0,this.line=e,this.column=i,this.index=r}},cs=class{constructor(e,i){this.start=void 0,this.end=void 0,this.filename=void 0,this.identifierName=void 0,this.start=e,this.end=i}};function Dt(t,e){let{line:i,column:r,index:s}=t;return new Ii(i,r+e,s+e)}var Fd="BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED",LE={ImportMetaOutsideModule:{message:`import.meta may appear only with 'sourceType: "module"'`,code:Fd},ImportOutsideModule:{message:`'import' and 'export' may appear only with 'sourceType: "module"'`,code:Fd}},Bd={ArrayPattern:"array destructuring pattern",AssignmentExpression:"assignment expression",AssignmentPattern:"assignment expression",ArrowFunctionExpression:"arrow function expression",ConditionalExpression:"conditional expression",CatchClause:"catch clause",ForOfStatement:"for-of statement",ForInStatement:"for-in statement",ForStatement:"for-loop",FormalParameters:"function parameter list",Identifier:"identifier",ImportSpecifier:"import specifier",ImportDefaultSpecifier:"import default specifier",ImportNamespaceSpecifier:"import namespace specifier",ObjectPattern:"object destructuring pattern",ParenthesizedExpression:"parenthesized expression",RestElement:"rest element",UpdateExpression:{true:"prefix operation",false:"postfix operation"},VariableDeclarator:"variable declaration",YieldExpression:"yield expression"},Oa=t=>t.type==="UpdateExpression"?Bd.UpdateExpression[`${t.prefix}`]:Bd[t.type],ME={AccessorIsGenerator:({kind:t})=>`A ${t}ter cannot be a generator.`,ArgumentsInClass:"'arguments' is only allowed in functions and class methods.",AsyncFunctionInSingleStatementContext:"Async functions can only be declared at the top level or inside a block.",AwaitBindingIdentifier:"Can not use 'await' as identifier inside an async function.",AwaitBindingIdentifierInStaticBlock:"Can not use 'await' as identifier inside a static block.",AwaitExpressionFormalParameter:"'await' is not allowed in async function parameters.",AwaitUsingNotInAsyncContext:"'await using' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncContext:"'await' is only allowed within async functions and at the top levels of modules.",BadGetterArity:"A 'get' accessor must not have any formal parameters.",BadSetterArity:"A 'set' accessor must have exactly one formal parameter.",BadSetterRestParameter:"A 'set' accessor function argument must not be a rest parameter.",ConstructorClassField:"Classes may not have a field named 'constructor'.",ConstructorClassPrivateField:"Classes may not have a private field named '#constructor'.",ConstructorIsAccessor:"Class constructor may not be an accessor.",ConstructorIsAsync:"Constructor can't be an async function.",ConstructorIsGenerator:"Constructor can't be a generator.",DeclarationMissingInitializer:({kind:t})=>`Missing initializer in ${t} declaration.`,DecoratorArgumentsOutsideParentheses:"Decorator arguments must be moved inside parentheses: use '@(decorator(args))' instead of '@(decorator)(args)'.",DecoratorBeforeExport:"Decorators must be placed *before* the 'export' keyword. Remove the 'decoratorsBeforeExport: true' option to use the 'export @decorator class {}' syntax.",DecoratorsBeforeAfterExport:"Decorators can be placed *either* before or after the 'export' keyword, but not in both locations at the same time.",DecoratorConstructor:"Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?",DecoratorExportClass:"Decorators must be placed *after* the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the '@decorator export class {}' syntax.",DecoratorSemicolon:"Decorators must not be followed by a semicolon.",DecoratorStaticBlock:"Decorators can't be used with a static block.",DeferImportRequiresNamespace:'Only `import defer * as x from "./module"` is valid.',DeletePrivateField:"Deleting a private field is not allowed.",DestructureNamedImport:"ES2015 named imports do not destructure. Use another statement for destructuring after the import.",DuplicateConstructor:"Duplicate constructor in the same class.",DuplicateDefaultExport:"Only one default export allowed per module.",DuplicateExport:({exportName:t})=>`\`${t}\` has already been exported. Exported identifiers must be unique.`,DuplicateProto:"Redefinition of __proto__ property.",DuplicateRegExpFlags:"Duplicate regular expression flag.",ElementAfterRest:"Rest element must be last element.",EscapedCharNotAnIdentifier:"Invalid Unicode escape.",ExportBindingIsString:({localName:t,exportName:e})=>`A string literal cannot be used as an exported binding without \`from\`.
|
|
4
4
|
- Did you mean \`export { '${t}' as '${e}' } from 'some-module'\`?`,ExportDefaultFromAsIdentifier:"'from' is not allowed as an identifier after 'export default'.",ForInOfLoopInitializer:({type:t})=>`'${t==="ForInStatement"?"for-in":"for-of"}' loop variable declaration may not have an initializer.`,ForInUsing:"For-in loop may not start with 'using' declaration.",ForOfAsync:"The left-hand side of a for-of loop may not be 'async'.",ForOfLet:"The left-hand side of a for-of loop may not start with 'let'.",GeneratorInSingleStatementContext:"Generators can only be declared at the top level or inside a block.",IllegalBreakContinue:({type:t})=>`Unsyntactic ${t==="BreakStatement"?"break":"continue"}.`,IllegalLanguageModeDirective:"Illegal 'use strict' directive in function with non-simple parameter list.",IllegalReturn:"'return' outside of function.",ImportAttributesUseAssert:"The `assert` keyword in import attributes is deprecated and it has been replaced by the `with` keyword. You can enable the `deprecatedImportAssert` parser plugin to suppress this error.",ImportBindingIsString:({importName:t})=>`A string literal cannot be used as an imported binding.
|
|
5
5
|
- Did you mean \`import { "${t}" as foo }\`?`,ImportCallArity:"`import()` requires exactly one or two arguments.",ImportCallNotNewExpression:"Cannot use new with import(...).",ImportCallSpreadArgument:"`...` is not allowed in `import()`.",ImportJSONBindingNotDefault:"A JSON module can only be imported with `default`.",ImportReflectionHasAssertion:"`import module x` cannot have assertions.",ImportReflectionNotBinding:'Only `import module x from "./module"` is valid.',IncompatibleRegExpUVFlags:"The 'u' and 'v' regular expression flags cannot be enabled at the same time.",InvalidBigIntLiteral:"Invalid BigIntLiteral.",InvalidCodePoint:"Code point out of bounds.",InvalidCoverDiscardElement:"'void' must be followed by an expression when not used in a binding position.",InvalidCoverInitializedName:"Invalid shorthand property initializer.",InvalidDecimal:"Invalid decimal.",InvalidDigit:({radix:t})=>`Expected number in radix ${t}.`,InvalidEscapeSequence:"Bad character escape sequence.",InvalidEscapeSequenceTemplate:"Invalid escape sequence in template.",InvalidEscapedReservedWord:({reservedWord:t})=>`Escape sequence in keyword ${t}.`,InvalidIdentifier:({identifierName:t})=>`Invalid identifier ${t}.`,InvalidLhs:({ancestor:t})=>`Invalid left-hand side in ${Oa(t)}.`,InvalidLhsBinding:({ancestor:t})=>`Binding invalid left-hand side in ${Oa(t)}.`,InvalidLhsOptionalChaining:({ancestor:t})=>`Invalid optional chaining in the left-hand side of ${Oa(t)}.`,InvalidNumber:"Invalid number.",InvalidOrMissingExponent:"Floating-point numbers require a valid exponent after the 'e'.",InvalidOrUnexpectedToken:({unexpected:t})=>`Unexpected character '${t}'.`,InvalidParenthesizedAssignment:"Invalid parenthesized assignment pattern.",InvalidPrivateFieldResolution:({identifierName:t})=>`Private name #${t} is not defined.`,InvalidPropertyBindingPattern:"Binding member expression.",InvalidRecordProperty:"Only properties and spread elements are allowed in record definitions.",InvalidRestAssignmentPattern:"Invalid rest operator's argument.",LabelRedeclaration:({labelName:t})=>`Label '${t}' is already declared.`,LetInLexicalBinding:"'let' is disallowed as a lexically bound name.",LineTerminatorBeforeArrow:"No line break is allowed before '=>'.",MalformedRegExpFlags:"Invalid regular expression flag.",MissingClassName:"A class name is required.",MissingEqInAssignment:"Only '=' operator can be used for specifying default value.",MissingSemicolon:"Missing semicolon.",MissingPlugin:({missingPlugin:t})=>`This experimental syntax requires enabling the parser plugin: ${t.map(e=>JSON.stringify(e)).join(", ")}.`,MissingOneOfPlugins:({missingPlugin:t})=>`This experimental syntax requires enabling one of the following parser plugin(s): ${t.map(e=>JSON.stringify(e)).join(", ")}.`,MissingUnicodeEscape:"Expecting Unicode escape sequence \\uXXXX.",MixingCoalesceWithLogical:"Nullish coalescing operator(??) requires parens when mixing with logical operators.",ModuleAttributeDifferentFromType:"The only accepted module attribute is `type`.",ModuleAttributeInvalidValue:"Only string literals are allowed as module attribute values.",ModuleAttributesWithDuplicateKeys:({key:t})=>`Duplicate key "${t}" is not allowed in module attributes.`,ModuleExportNameHasLoneSurrogate:({surrogateCharCode:t})=>`An export name cannot include a lone surrogate, found '\\u${t.toString(16)}'.`,ModuleExportUndefined:({localName:t})=>`Export '${t}' is not defined.`,MultipleDefaultsInSwitch:"Multiple default clauses.",NewlineAfterThrow:"Illegal newline after throw.",NoCatchOrFinally:"Missing catch or finally clause.",NumberIdentifier:"Identifier directly after number.",NumericSeparatorInEscapeSequence:"Numeric separators are not allowed inside unicode escape sequences or hex escape sequences.",ObsoleteAwaitStar:"'await*' has been removed from the async functions proposal. Use Promise.all() instead.",OptionalChainingNoNew:"Constructors in/after an Optional Chain are not allowed.",OptionalChainingNoTemplate:"Tagged Template Literals are not allowed in optionalChain.",OverrideOnConstructor:"'override' modifier cannot appear on a constructor declaration.",ParamDupe:"Argument name clash.",PatternHasAccessor:"Object pattern can't contain getter or setter.",PatternHasMethod:"Object pattern can't contain methods.",PrivateInExpectedIn:({identifierName:t})=>`Private names are only allowed in property accesses (\`obj.#${t}\`) or in \`in\` expressions (\`#${t} in obj\`).`,PrivateNameRedeclaration:({identifierName:t})=>`Duplicate private name #${t}.`,RecordExpressionBarIncorrectEndSyntaxType:"Record expressions ending with '|}' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionBarIncorrectStartSyntaxType:"Record expressions starting with '{|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionHashIncorrectStartSyntaxType:"Record expressions starting with '#{' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",RecordNoProto:"'__proto__' is not allowed in Record expressions.",RestTrailingComma:"Unexpected trailing comma after rest element.",SloppyFunction:"In non-strict mode code, functions can only be declared at top level or inside a block.",SloppyFunctionAnnexB:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement.",SourcePhaseImportRequiresDefault:'Only `import source x from "./module"` is valid.',StaticPrototype:"Classes may not have static property named prototype.",SuperNotAllowed:"`super()` is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?",SuperPrivateField:"Private fields can't be accessed on super.",TrailingDecorator:"Decorators must be attached to a class element.",TupleExpressionBarIncorrectEndSyntaxType:"Tuple expressions ending with '|]' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionBarIncorrectStartSyntaxType:"Tuple expressions starting with '[|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionHashIncorrectStartSyntaxType:"Tuple expressions starting with '#[' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",UnexpectedArgumentPlaceholder:"Unexpected argument placeholder.",UnexpectedAwaitAfterPipelineBody:'Unexpected "await" after pipeline body; await must have parentheses in minimal proposal.',UnexpectedDigitAfterHash:"Unexpected digit after hash token.",UnexpectedImportExport:"'import' and 'export' may only appear at the top level.",UnexpectedKeyword:({keyword:t})=>`Unexpected keyword '${t}'.`,UnexpectedLeadingDecorator:"Leading decorators must be attached to a class declaration.",UnexpectedLexicalDeclaration:"Lexical declaration cannot appear in a single-statement context.",UnexpectedNewTarget:"`new.target` can only be used in functions or class properties.",UnexpectedNumericSeparator:"A numeric separator is only allowed between two digits.",UnexpectedPrivateField:"Unexpected private name.",UnexpectedReservedWord:({reservedWord:t})=>`Unexpected reserved word '${t}'.`,UnexpectedSuper:"'super' is only allowed in object methods and classes.",UnexpectedToken:({expected:t,unexpected:e})=>`Unexpected token${e?` '${e}'.`:""}${t?`, expected "${t}"`:""}`,UnexpectedTokenUnaryExponentiation:"Illegal expression. Wrap left hand side or entire exponentiation in parentheses.",UnexpectedUsingDeclaration:"Using declaration cannot appear in the top level when source type is `script` or in the bare case statement.",UnexpectedVoidPattern:"Unexpected void binding.",UnsupportedBind:"Binding should be performed on object property.",UnsupportedDecoratorExport:"A decorated export must export a class declaration.",UnsupportedDefaultExport:"Only expressions, functions or classes are allowed as the `default` export.",UnsupportedImport:"`import` can only be used in `import()` or `import.meta`.",UnsupportedMetaProperty:({target:t,onlyValidPropertyName:e})=>`The only valid meta property for ${t} is ${t}.${e}.`,UnsupportedParameterDecorator:"Decorators cannot be used to decorate parameters.",UnsupportedPropertyDecorator:"Decorators cannot be used to decorate object literal properties.",UnsupportedSuper:"'super' can only be used with function calls (i.e. super()) or in property accesses (i.e. super.prop or super[prop]).",UnterminatedComment:"Unterminated comment.",UnterminatedRegExp:"Unterminated regular expression.",UnterminatedString:"Unterminated string constant.",UnterminatedTemplate:"Unterminated template.",UsingDeclarationExport:"Using declaration cannot be exported.",UsingDeclarationHasBindingPattern:"Using declaration cannot have destructuring patterns.",VarRedeclaration:({identifierName:t})=>`Identifier '${t}' has already been declared.`,VoidPatternCatchClauseParam:"A void binding can not be the catch clause parameter. Use `try { ... } catch { ... }` if you want to discard the caught error.",VoidPatternInitializer:"A void binding may not have an initializer.",YieldBindingIdentifier:"Can not use 'yield' as identifier inside a generator.",YieldInParameter:"Yield expression is not allowed in formal parameters.",YieldNotInGeneratorFunction:"'yield' is only allowed within generator functions.",ZeroDigitNumericSeparator:"Numeric separator can not be used after leading 0."},FE={StrictDelete:"Deleting local variable in strict mode.",StrictEvalArguments:({referenceName:t})=>`Assigning to '${t}' in strict mode.`,StrictEvalArgumentsBinding:({bindingName:t})=>`Binding '${t}' in strict mode.`,StrictFunction:"In strict mode code, functions can only be declared at top level or inside a block.",StrictNumericEscape:"The only valid numeric escape in strict mode is '\\0'.",StrictOctalLiteral:"Legacy octal literals are not allowed in strict mode.",StrictWith:"'with' in strict mode."},BE={ParseExpressionEmptyInput:"Unexpected parseExpression() input: The input is empty or contains only comments.",ParseExpressionExpectsEOF:({unexpected:t})=>`Unexpected parseExpression() input: The input should contain exactly one expression, but the first expression is followed by the unexpected character \`${String.fromCodePoint(t)}\`.`},jE=new Set(["ArrowFunctionExpression","AssignmentExpression","ConditionalExpression","YieldExpression"]),RE=Object.assign({PipeBodyIsTighter:"Unexpected yield after pipeline body; any yield expression acting as Hack-style pipe body must be parenthesized due to its loose operator precedence.",PipeTopicRequiresHackPipes:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.',PipeTopicUnbound:"Topic reference is unbound; it must be inside a pipe body.",PipeTopicUnconfiguredToken:({token:t})=>`Invalid topic token ${t}. In order to use ${t} as a topic reference, the pipelineOperator plugin must be configured with { "proposal": "hack", "topicToken": "${t}" }.`,PipeTopicUnused:"Hack-style pipe body does not contain a topic reference; Hack-style pipes must use topic at least once.",PipeUnparenthesizedBody:({type:t})=>`Hack-style pipe body cannot be an unparenthesized ${Oa({type:t})}; please wrap it in parentheses.`},{PipelineBodyNoArrow:'Unexpected arrow "=>" after pipeline body; arrow function in pipeline body must be parenthesized.',PipelineBodySequenceExpression:"Pipeline body may not be a comma-separated sequence expression.",PipelineHeadSequenceExpression:"Pipeline head should not be a comma-separated sequence expression.",PipelineTopicUnused:"Pipeline is in topic style but does not use topic reference.",PrimaryTopicNotAllowed:"Topic reference was used in a lexical context without topic binding.",PrimaryTopicRequiresSmartPipeline:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.'}),$E=["message"];function jd(t,e,i){Object.defineProperty(t,e,{enumerable:!1,configurable:!0,value:i})}function qE({toMessage:t,code:e,reasonCode:i,syntaxPlugin:r}){let s=i==="MissingPlugin"||i==="MissingOneOfPlugins";{let n={AccessorCannotDeclareThisParameter:"AccesorCannotDeclareThisParameter",AccessorCannotHaveTypeParameters:"AccesorCannotHaveTypeParameters",ConstInitializerMustBeStringOrNumericLiteralOrLiteralEnumReference:"ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference",SetAccessorCannotHaveOptionalParameter:"SetAccesorCannotHaveOptionalParameter",SetAccessorCannotHaveRestParameter:"SetAccesorCannotHaveRestParameter",SetAccessorCannotHaveReturnType:"SetAccesorCannotHaveReturnType"};n[i]&&(i=n[i])}return function n(a,l){let c=new SyntaxError;return c.code=e,c.reasonCode=i,c.loc=a,c.pos=a.index,c.syntaxPlugin=r,s&&(c.missingPlugin=l.missingPlugin),jd(c,"clone",function(u={}){var f;let{line:d,column:m,index:S}=(f=u.loc)!=null?f:a;return n(new Ii(d,m,S),Object.assign({},l,u.details))}),jd(c,"details",l),Object.defineProperty(c,"message",{configurable:!0,get(){let o=`${t(l)} (${a.line}:${a.column})`;return this.message=o,o},set(o){Object.defineProperty(this,"message",{value:o,writable:!0})}}),c}}function Ci(t,e){if(Array.isArray(t))return r=>Ci(r,t[0]);let i={};for(let r of Object.keys(t)){let s=t[r],n=typeof s=="string"?{message:()=>s}:typeof s=="function"?{message:s}:s,{message:a}=n,l=DE(n,$E),c=typeof a=="string"?()=>a:a;i[r]=qE(Object.assign({code:"BABEL_PARSER_SYNTAX_ERROR",reasonCode:r,toMessage:c},e?{syntaxPlugin:e}:{},l))}return i}var w=Object.assign({},Ci(LE),Ci(ME),Ci(FE),Ci(BE),Ci`pipelineOperator`(RE));function UE(){return{sourceType:"script",sourceFilename:void 0,startIndex:0,startColumn:0,startLine:1,allowAwaitOutsideFunction:!1,allowReturnOutsideFunction:!1,allowNewTargetOutsideFunction:!1,allowImportExportEverywhere:!1,allowSuperOutsideMethod:!1,allowUndeclaredExports:!1,allowYieldOutsideFunction:!1,plugins:[],strictMode:null,ranges:!1,tokens:!1,createImportExpressions:!1,createParenthesizedExpressions:!1,errorRecovery:!1,attachComment:!0,annexB:!0}}function KE(t){let e=UE();if(t==null)return e;if(t.annexB!=null&&t.annexB!==!1)throw new Error("The `annexB` option can only be set to `false`.");for(let i of Object.keys(e))t[i]!=null&&(e[i]=t[i]);if(e.startLine===1)t.startIndex==null&&e.startColumn>0?e.startIndex=e.startColumn:t.startColumn==null&&e.startIndex>0&&(e.startColumn=e.startIndex);else if((t.startColumn==null||t.startIndex==null)&&t.startIndex!=null)throw new Error("With a `startLine > 1` you must also specify `startIndex` and `startColumn`.");if(e.sourceType==="commonjs"){if(t.allowAwaitOutsideFunction!=null)throw new Error("The `allowAwaitOutsideFunction` option cannot be used with `sourceType: 'commonjs'`.");if(t.allowReturnOutsideFunction!=null)throw new Error("`sourceType: 'commonjs'` implies `allowReturnOutsideFunction: true`, please remove the `allowReturnOutsideFunction` option or use `sourceType: 'script'`.");if(t.allowNewTargetOutsideFunction!=null)throw new Error("`sourceType: 'commonjs'` implies `allowNewTargetOutsideFunction: true`, please remove the `allowNewTargetOutsideFunction` option or use `sourceType: 'script'`.")}return e}var{defineProperty:VE}=Object,Rd=(t,e)=>{t&&VE(t,e,{enumerable:!1,value:t[e]})};function sn(t){return Rd(t.loc.start,"index"),Rd(t.loc.end,"index"),t}var WE=t=>class extends t{parse(){let i=sn(super.parse());return this.optionFlags&256&&(i.tokens=i.tokens.map(sn)),i}parseRegExpLiteral({pattern:i,flags:r}){let s=null;try{s=new RegExp(i,r)}catch{}let n=this.estreeParseLiteral(s);return n.regex={pattern:i,flags:r},n}parseBigIntLiteral(i){let r;try{r=BigInt(i)}catch{r=null}let s=this.estreeParseLiteral(r);return s.bigint=String(s.value||i),s}parseDecimalLiteral(i){let s=this.estreeParseLiteral(null);return s.decimal=String(s.value||i),s}estreeParseLiteral(i){return this.parseLiteral(i,"Literal")}parseStringLiteral(i){return this.estreeParseLiteral(i)}parseNumericLiteral(i){return this.estreeParseLiteral(i)}parseNullLiteral(){return this.estreeParseLiteral(null)}parseBooleanLiteral(i){return this.estreeParseLiteral(i)}estreeParseChainExpression(i,r){let s=this.startNodeAtNode(i);return s.expression=i,this.finishNodeAt(s,"ChainExpression",r)}directiveToStmt(i){let r=i.value;delete i.value,this.castNodeTo(r,"Literal"),r.raw=r.extra.raw,r.value=r.extra.expressionValue;let s=this.castNodeTo(i,"ExpressionStatement");return s.expression=r,s.directive=r.extra.rawValue,delete r.extra,s}fillOptionalPropertiesForTSESLint(i){}cloneEstreeStringLiteral(i){let{start:r,end:s,loc:n,range:a,raw:l,value:c}=i,o=Object.create(i.constructor.prototype);return o.type="Literal",o.start=r,o.end=s,o.loc=n,o.range=a,o.raw=l,o.value=c,o}initFunction(i,r){super.initFunction(i,r),i.expression=!1}checkDeclaration(i){i!=null&&this.isObjectProperty(i)?this.checkDeclaration(i.value):super.checkDeclaration(i)}getObjectOrClassMethodParams(i){return i.value.params}isValidDirective(i){var r;return i.type==="ExpressionStatement"&&i.expression.type==="Literal"&&typeof i.expression.value=="string"&&!((r=i.expression.extra)!=null&&r.parenthesized)}parseBlockBody(i,r,s,n,a){super.parseBlockBody(i,r,s,n,a);let l=i.directives.map(c=>this.directiveToStmt(c));i.body=l.concat(i.body),delete i.directives}parsePrivateName(){let i=super.parsePrivateName();return this.getPluginOption("estree","classFeatures")?this.convertPrivateNameToPrivateIdentifier(i):i}convertPrivateNameToPrivateIdentifier(i){let r=super.getPrivateNameSV(i);return i=i,delete i.id,i.name=r,this.castNodeTo(i,"PrivateIdentifier")}isPrivateName(i){return this.getPluginOption("estree","classFeatures")?i.type==="PrivateIdentifier":super.isPrivateName(i)}getPrivateNameSV(i){return this.getPluginOption("estree","classFeatures")?i.name:super.getPrivateNameSV(i)}parseLiteral(i,r){let s=super.parseLiteral(i,r);return s.raw=s.extra.raw,delete s.extra,s}parseFunctionBody(i,r,s=!1){super.parseFunctionBody(i,r,s),i.expression=i.body.type!=="BlockStatement"}parseMethod(i,r,s,n,a,l,c=!1){let o=this.startNode();o.kind=i.kind,o=super.parseMethod(o,r,s,n,a,l,c),delete o.kind;let{typeParameters:u}=i;u&&(delete i.typeParameters,o.typeParameters=u,this.resetStartLocationFromNode(o,u));let f=this.castNodeTo(o,"FunctionExpression");return i.value=f,l==="ClassPrivateMethod"&&(i.computed=!1),l==="ObjectMethod"?(i.kind==="method"&&(i.kind="init"),i.shorthand=!1,this.finishNode(i,"Property")):this.finishNode(i,"MethodDefinition")}nameIsConstructor(i){return i.type==="Literal"?i.value==="constructor":super.nameIsConstructor(i)}parseClassProperty(...i){let r=super.parseClassProperty(...i);return this.getPluginOption("estree","classFeatures")&&this.castNodeTo(r,"PropertyDefinition"),r}parseClassPrivateProperty(...i){let r=super.parseClassPrivateProperty(...i);return this.getPluginOption("estree","classFeatures")&&(this.castNodeTo(r,"PropertyDefinition"),r.computed=!1),r}parseClassAccessorProperty(i){let r=super.parseClassAccessorProperty(i);return this.getPluginOption("estree","classFeatures")&&(r.abstract&&this.hasPlugin("typescript")?(delete r.abstract,this.castNodeTo(r,"TSAbstractAccessorProperty")):this.castNodeTo(r,"AccessorProperty")),r}parseObjectProperty(i,r,s,n){let a=super.parseObjectProperty(i,r,s,n);return a&&(a.kind="init",this.castNodeTo(a,"Property")),a}finishObjectProperty(i){return i.kind="init",this.finishNode(i,"Property")}isValidLVal(i,r,s){return i==="Property"?"value":super.isValidLVal(i,r,s)}isAssignable(i,r){return i!=null&&this.isObjectProperty(i)?this.isAssignable(i.value,r):super.isAssignable(i,r)}toAssignable(i,r=!1){if(i!=null&&this.isObjectProperty(i)){let{key:s,value:n}=i;this.isPrivateName(s)&&this.classScope.usePrivateName(this.getPrivateNameSV(s),s.loc.start),this.toAssignable(n,r)}else super.toAssignable(i,r)}toAssignableObjectExpressionProp(i,r,s){i.type==="Property"&&(i.kind==="get"||i.kind==="set")?this.raise(w.PatternHasAccessor,i.key):i.type==="Property"&&i.method?this.raise(w.PatternHasMethod,i.key):super.toAssignableObjectExpressionProp(i,r,s)}finishCallExpression(i,r){let s=super.finishCallExpression(i,r);if(s.callee.type==="Import"){var n,a;this.castNodeTo(s,"ImportExpression"),s.source=s.arguments[0],s.options=(n=s.arguments[1])!=null?n:null,s.attributes=(a=s.arguments[1])!=null?a:null,delete s.arguments,delete s.callee}else s.type==="OptionalCallExpression"?this.castNodeTo(s,"CallExpression"):s.optional=!1;return s}toReferencedArguments(i){i.type!=="ImportExpression"&&super.toReferencedArguments(i)}parseExport(i,r){let s=this.state.lastTokStartLoc,n=super.parseExport(i,r);switch(n.type){case"ExportAllDeclaration":n.exported=null;break;case"ExportNamedDeclaration":n.specifiers.length===1&&n.specifiers[0].type==="ExportNamespaceSpecifier"&&(this.castNodeTo(n,"ExportAllDeclaration"),n.exported=n.specifiers[0].exported,delete n.specifiers);case"ExportDefaultDeclaration":{var a;let{declaration:l}=n;l?.type==="ClassDeclaration"&&((a=l.decorators)==null?void 0:a.length)>0&&l.start===n.start&&this.resetStartLocation(n,s)}break}return n}stopParseSubscript(i,r){let s=super.stopParseSubscript(i,r);return r.optionalChainMember?this.estreeParseChainExpression(s,i.loc.end):s}parseMember(i,r,s,n,a){let l=super.parseMember(i,r,s,n,a);return l.type==="OptionalMemberExpression"?this.castNodeTo(l,"MemberExpression"):l.optional=!1,l}isOptionalMemberExpression(i){return i.type==="ChainExpression"?i.expression.type==="MemberExpression":super.isOptionalMemberExpression(i)}hasPropertyAsPrivateName(i){return i.type==="ChainExpression"&&(i=i.expression),super.hasPropertyAsPrivateName(i)}isObjectProperty(i){return i.type==="Property"&&i.kind==="init"&&!i.method}isObjectMethod(i){return i.type==="Property"&&(i.method||i.kind==="get"||i.kind==="set")}castNodeTo(i,r){let s=super.castNodeTo(i,r);return this.fillOptionalPropertiesForTSESLint(s),s}cloneIdentifier(i){let r=super.cloneIdentifier(i);return this.fillOptionalPropertiesForTSESLint(r),r}cloneStringLiteral(i){return i.type==="Literal"?this.cloneEstreeStringLiteral(i):super.cloneStringLiteral(i)}finishNodeAt(i,r,s){return sn(super.finishNodeAt(i,r,s))}finishNode(i,r){let s=super.finishNode(i,r);return this.fillOptionalPropertiesForTSESLint(s),s}resetStartLocation(i,r){super.resetStartLocation(i,r),sn(i)}resetEndLocation(i,r=this.state.lastTokEndLoc){super.resetEndLocation(i,r),sn(i)}},Ir=class{constructor(e,i){this.token=void 0,this.preserveSpace=void 0,this.token=e,this.preserveSpace=!!i}},Be={brace:new Ir("{"),j_oTag:new Ir("<tag"),j_cTag:new Ir("</tag"),j_expr:new Ir("<tag>...</tag>",!0)};Be.template=new Ir("`",!0);var ge=!0,H=!0,Ul=!0,nn=!0,ir=!0,YE=!0,La=class{constructor(e,i={}){this.label=void 0,this.keyword=void 0,this.beforeExpr=void 0,this.startsExpr=void 0,this.rightAssociative=void 0,this.isLoop=void 0,this.isAssign=void 0,this.prefix=void 0,this.postfix=void 0,this.binop=void 0,this.label=e,this.keyword=i.keyword,this.beforeExpr=!!i.beforeExpr,this.startsExpr=!!i.startsExpr,this.rightAssociative=!!i.rightAssociative,this.isLoop=!!i.isLoop,this.isAssign=!!i.isAssign,this.prefix=!!i.prefix,this.postfix=!!i.postfix,this.binop=i.binop!=null?i.binop:null,this.updateContext=null}},hc=new Map;function ke(t,e={}){e.keyword=t;let i=ae(t,e);return hc.set(t,i),i}function Nt(t,e){return ae(t,{beforeExpr:ge,binop:e})}var cn=-1,Ui=[],dc=[],mc=[],yc=[],Tc=[],gc=[];function ae(t,e={}){var i,r,s,n;return++cn,dc.push(t),mc.push((i=e.binop)!=null?i:-1),yc.push((r=e.beforeExpr)!=null?r:!1),Tc.push((s=e.startsExpr)!=null?s:!1),gc.push((n=e.prefix)!=null?n:!1),Ui.push(new La(t,e)),cn}function Se(t,e={}){var i,r,s,n;return++cn,hc.set(t,cn),dc.push(t),mc.push((i=e.binop)!=null?i:-1),yc.push((r=e.beforeExpr)!=null?r:!1),Tc.push((s=e.startsExpr)!=null?s:!1),gc.push((n=e.prefix)!=null?n:!1),Ui.push(new La("name",e)),cn}var zE={bracketL:ae("[",{beforeExpr:ge,startsExpr:H}),bracketHashL:ae("#[",{beforeExpr:ge,startsExpr:H}),bracketBarL:ae("[|",{beforeExpr:ge,startsExpr:H}),bracketR:ae("]"),bracketBarR:ae("|]"),braceL:ae("{",{beforeExpr:ge,startsExpr:H}),braceBarL:ae("{|",{beforeExpr:ge,startsExpr:H}),braceHashL:ae("#{",{beforeExpr:ge,startsExpr:H}),braceR:ae("}"),braceBarR:ae("|}"),parenL:ae("(",{beforeExpr:ge,startsExpr:H}),parenR:ae(")"),comma:ae(",",{beforeExpr:ge}),semi:ae(";",{beforeExpr:ge}),colon:ae(":",{beforeExpr:ge}),doubleColon:ae("::",{beforeExpr:ge}),dot:ae("."),question:ae("?",{beforeExpr:ge}),questionDot:ae("?."),arrow:ae("=>",{beforeExpr:ge}),template:ae("template"),ellipsis:ae("...",{beforeExpr:ge}),backQuote:ae("`",{startsExpr:H}),dollarBraceL:ae("${",{beforeExpr:ge,startsExpr:H}),templateTail:ae("...`",{startsExpr:H}),templateNonTail:ae("...${",{beforeExpr:ge,startsExpr:H}),at:ae("@"),hash:ae("#",{startsExpr:H}),interpreterDirective:ae("#!..."),eq:ae("=",{beforeExpr:ge,isAssign:nn}),assign:ae("_=",{beforeExpr:ge,isAssign:nn}),slashAssign:ae("_=",{beforeExpr:ge,isAssign:nn}),xorAssign:ae("_=",{beforeExpr:ge,isAssign:nn}),moduloAssign:ae("_=",{beforeExpr:ge,isAssign:nn}),incDec:ae("++/--",{prefix:ir,postfix:YE,startsExpr:H}),bang:ae("!",{beforeExpr:ge,prefix:ir,startsExpr:H}),tilde:ae("~",{beforeExpr:ge,prefix:ir,startsExpr:H}),doubleCaret:ae("^^",{startsExpr:H}),doubleAt:ae("@@",{startsExpr:H}),pipeline:Nt("|>",0),nullishCoalescing:Nt("??",1),logicalOR:Nt("||",1),logicalAND:Nt("&&",2),bitwiseOR:Nt("|",3),bitwiseXOR:Nt("^",4),bitwiseAND:Nt("&",5),equality:Nt("==/!=/===/!==",6),lt:Nt("</>/<=/>=",7),gt:Nt("</>/<=/>=",7),relational:Nt("</>/<=/>=",7),bitShift:Nt("<</>>/>>>",8),bitShiftL:Nt("<</>>/>>>",8),bitShiftR:Nt("<</>>/>>>",8),plusMin:ae("+/-",{beforeExpr:ge,binop:9,prefix:ir,startsExpr:H}),modulo:ae("%",{binop:10,startsExpr:H}),star:ae("*",{binop:10}),slash:Nt("/",10),exponent:ae("**",{beforeExpr:ge,binop:11,rightAssociative:!0}),_in:ke("in",{beforeExpr:ge,binop:7}),_instanceof:ke("instanceof",{beforeExpr:ge,binop:7}),_break:ke("break"),_case:ke("case",{beforeExpr:ge}),_catch:ke("catch"),_continue:ke("continue"),_debugger:ke("debugger"),_default:ke("default",{beforeExpr:ge}),_else:ke("else",{beforeExpr:ge}),_finally:ke("finally"),_function:ke("function",{startsExpr:H}),_if:ke("if"),_return:ke("return",{beforeExpr:ge}),_switch:ke("switch"),_throw:ke("throw",{beforeExpr:ge,prefix:ir,startsExpr:H}),_try:ke("try"),_var:ke("var"),_const:ke("const"),_with:ke("with"),_new:ke("new",{beforeExpr:ge,startsExpr:H}),_this:ke("this",{startsExpr:H}),_super:ke("super",{startsExpr:H}),_class:ke("class",{startsExpr:H}),_extends:ke("extends",{beforeExpr:ge}),_export:ke("export"),_import:ke("import",{startsExpr:H}),_null:ke("null",{startsExpr:H}),_true:ke("true",{startsExpr:H}),_false:ke("false",{startsExpr:H}),_typeof:ke("typeof",{beforeExpr:ge,prefix:ir,startsExpr:H}),_void:ke("void",{beforeExpr:ge,prefix:ir,startsExpr:H}),_delete:ke("delete",{beforeExpr:ge,prefix:ir,startsExpr:H}),_do:ke("do",{isLoop:Ul,beforeExpr:ge}),_for:ke("for",{isLoop:Ul}),_while:ke("while",{isLoop:Ul}),_as:Se("as",{startsExpr:H}),_assert:Se("assert",{startsExpr:H}),_async:Se("async",{startsExpr:H}),_await:Se("await",{startsExpr:H}),_defer:Se("defer",{startsExpr:H}),_from:Se("from",{startsExpr:H}),_get:Se("get",{startsExpr:H}),_let:Se("let",{startsExpr:H}),_meta:Se("meta",{startsExpr:H}),_of:Se("of",{startsExpr:H}),_sent:Se("sent",{startsExpr:H}),_set:Se("set",{startsExpr:H}),_source:Se("source",{startsExpr:H}),_static:Se("static",{startsExpr:H}),_using:Se("using",{startsExpr:H}),_yield:Se("yield",{startsExpr:H}),_asserts:Se("asserts",{startsExpr:H}),_checks:Se("checks",{startsExpr:H}),_exports:Se("exports",{startsExpr:H}),_global:Se("global",{startsExpr:H}),_implements:Se("implements",{startsExpr:H}),_intrinsic:Se("intrinsic",{startsExpr:H}),_infer:Se("infer",{startsExpr:H}),_is:Se("is",{startsExpr:H}),_mixins:Se("mixins",{startsExpr:H}),_proto:Se("proto",{startsExpr:H}),_require:Se("require",{startsExpr:H}),_satisfies:Se("satisfies",{startsExpr:H}),_keyof:Se("keyof",{startsExpr:H}),_readonly:Se("readonly",{startsExpr:H}),_unique:Se("unique",{startsExpr:H}),_abstract:Se("abstract",{startsExpr:H}),_declare:Se("declare",{startsExpr:H}),_enum:Se("enum",{startsExpr:H}),_module:Se("module",{startsExpr:H}),_namespace:Se("namespace",{startsExpr:H}),_interface:Se("interface",{startsExpr:H}),_type:Se("type",{startsExpr:H}),_opaque:Se("opaque",{startsExpr:H}),name:ae("name",{startsExpr:H}),placeholder:ae("%%",{startsExpr:H}),string:ae("string",{startsExpr:H}),num:ae("num",{startsExpr:H}),bigint:ae("bigint",{startsExpr:H}),decimal:ae("decimal",{startsExpr:H}),regexp:ae("regexp",{startsExpr:H}),privateName:ae("#name",{startsExpr:H}),eof:ae("eof"),jsxName:ae("jsxName"),jsxText:ae("jsxText",{beforeExpr:ge}),jsxTagStart:ae("jsxTagStart",{startsExpr:H}),jsxTagEnd:ae("jsxTagEnd")};function $e(t){return t>=93&&t<=133}function JE(t){return t<=92}function hi(t){return t>=58&&t<=133}function Gd(t){return t>=58&&t<=137}function XE(t){return yc[t]}function on(t){return Tc[t]}function HE(t){return t>=29&&t<=33}function $d(t){return t>=129&&t<=131}function GE(t){return t>=90&&t<=92}function xc(t){return t>=58&&t<=92}function QE(t){return t>=39&&t<=59}function ZE(t){return t===34}function eP(t){return gc[t]}function tP(t){return t>=121&&t<=123}function iP(t){return t>=124&&t<=130}function nr(t){return dc[t]}function Na(t){return mc[t]}function rP(t){return t===57}function Ma(t){return t>=24&&t<=25}function qi(t){return Ui[t]}Ui[8].updateContext=t=>{t.pop()},Ui[5].updateContext=Ui[7].updateContext=Ui[23].updateContext=t=>{t.push(Be.brace)},Ui[22].updateContext=t=>{t[t.length-1]===Be.template?t.pop():t.push(Be.template)},Ui[143].updateContext=t=>{t.push(Be.j_expr,Be.j_oTag)};var bc="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C8A\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CD\uA7D0\uA7D1\uA7D3\uA7D5-\uA7DC\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",Qd="\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0897-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65",sP=new RegExp("["+bc+"]"),nP=new RegExp("["+bc+Qd+"]");bc=Qd=null;var Zd=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,4,51,13,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,39,27,10,22,251,41,7,1,17,2,60,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,31,9,2,0,3,0,2,37,2,0,26,0,2,0,45,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,200,32,32,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,26,3994,6,582,6842,29,1763,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,433,44,212,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,42,9,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,229,29,3,0,496,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],aP=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,7,9,32,4,318,1,80,3,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,68,8,2,0,3,0,2,3,2,4,2,0,15,1,83,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,7,19,58,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,343,9,54,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,10,5350,0,7,14,11465,27,2343,9,87,9,39,4,60,6,26,9,535,9,470,0,2,54,8,3,82,0,12,1,19628,1,4178,9,519,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,245,1,2,9,726,6,110,6,6,9,4759,9,787719,239];function zl(t,e){let i=65536;for(let r=0,s=e.length;r<s;r+=2){if(i+=e[r],i>t)return!1;if(i+=e[r+1],i>=t)return!0}return!1}function Ki(t){return t<65?t===36:t<=90?!0:t<97?t===95:t<=122?!0:t<=65535?t>=170&&sP.test(String.fromCharCode(t)):zl(t,Zd)}function as(t){return t<48?t===36:t<58?!0:t<65?!1:t<=90?!0:t<97?t===95:t<=122?!0:t<=65535?t>=170&&nP.test(String.fromCharCode(t)):zl(t,Zd)||zl(t,aP)}var Sc={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},oP=new Set(Sc.keyword),lP=new Set(Sc.strict),cP=new Set(Sc.strictBind);function em(t,e){return e&&t==="await"||t==="enum"}function tm(t,e){return em(t,e)||lP.has(t)}function im(t){return cP.has(t)}function rm(t,e){return tm(t,e)||im(t)}function uP(t){return oP.has(t)}function pP(t,e,i){return t===64&&e===64&&Ki(i)}var fP=new Set(["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete","implements","interface","let","package","private","protected","public","static","yield","eval","arguments","enum","await"]);function hP(t){return fP.has(t)}var un=class{constructor(e){this.flags=0,this.names=new Map,this.firstLexicalName="",this.flags=e}},pn=class{constructor(e,i){this.parser=void 0,this.scopeStack=[],this.inModule=void 0,this.undefinedExports=new Map,this.parser=e,this.inModule=i}get inTopLevel(){return(this.currentScope().flags&1)>0}get inFunction(){return(this.currentVarScopeFlags()&2)>0}get allowSuper(){return(this.currentThisScopeFlags()&16)>0}get allowDirectSuper(){return(this.currentThisScopeFlags()&32)>0}get allowNewTarget(){return(this.currentThisScopeFlags()&512)>0}get inClass(){return(this.currentThisScopeFlags()&64)>0}get inClassAndNotInNonArrowFunction(){let e=this.currentThisScopeFlags();return(e&64)>0&&(e&2)===0}get inStaticBlock(){for(let e=this.scopeStack.length-1;;e--){let{flags:i}=this.scopeStack[e];if(i&128)return!0;if(i&1731)return!1}}get inNonArrowFunction(){return(this.currentThisScopeFlags()&2)>0}get inBareCaseStatement(){return(this.currentScope().flags&256)>0}get treatFunctionsAsVar(){return this.treatFunctionsAsVarInScope(this.currentScope())}createScope(e){return new un(e)}enter(e){this.scopeStack.push(this.createScope(e))}exit(){return this.scopeStack.pop().flags}treatFunctionsAsVarInScope(e){return!!(e.flags&130||!this.parser.inModule&&e.flags&1)}declareName(e,i,r){let s=this.currentScope();if(i&8||i&16){this.checkRedeclarationInScope(s,e,i,r);let n=s.names.get(e)||0;i&16?n=n|4:(s.firstLexicalName||(s.firstLexicalName=e),n=n|2),s.names.set(e,n),i&8&&this.maybeExportDefined(s,e)}else if(i&4)for(let n=this.scopeStack.length-1;n>=0&&(s=this.scopeStack[n],this.checkRedeclarationInScope(s,e,i,r),s.names.set(e,(s.names.get(e)||0)|1),this.maybeExportDefined(s,e),!(s.flags&1667));--n);this.parser.inModule&&s.flags&1&&this.undefinedExports.delete(e)}maybeExportDefined(e,i){this.parser.inModule&&e.flags&1&&this.undefinedExports.delete(i)}checkRedeclarationInScope(e,i,r,s){this.isRedeclaredInScope(e,i,r)&&this.parser.raise(w.VarRedeclaration,s,{identifierName:i})}isRedeclaredInScope(e,i,r){if(!(r&1))return!1;if(r&8)return e.names.has(i);let s=e.names.get(i);return r&16?(s&2)>0||!this.treatFunctionsAsVarInScope(e)&&(s&1)>0:(s&2)>0&&!(e.flags&8&&e.firstLexicalName===i)||!this.treatFunctionsAsVarInScope(e)&&(s&4)>0}checkLocalExport(e){let{name:i}=e;this.scopeStack[0].names.has(i)||this.undefinedExports.set(i,e.loc.start)}currentScope(){return this.scopeStack[this.scopeStack.length-1]}currentVarScopeFlags(){for(let e=this.scopeStack.length-1;;e--){let{flags:i}=this.scopeStack[e];if(i&1667)return i}}currentThisScopeFlags(){for(let e=this.scopeStack.length-1;;e--){let{flags:i}=this.scopeStack[e];if(i&1731&&!(i&4))return i}}},Jl=class extends un{constructor(...e){super(...e),this.declareFunctions=new Set}},Xl=class extends pn{createScope(e){return new Jl(e)}declareName(e,i,r){let s=this.currentScope();if(i&2048){this.checkRedeclarationInScope(s,e,i,r),this.maybeExportDefined(s,e),s.declareFunctions.add(e);return}super.declareName(e,i,r)}isRedeclaredInScope(e,i,r){if(super.isRedeclaredInScope(e,i,r))return!0;if(r&2048&&!e.declareFunctions.has(i)){let s=e.names.get(i);return(s&4)>0||(s&2)>0}return!1}checkLocalExport(e){this.scopeStack[0].declareFunctions.has(e.name)||super.checkLocalExport(e)}},dP=new Set(["_","any","bool","boolean","empty","extends","false","interface","mixed","null","number","static","string","true","typeof","void"]),ce=Ci`flow`({AmbiguousConditionalArrow:"Ambiguous expression: wrap the arrow functions in parentheses to disambiguate.",AmbiguousDeclareModuleKind:"Found both `declare module.exports` and `declare export` in the same module. Modules can only have 1 since they are either an ES module or they are a CommonJS module.",AssignReservedType:({reservedType:t})=>`Cannot overwrite reserved type ${t}.`,DeclareClassElement:"The `declare` modifier can only appear on class fields.",DeclareClassFieldInitializer:"Initializers are not allowed in fields with the `declare` modifier.",DuplicateDeclareModuleExports:"Duplicate `declare module.exports` statement.",EnumBooleanMemberNotInitialized:({memberName:t,enumName:e})=>`Boolean enum members need to be initialized. Use either \`${t} = true,\` or \`${t} = false,\` in enum \`${e}\`.`,EnumDuplicateMemberName:({memberName:t,enumName:e})=>`Enum member names need to be unique, but the name \`${t}\` has already been used before in enum \`${e}\`.`,EnumInconsistentMemberValues:({enumName:t})=>`Enum \`${t}\` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers.`,EnumInvalidExplicitType:({invalidEnumType:t,enumName:e})=>`Enum type \`${t}\` is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${e}\`.`,EnumInvalidExplicitTypeUnknownSupplied:({enumName:t})=>`Supplied enum type is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${t}\`.`,EnumInvalidMemberInitializerPrimaryType:({enumName:t,memberName:e,explicitType:i})=>`Enum \`${t}\` has type \`${i}\`, so the initializer of \`${e}\` needs to be a ${i} literal.`,EnumInvalidMemberInitializerSymbolType:({enumName:t,memberName:e})=>`Symbol enum members cannot be initialized. Use \`${e},\` in enum \`${t}\`.`,EnumInvalidMemberInitializerUnknownType:({enumName:t,memberName:e})=>`The enum member initializer for \`${e}\` needs to be a literal (either a boolean, number, or string) in enum \`${t}\`.`,EnumInvalidMemberName:({enumName:t,memberName:e,suggestion:i})=>`Enum member names cannot start with lowercase 'a' through 'z'. Instead of using \`${e}\`, consider using \`${i}\`, in enum \`${t}\`.`,EnumNumberMemberNotInitialized:({enumName:t,memberName:e})=>`Number enum members need to be initialized, e.g. \`${e} = 1\` in enum \`${t}\`.`,EnumStringMemberInconsistentlyInitialized:({enumName:t})=>`String enum members need to consistently either all use initializers, or use no initializers, in enum \`${t}\`.`,GetterMayNotHaveThisParam:"A getter cannot have a `this` parameter.",ImportReflectionHasImportType:"An `import module` declaration can not use `type` or `typeof` keyword.",ImportTypeShorthandOnlyInPureImport:"The `type` and `typeof` keywords on named imports can only be used on regular `import` statements. It cannot be used with `import type` or `import typeof` statements.",InexactInsideExact:"Explicit inexact syntax cannot appear inside an explicit exact object type.",InexactInsideNonObject:"Explicit inexact syntax cannot appear in class or interface definitions.",InexactVariance:"Explicit inexact syntax cannot have variance.",InvalidNonTypeImportInDeclareModule:"Imports within a `declare module` body must always be `import type` or `import typeof`.",MissingTypeParamDefault:"Type parameter declaration needs a default, since a preceding type parameter declaration has a default.",NestedDeclareModule:"`declare module` cannot be used inside another `declare module`.",NestedFlowComment:"Cannot have a flow comment inside another flow comment.",PatternIsOptional:Object.assign({message:"A binding pattern parameter cannot be optional in an implementation signature."},{reasonCode:"OptionalBindingPattern"}),SetterMayNotHaveThisParam:"A setter cannot have a `this` parameter.",SpreadVariance:"Spread properties cannot have variance.",ThisParamAnnotationRequired:"A type annotation is required for the `this` parameter.",ThisParamBannedInConstructor:"Constructors cannot have a `this` parameter; constructors don't bind `this` like other functions.",ThisParamMayNotBeOptional:"The `this` parameter cannot be optional.",ThisParamMustBeFirst:"The `this` parameter must be the first function parameter.",ThisParamNoDefault:"The `this` parameter may not have a default value.",TypeBeforeInitializer:"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.",TypeCastInPattern:"The type cast expression is expected to be wrapped with parenthesis.",UnexpectedExplicitInexactInObject:"Explicit inexact syntax must appear at the end of an inexact object.",UnexpectedReservedType:({reservedType:t})=>`Unexpected reserved type ${t}.`,UnexpectedReservedUnderscore:"`_` is only allowed as a type argument to call or new.",UnexpectedSpaceBetweenModuloChecks:"Spaces between `%` and `checks` are not allowed here.",UnexpectedSpreadType:"Spread operator cannot appear in class or interface definitions.",UnexpectedSubtractionOperand:'Unexpected token, expected "number" or "bigint".',UnexpectedTokenAfterTypeParameter:"Expected an arrow function after this type parameter declaration.",UnexpectedTypeParameterBeforeAsyncArrowFunction:"Type parameters must come after the async keyword, e.g. instead of `<T> async () => {}`, use `async <T>() => {}`.",UnsupportedDeclareExportKind:({unsupportedExportKind:t,suggestion:e})=>`\`declare export ${t}\` is not supported. Use \`${e}\` instead.`,UnsupportedStatementInDeclareModule:"Only declares and type imports are allowed inside declare module.",UnterminatedFlowComment:"Unterminated flow-comment."});function mP(t){return t.type==="DeclareExportAllDeclaration"||t.type==="DeclareExportDeclaration"&&(!t.declaration||t.declaration.type!=="TypeAlias"&&t.declaration.type!=="InterfaceDeclaration")}function qd(t){return t.importKind==="type"||t.importKind==="typeof"}var yP={const:"declare export var",let:"declare export var",type:"export type",interface:"export interface"};function TP(t,e){let i=[],r=[];for(let s=0;s<t.length;s++)(e(t[s],s,t)?i:r).push(t[s]);return[i,r]}var gP=/\*?\s*@((?:no)?flow)\b/,xP=t=>class extends t{constructor(...i){super(...i),this.flowPragma=void 0}getScopeHandler(){return Xl}shouldParseTypes(){return this.getPluginOption("flow","all")||this.flowPragma==="flow"}finishToken(i,r){i!==134&&i!==13&&i!==28&&this.flowPragma===void 0&&(this.flowPragma=null),super.finishToken(i,r)}addComment(i){if(this.flowPragma===void 0){let r=gP.exec(i.value);if(r)if(r[1]==="flow")this.flowPragma="flow";else if(r[1]==="noflow")this.flowPragma="noflow";else throw new Error("Unexpected flow pragma")}super.addComment(i)}flowParseTypeInitialiser(i){let r=this.state.inType;this.state.inType=!0,this.expect(i||14);let s=this.flowParseType();return this.state.inType=r,s}flowParsePredicate(){let i=this.startNode(),r=this.state.startLoc;return this.next(),this.expectContextual(110),this.state.lastTokStartLoc.index>r.index+1&&this.raise(ce.UnexpectedSpaceBetweenModuloChecks,r),this.eat(10)?(i.value=super.parseExpression(),this.expect(11),this.finishNode(i,"DeclaredPredicate")):this.finishNode(i,"InferredPredicate")}flowParseTypeAndPredicateInitialiser(){let i=this.state.inType;this.state.inType=!0,this.expect(14);let r=null,s=null;return this.match(54)?(this.state.inType=i,s=this.flowParsePredicate()):(r=this.flowParseType(),this.state.inType=i,this.match(54)&&(s=this.flowParsePredicate())),[r,s]}flowParseDeclareClass(i){return this.next(),this.flowParseInterfaceish(i,!0),this.finishNode(i,"DeclareClass")}flowParseDeclareFunction(i){this.next();let r=i.id=this.parseIdentifier(),s=this.startNode(),n=this.startNode();this.match(47)?s.typeParameters=this.flowParseTypeParameterDeclaration():s.typeParameters=null,this.expect(10);let a=this.flowParseFunctionTypeParams();return s.params=a.params,s.rest=a.rest,s.this=a._this,this.expect(11),[s.returnType,i.predicate]=this.flowParseTypeAndPredicateInitialiser(),n.typeAnnotation=this.finishNode(s,"FunctionTypeAnnotation"),r.typeAnnotation=this.finishNode(n,"TypeAnnotation"),this.resetEndLocation(r),this.semicolon(),this.scope.declareName(i.id.name,2048,i.id.loc.start),this.finishNode(i,"DeclareFunction")}flowParseDeclare(i,r){if(this.match(80))return this.flowParseDeclareClass(i);if(this.match(68))return this.flowParseDeclareFunction(i);if(this.match(74))return this.flowParseDeclareVariable(i);if(this.eatContextual(127))return this.match(16)?this.flowParseDeclareModuleExports(i):(r&&this.raise(ce.NestedDeclareModule,this.state.lastTokStartLoc),this.flowParseDeclareModule(i));if(this.isContextual(130))return this.flowParseDeclareTypeAlias(i);if(this.isContextual(131))return this.flowParseDeclareOpaqueType(i);if(this.isContextual(129))return this.flowParseDeclareInterface(i);if(this.match(82))return this.flowParseDeclareExportDeclaration(i,r);this.unexpected()}flowParseDeclareVariable(i){return this.next(),i.id=this.flowParseTypeAnnotatableIdentifier(!0),this.scope.declareName(i.id.name,5,i.id.loc.start),this.semicolon(),this.finishNode(i,"DeclareVariable")}flowParseDeclareModule(i){this.scope.enter(0),this.match(134)?i.id=super.parseExprAtom():i.id=this.parseIdentifier();let r=i.body=this.startNode(),s=r.body=[];for(this.expect(5);!this.match(8);){let l=this.startNode();this.match(83)?(this.next(),!this.isContextual(130)&&!this.match(87)&&this.raise(ce.InvalidNonTypeImportInDeclareModule,this.state.lastTokStartLoc),super.parseImport(l)):(this.expectContextual(125,ce.UnsupportedStatementInDeclareModule),l=this.flowParseDeclare(l,!0)),s.push(l)}this.scope.exit(),this.expect(8),this.finishNode(r,"BlockStatement");let n=null,a=!1;return s.forEach(l=>{mP(l)?(n==="CommonJS"&&this.raise(ce.AmbiguousDeclareModuleKind,l),n="ES"):l.type==="DeclareModuleExports"&&(a&&this.raise(ce.DuplicateDeclareModuleExports,l),n==="ES"&&this.raise(ce.AmbiguousDeclareModuleKind,l),n="CommonJS",a=!0)}),i.kind=n||"CommonJS",this.finishNode(i,"DeclareModule")}flowParseDeclareExportDeclaration(i,r){if(this.expect(82),this.eat(65))return this.match(68)||this.match(80)?i.declaration=this.flowParseDeclare(this.startNode()):(i.declaration=this.flowParseType(),this.semicolon()),i.default=!0,this.finishNode(i,"DeclareExportDeclaration");if(this.match(75)||this.isLet()||(this.isContextual(130)||this.isContextual(129))&&!r){let s=this.state.value;throw this.raise(ce.UnsupportedDeclareExportKind,this.state.startLoc,{unsupportedExportKind:s,suggestion:yP[s]})}if(this.match(74)||this.match(68)||this.match(80)||this.isContextual(131))return i.declaration=this.flowParseDeclare(this.startNode()),i.default=!1,this.finishNode(i,"DeclareExportDeclaration");if(this.match(55)||this.match(5)||this.isContextual(129)||this.isContextual(130)||this.isContextual(131))return i=this.parseExport(i,null),i.type==="ExportNamedDeclaration"?(i.default=!1,delete i.exportKind,this.castNodeTo(i,"DeclareExportDeclaration")):this.castNodeTo(i,"DeclareExportAllDeclaration");this.unexpected()}flowParseDeclareModuleExports(i){return this.next(),this.expectContextual(111),i.typeAnnotation=this.flowParseTypeAnnotation(),this.semicolon(),this.finishNode(i,"DeclareModuleExports")}flowParseDeclareTypeAlias(i){this.next();let r=this.flowParseTypeAlias(i);return this.castNodeTo(r,"DeclareTypeAlias"),r}flowParseDeclareOpaqueType(i){this.next();let r=this.flowParseOpaqueType(i,!0);return this.castNodeTo(r,"DeclareOpaqueType"),r}flowParseDeclareInterface(i){return this.next(),this.flowParseInterfaceish(i,!1),this.finishNode(i,"DeclareInterface")}flowParseInterfaceish(i,r){if(i.id=this.flowParseRestrictedIdentifier(!r,!0),this.scope.declareName(i.id.name,r?17:8201,i.id.loc.start),this.match(47)?i.typeParameters=this.flowParseTypeParameterDeclaration():i.typeParameters=null,i.extends=[],this.eat(81))do i.extends.push(this.flowParseInterfaceExtends());while(!r&&this.eat(12));if(r){if(i.implements=[],i.mixins=[],this.eatContextual(117))do i.mixins.push(this.flowParseInterfaceExtends());while(this.eat(12));if(this.eatContextual(113))do i.implements.push(this.flowParseInterfaceExtends());while(this.eat(12))}i.body=this.flowParseObjectType({allowStatic:r,allowExact:!1,allowSpread:!1,allowProto:r,allowInexact:!1})}flowParseInterfaceExtends(){let i=this.startNode();return i.id=this.flowParseQualifiedTypeIdentifier(),this.match(47)?i.typeParameters=this.flowParseTypeParameterInstantiation():i.typeParameters=null,this.finishNode(i,"InterfaceExtends")}flowParseInterface(i){return this.flowParseInterfaceish(i,!1),this.finishNode(i,"InterfaceDeclaration")}checkNotUnderscore(i){i==="_"&&this.raise(ce.UnexpectedReservedUnderscore,this.state.startLoc)}checkReservedType(i,r,s){dP.has(i)&&this.raise(s?ce.AssignReservedType:ce.UnexpectedReservedType,r,{reservedType:i})}flowParseRestrictedIdentifier(i,r){return this.checkReservedType(this.state.value,this.state.startLoc,r),this.parseIdentifier(i)}flowParseTypeAlias(i){return i.id=this.flowParseRestrictedIdentifier(!1,!0),this.scope.declareName(i.id.name,8201,i.id.loc.start),this.match(47)?i.typeParameters=this.flowParseTypeParameterDeclaration():i.typeParameters=null,i.right=this.flowParseTypeInitialiser(29),this.semicolon(),this.finishNode(i,"TypeAlias")}flowParseOpaqueType(i,r){return this.expectContextual(130),i.id=this.flowParseRestrictedIdentifier(!0,!0),this.scope.declareName(i.id.name,8201,i.id.loc.start),this.match(47)?i.typeParameters=this.flowParseTypeParameterDeclaration():i.typeParameters=null,i.supertype=null,this.match(14)&&(i.supertype=this.flowParseTypeInitialiser(14)),i.impltype=null,r||(i.impltype=this.flowParseTypeInitialiser(29)),this.semicolon(),this.finishNode(i,"OpaqueType")}flowParseTypeParameter(i=!1){let r=this.state.startLoc,s=this.startNode(),n=this.flowParseVariance(),a=this.flowParseTypeAnnotatableIdentifier();return s.name=a.name,s.variance=n,s.bound=a.typeAnnotation,this.match(29)?(this.eat(29),s.default=this.flowParseType()):i&&this.raise(ce.MissingTypeParamDefault,r),this.finishNode(s,"TypeParameter")}flowParseTypeParameterDeclaration(){let i=this.state.inType,r=this.startNode();r.params=[],this.state.inType=!0,this.match(47)||this.match(143)?this.next():this.unexpected();let s=!1;do{let n=this.flowParseTypeParameter(s);r.params.push(n),n.default&&(s=!0),this.match(48)||this.expect(12)}while(!this.match(48));return this.expect(48),this.state.inType=i,this.finishNode(r,"TypeParameterDeclaration")}flowInTopLevelContext(i){if(this.curContext()!==Be.brace){let r=this.state.context;this.state.context=[r[0]];try{return i()}finally{this.state.context=r}}else return i()}flowParseTypeParameterInstantiationInExpression(){if(this.reScan_lt()===47)return this.flowParseTypeParameterInstantiation()}flowParseTypeParameterInstantiation(){let i=this.startNode(),r=this.state.inType;return this.state.inType=!0,i.params=[],this.flowInTopLevelContext(()=>{this.expect(47);let s=this.state.noAnonFunctionType;for(this.state.noAnonFunctionType=!1;!this.match(48);)i.params.push(this.flowParseType()),this.match(48)||this.expect(12);this.state.noAnonFunctionType=s}),this.state.inType=r,!this.state.inType&&this.curContext()===Be.brace&&this.reScan_lt_gt(),this.expect(48),this.finishNode(i,"TypeParameterInstantiation")}flowParseTypeParameterInstantiationCallOrNew(){if(this.reScan_lt()!==47)return;let i=this.startNode(),r=this.state.inType;for(i.params=[],this.state.inType=!0,this.expect(47);!this.match(48);)i.params.push(this.flowParseTypeOrImplicitInstantiation()),this.match(48)||this.expect(12);return this.expect(48),this.state.inType=r,this.finishNode(i,"TypeParameterInstantiation")}flowParseInterfaceType(){let i=this.startNode();if(this.expectContextual(129),i.extends=[],this.eat(81))do i.extends.push(this.flowParseInterfaceExtends());while(this.eat(12));return i.body=this.flowParseObjectType({allowStatic:!1,allowExact:!1,allowSpread:!1,allowProto:!1,allowInexact:!1}),this.finishNode(i,"InterfaceTypeAnnotation")}flowParseObjectPropertyKey(){return this.match(135)||this.match(134)?super.parseExprAtom():this.parseIdentifier(!0)}flowParseObjectTypeIndexer(i,r,s){return i.static=r,this.lookahead().type===14?(i.id=this.flowParseObjectPropertyKey(),i.key=this.flowParseTypeInitialiser()):(i.id=null,i.key=this.flowParseType()),this.expect(3),i.value=this.flowParseTypeInitialiser(),i.variance=s,this.finishNode(i,"ObjectTypeIndexer")}flowParseObjectTypeInternalSlot(i,r){return i.static=r,i.id=this.flowParseObjectPropertyKey(),this.expect(3),this.expect(3),this.match(47)||this.match(10)?(i.method=!0,i.optional=!1,i.value=this.flowParseObjectTypeMethodish(this.startNodeAt(i.loc.start))):(i.method=!1,this.eat(17)&&(i.optional=!0),i.value=this.flowParseTypeInitialiser()),this.finishNode(i,"ObjectTypeInternalSlot")}flowParseObjectTypeMethodish(i){for(i.params=[],i.rest=null,i.typeParameters=null,i.this=null,this.match(47)&&(i.typeParameters=this.flowParseTypeParameterDeclaration()),this.expect(10),this.match(78)&&(i.this=this.flowParseFunctionTypeParam(!0),i.this.name=null,this.match(11)||this.expect(12));!this.match(11)&&!this.match(21);)i.params.push(this.flowParseFunctionTypeParam(!1)),this.match(11)||this.expect(12);return this.eat(21)&&(i.rest=this.flowParseFunctionTypeParam(!1)),this.expect(11),i.returnType=this.flowParseTypeInitialiser(),this.finishNode(i,"FunctionTypeAnnotation")}flowParseObjectTypeCallProperty(i,r){let s=this.startNode();return i.static=r,i.value=this.flowParseObjectTypeMethodish(s),this.finishNode(i,"ObjectTypeCallProperty")}flowParseObjectType({allowStatic:i,allowExact:r,allowSpread:s,allowProto:n,allowInexact:a}){let l=this.state.inType;this.state.inType=!0;let c=this.startNode();c.callProperties=[],c.properties=[],c.indexers=[],c.internalSlots=[];let o,u,f=!1;for(r&&this.match(6)?(this.expect(6),o=9,u=!0):(this.expect(5),o=8,u=!1),c.exact=u;!this.match(o);){let m=!1,S=null,P=null,A=this.startNode();if(n&&this.isContextual(118)){let k=this.lookahead();k.type!==14&&k.type!==17&&(this.next(),S=this.state.startLoc,i=!1)}if(i&&this.isContextual(106)){let k=this.lookahead();k.type!==14&&k.type!==17&&(this.next(),m=!0)}let C=this.flowParseVariance();if(this.eat(0))S!=null&&this.unexpected(S),this.eat(0)?(C&&this.unexpected(C.loc.start),c.internalSlots.push(this.flowParseObjectTypeInternalSlot(A,m))):c.indexers.push(this.flowParseObjectTypeIndexer(A,m,C));else if(this.match(10)||this.match(47))S!=null&&this.unexpected(S),C&&this.unexpected(C.loc.start),c.callProperties.push(this.flowParseObjectTypeCallProperty(A,m));else{let k="init";if(this.isContextual(99)||this.isContextual(104)){let L=this.lookahead();Gd(L.type)&&(k=this.state.value,this.next())}let D=this.flowParseObjectTypeProperty(A,m,S,C,k,s,a??!u);D===null?(f=!0,P=this.state.lastTokStartLoc):c.properties.push(D)}this.flowObjectTypeSemicolon(),P&&!this.match(8)&&!this.match(9)&&this.raise(ce.UnexpectedExplicitInexactInObject,P)}this.expect(o),s&&(c.inexact=f);let d=this.finishNode(c,"ObjectTypeAnnotation");return this.state.inType=l,d}flowParseObjectTypeProperty(i,r,s,n,a,l,c){if(this.eat(21))return this.match(12)||this.match(13)||this.match(8)||this.match(9)?(l?c||this.raise(ce.InexactInsideExact,this.state.lastTokStartLoc):this.raise(ce.InexactInsideNonObject,this.state.lastTokStartLoc),n&&this.raise(ce.InexactVariance,n),null):(l||this.raise(ce.UnexpectedSpreadType,this.state.lastTokStartLoc),s!=null&&this.unexpected(s),n&&this.raise(ce.SpreadVariance,n),i.argument=this.flowParseType(),this.finishNode(i,"ObjectTypeSpreadProperty"));{i.key=this.flowParseObjectPropertyKey(),i.static=r,i.proto=s!=null,i.kind=a;let o=!1;return this.match(47)||this.match(10)?(i.method=!0,s!=null&&this.unexpected(s),n&&this.unexpected(n.loc.start),i.value=this.flowParseObjectTypeMethodish(this.startNodeAt(i.loc.start)),(a==="get"||a==="set")&&this.flowCheckGetterSetterParams(i),!l&&i.key.name==="constructor"&&i.value.this&&this.raise(ce.ThisParamBannedInConstructor,i.value.this)):(a!=="init"&&this.unexpected(),i.method=!1,this.eat(17)&&(o=!0),i.value=this.flowParseTypeInitialiser(),i.variance=n),i.optional=o,this.finishNode(i,"ObjectTypeProperty")}}flowCheckGetterSetterParams(i){let r=i.kind==="get"?0:1,s=i.value.params.length+(i.value.rest?1:0);i.value.this&&this.raise(i.kind==="get"?ce.GetterMayNotHaveThisParam:ce.SetterMayNotHaveThisParam,i.value.this),s!==r&&this.raise(i.kind==="get"?w.BadGetterArity:w.BadSetterArity,i),i.kind==="set"&&i.value.rest&&this.raise(w.BadSetterRestParameter,i)}flowObjectTypeSemicolon(){!this.eat(13)&&!this.eat(12)&&!this.match(8)&&!this.match(9)&&this.unexpected()}flowParseQualifiedTypeIdentifier(i,r){i??(i=this.state.startLoc);let s=r||this.flowParseRestrictedIdentifier(!0);for(;this.eat(16);){let n=this.startNodeAt(i);n.qualification=s,n.id=this.flowParseRestrictedIdentifier(!0),s=this.finishNode(n,"QualifiedTypeIdentifier")}return s}flowParseGenericType(i,r){let s=this.startNodeAt(i);return s.typeParameters=null,s.id=this.flowParseQualifiedTypeIdentifier(i,r),this.match(47)&&(s.typeParameters=this.flowParseTypeParameterInstantiation()),this.finishNode(s,"GenericTypeAnnotation")}flowParseTypeofType(){let i=this.startNode();return this.expect(87),i.argument=this.flowParsePrimaryType(),this.finishNode(i,"TypeofTypeAnnotation")}flowParseTupleType(){let i=this.startNode();for(i.types=[],this.expect(0);this.state.pos<this.length&&!this.match(3)&&(i.types.push(this.flowParseType()),!this.match(3));)this.expect(12);return this.expect(3),this.finishNode(i,"TupleTypeAnnotation")}flowParseFunctionTypeParam(i){let r=null,s=!1,n=null,a=this.startNode(),l=this.lookahead(),c=this.state.type===78;return l.type===14||l.type===17?(c&&!i&&this.raise(ce.ThisParamMustBeFirst,a),r=this.parseIdentifier(c),this.eat(17)&&(s=!0,c&&this.raise(ce.ThisParamMayNotBeOptional,a)),n=this.flowParseTypeInitialiser()):n=this.flowParseType(),a.name=r,a.optional=s,a.typeAnnotation=n,this.finishNode(a,"FunctionTypeParam")}reinterpretTypeAsFunctionTypeParam(i){let r=this.startNodeAt(i.loc.start);return r.name=null,r.optional=!1,r.typeAnnotation=i,this.finishNode(r,"FunctionTypeParam")}flowParseFunctionTypeParams(i=[]){let r=null,s=null;for(this.match(78)&&(s=this.flowParseFunctionTypeParam(!0),s.name=null,this.match(11)||this.expect(12));!this.match(11)&&!this.match(21);)i.push(this.flowParseFunctionTypeParam(!1)),this.match(11)||this.expect(12);return this.eat(21)&&(r=this.flowParseFunctionTypeParam(!1)),{params:i,rest:r,_this:s}}flowIdentToTypeAnnotation(i,r,s){switch(s.name){case"any":return this.finishNode(r,"AnyTypeAnnotation");case"bool":case"boolean":return this.finishNode(r,"BooleanTypeAnnotation");case"mixed":return this.finishNode(r,"MixedTypeAnnotation");case"empty":return this.finishNode(r,"EmptyTypeAnnotation");case"number":return this.finishNode(r,"NumberTypeAnnotation");case"string":return this.finishNode(r,"StringTypeAnnotation");case"symbol":return this.finishNode(r,"SymbolTypeAnnotation");default:return this.checkNotUnderscore(s.name),this.flowParseGenericType(i,s)}}flowParsePrimaryType(){let i=this.state.startLoc,r=this.startNode(),s,n,a=!1,l=this.state.noAnonFunctionType;switch(this.state.type){case 5:return this.flowParseObjectType({allowStatic:!1,allowExact:!1,allowSpread:!0,allowProto:!1,allowInexact:!0});case 6:return this.flowParseObjectType({allowStatic:!1,allowExact:!0,allowSpread:!0,allowProto:!1,allowInexact:!1});case 0:return this.state.noAnonFunctionType=!1,n=this.flowParseTupleType(),this.state.noAnonFunctionType=l,n;case 47:{let c=this.startNode();return c.typeParameters=this.flowParseTypeParameterDeclaration(),this.expect(10),s=this.flowParseFunctionTypeParams(),c.params=s.params,c.rest=s.rest,c.this=s._this,this.expect(11),this.expect(19),c.returnType=this.flowParseType(),this.finishNode(c,"FunctionTypeAnnotation")}case 10:{let c=this.startNode();if(this.next(),!this.match(11)&&!this.match(21))if($e(this.state.type)||this.match(78)){let o=this.lookahead().type;a=o!==17&&o!==14}else a=!0;if(a){if(this.state.noAnonFunctionType=!1,n=this.flowParseType(),this.state.noAnonFunctionType=l,this.state.noAnonFunctionType||!(this.match(12)||this.match(11)&&this.lookahead().type===19))return this.expect(11),n;this.eat(12)}return n?s=this.flowParseFunctionTypeParams([this.reinterpretTypeAsFunctionTypeParam(n)]):s=this.flowParseFunctionTypeParams(),c.params=s.params,c.rest=s.rest,c.this=s._this,this.expect(11),this.expect(19),c.returnType=this.flowParseType(),c.typeParameters=null,this.finishNode(c,"FunctionTypeAnnotation")}case 134:return this.parseLiteral(this.state.value,"StringLiteralTypeAnnotation");case 85:case 86:return r.value=this.match(85),this.next(),this.finishNode(r,"BooleanLiteralTypeAnnotation");case 53:if(this.state.value==="-"){if(this.next(),this.match(135))return this.parseLiteralAtNode(-this.state.value,"NumberLiteralTypeAnnotation",r);if(this.match(136))return this.parseLiteralAtNode(-this.state.value,"BigIntLiteralTypeAnnotation",r);throw this.raise(ce.UnexpectedSubtractionOperand,this.state.startLoc)}this.unexpected();return;case 135:return this.parseLiteral(this.state.value,"NumberLiteralTypeAnnotation");case 136:return this.parseLiteral(this.state.value,"BigIntLiteralTypeAnnotation");case 88:return this.next(),this.finishNode(r,"VoidTypeAnnotation");case 84:return this.next(),this.finishNode(r,"NullLiteralTypeAnnotation");case 78:return this.next(),this.finishNode(r,"ThisTypeAnnotation");case 55:return this.next(),this.finishNode(r,"ExistsTypeAnnotation");case 87:return this.flowParseTypeofType();default:if(xc(this.state.type)){let c=nr(this.state.type);return this.next(),super.createIdentifier(r,c)}else if($e(this.state.type))return this.isContextual(129)?this.flowParseInterfaceType():this.flowIdentToTypeAnnotation(i,r,this.parseIdentifier())}this.unexpected()}flowParsePostfixType(){let i=this.state.startLoc,r=this.flowParsePrimaryType(),s=!1;for(;(this.match(0)||this.match(18))&&!this.canInsertSemicolon();){let n=this.startNodeAt(i),a=this.eat(18);s=s||a,this.expect(0),!a&&this.match(3)?(n.elementType=r,this.next(),r=this.finishNode(n,"ArrayTypeAnnotation")):(n.objectType=r,n.indexType=this.flowParseType(),this.expect(3),s?(n.optional=a,r=this.finishNode(n,"OptionalIndexedAccessType")):r=this.finishNode(n,"IndexedAccessType"))}return r}flowParsePrefixType(){let i=this.startNode();return this.eat(17)?(i.typeAnnotation=this.flowParsePrefixType(),this.finishNode(i,"NullableTypeAnnotation")):this.flowParsePostfixType()}flowParseAnonFunctionWithoutParens(){let i=this.flowParsePrefixType();if(!this.state.noAnonFunctionType&&this.eat(19)){let r=this.startNodeAt(i.loc.start);return r.params=[this.reinterpretTypeAsFunctionTypeParam(i)],r.rest=null,r.this=null,r.returnType=this.flowParseType(),r.typeParameters=null,this.finishNode(r,"FunctionTypeAnnotation")}return i}flowParseIntersectionType(){let i=this.startNode();this.eat(45);let r=this.flowParseAnonFunctionWithoutParens();for(i.types=[r];this.eat(45);)i.types.push(this.flowParseAnonFunctionWithoutParens());return i.types.length===1?r:this.finishNode(i,"IntersectionTypeAnnotation")}flowParseUnionType(){let i=this.startNode();this.eat(43);let r=this.flowParseIntersectionType();for(i.types=[r];this.eat(43);)i.types.push(this.flowParseIntersectionType());return i.types.length===1?r:this.finishNode(i,"UnionTypeAnnotation")}flowParseType(){let i=this.state.inType;this.state.inType=!0;let r=this.flowParseUnionType();return this.state.inType=i,r}flowParseTypeOrImplicitInstantiation(){if(this.state.type===132&&this.state.value==="_"){let i=this.state.startLoc,r=this.parseIdentifier();return this.flowParseGenericType(i,r)}else return this.flowParseType()}flowParseTypeAnnotation(){let i=this.startNode();return i.typeAnnotation=this.flowParseTypeInitialiser(),this.finishNode(i,"TypeAnnotation")}flowParseTypeAnnotatableIdentifier(i){let r=i?this.parseIdentifier():this.flowParseRestrictedIdentifier();return this.match(14)&&(r.typeAnnotation=this.flowParseTypeAnnotation(),this.resetEndLocation(r)),r}typeCastToParameter(i){return i.expression.typeAnnotation=i.typeAnnotation,this.resetEndLocation(i.expression,i.typeAnnotation.loc.end),i.expression}flowParseVariance(){let i=null;return this.match(53)?(i=this.startNode(),this.state.value==="+"?i.kind="plus":i.kind="minus",this.next(),this.finishNode(i,"Variance")):i}parseFunctionBody(i,r,s=!1){if(r){this.forwardNoArrowParamsConversionAt(i,()=>super.parseFunctionBody(i,!0,s));return}super.parseFunctionBody(i,!1,s)}parseFunctionBodyAndFinish(i,r,s=!1){if(this.match(14)){let n=this.startNode();[n.typeAnnotation,i.predicate]=this.flowParseTypeAndPredicateInitialiser(),i.returnType=n.typeAnnotation?this.finishNode(n,"TypeAnnotation"):null}return super.parseFunctionBodyAndFinish(i,r,s)}parseStatementLike(i){if(this.state.strict&&this.isContextual(129)){let s=this.lookahead();if(hi(s.type)){let n=this.startNode();return this.next(),this.flowParseInterface(n)}}else if(this.isContextual(126)){let s=this.startNode();return this.next(),this.flowParseEnumDeclaration(s)}let r=super.parseStatementLike(i);return this.flowPragma===void 0&&!this.isValidDirective(r)&&(this.flowPragma=null),r}parseExpressionStatement(i,r,s){if(r.type==="Identifier"){if(r.name==="declare"){if(this.match(80)||$e(this.state.type)||this.match(68)||this.match(74)||this.match(82))return this.flowParseDeclare(i)}else if($e(this.state.type)){if(r.name==="interface")return this.flowParseInterface(i);if(r.name==="type")return this.flowParseTypeAlias(i);if(r.name==="opaque")return this.flowParseOpaqueType(i,!1)}}return super.parseExpressionStatement(i,r,s)}shouldParseExportDeclaration(){let{type:i}=this.state;return i===126||$d(i)?!this.state.containsEsc:super.shouldParseExportDeclaration()}isExportDefaultSpecifier(){let{type:i}=this.state;return i===126||$d(i)?this.state.containsEsc:super.isExportDefaultSpecifier()}parseExportDefaultExpression(){if(this.isContextual(126)){let i=this.startNode();return this.next(),this.flowParseEnumDeclaration(i)}return super.parseExportDefaultExpression()}parseConditional(i,r,s){if(!this.match(17))return i;if(this.state.maybeInArrowParameters){let d=this.lookaheadCharCode();if(d===44||d===61||d===58||d===41)return this.setOptionalParametersError(s),i}this.expect(17);let n=this.state.clone(),a=this.state.noArrowAt,l=this.startNodeAt(r),{consequent:c,failed:o}=this.tryParseConditionalConsequent(),[u,f]=this.getArrowLikeExpressions(c);if(o||f.length>0){let d=[...a];if(f.length>0){this.state=n,this.state.noArrowAt=d;for(let m=0;m<f.length;m++)d.push(f[m].start);({consequent:c,failed:o}=this.tryParseConditionalConsequent()),[u,f]=this.getArrowLikeExpressions(c)}o&&u.length>1&&this.raise(ce.AmbiguousConditionalArrow,n.startLoc),o&&u.length===1&&(this.state=n,d.push(u[0].start),this.state.noArrowAt=d,{consequent:c,failed:o}=this.tryParseConditionalConsequent())}return this.getArrowLikeExpressions(c,!0),this.state.noArrowAt=a,this.expect(14),l.test=i,l.consequent=c,l.alternate=this.forwardNoArrowParamsConversionAt(l,()=>this.parseMaybeAssign(void 0,void 0)),this.finishNode(l,"ConditionalExpression")}tryParseConditionalConsequent(){this.state.noArrowParamsConversionAt.push(this.state.start);let i=this.parseMaybeAssignAllowIn(),r=!this.match(14);return this.state.noArrowParamsConversionAt.pop(),{consequent:i,failed:r}}getArrowLikeExpressions(i,r){let s=[i],n=[];for(;s.length!==0;){let a=s.pop();a.type==="ArrowFunctionExpression"&&a.body.type!=="BlockStatement"?(a.typeParameters||!a.returnType?this.finishArrowValidation(a):n.push(a),s.push(a.body)):a.type==="ConditionalExpression"&&(s.push(a.consequent),s.push(a.alternate))}return r?(n.forEach(a=>this.finishArrowValidation(a)),[n,[]]):TP(n,a=>a.params.every(l=>this.isAssignable(l,!0)))}finishArrowValidation(i){var r;this.toAssignableList(i.params,(r=i.extra)==null?void 0:r.trailingCommaLoc,!1),this.scope.enter(518),super.checkParams(i,!1,!0),this.scope.exit()}forwardNoArrowParamsConversionAt(i,r){let s;return this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(i.start))?(this.state.noArrowParamsConversionAt.push(this.state.start),s=r(),this.state.noArrowParamsConversionAt.pop()):s=r(),s}parseParenItem(i,r){let s=super.parseParenItem(i,r);if(this.eat(17)&&(s.optional=!0,this.resetEndLocation(i)),this.match(14)){let n=this.startNodeAt(r);return n.expression=s,n.typeAnnotation=this.flowParseTypeAnnotation(),this.finishNode(n,"TypeCastExpression")}return s}assertModuleNodeAllowed(i){i.type==="ImportDeclaration"&&(i.importKind==="type"||i.importKind==="typeof")||i.type==="ExportNamedDeclaration"&&i.exportKind==="type"||i.type==="ExportAllDeclaration"&&i.exportKind==="type"||super.assertModuleNodeAllowed(i)}parseExportDeclaration(i){if(this.isContextual(130)){i.exportKind="type";let r=this.startNode();return this.next(),this.match(5)?(i.specifiers=this.parseExportSpecifiers(!0),super.parseExportFrom(i),null):this.flowParseTypeAlias(r)}else if(this.isContextual(131)){i.exportKind="type";let r=this.startNode();return this.next(),this.flowParseOpaqueType(r,!1)}else if(this.isContextual(129)){i.exportKind="type";let r=this.startNode();return this.next(),this.flowParseInterface(r)}else if(this.isContextual(126)){i.exportKind="value";let r=this.startNode();return this.next(),this.flowParseEnumDeclaration(r)}else return super.parseExportDeclaration(i)}eatExportStar(i){return super.eatExportStar(i)?!0:this.isContextual(130)&&this.lookahead().type===55?(i.exportKind="type",this.next(),this.next(),!0):!1}maybeParseExportNamespaceSpecifier(i){let{startLoc:r}=this.state,s=super.maybeParseExportNamespaceSpecifier(i);return s&&i.exportKind==="type"&&this.unexpected(r),s}parseClassId(i,r,s){super.parseClassId(i,r,s),this.match(47)&&(i.typeParameters=this.flowParseTypeParameterDeclaration())}parseClassMember(i,r,s){let{startLoc:n}=this.state;if(this.isContextual(125)){if(super.parseClassMemberFromModifier(i,r))return;r.declare=!0}super.parseClassMember(i,r,s),r.declare&&(r.type!=="ClassProperty"&&r.type!=="ClassPrivateProperty"&&r.type!=="PropertyDefinition"?this.raise(ce.DeclareClassElement,n):r.value&&this.raise(ce.DeclareClassFieldInitializer,r.value))}isIterator(i){return i==="iterator"||i==="asyncIterator"}readIterator(){let i=super.readWord1(),r="@@"+i;(!this.isIterator(i)||!this.state.inType)&&this.raise(w.InvalidIdentifier,this.state.curPosition(),{identifierName:r}),this.finishToken(132,r)}getTokenFromCode(i){let r=this.input.charCodeAt(this.state.pos+1);i===123&&r===124?this.finishOp(6,2):this.state.inType&&(i===62||i===60)?this.finishOp(i===62?48:47,1):this.state.inType&&i===63?r===46?this.finishOp(18,2):this.finishOp(17,1):pP(i,r,this.input.charCodeAt(this.state.pos+2))?(this.state.pos+=2,this.readIterator()):super.getTokenFromCode(i)}isAssignable(i,r){return i.type==="TypeCastExpression"?this.isAssignable(i.expression,r):super.isAssignable(i,r)}toAssignable(i,r=!1){!r&&i.type==="AssignmentExpression"&&i.left.type==="TypeCastExpression"&&(i.left=this.typeCastToParameter(i.left)),super.toAssignable(i,r)}toAssignableList(i,r,s){for(let n=0;n<i.length;n++){let a=i[n];a?.type==="TypeCastExpression"&&(i[n]=this.typeCastToParameter(a))}super.toAssignableList(i,r,s)}toReferencedList(i,r){for(let n=0;n<i.length;n++){var s;let a=i[n];a&&a.type==="TypeCastExpression"&&!((s=a.extra)!=null&&s.parenthesized)&&(i.length>1||!r)&&this.raise(ce.TypeCastInPattern,a.typeAnnotation)}return i}parseArrayLike(i,r,s,n){let a=super.parseArrayLike(i,r,s,n);return r&&!this.state.maybeInArrowParameters&&this.toReferencedList(a.elements),a}isValidLVal(i,r,s){return i==="TypeCastExpression"||super.isValidLVal(i,r,s)}parseClassProperty(i){return this.match(14)&&(i.typeAnnotation=this.flowParseTypeAnnotation()),super.parseClassProperty(i)}parseClassPrivateProperty(i){return this.match(14)&&(i.typeAnnotation=this.flowParseTypeAnnotation()),super.parseClassPrivateProperty(i)}isClassMethod(){return this.match(47)||super.isClassMethod()}isClassProperty(){return this.match(14)||super.isClassProperty()}isNonstaticConstructor(i){return!this.match(14)&&super.isNonstaticConstructor(i)}pushClassMethod(i,r,s,n,a,l){if(r.variance&&this.unexpected(r.variance.loc.start),delete r.variance,this.match(47)&&(r.typeParameters=this.flowParseTypeParameterDeclaration()),super.pushClassMethod(i,r,s,n,a,l),r.params&&a){let c=r.params;c.length>0&&this.isThisParam(c[0])&&this.raise(ce.ThisParamBannedInConstructor,r)}else if(r.type==="MethodDefinition"&&a&&r.value.params){let c=r.value.params;c.length>0&&this.isThisParam(c[0])&&this.raise(ce.ThisParamBannedInConstructor,r)}}pushClassPrivateMethod(i,r,s,n){r.variance&&this.unexpected(r.variance.loc.start),delete r.variance,this.match(47)&&(r.typeParameters=this.flowParseTypeParameterDeclaration()),super.pushClassPrivateMethod(i,r,s,n)}parseClassSuper(i){if(super.parseClassSuper(i),i.superClass&&(this.match(47)||this.match(51))&&(i.superTypeParameters=this.flowParseTypeParameterInstantiationInExpression()),this.isContextual(113)){this.next();let r=i.implements=[];do{let s=this.startNode();s.id=this.flowParseRestrictedIdentifier(!0),this.match(47)?s.typeParameters=this.flowParseTypeParameterInstantiation():s.typeParameters=null,r.push(this.finishNode(s,"ClassImplements"))}while(this.eat(12))}}checkGetterSetterParams(i){super.checkGetterSetterParams(i);let r=this.getObjectOrClassMethodParams(i);if(r.length>0){let s=r[0];this.isThisParam(s)&&i.kind==="get"?this.raise(ce.GetterMayNotHaveThisParam,s):this.isThisParam(s)&&this.raise(ce.SetterMayNotHaveThisParam,s)}}parsePropertyNamePrefixOperator(i){i.variance=this.flowParseVariance()}parseObjPropValue(i,r,s,n,a,l,c){i.variance&&this.unexpected(i.variance.loc.start),delete i.variance;let o;this.match(47)&&!l&&(o=this.flowParseTypeParameterDeclaration(),this.match(10)||this.unexpected());let u=super.parseObjPropValue(i,r,s,n,a,l,c);return o&&((u.value||u).typeParameters=o),u}parseFunctionParamType(i){return this.eat(17)&&(i.type!=="Identifier"&&this.raise(ce.PatternIsOptional,i),this.isThisParam(i)&&this.raise(ce.ThisParamMayNotBeOptional,i),i.optional=!0),this.match(14)?i.typeAnnotation=this.flowParseTypeAnnotation():this.isThisParam(i)&&this.raise(ce.ThisParamAnnotationRequired,i),this.match(29)&&this.isThisParam(i)&&this.raise(ce.ThisParamNoDefault,i),this.resetEndLocation(i),i}parseMaybeDefault(i,r){let s=super.parseMaybeDefault(i,r);return s.type==="AssignmentPattern"&&s.typeAnnotation&&s.right.start<s.typeAnnotation.start&&this.raise(ce.TypeBeforeInitializer,s.typeAnnotation),s}checkImportReflection(i){super.checkImportReflection(i),i.module&&i.importKind!=="value"&&this.raise(ce.ImportReflectionHasImportType,i.specifiers[0].loc.start)}parseImportSpecifierLocal(i,r,s){r.local=qd(i)?this.flowParseRestrictedIdentifier(!0,!0):this.parseIdentifier(),i.specifiers.push(this.finishImportSpecifier(r,s))}isPotentialImportPhase(i){if(super.isPotentialImportPhase(i))return!0;if(this.isContextual(130)){if(!i)return!0;let r=this.lookaheadCharCode();return r===123||r===42}return!i&&this.isContextual(87)}applyImportPhase(i,r,s,n){if(super.applyImportPhase(i,r,s,n),r){if(!s&&this.match(65))return;i.exportKind=s==="type"?s:"value"}else s==="type"&&this.match(55)&&this.unexpected(),i.importKind=s==="type"||s==="typeof"?s:"value"}parseImportSpecifier(i,r,s,n,a){let l=i.imported,c=null;l.type==="Identifier"&&(l.name==="type"?c="type":l.name==="typeof"&&(c="typeof"));let o=!1;if(this.isContextual(93)&&!this.isLookaheadContextual("as")){let f=this.parseIdentifier(!0);c!==null&&!hi(this.state.type)?(i.imported=f,i.importKind=c,i.local=this.cloneIdentifier(f)):(i.imported=l,i.importKind=null,i.local=this.parseIdentifier())}else{if(c!==null&&hi(this.state.type))i.imported=this.parseIdentifier(!0),i.importKind=c;else{if(r)throw this.raise(w.ImportBindingIsString,i,{importName:l.value});i.imported=l,i.importKind=null}this.eatContextual(93)?i.local=this.parseIdentifier():(o=!0,i.local=this.cloneIdentifier(i.imported))}let u=qd(i);return s&&u&&this.raise(ce.ImportTypeShorthandOnlyInPureImport,i),(s||u)&&this.checkReservedType(i.local.name,i.local.loc.start,!0),o&&!s&&!u&&this.checkReservedWord(i.local.name,i.loc.start,!0,!0),this.finishImportSpecifier(i,"ImportSpecifier")}parseBindingAtom(){switch(this.state.type){case 78:return this.parseIdentifier(!0);default:return super.parseBindingAtom()}}parseFunctionParams(i,r){let s=i.kind;s!=="get"&&s!=="set"&&this.match(47)&&(i.typeParameters=this.flowParseTypeParameterDeclaration()),super.parseFunctionParams(i,r)}parseVarId(i,r){super.parseVarId(i,r),this.match(14)&&(i.id.typeAnnotation=this.flowParseTypeAnnotation(),this.resetEndLocation(i.id))}parseAsyncArrowFromCallExpression(i,r){if(this.match(14)){let s=this.state.noAnonFunctionType;this.state.noAnonFunctionType=!0,i.returnType=this.flowParseTypeAnnotation(),this.state.noAnonFunctionType=s}return super.parseAsyncArrowFromCallExpression(i,r)}shouldParseAsyncArrow(){return this.match(14)||super.shouldParseAsyncArrow()}parseMaybeAssign(i,r){var s;let n=null,a;if(this.hasPlugin("jsx")&&(this.match(143)||this.match(47))){if(n=this.state.clone(),a=this.tryParse(()=>super.parseMaybeAssign(i,r),n),!a.error)return a.node;let{context:o}=this.state,u=o[o.length-1];(u===Be.j_oTag||u===Be.j_expr)&&o.pop()}if((s=a)!=null&&s.error||this.match(47)){var l,c;n=n||this.state.clone();let o,u=this.tryParse(d=>{var m;o=this.flowParseTypeParameterDeclaration();let S=this.forwardNoArrowParamsConversionAt(o,()=>{let A=super.parseMaybeAssign(i,r);return this.resetStartLocationFromNode(A,o),A});(m=S.extra)!=null&&m.parenthesized&&d();let P=this.maybeUnwrapTypeCastExpression(S);return P.type!=="ArrowFunctionExpression"&&d(),P.typeParameters=o,this.resetStartLocationFromNode(P,o),S},n),f=null;if(u.node&&this.maybeUnwrapTypeCastExpression(u.node).type==="ArrowFunctionExpression"){if(!u.error&&!u.aborted)return u.node.async&&this.raise(ce.UnexpectedTypeParameterBeforeAsyncArrowFunction,o),u.node;f=u.node}if((l=a)!=null&&l.node)return this.state=a.failState,a.node;if(f)return this.state=u.failState,f;throw(c=a)!=null&&c.thrown?a.error:u.thrown?u.error:this.raise(ce.UnexpectedTokenAfterTypeParameter,o)}return super.parseMaybeAssign(i,r)}parseArrow(i){if(this.match(14)){let r=this.tryParse(()=>{let s=this.state.noAnonFunctionType;this.state.noAnonFunctionType=!0;let n=this.startNode();return[n.typeAnnotation,i.predicate]=this.flowParseTypeAndPredicateInitialiser(),this.state.noAnonFunctionType=s,this.canInsertSemicolon()&&this.unexpected(),this.match(19)||this.unexpected(),n});if(r.thrown)return null;r.error&&(this.state=r.failState),i.returnType=r.node.typeAnnotation?this.finishNode(r.node,"TypeAnnotation"):null}return super.parseArrow(i)}shouldParseArrow(i){return this.match(14)||super.shouldParseArrow(i)}setArrowFunctionParameters(i,r){this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(i.start))?i.params=r:super.setArrowFunctionParameters(i,r)}checkParams(i,r,s,n=!0){if(!(s&&this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(i.start)))){for(let a=0;a<i.params.length;a++)this.isThisParam(i.params[a])&&a>0&&this.raise(ce.ThisParamMustBeFirst,i.params[a]);super.checkParams(i,r,s,n)}}parseParenAndDistinguishExpression(i){return super.parseParenAndDistinguishExpression(i&&!this.state.noArrowAt.includes(this.sourceToOffsetPos(this.state.start)))}parseSubscripts(i,r,s){if(i.type==="Identifier"&&i.name==="async"&&this.state.noArrowAt.includes(r.index)){this.next();let n=this.startNodeAt(r);n.callee=i,n.arguments=super.parseCallExpressionArguments(),i=this.finishNode(n,"CallExpression")}else if(i.type==="Identifier"&&i.name==="async"&&this.match(47)){let n=this.state.clone(),a=this.tryParse(c=>this.parseAsyncArrowWithTypeParameters(r)||c(),n);if(!a.error&&!a.aborted)return a.node;let l=this.tryParse(()=>super.parseSubscripts(i,r,s),n);if(l.node&&!l.error)return l.node;if(a.node)return this.state=a.failState,a.node;if(l.node)return this.state=l.failState,l.node;throw a.error||l.error}return super.parseSubscripts(i,r,s)}parseSubscript(i,r,s,n){if(this.match(18)&&this.isLookaheadToken_lt()){if(n.optionalChainMember=!0,s)return n.stop=!0,i;this.next();let a=this.startNodeAt(r);return a.callee=i,a.typeArguments=this.flowParseTypeParameterInstantiationInExpression(),this.expect(10),a.arguments=this.parseCallExpressionArguments(),a.optional=!0,this.finishCallExpression(a,!0)}else if(!s&&this.shouldParseTypes()&&(this.match(47)||this.match(51))){let a=this.startNodeAt(r);a.callee=i;let l=this.tryParse(()=>(a.typeArguments=this.flowParseTypeParameterInstantiationCallOrNew(),this.expect(10),a.arguments=super.parseCallExpressionArguments(),n.optionalChainMember&&(a.optional=!1),this.finishCallExpression(a,n.optionalChainMember)));if(l.node)return l.error&&(this.state=l.failState),l.node}return super.parseSubscript(i,r,s,n)}parseNewCallee(i){super.parseNewCallee(i);let r=null;this.shouldParseTypes()&&this.match(47)&&(r=this.tryParse(()=>this.flowParseTypeParameterInstantiationCallOrNew()).node),i.typeArguments=r}parseAsyncArrowWithTypeParameters(i){let r=this.startNodeAt(i);if(this.parseFunctionParams(r,!1),!!this.parseArrow(r))return super.parseArrowExpression(r,void 0,!0)}readToken_mult_modulo(i){let r=this.input.charCodeAt(this.state.pos+1);if(i===42&&r===47&&this.state.hasFlowComment){this.state.hasFlowComment=!1,this.state.pos+=2,this.nextToken();return}super.readToken_mult_modulo(i)}readToken_pipe_amp(i){let r=this.input.charCodeAt(this.state.pos+1);if(i===124&&r===125){this.finishOp(9,2);return}super.readToken_pipe_amp(i)}parseTopLevel(i,r){let s=super.parseTopLevel(i,r);return this.state.hasFlowComment&&this.raise(ce.UnterminatedFlowComment,this.state.curPosition()),s}skipBlockComment(){if(this.hasPlugin("flowComments")&&this.skipFlowComment()){if(this.state.hasFlowComment)throw this.raise(ce.NestedFlowComment,this.state.startLoc);this.hasFlowCommentCompletion();let i=this.skipFlowComment();i&&(this.state.pos+=i,this.state.hasFlowComment=!0);return}return super.skipBlockComment(this.state.hasFlowComment?"*-/":"*/")}skipFlowComment(){let{pos:i}=this.state,r=2;for(;[32,9].includes(this.input.charCodeAt(i+r));)r++;let s=this.input.charCodeAt(r+i),n=this.input.charCodeAt(r+i+1);return s===58&&n===58?r+2:this.input.slice(r+i,r+i+12)==="flow-include"?r+12:s===58&&n!==58?r:!1}hasFlowCommentCompletion(){if(this.input.indexOf("*/",this.state.pos)===-1)throw this.raise(w.UnterminatedComment,this.state.curPosition())}flowEnumErrorBooleanMemberNotInitialized(i,{enumName:r,memberName:s}){this.raise(ce.EnumBooleanMemberNotInitialized,i,{memberName:s,enumName:r})}flowEnumErrorInvalidMemberInitializer(i,r){return this.raise(r.explicitType?r.explicitType==="symbol"?ce.EnumInvalidMemberInitializerSymbolType:ce.EnumInvalidMemberInitializerPrimaryType:ce.EnumInvalidMemberInitializerUnknownType,i,r)}flowEnumErrorNumberMemberNotInitialized(i,r){this.raise(ce.EnumNumberMemberNotInitialized,i,r)}flowEnumErrorStringMemberInconsistentlyInitialized(i,r){this.raise(ce.EnumStringMemberInconsistentlyInitialized,i,r)}flowEnumMemberInit(){let i=this.state.startLoc,r=()=>this.match(12)||this.match(8);switch(this.state.type){case 135:{let s=this.parseNumericLiteral(this.state.value);return r()?{type:"number",loc:s.loc.start,value:s}:{type:"invalid",loc:i}}case 134:{let s=this.parseStringLiteral(this.state.value);return r()?{type:"string",loc:s.loc.start,value:s}:{type:"invalid",loc:i}}case 85:case 86:{let s=this.parseBooleanLiteral(this.match(85));return r()?{type:"boolean",loc:s.loc.start,value:s}:{type:"invalid",loc:i}}default:return{type:"invalid",loc:i}}}flowEnumMemberRaw(){let i=this.state.startLoc,r=this.parseIdentifier(!0),s=this.eat(29)?this.flowEnumMemberInit():{type:"none",loc:i};return{id:r,init:s}}flowEnumCheckExplicitTypeMismatch(i,r,s){let{explicitType:n}=r;n!==null&&n!==s&&this.flowEnumErrorInvalidMemberInitializer(i,r)}flowEnumMembers({enumName:i,explicitType:r}){let s=new Set,n={booleanMembers:[],numberMembers:[],stringMembers:[],defaultedMembers:[]},a=!1;for(;!this.match(8);){if(this.eat(21)){a=!0;break}let l=this.startNode(),{id:c,init:o}=this.flowEnumMemberRaw(),u=c.name;if(u==="")continue;/^[a-z]/.test(u)&&this.raise(ce.EnumInvalidMemberName,c,{memberName:u,suggestion:u[0].toUpperCase()+u.slice(1),enumName:i}),s.has(u)&&this.raise(ce.EnumDuplicateMemberName,c,{memberName:u,enumName:i}),s.add(u);let f={enumName:i,explicitType:r,memberName:u};switch(l.id=c,o.type){case"boolean":{this.flowEnumCheckExplicitTypeMismatch(o.loc,f,"boolean"),l.init=o.value,n.booleanMembers.push(this.finishNode(l,"EnumBooleanMember"));break}case"number":{this.flowEnumCheckExplicitTypeMismatch(o.loc,f,"number"),l.init=o.value,n.numberMembers.push(this.finishNode(l,"EnumNumberMember"));break}case"string":{this.flowEnumCheckExplicitTypeMismatch(o.loc,f,"string"),l.init=o.value,n.stringMembers.push(this.finishNode(l,"EnumStringMember"));break}case"invalid":throw this.flowEnumErrorInvalidMemberInitializer(o.loc,f);case"none":switch(r){case"boolean":this.flowEnumErrorBooleanMemberNotInitialized(o.loc,f);break;case"number":this.flowEnumErrorNumberMemberNotInitialized(o.loc,f);break;default:n.defaultedMembers.push(this.finishNode(l,"EnumDefaultedMember"))}}this.match(8)||this.expect(12)}return{members:n,hasUnknownMembers:a}}flowEnumStringMembers(i,r,{enumName:s}){if(i.length===0)return r;if(r.length===0)return i;if(r.length>i.length){for(let n of i)this.flowEnumErrorStringMemberInconsistentlyInitialized(n,{enumName:s});return r}else{for(let n of r)this.flowEnumErrorStringMemberInconsistentlyInitialized(n,{enumName:s});return i}}flowEnumParseExplicitType({enumName:i}){if(!this.eatContextual(102))return null;if(!$e(this.state.type))throw this.raise(ce.EnumInvalidExplicitTypeUnknownSupplied,this.state.startLoc,{enumName:i});let{value:r}=this.state;return this.next(),r!=="boolean"&&r!=="number"&&r!=="string"&&r!=="symbol"&&this.raise(ce.EnumInvalidExplicitType,this.state.startLoc,{enumName:i,invalidEnumType:r}),r}flowEnumBody(i,r){let s=r.name,n=r.loc.start,a=this.flowEnumParseExplicitType({enumName:s});this.expect(5);let{members:l,hasUnknownMembers:c}=this.flowEnumMembers({enumName:s,explicitType:a});switch(i.hasUnknownMembers=c,a){case"boolean":return i.explicitType=!0,i.members=l.booleanMembers,this.expect(8),this.finishNode(i,"EnumBooleanBody");case"number":return i.explicitType=!0,i.members=l.numberMembers,this.expect(8),this.finishNode(i,"EnumNumberBody");case"string":return i.explicitType=!0,i.members=this.flowEnumStringMembers(l.stringMembers,l.defaultedMembers,{enumName:s}),this.expect(8),this.finishNode(i,"EnumStringBody");case"symbol":return i.members=l.defaultedMembers,this.expect(8),this.finishNode(i,"EnumSymbolBody");default:{let o=()=>(i.members=[],this.expect(8),this.finishNode(i,"EnumStringBody"));i.explicitType=!1;let u=l.booleanMembers.length,f=l.numberMembers.length,d=l.stringMembers.length,m=l.defaultedMembers.length;if(!u&&!f&&!d&&!m)return o();if(!u&&!f)return i.members=this.flowEnumStringMembers(l.stringMembers,l.defaultedMembers,{enumName:s}),this.expect(8),this.finishNode(i,"EnumStringBody");if(!f&&!d&&u>=m){for(let S of l.defaultedMembers)this.flowEnumErrorBooleanMemberNotInitialized(S.loc.start,{enumName:s,memberName:S.id.name});return i.members=l.booleanMembers,this.expect(8),this.finishNode(i,"EnumBooleanBody")}else if(!u&&!d&&f>=m){for(let S of l.defaultedMembers)this.flowEnumErrorNumberMemberNotInitialized(S.loc.start,{enumName:s,memberName:S.id.name});return i.members=l.numberMembers,this.expect(8),this.finishNode(i,"EnumNumberBody")}else return this.raise(ce.EnumInconsistentMemberValues,n,{enumName:s}),o()}}}flowParseEnumDeclaration(i){let r=this.parseIdentifier();return i.id=r,i.body=this.flowEnumBody(this.startNode(),r),this.finishNode(i,"EnumDeclaration")}jsxParseOpeningElementAfterName(i){return this.shouldParseTypes()&&(this.match(47)||this.match(51))&&(i.typeArguments=this.flowParseTypeParameterInstantiationInExpression()),super.jsxParseOpeningElementAfterName(i)}isLookaheadToken_lt(){let i=this.nextTokenStart();if(this.input.charCodeAt(i)===60){let r=this.input.charCodeAt(i+1);return r!==60&&r!==61}return!1}reScan_lt_gt(){let{type:i}=this.state;i===47?(this.state.pos-=1,this.readToken_lt()):i===48&&(this.state.pos-=1,this.readToken_gt())}reScan_lt(){let{type:i}=this.state;return i===51?(this.state.pos-=2,this.finishOp(47,1),47):i}maybeUnwrapTypeCastExpression(i){return i.type==="TypeCastExpression"?i.expression:i}},bP={__proto__:null,quot:'"',amp:"&",apos:"'",lt:"<",gt:">",nbsp:"\xA0",iexcl:"\xA1",cent:"\xA2",pound:"\xA3",curren:"\xA4",yen:"\xA5",brvbar:"\xA6",sect:"\xA7",uml:"\xA8",copy:"\xA9",ordf:"\xAA",laquo:"\xAB",not:"\xAC",shy:"\xAD",reg:"\xAE",macr:"\xAF",deg:"\xB0",plusmn:"\xB1",sup2:"\xB2",sup3:"\xB3",acute:"\xB4",micro:"\xB5",para:"\xB6",middot:"\xB7",cedil:"\xB8",sup1:"\xB9",ordm:"\xBA",raquo:"\xBB",frac14:"\xBC",frac12:"\xBD",frac34:"\xBE",iquest:"\xBF",Agrave:"\xC0",Aacute:"\xC1",Acirc:"\xC2",Atilde:"\xC3",Auml:"\xC4",Aring:"\xC5",AElig:"\xC6",Ccedil:"\xC7",Egrave:"\xC8",Eacute:"\xC9",Ecirc:"\xCA",Euml:"\xCB",Igrave:"\xCC",Iacute:"\xCD",Icirc:"\xCE",Iuml:"\xCF",ETH:"\xD0",Ntilde:"\xD1",Ograve:"\xD2",Oacute:"\xD3",Ocirc:"\xD4",Otilde:"\xD5",Ouml:"\xD6",times:"\xD7",Oslash:"\xD8",Ugrave:"\xD9",Uacute:"\xDA",Ucirc:"\xDB",Uuml:"\xDC",Yacute:"\xDD",THORN:"\xDE",szlig:"\xDF",agrave:"\xE0",aacute:"\xE1",acirc:"\xE2",atilde:"\xE3",auml:"\xE4",aring:"\xE5",aelig:"\xE6",ccedil:"\xE7",egrave:"\xE8",eacute:"\xE9",ecirc:"\xEA",euml:"\xEB",igrave:"\xEC",iacute:"\xED",icirc:"\xEE",iuml:"\xEF",eth:"\xF0",ntilde:"\xF1",ograve:"\xF2",oacute:"\xF3",ocirc:"\xF4",otilde:"\xF5",ouml:"\xF6",divide:"\xF7",oslash:"\xF8",ugrave:"\xF9",uacute:"\xFA",ucirc:"\xFB",uuml:"\xFC",yacute:"\xFD",thorn:"\xFE",yuml:"\xFF",OElig:"\u0152",oelig:"\u0153",Scaron:"\u0160",scaron:"\u0161",Yuml:"\u0178",fnof:"\u0192",circ:"\u02C6",tilde:"\u02DC",Alpha:"\u0391",Beta:"\u0392",Gamma:"\u0393",Delta:"\u0394",Epsilon:"\u0395",Zeta:"\u0396",Eta:"\u0397",Theta:"\u0398",Iota:"\u0399",Kappa:"\u039A",Lambda:"\u039B",Mu:"\u039C",Nu:"\u039D",Xi:"\u039E",Omicron:"\u039F",Pi:"\u03A0",Rho:"\u03A1",Sigma:"\u03A3",Tau:"\u03A4",Upsilon:"\u03A5",Phi:"\u03A6",Chi:"\u03A7",Psi:"\u03A8",Omega:"\u03A9",alpha:"\u03B1",beta:"\u03B2",gamma:"\u03B3",delta:"\u03B4",epsilon:"\u03B5",zeta:"\u03B6",eta:"\u03B7",theta:"\u03B8",iota:"\u03B9",kappa:"\u03BA",lambda:"\u03BB",mu:"\u03BC",nu:"\u03BD",xi:"\u03BE",omicron:"\u03BF",pi:"\u03C0",rho:"\u03C1",sigmaf:"\u03C2",sigma:"\u03C3",tau:"\u03C4",upsilon:"\u03C5",phi:"\u03C6",chi:"\u03C7",psi:"\u03C8",omega:"\u03C9",thetasym:"\u03D1",upsih:"\u03D2",piv:"\u03D6",ensp:"\u2002",emsp:"\u2003",thinsp:"\u2009",zwnj:"\u200C",zwj:"\u200D",lrm:"\u200E",rlm:"\u200F",ndash:"\u2013",mdash:"\u2014",lsquo:"\u2018",rsquo:"\u2019",sbquo:"\u201A",ldquo:"\u201C",rdquo:"\u201D",bdquo:"\u201E",dagger:"\u2020",Dagger:"\u2021",bull:"\u2022",hellip:"\u2026",permil:"\u2030",prime:"\u2032",Prime:"\u2033",lsaquo:"\u2039",rsaquo:"\u203A",oline:"\u203E",frasl:"\u2044",euro:"\u20AC",image:"\u2111",weierp:"\u2118",real:"\u211C",trade:"\u2122",alefsym:"\u2135",larr:"\u2190",uarr:"\u2191",rarr:"\u2192",darr:"\u2193",harr:"\u2194",crarr:"\u21B5",lArr:"\u21D0",uArr:"\u21D1",rArr:"\u21D2",dArr:"\u21D3",hArr:"\u21D4",forall:"\u2200",part:"\u2202",exist:"\u2203",empty:"\u2205",nabla:"\u2207",isin:"\u2208",notin:"\u2209",ni:"\u220B",prod:"\u220F",sum:"\u2211",minus:"\u2212",lowast:"\u2217",radic:"\u221A",prop:"\u221D",infin:"\u221E",ang:"\u2220",and:"\u2227",or:"\u2228",cap:"\u2229",cup:"\u222A",int:"\u222B",there4:"\u2234",sim:"\u223C",cong:"\u2245",asymp:"\u2248",ne:"\u2260",equiv:"\u2261",le:"\u2264",ge:"\u2265",sub:"\u2282",sup:"\u2283",nsub:"\u2284",sube:"\u2286",supe:"\u2287",oplus:"\u2295",otimes:"\u2297",perp:"\u22A5",sdot:"\u22C5",lceil:"\u2308",rceil:"\u2309",lfloor:"\u230A",rfloor:"\u230B",lang:"\u2329",rang:"\u232A",loz:"\u25CA",spades:"\u2660",clubs:"\u2663",hearts:"\u2665",diams:"\u2666"},SP=/\r\n|[\r\n\u2028\u2029]/,ka=new RegExp(SP.source,"g");function os(t){switch(t){case 10:case 13:case 8232:case 8233:return!0;default:return!1}}function Ud(t,e,i){for(let r=e;r<i;r++)if(os(t.charCodeAt(r)))return!0;return!1}var Kl=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,Vl=/(?:[^\S\n\r\u2028\u2029]|\/\/.*|\/\*.*?\*\/)*/g;function EP(t){switch(t){case 9:case 11:case 12:case 32:case 160:case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8239:case 8287:case 12288:case 65279:return!0;default:return!1}}var Cr=Ci`jsx`({AttributeIsEmpty:"JSX attributes must only be assigned a non-empty expression.",MissingClosingTagElement:({openingTagName:t})=>`Expected corresponding JSX closing tag for <${t}>.`,MissingClosingTagFragment:"Expected corresponding JSX closing tag for <>.",UnexpectedSequenceExpression:"Sequence expressions cannot be directly nested inside JSX. Did you mean to wrap it in parentheses (...)?",UnexpectedToken:({unexpected:t,HTMLEntity:e})=>`Unexpected token \`${t}\`. Did you mean \`${e}\` or \`{'${t}'}\`?`,UnsupportedJsxValue:"JSX value should be either an expression or a quoted JSX text.",UnterminatedJsxContent:"Unterminated JSX contents.",UnwrappedAdjacentJSXElements:"Adjacent JSX elements must be wrapped in an enclosing tag. Did you want a JSX fragment <>...</>?"});function rr(t){return t?t.type==="JSXOpeningFragment"||t.type==="JSXClosingFragment":!1}function ns(t){if(t.type==="JSXIdentifier")return t.name;if(t.type==="JSXNamespacedName")return t.namespace.name+":"+t.name.name;if(t.type==="JSXMemberExpression")return ns(t.object)+"."+ns(t.property);throw new Error("Node had unexpected type: "+t.type)}var PP=t=>class extends t{jsxReadToken(){let i="",r=this.state.pos;for(;;){if(this.state.pos>=this.length)throw this.raise(Cr.UnterminatedJsxContent,this.state.startLoc);let s=this.input.charCodeAt(this.state.pos);switch(s){case 60:case 123:if(this.state.pos===this.state.start){s===60&&this.state.canStartJSXElement?(++this.state.pos,this.finishToken(143)):super.getTokenFromCode(s);return}i+=this.input.slice(r,this.state.pos),this.finishToken(142,i);return;case 38:i+=this.input.slice(r,this.state.pos),i+=this.jsxReadEntity(),r=this.state.pos;break;case 62:case 125:default:os(s)?(i+=this.input.slice(r,this.state.pos),i+=this.jsxReadNewLine(!0),r=this.state.pos):++this.state.pos}}}jsxReadNewLine(i){let r=this.input.charCodeAt(this.state.pos),s;return++this.state.pos,r===13&&this.input.charCodeAt(this.state.pos)===10?(++this.state.pos,s=i?`
|
|
6
6
|
`:`\r
|
|
@@ -53,7 +53,7 @@ ${e}`,r}}}});var Cx=_(zt=>{"use strict";Object.defineProperty(zt,"__esModule",{v
|
|
|
53
53
|
|
|
54
54
|
return ${Yr(r)};
|
|
55
55
|
})(${Nx(this.node)})
|
|
56
|
-
`;return this.replaceWith(o)[0].get("arguments.0")}function EX(t){let e=t.params.findIndex(i=>ZJ(i)||eX(i));return e===-1?t.params.length:e}});var qx=_(lt=>{"use strict";Object.defineProperty(lt,"__esModule",{value:!0});lt._guessExecutionStatusRelativeTo=KX;lt._resolve=$x;lt.canHaveVariableDeclarationOrExpression=MX;lt.canSwapBetweenExpressionAndStatement=FX;lt.getSource=$X;lt.isCompletionRecord=BX;lt.isConstantExpression=zX;lt.isInStrictMode=JX;lt.isNodeType=LX;lt.isStatementOrBlock=jX;lt.isStatic=DX;lt.matchesPattern=NX;lt.referencesImport=RX;lt.resolve=YX;lt.willIMaybeExecuteBefore=qX;var PX=be(),{STATEMENT_OR_BLOCK_KEYS:vX,VISITOR_KEYS:AX,isBlockStatement:Rx,isExpression:wX,isIdentifier:CX,isLiteral:IX,isStringLiteral:kX,isType:_X,matchesPattern:OX}=PX;function NX(t,e){return OX(this.node,t,e)}lt.has=function(e){var i;let r=(i=this.node)==null?void 0:i[e];return r&&Array.isArray(r)?!!r.length:!!r};function DX(){return this.scope.isStatic(this.node)}lt.is=lt.has,lt.isnt=function(e){return!this.has(e)},lt.equals=function(e,i){return this.node[e]===i};function LX(t){return _X(this.type,t)}function MX(){return(this.key==="init"||this.key==="left")&&this.parentPath.isFor()}function FX(t){return this.key!=="body"||!this.parentPath.isArrowFunctionExpression()?!1:this.isExpression()?Rx(t):this.isBlockStatement()?wX(t):!1}function BX(t){let e=this,i=!0;do{let{type:r,container:s}=e;if(!i&&(e.isFunction()||r==="StaticBlock"))return!!t;if(i=!1,Array.isArray(s)&&e.key!==s.length-1)return!1}while((e=e.parentPath)&&!e.isProgram()&&!e.isDoExpression());return!0}function jX(){return this.parentPath.isLabeledStatement()||Rx(this.container)?!1:vX.includes(this.key)}function RX(t,e){if(!this.isReferencedIdentifier()){if(this.isJSXMemberExpression()&&this.node.property.name===e||(this.isMemberExpression()||this.isOptionalMemberExpression())&&(this.node.computed?kX(this.node.property,{value:e}):this.node.property.name===e)){let n=this.get("object");return n.isReferencedIdentifier()&&n.referencesImport(t,"*")}return!1}let i=this.scope.getBinding(this.node.name);if(!i||i.kind!=="module")return!1;let r=i.path,s=r.parentPath;if(!s.isImportDeclaration())return!1;if(s.node.source.value===t){if(!e)return!0}else return!1;return!!(r.isImportDefaultSpecifier()&&e==="default"||r.isImportNamespaceSpecifier()&&e==="*"||r.isImportSpecifier()&&CX(r.node.imported,{name:e}))}function $X(){let t=this.node;if(t.end){let e=this.hub.getCode();if(e)return e.slice(t.start,t.end)}return""}function qX(t){return this._guessExecutionStatusRelativeTo(t)!=="after"}function Fx(t){return t.isProgram()?t:(t.parentPath.scope.getFunctionParent()||t.parentPath.scope.getProgramParent()).path}function UX(t,e){switch(t){case"LogicalExpression":return e==="right";case"ConditionalExpression":case"IfStatement":return e==="consequent"||e==="alternate";case"WhileStatement":case"DoWhileStatement":case"ForInStatement":case"ForOfStatement":return e==="body";case"ForStatement":return e==="body"||e==="update";case"SwitchStatement":return e==="cases";case"TryStatement":return e==="handler";case"AssignmentPattern":return e==="right";case"OptionalMemberExpression":return e==="property";case"OptionalCallExpression":return e==="arguments";default:return!1}}function Bx(t,e){for(let i=0;i<e;i++){let r=t[i];if(UX(r.parent.type,r.parentKey))return!0}return!1}var jx=Symbol();function KX(t){return oh(this,t,new Map)}function oh(t,e,i){let r={this:Fx(t),target:Fx(e)};if(r.target.node!==r.this.node)return WX(t,r.target,i);let s={target:e.getAncestry(),this:t.getAncestry()};if(s.target.includes(t))return"after";if(s.this.includes(e))return"before";let n,a={target:0,this:0};for(;!n&&a.this<s.this.length;){let u=s.this[a.this];a.target=s.target.indexOf(u),a.target>=0?n=u:a.this++}if(!n)throw new Error("Internal Babel error - The two compared nodes don't appear to belong to the same program.");if(Bx(s.this,a.this-1)||Bx(s.target,a.target-1))return"unknown";let l={this:s.this[a.this-1],target:s.target[a.target-1]};if(l.target.listKey&&l.this.listKey&&l.target.container===l.this.container)return l.target.key>l.this.key?"before":"after";let c=AX[n.type],o={this:c.indexOf(l.this.parentKey),target:c.indexOf(l.target.parentKey)};return o.target>o.this?"before":"after"}function VX(t,e,i){if(e.isFunctionDeclaration()){if(e.parentPath.isExportDeclaration())return"unknown"}else return oh(t,e,i)==="before"?"before":"unknown";let r=e.scope.getBinding(e.node.id.name);if(!r.references)return"before";let s=r.referencePaths,n;for(let a of s){if(!!a.find(o=>o.node===e.node))continue;if(a.key!=="callee"||!a.parentPath.isCallExpression())return"unknown";let c=oh(t,a,i);if(n&&n!==c)return"unknown";n=c}return n}function WX(t,e,i){let r=i.get(t.node),s;if(!r)i.set(t.node,r=new Map);else if(s=r.get(e.node))return s===jx?"unknown":s;r.set(e.node,jx);let n=VX(t,e,i);return r.set(e.node,n),n}function YX(t,e){return $x.call(this,t,e)||this}function $x(t,e){var i;if(!((i=e)!=null&&i.includes(this)))if(e=e||[],e.push(this),this.isVariableDeclarator()){if(this.get("id").isIdentifier())return this.get("init").resolve(t,e)}else if(this.isReferencedIdentifier()){let r=this.scope.getBinding(this.node.name);if(!r||!r.constant||r.kind==="module")return;if(r.path!==this){let s=r.path.resolve(t,e);return this.find(n=>n.node===s.node)?void 0:s}}else{if(this.isTypeCastExpression())return this.get("expression").resolve(t,e);if(t&&this.isMemberExpression()){let r=this.toComputedKey();if(!IX(r))return;let s=r.value,n=this.get("object").resolve(t,e);if(n.isObjectExpression()){let a=n.get("properties");for(let l of a){if(!l.isProperty())continue;let c=l.get("key"),o=l.isnt("computed")&&c.isIdentifier({name:s});if(o=o||c.isLiteral({value:s}),o)return l.get("value").resolve(t,e)}}else if(n.isArrayExpression()&&!isNaN(+s)){let l=n.get("elements")[s];if(l)return l.resolve(t,e)}}}}function zX(){if(this.isIdentifier()){let t=this.scope.getBinding(this.node.name);return t?t.constant:!1}if(this.isLiteral())return this.isRegExpLiteral()?!1:this.isTemplateLiteral()?this.get("expressions").every(t=>t.isConstantExpression()):!0;if(this.isUnaryExpression())return this.node.operator!=="void"?!1:this.get("argument").isConstantExpression();if(this.isBinaryExpression()){let{operator:t}=this.node;return t!=="in"&&t!=="instanceof"&&this.get("left").isConstantExpression()&&this.get("right").isConstantExpression()}return this.isMemberExpression()?!this.node.computed&&this.get("object").isIdentifier({name:"Symbol"})&&!this.scope.hasBinding("Symbol",{noGlobals:!0}):this.isCallExpression()?this.node.arguments.length===1&&this.get("callee").matchesPattern("Symbol.for")&&!this.scope.hasBinding("Symbol",{noGlobals:!0})&&this.get("arguments")[0].isStringLiteral():!1}function JX(){return!!(this.isProgram()?this:this.parentPath).find(i=>{if(i.isProgram({sourceType:"module"})||i.isClass())return!0;if(i.isArrowFunctionExpression()&&!i.get("body").isBlockStatement())return!1;let r;if(i.isFunction())r=i.node.body;else if(i.isProgram())r=i.node;else return!1;for(let s of r.directives)if(s.value.value==="use strict")return!0})}});var Yx=_(At=>{"use strict";Object.defineProperty(At,"__esModule",{value:!0});At._getKey=Vx;At._getPattern=Wx;At.get=pH;At.getAllNextSiblings=cH;At.getAllPrevSiblings=uH;At.getAssignmentIdentifiers=fH;At.getBindingIdentifierPaths=mH;At.getBindingIdentifiers=hH;At.getCompletionRecords=nH;At.getNextSibling=lH;At.getOpposite=iH;At.getOuterBindingIdentifierPaths=yH;At.getOuterBindingIdentifiers=dH;At.getPrevSibling=oH;At.getSibling=aH;var ch=Ji(),XX=be(),{getAssignmentIdentifiers:HX,getBindingIdentifiers:Kx,getOuterBindingIdentifiers:GX,numericLiteral:QX,unaryExpression:ZX}=XX,uh=0,Kn=1;function eH(t){return{type:uh,path:t}}function tH(t){return{type:Kn,path:t}}function iH(){return this.key==="left"?this.getSibling("right"):this.key==="right"?this.getSibling("left"):null}function _s(t,e,i){return t&&e.push(...Os(t,i)),e}function rH(t,e,i){let r=[];for(let s=0;s<t.length;s++){let n=t[s],a=Os(n,i),l=[],c=[];for(let o of a)o.type===uh&&l.push(o),o.type===Kn&&c.push(o);l.length&&(r=l),e.push(...c)}return e.push(...r),e}function sH(t){t.forEach(e=>{e.type=Kn})}function lh(t,e){t.forEach(i=>{i.path.isBreakStatement({label:null})&&(e?i.path.replaceWith(ZX("void",QX(0))):i.path.remove())})}function Ux(t,e){let i=[];if(e.canHaveBreak){let r=[];for(let s=0;s<t.length;s++){let n=t[s],a=Object.assign({},e,{inCaseClause:!1});n.isBlockStatement()&&(e.inCaseClause||e.shouldPopulateBreak)?a.shouldPopulateBreak=!0:a.shouldPopulateBreak=!1;let l=Os(n,a);if(l.length>0&&l.every(c=>c.type===Kn)){r.length>0&&l.every(c=>c.path.isBreakStatement({label:null}))?(sH(r),i.push(...r),r.some(c=>c.path.isDeclaration())&&(i.push(...l),e.shouldPreserveBreak||lh(l,!0)),e.shouldPreserveBreak||lh(l,!1)):(i.push(...l),!e.shouldPopulateBreak&&!e.shouldPreserveBreak&&lh(l,!0));break}if(s===t.length-1)i.push(...l);else{r=[];for(let c=0;c<l.length;c++){let o=l[c];o.type===Kn&&i.push(o),o.type===uh&&r.push(o)}}}}else if(t.length)for(let r=t.length-1;r>=0;r--){let s=Os(t[r],e);if(s.length>1||s.length===1&&!s[0].path.isVariableDeclaration()&&!s[0].path.isEmptyStatement()){i.push(...s);break}}return i}function Os(t,e){let i=[];if(t.isIfStatement())i=_s(t.get("consequent"),i,e),i=_s(t.get("alternate"),i,e);else{if(t.isDoExpression()||t.isFor()||t.isWhile()||t.isLabeledStatement())return _s(t.get("body"),i,e);if(t.isProgram()||t.isBlockStatement())return Ux(t.get("body"),e);if(t.isFunction())return Os(t.get("body"),e);if(t.isTryStatement())i=_s(t.get("block"),i,e),i=_s(t.get("handler"),i,e);else{if(t.isCatchClause())return _s(t.get("body"),i,e);if(t.isSwitchStatement())return rH(t.get("cases"),i,e);if(t.isSwitchCase())return Ux(t.get("consequent"),{canHaveBreak:!0,shouldPopulateBreak:!1,inCaseClause:!0,shouldPreserveBreak:e.shouldPreserveBreak});t.isBreakStatement()?i.push(tH(t)):i.push(eH(t))}}return i}function nH(t=!1){return Os(this,{canHaveBreak:!1,shouldPopulateBreak:!1,inCaseClause:!1,shouldPreserveBreak:t}).map(i=>i.path)}function aH(t){return ch.default.get({parentPath:this.parentPath,parent:this.parent,container:this.container,listKey:this.listKey,key:t}).setContext(this.context)}function oH(){return this.getSibling(this.key-1)}function lH(){return this.getSibling(this.key+1)}function cH(){let t=this.key,e=this.getSibling(++t),i=[];for(;e.node;)i.push(e),e=this.getSibling(++t);return i}function uH(){let t=this.key,e=this.getSibling(--t),i=[];for(;e.node;)i.push(e),e=this.getSibling(--t);return i}function pH(t,e=!0){e===!0&&(e=this.context);let i=t.split(".");return i.length===1?Vx.call(this,t,e):Wx.call(this,i,e)}function Vx(t,e){let i=this.node,r=i[t];return Array.isArray(r)?r.map((s,n)=>ch.default.get({listKey:t,parentPath:this,parent:i,container:r,key:n}).setContext(e)):ch.default.get({parentPath:this,parent:i,container:i,key:t}).setContext(e)}function Wx(t,e){let i=this;for(let r of t)r==="."?i=i.parentPath:Array.isArray(i)?i=i[r]:i=i.get(r,e);return i}function fH(){return HX(this.node)}function hH(t){return Kx(this.node,t)}function dH(t){return GX(this.node,t)}function mH(t=!1,e=!1){let r=[this],s=Object.create(null);for(;r.length;){let n=r.shift();if(!n||!n.node)continue;let a=Kx.keys[n.node.type];if(n.isIdentifier()){t?(s[n.node.name]=s[n.node.name]||[]).push(n):s[n.node.name]=n;continue}if(n.isExportDeclaration()){let l=n.get("declaration");l.isDeclaration()&&r.push(l);continue}if(e){if(n.isFunctionDeclaration()){r.push(n.get("id"));continue}if(n.isFunctionExpression())continue}if(a)for(let l=0;l<a.length;l++){let c=a[l],o=n.get(c);Array.isArray(o)?r.push(...o):o.node&&r.push(o)}}return s}function yH(t=!1){return this.getBindingIdentifierPaths(t,!0)}});var Jx=_(Vn=>{"use strict";Object.defineProperty(Vn,"__esModule",{value:!0});Vn.addComment=SH;Vn.addComments=EH;Vn.shareCommentsWithSiblings=bH;var TH=be(),{addComment:gH,addComments:xH}=TH;function bH(){if(typeof this.key=="string")return;let t=this.node;if(!t)return;let e=t.trailingComments,i=t.leadingComments;if(!e&&!i)return;let r=this.getSibling(this.key-1),s=this.getSibling(this.key+1),n=!!r.node,a=!!s.node;n&&(i&&r.addComments("trailing",zx(i,r.node.trailingComments)),e&&!a&&r.addComments("trailing",e)),a&&(e&&s.addComments("leading",zx(e,s.node.leadingComments)),i&&!n&&s.addComments("leading",i))}function zx(t,e){if(!(e!=null&&e.length))return t;let i=new Set(e);return t.filter(r=>!i.has(r))}function SH(t,e,i){gH(this.node,t,e,i)}function EH(t,e){xH(this.node,t,e)}});var Ji=_(Mi=>{"use strict";Object.defineProperty(Mi,"__esModule",{value:!0});Mi.default=Mi.SHOULD_STOP=Mi.SHOULD_SKIP=Mi.REMOVED=void 0;var PH=Ec(),vH=gm(),AH=_n(),wH=Rp(),Gx=be(),Go=Gx,CH=jr(),IH=lg(),Di=cg(),Ns=kg(),Ds=Lf(),Xx=dx(),zr=Mx(),pt=qx(),Qx=mi(),ct=Qx,Ls=Uo(),Li=Ko(),Rt=Yx(),ph=Jx(),kH=Np(),{validate:_H}=Gx,Hx=vH("babel"),_oe=Mi.REMOVED=1,Ooe=Mi.SHOULD_STOP=2,Noe=Mi.SHOULD_SKIP=4,Hi=Mi.default=class Zx{constructor(e,i){this.contexts=[],this.state=null,this.opts=null,this._traverseFlags=0,this.skipKeys=null,this.parentPath=null,this.container=null,this.listKey=null,this.key=null,this.node=null,this.type=null,this._store=null,this.parent=i,this.hub=e,this.data=null,this.context=null,this.scope=null}get removed(){return(this._traverseFlags&1)>0}set removed(e){e?this._traverseFlags|=1:this._traverseFlags&=-2}get shouldStop(){return(this._traverseFlags&2)>0}set shouldStop(e){e?this._traverseFlags|=2:this._traverseFlags&=-3}get shouldSkip(){return(this._traverseFlags&4)>0}set shouldSkip(e){e?this._traverseFlags|=4:this._traverseFlags&=-5}static get({hub:e,parentPath:i,parent:r,container:s,listKey:n,key:a}){if(!e&&i&&(e=i.hub),!r)throw new Error("To get a node path the parent needs to exist");let l=s[a],c=CH.getOrCreateCachedPaths(r,i),o=c.get(l);return o||(o=new Zx(e,r),l&&c.set(l,o)),Qx.setup.call(o,i,s,n,a),o}getScope(e){return this.isScope()?new wH.default(this):e}setData(e,i){return this.data==null&&(this.data=Object.create(null)),this.data[e]=i}getData(e,i){this.data==null&&(this.data=Object.create(null));let r=this.data[e];return r===void 0&&i!==void 0&&(r=this.data[e]=i),r}hasNode(){return this.node!=null}buildCodeFrameError(e,i=SyntaxError){return this.hub.buildError(this.node,e,i)}traverse(e,i){(0,AH.default)(this.node,e,this.scope,i,this)}set(e,i){_H(this.node,e,i),this.node[e]=i}getPathLocation(){let e=[],i=this;do{let r=i.key;i.inList&&(r=`${i.listKey}[${r}]`),e.unshift(r)}while(i=i.parentPath);return e.join(".")}debug(e){Hx.enabled&&Hx(`${this.getPathLocation()} ${this.type}: ${e}`)}toString(){return(0,IH.default)(this.node).code}get inList(){return!!this.listKey}set inList(e){e||(this.listKey=null)}get parentKey(){return this.listKey||this.key}},OH={findParent:Di.findParent,find:Di.find,getFunctionParent:Di.getFunctionParent,getStatementParent:Di.getStatementParent,getEarliestCommonAncestorFrom:Di.getEarliestCommonAncestorFrom,getDeepestCommonAncestorFrom:Di.getDeepestCommonAncestorFrom,getAncestry:Di.getAncestry,isAncestor:Di.isAncestor,isDescendant:Di.isDescendant,inType:Di.inType,getTypeAnnotation:Ns.getTypeAnnotation,isBaseType:Ns.isBaseType,couldBeBaseType:Ns.couldBeBaseType,baseTypeStrictlyMatches:Ns.baseTypeStrictlyMatches,isGenericType:Ns.isGenericType,replaceWithMultiple:Ds.replaceWithMultiple,replaceWithSourceString:Ds.replaceWithSourceString,replaceWith:Ds.replaceWith,replaceExpressionWithStatements:Ds.replaceExpressionWithStatements,replaceInline:Ds.replaceInline,evaluateTruthy:Xx.evaluateTruthy,evaluate:Xx.evaluate,toComputedKey:zr.toComputedKey,ensureBlock:zr.ensureBlock,unwrapFunctionEnvironment:zr.unwrapFunctionEnvironment,arrowFunctionToExpression:zr.arrowFunctionToExpression,splitExportDeclaration:zr.splitExportDeclaration,ensureFunctionName:zr.ensureFunctionName,matchesPattern:pt.matchesPattern,isStatic:pt.isStatic,isNodeType:pt.isNodeType,canHaveVariableDeclarationOrExpression:pt.canHaveVariableDeclarationOrExpression,canSwapBetweenExpressionAndStatement:pt.canSwapBetweenExpressionAndStatement,isCompletionRecord:pt.isCompletionRecord,isStatementOrBlock:pt.isStatementOrBlock,referencesImport:pt.referencesImport,getSource:pt.getSource,willIMaybeExecuteBefore:pt.willIMaybeExecuteBefore,_guessExecutionStatusRelativeTo:pt._guessExecutionStatusRelativeTo,resolve:pt.resolve,isConstantExpression:pt.isConstantExpression,isInStrictMode:pt.isInStrictMode,isDenylisted:ct.isDenylisted,visit:ct.visit,skip:ct.skip,skipKey:ct.skipKey,stop:ct.stop,setContext:ct.setContext,requeue:ct.requeue,requeueComputedKeyAndDecorators:ct.requeueComputedKeyAndDecorators,remove:Ls.remove,insertBefore:Li.insertBefore,insertAfter:Li.insertAfter,unshiftContainer:Li.unshiftContainer,pushContainer:Li.pushContainer,getOpposite:Rt.getOpposite,getCompletionRecords:Rt.getCompletionRecords,getSibling:Rt.getSibling,getPrevSibling:Rt.getPrevSibling,getNextSibling:Rt.getNextSibling,getAllNextSiblings:Rt.getAllNextSiblings,getAllPrevSiblings:Rt.getAllPrevSiblings,get:Rt.get,getAssignmentIdentifiers:Rt.getAssignmentIdentifiers,getBindingIdentifiers:Rt.getBindingIdentifiers,getOuterBindingIdentifiers:Rt.getOuterBindingIdentifiers,getBindingIdentifierPaths:Rt.getBindingIdentifierPaths,getOuterBindingIdentifierPaths:Rt.getOuterBindingIdentifierPaths,shareCommentsWithSiblings:ph.shareCommentsWithSiblings,addComment:ph.addComment,addComments:ph.addComments};Object.assign(Hi.prototype,OH);Hi.prototype.arrowFunctionToShadowed=zr.arrowFunctionToShadowed,Object.assign(Hi.prototype,{has:pt.has,is:pt.is,isnt:pt.isnt,equals:pt.equals,hoist:Li.hoist,updateSiblingKeys:Li.updateSiblingKeys,call:ct.call,isBlacklisted:ct.isBlacklisted,setScope:ct.setScope,resync:ct.resync,popContext:ct.popContext,pushContext:ct.pushContext,setup:ct.setup,setKey:ct.setKey});Hi.prototype._guessExecutionStatusRelativeToDifferentFunctions=pt._guessExecutionStatusRelativeTo,Hi.prototype._guessExecutionStatusRelativeToDifferentFunctions=pt._guessExecutionStatusRelativeTo,Object.assign(Hi.prototype,{_getTypeAnnotation:Ns._getTypeAnnotation,_replaceWith:Ds._replaceWith,_resolve:pt._resolve,_call:ct._call,_resyncParent:ct._resyncParent,_resyncKey:ct._resyncKey,_resyncList:ct._resyncList,_resyncRemoved:ct._resyncRemoved,_getQueueContexts:ct._getQueueContexts,_removeFromScope:Ls._removeFromScope,_callRemovalHooks:Ls._callRemovalHooks,_remove:Ls._remove,_markRemoved:Ls._markRemoved,_assertUnremoved:Ls._assertUnremoved,_containerInsert:Li._containerInsert,_containerInsertBefore:Li._containerInsertBefore,_containerInsertAfter:Li._containerInsertAfter,_verifyNodeList:Li._verifyNodeList,_getKey:Rt._getKey,_getPattern:Rt._getPattern});for(let t of Go.TYPES){let e=`is${t}`,i=Go[e];Hi.prototype[e]=function(r){return i(this.node,r)},Hi.prototype[`assert${t}`]=function(r){if(!i(this.node,r))throw new TypeError(`Expected node path of type ${t}`)}}Object.assign(Hi.prototype,kH);for(let t of Object.keys(PH))t[0]!=="_"&&(Go.TYPES.includes(t)||Go.TYPES.push(t))});var eb=_(Qo=>{"use strict";Object.defineProperty(Qo,"__esModule",{value:!0});Qo.default=void 0;var NH=Ji(),DH=be(),fh=mi(),{VISITOR_KEYS:LH}=DH,hh=class{constructor(e,i,r,s){this.queue=null,this.priorityQueue=null,this.parentPath=s,this.scope=e,this.state=r,this.opts=i}shouldVisit(e){let i=this.opts;if(i.enter||i.exit||i[e.type])return!0;let r=LH[e.type];if(!(r!=null&&r.length))return!1;for(let s of r)if(e[s])return!0;return!1}create(e,i,r,s){return NH.default.get({parentPath:this.parentPath,parent:e,container:i,key:r,listKey:s})}maybeQueue(e,i){this.queue&&(i?this.queue.push(e):this.priorityQueue.push(e))}visitMultiple(e,i,r){if(e.length===0)return!1;let s=[];for(let n=0;n<e.length;n++){let a=e[n];a&&this.shouldVisit(a)&&s.push(this.create(i,e,n,r))}return this.visitQueue(s)}visitSingle(e,i){return this.shouldVisit(e[i])?this.visitQueue([this.create(e,e,i)]):!1}visitQueue(e){this.queue=e,this.priorityQueue=[];let i=new WeakSet,r=!1,s=0;for(;s<e.length;){let n=e[s];if(s++,fh.resync.call(n),(n.contexts.length===0||n.contexts[n.contexts.length-1]!==this)&&fh.pushContext.call(n,this),n.key===null)continue;let{node:a}=n;if(!i.has(a)){if(a&&i.add(a),n.visit()){r=!0;break}if(this.priorityQueue.length&&(r=this.visitQueue(this.priorityQueue),this.priorityQueue=[],this.queue=e,r))break}}for(let n=0;n<s;n++)fh.popContext.call(e[n]);return this.queue=null,r}visit(e,i){let r=e[i];return r?Array.isArray(r)?this.visitMultiple(r,e,i):this.visitSingle(e,i):!1}};Qo.default=hh});var yo=_(dh=>{"use strict";Object.defineProperty(dh,"__esModule",{value:!0});dh.traverseNode=jH;var MH=eb(),Moe=Ji(),FH=be(),Foe=mi(),{VISITOR_KEYS:BH}=FH;function jH(t,e,i,r,s,n,a){let l=BH[t.type];if(!l)return!1;let c=new MH.default(i,e,r,s);if(a)return n!=null&&n[s.parentKey]?!1:c.visitQueue([s]);for(let o of l)if(!(n!=null&&n[o])&&c.visit(t,o))return!0;return!1}});var mi=_(rt=>{"use strict";Object.defineProperty(rt,"__esModule",{value:!0});rt._call=yh;rt._getQueueContexts=eG;rt._resyncKey=ab;rt._resyncList=ob;rt._resyncParent=nb;rt._resyncRemoved=JH;rt.call=mh;rt.isDenylisted=rb;rt.popContext=XH;rt.pushContext=HH;rt.requeue=QH;rt.requeueComputedKeyAndDecorators=ZH;rt.resync=zH;rt.setContext=YH;rt.setKey=Zo;rt.setScope=sb;rt.setup=GH;rt.skip=KH;rt.skipKey=VH;rt.stop=WH;rt.visit=UH;var RH=yo(),tb=Ji(),$H=Uo(),qH=be();function mh(t){let e=this.opts;if(this.debug(t),this.node&&yh.call(this,e[t]))return!0;if(this.node){var i;return yh.call(this,(i=e[this.node.type])==null?void 0:i[t])}return!1}function yh(t){if(!t)return!1;for(let e of t){if(!e)continue;let i=this.node;if(!i)return!0;let r=e.call(this.state,this,this.state);if(r&&typeof r=="object"&&typeof r.then=="function")throw new Error("You appear to be using a plugin with an async traversal visitor, which your current version of Babel does not support. If you're using a published plugin, you may need to upgrade your @babel/core version.");if(r)throw new Error(`Unexpected return value from visitor method ${e}`);if(this.node!==i||this._traverseFlags>0)return!0}return!1}function rb(){var t;let e=(t=this.opts.denylist)!=null?t:this.opts.blacklist;return e?.includes(this.node.type)}rt.isBlacklisted=rb;function ib(t,e){t.context!==e&&(t.context=e,t.state=e.state,t.opts=e.opts)}function UH(){var t,e;if(!this.node||this.isDenylisted()||(t=(e=this.opts).shouldSkip)!=null&&t.call(e,this))return!1;let i=this.context;return this.shouldSkip||mh.call(this,"enter")?(this.debug("Skip..."),this.shouldStop):(ib(this,i),this.debug("Recursing into..."),this.shouldStop=(0,RH.traverseNode)(this.node,this.opts,this.scope,this.state,this,this.skipKeys),ib(this,i),mh.call(this,"exit"),this.shouldStop)}function KH(){this.shouldSkip=!0}function VH(t){this.skipKeys==null&&(this.skipKeys={}),this.skipKeys[t]=!0}function WH(){this._traverseFlags|=tb.SHOULD_SKIP|tb.SHOULD_STOP}function sb(){var t,e;if((t=this.opts)!=null&&t.noScope)return;let i=this.parentPath;((this.key==="key"||this.listKey==="decorators")&&i.isMethod()||this.key==="discriminant"&&i.isSwitchStatement())&&(i=i.parentPath);let r;for(;i&&!r;){var s;if((s=i.opts)!=null&&s.noScope)return;r=i.scope,i=i.parentPath}this.scope=this.getScope(r),(e=this.scope)==null||e.init()}function YH(t){return this.skipKeys!=null&&(this.skipKeys={}),this._traverseFlags=0,t&&(this.context=t,this.state=t.state,this.opts=t.opts),sb.call(this),this}function zH(){this.removed||(nb.call(this),ob.call(this),ab.call(this))}function nb(){this.parentPath&&(this.parent=this.parentPath.node)}function ab(){if(this.container&&this.node!==this.container[this.key]){if(Array.isArray(this.container)){for(let t=0;t<this.container.length;t++)if(this.container[t]===this.node){Zo.call(this,t);return}}else for(let t of Object.keys(this.container))if(this.container[t]===this.node){Zo.call(this,t);return}this.key=null}}function ob(){if(!this.parent||!this.inList)return;let t=this.parent[this.listKey];this.container!==t&&(this.container=t||null)}function JH(){(this.key==null||!this.container||this.container[this.key]!==this.node)&&$H._markRemoved.call(this)}function XH(){this.contexts.pop(),this.contexts.length>0?this.setContext(this.contexts[this.contexts.length-1]):this.setContext(void 0)}function HH(t){this.contexts.push(t),this.setContext(t)}function GH(t,e,i,r){this.listKey=i,this.container=e,this.parentPath=t||this.parentPath,Zo.call(this,r)}function Zo(t){var e;this.key=t,this.node=this.container[this.key],this.type=(e=this.node)==null?void 0:e.type}function QH(t=this){if(t.removed)return;let e=this.contexts;for(let i of e)i.maybeQueue(t)}function ZH(){let{context:t,node:e}=this;if(!qH.isPrivate(e)&&e.computed&&t.maybeQueue(this.get("key")),e.decorators)for(let i of this.get("decorators"))t.maybeQueue(i)}function eG(){let t=this,e=this.contexts;for(;!e.length&&(t=t.parentPath,!!t);)e=t.contexts;return e}});var lb=_(el=>{"use strict";Object.defineProperty(el,"__esModule",{value:!0});el.default=void 0;var Th=class{getCode(){}getScope(){}addHelper(){throw new Error("Helpers are not supported by the default hub.")}buildError(e,i,r=TypeError){return new r(i)}};el.default=Th});var _n=_(Gi=>{"use strict";Object.defineProperty(Gi,"__esModule",{value:!0});Object.defineProperty(Gi,"Hub",{enumerable:!0,get:function(){return nG.default}});Object.defineProperty(Gi,"NodePath",{enumerable:!0,get:function(){return rG.default}});Object.defineProperty(Gi,"Scope",{enumerable:!0,get:function(){return sG.default}});Gi.visitors=Gi.default=void 0;mi();var Yn=fo();Gi.visitors=Yn;var tG=be(),iG=jr(),cb=yo(),rG=Ji(),sG=Rp(),nG=lb(),{VISITOR_KEYS:aG,removeProperties:oG,traverseFast:Wn}=tG;function xi(t,e={},i,r,s,n){if(t){if(!e.noScope&&!i&&t.type!=="Program"&&t.type!=="File")throw new Error(`You must pass a scope and parentPath unless traversing a Program/File. Instead of that you tried to traverse a ${t.type} node without passing scope and parentPath.`);if(!s&&n)throw new Error("visitSelf can only be used when providing a NodePath.");aG[t.type]&&(Yn.explode(e),(0,cb.traverseNode)(t,e,i,r,s,null,n))}}var $oe=Gi.default=xi;xi.visitors=Yn;xi.verify=Yn.verify;xi.explode=Yn.explode;xi.cheap=function(t,e){Wn(t,e)};xi.node=function(t,e,i,r,s,n){(0,cb.traverseNode)(t,e,i,r,s,n)};xi.clearNode=function(t,e){oG(t,e)};xi.removeProperties=function(t,e){return Wn(t,xi.clearNode,e),t};xi.hasType=function(t,e,i){return i!=null&&i.includes(t.type)?!1:t.type===e?!0:Wn(t,function(r){if(i!=null&&i.includes(r.type))return Wn.skip;if(r.type===e)return Wn.stop})};xi.cache=iG});var pb=_((Uoe,ub)=>{var lG=require("fs"),cG=ja(),uG=_n().default;function pG(t){let e=lG.readFileSync(t,"utf-8"),i=new Set,r,s={};function n(c){return!(!c||typeof c!="string"||(c=c.trim(),c.length===0)||!/[a-zA-Z0-9_-]/.test(c))}function a(c){n(c)&&i.add(c.trim())}try{r=cG.parse(e,{sourceType:"module",plugins:["jsx","typescript","classProperties","objectRestSpread","optionalChaining","nullishCoalescingOperator"]})}catch{return[]}function l(c){if(c)if(c.type==="StringLiteral"||c.type==="Literal")c.value.split(/\s+/).forEach(o=>a(o));else if(c.type==="ArrayExpression")c.elements.forEach(o=>l(o));else if(c.type==="TemplateLiteral")c.quasis.forEach(o=>{o.value.cooked&&o.value.cooked.split(/\s+/).forEach(u=>a(u))}),c.expressions.forEach(o=>l(o));else if(c.type==="Identifier"&&s[c.name]){let o=s[c.name];Array.isArray(o)?o.forEach(u=>a(u)):typeof o=="string"?o.split(/\s+/).forEach(u=>a(u)):typeof o=="object"&&Object.values(o).forEach(u=>{typeof u=="string"&&u.split(/\s+/).forEach(f=>a(f))})}else if(c.type==="BinaryExpression"&&c.operator==="+")l(c.left),l(c.right);else if(c.type==="ConditionalExpression")l(c.consequent),l(c.alternate);else if(c.type==="LogicalExpression")l(c.left),l(c.right);else if(c.type==="MemberExpression"){if(c.object.type==="Identifier"&&s[c.object.name]){let o=null;if(!c.computed&&c.property.type==="Identifier")o=c.property.name;else if(c.computed&&c.property.type==="StringLiteral")o=c.property.value;else if(c.computed&&c.property.type==="Identifier"){let u=s[c.object.name];typeof u=="object"&&Object.values(u).forEach(f=>{typeof f=="string"&&f.split(/\s+/).forEach(d=>a(d))});return}if(o){let u=s[c.object.name][o];typeof u=="string"&&u.split(/\s+/).forEach(f=>a(f))}}}else c.type==="ArrowFunctionExpression"?c.body.type==="TemplateLiteral"||c.body.type==="ConditionalExpression"?l(c.body):c.body.type==="BlockStatement"&&c.body.body.forEach(o=>{o.type==="ReturnStatement"&&o.argument&&l(o.argument)}):c.type==="CallExpression"&&l(c.callee)}return uG(r,{VariableDeclarator(c){if(c.node.init&&c.node.id.type==="Identifier"){let o=c.node.id.name,u=/Classes?$/.test(o)||/classes?$/i.test(o),f=u||/color|variant|style|map/i.test(o);if(c.node.init.type==="ObjectExpression"&&f){let d={},m=S=>{S.type==="StringLiteral"?S.value.split(/\s+/).forEach(P=>a(P)):S.type==="ObjectExpression"&&S.properties.forEach(P=>{m(P.value)})};c.node.init.properties.forEach(S=>{let P=null;S.key.type==="Identifier"?P=S.key.name:S.key.type==="StringLiteral"&&(P=S.key.value),P&&(S.value.type==="StringLiteral"?(d[P]=S.value.value,S.value.value.split(/\s+/).forEach(A=>a(A))):S.value.type==="ObjectExpression"&&m(S.value))}),s[o]=d}else if((c.node.init.type==="ArrayExpression"||c.node.init.type==="StringLiteral")&&f){let d=[];c.node.init.type==="ArrayExpression"?c.node.init.elements.forEach(m=>{m&&m.type==="StringLiteral"&&m.value.split(/\s+/).forEach(S=>{n(S)&&d.push(S.trim())})}):c.node.init.type==="StringLiteral"&&c.node.init.value.split(/\s+/).forEach(m=>{n(m)&&d.push(m.trim())}),s[o]=d}else c.node.init.type==="StringLiteral"&&u&&(s[o]=c.node.init.value)}},ObjectProperty(c){let o=c.node.key.name||(c.node.key.type==="StringLiteral"?c.node.key.value:null);o&&/Class$|^className$/i.test(o)&&(c.node.value.type==="StringLiteral"?c.node.value.value.split(/\s+/).forEach(u=>a(u)):c.node.value.type==="TemplateLiteral"&&l(c.node.value))},JSXAttribute(c){if(typeof c.node.name.name=="string"&&/^(class(Name)?|.*[cC]lass)$/.test(c.node.name.name)){let o=c.node.value;o&&(o.type==="StringLiteral"?o.value.split(/\s+/).forEach(u=>a(u)):o.type==="JSXExpressionContainer"&&l(o.expression))}}}),Array.from(i).filter(n)}ub.exports=pG});var xh=require("fs"),Tb=require("path"),fG=Cd(),hG=Od(),fb=Dd(),hb=Md(),dG=pb(),db=(...t)=>t.reduce((e,i)=>hG(e,i||{},{arrayMerge:(r,s)=>s}),{}),mb=()=>{try{return require(Tb.resolve(process.cwd(),"unicss.config.js"))}catch{return{}}},st=t=>t.replace(/([:\/\[\]\(\)\?\=\&\,\'\;\+\"#%\*!])/g,"\\$1").replace(/\./g,"\\.").replace(/^([0-9])/,"\\3$1"),$t=t=>t.replace(/\./g,"\\."),M=(t,e)=>{let i=t.replace(/[\[\]]/g,"");return["bg-image","mask-image","list-image"].includes(e)?/^url\(/i.test(i.trim())?i:i.replace(/_/g," "):i.replace(/_/g," ").replace(/calc\(([^)]+)\)/g,(s,n)=>`calc(${n.replace(/([+\-*\/])/g," $1 ").replace(/\s+/g," ").trim()})`)},yb=t=>{let e=xh.readFileSync(t,"utf-8"),i=[];return[/class=["']([^"']+)["']/g,/className=["']([^"']+)["']/g,/class=\{["'`]([^"'`]+)["'`]\}/g,/className=\{["'`]([^"'`]+)["'`]\}/g,/class:\s*["']([^"']+)["']/g,/class:\s*\[["']([^"']+)["']\]/g].forEach(s=>{let n;for(;(n=s.exec(e))!==null;){let a=n[1];if(a){let l=a.split(/\s+/).filter(Boolean);i.push(...l)}}}),i},Ie=t=>{if(t=t.replace(/[\[\]]/g,""),["inherit","current","transparent","currentColor"].includes(t))return t==="current"?"currentColor":t;let i=t.match(/^rgba?\((\d+),(\d+),(\d+)(?:,(\d*\.?\d+))?\)$/);if(i){let[,s,n,a,l]=i;return`rgba(${s},${n},${a},${l||1})`}let r=t.match(/^rgb\((\d+)_(\d+)_(\d+)(?:_\/(\d+))?\)$/);if(r){let[,s,n,a,l]=r,c=l?parseInt(l,10)/100:1;return`rgba(${s},${n},${a},${c})`}if(/^#[0-9A-Fa-f]{6}$|^#[0-9A-Fa-f]{3}$/.test(t))return t;if(t.includes("/")){let[s,n]=t.split("/");if(s.startsWith("#")){let a=s.replace("#","");a.length===3&&(a=a.split("").map(u=>u+u).join(""));let l=parseInt(a.substring(0,2),16),c=parseInt(a.substring(2,4),16),o=parseInt(a.substring(4,6),16);return`rgba(${l},${c},${o},${parseInt(n,10)/100})`}return`color-mix(in srgb, var(--color-${s}) ${parseInt(n,10)}%, transparent)`}return`var(--color-${t})`},mt=t=>/^\d+\/\d+$/.test(t)?t.replace(/^(\d+)\/(\d+)$/,(e,i,r)=>`${parseInt(i,10)/parseInt(r,10)*100}%`):`var(--${$t(t)})`,Ve=t=>/^\d+\/\d+$/.test(t)?`-${t.replace(/^(\d+)\/(\d+)$/,(e,i,r)=>`${parseInt(i,10)/parseInt(r,10)*100}%`)}`:`calc(-1 * var(--${$t(t)}))`,mG=t=>{let e=t.split(" ");if(e.length===1){let i=mt(e[0]);return`${i} ${i}`}return e.map(mt).join(" ")},yG=t=>{let e=t.split(" ");if(e.length===1){let i=Ve(e[0]);return`${i} ${i}`}return e.map(Ve).join(" ")},Jr={first:"first-child",last:"last-child","not-first":"not(:first-child)","not-last":"not(:last-child)",odd:"nth-child(odd)",even:"nth-child(even)",placeholder:"placeholder",file:"file-selector-button",marker:"marker",selection:"selection","first-line":"first-line","first-letter":"first-letter",backdrop:"backdrop","has-checked":"has(:checked)","focus-within":"focus-within",before:"before",after:"after","peer-hover":":hover","peer-focus":":focus","peer-active":":active","peer-invalid":":invalid","peer-checked":":checked","peer-disabled":":disabled","peer-required":":required","peer-read-only":":read-only","peer-indeterminate":":indeterminate","not-hover":"not(:hover)","not-focus":"not(:focus)","not-active":"not(:active)","not-visited":"not(:visited)","not-disabled":"not(:disabled)","not-checked":"not(:checked)","not-focus-visible":"not(:focus-visible)","not-invalid":"not(:invalid)","not-valid":"not(:valid)","not-required":"not(:required)","not-read-only":"not(:read-only)","not-indeterminate":"not(:indeterminate)"},TG=t=>{let e=t.match(/^nth-(\d+)$/);if(e)return`nth-child(${e[1]})`;let i=t.match(/^nth-last-(\d+)$/);if(i)return`nth-last-child(${i[1]})`;let r=t.match(/^nth-of-type-(\d+)$/);if(r)return`nth-of-type(${r[1]})`;let s=t.match(/^nth-last-of-type-(\d+)$/);return s?`nth-last-of-type(${s[1]})`:null},bi=t=>{let e=TG(t);if(e)return e;if(t.startsWith("group-hover/"))return`.group\\/${t.replace("group-hover/","")}:hover`;if(t==="group-hover")return".group:hover";if(t.startsWith("peer-")&&t.includes("/")){let[i,r]=t.split("/"),s=Jr[i]||`:${i.replace("peer-","")}`;return`.peer\\/${r}${s} ~`}return t.startsWith("peer-")?`.peer${Jr[t]||`:${t.replace("peer-","")}`} ~`:Jr[t]||t},tl=["--uni-blur","--uni-drop-shadow","--uni-brightness","--uni-contrast","--uni-grayscale","--uni-hue-rotate","--uni-invert","--uni-saturate","--uni-sepia"],il=["--uni-backdrop-blur","--uni-backdrop-brightness","--uni-backdrop-contrast","--uni-backdrop-grayscale","--uni-backdrop-hue-rotate","--uni-backdrop-invert","--uni-backdrop-saturate","--uni-backdrop-opacity","--uni-backdrop-sepia"],gb=["--uni-shadow","--uni-shadow-color","--uni-inset-shadow","--uni-inset-shadow-color","--uni-ring-shadow","--uni-ring-color","--uni-inset-ring-shadow","--uni-inset-ring-color","--uni-ring-inset"],rl=["--uni-rotate-x","--uni-rotate-y","--uni-rotate-z","--uni-skew-x","--uni-skew-y"],sl=["--uni-scale-x","--uni-scale-y"],nl=["--uni-translate-x","--uni-translate-y","--uni-translate-z"],gG=(t,e,i,r,s=null,n=null,a=!1)=>{let l=st(t),c=`.${l}`,o=!1;t.includes("space-x-")||t.includes("space-y-")||t.includes("divide-x")||t.includes("divide-y")||t.includes("divide-color-")||t.includes("divide-style-")?(c+=" > :not(:last-child)",o=!0):a&&(c+=" > *"),o&&(c=`:where(${c})`),s&&(s.startsWith("peer-")||s.includes("peer-"))?c=`${bi(s)}${c}`:s&&(o?c=c.replace(`:where(.${l}`,`:where(.${l}:${bi(s)}`):c+=`:${bi(s)}`);let u=tl.includes(i),f=il.includes(i),d=gb.includes(i),m=rl.includes(i),S=sl.includes(i),P=nl.includes(i),A;typeof r=="object"?A=Object.entries(r).map(([k,D])=>`${k}: ${D}`).join("; "):Array.isArray(i)?A=i.map(k=>`${k}: ${r}`).join("; "):A=`${i}: ${r}`;let C;return u?C=`${c} { ${A}; filter: ${tl.map(k=>`var(${k})`).join(" ")}; }`:f?C=`${c} { ${A}; backdrop-filter: ${il.map(k=>`var(${k})`).join(" ")}; }`:d?C=`${c} { ${A}; box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }`:m?C=`${c} { ${A}; transform: ${rl.map(k=>`var(${k})`).join(" ")}; }`:S?C=`${c} { ${A}; scale: ${sl.map(k=>`var(${k})`).join(" ")}; }`:P?C=`${c} { ${A}; translate: ${nl.map(k=>`var(${k})`).join(" ")}; }`:C=`${c} { ${A} }`,{selector:c,rule:C,screen:n}},xG=(t,e={})=>{let i=[],r=(o,u,f)=>{i.push({prefix:o,prop:u,transform:f})};["w","min-w","max-w"].forEach(o=>{let u=o.replace("w","width");r(`${o}-[`,u,M),r(`${o}-`,u,f=>{let d=`container-${f}`;if(e[d])return`var(--${d})`;if(/^\d+\/\d+$/.test(f))return f.replace(/^(\d+)\/(\d+)$/,(S,P,A)=>`${parseInt(P,10)/parseInt(A,10)*100}%`);let m={full:"100%",screen:"100vw",dvw:"100dvw",dvh:"100dvh",lvw:"100lvw",lvh:"100lvh",svw:"100svw",svh:"100svh",auto:"auto",px:"1px",min:"min-content",max:"max-content",fit:"fit-content"};return m[f]?m[f]:`var(--${f})`})}),["h","min-h","max-h"].forEach(o=>{let u=o.replace("h","height");r(`${o}-[`,u,M),r(`${o}-`,u,f=>{let d=`container-${f}`;if(e[d])return`var(--${d})`;if(/^\d+\/\d+$/.test(f))return f.replace(/^(\d+)\/(\d+)$/,(S,P,A)=>`${parseInt(P,10)/parseInt(A,10)*100}%`);let m={full:"100%",screen:"100vh",dvw:"100dvw",dvh:"100dvh",lvw:"100lvw",lvh:"100lvh",svw:"100svw",svh:"100svh",auto:"auto",px:"1px",min:"min-content",max:"max-content",fit:"fit-content"};return m[f]?m[f]:`var(--${f})`})}),[["p","padding"],["pt","padding-top"],["pr","padding-right"],["pb","padding-bottom"],["pl","padding-left"],["px","padding-inline"],["py","padding-block"],["m","margin"],["mt","margin-top"],["mr","margin-right"],["mb","margin-bottom"],["ml","margin-left"]].forEach(([o,u])=>{r(`${o}-[`,u,M),r(`${o}-`,u,f=>f==="auto"?"auto":f==="px"?"1px":mt(f))}),r("mx-[",["margin-left","margin-right"],M),r("mx-",["margin-left","margin-right"],o=>o==="auto"?"auto":o==="px"?"1px":mt(o)),r("my-[",["margin-top","margin-bottom"],M),r("my-",["margin-top","margin-bottom"],o=>o==="auto"?"auto":o==="px"?"1px":mt(o)),r("-m-","margin",o=>o==="px"?"-1px":Ve(o)),r("-mt-","margin-top",o=>o==="px"?"-1px":Ve(o)),r("-mr-","margin-right",o=>o==="px"?"-1px":Ve(o)),r("-mb-","margin-bottom",o=>o==="px"?"-1px":Ve(o)),r("-ml-","margin-left",o=>o==="px"?"-1px":Ve(o)),r("-mx-",["margin-left","margin-right"],o=>o==="px"?"-1px":Ve(o)),r("-my-",["margin-top","margin-bottom"],o=>o==="px"?"-1px":Ve(o)),["top","right","bottom","left"].forEach(o=>{r(`${o}-[`,o,M),r(`${o}-`,o,u=>u==="auto"?"auto":u==="px"?"1px":u==="full"?"100%":mt(u)),r(`-${o}-[`,o,u=>`-${M(u)}`),r(`-${o}-`,o,u=>u==="px"?"-1px":u==="full"?"-100%":Ve(u))}),r("gap-x-[","column-gap",M),r("gap-x-","column-gap",o=>o==="px"?"1px":`var(--${$t(o)})`),r("gap-y-[","row-gap",M),r("gap-y-","row-gap",o=>o==="px"?"1px":`var(--${$t(o)})`),r("gap-[","gap",M),r("gap-","gap",o=>o==="px"?"1px":`var(--${$t(o)})`),r("inset-x-[","inset-inline",M),r("inset-x-","inset-inline",o=>o==="auto"?"auto":o==="px"?"1px":o==="full"?"100%":mt(o)),r("-inset-x-[","inset-inline",o=>`-${M(o)}`),r("-inset-x-","inset-inline",Ve),r("inset-y-[","inset-block",M),r("inset-y-","inset-block",o=>o==="auto"?"auto":o==="px"?"1px":o==="full"?"100%":mt(o)),r("-inset-y-[","inset-block",o=>`-${M(o)}`),r("-inset-y-","inset-block",Ve),r("inset-[","inset",M),r("inset-","inset",o=>o==="auto"?"auto":o==="px"?"1px":o==="full"?"100%":mt(o)),r("-inset-[","inset",o=>`-${M(o)}`),r("-inset-","inset",Ve),r("z-","z-index",M),r("-z-","z-index",o=>`-${o}`),r("flex-[","flex",M),r("flex-row-reverse","flex-direction",()=>"row-reverse"),r("flex-col-reverse","flex-direction",()=>"column-reverse"),r("flex-row","flex-direction",()=>"row"),r("flex-col","flex-direction",()=>"column"),r("flex-wrap-reverse","flex-wrap",()=>"wrap-reverse"),r("flex-wrap","flex-wrap",()=>"wrap"),r("flex-nowrap","flex-wrap",()=>"nowrap"),r("flex-","flex",M),r("grow-","flex-grow",M),r("shrink-","flex-shrink",M),r("basis-[","flex-basis",M),r("basis-","flex-basis",o=>{if(o==="auto")return"auto";if(o==="px")return"1px";if(o==="full")return"100%";let u=`container-${o}`;return e[u]?`var(--${u})`:mt(o)}),r("order-first","order",()=>"-999999"),r("order-last","order",()=>"999999"),r("order-","order",M),r("-order-","order",o=>`-${o}`),[["auto",{width:"auto",height:"auto"}],["px",{width:"1px",height:"1px"}],["full",{width:"100%",height:"100%"}],["dvw",{width:"100dvw",height:"100dvw"}],["dvh",{width:"100dvh",height:"100dvh"}],["lvw",{width:"100lvw",height:"100lvw"}],["lvh",{width:"100lvh",height:"100lvh"}],["svw",{width:"100svw",height:"100svw"}],["svh",{width:"100svh",height:"100svh"}],["min",{width:"min-content",height:"min-content"}],["max",{width:"max-content",height:"max-content"}],["fit",{width:"fit-content",height:"fit-content"}]].forEach(([o,u])=>{r(`size-${o}`,null,()=>u)}),r("size-[",["width","height"],M),r("size-",["width","height"],mt),r("aspect-[","aspect-ratio",M),r("aspect-","aspect-ratio",o=>/^\d+\/\d+$/.test(o)?o:{auto:"auto",square:"1/1",video:"16/9"}[o]||o),[["scroll-m","scroll-margin"],["scroll-mt","scroll-margin-top"],["scroll-mr","scroll-margin-right"],["scroll-mb","scroll-margin-bottom"],["scroll-ml","scroll-margin-left"]].forEach(([o,u])=>{r(`${o}-[`,u,M),r(`${o}-`,u,f=>f==="auto"?"auto":f==="px"?"1px":/^\d+$/.test(f)?`var(--${f})`:mt(f))}),r("scroll-mx-[","scroll-margin-inline",M),r("scroll-mx-","scroll-margin-inline",o=>o==="auto"?"auto":o==="px"?"1px":/^\d+$/.test(o)?`var(--${o})`:mt(o)),r("scroll-my-[","scroll-margin-block",M),r("scroll-my-","scroll-margin-block",o=>o==="auto"?"auto":o==="px"?"1px":/^\d+$/.test(o)?`var(--${o})`:mt(o)),r("-scroll-m-[","scroll-margin",o=>`-${M(o)}`),r("-scroll-m-","scroll-margin",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-mt-[","scroll-margin-top",o=>`-${M(o)}`),r("-scroll-mt-","scroll-margin-top",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-mr-[","scroll-margin-right",o=>`-${M(o)}`),r("-scroll-mr-","scroll-margin-right",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-mb-[","scroll-margin-bottom",o=>`-${M(o)}`),r("-scroll-mb-","scroll-margin-bottom",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-ml-[","scroll-margin-left",o=>`-${M(o)}`),r("-scroll-ml-","scroll-margin-left",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-mx-[","scroll-margin-inline",o=>`-${M(o)}`),r("-scroll-mx-","scroll-margin-inline",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-my-[","scroll-margin-block",o=>`-${M(o)}`),r("-scroll-my-","scroll-margin-block",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),[["scroll-p","scroll-padding"],["scroll-pt","scroll-padding-top"],["scroll-pr","scroll-padding-right"],["scroll-pb","scroll-padding-bottom"],["scroll-pl","scroll-padding-left"]].forEach(([o,u])=>{r(`${o}-[`,u,M),r(`${o}-`,u,f=>f==="px"?"1px":/^\d+$/.test(f)?`var(--${f})`:mt(f))}),r("scroll-px-[","scroll-padding-inline",M),r("scroll-px-","scroll-padding-inline",o=>o==="px"?"1px":/^\d+$/.test(o)?`var(--${o})`:mt(o)),r("scroll-py-[","scroll-padding-block",M),r("scroll-py-","scroll-padding-block",o=>o==="px"?"1px":/^\d+$/.test(o)?`var(--${o})`:mt(o)),r("-scroll-p-[","scroll-padding",o=>`-${M(o)}`),r("-scroll-p-","scroll-padding",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-pt-[","scroll-padding-top",o=>`-${M(o)}`),r("-scroll-pt-","scroll-padding-top",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-pr-[","scroll-padding-right",o=>`-${M(o)}`),r("-scroll-pr-","scroll-padding-right",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-pb-[","scroll-padding-bottom",o=>`-${M(o)}`),r("-scroll-pb-","scroll-padding-bottom",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-pl-[","scroll-padding-left",o=>`-${M(o)}`),r("-scroll-pl-","scroll-padding-left",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-px-[","scroll-padding-inline",o=>`-${M(o)}`),r("-scroll-px-","scroll-padding-inline",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-py-[","scroll-padding-block",o=>`-${M(o)}`),r("-scroll-py-","scroll-padding-block",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("font-[","font-weight",M),r("font-family-[","font-family",o=>{let u=M(o);return u.startsWith('"')||u.startsWith("'")?u:`"${u}"`}),r("tracking-[","letter-spacing",M),r("leading-[","line-height",M),r("leading-","line-height",o=>/^\d+$/.test(o)||/^\d*\.\d+$/.test(o)?`calc(var(--1) * ${o})`:null),r("indent-[","text-indent",M),r("indent-","text-indent",o=>`var(--${$t(o)})`),r("-indent-","text-indent",o=>`calc(-1 * var(--${$t(o)}))`),r("align-[","vertical-align",M),r("text-shadow-color-[",null,o=>({"--uni-text-shadow-color":Ie(o)})),r("text-shadow-color-",null,o=>({"--uni-text-shadow-color":Ie(o)})),r("text-shadow-[","text-shadow",M),r("text-color-[","color",Ie),r("text-color-","color",Ie),r("text-[","font-size",M),r("text-",null,function(o){if(o.startsWith("color-"))return{color:Ie(o.replace("color-",""))};let u=o.match(/^([a-z0-9\[\]\-\.]+)\/([a-z0-9\[\]\-\.]+)$/i);if(u){let[,f,d]=u;if(!f.startsWith("color-"))return{"font-size":t[f]?`var(--${$t(f)})`:`var(--text-${f})`,"line-height":t[d]?`var(--${$t(d)})`:`var(--line-${d})`}}return t[o]?{"font-size":`var(--${$t(o)})`}:{"font-size":`var(--text-${o})`}}),r("decoration-color-[","text-decoration-color",Ie),r("decoration-color-","text-decoration-color",Ie),r("decoration-thick-[","text-decoration-thickness",M),r("decoration-thick-","text-decoration-thickness",o=>o==="auto"?"auto":o==="from-font"?"from-font":/^\d+$/.test(o)?`${o}px`:`var(--${$t(o)})`),r("underline-offset-[","text-underline-offset",M),r("underline-offset-","text-underline-offset",o=>o==="auto"?"auto":/^\d+$/.test(o)?`${o}px`:`var(--${$t(o)})`),r("-underline-offset-[","text-underline-offset",o=>`-${M(o)}`),r("-underline-offset-","text-underline-offset",o=>/^\d+$/.test(o)?`-${o}px`:`calc(-1 * var(--${$t(o)}))`),r("bg-color-[","background-color",Ie),r("bg-color-","background-color",Ie),r("bg-image-[","background-image",o=>M(o,"bg-image")),r("bg-position-[","background-position",M),r("bg-size-[","background-size",M),r("bg-gradient-[","background-image",o=>M(o).replace(/color-([a-zA-Z0-9\-]+(?:\/[0-9]+)?)/g,(u,f)=>Ie(f))),r("list-image-[","list-style-image",o=>M(o,"list-image")),r("mask-image-[",null,o=>({"mask-image":M(o,"mask-image"),"-webkit-mask-image":M(o,"mask-image")})),r("mask-position-[",null,o=>({"mask-position":M(o),"-webkit-mask-position":M(o)})),r("mask-size-[",null,o=>({"mask-size":M(o),"-webkit-mask-size":M(o)})),r("border-style-",null,o=>({"--uni-border-style":o,"border-style":"var(--uni-border-style)"})),r("border-spacing-x-[",null,o=>({"--uni-border-spacing-x":M(o),"border-spacing":`var(--uni-border-spacing-x, ${M(o)}) var(--uni-border-spacing-y, 0)`})),r("border-spacing-x-",null,o=>({"--uni-border-spacing-x":`${o}px`,"border-spacing":`var(--uni-border-spacing-x, ${o}px) var(--uni-border-spacing-y, 0)`})),r("border-spacing-y-[",null,o=>({"--uni-border-spacing-y":M(o),"border-spacing":`var(--uni-border-spacing-x, 0) var(--uni-border-spacing-y, ${M(o)})`})),r("border-spacing-y-",null,o=>({"--uni-border-spacing-y":`${o}px`,"border-spacing":`var(--uni-border-spacing-x, 0) var(--uni-border-spacing-y, ${o}px)`})),r("border-spacing-[","border-spacing",M),r("border-spacing-","border-spacing",o=>`${o}px`),r("border-color-[","border-color",Ie),r("border-color-","border-color",Ie),["t","r","b","l","x","y"].forEach(o=>{let u={t:"border-top-color",r:"border-right-color",b:"border-bottom-color",l:"border-left-color",x:"border-inline-color",y:"border-block-color"};r(`border-${o}-color-[`,u[o],Ie),r(`border-${o}-color-`,u[o],Ie)}),r("border-x-",null,o=>({"border-inline-width":`${o}px`,"border-style":"var(--uni-border-style)"})),r("border-y-",null,o=>({"border-block-width":`${o}px`,"border-style":"var(--uni-border-style)"})),r("border-t-",null,o=>({"border-top-width":`${o}px`,"border-style":"var(--uni-border-style)"})),r("border-r-",null,o=>({"border-right-width":`${o}px`,"border-style":"var(--uni-border-style)"})),r("border-b-",null,o=>({"border-bottom-width":`${o}px`,"border-style":"var(--uni-border-style)"})),r("border-l-",null,o=>({"border-left-width":`${o}px`,"border-style":"var(--uni-border-style)"})),r("border-[",null,o=>({"border-width":M(o),"border-style":"var(--uni-border-style)"})),r("border-",null,o=>/^\d+$/.test(o)||/^\d+(px|rem|em|%)$/.test(o)?{"border-width":`${o}px`,"border-style":"var(--uni-border-style)"}:{});let c=["xs","sm","md","lg","xl","2xl","4xl","none","full"];return c.forEach(o=>{let u=o==="none"?"0":o==="full"?"999999px":`var(--radius-${o})`;r(`rounded-${o}`,"border-radius",()=>u)}),r("rounded-[","border-radius",M),["t","r","b","l","tl","tr","br","bl"].forEach(o=>{let u={t:["top-left","top-right"],r:["top-right","bottom-right"],b:["bottom-right","bottom-left"],l:["top-left","bottom-left"],tl:["top-left"],tr:["top-right"],br:["bottom-right"],bl:["bottom-left"]};c.forEach(f=>{let d=f==="none"?"0":f==="full"?"999999px":`var(--radius-${f})`,m={};u[o].forEach(S=>{m[`border-${S}-radius`]=d}),r(`rounded-${o}-${f}`,null,()=>m)})}),r("shadow-[","--uni-shadow",M),r("shadow-inset-[","--uni-inset-shadow",M),r("shadow-color-[",null,o=>({"--uni-shadow-color":Ie(o)})),r("shadow-color-",null,o=>({"--uni-shadow-color":Ie(o)})),r("shadow-inset-color-[",null,o=>({"--uni-inset-shadow-color":Ie(o)})),r("shadow-inset-color-",null,o=>({"--uni-inset-shadow-color":Ie(o)})),r("ring-inset-color-[","--uni-inset-ring-color",Ie),r("ring-inset-color-","--uni-inset-ring-color",Ie),r("ring-inset-[","--uni-inset-ring-shadow",o=>`inset 0 0 0 ${M(o)} var(--uni-inset-ring-color, currentColor)`),r("ring-inset-","--uni-inset-ring-shadow",o=>`inset 0 0 0 ${o}px var(--uni-inset-ring-color, currentColor)`),r("ring-inset","--uni-inset-ring-shadow",()=>"inset 0 0 0 1px var(--uni-inset-ring-color, currentColor)"),r("ring-color-[","--uni-ring-color",Ie),r("ring-color-","--uni-ring-color",Ie),r("ring-[","--uni-ring-shadow",o=>`0 0 0 ${M(o)} var(--uni-ring-color, currentColor)`),r("ring-","--uni-ring-shadow",o=>`0 0 0 ${o}px var(--uni-ring-color, currentColor)`),r("ring","--uni-ring-shadow",()=>"0 0 0 1px var(--uni-ring-color, currentColor)"),r("blur-[","--uni-blur",o=>`blur(${M(o)})`),r("blur-","--uni-blur",o=>`blur(var(--blur-${o}))`),r("brightness-","--uni-brightness",o=>`brightness(${M(o)}%)`),r("contrast-","--uni-contrast",o=>`contrast(${M(o)}%)`),r("drop-shadow-[","--uni-drop-shadow",o=>`drop-shadow(${M(o)})`),r("drop-shadow-color-[",null,o=>({"--uni-drop-shadow-color":Ie(o)})),r("drop-shadow-color-",null,o=>({"--uni-drop-shadow-color":Ie(o)})),r("grayscale-","--uni-grayscale",o=>`grayscale(${M(o)}%)`),r("grayscale","--uni-grayscale",()=>"grayscale(100%)"),r("hue-rotate-","--uni-hue-rotate",o=>`hue-rotate(${M(o)}deg)`),r("-hue-rotate-","--uni-hue-rotate",o=>`hue-rotate(calc(${M(o)}deg * -1))`),r("invert-","--uni-invert",o=>`invert(${M(o)}%)`),r("invert","--uni-invert",()=>"invert(100%)"),r("saturate-","--uni-saturate",o=>`saturate(${M(o)}%)`),r("sepia-","--uni-sepia",o=>`sepia(${M(o)}%)`),r("sepia","--uni-sepia",()=>"sepia(100%)"),r("backdrop-blur-[","--uni-backdrop-blur",o=>`blur(${M(o)})`),r("backdrop-blur-","--uni-backdrop-blur",o=>`blur(var(--blur-${o}))`),r("backdrop-brightness-","--uni-backdrop-brightness",o=>`brightness(${M(o)}%)`),r("backdrop-contrast-","--uni-backdrop-contrast",o=>`contrast(${M(o)}%)`),r("backdrop-grayscale-","--uni-backdrop-grayscale",o=>`grayscale(${M(o)}%)`),r("backdrop-grayscale","--uni-backdrop-grayscale",()=>"grayscale(100%)"),r("backdrop-hue-rotate-","--uni-backdrop-hue-rotate",o=>`hue-rotate(${M(o)}deg)`),r("-backdrop-hue-rotate-","--uni-backdrop-hue-rotate",o=>`hue-rotate(calc(${M(o)}deg * -1))`),r("backdrop-invert-","--uni-backdrop-invert",o=>`invert(${M(o)}%)`),r("backdrop-invert","--uni-backdrop-invert",()=>"invert(100%)"),r("backdrop-opacity-","--uni-backdrop-opacity",o=>`opacity(${M(o)}%)`),r("backdrop-saturate-","--uni-backdrop-saturate",o=>`saturate(${M(o)}%)`),r("backdrop-sepia-","--uni-backdrop-sepia",o=>`sepia(${M(o)}%)`),r("backdrop-sepia","--uni-backdrop-sepia",()=>"sepia(100%)"),r("opacity-","opacity",function(o){if(/^\d+$/.test(o)){let u=parseInt(o,10);if(u>=0&&u<=100)return(u/100).toString()}return M(o)}),r("duration-",null,o=>({"--uni-transition-duration":`${M(o)}ms`,"transition-duration":"var(--uni-transition-duration, 150ms)"})),r("ease-[",null,o=>({"--uni-transition-timing-function":M(o),"transition-timing-function":"var(--uni-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1))"})),r("delay-",null,o=>({"--uni-transition-delay":`${M(o)}ms`,"transition-delay":"var(--uni-transition-delay, 0ms)"})),r("transition-",null,o=>({"--uni-transition-property":M(o),"transition-property":"var(--uni-transition-property, all)","transition-duration":"var(--uni-transition-duration, 150ms)"})),r("animate-[","animation",M),r("animate-spin","animation",()=>"var(--animate-spin)"),r("animate-ping","animation",()=>"var(--animate-ping)"),r("animate-pulse","animation",()=>"var(--animate-pulse)"),r("animate-bounce","animation",()=>"var(--animate-bounce)"),r("animate-none","animation",()=>"none"),r("iteration-","animation-iteration-count",M),r("will-change-[","will-change",M),r("perspective-origin-[","perspective-origin",M),r("perspective-[","perspective",M),r("rotate-[","rotate",M),r("rotate-x-","--uni-rotate-x",o=>`rotateX(${o}deg)`),r("rotate-y-","--uni-rotate-y",o=>`rotateY(${o}deg)`),r("rotate-z-","--uni-rotate-z",o=>`rotateZ(${o}deg)`),r("-rotate-x-","--uni-rotate-x",o=>`rotateX(calc(${o}deg * -1))`),r("-rotate-y-","--uni-rotate-y",o=>`rotateY(calc(${o}deg * -1))`),r("-rotate-z-","--uni-rotate-z",o=>`rotateZ(calc(${o}deg * -1))`),r("rotate-","rotate",o=>`${M(o)}deg`),r("-rotate-","rotate",o=>`calc(${M(o)}deg * -1)`),r("scale-x-","--uni-scale-x",o=>`${o}%`),r("scale-y-","--uni-scale-y",o=>`${o}%`),r("-scale-x-","--uni-scale-x",o=>`calc(${o}% * -1)`),r("-scale-y-","--uni-scale-y",o=>`calc(${o}% * -1)`),r("scale-","scale",o=>`${M(o)}%`),r("-scale-","scale",o=>`calc(${M(o)}% * -1)`),r("skew-x-","--uni-skew-x",o=>`skewX(${o}deg)`),r("skew-y-","--uni-skew-y",o=>`skewY(${o}deg)`),r("-skew-x-","--uni-skew-x",o=>`skewX(calc(${o}deg * -1))`),r("-skew-y-","--uni-skew-y",o=>`skewY(calc(${o}deg * -1))`),r("skew-","transform",o=>`skewX(${o}deg) skewY(${o}deg)`),r("-skew-","transform",o=>`skewX(-${o}deg) skewY(-${o}deg)`),r("origin-[","transform-origin",M),r("translate-[","translate",M),r("translate-x-[","--uni-translate-x",M),r("translate-y-[","--uni-translate-y",M),r("translate-x-","--uni-translate-x",mt),r("translate-y-","--uni-translate-y",mt),r("translate-z-","--uni-translate-z",mt),r("-translate-x-","--uni-translate-x",Ve),r("-translate-y-","--uni-translate-y",Ve),r("-translate-z-","--uni-translate-z",Ve),r("translate-","translate",mG),r("-translate-","translate",yG),r("grid-columns-[","grid-template-columns",M),r("grid-columns-","grid-template-columns",o=>/^\d+$/.test(o)?`repeat(${o}, minmax(0, 1fr))`:o),r("col-start-","grid-column-start",M),r("-col-start-","grid-column-start",o=>`calc(${M(o)} * -1)`),r("col-end-","grid-column-end",M),r("-col-end-","grid-column-end",o=>`calc(${M(o)} * -1)`),r("col-span-","grid-column",o=>o==="full"?"1 / -1":`span ${M(o)} / span ${M(o)}`),r("col-[","grid-column",M),r("grid-rows-[","grid-template-rows",M),r("grid-rows-","grid-template-rows",o=>/^\d+$/.test(o)?`repeat(${o}, minmax(0, 1fr))`:o),r("row-start-","grid-row-start",M),r("-row-start-","grid-row-start",o=>`calc(${M(o)} * -1)`),r("row-end-","grid-row-end",M),r("-row-end-","grid-row-end",o=>`calc(${M(o)} * -1)`),r("row-span-","grid-row",o=>o==="full"?"1 / -1":`span ${M(o)} / span ${M(o)}`),r("row-[","grid-row",M),r("auto-columns-[","grid-auto-columns",M),r("auto-rows-[","grid-auto-rows",M),r("space-x-[","margin-right",M),r("space-x-","margin-right",o=>o==="px"?"1px":/^\d+\/\d+$/.test(o)?o.replace(/^(\d+)\/(\d+)$/,(u,f,d)=>`${parseInt(f,10)/parseInt(d,10)*100}%`):`var(--${o})`),r("-space-x-[","margin-right",o=>`calc(${M(o)} * -1)`),r("-space-x-","margin-right",o=>o==="px"?"-1px":/^\d+\/\d+$/.test(o)?`-${o.replace(/^(\d+)\/(\d+)$/,(u,f,d)=>`${parseInt(f,10)/parseInt(d,10)*100}%`)}`:`calc(var(--${o}) * -1)`),r("space-y-[","margin-bottom",M),r("space-y-","margin-bottom",o=>o==="px"?"1px":/^\d+\/\d+$/.test(o)?o.replace(/^(\d+)\/(\d+)$/,(u,f,d)=>`${parseInt(f,10)/parseInt(d,10)*100}%`):`var(--${o})`),r("-space-y-[","margin-bottom",o=>`calc(${M(o)} * -1)`),r("-space-y-","margin-bottom",o=>o==="px"?"-1px":/^\d+\/\d+$/.test(o)?`-${o.replace(/^(\d+)\/(\d+)$/,(u,f,d)=>`${parseInt(f,10)/parseInt(d,10)*100}%`)}`:`calc(var(--${o}) * -1)`),r("divide-x-[",null,o=>({"border-right-width":M(o),"border-right-style":"solid"})),r("divide-x-",null,o=>/^\d+$/.test(o)?{"border-right-width":`${o}px`,"border-right-style":"solid"}:{"border-right-width":o,"border-right-style":"solid"}),r("divide-x",null,()=>({"border-right-width":"1px","border-right-style":"solid"})),r("divide-y-[",null,o=>({"border-bottom-width":M(o),"border-bottom-style":"solid"})),r("divide-y-",null,o=>/^\d+$/.test(o)?{"border-bottom-width":`${o}px`,"border-bottom-style":"solid"}:{"border-bottom-width":o,"border-bottom-style":"solid"}),r("divide-y",null,()=>({"border-bottom-width":"1px","border-bottom-style":"solid"})),r("divide-style-","border-style",o=>o),r("divide-color-[","border-color",Ie),r("divide-color-","border-color",Ie),r("columns-","columns",o=>/^\d+$/.test(o)?o:["3xs","2xs","xs","sm","md","lg","xl","2xl","3xl","4xl","5xl","6xl","7xl"].includes(o)?`var(--container-${o})`:M(o)),r("scrollbar-[","scrollbar-color",o=>M(o).replace(/color-([a-zA-Z0-9\-]+)/g,(u,f)=>`var(--color-${f})`)),r("object-[","object-position",M),r("caret-color-[","caret-color",Ie),r("caret-color-","caret-color",Ie),r("accent-color-[","accent-color",Ie),r("accent-color-","accent-color",Ie),r("outline-offset-[","outline-offset",M),r("outline-style-",null,o=>({"--uni-outline-style":o,"outline-style":"var(--uni-outline-style)"})),r("outline-color-[","outline-color",Ie),r("outline-color-","outline-color",Ie),r("outline-[",null,o=>({"outline-width":M(o),"outline-style":"var(--uni-outline-style)"})),r("outline-offset-","outline-offset",o=>`${o}px`),r("-outline-offset-","outline-offset",o=>`-${o}px`),r("outline-",null,o=>o.startsWith("offset")?{}:{"outline-width":/^\d+$/.test(o)?`${o}px`:o,"outline-style":"var(--uni-outline-style)"}),r("fill-color-[","fill",Ie),r("fill-color-","fill",Ie),r("stroke-color-[","stroke",Ie),r("stroke-color-","stroke",Ie),r("stroke-[","stroke-width",M),r("stroke-","stroke-width",o=>/^\d+$/.test(o)?`${o}px`:M(o)),r("content-[","content",o=>{let u=M(o);return u.startsWith("'")||u.startsWith('"')?u:`"${u}"`}),r("line-clamp-",null,o=>({overflow:"hidden",display:"-webkit-box","-webkit-box-orient":"vertical","-webkit-line-clamp":o.replace("/","")})),r("line-clamp-none",null,()=>({overflow:"visible",display:"block","-webkit-box-orient":"horizontal","-webkit-line-clamp":"unset"})),r("truncate",null,()=>({overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"})),r("sr-only",null,()=>({position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)","white-space":"nowrap","border-width":"0"})),r("not-sr-only",null,()=>({position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",clip:"auto","white-space":"normal"})),i},bG=()=>`
|
|
56
|
+
`;return this.replaceWith(o)[0].get("arguments.0")}function EX(t){let e=t.params.findIndex(i=>ZJ(i)||eX(i));return e===-1?t.params.length:e}});var qx=_(lt=>{"use strict";Object.defineProperty(lt,"__esModule",{value:!0});lt._guessExecutionStatusRelativeTo=KX;lt._resolve=$x;lt.canHaveVariableDeclarationOrExpression=MX;lt.canSwapBetweenExpressionAndStatement=FX;lt.getSource=$X;lt.isCompletionRecord=BX;lt.isConstantExpression=zX;lt.isInStrictMode=JX;lt.isNodeType=LX;lt.isStatementOrBlock=jX;lt.isStatic=DX;lt.matchesPattern=NX;lt.referencesImport=RX;lt.resolve=YX;lt.willIMaybeExecuteBefore=qX;var PX=be(),{STATEMENT_OR_BLOCK_KEYS:vX,VISITOR_KEYS:AX,isBlockStatement:Rx,isExpression:wX,isIdentifier:CX,isLiteral:IX,isStringLiteral:kX,isType:_X,matchesPattern:OX}=PX;function NX(t,e){return OX(this.node,t,e)}lt.has=function(e){var i;let r=(i=this.node)==null?void 0:i[e];return r&&Array.isArray(r)?!!r.length:!!r};function DX(){return this.scope.isStatic(this.node)}lt.is=lt.has,lt.isnt=function(e){return!this.has(e)},lt.equals=function(e,i){return this.node[e]===i};function LX(t){return _X(this.type,t)}function MX(){return(this.key==="init"||this.key==="left")&&this.parentPath.isFor()}function FX(t){return this.key!=="body"||!this.parentPath.isArrowFunctionExpression()?!1:this.isExpression()?Rx(t):this.isBlockStatement()?wX(t):!1}function BX(t){let e=this,i=!0;do{let{type:r,container:s}=e;if(!i&&(e.isFunction()||r==="StaticBlock"))return!!t;if(i=!1,Array.isArray(s)&&e.key!==s.length-1)return!1}while((e=e.parentPath)&&!e.isProgram()&&!e.isDoExpression());return!0}function jX(){return this.parentPath.isLabeledStatement()||Rx(this.container)?!1:vX.includes(this.key)}function RX(t,e){if(!this.isReferencedIdentifier()){if(this.isJSXMemberExpression()&&this.node.property.name===e||(this.isMemberExpression()||this.isOptionalMemberExpression())&&(this.node.computed?kX(this.node.property,{value:e}):this.node.property.name===e)){let n=this.get("object");return n.isReferencedIdentifier()&&n.referencesImport(t,"*")}return!1}let i=this.scope.getBinding(this.node.name);if(!i||i.kind!=="module")return!1;let r=i.path,s=r.parentPath;if(!s.isImportDeclaration())return!1;if(s.node.source.value===t){if(!e)return!0}else return!1;return!!(r.isImportDefaultSpecifier()&&e==="default"||r.isImportNamespaceSpecifier()&&e==="*"||r.isImportSpecifier()&&CX(r.node.imported,{name:e}))}function $X(){let t=this.node;if(t.end){let e=this.hub.getCode();if(e)return e.slice(t.start,t.end)}return""}function qX(t){return this._guessExecutionStatusRelativeTo(t)!=="after"}function Fx(t){return t.isProgram()?t:(t.parentPath.scope.getFunctionParent()||t.parentPath.scope.getProgramParent()).path}function UX(t,e){switch(t){case"LogicalExpression":return e==="right";case"ConditionalExpression":case"IfStatement":return e==="consequent"||e==="alternate";case"WhileStatement":case"DoWhileStatement":case"ForInStatement":case"ForOfStatement":return e==="body";case"ForStatement":return e==="body"||e==="update";case"SwitchStatement":return e==="cases";case"TryStatement":return e==="handler";case"AssignmentPattern":return e==="right";case"OptionalMemberExpression":return e==="property";case"OptionalCallExpression":return e==="arguments";default:return!1}}function Bx(t,e){for(let i=0;i<e;i++){let r=t[i];if(UX(r.parent.type,r.parentKey))return!0}return!1}var jx=Symbol();function KX(t){return oh(this,t,new Map)}function oh(t,e,i){let r={this:Fx(t),target:Fx(e)};if(r.target.node!==r.this.node)return WX(t,r.target,i);let s={target:e.getAncestry(),this:t.getAncestry()};if(s.target.includes(t))return"after";if(s.this.includes(e))return"before";let n,a={target:0,this:0};for(;!n&&a.this<s.this.length;){let u=s.this[a.this];a.target=s.target.indexOf(u),a.target>=0?n=u:a.this++}if(!n)throw new Error("Internal Babel error - The two compared nodes don't appear to belong to the same program.");if(Bx(s.this,a.this-1)||Bx(s.target,a.target-1))return"unknown";let l={this:s.this[a.this-1],target:s.target[a.target-1]};if(l.target.listKey&&l.this.listKey&&l.target.container===l.this.container)return l.target.key>l.this.key?"before":"after";let c=AX[n.type],o={this:c.indexOf(l.this.parentKey),target:c.indexOf(l.target.parentKey)};return o.target>o.this?"before":"after"}function VX(t,e,i){if(e.isFunctionDeclaration()){if(e.parentPath.isExportDeclaration())return"unknown"}else return oh(t,e,i)==="before"?"before":"unknown";let r=e.scope.getBinding(e.node.id.name);if(!r.references)return"before";let s=r.referencePaths,n;for(let a of s){if(!!a.find(o=>o.node===e.node))continue;if(a.key!=="callee"||!a.parentPath.isCallExpression())return"unknown";let c=oh(t,a,i);if(n&&n!==c)return"unknown";n=c}return n}function WX(t,e,i){let r=i.get(t.node),s;if(!r)i.set(t.node,r=new Map);else if(s=r.get(e.node))return s===jx?"unknown":s;r.set(e.node,jx);let n=VX(t,e,i);return r.set(e.node,n),n}function YX(t,e){return $x.call(this,t,e)||this}function $x(t,e){var i;if(!((i=e)!=null&&i.includes(this)))if(e=e||[],e.push(this),this.isVariableDeclarator()){if(this.get("id").isIdentifier())return this.get("init").resolve(t,e)}else if(this.isReferencedIdentifier()){let r=this.scope.getBinding(this.node.name);if(!r||!r.constant||r.kind==="module")return;if(r.path!==this){let s=r.path.resolve(t,e);return this.find(n=>n.node===s.node)?void 0:s}}else{if(this.isTypeCastExpression())return this.get("expression").resolve(t,e);if(t&&this.isMemberExpression()){let r=this.toComputedKey();if(!IX(r))return;let s=r.value,n=this.get("object").resolve(t,e);if(n.isObjectExpression()){let a=n.get("properties");for(let l of a){if(!l.isProperty())continue;let c=l.get("key"),o=l.isnt("computed")&&c.isIdentifier({name:s});if(o=o||c.isLiteral({value:s}),o)return l.get("value").resolve(t,e)}}else if(n.isArrayExpression()&&!isNaN(+s)){let l=n.get("elements")[s];if(l)return l.resolve(t,e)}}}}function zX(){if(this.isIdentifier()){let t=this.scope.getBinding(this.node.name);return t?t.constant:!1}if(this.isLiteral())return this.isRegExpLiteral()?!1:this.isTemplateLiteral()?this.get("expressions").every(t=>t.isConstantExpression()):!0;if(this.isUnaryExpression())return this.node.operator!=="void"?!1:this.get("argument").isConstantExpression();if(this.isBinaryExpression()){let{operator:t}=this.node;return t!=="in"&&t!=="instanceof"&&this.get("left").isConstantExpression()&&this.get("right").isConstantExpression()}return this.isMemberExpression()?!this.node.computed&&this.get("object").isIdentifier({name:"Symbol"})&&!this.scope.hasBinding("Symbol",{noGlobals:!0}):this.isCallExpression()?this.node.arguments.length===1&&this.get("callee").matchesPattern("Symbol.for")&&!this.scope.hasBinding("Symbol",{noGlobals:!0})&&this.get("arguments")[0].isStringLiteral():!1}function JX(){return!!(this.isProgram()?this:this.parentPath).find(i=>{if(i.isProgram({sourceType:"module"})||i.isClass())return!0;if(i.isArrowFunctionExpression()&&!i.get("body").isBlockStatement())return!1;let r;if(i.isFunction())r=i.node.body;else if(i.isProgram())r=i.node;else return!1;for(let s of r.directives)if(s.value.value==="use strict")return!0})}});var Yx=_(At=>{"use strict";Object.defineProperty(At,"__esModule",{value:!0});At._getKey=Vx;At._getPattern=Wx;At.get=pH;At.getAllNextSiblings=cH;At.getAllPrevSiblings=uH;At.getAssignmentIdentifiers=fH;At.getBindingIdentifierPaths=mH;At.getBindingIdentifiers=hH;At.getCompletionRecords=nH;At.getNextSibling=lH;At.getOpposite=iH;At.getOuterBindingIdentifierPaths=yH;At.getOuterBindingIdentifiers=dH;At.getPrevSibling=oH;At.getSibling=aH;var ch=Ji(),XX=be(),{getAssignmentIdentifiers:HX,getBindingIdentifiers:Kx,getOuterBindingIdentifiers:GX,numericLiteral:QX,unaryExpression:ZX}=XX,uh=0,Kn=1;function eH(t){return{type:uh,path:t}}function tH(t){return{type:Kn,path:t}}function iH(){return this.key==="left"?this.getSibling("right"):this.key==="right"?this.getSibling("left"):null}function _s(t,e,i){return t&&e.push(...Os(t,i)),e}function rH(t,e,i){let r=[];for(let s=0;s<t.length;s++){let n=t[s],a=Os(n,i),l=[],c=[];for(let o of a)o.type===uh&&l.push(o),o.type===Kn&&c.push(o);l.length&&(r=l),e.push(...c)}return e.push(...r),e}function sH(t){t.forEach(e=>{e.type=Kn})}function lh(t,e){t.forEach(i=>{i.path.isBreakStatement({label:null})&&(e?i.path.replaceWith(ZX("void",QX(0))):i.path.remove())})}function Ux(t,e){let i=[];if(e.canHaveBreak){let r=[];for(let s=0;s<t.length;s++){let n=t[s],a=Object.assign({},e,{inCaseClause:!1});n.isBlockStatement()&&(e.inCaseClause||e.shouldPopulateBreak)?a.shouldPopulateBreak=!0:a.shouldPopulateBreak=!1;let l=Os(n,a);if(l.length>0&&l.every(c=>c.type===Kn)){r.length>0&&l.every(c=>c.path.isBreakStatement({label:null}))?(sH(r),i.push(...r),r.some(c=>c.path.isDeclaration())&&(i.push(...l),e.shouldPreserveBreak||lh(l,!0)),e.shouldPreserveBreak||lh(l,!1)):(i.push(...l),!e.shouldPopulateBreak&&!e.shouldPreserveBreak&&lh(l,!0));break}if(s===t.length-1)i.push(...l);else{r=[];for(let c=0;c<l.length;c++){let o=l[c];o.type===Kn&&i.push(o),o.type===uh&&r.push(o)}}}}else if(t.length)for(let r=t.length-1;r>=0;r--){let s=Os(t[r],e);if(s.length>1||s.length===1&&!s[0].path.isVariableDeclaration()&&!s[0].path.isEmptyStatement()){i.push(...s);break}}return i}function Os(t,e){let i=[];if(t.isIfStatement())i=_s(t.get("consequent"),i,e),i=_s(t.get("alternate"),i,e);else{if(t.isDoExpression()||t.isFor()||t.isWhile()||t.isLabeledStatement())return _s(t.get("body"),i,e);if(t.isProgram()||t.isBlockStatement())return Ux(t.get("body"),e);if(t.isFunction())return Os(t.get("body"),e);if(t.isTryStatement())i=_s(t.get("block"),i,e),i=_s(t.get("handler"),i,e);else{if(t.isCatchClause())return _s(t.get("body"),i,e);if(t.isSwitchStatement())return rH(t.get("cases"),i,e);if(t.isSwitchCase())return Ux(t.get("consequent"),{canHaveBreak:!0,shouldPopulateBreak:!1,inCaseClause:!0,shouldPreserveBreak:e.shouldPreserveBreak});t.isBreakStatement()?i.push(tH(t)):i.push(eH(t))}}return i}function nH(t=!1){return Os(this,{canHaveBreak:!1,shouldPopulateBreak:!1,inCaseClause:!1,shouldPreserveBreak:t}).map(i=>i.path)}function aH(t){return ch.default.get({parentPath:this.parentPath,parent:this.parent,container:this.container,listKey:this.listKey,key:t}).setContext(this.context)}function oH(){return this.getSibling(this.key-1)}function lH(){return this.getSibling(this.key+1)}function cH(){let t=this.key,e=this.getSibling(++t),i=[];for(;e.node;)i.push(e),e=this.getSibling(++t);return i}function uH(){let t=this.key,e=this.getSibling(--t),i=[];for(;e.node;)i.push(e),e=this.getSibling(--t);return i}function pH(t,e=!0){e===!0&&(e=this.context);let i=t.split(".");return i.length===1?Vx.call(this,t,e):Wx.call(this,i,e)}function Vx(t,e){let i=this.node,r=i[t];return Array.isArray(r)?r.map((s,n)=>ch.default.get({listKey:t,parentPath:this,parent:i,container:r,key:n}).setContext(e)):ch.default.get({parentPath:this,parent:i,container:i,key:t}).setContext(e)}function Wx(t,e){let i=this;for(let r of t)r==="."?i=i.parentPath:Array.isArray(i)?i=i[r]:i=i.get(r,e);return i}function fH(){return HX(this.node)}function hH(t){return Kx(this.node,t)}function dH(t){return GX(this.node,t)}function mH(t=!1,e=!1){let r=[this],s=Object.create(null);for(;r.length;){let n=r.shift();if(!n||!n.node)continue;let a=Kx.keys[n.node.type];if(n.isIdentifier()){t?(s[n.node.name]=s[n.node.name]||[]).push(n):s[n.node.name]=n;continue}if(n.isExportDeclaration()){let l=n.get("declaration");l.isDeclaration()&&r.push(l);continue}if(e){if(n.isFunctionDeclaration()){r.push(n.get("id"));continue}if(n.isFunctionExpression())continue}if(a)for(let l=0;l<a.length;l++){let c=a[l],o=n.get(c);Array.isArray(o)?r.push(...o):o.node&&r.push(o)}}return s}function yH(t=!1){return this.getBindingIdentifierPaths(t,!0)}});var Jx=_(Vn=>{"use strict";Object.defineProperty(Vn,"__esModule",{value:!0});Vn.addComment=SH;Vn.addComments=EH;Vn.shareCommentsWithSiblings=bH;var TH=be(),{addComment:gH,addComments:xH}=TH;function bH(){if(typeof this.key=="string")return;let t=this.node;if(!t)return;let e=t.trailingComments,i=t.leadingComments;if(!e&&!i)return;let r=this.getSibling(this.key-1),s=this.getSibling(this.key+1),n=!!r.node,a=!!s.node;n&&(i&&r.addComments("trailing",zx(i,r.node.trailingComments)),e&&!a&&r.addComments("trailing",e)),a&&(e&&s.addComments("leading",zx(e,s.node.leadingComments)),i&&!n&&s.addComments("leading",i))}function zx(t,e){if(!(e!=null&&e.length))return t;let i=new Set(e);return t.filter(r=>!i.has(r))}function SH(t,e,i){gH(this.node,t,e,i)}function EH(t,e){xH(this.node,t,e)}});var Ji=_(Mi=>{"use strict";Object.defineProperty(Mi,"__esModule",{value:!0});Mi.default=Mi.SHOULD_STOP=Mi.SHOULD_SKIP=Mi.REMOVED=void 0;var PH=Ec(),vH=gm(),AH=_n(),wH=Rp(),Gx=be(),Go=Gx,CH=jr(),IH=lg(),Di=cg(),Ns=kg(),Ds=Lf(),Xx=dx(),zr=Mx(),pt=qx(),Qx=mi(),ct=Qx,Ls=Uo(),Li=Ko(),Rt=Yx(),ph=Jx(),kH=Np(),{validate:_H}=Gx,Hx=vH("babel"),_oe=Mi.REMOVED=1,Ooe=Mi.SHOULD_STOP=2,Noe=Mi.SHOULD_SKIP=4,Hi=Mi.default=class Zx{constructor(e,i){this.contexts=[],this.state=null,this.opts=null,this._traverseFlags=0,this.skipKeys=null,this.parentPath=null,this.container=null,this.listKey=null,this.key=null,this.node=null,this.type=null,this._store=null,this.parent=i,this.hub=e,this.data=null,this.context=null,this.scope=null}get removed(){return(this._traverseFlags&1)>0}set removed(e){e?this._traverseFlags|=1:this._traverseFlags&=-2}get shouldStop(){return(this._traverseFlags&2)>0}set shouldStop(e){e?this._traverseFlags|=2:this._traverseFlags&=-3}get shouldSkip(){return(this._traverseFlags&4)>0}set shouldSkip(e){e?this._traverseFlags|=4:this._traverseFlags&=-5}static get({hub:e,parentPath:i,parent:r,container:s,listKey:n,key:a}){if(!e&&i&&(e=i.hub),!r)throw new Error("To get a node path the parent needs to exist");let l=s[a],c=CH.getOrCreateCachedPaths(r,i),o=c.get(l);return o||(o=new Zx(e,r),l&&c.set(l,o)),Qx.setup.call(o,i,s,n,a),o}getScope(e){return this.isScope()?new wH.default(this):e}setData(e,i){return this.data==null&&(this.data=Object.create(null)),this.data[e]=i}getData(e,i){this.data==null&&(this.data=Object.create(null));let r=this.data[e];return r===void 0&&i!==void 0&&(r=this.data[e]=i),r}hasNode(){return this.node!=null}buildCodeFrameError(e,i=SyntaxError){return this.hub.buildError(this.node,e,i)}traverse(e,i){(0,AH.default)(this.node,e,this.scope,i,this)}set(e,i){_H(this.node,e,i),this.node[e]=i}getPathLocation(){let e=[],i=this;do{let r=i.key;i.inList&&(r=`${i.listKey}[${r}]`),e.unshift(r)}while(i=i.parentPath);return e.join(".")}debug(e){Hx.enabled&&Hx(`${this.getPathLocation()} ${this.type}: ${e}`)}toString(){return(0,IH.default)(this.node).code}get inList(){return!!this.listKey}set inList(e){e||(this.listKey=null)}get parentKey(){return this.listKey||this.key}},OH={findParent:Di.findParent,find:Di.find,getFunctionParent:Di.getFunctionParent,getStatementParent:Di.getStatementParent,getEarliestCommonAncestorFrom:Di.getEarliestCommonAncestorFrom,getDeepestCommonAncestorFrom:Di.getDeepestCommonAncestorFrom,getAncestry:Di.getAncestry,isAncestor:Di.isAncestor,isDescendant:Di.isDescendant,inType:Di.inType,getTypeAnnotation:Ns.getTypeAnnotation,isBaseType:Ns.isBaseType,couldBeBaseType:Ns.couldBeBaseType,baseTypeStrictlyMatches:Ns.baseTypeStrictlyMatches,isGenericType:Ns.isGenericType,replaceWithMultiple:Ds.replaceWithMultiple,replaceWithSourceString:Ds.replaceWithSourceString,replaceWith:Ds.replaceWith,replaceExpressionWithStatements:Ds.replaceExpressionWithStatements,replaceInline:Ds.replaceInline,evaluateTruthy:Xx.evaluateTruthy,evaluate:Xx.evaluate,toComputedKey:zr.toComputedKey,ensureBlock:zr.ensureBlock,unwrapFunctionEnvironment:zr.unwrapFunctionEnvironment,arrowFunctionToExpression:zr.arrowFunctionToExpression,splitExportDeclaration:zr.splitExportDeclaration,ensureFunctionName:zr.ensureFunctionName,matchesPattern:pt.matchesPattern,isStatic:pt.isStatic,isNodeType:pt.isNodeType,canHaveVariableDeclarationOrExpression:pt.canHaveVariableDeclarationOrExpression,canSwapBetweenExpressionAndStatement:pt.canSwapBetweenExpressionAndStatement,isCompletionRecord:pt.isCompletionRecord,isStatementOrBlock:pt.isStatementOrBlock,referencesImport:pt.referencesImport,getSource:pt.getSource,willIMaybeExecuteBefore:pt.willIMaybeExecuteBefore,_guessExecutionStatusRelativeTo:pt._guessExecutionStatusRelativeTo,resolve:pt.resolve,isConstantExpression:pt.isConstantExpression,isInStrictMode:pt.isInStrictMode,isDenylisted:ct.isDenylisted,visit:ct.visit,skip:ct.skip,skipKey:ct.skipKey,stop:ct.stop,setContext:ct.setContext,requeue:ct.requeue,requeueComputedKeyAndDecorators:ct.requeueComputedKeyAndDecorators,remove:Ls.remove,insertBefore:Li.insertBefore,insertAfter:Li.insertAfter,unshiftContainer:Li.unshiftContainer,pushContainer:Li.pushContainer,getOpposite:Rt.getOpposite,getCompletionRecords:Rt.getCompletionRecords,getSibling:Rt.getSibling,getPrevSibling:Rt.getPrevSibling,getNextSibling:Rt.getNextSibling,getAllNextSiblings:Rt.getAllNextSiblings,getAllPrevSiblings:Rt.getAllPrevSiblings,get:Rt.get,getAssignmentIdentifiers:Rt.getAssignmentIdentifiers,getBindingIdentifiers:Rt.getBindingIdentifiers,getOuterBindingIdentifiers:Rt.getOuterBindingIdentifiers,getBindingIdentifierPaths:Rt.getBindingIdentifierPaths,getOuterBindingIdentifierPaths:Rt.getOuterBindingIdentifierPaths,shareCommentsWithSiblings:ph.shareCommentsWithSiblings,addComment:ph.addComment,addComments:ph.addComments};Object.assign(Hi.prototype,OH);Hi.prototype.arrowFunctionToShadowed=zr.arrowFunctionToShadowed,Object.assign(Hi.prototype,{has:pt.has,is:pt.is,isnt:pt.isnt,equals:pt.equals,hoist:Li.hoist,updateSiblingKeys:Li.updateSiblingKeys,call:ct.call,isBlacklisted:ct.isBlacklisted,setScope:ct.setScope,resync:ct.resync,popContext:ct.popContext,pushContext:ct.pushContext,setup:ct.setup,setKey:ct.setKey});Hi.prototype._guessExecutionStatusRelativeToDifferentFunctions=pt._guessExecutionStatusRelativeTo,Hi.prototype._guessExecutionStatusRelativeToDifferentFunctions=pt._guessExecutionStatusRelativeTo,Object.assign(Hi.prototype,{_getTypeAnnotation:Ns._getTypeAnnotation,_replaceWith:Ds._replaceWith,_resolve:pt._resolve,_call:ct._call,_resyncParent:ct._resyncParent,_resyncKey:ct._resyncKey,_resyncList:ct._resyncList,_resyncRemoved:ct._resyncRemoved,_getQueueContexts:ct._getQueueContexts,_removeFromScope:Ls._removeFromScope,_callRemovalHooks:Ls._callRemovalHooks,_remove:Ls._remove,_markRemoved:Ls._markRemoved,_assertUnremoved:Ls._assertUnremoved,_containerInsert:Li._containerInsert,_containerInsertBefore:Li._containerInsertBefore,_containerInsertAfter:Li._containerInsertAfter,_verifyNodeList:Li._verifyNodeList,_getKey:Rt._getKey,_getPattern:Rt._getPattern});for(let t of Go.TYPES){let e=`is${t}`,i=Go[e];Hi.prototype[e]=function(r){return i(this.node,r)},Hi.prototype[`assert${t}`]=function(r){if(!i(this.node,r))throw new TypeError(`Expected node path of type ${t}`)}}Object.assign(Hi.prototype,kH);for(let t of Object.keys(PH))t[0]!=="_"&&(Go.TYPES.includes(t)||Go.TYPES.push(t))});var eb=_(Qo=>{"use strict";Object.defineProperty(Qo,"__esModule",{value:!0});Qo.default=void 0;var NH=Ji(),DH=be(),fh=mi(),{VISITOR_KEYS:LH}=DH,hh=class{constructor(e,i,r,s){this.queue=null,this.priorityQueue=null,this.parentPath=s,this.scope=e,this.state=r,this.opts=i}shouldVisit(e){let i=this.opts;if(i.enter||i.exit||i[e.type])return!0;let r=LH[e.type];if(!(r!=null&&r.length))return!1;for(let s of r)if(e[s])return!0;return!1}create(e,i,r,s){return NH.default.get({parentPath:this.parentPath,parent:e,container:i,key:r,listKey:s})}maybeQueue(e,i){this.queue&&(i?this.queue.push(e):this.priorityQueue.push(e))}visitMultiple(e,i,r){if(e.length===0)return!1;let s=[];for(let n=0;n<e.length;n++){let a=e[n];a&&this.shouldVisit(a)&&s.push(this.create(i,e,n,r))}return this.visitQueue(s)}visitSingle(e,i){return this.shouldVisit(e[i])?this.visitQueue([this.create(e,e,i)]):!1}visitQueue(e){this.queue=e,this.priorityQueue=[];let i=new WeakSet,r=!1,s=0;for(;s<e.length;){let n=e[s];if(s++,fh.resync.call(n),(n.contexts.length===0||n.contexts[n.contexts.length-1]!==this)&&fh.pushContext.call(n,this),n.key===null)continue;let{node:a}=n;if(!i.has(a)){if(a&&i.add(a),n.visit()){r=!0;break}if(this.priorityQueue.length&&(r=this.visitQueue(this.priorityQueue),this.priorityQueue=[],this.queue=e,r))break}}for(let n=0;n<s;n++)fh.popContext.call(e[n]);return this.queue=null,r}visit(e,i){let r=e[i];return r?Array.isArray(r)?this.visitMultiple(r,e,i):this.visitSingle(e,i):!1}};Qo.default=hh});var yo=_(dh=>{"use strict";Object.defineProperty(dh,"__esModule",{value:!0});dh.traverseNode=jH;var MH=eb(),Moe=Ji(),FH=be(),Foe=mi(),{VISITOR_KEYS:BH}=FH;function jH(t,e,i,r,s,n,a){let l=BH[t.type];if(!l)return!1;let c=new MH.default(i,e,r,s);if(a)return n!=null&&n[s.parentKey]?!1:c.visitQueue([s]);for(let o of l)if(!(n!=null&&n[o])&&c.visit(t,o))return!0;return!1}});var mi=_(rt=>{"use strict";Object.defineProperty(rt,"__esModule",{value:!0});rt._call=yh;rt._getQueueContexts=eG;rt._resyncKey=ab;rt._resyncList=ob;rt._resyncParent=nb;rt._resyncRemoved=JH;rt.call=mh;rt.isDenylisted=rb;rt.popContext=XH;rt.pushContext=HH;rt.requeue=QH;rt.requeueComputedKeyAndDecorators=ZH;rt.resync=zH;rt.setContext=YH;rt.setKey=Zo;rt.setScope=sb;rt.setup=GH;rt.skip=KH;rt.skipKey=VH;rt.stop=WH;rt.visit=UH;var RH=yo(),tb=Ji(),$H=Uo(),qH=be();function mh(t){let e=this.opts;if(this.debug(t),this.node&&yh.call(this,e[t]))return!0;if(this.node){var i;return yh.call(this,(i=e[this.node.type])==null?void 0:i[t])}return!1}function yh(t){if(!t)return!1;for(let e of t){if(!e)continue;let i=this.node;if(!i)return!0;let r=e.call(this.state,this,this.state);if(r&&typeof r=="object"&&typeof r.then=="function")throw new Error("You appear to be using a plugin with an async traversal visitor, which your current version of Babel does not support. If you're using a published plugin, you may need to upgrade your @babel/core version.");if(r)throw new Error(`Unexpected return value from visitor method ${e}`);if(this.node!==i||this._traverseFlags>0)return!0}return!1}function rb(){var t;let e=(t=this.opts.denylist)!=null?t:this.opts.blacklist;return e?.includes(this.node.type)}rt.isBlacklisted=rb;function ib(t,e){t.context!==e&&(t.context=e,t.state=e.state,t.opts=e.opts)}function UH(){var t,e;if(!this.node||this.isDenylisted()||(t=(e=this.opts).shouldSkip)!=null&&t.call(e,this))return!1;let i=this.context;return this.shouldSkip||mh.call(this,"enter")?(this.debug("Skip..."),this.shouldStop):(ib(this,i),this.debug("Recursing into..."),this.shouldStop=(0,RH.traverseNode)(this.node,this.opts,this.scope,this.state,this,this.skipKeys),ib(this,i),mh.call(this,"exit"),this.shouldStop)}function KH(){this.shouldSkip=!0}function VH(t){this.skipKeys==null&&(this.skipKeys={}),this.skipKeys[t]=!0}function WH(){this._traverseFlags|=tb.SHOULD_SKIP|tb.SHOULD_STOP}function sb(){var t,e;if((t=this.opts)!=null&&t.noScope)return;let i=this.parentPath;((this.key==="key"||this.listKey==="decorators")&&i.isMethod()||this.key==="discriminant"&&i.isSwitchStatement())&&(i=i.parentPath);let r;for(;i&&!r;){var s;if((s=i.opts)!=null&&s.noScope)return;r=i.scope,i=i.parentPath}this.scope=this.getScope(r),(e=this.scope)==null||e.init()}function YH(t){return this.skipKeys!=null&&(this.skipKeys={}),this._traverseFlags=0,t&&(this.context=t,this.state=t.state,this.opts=t.opts),sb.call(this),this}function zH(){this.removed||(nb.call(this),ob.call(this),ab.call(this))}function nb(){this.parentPath&&(this.parent=this.parentPath.node)}function ab(){if(this.container&&this.node!==this.container[this.key]){if(Array.isArray(this.container)){for(let t=0;t<this.container.length;t++)if(this.container[t]===this.node){Zo.call(this,t);return}}else for(let t of Object.keys(this.container))if(this.container[t]===this.node){Zo.call(this,t);return}this.key=null}}function ob(){if(!this.parent||!this.inList)return;let t=this.parent[this.listKey];this.container!==t&&(this.container=t||null)}function JH(){(this.key==null||!this.container||this.container[this.key]!==this.node)&&$H._markRemoved.call(this)}function XH(){this.contexts.pop(),this.contexts.length>0?this.setContext(this.contexts[this.contexts.length-1]):this.setContext(void 0)}function HH(t){this.contexts.push(t),this.setContext(t)}function GH(t,e,i,r){this.listKey=i,this.container=e,this.parentPath=t||this.parentPath,Zo.call(this,r)}function Zo(t){var e;this.key=t,this.node=this.container[this.key],this.type=(e=this.node)==null?void 0:e.type}function QH(t=this){if(t.removed)return;let e=this.contexts;for(let i of e)i.maybeQueue(t)}function ZH(){let{context:t,node:e}=this;if(!qH.isPrivate(e)&&e.computed&&t.maybeQueue(this.get("key")),e.decorators)for(let i of this.get("decorators"))t.maybeQueue(i)}function eG(){let t=this,e=this.contexts;for(;!e.length&&(t=t.parentPath,!!t);)e=t.contexts;return e}});var lb=_(el=>{"use strict";Object.defineProperty(el,"__esModule",{value:!0});el.default=void 0;var Th=class{getCode(){}getScope(){}addHelper(){throw new Error("Helpers are not supported by the default hub.")}buildError(e,i,r=TypeError){return new r(i)}};el.default=Th});var _n=_(Gi=>{"use strict";Object.defineProperty(Gi,"__esModule",{value:!0});Object.defineProperty(Gi,"Hub",{enumerable:!0,get:function(){return nG.default}});Object.defineProperty(Gi,"NodePath",{enumerable:!0,get:function(){return rG.default}});Object.defineProperty(Gi,"Scope",{enumerable:!0,get:function(){return sG.default}});Gi.visitors=Gi.default=void 0;mi();var Yn=fo();Gi.visitors=Yn;var tG=be(),iG=jr(),cb=yo(),rG=Ji(),sG=Rp(),nG=lb(),{VISITOR_KEYS:aG,removeProperties:oG,traverseFast:Wn}=tG;function xi(t,e={},i,r,s,n){if(t){if(!e.noScope&&!i&&t.type!=="Program"&&t.type!=="File")throw new Error(`You must pass a scope and parentPath unless traversing a Program/File. Instead of that you tried to traverse a ${t.type} node without passing scope and parentPath.`);if(!s&&n)throw new Error("visitSelf can only be used when providing a NodePath.");aG[t.type]&&(Yn.explode(e),(0,cb.traverseNode)(t,e,i,r,s,null,n))}}var $oe=Gi.default=xi;xi.visitors=Yn;xi.verify=Yn.verify;xi.explode=Yn.explode;xi.cheap=function(t,e){Wn(t,e)};xi.node=function(t,e,i,r,s,n){(0,cb.traverseNode)(t,e,i,r,s,n)};xi.clearNode=function(t,e){oG(t,e)};xi.removeProperties=function(t,e){return Wn(t,xi.clearNode,e),t};xi.hasType=function(t,e,i){return i!=null&&i.includes(t.type)?!1:t.type===e?!0:Wn(t,function(r){if(i!=null&&i.includes(r.type))return Wn.skip;if(r.type===e)return Wn.stop})};xi.cache=iG});var pb=_((Uoe,ub)=>{var lG=require("fs"),cG=ja(),uG=_n().default;function pG(t){let e=lG.readFileSync(t,"utf-8"),i=new Set,r,s={};function n(c){return!(!c||typeof c!="string"||(c=c.trim(),c.length===0)||!/[a-zA-Z0-9_-]/.test(c))}function a(c){n(c)&&i.add(c.trim())}try{r=cG.parse(e,{sourceType:"module",plugins:["jsx","typescript","classProperties","objectRestSpread","optionalChaining","nullishCoalescingOperator"]})}catch{return[]}function l(c){if(c)if(c.type==="StringLiteral"||c.type==="Literal")c.value.split(/\s+/).forEach(o=>a(o));else if(c.type==="ArrayExpression")c.elements.forEach(o=>l(o));else if(c.type==="TemplateLiteral")c.quasis.forEach(o=>{o.value.cooked&&o.value.cooked.split(/\s+/).forEach(u=>a(u))}),c.expressions.forEach(o=>l(o));else if(c.type==="Identifier"&&s[c.name]){let o=s[c.name];Array.isArray(o)?o.forEach(u=>a(u)):typeof o=="string"?o.split(/\s+/).forEach(u=>a(u)):typeof o=="object"&&Object.values(o).forEach(u=>{typeof u=="string"&&u.split(/\s+/).forEach(f=>a(f))})}else if(c.type==="BinaryExpression"&&c.operator==="+")l(c.left),l(c.right);else if(c.type==="ConditionalExpression")l(c.consequent),l(c.alternate);else if(c.type==="LogicalExpression")l(c.left),l(c.right);else if(c.type==="MemberExpression"){if(c.object.type==="Identifier"&&s[c.object.name]){let o=null;if(!c.computed&&c.property.type==="Identifier")o=c.property.name;else if(c.computed&&c.property.type==="StringLiteral")o=c.property.value;else if(c.computed&&c.property.type==="Identifier"){let u=s[c.object.name];typeof u=="object"&&Object.values(u).forEach(f=>{typeof f=="string"&&f.split(/\s+/).forEach(d=>a(d))});return}if(o){let u=s[c.object.name][o];typeof u=="string"&&u.split(/\s+/).forEach(f=>a(f))}}}else c.type==="ArrowFunctionExpression"?c.body.type==="TemplateLiteral"||c.body.type==="ConditionalExpression"?l(c.body):c.body.type==="BlockStatement"&&c.body.body.forEach(o=>{o.type==="ReturnStatement"&&o.argument&&l(o.argument)}):c.type==="CallExpression"&&l(c.callee)}return uG(r,{VariableDeclarator(c){if(c.node.init&&c.node.id.type==="Identifier"){let o=c.node.id.name,u=/Classes?$/.test(o)||/classes?$/i.test(o),f=u||/color|variant|style|map/i.test(o);if(c.node.init.type==="ObjectExpression"&&f){let d={},m=S=>{S.type==="StringLiteral"?S.value.split(/\s+/).forEach(P=>a(P)):S.type==="ObjectExpression"&&S.properties.forEach(P=>{m(P.value)})};c.node.init.properties.forEach(S=>{let P=null;S.key.type==="Identifier"?P=S.key.name:S.key.type==="StringLiteral"&&(P=S.key.value),P&&(S.value.type==="StringLiteral"?(d[P]=S.value.value,S.value.value.split(/\s+/).forEach(A=>a(A))):S.value.type==="ObjectExpression"&&m(S.value))}),s[o]=d}else if((c.node.init.type==="ArrayExpression"||c.node.init.type==="StringLiteral")&&f){let d=[];c.node.init.type==="ArrayExpression"?c.node.init.elements.forEach(m=>{m&&m.type==="StringLiteral"&&m.value.split(/\s+/).forEach(S=>{n(S)&&d.push(S.trim())})}):c.node.init.type==="StringLiteral"&&c.node.init.value.split(/\s+/).forEach(m=>{n(m)&&d.push(m.trim())}),s[o]=d}else c.node.init.type==="StringLiteral"&&u&&(s[o]=c.node.init.value)}},ObjectProperty(c){let o=c.node.key.name||(c.node.key.type==="StringLiteral"?c.node.key.value:null);o&&/Class$|^className$/i.test(o)&&(c.node.value.type==="StringLiteral"?c.node.value.value.split(/\s+/).forEach(u=>a(u)):c.node.value.type==="TemplateLiteral"&&l(c.node.value))},JSXAttribute(c){if(typeof c.node.name.name=="string"&&/^(class(Name)?|.*[cC]lass)$/.test(c.node.name.name)){let o=c.node.value;o&&(o.type==="StringLiteral"?o.value.split(/\s+/).forEach(u=>a(u)):o.type==="JSXExpressionContainer"&&l(o.expression))}}}),Array.from(i).filter(n)}ub.exports=pG});var xh=require("fs"),Tb=require("path"),fG=Cd(),hG=Od(),fb=Dd(),hb=Md(),dG=pb(),db=(...t)=>t.reduce((e,i)=>hG(e,i||{},{arrayMerge:(r,s)=>s}),{}),mb=()=>{try{return require(Tb.resolve(process.cwd(),"unicss.config.js"))}catch{return{}}},st=t=>t.replace(/([:\/\[\]\(\)\?\=\&\,\'\;\+\"#%\*!])/g,"\\$1").replace(/\./g,"\\.").replace(/^([0-9])/,"\\3$1"),$t=t=>t.replace(/\./g,"\\."),M=(t,e)=>{let i=t.replace(/[\[\]]/g,"");return["bg-image","mask-image","list-image"].includes(e)?/^url\(/i.test(i.trim())?i:i.replace(/_/g," "):i.replace(/_/g," ").replace(/calc\(([^)]+)\)/g,(s,n)=>`calc(${n.replace(/([+\-*\/])/g," $1 ").replace(/\s+/g," ").trim()})`)},yb=t=>{let e=xh.readFileSync(t,"utf-8"),i=[];return[/class=["']([^"']+)["']/g,/className=["']([^"']+)["']/g,/class=\{["'`]([^"'`]+)["'`]\}/g,/className=\{["'`]([^"'`]+)["'`]\}/g,/class:\s*["']([^"']+)["']/g,/class:\s*\[["']([^"']+)["']\]/g].forEach(s=>{let n;for(;(n=s.exec(e))!==null;){let a=n[1];if(a){let l=a.split(/\s+/).filter(Boolean);i.push(...l)}}}),i},Ie=t=>{if(t=t.replace(/[\[\]]/g,""),["inherit","current","transparent","currentColor"].includes(t))return t==="current"?"currentColor":t;let i=t.match(/^rgba?\((\d+),(\d+),(\d+)(?:,(\d*\.?\d+))?\)$/);if(i){let[,s,n,a,l]=i;return`rgba(${s},${n},${a},${l||1})`}let r=t.match(/^rgb\((\d+)_(\d+)_(\d+)(?:_\/(\d+))?\)$/);if(r){let[,s,n,a,l]=r,c=l?parseInt(l,10)/100:1;return`rgba(${s},${n},${a},${c})`}if(/^#[0-9A-Fa-f]{6}$|^#[0-9A-Fa-f]{3}$/.test(t))return t;if(t.includes("/")){let[s,n]=t.split("/");if(s.startsWith("#")){let a=s.replace("#","");a.length===3&&(a=a.split("").map(u=>u+u).join(""));let l=parseInt(a.substring(0,2),16),c=parseInt(a.substring(2,4),16),o=parseInt(a.substring(4,6),16);return`rgba(${l},${c},${o},${parseInt(n,10)/100})`}return`color-mix(in srgb, var(--color-${s}) ${parseInt(n,10)}%, transparent)`}return`var(--color-${t})`},mt=t=>t==="full"?"100%":t==="px"?"1px":/^\d+\/\d+$/.test(t)?t.replace(/^(\d+)\/(\d+)$/,(e,i,r)=>`${parseInt(i,10)/parseInt(r,10)*100}%`):`var(--${$t(t)})`,Ve=t=>t==="full"?"-100%":t==="px"?"-1px":/^\d+\/\d+$/.test(t)?`-${t.replace(/^(\d+)\/(\d+)$/,(e,i,r)=>`${parseInt(i,10)/parseInt(r,10)*100}%`)}`:`calc(-1 * var(--${$t(t)}))`,mG=t=>{let e=t.split(" ");if(e.length===1){let i=mt(e[0]);return`${i} ${i}`}return e.map(mt).join(" ")},yG=t=>{let e=t.split(" ");if(e.length===1){let i=Ve(e[0]);return`${i} ${i}`}return e.map(Ve).join(" ")},Jr={first:"first-child",last:"last-child","not-first":"not(:first-child)","not-last":"not(:last-child)",odd:"nth-child(odd)",even:"nth-child(even)",placeholder:"placeholder",file:"file-selector-button",marker:"marker",selection:"selection","first-line":"first-line","first-letter":"first-letter",backdrop:"backdrop","has-checked":"has(:checked)","focus-within":"focus-within",before:"before",after:"after","peer-hover":":hover","peer-focus":":focus","peer-active":":active","peer-invalid":":invalid","peer-checked":":checked","peer-disabled":":disabled","peer-required":":required","peer-read-only":":read-only","peer-indeterminate":":indeterminate","not-hover":"not(:hover)","not-focus":"not(:focus)","not-active":"not(:active)","not-visited":"not(:visited)","not-disabled":"not(:disabled)","not-checked":"not(:checked)","not-focus-visible":"not(:focus-visible)","not-invalid":"not(:invalid)","not-valid":"not(:valid)","not-required":"not(:required)","not-read-only":"not(:read-only)","not-indeterminate":"not(:indeterminate)"},TG=t=>{let e=t.match(/^nth-(\d+)$/);if(e)return`nth-child(${e[1]})`;let i=t.match(/^nth-last-(\d+)$/);if(i)return`nth-last-child(${i[1]})`;let r=t.match(/^nth-of-type-(\d+)$/);if(r)return`nth-of-type(${r[1]})`;let s=t.match(/^nth-last-of-type-(\d+)$/);return s?`nth-last-of-type(${s[1]})`:null},bi=t=>{let e=TG(t);if(e)return e;if(t.startsWith("group-hover/"))return`.group\\/${t.replace("group-hover/","")}:hover`;if(t==="group-hover")return".group:hover";if(t.startsWith("peer-")&&t.includes("/")){let[i,r]=t.split("/"),s=Jr[i]||`:${i.replace("peer-","")}`;return`.peer\\/${r}${s} ~`}return t.startsWith("peer-")?`.peer${Jr[t]||`:${t.replace("peer-","")}`} ~`:Jr[t]||t},tl=["--uni-blur","--uni-drop-shadow","--uni-brightness","--uni-contrast","--uni-grayscale","--uni-hue-rotate","--uni-invert","--uni-saturate","--uni-sepia"],il=["--uni-backdrop-blur","--uni-backdrop-brightness","--uni-backdrop-contrast","--uni-backdrop-grayscale","--uni-backdrop-hue-rotate","--uni-backdrop-invert","--uni-backdrop-saturate","--uni-backdrop-opacity","--uni-backdrop-sepia"],gb=["--uni-shadow","--uni-shadow-color","--uni-inset-shadow","--uni-inset-shadow-color","--uni-ring-shadow","--uni-ring-color","--uni-inset-ring-shadow","--uni-inset-ring-color","--uni-ring-inset"],rl=["--uni-rotate-x","--uni-rotate-y","--uni-rotate-z","--uni-skew-x","--uni-skew-y"],sl=["--uni-scale-x","--uni-scale-y"],nl=["--uni-translate-x","--uni-translate-y","--uni-translate-z"],gG=(t,e,i,r,s=null,n=null,a=!1)=>{let l=st(t),c=`.${l}`,o=!1;t.includes("space-x-")||t.includes("space-y-")||t.includes("divide-x")||t.includes("divide-y")||t.includes("divide-color-")||t.includes("divide-style-")?(c+=" > :not(:last-child)",o=!0):a&&(c+=" > *"),o&&(c=`:where(${c})`),s&&(s.startsWith("peer-")||s.includes("peer-"))?c=`${bi(s)}${c}`:s&&(o?c=c.replace(`:where(.${l}`,`:where(.${l}:${bi(s)}`):c+=`:${bi(s)}`);let u=tl.includes(i),f=il.includes(i),d=gb.includes(i),m=rl.includes(i),S=sl.includes(i),P=nl.includes(i),A;typeof r=="object"?A=Object.entries(r).map(([k,D])=>`${k}: ${D}`).join("; "):Array.isArray(i)?A=i.map(k=>`${k}: ${r}`).join("; "):A=`${i}: ${r}`;let C;return u?C=`${c} { ${A}; filter: ${tl.map(k=>`var(${k})`).join(" ")}; }`:f?C=`${c} { ${A}; backdrop-filter: ${il.map(k=>`var(${k})`).join(" ")}; }`:d?C=`${c} { ${A}; box-shadow: var(--uni-inset-shadow, 0 0 #0000), var(--uni-inset-ring-shadow, 0 0 #0000), var(--uni-ring-shadow, 0 0 #0000), var(--uni-shadow, 0 0 #0000); }`:m?C=`${c} { ${A}; transform: ${rl.map(k=>`var(${k})`).join(" ")}; }`:S?C=`${c} { ${A}; scale: ${sl.map(k=>`var(${k})`).join(" ")}; }`:P?C=`${c} { ${A}; translate: ${nl.map(k=>`var(${k})`).join(" ")}; }`:C=`${c} { ${A} }`,{selector:c,rule:C,screen:n}},xG=(t,e={})=>{let i=[],r=(o,u,f)=>{i.push({prefix:o,prop:u,transform:f})};["w","min-w","max-w"].forEach(o=>{let u=o.replace("w","width");r(`${o}-[`,u,M),r(`${o}-`,u,f=>{let d=`container-${f}`;if(e[d])return`var(--${d})`;if(/^\d+\/\d+$/.test(f))return f.replace(/^(\d+)\/(\d+)$/,(S,P,A)=>`${parseInt(P,10)/parseInt(A,10)*100}%`);let m={full:"100%",screen:"100vw",dvw:"100dvw",dvh:"100dvh",lvw:"100lvw",lvh:"100lvh",svw:"100svw",svh:"100svh",auto:"auto",px:"1px",min:"min-content",max:"max-content",fit:"fit-content"};return m[f]?m[f]:`var(--${f})`})}),["h","min-h","max-h"].forEach(o=>{let u=o.replace("h","height");r(`${o}-[`,u,M),r(`${o}-`,u,f=>{let d=`container-${f}`;if(e[d])return`var(--${d})`;if(/^\d+\/\d+$/.test(f))return f.replace(/^(\d+)\/(\d+)$/,(S,P,A)=>`${parseInt(P,10)/parseInt(A,10)*100}%`);let m={full:"100%",screen:"100vh",dvw:"100dvw",dvh:"100dvh",lvw:"100lvw",lvh:"100lvh",svw:"100svw",svh:"100svh",auto:"auto",px:"1px",min:"min-content",max:"max-content",fit:"fit-content"};return m[f]?m[f]:`var(--${f})`})}),[["p","padding"],["pt","padding-top"],["pr","padding-right"],["pb","padding-bottom"],["pl","padding-left"],["px","padding-inline"],["py","padding-block"],["m","margin"],["mt","margin-top"],["mr","margin-right"],["mb","margin-bottom"],["ml","margin-left"]].forEach(([o,u])=>{r(`${o}-[`,u,M),r(`${o}-`,u,f=>f==="auto"?"auto":f==="px"?"1px":mt(f))}),r("mx-[",["margin-left","margin-right"],M),r("mx-",["margin-left","margin-right"],o=>o==="auto"?"auto":o==="px"?"1px":mt(o)),r("my-[",["margin-top","margin-bottom"],M),r("my-",["margin-top","margin-bottom"],o=>o==="auto"?"auto":o==="px"?"1px":mt(o)),r("-m-","margin",o=>o==="px"?"-1px":Ve(o)),r("-mt-","margin-top",o=>o==="px"?"-1px":Ve(o)),r("-mr-","margin-right",o=>o==="px"?"-1px":Ve(o)),r("-mb-","margin-bottom",o=>o==="px"?"-1px":Ve(o)),r("-ml-","margin-left",o=>o==="px"?"-1px":Ve(o)),r("-mx-",["margin-left","margin-right"],o=>o==="px"?"-1px":Ve(o)),r("-my-",["margin-top","margin-bottom"],o=>o==="px"?"-1px":Ve(o)),["top","right","bottom","left"].forEach(o=>{r(`${o}-[`,o,M),r(`${o}-`,o,u=>u==="auto"?"auto":u==="px"?"1px":u==="full"?"100%":mt(u)),r(`-${o}-[`,o,u=>`-${M(u)}`),r(`-${o}-`,o,u=>u==="px"?"-1px":u==="full"?"-100%":Ve(u))}),r("gap-x-[","column-gap",M),r("gap-x-","column-gap",o=>o==="px"?"1px":`var(--${$t(o)})`),r("gap-y-[","row-gap",M),r("gap-y-","row-gap",o=>o==="px"?"1px":`var(--${$t(o)})`),r("gap-[","gap",M),r("gap-","gap",o=>o==="px"?"1px":`var(--${$t(o)})`),r("inset-x-[","inset-inline",M),r("inset-x-","inset-inline",o=>o==="auto"?"auto":o==="px"?"1px":o==="full"?"100%":mt(o)),r("-inset-x-[","inset-inline",o=>`-${M(o)}`),r("-inset-x-","inset-inline",Ve),r("inset-y-[","inset-block",M),r("inset-y-","inset-block",o=>o==="auto"?"auto":o==="px"?"1px":o==="full"?"100%":mt(o)),r("-inset-y-[","inset-block",o=>`-${M(o)}`),r("-inset-y-","inset-block",Ve),r("inset-[","inset",M),r("inset-","inset",o=>o==="auto"?"auto":o==="px"?"1px":o==="full"?"100%":mt(o)),r("-inset-[","inset",o=>`-${M(o)}`),r("-inset-","inset",Ve),r("z-","z-index",M),r("-z-","z-index",o=>`-${o}`),r("flex-[","flex",M),r("flex-row-reverse","flex-direction",()=>"row-reverse"),r("flex-col-reverse","flex-direction",()=>"column-reverse"),r("flex-row","flex-direction",()=>"row"),r("flex-col","flex-direction",()=>"column"),r("flex-wrap-reverse","flex-wrap",()=>"wrap-reverse"),r("flex-wrap","flex-wrap",()=>"wrap"),r("flex-nowrap","flex-wrap",()=>"nowrap"),r("flex-","flex",M),r("grow-","flex-grow",M),r("shrink-","flex-shrink",M),r("basis-[","flex-basis",M),r("basis-","flex-basis",o=>{if(o==="auto")return"auto";if(o==="px")return"1px";if(o==="full")return"100%";let u=`container-${o}`;return e[u]?`var(--${u})`:mt(o)}),r("order-first","order",()=>"-999999"),r("order-last","order",()=>"999999"),r("order-","order",M),r("-order-","order",o=>`-${o}`),[["auto",{width:"auto",height:"auto"}],["px",{width:"1px",height:"1px"}],["full",{width:"100%",height:"100%"}],["dvw",{width:"100dvw",height:"100dvw"}],["dvh",{width:"100dvh",height:"100dvh"}],["lvw",{width:"100lvw",height:"100lvw"}],["lvh",{width:"100lvh",height:"100lvh"}],["svw",{width:"100svw",height:"100svw"}],["svh",{width:"100svh",height:"100svh"}],["min",{width:"min-content",height:"min-content"}],["max",{width:"max-content",height:"max-content"}],["fit",{width:"fit-content",height:"fit-content"}]].forEach(([o,u])=>{r(`size-${o}`,null,()=>u)}),r("size-[",["width","height"],M),r("size-",["width","height"],mt),r("aspect-[","aspect-ratio",M),r("aspect-","aspect-ratio",o=>/^\d+\/\d+$/.test(o)?o:{auto:"auto",square:"1/1",video:"16/9"}[o]||o),[["scroll-m","scroll-margin"],["scroll-mt","scroll-margin-top"],["scroll-mr","scroll-margin-right"],["scroll-mb","scroll-margin-bottom"],["scroll-ml","scroll-margin-left"]].forEach(([o,u])=>{r(`${o}-[`,u,M),r(`${o}-`,u,f=>f==="auto"?"auto":f==="px"?"1px":/^\d+$/.test(f)?`var(--${f})`:mt(f))}),r("scroll-mx-[","scroll-margin-inline",M),r("scroll-mx-","scroll-margin-inline",o=>o==="auto"?"auto":o==="px"?"1px":/^\d+$/.test(o)?`var(--${o})`:mt(o)),r("scroll-my-[","scroll-margin-block",M),r("scroll-my-","scroll-margin-block",o=>o==="auto"?"auto":o==="px"?"1px":/^\d+$/.test(o)?`var(--${o})`:mt(o)),r("-scroll-m-[","scroll-margin",o=>`-${M(o)}`),r("-scroll-m-","scroll-margin",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-mt-[","scroll-margin-top",o=>`-${M(o)}`),r("-scroll-mt-","scroll-margin-top",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-mr-[","scroll-margin-right",o=>`-${M(o)}`),r("-scroll-mr-","scroll-margin-right",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-mb-[","scroll-margin-bottom",o=>`-${M(o)}`),r("-scroll-mb-","scroll-margin-bottom",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-ml-[","scroll-margin-left",o=>`-${M(o)}`),r("-scroll-ml-","scroll-margin-left",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-mx-[","scroll-margin-inline",o=>`-${M(o)}`),r("-scroll-mx-","scroll-margin-inline",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-my-[","scroll-margin-block",o=>`-${M(o)}`),r("-scroll-my-","scroll-margin-block",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),[["scroll-p","scroll-padding"],["scroll-pt","scroll-padding-top"],["scroll-pr","scroll-padding-right"],["scroll-pb","scroll-padding-bottom"],["scroll-pl","scroll-padding-left"]].forEach(([o,u])=>{r(`${o}-[`,u,M),r(`${o}-`,u,f=>f==="px"?"1px":/^\d+$/.test(f)?`var(--${f})`:mt(f))}),r("scroll-px-[","scroll-padding-inline",M),r("scroll-px-","scroll-padding-inline",o=>o==="px"?"1px":/^\d+$/.test(o)?`var(--${o})`:mt(o)),r("scroll-py-[","scroll-padding-block",M),r("scroll-py-","scroll-padding-block",o=>o==="px"?"1px":/^\d+$/.test(o)?`var(--${o})`:mt(o)),r("-scroll-p-[","scroll-padding",o=>`-${M(o)}`),r("-scroll-p-","scroll-padding",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-pt-[","scroll-padding-top",o=>`-${M(o)}`),r("-scroll-pt-","scroll-padding-top",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-pr-[","scroll-padding-right",o=>`-${M(o)}`),r("-scroll-pr-","scroll-padding-right",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-pb-[","scroll-padding-bottom",o=>`-${M(o)}`),r("-scroll-pb-","scroll-padding-bottom",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-pl-[","scroll-padding-left",o=>`-${M(o)}`),r("-scroll-pl-","scroll-padding-left",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-px-[","scroll-padding-inline",o=>`-${M(o)}`),r("-scroll-px-","scroll-padding-inline",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("-scroll-py-[","scroll-padding-block",o=>`-${M(o)}`),r("-scroll-py-","scroll-padding-block",o=>o==="px"?"-1px":/^\d+$/.test(o)?`calc(var(--${o}) * -1)`:Ve(o)),r("font-[","font-weight",M),r("font-family-[","font-family",o=>{let u=M(o);return u.startsWith('"')||u.startsWith("'")?u:`"${u}"`}),r("tracking-[","letter-spacing",M),r("leading-[","line-height",M),r("leading-","line-height",o=>/^\d+$/.test(o)||/^\d*\.\d+$/.test(o)?`calc(var(--1) * ${o})`:null),r("indent-[","text-indent",M),r("indent-","text-indent",o=>`var(--${$t(o)})`),r("-indent-","text-indent",o=>`calc(-1 * var(--${$t(o)}))`),r("align-[","vertical-align",M),r("text-shadow-color-[",null,o=>({"--uni-text-shadow-color":Ie(o)})),r("text-shadow-color-",null,o=>({"--uni-text-shadow-color":Ie(o)})),r("text-shadow-[","text-shadow",M),r("text-color-[","color",Ie),r("text-color-","color",Ie),r("text-[","font-size",M),r("text-",null,function(o){if(o.startsWith("color-"))return{color:Ie(o.replace("color-",""))};let u=o.match(/^([a-z0-9\[\]\-\.]+)\/([a-z0-9\[\]\-\.]+)$/i);if(u){let[,f,d]=u;if(!f.startsWith("color-"))return{"font-size":t[f]?`var(--${$t(f)})`:`var(--text-${f})`,"line-height":t[d]?`var(--${$t(d)})`:`var(--line-${d})`}}return t[o]?{"font-size":`var(--${$t(o)})`}:{"font-size":`var(--text-${o})`}}),r("decoration-color-[","text-decoration-color",Ie),r("decoration-color-","text-decoration-color",Ie),r("decoration-thick-[","text-decoration-thickness",M),r("decoration-thick-","text-decoration-thickness",o=>o==="auto"?"auto":o==="from-font"?"from-font":/^\d+$/.test(o)?`${o}px`:`var(--${$t(o)})`),r("underline-offset-[","text-underline-offset",M),r("underline-offset-","text-underline-offset",o=>o==="auto"?"auto":/^\d+$/.test(o)?`${o}px`:`var(--${$t(o)})`),r("-underline-offset-[","text-underline-offset",o=>`-${M(o)}`),r("-underline-offset-","text-underline-offset",o=>/^\d+$/.test(o)?`-${o}px`:`calc(-1 * var(--${$t(o)}))`),r("bg-color-[","background-color",Ie),r("bg-color-","background-color",Ie),r("bg-image-[","background-image",o=>M(o,"bg-image")),r("bg-position-[","background-position",M),r("bg-size-[","background-size",M),r("bg-gradient-[","background-image",o=>M(o).replace(/color-([a-zA-Z0-9\-]+(?:\/[0-9]+)?)/g,(u,f)=>Ie(f))),r("list-image-[","list-style-image",o=>M(o,"list-image")),r("mask-image-[",null,o=>({"mask-image":M(o,"mask-image"),"-webkit-mask-image":M(o,"mask-image")})),r("mask-position-[",null,o=>({"mask-position":M(o),"-webkit-mask-position":M(o)})),r("mask-size-[",null,o=>({"mask-size":M(o),"-webkit-mask-size":M(o)})),r("border-style-",null,o=>({"--uni-border-style":o,"border-style":"var(--uni-border-style)"})),r("border-spacing-x-[",null,o=>({"--uni-border-spacing-x":M(o),"border-spacing":`var(--uni-border-spacing-x, ${M(o)}) var(--uni-border-spacing-y, 0)`})),r("border-spacing-x-",null,o=>({"--uni-border-spacing-x":`${o}px`,"border-spacing":`var(--uni-border-spacing-x, ${o}px) var(--uni-border-spacing-y, 0)`})),r("border-spacing-y-[",null,o=>({"--uni-border-spacing-y":M(o),"border-spacing":`var(--uni-border-spacing-x, 0) var(--uni-border-spacing-y, ${M(o)})`})),r("border-spacing-y-",null,o=>({"--uni-border-spacing-y":`${o}px`,"border-spacing":`var(--uni-border-spacing-x, 0) var(--uni-border-spacing-y, ${o}px)`})),r("border-spacing-[","border-spacing",M),r("border-spacing-","border-spacing",o=>`${o}px`),r("border-color-[","border-color",Ie),r("border-color-","border-color",Ie),["t","r","b","l","x","y"].forEach(o=>{let u={t:"border-top-color",r:"border-right-color",b:"border-bottom-color",l:"border-left-color",x:"border-inline-color",y:"border-block-color"};r(`border-${o}-color-[`,u[o],Ie),r(`border-${o}-color-`,u[o],Ie)}),r("border-x-",null,o=>({"border-inline-width":`${o}px`,"border-style":"var(--uni-border-style)"})),r("border-y-",null,o=>({"border-block-width":`${o}px`,"border-style":"var(--uni-border-style)"})),r("border-t-",null,o=>({"border-top-width":`${o}px`,"border-style":"var(--uni-border-style)"})),r("border-r-",null,o=>({"border-right-width":`${o}px`,"border-style":"var(--uni-border-style)"})),r("border-b-",null,o=>({"border-bottom-width":`${o}px`,"border-style":"var(--uni-border-style)"})),r("border-l-",null,o=>({"border-left-width":`${o}px`,"border-style":"var(--uni-border-style)"})),r("border-[",null,o=>({"border-width":M(o),"border-style":"var(--uni-border-style)"})),r("border-",null,o=>/^\d+$/.test(o)||/^\d+(px|rem|em|%)$/.test(o)?{"border-width":`${o}px`,"border-style":"var(--uni-border-style)"}:{});let c=["xs","sm","md","lg","xl","2xl","4xl","none","full"];return c.forEach(o=>{let u=o==="none"?"0":o==="full"?"999999px":`var(--radius-${o})`;r(`rounded-${o}`,"border-radius",()=>u)}),r("rounded-[","border-radius",M),["t","r","b","l","tl","tr","br","bl"].forEach(o=>{let u={t:["top-left","top-right"],r:["top-right","bottom-right"],b:["bottom-right","bottom-left"],l:["top-left","bottom-left"],tl:["top-left"],tr:["top-right"],br:["bottom-right"],bl:["bottom-left"]};c.forEach(f=>{let d=f==="none"?"0":f==="full"?"999999px":`var(--radius-${f})`,m={};u[o].forEach(S=>{m[`border-${S}-radius`]=d}),r(`rounded-${o}-${f}`,null,()=>m)})}),r("shadow-[","--uni-shadow",M),r("shadow-inset-[","--uni-inset-shadow",M),r("shadow-color-[",null,o=>({"--uni-shadow-color":Ie(o)})),r("shadow-color-",null,o=>({"--uni-shadow-color":Ie(o)})),r("shadow-inset-color-[",null,o=>({"--uni-inset-shadow-color":Ie(o)})),r("shadow-inset-color-",null,o=>({"--uni-inset-shadow-color":Ie(o)})),r("ring-inset-color-[","--uni-inset-ring-color",Ie),r("ring-inset-color-","--uni-inset-ring-color",Ie),r("ring-inset-[","--uni-inset-ring-shadow",o=>`inset 0 0 0 ${M(o)} var(--uni-inset-ring-color, currentColor)`),r("ring-inset-","--uni-inset-ring-shadow",o=>`inset 0 0 0 ${o}px var(--uni-inset-ring-color, currentColor)`),r("ring-inset","--uni-inset-ring-shadow",()=>"inset 0 0 0 1px var(--uni-inset-ring-color, currentColor)"),r("ring-color-[","--uni-ring-color",Ie),r("ring-color-","--uni-ring-color",Ie),r("ring-[","--uni-ring-shadow",o=>`0 0 0 ${M(o)} var(--uni-ring-color, currentColor)`),r("ring-","--uni-ring-shadow",o=>`0 0 0 ${o}px var(--uni-ring-color, currentColor)`),r("ring","--uni-ring-shadow",()=>"0 0 0 1px var(--uni-ring-color, currentColor)"),r("blur-[","--uni-blur",o=>`blur(${M(o)})`),r("blur-","--uni-blur",o=>`blur(var(--blur-${o}))`),r("brightness-","--uni-brightness",o=>`brightness(${M(o)}%)`),r("contrast-","--uni-contrast",o=>`contrast(${M(o)}%)`),r("drop-shadow-[","--uni-drop-shadow",o=>`drop-shadow(${M(o)})`),r("drop-shadow-color-[",null,o=>({"--uni-drop-shadow-color":Ie(o)})),r("drop-shadow-color-",null,o=>({"--uni-drop-shadow-color":Ie(o)})),r("grayscale-","--uni-grayscale",o=>`grayscale(${M(o)}%)`),r("grayscale","--uni-grayscale",()=>"grayscale(100%)"),r("hue-rotate-","--uni-hue-rotate",o=>`hue-rotate(${M(o)}deg)`),r("-hue-rotate-","--uni-hue-rotate",o=>`hue-rotate(calc(${M(o)}deg * -1))`),r("invert-","--uni-invert",o=>`invert(${M(o)}%)`),r("invert","--uni-invert",()=>"invert(100%)"),r("saturate-","--uni-saturate",o=>`saturate(${M(o)}%)`),r("sepia-","--uni-sepia",o=>`sepia(${M(o)}%)`),r("sepia","--uni-sepia",()=>"sepia(100%)"),r("backdrop-blur-[","--uni-backdrop-blur",o=>`blur(${M(o)})`),r("backdrop-blur-","--uni-backdrop-blur",o=>`blur(var(--blur-${o}))`),r("backdrop-brightness-","--uni-backdrop-brightness",o=>`brightness(${M(o)}%)`),r("backdrop-contrast-","--uni-backdrop-contrast",o=>`contrast(${M(o)}%)`),r("backdrop-grayscale-","--uni-backdrop-grayscale",o=>`grayscale(${M(o)}%)`),r("backdrop-grayscale","--uni-backdrop-grayscale",()=>"grayscale(100%)"),r("backdrop-hue-rotate-","--uni-backdrop-hue-rotate",o=>`hue-rotate(${M(o)}deg)`),r("-backdrop-hue-rotate-","--uni-backdrop-hue-rotate",o=>`hue-rotate(calc(${M(o)}deg * -1))`),r("backdrop-invert-","--uni-backdrop-invert",o=>`invert(${M(o)}%)`),r("backdrop-invert","--uni-backdrop-invert",()=>"invert(100%)"),r("backdrop-opacity-","--uni-backdrop-opacity",o=>`opacity(${M(o)}%)`),r("backdrop-saturate-","--uni-backdrop-saturate",o=>`saturate(${M(o)}%)`),r("backdrop-sepia-","--uni-backdrop-sepia",o=>`sepia(${M(o)}%)`),r("backdrop-sepia","--uni-backdrop-sepia",()=>"sepia(100%)"),r("opacity-","opacity",function(o){if(/^\d+$/.test(o)){let u=parseInt(o,10);if(u>=0&&u<=100)return(u/100).toString()}return M(o)}),r("duration-",null,o=>({"--uni-transition-duration":`${M(o)}ms`,"transition-duration":"var(--uni-transition-duration, 150ms)"})),r("ease-[",null,o=>({"--uni-transition-timing-function":M(o),"transition-timing-function":"var(--uni-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1))"})),r("delay-",null,o=>({"--uni-transition-delay":`${M(o)}ms`,"transition-delay":"var(--uni-transition-delay, 0ms)"})),r("transition-",null,o=>({"--uni-transition-property":M(o),"transition-property":"var(--uni-transition-property, all)","transition-duration":"var(--uni-transition-duration, 150ms)"})),r("animate-[","animation",M),r("animate-spin","animation",()=>"var(--animate-spin)"),r("animate-ping","animation",()=>"var(--animate-ping)"),r("animate-pulse","animation",()=>"var(--animate-pulse)"),r("animate-bounce","animation",()=>"var(--animate-bounce)"),r("animate-none","animation",()=>"none"),r("iteration-","animation-iteration-count",M),r("will-change-[","will-change",M),r("perspective-origin-[","perspective-origin",M),r("perspective-[","perspective",M),r("rotate-[","rotate",M),r("rotate-x-","--uni-rotate-x",o=>`rotateX(${o}deg)`),r("rotate-y-","--uni-rotate-y",o=>`rotateY(${o}deg)`),r("rotate-z-","--uni-rotate-z",o=>`rotateZ(${o}deg)`),r("-rotate-x-","--uni-rotate-x",o=>`rotateX(calc(${o}deg * -1))`),r("-rotate-y-","--uni-rotate-y",o=>`rotateY(calc(${o}deg * -1))`),r("-rotate-z-","--uni-rotate-z",o=>`rotateZ(calc(${o}deg * -1))`),r("rotate-","rotate",o=>`${M(o)}deg`),r("-rotate-","rotate",o=>`calc(${M(o)}deg * -1)`),r("scale-x-","--uni-scale-x",o=>`${o}%`),r("scale-y-","--uni-scale-y",o=>`${o}%`),r("-scale-x-","--uni-scale-x",o=>`calc(${o}% * -1)`),r("-scale-y-","--uni-scale-y",o=>`calc(${o}% * -1)`),r("scale-","scale",o=>`${M(o)}%`),r("-scale-","scale",o=>`calc(${M(o)}% * -1)`),r("skew-x-","--uni-skew-x",o=>`skewX(${o}deg)`),r("skew-y-","--uni-skew-y",o=>`skewY(${o}deg)`),r("-skew-x-","--uni-skew-x",o=>`skewX(calc(${o}deg * -1))`),r("-skew-y-","--uni-skew-y",o=>`skewY(calc(${o}deg * -1))`),r("skew-","transform",o=>`skewX(${o}deg) skewY(${o}deg)`),r("-skew-","transform",o=>`skewX(-${o}deg) skewY(-${o}deg)`),r("origin-[","transform-origin",M),r("translate-[","translate",M),r("translate-x-[","--uni-translate-x",M),r("translate-y-[","--uni-translate-y",M),r("translate-x-","--uni-translate-x",mt),r("translate-y-","--uni-translate-y",mt),r("translate-z-","--uni-translate-z",mt),r("-translate-x-","--uni-translate-x",Ve),r("-translate-y-","--uni-translate-y",Ve),r("-translate-z-","--uni-translate-z",Ve),r("translate-","translate",mG),r("-translate-","translate",yG),r("grid-columns-[","grid-template-columns",M),r("grid-columns-","grid-template-columns",o=>/^\d+$/.test(o)?`repeat(${o}, minmax(0, 1fr))`:o),r("col-start-","grid-column-start",M),r("-col-start-","grid-column-start",o=>`calc(${M(o)} * -1)`),r("col-end-","grid-column-end",M),r("-col-end-","grid-column-end",o=>`calc(${M(o)} * -1)`),r("col-span-","grid-column",o=>o==="full"?"1 / -1":`span ${M(o)} / span ${M(o)}`),r("col-[","grid-column",M),r("grid-rows-[","grid-template-rows",M),r("grid-rows-","grid-template-rows",o=>/^\d+$/.test(o)?`repeat(${o}, minmax(0, 1fr))`:o),r("row-start-","grid-row-start",M),r("-row-start-","grid-row-start",o=>`calc(${M(o)} * -1)`),r("row-end-","grid-row-end",M),r("-row-end-","grid-row-end",o=>`calc(${M(o)} * -1)`),r("row-span-","grid-row",o=>o==="full"?"1 / -1":`span ${M(o)} / span ${M(o)}`),r("row-[","grid-row",M),r("auto-columns-[","grid-auto-columns",M),r("auto-rows-[","grid-auto-rows",M),r("space-x-[","margin-right",M),r("space-x-","margin-right",o=>o==="px"?"1px":/^\d+\/\d+$/.test(o)?o.replace(/^(\d+)\/(\d+)$/,(u,f,d)=>`${parseInt(f,10)/parseInt(d,10)*100}%`):`var(--${o})`),r("-space-x-[","margin-right",o=>`calc(${M(o)} * -1)`),r("-space-x-","margin-right",o=>o==="px"?"-1px":/^\d+\/\d+$/.test(o)?`-${o.replace(/^(\d+)\/(\d+)$/,(u,f,d)=>`${parseInt(f,10)/parseInt(d,10)*100}%`)}`:`calc(var(--${o}) * -1)`),r("space-y-[","margin-bottom",M),r("space-y-","margin-bottom",o=>o==="px"?"1px":/^\d+\/\d+$/.test(o)?o.replace(/^(\d+)\/(\d+)$/,(u,f,d)=>`${parseInt(f,10)/parseInt(d,10)*100}%`):`var(--${o})`),r("-space-y-[","margin-bottom",o=>`calc(${M(o)} * -1)`),r("-space-y-","margin-bottom",o=>o==="px"?"-1px":/^\d+\/\d+$/.test(o)?`-${o.replace(/^(\d+)\/(\d+)$/,(u,f,d)=>`${parseInt(f,10)/parseInt(d,10)*100}%`)}`:`calc(var(--${o}) * -1)`),r("divide-x-[",null,o=>({"border-right-width":M(o),"border-right-style":"solid"})),r("divide-x-",null,o=>/^\d+$/.test(o)?{"border-right-width":`${o}px`,"border-right-style":"solid"}:{"border-right-width":o,"border-right-style":"solid"}),r("divide-x",null,()=>({"border-right-width":"1px","border-right-style":"solid"})),r("divide-y-[",null,o=>({"border-bottom-width":M(o),"border-bottom-style":"solid"})),r("divide-y-",null,o=>/^\d+$/.test(o)?{"border-bottom-width":`${o}px`,"border-bottom-style":"solid"}:{"border-bottom-width":o,"border-bottom-style":"solid"}),r("divide-y",null,()=>({"border-bottom-width":"1px","border-bottom-style":"solid"})),r("divide-style-","border-style",o=>o),r("divide-color-[","border-color",Ie),r("divide-color-","border-color",Ie),r("columns-","columns",o=>/^\d+$/.test(o)?o:["3xs","2xs","xs","sm","md","lg","xl","2xl","3xl","4xl","5xl","6xl","7xl"].includes(o)?`var(--container-${o})`:M(o)),r("scrollbar-[","scrollbar-color",o=>M(o).replace(/color-([a-zA-Z0-9\-]+)/g,(u,f)=>`var(--color-${f})`)),r("object-[","object-position",M),r("caret-color-[","caret-color",Ie),r("caret-color-","caret-color",Ie),r("accent-color-[","accent-color",Ie),r("accent-color-","accent-color",Ie),r("outline-offset-[","outline-offset",M),r("outline-style-",null,o=>({"--uni-outline-style":o,"outline-style":"var(--uni-outline-style)"})),r("outline-color-[","outline-color",Ie),r("outline-color-","outline-color",Ie),r("outline-[",null,o=>({"outline-width":M(o),"outline-style":"var(--uni-outline-style)"})),r("outline-offset-","outline-offset",o=>`${o}px`),r("-outline-offset-","outline-offset",o=>`-${o}px`),r("outline-",null,o=>o.startsWith("offset")?{}:{"outline-width":/^\d+$/.test(o)?`${o}px`:o,"outline-style":"var(--uni-outline-style)"}),r("fill-color-[","fill",Ie),r("fill-color-","fill",Ie),r("stroke-color-[","stroke",Ie),r("stroke-color-","stroke",Ie),r("stroke-[","stroke-width",M),r("stroke-","stroke-width",o=>/^\d+$/.test(o)?`${o}px`:M(o)),r("content-[","content",o=>{let u=M(o);return u.startsWith("'")||u.startsWith('"')?u:`"${u}"`}),r("line-clamp-",null,o=>({overflow:"hidden",display:"-webkit-box","-webkit-box-orient":"vertical","-webkit-line-clamp":o.replace("/","")})),r("line-clamp-none",null,()=>({overflow:"visible",display:"block","-webkit-box-orient":"horizontal","-webkit-line-clamp":"unset"})),r("truncate",null,()=>({overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"})),r("sr-only",null,()=>({position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)","white-space":"nowrap","border-width":"0"})),r("not-sr-only",null,()=>({position:"static",width:"auto",height:"auto",padding:"0",margin:"0",overflow:"visible",clip:"auto","white-space":"normal"})),i},bG=()=>`
|
|
57
57
|
*,::after,::before,::backdrop,::file-selector-button {margin: 0; padding: 0; box-sizing: border-box; border: 0 solid; outline: 0 solid;}
|
|
58
58
|
h1,h2,h3,h4,h5,h6 {font-size: inherit;font-weight: inherit;}
|
|
59
59
|
ol,ul,menu {list-style: none;}
|