@markw65/prettier-plugin-monkeyc 1.0.2 → 1.0.3

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.
@@ -1,2 +1,2 @@
1
1
  /*! For license information please see prettier-plugin-monkeyc.cjs.LICENSE.txt */
2
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.prettierPluginMonkeyC=t():e.prettierPluginMonkeyC=t()}("undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:Function("return this")(),(function(){return(()=>{var e={945:function(e,t,n){e.exports=function(){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self?self:{};function t(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var r={version:"2.5.1"},u={},o={};!function(e){function t(){}function n(e,t,n,r,u){for(var o=0,i=t.length,s=0,a=0;o<i;o++){var c=t[o];if(c.removed){if(c.value=e.join(r.slice(a,a+c.count)),a+=c.count,o&&t[o-1].added){var l=t[o-1];t[o-1]=t[o],t[o]=l}}else{if(!c.added&&u){var p=n.slice(s,s+c.count);p=p.map((function(e,t){var n=r[a+t];return n.length>e.length?n:e})),c.value=e.join(p)}else c.value=e.join(n.slice(s,s+c.count));s+=c.count,c.added||(a+=c.count)}}var f=t[i-1];return i>1&&"string"==typeof f.value&&(f.added||f.removed)&&e.equals("",f.value)&&(t[i-2].value+=f.value,t.pop()),t}function r(e){return{newPos:e.newPos,components:e.components.slice(0)}}Object.defineProperty(e,"__esModule",{value:!0}),e.default=t,t.prototype={diff:function(e,t){var u=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=u.callback;"function"==typeof u&&(o=u,u={}),this.options=u;var i=this;function s(e){return o?(setTimeout((function(){o(void 0,e)}),0),!0):e}e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e));var a=(t=this.removeEmpty(this.tokenize(t))).length,c=e.length,l=1,p=a+c,f=[{newPos:-1,components:[]}],d=this.extractCommon(f[0],t,e,0);if(f[0].newPos+1>=a&&d+1>=c)return s([{value:this.join(t),count:t.length}]);function h(){for(var u=-1*l;u<=l;u+=2){var o=void 0,p=f[u-1],d=f[u+1],h=(d?d.newPos:0)-u;p&&(f[u-1]=void 0);var g=p&&p.newPos+1<a,m=d&&0<=h&&h<c;if(g||m){if(!g||m&&p.newPos<d.newPos?(o=r(d),i.pushComponent(o.components,void 0,!0)):((o=p).newPos++,i.pushComponent(o.components,!0,void 0)),h=i.extractCommon(o,t,e,u),o.newPos+1>=a&&h+1>=c)return s(n(i,o.components,t,e,i.useLongestToken));f[u]=o}else f[u]=void 0}l++}if(o)!function e(){setTimeout((function(){if(l>p)return o();h()||e()}),0)}();else for(;l<=p;){var g=h();if(g)return g}},pushComponent:function(e,t,n){var r=e[e.length-1];r&&r.added===t&&r.removed===n?e[e.length-1]={count:r.count+1,added:t,removed:n}:e.push({count:1,added:t,removed:n})},extractCommon:function(e,t,n,r){for(var u=t.length,o=n.length,i=e.newPos,s=i-r,a=0;i+1<u&&s+1<o&&this.equals(t[i+1],n[s+1]);)i++,s++,a++;return a&&e.components.push({count:a}),e.newPos=i,s},equals:function(e,t){return this.options.comparator?this.options.comparator(e,t):e===t||this.options.ignoreCase&&e.toLowerCase()===t.toLowerCase()},removeEmpty:function(e){for(var t=[],n=0;n<e.length;n++)e[n]&&t.push(e[n]);return t},castInput:function(e){return e},tokenize:function(e){return e.split("")},join:function(e){return e.join("")}}}(o);var i,s={};Object.defineProperty(s,"__esModule",{value:!0}),s.diffChars=function(e,t,n){return a.diff(e,t,n)},s.characterDiff=void 0;var a=new((i=o)&&i.__esModule?i:{default:i}).default;s.characterDiff=a;var c={},l={};Object.defineProperty(l,"__esModule",{value:!0}),l.generateOptions=function(e,t){if("function"==typeof e)t.callback=e;else if(e)for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},Object.defineProperty(c,"__esModule",{value:!0}),c.diffWords=function(e,t,n){return n=(0,f.generateOptions)(n,{ignoreWhitespace:!0}),g.diff(e,t,n)},c.diffWordsWithSpace=function(e,t,n){return g.diff(e,t,n)},c.wordDiff=void 0;var p=function(e){return e&&e.__esModule?e:{default:e}}(o),f=l,d=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,h=/\S/,g=new p.default;c.wordDiff=g,g.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!h.test(e)&&!h.test(t)},g.tokenize=function(e){for(var t=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),n=0;n<t.length-1;n++)!t[n+1]&&t[n+2]&&d.test(t[n])&&d.test(t[n+2])&&(t[n]+=t[n+2],t.splice(n+1,2),n--);return t};var m={};Object.defineProperty(m,"__esModule",{value:!0}),m.diffLines=function(e,t,n){return E.diff(e,t,n)},m.diffTrimmedLines=function(e,t,n){var r=(0,y.generateOptions)(n,{ignoreWhitespace:!0});return E.diff(e,t,r)},m.lineDiff=void 0;var D=function(e){return e&&e.__esModule?e:{default:e}}(o),y=l,E=new D.default;m.lineDiff=E,E.tokenize=function(e){var t=[],n=e.split(/(\n|\r\n)/);n[n.length-1]||n.pop();for(var r=0;r<n.length;r++){var u=n[r];r%2&&!this.options.newlineIsToken?t[t.length-1]+=u:(this.options.ignoreWhitespace&&(u=u.trim()),t.push(u))}return t};var A={};Object.defineProperty(A,"__esModule",{value:!0}),A.diffSentences=function(e,t,n){return b.diff(e,t,n)},A.sentenceDiff=void 0;var C=function(e){return e&&e.__esModule?e:{default:e}}(o),b=new C.default;A.sentenceDiff=b,b.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var v={};Object.defineProperty(v,"__esModule",{value:!0}),v.diffCss=function(e,t,n){return x.diff(e,t,n)},v.cssDiff=void 0;var F=function(e){return e&&e.__esModule?e:{default:e}}(o),x=new F.default;v.cssDiff=x,x.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};var S=function(e){return e&&e.Math==Math&&e},B=S("object"==typeof globalThis&&globalThis)||S("object"==typeof window&&window)||S("object"==typeof self&&self)||S("object"==typeof e&&e)||function(){return this}()||Function("return this")(),w={},T=function(e){try{return!!e()}catch(e){return!0}},P=!T((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),N=Function.prototype.call,k=N.bind?N.bind(N):function(){return N.apply(N,arguments)},O={},I={}.propertyIsEnumerable,L=Object.getOwnPropertyDescriptor,j=L&&!I.call({1:2},1);O.f=j?function(e){var t=L(this,e);return!!t&&t.enumerable}:I;var _,M,R=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},V=Function.prototype,$=V.bind,W=V.call,q=$&&$.bind(W),U=$?function(e){return e&&q(W,e)}:function(e){return e&&function(){return W.apply(e,arguments)}},z=U,H=z({}.toString),J=z("".slice),G=function(e){return J(H(e),8,-1)},X=U,Y=T,K=G,Q=B.Object,Z=X("".split),ee=Y((function(){return!Q("z").propertyIsEnumerable(0)}))?function(e){return"String"==K(e)?Z(e,""):Q(e)}:Q,te=B.TypeError,ne=function(e){if(null==e)throw te("Can't call method on "+e);return e},re=ee,ue=ne,oe=function(e){return re(ue(e))},ie=function(e){return"function"==typeof e},se=ie,ae=function(e){return"object"==typeof e?null!==e:se(e)},ce=B,le=ie,pe=function(e){return le(e)?e:void 0},fe=function(e,t){return arguments.length<2?pe(ce[e]):ce[e]&&ce[e][t]},de=U({}.isPrototypeOf),he=fe("navigator","userAgent")||"",ge=B,me=he,De=ge.process,ye=ge.Deno,Ee=De&&De.versions||ye&&ye.version,Ae=Ee&&Ee.v8;Ae&&(M=(_=Ae.split("."))[0]>0&&_[0]<4?1:+(_[0]+_[1])),!M&&me&&(!(_=me.match(/Edge\/(\d+)/))||_[1]>=74)&&(_=me.match(/Chrome\/(\d+)/))&&(M=+_[1]);var Ce=M,be=Ce,ve=T,Fe=!!Object.getOwnPropertySymbols&&!ve((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&be&&be<41})),xe=Fe&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Se=fe,Be=ie,we=de,Te=xe,Pe=B.Object,Ne=Te?function(e){return"symbol"==typeof e}:function(e){var t=Se("Symbol");return Be(t)&&we(t.prototype,Pe(e))},ke=B.String,Oe=function(e){try{return ke(e)}catch(e){return"Object"}},Ie=ie,Le=Oe,je=B.TypeError,_e=function(e){if(Ie(e))return e;throw je(Le(e)+" is not a function")},Me=_e,Re=function(e,t){var n=e[t];return null==n?void 0:Me(n)},Ve=k,$e=ie,We=ae,qe=B.TypeError,Ue={exports:{}},ze=B,He=Object.defineProperty,Je=function(e,t){try{He(ze,e,{value:t,configurable:!0,writable:!0})}catch(n){ze[e]=t}return t},Ge=Je,Xe="__core-js_shared__",Ye=B[Xe]||Ge(Xe,{}),Ke=Ye;(Ue.exports=function(e,t){return Ke[e]||(Ke[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"});var Qe=ne,Ze=B.Object,et=function(e){return Ze(Qe(e))},tt=et,nt=U({}.hasOwnProperty),rt=Object.hasOwn||function(e,t){return nt(tt(e),t)},ut=U,ot=0,it=Math.random(),st=ut(1..toString),at=function(e){return"Symbol("+(void 0===e?"":e)+")_"+st(++ot+it,36)},ct=B,lt=Ue.exports,pt=rt,ft=at,dt=Fe,ht=xe,gt=lt("wks"),mt=ct.Symbol,Dt=mt&&mt.for,yt=ht?mt:mt&&mt.withoutSetter||ft,Et=function(e){if(!pt(gt,e)||!dt&&"string"!=typeof gt[e]){var t="Symbol."+e;dt&&pt(mt,e)?gt[e]=mt[e]:gt[e]=ht&&Dt?Dt(t):yt(t)}return gt[e]},At=k,Ct=ae,bt=Ne,vt=Re,Ft=Et,xt=B.TypeError,St=Ft("toPrimitive"),Bt=function(e,t){if(!Ct(e)||bt(e))return e;var n,r=vt(e,St);if(r){if(void 0===t&&(t="default"),n=At(r,e,t),!Ct(n)||bt(n))return n;throw xt("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,r;if("string"===t&&$e(n=e.toString)&&!We(r=Ve(n,e)))return r;if($e(n=e.valueOf)&&!We(r=Ve(n,e)))return r;if("string"!==t&&$e(n=e.toString)&&!We(r=Ve(n,e)))return r;throw qe("Can't convert object to primitive value")}(e,t)},wt=Ne,Tt=function(e){var t=Bt(e,"string");return wt(t)?t:t+""},Pt=ae,Nt=B.document,kt=Pt(Nt)&&Pt(Nt.createElement),Ot=function(e){return kt?Nt.createElement(e):{}},It=Ot,Lt=!P&&!T((function(){return 7!=Object.defineProperty(It("div"),"a",{get:function(){return 7}}).a})),jt=P,_t=k,Mt=O,Rt=R,Vt=oe,$t=Tt,Wt=rt,qt=Lt,Ut=Object.getOwnPropertyDescriptor;w.f=jt?Ut:function(e,t){if(e=Vt(e),t=$t(t),qt)try{return Ut(e,t)}catch(e){}if(Wt(e,t))return Rt(!_t(Mt.f,e,t),e[t])};var zt={},Ht=B,Jt=ae,Gt=Ht.String,Xt=Ht.TypeError,Yt=function(e){if(Jt(e))return e;throw Xt(Gt(e)+" is not an object")},Kt=P,Qt=Lt,Zt=Yt,en=Tt,tn=B.TypeError,nn=Object.defineProperty;zt.f=Kt?nn:function(e,t,n){if(Zt(e),t=en(t),Zt(n),Qt)try{return nn(e,t,n)}catch(e){}if("get"in n||"set"in n)throw tn("Accessors not supported");return"value"in n&&(e[t]=n.value),e};var rn=zt,un=R,on=P?function(e,t,n){return rn.f(e,t,un(1,n))}:function(e,t,n){return e[t]=n,e},sn={exports:{}},an=ie,cn=Ye,ln=U(Function.toString);an(cn.inspectSource)||(cn.inspectSource=function(e){return ln(e)});var pn,fn,dn,hn=cn.inspectSource,gn=ie,mn=hn,Dn=B.WeakMap,yn=gn(Dn)&&/native code/.test(mn(Dn)),En=Ue.exports,An=at,Cn=En("keys"),bn=function(e){return Cn[e]||(Cn[e]=An(e))},vn={},Fn=yn,xn=B,Sn=U,Bn=ae,wn=on,Tn=rt,Pn=Ye,Nn=bn,kn=vn,On="Object already initialized",In=xn.TypeError,Ln=xn.WeakMap;if(Fn||Pn.state){var jn=Pn.state||(Pn.state=new Ln),_n=Sn(jn.get),Mn=Sn(jn.has),Rn=Sn(jn.set);pn=function(e,t){if(Mn(jn,e))throw new In(On);return t.facade=e,Rn(jn,e,t),t},fn=function(e){return _n(jn,e)||{}},dn=function(e){return Mn(jn,e)}}else{var Vn=Nn("state");kn[Vn]=!0,pn=function(e,t){if(Tn(e,Vn))throw new In(On);return t.facade=e,wn(e,Vn,t),t},fn=function(e){return Tn(e,Vn)?e[Vn]:{}},dn=function(e){return Tn(e,Vn)}}var $n={set:pn,get:fn,has:dn,enforce:function(e){return dn(e)?fn(e):pn(e,{})},getterFor:function(e){return function(t){var n;if(!Bn(t)||(n=fn(t)).type!==e)throw In("Incompatible receiver, "+e+" required");return n}}},Wn=P,qn=rt,Un=Function.prototype,zn=Wn&&Object.getOwnPropertyDescriptor,Hn=qn(Un,"name"),Jn=Hn&&(!Wn||Wn&&zn(Un,"name").configurable),Gn=B,Xn=ie,Yn=rt,Kn=on,Qn=Je,Zn=hn,er=Jn,tr=$n.get,nr=$n.enforce,rr=String(String).split("String");(sn.exports=function(e,t,n,r){var u,o=!!r&&!!r.unsafe,i=!!r&&!!r.enumerable,s=!!r&&!!r.noTargetGet,a=r&&void 0!==r.name?r.name:t;Xn(n)&&("Symbol("===String(a).slice(0,7)&&(a="["+String(a).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!Yn(n,"name")||er&&n.name!==a)&&Kn(n,"name",a),(u=nr(n)).source||(u.source=rr.join("string"==typeof a?a:""))),e!==Gn?(o?!s&&e[t]&&(i=!0):delete e[t],i?e[t]=n:Kn(e,t,n)):i?e[t]=n:Qn(t,n)})(Function.prototype,"toString",(function(){return Xn(this)&&tr(this).source||Zn(this)}));var ur={},or=Math.ceil,ir=Math.floor,sr=function(e){var t=+e;return t!=t||0===t?0:(t>0?ir:or)(t)},ar=sr,cr=Math.max,lr=Math.min,pr=sr,fr=Math.min,dr=function(e){return function(e){return e>0?fr(pr(e),9007199254740991):0}(e.length)},hr=oe,gr=dr,mr=function(e){return function(t,n,r){var u,o=hr(t),i=gr(o),s=function(e,t){var n=ar(e);return n<0?cr(n+t,0):lr(n,t)}(r,i);if(e&&n!=n){for(;i>s;)if((u=o[s++])!=u)return!0}else for(;i>s;s++)if((e||s in o)&&o[s]===n)return e||s||0;return!e&&-1}},Dr={includes:mr(!0),indexOf:mr(!1)},yr=rt,Er=oe,Ar=Dr.indexOf,Cr=vn,br=U([].push),vr=function(e,t){var n,r=Er(e),u=0,o=[];for(n in r)!yr(Cr,n)&&yr(r,n)&&br(o,n);for(;t.length>u;)yr(r,n=t[u++])&&(~Ar(o,n)||br(o,n));return o},Fr=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],xr=vr,Sr=Fr.concat("length","prototype");ur.f=Object.getOwnPropertyNames||function(e){return xr(e,Sr)};var Br={};Br.f=Object.getOwnPropertySymbols;var wr=fe,Tr=ur,Pr=Br,Nr=Yt,kr=U([].concat),Or=wr("Reflect","ownKeys")||function(e){var t=Tr.f(Nr(e)),n=Pr.f;return n?kr(t,n(e)):t},Ir=rt,Lr=Or,jr=w,_r=zt,Mr=T,Rr=ie,Vr=/#|\.prototype\./,$r=function(e,t){var n=qr[Wr(e)];return n==zr||n!=Ur&&(Rr(t)?Mr(t):!!t)},Wr=$r.normalize=function(e){return String(e).replace(Vr,".").toLowerCase()},qr=$r.data={},Ur=$r.NATIVE="N",zr=$r.POLYFILL="P",Hr=$r,Jr=B,Gr=w.f,Xr=on,Yr=sn.exports,Kr=Je,Qr=function(e,t){for(var n=Lr(t),r=_r.f,u=jr.f,o=0;o<n.length;o++){var i=n[o];Ir(e,i)||r(e,i,u(t,i))}},Zr=Hr,eu=function(e,t){var n,r,u,o,i,s=e.target,a=e.global,c=e.stat;if(n=a?Jr:c?Jr[s]||Kr(s,{}):(Jr[s]||{}).prototype)for(r in t){if(o=t[r],u=e.noTargetGet?(i=Gr(n,r))&&i.value:n[r],!Zr(a?r:s+(c?".":"#")+r,e.forced)&&void 0!==u){if(typeof o==typeof u)continue;Qr(o,u)}(e.sham||u&&u.sham)&&Xr(o,"sham",!0),Yr(n,r,o,e)}},tu={};tu[Et("toStringTag")]="z";var nu=B,ru="[object z]"===String(tu),uu=ie,ou=G,iu=Et("toStringTag"),su=nu.Object,au="Arguments"==ou(function(){return arguments}()),cu=ru?ou:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=su(e),iu))?n:au?ou(t):"Object"==(r=ou(t))&&uu(t.callee)?"Arguments":r},lu=cu,pu=B.String,fu=U([].slice),du=Math.floor,hu=function(e,t){var n=e.length,r=du(n/2);return n<8?gu(e,t):mu(e,hu(fu(e,0,r),t),hu(fu(e,r),t),t)},gu=function(e,t){for(var n,r,u=e.length,o=1;o<u;){for(r=o,n=e[o];r&&t(e[r-1],n)>0;)e[r]=e[--r];r!==o++&&(e[r]=n)}return e},mu=function(e,t,n,r){for(var u=t.length,o=n.length,i=0,s=0;i<u||s<o;)e[i+s]=i<u&&s<o?r(t[i],n[s])<=0?t[i++]:n[s++]:i<u?t[i++]:n[s++];return e},Du=hu,yu=T,Eu=he.match(/firefox\/(\d+)/i),Au=!!Eu&&+Eu[1],Cu=/MSIE|Trident/.test(he),bu=he.match(/AppleWebKit\/(\d+)\./),vu=!!bu&&+bu[1],Fu=eu,xu=U,Su=_e,Bu=et,wu=dr,Tu=function(e){if("Symbol"===lu(e))throw TypeError("Cannot convert a Symbol value to a string");return pu(e)},Pu=T,Nu=Du,ku=Au,Ou=Cu,Iu=Ce,Lu=vu,ju=[],_u=xu(ju.sort),Mu=xu(ju.push),Ru=Pu((function(){ju.sort(void 0)})),Vu=Pu((function(){ju.sort(null)})),$u=function(e,t){var n=[][e];return!!n&&yu((function(){n.call(null,t||function(){throw 1},1)}))}("sort"),Wu=!Pu((function(){if(Iu)return Iu<70;if(!(ku&&ku>3)){if(Ou)return!0;if(Lu)return Lu<603;var e,t,n,r,u="";for(e=65;e<76;e++){switch(t=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:n=3;break;case 68:case 71:n=4;break;default:n=2}for(r=0;r<47;r++)ju.push({k:t+r,v:n})}for(ju.sort((function(e,t){return t.v-e.v})),r=0;r<ju.length;r++)t=ju[r].k.charAt(0),u.charAt(u.length-1)!==t&&(u+=t);return"DGBEFHACIJK"!==u}}));Fu({target:"Array",proto:!0,forced:Ru||!Vu||!$u||!Wu},{sort:function(e){void 0!==e&&Su(e);var t=Bu(this);if(Wu)return void 0===e?_u(t):_u(t,e);var n,r,u=[],o=wu(t);for(r=0;r<o;r++)r in t&&Mu(u,t[r]);for(Nu(u,function(e){return function(t,n){return void 0===n?-1:void 0===t?1:void 0!==e?+e(t,n)||0:Tu(t)>Tu(n)?1:-1}}(e)),n=u.length,r=0;r<n;)t[r]=u[r++];for(;r<o;)delete t[r++];return t}});var qu={};Object.defineProperty(qu,"__esModule",{value:!0}),qu.diffJson=function(e,t,n){return Gu.diff(e,t,n)},qu.canonicalize=Xu,qu.jsonDiff=void 0;var Uu=function(e){return e&&e.__esModule?e:{default:e}}(o),zu=m;function Hu(e){return Hu="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Hu(e)}var Ju=Object.prototype.toString,Gu=new Uu.default;function Xu(e,t,n,r,u){var o,i;for(t=t||[],n=n||[],r&&(e=r(u,e)),o=0;o<t.length;o+=1)if(t[o]===e)return n[o];if("[object Array]"===Ju.call(e)){for(t.push(e),i=new Array(e.length),n.push(i),o=0;o<e.length;o+=1)i[o]=Xu(e[o],t,n,r,u);return t.pop(),n.pop(),i}if(e&&e.toJSON&&(e=e.toJSON()),"object"===Hu(e)&&null!==e){t.push(e),i={},n.push(i);var s,a=[];for(s in e)e.hasOwnProperty(s)&&a.push(s);for(a.sort(),o=0;o<a.length;o+=1)i[s=a[o]]=Xu(e[s],t,n,r,s);t.pop(),n.pop()}else i=e;return i}qu.jsonDiff=Gu,Gu.useLongestToken=!0,Gu.tokenize=zu.lineDiff.tokenize,Gu.castInput=function(e){var t=this.options,n=t.undefinedReplacement,r=t.stringifyReplacer,u=void 0===r?function(e,t){return void 0===t?n:t}:r;return"string"==typeof e?e:JSON.stringify(Xu(e,null,null,u),u," ")},Gu.equals=function(e,t){return Uu.default.prototype.equals.call(Gu,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))};var Yu={};Object.defineProperty(Yu,"__esModule",{value:!0}),Yu.diffArrays=function(e,t,n){return Qu.diff(e,t,n)},Yu.arrayDiff=void 0;var Ku=function(e){return e&&e.__esModule?e:{default:e}}(o),Qu=new Ku.default;Yu.arrayDiff=Qu,Qu.tokenize=function(e){return e.slice()},Qu.join=Qu.removeEmpty=function(e){return e};var Zu={},eo={};Object.defineProperty(eo,"__esModule",{value:!0}),eo.parsePatch=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.split(/\r\n|[\n\v\f\r\x85]/),r=e.match(/\r\n|[\n\v\f\r\x85]/g)||[],u=[],o=0;function i(){var e={};for(u.push(e);o<n.length;){var r=n[o];if(/^(\-\-\-|\+\+\+|@@)\s/.test(r))break;var i=/^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(r);i&&(e.index=i[1]),o++}for(s(e),s(e),e.hunks=[];o<n.length;){var c=n[o];if(/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(c))break;if(/^@@/.test(c))e.hunks.push(a());else{if(c&&t.strict)throw new Error("Unknown line "+(o+1)+" "+JSON.stringify(c));o++}}}function s(e){var t=/^(---|\+\+\+)\s+(.*)$/.exec(n[o]);if(t){var r="---"===t[1]?"old":"new",u=t[2].split("\t",2),i=u[0].replace(/\\\\/g,"\\");/^".*"$/.test(i)&&(i=i.substr(1,i.length-2)),e[r+"FileName"]=i,e[r+"Header"]=(u[1]||"").trim(),o++}}function a(){var e=o,u=n[o++].split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/),i={oldStart:+u[1],oldLines:void 0===u[2]?1:+u[2],newStart:+u[3],newLines:void 0===u[4]?1:+u[4],lines:[],linedelimiters:[]};0===i.oldLines&&(i.oldStart+=1),0===i.newLines&&(i.newStart+=1);for(var s=0,a=0;o<n.length&&!(0===n[o].indexOf("--- ")&&o+2<n.length&&0===n[o+1].indexOf("+++ ")&&0===n[o+2].indexOf("@@"));o++){var c=0==n[o].length&&o!=n.length-1?" ":n[o][0];if("+"!==c&&"-"!==c&&" "!==c&&"\\"!==c)break;i.lines.push(n[o]),i.linedelimiters.push(r[o]||"\n"),"+"===c?s++:"-"===c?a++:" "===c&&(s++,a++)}if(s||1!==i.newLines||(i.newLines=0),a||1!==i.oldLines||(i.oldLines=0),t.strict){if(s!==i.newLines)throw new Error("Added line count did not match for hunk at line "+(e+1));if(a!==i.oldLines)throw new Error("Removed line count did not match for hunk at line "+(e+1))}return i}for(;o<n.length;)i();return u};var to={};!function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(e,t,n){var r=!0,u=!1,o=!1,i=1;return function s(){if(r&&!o){if(u?i++:r=!1,e+i<=n)return i;o=!0}if(!u)return o||(r=!0),t<=e-i?-i++:(u=!0,s())}}}(to),Object.defineProperty(Zu,"__esModule",{value:!0}),Zu.applyPatch=uo,Zu.applyPatches=function(e,t){"string"==typeof e&&(e=(0,no.parsePatch)(e));var n=0;!function r(){var u=e[n++];if(!u)return t.complete();t.loadFile(u,(function(e,n){if(e)return t.complete(e);var o=uo(n,u,t);t.patched(u,o,(function(e){if(e)return t.complete(e);r()}))}))}()};var no=eo,ro=function(e){return e&&e.__esModule?e:{default:e}}(to);function uo(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("string"==typeof t&&(t=(0,no.parsePatch)(t)),Array.isArray(t)){if(t.length>1)throw new Error("applyPatch only works with a single input.");t=t[0]}var r,u,o=e.split(/\r\n|[\n\v\f\r\x85]/),i=e.match(/\r\n|[\n\v\f\r\x85]/g)||[],s=t.hunks,a=n.compareLine||function(e,t,n,r){return t===r},c=0,l=n.fuzzFactor||0,p=0,f=0;function d(e,t){for(var n=0;n<e.lines.length;n++){var r=e.lines[n],u=r.length>0?r[0]:" ",i=r.length>0?r.substr(1):r;if(" "===u||"-"===u){if(!a(t+1,o[t],u,i)&&++c>l)return!1;t++}}return!0}for(var h=0;h<s.length;h++){for(var g=s[h],m=o.length-g.oldLines,D=0,y=f+g.oldStart-1,E=(0,ro.default)(y,p,m);void 0!==D;D=E())if(d(g,y+D)){g.offset=f+=D;break}if(void 0===D)return!1;p=g.offset+g.oldStart+g.oldLines}for(var A=0,C=0;C<s.length;C++){var b=s[C],v=b.oldStart+b.offset+A-1;A+=b.newLines-b.oldLines;for(var F=0;F<b.lines.length;F++){var x=b.lines[F],S=x.length>0?x[0]:" ",B=x.length>0?x.substr(1):x,w=b.linedelimiters[F];if(" "===S)v++;else if("-"===S)o.splice(v,1),i.splice(v,1);else if("+"===S)o.splice(v,0,B),i.splice(v,0,w),v++;else if("\\"===S){var T=b.lines[F-1]?b.lines[F-1][0]:null;"+"===T?r=!0:"-"===T&&(u=!0)}}}if(r)for(;!o[o.length-1];)o.pop(),i.pop();else u&&(o.push(""),i.push("\n"));for(var P=0;P<o.length-1;P++)o[P]=o[P]+i[P];return o.join("")}var oo={},io={};Object.defineProperty(io,"__esModule",{value:!0}),io.structuredPatch=lo,io.formatPatch=po,io.createTwoFilesPatch=fo,io.createPatch=function(e,t,n,r,u,o){return fo(e,e,t,n,r,u,o)};var so=m;function ao(e){return function(e){if(Array.isArray(e))return co(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return co(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?co(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function co(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function lo(e,t,n,r,u,o,i){i||(i={}),void 0===i.context&&(i.context=4);var s=(0,so.diffLines)(n,r,i);function a(e){return e.map((function(e){return" "+e}))}s.push({value:"",lines:[]});for(var c=[],l=0,p=0,f=[],d=1,h=1,g=function(e){var t=s[e],u=t.lines||t.value.replace(/\n$/,"").split("\n");if(t.lines=u,t.added||t.removed){var o;if(!l){var g=s[e-1];l=d,p=h,g&&(f=i.context>0?a(g.lines.slice(-i.context)):[],l-=f.length,p-=f.length)}(o=f).push.apply(o,ao(u.map((function(e){return(t.added?"+":"-")+e})))),t.added?h+=u.length:d+=u.length}else{if(l)if(u.length<=2*i.context&&e<s.length-2){var m;(m=f).push.apply(m,ao(a(u)))}else{var D,y=Math.min(u.length,i.context);(D=f).push.apply(D,ao(a(u.slice(0,y))));var E={oldStart:l,oldLines:d-l+y,newStart:p,newLines:h-p+y,lines:f};if(e>=s.length-2&&u.length<=i.context){var A=/\n$/.test(n),C=/\n$/.test(r),b=0==u.length&&f.length>E.oldLines;!A&&b&&n.length>0&&f.splice(E.oldLines,0,"\"),(A||b)&&C||f.push("\")}c.push(E),l=0,p=0,f=[]}d+=u.length,h+=u.length}},m=0;m<s.length;m++)g(m);return{oldFileName:e,newFileName:t,oldHeader:u,newHeader:o,hunks:c}}function po(e){var t=[];e.oldFileName==e.newFileName&&t.push("Index: "+e.oldFileName),t.push("==================================================================="),t.push("--- "+e.oldFileName+(void 0===e.oldHeader?"":"\t"+e.oldHeader)),t.push("+++ "+e.newFileName+(void 0===e.newHeader?"":"\t"+e.newHeader));for(var n=0;n<e.hunks.length;n++){var r=e.hunks[n];0===r.oldLines&&(r.oldStart-=1),0===r.newLines&&(r.newStart-=1),t.push("@@ -"+r.oldStart+","+r.oldLines+" +"+r.newStart+","+r.newLines+" @@"),t.push.apply(t,r.lines)}return t.join("\n")+"\n"}function fo(e,t,n,r,u,o,i){return po(lo(e,t,n,r,u,o,i))}var ho={};function go(e,t){if(t.length>e.length)return!1;for(var n=0;n<t.length;n++)if(t[n]!==e[n])return!1;return!0}Object.defineProperty(ho,"__esModule",{value:!0}),ho.arrayEqual=function(e,t){return e.length===t.length&&go(e,t)},ho.arrayStartsWith=go,Object.defineProperty(oo,"__esModule",{value:!0}),oo.calcLineCount=Co,oo.merge=function(e,t,n){e=bo(e,n),t=bo(t,n);var r={};(e.index||t.index)&&(r.index=e.index||t.index),(e.newFileName||t.newFileName)&&(vo(e)?vo(t)?(r.oldFileName=Fo(r,e.oldFileName,t.oldFileName),r.newFileName=Fo(r,e.newFileName,t.newFileName),r.oldHeader=Fo(r,e.oldHeader,t.oldHeader),r.newHeader=Fo(r,e.newHeader,t.newHeader)):(r.oldFileName=e.oldFileName,r.newFileName=e.newFileName,r.oldHeader=e.oldHeader,r.newHeader=e.newHeader):(r.oldFileName=t.oldFileName||e.oldFileName,r.newFileName=t.newFileName||e.newFileName,r.oldHeader=t.oldHeader||e.oldHeader,r.newHeader=t.newHeader||e.newHeader)),r.hunks=[];for(var u=0,o=0,i=0,s=0;u<e.hunks.length||o<t.hunks.length;){var a=e.hunks[u]||{oldStart:1/0},c=t.hunks[o]||{oldStart:1/0};if(xo(a,c))r.hunks.push(So(a,i)),u++,s+=a.newLines-a.oldLines;else if(xo(c,a))r.hunks.push(So(c,s)),o++,i+=c.newLines-c.oldLines;else{var l={oldStart:Math.min(a.oldStart,c.oldStart),oldLines:0,newStart:Math.min(a.newStart+i,c.oldStart+s),newLines:0,lines:[]};Bo(l,a.oldStart,a.lines,c.oldStart,c.lines),o++,u++,r.hunks.push(l)}}return r};var mo=io,Do=eo,yo=ho;function Eo(e){return function(e){if(Array.isArray(e))return Ao(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return Ao(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ao(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ao(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Co(e){var t=jo(e.lines),n=t.oldLines,r=t.newLines;void 0!==n?e.oldLines=n:delete e.oldLines,void 0!==r?e.newLines=r:delete e.newLines}function bo(e,t){if("string"==typeof e){if(/^@@/m.test(e)||/^Index:/m.test(e))return(0,Do.parsePatch)(e)[0];if(!t)throw new Error("Must provide a base reference or pass in a patch");return(0,mo.structuredPatch)(void 0,void 0,t,e)}return e}function vo(e){return e.newFileName&&e.newFileName!==e.oldFileName}function Fo(e,t,n){return t===n?t:(e.conflict=!0,{mine:t,theirs:n})}function xo(e,t){return e.oldStart<t.oldStart&&e.oldStart+e.oldLines<t.oldStart}function So(e,t){return{oldStart:e.oldStart,oldLines:e.oldLines,newStart:e.newStart+t,newLines:e.newLines,lines:e.lines}}function Bo(e,t,n,r,u){var o={offset:t,lines:n,index:0},i={offset:r,lines:u,index:0};for(No(e,o,i),No(e,i,o);o.index<o.lines.length&&i.index<i.lines.length;){var s=o.lines[o.index],a=i.lines[i.index];if("-"!==s[0]&&"+"!==s[0]||"-"!==a[0]&&"+"!==a[0])if("+"===s[0]&&" "===a[0]){var c;(c=e.lines).push.apply(c,Eo(Oo(o)))}else if("+"===a[0]&&" "===s[0]){var l;(l=e.lines).push.apply(l,Eo(Oo(i)))}else"-"===s[0]&&" "===a[0]?To(e,o,i):"-"===a[0]&&" "===s[0]?To(e,i,o,!0):s===a?(e.lines.push(s),o.index++,i.index++):Po(e,Oo(o),Oo(i));else wo(e,o,i)}ko(e,o),ko(e,i),Co(e)}function wo(e,t,n){var r=Oo(t),u=Oo(n);if(Io(r)&&Io(u)){var o,i;if((0,yo.arrayStartsWith)(r,u)&&Lo(n,r,r.length-u.length))return void(o=e.lines).push.apply(o,Eo(r));if((0,yo.arrayStartsWith)(u,r)&&Lo(t,u,u.length-r.length))return void(i=e.lines).push.apply(i,Eo(u))}else if((0,yo.arrayEqual)(r,u)){var s;return void(s=e.lines).push.apply(s,Eo(r))}Po(e,r,u)}function To(e,t,n,r){var u,o=Oo(t),i=function(e,t){for(var n=[],r=[],u=0,o=!1,i=!1;u<t.length&&e.index<e.lines.length;){var s=e.lines[e.index],a=t[u];if("+"===a[0])break;if(o=o||" "!==s[0],r.push(a),u++,"+"===s[0])for(i=!0;"+"===s[0];)n.push(s),s=e.lines[++e.index];a.substr(1)===s.substr(1)?(n.push(s),e.index++):i=!0}if("+"===(t[u]||"")[0]&&o&&(i=!0),i)return n;for(;u<t.length;)r.push(t[u++]);return{merged:r,changes:n}}(n,o);i.merged?(u=e.lines).push.apply(u,Eo(i.merged)):Po(e,r?i:o,r?o:i)}function Po(e,t,n){e.conflict=!0,e.lines.push({conflict:!0,mine:t,theirs:n})}function No(e,t,n){for(;t.offset<n.offset&&t.index<t.lines.length;){var r=t.lines[t.index++];e.lines.push(r),t.offset++}}function ko(e,t){for(;t.index<t.lines.length;){var n=t.lines[t.index++];e.lines.push(n)}}function Oo(e){for(var t=[],n=e.lines[e.index][0];e.index<e.lines.length;){var r=e.lines[e.index];if("-"===n&&"+"===r[0]&&(n="+"),n!==r[0])break;t.push(r),e.index++}return t}function Io(e){return e.reduce((function(e,t){return e&&"-"===t[0]}),!0)}function Lo(e,t,n){for(var r=0;r<n;r++){var u=t[t.length-n+r].substr(1);if(e.lines[e.index+r]!==" "+u)return!1}return e.index+=n,!0}function jo(e){var t=0,n=0;return e.forEach((function(e){if("string"!=typeof e){var r=jo(e.mine),u=jo(e.theirs);void 0!==t&&(r.oldLines===u.oldLines?t+=r.oldLines:t=void 0),void 0!==n&&(r.newLines===u.newLines?n+=r.newLines:n=void 0)}else void 0===n||"+"!==e[0]&&" "!==e[0]||n++,void 0===t||"-"!==e[0]&&" "!==e[0]||t++})),{oldLines:t,newLines:n}}var _o={};Object.defineProperty(_o,"__esModule",{value:!0}),_o.convertChangesToDMP=function(e){for(var t,n,r=[],u=0;u<e.length;u++)n=(t=e[u]).added?1:t.removed?-1:0,r.push([n,t.value]);return r};var Mo={};function Ro(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function Vo(e){return{type:"concat",parts:e}}function $o(e){return{type:"indent",contents:e}}function Wo(e,t){return{type:"align",contents:t,n:e}}function qo(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return{type:"group",id:t.id,contents:e,break:Boolean(t.shouldBreak),expandedStates:t.expandedStates}}Object.defineProperty(Mo,"__esModule",{value:!0}),Mo.convertChangesToXML=function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];r.added?t.push("<ins>"):r.removed&&t.push("<del>"),t.push(Ro(r.value)),r.added?t.push("</ins>"):r.removed&&t.push("</del>")}return t.join("")},function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"Diff",{enumerable:!0,get:function(){return t.default}}),Object.defineProperty(e,"diffChars",{enumerable:!0,get:function(){return n.diffChars}}),Object.defineProperty(e,"diffWords",{enumerable:!0,get:function(){return r.diffWords}}),Object.defineProperty(e,"diffWordsWithSpace",{enumerable:!0,get:function(){return r.diffWordsWithSpace}}),Object.defineProperty(e,"diffLines",{enumerable:!0,get:function(){return u.diffLines}}),Object.defineProperty(e,"diffTrimmedLines",{enumerable:!0,get:function(){return u.diffTrimmedLines}}),Object.defineProperty(e,"diffSentences",{enumerable:!0,get:function(){return i.diffSentences}}),Object.defineProperty(e,"diffCss",{enumerable:!0,get:function(){return a.diffCss}}),Object.defineProperty(e,"diffJson",{enumerable:!0,get:function(){return l.diffJson}}),Object.defineProperty(e,"canonicalize",{enumerable:!0,get:function(){return l.canonicalize}}),Object.defineProperty(e,"diffArrays",{enumerable:!0,get:function(){return p.diffArrays}}),Object.defineProperty(e,"applyPatch",{enumerable:!0,get:function(){return f.applyPatch}}),Object.defineProperty(e,"applyPatches",{enumerable:!0,get:function(){return f.applyPatches}}),Object.defineProperty(e,"parsePatch",{enumerable:!0,get:function(){return d.parsePatch}}),Object.defineProperty(e,"merge",{enumerable:!0,get:function(){return h.merge}}),Object.defineProperty(e,"structuredPatch",{enumerable:!0,get:function(){return g.structuredPatch}}),Object.defineProperty(e,"createTwoFilesPatch",{enumerable:!0,get:function(){return g.createTwoFilesPatch}}),Object.defineProperty(e,"createPatch",{enumerable:!0,get:function(){return g.createPatch}}),Object.defineProperty(e,"convertChangesToDMP",{enumerable:!0,get:function(){return D.convertChangesToDMP}}),Object.defineProperty(e,"convertChangesToXML",{enumerable:!0,get:function(){return y.convertChangesToXML}});var t=function(e){return e&&e.__esModule?e:{default:e}}(o),n=s,r=c,u=m,i=A,a=v,l=qu,p=Yu,f=Zu,d=eo,h=oo,g=io,D=_o,y=Mo}(u);const Uo={type:"break-parent"},zo={type:"line",hard:!0},Ho={type:"line",hard:!0,literal:!0},Jo=Vo([zo,Uo]),Go=Vo([Ho,Uo]);var Xo={concat:Vo,join:function(e,t){const n=[];for(let r=0;r<t.length;r++)0!==r&&n.push(e),n.push(t[r]);return Vo(n)},line:{type:"line"},softline:{type:"line",soft:!0},hardline:Jo,literalline:Go,group:qo,conditionalGroup:function(e,t){return qo(e[0],Object.assign(Object.assign({},t),{},{expandedStates:e}))},fill:function(e){return{type:"fill",parts:e}},lineSuffix:function(e){return{type:"line-suffix",contents:e}},lineSuffixBoundary:{type:"line-suffix-boundary"},cursor:{type:"cursor",placeholder:Symbol("cursor")},breakParent:Uo,ifBreak:function(e,t){return{type:"if-break",breakContents:e,flatContents:t,groupId:(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}).groupId}},trim:{type:"trim"},indent:$o,indentIfBreak:function(e,t){return{type:"indent-if-break",contents:e,groupId:t.groupId,negate:t.negate}},align:Wo,addAlignmentToDoc:function(e,t,n){let r=e;if(t>0){for(let e=0;e<Math.floor(t/n);++e)r=$o(r);r=Wo(t%n,r),r=Wo(Number.NEGATIVE_INFINITY,r)}return r},markAsRoot:function(e){return Wo({type:"root"},e)},dedentToRoot:function(e){return Wo(Number.NEGATIVE_INFINITY,e)},dedent:function(e){return Wo(-1,e)},hardlineWithoutBreakParent:zo,literallineWithoutBreakParent:Ho,label:function(e,t){return{type:"label",label:e,contents:t}}},Yo={exports:{}};var Ko={exports:{}};const Qo=e=>!Number.isNaN(e)&&e>=4352&&(e<=4447||9001===e||9002===e||11904<=e&&e<=12871&&12351!==e||12880<=e&&e<=19903||19968<=e&&e<=42182||43360<=e&&e<=43388||44032<=e&&e<=55203||63744<=e&&e<=64255||65040<=e&&e<=65049||65072<=e&&e<=65131||65281<=e&&e<=65376||65504<=e&&e<=65510||110592<=e&&e<=110593||127488<=e&&e<=127569||131072<=e&&e<=262141);Ko.exports=Qo,Ko.exports.default=Qo;const Zo=e=>"string"==typeof e?e.replace(function(){let{onlyFirst:e=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(t,e?void 0:"g")}(),""):e,ei=Ko.exports,ti=e=>{if("string"!=typeof e||0===e.length)return 0;if(0===(e=Zo(e)).length)return 0;e=e.replace(/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g," ");let t=0;for(let n=0;n<e.length;n++){const r=e.codePointAt(n);r<=31||r>=127&&r<=159||r>=768&&r<=879||(r>65535&&n++,t+=ei(r)?2:1)}return t};Yo.exports=ti,Yo.exports.default=ti;var ni=e=>e[e.length-1];function ri(e,t){if(null==e)return{};var n,r,u=function(e,t){if(null==e)return{};var n,r,u={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(u[n]=e[n]);return u}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(u[n]=e[n])}return u}function ui(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var oi=G,ii=Array.isArray||function(e){return"Array"==oi(e)},si=_e,ai=U(U.bind),ci=function(e,t){return si(e),void 0===t?e:ai?ai(e,t):function(){return e.apply(t,arguments)}},li=ii,pi=dr,fi=ci,di=B.TypeError,hi=function(e,t,n,r,u,o,i,s){for(var a,c,l=u,p=0,f=!!i&&fi(i,s);p<r;){if(p in n){if(a=f?f(n[p],p,t):n[p],o>0&&li(a))c=pi(a),l=hi(e,t,a,c,l,o-1)-1;else{if(l>=9007199254740991)throw di("Exceed the acceptable array length");e[l]=a}l++}p++}return l},gi=hi,mi=U,Di=T,yi=ie,Ei=cu,Ai=hn,Ci=function(){},bi=[],vi=fe("Reflect","construct"),Fi=/^\s*(?:class|function)\b/,xi=mi(Fi.exec),Si=!Fi.exec(Ci),Bi=function(e){if(!yi(e))return!1;try{return vi(Ci,bi,e),!0}catch(e){return!1}},wi=!vi||Di((function(){var e;return Bi(Bi.call)||!Bi(Object)||!Bi((function(){e=!0}))||e}))?function(e){if(!yi(e))return!1;switch(Ei(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return Si||!!xi(Fi,Ai(e))}:Bi,Ti=B,Pi=ii,Ni=wi,ki=ae,Oi=Et("species"),Ii=Ti.Array,Li=function(e,t){return new(function(e){var t;return Pi(e)&&(t=e.constructor,(Ni(t)&&(t===Ii||Pi(t.prototype))||ki(t)&&null===(t=t[Oi]))&&(t=void 0)),void 0===t?Ii:t}(e))(0===t?0:t)},ji=gi,_i=_e,Mi=et,Ri=dr,Vi=Li;eu({target:"Array",proto:!0},{flatMap:function(e){var t,n=Mi(this),r=Ri(n);return _i(e),(t=Vi(n,0)).length=ji(t,n,n,r,0,1,e,arguments.length>1?arguments[1]:void 0),t}});var $i={},Wi=$i,qi=Et("iterator"),Ui=Array.prototype,zi=cu,Hi=Re,Ji=$i,Gi=Et("iterator"),Xi=function(e){if(null!=e)return Hi(e,Gi)||Hi(e,"@@iterator")||Ji[zi(e)]},Yi=k,Ki=_e,Qi=Yt,Zi=Oe,es=Xi,ts=B.TypeError,ns=k,rs=Yt,us=Re,os=ci,is=k,ss=Yt,as=Oe,cs=dr,ls=de,ps=Xi,fs=function(e,t,n){var r,u;rs(e);try{if(!(r=us(e,"return"))){if("throw"===t)throw n;return n}r=ns(r,e)}catch(e){u=!0,r=e}if("throw"===t)throw n;if(u)throw r;return rs(r),n},ds=B.TypeError,hs=function(e,t){this.stopped=e,this.result=t},gs=hs.prototype,ms=Tt,Ds=zt,ys=R,Es=function(e,t,n){var r,u,o,i,s,a,c,l=n&&n.that,p=!(!n||!n.AS_ENTRIES),f=!(!n||!n.IS_ITERATOR),d=!(!n||!n.INTERRUPTED),h=os(t,l),g=function(e){return r&&fs(r,"normal",e),new hs(!0,e)},m=function(e){return p?(ss(e),d?h(e[0],e[1],g):h(e[0],e[1])):d?h(e,g):h(e)};if(f)r=e;else{if(!(u=ps(e)))throw ds(as(e)+" is not iterable");if(function(e){return void 0!==e&&(Wi.Array===e||Ui[qi]===e)}(u)){for(o=0,i=cs(e);i>o;o++)if((s=m(e[o]))&&ls(gs,s))return s;return new hs(!1)}r=function(e,t){var n=arguments.length<2?es(e):t;if(Ki(n))return Qi(Yi(n,e));throw ts(Zi(e)+" is not iterable")}(e,u)}for(a=r.next;!(c=is(a,r)).done;){try{s=m(c.value)}catch(e){fs(r,"throw",e)}if("object"==typeof s&&s&&ls(gs,s))return s}return new hs(!1)};eu({target:"Object",stat:!0},{fromEntries:function(e){var t={};return Es(e,(function(e,n){!function(e,t,n){var r=ms(t);r in e?Ds.f(e,r,ys(0,n)):e[r]=n}(t,e,n)}),{AS_ENTRIES:!0}),t}});var As=void 0!==As?As:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};function Cs(){throw new Error("setTimeout has not been defined")}function bs(){throw new Error("clearTimeout has not been defined")}var vs=Cs,Fs=bs;function xs(e){if(vs===setTimeout)return setTimeout(e,0);if((vs===Cs||!vs)&&setTimeout)return vs=setTimeout,setTimeout(e,0);try{return vs(e,0)}catch(t){try{return vs.call(null,e,0)}catch(t){return vs.call(this,e,0)}}}"function"==typeof As.setTimeout&&(vs=setTimeout),"function"==typeof As.clearTimeout&&(Fs=clearTimeout);var Ss,Bs=[],ws=!1,Ts=-1;function Ps(){ws&&Ss&&(ws=!1,Ss.length?Bs=Ss.concat(Bs):Ts=-1,Bs.length&&Ns())}function Ns(){if(!ws){var e=xs(Ps);ws=!0;for(var t=Bs.length;t;){for(Ss=Bs,Bs=[];++Ts<t;)Ss&&Ss[Ts].run();Ts=-1,t=Bs.length}Ss=null,ws=!1,function(e){if(Fs===clearTimeout)return clearTimeout(e);if((Fs===bs||!Fs)&&clearTimeout)return Fs=clearTimeout,clearTimeout(e);try{Fs(e)}catch(t){try{return Fs.call(null,e)}catch(t){return Fs.call(this,e)}}}(e)}}function ks(e,t){this.fun=e,this.array=t}function Os(){}ks.prototype.run=function(){this.fun.apply(null,this.array)};var Is=Os,Ls=Os,js=Os,_s=Os,Ms=Os,Rs=Os,Vs=Os,$s=As.performance||{},Ws=$s.now||$s.mozNow||$s.msNow||$s.oNow||$s.webkitNow||function(){return(new Date).getTime()},qs=new Date,Us={nextTick:function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];Bs.push(new ks(e,t)),1!==Bs.length||ws||xs(Ns)},title:"browser",browser:!0,env:{},argv:[],version:"",versions:{},on:Is,addListener:Ls,once:js,off:_s,removeListener:Ms,removeAllListeners:Rs,emit:Vs,binding:function(e){throw new Error("process.binding is not supported")},cwd:function(){return"/"},chdir:function(e){throw new Error("process.chdir is not supported")},umask:function(){return 0},hrtime:function(e){var t=.001*Ws.call($s),n=Math.floor(t),r=Math.floor(t%1*1e9);return e&&(n-=e[0],(r-=e[1])<0&&(n--,r+=1e9)),[n,r]},platform:"browser",release:{},config:{},uptime:function(){return(new Date-qs)/1e3}},zs=Us;const Hs="object"==typeof zs&&zs.env&&zs.env.NODE_DEBUG&&/\bsemver\b/i.test(zs.env.NODE_DEBUG)?function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return console.error("SEMVER",...t)}:()=>{};var Js=Hs,Gs={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16},Xs={exports:{}};!function(e,t){const{MAX_SAFE_COMPONENT_LENGTH:n}=Gs,r=Js,u=(t=e.exports={}).re=[],o=t.src=[],i=t.t={};let s=0;const a=(e,t,n)=>{const a=s++;r(a,t),i[e]=a,o[a]=t,u[a]=new RegExp(t,n?"g":void 0)};a("NUMERICIDENTIFIER","0|[1-9]\\d*"),a("NUMERICIDENTIFIERLOOSE","[0-9]+"),a("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),a("MAINVERSION","(".concat(o[i.NUMERICIDENTIFIER],")\\.")+"(".concat(o[i.NUMERICIDENTIFIER],")\\.")+"(".concat(o[i.NUMERICIDENTIFIER],")")),a("MAINVERSIONLOOSE","(".concat(o[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[i.NUMERICIDENTIFIERLOOSE],")")),a("PRERELEASEIDENTIFIER","(?:".concat(o[i.NUMERICIDENTIFIER],"|").concat(o[i.NONNUMERICIDENTIFIER],")")),a("PRERELEASEIDENTIFIERLOOSE","(?:".concat(o[i.NUMERICIDENTIFIERLOOSE],"|").concat(o[i.NONNUMERICIDENTIFIER],")")),a("PRERELEASE","(?:-(".concat(o[i.PRERELEASEIDENTIFIER],"(?:\\.").concat(o[i.PRERELEASEIDENTIFIER],")*))")),a("PRERELEASELOOSE","(?:-?(".concat(o[i.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(o[i.PRERELEASEIDENTIFIERLOOSE],")*))")),a("BUILDIDENTIFIER","[0-9A-Za-z-]+"),a("BUILD","(?:\\+(".concat(o[i.BUILDIDENTIFIER],"(?:\\.").concat(o[i.BUILDIDENTIFIER],")*))")),a("FULLPLAIN","v?".concat(o[i.MAINVERSION]).concat(o[i.PRERELEASE],"?").concat(o[i.BUILD],"?")),a("FULL","^".concat(o[i.FULLPLAIN],"$")),a("LOOSEPLAIN","[v=\\s]*".concat(o[i.MAINVERSIONLOOSE]).concat(o[i.PRERELEASELOOSE],"?").concat(o[i.BUILD],"?")),a("LOOSE","^".concat(o[i.LOOSEPLAIN],"$")),a("GTLT","((?:<|>)?=?)"),a("XRANGEIDENTIFIERLOOSE","".concat(o[i.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),a("XRANGEIDENTIFIER","".concat(o[i.NUMERICIDENTIFIER],"|x|X|\\*")),a("XRANGEPLAIN","[v=\\s]*(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:".concat(o[i.PRERELEASE],")?").concat(o[i.BUILD],"?")+")?)?"),a("XRANGEPLAINLOOSE","[v=\\s]*(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:".concat(o[i.PRERELEASELOOSE],")?").concat(o[i.BUILD],"?")+")?)?"),a("XRANGE","^".concat(o[i.GTLT],"\\s*").concat(o[i.XRANGEPLAIN],"$")),a("XRANGELOOSE","^".concat(o[i.GTLT],"\\s*").concat(o[i.XRANGEPLAINLOOSE],"$")),a("COERCE","".concat("(^|[^\\d])(\\d{1,").concat(n,"})")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:$|[^\\d])"),a("COERCERTL",o[i.COERCE],!0),a("LONETILDE","(?:~>?)"),a("TILDETRIM","(\\s*)".concat(o[i.LONETILDE],"\\s+"),!0),t.tildeTrimReplace="$1~",a("TILDE","^".concat(o[i.LONETILDE]).concat(o[i.XRANGEPLAIN],"$")),a("TILDELOOSE","^".concat(o[i.LONETILDE]).concat(o[i.XRANGEPLAINLOOSE],"$")),a("LONECARET","(?:\\^)"),a("CARETTRIM","(\\s*)".concat(o[i.LONECARET],"\\s+"),!0),t.caretTrimReplace="$1^",a("CARET","^".concat(o[i.LONECARET]).concat(o[i.XRANGEPLAIN],"$")),a("CARETLOOSE","^".concat(o[i.LONECARET]).concat(o[i.XRANGEPLAINLOOSE],"$")),a("COMPARATORLOOSE","^".concat(o[i.GTLT],"\\s*(").concat(o[i.LOOSEPLAIN],")$|^$")),a("COMPARATOR","^".concat(o[i.GTLT],"\\s*(").concat(o[i.FULLPLAIN],")$|^$")),a("COMPARATORTRIM","(\\s*)".concat(o[i.GTLT],"\\s*(").concat(o[i.LOOSEPLAIN],"|").concat(o[i.XRANGEPLAIN],")"),!0),t.comparatorTrimReplace="$1$2$3",a("HYPHENRANGE","^\\s*(".concat(o[i.XRANGEPLAIN],")")+"\\s+-\\s+"+"(".concat(o[i.XRANGEPLAIN],")")+"\\s*$"),a("HYPHENRANGELOOSE","^\\s*(".concat(o[i.XRANGEPLAINLOOSE],")")+"\\s+-\\s+"+"(".concat(o[i.XRANGEPLAINLOOSE],")")+"\\s*$"),a("STAR","(<|>)?=?\\s*\\*"),a("GTE0","^\\s*>=\\s*0.0.0\\s*$"),a("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")}(Xs,Xs.exports);const Ys=["includePrerelease","loose","rtl"];const Ks=/^[0-9]+$/,Qs=(e,t)=>{const n=Ks.test(e),r=Ks.test(t);return n&&r&&(e=+e,t=+t),e===t?0:n&&!r?-1:r&&!n?1:e<t?-1:1};var Zs={compareIdentifiers:Qs,rcompareIdentifiers:(e,t)=>Qs(t,e)};const ea=Js,{MAX_LENGTH:ta,MAX_SAFE_INTEGER:na}=Gs,{re:ra,t:ua}=Xs.exports,oa=e=>e?"object"!=typeof e?{loose:!0}:Ys.filter((t=>e[t])).reduce(((e,t)=>(e[t]=!0,e)),{}):{},{compareIdentifiers:ia}=Zs;class sa{constructor(e,t){if(t=oa(t),e instanceof sa){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: ".concat(e));if(e.length>ta)throw new TypeError("version is longer than ".concat(ta," characters"));ea("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const n=e.trim().match(t.loose?ra[ua.LOOSE]:ra[ua.FULL]);if(!n)throw new TypeError("Invalid Version: ".concat(e));if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>na||this.major<0)throw new TypeError("Invalid major version");if(this.minor>na||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>na||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<na)return t}return e})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}toString(){return this.version}compare(e){if(ea("SemVer.compare",this.version,this.options,e),!(e instanceof sa)){if("string"==typeof e&&e===this.version)return 0;e=new sa(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof sa||(e=new sa(e,this.options)),ia(this.major,e.major)||ia(this.minor,e.minor)||ia(this.patch,e.patch)}comparePre(e){if(e instanceof sa||(e=new sa(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{const n=this.prerelease[t],r=e.prerelease[t];if(ea("prerelease compare",t,n,r),void 0===n&&void 0===r)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(n!==r)return ia(n,r)}while(++t)}compareBuild(e){e instanceof sa||(e=new sa(e,this.options));let t=0;do{const n=this.build[t],r=e.build[t];if(ea("prerelease compare",t,n,r),void 0===n&&void 0===r)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(n!==r)return ia(n,r)}while(++t)}inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{let e=this.prerelease.length;for(;--e>=0;)"number"==typeof this.prerelease[e]&&(this.prerelease[e]++,e=-2);-1===e&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error("invalid increment argument: ".concat(e))}return this.format(),this.raw=this.version,this}}const aa=sa;var ca=(e,t,n)=>new aa(e,n).compare(new aa(t,n));const la=ca;const pa=ca;var fa,da,ha,ga,ma,Da,ya={exports:{}};!function(e,t){function n(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]}function r(){return"undefined"!=typeof WeakMap?new WeakMap:{add:n,delete:n,get:n,set:n,has:function(e){return!1}}}Object.defineProperty(t,"__esModule",{value:!0}),t.outdent=void 0;var u=Object.prototype.hasOwnProperty,o=function(e,t){return u.call(e,t)};function i(e,t){for(var n in t)o(t,n)&&(e[n]=t[n]);return e}var s=/^[ \t]*(?:\r\n|\r|\n)/,a=/(?:\r\n|\r|\n)[ \t]*$/,c=/^(?:[\r\n]|$)/,l=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,p=/^[ \t]*[\r\n][ \t\r\n]*$/;function f(e,t,n){var r=0,u=e[0].match(l);u&&(r=u[1].length);var o=new RegExp("(\\r\\n|\\r|\\n).{0,"+r+"}","g");t&&(e=e.slice(1));var i=n.newline,c=n.trimLeadingNewline,p=n.trimTrailingNewline,f="string"==typeof i,d=e.length;return e.map((function(e,t){return e=e.replace(o,"$1"),0===t&&c&&(e=e.replace(s,"")),t===d-1&&p&&(e=e.replace(a,"")),f&&(e=e.replace(/\r\n|\n|\r/g,(function(e){return i}))),e}))}function d(e,t){for(var n="",r=0,u=e.length;r<u;r++)n+=e[r],r<u-1&&(n+=t[r]);return n}function h(e){return o(e,"raw")&&o(e,"length")}var g=function e(t){var n=r(),u=r(),o=i((function r(o){for(var s=[],a=1;a<arguments.length;a++)s[a-1]=arguments[a];if(h(o)){var l=o,m=(s[0]===r||s[0]===g)&&p.test(l[0])&&c.test(l[1]),D=m?u:n,y=D.get(l);return y||(y=f(l,m,t),D.set(l,y)),0===s.length?y[0]:d(y,m?s.slice(1):s)}return e(i(i({},t),o||{}))}),{string:function(e){return f([e],!1,t)[0]}});return o}({trimLeadingNewline:!0,trimTrailingNewline:!0});t.outdent=g,t.default=g;try{e.exports=g,Object.defineProperty(g,"__esModule",{value:!0}),g.default=g,g.outdent=g}catch(e){}}(ya,ya.exports);const{outdent:Ea}=ya.exports,Aa="Config",Ca="Editor",ba="Other",va="Global",Fa="Special",xa={cursorOffset:{since:"1.4.0",category:Fa,type:"int",default:-1,range:{start:-1,end:Number.POSITIVE_INFINITY,step:1},description:Ea(fa||(fa=ui(["\n Print (to stderr) where a cursor at the given position would move to after formatting.\n This option cannot be used with --range-start and --range-end.\n "]))),cliCategory:Ca},endOfLine:{since:"1.15.0",category:va,type:"choice",default:[{since:"1.15.0",value:"auto"},{since:"2.0.0",value:"lf"}],description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:Ea(da||(da=ui(["\n Maintain existing\n (mixed values within one file are normalised by looking at what's used after the first line)\n "])))}]},filepath:{since:"1.4.0",category:Fa,type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:ba,cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{since:"1.8.0",category:Fa,type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:ba},parser:{since:"0.0.10",category:va,type:"choice",default:[{since:"0.0.10",value:"babylon"},{since:"1.13.0",value:void 0}],description:"Which parser to use.",exception:e=>"string"==typeof e||"function"==typeof e,choices:[{value:"flow",description:"Flow"},{value:"babel",since:"1.16.0",description:"JavaScript"},{value:"babel-flow",since:"1.16.0",description:"Flow"},{value:"babel-ts",since:"2.0.0",description:"TypeScript"},{value:"typescript",since:"1.4.0",description:"TypeScript"},{value:"espree",since:"2.2.0",description:"JavaScript"},{value:"meriyah",since:"2.2.0",description:"JavaScript"},{value:"css",since:"1.7.1",description:"CSS"},{value:"less",since:"1.7.1",description:"Less"},{value:"scss",since:"1.7.1",description:"SCSS"},{value:"json",since:"1.5.0",description:"JSON"},{value:"json5",since:"1.13.0",description:"JSON5"},{value:"json-stringify",since:"1.13.0",description:"JSON.stringify"},{value:"graphql",since:"1.5.0",description:"GraphQL"},{value:"markdown",since:"1.8.0",description:"Markdown"},{value:"mdx",since:"1.15.0",description:"MDX"},{value:"vue",since:"1.10.0",description:"Vue"},{value:"yaml",since:"1.14.0",description:"YAML"},{value:"glimmer",since:"2.3.0",description:"Ember / Handlebars"},{value:"html",since:"1.15.0",description:"HTML"},{value:"angular",since:"1.15.0",description:"Angular"},{value:"lwc",since:"1.17.0",description:"Lightning Web Components"}]},plugins:{since:"1.10.0",type:"path",array:!0,default:[{value:[]}],category:va,description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin",cliCategory:Aa},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:va,description:Ea(ha||(ha=ui(["\n Custom directory that contains prettier plugins in node_modules subdirectory.\n Overrides default behavior when plugins are searched relatively to the location of Prettier.\n Multiple values are accepted.\n "]))),exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin-search-dir",cliCategory:Aa},printWidth:{since:"0.0.0",category:va,type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},rangeEnd:{since:"1.4.0",category:Fa,type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Ea(ga||(ga=ui(["\n Format code ending at a given character offset (exclusive).\n The range will extend forwards to the end of the selected statement.\n This option cannot be used with --cursor-offset.\n "]))),cliCategory:Ca},rangeStart:{since:"1.4.0",category:Fa,type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Ea(ma||(ma=ui(["\n Format code starting at a given character offset.\n The range will extend backwards to the start of the first line containing the selected statement.\n This option cannot be used with --cursor-offset.\n "]))),cliCategory:Ca},requirePragma:{since:"1.7.0",category:Fa,type:"boolean",default:!1,description:Ea(Da||(Da=ui(["\n Require either '@prettier' or '@format' to be present in the file's first docblock comment\n in order for it to be formatted.\n "]))),cliCategory:ba},tabWidth:{type:"int",category:va,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:va,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:va,type:"choice",default:[{since:"2.1.0",value:"auto"}],description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}},Sa=["cliName","cliCategory","cliDescription"],Ba=ca,wa=(e,t,n)=>la(e,t,n)<0,Ta=(e,t,n)=>pa(e,t,n)>=0,Pa=(e,t)=>Object.entries(e).map((e=>{let[n,r]=e;return Object.assign({[t]:n},r)})),Na=r.version,ka=xa;function Oa(e,t,n){const r=new Set(e.choices.map((e=>e.value)));for(const u of t)if(u.parsers)for(const t of u.parsers)if(!r.has(t)){r.add(t);const o=n.find((e=>e.parsers&&e.parsers[t]));let i=u.name;o&&o.name&&(i+=" (plugin: ".concat(o.name,")")),e.choices.push({value:t,description:i})}}var Ia={getSupportInfo:function(){let{plugins:e=[],showUnreleased:t=!1,showDeprecated:n=!1,showInternal:r=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const u=Na.split("-",1)[0],o=e.flatMap((e=>e.languages||[])).filter(s),i=Pa(Object.assign({},...e.map((e=>{let{options:t}=e;return t})),ka),"name").filter((e=>s(e)&&a(e))).sort(((e,t)=>e.name===t.name?0:e.name<t.name?-1:1)).map(c).map((t=>{t=Object.assign({},t),Array.isArray(t.default)&&(t.default=1===t.default.length?t.default[0].value:t.default.filter(s).sort(((e,t)=>Ba(t.since,e.since)))[0].value),Array.isArray(t.choices)&&(t.choices=t.choices.filter((e=>s(e)&&a(e))),"parser"===t.name&&Oa(t,o,e));const n=Object.fromEntries(e.filter((e=>e.defaultOptions&&void 0!==e.defaultOptions[t.name])).map((e=>[e.name,e.defaultOptions[t.name]])));return Object.assign(Object.assign({},t),{},{pluginDefaults:n})}));return{languages:o,options:i};function s(e){return t||!("since"in e)||e.since&&Ta(u,e.since)}function a(e){return n||!("deprecated"in e)||e.deprecated&&wa(u,e.deprecated)}function c(e){return r?e:ri(e,Sa)}}};const La=Yo.exports,ja=e=>{if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")},_a=ni,{getSupportInfo:Ma}=Ia,Ra=/[^\x20-\x7F]/;function Va(e){return(t,n,r)=>{const u=r&&r.backwards;if(!1===n)return!1;const{length:o}=t;let i=n;for(;i>=0&&i<o;){const n=t.charAt(i);if(e instanceof RegExp){if(!e.test(n))return i}else if(!e.includes(n))return i;u?i--:i++}return(-1===i||i===o)&&i}}const $a=Va(/\s/),Wa=Va(" \t"),qa=Va(",; \t"),Ua=Va(/[^\n\r]/);function za(e,t){if(!1===t)return!1;if("/"===e.charAt(t)&&"*"===e.charAt(t+1))for(let n=t+2;n<e.length;++n)if("*"===e.charAt(n)&&"/"===e.charAt(n+1))return n+2;return t}function Ha(e,t){return!1!==t&&("/"===e.charAt(t)&&"/"===e.charAt(t+1)?Ua(e,t):t)}function Ja(e,t,n){const r=n&&n.backwards;if(!1===t)return!1;const u=e.charAt(t);if(r){if("\r"===e.charAt(t-1)&&"\n"===u)return t-2;if("\n"===u||"\r"===u||"\u2028"===u||"\u2029"===u)return t-1}else{if("\r"===u&&"\n"===e.charAt(t+1))return t+2;if("\n"===u||"\r"===u||"\u2028"===u||"\u2029"===u)return t+1}return t}function Ga(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=Wa(e,n.backwards?t-1:t,n);return r!==Ja(e,r,n)}function Xa(e,t){let n=null,r=t;for(;r!==n;)n=r,r=qa(e,r),r=za(e,r),r=Wa(e,r);return r=Ha(e,r),r=Ja(e,r),!1!==r&&Ga(e,r)}function Ya(e,t){let n=null,r=t;for(;r!==n;)n=r,r=Wa(e,r),r=za(e,r),r=Ha(e,r),r=Ja(e,r);return r}function Ka(e,t,n){return Ya(e,n(t))}function Qa(e,t){let n=0;for(let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;r<e.length;++r)"\t"===e[r]?n=n+t-n%t:n++;return n}function Za(e,t){const n={quote:'"',regex:/"/g,escaped:"&quot;"},r={quote:"'",regex:/'/g,escaped:"&apos;"},u="'"===t?r:n,o=u===r?n:r;let i=u;return(e.includes(u.quote)||e.includes(o.quote))&&(i=(e.match(u.regex)||[]).length>(e.match(o.regex)||[]).length?o:u),i}function ec(e,t,n){const r='"'===t?"'":'"',u=e.replace(/\\(.)|(["'])/gs,((e,u,o)=>u===r?u:o===t?"\\"+o:o||(n&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(u)?u:"\\"+u)));return t+u+t}function tc(e,t){(e.comments||(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=function(e){const t=e.type||e.kind||"(unknown type)";let n=String(e.name||e.id&&("object"==typeof e.id?e.id.name:e.id)||e.key&&("object"==typeof e.key?e.key.name:e.key)||e.value&&("object"==typeof e.value?"":String(e.value))||e.operator||"");return n.length>20&&(n=n.slice(0,19)+"…"),t+(n?" "+n:"")}(e)}var nc={inferParserByLanguage:function(e,t){const{languages:n}=Ma({plugins:t.plugins}),r=n.find((t=>{let{name:n}=t;return n.toLowerCase()===e}))||n.find((t=>{let{aliases:n}=t;return Array.isArray(n)&&n.includes(e)}))||n.find((t=>{let{extensions:n}=t;return Array.isArray(n)&&n.includes(".".concat(e))}));return r&&r.parsers[0]},getStringWidth:function(e){return e?Ra.test(e)?La(e):e.length:0},getMaxContinuousCount:function(e,t){const n=e.match(new RegExp("(".concat(ja(t),")+"),"g"));return null===n?0:n.reduce(((e,n)=>Math.max(e,n.length/t.length)),0)},getMinNotPresentContinuousCount:function(e,t){const n=e.match(new RegExp("(".concat(ja(t),")+"),"g"));if(null===n)return 0;const r=new Map;let u=0;for(const e of n){const n=e.length/t.length;r.set(n,!0),n>u&&(u=n)}for(let e=1;e<u;e++)if(!r.get(e))return e;return u+1},getPenultimate:e=>e[e.length-2],getLast:_a,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:Ya,getNextNonSpaceNonCommentCharacterIndex:Ka,getNextNonSpaceNonCommentCharacter:function(e,t,n){return e.charAt(Ka(e,t,n))},skip:Va,skipWhitespace:$a,skipSpaces:Wa,skipToLineEnd:qa,skipEverythingButNewLine:Ua,skipInlineComment:za,skipTrailingComment:Ha,skipNewline:Ja,isNextLineEmptyAfterIndex:Xa,isNextLineEmpty:function(e,t,n){return Xa(e,n(t))},isPreviousLineEmpty:function(e,t,n){let r=n(t)-1;return r=Wa(e,r,{backwards:!0}),r=Ja(e,r,{backwards:!0}),r=Wa(e,r,{backwards:!0}),r!==Ja(e,r,{backwards:!0})},hasNewline:Ga,hasNewlineInRange:function(e,t,n){for(let r=t;r<n;++r)if("\n"===e.charAt(r))return!0;return!1},hasSpaces:function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return Wa(e,n.backwards?t-1:t,n)!==t},getAlignmentSize:Qa,getIndentSize:function(e,t){const n=e.lastIndexOf("\n");return-1===n?0:Qa(e.slice(n+1).match(/^[\t ]*/)[0],t)},getPreferredQuote:Za,printString:function(e,t){const n=e.slice(1,-1);return ec(n,"json"===t.parser||"json5"===t.parser&&"preserve"===t.quoteProps&&!t.singleQuote?'"':t.__isInHtmlAttribute?"'":Za(n,t.singleQuote?"'":'"').quote,!("css"===t.parser||"less"===t.parser||"scss"===t.parser||t.__embeddedInHtml))},printNumber:function(e){return e.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")},makeString:ec,addLeadingComment:function(e,t){t.leading=!0,t.trailing=!1,tc(e,t)},addDanglingComment:function(e,t,n){t.leading=!1,t.trailing=!1,n&&(t.marker=n),tc(e,t)},addTrailingComment:function(e,t){t.leading=!1,t.trailing=!0,tc(e,t)},isFrontMatterNode:function(e){return e&&"front-matter"===e.type},getShebang:function(e){if(!e.startsWith("#!"))return"";const t=e.indexOf("\n");return-1===t?e:e.slice(0,t)},isNonEmptyArray:function(e){return Array.isArray(e)&&e.length>0},createGroupIdMapper:function(e){const t=new WeakMap;return function(n){return t.has(n)||t.set(n,Symbol(e)),t.get(n)}}},rc={guessEndOfLine:function(e){const t=e.indexOf("\r");return t>=0?"\n"===e.charAt(t+1)?"crlf":"cr":"lf"},convertEndOfLineToChars:function(e){switch(e){case"cr":return"\r";case"crlf":return"\r\n";default:return"\n"}},countEndOfLineChars:function(e,t){let n;if("\n"===t)n=/\n/g;else if("\r"===t)n=/\r/g;else{if("\r\n"!==t)throw new Error('Unexpected "eol" '.concat(JSON.stringify(t),"."));n=/\r\n/g}const r=e.match(n);return r?r.length:0},normalizeEndOfLine:function(e){return e.replace(/\r\n?/g,"\n")}};const uc=ni,{literalline:oc,join:ic}=Xo,sc=e=>Array.isArray(e)||e&&"concat"===e.type,ac=e=>{if(Array.isArray(e))return e;if("concat"!==e.type&&"fill"!==e.type)throw new Error("Expect doc type to be `concat` or `fill`.");return e.parts},cc={};function lc(e,t,n,r){const u=[e];for(;u.length>0;){const e=u.pop();if(e!==cc){if(n&&u.push(e,cc),!t||!1!==t(e))if(sc(e)||"fill"===e.type){const t=ac(e);for(let e=t.length-1;e>=0;--e)u.push(t[e])}else if("if-break"===e.type)e.flatContents&&u.push(e.flatContents),e.breakContents&&u.push(e.breakContents);else if("group"===e.type&&e.expandedStates)if(r)for(let t=e.expandedStates.length-1;t>=0;--t)u.push(e.expandedStates[t]);else u.push(e.contents);else e.contents&&u.push(e.contents)}else n(u.pop())}}function pc(e,t){const n=new Map;return function e(r){if(n.has(r))return n.get(r);const u=function(n){if(Array.isArray(n))return t(n.map(e));if("concat"===n.type||"fill"===n.type){const r=n.parts.map(e);return t(Object.assign(Object.assign({},n),{},{parts:r}))}if("if-break"===n.type){const r=n.breakContents&&e(n.breakContents),u=n.flatContents&&e(n.flatContents);return t(Object.assign(Object.assign({},n),{},{breakContents:r,flatContents:u}))}if("group"===n.type&&n.expandedStates){const r=n.expandedStates.map(e),u=r[0];return t(Object.assign(Object.assign({},n),{},{contents:u,expandedStates:r}))}if(n.contents){const r=e(n.contents);return t(Object.assign(Object.assign({},n),{},{contents:r}))}return t(n)}(r);return n.set(r,u),u}(e)}function fc(e,t,n){let r=n,u=!1;return lc(e,(function(e){const n=t(e);if(void 0!==n&&(u=!0,r=n),u)return!1})),r}function dc(e){return!("group"!==e.type||!e.break)||!("line"!==e.type||!e.hard)||"break-parent"===e.type||void 0}function hc(e){if(e.length>0){const t=uc(e);t.expandedStates||t.break||(t.break="propagated")}return null}function gc(e){return"line"!==e.type||e.hard?"if-break"===e.type?e.flatContents||"":e:e.soft?"":" "}const mc=(e,t)=>e&&"line"===e.type&&e.hard&&t&&"break-parent"===t.type;function Dc(e){if(!e)return e;if(sc(e)||"fill"===e.type){const t=ac(e);for(;t.length>1&&mc(...t.slice(-2));)t.length-=2;if(t.length>0){const e=Dc(uc(t));t[t.length-1]=e}return Array.isArray(e)?t:Object.assign(Object.assign({},e),{},{parts:t})}switch(e.type){case"align":case"indent":case"indent-if-break":case"group":case"line-suffix":case"label":{const t=Dc(e.contents);return Object.assign(Object.assign({},e),{},{contents:t})}case"if-break":{const t=Dc(e.breakContents),n=Dc(e.flatContents);return Object.assign(Object.assign({},e),{},{breakContents:t,flatContents:n})}}return e}function yc(e){return pc(e,(e=>function(e){switch(e.type){case"fill":if(e.parts.every((e=>""===e)))return"";break;case"group":if(!(e.contents||e.id||e.break||e.expandedStates))return"";if("group"===e.contents.type&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case"align":case"indent":case"indent-if-break":case"line-suffix":if(!e.contents)return"";break;case"if-break":if(!e.flatContents&&!e.breakContents)return""}if(!sc(e))return e;const t=[];for(const n of ac(e)){if(!n)continue;const[e,...r]=sc(n)?ac(n):[n];"string"==typeof e&&"string"==typeof uc(t)?t[t.length-1]+=e:t.push(e),t.push(...r)}return 0===t.length?"":1===t.length?t[0]:Array.isArray(e)?t:Object.assign(Object.assign({},e),{},{parts:t})}(e)))}function Ec(e){const t=[],n=e.filter(Boolean);for(;n.length>0;){const e=n.shift();e&&(sc(e)?n.unshift(...ac(e)):t.length>0&&"string"==typeof uc(t)&&"string"==typeof e?t[t.length-1]+=e:t.push(e))}return t}function Ac(e){return ic(arguments.length>1&&void 0!==arguments[1]?arguments[1]:oc,e.split("\n")).parts}function Cc(e){if("line"===e.type)return!0}var bc={isConcat:sc,getDocParts:ac,willBreak:function(e){return fc(e,dc,!1)},traverseDoc:lc,findInDoc:fc,mapDoc:pc,propagateBreaks:function(e){const t=new Set,n=[];lc(e,(function(e){if("break-parent"===e.type&&hc(n),"group"===e.type){if(n.push(e),t.has(e))return!1;t.add(e)}}),(function(e){"group"===e.type&&n.pop().break&&hc(n)}),!0)},removeLines:function(e){return pc(e,gc)},stripTrailingHardline:function(e){return Dc(yc(e))},normalizeParts:Ec,normalizeDoc:function(e){return pc(e,(e=>Array.isArray(e)?Ec(e):e.parts?Object.assign(Object.assign({},e),{},{parts:Ec(e.parts)}):e))},cleanDoc:yc,replaceTextEndOfLine:Ac,replaceEndOfLine:function(e){return pc(e,(e=>"string"==typeof e&&e.includes("\n")?Ac(e):e))},canBreak:function(e){return fc(e,Cc,!1)}};const{getStringWidth:vc,getLast:Fc}=nc,{convertEndOfLineToChars:xc}=rc,{fill:Sc,cursor:Bc,indent:wc}=Xo,{isConcat:Tc,getDocParts:Pc}=bc;let Nc;function kc(e,t){return Ic(e,{type:"indent"},t)}function Oc(e,t,n){return t===Number.NEGATIVE_INFINITY?e.root||{value:"",length:0,queue:[]}:t<0?Ic(e,{type:"dedent"},n):t?"root"===t.type?Object.assign(Object.assign({},e),{},{root:e}):Ic(e,{type:"string"==typeof t?"stringAlign":"numberAlign",n:t},n):e}function Ic(e,t,n){const r="dedent"===t.type?e.queue.slice(0,-1):[...e.queue,t];let u="",o=0,i=0,s=0;for(const e of r)switch(e.type){case"indent":l(),n.useTabs?a(1):c(n.tabWidth);break;case"stringAlign":l(),u+=e.n,o+=e.n.length;break;case"numberAlign":i+=1,s+=e.n;break;default:throw new Error("Unexpected type '".concat(e.type,"'"))}return p(),Object.assign(Object.assign({},e),{},{value:u,length:o,queue:r});function a(e){u+="\t".repeat(e),o+=n.tabWidth*e}function c(e){u+=" ".repeat(e),o+=e}function l(){n.useTabs?(i>0&&a(i),f()):p()}function p(){s>0&&c(s),f()}function f(){i=0,s=0}}function Lc(e){if(0===e.length)return 0;let t=0;for(;e.length>0&&"string"==typeof Fc(e)&&/^[\t ]*$/.test(Fc(e));)t+=e.pop().length;if(e.length>0&&"string"==typeof Fc(e)){const n=Fc(e).replace(/[\t ]*$/,"");t+=Fc(e).length-n.length,e[e.length-1]=n}return t}function jc(e,t,n,r,u,o){let i=t.length;const s=[e],a=[];for(;n>=0;){if(0===s.length){if(0===i)return!0;s.push(t[i-1]),i--;continue}const[e,c,l]=s.pop();if("string"==typeof l)a.push(l),n-=vc(l);else if(Tc(l)){const t=Pc(l);for(let n=t.length-1;n>=0;n--)s.push([e,c,t[n]])}else switch(l.type){case"indent":s.push([kc(e,r),c,l.contents]);break;case"align":s.push([Oc(e,l.n,r),c,l.contents]);break;case"trim":n+=Lc(a);break;case"group":{if(o&&l.break)return!1;const t=l.break?1:c;s.push([e,t,l.expandedStates&&1===t?Fc(l.expandedStates):l.contents]),l.id&&(Nc[l.id]=t);break}case"fill":for(let t=l.parts.length-1;t>=0;t--)s.push([e,c,l.parts[t]]);break;case"if-break":case"indent-if-break":{const t=l.groupId?Nc[l.groupId]:c;if(1===t){const t="if-break"===l.type?l.breakContents:l.negate?l.contents:wc(l.contents);t&&s.push([e,c,t])}if(2===t){const t="if-break"===l.type?l.flatContents:l.negate?wc(l.contents):l.contents;t&&s.push([e,c,t])}break}case"line":switch(c){case 2:if(!l.hard){l.soft||(a.push(" "),n-=1);break}return!0;case 1:return!0}break;case"line-suffix":u=!0;break;case"line-suffix-boundary":if(u)return!1;break;case"label":s.push([e,c,l.contents])}}return!1}var _c={printDocToString:function(e,t){Nc={};const n=t.printWidth,r=xc(t.endOfLine);let u=0;const o=[[{value:"",length:0,queue:[]},1,e]],i=[];let s=!1,a=[];for(;o.length>0;){const[e,c,l]=o.pop();if("string"==typeof l){const e="\n"!==r?l.replace(/\n/g,r):l;i.push(e),u+=vc(e)}else if(Tc(l)){const t=Pc(l);for(let n=t.length-1;n>=0;n--)o.push([e,c,t[n]])}else switch(l.type){case"cursor":i.push(Bc.placeholder);break;case"indent":o.push([kc(e,t),c,l.contents]);break;case"align":o.push([Oc(e,l.n,t),c,l.contents]);break;case"trim":u-=Lc(i);break;case"group":switch(c){case 2:if(!s){o.push([e,l.break?1:2,l.contents]);break}case 1:{s=!1;const r=[e,2,l.contents],i=n-u,c=a.length>0;if(!l.break&&jc(r,o,i,t,c))o.push(r);else if(l.expandedStates){const n=Fc(l.expandedStates);if(l.break){o.push([e,1,n]);break}for(let r=1;r<l.expandedStates.length+1;r++){if(r>=l.expandedStates.length){o.push([e,1,n]);break}{const n=[e,2,l.expandedStates[r]];if(jc(n,o,i,t,c)){o.push(n);break}}}}else o.push([e,1,l.contents]);break}}l.id&&(Nc[l.id]=Fc(o)[1]);break;case"fill":{const r=n-u,{parts:i}=l;if(0===i.length)break;const[s,p]=i,f=[e,2,s],d=[e,1,s],h=jc(f,[],r,t,a.length>0,!0);if(1===i.length){h?o.push(f):o.push(d);break}const g=[e,2,p],m=[e,1,p];if(2===i.length){h?o.push(g,f):o.push(m,d);break}i.splice(0,2);const D=[e,c,Sc(i)];jc([e,2,[s,p,i[0]]],[],r,t,a.length>0,!0)?o.push(D,g,f):h?o.push(D,m,f):o.push(D,m,d);break}case"if-break":case"indent-if-break":{const t=l.groupId?Nc[l.groupId]:c;if(1===t){const t="if-break"===l.type?l.breakContents:l.negate?l.contents:wc(l.contents);t&&o.push([e,c,t])}if(2===t){const t="if-break"===l.type?l.flatContents:l.negate?wc(l.contents):l.contents;t&&o.push([e,c,t])}break}case"line-suffix":a.push([e,c,l.contents]);break;case"line-suffix-boundary":a.length>0&&o.push([e,c,{type:"line",hard:!0}]);break;case"line":switch(c){case 2:if(!l.hard){l.soft||(i.push(" "),u+=1);break}s=!0;case 1:if(a.length>0){o.push([e,c,l],...a.reverse()),a=[];break}l.literal?e.root?(i.push(r,e.root.value),u=e.root.length):(i.push(r),u=0):(u-=Lc(i),i.push(r+e.value),u=e.length)}break;case"label":o.push([e,c,l.contents])}0===o.length&&a.length>0&&(o.push(...a.reverse()),a=[])}const c=i.indexOf(Bc.placeholder);if(-1!==c){const e=i.indexOf(Bc.placeholder,c+1),t=i.slice(0,c).join(""),n=i.slice(c+1,e).join("");return{formatted:t+n+i.slice(e+1).join(""),cursorNodeStart:t.length,cursorNodeText:n}}return{formatted:i.join("")}}};const{isConcat:Mc,getDocParts:Rc}=bc;function Vc(e){if(!e)return"";if(Mc(e)){const t=[];for(const n of Rc(e))if(Mc(n))t.push(...Vc(n).parts);else{const e=Vc(n);""!==e&&t.push(e)}return{type:"concat",parts:t}}return"if-break"===e.type?Object.assign(Object.assign({},e),{},{breakContents:Vc(e.breakContents),flatContents:Vc(e.flatContents)}):"group"===e.type?Object.assign(Object.assign({},e),{},{contents:Vc(e.contents),expandedStates:e.expandedStates&&e.expandedStates.map(Vc)}):"fill"===e.type?{type:"fill",parts:e.parts.map(Vc)}:e.contents?Object.assign(Object.assign({},e),{},{contents:Vc(e.contents)}):e}var $c={printDocToDebug:function(e){const t=Object.create(null),n=new Set;return function e(t,n,u){if("string"==typeof t)return JSON.stringify(t);if(Mc(t)){const n=Rc(t).map(e).filter(Boolean);return 1===n.length?n[0]:"[".concat(n.join(", "),"]")}if("line"===t.type){const e=Array.isArray(u)&&u[n+1]&&"break-parent"===u[n+1].type;return t.literal?e?"literalline":"literallineWithoutBreakParent":t.hard?e?"hardline":"hardlineWithoutBreakParent":t.soft?"softline":"line"}if("break-parent"===t.type)return Array.isArray(u)&&u[n-1]&&"line"===u[n-1].type&&u[n-1].hard?void 0:"breakParent";if("trim"===t.type)return"trim";if("indent"===t.type)return"indent("+e(t.contents)+")";if("align"===t.type)return t.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+e(t.contents)+")":t.n<0?"dedent("+e(t.contents)+")":"root"===t.n.type?"markAsRoot("+e(t.contents)+")":"align("+JSON.stringify(t.n)+", "+e(t.contents)+")";if("if-break"===t.type)return"ifBreak("+e(t.breakContents)+(t.flatContents?", "+e(t.flatContents):"")+(t.groupId?(t.flatContents?"":', ""')+", { groupId: ".concat(r(t.groupId)," }"):"")+")";if("indent-if-break"===t.type){const n=[];t.negate&&n.push("negate: true"),t.groupId&&n.push("groupId: ".concat(r(t.groupId)));const u=n.length>0?", { ".concat(n.join(", ")," }"):"";return"indentIfBreak(".concat(e(t.contents)).concat(u,")")}if("group"===t.type){const n=[];t.break&&"propagated"!==t.break&&n.push("shouldBreak: true"),t.id&&n.push("id: ".concat(r(t.id)));const u=n.length>0?", { ".concat(n.join(", ")," }"):"";return t.expandedStates?"conditionalGroup([".concat(t.expandedStates.map((t=>e(t))).join(","),"]").concat(u,")"):"group(".concat(e(t.contents)).concat(u,")")}if("fill"===t.type)return"fill([".concat(t.parts.map((t=>e(t))).join(", "),"])");if("line-suffix"===t.type)return"lineSuffix("+e(t.contents)+")";if("line-suffix-boundary"===t.type)return"lineSuffixBoundary";if("label"===t.type)return"label(".concat(JSON.stringify(t.label),", ").concat(e(t.contents),")");throw new Error("Unknown doc type "+t.type)}(Vc(e));function r(e){if("symbol"!=typeof e)return JSON.stringify(String(e));if(e in t)return t[e];const r=String(e).slice(7,-1)||"symbol";for(let u=0;;u++){const o=r+(u>0?" #".concat(u):"");if(!n.has(o))return n.add(o),t[e]="Symbol.for(".concat(JSON.stringify(o),")")}}}},Wc={builders:Xo,printer:_c,utils:bc,debug:$c},qc=t(Object.freeze({__proto__:null,default:{}}));function Uc(e,t){for(var n=0,r=e.length-1;r>=0;r--){var u=e[r];"."===u?e.splice(r,1):".."===u?(e.splice(r,1),n++):n&&(e.splice(r,1),n--)}if(t)for(;n--;n)e.unshift("..");return e}var zc=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,Hc=function(e){return zc.exec(e).slice(1)};function Jc(){for(var e="",t=!1,n=arguments.length-1;n>=-1&&!t;n--){var r=n>=0?arguments[n]:"/";if("string"!=typeof r)throw new TypeError("Arguments to path.resolve must be strings");r&&(e=r+"/"+e,t="/"===r.charAt(0))}return(t?"/":"")+(e=Uc(nl(e.split("/"),(function(e){return!!e})),!t).join("/"))||"."}function Gc(e){var t=Xc(e),n="/"===rl(e,-1);return(e=Uc(nl(e.split("/"),(function(e){return!!e})),!t).join("/"))||t||(e="."),e&&n&&(e+="/"),(t?"/":"")+e}function Xc(e){return"/"===e.charAt(0)}function Yc(){return Gc(nl(Array.prototype.slice.call(arguments,0),(function(e,t){if("string"!=typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))}function Kc(e,t){function n(e){for(var t=0;t<e.length&&""===e[t];t++);for(var n=e.length-1;n>=0&&""===e[n];n--);return t>n?[]:e.slice(t,n-t+1)}e=Jc(e).substr(1),t=Jc(t).substr(1);for(var r=n(e.split("/")),u=n(t.split("/")),o=Math.min(r.length,u.length),i=o,s=0;s<o;s++)if(r[s]!==u[s]){i=s;break}var a=[];for(s=i;s<r.length;s++)a.push("..");return(a=a.concat(u.slice(i))).join("/")}function Qc(e){var t=Hc(e),n=t[0],r=t[1];return n||r?(r&&(r=r.substr(0,r.length-1)),n+r):"."}function Zc(e,t){var n=Hc(e)[2];return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n}function el(e){return Hc(e)[3]}var tl={extname:el,basename:Zc,dirname:Qc,sep:"/",delimiter:":",relative:Kc,join:Yc,isAbsolute:Xc,normalize:Gc,resolve:Jc};function nl(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;r<e.length;r++)t(e[r],r,e)&&n.push(e[r]);return n}var rl=function(e,t,n){return e.substr(t,n)},ul=t(Object.freeze({__proto__:null,resolve:Jc,normalize:Gc,isAbsolute:Xc,join:Yc,relative:Kc,sep:"/",delimiter:":",dirname:Qc,basename:Zc,extname:el,default:tl})),ol=[],il=[],sl="undefined"!=typeof Uint8Array?Uint8Array:Array,al=!1;function cl(){al=!0;for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0,n=e.length;t<n;++t)ol[t]=e[t],il[e.charCodeAt(t)]=t;il["-".charCodeAt(0)]=62,il["_".charCodeAt(0)]=63}function ll(e,t,n){for(var r,u,o=[],i=t;i<n;i+=3)r=(e[i]<<16)+(e[i+1]<<8)+e[i+2],o.push(ol[(u=r)>>18&63]+ol[u>>12&63]+ol[u>>6&63]+ol[63&u]);return o.join("")}function pl(e){var t;al||cl();for(var n=e.length,r=n%3,u="",o=[],i=16383,s=0,a=n-r;s<a;s+=i)o.push(ll(e,s,s+i>a?a:s+i));return 1===r?(t=e[n-1],u+=ol[t>>2],u+=ol[t<<4&63],u+="=="):2===r&&(t=(e[n-2]<<8)+e[n-1],u+=ol[t>>10],u+=ol[t>>4&63],u+=ol[t<<2&63],u+="="),o.push(u),o.join("")}function fl(e,t,n,r,u){var o,i,s=8*u-r-1,a=(1<<s)-1,c=a>>1,l=-7,p=n?u-1:0,f=n?-1:1,d=e[t+p];for(p+=f,o=d&(1<<-l)-1,d>>=-l,l+=s;l>0;o=256*o+e[t+p],p+=f,l-=8);for(i=o&(1<<-l)-1,o>>=-l,l+=r;l>0;i=256*i+e[t+p],p+=f,l-=8);if(0===o)o=1-c;else{if(o===a)return i?NaN:1/0*(d?-1:1);i+=Math.pow(2,r),o-=c}return(d?-1:1)*i*Math.pow(2,o-r)}function dl(e,t,n,r,u,o){var i,s,a,c=8*o-u-1,l=(1<<c)-1,p=l>>1,f=23===u?Math.pow(2,-24)-Math.pow(2,-77):0,d=r?0:o-1,h=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,i=l):(i=Math.floor(Math.log(t)/Math.LN2),t*(a=Math.pow(2,-i))<1&&(i--,a*=2),(t+=i+p>=1?f/a:f*Math.pow(2,1-p))*a>=2&&(i++,a/=2),i+p>=l?(s=0,i=l):i+p>=1?(s=(t*a-1)*Math.pow(2,u),i+=p):(s=t*Math.pow(2,p-1)*Math.pow(2,u),i=0));u>=8;e[n+d]=255&s,d+=h,s/=256,u-=8);for(i=i<<u|s,c+=u;c>0;e[n+d]=255&i,d+=h,i/=256,c-=8);e[n+d-h]|=128*g}var hl={}.toString,gl=Array.isArray||function(e){return"[object Array]"==hl.call(e)};function ml(){return yl.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function Dl(e,t){if(ml()<t)throw new RangeError("Invalid typed array length");return yl.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=yl.prototype:(null===e&&(e=new yl(t)),e.length=t),e}function yl(e,t,n){if(!(yl.TYPED_ARRAY_SUPPORT||this instanceof yl))return new yl(e,t,n);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return Cl(this,e)}return El(this,e,t,n)}function El(e,t,n,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");return t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r),yl.TYPED_ARRAY_SUPPORT?(e=t).__proto__=yl.prototype:e=bl(e,t),e}(e,t,n,r):"string"==typeof t?function(e,t,n){if("string"==typeof n&&""!==n||(n="utf8"),!yl.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|xl(t,n),u=(e=Dl(e,r)).write(t,n);return u!==r&&(e=e.slice(0,u)),e}(e,t,n):function(e,t){if(Fl(t)){var n=0|vl(t.length);return 0===(e=Dl(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(r=t.length)!=r?Dl(e,0):bl(e,t);if("Buffer"===t.type&&gl(t.data))return bl(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function Al(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function Cl(e,t){if(Al(t),e=Dl(e,t<0?0:0|vl(t)),!yl.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function bl(e,t){var n=t.length<0?0:0|vl(t.length);e=Dl(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function vl(e){if(e>=ml())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ml().toString(16)+" bytes");return 0|e}function Fl(e){return!(null==e||!e._isBuffer)}function xl(e,t){if(Fl(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return Ql(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return Zl(e).length;default:if(r)return Ql(e).length;t=(""+t).toLowerCase(),r=!0}}function Sl(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return $l(this,t,n);case"utf8":case"utf-8":return _l(this,t,n);case"ascii":return Rl(this,t,n);case"latin1":case"binary":return Vl(this,t,n);case"base64":return jl(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Wl(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function Bl(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function wl(e,t,n,r,u){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=u?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(u)return-1;n=e.length-1}else if(n<0){if(!u)return-1;n=0}if("string"==typeof t&&(t=yl.from(t,r)),Fl(t))return 0===t.length?-1:Tl(e,t,n,r,u);if("number"==typeof t)return t&=255,yl.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?u?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):Tl(e,[t],n,r,u);throw new TypeError("val must be string, number or Buffer")}function Tl(e,t,n,r,u){var o,i=1,s=e.length,a=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;i=2,s/=2,a/=2,n/=2}function c(e,t){return 1===i?e[t]:e.readUInt16BE(t*i)}if(u){var l=-1;for(o=n;o<s;o++)if(c(e,o)===c(t,-1===l?0:o-l)){if(-1===l&&(l=o),o-l+1===a)return l*i}else-1!==l&&(o-=o-l),l=-1}else for(n+a>s&&(n=s-a),o=n;o>=0;o--){for(var p=!0,f=0;f<a;f++)if(c(e,o+f)!==c(t,f)){p=!1;break}if(p)return o}return-1}function Pl(e,t,n,r){n=Number(n)||0;var u=e.length-n;r?(r=Number(r))>u&&(r=u):r=u;var o=t.length;if(o%2!=0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var i=0;i<r;++i){var s=parseInt(t.substr(2*i,2),16);if(isNaN(s))return i;e[n+i]=s}return i}function Nl(e,t,n,r){return ep(Ql(t,e.length-n),e,n,r)}function kl(e,t,n,r){return ep(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function Ol(e,t,n,r){return kl(e,t,n,r)}function Il(e,t,n,r){return ep(Zl(t),e,n,r)}function Ll(e,t,n,r){return ep(function(e,t){for(var n,r,u,o=[],i=0;i<e.length&&!((t-=2)<0);++i)r=(n=e.charCodeAt(i))>>8,u=n%256,o.push(u),o.push(r);return o}(t,e.length-n),e,n,r)}function jl(e,t,n){return 0===t&&n===e.length?pl(e):pl(e.slice(t,n))}function _l(e,t,n){n=Math.min(e.length,n);for(var r=[],u=t;u<n;){var o,i,s,a,c=e[u],l=null,p=c>239?4:c>223?3:c>191?2:1;if(u+p<=n)switch(p){case 1:c<128&&(l=c);break;case 2:128==(192&(o=e[u+1]))&&(a=(31&c)<<6|63&o)>127&&(l=a);break;case 3:o=e[u+1],i=e[u+2],128==(192&o)&&128==(192&i)&&(a=(15&c)<<12|(63&o)<<6|63&i)>2047&&(a<55296||a>57343)&&(l=a);break;case 4:o=e[u+1],i=e[u+2],s=e[u+3],128==(192&o)&&128==(192&i)&&128==(192&s)&&(a=(15&c)<<18|(63&o)<<12|(63&i)<<6|63&s)>65535&&a<1114112&&(l=a)}null===l?(l=65533,p=1):l>65535&&(l-=65536,r.push(l>>>10&1023|55296),l=56320|1023&l),r.push(l),u+=p}return function(e){var t=e.length;if(t<=Ml)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Ml));return n}(r)}yl.TYPED_ARRAY_SUPPORT=void 0===As.TYPED_ARRAY_SUPPORT||As.TYPED_ARRAY_SUPPORT,yl.poolSize=8192,yl._augment=function(e){return e.__proto__=yl.prototype,e},yl.from=function(e,t,n){return El(null,e,t,n)},yl.TYPED_ARRAY_SUPPORT&&(yl.prototype.__proto__=Uint8Array.prototype,yl.__proto__=Uint8Array),yl.alloc=function(e,t,n){return function(e,t,n,r){return Al(t),t<=0?Dl(e,t):void 0!==n?"string"==typeof r?Dl(e,t).fill(n,r):Dl(e,t).fill(n):Dl(e,t)}(null,e,t,n)},yl.allocUnsafe=function(e){return Cl(null,e)},yl.allocUnsafeSlow=function(e){return Cl(null,e)},yl.isBuffer=tp,yl.compare=function(e,t){if(!Fl(e)||!Fl(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,u=0,o=Math.min(n,r);u<o;++u)if(e[u]!==t[u]){n=e[u],r=t[u];break}return n<r?-1:r<n?1:0},yl.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},yl.concat=function(e,t){if(!gl(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return yl.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=yl.allocUnsafe(t),u=0;for(n=0;n<e.length;++n){var o=e[n];if(!Fl(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(r,u),u+=o.length}return r},yl.byteLength=xl,yl.prototype._isBuffer=!0,yl.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)Bl(this,t,t+1);return this},yl.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)Bl(this,t,t+3),Bl(this,t+1,t+2);return this},yl.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)Bl(this,t,t+7),Bl(this,t+1,t+6),Bl(this,t+2,t+5),Bl(this,t+3,t+4);return this},yl.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?_l(this,0,e):Sl.apply(this,arguments)},yl.prototype.equals=function(e){if(!Fl(e))throw new TypeError("Argument must be a Buffer");return this===e||0===yl.compare(this,e)},yl.prototype.inspect=function(){var e="";return this.length>0&&(e=this.toString("hex",0,50).match(/.{2}/g).join(" "),this.length>50&&(e+=" ... ")),"<Buffer "+e+">"},yl.prototype.compare=function(e,t,n,r,u){if(!Fl(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===u&&(u=this.length),t<0||n>e.length||r<0||u>this.length)throw new RangeError("out of range index");if(r>=u&&t>=n)return 0;if(r>=u)return-1;if(t>=n)return 1;if(this===e)return 0;for(var o=(u>>>=0)-(r>>>=0),i=(n>>>=0)-(t>>>=0),s=Math.min(o,i),a=this.slice(r,u),c=e.slice(t,n),l=0;l<s;++l)if(a[l]!==c[l]){o=a[l],i=c[l];break}return o<i?-1:i<o?1:0},yl.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},yl.prototype.indexOf=function(e,t,n){return wl(this,e,t,n,!0)},yl.prototype.lastIndexOf=function(e,t,n){return wl(this,e,t,n,!1)},yl.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var u=this.length-t;if((void 0===n||n>u)&&(n=u),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return Pl(this,e,t,n);case"utf8":case"utf-8":return Nl(this,e,t,n);case"ascii":return kl(this,e,t,n);case"latin1":case"binary":return Ol(this,e,t,n);case"base64":return Il(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ll(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},yl.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var Ml=4096;function Rl(e,t,n){var r="";n=Math.min(e.length,n);for(var u=t;u<n;++u)r+=String.fromCharCode(127&e[u]);return r}function Vl(e,t,n){var r="";n=Math.min(e.length,n);for(var u=t;u<n;++u)r+=String.fromCharCode(e[u]);return r}function $l(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var u="",o=t;o<n;++o)u+=Kl(e[o]);return u}function Wl(e,t,n){for(var r=e.slice(t,n),u="",o=0;o<r.length;o+=2)u+=String.fromCharCode(r[o]+256*r[o+1]);return u}function ql(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function Ul(e,t,n,r,u,o){if(!Fl(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>u||t<o)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function zl(e,t,n,r){t<0&&(t=65535+t+1);for(var u=0,o=Math.min(e.length-n,2);u<o;++u)e[n+u]=(t&255<<8*(r?u:1-u))>>>8*(r?u:1-u)}function Hl(e,t,n,r){t<0&&(t=4294967295+t+1);for(var u=0,o=Math.min(e.length-n,4);u<o;++u)e[n+u]=t>>>8*(r?u:3-u)&255}function Jl(e,t,n,r,u,o){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Gl(e,t,n,r,u){return u||Jl(e,0,n,4),dl(e,t,n,r,23,4),n+4}function Xl(e,t,n,r,u){return u||Jl(e,0,n,8),dl(e,t,n,r,52,8),n+8}yl.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),yl.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=yl.prototype;else{var u=t-e;n=new yl(u,void 0);for(var o=0;o<u;++o)n[o]=this[o+e]}return n},yl.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||ql(e,t,this.length);for(var r=this[e],u=1,o=0;++o<t&&(u*=256);)r+=this[e+o]*u;return r},yl.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||ql(e,t,this.length);for(var r=this[e+--t],u=1;t>0&&(u*=256);)r+=this[e+--t]*u;return r},yl.prototype.readUInt8=function(e,t){return t||ql(e,1,this.length),this[e]},yl.prototype.readUInt16LE=function(e,t){return t||ql(e,2,this.length),this[e]|this[e+1]<<8},yl.prototype.readUInt16BE=function(e,t){return t||ql(e,2,this.length),this[e]<<8|this[e+1]},yl.prototype.readUInt32LE=function(e,t){return t||ql(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},yl.prototype.readUInt32BE=function(e,t){return t||ql(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},yl.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||ql(e,t,this.length);for(var r=this[e],u=1,o=0;++o<t&&(u*=256);)r+=this[e+o]*u;return r>=(u*=128)&&(r-=Math.pow(2,8*t)),r},yl.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||ql(e,t,this.length);for(var r=t,u=1,o=this[e+--r];r>0&&(u*=256);)o+=this[e+--r]*u;return o>=(u*=128)&&(o-=Math.pow(2,8*t)),o},yl.prototype.readInt8=function(e,t){return t||ql(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},yl.prototype.readInt16LE=function(e,t){t||ql(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},yl.prototype.readInt16BE=function(e,t){t||ql(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},yl.prototype.readInt32LE=function(e,t){return t||ql(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},yl.prototype.readInt32BE=function(e,t){return t||ql(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},yl.prototype.readFloatLE=function(e,t){return t||ql(e,4,this.length),fl(this,e,!0,23,4)},yl.prototype.readFloatBE=function(e,t){return t||ql(e,4,this.length),fl(this,e,!1,23,4)},yl.prototype.readDoubleLE=function(e,t){return t||ql(e,8,this.length),fl(this,e,!0,52,8)},yl.prototype.readDoubleBE=function(e,t){return t||ql(e,8,this.length),fl(this,e,!1,52,8)},yl.prototype.writeUIntLE=function(e,t,n,r){e=+e,t|=0,n|=0,r||Ul(this,e,t,n,Math.pow(2,8*n)-1,0);var u=1,o=0;for(this[t]=255&e;++o<n&&(u*=256);)this[t+o]=e/u&255;return t+n},yl.prototype.writeUIntBE=function(e,t,n,r){e=+e,t|=0,n|=0,r||Ul(this,e,t,n,Math.pow(2,8*n)-1,0);var u=n-1,o=1;for(this[t+u]=255&e;--u>=0&&(o*=256);)this[t+u]=e/o&255;return t+n},yl.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,1,255,0),yl.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},yl.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,2,65535,0),yl.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):zl(this,e,t,!0),t+2},yl.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,2,65535,0),yl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):zl(this,e,t,!1),t+2},yl.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,4,4294967295,0),yl.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):Hl(this,e,t,!0),t+4},yl.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,4,4294967295,0),yl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Hl(this,e,t,!1),t+4},yl.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var u=Math.pow(2,8*n-1);Ul(this,e,t,n,u-1,-u)}var o=0,i=1,s=0;for(this[t]=255&e;++o<n&&(i*=256);)e<0&&0===s&&0!==this[t+o-1]&&(s=1),this[t+o]=(e/i>>0)-s&255;return t+n},yl.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var u=Math.pow(2,8*n-1);Ul(this,e,t,n,u-1,-u)}var o=n-1,i=1,s=0;for(this[t+o]=255&e;--o>=0&&(i*=256);)e<0&&0===s&&0!==this[t+o+1]&&(s=1),this[t+o]=(e/i>>0)-s&255;return t+n},yl.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,1,127,-128),yl.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},yl.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,2,32767,-32768),yl.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):zl(this,e,t,!0),t+2},yl.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,2,32767,-32768),yl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):zl(this,e,t,!1),t+2},yl.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,4,2147483647,-2147483648),yl.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):Hl(this,e,t,!0),t+4},yl.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),yl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Hl(this,e,t,!1),t+4},yl.prototype.writeFloatLE=function(e,t,n){return Gl(this,e,t,!0,n)},yl.prototype.writeFloatBE=function(e,t,n){return Gl(this,e,t,!1,n)},yl.prototype.writeDoubleLE=function(e,t,n){return Xl(this,e,t,!0,n)},yl.prototype.writeDoubleBE=function(e,t,n){return Xl(this,e,t,!1,n)},yl.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var u,o=r-n;if(this===e&&n<t&&t<r)for(u=o-1;u>=0;--u)e[u+t]=this[u+n];else if(o<1e3||!yl.TYPED_ARRAY_SUPPORT)for(u=0;u<o;++u)e[u+t]=this[u+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+o),t);return o},yl.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===e.length){var u=e.charCodeAt(0);u<256&&(e=u)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!yl.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var o;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(o=t;o<n;++o)this[o]=e;else{var i=Fl(e)?e:Ql(new yl(e,r).toString()),s=i.length;for(o=0;o<n-t;++o)this[o+t]=i[o%s]}return this};var Yl=/[^+\/0-9A-Za-z-_]/g;function Kl(e){return e<16?"0"+e.toString(16):e.toString(16)}function Ql(e,t){var n;t=t||1/0;for(var r=e.length,u=null,o=[],i=0;i<r;++i){if((n=e.charCodeAt(i))>55295&&n<57344){if(!u){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(i+1===r){(t-=3)>-1&&o.push(239,191,189);continue}u=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),u=n;continue}n=65536+(u-55296<<10|n-56320)}else u&&(t-=3)>-1&&o.push(239,191,189);if(u=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function Zl(e){return function(e){var t,n,r,u,o,i;al||cl();var s=e.length;if(s%4>0)throw new Error("Invalid string. Length must be a multiple of 4");o="="===e[s-2]?2:"="===e[s-1]?1:0,i=new sl(3*s/4-o),r=o>0?s-4:s;var a=0;for(t=0,n=0;t<r;t+=4,n+=3)u=il[e.charCodeAt(t)]<<18|il[e.charCodeAt(t+1)]<<12|il[e.charCodeAt(t+2)]<<6|il[e.charCodeAt(t+3)],i[a++]=u>>16&255,i[a++]=u>>8&255,i[a++]=255&u;return 2===o?(u=il[e.charCodeAt(t)]<<2|il[e.charCodeAt(t+1)]>>4,i[a++]=255&u):1===o&&(u=il[e.charCodeAt(t)]<<10|il[e.charCodeAt(t+1)]<<4|il[e.charCodeAt(t+2)]>>2,i[a++]=u>>8&255,i[a++]=255&u),i}(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(Yl,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function ep(e,t,n,r){for(var u=0;u<r&&!(u+n>=t.length||u>=e.length);++u)t[u+n]=e[u];return u}function tp(e){return null!=e&&(!!e._isBuffer||np(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&np(e.slice(0,0))}(e))}function np(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}const rp=qc;class up extends Error{}class op extends Error{}class ip extends Error{}class sp extends Error{}var ap={ConfigError:up,DebugError:op,UndefinedParserError:ip,ArgExpansionBailout:sp},cp={},lp=function(e,t){return lp=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},lp(e,t)},pp=function(){return pp=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var u in t=arguments[n])Object.prototype.hasOwnProperty.call(t,u)&&(e[u]=t[u]);return e},pp.apply(this,arguments)};function fp(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function dp(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,u,o=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)i.push(r.value)}catch(e){u={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(u)throw u.error}}return i}function hp(e){return this instanceof hp?(this.v=e,this):new hp(e)}var gp=Object.freeze({__proto__:null,__extends:function(e,t){function n(){this.constructor=e}lp(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},get __assign(){return pp},__rest:function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var u=0;for(r=Object.getOwnPropertySymbols(e);u<r.length;u++)t.indexOf(r[u])<0&&Object.prototype.propertyIsEnumerable.call(e,r[u])&&(n[r[u]]=e[r[u]])}return n},__decorate:function(e,t,n,r){var u,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(u=e[s])&&(i=(o<3?u(i):o>3?u(t,n,i):u(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i},__param:function(e,t){return function(n,r){t(n,r,e)}},__metadata:function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},__awaiter:function(e,t,n,r){return new(n||(n=Promise))((function(u,o){function i(e){try{a(r.next(e))}catch(e){o(e)}}function s(e){try{a(r.throw(e))}catch(e){o(e)}}function a(e){var t;e.done?u(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}a((r=r.apply(e,t||[])).next())}))},__generator:function(e,t){var n,r,u,o,i={label:0,sent:function(){if(1&u[0])throw u[1];return u[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(u=2&o[0]?r.return:o[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,o[1])).done)return u;switch(r=0,u&&(o=[2&o[0],u.value]),o[0]){case 0:case 1:u=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,r=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(!((u=(u=i.trys).length>0&&u[u.length-1])||6!==o[0]&&2!==o[0])){i=0;continue}if(3===o[0]&&(!u||o[1]>u[0]&&o[1]<u[3])){i.label=o[1];break}if(6===o[0]&&i.label<u[1]){i.label=u[1],u=o;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(o);break}u[2]&&i.ops.pop(),i.trys.pop();continue}o=t.call(e,i)}catch(e){o=[6,e],r=0}finally{n=u=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,s])}}},__createBinding:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]},__exportStar:function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||(t[n]=e[n])},__values:fp,__read:dp,__spread:function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(dp(arguments[t]));return e},__spreadArrays:function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),u=0;for(t=0;t<n;t++)for(var o=arguments[t],i=0,s=o.length;i<s;i++,u++)r[u]=o[i];return r},__await:hp,__asyncGenerator:function(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,u=n.apply(e,t||[]),o=[];return r={},i("next"),i("throw"),i("return"),r[Symbol.asyncIterator]=function(){return this},r;function i(e){u[e]&&(r[e]=function(t){return new Promise((function(n,r){o.push([e,t,n,r])>1||s(e,t)}))})}function s(e,t){try{(n=u[e](t)).value instanceof hp?Promise.resolve(n.value.v).then(a,c):l(o[0][2],n)}catch(e){l(o[0][3],e)}var n}function a(e){s("next",e)}function c(e){s("throw",e)}function l(e,t){e(t),o.shift(),o.length&&s(o[0][0],o[0][1])}},__asyncDelegator:function(e){var t,n;return t={},r("next"),r("throw",(function(e){throw e})),r("return"),t[Symbol.iterator]=function(){return this},t;function r(r,u){t[r]=e[r]?function(t){return(n=!n)?{value:hp(e[r](t)),done:"return"===r}:u?u(t):t}:u}},__asyncValues:function(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=fp(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise((function(r,u){!function(e,t,n,r){Promise.resolve(r).then((function(t){e({value:t,done:n})}),t)}(r,u,(t=e[n](t)).done,t.value)}))}}},__makeTemplateObject:function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},__importStar:function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t},__importDefault:function(e){return e&&e.__esModule?e:{default:e}},__classPrivateFieldGet:function(e,t){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return t.get(e)},__classPrivateFieldSet:function(e,t,n){if(!t.has(e))throw new TypeError("attempted to set private field on non-instance");return t.set(e,n),n}}),mp={},Dp={};!function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.apiDescriptor={key:e=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(e)?e:JSON.stringify(e),value(t){if(null===t||"object"!=typeof t)return JSON.stringify(t);if(Array.isArray(t))return"[".concat(t.map((t=>e.apiDescriptor.value(t))).join(", "),"]");const n=Object.keys(t);return 0===n.length?"{}":"{ ".concat(n.map((n=>"".concat(e.apiDescriptor.key(n),": ").concat(e.apiDescriptor.value(t[n])))).join(", ")," }")},pair:t=>{let{key:n,value:r}=t;return e.apiDescriptor.value({[n]:r})}}}(Dp),function(e){Object.defineProperty(e,"__esModule",{value:!0}),gp.__exportStar(Dp,e)}(mp);var yp={},Ep={},Ap={},Cp={exports:{}},bp=/[|\\{}()[\]^$+*?.]/g,vp=function(e){if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(bp,"\\$&")},Fp={exports:{}},xp={exports:{}},Sp={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},Bp={};for(var wp in Sp)Sp.hasOwnProperty(wp)&&(Bp[Sp[wp]]=wp);var Tp=xp.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var Pp in Tp)if(Tp.hasOwnProperty(Pp)){if(!("channels"in Tp[Pp]))throw new Error("missing channels property: "+Pp);if(!("labels"in Tp[Pp]))throw new Error("missing channel labels property: "+Pp);if(Tp[Pp].labels.length!==Tp[Pp].channels)throw new Error("channel and label counts mismatch: "+Pp);var Np=Tp[Pp].channels,kp=Tp[Pp].labels;delete Tp[Pp].channels,delete Tp[Pp].labels,Object.defineProperty(Tp[Pp],"channels",{value:Np}),Object.defineProperty(Tp[Pp],"labels",{value:kp})}Tp.rgb.hsl=function(e){var t,n,r=e[0]/255,u=e[1]/255,o=e[2]/255,i=Math.min(r,u,o),s=Math.max(r,u,o),a=s-i;return s===i?t=0:r===s?t=(u-o)/a:u===s?t=2+(o-r)/a:o===s&&(t=4+(r-u)/a),(t=Math.min(60*t,360))<0&&(t+=360),n=(i+s)/2,[t,100*(s===i?0:n<=.5?a/(s+i):a/(2-s-i)),100*n]},Tp.rgb.hsv=function(e){var t,n,r,u,o,i=e[0]/255,s=e[1]/255,a=e[2]/255,c=Math.max(i,s,a),l=c-Math.min(i,s,a),p=function(e){return(c-e)/6/l+.5};return 0===l?u=o=0:(o=l/c,t=p(i),n=p(s),r=p(a),i===c?u=r-n:s===c?u=1/3+t-r:a===c&&(u=2/3+n-t),u<0?u+=1:u>1&&(u-=1)),[360*u,100*o,100*c]},Tp.rgb.hwb=function(e){var t=e[0],n=e[1],r=e[2];return[Tp.rgb.hsl(e)[0],1/255*Math.min(t,Math.min(n,r))*100,100*(r=1-1/255*Math.max(t,Math.max(n,r)))]},Tp.rgb.cmyk=function(e){var t,n=e[0]/255,r=e[1]/255,u=e[2]/255;return[100*((1-n-(t=Math.min(1-n,1-r,1-u)))/(1-t)||0),100*((1-r-t)/(1-t)||0),100*((1-u-t)/(1-t)||0),100*t]},Tp.rgb.keyword=function(e){var t=Bp[e];if(t)return t;var n,r,u,o=1/0;for(var i in Sp)if(Sp.hasOwnProperty(i)){var s=(r=e,u=Sp[i],Math.pow(r[0]-u[0],2)+Math.pow(r[1]-u[1],2)+Math.pow(r[2]-u[2],2));s<o&&(o=s,n=i)}return n},Tp.keyword.rgb=function(e){return Sp[e]},Tp.rgb.xyz=function(e){var t=e[0]/255,n=e[1]/255,r=e[2]/255;return[100*(.4124*(t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92)+.3576*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)+.1805*(r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92)),100*(.2126*t+.7152*n+.0722*r),100*(.0193*t+.1192*n+.9505*r)]},Tp.rgb.lab=function(e){var t=Tp.rgb.xyz(e),n=t[0],r=t[1],u=t[2];return r/=100,u/=108.883,n=(n/=95.047)>.008856?Math.pow(n,1/3):7.787*n+16/116,[116*(r=r>.008856?Math.pow(r,1/3):7.787*r+16/116)-16,500*(n-r),200*(r-(u=u>.008856?Math.pow(u,1/3):7.787*u+16/116))]},Tp.hsl.rgb=function(e){var t,n,r,u,o,i=e[0]/360,s=e[1]/100,a=e[2]/100;if(0===s)return[o=255*a,o,o];t=2*a-(n=a<.5?a*(1+s):a+s-a*s),u=[0,0,0];for(var c=0;c<3;c++)(r=i+1/3*-(c-1))<0&&r++,r>1&&r--,o=6*r<1?t+6*(n-t)*r:2*r<1?n:3*r<2?t+(n-t)*(2/3-r)*6:t,u[c]=255*o;return u},Tp.hsl.hsv=function(e){var t=e[0],n=e[1]/100,r=e[2]/100,u=n,o=Math.max(r,.01);return n*=(r*=2)<=1?r:2-r,u*=o<=1?o:2-o,[t,100*(0===r?2*u/(o+u):2*n/(r+n)),(r+n)/2*100]},Tp.hsv.rgb=function(e){var t=e[0]/60,n=e[1]/100,r=e[2]/100,u=Math.floor(t)%6,o=t-Math.floor(t),i=255*r*(1-n),s=255*r*(1-n*o),a=255*r*(1-n*(1-o));switch(r*=255,u){case 0:return[r,a,i];case 1:return[s,r,i];case 2:return[i,r,a];case 3:return[i,s,r];case 4:return[a,i,r];case 5:return[r,i,s]}},Tp.hsv.hsl=function(e){var t,n,r,u=e[0],o=e[1]/100,i=e[2]/100,s=Math.max(i,.01);return r=(2-o)*i,n=o*s,[u,100*(n=(n/=(t=(2-o)*s)<=1?t:2-t)||0),100*(r/=2)]},Tp.hwb.rgb=function(e){var t,n,r,u,o,i,s,a=e[0]/360,c=e[1]/100,l=e[2]/100,p=c+l;switch(p>1&&(c/=p,l/=p),r=6*a-(t=Math.floor(6*a)),0!=(1&t)&&(r=1-r),u=c+r*((n=1-l)-c),t){default:case 6:case 0:o=n,i=u,s=c;break;case 1:o=u,i=n,s=c;break;case 2:o=c,i=n,s=u;break;case 3:o=c,i=u,s=n;break;case 4:o=u,i=c,s=n;break;case 5:o=n,i=c,s=u}return[255*o,255*i,255*s]},Tp.cmyk.rgb=function(e){var t=e[0]/100,n=e[1]/100,r=e[2]/100,u=e[3]/100;return[255*(1-Math.min(1,t*(1-u)+u)),255*(1-Math.min(1,n*(1-u)+u)),255*(1-Math.min(1,r*(1-u)+u))]},Tp.xyz.rgb=function(e){var t,n,r,u=e[0]/100,o=e[1]/100,i=e[2]/100;return n=-.9689*u+1.8758*o+.0415*i,r=.0557*u+-.204*o+1.057*i,t=(t=3.2406*u+-1.5372*o+-.4986*i)>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,[255*(t=Math.min(Math.max(0,t),1)),255*(n=Math.min(Math.max(0,n),1)),255*(r=Math.min(Math.max(0,r),1))]},Tp.xyz.lab=function(e){var t=e[0],n=e[1],r=e[2];return n/=100,r/=108.883,t=(t/=95.047)>.008856?Math.pow(t,1/3):7.787*t+16/116,[116*(n=n>.008856?Math.pow(n,1/3):7.787*n+16/116)-16,500*(t-n),200*(n-(r=r>.008856?Math.pow(r,1/3):7.787*r+16/116))]},Tp.lab.xyz=function(e){var t,n,r,u=e[0];t=e[1]/500+(n=(u+16)/116),r=n-e[2]/200;var o=Math.pow(n,3),i=Math.pow(t,3),s=Math.pow(r,3);return n=o>.008856?o:(n-16/116)/7.787,t=i>.008856?i:(t-16/116)/7.787,r=s>.008856?s:(r-16/116)/7.787,[t*=95.047,n*=100,r*=108.883]},Tp.lab.lch=function(e){var t,n=e[0],r=e[1],u=e[2];return(t=360*Math.atan2(u,r)/2/Math.PI)<0&&(t+=360),[n,Math.sqrt(r*r+u*u),t]},Tp.lch.lab=function(e){var t,n=e[0],r=e[1];return t=e[2]/360*2*Math.PI,[n,r*Math.cos(t),r*Math.sin(t)]},Tp.rgb.ansi16=function(e){var t=e[0],n=e[1],r=e[2],u=1 in arguments?arguments[1]:Tp.rgb.hsv(e)[2];if(0===(u=Math.round(u/50)))return 30;var o=30+(Math.round(r/255)<<2|Math.round(n/255)<<1|Math.round(t/255));return 2===u&&(o+=60),o},Tp.hsv.ansi16=function(e){return Tp.rgb.ansi16(Tp.hsv.rgb(e),e[2])},Tp.rgb.ansi256=function(e){var t=e[0],n=e[1],r=e[2];return t===n&&n===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},Tp.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),[t=t/10.5*255,t,t];var n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},Tp.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var n;return e-=16,[Math.floor(e/36)/5*255,Math.floor((n=e%36)/6)/5*255,n%6/5*255]},Tp.rgb.hex=function(e){var t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},Tp.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var n=t[0];3===t[0].length&&(n=n.split("").map((function(e){return e+e})).join(""));var r=parseInt(n,16);return[r>>16&255,r>>8&255,255&r]},Tp.rgb.hcg=function(e){var t,n=e[0]/255,r=e[1]/255,u=e[2]/255,o=Math.max(Math.max(n,r),u),i=Math.min(Math.min(n,r),u),s=o-i;return t=s<=0?0:o===n?(r-u)/s%6:o===r?2+(u-n)/s:4+(n-r)/s+4,t/=6,[360*(t%=1),100*s,100*(s<1?i/(1-s):0)]},Tp.hsl.hcg=function(e){var t,n=e[1]/100,r=e[2]/100,u=0;return(t=r<.5?2*n*r:2*n*(1-r))<1&&(u=(r-.5*t)/(1-t)),[e[0],100*t,100*u]},Tp.hsv.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=t*n,u=0;return r<1&&(u=(n-r)/(1-r)),[e[0],100*r,100*u]},Tp.hcg.rgb=function(e){var t=e[0]/360,n=e[1]/100,r=e[2]/100;if(0===n)return[255*r,255*r,255*r];var u,o=[0,0,0],i=t%1*6,s=i%1,a=1-s;switch(Math.floor(i)){case 0:o[0]=1,o[1]=s,o[2]=0;break;case 1:o[0]=a,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=s;break;case 3:o[0]=0,o[1]=a,o[2]=1;break;case 4:o[0]=s,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=a}return u=(1-n)*r,[255*(n*o[0]+u),255*(n*o[1]+u),255*(n*o[2]+u)]},Tp.hcg.hsv=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t),r=0;return n>0&&(r=t/n),[e[0],100*r,100*n]},Tp.hcg.hsl=function(e){var t=e[1]/100,n=e[2]/100*(1-t)+.5*t,r=0;return n>0&&n<.5?r=t/(2*n):n>=.5&&n<1&&(r=t/(2*(1-n))),[e[0],100*r,100*n]},Tp.hcg.hwb=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},Tp.hwb.hcg=function(e){var t=e[1]/100,n=1-e[2]/100,r=n-t,u=0;return r<1&&(u=(n-r)/(1-r)),[e[0],100*r,100*u]},Tp.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},Tp.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},Tp.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},Tp.gray.hsl=Tp.gray.hsv=function(e){return[0,0,e[0]]},Tp.gray.hwb=function(e){return[0,100,e[0]]},Tp.gray.cmyk=function(e){return[0,0,0,e[0]]},Tp.gray.lab=function(e){return[e[0],0,0]},Tp.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},Tp.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]};var Op=xp.exports;function Ip(e,t){return function(n){return t(e(n))}}function Lp(e,t){for(var n=[t[e].parent,e],r=Op[t[e].parent][e],u=t[e].parent;t[u].parent;)n.unshift(t[u].parent),r=Ip(Op[t[u].parent][u],r),u=t[u].parent;return r.conversion=n,r}var jp=xp.exports,_p=function(e){for(var t=function(e){var t=function(){for(var e={},t=Object.keys(Op),n=t.length,r=0;r<n;r++)e[t[r]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;)for(var r=n.pop(),u=Object.keys(Op[r]),o=u.length,i=0;i<o;i++){var s=u[i],a=t[s];-1===a.distance&&(a.distance=t[r].distance+1,a.parent=r,n.unshift(s))}return t}(e),n={},r=Object.keys(t),u=r.length,o=0;o<u;o++){var i=r[o];null!==t[i].parent&&(n[i]=Lp(i,t))}return n},Mp={};Object.keys(jp).forEach((function(e){Mp[e]={},Object.defineProperty(Mp[e],"channels",{value:jp[e].channels}),Object.defineProperty(Mp[e],"labels",{value:jp[e].labels});var t=_p(e);Object.keys(t).forEach((function(n){var r=t[n];Mp[e][n]=function(e){var t=function(t){if(null==t)return t;arguments.length>1&&(t=Array.prototype.slice.call(arguments));var n=e(t);if("object"==typeof n)for(var r=n.length,u=0;u<r;u++)n[u]=Math.round(n[u]);return n};return"conversion"in e&&(t.conversion=e.conversion),t}(r),Mp[e][n].raw=function(e){var t=function(t){return null==t?t:(arguments.length>1&&(t=Array.prototype.slice.call(arguments)),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(r)}))}));var Rp,Vp=Mp;function $p(){if(void 0===Rp){var e=new ArrayBuffer(2),t=new Uint8Array(e),n=new Uint16Array(e);if(t[0]=1,t[1]=2,258===n[0])Rp="BE";else{if(513!==n[0])throw new Error("unable to figure out endianess");Rp="LE"}}return Rp}function Wp(){return void 0!==As.location?As.location.hostname:""}function qp(){return[]}function Up(){return 0}function zp(){return Number.MAX_VALUE}function Hp(){return Number.MAX_VALUE}function Jp(){return[]}function Gp(){return"Browser"}function Xp(){return void 0!==As.navigator?As.navigator.appVersion:""}function Yp(){}function Kp(){}function Qp(){return"javascript"}function Zp(){return"browser"}function ef(){return"/tmp"}!function(e){const t=Vp,n=(e,n)=>function(){const r=e.apply(t,arguments);return"[".concat(r+n,"m")},r=(e,n)=>function(){const r=e.apply(t,arguments);return"[".concat(38+n,";5;").concat(r,"m")},u=(e,n)=>function(){const r=e.apply(t,arguments);return"[".concat(38+n,";2;").concat(r[0],";").concat(r[1],";").concat(r[2],"m")};Object.defineProperty(e,"exports",{enumerable:!0,get:function(){const e=new Map,o={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};o.color.grey=o.color.gray;for(const t of Object.keys(o)){const n=o[t];for(const t of Object.keys(n)){const r=n[t];o[t]={open:"[".concat(r[0],"m"),close:"[".concat(r[1],"m")},n[t]=o[t],e.set(r[0],r[1])}Object.defineProperty(o,t,{value:n,enumerable:!1}),Object.defineProperty(o,"codes",{value:e,enumerable:!1})}const i=e=>e,s=(e,t,n)=>[e,t,n];o.color.close="",o.bgColor.close="",o.color.ansi={ansi:n(i,0)},o.color.ansi256={ansi256:r(i,0)},o.color.ansi16m={rgb:u(s,0)},o.bgColor.ansi={ansi:n(i,10)},o.bgColor.ansi256={ansi256:r(i,10)},o.bgColor.ansi16m={rgb:u(s,10)};for(let e of Object.keys(t)){if("object"!=typeof t[e])continue;const i=t[e];"ansi16"===e&&(e="ansi"),"ansi16"in i&&(o.color.ansi[e]=n(i.ansi16,0),o.bgColor.ansi[e]=n(i.ansi16,10)),"ansi256"in i&&(o.color.ansi256[e]=r(i.ansi256,0),o.bgColor.ansi256[e]=r(i.ansi256,10)),"rgb"in i&&(o.color.ansi16m[e]=u(i.rgb,0),o.bgColor.ansi16m[e]=u(i.rgb,10))}return o}})}(Fp);var tf=ef,nf={EOL:"\n",arch:Qp,platform:Zp,tmpdir:tf,tmpDir:ef,networkInterfaces:Yp,getNetworkInterfaces:Kp,release:Xp,type:Gp,cpus:Jp,totalmem:Hp,freemem:zp,uptime:Up,loadavg:qp,hostname:Wp,endianness:$p},rf=t(Object.freeze({__proto__:null,endianness:$p,hostname:Wp,loadavg:qp,uptime:Up,freemem:zp,totalmem:Hp,cpus:Jp,type:Gp,release:Xp,networkInterfaces:Yp,getNetworkInterfaces:Kp,arch:Qp,platform:Zp,tmpDir:ef,tmpdir:tf,EOL:"\n",default:nf}));const uf=rf,of=(e,t)=>{t=t||zs.argv;const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r<u)},sf=zs.env;let af;function cf(e){const t=function(e){if(!1===af)return 0;if(of("color=16m")||of("color=full")||of("color=truecolor"))return 3;if(of("color=256"))return 2;if(e&&!e.isTTY&&!0!==af)return 0;const t=af?1:0;if("win32"===zs.platform){const e=uf.release().split(".");return Number(zs.versions.node.split(".")[0])>=8&&Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in sf)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some((e=>e in sf))||"codeship"===sf.CI_NAME?1:t;if("TEAMCITY_VERSION"in sf)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(sf.TEAMCITY_VERSION)?1:0;if("truecolor"===sf.COLORTERM)return 3;if("TERM_PROGRAM"in sf){const e=parseInt((sf.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(sf.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(sf.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(sf.TERM)||"COLORTERM"in sf?1:(sf.TERM,t)}(e);return function(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}(t)}of("no-color")||of("no-colors")||of("color=false")?af=!1:(of("color")||of("colors")||of("color=true")||of("color=always"))&&(af=!0),"FORCE_COLOR"in sf&&(af=0===sf.FORCE_COLOR.length||0!==parseInt(sf.FORCE_COLOR,10));var lf={supportsColor:cf,stdout:cf(zs.stdout),stderr:cf(zs.stderr)};const pf=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,ff=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,df=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,hf=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,gf=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e",""],["a",""]]);function mf(e){return"u"===e[0]&&5===e.length||"x"===e[0]&&3===e.length?String.fromCharCode(parseInt(e.slice(1),16)):gf.get(e)||e}function Df(e,t){const n=[],r=t.trim().split(/\s*,\s*/g);let u;for(const t of r)if(isNaN(t)){if(!(u=t.match(df)))throw new Error("Invalid Chalk template style argument: ".concat(t," (in style '").concat(e,"')"));n.push(u[2].replace(hf,((e,t,n)=>t?mf(t):n)))}else n.push(Number(t));return n}function yf(e){ff.lastIndex=0;const t=[];let n;for(;null!==(n=ff.exec(e));){const e=n[1];if(n[2]){const r=Df(e,n[2]);t.push([e].concat(r))}else t.push([e])}return t}function Ef(e,t){const n={};for(const e of t)for(const t of e.styles)n[t[0]]=e.inverse?null:t.slice(1);let r=e;for(const e of Object.keys(n))if(Array.isArray(n[e])){if(!(e in r))throw new Error("Unknown Chalk style: ".concat(e));r=n[e].length>0?r[e].apply(r,n[e]):r[e]}return r}var Af=(e,t)=>{const n=[],r=[];let u=[];if(t.replace(pf,((t,o,i,s,a,c)=>{if(o)u.push(mf(o));else if(s){const t=u.join("");u=[],r.push(0===n.length?t:Ef(e,n)(t)),n.push({inverse:i,styles:yf(s)})}else if(a){if(0===n.length)throw new Error("Found extraneous } in Chalk template literal");r.push(Ef(e,n)(u.join(""))),u=[],n.pop()}else u.push(c)})),r.push(u.join("")),n.length>0){const e="Chalk template literal is missing ".concat(n.length," closing bracket").concat(1===n.length?"":"s"," (`}`)");throw new Error(e)}return r.join("")};!function(e){const t=vp,n=Fp.exports,r=lf.stdout,u=Af,o="win32"===zs.platform&&!(zs.env.TERM||"").toLowerCase().startsWith("xterm"),i=["ansi","ansi","ansi256","ansi16m"],s=new Set(["gray"]),a=Object.create(null);function c(e,t){t=t||{};const n=r?r.level:0;e.level=void 0===t.level?n:t.level,e.enabled="enabled"in t?t.enabled:e.level>0}function l(e){if(!this||!(this instanceof l)||this.template){const t={};return c(t,e),t.template=function(){const e=[].slice.call(arguments);return h.apply(null,[t.template].concat(e))},Object.setPrototypeOf(t,l.prototype),Object.setPrototypeOf(t.template,t),t.template.constructor=l,t.template}c(this,e)}o&&(n.blue.open="");for(const e of Object.keys(n))n[e].closeRe=new RegExp(t(n[e].close),"g"),a[e]={get(){const t=n[e];return f.call(this,this._styles?this._styles.concat(t):[t],this._empty,e)}};a.visible={get(){return f.call(this,this._styles||[],!0,"visible")}},n.color.closeRe=new RegExp(t(n.color.close),"g");for(const e of Object.keys(n.color.ansi))s.has(e)||(a[e]={get(){const t=this.level;return function(){const r={open:n.color[i[t]][e].apply(null,arguments),close:n.color.close,closeRe:n.color.closeRe};return f.call(this,this._styles?this._styles.concat(r):[r],this._empty,e)}}});n.bgColor.closeRe=new RegExp(t(n.bgColor.close),"g");for(const e of Object.keys(n.bgColor.ansi))s.has(e)||(a["bg"+e[0].toUpperCase()+e.slice(1)]={get(){const t=this.level;return function(){const r={open:n.bgColor[i[t]][e].apply(null,arguments),close:n.bgColor.close,closeRe:n.bgColor.closeRe};return f.call(this,this._styles?this._styles.concat(r):[r],this._empty,e)}}});const p=Object.defineProperties((()=>{}),a);function f(e,t,n){const r=function(){return d.apply(r,arguments)};r._styles=e,r._empty=t;const u=this;return Object.defineProperty(r,"level",{enumerable:!0,get:()=>u.level,set(e){u.level=e}}),Object.defineProperty(r,"enabled",{enumerable:!0,get:()=>u.enabled,set(e){u.enabled=e}}),r.hasGrey=this.hasGrey||"gray"===n||"grey"===n,r.__proto__=p,r}function d(){const e=arguments,t=e.length;let r=String(arguments[0]);if(0===t)return"";if(t>1)for(let n=1;n<t;n++)r+=" "+e[n];if(!this.enabled||this.level<=0||!r)return this._empty?"":r;const u=n.dim.open;o&&this.hasGrey&&(n.dim.open="");for(const e of this._styles.slice().reverse())r=e.open+r.replace(e.closeRe,e.open)+e.close,r=r.replace(/\r?\n/g,"".concat(e.close,"$&").concat(e.open));return n.dim.open=u,r}function h(e,t){if(!Array.isArray(t))return[].slice.call(arguments,1).join(" ");const n=[].slice.call(arguments,2),r=[t.raw[0]];for(let e=1;e<t.length;e++)r.push(String(n[e-1]).replace(/[{}\\]/g,"\\$&")),r.push(String(t.raw[e]));return u(e,r.join(""))}Object.defineProperties(l.prototype,a),e.exports=l(),e.exports.supportsColor=r,e.exports.default=e.exports}(Cp),Object.defineProperty(Ap,"__esModule",{value:!0});const Cf=Cp.exports;Ap.commonDeprecatedHandler=(e,t,n)=>{let{descriptor:r}=n;const u=["".concat(Cf.default.yellow("string"==typeof e?r.key(e):r.pair(e))," is deprecated")];return t&&u.push("we now treat it as ".concat(Cf.default.blue("string"==typeof t?r.key(t):r.pair(t)))),u.join("; ")+"."},function(e){Object.defineProperty(e,"__esModule",{value:!0}),gp.__exportStar(Ap,e)}(Ep);var bf={},vf={};Object.defineProperty(vf,"__esModule",{value:!0});const Ff=Cp.exports;vf.commonInvalidHandler=(e,t,n)=>["Invalid ".concat(Ff.default.red(n.descriptor.key(e))," value."),"Expected ".concat(Ff.default.blue(n.schemas[e].expected(n)),","),"but received ".concat(Ff.default.red(n.descriptor.value(t)),".")].join(" "),function(e){Object.defineProperty(e,"__esModule",{value:!0}),gp.__exportStar(vf,e)}(bf);var xf={},Sf={},Bf=[],wf=[];Object.defineProperty(Sf,"__esModule",{value:!0});const Tf=Cp.exports;Sf.levenUnknownHandler=(e,t,n)=>{let{descriptor:r,logger:u,schemas:o}=n;const i=["Ignored unknown option ".concat(Tf.default.yellow(r.pair({key:e,value:t})),".")],s=Object.keys(o).sort().find((t=>function(e,t){if(e===t)return 0;var n=e;e.length>t.length&&(e=t,t=n);var r=e.length,u=t.length;if(0===r)return u;if(0===u)return r;for(;r>0&&e.charCodeAt(~-r)===t.charCodeAt(~-u);)r--,u--;if(0===r)return u;for(var o,i,s,a,c=0;c<r&&e.charCodeAt(c)===t.charCodeAt(c);)c++;if(u-=c,0==(r-=c))return u;for(var l=0,p=0;l<r;)wf[c+l]=e.charCodeAt(c+l),Bf[l]=++l;for(;p<u;)for(o=t.charCodeAt(c+p),s=p++,i=p,l=0;l<r;l++)a=o===wf[c+l]?s:s+1,s=Bf[l],i=Bf[l]=s>i?a>i?i+1:a:a>s?s+1:a;return i}(e,t)<3));s&&i.push("Did you mean ".concat(Tf.default.blue(r.key(s)),"?")),u.warn(i.join(" "))},function(e){Object.defineProperty(e,"__esModule",{value:!0}),gp.__exportStar(Sf,e)}(xf),function(e){Object.defineProperty(e,"__esModule",{value:!0});const t=gp;t.__exportStar(Ep,e),t.__exportStar(bf,e),t.__exportStar(xf,e)}(yp);var Pf={},Nf={},kf={};Object.defineProperty(kf,"__esModule",{value:!0});const Of=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"];function If(e,t){const n=new e(t),r=Object.create(n);for(const e of Of)e in t&&(r[e]=jf(t[e],n,Lf.prototype[e].length));return r}kf.createSchema=If;class Lf{constructor(e){this.name=e.name}static create(e){return If(this,e)}default(e){}expected(e){return"nothing"}validate(e,t){return!1}deprecated(e,t){return!1}forward(e,t){}redirect(e,t){}overlap(e,t,n){return e}preprocess(e,t){return e}postprocess(e,t){return e}}function jf(e,t,n){return"function"==typeof e?function(){for(var r=arguments.length,u=new Array(r),o=0;o<r;o++)u[o]=arguments[o];return e(...u.slice(0,n-1),t,...u.slice(n-1))}:()=>e}kf.Schema=Lf,Object.defineProperty(Nf,"__esModule",{value:!0});const _f=kf;class Mf extends _f.Schema{constructor(e){super(e),this._sourceName=e.sourceName}expected(e){return e.schemas[this._sourceName].expected(e)}validate(e,t){return t.schemas[this._sourceName].validate(e,t)}redirect(e,t){return this._sourceName}}Nf.AliasSchema=Mf;var Rf={};Object.defineProperty(Rf,"__esModule",{value:!0});const Vf=kf;class $f extends Vf.Schema{expected(){return"anything"}validate(){return!0}}Rf.AnySchema=$f;var Wf={};Object.defineProperty(Wf,"__esModule",{value:!0});const qf=gp,Uf=kf;class zf extends Uf.Schema{constructor(e){var{valueSchema:t,name:n=t.name}=e,r=qf.__rest(e,["valueSchema","name"]);super(Object.assign({},r,{name:n})),this._valueSchema=t}expected(e){return"an array of ".concat(this._valueSchema.expected(e))}validate(e,t){if(!Array.isArray(e))return!1;const n=[];for(const r of e){const e=t.normalizeValidateResult(this._valueSchema.validate(r,t),r);!0!==e&&n.push(e.value)}return 0===n.length||{value:n}}deprecated(e,t){const n=[];for(const r of e){const e=t.normalizeDeprecatedResult(this._valueSchema.deprecated(r,t),r);!1!==e&&n.push(...e.map((e=>{let{value:t}=e;return{value:[t]}})))}return n}forward(e,t){const n=[];for(const r of e){const e=t.normalizeForwardResult(this._valueSchema.forward(r,t),r);n.push(...e.map(Hf))}return n}redirect(e,t){const n=[],r=[];for(const u of e){const e=t.normalizeRedirectResult(this._valueSchema.redirect(u,t),u);"remain"in e&&n.push(e.remain),r.push(...e.redirect.map(Hf))}return 0===n.length?{redirect:r}:{redirect:r,remain:n}}overlap(e,t){return e.concat(t)}}function Hf(e){let{from:t,to:n}=e;return{from:[t],to:n}}Wf.ArraySchema=zf;var Jf={};Object.defineProperty(Jf,"__esModule",{value:!0});const Gf=kf;class Xf extends Gf.Schema{expected(){return"true or false"}validate(e){return"boolean"==typeof e}}Jf.BooleanSchema=Xf;var Yf={},Kf={};function Qf(e,t){return"string"==typeof e||"key"in e?{from:t,to:e}:"from"in e?{from:e.from,to:e.to}:{from:t,to:e.to}}function Zf(e,t){return void 0===e?[]:Array.isArray(e)?e.map((e=>Qf(e,t))):[Qf(e,t)]}Object.defineProperty(Kf,"__esModule",{value:!0}),Kf.recordFromArray=function(e,t){const n=Object.create(null);for(const r of e){const e=r[t];if(n[e])throw new Error("Duplicate ".concat(t," ").concat(JSON.stringify(e)));n[e]=r}return n},Kf.mapFromArray=function(e,t){const n=new Map;for(const r of e){const e=r[t];if(n.has(e))throw new Error("Duplicate ".concat(t," ").concat(JSON.stringify(e)));n.set(e,r)}return n},Kf.createAutoChecklist=function(){const e=Object.create(null);return t=>{const n=JSON.stringify(t);return!!e[n]||(e[n]=!0,!1)}},Kf.partition=function(e,t){const n=[],r=[];for(const u of e)t(u)?n.push(u):r.push(u);return[n,r]},Kf.isInt=function(e){return e===Math.floor(e)},Kf.comparePrimitive=function(e,t){if(e===t)return 0;const n=typeof e,r=typeof t,u=["undefined","object","boolean","number","string"];return n!==r?u.indexOf(n)-u.indexOf(r):"string"!==n?Number(e)-Number(t):e.localeCompare(t)},Kf.normalizeDefaultResult=function(e){return void 0===e?{}:e},Kf.normalizeValidateResult=function(e,t){return!0===e||(!1===e?{value:t}:e)},Kf.normalizeDeprecatedResult=function(e,t){return!1!==e&&(!0===e?!!(arguments.length>2&&void 0!==arguments[2]&&arguments[2])||[{value:t}]:"value"in e?[e]:0!==e.length&&e)},Kf.normalizeTransferResult=Qf,Kf.normalizeForwardResult=Zf,Kf.normalizeRedirectResult=function(e,t){const n=Zf("object"==typeof e&&"redirect"in e?e.redirect:e,t);return 0===n.length?{remain:t,redirect:n}:"object"==typeof e&&"remain"in e?{remain:e.remain,redirect:n}:{redirect:n}},Object.defineProperty(Yf,"__esModule",{value:!0});const ed=kf,td=Kf;class nd extends ed.Schema{constructor(e){super(e),this._choices=td.mapFromArray(e.choices.map((e=>e&&"object"==typeof e?e:{value:e})),"value")}expected(e){let{descriptor:t}=e;const n=Array.from(this._choices.keys()).map((e=>this._choices.get(e))).filter((e=>!e.deprecated)).map((e=>e.value)).sort(td.comparePrimitive).map(t.value),r=n.slice(0,-2),u=n.slice(-2);return r.concat(u.join(" or ")).join(", ")}validate(e){return this._choices.has(e)}deprecated(e){const t=this._choices.get(e);return!(!t||!t.deprecated)&&{value:e}}forward(e){const t=this._choices.get(e);return t?t.forward:void 0}redirect(e){const t=this._choices.get(e);return t?t.redirect:void 0}}Yf.ChoiceSchema=nd;var rd={},ud={};Object.defineProperty(ud,"__esModule",{value:!0});const od=kf;class id extends od.Schema{expected(){return"a number"}validate(e,t){return"number"==typeof e}}ud.NumberSchema=id,Object.defineProperty(rd,"__esModule",{value:!0});const sd=Kf,ad=ud;class cd extends ad.NumberSchema{expected(){return"an integer"}validate(e,t){return!0===t.normalizeValidateResult(super.validate(e,t),e)&&sd.isInt(e)}}rd.IntegerSchema=cd;var ld={};Object.defineProperty(ld,"__esModule",{value:!0});const pd=kf;class fd extends pd.Schema{expected(){return"a string"}validate(e){return"string"==typeof e}}ld.StringSchema=fd,function(e){Object.defineProperty(e,"__esModule",{value:!0});const t=gp;t.__exportStar(Nf,e),t.__exportStar(Rf,e),t.__exportStar(Wf,e),t.__exportStar(Jf,e),t.__exportStar(Yf,e),t.__exportStar(rd,e),t.__exportStar(ud,e),t.__exportStar(ld,e)}(Pf);var dd={},hd={};Object.defineProperty(hd,"__esModule",{value:!0});const gd=Dp,md=Ap,Dd=bf,yd=Sf;hd.defaultDescriptor=gd.apiDescriptor,hd.defaultUnknownHandler=yd.levenUnknownHandler,hd.defaultInvalidHandler=Dd.commonInvalidHandler,hd.defaultDeprecatedHandler=md.commonDeprecatedHandler,Object.defineProperty(dd,"__esModule",{value:!0});const Ed=hd,Ad=Kf;dd.normalize=(e,t,n)=>new Cd(t,n).normalize(e);class Cd{constructor(e,t){const{logger:n=console,descriptor:r=Ed.defaultDescriptor,unknown:u=Ed.defaultUnknownHandler,invalid:o=Ed.defaultInvalidHandler,deprecated:i=Ed.defaultDeprecatedHandler}=t||{};this._utils={descriptor:r,logger:n||{warn:()=>{}},schemas:Ad.recordFromArray(e,"name"),normalizeDefaultResult:Ad.normalizeDefaultResult,normalizeDeprecatedResult:Ad.normalizeDeprecatedResult,normalizeForwardResult:Ad.normalizeForwardResult,normalizeRedirectResult:Ad.normalizeRedirectResult,normalizeValidateResult:Ad.normalizeValidateResult},this._unknownHandler=u,this._invalidHandler=o,this._deprecatedHandler=i,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=Ad.createAutoChecklist()}normalize(e){const t={},n=[e],r=()=>{for(;0!==n.length;){const e=n.shift(),r=this._applyNormalization(e,t);n.push(...r)}};r();for(const e of Object.keys(this._utils.schemas)){const r=this._utils.schemas[e];if(!(e in t)){const t=Ad.normalizeDefaultResult(r.default(this._utils));"value"in t&&n.push({[e]:t.value})}}r();for(const e of Object.keys(this._utils.schemas)){const n=this._utils.schemas[e];e in t&&(t[e]=n.postprocess(t[e],this._utils))}return t}_applyNormalization(e,t){const n=[],[r,u]=Ad.partition(Object.keys(e),(e=>e in this._utils.schemas));for(const u of r){const r=this._utils.schemas[u],o=r.preprocess(e[u],this._utils),i=Ad.normalizeValidateResult(r.validate(o,this._utils),o);if(!0!==i){const{value:e}=i,t=this._invalidHandler(u,e,this._utils);throw"string"==typeof t?new Error(t):t}const s=e=>{let{from:t,to:r}=e;n.push("string"==typeof r?{[r]:t}:{[r.key]:r.value})},a=e=>{let{value:t,redirectTo:n}=e;const i=Ad.normalizeDeprecatedResult(r.deprecated(t,this._utils),o,!0);if(!1!==i)if(!0===i)this._hasDeprecationWarned(u)||this._utils.logger.warn(this._deprecatedHandler(u,n,this._utils));else for(const{value:e}of i){const t={key:u,value:e};if(!this._hasDeprecationWarned(t)){const r="string"==typeof n?{key:n,value:e}:n;this._utils.logger.warn(this._deprecatedHandler(t,r,this._utils))}}};Ad.normalizeForwardResult(r.forward(o,this._utils),o).forEach(s);const c=Ad.normalizeRedirectResult(r.redirect(o,this._utils),o);if(c.redirect.forEach(s),"remain"in c){const e=c.remain;t[u]=u in t?r.overlap(t[u],e,this._utils):e,a({value:e})}for(const{from:e,to:t}of c.redirect)a({value:e,redirectTo:t})}for(const r of u){const u=e[r],o=this._unknownHandler(r,u,this._utils);if(o)for(const e of Object.keys(o)){const r={[e]:o[e]};e in this._utils.schemas?n.push(r):Object.assign(t,r)}}return n}}dd.Normalizer=Cd,function(e){Object.defineProperty(e,"__esModule",{value:!0});const t=gp;t.__exportStar(mp,e),t.__exportStar(yp,e),t.__exportStar(Pf,e),t.__exportStar(dd,e),t.__exportStar(kf,e)}(cp);var bd={exports:{}};const vd=[],Fd=[],xd=(e,t)=>{if(e===t)return 0;const n=e;e.length>t.length&&(e=t,t=n);let r=e.length,u=t.length;for(;r>0&&e.charCodeAt(~-r)===t.charCodeAt(~-u);)r--,u--;let o,i,s,a,c=0;for(;c<r&&e.charCodeAt(c)===t.charCodeAt(c);)c++;if(r-=c,u-=c,0===r)return u;let l=0,p=0;for(;l<r;)Fd[l]=e.charCodeAt(c+l),vd[l]=++l;for(;p<u;)for(o=t.charCodeAt(c+p),s=p++,i=p,l=0;l<r;l++)a=o===Fd[l]?s:s+1,s=vd[l],i=vd[l]=s>i?a>i?i+1:a:a>s?s+1:a;return i};bd.exports=xd,bd.exports.default=xd;var Sd={exports:{}};const Bd={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},wd={};for(const e of Object.keys(Bd))wd[Bd[e]]=e;const Td={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};var Pd=Td;for(const e of Object.keys(Td)){if(!("channels"in Td[e]))throw new Error("missing channels property: "+e);if(!("labels"in Td[e]))throw new Error("missing channel labels property: "+e);if(Td[e].labels.length!==Td[e].channels)throw new Error("channel and label counts mismatch: "+e);const{channels:t,labels:n}=Td[e];delete Td[e].channels,delete Td[e].labels,Object.defineProperty(Td[e],"channels",{value:t}),Object.defineProperty(Td[e],"labels",{value:n})}Td.rgb.hsl=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,u=Math.min(t,n,r),o=Math.max(t,n,r),i=o-u;let s,a;o===u?s=0:t===o?s=(n-r)/i:n===o?s=2+(r-t)/i:r===o&&(s=4+(t-n)/i),s=Math.min(60*s,360),s<0&&(s+=360);const c=(u+o)/2;return a=o===u?0:c<=.5?i/(o+u):i/(2-o-u),[s,100*a,100*c]},Td.rgb.hsv=function(e){let t,n,r,u,o;const i=e[0]/255,s=e[1]/255,a=e[2]/255,c=Math.max(i,s,a),l=c-Math.min(i,s,a),p=function(e){return(c-e)/6/l+.5};return 0===l?(u=0,o=0):(o=l/c,t=p(i),n=p(s),r=p(a),i===c?u=r-n:s===c?u=1/3+t-r:a===c&&(u=2/3+n-t),u<0?u+=1:u>1&&(u-=1)),[360*u,100*o,100*c]},Td.rgb.hwb=function(e){const t=e[0],n=e[1];let r=e[2];const u=Td.rgb.hsl(e)[0],o=1/255*Math.min(t,Math.min(n,r));return r=1-1/255*Math.max(t,Math.max(n,r)),[u,100*o,100*r]},Td.rgb.cmyk=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,u=Math.min(1-t,1-n,1-r);return[100*((1-t-u)/(1-u)||0),100*((1-n-u)/(1-u)||0),100*((1-r-u)/(1-u)||0),100*u]},Td.rgb.keyword=function(e){const t=wd[e];if(t)return t;let n,r=1/0;for(const t of Object.keys(Bd)){const i=(o=Bd[t],((u=e)[0]-o[0])**2+(u[1]-o[1])**2+(u[2]-o[2])**2);i<r&&(r=i,n=t)}var u,o;return n},Td.keyword.rgb=function(e){return Bd[e]},Td.rgb.xyz=function(e){let t=e[0]/255,n=e[1]/255,r=e[2]/255;return t=t>.04045?((t+.055)/1.055)**2.4:t/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,[100*(.4124*t+.3576*n+.1805*r),100*(.2126*t+.7152*n+.0722*r),100*(.0193*t+.1192*n+.9505*r)]},Td.rgb.lab=function(e){const t=Td.rgb.xyz(e);let n=t[0],r=t[1],u=t[2];return n/=95.047,r/=100,u/=108.883,n=n>.008856?n**(1/3):7.787*n+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,u=u>.008856?u**(1/3):7.787*u+16/116,[116*r-16,500*(n-r),200*(r-u)]},Td.hsl.rgb=function(e){const t=e[0]/360,n=e[1]/100,r=e[2]/100;let u,o,i;if(0===n)return i=255*r,[i,i,i];u=r<.5?r*(1+n):r+n-r*n;const s=2*r-u,a=[0,0,0];for(let e=0;e<3;e++)o=t+1/3*-(e-1),o<0&&o++,o>1&&o--,i=6*o<1?s+6*(u-s)*o:2*o<1?u:3*o<2?s+(u-s)*(2/3-o)*6:s,a[e]=255*i;return a},Td.hsl.hsv=function(e){const t=e[0];let n=e[1]/100,r=e[2]/100,u=n;const o=Math.max(r,.01);return r*=2,n*=r<=1?r:2-r,u*=o<=1?o:2-o,[t,100*(0===r?2*u/(o+u):2*n/(r+n)),(r+n)/2*100]},Td.hsv.rgb=function(e){const t=e[0]/60,n=e[1]/100;let r=e[2]/100;const u=Math.floor(t)%6,o=t-Math.floor(t),i=255*r*(1-n),s=255*r*(1-n*o),a=255*r*(1-n*(1-o));switch(r*=255,u){case 0:return[r,a,i];case 1:return[s,r,i];case 2:return[i,r,a];case 3:return[i,s,r];case 4:return[a,i,r];case 5:return[r,i,s]}},Td.hsv.hsl=function(e){const t=e[0],n=e[1]/100,r=e[2]/100,u=Math.max(r,.01);let o,i;i=(2-n)*r;const s=(2-n)*u;return o=n*u,o/=s<=1?s:2-s,o=o||0,i/=2,[t,100*o,100*i]},Td.hwb.rgb=function(e){const t=e[0]/360;let n=e[1]/100,r=e[2]/100;const u=n+r;let o;u>1&&(n/=u,r/=u);const i=Math.floor(6*t),s=1-r;o=6*t-i,0!=(1&i)&&(o=1-o);const a=n+o*(s-n);let c,l,p;switch(i){default:case 6:case 0:c=s,l=a,p=n;break;case 1:c=a,l=s,p=n;break;case 2:c=n,l=s,p=a;break;case 3:c=n,l=a,p=s;break;case 4:c=a,l=n,p=s;break;case 5:c=s,l=n,p=a}return[255*c,255*l,255*p]},Td.cmyk.rgb=function(e){const t=e[0]/100,n=e[1]/100,r=e[2]/100,u=e[3]/100;return[255*(1-Math.min(1,t*(1-u)+u)),255*(1-Math.min(1,n*(1-u)+u)),255*(1-Math.min(1,r*(1-u)+u))]},Td.xyz.rgb=function(e){const t=e[0]/100,n=e[1]/100,r=e[2]/100;let u,o,i;return u=3.2406*t+-1.5372*n+-.4986*r,o=-.9689*t+1.8758*n+.0415*r,i=.0557*t+-.204*n+1.057*r,u=u>.0031308?1.055*u**(1/2.4)-.055:12.92*u,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,i=i>.0031308?1.055*i**(1/2.4)-.055:12.92*i,u=Math.min(Math.max(0,u),1),o=Math.min(Math.max(0,o),1),i=Math.min(Math.max(0,i),1),[255*u,255*o,255*i]},Td.xyz.lab=function(e){let t=e[0],n=e[1],r=e[2];return t/=95.047,n/=100,r/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,[116*n-16,500*(t-n),200*(n-r)]},Td.lab.xyz=function(e){let t,n,r;n=(e[0]+16)/116,t=e[1]/500+n,r=n-e[2]/200;const u=n**3,o=t**3,i=r**3;return n=u>.008856?u:(n-16/116)/7.787,t=o>.008856?o:(t-16/116)/7.787,r=i>.008856?i:(r-16/116)/7.787,t*=95.047,n*=100,r*=108.883,[t,n,r]},Td.lab.lch=function(e){const t=e[0],n=e[1],r=e[2];let u;return u=360*Math.atan2(r,n)/2/Math.PI,u<0&&(u+=360),[t,Math.sqrt(n*n+r*r),u]},Td.lch.lab=function(e){const t=e[0],n=e[1],r=e[2]/360*2*Math.PI;return[t,n*Math.cos(r),n*Math.sin(r)]},Td.rgb.ansi16=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const[n,r,u]=e;let o=null===t?Td.rgb.hsv(e)[2]:t;if(o=Math.round(o/50),0===o)return 30;let i=30+(Math.round(u/255)<<2|Math.round(r/255)<<1|Math.round(n/255));return 2===o&&(i+=60),i},Td.hsv.ansi16=function(e){return Td.rgb.ansi16(Td.hsv.rgb(e),e[2])},Td.rgb.ansi256=function(e){const t=e[0],n=e[1],r=e[2];return t===n&&n===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},Td.ansi16.rgb=function(e){let t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];const n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},Td.ansi256.rgb=function(e){if(e>=232){const t=10*(e-232)+8;return[t,t,t]}let t;return e-=16,[Math.floor(e/36)/5*255,Math.floor((t=e%36)/6)/5*255,t%6/5*255]},Td.rgb.hex=function(e){const t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},Td.hex.rgb=function(e){const t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];let n=t[0];3===t[0].length&&(n=n.split("").map((e=>e+e)).join(""));const r=parseInt(n,16);return[r>>16&255,r>>8&255,255&r]},Td.rgb.hcg=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,u=Math.max(Math.max(t,n),r),o=Math.min(Math.min(t,n),r),i=u-o;let s,a;return s=i<1?o/(1-i):0,a=i<=0?0:u===t?(n-r)/i%6:u===n?2+(r-t)/i:4+(t-n)/i,a/=6,a%=1,[360*a,100*i,100*s]},Td.hsl.hcg=function(e){const t=e[1]/100,n=e[2]/100,r=n<.5?2*t*n:2*t*(1-n);let u=0;return r<1&&(u=(n-.5*r)/(1-r)),[e[0],100*r,100*u]},Td.hsv.hcg=function(e){const t=e[1]/100,n=e[2]/100,r=t*n;let u=0;return r<1&&(u=(n-r)/(1-r)),[e[0],100*r,100*u]},Td.hcg.rgb=function(e){const t=e[0]/360,n=e[1]/100,r=e[2]/100;if(0===n)return[255*r,255*r,255*r];const u=[0,0,0],o=t%1*6,i=o%1,s=1-i;let a=0;switch(Math.floor(o)){case 0:u[0]=1,u[1]=i,u[2]=0;break;case 1:u[0]=s,u[1]=1,u[2]=0;break;case 2:u[0]=0,u[1]=1,u[2]=i;break;case 3:u[0]=0,u[1]=s,u[2]=1;break;case 4:u[0]=i,u[1]=0,u[2]=1;break;default:u[0]=1,u[1]=0,u[2]=s}return a=(1-n)*r,[255*(n*u[0]+a),255*(n*u[1]+a),255*(n*u[2]+a)]},Td.hcg.hsv=function(e){const t=e[1]/100,n=t+e[2]/100*(1-t);let r=0;return n>0&&(r=t/n),[e[0],100*r,100*n]},Td.hcg.hsl=function(e){const t=e[1]/100,n=e[2]/100*(1-t)+.5*t;let r=0;return n>0&&n<.5?r=t/(2*n):n>=.5&&n<1&&(r=t/(2*(1-n))),[e[0],100*r,100*n]},Td.hcg.hwb=function(e){const t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},Td.hwb.hcg=function(e){const t=e[1]/100,n=1-e[2]/100,r=n-t;let u=0;return r<1&&(u=(n-r)/(1-r)),[e[0],100*r,100*u]},Td.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},Td.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},Td.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},Td.gray.hsl=function(e){return[0,0,e[0]]},Td.gray.hsv=Td.gray.hsl,Td.gray.hwb=function(e){return[0,100,e[0]]},Td.gray.cmyk=function(e){return[0,0,0,e[0]]},Td.gray.lab=function(e){return[e[0],0,0]},Td.gray.hex=function(e){const t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},Td.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]};const Nd=Pd;function kd(e,t){return function(n){return t(e(n))}}function Od(e,t){const n=[t[e].parent,e];let r=Nd[t[e].parent][e],u=t[e].parent;for(;t[u].parent;)n.unshift(t[u].parent),r=kd(Nd[t[u].parent][u],r),u=t[u].parent;return r.conversion=n,r}const Id=Pd,Ld=function(e){const t=function(e){const t=function(){const e={},t=Object.keys(Nd);for(let n=t.length,r=0;r<n;r++)e[t[r]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;){const e=n.pop(),r=Object.keys(Nd[e]);for(let u=r.length,o=0;o<u;o++){const u=r[o],i=t[u];-1===i.distance&&(i.distance=t[e].distance+1,i.parent=e,n.unshift(u))}}return t}(e),n={},r=Object.keys(t);for(let e=r.length,u=0;u<e;u++){const e=r[u];null!==t[e].parent&&(n[e]=Od(e,t))}return n},jd={};Object.keys(Id).forEach((e=>{jd[e]={},Object.defineProperty(jd[e],"channels",{value:Id[e].channels}),Object.defineProperty(jd[e],"labels",{value:Id[e].labels});const t=Ld(e);Object.keys(t).forEach((n=>{const r=t[n];jd[e][n]=function(e){const t=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];const u=n[0];if(null==u)return u;u.length>1&&(n=u);const o=e(n);if("object"==typeof o)for(let e=o.length,t=0;t<e;t++)o[t]=Math.round(o[t]);return o};return"conversion"in e&&(t.conversion=e.conversion),t}(r),jd[e][n].raw=function(e){const t=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];const u=n[0];return null==u?u:(u.length>1&&(n=u),e(n))};return"conversion"in e&&(t.conversion=e.conversion),t}(r)}))}));var _d=jd;function Md(){return!1}function Rd(){throw new Error("tty.ReadStream is not implemented")}function Vd(){throw new Error("tty.ReadStream is not implemented")}!function(e){const t=(e,t)=>function(){const n=e(...arguments);return"[".concat(n+t,"m")},n=(e,t)=>function(){const n=e(...arguments);return"[".concat(38+t,";5;").concat(n,"m")},r=(e,t)=>function(){const n=e(...arguments);return"[".concat(38+t,";2;").concat(n[0],";").concat(n[1],";").concat(n[2],"m")},u=e=>e,o=(e,t,n)=>[e,t,n],i=(e,t,n)=>{Object.defineProperty(e,t,{get:()=>{const r=n();return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0}),r},enumerable:!0,configurable:!0})};let s;const a=(e,t,n,r)=>{void 0===s&&(s=_d);const u=r?10:0,o={};for(const[r,i]of Object.entries(s)){const s="ansi16"===r?"ansi":r;r===t?o[s]=e(n,u):"object"==typeof i&&(o[s]=e(i[t],u))}return o};Object.defineProperty(e,"exports",{enumerable:!0,get:function(){const e=new Map,s={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};s.color.gray=s.color.blackBright,s.bgColor.bgGray=s.bgColor.bgBlackBright,s.color.grey=s.color.blackBright,s.bgColor.bgGrey=s.bgColor.bgBlackBright;for(const[t,n]of Object.entries(s)){for(const[t,r]of Object.entries(n))s[t]={open:"[".concat(r[0],"m"),close:"[".concat(r[1],"m")},n[t]=s[t],e.set(r[0],r[1]);Object.defineProperty(s,t,{value:n,enumerable:!1})}return Object.defineProperty(s,"codes",{value:e,enumerable:!1}),s.color.close="",s.bgColor.close="",i(s.color,"ansi",(()=>a(t,"ansi16",u,!1))),i(s.color,"ansi256",(()=>a(n,"ansi256",u,!1))),i(s.color,"ansi16m",(()=>a(r,"rgb",o,!1))),i(s.bgColor,"ansi",(()=>a(t,"ansi16",u,!0))),i(s.bgColor,"ansi256",(()=>a(n,"ansi256",u,!0))),i(s.bgColor,"ansi16m",(()=>a(r,"rgb",o,!0))),s}})}(Sd);var $d={isatty:Md,ReadStream:Rd,WriteStream:Vd};const Wd=rf,qd=t(Object.freeze({__proto__:null,isatty:Md,ReadStream:Rd,WriteStream:Vd,default:$d})),Ud=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:zs.argv;const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r<u)},{env:zd}=zs;let Hd;function Jd(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function Gd(e,t){if(0===Hd)return 0;if(Ud("color=16m")||Ud("color=full")||Ud("color=truecolor"))return 3;if(Ud("color=256"))return 2;if(e&&!t&&void 0===Hd)return 0;const n=Hd||0;if("dumb"===zd.TERM)return n;if("win32"===zs.platform){const e=Wd.release().split(".");return Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in zd)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in zd))||"codeship"===zd.CI_NAME?1:n;if("TEAMCITY_VERSION"in zd)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(zd.TEAMCITY_VERSION)?1:0;if("truecolor"===zd.COLORTERM)return 3;if("TERM_PROGRAM"in zd){const e=parseInt((zd.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(zd.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(zd.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(zd.TERM)||"COLORTERM"in zd?1:n}Ud("no-color")||Ud("no-colors")||Ud("color=false")||Ud("color=never")?Hd=0:(Ud("color")||Ud("colors")||Ud("color=true")||Ud("color=always"))&&(Hd=1),"FORCE_COLOR"in zd&&(Hd="true"===zd.FORCE_COLOR?1:"false"===zd.FORCE_COLOR?0:0===zd.FORCE_COLOR.length?1:Math.min(parseInt(zd.FORCE_COLOR,10),3));var Xd={supportsColor:function(e){return Jd(Gd(e,e&&e.isTTY))},stdout:Jd(Gd(!0,qd.isatty(1))),stderr:Jd(Gd(!0,qd.isatty(2)))};const Yd=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,Kd=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,Qd=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,Zd=/\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi,eh=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e",""],["a",""]]);function th(e){const t="u"===e[0],n="{"===e[1];return t&&!n&&5===e.length||"x"===e[0]&&3===e.length?String.fromCharCode(parseInt(e.slice(1),16)):t&&n?String.fromCodePoint(parseInt(e.slice(2,-1),16)):eh.get(e)||e}function nh(e,t){const n=[],r=t.trim().split(/\s*,\s*/g);let u;for(const t of r){const r=Number(t);if(Number.isNaN(r)){if(!(u=t.match(Qd)))throw new Error("Invalid Chalk template style argument: ".concat(t," (in style '").concat(e,"')"));n.push(u[2].replace(Zd,((e,t,n)=>t?th(t):n)))}else n.push(r)}return n}function rh(e){Kd.lastIndex=0;const t=[];let n;for(;null!==(n=Kd.exec(e));){const e=n[1];if(n[2]){const r=nh(e,n[2]);t.push([e].concat(r))}else t.push([e])}return t}function uh(e,t){const n={};for(const e of t)for(const t of e.styles)n[t[0]]=e.inverse?null:t.slice(1);let r=e;for(const[e,t]of Object.entries(n))if(Array.isArray(t)){if(!(e in r))throw new Error("Unknown Chalk style: ".concat(e));r=t.length>0?r[e](...t):r[e]}return r}var oh=(e,t)=>{const n=[],r=[];let u=[];if(t.replace(Yd,((t,o,i,s,a,c)=>{if(o)u.push(th(o));else if(s){const t=u.join("");u=[],r.push(0===n.length?t:uh(e,n)(t)),n.push({inverse:i,styles:rh(s)})}else if(a){if(0===n.length)throw new Error("Found extraneous } in Chalk template literal");r.push(uh(e,n)(u.join(""))),u=[],n.pop()}else u.push(c)})),r.push(u.join("")),n.length>0){const e="Chalk template literal is missing ".concat(n.length," closing bracket").concat(1===n.length?"":"s"," (`}`)");throw new Error(e)}return r.join("")};const ih=Sd.exports,{stdout:sh,stderr:ah}=Xd,{stringReplaceAll:ch,stringEncaseCRLFWithFirstIndex:lh}={stringReplaceAll:(e,t,n)=>{let r=e.indexOf(t);if(-1===r)return e;const u=t.length;let o=0,i="";do{i+=e.substr(o,r-o)+t+n,o=r+u,r=e.indexOf(t,o)}while(-1!==r);return i+=e.substr(o),i},stringEncaseCRLFWithFirstIndex:(e,t,n,r)=>{let u=0,o="";do{const i="\r"===e[r-1];o+=e.substr(u,(i?r-1:r)-u)+t+(i?"\r\n":"\n")+n,u=r+1,r=e.indexOf("\n",u)}while(-1!==r);return o+=e.substr(u),o}},{isArray:ph}=Array,fh=["ansi","ansi","ansi256","ansi16m"],dh=Object.create(null);class hh{constructor(e){return gh(e)}}const gh=e=>{const t={};return function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(t.level&&!(Number.isInteger(t.level)&&t.level>=0&&t.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");const n=sh?sh.level:0;e.level=void 0===t.level?n:t.level}(t,e),t.template=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return vh(t.template,...n)},Object.setPrototypeOf(t,mh.prototype),Object.setPrototypeOf(t.template,t),t.template.constructor=()=>{throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.")},t.template.Instance=hh,t.template};function mh(e){return gh(e)}for(const[e,t]of Object.entries(ih))dh[e]={get(){const n=Ah(this,Eh(t.open,t.close,this._styler),this._isEmpty);return Object.defineProperty(this,e,{value:n}),n}};dh.visible={get(){const e=Ah(this,this._styler,!0);return Object.defineProperty(this,"visible",{value:e}),e}};const Dh=["rgb","hex","keyword","hsl","hsv","hwb","ansi","ansi256"];for(const e of Dh)dh[e]={get(){const{level:t}=this;return function(){const n=Eh(ih.color[fh[t]][e](...arguments),ih.color.close,this._styler);return Ah(this,n,this._isEmpty)}}};for(const e of Dh)dh["bg"+e[0].toUpperCase()+e.slice(1)]={get(){const{level:t}=this;return function(){const n=Eh(ih.bgColor[fh[t]][e](...arguments),ih.bgColor.close,this._styler);return Ah(this,n,this._isEmpty)}}};const yh=Object.defineProperties((()=>{}),Object.assign(Object.assign({},dh),{},{level:{enumerable:!0,get(){return this._generator.level},set(e){this._generator.level=e}}})),Eh=(e,t,n)=>{let r,u;return void 0===n?(r=e,u=t):(r=n.openAll+e,u=t+n.closeAll),{open:e,close:t,openAll:r,closeAll:u,parent:n}},Ah=(e,t,n)=>{const r=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return ph(t[0])&&ph(t[0].raw)?Ch(r,vh(r,...t)):Ch(r,1===t.length?""+t[0]:t.join(" "))};return Object.setPrototypeOf(r,yh),r._generator=e,r._styler=t,r._isEmpty=n,r},Ch=(e,t)=>{if(e.level<=0||!t)return e._isEmpty?"":t;let n=e._styler;if(void 0===n)return t;const{openAll:r,closeAll:u}=n;if(-1!==t.indexOf(""))for(;void 0!==n;)t=ch(t,n.close,n.open),n=n.parent;const o=t.indexOf("\n");return-1!==o&&(t=lh(t,u,r,o)),r+t+u};let bh;const vh=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];const[u]=n;if(!ph(u)||!ph(u.raw))return n.join(" ");const o=n.slice(1),i=[u.raw[0]];for(let e=1;e<u.length;e++)i.push(String(o[e-1]).replace(/[{}\\]/g,"\\$&"),String(u.raw[e]));return void 0===bh&&(bh=oh),bh(e,i.join(""))};Object.defineProperties(mh.prototype,dh);const Fh=mh();Fh.supportsColor=sh,Fh.stderr=mh({level:ah?ah.level:0}),Fh.stderr.supportsColor=ah;var xh=Fh;const Sh=["_"],Bh=cp,wh=bd.exports,Th=xh,Ph=ni,Nh={key:e=>1===e.length?"-".concat(e):"--".concat(e),value:e=>Bh.apiDescriptor.value(e),pair:e=>{let{key:t,value:n}=e;return!1===n?"--no-".concat(t):!0===n?Nh.key(t):""===n?"".concat(Nh.key(t)," without an argument"):"".concat(Nh.key(t),"=").concat(n)}};class kh extends Bh.ChoiceSchema{constructor(e){let{name:t,flags:n}=e;super({name:t,choices:n}),this._flags=[...n].sort()}preprocess(e,t){if("string"==typeof e&&e.length>0&&!this._flags.includes(e)){const n=this._flags.find((t=>wh(t,e)<3));if(n)return t.logger.warn(["Unknown flag ".concat(Th.yellow(t.descriptor.value(e)),","),"did you mean ".concat(Th.blue(t.descriptor.value(n)),"?")].join(" ")),n}return e}expected(){return"a flag"}}let Oh;function Ih(e,t){let{logger:n,isCLI:r=!1,passThrough:u=!1}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const o=u?Array.isArray(u)?(e,t)=>u.includes(e)?{[e]:t}:void 0:(e,t)=>({[e]:t}):(e,t,n)=>{const r=ri(n.schemas,Sh);return Bh.levenUnknownHandler(e,t,Object.assign(Object.assign({},n),{},{schemas:r}))},i=r?Nh:Bh.apiDescriptor,s=Lh(t,{isCLI:r}),a=new Bh.Normalizer(s,{logger:n,unknown:o,descriptor:i}),c=!1!==n;c&&Oh&&(a._hasDeprecationWarned=Oh);const l=a.normalize(e);return c&&(Oh=a._hasDeprecationWarned),l}function Lh(e,t){let{isCLI:n}=t;const r=[];n&&r.push(Bh.AnySchema.create({name:"_"}));for(const t of e)r.push(jh(t,{isCLI:n,optionInfos:e})),t.alias&&n&&r.push(Bh.AliasSchema.create({name:t.alias,sourceName:t.name}));return r}function jh(e,t){let n,{isCLI:r,optionInfos:u}=t;const o={name:e.name},i={};switch(e.type){case"int":n=Bh.IntegerSchema,r&&(o.preprocess=e=>Number(e));break;case"string":case"path":n=Bh.StringSchema;break;case"choice":n=Bh.ChoiceSchema,o.choices=e.choices.map((t=>"object"==typeof t&&t.redirect?Object.assign(Object.assign({},t),{},{redirect:{to:{key:e.name,value:t.redirect}}}):t));break;case"boolean":n=Bh.BooleanSchema;break;case"flag":n=kh,o.flags=u.flatMap((e=>[e.alias,e.description&&e.name,e.oppositeDescription&&"no-".concat(e.name)].filter(Boolean)));break;default:throw new Error("Unexpected type ".concat(e.type))}if(e.exception?o.validate=(t,n,r)=>e.exception(t)||n.validate(t,r):o.validate=(e,t,n)=>void 0===e||t.validate(e,n),e.redirect&&(i.redirect=t=>t?{to:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(i.deprecated=!0),r&&!e.array){const e=o.preprocess||(e=>e);o.preprocess=(t,n,r)=>n.preprocess(e(Array.isArray(t)?Ph(t):t),r)}return e.array?Bh.ArraySchema.create(Object.assign(Object.assign(Object.assign({},r?{preprocess:e=>Array.isArray(e)?e:[e]}:{}),i),{},{valueSchema:n.create(o)})):n.create(Object.assign(Object.assign({},o),i))}var _h={normalizeApiOptions:function(e,t,n){return Ih(e,t,n)},normalizeCliOptions:function(e,t,n){return Ih(e,t,Object.assign({isCLI:!0},n))}};const{isNonEmptyArray:Mh}=nc;function Rh(e,t){const{ignoreDecorators:n}=t||{};if(!n){const t=e.declaration&&e.declaration.decorators||e.decorators;if(Mh(t))return Rh(t[0])}return e.range?e.range[0]:e.start}function Vh(e){return e.range?e.range[1]:e.end}function $h(e,t){return Rh(e)===Rh(t)}var Wh={locStart:Rh,locEnd:Vh,hasSameLocStart:$h,hasSameLoc:function(e,t){return $h(e,t)&&function(e,t){return Vh(e)===Vh(t)}(e,t)}},qh={},Uh={},zh={};Object.defineProperty(zh,"__esModule",{value:!0}),zh.default=/((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g,zh.matchToToken=function(e){var t={type:"invalid",value:e[0],closed:void 0};return e[1]?(t.type="string",t.closed=!(!e[3]&&!e[4])):e[5]?t.type="comment":e[6]?(t.type="comment",t.closed=!!e[7]):e[8]?t.type="regex":e[9]?t.type="number":e[10]?t.type="name":e[11]?t.type="punctuator":e[12]&&(t.type="whitespace"),t};var Hh={},Jh={};Object.defineProperty(Jh,"__esModule",{value:!0}),Jh.isIdentifierStart=tg,Jh.isIdentifierChar=ng,Jh.isIdentifierName=function(e){let t=!0;for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);if(55296==(64512&r)&&n+1<e.length){const t=e.charCodeAt(++n);56320==(64512&t)&&(r=65536+((1023&r)<<10)+(1023&t))}if(t){if(t=!1,!tg(r))return!1}else if(!ng(r))return!1}return!t};let Gh="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",Xh="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_";const Yh=new RegExp("["+Gh+"]"),Kh=new RegExp("["+Gh+Xh+"]");Gh=Xh=null;const Qh=[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,68,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,349,41,7,1,79,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,85,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,159,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,264,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,190,0,80,921,103,110,18,195,2637,96,16,1070,4050,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,46,2,18,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,482,44,11,6,17,0,322,29,19,43,1269,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,4152,8,221,3,5761,15,7472,3104,541,1507,4938],Zh=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,154,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,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,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,406,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,19306,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,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,262,6,10,9,357,0,62,13,1495,6,110,6,6,9,4759,9,787719,239];function eg(e,t){let n=65536;for(let r=0,u=t.length;r<u;r+=2){if(n+=t[r],n>e)return!1;if(n+=t[r+1],n>=e)return!0}return!1}function tg(e){return e<65?36===e:e<=90||(e<97?95===e:e<=122||(e<=65535?e>=170&&Yh.test(String.fromCharCode(e)):eg(e,Qh)))}function ng(e){return e<48?36===e:e<58||!(e<65)&&(e<=90||(e<97?95===e:e<=122||(e<=65535?e>=170&&Kh.test(String.fromCharCode(e)):eg(e,Qh)||eg(e,Zh))))}var rg={};Object.defineProperty(rg,"__esModule",{value:!0}),rg.isReservedWord=sg,rg.isStrictReservedWord=ag,rg.isStrictBindOnlyReservedWord=cg,rg.isStrictBindReservedWord=function(e,t){return ag(e,t)||cg(e)},rg.isKeyword=function(e){return ug.has(e)};const ug=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"]),og=new Set(["implements","interface","let","package","private","protected","public","static","yield"]),ig=new Set(["eval","arguments"]);function sg(e,t){return t&&"await"===e||"enum"===e}function ag(e,t){return sg(e,t)||og.has(e)}function cg(e){return ig.has(e)}!function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:function(){return t.isIdentifierName}}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:function(){return t.isIdentifierChar}}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:function(){return t.isIdentifierStart}}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:function(){return n.isReservedWord}}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:function(){return n.isStrictBindOnlyReservedWord}}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:function(){return n.isStrictBindReservedWord}}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:function(){return n.isStrictReservedWord}}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:function(){return n.isKeyword}});var t=Jh,n=rg}(Hh);var lg={exports:{}},pg=/[|\\{}()[\]^$+*?.]/g,fg=function(e){if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(pg,"\\$&")};const dg=rf,hg=(e,t)=>{t=t||zs.argv;const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r<u)},gg=zs.env;let mg;function Dg(e){const t=function(e){if(!1===mg)return 0;if(hg("color=16m")||hg("color=full")||hg("color=truecolor"))return 3;if(hg("color=256"))return 2;if(e&&!e.isTTY&&!0!==mg)return 0;const t=mg?1:0;if("win32"===zs.platform){const e=dg.release().split(".");return Number(zs.versions.node.split(".")[0])>=8&&Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in gg)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some((e=>e in gg))||"codeship"===gg.CI_NAME?1:t;if("TEAMCITY_VERSION"in gg)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(gg.TEAMCITY_VERSION)?1:0;if("truecolor"===gg.COLORTERM)return 3;if("TERM_PROGRAM"in gg){const e=parseInt((gg.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(gg.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(gg.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(gg.TERM)||"COLORTERM"in gg?1:(gg.TERM,t)}(e);return function(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}(t)}hg("no-color")||hg("no-colors")||hg("color=false")?mg=!1:(hg("color")||hg("colors")||hg("color=true")||hg("color=always"))&&(mg=!0),"FORCE_COLOR"in gg&&(mg=0===gg.FORCE_COLOR.length||0!==parseInt(gg.FORCE_COLOR,10));var yg={supportsColor:Dg,stdout:Dg(zs.stdout),stderr:Dg(zs.stderr)};const Eg=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,Ag=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,Cg=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,bg=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,vg=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e",""],["a",""]]);function Fg(e){return"u"===e[0]&&5===e.length||"x"===e[0]&&3===e.length?String.fromCharCode(parseInt(e.slice(1),16)):vg.get(e)||e}function xg(e,t){const n=[],r=t.trim().split(/\s*,\s*/g);let u;for(const t of r)if(isNaN(t)){if(!(u=t.match(Cg)))throw new Error("Invalid Chalk template style argument: ".concat(t," (in style '").concat(e,"')"));n.push(u[2].replace(bg,((e,t,n)=>t?Fg(t):n)))}else n.push(Number(t));return n}function Sg(e){Ag.lastIndex=0;const t=[];let n;for(;null!==(n=Ag.exec(e));){const e=n[1];if(n[2]){const r=xg(e,n[2]);t.push([e].concat(r))}else t.push([e])}return t}function Bg(e,t){const n={};for(const e of t)for(const t of e.styles)n[t[0]]=e.inverse?null:t.slice(1);let r=e;for(const e of Object.keys(n))if(Array.isArray(n[e])){if(!(e in r))throw new Error("Unknown Chalk style: ".concat(e));r=n[e].length>0?r[e].apply(r,n[e]):r[e]}return r}var wg=(e,t)=>{const n=[],r=[];let u=[];if(t.replace(Eg,((t,o,i,s,a,c)=>{if(o)u.push(Fg(o));else if(s){const t=u.join("");u=[],r.push(0===n.length?t:Bg(e,n)(t)),n.push({inverse:i,styles:Sg(s)})}else if(a){if(0===n.length)throw new Error("Found extraneous } in Chalk template literal");r.push(Bg(e,n)(u.join(""))),u=[],n.pop()}else u.push(c)})),r.push(u.join("")),n.length>0){const e="Chalk template literal is missing ".concat(n.length," closing bracket").concat(1===n.length?"":"s"," (`}`)");throw new Error(e)}return r.join("")};!function(e){const t=fg,n=Fp.exports,r=yg.stdout,u=wg,o="win32"===zs.platform&&!(zs.env.TERM||"").toLowerCase().startsWith("xterm"),i=["ansi","ansi","ansi256","ansi16m"],s=new Set(["gray"]),a=Object.create(null);function c(e,t){t=t||{};const n=r?r.level:0;e.level=void 0===t.level?n:t.level,e.enabled="enabled"in t?t.enabled:e.level>0}function l(e){if(!this||!(this instanceof l)||this.template){const t={};return c(t,e),t.template=function(){const e=[].slice.call(arguments);return h.apply(null,[t.template].concat(e))},Object.setPrototypeOf(t,l.prototype),Object.setPrototypeOf(t.template,t),t.template.constructor=l,t.template}c(this,e)}o&&(n.blue.open="");for(const e of Object.keys(n))n[e].closeRe=new RegExp(t(n[e].close),"g"),a[e]={get(){const t=n[e];return f.call(this,this._styles?this._styles.concat(t):[t],this._empty,e)}};a.visible={get(){return f.call(this,this._styles||[],!0,"visible")}},n.color.closeRe=new RegExp(t(n.color.close),"g");for(const e of Object.keys(n.color.ansi))s.has(e)||(a[e]={get(){const t=this.level;return function(){const r={open:n.color[i[t]][e].apply(null,arguments),close:n.color.close,closeRe:n.color.closeRe};return f.call(this,this._styles?this._styles.concat(r):[r],this._empty,e)}}});n.bgColor.closeRe=new RegExp(t(n.bgColor.close),"g");for(const e of Object.keys(n.bgColor.ansi))s.has(e)||(a["bg"+e[0].toUpperCase()+e.slice(1)]={get(){const t=this.level;return function(){const r={open:n.bgColor[i[t]][e].apply(null,arguments),close:n.bgColor.close,closeRe:n.bgColor.closeRe};return f.call(this,this._styles?this._styles.concat(r):[r],this._empty,e)}}});const p=Object.defineProperties((()=>{}),a);function f(e,t,n){const r=function(){return d.apply(r,arguments)};r._styles=e,r._empty=t;const u=this;return Object.defineProperty(r,"level",{enumerable:!0,get:()=>u.level,set(e){u.level=e}}),Object.defineProperty(r,"enabled",{enumerable:!0,get:()=>u.enabled,set(e){u.enabled=e}}),r.hasGrey=this.hasGrey||"gray"===n||"grey"===n,r.__proto__=p,r}function d(){const e=arguments,t=e.length;let r=String(arguments[0]);if(0===t)return"";if(t>1)for(let n=1;n<t;n++)r+=" "+e[n];if(!this.enabled||this.level<=0||!r)return this._empty?"":r;const u=n.dim.open;o&&this.hasGrey&&(n.dim.open="");for(const e of this._styles.slice().reverse())r=e.open+r.replace(e.closeRe,e.open)+e.close,r=r.replace(/\r?\n/g,"".concat(e.close,"$&").concat(e.open));return n.dim.open=u,r}function h(e,t){if(!Array.isArray(t))return[].slice.call(arguments,1).join(" ");const n=[].slice.call(arguments,2),r=[t.raw[0]];for(let e=1;e<t.length;e++)r.push(String(n[e-1]).replace(/[{}\\]/g,"\\$&")),r.push(String(t.raw[e]));return u(e,r.join(""))}Object.defineProperties(l.prototype,a),e.exports=l(),e.exports.supportsColor=r,e.exports.default=e.exports}(lg),Object.defineProperty(Uh,"__esModule",{value:!0}),Uh.default=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Mg(t)?_g(Og(Rg(t)),e):e},Uh.getChalk=Rg,Uh.shouldHighlight=Mg;var Tg=zh,Pg=Hh,Ng=lg.exports;const kg=new Set(["as","async","from","get","of","set"]);function Og(e){return{keyword:e.cyan,capitalized:e.yellow,jsxIdentifier:e.yellow,punctuator:e.yellow,number:e.magenta,string:e.green,regex:e.magenta,comment:e.grey,invalid:e.white.bgRed.bold}}const Ig=/\r\n|[\n\r\u2028\u2029]/,Lg=/^[()[\]{}]$/;let jg;{const e=/^[a-z][\w-]*$/i,t=function(t,n,r){if("name"===t.type){if((0,Pg.isKeyword)(t.value)||(0,Pg.isStrictReservedWord)(t.value,!0)||kg.has(t.value))return"keyword";if(e.test(t.value)&&("<"===r[n-1]||"</"==r.substr(n-2,2)))return"jsxIdentifier";if(t.value[0]!==t.value[0].toLowerCase())return"capitalized"}return"punctuator"===t.type&&Lg.test(t.value)?"bracket":"invalid"!==t.type||"@"!==t.value&&"#"!==t.value?t.type:"punctuator"};jg=function*(e){let n;for(;n=Tg.default.exec(e);){const r=Tg.matchToToken(n);yield{type:t(r,n.index,e),value:r.value}}}}function _g(e,t){let n="";for(const{type:r,value:u}of jg(t)){const t=e[r];n+=t?u.split(Ig).map((e=>t(e))).join("\n"):u}return n}function Mg(e){return!!Ng.supportsColor||e.forceColor}function Rg(e){return e.forceColor?new Ng.constructor({enabled:!0,level:1}):Ng}Object.defineProperty(qh,"__esModule",{value:!0}),qh.codeFrameColumns=zg,qh.default=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};if(!$g){$g=!0;const e="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";zs.emitWarning?zs.emitWarning(e,"DeprecationWarning"):(new Error(e).name="DeprecationWarning",console.warn(new Error(e)))}return zg(e,{start:{column:n=Math.max(n,0),line:t}},r)};var Vg=Uh;let $g=!1;function Wg(e){return{gutter:e.grey,marker:e.red.bold,message:e.red.bold}}const qg=/\r\n|[\n\r\u2028\u2029]/;function Ug(e,t,n){const r=Object.assign({column:0,line:-1},e.start),u=Object.assign({},r,e.end),{linesAbove:o=2,linesBelow:i=3}=n||{},s=r.line,a=r.column,c=u.line,l=u.column;let p=Math.max(s-(o+1),0),f=Math.min(t.length,c+i);-1===s&&(p=0),-1===c&&(f=t.length);const d=c-s,h={};if(d)for(let e=0;e<=d;e++){const n=e+s;if(a)if(0===e){const e=t[n-1].length;h[n]=[a,e-a+1]}else if(e===d)h[n]=[0,l];else{const r=t[n-e].length;h[n]=[0,r]}else h[n]=!0}else h[s]=a===l?!a||[a,0]:[a,l-a];return{start:p,end:f,markerLines:h}}function zg(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=(n.highlightCode||n.forceColor)&&(0,Vg.shouldHighlight)(n),u=(0,Vg.getChalk)(n),o=Wg(u),i=(e,t)=>r?e(t):t,s=e.split(qg),{start:a,end:c,markerLines:l}=Ug(t,s,n),p=t.start&&"number"==typeof t.start.column,f=String(c).length;let d=(r?(0,Vg.default)(e,n):e).split(qg,c).slice(a,c).map(((e,t)=>{const r=a+1+t,u=" ".concat(r).slice(-f),s=" ".concat(u," |"),c=l[r],p=!l[r+1];if(c){let t="";if(Array.isArray(c)){const r=e.slice(0,Math.max(c[0]-1,0)).replace(/[^\t]/g," "),u=c[1]||1;t=["\n ",i(o.gutter,s.replace(/\d/g," "))," ",r,i(o.marker,"^").repeat(u)].join(""),p&&n.message&&(t+=" "+i(o.message,n.message))}return[i(o.marker,">"),i(o.gutter,s),e.length>0?" ".concat(e):"",t].join("")}return" ".concat(i(o.gutter,s)).concat(e.length>0?" ".concat(e):"")})).join("\n");return n.message&&!p&&(d="".concat(" ".repeat(f+1)).concat(n.message,"\n").concat(d)),r?u.reset(d):d}const{ConfigError:Hg}=ap,Jg=Wh,{locStart:Gg,locEnd:Xg}=Jg,Yg=Object.getOwnPropertyNames,Kg=Object.getOwnPropertyDescriptor;function Qg(e){const t={};for(const n of e.plugins)if(n.parsers)for(const e of Yg(n.parsers))Object.defineProperty(t,e,Kg(n.parsers,e));return t}function Zg(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Qg(e);if("function"==typeof e.parser)return{parse:e.parser,astFormat:"estree",locStart:Gg,locEnd:Xg};if("string"==typeof e.parser){if(Object.prototype.hasOwnProperty.call(t,e.parser))return t[e.parser];throw new Hg("Couldn't resolve parser \"".concat(e.parser,'". Parsers must be explicitly added to the standalone bundle.'))}}var em={parse:function(e,t){const n=Qg(t),r=Object.defineProperties({},Object.fromEntries(Object.keys(n).map((e=>[e,{enumerable:!0,get:()=>n[e].parse}])))),u=Zg(t,n);try{return u.preprocess&&(e=u.preprocess(e,t)),{text:e,ast:u.parse(e,r,t)}}catch(t){const{loc:n}=t;if(n){const{codeFrameColumns:r}=qh;throw t.codeFrame=r(e,n,{highlightCode:!0}),t.message+="\n"+t.codeFrame,t}throw t.stack}},resolveParser:Zg};const tm=qc,nm=ul,rm=class{constructor(e,t){(t=t||{}).readChunk||(t.readChunk=1024),t.newLineCharacter?t.newLineCharacter=t.newLineCharacter.charCodeAt(0):t.newLineCharacter=10,this.fd="number"==typeof e?e:rp.openSync(e,"r"),this.options=t,this.newLineCharacter=t.newLineCharacter,this.reset()}_searchInBuffer(e,t){let n=-1;for(let r=0;r<=e.length;r++)if(e[r]===t){n=r;break}return n}reset(){this.eofReached=!1,this.linesCache=[],this.fdPosition=0}close(){rp.closeSync(this.fd),this.fd=null}_extractLines(e){let t;const n=[];let r=0,u=0;for(;;){let o=e[r++];if(o===this.newLineCharacter)t=e.slice(u,r),n.push(t),u=r;else if(void 0===o)break}let o=e.slice(u,r);return o.length&&n.push(o),n}_readChunk(e){let t,n=0;const r=[];do{const e=new yl(this.options.readChunk);t=rp.readSync(this.fd,e,0,this.options.readChunk,this.fdPosition),n+=t,this.fdPosition=this.fdPosition+t,r.push(e)}while(t&&-1===this._searchInBuffer(r[r.length-1],this.options.newLineCharacter));let u=yl.concat(r);return t<this.options.readChunk&&(this.eofReached=!0,u=u.slice(0,n)),n&&(this.linesCache=this._extractLines(u),e&&(this.linesCache[0]=yl.concat([e,this.linesCache[0]]))),n}next(){if(!this.fd)return!1;let e,t=!1;return this.eofReached&&0===this.linesCache.length||(this.linesCache.length||(e=this._readChunk()),this.linesCache.length&&(t=this.linesCache.shift(),t[t.length-1]!==this.newLineCharacter&&(e=this._readChunk(t),e&&(t=this.linesCache.shift()))),this.eofReached&&0===this.linesCache.length&&this.close(),t&&t[t.length-1]===this.newLineCharacter&&(t=t.slice(0,t.length-1))),t}},{UndefinedParserError:um}=ap,{getSupportInfo:om}=Ia,im=_h,{resolveParser:sm}=em,am={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null};function cm(e){const{astFormat:t}=e;if(!t)throw new Error("getPlugin() requires astFormat to be set");const n=e.plugins.find((e=>e.printers&&e.printers[t]));if(!n)throw new Error("Couldn't find plugin for AST format \"".concat(t,'"'));return n}function lm(e,t){const n=nm.basename(e).toLowerCase(),r=om({plugins:t}).languages.filter((e=>null!==e.since));let u=r.find((e=>e.extensions&&e.extensions.some((e=>n.endsWith(e)))||e.filenames&&e.filenames.some((e=>e.toLowerCase()===n))));if(!u&&!n.includes(".")){const t=function(e){if("string"!=typeof e)return"";let t;try{t=tm.openSync(e,"r")}catch{return""}try{const e=new rm(t).next().toString("utf8"),n=e.match(/^#!\/(?:usr\/)?bin\/env\s+(\S+)/);if(n)return n[1];const r=e.match(/^#!\/(?:usr\/(?:local\/)?)?bin\/(\S+)/);return r?r[1]:""}catch{return""}finally{try{tm.closeSync(t)}catch{}}}(e);u=r.find((e=>e.interpreters&&e.interpreters.includes(t)))}return u&&u.parsers[0]}var pm={normalize:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=Object.assign({},e),r=om({plugins:e.plugins,showUnreleased:!0,showDeprecated:!0}).options,u=Object.assign(Object.assign({},am),Object.fromEntries(r.filter((e=>void 0!==e.default)).map((e=>[e.name,e.default]))));if(!n.parser)if(n.filepath){if(n.parser=lm(n.filepath,n.plugins),!n.parser)throw new um("No parser could be inferred for file: ".concat(n.filepath))}else(t.logger||console).warn("No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred."),n.parser="babel";const o=sm(im.normalizeApiOptions(n,[r.find((e=>"parser"===e.name))],{passThrough:!0,logger:!1}));n.astFormat=o.astFormat,n.locEnd=o.locEnd,n.locStart=o.locStart;const i=cm(n);n.printer=i.printers[n.astFormat];const s=Object.fromEntries(r.filter((e=>e.pluginDefaults&&void 0!==e.pluginDefaults[i.name])).map((e=>[e.name,e.pluginDefaults[i.name]]))),a=Object.assign(Object.assign({},u),s);for(const[e,t]of Object.entries(a))null!==n[e]&&void 0!==n[e]||(n[e]=t);return"json"===n.parser&&(n.trailingComma="none"),im.normalizeApiOptions(n,r,Object.assign({passThrough:Object.keys(am)},t))},hiddenDefaults:am,inferParser:lm},fm="function"==typeof Object.create?function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:function(e,t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e};function dm(e,t){var n={seen:[],stylize:gm};return arguments.length>=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),Em(t)?n.showHidden=t:t&&Pm(n,t),bm(n.showHidden)&&(n.showHidden=!1),bm(n.depth)&&(n.depth=2),bm(n.colors)&&(n.colors=!1),bm(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=hm),mm(n,e,n.depth)}function hm(e,t){var n=dm.styles[t];return n?"["+dm.colors[n][0]+"m"+e+"["+dm.colors[n][1]+"m":e}function gm(e,t){return e}function mm(e,t,n){if(e.customInspect&&t&&Bm(t.inspect)&&t.inspect!==dm&&(!t.constructor||t.constructor.prototype!==t)){var r=t.inspect(n,e);return Cm(r)||(r=mm(e,r,n)),r}var u=function(e,t){if(bm(t))return e.stylize("undefined","undefined");if(Cm(t)){var n="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(n,"string")}return"number"==typeof t?e.stylize(""+t,"number"):Em(t)?e.stylize(""+t,"boolean"):Am(t)?e.stylize("null","null"):void 0}(e,t);if(u)return u;var o=Object.keys(t),i=function(e){var t={};return e.forEach((function(e,n){t[e]=!0})),t}(o);if(e.showHidden&&(o=Object.getOwnPropertyNames(t)),Sm(t)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return Dm(t);if(0===o.length){if(Bm(t)){var s=t.name?": "+t.name:"";return e.stylize("[Function"+s+"]","special")}if(vm(t))return e.stylize(RegExp.prototype.toString.call(t),"regexp");if(xm(t))return e.stylize(Date.prototype.toString.call(t),"date");if(Sm(t))return Dm(t)}var a,c,l="",p=!1,f=["{","}"];return a=t,Array.isArray(a)&&(p=!0,f=["[","]"]),Bm(t)&&(l=" [Function"+(t.name?": "+t.name:"")+"]"),vm(t)&&(l=" "+RegExp.prototype.toString.call(t)),xm(t)&&(l=" "+Date.prototype.toUTCString.call(t)),Sm(t)&&(l=" "+Dm(t)),0!==o.length||p&&0!=t.length?n<0?vm(t)?e.stylize(RegExp.prototype.toString.call(t),"regexp"):e.stylize("[Object]","special"):(e.seen.push(t),c=p?function(e,t,n,r,u){for(var o=[],i=0,s=t.length;i<s;++i)Nm(t,String(i))?o.push(ym(e,t,n,r,String(i),!0)):o.push("");return u.forEach((function(u){u.match(/^\d+$/)||o.push(ym(e,t,n,r,u,!0))})),o}(e,t,n,i,o):o.map((function(r){return ym(e,t,n,i,r,p)})),e.seen.pop(),function(e,t,n){return e.reduce((function(e,t){return t.indexOf("\n"),e+t.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60?n[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+n[1]:n[0]+t+" "+e.join(", ")+" "+n[1]}(c,l,f)):f[0]+l+f[1]}function Dm(e){return"["+Error.prototype.toString.call(e)+"]"}function ym(e,t,n,r,u,o){var i,s,a;if((a=Object.getOwnPropertyDescriptor(t,u)||{value:t[u]}).get?s=a.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):a.set&&(s=e.stylize("[Setter]","special")),Nm(r,u)||(i="["+u+"]"),s||(e.seen.indexOf(a.value)<0?(s=Am(n)?mm(e,a.value,null):mm(e,a.value,n-1)).indexOf("\n")>-1&&(s=o?s.split("\n").map((function(e){return" "+e})).join("\n").substr(2):"\n"+s.split("\n").map((function(e){return" "+e})).join("\n")):s=e.stylize("[Circular]","special")),bm(i)){if(o&&u.match(/^\d+$/))return s;(i=JSON.stringify(""+u)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(i=i.substr(1,i.length-2),i=e.stylize(i,"name")):(i=i.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),i=e.stylize(i,"string"))}return i+": "+s}function Em(e){return"boolean"==typeof e}function Am(e){return null===e}function Cm(e){return"string"==typeof e}function bm(e){return void 0===e}function vm(e){return Fm(e)&&"[object RegExp]"===Tm(e)}function Fm(e){return"object"==typeof e&&null!==e}function xm(e){return Fm(e)&&"[object Date]"===Tm(e)}function Sm(e){return Fm(e)&&("[object Error]"===Tm(e)||e instanceof Error)}function Bm(e){return"function"==typeof e}function wm(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e}function Tm(e){return Object.prototype.toString.call(e)}function Pm(e,t){if(!t||!Fm(t))return e;for(var n=Object.keys(t),r=n.length;r--;)e[n[r]]=t[n[r]];return e}function Nm(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function km(e,t){if(e===t)return 0;for(var n=e.length,r=t.length,u=0,o=Math.min(n,r);u<o;++u)if(e[u]!==t[u]){n=e[u],r=t[u];break}return n<r?-1:r<n?1:0}dm.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},dm.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};var Om,Im=Object.prototype.hasOwnProperty,Lm=Object.keys||function(e){var t=[];for(var n in e)Im.call(e,n)&&t.push(n);return t},jm=Array.prototype.slice;function _m(){return void 0!==Om?Om:Om="foo"===function(){}.name}function Mm(e){return Object.prototype.toString.call(e)}function Rm(e){return!tp(e)&&"function"==typeof As.ArrayBuffer&&("function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(e):!!e&&(e instanceof DataView||!!(e.buffer&&e.buffer instanceof ArrayBuffer)))}function Vm(e,t){e||Hm(e,!0,t,"==",Jm)}var $m=/\s*function\s+([^\(\s]*)\s*/;function Wm(e){if(Bm(e)){if(_m())return e.name;var t=e.toString().match($m);return t&&t[1]}}function qm(e){this.name="AssertionError",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,e.message?(this.message=e.message,this.generatedMessage=!1):(this.message=function(e){return Um(zm(e.actual),128)+" "+e.operator+" "+Um(zm(e.expected),128)}(this),this.generatedMessage=!0);var t=e.stackStartFunction||Hm;if(Error.captureStackTrace)Error.captureStackTrace(this,t);else{var n=new Error;if(n.stack){var r=n.stack,u=Wm(t),o=r.indexOf("\n"+u);if(o>=0){var i=r.indexOf("\n",o+1);r=r.substring(i+1)}this.stack=r}}}function Um(e,t){return"string"==typeof e?e.length<t?e:e.slice(0,t):e}function zm(e){if(_m()||!Bm(e))return dm(e);var t=Wm(e);return"[Function"+(t?": "+t:"")+"]"}function Hm(e,t,n,r,u){throw new qm({message:n,actual:e,expected:t,operator:r,stackStartFunction:u})}function Jm(e,t){e||Hm(e,!0,t,"==",Jm)}function Gm(e,t,n){e!=t&&Hm(e,t,n,"==",Gm)}function Xm(e,t,n){e==t&&Hm(e,t,n,"!=",Xm)}function Ym(e,t,n){Qm(e,t,!1)||Hm(e,t,n,"deepEqual",Ym)}function Km(e,t,n){Qm(e,t,!0)||Hm(e,t,n,"deepStrictEqual",Km)}function Qm(e,t,n,r){if(e===t)return!0;if(tp(e)&&tp(t))return 0===km(e,t);if(xm(e)&&xm(t))return e.getTime()===t.getTime();if(vm(e)&&vm(t))return e.source===t.source&&e.global===t.global&&e.multiline===t.multiline&&e.lastIndex===t.lastIndex&&e.ignoreCase===t.ignoreCase;if(null!==e&&"object"==typeof e||null!==t&&"object"==typeof t){if(Rm(e)&&Rm(t)&&Mm(e)===Mm(t)&&!(e instanceof Float32Array||e instanceof Float64Array))return 0===km(new Uint8Array(e.buffer),new Uint8Array(t.buffer));if(tp(e)!==tp(t))return!1;var u=(r=r||{actual:[],expected:[]}).actual.indexOf(e);return-1!==u&&u===r.expected.indexOf(t)||(r.actual.push(e),r.expected.push(t),function(e,t,n,r){if(null==e||null==t)return!1;if(wm(e)||wm(t))return e===t;if(n&&Object.getPrototypeOf(e)!==Object.getPrototypeOf(t))return!1;var u=Zm(e),o=Zm(t);if(u&&!o||!u&&o)return!1;if(u)return Qm(e=jm.call(e),t=jm.call(t),n);var i,s,a=Lm(e),c=Lm(t);if(a.length!==c.length)return!1;for(a.sort(),c.sort(),s=a.length-1;s>=0;s--)if(a[s]!==c[s])return!1;for(s=a.length-1;s>=0;s--)if(!Qm(e[i=a[s]],t[i],n,r))return!1;return!0}(e,t,n,r))}return n?e===t:e==t}function Zm(e){return"[object Arguments]"==Object.prototype.toString.call(e)}function eD(e,t,n){Qm(e,t,!1)&&Hm(e,t,n,"notDeepEqual",eD)}function tD(e,t,n){Qm(e,t,!0)&&Hm(e,t,n,"notDeepStrictEqual",tD)}function nD(e,t,n){e!==t&&Hm(e,t,n,"===",nD)}function rD(e,t,n){e===t&&Hm(e,t,n,"!==",rD)}function uD(e,t){if(!e||!t)return!1;if("[object RegExp]"==Object.prototype.toString.call(t))return t.test(e);try{if(e instanceof t)return!0}catch(e){}return!Error.isPrototypeOf(t)&&!0===t.call({},e)}function oD(e,t,n,r){var u;if("function"!=typeof t)throw new TypeError('"block" argument must be a function');"string"==typeof n&&(r=n,n=null),u=function(e){var t;try{e()}catch(e){t=e}return t}(t),r=(n&&n.name?" ("+n.name+").":".")+(r?" "+r:"."),e&&!u&&Hm(u,n,"Missing expected exception"+r);var o="string"==typeof r,i=!e&&u&&!n;if((!e&&Sm(u)&&o&&uD(u,n)||i)&&Hm(u,n,"Got unwanted exception"+r),e&&u&&n&&!uD(u,n)||!e&&u)throw u}function iD(e,t,n){oD(!0,e,t,n)}function sD(e,t,n){oD(!1,e,t,n)}function aD(e){if(e)throw e}Vm.AssertionError=qm,fm(qm,Error),Vm.fail=Hm,Vm.ok=Jm,Vm.equal=Gm,Vm.notEqual=Xm,Vm.deepEqual=Ym,Vm.deepStrictEqual=Km,Vm.notDeepEqual=eD,Vm.notDeepStrictEqual=tD,Vm.strictEqual=nD,Vm.notStrictEqual=rD,Vm.throws=iD,Vm.doesNotThrow=sD,Vm.ifError=aD;var cD=t(Object.freeze({__proto__:null,default:Vm,AssertionError:qm,fail:Hm,ok:Jm,assert:Jm,equal:Gm,notEqual:Xm,deepEqual:Ym,deepStrictEqual:Km,notDeepEqual:eD,notDeepStrictEqual:tD,strictEqual:nD,notStrictEqual:rD,throws:iD,doesNotThrow:sD,ifError:aD}));const lD=cD,{builders:{line:pD,hardline:fD,breakParent:dD,indent:hD,lineSuffix:gD,join:mD,cursor:DD}}=Wc,{hasNewline:yD,skipNewline:ED,skipSpaces:AD,isPreviousLineEmpty:CD,addLeadingComment:bD,addDanglingComment:vD,addTrailingComment:FD}=nc,xD=new WeakMap;function SD(e,t,n){if(!e)return;const{printer:r,locStart:u,locEnd:o}=t;if(n){if(r.canAttachComment&&r.canAttachComment(e)){let t;for(t=n.length-1;t>=0&&!(u(n[t])<=u(e)&&o(n[t])<=o(e));--t);return void n.splice(t+1,0,e)}}else if(xD.has(e))return xD.get(e);const i=r.getCommentChildNodes&&r.getCommentChildNodes(e,t)||"object"==typeof e&&Object.entries(e).filter((e=>{let[t]=e;return"enclosingNode"!==t&&"precedingNode"!==t&&"followingNode"!==t&&"tokens"!==t&&"comments"!==t})).map((e=>{let[,t]=e;return t}));if(i){n||(n=[],xD.set(e,n));for(const e of i)SD(e,t,n);return n}}function BD(e,t,n,r){const{locStart:u,locEnd:o}=n,i=u(t),s=o(t),a=SD(e,n);let c,l,p=0,f=a.length;for(;p<f;){const e=p+f>>1,r=a[e],d=u(r),h=o(r);if(d<=i&&s<=h)return BD(r,t,n,r);if(h<=i)c=r,p=e+1;else{if(!(s<=d))throw new Error("Comment location overlaps with node location");l=r,f=e}}if(r&&"TemplateLiteral"===r.type){const{quasis:e}=r,u=ID(e,t,n);c&&ID(e,c,n)!==u&&(c=null),l&&ID(e,l,n)!==u&&(l=null)}return{enclosingNode:r,precedingNode:c,followingNode:l}}const wD=()=>!1,TD=e=>!/[\S\n\u2028\u2029]/.test(e);function PD(e,t,n,r){const{comment:u,precedingNode:o}=n[r],{locStart:i,locEnd:s}=t;let a=i(u);if(o)for(let t=r-1;t>=0;t--){const{comment:r,precedingNode:u}=n[t];if(u!==o||!TD(e.slice(s(r),a)))break;a=i(r)}return yD(e,a,{backwards:!0})}function ND(e,t,n,r){const{comment:u,followingNode:o}=n[r],{locStart:i,locEnd:s}=t;let a=s(u);if(o)for(let t=r+1;t<n.length;t++){const{comment:r,followingNode:u}=n[t];if(u!==o||!TD(e.slice(a,i(r))))break;a=s(r)}return yD(e,a)}function kD(e,t,n){const r=e.length;if(0===r)return;const{precedingNode:u,followingNode:o,enclosingNode:i}=e[0],s=n.printer.getGapRegex&&n.printer.getGapRegex(i)||/^[\s(]*$/;let a,c=n.locStart(o);for(a=r;a>0;--a){const{comment:r,precedingNode:i,followingNode:l}=e[a-1];lD.strictEqual(i,u),lD.strictEqual(l,o);const p=t.slice(n.locEnd(r),c);if(!s.test(p))break;c=n.locStart(r)}for(const[t,{comment:n}]of e.entries())t<a?FD(u,n):bD(o,n);for(const e of[u,o])e.comments&&e.comments.length>1&&e.comments.sort(((e,t)=>n.locStart(e)-n.locStart(t)));e.length=0}function OD(e,t){return e.getValue().printed=!0,t.printer.printComment(e,t)}function ID(e,t,n){const r=n.locStart(t)-1;for(let t=1;t<e.length;++t)if(r<n.locStart(e[t]))return t-1;return 0}function LD(e,t,n){const r=e.getValue();if(!r)return{};let u=r.comments||[];n&&(u=u.filter((e=>!n.has(e))));const o=r===t.cursorNode;if(0===u.length){const e=o?DD:"";return{leading:e,trailing:e}}const i=[],s=[];return e.each((()=>{const r=e.getValue();if(n&&n.has(r))return;const{leading:u,trailing:o}=r;u?i.push(function(e,t){const n=e.getValue(),r=[OD(e,t)],{printer:u,originalText:o,locStart:i,locEnd:s}=t;if(u.isBlockComment&&u.isBlockComment(n)){const e=yD(o,s(n))?yD(o,i(n),{backwards:!0})?fD:pD:" ";r.push(e)}else r.push(fD);const a=ED(o,AD(o,s(n)));return!1!==a&&yD(o,a)&&r.push(fD),r}(e,t)):o&&s.push(function(e,t){const n=e.getValue(),r=OD(e,t),{printer:u,originalText:o,locStart:i}=t,s=u.isBlockComment&&u.isBlockComment(n);if(yD(o,i(n),{backwards:!0})){const e=CD(o,n,i);return gD([fD,e?fD:"",r])}let a=[" ",r];return s||(a=[gD(a),dD]),a}(e,t))}),"comments"),o&&(i.unshift(DD),s.push(DD)),{leading:i,trailing:s}}var jD={attach:function(e,t,n,r){if(!Array.isArray(e))return;const u=[],{locStart:o,locEnd:i,printer:{handleComments:s={}}}=r,{avoidAstMutation:a,ownLine:c=wD,endOfLine:l=wD,remaining:p=wD}=s,f=e.map(((u,o)=>Object.assign(Object.assign({},BD(t,u,r)),{},{comment:u,text:n,options:r,ast:t,isLastComment:e.length-1===o})));for(const[e,t]of f.entries()){const{comment:n,precedingNode:r,enclosingNode:s,followingNode:d,text:h,options:g,ast:m,isLastComment:D}=t;if("json"===g.parser||"json5"===g.parser||"__js_expression"===g.parser||"__vue_expression"===g.parser){if(o(n)-o(m)<=0){bD(m,n);continue}if(i(n)-i(m)>=0){FD(m,n);continue}}let y;if(a?y=[t]:(n.enclosingNode=s,n.precedingNode=r,n.followingNode=d,y=[n,h,g,m,D]),PD(h,g,f,e))n.placement="ownLine",c(...y)||(d?bD(d,n):r?FD(r,n):vD(s||m,n));else if(ND(h,g,f,e))n.placement="endOfLine",l(...y)||(r?FD(r,n):d?bD(d,n):vD(s||m,n));else if(n.placement="remaining",p(...y));else if(r&&d){const e=u.length;e>0&&u[e-1].followingNode!==d&&kD(u,h,g),u.push(t)}else r?FD(r,n):d?bD(d,n):vD(s||m,n)}if(kD(u,n,r),!a)for(const t of e)delete t.precedingNode,delete t.enclosingNode,delete t.followingNode},printComments:function(e,t,n,r){const{leading:u,trailing:o}=LD(e,n,r);return u||o?[u,t,o]:t},printCommentsSeparately:LD,printDanglingComments:function(e,t,n,r){const u=[],o=e.getValue();return o&&o.comments?(e.each((()=>{const n=e.getValue();n.leading||n.trailing||r&&!r(n)||u.push(OD(e,t))}),"comments"),0===u.length?"":n?mD(fD,u):hD([fD,mD(fD,u)])):""},getSortedChildNodes:SD,ensureAllCommentsPrinted:function(e){if(e)for(const t of e){if(!t.printed)throw new Error('Comment "'+t.value.trim()+'" was not printed. Please report this error!');delete t.printed}}};const _D=ni;function MD(e,t){const n=RD(e.stack,t);return-1===n?null:e.stack[n]}function RD(e,t){for(let n=e.length-1;n>=0;n-=2){const r=e[n];if(r&&!Array.isArray(r)&&--t<0)return n}return-1}const{utils:{stripTrailingHardline:VD}}=Wc,{normalize:$D}=pm,WD=jD;var qD={printSubtree:function(e,t,n,r){if(n.printer.embed&&"auto"===n.embeddedLanguageFormatting)return n.printer.embed(e,t,((e,t,u)=>function(e,t,n,r){let{stripTrailingHardline:u=!1}=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};const o=$D(Object.assign(Object.assign(Object.assign({},n),t),{},{parentParser:n.parser,originalText:e}),{passThrough:!0}),i=em.parse(e,o),{ast:s}=i;e=i.text;const a=s.comments;delete s.comments,WD.attach(a,s,e,o),o[Symbol.for("comments")]=a||[],o[Symbol.for("tokens")]=s.tokens||[];const c=r(s,o);return WD.ensureAllCommentsPrinted(a),u?"string"==typeof c?c.replace(/(?:\r?\n)*$/,""):VD(c):c}(e,t,n,r,u)),n)}};const UD=class{constructor(e){this.stack=[e]}getName(){const{stack:e}=this,{length:t}=e;return t>1?e[t-2]:null}getValue(){return _D(this.stack)}getNode(){return MD(this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:0)}getParentNode(){return MD(this,(arguments.length>0&&void 0!==arguments[0]?arguments[0]:0)+1)}call(e){const{stack:t}=this,{length:n}=t;let r=_D(t);for(var u=arguments.length,o=new Array(u>1?u-1:0),i=1;i<u;i++)o[i-1]=arguments[i];for(const e of o)r=r[e],t.push(e,r);const s=e(this);return t.length=n,s}callParent(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;const n=RD(this.stack,t+1),r=this.stack.splice(n+1),u=e(this);return this.stack.push(...r),u}each(e){const{stack:t}=this,{length:n}=t;let r=_D(t);for(var u=arguments.length,o=new Array(u>1?u-1:0),i=1;i<u;i++)o[i-1]=arguments[i];for(const e of o)r=r[e],t.push(e,r);for(let n=0;n<r.length;++n)t.push(n,r[n]),e(this,n,r),t.length-=2;t.length=n}map(e){const t=[];for(var n=arguments.length,r=new Array(n>1?n-1:0),u=1;u<n;u++)r[u-1]=arguments[u];return this.each(((n,r,u)=>{t[r]=e(n,r,u)}),...r),t}try(e){const{stack:t}=this,n=[...t];try{return e()}finally{t.length=0,t.push(...n)}}match(){let e=this.stack.length-1,t=null,n=this.stack[e--];for(var r=arguments.length,u=new Array(r),o=0;o<r;o++)u[o]=arguments[o];for(const r of u){if(void 0===n)return!1;let u=null;if("number"==typeof t&&(u=t,t=this.stack[e--],n=this.stack[e--]),r&&!r(n,t,u))return!1;t=this.stack[e--],n=this.stack[e--]}return!0}findAncestor(e){let t=this.stack.length-1,n=null,r=this.stack[t--];for(;r;){let u=null;if("number"==typeof n&&(u=n,n=this.stack[t--],r=this.stack[t--]),null!==n&&e(r,n,u))return r;n=this.stack[t--],r=this.stack[t--]}}},{builders:{hardline:zD,addAlignmentToDoc:HD},utils:{propagateBreaks:JD}}=Wc,{printComments:GD}=jD,XD=qD;function YD(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const{printer:r}=t;r.preprocess&&(e=r.preprocess(e,t));const u=new Map,o=new UD(e);let i=s();return n>0&&(i=HD([zD,i],n,t.tabWidth)),JD(i),i;function s(e,t){return void 0===e||e===o?a(t):Array.isArray(e)?o.call((()=>a(t)),...e):o.call((()=>a(t)),e)}function a(e){const n=o.getValue(),r=n&&"object"==typeof n&&void 0===e;if(r&&u.has(n))return u.get(n);const i=KD(o,t,s,e);return r&&u.set(n,i),i}}function KD(t,n,r,u){const o=t.getValue(),{printer:i}=n;let s,a;if(i.hasPrettierIgnore&&i.hasPrettierIgnore(t))({doc:s,printedComments:a}=function(e,t){const{originalText:n,[Symbol.for("comments")]:r,locStart:u,locEnd:o}=t,i=u(e),s=o(e),a=new Set;for(const e of r)u(e)>=i&&o(e)<=s&&(e.printed=!0,a.add(e));return{doc:n.slice(i,s),printedComments:a}}(o,n));else{if(o)try{s=XD.printSubtree(t,r,n,YD)}catch(t){if(e.PRETTIER_DEBUG)throw t}s||(s=i.print(t,n,r,u))}return i.willPrintOwnComments&&i.willPrintOwnComments(t,n)||(s=GD(t,s,n,a)),s}var QD=YD;const ZD=cD,ey=jD;function ty(e){let t=e.length-1;for(;;){const n=e[t];if(!n||"Program"!==n.type&&"File"!==n.type)break;t--}return e.slice(0,t+1)}function ny(e,t,n,r){let u=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[],o=arguments.length>5?arguments[5]:void 0;const{locStart:i,locEnd:s}=n,a=i(e),c=s(e);if(!(t>c||t<a||"rangeEnd"===o&&t===a||"rangeStart"===o&&t===c)){for(const i of ey.getSortedChildNodes(e,n)){const s=ny(i,t,n,r,[e,...u],o);if(s)return s}return!r||r(e,u[0])?{node:e,parentNodes:u}:void 0}}const ry=new Set(["ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),uy=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]);function oy(e,t,n){if(!t)return!1;switch(e.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"espree":case"meriyah":case"__babel_estree":return function(e,t){return"DeclareExportDeclaration"!==t&&"TypeParameterDeclaration"!==e&&("Directive"===e||"TypeAlias"===e||"TSExportAssignment"===e||e.startsWith("Declare")||e.startsWith("TSDeclare")||e.endsWith("Statement")||e.endsWith("Declaration"))}(t.type,n&&n.type);case"json":case"json5":case"json-stringify":return ry.has(t.type);case"graphql":return uy.has(t.kind);case"vue":return"root"!==t.tag}return!1}var iy={calculateRange:function(e,t,n){let{rangeStart:r,rangeEnd:u,locStart:o,locEnd:i}=t;ZD.ok(u>r);const s=e.slice(r,u).search(/\S/),a=-1===s;if(!a)for(r+=s;u>r&&!/\S/.test(e[u-1]);--u);const c=ny(n,r,t,((e,n)=>oy(t,e,n)),[],"rangeStart"),l=a?c:ny(n,u,t,(e=>oy(t,e)),[],"rangeEnd");if(!c||!l)return{rangeStart:0,rangeEnd:0};let p,f;if((e=>{let{parser:t}=e;return"json"===t||"json5"===t||"json-stringify"===t})(t)){const e=function(e,t){const n=[e.node,...e.parentNodes],r=new Set([t.node,...t.parentNodes]);return n.find((e=>ry.has(e.type)&&r.has(e)))}(c,l);p=e,f=e}else({startNode:p,endNode:f}=function(e,t,n){let{locStart:r,locEnd:u}=n,o=e.node,i=t.node;if(o===i)return{startNode:o,endNode:i};const s=r(e.node);for(const e of ty(t.parentNodes)){if(!(r(e)>=s))break;i=e}const a=u(t.node);for(const t of ty(e.parentNodes)){if(!(u(t)<=a))break;o=t}return{startNode:o,endNode:i}}(c,l,t));return{rangeStart:Math.min(o(p),o(f)),rangeEnd:Math.max(i(p),i(f))}},findNodeAtOffset:ny};const sy=u,{printer:{printDocToString:ay},debug:{printDocToDebug:cy}}=Wc,{getAlignmentSize:ly}=nc,{guessEndOfLine:py,convertEndOfLineToChars:fy,countEndOfLineChars:dy,normalizeEndOfLine:hy}=rc,gy=pm.normalize,my=function e(t,n,r){if(Array.isArray(t))return t.map((t=>e(t,n,r))).filter(Boolean);if(!t||"object"!=typeof t)return t;const u=n.printer.massageAstNode;let o;o=u&&u.ignoredProperties?u.ignoredProperties:new Set;const i={};for(const[r,u]of Object.entries(t))o.has(r)||"function"==typeof u||(i[r]=e(u,n,t));if(u){const e=u(t,i,r);if(null===e)return;if(e)return e}return i},Dy=jD,yy=em,Ey=QD,Ay=iy,Cy=Symbol("cursor");function by(e,t,n){const r=t.comments;return r&&(delete t.comments,Dy.attach(r,t,e,n)),n[Symbol.for("comments")]=r||[],n[Symbol.for("tokens")]=t.tokens||[],n.originalText=e,r}function vy(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;if(!e||0===e.trim().length)return{formatted:"",cursorOffset:-1,comments:[]};const{ast:r,text:u}=yy.parse(e,t);if(t.cursorOffset>=0){const e=Ay.findNodeAtOffset(r,t.cursorOffset,t);e&&e.node&&(t.cursorNode=e.node)}const o=by(u,r,t),i=Ey(r,t,n),s=ay(i,t);if(Dy.ensureAllCommentsPrinted(o),n>0){const e=s.formatted.trim();void 0!==s.cursorNodeStart&&(s.cursorNodeStart-=s.formatted.indexOf(e)),s.formatted=e+fy(t.endOfLine)}if(t.cursorOffset>=0){let e,n,r,i,a;if(t.cursorNode&&s.cursorNodeText?(e=t.locStart(t.cursorNode),n=u.slice(e,t.locEnd(t.cursorNode)),r=t.cursorOffset-e,i=s.cursorNodeStart,a=s.cursorNodeText):(e=0,n=u,r=t.cursorOffset,i=0,a=s.formatted),n===a)return{formatted:s.formatted,cursorOffset:i+r,comments:o};const c=[...n];c.splice(r,0,Cy);const l=[...a],p=sy.diffArrays(c,l);let f=i;for(const e of p)if(e.removed){if(e.value.includes(Cy))break}else f+=e.count;return{formatted:s.formatted,cursorOffset:f,comments:o}}return{formatted:s.formatted,cursorOffset:-1,comments:o}}function Fy(e,t,n){return"number"!=typeof t||Number.isNaN(t)||t<0||t>e.length?n:t}function xy(e,t){let{cursorOffset:n,rangeStart:r,rangeEnd:u}=t;return n=Fy(e,n,-1),r=Fy(e,r,0),u=Fy(e,u,e.length),Object.assign(Object.assign({},t),{},{cursorOffset:n,rangeStart:r,rangeEnd:u})}function Sy(e,t){let{cursorOffset:n,rangeStart:r,rangeEnd:u,endOfLine:o}=xy(e,t);const i="\ufeff"===e.charAt(0);if(i&&(e=e.slice(1),n--,r--,u--),"auto"===o&&(o=py(e)),e.includes("\r")){const t=t=>dy(e.slice(0,Math.max(t,0)),"\r\n");n-=t(n),r-=t(r),u-=t(u),e=hy(e)}return{hasBOM:i,text:e,options:xy(e,Object.assign(Object.assign({},t),{},{cursorOffset:n,rangeStart:r,rangeEnd:u,endOfLine:o}))}}function By(e,t){const n=yy.resolveParser(t);return!n.hasPragma||n.hasPragma(e)}function wy(e,t){let n,{hasBOM:r,text:u,options:o}=Sy(e,gy(t));return o.rangeStart>=o.rangeEnd&&""!==u||o.requirePragma&&!By(u,o)?{formatted:e,cursorOffset:t.cursorOffset,comments:[]}:(o.rangeStart>0||o.rangeEnd<u.length?n=function(e,t){const{ast:n,text:r}=yy.parse(e,t),{rangeStart:u,rangeEnd:o}=Ay.calculateRange(r,t,n),i=r.slice(u,o),s=Math.min(u,r.lastIndexOf("\n",u)+1),a=r.slice(s,u).match(/^\s*/)[0],c=ly(a,t.tabWidth),l=vy(i,Object.assign(Object.assign({},t),{},{rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>u&&t.cursorOffset<=o?t.cursorOffset-u:-1,endOfLine:"lf"}),c),p=l.formatted.trimEnd();let{cursorOffset:f}=t;f>o?f+=p.length-i.length:l.cursorOffset>=0&&(f=l.cursorOffset+u);let d=r.slice(0,u)+p+r.slice(o);if("lf"!==t.endOfLine){const e=fy(t.endOfLine);f>=0&&"\r\n"===e&&(f+=dy(d.slice(0,f),"\n")),d=d.replace(/\n/g,e)}return{formatted:d,cursorOffset:f,comments:l.comments}}(u,o):(!o.requirePragma&&o.insertPragma&&o.printer.insertPragma&&!By(u,o)&&(u=o.printer.insertPragma(u)),n=vy(u,o)),r&&(n.formatted="\ufeff"+n.formatted,n.cursorOffset>=0&&n.cursorOffset++),n)}var Ty={formatWithCursor:wy,parse(e,t,n){const{text:r,options:u}=Sy(e,gy(t)),o=yy.parse(r,u);return n&&(o.ast=my(o.ast,u)),o},formatAST(e,t){t=gy(t);const n=Ey(e,t);return ay(n,t)},formatDoc:(e,t)=>wy(cy(e),Object.assign(Object.assign({},t),{},{parser:"__js_expression"})).formatted,printToDoc(e,t){t=gy(t);const{ast:n,text:r}=yy.parse(e,t);return by(r,n,t),Ey(n,t)},printDocToString:(e,t)=>ay(e,gy(t))};const{getMaxContinuousCount:Py,getStringWidth:Ny,getAlignmentSize:ky,getIndentSize:Oy,skip:Iy,skipWhitespace:Ly,skipSpaces:jy,skipNewline:_y,skipToLineEnd:My,skipEverythingButNewLine:Ry,skipInlineComment:Vy,skipTrailingComment:$y,hasNewline:Wy,hasNewlineInRange:qy,hasSpaces:Uy,isNextLineEmpty:zy,isNextLineEmptyAfterIndex:Hy,isPreviousLineEmpty:Jy,getNextNonSpaceNonCommentCharacterIndex:Gy,makeString:Xy,addLeadingComment:Yy,addDanglingComment:Ky,addTrailingComment:Qy}=nc;var Zy={getMaxContinuousCount:Py,getStringWidth:Ny,getAlignmentSize:ky,getIndentSize:Oy,skip:Iy,skipWhitespace:Ly,skipSpaces:jy,skipNewline:_y,skipToLineEnd:My,skipEverythingButNewLine:Ry,skipInlineComment:Vy,skipTrailingComment:$y,hasNewline:Wy,hasNewlineInRange:qy,hasSpaces:Uy,isNextLineEmpty:zy,isNextLineEmptyAfterIndex:Hy,isPreviousLineEmpty:Jy,getNextNonSpaceNonCommentCharacterIndex:Gy,makeString:Xy,addLeadingComment:Yy,addDanglingComment:Ky,addTrailingComment:Qy};const eE=["languageId"];var tE=function(e,t){const{languageId:n}=e,r=ri(e,eE);return Object.assign(Object.assign({linguistLanguageId:n},r),t(e))},nE={},rE={exports:{}};!function(){function e(e){if(null==e)return!1;switch(e.type){case"BlockStatement":case"BreakStatement":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"ForInStatement":case"ForStatement":case"IfStatement":case"LabeledStatement":case"ReturnStatement":case"SwitchStatement":case"ThrowStatement":case"TryStatement":case"VariableDeclaration":case"WhileStatement":case"WithStatement":return!0}return!1}function t(e){switch(e.type){case"IfStatement":return null!=e.alternate?e.alternate:e.consequent;case"LabeledStatement":case"ForStatement":case"ForInStatement":case"WhileStatement":case"WithStatement":return e.body}return null}rE.exports={isExpression:function(e){if(null==e)return!1;switch(e.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"CallExpression":case"ConditionalExpression":case"FunctionExpression":case"Identifier":case"Literal":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"ObjectExpression":case"SequenceExpression":case"ThisExpression":case"UnaryExpression":case"UpdateExpression":return!0}return!1},isStatement:e,isIterationStatement:function(e){if(null==e)return!1;switch(e.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":return!0}return!1},isSourceElement:function(t){return e(t)||null!=t&&"FunctionDeclaration"===t.type},isProblematicIfStatement:function(e){var n;if("IfStatement"!==e.type)return!1;if(null==e.alternate)return!1;n=e.consequent;do{if("IfStatement"===n.type&&null==n.alternate)return!0;n=t(n)}while(n);return!1},trailingStatement:t}}();var uE={exports:{}};!function(){var e,t,n,r,u,o;function i(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(Math.floor((e-65536)/1024)+55296)+String.fromCharCode((e-65536)%1024+56320)}for(t={NonAsciiIdentifierStart:/[\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\u0561-\u0587\u05D0-\u05EA\u05F0-\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\u08A0-\u08B4\u08B6-\u08BD\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\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\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\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\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\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-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\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\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\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\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\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-\uAB65\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]/,NonAsciiIdentifierPart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\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\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\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\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/},e={NonAsciiIdentifierStart:/[\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\u0561-\u0587\u05D0-\u05EA\u05F0-\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\u08A0-\u08B4\u08B6-\u08BD\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\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\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\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\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\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-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\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-\u2C2E\u2C30-\u2C5E\u2C60-\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-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\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-\uAB65\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]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,NonAsciiIdentifierPart:/[\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\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\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\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\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/},n=[5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279],r=new Array(128),o=0;o<128;++o)r[o]=o>=97&&o<=122||o>=65&&o<=90||36===o||95===o;for(u=new Array(128),o=0;o<128;++o)u[o]=o>=97&&o<=122||o>=65&&o<=90||o>=48&&o<=57||36===o||95===o;uE.exports={isDecimalDigit:function(e){return 48<=e&&e<=57},isHexDigit:function(e){return 48<=e&&e<=57||97<=e&&e<=102||65<=e&&e<=70},isOctalDigit:function(e){return e>=48&&e<=55},isWhiteSpace:function(e){return 32===e||9===e||11===e||12===e||160===e||e>=5760&&n.indexOf(e)>=0},isLineTerminator:function(e){return 10===e||13===e||8232===e||8233===e},isIdentifierStartES5:function(e){return e<128?r[e]:t.NonAsciiIdentifierStart.test(i(e))},isIdentifierPartES5:function(e){return e<128?u[e]:t.NonAsciiIdentifierPart.test(i(e))},isIdentifierStartES6:function(t){return t<128?r[t]:e.NonAsciiIdentifierStart.test(i(t))},isIdentifierPartES6:function(t){return t<128?u[t]:e.NonAsciiIdentifierPart.test(i(t))}}}();var oE={exports:{}};!function(){var e=uE.exports;function t(e,t){return!(!t&&"yield"===e)&&n(e,t)}function n(e,t){if(t&&function(e){switch(e){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"let":return!0;default:return!1}}(e))return!0;switch(e.length){case 2:return"if"===e||"in"===e||"do"===e;case 3:return"var"===e||"for"===e||"new"===e||"try"===e;case 4:return"this"===e||"else"===e||"case"===e||"void"===e||"with"===e||"enum"===e;case 5:return"while"===e||"break"===e||"catch"===e||"throw"===e||"const"===e||"yield"===e||"class"===e||"super"===e;case 6:return"return"===e||"typeof"===e||"delete"===e||"switch"===e||"export"===e||"import"===e;case 7:return"default"===e||"finally"===e||"extends"===e;case 8:return"function"===e||"continue"===e||"debugger"===e;case 10:return"instanceof"===e;default:return!1}}function r(e,n){return"null"===e||"true"===e||"false"===e||t(e,n)}function u(e,t){return"null"===e||"true"===e||"false"===e||n(e,t)}function o(t){var n,r,u;if(0===t.length)return!1;if(u=t.charCodeAt(0),!e.isIdentifierStartES5(u))return!1;for(n=1,r=t.length;n<r;++n)if(u=t.charCodeAt(n),!e.isIdentifierPartES5(u))return!1;return!0}function i(t){var n,r,u,o,i;if(0===t.length)return!1;for(i=e.isIdentifierStartES6,n=0,r=t.length;n<r;++n){if(55296<=(u=t.charCodeAt(n))&&u<=56319){if(++n>=r)return!1;if(!(56320<=(o=t.charCodeAt(n))&&o<=57343))return!1;u=1024*(u-55296)+(o-56320)+65536}if(!i(u))return!1;i=e.isIdentifierPartES6}return!0}oE.exports={isKeywordES5:t,isKeywordES6:n,isReservedWordES5:r,isReservedWordES6:u,isRestrictedWord:function(e){return"eval"===e||"arguments"===e},isIdentifierNameES5:o,isIdentifierNameES6:i,isIdentifierES5:function(e,t){return o(e)&&!r(e,t)},isIdentifierES6:function(e,t){return i(e)&&!u(e,t)}}}(),nE.ast=rE.exports,nE.code=uE.exports,nE.keyword=oE.exports;const iE=nE.keyword.isIdentifierNameES5,{getLast:sE,hasNewline:aE,skipWhitespace:cE,isNonEmptyArray:lE,isNextLineEmptyAfterIndex:pE,getStringWidth:fE}=nc,{locStart:dE,locEnd:hE,hasSameLocStart:gE}=Wh,mE="(?:(?=.)\\s)",DE=new RegExp("^".concat(mE,"*:")),yE=new RegExp("^".concat(mE,"*::"));function EE(e){return"Block"===e.type||"CommentBlock"===e.type||"MultiLine"===e.type}function AE(e){return"Line"===e.type||"CommentLine"===e.type||"SingleLine"===e.type||"HashbangComment"===e.type||"HTMLOpen"===e.type||"HTMLClose"===e.type}const CE=new Set(["ExportDefaultDeclaration","ExportDefaultSpecifier","DeclareExportDeclaration","ExportNamedDeclaration","ExportAllDeclaration"]);function bE(e){return e&&CE.has(e.type)}function vE(e){return"NumericLiteral"===e.type||"Literal"===e.type&&"number"==typeof e.value}function FE(e){return"StringLiteral"===e.type||"Literal"===e.type&&"string"==typeof e.value}function xE(e){return"FunctionExpression"===e.type||"ArrowFunctionExpression"===e.type}function SE(e){return OE(e)&&"Identifier"===e.callee.type&&("async"===e.callee.name||"inject"===e.callee.name||"fakeAsync"===e.callee.name)}function BE(e){return"JSXElement"===e.type||"JSXFragment"===e.type}function wE(e){return"get"===e.kind||"set"===e.kind}function TE(e){return wE(e)||gE(e,e.value)}const PE=new Set(["BinaryExpression","LogicalExpression","NGPipeExpression"]),NE=new Set(["AnyTypeAnnotation","TSAnyKeyword","NullLiteralTypeAnnotation","TSNullKeyword","ThisTypeAnnotation","TSThisType","NumberTypeAnnotation","TSNumberKeyword","VoidTypeAnnotation","TSVoidKeyword","BooleanTypeAnnotation","TSBooleanKeyword","BigIntTypeAnnotation","TSBigIntKeyword","SymbolTypeAnnotation","TSSymbolKeyword","StringTypeAnnotation","TSStringKeyword","BooleanLiteralTypeAnnotation","StringLiteralTypeAnnotation","BigIntLiteralTypeAnnotation","NumberLiteralTypeAnnotation","TSLiteralType","TSTemplateLiteralType","EmptyTypeAnnotation","MixedTypeAnnotation","TSNeverKeyword","TSObjectKeyword","TSUndefinedKeyword","TSUnknownKeyword"]),kE=/^(?:skip|[fx]?(?:it|describe|test))$/;function OE(e){return e&&("CallExpression"===e.type||"OptionalCallExpression"===e.type)}function IE(e){return e&&("MemberExpression"===e.type||"OptionalMemberExpression"===e.type)}function LE(e){return/^(?:\d+|\d+\.\d+)$/.test(e)}function jE(e){return e.quasis.some((e=>e.value.raw.includes("\n")))}function _E(e){return e.extra?e.extra.raw:e.raw}const ME={"==":!0,"!=":!0,"===":!0,"!==":!0},RE={"*":!0,"/":!0,"%":!0},VE={">>":!0,">>>":!0,"<<":!0},$E={};for(const[e,t]of[["|>"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]].entries())for(const n of t)$E[n]=e;function WE(e){return $E[e]}const qE=new WeakMap;function UE(e){if(qE.has(e))return qE.get(e);const t=[];return e.this&&t.push(e.this),Array.isArray(e.parameters)?t.push(...e.parameters):Array.isArray(e.params)&&t.push(...e.params),e.rest&&t.push(e.rest),qE.set(e,t),t}const zE=new WeakMap;function HE(e){if(zE.has(e))return zE.get(e);let t=e.arguments;return"ImportExpression"===e.type&&(t=[e.source],e.attributes&&t.push(e.attributes)),zE.set(e,t),t}function JE(e){return"prettier-ignore"===e.value.trim()&&!e.unignore}function GE(e){return e&&(e.prettierIgnore||KE(e,XE.PrettierIgnore))}const XE={Leading:2,Trailing:4,Dangling:8,Block:16,Line:32,PrettierIgnore:64,First:128,Last:256},YE=(e,t)=>{if("function"==typeof e&&(t=e,e=0),e||t)return(n,r,u)=>!(e&XE.Leading&&!n.leading||e&XE.Trailing&&!n.trailing||e&XE.Dangling&&(n.leading||n.trailing)||e&XE.Block&&!EE(n)||e&XE.Line&&!AE(n)||e&XE.First&&0!==r||e&XE.Last&&r!==u.length-1||e&XE.PrettierIgnore&&!JE(n)||t&&!t(n))};function KE(e,t,n){if(!e||!lE(e.comments))return!1;const r=YE(t,n);return!r||e.comments.some(r)}function QE(e,t,n){if(!e||!Array.isArray(e.comments))return[];const r=YE(t,n);return r?e.comments.filter(r):e.comments}function ZE(e){return OE(e)||"NewExpression"===e.type||"ImportExpression"===e.type}var eA={getFunctionParameters:UE,iterateFunctionParametersPath:function(e,t){const n=e.getValue();let r=0;const u=e=>t(e,r++);n.this&&e.call(u,"this"),Array.isArray(n.parameters)?e.each(u,"parameters"):Array.isArray(n.params)&&e.each(u,"params"),n.rest&&e.call(u,"rest")},getCallArguments:HE,iterateCallArgumentsPath:function(e,t){const n=e.getValue();"ImportExpression"===n.type?(e.call((e=>t(e,0)),"source"),n.attributes&&e.call((e=>t(e,1)),"attributes")):e.each(t,"arguments")},hasRestParameter:function(e){if(e.rest)return!0;const t=UE(e);return t.length>0&&"RestElement"===sE(t).type},getLeftSide:function(e){return e.expressions?e.expressions[0]:e.left||e.test||e.callee||e.object||e.tag||e.argument||e.expression},getLeftSidePathName:function(e,t){if(t.expressions)return["expressions",0];if(t.left)return["left"];if(t.test)return["test"];if(t.object)return["object"];if(t.callee)return["callee"];if(t.tag)return["tag"];if(t.argument)return["argument"];if(t.expression)return["expression"];throw new Error("Unexpected node has no left side.")},getParentExportDeclaration:function(e){const t=e.getParentNode();return"declaration"===e.getName()&&bE(t)?t:null},getTypeScriptMappedTypeModifier:function(e,t){return"+"===e?"+"+t:"-"===e?"-"+t:t},hasFlowAnnotationComment:function(e){return lE(e)&&EE(e[0])&&yE.test(e[0].value)},hasFlowShorthandAnnotationComment:function(e){return e.extra&&e.extra.parenthesized&&lE(e.trailingComments)&&EE(e.trailingComments[0])&&DE.test(e.trailingComments[0].value)},hasLeadingOwnLineComment:function(e,t){return BE(t)?GE(t):KE(t,XE.Leading,(t=>aE(e,hE(t))))},hasNakedLeftSide:function(e){return"AssignmentExpression"===e.type||"BinaryExpression"===e.type||"LogicalExpression"===e.type||"NGPipeExpression"===e.type||"ConditionalExpression"===e.type||OE(e)||IE(e)||"SequenceExpression"===e.type||"TaggedTemplateExpression"===e.type||"BindExpression"===e.type||"UpdateExpression"===e.type&&!e.prefix||"TSAsExpression"===e.type||"TSNonNullExpression"===e.type},hasNode:function e(t,n){if(!t||"object"!=typeof t)return!1;if(Array.isArray(t))return t.some((t=>e(t,n)));const r=n(t);return"boolean"==typeof r?r:Object.values(t).some((t=>e(t,n)))},hasIgnoreComment:function(e){return GE(e.getValue())},hasNodeIgnoreComment:GE,identity:function(e){return e},isBinaryish:function(e){return PE.has(e.type)},isBlockComment:EE,isCallLikeExpression:ZE,isEnabledHackPipeline:function(e){return Boolean(e.__isUsingHackPipeline)},isLineComment:AE,isPrettierIgnoreComment:JE,isCallExpression:OE,isMemberExpression:IE,isExportDeclaration:bE,isFlowAnnotationComment:function(e,t){const n=dE(t),r=cE(e,hE(t));return!1!==r&&"/*"===e.slice(n,n+2)&&"*/"===e.slice(r,r+2)},isFunctionCompositionArgs:function(e){if(e.length<=1)return!1;let t=0;for(const n of e)if(xE(n)){if(t+=1,t>1)return!0}else if(OE(n))for(const e of n.arguments)if(xE(e))return!0;return!1},isFunctionNotation:TE,isFunctionOrArrowExpression:xE,isGetterOrSetter:wE,isJestEachTemplateLiteral:function(e,t){const n=/^[fx]?(?:describe|it|test)$/;return"TaggedTemplateExpression"===t.type&&t.quasi===e&&"MemberExpression"===t.tag.type&&"Identifier"===t.tag.property.type&&"each"===t.tag.property.name&&("Identifier"===t.tag.object.type&&n.test(t.tag.object.name)||"MemberExpression"===t.tag.object.type&&"Identifier"===t.tag.object.property.type&&("only"===t.tag.object.property.name||"skip"===t.tag.object.property.name)&&"Identifier"===t.tag.object.object.type&&n.test(t.tag.object.object.name))},isJsxNode:BE,isLiteral:function(e){return"BooleanLiteral"===e.type||"DirectiveLiteral"===e.type||"Literal"===e.type||"NullLiteral"===e.type||"NumericLiteral"===e.type||"BigIntLiteral"===e.type||"DecimalLiteral"===e.type||"RegExpLiteral"===e.type||"StringLiteral"===e.type||"TemplateLiteral"===e.type||"TSTypeLiteral"===e.type||"JSXText"===e.type},isLongCurriedCallExpression:function(e){const t=e.getValue(),n=e.getParentNode();return OE(t)&&OE(n)&&n.callee===t&&t.arguments.length>n.arguments.length&&n.arguments.length>0},isSimpleCallArgument:function e(t,n){if(n>=2)return!1;const r=t=>e(t,n+1),u="Literal"===t.type&&"regex"in t&&t.regex.pattern||"RegExpLiteral"===t.type&&t.pattern;return!(u&&fE(u)>5)&&("Literal"===t.type||"BigIntLiteral"===t.type||"DecimalLiteral"===t.type||"BooleanLiteral"===t.type||"NullLiteral"===t.type||"NumericLiteral"===t.type||"RegExpLiteral"===t.type||"StringLiteral"===t.type||"Identifier"===t.type||"ThisExpression"===t.type||"Super"===t.type||"PrivateName"===t.type||"PrivateIdentifier"===t.type||"ArgumentPlaceholder"===t.type||"Import"===t.type||("TemplateLiteral"===t.type?t.quasis.every((e=>!e.value.raw.includes("\n")))&&t.expressions.every(r):"ObjectExpression"===t.type?t.properties.every((e=>!e.computed&&(e.shorthand||e.value&&r(e.value)))):"ArrayExpression"===t.type?t.elements.every((e=>null===e||r(e))):ZE(t)?("ImportExpression"===t.type||e(t.callee,n))&&HE(t).every(r):IE(t)?e(t.object,n)&&e(t.property,n):"UnaryExpression"!==t.type||"!"!==t.operator&&"-"!==t.operator?"TSNonNullExpression"===t.type&&e(t.expression,n):e(t.argument,n)))},isMemberish:function(e){return IE(e)||"BindExpression"===e.type&&Boolean(e.object)},isNumericLiteral:vE,isSignedNumericLiteral:function(e){return"UnaryExpression"===e.type&&("+"===e.operator||"-"===e.operator)&&vE(e.argument)},isObjectProperty:function(e){return e&&("ObjectProperty"===e.type||"Property"===e.type&&!e.method&&"init"===e.kind)},isObjectType:function(e){return"ObjectTypeAnnotation"===e.type||"TSTypeLiteral"===e.type||"TSMappedType"===e.type},isObjectTypePropertyAFunction:function(e){return!("ObjectTypeProperty"!==e.type&&"ObjectTypeInternalSlot"!==e.type||"FunctionTypeAnnotation"!==e.value.type||e.static||TE(e))},isSimpleType:function(e){return!(!e||("GenericTypeAnnotation"!==e.type&&"TSTypeReference"!==e.type||e.typeParameters)&&!NE.has(e.type))},isSimpleNumber:LE,isSimpleTemplateLiteral:function(e){let t="expressions";"TSTemplateLiteralType"===e.type&&(t="types");const n=e[t];return 0!==n.length&&n.every((e=>{if(KE(e))return!1;if("Identifier"===e.type||"ThisExpression"===e.type)return!0;if(IE(e)){let t=e;for(;IE(t);){if("Identifier"!==t.property.type&&"Literal"!==t.property.type&&"StringLiteral"!==t.property.type&&"NumericLiteral"!==t.property.type)return!1;if(t=t.object,KE(t))return!1}return"Identifier"===t.type||"ThisExpression"===t.type}return!1}))},isStringLiteral:FE,isStringPropSafeToUnquote:function(e,t){return"json"!==t.parser&&FE(e.key)&&_E(e.key).slice(1,-1)===e.key.value&&(iE(e.key.value)&&!("babel-ts"===t.parser&&"ClassProperty"===e.type||"typescript"===t.parser&&"PropertyDefinition"===e.type)||LE(e.key.value)&&String(Number(e.key.value))===e.key.value&&("babel"===t.parser||"espree"===t.parser||"meriyah"===t.parser||"__babel_estree"===t.parser))},isTemplateOnItsOwnLine:function(e,t){return("TemplateLiteral"===e.type&&jE(e)||"TaggedTemplateExpression"===e.type&&jE(e.quasi))&&!aE(t,dE(e),{backwards:!0})},isTestCall:function e(t,n){if("CallExpression"!==t.type)return!1;if(1===t.arguments.length){if(SE(t)&&n&&e(n))return xE(t.arguments[0]);if(function(e){return"Identifier"===e.callee.type&&/^(?:before|after)(?:Each|All)$/.test(e.callee.name)&&1===e.arguments.length}(t))return SE(t.arguments[0])}else if((2===t.arguments.length||3===t.arguments.length)&&("Identifier"===t.callee.type&&kE.test(t.callee.name)||function(e){return IE(e.callee)&&"Identifier"===e.callee.object.type&&"Identifier"===e.callee.property.type&&kE.test(e.callee.object.name)&&("only"===e.callee.property.name||"skip"===e.callee.property.name)}(t))&&(function(e){return"TemplateLiteral"===e.type}(t.arguments[0])||FE(t.arguments[0])))return!(t.arguments[2]&&!vE(t.arguments[2]))&&((2===t.arguments.length?xE(t.arguments[1]):function(e){return"FunctionExpression"===e.type||"ArrowFunctionExpression"===e.type&&"BlockStatement"===e.body.type}(t.arguments[1])&&UE(t.arguments[1]).length<=1)||SE(t.arguments[1]));return!1},isTheOnlyJsxElementInMarkdown:function(e,t){if("markdown"!==e.parentParser&&"mdx"!==e.parentParser)return!1;const n=t.getNode();if(!n.expression||!BE(n.expression))return!1;const r=t.getParentNode();return"Program"===r.type&&1===r.body.length},isTSXFile:function(e){return e.filepath&&/\.tsx$/i.test(e.filepath)},isTypeAnnotationAFunction:function(e){return!("TypeAnnotation"!==e.type&&"TSTypeAnnotation"!==e.type||"FunctionTypeAnnotation"!==e.typeAnnotation.type||e.static||gE(e,e.typeAnnotation))},isNextLineEmpty:(e,t)=>{let{originalText:n}=t;return pE(n,hE(e))},needsHardlineAfterDanglingComment:function(e){if(!KE(e))return!1;const t=sE(QE(e,XE.Dangling));return t&&!EE(t)},rawText:_E,shouldPrintComma:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"es5";return"es5"===e.trailingComma&&"es5"===t||"all"===e.trailingComma&&("all"===t||"es5"===t)},isBitwiseOperator:function(e){return Boolean(VE[e])||"|"===e||"^"===e||"&"===e},shouldFlatten:function(e,t){return!(WE(t)!==WE(e)||"**"===e||ME[e]&&ME[t]||"%"===t&&RE[e]||"%"===e&&RE[t]||t!==e&&RE[t]&&RE[e]||VE[e]&&VE[t])},startsWithNoLookaheadToken:function e(t,n){switch((t=function(e){for(;e.left;)e=e.left;return e}(t)).type){case"FunctionExpression":case"ClassExpression":case"DoExpression":return n;case"ObjectExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return e(t.object,n);case"TaggedTemplateExpression":return"FunctionExpression"!==t.tag.type&&e(t.tag,n);case"CallExpression":case"OptionalCallExpression":return"FunctionExpression"!==t.callee.type&&e(t.callee,n);case"ConditionalExpression":return e(t.test,n);case"UpdateExpression":return!t.prefix&&e(t.argument,n);case"BindExpression":return t.object&&e(t.object,n);case"SequenceExpression":return e(t.expressions[0],n);case"TSAsExpression":case"TSNonNullExpression":return e(t.expression,n);default:return!1}},getPrecedence:WE,hasComment:KE,getComments:QE,CommentCheckFlags:XE};const tA=ni,{getStringWidth:nA,getIndentSize:rA}=nc,{builders:{join:uA,hardline:oA,softline:iA,group:sA,indent:aA,align:cA,lineSuffixBoundary:lA,addAlignmentToDoc:pA},printer:{printDocToString:fA},utils:{mapDoc:dA}}=Wc,{isBinaryish:hA,isJestEachTemplateLiteral:gA,isSimpleTemplateLiteral:mA,hasComment:DA,isMemberExpression:yA}=eA;function EA(e){return e.replace(/([\\`]|\${)/g,"\\$1")}var AA={printTemplateLiteral:function(e,t,n){const r=e.getValue();if("TemplateLiteral"===r.type&&gA(r,e.getParentNode())){const r=function(e,t,n){const r=e.getNode(),u=r.quasis[0].value.raw.trim().split(/\s*\|\s*/);if(u.length>1||u.some((e=>e.length>0))){t.__inJestEach=!0;const o=e.map(n,"expressions");t.__inJestEach=!1;const i=[],s=o.map((e=>"${"+fA(e,Object.assign(Object.assign({},t),{},{printWidth:Number.POSITIVE_INFINITY,endOfLine:"lf"})).formatted+"}")),a=[{hasLineBreak:!1,cells:[]}];for(let e=1;e<r.quasis.length;e++){const t=tA(a),n=s[e-1];t.cells.push(n),n.includes("\n")&&(t.hasLineBreak=!0),r.quasis[e].value.raw.includes("\n")&&a.push({hasLineBreak:!1,cells:[]})}const c=Math.max(u.length,...a.map((e=>e.cells.length))),l=Array.from({length:c}).fill(0),p=[{cells:u},...a.filter((e=>e.cells.length>0))];for(const{cells:e}of p.filter((e=>!e.hasLineBreak)))for(const[t,n]of e.entries())l[t]=Math.max(l[t],nA(n));return i.push(lA,"`",aA([oA,uA(oA,p.map((e=>uA(" | ",e.cells.map(((t,n)=>e.hasLineBreak?t:t+" ".repeat(l[n]-nA(t))))))))]),oA,"`"),i}}(e,n,t);if(r)return r}let u="expressions";"TSTemplateLiteralType"===r.type&&(u="types");const o=[];let i=e.map(t,u);const s=mA(r);return s&&(i=i.map((e=>fA(e,Object.assign(Object.assign({},n),{},{printWidth:Number.POSITIVE_INFINITY})).formatted))),o.push(lA,"`"),e.each((e=>{const a=e.getName();if(o.push(t()),a<i.length){const{tabWidth:t}=n,c=e.getValue(),l=rA(c.value.raw,t);let p=i[a];if(!s){const e=r[u][a];(DA(e)||yA(e)||"ConditionalExpression"===e.type||"SequenceExpression"===e.type||"TSAsExpression"===e.type||hA(e))&&(p=[aA([iA,p]),iA])}const f=0===l&&c.value.raw.endsWith("\n")?cA(Number.NEGATIVE_INFINITY,p):pA(p,l,t);o.push(sA(["${",f,lA,"}"]))}}),"quasis"),o.push("`"),o},printTemplateExpressions:function(e,t){return e.map((e=>function(e,t){const n=e.getValue();let r=t();return DA(n)&&(r=sA([aA([iA,r]),iA])),["${",r,lA,"}"]}(e,t)),"expressions")},escapeTemplateCharacters:function(e,t){return dA(e,(e=>"string"==typeof e?t?e.replace(/(\\*)`/g,"$1$1\\`"):EA(e):e))},uncookTemplateElementValue:EA};const{builders:{indent:CA,softline:bA,literalline:vA,dedentToRoot:FA}}=Wc,{escapeTemplateCharacters:xA}=AA;const{isNonEmptyArray:SA}=nc,{builders:{indent:BA,hardline:wA,softline:TA},utils:{mapDoc:PA,replaceEndOfLine:NA,cleanDoc:kA}}=Wc,{printTemplateExpressions:OA}=AA;const{builders:{indent:IA,join:LA,hardline:jA}}=Wc,{escapeTemplateCharacters:_A,printTemplateExpressions:MA}=AA;function RA(e){const t=[];let n=!1;const r=e.map((e=>e.trim()));for(const[e,u]of r.entries())""!==u&&(""===r[e-1]&&n?t.push([jA,u]):t.push(u),n=!0);return 0===t.length?null:LA(jA,t)}const{builders:{indent:VA,line:$A,hardline:WA,group:qA},utils:{mapDoc:UA}}=Wc,{printTemplateExpressions:zA,uncookTemplateElementValue:HA}=AA;let JA=0;const{hasComment:GA,CommentCheckFlags:XA,isObjectProperty:YA}=eA,KA=function(e,t,n){let r=e.getValue().quasis[0].value.raw.replace(/((?:\\\\)*)\\`/g,((e,t)=>"\\".repeat(t.length/2)+"`"));const u=function(e){const t=e.match(/^([^\S\n]*)\S/m);return null===t?"":t[1]}(r),o=""!==u;o&&(r=r.replace(new RegExp("^".concat(u),"gm"),""));const i=xA(n(r,{parser:"markdown",__inJsTemplate:!0},{stripTrailingHardline:!0}),!0);return["`",o?CA([bA,i]):[vA,FA(i)],bA,"`"]},QA=function(e,t,n){const r=e.getValue(),u=r.quasis.map((e=>e.value.raw));let o=0;return function(e,t,n){if(1===t.quasis.length&&!t.quasis[0].value.raw.trim())return"``";const r=function(e,t){if(!SA(t))return e;let n=0;const r=PA(kA(e),(e=>"string"==typeof e&&e.includes("@prettier-placeholder")?e.split(/@prettier-placeholder-(\d+)-id/).map(((e,r)=>r%2==0?NA(e):(n++,t[e]))):e));return t.length===n?r:null}(e,n);if(!r)throw new Error("Couldn't insert all the expressions");return["`",BA([wA,r]),TA,"`"]}(n(u.reduce(((e,t,n)=>0===n?t:e+"@prettier-placeholder-"+o+++"-id"+t),""),{parser:"scss"},{stripTrailingHardline:!0}),r,OA(e,t))},ZA=function(e,t,n){const r=e.getValue(),u=r.quasis.length;if(1===u&&""===r.quasis[0].value.raw.trim())return"``";const o=MA(e,t),i=[];for(let e=0;e<u;e++){const t=0===e,s=e===u-1,a=r.quasis[e].value.cooked,c=a.split("\n"),l=c.length,p=o[e],f=l>2&&""===c[0].trim()&&""===c[1].trim(),d=l>2&&""===c[l-1].trim()&&""===c[l-2].trim(),h=c.every((e=>/^\s*(?:#[^\n\r]*)?$/.test(e)));if(!s&&/#[^\n\r]*$/.test(c[l-1]))return null;let g=null;g=h?RA(c):n(a,{parser:"graphql"},{stripTrailingHardline:!0}),g?(g=_A(g,!1),!t&&f&&i.push(""),i.push(g),!s&&d&&i.push("")):t||s||!f||i.push(""),p&&i.push(p)}return["`",IA([jA,LA(jA,i)]),jA,"`"]},eC=function(e,t,n,r,u){let{parser:o}=u;const i=e.getValue(),s=JA;JA=JA+1>>>0;const a=e=>"PRETTIER_HTML_PLACEHOLDER_".concat(e,"_").concat(s,"_IN_JS"),c=i.quasis.map(((e,t,n)=>t===n.length-1?e.value.cooked:e.value.cooked+a(t))).join(""),l=zA(e,t);if(0===l.length&&0===c.trim().length)return"``";const p=new RegExp(a("(\\d+)"),"g");let f=0;const d=n(c,{parser:o,__onHtmlRoot(e){f=e.children.length}},{stripTrailingHardline:!0}),h=UA(d,(e=>{if("string"!=typeof e)return e;const t=[],n=e.split(p);for(let e=0;e<n.length;e++){let u=n[e];if(e%2==0){u&&(u=HA(u),r.__embeddedInHtml&&(u=u.replace(/<\/(script)\b/gi,"<\\/$1")),t.push(u));continue}const o=Number(u);t.push(l[o])}return t})),g=/^\s/.test(c)?" ":"",m=/\s$/.test(c)?" ":"",D="ignore"===r.htmlWhitespaceSensitivity?WA:g&&m?$A:null;return qA(D?["`",VA([D,qA(h)]),D,"`"]:["`",g,f>1?VA(qA(h)):qA(h),m,"`"])};const tC=[(e,t)=>"ObjectExpression"===e.type&&"properties"===t,(e,t)=>"CallExpression"===e.type&&"Identifier"===e.callee.type&&"Component"===e.callee.name&&"arguments"===t,(e,t)=>"Decorator"===e.type&&"expression"===t];function nC(e){return"Identifier"===e.type&&"styled"===e.name}function rC(e){return/^[A-Z]/.test(e.object.name)&&"extend"===e.property.name}function uC(e,t){return GA(e,XA.Block|XA.Leading,(e=>{let{value:n}=e;return n===" ".concat(t," ")}))}const{isBlockComment:oC}=eA,iC=new Set(["range","raw","comments","leadingComments","trailingComments","innerComments","extra","start","end","loc","flags","errors","tokens"]),sC=e=>{for(const t of e.quasis)delete t.value};function aC(e,t,n){if("Program"===e.type&&delete t.sourceType,"BigIntLiteral"!==e.type&&"BigIntLiteralTypeAnnotation"!==e.type||t.value&&(t.value=t.value.toLowerCase()),"BigIntLiteral"!==e.type&&"Literal"!==e.type||t.bigint&&(t.bigint=t.bigint.toLowerCase()),"DecimalLiteral"===e.type&&(t.value=Number(t.value)),"Literal"===e.type&&t.decimal&&(t.decimal=Number(t.decimal)),"EmptyStatement"===e.type)return null;if("JSXText"===e.type)return null;if("JSXExpressionContainer"===e.type&&("Literal"===e.expression.type||"StringLiteral"===e.expression.type)&&" "===e.expression.value)return null;if("Property"!==e.type&&"ObjectProperty"!==e.type&&"MethodDefinition"!==e.type&&"ClassProperty"!==e.type&&"ClassMethod"!==e.type&&"PropertyDefinition"!==e.type&&"TSDeclareMethod"!==e.type&&"TSPropertySignature"!==e.type&&"ObjectTypeProperty"!==e.type||"object"!=typeof e.key||!e.key||"Literal"!==e.key.type&&"NumericLiteral"!==e.key.type&&"StringLiteral"!==e.key.type&&"Identifier"!==e.key.type||delete t.key,"JSXElement"===e.type&&"style"===e.openingElement.name.name&&e.openingElement.attributes.some((e=>"jsx"===e.name.name)))for(const{type:e,expression:n}of t.children)"JSXExpressionContainer"===e&&"TemplateLiteral"===n.type&&sC(n);"JSXAttribute"===e.type&&"css"===e.name.name&&"JSXExpressionContainer"===e.value.type&&"TemplateLiteral"===e.value.expression.type&&sC(t.value.expression),"JSXAttribute"===e.type&&e.value&&"Literal"===e.value.type&&/["']|&quot;|&apos;/.test(e.value.value)&&(t.value.value=t.value.value.replace(/["']|&quot;|&apos;/g,'"'));const r=e.expression||e.callee;if("Decorator"===e.type&&"CallExpression"===r.type&&"Component"===r.callee.name&&1===r.arguments.length){const n=e.expression.arguments[0].properties;for(const[e,r]of t.expression.arguments[0].properties.entries())switch(n[e].key.name){case"styles":"ArrayExpression"===r.value.type&&sC(r.value.elements[0]);break;case"template":"TemplateLiteral"===r.value.type&&sC(r.value)}}if("TaggedTemplateExpression"!==e.type||"MemberExpression"!==e.tag.type&&("Identifier"!==e.tag.type||"gql"!==e.tag.name&&"graphql"!==e.tag.name&&"css"!==e.tag.name&&"md"!==e.tag.name&&"markdown"!==e.tag.name&&"html"!==e.tag.name)&&"CallExpression"!==e.tag.type||sC(t.quasi),"TemplateLiteral"===e.type){const r=e.leadingComments&&e.leadingComments.some((e=>oC(e)&&["GraphQL","HTML"].some((t=>e.value===" ".concat(t," ")))));(r||"CallExpression"===n.type&&"graphql"===n.callee.name||!e.leadingComments)&&sC(t)}return"InterpreterDirective"===e.type&&(t.value=t.value.trimEnd()),"TSIntersectionType"!==e.type&&"TSUnionType"!==e.type||1!==e.types.length?void 0:t.types[0]}aC.ignoredProperties=iC;var cC=aC,lC={},pC={exports:{}};const fC=e=>{if("string"!=typeof e)throw new TypeError("Expected a string");const t=e.match(/(?:\r?\n)/g)||[];if(0===t.length)return;const n=t.filter((e=>"\r\n"===e)).length;return n>t.length-n?"\r\n":"\n"};function dC(){const e=rf;return dC=function(){return e},e}function hC(){const e=function(e){return e&&e.__esModule?e:{default:e}}(pC.exports);return hC=function(){return e},e}pC.exports=fC,pC.exports.graceful=e=>"string"==typeof e&&fC(e)||"\n",Object.defineProperty(lC,"__esModule",{value:!0}),lC.extract=function(e){const t=e.match(DC);return t?t[0].trimLeft():""},lC.strip=function(e){const t=e.match(DC);return t&&t[0]?e.substring(t[0].length):e},lC.parse=function(e){return FC(e).pragmas},lC.parseWithComments=FC,lC.print=function(e){let{comments:t="",pragmas:n={}}=e;const r=(0,hC().default)(t)||dC().EOL,u=Object.keys(n),o=u.map((e=>xC(e,n[e]))).reduce(((e,t)=>e.concat(t)),[]).map((e=>" * "+e+r)).join("");if(!t){if(0===u.length)return"";if(1===u.length&&!Array.isArray(n[u[0]])){const e=n[u[0]];return"".concat("/**"," ").concat(xC(u[0],e)[0]).concat(" */")}}const i=t.split(r).map((e=>"".concat(" *"," ").concat(e))).join(r)+r;return"/**"+r+(t?i:"")+(t&&u.length?" *"+r:"")+o+" */"};const gC=/\*\/$/,mC=/^\/\*\*/,DC=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,yC=/(^|\s+)\/\/([^\r\n]*)/g,EC=/^(\r?\n)+/,AC=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,CC=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,bC=/(\r?\n|^) *\* ?/g,vC=[];function FC(e){const t=(0,hC().default)(e)||dC().EOL;e=e.replace(mC,"").replace(gC,"").replace(bC,"$1");let n="";for(;n!==e;)n=e,e=e.replace(AC,"".concat(t,"$1 $2").concat(t));e=e.replace(EC,"").trimRight();const r=Object.create(null),u=e.replace(CC,"").replace(EC,"").trimRight();let o;for(;o=CC.exec(e);){const e=o[2].replace(yC,"");"string"==typeof r[o[1]]||Array.isArray(r[o[1]])?r[o[1]]=vC.concat(r[o[1]],e):r[o[1]]=e}return{comments:u,pragmas:r}}function xC(e,t){return vC.concat(t).map((t=>"@".concat(e," ").concat(t).trim()))}const{parseWithComments:SC,strip:BC,extract:wC,print:TC}=lC,{getShebang:PC}=nc,{normalizeEndOfLine:NC}=rc;function kC(e){const t=PC(e);t&&(e=e.slice(t.length+1));const n=wC(e),{pragmas:r,comments:u}=SC(n);return{shebang:t,text:e,pragmas:r,comments:u}}var OC={hasPragma:function(e){const t=Object.keys(kC(e).pragmas);return t.includes("prettier")||t.includes("format")},insertPragma:function(e){const{shebang:t,text:n,pragmas:r,comments:u}=kC(e),o=BC(n),i=TC({pragmas:Object.assign({format:""},r),comments:u.trimStart()});return(t?"".concat(t,"\n"):"")+NC(i)+(o.startsWith("\n")?"\n":"\n\n")+o}};const{getLast:IC,hasNewline:LC,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:jC,getNextNonSpaceNonCommentCharacter:_C,hasNewlineInRange:MC,addLeadingComment:RC,addTrailingComment:VC,addDanglingComment:$C,getNextNonSpaceNonCommentCharacterIndex:WC,isNonEmptyArray:qC}=nc,{isBlockComment:UC,getFunctionParameters:zC,isPrettierIgnoreComment:HC,isJsxNode:JC,hasFlowShorthandAnnotationComment:GC,hasFlowAnnotationComment:XC,hasIgnoreComment:YC,isCallLikeExpression:KC,getCallArguments:QC,isCallExpression:ZC,isMemberExpression:eb,isObjectProperty:tb,getComments:nb,CommentCheckFlags:rb}=eA,{locStart:ub,locEnd:ob}=Wh;function ib(e,t){const n=(e.body||e.properties).find((e=>{let{type:t}=e;return"EmptyStatement"!==t}));n?RC(n,t):$C(e,t)}function sb(e,t){"BlockStatement"===e.type?ib(e,t):RC(e,t)}function ab(e){let{comment:t,followingNode:n}=e;return!(!n||!_b(t)||(RC(n,t),0))}function cb(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u,text:o}=e;return!(!r||"IfStatement"!==r.type||!u||(")"===_C(o,t,ob)?(VC(n,t),0):n===r.consequent&&u===r.alternate?("BlockStatement"===n.type?VC(n,t):$C(r,t),0):"BlockStatement"===u.type?(ib(u,t),0):"IfStatement"===u.type?(sb(u.consequent,t),0):r.consequent!==u||(RC(u,t),0)))}function lb(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u,text:o}=e;return!(!r||"WhileStatement"!==r.type||!u||(")"===_C(o,t,ob)?(VC(n,t),0):"BlockStatement"===u.type?(ib(u,t),0):r.body!==u||(RC(u,t),0)))}function pb(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u}=e;return!(!r||"TryStatement"!==r.type&&"CatchClause"!==r.type||!u||("CatchClause"===r.type&&n?(VC(n,t),0):"BlockStatement"===u.type?(ib(u,t),0):"TryStatement"===u.type?(sb(u.finalizer,t),0):"CatchClause"!==u.type||(sb(u.body,t),0)))}function fb(e){let{comment:t,enclosingNode:n,followingNode:r}=e;return!(!eb(n)||!r||"Identifier"!==r.type||(RC(n,t),0))}function db(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u,text:o}=e;const i=n&&!MC(o,ob(n),ub(t));return!(n&&i||!r||"ConditionalExpression"!==r.type&&"TSConditionalType"!==r.type||!u||(RC(u,t),0))}function hb(e){let{comment:t,precedingNode:n,enclosingNode:r}=e;return!(!tb(r)||!r.shorthand||r.key!==n||"AssignmentPattern"!==r.value.type||(VC(r.value.left,t),0))}function gb(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u}=e;if(r&&("ClassDeclaration"===r.type||"ClassExpression"===r.type||"DeclareClass"===r.type||"DeclareInterface"===r.type||"InterfaceDeclaration"===r.type||"TSInterfaceDeclaration"===r.type)){if(qC(r.decorators)&&(!u||"Decorator"!==u.type))return VC(IC(r.decorators),t),!0;if(r.body&&u===r.body)return ib(r.body,t),!0;if(u)for(const e of["implements","extends","mixins"])if(r[e]&&u===r[e][0])return!n||n!==r.id&&n!==r.typeParameters&&n!==r.superClass?$C(r,t,e):VC(n,t),!0}return!1}function mb(e){let{comment:t,precedingNode:n,enclosingNode:r,text:u}=e;return(r&&n&&("Property"===r.type||"TSDeclareMethod"===r.type||"TSAbstractMethodDefinition"===r.type)&&"Identifier"===n.type&&r.key===n&&":"!==_C(u,n,ob)||!(!n||!r||"Decorator"!==n.type||"ClassMethod"!==r.type&&"ClassProperty"!==r.type&&"PropertyDefinition"!==r.type&&"TSAbstractPropertyDefinition"!==r.type&&"TSAbstractMethodDefinition"!==r.type&&"TSDeclareMethod"!==r.type&&"MethodDefinition"!==r.type))&&(VC(n,t),!0)}function Db(e){let{comment:t,precedingNode:n,enclosingNode:r,text:u}=e;return!("("!==_C(u,t,ob)||!n||!r||"FunctionDeclaration"!==r.type&&"FunctionExpression"!==r.type&&"ClassMethod"!==r.type&&"MethodDefinition"!==r.type&&"ObjectMethod"!==r.type||(VC(n,t),0))}function yb(e){let{comment:t,enclosingNode:n,text:r}=e;if(!n||"ArrowFunctionExpression"!==n.type)return!1;const u=WC(r,t,ob);return!1!==u&&"=>"===r.slice(u,u+2)&&($C(n,t),!0)}function Eb(e){let{comment:t,enclosingNode:n,text:r}=e;return!(")"!==_C(r,t,ob)||(n&&(jb(n)&&0===zC(n).length||KC(n)&&0===QC(n).length)?($C(n,t),0):!n||"MethodDefinition"!==n.type&&"TSAbstractMethodDefinition"!==n.type||0!==zC(n.value).length||($C(n.value,t),0)))}function Ab(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u,text:o}=e;if(n&&"FunctionTypeParam"===n.type&&r&&"FunctionTypeAnnotation"===r.type&&u&&"FunctionTypeParam"!==u.type)return VC(n,t),!0;if(n&&("Identifier"===n.type||"AssignmentPattern"===n.type)&&r&&jb(r)&&")"===_C(o,t,ob))return VC(n,t),!0;if(r&&"FunctionDeclaration"===r.type&&u&&"BlockStatement"===u.type){const e=(()=>{const e=zC(r);if(e.length>0)return jC(o,ob(IC(e)));const t=jC(o,ob(r.id));return!1!==t&&jC(o,t+1)})();if(ub(t)>e)return ib(u,t),!0}return!1}function Cb(e){let{comment:t,enclosingNode:n}=e;return!(!n||"ImportSpecifier"!==n.type||(RC(n,t),0))}function bb(e){let{comment:t,enclosingNode:n}=e;return!(!n||"LabeledStatement"!==n.type||(RC(n,t),0))}function vb(e){let{comment:t,enclosingNode:n}=e;return!(!n||"ContinueStatement"!==n.type&&"BreakStatement"!==n.type||n.label||(VC(n,t),0))}function Fb(e){let{comment:t,precedingNode:n,enclosingNode:r}=e;return!!(ZC(r)&&n&&r.callee===n&&r.arguments.length>0)&&(RC(r.arguments[0],t),!0)}function xb(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u}=e;return!r||"UnionTypeAnnotation"!==r.type&&"TSUnionType"!==r.type?(u&&("UnionTypeAnnotation"===u.type||"TSUnionType"===u.type)&&HC(t)&&(u.types[0].prettierIgnore=!0,t.unignore=!0),!1):(HC(t)&&(u.prettierIgnore=!0,t.unignore=!0),!!n&&(VC(n,t),!0))}function Sb(e){let{comment:t,enclosingNode:n}=e;return!!tb(n)&&(RC(n,t),!0)}function Bb(e){let{comment:t,enclosingNode:n,followingNode:r,ast:u,isLastComment:o}=e;return u&&u.body&&0===u.body.length?(o?$C(u,t):RC(u,t),!0):n&&"Program"===n.type&&0===n.body.length&&!qC(n.directives)?(o?$C(n,t):RC(n,t),!0):!(!r||"Program"!==r.type||0!==r.body.length||!n||"ModuleExpression"!==n.type||($C(r,t),0))}function wb(e){let{comment:t,enclosingNode:n}=e;return!(!n||"ForInStatement"!==n.type&&"ForOfStatement"!==n.type||(RC(n,t),0))}function Tb(e){let{comment:t,precedingNode:n,enclosingNode:r,text:u}=e;return!!(n&&"ImportSpecifier"===n.type&&r&&"ImportDeclaration"===r.type&&LC(u,ob(t)))&&(VC(n,t),!0)}function Pb(e){let{comment:t,enclosingNode:n}=e;return!(!n||"AssignmentPattern"!==n.type||(RC(n,t),0))}function Nb(e){let{comment:t,enclosingNode:n}=e;return!(!n||"TypeAlias"!==n.type||(RC(n,t),0))}function kb(e){let{comment:t,enclosingNode:n,followingNode:r}=e;return!(!n||"VariableDeclarator"!==n.type&&"AssignmentExpression"!==n.type||!r||"ObjectExpression"!==r.type&&"ArrayExpression"!==r.type&&"TemplateLiteral"!==r.type&&"TaggedTemplateExpression"!==r.type&&!UC(t)||(RC(r,t),0))}function Ob(e){let{comment:t,enclosingNode:n,followingNode:r,text:u}=e;return!(r||!n||"TSMethodSignature"!==n.type&&"TSDeclareFunction"!==n.type&&"TSAbstractMethodDefinition"!==n.type||";"!==_C(u,t,ob)||(VC(n,t),0))}function Ib(e){let{comment:t,enclosingNode:n,followingNode:r}=e;if(HC(t)&&n&&"TSMappedType"===n.type&&r&&"TSTypeParameter"===r.type&&r.constraint)return n.prettierIgnore=!0,t.unignore=!0,!0}function Lb(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u}=e;return!(!r||"TSMappedType"!==r.type||(u&&"TSTypeParameter"===u.type&&u.name?(RC(u.name,t),0):!n||"TSTypeParameter"!==n.type||!n.constraint||(VC(n.constraint,t),0)))}function jb(e){return"ArrowFunctionExpression"===e.type||"FunctionExpression"===e.type||"FunctionDeclaration"===e.type||"ObjectMethod"===e.type||"ClassMethod"===e.type||"TSDeclareFunction"===e.type||"TSCallSignatureDeclaration"===e.type||"TSConstructSignatureDeclaration"===e.type||"TSMethodSignature"===e.type||"TSConstructorType"===e.type||"TSFunctionType"===e.type||"TSDeclareMethod"===e.type}function _b(e){return UC(e)&&"*"===e.value[0]&&/@type\b/.test(e.value)}var Mb={handleOwnLineComment:function(e){return[Ib,Ab,fb,cb,lb,pb,gb,Cb,wb,xb,Bb,Tb,Pb,mb,bb].some((t=>t(e)))},handleEndOfLineComment:function(e){return[ab,Ab,db,Cb,cb,lb,pb,gb,bb,Fb,Sb,Bb,Nb,kb].some((t=>t(e)))},handleRemainingComment:function(e){return[Ib,cb,lb,hb,Eb,mb,Bb,yb,Db,Lb,vb,Ob].some((t=>t(e)))},isTypeCastComment:_b,getCommentChildNodes:function(e,t){if(("typescript"===t.parser||"flow"===t.parser||"espree"===t.parser||"meriyah"===t.parser||"__babel_estree"===t.parser)&&"MethodDefinition"===e.type&&e.value&&"FunctionExpression"===e.value.type&&0===zC(e.value).length&&!e.value.returnType&&!qC(e.value.typeParameters)&&e.value.body)return[...e.decorators||[],e.key,e.value.body]},willPrintOwnComments:function(e){const t=e.getValue(),n=e.getParentNode();return(t&&(JC(t)||GC(t)||ZC(n)&&(e=>XC(nb(e,rb.Leading))||XC(nb(e,rb.Trailing)))(t))||n&&("JSXSpreadAttribute"===n.type||"JSXSpreadChild"===n.type||"UnionTypeAnnotation"===n.type||"TSUnionType"===n.type||("ClassDeclaration"===n.type||"ClassExpression"===n.type)&&n.superClass===t))&&(!YC(e)||"UnionTypeAnnotation"===n.type||"TSUnionType"===n.type)}};const Rb=ni,{getFunctionParameters:Vb,getLeftSidePathName:$b,hasFlowShorthandAnnotationComment:Wb,hasNakedLeftSide:qb,hasNode:Ub,isBitwiseOperator:zb,startsWithNoLookaheadToken:Hb,shouldFlatten:Jb,getPrecedence:Gb,isCallExpression:Xb,isMemberExpression:Yb,isObjectProperty:Kb}=eA;function Qb(e,t){const n=e.getParentNode();if(!n)return!1;const r=e.getName(),u=e.getNode();if(t.__isInHtmlInterpolation&&!t.bracketSpacing&&function(e){return"ObjectExpression"===e.type}(u)&&Zb(e))return!0;if(function(e){return"BlockStatement"===e.type||"BreakStatement"===e.type||"ClassBody"===e.type||"ClassDeclaration"===e.type||"ClassMethod"===e.type||"ClassProperty"===e.type||"PropertyDefinition"===e.type||"ClassPrivateProperty"===e.type||"ContinueStatement"===e.type||"DebuggerStatement"===e.type||"DeclareClass"===e.type||"DeclareExportAllDeclaration"===e.type||"DeclareExportDeclaration"===e.type||"DeclareFunction"===e.type||"DeclareInterface"===e.type||"DeclareModule"===e.type||"DeclareModuleExports"===e.type||"DeclareVariable"===e.type||"DoWhileStatement"===e.type||"EnumDeclaration"===e.type||"ExportAllDeclaration"===e.type||"ExportDefaultDeclaration"===e.type||"ExportNamedDeclaration"===e.type||"ExpressionStatement"===e.type||"ForInStatement"===e.type||"ForOfStatement"===e.type||"ForStatement"===e.type||"FunctionDeclaration"===e.type||"IfStatement"===e.type||"ImportDeclaration"===e.type||"InterfaceDeclaration"===e.type||"LabeledStatement"===e.type||"MethodDefinition"===e.type||"ReturnStatement"===e.type||"SwitchStatement"===e.type||"ThrowStatement"===e.type||"TryStatement"===e.type||"TSDeclareFunction"===e.type||"TSEnumDeclaration"===e.type||"TSImportEqualsDeclaration"===e.type||"TSInterfaceDeclaration"===e.type||"TSModuleDeclaration"===e.type||"TSNamespaceExportDeclaration"===e.type||"TypeAlias"===e.type||"VariableDeclaration"===e.type||"WhileStatement"===e.type||"WithStatement"===e.type}(u))return!1;if("flow"!==t.parser&&Wb(e.getValue()))return!0;if("Identifier"===u.type)return!!(u.extra&&u.extra.parenthesized&&/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(u.name))||"left"===r&&"async"===u.name&&"ForOfStatement"===n.type&&!n.await;switch(n.type){case"ParenthesizedExpression":return!1;case"ClassDeclaration":case"ClassExpression":if("superClass"===r&&("ArrowFunctionExpression"===u.type||"AssignmentExpression"===u.type||"AwaitExpression"===u.type||"BinaryExpression"===u.type||"ConditionalExpression"===u.type||"LogicalExpression"===u.type||"NewExpression"===u.type||"ObjectExpression"===u.type||"ParenthesizedExpression"===u.type||"SequenceExpression"===u.type||"TaggedTemplateExpression"===u.type||"UnaryExpression"===u.type||"UpdateExpression"===u.type||"YieldExpression"===u.type||"TSNonNullExpression"===u.type))return!0;break;case"ExportDefaultDeclaration":return ev(e,t)||"SequenceExpression"===u.type;case"Decorator":if("expression"===r){let e=!1,n=!1,r=u;for(;r;)switch(r.type){case"MemberExpression":n=!0,r=r.object;break;case"CallExpression":if(n||e)return"typescript"!==t.parser;e=!0,r=r.callee;break;case"Identifier":return!1;case"TaggedTemplateExpression":return"typescript"!==t.parser;default:return!0}return!0}break;case"ExpressionStatement":if(Hb(u,!0))return!0;break;case"ArrowFunctionExpression":if("body"===r&&"SequenceExpression"!==u.type&&Hb(u,!1))return!0}switch(u.type){case"UpdateExpression":if("UnaryExpression"===n.type)return u.prefix&&("++"===u.operator&&"+"===n.operator||"--"===u.operator&&"-"===n.operator);case"UnaryExpression":switch(n.type){case"UnaryExpression":return u.operator===n.operator&&("+"===u.operator||"-"===u.operator);case"BindExpression":case"TaggedTemplateExpression":case"TSNonNullExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"BinaryExpression":return"left"===r&&"**"===n.operator;default:return!1}case"BinaryExpression":if("UpdateExpression"===n.type)return!0;if("in"===u.operator&&function(e){let t=0,n=e.getValue();for(;n;){const r=e.getParentNode(t++);if(r&&"ForStatement"===r.type&&r.init===n)return!0;n=r}return!1}(e))return!0;if("|>"===u.operator&&u.extra&&u.extra.parenthesized){const t=e.getParentNode(1);if("BinaryExpression"===t.type&&"|>"===t.operator)return!0}case"TSTypeAssertion":case"TSAsExpression":case"LogicalExpression":switch(n.type){case"TSAsExpression":return"TSAsExpression"!==u.type;case"ConditionalExpression":return"TSAsExpression"===u.type;case"CallExpression":case"NewExpression":case"OptionalCallExpression":return"callee"===r;case"ClassExpression":case"ClassDeclaration":return"superClass"===r;case"TSTypeAssertion":case"TaggedTemplateExpression":case"UnaryExpression":case"JSXSpreadAttribute":case"SpreadElement":case"SpreadProperty":case"BindExpression":case"AwaitExpression":case"TSNonNullExpression":case"UpdateExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;case"AssignmentExpression":case"AssignmentPattern":return"left"===r&&("TSTypeAssertion"===u.type||"TSAsExpression"===u.type);case"LogicalExpression":if("LogicalExpression"===u.type)return n.operator!==u.operator;case"BinaryExpression":{const{operator:e,type:t}=u;if(!e&&"TSTypeAssertion"!==t)return!0;const o=Gb(e),i=n.operator,s=Gb(i);return s>o||"right"===r&&s===o||s===o&&!Jb(i,e)||(s<o&&"%"===e?"+"===i||"-"===i:!!zb(i))}default:return!1}case"SequenceExpression":switch(n.type){case"ReturnStatement":case"ForStatement":return!1;case"ExpressionStatement":return"expression"!==r;case"ArrowFunctionExpression":return"body"!==r;default:return!0}case"YieldExpression":if("UnaryExpression"===n.type||"AwaitExpression"===n.type||"TSAsExpression"===n.type||"TSNonNullExpression"===n.type)return!0;case"AwaitExpression":switch(n.type){case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"SpreadElement":case"SpreadProperty":case"TSAsExpression":case"TSNonNullExpression":case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"ConditionalExpression":return"test"===r;case"BinaryExpression":return!(!u.argument&&"|>"===n.operator);default:return!1}case"TSConditionalType":if("extendsType"===r&&"TSConditionalType"===n.type)return!0;case"TSFunctionType":case"TSConstructorType":if("checkType"===r&&"TSConditionalType"===n.type)return!0;case"TSUnionType":case"TSIntersectionType":if(("TSUnionType"===n.type||"TSIntersectionType"===n.type)&&n.types.length>1&&(!u.types||u.types.length>1))return!0;case"TSInferType":if("TSInferType"===u.type&&"TSRestType"===n.type)return!1;case"TSTypeOperator":return"TSArrayType"===n.type||"TSOptionalType"===n.type||"TSRestType"===n.type||"objectType"===r&&"TSIndexedAccessType"===n.type||"TSTypeOperator"===n.type||"TSTypeAnnotation"===n.type&&e.getParentNode(1).type.startsWith("TSJSDoc");case"ArrayTypeAnnotation":return"NullableTypeAnnotation"===n.type;case"IntersectionTypeAnnotation":case"UnionTypeAnnotation":return"ArrayTypeAnnotation"===n.type||"NullableTypeAnnotation"===n.type||"IntersectionTypeAnnotation"===n.type||"UnionTypeAnnotation"===n.type||"objectType"===r&&("IndexedAccessType"===n.type||"OptionalIndexedAccessType"===n.type);case"NullableTypeAnnotation":return"ArrayTypeAnnotation"===n.type||"objectType"===r&&("IndexedAccessType"===n.type||"OptionalIndexedAccessType"===n.type);case"FunctionTypeAnnotation":{const t="NullableTypeAnnotation"===n.type?e.getParentNode(1):n;return"UnionTypeAnnotation"===t.type||"IntersectionTypeAnnotation"===t.type||"ArrayTypeAnnotation"===t.type||"objectType"===r&&("IndexedAccessType"===t.type||"OptionalIndexedAccessType"===t.type)||"NullableTypeAnnotation"===t.type||"FunctionTypeParam"===n.type&&null===n.name&&Vb(u).some((e=>e.typeAnnotation&&"NullableTypeAnnotation"===e.typeAnnotation.type))}case"OptionalIndexedAccessType":return"objectType"===r&&"IndexedAccessType"===n.type;case"TypeofTypeAnnotation":return"objectType"===r&&("IndexedAccessType"===n.type||"OptionalIndexedAccessType"===n.type);case"StringLiteral":case"NumericLiteral":case"Literal":if("string"==typeof u.value&&"ExpressionStatement"===n.type&&!n.directive){const t=e.getParentNode(1);return"Program"===t.type||"BlockStatement"===t.type}return"object"===r&&"MemberExpression"===n.type&&"number"==typeof u.value;case"AssignmentExpression":{const t=e.getParentNode(1);return"body"===r&&"ArrowFunctionExpression"===n.type||("key"!==r||"ClassProperty"!==n.type&&"PropertyDefinition"!==n.type||!n.computed)&&("init"!==r&&"update"!==r||"ForStatement"!==n.type)&&("ExpressionStatement"===n.type?"ObjectPattern"===u.left.type:!("key"===r&&"TSPropertySignature"===n.type||"AssignmentExpression"===n.type||"SequenceExpression"===n.type&&t&&"ForStatement"===t.type&&(t.init===n||t.update===n)||"value"===r&&"Property"===n.type&&t&&"ObjectPattern"===t.type&&t.properties.includes(n)||"NGChainedExpression"===n.type))}case"ConditionalExpression":switch(n.type){case"TaggedTemplateExpression":case"UnaryExpression":case"SpreadElement":case"SpreadProperty":case"BinaryExpression":case"LogicalExpression":case"NGPipeExpression":case"ExportDefaultDeclaration":case"AwaitExpression":case"JSXSpreadAttribute":case"TSTypeAssertion":case"TypeCastExpression":case"TSAsExpression":case"TSNonNullExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"ConditionalExpression":return"test"===r;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;default:return!1}case"FunctionExpression":switch(n.type){case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"TaggedTemplateExpression":return!0;default:return!1}case"ArrowFunctionExpression":switch(n.type){case"BinaryExpression":return"|>"!==n.operator||u.extra&&u.extra.parenthesized;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;case"TSAsExpression":case"TSNonNullExpression":case"BindExpression":case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"AwaitExpression":case"TSTypeAssertion":return!0;case"ConditionalExpression":return"test"===r;default:return!1}case"ClassExpression":return"NewExpression"===n.type&&"callee"===r;case"OptionalMemberExpression":case"OptionalCallExpression":{const t=e.getParentNode(1);if("object"===r&&"MemberExpression"===n.type||"callee"===r&&("CallExpression"===n.type||"NewExpression"===n.type)||"TSNonNullExpression"===n.type&&"MemberExpression"===t.type&&t.object===n)return!0}case"CallExpression":case"MemberExpression":case"TaggedTemplateExpression":case"TSNonNullExpression":if("callee"===r&&("BindExpression"===n.type||"NewExpression"===n.type)){let e=u;for(;e;)switch(e.type){case"CallExpression":case"OptionalCallExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":case"BindExpression":e=e.object;break;case"TaggedTemplateExpression":e=e.tag;break;case"TSNonNullExpression":e=e.expression;break;default:return!1}}return!1;case"BindExpression":return"callee"===r&&("BindExpression"===n.type||"NewExpression"===n.type)||"object"===r&&Yb(n);case"NGPipeExpression":return!("NGRoot"===n.type||"NGMicrosyntaxExpression"===n.type||"ObjectProperty"===n.type&&(!u.extra||!u.extra.parenthesized)||"ArrayExpression"===n.type||Xb(n)&&n.arguments[r]===u||"right"===r&&"NGPipeExpression"===n.type||"property"===r&&"MemberExpression"===n.type||"AssignmentExpression"===n.type);case"JSXFragment":case"JSXElement":return"callee"===r||"left"===r&&"BinaryExpression"===n.type&&"<"===n.operator||"ArrayExpression"!==n.type&&"ArrowFunctionExpression"!==n.type&&"AssignmentExpression"!==n.type&&"AssignmentPattern"!==n.type&&"BinaryExpression"!==n.type&&"NewExpression"!==n.type&&"ConditionalExpression"!==n.type&&"ExpressionStatement"!==n.type&&"JsExpressionRoot"!==n.type&&"JSXAttribute"!==n.type&&"JSXElement"!==n.type&&"JSXExpressionContainer"!==n.type&&"JSXFragment"!==n.type&&"LogicalExpression"!==n.type&&!Xb(n)&&!Kb(n)&&"ReturnStatement"!==n.type&&"ThrowStatement"!==n.type&&"TypeCastExpression"!==n.type&&"VariableDeclarator"!==n.type&&"YieldExpression"!==n.type;case"TypeAnnotation":return"returnType"===r&&"ArrowFunctionExpression"===n.type&&function(e){return Ub(e,(e=>"ObjectTypeAnnotation"===e.type&&Ub(e,(e=>"FunctionTypeAnnotation"===e.type||void 0))||void 0))}(u)}return!1}function Zb(e){const t=e.getValue(),n=e.getParentNode(),r=e.getName();switch(n.type){case"NGPipeExpression":if("number"==typeof r&&n.arguments[r]===t&&n.arguments.length-1===r)return e.callParent(Zb);break;case"ObjectProperty":if("value"===r){const t=e.getParentNode(1);return Rb(t.properties)===n}break;case"BinaryExpression":case"LogicalExpression":if("right"===r)return e.callParent(Zb);break;case"ConditionalExpression":if("alternate"===r)return e.callParent(Zb);break;case"UnaryExpression":if(n.prefix)return e.callParent(Zb)}return!1}function ev(e,t){const n=e.getValue(),r=e.getParentNode();return"FunctionExpression"===n.type||"ClassExpression"===n.type?"ExportDefaultDeclaration"===r.type||!Qb(e,t):!(!qb(n)||"ExportDefaultDeclaration"!==r.type&&Qb(e,t))&&e.call((e=>ev(e,t)),...$b(e,n))}var tv=Qb,nv=function(e,t){switch(t.parser){case"json":case"json5":case"json-stringify":case"__js_expression":case"__vue_expression":return Object.assign(Object.assign({},e),{},{type:t.parser.startsWith("__")?"JsExpressionRoot":"JsonRoot",node:e,comments:[],rootMarker:t.rootMarker});default:return e}};const{builders:{join:rv,line:uv,group:ov,softline:iv,indent:sv}}=Wc;var av={isVueEventBindingExpression:function e(t){switch(t.type){case"MemberExpression":switch(t.property.type){case"Identifier":case"NumericLiteral":case"StringLiteral":return e(t.object)}return!1;case"Identifier":return!0;default:return!1}},printHtmlBinding:function(e,t,n){const r=e.getValue();if(t.__onHtmlBindingRoot&&null===e.getName()&&t.__onHtmlBindingRoot(r,t),"File"===r.type)return t.__isVueForBindingLeft?e.call((e=>{const t=rv([",",uv],e.map(n,"params")),{params:r}=e.getValue();return 1===r.length?t:["(",sv([iv,ov(t)]),iv,")"]}),"program","body",0):t.__isVueBindings?e.call((e=>rv([",",uv],e.map(n,"params"))),"program","body",0):void 0}};const{printComments:cv}=jD,{getLast:lv}=nc,{builders:{join:pv,line:fv,softline:dv,group:hv,indent:gv,align:mv,ifBreak:Dv,indentIfBreak:yv},utils:{cleanDoc:Ev,getDocParts:Av,isConcat:Cv}}=Wc,{hasLeadingOwnLineComment:bv,isBinaryish:vv,isJsxNode:Fv,shouldFlatten:xv,hasComment:Sv,CommentCheckFlags:Bv,isCallExpression:wv,isMemberExpression:Tv,isObjectProperty:Pv,isEnabledHackPipeline:Nv}=eA;let kv=0;function Ov(e,t,n,r,u){const o=e.getValue();if(!vv(o))return[hv(t())];let i=[];xv(o.operator,o.left.operator)?i=e.call((e=>Ov(e,t,n,!0,u)),"left"):i.push(hv(t("left")));const s=Iv(o),a=("|>"===o.operator||"NGPipeExpression"===o.type||"|"===o.operator&&"__vue_expression"===n.parser)&&!bv(n.originalText,o.right),c="NGPipeExpression"===o.type?"|":o.operator,l="NGPipeExpression"===o.type&&o.arguments.length>0?hv(gv([dv,": ",pv([dv,":",Dv(" ")],e.map(t,"arguments").map((e=>mv(2,hv(e)))))])):"";let p;if(s)p=[c," ",t("right"),l];else{const r=Nv(n)&&"|>"===c?e.call((e=>Ov(e,t,n,!0,u)),"right"):t("right");p=[a?fv:"",c,a?" ":fv,r,l]}const f=e.getParentNode(),d=Sv(o.left,Bv.Trailing|Bv.Line),h=d||!(u&&"LogicalExpression"===o.type)&&f.type!==o.type&&o.left.type!==o.type&&o.right.type!==o.type;if(i.push(a?"":" ",h?hv(p,{shouldBreak:d}):p),r&&Sv(o)){const t=Ev(cv(e,i,n));return Cv(t)||"fill"===t.type?Av(t):[t]}return i}function Iv(e){return"LogicalExpression"===e.type&&("ObjectExpression"===e.right.type&&e.right.properties.length>0||"ArrayExpression"===e.right.type&&e.right.elements.length>0||!!Fv(e.right))}var Lv={printBinaryishExpression:function(e,t,n){const r=e.getValue(),u=e.getParentNode(),o=e.getParentNode(1),i=r!==u.body&&("IfStatement"===u.type||"WhileStatement"===u.type||"SwitchStatement"===u.type||"DoWhileStatement"===u.type),s=Nv(t)&&"|>"===r.operator,a=Ov(e,n,t,!1,i);if(i)return a;if(s)return hv(a);if(wv(u)&&u.callee===r||"UnaryExpression"===u.type||Tv(u)&&!u.computed)return hv([gv([dv,...a]),dv]);const c="ReturnStatement"===u.type||"ThrowStatement"===u.type||"JSXExpressionContainer"===u.type&&"JSXAttribute"===o.type||"|"!==r.operator&&"JsExpressionRoot"===u.type||"NGPipeExpression"!==r.type&&("NGRoot"===u.type&&"__ng_binding"===t.parser||"NGMicrosyntaxExpression"===u.type&&"NGMicrosyntax"===o.type&&1===o.body.length)||r===u.body&&"ArrowFunctionExpression"===u.type||r!==u.body&&"ForStatement"===u.type||"ConditionalExpression"===u.type&&"ReturnStatement"!==o.type&&"ThrowStatement"!==o.type&&!wv(o)||"TemplateLiteral"===u.type,l="AssignmentExpression"===u.type||"VariableDeclarator"===u.type||"ClassProperty"===u.type||"PropertyDefinition"===u.type||"TSAbstractPropertyDefinition"===u.type||"ClassPrivateProperty"===u.type||Pv(u),p=vv(r.left)&&xv(r.operator,r.left.operator);if(c||Iv(r)&&!p||!Iv(r)&&l)return hv(a);if(0===a.length)return"";const f=Fv(r.right),d=a.findIndex((e=>"string"!=typeof e&&!Array.isArray(e)&&"group"===e.type)),h=a.slice(0,-1===d?1:d+1),g=a.slice(h.length,f?-1:void 0),m=Symbol("logicalChain-"+ ++kv),D=hv([...h,gv(g)],{id:m});if(!f)return D;const y=lv(a);return hv([D,yv(y,{groupId:m})])},shouldInlineLogicalExpression:Iv};const{builders:{join:jv,line:_v,group:Mv}}=Wc,{hasNode:Rv,hasComment:Vv,getComments:$v}=eA,{printBinaryishExpression:Wv}=Lv;function qv(e,t,n){return"NGMicrosyntaxKeyedExpression"===e.type&&"of"===e.key.name&&1===t&&"NGMicrosyntaxLet"===n.body[0].type&&null===n.body[0].value}var Uv={printAngular:function(e,t,n){const r=e.getValue();if(r.type.startsWith("NG"))switch(r.type){case"NGRoot":return[n("node"),Vv(r.node)?" //"+$v(r.node)[0].value.trimEnd():""];case"NGPipeExpression":return Wv(e,t,n);case"NGChainedExpression":return Mv(jv([";",_v],e.map((e=>function(e){return Rv(e.getValue(),(e=>{switch(e.type){case void 0:return!1;case"CallExpression":case"OptionalCallExpression":case"AssignmentExpression":return!0}}))}(e)?n():["(",n(),")"]),"expressions")));case"NGEmptyExpression":return"";case"NGQuotedExpression":return[r.prefix,": ",r.value.trim()];case"NGMicrosyntax":return e.map(((e,t)=>[0===t?"":qv(e.getValue(),t,r)?" ":[";",_v],n()]),"body");case"NGMicrosyntaxKey":return/^[$_a-z][\w$]*(?:-[$_a-z][\w$])*$/i.test(r.name)?r.name:JSON.stringify(r.name);case"NGMicrosyntaxExpression":return[n("expression"),null===r.alias?"":[" as ",n("alias")]];case"NGMicrosyntaxKeyedExpression":{const t=e.getName(),u=e.getParentNode(),o=qv(r,t,u)||(1===t&&("then"===r.key.name||"else"===r.key.name)||2===t&&"else"===r.key.name&&"NGMicrosyntaxKeyedExpression"===u.body[t-1].type&&"then"===u.body[t-1].key.name)&&"NGMicrosyntaxExpression"===u.body[0].type;return[n("key"),o?" ":": ",n("expression")]}case"NGMicrosyntaxLet":return["let ",n("key"),null===r.value?"":[" = ",n("value")]];case"NGMicrosyntaxAs":return[n("key")," as ",n("alias")];default:throw new Error("Unknown Angular node type: ".concat(JSON.stringify(r.type),"."))}}};const{printComments:zv,printDanglingComments:Hv}=jD,{builders:{line:Jv,hardline:Gv,softline:Xv,group:Yv,indent:Kv,conditionalGroup:Qv,fill:Zv,ifBreak:eF,lineSuffixBoundary:tF,join:nF},utils:{willBreak:rF}}=Wc,{getLast:uF,getPreferredQuote:oF}=nc,{isJsxNode:iF,rawText:sF,isLiteral:aF,isCallExpression:cF,isStringLiteral:lF,isBinaryish:pF,hasComment:fF,CommentCheckFlags:dF,hasNodeIgnoreComment:hF}=eA,gF=tv,{willPrintOwnComments:mF}=Mb,DF=e=>""===e||e===Jv||e===Gv||e===Xv;function yF(e,t,n,r){return e?"":"JSXElement"===n.type&&!n.closingElement||r&&"JSXElement"===r.type&&!r.closingElement?1===t.length?Xv:Gv:Xv}function EF(e,t,n,r){return e?Gv:1===t.length?"JSXElement"===n.type&&!n.closingElement||r&&"JSXElement"===r.type&&!r.closingElement?Gv:Xv:Gv}function AF(e,t,n){return function(e,t,n){const r=e.getParentNode();if(!r)return t;if({ArrayExpression:!0,JSXAttribute:!0,JSXElement:!0,JSXExpressionContainer:!0,JSXFragment:!0,ExpressionStatement:!0,CallExpression:!0,OptionalCallExpression:!0,ConditionalExpression:!0,JsExpressionRoot:!0}[r.type])return t;const u=e.match(void 0,(e=>"ArrowFunctionExpression"===e.type),cF,(e=>"JSXExpressionContainer"===e.type)),o=gF(e,n);return Yv([o?"":eF("("),Kv([Xv,t]),Xv,o?"":eF(")")],{shouldBreak:u})}(e,zv(e,function(e,t,n){const r=e.getValue();if("JSXElement"===r.type&&function(e){if(0===e.children.length)return!0;if(e.children.length>1)return!1;const t=e.children[0];return aF(t)&&!FF(t)}(r))return[n("openingElement"),n("closingElement")];const u="JSXElement"===r.type?n("openingElement"):n("openingFragment"),o="JSXElement"===r.type?n("closingElement"):n("closingFragment");if(1===r.children.length&&"JSXExpressionContainer"===r.children[0].type&&("TemplateLiteral"===r.children[0].expression.type||"TaggedTemplateExpression"===r.children[0].expression.type))return[u,...e.map(n,"children"),o];r.children=r.children.map((e=>function(e){return"JSXExpressionContainer"===e.type&&aF(e.expression)&&" "===e.expression.value&&!fF(e.expression)}(e)?{type:"JSXText",value:" ",raw:" "}:e));const i=r.children.some(iF),s=r.children.filter((e=>"JSXExpressionContainer"===e.type)).length>1,a="JSXElement"===r.type&&r.openingElement.attributes.length>1;let c=rF(u)||i||a||s;const l="mdx"===e.getParentNode().rootMarker,p=t.singleQuote?"{' '}":'{" "}',f=l?" ":eF([p,Xv]," "),d=function(e,t,n,r,u){const o=[];return e.each(((e,t,i)=>{const s=e.getValue();if(aF(s)){const e=sF(s);if(FF(s)){const n=e.split(CF);if(""===n[0]){if(o.push(""),n.shift(),/\n/.test(n[0])){const e=i[t+1];o.push(EF(u,n[1],s,e))}else o.push(r);n.shift()}let a;if(""===uF(n)&&(n.pop(),a=n.pop()),0===n.length)return;for(const[e,t]of n.entries())e%2==1?o.push(Jv):o.push(t);if(void 0!==a)if(/\n/.test(a)){const e=i[t+1];o.push(EF(u,uF(o),s,e))}else o.push(r);else{const e=i[t+1];o.push(yF(u,uF(o),s,e))}}else/\n/.test(e)?e.match(/\n/g).length>1&&o.push("",Gv):o.push("",r)}else{const e=n();o.push(e);const r=i[t+1];if(r&&FF(r)){const e=vF(sF(r)).split(CF)[0];o.push(yF(u,e,s,r))}else o.push(Gv)}}),"children"),o}(e,0,n,f,r.openingElement&&r.openingElement.name&&"fbt"===r.openingElement.name.name),h=r.children.some((e=>FF(e)));for(let e=d.length-2;e>=0;e--){const t=""===d[e]&&""===d[e+1],n=d[e]===Gv&&""===d[e+1]&&d[e+2]===Gv,r=(d[e]===Xv||d[e]===Gv)&&""===d[e+1]&&d[e+2]===f,u=d[e]===f&&""===d[e+1]&&(d[e+2]===Xv||d[e+2]===Gv),o=d[e]===f&&""===d[e+1]&&d[e+2]===f,i=d[e]===Xv&&""===d[e+1]&&d[e+2]===Gv||d[e]===Gv&&""===d[e+1]&&d[e+2]===Xv;n&&h||t||r||o||i?d.splice(e,2):u&&d.splice(e+1,2)}for(;d.length>0&&DF(uF(d));)d.pop();for(;d.length>1&&DF(d[0])&&DF(d[1]);)d.shift(),d.shift();const g=[];for(const[e,t]of d.entries()){if(t===f){if(1===e&&""===d[e-1]){if(2===d.length){g.push(p);continue}g.push([p,Gv]);continue}if(e===d.length-1){g.push(p);continue}if(""===d[e-1]&&d[e-2]===Gv){g.push(p);continue}}g.push(t),rF(t)&&(c=!0)}const m=h?Zv(g):Yv(g,{shouldBreak:!0});if(l)return m;const D=Yv([u,Kv([Gv,m]),Gv,o]);return c?D:Qv([Yv([u,...d,o]),D])}(e,t,n),t),t)}const CF=new RegExp("([ \n\r\t]+)"),bF=new RegExp("[^ \n\r\t]"),vF=e=>e.replace(new RegExp("(?:^"+CF.source+"|"+CF.source+"$)"),"");function FF(e){return aF(e)&&(bF.test(sF(e))||!/\n/.test(sF(e)))}var xF={hasJsxIgnoreComment:function(e){const t=e.getValue(),n=e.getParentNode();if(!(n&&t&&iF(t)&&iF(n)))return!1;let r=null;for(let e=n.children.indexOf(t);e>0;e--){const t=n.children[e-1];if("JSXText"!==t.type||FF(t)){r=t;break}}return r&&"JSXExpressionContainer"===r.type&&"JSXEmptyExpression"===r.expression.type&&hF(r.expression)},printJsx:function(e,t,n){const r=e.getValue();if(r.type.startsWith("JSX"))switch(r.type){case"JSXAttribute":return function(e,t,n){const r=e.getValue(),u=[];if(u.push(n("name")),r.value){let e;if(lF(r.value)){let n=sF(r.value).slice(1,-1).replace(/&apos;/g,"'").replace(/&quot;/g,'"');const{escaped:u,quote:o,regex:i}=oF(n,t.jsxSingleQuote?"'":'"');n=n.replace(i,u),e=[o,n,o]}else e=n("value");u.push("=",e)}return u}(e,t,n);case"JSXIdentifier":return String(r.name);case"JSXNamespacedName":return nF(":",[n("namespace"),n("name")]);case"JSXMemberExpression":return nF(".",[n("object"),n("property")]);case"JSXSpreadAttribute":case"JSXSpreadChild":return function(e,t,n){const r=e.getValue();return["{",e.call((e=>{const r=["...",n()],u=e.getValue();return fF(u)&&mF(e)?[Kv([Xv,zv(e,r,t)]),Xv]:r}),"JSXSpreadAttribute"===r.type?"argument":"expression"),"}"]}(e,t,n);case"JSXExpressionContainer":return function(e,t,n){const r=e.getValue(),u=e.getParentNode(0),o="JSXEmptyExpression"===r.expression.type||!fF(r.expression)&&("ArrayExpression"===r.expression.type||"ObjectExpression"===r.expression.type||"ArrowFunctionExpression"===r.expression.type||cF(r.expression)||"FunctionExpression"===r.expression.type||"TemplateLiteral"===r.expression.type||"TaggedTemplateExpression"===r.expression.type||"DoExpression"===r.expression.type||iF(u)&&("ConditionalExpression"===r.expression.type||pF(r.expression)));return Yv(o?["{",n("expression"),tF,"}"]:["{",Kv([Xv,n("expression")]),Xv,tF,"}"])}(e,0,n);case"JSXFragment":case"JSXElement":return AF(e,t,n);case"JSXOpeningElement":return function(e,t,n){const r=e.getValue(),u=r.name&&fF(r.name)||r.typeParameters&&fF(r.typeParameters);if(r.selfClosing&&0===r.attributes.length&&!u)return["<",n("name"),n("typeParameters")," />"];if(r.attributes&&1===r.attributes.length&&r.attributes[0].value&&lF(r.attributes[0].value)&&!r.attributes[0].value.value.includes("\n")&&!u&&!fF(r.attributes[0]))return Yv(["<",n("name"),n("typeParameters")," ",...e.map(n,"attributes"),r.selfClosing?" />":">"]);const o=r.attributes.length>0&&fF(uF(r.attributes),dF.Trailing),i=0===r.attributes.length&&!u||(t.bracketSameLine||t.jsxBracketSameLine)&&(!u||r.attributes.length>0)&&!o,s=r.attributes&&r.attributes.some((e=>e.value&&lF(e.value)&&e.value.value.includes("\n")));return Yv(["<",n("name"),n("typeParameters"),Kv(e.map((()=>[Jv,n()]),"attributes")),r.selfClosing?Jv:i?">":Xv,r.selfClosing?"/>":i?"":">"],{shouldBreak:s})}(e,t,n);case"JSXClosingElement":return function(e,t,n){const r=e.getValue(),u=[];u.push("</");const o=n("name");return fF(r.name,dF.Leading|dF.Line)?u.push(Kv([Gv,o]),Gv):fF(r.name,dF.Leading|dF.Block)?u.push(" ",o):u.push(o),u.push(">"),u}(e,0,n);case"JSXOpeningFragment":case"JSXClosingFragment":return function(e,t){const n=e.getValue(),r=fF(n),u=fF(n,dF.Line),o="JSXOpeningFragment"===n.type;return[o?"<":"</",Kv([u?Gv:r&&!o?" ":"",Hv(e,t,!0)]),u?Gv:"",">"]}(e,t);case"JSXEmptyExpression":return function(e,t){const n=e.getValue(),r=fF(n,dF.Line);return[Hv(e,t,!r),r?Gv:""]}(e,t);case"JSXText":throw new Error("JSXTest should be handled by JSXElement");default:throw new Error("Unknown JSX node type: ".concat(JSON.stringify(r.type),"."))}}},SF=gi,BF=et,wF=dr,TF=sr,PF=Li;eu({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=BF(this),n=wF(t),r=PF(t,0);return r.length=SF(r,t,t,n,0,void 0===e?1:TF(e)),r}});var NF,kF=vr,OF=Fr,IF=Object.keys||function(e){return kF(e,OF)},LF=zt,jF=Yt,_F=oe,MF=IF,RF=P?Object.defineProperties:function(e,t){jF(e);for(var n,r=_F(t),u=MF(t),o=u.length,i=0;o>i;)LF.f(e,n=u[i++],r[n]);return e},VF=fe("document","documentElement"),$F=Yt,WF=RF,qF=Fr,UF=vn,zF=VF,HF=Ot,JF=bn("IE_PROTO"),GF=function(){},XF=function(e){return"<script>"+e+"<\/script>"},YF=function(e){e.write(XF("")),e.close();var t=e.parentWindow.Object;return e=null,t},KF=function(){try{NF=new ActiveXObject("htmlfile")}catch(e){}KF="undefined"!=typeof document?document.domain&&NF?YF(NF):function(){var e,t=HF("iframe");return t.style.display="none",zF.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(XF("document.F=Object")),e.close(),e.F}():YF(NF);for(var e=qF.length;e--;)delete KF.prototype[qF[e]];return KF()};UF[JF]=!0;var QF=Object.create||function(e,t){var n;return null!==e?(GF.prototype=$F(e),n=new GF,GF.prototype=null,n[JF]=e):n=KF(),void 0===t?n:WF(n,t)},ZF=zt,ex=Et("unscopables"),tx=Array.prototype;null==tx[ex]&&ZF.f(tx,ex,{configurable:!0,value:QF(null)});!function(e){tx[ex][e]=!0}("flat");const{isNonEmptyArray:nx}=nc,{builders:{indent:rx,join:ux,line:ox}}=Wc,{isFlowAnnotationComment:ix}=eA;function sx(e,t,n){const r=e.getValue();if(!r.typeAnnotation)return"";const u=e.getParentNode(),o=r.definite||u&&"VariableDeclarator"===u.type&&u.definite,i="DeclareFunction"===u.type&&u.id===r;return ix(t.originalText,r.typeAnnotation)?[" /*: ",n("typeAnnotation")," */"]:[i?"":o?"!: ":": ",n("typeAnnotation")]}var ax={printOptionalToken:function(e){const t=e.getValue();return!t.optional||"Identifier"===t.type&&t===e.getParentNode().key?"":"OptionalCallExpression"===t.type||"OptionalMemberExpression"===t.type&&t.computed?"?.":"?"},printFunctionTypeParameters:function(e,t,n){const r=e.getValue();return r.typeArguments?n("typeArguments"):r.typeParameters?n("typeParameters"):""},printBindExpressionCallee:function(e,t,n){return["::",n("callee")]},printTypeScriptModifiers:function(e,t,n){const r=e.getValue();return nx(r.modifiers)?[ux(" ",e.map(n,"modifiers"))," "]:""},printTypeAnnotation:sx,printRestSpread:function(e,t,n){return["...",n("argument"),sx(e,t,n)]},adjustClause:function(e,t,n){return"EmptyStatement"===e.type?";":"BlockStatement"===e.type||n?[" ",t]:rx([ox,t])}};const{printDanglingComments:cx}=jD,{builders:{line:lx,softline:px,hardline:fx,group:dx,indent:hx,ifBreak:gx,fill:mx}}=Wc,{getLast:Dx,hasNewline:yx}=nc,{shouldPrintComma:Ex,hasComment:Ax,CommentCheckFlags:Cx,isNextLineEmpty:bx,isNumericLiteral:vx,isSignedNumericLiteral:Fx}=eA,{locStart:xx}=Wh,{printOptionalToken:Sx,printTypeAnnotation:Bx}=ax;function wx(e,t){return e.elements.length>1&&e.elements.every((e=>e&&(vx(e)||Fx(e)&&!Ax(e.argument))&&!Ax(e,Cx.Trailing|Cx.Line,(e=>!yx(t.originalText,xx(e),{backwards:!0})))))}function Tx(e,t,n,r){const u=[];let o=[];return e.each((e=>{u.push(o,dx(r())),o=[",",lx],e.getValue()&&bx(e.getValue(),t)&&o.push(px)}),n),u}function Px(e,t,n,r){const u=[];return e.each(((e,o,i)=>{const s=o===i.length-1;u.push([n(),s?r:","]),s||u.push(bx(e.getValue(),t)?[fx,fx]:Ax(i[o+1],Cx.Leading|Cx.Line)?fx:lx)}),"elements"),mx(u)}var Nx={printArray:function(e,t,n){const r=e.getValue(),u=[],o="TupleExpression"===r.type?"#[":"[";if(0===r.elements.length)Ax(r,Cx.Dangling)?u.push(dx([o,cx(e,t),px,"]"])):u.push(o,"]");else{const i=Dx(r.elements),s=!(i&&"RestElement"===i.type),a=null===i,c=Symbol("array"),l=!t.__inJestEach&&r.elements.length>1&&r.elements.every(((e,t,n)=>{const r=e&&e.type;if("ArrayExpression"!==r&&"ObjectExpression"!==r)return!1;const u=n[t+1];if(u&&r!==u.type)return!1;const o="ArrayExpression"===r?"elements":"properties";return e[o]&&e[o].length>1})),p=wx(r,t),f=s?a?",":Ex(t)?p?gx(",","",{groupId:c}):gx(","):"":"";u.push(dx([o,hx([px,p?Px(e,t,n,f):[Tx(e,t,"elements",n),f],cx(e,t,!0)]),px,"]"],{shouldBreak:l,id:c}))}return u.push(Sx(e),Bx(e,t,n)),u},printArrayItems:Tx,isConciselyPrintedArray:wx};const{printDanglingComments:kx}=jD,{getLast:Ox,getPenultimate:Ix}=nc,{getFunctionParameters:Lx,hasComment:jx,CommentCheckFlags:_x,isFunctionCompositionArgs:Mx,isJsxNode:Rx,isLongCurriedCallExpression:Vx,shouldPrintComma:$x,getCallArguments:Wx,iterateCallArgumentsPath:qx,isNextLineEmpty:Ux,isCallExpression:zx,isStringLiteral:Hx,isObjectProperty:Jx}=eA,{builders:{line:Gx,hardline:Xx,softline:Yx,group:Kx,indent:Qx,conditionalGroup:Zx,ifBreak:eS,breakParent:tS},utils:{willBreak:nS}}=Wc,{ArgExpansionBailout:rS}=ap,{isConciselyPrintedArray:uS}=Nx;function oS(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return"ObjectExpression"===e.type&&(e.properties.length>0||jx(e))||"ArrayExpression"===e.type&&(e.elements.length>0||jx(e))||"TSTypeAssertion"===e.type&&oS(e.expression)||"TSAsExpression"===e.type&&oS(e.expression)||"FunctionExpression"===e.type||"ArrowFunctionExpression"===e.type&&(!e.returnType||!e.returnType.typeAnnotation||"TSTypeReference"!==e.returnType.typeAnnotation.type||iS(e.body))&&("BlockStatement"===e.body.type||"ArrowFunctionExpression"===e.body.type&&oS(e.body,!0)||"ObjectExpression"===e.body.type||"ArrayExpression"===e.body.type||!t&&(zx(e.body)||"ConditionalExpression"===e.body.type)||Rx(e.body))||"DoExpression"===e.type||"ModuleExpression"===e.type}function iS(e){return"BlockStatement"===e.type&&(e.body.some((e=>"EmptyStatement"!==e.type))||jx(e,_x.Dangling))}var sS=function(e,t,n){const r=e.getValue(),u="ImportExpression"===r.type,o=Wx(r);if(0===o.length)return["(",kx(e,t,!0),")"];if(function(e){return 2===e.length&&"ArrowFunctionExpression"===e[0].type&&0===Lx(e[0]).length&&"BlockStatement"===e[0].body.type&&"ArrayExpression"===e[1].type&&!e.some((e=>jx(e)))}(o))return["(",n(["arguments",0]),", ",n(["arguments",1]),")"];let i=!1,s=!1;const a=o.length-1,c=[];qx(e,((e,r)=>{const u=e.getNode(),o=[n()];r===a||(Ux(u,t)?(0===r&&(s=!0),i=!0,o.push(",",Xx,Xx)):o.push(",",Gx)),c.push(o)}));const l=u||r.callee&&"Import"===r.callee.type||!$x(t,"all")?"":",";function p(){return Kx(["(",Qx([Gx,...c]),l,Gx,")"],{shouldBreak:!0})}if(i||"Decorator"!==e.getParentNode().type&&Mx(o))return p();const f=function(e){if(2!==e.length)return!1;const[t,n]=e;return!("ModuleExpression"!==t.type||!function(e){return"ObjectExpression"===e.type&&1===e.properties.length&&Jx(e.properties[0])&&"Identifier"===e.properties[0].key.type&&"type"===e.properties[0].key.name&&Hx(e.properties[0].value)&&"module"===e.properties[0].value.value}(n))||!jx(t)&&("FunctionExpression"===t.type||"ArrowFunctionExpression"===t.type&&"BlockStatement"===t.body.type)&&"FunctionExpression"!==n.type&&"ArrowFunctionExpression"!==n.type&&"ConditionalExpression"!==n.type&&!oS(n)}(o),d=function(e,t){const n=Ox(e),r=Ix(e);return!jx(n,_x.Leading)&&!jx(n,_x.Trailing)&&oS(n)&&(!r||r.type!==n.type)&&(2!==e.length||"ArrowFunctionExpression"!==r.type||"ArrayExpression"!==n.type)&&!(e.length>1&&"ArrayExpression"===n.type&&uS(n,t))}(o,t);if(f||d){if(f?c.slice(1).some(nS):c.slice(0,-1).some(nS))return p();let t=[];try{e.try((()=>{qx(e,((e,r)=>{f&&0===r&&(t=[[n([],{expandFirstArg:!0}),c.length>1?",":"",s?Xx:Gx,s?Xx:""],...c.slice(1)]),d&&r===a&&(t=[...c.slice(0,-1),n([],{expandLastArg:!0})])}))}))}catch(e){if(e instanceof rS)return p();throw e}return[c.some(nS)?tS:"",Zx([["(",...t,")"],f?["(",Kx(t[0],{shouldBreak:!0}),...t.slice(1),")"]:["(",...c.slice(0,-1),Kx(Ox(t),{shouldBreak:!0}),")"],p()])]}const h=["(",Qx([Yx,...c]),eS(l),Yx,")"];return Vx(e)?h:Kx(h,{shouldBreak:c.some(nS)||i})};const{builders:{softline:aS,group:cS,indent:lS,label:pS}}=Wc,{isNumericLiteral:fS,isMemberExpression:dS,isCallExpression:hS}=eA,{printOptionalToken:gS}=ax;function mS(e,t,n){const r=n("property"),u=e.getValue(),o=gS(e);return u.computed?!u.property||fS(u.property)?[o,"[",r,"]"]:cS([o,"[",lS([aS,r]),aS,"]"]):[o,".",r]}var DS={printMemberExpression:function(e,t,n){const r=e.getValue(),u=e.getParentNode();let o,i=0;do{o=e.getParentNode(i),i++}while(o&&(dS(o)||"TSNonNullExpression"===o.type));const s=n("object"),a=mS(e,0,n),c=o&&("NewExpression"===o.type||"BindExpression"===o.type||"AssignmentExpression"===o.type&&"Identifier"!==o.left.type)||r.computed||"Identifier"===r.object.type&&"Identifier"===r.property.type&&!dS(u)||("AssignmentExpression"===u.type||"VariableDeclarator"===u.type)&&(hS(r.object)&&r.object.arguments.length>0||"TSNonNullExpression"===r.object.type&&hS(r.object.expression)&&r.object.expression.arguments.length>0||"member-chain"===s.label);return pS("member-chain"===s.label?"member-chain":"member",[s,c?a:cS(lS([aS,a]))])},printMemberLookup:mS};const{printComments:yS}=jD,{getLast:ES,isNextLineEmptyAfterIndex:AS,getNextNonSpaceNonCommentCharacterIndex:CS}=nc,bS=tv,{isCallExpression:vS,isMemberExpression:FS,isFunctionOrArrowExpression:xS,isLongCurriedCallExpression:SS,isMemberish:BS,isNumericLiteral:wS,isSimpleCallArgument:TS,hasComment:PS,CommentCheckFlags:NS,isNextLineEmpty:kS}=eA,{locEnd:OS}=Wh,{builders:{join:IS,hardline:LS,group:jS,indent:_S,conditionalGroup:MS,breakParent:RS,label:VS},utils:{willBreak:$S}}=Wc,WS=sS,{printMemberLookup:qS}=DS,{printOptionalToken:US,printFunctionTypeParameters:zS,printBindExpressionCallee:HS}=ax;const{builders:{join:JS,group:GS}}=Wc,XS=tv,{getCallArguments:YS,hasFlowAnnotationComment:KS,isCallExpression:QS,isMemberish:ZS,isStringLiteral:eB,isTemplateOnItsOwnLine:tB,isTestCall:nB,iterateCallArgumentsPath:rB}=eA,uB=function(e,t,n){const r=e.getParentNode(),u=!r||"ExpressionStatement"===r.type,o=[];function i(e){const{originalText:n}=t,r=CS(n,e,OS);return")"===n.charAt(r)?!1!==r&&AS(n,r+1):kS(e,t)}function s(e){const r=e.getValue();vS(r)&&(BS(r.callee)||vS(r.callee))?(o.unshift({node:r,printed:[yS(e,[US(e),zS(e,t,n),WS(e,t,n)],t),i(r)?LS:""]}),e.call((e=>s(e)),"callee")):BS(r)?(o.unshift({node:r,needsParens:bS(e,t),printed:yS(e,FS(r)?qS(e,t,n):HS(e,t,n),t)}),e.call((e=>s(e)),"object")):"TSNonNullExpression"===r.type?(o.unshift({node:r,printed:yS(e,"!",t)}),e.call((e=>s(e)),"expression")):o.unshift({node:r,printed:n()})}const a=e.getValue();o.unshift({node:a,printed:[US(e),zS(e,t,n),WS(e,t,n)]}),a.callee&&e.call((e=>s(e)),"callee");const c=[];let l=[o[0]],p=1;for(;p<o.length&&("TSNonNullExpression"===o[p].node.type||vS(o[p].node)||FS(o[p].node)&&o[p].node.computed&&wS(o[p].node.property));++p)l.push(o[p]);if(!vS(o[0].node))for(;p+1<o.length&&BS(o[p].node)&&BS(o[p+1].node);++p)l.push(o[p]);c.push(l),l=[];let f=!1;for(;p<o.length;++p){if(f&&BS(o[p].node)){if(o[p].node.computed&&wS(o[p].node.property)){l.push(o[p]);continue}c.push(l),l=[],f=!1}(vS(o[p].node)||"ImportExpression"===o[p].node.type)&&(f=!0),l.push(o[p]),PS(o[p].node,NS.Trailing)&&(c.push(l),l=[],f=!1)}function d(e){return/^[A-Z]|^[$_]+$/.test(e)}l.length>0&&c.push(l);const h=c.length>=2&&!PS(c[1][0].node)&&function(e){const n=e[1].length>0&&e[1][0].node.computed;if(1===e[0].length){const r=e[0][0].node;return"ThisExpression"===r.type||"Identifier"===r.type&&(d(r.name)||u&&function(e){return e.length<=t.tabWidth}(r.name)||n)}const r=ES(e[0]).node;return FS(r)&&"Identifier"===r.property.type&&(d(r.property.name)||n)}(c);function g(e){const t=e.map((e=>e.printed));return e.length>0&&ES(e).needsParens?["(",...t,")"]:t}const m=c.map(g),D=m,y=h?3:2,E=c.flat(),A=E.slice(1,-1).some((e=>PS(e.node,NS.Leading)))||E.slice(0,-1).some((e=>PS(e.node,NS.Trailing)))||c[y]&&PS(c[y][0].node,NS.Leading);if(c.length<=y&&!A)return SS(e)?D:jS(D);const C=ES(c[h?1:0]).node,b=!vS(C)&&i(C),v=[g(c[0]),h?c.slice(1,2).map(g):"",b?LS:"",function(e){return 0===e.length?"":_S(jS([LS,IS(LS,e.map(g))]))}(c.slice(h?2:1))],F=o.map((e=>{let{node:t}=e;return t})).filter(vS);let x;return x=A||F.length>2&&F.some((e=>!e.arguments.every((e=>TS(e,0)))))||m.slice(0,-1).some($S)||function(){const e=ES(ES(c)).node,t=ES(m);return vS(e)&&$S(t)&&F.slice(0,-1).some((e=>e.arguments.some(xS)))}()?jS(v):[$S(D)||b?RS:"",MS([D,v])],VS("member-chain",x)},oB=sS,{printOptionalToken:iB,printFunctionTypeParameters:sB}=ax;var aB={printCallExpression:function(e,t,n){const r=e.getValue(),u=e.getParentNode(),o="NewExpression"===r.type,i="ImportExpression"===r.type,s=iB(e),a=YS(r);if(a.length>0&&(!i&&!o&&function(e,t){if("Identifier"!==e.callee.type)return!1;if("require"===e.callee.name)return!0;if("define"===e.callee.name){const n=YS(e);return"ExpressionStatement"===t.type&&(1===n.length||2===n.length&&"ArrayExpression"===n[0].type||3===n.length&&eB(n[0])&&"ArrayExpression"===n[1].type)}return!1}(r,u)||1===a.length&&tB(a[0],t.originalText)||!o&&nB(r,u))){const r=[];return rB(e,(()=>{r.push(n())})),[o?"new ":"",n("callee"),s,sB(e,t,n),"(",JS(", ",r),")"]}const c=("babel"===t.parser||"babel-flow"===t.parser)&&r.callee&&"Identifier"===r.callee.type&&KS(r.callee.trailingComments);if(c&&(r.callee.trailingComments[0].printed=!0),!i&&!o&&ZS(r.callee)&&!e.call((e=>XS(e,t)),"callee"))return uB(e,t,n);const l=[o?"new ":"",i?"import":n("callee"),s,c?"/*:: ".concat(r.callee.trailingComments[0].value.slice(2).trim()," */"):"",sB(e,t,n),oB(e,t,n)];return i||QS(r.callee)?GS(l):l}};const{isNonEmptyArray:cB,getStringWidth:lB}=nc,{builders:{line:pB,group:fB,indent:dB,indentIfBreak:hB},utils:{cleanDoc:gB,willBreak:mB,canBreak:DB}}=Wc,{hasLeadingOwnLineComment:yB,isBinaryish:EB,isStringLiteral:AB,isLiteral:CB,isNumericLiteral:bB,isCallExpression:vB,isMemberExpression:FB,getCallArguments:xB,rawText:SB,hasComment:BB,isSignedNumericLiteral:wB,isObjectProperty:TB}=eA,{shouldInlineLogicalExpression:PB}=Lv,{printCallExpression:NB}=aB;function kB(e,t,n,r,u,o){const i=function(e,t,n,r,u){const o=e.getValue(),i=o[u];if(!i)return"only-left";const s=!OB(i);if(e.match(OB,IB,(e=>!s||"ExpressionStatement"!==e.type&&"VariableDeclaration"!==e.type)))return s?"ArrowFunctionExpression"===i.type&&"ArrowFunctionExpression"===i.body.type?"chain-tail-arrow-chain":"chain-tail":"chain";if(!s&&OB(i.right)||yB(t.originalText,i))return"break-after-operator";if("CallExpression"===i.type&&"require"===i.callee.name||"json5"===t.parser||"json"===t.parser)return"never-break-after-operator";if(function(e){if(IB(e)){const t=e.left||e.id;return"ObjectPattern"===t.type&&t.properties.length>2&&t.properties.some((e=>TB(e)&&(!e.shorthand||e.value&&"AssignmentPattern"===e.value.type)))}return!1}(o)||function(e){const t=function(e){return function(e){return"TSTypeAliasDeclaration"===e.type||"TypeAlias"===e.type}(e)&&e.typeParameters&&e.typeParameters.params?e.typeParameters.params:null}(e);if(cB(t)){const n="TSTypeAliasDeclaration"===e.type?"constraint":"bound";if(t.length>1&&t.some((e=>e[n]||e.default)))return!0}return!1}(o)||function(e){if("VariableDeclarator"!==e.type)return!1;const{typeAnnotation:t}=e.id;if(!t||!t.typeAnnotation)return!1;const n=jB(t.typeAnnotation);return cB(n)&&n.length>1&&n.some((e=>cB(jB(e))||"TSConditionalType"===e.type))}(o)||LB(o)&&DB(r))return"break-lhs";const a=function(e,t,n){if(!TB(e))return!1;return"string"==typeof(t=gB(t))&&lB(t)<n.tabWidth+3}(o,r,t);return e.call((()=>function(e,t,n,r){const u=e.getValue();if(EB(u)&&!PB(u))return!0;switch(u.type){case"StringLiteralTypeAnnotation":case"SequenceExpression":return!0;case"ConditionalExpression":{const{test:e}=u;return EB(e)&&!PB(e)}case"ClassExpression":return cB(u.decorators)}if(r)return!1;let o=u;const i=[];for(;;)if("UnaryExpression"===o.type)o=o.argument,i.push("argument");else{if("TSNonNullExpression"!==o.type)break;o=o.expression,i.push("expression")}return!(!AB(o)&&!e.call((()=>_B(e,t,n)),...i))}(e,t,n,a)),u)?"break-after-operator":a||"TemplateLiteral"===i.type||"TaggedTemplateExpression"===i.type||"BooleanLiteral"===i.type||bB(i)||"ClassExpression"===i.type?"never-break-after-operator":"fluid"}(e,t,n,r,o),s=n(o,{assignmentLayout:i});switch(i){case"break-after-operator":return fB([fB(r),u,fB(dB([pB,s]))]);case"never-break-after-operator":return fB([fB(r),u," ",s]);case"fluid":{const e=Symbol("assignment");return fB([fB(r),u,fB(dB(pB),{id:e}),hB(s,{groupId:e})])}case"break-lhs":return fB([r,u," ",fB(s)]);case"chain":return[fB(r),u,pB,s];case"chain-tail":return[fB(r),u,dB([pB,s])];case"chain-tail-arrow-chain":return[fB(r),u,s];case"only-left":return r}}function OB(e){return"AssignmentExpression"===e.type}function IB(e){return OB(e)||"VariableDeclarator"===e.type}function LB(e){return"VariableDeclarator"===e.type&&e.init&&"ArrowFunctionExpression"===e.init.type}function jB(e){return function(e){return"TSTypeReference"===e.type||"GenericTypeAnnotation"===e.type}(e)&&e.typeParameters&&e.typeParameters.params?e.typeParameters.params:null}function _B(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const u=e.getValue(),o=()=>_B(e,t,n,!0);if("TSNonNullExpression"===u.type)return e.call(o,"expression");if(vB(u)){if("member-chain"===NB(e,t,n).label)return!1;const r=xB(u);return!!(0===r.length||1===r.length&&MB(r[0],t))&&!RB(u,n)&&e.call(o,"callee")}return FB(u)?e.call(o,"object"):r&&("Identifier"===u.type||"ThisExpression"===u.type)}function MB(e,t){let{printWidth:n}=t;if(BB(e))return!1;const r=.25*n;if("ThisExpression"===e.type||"Identifier"===e.type&&e.name.length<=r||wB(e)&&!BB(e.argument))return!0;const u="Literal"===e.type&&"regex"in e&&e.regex.pattern||"RegExpLiteral"===e.type&&e.pattern;return u?u.length<=r:AB(e)?SB(e).length<=r:"TemplateLiteral"===e.type?0===e.expressions.length&&e.quasis[0].value.raw.length<=r&&!e.quasis[0].value.raw.includes("\n"):CB(e)}function RB(e,t){const n=function(e){return e.typeParameters&&e.typeParameters.params||e.typeArguments&&e.typeArguments.params}(e);if(cB(n)){if(n.length>1)return!0;if(1===n.length){const e=n[0];if("TSUnionType"===e.type||"UnionTypeAnnotation"===e.type||"TSIntersectionType"===e.type||"IntersectionTypeAnnotation"===e.type)return!0}const r=e.typeParameters?"typeParameters":"typeArguments";if(mB(t(r)))return!0}return!1}var VB={printVariableDeclarator:function(e,t,n){return kB(e,t,n,n("id")," =","init")},printAssignmentExpression:function(e,t,n){const r=e.getValue();return kB(e,t,n,n("left"),[" ",r.operator],"right")},printAssignment:kB,isArrowFunctionVariableDeclarator:LB};const{getNextNonSpaceNonCommentCharacter:$B}=nc,{printDanglingComments:WB}=jD,{builders:{line:qB,hardline:UB,softline:zB,group:HB,indent:JB,ifBreak:GB},utils:{removeLines:XB,willBreak:YB}}=Wc,{getFunctionParameters:KB,iterateFunctionParametersPath:QB,isSimpleType:ZB,isTestCall:ew,isTypeAnnotationAFunction:tw,isObjectType:nw,isObjectTypePropertyAFunction:rw,hasRestParameter:uw,shouldPrintComma:ow,hasComment:iw,isNextLineEmpty:sw}=eA,{locEnd:aw}=Wh,{ArgExpansionBailout:cw}=ap,{printFunctionTypeParameters:lw}=ax;function pw(e){if(!e)return!1;const t=KB(e);if(1!==t.length)return!1;const[n]=t;return!iw(n)&&("ObjectPattern"===n.type||"ArrayPattern"===n.type||"Identifier"===n.type&&n.typeAnnotation&&("TypeAnnotation"===n.typeAnnotation.type||"TSTypeAnnotation"===n.typeAnnotation.type)&&nw(n.typeAnnotation.typeAnnotation)||"FunctionTypeParam"===n.type&&nw(n.typeAnnotation)||"AssignmentPattern"===n.type&&("ObjectPattern"===n.left.type||"ArrayPattern"===n.left.type)&&("Identifier"===n.right.type||"ObjectExpression"===n.right.type&&0===n.right.properties.length||"ArrayExpression"===n.right.type&&0===n.right.elements.length))}var fw={printFunctionParameters:function(e,t,n,r,u){const o=e.getValue(),i=KB(o),s=u?lw(e,n,t):"";if(0===i.length)return[s,"(",WB(e,n,!0,(e=>")"===$B(n.originalText,e,aw))),")"];const a=e.getParentNode(),c=ew(a),l=pw(o),p=[];if(QB(e,((e,r)=>{const u=r===i.length-1;u&&o.rest&&p.push("..."),p.push(t()),u||(p.push(","),c||l?p.push(" "):sw(i[r],n)?p.push(UB,UB):p.push(qB))})),r){if(YB(s)||YB(p))throw new cw;return HB([XB(s),"(",XB(p),")"])}const f=i.every((e=>!e.decorators));return l&&f||c?[s,"(",...p,")"]:(rw(a)||tw(a)||"TypeAlias"===a.type||"UnionTypeAnnotation"===a.type||"TSUnionType"===a.type||"IntersectionTypeAnnotation"===a.type||"FunctionTypeAnnotation"===a.type&&a.returnType===o)&&1===i.length&&null===i[0].name&&o.this!==i[0]&&i[0].typeAnnotation&&null===o.typeParameters&&ZB(i[0].typeAnnotation)&&!o.rest?"always"===n.arrowParens?["(",...p,")"]:p:[s,"(",JB([zB,...p]),GB(!uw(o)&&ow(n,"all")?",":""),zB,")"]},shouldHugFunctionParameters:pw,shouldGroupFunctionParameters:function(e,t){const n=function(e){let t;return e.returnType?(t=e.returnType,t.typeAnnotation&&(t=t.typeAnnotation)):e.typeAnnotation&&(t=e.typeAnnotation),t}(e);if(!n)return!1;const r=e.typeParameters&&e.typeParameters.params;if(r){if(r.length>1)return!1;if(1===r.length){const e=r[0];if(e.constraint||e.default)return!1}}return 1===KB(e).length&&(nw(n)||YB(t))}};const{printComments:dw,printDanglingComments:hw}=jD,{getLast:gw,isNonEmptyArray:mw}=nc,{builders:{group:Dw,join:yw,line:Ew,softline:Aw,indent:Cw,align:bw,ifBreak:vw}}=Wc,Fw=tv,{locStart:xw}=Wh,{isSimpleType:Sw,isObjectType:Bw,hasLeadingOwnLineComment:ww,isObjectTypePropertyAFunction:Tw,shouldPrintComma:Pw}=eA,{printAssignment:Nw}=VB,{printFunctionParameters:kw,shouldGroupFunctionParameters:Ow}=fw,{printArrayItems:Iw}=Nx;function Lw(e){if(Sw(e)||Bw(e))return!0;if("UnionTypeAnnotation"===e.type||"TSUnionType"===e.type){const t=e.types.filter((e=>"VoidTypeAnnotation"===e.type||"TSVoidKeyword"===e.type||"NullLiteralTypeAnnotation"===e.type||"TSNullKeyword"===e.type)).length,n=e.types.some((e=>"ObjectTypeAnnotation"===e.type||"TSTypeLiteral"===e.type||"GenericTypeAnnotation"===e.type||"TSTypeReference"===e.type));if(e.types.length-1===t&&n)return!0}return!1}var jw={printOpaqueType:function(e,t,n){const r=t.semi?";":"",u=e.getValue(),o=[];return o.push("opaque type ",n("id"),n("typeParameters")),u.supertype&&o.push(": ",n("supertype")),u.impltype&&o.push(" = ",n("impltype")),o.push(r),o},printTypeAlias:function(e,t,n){const r=t.semi?";":"",u=e.getValue(),o=[];u.declare&&o.push("declare "),o.push("type ",n("id"),n("typeParameters"));const i="TSTypeAliasDeclaration"===u.type?"typeAnnotation":"right";return[Nw(e,t,n,o," =",i),r]},printIntersectionType:function(e,t,n){const r=e.getValue(),u=e.map(n,"types"),o=[];let i=!1;for(let e=0;e<u.length;++e)0===e?o.push(u[e]):Bw(r.types[e-1])&&Bw(r.types[e])?o.push([" & ",i?Cw(u[e]):u[e]]):Bw(r.types[e-1])||Bw(r.types[e])?(e>1&&(i=!0),o.push(" & ",e>1?Cw(u[e]):u[e])):o.push(Cw([" &",Ew,u[e]]));return Dw(o)},printUnionType:function(e,t,n){const r=e.getValue(),u=e.getParentNode(),o=!("TypeParameterInstantiation"===u.type||"TSTypeParameterInstantiation"===u.type||"GenericTypeAnnotation"===u.type||"TSTypeReference"===u.type||"TSTypeAssertion"===u.type||"TupleTypeAnnotation"===u.type||"TSTupleType"===u.type||"FunctionTypeParam"===u.type&&!u.name&&e.getParentNode(1).this!==u||("TypeAlias"===u.type||"VariableDeclarator"===u.type||"TSTypeAliasDeclaration"===u.type)&&ww(t.originalText,r)),i=Lw(r),s=e.map((e=>{let r=n();return i||(r=bw(2,r)),dw(e,r,t)}),"types");if(i)return yw(" | ",s);const a=o&&!ww(t.originalText,r),c=[vw([a?Ew:"","| "]),yw([Ew,"| "],s)];return Fw(e,t)?Dw([Cw(c),Aw]):"TupleTypeAnnotation"===u.type&&u.types.length>1||"TSTupleType"===u.type&&u.elementTypes.length>1?Dw([Cw([vw(["(",Aw]),c]),Aw,vw(")")]):Dw(o?Cw(c):c)},printFunctionType:function(e,t,n){const r=e.getValue(),u=[],o=e.getParentNode(0),i=e.getParentNode(1),s=e.getParentNode(2);let a="TSFunctionType"===r.type||!(("ObjectTypeProperty"===o.type||"ObjectTypeInternalSlot"===o.type)&&!o.variance&&!o.optional&&xw(o)===xw(r)||"ObjectTypeCallProperty"===o.type||s&&"DeclareFunction"===s.type),c=a&&("TypeAnnotation"===o.type||"TSTypeAnnotation"===o.type);const l=c&&a&&("TypeAnnotation"===o.type||"TSTypeAnnotation"===o.type)&&"ArrowFunctionExpression"===i.type;Tw(o)&&(a=!0,c=!0),l&&u.push("(");const p=kw(e,n,t,!1,!0),f=r.returnType||r.predicate||r.typeAnnotation?[a?" => ":": ",n("returnType"),n("predicate"),n("typeAnnotation")]:"",d=Ow(r,f);return u.push(d?Dw(p):p),f&&u.push(f),l&&u.push(")"),Dw(u)},printTupleType:function(e,t,n){const r=e.getValue(),u="TSTupleType"===r.type?"elementTypes":"types",o=r[u],i=mw(o),s=i&&"TSRestType"===gw(o).type,a=i?Aw:"";return Dw(["[",Cw([a,Iw(e,t,u,n)]),vw(i&&Pw(t,"all")&&!s?",":""),hw(e,t,!0),a,"]"])},printIndexedAccessType:function(e,t,n){const r=e.getValue(),u="OptionalIndexedAccessType"===r.type&&r.optional?"?.[":"[";return[n("objectType"),u,n("indexType"),"]"]},shouldHugType:Lw};const{printDanglingComments:_w}=jD,{builders:{join:Mw,line:Rw,hardline:Vw,softline:$w,group:Ww,indent:qw,ifBreak:Uw}}=Wc,{isTestCall:zw,hasComment:Hw,CommentCheckFlags:Jw,isTSXFile:Gw,shouldPrintComma:Xw,getFunctionParameters:Yw,isObjectType:Kw}=eA,{createGroupIdMapper:Qw}=nc,{shouldHugType:Zw}=jw,{isArrowFunctionVariableDeclarator:eT}=VB,tT=Qw("typeParameters");function nT(e,t){const n=e.getValue();if(!Hw(n,Jw.Dangling))return"";const r=!Hw(n,Jw.Line),u=_w(e,t,r);return r?u:[u,Vw]}var rT={printTypeParameter:function(e,t,n){const r=e.getValue(),u=[],o=e.getParentNode();return"TSMappedType"===o.type?(u.push("[",n("name")),r.constraint&&u.push(" in ",n("constraint")),o.nameType&&u.push(" as ",e.callParent((()=>n("nameType")))),u.push("]"),u):(r.variance&&u.push(n("variance")),u.push(n("name")),r.bound&&u.push(": ",n("bound")),r.constraint&&u.push(" extends ",n("constraint")),r.default&&u.push(" = ",n("default")),u)},printTypeParameters:function(e,t,n,r){const u=e.getValue();if(!u[r])return"";if(!Array.isArray(u[r]))return n(r);const o=e.getNode(2),i=o&&zw(o),s=e.match((e=>!(1===e[r].length&&Kw(e[r][0]))),void 0,((e,t)=>"typeAnnotation"===t),(e=>"Identifier"===e.type),eT);if(!s&&(i||0===u[r].length||1===u[r].length&&("NullableTypeAnnotation"===u[r][0].type||Zw(u[r][0]))))return["<",Mw(", ",e.map(n,r)),nT(e,t),">"];const a="TSTypeParameterInstantiation"===u.type?"":1===Yw(u).length&&Gw(t)&&!u[r][0].constraint&&"ArrowFunctionExpression"===e.getParentNode().type?",":Xw(t,"all")?Uw(","):"";return Ww(["<",qw([$w,Mw([",",Rw],e.map(n,r))]),a,$w,">"],{id:tT(u)})},getTypeParametersGroupId:tT};const{printComments:uT}=jD,{printString:oT,printNumber:iT}=nc,{isNumericLiteral:sT,isSimpleNumber:aT,isStringLiteral:cT,isStringPropSafeToUnquote:lT,rawText:pT}=eA,{printAssignment:fT}=VB,dT=new WeakMap;function hT(e,t,n){const r=e.getNode();if(r.computed)return["[",n("key"),"]"];const u=e.getParentNode(),{key:o}=r;if("ClassPrivateProperty"===r.type&&"Identifier"===o.type)return["#",n("key")];if("consistent"===t.quoteProps&&!dT.has(u)){const e=(u.properties||u.body||u.members).some((e=>!e.computed&&e.key&&cT(e.key)&&!lT(e,t)));dT.set(u,e)}if(("Identifier"===o.type||sT(o)&&aT(iT(pT(o)))&&String(o.value)===iT(pT(o))&&"typescript"!==t.parser&&"babel-ts"!==t.parser)&&("json"===t.parser||"consistent"===t.quoteProps&&dT.get(u))){const n=oT(JSON.stringify("Identifier"===o.type?o.name:o.value.toString()),t);return e.call((e=>uT(e,n,t)),"key")}return lT(r,t)&&("as-needed"===t.quoteProps||"consistent"===t.quoteProps&&!dT.get(u))?e.call((e=>uT(e,/^\d/.test(o.value)?iT(o.value):o.value,t)),"key"):n("key")}var gT={printProperty:function(e,t,n){return e.getValue().shorthand?n("value"):fT(e,t,n,hT(e,t,n),":","value")},printPropertyKey:hT};const mT=cD,{printDanglingComments:DT,printCommentsSeparately:yT}=jD,ET=ni,{getNextNonSpaceNonCommentCharacterIndex:AT}=nc,{builders:{line:CT,softline:bT,group:vT,indent:FT,ifBreak:xT,hardline:ST,join:BT,indentIfBreak:wT},utils:{removeLines:TT,willBreak:PT}}=Wc,{ArgExpansionBailout:NT}=ap,{getFunctionParameters:kT,hasLeadingOwnLineComment:OT,isFlowAnnotationComment:IT,isJsxNode:LT,isTemplateOnItsOwnLine:jT,shouldPrintComma:_T,startsWithNoLookaheadToken:MT,isBinaryish:RT,isLineComment:VT,hasComment:$T,getComments:WT,CommentCheckFlags:qT,isCallLikeExpression:UT,isCallExpression:zT,getCallArguments:HT,hasNakedLeftSide:JT,getLeftSide:GT}=eA,{locEnd:XT}=Wh,{printFunctionParameters:YT,shouldGroupFunctionParameters:KT}=fw,{printPropertyKey:QT}=gT,{printFunctionTypeParameters:ZT}=ax;function eP(e,t,n){const r=e.getNode(),u=YT(e,n,t),o=nP(e,n,t),i=KT(r,o),s=[ZT(e,t,n),vT([i?vT(u):u,o])];return r.body?s.push(" ",n("body")):s.push(t.semi?";":""),s}function tP(e,t){return"always"!==t.arrowParens&&"avoid"===t.arrowParens&&function(e){const t=kT(e);return!(1!==t.length||e.typeParameters||$T(e,qT.Dangling)||"Identifier"!==t[0].type||t[0].typeAnnotation||$T(t[0])||t[0].optional||e.predicate||e.returnType)}(e.getValue())}function nP(e,t,n){const r=e.getValue(),u=t("returnType");if(r.returnType&&IT(n.originalText,r.returnType))return[" /*: ",u," */"];const o=[u];return r.returnType&&r.returnType.typeAnnotation&&o.unshift(": "),r.predicate&&o.push(r.returnType?" ":": ",t("predicate")),o}function rP(e,t,n){const r=e.getValue(),u=t.semi?";":"",o=[];r.argument&&(function(e,t){if(OT(e.originalText,t))return!0;if(JT(t)){let n,r=t;for(;n=GT(r);)if(r=n,OT(e.originalText,r))return!0}return!1}(t,r.argument)?o.push([" (",FT([ST,n("argument")]),ST,")"]):RT(r.argument)||"SequenceExpression"===r.argument.type?o.push(vT([xT(" ("," "),FT([bT,n("argument")]),bT,xT(")")])):o.push(" ",n("argument")));const i=WT(r),s=ET(i),a=s&&VT(s);return a&&o.push(u),$T(r,qT.Dangling)&&o.push(" ",DT(e,t,!0)),a||o.push(u),o}var uP={printFunction:function(e,t,n,r){const u=e.getValue();let o=!1;if(("FunctionDeclaration"===u.type||"FunctionExpression"===u.type)&&r&&r.expandLastArg){const t=e.getParentNode();zT(t)&&HT(t).length>1&&(o=!0)}const i=[];"TSDeclareFunction"===u.type&&u.declare&&i.push("declare "),u.async&&i.push("async "),u.generator?i.push("function* "):i.push("function "),u.id&&i.push(t("id"));const s=YT(e,t,n,o),a=nP(e,t,n),c=KT(u,a);return i.push(ZT(e,n,t),vT([c?vT(s):s,a]),u.body?" ":"",t("body")),!n.semi||!u.declare&&u.body||i.push(";"),i},printArrowFunction:function(e,t,n,r){let u=e.getValue();const o=[],i=[];let s=!1;if(function a(){const c=function(e,t,n,r){const u=[];if(e.getValue().async&&u.push("async "),tP(e,t))u.push(n(["params",0]));else{const o=r&&(r.expandLastArg||r.expandFirstArg);let i=nP(e,n,t);if(o){if(PT(i))throw new NT;i=vT(TT(i))}u.push(vT([YT(e,n,t,o,!0),i]))}const o=DT(e,t,!0,(e=>{const n=AT(t.originalText,e,XT);return!1!==n&&"=>"===t.originalText.slice(n,n+2)}));return o&&u.push(" ",o),u}(e,t,n,r);if(0===o.length)o.push(c);else{const{leading:n,trailing:r}=yT(e,t);o.push([n,c]),i.unshift(r)}s=s||u.returnType&&kT(u).length>0||u.typeParameters||kT(u).some((e=>"Identifier"!==e.type)),"ArrowFunctionExpression"!==u.body.type||r&&r.expandLastArg?i.unshift(n("body",r)):(u=u.body,e.call(a,"body"))}(),o.length>1)return function(e,t,n,r,u,o){const i=e.getName(),s=e.getParentNode(),a=UT(s)&&"callee"===i,c=Boolean(t&&t.assignmentLayout),l="BlockStatement"!==o.body.type&&"ObjectExpression"!==o.body.type&&"SequenceExpression"!==o.body.type,p=a&&l||t&&"chain-tail-arrow-chain"===t.assignmentLayout,f=Symbol("arrow-chain");return"SequenceExpression"===o.body.type&&(u=vT(["(",FT([bT,u]),bT,")"])),vT([vT(FT([a||c?bT:"",vT(BT([" =>",CT],n),{shouldBreak:r})]),{id:f,shouldBreak:p})," =>",wT(l?FT([CT,u]):[" ",u],{groupId:f}),a?xT(bT,"",{groupId:f}):""])}(e,r,o,s,i,u);const a=o;if(a.push(" =>"),!OT(t.originalText,u.body)&&("ArrayExpression"===u.body.type||"ObjectExpression"===u.body.type||"BlockStatement"===u.body.type||LT(u.body)||jT(u.body,t.originalText)||"ArrowFunctionExpression"===u.body.type||"DoExpression"===u.body.type))return vT([...a," ",i]);if("SequenceExpression"===u.body.type)return vT([...a,vT([" (",FT([bT,i]),bT,")"])]);const c=(r&&r.expandLastArg||"JSXExpressionContainer"===e.getParentNode().type)&&!$T(u),l=r&&r.expandLastArg&&_T(t,"all"),p="ConditionalExpression"===u.body.type&&!MT(u.body,!1);return vT([...a,vT([FT([CT,p?xT("","("):"",i,p?xT("",")"):""]),c?[xT(l?",":""),bT]:""])])},printMethod:function(e,t,n){const r=e.getNode(),{kind:u}=r,o=r.value||r,i=[];return u&&"init"!==u&&"method"!==u&&"constructor"!==u?(mT.ok("get"===u||"set"===u),i.push(u," ")):o.async&&i.push("async "),o.generator&&i.push("*"),i.push(QT(e,t,n),r.optional||r.key.optional?"?":""),r===o?i.push(eP(e,t,n)):"FunctionExpression"===o.type?i.push(e.call((e=>eP(e,t,n)),"value")):i.push(n("value")),i},printReturnStatement:function(e,t,n){return["return",rP(e,t,n)]},printThrowStatement:function(e,t,n){return["throw",rP(e,t,n)]},printMethodInternal:eP,shouldPrintParamsWithoutParens:tP};const{isNonEmptyArray:oP,hasNewline:iP}=nc,{builders:{line:sP,hardline:aP,join:cP,breakParent:lP,group:pP}}=Wc,{locStart:fP,locEnd:dP}=Wh,{getParentExportDeclaration:hP}=eA;function gP(e,t){return e.decorators.some((e=>iP(t.originalText,dP(e))))}function mP(e){if("ExportDefaultDeclaration"!==e.type&&"ExportNamedDeclaration"!==e.type&&"DeclareExportDeclaration"!==e.type)return!1;const t=e.declaration&&e.declaration.decorators;return oP(t)&&fP(e,{ignoreDecorators:!0})>fP(t[0])}var DP={printDecorators:function(e,t,n){const r=e.getValue(),{decorators:u}=r;if(!oP(u)||mP(e.getParentNode()))return;const o="ClassExpression"===r.type||"ClassDeclaration"===r.type||gP(r,t);return[hP(e)?aP:o?lP:"",cP(sP,e.map(n,"decorators")),sP]},printClassMemberDecorators:function(e,t,n){const r=e.getValue();return pP([cP(sP,e.map(n,"decorators")),gP(r,t)?aP:sP])},printDecoratorsBeforeExport:function(e,t,n){return[cP(aP,e.map(n,"declaration","decorators")),aP]},hasDecoratorsBeforeExport:mP};const{isNonEmptyArray:yP,createGroupIdMapper:EP}=nc,{printComments:AP,printDanglingComments:CP}=jD,{builders:{join:bP,line:vP,hardline:FP,softline:xP,group:SP,indent:BP,ifBreak:wP}}=Wc,{hasComment:TP,CommentCheckFlags:PP}=eA,{getTypeParametersGroupId:NP}=rT,{printMethod:kP}=uP,{printOptionalToken:OP,printTypeAnnotation:IP}=ax,{printPropertyKey:LP}=gT,{printAssignment:jP}=VB,{printClassMemberDecorators:_P}=DP,MP=EP("heritageGroup");function RP(e){return e.typeParameters&&!TP(e.typeParameters,PP.Trailing|PP.Line)&&!function(e){return["superClass","extends","mixins","implements"].filter((t=>Boolean(e[t]))).length>1}(e)}function VP(e,t,n,r){const u=e.getValue();if(!yP(u[r]))return"";const o=CP(e,t,!0,(e=>{let{marker:t}=e;return t===r}));return[RP(u)?wP(" ",vP,{groupId:NP(u.typeParameters)}):vP,o,o&&FP,r,SP(BP([vP,bP([",",vP],e.map(n,r))]))]}function $P(e,t,n){const r=n("superClass");return"AssignmentExpression"===e.getParentNode().type?SP(wP(["(",BP([xP,r]),xP,")"],r)):r}var WP={printClass:function(e,t,n){const r=e.getValue(),u=[];r.declare&&u.push("declare "),r.abstract&&u.push("abstract "),u.push("class");const o=r.id&&TP(r.id,PP.Trailing)||r.superClass&&TP(r.superClass)||yP(r.extends)||yP(r.mixins)||yP(r.implements),i=[],s=[];if(r.id&&i.push(" ",n("id")),i.push(n("typeParameters")),r.superClass){const r=["extends ",$P(e,0,n),n("superTypeParameters")],u=e.call((e=>AP(e,r,t)),"superClass");o?s.push(vP,SP(u)):s.push(" ",u)}else s.push(VP(e,t,n,"extends"));if(s.push(VP(e,t,n,"mixins"),VP(e,t,n,"implements")),o){let e;e=RP(r)?[...i,BP(s)]:BP([...i,s]),u.push(SP(e,{id:MP(r)}))}else u.push(...i,...s);return u.push(" ",n("body")),u},printClassMethod:function(e,t,n){const r=e.getValue(),u=[];return yP(r.decorators)&&u.push(_P(e,t,n)),r.accessibility&&u.push(r.accessibility+" "),r.readonly&&u.push("readonly "),r.declare&&u.push("declare "),r.static&&u.push("static "),("TSAbstractMethodDefinition"===r.type||r.abstract)&&u.push("abstract "),r.override&&u.push("override "),u.push(kP(e,t,n)),u},printClassProperty:function(e,t,n){const r=e.getValue(),u=[],o=t.semi?";":"";return yP(r.decorators)&&u.push(_P(e,t,n)),r.accessibility&&u.push(r.accessibility+" "),r.declare&&u.push("declare "),r.static&&u.push("static "),("TSAbstractPropertyDefinition"===r.type||r.abstract)&&u.push("abstract "),r.override&&u.push("override "),r.readonly&&u.push("readonly "),r.variance&&u.push(n("variance")),u.push(LP(e,t,n),OP(e),IP(e,t,n)),[jP(e,t,n,u," =","value"),o]},printHardlineAfterHeritage:function(e){return wP(FP,"",{groupId:MP(e)})}};const{isNonEmptyArray:qP}=nc,{builders:{join:UP,line:zP,group:HP,indent:JP,ifBreak:GP}}=Wc,{hasComment:XP,identity:YP,CommentCheckFlags:KP}=eA,{getTypeParametersGroupId:QP}=rT,{printTypeScriptModifiers:ZP}=ax;var eN={printInterface:function(e,t,n){const r=e.getValue(),u=[];r.declare&&u.push("declare "),"TSInterfaceDeclaration"===r.type&&u.push(r.abstract?"abstract ":"",ZP(e,t,n)),u.push("interface");const o=[],i=[];"InterfaceTypeAnnotation"!==r.type&&o.push(" ",n("id"),n("typeParameters"));const s=r.typeParameters&&!XP(r.typeParameters,KP.Trailing|KP.Line);return qP(r.extends)&&i.push(s?GP(" ",zP,{groupId:QP(r.typeParameters)}):zP,"extends ",(1===r.extends.length?YP:JP)(UP([",",zP],e.map(n,"extends")))),r.id&&XP(r.id,KP.Trailing)||qP(r.extends)?s?u.push(HP([...o,JP(i)])):u.push(HP(JP([...o,...i]))):u.push(...o,...i),u.push(" ",n("body")),HP(u)}};const{isNonEmptyArray:tN}=nc,{builders:{softline:nN,group:rN,indent:uN,join:oN,line:iN,ifBreak:sN,hardline:aN}}=Wc,{printDanglingComments:cN}=jD,{hasComment:lN,CommentCheckFlags:pN,shouldPrintComma:fN,needsHardlineAfterDanglingComment:dN}=eA,{locStart:hN,hasSameLoc:gN}=Wh,{hasDecoratorsBeforeExport:mN,printDecoratorsBeforeExport:DN}=DP;function yN(e,t,n){const r=e.getValue();if(!r.source)return"";const u=[];return AN(r,t)||u.push(" from"),u.push(" ",n("source")),u}function EN(e,t,n){const r=e.getValue();if(AN(r,t))return"";const u=[" "];if(tN(r.specifiers)){const o=[],i=[];e.each((()=>{const t=e.getValue().type;if("ExportNamespaceSpecifier"===t||"ExportDefaultSpecifier"===t||"ImportNamespaceSpecifier"===t||"ImportDefaultSpecifier"===t)o.push(n());else{if("ExportSpecifier"!==t&&"ImportSpecifier"!==t)throw new Error("Unknown specifier type ".concat(JSON.stringify(t)));i.push(n())}}),"specifiers"),u.push(oN(", ",o)),i.length>0&&(o.length>0&&u.push(", "),i.length>1||o.length>0||r.specifiers.some((e=>lN(e)))?u.push(rN(["{",uN([t.bracketSpacing?iN:nN,oN([",",iN],i)]),sN(fN(t)?",":""),t.bracketSpacing?iN:nN,"}"])):u.push(["{",t.bracketSpacing?" ":"",...i,t.bracketSpacing?" ":"","}"]))}else u.push("{}");return u}function AN(e,t){const{type:n,importKind:r,source:u,specifiers:o}=e;return"ImportDeclaration"===n&&!tN(o)&&"type"!==r&&!/{\s*}/.test(t.originalText.slice(hN(e),hN(u)))}function CN(e,t,n){const r=e.getNode();return tN(r.assertions)?[" assert {",t.bracketSpacing?" ":"",oN(", ",e.map(n,"assertions")),t.bracketSpacing?" ":"","}"]:""}var bN={printImportDeclaration:function(e,t,n){const r=e.getValue(),u=t.semi?";":"",o=[],{importKind:i}=r;return o.push("import"),i&&"value"!==i&&o.push(" ",i),o.push(EN(e,t,n),yN(e,t,n),CN(e,t,n),u),o},printExportDeclaration:function(e,t,n){const r=e.getValue(),u=[];mN(r)&&u.push(DN(e,t,n));const{type:o,exportKind:i,declaration:s}=r;return u.push("export"),(r.default||"ExportDefaultDeclaration"===o)&&u.push(" default"),lN(r,pN.Dangling)&&(u.push(" ",cN(e,t,!0)),dN(r)&&u.push(aN)),s?u.push(" ",n("declaration")):u.push("type"===i?" type":"",EN(e,t,n),yN(e,t,n),CN(e,t,n)),function(e,t){if(!t.semi)return!1;const{type:n,declaration:r}=e,u=e.default||"ExportDefaultDeclaration"===n;if(!r)return!0;const{type:o}=r;return!(!u||"ClassDeclaration"===o||"FunctionDeclaration"===o||"TSInterfaceDeclaration"===o||"DeclareClass"===o||"DeclareFunction"===o||"TSDeclareFunction"===o||"EnumDeclaration"===o)}(r,t)&&u.push(";"),u},printExportAllDeclaration:function(e,t,n){const r=e.getValue(),u=t.semi?";":"",o=[],{exportKind:i,exported:s}=r;return o.push("export"),"type"===i&&o.push(" type"),o.push(" *"),s&&o.push(" as ",n("exported")),o.push(yN(e,t,n),CN(e,t,n),u),o},printModuleSpecifier:function(e,t,n){const r=e.getNode(),{type:u}=r,o=[],i="ImportSpecifier"===u?r.importKind:r.exportKind;i&&"value"!==i&&o.push(i," ");const s=u.startsWith("Import"),a=s?"imported":"local",c=s?"local":"exported";let l="",p="";return"ExportNamespaceSpecifier"===u||"ImportNamespaceSpecifier"===u?l="*":r[a]&&(l=n(a)),!r[c]||r[a]&&gN(r[a],r[c])||(p=n(c)),o.push(l,l&&p?" as ":"",p),o}};const{printDanglingComments:vN}=jD,{builders:{line:FN,softline:xN,group:SN,indent:BN,ifBreak:wN,hardline:TN}}=Wc,{getLast:PN,hasNewlineInRange:NN,hasNewline:kN,isNonEmptyArray:ON}=nc,{shouldPrintComma:IN,hasComment:LN,getComments:jN,CommentCheckFlags:_N,isNextLineEmpty:MN}=eA,{locStart:RN,locEnd:VN}=Wh,{printOptionalToken:$N,printTypeAnnotation:WN}=ax,{shouldHugFunctionParameters:qN}=fw,{shouldHugType:UN}=jw,{printHardlineAfterHeritage:zN}=WP;var HN={printObject:function(e,t,n){const r=t.semi?";":"",u=e.getValue();let o;o="TSTypeLiteral"===u.type?"members":"TSInterfaceBody"===u.type?"body":"properties";const i="ObjectTypeAnnotation"===u.type,s=[o];i&&s.push("indexers","callProperties","internalSlots");const a=s.map((e=>u[e][0])).sort(((e,t)=>RN(e)-RN(t)))[0],c=e.getParentNode(0),l=i&&c&&("InterfaceDeclaration"===c.type||"DeclareInterface"===c.type||"DeclareClass"===c.type)&&"body"===e.getName(),p="TSInterfaceBody"===u.type||l||"ObjectPattern"===u.type&&"FunctionDeclaration"!==c.type&&"FunctionExpression"!==c.type&&"ArrowFunctionExpression"!==c.type&&"ObjectMethod"!==c.type&&"ClassMethod"!==c.type&&"ClassPrivateMethod"!==c.type&&"AssignmentPattern"!==c.type&&"CatchClause"!==c.type&&u.properties.some((e=>e.value&&("ObjectPattern"===e.value.type||"ArrayPattern"===e.value.type)))||"ObjectPattern"!==u.type&&a&&NN(t.originalText,RN(u),RN(a)),f=l?";":"TSInterfaceBody"===u.type||"TSTypeLiteral"===u.type?wN(r,";"):",",d="RecordExpression"===u.type?"#{":u.exact?"{|":"{",h=u.exact?"|}":"}",g=[];for(const t of s)e.each((e=>{const t=e.getValue();g.push({node:t,printed:n(),loc:RN(t)})}),t);s.length>1&&g.sort(((e,t)=>e.loc-t.loc));let m=[];const D=g.map((e=>{const n=[...m,SN(e.printed)];return m=[f,FN],"TSPropertySignature"!==e.node.type&&"TSMethodSignature"!==e.node.type&&"TSConstructSignatureDeclaration"!==e.node.type||!LN(e.node,_N.PrettierIgnore)||m.shift(),MN(e.node,t)&&m.push(TN),n}));if(u.inexact){let n;if(LN(u,_N.Dangling)){const r=LN(u,_N.Line);n=[vN(e,t,!0),r||kN(t.originalText,VN(PN(jN(u))))?TN:FN,"..."]}else n=["..."];D.push([...m,...n])}const y=PN(u[o]),E=!(u.inexact||y&&"RestElement"===y.type||y&&("TSPropertySignature"===y.type||"TSCallSignatureDeclaration"===y.type||"TSMethodSignature"===y.type||"TSConstructSignatureDeclaration"===y.type)&&LN(y,_N.PrettierIgnore));let A;if(0===D.length){if(!LN(u,_N.Dangling))return[d,h,WN(e,t,n)];A=SN([d,vN(e,t),xN,h,$N(e),WN(e,t,n)])}else A=[l&&ON(u.properties)?zN(c):"",d,BN([t.bracketSpacing?FN:xN,...D]),wN(E&&(","!==f||IN(t))?f:""),t.bracketSpacing?FN:xN,h,$N(e),WN(e,t,n)];return e.match((e=>"ObjectPattern"===e.type&&!e.decorators),((e,t,n)=>qN(e)&&("params"===t||"parameters"===t||"this"===t||"rest"===t)&&0===n))||e.match(UN,((e,t)=>"typeAnnotation"===t),((e,t)=>"typeAnnotation"===t),((e,t,n)=>qN(e)&&("params"===t||"parameters"===t||"this"===t||"rest"===t)&&0===n))||!p&&e.match((e=>"ObjectPattern"===e.type),(e=>"AssignmentExpression"===e.type||"VariableDeclarator"===e.type))?A:SN(A,{shouldBreak:p})}};const JN=cD,{printDanglingComments:GN}=jD,{printString:XN,printNumber:YN}=nc,{builders:{hardline:KN,softline:QN,group:ZN,indent:ek}}=Wc,{getParentExportDeclaration:tk,isFunctionNotation:nk,isGetterOrSetter:rk,rawText:uk,shouldPrintComma:ok}=eA,{locStart:ik,locEnd:sk}=Wh,{printClass:ak}=WP,{printOpaqueType:ck,printTypeAlias:lk,printIntersectionType:pk,printUnionType:fk,printFunctionType:dk,printTupleType:hk,printIndexedAccessType:gk}=jw,{printInterface:mk}=eN,{printTypeParameter:Dk,printTypeParameters:yk}=rT,{printExportDeclaration:Ek,printExportAllDeclaration:Ak}=bN,{printArrayItems:Ck}=Nx,{printObject:bk}=HN,{printPropertyKey:vk}=gT,{printOptionalToken:Fk,printTypeAnnotation:xk,printRestSpread:Sk}=ax;function Bk(e,t){const n=tk(e);return n?(JN.strictEqual(n.type,"DeclareExportDeclaration"),t):["declare ",t]}var wk={printFlow:function(e,t,n){const r=e.getValue(),u=t.semi?";":"",o=[];switch(r.type){case"DeclareClass":return Bk(e,ak(e,t,n));case"DeclareFunction":return Bk(e,["function ",n("id"),r.predicate?" ":"",n("predicate"),u]);case"DeclareModule":return Bk(e,["module ",n("id")," ",n("body")]);case"DeclareModuleExports":return Bk(e,["module.exports",": ",n("typeAnnotation"),u]);case"DeclareVariable":return Bk(e,["var ",n("id"),u]);case"DeclareOpaqueType":return Bk(e,ck(e,t,n));case"DeclareInterface":return Bk(e,mk(e,t,n));case"DeclareTypeAlias":return Bk(e,lk(e,t,n));case"DeclareExportDeclaration":return Bk(e,Ek(e,t,n));case"DeclareExportAllDeclaration":return Bk(e,Ak(e,t,n));case"OpaqueType":return ck(e,t,n);case"TypeAlias":return lk(e,t,n);case"IntersectionTypeAnnotation":return pk(e,t,n);case"UnionTypeAnnotation":return fk(e,t,n);case"FunctionTypeAnnotation":return dk(e,t,n);case"TupleTypeAnnotation":return hk(e,t,n);case"GenericTypeAnnotation":return[n("id"),yk(e,t,n,"typeParameters")];case"IndexedAccessType":case"OptionalIndexedAccessType":return gk(e,t,n);case"TypeAnnotation":return n("typeAnnotation");case"TypeParameter":return Dk(e,t,n);case"TypeofTypeAnnotation":return["typeof ",n("argument")];case"ExistsTypeAnnotation":return"*";case"EmptyTypeAnnotation":return"empty";case"MixedTypeAnnotation":return"mixed";case"ArrayTypeAnnotation":return[n("elementType"),"[]"];case"BooleanLiteralTypeAnnotation":return String(r.value);case"EnumDeclaration":return["enum ",n("id")," ",n("body")];case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":if("EnumSymbolBody"===r.type||r.explicitType){let e=null;switch(r.type){case"EnumBooleanBody":e="boolean";break;case"EnumNumberBody":e="number";break;case"EnumStringBody":e="string";break;case"EnumSymbolBody":e="symbol"}o.push("of ",e," ")}if(0!==r.members.length||r.hasUnknownMembers){const u=r.members.length>0?[KN,Ck(e,t,"members",n),r.hasUnknownMembers||ok(t)?",":""]:[];o.push(ZN(["{",ek([...u,...r.hasUnknownMembers?[KN,"..."]:[]]),GN(e,t,!0),KN,"}"]))}else o.push(ZN(["{",GN(e,t),QN,"}"]));return o;case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":return[n("id")," = ","object"==typeof r.init?n("init"):String(r.init)];case"EnumDefaultedMember":return n("id");case"FunctionTypeParam":{const t=r.name?n("name"):e.getParentNode().this===r?"this":"";return[t,Fk(e),t?": ":"",n("typeAnnotation")]}case"InterfaceDeclaration":case"InterfaceTypeAnnotation":return mk(e,t,n);case"ClassImplements":case"InterfaceExtends":return[n("id"),n("typeParameters")];case"NullableTypeAnnotation":return["?",n("typeAnnotation")];case"Variance":{const{kind:e}=r;return JN.ok("plus"===e||"minus"===e),"plus"===e?"+":"-"}case"ObjectTypeCallProperty":return r.static&&o.push("static "),o.push(n("value")),o;case"ObjectTypeIndexer":return[r.variance?n("variance"):"","[",n("id"),r.id?": ":"",n("key"),"]: ",n("value")];case"ObjectTypeProperty":{let u="";return r.proto?u="proto ":r.static&&(u="static "),[u,rk(r)?r.kind+" ":"",r.variance?n("variance"):"",vk(e,t,n),Fk(e),nk(r)?"":": ",n("value")]}case"ObjectTypeAnnotation":return bk(e,t,n);case"ObjectTypeInternalSlot":return[r.static?"static ":"","[[",n("id"),"]]",Fk(e),r.method?"":": ",n("value")];case"ObjectTypeSpreadProperty":return Sk(e,t,n);case"QualifiedTypeIdentifier":return[n("qualification"),".",n("id")];case"StringLiteralTypeAnnotation":return XN(uk(r),t);case"NumberLiteralTypeAnnotation":JN.strictEqual(typeof r.value,"number");case"BigIntLiteralTypeAnnotation":return r.extra?YN(r.extra.raw):YN(r.raw);case"TypeCastExpression":return["(",n("expression"),xk(e,t,n),")"];case"TypeParameterDeclaration":case"TypeParameterInstantiation":{const u=yk(e,t,n,"params");if("flow"===t.parser){const e=ik(r),n=sk(r),o=t.originalText.lastIndexOf("/*",e),i=t.originalText.indexOf("*/",n);if(-1!==o&&-1!==i){const e=t.originalText.slice(o+2,i).trim();if(e.startsWith("::")&&!e.includes("/*")&&!e.includes("*/"))return["/*:: ",u," */"]}}return u}case"InferredPredicate":return"%checks";case"DeclaredPredicate":return["%checks(",n("value"),")"];case"AnyTypeAnnotation":return"any";case"BooleanTypeAnnotation":return"boolean";case"BigIntTypeAnnotation":return"bigint";case"NullLiteralTypeAnnotation":return"null";case"NumberTypeAnnotation":return"number";case"SymbolTypeAnnotation":return"symbol";case"StringTypeAnnotation":return"string";case"VoidTypeAnnotation":return"void";case"ThisTypeAnnotation":return"this";case"Node":case"Printable":case"SourceLocation":case"Position":case"Statement":case"Function":case"Pattern":case"Expression":case"Declaration":case"Specifier":case"NamedSpecifier":case"Comment":case"MemberTypeAnnotation":case"Type":throw new Error("unprintable type: "+JSON.stringify(r.type))}}};const{hasNewlineInRange:Tk}=nc,{isJsxNode:Pk,isBlockComment:Nk,getComments:kk,isCallExpression:Ok,isMemberExpression:Ik}=eA,{locStart:Lk,locEnd:jk}=Wh,{builders:{line:_k,softline:Mk,group:Rk,indent:Vk,align:$k,ifBreak:Wk,dedent:qk,breakParent:Uk}}=Wc;function zk(e,t,n){const r=e.getValue(),u="ConditionalExpression"===r.type,o=u?"alternate":"falseType",i=e.getParentNode(),s=u?n("test"):[n("checkType")," ","extends"," ",n("extendsType")];return i.type===r.type&&i[o]===r?$k(2,s):s}const Hk=new Map([["AssignmentExpression","right"],["VariableDeclarator","init"],["ReturnStatement","argument"],["ThrowStatement","argument"],["UnaryExpression","argument"],["YieldExpression","argument"]]);var Jk={printTernary:function(e,t,n){const r=e.getValue(),u="ConditionalExpression"===r.type,o=u?"consequent":"trueType",i=u?"alternate":"falseType",s=u?["test"]:["checkType","extendsType"],a=r[o],c=r[i],l=[];let p=!1;const f=e.getParentNode(),d=f.type===r.type&&s.some((e=>f[e]===r));let h,g,m=f.type===r.type&&!d,D=0;do{g=h||r,h=e.getParentNode(D),D++}while(h&&h.type===r.type&&s.every((e=>h[e]!==g)));const y=h||f,E=g;if(u&&(Pk(r[s[0]])||Pk(a)||Pk(c)||function(e){const t=[e];for(let e=0;e<t.length;e++){const n=t[e];for(const e of["test","consequent","alternate"]){const r=n[e];if(Pk(r))return!0;"ConditionalExpression"===r.type&&t.push(r)}}return!1}(E))){p=!0,m=!0;const e=e=>[Wk("("),Vk([Mk,e]),Mk,Wk(")")],t=e=>"NullLiteral"===e.type||"Literal"===e.type&&null===e.value||"Identifier"===e.type&&"undefined"===e.name;l.push(" ? ",t(a)?n(o):e(n(o))," : ",c.type===r.type||t(c)?n(i):e(n(i)))}else{const e=[_k,"? ",a.type===r.type?Wk("","("):"",$k(2,n(o)),a.type===r.type?Wk("",")"):"",_k,": ",c.type===r.type?n(i):$k(2,n(i))];l.push(f.type!==r.type||f[i]===r||d?e:t.useTabs?qk(Vk(e)):$k(Math.max(0,t.tabWidth-2),e))}const A=[...s.map((e=>kk(r[e]))),kk(a),kk(c)].flat().some((e=>Nk(e)&&Tk(t.originalText,Lk(e),jk(e)))),C=!p&&(Ik(f)||"NGPipeExpression"===f.type&&f.left===r)&&!f.computed,b=function(e){const t=e.getValue();if("ConditionalExpression"!==t.type)return!1;let n,r=t;for(let t=0;!n;t++){const u=e.getParentNode(t);Ok(u)&&u.callee===r||Ik(u)&&u.object===r||"TSNonNullExpression"===u.type&&u.expression===r?r=u:"NewExpression"===u.type&&u.callee===r||"TSAsExpression"===u.type&&u.expression===r?(n=e.getParentNode(t+1),r=u):n=u}return r!==t&&n[Hk.get(n.type)]===r}(e),v=(e=>f===y?Rk(e,{shouldBreak:A}):A?[e,Uk]:e)([zk(e,0,n),m?l:Vk(l),u&&C&&!b?Mk:""]);return d||b?Rk([Vk([Mk,v]),Mk]):v}};const{builders:{hardline:Gk}}=Wc,Xk=tv,{getLeftSidePathName:Yk,hasNakedLeftSide:Kk,isJsxNode:Qk,isTheOnlyJsxElementInMarkdown:Zk,hasComment:eO,CommentCheckFlags:tO,isNextLineEmpty:nO}=eA,{shouldPrintParamsWithoutParens:rO}=uP;function uO(e,t,n,r){const u=e.getValue(),o=[],i="ClassBody"===u.type,s=function(e){for(let t=e.length-1;t>=0;t--){const n=e[t];if("EmptyStatement"!==n.type)return n}}(u[r]);return e.each(((e,r,u)=>{const a=e.getValue();if("EmptyStatement"===a.type)return;const c=n();t.semi||i||Zk(t,e)||!function(e,t){return"ExpressionStatement"===e.getNode().type&&e.call((e=>oO(e,t)),"expression")}(e,t)?o.push(c):eO(a,tO.Leading)?o.push(n([],{needsSemi:!0})):o.push(";",c),!t.semi&&i&&iO(a)&&function(e,t){const n=e.key&&e.key.name;if(!("static"!==n&&"get"!==n&&"set"!==n||e.value||e.typeAnnotation))return!0;if(!t)return!1;if(t.static||t.accessibility)return!1;if(!t.computed){const e=t.key&&t.key.name;if("in"===e||"instanceof"===e)return!0}if(iO(t)&&t.variance&&!t.static&&!t.declare)return!0;switch(t.type){case"ClassProperty":case"PropertyDefinition":case"TSAbstractPropertyDefinition":return t.computed;case"MethodDefinition":case"TSAbstractMethodDefinition":case"ClassMethod":case"ClassPrivateMethod":{if((t.value?t.value.async:t.async)||"get"===t.kind||"set"===t.kind)return!1;const e=t.value?t.value.generator:t.generator;return!(!t.computed&&!e)}case"TSIndexSignature":return!0}return!1}(a,u[r+1])&&o.push(";"),a!==s&&(o.push(Gk),nO(a,t)&&o.push(Gk))}),r),o}function oO(e,t){const n=e.getValue();switch(n.type){case"ParenthesizedExpression":case"TypeCastExpression":case"ArrayExpression":case"ArrayPattern":case"TemplateLiteral":case"TemplateElement":case"RegExpLiteral":return!0;case"ArrowFunctionExpression":if(!rO(e,t))return!0;break;case"UnaryExpression":{const{prefix:e,operator:t}=n;if(e&&("+"===t||"-"===t))return!0;break}case"BindExpression":if(!n.object)return!0;break;case"Literal":if(n.regex)return!0;break;default:if(Qk(n))return!0}return!!Xk(e,t)||!!Kk(n)&&e.call((e=>oO(e,t)),...Yk(e,n))}const iO=e=>{let{type:t}=e;return"ClassProperty"===t||"PropertyDefinition"===t||"ClassPrivateProperty"===t};var sO={printBody:function(e,t,n){return uO(e,t,n,"body")},printSwitchCaseConsequent:function(e,t,n){return uO(e,t,n,"consequent")}};const{printDanglingComments:aO}=jD,{isNonEmptyArray:cO}=nc,{builders:{hardline:lO,indent:pO}}=Wc,{hasComment:fO,CommentCheckFlags:dO,isNextLineEmpty:hO}=eA,{printHardlineAfterHeritage:gO}=WP,{printBody:mO}=sO;function DO(e,t,n){const r=e.getValue(),u=cO(r.directives),o=r.body.some((e=>"EmptyStatement"!==e.type)),i=fO(r,dO.Dangling);if(!u&&!o&&!i)return"";const s=[];if(u&&e.each(((e,r,u)=>{s.push(n()),(r<u.length-1||o||i)&&(s.push(lO),hO(e.getValue(),t)&&s.push(lO))}),"directives"),o&&s.push(mO(e,t,n)),i&&s.push(aO(e,t,!0)),"Program"===r.type){const t=e.getParentNode();t&&"ModuleExpression"===t.type||s.push(lO)}return s}var yO={printBlock:function(e,t,n){const r=e.getValue(),u=[];if("StaticBlock"===r.type&&u.push("static "),"ClassBody"===r.type&&cO(r.body)){const t=e.getParentNode();u.push(gO(t))}u.push("{");const o=DO(e,t,n);if(o)u.push(pO([lO,o]),lO);else{const t=e.getParentNode(),n=e.getParentNode(1);"ArrowFunctionExpression"===t.type||"FunctionExpression"===t.type||"FunctionDeclaration"===t.type||"ObjectMethod"===t.type||"ClassMethod"===t.type||"ClassPrivateMethod"===t.type||"ForStatement"===t.type||"WhileStatement"===t.type||"DoWhileStatement"===t.type||"DoExpression"===t.type||"CatchClause"===t.type&&!n.finalizer||"TSModuleDeclaration"===t.type||"TSDeclareFunction"===t.type||"StaticBlock"===r.type||"ClassBody"===r.type||u.push(lO)}return u.push("}"),u},printBlockBody:DO};const{printDanglingComments:EO}=jD,{hasNewlineInRange:AO}=nc,{builders:{join:CO,line:bO,hardline:vO,softline:FO,group:xO,indent:SO,conditionalGroup:BO,ifBreak:wO}}=Wc,{isLiteral:TO,getTypeScriptMappedTypeModifier:PO,shouldPrintComma:NO,isCallExpression:kO,isMemberExpression:OO}=eA,{locStart:IO,locEnd:LO}=Wh,{printOptionalToken:jO,printTypeScriptModifiers:_O}=ax,{printTernary:MO}=Jk,{printFunctionParameters:RO,shouldGroupFunctionParameters:VO}=fw,{printTemplateLiteral:$O}=AA,{printArrayItems:WO}=Nx,{printObject:qO}=HN,{printClassProperty:UO,printClassMethod:zO}=WP,{printTypeParameter:HO,printTypeParameters:JO}=rT,{printPropertyKey:GO}=gT,{printFunction:XO,printMethodInternal:YO}=uP,{printInterface:KO}=eN,{printBlock:QO}=yO,{printTypeAlias:ZO,printIntersectionType:eI,printUnionType:tI,printFunctionType:nI,printTupleType:rI,printIndexedAccessType:uI}=jw;var oI={printTypescript:function(e,t,n){const r=e.getValue();if(!r.type.startsWith("TS"))return;if(r.type.endsWith("Keyword"))return r.type.slice(2,-7).toLowerCase();const u=t.semi?";":"",o=[];switch(r.type){case"TSThisType":return"this";case"TSTypeAssertion":{const e=!("ArrayExpression"===r.expression.type||"ObjectExpression"===r.expression.type),t=xO(["<",SO([FO,n("typeAnnotation")]),FO,">"]),u=[wO("("),SO([FO,n("expression")]),FO,wO(")")];return e?BO([[t,n("expression")],[t,xO(u,{shouldBreak:!0})],[t,n("expression")]]):xO([t,n("expression")])}case"TSDeclareFunction":return XO(e,n,t);case"TSExportAssignment":return["export = ",n("expression"),u];case"TSModuleBlock":return QO(e,t,n);case"TSInterfaceBody":case"TSTypeLiteral":return qO(e,t,n);case"TSTypeAliasDeclaration":return ZO(e,t,n);case"TSQualifiedName":return CO(".",[n("left"),n("right")]);case"TSAbstractMethodDefinition":case"TSDeclareMethod":return zO(e,t,n);case"TSAbstractPropertyDefinition":return UO(e,t,n);case"TSInterfaceHeritage":case"TSExpressionWithTypeArguments":return o.push(n("expression")),r.typeParameters&&o.push(n("typeParameters")),o;case"TSTemplateLiteralType":return $O(e,n,t);case"TSNamedTupleMember":return[n("label"),r.optional?"?":"",": ",n("elementType")];case"TSRestType":return["...",n("typeAnnotation")];case"TSOptionalType":return[n("typeAnnotation"),"?"];case"TSInterfaceDeclaration":return KO(e,t,n);case"TSClassImplements":return[n("expression"),n("typeParameters")];case"TSTypeParameterDeclaration":case"TSTypeParameterInstantiation":return JO(e,t,n,"params");case"TSTypeParameter":return HO(e,t,n);case"TSAsExpression":{o.push(n("expression")," as ",n("typeAnnotation"));const t=e.getParentNode();return kO(t)&&t.callee===r||OO(t)&&t.object===r?xO([SO([FO,...o]),FO]):o}case"TSArrayType":return[n("elementType"),"[]"];case"TSPropertySignature":return r.readonly&&o.push("readonly "),o.push(GO(e,t,n),jO(e)),r.typeAnnotation&&o.push(": ",n("typeAnnotation")),r.initializer&&o.push(" = ",n("initializer")),o;case"TSParameterProperty":return r.accessibility&&o.push(r.accessibility+" "),r.export&&o.push("export "),r.static&&o.push("static "),r.override&&o.push("override "),r.readonly&&o.push("readonly "),o.push(n("parameter")),o;case"TSTypeQuery":return["typeof ",n("exprName")];case"TSIndexSignature":{const o=e.getParentNode(),i=r.parameters.length>1?wO(NO(t)?",":""):"",s=xO([SO([FO,CO([", ",FO],e.map(n,"parameters"))]),i,FO]);return[r.export?"export ":"",r.accessibility?[r.accessibility," "]:"",r.static?"static ":"",r.readonly?"readonly ":"",r.declare?"declare ":"","[",r.parameters?s:"",r.typeAnnotation?"]: ":"]",r.typeAnnotation?n("typeAnnotation"):"","ClassBody"===o.type?u:""]}case"TSTypePredicate":return[r.asserts?"asserts ":"",n("parameterName"),r.typeAnnotation?[" is ",n("typeAnnotation")]:""];case"TSNonNullExpression":return[n("expression"),"!"];case"TSImportType":return[r.isTypeOf?"typeof ":"","import(",n(r.parameter?"parameter":"argument"),")",r.qualifier?[".",n("qualifier")]:"",JO(e,t,n,"typeParameters")];case"TSLiteralType":return n("literal");case"TSIndexedAccessType":return uI(e,t,n);case"TSConstructSignatureDeclaration":case"TSCallSignatureDeclaration":case"TSConstructorType":if("TSConstructorType"===r.type&&r.abstract&&o.push("abstract "),"TSCallSignatureDeclaration"!==r.type&&o.push("new "),o.push(xO(RO(e,n,t,!1,!0))),r.returnType||r.typeAnnotation){const e="TSConstructorType"===r.type;o.push(e?" => ":": ",n("returnType"),n("typeAnnotation"))}return o;case"TSTypeOperator":return[r.operator," ",n("typeAnnotation")];case"TSMappedType":{const o=AO(t.originalText,IO(r),LO(r));return xO(["{",SO([t.bracketSpacing?bO:FO,r.readonly?[PO(r.readonly,"readonly")," "]:"",_O(e,t,n),n("typeParameter"),r.optional?PO(r.optional,"?"):"",r.typeAnnotation?": ":"",n("typeAnnotation"),wO(u)]),EO(e,t,!0),t.bracketSpacing?bO:FO,"}"],{shouldBreak:o})}case"TSMethodSignature":{const u=r.kind&&"method"!==r.kind?"".concat(r.kind," "):"";o.push(r.accessibility?[r.accessibility," "]:"",u,r.export?"export ":"",r.static?"static ":"",r.readonly?"readonly ":"",r.abstract?"abstract ":"",r.declare?"declare ":"",r.computed?"[":"",n("key"),r.computed?"]":"",jO(e));const i=RO(e,n,t,!1,!0),s=r.returnType?"returnType":"typeAnnotation",a=r[s],c=a?n(s):"",l=VO(r,c);return o.push(l?xO(i):i),a&&o.push(": ",xO(c)),xO(o)}case"TSNamespaceExportDeclaration":return o.push("export as namespace ",n("id")),t.semi&&o.push(";"),xO(o);case"TSEnumDeclaration":return r.declare&&o.push("declare "),r.modifiers&&o.push(_O(e,t,n)),r.const&&o.push("const "),o.push("enum ",n("id")," "),0===r.members.length?o.push(xO(["{",EO(e,t),FO,"}"])):o.push(xO(["{",SO([vO,WO(e,t,"members",n),NO(t,"es5")?",":""]),EO(e,t,!0),vO,"}"])),o;case"TSEnumMember":return o.push(n("id")),r.initializer&&o.push(" = ",n("initializer")),o;case"TSImportEqualsDeclaration":return r.isExport&&o.push("export "),o.push("import "),r.importKind&&"value"!==r.importKind&&o.push(r.importKind," "),o.push(n("id")," = ",n("moduleReference")),t.semi&&o.push(";"),xO(o);case"TSExternalModuleReference":return["require(",n("expression"),")"];case"TSModuleDeclaration":{const i=e.getParentNode(),s=TO(r.id),a="TSModuleDeclaration"===i.type,c=r.body&&"TSModuleDeclaration"===r.body.type;if(a)o.push(".");else{r.declare&&o.push("declare "),o.push(_O(e,t,n));const u=t.originalText.slice(IO(r),IO(r.id));"Identifier"===r.id.type&&"global"===r.id.name&&!/namespace|module/.test(u)||o.push(s||/(?:^|\s)module(?:\s|$)/.test(u)?"module ":"namespace ")}return o.push(n("id")),c?o.push(n("body")):r.body?o.push(" ",xO(n("body"))):o.push(u),o}case"TSConditionalType":return MO(e,t,n);case"TSInferType":return["infer"," ",n("typeParameter")];case"TSIntersectionType":return eI(e,t,n);case"TSUnionType":return tI(e,t,n);case"TSFunctionType":return nI(e,t,n);case"TSTupleType":return rI(e,t,n);case"TSTypeReference":return[n("typeName"),JO(e,t,n,"typeParameters")];case"TSTypeAnnotation":return n("typeAnnotation");case"TSEmptyBodyFunctionExpression":return YO(e,t,n);case"TSJSDocAllType":return"*";case"TSJSDocUnknownType":return"?";case"TSJSDocNullableType":return["?",n("typeAnnotation")];case"TSJSDocNonNullableType":return["!",n("typeAnnotation")];default:throw new Error("Unknown TypeScript node type: ".concat(JSON.stringify(r.type),"."))}}};const{hasNewline:iI}=nc,{builders:{join:sI,hardline:aI},utils:{replaceTextEndOfLine:cI}}=Wc,{isLineComment:lI,isBlockComment:pI}=eA,{locStart:fI,locEnd:dI}=Wh;var hI={printComment:function(e,t){const n=e.getValue();if(lI(n))return t.originalText.slice(fI(n),dI(n)).trimEnd();if(pI(n)){if(function(e){const t="*".concat(e.value,"*").split("\n");return t.length>1&&t.every((e=>"*"===e.trim()[0]))}(n)){const e=function(e){const t=e.value.split("\n");return["/*",sI(aI,t.map(((e,n)=>0===n?e.trimEnd():" "+(n<t.length-1?e.trim():e.trimStart())))),"*/"]}(n);return n.trailing&&!iI(t.originalText,fI(n),{backwards:!0})?[aI,e]:e}const e=dI(n),r="*-/"===t.originalText.slice(e-3,e);return["/*",cI(n.value),r?"*-/":"*/"]}throw new Error("Not a comment: "+JSON.stringify(n))}};const{printString:gI,printNumber:mI}=nc;function DI(e){return e.toLowerCase()}function yI(e){let{pattern:t,flags:n}=e;return n=[...n].sort().join(""),"/".concat(t,"/").concat(n)}var EI={printLiteral:function(e,t){const n=e.getNode();switch(n.type){case"RegExpLiteral":return yI(n);case"BigIntLiteral":return DI(n.bigint||n.extra.raw);case"NumericLiteral":return mI(n.extra.raw);case"StringLiteral":return gI(n.extra.raw,t);case"NullLiteral":return"null";case"BooleanLiteral":return String(n.value);case"DecimalLiteral":return mI(n.value)+"m";case"Literal":{if(n.regex)return yI(n.regex);if(n.bigint)return DI(n.raw);if(n.decimal)return mI(n.decimal)+"m";const{value:e}=n;return"number"==typeof e?mI(n.raw):"string"==typeof e?gI(n.raw,t):String(e)}}}};const{printDanglingComments:AI}=jD,{hasNewline:CI}=nc,{builders:{join:bI,line:vI,hardline:FI,softline:xI,group:SI,indent:BI},utils:{replaceTextEndOfLine:wI}}=Wc,TI=function(e,t,n,r){const u=e.getValue();if("TemplateLiteral"!==u.type||function(e){let{quasis:t}=e;return t.some((e=>{let{value:{cooked:t}}=e;return null===t}))}(u))return;const o=function(e){return function(e){const t=e.getValue(),n=e.getParentNode(),r=e.getParentNode(1);return r&&t.quasis&&"JSXExpressionContainer"===n.type&&"JSXElement"===r.type&&"style"===r.openingElement.name.name&&r.openingElement.attributes.some((e=>"jsx"===e.name.name))||n&&"TaggedTemplateExpression"===n.type&&"Identifier"===n.tag.type&&"css"===n.tag.name||n&&"TaggedTemplateExpression"===n.type&&"MemberExpression"===n.tag.type&&"css"===n.tag.object.name&&("global"===n.tag.property.name||"resolve"===n.tag.property.name)}(e)||function(e){const t=e.getParentNode();if(!t||"TaggedTemplateExpression"!==t.type)return!1;const n="ParenthesizedExpression"===t.tag.type?t.tag.expression:t.tag;switch(n.type){case"MemberExpression":return nC(n.object)||rC(n);case"CallExpression":return nC(n.callee)||"MemberExpression"===n.callee.type&&("MemberExpression"===n.callee.object.type&&(nC(n.callee.object.object)||rC(n.callee.object))||"CallExpression"===n.callee.object.type&&nC(n.callee.object.callee));case"Identifier":return"css"===n.name;default:return!1}}(e)||function(e){const t=e.getParentNode(),n=e.getParentNode(1);return n&&"JSXExpressionContainer"===t.type&&"JSXAttribute"===n.type&&"JSXIdentifier"===n.name.type&&"css"===n.name.name}(e)||function(e){return e.match((e=>"TemplateLiteral"===e.type),((e,t)=>"ArrayExpression"===e.type&&"elements"===t),((e,t)=>YA(e)&&"Identifier"===e.key.type&&"styles"===e.key.name&&"value"===t),...tC)}(e)?"css":function(e){const t=e.getValue(),n=e.getParentNode();return uC(t,"GraphQL")||n&&("TaggedTemplateExpression"===n.type&&("MemberExpression"===n.tag.type&&"graphql"===n.tag.object.name&&"experimental"===n.tag.property.name||"Identifier"===n.tag.type&&("gql"===n.tag.name||"graphql"===n.tag.name))||"CallExpression"===n.type&&"Identifier"===n.callee.type&&"graphql"===n.callee.name)}(e)?"graphql":function(e){return uC(e.getValue(),"HTML")||e.match((e=>"TemplateLiteral"===e.type),((e,t)=>"TaggedTemplateExpression"===e.type&&"Identifier"===e.tag.type&&"html"===e.tag.name&&"quasi"===t))}(e)?"html":function(e){return e.match((e=>"TemplateLiteral"===e.type),((e,t)=>YA(e)&&"Identifier"===e.key.type&&"template"===e.key.name&&"value"===t),...tC)}(e)?"angular":function(e){const t=e.getValue(),n=e.getParentNode();return n&&"TaggedTemplateExpression"===n.type&&1===t.quasis.length&&"Identifier"===n.tag.type&&("md"===n.tag.name||"markdown"===n.tag.name)}(e)?"markdown":void 0}(e);return o?"markdown"===o?KA(e,t,n):"css"===o?QA(e,t,n):"graphql"===o?ZA(e,t,n):"html"===o||"angular"===o?eC(e,t,n,r,{parser:o}):void 0:void 0},PI=cC,{insertPragma:NI}=OC,kI=Mb,OI=tv,II=nv,{hasFlowShorthandAnnotationComment:LI,hasComment:jI,CommentCheckFlags:_I,isTheOnlyJsxElementInMarkdown:MI,isBlockComment:RI,isLineComment:VI,isNextLineEmpty:$I,needsHardlineAfterDanglingComment:WI,rawText:qI,hasIgnoreComment:UI,isCallExpression:zI,isMemberExpression:HI}=eA,{locStart:JI,locEnd:GI}=Wh,{printHtmlBinding:XI,isVueEventBindingExpression:YI}=av,{printAngular:KI}=Uv,{printJsx:QI,hasJsxIgnoreComment:ZI}=xF,{printFlow:eL}=wk,{printTypescript:tL}=oI,{printOptionalToken:nL,printBindExpressionCallee:rL,printTypeAnnotation:uL,adjustClause:oL,printRestSpread:iL}=ax,{printImportDeclaration:sL,printExportDeclaration:aL,printExportAllDeclaration:cL,printModuleSpecifier:lL}=bN,{printTernary:pL}=Jk,{printTemplateLiteral:fL}=AA,{printArray:dL}=Nx,{printObject:hL}=HN,{printClass:gL,printClassMethod:mL,printClassProperty:DL}=WP,{printProperty:yL}=gT,{printFunction:EL,printArrowFunction:AL,printMethod:CL,printReturnStatement:bL,printThrowStatement:vL}=uP,{printCallExpression:FL}=aB,{printVariableDeclarator:xL,printAssignmentExpression:SL}=VB,{printBinaryishExpression:BL}=Lv,{printSwitchCaseConsequent:wL}=sO,{printMemberExpression:TL}=DS,{printBlock:PL,printBlockBody:NL}=yO,{printComment:kL}=hI,{printLiteral:OL}=EI,{printDecorators:IL}=DP;function LL(e,t){const n=qI(e),r=n.slice(1,-1);if(r.includes('"')||r.includes("'"))return n;const u=t.singleQuote?"'":'"';return u+r+u}var jL={preprocess:II,print:function(e,t,n,r){const u=function(e,t,n,r){const u=e.getValue(),o=t.semi?";":"";if(!u)return"";if("string"==typeof u)return u;for(const r of[OL,XI,KI,QI,eL,tL]){const u=r(e,t,n);if(void 0!==u)return u}let i=[];switch(u.type){case"JsExpressionRoot":return n("node");case"JsonRoot":return[n("node"),FI];case"File":return u.program&&u.program.interpreter&&i.push(n(["program","interpreter"])),i.push(n("program")),i;case"Program":return NL(e,t,n);case"EmptyStatement":return"";case"ExpressionStatement":if(u.directive)return[LL(u.expression,t),o];if("__vue_event_binding"===t.parser){const t=e.getParentNode();if("Program"===t.type&&1===t.body.length&&t.body[0]===u)return[n("expression"),YI(u.expression)?";":""]}return[n("expression"),MI(t,e)?"":o];case"ParenthesizedExpression":return jI(u.expression)||"ObjectExpression"!==u.expression.type&&"ArrayExpression"!==u.expression.type?SI(["(",BI([xI,n("expression")]),xI,")"]):["(",n("expression"),")"];case"AssignmentExpression":return SL(e,t,n);case"VariableDeclarator":return xL(e,t,n);case"BinaryExpression":case"LogicalExpression":return BL(e,t,n);case"AssignmentPattern":return[n("left")," = ",n("right")];case"OptionalMemberExpression":case"MemberExpression":return TL(e,t,n);case"MetaProperty":return[n("meta"),".",n("property")];case"BindExpression":return u.object&&i.push(n("object")),i.push(SI(BI([xI,rL(e,t,n)]))),i;case"Identifier":return[u.name,nL(e),uL(e,t,n)];case"V8IntrinsicIdentifier":return["%",u.name];case"SpreadElement":case"SpreadElementPattern":case"SpreadProperty":case"SpreadPropertyPattern":case"RestElement":return iL(e,t,n);case"FunctionDeclaration":case"FunctionExpression":return EL(e,n,t,r);case"ArrowFunctionExpression":return AL(e,t,n,r);case"YieldExpression":return i.push("yield"),u.delegate&&i.push("*"),u.argument&&i.push(" ",n("argument")),i;case"AwaitExpression":if(i.push("await"),u.argument){i.push(" ",n("argument"));const t=e.getParentNode();if(zI(t)&&t.callee===u||HI(t)&&t.object===u){i=[BI([xI,...i]),xI];const t=e.findAncestor((e=>"AwaitExpression"===e.type||"BlockStatement"===e.type));if(!t||"AwaitExpression"!==t.type)return SI(i)}}return i;case"ExportDefaultDeclaration":case"ExportNamedDeclaration":return aL(e,t,n);case"ExportAllDeclaration":return cL(e,t,n);case"ImportDeclaration":return sL(e,t,n);case"ImportSpecifier":case"ExportSpecifier":case"ImportNamespaceSpecifier":case"ExportNamespaceSpecifier":case"ImportDefaultSpecifier":case"ExportDefaultSpecifier":return lL(e,t,n);case"ImportAttribute":return[n("key"),": ",n("value")];case"Import":return"import";case"BlockStatement":case"StaticBlock":case"ClassBody":return PL(e,t,n);case"ThrowStatement":return vL(e,t,n);case"ReturnStatement":return bL(e,t,n);case"NewExpression":case"ImportExpression":case"OptionalCallExpression":case"CallExpression":return FL(e,t,n);case"ObjectExpression":case"ObjectPattern":case"RecordExpression":return hL(e,t,n);case"ObjectProperty":case"Property":return u.method||"get"===u.kind||"set"===u.kind?CL(e,t,n):yL(e,t,n);case"ObjectMethod":return CL(e,t,n);case"Decorator":return["@",n("expression")];case"ArrayExpression":case"ArrayPattern":case"TupleExpression":return dL(e,t,n);case"SequenceExpression":{const t=e.getParentNode(0);if("ExpressionStatement"===t.type||"ForStatement"===t.type){const t=[];return e.each(((e,r)=>{0===r?t.push(n()):t.push(",",BI([vI,n()]))}),"expressions"),SI(t)}return SI(bI([",",vI],e.map(n,"expressions")))}case"ThisExpression":return"this";case"Super":return"super";case"Directive":return[n("value"),o];case"DirectiveLiteral":return LL(u,t);case"UnaryExpression":return i.push(u.operator),/[a-z]$/.test(u.operator)&&i.push(" "),jI(u.argument)?i.push(SI(["(",BI([xI,n("argument")]),xI,")"])):i.push(n("argument")),i;case"UpdateExpression":return i.push(n("argument"),u.operator),u.prefix&&i.reverse(),i;case"ConditionalExpression":return pL(e,t,n);case"VariableDeclaration":{const t=e.map(n,"declarations"),r=e.getParentNode(),s="ForStatement"===r.type||"ForInStatement"===r.type||"ForOfStatement"===r.type,a=u.declarations.some((e=>e.init));let c;return 1!==t.length||jI(u.declarations[0])?t.length>0&&(c=BI(t[0])):c=t[0],i=[u.declare?"declare ":"",u.kind,c?[" ",c]:"",BI(t.slice(1).map((e=>[",",a&&!s?FI:vI,e])))],s&&r.body!==u||i.push(o),SI(i)}case"WithStatement":return SI(["with (",n("object"),")",oL(u.body,n("body"))]);case"IfStatement":{const r=oL(u.consequent,n("consequent")),o=SI(["if (",SI([BI([xI,n("test")]),xI]),")",r]);if(i.push(o),u.alternate){const r=jI(u.consequent,_I.Trailing|_I.Line)||WI(u),o="BlockStatement"===u.consequent.type&&!r;i.push(o?" ":FI),jI(u,_I.Dangling)&&i.push(AI(e,t,!0),r?FI:" "),i.push("else",SI(oL(u.alternate,n("alternate"),"IfStatement"===u.alternate.type)))}return i}case"ForStatement":{const r=oL(u.body,n("body")),o=AI(e,t,!0),i=o?[o,xI]:"";return u.init||u.test||u.update?[i,SI(["for (",SI([BI([xI,n("init"),";",vI,n("test"),";",vI,n("update")]),xI]),")",r])]:[i,SI(["for (;;)",r])]}case"WhileStatement":return SI(["while (",SI([BI([xI,n("test")]),xI]),")",oL(u.body,n("body"))]);case"ForInStatement":return SI(["for (",n("left")," in ",n("right"),")",oL(u.body,n("body"))]);case"ForOfStatement":return SI(["for",u.await?" await":""," (",n("left")," of ",n("right"),")",oL(u.body,n("body"))]);case"DoWhileStatement":{const e=oL(u.body,n("body"));return i=[SI(["do",e])],"BlockStatement"===u.body.type?i.push(" "):i.push(FI),i.push("while (",SI([BI([xI,n("test")]),xI]),")",o),i}case"DoExpression":return[u.async?"async ":"","do ",n("body")];case"BreakStatement":return i.push("break"),u.label&&i.push(" ",n("label")),i.push(o),i;case"ContinueStatement":return i.push("continue"),u.label&&i.push(" ",n("label")),i.push(o),i;case"LabeledStatement":return"EmptyStatement"===u.body.type?[n("label"),":;"]:[n("label"),": ",n("body")];case"TryStatement":return["try ",n("block"),u.handler?[" ",n("handler")]:"",u.finalizer?[" finally ",n("finalizer")]:""];case"CatchClause":if(u.param){const e=jI(u.param,(e=>!RI(e)||e.leading&&CI(t.originalText,GI(e))||e.trailing&&CI(t.originalText,JI(e),{backwards:!0}))),r=n("param");return["catch ",e?["(",BI([xI,r]),xI,") "]:["(",r,") "],n("body")]}return["catch ",n("body")];case"SwitchStatement":return[SI(["switch (",BI([xI,n("discriminant")]),xI,")"])," {",u.cases.length>0?BI([FI,bI(FI,e.map(((e,r,u)=>{const o=e.getValue();return[n(),r!==u.length-1&&$I(o,t)?FI:""]}),"cases"))]):"",FI,"}"];case"SwitchCase":{u.test?i.push("case ",n("test"),":"):i.push("default:");const r=u.consequent.filter((e=>"EmptyStatement"!==e.type));if(r.length>0){const u=wL(e,t,n);i.push(1===r.length&&"BlockStatement"===r[0].type?[" ",u]:BI([FI,u]))}return i}case"DebuggerStatement":return["debugger",o];case"ClassDeclaration":case"ClassExpression":return gL(e,t,n);case"ClassMethod":case"ClassPrivateMethod":case"MethodDefinition":return mL(e,t,n);case"ClassProperty":case"PropertyDefinition":case"ClassPrivateProperty":return DL(e,t,n);case"TemplateElement":return wI(u.value.raw);case"TemplateLiteral":return fL(e,n,t);case"TaggedTemplateExpression":return[n("tag"),n("typeParameters"),n("quasi")];case"PrivateIdentifier":return["#",n("name")];case"PrivateName":return["#",n("id")];case"InterpreterDirective":return i.push("#!",u.value,FI),$I(u,t)&&i.push(FI),i;case"TopicReference":return"%";case"ArgumentPlaceholder":return"?";case"ModuleExpression":{i.push("module {");const e=n("body");return e&&i.push(BI([FI,e]),FI),i.push("}"),i}default:throw new Error("unknown type: "+JSON.stringify(u.type))}}(e,t,n,r);if(!u)return"";const o=e.getValue(),{type:i}=o;if("ClassMethod"===i||"ClassPrivateMethod"===i||"ClassProperty"===i||"PropertyDefinition"===i||"TSAbstractPropertyDefinition"===i||"ClassPrivateProperty"===i||"MethodDefinition"===i||"TSAbstractMethodDefinition"===i||"TSDeclareMethod"===i)return u;const s=IL(e,t,n);if(s)return SI([...s,u]);if(!OI(e,t))return r&&r.needsSemi?[";",u]:u;const a=[r&&r.needsSemi?";(":"(",u];if(LI(o)){const[e]=o.trailingComments;a.push(" /*",e.value.trimStart(),"*/"),e.printed=!0}return a.push(")"),a},embed:TI,insertPragma:NI,massageAstNode:PI,hasPrettierIgnore:e=>UI(e)||ZI(e),willPrintOwnComments:kI.willPrintOwnComments,canAttachComment:function(e){return e.type&&!RI(e)&&!VI(e)&&"EmptyStatement"!==e.type&&"TemplateElement"!==e.type&&"Import"!==e.type&&"TSEmptyBodyFunctionExpression"!==e.type},printComment:kL,isBlockComment:RI,handleComments:{avoidAstMutation:!0,ownLine:kI.handleOwnLineComment,endOfLine:kI.handleEndOfLineComment,remaining:kI.handleRemainingComment},getCommentChildNodes:kI.getCommentChildNodes};const{builders:{hardline:_L,indent:ML,join:RL}}=Wc,VL=nv,$L=new Set(["start","end","extra","loc","comments","leadingComments","trailingComments","innerComments","errors","range","tokens"]);function WL(e,t){const{type:n}=e;if("ObjectProperty"!==n||"Identifier"!==e.key.type){if("UnaryExpression"===n&&"+"===e.operator)return t.argument;if("ArrayExpression"!==n)return"TemplateLiteral"===n?{type:"StringLiteral",value:e.quasis[0].value.cooked}:void 0;for(const[n,r]of e.elements.entries())null===r&&t.elements.splice(n,0,{type:"NullLiteral"})}else t.key={type:"StringLiteral",value:e.key.name}}WL.ignoredProperties=$L;var qL={preprocess:VL,print:function(e,t,n){const r=e.getValue();switch(r.type){case"JsonRoot":return[n("node"),_L];case"ArrayExpression":{if(0===r.elements.length)return"[]";const t=e.map((()=>null===e.getValue()?"null":n()),"elements");return["[",ML([_L,RL([",",_L],t)]),_L,"]"]}case"ObjectExpression":return 0===r.properties.length?"{}":["{",ML([_L,RL([",",_L],e.map(n,"properties"))]),_L,"}"];case"ObjectProperty":return[n("key"),": ",n("value")];case"UnaryExpression":return["+"===r.operator?"":r.operator,n("argument")];case"NullLiteral":return"null";case"BooleanLiteral":return r.value?"true":"false";case"StringLiteral":case"NumericLiteral":return JSON.stringify(r.value);case"Identifier":{const t=e.getParentNode();return t&&"ObjectProperty"===t.type&&t.key===r?JSON.stringify(r.name):r.name}case"TemplateLiteral":return n(["quasis",0]);case"TemplateElement":return JSON.stringify(r.value.cooked);default:throw new Error("unknown type: "+JSON.stringify(r.type))}},massageAstNode:WL};const UL="Common";var zL={bracketSpacing:{since:"0.0.0",category:UL,type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{since:"0.0.0",category:UL,type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{since:"1.8.2",category:UL,type:"choice",default:[{since:"1.8.2",value:!0},{since:"1.9.0",value:"preserve"}],description:"How to wrap prose.",choices:[{since:"1.9.0",value:"always",description:"Wrap prose if it exceeds the print width."},{since:"1.9.0",value:"never",description:"Do not wrap prose."},{since:"1.9.0",value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{since:"2.4.0",category:UL,type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."}};const HL="JavaScript";var JL={name:"JavaScript",type:"programming",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",color:"#f1e05a",aliases:["js","node"],extensions:[".js","._js",".bones",".cjs",".es",".es6",".frag",".gs",".jake",".jsb",".jscad",".jsfl",".jsm",".jss",".jsx",".mjs",".njs",".pac",".sjs",".ssjs",".xsjs",".xsjslib"],filenames:["Jakefile"],interpreters:["chakra","d8","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell"],languageId:183},GL={name:"JSON",type:"data",tmScope:"source.json",aceMode:"json",codemirrorMode:"javascript",codemirrorMimeType:"application/json",extensions:[".json",".avsc",".geojson",".gltf",".har",".ice",".JSON-tmLanguage",".jsonl",".mcmeta",".tfstate",".tfstate.backup",".topojson",".webapp",".webmanifest",".yy",".yyp"],filenames:[".arcconfig",".htmlhintrc",".imgbotconfig",".tern-config",".tern-project",".watchmanconfig","Pipfile.lock","composer.lock","mcmod.info"],languageId:174};const XL=tE,YL=jL,KL=qL,QL={arrowParens:{since:"1.9.0",category:HL,type:"choice",default:[{since:"1.9.0",value:"avoid"},{since:"2.0.0",value:"always"}],description:"Include parentheses around a sole arrow function parameter.",choices:[{value:"always",description:"Always include parens. Example: `(x) => x`"},{value:"avoid",description:"Omit parens when possible. Example: `x => x`"}]},bracketSameLine:zL.bracketSameLine,bracketSpacing:zL.bracketSpacing,jsxBracketSameLine:{since:"0.17.0",category:HL,type:"boolean",description:"Put > on the last line instead of at a new line.",deprecated:"2.4.0"},semi:{since:"1.0.0",category:HL,type:"boolean",default:!0,description:"Print semicolons.",oppositeDescription:"Do not print semicolons, except at the beginning of lines which may need them."},singleQuote:zL.singleQuote,jsxSingleQuote:{since:"1.15.0",category:HL,type:"boolean",default:!1,description:"Use single quotes in JSX."},quoteProps:{since:"1.17.0",category:HL,type:"choice",default:"as-needed",description:"Change when properties in objects are quoted.",choices:[{value:"as-needed",description:"Only add quotes around object properties where required."},{value:"consistent",description:"If at least one property in an object requires quotes, quote all properties."},{value:"preserve",description:"Respect the input use of quotes in object properties."}]},trailingComma:{since:"0.0.0",category:HL,type:"choice",default:[{since:"0.0.0",value:!1},{since:"0.19.0",value:"none"},{since:"2.0.0",value:"es5"}],description:"Print trailing commas wherever possible when multi-line.",choices:[{value:"es5",description:"Trailing commas where valid in ES5 (objects, arrays, etc.)"},{value:"none",description:"No trailing commas."},{value:"all",description:"Trailing commas wherever possible (including function arguments)."}]}},ZL=[XL(JL,(e=>({since:"0.0.0",parsers:["babel","espree","meriyah","babel-flow","babel-ts","flow","typescript"],vscodeLanguageIds:["javascript","mongo"],interpreters:[...e.interpreters,"zx"],extensions:[...e.extensions.filter((e=>".jsx"!==e)),".wxs"]}))),XL(JL,(()=>({name:"Flow",since:"0.0.0",parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"],aliases:[],filenames:[],extensions:[".js.flow"]}))),XL(JL,(()=>({name:"JSX",since:"0.0.0",parsers:["babel","babel-flow","babel-ts","flow","typescript","espree","meriyah"],vscodeLanguageIds:["javascriptreact"],aliases:void 0,filenames:void 0,extensions:[".jsx"],group:"JavaScript",interpreters:void 0,tmScope:"source.js.jsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",color:void 0}))),XL({name:"TypeScript",type:"programming",color:"#2b7489",aliases:["ts"],interpreters:["deno","ts-node"],extensions:[".ts"],tmScope:"source.ts",aceMode:"typescript",codemirrorMode:"javascript",codemirrorMimeType:"application/typescript",languageId:378},(e=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"],extensions:[...e.extensions,".mts",".cts"]}))),XL({name:"TSX",type:"programming",group:"TypeScript",extensions:[".tsx"],tmScope:"source.tsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",languageId:94901924},(()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"]}))),XL(GL,(()=>({name:"JSON.stringify",since:"1.13.0",parsers:["json-stringify"],vscodeLanguageIds:["json"],extensions:[],filenames:["package.json","package-lock.json","composer.json"]}))),XL(GL,(e=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["json"],extensions:e.extensions.filter((e=>".jsonl"!==e))}))),XL({name:"JSON with Comments",type:"data",group:"JSON",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",aliases:["jsonc"],extensions:[".jsonc",".sublime-build",".sublime-commands",".sublime-completions",".sublime-keymap",".sublime-macro",".sublime-menu",".sublime-mousemap",".sublime-project",".sublime-settings",".sublime-theme",".sublime-workspace",".sublime_metrics",".sublime_session"],filenames:[".babelrc",".eslintrc.json",".jscsrc",".jshintrc",".jslintrc","api-extractor.json","devcontainer.json","jsconfig.json","language-configuration.json","tsconfig.json","tslint.json"],languageId:423},(e=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["jsonc"],filenames:[...e.filenames,".eslintrc"]}))),XL({name:"JSON5",type:"data",extensions:[".json5"],tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"application/json",languageId:175},(()=>({since:"1.13.0",parsers:["json5"],vscodeLanguageIds:["json5"]})))];var ej={languages:ZL,options:QL,printers:{estree:YL,"estree-json":KL},parsers:void 0};const{isFrontMatterNode:tj}=nc,nj=ni,rj=new Set(["raw","raws","sourceIndex","source","before","after","trailingComma"]);function uj(e,t,n){if(tj(e)&&"yaml"===e.lang&&delete t.value,"css-comment"===e.type&&"css-root"===n.type&&n.nodes.length>0){if((n.nodes[0]===e||tj(n.nodes[0])&&n.nodes[1]===e)&&(delete t.text,/^\*\s*@(?:format|prettier)\s*$/.test(e.text)))return null;if("css-root"===n.type&&nj(n.nodes)===e)return null}if("value-root"===e.type&&delete t.text,"media-query"!==e.type&&"media-query-list"!==e.type&&"media-feature-expression"!==e.type||delete t.value,"css-rule"===e.type&&delete t.params,"selector-combinator"===e.type&&(t.value=t.value.replace(/\s+/g," ")),"media-feature"===e.type&&(t.value=t.value.replace(/ /g,"")),("value-word"===e.type&&(e.isColor&&e.isHex||["initial","inherit","unset","revert"].includes(t.value.replace().toLowerCase()))||"media-feature"===e.type||"selector-root-invalid"===e.type||"selector-pseudo"===e.type)&&(t.value=t.value.toLowerCase()),"css-decl"===e.type&&(t.prop=t.prop.toLowerCase()),"css-atrule"!==e.type&&"css-import"!==e.type||(t.name=t.name.toLowerCase()),"value-number"===e.type&&(t.unit=t.unit.toLowerCase()),"media-feature"!==e.type&&"media-keyword"!==e.type&&"media-type"!==e.type&&"media-unknown"!==e.type&&"media-url"!==e.type&&"media-value"!==e.type&&"selector-attribute"!==e.type&&"selector-string"!==e.type&&"selector-class"!==e.type&&"selector-combinator"!==e.type&&"value-string"!==e.type||!t.value||(t.value=t.value.replace(/'/g,'"').replace(/\\([^\dA-Fa-f])/g,"$1")),"selector-attribute"===e.type&&(t.attribute=t.attribute.trim(),t.namespace&&"string"==typeof t.namespace&&(t.namespace=t.namespace.trim(),0===t.namespace.length&&(t.namespace=!0)),t.value&&(t.value=t.value.trim().replace(/^["']|["']$/g,""),delete t.quoted)),"media-value"!==e.type&&"media-type"!==e.type&&"value-number"!==e.type&&"selector-root-invalid"!==e.type&&"selector-class"!==e.type&&"selector-combinator"!==e.type&&"selector-tag"!==e.type||!t.value||(t.value=t.value.replace(/([\d+.Ee-]+)([A-Za-z]*)/g,((e,t,n)=>{const r=Number(t);return Number.isNaN(r)?e:r+n.toLowerCase()}))),"selector-tag"===e.type){const n=e.value.toLowerCase();["from","to"].includes(n)&&(t.value=n)}"css-atrule"===e.type&&"supports"===e.name.toLowerCase()&&delete t.value,"selector-unknown"===e.type&&delete t.value}uj.ignoredProperties=rj;var oj=uj;const{builders:{hardline:ij,markAsRoot:sj}}=Wc;var aj=function(e,t){if("yaml"===e.lang){const n=e.value.trim(),r=n?t(n,{parser:"yaml"},{stripTrailingHardline:!0}):"";return sj([e.startDelimiter,ij,r,r?ij:"",e.endDelimiter])}};const{builders:{hardline:cj}}=Wc,lj=aj;const pj=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");var fj=function(e){const t=e.match(pj);if(!t)return{content:e};const{startDelimiter:n,language:r,value:u="",endDelimiter:o}=t.groups;let i=r.trim()||"yaml";if("+++"===n&&(i="toml"),"yaml"!==i&&n!==o)return{content:e};const[s]=t;return{frontMatter:{type:"front-matter",lang:i,value:u,startDelimiter:n,endDelimiter:o,raw:s.replace(/\n$/,"")},content:s.replace(/[^\n]/g," ")+e.slice(s.length)}};const dj=OC,hj=fj;var gj={hasPragma:function(e){return dj.hasPragma(hj(e).content)},insertPragma:function(e){const{frontMatter:t,content:n}=hj(e);return(t?t.raw+"\n\n":"")+dj.insertPragma(n)}};const{isNonEmptyArray:mj}=nc,Dj=new Set(["red","green","blue","alpha","a","rgb","hue","h","saturation","s","lightness","l","whiteness","w","blackness","b","tint","shade","blend","blenda","contrast","hsl","hsla","hwb","hwba"]),yj=new Set(["import","use","forward"]);function Ej(e,t){const n=Array.isArray(t)?t:[t];let r,u=-1;for(;r=e.getParentNode(++u);)if(n.includes(r.type))return u;return-1}function Aj(e,t){const n=Ej(e,t);return-1===n?null:e.getParentNode(n)}function Cj(e){return"value-operator"===e.type&&"*"===e.value}function bj(e){return"value-operator"===e.type&&"/"===e.value}function vj(e){return"value-operator"===e.type&&"+"===e.value}function Fj(e){return"value-operator"===e.type&&"-"===e.value}function xj(e){return"value-operator"===e.type&&"%"===e.value}function Sj(e){return"value-comma_group"===e.type&&e.groups&&e.groups[1]&&"value-colon"===e.groups[1].type}function Bj(e){return"value-paren_group"===e.type&&e.groups&&e.groups[0]&&Sj(e.groups[0])}function wj(e){return e&&"value-colon"===e.type}var Tj={getAncestorCounter:Ej,getAncestorNode:Aj,getPropOfDeclNode:function(e){const t=Aj(e,"css-decl");return t&&t.prop&&t.prop.toLowerCase()},hasSCSSInterpolation:function(e){if(mj(e))for(let t=e.length-1;t>0;t--)if("word"===e[t].type&&"{"===e[t].value&&"word"===e[t-1].type&&e[t-1].value.endsWith("#"))return!0;return!1},hasStringOrFunction:function(e){if(mj(e))for(let t=0;t<e.length;t++)if("string"===e[t].type||"func"===e[t].type)return!0;return!1},maybeToLowerCase:function(e){return e.includes("$")||e.includes("@")||e.includes("#")||e.startsWith("%")||e.startsWith("--")||e.startsWith(":--")||e.includes("(")&&e.includes(")")?e:e.toLowerCase()},insideValueFunctionNode:function(e,t){const n=Aj(e,"value-func");return n&&n.value&&n.value.toLowerCase()===t},insideICSSRuleNode:function(e){const t=Aj(e,"css-rule");return t&&t.raws&&t.raws.selector&&(t.raws.selector.startsWith(":import")||t.raws.selector.startsWith(":export"))},insideAtRuleNode:function(e,t){const n=Array.isArray(t)?t:[t],r=Aj(e,"css-atrule");return r&&n.includes(r.name.toLowerCase())},insideURLFunctionInImportAtRuleNode:function(e){const t=e.getValue(),n=Aj(e,"css-atrule");return n&&"import"===n.name&&"url"===t.groups[0].value&&2===t.groups.length},isKeyframeAtRuleKeywords:function(e,t){const n=Aj(e,"css-atrule");return n&&n.name&&n.name.toLowerCase().endsWith("keyframes")&&["from","to"].includes(t.toLowerCase())},isWideKeywords:function(e){return["initial","inherit","unset","revert"].includes(e.toLowerCase())},isSCSS:function(e,t){return"less"===e||"scss"===e?"scss"===e:/(?:\w\s*:\s*[^:}]+|#){|@import[^\n]+(?:url|,)/.test(t)},isSCSSVariable:function(e){return Boolean(e&&"word"===e.type&&e.value.startsWith("$"))},isLastNode:function(e,t){const n=e.getParentNode();if(!n)return!1;const{nodes:r}=n;return r&&r.indexOf(t)===r.length-1},isLessParser:function(e){return"css"===e.parser||"less"===e.parser},isSCSSControlDirectiveNode:function(e){return"css-atrule"===e.type&&["if","else","for","each","while"].includes(e.name)},isDetachedRulesetDeclarationNode:function(e){return!!e.selector&&("string"==typeof e.selector&&/^@.+:.*$/.test(e.selector)||e.selector.value&&/^@.+:.*$/.test(e.selector.value))},isRelationalOperatorNode:function(e){return"value-word"===e.type&&["<",">","<=",">="].includes(e.value)},isEqualityOperatorNode:function(e){return"value-word"===e.type&&["==","!="].includes(e.value)},isMultiplicationNode:Cj,isDivisionNode:bj,isAdditionNode:vj,isSubtractionNode:Fj,isModuloNode:xj,isMathOperatorNode:function(e){return Cj(e)||bj(e)||vj(e)||Fj(e)||xj(e)},isEachKeywordNode:function(e){return"value-word"===e.type&&"in"===e.value},isForKeywordNode:function(e){return"value-word"===e.type&&["from","through","end"].includes(e.value)},isURLFunctionNode:function(e){return"value-func"===e.type&&"url"===e.value.toLowerCase()},isIfElseKeywordNode:function(e){return"value-word"===e.type&&["and","or","not"].includes(e.value)},hasComposesNode:function(e){return e.value&&"value-root"===e.value.type&&e.value.group&&"value-value"===e.value.group.type&&"composes"===e.prop.toLowerCase()},hasParensAroundNode:function(e){return e.value&&e.value.group&&e.value.group.group&&"value-paren_group"===e.value.group.group.type&&null!==e.value.group.group.open&&null!==e.value.group.group.close},hasEmptyRawBefore:function(e){return e.raws&&""===e.raws.before},isSCSSNestedPropertyNode:function(e){return!!e.selector&&e.selector.replace(/\/\*.*?\*\//,"").replace(/\/\/.*?\n/,"").trim().endsWith(":")},isDetachedRulesetCallNode:function(e){return e.raws&&e.raws.params&&/^\(\s*\)$/.test(e.raws.params)},isTemplatePlaceholderNode:function(e){return e.name.startsWith("prettier-placeholder")},isTemplatePropNode:function(e){return e.prop.startsWith("@prettier-placeholder")},isPostcssSimpleVarNode:function(e,t){return"$$"===e.value&&"value-func"===e.type&&t&&"value-word"===t.type&&!t.raws.before},isKeyValuePairNode:Sj,isKeyValuePairInParenGroupNode:Bj,isKeyInValuePairNode:function(e,t){if(!Sj(t))return!1;const{groups:n}=t,r=n.indexOf(e);return-1!==r&&wj(n[r+1])},isSCSSMapItemNode:function(e){const t=e.getValue();if(0===t.groups.length)return!1;const n=e.getParentNode(1);if(!(Bj(t)||n&&Bj(n)))return!1;const r=Aj(e,"css-decl");return!!(r&&r.prop&&r.prop.startsWith("$"))||!!Bj(n)||"value-func"===n.type},isInlineValueCommentNode:function(e){return"value-comment"===e.type&&e.inline},isHashNode:function(e){return"value-word"===e.type&&"#"===e.value},isLeftCurlyBraceNode:function(e){return"value-word"===e.type&&"{"===e.value},isRightCurlyBraceNode:function(e){return"value-word"===e.type&&"}"===e.value},isWordNode:function(e){return["value-word","value-atword"].includes(e.type)},isColonNode:wj,isMediaAndSupportsKeywords:function(e){return e.value&&["not","and","or"].includes(e.value.toLowerCase())},isColorAdjusterFuncNode:function(e){return"value-func"===e.type&&Dj.has(e.value.toLowerCase())},lastLineHasInlineComment:function(e){return/\/\//.test(e.split(/[\n\r]/).pop())},stringifyNode:function e(t){if(t.groups)return(t.open&&t.open.value?t.open.value:"")+t.groups.reduce(((n,r,u)=>n+e(r)+("comma_group"===t.groups[0].type&&u!==t.groups.length-1?",":"")),"")+(t.close&&t.close.value?t.close.value:"");const n=t.raws&&t.raws.before?t.raws.before:"",r=t.raws&&t.raws.quote?t.raws.quote:"";return n+r+("atword"===t.type?"@":"")+(t.value?t.value:"")+r+(t.unit?t.unit:"")+(t.group?e(t.group):"")+(t.raws&&t.raws.after?t.raws.after:"")},isAtWordPlaceholderNode:function(e){return e&&"value-atword"===e.type&&e.value.startsWith("prettier-placeholder-")},isModuleRuleName:function(e){return yj.has(e)},isConfigurationNode:function(e,t){if(!e.open||"("!==e.open.value||!e.close||")"!==e.close.value||e.groups.some((e=>"value-comma_group"!==e.type)))return!1;if("value-comma_group"===t.type){const n=t.groups.indexOf(e)-1,r=t.groups[n];if(r&&"value-word"===r.type&&"with"===r.value)return!0}return!1},isParenGroupNode:function(e){return"value-paren_group"===e.type&&e.open&&"("===e.open.value&&e.close&&")"===e.close.value}};const Pj=function(e,t){let n=0;for(let r=0;r<e.line-1;++r)n=t.indexOf("\n",n)+1;return n+e.column},{getLast:Nj,skipEverythingButNewLine:kj}=nc;function Oj(e,t){return"number"==typeof e.sourceIndex?e.sourceIndex:e.source?Pj(e.source.start,t)-1:null}function Ij(e,t){if("css-comment"===e.type&&e.inline)return kj(t,e.source.startOffset);const n=e.nodes&&Nj(e.nodes);return n&&e.source&&!e.source.end&&(e=n),e.source&&e.source.end?Pj(e.source.end,t):null}function Lj(e,t,n){e.source&&(e.source.startOffset=Oj(e,n)+t,e.source.endOffset=Ij(e,n)+t);for(const r in e){const u=e[r];"source"!==r&&u&&"object"==typeof u&&Lj(u,t,n)}}function jj(e){let t=e.source.startOffset;return"string"==typeof e.prop&&(t+=e.prop.length),"css-atrule"===e.type&&"string"==typeof e.name&&(t+=1+e.name.length+e.raws.afterName.match(/^\s*:?\s*/)[0].length),"css-atrule"!==e.type&&e.raws&&"string"==typeof e.raws.between&&(t+=e.raws.between.length),t}var _j={locStart:function(e){return e.source.startOffset},locEnd:function(e){return e.source.endOffset},calculateLoc:function e(t,n){t.source&&(t.source.startOffset=Oj(t,n),t.source.endOffset=Ij(t,n));for(const r in t){const u=t[r];"source"!==r&&u&&"object"==typeof u&&("value-root"===u.type||"value-unknown"===u.type?Lj(u,jj(t),u.text||u.value):e(u,n))}},replaceQuotesInInlineComments:function(e){let t,n="initial",r="initial",u=!1;const o=[];for(let i=0;i<e.length;i++){const s=e[i];switch(n){case"initial":if("'"===s){n="single-quotes";continue}if('"'===s){n="double-quotes";continue}if(("u"===s||"U"===s)&&"url("===e.slice(i,i+4).toLowerCase()){n="url",i+=3;continue}if("*"===s&&"/"===e[i-1]){n="comment-block";continue}if("/"===s&&"/"===e[i-1]){n="comment-inline",t=i-1;continue}continue;case"single-quotes":if("'"===s&&"\\"!==e[i-1]&&(n=r,r="initial"),"\n"===s||"\r"===s)return e;continue;case"double-quotes":if('"'===s&&"\\"!==e[i-1]&&(n=r,r="initial"),"\n"===s||"\r"===s)return e;continue;case"url":if(")"===s&&(n="initial"),"\n"===s||"\r"===s)return e;if("'"===s){n="single-quotes",r="url";continue}if('"'===s){n="double-quotes",r="url";continue}continue;case"comment-block":"/"===s&&"*"===e[i-1]&&(n="initial");continue;case"comment-inline":'"'!==s&&"'"!==s&&"*"!==s||(u=!0),"\n"!==s&&"\r"!==s||(u&&o.push([t,i]),n="initial",u=!1);continue}}for(const[t,n]of o)e=e.slice(0,t)+e.slice(t,n).replace(/["'*]/g," ")+e.slice(n);return e}};const Mj=ni,{printNumber:Rj,printString:Vj,hasNewline:$j,isFrontMatterNode:Wj,isNextLineEmpty:qj,isNonEmptyArray:Uj}=nc,{builders:{join:zj,line:Hj,hardline:Jj,softline:Gj,group:Xj,fill:Yj,indent:Kj,dedent:Qj,ifBreak:Zj,breakParent:e_},utils:{removeLines:t_,getDocParts:n_}}=Wc,r_=oj,u_=function(e,t,n){const r=e.getValue();if("front-matter"===r.type){const e=lj(r,n);return e?[e,cj]:""}},{insertPragma:o_}=gj,{getAncestorNode:i_,getPropOfDeclNode:s_,maybeToLowerCase:a_,insideValueFunctionNode:c_,insideICSSRuleNode:l_,insideAtRuleNode:p_,insideURLFunctionInImportAtRuleNode:f_,isKeyframeAtRuleKeywords:d_,isWideKeywords:h_,isSCSS:g_,isLastNode:m_,isLessParser:D_,isSCSSControlDirectiveNode:y_,isDetachedRulesetDeclarationNode:E_,isRelationalOperatorNode:A_,isEqualityOperatorNode:C_,isMultiplicationNode:b_,isDivisionNode:v_,isAdditionNode:F_,isSubtractionNode:x_,isMathOperatorNode:S_,isEachKeywordNode:B_,isForKeywordNode:w_,isURLFunctionNode:T_,isIfElseKeywordNode:P_,hasComposesNode:N_,hasParensAroundNode:k_,hasEmptyRawBefore:O_,isKeyValuePairNode:I_,isKeyInValuePairNode:L_,isDetachedRulesetCallNode:j_,isTemplatePlaceholderNode:__,isTemplatePropNode:M_,isPostcssSimpleVarNode:R_,isSCSSMapItemNode:V_,isInlineValueCommentNode:$_,isHashNode:W_,isLeftCurlyBraceNode:q_,isRightCurlyBraceNode:U_,isWordNode:z_,isColonNode:H_,isMediaAndSupportsKeywords:J_,isColorAdjusterFuncNode:G_,lastLineHasInlineComment:X_,isAtWordPlaceholderNode:Y_,isConfigurationNode:K_,isParenGroupNode:Q_}=Tj,{locStart:Z_,locEnd:eM}=_j;function tM(e){return"es5"===e.trailingComma||"all"===e.trailingComma}function nM(e,t,n){const r=[];return e.each(((e,u,o)=>{const i=o[u-1];if(i&&"css-comment"===i.type&&"prettier-ignore"===i.text.trim()){const n=e.getValue();r.push(t.originalText.slice(Z_(n),eM(n)))}else r.push(n());u!==o.length-1&&("css-comment"===o[u+1].type&&!$j(t.originalText,Z_(o[u+1]),{backwards:!0})&&!Wj(o[u])||"css-atrule"===o[u+1].type&&"else"===o[u+1].name&&"css-comment"!==o[u].type?r.push(" "):(r.push(t.__isHTMLStyleAttribute?Hj:Jj),qj(t.originalText,e.getValue(),eM)&&!Wj(o[u])&&r.push(Jj)))}),"nodes"),r}const rM=/(["'])(?:(?!\1)[^\\]|\\.)*\1/gs,uM=new RegExp(rM.source+"|"+"(".concat(/[$@]?[A-Z_a-z\u0080-\uFFFF][\w\u0080-\uFFFF-]*/g.source,")?")+"(".concat(/(?:\d*\.\d+|\d+\.?)(?:[Ee][+-]?\d+)?/g.source,")")+"(".concat(/[A-Za-z]+/g.source,")?"),"g");function oM(e,t){return e.replace(rM,(e=>Vj(e,t)))}function iM(e,t){const n=t.singleQuote?"'":'"';return e.includes('"')||e.includes("'")?e:n+e+n}function sM(e){return e.replace(uM,((e,t,n,r,u)=>!n&&r?aM(r)+a_(u||""):e))}function aM(e){return Rj(e).replace(/\.0(?=$|e)/,"")}var cM={print:function(e,t,n){const r=e.getValue();if(!r)return"";if("string"==typeof r)return r;switch(r.type){case"front-matter":return[r.raw,Jj];case"css-root":{const u=nM(e,t,n),o=r.raws.after.trim();return[u,o?" ".concat(o):"",n_(u).length>0?Jj:""]}case"css-comment":{const e=r.inline||r.raws.inline,n=t.originalText.slice(Z_(r),eM(r));return e?n.trimEnd():n}case"css-rule":return[n("selector"),r.important?" !important":"",r.nodes?[r.selector&&"selector-unknown"===r.selector.type&&X_(r.selector.value)?Hj:" ","{",r.nodes.length>0?Kj([Jj,nM(e,t,n)]):"",Jj,"}",E_(r)?";":""]:";"];case"css-decl":{const u=e.getParentNode(),{between:o}=r.raws,i=o.trim(),s=":"===i;let a=N_(r)?t_(n("value")):n("value");return!s&&X_(i)&&(a=Kj([Jj,Qj(a)])),[r.raws.before.replace(/[\s;]/g,""),l_(e)?r.prop:a_(r.prop),i.startsWith("//")?" ":"",i,r.extend?"":" ",D_(t)&&r.extend&&r.selector?["extend(",n("selector"),")"]:"",a,r.raws.important?r.raws.important.replace(/\s*!\s*important/i," !important"):r.important?" !important":"",r.raws.scssDefault?r.raws.scssDefault.replace(/\s*!default/i," !default"):r.scssDefault?" !default":"",r.raws.scssGlobal?r.raws.scssGlobal.replace(/\s*!global/i," !global"):r.scssGlobal?" !global":"",r.nodes?[" {",Kj([Gj,nM(e,t,n)]),Gj,"}"]:M_(r)&&!u.raws.semicolon&&";"!==t.originalText[eM(r)-1]?"":t.__isHTMLStyleAttribute&&m_(e,r)?Zj(";"):";"]}case"css-atrule":{const u=e.getParentNode(),o=__(r)&&!u.raws.semicolon&&";"!==t.originalText[eM(r)-1];if(D_(t)){if(r.mixin)return[n("selector"),r.important?" !important":"",o?"":";"];if(r.function)return[r.name,n("params"),o?"":";"];if(r.variable)return["@",r.name,": ",r.value?n("value"):"",r.raws.between.trim()?r.raws.between.trim()+" ":"",r.nodes?["{",Kj([r.nodes.length>0?Gj:"",nM(e,t,n)]),Gj,"}"]:"",o?"":";"]}return["@",j_(r)||r.name.endsWith(":")?r.name:a_(r.name),r.params?[j_(r)?"":__(r)?""===r.raws.afterName?"":r.name.endsWith(":")?" ":/^\s*\n\s*\n/.test(r.raws.afterName)?[Jj,Jj]:/^\s*\n/.test(r.raws.afterName)?Jj:" ":" ",n("params")]:"",r.selector?Kj([" ",n("selector")]):"",r.value?Xj([" ",n("value"),y_(r)?k_(r)?" ":Hj:""]):"else"===r.name?" ":"",r.nodes?[y_(r)?"":r.selector&&!r.selector.nodes&&"string"==typeof r.selector.value&&X_(r.selector.value)||!r.selector&&"string"==typeof r.params&&X_(r.params)?Hj:" ","{",Kj([r.nodes.length>0?Gj:"",nM(e,t,n)]),Gj,"}"]:o?"":";"]}case"media-query-list":{const t=[];return e.each((e=>{const r=e.getValue();"media-query"===r.type&&""===r.value||t.push(n())}),"nodes"),Xj(Kj(zj(Hj,t)))}case"media-query":return[zj(" ",e.map(n,"nodes")),m_(e,r)?"":","];case"media-type":case"media-value":return sM(oM(r.value,t));case"media-feature-expression":return r.nodes?["(",...e.map(n,"nodes"),")"]:r.value;case"media-feature":return a_(oM(r.value.replace(/ +/g," "),t));case"media-colon":case"value-comma":return[r.value," "];case"media-keyword":case"selector-string":return oM(r.value,t);case"media-url":return oM(r.value.replace(/^url\(\s+/gi,"url(").replace(/\s+\)$/g,")"),t);case"media-unknown":case"selector-comment":case"selector-nesting":case"value-paren":case"value-operator":case"value-unicode-range":case"value-unknown":return r.value;case"selector-root":return Xj([p_(e,"custom-selector")?[i_(e,"css-atrule").customSelector,Hj]:"",zj([",",p_(e,["extend","custom-selector","nest"])?Hj:Jj],e.map(n,"nodes"))]);case"selector-selector":return Xj(Kj(e.map(n,"nodes")));case"selector-tag":{const t=e.getParentNode(),n=t&&t.nodes.indexOf(r),u=n&&t.nodes[n-1];return[r.namespace?[!0===r.namespace?"":r.namespace.trim(),"|"]:"","selector-nesting"===u.type?r.value:sM(d_(e,r.value)?r.value.toLowerCase():r.value)]}case"selector-id":return["#",r.value];case"selector-class":return[".",sM(oM(r.value,t))];case"selector-attribute":return["[",r.namespace?[!0===r.namespace?"":r.namespace.trim(),"|"]:"",r.attribute.trim(),r.operator?r.operator:"",r.value?iM(oM(r.value.trim(),t),t):"",r.insensitive?" i":"","]"];case"selector-combinator":if("+"===r.value||">"===r.value||"~"===r.value||">>>"===r.value){const t=e.getParentNode();return["selector-selector"===t.type&&t.nodes[0]===r?"":Hj,r.value,m_(e,r)?"":" "]}return[r.value.trim().startsWith("(")?Hj:"",sM(oM(r.value.trim(),t))||Hj];case"selector-universal":return[r.namespace?[!0===r.namespace?"":r.namespace.trim(),"|"]:"",r.value];case"selector-pseudo":return[a_(r.value),Uj(r.nodes)?["(",zj(", ",e.map(n,"nodes")),")"]:""];case"selector-unknown":{const n=i_(e,"css-rule");if(n&&n.isSCSSNesterProperty)return sM(oM(a_(r.value),t));const u=e.getParentNode();if(u.raws&&u.raws.selector){const e=Z_(u),n=e+u.raws.selector.length;return t.originalText.slice(e,n).trim()}const o=e.getParentNode(1);if("value-paren_group"===u.type&&o&&"value-func"===o.type&&"selector"===o.value){const e=Z_(u.open)+1,n=eM(u.close)-1,r=t.originalText.slice(e,n).trim();return X_(r)?[e_,r]:r}return r.value}case"value-value":case"value-root":return n("group");case"value-comment":return t.originalText.slice(Z_(r),eM(r));case"value-comma_group":{const t=e.getParentNode(),u=e.getParentNode(1),o=s_(e),i=o&&"value-value"===t.type&&("grid"===o||o.startsWith("grid-template")),s=i_(e,"css-atrule"),a=s&&y_(s),c=r.groups.some((e=>$_(e))),l=e.map(n,"groups"),p=[],f=c_(e,"url");let d=!1,h=!1;for(let n=0;n<r.groups.length;++n){p.push(l[n]);const o=r.groups[n-1],c=r.groups[n],g=r.groups[n+1],m=r.groups[n+2];if(f){(g&&F_(g)||F_(c))&&p.push(" ");continue}if(p_(e,"forward")&&"value-word"===c.type&&c.value&&void 0!==o&&"value-word"===o.type&&"as"===o.value&&"value-operator"===g.type&&"*"===g.value)continue;if(!g)continue;if("value-word"===c.type&&c.value.endsWith("-")&&Y_(g))continue;const D="value-string"===c.type&&c.value.startsWith("#{"),y=d&&"value-string"===g.type&&g.value.endsWith("}");if(D||y){d=!d;continue}if(d)continue;if(H_(c)||H_(g))continue;if("value-atword"===c.type&&""===c.value)continue;if("~"===c.value)continue;if(c.value&&c.value.includes("\\")&&g&&"value-comment"!==g.type)continue;if(o&&o.value&&o.value.indexOf("\\")===o.value.length-1&&"value-operator"===c.type&&"/"===c.value)continue;if("\\"===c.value)continue;if(R_(c,g))continue;if(W_(c)||q_(c)||U_(g)||q_(g)&&O_(g)||U_(c)&&O_(g))continue;if("--"===c.value&&W_(g))continue;const E=S_(c),A=S_(g);if((E&&W_(g)||A&&U_(c))&&O_(g))continue;if(!o&&v_(c))continue;if(c_(e,"calc")&&(F_(c)||F_(g)||x_(c)||x_(g))&&O_(g))continue;const C=(F_(c)||x_(c))&&0===n&&("value-number"===g.type||g.isHex)&&u&&G_(u)&&!O_(g),b=m&&"value-func"===m.type||m&&z_(m)||"value-func"===c.type||z_(c),v="value-func"===g.type||z_(g)||o&&"value-func"===o.type||o&&z_(o);if(b_(g)||b_(c)||c_(e,"calc")||C||!(v_(g)&&!b||v_(c)&&!v||F_(g)&&!b||F_(c)&&!v||x_(g)||x_(c))||!(O_(g)||E&&(!o||o&&S_(o))))if($_(c)){if("value-paren_group"===t.type){p.push(Qj(Jj));continue}p.push(Jj)}else a&&(C_(g)||A_(g)||P_(g)||B_(c)||w_(c))||s&&"namespace"===s.name.toLowerCase()?p.push(" "):i?c.source&&g.source&&c.source.start.line!==g.source.start.line?(p.push(Jj),h=!0):p.push(" "):A?p.push(" "):g&&"..."===g.value||Y_(c)&&Y_(g)&&eM(c)===Z_(g)||(Y_(c)&&Q_(g)&&eM(c)===Z_(g.open)?p.push(Gj):"with"===c.value&&Q_(g)?p.push(" "):p.push(Hj))}return c&&p.push(e_),h&&p.unshift(Jj),a?Xj(Kj(p)):f_(e)?Xj(Yj(p)):Xj(Kj(Yj(p)))}case"value-paren_group":{const u=e.getParentNode();if(u&&T_(u)&&(1===r.groups.length||r.groups.length>0&&"value-comma_group"===r.groups[0].type&&r.groups[0].groups.length>0&&"value-word"===r.groups[0].groups[0].type&&r.groups[0].groups[0].value.startsWith("data:")))return[r.open?n("open"):"",zj(",",e.map(n,"groups")),r.close?n("close"):""];if(!r.open){const t=e.map(n,"groups"),r=[];for(let e=0;e<t.length;e++)0!==e&&r.push([",",Hj]),r.push(t[e]);return Xj(Kj(Yj(r)))}const o=V_(e),i=Mj(r.groups),s=i&&"value-comment"===i.type,a=L_(r,u),c=K_(r,u),l=c||o&&!a,p=c||a,f=Xj([r.open?n("open"):"",Kj([Gj,zj([",",Hj],e.map((e=>{const t=e.getValue(),r=n();if(I_(t)&&"value-comma_group"===t.type&&t.groups&&"value-paren_group"!==t.groups[0].type&&t.groups[2]&&"value-paren_group"===t.groups[2].type){const e=n_(r.contents.contents);return e[1]=Xj(e[1]),Xj(Qj(r))}return r}),"groups"))]),Zj(!s&&g_(t.parser,t.originalText)&&o&&tM(t)?",":""),Gj,r.close?n("close"):""],{shouldBreak:l});return p?Qj(f):f}case"value-func":return[r.value,p_(e,"supports")&&J_(r)?" ":"",n("group")];case"value-number":return[aM(r.value),a_(r.unit)];case"value-word":return r.isColor&&r.isHex||h_(r.value)?r.value.toLowerCase():r.value;case"value-colon":{const t=e.getParentNode(),n=t&&t.groups.indexOf(r),u=n&&t.groups[n-1];return[r.value,u&&"string"==typeof u.value&&"\\"===Mj(u.value)||c_(e,"url")?"":Hj]}case"value-string":return Vj(r.raws.quote+r.value+r.raws.quote,t);case"value-atword":return["@",r.value];default:throw new Error("Unknown postcss type ".concat(JSON.stringify(r.type)))}},embed:u_,insertPragma:o_,massageAstNode:r_};const lM=tE,pM=cM,fM={singleQuote:zL.singleQuote},dM=[lM({name:"CSS",type:"markup",tmScope:"source.css",aceMode:"css",codemirrorMode:"css",codemirrorMimeType:"text/css",color:"#563d7c",extensions:[".css"],languageId:50},(e=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["css"],extensions:[...e.extensions,".wxss"]}))),lM({name:"PostCSS",type:"markup",tmScope:"source.postcss",group:"CSS",extensions:[".pcss",".postcss"],aceMode:"text",languageId:262764437},(()=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["postcss"]}))),lM({name:"Less",type:"markup",color:"#1d365d",extensions:[".less"],tmScope:"source.css.less",aceMode:"less",codemirrorMode:"css",codemirrorMimeType:"text/css",languageId:198},(()=>({since:"1.4.0",parsers:["less"],vscodeLanguageIds:["less"]}))),lM({name:"SCSS",type:"markup",color:"#c6538c",tmScope:"source.css.scss",aceMode:"scss",codemirrorMode:"css",codemirrorMimeType:"text/x-scss",extensions:[".scss"],languageId:329},(()=>({since:"1.4.0",parsers:["scss"],vscodeLanguageIds:["scss"]})))];var hM={languages:dM,options:fM,printers:{postcss:pM},parsers:void 0};function gM(e,t){if("TextNode"===e.type){const n=e.chars.trim();if(!n)return null;t.chars=n.replace(/[\t\n\f\r ]+/g," ")}"AttrNode"===e.type&&"class"===e.name.toLowerCase()&&delete t.value}gM.ignoredProperties=new Set(["loc","selfClosing"]);var mM=gM;const DM=ni,yM=new Set(["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","isindex","keygen","link","menuitem","meta","nextid","param","source","track","wbr"]);function EM(e){return AM(e,["TextNode"])&&!/\S/.test(e.chars)}function AM(e,t){return e&&t.includes(e.type)}function CM(e,t){return AM(e.getParentNode(0),t)}function bM(e,t){const n=e.getValue(),r=e.getParentNode(0)||{},u=r.children||r.body||r.parts||[],o=u.indexOf(n);return-1!==o&&u[o+t]}function vM(e){return bM(e,-(arguments.length>1&&void 0!==arguments[1]?arguments[1]:1))}function FM(e){return bM(e,1)}function xM(e){return AM(e,["MustacheCommentStatement"])&&"string"==typeof e.value&&"prettier-ignore"===e.value.trim()}var SM={getNextNode:FM,getPreviousNode:vM,hasPrettierIgnore:function(e){const t=e.getValue(),n=vM(e,2);return xM(t)||xM(n)},isLastNodeOfSiblings:function(e){const t=e.getValue(),n=e.getParentNode(0);return!(!CM(e,["ElementNode"])||DM(n.children)!==t)||!(!CM(e,["Block"])||DM(n.body)!==t)},isNextNodeOfSomeType:function(e,t){return AM(FM(e),t)},isNodeOfSomeType:AM,isParentOfSomeType:CM,isPreviousNodeOfSomeType:function(e,t){return AM(vM(e),t)},isVoid:function(e){return function(e){return AM(e,["ElementNode"])&&"string"==typeof e.tag&&":"!==e.tag[0]&&(function(e){return e.toUpperCase()===e}(e.tag[0])||e.tag.includes("."))}(e)&&e.children.every((e=>EM(e)))||yM.has(e.tag)},isWhitespaceNode:EM};const{builders:{dedent:BM,fill:wM,group:TM,hardline:PM,ifBreak:NM,indent:kM,join:OM,line:IM,softline:LM},utils:{getDocParts:jM,replaceTextEndOfLine:_M}}=Wc,{getPreferredQuote:MM,isNonEmptyArray:RM}=nc,{locStart:VM,locEnd:$M}={locStart:function(e){return e.loc.start.offset},locEnd:function(e){return e.loc.end.offset}},WM=mM,{getNextNode:qM,getPreviousNode:UM,hasPrettierIgnore:zM,isLastNodeOfSiblings:HM,isNextNodeOfSomeType:JM,isNodeOfSomeType:GM,isParentOfSomeType:XM,isPreviousNodeOfSomeType:YM,isVoid:KM,isWhitespaceNode:QM}=SM;function ZM(e,t){return VM(e)-VM(t)}function eR(e,t,n){const r=e.getValue().children.every((e=>QM(e)));return"ignore"===t.htmlWhitespaceSensitivity&&r?"":e.map(((e,r)=>{const u=n();return 0===r&&"ignore"===t.htmlWhitespaceSensitivity?[LM,u]:u}),"children")}function tR(e){return KM(e)?NM([LM,"/>"],[" />",LM]):NM([LM,">"],">")}function nR(e){return[!1===e.escaped?"{{{":"{{",e.strip&&e.strip.open?"~":""]}function rR(e){const t=!1===e.escaped?"}}}":"}}";return[e.strip&&e.strip.close?"~":"",t]}function uR(e){return[nR(e),e.closeStrip.open?"~":"","/"]}function oR(e){const t=rR(e);return[e.closeStrip.close?"~":"",t]}function iR(e){return[nR(e),e.inverseStrip.open?"~":""]}function sR(e){const t=rR(e);return[e.inverseStrip.close?"~":"",t]}function aR(e,t){const n=e.getValue(),r=function(e){return[nR(e),e.openStrip.open?"~":"","#"]}(n),u=function(e){const t=rR(e);return[e.openStrip.close?"~":"",t]}(n),o=[bR(0,t)],i=vR(e,t);if(i&&o.push(IM,i),RM(n.program.blockParams)){const e=FR(n.program);o.push(IM,e)}return TM([r,kM(o),LM,u])}function cR(e,t){return["ignore"===t.htmlWhitespaceSensitivity?PM:"",iR(e),"else",sR(e)]}function lR(e,t){const n=e.getParentNode(1);return[iR(n),"else if ",vR(e,t),sR(n)]}function pR(e,t,n){const r=e.getValue();return"ignore"===n.htmlWhitespaceSensitivity?[fR(r)?LM:PM,uR(r),t("path"),oR(r)]:[uR(r),t("path"),oR(r)]}function fR(e){return GM(e,["BlockStatement"])&&e.program.body.every((e=>QM(e)))}function dR(e){return GM(e,["BlockStatement"])&&e.inverse}function hR(e,t,n){if(fR(e.getValue()))return"";const r=t("program");return"ignore"===n.htmlWhitespaceSensitivity?kM([PM,r]):kM(r)}function gR(e,t,n){const r=e.getValue(),u=t("inverse"),o="ignore"===n.htmlWhitespaceSensitivity?[PM,u]:u;return function(e){return dR(e)&&1===e.inverse.body.length&&GM(e.inverse.body[0],["BlockStatement"])&&"if"===e.inverse.body[0].path.parts[0]}(r)?o:dR(r)?[cR(r,n),kM(o)]:""}function mR(e){return jM(OM(IM,function(e){return e.split(/[\t\n\f\r ]+/)}(e)))}function DR(e){return(e="string"==typeof e?e:"").split("\n").length-1}function yR(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return Array.from({length:Math.min(e,2)}).fill(PM)}function ER(e,t){const{quote:n,regex:r}=MM(e,t);return[n,e.replace(r,"\\".concat(n)),n]}function AR(e,t){const n=bR(0,t),r=vR(e,t);return r?kM([n,IM,TM(r)]):n}function CR(e,t){const n=bR(0,t),r=vR(e,t);return r?[kM([n,IM,r]),LM]:n}function bR(e,t){return t("path")}function vR(e,t){const n=e.getValue(),r=[];if(n.params.length>0){const n=e.map(t,"params");r.push(...n)}if(n.hash&&n.hash.pairs.length>0){const e=t("hash");r.push(e)}return 0===r.length?"":OM(IM,r)}function FR(e){return["as |",e.blockParams.join(" "),"|"]}var xR={print:function(e,t,n){const r=e.getValue();if(!r)return"";if(zM(e))return t.originalText.slice(VM(r),$M(r));const u=t.singleQuote?"'":'"';switch(r.type){case"Block":case"Program":case"Template":return TM(e.map(n,"body"));case"ElementNode":{const u=TM(function(e,t){const n=e.getValue(),r=["attributes","modifiers","comments"].filter((e=>RM(n[e]))),u=r.flatMap((e=>n[e])).sort(ZM);for(const n of r)e.each((e=>{const n=u.indexOf(e.getValue());u.splice(n,1,[IM,t()])}),n);return RM(n.blockParams)&&u.push(IM,FR(n)),["<",n.tag,kM(u),tR(n)]}(e,n)),o="ignore"===t.htmlWhitespaceSensitivity&&JM(e,["ElementNode"])?LM:"";if(KM(r))return[u,o];const i=["</",r.tag,">"];return 0===r.children.length?[u,kM(i),o]:"ignore"===t.htmlWhitespaceSensitivity?[u,kM(eR(e,t,n)),PM,kM(i),o]:[u,kM(TM(eR(e,t,n))),kM(i),o]}case"BlockStatement":{const u=e.getParentNode(1);return u&&u.inverse&&1===u.inverse.body.length&&u.inverse.body[0]===r&&"if"===u.inverse.body[0].path.parts[0]?[lR(e,n),hR(e,n,t),gR(e,n,t)]:[aR(e,n),TM([hR(e,n,t),gR(e,n,t),pR(e,n,t)])]}case"ElementModifierStatement":return TM(["{{",CR(e,n),"}}"]);case"MustacheStatement":return TM([nR(r),CR(e,n),rR(r)]);case"SubExpression":return TM(["(",AR(e,n),LM,")"]);case"AttrNode":{const e="TextNode"===r.value.type;if(e&&""===r.value.chars&&VM(r.value)===$M(r.value))return r.name;const t=e?MM(r.value.chars,u).quote:"ConcatStatement"===r.value.type?MM(r.value.parts.filter((e=>"TextNode"===e.type)).map((e=>e.chars)).join(""),u).quote:"",o=n("value");return[r.name,"=",t,"class"===r.name&&t?TM(kM(o)):o,t]}case"ConcatStatement":return e.map(n,"parts");case"Hash":return OM(IM,e.map(n,"pairs"));case"HashPair":return[r.key,"=",n("value")];case"TextNode":{let n=r.chars.replace(/{{/g,"\\{{");const u=function(e){for(let t=0;t<2;t++){const n=e.getParentNode(t);if(n&&"AttrNode"===n.type)return n.name.toLowerCase()}}(e);if(u){if("class"===u){const t=n.trim().split(/\s+/).join(" ");let r=!1,u=!1;return XM(e,["ConcatStatement"])&&(YM(e,["MustacheStatement"])&&/^\s/.test(n)&&(r=!0),JM(e,["MustacheStatement"])&&/\s$/.test(n)&&""!==t&&(u=!0)),[r?IM:"",t,u?IM:""]}return _M(n)}const o=/^[\t\n\f\r ]*$/.test(n),i=!UM(e),s=!qM(e);if("ignore"!==t.htmlWhitespaceSensitivity){const t=/^[\t\n\f\r ]*/,r=/[\t\n\f\r ]*$/,u=s&&XM(e,["Template"]),a=i&&XM(e,["Template"]);if(o){if(a||u)return"";let t=[IM];const r=DR(n);return r&&(t=yR(r)),HM(e)&&(t=t.map((e=>BM(e)))),t}const[c]=n.match(t),[l]=n.match(r);let p=[];if(c){p=[IM];const e=DR(c);e&&(p=yR(e)),n=n.replace(t,"")}let f=[];if(l){if(!u){f=[IM];const t=DR(l);t&&(f=yR(t)),HM(e)&&(f=f.map((e=>BM(e))))}n=n.replace(r,"")}return[...p,wM(mR(n)),...f]}const a=DR(n);let c=function(e){return DR(((e="string"==typeof e?e:"").match(/^([^\S\n\r]*[\n\r])+/g)||[])[0]||"")}(n),l=function(e){return DR(((e="string"==typeof e?e:"").match(/([\n\r][^\S\n\r]*)+$/g)||[])[0]||"")}(n);if((i||s)&&o&&XM(e,["Block","ElementNode","Template"]))return"";o&&a?(c=Math.min(a,2),l=0):(JM(e,["BlockStatement","ElementNode"])&&(l=Math.max(l,1)),YM(e,["BlockStatement","ElementNode"])&&(c=Math.max(c,1)));let p="",f="";return 0===l&&JM(e,["MustacheStatement"])&&(f=" "),0===c&&YM(e,["MustacheStatement"])&&(p=" "),i&&(c=0,p=""),s&&(l=0,f=""),n=n.replace(/^[\t\n\f\r ]+/g,p).replace(/[\t\n\f\r ]+$/,f),[...yR(c),wM(mR(n)),...yR(l)]}case"MustacheCommentStatement":{const e=VM(r),n=$M(r),u="~"===t.originalText.charAt(e+2),o="~"===t.originalText.charAt(n-3),i=r.value.includes("}}")?"--":"";return["{{",u?"~":"","!",i,r.value,i,o?"~":"","}}"]}case"PathExpression":return r.original;case"BooleanLiteral":case"NumberLiteral":return String(r.value);case"CommentStatement":return["\x3c!--",r.value,"--\x3e"];case"StringLiteral":if(function(e){let t=0,n=e.getParentNode(t);for(;n&&GM(n,["SubExpression"]);)t++,n=e.getParentNode(t);return!!(n&&GM(e.getParentNode(t+1),["ConcatStatement"])&&GM(e.getParentNode(t+2),["AttrNode"]))}(e)){const e=t.singleQuote?'"':"'";return ER(r.value,e)}return ER(r.value,u);case"UndefinedLiteral":return"undefined";case"NullLiteral":return"null";default:throw new Error("unknown glimmer type: "+JSON.stringify(r.type))}},massageAstNode:WM};const SR=xR;var BR={languages:[tE({name:"Handlebars",type:"markup",color:"#f7931e",aliases:["hbs","htmlbars"],extensions:[".handlebars",".hbs"],tmScope:"text.html.handlebars",aceMode:"handlebars",languageId:155},(()=>({since:"2.3.0",parsers:["glimmer"],vscodeLanguageIds:["handlebars"]})))],printers:{glimmer:SR},parsers:void 0};const{builders:{join:wR,hardline:TR,line:PR,softline:NR,group:kR,indent:OR,ifBreak:IR}}=Wc,{isNextLineEmpty:LR,isNonEmptyArray:jR}=nc,{insertPragma:_R}={hasPragma:function(e){return/^\s*#[^\S\n]*@(?:format|prettier)\s*(?:\n|$)/.test(e)},insertPragma:function(e){return"# @format\n\n"+e}},{locStart:MR,locEnd:RR}={locStart:function(e){return"number"==typeof e.start?e.start:e.loc&&e.loc.start},locEnd:function(e){return"number"==typeof e.end?e.end:e.loc&&e.loc.end}};function VR(e,t,n){if(0===n.directives.length)return"";const r=wR(PR,e.map(t,"directives"));return"FragmentDefinition"===n.kind||"OperationDefinition"===n.kind?kR([PR,r]):[" ",kR(OR([NR,r]))]}function $R(e,t,n){const r=e.getValue().length;return e.map(((e,u)=>{const o=n();return LR(t.originalText,e.getValue(),RR)&&u<r-1?[o,TR]:o}))}function WR(e,t,n){const r=e.getNode(),u=[],{interfaces:o}=r,i=e.map((e=>n(e)),"interfaces");for(let e=0;e<o.length;e++){const n=o[e];u.push(i[e]);const r=o[e+1];if(r){const e=t.originalText.slice(n.loc.end,r.loc.start),o=e.includes("#"),i=e.replace(/#.*/g,"").trim();u.push(","===i?",":" &",o?PR:" ")}}return u}function qR(){}qR.ignoredProperties=new Set(["loc","comments"]);var UR={print:function(e,t,n){const r=e.getValue();if(!r)return"";if("string"==typeof r)return r;switch(r.kind){case"Document":{const r=[];return e.each(((e,u,o)=>{r.push(n()),u!==o.length-1&&(r.push(TR),LR(t.originalText,e.getValue(),RR)&&r.push(TR))}),"definitions"),[...r,TR]}case"OperationDefinition":{const u="{"!==t.originalText[MR(r)],o=Boolean(r.name);return[u?r.operation:"",u&&o?[" ",n("name")]:"",u&&!o&&jR(r.variableDefinitions)?" ":"",jR(r.variableDefinitions)?kR(["(",OR([NR,wR([IR("",", "),NR],e.map(n,"variableDefinitions"))]),NR,")"]):"",VR(e,n,r),r.selectionSet&&(u||o)?" ":"",n("selectionSet")]}case"FragmentDefinition":return["fragment ",n("name"),jR(r.variableDefinitions)?kR(["(",OR([NR,wR([IR("",", "),NR],e.map(n,"variableDefinitions"))]),NR,")"]):""," on ",n("typeCondition"),VR(e,n,r)," ",n("selectionSet")];case"SelectionSet":return["{",OR([TR,wR(TR,e.call((e=>$R(e,t,n)),"selections"))]),TR,"}"];case"Field":return kR([r.alias?[n("alias"),": "]:"",n("name"),r.arguments.length>0?kR(["(",OR([NR,wR([IR("",", "),NR],e.call((e=>$R(e,t,n)),"arguments"))]),NR,")"]):"",VR(e,n,r),r.selectionSet?" ":"",n("selectionSet")]);case"Name":case"IntValue":case"FloatValue":case"EnumValue":return r.value;case"StringValue":return r.block?['"""',TR,wR(TR,r.value.replace(/"""/g,"\\$&").split("\n")),TR,'"""']:['"',r.value.replace(/["\\]/g,"\\$&").replace(/\n/g,"\\n"),'"'];case"BooleanValue":return r.value?"true":"false";case"NullValue":return"null";case"Variable":return["$",n("name")];case"ListValue":return kR(["[",OR([NR,wR([IR("",", "),NR],e.map(n,"values"))]),NR,"]"]);case"ObjectValue":return kR(["{",t.bracketSpacing&&r.fields.length>0?" ":"",OR([NR,wR([IR("",", "),NR],e.map(n,"fields"))]),NR,IR("",t.bracketSpacing&&r.fields.length>0?" ":""),"}"]);case"ObjectField":case"Argument":return[n("name"),": ",n("value")];case"Directive":return["@",n("name"),r.arguments.length>0?kR(["(",OR([NR,wR([IR("",", "),NR],e.call((e=>$R(e,t,n)),"arguments"))]),NR,")"]):""];case"NamedType":return n("name");case"VariableDefinition":return[n("variable"),": ",n("type"),r.defaultValue?[" = ",n("defaultValue")]:"",VR(e,n,r)];case"ObjectTypeExtension":case"ObjectTypeDefinition":return[n("description"),r.description?TR:"","ObjectTypeExtension"===r.kind?"extend ":"","type ",n("name"),r.interfaces.length>0?[" implements ",...WR(e,t,n)]:"",VR(e,n,r),r.fields.length>0?[" {",OR([TR,wR(TR,e.call((e=>$R(e,t,n)),"fields"))]),TR,"}"]:""];case"FieldDefinition":return[n("description"),r.description?TR:"",n("name"),r.arguments.length>0?kR(["(",OR([NR,wR([IR("",", "),NR],e.call((e=>$R(e,t,n)),"arguments"))]),NR,")"]):"",": ",n("type"),VR(e,n,r)];case"DirectiveDefinition":return[n("description"),r.description?TR:"","directive ","@",n("name"),r.arguments.length>0?kR(["(",OR([NR,wR([IR("",", "),NR],e.call((e=>$R(e,t,n)),"arguments"))]),NR,")"]):"",r.repeatable?" repeatable":""," on ",wR(" | ",e.map(n,"locations"))];case"EnumTypeExtension":case"EnumTypeDefinition":return[n("description"),r.description?TR:"","EnumTypeExtension"===r.kind?"extend ":"","enum ",n("name"),VR(e,n,r),r.values.length>0?[" {",OR([TR,wR(TR,e.call((e=>$R(e,t,n)),"values"))]),TR,"}"]:""];case"EnumValueDefinition":return[n("description"),r.description?TR:"",n("name"),VR(e,n,r)];case"InputValueDefinition":return[n("description"),r.description?r.description.block?TR:PR:"",n("name"),": ",n("type"),r.defaultValue?[" = ",n("defaultValue")]:"",VR(e,n,r)];case"InputObjectTypeExtension":case"InputObjectTypeDefinition":return[n("description"),r.description?TR:"","InputObjectTypeExtension"===r.kind?"extend ":"","input ",n("name"),VR(e,n,r),r.fields.length>0?[" {",OR([TR,wR(TR,e.call((e=>$R(e,t,n)),"fields"))]),TR,"}"]:""];case"SchemaDefinition":return["schema",VR(e,n,r)," {",r.operationTypes.length>0?OR([TR,wR(TR,e.call((e=>$R(e,t,n)),"operationTypes"))]):"",TR,"}"];case"OperationTypeDefinition":return[n("operation"),": ",n("type")];case"InterfaceTypeExtension":case"InterfaceTypeDefinition":return[n("description"),r.description?TR:"","InterfaceTypeExtension"===r.kind?"extend ":"","interface ",n("name"),r.interfaces.length>0?[" implements ",...WR(e,t,n)]:"",VR(e,n,r),r.fields.length>0?[" {",OR([TR,wR(TR,e.call((e=>$R(e,t,n)),"fields"))]),TR,"}"]:""];case"FragmentSpread":return["...",n("name"),VR(e,n,r)];case"InlineFragment":return["...",r.typeCondition?[" on ",n("typeCondition")]:"",VR(e,n,r)," ",n("selectionSet")];case"UnionTypeExtension":case"UnionTypeDefinition":return kR([n("description"),r.description?TR:"",kR(["UnionTypeExtension"===r.kind?"extend ":"","union ",n("name"),VR(e,n,r),r.types.length>0?[" =",IR(""," "),OR([IR([PR," "]),wR([PR,"| "],e.map(n,"types"))])]:""])]);case"ScalarTypeExtension":case"ScalarTypeDefinition":return[n("description"),r.description?TR:"","ScalarTypeExtension"===r.kind?"extend ":"","scalar ",n("name"),VR(e,n,r)];case"NonNullType":return[n("type"),"!"];case"ListType":return["[",n("type"),"]"];default:throw new Error("unknown graphql type: "+JSON.stringify(r.kind))}},massageAstNode:qR,hasPrettierIgnore:function(e){const t=e.getValue();return t&&Array.isArray(t.comments)&&t.comments.some((e=>"prettier-ignore"===e.value.trim()))},insertPragma:_R,printComment:function(e){const t=e.getValue();if("Comment"===t.kind)return"#"+t.value.trimEnd();throw new Error("Not a comment: "+JSON.stringify(t))},canAttachComment:function(e){return e.kind&&"Comment"!==e.kind}};const zR=UR,HR={bracketSpacing:zL.bracketSpacing};var JR={languages:[tE({name:"GraphQL",type:"data",color:"#e10098",extensions:[".graphql",".gql",".graphqls"],tmScope:"source.graphql",aceMode:"text",languageId:139},(()=>({since:"1.5.0",parsers:["graphql"],vscodeLanguageIds:["graphql"]})))],options:HR,printers:{graphql:zR},parsers:void 0},GR={locStart:function(e){return e.position.start.offset},locEnd:function(e){return e.position.end.offset}};const{getLast:XR}=nc,{locStart:YR,locEnd:KR}=GR,{cjkPattern:QR,kPattern:ZR,punctuationPattern:eV}={cjkPattern:"(?:[\\u02ea-\\u02eb\\u1100-\\u11ff\\u2e80-\\u2e99\\u2e9b-\\u2ef3\\u2f00-\\u2fd5\\u2ff0-\\u303f\\u3041-\\u3096\\u3099-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u3190-\\u3191\\u3196-\\u31ba\\u31c0-\\u31e3\\u31f0-\\u321e\\u322a-\\u3247\\u3260-\\u327e\\u328a-\\u32b0\\u32c0-\\u32cb\\u32d0-\\u3370\\u337b-\\u337f\\u33e0-\\u33fe\\u3400-\\u4db5\\u4e00-\\u9fef\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufe10-\\ufe1f\\ufe30-\\ufe6f\\uff00-\\uffef]|[\\ud840-\\ud868\\ud86a-\\ud86c\\ud86f-\\ud872\\ud874-\\ud879][\\udc00-\\udfff]|\\ud82c[\\udc00-\\udd1e\\udd50-\\udd52\\udd64-\\udd67]|\\ud83c[\\ude00\\ude50-\\ude51]|\\ud869[\\udc00-\\uded6\\udf00-\\udfff]|\\ud86d[\\udc00-\\udf34\\udf40-\\udfff]|\\ud86e[\\udc00-\\udc1d\\udc20-\\udfff]|\\ud873[\\udc00-\\udea1\\udeb0-\\udfff]|\\ud87a[\\udc00-\\udfe0]|\\ud87e[\\udc00-\\ude1d])(?:[\\ufe00-\\ufe0f]|\\udb40[\\udd00-\\uddef])?",kPattern:"[\\u1100-\\u11ff\\u3001-\\u3003\\u3008-\\u3011\\u3013-\\u301f\\u302e-\\u3030\\u3037\\u30fb\\u3131-\\u318e\\u3200-\\u321e\\u3260-\\u327e\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\ufe45-\\ufe46\\uff61-\\uff65\\uffa0-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc]",punctuationPattern:"[\\u0021-\\u002f\\u003a-\\u0040\\u005b-\\u0060\\u007b-\\u007e\\u00a1\\u00a7\\u00ab\\u00b6-\\u00b7\\u00bb\\u00bf\\u037e\\u0387\\u055a-\\u055f\\u0589-\\u058a\\u05be\\u05c0\\u05c3\\u05c6\\u05f3-\\u05f4\\u0609-\\u060a\\u060c-\\u060d\\u061b\\u061e-\\u061f\\u066a-\\u066d\\u06d4\\u0700-\\u070d\\u07f7-\\u07f9\\u0830-\\u083e\\u085e\\u0964-\\u0965\\u0970\\u09fd\\u0a76\\u0af0\\u0c77\\u0c84\\u0df4\\u0e4f\\u0e5a-\\u0e5b\\u0f04-\\u0f12\\u0f14\\u0f3a-\\u0f3d\\u0f85\\u0fd0-\\u0fd4\\u0fd9-\\u0fda\\u104a-\\u104f\\u10fb\\u1360-\\u1368\\u1400\\u166e\\u169b-\\u169c\\u16eb-\\u16ed\\u1735-\\u1736\\u17d4-\\u17d6\\u17d8-\\u17da\\u1800-\\u180a\\u1944-\\u1945\\u1a1e-\\u1a1f\\u1aa0-\\u1aa6\\u1aa8-\\u1aad\\u1b5a-\\u1b60\\u1bfc-\\u1bff\\u1c3b-\\u1c3f\\u1c7e-\\u1c7f\\u1cc0-\\u1cc7\\u1cd3\\u2010-\\u2027\\u2030-\\u2043\\u2045-\\u2051\\u2053-\\u205e\\u207d-\\u207e\\u208d-\\u208e\\u2308-\\u230b\\u2329-\\u232a\\u2768-\\u2775\\u27c5-\\u27c6\\u27e6-\\u27ef\\u2983-\\u2998\\u29d8-\\u29db\\u29fc-\\u29fd\\u2cf9-\\u2cfc\\u2cfe-\\u2cff\\u2d70\\u2e00-\\u2e2e\\u2e30-\\u2e4f\\u3001-\\u3003\\u3008-\\u3011\\u3014-\\u301f\\u3030\\u303d\\u30a0\\u30fb\\ua4fe-\\ua4ff\\ua60d-\\ua60f\\ua673\\ua67e\\ua6f2-\\ua6f7\\ua874-\\ua877\\ua8ce-\\ua8cf\\ua8f8-\\ua8fa\\ua8fc\\ua92e-\\ua92f\\ua95f\\ua9c1-\\ua9cd\\ua9de-\\ua9df\\uaa5c-\\uaa5f\\uaade-\\uaadf\\uaaf0-\\uaaf1\\uabeb\\ufd3e-\\ufd3f\\ufe10-\\ufe19\\ufe30-\\ufe52\\ufe54-\\ufe61\\ufe63\\ufe68\\ufe6a-\\ufe6b\\uff01-\\uff03\\uff05-\\uff0a\\uff0c-\\uff0f\\uff1a-\\uff1b\\uff1f-\\uff20\\uff3b-\\uff3d\\uff3f\\uff5b\\uff5d\\uff5f-\\uff65]|\\ud800[\\udd00-\\udd02\\udf9f\\udfd0]|\\ud801[\\udd6f]|\\ud802[\\udc57\\udd1f\\udd3f\\ude50-\\ude58\\ude7f\\udef0-\\udef6\\udf39-\\udf3f\\udf99-\\udf9c]|\\ud803[\\udf55-\\udf59]|\\ud804[\\udc47-\\udc4d\\udcbb-\\udcbc\\udcbe-\\udcc1\\udd40-\\udd43\\udd74-\\udd75\\uddc5-\\uddc8\\uddcd\\udddb\\udddd-\\udddf\\ude38-\\ude3d\\udea9]|\\ud805[\\udc4b-\\udc4f\\udc5b\\udc5d\\udcc6\\uddc1-\\uddd7\\ude41-\\ude43\\ude60-\\ude6c\\udf3c-\\udf3e]|\\ud806[\\udc3b\\udde2\\ude3f-\\ude46\\ude9a-\\ude9c\\ude9e-\\udea2]|\\ud807[\\udc41-\\udc45\\udc70-\\udc71\\udef7-\\udef8\\udfff]|\\ud809[\\udc70-\\udc74]|\\ud81a[\\ude6e-\\ude6f\\udef5\\udf37-\\udf3b\\udf44]|\\ud81b[\\ude97-\\ude9a\\udfe2]|\\ud82f[\\udc9f]|\\ud836[\\ude87-\\ude8b]|\\ud83a[\\udd5e-\\udd5f]"},tV=["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"],nV=[...tV,"tableCell","paragraph","heading"],rV=new RegExp(ZR),uV=new RegExp(eV);function oV(e,t){const[,n,r,u]=t.slice(e.position.start.offset,e.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/);return{numberText:n,marker:r,leadingSpaces:u}}var iV={mapAst:function(e,t){return function e(n,r,u){const o=Object.assign({},t(n,r,u));return o.children&&(o.children=o.children.map(((t,n)=>e(t,n,[o,...u])))),o}(e,null,[])},splitText:function(e,t){const n="non-cjk",r="cj-letter",u="cjk-punctuation",o=[],i=("preserve"===t.proseWrap?e:e.replace(new RegExp("(".concat(QR,")\n(").concat(QR,")"),"g"),"$1$2")).split(/([\t\n ]+)/);for(const[e,t]of i.entries()){if(e%2==1){o.push({type:"whitespace",value:/\n/.test(t)?"\n":" "});continue}if((0===e||e===i.length-1)&&""===t)continue;const a=t.split(new RegExp("(".concat(QR,")")));for(const[e,t]of a.entries())(0!==e&&e!==a.length-1||""!==t)&&(e%2!=0?s(uV.test(t)?{type:"word",value:t,kind:u,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:t,kind:rV.test(t)?"k-letter":r,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1}):""!==t&&s({type:"word",value:t,kind:n,hasLeadingPunctuation:uV.test(t[0]),hasTrailingPunctuation:uV.test(XR(t))}))}return o;function s(e){const t=XR(o);var i,s;t&&"word"===t.type&&(t.kind===n&&e.kind===r&&!t.hasTrailingPunctuation||t.kind===r&&e.kind===n&&!e.hasLeadingPunctuation?o.push({type:"whitespace",value:" "}):(i=n,s=u,t.kind===i&&e.kind===s||t.kind===s&&e.kind===i||[t.value,e.value].some((e=>/\u3000/.test(e)))||o.push({type:"whitespace",value:""}))),o.push(e)}},punctuationPattern:eV,getFencedCodeBlockValue:function(e,t){const{value:n}=e;return e.position.end.offset===t.length&&n.endsWith("\n")&&t.endsWith("\n")?n.slice(0,-1):n},getOrderedListItemInfo:oV,hasGitDiffFriendlyOrderedList:function(e,t){if(!e.ordered)return!1;if(e.children.length<2)return!1;const n=Number(oV(e.children[0],t.originalText).numberText),r=Number(oV(e.children[1],t.originalText).numberText);if(0===n&&e.children.length>2){const n=Number(oV(e.children[2],t.originalText).numberText);return 1===r&&1===n}return 1===r},INLINE_NODE_TYPES:tV,INLINE_NODE_WRAPPER_TYPES:nV,isAutolink:function(e){if(!e||"link"!==e.type||1!==e.children.length)return!1;const t=e.children[0];return t&&YR(e)===YR(t)&&KR(e)===KR(t)}};const{inferParserByLanguage:sV,getMaxContinuousCount:aV}=nc,{builders:{hardline:cV,markAsRoot:lV},utils:{replaceEndOfLine:pV}}=Wc,fV=aj,{getFencedCodeBlockValue:dV}=iV;const hV=fj,gV=["format","prettier"];function mV(e){const t="@(".concat(gV.join("|"),")"),n=new RegExp(["\x3c!--\\s*".concat(t,"\\s*--\x3e"),"{\\s*\\/\\*\\s*".concat(t,"\\s*\\*\\/\\s*}"),"\x3c!--.*\r?\n[\\s\\S]*(^|\n)[^\\S\n]*".concat(t,"[^\\S\n]*($|\n)[\\s\\S]*\n.*--\x3e")].join("|"),"m"),r=e.match(n);return r&&0===r.index}var DV={startWithPragma:mV,hasPragma:e=>mV(hV(e).content.trimStart()),insertPragma:e=>{const t=hV(e),n="\x3c!-- @".concat(gV[0]," --\x3e");return t.frontMatter?"".concat(t.frontMatter.raw,"\n\n").concat(n,"\n\n").concat(t.content):"".concat(n,"\n\n").concat(t.content)}};const yV=ni,{getOrderedListItemInfo:EV,mapAst:AV,splitText:CV}=iV,bV=/^.$/us;function vV(e,t,n){return AV(e,(e=>{if(!e.children)return e;const r=e.children.reduce(((e,r)=>{const u=yV(e);return u&&t(u,r)?e.splice(-1,1,n(u,r)):e.push(r),e}),[]);return Object.assign(Object.assign({},e),{},{children:r})}))}const{isFrontMatterNode:FV}=nc,{startWithPragma:xV}=DV,SV=new Set(["position","raw"]);function BV(e,t,n){return"front-matter"!==e.type&&"code"!==e.type&&"yaml"!==e.type&&"import"!==e.type&&"export"!==e.type&&"jsx"!==e.type||delete t.value,"list"===e.type&&delete t.isAligned,"list"!==e.type&&"listItem"!==e.type||(delete t.spread,delete t.loose),"text"===e.type?null:("inlineCode"===e.type&&(t.value=e.value.replace(/[\t\n ]+/g," ")),"wikiLink"===e.type&&(t.value=e.value.trim().replace(/[\t\n]+/g," ")),"definition"!==e.type&&"linkReference"!==e.type||(t.label=e.label.trim().replace(/[\t\n ]+/g," ").toLowerCase()),"definition"!==e.type&&"link"!==e.type&&"image"!==e.type||!e.title||(t.title=e.title.replace(/\\(["')])/g,"$1")),n&&"root"===n.type&&n.children.length>0&&(n.children[0]===e||FV(n.children[0])&&n.children[1]===e)&&"html"===e.type&&xV(e.value)?null:void 0)}BV.ignoredProperties=SV;var wV=BV;const{getLast:TV,getMinNotPresentContinuousCount:PV,getMaxContinuousCount:NV,getStringWidth:kV,isNonEmptyArray:OV}=nc,{builders:{breakParent:IV,join:LV,line:jV,literalline:_V,markAsRoot:MV,hardline:RV,softline:VV,ifBreak:$V,fill:WV,align:qV,indent:UV,group:zV,hardlineWithoutBreakParent:HV},utils:{normalizeDoc:JV,replaceTextEndOfLine:GV},printer:{printDocToString:XV}}=Wc,YV=function(e,t,n,r){const u=e.getValue();if("code"===u.type&&null!==u.lang){const e=sV(u.lang,r);if(e){const t=r.__inJsTemplate?"~":"`",o=t.repeat(Math.max(3,aV(u.value,t)+1)),i={parser:e};"tsx"===u.lang&&(i.filepath="dummy.tsx");const s=n(dV(u,r.originalText),i,{stripTrailingHardline:!0});return lV([o,u.lang,u.meta?" "+u.meta:"",cV,pV(s),cV,o])}}switch(u.type){case"front-matter":return fV(u,n);case"importExport":return[n(u.value,{parser:"babel"},{stripTrailingHardline:!0}),cV];case"jsx":return n("<$>".concat(u.value,"</$>"),{parser:"__js_expression",rootMarker:"mdx"},{stripTrailingHardline:!0})}return null},{insertPragma:KV}=DV,{locStart:QV,locEnd:ZV}=GR,e$=function(e,t){return e=function(e,t){return AV(e,(e=>"text"===e.type&&"*"!==e.value&&"_"!==e.value&&bV.test(e.value)&&e.position.end.offset-e.position.start.offset!==e.value.length?Object.assign(Object.assign({},e),{},{value:t.originalText.slice(e.position.start.offset,e.position.end.offset)}):e))}(e,t),e=function(e,t){return AV(e,((e,n,r)=>{if("code"===e.type){const n=/^\n?(?: {4,}|\t)/.test(t.originalText.slice(e.position.start.offset,e.position.end.offset));if(e.isIndented=n,n)for(let e=0;e<r.length;e++){const t=r[e];if(t.hasIndentedCodeblock)break;"list"===t.type&&(t.hasIndentedCodeblock=!0)}}return e}))}(e=function(e){return AV(e,(e=>"inlineCode"!==e.type?e:Object.assign(Object.assign({},e),{},{value:e.value.replace(/\s+/g," ")})))}(e=function(e){return vV(e,((e,t)=>"text"===e.type&&"text"===t.type),((e,t)=>({type:"text",value:e.value+t.value,position:{start:e.position.start,end:t.position.end}})))}(e)),t),e=function(e,t){return AV(e,((e,t,n)=>{if("list"===e.type&&e.children.length>0){for(let t=0;t<n.length;t++){const r=n[t];if("list"===r.type&&!r.isAligned)return e.isAligned=!1,e}e.isAligned=r(e)}return e}));function n(e){return 0===e.children.length?-1:e.children[0].position.start.column-1}function r(e){if(!e.ordered)return!0;const[r,u]=e.children;if(EV(r,t.originalText).leadingSpaces.length>1)return!0;const o=n(r);return-1!==o&&(1===e.children.length?o%t.tabWidth==0:o===n(u)&&(o%t.tabWidth==0||EV(u,t.originalText).leadingSpaces.length>1))}}(e,t),e=function(e,t){return AV(e,((e,n,r)=>{let[u]=r;if("text"!==e.type)return e;let{value:o}=e;return"paragraph"===u.type&&(0===n&&(o=o.trimStart()),n===u.children.length-1&&(o=o.trimEnd())),{type:"sentence",position:e.position,children:CV(o,t)}}))}(e,t),function(e){return vV(e,((e,t)=>"importExport"===e.type&&"importExport"===t.type),((e,t)=>({type:"importExport",value:e.value+"\n\n"+t.value,position:{start:e.position.start,end:t.position.end}})))}(e=function(e){return AV(e,(e=>"import"!==e.type&&"export"!==e.type?e:Object.assign(Object.assign({},e),{},{type:"importExport"})))}(e))},t$=wV,{getFencedCodeBlockValue:n$,hasGitDiffFriendlyOrderedList:r$,splitText:u$,punctuationPattern:o$,INLINE_NODE_TYPES:i$,INLINE_NODE_WRAPPER_TYPES:s$,isAutolink:a$}=iV,c$=new Set(["importExport"]),l$=["heading","tableCell","link","wikiLink"],p$=new Set(["listItem","definition","footnoteDefinition"]);function f$(e,t,n,r){const u=e.getValue(),o=null===u.checked?"":u.checked?"[x] ":"[ ] ";return[o,y$(e,t,n,{processor:(e,u)=>{if(0===u&&"list"!==e.getValue().type)return qV(" ".repeat(o.length),n());const i=" ".repeat(function(e,t,n){return e<0?0:e>3?3:e}(t.tabWidth-r.length));return[i,qV(i,n())]}})]}function d$(e,t){return function(e,t,n){let r=-1;for(const u of t.children)if(u.type===e.type&&n(u)?r++:r=-1,u===e)return r}(e,t,(t=>t.ordered===e.ordered))}function h$(e,t){const n=Array.isArray(t)?t:[t];let r,u=-1;for(;r=e.getParentNode(++u);)if(n.includes(r.type))return u;return-1}function g$(e,t){const n=h$(e,t);return-1===n?null:e.getParentNode(n)}function m$(e,t,n){if("preserve"===n.proseWrap&&"\n"===t)return RV;const r="always"===n.proseWrap&&!g$(e,l$);return""!==t?r?jV:" ":r?VV:""}function D$(e,t,n){const r=[];let u=null;const{children:o}=e.getValue();for(const[e,t]of o.entries())switch(A$(t)){case"start":null===u&&(u={index:e,offset:t.position.end.offset});break;case"end":null!==u&&(r.push({start:u,end:{index:e,offset:t.position.start.offset}}),u=null)}return y$(e,t,n,{processor:(e,u)=>{if(r.length>0){const e=r[0];if(u===e.start.index)return[o[e.start.index].value,t.originalText.slice(e.start.offset,e.end.offset),o[e.end.index].value];if(e.start.index<u&&u<e.end.index)return!1;if(u===e.end.index)return r.shift(),!1}return n()}})}function y$(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const{postprocessor:u}=r,o=r.processor||(()=>n()),i=e.getValue(),s=[];let a;return e.each(((e,n)=>{const r=e.getValue(),u=o(e,n);if(!1!==u){const e={parts:s,prevNode:a,parentNode:i,options:t};C$(r,e)&&(s.push(RV),a&&c$.has(a.type)||(b$(r,e)||v$(r,e))&&s.push(RV),v$(r,e)&&s.push(RV)),s.push(u),a=r}}),"children"),u?u(s):s}function E$(e){let t=e;for(;OV(t.children);)t=TV(t.children);return t}function A$(e){let t;if("html"===e.type)t=e.value.match(/^<!--\s*prettier-ignore(?:-(start|end))?\s*-->$/);else{let n;"esComment"===e.type?n=e:"paragraph"===e.type&&1===e.children.length&&"esComment"===e.children[0].type&&(n=e.children[0]),n&&(t=n.value.match(/^prettier-ignore(?:-(start|end))?$/))}return!!t&&(t[1]?t[1]:"next")}function C$(e,t){const n=0===t.parts.length,r=i$.includes(e.type),u="html"===e.type&&s$.includes(t.parentNode.type);return!n&&!r&&!u}function b$(e,t){const n=(t.prevNode&&t.prevNode.type)===e.type&&p$.has(e.type),r="listItem"===t.parentNode.type&&!t.parentNode.loose,u=t.prevNode&&"listItem"===t.prevNode.type&&t.prevNode.loose,o="next"===A$(t.prevNode),i="html"===e.type&&t.prevNode&&"html"===t.prevNode.type&&t.prevNode.position.end.line+1===e.position.start.line,s="html"===e.type&&"listItem"===t.parentNode.type&&t.prevNode&&"paragraph"===t.prevNode.type&&t.prevNode.position.end.line+1===e.position.start.line;return u||!(n||r||o||i||s)}function v$(e,t){const n=t.prevNode&&"list"===t.prevNode.type,r="code"===e.type&&e.isIndented;return n&&r}function F$(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];const n=[" ",...Array.isArray(t)?t:[t]];return new RegExp(n.map((e=>"\\".concat(e))).join("|")).test(e)?"<".concat(e,">"):e}function x$(e,t){if(!e)return"";if(!(arguments.length>2&&void 0!==arguments[2])||arguments[2])return" "+x$(e,t,!1);if((e=e.replace(/\\(["')])/g,"$1")).includes('"')&&e.includes("'")&&!e.includes(")"))return"(".concat(e,")");const n=e.split("'").length-1,r=e.split('"').length-1,u=n>r?'"':r>n||t.singleQuote?"'":'"';return e=(e=e.replace(/\\/,"\\\\")).replace(new RegExp("(".concat(u,")"),"g"),"\\$1"),"".concat(u).concat(e).concat(u)}var S$={preprocess:e$,print:function(e,t,n){const r=e.getValue();if(function(e){const t=g$(e,["linkReference","imageReference"]);return t&&("linkReference"!==t.type||"full"!==t.referenceType)}(e))return u$(t.originalText.slice(r.position.start.offset,r.position.end.offset),t).map((n=>"word"===n.type?n.value:""===n.value?"":m$(e,n.value,t)));switch(r.type){case"front-matter":return t.originalText.slice(r.position.start.offset,r.position.end.offset);case"root":return 0===r.children.length?"":[JV(D$(e,t,n)),c$.has(E$(r).type)?"":RV];case"paragraph":return y$(e,t,n,{postprocessor:WV});case"sentence":return y$(e,t,n);case"word":{let t=r.value.replace(/\*/g,"\\$&").replace(new RegExp(["(^|".concat(o$,")(_+)"),"(_+)(".concat(o$,"|$)")].join("|"),"g"),((e,t,n,r,u)=>(n?"".concat(t).concat(n):"".concat(r).concat(u)).replace(/_/g,"\\_")));const n=(e,t,n)=>"sentence"===e.type&&0===n,u=(e,t,n)=>a$(e.children[n-1]);return t!==r.value&&(e.match(void 0,n,u)||e.match(void 0,n,((e,t,n)=>"emphasis"===e.type&&0===n),u))&&(t=t.replace(/^(\\?[*_])+/,(e=>e.replace(/\\/g,"")))),t}case"whitespace":{const n=e.getParentNode(),u=n.children.indexOf(r),o=n.children[u+1],i=o&&/^>|^(?:[*+-]|#{1,6}|\d+[).])$/.test(o.value)?"never":t.proseWrap;return m$(e,r.value,{proseWrap:i})}case"emphasis":{let u;if(a$(r.children[0]))u=t.originalText[r.position.start.offset];else{const t=e.getParentNode(),n=t.children.indexOf(r),o=t.children[n-1],i=t.children[n+1];u=o&&"sentence"===o.type&&o.children.length>0&&"word"===TV(o.children).type&&!TV(o.children).hasTrailingPunctuation||i&&"sentence"===i.type&&i.children.length>0&&"word"===i.children[0].type&&!i.children[0].hasLeadingPunctuation||g$(e,"emphasis")?"*":"_"}return[u,y$(e,t,n),u]}case"strong":return["**",y$(e,t,n),"**"];case"delete":return["~~",y$(e,t,n),"~~"];case"inlineCode":{const e=PV(r.value,"`"),t="`".repeat(e||1),n=e&&!/^\s/.test(r.value)?" ":"";return[t,n,r.value,n,t]}case"wikiLink":{let e="";return e="preserve"===t.proseWrap?r.value:r.value.replace(/[\t\n]+/g," "),["[[",e,"]]"]}case"link":switch(t.originalText[r.position.start.offset]){case"<":{const e="mailto:";return["<",r.url.startsWith(e)&&t.originalText.slice(r.position.start.offset+1,r.position.start.offset+1+e.length)!==e?r.url.slice(e.length):r.url,">"]}case"[":return["[",y$(e,t,n),"](",F$(r.url,")"),x$(r.title,t),")"];default:return t.originalText.slice(r.position.start.offset,r.position.end.offset)}case"image":return["![",r.alt||"","](",F$(r.url,")"),x$(r.title,t),")"];case"blockquote":return["> ",qV("> ",y$(e,t,n))];case"heading":return["#".repeat(r.depth)+" ",y$(e,t,n)];case"code":{if(r.isIndented){const e=" ".repeat(4);return qV(e,[e,...GV(r.value,RV)])}const e=t.__inJsTemplate?"~":"`",n=e.repeat(Math.max(3,NV(r.value,e)+1));return[n,r.lang||"",r.meta?" "+r.meta:"",RV,...GV(n$(r,t.originalText),RV),RV,n]}case"html":{const t=e.getParentNode(),n="root"===t.type&&TV(t.children)===r?r.value.trimEnd():r.value,u=/^<!--.*-->$/s.test(n);return GV(n,u?RV:MV(_V))}case"list":{const u=d$(r,e.getParentNode()),o=r$(r,t);return y$(e,t,n,{processor:(e,i)=>{const s=function(){const e=r.ordered?(0===i?r.start:o?1:r.start+i)+(u%2==0?". ":") "):u%2==0?"- ":"* ";return r.isAligned||r.hasIndentedCodeblock?function(e,t){const n=function(){const n=e.length%t.tabWidth;return 0===n?0:t.tabWidth-n}();return e+" ".repeat(n>=4?0:n)}(e,t):e}(),a=e.getValue();return 2===a.children.length&&"html"===a.children[1].type&&a.children[0].position.start.column!==a.children[1].position.start.column?[s,f$(e,t,n,s)]:[s,qV(" ".repeat(s.length),f$(e,t,n,s))]}})}case"thematicBreak":{const t=h$(e,"list");return-1===t?"---":d$(e.getParentNode(t),e.getParentNode(t+1))%2==0?"***":"---"}case"linkReference":return["[",y$(e,t,n),"]","full"===r.referenceType?["[",r.identifier,"]"]:"collapsed"===r.referenceType?"[]":""];case"imageReference":return"full"===r.referenceType?["![",r.alt||"","][",r.identifier,"]"]:["![",r.alt,"]","collapsed"===r.referenceType?"[]":""];case"definition":{const e="always"===t.proseWrap?jV:" ";return zV(["[",r.identifier,"]:",UV([e,F$(r.url),null===r.title?"":[e,x$(r.title,t,!1)]])])}case"footnote":return["[^",y$(e,t,n),"]"];case"footnoteReference":return["[^",r.identifier,"]"];case"footnoteDefinition":{const u=e.getParentNode().children[e.getName()+1],o=1===r.children.length&&"paragraph"===r.children[0].type&&("never"===t.proseWrap||"preserve"===t.proseWrap&&r.children[0].position.start.line===r.children[0].position.end.line);return["[^",r.identifier,"]: ",o?y$(e,t,n):zV([qV(" ".repeat(4),y$(e,t,n,{processor:(e,t)=>0===t?zV([VV,n()]):n()})),u&&"footnoteDefinition"===u.type?VV:""])]}case"table":return function(e,t,n){const r=e.getValue(),u=[],o=e.map((e=>e.map(((e,r)=>{const o=XV(n(),t).formatted,i=kV(o);return u[r]=Math.max(u[r]||3,i),{text:o,width:i}}),"children")),"children"),i=a(!1);if("never"!==t.proseWrap)return[IV,i];const s=a(!0);return[IV,zV($V(s,i))];function a(e){const t=[l(o[0],e),c(e)];return o.length>1&&t.push(LV(HV,o.slice(1).map((t=>l(t,e))))),LV(HV,t)}function c(e){const t=u.map(((t,n)=>{const u=r.align[n],o="center"===u||"left"===u?":":"-",i="center"===u||"right"===u?":":"-",s=e?"-":"-".repeat(t-2);return"".concat(o).concat(s).concat(i)}));return"| ".concat(t.join(" | ")," |")}function l(e,t){const n=e.map(((e,n)=>{let{text:o,width:i}=e;if(t)return o;const s=u[n]-i,a=r.align[n];let c=0;"right"===a?c=s:"center"===a&&(c=Math.floor(s/2));const l=s-c;return"".concat(" ".repeat(c)).concat(o).concat(" ".repeat(l))}));return"| ".concat(n.join(" | ")," |")}}(e,t,n);case"tableCell":return y$(e,t,n);case"break":return/\s/.test(t.originalText[r.position.start.offset])?[" ",MV(_V)]:["\\",RV];case"liquidNode":return GV(r.value,RV);case"importExport":return[r.value,RV];case"esComment":return["{/* ",r.value," */}"];case"jsx":return r.value;case"math":return["$$",RV,r.value?[...GV(r.value,RV),RV]:"","$$"];case"inlineMath":return t.originalText.slice(QV(r),ZV(r));default:throw new Error("Unknown markdown type ".concat(JSON.stringify(r.type)))}},embed:YV,massageAstNode:t$,hasPrettierIgnore:function(e){const t=Number(e.getName());return 0!==t&&"next"===A$(e.getParentNode().children[t-1])},insertPragma:KV},B$={name:"Markdown",type:"prose",color:"#083fa1",aliases:["pandoc"],aceMode:"markdown",codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,extensions:[".md",".markdown",".mdown",".mdwn",".mdx",".mkd",".mkdn",".mkdown",".ronn",".scd",".workbook"],filenames:["contents.lr"],tmScope:"source.gfm",languageId:222};const w$=tE,T$=S$,P$={proseWrap:zL.proseWrap,singleQuote:zL.singleQuote},N$=[w$(B$,(e=>({since:"1.8.0",parsers:["markdown"],vscodeLanguageIds:["markdown"],filenames:[...e.filenames,"README"],extensions:e.extensions.filter((e=>".mdx"!==e))}))),w$(B$,(()=>({name:"MDX",since:"1.15.0",parsers:["mdx"],vscodeLanguageIds:["mdx"],filenames:[],extensions:[".mdx"]})))];var k$={languages:N$,options:P$,printers:{mdast:T$},parsers:void 0};const{isFrontMatterNode:O$}=nc,I$=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan"]);function L$(e,t){return"text"===e.type||"comment"===e.type||O$(e)||"yaml"===e.type||"toml"===e.type?null:("attribute"===e.type&&delete t.value,void("docType"===e.type&&delete t.value))}L$.ignoredProperties=I$;var j$=L$;const{inferParserByLanguage:_$,isFrontMatterNode:M$}=nc,{builders:{line:R$,hardline:V$,join:$$},utils:{getDocParts:W$,replaceTextEndOfLine:q$}}=Wc,{CSS_DISPLAY_TAGS:U$,CSS_DISPLAY_DEFAULT:z$,CSS_WHITE_SPACE_TAGS:H$,CSS_WHITE_SPACE_DEFAULT:J$}={CSS_DISPLAY_TAGS:{area:"none",base:"none",basefont:"none",datalist:"none",head:"none",link:"none",meta:"none",noembed:"none",noframes:"none",param:"block",rp:"none",script:"block",source:"block",style:"none",template:"inline",track:"block",title:"none",html:"block",body:"block",address:"block",blockquote:"block",center:"block",div:"block",figure:"block",figcaption:"block",footer:"block",form:"block",header:"block",hr:"block",legend:"block",listing:"block",main:"block",p:"block",plaintext:"block",pre:"block",xmp:"block",slot:"contents",ruby:"ruby",rt:"ruby-text",article:"block",aside:"block",h1:"block",h2:"block",h3:"block",h4:"block",h5:"block",h6:"block",hgroup:"block",nav:"block",section:"block",dir:"block",dd:"block",dl:"block",dt:"block",ol:"block",ul:"block",li:"list-item",table:"table",caption:"table-caption",colgroup:"table-column-group",col:"table-column",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",tr:"table-row",td:"table-cell",th:"table-cell",fieldset:"block",button:"inline-block",details:"block",summary:"block",dialog:"block",meter:"inline-block",progress:"inline-block",object:"inline-block",video:"inline-block",audio:"inline-block",select:"inline-block",option:"block",optgroup:"block"},CSS_DISPLAY_DEFAULT:"inline",CSS_WHITE_SPACE_TAGS:{listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},CSS_WHITE_SPACE_DEFAULT:"normal"},G$=tW(["a","abbr","acronym","address","applet","area","article","aside","audio","b","base","basefont","bdi","bdo","bgsound","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","content","data","datalist","dd","del","details","dfn","dialog","dir","div","dl","dt","element","em","embed","fieldset","figcaption","figure","font","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","image","img","input","ins","isindex","kbd","keygen","label","legend","li","link","listing","main","map","mark","marquee","math","menu","menuitem","meta","meter","multicol","nav","nextid","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rbc","rp","rt","rtc","ruby","s","samp","script","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"]),X$=function(e,t){const n=Object.create(null);for(const[r,u]of Object.entries(e))n[r]=t(u,r);return n}({"*":["accesskey","autocapitalize","autofocus","class","contenteditable","dir","draggable","enterkeyhint","hidden","id","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","slot","spellcheck","style","tabindex","title","translate"],a:["accesskey","charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","tabindex","target","type"],abbr:["title"],applet:["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"],area:["accesskey","alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","tabindex","target","type"],audio:["autoplay","controls","crossorigin","loop","muted","preload","src"],base:["href","target"],basefont:["color","face","size"],bdo:["dir"],blockquote:["cite"],body:["alink","background","bgcolor","link","text","vlink"],br:["clear"],button:["accesskey","autofocus","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","tabindex","type","value"],canvas:["height","width"],caption:["align"],col:["align","char","charoff","span","valign","width"],colgroup:["align","char","charoff","span","valign","width"],data:["value"],del:["cite","datetime"],details:["open"],dfn:["title"],dialog:["open"],dir:["compact"],div:["align"],dl:["compact"],embed:["height","src","type","width"],fieldset:["disabled","form","name"],font:["color","face","size"],form:["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"],frame:["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"],frameset:["cols","rows"],h1:["align"],h2:["align"],h3:["align"],h4:["align"],h5:["align"],h6:["align"],head:["profile"],hr:["align","noshade","size","width"],html:["manifest","version"],iframe:["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"],img:["align","alt","border","crossorigin","decoding","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"],input:["accept","accesskey","align","alt","autocomplete","autofocus","checked","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","readonly","required","size","src","step","tabindex","title","type","usemap","value","width"],ins:["cite","datetime"],isindex:["prompt"],label:["accesskey","for","form"],legend:["accesskey","align"],li:["type","value"],link:["as","charset","color","crossorigin","disabled","href","hreflang","imagesizes","imagesrcset","integrity","media","nonce","referrerpolicy","rel","rev","sizes","target","title","type"],map:["name"],menu:["compact"],meta:["charset","content","http-equiv","name","scheme"],meter:["high","low","max","min","optimum","value"],object:["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","tabindex","type","typemustmatch","usemap","vspace","width"],ol:["compact","reversed","start","type"],optgroup:["disabled","label"],option:["disabled","label","selected","value"],output:["for","form","name"],p:["align"],param:["name","type","value","valuetype"],pre:["width"],progress:["max","value"],q:["cite"],script:["async","charset","crossorigin","defer","integrity","language","nomodule","nonce","referrerpolicy","src","type"],select:["autocomplete","autofocus","disabled","form","multiple","name","required","size","tabindex"],slot:["name"],source:["media","sizes","src","srcset","type"],style:["media","nonce","title","type"],table:["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"],tbody:["align","char","charoff","valign"],td:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],textarea:["accesskey","autocomplete","autofocus","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","tabindex","wrap"],tfoot:["align","char","charoff","valign"],th:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],thead:["align","char","charoff","valign"],time:["datetime"],tr:["align","bgcolor","char","charoff","valign"],track:["default","kind","label","src","srclang"],ul:["compact","type"],video:["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"]},tW),Y$=new Set(["\t","\n","\f","\r"," "]),K$=e=>e.replace(/[\t\n\f\r ]+$/,""),Q$=e=>(e=>e.replace(/^[\t\f\r ]*?\n/g,""))(K$(e)),Z$=e=>e.split(/[\t\n\f\r ]+/),eW=e=>e.match(/^[\t\n\f\r ]*/)[0];function tW(e){const t=Object.create(null);for(const n of e)t[n]=!0;return t}function nW(e){return"element"===e.type&&("script"===e.fullName||"style"===e.fullName||"svg:style"===e.fullName||dW(e)&&("script"===e.name||"style"===e.name))}function rW(e){return hW(e).startsWith("pre")}function uW(e){return"element"===e.type&&e.children.length>0&&(["html","head","ul","ol","select"].includes(e.name)||e.cssDisplay.startsWith("table")&&"table-cell"!==e.cssDisplay)}function oW(e){return cW(e)||"element"===e.type&&"br"===e.fullName||iW(e)}function iW(e){return sW(e)&&aW(e)}function sW(e){return e.hasLeadingSpaces&&(e.prev?e.prev.sourceSpan.end.line<e.sourceSpan.start.line:"root"===e.parent.type||e.parent.startSourceSpan.end.line<e.sourceSpan.start.line)}function aW(e){return e.hasTrailingSpaces&&(e.next?e.next.sourceSpan.start.line>e.sourceSpan.end.line:"root"===e.parent.type||e.parent.endSourceSpan&&e.parent.endSourceSpan.start.line>e.sourceSpan.end.line)}function cW(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function lW(e){const{type:t,lang:n}=e.attrMap;return"module"===t||"text/javascript"===t||"text/babel"===t||"application/javascript"===t||"jsx"===n?"babel":"application/x-typescript"===t||"ts"===n||"tsx"===n?"typescript":"text/markdown"===t?"markdown":"text/html"===t?"html":t&&(t.endsWith("json")||t.endsWith("importmap"))?"json":"text/x-handlebars-template"===t?"glimmer":void 0}function pW(e){return"block"===e||"list-item"===e||e.startsWith("table")}function fW(e){return hW(e).startsWith("pre")}function dW(e){return"element"===e.type&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}function hW(e){return"element"===e.type&&(!e.namespace||dW(e))&&H$[e.name]||J$}function gW(e){let t=Number.POSITIVE_INFINITY;for(const n of e.split("\n")){if(0===n.length)continue;if(!Y$.has(n[0]))return 0;const e=eW(n).length;n.length!==e&&e<t&&(t=e)}return t===Number.POSITIVE_INFINITY?0:t}function mW(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:gW(e);return 0===t?e:e.split("\n").map((e=>e.slice(t))).join("\n")}const DW=new Set(["template","style","script"]);function yW(e,t){return EW(e,t)&&!DW.has(e.fullName)}function EW(e,t){return"vue"===t.parser&&"element"===e.type&&"root"===e.parent.type&&"html"!==e.fullName.toLowerCase()}function AW(e,t){return EW(e,t)&&(yW(e,t)||e.attrMap.lang&&"html"!==e.attrMap.lang)}var CW={HTML_ELEMENT_ATTRIBUTES:X$,HTML_TAGS:G$,htmlTrim:e=>(e=>e.replace(/^[\t\n\f\r ]+/,""))(K$(e)),htmlTrimPreserveIndentation:Q$,hasHtmlWhitespace:e=>/[\t\n\f\r ]/.test(e),getLeadingAndTrailingHtmlWhitespace:e=>{const[,t,n,r]=e.match(/^([\t\n\f\r ]*)(.*?)([\t\n\f\r ]*)$/s);return{leadingWhitespace:t,trailingWhitespace:r,text:n}},canHaveInterpolation:function(e){return e.children&&!nW(e)},countChars:function(e,t){let n=0;for(let r=0;r<e.length;r++)e[r]===t&&n++;return n},countParents:function(e,t){let n=0;for(let r=e.stack.length-1;r>=0;r--){const u=e.stack[r];u&&"object"==typeof u&&!Array.isArray(u)&&t(u)&&n++}return n},dedentString:mW,forceBreakChildren:uW,forceBreakContent:function(e){return uW(e)||"element"===e.type&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some((e=>function(e){return e.children&&e.children.some((e=>"text"!==e.type))}(e))))||e.firstChild&&e.firstChild===e.lastChild&&"text"!==e.firstChild.type&&sW(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||aW(e.lastChild))},forceNextEmptyLine:function(e){return M$(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line},getLastDescendant:function e(t){return t.lastChild?e(t.lastChild):t},getNodeCssStyleDisplay:function(e,t){if(e.prev&&"comment"===e.prev.type){const t=e.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/);if(t)return t[1]}let n=!1;if("element"===e.type&&"svg"===e.namespace){if(!function(e,t){let n=e;for(;n;){if(t(n))return!0;n=n.parent}return!1}(e,(e=>"svg:foreignObject"===e.fullName)))return"svg"===e.name?"inline-block":"block";n=!0}switch(t.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:return"vue"===t.parser&&e.parent&&"root"===e.parent.type?"block":"element"===e.type&&(!e.namespace||n||dW(e))&&U$[e.name]||z$}},getNodeCssStyleWhiteSpace:hW,hasPrettierIgnore:function(e){return"attribute"!==e.type&&!!e.parent&&"number"==typeof e.index&&0!==e.index&&function(e){return"comment"===e.type&&"prettier-ignore"===e.value.trim()}(e.parent.children[e.index-1])},inferScriptParser:function(e,t){return"script"!==e.name||e.attrMap.src?"style"===e.name?function(e){const{lang:t}=e.attrMap;return t&&"postcss"!==t&&"css"!==t?"scss"===t?"scss":"less"===t?"less":void 0:"css"}(e):t&&AW(e,t)?lW(e)||!("src"in e.attrMap)&&_$(e.attrMap.lang,t):void 0:e.attrMap.lang||e.attrMap.type?lW(e):"babel"},isVueCustomBlock:yW,isVueNonHtmlBlock:AW,isVueSlotAttribute:function(e){const t=e.fullName;return"#"===t.charAt(0)||"slot-scope"===t||"v-slot"===t||t.startsWith("v-slot:")},isVueSfcBindingsAttribute:function(e,t){const n=e.parent;if(!EW(n,t))return!1;const r=n.fullName,u=e.fullName;return"script"===r&&"setup"===u||"style"===r&&"vars"===u},isDanglingSpaceSensitiveNode:function(e){return!(pW(t=e.cssDisplay)||"inline-block"===t||nW(e));var t},isIndentationSensitiveNode:rW,isLeadingSpaceSensitiveNode:function(e,t){const n=function(){return!(M$(e)||("text"!==e.type&&"interpolation"!==e.type||!e.prev||"text"!==e.prev.type&&"interpolation"!==e.prev.type)&&(!e.parent||"none"===e.parent.cssDisplay||!fW(e.parent)&&(!e.prev&&("root"===e.parent.type||fW(e)&&e.parent||nW(e.parent)||yW(e.parent,t)||(n=e.parent.cssDisplay,pW(n)||"inline-block"===n))||e.prev&&!function(e){return!pW(e)}(e.prev.cssDisplay))));var n}();return n&&!e.prev&&e.parent&&e.parent.tagDefinition&&e.parent.tagDefinition.ignoreFirstLf?"interpolation"===e.type:n},isPreLikeNode:fW,isScriptLikeTag:nW,isTextLikeNode:function(e){return"text"===e.type||"comment"===e.type},isTrailingSpaceSensitiveNode:function(e,t){return!(M$(e)||("text"!==e.type&&"interpolation"!==e.type||!e.next||"text"!==e.next.type&&"interpolation"!==e.next.type)&&(!e.parent||"none"===e.parent.cssDisplay||!fW(e.parent)&&(!e.next&&("root"===e.parent.type||fW(e)&&e.parent||nW(e.parent)||yW(e.parent,t)||(n=e.parent.cssDisplay,pW(n)||"inline-block"===n))||e.next&&!function(e){return!pW(e)}(e.next.cssDisplay))));var n},isWhitespaceSensitiveNode:function(e){return nW(e)||"interpolation"===e.type||rW(e)},isUnknownNamespace:dW,preferHardlineAsLeadingSpaces:function(e){return cW(e)||e.prev&&oW(e.prev)||iW(e)},preferHardlineAsTrailingSpaces:oW,shouldPreserveContent:function(e,t){return!("ieConditionalComment"!==e.type||!e.lastChild||e.lastChild.isSelfClosing||e.lastChild.endSourceSpan)||"ieConditionalComment"===e.type&&!e.complete||!(!fW(e)||!e.children.some((e=>"text"!==e.type&&"interpolation"!==e.type)))||!(!AW(e,t)||nW(e)||"interpolation"===e.type)},unescapeQuoteEntities:function(e){return e.replace(/&apos;/g,"'").replace(/&quot;/g,'"')},getTextValueParts:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.value;return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?q$(t):q$(mW(Q$(t)),V$):W$($$(R$,Z$(t)))}},bW={},vW={};!function(e){function t(t){return e.$0<=t&&t<=e.$9}Object.defineProperty(e,"__esModule",{value:!0}),e.$EOF=0,e.$BSPACE=8,e.$TAB=9,e.$LF=10,e.$VTAB=11,e.$FF=12,e.$CR=13,e.$SPACE=32,e.$BANG=33,e.$DQ=34,e.$HASH=35,e.$$=36,e.$PERCENT=37,e.$AMPERSAND=38,e.$SQ=39,e.$LPAREN=40,e.$RPAREN=41,e.$STAR=42,e.$PLUS=43,e.$COMMA=44,e.$MINUS=45,e.$PERIOD=46,e.$SLASH=47,e.$COLON=58,e.$SEMICOLON=59,e.$LT=60,e.$EQ=61,e.$GT=62,e.$QUESTION=63,e.$0=48,e.$7=55,e.$9=57,e.$A=65,e.$E=69,e.$F=70,e.$X=88,e.$Z=90,e.$LBRACKET=91,e.$BACKSLASH=92,e.$RBRACKET=93,e.$CARET=94,e.$_=95,e.$a=97,e.$b=98,e.$e=101,e.$f=102,e.$n=110,e.$r=114,e.$t=116,e.$u=117,e.$v=118,e.$x=120,e.$z=122,e.$LBRACE=123,e.$BAR=124,e.$RBRACE=125,e.$NBSP=160,e.$PIPE=124,e.$TILDA=126,e.$AT=64,e.$BT=96,e.isWhitespace=function(t){return t>=e.$TAB&&t<=e.$SPACE||t==e.$NBSP},e.isDigit=t,e.isAsciiLetter=function(t){return t>=e.$a&&t<=e.$z||t>=e.$A&&t<=e.$Z},e.isAsciiHexDigit=function(n){return n>=e.$a&&n<=e.$f||n>=e.$A&&n<=e.$F||t(n)},e.isNewLine=function(t){return t===e.$LF||t===e.$CR},e.isOctalDigit=function(t){return e.$0<=t&&t<=e.$7}}(vW);var FW={},xW={};Object.defineProperty(xW,"__esModule",{value:!0});class SW{constructor(e,t,n){this.filePath=e,this.name=t,this.members=n}assertNoMembers(){if(this.members.length)throw new Error("Illegal state: symbol without members expected, but got ".concat(JSON.stringify(this),"."))}}xW.StaticSymbol=SW,xW.StaticSymbolCache=class{constructor(){this.cache=new Map}get(e,t,n){const r=(n=n||[]).length?".".concat(n.join(".")):"",u='"'.concat(e,'".').concat(t).concat(r);let o=this.cache.get(u);return o||(o=new SW(e,t,n),this.cache.set(u,o)),o}};var BW={};Object.defineProperty(BW,"__esModule",{value:!0});const wW=/-+([a-z0-9])/g;function TW(e,t,n){const r=e.indexOf(t);return-1==r?n:[e.slice(0,r).trim(),e.slice(r+1).trim()]}function PW(e,t,n){return Array.isArray(e)?t.visitArray(e,n):function(e){return"object"==typeof e&&null!==e&&Object.getPrototypeOf(e)===OW}(e)?t.visitStringMap(e,n):null==e||"string"==typeof e||"number"==typeof e||"boolean"==typeof e?t.visitPrimitive(e,n):t.visitOther(e,n)}BW.dashCaseToCamelCase=function(e){return e.replace(wW,(function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t[1].toUpperCase()}))},BW.splitAtColon=function(e,t){return TW(e,":",t)},BW.splitAtPeriod=function(e,t){return TW(e,".",t)},BW.visitValue=PW,BW.isDefined=function(e){return null!=e},BW.noUndefined=function(e){return void 0===e?null:e},BW.ValueTransformer=class{visitArray(e,t){return e.map((e=>PW(e,this,t)))}visitStringMap(e,t){const n={};return Object.keys(e).forEach((r=>{n[r]=PW(e[r],this,t)})),n}visitPrimitive(e,t){return e}visitOther(e,t){return e}},BW.SyncAsync={assertSync:e=>{if(IW(e))throw new Error("Illegal state: value cannot be a promise");return e},then:(e,t)=>IW(e)?e.then(t):t(e),all:e=>e.some(IW)?Promise.all(e):e},BW.error=function(e){throw new Error("Internal Error: ".concat(e))},BW.syntaxError=function(e,t){const n=Error(e);return n[NW]=!0,t&&(n[kW]=t),n};const NW="ngSyntaxError",kW="ngParseErrors";BW.isSyntaxError=function(e){return e[NW]},BW.getParseErrors=function(e){return e[kW]||[]},BW.escapeRegExp=function(e){return e.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")};const OW=Object.getPrototypeOf({});function IW(e){return!!e&&"function"==typeof e.then}BW.utf8Encode=function(e){let t="";for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);if(r>=55296&&r<=56319&&e.length>n+1){const t=e.charCodeAt(n+1);t>=56320&&t<=57343&&(n++,r=(r-55296<<10)+t-56320+65536)}r<=127?t+=String.fromCharCode(r):r<=2047?t+=String.fromCharCode(r>>6&31|192,63&r|128):r<=65535?t+=String.fromCharCode(r>>12|224,r>>6&63|128,63&r|128):r<=2097151&&(t+=String.fromCharCode(r>>18&7|240,r>>12&63|128,r>>6&63|128,63&r|128))}return t},BW.stringify=function e(t){if("string"==typeof t)return t;if(t instanceof Array)return"["+t.map(e).join(", ")+"]";if(null==t)return""+t;if(t.overriddenName)return"".concat(t.overriddenName);if(t.name)return"".concat(t.name);if(!t.toString)return"object";const n=t.toString();if(null==n)return""+n;const r=n.indexOf("\n");return-1===r?n:n.substring(0,r)},BW.resolveForwardRef=function(e){return"function"==typeof e&&e.hasOwnProperty("__forward_ref__")?e():e},BW.isPromise=IW,BW.Version=class{constructor(e){this.full=e;const t=e.split(".");this.major=t[0],this.minor=t[1],this.patch=t.slice(2).join(".")}};const LW="undefined"!=typeof window&&window,jW="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,_W=void 0!==e&&e||LW||jW;BW.global=_W,function(e){Object.defineProperty(e,"__esModule",{value:!0});const t=xW,n=BW,r=/^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;function u(e){return e.replace(/\W/g,"_")}e.sanitizeIdentifier=u;let o=0;function i(e){if(!e||!e.reference)return null;const r=e.reference;if(r instanceof t.StaticSymbol)return r.name;if(r.__anonymousType)return r.__anonymousType;let i=n.stringify(r);return i.indexOf("(")>=0?(i="anonymous_".concat(o++),r.__anonymousType=i):i=u(i),i}var s;e.identifierName=i,e.identifierModuleUrl=function(e){const r=e.reference;return r instanceof t.StaticSymbol?r.filePath:"./".concat(n.stringify(r))},e.viewClassName=function(e,t){return"View_".concat(i({reference:e}),"_").concat(t)},e.rendererTypeName=function(e){return"RenderType_".concat(i({reference:e}))},e.hostViewClassName=function(e){return"HostView_".concat(i({reference:e}))},e.componentFactoryName=function(e){return"".concat(i({reference:e}),"NgFactory")},function(e){e[e.Pipe=0]="Pipe",e[e.Directive=1]="Directive",e[e.NgModule=2]="NgModule",e[e.Injectable=3]="Injectable"}(s=e.CompileSummaryKind||(e.CompileSummaryKind={})),e.tokenName=function(e){return null!=e.value?u(e.value):i(e.identifier)},e.tokenReference=function(e){return null!=e.identifier?e.identifier.reference:e.value},e.CompileStylesheetMetadata=class{constructor(){let{moduleUrl:e,styles:t,styleUrls:n}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.moduleUrl=e||null,this.styles=c(t),this.styleUrls=c(n)}},e.CompileTemplateMetadata=class{constructor(e){let{encapsulation:t,template:n,templateUrl:r,htmlAst:u,styles:o,styleUrls:i,externalStylesheets:s,animations:a,ngContentSelectors:p,interpolation:f,isInline:d,preserveWhitespaces:h}=e;if(this.encapsulation=t,this.template=n,this.templateUrl=r,this.htmlAst=u,this.styles=c(o),this.styleUrls=c(i),this.externalStylesheets=c(s),this.animations=a?l(a):[],this.ngContentSelectors=p||[],f&&2!=f.length)throw new Error("'interpolation' should have a start and an end symbol.");this.interpolation=f,this.isInline=d,this.preserveWhitespaces=h}toSummary(){return{ngContentSelectors:this.ngContentSelectors,encapsulation:this.encapsulation,styles:this.styles,animations:this.animations}}};class a{static create(e){let{isHost:t,type:u,isComponent:o,selector:i,exportAs:s,changeDetection:c,inputs:l,outputs:p,host:f,providers:d,viewProviders:h,queries:g,guards:m,viewQueries:D,entryComponents:y,template:E,componentViewType:A,rendererType:C,componentFactory:b}=e;const v={},F={},x={};null!=f&&Object.keys(f).forEach((e=>{const t=f[e],n=e.match(r);null===n?x[e]=t:null!=n[1]?F[n[1]]=t:null!=n[2]&&(v[n[2]]=t)}));const S={};null!=l&&l.forEach((e=>{const t=n.splitAtColon(e,[e,e]);S[t[0]]=t[1]}));const B={};return null!=p&&p.forEach((e=>{const t=n.splitAtColon(e,[e,e]);B[t[0]]=t[1]})),new a({isHost:t,type:u,isComponent:!!o,selector:i,exportAs:s,changeDetection:c,inputs:S,outputs:B,hostListeners:v,hostProperties:F,hostAttributes:x,providers:d,viewProviders:h,queries:g,guards:m,viewQueries:D,entryComponents:y,template:E,componentViewType:A,rendererType:C,componentFactory:b})}constructor(e){let{isHost:t,type:n,isComponent:r,selector:u,exportAs:o,changeDetection:i,inputs:s,outputs:a,hostListeners:l,hostProperties:p,hostAttributes:f,providers:d,viewProviders:h,queries:g,guards:m,viewQueries:D,entryComponents:y,template:E,componentViewType:A,rendererType:C,componentFactory:b}=e;this.isHost=!!t,this.type=n,this.isComponent=r,this.selector=u,this.exportAs=o,this.changeDetection=i,this.inputs=s,this.outputs=a,this.hostListeners=l,this.hostProperties=p,this.hostAttributes=f,this.providers=c(d),this.viewProviders=c(h),this.queries=c(g),this.guards=m,this.viewQueries=c(D),this.entryComponents=c(y),this.template=E,this.componentViewType=A,this.rendererType=C,this.componentFactory=b}toSummary(){return{summaryKind:s.Directive,type:this.type,isComponent:this.isComponent,selector:this.selector,exportAs:this.exportAs,inputs:this.inputs,outputs:this.outputs,hostListeners:this.hostListeners,hostProperties:this.hostProperties,hostAttributes:this.hostAttributes,providers:this.providers,viewProviders:this.viewProviders,queries:this.queries,guards:this.guards,viewQueries:this.viewQueries,entryComponents:this.entryComponents,changeDetection:this.changeDetection,template:this.template&&this.template.toSummary(),componentViewType:this.componentViewType,rendererType:this.rendererType,componentFactory:this.componentFactory}}}function c(e){return e||[]}function l(e){return e.reduce(((e,t)=>{const n=Array.isArray(t)?l(t):t;return e.concat(n)}),[])}function p(e){return e.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/,"ng:///")}e.CompileDirectiveMetadata=a,e.CompilePipeMetadata=class{constructor(e){let{type:t,name:n,pure:r}=e;this.type=t,this.name=n,this.pure=!!r}toSummary(){return{summaryKind:s.Pipe,type:this.type,name:this.name,pure:this.pure}}},e.CompileShallowModuleMetadata=class{},e.CompileNgModuleMetadata=class{constructor(e){let{type:t,providers:n,declaredDirectives:r,exportedDirectives:u,declaredPipes:o,exportedPipes:i,entryComponents:s,bootstrapComponents:a,importedModules:l,exportedModules:p,schemas:f,transitiveModule:d,id:h}=e;this.type=t||null,this.declaredDirectives=c(r),this.exportedDirectives=c(u),this.declaredPipes=c(o),this.exportedPipes=c(i),this.providers=c(n),this.entryComponents=c(s),this.bootstrapComponents=c(a),this.importedModules=c(l),this.exportedModules=c(p),this.schemas=c(f),this.id=h||null,this.transitiveModule=d||null}toSummary(){const e=this.transitiveModule;return{summaryKind:s.NgModule,type:this.type,entryComponents:e.entryComponents,providers:e.providers,modules:e.modules,exportedDirectives:e.exportedDirectives,exportedPipes:e.exportedPipes}}},e.TransitiveCompileNgModuleMetadata=class{constructor(){this.directivesSet=new Set,this.directives=[],this.exportedDirectivesSet=new Set,this.exportedDirectives=[],this.pipesSet=new Set,this.pipes=[],this.exportedPipesSet=new Set,this.exportedPipes=[],this.modulesSet=new Set,this.modules=[],this.entryComponentsSet=new Set,this.entryComponents=[],this.providers=[]}addProvider(e,t){this.providers.push({provider:e,module:t})}addDirective(e){this.directivesSet.has(e.reference)||(this.directivesSet.add(e.reference),this.directives.push(e))}addExportedDirective(e){this.exportedDirectivesSet.has(e.reference)||(this.exportedDirectivesSet.add(e.reference),this.exportedDirectives.push(e))}addPipe(e){this.pipesSet.has(e.reference)||(this.pipesSet.add(e.reference),this.pipes.push(e))}addExportedPipe(e){this.exportedPipesSet.has(e.reference)||(this.exportedPipesSet.add(e.reference),this.exportedPipes.push(e))}addModule(e){this.modulesSet.has(e.reference)||(this.modulesSet.add(e.reference),this.modules.push(e))}addEntryComponent(e){this.entryComponentsSet.has(e.componentType)||(this.entryComponentsSet.add(e.componentType),this.entryComponents.push(e))}},e.ProviderMeta=class{constructor(e,t){let{useClass:n,useValue:r,useExisting:u,useFactory:o,deps:i,multi:s}=t;this.token=e,this.useClass=n||null,this.useValue=r,this.useExisting=u,this.useFactory=o||null,this.dependencies=i||null,this.multi=!!s}},e.flatten=l,e.templateSourceUrl=function(e,n,r){let u;return u=r.isInline?n.type.reference instanceof t.StaticSymbol?"".concat(n.type.reference.filePath,".").concat(n.type.reference.name,".html"):"".concat(i(e),"/").concat(i(n.type),".html"):r.templateUrl,n.type.reference instanceof t.StaticSymbol?u:p(u)},e.sharedStylesheetJitUrl=function(e,t){const n=e.moduleUrl.split(/\/\\/g),r=n[n.length-1];return p("css/".concat(t).concat(r,".ngstyle.js"))},e.ngModuleJitUrl=function(e){return p("".concat(i(e.type),"/module.ngfactory.js"))},e.templateJitUrl=function(e,t){return p("".concat(i(e),"/").concat(i(t.type),".ngfactory.js"))}}(FW),function(e){Object.defineProperty(e,"__esModule",{value:!0});const t=vW,n=FW;class r{constructor(e,t,n,r){this.file=e,this.offset=t,this.line=n,this.col=r}toString(){return null!=this.offset?"".concat(this.file.url,"@").concat(this.line,":").concat(this.col):this.file.url}moveBy(e){const n=this.file.content,u=n.length;let o=this.offset,i=this.line,s=this.col;for(;o>0&&e<0;)if(o--,e++,n.charCodeAt(o)==t.$LF){i--;const e=n.substr(0,o-1).lastIndexOf(String.fromCharCode(t.$LF));s=e>0?o-e:o}else s--;for(;o<u&&e>0;){const r=n.charCodeAt(o);o++,e--,r==t.$LF?(i++,s=0):s++}return new r(this.file,o,i,s)}getContext(e,t){const n=this.file.content;let r=this.offset;if(null!=r){r>n.length-1&&(r=n.length-1);let u=r,o=0,i=0;for(;o<e&&r>0&&(r--,o++,"\n"!=n[r]||++i!=t););for(o=0,i=0;o<e&&u<n.length-1&&(u++,o++,"\n"!=n[u]||++i!=t););return{before:n.substring(r,this.offset),after:n.substring(this.offset,u+1)}}return null}}e.ParseLocation=r;class u{constructor(e,t){this.content=e,this.url=t}}e.ParseSourceFile=u;class o{constructor(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;this.start=e,this.end=t,this.details=n}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}}var i;e.ParseSourceSpan=o,e.EMPTY_PARSE_LOCATION=new r(new u("",""),0,0,0),e.EMPTY_SOURCE_SPAN=new o(e.EMPTY_PARSE_LOCATION,e.EMPTY_PARSE_LOCATION),function(e){e[e.WARNING=0]="WARNING",e[e.ERROR=1]="ERROR"}(i=e.ParseErrorLevel||(e.ParseErrorLevel={})),e.ParseError=class{constructor(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:i.ERROR;this.span=e,this.msg=t,this.level=n}contextualMessage(){const e=this.span.start.getContext(100,3);return e?"".concat(this.msg,' ("').concat(e.before,"[").concat(i[this.level]," ->]").concat(e.after,'")'):this.msg}toString(){const e=this.span.details?", ".concat(this.span.details):"";return"".concat(this.contextualMessage(),": ").concat(this.span.start).concat(e)}},e.typeSourceSpan=function(e,t){const i=n.identifierModuleUrl(t),s=null!=i?"in ".concat(e," ").concat(n.identifierName(t)," in ").concat(i):"in ".concat(e," ").concat(n.identifierName(t)),a=new u("",s);return new o(new r(a,-1,-1,-1),new r(a,-1,-1,-1))},e.r3JitTypeSourceSpan=function(e,t,n){const i="in ".concat(e," ").concat(t," in ").concat(n),s=new u("",i);return new o(new r(s,-1,-1,-1),new r(s,-1,-1,-1))}}(bW);const{ParseSourceSpan:MW}=bW,RW=ni,{htmlTrim:VW,getLeadingAndTrailingHtmlWhitespace:$W,hasHtmlWhitespace:WW,canHaveInterpolation:qW,getNodeCssStyleDisplay:UW,isDanglingSpaceSensitiveNode:zW,isIndentationSensitiveNode:HW,isLeadingSpaceSensitiveNode:JW,isTrailingSpaceSensitiveNode:GW,isWhitespaceSensitiveNode:XW}=CW,YW=[function(e){e.walk((e=>{if("element"===e.type&&e.tagDefinition.ignoreFirstLf&&e.children.length>0&&"text"===e.children[0].type&&"\n"===e.children[0].value[0]){const[t,...n]=e.children;e.setChildren(1===t.value.length?n:[t.clone({value:t.value.slice(1)}),...n])}}))},function(e){const t=e=>"element"===e.type&&e.prev&&"ieConditionalStartComment"===e.prev.type&&e.prev.sourceSpan.end.offset===e.startSourceSpan.start.offset&&e.firstChild&&"ieConditionalEndComment"===e.firstChild.type&&e.firstChild.sourceSpan.start.offset===e.startSourceSpan.end.offset;e.walk((e=>{if(e.children){const n=e.children.map(t);if(n.some(Boolean)){const t=[];for(let r=0;r<e.children.length;r++){const u=e.children[r];if(!n[r+1])if(n[r]){const e=u.prev,n=u.firstChild,r=new MW(e.sourceSpan.start,n.sourceSpan.end),o=new MW(r.start,u.sourceSpan.end);t.push(u.clone({condition:e.condition,sourceSpan:o,startSourceSpan:r,children:u.children.slice(1)}))}else t.push(u)}e.setChildren(t)}}}))},function(e){return function(e,t,n){e.walk((e=>{if(e.children){const r=e.children.map(t);if(r.some(Boolean)){const t=[];for(let u=0;u<e.children.length;u++){const o=e.children[u];if("text"!==o.type&&!r[u]){t.push(o);continue}const i="text"===o.type?o:o.clone({type:"text",value:n(o)});if(0===t.length||"text"!==RW(t).type){t.push(i);continue}const s=t.pop();t.push(s.clone({value:s.value+i.value,sourceSpan:new MW(s.sourceSpan.start,i.sourceSpan.end)}))}e.setChildren(t)}}}))}(e,(e=>"cdata"===e.type),(e=>"<![CDATA[".concat(e.value,"]]>")))},function(e,t){if("html"===t.parser)return;const n=/{{(.+?)}}/s;e.walk((e=>{if(!qW(e))return;const t=[];for(const r of e.children){if("text"!==r.type){t.push(r);continue}let e=r.sourceSpan.start,u=null;const o=r.value.split(n);for(let n=0;n<o.length;n++,e=u){const r=o[n];n%2!=0?(u=e.moveBy(r.length+4),t.push({type:"interpolation",sourceSpan:new MW(e,u),children:0===r.length?[]:[{type:"text",value:r,sourceSpan:new MW(e.moveBy(2),u.moveBy(-2))}]})):(u=e.moveBy(r.length),r.length>0&&t.push({type:"text",value:r,sourceSpan:new MW(e,u)}))}}e.setChildren(t)}))},function(e){e.walk((e=>{if(!e.children)return;if(0===e.children.length||1===e.children.length&&"text"===e.children[0].type&&0===VW(e.children[0].value).length)return e.hasDanglingSpaces=e.children.length>0,void(e.children=[]);const t=XW(e),n=HW(e);e.setChildren(e.children.flatMap((e=>{if("text"!==e.type||t)return e;const n=[],{leadingWhitespace:r,text:u,trailingWhitespace:o}=$W(e.value);return r&&n.push(KW),u&&n.push({type:"text",value:u,sourceSpan:new MW(e.sourceSpan.start.moveBy(r.length),e.sourceSpan.end.moveBy(-o.length))}),o&&n.push(KW),n})).map(((e,t,n)=>{if(e!==KW)return Object.assign(Object.assign({},e),{},{hasLeadingSpaces:n[t-1]===KW,hasTrailingSpaces:n[t+1]===KW})})).filter(Boolean)),e.isWhitespaceSensitive=t,e.isIndentationSensitive=n}))},function(e,t){e.walk((e=>Object.assign(e,{cssDisplay:UW(e,t)})))},function(e){e.walk((e=>Object.assign(e,{isSelfClosing:!e.children||"element"===e.type&&(e.tagDefinition.isVoid||e.startSourceSpan===e.endSourceSpan)})))},function(e,t){e.walk((e=>"element"!==e.type?e:Object.assign(e,{hasHtmComponentClosingTag:e.endSourceSpan&&/^<\s*\/\s*\/\s*>$/.test(t.originalText.slice(e.endSourceSpan.start.offset,e.endSourceSpan.end.offset))})))},function(e,t){e.walk((e=>{e.children&&(0!==e.children.length?e.setChildren(e.children.map((e=>Object.assign(Object.assign({},e),{},{isLeadingSpaceSensitive:JW(e,t),isTrailingSpaceSensitive:GW(e,t)}))).map(((e,t,n)=>Object.assign(Object.assign({},e),{},{isLeadingSpaceSensitive:(0===t||n[t-1].isTrailingSpaceSensitive)&&e.isLeadingSpaceSensitive,isTrailingSpaceSensitive:(t===n.length-1||n[t+1].isLeadingSpaceSensitive)&&e.isTrailingSpaceSensitive})))):e.isDanglingSpaceSensitive=zW(e))}))},function(e){const t=e=>"element"===e.type&&0===e.attrs.length&&1===e.children.length&&"text"===e.firstChild.type&&!WW(e.children[0].value)&&!e.firstChild.hasLeadingSpaces&&!e.firstChild.hasTrailingSpaces&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces&&e.prev&&"text"===e.prev.type&&e.next&&"text"===e.next.type;e.walk((e=>{if(e.children){const n=e.children.map(t);if(n.some(Boolean)){const t=[];for(let r=0;r<e.children.length;r++){const u=e.children[r];if(n[r]){const n=t.pop(),o=e.children[++r],{isTrailingSpaceSensitive:i,hasTrailingSpaces:s}=o;t.push(n.clone({value:n.value+"<".concat(u.rawName,">")+u.firstChild.value+"</".concat(u.rawName,">")+o.value,sourceSpan:new MW(n.sourceSpan.start,o.sourceSpan.end),isTrailingSpaceSensitive:i,hasTrailingSpaces:s}))}else t.push(u)}e.setChildren(t)}}}))}],KW={type:"whitespace"};var QW={locStart:function(e){return e.sourceSpan.start.offset},locEnd:function(e){return e.sourceSpan.end.offset}};const ZW=cD,{isNonEmptyArray:eq}=nc,{builders:{indent:tq,join:nq,line:rq,softline:uq},utils:{replaceTextEndOfLine:oq}}=Wc,{locStart:iq,locEnd:sq}=QW,{isTextLikeNode:aq,getLastDescendant:cq,isPreLikeNode:lq,hasPrettierIgnore:pq,shouldPreserveContent:fq}=CW;function dq(e,t){return e.lastChild&&bq(e.lastChild)?"":[gq(e,t),Dq(e,t)]}function hq(e,t){return(e.next?Aq(e.next):Cq(e.parent))?"":[yq(e,t),mq(e,t)]}function gq(e,t){return Cq(e)?yq(e.lastChild,t):""}function mq(e,t){return bq(e)?Dq(e.parent,t):vq(e)?Tq(e.next):""}function Dq(e,t){if(ZW(!e.isSelfClosing),Eq(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return"</".concat(e.rawName)}}function yq(e,t){if(Eq(e,t))return"";switch(e.type){case"ieConditionalComment":case"ieConditionalEndComment":return"[endif]--\x3e";case"ieConditionalStartComment":return"]>\x3c!--\x3e";case"interpolation":return"}}";case"element":if(e.isSelfClosing)return"/>";default:return">"}}function Eq(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(pq(e)||fq(e.parent,t))}function Aq(e){return e.prev&&"docType"!==e.prev.type&&!aq(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function Cq(e){return e.lastChild&&e.lastChild.isTrailingSpaceSensitive&&!e.lastChild.hasTrailingSpaces&&!aq(cq(e.lastChild))&&!lq(e)}function bq(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&aq(cq(e))}function vq(e){return e.next&&!aq(e.next)&&aq(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function Fq(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function xq(e,t,n){const r=e.getValue();if(!eq(r.attrs))return r.isSelfClosing?" ":"";const u=r.prev&&"comment"===r.prev.type&&function(e){const t=e.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/s);return!!t&&(!t[1]||t[1].split(/\s+/))}(r.prev.value),o="boolean"==typeof u?()=>u:Array.isArray(u)?e=>u.includes(e.rawName):()=>!1,i=e.map((e=>{const r=e.getValue();return o(r)?oq(t.originalText.slice(iq(r),sq(r))):n()}),"attrs"),s="element"===r.type&&"script"===r.fullName&&1===r.attrs.length&&"src"===r.attrs[0].fullName&&0===r.children.length,a=[tq([s?" ":rq,nq(rq,i)])];return r.firstChild&&Fq(r.firstChild)||r.isSelfClosing&&Cq(r.parent)||s?a.push(r.isSelfClosing?" ":""):a.push(t.bracketSameLine?r.isSelfClosing?" ":"":r.isSelfClosing?rq:uq),a}function Sq(e){return e.firstChild&&Fq(e.firstChild)?"":Pq(e)}function Bq(e,t){return e.prev&&vq(e.prev)?"":[wq(e,t),Tq(e)]}function wq(e,t){return Fq(e)?Pq(e.parent):Aq(e)?yq(e.prev,t):""}function Tq(e){switch(e.type){case"ieConditionalComment":case"ieConditionalStartComment":return"\x3c!--[if ".concat(e.condition);case"ieConditionalEndComment":return"\x3c!--<!";case"interpolation":return"{{";case"docType":return"<!DOCTYPE";case"element":if(e.condition)return"\x3c!--[if ".concat(e.condition,"]>\x3c!--\x3e<").concat(e.rawName);default:return"<".concat(e.rawName)}}function Pq(e){switch(ZW(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return">\x3c!--<![endif]--\x3e";default:return">"}}var Nq={printClosingTag:function(e,t){return[e.isSelfClosing?"":dq(e,t),hq(e,t)]},printClosingTagStart:dq,printClosingTagStartMarker:Dq,printClosingTagEndMarker:yq,printClosingTagSuffix:mq,printClosingTagEnd:hq,needsToBorrowLastChildClosingTagEndMarker:Cq,needsToBorrowParentClosingTagStartMarker:bq,needsToBorrowPrevClosingTagEndMarker:Aq,printOpeningTag:function(e,t,n){const r=e.getValue();return[Bq(r,t),xq(e,t,n),r.isSelfClosing?"":Sq(r)]},printOpeningTagStart:Bq,printOpeningTagPrefix:wq,printOpeningTagStartMarker:Tq,printOpeningTagEndMarker:Pq,needsToBorrowNextOpeningTagStartMarker:vq,needsToBorrowParentOpeningTagEndMarker:Fq},kq={exports:{}};!function(t){var n,r;n=e,r=function(){return function(e,t){var n=t&&t.logger||console;function r(e){return" "===e||"\t"===e||"\n"===e||"\f"===e||"\r"===e}function u(t){var n,r=t.exec(e.substring(D));if(r)return n=r[0],D+=n.length,n}for(var o,i,s,a,c,l=e.length,p=/^[ \t\n\r\u000c]+/,f=/^[, \t\n\r\u000c]+/,d=/^[^ \t\n\r\u000c]+/,h=/[,]+$/,g=/^\d+$/,m=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,D=0,y=[];;){if(u(f),D>=l)return y;o=u(d),i=[],","===o.slice(-1)?(o=o.replace(h,""),A()):E()}function E(){for(u(p),s="",a="in descriptor";;){if(c=e.charAt(D),"in descriptor"===a)if(r(c))s&&(i.push(s),s="",a="after descriptor");else{if(","===c)return D+=1,s&&i.push(s),void A();if("("===c)s+=c,a="in parens";else{if(""===c)return s&&i.push(s),void A();s+=c}}else if("in parens"===a)if(")"===c)s+=c,a="in descriptor";else{if(""===c)return i.push(s),void A();s+=c}else if("after descriptor"===a)if(r(c));else{if(""===c)return void A();a="in descriptor",D-=1}D+=1}}function A(){var t,r,u,s,a,c,l,p,f,d=!1,h={};for(s=0;s<i.length;s++)c=(a=i[s])[a.length-1],l=a.substring(0,a.length-1),p=parseInt(l,10),f=parseFloat(l),g.test(l)&&"w"===c?((t||r)&&(d=!0),0===p?d=!0:t=p):m.test(l)&&"x"===c?((t||r||u)&&(d=!0),f<0?d=!0:r=f):g.test(l)&&"h"===c?((u||r)&&(d=!0),0===p?d=!0:u=p):d=!0;d?n&&n.error&&n.error("Invalid srcset descriptor found in '"+e+"' at '"+a+"'."):(h.url=o,t&&(h.w=t),r&&(h.d=r),u&&(h.h=u),y.push(h))}}},t.exports?t.exports=r():n.parseSrcset=r()}(kq);const Oq=kq.exports,{builders:{ifBreak:Iq,join:Lq,line:jq}}=Wc;var _q={printImgSrcset:function(e){const t=Oq(e,{logger:{error(e){throw new Error(e)}}}),n=t.some((e=>{let{w:t}=e;return t})),r=t.some((e=>{let{h:t}=e;return t}));if(n+r+t.some((e=>{let{d:t}=e;return t}))>1)throw new Error("Mixed descriptor in srcset is not supported");const u=n?"w":r?"h":"d",o=n?"w":r?"h":"x",i=e=>Math.max(...e),s=t.map((e=>e.url)),a=i(s.map((e=>e.length))),c=t.map((e=>e[u])).map((e=>e?e.toString():"")),l=c.map((e=>{const t=e.indexOf(".");return-1===t?e.length:t})),p=i(l);return Lq([",",jq],s.map(((e,t)=>{const n=[e],r=c[t];if(r){const u=a-e.length+1,i=p-l[t],s=" ".repeat(u+i);n.push(Iq(s," "),r+o)}return n})))},printClassNames:function(e){return e.trim().split(/\s+/).join(" ")}};const{builders:{group:Mq}}=Wc;var Rq={isVueEventBindingExpression:function(e){const t=e.trim();return/^(?:[\w$]+|\([^)]*?\))\s*=>|^function\s*\(/.test(t)||/^[$A-Z_a-z][\w$]*(?:\.[$A-Z_a-z][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[$A-Z_a-z][\w$]*])*$/.test(t)},printVueFor:function(e,t){const{left:n,operator:r,right:u}=function(e){const t=/,([^,\]}]*)(?:,([^,\]}]*))?$/,n=e.match(/(.*?)\s+(in|of)\s+(.*)/s);if(!n)return;const r={};r.for=n[3].trim();const u=n[1].trim().replace(/^\(|\)$/g,""),o=u.match(t);return o?(r.alias=u.replace(t,""),r.iterator1=o[1].trim(),o[2]&&(r.iterator2=o[2].trim())):r.alias=u,{left:"".concat([r.alias,r.iterator1,r.iterator2].filter(Boolean).join(",")),operator:n[2],right:r.for}}(e);return[Mq(t("function _(".concat(n,") {}"),{parser:"babel",__isVueForBindingLeft:!0}))," ",r," ",t(u,{parser:"__js_expression"},{stripTrailingHardline:!0})]},printVueBindings:function(e,t){return t("function _(".concat(e,") {}"),{parser:"babel",__isVueBindings:!0})}};const{needsToBorrowParentClosingTagStartMarker:Vq,printClosingTagStartMarker:$q,needsToBorrowLastChildClosingTagEndMarker:Wq,printClosingTagEndMarker:qq,needsToBorrowParentOpeningTagEndMarker:Uq,printOpeningTagEndMarker:zq}=Nq;var Hq=function(e,t){let n=e.startSourceSpan.end.offset;e.firstChild&&Uq(e.firstChild)&&(n-=zq(e).length);let r=e.endSourceSpan.start.offset;return e.lastChild&&Vq(e.lastChild)?r+=$q(e,t).length:Wq(e)&&(r-=qq(e.lastChild,t).length),t.originalText.slice(n,r)};const{builders:{breakParent:Jq,group:Gq,hardline:Xq,indent:Yq,line:Kq,fill:Qq,softline:Zq},utils:{mapDoc:eU,replaceTextEndOfLine:tU}}=Wc,nU=aj,{printClosingTag:rU,printClosingTagSuffix:uU,needsToBorrowPrevClosingTagEndMarker:oU,printOpeningTagPrefix:iU,printOpeningTag:sU}=Nq,{printImgSrcset:aU,printClassNames:cU}=_q,{printVueFor:lU,printVueBindings:pU,isVueEventBindingExpression:fU}=Rq,{isScriptLikeTag:dU,isVueNonHtmlBlock:hU,inferScriptParser:gU,htmlTrimPreserveIndentation:mU,dedentString:DU,unescapeQuoteEntities:yU,isVueSlotAttribute:EU,isVueSfcBindingsAttribute:AU,getTextValueParts:CU}=CW,bU=Hq;const{builders:{breakParent:vU,group:FU,ifBreak:xU,line:SU,softline:BU,hardline:wU},utils:{replaceTextEndOfLine:TU}}=Wc,{locStart:PU,locEnd:NU}=QW,{forceBreakChildren:kU,forceNextEmptyLine:OU,isTextLikeNode:IU,hasPrettierIgnore:LU,preferHardlineAsLeadingSpaces:jU}=CW,{printOpeningTagPrefix:_U,needsToBorrowNextOpeningTagStartMarker:MU,printOpeningTagStartMarker:RU,needsToBorrowPrevClosingTagEndMarker:VU,printClosingTagEndMarker:$U,printClosingTagSuffix:WU,needsToBorrowParentClosingTagStartMarker:qU}=Nq;function UU(e,t,n){const r=e.getValue();return LU(r)?[_U(r,t),...TU(t.originalText.slice(PU(r)+(r.prev&&MU(r.prev)?RU(r).length:0),NU(r)-(r.next&&VU(r.next)?$U(r,t).length:0))),WU(r,t)]:n()}function zU(e,t){return IU(e)&&IU(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?jU(t)?wU:SU:"":jU(t)?wU:BU:MU(e)&&(LU(t)||t.firstChild||t.isSelfClosing||"element"===t.type&&t.attrs.length>0)||"element"===e.type&&e.isSelfClosing&&VU(t)?"":!t.isLeadingSpaceSensitive||jU(t)||VU(t)&&e.lastChild&&qU(e.lastChild)&&e.lastChild.lastChild&&qU(e.lastChild.lastChild)?wU:t.hasLeadingSpaces?SU:BU}var HU={printChildren:function(e,t,n){const r=e.getValue();if(kU(r))return[vU,...e.map((e=>{const r=e.getValue(),u=r.prev?zU(r.prev,r):"";return[u?[u,OU(r.prev)?wU:""]:"",UU(e,t,n)]}),"children")];const u=r.children.map((()=>Symbol("")));return e.map(((e,r)=>{const o=e.getValue();if(IU(o)){if(o.prev&&IU(o.prev)){const r=zU(o.prev,o);if(r)return OU(o.prev)?[wU,wU,UU(e,t,n)]:[r,UU(e,t,n)]}return UU(e,t,n)}const i=[],s=[],a=[],c=[],l=o.prev?zU(o.prev,o):"",p=o.next?zU(o,o.next):"";return l&&(OU(o.prev)?i.push(wU,wU):l===wU?i.push(wU):IU(o.prev)?s.push(l):s.push(xU("",BU,{groupId:u[r-1]}))),p&&(OU(o)?IU(o.next)&&c.push(wU,wU):p===wU?IU(o.next)&&c.push(wU):a.push(p)),[...i,FU([...s,FU([UU(e,t,n),...a],{id:u[r]})]),...c]}),"children")}};const{builders:{breakParent:JU,dedentToRoot:GU,group:XU,ifBreak:YU,indentIfBreak:KU,indent:QU,line:ZU,softline:ez},utils:{replaceTextEndOfLine:tz}}=Wc,nz=Hq,{shouldPreserveContent:rz,isScriptLikeTag:uz,isVueCustomBlock:oz,countParents:iz,forceBreakContent:sz}=CW,{printOpeningTagPrefix:az,printOpeningTag:cz,printClosingTagSuffix:lz,printClosingTag:pz,needsToBorrowPrevClosingTagEndMarker:fz,needsToBorrowLastChildClosingTagEndMarker:dz}=Nq,{printChildren:hz}=HU;var gz={printElement:function(e,t,n){const r=e.getValue();if(rz(r,t))return[az(r,t),XU(cz(e,t,n)),...tz(nz(r,t)),...pz(r,t),lz(r,t)];const u=1===r.children.length&&"interpolation"===r.firstChild.type&&r.firstChild.isLeadingSpaceSensitive&&!r.firstChild.hasLeadingSpaces&&r.lastChild.isTrailingSpaceSensitive&&!r.lastChild.hasTrailingSpaces,o=Symbol("element-attr-group-id"),i=u=>XU([XU(cz(e,t,n),{id:o}),u,pz(r,t)]);return 0===r.children.length?i(r.hasDanglingSpaces&&r.isDanglingSpaceSensitive?ZU:""):i([sz(r)?JU:"",(s=[u?YU(ez,"",{groupId:o}):r.firstChild.hasLeadingSpaces&&r.firstChild.isLeadingSpaceSensitive?ZU:"text"===r.firstChild.type&&r.isWhitespaceSensitive&&r.isIndentationSensitive?GU(ez):ez,hz(e,t,n)],u?KU(s,{groupId:o}):!uz(r)&&!oz(r,t)||"root"!==r.parent.type||"vue"!==t.parser||t.vueIndentScriptAndStyle?QU(s):s),(r.next?fz(r.next):dz(r.parent))?r.lastChild.hasTrailingSpaces&&r.lastChild.isTrailingSpaceSensitive?" ":"":u?YU(ez,"",{groupId:o}):r.lastChild.hasTrailingSpaces&&r.lastChild.isTrailingSpaceSensitive?ZU:("comment"===r.lastChild.type||"text"===r.lastChild.type&&r.isWhitespaceSensitive&&r.isIndentationSensitive)&&new RegExp("\\n[\\t ]{".concat(t.tabWidth*iz(e,(e=>e.parent&&"root"!==e.parent.type)),"}$")).test(r.lastChild.value)?"":ez]);var s}};const{builders:{fill:mz,group:Dz,hardline:yz,literalline:Ez},utils:{cleanDoc:Az,getDocParts:Cz,isConcat:bz,replaceTextEndOfLine:vz}}=Wc,Fz=j$,{countChars:xz,unescapeQuoteEntities:Sz,getTextValueParts:Bz}=CW,wz=function(e,t){const n=e.map((e=>e));for(const e of YW)e(n,t);return n},{insertPragma:Tz}={hasPragma:function(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/.test(e)},insertPragma:function(e){return"\x3c!-- @format --\x3e\n\n"+e.replace(/^\s*\n/,"")}},{locStart:Pz,locEnd:Nz}=QW,kz=function(e,t,n,r){const u=e.getValue();switch(u.type){case"element":if(dU(u)||"interpolation"===u.type)return;if(!u.isSelfClosing&&hU(u,r)){const o=gU(u,r);if(!o)return;const i=bU(u,r);let s=/^\s*$/.test(i),a="";return s||(a=n(mU(i),{parser:o,__embeddedInHtml:!0},{stripTrailingHardline:!0}),s=""===a),[iU(u,r),Gq(sU(e,r,t)),s?"":Xq,a,s?"":Xq,rU(u,r),uU(u,r)]}break;case"text":if(dU(u.parent)){const e=gU(u.parent);if(e){const t="markdown"===e?DU(u.value.replace(/^[^\S\n]*?\n/,"")):u.value,o={parser:e,__embeddedInHtml:!0};if("html"===r.parser&&"babel"===e){let e="script";const{attrMap:t}=u.parent;t&&("module"===t.type||"text/babel"===t.type&&"module"===t["data-type"])&&(e="module"),o.__babelSourceType=e}return[Jq,iU(u,r),n(t,o,{stripTrailingHardline:!0}),uU(u,r)]}}else if("interpolation"===u.parent.type){const e={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return"angular"===r.parser?(e.parser="__ng_interpolation",e.trailingComma="none"):"vue"===r.parser?e.parser="__vue_expression":e.parser="__js_expression",[Yq([Kq,n(u.value,e,{stripTrailingHardline:!0})]),u.parent.next&&oU(u.parent.next)?" ":Kq]}break;case"attribute":{if(!u.value)break;if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(r.originalText.slice(u.valueSpan.start.offset,u.valueSpan.end.offset)))return[u.rawName,"=",u.value];if("lwc"===r.parser&&/^{.*}$/s.test(r.originalText.slice(u.valueSpan.start.offset,u.valueSpan.end.offset)))return[u.rawName,"=",u.value];const e=function(e,t,n){const r=t=>new RegExp(t.join("|")).test(e.fullName),u=()=>yU(e.value);let o=!1;const i=(e,t)=>{const n="NGRoot"===e.type?"NGMicrosyntax"===e.node.type&&1===e.node.body.length&&"NGMicrosyntaxExpression"===e.node.body[0].type?e.node.body[0].expression:e.node:"JsExpressionRoot"===e.type?e.node:e;!n||"ObjectExpression"!==n.type&&"ArrayExpression"!==n.type&&("__vue_expression"!==t.parser||"TemplateLiteral"!==n.type&&"StringLiteral"!==n.type)||(o=!0)},s=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return Gq([Yq([Zq,e]),t?Zq:""])},a=e=>o?(e=>Gq(e))(e):s(e),c=(e,n)=>t(e,Object.assign({__onHtmlBindingRoot:i,__embeddedInHtml:!0},n),{stripTrailingHardline:!0});if("srcset"===e.fullName&&("img"===e.parent.fullName||"source"===e.parent.fullName))return s(aU(u()));if("class"===e.fullName&&!n.parentParser){const e=u();if(!e.includes("{{"))return cU(e)}if("style"===e.fullName&&!n.parentParser){const e=u();if(!e.includes("{{"))return s(c(e,{parser:"css",__isHTMLStyleAttribute:!0}))}if("vue"===n.parser){if("v-for"===e.fullName)return lU(u(),c);if(EU(e)||AU(e,n))return pU(u(),c);const t=["^:","^v-bind:"],o=["^v-"];if(r(["^@","^v-on:"])){const e=u();return a(c(e,{parser:fU(e)?"__js_expression":"__vue_event_binding"}))}if(r(t))return a(c(u(),{parser:"__vue_expression"}));if(r(o))return a(c(u(),{parser:"__js_expression"}))}if("angular"===n.parser){const t=(e,t)=>c(e,Object.assign(Object.assign({},t),{},{trailingComma:"none"})),n=["^\\*"],o=["^\\[.+\\]$","^bind(on)?-","^ng-(if|show|hide|class|style)$"],i=["^i18n(-.+)?$"];if(r(["^\\(.+\\)$","^on-"]))return a(t(u(),{parser:"__ng_action"}));if(r(o))return a(t(u(),{parser:"__ng_binding"}));if(r(i)){const t=u().trim();return s(Qq(CU(e,t)),!t.includes("@@"))}if(r(n))return a(t(u(),{parser:"__ng_directive"}));const l=/{{(.+?)}}/s,p=u();if(l.test(p)){const e=[];for(const[n,r]of p.split(l).entries())if(n%2==0)e.push(tU(r));else try{e.push(Gq(["{{",Yq([Kq,t(r,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),Kq,"}}"]))}catch{e.push("{{",tU(r),"}}")}return Gq(e)}}return null}(u,((e,t)=>n(e,Object.assign({__isInHtmlAttribute:!0,__embeddedInHtml:!0},t),{stripTrailingHardline:!0})),r);if(e)return[u.rawName,'="',Gq(eU(e,(e=>"string"==typeof e?e.replace(/"/g,"&quot;"):e))),'"'];break}case"front-matter":return nU(u,n)}},{printClosingTagSuffix:Oz,printClosingTagEnd:Iz,printOpeningTagPrefix:Lz,printOpeningTagStart:jz}=Nq,{printElement:_z}=gz,{printChildren:Mz}=HU;var Rz={preprocess:wz,print:function(e,t,n){const r=e.getValue();switch(r.type){case"front-matter":return vz(r.raw);case"root":return t.__onHtmlRoot&&t.__onHtmlRoot(r),[Dz(Mz(e,t,n)),yz];case"element":case"ieConditionalComment":return _z(e,t,n);case"ieConditionalStartComment":case"ieConditionalEndComment":return[jz(r),Iz(r)];case"interpolation":return[jz(r,t),...e.map(n,"children"),Iz(r,t)];case"text":{if("interpolation"===r.parent.type){const e=/\n[^\S\n]*?$/,t=e.test(r.value),n=t?r.value.replace(e,""):r.value;return[...vz(n),t?yz:""]}const e=Az([Lz(r,t),...Bz(r),Oz(r,t)]);return bz(e)||"fill"===e.type?mz(Cz(e)):e}case"docType":return[Dz([jz(r,t)," ",r.value.replace(/^html\b/i,"html").replace(/\s+/g," ")]),Iz(r,t)];case"comment":return[Lz(r,t),...vz(t.originalText.slice(Pz(r),Nz(r)),Ez),Oz(r,t)];case"attribute":{if(null===r.value)return r.rawName;const e=Sz(r.value),t=xz(e,"'")<xz(e,'"')?"'":'"';return[r.rawName,"=",t,...vz('"'===t?e.replace(/"/g,"&quot;"):e.replace(/'/g,"&apos;")),t]}default:throw new Error("Unexpected node type ".concat(r.type))}},insertPragma:Tz,massageAstNode:Fz,embed:kz};const Vz="HTML";var $z={name:"HTML",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".html",".htm",".html.hl",".inc",".xht",".xhtml"],languageId:146};const Wz=tE,qz=Rz,Uz={bracketSameLine:zL.bracketSameLine,htmlWhitespaceSensitivity:{since:"1.15.0",category:Vz,type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},vueIndentScriptAndStyle:{since:"1.19.0",category:Vz,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},zz=[Wz($z,(()=>({name:"Angular",since:"1.15.0",parsers:["angular"],vscodeLanguageIds:["html"],extensions:[".component.html"],filenames:[]}))),Wz($z,(e=>({since:"1.15.0",parsers:["html"],vscodeLanguageIds:["html"],extensions:[...e.extensions,".mjml"]}))),Wz($z,(()=>({name:"Lightning Web Components",since:"1.17.0",parsers:["lwc"],vscodeLanguageIds:["html"],extensions:[],filenames:[]}))),Wz({name:"Vue",type:"markup",color:"#41b883",extensions:[".vue"],tmScope:"text.html.vue",aceMode:"html",languageId:391},(()=>({since:"1.10.0",parsers:["vue"],vscodeLanguageIds:["vue"]})))];var Hz={languages:zz,printers:{html:qz},options:Uz,parsers:void 0};const{getLast:Jz,isNonEmptyArray:Gz}=nc;function Xz(e,t){return e&&"string"==typeof e.type&&(!t||t.includes(e.type))}function Yz(e){return"prettier-ignore"===e.value.trim()}function Kz(e){return e&&Gz(e.leadingComments)}function Qz(e){return e&&Gz(e.middleComments)}function Zz(e){return e&&e.indicatorComment}function eH(e){return e&&e.trailingComment}function tH(e){return e&&Gz(e.endComments)}function nH(e){const t=[];let n;for(const r of e.split(/( +)/))" "!==r?" "===n?t.push(r):t.push((t.pop()||"")+r):void 0===n&&t.unshift(""),n=r;return" "===n&&t.push((t.pop()||"")+" "),""===t[0]&&(t.shift(),t.unshift(" "+(t.shift()||""))),t}var rH={getLast:Jz,getAncestorCount:function(e,t){let n=0;const r=e.stack.length-1;for(let u=0;u<r;u++){const r=e.stack[u];Xz(r)&&t(r)&&n++}return n},isNode:Xz,isEmptyNode:function(e){return!Gz(e.children)&&!function(e){return Kz(e)||Qz(e)||Zz(e)||eH(e)||tH(e)}(e)},isInlineNode:function(e){if(!e)return!0;switch(e.type){case"plain":case"quoteDouble":case"quoteSingle":case"alias":case"flowMapping":case"flowSequence":return!0;default:return!1}},mapNode:function e(t,n,r){return n("children"in t?Object.assign(Object.assign({},t),{},{children:t.children.map((r=>e(r,n,t)))}):t,r)},defineShortcut:function(e,t,n){Object.defineProperty(e,t,{get:n,enumerable:!1})},isNextLineEmpty:function(e,t){let n=0;const r=t.length;for(let u=e.position.end.offset-1;u<r;u++){const e=t[u];if("\n"===e&&n++,1===n&&/\S/.test(e))return!1;if(2===n)return!0}return!1},isLastDescendantNode:function(e){switch(e.getValue().type){case"tag":case"anchor":case"comment":return!1}const t=e.stack.length;for(let n=1;n<t;n++){const t=e.stack[n],r=e.stack[n-1];if(Array.isArray(r)&&"number"==typeof t&&t!==r.length-1)return!1}return!0},getBlockValueLineContents:function(e,t){let{parentIndent:n,isLastDescendant:r,options:u}=t;const o=e.position.start.line===e.position.end.line?"":u.originalText.slice(e.position.start.offset,e.position.end.offset).match(/^[^\n]*?\n(.*)$/s)[1],i=null===e.indent?(e=>e?e[1].length:Number.POSITIVE_INFINITY)(o.match(/^( *)\S/m)):e.indent-1+n,s=o.split("\n").map((e=>e.slice(i)));return"preserve"===u.proseWrap||"blockLiteral"===e.type?a(s.map((e=>0===e.length?[]:[e]))):a(s.map((e=>0===e.length?[]:nH(e))).reduce(((e,t,n)=>0!==n&&s[n-1].length>0&&t.length>0&&!/^\s/.test(t[0])&&!/^\s|\s$/.test(Jz(e))?[...e.slice(0,-1),[...Jz(e),...t]]:[...e,t]),[]).map((e=>e.reduce(((e,t)=>e.length>0&&/\s$/.test(Jz(e))?[...e.slice(0,-1),Jz(e)+" "+t]:[...e,t]),[]))).map((e=>"never"===u.proseWrap?[e.join(" ")]:e)));function a(t){if("keep"===e.chomping)return 0===Jz(t).length?t.slice(0,-1):t;let n=0;for(let e=t.length-1;e>=0&&0===t[e].length;e--)n++;return 0===n?t:n>=2&&!r?t.slice(0,-(n-1)):t.slice(0,-n)}},getFlowScalarLineContents:function(e,t,n){const r=t.split("\n").map(((e,t,n)=>0===t&&t===n.length-1?e:0!==t&&t!==n.length-1?e.trim():0===t?e.trimEnd():e.trimStart()));return"preserve"===n.proseWrap?r.map((e=>0===e.length?[]:[e])):r.map((e=>0===e.length?[]:nH(e))).reduce(((t,n,u)=>0!==u&&r[u-1].length>0&&n.length>0&&("quoteDouble"!==e||!Jz(Jz(t)).endsWith("\\"))?[...t.slice(0,-1),[...Jz(t),...n]]:[...t,n]),[]).map((e=>"never"===n.proseWrap?[e.join(" ")]:e))},getLastDescendantNode:function e(t){return Gz(t.children)?e(Jz(t.children)):t},hasPrettierIgnore:function(e){const t=e.getValue();if("documentBody"===t.type){const t=e.getParentNode();return tH(t.head)&&Yz(Jz(t.head.endComments))}return Kz(t)&&Yz(Jz(t.leadingComments))},hasLeadingComments:Kz,hasMiddleComments:Qz,hasIndicatorComment:Zz,hasTrailingComment:eH,hasEndComments:tH};const{defineShortcut:uH,mapNode:oH}=rH;function iH(e){switch(e.type){case"document":uH(e,"head",(()=>e.children[0])),uH(e,"body",(()=>e.children[1]));break;case"documentBody":case"sequenceItem":case"flowSequenceItem":case"mappingKey":case"mappingValue":uH(e,"content",(()=>e.children[0]));break;case"mappingItem":case"flowMappingItem":uH(e,"key",(()=>e.children[0])),uH(e,"value",(()=>e.children[1]))}return e}const{builders:{softline:sH,align:aH}}=Wc,{hasEndComments:cH,isNextLineEmpty:lH,isNode:pH}=rH,fH=new WeakMap;function dH(e){return cH(e)&&!pH(e,["documentHead","documentBody","flowMapping","flowSequence"])}var hH={alignWithSpaces:function(e,t){return aH(" ".repeat(e),t)},shouldPrintEndComments:dH,printNextEmptyLine:function(e,t){const n=e.getValue(),r=e.stack[0];let u;return fH.has(r)?u=fH.get(r):(u=new Set,fH.set(r,u)),u.has(n.position.end.line)||(u.add(n.position.end.line),!lH(n,t)||dH(e.getParentNode()))?"":sH}};const{builders:{ifBreak:gH,line:mH,softline:DH,hardline:yH,join:EH}}=Wc,{isEmptyNode:AH,getLast:CH,hasEndComments:bH}=rH,{printNextEmptyLine:vH,alignWithSpaces:FH}=hH;function xH(e,t,n){const r=e.getValue(),u="flowMapping"===r.type,o=u?"{":"[",i=u?"}":"]";let s=DH;u&&r.children.length>0&&n.bracketSpacing&&(s=mH);const a=CH(r.children),c=a&&"flowMappingItem"===a.type&&AH(a.key)&&AH(a.value);return[o,FH(n.tabWidth,[s,SH(e,t,n),"none"===n.trailingComma?"":gH(","),bH(r)?[yH,EH(yH,e.map(t,"endComments"))]:""]),c?"":s,i]}function SH(e,t,n){const r=e.getValue();return e.map(((e,u)=>[t(),u===r.children.length-1?"":[",",mH,r.children[u].position.start.line!==r.children[u+1].position.start.line?vH(e,n.originalText):""]]),"children")}var BH={printFlowMapping:xH,printFlowSequence:xH};const{builders:{conditionalGroup:wH,group:TH,hardline:PH,ifBreak:NH,join:kH,line:OH}}=Wc,{hasLeadingComments:IH,hasMiddleComments:LH,hasTrailingComment:jH,hasEndComments:_H,isNode:MH,isEmptyNode:RH,isInlineNode:VH}=rH,{alignWithSpaces:$H}=hH;function WH(e,t){if(!e)return!0;switch(e.type){case"plain":case"quoteSingle":case"quoteDouble":break;case"alias":return!0;default:return!1}if("preserve"===t.proseWrap)return e.position.start.line===e.position.end.line;if(/\\$/m.test(t.originalText.slice(e.position.start.offset,e.position.end.offset)))return!1;switch(t.proseWrap){case"never":return!e.value.includes("\n");case"always":return!/[\n ]/.test(e.value);default:return!1}}const{builders:{dedent:qH,dedentToRoot:UH,fill:zH,hardline:HH,join:JH,line:GH,literalline:XH,markAsRoot:YH},utils:{getDocParts:KH}}=Wc,{getAncestorCount:QH,getBlockValueLineContents:ZH,hasIndicatorComment:eJ,isLastDescendantNode:tJ,isNode:nJ}=rH,{alignWithSpaces:rJ}=hH;const{builders:{breakParent:uJ,fill:oJ,group:iJ,hardline:sJ,join:aJ,line:cJ,lineSuffix:lJ,literalline:pJ},utils:{getDocParts:fJ,replaceTextEndOfLine:dJ}}=Wc,{isPreviousLineEmpty:hJ}=nc,{insertPragma:gJ,isPragma:mJ}={isPragma:function(e){return/^\s*@(?:prettier|format)\s*$/.test(e)},hasPragma:function(e){return/^\s*#[^\S\n]*@(?:prettier|format)\s*?(?:\n|$)/.test(e)},insertPragma:function(e){return"# @format\n\n".concat(e)}},{locStart:DJ}={locStart:function(e){return e.position.start.offset},locEnd:function(e){return e.position.end.offset}},yJ=function(e,t,n,r){if("root"===e.getValue().type&&r.filepath&&/(?:[/\\]|^)\.(?:prettier|stylelint)rc$/.test(r.filepath))return n(r.originalText,Object.assign(Object.assign({},r),{},{parser:"json"}))},{getFlowScalarLineContents:EJ,getLastDescendantNode:AJ,hasLeadingComments:CJ,hasMiddleComments:bJ,hasTrailingComment:vJ,hasEndComments:FJ,hasPrettierIgnore:xJ,isLastDescendantNode:SJ,isNode:BJ,isInlineNode:wJ}=rH,TJ=function(e){return oH(e,iH)},{alignWithSpaces:PJ,printNextEmptyLine:NJ,shouldPrintEndComments:kJ}=hH,{printFlowMapping:OJ,printFlowSequence:IJ}=BH,LJ=function(e,t,n,r,u){const{key:o,value:i}=e,s=RH(o),a=RH(i);if(s&&a)return": ";const c=r("key"),l=function(e){return e.key.content&&"alias"===e.key.content.type}(e)?" ":"";if(a)return"flowMappingItem"===e.type&&"flowMapping"===t.type?c:"mappingItem"!==e.type||!WH(o.content,u)||jH(o.content)||t.tag&&"tag:yaml.org,2002:set"===t.tag.value?["? ",$H(2,c)]:[c,l,":"];const p=r("value");if(s)return[": ",$H(2,p)];if(IH(i)||!VH(o.content))return["? ",$H(2,c),PH,kH("",n.map(r,"value","leadingComments").map((e=>[e,PH]))),": ",$H(2,p)];if(function(e){if(!e)return!0;switch(e.type){case"plain":case"quoteDouble":case"quoteSingle":return e.position.start.line===e.position.end.line;case"alias":return!0;default:return!1}}(o.content)&&!IH(o.content)&&!LH(o.content)&&!jH(o.content)&&!_H(o)&&!IH(i.content)&&!LH(i.content)&&!_H(i)&&WH(i.content,u))return[c,l,": ",p];const f=Symbol("mappingKey"),d=TH([NH("? "),TH($H(2,c),{id:f})]),h=[PH,": ",$H(2,p)],g=[l,":"];IH(i.content)||_H(i)&&i.content&&!MH(i.content,["mapping","sequence"])||"mapping"===t.type&&jH(o.content)&&VH(i.content)||MH(i.content,["mapping","sequence"])&&null===i.content.tag&&null===i.content.anchor?g.push(PH):i.content&&g.push(OH),g.push(p);const m=$H(u.tabWidth,g);return!WH(o.content,u)||IH(o.content)||LH(o.content)||_H(o)?wH([[d,NH(h,m,{groupId:f})]]):wH([[c,m]])},jJ=function(e,t,n){const r=e.getValue(),u=QH(e,(e=>nJ(e,["sequence","mapping"]))),o=tJ(e),i=["blockFolded"===r.type?">":"|"];null!==r.indent&&i.push(r.indent.toString()),"clip"!==r.chomping&&i.push("keep"===r.chomping?"+":"-"),eJ(r)&&i.push(" ",t("indicatorComment"));const s=ZH(r,{parentIndent:u,isLastDescendant:o,options:n}),a=[];for(const[e,t]of s.entries())0===e&&a.push(HH),a.push(zH(KH(JH(GH,t)))),e!==s.length-1?a.push(0===t.length?HH:YH(XH)):"keep"===r.chomping&&o&&a.push(UH(0===t.length?HH:XH));return null===r.indent?i.push(qH(rJ(n.tabWidth,a))):i.push(UH(rJ(r.indent-1+u,a))),i};function _J(e,t){return vJ(e)||t&&(t.head.children.length>0||FJ(t.head))}function MJ(e,t,n){const r=EJ(e,t,n);return aJ(sJ,r.map((e=>oJ(fJ(aJ(cJ,e))))))}var RJ={preprocess:TJ,embed:yJ,print:function(e,t,n){const r=e.getValue(),u=[];"mappingValue"!==r.type&&CJ(r)&&u.push([aJ(sJ,e.map(n,"leadingComments")),sJ]);const{tag:o,anchor:i}=r;o&&u.push(n("tag")),o&&i&&u.push(" "),i&&u.push(n("anchor"));let s="";BJ(r,["mapping","sequence","comment","directive","mappingItem","sequenceItem"])&&!SJ(e)&&(s=NJ(e,t.originalText)),(o||i)&&(BJ(r,["sequence","mapping"])&&!bJ(r)?u.push(sJ):u.push(" ")),bJ(r)&&u.push([1===r.middleComments.length?"":sJ,aJ(sJ,e.map(n,"middleComments")),sJ]);const a=e.getParentNode();return xJ(e)?u.push(dJ(t.originalText.slice(r.position.start.offset,r.position.end.offset).trimEnd(),pJ)):u.push(iJ(function(e,t,n,r,u){switch(e.type){case"root":{const{children:t}=e,r=[];n.each(((e,n)=>{const o=t[n],i=t[n+1];0!==n&&r.push(sJ),r.push(u()),_J(o,i)?(r.push(sJ,"..."),vJ(o)&&r.push(" ",u("trailingComment"))):i&&!vJ(i.head)&&r.push(sJ,"---")}),"children");const o=AJ(e);return BJ(o,["blockLiteral","blockFolded"])&&"keep"===o.chomping||r.push(sJ),r}case"document":{const o=[];return"head"===function(e,t,n,r){return n.children[0]===e&&/---(?:\s|$)/.test(r.originalText.slice(DJ(e),DJ(e)+4))||e.head.children.length>0||FJ(e.head)||vJ(e.head)?"head":!_J(e,t)&&!!t&&"root"}(e,t.children[n.getName()+1],t,r)&&((e.head.children.length>0||e.head.endComments.length>0)&&o.push(u("head")),vJ(e.head)?o.push(["---"," ",u(["head","trailingComment"])]):o.push("---")),function(e){return e.body.children.length>0||FJ(e.body)}(e)&&o.push(u("body")),aJ(sJ,o)}case"documentHead":return aJ(sJ,[...n.map(u,"children"),...n.map(u,"endComments")]);case"documentBody":{const{children:t,endComments:r}=e;let o="";if(t.length>0&&r.length>0){const t=AJ(e);BJ(t,["blockFolded","blockLiteral"])?"keep"!==t.chomping&&(o=[sJ,sJ]):o=sJ}return[aJ(sJ,n.map(u,"children")),o,aJ(sJ,n.map(u,"endComments"))]}case"directive":return["%",aJ(" ",[e.name,...e.parameters])];case"comment":return["#",e.value];case"alias":return["*",e.value];case"tag":return r.originalText.slice(e.position.start.offset,e.position.end.offset);case"anchor":return["&",e.value];case"plain":return MJ(e.type,r.originalText.slice(e.position.start.offset,e.position.end.offset),r);case"quoteDouble":case"quoteSingle":{const t="'",n='"',u=r.originalText.slice(e.position.start.offset+1,e.position.end.offset-1);if("quoteSingle"===e.type&&u.includes("\\")||"quoteDouble"===e.type&&/\\[^"]/.test(u)){const o="quoteDouble"===e.type?n:t;return[o,MJ(e.type,u,r),o]}if(u.includes(n))return[t,MJ(e.type,"quoteDouble"===e.type?u.replace(/\\"/g,n).replace(/'/g,t.repeat(2)):u,r),t];if(u.includes(t))return[n,MJ(e.type,"quoteSingle"===e.type?u.replace(/''/g,t):u,r),n];const o=r.singleQuote?t:n;return[o,MJ(e.type,u,r),o]}case"blockFolded":case"blockLiteral":return jJ(n,u,r);case"mapping":case"sequence":return aJ(sJ,n.map(u,"children"));case"sequenceItem":return["- ",PJ(2,e.content?u("content"):"")];case"mappingKey":case"mappingValue":return e.content?u("content"):"";case"mappingItem":case"flowMappingItem":return LJ(e,t,n,u,r);case"flowMapping":return OJ(n,u,r);case"flowSequence":return IJ(n,u,r);case"flowSequenceItem":return u("content");default:throw new Error("Unexpected node type ".concat(e.type))}}(r,a,e,t,n))),vJ(r)&&!BJ(r,["document","documentHead"])&&u.push(lJ(["mappingValue"!==r.type||r.content?" ":"","mappingKey"===a.type&&"mapping"===e.getParentNode(2).type&&wJ(r)?"":uJ,n("trailingComment")])),kJ(r)&&u.push(PJ("sequenceItem"===r.type?2:0,[sJ,aJ(sJ,e.map((e=>[hJ(t.originalText,e.getValue(),DJ)?sJ:"",n()]),"endComments"))])),u.push(s),u},massageAstNode:function(e,t){if(BJ(t))switch(delete t.position,t.type){case"comment":if(mJ(t.value))return null;break;case"quoteDouble":case"quoteSingle":t.type="quote"}},insertPragma:gJ};const VJ=RJ,$J={bracketSpacing:zL.bracketSpacing,singleQuote:zL.singleQuote,proseWrap:zL.proseWrap},WJ=[tE({name:"YAML",type:"data",color:"#cb171e",tmScope:"source.yaml",aliases:["yml"],extensions:[".yml",".mir",".reek",".rviz",".sublime-syntax",".syntax",".yaml",".yaml-tmlanguage",".yaml.sed",".yml.mysql"],filenames:[".clang-format",".clang-tidy",".gemrc","glide.lock","yarn.lock"],aceMode:"yaml",codemirrorMode:"yaml",codemirrorMimeType:"text/x-yaml",languageId:407},(e=>({since:"1.14.0",parsers:["yaml"],vscodeLanguageIds:["yaml","ansible","home-assistant"],filenames:[...e.filenames.filter((e=>"yarn.lock"!==e)),".prettierrc",".stylelintrc"]})))];var qJ=[ej,hM,BR,JR,k$,Hz,{languages:WJ,printers:{yaml:VJ},options:$J,parsers:void 0}];const{version:UJ}=r,zJ=Ty,{getSupportInfo:HJ}=Ia,JJ=Zy,GJ=qJ,XJ=Wc;function YJ(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return function(){for(var n=arguments.length,r=new Array(n),u=0;u<n;u++)r[u]=arguments[u];const o=r[t]||{},i=o.plugins||[];return r[t]=Object.assign(Object.assign({},o),{},{plugins:[...GJ,...Array.isArray(i)?i:Object.values(i)]}),e(...r)}}const KJ=YJ(zJ.formatWithCursor);var QJ={formatWithCursor:KJ,format:(e,t)=>KJ(e,t).formatted,check(e,t){const{formatted:n}=KJ(e,t);return n===e},doc:XJ,getSupportInfo:YJ(HJ,0),version:UJ,util:JJ,__debug:{parse:YJ(zJ.parse),formatAST:YJ(zJ.formatAST),formatDoc:YJ(zJ.formatDoc),printToDoc:YJ(zJ.printToDoc),printDocToString:YJ(zJ.printDocToString)}};return QJ}()},211:(e,t,n)=>{"use strict";function r(e,t,n,u){var o=Error.call(this,e);return Object.setPrototypeOf&&Object.setPrototypeOf(o,r.prototype),o.expected=t,o.found=n,o.location=u,o.name="SyntaxError",o}function u(e,t,n){return n=n||" ",e.length>t?e:(t-=e.length,e+(n+=n.repeat(t)).slice(0,t))}function o(e,t){var n,u={},o=(t=void 0!==t?t:{}).grammarSource,i={Start:tu},s=tu,a="*/",c="\\",l=".",p='"',f="'",d="b",h="break",g="case",m="catch",D="class",y="const",E="continue",A="debugger",C="default",b="delete",v="else",F="enum",x="export",S="extends",B="false",w="finally",T="function",P="import",N="instanceof",k="interface",O="module",I="null",L="or",j="return",_="self",M="static",R="super",V="switch",$="throw",W="true",q="typeof",U="typedef",z="using",H="void",J="while",G=";",X="(",Y=")",K="[",Q="]",Z=",",ee="{",te="}",ne="=",re=":",ue="public",oe="protected",ie="hidden",se="private",ae=/^[\n\r\u2028\u2029]/,ce=/^[0-9]/,le=/^[1-9]/,pe=/^[+\-]/,fe=/^[0-9a-f]/i,de=/^[a-z\xB5\xDF-\xF6\xF8-\xFF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137-\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148-\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E-\u0180\u0183\u0185\u0188\u018C-\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA-\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9-\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC-\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF-\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F-\u0240\u0242\u0247\u0249\u024B\u024D\u024F-\u0293\u0295-\u02AF\u0371\u0373\u0377\u037B-\u037D\u0390\u03AC-\u03CE\u03D0-\u03D1\u03D5-\u03D7\u03D9\u03DB\u03DD\u03DF\u03E1\u03E3\u03E5\u03E7\u03E9\u03EB\u03ED\u03EF-\u03F3\u03F5\u03F8\u03FB-\u03FC\u0430-\u045F\u0461\u0463\u0465\u0467\u0469\u046B\u046D\u046F\u0471\u0473\u0475\u0477\u0479\u047B\u047D\u047F\u0481\u048B\u048D\u048F\u0491\u0493\u0495\u0497\u0499\u049B\u049D\u049F\u04A1\u04A3\u04A5\u04A7\u04A9\u04AB\u04AD\u04AF\u04B1\u04B3\u04B5\u04B7\u04B9\u04BB\u04BD\u04BF\u04C2\u04C4\u04C6\u04C8\u04CA\u04CC\u04CE-\u04CF\u04D1\u04D3\u04D5\u04D7\u04D9\u04DB\u04DD\u04DF\u04E1\u04E3\u04E5\u04E7\u04E9\u04EB\u04ED\u04EF\u04F1\u04F3\u04F5\u04F7\u04F9\u04FB\u04FD\u04FF\u0501\u0503\u0505\u0507\u0509\u050B\u050D\u050F\u0511\u0513\u0515\u0517\u0519\u051B\u051D\u051F\u0521\u0523\u0525\u0527\u0529\u052B\u052D\u052F\u0560-\u0588\u10D0-\u10FA\u10FD-\u10FF\u13F8-\u13FD\u1C80-\u1C88\u1D00-\u1D2B\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFF-\u1F07\u1F10-\u1F15\u1F20-\u1F27\u1F30-\u1F37\u1F40-\u1F45\u1F50-\u1F57\u1F60-\u1F67\u1F70-\u1F7D\u1F80-\u1F87\u1F90-\u1F97\u1FA0-\u1FA7\u1FB0-\u1FB4\u1FB6-\u1FB7\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FC7\u1FD0-\u1FD3\u1FD6-\u1FD7\u1FE0-\u1FE7\u1FF2-\u1FF4\u1FF6-\u1FF7\u210A\u210E-\u210F\u2113\u212F\u2134\u2139\u213C-\u213D\u2146-\u2149\u214E\u2184\u2C30-\u2C5E\u2C61\u2C65-\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73-\u2C74\u2C76-\u2C7B\u2C81\u2C83\u2C85\u2C87\u2C89\u2C8B\u2C8D\u2C8F\u2C91\u2C93\u2C95\u2C97\u2C99\u2C9B\u2C9D\u2C9F\u2CA1\u2CA3\u2CA5\u2CA7\u2CA9\u2CAB\u2CAD\u2CAF\u2CB1\u2CB3\u2CB5\u2CB7\u2CB9\u2CBB\u2CBD\u2CBF\u2CC1\u2CC3\u2CC5\u2CC7\u2CC9\u2CCB\u2CCD\u2CCF\u2CD1\u2CD3\u2CD5\u2CD7\u2CD9\u2CDB\u2CDD\u2CDF\u2CE1\u2CE3-\u2CE4\u2CEC\u2CEE\u2CF3\u2D00-\u2D25\u2D27\u2D2D\uA641\uA643\uA645\uA647\uA649\uA64B\uA64D\uA64F\uA651\uA653\uA655\uA657\uA659\uA65B\uA65D\uA65F\uA661\uA663\uA665\uA667\uA669\uA66B\uA66D\uA681\uA683\uA685\uA687\uA689\uA68B\uA68D\uA68F\uA691\uA693\uA695\uA697\uA699\uA69B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB65\uAB70-\uABBF\uFB00-\uFB06\uFB13-\uFB17\uFF41-\uFF5A]/,he=/^[\u02B0-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0374\u037A\u0559\u0640\u06E5-\u06E6\u07F4-\u07F5\u07FA\u081A\u0824\u0828\u0971\u0E46\u0EC6\u10FC\u17D7\u1843\u1AA7\u1C78-\u1C7D\u1D2C-\u1D6A\u1D78\u1D9B-\u1DBF\u2071\u207F\u2090-\u209C\u2C7C-\u2C7D\u2D6F\u2E2F\u3005\u3031-\u3035\u303B\u309D-\u309E\u30FC-\u30FE\uA015\uA4F8-\uA4FD\uA60C\uA67F\uA69C-\uA69D\uA717-\uA71F\uA770\uA788\uA7F8-\uA7F9\uA9CF\uA9E6\uAA70\uAADD\uAAF3-\uAAF4\uAB5C-\uAB5F\uFF70\uFF9E-\uFF9F]/,ge=/^[\xAA\xBA\u01BB\u01C0-\u01C3\u0294\u05D0-\u05EA\u05EF-\u05F2\u0620-\u063F\u0641-\u064A\u066E-\u066F\u0671-\u06D3\u06D5\u06EE-\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u0800-\u0815\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0972-\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\u0C60-\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0-\u0CE1\u0CF1-\u0CF2\u0D05-\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-\u0E45\u0E81-\u0E82\u0E84\u0E87-\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA-\u0EAB\u0EAD-\u0EB0\u0EB2-\u0EB3\u0EBD\u0EC0-\u0EC4\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065-\u1066\u106E-\u1070\u1075-\u1081\u108E\u1100-\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\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17DC\u1820-\u1842\u1844-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE-\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C77\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5-\u1CF6\u2135-\u2138\u2D30-\u2D67\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3006\u303C\u3041-\u3096\u309F\u30A1-\u30FA\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEF\uA000-\uA014\uA016-\uA48C\uA4D0-\uA4F7\uA500-\uA60B\uA610-\uA61F\uA62A-\uA62B\uA66E\uA6A0-\uA6E5\uA78F\uA7F7\uA7FB-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD-\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9E0-\uA9E4\uA9E7-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA6F\uAA71-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5-\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADC\uAAE0-\uAAEA\uAAF2\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\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\uFF66-\uFF6F\uFF71-\uFF9D\uFFA0-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,me=/^[\u01C5\u01C8\u01CB\u01F2\u1F88-\u1F8F\u1F98-\u1F9F\u1FA8-\u1FAF\u1FBC\u1FCC\u1FFC]/,De=/^[A-Z\xC0-\xD6\xD8-\xDE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178-\u0179\u017B\u017D\u0181-\u0182\u0184\u0186-\u0187\u0189-\u018B\u018E-\u0191\u0193-\u0194\u0196-\u0198\u019C-\u019D\u019F-\u01A0\u01A2\u01A4\u01A6-\u01A7\u01A9\u01AC\u01AE-\u01AF\u01B1-\u01B3\u01B5\u01B7-\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A-\u023B\u023D-\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u0370\u0372\u0376\u037F\u0386\u0388-\u038A\u038C\u038E-\u038F\u0391-\u03A1\u03A3-\u03AB\u03CF\u03D2-\u03D4\u03D8\u03DA\u03DC\u03DE\u03E0\u03E2\u03E4\u03E6\u03E8\u03EA\u03EC\u03EE\u03F4\u03F7\u03F9-\u03FA\u03FD-\u042F\u0460\u0462\u0464\u0466\u0468\u046A\u046C\u046E\u0470\u0472\u0474\u0476\u0478\u047A\u047C\u047E\u0480\u048A\u048C\u048E\u0490\u0492\u0494\u0496\u0498\u049A\u049C\u049E\u04A0\u04A2\u04A4\u04A6\u04A8\u04AA\u04AC\u04AE\u04B0\u04B2\u04B4\u04B6\u04B8\u04BA\u04BC\u04BE\u04C0-\u04C1\u04C3\u04C5\u04C7\u04C9\u04CB\u04CD\u04D0\u04D2\u04D4\u04D6\u04D8\u04DA\u04DC\u04DE\u04E0\u04E2\u04E4\u04E6\u04E8\u04EA\u04EC\u04EE\u04F0\u04F2\u04F4\u04F6\u04F8\u04FA\u04FC\u04FE\u0500\u0502\u0504\u0506\u0508\u050A\u050C\u050E\u0510\u0512\u0514\u0516\u0518\u051A\u051C\u051E\u0520\u0522\u0524\u0526\u0528\u052A\u052C\u052E\u0531-\u0556\u10A0-\u10C5\u10C7\u10CD\u13A0-\u13F5\u1C90-\u1CBA\u1CBD-\u1CBF\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFE\u1F08-\u1F0F\u1F18-\u1F1D\u1F28-\u1F2F\u1F38-\u1F3F\u1F48-\u1F4D\u1F59\u1F5B\u1F5D\u1F5F\u1F68-\u1F6F\u1FB8-\u1FBB\u1FC8-\u1FCB\u1FD8-\u1FDB\u1FE8-\u1FEC\u1FF8-\u1FFB\u2102\u2107\u210B-\u210D\u2110-\u2112\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u2130-\u2133\u213E-\u213F\u2145\u2183\u2C00-\u2C2E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E-\u2C80\u2C82\u2C84\u2C86\u2C88\u2C8A\u2C8C\u2C8E\u2C90\u2C92\u2C94\u2C96\u2C98\u2C9A\u2C9C\u2C9E\u2CA0\u2CA2\u2CA4\u2CA6\u2CA8\u2CAA\u2CAC\u2CAE\u2CB0\u2CB2\u2CB4\u2CB6\u2CB8\u2CBA\u2CBC\u2CBE\u2CC0\u2CC2\u2CC4\u2CC6\u2CC8\u2CCA\u2CCC\u2CCE\u2CD0\u2CD2\u2CD4\u2CD6\u2CD8\u2CDA\u2CDC\u2CDE\u2CE0\u2CE2\u2CEB\u2CED\u2CF2\uA640\uA642\uA644\uA646\uA648\uA64A\uA64C\uA64E\uA650\uA652\uA654\uA656\uA658\uA65A\uA65C\uA65E\uA660\uA662\uA664\uA666\uA668\uA66A\uA66C\uA680\uA682\uA684\uA686\uA688\uA68A\uA68C\uA68E\uA690\uA692\uA694\uA696\uA698\uA69A\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D-\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\uFF21-\uFF3A]/,ye=/^[\u0903\u093B\u093E-\u0940\u0949-\u094C\u094E-\u094F\u0982-\u0983\u09BE-\u09C0\u09C7-\u09C8\u09CB-\u09CC\u09D7\u0A03\u0A3E-\u0A40\u0A83\u0ABE-\u0AC0\u0AC9\u0ACB-\u0ACC\u0B02-\u0B03\u0B3E\u0B40\u0B47-\u0B48\u0B4B-\u0B4C\u0B57\u0BBE-\u0BBF\u0BC1-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD7\u0C01-\u0C03\u0C41-\u0C44\u0C82-\u0C83\u0CBE\u0CC0-\u0CC4\u0CC7-\u0CC8\u0CCA-\u0CCB\u0CD5-\u0CD6\u0D02-\u0D03\u0D3E-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D57\u0D82-\u0D83\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DF2-\u0DF3\u0F3E-\u0F3F\u0F7F\u102B-\u102C\u1031\u1038\u103B-\u103C\u1056-\u1057\u1062-\u1064\u1067-\u106D\u1083-\u1084\u1087-\u108C\u108F\u109A-\u109C\u17B6\u17BE-\u17C5\u17C7-\u17C8\u1923-\u1926\u1929-\u192B\u1930-\u1931\u1933-\u1938\u1A19-\u1A1A\u1A55\u1A57\u1A61\u1A63-\u1A64\u1A6D-\u1A72\u1B04\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B44\u1B82\u1BA1\u1BA6-\u1BA7\u1BAA\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2-\u1BF3\u1C24-\u1C2B\u1C34-\u1C35\u1CE1\u1CF2-\u1CF3\u1CF7\u302E-\u302F\uA823-\uA824\uA827\uA880-\uA881\uA8B4-\uA8C3\uA952-\uA953\uA983\uA9B4-\uA9B5\uA9BA-\uA9BB\uA9BD-\uA9C0\uAA2F-\uAA30\uAA33-\uAA34\uAA4D\uAA7B\uAA7D\uAAEB\uAAEE-\uAAEF\uAAF5\uABE3-\uABE4\uABE6-\uABE7\uABE9-\uABEA\uABEC]/,Ee=/^[\u0300-\u036F\u0483-\u0487\u0591-\u05BD\u05BF\u05C1-\u05C2\u05C4-\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7-\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D3-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962-\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2-\u09E3\u09FE\u0A01-\u0A02\u0A3C\u0A41-\u0A42\u0A47-\u0A48\u0A4B-\u0A4D\u0A51\u0A70-\u0A71\u0A75\u0A81-\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7-\u0AC8\u0ACD\u0AE2-\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B56\u0B62-\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55-\u0C56\u0C62-\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC-\u0CCD\u0CE2-\u0CE3\u0D00-\u0D01\u0D3B-\u0D3C\u0D41-\u0D44\u0D4D\u0D62-\u0D63\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB-\u0EBC\u0EC8-\u0ECD\u0F18-\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86-\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039-\u103A\u103D-\u103E\u1058-\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085-\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752-\u1753\u1772-\u1773\u17B4-\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u1885-\u1886\u18A9\u1920-\u1922\u1927-\u1928\u1932\u1939-\u193B\u1A17-\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ABD\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80-\u1B81\u1BA2-\u1BA5\u1BA8-\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8-\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8-\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099-\u309A\uA66F\uA674-\uA67D\uA69E-\uA69F\uA6F0-\uA6F1\uA802\uA806\uA80B\uA825-\uA826\uA8C4-\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9E5\uAA29-\uAA2E\uAA31-\uAA32\uAA35-\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7-\uAAB8\uAABE-\uAABF\uAAC1\uAAEC-\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F]/,Ae=/^[0-9\u0660-\u0669\u06F0-\u06F9\u07C0-\u07C9\u0966-\u096F\u09E6-\u09EF\u0A66-\u0A6F\u0AE6-\u0AEF\u0B66-\u0B6F\u0BE6-\u0BEF\u0C66-\u0C6F\u0CE6-\u0CEF\u0D66-\u0D6F\u0DE6-\u0DEF\u0E50-\u0E59\u0ED0-\u0ED9\u0F20-\u0F29\u1040-\u1049\u1090-\u1099\u17E0-\u17E9\u1810-\u1819\u1946-\u194F\u19D0-\u19D9\u1A80-\u1A89\u1A90-\u1A99\u1B50-\u1B59\u1BB0-\u1BB9\u1C40-\u1C49\u1C50-\u1C59\uA620-\uA629\uA8D0-\uA8D9\uA900-\uA909\uA9D0-\uA9D9\uA9F0-\uA9F9\uAA50-\uAA59\uABF0-\uABF9\uFF10-\uFF19]/,Ce=/^[\u16EE-\u16F0\u2160-\u2182\u2185-\u2188\u3007\u3021-\u3029\u3038-\u303A\uA6E6-\uA6EF]/,be=/^[_\u203F-\u2040\u2054\uFE33-\uFE34\uFE4D-\uFE4F\uFF3F]/,ve=/^[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Fe=/^[+=]/,xe=/^[\-=]/,Se=/^[&=]/,Be=/^[|=]/,we={type:"any"},Te=Kr("whitespace"),Pe=Xr("\t",!1),Ne=Xr("\v",!1),ke=Xr("\f",!1),Oe=Xr(" ",!1),Ie=Xr(" ",!1),Le=Xr("\ufeff",!1),je=Yr(["\n","\r","\u2028","\u2029"],!1,!1),_e=Kr("end of line"),Me=Xr("\n",!1),Re=Xr("\r\n",!1),Ve=Xr("\r",!1),$e=Xr("\u2028",!1),We=Xr("\u2029",!1),qe=Kr("comment"),Ue=Xr("/*",!1),ze=Xr("*/",!1),He=Xr("//",!1),Je=Kr("identifier"),Ge=Xr("$",!1),Xe=Xr("_",!1),Ye=Xr("\\",!1),Ke=Xr("‌",!1),Qe=Xr("‍",!1),Ze=Kr("number"),et=Xr("f",!0),tt=Xr("d",!0),nt=Xr("l",!0),rt=Xr(".",!1),ut=Xr("0",!1),ot=Yr([["0","9"]],!1,!1),it=Yr([["1","9"]],!1,!1),st=Xr("e",!0),at=Yr(["+","-"],!1,!1),ct=Xr("0x",!0),lt=Yr([["0","9"],["a","f"]],!1,!0),pt=Kr("string"),ft=Xr('"',!1),dt=Xr("'",!1),ht=Xr("b",!1),gt=Xr("f",!1),mt=Xr("n",!1),Dt=Xr("r",!1),yt=Xr("t",!1),Et=Xr("v",!1),At=Xr("x",!1),Ct=Xr("u",!1),bt=Yr([["a","z"],"µ",["ß","ö"],["ø","ÿ"],"ā","ă","ą","ć","ĉ","ċ","č","ď","đ","ē","ĕ","ė","ę","ě","ĝ","ğ","ġ","ģ","ĥ","ħ","ĩ","ī","ĭ","į","ı","ij","ĵ",["ķ","ĸ"],"ĺ","ļ","ľ","ŀ","ł","ń","ņ",["ň","ʼn"],"ŋ","ō","ŏ","ő","œ","ŕ","ŗ","ř","ś","ŝ","ş","š","ţ","ť","ŧ","ũ","ū","ŭ","ů","ű","ų","ŵ","ŷ","ź","ż",["ž","ƀ"],"ƃ","ƅ","ƈ",["ƌ","ƍ"],"ƒ","ƕ",["ƙ","ƛ"],"ƞ","ơ","ƣ","ƥ","ƨ",["ƪ","ƫ"],"ƭ","ư","ƴ","ƶ",["ƹ","ƺ"],["ƽ","ƿ"],"dž","lj","nj","ǎ","ǐ","ǒ","ǔ","ǖ","ǘ","ǚ",["ǜ","ǝ"],"ǟ","ǡ","ǣ","ǥ","ǧ","ǩ","ǫ","ǭ",["ǯ","ǰ"],"dz","ǵ","ǹ","ǻ","ǽ","ǿ","ȁ","ȃ","ȅ","ȇ","ȉ","ȋ","ȍ","ȏ","ȑ","ȓ","ȕ","ȗ","ș","ț","ȝ","ȟ","ȡ","ȣ","ȥ","ȧ","ȩ","ȫ","ȭ","ȯ","ȱ",["ȳ","ȹ"],"ȼ",["ȿ","ɀ"],"ɂ","ɇ","ɉ","ɋ","ɍ",["ɏ","ʓ"],["ʕ","ʯ"],"ͱ","ͳ","ͷ",["ͻ","ͽ"],"ΐ",["ά","ώ"],["ϐ","ϑ"],["ϕ","ϗ"],"ϙ","ϛ","ϝ","ϟ","ϡ","ϣ","ϥ","ϧ","ϩ","ϫ","ϭ",["ϯ","ϳ"],"ϵ","ϸ",["ϻ","ϼ"],["а","џ"],"ѡ","ѣ","ѥ","ѧ","ѩ","ѫ","ѭ","ѯ","ѱ","ѳ","ѵ","ѷ","ѹ","ѻ","ѽ","ѿ","ҁ","ҋ","ҍ","ҏ","ґ","ғ","ҕ","җ","ҙ","қ","ҝ","ҟ","ҡ","ң","ҥ","ҧ","ҩ","ҫ","ҭ","ү","ұ","ҳ","ҵ","ҷ","ҹ","һ","ҽ","ҿ","ӂ","ӄ","ӆ","ӈ","ӊ","ӌ",["ӎ","ӏ"],"ӑ","ӓ","ӕ","ӗ","ә","ӛ","ӝ","ӟ","ӡ","ӣ","ӥ","ӧ","ө","ӫ","ӭ","ӯ","ӱ","ӳ","ӵ","ӷ","ӹ","ӻ","ӽ","ӿ","ԁ","ԃ","ԅ","ԇ","ԉ","ԋ","ԍ","ԏ","ԑ","ԓ","ԕ","ԗ","ԙ","ԛ","ԝ","ԟ","ԡ","ԣ","ԥ","ԧ","ԩ","ԫ","ԭ","ԯ",["ՠ","ֈ"],["ა","ჺ"],["ჽ","ჿ"],["ᏸ","ᏽ"],["ᲀ","ᲈ"],["ᴀ","ᴫ"],["ᵫ","ᵷ"],["ᵹ","ᶚ"],"ḁ","ḃ","ḅ","ḇ","ḉ","ḋ","ḍ","ḏ","ḑ","ḓ","ḕ","ḗ","ḙ","ḛ","ḝ","ḟ","ḡ","ḣ","ḥ","ḧ","ḩ","ḫ","ḭ","ḯ","ḱ","ḳ","ḵ","ḷ","ḹ","ḻ","ḽ","ḿ","ṁ","ṃ","ṅ","ṇ","ṉ","ṋ","ṍ","ṏ","ṑ","ṓ","ṕ","ṗ","ṙ","ṛ","ṝ","ṟ","ṡ","ṣ","ṥ","ṧ","ṩ","ṫ","ṭ","ṯ","ṱ","ṳ","ṵ","ṷ","ṹ","ṻ","ṽ","ṿ","ẁ","ẃ","ẅ","ẇ","ẉ","ẋ","ẍ","ẏ","ẑ","ẓ",["ẕ","ẝ"],"ẟ","ạ","ả","ấ","ầ","ẩ","ẫ","ậ","ắ","ằ","ẳ","ẵ","ặ","ẹ","ẻ","ẽ","ế","ề","ể","ễ","ệ","ỉ","ị","ọ","ỏ","ố","ồ","ổ","ỗ","ộ","ớ","ờ","ở","ỡ","ợ","ụ","ủ","ứ","ừ","ử","ữ","ự","ỳ","ỵ","ỷ","ỹ","ỻ","ỽ",["ỿ","ἇ"],["ἐ","ἕ"],["ἠ","ἧ"],["ἰ","ἷ"],["ὀ","ὅ"],["ὐ","ὗ"],["ὠ","ὧ"],["ὰ","ώ"],["ᾀ","ᾇ"],["ᾐ","ᾗ"],["ᾠ","ᾧ"],["ᾰ","ᾴ"],["ᾶ","ᾷ"],"ι",["ῂ","ῄ"],["ῆ","ῇ"],["ῐ","ΐ"],["ῖ","ῗ"],["ῠ","ῧ"],["ῲ","ῴ"],["ῶ","ῷ"],"ℊ",["ℎ","ℏ"],"ℓ","ℯ","ℴ","ℹ",["ℼ","ℽ"],["ⅆ","ⅉ"],"ⅎ","ↄ",["ⰰ","ⱞ"],"ⱡ",["ⱥ","ⱦ"],"ⱨ","ⱪ","ⱬ","ⱱ",["ⱳ","ⱴ"],["ⱶ","ⱻ"],"ⲁ","ⲃ","ⲅ","ⲇ","ⲉ","ⲋ","ⲍ","ⲏ","ⲑ","ⲓ","ⲕ","ⲗ","ⲙ","ⲛ","ⲝ","ⲟ","ⲡ","ⲣ","ⲥ","ⲧ","ⲩ","ⲫ","ⲭ","ⲯ","ⲱ","ⲳ","ⲵ","ⲷ","ⲹ","ⲻ","ⲽ","ⲿ","ⳁ","ⳃ","ⳅ","ⳇ","ⳉ","ⳋ","ⳍ","ⳏ","ⳑ","ⳓ","ⳕ","ⳗ","ⳙ","ⳛ","ⳝ","ⳟ","ⳡ",["ⳣ","ⳤ"],"ⳬ","ⳮ","ⳳ",["ⴀ","ⴥ"],"ⴧ","ⴭ","ꙁ","ꙃ","ꙅ","ꙇ","ꙉ","ꙋ","ꙍ","ꙏ","ꙑ","ꙓ","ꙕ","ꙗ","ꙙ","ꙛ","ꙝ","ꙟ","ꙡ","ꙣ","ꙥ","ꙧ","ꙩ","ꙫ","ꙭ","ꚁ","ꚃ","ꚅ","ꚇ","ꚉ","ꚋ","ꚍ","ꚏ","ꚑ","ꚓ","ꚕ","ꚗ","ꚙ","ꚛ","ꜣ","ꜥ","ꜧ","ꜩ","ꜫ","ꜭ",["ꜯ","ꜱ"],"ꜳ","ꜵ","ꜷ","ꜹ","ꜻ","ꜽ","ꜿ","ꝁ","ꝃ","ꝅ","ꝇ","ꝉ","ꝋ","ꝍ","ꝏ","ꝑ","ꝓ","ꝕ","ꝗ","ꝙ","ꝛ","ꝝ","ꝟ","ꝡ","ꝣ","ꝥ","ꝧ","ꝩ","ꝫ","ꝭ","ꝯ",["ꝱ","ꝸ"],"ꝺ","ꝼ","ꝿ","ꞁ","ꞃ","ꞅ","ꞇ","ꞌ","ꞎ","ꞑ",["ꞓ","ꞕ"],"ꞗ","ꞙ","ꞛ","ꞝ","ꞟ","ꞡ","ꞣ","ꞥ","ꞧ","ꞩ","ꞯ","ꞵ","ꞷ","ꞹ","ꟺ",["ꬰ","ꭚ"],["ꭠ","ꭥ"],["ꭰ","ꮿ"],["ff","st"],["ﬓ","ﬗ"],["a","z"]],!1,!1),vt=Yr([["ʰ","ˁ"],["ˆ","ˑ"],["ˠ","ˤ"],"ˬ","ˮ","ʹ","ͺ","ՙ","ـ",["ۥ","ۦ"],["ߴ","ߵ"],"ߺ","ࠚ","ࠤ","ࠨ","ॱ","ๆ","ໆ","ჼ","ៗ","ᡃ","ᪧ",["ᱸ","ᱽ"],["ᴬ","ᵪ"],"ᵸ",["ᶛ","ᶿ"],"ⁱ","ⁿ",["ₐ","ₜ"],["ⱼ","ⱽ"],"ⵯ","ⸯ","々",["〱","〵"],"〻",["ゝ","ゞ"],["ー","ヾ"],"ꀕ",["ꓸ","ꓽ"],"ꘌ","ꙿ",["ꚜ","ꚝ"],["ꜗ","ꜟ"],"ꝰ","ꞈ",["ꟸ","ꟹ"],"ꧏ","ꧦ","ꩰ","ꫝ",["ꫳ","ꫴ"],["ꭜ","ꭟ"],"ー",["゙","゚"]],!1,!1),Ft=Yr(["ª","º","ƻ",["ǀ","ǃ"],"ʔ",["א","ת"],["ׯ","ײ"],["ؠ","ؿ"],["ف","ي"],["ٮ","ٯ"],["ٱ","ۓ"],"ە",["ۮ","ۯ"],["ۺ","ۼ"],"ۿ","ܐ",["ܒ","ܯ"],["ݍ","ޥ"],"ޱ",["ߊ","ߪ"],["ࠀ","ࠕ"],["ࡀ","ࡘ"],["ࡠ","ࡪ"],["ࢠ","ࢴ"],["ࢶ","ࢽ"],["ऄ","ह"],"ऽ","ॐ",["क़","ॡ"],["ॲ","ঀ"],["অ","ঌ"],["এ","ঐ"],["ও","ন"],["প","র"],"ল",["শ","হ"],"ঽ","ৎ",["ড়","ঢ়"],["য়","ৡ"],["ৰ","ৱ"],"ৼ",["ਅ","ਊ"],["ਏ","ਐ"],["ਓ","ਨ"],["ਪ","ਰ"],["ਲ","ਲ਼"],["ਵ","ਸ਼"],["ਸ","ਹ"],["ਖ਼","ੜ"],"ਫ਼",["ੲ","ੴ"],["અ","ઍ"],["એ","ઑ"],["ઓ","ન"],["પ","ર"],["લ","ળ"],["વ","હ"],"ઽ","ૐ",["ૠ","ૡ"],"ૹ",["ଅ","ଌ"],["ଏ","ଐ"],["ଓ","ନ"],["ପ","ର"],["ଲ","ଳ"],["ଵ","ହ"],"ଽ",["ଡ଼","ଢ଼"],["ୟ","ୡ"],"ୱ","ஃ",["அ","ஊ"],["எ","ஐ"],["ஒ","க"],["ங","ச"],"ஜ",["ஞ","ட"],["ண","த"],["ந","ப"],["ம","ஹ"],"ௐ",["అ","ఌ"],["ఎ","ఐ"],["ఒ","న"],["ప","హ"],"ఽ",["ౘ","ౚ"],["ౠ","ౡ"],"ಀ",["ಅ","ಌ"],["ಎ","ಐ"],["ಒ","ನ"],["ಪ","ಳ"],["ವ","ಹ"],"ಽ","ೞ",["ೠ","ೡ"],["ೱ","ೲ"],["അ","ഌ"],["എ","ഐ"],["ഒ","ഺ"],"ഽ","ൎ",["ൔ","ൖ"],["ൟ","ൡ"],["ൺ","ൿ"],["අ","ඖ"],["ක","න"],["ඳ","ර"],"ල",["ව","ෆ"],["ก","ะ"],["า","ำ"],["เ","ๅ"],["ກ","ຂ"],"ຄ",["ງ","ຈ"],"ຊ","ຍ",["ດ","ທ"],["ນ","ຟ"],["ມ","ຣ"],"ລ","ວ",["ສ","ຫ"],["ອ","ະ"],["າ","ຳ"],"ຽ",["ເ","ໄ"],["ໜ","ໟ"],"ༀ",["ཀ","ཇ"],["ཉ","ཬ"],["ྈ","ྌ"],["က","ဪ"],"ဿ",["ၐ","ၕ"],["ၚ","ၝ"],"ၡ",["ၥ","ၦ"],["ၮ","ၰ"],["ၵ","ႁ"],"ႎ",["ᄀ","ቈ"],["ቊ","ቍ"],["ቐ","ቖ"],"ቘ",["ቚ","ቝ"],["በ","ኈ"],["ኊ","ኍ"],["ነ","ኰ"],["ኲ","ኵ"],["ኸ","ኾ"],"ዀ",["ዂ","ዅ"],["ወ","ዖ"],["ዘ","ጐ"],["ጒ","ጕ"],["ጘ","ፚ"],["ᎀ","ᎏ"],["ᐁ","ᙬ"],["ᙯ","ᙿ"],["ᚁ","ᚚ"],["ᚠ","ᛪ"],["ᛱ","ᛸ"],["ᜀ","ᜌ"],["ᜎ","ᜑ"],["ᜠ","ᜱ"],["ᝀ","ᝑ"],["ᝠ","ᝬ"],["ᝮ","ᝰ"],["ក","ឳ"],"ៜ",["ᠠ","ᡂ"],["ᡄ","ᡸ"],["ᢀ","ᢄ"],["ᢇ","ᢨ"],"ᢪ",["ᢰ","ᣵ"],["ᤀ","ᤞ"],["ᥐ","ᥭ"],["ᥰ","ᥴ"],["ᦀ","ᦫ"],["ᦰ","ᧉ"],["ᨀ","ᨖ"],["ᨠ","ᩔ"],["ᬅ","ᬳ"],["ᭅ","ᭋ"],["ᮃ","ᮠ"],["ᮮ","ᮯ"],["ᮺ","ᯥ"],["ᰀ","ᰣ"],["ᱍ","ᱏ"],["ᱚ","ᱷ"],["ᳩ","ᳬ"],["ᳮ","ᳱ"],["ᳵ","ᳶ"],["ℵ","ℸ"],["ⴰ","ⵧ"],["ⶀ","ⶖ"],["ⶠ","ⶦ"],["ⶨ","ⶮ"],["ⶰ","ⶶ"],["ⶸ","ⶾ"],["ⷀ","ⷆ"],["ⷈ","ⷎ"],["ⷐ","ⷖ"],["ⷘ","ⷞ"],"〆","〼",["ぁ","ゖ"],"ゟ",["ァ","ヺ"],"ヿ",["ㄅ","ㄯ"],["ㄱ","ㆎ"],["ㆠ","ㆺ"],["ㇰ","ㇿ"],["㐀","䶵"],["一","鿯"],["ꀀ","ꀔ"],["ꀖ","ꒌ"],["ꓐ","ꓷ"],["ꔀ","ꘋ"],["ꘐ","ꘟ"],["ꘪ","ꘫ"],"ꙮ",["ꚠ","ꛥ"],"ꞏ","ꟷ",["ꟻ","ꠁ"],["ꠃ","ꠅ"],["ꠇ","ꠊ"],["ꠌ","ꠢ"],["ꡀ","ꡳ"],["ꢂ","ꢳ"],["ꣲ","ꣷ"],"ꣻ",["ꣽ","ꣾ"],["ꤊ","ꤥ"],["ꤰ","ꥆ"],["ꥠ","ꥼ"],["ꦄ","ꦲ"],["ꧠ","ꧤ"],["ꧧ","ꧯ"],["ꧺ","ꧾ"],["ꨀ","ꨨ"],["ꩀ","ꩂ"],["ꩄ","ꩋ"],["ꩠ","ꩯ"],["ꩱ","ꩶ"],"ꩺ",["ꩾ","ꪯ"],"ꪱ",["ꪵ","ꪶ"],["ꪹ","ꪽ"],"ꫀ","ꫂ",["ꫛ","ꫜ"],["ꫠ","ꫪ"],"ꫲ",["ꬁ","ꬆ"],["ꬉ","ꬎ"],["ꬑ","ꬖ"],["ꬠ","ꬦ"],["ꬨ","ꬮ"],["ꯀ","ꯢ"],["가","힣"],["ힰ","ퟆ"],["ퟋ","ퟻ"],["豈","舘"],["並","龎"],"יִ",["ײַ","ﬨ"],["שׁ","זּ"],["טּ","לּ"],"מּ",["נּ","סּ"],["ףּ","פּ"],["צּ","ﮱ"],["ﯓ","ﴽ"],["ﵐ","ﶏ"],["ﶒ","ﷇ"],["ﷰ","ﷻ"],["ﹰ","ﹴ"],["ﹶ","ﻼ"],["ヲ","ッ"],["ア","ン"],["ᅠ","ᄒ"],["ᅡ","ᅦ"],["ᅧ","ᅬ"],["ᅭ","ᅲ"],["ᅳ","ᅵ"]],!1,!1),xt=Yr(["Dž","Lj","Nj","Dz",["ᾈ","ᾏ"],["ᾘ","ᾟ"],["ᾨ","ᾯ"],"ᾼ","ῌ","ῼ"],!1,!1),St=Yr([["A","Z"],["À","Ö"],["Ø","Þ"],"Ā","Ă","Ą","Ć","Ĉ","Ċ","Č","Ď","Đ","Ē","Ĕ","Ė","Ę","Ě","Ĝ","Ğ","Ġ","Ģ","Ĥ","Ħ","Ĩ","Ī","Ĭ","Į","İ","IJ","Ĵ","Ķ","Ĺ","Ļ","Ľ","Ŀ","Ł","Ń","Ņ","Ň","Ŋ","Ō","Ŏ","Ő","Œ","Ŕ","Ŗ","Ř","Ś","Ŝ","Ş","Š","Ţ","Ť","Ŧ","Ũ","Ū","Ŭ","Ů","Ű","Ų","Ŵ","Ŷ",["Ÿ","Ź"],"Ż","Ž",["Ɓ","Ƃ"],"Ƅ",["Ɔ","Ƈ"],["Ɖ","Ƌ"],["Ǝ","Ƒ"],["Ɠ","Ɣ"],["Ɩ","Ƙ"],["Ɯ","Ɲ"],["Ɵ","Ơ"],"Ƣ","Ƥ",["Ʀ","Ƨ"],"Ʃ","Ƭ",["Ʈ","Ư"],["Ʊ","Ƴ"],"Ƶ",["Ʒ","Ƹ"],"Ƽ","DŽ","LJ","NJ","Ǎ","Ǐ","Ǒ","Ǔ","Ǖ","Ǘ","Ǚ","Ǜ","Ǟ","Ǡ","Ǣ","Ǥ","Ǧ","Ǩ","Ǫ","Ǭ","Ǯ","DZ","Ǵ",["Ƕ","Ǹ"],"Ǻ","Ǽ","Ǿ","Ȁ","Ȃ","Ȅ","Ȇ","Ȉ","Ȋ","Ȍ","Ȏ","Ȑ","Ȓ","Ȕ","Ȗ","Ș","Ț","Ȝ","Ȟ","Ƞ","Ȣ","Ȥ","Ȧ","Ȩ","Ȫ","Ȭ","Ȯ","Ȱ","Ȳ",["Ⱥ","Ȼ"],["Ƚ","Ⱦ"],"Ɂ",["Ƀ","Ɇ"],"Ɉ","Ɋ","Ɍ","Ɏ","Ͱ","Ͳ","Ͷ","Ϳ","Ά",["Έ","Ί"],"Ό",["Ύ","Ώ"],["Α","Ρ"],["Σ","Ϋ"],"Ϗ",["ϒ","ϔ"],"Ϙ","Ϛ","Ϝ","Ϟ","Ϡ","Ϣ","Ϥ","Ϧ","Ϩ","Ϫ","Ϭ","Ϯ","ϴ","Ϸ",["Ϲ","Ϻ"],["Ͻ","Я"],"Ѡ","Ѣ","Ѥ","Ѧ","Ѩ","Ѫ","Ѭ","Ѯ","Ѱ","Ѳ","Ѵ","Ѷ","Ѹ","Ѻ","Ѽ","Ѿ","Ҁ","Ҋ","Ҍ","Ҏ","Ґ","Ғ","Ҕ","Җ","Ҙ","Қ","Ҝ","Ҟ","Ҡ","Ң","Ҥ","Ҧ","Ҩ","Ҫ","Ҭ","Ү","Ұ","Ҳ","Ҵ","Ҷ","Ҹ","Һ","Ҽ","Ҿ",["Ӏ","Ӂ"],"Ӄ","Ӆ","Ӈ","Ӊ","Ӌ","Ӎ","Ӑ","Ӓ","Ӕ","Ӗ","Ә","Ӛ","Ӝ","Ӟ","Ӡ","Ӣ","Ӥ","Ӧ","Ө","Ӫ","Ӭ","Ӯ","Ӱ","Ӳ","Ӵ","Ӷ","Ӹ","Ӻ","Ӽ","Ӿ","Ԁ","Ԃ","Ԅ","Ԇ","Ԉ","Ԋ","Ԍ","Ԏ","Ԑ","Ԓ","Ԕ","Ԗ","Ԙ","Ԛ","Ԝ","Ԟ","Ԡ","Ԣ","Ԥ","Ԧ","Ԩ","Ԫ","Ԭ","Ԯ",["Ա","Ֆ"],["Ⴀ","Ⴥ"],"Ⴧ","Ⴭ",["Ꭰ","Ᏽ"],["Ა","Ჺ"],["Ჽ","Ჿ"],"Ḁ","Ḃ","Ḅ","Ḇ","Ḉ","Ḋ","Ḍ","Ḏ","Ḑ","Ḓ","Ḕ","Ḗ","Ḙ","Ḛ","Ḝ","Ḟ","Ḡ","Ḣ","Ḥ","Ḧ","Ḩ","Ḫ","Ḭ","Ḯ","Ḱ","Ḳ","Ḵ","Ḷ","Ḹ","Ḻ","Ḽ","Ḿ","Ṁ","Ṃ","Ṅ","Ṇ","Ṉ","Ṋ","Ṍ","Ṏ","Ṑ","Ṓ","Ṕ","Ṗ","Ṙ","Ṛ","Ṝ","Ṟ","Ṡ","Ṣ","Ṥ","Ṧ","Ṩ","Ṫ","Ṭ","Ṯ","Ṱ","Ṳ","Ṵ","Ṷ","Ṹ","Ṻ","Ṽ","Ṿ","Ẁ","Ẃ","Ẅ","Ẇ","Ẉ","Ẋ","Ẍ","Ẏ","Ẑ","Ẓ","Ẕ","ẞ","Ạ","Ả","Ấ","Ầ","Ẩ","Ẫ","Ậ","Ắ","Ằ","Ẳ","Ẵ","Ặ","Ẹ","Ẻ","Ẽ","Ế","Ề","Ể","Ễ","Ệ","Ỉ","Ị","Ọ","Ỏ","Ố","Ồ","Ổ","Ỗ","Ộ","Ớ","Ờ","Ở","Ỡ","Ợ","Ụ","Ủ","Ứ","Ừ","Ử","Ữ","Ự","Ỳ","Ỵ","Ỷ","Ỹ","Ỻ","Ỽ","Ỿ",["Ἀ","Ἇ"],["Ἐ","Ἕ"],["Ἠ","Ἧ"],["Ἰ","Ἷ"],["Ὀ","Ὅ"],"Ὑ","Ὓ","Ὕ","Ὗ",["Ὠ","Ὧ"],["Ᾰ","Ά"],["Ὲ","Ή"],["Ῐ","Ί"],["Ῠ","Ῥ"],["Ὸ","Ώ"],"ℂ","ℇ",["ℋ","ℍ"],["ℐ","ℒ"],"ℕ",["ℙ","ℝ"],"ℤ","Ω","ℨ",["K","ℭ"],["ℰ","ℳ"],["ℾ","ℿ"],"ⅅ","Ↄ",["Ⰰ","Ⱞ"],"Ⱡ",["Ɫ","Ɽ"],"Ⱨ","Ⱪ","Ⱬ",["Ɑ","Ɒ"],"Ⱳ","Ⱶ",["Ȿ","Ⲁ"],"Ⲃ","Ⲅ","Ⲇ","Ⲉ","Ⲋ","Ⲍ","Ⲏ","Ⲑ","Ⲓ","Ⲕ","Ⲗ","Ⲙ","Ⲛ","Ⲝ","Ⲟ","Ⲡ","Ⲣ","Ⲥ","Ⲧ","Ⲩ","Ⲫ","Ⲭ","Ⲯ","Ⲱ","Ⲳ","Ⲵ","Ⲷ","Ⲹ","Ⲻ","Ⲽ","Ⲿ","Ⳁ","Ⳃ","Ⳅ","Ⳇ","Ⳉ","Ⳋ","Ⳍ","Ⳏ","Ⳑ","Ⳓ","Ⳕ","Ⳗ","Ⳙ","Ⳛ","Ⳝ","Ⳟ","Ⳡ","Ⳣ","Ⳬ","Ⳮ","Ⳳ","Ꙁ","Ꙃ","Ꙅ","Ꙇ","Ꙉ","Ꙋ","Ꙍ","Ꙏ","Ꙑ","Ꙓ","Ꙕ","Ꙗ","Ꙙ","Ꙛ","Ꙝ","Ꙟ","Ꙡ","Ꙣ","Ꙥ","Ꙧ","Ꙩ","Ꙫ","Ꙭ","Ꚁ","Ꚃ","Ꚅ","Ꚇ","Ꚉ","Ꚋ","Ꚍ","Ꚏ","Ꚑ","Ꚓ","Ꚕ","Ꚗ","Ꚙ","Ꚛ","Ꜣ","Ꜥ","Ꜧ","Ꜩ","Ꜫ","Ꜭ","Ꜯ","Ꜳ","Ꜵ","Ꜷ","Ꜹ","Ꜻ","Ꜽ","Ꜿ","Ꝁ","Ꝃ","Ꝅ","Ꝇ","Ꝉ","Ꝋ","Ꝍ","Ꝏ","Ꝑ","Ꝓ","Ꝕ","Ꝗ","Ꝙ","Ꝛ","Ꝝ","Ꝟ","Ꝡ","Ꝣ","Ꝥ","Ꝧ","Ꝩ","Ꝫ","Ꝭ","Ꝯ","Ꝺ","Ꝼ",["Ᵹ","Ꝿ"],"Ꞁ","Ꞃ","Ꞅ","Ꞇ","Ꞌ","Ɥ","Ꞑ","Ꞓ","Ꞗ","Ꞙ","Ꞛ","Ꞝ","Ꞟ","Ꞡ","Ꞣ","Ꞥ","Ꞧ","Ꞩ",["Ɦ","Ɪ"],["Ʞ","Ꞵ"],"Ꞷ","Ꞹ",["A","Z"]],!1,!1),Bt=Yr(["ः","ऻ",["ा","ी"],["ॉ","ौ"],["ॎ","ॏ"],["ং","ঃ"],["া","ী"],["ে","ৈ"],["ো","ৌ"],"ৗ","ਃ",["ਾ","ੀ"],"ઃ",["ા","ી"],"ૉ",["ો","ૌ"],["ଂ","ଃ"],"ା","ୀ",["େ","ୈ"],["ୋ","ୌ"],"ୗ",["ா","ி"],["ு","ூ"],["ெ","ை"],["ொ","ௌ"],"ௗ",["ఁ","ః"],["ు","ౄ"],["ಂ","ಃ"],"ಾ",["ೀ","ೄ"],["ೇ","ೈ"],["ೊ","ೋ"],["ೕ","ೖ"],["ം","ഃ"],["ാ","ീ"],["െ","ൈ"],["ൊ","ൌ"],"ൗ",["ං","ඃ"],["ා","ෑ"],["ෘ","ෟ"],["ෲ","ෳ"],["༾","༿"],"ཿ",["ါ","ာ"],"ေ","း",["ျ","ြ"],["ၖ","ၗ"],["ၢ","ၤ"],["ၧ","ၭ"],["ႃ","ႄ"],["ႇ","ႌ"],"ႏ",["ႚ","ႜ"],"ា",["ើ","ៅ"],["ះ","ៈ"],["ᤣ","ᤦ"],["ᤩ","ᤫ"],["ᤰ","ᤱ"],["ᤳ","ᤸ"],["ᨙ","ᨚ"],"ᩕ","ᩗ","ᩡ",["ᩣ","ᩤ"],["ᩭ","ᩲ"],"ᬄ","ᬵ","ᬻ",["ᬽ","ᭁ"],["ᭃ","᭄"],"ᮂ","ᮡ",["ᮦ","ᮧ"],"᮪","ᯧ",["ᯪ","ᯬ"],"ᯮ",["᯲","᯳"],["ᰤ","ᰫ"],["ᰴ","ᰵ"],"᳡",["ᳲ","ᳳ"],"᳷",["〮","〯"],["ꠣ","ꠤ"],"ꠧ",["ꢀ","ꢁ"],["ꢴ","ꣃ"],["ꥒ","꥓"],"ꦃ",["ꦴ","ꦵ"],["ꦺ","ꦻ"],["ꦽ","꧀"],["ꨯ","ꨰ"],["ꨳ","ꨴ"],"ꩍ","ꩻ","ꩽ","ꫫ",["ꫮ","ꫯ"],"ꫵ",["ꯣ","ꯤ"],["ꯦ","ꯧ"],["ꯩ","ꯪ"],"꯬"],!1,!1),wt=Yr([["̀","ͯ"],["҃","҇"],["֑","ֽ"],"ֿ",["ׁ","ׂ"],["ׄ","ׅ"],"ׇ",["ؐ","ؚ"],["ً","ٟ"],"ٰ",["ۖ","ۜ"],["۟","ۤ"],["ۧ","ۨ"],["۪","ۭ"],"ܑ",["ܰ","݊"],["ަ","ް"],["߫","߳"],"߽",["ࠖ","࠙"],["ࠛ","ࠣ"],["ࠥ","ࠧ"],["ࠩ","࠭"],["࡙","࡛"],["࣓","࣡"],["ࣣ","ं"],"ऺ","़",["ु","ै"],"्",["॑","ॗ"],["ॢ","ॣ"],"ঁ","়",["ু","ৄ"],"্",["ৢ","ৣ"],"৾",["ਁ","ਂ"],"਼",["ੁ","ੂ"],["ੇ","ੈ"],["ੋ","੍"],"ੑ",["ੰ","ੱ"],"ੵ",["ઁ","ં"],"઼",["ુ","ૅ"],["ે","ૈ"],"્",["ૢ","ૣ"],["ૺ","૿"],"ଁ","଼","ି",["ୁ","ୄ"],"୍","ୖ",["ୢ","ୣ"],"ஂ","ீ","்","ఀ","ఄ",["ా","ీ"],["ె","ై"],["ొ","్"],["ౕ","ౖ"],["ౢ","ౣ"],"ಁ","಼","ಿ","ೆ",["ೌ","್"],["ೢ","ೣ"],["ഀ","ഁ"],["഻","഼"],["ു","ൄ"],"്",["ൢ","ൣ"],"්",["ි","ු"],"ූ","ั",["ิ","ฺ"],["็","๎"],"ັ",["ິ","ູ"],["ົ","ຼ"],["່","ໍ"],["༘","༙"],"༵","༷","༹",["ཱ","ཾ"],["ྀ","྄"],["྆","྇"],["ྍ","ྗ"],["ྙ","ྼ"],"࿆",["ိ","ူ"],["ဲ","့"],["္","်"],["ွ","ှ"],["ၘ","ၙ"],["ၞ","ၠ"],["ၱ","ၴ"],"ႂ",["ႅ","ႆ"],"ႍ","ႝ",["፝","፟"],["ᜒ","᜔"],["ᜲ","᜴"],["ᝒ","ᝓ"],["ᝲ","ᝳ"],["឴","឵"],["ិ","ួ"],"ំ",["៉","៓"],"៝",["᠋","᠍"],["ᢅ","ᢆ"],"ᢩ",["ᤠ","ᤢ"],["ᤧ","ᤨ"],"ᤲ",["᤹","᤻"],["ᨗ","ᨘ"],"ᨛ","ᩖ",["ᩘ","ᩞ"],"᩠","ᩢ",["ᩥ","ᩬ"],["ᩳ","᩼"],"᩿",["᪰","᪽"],["ᬀ","ᬃ"],"᬴",["ᬶ","ᬺ"],"ᬼ","ᭂ",["᭫","᭳"],["ᮀ","ᮁ"],["ᮢ","ᮥ"],["ᮨ","ᮩ"],["᮫","ᮭ"],"᯦",["ᯨ","ᯩ"],"ᯭ",["ᯯ","ᯱ"],["ᰬ","ᰳ"],["ᰶ","᰷"],["᳐","᳒"],["᳔","᳠"],["᳢","᳨"],"᳭","᳴",["᳸","᳹"],["᷀","᷹"],["᷻","᷿"],["⃐","⃜"],"⃡",["⃥","⃰"],["⳯","⳱"],"⵿",["ⷠ","ⷿ"],["〪","〭"],["゙","゚"],"꙯",["ꙴ","꙽"],["ꚞ","ꚟ"],["꛰","꛱"],"ꠂ","꠆","ꠋ",["ꠥ","ꠦ"],["꣄","ꣅ"],["꣠","꣱"],"ꣿ",["ꤦ","꤭"],["ꥇ","ꥑ"],["ꦀ","ꦂ"],"꦳",["ꦶ","ꦹ"],"ꦼ","ꧥ",["ꨩ","ꨮ"],["ꨱ","ꨲ"],["ꨵ","ꨶ"],"ꩃ","ꩌ","ꩼ","ꪰ",["ꪲ","ꪴ"],["ꪷ","ꪸ"],["ꪾ","꪿"],"꫁",["ꫬ","ꫭ"],"꫶","ꯥ","ꯨ","꯭","ﬞ",["︀","️"],["︠","︯"]],!1,!1),Tt=Yr([["0","9"],["٠","٩"],["۰","۹"],["߀","߉"],["०","९"],["০","৯"],["੦","੯"],["૦","૯"],["୦","୯"],["௦","௯"],["౦","౯"],["೦","೯"],["൦","൯"],["෦","෯"],["๐","๙"],["໐","໙"],["༠","༩"],["၀","၉"],["႐","႙"],["០","៩"],["᠐","᠙"],["᥆","᥏"],["᧐","᧙"],["᪀","᪉"],["᪐","᪙"],["᭐","᭙"],["᮰","᮹"],["᱀","᱉"],["᱐","᱙"],["꘠","꘩"],["꣐","꣙"],["꤀","꤉"],["꧐","꧙"],["꧰","꧹"],["꩐","꩙"],["꯰","꯹"],["0","9"]],!1,!1),Pt=Yr([["ᛮ","ᛰ"],["Ⅰ","ↂ"],["ↅ","ↈ"],"〇",["〡","〩"],["〸","〺"],["ꛦ","ꛯ"]],!1,!1),Nt=Yr(["_",["‿","⁀"],"⁔",["︳","︴"],["﹍","﹏"],"_"],!1,!1),kt=Yr([" "," "," ",[" "," "]," "," "," "],!1,!1),Ot=Xr("and",!1),It=Xr("as",!1),Lt=Xr("break",!1),jt=Xr("case",!1),_t=Xr("catch",!1),Mt=Xr("class",!1),Rt=Xr("const",!1),Vt=Xr("continue",!1),$t=Xr("debugger",!1),Wt=Xr("default",!1),qt=Xr("delete",!1),Ut=Xr("do",!1),zt=Xr("else",!1),Ht=Xr("enum",!1),Jt=Xr("export",!1),Gt=Xr("extends",!1),Xt=Xr("false",!1),Yt=Xr("finally",!1),Kt=Xr("for",!1),Qt=Xr("function",!1),Zt=Xr("has",!1),en=Xr("if",!1),tn=Xr("import",!1),nn=Xr("instanceof",!1),rn=Xr("interface",!1),un=Xr("me",!1),on=Xr("module",!1),sn=Xr("new",!1),an=Xr("null",!1),cn=Xr("or",!1),ln=Xr("return",!1),pn=Xr("self",!1),fn=Xr("static",!1),dn=Xr("super",!1),hn=Xr("switch",!1),gn=Xr("throw",!1),mn=Xr("true",!1),Dn=Xr("try",!1),yn=Xr("typeof",!1),En=Xr("typedef",!1),An=Xr("using",!1),Cn=Xr("var",!1),bn=Xr("void",!1),vn=Xr("while",!1),Fn=Xr(";",!1),xn=Xr("(",!1),Sn=Xr(")",!1),Bn=Xr("[",!1),wn=Xr("]",!1),Tn=Xr(",",!1),Pn=Xr("{",!1),Nn=Xr("}",!1),kn=Xr("=>",!1),On=Xr("+",!1),In=Xr("=",!1),Ln=Xr("-",!1),jn=Xr("~",!1),_n=Xr("!",!1),Mn=Xr("*",!1),Rn=Xr("/",!1),Vn=Xr("%",!1),$n=Yr(["+","="],!1,!1),Wn=Yr(["-","="],!1,!1),qn=Xr("<<",!1),Un=Xr(">>",!1),zn=Xr("<=",!1),Hn=Xr(">=",!1),Jn=Xr("<",!1),Gn=Xr(">",!1),Xn=Xr("===",!1),Yn=Xr("!==",!1),Kn=Xr("==",!1),Qn=Xr("!=",!1),Zn=Xr("&",!1),er=Yr(["&","="],!1,!1),tr=Xr("^",!1),nr=Xr("|",!1),rr=Yr(["|","="],!1,!1),ur=Xr("&&",!1),or=Xr("||",!1),ir=Xr("?",!1),sr=Xr(":",!1),ar=Xr("*=",!1),cr=Xr("/=",!1),lr=Xr("%=",!1),pr=Xr("+=",!1),fr=Xr("-=",!1),dr=Xr("<<=",!1),hr=Xr(">>=",!1),gr=Xr("&=",!1),mr=Xr("^=",!1),Dr=Xr("|=",!1),yr=Xr("++",!1),Er=Xr("--",!1),Ar=Xr("public",!1),Cr=Xr("protected",!1),br=Xr("hidden",!1),vr=Xr("private",!1),Fr=function(e){return Fi({type:"Literal",value:e.join(""),raw:Jr()})},xr=function(){return Jr()},Sr=function(e){return String.fromCharCode(parseInt(e,16))},Br=function(e,t,n){return Ci(t).concat(n)},wr=function(e){return Fi({type:"ObjectExpression",properties:e})},Tr=function(e,t){return[e,...t]},Pr=function(e,t){return Fi({property:t,computed:!0})},Nr=function(e,t){return Fi({property:t,computed:!1})},kr=function(e,t){return Fi({type:"CallExpression",arguments:t})},Or=function(e,t){return Fi({type:"MemberExpression",property:t,computed:!0})},Ir=function(e,t){return Fi({type:"MemberExpression",property:t,computed:!1})},Lr=function(e,t){return function(e,t){return t.reduce((function(e,t){return{type:"BinaryExpression",operator:t[1],left:e,right:t[3],start:e.start,end:t[3].end}}),e)}(e,t)},jr=function(e,t){return function(e,t){return t.reduce((function(e,t){return{type:"LogicalExpression",operator:t[1],left:e,right:t[3],start:e.start,end:t[3].end}}),e)}(e,t)},_r=function(e){return Fi({type:"BlockStatement",body:Ci(e)})},Mr=function(e,t){return[e,...t]},Rr=function(e,t,n,r){return Fi({type:"ForStatement",init:e,test:t,update:n,body:r})},Vr=0,$r=0,Wr=[{line:1,column:1}],qr=0,Ur=[],zr=0,Hr={};if("startRule"in t){if(!(t.startRule in i))throw new Error("Can't start parsing from rule \""+t.startRule+'".');s=i[t.startRule]}function Jr(){return e.substring($r,Vr)}function Gr(){return Zr($r,Vr)}function Xr(e,t){return{type:"literal",text:e,ignoreCase:t}}function Yr(e,t,n){return{type:"class",parts:e,inverted:t,ignoreCase:n}}function Kr(e){return{type:"other",description:e}}function Qr(t){var n,r=Wr[t];if(r)return r;for(n=t-1;!Wr[n];)n--;for(r={line:(r=Wr[n]).line,column:r.column};n<t;)10===e.charCodeAt(n)?(r.line++,r.column=1):r.column++,n++;return Wr[t]=r,r}function Zr(e,t){var n=Qr(e),r=Qr(t);return{source:o,start:{offset:e,line:n.line,column:n.column},end:{offset:t,line:r.line,column:r.column}}}function eu(e){Vr<qr||(Vr>qr&&(qr=Vr,Ur=[]),Ur.push(e))}function tu(){var e,t,n,r=203*Vr+0,o=Hr[r];return o?(Vr=o.nextPos,o.result):(e=Vr,oo(),t=function(){var e,t,n=203*Vr+195,r=Hr[n];return r?(Vr=r.nextPos,r.result):(e=Vr,t=function(){var e,t,n,r,o,i=203*Vr+196,s=Hr[i];if(s)return Vr=s.nextPos,s.result;if(e=Vr,(t=Di())!==u){for(n=[],r=Vr,oo(),(o=Di())!==u?r=o:(Vr=r,r=u);r!==u;)n.push(r),r=Vr,oo(),(o=Di())!==u?r=o:(Vr=r,r=u);$r=e,e=Mr(t,n)}else Vr=e,e=u;return Hr[i]={nextPos:Vr,result:e},e}(),t===u&&(t=null),$r=e,e=t=Fi({type:"Program",body:Ci(t)}),Hr[n]={nextPos:Vr,result:e},e)}(),oo(),$r=e,(n=t).comments=bi,e=n,Hr[r]={nextPos:Vr,result:e},e)}function nu(){var t,n=203*Vr+1,r=Hr[n];return r?(Vr=r.nextPos,r.result):(e.length>Vr?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(we)),Hr[n]={nextPos:Vr,result:t},t)}function ru(){var t,n=203*Vr+2,r=Hr[n];return r?(Vr=r.nextPos,r.result):(zr++,9===e.charCodeAt(Vr)?(t="\t",Vr++):(t=u,0===zr&&eu(Pe)),t===u&&(11===e.charCodeAt(Vr)?(t="\v",Vr++):(t=u,0===zr&&eu(Ne)),t===u&&(12===e.charCodeAt(Vr)?(t="\f",Vr++):(t=u,0===zr&&eu(ke)),t===u&&(32===e.charCodeAt(Vr)?(t=" ",Vr++):(t=u,0===zr&&eu(Oe)),t===u&&(160===e.charCodeAt(Vr)?(t=" ",Vr++):(t=u,0===zr&&eu(Ie)),t===u&&(65279===e.charCodeAt(Vr)?(t="\ufeff",Vr++):(t=u,0===zr&&eu(Le)),t===u&&(t=function(){var t,n=203*Vr+52,r=Hr[n];return r?(Vr=r.nextPos,r.result):(ve.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(kt)),Hr[n]={nextPos:Vr,result:t},t)}())))))),zr--,t===u&&0===zr&&eu(Te),Hr[n]={nextPos:Vr,result:t},t)}function uu(){var t,n=203*Vr+3,r=Hr[n];return r?(Vr=r.nextPos,r.result):(ae.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(je)),Hr[n]={nextPos:Vr,result:t},t)}function ou(){var t,n=203*Vr+4,r=Hr[n];return r?(Vr=r.nextPos,r.result):(zr++,10===e.charCodeAt(Vr)?(t="\n",Vr++):(t=u,0===zr&&eu(Me)),t===u&&("\r\n"===e.substr(Vr,2)?(t="\r\n",Vr+=2):(t=u,0===zr&&eu(Re)),t===u&&(13===e.charCodeAt(Vr)?(t="\r",Vr++):(t=u,0===zr&&eu(Ve)),t===u&&(8232===e.charCodeAt(Vr)?(t="\u2028",Vr++):(t=u,0===zr&&eu($e)),t===u&&(8233===e.charCodeAt(Vr)?(t="\u2029",Vr++):(t=u,0===zr&&eu(We)))))),zr--,t===u&&0===zr&&eu(_e),Hr[n]={nextPos:Vr,result:t},t)}function iu(){var t,n,r=203*Vr+5,o=Hr[r];return o?(Vr=o.nextPos,o.result):(zr++,t=Vr,n=function(){var t,n,r,o,i,s,c,l=203*Vr+6,p=Hr[l];if(p)return Vr=p.nextPos,p.result;if(t=Vr,"/*"===e.substr(Vr,2)?(n="/*",Vr+=2):(n=u,0===zr&&eu(Ue)),n!==u){for(r=Vr,o=[],i=Vr,s=Vr,zr++,e.substr(Vr,2)===a?(c=a,Vr+=2):(c=u,0===zr&&eu(ze)),zr--,c===u?s=void 0:(Vr=s,s=u),s!==u&&(c=nu())!==u?i=s=[s,c]:(Vr=i,i=u);i!==u;)o.push(i),i=Vr,s=Vr,zr++,e.substr(Vr,2)===a?(c=a,Vr+=2):(c=u,0===zr&&eu(ze)),zr--,c===u?s=void 0:(Vr=s,s=u),s!==u&&(c=nu())!==u?i=s=[s,c]:(Vr=i,i=u);r=e.substring(r,Vr),e.substr(Vr,2)===a?(o=a,Vr+=2):(o=u,0===zr&&eu(ze)),o!==u?($r=t,t=function(e){vi(e,!0)}(r)):(Vr=t,t=u)}else Vr=t,t=u;return Hr[l]={nextPos:Vr,result:t},t}(),n===u&&(n=function(){var t,n,r,o,i,s,a,c=203*Vr+7,l=Hr[c];if(l)return Vr=l.nextPos,l.result;if(t=Vr,"//"===e.substr(Vr,2)?(n="//",Vr+=2):(n=u,0===zr&&eu(He)),n!==u){for(r=Vr,o=[],i=Vr,s=Vr,zr++,a=uu(),zr--,a===u?s=void 0:(Vr=s,s=u),s!==u&&(a=nu())!==u?i=s=[s,a]:(Vr=i,i=u);i!==u;)o.push(i),i=Vr,s=Vr,zr++,a=uu(),zr--,a===u?s=void 0:(Vr=s,s=u),s!==u&&(a=nu())!==u?i=s=[s,a]:(Vr=i,i=u);r=e.substring(r,Vr),$r=t,t=function(e){vi(e,!1)}(r)}else Vr=t,t=u;return Hr[c]={nextPos:Vr,result:t},t}()),t=n!==u?e.substring(t,Vr):n,zr--,t===u&&(n=u,0===zr&&eu(qe)),Hr[r]={nextPos:Vr,result:t},t)}function su(){var t,n,r,o=203*Vr+8,i=Hr[o];return i?(Vr=i.nextPos,i.result):(t=Vr,n=Vr,zr++,r=function(){var t,n=203*Vr+14,r=Hr[n];return r?(Vr=r.nextPos,r.result):(t=function(){var e,t=203*Vr+15,n=Hr[t];return n?(Vr=n.nextPos,n.result):((e=Fu())===u&&(e=xu())===u&&(e=Su())===u&&(e=Bu())===u&&(e=wu())===u&&(e=Tu())===u&&(e=Pu())===u&&(e=Nu())===u&&(e=ku())===u&&(e=Ou())===u&&(e=Iu())===u&&(e=Lu())===u&&(e=ju())===u&&(e=_u())===u&&(e=Mu())===u&&(e=Ru())===u&&(e=Vu())===u&&(e=$u())===u&&(e=Wu())===u&&(e=qu())===u&&(e=Uu())===u&&(e=zu())===u&&(e=Hu())===u&&(e=Ju())===u&&(e=Gu())===u&&(e=Xu())===u&&(e=Yu())===u&&(e=Ku())===u&&(e=Qu())===u&&(e=Zu())===u&&(e=eo())===u&&(e=to())===u&&(e=no())===u&&(e=ro())===u&&(e=uo()),Hr[t]={nextPos:Vr,result:e},e)}(),t===u&&(t=function(){var t,n=203*Vr+16,r=Hr[n];return r?(Vr=r.nextPos,r.result):(t=function(){var t,n,r,o,i=203*Vr+67,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,6)===x?(n=x,Vr+=6):(n=u,0===zr&&eu(Jt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n,r,o,i=203*Vr+86,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,5)===R?(n=R,Vr+=5):(n=u,0===zr&&eu(dn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}()),Hr[n]={nextPos:Vr,result:t},t)}(),t===u&&(t=fu())===u&&(t=du())),Hr[n]={nextPos:Vr,result:t},t)}(),zr--,r===u?n=void 0:(Vr=n,n=u),n!==u&&(r=au())!==u?($r=t,t=r):(Vr=t,t=u),Hr[o]={nextPos:Vr,result:t},t)}function au(){var e,t,n,r,o=203*Vr+9,i=Hr[o];if(i)return Vr=i.nextPos,i.result;if(zr++,e=Vr,(t=cu())!==u){for(n=[],r=lu();r!==u;)n.push(r),r=lu();$r=e,e=Fi({type:"Identifier",name:t+n.join("")})}else Vr=e,e=u;return zr--,e===u&&(t=u,0===zr&&eu(Je)),Hr[o]={nextPos:Vr,result:e},e}function cu(){var t,n,r,o=203*Vr+10,i=Hr[o];return i?(Vr=i.nextPos,i.result):(t=function(){var t,n=203*Vr+12,r=Hr[n];return r?(Vr=r.nextPos,r.result):(t=function(){var t,n=203*Vr+46,r=Hr[n];return r?(Vr=r.nextPos,r.result):(De.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(St)),Hr[n]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n=203*Vr+42,r=Hr[n];return r?(Vr=r.nextPos,r.result):(de.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(bt)),Hr[n]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n=203*Vr+45,r=Hr[n];return r?(Vr=r.nextPos,r.result):(me.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(xt)),Hr[n]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n=203*Vr+43,r=Hr[n];return r?(Vr=r.nextPos,r.result):(he.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(vt)),Hr[n]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n=203*Vr+44,r=Hr[n];return r?(Vr=r.nextPos,r.result):(ge.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(Ft)),Hr[n]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n=203*Vr+50,r=Hr[n];return r?(Vr=r.nextPos,r.result):(Ce.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(Pt)),Hr[n]={nextPos:Vr,result:t},t)}()))))),Hr[n]={nextPos:Vr,result:t},t)}(),t===u&&(36===e.charCodeAt(Vr)?(t="$",Vr++):(t=u,0===zr&&eu(Ge)),t===u&&(95===e.charCodeAt(Vr)?(t="_",Vr++):(t=u,0===zr&&eu(Xe)),t===u&&(t=Vr,92===e.charCodeAt(Vr)?(n=c,Vr++):(n=u,0===zr&&eu(Ye)),n!==u&&(r=vu())!==u?($r=t,t=r):(Vr=t,t=u)))),Hr[o]={nextPos:Vr,result:t},t)}function lu(){var t,n=203*Vr+11,r=Hr[n];return r?(Vr=r.nextPos,r.result):((t=cu())===u&&(t=function(){var t,n=203*Vr+13,r=Hr[n];return r?(Vr=r.nextPos,r.result):(t=function(){var t,n=203*Vr+48,r=Hr[n];return r?(Vr=r.nextPos,r.result):(Ee.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(wt)),Hr[n]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n=203*Vr+47,r=Hr[n];return r?(Vr=r.nextPos,r.result):(ye.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(Bt)),Hr[n]={nextPos:Vr,result:t},t)}()),Hr[n]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n=203*Vr+49,r=Hr[n];return r?(Vr=r.nextPos,r.result):(Ae.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(Tt)),Hr[n]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n=203*Vr+51,r=Hr[n];return r?(Vr=r.nextPos,r.result):(be.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(Nt)),Hr[n]={nextPos:Vr,result:t},t)}(),t===u&&(8204===e.charCodeAt(Vr)?(t="‌",Vr++):(t=u,0===zr&&eu(Ke)),t===u&&(8205===e.charCodeAt(Vr)?(t="‍",Vr++):(t=u,0===zr&&eu(Qe))))))),Hr[n]={nextPos:Vr,result:t},t)}function pu(){var t,n=203*Vr+17,r=Hr[n];return r?(Vr=r.nextPos,r.result):((t=fu())===u&&(t=du())===u&&(t=function(){var t,n,r,o,i=203*Vr+20,s=Hr[i];return s?(Vr=s.nextPos,s.result):(zr++,t=Vr,n=function(){var t,n,r,o,i,s=203*Vr+29,a=Hr[s];if(a)return Vr=a.nextPos,a.result;if(t=Vr,"0x"===e.substr(Vr,2).toLowerCase()?(n=e.substr(Vr,2),Vr+=2):(n=u,0===zr&&eu(ct)),n!==u){if(r=Vr,o=[],(i=Du())!==u)for(;i!==u;)o.push(i),i=Du();else o=u;(r=o!==u?e.substring(r,Vr):o)!==u?("l"===e.substr(Vr,1).toLowerCase()?(o=e.charAt(Vr),Vr++):(o=u,0===zr&&eu(nt)),o===u&&(o=null),$r=t,t=Fi({type:"Literal",value:parseInt(r,16),raw:Jr()})):(Vr=t,t=u)}else Vr=t,t=u;return Hr[s]={nextPos:Vr,result:t},t}(),n!==u?(r=Vr,zr++,(o=cu())===u&&(o=gu()),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?($r=t,t=n):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=Vr,n=function(){var t,n,r,o,i,s,a,c,p,f,d=203*Vr+22,h=Hr[d];if(h)return Vr=h.nextPos,h.result;if(t=Vr,n=Vr,r=Vr,o=function(){var t,n,r,o,i=203*Vr+23,s=Hr[i];if(s)return Vr=s.nextPos,s.result;if(48===e.charCodeAt(Vr)?(t="0",Vr++):(t=u,0===zr&&eu(ut)),t===u)if(t=Vr,n=function(){var t,n=203*Vr+25,r=Hr[n];return r?(Vr=r.nextPos,r.result):(le.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(it)),Hr[n]={nextPos:Vr,result:t},t)}(),n!==u){for(r=[],o=gu();o!==u;)r.push(o),o=gu();t=n=[n,r]}else Vr=t,t=u;return Hr[i]={nextPos:Vr,result:t},t}(),o!==u){if("l"===e.substr(Vr,1).toLowerCase()?(i=e.charAt(Vr),Vr++):(i=u,0===zr&&eu(nt)),i===u){if(i=Vr,s=Vr,a=Vr,46===e.charCodeAt(Vr)?(c=l,Vr++):(c=u,0===zr&&eu(rt)),c!==u){for(p=[],f=gu();f!==u;)p.push(f),f=gu();a=c=[c,p]}else Vr=a,a=u;a===u&&(a=null),(c=mu())===u&&(c=null),s=a=[a,c],(a=hu())===u&&(a=null),i=s=[s,a]}i===u&&(i=null),r=o=[o,i]}else Vr=r,r=u;if((n=r!==u?e.substring(n,Vr):r)!==u&&($r=t,n=Fi({type:"Literal",value:parseFloat(n),raw:Jr()})),(t=n)===u){if(t=Vr,n=Vr,r=Vr,46===e.charCodeAt(Vr)?(o=l,Vr++):(o=u,0===zr&&eu(rt)),o!==u){if(i=[],(s=gu())!==u)for(;s!==u;)i.push(s),s=gu();else i=u;i!==u?((s=mu())===u&&(s=null),r=o=[o,i,s]):(Vr=r,r=u)}else Vr=r,r=u;(n=r!==u?e.substring(n,Vr):r)!==u?((r=hu())===u&&(r=null),$r=t,t=Fi({type:"Literal",value:parseFloat(n),raw:Jr()})):(Vr=t,t=u)}return Hr[d]={nextPos:Vr,result:t},t}(),n!==u?(r=Vr,zr++,(o=cu())===u&&(o=gu()),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?($r=t,t=n):(Vr=t,t=u)):(Vr=t,t=u)),zr--,t===u&&(n=u,0===zr&&eu(Ze)),Hr[i]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n,r,o,i=203*Vr+31,s=Hr[i];if(s)return Vr=s.nextPos,s.result;if(zr++,t=Vr,34===e.charCodeAt(Vr)?(n=p,Vr++):(n=u,0===zr&&eu(ft)),n!==u){for(r=[],o=yu();o!==u;)r.push(o),o=yu();34===e.charCodeAt(Vr)?(o=p,Vr++):(o=u,0===zr&&eu(ft)),o!==u?($r=t,t=Fr(r)):(Vr=t,t=u)}else Vr=t,t=u;if(t===u)if(t=Vr,39===e.charCodeAt(Vr)?(n=f,Vr++):(n=u,0===zr&&eu(dt)),n!==u){for(r=[],o=Eu();o!==u;)r.push(o),o=Eu();39===e.charCodeAt(Vr)?(o=f,Vr++):(o=u,0===zr&&eu(dt)),o!==u?($r=t,t=Fr(r)):(Vr=t,t=u)}else Vr=t,t=u;return zr--,t===u&&(n=u,0===zr&&eu(pt)),Hr[i]={nextPos:Vr,result:t},t}())),Hr[n]={nextPos:Vr,result:t},t)}function fu(){var t,n,r=203*Vr+18,o=Hr[r];return o?(Vr=o.nextPos,o.result):(t=Vr,n=function(){var t,n,r,o,i=203*Vr+81,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,4)===I?(n=I,Vr+=4):(n=u,0===zr&&eu(an)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}(),n!==u&&($r=t,n=Fi({type:"Literal",value:null,raw:Jr()})),t=n,Hr[r]={nextPos:Vr,result:t},t)}function du(){var t,n,r=203*Vr+19,o=Hr[r];return o?(Vr=o.nextPos,o.result):(t=Vr,n=function(){var t,n,r,o,i=203*Vr+89,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,4)===W?(n=W,Vr+=4):(n=u,0===zr&&eu(mn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}(),n!==u&&($r=t,n=Fi({type:"Literal",value:!0,raw:Jr()})),(t=n)===u&&(t=Vr,n=function(){var t,n,r,o,i=203*Vr+69,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,5)===B?(n=B,Vr+=5):(n=u,0===zr&&eu(Xt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}(),n!==u&&($r=t,n=Fi({type:"Literal",value:!1,raw:Jr()})),t=n),Hr[r]={nextPos:Vr,result:t},t)}function hu(){var t,n=203*Vr+21,r=Hr[n];return r?(Vr=r.nextPos,r.result):("f"===e.substr(Vr,1).toLowerCase()?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(et)),t===u&&("d"===e.substr(Vr,1).toLowerCase()?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(tt))),Hr[n]={nextPos:Vr,result:t},t)}function gu(){var t,n=203*Vr+24,r=Hr[n];return r?(Vr=r.nextPos,r.result):(ce.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(ot)),Hr[n]={nextPos:Vr,result:t},t)}function mu(){var t,n,r,o=203*Vr+26,i=Hr[o];return i?(Vr=i.nextPos,i.result):(t=Vr,n=function(){var t,n=203*Vr+27,r=Hr[n];return r?(Vr=r.nextPos,r.result):("e"===e.substr(Vr,1).toLowerCase()?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(st)),Hr[n]={nextPos:Vr,result:t},t)}(),n!==u?(r=function(){var t,n,r,o,i=203*Vr+28,s=Hr[i];if(s)return Vr=s.nextPos,s.result;if(t=Vr,pe.test(e.charAt(Vr))?(n=e.charAt(Vr),Vr++):(n=u,0===zr&&eu(at)),n===u&&(n=null),r=[],(o=gu())!==u)for(;o!==u;)r.push(o),o=gu();else r=u;return r!==u?t=n=[n,r]:(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t}(),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[o]={nextPos:Vr,result:t},t)}function Du(){var t,n=203*Vr+30,r=Hr[n];return r?(Vr=r.nextPos,r.result):(fe.test(e.charAt(Vr))?(t=e.charAt(Vr),Vr++):(t=u,0===zr&&eu(lt)),Hr[n]={nextPos:Vr,result:t},t)}function yu(){var t,n,r,o=203*Vr+32,i=Hr[o];return i?(Vr=i.nextPos,i.result):(t=Vr,n=Vr,zr++,34===e.charCodeAt(Vr)?(r=p,Vr++):(r=u,0===zr&&eu(ft)),r===u&&(92===e.charCodeAt(Vr)?(r=c,Vr++):(r=u,0===zr&&eu(Ye)),r===u&&(r=uu())),zr--,r===u?n=void 0:(Vr=n,n=u),n!==u&&(r=nu())!==u?($r=t,t=xr()):(Vr=t,t=u),t===u&&(t=Vr,92===e.charCodeAt(Vr)?(n=c,Vr++):(n=u,0===zr&&eu(Ye)),n!==u&&(r=Cu())!==u?($r=t,t=r):(Vr=t,t=u),t===u&&(t=Au())),Hr[o]={nextPos:Vr,result:t},t)}function Eu(){var t,n,r,o=203*Vr+33,i=Hr[o];return i?(Vr=i.nextPos,i.result):(t=Vr,n=Vr,zr++,39===e.charCodeAt(Vr)?(r=f,Vr++):(r=u,0===zr&&eu(dt)),r===u&&(92===e.charCodeAt(Vr)?(r=c,Vr++):(r=u,0===zr&&eu(Ye)),r===u&&(r=uu())),zr--,r===u?n=void 0:(Vr=n,n=u),n!==u&&(r=nu())!==u?($r=t,t=xr()):(Vr=t,t=u),t===u&&(t=Vr,92===e.charCodeAt(Vr)?(n=c,Vr++):(n=u,0===zr&&eu(Ye)),n!==u&&(r=Cu())!==u?($r=t,t=r):(Vr=t,t=u),t===u&&(t=Au())),Hr[o]={nextPos:Vr,result:t},t)}function Au(){var t,n,r=203*Vr+34,o=Hr[r];return o?(Vr=o.nextPos,o.result):(t=Vr,92===e.charCodeAt(Vr)?(n=c,Vr++):(n=u,0===zr&&eu(Ye)),n!==u&&ou()!==u?($r=t,t=""):(Vr=t,t=u),Hr[r]={nextPos:Vr,result:t},t)}function Cu(){var t,n,r,o,i=203*Vr+35,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=function(){var t,n=203*Vr+36,r=Hr[n];return r?(Vr=r.nextPos,r.result):((t=bu())===u&&(t=function(){var t,n,r,o=203*Vr+38,i=Hr[o];return i?(Vr=i.nextPos,i.result):(t=Vr,n=Vr,zr++,r=function(){var t,n=203*Vr+39,r=Hr[n];return r?(Vr=r.nextPos,r.result):((t=bu())===u&&(t=gu())===u&&(120===e.charCodeAt(Vr)?(t="x",Vr++):(t=u,0===zr&&eu(At)),t===u&&(117===e.charCodeAt(Vr)?(t="u",Vr++):(t=u,0===zr&&eu(Ct)))),Hr[n]={nextPos:Vr,result:t},t)}(),r===u&&(r=uu()),zr--,r===u?n=void 0:(Vr=n,n=u),n!==u&&(r=nu())!==u?($r=t,t=xr()):(Vr=t,t=u),Hr[o]={nextPos:Vr,result:t},t)}()),Hr[n]={nextPos:Vr,result:t},t)}(),t===u&&(t=Vr,48===e.charCodeAt(Vr)?(n="0",Vr++):(n=u,0===zr&&eu(ut)),n!==u?(r=Vr,zr++,o=gu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?($r=t,t="\0"):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=function(){var t,n,r,o,i,s,a=203*Vr+40,c=Hr[a];return c?(Vr=c.nextPos,c.result):(t=Vr,120===e.charCodeAt(Vr)?(n="x",Vr++):(n=u,0===zr&&eu(At)),n!==u?(r=Vr,o=Vr,(i=Du())!==u&&(s=Du())!==u?o=i=[i,s]:(Vr=o,o=u),(r=o!==u?e.substring(r,Vr):o)!==u?($r=t,t=Sr(r)):(Vr=t,t=u)):(Vr=t,t=u),Hr[a]={nextPos:Vr,result:t},t)}(),t===u&&(t=vu()))),Hr[i]={nextPos:Vr,result:t},t)}function bu(){var t,n,r=203*Vr+37,o=Hr[r];return o?(Vr=o.nextPos,o.result):(39===e.charCodeAt(Vr)?(t=f,Vr++):(t=u,0===zr&&eu(dt)),t===u&&(34===e.charCodeAt(Vr)?(t=p,Vr++):(t=u,0===zr&&eu(ft)),t===u&&(92===e.charCodeAt(Vr)?(t=c,Vr++):(t=u,0===zr&&eu(Ye)),t===u&&(t=Vr,98===e.charCodeAt(Vr)?(n=d,Vr++):(n=u,0===zr&&eu(ht)),n!==u&&($r=t,n="\b"),(t=n)===u&&(t=Vr,102===e.charCodeAt(Vr)?(n="f",Vr++):(n=u,0===zr&&eu(gt)),n!==u&&($r=t,n="\f"),(t=n)===u&&(t=Vr,110===e.charCodeAt(Vr)?(n="n",Vr++):(n=u,0===zr&&eu(mt)),n!==u&&($r=t,n="\n"),(t=n)===u&&(t=Vr,114===e.charCodeAt(Vr)?(n="r",Vr++):(n=u,0===zr&&eu(Dt)),n!==u&&($r=t,n="\r"),(t=n)===u&&(t=Vr,116===e.charCodeAt(Vr)?(n="t",Vr++):(n=u,0===zr&&eu(yt)),n!==u&&($r=t,n="\t"),(t=n)===u&&(t=Vr,118===e.charCodeAt(Vr)?(n="v",Vr++):(n=u,0===zr&&eu(Et)),n!==u&&($r=t,n="\v"),t=n)))))))),Hr[r]={nextPos:Vr,result:t},t)}function vu(){var t,n,r,o,i,s,a,c,l=203*Vr+41,p=Hr[l];return p?(Vr=p.nextPos,p.result):(t=Vr,117===e.charCodeAt(Vr)?(n="u",Vr++):(n=u,0===zr&&eu(Ct)),n!==u?(r=Vr,o=Vr,(i=Du())!==u&&(s=Du())!==u&&(a=Du())!==u&&(c=Du())!==u?o=i=[i,s,a,c]:(Vr=o,o=u),(r=o!==u?e.substring(r,Vr):o)!==u?($r=t,t=Sr(r)):(Vr=t,t=u)):(Vr=t,t=u),Hr[l]={nextPos:Vr,result:t},t)}function Fu(){var t,n,r,o,i=203*Vr+53,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,"and"===e.substr(Vr,3)?(n="and",Vr+=3):(n=u,0===zr&&eu(Ot)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function xu(){var t,n,r,o,i=203*Vr+54,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,"as"===e.substr(Vr,2)?(n="as",Vr+=2):(n=u,0===zr&&eu(It)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Su(){var t,n,r,o,i=203*Vr+55,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,5)===h?(n=h,Vr+=5):(n=u,0===zr&&eu(Lt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Bu(){var t,n,r,o,i=203*Vr+56,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,4)===g?(n=g,Vr+=4):(n=u,0===zr&&eu(jt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function wu(){var t,n,r,o,i=203*Vr+57,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,5)===m?(n=m,Vr+=5):(n=u,0===zr&&eu(_t)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Tu(){var t,n,r,o,i=203*Vr+58,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,5)===D?(n=D,Vr+=5):(n=u,0===zr&&eu(Mt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Pu(){var t,n,r,o,i=203*Vr+59,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,5)===y?(n=y,Vr+=5):(n=u,0===zr&&eu(Rt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Nu(){var t,n,r,o,i=203*Vr+60,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,8)===E?(n=E,Vr+=8):(n=u,0===zr&&eu(Vt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function ku(){var t,n,r,o,i=203*Vr+61,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,8)===A?(n=A,Vr+=8):(n=u,0===zr&&eu($t)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Ou(){var t,n,r,o,i=203*Vr+62,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,7)===C?(n=C,Vr+=7):(n=u,0===zr&&eu(Wt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Iu(){var t,n,r,o,i=203*Vr+63,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,6)===b?(n=b,Vr+=6):(n=u,0===zr&&eu(qt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Lu(){var t,n,r,o,i=203*Vr+64,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,"do"===e.substr(Vr,2)?(n="do",Vr+=2):(n=u,0===zr&&eu(Ut)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function ju(){var t,n,r,o,i=203*Vr+65,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,4)===v?(n=v,Vr+=4):(n=u,0===zr&&eu(zt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function _u(){var t,n,r,o,i=203*Vr+66,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,4)===F?(n=F,Vr+=4):(n=u,0===zr&&eu(Ht)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Mu(){var t,n,r,o,i=203*Vr+68,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,7)===S?(n=S,Vr+=7):(n=u,0===zr&&eu(Gt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Ru(){var t,n,r,o,i=203*Vr+70,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,7)===w?(n=w,Vr+=7):(n=u,0===zr&&eu(Yt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Vu(){var t,n,r,o,i=203*Vr+71,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,"for"===e.substr(Vr,3)?(n="for",Vr+=3):(n=u,0===zr&&eu(Kt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function $u(){var t,n,r,o,i=203*Vr+72,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,8)===T?(n=T,Vr+=8):(n=u,0===zr&&eu(Qt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Wu(){var t,n,r,o,i=203*Vr+73,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,"has"===e.substr(Vr,3)?(n="has",Vr+=3):(n=u,0===zr&&eu(Zt)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function qu(){var t,n,r,o,i=203*Vr+74,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,"if"===e.substr(Vr,2)?(n="if",Vr+=2):(n=u,0===zr&&eu(en)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Uu(){var t,n,r,o,i=203*Vr+76,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,10)===N?(n=N,Vr+=10):(n=u,0===zr&&eu(nn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function zu(){var t,n,r,o,i=203*Vr+77,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,9)===k?(n=k,Vr+=9):(n=u,0===zr&&eu(rn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Hu(){var t,n,r,o,i=203*Vr+78,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,"me"===e.substr(Vr,2)?(n="me",Vr+=2):(n=u,0===zr&&eu(un)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Ju(){var t,n,r,o,i=203*Vr+80,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,"new"===e.substr(Vr,3)?(n="new",Vr+=3):(n=u,0===zr&&eu(sn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Gu(){var t,n,r,o,i=203*Vr+82,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,2)===L?(n=L,Vr+=2):(n=u,0===zr&&eu(cn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Xu(){var t,n,r,o,i=203*Vr+83,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,6)===j?(n=j,Vr+=6):(n=u,0===zr&&eu(ln)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Yu(){var t,n,r,o,i=203*Vr+84,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,4)===_?(n=_,Vr+=4):(n=u,0===zr&&eu(pn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Ku(){var t,n,r,o,i=203*Vr+87,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,6)===V?(n=V,Vr+=6):(n=u,0===zr&&eu(hn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Qu(){var t,n,r,o,i=203*Vr+88,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,5)===$?(n=$,Vr+=5):(n=u,0===zr&&eu(gn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function Zu(){var t,n,r,o,i=203*Vr+90,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,"try"===e.substr(Vr,3)?(n="try",Vr+=3):(n=u,0===zr&&eu(Dn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function eo(){var t,n,r,o,i=203*Vr+91,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,6)===q?(n=q,Vr+=6):(n=u,0===zr&&eu(yn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function to(){var t,n,r,o,i=203*Vr+92,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,7)===U?(n=U,Vr+=7):(n=u,0===zr&&eu(En)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function no(){var t,n,r,o,i=203*Vr+94,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,"var"===e.substr(Vr,3)?(n="var",Vr+=3):(n=u,0===zr&&eu(Cn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function ro(){var t,n,r,o,i=203*Vr+95,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,4)===H?(n=H,Vr+=4):(n=u,0===zr&&eu(bn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function uo(){var t,n,r,o,i=203*Vr+96,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,5)===J?(n=J,Vr+=5):(n=u,0===zr&&eu(vn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function oo(){var e,t,n=203*Vr+97,r=Hr[n];if(r)return Vr=r.nextPos,r.result;for(e=[],(t=ru())===u&&(t=ou())===u&&(t=iu());t!==u;)e.push(t),(t=ru())===u&&(t=ou())===u&&(t=iu());return Hr[n]={nextPos:Vr,result:e},e}function io(){var t,n,r,o=203*Vr+98,i=Hr[o];return i?(Vr=i.nextPos,i.result):(t=Vr,n=oo(),59===e.charCodeAt(Vr)?(r=G,Vr++):(r=u,0===zr&&eu(Fn)),r!==u?t=n=[n,r]:(Vr=t,t=u),Hr[o]={nextPos:Vr,result:t},t)}function so(){var t,n,r,o,i,s,a=203*Vr+99,c=Hr[a];return c?(Vr=c.nextPos,c.result):(t=Vr,n=Vr,(r=Yu())===u&&(r=Hu()),(n=r!==u?e.substring(n,Vr):r)!==u&&($r=t,n=function(e){return Fi({type:"ThisExpression",text:e})}(n)),(t=n)===u&&(t=su())===u&&(t=Qo())===u&&(t=pu())===u&&(t=function(){var t,n,r,o,i,s,a,c,l,p,f=203*Vr+100,h=Hr[f];return h?(Vr=h.nextPos,h.result):(t=Vr,91===e.charCodeAt(Vr)?(n=K,Vr++):(n=u,0===zr&&eu(Bn)),n!==u?(oo(),r=Vr,(o=co())!==u?(i=oo(),r=o):(Vr=r,r=u),r===u&&(r=null),93===e.charCodeAt(Vr)?(o=Q,Vr++):(o=u,0===zr&&eu(wn)),o!==u?(98===e.charCodeAt(Vr)?(i=d,Vr++):(i=u,0===zr&&eu(ht)),i===u&&(i=null),$r=t,p=i,t=Fi({type:"ArrayExpression",elements:Ci(r),byte:p})):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=Vr,91===e.charCodeAt(Vr)?(n=K,Vr++):(n=u,0===zr&&eu(Bn)),n!==u?(oo(),(r=ao())!==u?(o=oo(),93===e.charCodeAt(Vr)?(i=Q,Vr++):(i=u,0===zr&&eu(wn)),i!==u?(98===e.charCodeAt(Vr)?(s=d,Vr++):(s=u,0===zr&&eu(ht)),s===u&&(s=null),$r=t,t=function(e,t){return Fi({type:"ArrayExpression",elements:e,byte:t})}(r,s)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=Vr,91===e.charCodeAt(Vr)?(n=K,Vr++):(n=u,0===zr&&eu(Bn)),n!==u?(oo(),(r=ao())!==u?(o=oo(),44===e.charCodeAt(Vr)?(i=Z,Vr++):(i=u,0===zr&&eu(Tn)),i!==u?(s=oo(),a=Vr,(c=co())!==u?(l=oo(),a=c):(Vr=a,a=u),a===u&&(a=null),93===e.charCodeAt(Vr)?(c=Q,Vr++):(c=u,0===zr&&eu(wn)),c!==u?(98===e.charCodeAt(Vr)?(l=d,Vr++):(l=u,0===zr&&eu(ht)),l===u&&(l=null),$r=t,t=function(e,t,n){return Fi({type:"ArrayExpression",elements:e.concat(Ci(t)),byte:n})}(r,a,l)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u))),Hr[f]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n,r,o,i,s=203*Vr+103,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,123===e.charCodeAt(Vr)?(n=ee,Vr++):(n=u,0===zr&&eu(Pn)),n!==u?(oo(),125===e.charCodeAt(Vr)?(r=te,Vr++):(r=u,0===zr&&eu(Nn)),r!==u?($r=t,t=Fi({type:"ObjectExpression",properties:[]})):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=Vr,123===e.charCodeAt(Vr)?(n=ee,Vr++):(n=u,0===zr&&eu(Pn)),n!==u?(oo(),(r=lo())!==u?(oo(),125===e.charCodeAt(Vr)?(o=te,Vr++):(o=u,0===zr&&eu(Nn)),o!==u?($r=t,t=wr(r)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=Vr,123===e.charCodeAt(Vr)?(n=ee,Vr++):(n=u,0===zr&&eu(Pn)),n!==u?(oo(),(r=lo())!==u?(oo(),44===e.charCodeAt(Vr)?(o=Z,Vr++):(o=u,0===zr&&eu(Tn)),o!==u?(oo(),125===e.charCodeAt(Vr)?(i=te,Vr++):(i=u,0===zr&&eu(Nn)),i!==u?($r=t,t=wr(r)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u))),Hr[s]={nextPos:Vr,result:t},t)}(),t===u&&(t=Vr,40===e.charCodeAt(Vr)?(n=X,Vr++):(n=u,0===zr&&eu(xn)),n!==u?(r=oo(),(o=Ro())!==u?(oo(),41===e.charCodeAt(Vr)?(i=Y,Vr++):(i=u,0===zr&&eu(Sn)),i!==u?($r=t,s=o,t=Fi({...s})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)))),Hr[a]={nextPos:Vr,result:t},t)}function ao(){var t,n,r,o,i,s,a,c,l,p,f=203*Vr+101,d=Hr[f];if(d)return Vr=d.nextPos,d.result;if(t=Vr,n=Vr,r=Vr,(o=co())!==u?(oo(),r=o):(Vr=r,r=u),r===u&&(r=null),(o=Ro())!==u?($r=n,c=o,n=Ci(r).concat(c)):(Vr=n,n=u),n!==u){for(r=[],o=Vr,oo(),44===e.charCodeAt(Vr)?(i=Z,Vr++):(i=u,0===zr&&eu(Tn)),i!==u?(oo(),s=Vr,(a=co())!==u?(oo(),s=a):(Vr=s,s=u),s===u&&(s=null),(a=Ro())!==u?($r=o,o=Br(0,s,a)):(Vr=o,o=u)):(Vr=o,o=u);o!==u;)r.push(o),o=Vr,oo(),44===e.charCodeAt(Vr)?(i=Z,Vr++):(i=u,0===zr&&eu(Tn)),i!==u?(oo(),s=Vr,(a=co())!==u?(oo(),s=a):(Vr=s,s=u),s===u&&(s=null),(a=Ro())!==u?($r=o,o=Br(0,s,a)):(Vr=o,o=u)):(Vr=o,o=u);$r=t,l=n,p=r,t=Array.prototype.concat.apply(l,p)}else Vr=t,t=u;return Hr[f]={nextPos:Vr,result:t},t}function co(){var t,n,r,o,i,s,a,c=203*Vr+102,l=Hr[c];if(l)return Vr=l.nextPos,l.result;if(t=Vr,44===e.charCodeAt(Vr)?(n=Z,Vr++):(n=u,0===zr&&eu(Tn)),n!==u){for(r=[],o=Vr,i=oo(),44===e.charCodeAt(Vr)?(s=Z,Vr++):(s=u,0===zr&&eu(Tn)),s!==u?o=i=[i,s]:(Vr=o,o=u);o!==u;)r.push(o),o=Vr,i=oo(),44===e.charCodeAt(Vr)?(s=Z,Vr++):(s=u,0===zr&&eu(Tn)),s!==u?o=i=[i,s]:(Vr=o,o=u);$r=t,a=r.length+1,t=Array.apply(null,new Array(a)).map((function(){return null}))}else Vr=t,t=u;return Hr[c]={nextPos:Vr,result:t},t}function lo(){var t,n,r,o,i,s,a=203*Vr+104,c=Hr[a];if(c)return Vr=c.nextPos,c.result;if(t=Vr,(n=po())!==u){for(r=[],o=Vr,oo(),44===e.charCodeAt(Vr)?(i=Z,Vr++):(i=u,0===zr&&eu(Tn)),i!==u?(oo(),(s=po())!==u?o=s:(Vr=o,o=u)):(Vr=o,o=u);o!==u;)r.push(o),o=Vr,oo(),44===e.charCodeAt(Vr)?(i=Z,Vr++):(i=u,0===zr&&eu(Tn)),i!==u?(oo(),(s=po())!==u?o=s:(Vr=o,o=u)):(Vr=o,o=u);$r=t,t=Tr(n,r)}else Vr=t,t=u;return Hr[a]={nextPos:Vr,result:t},t}function po(){var t,n,r,o,i=203*Vr+105,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,(n=so())!==u?(oo(),"=>"===e.substr(Vr,2)?(r="=>",Vr+=2):(r=u,0===zr&&eu(kn)),r!==u?(oo(),(o=Ro())!==u?($r=t,t=function(e,t){return Fi({type:"Property",key:e,value:t,kind:"init"})}(n,o)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function fo(){var t,n,r,o,i,s,a,c,p,f,d=203*Vr+107,h=Hr[d];if(h)return Vr=h.nextPos,h.result;if(t=Vr,(n=so())===u&&(n=Vr,(r=Ju())!==u?(o=Vr,i=oo(),(s=li())!==u?o=s:(Vr=o,o=u),o===u&&(o=null),i=oo(),91===e.charCodeAt(Vr)?(s=K,Vr++):(s=u,0===zr&&eu(Bn)),s!==u?(a=oo(),(c=Ro())!==u?(oo(),93===e.charCodeAt(Vr)?(p=Q,Vr++):(p=u,0===zr&&eu(wn)),p!==u?($r=n,n=Fi({type:"ArrayExpression",size:c,ts:o})):(Vr=n,n=u)):(Vr=n,n=u)):(Vr=n,n=u)):(Vr=n,n=u),n===u&&(n=Vr,(r=Ju())!==u?(o=oo(),(i=fo())!==u?(s=oo(),(a=go())!==u?($r=n,n=Fi({type:"NewExpression",callee:i,arguments:a})):(Vr=n,n=u)):(Vr=n,n=u)):(Vr=n,n=u))),n!==u){for(r=[],o=Vr,i=oo(),91===e.charCodeAt(Vr)?(s=K,Vr++):(s=u,0===zr&&eu(Bn)),s!==u?(a=oo(),(c=Ro())!==u?(oo(),93===e.charCodeAt(Vr)?(p=Q,Vr++):(p=u,0===zr&&eu(wn)),p!==u?($r=o,o=Pr(0,c)):(Vr=o,o=u)):(Vr=o,o=u)):(Vr=o,o=u),o===u&&(o=Vr,i=oo(),46===e.charCodeAt(Vr)?(s=l,Vr++):(s=u,0===zr&&eu(rt)),s!==u?(a=oo(),(c=au())!==u?($r=o,o=Nr(0,c)):(Vr=o,o=u)):(Vr=o,o=u));o!==u;)r.push(o),o=Vr,i=oo(),91===e.charCodeAt(Vr)?(s=K,Vr++):(s=u,0===zr&&eu(Bn)),s!==u?(a=oo(),(c=Ro())!==u?(oo(),93===e.charCodeAt(Vr)?(p=Q,Vr++):(p=u,0===zr&&eu(wn)),p!==u?($r=o,o=Pr(0,c)):(Vr=o,o=u)):(Vr=o,o=u)):(Vr=o,o=u),o===u&&(o=Vr,i=oo(),46===e.charCodeAt(Vr)?(s=l,Vr++):(s=u,0===zr&&eu(rt)),s!==u?(a=oo(),(c=au())!==u?($r=o,o=Nr(0,c)):(Vr=o,o=u)):(Vr=o,o=u));$r=t,f=n,t=r.reduce((function(e,t){return Fi({type:"MemberExpression",object:e,property:t.property,computed:t.computed})}),f)}else Vr=t,t=u;return Hr[d]={nextPos:Vr,result:t},t}function ho(){var e,t,n=203*Vr+108,r=Hr[n];return r?(Vr=r.nextPos,r.result):((e=fo())===u&&(e=Vr,Ju()!==u?(oo(),(t=ho())!==u?($r=e,e=Fi({type:"NewExpression",callee:t,arguments:[]})):(Vr=e,e=u)):(Vr=e,e=u)),Hr[n]={nextPos:Vr,result:e},e)}function go(){var t,n,r,o,i=203*Vr+110,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,40===e.charCodeAt(Vr)?(n=X,Vr++):(n=u,0===zr&&eu(xn)),n!==u?(oo(),r=Vr,o=function(){var t,n,r,o,i,s,a=203*Vr+111,c=Hr[a];if(c)return Vr=c.nextPos,c.result;if(t=Vr,(n=Ro())!==u){for(r=[],o=Vr,oo(),44===e.charCodeAt(Vr)?(i=Z,Vr++):(i=u,0===zr&&eu(Tn)),i!==u?(oo(),(s=Ro())!==u?o=s:(Vr=o,o=u)):(Vr=o,o=u);o!==u;)r.push(o),o=Vr,oo(),44===e.charCodeAt(Vr)?(i=Z,Vr++):(i=u,0===zr&&eu(Tn)),i!==u?(oo(),(s=Ro())!==u?o=s:(Vr=o,o=u)):(Vr=o,o=u);$r=t,t=Tr(n,r)}else Vr=t,t=u;return Hr[a]={nextPos:Vr,result:t},t}(),o!==u?(oo(),r=o):(Vr=r,r=u),r===u&&(r=null),41===e.charCodeAt(Vr)?(o=Y,Vr++):(o=u,0===zr&&eu(Sn)),o!==u?($r=t,t=Ci(r)):(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function mo(){var t,n=203*Vr+112,r=Hr[n];return r?(Vr=r.nextPos,r.result):((t=function(){var t,n,r,o,i,s,a,c,p,f=203*Vr+109,d=Hr[f];if(d)return Vr=d.nextPos,d.result;if(t=Vr,n=Vr,(r=fo())!==u?(o=oo(),(i=go())!==u?($r=n,n=Fi({type:"CallExpression",callee:r,arguments:i})):(Vr=n,n=u)):(Vr=n,n=u),n!==u){for(r=[],o=Vr,i=oo(),(s=go())!==u?($r=o,o=kr(0,s)):(Vr=o,o=u),o===u&&(o=Vr,i=oo(),91===e.charCodeAt(Vr)?(s=K,Vr++):(s=u,0===zr&&eu(Bn)),s!==u?(oo(),(a=Ro())!==u?(oo(),93===e.charCodeAt(Vr)?(c=Q,Vr++):(c=u,0===zr&&eu(wn)),c!==u?($r=o,o=Or(0,a)):(Vr=o,o=u)):(Vr=o,o=u)):(Vr=o,o=u),o===u&&(o=Vr,i=oo(),46===e.charCodeAt(Vr)?(s=l,Vr++):(s=u,0===zr&&eu(rt)),s!==u?(oo(),(a=au())!==u?($r=o,o=Ir(0,a)):(Vr=o,o=u)):(Vr=o,o=u)));o!==u;)r.push(o),o=Vr,i=oo(),(s=go())!==u?($r=o,o=kr(0,s)):(Vr=o,o=u),o===u&&(o=Vr,i=oo(),91===e.charCodeAt(Vr)?(s=K,Vr++):(s=u,0===zr&&eu(Bn)),s!==u?(oo(),(a=Ro())!==u?(oo(),93===e.charCodeAt(Vr)?(c=Q,Vr++):(c=u,0===zr&&eu(wn)),c!==u?($r=o,o=Or(0,a)):(Vr=o,o=u)):(Vr=o,o=u)):(Vr=o,o=u),o===u&&(o=Vr,i=oo(),46===e.charCodeAt(Vr)?(s=l,Vr++):(s=u,0===zr&&eu(rt)),s!==u?(oo(),(a=au())!==u?($r=o,o=Ir(0,a)):(Vr=o,o=u)):(Vr=o,o=u)));$r=t,p=n,t=r.reduce((function(e,t){return t[Ai[t.type]]=e,t}),p)}else Vr=t,t=u;return Hr[f]={nextPos:Vr,result:t},t}())===u&&(t=ho()),Hr[n]={nextPos:Vr,result:t},t)}function Do(){var t,n,r,o=203*Vr+113,i=Hr[o];return i?(Vr=i.nextPos,i.result):((t=mo())===u&&(t=Vr,n=function(){var t,n,r,o,i,s=203*Vr+114,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,(t=(n=Iu())!==u?e.substring(t,Vr):n)===u&&(t=Vr,(t=(n=ro())!==u?e.substring(t,Vr):n)===u&&(t=Vr,(t=(n=eo())!==u?e.substring(t,Vr):n)===u&&(t=Vr,n=Vr,43===e.charCodeAt(Vr)?(r="+",Vr++):(r=u,0===zr&&eu(On)),r!==u?(o=Vr,zr++,61===e.charCodeAt(Vr)?(i=ne,Vr++):(i=u,0===zr&&eu(In)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),(t=n!==u?e.substring(t,Vr):n)===u&&(t=Vr,n=Vr,45===e.charCodeAt(Vr)?(r="-",Vr++):(r=u,0===zr&&eu(Ln)),r!==u?(o=Vr,zr++,61===e.charCodeAt(Vr)?(i=ne,Vr++):(i=u,0===zr&&eu(In)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),(t=n!==u?e.substring(t,Vr):n)===u&&(126===e.charCodeAt(Vr)?(t="~",Vr++):(t=u,0===zr&&eu(jn)),t===u&&(33===e.charCodeAt(Vr)?(t="!",Vr++):(t=u,0===zr&&eu(_n)))))))),Hr[s]={nextPos:Vr,result:t},t)}(),n!==u?(oo(),(r=Do())!==u?($r=t,t=Fi({type:"UnaryExpression",operator:n,argument:r,prefix:!0})):(Vr=t,t=u)):(Vr=t,t=u)),Hr[o]={nextPos:Vr,result:t},t)}function yo(){var e,t,n,r,o,i,s=203*Vr+115,a=Hr[s];return a?(Vr=a.nextPos,a.result):(e=Vr,(t=Do())!==u?(n=Vr,oo(),(r=hi())!==u?n=r:(Vr=n,n=u),n===u&&(n=null),$r=e,o=t,e=(i=n)?Fi({type:"AsExpression",expr:o,ts:i}):o):(Vr=e,e=u),Hr[s]={nextPos:Vr,result:e},e)}function Eo(){var e,t,n,r,o,i,s,a,c=203*Vr+116,l=Hr[c];if(l)return Vr=l.nextPos,l.result;if(e=Vr,(t=yo())!==u){for(n=[],r=Vr,o=oo(),(i=Ao())!==u?(s=oo(),(a=yo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);r!==u;)n.push(r),r=Vr,o=oo(),(i=Ao())!==u?(s=oo(),(a=yo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);$r=e,e=Lr(t,n)}else Vr=e,e=u;return Hr[c]={nextPos:Vr,result:e},e}function Ao(){var t,n,r,o,i,s=203*Vr+117,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,n=Vr,42===e.charCodeAt(Vr)?(r="*",Vr++):(r=u,0===zr&&eu(Mn)),r!==u?(o=Vr,zr++,61===e.charCodeAt(Vr)?(i=ne,Vr++):(i=u,0===zr&&eu(In)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),(t=n!==u?e.substring(t,Vr):n)===u&&(t=Vr,n=Vr,47===e.charCodeAt(Vr)?(r="/",Vr++):(r=u,0===zr&&eu(Rn)),r!==u?(o=Vr,zr++,61===e.charCodeAt(Vr)?(i=ne,Vr++):(i=u,0===zr&&eu(In)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),(t=n!==u?e.substring(t,Vr):n)===u&&(t=Vr,n=Vr,37===e.charCodeAt(Vr)?(r="%",Vr++):(r=u,0===zr&&eu(Vn)),r!==u?(o=Vr,zr++,61===e.charCodeAt(Vr)?(i=ne,Vr++):(i=u,0===zr&&eu(In)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),t=n!==u?e.substring(t,Vr):n)),Hr[s]={nextPos:Vr,result:t},t)}function Co(){var e,t,n,r,o,i,s,a,c=203*Vr+118,l=Hr[c];if(l)return Vr=l.nextPos,l.result;if(e=Vr,(t=Eo())!==u){for(n=[],r=Vr,o=oo(),(i=bo())!==u?(s=oo(),(a=Eo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);r!==u;)n.push(r),r=Vr,o=oo(),(i=bo())!==u?(s=oo(),(a=Eo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);$r=e,e=Lr(t,n)}else Vr=e,e=u;return Hr[c]={nextPos:Vr,result:e},e}function bo(){var t,n,r,o,i,s=203*Vr+119,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,n=Vr,43===e.charCodeAt(Vr)?(r="+",Vr++):(r=u,0===zr&&eu(On)),r!==u?(o=Vr,zr++,Fe.test(e.charAt(Vr))?(i=e.charAt(Vr),Vr++):(i=u,0===zr&&eu($n)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),(t=n!==u?e.substring(t,Vr):n)===u&&(t=Vr,n=Vr,45===e.charCodeAt(Vr)?(r="-",Vr++):(r=u,0===zr&&eu(Ln)),r!==u?(o=Vr,zr++,xe.test(e.charAt(Vr))?(i=e.charAt(Vr),Vr++):(i=u,0===zr&&eu(Wn)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),t=n!==u?e.substring(t,Vr):n),Hr[s]={nextPos:Vr,result:t},t)}function vo(){var e,t,n,r,o,i,s,a,c=203*Vr+120,l=Hr[c];if(l)return Vr=l.nextPos,l.result;if(e=Vr,(t=Co())!==u){for(n=[],r=Vr,o=oo(),(i=Fo())!==u?(s=oo(),(a=Co())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);r!==u;)n.push(r),r=Vr,o=oo(),(i=Fo())!==u?(s=oo(),(a=Co())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);$r=e,e=Lr(t,n)}else Vr=e,e=u;return Hr[c]={nextPos:Vr,result:e},e}function Fo(){var t,n,r,o,i,s=203*Vr+121,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,n=Vr,"<<"===e.substr(Vr,2)?(r="<<",Vr+=2):(r=u,0===zr&&eu(qn)),r!==u?(o=Vr,zr++,61===e.charCodeAt(Vr)?(i=ne,Vr++):(i=u,0===zr&&eu(In)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),(t=n!==u?e.substring(t,Vr):n)===u&&(t=Vr,n=Vr,">>"===e.substr(Vr,2)?(r=">>",Vr+=2):(r=u,0===zr&&eu(Un)),r!==u?(o=Vr,zr++,61===e.charCodeAt(Vr)?(i=ne,Vr++):(i=u,0===zr&&eu(In)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),t=n!==u?e.substring(t,Vr):n),Hr[s]={nextPos:Vr,result:t},t)}function xo(){var e,t,n,r,o,i,s,a,c=203*Vr+122,l=Hr[c];if(l)return Vr=l.nextPos,l.result;if(e=Vr,(t=vo())!==u){for(n=[],r=Vr,o=oo(),(i=So())!==u?(s=oo(),(a=vo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);r!==u;)n.push(r),r=Vr,o=oo(),(i=So())!==u?(s=oo(),(a=vo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);$r=e,e=Lr(t,n)}else Vr=e,e=u;return Hr[c]={nextPos:Vr,result:e},e}function So(){var t,n,r,o,i,s=203*Vr+123,a=Hr[s];return a?(Vr=a.nextPos,a.result):("<="===e.substr(Vr,2)?(t="<=",Vr+=2):(t=u,0===zr&&eu(zn)),t===u&&(">="===e.substr(Vr,2)?(t=">=",Vr+=2):(t=u,0===zr&&eu(Hn)),t===u&&(t=Vr,n=Vr,60===e.charCodeAt(Vr)?(r="<",Vr++):(r=u,0===zr&&eu(Jn)),r!==u?(o=Vr,zr++,60===e.charCodeAt(Vr)?(i="<",Vr++):(i=u,0===zr&&eu(Jn)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),(t=n!==u?e.substring(t,Vr):n)===u&&(t=Vr,n=Vr,62===e.charCodeAt(Vr)?(r=">",Vr++):(r=u,0===zr&&eu(Gn)),r!==u?(o=Vr,zr++,62===e.charCodeAt(Vr)?(i=">",Vr++):(i=u,0===zr&&eu(Gn)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),(t=n!==u?e.substring(t,Vr):n)===u&&(t=Vr,(t=(n=Uu())!==u?e.substring(t,Vr):n)===u&&(t=Vr,t=(n=Wu())!==u?e.substring(t,Vr):n))))),Hr[s]={nextPos:Vr,result:t},t)}function Bo(){var e,t,n,r,o,i,s,a,c=203*Vr+124,l=Hr[c];if(l)return Vr=l.nextPos,l.result;if(e=Vr,(t=xo())!==u){for(n=[],r=Vr,o=oo(),(i=wo())!==u?(s=oo(),(a=xo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);r!==u;)n.push(r),r=Vr,o=oo(),(i=wo())!==u?(s=oo(),(a=xo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);$r=e,e=Lr(t,n)}else Vr=e,e=u;return Hr[c]={nextPos:Vr,result:e},e}function wo(){var t,n=203*Vr+125,r=Hr[n];return r?(Vr=r.nextPos,r.result):("==="===e.substr(Vr,3)?(t="===",Vr+=3):(t=u,0===zr&&eu(Xn)),t===u&&("!=="===e.substr(Vr,3)?(t="!==",Vr+=3):(t=u,0===zr&&eu(Yn)),t===u&&("=="===e.substr(Vr,2)?(t="==",Vr+=2):(t=u,0===zr&&eu(Kn)),t===u&&("!="===e.substr(Vr,2)?(t="!=",Vr+=2):(t=u,0===zr&&eu(Qn))))),Hr[n]={nextPos:Vr,result:t},t)}function To(){var e,t,n,r,o,i,s,a,c=203*Vr+126,l=Hr[c];if(l)return Vr=l.nextPos,l.result;if(e=Vr,(t=Bo())!==u){for(n=[],r=Vr,o=oo(),(i=Po())!==u?(s=oo(),(a=Bo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);r!==u;)n.push(r),r=Vr,o=oo(),(i=Po())!==u?(s=oo(),(a=Bo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);$r=e,e=Lr(t,n)}else Vr=e,e=u;return Hr[c]={nextPos:Vr,result:e},e}function Po(){var t,n,r,o,i,s=203*Vr+127,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,n=Vr,38===e.charCodeAt(Vr)?(r="&",Vr++):(r=u,0===zr&&eu(Zn)),r!==u?(o=Vr,zr++,Se.test(e.charAt(Vr))?(i=e.charAt(Vr),Vr++):(i=u,0===zr&&eu(er)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),t=n!==u?e.substring(t,Vr):n,Hr[s]={nextPos:Vr,result:t},t)}function No(){var e,t,n,r,o,i,s,a,c=203*Vr+128,l=Hr[c];if(l)return Vr=l.nextPos,l.result;if(e=Vr,(t=To())!==u){for(n=[],r=Vr,o=oo(),(i=ko())!==u?(s=oo(),(a=To())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);r!==u;)n.push(r),r=Vr,o=oo(),(i=ko())!==u?(s=oo(),(a=To())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);$r=e,e=Lr(t,n)}else Vr=e,e=u;return Hr[c]={nextPos:Vr,result:e},e}function ko(){var t,n,r,o,i,s=203*Vr+129,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,n=Vr,94===e.charCodeAt(Vr)?(r="^",Vr++):(r=u,0===zr&&eu(tr)),r!==u?(o=Vr,zr++,61===e.charCodeAt(Vr)?(i=ne,Vr++):(i=u,0===zr&&eu(In)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),t=n!==u?e.substring(t,Vr):n,Hr[s]={nextPos:Vr,result:t},t)}function Oo(){var e,t,n,r,o,i,s,a,c=203*Vr+130,l=Hr[c];if(l)return Vr=l.nextPos,l.result;if(e=Vr,(t=No())!==u){for(n=[],r=Vr,o=oo(),(i=Io())!==u?(s=oo(),(a=No())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);r!==u;)n.push(r),r=Vr,o=oo(),(i=Io())!==u?(s=oo(),(a=No())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);$r=e,e=Lr(t,n)}else Vr=e,e=u;return Hr[c]={nextPos:Vr,result:e},e}function Io(){var t,n,r,o,i,s=203*Vr+131,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,n=Vr,124===e.charCodeAt(Vr)?(r="|",Vr++):(r=u,0===zr&&eu(nr)),r!==u?(o=Vr,zr++,Be.test(e.charAt(Vr))?(i=e.charAt(Vr),Vr++):(i=u,0===zr&&eu(rr)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),t=n!==u?e.substring(t,Vr):n,Hr[s]={nextPos:Vr,result:t},t)}function Lo(){var e,t,n,r,o,i,s,a,c=203*Vr+132,l=Hr[c];if(l)return Vr=l.nextPos,l.result;if(e=Vr,(t=Oo())!==u){for(n=[],r=Vr,o=oo(),(i=jo())!==u?(s=oo(),(a=Oo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);r!==u;)n.push(r),r=Vr,o=oo(),(i=jo())!==u?(s=oo(),(a=Oo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);$r=e,e=jr(t,n)}else Vr=e,e=u;return Hr[c]={nextPos:Vr,result:e},e}function jo(){var t,n,r=203*Vr+133,o=Hr[r];return o?(Vr=o.nextPos,o.result):("&&"===e.substr(Vr,2)?(t="&&",Vr+=2):(t=u,0===zr&&eu(ur)),t===u&&(t=Vr,t=(n=Fu())!==u?e.substring(t,Vr):n),Hr[r]={nextPos:Vr,result:t},t)}function _o(){var e,t,n,r,o,i,s,a,c=203*Vr+134,l=Hr[c];if(l)return Vr=l.nextPos,l.result;if(e=Vr,(t=Lo())!==u){for(n=[],r=Vr,o=oo(),(i=Mo())!==u?(s=oo(),(a=Lo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);r!==u;)n.push(r),r=Vr,o=oo(),(i=Mo())!==u?(s=oo(),(a=Lo())!==u?r=o=[o,i,s,a]:(Vr=r,r=u)):(Vr=r,r=u);$r=e,e=jr(t,n)}else Vr=e,e=u;return Hr[c]={nextPos:Vr,result:e},e}function Mo(){var t,n,r=203*Vr+135,o=Hr[r];return o?(Vr=o.nextPos,o.result):("||"===e.substr(Vr,2)?(t="||",Vr+=2):(t=u,0===zr&&eu(or)),t===u&&(t=Vr,t=(n=Gu())!==u?e.substring(t,Vr):n),Hr[r]={nextPos:Vr,result:t},t)}function Ro(){var t,n,r,o,i,s,a=203*Vr+136,c=Hr[a];return c?(Vr=c.nextPos,c.result):(t=Vr,(n=_o())!==u?(oo(),63===e.charCodeAt(Vr)?(r="?",Vr++):(r=u,0===zr&&eu(ir)),r!==u?(oo(),(o=Ro())!==u?(oo(),58===e.charCodeAt(Vr)?(i=re,Vr++):(i=u,0===zr&&eu(sr)),i!==u?(oo(),(s=Ro())!==u?($r=t,t=Fi({type:"ConditionalExpression",test:n,consequent:o,alternate:s})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=_o()),Hr[a]={nextPos:Vr,result:t},t)}function Vo(){var t,n=203*Vr+139,r=Hr[n];return r?(Vr=r.nextPos,r.result):("++"===e.substr(Vr,2)?(t="++",Vr+=2):(t=u,0===zr&&eu(yr)),t===u&&("--"===e.substr(Vr,2)?(t="--",Vr+=2):(t=u,0===zr&&eu(Er))),Hr[n]={nextPos:Vr,result:t},t)}function $o(){var t,n=203*Vr+140,r=Hr[n];return r?(Vr=r.nextPos,r.result):((t=function(){var t,n,r,o,i=203*Vr+137,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,(n=mo())!==u?(oo(),r=function(){var t,n,r,o,i,s=203*Vr+138,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,n=Vr,61===e.charCodeAt(Vr)?(r=ne,Vr++):(r=u,0===zr&&eu(In)),r!==u?(o=Vr,zr++,61===e.charCodeAt(Vr)?(i=ne,Vr++):(i=u,0===zr&&eu(In)),zr--,i===u?o=void 0:(Vr=o,o=u),o!==u?n=r=[r,o]:(Vr=n,n=u)):(Vr=n,n=u),(t=n!==u?e.substring(t,Vr):n)===u&&("*="===e.substr(Vr,2)?(t="*=",Vr+=2):(t=u,0===zr&&eu(ar)),t===u&&("/="===e.substr(Vr,2)?(t="/=",Vr+=2):(t=u,0===zr&&eu(cr)),t===u&&("%="===e.substr(Vr,2)?(t="%=",Vr+=2):(t=u,0===zr&&eu(lr)),t===u&&("+="===e.substr(Vr,2)?(t="+=",Vr+=2):(t=u,0===zr&&eu(pr)),t===u&&("-="===e.substr(Vr,2)?(t="-=",Vr+=2):(t=u,0===zr&&eu(fr)),t===u&&("<<="===e.substr(Vr,3)?(t="<<=",Vr+=3):(t=u,0===zr&&eu(dr)),t===u&&(">>="===e.substr(Vr,3)?(t=">>=",Vr+=3):(t=u,0===zr&&eu(hr)),t===u&&("&="===e.substr(Vr,2)?(t="&=",Vr+=2):(t=u,0===zr&&eu(gr)),t===u&&("^="===e.substr(Vr,2)?(t="^=",Vr+=2):(t=u,0===zr&&eu(mr)),t===u&&("|="===e.substr(Vr,2)?(t="|=",Vr+=2):(t=u,0===zr&&eu(Dr)))))))))))),Hr[s]={nextPos:Vr,result:t},t)}(),r!==u?(oo(),(o=Ro())!==u?($r=t,t=Fi({type:"AssignmentExpression",operator:r,left:n,right:o})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=Vr,(n=mo())!==u?(oo(),(r=Vo())!==u?($r=t,t=Fi({type:"UpdateExpression",operator:r,argument:n,prefix:!1})):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=Vr,(n=Vo())!==u?(oo(),(r=mo())!==u?($r=t,a=n,c=r,t=Fi({type:"UpdateExpression",operator:a,argument:c,prefix:!0})):(Vr=t,t=u)):(Vr=t,t=u))),Hr[i]={nextPos:Vr,result:t},t);var a,c}())===u&&(t=Ro()),Hr[n]={nextPos:Vr,result:t},t)}function Wo(){var t,n,r,o,i,s,a,c,l=203*Vr+141,p=Hr[l];if(p)return Vr=p.nextPos,p.result;if(t=Vr,(n=$o())!==u){for(r=[],o=Vr,oo(),44===e.charCodeAt(Vr)?(i=Z,Vr++):(i=u,0===zr&&eu(Tn)),i!==u&&(s=$o())!==u?o=s:(Vr=o,o=u);o!==u;)r.push(o),o=Vr,oo(),44===e.charCodeAt(Vr)?(i=Z,Vr++):(i=u,0===zr&&eu(Tn)),i!==u&&(s=$o())!==u?o=s:(Vr=o,o=u);$r=t,a=n,t=Fi((c=r).length?{type:"SequenceExpression",expressions:[a,...c]}:a)}else Vr=t,t=u;return Hr[l]={nextPos:Vr,result:t},t}function qo(){var t,n=203*Vr+142,r=Hr[n];return r?(Vr=r.nextPos,r.result):((t=Uo())===u&&(t=Ho())===u&&(t=function(){var t,n,r,o=203*Vr+149,i=Hr[o];return i?(Vr=i.nextPos,i.result):(t=Vr,n=Vr,zr++,123===e.charCodeAt(Vr)?(r=ee,Vr++):(r=u,0===zr&&eu(Pn)),r===u&&(r=$u()),zr--,r===u?n=void 0:(Vr=n,n=u),n!==u&&(r=$o())!==u&&io()!==u?($r=t,t=Fi({type:"ExpressionStatement",expression:r})):(Vr=t,t=u),Hr[o]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n,r,o,i,s,a=203*Vr+150,c=Hr[a];return c?(Vr=c.nextPos,c.result):(t=Vr,qu()!==u?(oo(),40===e.charCodeAt(Vr)?(n=X,Vr++):(n=u,0===zr&&eu(xn)),n!==u?(oo(),(r=Ro())!==u?(oo(),41===e.charCodeAt(Vr)?(o=Y,Vr++):(o=u,0===zr&&eu(Sn)),o!==u?(oo(),(i=qo())!==u?(oo(),ju()!==u?(oo(),(s=qo())!==u?($r=t,t=Fi({type:"IfStatement",test:r,consequent:i,alternate:s})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=Vr,qu()!==u?(oo(),40===e.charCodeAt(Vr)?(n=X,Vr++):(n=u,0===zr&&eu(xn)),n!==u?(oo(),(r=Ro())!==u?(oo(),41===e.charCodeAt(Vr)?(o=Y,Vr++):(o=u,0===zr&&eu(Sn)),o!==u?(oo(),(i=qo())!==u?($r=t,t=Fi({type:"IfStatement",test:r,consequent:i,alternate:null})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)),Hr[a]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n,r,o,i,s,a,c,l,p,f,d,h=203*Vr+151,g=Hr[h];return g?(Vr=g.nextPos,g.result):(t=Vr,Lu()!==u?(oo(),(n=qo())!==u?(oo(),(r=uo())!==u?(o=oo(),40===e.charCodeAt(Vr)?(i=X,Vr++):(i=u,0===zr&&eu(xn)),i!==u?(s=oo(),(a=Ro())!==u?(oo(),41===e.charCodeAt(Vr)?(c=Y,Vr++):(c=u,0===zr&&eu(Sn)),c!==u&&(l=io())!==u?($r=t,t=Fi({type:"DoWhileStatement",body:n,test:a})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=Vr,uo()!==u?(oo(),40===e.charCodeAt(Vr)?(n=X,Vr++):(n=u,0===zr&&eu(xn)),n!==u?(oo(),(r=Ro())!==u?(o=oo(),41===e.charCodeAt(Vr)?(i=Y,Vr++):(i=u,0===zr&&eu(Sn)),i!==u?(s=oo(),(a=qo())!==u?($r=t,t=Fi({type:"WhileStatement",test:r,body:a})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=Vr,Vu()!==u?(oo(),40===e.charCodeAt(Vr)?(n=X,Vr++):(n=u,0===zr&&eu(xn)),n!==u?(oo(),r=Vr,(o=Wo())!==u?(i=oo(),r=o):(Vr=r,r=u),r===u&&(r=null),59===e.charCodeAt(Vr)?(o=G,Vr++):(o=u,0===zr&&eu(Fn)),o!==u?(i=oo(),s=Vr,(a=Ro())!==u?(oo(),s=a):(Vr=s,s=u),s===u&&(s=null),59===e.charCodeAt(Vr)?(a=G,Vr++):(a=u,0===zr&&eu(Fn)),a!==u?(oo(),c=Vr,(l=Wo())!==u?(oo(),c=l):(Vr=c,c=u),c===u&&(c=null),41===e.charCodeAt(Vr)?(l=Y,Vr++):(l=u,0===zr&&eu(Sn)),l!==u?(oo(),(p=qo())!==u?($r=t,t=Rr(r,s,c,p)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=Vr,Vu()!==u?(oo(),40===e.charCodeAt(Vr)?(n=X,Vr++):(n=u,0===zr&&eu(xn)),n!==u?(oo(),(r=no())!==u?(o=oo(),i=Vr,(s=Jo())!==u&&($r=i,s=Fi({type:"VariableDeclaration",declarations:s,kind:"var"})),(i=s)!==u?(s=oo(),59===e.charCodeAt(Vr)?(a=G,Vr++):(a=u,0===zr&&eu(Fn)),a!==u?(oo(),c=Vr,(l=Ro())!==u?(oo(),c=l):(Vr=c,c=u),c===u&&(c=null),59===e.charCodeAt(Vr)?(l=G,Vr++):(l=u,0===zr&&eu(Fn)),l!==u?(oo(),p=Vr,(f=Wo())!==u?(oo(),p=f):(Vr=p,p=u),p===u&&(p=null),41===e.charCodeAt(Vr)?(f=Y,Vr++):(f=u,0===zr&&eu(Sn)),f!==u?(oo(),(d=qo())!==u?($r=t,t=Rr(i,c,p,d)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)))),Hr[h]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var e,t,n=203*Vr+152,r=Hr[n];return r?(Vr=r.nextPos,r.result):(e=Vr,Nu()!==u&&io()!==u?($r=e,e=Fi({type:"ContinueStatement",label:null})):(Vr=e,e=u),e===u&&(e=Vr,Nu()!==u?(oo(),(t=su())!==u&&io()!==u?($r=e,e=Fi({type:"ContinueStatement",label:t})):(Vr=e,e=u)):(Vr=e,e=u)),Hr[n]={nextPos:Vr,result:e},e)}(),t===u&&(t=function(){var e,t,n=203*Vr+153,r=Hr[n];return r?(Vr=r.nextPos,r.result):(e=Vr,Su()!==u&&io()!==u?($r=e,e=Fi({type:"BreakStatement",label:null})):(Vr=e,e=u),e===u&&(e=Vr,Su()!==u?(oo(),(t=su())!==u&&io()!==u?($r=e,e=Fi({type:"BreakStatement",label:t})):(Vr=e,e=u)):(Vr=e,e=u)),Hr[n]={nextPos:Vr,result:e},e)}(),t===u&&(t=function(){var e,t,n=203*Vr+154,r=Hr[n];return r?(Vr=r.nextPos,r.result):(e=Vr,Xu()!==u&&io()!==u?($r=e,e=Fi({type:"ReturnStatement",argument:null})):(Vr=e,e=u),e===u&&(e=Vr,Xu()!==u?(oo(),(t=Ro())!==u&&io()!==u?($r=e,e=Fi({type:"ReturnStatement",argument:t})):(Vr=e,e=u)):(Vr=e,e=u)),Hr[n]={nextPos:Vr,result:e},e)}(),t===u&&(t=function(){var t,n,r,o,i=203*Vr+161,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,(n=su())!==u?(oo(),58===e.charCodeAt(Vr)?(r=re,Vr++):(r=u,0===zr&&eu(sr)),r!==u?(oo(),(o=qo())!==u?($r=t,t=Fi({type:"LabeledStatement",label:n,body:o})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var t,n,r,o,i,s=203*Vr+155,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,Ku()!==u?(oo(),40===e.charCodeAt(Vr)?(n=X,Vr++):(n=u,0===zr&&eu(xn)),n!==u?(oo(),(r=Ro())!==u?(oo(),41===e.charCodeAt(Vr)?(o=Y,Vr++):(o=u,0===zr&&eu(Sn)),o!==u?(oo(),i=function(){var t,n,r,o,i,s,a,c,l=203*Vr+156,p=Hr[l];return p?(Vr=p.nextPos,p.result):(t=Vr,123===e.charCodeAt(Vr)?(n=ee,Vr++):(n=u,0===zr&&eu(Pn)),n!==u?(oo(),r=Vr,(o=Xo())!==u?(oo(),r=o):(Vr=r,r=u),r===u&&(r=null),125===e.charCodeAt(Vr)?(o=te,Vr++):(o=u,0===zr&&eu(Nn)),o!==u?($r=t,t=Ci(r)):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=Vr,123===e.charCodeAt(Vr)?(n=ee,Vr++):(n=u,0===zr&&eu(Pn)),n!==u?(oo(),r=Vr,(o=Xo())!==u?(oo(),r=o):(Vr=r,r=u),r===u&&(r=null),o=function(){var t,n,r,o,i=203*Vr+160,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,Ou()!==u?(oo(),58===e.charCodeAt(Vr)?(n=re,Vr++):(n=u,0===zr&&eu(sr)),n!==u?(r=Vr,oo(),(o=zo())!==u?r=o:(Vr=r,r=u),r===u&&(r=null),$r=t,t=Fi({type:"SwitchCase",test:null,consequent:Ci(r)})):(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}(),o!==u?(oo(),i=Vr,(s=Xo())!==u?(oo(),i=s):(Vr=i,i=u),i===u&&(i=null),125===e.charCodeAt(Vr)?(s=te,Vr++):(s=u,0===zr&&eu(Nn)),s!==u?($r=t,a=o,c=i,t=Ci(r).concat(a).concat(Ci(c))):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)),Hr[l]={nextPos:Vr,result:t},t)}(),i!==u?($r=t,t=Fi({type:"SwitchStatement",discriminant:r,cases:i})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),Hr[s]={nextPos:Vr,result:t},t)}(),t===u&&(t=function(){var e,t,n=203*Vr+162,r=Hr[n];return r?(Vr=r.nextPos,r.result):(e=Vr,Qu()!==u?(oo(),(t=Ro())!==u&&io()!==u?($r=e,e=Fi({type:"ThrowStatement",argument:t})):(Vr=e,e=u)):(Vr=e,e=u),Hr[n]={nextPos:Vr,result:e},e)}(),t===u&&(t=function(){var e,t,n,r,o=203*Vr+163,i=Hr[o];return i?(Vr=i.nextPos,i.result):(e=Vr,Zu()!==u?(oo(),(t=Uo())!==u?(oo(),n=function(){var e,t,n,r,o,i=203*Vr+164,s=Hr[i];if(s)return Vr=s.nextPos,s.result;if(e=Vr,t=[],n=Vr,(r=Ko())!==u?(oo(),n=r):(Vr=n,n=u),n!==u)for(;n!==u;)t.push(n),n=Vr,(r=Ko())!==u?(oo(),n=r):(Vr=n,n=u);else t=u;return t!==u&&($r=e,t=1==(o=t).length?o[0]:Fi({type:"CatchClauses",catches:o})),e=t,Hr[i]={nextPos:Vr,result:e},e}(),n===u&&(n=null),oo(),r=function(){var e,t,n=203*Vr+167,r=Hr[n];return r?(Vr=r.nextPos,r.result):(e=Vr,Ru()!==u?(oo(),(t=Uo())!==u?($r=e,e=t):(Vr=e,e=u)):(Vr=e,e=u),Hr[n]={nextPos:Vr,result:e},e)}(),r===u&&(r=null),$r=e,e=Fi({type:"TryStatement",block:t,handler:n,finalizer:r})):(Vr=e,e=u)):(Vr=e,e=u),Hr[o]={nextPos:Vr,result:e},e)}(),t===u&&(t=function(){var e,t=203*Vr+168,n=Hr[t];return n?(Vr=n.nextPos,n.result):(e=Vr,ku()!==u&&io()!==u?($r=e,e=Fi({type:"DebuggerStatement"})):(Vr=e,e=u),Hr[t]={nextPos:Vr,result:e},e)}()))))))))))),Hr[n]={nextPos:Vr,result:t},t)}function Uo(){var t,n,r,o,i=203*Vr+143,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,123===e.charCodeAt(Vr)?(n=ee,Vr++):(n=u,0===zr&&eu(Pn)),n!==u?(oo(),r=Vr,(o=zo())!==u?(oo(),r=o):(Vr=r,r=u),r===u&&(r=null),125===e.charCodeAt(Vr)?(o=te,Vr++):(o=u,0===zr&&eu(Nn)),o!==u?($r=t,t=_r(r)):(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function zo(){var e,t,n,r,o,i=203*Vr+144,s=Hr[i];if(s)return Vr=s.nextPos,s.result;if(e=Vr,(t=qo())!==u){for(n=[],r=Vr,oo(),(o=qo())!==u?r=o:(Vr=r,r=u);r!==u;)n.push(r),r=Vr,oo(),(o=qo())!==u?r=o:(Vr=r,r=u);$r=e,e=Mr(t,n)}else Vr=e,e=u;return Hr[i]={nextPos:Vr,result:e},e}function Ho(){var t,n,r,o,i,s,a=203*Vr+145,c=Hr[a];return c?(Vr=c.nextPos,c.result):(t=Vr,(n=ei())===u&&(n=null),r=Vr,(o=oi())!==u?r=o=[o,i=oo()]:(Vr=r,r=u),r===u&&(r=null),o=Vr,(o=(i=no())!==u?e.substring(o,Vr):i)===u&&(o=Vr,o=(i=Pu())!==u?e.substring(o,Vr):i),o!==u?(i=oo(),(s=Jo())!==u&&io()!==u?($r=t,t=Fi({type:"VariableDeclaration",declarations:s,kind:o,attrs:n})):(Vr=t,t=u)):(Vr=t,t=u),Hr[a]={nextPos:Vr,result:t},t)}function Jo(){var t,n,r,o,i,s,a=203*Vr+146,c=Hr[a];if(c)return Vr=c.nextPos,c.result;if(t=Vr,(n=Go())!==u){for(r=[],o=Vr,oo(),44===e.charCodeAt(Vr)?(i=Z,Vr++):(i=u,0===zr&&eu(Tn)),i!==u?(oo(),(s=Go())!==u?o=s:(Vr=o,o=u)):(Vr=o,o=u);o!==u;)r.push(o),o=Vr,oo(),44===e.charCodeAt(Vr)?(i=Z,Vr++):(i=u,0===zr&&eu(Tn)),i!==u?(oo(),(s=Go())!==u?o=s:(Vr=o,o=u)):(Vr=o,o=u);$r=t,t=Tr(n,r)}else Vr=t,t=u;return Hr[a]={nextPos:Vr,result:t},t}function Go(){var t,n,r,o,i,s,a,c,l,p=203*Vr+147,f=Hr[p];return f?(Vr=f.nextPos,f.result):(t=Vr,(n=su())!==u?(r=Vr,o=oo(),(i=hi())!==u?r=i:(Vr=r,r=u),r===u&&(r=null),o=Vr,i=oo(),s=function(){var t,n,r,o,i,s=203*Vr+148,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,61===e.charCodeAt(Vr)?(n=ne,Vr++):(n=u,0===zr&&eu(In)),n!==u?(r=Vr,zr++,61===e.charCodeAt(Vr)?(o=ne,Vr++):(o=u,0===zr&&eu(In)),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?(o=oo(),(i=Ro())!==u?($r=t,t=i):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),Hr[s]={nextPos:Vr,result:t},t)}(),s!==u?o=s:(Vr=o,o=u),o===u&&(o=null),$r=t,a=n,c=r,l=o,t=Fi({type:"VariableDeclarator",id:a={...a,ts:c},init:l})):(Vr=t,t=u),Hr[p]={nextPos:Vr,result:t},t)}function Xo(){var e,t,n,r,o,i=203*Vr+157,s=Hr[i];if(s)return Vr=s.nextPos,s.result;if(e=Vr,(t=Yo())!==u){for(n=[],r=Vr,oo(),(o=Yo())!==u?r=o:(Vr=r,r=u);r!==u;)n.push(r),r=Vr,oo(),(o=Yo())!==u?r=o:(Vr=r,r=u);$r=e,e=Mr(t,n)}else Vr=e,e=u;return Hr[i]={nextPos:Vr,result:e},e}function Yo(){var t,n,r,o,i,s=203*Vr+159,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,Bu()!==u?(oo(),(n=Ro())===u&&(n=function(){var e,t,n=203*Vr+158,r=Hr[n];return r?(Vr=r.nextPos,r.result):(e=Vr,Uu()!==u?(oo(),(t=su())!==u?($r=e,e=Fi({type:"InstanceOfCase",id:t})):(Vr=e,e=u)):(Vr=e,e=u),Hr[n]={nextPos:Vr,result:e},e)}()),n!==u?(oo(),58===e.charCodeAt(Vr)?(r=re,Vr++):(r=u,0===zr&&eu(sr)),r!==u?(o=Vr,oo(),(i=zo())!==u?o=i:(Vr=o,o=u),o===u&&(o=null),$r=t,t=Fi({type:"SwitchCase",test:n,consequent:Ci(o)})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),Hr[s]={nextPos:Vr,result:t},t)}function Ko(){var t,n,r,o,i,s=203*Vr+165,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,wu()!==u?(oo(),40===e.charCodeAt(Vr)?(n=X,Vr++):(n=u,0===zr&&eu(xn)),n!==u?(oo(),r=function(){var t,n,r,o,i,s,a,c,l=203*Vr+166,p=Hr[l];return p?(Vr=p.nextPos,p.result):(t=Vr,(n=su())!==u?(r=Vr,oo(),o=Vr,(o=(i=Uu())!==u?e.substring(o,Vr):i)!==u?(i=oo(),(s=ti())!==u?r=[o,s]:(Vr=r,r=u)):(Vr=r,r=u),r===u&&(r=null),$r=t,a=n,t=(c=r)?Fi({type:"BinaryExpression",operator:c[0],left:a,right:c[1]}):a):(Vr=t,t=u),Hr[l]={nextPos:Vr,result:t},t)}(),r!==u?(41===e.charCodeAt(Vr)?(o=Y,Vr++):(o=u,0===zr&&eu(Sn)),o!==u?(oo(),(i=Uo())!==u?($r=t,t=Fi({type:"CatchClause",param:r,body:i})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),Hr[s]={nextPos:Vr,result:t},t)}function Qo(){var t,n,r,o=203*Vr+169,i=Hr[o];return i?(Vr=i.nextPos,i.result):(t=Vr,58===e.charCodeAt(Vr)?(n=re,Vr++):(n=u,0===zr&&eu(sr)),n!==u&&(r=su())!==u?($r=t,t=Fi({type:"Identifier",name:":"+r.name})):(Vr=t,t=u),Hr[o]={nextPos:Vr,result:t},t)}function Zo(){var t,n,r,o,i,s,a,c=203*Vr+171,l=Hr[c];return l?(Vr=l.nextPos,l.result):(t=Vr,(n=Qo())!==u?(r=Vr,oo(),40===e.charCodeAt(Vr)?(o=X,Vr++):(o=u,0===zr&&eu(xn)),o!==u?(oo(),(i=au())===u&&(i=function(){var t,n,r,o,i,s,a,c,l,p=203*Vr+170,f=Hr[p];if(f)return Vr=f.nextPos,f.result;if(t=Vr,91===e.charCodeAt(Vr)?(n=K,Vr++):(n=u,0===zr&&eu(Bn)),n!==u)if(oo(),(r=au())!==u){for(o=[],i=Vr,s=oo(),44===e.charCodeAt(Vr)?(a=Z,Vr++):(a=u,0===zr&&eu(Tn)),a!==u?(oo(),(c=au())!==u?i=c:(Vr=i,i=u)):(Vr=i,i=u);i!==u;)o.push(i),i=Vr,s=oo(),44===e.charCodeAt(Vr)?(a=Z,Vr++):(a=u,0===zr&&eu(Tn)),a!==u?(oo(),(c=au())!==u?i=c:(Vr=i,i=u)):(Vr=i,i=u);i=oo(),93===e.charCodeAt(Vr)?(s=Q,Vr++):(s=u,0===zr&&eu(wn)),s!==u?($r=t,l=o,t=Fi({type:"AttributeArgList",list:[r,...l]})):(Vr=t,t=u)}else Vr=t,t=u;else Vr=t,t=u;return Hr[p]={nextPos:Vr,result:t},t}()),i!==u?(oo(),41===e.charCodeAt(Vr)?(s=Y,Vr++):(s=u,0===zr&&eu(Sn)),s!==u?r=i:(Vr=r,r=u)):(Vr=r,r=u)):(Vr=r,r=u),r===u&&(r=null),$r=t,a=r,t=Fi({type:"Attribute",name:n.name,arg:a})):(Vr=t,t=u),Hr[c]={nextPos:Vr,result:t},t)}function ei(){var t,n,r,o,i,s,a,c,l,p=203*Vr+172,f=Hr[p];if(f)return Vr=f.nextPos,f.result;if(t=Vr,40===e.charCodeAt(Vr)?(n=X,Vr++):(n=u,0===zr&&eu(xn)),n!==u)if(oo(),(r=Zo())!==u){for(o=[],i=Vr,s=oo(),44===e.charCodeAt(Vr)?(a=Z,Vr++):(a=u,0===zr&&eu(Tn)),a!==u?(oo(),(c=Zo())!==u?i=c:(Vr=i,i=u)):(Vr=i,i=u);i!==u;)o.push(i),i=Vr,s=oo(),44===e.charCodeAt(Vr)?(a=Z,Vr++):(a=u,0===zr&&eu(Tn)),a!==u?(oo(),(c=Zo())!==u?i=c:(Vr=i,i=u)):(Vr=i,i=u);i=oo(),41===e.charCodeAt(Vr)?(s=Y,Vr++):(s=u,0===zr&&eu(Sn)),s!==u?(a=oo(),$r=t,l=o,t=Fi({type:"AttributeList",attrs:[r,...l]})):(Vr=t,t=u)}else Vr=t,t=u;else Vr=t,t=u;return Hr[p]={nextPos:Vr,result:t},t}function ti(){var t,n,r,o,i,s,a,c=203*Vr+173,p=Hr[c];if(p)return Vr=p.nextPos,p.result;if(t=Vr,(n=su())!==u){for(r=[],o=Vr,oo(),46===e.charCodeAt(Vr)?(i=l,Vr++):(i=u,0===zr&&eu(rt)),i!==u?(oo(),(s=su())!==u?o=s:(Vr=o,o=u)):(Vr=o,o=u);o!==u;)r.push(o),o=Vr,oo(),46===e.charCodeAt(Vr)?(i=l,Vr++):(i=u,0===zr&&eu(rt)),i!==u?(oo(),(s=su())!==u?o=s:(Vr=o,o=u)):(Vr=o,o=u);$r=t,a=r,t=Fi({type:"Identifier",name:[n,...a].map((e=>e.name)).join(".")})}else Vr=t,t=u;return Hr[c]={nextPos:Vr,result:t},t}function ni(){var e,t,n,r,o,i,s=203*Vr+176,a=Hr[s];return a?(Vr=a.nextPos,a.result):(e=Vr,(t=ei())===u&&(t=null),Tu()!==u?(oo(),(n=su())!==u?(r=Vr,oo(),Mu()!==u?(oo(),(i=ti())!==u?r=i:(Vr=r,r=u)):(Vr=r,r=u),r===u&&(r=null),oo(),(o=ri())!==u?($r=e,e=Fi({type:"ClassDeclaration",id:n,superClass:r,body:o,attrs:t})):(Vr=e,e=u)):(Vr=e,e=u)):(Vr=e,e=u),Hr[s]={nextPos:Vr,result:e},e)}function ri(){var t,n,r,o,i,s,a=203*Vr+177,c=Hr[a];if(c)return Vr=c.nextPos,c.result;if(t=Vr,123===e.charCodeAt(Vr)?(n=ee,Vr++):(n=u,0===zr&&eu(Pn)),n!==u){for(r=[],o=Vr,i=oo(),(s=ui())!==u?o=s:(Vr=o,o=u);o!==u;)r.push(o),o=Vr,i=oo(),(s=ui())!==u?o=s:(Vr=o,o=u);o=oo(),125===e.charCodeAt(Vr)?(i=te,Vr++):(i=u,0===zr&&eu(Nn)),i!==u?($r=t,t=Fi({type:"BlockStatement",body:r})):(Vr=t,t=u)}else Vr=t,t=u;return Hr[a]={nextPos:Vr,result:t},t}function ui(){var t,n,r,o=203*Vr+178,i=Hr[o];return i?(Vr=i.nextPos,i.result):(t=Vr,n=Vr,(r=oi())!==u?(oo(),n=r):(Vr=n,n=u),n===u&&(n=null),r=function(){var t,n,r,o,i,s=203*Vr+180,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,n=Vr,r=function(){var t,n,r,o,i=203*Vr+85,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,6)===M?(n=M,Vr+=6):(n=u,0===zr&&eu(fn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}(),r!==u?(oo(),n=r):(Vr=n,n=u),n===u&&(n=null),(r=ci())!==u?($r=t,o=n,i=r,t=Fi({...i,static:null!=o})):(Vr=t,t=u),Hr[s]={nextPos:Vr,result:t},t)}(),r===u&&(r=ii())===u&&(r=Ho())===u&&(r=ni())===u&&(r=ai()),r!==u?($r=t,t=Fi({type:"ClassElement",access:n,item:r})):(Vr=t,t=u),Hr[o]={nextPos:Vr,result:t},t)}function oi(){var t,n=203*Vr+179,r=Hr[n];return r?(Vr=r.nextPos,r.result):(e.substr(Vr,6)===ue?(t=ue,Vr+=6):(t=u,0===zr&&eu(Ar)),t===u&&(e.substr(Vr,9)===oe?(t=oe,Vr+=9):(t=u,0===zr&&eu(Cr)),t===u&&(e.substr(Vr,6)===ie?(t=ie,Vr+=6):(t=u,0===zr&&eu(br)),t===u&&(e.substr(Vr,7)===se?(t=se,Vr+=7):(t=u,0===zr&&eu(vr))))),Hr[n]={nextPos:Vr,result:t},t)}function ii(){var t,n,r,o,i,s=203*Vr+181,a=Hr[s];return a?(Vr=a.nextPos,a.result):(t=Vr,n=Vr,(r=oi())!==u?n=r=[r,o=oo()]:(Vr=n,n=u),n===u&&(n=null),(r=_u())!==u?(o=Vr,oo(),(i=su())!==u?o=i:(Vr=o,o=u),o===u&&(o=null),oo(),i=function(){var t,n,r,o,i,s,a,c,l,p=203*Vr+182,f=Hr[p];if(f)return Vr=f.nextPos,f.result;if(t=Vr,123===e.charCodeAt(Vr)?(n=ee,Vr++):(n=u,0===zr&&eu(Pn)),n!==u)if(oo(),(r=si())!==u){for(oo(),o=[],i=Vr,44===e.charCodeAt(Vr)?(s=Z,Vr++):(s=u,0===zr&&eu(Tn)),s!==u?(a=oo(),(c=si())!==u?i=c:(Vr=i,i=u)):(Vr=i,i=u);i!==u;)o.push(i),i=Vr,44===e.charCodeAt(Vr)?(s=Z,Vr++):(s=u,0===zr&&eu(Tn)),s!==u?(a=oo(),(c=si())!==u?i=c:(Vr=i,i=u)):(Vr=i,i=u);i=oo(),s=Vr,44===e.charCodeAt(Vr)?(a=Z,Vr++):(a=u,0===zr&&eu(Tn)),a!==u?s=a=[a,c=oo()]:(Vr=s,s=u),s===u&&(s=null),125===e.charCodeAt(Vr)?(a=te,Vr++):(a=u,0===zr&&eu(Nn)),a!==u?($r=t,l=o,t=Fi({type:"EnumStringBody",members:[r,...l]})):(Vr=t,t=u)}else Vr=t,t=u;else Vr=t,t=u;return Hr[p]={nextPos:Vr,result:t},t}(),i!==u?($r=t,t=Fi({type:"EnumDeclaration",id:o,body:i})):(Vr=t,t=u)):(Vr=t,t=u),Hr[s]={nextPos:Vr,result:t},t)}function si(){var t,n,r,o,i,s,a,c=203*Vr+183,l=Hr[c];return l?(Vr=l.nextPos,l.result):(t=Vr,(n=su())!==u?(r=Vr,oo(),61===e.charCodeAt(Vr)?(o=ne,Vr++):(o=u,0===zr&&eu(In)),o!==u?(oo(),(i=Ro())!==u?r=i:(Vr=r,r=u)):(Vr=r,r=u),r===u&&(r=null),$r=t,s=n,t=(a=r)?Fi({type:"EnumStringMember",id:s,init:a}):s):(Vr=t,t=u),Hr[c]={nextPos:Vr,result:t},t)}function ai(){var t,n,r,o,i=203*Vr+184,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,to()!==u?(oo(),(n=su())!==u?(oo(),(r=hi())!==u?(oo(),59===e.charCodeAt(Vr)?(o=G,Vr++):(o=u,0===zr&&eu(Fn)),o!==u?($r=t,t=Fi({type:"TypedefDeclaration",id:n,ts:r})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}function ci(){var t,n,r,o,i,s,a,c,l,p,f=203*Vr+185,d=Hr[f];return d?(Vr=d.nextPos,d.result):(t=Vr,(n=ei())===u&&(n=null),$u()!==u?(oo(),(r=su())!==u?(oo(),40===e.charCodeAt(Vr)?(o=X,Vr++):(o=u,0===zr&&eu(xn)),o!==u?(oo(),i=Vr,(s=mi())!==u?(a=oo(),i=s):(Vr=i,i=u),i===u&&(i=null),41===e.charCodeAt(Vr)?(s=Y,Vr++):(s=u,0===zr&&eu(Sn)),s!==u?(a=Vr,oo(),(c=hi())!==u?a=c:(Vr=a,a=u),a===u&&(a=null),oo(),c=function(){var t,n,r,o,i=203*Vr+194,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,123===e.charCodeAt(Vr)?(n=ee,Vr++):(n=u,0===zr&&eu(Pn)),n!==u?(oo(),r=function(){var e,t,n,r,o,i=203*Vr+201,s=Hr[i];if(s)return Vr=s.nextPos,s.result;if(e=Vr,(t=Ei())!==u){for(n=[],r=Vr,oo(),(o=Ei())!==u?r=o:(Vr=r,r=u);r!==u;)n.push(r),r=Vr,oo(),(o=Ei())!==u?r=o:(Vr=r,r=u);$r=e,e=Mr(t,n)}else Vr=e,e=u;return Hr[i]={nextPos:Vr,result:e},e}(),r===u&&(r=null),oo(),125===e.charCodeAt(Vr)?(o=te,Vr++):(o=u,0===zr&&eu(Nn)),o!==u?($r=t,t=_r(r)):(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}(),c===u&&(c=Vr,59===e.charCodeAt(Vr)?(l=G,Vr++):(l=u,0===zr&&eu(Fn)),l!==u&&($r=c,l=null),c=l),c!==u?($r=t,p=c,t=Fi({type:"FunctionDeclaration",id:r,attrs:n,returnType:a,params:Ci(i),body:p})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),Hr[f]={nextPos:Vr,result:t},t)}function li(){var t,n,r,o,i,s,a,c,l,p,f,d,h,g,m,D=203*Vr+186,y=Hr[D];if(y)return Vr=y.nextPos,y.result;if(t=Vr,(n=ti())!==u){if(r=Vr,o=oo(),60===e.charCodeAt(Vr)?(i="<",Vr++):(i=u,0===zr&&eu(Jn)),i!==u){if(s=oo(),a=Vr,(c=di())!==u){for(l=[],p=Vr,oo(),44===e.charCodeAt(Vr)?(f=Z,Vr++):(f=u,0===zr&&eu(Tn)),f!==u?(oo(),(d=di())!==u?p=d:(Vr=p,p=u)):(Vr=p,p=u);p!==u;)l.push(p),p=Vr,oo(),44===e.charCodeAt(Vr)?(f=Z,Vr++):(f=u,0===zr&&eu(Tn)),f!==u?(oo(),(d=di())!==u?p=d:(Vr=p,p=u)):(Vr=p,p=u);$r=a,m=l,a=[c,...m]}else Vr=a,a=u;a!==u?(c=oo(),62===e.charCodeAt(Vr)?(l=">",Vr++):(l=u,0===zr&&eu(Gn)),l!==u?r=a:(Vr=r,r=u)):(Vr=r,r=u)}else Vr=r,r=u;r===u&&(r=null),o=function(){var t,n,r,o,i,s,a=203*Vr+189,c=Hr[a];return c?(Vr=c.nextPos,c.result):(t=Vr,40===e.charCodeAt(Vr)?(n=X,Vr++):(n=u,0===zr&&eu(xn)),n!==u?(oo(),r=Vr,(o=mi())!==u?(i=oo(),r=o):(Vr=r,r=u),r===u&&(r=null),41===e.charCodeAt(Vr)?(o=Y,Vr++):(o=u,0===zr&&eu(Sn)),o!==u?(i=Vr,oo(),(s=hi())!==u?i=s:(Vr=i,i=u),i===u&&(i=null),$r=t,t=Fi({type:"MethodDefinition",kind:"method",key:"",params:r,returnType:i})):(Vr=t,t=u)):(Vr=t,t=u),Hr[a]={nextPos:Vr,result:t},t)}(),o===u&&(o=null),$r=t,h=r,g=o,t=Fi({type:"TypeSpecPart",name:n.name,generics:h,callspec:g})}else Vr=t,t=u;if(t===u&&(t=Vr,40===e.charCodeAt(Vr)?(n=X,Vr++):(n=u,0===zr&&eu(xn)),n!==u?(r=oo(),(o=fi())!==u?(i=oo(),41===e.charCodeAt(Vr)?(s=Y,Vr++):(s=u,0===zr&&eu(Sn)),s!==u?t=o:(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),t===u)){if(t=Vr,123===e.charCodeAt(Vr)?(n=ee,Vr++):(n=u,0===zr&&eu(Pn)),n!==u)if(r=oo(),(o=pi())!==u){for(i=[],s=Vr,a=oo(),44===e.charCodeAt(Vr)?(c=Z,Vr++):(c=u,0===zr&&eu(Tn)),c!==u?(l=oo(),(p=pi())!==u?s=p:(Vr=s,s=u)):(Vr=s,s=u);s!==u;)i.push(s),s=Vr,a=oo(),44===e.charCodeAt(Vr)?(c=Z,Vr++):(c=u,0===zr&&eu(Tn)),c!==u?(l=oo(),(p=pi())!==u?s=p:(Vr=s,s=u)):(Vr=s,s=u);s=oo(),125===e.charCodeAt(Vr)?(a=te,Vr++):(a=u,0===zr&&eu(Nn)),a!==u?($r=t,t=function(e,t){return Fi({type:"TypeSpecPart",dictionary:[e,...t]})}(o,i)):(Vr=t,t=u)}else Vr=t,t=u;else Vr=t,t=u;t===u&&(t=Vr,n=Vr,(n=(r=zu())!==u?e.substring(n,Vr):r)!==u?(r=oo(),(o=ri())!==u?($r=t,t=Fi({type:"TypeSpecPart",name:n,body:o})):(Vr=t,t=u)):(Vr=t,t=u))}return Hr[D]={nextPos:Vr,result:t},t}function pi(){var e,t,n,r,o,i,s=203*Vr+187,a=Hr[s];return a?(Vr=a.nextPos,a.result):(e=Vr,t=Vr,zr++,n=Vr,(r=Qo())===u&&(r=pu()),r!==u?(o=oo(),(i=xu())!==u?n=r=[r,o,i]:(Vr=n,n=u)):(Vr=n,n=u),zr--,n!==u?(Vr=t,t=void 0):t=u,t!==u&&(n=yo())!==u?e=n:(Vr=e,e=u),Hr[s]={nextPos:Vr,result:e},e)}function fi(){var t,n,r,o,i,s,a=203*Vr+188,c=Hr[a];return c?(Vr=c.nextPos,c.result):(t=Vr,(n=li())!==u?(r=Vr,o=oo(),63===e.charCodeAt(Vr)?(i="?",Vr++):(i=u,0===zr&&eu(ir)),i!==u?r=o=[o,i]:(Vr=r,r=u),r===u&&(r=null),$r=t,s=n,t=r?Fi({...s,nullable:!0}):s):(Vr=t,t=u),Hr[a]={nextPos:Vr,result:t},t)}function di(){var t,n,r,o,i,s,a=203*Vr+190,c=Hr[a];if(c)return Vr=c.nextPos,c.result;if(t=Vr,(n=fi())!==u){for(r=[],o=Vr,oo(),e.substr(Vr,2)===L?(i=L,Vr+=2):(i=u,0===zr&&eu(cn)),i!==u?(oo(),(s=fi())!==u?o=s:(Vr=o,o=u)):(Vr=o,o=u);o!==u;)r.push(o),o=Vr,oo(),e.substr(Vr,2)===L?(i=L,Vr+=2):(i=u,0===zr&&eu(cn)),i!==u?(oo(),(s=fi())!==u?o=s:(Vr=o,o=u)):(Vr=o,o=u);$r=t,t=function(e,t){let n=[e,...t];if(n.length>1){let t=!1;n=n.map((e=>"Identifier"==e.type&&"Null"==e.name?(t=!0,null):(e.optional&&(t=!0),e))).filter((e=>null!=e)),t&&(n.length?n[n.length-1].optional=!0:n=[e])}return Fi({type:"TypeSpecList",ts:n})}(n,r)}else Vr=t,t=u;return Hr[a]={nextPos:Vr,result:t},t}function hi(){var e,t,n=203*Vr+191,r=Hr[n];return r?(Vr=r.nextPos,r.result):(e=Vr,xu()!==u?(oo(),(t=di())!==u?($r=e,e=Fi({type:"AsTypeSpec",ts:t})):(Vr=e,e=u)):(Vr=e,e=u),Hr[n]={nextPos:Vr,result:e},e)}function gi(){var e,t,n,r,o,i,s=203*Vr+192,a=Hr[s];return a?(Vr=a.nextPos,a.result):(e=Vr,(t=su())!==u?(n=Vr,oo(),(r=hi())!==u?n=r:(Vr=n,n=u),n===u&&(n=null),$r=e,o=t,i=n,e=Fi({...o,ts:i})):(Vr=e,e=u),Hr[s]={nextPos:Vr,result:e},e)}function mi(){var t,n,r,o,i,s,a=203*Vr+193,c=Hr[a];if(c)return Vr=c.nextPos,c.result;if(t=Vr,(n=gi())!==u){for(r=[],o=Vr,oo(),44===e.charCodeAt(Vr)?(i=Z,Vr++):(i=u,0===zr&&eu(Tn)),i!==u?(oo(),(s=gi())!==u?o=s:(Vr=o,o=u)):(Vr=o,o=u);o!==u;)r.push(o),o=Vr,oo(),44===e.charCodeAt(Vr)?(i=Z,Vr++):(i=u,0===zr&&eu(Tn)),i!==u?(oo(),(s=gi())!==u?o=s:(Vr=o,o=u)):(Vr=o,o=u);$r=t,t=Tr(n,r)}else Vr=t,t=u;return Hr[a]={nextPos:Vr,result:t},t}function Di(){var t,n=203*Vr+197,r=Hr[n];return r?(Vr=r.nextPos,r.result):((t=yi())===u&&(t=function(){var t,n,r,o,i,s,a=203*Vr+174,c=Hr[a];return c?(Vr=c.nextPos,c.result):(t=Vr,n=function(){var t,n,r,o,i=203*Vr+75,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,6)===P?(n=P,Vr+=6):(n=u,0===zr&&eu(tn)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}(),n!==u?(oo(),(r=ti())!==u?(oo(),59===e.charCodeAt(Vr)?(o=G,Vr++):(o=u,0===zr&&eu(Fn)),o!==u?($r=t,t=Fi({type:"ImportModule",id:r})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),t===u&&(t=Vr,n=function(){var t,n,r,o,i=203*Vr+93,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,5)===z?(n=z,Vr+=5):(n=u,0===zr&&eu(An)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}(),n!==u?(oo(),(r=ti())!==u?(oo(),o=Vr,(i=xu())!==u?(oo(),(s=su())!==u?(oo(),o=s):(Vr=o,o=u)):(Vr=o,o=u),o===u&&(o=null),59===e.charCodeAt(Vr)?(i=G,Vr++):(i=u,0===zr&&eu(Fn)),i!==u?($r=t,t=Fi({type:"Using",id:r,as:o})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u)),Hr[a]={nextPos:Vr,result:t},t)}()),Hr[n]={nextPos:Vr,result:t},t)}function yi(){var t,n=203*Vr+200,r=Hr[n];return r?(Vr=r.nextPos,r.result):((t=ni())===u&&(t=ii())===u&&(t=ci())===u&&(t=function(){var t,n,r,o,i=203*Vr+175,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,n=function(){var t,n,r,o,i=203*Vr+79,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,e.substr(Vr,6)===O?(n=O,Vr+=6):(n=u,0===zr&&eu(on)),n!==u?(r=Vr,zr++,o=lu(),zr--,o===u?r=void 0:(Vr=r,r=u),r!==u?t=n=[n,r]:(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}(),n!==u?(oo(),(r=su())!==u?(oo(),o=function(){var t,n,r,o,i=203*Vr+198,s=Hr[i];return s?(Vr=s.nextPos,s.result):(t=Vr,123===e.charCodeAt(Vr)?(n=ee,Vr++):(n=u,0===zr&&eu(Pn)),n!==u?(oo(),r=function(){var e,t,n,r,o,i=203*Vr+199,s=Hr[i];if(s)return Vr=s.nextPos,s.result;if(e=Vr,(t=yi())!==u){for(n=[],r=Vr,oo(),(o=yi())!==u?r=o:(Vr=r,r=u);r!==u;)n.push(r),r=Vr,oo(),(o=yi())!==u?r=o:(Vr=r,r=u);$r=e,e=Mr(t,n)}else Vr=e,e=u;return Hr[i]={nextPos:Vr,result:e},e}(),r===u&&(r=null),oo(),125===e.charCodeAt(Vr)?(o=te,Vr++):(o=u,0===zr&&eu(Nn)),o!==u?($r=t,t=_r(r)):(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}(),o!==u?($r=t,t=Fi({type:"ModuleDeclaration",body:o,id:r})):(Vr=t,t=u)):(Vr=t,t=u)):(Vr=t,t=u),Hr[i]={nextPos:Vr,result:t},t)}())===u&&(t=ai())===u&&(t=Ho()),Hr[n]={nextPos:Vr,result:t},t)}function Ei(){var e,t=203*Vr+202,n=Hr[t];return n?(Vr=n.nextPos,n.result):((e=qo())===u&&(e=ii())===u&&(e=ai()),Hr[t]={nextPos:Vr,result:e},e)}var Ai={CallExpression:"callee",MemberExpression:"object"};function Ci(e){return null!==e?e:[]}const bi=[];function vi(e,t){const n=Gr();return bi.find((e=>e.start===n.start.offset))||bi.push({type:t?"MultiLine":"Line",value:e,start:n.start.offset,end:n.end.offset,loc:n}),Jr}function Fi(e){var t=Gr();return e.start=t.start.offset,e.end=t.end.offset,e}if((n=s())!==u&&Vr===e.length)return n;throw n!==u&&Vr<e.length&&eu({type:"end"}),function(e,t,n){return new r(r.buildMessage(e,t),e,t,n)}(Ur,qr<e.length?e.charAt(qr):null,qr<e.length?Zr(qr,qr+1):Zr(qr,qr))}n.d(t,{parse:()=>o}),function(e,t){function n(){this.constructor=e}n.prototype=t.prototype,e.prototype=new n}(r,Error),r.prototype.format=function(e){var t="Error: "+this.message;if(this.location){var n,r=null;for(n=0;n<e.length;n++)if(e[n].source===this.location.source){r=e[n].text.split(/\r\n|\n|\r/g);break}var o=this.location.start,i=this.location.source+":"+o.line+":"+o.column;if(r){var s=this.location.end,a=u("",o.line.toString().length),c=r[o.line-1],l=o.line===s.line?s.column:c.length+1;t+="\n --\x3e "+i+"\n"+a+" |\n"+o.line+" | "+c+"\n"+a+" | "+u("",o.column-1)+u("",l-o.column,"^")}else t+="\n at "+i}return t},r.buildMessage=function(e,t){var n={literal:function(e){return'"'+u(e.text)+'"'},class:function(e){var t=e.parts.map((function(e){return Array.isArray(e)?o(e[0])+"-"+o(e[1]):o(e)}));return"["+(e.inverted?"^":"")+t+"]"},any:function(){return"any character"},end:function(){return"end of input"},other:function(e){return e.description}};function r(e){return e.charCodeAt(0).toString(16).toUpperCase()}function u(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(e){return"\\x0"+r(e)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(e){return"\\x"+r(e)}))}function o(e){return e.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(e){return"\\x0"+r(e)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(e){return"\\x"+r(e)}))}function i(e){return n[e.type](e)}return"Expected "+function(e){var t,n,r=e.map(i);if(r.sort(),r.length>0){for(t=1,n=1;t<r.length;t++)r[t-1]!==r[t]&&(r[n]=r[t],n++);r.length=n}switch(r.length){case 1:return r[0];case 2:return r[0]+" or "+r[1];default:return r.slice(0,-1).join(", ")+", or "+r[r.length-1]}}(e)+" but "+function(e){return e?'"'+u(e)+'"':"end of input"}(t)+" found."}}},t={};function n(r){var u=t[r];if(void 0!==u)return u.exports;var o=t[r]={exports:{}};return e[r].call(o.exports,o,o.exports,n),o.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{"use strict";n.r(r),n.d(r,{default:()=>b,defaultOptions:()=>C,languages:()=>D,options:()=>A,parsers:()=>y,printers:()=>E});var e=n(211),t=n(945);const{builders:u}=t.doc,{concat:o,group:i,fill:s,line:a,softline:c,hardline:l,indent:p,dedent:f,join:d}=u;let h;function g(e,t,n){const r=e.getValue();if(!r)return"";if("string"==typeof r)return r;let u,g;switch(r.type){case"ModuleDeclaration":return i([i(["module",a,p(r.id.name),a]),e.call(n,"body")]);case"TypedefDeclaration":return i([i(["typedef",a,r.id.name]),e.call(n,"ts"),";"]);case"EnumDeclaration":return["enum ",r.id?[n("id")," "]:"",n("body")];case"Property":return i([e.call(n,"key"),a,"=>",a,e.call(n,"value")]);case"ImportModule":return i(o(["import",a,r.id.name,";"]));case"Using":return g=["using",a,r.id.name],null!=r.as&&g.push(a,"as",a,r.as.name),g.push(";"),i(o(g));case"AttributeList":return o(["(",i(d([",",c],e.map(n,"attrs"))),")",l]);case"Attribute":return g=[r.name],r.arg&&g.push("(",c,e.call(n,"arg"),")"),i(o(g));case"Identifier":return r.ts?i([r.name,e.call(n,"ts")]):r.name;case"AttributeArgList":return i(o(["[",d([",",a],e.map(n,"args"),"]")]));case"AsTypeSpec":return p(s([a,"as",a,e.call(n,"ts")]));case"AsExpression":return g=[e.call(n,"expr"),e.call(n,"ts")],m(r.expr,r)&&(g=[o(["(",g[0],")"]),g[1]]),m(r,e.getParentNode())&&(g.unshift("("),g.push(")")),i(g);case"NewExpression":return g=h(e,t,n),m(r,e.getParentNode())&&(g=o(["(",g,")"])),g;case"TypeSpecList":return i(d([" or",a],e.map(n,"ts")));case"TypeSpecPart":if(g=[r.name||""],r.body&&g.push(" ",f(e.call(n,"body"))),r.generics){const t=r.generics.slice(-1)[0].ts.slice(-1)[0].generics?a:c;g.push(i(["<",c,p(d([",",a],e.map(n,"generics"))),t,">"]))}return r.dictionary&&g.push(i(["{",a,p(d([",",a],e.map(n,"dictionary"))),a,"}"])),r.callspec&&(t.semi=!1,g.push(e.call(n,"callspec")),t.semi=!0),r.nullable&&(r.callspec&&(g.unshift("("),g.push(")")),g.push("?")),o(g);case"ArrayExpression":return r.size?i(["new ",r.ts?[e.call(n,"ts"),r.ts.generics?"":" "]:"","[",p(e.call(n,"size")),"]",r.byte||""]):o([h(e,t,n),r.byte||""]);case"VariableDeclaration":case"FunctionDeclaration":case"MethodDeclaration":case"ClassDeclaration":return g=h(e,t,n),r.attrs&&(g=[e.call(n,"attrs"),g]),g;case"ClassElement":return g=[],r.access&&g.push(r.access,a),r.item.static&&g.push("static",a),u=e.call(n,"item"),g.length?(Array.isArray(u)?g=g.concat(u):g.push(u),s(g)):u;case"CatchClauses":return d(" ",e.map(n,"catches"));case"ThisExpression":return r.text;case"InstanceOfCase":return o(["instanceof ",e.call(n,"id")]);case"Literal":if("string"==typeof r.value)return r.raw}return h(e,t,n)}function m(e,t){if("AsExpression"==e.type){switch(t.type){case"BinaryExpression":return!0;case"MemberExpression":return e==t.object;case"NewExpression":case"CallExpression":return e==t.callee}return!1}if("AsExpression"==t.type){switch(e.type){case"ThisExpression":case"Identifier":case"ArrayExpression":case"ObjectExpression":case"Literal":case"MemberExpression":case"NewExpression":case"CallExpression":case"UnaryExpression":return!1}return!0}if("NewExpression"==e.type)return"MemberExpression"==t.type}const D=[{name:"monkeyc",extensions:[".mc"],parsers:["monkeyc-parser"]}],y={"monkeyc-parser":{parse:e.parse,astFormat:"monkeyc-ast",locStart:e=>e.start||0,locEnd:e=>e.end||0,preprocess:function(e,t){if(!h){const e=e=>t.plugins.find((t=>t.printers[e])).printers[e],{print:n,...r}=e("estree");Object.assign(e("monkeyc-ast"),r,{print:g}),h=n}return e}}},E={"monkeyc-ast":{print:()=>{throw"Something went wrong: printer not initialized!"}}},A={},C={tabWidth:4},b={languages:D,parsers:y,printers:E,options:A}})(),r})()}));
2
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.prettierPluginMonkeyC=t():e.prettierPluginMonkeyC=t()}("undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:Function("return this")(),(function(){return(()=>{var e={945:function(e,t,n){e.exports=function(){"use strict";var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==n.g?n.g:"undefined"!=typeof self?self:{};function t(e){return e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var r={version:"2.5.1"},u={},o={};!function(e){function t(){}function n(e,t,n,r,u){for(var o=0,i=t.length,s=0,a=0;o<i;o++){var c=t[o];if(c.removed){if(c.value=e.join(r.slice(a,a+c.count)),a+=c.count,o&&t[o-1].added){var l=t[o-1];t[o-1]=t[o],t[o]=l}}else{if(!c.added&&u){var p=n.slice(s,s+c.count);p=p.map((function(e,t){var n=r[a+t];return n.length>e.length?n:e})),c.value=e.join(p)}else c.value=e.join(n.slice(s,s+c.count));s+=c.count,c.added||(a+=c.count)}}var f=t[i-1];return i>1&&"string"==typeof f.value&&(f.added||f.removed)&&e.equals("",f.value)&&(t[i-2].value+=f.value,t.pop()),t}function r(e){return{newPos:e.newPos,components:e.components.slice(0)}}Object.defineProperty(e,"__esModule",{value:!0}),e.default=t,t.prototype={diff:function(e,t){var u=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=u.callback;"function"==typeof u&&(o=u,u={}),this.options=u;var i=this;function s(e){return o?(setTimeout((function(){o(void 0,e)}),0),!0):e}e=this.castInput(e),t=this.castInput(t),e=this.removeEmpty(this.tokenize(e));var a=(t=this.removeEmpty(this.tokenize(t))).length,c=e.length,l=1,p=a+c,f=[{newPos:-1,components:[]}],d=this.extractCommon(f[0],t,e,0);if(f[0].newPos+1>=a&&d+1>=c)return s([{value:this.join(t),count:t.length}]);function h(){for(var u=-1*l;u<=l;u+=2){var o=void 0,p=f[u-1],d=f[u+1],h=(d?d.newPos:0)-u;p&&(f[u-1]=void 0);var g=p&&p.newPos+1<a,m=d&&0<=h&&h<c;if(g||m){if(!g||m&&p.newPos<d.newPos?(o=r(d),i.pushComponent(o.components,void 0,!0)):((o=p).newPos++,i.pushComponent(o.components,!0,void 0)),h=i.extractCommon(o,t,e,u),o.newPos+1>=a&&h+1>=c)return s(n(i,o.components,t,e,i.useLongestToken));f[u]=o}else f[u]=void 0}l++}if(o)!function e(){setTimeout((function(){if(l>p)return o();h()||e()}),0)}();else for(;l<=p;){var g=h();if(g)return g}},pushComponent:function(e,t,n){var r=e[e.length-1];r&&r.added===t&&r.removed===n?e[e.length-1]={count:r.count+1,added:t,removed:n}:e.push({count:1,added:t,removed:n})},extractCommon:function(e,t,n,r){for(var u=t.length,o=n.length,i=e.newPos,s=i-r,a=0;i+1<u&&s+1<o&&this.equals(t[i+1],n[s+1]);)i++,s++,a++;return a&&e.components.push({count:a}),e.newPos=i,s},equals:function(e,t){return this.options.comparator?this.options.comparator(e,t):e===t||this.options.ignoreCase&&e.toLowerCase()===t.toLowerCase()},removeEmpty:function(e){for(var t=[],n=0;n<e.length;n++)e[n]&&t.push(e[n]);return t},castInput:function(e){return e},tokenize:function(e){return e.split("")},join:function(e){return e.join("")}}}(o);var i,s={};Object.defineProperty(s,"__esModule",{value:!0}),s.diffChars=function(e,t,n){return a.diff(e,t,n)},s.characterDiff=void 0;var a=new((i=o)&&i.__esModule?i:{default:i}).default;s.characterDiff=a;var c={},l={};Object.defineProperty(l,"__esModule",{value:!0}),l.generateOptions=function(e,t){if("function"==typeof e)t.callback=e;else if(e)for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n]);return t},Object.defineProperty(c,"__esModule",{value:!0}),c.diffWords=function(e,t,n){return n=(0,f.generateOptions)(n,{ignoreWhitespace:!0}),g.diff(e,t,n)},c.diffWordsWithSpace=function(e,t,n){return g.diff(e,t,n)},c.wordDiff=void 0;var p=function(e){return e&&e.__esModule?e:{default:e}}(o),f=l,d=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,h=/\S/,g=new p.default;c.wordDiff=g,g.equals=function(e,t){return this.options.ignoreCase&&(e=e.toLowerCase(),t=t.toLowerCase()),e===t||this.options.ignoreWhitespace&&!h.test(e)&&!h.test(t)},g.tokenize=function(e){for(var t=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),n=0;n<t.length-1;n++)!t[n+1]&&t[n+2]&&d.test(t[n])&&d.test(t[n+2])&&(t[n]+=t[n+2],t.splice(n+1,2),n--);return t};var m={};Object.defineProperty(m,"__esModule",{value:!0}),m.diffLines=function(e,t,n){return E.diff(e,t,n)},m.diffTrimmedLines=function(e,t,n){var r=(0,y.generateOptions)(n,{ignoreWhitespace:!0});return E.diff(e,t,r)},m.lineDiff=void 0;var D=function(e){return e&&e.__esModule?e:{default:e}}(o),y=l,E=new D.default;m.lineDiff=E,E.tokenize=function(e){var t=[],n=e.split(/(\n|\r\n)/);n[n.length-1]||n.pop();for(var r=0;r<n.length;r++){var u=n[r];r%2&&!this.options.newlineIsToken?t[t.length-1]+=u:(this.options.ignoreWhitespace&&(u=u.trim()),t.push(u))}return t};var A={};Object.defineProperty(A,"__esModule",{value:!0}),A.diffSentences=function(e,t,n){return b.diff(e,t,n)},A.sentenceDiff=void 0;var C=function(e){return e&&e.__esModule?e:{default:e}}(o),b=new C.default;A.sentenceDiff=b,b.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var v={};Object.defineProperty(v,"__esModule",{value:!0}),v.diffCss=function(e,t,n){return x.diff(e,t,n)},v.cssDiff=void 0;var F=function(e){return e&&e.__esModule?e:{default:e}}(o),x=new F.default;v.cssDiff=x,x.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};var S=function(e){return e&&e.Math==Math&&e},B=S("object"==typeof globalThis&&globalThis)||S("object"==typeof window&&window)||S("object"==typeof self&&self)||S("object"==typeof e&&e)||function(){return this}()||Function("return this")(),w={},T=function(e){try{return!!e()}catch(e){return!0}},P=!T((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),N=Function.prototype.call,k=N.bind?N.bind(N):function(){return N.apply(N,arguments)},O={},I={}.propertyIsEnumerable,L=Object.getOwnPropertyDescriptor,j=L&&!I.call({1:2},1);O.f=j?function(e){var t=L(this,e);return!!t&&t.enumerable}:I;var _,M,R=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},V=Function.prototype,$=V.bind,W=V.call,q=$&&$.bind(W),U=$?function(e){return e&&q(W,e)}:function(e){return e&&function(){return W.apply(e,arguments)}},z=U,H=z({}.toString),J=z("".slice),G=function(e){return J(H(e),8,-1)},X=U,Y=T,K=G,Q=B.Object,Z=X("".split),ee=Y((function(){return!Q("z").propertyIsEnumerable(0)}))?function(e){return"String"==K(e)?Z(e,""):Q(e)}:Q,te=B.TypeError,ne=function(e){if(null==e)throw te("Can't call method on "+e);return e},re=ee,ue=ne,oe=function(e){return re(ue(e))},ie=function(e){return"function"==typeof e},se=ie,ae=function(e){return"object"==typeof e?null!==e:se(e)},ce=B,le=ie,pe=function(e){return le(e)?e:void 0},fe=function(e,t){return arguments.length<2?pe(ce[e]):ce[e]&&ce[e][t]},de=U({}.isPrototypeOf),he=fe("navigator","userAgent")||"",ge=B,me=he,De=ge.process,ye=ge.Deno,Ee=De&&De.versions||ye&&ye.version,Ae=Ee&&Ee.v8;Ae&&(M=(_=Ae.split("."))[0]>0&&_[0]<4?1:+(_[0]+_[1])),!M&&me&&(!(_=me.match(/Edge\/(\d+)/))||_[1]>=74)&&(_=me.match(/Chrome\/(\d+)/))&&(M=+_[1]);var Ce=M,be=Ce,ve=T,Fe=!!Object.getOwnPropertySymbols&&!ve((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&be&&be<41})),xe=Fe&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Se=fe,Be=ie,we=de,Te=xe,Pe=B.Object,Ne=Te?function(e){return"symbol"==typeof e}:function(e){var t=Se("Symbol");return Be(t)&&we(t.prototype,Pe(e))},ke=B.String,Oe=function(e){try{return ke(e)}catch(e){return"Object"}},Ie=ie,Le=Oe,je=B.TypeError,_e=function(e){if(Ie(e))return e;throw je(Le(e)+" is not a function")},Me=_e,Re=function(e,t){var n=e[t];return null==n?void 0:Me(n)},Ve=k,$e=ie,We=ae,qe=B.TypeError,Ue={exports:{}},ze=B,He=Object.defineProperty,Je=function(e,t){try{He(ze,e,{value:t,configurable:!0,writable:!0})}catch(n){ze[e]=t}return t},Ge=Je,Xe="__core-js_shared__",Ye=B[Xe]||Ge(Xe,{}),Ke=Ye;(Ue.exports=function(e,t){return Ke[e]||(Ke[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.1",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"});var Qe=ne,Ze=B.Object,et=function(e){return Ze(Qe(e))},tt=et,nt=U({}.hasOwnProperty),rt=Object.hasOwn||function(e,t){return nt(tt(e),t)},ut=U,ot=0,it=Math.random(),st=ut(1..toString),at=function(e){return"Symbol("+(void 0===e?"":e)+")_"+st(++ot+it,36)},ct=B,lt=Ue.exports,pt=rt,ft=at,dt=Fe,ht=xe,gt=lt("wks"),mt=ct.Symbol,Dt=mt&&mt.for,yt=ht?mt:mt&&mt.withoutSetter||ft,Et=function(e){if(!pt(gt,e)||!dt&&"string"!=typeof gt[e]){var t="Symbol."+e;dt&&pt(mt,e)?gt[e]=mt[e]:gt[e]=ht&&Dt?Dt(t):yt(t)}return gt[e]},At=k,Ct=ae,bt=Ne,vt=Re,Ft=Et,xt=B.TypeError,St=Ft("toPrimitive"),Bt=function(e,t){if(!Ct(e)||bt(e))return e;var n,r=vt(e,St);if(r){if(void 0===t&&(t="default"),n=At(r,e,t),!Ct(n)||bt(n))return n;throw xt("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,r;if("string"===t&&$e(n=e.toString)&&!We(r=Ve(n,e)))return r;if($e(n=e.valueOf)&&!We(r=Ve(n,e)))return r;if("string"!==t&&$e(n=e.toString)&&!We(r=Ve(n,e)))return r;throw qe("Can't convert object to primitive value")}(e,t)},wt=Ne,Tt=function(e){var t=Bt(e,"string");return wt(t)?t:t+""},Pt=ae,Nt=B.document,kt=Pt(Nt)&&Pt(Nt.createElement),Ot=function(e){return kt?Nt.createElement(e):{}},It=Ot,Lt=!P&&!T((function(){return 7!=Object.defineProperty(It("div"),"a",{get:function(){return 7}}).a})),jt=P,_t=k,Mt=O,Rt=R,Vt=oe,$t=Tt,Wt=rt,qt=Lt,Ut=Object.getOwnPropertyDescriptor;w.f=jt?Ut:function(e,t){if(e=Vt(e),t=$t(t),qt)try{return Ut(e,t)}catch(e){}if(Wt(e,t))return Rt(!_t(Mt.f,e,t),e[t])};var zt={},Ht=B,Jt=ae,Gt=Ht.String,Xt=Ht.TypeError,Yt=function(e){if(Jt(e))return e;throw Xt(Gt(e)+" is not an object")},Kt=P,Qt=Lt,Zt=Yt,en=Tt,tn=B.TypeError,nn=Object.defineProperty;zt.f=Kt?nn:function(e,t,n){if(Zt(e),t=en(t),Zt(n),Qt)try{return nn(e,t,n)}catch(e){}if("get"in n||"set"in n)throw tn("Accessors not supported");return"value"in n&&(e[t]=n.value),e};var rn=zt,un=R,on=P?function(e,t,n){return rn.f(e,t,un(1,n))}:function(e,t,n){return e[t]=n,e},sn={exports:{}},an=ie,cn=Ye,ln=U(Function.toString);an(cn.inspectSource)||(cn.inspectSource=function(e){return ln(e)});var pn,fn,dn,hn=cn.inspectSource,gn=ie,mn=hn,Dn=B.WeakMap,yn=gn(Dn)&&/native code/.test(mn(Dn)),En=Ue.exports,An=at,Cn=En("keys"),bn=function(e){return Cn[e]||(Cn[e]=An(e))},vn={},Fn=yn,xn=B,Sn=U,Bn=ae,wn=on,Tn=rt,Pn=Ye,Nn=bn,kn=vn,On="Object already initialized",In=xn.TypeError,Ln=xn.WeakMap;if(Fn||Pn.state){var jn=Pn.state||(Pn.state=new Ln),_n=Sn(jn.get),Mn=Sn(jn.has),Rn=Sn(jn.set);pn=function(e,t){if(Mn(jn,e))throw new In(On);return t.facade=e,Rn(jn,e,t),t},fn=function(e){return _n(jn,e)||{}},dn=function(e){return Mn(jn,e)}}else{var Vn=Nn("state");kn[Vn]=!0,pn=function(e,t){if(Tn(e,Vn))throw new In(On);return t.facade=e,wn(e,Vn,t),t},fn=function(e){return Tn(e,Vn)?e[Vn]:{}},dn=function(e){return Tn(e,Vn)}}var $n={set:pn,get:fn,has:dn,enforce:function(e){return dn(e)?fn(e):pn(e,{})},getterFor:function(e){return function(t){var n;if(!Bn(t)||(n=fn(t)).type!==e)throw In("Incompatible receiver, "+e+" required");return n}}},Wn=P,qn=rt,Un=Function.prototype,zn=Wn&&Object.getOwnPropertyDescriptor,Hn=qn(Un,"name"),Jn=Hn&&(!Wn||Wn&&zn(Un,"name").configurable),Gn=B,Xn=ie,Yn=rt,Kn=on,Qn=Je,Zn=hn,er=Jn,tr=$n.get,nr=$n.enforce,rr=String(String).split("String");(sn.exports=function(e,t,n,r){var u,o=!!r&&!!r.unsafe,i=!!r&&!!r.enumerable,s=!!r&&!!r.noTargetGet,a=r&&void 0!==r.name?r.name:t;Xn(n)&&("Symbol("===String(a).slice(0,7)&&(a="["+String(a).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!Yn(n,"name")||er&&n.name!==a)&&Kn(n,"name",a),(u=nr(n)).source||(u.source=rr.join("string"==typeof a?a:""))),e!==Gn?(o?!s&&e[t]&&(i=!0):delete e[t],i?e[t]=n:Kn(e,t,n)):i?e[t]=n:Qn(t,n)})(Function.prototype,"toString",(function(){return Xn(this)&&tr(this).source||Zn(this)}));var ur={},or=Math.ceil,ir=Math.floor,sr=function(e){var t=+e;return t!=t||0===t?0:(t>0?ir:or)(t)},ar=sr,cr=Math.max,lr=Math.min,pr=sr,fr=Math.min,dr=function(e){return function(e){return e>0?fr(pr(e),9007199254740991):0}(e.length)},hr=oe,gr=dr,mr=function(e){return function(t,n,r){var u,o=hr(t),i=gr(o),s=function(e,t){var n=ar(e);return n<0?cr(n+t,0):lr(n,t)}(r,i);if(e&&n!=n){for(;i>s;)if((u=o[s++])!=u)return!0}else for(;i>s;s++)if((e||s in o)&&o[s]===n)return e||s||0;return!e&&-1}},Dr={includes:mr(!0),indexOf:mr(!1)},yr=rt,Er=oe,Ar=Dr.indexOf,Cr=vn,br=U([].push),vr=function(e,t){var n,r=Er(e),u=0,o=[];for(n in r)!yr(Cr,n)&&yr(r,n)&&br(o,n);for(;t.length>u;)yr(r,n=t[u++])&&(~Ar(o,n)||br(o,n));return o},Fr=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],xr=vr,Sr=Fr.concat("length","prototype");ur.f=Object.getOwnPropertyNames||function(e){return xr(e,Sr)};var Br={};Br.f=Object.getOwnPropertySymbols;var wr=fe,Tr=ur,Pr=Br,Nr=Yt,kr=U([].concat),Or=wr("Reflect","ownKeys")||function(e){var t=Tr.f(Nr(e)),n=Pr.f;return n?kr(t,n(e)):t},Ir=rt,Lr=Or,jr=w,_r=zt,Mr=T,Rr=ie,Vr=/#|\.prototype\./,$r=function(e,t){var n=qr[Wr(e)];return n==zr||n!=Ur&&(Rr(t)?Mr(t):!!t)},Wr=$r.normalize=function(e){return String(e).replace(Vr,".").toLowerCase()},qr=$r.data={},Ur=$r.NATIVE="N",zr=$r.POLYFILL="P",Hr=$r,Jr=B,Gr=w.f,Xr=on,Yr=sn.exports,Kr=Je,Qr=function(e,t){for(var n=Lr(t),r=_r.f,u=jr.f,o=0;o<n.length;o++){var i=n[o];Ir(e,i)||r(e,i,u(t,i))}},Zr=Hr,eu=function(e,t){var n,r,u,o,i,s=e.target,a=e.global,c=e.stat;if(n=a?Jr:c?Jr[s]||Kr(s,{}):(Jr[s]||{}).prototype)for(r in t){if(o=t[r],u=e.noTargetGet?(i=Gr(n,r))&&i.value:n[r],!Zr(a?r:s+(c?".":"#")+r,e.forced)&&void 0!==u){if(typeof o==typeof u)continue;Qr(o,u)}(e.sham||u&&u.sham)&&Xr(o,"sham",!0),Yr(n,r,o,e)}},tu={};tu[Et("toStringTag")]="z";var nu=B,ru="[object z]"===String(tu),uu=ie,ou=G,iu=Et("toStringTag"),su=nu.Object,au="Arguments"==ou(function(){return arguments}()),cu=ru?ou:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=su(e),iu))?n:au?ou(t):"Object"==(r=ou(t))&&uu(t.callee)?"Arguments":r},lu=cu,pu=B.String,fu=U([].slice),du=Math.floor,hu=function(e,t){var n=e.length,r=du(n/2);return n<8?gu(e,t):mu(e,hu(fu(e,0,r),t),hu(fu(e,r),t),t)},gu=function(e,t){for(var n,r,u=e.length,o=1;o<u;){for(r=o,n=e[o];r&&t(e[r-1],n)>0;)e[r]=e[--r];r!==o++&&(e[r]=n)}return e},mu=function(e,t,n,r){for(var u=t.length,o=n.length,i=0,s=0;i<u||s<o;)e[i+s]=i<u&&s<o?r(t[i],n[s])<=0?t[i++]:n[s++]:i<u?t[i++]:n[s++];return e},Du=hu,yu=T,Eu=he.match(/firefox\/(\d+)/i),Au=!!Eu&&+Eu[1],Cu=/MSIE|Trident/.test(he),bu=he.match(/AppleWebKit\/(\d+)\./),vu=!!bu&&+bu[1],Fu=eu,xu=U,Su=_e,Bu=et,wu=dr,Tu=function(e){if("Symbol"===lu(e))throw TypeError("Cannot convert a Symbol value to a string");return pu(e)},Pu=T,Nu=Du,ku=Au,Ou=Cu,Iu=Ce,Lu=vu,ju=[],_u=xu(ju.sort),Mu=xu(ju.push),Ru=Pu((function(){ju.sort(void 0)})),Vu=Pu((function(){ju.sort(null)})),$u=function(e,t){var n=[][e];return!!n&&yu((function(){n.call(null,t||function(){throw 1},1)}))}("sort"),Wu=!Pu((function(){if(Iu)return Iu<70;if(!(ku&&ku>3)){if(Ou)return!0;if(Lu)return Lu<603;var e,t,n,r,u="";for(e=65;e<76;e++){switch(t=String.fromCharCode(e),e){case 66:case 69:case 70:case 72:n=3;break;case 68:case 71:n=4;break;default:n=2}for(r=0;r<47;r++)ju.push({k:t+r,v:n})}for(ju.sort((function(e,t){return t.v-e.v})),r=0;r<ju.length;r++)t=ju[r].k.charAt(0),u.charAt(u.length-1)!==t&&(u+=t);return"DGBEFHACIJK"!==u}}));Fu({target:"Array",proto:!0,forced:Ru||!Vu||!$u||!Wu},{sort:function(e){void 0!==e&&Su(e);var t=Bu(this);if(Wu)return void 0===e?_u(t):_u(t,e);var n,r,u=[],o=wu(t);for(r=0;r<o;r++)r in t&&Mu(u,t[r]);for(Nu(u,function(e){return function(t,n){return void 0===n?-1:void 0===t?1:void 0!==e?+e(t,n)||0:Tu(t)>Tu(n)?1:-1}}(e)),n=u.length,r=0;r<n;)t[r]=u[r++];for(;r<o;)delete t[r++];return t}});var qu={};Object.defineProperty(qu,"__esModule",{value:!0}),qu.diffJson=function(e,t,n){return Gu.diff(e,t,n)},qu.canonicalize=Xu,qu.jsonDiff=void 0;var Uu=function(e){return e&&e.__esModule?e:{default:e}}(o),zu=m;function Hu(e){return Hu="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Hu(e)}var Ju=Object.prototype.toString,Gu=new Uu.default;function Xu(e,t,n,r,u){var o,i;for(t=t||[],n=n||[],r&&(e=r(u,e)),o=0;o<t.length;o+=1)if(t[o]===e)return n[o];if("[object Array]"===Ju.call(e)){for(t.push(e),i=new Array(e.length),n.push(i),o=0;o<e.length;o+=1)i[o]=Xu(e[o],t,n,r,u);return t.pop(),n.pop(),i}if(e&&e.toJSON&&(e=e.toJSON()),"object"===Hu(e)&&null!==e){t.push(e),i={},n.push(i);var s,a=[];for(s in e)e.hasOwnProperty(s)&&a.push(s);for(a.sort(),o=0;o<a.length;o+=1)i[s=a[o]]=Xu(e[s],t,n,r,s);t.pop(),n.pop()}else i=e;return i}qu.jsonDiff=Gu,Gu.useLongestToken=!0,Gu.tokenize=zu.lineDiff.tokenize,Gu.castInput=function(e){var t=this.options,n=t.undefinedReplacement,r=t.stringifyReplacer,u=void 0===r?function(e,t){return void 0===t?n:t}:r;return"string"==typeof e?e:JSON.stringify(Xu(e,null,null,u),u," ")},Gu.equals=function(e,t){return Uu.default.prototype.equals.call(Gu,e.replace(/,([\r\n])/g,"$1"),t.replace(/,([\r\n])/g,"$1"))};var Yu={};Object.defineProperty(Yu,"__esModule",{value:!0}),Yu.diffArrays=function(e,t,n){return Qu.diff(e,t,n)},Yu.arrayDiff=void 0;var Ku=function(e){return e&&e.__esModule?e:{default:e}}(o),Qu=new Ku.default;Yu.arrayDiff=Qu,Qu.tokenize=function(e){return e.slice()},Qu.join=Qu.removeEmpty=function(e){return e};var Zu={},eo={};Object.defineProperty(eo,"__esModule",{value:!0}),eo.parsePatch=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.split(/\r\n|[\n\v\f\r\x85]/),r=e.match(/\r\n|[\n\v\f\r\x85]/g)||[],u=[],o=0;function i(){var e={};for(u.push(e);o<n.length;){var r=n[o];if(/^(\-\-\-|\+\+\+|@@)\s/.test(r))break;var i=/^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(r);i&&(e.index=i[1]),o++}for(s(e),s(e),e.hunks=[];o<n.length;){var c=n[o];if(/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(c))break;if(/^@@/.test(c))e.hunks.push(a());else{if(c&&t.strict)throw new Error("Unknown line "+(o+1)+" "+JSON.stringify(c));o++}}}function s(e){var t=/^(---|\+\+\+)\s+(.*)$/.exec(n[o]);if(t){var r="---"===t[1]?"old":"new",u=t[2].split("\t",2),i=u[0].replace(/\\\\/g,"\\");/^".*"$/.test(i)&&(i=i.substr(1,i.length-2)),e[r+"FileName"]=i,e[r+"Header"]=(u[1]||"").trim(),o++}}function a(){var e=o,u=n[o++].split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/),i={oldStart:+u[1],oldLines:void 0===u[2]?1:+u[2],newStart:+u[3],newLines:void 0===u[4]?1:+u[4],lines:[],linedelimiters:[]};0===i.oldLines&&(i.oldStart+=1),0===i.newLines&&(i.newStart+=1);for(var s=0,a=0;o<n.length&&!(0===n[o].indexOf("--- ")&&o+2<n.length&&0===n[o+1].indexOf("+++ ")&&0===n[o+2].indexOf("@@"));o++){var c=0==n[o].length&&o!=n.length-1?" ":n[o][0];if("+"!==c&&"-"!==c&&" "!==c&&"\\"!==c)break;i.lines.push(n[o]),i.linedelimiters.push(r[o]||"\n"),"+"===c?s++:"-"===c?a++:" "===c&&(s++,a++)}if(s||1!==i.newLines||(i.newLines=0),a||1!==i.oldLines||(i.oldLines=0),t.strict){if(s!==i.newLines)throw new Error("Added line count did not match for hunk at line "+(e+1));if(a!==i.oldLines)throw new Error("Removed line count did not match for hunk at line "+(e+1))}return i}for(;o<n.length;)i();return u};var to={};!function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(e,t,n){var r=!0,u=!1,o=!1,i=1;return function s(){if(r&&!o){if(u?i++:r=!1,e+i<=n)return i;o=!0}if(!u)return o||(r=!0),t<=e-i?-i++:(u=!0,s())}}}(to),Object.defineProperty(Zu,"__esModule",{value:!0}),Zu.applyPatch=uo,Zu.applyPatches=function(e,t){"string"==typeof e&&(e=(0,no.parsePatch)(e));var n=0;!function r(){var u=e[n++];if(!u)return t.complete();t.loadFile(u,(function(e,n){if(e)return t.complete(e);var o=uo(n,u,t);t.patched(u,o,(function(e){if(e)return t.complete(e);r()}))}))}()};var no=eo,ro=function(e){return e&&e.__esModule?e:{default:e}}(to);function uo(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("string"==typeof t&&(t=(0,no.parsePatch)(t)),Array.isArray(t)){if(t.length>1)throw new Error("applyPatch only works with a single input.");t=t[0]}var r,u,o=e.split(/\r\n|[\n\v\f\r\x85]/),i=e.match(/\r\n|[\n\v\f\r\x85]/g)||[],s=t.hunks,a=n.compareLine||function(e,t,n,r){return t===r},c=0,l=n.fuzzFactor||0,p=0,f=0;function d(e,t){for(var n=0;n<e.lines.length;n++){var r=e.lines[n],u=r.length>0?r[0]:" ",i=r.length>0?r.substr(1):r;if(" "===u||"-"===u){if(!a(t+1,o[t],u,i)&&++c>l)return!1;t++}}return!0}for(var h=0;h<s.length;h++){for(var g=s[h],m=o.length-g.oldLines,D=0,y=f+g.oldStart-1,E=(0,ro.default)(y,p,m);void 0!==D;D=E())if(d(g,y+D)){g.offset=f+=D;break}if(void 0===D)return!1;p=g.offset+g.oldStart+g.oldLines}for(var A=0,C=0;C<s.length;C++){var b=s[C],v=b.oldStart+b.offset+A-1;A+=b.newLines-b.oldLines;for(var F=0;F<b.lines.length;F++){var x=b.lines[F],S=x.length>0?x[0]:" ",B=x.length>0?x.substr(1):x,w=b.linedelimiters[F];if(" "===S)v++;else if("-"===S)o.splice(v,1),i.splice(v,1);else if("+"===S)o.splice(v,0,B),i.splice(v,0,w),v++;else if("\\"===S){var T=b.lines[F-1]?b.lines[F-1][0]:null;"+"===T?r=!0:"-"===T&&(u=!0)}}}if(r)for(;!o[o.length-1];)o.pop(),i.pop();else u&&(o.push(""),i.push("\n"));for(var P=0;P<o.length-1;P++)o[P]=o[P]+i[P];return o.join("")}var oo={},io={};Object.defineProperty(io,"__esModule",{value:!0}),io.structuredPatch=lo,io.formatPatch=po,io.createTwoFilesPatch=fo,io.createPatch=function(e,t,n,r,u,o){return fo(e,e,t,n,r,u,o)};var so=m;function ao(e){return function(e){if(Array.isArray(e))return co(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return co(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?co(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function co(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function lo(e,t,n,r,u,o,i){i||(i={}),void 0===i.context&&(i.context=4);var s=(0,so.diffLines)(n,r,i);function a(e){return e.map((function(e){return" "+e}))}s.push({value:"",lines:[]});for(var c=[],l=0,p=0,f=[],d=1,h=1,g=function(e){var t=s[e],u=t.lines||t.value.replace(/\n$/,"").split("\n");if(t.lines=u,t.added||t.removed){var o;if(!l){var g=s[e-1];l=d,p=h,g&&(f=i.context>0?a(g.lines.slice(-i.context)):[],l-=f.length,p-=f.length)}(o=f).push.apply(o,ao(u.map((function(e){return(t.added?"+":"-")+e})))),t.added?h+=u.length:d+=u.length}else{if(l)if(u.length<=2*i.context&&e<s.length-2){var m;(m=f).push.apply(m,ao(a(u)))}else{var D,y=Math.min(u.length,i.context);(D=f).push.apply(D,ao(a(u.slice(0,y))));var E={oldStart:l,oldLines:d-l+y,newStart:p,newLines:h-p+y,lines:f};if(e>=s.length-2&&u.length<=i.context){var A=/\n$/.test(n),C=/\n$/.test(r),b=0==u.length&&f.length>E.oldLines;!A&&b&&n.length>0&&f.splice(E.oldLines,0,"\"),(A||b)&&C||f.push("\")}c.push(E),l=0,p=0,f=[]}d+=u.length,h+=u.length}},m=0;m<s.length;m++)g(m);return{oldFileName:e,newFileName:t,oldHeader:u,newHeader:o,hunks:c}}function po(e){var t=[];e.oldFileName==e.newFileName&&t.push("Index: "+e.oldFileName),t.push("==================================================================="),t.push("--- "+e.oldFileName+(void 0===e.oldHeader?"":"\t"+e.oldHeader)),t.push("+++ "+e.newFileName+(void 0===e.newHeader?"":"\t"+e.newHeader));for(var n=0;n<e.hunks.length;n++){var r=e.hunks[n];0===r.oldLines&&(r.oldStart-=1),0===r.newLines&&(r.newStart-=1),t.push("@@ -"+r.oldStart+","+r.oldLines+" +"+r.newStart+","+r.newLines+" @@"),t.push.apply(t,r.lines)}return t.join("\n")+"\n"}function fo(e,t,n,r,u,o,i){return po(lo(e,t,n,r,u,o,i))}var ho={};function go(e,t){if(t.length>e.length)return!1;for(var n=0;n<t.length;n++)if(t[n]!==e[n])return!1;return!0}Object.defineProperty(ho,"__esModule",{value:!0}),ho.arrayEqual=function(e,t){return e.length===t.length&&go(e,t)},ho.arrayStartsWith=go,Object.defineProperty(oo,"__esModule",{value:!0}),oo.calcLineCount=Co,oo.merge=function(e,t,n){e=bo(e,n),t=bo(t,n);var r={};(e.index||t.index)&&(r.index=e.index||t.index),(e.newFileName||t.newFileName)&&(vo(e)?vo(t)?(r.oldFileName=Fo(r,e.oldFileName,t.oldFileName),r.newFileName=Fo(r,e.newFileName,t.newFileName),r.oldHeader=Fo(r,e.oldHeader,t.oldHeader),r.newHeader=Fo(r,e.newHeader,t.newHeader)):(r.oldFileName=e.oldFileName,r.newFileName=e.newFileName,r.oldHeader=e.oldHeader,r.newHeader=e.newHeader):(r.oldFileName=t.oldFileName||e.oldFileName,r.newFileName=t.newFileName||e.newFileName,r.oldHeader=t.oldHeader||e.oldHeader,r.newHeader=t.newHeader||e.newHeader)),r.hunks=[];for(var u=0,o=0,i=0,s=0;u<e.hunks.length||o<t.hunks.length;){var a=e.hunks[u]||{oldStart:1/0},c=t.hunks[o]||{oldStart:1/0};if(xo(a,c))r.hunks.push(So(a,i)),u++,s+=a.newLines-a.oldLines;else if(xo(c,a))r.hunks.push(So(c,s)),o++,i+=c.newLines-c.oldLines;else{var l={oldStart:Math.min(a.oldStart,c.oldStart),oldLines:0,newStart:Math.min(a.newStart+i,c.oldStart+s),newLines:0,lines:[]};Bo(l,a.oldStart,a.lines,c.oldStart,c.lines),o++,u++,r.hunks.push(l)}}return r};var mo=io,Do=eo,yo=ho;function Eo(e){return function(e){if(Array.isArray(e))return Ao(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(e){if("string"==typeof e)return Ao(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ao(e,t):void 0}}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ao(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Co(e){var t=jo(e.lines),n=t.oldLines,r=t.newLines;void 0!==n?e.oldLines=n:delete e.oldLines,void 0!==r?e.newLines=r:delete e.newLines}function bo(e,t){if("string"==typeof e){if(/^@@/m.test(e)||/^Index:/m.test(e))return(0,Do.parsePatch)(e)[0];if(!t)throw new Error("Must provide a base reference or pass in a patch");return(0,mo.structuredPatch)(void 0,void 0,t,e)}return e}function vo(e){return e.newFileName&&e.newFileName!==e.oldFileName}function Fo(e,t,n){return t===n?t:(e.conflict=!0,{mine:t,theirs:n})}function xo(e,t){return e.oldStart<t.oldStart&&e.oldStart+e.oldLines<t.oldStart}function So(e,t){return{oldStart:e.oldStart,oldLines:e.oldLines,newStart:e.newStart+t,newLines:e.newLines,lines:e.lines}}function Bo(e,t,n,r,u){var o={offset:t,lines:n,index:0},i={offset:r,lines:u,index:0};for(No(e,o,i),No(e,i,o);o.index<o.lines.length&&i.index<i.lines.length;){var s=o.lines[o.index],a=i.lines[i.index];if("-"!==s[0]&&"+"!==s[0]||"-"!==a[0]&&"+"!==a[0])if("+"===s[0]&&" "===a[0]){var c;(c=e.lines).push.apply(c,Eo(Oo(o)))}else if("+"===a[0]&&" "===s[0]){var l;(l=e.lines).push.apply(l,Eo(Oo(i)))}else"-"===s[0]&&" "===a[0]?To(e,o,i):"-"===a[0]&&" "===s[0]?To(e,i,o,!0):s===a?(e.lines.push(s),o.index++,i.index++):Po(e,Oo(o),Oo(i));else wo(e,o,i)}ko(e,o),ko(e,i),Co(e)}function wo(e,t,n){var r=Oo(t),u=Oo(n);if(Io(r)&&Io(u)){var o,i;if((0,yo.arrayStartsWith)(r,u)&&Lo(n,r,r.length-u.length))return void(o=e.lines).push.apply(o,Eo(r));if((0,yo.arrayStartsWith)(u,r)&&Lo(t,u,u.length-r.length))return void(i=e.lines).push.apply(i,Eo(u))}else if((0,yo.arrayEqual)(r,u)){var s;return void(s=e.lines).push.apply(s,Eo(r))}Po(e,r,u)}function To(e,t,n,r){var u,o=Oo(t),i=function(e,t){for(var n=[],r=[],u=0,o=!1,i=!1;u<t.length&&e.index<e.lines.length;){var s=e.lines[e.index],a=t[u];if("+"===a[0])break;if(o=o||" "!==s[0],r.push(a),u++,"+"===s[0])for(i=!0;"+"===s[0];)n.push(s),s=e.lines[++e.index];a.substr(1)===s.substr(1)?(n.push(s),e.index++):i=!0}if("+"===(t[u]||"")[0]&&o&&(i=!0),i)return n;for(;u<t.length;)r.push(t[u++]);return{merged:r,changes:n}}(n,o);i.merged?(u=e.lines).push.apply(u,Eo(i.merged)):Po(e,r?i:o,r?o:i)}function Po(e,t,n){e.conflict=!0,e.lines.push({conflict:!0,mine:t,theirs:n})}function No(e,t,n){for(;t.offset<n.offset&&t.index<t.lines.length;){var r=t.lines[t.index++];e.lines.push(r),t.offset++}}function ko(e,t){for(;t.index<t.lines.length;){var n=t.lines[t.index++];e.lines.push(n)}}function Oo(e){for(var t=[],n=e.lines[e.index][0];e.index<e.lines.length;){var r=e.lines[e.index];if("-"===n&&"+"===r[0]&&(n="+"),n!==r[0])break;t.push(r),e.index++}return t}function Io(e){return e.reduce((function(e,t){return e&&"-"===t[0]}),!0)}function Lo(e,t,n){for(var r=0;r<n;r++){var u=t[t.length-n+r].substr(1);if(e.lines[e.index+r]!==" "+u)return!1}return e.index+=n,!0}function jo(e){var t=0,n=0;return e.forEach((function(e){if("string"!=typeof e){var r=jo(e.mine),u=jo(e.theirs);void 0!==t&&(r.oldLines===u.oldLines?t+=r.oldLines:t=void 0),void 0!==n&&(r.newLines===u.newLines?n+=r.newLines:n=void 0)}else void 0===n||"+"!==e[0]&&" "!==e[0]||n++,void 0===t||"-"!==e[0]&&" "!==e[0]||t++})),{oldLines:t,newLines:n}}var _o={};Object.defineProperty(_o,"__esModule",{value:!0}),_o.convertChangesToDMP=function(e){for(var t,n,r=[],u=0;u<e.length;u++)n=(t=e[u]).added?1:t.removed?-1:0,r.push([n,t.value]);return r};var Mo={};function Ro(e){return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;")}function Vo(e){return{type:"concat",parts:e}}function $o(e){return{type:"indent",contents:e}}function Wo(e,t){return{type:"align",contents:t,n:e}}function qo(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return{type:"group",id:t.id,contents:e,break:Boolean(t.shouldBreak),expandedStates:t.expandedStates}}Object.defineProperty(Mo,"__esModule",{value:!0}),Mo.convertChangesToXML=function(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];r.added?t.push("<ins>"):r.removed&&t.push("<del>"),t.push(Ro(r.value)),r.added?t.push("</ins>"):r.removed&&t.push("</del>")}return t.join("")},function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"Diff",{enumerable:!0,get:function(){return t.default}}),Object.defineProperty(e,"diffChars",{enumerable:!0,get:function(){return n.diffChars}}),Object.defineProperty(e,"diffWords",{enumerable:!0,get:function(){return r.diffWords}}),Object.defineProperty(e,"diffWordsWithSpace",{enumerable:!0,get:function(){return r.diffWordsWithSpace}}),Object.defineProperty(e,"diffLines",{enumerable:!0,get:function(){return u.diffLines}}),Object.defineProperty(e,"diffTrimmedLines",{enumerable:!0,get:function(){return u.diffTrimmedLines}}),Object.defineProperty(e,"diffSentences",{enumerable:!0,get:function(){return i.diffSentences}}),Object.defineProperty(e,"diffCss",{enumerable:!0,get:function(){return a.diffCss}}),Object.defineProperty(e,"diffJson",{enumerable:!0,get:function(){return l.diffJson}}),Object.defineProperty(e,"canonicalize",{enumerable:!0,get:function(){return l.canonicalize}}),Object.defineProperty(e,"diffArrays",{enumerable:!0,get:function(){return p.diffArrays}}),Object.defineProperty(e,"applyPatch",{enumerable:!0,get:function(){return f.applyPatch}}),Object.defineProperty(e,"applyPatches",{enumerable:!0,get:function(){return f.applyPatches}}),Object.defineProperty(e,"parsePatch",{enumerable:!0,get:function(){return d.parsePatch}}),Object.defineProperty(e,"merge",{enumerable:!0,get:function(){return h.merge}}),Object.defineProperty(e,"structuredPatch",{enumerable:!0,get:function(){return g.structuredPatch}}),Object.defineProperty(e,"createTwoFilesPatch",{enumerable:!0,get:function(){return g.createTwoFilesPatch}}),Object.defineProperty(e,"createPatch",{enumerable:!0,get:function(){return g.createPatch}}),Object.defineProperty(e,"convertChangesToDMP",{enumerable:!0,get:function(){return D.convertChangesToDMP}}),Object.defineProperty(e,"convertChangesToXML",{enumerable:!0,get:function(){return y.convertChangesToXML}});var t=function(e){return e&&e.__esModule?e:{default:e}}(o),n=s,r=c,u=m,i=A,a=v,l=qu,p=Yu,f=Zu,d=eo,h=oo,g=io,D=_o,y=Mo}(u);const Uo={type:"break-parent"},zo={type:"line",hard:!0},Ho={type:"line",hard:!0,literal:!0},Jo=Vo([zo,Uo]),Go=Vo([Ho,Uo]);var Xo={concat:Vo,join:function(e,t){const n=[];for(let r=0;r<t.length;r++)0!==r&&n.push(e),n.push(t[r]);return Vo(n)},line:{type:"line"},softline:{type:"line",soft:!0},hardline:Jo,literalline:Go,group:qo,conditionalGroup:function(e,t){return qo(e[0],Object.assign(Object.assign({},t),{},{expandedStates:e}))},fill:function(e){return{type:"fill",parts:e}},lineSuffix:function(e){return{type:"line-suffix",contents:e}},lineSuffixBoundary:{type:"line-suffix-boundary"},cursor:{type:"cursor",placeholder:Symbol("cursor")},breakParent:Uo,ifBreak:function(e,t){return{type:"if-break",breakContents:e,flatContents:t,groupId:(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}).groupId}},trim:{type:"trim"},indent:$o,indentIfBreak:function(e,t){return{type:"indent-if-break",contents:e,groupId:t.groupId,negate:t.negate}},align:Wo,addAlignmentToDoc:function(e,t,n){let r=e;if(t>0){for(let e=0;e<Math.floor(t/n);++e)r=$o(r);r=Wo(t%n,r),r=Wo(Number.NEGATIVE_INFINITY,r)}return r},markAsRoot:function(e){return Wo({type:"root"},e)},dedentToRoot:function(e){return Wo(Number.NEGATIVE_INFINITY,e)},dedent:function(e){return Wo(-1,e)},hardlineWithoutBreakParent:zo,literallineWithoutBreakParent:Ho,label:function(e,t){return{type:"label",label:e,contents:t}}},Yo={exports:{}};var Ko={exports:{}};const Qo=e=>!Number.isNaN(e)&&e>=4352&&(e<=4447||9001===e||9002===e||11904<=e&&e<=12871&&12351!==e||12880<=e&&e<=19903||19968<=e&&e<=42182||43360<=e&&e<=43388||44032<=e&&e<=55203||63744<=e&&e<=64255||65040<=e&&e<=65049||65072<=e&&e<=65131||65281<=e&&e<=65376||65504<=e&&e<=65510||110592<=e&&e<=110593||127488<=e&&e<=127569||131072<=e&&e<=262141);Ko.exports=Qo,Ko.exports.default=Qo;const Zo=e=>"string"==typeof e?e.replace(function(){let{onlyFirst:e=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const t=["[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)","(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"].join("|");return new RegExp(t,e?void 0:"g")}(),""):e,ei=Ko.exports,ti=e=>{if("string"!=typeof e||0===e.length)return 0;if(0===(e=Zo(e)).length)return 0;e=e.replace(/\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62(?:\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDB40\uDC73\uDB40\uDC63\uDB40\uDC74|\uDB40\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F|\uD83D\uDC68(?:\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68\uD83C\uDFFB|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFE])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D)?\uD83D\uDC68|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D[\uDC68\uDC69])\u200D(?:\uD83D[\uDC66\uDC67])|[\u2695\u2696\u2708]\uFE0F|\uD83D[\uDC66\uDC67]|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|(?:\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708])\uFE0F|\uD83C\uDFFB\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C[\uDFFB-\uDFFF])|(?:\uD83E\uDDD1\uD83C\uDFFB\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)\uD83C\uDFFB|\uD83E\uDDD1(?:\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1)|(?:\uD83E\uDDD1\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFF\u200D\uD83E\uDD1D\u200D(?:\uD83D[\uDC68\uDC69]))(?:\uD83C[\uDFFB-\uDFFE])|(?:\uD83E\uDDD1\uD83C\uDFFC\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB\uDFFC])|\uD83D\uDC69(?:\uD83C\uDFFE\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFC\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFB\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFC-\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFD\u200D(?:\uD83E\uDD1D\u200D\uD83D\uDC68(?:\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\u200D(?:\u2764\uFE0F\u200D(?:\uD83D\uDC8B\u200D(?:\uD83D[\uDC68\uDC69])|\uD83D[\uDC68\uDC69])|\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD])|\uD83C\uDFFF\u200D(?:\uD83C[\uDF3E\uDF73\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E[\uDDAF-\uDDB3\uDDBC\uDDBD]))|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67]))|(?:\uD83E\uDDD1\uD83C\uDFFD\u200D\uD83E\uDD1D\u200D\uD83E\uDDD1|\uD83D\uDC69\uD83C\uDFFE\u200D\uD83E\uDD1D\u200D\uD83D\uDC69)(?:\uD83C[\uDFFB-\uDFFD])|\uD83D\uDC69\u200D\uD83D\uDC66\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC69\u200D(?:\uD83D[\uDC66\uDC67])|(?:\uD83D\uDC41\uFE0F\u200D\uD83D\uDDE8|\uD83D\uDC69(?:\uD83C\uDFFF\u200D[\u2695\u2696\u2708]|\uD83C\uDFFE\u200D[\u2695\u2696\u2708]|\uD83C\uDFFC\u200D[\u2695\u2696\u2708]|\uD83C\uDFFB\u200D[\u2695\u2696\u2708]|\uD83C\uDFFD\u200D[\u2695\u2696\u2708]|\u200D[\u2695\u2696\u2708])|(?:(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)\uFE0F|\uD83D\uDC6F|\uD83E[\uDD3C\uDDDE\uDDDF])\u200D[\u2640\u2642]|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:(?:\uD83C[\uDFFB-\uDFFF])\u200D[\u2640\u2642]|\u200D[\u2640\u2642])|\uD83C\uDFF4\u200D\u2620)\uFE0F|\uD83D\uDC69\u200D\uD83D\uDC67\u200D(?:\uD83D[\uDC66\uDC67])|\uD83C\uDFF3\uFE0F\u200D\uD83C\uDF08|\uD83D\uDC15\u200D\uD83E\uDDBA|\uD83D\uDC69\u200D\uD83D\uDC66|\uD83D\uDC69\u200D\uD83D\uDC67|\uD83C\uDDFD\uD83C\uDDF0|\uD83C\uDDF4\uD83C\uDDF2|\uD83C\uDDF6\uD83C\uDDE6|[#\*0-9]\uFE0F\u20E3|\uD83C\uDDE7(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF])|\uD83C\uDDF9(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF])|\uD83C\uDDEA(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA])|\uD83E\uDDD1(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF7(?:\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC])|\uD83D\uDC69(?:\uD83C[\uDFFB-\uDFFF])|\uD83C\uDDF2(?:\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF])|\uD83C\uDDE6(?:\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF])|\uD83C\uDDF0(?:\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF])|\uD83C\uDDED(?:\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA])|\uD83C\uDDE9(?:\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF])|\uD83C\uDDFE(?:\uD83C[\uDDEA\uDDF9])|\uD83C\uDDEC(?:\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE])|\uD83C\uDDF8(?:\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF])|\uD83C\uDDEB(?:\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7])|\uD83C\uDDF5(?:\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE])|\uD83C\uDDFB(?:\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA])|\uD83C\uDDF3(?:\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF])|\uD83C\uDDE8(?:\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF5\uDDF7\uDDFA-\uDDFF])|\uD83C\uDDF1(?:\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE])|\uD83C\uDDFF(?:\uD83C[\uDDE6\uDDF2\uDDFC])|\uD83C\uDDFC(?:\uD83C[\uDDEB\uDDF8])|\uD83C\uDDFA(?:\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF])|\uD83C\uDDEE(?:\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9])|\uD83C\uDDEF(?:\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5])|(?:\uD83C[\uDFC3\uDFC4\uDFCA]|\uD83D[\uDC6E\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6]|\uD83E[\uDD26\uDD37-\uDD39\uDD3D\uDD3E\uDDB8\uDDB9\uDDCD-\uDDCF\uDDD6-\uDDDD])(?:\uD83C[\uDFFB-\uDFFF])|(?:\u26F9|\uD83C[\uDFCB\uDFCC]|\uD83D\uDD75)(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u261D\u270A-\u270D]|\uD83C[\uDF85\uDFC2\uDFC7]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC70\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDCAA\uDD74\uDD7A\uDD90\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1C\uDD1E\uDD1F\uDD30-\uDD36\uDDB5\uDDB6\uDDBB\uDDD2-\uDDD5])(?:\uD83C[\uDFFB-\uDFFF])|(?:[\u231A\u231B\u23E9-\u23EC\u23F0\u23F3\u25FD\u25FE\u2614\u2615\u2648-\u2653\u267F\u2693\u26A1\u26AA\u26AB\u26BD\u26BE\u26C4\u26C5\u26CE\u26D4\u26EA\u26F2\u26F3\u26F5\u26FA\u26FD\u2705\u270A\u270B\u2728\u274C\u274E\u2753-\u2755\u2757\u2795-\u2797\u27B0\u27BF\u2B1B\u2B1C\u2B50\u2B55]|\uD83C[\uDC04\uDCCF\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF7C\uDF7E-\uDF93\uDFA0-\uDFCA\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF4\uDFF8-\uDFFF]|\uD83D[\uDC00-\uDC3E\uDC40\uDC42-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDD7A\uDD95\uDD96\uDDA4\uDDFB-\uDE4F\uDE80-\uDEC5\uDECC\uDED0-\uDED2\uDED5\uDEEB\uDEEC\uDEF4-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])|(?:[#\*0-9\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u261D\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692-\u2697\u2699\u269B\u269C\u26A0\u26A1\u26AA\u26AB\u26B0\u26B1\u26BD\u26BE\u26C4\u26C5\u26C8\u26CE\u26CF\u26D1\u26D3\u26D4\u26E9\u26EA\u26F0-\u26F5\u26F7-\u26FA\u26FD\u2702\u2705\u2708-\u270D\u270F\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763\u2764\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC04\uDCCF\uDD70\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDE6-\uDDFF\uDE01\uDE02\uDE1A\uDE2F\uDE32-\uDE3A\uDE50\uDE51\uDF00-\uDF21\uDF24-\uDF93\uDF96\uDF97\uDF99-\uDF9B\uDF9E-\uDFF0\uDFF3-\uDFF5\uDFF7-\uDFFF]|\uD83D[\uDC00-\uDCFD\uDCFF-\uDD3D\uDD49-\uDD4E\uDD50-\uDD67\uDD6F\uDD70\uDD73-\uDD7A\uDD87\uDD8A-\uDD8D\uDD90\uDD95\uDD96\uDDA4\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA-\uDE4F\uDE80-\uDEC5\uDECB-\uDED2\uDED5\uDEE0-\uDEE5\uDEE9\uDEEB\uDEEC\uDEF0\uDEF3-\uDEFA\uDFE0-\uDFEB]|\uD83E[\uDD0D-\uDD3A\uDD3C-\uDD45\uDD47-\uDD71\uDD73-\uDD76\uDD7A-\uDDA2\uDDA5-\uDDAA\uDDAE-\uDDCA\uDDCD-\uDDFF\uDE70-\uDE73\uDE78-\uDE7A\uDE80-\uDE82\uDE90-\uDE95])\uFE0F|(?:[\u261D\u26F9\u270A-\u270D]|\uD83C[\uDF85\uDFC2-\uDFC4\uDFC7\uDFCA-\uDFCC]|\uD83D[\uDC42\uDC43\uDC46-\uDC50\uDC66-\uDC78\uDC7C\uDC81-\uDC83\uDC85-\uDC87\uDC8F\uDC91\uDCAA\uDD74\uDD75\uDD7A\uDD90\uDD95\uDD96\uDE45-\uDE47\uDE4B-\uDE4F\uDEA3\uDEB4-\uDEB6\uDEC0\uDECC]|\uD83E[\uDD0F\uDD18-\uDD1F\uDD26\uDD30-\uDD39\uDD3C-\uDD3E\uDDB5\uDDB6\uDDB8\uDDB9\uDDBB\uDDCD-\uDDCF\uDDD1-\uDDDD])/g," ");let t=0;for(let n=0;n<e.length;n++){const r=e.codePointAt(n);r<=31||r>=127&&r<=159||r>=768&&r<=879||(r>65535&&n++,t+=ei(r)?2:1)}return t};Yo.exports=ti,Yo.exports.default=ti;var ni=e=>e[e.length-1];function ri(e,t){if(null==e)return{};var n,r,u=function(e,t){if(null==e)return{};var n,r,u={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||(u[n]=e[n]);return u}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(u[n]=e[n])}return u}function ui(e,t){return t||(t=e.slice(0)),Object.freeze(Object.defineProperties(e,{raw:{value:Object.freeze(t)}}))}var oi=G,ii=Array.isArray||function(e){return"Array"==oi(e)},si=_e,ai=U(U.bind),ci=function(e,t){return si(e),void 0===t?e:ai?ai(e,t):function(){return e.apply(t,arguments)}},li=ii,pi=dr,fi=ci,di=B.TypeError,hi=function(e,t,n,r,u,o,i,s){for(var a,c,l=u,p=0,f=!!i&&fi(i,s);p<r;){if(p in n){if(a=f?f(n[p],p,t):n[p],o>0&&li(a))c=pi(a),l=hi(e,t,a,c,l,o-1)-1;else{if(l>=9007199254740991)throw di("Exceed the acceptable array length");e[l]=a}l++}p++}return l},gi=hi,mi=U,Di=T,yi=ie,Ei=cu,Ai=hn,Ci=function(){},bi=[],vi=fe("Reflect","construct"),Fi=/^\s*(?:class|function)\b/,xi=mi(Fi.exec),Si=!Fi.exec(Ci),Bi=function(e){if(!yi(e))return!1;try{return vi(Ci,bi,e),!0}catch(e){return!1}},wi=!vi||Di((function(){var e;return Bi(Bi.call)||!Bi(Object)||!Bi((function(){e=!0}))||e}))?function(e){if(!yi(e))return!1;switch(Ei(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return Si||!!xi(Fi,Ai(e))}:Bi,Ti=B,Pi=ii,Ni=wi,ki=ae,Oi=Et("species"),Ii=Ti.Array,Li=function(e,t){return new(function(e){var t;return Pi(e)&&(t=e.constructor,(Ni(t)&&(t===Ii||Pi(t.prototype))||ki(t)&&null===(t=t[Oi]))&&(t=void 0)),void 0===t?Ii:t}(e))(0===t?0:t)},ji=gi,_i=_e,Mi=et,Ri=dr,Vi=Li;eu({target:"Array",proto:!0},{flatMap:function(e){var t,n=Mi(this),r=Ri(n);return _i(e),(t=Vi(n,0)).length=ji(t,n,n,r,0,1,e,arguments.length>1?arguments[1]:void 0),t}});var $i={},Wi=$i,qi=Et("iterator"),Ui=Array.prototype,zi=cu,Hi=Re,Ji=$i,Gi=Et("iterator"),Xi=function(e){if(null!=e)return Hi(e,Gi)||Hi(e,"@@iterator")||Ji[zi(e)]},Yi=k,Ki=_e,Qi=Yt,Zi=Oe,es=Xi,ts=B.TypeError,ns=k,rs=Yt,us=Re,os=ci,is=k,ss=Yt,as=Oe,cs=dr,ls=de,ps=Xi,fs=function(e,t,n){var r,u;rs(e);try{if(!(r=us(e,"return"))){if("throw"===t)throw n;return n}r=ns(r,e)}catch(e){u=!0,r=e}if("throw"===t)throw n;if(u)throw r;return rs(r),n},ds=B.TypeError,hs=function(e,t){this.stopped=e,this.result=t},gs=hs.prototype,ms=Tt,Ds=zt,ys=R,Es=function(e,t,n){var r,u,o,i,s,a,c,l=n&&n.that,p=!(!n||!n.AS_ENTRIES),f=!(!n||!n.IS_ITERATOR),d=!(!n||!n.INTERRUPTED),h=os(t,l),g=function(e){return r&&fs(r,"normal",e),new hs(!0,e)},m=function(e){return p?(ss(e),d?h(e[0],e[1],g):h(e[0],e[1])):d?h(e,g):h(e)};if(f)r=e;else{if(!(u=ps(e)))throw ds(as(e)+" is not iterable");if(function(e){return void 0!==e&&(Wi.Array===e||Ui[qi]===e)}(u)){for(o=0,i=cs(e);i>o;o++)if((s=m(e[o]))&&ls(gs,s))return s;return new hs(!1)}r=function(e,t){var n=arguments.length<2?es(e):t;if(Ki(n))return Qi(Yi(n,e));throw ts(Zi(e)+" is not iterable")}(e,u)}for(a=r.next;!(c=is(a,r)).done;){try{s=m(c.value)}catch(e){fs(r,"throw",e)}if("object"==typeof s&&s&&ls(gs,s))return s}return new hs(!1)};eu({target:"Object",stat:!0},{fromEntries:function(e){var t={};return Es(e,(function(e,n){!function(e,t,n){var r=ms(t);r in e?Ds.f(e,r,ys(0,n)):e[r]=n}(t,e,n)}),{AS_ENTRIES:!0}),t}});var As=void 0!==As?As:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{};function Cs(){throw new Error("setTimeout has not been defined")}function bs(){throw new Error("clearTimeout has not been defined")}var vs=Cs,Fs=bs;function xs(e){if(vs===setTimeout)return setTimeout(e,0);if((vs===Cs||!vs)&&setTimeout)return vs=setTimeout,setTimeout(e,0);try{return vs(e,0)}catch(t){try{return vs.call(null,e,0)}catch(t){return vs.call(this,e,0)}}}"function"==typeof As.setTimeout&&(vs=setTimeout),"function"==typeof As.clearTimeout&&(Fs=clearTimeout);var Ss,Bs=[],ws=!1,Ts=-1;function Ps(){ws&&Ss&&(ws=!1,Ss.length?Bs=Ss.concat(Bs):Ts=-1,Bs.length&&Ns())}function Ns(){if(!ws){var e=xs(Ps);ws=!0;for(var t=Bs.length;t;){for(Ss=Bs,Bs=[];++Ts<t;)Ss&&Ss[Ts].run();Ts=-1,t=Bs.length}Ss=null,ws=!1,function(e){if(Fs===clearTimeout)return clearTimeout(e);if((Fs===bs||!Fs)&&clearTimeout)return Fs=clearTimeout,clearTimeout(e);try{Fs(e)}catch(t){try{return Fs.call(null,e)}catch(t){return Fs.call(this,e)}}}(e)}}function ks(e,t){this.fun=e,this.array=t}function Os(){}ks.prototype.run=function(){this.fun.apply(null,this.array)};var Is=Os,Ls=Os,js=Os,_s=Os,Ms=Os,Rs=Os,Vs=Os,$s=As.performance||{},Ws=$s.now||$s.mozNow||$s.msNow||$s.oNow||$s.webkitNow||function(){return(new Date).getTime()},qs=new Date,Us={nextTick:function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var n=1;n<arguments.length;n++)t[n-1]=arguments[n];Bs.push(new ks(e,t)),1!==Bs.length||ws||xs(Ns)},title:"browser",browser:!0,env:{},argv:[],version:"",versions:{},on:Is,addListener:Ls,once:js,off:_s,removeListener:Ms,removeAllListeners:Rs,emit:Vs,binding:function(e){throw new Error("process.binding is not supported")},cwd:function(){return"/"},chdir:function(e){throw new Error("process.chdir is not supported")},umask:function(){return 0},hrtime:function(e){var t=.001*Ws.call($s),n=Math.floor(t),r=Math.floor(t%1*1e9);return e&&(n-=e[0],(r-=e[1])<0&&(n--,r+=1e9)),[n,r]},platform:"browser",release:{},config:{},uptime:function(){return(new Date-qs)/1e3}},zs=Us;const Hs="object"==typeof zs&&zs.env&&zs.env.NODE_DEBUG&&/\bsemver\b/i.test(zs.env.NODE_DEBUG)?function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return console.error("SEMVER",...t)}:()=>{};var Js=Hs,Gs={SEMVER_SPEC_VERSION:"2.0.0",MAX_LENGTH:256,MAX_SAFE_INTEGER:Number.MAX_SAFE_INTEGER||9007199254740991,MAX_SAFE_COMPONENT_LENGTH:16},Xs={exports:{}};!function(e,t){const{MAX_SAFE_COMPONENT_LENGTH:n}=Gs,r=Js,u=(t=e.exports={}).re=[],o=t.src=[],i=t.t={};let s=0;const a=(e,t,n)=>{const a=s++;r(a,t),i[e]=a,o[a]=t,u[a]=new RegExp(t,n?"g":void 0)};a("NUMERICIDENTIFIER","0|[1-9]\\d*"),a("NUMERICIDENTIFIERLOOSE","[0-9]+"),a("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*"),a("MAINVERSION","(".concat(o[i.NUMERICIDENTIFIER],")\\.")+"(".concat(o[i.NUMERICIDENTIFIER],")\\.")+"(".concat(o[i.NUMERICIDENTIFIER],")")),a("MAINVERSIONLOOSE","(".concat(o[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[i.NUMERICIDENTIFIERLOOSE],")\\.")+"(".concat(o[i.NUMERICIDENTIFIERLOOSE],")")),a("PRERELEASEIDENTIFIER","(?:".concat(o[i.NUMERICIDENTIFIER],"|").concat(o[i.NONNUMERICIDENTIFIER],")")),a("PRERELEASEIDENTIFIERLOOSE","(?:".concat(o[i.NUMERICIDENTIFIERLOOSE],"|").concat(o[i.NONNUMERICIDENTIFIER],")")),a("PRERELEASE","(?:-(".concat(o[i.PRERELEASEIDENTIFIER],"(?:\\.").concat(o[i.PRERELEASEIDENTIFIER],")*))")),a("PRERELEASELOOSE","(?:-?(".concat(o[i.PRERELEASEIDENTIFIERLOOSE],"(?:\\.").concat(o[i.PRERELEASEIDENTIFIERLOOSE],")*))")),a("BUILDIDENTIFIER","[0-9A-Za-z-]+"),a("BUILD","(?:\\+(".concat(o[i.BUILDIDENTIFIER],"(?:\\.").concat(o[i.BUILDIDENTIFIER],")*))")),a("FULLPLAIN","v?".concat(o[i.MAINVERSION]).concat(o[i.PRERELEASE],"?").concat(o[i.BUILD],"?")),a("FULL","^".concat(o[i.FULLPLAIN],"$")),a("LOOSEPLAIN","[v=\\s]*".concat(o[i.MAINVERSIONLOOSE]).concat(o[i.PRERELEASELOOSE],"?").concat(o[i.BUILD],"?")),a("LOOSE","^".concat(o[i.LOOSEPLAIN],"$")),a("GTLT","((?:<|>)?=?)"),a("XRANGEIDENTIFIERLOOSE","".concat(o[i.NUMERICIDENTIFIERLOOSE],"|x|X|\\*")),a("XRANGEIDENTIFIER","".concat(o[i.NUMERICIDENTIFIER],"|x|X|\\*")),a("XRANGEPLAIN","[v=\\s]*(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIER],")")+"(?:".concat(o[i.PRERELEASE],")?").concat(o[i.BUILD],"?")+")?)?"),a("XRANGEPLAINLOOSE","[v=\\s]*(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:\\.(".concat(o[i.XRANGEIDENTIFIERLOOSE],")")+"(?:".concat(o[i.PRERELEASELOOSE],")?").concat(o[i.BUILD],"?")+")?)?"),a("XRANGE","^".concat(o[i.GTLT],"\\s*").concat(o[i.XRANGEPLAIN],"$")),a("XRANGELOOSE","^".concat(o[i.GTLT],"\\s*").concat(o[i.XRANGEPLAINLOOSE],"$")),a("COERCE","".concat("(^|[^\\d])(\\d{1,").concat(n,"})")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:\\.(\\d{1,".concat(n,"}))?")+"(?:$|[^\\d])"),a("COERCERTL",o[i.COERCE],!0),a("LONETILDE","(?:~>?)"),a("TILDETRIM","(\\s*)".concat(o[i.LONETILDE],"\\s+"),!0),t.tildeTrimReplace="$1~",a("TILDE","^".concat(o[i.LONETILDE]).concat(o[i.XRANGEPLAIN],"$")),a("TILDELOOSE","^".concat(o[i.LONETILDE]).concat(o[i.XRANGEPLAINLOOSE],"$")),a("LONECARET","(?:\\^)"),a("CARETTRIM","(\\s*)".concat(o[i.LONECARET],"\\s+"),!0),t.caretTrimReplace="$1^",a("CARET","^".concat(o[i.LONECARET]).concat(o[i.XRANGEPLAIN],"$")),a("CARETLOOSE","^".concat(o[i.LONECARET]).concat(o[i.XRANGEPLAINLOOSE],"$")),a("COMPARATORLOOSE","^".concat(o[i.GTLT],"\\s*(").concat(o[i.LOOSEPLAIN],")$|^$")),a("COMPARATOR","^".concat(o[i.GTLT],"\\s*(").concat(o[i.FULLPLAIN],")$|^$")),a("COMPARATORTRIM","(\\s*)".concat(o[i.GTLT],"\\s*(").concat(o[i.LOOSEPLAIN],"|").concat(o[i.XRANGEPLAIN],")"),!0),t.comparatorTrimReplace="$1$2$3",a("HYPHENRANGE","^\\s*(".concat(o[i.XRANGEPLAIN],")")+"\\s+-\\s+"+"(".concat(o[i.XRANGEPLAIN],")")+"\\s*$"),a("HYPHENRANGELOOSE","^\\s*(".concat(o[i.XRANGEPLAINLOOSE],")")+"\\s+-\\s+"+"(".concat(o[i.XRANGEPLAINLOOSE],")")+"\\s*$"),a("STAR","(<|>)?=?\\s*\\*"),a("GTE0","^\\s*>=\\s*0.0.0\\s*$"),a("GTE0PRE","^\\s*>=\\s*0.0.0-0\\s*$")}(Xs,Xs.exports);const Ys=["includePrerelease","loose","rtl"];const Ks=/^[0-9]+$/,Qs=(e,t)=>{const n=Ks.test(e),r=Ks.test(t);return n&&r&&(e=+e,t=+t),e===t?0:n&&!r?-1:r&&!n?1:e<t?-1:1};var Zs={compareIdentifiers:Qs,rcompareIdentifiers:(e,t)=>Qs(t,e)};const ea=Js,{MAX_LENGTH:ta,MAX_SAFE_INTEGER:na}=Gs,{re:ra,t:ua}=Xs.exports,oa=e=>e?"object"!=typeof e?{loose:!0}:Ys.filter((t=>e[t])).reduce(((e,t)=>(e[t]=!0,e)),{}):{},{compareIdentifiers:ia}=Zs;class sa{constructor(e,t){if(t=oa(t),e instanceof sa){if(e.loose===!!t.loose&&e.includePrerelease===!!t.includePrerelease)return e;e=e.version}else if("string"!=typeof e)throw new TypeError("Invalid Version: ".concat(e));if(e.length>ta)throw new TypeError("version is longer than ".concat(ta," characters"));ea("SemVer",e,t),this.options=t,this.loose=!!t.loose,this.includePrerelease=!!t.includePrerelease;const n=e.trim().match(t.loose?ra[ua.LOOSE]:ra[ua.FULL]);if(!n)throw new TypeError("Invalid Version: ".concat(e));if(this.raw=e,this.major=+n[1],this.minor=+n[2],this.patch=+n[3],this.major>na||this.major<0)throw new TypeError("Invalid major version");if(this.minor>na||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>na||this.patch<0)throw new TypeError("Invalid patch version");n[4]?this.prerelease=n[4].split(".").map((e=>{if(/^[0-9]+$/.test(e)){const t=+e;if(t>=0&&t<na)return t}return e})):this.prerelease=[],this.build=n[5]?n[5].split("."):[],this.format()}format(){return this.version="".concat(this.major,".").concat(this.minor,".").concat(this.patch),this.prerelease.length&&(this.version+="-".concat(this.prerelease.join("."))),this.version}toString(){return this.version}compare(e){if(ea("SemVer.compare",this.version,this.options,e),!(e instanceof sa)){if("string"==typeof e&&e===this.version)return 0;e=new sa(e,this.options)}return e.version===this.version?0:this.compareMain(e)||this.comparePre(e)}compareMain(e){return e instanceof sa||(e=new sa(e,this.options)),ia(this.major,e.major)||ia(this.minor,e.minor)||ia(this.patch,e.patch)}comparePre(e){if(e instanceof sa||(e=new sa(e,this.options)),this.prerelease.length&&!e.prerelease.length)return-1;if(!this.prerelease.length&&e.prerelease.length)return 1;if(!this.prerelease.length&&!e.prerelease.length)return 0;let t=0;do{const n=this.prerelease[t],r=e.prerelease[t];if(ea("prerelease compare",t,n,r),void 0===n&&void 0===r)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(n!==r)return ia(n,r)}while(++t)}compareBuild(e){e instanceof sa||(e=new sa(e,this.options));let t=0;do{const n=this.build[t],r=e.build[t];if(ea("prerelease compare",t,n,r),void 0===n&&void 0===r)return 0;if(void 0===r)return 1;if(void 0===n)return-1;if(n!==r)return ia(n,r)}while(++t)}inc(e,t){switch(e){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",t);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",t);break;case"prepatch":this.prerelease.length=0,this.inc("patch",t),this.inc("pre",t);break;case"prerelease":0===this.prerelease.length&&this.inc("patch",t),this.inc("pre",t);break;case"major":0===this.minor&&0===this.patch&&0!==this.prerelease.length||this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":0===this.patch&&0!==this.prerelease.length||this.minor++,this.patch=0,this.prerelease=[];break;case"patch":0===this.prerelease.length&&this.patch++,this.prerelease=[];break;case"pre":if(0===this.prerelease.length)this.prerelease=[0];else{let e=this.prerelease.length;for(;--e>=0;)"number"==typeof this.prerelease[e]&&(this.prerelease[e]++,e=-2);-1===e&&this.prerelease.push(0)}t&&(this.prerelease[0]===t?isNaN(this.prerelease[1])&&(this.prerelease=[t,0]):this.prerelease=[t,0]);break;default:throw new Error("invalid increment argument: ".concat(e))}return this.format(),this.raw=this.version,this}}const aa=sa;var ca=(e,t,n)=>new aa(e,n).compare(new aa(t,n));const la=ca;const pa=ca;var fa,da,ha,ga,ma,Da,ya={exports:{}};!function(e,t){function n(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t]}function r(){return"undefined"!=typeof WeakMap?new WeakMap:{add:n,delete:n,get:n,set:n,has:function(e){return!1}}}Object.defineProperty(t,"__esModule",{value:!0}),t.outdent=void 0;var u=Object.prototype.hasOwnProperty,o=function(e,t){return u.call(e,t)};function i(e,t){for(var n in t)o(t,n)&&(e[n]=t[n]);return e}var s=/^[ \t]*(?:\r\n|\r|\n)/,a=/(?:\r\n|\r|\n)[ \t]*$/,c=/^(?:[\r\n]|$)/,l=/(?:\r\n|\r|\n)([ \t]*)(?:[^ \t\r\n]|$)/,p=/^[ \t]*[\r\n][ \t\r\n]*$/;function f(e,t,n){var r=0,u=e[0].match(l);u&&(r=u[1].length);var o=new RegExp("(\\r\\n|\\r|\\n).{0,"+r+"}","g");t&&(e=e.slice(1));var i=n.newline,c=n.trimLeadingNewline,p=n.trimTrailingNewline,f="string"==typeof i,d=e.length;return e.map((function(e,t){return e=e.replace(o,"$1"),0===t&&c&&(e=e.replace(s,"")),t===d-1&&p&&(e=e.replace(a,"")),f&&(e=e.replace(/\r\n|\n|\r/g,(function(e){return i}))),e}))}function d(e,t){for(var n="",r=0,u=e.length;r<u;r++)n+=e[r],r<u-1&&(n+=t[r]);return n}function h(e){return o(e,"raw")&&o(e,"length")}var g=function e(t){var n=r(),u=r(),o=i((function r(o){for(var s=[],a=1;a<arguments.length;a++)s[a-1]=arguments[a];if(h(o)){var l=o,m=(s[0]===r||s[0]===g)&&p.test(l[0])&&c.test(l[1]),D=m?u:n,y=D.get(l);return y||(y=f(l,m,t),D.set(l,y)),0===s.length?y[0]:d(y,m?s.slice(1):s)}return e(i(i({},t),o||{}))}),{string:function(e){return f([e],!1,t)[0]}});return o}({trimLeadingNewline:!0,trimTrailingNewline:!0});t.outdent=g,t.default=g;try{e.exports=g,Object.defineProperty(g,"__esModule",{value:!0}),g.default=g,g.outdent=g}catch(e){}}(ya,ya.exports);const{outdent:Ea}=ya.exports,Aa="Config",Ca="Editor",ba="Other",va="Global",Fa="Special",xa={cursorOffset:{since:"1.4.0",category:Fa,type:"int",default:-1,range:{start:-1,end:Number.POSITIVE_INFINITY,step:1},description:Ea(fa||(fa=ui(["\n Print (to stderr) where a cursor at the given position would move to after formatting.\n This option cannot be used with --range-start and --range-end.\n "]))),cliCategory:Ca},endOfLine:{since:"1.15.0",category:va,type:"choice",default:[{since:"1.15.0",value:"auto"},{since:"2.0.0",value:"lf"}],description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:Ea(da||(da=ui(["\n Maintain existing\n (mixed values within one file are normalised by looking at what's used after the first line)\n "])))}]},filepath:{since:"1.4.0",category:Fa,type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:ba,cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{since:"1.8.0",category:Fa,type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:ba},parser:{since:"0.0.10",category:va,type:"choice",default:[{since:"0.0.10",value:"babylon"},{since:"1.13.0",value:void 0}],description:"Which parser to use.",exception:e=>"string"==typeof e||"function"==typeof e,choices:[{value:"flow",description:"Flow"},{value:"babel",since:"1.16.0",description:"JavaScript"},{value:"babel-flow",since:"1.16.0",description:"Flow"},{value:"babel-ts",since:"2.0.0",description:"TypeScript"},{value:"typescript",since:"1.4.0",description:"TypeScript"},{value:"espree",since:"2.2.0",description:"JavaScript"},{value:"meriyah",since:"2.2.0",description:"JavaScript"},{value:"css",since:"1.7.1",description:"CSS"},{value:"less",since:"1.7.1",description:"Less"},{value:"scss",since:"1.7.1",description:"SCSS"},{value:"json",since:"1.5.0",description:"JSON"},{value:"json5",since:"1.13.0",description:"JSON5"},{value:"json-stringify",since:"1.13.0",description:"JSON.stringify"},{value:"graphql",since:"1.5.0",description:"GraphQL"},{value:"markdown",since:"1.8.0",description:"Markdown"},{value:"mdx",since:"1.15.0",description:"MDX"},{value:"vue",since:"1.10.0",description:"Vue"},{value:"yaml",since:"1.14.0",description:"YAML"},{value:"glimmer",since:"2.3.0",description:"Ember / Handlebars"},{value:"html",since:"1.15.0",description:"HTML"},{value:"angular",since:"1.15.0",description:"Angular"},{value:"lwc",since:"1.17.0",description:"Lightning Web Components"}]},plugins:{since:"1.10.0",type:"path",array:!0,default:[{value:[]}],category:va,description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin",cliCategory:Aa},pluginSearchDirs:{since:"1.13.0",type:"path",array:!0,default:[{value:[]}],category:va,description:Ea(ha||(ha=ui(["\n Custom directory that contains prettier plugins in node_modules subdirectory.\n Overrides default behavior when plugins are searched relatively to the location of Prettier.\n Multiple values are accepted.\n "]))),exception:e=>"string"==typeof e||"object"==typeof e,cliName:"plugin-search-dir",cliCategory:Aa},printWidth:{since:"0.0.0",category:va,type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},rangeEnd:{since:"1.4.0",category:Fa,type:"int",default:Number.POSITIVE_INFINITY,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Ea(ga||(ga=ui(["\n Format code ending at a given character offset (exclusive).\n The range will extend forwards to the end of the selected statement.\n This option cannot be used with --cursor-offset.\n "]))),cliCategory:Ca},rangeStart:{since:"1.4.0",category:Fa,type:"int",default:0,range:{start:0,end:Number.POSITIVE_INFINITY,step:1},description:Ea(ma||(ma=ui(["\n Format code starting at a given character offset.\n The range will extend backwards to the start of the first line containing the selected statement.\n This option cannot be used with --cursor-offset.\n "]))),cliCategory:Ca},requirePragma:{since:"1.7.0",category:Fa,type:"boolean",default:!1,description:Ea(Da||(Da=ui(["\n Require either '@prettier' or '@format' to be present in the file's first docblock comment\n in order for it to be formatted.\n "]))),cliCategory:ba},tabWidth:{type:"int",category:va,default:2,description:"Number of spaces per indentation level.",range:{start:0,end:Number.POSITIVE_INFINITY,step:1}},useTabs:{since:"1.0.0",category:va,type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{since:"2.1.0",category:va,type:"choice",default:[{since:"2.1.0",value:"auto"}],description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}},Sa=["cliName","cliCategory","cliDescription"],Ba=ca,wa=(e,t,n)=>la(e,t,n)<0,Ta=(e,t,n)=>pa(e,t,n)>=0,Pa=(e,t)=>Object.entries(e).map((e=>{let[n,r]=e;return Object.assign({[t]:n},r)})),Na=r.version,ka=xa;function Oa(e,t,n){const r=new Set(e.choices.map((e=>e.value)));for(const u of t)if(u.parsers)for(const t of u.parsers)if(!r.has(t)){r.add(t);const o=n.find((e=>e.parsers&&e.parsers[t]));let i=u.name;o&&o.name&&(i+=" (plugin: ".concat(o.name,")")),e.choices.push({value:t,description:i})}}var Ia={getSupportInfo:function(){let{plugins:e=[],showUnreleased:t=!1,showDeprecated:n=!1,showInternal:r=!1}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const u=Na.split("-",1)[0],o=e.flatMap((e=>e.languages||[])).filter(s),i=Pa(Object.assign({},...e.map((e=>{let{options:t}=e;return t})),ka),"name").filter((e=>s(e)&&a(e))).sort(((e,t)=>e.name===t.name?0:e.name<t.name?-1:1)).map(c).map((t=>{t=Object.assign({},t),Array.isArray(t.default)&&(t.default=1===t.default.length?t.default[0].value:t.default.filter(s).sort(((e,t)=>Ba(t.since,e.since)))[0].value),Array.isArray(t.choices)&&(t.choices=t.choices.filter((e=>s(e)&&a(e))),"parser"===t.name&&Oa(t,o,e));const n=Object.fromEntries(e.filter((e=>e.defaultOptions&&void 0!==e.defaultOptions[t.name])).map((e=>[e.name,e.defaultOptions[t.name]])));return Object.assign(Object.assign({},t),{},{pluginDefaults:n})}));return{languages:o,options:i};function s(e){return t||!("since"in e)||e.since&&Ta(u,e.since)}function a(e){return n||!("deprecated"in e)||e.deprecated&&wa(u,e.deprecated)}function c(e){return r?e:ri(e,Sa)}}};const La=Yo.exports,ja=e=>{if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")},_a=ni,{getSupportInfo:Ma}=Ia,Ra=/[^\x20-\x7F]/;function Va(e){return(t,n,r)=>{const u=r&&r.backwards;if(!1===n)return!1;const{length:o}=t;let i=n;for(;i>=0&&i<o;){const n=t.charAt(i);if(e instanceof RegExp){if(!e.test(n))return i}else if(!e.includes(n))return i;u?i--:i++}return(-1===i||i===o)&&i}}const $a=Va(/\s/),Wa=Va(" \t"),qa=Va(",; \t"),Ua=Va(/[^\n\r]/);function za(e,t){if(!1===t)return!1;if("/"===e.charAt(t)&&"*"===e.charAt(t+1))for(let n=t+2;n<e.length;++n)if("*"===e.charAt(n)&&"/"===e.charAt(n+1))return n+2;return t}function Ha(e,t){return!1!==t&&("/"===e.charAt(t)&&"/"===e.charAt(t+1)?Ua(e,t):t)}function Ja(e,t,n){const r=n&&n.backwards;if(!1===t)return!1;const u=e.charAt(t);if(r){if("\r"===e.charAt(t-1)&&"\n"===u)return t-2;if("\n"===u||"\r"===u||"\u2028"===u||"\u2029"===u)return t-1}else{if("\r"===u&&"\n"===e.charAt(t+1))return t+2;if("\n"===u||"\r"===u||"\u2028"===u||"\u2029"===u)return t+1}return t}function Ga(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=Wa(e,n.backwards?t-1:t,n);return r!==Ja(e,r,n)}function Xa(e,t){let n=null,r=t;for(;r!==n;)n=r,r=qa(e,r),r=za(e,r),r=Wa(e,r);return r=Ha(e,r),r=Ja(e,r),!1!==r&&Ga(e,r)}function Ya(e,t){let n=null,r=t;for(;r!==n;)n=r,r=Wa(e,r),r=za(e,r),r=Ha(e,r),r=Ja(e,r);return r}function Ka(e,t,n){return Ya(e,n(t))}function Qa(e,t){let n=0;for(let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;r<e.length;++r)"\t"===e[r]?n=n+t-n%t:n++;return n}function Za(e,t){const n={quote:'"',regex:/"/g,escaped:"&quot;"},r={quote:"'",regex:/'/g,escaped:"&apos;"},u="'"===t?r:n,o=u===r?n:r;let i=u;return(e.includes(u.quote)||e.includes(o.quote))&&(i=(e.match(u.regex)||[]).length>(e.match(o.regex)||[]).length?o:u),i}function ec(e,t,n){const r='"'===t?"'":'"',u=e.replace(/\\(.)|(["'])/gs,((e,u,o)=>u===r?u:o===t?"\\"+o:o||(n&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(u)?u:"\\"+u)));return t+u+t}function tc(e,t){(e.comments||(e.comments=[])).push(t),t.printed=!1,t.nodeDescription=function(e){const t=e.type||e.kind||"(unknown type)";let n=String(e.name||e.id&&("object"==typeof e.id?e.id.name:e.id)||e.key&&("object"==typeof e.key?e.key.name:e.key)||e.value&&("object"==typeof e.value?"":String(e.value))||e.operator||"");return n.length>20&&(n=n.slice(0,19)+"…"),t+(n?" "+n:"")}(e)}var nc={inferParserByLanguage:function(e,t){const{languages:n}=Ma({plugins:t.plugins}),r=n.find((t=>{let{name:n}=t;return n.toLowerCase()===e}))||n.find((t=>{let{aliases:n}=t;return Array.isArray(n)&&n.includes(e)}))||n.find((t=>{let{extensions:n}=t;return Array.isArray(n)&&n.includes(".".concat(e))}));return r&&r.parsers[0]},getStringWidth:function(e){return e?Ra.test(e)?La(e):e.length:0},getMaxContinuousCount:function(e,t){const n=e.match(new RegExp("(".concat(ja(t),")+"),"g"));return null===n?0:n.reduce(((e,n)=>Math.max(e,n.length/t.length)),0)},getMinNotPresentContinuousCount:function(e,t){const n=e.match(new RegExp("(".concat(ja(t),")+"),"g"));if(null===n)return 0;const r=new Map;let u=0;for(const e of n){const n=e.length/t.length;r.set(n,!0),n>u&&(u=n)}for(let e=1;e<u;e++)if(!r.get(e))return e;return u+1},getPenultimate:e=>e[e.length-2],getLast:_a,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:Ya,getNextNonSpaceNonCommentCharacterIndex:Ka,getNextNonSpaceNonCommentCharacter:function(e,t,n){return e.charAt(Ka(e,t,n))},skip:Va,skipWhitespace:$a,skipSpaces:Wa,skipToLineEnd:qa,skipEverythingButNewLine:Ua,skipInlineComment:za,skipTrailingComment:Ha,skipNewline:Ja,isNextLineEmptyAfterIndex:Xa,isNextLineEmpty:function(e,t,n){return Xa(e,n(t))},isPreviousLineEmpty:function(e,t,n){let r=n(t)-1;return r=Wa(e,r,{backwards:!0}),r=Ja(e,r,{backwards:!0}),r=Wa(e,r,{backwards:!0}),r!==Ja(e,r,{backwards:!0})},hasNewline:Ga,hasNewlineInRange:function(e,t,n){for(let r=t;r<n;++r)if("\n"===e.charAt(r))return!0;return!1},hasSpaces:function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return Wa(e,n.backwards?t-1:t,n)!==t},getAlignmentSize:Qa,getIndentSize:function(e,t){const n=e.lastIndexOf("\n");return-1===n?0:Qa(e.slice(n+1).match(/^[\t ]*/)[0],t)},getPreferredQuote:Za,printString:function(e,t){const n=e.slice(1,-1);return ec(n,"json"===t.parser||"json5"===t.parser&&"preserve"===t.quoteProps&&!t.singleQuote?'"':t.__isInHtmlAttribute?"'":Za(n,t.singleQuote?"'":'"').quote,!("css"===t.parser||"less"===t.parser||"scss"===t.parser||t.__embeddedInHtml))},printNumber:function(e){return e.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")},makeString:ec,addLeadingComment:function(e,t){t.leading=!0,t.trailing=!1,tc(e,t)},addDanglingComment:function(e,t,n){t.leading=!1,t.trailing=!1,n&&(t.marker=n),tc(e,t)},addTrailingComment:function(e,t){t.leading=!1,t.trailing=!0,tc(e,t)},isFrontMatterNode:function(e){return e&&"front-matter"===e.type},getShebang:function(e){if(!e.startsWith("#!"))return"";const t=e.indexOf("\n");return-1===t?e:e.slice(0,t)},isNonEmptyArray:function(e){return Array.isArray(e)&&e.length>0},createGroupIdMapper:function(e){const t=new WeakMap;return function(n){return t.has(n)||t.set(n,Symbol(e)),t.get(n)}}},rc={guessEndOfLine:function(e){const t=e.indexOf("\r");return t>=0?"\n"===e.charAt(t+1)?"crlf":"cr":"lf"},convertEndOfLineToChars:function(e){switch(e){case"cr":return"\r";case"crlf":return"\r\n";default:return"\n"}},countEndOfLineChars:function(e,t){let n;if("\n"===t)n=/\n/g;else if("\r"===t)n=/\r/g;else{if("\r\n"!==t)throw new Error('Unexpected "eol" '.concat(JSON.stringify(t),"."));n=/\r\n/g}const r=e.match(n);return r?r.length:0},normalizeEndOfLine:function(e){return e.replace(/\r\n?/g,"\n")}};const uc=ni,{literalline:oc,join:ic}=Xo,sc=e=>Array.isArray(e)||e&&"concat"===e.type,ac=e=>{if(Array.isArray(e))return e;if("concat"!==e.type&&"fill"!==e.type)throw new Error("Expect doc type to be `concat` or `fill`.");return e.parts},cc={};function lc(e,t,n,r){const u=[e];for(;u.length>0;){const e=u.pop();if(e!==cc){if(n&&u.push(e,cc),!t||!1!==t(e))if(sc(e)||"fill"===e.type){const t=ac(e);for(let e=t.length-1;e>=0;--e)u.push(t[e])}else if("if-break"===e.type)e.flatContents&&u.push(e.flatContents),e.breakContents&&u.push(e.breakContents);else if("group"===e.type&&e.expandedStates)if(r)for(let t=e.expandedStates.length-1;t>=0;--t)u.push(e.expandedStates[t]);else u.push(e.contents);else e.contents&&u.push(e.contents)}else n(u.pop())}}function pc(e,t){const n=new Map;return function e(r){if(n.has(r))return n.get(r);const u=function(n){if(Array.isArray(n))return t(n.map(e));if("concat"===n.type||"fill"===n.type){const r=n.parts.map(e);return t(Object.assign(Object.assign({},n),{},{parts:r}))}if("if-break"===n.type){const r=n.breakContents&&e(n.breakContents),u=n.flatContents&&e(n.flatContents);return t(Object.assign(Object.assign({},n),{},{breakContents:r,flatContents:u}))}if("group"===n.type&&n.expandedStates){const r=n.expandedStates.map(e),u=r[0];return t(Object.assign(Object.assign({},n),{},{contents:u,expandedStates:r}))}if(n.contents){const r=e(n.contents);return t(Object.assign(Object.assign({},n),{},{contents:r}))}return t(n)}(r);return n.set(r,u),u}(e)}function fc(e,t,n){let r=n,u=!1;return lc(e,(function(e){const n=t(e);if(void 0!==n&&(u=!0,r=n),u)return!1})),r}function dc(e){return!("group"!==e.type||!e.break)||!("line"!==e.type||!e.hard)||"break-parent"===e.type||void 0}function hc(e){if(e.length>0){const t=uc(e);t.expandedStates||t.break||(t.break="propagated")}return null}function gc(e){return"line"!==e.type||e.hard?"if-break"===e.type?e.flatContents||"":e:e.soft?"":" "}const mc=(e,t)=>e&&"line"===e.type&&e.hard&&t&&"break-parent"===t.type;function Dc(e){if(!e)return e;if(sc(e)||"fill"===e.type){const t=ac(e);for(;t.length>1&&mc(...t.slice(-2));)t.length-=2;if(t.length>0){const e=Dc(uc(t));t[t.length-1]=e}return Array.isArray(e)?t:Object.assign(Object.assign({},e),{},{parts:t})}switch(e.type){case"align":case"indent":case"indent-if-break":case"group":case"line-suffix":case"label":{const t=Dc(e.contents);return Object.assign(Object.assign({},e),{},{contents:t})}case"if-break":{const t=Dc(e.breakContents),n=Dc(e.flatContents);return Object.assign(Object.assign({},e),{},{breakContents:t,flatContents:n})}}return e}function yc(e){return pc(e,(e=>function(e){switch(e.type){case"fill":if(e.parts.every((e=>""===e)))return"";break;case"group":if(!(e.contents||e.id||e.break||e.expandedStates))return"";if("group"===e.contents.type&&e.contents.id===e.id&&e.contents.break===e.break&&e.contents.expandedStates===e.expandedStates)return e.contents;break;case"align":case"indent":case"indent-if-break":case"line-suffix":if(!e.contents)return"";break;case"if-break":if(!e.flatContents&&!e.breakContents)return""}if(!sc(e))return e;const t=[];for(const n of ac(e)){if(!n)continue;const[e,...r]=sc(n)?ac(n):[n];"string"==typeof e&&"string"==typeof uc(t)?t[t.length-1]+=e:t.push(e),t.push(...r)}return 0===t.length?"":1===t.length?t[0]:Array.isArray(e)?t:Object.assign(Object.assign({},e),{},{parts:t})}(e)))}function Ec(e){const t=[],n=e.filter(Boolean);for(;n.length>0;){const e=n.shift();e&&(sc(e)?n.unshift(...ac(e)):t.length>0&&"string"==typeof uc(t)&&"string"==typeof e?t[t.length-1]+=e:t.push(e))}return t}function Ac(e){return ic(arguments.length>1&&void 0!==arguments[1]?arguments[1]:oc,e.split("\n")).parts}function Cc(e){if("line"===e.type)return!0}var bc={isConcat:sc,getDocParts:ac,willBreak:function(e){return fc(e,dc,!1)},traverseDoc:lc,findInDoc:fc,mapDoc:pc,propagateBreaks:function(e){const t=new Set,n=[];lc(e,(function(e){if("break-parent"===e.type&&hc(n),"group"===e.type){if(n.push(e),t.has(e))return!1;t.add(e)}}),(function(e){"group"===e.type&&n.pop().break&&hc(n)}),!0)},removeLines:function(e){return pc(e,gc)},stripTrailingHardline:function(e){return Dc(yc(e))},normalizeParts:Ec,normalizeDoc:function(e){return pc(e,(e=>Array.isArray(e)?Ec(e):e.parts?Object.assign(Object.assign({},e),{},{parts:Ec(e.parts)}):e))},cleanDoc:yc,replaceTextEndOfLine:Ac,replaceEndOfLine:function(e){return pc(e,(e=>"string"==typeof e&&e.includes("\n")?Ac(e):e))},canBreak:function(e){return fc(e,Cc,!1)}};const{getStringWidth:vc,getLast:Fc}=nc,{convertEndOfLineToChars:xc}=rc,{fill:Sc,cursor:Bc,indent:wc}=Xo,{isConcat:Tc,getDocParts:Pc}=bc;let Nc;function kc(e,t){return Ic(e,{type:"indent"},t)}function Oc(e,t,n){return t===Number.NEGATIVE_INFINITY?e.root||{value:"",length:0,queue:[]}:t<0?Ic(e,{type:"dedent"},n):t?"root"===t.type?Object.assign(Object.assign({},e),{},{root:e}):Ic(e,{type:"string"==typeof t?"stringAlign":"numberAlign",n:t},n):e}function Ic(e,t,n){const r="dedent"===t.type?e.queue.slice(0,-1):[...e.queue,t];let u="",o=0,i=0,s=0;for(const e of r)switch(e.type){case"indent":l(),n.useTabs?a(1):c(n.tabWidth);break;case"stringAlign":l(),u+=e.n,o+=e.n.length;break;case"numberAlign":i+=1,s+=e.n;break;default:throw new Error("Unexpected type '".concat(e.type,"'"))}return p(),Object.assign(Object.assign({},e),{},{value:u,length:o,queue:r});function a(e){u+="\t".repeat(e),o+=n.tabWidth*e}function c(e){u+=" ".repeat(e),o+=e}function l(){n.useTabs?(i>0&&a(i),f()):p()}function p(){s>0&&c(s),f()}function f(){i=0,s=0}}function Lc(e){if(0===e.length)return 0;let t=0;for(;e.length>0&&"string"==typeof Fc(e)&&/^[\t ]*$/.test(Fc(e));)t+=e.pop().length;if(e.length>0&&"string"==typeof Fc(e)){const n=Fc(e).replace(/[\t ]*$/,"");t+=Fc(e).length-n.length,e[e.length-1]=n}return t}function jc(e,t,n,r,u,o){let i=t.length;const s=[e],a=[];for(;n>=0;){if(0===s.length){if(0===i)return!0;s.push(t[i-1]),i--;continue}const[e,c,l]=s.pop();if("string"==typeof l)a.push(l),n-=vc(l);else if(Tc(l)){const t=Pc(l);for(let n=t.length-1;n>=0;n--)s.push([e,c,t[n]])}else switch(l.type){case"indent":s.push([kc(e,r),c,l.contents]);break;case"align":s.push([Oc(e,l.n,r),c,l.contents]);break;case"trim":n+=Lc(a);break;case"group":{if(o&&l.break)return!1;const t=l.break?1:c;s.push([e,t,l.expandedStates&&1===t?Fc(l.expandedStates):l.contents]),l.id&&(Nc[l.id]=t);break}case"fill":for(let t=l.parts.length-1;t>=0;t--)s.push([e,c,l.parts[t]]);break;case"if-break":case"indent-if-break":{const t=l.groupId?Nc[l.groupId]:c;if(1===t){const t="if-break"===l.type?l.breakContents:l.negate?l.contents:wc(l.contents);t&&s.push([e,c,t])}if(2===t){const t="if-break"===l.type?l.flatContents:l.negate?wc(l.contents):l.contents;t&&s.push([e,c,t])}break}case"line":switch(c){case 2:if(!l.hard){l.soft||(a.push(" "),n-=1);break}return!0;case 1:return!0}break;case"line-suffix":u=!0;break;case"line-suffix-boundary":if(u)return!1;break;case"label":s.push([e,c,l.contents])}}return!1}var _c={printDocToString:function(e,t){Nc={};const n=t.printWidth,r=xc(t.endOfLine);let u=0;const o=[[{value:"",length:0,queue:[]},1,e]],i=[];let s=!1,a=[];for(;o.length>0;){const[e,c,l]=o.pop();if("string"==typeof l){const e="\n"!==r?l.replace(/\n/g,r):l;i.push(e),u+=vc(e)}else if(Tc(l)){const t=Pc(l);for(let n=t.length-1;n>=0;n--)o.push([e,c,t[n]])}else switch(l.type){case"cursor":i.push(Bc.placeholder);break;case"indent":o.push([kc(e,t),c,l.contents]);break;case"align":o.push([Oc(e,l.n,t),c,l.contents]);break;case"trim":u-=Lc(i);break;case"group":switch(c){case 2:if(!s){o.push([e,l.break?1:2,l.contents]);break}case 1:{s=!1;const r=[e,2,l.contents],i=n-u,c=a.length>0;if(!l.break&&jc(r,o,i,t,c))o.push(r);else if(l.expandedStates){const n=Fc(l.expandedStates);if(l.break){o.push([e,1,n]);break}for(let r=1;r<l.expandedStates.length+1;r++){if(r>=l.expandedStates.length){o.push([e,1,n]);break}{const n=[e,2,l.expandedStates[r]];if(jc(n,o,i,t,c)){o.push(n);break}}}}else o.push([e,1,l.contents]);break}}l.id&&(Nc[l.id]=Fc(o)[1]);break;case"fill":{const r=n-u,{parts:i}=l;if(0===i.length)break;const[s,p]=i,f=[e,2,s],d=[e,1,s],h=jc(f,[],r,t,a.length>0,!0);if(1===i.length){h?o.push(f):o.push(d);break}const g=[e,2,p],m=[e,1,p];if(2===i.length){h?o.push(g,f):o.push(m,d);break}i.splice(0,2);const D=[e,c,Sc(i)];jc([e,2,[s,p,i[0]]],[],r,t,a.length>0,!0)?o.push(D,g,f):h?o.push(D,m,f):o.push(D,m,d);break}case"if-break":case"indent-if-break":{const t=l.groupId?Nc[l.groupId]:c;if(1===t){const t="if-break"===l.type?l.breakContents:l.negate?l.contents:wc(l.contents);t&&o.push([e,c,t])}if(2===t){const t="if-break"===l.type?l.flatContents:l.negate?wc(l.contents):l.contents;t&&o.push([e,c,t])}break}case"line-suffix":a.push([e,c,l.contents]);break;case"line-suffix-boundary":a.length>0&&o.push([e,c,{type:"line",hard:!0}]);break;case"line":switch(c){case 2:if(!l.hard){l.soft||(i.push(" "),u+=1);break}s=!0;case 1:if(a.length>0){o.push([e,c,l],...a.reverse()),a=[];break}l.literal?e.root?(i.push(r,e.root.value),u=e.root.length):(i.push(r),u=0):(u-=Lc(i),i.push(r+e.value),u=e.length)}break;case"label":o.push([e,c,l.contents])}0===o.length&&a.length>0&&(o.push(...a.reverse()),a=[])}const c=i.indexOf(Bc.placeholder);if(-1!==c){const e=i.indexOf(Bc.placeholder,c+1),t=i.slice(0,c).join(""),n=i.slice(c+1,e).join("");return{formatted:t+n+i.slice(e+1).join(""),cursorNodeStart:t.length,cursorNodeText:n}}return{formatted:i.join("")}}};const{isConcat:Mc,getDocParts:Rc}=bc;function Vc(e){if(!e)return"";if(Mc(e)){const t=[];for(const n of Rc(e))if(Mc(n))t.push(...Vc(n).parts);else{const e=Vc(n);""!==e&&t.push(e)}return{type:"concat",parts:t}}return"if-break"===e.type?Object.assign(Object.assign({},e),{},{breakContents:Vc(e.breakContents),flatContents:Vc(e.flatContents)}):"group"===e.type?Object.assign(Object.assign({},e),{},{contents:Vc(e.contents),expandedStates:e.expandedStates&&e.expandedStates.map(Vc)}):"fill"===e.type?{type:"fill",parts:e.parts.map(Vc)}:e.contents?Object.assign(Object.assign({},e),{},{contents:Vc(e.contents)}):e}var $c={printDocToDebug:function(e){const t=Object.create(null),n=new Set;return function e(t,n,u){if("string"==typeof t)return JSON.stringify(t);if(Mc(t)){const n=Rc(t).map(e).filter(Boolean);return 1===n.length?n[0]:"[".concat(n.join(", "),"]")}if("line"===t.type){const e=Array.isArray(u)&&u[n+1]&&"break-parent"===u[n+1].type;return t.literal?e?"literalline":"literallineWithoutBreakParent":t.hard?e?"hardline":"hardlineWithoutBreakParent":t.soft?"softline":"line"}if("break-parent"===t.type)return Array.isArray(u)&&u[n-1]&&"line"===u[n-1].type&&u[n-1].hard?void 0:"breakParent";if("trim"===t.type)return"trim";if("indent"===t.type)return"indent("+e(t.contents)+")";if("align"===t.type)return t.n===Number.NEGATIVE_INFINITY?"dedentToRoot("+e(t.contents)+")":t.n<0?"dedent("+e(t.contents)+")":"root"===t.n.type?"markAsRoot("+e(t.contents)+")":"align("+JSON.stringify(t.n)+", "+e(t.contents)+")";if("if-break"===t.type)return"ifBreak("+e(t.breakContents)+(t.flatContents?", "+e(t.flatContents):"")+(t.groupId?(t.flatContents?"":', ""')+", { groupId: ".concat(r(t.groupId)," }"):"")+")";if("indent-if-break"===t.type){const n=[];t.negate&&n.push("negate: true"),t.groupId&&n.push("groupId: ".concat(r(t.groupId)));const u=n.length>0?", { ".concat(n.join(", ")," }"):"";return"indentIfBreak(".concat(e(t.contents)).concat(u,")")}if("group"===t.type){const n=[];t.break&&"propagated"!==t.break&&n.push("shouldBreak: true"),t.id&&n.push("id: ".concat(r(t.id)));const u=n.length>0?", { ".concat(n.join(", ")," }"):"";return t.expandedStates?"conditionalGroup([".concat(t.expandedStates.map((t=>e(t))).join(","),"]").concat(u,")"):"group(".concat(e(t.contents)).concat(u,")")}if("fill"===t.type)return"fill([".concat(t.parts.map((t=>e(t))).join(", "),"])");if("line-suffix"===t.type)return"lineSuffix("+e(t.contents)+")";if("line-suffix-boundary"===t.type)return"lineSuffixBoundary";if("label"===t.type)return"label(".concat(JSON.stringify(t.label),", ").concat(e(t.contents),")");throw new Error("Unknown doc type "+t.type)}(Vc(e));function r(e){if("symbol"!=typeof e)return JSON.stringify(String(e));if(e in t)return t[e];const r=String(e).slice(7,-1)||"symbol";for(let u=0;;u++){const o=r+(u>0?" #".concat(u):"");if(!n.has(o))return n.add(o),t[e]="Symbol.for(".concat(JSON.stringify(o),")")}}}},Wc={builders:Xo,printer:_c,utils:bc,debug:$c},qc=t(Object.freeze({__proto__:null,default:{}}));function Uc(e,t){for(var n=0,r=e.length-1;r>=0;r--){var u=e[r];"."===u?e.splice(r,1):".."===u?(e.splice(r,1),n++):n&&(e.splice(r,1),n--)}if(t)for(;n--;n)e.unshift("..");return e}var zc=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,Hc=function(e){return zc.exec(e).slice(1)};function Jc(){for(var e="",t=!1,n=arguments.length-1;n>=-1&&!t;n--){var r=n>=0?arguments[n]:"/";if("string"!=typeof r)throw new TypeError("Arguments to path.resolve must be strings");r&&(e=r+"/"+e,t="/"===r.charAt(0))}return(t?"/":"")+(e=Uc(nl(e.split("/"),(function(e){return!!e})),!t).join("/"))||"."}function Gc(e){var t=Xc(e),n="/"===rl(e,-1);return(e=Uc(nl(e.split("/"),(function(e){return!!e})),!t).join("/"))||t||(e="."),e&&n&&(e+="/"),(t?"/":"")+e}function Xc(e){return"/"===e.charAt(0)}function Yc(){return Gc(nl(Array.prototype.slice.call(arguments,0),(function(e,t){if("string"!=typeof e)throw new TypeError("Arguments to path.join must be strings");return e})).join("/"))}function Kc(e,t){function n(e){for(var t=0;t<e.length&&""===e[t];t++);for(var n=e.length-1;n>=0&&""===e[n];n--);return t>n?[]:e.slice(t,n-t+1)}e=Jc(e).substr(1),t=Jc(t).substr(1);for(var r=n(e.split("/")),u=n(t.split("/")),o=Math.min(r.length,u.length),i=o,s=0;s<o;s++)if(r[s]!==u[s]){i=s;break}var a=[];for(s=i;s<r.length;s++)a.push("..");return(a=a.concat(u.slice(i))).join("/")}function Qc(e){var t=Hc(e),n=t[0],r=t[1];return n||r?(r&&(r=r.substr(0,r.length-1)),n+r):"."}function Zc(e,t){var n=Hc(e)[2];return t&&n.substr(-1*t.length)===t&&(n=n.substr(0,n.length-t.length)),n}function el(e){return Hc(e)[3]}var tl={extname:el,basename:Zc,dirname:Qc,sep:"/",delimiter:":",relative:Kc,join:Yc,isAbsolute:Xc,normalize:Gc,resolve:Jc};function nl(e,t){if(e.filter)return e.filter(t);for(var n=[],r=0;r<e.length;r++)t(e[r],r,e)&&n.push(e[r]);return n}var rl=function(e,t,n){return e.substr(t,n)},ul=t(Object.freeze({__proto__:null,resolve:Jc,normalize:Gc,isAbsolute:Xc,join:Yc,relative:Kc,sep:"/",delimiter:":",dirname:Qc,basename:Zc,extname:el,default:tl})),ol=[],il=[],sl="undefined"!=typeof Uint8Array?Uint8Array:Array,al=!1;function cl(){al=!0;for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0,n=e.length;t<n;++t)ol[t]=e[t],il[e.charCodeAt(t)]=t;il["-".charCodeAt(0)]=62,il["_".charCodeAt(0)]=63}function ll(e,t,n){for(var r,u,o=[],i=t;i<n;i+=3)r=(e[i]<<16)+(e[i+1]<<8)+e[i+2],o.push(ol[(u=r)>>18&63]+ol[u>>12&63]+ol[u>>6&63]+ol[63&u]);return o.join("")}function pl(e){var t;al||cl();for(var n=e.length,r=n%3,u="",o=[],i=16383,s=0,a=n-r;s<a;s+=i)o.push(ll(e,s,s+i>a?a:s+i));return 1===r?(t=e[n-1],u+=ol[t>>2],u+=ol[t<<4&63],u+="=="):2===r&&(t=(e[n-2]<<8)+e[n-1],u+=ol[t>>10],u+=ol[t>>4&63],u+=ol[t<<2&63],u+="="),o.push(u),o.join("")}function fl(e,t,n,r,u){var o,i,s=8*u-r-1,a=(1<<s)-1,c=a>>1,l=-7,p=n?u-1:0,f=n?-1:1,d=e[t+p];for(p+=f,o=d&(1<<-l)-1,d>>=-l,l+=s;l>0;o=256*o+e[t+p],p+=f,l-=8);for(i=o&(1<<-l)-1,o>>=-l,l+=r;l>0;i=256*i+e[t+p],p+=f,l-=8);if(0===o)o=1-c;else{if(o===a)return i?NaN:1/0*(d?-1:1);i+=Math.pow(2,r),o-=c}return(d?-1:1)*i*Math.pow(2,o-r)}function dl(e,t,n,r,u,o){var i,s,a,c=8*o-u-1,l=(1<<c)-1,p=l>>1,f=23===u?Math.pow(2,-24)-Math.pow(2,-77):0,d=r?0:o-1,h=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,i=l):(i=Math.floor(Math.log(t)/Math.LN2),t*(a=Math.pow(2,-i))<1&&(i--,a*=2),(t+=i+p>=1?f/a:f*Math.pow(2,1-p))*a>=2&&(i++,a/=2),i+p>=l?(s=0,i=l):i+p>=1?(s=(t*a-1)*Math.pow(2,u),i+=p):(s=t*Math.pow(2,p-1)*Math.pow(2,u),i=0));u>=8;e[n+d]=255&s,d+=h,s/=256,u-=8);for(i=i<<u|s,c+=u;c>0;e[n+d]=255&i,d+=h,i/=256,c-=8);e[n+d-h]|=128*g}var hl={}.toString,gl=Array.isArray||function(e){return"[object Array]"==hl.call(e)};function ml(){return yl.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function Dl(e,t){if(ml()<t)throw new RangeError("Invalid typed array length");return yl.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=yl.prototype:(null===e&&(e=new yl(t)),e.length=t),e}function yl(e,t,n){if(!(yl.TYPED_ARRAY_SUPPORT||this instanceof yl))return new yl(e,t,n);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return Cl(this,e)}return El(this,e,t,n)}function El(e,t,n,r){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,n,r){if(t.byteLength,n<0||t.byteLength<n)throw new RangeError("'offset' is out of bounds");if(t.byteLength<n+(r||0))throw new RangeError("'length' is out of bounds");return t=void 0===n&&void 0===r?new Uint8Array(t):void 0===r?new Uint8Array(t,n):new Uint8Array(t,n,r),yl.TYPED_ARRAY_SUPPORT?(e=t).__proto__=yl.prototype:e=bl(e,t),e}(e,t,n,r):"string"==typeof t?function(e,t,n){if("string"==typeof n&&""!==n||(n="utf8"),!yl.isEncoding(n))throw new TypeError('"encoding" must be a valid string encoding');var r=0|xl(t,n),u=(e=Dl(e,r)).write(t,n);return u!==r&&(e=e.slice(0,u)),e}(e,t,n):function(e,t){if(Fl(t)){var n=0|vl(t.length);return 0===(e=Dl(e,n)).length||t.copy(e,0,0,n),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||(r=t.length)!=r?Dl(e,0):bl(e,t);if("Buffer"===t.type&&gl(t.data))return bl(e,t.data)}var r;throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function Al(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function Cl(e,t){if(Al(t),e=Dl(e,t<0?0:0|vl(t)),!yl.TYPED_ARRAY_SUPPORT)for(var n=0;n<t;++n)e[n]=0;return e}function bl(e,t){var n=t.length<0?0:0|vl(t.length);e=Dl(e,n);for(var r=0;r<n;r+=1)e[r]=255&t[r];return e}function vl(e){if(e>=ml())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+ml().toString(16)+" bytes");return 0|e}function Fl(e){return!(null==e||!e._isBuffer)}function xl(e,t){if(Fl(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var n=e.length;if(0===n)return 0;for(var r=!1;;)switch(t){case"ascii":case"latin1":case"binary":return n;case"utf8":case"utf-8":case void 0:return Ql(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*n;case"hex":return n>>>1;case"base64":return Zl(e).length;default:if(r)return Ql(e).length;t=(""+t).toLowerCase(),r=!0}}function Sl(e,t,n){var r=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===n||n>this.length)&&(n=this.length),n<=0)return"";if((n>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return $l(this,t,n);case"utf8":case"utf-8":return _l(this,t,n);case"ascii":return Rl(this,t,n);case"latin1":case"binary":return Vl(this,t,n);case"base64":return jl(this,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Wl(this,t,n);default:if(r)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),r=!0}}function Bl(e,t,n){var r=e[t];e[t]=e[n],e[n]=r}function wl(e,t,n,r,u){if(0===e.length)return-1;if("string"==typeof n?(r=n,n=0):n>2147483647?n=2147483647:n<-2147483648&&(n=-2147483648),n=+n,isNaN(n)&&(n=u?0:e.length-1),n<0&&(n=e.length+n),n>=e.length){if(u)return-1;n=e.length-1}else if(n<0){if(!u)return-1;n=0}if("string"==typeof t&&(t=yl.from(t,r)),Fl(t))return 0===t.length?-1:Tl(e,t,n,r,u);if("number"==typeof t)return t&=255,yl.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?u?Uint8Array.prototype.indexOf.call(e,t,n):Uint8Array.prototype.lastIndexOf.call(e,t,n):Tl(e,[t],n,r,u);throw new TypeError("val must be string, number or Buffer")}function Tl(e,t,n,r,u){var o,i=1,s=e.length,a=t.length;if(void 0!==r&&("ucs2"===(r=String(r).toLowerCase())||"ucs-2"===r||"utf16le"===r||"utf-16le"===r)){if(e.length<2||t.length<2)return-1;i=2,s/=2,a/=2,n/=2}function c(e,t){return 1===i?e[t]:e.readUInt16BE(t*i)}if(u){var l=-1;for(o=n;o<s;o++)if(c(e,o)===c(t,-1===l?0:o-l)){if(-1===l&&(l=o),o-l+1===a)return l*i}else-1!==l&&(o-=o-l),l=-1}else for(n+a>s&&(n=s-a),o=n;o>=0;o--){for(var p=!0,f=0;f<a;f++)if(c(e,o+f)!==c(t,f)){p=!1;break}if(p)return o}return-1}function Pl(e,t,n,r){n=Number(n)||0;var u=e.length-n;r?(r=Number(r))>u&&(r=u):r=u;var o=t.length;if(o%2!=0)throw new TypeError("Invalid hex string");r>o/2&&(r=o/2);for(var i=0;i<r;++i){var s=parseInt(t.substr(2*i,2),16);if(isNaN(s))return i;e[n+i]=s}return i}function Nl(e,t,n,r){return ep(Ql(t,e.length-n),e,n,r)}function kl(e,t,n,r){return ep(function(e){for(var t=[],n=0;n<e.length;++n)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function Ol(e,t,n,r){return kl(e,t,n,r)}function Il(e,t,n,r){return ep(Zl(t),e,n,r)}function Ll(e,t,n,r){return ep(function(e,t){for(var n,r,u,o=[],i=0;i<e.length&&!((t-=2)<0);++i)r=(n=e.charCodeAt(i))>>8,u=n%256,o.push(u),o.push(r);return o}(t,e.length-n),e,n,r)}function jl(e,t,n){return 0===t&&n===e.length?pl(e):pl(e.slice(t,n))}function _l(e,t,n){n=Math.min(e.length,n);for(var r=[],u=t;u<n;){var o,i,s,a,c=e[u],l=null,p=c>239?4:c>223?3:c>191?2:1;if(u+p<=n)switch(p){case 1:c<128&&(l=c);break;case 2:128==(192&(o=e[u+1]))&&(a=(31&c)<<6|63&o)>127&&(l=a);break;case 3:o=e[u+1],i=e[u+2],128==(192&o)&&128==(192&i)&&(a=(15&c)<<12|(63&o)<<6|63&i)>2047&&(a<55296||a>57343)&&(l=a);break;case 4:o=e[u+1],i=e[u+2],s=e[u+3],128==(192&o)&&128==(192&i)&&128==(192&s)&&(a=(15&c)<<18|(63&o)<<12|(63&i)<<6|63&s)>65535&&a<1114112&&(l=a)}null===l?(l=65533,p=1):l>65535&&(l-=65536,r.push(l>>>10&1023|55296),l=56320|1023&l),r.push(l),u+=p}return function(e){var t=e.length;if(t<=Ml)return String.fromCharCode.apply(String,e);for(var n="",r=0;r<t;)n+=String.fromCharCode.apply(String,e.slice(r,r+=Ml));return n}(r)}yl.TYPED_ARRAY_SUPPORT=void 0===As.TYPED_ARRAY_SUPPORT||As.TYPED_ARRAY_SUPPORT,yl.poolSize=8192,yl._augment=function(e){return e.__proto__=yl.prototype,e},yl.from=function(e,t,n){return El(null,e,t,n)},yl.TYPED_ARRAY_SUPPORT&&(yl.prototype.__proto__=Uint8Array.prototype,yl.__proto__=Uint8Array),yl.alloc=function(e,t,n){return function(e,t,n,r){return Al(t),t<=0?Dl(e,t):void 0!==n?"string"==typeof r?Dl(e,t).fill(n,r):Dl(e,t).fill(n):Dl(e,t)}(null,e,t,n)},yl.allocUnsafe=function(e){return Cl(null,e)},yl.allocUnsafeSlow=function(e){return Cl(null,e)},yl.isBuffer=tp,yl.compare=function(e,t){if(!Fl(e)||!Fl(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var n=e.length,r=t.length,u=0,o=Math.min(n,r);u<o;++u)if(e[u]!==t[u]){n=e[u],r=t[u];break}return n<r?-1:r<n?1:0},yl.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},yl.concat=function(e,t){if(!gl(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return yl.alloc(0);var n;if(void 0===t)for(t=0,n=0;n<e.length;++n)t+=e[n].length;var r=yl.allocUnsafe(t),u=0;for(n=0;n<e.length;++n){var o=e[n];if(!Fl(o))throw new TypeError('"list" argument must be an Array of Buffers');o.copy(r,u),u+=o.length}return r},yl.byteLength=xl,yl.prototype._isBuffer=!0,yl.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)Bl(this,t,t+1);return this},yl.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)Bl(this,t,t+3),Bl(this,t+1,t+2);return this},yl.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)Bl(this,t,t+7),Bl(this,t+1,t+6),Bl(this,t+2,t+5),Bl(this,t+3,t+4);return this},yl.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?_l(this,0,e):Sl.apply(this,arguments)},yl.prototype.equals=function(e){if(!Fl(e))throw new TypeError("Argument must be a Buffer");return this===e||0===yl.compare(this,e)},yl.prototype.inspect=function(){var e="";return this.length>0&&(e=this.toString("hex",0,50).match(/.{2}/g).join(" "),this.length>50&&(e+=" ... ")),"<Buffer "+e+">"},yl.prototype.compare=function(e,t,n,r,u){if(!Fl(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===n&&(n=e?e.length:0),void 0===r&&(r=0),void 0===u&&(u=this.length),t<0||n>e.length||r<0||u>this.length)throw new RangeError("out of range index");if(r>=u&&t>=n)return 0;if(r>=u)return-1;if(t>=n)return 1;if(this===e)return 0;for(var o=(u>>>=0)-(r>>>=0),i=(n>>>=0)-(t>>>=0),s=Math.min(o,i),a=this.slice(r,u),c=e.slice(t,n),l=0;l<s;++l)if(a[l]!==c[l]){o=a[l],i=c[l];break}return o<i?-1:i<o?1:0},yl.prototype.includes=function(e,t,n){return-1!==this.indexOf(e,t,n)},yl.prototype.indexOf=function(e,t,n){return wl(this,e,t,n,!0)},yl.prototype.lastIndexOf=function(e,t,n){return wl(this,e,t,n,!1)},yl.prototype.write=function(e,t,n,r){if(void 0===t)r="utf8",n=this.length,t=0;else if(void 0===n&&"string"==typeof t)r=t,n=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(n)?(n|=0,void 0===r&&(r="utf8")):(r=n,n=void 0)}var u=this.length-t;if((void 0===n||n>u)&&(n=u),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");r||(r="utf8");for(var o=!1;;)switch(r){case"hex":return Pl(this,e,t,n);case"utf8":case"utf-8":return Nl(this,e,t,n);case"ascii":return kl(this,e,t,n);case"latin1":case"binary":return Ol(this,e,t,n);case"base64":return Il(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Ll(this,e,t,n);default:if(o)throw new TypeError("Unknown encoding: "+r);r=(""+r).toLowerCase(),o=!0}},yl.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var Ml=4096;function Rl(e,t,n){var r="";n=Math.min(e.length,n);for(var u=t;u<n;++u)r+=String.fromCharCode(127&e[u]);return r}function Vl(e,t,n){var r="";n=Math.min(e.length,n);for(var u=t;u<n;++u)r+=String.fromCharCode(e[u]);return r}function $l(e,t,n){var r=e.length;(!t||t<0)&&(t=0),(!n||n<0||n>r)&&(n=r);for(var u="",o=t;o<n;++o)u+=Kl(e[o]);return u}function Wl(e,t,n){for(var r=e.slice(t,n),u="",o=0;o<r.length;o+=2)u+=String.fromCharCode(r[o]+256*r[o+1]);return u}function ql(e,t,n){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>n)throw new RangeError("Trying to access beyond buffer length")}function Ul(e,t,n,r,u,o){if(!Fl(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>u||t<o)throw new RangeError('"value" argument is out of bounds');if(n+r>e.length)throw new RangeError("Index out of range")}function zl(e,t,n,r){t<0&&(t=65535+t+1);for(var u=0,o=Math.min(e.length-n,2);u<o;++u)e[n+u]=(t&255<<8*(r?u:1-u))>>>8*(r?u:1-u)}function Hl(e,t,n,r){t<0&&(t=4294967295+t+1);for(var u=0,o=Math.min(e.length-n,4);u<o;++u)e[n+u]=t>>>8*(r?u:3-u)&255}function Jl(e,t,n,r,u,o){if(n+r>e.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("Index out of range")}function Gl(e,t,n,r,u){return u||Jl(e,0,n,4),dl(e,t,n,r,23,4),n+4}function Xl(e,t,n,r,u){return u||Jl(e,0,n,8),dl(e,t,n,r,52,8),n+8}yl.prototype.slice=function(e,t){var n,r=this.length;if((e=~~e)<0?(e+=r)<0&&(e=0):e>r&&(e=r),(t=void 0===t?r:~~t)<0?(t+=r)<0&&(t=0):t>r&&(t=r),t<e&&(t=e),yl.TYPED_ARRAY_SUPPORT)(n=this.subarray(e,t)).__proto__=yl.prototype;else{var u=t-e;n=new yl(u,void 0);for(var o=0;o<u;++o)n[o]=this[o+e]}return n},yl.prototype.readUIntLE=function(e,t,n){e|=0,t|=0,n||ql(e,t,this.length);for(var r=this[e],u=1,o=0;++o<t&&(u*=256);)r+=this[e+o]*u;return r},yl.prototype.readUIntBE=function(e,t,n){e|=0,t|=0,n||ql(e,t,this.length);for(var r=this[e+--t],u=1;t>0&&(u*=256);)r+=this[e+--t]*u;return r},yl.prototype.readUInt8=function(e,t){return t||ql(e,1,this.length),this[e]},yl.prototype.readUInt16LE=function(e,t){return t||ql(e,2,this.length),this[e]|this[e+1]<<8},yl.prototype.readUInt16BE=function(e,t){return t||ql(e,2,this.length),this[e]<<8|this[e+1]},yl.prototype.readUInt32LE=function(e,t){return t||ql(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},yl.prototype.readUInt32BE=function(e,t){return t||ql(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},yl.prototype.readIntLE=function(e,t,n){e|=0,t|=0,n||ql(e,t,this.length);for(var r=this[e],u=1,o=0;++o<t&&(u*=256);)r+=this[e+o]*u;return r>=(u*=128)&&(r-=Math.pow(2,8*t)),r},yl.prototype.readIntBE=function(e,t,n){e|=0,t|=0,n||ql(e,t,this.length);for(var r=t,u=1,o=this[e+--r];r>0&&(u*=256);)o+=this[e+--r]*u;return o>=(u*=128)&&(o-=Math.pow(2,8*t)),o},yl.prototype.readInt8=function(e,t){return t||ql(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},yl.prototype.readInt16LE=function(e,t){t||ql(e,2,this.length);var n=this[e]|this[e+1]<<8;return 32768&n?4294901760|n:n},yl.prototype.readInt16BE=function(e,t){t||ql(e,2,this.length);var n=this[e+1]|this[e]<<8;return 32768&n?4294901760|n:n},yl.prototype.readInt32LE=function(e,t){return t||ql(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},yl.prototype.readInt32BE=function(e,t){return t||ql(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},yl.prototype.readFloatLE=function(e,t){return t||ql(e,4,this.length),fl(this,e,!0,23,4)},yl.prototype.readFloatBE=function(e,t){return t||ql(e,4,this.length),fl(this,e,!1,23,4)},yl.prototype.readDoubleLE=function(e,t){return t||ql(e,8,this.length),fl(this,e,!0,52,8)},yl.prototype.readDoubleBE=function(e,t){return t||ql(e,8,this.length),fl(this,e,!1,52,8)},yl.prototype.writeUIntLE=function(e,t,n,r){e=+e,t|=0,n|=0,r||Ul(this,e,t,n,Math.pow(2,8*n)-1,0);var u=1,o=0;for(this[t]=255&e;++o<n&&(u*=256);)this[t+o]=e/u&255;return t+n},yl.prototype.writeUIntBE=function(e,t,n,r){e=+e,t|=0,n|=0,r||Ul(this,e,t,n,Math.pow(2,8*n)-1,0);var u=n-1,o=1;for(this[t+u]=255&e;--u>=0&&(o*=256);)this[t+u]=e/o&255;return t+n},yl.prototype.writeUInt8=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,1,255,0),yl.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},yl.prototype.writeUInt16LE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,2,65535,0),yl.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):zl(this,e,t,!0),t+2},yl.prototype.writeUInt16BE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,2,65535,0),yl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):zl(this,e,t,!1),t+2},yl.prototype.writeUInt32LE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,4,4294967295,0),yl.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):Hl(this,e,t,!0),t+4},yl.prototype.writeUInt32BE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,4,4294967295,0),yl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Hl(this,e,t,!1),t+4},yl.prototype.writeIntLE=function(e,t,n,r){if(e=+e,t|=0,!r){var u=Math.pow(2,8*n-1);Ul(this,e,t,n,u-1,-u)}var o=0,i=1,s=0;for(this[t]=255&e;++o<n&&(i*=256);)e<0&&0===s&&0!==this[t+o-1]&&(s=1),this[t+o]=(e/i>>0)-s&255;return t+n},yl.prototype.writeIntBE=function(e,t,n,r){if(e=+e,t|=0,!r){var u=Math.pow(2,8*n-1);Ul(this,e,t,n,u-1,-u)}var o=n-1,i=1,s=0;for(this[t+o]=255&e;--o>=0&&(i*=256);)e<0&&0===s&&0!==this[t+o+1]&&(s=1),this[t+o]=(e/i>>0)-s&255;return t+n},yl.prototype.writeInt8=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,1,127,-128),yl.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},yl.prototype.writeInt16LE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,2,32767,-32768),yl.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):zl(this,e,t,!0),t+2},yl.prototype.writeInt16BE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,2,32767,-32768),yl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):zl(this,e,t,!1),t+2},yl.prototype.writeInt32LE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,4,2147483647,-2147483648),yl.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):Hl(this,e,t,!0),t+4},yl.prototype.writeInt32BE=function(e,t,n){return e=+e,t|=0,n||Ul(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),yl.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Hl(this,e,t,!1),t+4},yl.prototype.writeFloatLE=function(e,t,n){return Gl(this,e,t,!0,n)},yl.prototype.writeFloatBE=function(e,t,n){return Gl(this,e,t,!1,n)},yl.prototype.writeDoubleLE=function(e,t,n){return Xl(this,e,t,!0,n)},yl.prototype.writeDoubleBE=function(e,t,n){return Xl(this,e,t,!1,n)},yl.prototype.copy=function(e,t,n,r){if(n||(n=0),r||0===r||(r=this.length),t>=e.length&&(t=e.length),t||(t=0),r>0&&r<n&&(r=n),r===n)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("sourceStart out of bounds");if(r<0)throw new RangeError("sourceEnd out of bounds");r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var u,o=r-n;if(this===e&&n<t&&t<r)for(u=o-1;u>=0;--u)e[u+t]=this[u+n];else if(o<1e3||!yl.TYPED_ARRAY_SUPPORT)for(u=0;u<o;++u)e[u+t]=this[u+n];else Uint8Array.prototype.set.call(e,this.subarray(n,n+o),t);return o},yl.prototype.fill=function(e,t,n,r){if("string"==typeof e){if("string"==typeof t?(r=t,t=0,n=this.length):"string"==typeof n&&(r=n,n=this.length),1===e.length){var u=e.charCodeAt(0);u<256&&(e=u)}if(void 0!==r&&"string"!=typeof r)throw new TypeError("encoding must be a string");if("string"==typeof r&&!yl.isEncoding(r))throw new TypeError("Unknown encoding: "+r)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;var o;if(t>>>=0,n=void 0===n?this.length:n>>>0,e||(e=0),"number"==typeof e)for(o=t;o<n;++o)this[o]=e;else{var i=Fl(e)?e:Ql(new yl(e,r).toString()),s=i.length;for(o=0;o<n-t;++o)this[o+t]=i[o%s]}return this};var Yl=/[^+\/0-9A-Za-z-_]/g;function Kl(e){return e<16?"0"+e.toString(16):e.toString(16)}function Ql(e,t){var n;t=t||1/0;for(var r=e.length,u=null,o=[],i=0;i<r;++i){if((n=e.charCodeAt(i))>55295&&n<57344){if(!u){if(n>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(i+1===r){(t-=3)>-1&&o.push(239,191,189);continue}u=n;continue}if(n<56320){(t-=3)>-1&&o.push(239,191,189),u=n;continue}n=65536+(u-55296<<10|n-56320)}else u&&(t-=3)>-1&&o.push(239,191,189);if(u=null,n<128){if((t-=1)<0)break;o.push(n)}else if(n<2048){if((t-=2)<0)break;o.push(n>>6|192,63&n|128)}else if(n<65536){if((t-=3)<0)break;o.push(n>>12|224,n>>6&63|128,63&n|128)}else{if(!(n<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(n>>18|240,n>>12&63|128,n>>6&63|128,63&n|128)}}return o}function Zl(e){return function(e){var t,n,r,u,o,i;al||cl();var s=e.length;if(s%4>0)throw new Error("Invalid string. Length must be a multiple of 4");o="="===e[s-2]?2:"="===e[s-1]?1:0,i=new sl(3*s/4-o),r=o>0?s-4:s;var a=0;for(t=0,n=0;t<r;t+=4,n+=3)u=il[e.charCodeAt(t)]<<18|il[e.charCodeAt(t+1)]<<12|il[e.charCodeAt(t+2)]<<6|il[e.charCodeAt(t+3)],i[a++]=u>>16&255,i[a++]=u>>8&255,i[a++]=255&u;return 2===o?(u=il[e.charCodeAt(t)]<<2|il[e.charCodeAt(t+1)]>>4,i[a++]=255&u):1===o&&(u=il[e.charCodeAt(t)]<<10|il[e.charCodeAt(t+1)]<<4|il[e.charCodeAt(t+2)]>>2,i[a++]=u>>8&255,i[a++]=255&u),i}(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(Yl,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function ep(e,t,n,r){for(var u=0;u<r&&!(u+n>=t.length||u>=e.length);++u)t[u+n]=e[u];return u}function tp(e){return null!=e&&(!!e._isBuffer||np(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&np(e.slice(0,0))}(e))}function np(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}const rp=qc;class up extends Error{}class op extends Error{}class ip extends Error{}class sp extends Error{}var ap={ConfigError:up,DebugError:op,UndefinedParserError:ip,ArgExpansionBailout:sp},cp={},lp=function(e,t){return lp=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])},lp(e,t)},pp=function(){return pp=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var u in t=arguments[n])Object.prototype.hasOwnProperty.call(t,u)&&(e[u]=t[u]);return e},pp.apply(this,arguments)};function fp(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function dp(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,u,o=n.call(e),i=[];try{for(;(void 0===t||t-- >0)&&!(r=o.next()).done;)i.push(r.value)}catch(e){u={error:e}}finally{try{r&&!r.done&&(n=o.return)&&n.call(o)}finally{if(u)throw u.error}}return i}function hp(e){return this instanceof hp?(this.v=e,this):new hp(e)}var gp=Object.freeze({__proto__:null,__extends:function(e,t){function n(){this.constructor=e}lp(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)},get __assign(){return pp},__rest:function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var u=0;for(r=Object.getOwnPropertySymbols(e);u<r.length;u++)t.indexOf(r[u])<0&&Object.prototype.propertyIsEnumerable.call(e,r[u])&&(n[r[u]]=e[r[u]])}return n},__decorate:function(e,t,n,r){var u,o=arguments.length,i=o<3?t:null===r?r=Object.getOwnPropertyDescriptor(t,n):r;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)i=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)(u=e[s])&&(i=(o<3?u(i):o>3?u(t,n,i):u(t,n))||i);return o>3&&i&&Object.defineProperty(t,n,i),i},__param:function(e,t){return function(n,r){t(n,r,e)}},__metadata:function(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)},__awaiter:function(e,t,n,r){return new(n||(n=Promise))((function(u,o){function i(e){try{a(r.next(e))}catch(e){o(e)}}function s(e){try{a(r.throw(e))}catch(e){o(e)}}function a(e){var t;e.done?u(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(i,s)}a((r=r.apply(e,t||[])).next())}))},__generator:function(e,t){var n,r,u,o,i={label:0,sent:function(){if(1&u[0])throw u[1];return u[1]},trys:[],ops:[]};return o={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(o[Symbol.iterator]=function(){return this}),o;function s(o){return function(s){return function(o){if(n)throw new TypeError("Generator is already executing.");for(;i;)try{if(n=1,r&&(u=2&o[0]?r.return:o[0]?r.throw||((u=r.return)&&u.call(r),0):r.next)&&!(u=u.call(r,o[1])).done)return u;switch(r=0,u&&(o=[2&o[0],u.value]),o[0]){case 0:case 1:u=o;break;case 4:return i.label++,{value:o[1],done:!1};case 5:i.label++,r=o[1],o=[0];continue;case 7:o=i.ops.pop(),i.trys.pop();continue;default:if(!((u=(u=i.trys).length>0&&u[u.length-1])||6!==o[0]&&2!==o[0])){i=0;continue}if(3===o[0]&&(!u||o[1]>u[0]&&o[1]<u[3])){i.label=o[1];break}if(6===o[0]&&i.label<u[1]){i.label=u[1],u=o;break}if(u&&i.label<u[2]){i.label=u[2],i.ops.push(o);break}u[2]&&i.ops.pop(),i.trys.pop();continue}o=t.call(e,i)}catch(e){o=[6,e],r=0}finally{n=u=0}if(5&o[0])throw o[1];return{value:o[0]?o[1]:void 0,done:!0}}([o,s])}}},__createBinding:function(e,t,n,r){void 0===r&&(r=n),e[r]=t[n]},__exportStar:function(e,t){for(var n in e)"default"===n||t.hasOwnProperty(n)||(t[n]=e[n])},__values:fp,__read:dp,__spread:function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(dp(arguments[t]));return e},__spreadArrays:function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;var r=Array(e),u=0;for(t=0;t<n;t++)for(var o=arguments[t],i=0,s=o.length;i<s;i++,u++)r[u]=o[i];return r},__await:hp,__asyncGenerator:function(e,t,n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r,u=n.apply(e,t||[]),o=[];return r={},i("next"),i("throw"),i("return"),r[Symbol.asyncIterator]=function(){return this},r;function i(e){u[e]&&(r[e]=function(t){return new Promise((function(n,r){o.push([e,t,n,r])>1||s(e,t)}))})}function s(e,t){try{(n=u[e](t)).value instanceof hp?Promise.resolve(n.value.v).then(a,c):l(o[0][2],n)}catch(e){l(o[0][3],e)}var n}function a(e){s("next",e)}function c(e){s("throw",e)}function l(e,t){e(t),o.shift(),o.length&&s(o[0][0],o[0][1])}},__asyncDelegator:function(e){var t,n;return t={},r("next"),r("throw",(function(e){throw e})),r("return"),t[Symbol.iterator]=function(){return this},t;function r(r,u){t[r]=e[r]?function(t){return(n=!n)?{value:hp(e[r](t)),done:"return"===r}:u?u(t):t}:u}},__asyncValues:function(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=fp(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise((function(r,u){!function(e,t,n,r){Promise.resolve(r).then((function(t){e({value:t,done:n})}),t)}(r,u,(t=e[n](t)).done,t.value)}))}}},__makeTemplateObject:function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},__importStar:function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var n in e)Object.hasOwnProperty.call(e,n)&&(t[n]=e[n]);return t.default=e,t},__importDefault:function(e){return e&&e.__esModule?e:{default:e}},__classPrivateFieldGet:function(e,t){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return t.get(e)},__classPrivateFieldSet:function(e,t,n){if(!t.has(e))throw new TypeError("attempted to set private field on non-instance");return t.set(e,n),n}}),mp={},Dp={};!function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.apiDescriptor={key:e=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(e)?e:JSON.stringify(e),value(t){if(null===t||"object"!=typeof t)return JSON.stringify(t);if(Array.isArray(t))return"[".concat(t.map((t=>e.apiDescriptor.value(t))).join(", "),"]");const n=Object.keys(t);return 0===n.length?"{}":"{ ".concat(n.map((n=>"".concat(e.apiDescriptor.key(n),": ").concat(e.apiDescriptor.value(t[n])))).join(", ")," }")},pair:t=>{let{key:n,value:r}=t;return e.apiDescriptor.value({[n]:r})}}}(Dp),function(e){Object.defineProperty(e,"__esModule",{value:!0}),gp.__exportStar(Dp,e)}(mp);var yp={},Ep={},Ap={},Cp={exports:{}},bp=/[|\\{}()[\]^$+*?.]/g,vp=function(e){if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(bp,"\\$&")},Fp={exports:{}},xp={exports:{}},Sp={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},Bp={};for(var wp in Sp)Sp.hasOwnProperty(wp)&&(Bp[Sp[wp]]=wp);var Tp=xp.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var Pp in Tp)if(Tp.hasOwnProperty(Pp)){if(!("channels"in Tp[Pp]))throw new Error("missing channels property: "+Pp);if(!("labels"in Tp[Pp]))throw new Error("missing channel labels property: "+Pp);if(Tp[Pp].labels.length!==Tp[Pp].channels)throw new Error("channel and label counts mismatch: "+Pp);var Np=Tp[Pp].channels,kp=Tp[Pp].labels;delete Tp[Pp].channels,delete Tp[Pp].labels,Object.defineProperty(Tp[Pp],"channels",{value:Np}),Object.defineProperty(Tp[Pp],"labels",{value:kp})}Tp.rgb.hsl=function(e){var t,n,r=e[0]/255,u=e[1]/255,o=e[2]/255,i=Math.min(r,u,o),s=Math.max(r,u,o),a=s-i;return s===i?t=0:r===s?t=(u-o)/a:u===s?t=2+(o-r)/a:o===s&&(t=4+(r-u)/a),(t=Math.min(60*t,360))<0&&(t+=360),n=(i+s)/2,[t,100*(s===i?0:n<=.5?a/(s+i):a/(2-s-i)),100*n]},Tp.rgb.hsv=function(e){var t,n,r,u,o,i=e[0]/255,s=e[1]/255,a=e[2]/255,c=Math.max(i,s,a),l=c-Math.min(i,s,a),p=function(e){return(c-e)/6/l+.5};return 0===l?u=o=0:(o=l/c,t=p(i),n=p(s),r=p(a),i===c?u=r-n:s===c?u=1/3+t-r:a===c&&(u=2/3+n-t),u<0?u+=1:u>1&&(u-=1)),[360*u,100*o,100*c]},Tp.rgb.hwb=function(e){var t=e[0],n=e[1],r=e[2];return[Tp.rgb.hsl(e)[0],1/255*Math.min(t,Math.min(n,r))*100,100*(r=1-1/255*Math.max(t,Math.max(n,r)))]},Tp.rgb.cmyk=function(e){var t,n=e[0]/255,r=e[1]/255,u=e[2]/255;return[100*((1-n-(t=Math.min(1-n,1-r,1-u)))/(1-t)||0),100*((1-r-t)/(1-t)||0),100*((1-u-t)/(1-t)||0),100*t]},Tp.rgb.keyword=function(e){var t=Bp[e];if(t)return t;var n,r,u,o=1/0;for(var i in Sp)if(Sp.hasOwnProperty(i)){var s=(r=e,u=Sp[i],Math.pow(r[0]-u[0],2)+Math.pow(r[1]-u[1],2)+Math.pow(r[2]-u[2],2));s<o&&(o=s,n=i)}return n},Tp.keyword.rgb=function(e){return Sp[e]},Tp.rgb.xyz=function(e){var t=e[0]/255,n=e[1]/255,r=e[2]/255;return[100*(.4124*(t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92)+.3576*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)+.1805*(r=r>.04045?Math.pow((r+.055)/1.055,2.4):r/12.92)),100*(.2126*t+.7152*n+.0722*r),100*(.0193*t+.1192*n+.9505*r)]},Tp.rgb.lab=function(e){var t=Tp.rgb.xyz(e),n=t[0],r=t[1],u=t[2];return r/=100,u/=108.883,n=(n/=95.047)>.008856?Math.pow(n,1/3):7.787*n+16/116,[116*(r=r>.008856?Math.pow(r,1/3):7.787*r+16/116)-16,500*(n-r),200*(r-(u=u>.008856?Math.pow(u,1/3):7.787*u+16/116))]},Tp.hsl.rgb=function(e){var t,n,r,u,o,i=e[0]/360,s=e[1]/100,a=e[2]/100;if(0===s)return[o=255*a,o,o];t=2*a-(n=a<.5?a*(1+s):a+s-a*s),u=[0,0,0];for(var c=0;c<3;c++)(r=i+1/3*-(c-1))<0&&r++,r>1&&r--,o=6*r<1?t+6*(n-t)*r:2*r<1?n:3*r<2?t+(n-t)*(2/3-r)*6:t,u[c]=255*o;return u},Tp.hsl.hsv=function(e){var t=e[0],n=e[1]/100,r=e[2]/100,u=n,o=Math.max(r,.01);return n*=(r*=2)<=1?r:2-r,u*=o<=1?o:2-o,[t,100*(0===r?2*u/(o+u):2*n/(r+n)),(r+n)/2*100]},Tp.hsv.rgb=function(e){var t=e[0]/60,n=e[1]/100,r=e[2]/100,u=Math.floor(t)%6,o=t-Math.floor(t),i=255*r*(1-n),s=255*r*(1-n*o),a=255*r*(1-n*(1-o));switch(r*=255,u){case 0:return[r,a,i];case 1:return[s,r,i];case 2:return[i,r,a];case 3:return[i,s,r];case 4:return[a,i,r];case 5:return[r,i,s]}},Tp.hsv.hsl=function(e){var t,n,r,u=e[0],o=e[1]/100,i=e[2]/100,s=Math.max(i,.01);return r=(2-o)*i,n=o*s,[u,100*(n=(n/=(t=(2-o)*s)<=1?t:2-t)||0),100*(r/=2)]},Tp.hwb.rgb=function(e){var t,n,r,u,o,i,s,a=e[0]/360,c=e[1]/100,l=e[2]/100,p=c+l;switch(p>1&&(c/=p,l/=p),r=6*a-(t=Math.floor(6*a)),0!=(1&t)&&(r=1-r),u=c+r*((n=1-l)-c),t){default:case 6:case 0:o=n,i=u,s=c;break;case 1:o=u,i=n,s=c;break;case 2:o=c,i=n,s=u;break;case 3:o=c,i=u,s=n;break;case 4:o=u,i=c,s=n;break;case 5:o=n,i=c,s=u}return[255*o,255*i,255*s]},Tp.cmyk.rgb=function(e){var t=e[0]/100,n=e[1]/100,r=e[2]/100,u=e[3]/100;return[255*(1-Math.min(1,t*(1-u)+u)),255*(1-Math.min(1,n*(1-u)+u)),255*(1-Math.min(1,r*(1-u)+u))]},Tp.xyz.rgb=function(e){var t,n,r,u=e[0]/100,o=e[1]/100,i=e[2]/100;return n=-.9689*u+1.8758*o+.0415*i,r=.0557*u+-.204*o+1.057*i,t=(t=3.2406*u+-1.5372*o+-.4986*i)>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,r=r>.0031308?1.055*Math.pow(r,1/2.4)-.055:12.92*r,[255*(t=Math.min(Math.max(0,t),1)),255*(n=Math.min(Math.max(0,n),1)),255*(r=Math.min(Math.max(0,r),1))]},Tp.xyz.lab=function(e){var t=e[0],n=e[1],r=e[2];return n/=100,r/=108.883,t=(t/=95.047)>.008856?Math.pow(t,1/3):7.787*t+16/116,[116*(n=n>.008856?Math.pow(n,1/3):7.787*n+16/116)-16,500*(t-n),200*(n-(r=r>.008856?Math.pow(r,1/3):7.787*r+16/116))]},Tp.lab.xyz=function(e){var t,n,r,u=e[0];t=e[1]/500+(n=(u+16)/116),r=n-e[2]/200;var o=Math.pow(n,3),i=Math.pow(t,3),s=Math.pow(r,3);return n=o>.008856?o:(n-16/116)/7.787,t=i>.008856?i:(t-16/116)/7.787,r=s>.008856?s:(r-16/116)/7.787,[t*=95.047,n*=100,r*=108.883]},Tp.lab.lch=function(e){var t,n=e[0],r=e[1],u=e[2];return(t=360*Math.atan2(u,r)/2/Math.PI)<0&&(t+=360),[n,Math.sqrt(r*r+u*u),t]},Tp.lch.lab=function(e){var t,n=e[0],r=e[1];return t=e[2]/360*2*Math.PI,[n,r*Math.cos(t),r*Math.sin(t)]},Tp.rgb.ansi16=function(e){var t=e[0],n=e[1],r=e[2],u=1 in arguments?arguments[1]:Tp.rgb.hsv(e)[2];if(0===(u=Math.round(u/50)))return 30;var o=30+(Math.round(r/255)<<2|Math.round(n/255)<<1|Math.round(t/255));return 2===u&&(o+=60),o},Tp.hsv.ansi16=function(e){return Tp.rgb.ansi16(Tp.hsv.rgb(e),e[2])},Tp.rgb.ansi256=function(e){var t=e[0],n=e[1],r=e[2];return t===n&&n===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},Tp.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),[t=t/10.5*255,t,t];var n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},Tp.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var n;return e-=16,[Math.floor(e/36)/5*255,Math.floor((n=e%36)/6)/5*255,n%6/5*255]},Tp.rgb.hex=function(e){var t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},Tp.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var n=t[0];3===t[0].length&&(n=n.split("").map((function(e){return e+e})).join(""));var r=parseInt(n,16);return[r>>16&255,r>>8&255,255&r]},Tp.rgb.hcg=function(e){var t,n=e[0]/255,r=e[1]/255,u=e[2]/255,o=Math.max(Math.max(n,r),u),i=Math.min(Math.min(n,r),u),s=o-i;return t=s<=0?0:o===n?(r-u)/s%6:o===r?2+(u-n)/s:4+(n-r)/s+4,t/=6,[360*(t%=1),100*s,100*(s<1?i/(1-s):0)]},Tp.hsl.hcg=function(e){var t,n=e[1]/100,r=e[2]/100,u=0;return(t=r<.5?2*n*r:2*n*(1-r))<1&&(u=(r-.5*t)/(1-t)),[e[0],100*t,100*u]},Tp.hsv.hcg=function(e){var t=e[1]/100,n=e[2]/100,r=t*n,u=0;return r<1&&(u=(n-r)/(1-r)),[e[0],100*r,100*u]},Tp.hcg.rgb=function(e){var t=e[0]/360,n=e[1]/100,r=e[2]/100;if(0===n)return[255*r,255*r,255*r];var u,o=[0,0,0],i=t%1*6,s=i%1,a=1-s;switch(Math.floor(i)){case 0:o[0]=1,o[1]=s,o[2]=0;break;case 1:o[0]=a,o[1]=1,o[2]=0;break;case 2:o[0]=0,o[1]=1,o[2]=s;break;case 3:o[0]=0,o[1]=a,o[2]=1;break;case 4:o[0]=s,o[1]=0,o[2]=1;break;default:o[0]=1,o[1]=0,o[2]=a}return u=(1-n)*r,[255*(n*o[0]+u),255*(n*o[1]+u),255*(n*o[2]+u)]},Tp.hcg.hsv=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t),r=0;return n>0&&(r=t/n),[e[0],100*r,100*n]},Tp.hcg.hsl=function(e){var t=e[1]/100,n=e[2]/100*(1-t)+.5*t,r=0;return n>0&&n<.5?r=t/(2*n):n>=.5&&n<1&&(r=t/(2*(1-n))),[e[0],100*r,100*n]},Tp.hcg.hwb=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},Tp.hwb.hcg=function(e){var t=e[1]/100,n=1-e[2]/100,r=n-t,u=0;return r<1&&(u=(n-r)/(1-r)),[e[0],100*r,100*u]},Tp.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},Tp.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},Tp.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},Tp.gray.hsl=Tp.gray.hsv=function(e){return[0,0,e[0]]},Tp.gray.hwb=function(e){return[0,100,e[0]]},Tp.gray.cmyk=function(e){return[0,0,0,e[0]]},Tp.gray.lab=function(e){return[e[0],0,0]},Tp.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},Tp.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]};var Op=xp.exports;function Ip(e,t){return function(n){return t(e(n))}}function Lp(e,t){for(var n=[t[e].parent,e],r=Op[t[e].parent][e],u=t[e].parent;t[u].parent;)n.unshift(t[u].parent),r=Ip(Op[t[u].parent][u],r),u=t[u].parent;return r.conversion=n,r}var jp=xp.exports,_p=function(e){for(var t=function(e){var t=function(){for(var e={},t=Object.keys(Op),n=t.length,r=0;r<n;r++)e[t[r]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;)for(var r=n.pop(),u=Object.keys(Op[r]),o=u.length,i=0;i<o;i++){var s=u[i],a=t[s];-1===a.distance&&(a.distance=t[r].distance+1,a.parent=r,n.unshift(s))}return t}(e),n={},r=Object.keys(t),u=r.length,o=0;o<u;o++){var i=r[o];null!==t[i].parent&&(n[i]=Lp(i,t))}return n},Mp={};Object.keys(jp).forEach((function(e){Mp[e]={},Object.defineProperty(Mp[e],"channels",{value:jp[e].channels}),Object.defineProperty(Mp[e],"labels",{value:jp[e].labels});var t=_p(e);Object.keys(t).forEach((function(n){var r=t[n];Mp[e][n]=function(e){var t=function(t){if(null==t)return t;arguments.length>1&&(t=Array.prototype.slice.call(arguments));var n=e(t);if("object"==typeof n)for(var r=n.length,u=0;u<r;u++)n[u]=Math.round(n[u]);return n};return"conversion"in e&&(t.conversion=e.conversion),t}(r),Mp[e][n].raw=function(e){var t=function(t){return null==t?t:(arguments.length>1&&(t=Array.prototype.slice.call(arguments)),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(r)}))}));var Rp,Vp=Mp;function $p(){if(void 0===Rp){var e=new ArrayBuffer(2),t=new Uint8Array(e),n=new Uint16Array(e);if(t[0]=1,t[1]=2,258===n[0])Rp="BE";else{if(513!==n[0])throw new Error("unable to figure out endianess");Rp="LE"}}return Rp}function Wp(){return void 0!==As.location?As.location.hostname:""}function qp(){return[]}function Up(){return 0}function zp(){return Number.MAX_VALUE}function Hp(){return Number.MAX_VALUE}function Jp(){return[]}function Gp(){return"Browser"}function Xp(){return void 0!==As.navigator?As.navigator.appVersion:""}function Yp(){}function Kp(){}function Qp(){return"javascript"}function Zp(){return"browser"}function ef(){return"/tmp"}!function(e){const t=Vp,n=(e,n)=>function(){const r=e.apply(t,arguments);return"[".concat(r+n,"m")},r=(e,n)=>function(){const r=e.apply(t,arguments);return"[".concat(38+n,";5;").concat(r,"m")},u=(e,n)=>function(){const r=e.apply(t,arguments);return"[".concat(38+n,";2;").concat(r[0],";").concat(r[1],";").concat(r[2],"m")};Object.defineProperty(e,"exports",{enumerable:!0,get:function(){const e=new Map,o={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],gray:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};o.color.grey=o.color.gray;for(const t of Object.keys(o)){const n=o[t];for(const t of Object.keys(n)){const r=n[t];o[t]={open:"[".concat(r[0],"m"),close:"[".concat(r[1],"m")},n[t]=o[t],e.set(r[0],r[1])}Object.defineProperty(o,t,{value:n,enumerable:!1}),Object.defineProperty(o,"codes",{value:e,enumerable:!1})}const i=e=>e,s=(e,t,n)=>[e,t,n];o.color.close="",o.bgColor.close="",o.color.ansi={ansi:n(i,0)},o.color.ansi256={ansi256:r(i,0)},o.color.ansi16m={rgb:u(s,0)},o.bgColor.ansi={ansi:n(i,10)},o.bgColor.ansi256={ansi256:r(i,10)},o.bgColor.ansi16m={rgb:u(s,10)};for(let e of Object.keys(t)){if("object"!=typeof t[e])continue;const i=t[e];"ansi16"===e&&(e="ansi"),"ansi16"in i&&(o.color.ansi[e]=n(i.ansi16,0),o.bgColor.ansi[e]=n(i.ansi16,10)),"ansi256"in i&&(o.color.ansi256[e]=r(i.ansi256,0),o.bgColor.ansi256[e]=r(i.ansi256,10)),"rgb"in i&&(o.color.ansi16m[e]=u(i.rgb,0),o.bgColor.ansi16m[e]=u(i.rgb,10))}return o}})}(Fp);var tf=ef,nf={EOL:"\n",arch:Qp,platform:Zp,tmpdir:tf,tmpDir:ef,networkInterfaces:Yp,getNetworkInterfaces:Kp,release:Xp,type:Gp,cpus:Jp,totalmem:Hp,freemem:zp,uptime:Up,loadavg:qp,hostname:Wp,endianness:$p},rf=t(Object.freeze({__proto__:null,endianness:$p,hostname:Wp,loadavg:qp,uptime:Up,freemem:zp,totalmem:Hp,cpus:Jp,type:Gp,release:Xp,networkInterfaces:Yp,getNetworkInterfaces:Kp,arch:Qp,platform:Zp,tmpDir:ef,tmpdir:tf,EOL:"\n",default:nf}));const uf=rf,of=(e,t)=>{t=t||zs.argv;const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r<u)},sf=zs.env;let af;function cf(e){const t=function(e){if(!1===af)return 0;if(of("color=16m")||of("color=full")||of("color=truecolor"))return 3;if(of("color=256"))return 2;if(e&&!e.isTTY&&!0!==af)return 0;const t=af?1:0;if("win32"===zs.platform){const e=uf.release().split(".");return Number(zs.versions.node.split(".")[0])>=8&&Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in sf)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some((e=>e in sf))||"codeship"===sf.CI_NAME?1:t;if("TEAMCITY_VERSION"in sf)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(sf.TEAMCITY_VERSION)?1:0;if("truecolor"===sf.COLORTERM)return 3;if("TERM_PROGRAM"in sf){const e=parseInt((sf.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(sf.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(sf.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(sf.TERM)||"COLORTERM"in sf?1:(sf.TERM,t)}(e);return function(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}(t)}of("no-color")||of("no-colors")||of("color=false")?af=!1:(of("color")||of("colors")||of("color=true")||of("color=always"))&&(af=!0),"FORCE_COLOR"in sf&&(af=0===sf.FORCE_COLOR.length||0!==parseInt(sf.FORCE_COLOR,10));var lf={supportsColor:cf,stdout:cf(zs.stdout),stderr:cf(zs.stderr)};const pf=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,ff=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,df=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,hf=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,gf=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e",""],["a",""]]);function mf(e){return"u"===e[0]&&5===e.length||"x"===e[0]&&3===e.length?String.fromCharCode(parseInt(e.slice(1),16)):gf.get(e)||e}function Df(e,t){const n=[],r=t.trim().split(/\s*,\s*/g);let u;for(const t of r)if(isNaN(t)){if(!(u=t.match(df)))throw new Error("Invalid Chalk template style argument: ".concat(t," (in style '").concat(e,"')"));n.push(u[2].replace(hf,((e,t,n)=>t?mf(t):n)))}else n.push(Number(t));return n}function yf(e){ff.lastIndex=0;const t=[];let n;for(;null!==(n=ff.exec(e));){const e=n[1];if(n[2]){const r=Df(e,n[2]);t.push([e].concat(r))}else t.push([e])}return t}function Ef(e,t){const n={};for(const e of t)for(const t of e.styles)n[t[0]]=e.inverse?null:t.slice(1);let r=e;for(const e of Object.keys(n))if(Array.isArray(n[e])){if(!(e in r))throw new Error("Unknown Chalk style: ".concat(e));r=n[e].length>0?r[e].apply(r,n[e]):r[e]}return r}var Af=(e,t)=>{const n=[],r=[];let u=[];if(t.replace(pf,((t,o,i,s,a,c)=>{if(o)u.push(mf(o));else if(s){const t=u.join("");u=[],r.push(0===n.length?t:Ef(e,n)(t)),n.push({inverse:i,styles:yf(s)})}else if(a){if(0===n.length)throw new Error("Found extraneous } in Chalk template literal");r.push(Ef(e,n)(u.join(""))),u=[],n.pop()}else u.push(c)})),r.push(u.join("")),n.length>0){const e="Chalk template literal is missing ".concat(n.length," closing bracket").concat(1===n.length?"":"s"," (`}`)");throw new Error(e)}return r.join("")};!function(e){const t=vp,n=Fp.exports,r=lf.stdout,u=Af,o="win32"===zs.platform&&!(zs.env.TERM||"").toLowerCase().startsWith("xterm"),i=["ansi","ansi","ansi256","ansi16m"],s=new Set(["gray"]),a=Object.create(null);function c(e,t){t=t||{};const n=r?r.level:0;e.level=void 0===t.level?n:t.level,e.enabled="enabled"in t?t.enabled:e.level>0}function l(e){if(!this||!(this instanceof l)||this.template){const t={};return c(t,e),t.template=function(){const e=[].slice.call(arguments);return h.apply(null,[t.template].concat(e))},Object.setPrototypeOf(t,l.prototype),Object.setPrototypeOf(t.template,t),t.template.constructor=l,t.template}c(this,e)}o&&(n.blue.open="");for(const e of Object.keys(n))n[e].closeRe=new RegExp(t(n[e].close),"g"),a[e]={get(){const t=n[e];return f.call(this,this._styles?this._styles.concat(t):[t],this._empty,e)}};a.visible={get(){return f.call(this,this._styles||[],!0,"visible")}},n.color.closeRe=new RegExp(t(n.color.close),"g");for(const e of Object.keys(n.color.ansi))s.has(e)||(a[e]={get(){const t=this.level;return function(){const r={open:n.color[i[t]][e].apply(null,arguments),close:n.color.close,closeRe:n.color.closeRe};return f.call(this,this._styles?this._styles.concat(r):[r],this._empty,e)}}});n.bgColor.closeRe=new RegExp(t(n.bgColor.close),"g");for(const e of Object.keys(n.bgColor.ansi))s.has(e)||(a["bg"+e[0].toUpperCase()+e.slice(1)]={get(){const t=this.level;return function(){const r={open:n.bgColor[i[t]][e].apply(null,arguments),close:n.bgColor.close,closeRe:n.bgColor.closeRe};return f.call(this,this._styles?this._styles.concat(r):[r],this._empty,e)}}});const p=Object.defineProperties((()=>{}),a);function f(e,t,n){const r=function(){return d.apply(r,arguments)};r._styles=e,r._empty=t;const u=this;return Object.defineProperty(r,"level",{enumerable:!0,get:()=>u.level,set(e){u.level=e}}),Object.defineProperty(r,"enabled",{enumerable:!0,get:()=>u.enabled,set(e){u.enabled=e}}),r.hasGrey=this.hasGrey||"gray"===n||"grey"===n,r.__proto__=p,r}function d(){const e=arguments,t=e.length;let r=String(arguments[0]);if(0===t)return"";if(t>1)for(let n=1;n<t;n++)r+=" "+e[n];if(!this.enabled||this.level<=0||!r)return this._empty?"":r;const u=n.dim.open;o&&this.hasGrey&&(n.dim.open="");for(const e of this._styles.slice().reverse())r=e.open+r.replace(e.closeRe,e.open)+e.close,r=r.replace(/\r?\n/g,"".concat(e.close,"$&").concat(e.open));return n.dim.open=u,r}function h(e,t){if(!Array.isArray(t))return[].slice.call(arguments,1).join(" ");const n=[].slice.call(arguments,2),r=[t.raw[0]];for(let e=1;e<t.length;e++)r.push(String(n[e-1]).replace(/[{}\\]/g,"\\$&")),r.push(String(t.raw[e]));return u(e,r.join(""))}Object.defineProperties(l.prototype,a),e.exports=l(),e.exports.supportsColor=r,e.exports.default=e.exports}(Cp),Object.defineProperty(Ap,"__esModule",{value:!0});const Cf=Cp.exports;Ap.commonDeprecatedHandler=(e,t,n)=>{let{descriptor:r}=n;const u=["".concat(Cf.default.yellow("string"==typeof e?r.key(e):r.pair(e))," is deprecated")];return t&&u.push("we now treat it as ".concat(Cf.default.blue("string"==typeof t?r.key(t):r.pair(t)))),u.join("; ")+"."},function(e){Object.defineProperty(e,"__esModule",{value:!0}),gp.__exportStar(Ap,e)}(Ep);var bf={},vf={};Object.defineProperty(vf,"__esModule",{value:!0});const Ff=Cp.exports;vf.commonInvalidHandler=(e,t,n)=>["Invalid ".concat(Ff.default.red(n.descriptor.key(e))," value."),"Expected ".concat(Ff.default.blue(n.schemas[e].expected(n)),","),"but received ".concat(Ff.default.red(n.descriptor.value(t)),".")].join(" "),function(e){Object.defineProperty(e,"__esModule",{value:!0}),gp.__exportStar(vf,e)}(bf);var xf={},Sf={},Bf=[],wf=[];Object.defineProperty(Sf,"__esModule",{value:!0});const Tf=Cp.exports;Sf.levenUnknownHandler=(e,t,n)=>{let{descriptor:r,logger:u,schemas:o}=n;const i=["Ignored unknown option ".concat(Tf.default.yellow(r.pair({key:e,value:t})),".")],s=Object.keys(o).sort().find((t=>function(e,t){if(e===t)return 0;var n=e;e.length>t.length&&(e=t,t=n);var r=e.length,u=t.length;if(0===r)return u;if(0===u)return r;for(;r>0&&e.charCodeAt(~-r)===t.charCodeAt(~-u);)r--,u--;if(0===r)return u;for(var o,i,s,a,c=0;c<r&&e.charCodeAt(c)===t.charCodeAt(c);)c++;if(u-=c,0==(r-=c))return u;for(var l=0,p=0;l<r;)wf[c+l]=e.charCodeAt(c+l),Bf[l]=++l;for(;p<u;)for(o=t.charCodeAt(c+p),s=p++,i=p,l=0;l<r;l++)a=o===wf[c+l]?s:s+1,s=Bf[l],i=Bf[l]=s>i?a>i?i+1:a:a>s?s+1:a;return i}(e,t)<3));s&&i.push("Did you mean ".concat(Tf.default.blue(r.key(s)),"?")),u.warn(i.join(" "))},function(e){Object.defineProperty(e,"__esModule",{value:!0}),gp.__exportStar(Sf,e)}(xf),function(e){Object.defineProperty(e,"__esModule",{value:!0});const t=gp;t.__exportStar(Ep,e),t.__exportStar(bf,e),t.__exportStar(xf,e)}(yp);var Pf={},Nf={},kf={};Object.defineProperty(kf,"__esModule",{value:!0});const Of=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"];function If(e,t){const n=new e(t),r=Object.create(n);for(const e of Of)e in t&&(r[e]=jf(t[e],n,Lf.prototype[e].length));return r}kf.createSchema=If;class Lf{constructor(e){this.name=e.name}static create(e){return If(this,e)}default(e){}expected(e){return"nothing"}validate(e,t){return!1}deprecated(e,t){return!1}forward(e,t){}redirect(e,t){}overlap(e,t,n){return e}preprocess(e,t){return e}postprocess(e,t){return e}}function jf(e,t,n){return"function"==typeof e?function(){for(var r=arguments.length,u=new Array(r),o=0;o<r;o++)u[o]=arguments[o];return e(...u.slice(0,n-1),t,...u.slice(n-1))}:()=>e}kf.Schema=Lf,Object.defineProperty(Nf,"__esModule",{value:!0});const _f=kf;class Mf extends _f.Schema{constructor(e){super(e),this._sourceName=e.sourceName}expected(e){return e.schemas[this._sourceName].expected(e)}validate(e,t){return t.schemas[this._sourceName].validate(e,t)}redirect(e,t){return this._sourceName}}Nf.AliasSchema=Mf;var Rf={};Object.defineProperty(Rf,"__esModule",{value:!0});const Vf=kf;class $f extends Vf.Schema{expected(){return"anything"}validate(){return!0}}Rf.AnySchema=$f;var Wf={};Object.defineProperty(Wf,"__esModule",{value:!0});const qf=gp,Uf=kf;class zf extends Uf.Schema{constructor(e){var{valueSchema:t,name:n=t.name}=e,r=qf.__rest(e,["valueSchema","name"]);super(Object.assign({},r,{name:n})),this._valueSchema=t}expected(e){return"an array of ".concat(this._valueSchema.expected(e))}validate(e,t){if(!Array.isArray(e))return!1;const n=[];for(const r of e){const e=t.normalizeValidateResult(this._valueSchema.validate(r,t),r);!0!==e&&n.push(e.value)}return 0===n.length||{value:n}}deprecated(e,t){const n=[];for(const r of e){const e=t.normalizeDeprecatedResult(this._valueSchema.deprecated(r,t),r);!1!==e&&n.push(...e.map((e=>{let{value:t}=e;return{value:[t]}})))}return n}forward(e,t){const n=[];for(const r of e){const e=t.normalizeForwardResult(this._valueSchema.forward(r,t),r);n.push(...e.map(Hf))}return n}redirect(e,t){const n=[],r=[];for(const u of e){const e=t.normalizeRedirectResult(this._valueSchema.redirect(u,t),u);"remain"in e&&n.push(e.remain),r.push(...e.redirect.map(Hf))}return 0===n.length?{redirect:r}:{redirect:r,remain:n}}overlap(e,t){return e.concat(t)}}function Hf(e){let{from:t,to:n}=e;return{from:[t],to:n}}Wf.ArraySchema=zf;var Jf={};Object.defineProperty(Jf,"__esModule",{value:!0});const Gf=kf;class Xf extends Gf.Schema{expected(){return"true or false"}validate(e){return"boolean"==typeof e}}Jf.BooleanSchema=Xf;var Yf={},Kf={};function Qf(e,t){return"string"==typeof e||"key"in e?{from:t,to:e}:"from"in e?{from:e.from,to:e.to}:{from:t,to:e.to}}function Zf(e,t){return void 0===e?[]:Array.isArray(e)?e.map((e=>Qf(e,t))):[Qf(e,t)]}Object.defineProperty(Kf,"__esModule",{value:!0}),Kf.recordFromArray=function(e,t){const n=Object.create(null);for(const r of e){const e=r[t];if(n[e])throw new Error("Duplicate ".concat(t," ").concat(JSON.stringify(e)));n[e]=r}return n},Kf.mapFromArray=function(e,t){const n=new Map;for(const r of e){const e=r[t];if(n.has(e))throw new Error("Duplicate ".concat(t," ").concat(JSON.stringify(e)));n.set(e,r)}return n},Kf.createAutoChecklist=function(){const e=Object.create(null);return t=>{const n=JSON.stringify(t);return!!e[n]||(e[n]=!0,!1)}},Kf.partition=function(e,t){const n=[],r=[];for(const u of e)t(u)?n.push(u):r.push(u);return[n,r]},Kf.isInt=function(e){return e===Math.floor(e)},Kf.comparePrimitive=function(e,t){if(e===t)return 0;const n=typeof e,r=typeof t,u=["undefined","object","boolean","number","string"];return n!==r?u.indexOf(n)-u.indexOf(r):"string"!==n?Number(e)-Number(t):e.localeCompare(t)},Kf.normalizeDefaultResult=function(e){return void 0===e?{}:e},Kf.normalizeValidateResult=function(e,t){return!0===e||(!1===e?{value:t}:e)},Kf.normalizeDeprecatedResult=function(e,t){return!1!==e&&(!0===e?!!(arguments.length>2&&void 0!==arguments[2]&&arguments[2])||[{value:t}]:"value"in e?[e]:0!==e.length&&e)},Kf.normalizeTransferResult=Qf,Kf.normalizeForwardResult=Zf,Kf.normalizeRedirectResult=function(e,t){const n=Zf("object"==typeof e&&"redirect"in e?e.redirect:e,t);return 0===n.length?{remain:t,redirect:n}:"object"==typeof e&&"remain"in e?{remain:e.remain,redirect:n}:{redirect:n}},Object.defineProperty(Yf,"__esModule",{value:!0});const ed=kf,td=Kf;class nd extends ed.Schema{constructor(e){super(e),this._choices=td.mapFromArray(e.choices.map((e=>e&&"object"==typeof e?e:{value:e})),"value")}expected(e){let{descriptor:t}=e;const n=Array.from(this._choices.keys()).map((e=>this._choices.get(e))).filter((e=>!e.deprecated)).map((e=>e.value)).sort(td.comparePrimitive).map(t.value),r=n.slice(0,-2),u=n.slice(-2);return r.concat(u.join(" or ")).join(", ")}validate(e){return this._choices.has(e)}deprecated(e){const t=this._choices.get(e);return!(!t||!t.deprecated)&&{value:e}}forward(e){const t=this._choices.get(e);return t?t.forward:void 0}redirect(e){const t=this._choices.get(e);return t?t.redirect:void 0}}Yf.ChoiceSchema=nd;var rd={},ud={};Object.defineProperty(ud,"__esModule",{value:!0});const od=kf;class id extends od.Schema{expected(){return"a number"}validate(e,t){return"number"==typeof e}}ud.NumberSchema=id,Object.defineProperty(rd,"__esModule",{value:!0});const sd=Kf,ad=ud;class cd extends ad.NumberSchema{expected(){return"an integer"}validate(e,t){return!0===t.normalizeValidateResult(super.validate(e,t),e)&&sd.isInt(e)}}rd.IntegerSchema=cd;var ld={};Object.defineProperty(ld,"__esModule",{value:!0});const pd=kf;class fd extends pd.Schema{expected(){return"a string"}validate(e){return"string"==typeof e}}ld.StringSchema=fd,function(e){Object.defineProperty(e,"__esModule",{value:!0});const t=gp;t.__exportStar(Nf,e),t.__exportStar(Rf,e),t.__exportStar(Wf,e),t.__exportStar(Jf,e),t.__exportStar(Yf,e),t.__exportStar(rd,e),t.__exportStar(ud,e),t.__exportStar(ld,e)}(Pf);var dd={},hd={};Object.defineProperty(hd,"__esModule",{value:!0});const gd=Dp,md=Ap,Dd=bf,yd=Sf;hd.defaultDescriptor=gd.apiDescriptor,hd.defaultUnknownHandler=yd.levenUnknownHandler,hd.defaultInvalidHandler=Dd.commonInvalidHandler,hd.defaultDeprecatedHandler=md.commonDeprecatedHandler,Object.defineProperty(dd,"__esModule",{value:!0});const Ed=hd,Ad=Kf;dd.normalize=(e,t,n)=>new Cd(t,n).normalize(e);class Cd{constructor(e,t){const{logger:n=console,descriptor:r=Ed.defaultDescriptor,unknown:u=Ed.defaultUnknownHandler,invalid:o=Ed.defaultInvalidHandler,deprecated:i=Ed.defaultDeprecatedHandler}=t||{};this._utils={descriptor:r,logger:n||{warn:()=>{}},schemas:Ad.recordFromArray(e,"name"),normalizeDefaultResult:Ad.normalizeDefaultResult,normalizeDeprecatedResult:Ad.normalizeDeprecatedResult,normalizeForwardResult:Ad.normalizeForwardResult,normalizeRedirectResult:Ad.normalizeRedirectResult,normalizeValidateResult:Ad.normalizeValidateResult},this._unknownHandler=u,this._invalidHandler=o,this._deprecatedHandler=i,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=Ad.createAutoChecklist()}normalize(e){const t={},n=[e],r=()=>{for(;0!==n.length;){const e=n.shift(),r=this._applyNormalization(e,t);n.push(...r)}};r();for(const e of Object.keys(this._utils.schemas)){const r=this._utils.schemas[e];if(!(e in t)){const t=Ad.normalizeDefaultResult(r.default(this._utils));"value"in t&&n.push({[e]:t.value})}}r();for(const e of Object.keys(this._utils.schemas)){const n=this._utils.schemas[e];e in t&&(t[e]=n.postprocess(t[e],this._utils))}return t}_applyNormalization(e,t){const n=[],[r,u]=Ad.partition(Object.keys(e),(e=>e in this._utils.schemas));for(const u of r){const r=this._utils.schemas[u],o=r.preprocess(e[u],this._utils),i=Ad.normalizeValidateResult(r.validate(o,this._utils),o);if(!0!==i){const{value:e}=i,t=this._invalidHandler(u,e,this._utils);throw"string"==typeof t?new Error(t):t}const s=e=>{let{from:t,to:r}=e;n.push("string"==typeof r?{[r]:t}:{[r.key]:r.value})},a=e=>{let{value:t,redirectTo:n}=e;const i=Ad.normalizeDeprecatedResult(r.deprecated(t,this._utils),o,!0);if(!1!==i)if(!0===i)this._hasDeprecationWarned(u)||this._utils.logger.warn(this._deprecatedHandler(u,n,this._utils));else for(const{value:e}of i){const t={key:u,value:e};if(!this._hasDeprecationWarned(t)){const r="string"==typeof n?{key:n,value:e}:n;this._utils.logger.warn(this._deprecatedHandler(t,r,this._utils))}}};Ad.normalizeForwardResult(r.forward(o,this._utils),o).forEach(s);const c=Ad.normalizeRedirectResult(r.redirect(o,this._utils),o);if(c.redirect.forEach(s),"remain"in c){const e=c.remain;t[u]=u in t?r.overlap(t[u],e,this._utils):e,a({value:e})}for(const{from:e,to:t}of c.redirect)a({value:e,redirectTo:t})}for(const r of u){const u=e[r],o=this._unknownHandler(r,u,this._utils);if(o)for(const e of Object.keys(o)){const r={[e]:o[e]};e in this._utils.schemas?n.push(r):Object.assign(t,r)}}return n}}dd.Normalizer=Cd,function(e){Object.defineProperty(e,"__esModule",{value:!0});const t=gp;t.__exportStar(mp,e),t.__exportStar(yp,e),t.__exportStar(Pf,e),t.__exportStar(dd,e),t.__exportStar(kf,e)}(cp);var bd={exports:{}};const vd=[],Fd=[],xd=(e,t)=>{if(e===t)return 0;const n=e;e.length>t.length&&(e=t,t=n);let r=e.length,u=t.length;for(;r>0&&e.charCodeAt(~-r)===t.charCodeAt(~-u);)r--,u--;let o,i,s,a,c=0;for(;c<r&&e.charCodeAt(c)===t.charCodeAt(c);)c++;if(r-=c,u-=c,0===r)return u;let l=0,p=0;for(;l<r;)Fd[l]=e.charCodeAt(c+l),vd[l]=++l;for(;p<u;)for(o=t.charCodeAt(c+p),s=p++,i=p,l=0;l<r;l++)a=o===Fd[l]?s:s+1,s=vd[l],i=vd[l]=s>i?a>i?i+1:a:a>s?s+1:a;return i};bd.exports=xd,bd.exports.default=xd;var Sd={exports:{}};const Bd={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},wd={};for(const e of Object.keys(Bd))wd[Bd[e]]=e;const Td={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};var Pd=Td;for(const e of Object.keys(Td)){if(!("channels"in Td[e]))throw new Error("missing channels property: "+e);if(!("labels"in Td[e]))throw new Error("missing channel labels property: "+e);if(Td[e].labels.length!==Td[e].channels)throw new Error("channel and label counts mismatch: "+e);const{channels:t,labels:n}=Td[e];delete Td[e].channels,delete Td[e].labels,Object.defineProperty(Td[e],"channels",{value:t}),Object.defineProperty(Td[e],"labels",{value:n})}Td.rgb.hsl=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,u=Math.min(t,n,r),o=Math.max(t,n,r),i=o-u;let s,a;o===u?s=0:t===o?s=(n-r)/i:n===o?s=2+(r-t)/i:r===o&&(s=4+(t-n)/i),s=Math.min(60*s,360),s<0&&(s+=360);const c=(u+o)/2;return a=o===u?0:c<=.5?i/(o+u):i/(2-o-u),[s,100*a,100*c]},Td.rgb.hsv=function(e){let t,n,r,u,o;const i=e[0]/255,s=e[1]/255,a=e[2]/255,c=Math.max(i,s,a),l=c-Math.min(i,s,a),p=function(e){return(c-e)/6/l+.5};return 0===l?(u=0,o=0):(o=l/c,t=p(i),n=p(s),r=p(a),i===c?u=r-n:s===c?u=1/3+t-r:a===c&&(u=2/3+n-t),u<0?u+=1:u>1&&(u-=1)),[360*u,100*o,100*c]},Td.rgb.hwb=function(e){const t=e[0],n=e[1];let r=e[2];const u=Td.rgb.hsl(e)[0],o=1/255*Math.min(t,Math.min(n,r));return r=1-1/255*Math.max(t,Math.max(n,r)),[u,100*o,100*r]},Td.rgb.cmyk=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,u=Math.min(1-t,1-n,1-r);return[100*((1-t-u)/(1-u)||0),100*((1-n-u)/(1-u)||0),100*((1-r-u)/(1-u)||0),100*u]},Td.rgb.keyword=function(e){const t=wd[e];if(t)return t;let n,r=1/0;for(const t of Object.keys(Bd)){const i=(o=Bd[t],((u=e)[0]-o[0])**2+(u[1]-o[1])**2+(u[2]-o[2])**2);i<r&&(r=i,n=t)}var u,o;return n},Td.keyword.rgb=function(e){return Bd[e]},Td.rgb.xyz=function(e){let t=e[0]/255,n=e[1]/255,r=e[2]/255;return t=t>.04045?((t+.055)/1.055)**2.4:t/12.92,n=n>.04045?((n+.055)/1.055)**2.4:n/12.92,r=r>.04045?((r+.055)/1.055)**2.4:r/12.92,[100*(.4124*t+.3576*n+.1805*r),100*(.2126*t+.7152*n+.0722*r),100*(.0193*t+.1192*n+.9505*r)]},Td.rgb.lab=function(e){const t=Td.rgb.xyz(e);let n=t[0],r=t[1],u=t[2];return n/=95.047,r/=100,u/=108.883,n=n>.008856?n**(1/3):7.787*n+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,u=u>.008856?u**(1/3):7.787*u+16/116,[116*r-16,500*(n-r),200*(r-u)]},Td.hsl.rgb=function(e){const t=e[0]/360,n=e[1]/100,r=e[2]/100;let u,o,i;if(0===n)return i=255*r,[i,i,i];u=r<.5?r*(1+n):r+n-r*n;const s=2*r-u,a=[0,0,0];for(let e=0;e<3;e++)o=t+1/3*-(e-1),o<0&&o++,o>1&&o--,i=6*o<1?s+6*(u-s)*o:2*o<1?u:3*o<2?s+(u-s)*(2/3-o)*6:s,a[e]=255*i;return a},Td.hsl.hsv=function(e){const t=e[0];let n=e[1]/100,r=e[2]/100,u=n;const o=Math.max(r,.01);return r*=2,n*=r<=1?r:2-r,u*=o<=1?o:2-o,[t,100*(0===r?2*u/(o+u):2*n/(r+n)),(r+n)/2*100]},Td.hsv.rgb=function(e){const t=e[0]/60,n=e[1]/100;let r=e[2]/100;const u=Math.floor(t)%6,o=t-Math.floor(t),i=255*r*(1-n),s=255*r*(1-n*o),a=255*r*(1-n*(1-o));switch(r*=255,u){case 0:return[r,a,i];case 1:return[s,r,i];case 2:return[i,r,a];case 3:return[i,s,r];case 4:return[a,i,r];case 5:return[r,i,s]}},Td.hsv.hsl=function(e){const t=e[0],n=e[1]/100,r=e[2]/100,u=Math.max(r,.01);let o,i;i=(2-n)*r;const s=(2-n)*u;return o=n*u,o/=s<=1?s:2-s,o=o||0,i/=2,[t,100*o,100*i]},Td.hwb.rgb=function(e){const t=e[0]/360;let n=e[1]/100,r=e[2]/100;const u=n+r;let o;u>1&&(n/=u,r/=u);const i=Math.floor(6*t),s=1-r;o=6*t-i,0!=(1&i)&&(o=1-o);const a=n+o*(s-n);let c,l,p;switch(i){default:case 6:case 0:c=s,l=a,p=n;break;case 1:c=a,l=s,p=n;break;case 2:c=n,l=s,p=a;break;case 3:c=n,l=a,p=s;break;case 4:c=a,l=n,p=s;break;case 5:c=s,l=n,p=a}return[255*c,255*l,255*p]},Td.cmyk.rgb=function(e){const t=e[0]/100,n=e[1]/100,r=e[2]/100,u=e[3]/100;return[255*(1-Math.min(1,t*(1-u)+u)),255*(1-Math.min(1,n*(1-u)+u)),255*(1-Math.min(1,r*(1-u)+u))]},Td.xyz.rgb=function(e){const t=e[0]/100,n=e[1]/100,r=e[2]/100;let u,o,i;return u=3.2406*t+-1.5372*n+-.4986*r,o=-.9689*t+1.8758*n+.0415*r,i=.0557*t+-.204*n+1.057*r,u=u>.0031308?1.055*u**(1/2.4)-.055:12.92*u,o=o>.0031308?1.055*o**(1/2.4)-.055:12.92*o,i=i>.0031308?1.055*i**(1/2.4)-.055:12.92*i,u=Math.min(Math.max(0,u),1),o=Math.min(Math.max(0,o),1),i=Math.min(Math.max(0,i),1),[255*u,255*o,255*i]},Td.xyz.lab=function(e){let t=e[0],n=e[1],r=e[2];return t/=95.047,n/=100,r/=108.883,t=t>.008856?t**(1/3):7.787*t+16/116,n=n>.008856?n**(1/3):7.787*n+16/116,r=r>.008856?r**(1/3):7.787*r+16/116,[116*n-16,500*(t-n),200*(n-r)]},Td.lab.xyz=function(e){let t,n,r;n=(e[0]+16)/116,t=e[1]/500+n,r=n-e[2]/200;const u=n**3,o=t**3,i=r**3;return n=u>.008856?u:(n-16/116)/7.787,t=o>.008856?o:(t-16/116)/7.787,r=i>.008856?i:(r-16/116)/7.787,t*=95.047,n*=100,r*=108.883,[t,n,r]},Td.lab.lch=function(e){const t=e[0],n=e[1],r=e[2];let u;return u=360*Math.atan2(r,n)/2/Math.PI,u<0&&(u+=360),[t,Math.sqrt(n*n+r*r),u]},Td.lch.lab=function(e){const t=e[0],n=e[1],r=e[2]/360*2*Math.PI;return[t,n*Math.cos(r),n*Math.sin(r)]},Td.rgb.ansi16=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;const[n,r,u]=e;let o=null===t?Td.rgb.hsv(e)[2]:t;if(o=Math.round(o/50),0===o)return 30;let i=30+(Math.round(u/255)<<2|Math.round(r/255)<<1|Math.round(n/255));return 2===o&&(i+=60),i},Td.hsv.ansi16=function(e){return Td.rgb.ansi16(Td.hsv.rgb(e),e[2])},Td.rgb.ansi256=function(e){const t=e[0],n=e[1],r=e[2];return t===n&&n===r?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(r/255*5)},Td.ansi16.rgb=function(e){let t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];const n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},Td.ansi256.rgb=function(e){if(e>=232){const t=10*(e-232)+8;return[t,t,t]}let t;return e-=16,[Math.floor(e/36)/5*255,Math.floor((t=e%36)/6)/5*255,t%6/5*255]},Td.rgb.hex=function(e){const t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},Td.hex.rgb=function(e){const t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];let n=t[0];3===t[0].length&&(n=n.split("").map((e=>e+e)).join(""));const r=parseInt(n,16);return[r>>16&255,r>>8&255,255&r]},Td.rgb.hcg=function(e){const t=e[0]/255,n=e[1]/255,r=e[2]/255,u=Math.max(Math.max(t,n),r),o=Math.min(Math.min(t,n),r),i=u-o;let s,a;return s=i<1?o/(1-i):0,a=i<=0?0:u===t?(n-r)/i%6:u===n?2+(r-t)/i:4+(t-n)/i,a/=6,a%=1,[360*a,100*i,100*s]},Td.hsl.hcg=function(e){const t=e[1]/100,n=e[2]/100,r=n<.5?2*t*n:2*t*(1-n);let u=0;return r<1&&(u=(n-.5*r)/(1-r)),[e[0],100*r,100*u]},Td.hsv.hcg=function(e){const t=e[1]/100,n=e[2]/100,r=t*n;let u=0;return r<1&&(u=(n-r)/(1-r)),[e[0],100*r,100*u]},Td.hcg.rgb=function(e){const t=e[0]/360,n=e[1]/100,r=e[2]/100;if(0===n)return[255*r,255*r,255*r];const u=[0,0,0],o=t%1*6,i=o%1,s=1-i;let a=0;switch(Math.floor(o)){case 0:u[0]=1,u[1]=i,u[2]=0;break;case 1:u[0]=s,u[1]=1,u[2]=0;break;case 2:u[0]=0,u[1]=1,u[2]=i;break;case 3:u[0]=0,u[1]=s,u[2]=1;break;case 4:u[0]=i,u[1]=0,u[2]=1;break;default:u[0]=1,u[1]=0,u[2]=s}return a=(1-n)*r,[255*(n*u[0]+a),255*(n*u[1]+a),255*(n*u[2]+a)]},Td.hcg.hsv=function(e){const t=e[1]/100,n=t+e[2]/100*(1-t);let r=0;return n>0&&(r=t/n),[e[0],100*r,100*n]},Td.hcg.hsl=function(e){const t=e[1]/100,n=e[2]/100*(1-t)+.5*t;let r=0;return n>0&&n<.5?r=t/(2*n):n>=.5&&n<1&&(r=t/(2*(1-n))),[e[0],100*r,100*n]},Td.hcg.hwb=function(e){const t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},Td.hwb.hcg=function(e){const t=e[1]/100,n=1-e[2]/100,r=n-t;let u=0;return r<1&&(u=(n-r)/(1-r)),[e[0],100*r,100*u]},Td.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},Td.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},Td.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},Td.gray.hsl=function(e){return[0,0,e[0]]},Td.gray.hsv=Td.gray.hsl,Td.gray.hwb=function(e){return[0,100,e[0]]},Td.gray.cmyk=function(e){return[0,0,0,e[0]]},Td.gray.lab=function(e){return[e[0],0,0]},Td.gray.hex=function(e){const t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},Td.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]};const Nd=Pd;function kd(e,t){return function(n){return t(e(n))}}function Od(e,t){const n=[t[e].parent,e];let r=Nd[t[e].parent][e],u=t[e].parent;for(;t[u].parent;)n.unshift(t[u].parent),r=kd(Nd[t[u].parent][u],r),u=t[u].parent;return r.conversion=n,r}const Id=Pd,Ld=function(e){const t=function(e){const t=function(){const e={},t=Object.keys(Nd);for(let n=t.length,r=0;r<n;r++)e[t[r]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;){const e=n.pop(),r=Object.keys(Nd[e]);for(let u=r.length,o=0;o<u;o++){const u=r[o],i=t[u];-1===i.distance&&(i.distance=t[e].distance+1,i.parent=e,n.unshift(u))}}return t}(e),n={},r=Object.keys(t);for(let e=r.length,u=0;u<e;u++){const e=r[u];null!==t[e].parent&&(n[e]=Od(e,t))}return n},jd={};Object.keys(Id).forEach((e=>{jd[e]={},Object.defineProperty(jd[e],"channels",{value:Id[e].channels}),Object.defineProperty(jd[e],"labels",{value:Id[e].labels});const t=Ld(e);Object.keys(t).forEach((n=>{const r=t[n];jd[e][n]=function(e){const t=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];const u=n[0];if(null==u)return u;u.length>1&&(n=u);const o=e(n);if("object"==typeof o)for(let e=o.length,t=0;t<e;t++)o[t]=Math.round(o[t]);return o};return"conversion"in e&&(t.conversion=e.conversion),t}(r),jd[e][n].raw=function(e){const t=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];const u=n[0];return null==u?u:(u.length>1&&(n=u),e(n))};return"conversion"in e&&(t.conversion=e.conversion),t}(r)}))}));var _d=jd;function Md(){return!1}function Rd(){throw new Error("tty.ReadStream is not implemented")}function Vd(){throw new Error("tty.ReadStream is not implemented")}!function(e){const t=(e,t)=>function(){const n=e(...arguments);return"[".concat(n+t,"m")},n=(e,t)=>function(){const n=e(...arguments);return"[".concat(38+t,";5;").concat(n,"m")},r=(e,t)=>function(){const n=e(...arguments);return"[".concat(38+t,";2;").concat(n[0],";").concat(n[1],";").concat(n[2],"m")},u=e=>e,o=(e,t,n)=>[e,t,n],i=(e,t,n)=>{Object.defineProperty(e,t,{get:()=>{const r=n();return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0}),r},enumerable:!0,configurable:!0})};let s;const a=(e,t,n,r)=>{void 0===s&&(s=_d);const u=r?10:0,o={};for(const[r,i]of Object.entries(s)){const s="ansi16"===r?"ansi":r;r===t?o[s]=e(n,u):"object"==typeof i&&(o[s]=e(i[t],u))}return o};Object.defineProperty(e,"exports",{enumerable:!0,get:function(){const e=new Map,s={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4,24],inverse:[7,27],hidden:[8,28],strikethrough:[9,29]},color:{black:[30,39],red:[31,39],green:[32,39],yellow:[33,39],blue:[34,39],magenta:[35,39],cyan:[36,39],white:[37,39],blackBright:[90,39],redBright:[91,39],greenBright:[92,39],yellowBright:[93,39],blueBright:[94,39],magentaBright:[95,39],cyanBright:[96,39],whiteBright:[97,39]},bgColor:{bgBlack:[40,49],bgRed:[41,49],bgGreen:[42,49],bgYellow:[43,49],bgBlue:[44,49],bgMagenta:[45,49],bgCyan:[46,49],bgWhite:[47,49],bgBlackBright:[100,49],bgRedBright:[101,49],bgGreenBright:[102,49],bgYellowBright:[103,49],bgBlueBright:[104,49],bgMagentaBright:[105,49],bgCyanBright:[106,49],bgWhiteBright:[107,49]}};s.color.gray=s.color.blackBright,s.bgColor.bgGray=s.bgColor.bgBlackBright,s.color.grey=s.color.blackBright,s.bgColor.bgGrey=s.bgColor.bgBlackBright;for(const[t,n]of Object.entries(s)){for(const[t,r]of Object.entries(n))s[t]={open:"[".concat(r[0],"m"),close:"[".concat(r[1],"m")},n[t]=s[t],e.set(r[0],r[1]);Object.defineProperty(s,t,{value:n,enumerable:!1})}return Object.defineProperty(s,"codes",{value:e,enumerable:!1}),s.color.close="",s.bgColor.close="",i(s.color,"ansi",(()=>a(t,"ansi16",u,!1))),i(s.color,"ansi256",(()=>a(n,"ansi256",u,!1))),i(s.color,"ansi16m",(()=>a(r,"rgb",o,!1))),i(s.bgColor,"ansi",(()=>a(t,"ansi16",u,!0))),i(s.bgColor,"ansi256",(()=>a(n,"ansi256",u,!0))),i(s.bgColor,"ansi16m",(()=>a(r,"rgb",o,!0))),s}})}(Sd);var $d={isatty:Md,ReadStream:Rd,WriteStream:Vd};const Wd=rf,qd=t(Object.freeze({__proto__:null,isatty:Md,ReadStream:Rd,WriteStream:Vd,default:$d})),Ud=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:zs.argv;const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r<u)},{env:zd}=zs;let Hd;function Jd(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}function Gd(e,t){if(0===Hd)return 0;if(Ud("color=16m")||Ud("color=full")||Ud("color=truecolor"))return 3;if(Ud("color=256"))return 2;if(e&&!t&&void 0===Hd)return 0;const n=Hd||0;if("dumb"===zd.TERM)return n;if("win32"===zs.platform){const e=Wd.release().split(".");return Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in zd)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some((e=>e in zd))||"codeship"===zd.CI_NAME?1:n;if("TEAMCITY_VERSION"in zd)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(zd.TEAMCITY_VERSION)?1:0;if("truecolor"===zd.COLORTERM)return 3;if("TERM_PROGRAM"in zd){const e=parseInt((zd.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(zd.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(zd.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(zd.TERM)||"COLORTERM"in zd?1:n}Ud("no-color")||Ud("no-colors")||Ud("color=false")||Ud("color=never")?Hd=0:(Ud("color")||Ud("colors")||Ud("color=true")||Ud("color=always"))&&(Hd=1),"FORCE_COLOR"in zd&&(Hd="true"===zd.FORCE_COLOR?1:"false"===zd.FORCE_COLOR?0:0===zd.FORCE_COLOR.length?1:Math.min(parseInt(zd.FORCE_COLOR,10),3));var Xd={supportsColor:function(e){return Jd(Gd(e,e&&e.isTTY))},stdout:Jd(Gd(!0,qd.isatty(1))),stderr:Jd(Gd(!0,qd.isatty(2)))};const Yd=/(?:\\(u(?:[a-f\d]{4}|\{[a-f\d]{1,6}\})|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,Kd=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,Qd=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,Zd=/\\(u(?:[a-f\d]{4}|{[a-f\d]{1,6}})|x[a-f\d]{2}|.)|([^\\])/gi,eh=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e",""],["a",""]]);function th(e){const t="u"===e[0],n="{"===e[1];return t&&!n&&5===e.length||"x"===e[0]&&3===e.length?String.fromCharCode(parseInt(e.slice(1),16)):t&&n?String.fromCodePoint(parseInt(e.slice(2,-1),16)):eh.get(e)||e}function nh(e,t){const n=[],r=t.trim().split(/\s*,\s*/g);let u;for(const t of r){const r=Number(t);if(Number.isNaN(r)){if(!(u=t.match(Qd)))throw new Error("Invalid Chalk template style argument: ".concat(t," (in style '").concat(e,"')"));n.push(u[2].replace(Zd,((e,t,n)=>t?th(t):n)))}else n.push(r)}return n}function rh(e){Kd.lastIndex=0;const t=[];let n;for(;null!==(n=Kd.exec(e));){const e=n[1];if(n[2]){const r=nh(e,n[2]);t.push([e].concat(r))}else t.push([e])}return t}function uh(e,t){const n={};for(const e of t)for(const t of e.styles)n[t[0]]=e.inverse?null:t.slice(1);let r=e;for(const[e,t]of Object.entries(n))if(Array.isArray(t)){if(!(e in r))throw new Error("Unknown Chalk style: ".concat(e));r=t.length>0?r[e](...t):r[e]}return r}var oh=(e,t)=>{const n=[],r=[];let u=[];if(t.replace(Yd,((t,o,i,s,a,c)=>{if(o)u.push(th(o));else if(s){const t=u.join("");u=[],r.push(0===n.length?t:uh(e,n)(t)),n.push({inverse:i,styles:rh(s)})}else if(a){if(0===n.length)throw new Error("Found extraneous } in Chalk template literal");r.push(uh(e,n)(u.join(""))),u=[],n.pop()}else u.push(c)})),r.push(u.join("")),n.length>0){const e="Chalk template literal is missing ".concat(n.length," closing bracket").concat(1===n.length?"":"s"," (`}`)");throw new Error(e)}return r.join("")};const ih=Sd.exports,{stdout:sh,stderr:ah}=Xd,{stringReplaceAll:ch,stringEncaseCRLFWithFirstIndex:lh}={stringReplaceAll:(e,t,n)=>{let r=e.indexOf(t);if(-1===r)return e;const u=t.length;let o=0,i="";do{i+=e.substr(o,r-o)+t+n,o=r+u,r=e.indexOf(t,o)}while(-1!==r);return i+=e.substr(o),i},stringEncaseCRLFWithFirstIndex:(e,t,n,r)=>{let u=0,o="";do{const i="\r"===e[r-1];o+=e.substr(u,(i?r-1:r)-u)+t+(i?"\r\n":"\n")+n,u=r+1,r=e.indexOf("\n",u)}while(-1!==r);return o+=e.substr(u),o}},{isArray:ph}=Array,fh=["ansi","ansi","ansi256","ansi16m"],dh=Object.create(null);class hh{constructor(e){return gh(e)}}const gh=e=>{const t={};return function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(t.level&&!(Number.isInteger(t.level)&&t.level>=0&&t.level<=3))throw new Error("The `level` option should be an integer from 0 to 3");const n=sh?sh.level:0;e.level=void 0===t.level?n:t.level}(t,e),t.template=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return vh(t.template,...n)},Object.setPrototypeOf(t,mh.prototype),Object.setPrototypeOf(t.template,t),t.template.constructor=()=>{throw new Error("`chalk.constructor()` is deprecated. Use `new chalk.Instance()` instead.")},t.template.Instance=hh,t.template};function mh(e){return gh(e)}for(const[e,t]of Object.entries(ih))dh[e]={get(){const n=Ah(this,Eh(t.open,t.close,this._styler),this._isEmpty);return Object.defineProperty(this,e,{value:n}),n}};dh.visible={get(){const e=Ah(this,this._styler,!0);return Object.defineProperty(this,"visible",{value:e}),e}};const Dh=["rgb","hex","keyword","hsl","hsv","hwb","ansi","ansi256"];for(const e of Dh)dh[e]={get(){const{level:t}=this;return function(){const n=Eh(ih.color[fh[t]][e](...arguments),ih.color.close,this._styler);return Ah(this,n,this._isEmpty)}}};for(const e of Dh)dh["bg"+e[0].toUpperCase()+e.slice(1)]={get(){const{level:t}=this;return function(){const n=Eh(ih.bgColor[fh[t]][e](...arguments),ih.bgColor.close,this._styler);return Ah(this,n,this._isEmpty)}}};const yh=Object.defineProperties((()=>{}),Object.assign(Object.assign({},dh),{},{level:{enumerable:!0,get(){return this._generator.level},set(e){this._generator.level=e}}})),Eh=(e,t,n)=>{let r,u;return void 0===n?(r=e,u=t):(r=n.openAll+e,u=t+n.closeAll),{open:e,close:t,openAll:r,closeAll:u,parent:n}},Ah=(e,t,n)=>{const r=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return ph(t[0])&&ph(t[0].raw)?Ch(r,vh(r,...t)):Ch(r,1===t.length?""+t[0]:t.join(" "))};return Object.setPrototypeOf(r,yh),r._generator=e,r._styler=t,r._isEmpty=n,r},Ch=(e,t)=>{if(e.level<=0||!t)return e._isEmpty?"":t;let n=e._styler;if(void 0===n)return t;const{openAll:r,closeAll:u}=n;if(-1!==t.indexOf(""))for(;void 0!==n;)t=ch(t,n.close,n.open),n=n.parent;const o=t.indexOf("\n");return-1!==o&&(t=lh(t,u,r,o)),r+t+u};let bh;const vh=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];const[u]=n;if(!ph(u)||!ph(u.raw))return n.join(" ");const o=n.slice(1),i=[u.raw[0]];for(let e=1;e<u.length;e++)i.push(String(o[e-1]).replace(/[{}\\]/g,"\\$&"),String(u.raw[e]));return void 0===bh&&(bh=oh),bh(e,i.join(""))};Object.defineProperties(mh.prototype,dh);const Fh=mh();Fh.supportsColor=sh,Fh.stderr=mh({level:ah?ah.level:0}),Fh.stderr.supportsColor=ah;var xh=Fh;const Sh=["_"],Bh=cp,wh=bd.exports,Th=xh,Ph=ni,Nh={key:e=>1===e.length?"-".concat(e):"--".concat(e),value:e=>Bh.apiDescriptor.value(e),pair:e=>{let{key:t,value:n}=e;return!1===n?"--no-".concat(t):!0===n?Nh.key(t):""===n?"".concat(Nh.key(t)," without an argument"):"".concat(Nh.key(t),"=").concat(n)}};class kh extends Bh.ChoiceSchema{constructor(e){let{name:t,flags:n}=e;super({name:t,choices:n}),this._flags=[...n].sort()}preprocess(e,t){if("string"==typeof e&&e.length>0&&!this._flags.includes(e)){const n=this._flags.find((t=>wh(t,e)<3));if(n)return t.logger.warn(["Unknown flag ".concat(Th.yellow(t.descriptor.value(e)),","),"did you mean ".concat(Th.blue(t.descriptor.value(n)),"?")].join(" ")),n}return e}expected(){return"a flag"}}let Oh;function Ih(e,t){let{logger:n,isCLI:r=!1,passThrough:u=!1}=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const o=u?Array.isArray(u)?(e,t)=>u.includes(e)?{[e]:t}:void 0:(e,t)=>({[e]:t}):(e,t,n)=>{const r=ri(n.schemas,Sh);return Bh.levenUnknownHandler(e,t,Object.assign(Object.assign({},n),{},{schemas:r}))},i=r?Nh:Bh.apiDescriptor,s=Lh(t,{isCLI:r}),a=new Bh.Normalizer(s,{logger:n,unknown:o,descriptor:i}),c=!1!==n;c&&Oh&&(a._hasDeprecationWarned=Oh);const l=a.normalize(e);return c&&(Oh=a._hasDeprecationWarned),l}function Lh(e,t){let{isCLI:n}=t;const r=[];n&&r.push(Bh.AnySchema.create({name:"_"}));for(const t of e)r.push(jh(t,{isCLI:n,optionInfos:e})),t.alias&&n&&r.push(Bh.AliasSchema.create({name:t.alias,sourceName:t.name}));return r}function jh(e,t){let n,{isCLI:r,optionInfos:u}=t;const o={name:e.name},i={};switch(e.type){case"int":n=Bh.IntegerSchema,r&&(o.preprocess=e=>Number(e));break;case"string":case"path":n=Bh.StringSchema;break;case"choice":n=Bh.ChoiceSchema,o.choices=e.choices.map((t=>"object"==typeof t&&t.redirect?Object.assign(Object.assign({},t),{},{redirect:{to:{key:e.name,value:t.redirect}}}):t));break;case"boolean":n=Bh.BooleanSchema;break;case"flag":n=kh,o.flags=u.flatMap((e=>[e.alias,e.description&&e.name,e.oppositeDescription&&"no-".concat(e.name)].filter(Boolean)));break;default:throw new Error("Unexpected type ".concat(e.type))}if(e.exception?o.validate=(t,n,r)=>e.exception(t)||n.validate(t,r):o.validate=(e,t,n)=>void 0===e||t.validate(e,n),e.redirect&&(i.redirect=t=>t?{to:{key:e.redirect.option,value:e.redirect.value}}:void 0),e.deprecated&&(i.deprecated=!0),r&&!e.array){const e=o.preprocess||(e=>e);o.preprocess=(t,n,r)=>n.preprocess(e(Array.isArray(t)?Ph(t):t),r)}return e.array?Bh.ArraySchema.create(Object.assign(Object.assign(Object.assign({},r?{preprocess:e=>Array.isArray(e)?e:[e]}:{}),i),{},{valueSchema:n.create(o)})):n.create(Object.assign(Object.assign({},o),i))}var _h={normalizeApiOptions:function(e,t,n){return Ih(e,t,n)},normalizeCliOptions:function(e,t,n){return Ih(e,t,Object.assign({isCLI:!0},n))}};const{isNonEmptyArray:Mh}=nc;function Rh(e,t){const{ignoreDecorators:n}=t||{};if(!n){const t=e.declaration&&e.declaration.decorators||e.decorators;if(Mh(t))return Rh(t[0])}return e.range?e.range[0]:e.start}function Vh(e){return e.range?e.range[1]:e.end}function $h(e,t){return Rh(e)===Rh(t)}var Wh={locStart:Rh,locEnd:Vh,hasSameLocStart:$h,hasSameLoc:function(e,t){return $h(e,t)&&function(e,t){return Vh(e)===Vh(t)}(e,t)}},qh={},Uh={},zh={};Object.defineProperty(zh,"__esModule",{value:!0}),zh.default=/((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g,zh.matchToToken=function(e){var t={type:"invalid",value:e[0],closed:void 0};return e[1]?(t.type="string",t.closed=!(!e[3]&&!e[4])):e[5]?t.type="comment":e[6]?(t.type="comment",t.closed=!!e[7]):e[8]?t.type="regex":e[9]?t.type="number":e[10]?t.type="name":e[11]?t.type="punctuator":e[12]&&(t.type="whitespace"),t};var Hh={},Jh={};Object.defineProperty(Jh,"__esModule",{value:!0}),Jh.isIdentifierStart=tg,Jh.isIdentifierChar=ng,Jh.isIdentifierName=function(e){let t=!0;for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);if(55296==(64512&r)&&n+1<e.length){const t=e.charCodeAt(++n);56320==(64512&t)&&(r=65536+((1023&r)<<10)+(1023&t))}if(t){if(t=!1,!tg(r))return!1}else if(!ng(r))return!1}return!t};let Gh="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",Xh="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_";const Yh=new RegExp("["+Gh+"]"),Kh=new RegExp("["+Gh+Xh+"]");Gh=Xh=null;const Qh=[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,68,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,349,41,7,1,79,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,85,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,159,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,264,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,190,0,80,921,103,110,18,195,2637,96,16,1070,4050,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,46,2,18,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,482,44,11,6,17,0,322,29,19,43,1269,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,4152,8,221,3,5761,15,7472,3104,541,1507,4938],Zh=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,154,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,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,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,406,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,19306,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,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,262,6,10,9,357,0,62,13,1495,6,110,6,6,9,4759,9,787719,239];function eg(e,t){let n=65536;for(let r=0,u=t.length;r<u;r+=2){if(n+=t[r],n>e)return!1;if(n+=t[r+1],n>=e)return!0}return!1}function tg(e){return e<65?36===e:e<=90||(e<97?95===e:e<=122||(e<=65535?e>=170&&Yh.test(String.fromCharCode(e)):eg(e,Qh)))}function ng(e){return e<48?36===e:e<58||!(e<65)&&(e<=90||(e<97?95===e:e<=122||(e<=65535?e>=170&&Kh.test(String.fromCharCode(e)):eg(e,Qh)||eg(e,Zh))))}var rg={};Object.defineProperty(rg,"__esModule",{value:!0}),rg.isReservedWord=sg,rg.isStrictReservedWord=ag,rg.isStrictBindOnlyReservedWord=cg,rg.isStrictBindReservedWord=function(e,t){return ag(e,t)||cg(e)},rg.isKeyword=function(e){return ug.has(e)};const ug=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"]),og=new Set(["implements","interface","let","package","private","protected","public","static","yield"]),ig=new Set(["eval","arguments"]);function sg(e,t){return t&&"await"===e||"enum"===e}function ag(e,t){return sg(e,t)||og.has(e)}function cg(e){return ig.has(e)}!function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"isIdentifierName",{enumerable:!0,get:function(){return t.isIdentifierName}}),Object.defineProperty(e,"isIdentifierChar",{enumerable:!0,get:function(){return t.isIdentifierChar}}),Object.defineProperty(e,"isIdentifierStart",{enumerable:!0,get:function(){return t.isIdentifierStart}}),Object.defineProperty(e,"isReservedWord",{enumerable:!0,get:function(){return n.isReservedWord}}),Object.defineProperty(e,"isStrictBindOnlyReservedWord",{enumerable:!0,get:function(){return n.isStrictBindOnlyReservedWord}}),Object.defineProperty(e,"isStrictBindReservedWord",{enumerable:!0,get:function(){return n.isStrictBindReservedWord}}),Object.defineProperty(e,"isStrictReservedWord",{enumerable:!0,get:function(){return n.isStrictReservedWord}}),Object.defineProperty(e,"isKeyword",{enumerable:!0,get:function(){return n.isKeyword}});var t=Jh,n=rg}(Hh);var lg={exports:{}},pg=/[|\\{}()[\]^$+*?.]/g,fg=function(e){if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(pg,"\\$&")};const dg=rf,hg=(e,t)=>{t=t||zs.argv;const n=e.startsWith("-")?"":1===e.length?"-":"--",r=t.indexOf(n+e),u=t.indexOf("--");return-1!==r&&(-1===u||r<u)},gg=zs.env;let mg;function Dg(e){const t=function(e){if(!1===mg)return 0;if(hg("color=16m")||hg("color=full")||hg("color=truecolor"))return 3;if(hg("color=256"))return 2;if(e&&!e.isTTY&&!0!==mg)return 0;const t=mg?1:0;if("win32"===zs.platform){const e=dg.release().split(".");return Number(zs.versions.node.split(".")[0])>=8&&Number(e[0])>=10&&Number(e[2])>=10586?Number(e[2])>=14931?3:2:1}if("CI"in gg)return["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI"].some((e=>e in gg))||"codeship"===gg.CI_NAME?1:t;if("TEAMCITY_VERSION"in gg)return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(gg.TEAMCITY_VERSION)?1:0;if("truecolor"===gg.COLORTERM)return 3;if("TERM_PROGRAM"in gg){const e=parseInt((gg.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(gg.TERM_PROGRAM){case"iTerm.app":return e>=3?3:2;case"Apple_Terminal":return 2}}return/-256(color)?$/i.test(gg.TERM)?2:/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(gg.TERM)||"COLORTERM"in gg?1:(gg.TERM,t)}(e);return function(e){return 0!==e&&{level:e,hasBasic:!0,has256:e>=2,has16m:e>=3}}(t)}hg("no-color")||hg("no-colors")||hg("color=false")?mg=!1:(hg("color")||hg("colors")||hg("color=true")||hg("color=always"))&&(mg=!0),"FORCE_COLOR"in gg&&(mg=0===gg.FORCE_COLOR.length||0!==parseInt(gg.FORCE_COLOR,10));var yg={supportsColor:Dg,stdout:Dg(zs.stdout),stderr:Dg(zs.stderr)};const Eg=/(?:\\(u[a-f\d]{4}|x[a-f\d]{2}|.))|(?:\{(~)?(\w+(?:\([^)]*\))?(?:\.\w+(?:\([^)]*\))?)*)(?:[ \t]|(?=\r?\n)))|(\})|((?:.|[\r\n\f])+?)/gi,Ag=/(?:^|\.)(\w+)(?:\(([^)]*)\))?/g,Cg=/^(['"])((?:\\.|(?!\1)[^\\])*)\1$/,bg=/\\(u[a-f\d]{4}|x[a-f\d]{2}|.)|([^\\])/gi,vg=new Map([["n","\n"],["r","\r"],["t","\t"],["b","\b"],["f","\f"],["v","\v"],["0","\0"],["\\","\\"],["e",""],["a",""]]);function Fg(e){return"u"===e[0]&&5===e.length||"x"===e[0]&&3===e.length?String.fromCharCode(parseInt(e.slice(1),16)):vg.get(e)||e}function xg(e,t){const n=[],r=t.trim().split(/\s*,\s*/g);let u;for(const t of r)if(isNaN(t)){if(!(u=t.match(Cg)))throw new Error("Invalid Chalk template style argument: ".concat(t," (in style '").concat(e,"')"));n.push(u[2].replace(bg,((e,t,n)=>t?Fg(t):n)))}else n.push(Number(t));return n}function Sg(e){Ag.lastIndex=0;const t=[];let n;for(;null!==(n=Ag.exec(e));){const e=n[1];if(n[2]){const r=xg(e,n[2]);t.push([e].concat(r))}else t.push([e])}return t}function Bg(e,t){const n={};for(const e of t)for(const t of e.styles)n[t[0]]=e.inverse?null:t.slice(1);let r=e;for(const e of Object.keys(n))if(Array.isArray(n[e])){if(!(e in r))throw new Error("Unknown Chalk style: ".concat(e));r=n[e].length>0?r[e].apply(r,n[e]):r[e]}return r}var wg=(e,t)=>{const n=[],r=[];let u=[];if(t.replace(Eg,((t,o,i,s,a,c)=>{if(o)u.push(Fg(o));else if(s){const t=u.join("");u=[],r.push(0===n.length?t:Bg(e,n)(t)),n.push({inverse:i,styles:Sg(s)})}else if(a){if(0===n.length)throw new Error("Found extraneous } in Chalk template literal");r.push(Bg(e,n)(u.join(""))),u=[],n.pop()}else u.push(c)})),r.push(u.join("")),n.length>0){const e="Chalk template literal is missing ".concat(n.length," closing bracket").concat(1===n.length?"":"s"," (`}`)");throw new Error(e)}return r.join("")};!function(e){const t=fg,n=Fp.exports,r=yg.stdout,u=wg,o="win32"===zs.platform&&!(zs.env.TERM||"").toLowerCase().startsWith("xterm"),i=["ansi","ansi","ansi256","ansi16m"],s=new Set(["gray"]),a=Object.create(null);function c(e,t){t=t||{};const n=r?r.level:0;e.level=void 0===t.level?n:t.level,e.enabled="enabled"in t?t.enabled:e.level>0}function l(e){if(!this||!(this instanceof l)||this.template){const t={};return c(t,e),t.template=function(){const e=[].slice.call(arguments);return h.apply(null,[t.template].concat(e))},Object.setPrototypeOf(t,l.prototype),Object.setPrototypeOf(t.template,t),t.template.constructor=l,t.template}c(this,e)}o&&(n.blue.open="");for(const e of Object.keys(n))n[e].closeRe=new RegExp(t(n[e].close),"g"),a[e]={get(){const t=n[e];return f.call(this,this._styles?this._styles.concat(t):[t],this._empty,e)}};a.visible={get(){return f.call(this,this._styles||[],!0,"visible")}},n.color.closeRe=new RegExp(t(n.color.close),"g");for(const e of Object.keys(n.color.ansi))s.has(e)||(a[e]={get(){const t=this.level;return function(){const r={open:n.color[i[t]][e].apply(null,arguments),close:n.color.close,closeRe:n.color.closeRe};return f.call(this,this._styles?this._styles.concat(r):[r],this._empty,e)}}});n.bgColor.closeRe=new RegExp(t(n.bgColor.close),"g");for(const e of Object.keys(n.bgColor.ansi))s.has(e)||(a["bg"+e[0].toUpperCase()+e.slice(1)]={get(){const t=this.level;return function(){const r={open:n.bgColor[i[t]][e].apply(null,arguments),close:n.bgColor.close,closeRe:n.bgColor.closeRe};return f.call(this,this._styles?this._styles.concat(r):[r],this._empty,e)}}});const p=Object.defineProperties((()=>{}),a);function f(e,t,n){const r=function(){return d.apply(r,arguments)};r._styles=e,r._empty=t;const u=this;return Object.defineProperty(r,"level",{enumerable:!0,get:()=>u.level,set(e){u.level=e}}),Object.defineProperty(r,"enabled",{enumerable:!0,get:()=>u.enabled,set(e){u.enabled=e}}),r.hasGrey=this.hasGrey||"gray"===n||"grey"===n,r.__proto__=p,r}function d(){const e=arguments,t=e.length;let r=String(arguments[0]);if(0===t)return"";if(t>1)for(let n=1;n<t;n++)r+=" "+e[n];if(!this.enabled||this.level<=0||!r)return this._empty?"":r;const u=n.dim.open;o&&this.hasGrey&&(n.dim.open="");for(const e of this._styles.slice().reverse())r=e.open+r.replace(e.closeRe,e.open)+e.close,r=r.replace(/\r?\n/g,"".concat(e.close,"$&").concat(e.open));return n.dim.open=u,r}function h(e,t){if(!Array.isArray(t))return[].slice.call(arguments,1).join(" ");const n=[].slice.call(arguments,2),r=[t.raw[0]];for(let e=1;e<t.length;e++)r.push(String(n[e-1]).replace(/[{}\\]/g,"\\$&")),r.push(String(t.raw[e]));return u(e,r.join(""))}Object.defineProperties(l.prototype,a),e.exports=l(),e.exports.supportsColor=r,e.exports.default=e.exports}(lg),Object.defineProperty(Uh,"__esModule",{value:!0}),Uh.default=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Mg(t)?_g(Og(Rg(t)),e):e},Uh.getChalk=Rg,Uh.shouldHighlight=Mg;var Tg=zh,Pg=Hh,Ng=lg.exports;const kg=new Set(["as","async","from","get","of","set"]);function Og(e){return{keyword:e.cyan,capitalized:e.yellow,jsxIdentifier:e.yellow,punctuator:e.yellow,number:e.magenta,string:e.green,regex:e.magenta,comment:e.grey,invalid:e.white.bgRed.bold}}const Ig=/\r\n|[\n\r\u2028\u2029]/,Lg=/^[()[\]{}]$/;let jg;{const e=/^[a-z][\w-]*$/i,t=function(t,n,r){if("name"===t.type){if((0,Pg.isKeyword)(t.value)||(0,Pg.isStrictReservedWord)(t.value,!0)||kg.has(t.value))return"keyword";if(e.test(t.value)&&("<"===r[n-1]||"</"==r.substr(n-2,2)))return"jsxIdentifier";if(t.value[0]!==t.value[0].toLowerCase())return"capitalized"}return"punctuator"===t.type&&Lg.test(t.value)?"bracket":"invalid"!==t.type||"@"!==t.value&&"#"!==t.value?t.type:"punctuator"};jg=function*(e){let n;for(;n=Tg.default.exec(e);){const r=Tg.matchToToken(n);yield{type:t(r,n.index,e),value:r.value}}}}function _g(e,t){let n="";for(const{type:r,value:u}of jg(t)){const t=e[r];n+=t?u.split(Ig).map((e=>t(e))).join("\n"):u}return n}function Mg(e){return!!Ng.supportsColor||e.forceColor}function Rg(e){return e.forceColor?new Ng.constructor({enabled:!0,level:1}):Ng}Object.defineProperty(qh,"__esModule",{value:!0}),qh.codeFrameColumns=zg,qh.default=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};if(!$g){$g=!0;const e="Passing lineNumber and colNumber is deprecated to @babel/code-frame. Please use `codeFrameColumns`.";zs.emitWarning?zs.emitWarning(e,"DeprecationWarning"):(new Error(e).name="DeprecationWarning",console.warn(new Error(e)))}return zg(e,{start:{column:n=Math.max(n,0),line:t}},r)};var Vg=Uh;let $g=!1;function Wg(e){return{gutter:e.grey,marker:e.red.bold,message:e.red.bold}}const qg=/\r\n|[\n\r\u2028\u2029]/;function Ug(e,t,n){const r=Object.assign({column:0,line:-1},e.start),u=Object.assign({},r,e.end),{linesAbove:o=2,linesBelow:i=3}=n||{},s=r.line,a=r.column,c=u.line,l=u.column;let p=Math.max(s-(o+1),0),f=Math.min(t.length,c+i);-1===s&&(p=0),-1===c&&(f=t.length);const d=c-s,h={};if(d)for(let e=0;e<=d;e++){const n=e+s;if(a)if(0===e){const e=t[n-1].length;h[n]=[a,e-a+1]}else if(e===d)h[n]=[0,l];else{const r=t[n-e].length;h[n]=[0,r]}else h[n]=!0}else h[s]=a===l?!a||[a,0]:[a,l-a];return{start:p,end:f,markerLines:h}}function zg(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const r=(n.highlightCode||n.forceColor)&&(0,Vg.shouldHighlight)(n),u=(0,Vg.getChalk)(n),o=Wg(u),i=(e,t)=>r?e(t):t,s=e.split(qg),{start:a,end:c,markerLines:l}=Ug(t,s,n),p=t.start&&"number"==typeof t.start.column,f=String(c).length;let d=(r?(0,Vg.default)(e,n):e).split(qg,c).slice(a,c).map(((e,t)=>{const r=a+1+t,u=" ".concat(r).slice(-f),s=" ".concat(u," |"),c=l[r],p=!l[r+1];if(c){let t="";if(Array.isArray(c)){const r=e.slice(0,Math.max(c[0]-1,0)).replace(/[^\t]/g," "),u=c[1]||1;t=["\n ",i(o.gutter,s.replace(/\d/g," "))," ",r,i(o.marker,"^").repeat(u)].join(""),p&&n.message&&(t+=" "+i(o.message,n.message))}return[i(o.marker,">"),i(o.gutter,s),e.length>0?" ".concat(e):"",t].join("")}return" ".concat(i(o.gutter,s)).concat(e.length>0?" ".concat(e):"")})).join("\n");return n.message&&!p&&(d="".concat(" ".repeat(f+1)).concat(n.message,"\n").concat(d)),r?u.reset(d):d}const{ConfigError:Hg}=ap,Jg=Wh,{locStart:Gg,locEnd:Xg}=Jg,Yg=Object.getOwnPropertyNames,Kg=Object.getOwnPropertyDescriptor;function Qg(e){const t={};for(const n of e.plugins)if(n.parsers)for(const e of Yg(n.parsers))Object.defineProperty(t,e,Kg(n.parsers,e));return t}function Zg(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Qg(e);if("function"==typeof e.parser)return{parse:e.parser,astFormat:"estree",locStart:Gg,locEnd:Xg};if("string"==typeof e.parser){if(Object.prototype.hasOwnProperty.call(t,e.parser))return t[e.parser];throw new Hg("Couldn't resolve parser \"".concat(e.parser,'". Parsers must be explicitly added to the standalone bundle.'))}}var em={parse:function(e,t){const n=Qg(t),r=Object.defineProperties({},Object.fromEntries(Object.keys(n).map((e=>[e,{enumerable:!0,get:()=>n[e].parse}])))),u=Zg(t,n);try{return u.preprocess&&(e=u.preprocess(e,t)),{text:e,ast:u.parse(e,r,t)}}catch(t){const{loc:n}=t;if(n){const{codeFrameColumns:r}=qh;throw t.codeFrame=r(e,n,{highlightCode:!0}),t.message+="\n"+t.codeFrame,t}throw t.stack}},resolveParser:Zg};const tm=qc,nm=ul,rm=class{constructor(e,t){(t=t||{}).readChunk||(t.readChunk=1024),t.newLineCharacter?t.newLineCharacter=t.newLineCharacter.charCodeAt(0):t.newLineCharacter=10,this.fd="number"==typeof e?e:rp.openSync(e,"r"),this.options=t,this.newLineCharacter=t.newLineCharacter,this.reset()}_searchInBuffer(e,t){let n=-1;for(let r=0;r<=e.length;r++)if(e[r]===t){n=r;break}return n}reset(){this.eofReached=!1,this.linesCache=[],this.fdPosition=0}close(){rp.closeSync(this.fd),this.fd=null}_extractLines(e){let t;const n=[];let r=0,u=0;for(;;){let o=e[r++];if(o===this.newLineCharacter)t=e.slice(u,r),n.push(t),u=r;else if(void 0===o)break}let o=e.slice(u,r);return o.length&&n.push(o),n}_readChunk(e){let t,n=0;const r=[];do{const e=new yl(this.options.readChunk);t=rp.readSync(this.fd,e,0,this.options.readChunk,this.fdPosition),n+=t,this.fdPosition=this.fdPosition+t,r.push(e)}while(t&&-1===this._searchInBuffer(r[r.length-1],this.options.newLineCharacter));let u=yl.concat(r);return t<this.options.readChunk&&(this.eofReached=!0,u=u.slice(0,n)),n&&(this.linesCache=this._extractLines(u),e&&(this.linesCache[0]=yl.concat([e,this.linesCache[0]]))),n}next(){if(!this.fd)return!1;let e,t=!1;return this.eofReached&&0===this.linesCache.length||(this.linesCache.length||(e=this._readChunk()),this.linesCache.length&&(t=this.linesCache.shift(),t[t.length-1]!==this.newLineCharacter&&(e=this._readChunk(t),e&&(t=this.linesCache.shift()))),this.eofReached&&0===this.linesCache.length&&this.close(),t&&t[t.length-1]===this.newLineCharacter&&(t=t.slice(0,t.length-1))),t}},{UndefinedParserError:um}=ap,{getSupportInfo:om}=Ia,im=_h,{resolveParser:sm}=em,am={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null};function cm(e){const{astFormat:t}=e;if(!t)throw new Error("getPlugin() requires astFormat to be set");const n=e.plugins.find((e=>e.printers&&e.printers[t]));if(!n)throw new Error("Couldn't find plugin for AST format \"".concat(t,'"'));return n}function lm(e,t){const n=nm.basename(e).toLowerCase(),r=om({plugins:t}).languages.filter((e=>null!==e.since));let u=r.find((e=>e.extensions&&e.extensions.some((e=>n.endsWith(e)))||e.filenames&&e.filenames.some((e=>e.toLowerCase()===n))));if(!u&&!n.includes(".")){const t=function(e){if("string"!=typeof e)return"";let t;try{t=tm.openSync(e,"r")}catch{return""}try{const e=new rm(t).next().toString("utf8"),n=e.match(/^#!\/(?:usr\/)?bin\/env\s+(\S+)/);if(n)return n[1];const r=e.match(/^#!\/(?:usr\/(?:local\/)?)?bin\/(\S+)/);return r?r[1]:""}catch{return""}finally{try{tm.closeSync(t)}catch{}}}(e);u=r.find((e=>e.interpreters&&e.interpreters.includes(t)))}return u&&u.parsers[0]}var pm={normalize:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const n=Object.assign({},e),r=om({plugins:e.plugins,showUnreleased:!0,showDeprecated:!0}).options,u=Object.assign(Object.assign({},am),Object.fromEntries(r.filter((e=>void 0!==e.default)).map((e=>[e.name,e.default]))));if(!n.parser)if(n.filepath){if(n.parser=lm(n.filepath,n.plugins),!n.parser)throw new um("No parser could be inferred for file: ".concat(n.filepath))}else(t.logger||console).warn("No parser and no filepath given, using 'babel' the parser now but this will throw an error in the future. Please specify a parser or a filepath so one can be inferred."),n.parser="babel";const o=sm(im.normalizeApiOptions(n,[r.find((e=>"parser"===e.name))],{passThrough:!0,logger:!1}));n.astFormat=o.astFormat,n.locEnd=o.locEnd,n.locStart=o.locStart;const i=cm(n);n.printer=i.printers[n.astFormat];const s=Object.fromEntries(r.filter((e=>e.pluginDefaults&&void 0!==e.pluginDefaults[i.name])).map((e=>[e.name,e.pluginDefaults[i.name]]))),a=Object.assign(Object.assign({},u),s);for(const[e,t]of Object.entries(a))null!==n[e]&&void 0!==n[e]||(n[e]=t);return"json"===n.parser&&(n.trailingComma="none"),im.normalizeApiOptions(n,r,Object.assign({passThrough:Object.keys(am)},t))},hiddenDefaults:am,inferParser:lm},fm="function"==typeof Object.create?function(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:function(e,t){e.super_=t;var n=function(){};n.prototype=t.prototype,e.prototype=new n,e.prototype.constructor=e};function dm(e,t){var n={seen:[],stylize:gm};return arguments.length>=3&&(n.depth=arguments[2]),arguments.length>=4&&(n.colors=arguments[3]),Em(t)?n.showHidden=t:t&&Pm(n,t),bm(n.showHidden)&&(n.showHidden=!1),bm(n.depth)&&(n.depth=2),bm(n.colors)&&(n.colors=!1),bm(n.customInspect)&&(n.customInspect=!0),n.colors&&(n.stylize=hm),mm(n,e,n.depth)}function hm(e,t){var n=dm.styles[t];return n?"["+dm.colors[n][0]+"m"+e+"["+dm.colors[n][1]+"m":e}function gm(e,t){return e}function mm(e,t,n){if(e.customInspect&&t&&Bm(t.inspect)&&t.inspect!==dm&&(!t.constructor||t.constructor.prototype!==t)){var r=t.inspect(n,e);return Cm(r)||(r=mm(e,r,n)),r}var u=function(e,t){if(bm(t))return e.stylize("undefined","undefined");if(Cm(t)){var n="'"+JSON.stringify(t).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return e.stylize(n,"string")}return"number"==typeof t?e.stylize(""+t,"number"):Em(t)?e.stylize(""+t,"boolean"):Am(t)?e.stylize("null","null"):void 0}(e,t);if(u)return u;var o=Object.keys(t),i=function(e){var t={};return e.forEach((function(e,n){t[e]=!0})),t}(o);if(e.showHidden&&(o=Object.getOwnPropertyNames(t)),Sm(t)&&(o.indexOf("message")>=0||o.indexOf("description")>=0))return Dm(t);if(0===o.length){if(Bm(t)){var s=t.name?": "+t.name:"";return e.stylize("[Function"+s+"]","special")}if(vm(t))return e.stylize(RegExp.prototype.toString.call(t),"regexp");if(xm(t))return e.stylize(Date.prototype.toString.call(t),"date");if(Sm(t))return Dm(t)}var a,c,l="",p=!1,f=["{","}"];return a=t,Array.isArray(a)&&(p=!0,f=["[","]"]),Bm(t)&&(l=" [Function"+(t.name?": "+t.name:"")+"]"),vm(t)&&(l=" "+RegExp.prototype.toString.call(t)),xm(t)&&(l=" "+Date.prototype.toUTCString.call(t)),Sm(t)&&(l=" "+Dm(t)),0!==o.length||p&&0!=t.length?n<0?vm(t)?e.stylize(RegExp.prototype.toString.call(t),"regexp"):e.stylize("[Object]","special"):(e.seen.push(t),c=p?function(e,t,n,r,u){for(var o=[],i=0,s=t.length;i<s;++i)Nm(t,String(i))?o.push(ym(e,t,n,r,String(i),!0)):o.push("");return u.forEach((function(u){u.match(/^\d+$/)||o.push(ym(e,t,n,r,u,!0))})),o}(e,t,n,i,o):o.map((function(r){return ym(e,t,n,i,r,p)})),e.seen.pop(),function(e,t,n){return e.reduce((function(e,t){return t.indexOf("\n"),e+t.replace(/\u001b\[\d\d?m/g,"").length+1}),0)>60?n[0]+(""===t?"":t+"\n ")+" "+e.join(",\n ")+" "+n[1]:n[0]+t+" "+e.join(", ")+" "+n[1]}(c,l,f)):f[0]+l+f[1]}function Dm(e){return"["+Error.prototype.toString.call(e)+"]"}function ym(e,t,n,r,u,o){var i,s,a;if((a=Object.getOwnPropertyDescriptor(t,u)||{value:t[u]}).get?s=a.set?e.stylize("[Getter/Setter]","special"):e.stylize("[Getter]","special"):a.set&&(s=e.stylize("[Setter]","special")),Nm(r,u)||(i="["+u+"]"),s||(e.seen.indexOf(a.value)<0?(s=Am(n)?mm(e,a.value,null):mm(e,a.value,n-1)).indexOf("\n")>-1&&(s=o?s.split("\n").map((function(e){return" "+e})).join("\n").substr(2):"\n"+s.split("\n").map((function(e){return" "+e})).join("\n")):s=e.stylize("[Circular]","special")),bm(i)){if(o&&u.match(/^\d+$/))return s;(i=JSON.stringify(""+u)).match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(i=i.substr(1,i.length-2),i=e.stylize(i,"name")):(i=i.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),i=e.stylize(i,"string"))}return i+": "+s}function Em(e){return"boolean"==typeof e}function Am(e){return null===e}function Cm(e){return"string"==typeof e}function bm(e){return void 0===e}function vm(e){return Fm(e)&&"[object RegExp]"===Tm(e)}function Fm(e){return"object"==typeof e&&null!==e}function xm(e){return Fm(e)&&"[object Date]"===Tm(e)}function Sm(e){return Fm(e)&&("[object Error]"===Tm(e)||e instanceof Error)}function Bm(e){return"function"==typeof e}function wm(e){return null===e||"boolean"==typeof e||"number"==typeof e||"string"==typeof e||"symbol"==typeof e||void 0===e}function Tm(e){return Object.prototype.toString.call(e)}function Pm(e,t){if(!t||!Fm(t))return e;for(var n=Object.keys(t),r=n.length;r--;)e[n[r]]=t[n[r]];return e}function Nm(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function km(e,t){if(e===t)return 0;for(var n=e.length,r=t.length,u=0,o=Math.min(n,r);u<o;++u)if(e[u]!==t[u]){n=e[u],r=t[u];break}return n<r?-1:r<n?1:0}dm.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]},dm.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};var Om,Im=Object.prototype.hasOwnProperty,Lm=Object.keys||function(e){var t=[];for(var n in e)Im.call(e,n)&&t.push(n);return t},jm=Array.prototype.slice;function _m(){return void 0!==Om?Om:Om="foo"===function(){}.name}function Mm(e){return Object.prototype.toString.call(e)}function Rm(e){return!tp(e)&&"function"==typeof As.ArrayBuffer&&("function"==typeof ArrayBuffer.isView?ArrayBuffer.isView(e):!!e&&(e instanceof DataView||!!(e.buffer&&e.buffer instanceof ArrayBuffer)))}function Vm(e,t){e||Hm(e,!0,t,"==",Jm)}var $m=/\s*function\s+([^\(\s]*)\s*/;function Wm(e){if(Bm(e)){if(_m())return e.name;var t=e.toString().match($m);return t&&t[1]}}function qm(e){this.name="AssertionError",this.actual=e.actual,this.expected=e.expected,this.operator=e.operator,e.message?(this.message=e.message,this.generatedMessage=!1):(this.message=function(e){return Um(zm(e.actual),128)+" "+e.operator+" "+Um(zm(e.expected),128)}(this),this.generatedMessage=!0);var t=e.stackStartFunction||Hm;if(Error.captureStackTrace)Error.captureStackTrace(this,t);else{var n=new Error;if(n.stack){var r=n.stack,u=Wm(t),o=r.indexOf("\n"+u);if(o>=0){var i=r.indexOf("\n",o+1);r=r.substring(i+1)}this.stack=r}}}function Um(e,t){return"string"==typeof e?e.length<t?e:e.slice(0,t):e}function zm(e){if(_m()||!Bm(e))return dm(e);var t=Wm(e);return"[Function"+(t?": "+t:"")+"]"}function Hm(e,t,n,r,u){throw new qm({message:n,actual:e,expected:t,operator:r,stackStartFunction:u})}function Jm(e,t){e||Hm(e,!0,t,"==",Jm)}function Gm(e,t,n){e!=t&&Hm(e,t,n,"==",Gm)}function Xm(e,t,n){e==t&&Hm(e,t,n,"!=",Xm)}function Ym(e,t,n){Qm(e,t,!1)||Hm(e,t,n,"deepEqual",Ym)}function Km(e,t,n){Qm(e,t,!0)||Hm(e,t,n,"deepStrictEqual",Km)}function Qm(e,t,n,r){if(e===t)return!0;if(tp(e)&&tp(t))return 0===km(e,t);if(xm(e)&&xm(t))return e.getTime()===t.getTime();if(vm(e)&&vm(t))return e.source===t.source&&e.global===t.global&&e.multiline===t.multiline&&e.lastIndex===t.lastIndex&&e.ignoreCase===t.ignoreCase;if(null!==e&&"object"==typeof e||null!==t&&"object"==typeof t){if(Rm(e)&&Rm(t)&&Mm(e)===Mm(t)&&!(e instanceof Float32Array||e instanceof Float64Array))return 0===km(new Uint8Array(e.buffer),new Uint8Array(t.buffer));if(tp(e)!==tp(t))return!1;var u=(r=r||{actual:[],expected:[]}).actual.indexOf(e);return-1!==u&&u===r.expected.indexOf(t)||(r.actual.push(e),r.expected.push(t),function(e,t,n,r){if(null==e||null==t)return!1;if(wm(e)||wm(t))return e===t;if(n&&Object.getPrototypeOf(e)!==Object.getPrototypeOf(t))return!1;var u=Zm(e),o=Zm(t);if(u&&!o||!u&&o)return!1;if(u)return Qm(e=jm.call(e),t=jm.call(t),n);var i,s,a=Lm(e),c=Lm(t);if(a.length!==c.length)return!1;for(a.sort(),c.sort(),s=a.length-1;s>=0;s--)if(a[s]!==c[s])return!1;for(s=a.length-1;s>=0;s--)if(!Qm(e[i=a[s]],t[i],n,r))return!1;return!0}(e,t,n,r))}return n?e===t:e==t}function Zm(e){return"[object Arguments]"==Object.prototype.toString.call(e)}function eD(e,t,n){Qm(e,t,!1)&&Hm(e,t,n,"notDeepEqual",eD)}function tD(e,t,n){Qm(e,t,!0)&&Hm(e,t,n,"notDeepStrictEqual",tD)}function nD(e,t,n){e!==t&&Hm(e,t,n,"===",nD)}function rD(e,t,n){e===t&&Hm(e,t,n,"!==",rD)}function uD(e,t){if(!e||!t)return!1;if("[object RegExp]"==Object.prototype.toString.call(t))return t.test(e);try{if(e instanceof t)return!0}catch(e){}return!Error.isPrototypeOf(t)&&!0===t.call({},e)}function oD(e,t,n,r){var u;if("function"!=typeof t)throw new TypeError('"block" argument must be a function');"string"==typeof n&&(r=n,n=null),u=function(e){var t;try{e()}catch(e){t=e}return t}(t),r=(n&&n.name?" ("+n.name+").":".")+(r?" "+r:"."),e&&!u&&Hm(u,n,"Missing expected exception"+r);var o="string"==typeof r,i=!e&&u&&!n;if((!e&&Sm(u)&&o&&uD(u,n)||i)&&Hm(u,n,"Got unwanted exception"+r),e&&u&&n&&!uD(u,n)||!e&&u)throw u}function iD(e,t,n){oD(!0,e,t,n)}function sD(e,t,n){oD(!1,e,t,n)}function aD(e){if(e)throw e}Vm.AssertionError=qm,fm(qm,Error),Vm.fail=Hm,Vm.ok=Jm,Vm.equal=Gm,Vm.notEqual=Xm,Vm.deepEqual=Ym,Vm.deepStrictEqual=Km,Vm.notDeepEqual=eD,Vm.notDeepStrictEqual=tD,Vm.strictEqual=nD,Vm.notStrictEqual=rD,Vm.throws=iD,Vm.doesNotThrow=sD,Vm.ifError=aD;var cD=t(Object.freeze({__proto__:null,default:Vm,AssertionError:qm,fail:Hm,ok:Jm,assert:Jm,equal:Gm,notEqual:Xm,deepEqual:Ym,deepStrictEqual:Km,notDeepEqual:eD,notDeepStrictEqual:tD,strictEqual:nD,notStrictEqual:rD,throws:iD,doesNotThrow:sD,ifError:aD}));const lD=cD,{builders:{line:pD,hardline:fD,breakParent:dD,indent:hD,lineSuffix:gD,join:mD,cursor:DD}}=Wc,{hasNewline:yD,skipNewline:ED,skipSpaces:AD,isPreviousLineEmpty:CD,addLeadingComment:bD,addDanglingComment:vD,addTrailingComment:FD}=nc,xD=new WeakMap;function SD(e,t,n){if(!e)return;const{printer:r,locStart:u,locEnd:o}=t;if(n){if(r.canAttachComment&&r.canAttachComment(e)){let t;for(t=n.length-1;t>=0&&!(u(n[t])<=u(e)&&o(n[t])<=o(e));--t);return void n.splice(t+1,0,e)}}else if(xD.has(e))return xD.get(e);const i=r.getCommentChildNodes&&r.getCommentChildNodes(e,t)||"object"==typeof e&&Object.entries(e).filter((e=>{let[t]=e;return"enclosingNode"!==t&&"precedingNode"!==t&&"followingNode"!==t&&"tokens"!==t&&"comments"!==t})).map((e=>{let[,t]=e;return t}));if(i){n||(n=[],xD.set(e,n));for(const e of i)SD(e,t,n);return n}}function BD(e,t,n,r){const{locStart:u,locEnd:o}=n,i=u(t),s=o(t),a=SD(e,n);let c,l,p=0,f=a.length;for(;p<f;){const e=p+f>>1,r=a[e],d=u(r),h=o(r);if(d<=i&&s<=h)return BD(r,t,n,r);if(h<=i)c=r,p=e+1;else{if(!(s<=d))throw new Error("Comment location overlaps with node location");l=r,f=e}}if(r&&"TemplateLiteral"===r.type){const{quasis:e}=r,u=ID(e,t,n);c&&ID(e,c,n)!==u&&(c=null),l&&ID(e,l,n)!==u&&(l=null)}return{enclosingNode:r,precedingNode:c,followingNode:l}}const wD=()=>!1,TD=e=>!/[\S\n\u2028\u2029]/.test(e);function PD(e,t,n,r){const{comment:u,precedingNode:o}=n[r],{locStart:i,locEnd:s}=t;let a=i(u);if(o)for(let t=r-1;t>=0;t--){const{comment:r,precedingNode:u}=n[t];if(u!==o||!TD(e.slice(s(r),a)))break;a=i(r)}return yD(e,a,{backwards:!0})}function ND(e,t,n,r){const{comment:u,followingNode:o}=n[r],{locStart:i,locEnd:s}=t;let a=s(u);if(o)for(let t=r+1;t<n.length;t++){const{comment:r,followingNode:u}=n[t];if(u!==o||!TD(e.slice(a,i(r))))break;a=s(r)}return yD(e,a)}function kD(e,t,n){const r=e.length;if(0===r)return;const{precedingNode:u,followingNode:o,enclosingNode:i}=e[0],s=n.printer.getGapRegex&&n.printer.getGapRegex(i)||/^[\s(]*$/;let a,c=n.locStart(o);for(a=r;a>0;--a){const{comment:r,precedingNode:i,followingNode:l}=e[a-1];lD.strictEqual(i,u),lD.strictEqual(l,o);const p=t.slice(n.locEnd(r),c);if(!s.test(p))break;c=n.locStart(r)}for(const[t,{comment:n}]of e.entries())t<a?FD(u,n):bD(o,n);for(const e of[u,o])e.comments&&e.comments.length>1&&e.comments.sort(((e,t)=>n.locStart(e)-n.locStart(t)));e.length=0}function OD(e,t){return e.getValue().printed=!0,t.printer.printComment(e,t)}function ID(e,t,n){const r=n.locStart(t)-1;for(let t=1;t<e.length;++t)if(r<n.locStart(e[t]))return t-1;return 0}function LD(e,t,n){const r=e.getValue();if(!r)return{};let u=r.comments||[];n&&(u=u.filter((e=>!n.has(e))));const o=r===t.cursorNode;if(0===u.length){const e=o?DD:"";return{leading:e,trailing:e}}const i=[],s=[];return e.each((()=>{const r=e.getValue();if(n&&n.has(r))return;const{leading:u,trailing:o}=r;u?i.push(function(e,t){const n=e.getValue(),r=[OD(e,t)],{printer:u,originalText:o,locStart:i,locEnd:s}=t;if(u.isBlockComment&&u.isBlockComment(n)){const e=yD(o,s(n))?yD(o,i(n),{backwards:!0})?fD:pD:" ";r.push(e)}else r.push(fD);const a=ED(o,AD(o,s(n)));return!1!==a&&yD(o,a)&&r.push(fD),r}(e,t)):o&&s.push(function(e,t){const n=e.getValue(),r=OD(e,t),{printer:u,originalText:o,locStart:i}=t,s=u.isBlockComment&&u.isBlockComment(n);if(yD(o,i(n),{backwards:!0})){const e=CD(o,n,i);return gD([fD,e?fD:"",r])}let a=[" ",r];return s||(a=[gD(a),dD]),a}(e,t))}),"comments"),o&&(i.unshift(DD),s.push(DD)),{leading:i,trailing:s}}var jD={attach:function(e,t,n,r){if(!Array.isArray(e))return;const u=[],{locStart:o,locEnd:i,printer:{handleComments:s={}}}=r,{avoidAstMutation:a,ownLine:c=wD,endOfLine:l=wD,remaining:p=wD}=s,f=e.map(((u,o)=>Object.assign(Object.assign({},BD(t,u,r)),{},{comment:u,text:n,options:r,ast:t,isLastComment:e.length-1===o})));for(const[e,t]of f.entries()){const{comment:n,precedingNode:r,enclosingNode:s,followingNode:d,text:h,options:g,ast:m,isLastComment:D}=t;if("json"===g.parser||"json5"===g.parser||"__js_expression"===g.parser||"__vue_expression"===g.parser){if(o(n)-o(m)<=0){bD(m,n);continue}if(i(n)-i(m)>=0){FD(m,n);continue}}let y;if(a?y=[t]:(n.enclosingNode=s,n.precedingNode=r,n.followingNode=d,y=[n,h,g,m,D]),PD(h,g,f,e))n.placement="ownLine",c(...y)||(d?bD(d,n):r?FD(r,n):vD(s||m,n));else if(ND(h,g,f,e))n.placement="endOfLine",l(...y)||(r?FD(r,n):d?bD(d,n):vD(s||m,n));else if(n.placement="remaining",p(...y));else if(r&&d){const e=u.length;e>0&&u[e-1].followingNode!==d&&kD(u,h,g),u.push(t)}else r?FD(r,n):d?bD(d,n):vD(s||m,n)}if(kD(u,n,r),!a)for(const t of e)delete t.precedingNode,delete t.enclosingNode,delete t.followingNode},printComments:function(e,t,n,r){const{leading:u,trailing:o}=LD(e,n,r);return u||o?[u,t,o]:t},printCommentsSeparately:LD,printDanglingComments:function(e,t,n,r){const u=[],o=e.getValue();return o&&o.comments?(e.each((()=>{const n=e.getValue();n.leading||n.trailing||r&&!r(n)||u.push(OD(e,t))}),"comments"),0===u.length?"":n?mD(fD,u):hD([fD,mD(fD,u)])):""},getSortedChildNodes:SD,ensureAllCommentsPrinted:function(e){if(e)for(const t of e){if(!t.printed)throw new Error('Comment "'+t.value.trim()+'" was not printed. Please report this error!');delete t.printed}}};const _D=ni;function MD(e,t){const n=RD(e.stack,t);return-1===n?null:e.stack[n]}function RD(e,t){for(let n=e.length-1;n>=0;n-=2){const r=e[n];if(r&&!Array.isArray(r)&&--t<0)return n}return-1}const{utils:{stripTrailingHardline:VD}}=Wc,{normalize:$D}=pm,WD=jD;var qD={printSubtree:function(e,t,n,r){if(n.printer.embed&&"auto"===n.embeddedLanguageFormatting)return n.printer.embed(e,t,((e,t,u)=>function(e,t,n,r){let{stripTrailingHardline:u=!1}=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};const o=$D(Object.assign(Object.assign(Object.assign({},n),t),{},{parentParser:n.parser,originalText:e}),{passThrough:!0}),i=em.parse(e,o),{ast:s}=i;e=i.text;const a=s.comments;delete s.comments,WD.attach(a,s,e,o),o[Symbol.for("comments")]=a||[],o[Symbol.for("tokens")]=s.tokens||[];const c=r(s,o);return WD.ensureAllCommentsPrinted(a),u?"string"==typeof c?c.replace(/(?:\r?\n)*$/,""):VD(c):c}(e,t,n,r,u)),n)}};const UD=class{constructor(e){this.stack=[e]}getName(){const{stack:e}=this,{length:t}=e;return t>1?e[t-2]:null}getValue(){return _D(this.stack)}getNode(){return MD(this,arguments.length>0&&void 0!==arguments[0]?arguments[0]:0)}getParentNode(){return MD(this,(arguments.length>0&&void 0!==arguments[0]?arguments[0]:0)+1)}call(e){const{stack:t}=this,{length:n}=t;let r=_D(t);for(var u=arguments.length,o=new Array(u>1?u-1:0),i=1;i<u;i++)o[i-1]=arguments[i];for(const e of o)r=r[e],t.push(e,r);const s=e(this);return t.length=n,s}callParent(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;const n=RD(this.stack,t+1),r=this.stack.splice(n+1),u=e(this);return this.stack.push(...r),u}each(e){const{stack:t}=this,{length:n}=t;let r=_D(t);for(var u=arguments.length,o=new Array(u>1?u-1:0),i=1;i<u;i++)o[i-1]=arguments[i];for(const e of o)r=r[e],t.push(e,r);for(let n=0;n<r.length;++n)t.push(n,r[n]),e(this,n,r),t.length-=2;t.length=n}map(e){const t=[];for(var n=arguments.length,r=new Array(n>1?n-1:0),u=1;u<n;u++)r[u-1]=arguments[u];return this.each(((n,r,u)=>{t[r]=e(n,r,u)}),...r),t}try(e){const{stack:t}=this,n=[...t];try{return e()}finally{t.length=0,t.push(...n)}}match(){let e=this.stack.length-1,t=null,n=this.stack[e--];for(var r=arguments.length,u=new Array(r),o=0;o<r;o++)u[o]=arguments[o];for(const r of u){if(void 0===n)return!1;let u=null;if("number"==typeof t&&(u=t,t=this.stack[e--],n=this.stack[e--]),r&&!r(n,t,u))return!1;t=this.stack[e--],n=this.stack[e--]}return!0}findAncestor(e){let t=this.stack.length-1,n=null,r=this.stack[t--];for(;r;){let u=null;if("number"==typeof n&&(u=n,n=this.stack[t--],r=this.stack[t--]),null!==n&&e(r,n,u))return r;n=this.stack[t--],r=this.stack[t--]}}},{builders:{hardline:zD,addAlignmentToDoc:HD},utils:{propagateBreaks:JD}}=Wc,{printComments:GD}=jD,XD=qD;function YD(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;const{printer:r}=t;r.preprocess&&(e=r.preprocess(e,t));const u=new Map,o=new UD(e);let i=s();return n>0&&(i=HD([zD,i],n,t.tabWidth)),JD(i),i;function s(e,t){return void 0===e||e===o?a(t):Array.isArray(e)?o.call((()=>a(t)),...e):o.call((()=>a(t)),e)}function a(e){const n=o.getValue(),r=n&&"object"==typeof n&&void 0===e;if(r&&u.has(n))return u.get(n);const i=KD(o,t,s,e);return r&&u.set(n,i),i}}function KD(t,n,r,u){const o=t.getValue(),{printer:i}=n;let s,a;if(i.hasPrettierIgnore&&i.hasPrettierIgnore(t))({doc:s,printedComments:a}=function(e,t){const{originalText:n,[Symbol.for("comments")]:r,locStart:u,locEnd:o}=t,i=u(e),s=o(e),a=new Set;for(const e of r)u(e)>=i&&o(e)<=s&&(e.printed=!0,a.add(e));return{doc:n.slice(i,s),printedComments:a}}(o,n));else{if(o)try{s=XD.printSubtree(t,r,n,YD)}catch(t){if(e.PRETTIER_DEBUG)throw t}s||(s=i.print(t,n,r,u))}return i.willPrintOwnComments&&i.willPrintOwnComments(t,n)||(s=GD(t,s,n,a)),s}var QD=YD;const ZD=cD,ey=jD;function ty(e){let t=e.length-1;for(;;){const n=e[t];if(!n||"Program"!==n.type&&"File"!==n.type)break;t--}return e.slice(0,t+1)}function ny(e,t,n,r){let u=arguments.length>4&&void 0!==arguments[4]?arguments[4]:[],o=arguments.length>5?arguments[5]:void 0;const{locStart:i,locEnd:s}=n,a=i(e),c=s(e);if(!(t>c||t<a||"rangeEnd"===o&&t===a||"rangeStart"===o&&t===c)){for(const i of ey.getSortedChildNodes(e,n)){const s=ny(i,t,n,r,[e,...u],o);if(s)return s}return!r||r(e,u[0])?{node:e,parentNodes:u}:void 0}}const ry=new Set(["ObjectExpression","ArrayExpression","StringLiteral","NumericLiteral","BooleanLiteral","NullLiteral","UnaryExpression","TemplateLiteral"]),uy=new Set(["OperationDefinition","FragmentDefinition","VariableDefinition","TypeExtensionDefinition","ObjectTypeDefinition","FieldDefinition","DirectiveDefinition","EnumTypeDefinition","EnumValueDefinition","InputValueDefinition","InputObjectTypeDefinition","SchemaDefinition","OperationTypeDefinition","InterfaceTypeDefinition","UnionTypeDefinition","ScalarTypeDefinition"]);function oy(e,t,n){if(!t)return!1;switch(e.parser){case"flow":case"babel":case"babel-flow":case"babel-ts":case"typescript":case"espree":case"meriyah":case"__babel_estree":return function(e,t){return"DeclareExportDeclaration"!==t&&"TypeParameterDeclaration"!==e&&("Directive"===e||"TypeAlias"===e||"TSExportAssignment"===e||e.startsWith("Declare")||e.startsWith("TSDeclare")||e.endsWith("Statement")||e.endsWith("Declaration"))}(t.type,n&&n.type);case"json":case"json5":case"json-stringify":return ry.has(t.type);case"graphql":return uy.has(t.kind);case"vue":return"root"!==t.tag}return!1}var iy={calculateRange:function(e,t,n){let{rangeStart:r,rangeEnd:u,locStart:o,locEnd:i}=t;ZD.ok(u>r);const s=e.slice(r,u).search(/\S/),a=-1===s;if(!a)for(r+=s;u>r&&!/\S/.test(e[u-1]);--u);const c=ny(n,r,t,((e,n)=>oy(t,e,n)),[],"rangeStart"),l=a?c:ny(n,u,t,(e=>oy(t,e)),[],"rangeEnd");if(!c||!l)return{rangeStart:0,rangeEnd:0};let p,f;if((e=>{let{parser:t}=e;return"json"===t||"json5"===t||"json-stringify"===t})(t)){const e=function(e,t){const n=[e.node,...e.parentNodes],r=new Set([t.node,...t.parentNodes]);return n.find((e=>ry.has(e.type)&&r.has(e)))}(c,l);p=e,f=e}else({startNode:p,endNode:f}=function(e,t,n){let{locStart:r,locEnd:u}=n,o=e.node,i=t.node;if(o===i)return{startNode:o,endNode:i};const s=r(e.node);for(const e of ty(t.parentNodes)){if(!(r(e)>=s))break;i=e}const a=u(t.node);for(const t of ty(e.parentNodes)){if(!(u(t)<=a))break;o=t}return{startNode:o,endNode:i}}(c,l,t));return{rangeStart:Math.min(o(p),o(f)),rangeEnd:Math.max(i(p),i(f))}},findNodeAtOffset:ny};const sy=u,{printer:{printDocToString:ay},debug:{printDocToDebug:cy}}=Wc,{getAlignmentSize:ly}=nc,{guessEndOfLine:py,convertEndOfLineToChars:fy,countEndOfLineChars:dy,normalizeEndOfLine:hy}=rc,gy=pm.normalize,my=function e(t,n,r){if(Array.isArray(t))return t.map((t=>e(t,n,r))).filter(Boolean);if(!t||"object"!=typeof t)return t;const u=n.printer.massageAstNode;let o;o=u&&u.ignoredProperties?u.ignoredProperties:new Set;const i={};for(const[r,u]of Object.entries(t))o.has(r)||"function"==typeof u||(i[r]=e(u,n,t));if(u){const e=u(t,i,r);if(null===e)return;if(e)return e}return i},Dy=jD,yy=em,Ey=QD,Ay=iy,Cy=Symbol("cursor");function by(e,t,n){const r=t.comments;return r&&(delete t.comments,Dy.attach(r,t,e,n)),n[Symbol.for("comments")]=r||[],n[Symbol.for("tokens")]=t.tokens||[],n.originalText=e,r}function vy(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:0;if(!e||0===e.trim().length)return{formatted:"",cursorOffset:-1,comments:[]};const{ast:r,text:u}=yy.parse(e,t);if(t.cursorOffset>=0){const e=Ay.findNodeAtOffset(r,t.cursorOffset,t);e&&e.node&&(t.cursorNode=e.node)}const o=by(u,r,t),i=Ey(r,t,n),s=ay(i,t);if(Dy.ensureAllCommentsPrinted(o),n>0){const e=s.formatted.trim();void 0!==s.cursorNodeStart&&(s.cursorNodeStart-=s.formatted.indexOf(e)),s.formatted=e+fy(t.endOfLine)}if(t.cursorOffset>=0){let e,n,r,i,a;if(t.cursorNode&&s.cursorNodeText?(e=t.locStart(t.cursorNode),n=u.slice(e,t.locEnd(t.cursorNode)),r=t.cursorOffset-e,i=s.cursorNodeStart,a=s.cursorNodeText):(e=0,n=u,r=t.cursorOffset,i=0,a=s.formatted),n===a)return{formatted:s.formatted,cursorOffset:i+r,comments:o};const c=[...n];c.splice(r,0,Cy);const l=[...a],p=sy.diffArrays(c,l);let f=i;for(const e of p)if(e.removed){if(e.value.includes(Cy))break}else f+=e.count;return{formatted:s.formatted,cursorOffset:f,comments:o}}return{formatted:s.formatted,cursorOffset:-1,comments:o}}function Fy(e,t,n){return"number"!=typeof t||Number.isNaN(t)||t<0||t>e.length?n:t}function xy(e,t){let{cursorOffset:n,rangeStart:r,rangeEnd:u}=t;return n=Fy(e,n,-1),r=Fy(e,r,0),u=Fy(e,u,e.length),Object.assign(Object.assign({},t),{},{cursorOffset:n,rangeStart:r,rangeEnd:u})}function Sy(e,t){let{cursorOffset:n,rangeStart:r,rangeEnd:u,endOfLine:o}=xy(e,t);const i="\ufeff"===e.charAt(0);if(i&&(e=e.slice(1),n--,r--,u--),"auto"===o&&(o=py(e)),e.includes("\r")){const t=t=>dy(e.slice(0,Math.max(t,0)),"\r\n");n-=t(n),r-=t(r),u-=t(u),e=hy(e)}return{hasBOM:i,text:e,options:xy(e,Object.assign(Object.assign({},t),{},{cursorOffset:n,rangeStart:r,rangeEnd:u,endOfLine:o}))}}function By(e,t){const n=yy.resolveParser(t);return!n.hasPragma||n.hasPragma(e)}function wy(e,t){let n,{hasBOM:r,text:u,options:o}=Sy(e,gy(t));return o.rangeStart>=o.rangeEnd&&""!==u||o.requirePragma&&!By(u,o)?{formatted:e,cursorOffset:t.cursorOffset,comments:[]}:(o.rangeStart>0||o.rangeEnd<u.length?n=function(e,t){const{ast:n,text:r}=yy.parse(e,t),{rangeStart:u,rangeEnd:o}=Ay.calculateRange(r,t,n),i=r.slice(u,o),s=Math.min(u,r.lastIndexOf("\n",u)+1),a=r.slice(s,u).match(/^\s*/)[0],c=ly(a,t.tabWidth),l=vy(i,Object.assign(Object.assign({},t),{},{rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:t.cursorOffset>u&&t.cursorOffset<=o?t.cursorOffset-u:-1,endOfLine:"lf"}),c),p=l.formatted.trimEnd();let{cursorOffset:f}=t;f>o?f+=p.length-i.length:l.cursorOffset>=0&&(f=l.cursorOffset+u);let d=r.slice(0,u)+p+r.slice(o);if("lf"!==t.endOfLine){const e=fy(t.endOfLine);f>=0&&"\r\n"===e&&(f+=dy(d.slice(0,f),"\n")),d=d.replace(/\n/g,e)}return{formatted:d,cursorOffset:f,comments:l.comments}}(u,o):(!o.requirePragma&&o.insertPragma&&o.printer.insertPragma&&!By(u,o)&&(u=o.printer.insertPragma(u)),n=vy(u,o)),r&&(n.formatted="\ufeff"+n.formatted,n.cursorOffset>=0&&n.cursorOffset++),n)}var Ty={formatWithCursor:wy,parse(e,t,n){const{text:r,options:u}=Sy(e,gy(t)),o=yy.parse(r,u);return n&&(o.ast=my(o.ast,u)),o},formatAST(e,t){t=gy(t);const n=Ey(e,t);return ay(n,t)},formatDoc:(e,t)=>wy(cy(e),Object.assign(Object.assign({},t),{},{parser:"__js_expression"})).formatted,printToDoc(e,t){t=gy(t);const{ast:n,text:r}=yy.parse(e,t);return by(r,n,t),Ey(n,t)},printDocToString:(e,t)=>ay(e,gy(t))};const{getMaxContinuousCount:Py,getStringWidth:Ny,getAlignmentSize:ky,getIndentSize:Oy,skip:Iy,skipWhitespace:Ly,skipSpaces:jy,skipNewline:_y,skipToLineEnd:My,skipEverythingButNewLine:Ry,skipInlineComment:Vy,skipTrailingComment:$y,hasNewline:Wy,hasNewlineInRange:qy,hasSpaces:Uy,isNextLineEmpty:zy,isNextLineEmptyAfterIndex:Hy,isPreviousLineEmpty:Jy,getNextNonSpaceNonCommentCharacterIndex:Gy,makeString:Xy,addLeadingComment:Yy,addDanglingComment:Ky,addTrailingComment:Qy}=nc;var Zy={getMaxContinuousCount:Py,getStringWidth:Ny,getAlignmentSize:ky,getIndentSize:Oy,skip:Iy,skipWhitespace:Ly,skipSpaces:jy,skipNewline:_y,skipToLineEnd:My,skipEverythingButNewLine:Ry,skipInlineComment:Vy,skipTrailingComment:$y,hasNewline:Wy,hasNewlineInRange:qy,hasSpaces:Uy,isNextLineEmpty:zy,isNextLineEmptyAfterIndex:Hy,isPreviousLineEmpty:Jy,getNextNonSpaceNonCommentCharacterIndex:Gy,makeString:Xy,addLeadingComment:Yy,addDanglingComment:Ky,addTrailingComment:Qy};const eE=["languageId"];var tE=function(e,t){const{languageId:n}=e,r=ri(e,eE);return Object.assign(Object.assign({linguistLanguageId:n},r),t(e))},nE={},rE={exports:{}};!function(){function e(e){if(null==e)return!1;switch(e.type){case"BlockStatement":case"BreakStatement":case"ContinueStatement":case"DebuggerStatement":case"DoWhileStatement":case"EmptyStatement":case"ExpressionStatement":case"ForInStatement":case"ForStatement":case"IfStatement":case"LabeledStatement":case"ReturnStatement":case"SwitchStatement":case"ThrowStatement":case"TryStatement":case"VariableDeclaration":case"WhileStatement":case"WithStatement":return!0}return!1}function t(e){switch(e.type){case"IfStatement":return null!=e.alternate?e.alternate:e.consequent;case"LabeledStatement":case"ForStatement":case"ForInStatement":case"WhileStatement":case"WithStatement":return e.body}return null}rE.exports={isExpression:function(e){if(null==e)return!1;switch(e.type){case"ArrayExpression":case"AssignmentExpression":case"BinaryExpression":case"CallExpression":case"ConditionalExpression":case"FunctionExpression":case"Identifier":case"Literal":case"LogicalExpression":case"MemberExpression":case"NewExpression":case"ObjectExpression":case"SequenceExpression":case"ThisExpression":case"UnaryExpression":case"UpdateExpression":return!0}return!1},isStatement:e,isIterationStatement:function(e){if(null==e)return!1;switch(e.type){case"DoWhileStatement":case"ForInStatement":case"ForStatement":case"WhileStatement":return!0}return!1},isSourceElement:function(t){return e(t)||null!=t&&"FunctionDeclaration"===t.type},isProblematicIfStatement:function(e){var n;if("IfStatement"!==e.type)return!1;if(null==e.alternate)return!1;n=e.consequent;do{if("IfStatement"===n.type&&null==n.alternate)return!0;n=t(n)}while(n);return!1},trailingStatement:t}}();var uE={exports:{}};!function(){var e,t,n,r,u,o;function i(e){return e<=65535?String.fromCharCode(e):String.fromCharCode(Math.floor((e-65536)/1024)+55296)+String.fromCharCode((e-65536)%1024+56320)}for(t={NonAsciiIdentifierStart:/[\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\u0561-\u0587\u05D0-\u05EA\u05F0-\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\u08A0-\u08B4\u08B6-\u08BD\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\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\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\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\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\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-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\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\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\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\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\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-\uAB65\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]/,NonAsciiIdentifierPart:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\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\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\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\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/},e={NonAsciiIdentifierStart:/[\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\u0561-\u0587\u05D0-\u05EA\u05F0-\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\u08A0-\u08B4\u08B6-\u08BD\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\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\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\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\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\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-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\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-\u2C2E\u2C30-\u2C5E\u2C60-\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-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\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-\uAB65\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]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]/,NonAsciiIdentifierPart:/[\xAA\xB5\xB7\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\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\u135D-\u135F\u1369-\u1371\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19DA\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\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\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF30-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00\uDC01]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/},n=[5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8239,8287,12288,65279],r=new Array(128),o=0;o<128;++o)r[o]=o>=97&&o<=122||o>=65&&o<=90||36===o||95===o;for(u=new Array(128),o=0;o<128;++o)u[o]=o>=97&&o<=122||o>=65&&o<=90||o>=48&&o<=57||36===o||95===o;uE.exports={isDecimalDigit:function(e){return 48<=e&&e<=57},isHexDigit:function(e){return 48<=e&&e<=57||97<=e&&e<=102||65<=e&&e<=70},isOctalDigit:function(e){return e>=48&&e<=55},isWhiteSpace:function(e){return 32===e||9===e||11===e||12===e||160===e||e>=5760&&n.indexOf(e)>=0},isLineTerminator:function(e){return 10===e||13===e||8232===e||8233===e},isIdentifierStartES5:function(e){return e<128?r[e]:t.NonAsciiIdentifierStart.test(i(e))},isIdentifierPartES5:function(e){return e<128?u[e]:t.NonAsciiIdentifierPart.test(i(e))},isIdentifierStartES6:function(t){return t<128?r[t]:e.NonAsciiIdentifierStart.test(i(t))},isIdentifierPartES6:function(t){return t<128?u[t]:e.NonAsciiIdentifierPart.test(i(t))}}}();var oE={exports:{}};!function(){var e=uE.exports;function t(e,t){return!(!t&&"yield"===e)&&n(e,t)}function n(e,t){if(t&&function(e){switch(e){case"implements":case"interface":case"package":case"private":case"protected":case"public":case"static":case"let":return!0;default:return!1}}(e))return!0;switch(e.length){case 2:return"if"===e||"in"===e||"do"===e;case 3:return"var"===e||"for"===e||"new"===e||"try"===e;case 4:return"this"===e||"else"===e||"case"===e||"void"===e||"with"===e||"enum"===e;case 5:return"while"===e||"break"===e||"catch"===e||"throw"===e||"const"===e||"yield"===e||"class"===e||"super"===e;case 6:return"return"===e||"typeof"===e||"delete"===e||"switch"===e||"export"===e||"import"===e;case 7:return"default"===e||"finally"===e||"extends"===e;case 8:return"function"===e||"continue"===e||"debugger"===e;case 10:return"instanceof"===e;default:return!1}}function r(e,n){return"null"===e||"true"===e||"false"===e||t(e,n)}function u(e,t){return"null"===e||"true"===e||"false"===e||n(e,t)}function o(t){var n,r,u;if(0===t.length)return!1;if(u=t.charCodeAt(0),!e.isIdentifierStartES5(u))return!1;for(n=1,r=t.length;n<r;++n)if(u=t.charCodeAt(n),!e.isIdentifierPartES5(u))return!1;return!0}function i(t){var n,r,u,o,i;if(0===t.length)return!1;for(i=e.isIdentifierStartES6,n=0,r=t.length;n<r;++n){if(55296<=(u=t.charCodeAt(n))&&u<=56319){if(++n>=r)return!1;if(!(56320<=(o=t.charCodeAt(n))&&o<=57343))return!1;u=1024*(u-55296)+(o-56320)+65536}if(!i(u))return!1;i=e.isIdentifierPartES6}return!0}oE.exports={isKeywordES5:t,isKeywordES6:n,isReservedWordES5:r,isReservedWordES6:u,isRestrictedWord:function(e){return"eval"===e||"arguments"===e},isIdentifierNameES5:o,isIdentifierNameES6:i,isIdentifierES5:function(e,t){return o(e)&&!r(e,t)},isIdentifierES6:function(e,t){return i(e)&&!u(e,t)}}}(),nE.ast=rE.exports,nE.code=uE.exports,nE.keyword=oE.exports;const iE=nE.keyword.isIdentifierNameES5,{getLast:sE,hasNewline:aE,skipWhitespace:cE,isNonEmptyArray:lE,isNextLineEmptyAfterIndex:pE,getStringWidth:fE}=nc,{locStart:dE,locEnd:hE,hasSameLocStart:gE}=Wh,mE="(?:(?=.)\\s)",DE=new RegExp("^".concat(mE,"*:")),yE=new RegExp("^".concat(mE,"*::"));function EE(e){return"Block"===e.type||"CommentBlock"===e.type||"MultiLine"===e.type}function AE(e){return"Line"===e.type||"CommentLine"===e.type||"SingleLine"===e.type||"HashbangComment"===e.type||"HTMLOpen"===e.type||"HTMLClose"===e.type}const CE=new Set(["ExportDefaultDeclaration","ExportDefaultSpecifier","DeclareExportDeclaration","ExportNamedDeclaration","ExportAllDeclaration"]);function bE(e){return e&&CE.has(e.type)}function vE(e){return"NumericLiteral"===e.type||"Literal"===e.type&&"number"==typeof e.value}function FE(e){return"StringLiteral"===e.type||"Literal"===e.type&&"string"==typeof e.value}function xE(e){return"FunctionExpression"===e.type||"ArrowFunctionExpression"===e.type}function SE(e){return OE(e)&&"Identifier"===e.callee.type&&("async"===e.callee.name||"inject"===e.callee.name||"fakeAsync"===e.callee.name)}function BE(e){return"JSXElement"===e.type||"JSXFragment"===e.type}function wE(e){return"get"===e.kind||"set"===e.kind}function TE(e){return wE(e)||gE(e,e.value)}const PE=new Set(["BinaryExpression","LogicalExpression","NGPipeExpression"]),NE=new Set(["AnyTypeAnnotation","TSAnyKeyword","NullLiteralTypeAnnotation","TSNullKeyword","ThisTypeAnnotation","TSThisType","NumberTypeAnnotation","TSNumberKeyword","VoidTypeAnnotation","TSVoidKeyword","BooleanTypeAnnotation","TSBooleanKeyword","BigIntTypeAnnotation","TSBigIntKeyword","SymbolTypeAnnotation","TSSymbolKeyword","StringTypeAnnotation","TSStringKeyword","BooleanLiteralTypeAnnotation","StringLiteralTypeAnnotation","BigIntLiteralTypeAnnotation","NumberLiteralTypeAnnotation","TSLiteralType","TSTemplateLiteralType","EmptyTypeAnnotation","MixedTypeAnnotation","TSNeverKeyword","TSObjectKeyword","TSUndefinedKeyword","TSUnknownKeyword"]),kE=/^(?:skip|[fx]?(?:it|describe|test))$/;function OE(e){return e&&("CallExpression"===e.type||"OptionalCallExpression"===e.type)}function IE(e){return e&&("MemberExpression"===e.type||"OptionalMemberExpression"===e.type)}function LE(e){return/^(?:\d+|\d+\.\d+)$/.test(e)}function jE(e){return e.quasis.some((e=>e.value.raw.includes("\n")))}function _E(e){return e.extra?e.extra.raw:e.raw}const ME={"==":!0,"!=":!0,"===":!0,"!==":!0},RE={"*":!0,"/":!0,"%":!0},VE={">>":!0,">>>":!0,"<<":!0},$E={};for(const[e,t]of[["|>"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]].entries())for(const n of t)$E[n]=e;function WE(e){return $E[e]}const qE=new WeakMap;function UE(e){if(qE.has(e))return qE.get(e);const t=[];return e.this&&t.push(e.this),Array.isArray(e.parameters)?t.push(...e.parameters):Array.isArray(e.params)&&t.push(...e.params),e.rest&&t.push(e.rest),qE.set(e,t),t}const zE=new WeakMap;function HE(e){if(zE.has(e))return zE.get(e);let t=e.arguments;return"ImportExpression"===e.type&&(t=[e.source],e.attributes&&t.push(e.attributes)),zE.set(e,t),t}function JE(e){return"prettier-ignore"===e.value.trim()&&!e.unignore}function GE(e){return e&&(e.prettierIgnore||KE(e,XE.PrettierIgnore))}const XE={Leading:2,Trailing:4,Dangling:8,Block:16,Line:32,PrettierIgnore:64,First:128,Last:256},YE=(e,t)=>{if("function"==typeof e&&(t=e,e=0),e||t)return(n,r,u)=>!(e&XE.Leading&&!n.leading||e&XE.Trailing&&!n.trailing||e&XE.Dangling&&(n.leading||n.trailing)||e&XE.Block&&!EE(n)||e&XE.Line&&!AE(n)||e&XE.First&&0!==r||e&XE.Last&&r!==u.length-1||e&XE.PrettierIgnore&&!JE(n)||t&&!t(n))};function KE(e,t,n){if(!e||!lE(e.comments))return!1;const r=YE(t,n);return!r||e.comments.some(r)}function QE(e,t,n){if(!e||!Array.isArray(e.comments))return[];const r=YE(t,n);return r?e.comments.filter(r):e.comments}function ZE(e){return OE(e)||"NewExpression"===e.type||"ImportExpression"===e.type}var eA={getFunctionParameters:UE,iterateFunctionParametersPath:function(e,t){const n=e.getValue();let r=0;const u=e=>t(e,r++);n.this&&e.call(u,"this"),Array.isArray(n.parameters)?e.each(u,"parameters"):Array.isArray(n.params)&&e.each(u,"params"),n.rest&&e.call(u,"rest")},getCallArguments:HE,iterateCallArgumentsPath:function(e,t){const n=e.getValue();"ImportExpression"===n.type?(e.call((e=>t(e,0)),"source"),n.attributes&&e.call((e=>t(e,1)),"attributes")):e.each(t,"arguments")},hasRestParameter:function(e){if(e.rest)return!0;const t=UE(e);return t.length>0&&"RestElement"===sE(t).type},getLeftSide:function(e){return e.expressions?e.expressions[0]:e.left||e.test||e.callee||e.object||e.tag||e.argument||e.expression},getLeftSidePathName:function(e,t){if(t.expressions)return["expressions",0];if(t.left)return["left"];if(t.test)return["test"];if(t.object)return["object"];if(t.callee)return["callee"];if(t.tag)return["tag"];if(t.argument)return["argument"];if(t.expression)return["expression"];throw new Error("Unexpected node has no left side.")},getParentExportDeclaration:function(e){const t=e.getParentNode();return"declaration"===e.getName()&&bE(t)?t:null},getTypeScriptMappedTypeModifier:function(e,t){return"+"===e?"+"+t:"-"===e?"-"+t:t},hasFlowAnnotationComment:function(e){return lE(e)&&EE(e[0])&&yE.test(e[0].value)},hasFlowShorthandAnnotationComment:function(e){return e.extra&&e.extra.parenthesized&&lE(e.trailingComments)&&EE(e.trailingComments[0])&&DE.test(e.trailingComments[0].value)},hasLeadingOwnLineComment:function(e,t){return BE(t)?GE(t):KE(t,XE.Leading,(t=>aE(e,hE(t))))},hasNakedLeftSide:function(e){return"AssignmentExpression"===e.type||"BinaryExpression"===e.type||"LogicalExpression"===e.type||"NGPipeExpression"===e.type||"ConditionalExpression"===e.type||OE(e)||IE(e)||"SequenceExpression"===e.type||"TaggedTemplateExpression"===e.type||"BindExpression"===e.type||"UpdateExpression"===e.type&&!e.prefix||"TSAsExpression"===e.type||"TSNonNullExpression"===e.type},hasNode:function e(t,n){if(!t||"object"!=typeof t)return!1;if(Array.isArray(t))return t.some((t=>e(t,n)));const r=n(t);return"boolean"==typeof r?r:Object.values(t).some((t=>e(t,n)))},hasIgnoreComment:function(e){return GE(e.getValue())},hasNodeIgnoreComment:GE,identity:function(e){return e},isBinaryish:function(e){return PE.has(e.type)},isBlockComment:EE,isCallLikeExpression:ZE,isEnabledHackPipeline:function(e){return Boolean(e.__isUsingHackPipeline)},isLineComment:AE,isPrettierIgnoreComment:JE,isCallExpression:OE,isMemberExpression:IE,isExportDeclaration:bE,isFlowAnnotationComment:function(e,t){const n=dE(t),r=cE(e,hE(t));return!1!==r&&"/*"===e.slice(n,n+2)&&"*/"===e.slice(r,r+2)},isFunctionCompositionArgs:function(e){if(e.length<=1)return!1;let t=0;for(const n of e)if(xE(n)){if(t+=1,t>1)return!0}else if(OE(n))for(const e of n.arguments)if(xE(e))return!0;return!1},isFunctionNotation:TE,isFunctionOrArrowExpression:xE,isGetterOrSetter:wE,isJestEachTemplateLiteral:function(e,t){const n=/^[fx]?(?:describe|it|test)$/;return"TaggedTemplateExpression"===t.type&&t.quasi===e&&"MemberExpression"===t.tag.type&&"Identifier"===t.tag.property.type&&"each"===t.tag.property.name&&("Identifier"===t.tag.object.type&&n.test(t.tag.object.name)||"MemberExpression"===t.tag.object.type&&"Identifier"===t.tag.object.property.type&&("only"===t.tag.object.property.name||"skip"===t.tag.object.property.name)&&"Identifier"===t.tag.object.object.type&&n.test(t.tag.object.object.name))},isJsxNode:BE,isLiteral:function(e){return"BooleanLiteral"===e.type||"DirectiveLiteral"===e.type||"Literal"===e.type||"NullLiteral"===e.type||"NumericLiteral"===e.type||"BigIntLiteral"===e.type||"DecimalLiteral"===e.type||"RegExpLiteral"===e.type||"StringLiteral"===e.type||"TemplateLiteral"===e.type||"TSTypeLiteral"===e.type||"JSXText"===e.type},isLongCurriedCallExpression:function(e){const t=e.getValue(),n=e.getParentNode();return OE(t)&&OE(n)&&n.callee===t&&t.arguments.length>n.arguments.length&&n.arguments.length>0},isSimpleCallArgument:function e(t,n){if(n>=2)return!1;const r=t=>e(t,n+1),u="Literal"===t.type&&"regex"in t&&t.regex.pattern||"RegExpLiteral"===t.type&&t.pattern;return!(u&&fE(u)>5)&&("Literal"===t.type||"BigIntLiteral"===t.type||"DecimalLiteral"===t.type||"BooleanLiteral"===t.type||"NullLiteral"===t.type||"NumericLiteral"===t.type||"RegExpLiteral"===t.type||"StringLiteral"===t.type||"Identifier"===t.type||"ThisExpression"===t.type||"Super"===t.type||"PrivateName"===t.type||"PrivateIdentifier"===t.type||"ArgumentPlaceholder"===t.type||"Import"===t.type||("TemplateLiteral"===t.type?t.quasis.every((e=>!e.value.raw.includes("\n")))&&t.expressions.every(r):"ObjectExpression"===t.type?t.properties.every((e=>!e.computed&&(e.shorthand||e.value&&r(e.value)))):"ArrayExpression"===t.type?t.elements.every((e=>null===e||r(e))):ZE(t)?("ImportExpression"===t.type||e(t.callee,n))&&HE(t).every(r):IE(t)?e(t.object,n)&&e(t.property,n):"UnaryExpression"!==t.type||"!"!==t.operator&&"-"!==t.operator?"TSNonNullExpression"===t.type&&e(t.expression,n):e(t.argument,n)))},isMemberish:function(e){return IE(e)||"BindExpression"===e.type&&Boolean(e.object)},isNumericLiteral:vE,isSignedNumericLiteral:function(e){return"UnaryExpression"===e.type&&("+"===e.operator||"-"===e.operator)&&vE(e.argument)},isObjectProperty:function(e){return e&&("ObjectProperty"===e.type||"Property"===e.type&&!e.method&&"init"===e.kind)},isObjectType:function(e){return"ObjectTypeAnnotation"===e.type||"TSTypeLiteral"===e.type||"TSMappedType"===e.type},isObjectTypePropertyAFunction:function(e){return!("ObjectTypeProperty"!==e.type&&"ObjectTypeInternalSlot"!==e.type||"FunctionTypeAnnotation"!==e.value.type||e.static||TE(e))},isSimpleType:function(e){return!(!e||("GenericTypeAnnotation"!==e.type&&"TSTypeReference"!==e.type||e.typeParameters)&&!NE.has(e.type))},isSimpleNumber:LE,isSimpleTemplateLiteral:function(e){let t="expressions";"TSTemplateLiteralType"===e.type&&(t="types");const n=e[t];return 0!==n.length&&n.every((e=>{if(KE(e))return!1;if("Identifier"===e.type||"ThisExpression"===e.type)return!0;if(IE(e)){let t=e;for(;IE(t);){if("Identifier"!==t.property.type&&"Literal"!==t.property.type&&"StringLiteral"!==t.property.type&&"NumericLiteral"!==t.property.type)return!1;if(t=t.object,KE(t))return!1}return"Identifier"===t.type||"ThisExpression"===t.type}return!1}))},isStringLiteral:FE,isStringPropSafeToUnquote:function(e,t){return"json"!==t.parser&&FE(e.key)&&_E(e.key).slice(1,-1)===e.key.value&&(iE(e.key.value)&&!("babel-ts"===t.parser&&"ClassProperty"===e.type||"typescript"===t.parser&&"PropertyDefinition"===e.type)||LE(e.key.value)&&String(Number(e.key.value))===e.key.value&&("babel"===t.parser||"espree"===t.parser||"meriyah"===t.parser||"__babel_estree"===t.parser))},isTemplateOnItsOwnLine:function(e,t){return("TemplateLiteral"===e.type&&jE(e)||"TaggedTemplateExpression"===e.type&&jE(e.quasi))&&!aE(t,dE(e),{backwards:!0})},isTestCall:function e(t,n){if("CallExpression"!==t.type)return!1;if(1===t.arguments.length){if(SE(t)&&n&&e(n))return xE(t.arguments[0]);if(function(e){return"Identifier"===e.callee.type&&/^(?:before|after)(?:Each|All)$/.test(e.callee.name)&&1===e.arguments.length}(t))return SE(t.arguments[0])}else if((2===t.arguments.length||3===t.arguments.length)&&("Identifier"===t.callee.type&&kE.test(t.callee.name)||function(e){return IE(e.callee)&&"Identifier"===e.callee.object.type&&"Identifier"===e.callee.property.type&&kE.test(e.callee.object.name)&&("only"===e.callee.property.name||"skip"===e.callee.property.name)}(t))&&(function(e){return"TemplateLiteral"===e.type}(t.arguments[0])||FE(t.arguments[0])))return!(t.arguments[2]&&!vE(t.arguments[2]))&&((2===t.arguments.length?xE(t.arguments[1]):function(e){return"FunctionExpression"===e.type||"ArrowFunctionExpression"===e.type&&"BlockStatement"===e.body.type}(t.arguments[1])&&UE(t.arguments[1]).length<=1)||SE(t.arguments[1]));return!1},isTheOnlyJsxElementInMarkdown:function(e,t){if("markdown"!==e.parentParser&&"mdx"!==e.parentParser)return!1;const n=t.getNode();if(!n.expression||!BE(n.expression))return!1;const r=t.getParentNode();return"Program"===r.type&&1===r.body.length},isTSXFile:function(e){return e.filepath&&/\.tsx$/i.test(e.filepath)},isTypeAnnotationAFunction:function(e){return!("TypeAnnotation"!==e.type&&"TSTypeAnnotation"!==e.type||"FunctionTypeAnnotation"!==e.typeAnnotation.type||e.static||gE(e,e.typeAnnotation))},isNextLineEmpty:(e,t)=>{let{originalText:n}=t;return pE(n,hE(e))},needsHardlineAfterDanglingComment:function(e){if(!KE(e))return!1;const t=sE(QE(e,XE.Dangling));return t&&!EE(t)},rawText:_E,shouldPrintComma:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"es5";return"es5"===e.trailingComma&&"es5"===t||"all"===e.trailingComma&&("all"===t||"es5"===t)},isBitwiseOperator:function(e){return Boolean(VE[e])||"|"===e||"^"===e||"&"===e},shouldFlatten:function(e,t){return!(WE(t)!==WE(e)||"**"===e||ME[e]&&ME[t]||"%"===t&&RE[e]||"%"===e&&RE[t]||t!==e&&RE[t]&&RE[e]||VE[e]&&VE[t])},startsWithNoLookaheadToken:function e(t,n){switch((t=function(e){for(;e.left;)e=e.left;return e}(t)).type){case"FunctionExpression":case"ClassExpression":case"DoExpression":return n;case"ObjectExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return e(t.object,n);case"TaggedTemplateExpression":return"FunctionExpression"!==t.tag.type&&e(t.tag,n);case"CallExpression":case"OptionalCallExpression":return"FunctionExpression"!==t.callee.type&&e(t.callee,n);case"ConditionalExpression":return e(t.test,n);case"UpdateExpression":return!t.prefix&&e(t.argument,n);case"BindExpression":return t.object&&e(t.object,n);case"SequenceExpression":return e(t.expressions[0],n);case"TSAsExpression":case"TSNonNullExpression":return e(t.expression,n);default:return!1}},getPrecedence:WE,hasComment:KE,getComments:QE,CommentCheckFlags:XE};const tA=ni,{getStringWidth:nA,getIndentSize:rA}=nc,{builders:{join:uA,hardline:oA,softline:iA,group:sA,indent:aA,align:cA,lineSuffixBoundary:lA,addAlignmentToDoc:pA},printer:{printDocToString:fA},utils:{mapDoc:dA}}=Wc,{isBinaryish:hA,isJestEachTemplateLiteral:gA,isSimpleTemplateLiteral:mA,hasComment:DA,isMemberExpression:yA}=eA;function EA(e){return e.replace(/([\\`]|\${)/g,"\\$1")}var AA={printTemplateLiteral:function(e,t,n){const r=e.getValue();if("TemplateLiteral"===r.type&&gA(r,e.getParentNode())){const r=function(e,t,n){const r=e.getNode(),u=r.quasis[0].value.raw.trim().split(/\s*\|\s*/);if(u.length>1||u.some((e=>e.length>0))){t.__inJestEach=!0;const o=e.map(n,"expressions");t.__inJestEach=!1;const i=[],s=o.map((e=>"${"+fA(e,Object.assign(Object.assign({},t),{},{printWidth:Number.POSITIVE_INFINITY,endOfLine:"lf"})).formatted+"}")),a=[{hasLineBreak:!1,cells:[]}];for(let e=1;e<r.quasis.length;e++){const t=tA(a),n=s[e-1];t.cells.push(n),n.includes("\n")&&(t.hasLineBreak=!0),r.quasis[e].value.raw.includes("\n")&&a.push({hasLineBreak:!1,cells:[]})}const c=Math.max(u.length,...a.map((e=>e.cells.length))),l=Array.from({length:c}).fill(0),p=[{cells:u},...a.filter((e=>e.cells.length>0))];for(const{cells:e}of p.filter((e=>!e.hasLineBreak)))for(const[t,n]of e.entries())l[t]=Math.max(l[t],nA(n));return i.push(lA,"`",aA([oA,uA(oA,p.map((e=>uA(" | ",e.cells.map(((t,n)=>e.hasLineBreak?t:t+" ".repeat(l[n]-nA(t))))))))]),oA,"`"),i}}(e,n,t);if(r)return r}let u="expressions";"TSTemplateLiteralType"===r.type&&(u="types");const o=[];let i=e.map(t,u);const s=mA(r);return s&&(i=i.map((e=>fA(e,Object.assign(Object.assign({},n),{},{printWidth:Number.POSITIVE_INFINITY})).formatted))),o.push(lA,"`"),e.each((e=>{const a=e.getName();if(o.push(t()),a<i.length){const{tabWidth:t}=n,c=e.getValue(),l=rA(c.value.raw,t);let p=i[a];if(!s){const e=r[u][a];(DA(e)||yA(e)||"ConditionalExpression"===e.type||"SequenceExpression"===e.type||"TSAsExpression"===e.type||hA(e))&&(p=[aA([iA,p]),iA])}const f=0===l&&c.value.raw.endsWith("\n")?cA(Number.NEGATIVE_INFINITY,p):pA(p,l,t);o.push(sA(["${",f,lA,"}"]))}}),"quasis"),o.push("`"),o},printTemplateExpressions:function(e,t){return e.map((e=>function(e,t){const n=e.getValue();let r=t();return DA(n)&&(r=sA([aA([iA,r]),iA])),["${",r,lA,"}"]}(e,t)),"expressions")},escapeTemplateCharacters:function(e,t){return dA(e,(e=>"string"==typeof e?t?e.replace(/(\\*)`/g,"$1$1\\`"):EA(e):e))},uncookTemplateElementValue:EA};const{builders:{indent:CA,softline:bA,literalline:vA,dedentToRoot:FA}}=Wc,{escapeTemplateCharacters:xA}=AA;const{isNonEmptyArray:SA}=nc,{builders:{indent:BA,hardline:wA,softline:TA},utils:{mapDoc:PA,replaceEndOfLine:NA,cleanDoc:kA}}=Wc,{printTemplateExpressions:OA}=AA;const{builders:{indent:IA,join:LA,hardline:jA}}=Wc,{escapeTemplateCharacters:_A,printTemplateExpressions:MA}=AA;function RA(e){const t=[];let n=!1;const r=e.map((e=>e.trim()));for(const[e,u]of r.entries())""!==u&&(""===r[e-1]&&n?t.push([jA,u]):t.push(u),n=!0);return 0===t.length?null:LA(jA,t)}const{builders:{indent:VA,line:$A,hardline:WA,group:qA},utils:{mapDoc:UA}}=Wc,{printTemplateExpressions:zA,uncookTemplateElementValue:HA}=AA;let JA=0;const{hasComment:GA,CommentCheckFlags:XA,isObjectProperty:YA}=eA,KA=function(e,t,n){let r=e.getValue().quasis[0].value.raw.replace(/((?:\\\\)*)\\`/g,((e,t)=>"\\".repeat(t.length/2)+"`"));const u=function(e){const t=e.match(/^([^\S\n]*)\S/m);return null===t?"":t[1]}(r),o=""!==u;o&&(r=r.replace(new RegExp("^".concat(u),"gm"),""));const i=xA(n(r,{parser:"markdown",__inJsTemplate:!0},{stripTrailingHardline:!0}),!0);return["`",o?CA([bA,i]):[vA,FA(i)],bA,"`"]},QA=function(e,t,n){const r=e.getValue(),u=r.quasis.map((e=>e.value.raw));let o=0;return function(e,t,n){if(1===t.quasis.length&&!t.quasis[0].value.raw.trim())return"``";const r=function(e,t){if(!SA(t))return e;let n=0;const r=PA(kA(e),(e=>"string"==typeof e&&e.includes("@prettier-placeholder")?e.split(/@prettier-placeholder-(\d+)-id/).map(((e,r)=>r%2==0?NA(e):(n++,t[e]))):e));return t.length===n?r:null}(e,n);if(!r)throw new Error("Couldn't insert all the expressions");return["`",BA([wA,r]),TA,"`"]}(n(u.reduce(((e,t,n)=>0===n?t:e+"@prettier-placeholder-"+o+++"-id"+t),""),{parser:"scss"},{stripTrailingHardline:!0}),r,OA(e,t))},ZA=function(e,t,n){const r=e.getValue(),u=r.quasis.length;if(1===u&&""===r.quasis[0].value.raw.trim())return"``";const o=MA(e,t),i=[];for(let e=0;e<u;e++){const t=0===e,s=e===u-1,a=r.quasis[e].value.cooked,c=a.split("\n"),l=c.length,p=o[e],f=l>2&&""===c[0].trim()&&""===c[1].trim(),d=l>2&&""===c[l-1].trim()&&""===c[l-2].trim(),h=c.every((e=>/^\s*(?:#[^\n\r]*)?$/.test(e)));if(!s&&/#[^\n\r]*$/.test(c[l-1]))return null;let g=null;g=h?RA(c):n(a,{parser:"graphql"},{stripTrailingHardline:!0}),g?(g=_A(g,!1),!t&&f&&i.push(""),i.push(g),!s&&d&&i.push("")):t||s||!f||i.push(""),p&&i.push(p)}return["`",IA([jA,LA(jA,i)]),jA,"`"]},eC=function(e,t,n,r,u){let{parser:o}=u;const i=e.getValue(),s=JA;JA=JA+1>>>0;const a=e=>"PRETTIER_HTML_PLACEHOLDER_".concat(e,"_").concat(s,"_IN_JS"),c=i.quasis.map(((e,t,n)=>t===n.length-1?e.value.cooked:e.value.cooked+a(t))).join(""),l=zA(e,t);if(0===l.length&&0===c.trim().length)return"``";const p=new RegExp(a("(\\d+)"),"g");let f=0;const d=n(c,{parser:o,__onHtmlRoot(e){f=e.children.length}},{stripTrailingHardline:!0}),h=UA(d,(e=>{if("string"!=typeof e)return e;const t=[],n=e.split(p);for(let e=0;e<n.length;e++){let u=n[e];if(e%2==0){u&&(u=HA(u),r.__embeddedInHtml&&(u=u.replace(/<\/(script)\b/gi,"<\\/$1")),t.push(u));continue}const o=Number(u);t.push(l[o])}return t})),g=/^\s/.test(c)?" ":"",m=/\s$/.test(c)?" ":"",D="ignore"===r.htmlWhitespaceSensitivity?WA:g&&m?$A:null;return qA(D?["`",VA([D,qA(h)]),D,"`"]:["`",g,f>1?VA(qA(h)):qA(h),m,"`"])};const tC=[(e,t)=>"ObjectExpression"===e.type&&"properties"===t,(e,t)=>"CallExpression"===e.type&&"Identifier"===e.callee.type&&"Component"===e.callee.name&&"arguments"===t,(e,t)=>"Decorator"===e.type&&"expression"===t];function nC(e){return"Identifier"===e.type&&"styled"===e.name}function rC(e){return/^[A-Z]/.test(e.object.name)&&"extend"===e.property.name}function uC(e,t){return GA(e,XA.Block|XA.Leading,(e=>{let{value:n}=e;return n===" ".concat(t," ")}))}const{isBlockComment:oC}=eA,iC=new Set(["range","raw","comments","leadingComments","trailingComments","innerComments","extra","start","end","loc","flags","errors","tokens"]),sC=e=>{for(const t of e.quasis)delete t.value};function aC(e,t,n){if("Program"===e.type&&delete t.sourceType,"BigIntLiteral"!==e.type&&"BigIntLiteralTypeAnnotation"!==e.type||t.value&&(t.value=t.value.toLowerCase()),"BigIntLiteral"!==e.type&&"Literal"!==e.type||t.bigint&&(t.bigint=t.bigint.toLowerCase()),"DecimalLiteral"===e.type&&(t.value=Number(t.value)),"Literal"===e.type&&t.decimal&&(t.decimal=Number(t.decimal)),"EmptyStatement"===e.type)return null;if("JSXText"===e.type)return null;if("JSXExpressionContainer"===e.type&&("Literal"===e.expression.type||"StringLiteral"===e.expression.type)&&" "===e.expression.value)return null;if("Property"!==e.type&&"ObjectProperty"!==e.type&&"MethodDefinition"!==e.type&&"ClassProperty"!==e.type&&"ClassMethod"!==e.type&&"PropertyDefinition"!==e.type&&"TSDeclareMethod"!==e.type&&"TSPropertySignature"!==e.type&&"ObjectTypeProperty"!==e.type||"object"!=typeof e.key||!e.key||"Literal"!==e.key.type&&"NumericLiteral"!==e.key.type&&"StringLiteral"!==e.key.type&&"Identifier"!==e.key.type||delete t.key,"JSXElement"===e.type&&"style"===e.openingElement.name.name&&e.openingElement.attributes.some((e=>"jsx"===e.name.name)))for(const{type:e,expression:n}of t.children)"JSXExpressionContainer"===e&&"TemplateLiteral"===n.type&&sC(n);"JSXAttribute"===e.type&&"css"===e.name.name&&"JSXExpressionContainer"===e.value.type&&"TemplateLiteral"===e.value.expression.type&&sC(t.value.expression),"JSXAttribute"===e.type&&e.value&&"Literal"===e.value.type&&/["']|&quot;|&apos;/.test(e.value.value)&&(t.value.value=t.value.value.replace(/["']|&quot;|&apos;/g,'"'));const r=e.expression||e.callee;if("Decorator"===e.type&&"CallExpression"===r.type&&"Component"===r.callee.name&&1===r.arguments.length){const n=e.expression.arguments[0].properties;for(const[e,r]of t.expression.arguments[0].properties.entries())switch(n[e].key.name){case"styles":"ArrayExpression"===r.value.type&&sC(r.value.elements[0]);break;case"template":"TemplateLiteral"===r.value.type&&sC(r.value)}}if("TaggedTemplateExpression"!==e.type||"MemberExpression"!==e.tag.type&&("Identifier"!==e.tag.type||"gql"!==e.tag.name&&"graphql"!==e.tag.name&&"css"!==e.tag.name&&"md"!==e.tag.name&&"markdown"!==e.tag.name&&"html"!==e.tag.name)&&"CallExpression"!==e.tag.type||sC(t.quasi),"TemplateLiteral"===e.type){const r=e.leadingComments&&e.leadingComments.some((e=>oC(e)&&["GraphQL","HTML"].some((t=>e.value===" ".concat(t," ")))));(r||"CallExpression"===n.type&&"graphql"===n.callee.name||!e.leadingComments)&&sC(t)}return"InterpreterDirective"===e.type&&(t.value=t.value.trimEnd()),"TSIntersectionType"!==e.type&&"TSUnionType"!==e.type||1!==e.types.length?void 0:t.types[0]}aC.ignoredProperties=iC;var cC=aC,lC={},pC={exports:{}};const fC=e=>{if("string"!=typeof e)throw new TypeError("Expected a string");const t=e.match(/(?:\r?\n)/g)||[];if(0===t.length)return;const n=t.filter((e=>"\r\n"===e)).length;return n>t.length-n?"\r\n":"\n"};function dC(){const e=rf;return dC=function(){return e},e}function hC(){const e=function(e){return e&&e.__esModule?e:{default:e}}(pC.exports);return hC=function(){return e},e}pC.exports=fC,pC.exports.graceful=e=>"string"==typeof e&&fC(e)||"\n",Object.defineProperty(lC,"__esModule",{value:!0}),lC.extract=function(e){const t=e.match(DC);return t?t[0].trimLeft():""},lC.strip=function(e){const t=e.match(DC);return t&&t[0]?e.substring(t[0].length):e},lC.parse=function(e){return FC(e).pragmas},lC.parseWithComments=FC,lC.print=function(e){let{comments:t="",pragmas:n={}}=e;const r=(0,hC().default)(t)||dC().EOL,u=Object.keys(n),o=u.map((e=>xC(e,n[e]))).reduce(((e,t)=>e.concat(t)),[]).map((e=>" * "+e+r)).join("");if(!t){if(0===u.length)return"";if(1===u.length&&!Array.isArray(n[u[0]])){const e=n[u[0]];return"".concat("/**"," ").concat(xC(u[0],e)[0]).concat(" */")}}const i=t.split(r).map((e=>"".concat(" *"," ").concat(e))).join(r)+r;return"/**"+r+(t?i:"")+(t&&u.length?" *"+r:"")+o+" */"};const gC=/\*\/$/,mC=/^\/\*\*/,DC=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,yC=/(^|\s+)\/\/([^\r\n]*)/g,EC=/^(\r?\n)+/,AC=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,CC=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,bC=/(\r?\n|^) *\* ?/g,vC=[];function FC(e){const t=(0,hC().default)(e)||dC().EOL;e=e.replace(mC,"").replace(gC,"").replace(bC,"$1");let n="";for(;n!==e;)n=e,e=e.replace(AC,"".concat(t,"$1 $2").concat(t));e=e.replace(EC,"").trimRight();const r=Object.create(null),u=e.replace(CC,"").replace(EC,"").trimRight();let o;for(;o=CC.exec(e);){const e=o[2].replace(yC,"");"string"==typeof r[o[1]]||Array.isArray(r[o[1]])?r[o[1]]=vC.concat(r[o[1]],e):r[o[1]]=e}return{comments:u,pragmas:r}}function xC(e,t){return vC.concat(t).map((t=>"@".concat(e," ").concat(t).trim()))}const{parseWithComments:SC,strip:BC,extract:wC,print:TC}=lC,{getShebang:PC}=nc,{normalizeEndOfLine:NC}=rc;function kC(e){const t=PC(e);t&&(e=e.slice(t.length+1));const n=wC(e),{pragmas:r,comments:u}=SC(n);return{shebang:t,text:e,pragmas:r,comments:u}}var OC={hasPragma:function(e){const t=Object.keys(kC(e).pragmas);return t.includes("prettier")||t.includes("format")},insertPragma:function(e){const{shebang:t,text:n,pragmas:r,comments:u}=kC(e),o=BC(n),i=TC({pragmas:Object.assign({format:""},r),comments:u.trimStart()});return(t?"".concat(t,"\n"):"")+NC(i)+(o.startsWith("\n")?"\n":"\n\n")+o}};const{getLast:IC,hasNewline:LC,getNextNonSpaceNonCommentCharacterIndexWithStartIndex:jC,getNextNonSpaceNonCommentCharacter:_C,hasNewlineInRange:MC,addLeadingComment:RC,addTrailingComment:VC,addDanglingComment:$C,getNextNonSpaceNonCommentCharacterIndex:WC,isNonEmptyArray:qC}=nc,{isBlockComment:UC,getFunctionParameters:zC,isPrettierIgnoreComment:HC,isJsxNode:JC,hasFlowShorthandAnnotationComment:GC,hasFlowAnnotationComment:XC,hasIgnoreComment:YC,isCallLikeExpression:KC,getCallArguments:QC,isCallExpression:ZC,isMemberExpression:eb,isObjectProperty:tb,getComments:nb,CommentCheckFlags:rb}=eA,{locStart:ub,locEnd:ob}=Wh;function ib(e,t){const n=(e.body||e.properties).find((e=>{let{type:t}=e;return"EmptyStatement"!==t}));n?RC(n,t):$C(e,t)}function sb(e,t){"BlockStatement"===e.type?ib(e,t):RC(e,t)}function ab(e){let{comment:t,followingNode:n}=e;return!(!n||!_b(t)||(RC(n,t),0))}function cb(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u,text:o}=e;return!(!r||"IfStatement"!==r.type||!u||(")"===_C(o,t,ob)?(VC(n,t),0):n===r.consequent&&u===r.alternate?("BlockStatement"===n.type?VC(n,t):$C(r,t),0):"BlockStatement"===u.type?(ib(u,t),0):"IfStatement"===u.type?(sb(u.consequent,t),0):r.consequent!==u||(RC(u,t),0)))}function lb(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u,text:o}=e;return!(!r||"WhileStatement"!==r.type||!u||(")"===_C(o,t,ob)?(VC(n,t),0):"BlockStatement"===u.type?(ib(u,t),0):r.body!==u||(RC(u,t),0)))}function pb(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u}=e;return!(!r||"TryStatement"!==r.type&&"CatchClause"!==r.type||!u||("CatchClause"===r.type&&n?(VC(n,t),0):"BlockStatement"===u.type?(ib(u,t),0):"TryStatement"===u.type?(sb(u.finalizer,t),0):"CatchClause"!==u.type||(sb(u.body,t),0)))}function fb(e){let{comment:t,enclosingNode:n,followingNode:r}=e;return!(!eb(n)||!r||"Identifier"!==r.type||(RC(n,t),0))}function db(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u,text:o}=e;const i=n&&!MC(o,ob(n),ub(t));return!(n&&i||!r||"ConditionalExpression"!==r.type&&"TSConditionalType"!==r.type||!u||(RC(u,t),0))}function hb(e){let{comment:t,precedingNode:n,enclosingNode:r}=e;return!(!tb(r)||!r.shorthand||r.key!==n||"AssignmentPattern"!==r.value.type||(VC(r.value.left,t),0))}function gb(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u}=e;if(r&&("ClassDeclaration"===r.type||"ClassExpression"===r.type||"DeclareClass"===r.type||"DeclareInterface"===r.type||"InterfaceDeclaration"===r.type||"TSInterfaceDeclaration"===r.type)){if(qC(r.decorators)&&(!u||"Decorator"!==u.type))return VC(IC(r.decorators),t),!0;if(r.body&&u===r.body)return ib(r.body,t),!0;if(u)for(const e of["implements","extends","mixins"])if(r[e]&&u===r[e][0])return!n||n!==r.id&&n!==r.typeParameters&&n!==r.superClass?$C(r,t,e):VC(n,t),!0}return!1}function mb(e){let{comment:t,precedingNode:n,enclosingNode:r,text:u}=e;return(r&&n&&("Property"===r.type||"TSDeclareMethod"===r.type||"TSAbstractMethodDefinition"===r.type)&&"Identifier"===n.type&&r.key===n&&":"!==_C(u,n,ob)||!(!n||!r||"Decorator"!==n.type||"ClassMethod"!==r.type&&"ClassProperty"!==r.type&&"PropertyDefinition"!==r.type&&"TSAbstractPropertyDefinition"!==r.type&&"TSAbstractMethodDefinition"!==r.type&&"TSDeclareMethod"!==r.type&&"MethodDefinition"!==r.type))&&(VC(n,t),!0)}function Db(e){let{comment:t,precedingNode:n,enclosingNode:r,text:u}=e;return!("("!==_C(u,t,ob)||!n||!r||"FunctionDeclaration"!==r.type&&"FunctionExpression"!==r.type&&"ClassMethod"!==r.type&&"MethodDefinition"!==r.type&&"ObjectMethod"!==r.type||(VC(n,t),0))}function yb(e){let{comment:t,enclosingNode:n,text:r}=e;if(!n||"ArrowFunctionExpression"!==n.type)return!1;const u=WC(r,t,ob);return!1!==u&&"=>"===r.slice(u,u+2)&&($C(n,t),!0)}function Eb(e){let{comment:t,enclosingNode:n,text:r}=e;return!(")"!==_C(r,t,ob)||(n&&(jb(n)&&0===zC(n).length||KC(n)&&0===QC(n).length)?($C(n,t),0):!n||"MethodDefinition"!==n.type&&"TSAbstractMethodDefinition"!==n.type||0!==zC(n.value).length||($C(n.value,t),0)))}function Ab(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u,text:o}=e;if(n&&"FunctionTypeParam"===n.type&&r&&"FunctionTypeAnnotation"===r.type&&u&&"FunctionTypeParam"!==u.type)return VC(n,t),!0;if(n&&("Identifier"===n.type||"AssignmentPattern"===n.type)&&r&&jb(r)&&")"===_C(o,t,ob))return VC(n,t),!0;if(r&&"FunctionDeclaration"===r.type&&u&&"BlockStatement"===u.type){const e=(()=>{const e=zC(r);if(e.length>0)return jC(o,ob(IC(e)));const t=jC(o,ob(r.id));return!1!==t&&jC(o,t+1)})();if(ub(t)>e)return ib(u,t),!0}return!1}function Cb(e){let{comment:t,enclosingNode:n}=e;return!(!n||"ImportSpecifier"!==n.type||(RC(n,t),0))}function bb(e){let{comment:t,enclosingNode:n}=e;return!(!n||"LabeledStatement"!==n.type||(RC(n,t),0))}function vb(e){let{comment:t,enclosingNode:n}=e;return!(!n||"ContinueStatement"!==n.type&&"BreakStatement"!==n.type||n.label||(VC(n,t),0))}function Fb(e){let{comment:t,precedingNode:n,enclosingNode:r}=e;return!!(ZC(r)&&n&&r.callee===n&&r.arguments.length>0)&&(RC(r.arguments[0],t),!0)}function xb(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u}=e;return!r||"UnionTypeAnnotation"!==r.type&&"TSUnionType"!==r.type?(u&&("UnionTypeAnnotation"===u.type||"TSUnionType"===u.type)&&HC(t)&&(u.types[0].prettierIgnore=!0,t.unignore=!0),!1):(HC(t)&&(u.prettierIgnore=!0,t.unignore=!0),!!n&&(VC(n,t),!0))}function Sb(e){let{comment:t,enclosingNode:n}=e;return!!tb(n)&&(RC(n,t),!0)}function Bb(e){let{comment:t,enclosingNode:n,followingNode:r,ast:u,isLastComment:o}=e;return u&&u.body&&0===u.body.length?(o?$C(u,t):RC(u,t),!0):n&&"Program"===n.type&&0===n.body.length&&!qC(n.directives)?(o?$C(n,t):RC(n,t),!0):!(!r||"Program"!==r.type||0!==r.body.length||!n||"ModuleExpression"!==n.type||($C(r,t),0))}function wb(e){let{comment:t,enclosingNode:n}=e;return!(!n||"ForInStatement"!==n.type&&"ForOfStatement"!==n.type||(RC(n,t),0))}function Tb(e){let{comment:t,precedingNode:n,enclosingNode:r,text:u}=e;return!!(n&&"ImportSpecifier"===n.type&&r&&"ImportDeclaration"===r.type&&LC(u,ob(t)))&&(VC(n,t),!0)}function Pb(e){let{comment:t,enclosingNode:n}=e;return!(!n||"AssignmentPattern"!==n.type||(RC(n,t),0))}function Nb(e){let{comment:t,enclosingNode:n}=e;return!(!n||"TypeAlias"!==n.type||(RC(n,t),0))}function kb(e){let{comment:t,enclosingNode:n,followingNode:r}=e;return!(!n||"VariableDeclarator"!==n.type&&"AssignmentExpression"!==n.type||!r||"ObjectExpression"!==r.type&&"ArrayExpression"!==r.type&&"TemplateLiteral"!==r.type&&"TaggedTemplateExpression"!==r.type&&!UC(t)||(RC(r,t),0))}function Ob(e){let{comment:t,enclosingNode:n,followingNode:r,text:u}=e;return!(r||!n||"TSMethodSignature"!==n.type&&"TSDeclareFunction"!==n.type&&"TSAbstractMethodDefinition"!==n.type||";"!==_C(u,t,ob)||(VC(n,t),0))}function Ib(e){let{comment:t,enclosingNode:n,followingNode:r}=e;if(HC(t)&&n&&"TSMappedType"===n.type&&r&&"TSTypeParameter"===r.type&&r.constraint)return n.prettierIgnore=!0,t.unignore=!0,!0}function Lb(e){let{comment:t,precedingNode:n,enclosingNode:r,followingNode:u}=e;return!(!r||"TSMappedType"!==r.type||(u&&"TSTypeParameter"===u.type&&u.name?(RC(u.name,t),0):!n||"TSTypeParameter"!==n.type||!n.constraint||(VC(n.constraint,t),0)))}function jb(e){return"ArrowFunctionExpression"===e.type||"FunctionExpression"===e.type||"FunctionDeclaration"===e.type||"ObjectMethod"===e.type||"ClassMethod"===e.type||"TSDeclareFunction"===e.type||"TSCallSignatureDeclaration"===e.type||"TSConstructSignatureDeclaration"===e.type||"TSMethodSignature"===e.type||"TSConstructorType"===e.type||"TSFunctionType"===e.type||"TSDeclareMethod"===e.type}function _b(e){return UC(e)&&"*"===e.value[0]&&/@type\b/.test(e.value)}var Mb={handleOwnLineComment:function(e){return[Ib,Ab,fb,cb,lb,pb,gb,Cb,wb,xb,Bb,Tb,Pb,mb,bb].some((t=>t(e)))},handleEndOfLineComment:function(e){return[ab,Ab,db,Cb,cb,lb,pb,gb,bb,Fb,Sb,Bb,Nb,kb].some((t=>t(e)))},handleRemainingComment:function(e){return[Ib,cb,lb,hb,Eb,mb,Bb,yb,Db,Lb,vb,Ob].some((t=>t(e)))},isTypeCastComment:_b,getCommentChildNodes:function(e,t){if(("typescript"===t.parser||"flow"===t.parser||"espree"===t.parser||"meriyah"===t.parser||"__babel_estree"===t.parser)&&"MethodDefinition"===e.type&&e.value&&"FunctionExpression"===e.value.type&&0===zC(e.value).length&&!e.value.returnType&&!qC(e.value.typeParameters)&&e.value.body)return[...e.decorators||[],e.key,e.value.body]},willPrintOwnComments:function(e){const t=e.getValue(),n=e.getParentNode();return(t&&(JC(t)||GC(t)||ZC(n)&&(e=>XC(nb(e,rb.Leading))||XC(nb(e,rb.Trailing)))(t))||n&&("JSXSpreadAttribute"===n.type||"JSXSpreadChild"===n.type||"UnionTypeAnnotation"===n.type||"TSUnionType"===n.type||("ClassDeclaration"===n.type||"ClassExpression"===n.type)&&n.superClass===t))&&(!YC(e)||"UnionTypeAnnotation"===n.type||"TSUnionType"===n.type)}};const Rb=ni,{getFunctionParameters:Vb,getLeftSidePathName:$b,hasFlowShorthandAnnotationComment:Wb,hasNakedLeftSide:qb,hasNode:Ub,isBitwiseOperator:zb,startsWithNoLookaheadToken:Hb,shouldFlatten:Jb,getPrecedence:Gb,isCallExpression:Xb,isMemberExpression:Yb,isObjectProperty:Kb}=eA;function Qb(e,t){const n=e.getParentNode();if(!n)return!1;const r=e.getName(),u=e.getNode();if(t.__isInHtmlInterpolation&&!t.bracketSpacing&&function(e){return"ObjectExpression"===e.type}(u)&&Zb(e))return!0;if(function(e){return"BlockStatement"===e.type||"BreakStatement"===e.type||"ClassBody"===e.type||"ClassDeclaration"===e.type||"ClassMethod"===e.type||"ClassProperty"===e.type||"PropertyDefinition"===e.type||"ClassPrivateProperty"===e.type||"ContinueStatement"===e.type||"DebuggerStatement"===e.type||"DeclareClass"===e.type||"DeclareExportAllDeclaration"===e.type||"DeclareExportDeclaration"===e.type||"DeclareFunction"===e.type||"DeclareInterface"===e.type||"DeclareModule"===e.type||"DeclareModuleExports"===e.type||"DeclareVariable"===e.type||"DoWhileStatement"===e.type||"EnumDeclaration"===e.type||"ExportAllDeclaration"===e.type||"ExportDefaultDeclaration"===e.type||"ExportNamedDeclaration"===e.type||"ExpressionStatement"===e.type||"ForInStatement"===e.type||"ForOfStatement"===e.type||"ForStatement"===e.type||"FunctionDeclaration"===e.type||"IfStatement"===e.type||"ImportDeclaration"===e.type||"InterfaceDeclaration"===e.type||"LabeledStatement"===e.type||"MethodDefinition"===e.type||"ReturnStatement"===e.type||"SwitchStatement"===e.type||"ThrowStatement"===e.type||"TryStatement"===e.type||"TSDeclareFunction"===e.type||"TSEnumDeclaration"===e.type||"TSImportEqualsDeclaration"===e.type||"TSInterfaceDeclaration"===e.type||"TSModuleDeclaration"===e.type||"TSNamespaceExportDeclaration"===e.type||"TypeAlias"===e.type||"VariableDeclaration"===e.type||"WhileStatement"===e.type||"WithStatement"===e.type}(u))return!1;if("flow"!==t.parser&&Wb(e.getValue()))return!0;if("Identifier"===u.type)return!!(u.extra&&u.extra.parenthesized&&/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(u.name))||"left"===r&&"async"===u.name&&"ForOfStatement"===n.type&&!n.await;switch(n.type){case"ParenthesizedExpression":return!1;case"ClassDeclaration":case"ClassExpression":if("superClass"===r&&("ArrowFunctionExpression"===u.type||"AssignmentExpression"===u.type||"AwaitExpression"===u.type||"BinaryExpression"===u.type||"ConditionalExpression"===u.type||"LogicalExpression"===u.type||"NewExpression"===u.type||"ObjectExpression"===u.type||"ParenthesizedExpression"===u.type||"SequenceExpression"===u.type||"TaggedTemplateExpression"===u.type||"UnaryExpression"===u.type||"UpdateExpression"===u.type||"YieldExpression"===u.type||"TSNonNullExpression"===u.type))return!0;break;case"ExportDefaultDeclaration":return ev(e,t)||"SequenceExpression"===u.type;case"Decorator":if("expression"===r){let e=!1,n=!1,r=u;for(;r;)switch(r.type){case"MemberExpression":n=!0,r=r.object;break;case"CallExpression":if(n||e)return"typescript"!==t.parser;e=!0,r=r.callee;break;case"Identifier":return!1;case"TaggedTemplateExpression":return"typescript"!==t.parser;default:return!0}return!0}break;case"ExpressionStatement":if(Hb(u,!0))return!0;break;case"ArrowFunctionExpression":if("body"===r&&"SequenceExpression"!==u.type&&Hb(u,!1))return!0}switch(u.type){case"UpdateExpression":if("UnaryExpression"===n.type)return u.prefix&&("++"===u.operator&&"+"===n.operator||"--"===u.operator&&"-"===n.operator);case"UnaryExpression":switch(n.type){case"UnaryExpression":return u.operator===n.operator&&("+"===u.operator||"-"===u.operator);case"BindExpression":case"TaggedTemplateExpression":case"TSNonNullExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"BinaryExpression":return"left"===r&&"**"===n.operator;default:return!1}case"BinaryExpression":if("UpdateExpression"===n.type)return!0;if("in"===u.operator&&function(e){let t=0,n=e.getValue();for(;n;){const r=e.getParentNode(t++);if(r&&"ForStatement"===r.type&&r.init===n)return!0;n=r}return!1}(e))return!0;if("|>"===u.operator&&u.extra&&u.extra.parenthesized){const t=e.getParentNode(1);if("BinaryExpression"===t.type&&"|>"===t.operator)return!0}case"TSTypeAssertion":case"TSAsExpression":case"LogicalExpression":switch(n.type){case"TSAsExpression":return"TSAsExpression"!==u.type;case"ConditionalExpression":return"TSAsExpression"===u.type;case"CallExpression":case"NewExpression":case"OptionalCallExpression":return"callee"===r;case"ClassExpression":case"ClassDeclaration":return"superClass"===r;case"TSTypeAssertion":case"TaggedTemplateExpression":case"UnaryExpression":case"JSXSpreadAttribute":case"SpreadElement":case"SpreadProperty":case"BindExpression":case"AwaitExpression":case"TSNonNullExpression":case"UpdateExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;case"AssignmentExpression":case"AssignmentPattern":return"left"===r&&("TSTypeAssertion"===u.type||"TSAsExpression"===u.type);case"LogicalExpression":if("LogicalExpression"===u.type)return n.operator!==u.operator;case"BinaryExpression":{const{operator:e,type:t}=u;if(!e&&"TSTypeAssertion"!==t)return!0;const o=Gb(e),i=n.operator,s=Gb(i);return s>o||"right"===r&&s===o||s===o&&!Jb(i,e)||(s<o&&"%"===e?"+"===i||"-"===i:!!zb(i))}default:return!1}case"SequenceExpression":switch(n.type){case"ReturnStatement":case"ForStatement":return!1;case"ExpressionStatement":return"expression"!==r;case"ArrowFunctionExpression":return"body"!==r;default:return!0}case"YieldExpression":if("UnaryExpression"===n.type||"AwaitExpression"===n.type||"TSAsExpression"===n.type||"TSNonNullExpression"===n.type)return!0;case"AwaitExpression":switch(n.type){case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"SpreadElement":case"SpreadProperty":case"TSAsExpression":case"TSNonNullExpression":case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"ConditionalExpression":return"test"===r;case"BinaryExpression":return!(!u.argument&&"|>"===n.operator);default:return!1}case"TSConditionalType":if("extendsType"===r&&"TSConditionalType"===n.type)return!0;case"TSFunctionType":case"TSConstructorType":if("checkType"===r&&"TSConditionalType"===n.type)return!0;case"TSUnionType":case"TSIntersectionType":if(("TSUnionType"===n.type||"TSIntersectionType"===n.type)&&n.types.length>1&&(!u.types||u.types.length>1))return!0;case"TSInferType":if("TSInferType"===u.type&&"TSRestType"===n.type)return!1;case"TSTypeOperator":return"TSArrayType"===n.type||"TSOptionalType"===n.type||"TSRestType"===n.type||"objectType"===r&&"TSIndexedAccessType"===n.type||"TSTypeOperator"===n.type||"TSTypeAnnotation"===n.type&&e.getParentNode(1).type.startsWith("TSJSDoc");case"ArrayTypeAnnotation":return"NullableTypeAnnotation"===n.type;case"IntersectionTypeAnnotation":case"UnionTypeAnnotation":return"ArrayTypeAnnotation"===n.type||"NullableTypeAnnotation"===n.type||"IntersectionTypeAnnotation"===n.type||"UnionTypeAnnotation"===n.type||"objectType"===r&&("IndexedAccessType"===n.type||"OptionalIndexedAccessType"===n.type);case"NullableTypeAnnotation":return"ArrayTypeAnnotation"===n.type||"objectType"===r&&("IndexedAccessType"===n.type||"OptionalIndexedAccessType"===n.type);case"FunctionTypeAnnotation":{const t="NullableTypeAnnotation"===n.type?e.getParentNode(1):n;return"UnionTypeAnnotation"===t.type||"IntersectionTypeAnnotation"===t.type||"ArrayTypeAnnotation"===t.type||"objectType"===r&&("IndexedAccessType"===t.type||"OptionalIndexedAccessType"===t.type)||"NullableTypeAnnotation"===t.type||"FunctionTypeParam"===n.type&&null===n.name&&Vb(u).some((e=>e.typeAnnotation&&"NullableTypeAnnotation"===e.typeAnnotation.type))}case"OptionalIndexedAccessType":return"objectType"===r&&"IndexedAccessType"===n.type;case"TypeofTypeAnnotation":return"objectType"===r&&("IndexedAccessType"===n.type||"OptionalIndexedAccessType"===n.type);case"StringLiteral":case"NumericLiteral":case"Literal":if("string"==typeof u.value&&"ExpressionStatement"===n.type&&!n.directive){const t=e.getParentNode(1);return"Program"===t.type||"BlockStatement"===t.type}return"object"===r&&"MemberExpression"===n.type&&"number"==typeof u.value;case"AssignmentExpression":{const t=e.getParentNode(1);return"body"===r&&"ArrowFunctionExpression"===n.type||("key"!==r||"ClassProperty"!==n.type&&"PropertyDefinition"!==n.type||!n.computed)&&("init"!==r&&"update"!==r||"ForStatement"!==n.type)&&("ExpressionStatement"===n.type?"ObjectPattern"===u.left.type:!("key"===r&&"TSPropertySignature"===n.type||"AssignmentExpression"===n.type||"SequenceExpression"===n.type&&t&&"ForStatement"===t.type&&(t.init===n||t.update===n)||"value"===r&&"Property"===n.type&&t&&"ObjectPattern"===t.type&&t.properties.includes(n)||"NGChainedExpression"===n.type))}case"ConditionalExpression":switch(n.type){case"TaggedTemplateExpression":case"UnaryExpression":case"SpreadElement":case"SpreadProperty":case"BinaryExpression":case"LogicalExpression":case"NGPipeExpression":case"ExportDefaultDeclaration":case"AwaitExpression":case"JSXSpreadAttribute":case"TSTypeAssertion":case"TypeCastExpression":case"TSAsExpression":case"TSNonNullExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"ConditionalExpression":return"test"===r;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;default:return!1}case"FunctionExpression":switch(n.type){case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"TaggedTemplateExpression":return!0;default:return!1}case"ArrowFunctionExpression":switch(n.type){case"BinaryExpression":return"|>"!==n.operator||u.extra&&u.extra.parenthesized;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return"callee"===r;case"MemberExpression":case"OptionalMemberExpression":return"object"===r;case"TSAsExpression":case"TSNonNullExpression":case"BindExpression":case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"AwaitExpression":case"TSTypeAssertion":return!0;case"ConditionalExpression":return"test"===r;default:return!1}case"ClassExpression":return"NewExpression"===n.type&&"callee"===r;case"OptionalMemberExpression":case"OptionalCallExpression":{const t=e.getParentNode(1);if("object"===r&&"MemberExpression"===n.type||"callee"===r&&("CallExpression"===n.type||"NewExpression"===n.type)||"TSNonNullExpression"===n.type&&"MemberExpression"===t.type&&t.object===n)return!0}case"CallExpression":case"MemberExpression":case"TaggedTemplateExpression":case"TSNonNullExpression":if("callee"===r&&("BindExpression"===n.type||"NewExpression"===n.type)){let e=u;for(;e;)switch(e.type){case"CallExpression":case"OptionalCallExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":case"BindExpression":e=e.object;break;case"TaggedTemplateExpression":e=e.tag;break;case"TSNonNullExpression":e=e.expression;break;default:return!1}}return!1;case"BindExpression":return"callee"===r&&("BindExpression"===n.type||"NewExpression"===n.type)||"object"===r&&Yb(n);case"NGPipeExpression":return!("NGRoot"===n.type||"NGMicrosyntaxExpression"===n.type||"ObjectProperty"===n.type&&(!u.extra||!u.extra.parenthesized)||"ArrayExpression"===n.type||Xb(n)&&n.arguments[r]===u||"right"===r&&"NGPipeExpression"===n.type||"property"===r&&"MemberExpression"===n.type||"AssignmentExpression"===n.type);case"JSXFragment":case"JSXElement":return"callee"===r||"left"===r&&"BinaryExpression"===n.type&&"<"===n.operator||"ArrayExpression"!==n.type&&"ArrowFunctionExpression"!==n.type&&"AssignmentExpression"!==n.type&&"AssignmentPattern"!==n.type&&"BinaryExpression"!==n.type&&"NewExpression"!==n.type&&"ConditionalExpression"!==n.type&&"ExpressionStatement"!==n.type&&"JsExpressionRoot"!==n.type&&"JSXAttribute"!==n.type&&"JSXElement"!==n.type&&"JSXExpressionContainer"!==n.type&&"JSXFragment"!==n.type&&"LogicalExpression"!==n.type&&!Xb(n)&&!Kb(n)&&"ReturnStatement"!==n.type&&"ThrowStatement"!==n.type&&"TypeCastExpression"!==n.type&&"VariableDeclarator"!==n.type&&"YieldExpression"!==n.type;case"TypeAnnotation":return"returnType"===r&&"ArrowFunctionExpression"===n.type&&function(e){return Ub(e,(e=>"ObjectTypeAnnotation"===e.type&&Ub(e,(e=>"FunctionTypeAnnotation"===e.type||void 0))||void 0))}(u)}return!1}function Zb(e){const t=e.getValue(),n=e.getParentNode(),r=e.getName();switch(n.type){case"NGPipeExpression":if("number"==typeof r&&n.arguments[r]===t&&n.arguments.length-1===r)return e.callParent(Zb);break;case"ObjectProperty":if("value"===r){const t=e.getParentNode(1);return Rb(t.properties)===n}break;case"BinaryExpression":case"LogicalExpression":if("right"===r)return e.callParent(Zb);break;case"ConditionalExpression":if("alternate"===r)return e.callParent(Zb);break;case"UnaryExpression":if(n.prefix)return e.callParent(Zb)}return!1}function ev(e,t){const n=e.getValue(),r=e.getParentNode();return"FunctionExpression"===n.type||"ClassExpression"===n.type?"ExportDefaultDeclaration"===r.type||!Qb(e,t):!(!qb(n)||"ExportDefaultDeclaration"!==r.type&&Qb(e,t))&&e.call((e=>ev(e,t)),...$b(e,n))}var tv=Qb,nv=function(e,t){switch(t.parser){case"json":case"json5":case"json-stringify":case"__js_expression":case"__vue_expression":return Object.assign(Object.assign({},e),{},{type:t.parser.startsWith("__")?"JsExpressionRoot":"JsonRoot",node:e,comments:[],rootMarker:t.rootMarker});default:return e}};const{builders:{join:rv,line:uv,group:ov,softline:iv,indent:sv}}=Wc;var av={isVueEventBindingExpression:function e(t){switch(t.type){case"MemberExpression":switch(t.property.type){case"Identifier":case"NumericLiteral":case"StringLiteral":return e(t.object)}return!1;case"Identifier":return!0;default:return!1}},printHtmlBinding:function(e,t,n){const r=e.getValue();if(t.__onHtmlBindingRoot&&null===e.getName()&&t.__onHtmlBindingRoot(r,t),"File"===r.type)return t.__isVueForBindingLeft?e.call((e=>{const t=rv([",",uv],e.map(n,"params")),{params:r}=e.getValue();return 1===r.length?t:["(",sv([iv,ov(t)]),iv,")"]}),"program","body",0):t.__isVueBindings?e.call((e=>rv([",",uv],e.map(n,"params"))),"program","body",0):void 0}};const{printComments:cv}=jD,{getLast:lv}=nc,{builders:{join:pv,line:fv,softline:dv,group:hv,indent:gv,align:mv,ifBreak:Dv,indentIfBreak:yv},utils:{cleanDoc:Ev,getDocParts:Av,isConcat:Cv}}=Wc,{hasLeadingOwnLineComment:bv,isBinaryish:vv,isJsxNode:Fv,shouldFlatten:xv,hasComment:Sv,CommentCheckFlags:Bv,isCallExpression:wv,isMemberExpression:Tv,isObjectProperty:Pv,isEnabledHackPipeline:Nv}=eA;let kv=0;function Ov(e,t,n,r,u){const o=e.getValue();if(!vv(o))return[hv(t())];let i=[];xv(o.operator,o.left.operator)?i=e.call((e=>Ov(e,t,n,!0,u)),"left"):i.push(hv(t("left")));const s=Iv(o),a=("|>"===o.operator||"NGPipeExpression"===o.type||"|"===o.operator&&"__vue_expression"===n.parser)&&!bv(n.originalText,o.right),c="NGPipeExpression"===o.type?"|":o.operator,l="NGPipeExpression"===o.type&&o.arguments.length>0?hv(gv([dv,": ",pv([dv,":",Dv(" ")],e.map(t,"arguments").map((e=>mv(2,hv(e)))))])):"";let p;if(s)p=[c," ",t("right"),l];else{const r=Nv(n)&&"|>"===c?e.call((e=>Ov(e,t,n,!0,u)),"right"):t("right");p=[a?fv:"",c,a?" ":fv,r,l]}const f=e.getParentNode(),d=Sv(o.left,Bv.Trailing|Bv.Line),h=d||!(u&&"LogicalExpression"===o.type)&&f.type!==o.type&&o.left.type!==o.type&&o.right.type!==o.type;if(i.push(a?"":" ",h?hv(p,{shouldBreak:d}):p),r&&Sv(o)){const t=Ev(cv(e,i,n));return Cv(t)||"fill"===t.type?Av(t):[t]}return i}function Iv(e){return"LogicalExpression"===e.type&&("ObjectExpression"===e.right.type&&e.right.properties.length>0||"ArrayExpression"===e.right.type&&e.right.elements.length>0||!!Fv(e.right))}var Lv={printBinaryishExpression:function(e,t,n){const r=e.getValue(),u=e.getParentNode(),o=e.getParentNode(1),i=r!==u.body&&("IfStatement"===u.type||"WhileStatement"===u.type||"SwitchStatement"===u.type||"DoWhileStatement"===u.type),s=Nv(t)&&"|>"===r.operator,a=Ov(e,n,t,!1,i);if(i)return a;if(s)return hv(a);if(wv(u)&&u.callee===r||"UnaryExpression"===u.type||Tv(u)&&!u.computed)return hv([gv([dv,...a]),dv]);const c="ReturnStatement"===u.type||"ThrowStatement"===u.type||"JSXExpressionContainer"===u.type&&"JSXAttribute"===o.type||"|"!==r.operator&&"JsExpressionRoot"===u.type||"NGPipeExpression"!==r.type&&("NGRoot"===u.type&&"__ng_binding"===t.parser||"NGMicrosyntaxExpression"===u.type&&"NGMicrosyntax"===o.type&&1===o.body.length)||r===u.body&&"ArrowFunctionExpression"===u.type||r!==u.body&&"ForStatement"===u.type||"ConditionalExpression"===u.type&&"ReturnStatement"!==o.type&&"ThrowStatement"!==o.type&&!wv(o)||"TemplateLiteral"===u.type,l="AssignmentExpression"===u.type||"VariableDeclarator"===u.type||"ClassProperty"===u.type||"PropertyDefinition"===u.type||"TSAbstractPropertyDefinition"===u.type||"ClassPrivateProperty"===u.type||Pv(u),p=vv(r.left)&&xv(r.operator,r.left.operator);if(c||Iv(r)&&!p||!Iv(r)&&l)return hv(a);if(0===a.length)return"";const f=Fv(r.right),d=a.findIndex((e=>"string"!=typeof e&&!Array.isArray(e)&&"group"===e.type)),h=a.slice(0,-1===d?1:d+1),g=a.slice(h.length,f?-1:void 0),m=Symbol("logicalChain-"+ ++kv),D=hv([...h,gv(g)],{id:m});if(!f)return D;const y=lv(a);return hv([D,yv(y,{groupId:m})])},shouldInlineLogicalExpression:Iv};const{builders:{join:jv,line:_v,group:Mv}}=Wc,{hasNode:Rv,hasComment:Vv,getComments:$v}=eA,{printBinaryishExpression:Wv}=Lv;function qv(e,t,n){return"NGMicrosyntaxKeyedExpression"===e.type&&"of"===e.key.name&&1===t&&"NGMicrosyntaxLet"===n.body[0].type&&null===n.body[0].value}var Uv={printAngular:function(e,t,n){const r=e.getValue();if(r.type.startsWith("NG"))switch(r.type){case"NGRoot":return[n("node"),Vv(r.node)?" //"+$v(r.node)[0].value.trimEnd():""];case"NGPipeExpression":return Wv(e,t,n);case"NGChainedExpression":return Mv(jv([";",_v],e.map((e=>function(e){return Rv(e.getValue(),(e=>{switch(e.type){case void 0:return!1;case"CallExpression":case"OptionalCallExpression":case"AssignmentExpression":return!0}}))}(e)?n():["(",n(),")"]),"expressions")));case"NGEmptyExpression":return"";case"NGQuotedExpression":return[r.prefix,": ",r.value.trim()];case"NGMicrosyntax":return e.map(((e,t)=>[0===t?"":qv(e.getValue(),t,r)?" ":[";",_v],n()]),"body");case"NGMicrosyntaxKey":return/^[$_a-z][\w$]*(?:-[$_a-z][\w$])*$/i.test(r.name)?r.name:JSON.stringify(r.name);case"NGMicrosyntaxExpression":return[n("expression"),null===r.alias?"":[" as ",n("alias")]];case"NGMicrosyntaxKeyedExpression":{const t=e.getName(),u=e.getParentNode(),o=qv(r,t,u)||(1===t&&("then"===r.key.name||"else"===r.key.name)||2===t&&"else"===r.key.name&&"NGMicrosyntaxKeyedExpression"===u.body[t-1].type&&"then"===u.body[t-1].key.name)&&"NGMicrosyntaxExpression"===u.body[0].type;return[n("key"),o?" ":": ",n("expression")]}case"NGMicrosyntaxLet":return["let ",n("key"),null===r.value?"":[" = ",n("value")]];case"NGMicrosyntaxAs":return[n("key")," as ",n("alias")];default:throw new Error("Unknown Angular node type: ".concat(JSON.stringify(r.type),"."))}}};const{printComments:zv,printDanglingComments:Hv}=jD,{builders:{line:Jv,hardline:Gv,softline:Xv,group:Yv,indent:Kv,conditionalGroup:Qv,fill:Zv,ifBreak:eF,lineSuffixBoundary:tF,join:nF},utils:{willBreak:rF}}=Wc,{getLast:uF,getPreferredQuote:oF}=nc,{isJsxNode:iF,rawText:sF,isLiteral:aF,isCallExpression:cF,isStringLiteral:lF,isBinaryish:pF,hasComment:fF,CommentCheckFlags:dF,hasNodeIgnoreComment:hF}=eA,gF=tv,{willPrintOwnComments:mF}=Mb,DF=e=>""===e||e===Jv||e===Gv||e===Xv;function yF(e,t,n,r){return e?"":"JSXElement"===n.type&&!n.closingElement||r&&"JSXElement"===r.type&&!r.closingElement?1===t.length?Xv:Gv:Xv}function EF(e,t,n,r){return e?Gv:1===t.length?"JSXElement"===n.type&&!n.closingElement||r&&"JSXElement"===r.type&&!r.closingElement?Gv:Xv:Gv}function AF(e,t,n){return function(e,t,n){const r=e.getParentNode();if(!r)return t;if({ArrayExpression:!0,JSXAttribute:!0,JSXElement:!0,JSXExpressionContainer:!0,JSXFragment:!0,ExpressionStatement:!0,CallExpression:!0,OptionalCallExpression:!0,ConditionalExpression:!0,JsExpressionRoot:!0}[r.type])return t;const u=e.match(void 0,(e=>"ArrowFunctionExpression"===e.type),cF,(e=>"JSXExpressionContainer"===e.type)),o=gF(e,n);return Yv([o?"":eF("("),Kv([Xv,t]),Xv,o?"":eF(")")],{shouldBreak:u})}(e,zv(e,function(e,t,n){const r=e.getValue();if("JSXElement"===r.type&&function(e){if(0===e.children.length)return!0;if(e.children.length>1)return!1;const t=e.children[0];return aF(t)&&!FF(t)}(r))return[n("openingElement"),n("closingElement")];const u="JSXElement"===r.type?n("openingElement"):n("openingFragment"),o="JSXElement"===r.type?n("closingElement"):n("closingFragment");if(1===r.children.length&&"JSXExpressionContainer"===r.children[0].type&&("TemplateLiteral"===r.children[0].expression.type||"TaggedTemplateExpression"===r.children[0].expression.type))return[u,...e.map(n,"children"),o];r.children=r.children.map((e=>function(e){return"JSXExpressionContainer"===e.type&&aF(e.expression)&&" "===e.expression.value&&!fF(e.expression)}(e)?{type:"JSXText",value:" ",raw:" "}:e));const i=r.children.some(iF),s=r.children.filter((e=>"JSXExpressionContainer"===e.type)).length>1,a="JSXElement"===r.type&&r.openingElement.attributes.length>1;let c=rF(u)||i||a||s;const l="mdx"===e.getParentNode().rootMarker,p=t.singleQuote?"{' '}":'{" "}',f=l?" ":eF([p,Xv]," "),d=function(e,t,n,r,u){const o=[];return e.each(((e,t,i)=>{const s=e.getValue();if(aF(s)){const e=sF(s);if(FF(s)){const n=e.split(CF);if(""===n[0]){if(o.push(""),n.shift(),/\n/.test(n[0])){const e=i[t+1];o.push(EF(u,n[1],s,e))}else o.push(r);n.shift()}let a;if(""===uF(n)&&(n.pop(),a=n.pop()),0===n.length)return;for(const[e,t]of n.entries())e%2==1?o.push(Jv):o.push(t);if(void 0!==a)if(/\n/.test(a)){const e=i[t+1];o.push(EF(u,uF(o),s,e))}else o.push(r);else{const e=i[t+1];o.push(yF(u,uF(o),s,e))}}else/\n/.test(e)?e.match(/\n/g).length>1&&o.push("",Gv):o.push("",r)}else{const e=n();o.push(e);const r=i[t+1];if(r&&FF(r)){const e=vF(sF(r)).split(CF)[0];o.push(yF(u,e,s,r))}else o.push(Gv)}}),"children"),o}(e,0,n,f,r.openingElement&&r.openingElement.name&&"fbt"===r.openingElement.name.name),h=r.children.some((e=>FF(e)));for(let e=d.length-2;e>=0;e--){const t=""===d[e]&&""===d[e+1],n=d[e]===Gv&&""===d[e+1]&&d[e+2]===Gv,r=(d[e]===Xv||d[e]===Gv)&&""===d[e+1]&&d[e+2]===f,u=d[e]===f&&""===d[e+1]&&(d[e+2]===Xv||d[e+2]===Gv),o=d[e]===f&&""===d[e+1]&&d[e+2]===f,i=d[e]===Xv&&""===d[e+1]&&d[e+2]===Gv||d[e]===Gv&&""===d[e+1]&&d[e+2]===Xv;n&&h||t||r||o||i?d.splice(e,2):u&&d.splice(e+1,2)}for(;d.length>0&&DF(uF(d));)d.pop();for(;d.length>1&&DF(d[0])&&DF(d[1]);)d.shift(),d.shift();const g=[];for(const[e,t]of d.entries()){if(t===f){if(1===e&&""===d[e-1]){if(2===d.length){g.push(p);continue}g.push([p,Gv]);continue}if(e===d.length-1){g.push(p);continue}if(""===d[e-1]&&d[e-2]===Gv){g.push(p);continue}}g.push(t),rF(t)&&(c=!0)}const m=h?Zv(g):Yv(g,{shouldBreak:!0});if(l)return m;const D=Yv([u,Kv([Gv,m]),Gv,o]);return c?D:Qv([Yv([u,...d,o]),D])}(e,t,n),t),t)}const CF=new RegExp("([ \n\r\t]+)"),bF=new RegExp("[^ \n\r\t]"),vF=e=>e.replace(new RegExp("(?:^"+CF.source+"|"+CF.source+"$)"),"");function FF(e){return aF(e)&&(bF.test(sF(e))||!/\n/.test(sF(e)))}var xF={hasJsxIgnoreComment:function(e){const t=e.getValue(),n=e.getParentNode();if(!(n&&t&&iF(t)&&iF(n)))return!1;let r=null;for(let e=n.children.indexOf(t);e>0;e--){const t=n.children[e-1];if("JSXText"!==t.type||FF(t)){r=t;break}}return r&&"JSXExpressionContainer"===r.type&&"JSXEmptyExpression"===r.expression.type&&hF(r.expression)},printJsx:function(e,t,n){const r=e.getValue();if(r.type.startsWith("JSX"))switch(r.type){case"JSXAttribute":return function(e,t,n){const r=e.getValue(),u=[];if(u.push(n("name")),r.value){let e;if(lF(r.value)){let n=sF(r.value).slice(1,-1).replace(/&apos;/g,"'").replace(/&quot;/g,'"');const{escaped:u,quote:o,regex:i}=oF(n,t.jsxSingleQuote?"'":'"');n=n.replace(i,u),e=[o,n,o]}else e=n("value");u.push("=",e)}return u}(e,t,n);case"JSXIdentifier":return String(r.name);case"JSXNamespacedName":return nF(":",[n("namespace"),n("name")]);case"JSXMemberExpression":return nF(".",[n("object"),n("property")]);case"JSXSpreadAttribute":case"JSXSpreadChild":return function(e,t,n){const r=e.getValue();return["{",e.call((e=>{const r=["...",n()],u=e.getValue();return fF(u)&&mF(e)?[Kv([Xv,zv(e,r,t)]),Xv]:r}),"JSXSpreadAttribute"===r.type?"argument":"expression"),"}"]}(e,t,n);case"JSXExpressionContainer":return function(e,t,n){const r=e.getValue(),u=e.getParentNode(0),o="JSXEmptyExpression"===r.expression.type||!fF(r.expression)&&("ArrayExpression"===r.expression.type||"ObjectExpression"===r.expression.type||"ArrowFunctionExpression"===r.expression.type||cF(r.expression)||"FunctionExpression"===r.expression.type||"TemplateLiteral"===r.expression.type||"TaggedTemplateExpression"===r.expression.type||"DoExpression"===r.expression.type||iF(u)&&("ConditionalExpression"===r.expression.type||pF(r.expression)));return Yv(o?["{",n("expression"),tF,"}"]:["{",Kv([Xv,n("expression")]),Xv,tF,"}"])}(e,0,n);case"JSXFragment":case"JSXElement":return AF(e,t,n);case"JSXOpeningElement":return function(e,t,n){const r=e.getValue(),u=r.name&&fF(r.name)||r.typeParameters&&fF(r.typeParameters);if(r.selfClosing&&0===r.attributes.length&&!u)return["<",n("name"),n("typeParameters")," />"];if(r.attributes&&1===r.attributes.length&&r.attributes[0].value&&lF(r.attributes[0].value)&&!r.attributes[0].value.value.includes("\n")&&!u&&!fF(r.attributes[0]))return Yv(["<",n("name"),n("typeParameters")," ",...e.map(n,"attributes"),r.selfClosing?" />":">"]);const o=r.attributes.length>0&&fF(uF(r.attributes),dF.Trailing),i=0===r.attributes.length&&!u||(t.bracketSameLine||t.jsxBracketSameLine)&&(!u||r.attributes.length>0)&&!o,s=r.attributes&&r.attributes.some((e=>e.value&&lF(e.value)&&e.value.value.includes("\n")));return Yv(["<",n("name"),n("typeParameters"),Kv(e.map((()=>[Jv,n()]),"attributes")),r.selfClosing?Jv:i?">":Xv,r.selfClosing?"/>":i?"":">"],{shouldBreak:s})}(e,t,n);case"JSXClosingElement":return function(e,t,n){const r=e.getValue(),u=[];u.push("</");const o=n("name");return fF(r.name,dF.Leading|dF.Line)?u.push(Kv([Gv,o]),Gv):fF(r.name,dF.Leading|dF.Block)?u.push(" ",o):u.push(o),u.push(">"),u}(e,0,n);case"JSXOpeningFragment":case"JSXClosingFragment":return function(e,t){const n=e.getValue(),r=fF(n),u=fF(n,dF.Line),o="JSXOpeningFragment"===n.type;return[o?"<":"</",Kv([u?Gv:r&&!o?" ":"",Hv(e,t,!0)]),u?Gv:"",">"]}(e,t);case"JSXEmptyExpression":return function(e,t){const n=e.getValue(),r=fF(n,dF.Line);return[Hv(e,t,!r),r?Gv:""]}(e,t);case"JSXText":throw new Error("JSXTest should be handled by JSXElement");default:throw new Error("Unknown JSX node type: ".concat(JSON.stringify(r.type),"."))}}},SF=gi,BF=et,wF=dr,TF=sr,PF=Li;eu({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=BF(this),n=wF(t),r=PF(t,0);return r.length=SF(r,t,t,n,0,void 0===e?1:TF(e)),r}});var NF,kF=vr,OF=Fr,IF=Object.keys||function(e){return kF(e,OF)},LF=zt,jF=Yt,_F=oe,MF=IF,RF=P?Object.defineProperties:function(e,t){jF(e);for(var n,r=_F(t),u=MF(t),o=u.length,i=0;o>i;)LF.f(e,n=u[i++],r[n]);return e},VF=fe("document","documentElement"),$F=Yt,WF=RF,qF=Fr,UF=vn,zF=VF,HF=Ot,JF=bn("IE_PROTO"),GF=function(){},XF=function(e){return"<script>"+e+"<\/script>"},YF=function(e){e.write(XF("")),e.close();var t=e.parentWindow.Object;return e=null,t},KF=function(){try{NF=new ActiveXObject("htmlfile")}catch(e){}KF="undefined"!=typeof document?document.domain&&NF?YF(NF):function(){var e,t=HF("iframe");return t.style.display="none",zF.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(XF("document.F=Object")),e.close(),e.F}():YF(NF);for(var e=qF.length;e--;)delete KF.prototype[qF[e]];return KF()};UF[JF]=!0;var QF=Object.create||function(e,t){var n;return null!==e?(GF.prototype=$F(e),n=new GF,GF.prototype=null,n[JF]=e):n=KF(),void 0===t?n:WF(n,t)},ZF=zt,ex=Et("unscopables"),tx=Array.prototype;null==tx[ex]&&ZF.f(tx,ex,{configurable:!0,value:QF(null)});!function(e){tx[ex][e]=!0}("flat");const{isNonEmptyArray:nx}=nc,{builders:{indent:rx,join:ux,line:ox}}=Wc,{isFlowAnnotationComment:ix}=eA;function sx(e,t,n){const r=e.getValue();if(!r.typeAnnotation)return"";const u=e.getParentNode(),o=r.definite||u&&"VariableDeclarator"===u.type&&u.definite,i="DeclareFunction"===u.type&&u.id===r;return ix(t.originalText,r.typeAnnotation)?[" /*: ",n("typeAnnotation")," */"]:[i?"":o?"!: ":": ",n("typeAnnotation")]}var ax={printOptionalToken:function(e){const t=e.getValue();return!t.optional||"Identifier"===t.type&&t===e.getParentNode().key?"":"OptionalCallExpression"===t.type||"OptionalMemberExpression"===t.type&&t.computed?"?.":"?"},printFunctionTypeParameters:function(e,t,n){const r=e.getValue();return r.typeArguments?n("typeArguments"):r.typeParameters?n("typeParameters"):""},printBindExpressionCallee:function(e,t,n){return["::",n("callee")]},printTypeScriptModifiers:function(e,t,n){const r=e.getValue();return nx(r.modifiers)?[ux(" ",e.map(n,"modifiers"))," "]:""},printTypeAnnotation:sx,printRestSpread:function(e,t,n){return["...",n("argument"),sx(e,t,n)]},adjustClause:function(e,t,n){return"EmptyStatement"===e.type?";":"BlockStatement"===e.type||n?[" ",t]:rx([ox,t])}};const{printDanglingComments:cx}=jD,{builders:{line:lx,softline:px,hardline:fx,group:dx,indent:hx,ifBreak:gx,fill:mx}}=Wc,{getLast:Dx,hasNewline:yx}=nc,{shouldPrintComma:Ex,hasComment:Ax,CommentCheckFlags:Cx,isNextLineEmpty:bx,isNumericLiteral:vx,isSignedNumericLiteral:Fx}=eA,{locStart:xx}=Wh,{printOptionalToken:Sx,printTypeAnnotation:Bx}=ax;function wx(e,t){return e.elements.length>1&&e.elements.every((e=>e&&(vx(e)||Fx(e)&&!Ax(e.argument))&&!Ax(e,Cx.Trailing|Cx.Line,(e=>!yx(t.originalText,xx(e),{backwards:!0})))))}function Tx(e,t,n,r){const u=[];let o=[];return e.each((e=>{u.push(o,dx(r())),o=[",",lx],e.getValue()&&bx(e.getValue(),t)&&o.push(px)}),n),u}function Px(e,t,n,r){const u=[];return e.each(((e,o,i)=>{const s=o===i.length-1;u.push([n(),s?r:","]),s||u.push(bx(e.getValue(),t)?[fx,fx]:Ax(i[o+1],Cx.Leading|Cx.Line)?fx:lx)}),"elements"),mx(u)}var Nx={printArray:function(e,t,n){const r=e.getValue(),u=[],o="TupleExpression"===r.type?"#[":"[";if(0===r.elements.length)Ax(r,Cx.Dangling)?u.push(dx([o,cx(e,t),px,"]"])):u.push(o,"]");else{const i=Dx(r.elements),s=!(i&&"RestElement"===i.type),a=null===i,c=Symbol("array"),l=!t.__inJestEach&&r.elements.length>1&&r.elements.every(((e,t,n)=>{const r=e&&e.type;if("ArrayExpression"!==r&&"ObjectExpression"!==r)return!1;const u=n[t+1];if(u&&r!==u.type)return!1;const o="ArrayExpression"===r?"elements":"properties";return e[o]&&e[o].length>1})),p=wx(r,t),f=s?a?",":Ex(t)?p?gx(",","",{groupId:c}):gx(","):"":"";u.push(dx([o,hx([px,p?Px(e,t,n,f):[Tx(e,t,"elements",n),f],cx(e,t,!0)]),px,"]"],{shouldBreak:l,id:c}))}return u.push(Sx(e),Bx(e,t,n)),u},printArrayItems:Tx,isConciselyPrintedArray:wx};const{printDanglingComments:kx}=jD,{getLast:Ox,getPenultimate:Ix}=nc,{getFunctionParameters:Lx,hasComment:jx,CommentCheckFlags:_x,isFunctionCompositionArgs:Mx,isJsxNode:Rx,isLongCurriedCallExpression:Vx,shouldPrintComma:$x,getCallArguments:Wx,iterateCallArgumentsPath:qx,isNextLineEmpty:Ux,isCallExpression:zx,isStringLiteral:Hx,isObjectProperty:Jx}=eA,{builders:{line:Gx,hardline:Xx,softline:Yx,group:Kx,indent:Qx,conditionalGroup:Zx,ifBreak:eS,breakParent:tS},utils:{willBreak:nS}}=Wc,{ArgExpansionBailout:rS}=ap,{isConciselyPrintedArray:uS}=Nx;function oS(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return"ObjectExpression"===e.type&&(e.properties.length>0||jx(e))||"ArrayExpression"===e.type&&(e.elements.length>0||jx(e))||"TSTypeAssertion"===e.type&&oS(e.expression)||"TSAsExpression"===e.type&&oS(e.expression)||"FunctionExpression"===e.type||"ArrowFunctionExpression"===e.type&&(!e.returnType||!e.returnType.typeAnnotation||"TSTypeReference"!==e.returnType.typeAnnotation.type||iS(e.body))&&("BlockStatement"===e.body.type||"ArrowFunctionExpression"===e.body.type&&oS(e.body,!0)||"ObjectExpression"===e.body.type||"ArrayExpression"===e.body.type||!t&&(zx(e.body)||"ConditionalExpression"===e.body.type)||Rx(e.body))||"DoExpression"===e.type||"ModuleExpression"===e.type}function iS(e){return"BlockStatement"===e.type&&(e.body.some((e=>"EmptyStatement"!==e.type))||jx(e,_x.Dangling))}var sS=function(e,t,n){const r=e.getValue(),u="ImportExpression"===r.type,o=Wx(r);if(0===o.length)return["(",kx(e,t,!0),")"];if(function(e){return 2===e.length&&"ArrowFunctionExpression"===e[0].type&&0===Lx(e[0]).length&&"BlockStatement"===e[0].body.type&&"ArrayExpression"===e[1].type&&!e.some((e=>jx(e)))}(o))return["(",n(["arguments",0]),", ",n(["arguments",1]),")"];let i=!1,s=!1;const a=o.length-1,c=[];qx(e,((e,r)=>{const u=e.getNode(),o=[n()];r===a||(Ux(u,t)?(0===r&&(s=!0),i=!0,o.push(",",Xx,Xx)):o.push(",",Gx)),c.push(o)}));const l=u||r.callee&&"Import"===r.callee.type||!$x(t,"all")?"":",";function p(){return Kx(["(",Qx([Gx,...c]),l,Gx,")"],{shouldBreak:!0})}if(i||"Decorator"!==e.getParentNode().type&&Mx(o))return p();const f=function(e){if(2!==e.length)return!1;const[t,n]=e;return!("ModuleExpression"!==t.type||!function(e){return"ObjectExpression"===e.type&&1===e.properties.length&&Jx(e.properties[0])&&"Identifier"===e.properties[0].key.type&&"type"===e.properties[0].key.name&&Hx(e.properties[0].value)&&"module"===e.properties[0].value.value}(n))||!jx(t)&&("FunctionExpression"===t.type||"ArrowFunctionExpression"===t.type&&"BlockStatement"===t.body.type)&&"FunctionExpression"!==n.type&&"ArrowFunctionExpression"!==n.type&&"ConditionalExpression"!==n.type&&!oS(n)}(o),d=function(e,t){const n=Ox(e),r=Ix(e);return!jx(n,_x.Leading)&&!jx(n,_x.Trailing)&&oS(n)&&(!r||r.type!==n.type)&&(2!==e.length||"ArrowFunctionExpression"!==r.type||"ArrayExpression"!==n.type)&&!(e.length>1&&"ArrayExpression"===n.type&&uS(n,t))}(o,t);if(f||d){if(f?c.slice(1).some(nS):c.slice(0,-1).some(nS))return p();let t=[];try{e.try((()=>{qx(e,((e,r)=>{f&&0===r&&(t=[[n([],{expandFirstArg:!0}),c.length>1?",":"",s?Xx:Gx,s?Xx:""],...c.slice(1)]),d&&r===a&&(t=[...c.slice(0,-1),n([],{expandLastArg:!0})])}))}))}catch(e){if(e instanceof rS)return p();throw e}return[c.some(nS)?tS:"",Zx([["(",...t,")"],f?["(",Kx(t[0],{shouldBreak:!0}),...t.slice(1),")"]:["(",...c.slice(0,-1),Kx(Ox(t),{shouldBreak:!0}),")"],p()])]}const h=["(",Qx([Yx,...c]),eS(l),Yx,")"];return Vx(e)?h:Kx(h,{shouldBreak:c.some(nS)||i})};const{builders:{softline:aS,group:cS,indent:lS,label:pS}}=Wc,{isNumericLiteral:fS,isMemberExpression:dS,isCallExpression:hS}=eA,{printOptionalToken:gS}=ax;function mS(e,t,n){const r=n("property"),u=e.getValue(),o=gS(e);return u.computed?!u.property||fS(u.property)?[o,"[",r,"]"]:cS([o,"[",lS([aS,r]),aS,"]"]):[o,".",r]}var DS={printMemberExpression:function(e,t,n){const r=e.getValue(),u=e.getParentNode();let o,i=0;do{o=e.getParentNode(i),i++}while(o&&(dS(o)||"TSNonNullExpression"===o.type));const s=n("object"),a=mS(e,0,n),c=o&&("NewExpression"===o.type||"BindExpression"===o.type||"AssignmentExpression"===o.type&&"Identifier"!==o.left.type)||r.computed||"Identifier"===r.object.type&&"Identifier"===r.property.type&&!dS(u)||("AssignmentExpression"===u.type||"VariableDeclarator"===u.type)&&(hS(r.object)&&r.object.arguments.length>0||"TSNonNullExpression"===r.object.type&&hS(r.object.expression)&&r.object.expression.arguments.length>0||"member-chain"===s.label);return pS("member-chain"===s.label?"member-chain":"member",[s,c?a:cS(lS([aS,a]))])},printMemberLookup:mS};const{printComments:yS}=jD,{getLast:ES,isNextLineEmptyAfterIndex:AS,getNextNonSpaceNonCommentCharacterIndex:CS}=nc,bS=tv,{isCallExpression:vS,isMemberExpression:FS,isFunctionOrArrowExpression:xS,isLongCurriedCallExpression:SS,isMemberish:BS,isNumericLiteral:wS,isSimpleCallArgument:TS,hasComment:PS,CommentCheckFlags:NS,isNextLineEmpty:kS}=eA,{locEnd:OS}=Wh,{builders:{join:IS,hardline:LS,group:jS,indent:_S,conditionalGroup:MS,breakParent:RS,label:VS},utils:{willBreak:$S}}=Wc,WS=sS,{printMemberLookup:qS}=DS,{printOptionalToken:US,printFunctionTypeParameters:zS,printBindExpressionCallee:HS}=ax;const{builders:{join:JS,group:GS}}=Wc,XS=tv,{getCallArguments:YS,hasFlowAnnotationComment:KS,isCallExpression:QS,isMemberish:ZS,isStringLiteral:eB,isTemplateOnItsOwnLine:tB,isTestCall:nB,iterateCallArgumentsPath:rB}=eA,uB=function(e,t,n){const r=e.getParentNode(),u=!r||"ExpressionStatement"===r.type,o=[];function i(e){const{originalText:n}=t,r=CS(n,e,OS);return")"===n.charAt(r)?!1!==r&&AS(n,r+1):kS(e,t)}function s(e){const r=e.getValue();vS(r)&&(BS(r.callee)||vS(r.callee))?(o.unshift({node:r,printed:[yS(e,[US(e),zS(e,t,n),WS(e,t,n)],t),i(r)?LS:""]}),e.call((e=>s(e)),"callee")):BS(r)?(o.unshift({node:r,needsParens:bS(e,t),printed:yS(e,FS(r)?qS(e,t,n):HS(e,t,n),t)}),e.call((e=>s(e)),"object")):"TSNonNullExpression"===r.type?(o.unshift({node:r,printed:yS(e,"!",t)}),e.call((e=>s(e)),"expression")):o.unshift({node:r,printed:n()})}const a=e.getValue();o.unshift({node:a,printed:[US(e),zS(e,t,n),WS(e,t,n)]}),a.callee&&e.call((e=>s(e)),"callee");const c=[];let l=[o[0]],p=1;for(;p<o.length&&("TSNonNullExpression"===o[p].node.type||vS(o[p].node)||FS(o[p].node)&&o[p].node.computed&&wS(o[p].node.property));++p)l.push(o[p]);if(!vS(o[0].node))for(;p+1<o.length&&BS(o[p].node)&&BS(o[p+1].node);++p)l.push(o[p]);c.push(l),l=[];let f=!1;for(;p<o.length;++p){if(f&&BS(o[p].node)){if(o[p].node.computed&&wS(o[p].node.property)){l.push(o[p]);continue}c.push(l),l=[],f=!1}(vS(o[p].node)||"ImportExpression"===o[p].node.type)&&(f=!0),l.push(o[p]),PS(o[p].node,NS.Trailing)&&(c.push(l),l=[],f=!1)}function d(e){return/^[A-Z]|^[$_]+$/.test(e)}l.length>0&&c.push(l);const h=c.length>=2&&!PS(c[1][0].node)&&function(e){const n=e[1].length>0&&e[1][0].node.computed;if(1===e[0].length){const r=e[0][0].node;return"ThisExpression"===r.type||"Identifier"===r.type&&(d(r.name)||u&&function(e){return e.length<=t.tabWidth}(r.name)||n)}const r=ES(e[0]).node;return FS(r)&&"Identifier"===r.property.type&&(d(r.property.name)||n)}(c);function g(e){const t=e.map((e=>e.printed));return e.length>0&&ES(e).needsParens?["(",...t,")"]:t}const m=c.map(g),D=m,y=h?3:2,E=c.flat(),A=E.slice(1,-1).some((e=>PS(e.node,NS.Leading)))||E.slice(0,-1).some((e=>PS(e.node,NS.Trailing)))||c[y]&&PS(c[y][0].node,NS.Leading);if(c.length<=y&&!A)return SS(e)?D:jS(D);const C=ES(c[h?1:0]).node,b=!vS(C)&&i(C),v=[g(c[0]),h?c.slice(1,2).map(g):"",b?LS:"",function(e){return 0===e.length?"":_S(jS([LS,IS(LS,e.map(g))]))}(c.slice(h?2:1))],F=o.map((e=>{let{node:t}=e;return t})).filter(vS);let x;return x=A||F.length>2&&F.some((e=>!e.arguments.every((e=>TS(e,0)))))||m.slice(0,-1).some($S)||function(){const e=ES(ES(c)).node,t=ES(m);return vS(e)&&$S(t)&&F.slice(0,-1).some((e=>e.arguments.some(xS)))}()?jS(v):[$S(D)||b?RS:"",MS([D,v])],VS("member-chain",x)},oB=sS,{printOptionalToken:iB,printFunctionTypeParameters:sB}=ax;var aB={printCallExpression:function(e,t,n){const r=e.getValue(),u=e.getParentNode(),o="NewExpression"===r.type,i="ImportExpression"===r.type,s=iB(e),a=YS(r);if(a.length>0&&(!i&&!o&&function(e,t){if("Identifier"!==e.callee.type)return!1;if("require"===e.callee.name)return!0;if("define"===e.callee.name){const n=YS(e);return"ExpressionStatement"===t.type&&(1===n.length||2===n.length&&"ArrayExpression"===n[0].type||3===n.length&&eB(n[0])&&"ArrayExpression"===n[1].type)}return!1}(r,u)||1===a.length&&tB(a[0],t.originalText)||!o&&nB(r,u))){const r=[];return rB(e,(()=>{r.push(n())})),[o?"new ":"",n("callee"),s,sB(e,t,n),"(",JS(", ",r),")"]}const c=("babel"===t.parser||"babel-flow"===t.parser)&&r.callee&&"Identifier"===r.callee.type&&KS(r.callee.trailingComments);if(c&&(r.callee.trailingComments[0].printed=!0),!i&&!o&&ZS(r.callee)&&!e.call((e=>XS(e,t)),"callee"))return uB(e,t,n);const l=[o?"new ":"",i?"import":n("callee"),s,c?"/*:: ".concat(r.callee.trailingComments[0].value.slice(2).trim()," */"):"",sB(e,t,n),oB(e,t,n)];return i||QS(r.callee)?GS(l):l}};const{isNonEmptyArray:cB,getStringWidth:lB}=nc,{builders:{line:pB,group:fB,indent:dB,indentIfBreak:hB},utils:{cleanDoc:gB,willBreak:mB,canBreak:DB}}=Wc,{hasLeadingOwnLineComment:yB,isBinaryish:EB,isStringLiteral:AB,isLiteral:CB,isNumericLiteral:bB,isCallExpression:vB,isMemberExpression:FB,getCallArguments:xB,rawText:SB,hasComment:BB,isSignedNumericLiteral:wB,isObjectProperty:TB}=eA,{shouldInlineLogicalExpression:PB}=Lv,{printCallExpression:NB}=aB;function kB(e,t,n,r,u,o){const i=function(e,t,n,r,u){const o=e.getValue(),i=o[u];if(!i)return"only-left";const s=!OB(i);if(e.match(OB,IB,(e=>!s||"ExpressionStatement"!==e.type&&"VariableDeclaration"!==e.type)))return s?"ArrowFunctionExpression"===i.type&&"ArrowFunctionExpression"===i.body.type?"chain-tail-arrow-chain":"chain-tail":"chain";if(!s&&OB(i.right)||yB(t.originalText,i))return"break-after-operator";if("CallExpression"===i.type&&"require"===i.callee.name||"json5"===t.parser||"json"===t.parser)return"never-break-after-operator";if(function(e){if(IB(e)){const t=e.left||e.id;return"ObjectPattern"===t.type&&t.properties.length>2&&t.properties.some((e=>TB(e)&&(!e.shorthand||e.value&&"AssignmentPattern"===e.value.type)))}return!1}(o)||function(e){const t=function(e){return function(e){return"TSTypeAliasDeclaration"===e.type||"TypeAlias"===e.type}(e)&&e.typeParameters&&e.typeParameters.params?e.typeParameters.params:null}(e);if(cB(t)){const n="TSTypeAliasDeclaration"===e.type?"constraint":"bound";if(t.length>1&&t.some((e=>e[n]||e.default)))return!0}return!1}(o)||function(e){if("VariableDeclarator"!==e.type)return!1;const{typeAnnotation:t}=e.id;if(!t||!t.typeAnnotation)return!1;const n=jB(t.typeAnnotation);return cB(n)&&n.length>1&&n.some((e=>cB(jB(e))||"TSConditionalType"===e.type))}(o)||LB(o)&&DB(r))return"break-lhs";const a=function(e,t,n){if(!TB(e))return!1;return"string"==typeof(t=gB(t))&&lB(t)<n.tabWidth+3}(o,r,t);return e.call((()=>function(e,t,n,r){const u=e.getValue();if(EB(u)&&!PB(u))return!0;switch(u.type){case"StringLiteralTypeAnnotation":case"SequenceExpression":return!0;case"ConditionalExpression":{const{test:e}=u;return EB(e)&&!PB(e)}case"ClassExpression":return cB(u.decorators)}if(r)return!1;let o=u;const i=[];for(;;)if("UnaryExpression"===o.type)o=o.argument,i.push("argument");else{if("TSNonNullExpression"!==o.type)break;o=o.expression,i.push("expression")}return!(!AB(o)&&!e.call((()=>_B(e,t,n)),...i))}(e,t,n,a)),u)?"break-after-operator":a||"TemplateLiteral"===i.type||"TaggedTemplateExpression"===i.type||"BooleanLiteral"===i.type||bB(i)||"ClassExpression"===i.type?"never-break-after-operator":"fluid"}(e,t,n,r,o),s=n(o,{assignmentLayout:i});switch(i){case"break-after-operator":return fB([fB(r),u,fB(dB([pB,s]))]);case"never-break-after-operator":return fB([fB(r),u," ",s]);case"fluid":{const e=Symbol("assignment");return fB([fB(r),u,fB(dB(pB),{id:e}),hB(s,{groupId:e})])}case"break-lhs":return fB([r,u," ",fB(s)]);case"chain":return[fB(r),u,pB,s];case"chain-tail":return[fB(r),u,dB([pB,s])];case"chain-tail-arrow-chain":return[fB(r),u,s];case"only-left":return r}}function OB(e){return"AssignmentExpression"===e.type}function IB(e){return OB(e)||"VariableDeclarator"===e.type}function LB(e){return"VariableDeclarator"===e.type&&e.init&&"ArrowFunctionExpression"===e.init.type}function jB(e){return function(e){return"TSTypeReference"===e.type||"GenericTypeAnnotation"===e.type}(e)&&e.typeParameters&&e.typeParameters.params?e.typeParameters.params:null}function _B(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const u=e.getValue(),o=()=>_B(e,t,n,!0);if("TSNonNullExpression"===u.type)return e.call(o,"expression");if(vB(u)){if("member-chain"===NB(e,t,n).label)return!1;const r=xB(u);return!!(0===r.length||1===r.length&&MB(r[0],t))&&!RB(u,n)&&e.call(o,"callee")}return FB(u)?e.call(o,"object"):r&&("Identifier"===u.type||"ThisExpression"===u.type)}function MB(e,t){let{printWidth:n}=t;if(BB(e))return!1;const r=.25*n;if("ThisExpression"===e.type||"Identifier"===e.type&&e.name.length<=r||wB(e)&&!BB(e.argument))return!0;const u="Literal"===e.type&&"regex"in e&&e.regex.pattern||"RegExpLiteral"===e.type&&e.pattern;return u?u.length<=r:AB(e)?SB(e).length<=r:"TemplateLiteral"===e.type?0===e.expressions.length&&e.quasis[0].value.raw.length<=r&&!e.quasis[0].value.raw.includes("\n"):CB(e)}function RB(e,t){const n=function(e){return e.typeParameters&&e.typeParameters.params||e.typeArguments&&e.typeArguments.params}(e);if(cB(n)){if(n.length>1)return!0;if(1===n.length){const e=n[0];if("TSUnionType"===e.type||"UnionTypeAnnotation"===e.type||"TSIntersectionType"===e.type||"IntersectionTypeAnnotation"===e.type)return!0}const r=e.typeParameters?"typeParameters":"typeArguments";if(mB(t(r)))return!0}return!1}var VB={printVariableDeclarator:function(e,t,n){return kB(e,t,n,n("id")," =","init")},printAssignmentExpression:function(e,t,n){const r=e.getValue();return kB(e,t,n,n("left"),[" ",r.operator],"right")},printAssignment:kB,isArrowFunctionVariableDeclarator:LB};const{getNextNonSpaceNonCommentCharacter:$B}=nc,{printDanglingComments:WB}=jD,{builders:{line:qB,hardline:UB,softline:zB,group:HB,indent:JB,ifBreak:GB},utils:{removeLines:XB,willBreak:YB}}=Wc,{getFunctionParameters:KB,iterateFunctionParametersPath:QB,isSimpleType:ZB,isTestCall:ew,isTypeAnnotationAFunction:tw,isObjectType:nw,isObjectTypePropertyAFunction:rw,hasRestParameter:uw,shouldPrintComma:ow,hasComment:iw,isNextLineEmpty:sw}=eA,{locEnd:aw}=Wh,{ArgExpansionBailout:cw}=ap,{printFunctionTypeParameters:lw}=ax;function pw(e){if(!e)return!1;const t=KB(e);if(1!==t.length)return!1;const[n]=t;return!iw(n)&&("ObjectPattern"===n.type||"ArrayPattern"===n.type||"Identifier"===n.type&&n.typeAnnotation&&("TypeAnnotation"===n.typeAnnotation.type||"TSTypeAnnotation"===n.typeAnnotation.type)&&nw(n.typeAnnotation.typeAnnotation)||"FunctionTypeParam"===n.type&&nw(n.typeAnnotation)||"AssignmentPattern"===n.type&&("ObjectPattern"===n.left.type||"ArrayPattern"===n.left.type)&&("Identifier"===n.right.type||"ObjectExpression"===n.right.type&&0===n.right.properties.length||"ArrayExpression"===n.right.type&&0===n.right.elements.length))}var fw={printFunctionParameters:function(e,t,n,r,u){const o=e.getValue(),i=KB(o),s=u?lw(e,n,t):"";if(0===i.length)return[s,"(",WB(e,n,!0,(e=>")"===$B(n.originalText,e,aw))),")"];const a=e.getParentNode(),c=ew(a),l=pw(o),p=[];if(QB(e,((e,r)=>{const u=r===i.length-1;u&&o.rest&&p.push("..."),p.push(t()),u||(p.push(","),c||l?p.push(" "):sw(i[r],n)?p.push(UB,UB):p.push(qB))})),r){if(YB(s)||YB(p))throw new cw;return HB([XB(s),"(",XB(p),")"])}const f=i.every((e=>!e.decorators));return l&&f||c?[s,"(",...p,")"]:(rw(a)||tw(a)||"TypeAlias"===a.type||"UnionTypeAnnotation"===a.type||"TSUnionType"===a.type||"IntersectionTypeAnnotation"===a.type||"FunctionTypeAnnotation"===a.type&&a.returnType===o)&&1===i.length&&null===i[0].name&&o.this!==i[0]&&i[0].typeAnnotation&&null===o.typeParameters&&ZB(i[0].typeAnnotation)&&!o.rest?"always"===n.arrowParens?["(",...p,")"]:p:[s,"(",JB([zB,...p]),GB(!uw(o)&&ow(n,"all")?",":""),zB,")"]},shouldHugFunctionParameters:pw,shouldGroupFunctionParameters:function(e,t){const n=function(e){let t;return e.returnType?(t=e.returnType,t.typeAnnotation&&(t=t.typeAnnotation)):e.typeAnnotation&&(t=e.typeAnnotation),t}(e);if(!n)return!1;const r=e.typeParameters&&e.typeParameters.params;if(r){if(r.length>1)return!1;if(1===r.length){const e=r[0];if(e.constraint||e.default)return!1}}return 1===KB(e).length&&(nw(n)||YB(t))}};const{printComments:dw,printDanglingComments:hw}=jD,{getLast:gw,isNonEmptyArray:mw}=nc,{builders:{group:Dw,join:yw,line:Ew,softline:Aw,indent:Cw,align:bw,ifBreak:vw}}=Wc,Fw=tv,{locStart:xw}=Wh,{isSimpleType:Sw,isObjectType:Bw,hasLeadingOwnLineComment:ww,isObjectTypePropertyAFunction:Tw,shouldPrintComma:Pw}=eA,{printAssignment:Nw}=VB,{printFunctionParameters:kw,shouldGroupFunctionParameters:Ow}=fw,{printArrayItems:Iw}=Nx;function Lw(e){if(Sw(e)||Bw(e))return!0;if("UnionTypeAnnotation"===e.type||"TSUnionType"===e.type){const t=e.types.filter((e=>"VoidTypeAnnotation"===e.type||"TSVoidKeyword"===e.type||"NullLiteralTypeAnnotation"===e.type||"TSNullKeyword"===e.type)).length,n=e.types.some((e=>"ObjectTypeAnnotation"===e.type||"TSTypeLiteral"===e.type||"GenericTypeAnnotation"===e.type||"TSTypeReference"===e.type));if(e.types.length-1===t&&n)return!0}return!1}var jw={printOpaqueType:function(e,t,n){const r=t.semi?";":"",u=e.getValue(),o=[];return o.push("opaque type ",n("id"),n("typeParameters")),u.supertype&&o.push(": ",n("supertype")),u.impltype&&o.push(" = ",n("impltype")),o.push(r),o},printTypeAlias:function(e,t,n){const r=t.semi?";":"",u=e.getValue(),o=[];u.declare&&o.push("declare "),o.push("type ",n("id"),n("typeParameters"));const i="TSTypeAliasDeclaration"===u.type?"typeAnnotation":"right";return[Nw(e,t,n,o," =",i),r]},printIntersectionType:function(e,t,n){const r=e.getValue(),u=e.map(n,"types"),o=[];let i=!1;for(let e=0;e<u.length;++e)0===e?o.push(u[e]):Bw(r.types[e-1])&&Bw(r.types[e])?o.push([" & ",i?Cw(u[e]):u[e]]):Bw(r.types[e-1])||Bw(r.types[e])?(e>1&&(i=!0),o.push(" & ",e>1?Cw(u[e]):u[e])):o.push(Cw([" &",Ew,u[e]]));return Dw(o)},printUnionType:function(e,t,n){const r=e.getValue(),u=e.getParentNode(),o=!("TypeParameterInstantiation"===u.type||"TSTypeParameterInstantiation"===u.type||"GenericTypeAnnotation"===u.type||"TSTypeReference"===u.type||"TSTypeAssertion"===u.type||"TupleTypeAnnotation"===u.type||"TSTupleType"===u.type||"FunctionTypeParam"===u.type&&!u.name&&e.getParentNode(1).this!==u||("TypeAlias"===u.type||"VariableDeclarator"===u.type||"TSTypeAliasDeclaration"===u.type)&&ww(t.originalText,r)),i=Lw(r),s=e.map((e=>{let r=n();return i||(r=bw(2,r)),dw(e,r,t)}),"types");if(i)return yw(" | ",s);const a=o&&!ww(t.originalText,r),c=[vw([a?Ew:"","| "]),yw([Ew,"| "],s)];return Fw(e,t)?Dw([Cw(c),Aw]):"TupleTypeAnnotation"===u.type&&u.types.length>1||"TSTupleType"===u.type&&u.elementTypes.length>1?Dw([Cw([vw(["(",Aw]),c]),Aw,vw(")")]):Dw(o?Cw(c):c)},printFunctionType:function(e,t,n){const r=e.getValue(),u=[],o=e.getParentNode(0),i=e.getParentNode(1),s=e.getParentNode(2);let a="TSFunctionType"===r.type||!(("ObjectTypeProperty"===o.type||"ObjectTypeInternalSlot"===o.type)&&!o.variance&&!o.optional&&xw(o)===xw(r)||"ObjectTypeCallProperty"===o.type||s&&"DeclareFunction"===s.type),c=a&&("TypeAnnotation"===o.type||"TSTypeAnnotation"===o.type);const l=c&&a&&("TypeAnnotation"===o.type||"TSTypeAnnotation"===o.type)&&"ArrowFunctionExpression"===i.type;Tw(o)&&(a=!0,c=!0),l&&u.push("(");const p=kw(e,n,t,!1,!0),f=r.returnType||r.predicate||r.typeAnnotation?[a?" => ":": ",n("returnType"),n("predicate"),n("typeAnnotation")]:"",d=Ow(r,f);return u.push(d?Dw(p):p),f&&u.push(f),l&&u.push(")"),Dw(u)},printTupleType:function(e,t,n){const r=e.getValue(),u="TSTupleType"===r.type?"elementTypes":"types",o=r[u],i=mw(o),s=i&&"TSRestType"===gw(o).type,a=i?Aw:"";return Dw(["[",Cw([a,Iw(e,t,u,n)]),vw(i&&Pw(t,"all")&&!s?",":""),hw(e,t,!0),a,"]"])},printIndexedAccessType:function(e,t,n){const r=e.getValue(),u="OptionalIndexedAccessType"===r.type&&r.optional?"?.[":"[";return[n("objectType"),u,n("indexType"),"]"]},shouldHugType:Lw};const{printDanglingComments:_w}=jD,{builders:{join:Mw,line:Rw,hardline:Vw,softline:$w,group:Ww,indent:qw,ifBreak:Uw}}=Wc,{isTestCall:zw,hasComment:Hw,CommentCheckFlags:Jw,isTSXFile:Gw,shouldPrintComma:Xw,getFunctionParameters:Yw,isObjectType:Kw}=eA,{createGroupIdMapper:Qw}=nc,{shouldHugType:Zw}=jw,{isArrowFunctionVariableDeclarator:eT}=VB,tT=Qw("typeParameters");function nT(e,t){const n=e.getValue();if(!Hw(n,Jw.Dangling))return"";const r=!Hw(n,Jw.Line),u=_w(e,t,r);return r?u:[u,Vw]}var rT={printTypeParameter:function(e,t,n){const r=e.getValue(),u=[],o=e.getParentNode();return"TSMappedType"===o.type?(u.push("[",n("name")),r.constraint&&u.push(" in ",n("constraint")),o.nameType&&u.push(" as ",e.callParent((()=>n("nameType")))),u.push("]"),u):(r.variance&&u.push(n("variance")),u.push(n("name")),r.bound&&u.push(": ",n("bound")),r.constraint&&u.push(" extends ",n("constraint")),r.default&&u.push(" = ",n("default")),u)},printTypeParameters:function(e,t,n,r){const u=e.getValue();if(!u[r])return"";if(!Array.isArray(u[r]))return n(r);const o=e.getNode(2),i=o&&zw(o),s=e.match((e=>!(1===e[r].length&&Kw(e[r][0]))),void 0,((e,t)=>"typeAnnotation"===t),(e=>"Identifier"===e.type),eT);if(!s&&(i||0===u[r].length||1===u[r].length&&("NullableTypeAnnotation"===u[r][0].type||Zw(u[r][0]))))return["<",Mw(", ",e.map(n,r)),nT(e,t),">"];const a="TSTypeParameterInstantiation"===u.type?"":1===Yw(u).length&&Gw(t)&&!u[r][0].constraint&&"ArrowFunctionExpression"===e.getParentNode().type?",":Xw(t,"all")?Uw(","):"";return Ww(["<",qw([$w,Mw([",",Rw],e.map(n,r))]),a,$w,">"],{id:tT(u)})},getTypeParametersGroupId:tT};const{printComments:uT}=jD,{printString:oT,printNumber:iT}=nc,{isNumericLiteral:sT,isSimpleNumber:aT,isStringLiteral:cT,isStringPropSafeToUnquote:lT,rawText:pT}=eA,{printAssignment:fT}=VB,dT=new WeakMap;function hT(e,t,n){const r=e.getNode();if(r.computed)return["[",n("key"),"]"];const u=e.getParentNode(),{key:o}=r;if("ClassPrivateProperty"===r.type&&"Identifier"===o.type)return["#",n("key")];if("consistent"===t.quoteProps&&!dT.has(u)){const e=(u.properties||u.body||u.members).some((e=>!e.computed&&e.key&&cT(e.key)&&!lT(e,t)));dT.set(u,e)}if(("Identifier"===o.type||sT(o)&&aT(iT(pT(o)))&&String(o.value)===iT(pT(o))&&"typescript"!==t.parser&&"babel-ts"!==t.parser)&&("json"===t.parser||"consistent"===t.quoteProps&&dT.get(u))){const n=oT(JSON.stringify("Identifier"===o.type?o.name:o.value.toString()),t);return e.call((e=>uT(e,n,t)),"key")}return lT(r,t)&&("as-needed"===t.quoteProps||"consistent"===t.quoteProps&&!dT.get(u))?e.call((e=>uT(e,/^\d/.test(o.value)?iT(o.value):o.value,t)),"key"):n("key")}var gT={printProperty:function(e,t,n){return e.getValue().shorthand?n("value"):fT(e,t,n,hT(e,t,n),":","value")},printPropertyKey:hT};const mT=cD,{printDanglingComments:DT,printCommentsSeparately:yT}=jD,ET=ni,{getNextNonSpaceNonCommentCharacterIndex:AT}=nc,{builders:{line:CT,softline:bT,group:vT,indent:FT,ifBreak:xT,hardline:ST,join:BT,indentIfBreak:wT},utils:{removeLines:TT,willBreak:PT}}=Wc,{ArgExpansionBailout:NT}=ap,{getFunctionParameters:kT,hasLeadingOwnLineComment:OT,isFlowAnnotationComment:IT,isJsxNode:LT,isTemplateOnItsOwnLine:jT,shouldPrintComma:_T,startsWithNoLookaheadToken:MT,isBinaryish:RT,isLineComment:VT,hasComment:$T,getComments:WT,CommentCheckFlags:qT,isCallLikeExpression:UT,isCallExpression:zT,getCallArguments:HT,hasNakedLeftSide:JT,getLeftSide:GT}=eA,{locEnd:XT}=Wh,{printFunctionParameters:YT,shouldGroupFunctionParameters:KT}=fw,{printPropertyKey:QT}=gT,{printFunctionTypeParameters:ZT}=ax;function eP(e,t,n){const r=e.getNode(),u=YT(e,n,t),o=nP(e,n,t),i=KT(r,o),s=[ZT(e,t,n),vT([i?vT(u):u,o])];return r.body?s.push(" ",n("body")):s.push(t.semi?";":""),s}function tP(e,t){return"always"!==t.arrowParens&&"avoid"===t.arrowParens&&function(e){const t=kT(e);return!(1!==t.length||e.typeParameters||$T(e,qT.Dangling)||"Identifier"!==t[0].type||t[0].typeAnnotation||$T(t[0])||t[0].optional||e.predicate||e.returnType)}(e.getValue())}function nP(e,t,n){const r=e.getValue(),u=t("returnType");if(r.returnType&&IT(n.originalText,r.returnType))return[" /*: ",u," */"];const o=[u];return r.returnType&&r.returnType.typeAnnotation&&o.unshift(": "),r.predicate&&o.push(r.returnType?" ":": ",t("predicate")),o}function rP(e,t,n){const r=e.getValue(),u=t.semi?";":"",o=[];r.argument&&(function(e,t){if(OT(e.originalText,t))return!0;if(JT(t)){let n,r=t;for(;n=GT(r);)if(r=n,OT(e.originalText,r))return!0}return!1}(t,r.argument)?o.push([" (",FT([ST,n("argument")]),ST,")"]):RT(r.argument)||"SequenceExpression"===r.argument.type?o.push(vT([xT(" ("," "),FT([bT,n("argument")]),bT,xT(")")])):o.push(" ",n("argument")));const i=WT(r),s=ET(i),a=s&&VT(s);return a&&o.push(u),$T(r,qT.Dangling)&&o.push(" ",DT(e,t,!0)),a||o.push(u),o}var uP={printFunction:function(e,t,n,r){const u=e.getValue();let o=!1;if(("FunctionDeclaration"===u.type||"FunctionExpression"===u.type)&&r&&r.expandLastArg){const t=e.getParentNode();zT(t)&&HT(t).length>1&&(o=!0)}const i=[];"TSDeclareFunction"===u.type&&u.declare&&i.push("declare "),u.async&&i.push("async "),u.generator?i.push("function* "):i.push("function "),u.id&&i.push(t("id"));const s=YT(e,t,n,o),a=nP(e,t,n),c=KT(u,a);return i.push(ZT(e,n,t),vT([c?vT(s):s,a]),u.body?" ":"",t("body")),!n.semi||!u.declare&&u.body||i.push(";"),i},printArrowFunction:function(e,t,n,r){let u=e.getValue();const o=[],i=[];let s=!1;if(function a(){const c=function(e,t,n,r){const u=[];if(e.getValue().async&&u.push("async "),tP(e,t))u.push(n(["params",0]));else{const o=r&&(r.expandLastArg||r.expandFirstArg);let i=nP(e,n,t);if(o){if(PT(i))throw new NT;i=vT(TT(i))}u.push(vT([YT(e,n,t,o,!0),i]))}const o=DT(e,t,!0,(e=>{const n=AT(t.originalText,e,XT);return!1!==n&&"=>"===t.originalText.slice(n,n+2)}));return o&&u.push(" ",o),u}(e,t,n,r);if(0===o.length)o.push(c);else{const{leading:n,trailing:r}=yT(e,t);o.push([n,c]),i.unshift(r)}s=s||u.returnType&&kT(u).length>0||u.typeParameters||kT(u).some((e=>"Identifier"!==e.type)),"ArrowFunctionExpression"!==u.body.type||r&&r.expandLastArg?i.unshift(n("body",r)):(u=u.body,e.call(a,"body"))}(),o.length>1)return function(e,t,n,r,u,o){const i=e.getName(),s=e.getParentNode(),a=UT(s)&&"callee"===i,c=Boolean(t&&t.assignmentLayout),l="BlockStatement"!==o.body.type&&"ObjectExpression"!==o.body.type&&"SequenceExpression"!==o.body.type,p=a&&l||t&&"chain-tail-arrow-chain"===t.assignmentLayout,f=Symbol("arrow-chain");return"SequenceExpression"===o.body.type&&(u=vT(["(",FT([bT,u]),bT,")"])),vT([vT(FT([a||c?bT:"",vT(BT([" =>",CT],n),{shouldBreak:r})]),{id:f,shouldBreak:p})," =>",wT(l?FT([CT,u]):[" ",u],{groupId:f}),a?xT(bT,"",{groupId:f}):""])}(e,r,o,s,i,u);const a=o;if(a.push(" =>"),!OT(t.originalText,u.body)&&("ArrayExpression"===u.body.type||"ObjectExpression"===u.body.type||"BlockStatement"===u.body.type||LT(u.body)||jT(u.body,t.originalText)||"ArrowFunctionExpression"===u.body.type||"DoExpression"===u.body.type))return vT([...a," ",i]);if("SequenceExpression"===u.body.type)return vT([...a,vT([" (",FT([bT,i]),bT,")"])]);const c=(r&&r.expandLastArg||"JSXExpressionContainer"===e.getParentNode().type)&&!$T(u),l=r&&r.expandLastArg&&_T(t,"all"),p="ConditionalExpression"===u.body.type&&!MT(u.body,!1);return vT([...a,vT([FT([CT,p?xT("","("):"",i,p?xT("",")"):""]),c?[xT(l?",":""),bT]:""])])},printMethod:function(e,t,n){const r=e.getNode(),{kind:u}=r,o=r.value||r,i=[];return u&&"init"!==u&&"method"!==u&&"constructor"!==u?(mT.ok("get"===u||"set"===u),i.push(u," ")):o.async&&i.push("async "),o.generator&&i.push("*"),i.push(QT(e,t,n),r.optional||r.key.optional?"?":""),r===o?i.push(eP(e,t,n)):"FunctionExpression"===o.type?i.push(e.call((e=>eP(e,t,n)),"value")):i.push(n("value")),i},printReturnStatement:function(e,t,n){return["return",rP(e,t,n)]},printThrowStatement:function(e,t,n){return["throw",rP(e,t,n)]},printMethodInternal:eP,shouldPrintParamsWithoutParens:tP};const{isNonEmptyArray:oP,hasNewline:iP}=nc,{builders:{line:sP,hardline:aP,join:cP,breakParent:lP,group:pP}}=Wc,{locStart:fP,locEnd:dP}=Wh,{getParentExportDeclaration:hP}=eA;function gP(e,t){return e.decorators.some((e=>iP(t.originalText,dP(e))))}function mP(e){if("ExportDefaultDeclaration"!==e.type&&"ExportNamedDeclaration"!==e.type&&"DeclareExportDeclaration"!==e.type)return!1;const t=e.declaration&&e.declaration.decorators;return oP(t)&&fP(e,{ignoreDecorators:!0})>fP(t[0])}var DP={printDecorators:function(e,t,n){const r=e.getValue(),{decorators:u}=r;if(!oP(u)||mP(e.getParentNode()))return;const o="ClassExpression"===r.type||"ClassDeclaration"===r.type||gP(r,t);return[hP(e)?aP:o?lP:"",cP(sP,e.map(n,"decorators")),sP]},printClassMemberDecorators:function(e,t,n){const r=e.getValue();return pP([cP(sP,e.map(n,"decorators")),gP(r,t)?aP:sP])},printDecoratorsBeforeExport:function(e,t,n){return[cP(aP,e.map(n,"declaration","decorators")),aP]},hasDecoratorsBeforeExport:mP};const{isNonEmptyArray:yP,createGroupIdMapper:EP}=nc,{printComments:AP,printDanglingComments:CP}=jD,{builders:{join:bP,line:vP,hardline:FP,softline:xP,group:SP,indent:BP,ifBreak:wP}}=Wc,{hasComment:TP,CommentCheckFlags:PP}=eA,{getTypeParametersGroupId:NP}=rT,{printMethod:kP}=uP,{printOptionalToken:OP,printTypeAnnotation:IP}=ax,{printPropertyKey:LP}=gT,{printAssignment:jP}=VB,{printClassMemberDecorators:_P}=DP,MP=EP("heritageGroup");function RP(e){return e.typeParameters&&!TP(e.typeParameters,PP.Trailing|PP.Line)&&!function(e){return["superClass","extends","mixins","implements"].filter((t=>Boolean(e[t]))).length>1}(e)}function VP(e,t,n,r){const u=e.getValue();if(!yP(u[r]))return"";const o=CP(e,t,!0,(e=>{let{marker:t}=e;return t===r}));return[RP(u)?wP(" ",vP,{groupId:NP(u.typeParameters)}):vP,o,o&&FP,r,SP(BP([vP,bP([",",vP],e.map(n,r))]))]}function $P(e,t,n){const r=n("superClass");return"AssignmentExpression"===e.getParentNode().type?SP(wP(["(",BP([xP,r]),xP,")"],r)):r}var WP={printClass:function(e,t,n){const r=e.getValue(),u=[];r.declare&&u.push("declare "),r.abstract&&u.push("abstract "),u.push("class");const o=r.id&&TP(r.id,PP.Trailing)||r.superClass&&TP(r.superClass)||yP(r.extends)||yP(r.mixins)||yP(r.implements),i=[],s=[];if(r.id&&i.push(" ",n("id")),i.push(n("typeParameters")),r.superClass){const r=["extends ",$P(e,0,n),n("superTypeParameters")],u=e.call((e=>AP(e,r,t)),"superClass");o?s.push(vP,SP(u)):s.push(" ",u)}else s.push(VP(e,t,n,"extends"));if(s.push(VP(e,t,n,"mixins"),VP(e,t,n,"implements")),o){let e;e=RP(r)?[...i,BP(s)]:BP([...i,s]),u.push(SP(e,{id:MP(r)}))}else u.push(...i,...s);return u.push(" ",n("body")),u},printClassMethod:function(e,t,n){const r=e.getValue(),u=[];return yP(r.decorators)&&u.push(_P(e,t,n)),r.accessibility&&u.push(r.accessibility+" "),r.readonly&&u.push("readonly "),r.declare&&u.push("declare "),r.static&&u.push("static "),("TSAbstractMethodDefinition"===r.type||r.abstract)&&u.push("abstract "),r.override&&u.push("override "),u.push(kP(e,t,n)),u},printClassProperty:function(e,t,n){const r=e.getValue(),u=[],o=t.semi?";":"";return yP(r.decorators)&&u.push(_P(e,t,n)),r.accessibility&&u.push(r.accessibility+" "),r.declare&&u.push("declare "),r.static&&u.push("static "),("TSAbstractPropertyDefinition"===r.type||r.abstract)&&u.push("abstract "),r.override&&u.push("override "),r.readonly&&u.push("readonly "),r.variance&&u.push(n("variance")),u.push(LP(e,t,n),OP(e),IP(e,t,n)),[jP(e,t,n,u," =","value"),o]},printHardlineAfterHeritage:function(e){return wP(FP,"",{groupId:MP(e)})}};const{isNonEmptyArray:qP}=nc,{builders:{join:UP,line:zP,group:HP,indent:JP,ifBreak:GP}}=Wc,{hasComment:XP,identity:YP,CommentCheckFlags:KP}=eA,{getTypeParametersGroupId:QP}=rT,{printTypeScriptModifiers:ZP}=ax;var eN={printInterface:function(e,t,n){const r=e.getValue(),u=[];r.declare&&u.push("declare "),"TSInterfaceDeclaration"===r.type&&u.push(r.abstract?"abstract ":"",ZP(e,t,n)),u.push("interface");const o=[],i=[];"InterfaceTypeAnnotation"!==r.type&&o.push(" ",n("id"),n("typeParameters"));const s=r.typeParameters&&!XP(r.typeParameters,KP.Trailing|KP.Line);return qP(r.extends)&&i.push(s?GP(" ",zP,{groupId:QP(r.typeParameters)}):zP,"extends ",(1===r.extends.length?YP:JP)(UP([",",zP],e.map(n,"extends")))),r.id&&XP(r.id,KP.Trailing)||qP(r.extends)?s?u.push(HP([...o,JP(i)])):u.push(HP(JP([...o,...i]))):u.push(...o,...i),u.push(" ",n("body")),HP(u)}};const{isNonEmptyArray:tN}=nc,{builders:{softline:nN,group:rN,indent:uN,join:oN,line:iN,ifBreak:sN,hardline:aN}}=Wc,{printDanglingComments:cN}=jD,{hasComment:lN,CommentCheckFlags:pN,shouldPrintComma:fN,needsHardlineAfterDanglingComment:dN}=eA,{locStart:hN,hasSameLoc:gN}=Wh,{hasDecoratorsBeforeExport:mN,printDecoratorsBeforeExport:DN}=DP;function yN(e,t,n){const r=e.getValue();if(!r.source)return"";const u=[];return AN(r,t)||u.push(" from"),u.push(" ",n("source")),u}function EN(e,t,n){const r=e.getValue();if(AN(r,t))return"";const u=[" "];if(tN(r.specifiers)){const o=[],i=[];e.each((()=>{const t=e.getValue().type;if("ExportNamespaceSpecifier"===t||"ExportDefaultSpecifier"===t||"ImportNamespaceSpecifier"===t||"ImportDefaultSpecifier"===t)o.push(n());else{if("ExportSpecifier"!==t&&"ImportSpecifier"!==t)throw new Error("Unknown specifier type ".concat(JSON.stringify(t)));i.push(n())}}),"specifiers"),u.push(oN(", ",o)),i.length>0&&(o.length>0&&u.push(", "),i.length>1||o.length>0||r.specifiers.some((e=>lN(e)))?u.push(rN(["{",uN([t.bracketSpacing?iN:nN,oN([",",iN],i)]),sN(fN(t)?",":""),t.bracketSpacing?iN:nN,"}"])):u.push(["{",t.bracketSpacing?" ":"",...i,t.bracketSpacing?" ":"","}"]))}else u.push("{}");return u}function AN(e,t){const{type:n,importKind:r,source:u,specifiers:o}=e;return"ImportDeclaration"===n&&!tN(o)&&"type"!==r&&!/{\s*}/.test(t.originalText.slice(hN(e),hN(u)))}function CN(e,t,n){const r=e.getNode();return tN(r.assertions)?[" assert {",t.bracketSpacing?" ":"",oN(", ",e.map(n,"assertions")),t.bracketSpacing?" ":"","}"]:""}var bN={printImportDeclaration:function(e,t,n){const r=e.getValue(),u=t.semi?";":"",o=[],{importKind:i}=r;return o.push("import"),i&&"value"!==i&&o.push(" ",i),o.push(EN(e,t,n),yN(e,t,n),CN(e,t,n),u),o},printExportDeclaration:function(e,t,n){const r=e.getValue(),u=[];mN(r)&&u.push(DN(e,t,n));const{type:o,exportKind:i,declaration:s}=r;return u.push("export"),(r.default||"ExportDefaultDeclaration"===o)&&u.push(" default"),lN(r,pN.Dangling)&&(u.push(" ",cN(e,t,!0)),dN(r)&&u.push(aN)),s?u.push(" ",n("declaration")):u.push("type"===i?" type":"",EN(e,t,n),yN(e,t,n),CN(e,t,n)),function(e,t){if(!t.semi)return!1;const{type:n,declaration:r}=e,u=e.default||"ExportDefaultDeclaration"===n;if(!r)return!0;const{type:o}=r;return!(!u||"ClassDeclaration"===o||"FunctionDeclaration"===o||"TSInterfaceDeclaration"===o||"DeclareClass"===o||"DeclareFunction"===o||"TSDeclareFunction"===o||"EnumDeclaration"===o)}(r,t)&&u.push(";"),u},printExportAllDeclaration:function(e,t,n){const r=e.getValue(),u=t.semi?";":"",o=[],{exportKind:i,exported:s}=r;return o.push("export"),"type"===i&&o.push(" type"),o.push(" *"),s&&o.push(" as ",n("exported")),o.push(yN(e,t,n),CN(e,t,n),u),o},printModuleSpecifier:function(e,t,n){const r=e.getNode(),{type:u}=r,o=[],i="ImportSpecifier"===u?r.importKind:r.exportKind;i&&"value"!==i&&o.push(i," ");const s=u.startsWith("Import"),a=s?"imported":"local",c=s?"local":"exported";let l="",p="";return"ExportNamespaceSpecifier"===u||"ImportNamespaceSpecifier"===u?l="*":r[a]&&(l=n(a)),!r[c]||r[a]&&gN(r[a],r[c])||(p=n(c)),o.push(l,l&&p?" as ":"",p),o}};const{printDanglingComments:vN}=jD,{builders:{line:FN,softline:xN,group:SN,indent:BN,ifBreak:wN,hardline:TN}}=Wc,{getLast:PN,hasNewlineInRange:NN,hasNewline:kN,isNonEmptyArray:ON}=nc,{shouldPrintComma:IN,hasComment:LN,getComments:jN,CommentCheckFlags:_N,isNextLineEmpty:MN}=eA,{locStart:RN,locEnd:VN}=Wh,{printOptionalToken:$N,printTypeAnnotation:WN}=ax,{shouldHugFunctionParameters:qN}=fw,{shouldHugType:UN}=jw,{printHardlineAfterHeritage:zN}=WP;var HN={printObject:function(e,t,n){const r=t.semi?";":"",u=e.getValue();let o;o="TSTypeLiteral"===u.type?"members":"TSInterfaceBody"===u.type?"body":"properties";const i="ObjectTypeAnnotation"===u.type,s=[o];i&&s.push("indexers","callProperties","internalSlots");const a=s.map((e=>u[e][0])).sort(((e,t)=>RN(e)-RN(t)))[0],c=e.getParentNode(0),l=i&&c&&("InterfaceDeclaration"===c.type||"DeclareInterface"===c.type||"DeclareClass"===c.type)&&"body"===e.getName(),p="TSInterfaceBody"===u.type||l||"ObjectPattern"===u.type&&"FunctionDeclaration"!==c.type&&"FunctionExpression"!==c.type&&"ArrowFunctionExpression"!==c.type&&"ObjectMethod"!==c.type&&"ClassMethod"!==c.type&&"ClassPrivateMethod"!==c.type&&"AssignmentPattern"!==c.type&&"CatchClause"!==c.type&&u.properties.some((e=>e.value&&("ObjectPattern"===e.value.type||"ArrayPattern"===e.value.type)))||"ObjectPattern"!==u.type&&a&&NN(t.originalText,RN(u),RN(a)),f=l?";":"TSInterfaceBody"===u.type||"TSTypeLiteral"===u.type?wN(r,";"):",",d="RecordExpression"===u.type?"#{":u.exact?"{|":"{",h=u.exact?"|}":"}",g=[];for(const t of s)e.each((e=>{const t=e.getValue();g.push({node:t,printed:n(),loc:RN(t)})}),t);s.length>1&&g.sort(((e,t)=>e.loc-t.loc));let m=[];const D=g.map((e=>{const n=[...m,SN(e.printed)];return m=[f,FN],"TSPropertySignature"!==e.node.type&&"TSMethodSignature"!==e.node.type&&"TSConstructSignatureDeclaration"!==e.node.type||!LN(e.node,_N.PrettierIgnore)||m.shift(),MN(e.node,t)&&m.push(TN),n}));if(u.inexact){let n;if(LN(u,_N.Dangling)){const r=LN(u,_N.Line);n=[vN(e,t,!0),r||kN(t.originalText,VN(PN(jN(u))))?TN:FN,"..."]}else n=["..."];D.push([...m,...n])}const y=PN(u[o]),E=!(u.inexact||y&&"RestElement"===y.type||y&&("TSPropertySignature"===y.type||"TSCallSignatureDeclaration"===y.type||"TSMethodSignature"===y.type||"TSConstructSignatureDeclaration"===y.type)&&LN(y,_N.PrettierIgnore));let A;if(0===D.length){if(!LN(u,_N.Dangling))return[d,h,WN(e,t,n)];A=SN([d,vN(e,t),xN,h,$N(e),WN(e,t,n)])}else A=[l&&ON(u.properties)?zN(c):"",d,BN([t.bracketSpacing?FN:xN,...D]),wN(E&&(","!==f||IN(t))?f:""),t.bracketSpacing?FN:xN,h,$N(e),WN(e,t,n)];return e.match((e=>"ObjectPattern"===e.type&&!e.decorators),((e,t,n)=>qN(e)&&("params"===t||"parameters"===t||"this"===t||"rest"===t)&&0===n))||e.match(UN,((e,t)=>"typeAnnotation"===t),((e,t)=>"typeAnnotation"===t),((e,t,n)=>qN(e)&&("params"===t||"parameters"===t||"this"===t||"rest"===t)&&0===n))||!p&&e.match((e=>"ObjectPattern"===e.type),(e=>"AssignmentExpression"===e.type||"VariableDeclarator"===e.type))?A:SN(A,{shouldBreak:p})}};const JN=cD,{printDanglingComments:GN}=jD,{printString:XN,printNumber:YN}=nc,{builders:{hardline:KN,softline:QN,group:ZN,indent:ek}}=Wc,{getParentExportDeclaration:tk,isFunctionNotation:nk,isGetterOrSetter:rk,rawText:uk,shouldPrintComma:ok}=eA,{locStart:ik,locEnd:sk}=Wh,{printClass:ak}=WP,{printOpaqueType:ck,printTypeAlias:lk,printIntersectionType:pk,printUnionType:fk,printFunctionType:dk,printTupleType:hk,printIndexedAccessType:gk}=jw,{printInterface:mk}=eN,{printTypeParameter:Dk,printTypeParameters:yk}=rT,{printExportDeclaration:Ek,printExportAllDeclaration:Ak}=bN,{printArrayItems:Ck}=Nx,{printObject:bk}=HN,{printPropertyKey:vk}=gT,{printOptionalToken:Fk,printTypeAnnotation:xk,printRestSpread:Sk}=ax;function Bk(e,t){const n=tk(e);return n?(JN.strictEqual(n.type,"DeclareExportDeclaration"),t):["declare ",t]}var wk={printFlow:function(e,t,n){const r=e.getValue(),u=t.semi?";":"",o=[];switch(r.type){case"DeclareClass":return Bk(e,ak(e,t,n));case"DeclareFunction":return Bk(e,["function ",n("id"),r.predicate?" ":"",n("predicate"),u]);case"DeclareModule":return Bk(e,["module ",n("id")," ",n("body")]);case"DeclareModuleExports":return Bk(e,["module.exports",": ",n("typeAnnotation"),u]);case"DeclareVariable":return Bk(e,["var ",n("id"),u]);case"DeclareOpaqueType":return Bk(e,ck(e,t,n));case"DeclareInterface":return Bk(e,mk(e,t,n));case"DeclareTypeAlias":return Bk(e,lk(e,t,n));case"DeclareExportDeclaration":return Bk(e,Ek(e,t,n));case"DeclareExportAllDeclaration":return Bk(e,Ak(e,t,n));case"OpaqueType":return ck(e,t,n);case"TypeAlias":return lk(e,t,n);case"IntersectionTypeAnnotation":return pk(e,t,n);case"UnionTypeAnnotation":return fk(e,t,n);case"FunctionTypeAnnotation":return dk(e,t,n);case"TupleTypeAnnotation":return hk(e,t,n);case"GenericTypeAnnotation":return[n("id"),yk(e,t,n,"typeParameters")];case"IndexedAccessType":case"OptionalIndexedAccessType":return gk(e,t,n);case"TypeAnnotation":return n("typeAnnotation");case"TypeParameter":return Dk(e,t,n);case"TypeofTypeAnnotation":return["typeof ",n("argument")];case"ExistsTypeAnnotation":return"*";case"EmptyTypeAnnotation":return"empty";case"MixedTypeAnnotation":return"mixed";case"ArrayTypeAnnotation":return[n("elementType"),"[]"];case"BooleanLiteralTypeAnnotation":return String(r.value);case"EnumDeclaration":return["enum ",n("id")," ",n("body")];case"EnumBooleanBody":case"EnumNumberBody":case"EnumStringBody":case"EnumSymbolBody":if("EnumSymbolBody"===r.type||r.explicitType){let e=null;switch(r.type){case"EnumBooleanBody":e="boolean";break;case"EnumNumberBody":e="number";break;case"EnumStringBody":e="string";break;case"EnumSymbolBody":e="symbol"}o.push("of ",e," ")}if(0!==r.members.length||r.hasUnknownMembers){const u=r.members.length>0?[KN,Ck(e,t,"members",n),r.hasUnknownMembers||ok(t)?",":""]:[];o.push(ZN(["{",ek([...u,...r.hasUnknownMembers?[KN,"..."]:[]]),GN(e,t,!0),KN,"}"]))}else o.push(ZN(["{",GN(e,t),QN,"}"]));return o;case"EnumBooleanMember":case"EnumNumberMember":case"EnumStringMember":return[n("id")," = ","object"==typeof r.init?n("init"):String(r.init)];case"EnumDefaultedMember":return n("id");case"FunctionTypeParam":{const t=r.name?n("name"):e.getParentNode().this===r?"this":"";return[t,Fk(e),t?": ":"",n("typeAnnotation")]}case"InterfaceDeclaration":case"InterfaceTypeAnnotation":return mk(e,t,n);case"ClassImplements":case"InterfaceExtends":return[n("id"),n("typeParameters")];case"NullableTypeAnnotation":return["?",n("typeAnnotation")];case"Variance":{const{kind:e}=r;return JN.ok("plus"===e||"minus"===e),"plus"===e?"+":"-"}case"ObjectTypeCallProperty":return r.static&&o.push("static "),o.push(n("value")),o;case"ObjectTypeIndexer":return[r.variance?n("variance"):"","[",n("id"),r.id?": ":"",n("key"),"]: ",n("value")];case"ObjectTypeProperty":{let u="";return r.proto?u="proto ":r.static&&(u="static "),[u,rk(r)?r.kind+" ":"",r.variance?n("variance"):"",vk(e,t,n),Fk(e),nk(r)?"":": ",n("value")]}case"ObjectTypeAnnotation":return bk(e,t,n);case"ObjectTypeInternalSlot":return[r.static?"static ":"","[[",n("id"),"]]",Fk(e),r.method?"":": ",n("value")];case"ObjectTypeSpreadProperty":return Sk(e,t,n);case"QualifiedTypeIdentifier":return[n("qualification"),".",n("id")];case"StringLiteralTypeAnnotation":return XN(uk(r),t);case"NumberLiteralTypeAnnotation":JN.strictEqual(typeof r.value,"number");case"BigIntLiteralTypeAnnotation":return r.extra?YN(r.extra.raw):YN(r.raw);case"TypeCastExpression":return["(",n("expression"),xk(e,t,n),")"];case"TypeParameterDeclaration":case"TypeParameterInstantiation":{const u=yk(e,t,n,"params");if("flow"===t.parser){const e=ik(r),n=sk(r),o=t.originalText.lastIndexOf("/*",e),i=t.originalText.indexOf("*/",n);if(-1!==o&&-1!==i){const e=t.originalText.slice(o+2,i).trim();if(e.startsWith("::")&&!e.includes("/*")&&!e.includes("*/"))return["/*:: ",u," */"]}}return u}case"InferredPredicate":return"%checks";case"DeclaredPredicate":return["%checks(",n("value"),")"];case"AnyTypeAnnotation":return"any";case"BooleanTypeAnnotation":return"boolean";case"BigIntTypeAnnotation":return"bigint";case"NullLiteralTypeAnnotation":return"null";case"NumberTypeAnnotation":return"number";case"SymbolTypeAnnotation":return"symbol";case"StringTypeAnnotation":return"string";case"VoidTypeAnnotation":return"void";case"ThisTypeAnnotation":return"this";case"Node":case"Printable":case"SourceLocation":case"Position":case"Statement":case"Function":case"Pattern":case"Expression":case"Declaration":case"Specifier":case"NamedSpecifier":case"Comment":case"MemberTypeAnnotation":case"Type":throw new Error("unprintable type: "+JSON.stringify(r.type))}}};const{hasNewlineInRange:Tk}=nc,{isJsxNode:Pk,isBlockComment:Nk,getComments:kk,isCallExpression:Ok,isMemberExpression:Ik}=eA,{locStart:Lk,locEnd:jk}=Wh,{builders:{line:_k,softline:Mk,group:Rk,indent:Vk,align:$k,ifBreak:Wk,dedent:qk,breakParent:Uk}}=Wc;function zk(e,t,n){const r=e.getValue(),u="ConditionalExpression"===r.type,o=u?"alternate":"falseType",i=e.getParentNode(),s=u?n("test"):[n("checkType")," ","extends"," ",n("extendsType")];return i.type===r.type&&i[o]===r?$k(2,s):s}const Hk=new Map([["AssignmentExpression","right"],["VariableDeclarator","init"],["ReturnStatement","argument"],["ThrowStatement","argument"],["UnaryExpression","argument"],["YieldExpression","argument"]]);var Jk={printTernary:function(e,t,n){const r=e.getValue(),u="ConditionalExpression"===r.type,o=u?"consequent":"trueType",i=u?"alternate":"falseType",s=u?["test"]:["checkType","extendsType"],a=r[o],c=r[i],l=[];let p=!1;const f=e.getParentNode(),d=f.type===r.type&&s.some((e=>f[e]===r));let h,g,m=f.type===r.type&&!d,D=0;do{g=h||r,h=e.getParentNode(D),D++}while(h&&h.type===r.type&&s.every((e=>h[e]!==g)));const y=h||f,E=g;if(u&&(Pk(r[s[0]])||Pk(a)||Pk(c)||function(e){const t=[e];for(let e=0;e<t.length;e++){const n=t[e];for(const e of["test","consequent","alternate"]){const r=n[e];if(Pk(r))return!0;"ConditionalExpression"===r.type&&t.push(r)}}return!1}(E))){p=!0,m=!0;const e=e=>[Wk("("),Vk([Mk,e]),Mk,Wk(")")],t=e=>"NullLiteral"===e.type||"Literal"===e.type&&null===e.value||"Identifier"===e.type&&"undefined"===e.name;l.push(" ? ",t(a)?n(o):e(n(o))," : ",c.type===r.type||t(c)?n(i):e(n(i)))}else{const e=[_k,"? ",a.type===r.type?Wk("","("):"",$k(2,n(o)),a.type===r.type?Wk("",")"):"",_k,": ",c.type===r.type?n(i):$k(2,n(i))];l.push(f.type!==r.type||f[i]===r||d?e:t.useTabs?qk(Vk(e)):$k(Math.max(0,t.tabWidth-2),e))}const A=[...s.map((e=>kk(r[e]))),kk(a),kk(c)].flat().some((e=>Nk(e)&&Tk(t.originalText,Lk(e),jk(e)))),C=!p&&(Ik(f)||"NGPipeExpression"===f.type&&f.left===r)&&!f.computed,b=function(e){const t=e.getValue();if("ConditionalExpression"!==t.type)return!1;let n,r=t;for(let t=0;!n;t++){const u=e.getParentNode(t);Ok(u)&&u.callee===r||Ik(u)&&u.object===r||"TSNonNullExpression"===u.type&&u.expression===r?r=u:"NewExpression"===u.type&&u.callee===r||"TSAsExpression"===u.type&&u.expression===r?(n=e.getParentNode(t+1),r=u):n=u}return r!==t&&n[Hk.get(n.type)]===r}(e),v=(e=>f===y?Rk(e,{shouldBreak:A}):A?[e,Uk]:e)([zk(e,0,n),m?l:Vk(l),u&&C&&!b?Mk:""]);return d||b?Rk([Vk([Mk,v]),Mk]):v}};const{builders:{hardline:Gk}}=Wc,Xk=tv,{getLeftSidePathName:Yk,hasNakedLeftSide:Kk,isJsxNode:Qk,isTheOnlyJsxElementInMarkdown:Zk,hasComment:eO,CommentCheckFlags:tO,isNextLineEmpty:nO}=eA,{shouldPrintParamsWithoutParens:rO}=uP;function uO(e,t,n,r){const u=e.getValue(),o=[],i="ClassBody"===u.type,s=function(e){for(let t=e.length-1;t>=0;t--){const n=e[t];if("EmptyStatement"!==n.type)return n}}(u[r]);return e.each(((e,r,u)=>{const a=e.getValue();if("EmptyStatement"===a.type)return;const c=n();t.semi||i||Zk(t,e)||!function(e,t){return"ExpressionStatement"===e.getNode().type&&e.call((e=>oO(e,t)),"expression")}(e,t)?o.push(c):eO(a,tO.Leading)?o.push(n([],{needsSemi:!0})):o.push(";",c),!t.semi&&i&&iO(a)&&function(e,t){const n=e.key&&e.key.name;if(!("static"!==n&&"get"!==n&&"set"!==n||e.value||e.typeAnnotation))return!0;if(!t)return!1;if(t.static||t.accessibility)return!1;if(!t.computed){const e=t.key&&t.key.name;if("in"===e||"instanceof"===e)return!0}if(iO(t)&&t.variance&&!t.static&&!t.declare)return!0;switch(t.type){case"ClassProperty":case"PropertyDefinition":case"TSAbstractPropertyDefinition":return t.computed;case"MethodDefinition":case"TSAbstractMethodDefinition":case"ClassMethod":case"ClassPrivateMethod":{if((t.value?t.value.async:t.async)||"get"===t.kind||"set"===t.kind)return!1;const e=t.value?t.value.generator:t.generator;return!(!t.computed&&!e)}case"TSIndexSignature":return!0}return!1}(a,u[r+1])&&o.push(";"),a!==s&&(o.push(Gk),nO(a,t)&&o.push(Gk))}),r),o}function oO(e,t){const n=e.getValue();switch(n.type){case"ParenthesizedExpression":case"TypeCastExpression":case"ArrayExpression":case"ArrayPattern":case"TemplateLiteral":case"TemplateElement":case"RegExpLiteral":return!0;case"ArrowFunctionExpression":if(!rO(e,t))return!0;break;case"UnaryExpression":{const{prefix:e,operator:t}=n;if(e&&("+"===t||"-"===t))return!0;break}case"BindExpression":if(!n.object)return!0;break;case"Literal":if(n.regex)return!0;break;default:if(Qk(n))return!0}return!!Xk(e,t)||!!Kk(n)&&e.call((e=>oO(e,t)),...Yk(e,n))}const iO=e=>{let{type:t}=e;return"ClassProperty"===t||"PropertyDefinition"===t||"ClassPrivateProperty"===t};var sO={printBody:function(e,t,n){return uO(e,t,n,"body")},printSwitchCaseConsequent:function(e,t,n){return uO(e,t,n,"consequent")}};const{printDanglingComments:aO}=jD,{isNonEmptyArray:cO}=nc,{builders:{hardline:lO,indent:pO}}=Wc,{hasComment:fO,CommentCheckFlags:dO,isNextLineEmpty:hO}=eA,{printHardlineAfterHeritage:gO}=WP,{printBody:mO}=sO;function DO(e,t,n){const r=e.getValue(),u=cO(r.directives),o=r.body.some((e=>"EmptyStatement"!==e.type)),i=fO(r,dO.Dangling);if(!u&&!o&&!i)return"";const s=[];if(u&&e.each(((e,r,u)=>{s.push(n()),(r<u.length-1||o||i)&&(s.push(lO),hO(e.getValue(),t)&&s.push(lO))}),"directives"),o&&s.push(mO(e,t,n)),i&&s.push(aO(e,t,!0)),"Program"===r.type){const t=e.getParentNode();t&&"ModuleExpression"===t.type||s.push(lO)}return s}var yO={printBlock:function(e,t,n){const r=e.getValue(),u=[];if("StaticBlock"===r.type&&u.push("static "),"ClassBody"===r.type&&cO(r.body)){const t=e.getParentNode();u.push(gO(t))}u.push("{");const o=DO(e,t,n);if(o)u.push(pO([lO,o]),lO);else{const t=e.getParentNode(),n=e.getParentNode(1);"ArrowFunctionExpression"===t.type||"FunctionExpression"===t.type||"FunctionDeclaration"===t.type||"ObjectMethod"===t.type||"ClassMethod"===t.type||"ClassPrivateMethod"===t.type||"ForStatement"===t.type||"WhileStatement"===t.type||"DoWhileStatement"===t.type||"DoExpression"===t.type||"CatchClause"===t.type&&!n.finalizer||"TSModuleDeclaration"===t.type||"TSDeclareFunction"===t.type||"StaticBlock"===r.type||"ClassBody"===r.type||u.push(lO)}return u.push("}"),u},printBlockBody:DO};const{printDanglingComments:EO}=jD,{hasNewlineInRange:AO}=nc,{builders:{join:CO,line:bO,hardline:vO,softline:FO,group:xO,indent:SO,conditionalGroup:BO,ifBreak:wO}}=Wc,{isLiteral:TO,getTypeScriptMappedTypeModifier:PO,shouldPrintComma:NO,isCallExpression:kO,isMemberExpression:OO}=eA,{locStart:IO,locEnd:LO}=Wh,{printOptionalToken:jO,printTypeScriptModifiers:_O}=ax,{printTernary:MO}=Jk,{printFunctionParameters:RO,shouldGroupFunctionParameters:VO}=fw,{printTemplateLiteral:$O}=AA,{printArrayItems:WO}=Nx,{printObject:qO}=HN,{printClassProperty:UO,printClassMethod:zO}=WP,{printTypeParameter:HO,printTypeParameters:JO}=rT,{printPropertyKey:GO}=gT,{printFunction:XO,printMethodInternal:YO}=uP,{printInterface:KO}=eN,{printBlock:QO}=yO,{printTypeAlias:ZO,printIntersectionType:eI,printUnionType:tI,printFunctionType:nI,printTupleType:rI,printIndexedAccessType:uI}=jw;var oI={printTypescript:function(e,t,n){const r=e.getValue();if(!r.type.startsWith("TS"))return;if(r.type.endsWith("Keyword"))return r.type.slice(2,-7).toLowerCase();const u=t.semi?";":"",o=[];switch(r.type){case"TSThisType":return"this";case"TSTypeAssertion":{const e=!("ArrayExpression"===r.expression.type||"ObjectExpression"===r.expression.type),t=xO(["<",SO([FO,n("typeAnnotation")]),FO,">"]),u=[wO("("),SO([FO,n("expression")]),FO,wO(")")];return e?BO([[t,n("expression")],[t,xO(u,{shouldBreak:!0})],[t,n("expression")]]):xO([t,n("expression")])}case"TSDeclareFunction":return XO(e,n,t);case"TSExportAssignment":return["export = ",n("expression"),u];case"TSModuleBlock":return QO(e,t,n);case"TSInterfaceBody":case"TSTypeLiteral":return qO(e,t,n);case"TSTypeAliasDeclaration":return ZO(e,t,n);case"TSQualifiedName":return CO(".",[n("left"),n("right")]);case"TSAbstractMethodDefinition":case"TSDeclareMethod":return zO(e,t,n);case"TSAbstractPropertyDefinition":return UO(e,t,n);case"TSInterfaceHeritage":case"TSExpressionWithTypeArguments":return o.push(n("expression")),r.typeParameters&&o.push(n("typeParameters")),o;case"TSTemplateLiteralType":return $O(e,n,t);case"TSNamedTupleMember":return[n("label"),r.optional?"?":"",": ",n("elementType")];case"TSRestType":return["...",n("typeAnnotation")];case"TSOptionalType":return[n("typeAnnotation"),"?"];case"TSInterfaceDeclaration":return KO(e,t,n);case"TSClassImplements":return[n("expression"),n("typeParameters")];case"TSTypeParameterDeclaration":case"TSTypeParameterInstantiation":return JO(e,t,n,"params");case"TSTypeParameter":return HO(e,t,n);case"TSAsExpression":{o.push(n("expression")," as ",n("typeAnnotation"));const t=e.getParentNode();return kO(t)&&t.callee===r||OO(t)&&t.object===r?xO([SO([FO,...o]),FO]):o}case"TSArrayType":return[n("elementType"),"[]"];case"TSPropertySignature":return r.readonly&&o.push("readonly "),o.push(GO(e,t,n),jO(e)),r.typeAnnotation&&o.push(": ",n("typeAnnotation")),r.initializer&&o.push(" = ",n("initializer")),o;case"TSParameterProperty":return r.accessibility&&o.push(r.accessibility+" "),r.export&&o.push("export "),r.static&&o.push("static "),r.override&&o.push("override "),r.readonly&&o.push("readonly "),o.push(n("parameter")),o;case"TSTypeQuery":return["typeof ",n("exprName")];case"TSIndexSignature":{const o=e.getParentNode(),i=r.parameters.length>1?wO(NO(t)?",":""):"",s=xO([SO([FO,CO([", ",FO],e.map(n,"parameters"))]),i,FO]);return[r.export?"export ":"",r.accessibility?[r.accessibility," "]:"",r.static?"static ":"",r.readonly?"readonly ":"",r.declare?"declare ":"","[",r.parameters?s:"",r.typeAnnotation?"]: ":"]",r.typeAnnotation?n("typeAnnotation"):"","ClassBody"===o.type?u:""]}case"TSTypePredicate":return[r.asserts?"asserts ":"",n("parameterName"),r.typeAnnotation?[" is ",n("typeAnnotation")]:""];case"TSNonNullExpression":return[n("expression"),"!"];case"TSImportType":return[r.isTypeOf?"typeof ":"","import(",n(r.parameter?"parameter":"argument"),")",r.qualifier?[".",n("qualifier")]:"",JO(e,t,n,"typeParameters")];case"TSLiteralType":return n("literal");case"TSIndexedAccessType":return uI(e,t,n);case"TSConstructSignatureDeclaration":case"TSCallSignatureDeclaration":case"TSConstructorType":if("TSConstructorType"===r.type&&r.abstract&&o.push("abstract "),"TSCallSignatureDeclaration"!==r.type&&o.push("new "),o.push(xO(RO(e,n,t,!1,!0))),r.returnType||r.typeAnnotation){const e="TSConstructorType"===r.type;o.push(e?" => ":": ",n("returnType"),n("typeAnnotation"))}return o;case"TSTypeOperator":return[r.operator," ",n("typeAnnotation")];case"TSMappedType":{const o=AO(t.originalText,IO(r),LO(r));return xO(["{",SO([t.bracketSpacing?bO:FO,r.readonly?[PO(r.readonly,"readonly")," "]:"",_O(e,t,n),n("typeParameter"),r.optional?PO(r.optional,"?"):"",r.typeAnnotation?": ":"",n("typeAnnotation"),wO(u)]),EO(e,t,!0),t.bracketSpacing?bO:FO,"}"],{shouldBreak:o})}case"TSMethodSignature":{const u=r.kind&&"method"!==r.kind?"".concat(r.kind," "):"";o.push(r.accessibility?[r.accessibility," "]:"",u,r.export?"export ":"",r.static?"static ":"",r.readonly?"readonly ":"",r.abstract?"abstract ":"",r.declare?"declare ":"",r.computed?"[":"",n("key"),r.computed?"]":"",jO(e));const i=RO(e,n,t,!1,!0),s=r.returnType?"returnType":"typeAnnotation",a=r[s],c=a?n(s):"",l=VO(r,c);return o.push(l?xO(i):i),a&&o.push(": ",xO(c)),xO(o)}case"TSNamespaceExportDeclaration":return o.push("export as namespace ",n("id")),t.semi&&o.push(";"),xO(o);case"TSEnumDeclaration":return r.declare&&o.push("declare "),r.modifiers&&o.push(_O(e,t,n)),r.const&&o.push("const "),o.push("enum ",n("id")," "),0===r.members.length?o.push(xO(["{",EO(e,t),FO,"}"])):o.push(xO(["{",SO([vO,WO(e,t,"members",n),NO(t,"es5")?",":""]),EO(e,t,!0),vO,"}"])),o;case"TSEnumMember":return o.push(n("id")),r.initializer&&o.push(" = ",n("initializer")),o;case"TSImportEqualsDeclaration":return r.isExport&&o.push("export "),o.push("import "),r.importKind&&"value"!==r.importKind&&o.push(r.importKind," "),o.push(n("id")," = ",n("moduleReference")),t.semi&&o.push(";"),xO(o);case"TSExternalModuleReference":return["require(",n("expression"),")"];case"TSModuleDeclaration":{const i=e.getParentNode(),s=TO(r.id),a="TSModuleDeclaration"===i.type,c=r.body&&"TSModuleDeclaration"===r.body.type;if(a)o.push(".");else{r.declare&&o.push("declare "),o.push(_O(e,t,n));const u=t.originalText.slice(IO(r),IO(r.id));"Identifier"===r.id.type&&"global"===r.id.name&&!/namespace|module/.test(u)||o.push(s||/(?:^|\s)module(?:\s|$)/.test(u)?"module ":"namespace ")}return o.push(n("id")),c?o.push(n("body")):r.body?o.push(" ",xO(n("body"))):o.push(u),o}case"TSConditionalType":return MO(e,t,n);case"TSInferType":return["infer"," ",n("typeParameter")];case"TSIntersectionType":return eI(e,t,n);case"TSUnionType":return tI(e,t,n);case"TSFunctionType":return nI(e,t,n);case"TSTupleType":return rI(e,t,n);case"TSTypeReference":return[n("typeName"),JO(e,t,n,"typeParameters")];case"TSTypeAnnotation":return n("typeAnnotation");case"TSEmptyBodyFunctionExpression":return YO(e,t,n);case"TSJSDocAllType":return"*";case"TSJSDocUnknownType":return"?";case"TSJSDocNullableType":return["?",n("typeAnnotation")];case"TSJSDocNonNullableType":return["!",n("typeAnnotation")];default:throw new Error("Unknown TypeScript node type: ".concat(JSON.stringify(r.type),"."))}}};const{hasNewline:iI}=nc,{builders:{join:sI,hardline:aI},utils:{replaceTextEndOfLine:cI}}=Wc,{isLineComment:lI,isBlockComment:pI}=eA,{locStart:fI,locEnd:dI}=Wh;var hI={printComment:function(e,t){const n=e.getValue();if(lI(n))return t.originalText.slice(fI(n),dI(n)).trimEnd();if(pI(n)){if(function(e){const t="*".concat(e.value,"*").split("\n");return t.length>1&&t.every((e=>"*"===e.trim()[0]))}(n)){const e=function(e){const t=e.value.split("\n");return["/*",sI(aI,t.map(((e,n)=>0===n?e.trimEnd():" "+(n<t.length-1?e.trim():e.trimStart())))),"*/"]}(n);return n.trailing&&!iI(t.originalText,fI(n),{backwards:!0})?[aI,e]:e}const e=dI(n),r="*-/"===t.originalText.slice(e-3,e);return["/*",cI(n.value),r?"*-/":"*/"]}throw new Error("Not a comment: "+JSON.stringify(n))}};const{printString:gI,printNumber:mI}=nc;function DI(e){return e.toLowerCase()}function yI(e){let{pattern:t,flags:n}=e;return n=[...n].sort().join(""),"/".concat(t,"/").concat(n)}var EI={printLiteral:function(e,t){const n=e.getNode();switch(n.type){case"RegExpLiteral":return yI(n);case"BigIntLiteral":return DI(n.bigint||n.extra.raw);case"NumericLiteral":return mI(n.extra.raw);case"StringLiteral":return gI(n.extra.raw,t);case"NullLiteral":return"null";case"BooleanLiteral":return String(n.value);case"DecimalLiteral":return mI(n.value)+"m";case"Literal":{if(n.regex)return yI(n.regex);if(n.bigint)return DI(n.raw);if(n.decimal)return mI(n.decimal)+"m";const{value:e}=n;return"number"==typeof e?mI(n.raw):"string"==typeof e?gI(n.raw,t):String(e)}}}};const{printDanglingComments:AI}=jD,{hasNewline:CI}=nc,{builders:{join:bI,line:vI,hardline:FI,softline:xI,group:SI,indent:BI},utils:{replaceTextEndOfLine:wI}}=Wc,TI=function(e,t,n,r){const u=e.getValue();if("TemplateLiteral"!==u.type||function(e){let{quasis:t}=e;return t.some((e=>{let{value:{cooked:t}}=e;return null===t}))}(u))return;const o=function(e){return function(e){const t=e.getValue(),n=e.getParentNode(),r=e.getParentNode(1);return r&&t.quasis&&"JSXExpressionContainer"===n.type&&"JSXElement"===r.type&&"style"===r.openingElement.name.name&&r.openingElement.attributes.some((e=>"jsx"===e.name.name))||n&&"TaggedTemplateExpression"===n.type&&"Identifier"===n.tag.type&&"css"===n.tag.name||n&&"TaggedTemplateExpression"===n.type&&"MemberExpression"===n.tag.type&&"css"===n.tag.object.name&&("global"===n.tag.property.name||"resolve"===n.tag.property.name)}(e)||function(e){const t=e.getParentNode();if(!t||"TaggedTemplateExpression"!==t.type)return!1;const n="ParenthesizedExpression"===t.tag.type?t.tag.expression:t.tag;switch(n.type){case"MemberExpression":return nC(n.object)||rC(n);case"CallExpression":return nC(n.callee)||"MemberExpression"===n.callee.type&&("MemberExpression"===n.callee.object.type&&(nC(n.callee.object.object)||rC(n.callee.object))||"CallExpression"===n.callee.object.type&&nC(n.callee.object.callee));case"Identifier":return"css"===n.name;default:return!1}}(e)||function(e){const t=e.getParentNode(),n=e.getParentNode(1);return n&&"JSXExpressionContainer"===t.type&&"JSXAttribute"===n.type&&"JSXIdentifier"===n.name.type&&"css"===n.name.name}(e)||function(e){return e.match((e=>"TemplateLiteral"===e.type),((e,t)=>"ArrayExpression"===e.type&&"elements"===t),((e,t)=>YA(e)&&"Identifier"===e.key.type&&"styles"===e.key.name&&"value"===t),...tC)}(e)?"css":function(e){const t=e.getValue(),n=e.getParentNode();return uC(t,"GraphQL")||n&&("TaggedTemplateExpression"===n.type&&("MemberExpression"===n.tag.type&&"graphql"===n.tag.object.name&&"experimental"===n.tag.property.name||"Identifier"===n.tag.type&&("gql"===n.tag.name||"graphql"===n.tag.name))||"CallExpression"===n.type&&"Identifier"===n.callee.type&&"graphql"===n.callee.name)}(e)?"graphql":function(e){return uC(e.getValue(),"HTML")||e.match((e=>"TemplateLiteral"===e.type),((e,t)=>"TaggedTemplateExpression"===e.type&&"Identifier"===e.tag.type&&"html"===e.tag.name&&"quasi"===t))}(e)?"html":function(e){return e.match((e=>"TemplateLiteral"===e.type),((e,t)=>YA(e)&&"Identifier"===e.key.type&&"template"===e.key.name&&"value"===t),...tC)}(e)?"angular":function(e){const t=e.getValue(),n=e.getParentNode();return n&&"TaggedTemplateExpression"===n.type&&1===t.quasis.length&&"Identifier"===n.tag.type&&("md"===n.tag.name||"markdown"===n.tag.name)}(e)?"markdown":void 0}(e);return o?"markdown"===o?KA(e,t,n):"css"===o?QA(e,t,n):"graphql"===o?ZA(e,t,n):"html"===o||"angular"===o?eC(e,t,n,r,{parser:o}):void 0:void 0},PI=cC,{insertPragma:NI}=OC,kI=Mb,OI=tv,II=nv,{hasFlowShorthandAnnotationComment:LI,hasComment:jI,CommentCheckFlags:_I,isTheOnlyJsxElementInMarkdown:MI,isBlockComment:RI,isLineComment:VI,isNextLineEmpty:$I,needsHardlineAfterDanglingComment:WI,rawText:qI,hasIgnoreComment:UI,isCallExpression:zI,isMemberExpression:HI}=eA,{locStart:JI,locEnd:GI}=Wh,{printHtmlBinding:XI,isVueEventBindingExpression:YI}=av,{printAngular:KI}=Uv,{printJsx:QI,hasJsxIgnoreComment:ZI}=xF,{printFlow:eL}=wk,{printTypescript:tL}=oI,{printOptionalToken:nL,printBindExpressionCallee:rL,printTypeAnnotation:uL,adjustClause:oL,printRestSpread:iL}=ax,{printImportDeclaration:sL,printExportDeclaration:aL,printExportAllDeclaration:cL,printModuleSpecifier:lL}=bN,{printTernary:pL}=Jk,{printTemplateLiteral:fL}=AA,{printArray:dL}=Nx,{printObject:hL}=HN,{printClass:gL,printClassMethod:mL,printClassProperty:DL}=WP,{printProperty:yL}=gT,{printFunction:EL,printArrowFunction:AL,printMethod:CL,printReturnStatement:bL,printThrowStatement:vL}=uP,{printCallExpression:FL}=aB,{printVariableDeclarator:xL,printAssignmentExpression:SL}=VB,{printBinaryishExpression:BL}=Lv,{printSwitchCaseConsequent:wL}=sO,{printMemberExpression:TL}=DS,{printBlock:PL,printBlockBody:NL}=yO,{printComment:kL}=hI,{printLiteral:OL}=EI,{printDecorators:IL}=DP;function LL(e,t){const n=qI(e),r=n.slice(1,-1);if(r.includes('"')||r.includes("'"))return n;const u=t.singleQuote?"'":'"';return u+r+u}var jL={preprocess:II,print:function(e,t,n,r){const u=function(e,t,n,r){const u=e.getValue(),o=t.semi?";":"";if(!u)return"";if("string"==typeof u)return u;for(const r of[OL,XI,KI,QI,eL,tL]){const u=r(e,t,n);if(void 0!==u)return u}let i=[];switch(u.type){case"JsExpressionRoot":return n("node");case"JsonRoot":return[n("node"),FI];case"File":return u.program&&u.program.interpreter&&i.push(n(["program","interpreter"])),i.push(n("program")),i;case"Program":return NL(e,t,n);case"EmptyStatement":return"";case"ExpressionStatement":if(u.directive)return[LL(u.expression,t),o];if("__vue_event_binding"===t.parser){const t=e.getParentNode();if("Program"===t.type&&1===t.body.length&&t.body[0]===u)return[n("expression"),YI(u.expression)?";":""]}return[n("expression"),MI(t,e)?"":o];case"ParenthesizedExpression":return jI(u.expression)||"ObjectExpression"!==u.expression.type&&"ArrayExpression"!==u.expression.type?SI(["(",BI([xI,n("expression")]),xI,")"]):["(",n("expression"),")"];case"AssignmentExpression":return SL(e,t,n);case"VariableDeclarator":return xL(e,t,n);case"BinaryExpression":case"LogicalExpression":return BL(e,t,n);case"AssignmentPattern":return[n("left")," = ",n("right")];case"OptionalMemberExpression":case"MemberExpression":return TL(e,t,n);case"MetaProperty":return[n("meta"),".",n("property")];case"BindExpression":return u.object&&i.push(n("object")),i.push(SI(BI([xI,rL(e,t,n)]))),i;case"Identifier":return[u.name,nL(e),uL(e,t,n)];case"V8IntrinsicIdentifier":return["%",u.name];case"SpreadElement":case"SpreadElementPattern":case"SpreadProperty":case"SpreadPropertyPattern":case"RestElement":return iL(e,t,n);case"FunctionDeclaration":case"FunctionExpression":return EL(e,n,t,r);case"ArrowFunctionExpression":return AL(e,t,n,r);case"YieldExpression":return i.push("yield"),u.delegate&&i.push("*"),u.argument&&i.push(" ",n("argument")),i;case"AwaitExpression":if(i.push("await"),u.argument){i.push(" ",n("argument"));const t=e.getParentNode();if(zI(t)&&t.callee===u||HI(t)&&t.object===u){i=[BI([xI,...i]),xI];const t=e.findAncestor((e=>"AwaitExpression"===e.type||"BlockStatement"===e.type));if(!t||"AwaitExpression"!==t.type)return SI(i)}}return i;case"ExportDefaultDeclaration":case"ExportNamedDeclaration":return aL(e,t,n);case"ExportAllDeclaration":return cL(e,t,n);case"ImportDeclaration":return sL(e,t,n);case"ImportSpecifier":case"ExportSpecifier":case"ImportNamespaceSpecifier":case"ExportNamespaceSpecifier":case"ImportDefaultSpecifier":case"ExportDefaultSpecifier":return lL(e,t,n);case"ImportAttribute":return[n("key"),": ",n("value")];case"Import":return"import";case"BlockStatement":case"StaticBlock":case"ClassBody":return PL(e,t,n);case"ThrowStatement":return vL(e,t,n);case"ReturnStatement":return bL(e,t,n);case"NewExpression":case"ImportExpression":case"OptionalCallExpression":case"CallExpression":return FL(e,t,n);case"ObjectExpression":case"ObjectPattern":case"RecordExpression":return hL(e,t,n);case"ObjectProperty":case"Property":return u.method||"get"===u.kind||"set"===u.kind?CL(e,t,n):yL(e,t,n);case"ObjectMethod":return CL(e,t,n);case"Decorator":return["@",n("expression")];case"ArrayExpression":case"ArrayPattern":case"TupleExpression":return dL(e,t,n);case"SequenceExpression":{const t=e.getParentNode(0);if("ExpressionStatement"===t.type||"ForStatement"===t.type){const t=[];return e.each(((e,r)=>{0===r?t.push(n()):t.push(",",BI([vI,n()]))}),"expressions"),SI(t)}return SI(bI([",",vI],e.map(n,"expressions")))}case"ThisExpression":return"this";case"Super":return"super";case"Directive":return[n("value"),o];case"DirectiveLiteral":return LL(u,t);case"UnaryExpression":return i.push(u.operator),/[a-z]$/.test(u.operator)&&i.push(" "),jI(u.argument)?i.push(SI(["(",BI([xI,n("argument")]),xI,")"])):i.push(n("argument")),i;case"UpdateExpression":return i.push(n("argument"),u.operator),u.prefix&&i.reverse(),i;case"ConditionalExpression":return pL(e,t,n);case"VariableDeclaration":{const t=e.map(n,"declarations"),r=e.getParentNode(),s="ForStatement"===r.type||"ForInStatement"===r.type||"ForOfStatement"===r.type,a=u.declarations.some((e=>e.init));let c;return 1!==t.length||jI(u.declarations[0])?t.length>0&&(c=BI(t[0])):c=t[0],i=[u.declare?"declare ":"",u.kind,c?[" ",c]:"",BI(t.slice(1).map((e=>[",",a&&!s?FI:vI,e])))],s&&r.body!==u||i.push(o),SI(i)}case"WithStatement":return SI(["with (",n("object"),")",oL(u.body,n("body"))]);case"IfStatement":{const r=oL(u.consequent,n("consequent")),o=SI(["if (",SI([BI([xI,n("test")]),xI]),")",r]);if(i.push(o),u.alternate){const r=jI(u.consequent,_I.Trailing|_I.Line)||WI(u),o="BlockStatement"===u.consequent.type&&!r;i.push(o?" ":FI),jI(u,_I.Dangling)&&i.push(AI(e,t,!0),r?FI:" "),i.push("else",SI(oL(u.alternate,n("alternate"),"IfStatement"===u.alternate.type)))}return i}case"ForStatement":{const r=oL(u.body,n("body")),o=AI(e,t,!0),i=o?[o,xI]:"";return u.init||u.test||u.update?[i,SI(["for (",SI([BI([xI,n("init"),";",vI,n("test"),";",vI,n("update")]),xI]),")",r])]:[i,SI(["for (;;)",r])]}case"WhileStatement":return SI(["while (",SI([BI([xI,n("test")]),xI]),")",oL(u.body,n("body"))]);case"ForInStatement":return SI(["for (",n("left")," in ",n("right"),")",oL(u.body,n("body"))]);case"ForOfStatement":return SI(["for",u.await?" await":""," (",n("left")," of ",n("right"),")",oL(u.body,n("body"))]);case"DoWhileStatement":{const e=oL(u.body,n("body"));return i=[SI(["do",e])],"BlockStatement"===u.body.type?i.push(" "):i.push(FI),i.push("while (",SI([BI([xI,n("test")]),xI]),")",o),i}case"DoExpression":return[u.async?"async ":"","do ",n("body")];case"BreakStatement":return i.push("break"),u.label&&i.push(" ",n("label")),i.push(o),i;case"ContinueStatement":return i.push("continue"),u.label&&i.push(" ",n("label")),i.push(o),i;case"LabeledStatement":return"EmptyStatement"===u.body.type?[n("label"),":;"]:[n("label"),": ",n("body")];case"TryStatement":return["try ",n("block"),u.handler?[" ",n("handler")]:"",u.finalizer?[" finally ",n("finalizer")]:""];case"CatchClause":if(u.param){const e=jI(u.param,(e=>!RI(e)||e.leading&&CI(t.originalText,GI(e))||e.trailing&&CI(t.originalText,JI(e),{backwards:!0}))),r=n("param");return["catch ",e?["(",BI([xI,r]),xI,") "]:["(",r,") "],n("body")]}return["catch ",n("body")];case"SwitchStatement":return[SI(["switch (",BI([xI,n("discriminant")]),xI,")"])," {",u.cases.length>0?BI([FI,bI(FI,e.map(((e,r,u)=>{const o=e.getValue();return[n(),r!==u.length-1&&$I(o,t)?FI:""]}),"cases"))]):"",FI,"}"];case"SwitchCase":{u.test?i.push("case ",n("test"),":"):i.push("default:");const r=u.consequent.filter((e=>"EmptyStatement"!==e.type));if(r.length>0){const u=wL(e,t,n);i.push(1===r.length&&"BlockStatement"===r[0].type?[" ",u]:BI([FI,u]))}return i}case"DebuggerStatement":return["debugger",o];case"ClassDeclaration":case"ClassExpression":return gL(e,t,n);case"ClassMethod":case"ClassPrivateMethod":case"MethodDefinition":return mL(e,t,n);case"ClassProperty":case"PropertyDefinition":case"ClassPrivateProperty":return DL(e,t,n);case"TemplateElement":return wI(u.value.raw);case"TemplateLiteral":return fL(e,n,t);case"TaggedTemplateExpression":return[n("tag"),n("typeParameters"),n("quasi")];case"PrivateIdentifier":return["#",n("name")];case"PrivateName":return["#",n("id")];case"InterpreterDirective":return i.push("#!",u.value,FI),$I(u,t)&&i.push(FI),i;case"TopicReference":return"%";case"ArgumentPlaceholder":return"?";case"ModuleExpression":{i.push("module {");const e=n("body");return e&&i.push(BI([FI,e]),FI),i.push("}"),i}default:throw new Error("unknown type: "+JSON.stringify(u.type))}}(e,t,n,r);if(!u)return"";const o=e.getValue(),{type:i}=o;if("ClassMethod"===i||"ClassPrivateMethod"===i||"ClassProperty"===i||"PropertyDefinition"===i||"TSAbstractPropertyDefinition"===i||"ClassPrivateProperty"===i||"MethodDefinition"===i||"TSAbstractMethodDefinition"===i||"TSDeclareMethod"===i)return u;const s=IL(e,t,n);if(s)return SI([...s,u]);if(!OI(e,t))return r&&r.needsSemi?[";",u]:u;const a=[r&&r.needsSemi?";(":"(",u];if(LI(o)){const[e]=o.trailingComments;a.push(" /*",e.value.trimStart(),"*/"),e.printed=!0}return a.push(")"),a},embed:TI,insertPragma:NI,massageAstNode:PI,hasPrettierIgnore:e=>UI(e)||ZI(e),willPrintOwnComments:kI.willPrintOwnComments,canAttachComment:function(e){return e.type&&!RI(e)&&!VI(e)&&"EmptyStatement"!==e.type&&"TemplateElement"!==e.type&&"Import"!==e.type&&"TSEmptyBodyFunctionExpression"!==e.type},printComment:kL,isBlockComment:RI,handleComments:{avoidAstMutation:!0,ownLine:kI.handleOwnLineComment,endOfLine:kI.handleEndOfLineComment,remaining:kI.handleRemainingComment},getCommentChildNodes:kI.getCommentChildNodes};const{builders:{hardline:_L,indent:ML,join:RL}}=Wc,VL=nv,$L=new Set(["start","end","extra","loc","comments","leadingComments","trailingComments","innerComments","errors","range","tokens"]);function WL(e,t){const{type:n}=e;if("ObjectProperty"!==n||"Identifier"!==e.key.type){if("UnaryExpression"===n&&"+"===e.operator)return t.argument;if("ArrayExpression"!==n)return"TemplateLiteral"===n?{type:"StringLiteral",value:e.quasis[0].value.cooked}:void 0;for(const[n,r]of e.elements.entries())null===r&&t.elements.splice(n,0,{type:"NullLiteral"})}else t.key={type:"StringLiteral",value:e.key.name}}WL.ignoredProperties=$L;var qL={preprocess:VL,print:function(e,t,n){const r=e.getValue();switch(r.type){case"JsonRoot":return[n("node"),_L];case"ArrayExpression":{if(0===r.elements.length)return"[]";const t=e.map((()=>null===e.getValue()?"null":n()),"elements");return["[",ML([_L,RL([",",_L],t)]),_L,"]"]}case"ObjectExpression":return 0===r.properties.length?"{}":["{",ML([_L,RL([",",_L],e.map(n,"properties"))]),_L,"}"];case"ObjectProperty":return[n("key"),": ",n("value")];case"UnaryExpression":return["+"===r.operator?"":r.operator,n("argument")];case"NullLiteral":return"null";case"BooleanLiteral":return r.value?"true":"false";case"StringLiteral":case"NumericLiteral":return JSON.stringify(r.value);case"Identifier":{const t=e.getParentNode();return t&&"ObjectProperty"===t.type&&t.key===r?JSON.stringify(r.name):r.name}case"TemplateLiteral":return n(["quasis",0]);case"TemplateElement":return JSON.stringify(r.value.cooked);default:throw new Error("unknown type: "+JSON.stringify(r.type))}},massageAstNode:WL};const UL="Common";var zL={bracketSpacing:{since:"0.0.0",category:UL,type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},singleQuote:{since:"0.0.0",category:UL,type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{since:"1.8.2",category:UL,type:"choice",default:[{since:"1.8.2",value:!0},{since:"1.9.0",value:"preserve"}],description:"How to wrap prose.",choices:[{since:"1.9.0",value:"always",description:"Wrap prose if it exceeds the print width."},{since:"1.9.0",value:"never",description:"Do not wrap prose."},{since:"1.9.0",value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{since:"2.4.0",category:UL,type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."}};const HL="JavaScript";var JL={name:"JavaScript",type:"programming",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",color:"#f1e05a",aliases:["js","node"],extensions:[".js","._js",".bones",".cjs",".es",".es6",".frag",".gs",".jake",".jsb",".jscad",".jsfl",".jsm",".jss",".jsx",".mjs",".njs",".pac",".sjs",".ssjs",".xsjs",".xsjslib"],filenames:["Jakefile"],interpreters:["chakra","d8","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell"],languageId:183},GL={name:"JSON",type:"data",tmScope:"source.json",aceMode:"json",codemirrorMode:"javascript",codemirrorMimeType:"application/json",extensions:[".json",".avsc",".geojson",".gltf",".har",".ice",".JSON-tmLanguage",".jsonl",".mcmeta",".tfstate",".tfstate.backup",".topojson",".webapp",".webmanifest",".yy",".yyp"],filenames:[".arcconfig",".htmlhintrc",".imgbotconfig",".tern-config",".tern-project",".watchmanconfig","Pipfile.lock","composer.lock","mcmod.info"],languageId:174};const XL=tE,YL=jL,KL=qL,QL={arrowParens:{since:"1.9.0",category:HL,type:"choice",default:[{since:"1.9.0",value:"avoid"},{since:"2.0.0",value:"always"}],description:"Include parentheses around a sole arrow function parameter.",choices:[{value:"always",description:"Always include parens. Example: `(x) => x`"},{value:"avoid",description:"Omit parens when possible. Example: `x => x`"}]},bracketSameLine:zL.bracketSameLine,bracketSpacing:zL.bracketSpacing,jsxBracketSameLine:{since:"0.17.0",category:HL,type:"boolean",description:"Put > on the last line instead of at a new line.",deprecated:"2.4.0"},semi:{since:"1.0.0",category:HL,type:"boolean",default:!0,description:"Print semicolons.",oppositeDescription:"Do not print semicolons, except at the beginning of lines which may need them."},singleQuote:zL.singleQuote,jsxSingleQuote:{since:"1.15.0",category:HL,type:"boolean",default:!1,description:"Use single quotes in JSX."},quoteProps:{since:"1.17.0",category:HL,type:"choice",default:"as-needed",description:"Change when properties in objects are quoted.",choices:[{value:"as-needed",description:"Only add quotes around object properties where required."},{value:"consistent",description:"If at least one property in an object requires quotes, quote all properties."},{value:"preserve",description:"Respect the input use of quotes in object properties."}]},trailingComma:{since:"0.0.0",category:HL,type:"choice",default:[{since:"0.0.0",value:!1},{since:"0.19.0",value:"none"},{since:"2.0.0",value:"es5"}],description:"Print trailing commas wherever possible when multi-line.",choices:[{value:"es5",description:"Trailing commas where valid in ES5 (objects, arrays, etc.)"},{value:"none",description:"No trailing commas."},{value:"all",description:"Trailing commas wherever possible (including function arguments)."}]}},ZL=[XL(JL,(e=>({since:"0.0.0",parsers:["babel","espree","meriyah","babel-flow","babel-ts","flow","typescript"],vscodeLanguageIds:["javascript","mongo"],interpreters:[...e.interpreters,"zx"],extensions:[...e.extensions.filter((e=>".jsx"!==e)),".wxs"]}))),XL(JL,(()=>({name:"Flow",since:"0.0.0",parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"],aliases:[],filenames:[],extensions:[".js.flow"]}))),XL(JL,(()=>({name:"JSX",since:"0.0.0",parsers:["babel","babel-flow","babel-ts","flow","typescript","espree","meriyah"],vscodeLanguageIds:["javascriptreact"],aliases:void 0,filenames:void 0,extensions:[".jsx"],group:"JavaScript",interpreters:void 0,tmScope:"source.js.jsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",color:void 0}))),XL({name:"TypeScript",type:"programming",color:"#2b7489",aliases:["ts"],interpreters:["deno","ts-node"],extensions:[".ts"],tmScope:"source.ts",aceMode:"typescript",codemirrorMode:"javascript",codemirrorMimeType:"application/typescript",languageId:378},(e=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"],extensions:[...e.extensions,".mts",".cts"]}))),XL({name:"TSX",type:"programming",group:"TypeScript",extensions:[".tsx"],tmScope:"source.tsx",aceMode:"javascript",codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",languageId:94901924},(()=>({since:"1.4.0",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"]}))),XL(GL,(()=>({name:"JSON.stringify",since:"1.13.0",parsers:["json-stringify"],vscodeLanguageIds:["json"],extensions:[],filenames:["package.json","package-lock.json","composer.json"]}))),XL(GL,(e=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["json"],extensions:e.extensions.filter((e=>".jsonl"!==e))}))),XL({name:"JSON with Comments",type:"data",group:"JSON",tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",aliases:["jsonc"],extensions:[".jsonc",".sublime-build",".sublime-commands",".sublime-completions",".sublime-keymap",".sublime-macro",".sublime-menu",".sublime-mousemap",".sublime-project",".sublime-settings",".sublime-theme",".sublime-workspace",".sublime_metrics",".sublime_session"],filenames:[".babelrc",".eslintrc.json",".jscsrc",".jshintrc",".jslintrc","api-extractor.json","devcontainer.json","jsconfig.json","language-configuration.json","tsconfig.json","tslint.json"],languageId:423},(e=>({since:"1.5.0",parsers:["json"],vscodeLanguageIds:["jsonc"],filenames:[...e.filenames,".eslintrc"]}))),XL({name:"JSON5",type:"data",extensions:[".json5"],tmScope:"source.js",aceMode:"javascript",codemirrorMode:"javascript",codemirrorMimeType:"application/json",languageId:175},(()=>({since:"1.13.0",parsers:["json5"],vscodeLanguageIds:["json5"]})))];var ej={languages:ZL,options:QL,printers:{estree:YL,"estree-json":KL},parsers:void 0};const{isFrontMatterNode:tj}=nc,nj=ni,rj=new Set(["raw","raws","sourceIndex","source","before","after","trailingComma"]);function uj(e,t,n){if(tj(e)&&"yaml"===e.lang&&delete t.value,"css-comment"===e.type&&"css-root"===n.type&&n.nodes.length>0){if((n.nodes[0]===e||tj(n.nodes[0])&&n.nodes[1]===e)&&(delete t.text,/^\*\s*@(?:format|prettier)\s*$/.test(e.text)))return null;if("css-root"===n.type&&nj(n.nodes)===e)return null}if("value-root"===e.type&&delete t.text,"media-query"!==e.type&&"media-query-list"!==e.type&&"media-feature-expression"!==e.type||delete t.value,"css-rule"===e.type&&delete t.params,"selector-combinator"===e.type&&(t.value=t.value.replace(/\s+/g," ")),"media-feature"===e.type&&(t.value=t.value.replace(/ /g,"")),("value-word"===e.type&&(e.isColor&&e.isHex||["initial","inherit","unset","revert"].includes(t.value.replace().toLowerCase()))||"media-feature"===e.type||"selector-root-invalid"===e.type||"selector-pseudo"===e.type)&&(t.value=t.value.toLowerCase()),"css-decl"===e.type&&(t.prop=t.prop.toLowerCase()),"css-atrule"!==e.type&&"css-import"!==e.type||(t.name=t.name.toLowerCase()),"value-number"===e.type&&(t.unit=t.unit.toLowerCase()),"media-feature"!==e.type&&"media-keyword"!==e.type&&"media-type"!==e.type&&"media-unknown"!==e.type&&"media-url"!==e.type&&"media-value"!==e.type&&"selector-attribute"!==e.type&&"selector-string"!==e.type&&"selector-class"!==e.type&&"selector-combinator"!==e.type&&"value-string"!==e.type||!t.value||(t.value=t.value.replace(/'/g,'"').replace(/\\([^\dA-Fa-f])/g,"$1")),"selector-attribute"===e.type&&(t.attribute=t.attribute.trim(),t.namespace&&"string"==typeof t.namespace&&(t.namespace=t.namespace.trim(),0===t.namespace.length&&(t.namespace=!0)),t.value&&(t.value=t.value.trim().replace(/^["']|["']$/g,""),delete t.quoted)),"media-value"!==e.type&&"media-type"!==e.type&&"value-number"!==e.type&&"selector-root-invalid"!==e.type&&"selector-class"!==e.type&&"selector-combinator"!==e.type&&"selector-tag"!==e.type||!t.value||(t.value=t.value.replace(/([\d+.Ee-]+)([A-Za-z]*)/g,((e,t,n)=>{const r=Number(t);return Number.isNaN(r)?e:r+n.toLowerCase()}))),"selector-tag"===e.type){const n=e.value.toLowerCase();["from","to"].includes(n)&&(t.value=n)}"css-atrule"===e.type&&"supports"===e.name.toLowerCase()&&delete t.value,"selector-unknown"===e.type&&delete t.value}uj.ignoredProperties=rj;var oj=uj;const{builders:{hardline:ij,markAsRoot:sj}}=Wc;var aj=function(e,t){if("yaml"===e.lang){const n=e.value.trim(),r=n?t(n,{parser:"yaml"},{stripTrailingHardline:!0}):"";return sj([e.startDelimiter,ij,r,r?ij:"",e.endDelimiter])}};const{builders:{hardline:cj}}=Wc,lj=aj;const pj=new RegExp("^(?<startDelimiter>-{3}|\\+{3})(?<language>[^\\n]*)\\n(?:|(?<value>.*?)\\n)(?<endDelimiter>\\k<startDelimiter>|\\.{3})[^\\S\\n]*(?:\\n|$)","s");var fj=function(e){const t=e.match(pj);if(!t)return{content:e};const{startDelimiter:n,language:r,value:u="",endDelimiter:o}=t.groups;let i=r.trim()||"yaml";if("+++"===n&&(i="toml"),"yaml"!==i&&n!==o)return{content:e};const[s]=t;return{frontMatter:{type:"front-matter",lang:i,value:u,startDelimiter:n,endDelimiter:o,raw:s.replace(/\n$/,"")},content:s.replace(/[^\n]/g," ")+e.slice(s.length)}};const dj=OC,hj=fj;var gj={hasPragma:function(e){return dj.hasPragma(hj(e).content)},insertPragma:function(e){const{frontMatter:t,content:n}=hj(e);return(t?t.raw+"\n\n":"")+dj.insertPragma(n)}};const{isNonEmptyArray:mj}=nc,Dj=new Set(["red","green","blue","alpha","a","rgb","hue","h","saturation","s","lightness","l","whiteness","w","blackness","b","tint","shade","blend","blenda","contrast","hsl","hsla","hwb","hwba"]),yj=new Set(["import","use","forward"]);function Ej(e,t){const n=Array.isArray(t)?t:[t];let r,u=-1;for(;r=e.getParentNode(++u);)if(n.includes(r.type))return u;return-1}function Aj(e,t){const n=Ej(e,t);return-1===n?null:e.getParentNode(n)}function Cj(e){return"value-operator"===e.type&&"*"===e.value}function bj(e){return"value-operator"===e.type&&"/"===e.value}function vj(e){return"value-operator"===e.type&&"+"===e.value}function Fj(e){return"value-operator"===e.type&&"-"===e.value}function xj(e){return"value-operator"===e.type&&"%"===e.value}function Sj(e){return"value-comma_group"===e.type&&e.groups&&e.groups[1]&&"value-colon"===e.groups[1].type}function Bj(e){return"value-paren_group"===e.type&&e.groups&&e.groups[0]&&Sj(e.groups[0])}function wj(e){return e&&"value-colon"===e.type}var Tj={getAncestorCounter:Ej,getAncestorNode:Aj,getPropOfDeclNode:function(e){const t=Aj(e,"css-decl");return t&&t.prop&&t.prop.toLowerCase()},hasSCSSInterpolation:function(e){if(mj(e))for(let t=e.length-1;t>0;t--)if("word"===e[t].type&&"{"===e[t].value&&"word"===e[t-1].type&&e[t-1].value.endsWith("#"))return!0;return!1},hasStringOrFunction:function(e){if(mj(e))for(let t=0;t<e.length;t++)if("string"===e[t].type||"func"===e[t].type)return!0;return!1},maybeToLowerCase:function(e){return e.includes("$")||e.includes("@")||e.includes("#")||e.startsWith("%")||e.startsWith("--")||e.startsWith(":--")||e.includes("(")&&e.includes(")")?e:e.toLowerCase()},insideValueFunctionNode:function(e,t){const n=Aj(e,"value-func");return n&&n.value&&n.value.toLowerCase()===t},insideICSSRuleNode:function(e){const t=Aj(e,"css-rule");return t&&t.raws&&t.raws.selector&&(t.raws.selector.startsWith(":import")||t.raws.selector.startsWith(":export"))},insideAtRuleNode:function(e,t){const n=Array.isArray(t)?t:[t],r=Aj(e,"css-atrule");return r&&n.includes(r.name.toLowerCase())},insideURLFunctionInImportAtRuleNode:function(e){const t=e.getValue(),n=Aj(e,"css-atrule");return n&&"import"===n.name&&"url"===t.groups[0].value&&2===t.groups.length},isKeyframeAtRuleKeywords:function(e,t){const n=Aj(e,"css-atrule");return n&&n.name&&n.name.toLowerCase().endsWith("keyframes")&&["from","to"].includes(t.toLowerCase())},isWideKeywords:function(e){return["initial","inherit","unset","revert"].includes(e.toLowerCase())},isSCSS:function(e,t){return"less"===e||"scss"===e?"scss"===e:/(?:\w\s*:\s*[^:}]+|#){|@import[^\n]+(?:url|,)/.test(t)},isSCSSVariable:function(e){return Boolean(e&&"word"===e.type&&e.value.startsWith("$"))},isLastNode:function(e,t){const n=e.getParentNode();if(!n)return!1;const{nodes:r}=n;return r&&r.indexOf(t)===r.length-1},isLessParser:function(e){return"css"===e.parser||"less"===e.parser},isSCSSControlDirectiveNode:function(e){return"css-atrule"===e.type&&["if","else","for","each","while"].includes(e.name)},isDetachedRulesetDeclarationNode:function(e){return!!e.selector&&("string"==typeof e.selector&&/^@.+:.*$/.test(e.selector)||e.selector.value&&/^@.+:.*$/.test(e.selector.value))},isRelationalOperatorNode:function(e){return"value-word"===e.type&&["<",">","<=",">="].includes(e.value)},isEqualityOperatorNode:function(e){return"value-word"===e.type&&["==","!="].includes(e.value)},isMultiplicationNode:Cj,isDivisionNode:bj,isAdditionNode:vj,isSubtractionNode:Fj,isModuloNode:xj,isMathOperatorNode:function(e){return Cj(e)||bj(e)||vj(e)||Fj(e)||xj(e)},isEachKeywordNode:function(e){return"value-word"===e.type&&"in"===e.value},isForKeywordNode:function(e){return"value-word"===e.type&&["from","through","end"].includes(e.value)},isURLFunctionNode:function(e){return"value-func"===e.type&&"url"===e.value.toLowerCase()},isIfElseKeywordNode:function(e){return"value-word"===e.type&&["and","or","not"].includes(e.value)},hasComposesNode:function(e){return e.value&&"value-root"===e.value.type&&e.value.group&&"value-value"===e.value.group.type&&"composes"===e.prop.toLowerCase()},hasParensAroundNode:function(e){return e.value&&e.value.group&&e.value.group.group&&"value-paren_group"===e.value.group.group.type&&null!==e.value.group.group.open&&null!==e.value.group.group.close},hasEmptyRawBefore:function(e){return e.raws&&""===e.raws.before},isSCSSNestedPropertyNode:function(e){return!!e.selector&&e.selector.replace(/\/\*.*?\*\//,"").replace(/\/\/.*?\n/,"").trim().endsWith(":")},isDetachedRulesetCallNode:function(e){return e.raws&&e.raws.params&&/^\(\s*\)$/.test(e.raws.params)},isTemplatePlaceholderNode:function(e){return e.name.startsWith("prettier-placeholder")},isTemplatePropNode:function(e){return e.prop.startsWith("@prettier-placeholder")},isPostcssSimpleVarNode:function(e,t){return"$$"===e.value&&"value-func"===e.type&&t&&"value-word"===t.type&&!t.raws.before},isKeyValuePairNode:Sj,isKeyValuePairInParenGroupNode:Bj,isKeyInValuePairNode:function(e,t){if(!Sj(t))return!1;const{groups:n}=t,r=n.indexOf(e);return-1!==r&&wj(n[r+1])},isSCSSMapItemNode:function(e){const t=e.getValue();if(0===t.groups.length)return!1;const n=e.getParentNode(1);if(!(Bj(t)||n&&Bj(n)))return!1;const r=Aj(e,"css-decl");return!!(r&&r.prop&&r.prop.startsWith("$"))||!!Bj(n)||"value-func"===n.type},isInlineValueCommentNode:function(e){return"value-comment"===e.type&&e.inline},isHashNode:function(e){return"value-word"===e.type&&"#"===e.value},isLeftCurlyBraceNode:function(e){return"value-word"===e.type&&"{"===e.value},isRightCurlyBraceNode:function(e){return"value-word"===e.type&&"}"===e.value},isWordNode:function(e){return["value-word","value-atword"].includes(e.type)},isColonNode:wj,isMediaAndSupportsKeywords:function(e){return e.value&&["not","and","or"].includes(e.value.toLowerCase())},isColorAdjusterFuncNode:function(e){return"value-func"===e.type&&Dj.has(e.value.toLowerCase())},lastLineHasInlineComment:function(e){return/\/\//.test(e.split(/[\n\r]/).pop())},stringifyNode:function e(t){if(t.groups)return(t.open&&t.open.value?t.open.value:"")+t.groups.reduce(((n,r,u)=>n+e(r)+("comma_group"===t.groups[0].type&&u!==t.groups.length-1?",":"")),"")+(t.close&&t.close.value?t.close.value:"");const n=t.raws&&t.raws.before?t.raws.before:"",r=t.raws&&t.raws.quote?t.raws.quote:"";return n+r+("atword"===t.type?"@":"")+(t.value?t.value:"")+r+(t.unit?t.unit:"")+(t.group?e(t.group):"")+(t.raws&&t.raws.after?t.raws.after:"")},isAtWordPlaceholderNode:function(e){return e&&"value-atword"===e.type&&e.value.startsWith("prettier-placeholder-")},isModuleRuleName:function(e){return yj.has(e)},isConfigurationNode:function(e,t){if(!e.open||"("!==e.open.value||!e.close||")"!==e.close.value||e.groups.some((e=>"value-comma_group"!==e.type)))return!1;if("value-comma_group"===t.type){const n=t.groups.indexOf(e)-1,r=t.groups[n];if(r&&"value-word"===r.type&&"with"===r.value)return!0}return!1},isParenGroupNode:function(e){return"value-paren_group"===e.type&&e.open&&"("===e.open.value&&e.close&&")"===e.close.value}};const Pj=function(e,t){let n=0;for(let r=0;r<e.line-1;++r)n=t.indexOf("\n",n)+1;return n+e.column},{getLast:Nj,skipEverythingButNewLine:kj}=nc;function Oj(e,t){return"number"==typeof e.sourceIndex?e.sourceIndex:e.source?Pj(e.source.start,t)-1:null}function Ij(e,t){if("css-comment"===e.type&&e.inline)return kj(t,e.source.startOffset);const n=e.nodes&&Nj(e.nodes);return n&&e.source&&!e.source.end&&(e=n),e.source&&e.source.end?Pj(e.source.end,t):null}function Lj(e,t,n){e.source&&(e.source.startOffset=Oj(e,n)+t,e.source.endOffset=Ij(e,n)+t);for(const r in e){const u=e[r];"source"!==r&&u&&"object"==typeof u&&Lj(u,t,n)}}function jj(e){let t=e.source.startOffset;return"string"==typeof e.prop&&(t+=e.prop.length),"css-atrule"===e.type&&"string"==typeof e.name&&(t+=1+e.name.length+e.raws.afterName.match(/^\s*:?\s*/)[0].length),"css-atrule"!==e.type&&e.raws&&"string"==typeof e.raws.between&&(t+=e.raws.between.length),t}var _j={locStart:function(e){return e.source.startOffset},locEnd:function(e){return e.source.endOffset},calculateLoc:function e(t,n){t.source&&(t.source.startOffset=Oj(t,n),t.source.endOffset=Ij(t,n));for(const r in t){const u=t[r];"source"!==r&&u&&"object"==typeof u&&("value-root"===u.type||"value-unknown"===u.type?Lj(u,jj(t),u.text||u.value):e(u,n))}},replaceQuotesInInlineComments:function(e){let t,n="initial",r="initial",u=!1;const o=[];for(let i=0;i<e.length;i++){const s=e[i];switch(n){case"initial":if("'"===s){n="single-quotes";continue}if('"'===s){n="double-quotes";continue}if(("u"===s||"U"===s)&&"url("===e.slice(i,i+4).toLowerCase()){n="url",i+=3;continue}if("*"===s&&"/"===e[i-1]){n="comment-block";continue}if("/"===s&&"/"===e[i-1]){n="comment-inline",t=i-1;continue}continue;case"single-quotes":if("'"===s&&"\\"!==e[i-1]&&(n=r,r="initial"),"\n"===s||"\r"===s)return e;continue;case"double-quotes":if('"'===s&&"\\"!==e[i-1]&&(n=r,r="initial"),"\n"===s||"\r"===s)return e;continue;case"url":if(")"===s&&(n="initial"),"\n"===s||"\r"===s)return e;if("'"===s){n="single-quotes",r="url";continue}if('"'===s){n="double-quotes",r="url";continue}continue;case"comment-block":"/"===s&&"*"===e[i-1]&&(n="initial");continue;case"comment-inline":'"'!==s&&"'"!==s&&"*"!==s||(u=!0),"\n"!==s&&"\r"!==s||(u&&o.push([t,i]),n="initial",u=!1);continue}}for(const[t,n]of o)e=e.slice(0,t)+e.slice(t,n).replace(/["'*]/g," ")+e.slice(n);return e}};const Mj=ni,{printNumber:Rj,printString:Vj,hasNewline:$j,isFrontMatterNode:Wj,isNextLineEmpty:qj,isNonEmptyArray:Uj}=nc,{builders:{join:zj,line:Hj,hardline:Jj,softline:Gj,group:Xj,fill:Yj,indent:Kj,dedent:Qj,ifBreak:Zj,breakParent:e_},utils:{removeLines:t_,getDocParts:n_}}=Wc,r_=oj,u_=function(e,t,n){const r=e.getValue();if("front-matter"===r.type){const e=lj(r,n);return e?[e,cj]:""}},{insertPragma:o_}=gj,{getAncestorNode:i_,getPropOfDeclNode:s_,maybeToLowerCase:a_,insideValueFunctionNode:c_,insideICSSRuleNode:l_,insideAtRuleNode:p_,insideURLFunctionInImportAtRuleNode:f_,isKeyframeAtRuleKeywords:d_,isWideKeywords:h_,isSCSS:g_,isLastNode:m_,isLessParser:D_,isSCSSControlDirectiveNode:y_,isDetachedRulesetDeclarationNode:E_,isRelationalOperatorNode:A_,isEqualityOperatorNode:C_,isMultiplicationNode:b_,isDivisionNode:v_,isAdditionNode:F_,isSubtractionNode:x_,isMathOperatorNode:S_,isEachKeywordNode:B_,isForKeywordNode:w_,isURLFunctionNode:T_,isIfElseKeywordNode:P_,hasComposesNode:N_,hasParensAroundNode:k_,hasEmptyRawBefore:O_,isKeyValuePairNode:I_,isKeyInValuePairNode:L_,isDetachedRulesetCallNode:j_,isTemplatePlaceholderNode:__,isTemplatePropNode:M_,isPostcssSimpleVarNode:R_,isSCSSMapItemNode:V_,isInlineValueCommentNode:$_,isHashNode:W_,isLeftCurlyBraceNode:q_,isRightCurlyBraceNode:U_,isWordNode:z_,isColonNode:H_,isMediaAndSupportsKeywords:J_,isColorAdjusterFuncNode:G_,lastLineHasInlineComment:X_,isAtWordPlaceholderNode:Y_,isConfigurationNode:K_,isParenGroupNode:Q_}=Tj,{locStart:Z_,locEnd:eM}=_j;function tM(e){return"es5"===e.trailingComma||"all"===e.trailingComma}function nM(e,t,n){const r=[];return e.each(((e,u,o)=>{const i=o[u-1];if(i&&"css-comment"===i.type&&"prettier-ignore"===i.text.trim()){const n=e.getValue();r.push(t.originalText.slice(Z_(n),eM(n)))}else r.push(n());u!==o.length-1&&("css-comment"===o[u+1].type&&!$j(t.originalText,Z_(o[u+1]),{backwards:!0})&&!Wj(o[u])||"css-atrule"===o[u+1].type&&"else"===o[u+1].name&&"css-comment"!==o[u].type?r.push(" "):(r.push(t.__isHTMLStyleAttribute?Hj:Jj),qj(t.originalText,e.getValue(),eM)&&!Wj(o[u])&&r.push(Jj)))}),"nodes"),r}const rM=/(["'])(?:(?!\1)[^\\]|\\.)*\1/gs,uM=new RegExp(rM.source+"|"+"(".concat(/[$@]?[A-Z_a-z\u0080-\uFFFF][\w\u0080-\uFFFF-]*/g.source,")?")+"(".concat(/(?:\d*\.\d+|\d+\.?)(?:[Ee][+-]?\d+)?/g.source,")")+"(".concat(/[A-Za-z]+/g.source,")?"),"g");function oM(e,t){return e.replace(rM,(e=>Vj(e,t)))}function iM(e,t){const n=t.singleQuote?"'":'"';return e.includes('"')||e.includes("'")?e:n+e+n}function sM(e){return e.replace(uM,((e,t,n,r,u)=>!n&&r?aM(r)+a_(u||""):e))}function aM(e){return Rj(e).replace(/\.0(?=$|e)/,"")}var cM={print:function(e,t,n){const r=e.getValue();if(!r)return"";if("string"==typeof r)return r;switch(r.type){case"front-matter":return[r.raw,Jj];case"css-root":{const u=nM(e,t,n),o=r.raws.after.trim();return[u,o?" ".concat(o):"",n_(u).length>0?Jj:""]}case"css-comment":{const e=r.inline||r.raws.inline,n=t.originalText.slice(Z_(r),eM(r));return e?n.trimEnd():n}case"css-rule":return[n("selector"),r.important?" !important":"",r.nodes?[r.selector&&"selector-unknown"===r.selector.type&&X_(r.selector.value)?Hj:" ","{",r.nodes.length>0?Kj([Jj,nM(e,t,n)]):"",Jj,"}",E_(r)?";":""]:";"];case"css-decl":{const u=e.getParentNode(),{between:o}=r.raws,i=o.trim(),s=":"===i;let a=N_(r)?t_(n("value")):n("value");return!s&&X_(i)&&(a=Kj([Jj,Qj(a)])),[r.raws.before.replace(/[\s;]/g,""),l_(e)?r.prop:a_(r.prop),i.startsWith("//")?" ":"",i,r.extend?"":" ",D_(t)&&r.extend&&r.selector?["extend(",n("selector"),")"]:"",a,r.raws.important?r.raws.important.replace(/\s*!\s*important/i," !important"):r.important?" !important":"",r.raws.scssDefault?r.raws.scssDefault.replace(/\s*!default/i," !default"):r.scssDefault?" !default":"",r.raws.scssGlobal?r.raws.scssGlobal.replace(/\s*!global/i," !global"):r.scssGlobal?" !global":"",r.nodes?[" {",Kj([Gj,nM(e,t,n)]),Gj,"}"]:M_(r)&&!u.raws.semicolon&&";"!==t.originalText[eM(r)-1]?"":t.__isHTMLStyleAttribute&&m_(e,r)?Zj(";"):";"]}case"css-atrule":{const u=e.getParentNode(),o=__(r)&&!u.raws.semicolon&&";"!==t.originalText[eM(r)-1];if(D_(t)){if(r.mixin)return[n("selector"),r.important?" !important":"",o?"":";"];if(r.function)return[r.name,n("params"),o?"":";"];if(r.variable)return["@",r.name,": ",r.value?n("value"):"",r.raws.between.trim()?r.raws.between.trim()+" ":"",r.nodes?["{",Kj([r.nodes.length>0?Gj:"",nM(e,t,n)]),Gj,"}"]:"",o?"":";"]}return["@",j_(r)||r.name.endsWith(":")?r.name:a_(r.name),r.params?[j_(r)?"":__(r)?""===r.raws.afterName?"":r.name.endsWith(":")?" ":/^\s*\n\s*\n/.test(r.raws.afterName)?[Jj,Jj]:/^\s*\n/.test(r.raws.afterName)?Jj:" ":" ",n("params")]:"",r.selector?Kj([" ",n("selector")]):"",r.value?Xj([" ",n("value"),y_(r)?k_(r)?" ":Hj:""]):"else"===r.name?" ":"",r.nodes?[y_(r)?"":r.selector&&!r.selector.nodes&&"string"==typeof r.selector.value&&X_(r.selector.value)||!r.selector&&"string"==typeof r.params&&X_(r.params)?Hj:" ","{",Kj([r.nodes.length>0?Gj:"",nM(e,t,n)]),Gj,"}"]:o?"":";"]}case"media-query-list":{const t=[];return e.each((e=>{const r=e.getValue();"media-query"===r.type&&""===r.value||t.push(n())}),"nodes"),Xj(Kj(zj(Hj,t)))}case"media-query":return[zj(" ",e.map(n,"nodes")),m_(e,r)?"":","];case"media-type":case"media-value":return sM(oM(r.value,t));case"media-feature-expression":return r.nodes?["(",...e.map(n,"nodes"),")"]:r.value;case"media-feature":return a_(oM(r.value.replace(/ +/g," "),t));case"media-colon":case"value-comma":return[r.value," "];case"media-keyword":case"selector-string":return oM(r.value,t);case"media-url":return oM(r.value.replace(/^url\(\s+/gi,"url(").replace(/\s+\)$/g,")"),t);case"media-unknown":case"selector-comment":case"selector-nesting":case"value-paren":case"value-operator":case"value-unicode-range":case"value-unknown":return r.value;case"selector-root":return Xj([p_(e,"custom-selector")?[i_(e,"css-atrule").customSelector,Hj]:"",zj([",",p_(e,["extend","custom-selector","nest"])?Hj:Jj],e.map(n,"nodes"))]);case"selector-selector":return Xj(Kj(e.map(n,"nodes")));case"selector-tag":{const t=e.getParentNode(),n=t&&t.nodes.indexOf(r),u=n&&t.nodes[n-1];return[r.namespace?[!0===r.namespace?"":r.namespace.trim(),"|"]:"","selector-nesting"===u.type?r.value:sM(d_(e,r.value)?r.value.toLowerCase():r.value)]}case"selector-id":return["#",r.value];case"selector-class":return[".",sM(oM(r.value,t))];case"selector-attribute":return["[",r.namespace?[!0===r.namespace?"":r.namespace.trim(),"|"]:"",r.attribute.trim(),r.operator?r.operator:"",r.value?iM(oM(r.value.trim(),t),t):"",r.insensitive?" i":"","]"];case"selector-combinator":if("+"===r.value||">"===r.value||"~"===r.value||">>>"===r.value){const t=e.getParentNode();return["selector-selector"===t.type&&t.nodes[0]===r?"":Hj,r.value,m_(e,r)?"":" "]}return[r.value.trim().startsWith("(")?Hj:"",sM(oM(r.value.trim(),t))||Hj];case"selector-universal":return[r.namespace?[!0===r.namespace?"":r.namespace.trim(),"|"]:"",r.value];case"selector-pseudo":return[a_(r.value),Uj(r.nodes)?["(",zj(", ",e.map(n,"nodes")),")"]:""];case"selector-unknown":{const n=i_(e,"css-rule");if(n&&n.isSCSSNesterProperty)return sM(oM(a_(r.value),t));const u=e.getParentNode();if(u.raws&&u.raws.selector){const e=Z_(u),n=e+u.raws.selector.length;return t.originalText.slice(e,n).trim()}const o=e.getParentNode(1);if("value-paren_group"===u.type&&o&&"value-func"===o.type&&"selector"===o.value){const e=Z_(u.open)+1,n=eM(u.close)-1,r=t.originalText.slice(e,n).trim();return X_(r)?[e_,r]:r}return r.value}case"value-value":case"value-root":return n("group");case"value-comment":return t.originalText.slice(Z_(r),eM(r));case"value-comma_group":{const t=e.getParentNode(),u=e.getParentNode(1),o=s_(e),i=o&&"value-value"===t.type&&("grid"===o||o.startsWith("grid-template")),s=i_(e,"css-atrule"),a=s&&y_(s),c=r.groups.some((e=>$_(e))),l=e.map(n,"groups"),p=[],f=c_(e,"url");let d=!1,h=!1;for(let n=0;n<r.groups.length;++n){p.push(l[n]);const o=r.groups[n-1],c=r.groups[n],g=r.groups[n+1],m=r.groups[n+2];if(f){(g&&F_(g)||F_(c))&&p.push(" ");continue}if(p_(e,"forward")&&"value-word"===c.type&&c.value&&void 0!==o&&"value-word"===o.type&&"as"===o.value&&"value-operator"===g.type&&"*"===g.value)continue;if(!g)continue;if("value-word"===c.type&&c.value.endsWith("-")&&Y_(g))continue;const D="value-string"===c.type&&c.value.startsWith("#{"),y=d&&"value-string"===g.type&&g.value.endsWith("}");if(D||y){d=!d;continue}if(d)continue;if(H_(c)||H_(g))continue;if("value-atword"===c.type&&""===c.value)continue;if("~"===c.value)continue;if(c.value&&c.value.includes("\\")&&g&&"value-comment"!==g.type)continue;if(o&&o.value&&o.value.indexOf("\\")===o.value.length-1&&"value-operator"===c.type&&"/"===c.value)continue;if("\\"===c.value)continue;if(R_(c,g))continue;if(W_(c)||q_(c)||U_(g)||q_(g)&&O_(g)||U_(c)&&O_(g))continue;if("--"===c.value&&W_(g))continue;const E=S_(c),A=S_(g);if((E&&W_(g)||A&&U_(c))&&O_(g))continue;if(!o&&v_(c))continue;if(c_(e,"calc")&&(F_(c)||F_(g)||x_(c)||x_(g))&&O_(g))continue;const C=(F_(c)||x_(c))&&0===n&&("value-number"===g.type||g.isHex)&&u&&G_(u)&&!O_(g),b=m&&"value-func"===m.type||m&&z_(m)||"value-func"===c.type||z_(c),v="value-func"===g.type||z_(g)||o&&"value-func"===o.type||o&&z_(o);if(b_(g)||b_(c)||c_(e,"calc")||C||!(v_(g)&&!b||v_(c)&&!v||F_(g)&&!b||F_(c)&&!v||x_(g)||x_(c))||!(O_(g)||E&&(!o||o&&S_(o))))if($_(c)){if("value-paren_group"===t.type){p.push(Qj(Jj));continue}p.push(Jj)}else a&&(C_(g)||A_(g)||P_(g)||B_(c)||w_(c))||s&&"namespace"===s.name.toLowerCase()?p.push(" "):i?c.source&&g.source&&c.source.start.line!==g.source.start.line?(p.push(Jj),h=!0):p.push(" "):A?p.push(" "):g&&"..."===g.value||Y_(c)&&Y_(g)&&eM(c)===Z_(g)||(Y_(c)&&Q_(g)&&eM(c)===Z_(g.open)?p.push(Gj):"with"===c.value&&Q_(g)?p.push(" "):p.push(Hj))}return c&&p.push(e_),h&&p.unshift(Jj),a?Xj(Kj(p)):f_(e)?Xj(Yj(p)):Xj(Kj(Yj(p)))}case"value-paren_group":{const u=e.getParentNode();if(u&&T_(u)&&(1===r.groups.length||r.groups.length>0&&"value-comma_group"===r.groups[0].type&&r.groups[0].groups.length>0&&"value-word"===r.groups[0].groups[0].type&&r.groups[0].groups[0].value.startsWith("data:")))return[r.open?n("open"):"",zj(",",e.map(n,"groups")),r.close?n("close"):""];if(!r.open){const t=e.map(n,"groups"),r=[];for(let e=0;e<t.length;e++)0!==e&&r.push([",",Hj]),r.push(t[e]);return Xj(Kj(Yj(r)))}const o=V_(e),i=Mj(r.groups),s=i&&"value-comment"===i.type,a=L_(r,u),c=K_(r,u),l=c||o&&!a,p=c||a,f=Xj([r.open?n("open"):"",Kj([Gj,zj([",",Hj],e.map((e=>{const t=e.getValue(),r=n();if(I_(t)&&"value-comma_group"===t.type&&t.groups&&"value-paren_group"!==t.groups[0].type&&t.groups[2]&&"value-paren_group"===t.groups[2].type){const e=n_(r.contents.contents);return e[1]=Xj(e[1]),Xj(Qj(r))}return r}),"groups"))]),Zj(!s&&g_(t.parser,t.originalText)&&o&&tM(t)?",":""),Gj,r.close?n("close"):""],{shouldBreak:l});return p?Qj(f):f}case"value-func":return[r.value,p_(e,"supports")&&J_(r)?" ":"",n("group")];case"value-number":return[aM(r.value),a_(r.unit)];case"value-word":return r.isColor&&r.isHex||h_(r.value)?r.value.toLowerCase():r.value;case"value-colon":{const t=e.getParentNode(),n=t&&t.groups.indexOf(r),u=n&&t.groups[n-1];return[r.value,u&&"string"==typeof u.value&&"\\"===Mj(u.value)||c_(e,"url")?"":Hj]}case"value-string":return Vj(r.raws.quote+r.value+r.raws.quote,t);case"value-atword":return["@",r.value];default:throw new Error("Unknown postcss type ".concat(JSON.stringify(r.type)))}},embed:u_,insertPragma:o_,massageAstNode:r_};const lM=tE,pM=cM,fM={singleQuote:zL.singleQuote},dM=[lM({name:"CSS",type:"markup",tmScope:"source.css",aceMode:"css",codemirrorMode:"css",codemirrorMimeType:"text/css",color:"#563d7c",extensions:[".css"],languageId:50},(e=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["css"],extensions:[...e.extensions,".wxss"]}))),lM({name:"PostCSS",type:"markup",tmScope:"source.postcss",group:"CSS",extensions:[".pcss",".postcss"],aceMode:"text",languageId:262764437},(()=>({since:"1.4.0",parsers:["css"],vscodeLanguageIds:["postcss"]}))),lM({name:"Less",type:"markup",color:"#1d365d",extensions:[".less"],tmScope:"source.css.less",aceMode:"less",codemirrorMode:"css",codemirrorMimeType:"text/css",languageId:198},(()=>({since:"1.4.0",parsers:["less"],vscodeLanguageIds:["less"]}))),lM({name:"SCSS",type:"markup",color:"#c6538c",tmScope:"source.css.scss",aceMode:"scss",codemirrorMode:"css",codemirrorMimeType:"text/x-scss",extensions:[".scss"],languageId:329},(()=>({since:"1.4.0",parsers:["scss"],vscodeLanguageIds:["scss"]})))];var hM={languages:dM,options:fM,printers:{postcss:pM},parsers:void 0};function gM(e,t){if("TextNode"===e.type){const n=e.chars.trim();if(!n)return null;t.chars=n.replace(/[\t\n\f\r ]+/g," ")}"AttrNode"===e.type&&"class"===e.name.toLowerCase()&&delete t.value}gM.ignoredProperties=new Set(["loc","selfClosing"]);var mM=gM;const DM=ni,yM=new Set(["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","isindex","keygen","link","menuitem","meta","nextid","param","source","track","wbr"]);function EM(e){return AM(e,["TextNode"])&&!/\S/.test(e.chars)}function AM(e,t){return e&&t.includes(e.type)}function CM(e,t){return AM(e.getParentNode(0),t)}function bM(e,t){const n=e.getValue(),r=e.getParentNode(0)||{},u=r.children||r.body||r.parts||[],o=u.indexOf(n);return-1!==o&&u[o+t]}function vM(e){return bM(e,-(arguments.length>1&&void 0!==arguments[1]?arguments[1]:1))}function FM(e){return bM(e,1)}function xM(e){return AM(e,["MustacheCommentStatement"])&&"string"==typeof e.value&&"prettier-ignore"===e.value.trim()}var SM={getNextNode:FM,getPreviousNode:vM,hasPrettierIgnore:function(e){const t=e.getValue(),n=vM(e,2);return xM(t)||xM(n)},isLastNodeOfSiblings:function(e){const t=e.getValue(),n=e.getParentNode(0);return!(!CM(e,["ElementNode"])||DM(n.children)!==t)||!(!CM(e,["Block"])||DM(n.body)!==t)},isNextNodeOfSomeType:function(e,t){return AM(FM(e),t)},isNodeOfSomeType:AM,isParentOfSomeType:CM,isPreviousNodeOfSomeType:function(e,t){return AM(vM(e),t)},isVoid:function(e){return function(e){return AM(e,["ElementNode"])&&"string"==typeof e.tag&&":"!==e.tag[0]&&(function(e){return e.toUpperCase()===e}(e.tag[0])||e.tag.includes("."))}(e)&&e.children.every((e=>EM(e)))||yM.has(e.tag)},isWhitespaceNode:EM};const{builders:{dedent:BM,fill:wM,group:TM,hardline:PM,ifBreak:NM,indent:kM,join:OM,line:IM,softline:LM},utils:{getDocParts:jM,replaceTextEndOfLine:_M}}=Wc,{getPreferredQuote:MM,isNonEmptyArray:RM}=nc,{locStart:VM,locEnd:$M}={locStart:function(e){return e.loc.start.offset},locEnd:function(e){return e.loc.end.offset}},WM=mM,{getNextNode:qM,getPreviousNode:UM,hasPrettierIgnore:zM,isLastNodeOfSiblings:HM,isNextNodeOfSomeType:JM,isNodeOfSomeType:GM,isParentOfSomeType:XM,isPreviousNodeOfSomeType:YM,isVoid:KM,isWhitespaceNode:QM}=SM;function ZM(e,t){return VM(e)-VM(t)}function eR(e,t,n){const r=e.getValue().children.every((e=>QM(e)));return"ignore"===t.htmlWhitespaceSensitivity&&r?"":e.map(((e,r)=>{const u=n();return 0===r&&"ignore"===t.htmlWhitespaceSensitivity?[LM,u]:u}),"children")}function tR(e){return KM(e)?NM([LM,"/>"],[" />",LM]):NM([LM,">"],">")}function nR(e){return[!1===e.escaped?"{{{":"{{",e.strip&&e.strip.open?"~":""]}function rR(e){const t=!1===e.escaped?"}}}":"}}";return[e.strip&&e.strip.close?"~":"",t]}function uR(e){return[nR(e),e.closeStrip.open?"~":"","/"]}function oR(e){const t=rR(e);return[e.closeStrip.close?"~":"",t]}function iR(e){return[nR(e),e.inverseStrip.open?"~":""]}function sR(e){const t=rR(e);return[e.inverseStrip.close?"~":"",t]}function aR(e,t){const n=e.getValue(),r=function(e){return[nR(e),e.openStrip.open?"~":"","#"]}(n),u=function(e){const t=rR(e);return[e.openStrip.close?"~":"",t]}(n),o=[bR(0,t)],i=vR(e,t);if(i&&o.push(IM,i),RM(n.program.blockParams)){const e=FR(n.program);o.push(IM,e)}return TM([r,kM(o),LM,u])}function cR(e,t){return["ignore"===t.htmlWhitespaceSensitivity?PM:"",iR(e),"else",sR(e)]}function lR(e,t){const n=e.getParentNode(1);return[iR(n),"else if ",vR(e,t),sR(n)]}function pR(e,t,n){const r=e.getValue();return"ignore"===n.htmlWhitespaceSensitivity?[fR(r)?LM:PM,uR(r),t("path"),oR(r)]:[uR(r),t("path"),oR(r)]}function fR(e){return GM(e,["BlockStatement"])&&e.program.body.every((e=>QM(e)))}function dR(e){return GM(e,["BlockStatement"])&&e.inverse}function hR(e,t,n){if(fR(e.getValue()))return"";const r=t("program");return"ignore"===n.htmlWhitespaceSensitivity?kM([PM,r]):kM(r)}function gR(e,t,n){const r=e.getValue(),u=t("inverse"),o="ignore"===n.htmlWhitespaceSensitivity?[PM,u]:u;return function(e){return dR(e)&&1===e.inverse.body.length&&GM(e.inverse.body[0],["BlockStatement"])&&"if"===e.inverse.body[0].path.parts[0]}(r)?o:dR(r)?[cR(r,n),kM(o)]:""}function mR(e){return jM(OM(IM,function(e){return e.split(/[\t\n\f\r ]+/)}(e)))}function DR(e){return(e="string"==typeof e?e:"").split("\n").length-1}function yR(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return Array.from({length:Math.min(e,2)}).fill(PM)}function ER(e,t){const{quote:n,regex:r}=MM(e,t);return[n,e.replace(r,"\\".concat(n)),n]}function AR(e,t){const n=bR(0,t),r=vR(e,t);return r?kM([n,IM,TM(r)]):n}function CR(e,t){const n=bR(0,t),r=vR(e,t);return r?[kM([n,IM,r]),LM]:n}function bR(e,t){return t("path")}function vR(e,t){const n=e.getValue(),r=[];if(n.params.length>0){const n=e.map(t,"params");r.push(...n)}if(n.hash&&n.hash.pairs.length>0){const e=t("hash");r.push(e)}return 0===r.length?"":OM(IM,r)}function FR(e){return["as |",e.blockParams.join(" "),"|"]}var xR={print:function(e,t,n){const r=e.getValue();if(!r)return"";if(zM(e))return t.originalText.slice(VM(r),$M(r));const u=t.singleQuote?"'":'"';switch(r.type){case"Block":case"Program":case"Template":return TM(e.map(n,"body"));case"ElementNode":{const u=TM(function(e,t){const n=e.getValue(),r=["attributes","modifiers","comments"].filter((e=>RM(n[e]))),u=r.flatMap((e=>n[e])).sort(ZM);for(const n of r)e.each((e=>{const n=u.indexOf(e.getValue());u.splice(n,1,[IM,t()])}),n);return RM(n.blockParams)&&u.push(IM,FR(n)),["<",n.tag,kM(u),tR(n)]}(e,n)),o="ignore"===t.htmlWhitespaceSensitivity&&JM(e,["ElementNode"])?LM:"";if(KM(r))return[u,o];const i=["</",r.tag,">"];return 0===r.children.length?[u,kM(i),o]:"ignore"===t.htmlWhitespaceSensitivity?[u,kM(eR(e,t,n)),PM,kM(i),o]:[u,kM(TM(eR(e,t,n))),kM(i),o]}case"BlockStatement":{const u=e.getParentNode(1);return u&&u.inverse&&1===u.inverse.body.length&&u.inverse.body[0]===r&&"if"===u.inverse.body[0].path.parts[0]?[lR(e,n),hR(e,n,t),gR(e,n,t)]:[aR(e,n),TM([hR(e,n,t),gR(e,n,t),pR(e,n,t)])]}case"ElementModifierStatement":return TM(["{{",CR(e,n),"}}"]);case"MustacheStatement":return TM([nR(r),CR(e,n),rR(r)]);case"SubExpression":return TM(["(",AR(e,n),LM,")"]);case"AttrNode":{const e="TextNode"===r.value.type;if(e&&""===r.value.chars&&VM(r.value)===$M(r.value))return r.name;const t=e?MM(r.value.chars,u).quote:"ConcatStatement"===r.value.type?MM(r.value.parts.filter((e=>"TextNode"===e.type)).map((e=>e.chars)).join(""),u).quote:"",o=n("value");return[r.name,"=",t,"class"===r.name&&t?TM(kM(o)):o,t]}case"ConcatStatement":return e.map(n,"parts");case"Hash":return OM(IM,e.map(n,"pairs"));case"HashPair":return[r.key,"=",n("value")];case"TextNode":{let n=r.chars.replace(/{{/g,"\\{{");const u=function(e){for(let t=0;t<2;t++){const n=e.getParentNode(t);if(n&&"AttrNode"===n.type)return n.name.toLowerCase()}}(e);if(u){if("class"===u){const t=n.trim().split(/\s+/).join(" ");let r=!1,u=!1;return XM(e,["ConcatStatement"])&&(YM(e,["MustacheStatement"])&&/^\s/.test(n)&&(r=!0),JM(e,["MustacheStatement"])&&/\s$/.test(n)&&""!==t&&(u=!0)),[r?IM:"",t,u?IM:""]}return _M(n)}const o=/^[\t\n\f\r ]*$/.test(n),i=!UM(e),s=!qM(e);if("ignore"!==t.htmlWhitespaceSensitivity){const t=/^[\t\n\f\r ]*/,r=/[\t\n\f\r ]*$/,u=s&&XM(e,["Template"]),a=i&&XM(e,["Template"]);if(o){if(a||u)return"";let t=[IM];const r=DR(n);return r&&(t=yR(r)),HM(e)&&(t=t.map((e=>BM(e)))),t}const[c]=n.match(t),[l]=n.match(r);let p=[];if(c){p=[IM];const e=DR(c);e&&(p=yR(e)),n=n.replace(t,"")}let f=[];if(l){if(!u){f=[IM];const t=DR(l);t&&(f=yR(t)),HM(e)&&(f=f.map((e=>BM(e))))}n=n.replace(r,"")}return[...p,wM(mR(n)),...f]}const a=DR(n);let c=function(e){return DR(((e="string"==typeof e?e:"").match(/^([^\S\n\r]*[\n\r])+/g)||[])[0]||"")}(n),l=function(e){return DR(((e="string"==typeof e?e:"").match(/([\n\r][^\S\n\r]*)+$/g)||[])[0]||"")}(n);if((i||s)&&o&&XM(e,["Block","ElementNode","Template"]))return"";o&&a?(c=Math.min(a,2),l=0):(JM(e,["BlockStatement","ElementNode"])&&(l=Math.max(l,1)),YM(e,["BlockStatement","ElementNode"])&&(c=Math.max(c,1)));let p="",f="";return 0===l&&JM(e,["MustacheStatement"])&&(f=" "),0===c&&YM(e,["MustacheStatement"])&&(p=" "),i&&(c=0,p=""),s&&(l=0,f=""),n=n.replace(/^[\t\n\f\r ]+/g,p).replace(/[\t\n\f\r ]+$/,f),[...yR(c),wM(mR(n)),...yR(l)]}case"MustacheCommentStatement":{const e=VM(r),n=$M(r),u="~"===t.originalText.charAt(e+2),o="~"===t.originalText.charAt(n-3),i=r.value.includes("}}")?"--":"";return["{{",u?"~":"","!",i,r.value,i,o?"~":"","}}"]}case"PathExpression":return r.original;case"BooleanLiteral":case"NumberLiteral":return String(r.value);case"CommentStatement":return["\x3c!--",r.value,"--\x3e"];case"StringLiteral":if(function(e){let t=0,n=e.getParentNode(t);for(;n&&GM(n,["SubExpression"]);)t++,n=e.getParentNode(t);return!!(n&&GM(e.getParentNode(t+1),["ConcatStatement"])&&GM(e.getParentNode(t+2),["AttrNode"]))}(e)){const e=t.singleQuote?'"':"'";return ER(r.value,e)}return ER(r.value,u);case"UndefinedLiteral":return"undefined";case"NullLiteral":return"null";default:throw new Error("unknown glimmer type: "+JSON.stringify(r.type))}},massageAstNode:WM};const SR=xR;var BR={languages:[tE({name:"Handlebars",type:"markup",color:"#f7931e",aliases:["hbs","htmlbars"],extensions:[".handlebars",".hbs"],tmScope:"text.html.handlebars",aceMode:"handlebars",languageId:155},(()=>({since:"2.3.0",parsers:["glimmer"],vscodeLanguageIds:["handlebars"]})))],printers:{glimmer:SR},parsers:void 0};const{builders:{join:wR,hardline:TR,line:PR,softline:NR,group:kR,indent:OR,ifBreak:IR}}=Wc,{isNextLineEmpty:LR,isNonEmptyArray:jR}=nc,{insertPragma:_R}={hasPragma:function(e){return/^\s*#[^\S\n]*@(?:format|prettier)\s*(?:\n|$)/.test(e)},insertPragma:function(e){return"# @format\n\n"+e}},{locStart:MR,locEnd:RR}={locStart:function(e){return"number"==typeof e.start?e.start:e.loc&&e.loc.start},locEnd:function(e){return"number"==typeof e.end?e.end:e.loc&&e.loc.end}};function VR(e,t,n){if(0===n.directives.length)return"";const r=wR(PR,e.map(t,"directives"));return"FragmentDefinition"===n.kind||"OperationDefinition"===n.kind?kR([PR,r]):[" ",kR(OR([NR,r]))]}function $R(e,t,n){const r=e.getValue().length;return e.map(((e,u)=>{const o=n();return LR(t.originalText,e.getValue(),RR)&&u<r-1?[o,TR]:o}))}function WR(e,t,n){const r=e.getNode(),u=[],{interfaces:o}=r,i=e.map((e=>n(e)),"interfaces");for(let e=0;e<o.length;e++){const n=o[e];u.push(i[e]);const r=o[e+1];if(r){const e=t.originalText.slice(n.loc.end,r.loc.start),o=e.includes("#"),i=e.replace(/#.*/g,"").trim();u.push(","===i?",":" &",o?PR:" ")}}return u}function qR(){}qR.ignoredProperties=new Set(["loc","comments"]);var UR={print:function(e,t,n){const r=e.getValue();if(!r)return"";if("string"==typeof r)return r;switch(r.kind){case"Document":{const r=[];return e.each(((e,u,o)=>{r.push(n()),u!==o.length-1&&(r.push(TR),LR(t.originalText,e.getValue(),RR)&&r.push(TR))}),"definitions"),[...r,TR]}case"OperationDefinition":{const u="{"!==t.originalText[MR(r)],o=Boolean(r.name);return[u?r.operation:"",u&&o?[" ",n("name")]:"",u&&!o&&jR(r.variableDefinitions)?" ":"",jR(r.variableDefinitions)?kR(["(",OR([NR,wR([IR("",", "),NR],e.map(n,"variableDefinitions"))]),NR,")"]):"",VR(e,n,r),r.selectionSet&&(u||o)?" ":"",n("selectionSet")]}case"FragmentDefinition":return["fragment ",n("name"),jR(r.variableDefinitions)?kR(["(",OR([NR,wR([IR("",", "),NR],e.map(n,"variableDefinitions"))]),NR,")"]):""," on ",n("typeCondition"),VR(e,n,r)," ",n("selectionSet")];case"SelectionSet":return["{",OR([TR,wR(TR,e.call((e=>$R(e,t,n)),"selections"))]),TR,"}"];case"Field":return kR([r.alias?[n("alias"),": "]:"",n("name"),r.arguments.length>0?kR(["(",OR([NR,wR([IR("",", "),NR],e.call((e=>$R(e,t,n)),"arguments"))]),NR,")"]):"",VR(e,n,r),r.selectionSet?" ":"",n("selectionSet")]);case"Name":case"IntValue":case"FloatValue":case"EnumValue":return r.value;case"StringValue":return r.block?['"""',TR,wR(TR,r.value.replace(/"""/g,"\\$&").split("\n")),TR,'"""']:['"',r.value.replace(/["\\]/g,"\\$&").replace(/\n/g,"\\n"),'"'];case"BooleanValue":return r.value?"true":"false";case"NullValue":return"null";case"Variable":return["$",n("name")];case"ListValue":return kR(["[",OR([NR,wR([IR("",", "),NR],e.map(n,"values"))]),NR,"]"]);case"ObjectValue":return kR(["{",t.bracketSpacing&&r.fields.length>0?" ":"",OR([NR,wR([IR("",", "),NR],e.map(n,"fields"))]),NR,IR("",t.bracketSpacing&&r.fields.length>0?" ":""),"}"]);case"ObjectField":case"Argument":return[n("name"),": ",n("value")];case"Directive":return["@",n("name"),r.arguments.length>0?kR(["(",OR([NR,wR([IR("",", "),NR],e.call((e=>$R(e,t,n)),"arguments"))]),NR,")"]):""];case"NamedType":return n("name");case"VariableDefinition":return[n("variable"),": ",n("type"),r.defaultValue?[" = ",n("defaultValue")]:"",VR(e,n,r)];case"ObjectTypeExtension":case"ObjectTypeDefinition":return[n("description"),r.description?TR:"","ObjectTypeExtension"===r.kind?"extend ":"","type ",n("name"),r.interfaces.length>0?[" implements ",...WR(e,t,n)]:"",VR(e,n,r),r.fields.length>0?[" {",OR([TR,wR(TR,e.call((e=>$R(e,t,n)),"fields"))]),TR,"}"]:""];case"FieldDefinition":return[n("description"),r.description?TR:"",n("name"),r.arguments.length>0?kR(["(",OR([NR,wR([IR("",", "),NR],e.call((e=>$R(e,t,n)),"arguments"))]),NR,")"]):"",": ",n("type"),VR(e,n,r)];case"DirectiveDefinition":return[n("description"),r.description?TR:"","directive ","@",n("name"),r.arguments.length>0?kR(["(",OR([NR,wR([IR("",", "),NR],e.call((e=>$R(e,t,n)),"arguments"))]),NR,")"]):"",r.repeatable?" repeatable":""," on ",wR(" | ",e.map(n,"locations"))];case"EnumTypeExtension":case"EnumTypeDefinition":return[n("description"),r.description?TR:"","EnumTypeExtension"===r.kind?"extend ":"","enum ",n("name"),VR(e,n,r),r.values.length>0?[" {",OR([TR,wR(TR,e.call((e=>$R(e,t,n)),"values"))]),TR,"}"]:""];case"EnumValueDefinition":return[n("description"),r.description?TR:"",n("name"),VR(e,n,r)];case"InputValueDefinition":return[n("description"),r.description?r.description.block?TR:PR:"",n("name"),": ",n("type"),r.defaultValue?[" = ",n("defaultValue")]:"",VR(e,n,r)];case"InputObjectTypeExtension":case"InputObjectTypeDefinition":return[n("description"),r.description?TR:"","InputObjectTypeExtension"===r.kind?"extend ":"","input ",n("name"),VR(e,n,r),r.fields.length>0?[" {",OR([TR,wR(TR,e.call((e=>$R(e,t,n)),"fields"))]),TR,"}"]:""];case"SchemaDefinition":return["schema",VR(e,n,r)," {",r.operationTypes.length>0?OR([TR,wR(TR,e.call((e=>$R(e,t,n)),"operationTypes"))]):"",TR,"}"];case"OperationTypeDefinition":return[n("operation"),": ",n("type")];case"InterfaceTypeExtension":case"InterfaceTypeDefinition":return[n("description"),r.description?TR:"","InterfaceTypeExtension"===r.kind?"extend ":"","interface ",n("name"),r.interfaces.length>0?[" implements ",...WR(e,t,n)]:"",VR(e,n,r),r.fields.length>0?[" {",OR([TR,wR(TR,e.call((e=>$R(e,t,n)),"fields"))]),TR,"}"]:""];case"FragmentSpread":return["...",n("name"),VR(e,n,r)];case"InlineFragment":return["...",r.typeCondition?[" on ",n("typeCondition")]:"",VR(e,n,r)," ",n("selectionSet")];case"UnionTypeExtension":case"UnionTypeDefinition":return kR([n("description"),r.description?TR:"",kR(["UnionTypeExtension"===r.kind?"extend ":"","union ",n("name"),VR(e,n,r),r.types.length>0?[" =",IR(""," "),OR([IR([PR," "]),wR([PR,"| "],e.map(n,"types"))])]:""])]);case"ScalarTypeExtension":case"ScalarTypeDefinition":return[n("description"),r.description?TR:"","ScalarTypeExtension"===r.kind?"extend ":"","scalar ",n("name"),VR(e,n,r)];case"NonNullType":return[n("type"),"!"];case"ListType":return["[",n("type"),"]"];default:throw new Error("unknown graphql type: "+JSON.stringify(r.kind))}},massageAstNode:qR,hasPrettierIgnore:function(e){const t=e.getValue();return t&&Array.isArray(t.comments)&&t.comments.some((e=>"prettier-ignore"===e.value.trim()))},insertPragma:_R,printComment:function(e){const t=e.getValue();if("Comment"===t.kind)return"#"+t.value.trimEnd();throw new Error("Not a comment: "+JSON.stringify(t))},canAttachComment:function(e){return e.kind&&"Comment"!==e.kind}};const zR=UR,HR={bracketSpacing:zL.bracketSpacing};var JR={languages:[tE({name:"GraphQL",type:"data",color:"#e10098",extensions:[".graphql",".gql",".graphqls"],tmScope:"source.graphql",aceMode:"text",languageId:139},(()=>({since:"1.5.0",parsers:["graphql"],vscodeLanguageIds:["graphql"]})))],options:HR,printers:{graphql:zR},parsers:void 0},GR={locStart:function(e){return e.position.start.offset},locEnd:function(e){return e.position.end.offset}};const{getLast:XR}=nc,{locStart:YR,locEnd:KR}=GR,{cjkPattern:QR,kPattern:ZR,punctuationPattern:eV}={cjkPattern:"(?:[\\u02ea-\\u02eb\\u1100-\\u11ff\\u2e80-\\u2e99\\u2e9b-\\u2ef3\\u2f00-\\u2fd5\\u2ff0-\\u303f\\u3041-\\u3096\\u3099-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u3190-\\u3191\\u3196-\\u31ba\\u31c0-\\u31e3\\u31f0-\\u321e\\u322a-\\u3247\\u3260-\\u327e\\u328a-\\u32b0\\u32c0-\\u32cb\\u32d0-\\u3370\\u337b-\\u337f\\u33e0-\\u33fe\\u3400-\\u4db5\\u4e00-\\u9fef\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufe10-\\ufe1f\\ufe30-\\ufe6f\\uff00-\\uffef]|[\\ud840-\\ud868\\ud86a-\\ud86c\\ud86f-\\ud872\\ud874-\\ud879][\\udc00-\\udfff]|\\ud82c[\\udc00-\\udd1e\\udd50-\\udd52\\udd64-\\udd67]|\\ud83c[\\ude00\\ude50-\\ude51]|\\ud869[\\udc00-\\uded6\\udf00-\\udfff]|\\ud86d[\\udc00-\\udf34\\udf40-\\udfff]|\\ud86e[\\udc00-\\udc1d\\udc20-\\udfff]|\\ud873[\\udc00-\\udea1\\udeb0-\\udfff]|\\ud87a[\\udc00-\\udfe0]|\\ud87e[\\udc00-\\ude1d])(?:[\\ufe00-\\ufe0f]|\\udb40[\\udd00-\\uddef])?",kPattern:"[\\u1100-\\u11ff\\u3001-\\u3003\\u3008-\\u3011\\u3013-\\u301f\\u302e-\\u3030\\u3037\\u30fb\\u3131-\\u318e\\u3200-\\u321e\\u3260-\\u327e\\ua960-\\ua97c\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\ufe45-\\ufe46\\uff61-\\uff65\\uffa0-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc]",punctuationPattern:"[\\u0021-\\u002f\\u003a-\\u0040\\u005b-\\u0060\\u007b-\\u007e\\u00a1\\u00a7\\u00ab\\u00b6-\\u00b7\\u00bb\\u00bf\\u037e\\u0387\\u055a-\\u055f\\u0589-\\u058a\\u05be\\u05c0\\u05c3\\u05c6\\u05f3-\\u05f4\\u0609-\\u060a\\u060c-\\u060d\\u061b\\u061e-\\u061f\\u066a-\\u066d\\u06d4\\u0700-\\u070d\\u07f7-\\u07f9\\u0830-\\u083e\\u085e\\u0964-\\u0965\\u0970\\u09fd\\u0a76\\u0af0\\u0c77\\u0c84\\u0df4\\u0e4f\\u0e5a-\\u0e5b\\u0f04-\\u0f12\\u0f14\\u0f3a-\\u0f3d\\u0f85\\u0fd0-\\u0fd4\\u0fd9-\\u0fda\\u104a-\\u104f\\u10fb\\u1360-\\u1368\\u1400\\u166e\\u169b-\\u169c\\u16eb-\\u16ed\\u1735-\\u1736\\u17d4-\\u17d6\\u17d8-\\u17da\\u1800-\\u180a\\u1944-\\u1945\\u1a1e-\\u1a1f\\u1aa0-\\u1aa6\\u1aa8-\\u1aad\\u1b5a-\\u1b60\\u1bfc-\\u1bff\\u1c3b-\\u1c3f\\u1c7e-\\u1c7f\\u1cc0-\\u1cc7\\u1cd3\\u2010-\\u2027\\u2030-\\u2043\\u2045-\\u2051\\u2053-\\u205e\\u207d-\\u207e\\u208d-\\u208e\\u2308-\\u230b\\u2329-\\u232a\\u2768-\\u2775\\u27c5-\\u27c6\\u27e6-\\u27ef\\u2983-\\u2998\\u29d8-\\u29db\\u29fc-\\u29fd\\u2cf9-\\u2cfc\\u2cfe-\\u2cff\\u2d70\\u2e00-\\u2e2e\\u2e30-\\u2e4f\\u3001-\\u3003\\u3008-\\u3011\\u3014-\\u301f\\u3030\\u303d\\u30a0\\u30fb\\ua4fe-\\ua4ff\\ua60d-\\ua60f\\ua673\\ua67e\\ua6f2-\\ua6f7\\ua874-\\ua877\\ua8ce-\\ua8cf\\ua8f8-\\ua8fa\\ua8fc\\ua92e-\\ua92f\\ua95f\\ua9c1-\\ua9cd\\ua9de-\\ua9df\\uaa5c-\\uaa5f\\uaade-\\uaadf\\uaaf0-\\uaaf1\\uabeb\\ufd3e-\\ufd3f\\ufe10-\\ufe19\\ufe30-\\ufe52\\ufe54-\\ufe61\\ufe63\\ufe68\\ufe6a-\\ufe6b\\uff01-\\uff03\\uff05-\\uff0a\\uff0c-\\uff0f\\uff1a-\\uff1b\\uff1f-\\uff20\\uff3b-\\uff3d\\uff3f\\uff5b\\uff5d\\uff5f-\\uff65]|\\ud800[\\udd00-\\udd02\\udf9f\\udfd0]|\\ud801[\\udd6f]|\\ud802[\\udc57\\udd1f\\udd3f\\ude50-\\ude58\\ude7f\\udef0-\\udef6\\udf39-\\udf3f\\udf99-\\udf9c]|\\ud803[\\udf55-\\udf59]|\\ud804[\\udc47-\\udc4d\\udcbb-\\udcbc\\udcbe-\\udcc1\\udd40-\\udd43\\udd74-\\udd75\\uddc5-\\uddc8\\uddcd\\udddb\\udddd-\\udddf\\ude38-\\ude3d\\udea9]|\\ud805[\\udc4b-\\udc4f\\udc5b\\udc5d\\udcc6\\uddc1-\\uddd7\\ude41-\\ude43\\ude60-\\ude6c\\udf3c-\\udf3e]|\\ud806[\\udc3b\\udde2\\ude3f-\\ude46\\ude9a-\\ude9c\\ude9e-\\udea2]|\\ud807[\\udc41-\\udc45\\udc70-\\udc71\\udef7-\\udef8\\udfff]|\\ud809[\\udc70-\\udc74]|\\ud81a[\\ude6e-\\ude6f\\udef5\\udf37-\\udf3b\\udf44]|\\ud81b[\\ude97-\\ude9a\\udfe2]|\\ud82f[\\udc9f]|\\ud836[\\ude87-\\ude8b]|\\ud83a[\\udd5e-\\udd5f]"},tV=["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"],nV=[...tV,"tableCell","paragraph","heading"],rV=new RegExp(ZR),uV=new RegExp(eV);function oV(e,t){const[,n,r,u]=t.slice(e.position.start.offset,e.position.end.offset).match(/^\s*(\d+)(\.|\))(\s*)/);return{numberText:n,marker:r,leadingSpaces:u}}var iV={mapAst:function(e,t){return function e(n,r,u){const o=Object.assign({},t(n,r,u));return o.children&&(o.children=o.children.map(((t,n)=>e(t,n,[o,...u])))),o}(e,null,[])},splitText:function(e,t){const n="non-cjk",r="cj-letter",u="cjk-punctuation",o=[],i=("preserve"===t.proseWrap?e:e.replace(new RegExp("(".concat(QR,")\n(").concat(QR,")"),"g"),"$1$2")).split(/([\t\n ]+)/);for(const[e,t]of i.entries()){if(e%2==1){o.push({type:"whitespace",value:/\n/.test(t)?"\n":" "});continue}if((0===e||e===i.length-1)&&""===t)continue;const a=t.split(new RegExp("(".concat(QR,")")));for(const[e,t]of a.entries())(0!==e&&e!==a.length-1||""!==t)&&(e%2!=0?s(uV.test(t)?{type:"word",value:t,kind:u,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0}:{type:"word",value:t,kind:rV.test(t)?"k-letter":r,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1}):""!==t&&s({type:"word",value:t,kind:n,hasLeadingPunctuation:uV.test(t[0]),hasTrailingPunctuation:uV.test(XR(t))}))}return o;function s(e){const t=XR(o);var i,s;t&&"word"===t.type&&(t.kind===n&&e.kind===r&&!t.hasTrailingPunctuation||t.kind===r&&e.kind===n&&!e.hasLeadingPunctuation?o.push({type:"whitespace",value:" "}):(i=n,s=u,t.kind===i&&e.kind===s||t.kind===s&&e.kind===i||[t.value,e.value].some((e=>/\u3000/.test(e)))||o.push({type:"whitespace",value:""}))),o.push(e)}},punctuationPattern:eV,getFencedCodeBlockValue:function(e,t){const{value:n}=e;return e.position.end.offset===t.length&&n.endsWith("\n")&&t.endsWith("\n")?n.slice(0,-1):n},getOrderedListItemInfo:oV,hasGitDiffFriendlyOrderedList:function(e,t){if(!e.ordered)return!1;if(e.children.length<2)return!1;const n=Number(oV(e.children[0],t.originalText).numberText),r=Number(oV(e.children[1],t.originalText).numberText);if(0===n&&e.children.length>2){const n=Number(oV(e.children[2],t.originalText).numberText);return 1===r&&1===n}return 1===r},INLINE_NODE_TYPES:tV,INLINE_NODE_WRAPPER_TYPES:nV,isAutolink:function(e){if(!e||"link"!==e.type||1!==e.children.length)return!1;const t=e.children[0];return t&&YR(e)===YR(t)&&KR(e)===KR(t)}};const{inferParserByLanguage:sV,getMaxContinuousCount:aV}=nc,{builders:{hardline:cV,markAsRoot:lV},utils:{replaceEndOfLine:pV}}=Wc,fV=aj,{getFencedCodeBlockValue:dV}=iV;const hV=fj,gV=["format","prettier"];function mV(e){const t="@(".concat(gV.join("|"),")"),n=new RegExp(["\x3c!--\\s*".concat(t,"\\s*--\x3e"),"{\\s*\\/\\*\\s*".concat(t,"\\s*\\*\\/\\s*}"),"\x3c!--.*\r?\n[\\s\\S]*(^|\n)[^\\S\n]*".concat(t,"[^\\S\n]*($|\n)[\\s\\S]*\n.*--\x3e")].join("|"),"m"),r=e.match(n);return r&&0===r.index}var DV={startWithPragma:mV,hasPragma:e=>mV(hV(e).content.trimStart()),insertPragma:e=>{const t=hV(e),n="\x3c!-- @".concat(gV[0]," --\x3e");return t.frontMatter?"".concat(t.frontMatter.raw,"\n\n").concat(n,"\n\n").concat(t.content):"".concat(n,"\n\n").concat(t.content)}};const yV=ni,{getOrderedListItemInfo:EV,mapAst:AV,splitText:CV}=iV,bV=/^.$/us;function vV(e,t,n){return AV(e,(e=>{if(!e.children)return e;const r=e.children.reduce(((e,r)=>{const u=yV(e);return u&&t(u,r)?e.splice(-1,1,n(u,r)):e.push(r),e}),[]);return Object.assign(Object.assign({},e),{},{children:r})}))}const{isFrontMatterNode:FV}=nc,{startWithPragma:xV}=DV,SV=new Set(["position","raw"]);function BV(e,t,n){return"front-matter"!==e.type&&"code"!==e.type&&"yaml"!==e.type&&"import"!==e.type&&"export"!==e.type&&"jsx"!==e.type||delete t.value,"list"===e.type&&delete t.isAligned,"list"!==e.type&&"listItem"!==e.type||(delete t.spread,delete t.loose),"text"===e.type?null:("inlineCode"===e.type&&(t.value=e.value.replace(/[\t\n ]+/g," ")),"wikiLink"===e.type&&(t.value=e.value.trim().replace(/[\t\n]+/g," ")),"definition"!==e.type&&"linkReference"!==e.type||(t.label=e.label.trim().replace(/[\t\n ]+/g," ").toLowerCase()),"definition"!==e.type&&"link"!==e.type&&"image"!==e.type||!e.title||(t.title=e.title.replace(/\\(["')])/g,"$1")),n&&"root"===n.type&&n.children.length>0&&(n.children[0]===e||FV(n.children[0])&&n.children[1]===e)&&"html"===e.type&&xV(e.value)?null:void 0)}BV.ignoredProperties=SV;var wV=BV;const{getLast:TV,getMinNotPresentContinuousCount:PV,getMaxContinuousCount:NV,getStringWidth:kV,isNonEmptyArray:OV}=nc,{builders:{breakParent:IV,join:LV,line:jV,literalline:_V,markAsRoot:MV,hardline:RV,softline:VV,ifBreak:$V,fill:WV,align:qV,indent:UV,group:zV,hardlineWithoutBreakParent:HV},utils:{normalizeDoc:JV,replaceTextEndOfLine:GV},printer:{printDocToString:XV}}=Wc,YV=function(e,t,n,r){const u=e.getValue();if("code"===u.type&&null!==u.lang){const e=sV(u.lang,r);if(e){const t=r.__inJsTemplate?"~":"`",o=t.repeat(Math.max(3,aV(u.value,t)+1)),i={parser:e};"tsx"===u.lang&&(i.filepath="dummy.tsx");const s=n(dV(u,r.originalText),i,{stripTrailingHardline:!0});return lV([o,u.lang,u.meta?" "+u.meta:"",cV,pV(s),cV,o])}}switch(u.type){case"front-matter":return fV(u,n);case"importExport":return[n(u.value,{parser:"babel"},{stripTrailingHardline:!0}),cV];case"jsx":return n("<$>".concat(u.value,"</$>"),{parser:"__js_expression",rootMarker:"mdx"},{stripTrailingHardline:!0})}return null},{insertPragma:KV}=DV,{locStart:QV,locEnd:ZV}=GR,e$=function(e,t){return e=function(e,t){return AV(e,(e=>"text"===e.type&&"*"!==e.value&&"_"!==e.value&&bV.test(e.value)&&e.position.end.offset-e.position.start.offset!==e.value.length?Object.assign(Object.assign({},e),{},{value:t.originalText.slice(e.position.start.offset,e.position.end.offset)}):e))}(e,t),e=function(e,t){return AV(e,((e,n,r)=>{if("code"===e.type){const n=/^\n?(?: {4,}|\t)/.test(t.originalText.slice(e.position.start.offset,e.position.end.offset));if(e.isIndented=n,n)for(let e=0;e<r.length;e++){const t=r[e];if(t.hasIndentedCodeblock)break;"list"===t.type&&(t.hasIndentedCodeblock=!0)}}return e}))}(e=function(e){return AV(e,(e=>"inlineCode"!==e.type?e:Object.assign(Object.assign({},e),{},{value:e.value.replace(/\s+/g," ")})))}(e=function(e){return vV(e,((e,t)=>"text"===e.type&&"text"===t.type),((e,t)=>({type:"text",value:e.value+t.value,position:{start:e.position.start,end:t.position.end}})))}(e)),t),e=function(e,t){return AV(e,((e,t,n)=>{if("list"===e.type&&e.children.length>0){for(let t=0;t<n.length;t++){const r=n[t];if("list"===r.type&&!r.isAligned)return e.isAligned=!1,e}e.isAligned=r(e)}return e}));function n(e){return 0===e.children.length?-1:e.children[0].position.start.column-1}function r(e){if(!e.ordered)return!0;const[r,u]=e.children;if(EV(r,t.originalText).leadingSpaces.length>1)return!0;const o=n(r);return-1!==o&&(1===e.children.length?o%t.tabWidth==0:o===n(u)&&(o%t.tabWidth==0||EV(u,t.originalText).leadingSpaces.length>1))}}(e,t),e=function(e,t){return AV(e,((e,n,r)=>{let[u]=r;if("text"!==e.type)return e;let{value:o}=e;return"paragraph"===u.type&&(0===n&&(o=o.trimStart()),n===u.children.length-1&&(o=o.trimEnd())),{type:"sentence",position:e.position,children:CV(o,t)}}))}(e,t),function(e){return vV(e,((e,t)=>"importExport"===e.type&&"importExport"===t.type),((e,t)=>({type:"importExport",value:e.value+"\n\n"+t.value,position:{start:e.position.start,end:t.position.end}})))}(e=function(e){return AV(e,(e=>"import"!==e.type&&"export"!==e.type?e:Object.assign(Object.assign({},e),{},{type:"importExport"})))}(e))},t$=wV,{getFencedCodeBlockValue:n$,hasGitDiffFriendlyOrderedList:r$,splitText:u$,punctuationPattern:o$,INLINE_NODE_TYPES:i$,INLINE_NODE_WRAPPER_TYPES:s$,isAutolink:a$}=iV,c$=new Set(["importExport"]),l$=["heading","tableCell","link","wikiLink"],p$=new Set(["listItem","definition","footnoteDefinition"]);function f$(e,t,n,r){const u=e.getValue(),o=null===u.checked?"":u.checked?"[x] ":"[ ] ";return[o,y$(e,t,n,{processor:(e,u)=>{if(0===u&&"list"!==e.getValue().type)return qV(" ".repeat(o.length),n());const i=" ".repeat(function(e,t,n){return e<0?0:e>3?3:e}(t.tabWidth-r.length));return[i,qV(i,n())]}})]}function d$(e,t){return function(e,t,n){let r=-1;for(const u of t.children)if(u.type===e.type&&n(u)?r++:r=-1,u===e)return r}(e,t,(t=>t.ordered===e.ordered))}function h$(e,t){const n=Array.isArray(t)?t:[t];let r,u=-1;for(;r=e.getParentNode(++u);)if(n.includes(r.type))return u;return-1}function g$(e,t){const n=h$(e,t);return-1===n?null:e.getParentNode(n)}function m$(e,t,n){if("preserve"===n.proseWrap&&"\n"===t)return RV;const r="always"===n.proseWrap&&!g$(e,l$);return""!==t?r?jV:" ":r?VV:""}function D$(e,t,n){const r=[];let u=null;const{children:o}=e.getValue();for(const[e,t]of o.entries())switch(A$(t)){case"start":null===u&&(u={index:e,offset:t.position.end.offset});break;case"end":null!==u&&(r.push({start:u,end:{index:e,offset:t.position.start.offset}}),u=null)}return y$(e,t,n,{processor:(e,u)=>{if(r.length>0){const e=r[0];if(u===e.start.index)return[o[e.start.index].value,t.originalText.slice(e.start.offset,e.end.offset),o[e.end.index].value];if(e.start.index<u&&u<e.end.index)return!1;if(u===e.end.index)return r.shift(),!1}return n()}})}function y$(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const{postprocessor:u}=r,o=r.processor||(()=>n()),i=e.getValue(),s=[];let a;return e.each(((e,n)=>{const r=e.getValue(),u=o(e,n);if(!1!==u){const e={parts:s,prevNode:a,parentNode:i,options:t};C$(r,e)&&(s.push(RV),a&&c$.has(a.type)||(b$(r,e)||v$(r,e))&&s.push(RV),v$(r,e)&&s.push(RV)),s.push(u),a=r}}),"children"),u?u(s):s}function E$(e){let t=e;for(;OV(t.children);)t=TV(t.children);return t}function A$(e){let t;if("html"===e.type)t=e.value.match(/^<!--\s*prettier-ignore(?:-(start|end))?\s*-->$/);else{let n;"esComment"===e.type?n=e:"paragraph"===e.type&&1===e.children.length&&"esComment"===e.children[0].type&&(n=e.children[0]),n&&(t=n.value.match(/^prettier-ignore(?:-(start|end))?$/))}return!!t&&(t[1]?t[1]:"next")}function C$(e,t){const n=0===t.parts.length,r=i$.includes(e.type),u="html"===e.type&&s$.includes(t.parentNode.type);return!n&&!r&&!u}function b$(e,t){const n=(t.prevNode&&t.prevNode.type)===e.type&&p$.has(e.type),r="listItem"===t.parentNode.type&&!t.parentNode.loose,u=t.prevNode&&"listItem"===t.prevNode.type&&t.prevNode.loose,o="next"===A$(t.prevNode),i="html"===e.type&&t.prevNode&&"html"===t.prevNode.type&&t.prevNode.position.end.line+1===e.position.start.line,s="html"===e.type&&"listItem"===t.parentNode.type&&t.prevNode&&"paragraph"===t.prevNode.type&&t.prevNode.position.end.line+1===e.position.start.line;return u||!(n||r||o||i||s)}function v$(e,t){const n=t.prevNode&&"list"===t.prevNode.type,r="code"===e.type&&e.isIndented;return n&&r}function F$(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];const n=[" ",...Array.isArray(t)?t:[t]];return new RegExp(n.map((e=>"\\".concat(e))).join("|")).test(e)?"<".concat(e,">"):e}function x$(e,t){if(!e)return"";if(!(arguments.length>2&&void 0!==arguments[2])||arguments[2])return" "+x$(e,t,!1);if((e=e.replace(/\\(["')])/g,"$1")).includes('"')&&e.includes("'")&&!e.includes(")"))return"(".concat(e,")");const n=e.split("'").length-1,r=e.split('"').length-1,u=n>r?'"':r>n||t.singleQuote?"'":'"';return e=(e=e.replace(/\\/,"\\\\")).replace(new RegExp("(".concat(u,")"),"g"),"\\$1"),"".concat(u).concat(e).concat(u)}var S$={preprocess:e$,print:function(e,t,n){const r=e.getValue();if(function(e){const t=g$(e,["linkReference","imageReference"]);return t&&("linkReference"!==t.type||"full"!==t.referenceType)}(e))return u$(t.originalText.slice(r.position.start.offset,r.position.end.offset),t).map((n=>"word"===n.type?n.value:""===n.value?"":m$(e,n.value,t)));switch(r.type){case"front-matter":return t.originalText.slice(r.position.start.offset,r.position.end.offset);case"root":return 0===r.children.length?"":[JV(D$(e,t,n)),c$.has(E$(r).type)?"":RV];case"paragraph":return y$(e,t,n,{postprocessor:WV});case"sentence":return y$(e,t,n);case"word":{let t=r.value.replace(/\*/g,"\\$&").replace(new RegExp(["(^|".concat(o$,")(_+)"),"(_+)(".concat(o$,"|$)")].join("|"),"g"),((e,t,n,r,u)=>(n?"".concat(t).concat(n):"".concat(r).concat(u)).replace(/_/g,"\\_")));const n=(e,t,n)=>"sentence"===e.type&&0===n,u=(e,t,n)=>a$(e.children[n-1]);return t!==r.value&&(e.match(void 0,n,u)||e.match(void 0,n,((e,t,n)=>"emphasis"===e.type&&0===n),u))&&(t=t.replace(/^(\\?[*_])+/,(e=>e.replace(/\\/g,"")))),t}case"whitespace":{const n=e.getParentNode(),u=n.children.indexOf(r),o=n.children[u+1],i=o&&/^>|^(?:[*+-]|#{1,6}|\d+[).])$/.test(o.value)?"never":t.proseWrap;return m$(e,r.value,{proseWrap:i})}case"emphasis":{let u;if(a$(r.children[0]))u=t.originalText[r.position.start.offset];else{const t=e.getParentNode(),n=t.children.indexOf(r),o=t.children[n-1],i=t.children[n+1];u=o&&"sentence"===o.type&&o.children.length>0&&"word"===TV(o.children).type&&!TV(o.children).hasTrailingPunctuation||i&&"sentence"===i.type&&i.children.length>0&&"word"===i.children[0].type&&!i.children[0].hasLeadingPunctuation||g$(e,"emphasis")?"*":"_"}return[u,y$(e,t,n),u]}case"strong":return["**",y$(e,t,n),"**"];case"delete":return["~~",y$(e,t,n),"~~"];case"inlineCode":{const e=PV(r.value,"`"),t="`".repeat(e||1),n=e&&!/^\s/.test(r.value)?" ":"";return[t,n,r.value,n,t]}case"wikiLink":{let e="";return e="preserve"===t.proseWrap?r.value:r.value.replace(/[\t\n]+/g," "),["[[",e,"]]"]}case"link":switch(t.originalText[r.position.start.offset]){case"<":{const e="mailto:";return["<",r.url.startsWith(e)&&t.originalText.slice(r.position.start.offset+1,r.position.start.offset+1+e.length)!==e?r.url.slice(e.length):r.url,">"]}case"[":return["[",y$(e,t,n),"](",F$(r.url,")"),x$(r.title,t),")"];default:return t.originalText.slice(r.position.start.offset,r.position.end.offset)}case"image":return["![",r.alt||"","](",F$(r.url,")"),x$(r.title,t),")"];case"blockquote":return["> ",qV("> ",y$(e,t,n))];case"heading":return["#".repeat(r.depth)+" ",y$(e,t,n)];case"code":{if(r.isIndented){const e=" ".repeat(4);return qV(e,[e,...GV(r.value,RV)])}const e=t.__inJsTemplate?"~":"`",n=e.repeat(Math.max(3,NV(r.value,e)+1));return[n,r.lang||"",r.meta?" "+r.meta:"",RV,...GV(n$(r,t.originalText),RV),RV,n]}case"html":{const t=e.getParentNode(),n="root"===t.type&&TV(t.children)===r?r.value.trimEnd():r.value,u=/^<!--.*-->$/s.test(n);return GV(n,u?RV:MV(_V))}case"list":{const u=d$(r,e.getParentNode()),o=r$(r,t);return y$(e,t,n,{processor:(e,i)=>{const s=function(){const e=r.ordered?(0===i?r.start:o?1:r.start+i)+(u%2==0?". ":") "):u%2==0?"- ":"* ";return r.isAligned||r.hasIndentedCodeblock?function(e,t){const n=function(){const n=e.length%t.tabWidth;return 0===n?0:t.tabWidth-n}();return e+" ".repeat(n>=4?0:n)}(e,t):e}(),a=e.getValue();return 2===a.children.length&&"html"===a.children[1].type&&a.children[0].position.start.column!==a.children[1].position.start.column?[s,f$(e,t,n,s)]:[s,qV(" ".repeat(s.length),f$(e,t,n,s))]}})}case"thematicBreak":{const t=h$(e,"list");return-1===t?"---":d$(e.getParentNode(t),e.getParentNode(t+1))%2==0?"***":"---"}case"linkReference":return["[",y$(e,t,n),"]","full"===r.referenceType?["[",r.identifier,"]"]:"collapsed"===r.referenceType?"[]":""];case"imageReference":return"full"===r.referenceType?["![",r.alt||"","][",r.identifier,"]"]:["![",r.alt,"]","collapsed"===r.referenceType?"[]":""];case"definition":{const e="always"===t.proseWrap?jV:" ";return zV(["[",r.identifier,"]:",UV([e,F$(r.url),null===r.title?"":[e,x$(r.title,t,!1)]])])}case"footnote":return["[^",y$(e,t,n),"]"];case"footnoteReference":return["[^",r.identifier,"]"];case"footnoteDefinition":{const u=e.getParentNode().children[e.getName()+1],o=1===r.children.length&&"paragraph"===r.children[0].type&&("never"===t.proseWrap||"preserve"===t.proseWrap&&r.children[0].position.start.line===r.children[0].position.end.line);return["[^",r.identifier,"]: ",o?y$(e,t,n):zV([qV(" ".repeat(4),y$(e,t,n,{processor:(e,t)=>0===t?zV([VV,n()]):n()})),u&&"footnoteDefinition"===u.type?VV:""])]}case"table":return function(e,t,n){const r=e.getValue(),u=[],o=e.map((e=>e.map(((e,r)=>{const o=XV(n(),t).formatted,i=kV(o);return u[r]=Math.max(u[r]||3,i),{text:o,width:i}}),"children")),"children"),i=a(!1);if("never"!==t.proseWrap)return[IV,i];const s=a(!0);return[IV,zV($V(s,i))];function a(e){const t=[l(o[0],e),c(e)];return o.length>1&&t.push(LV(HV,o.slice(1).map((t=>l(t,e))))),LV(HV,t)}function c(e){const t=u.map(((t,n)=>{const u=r.align[n],o="center"===u||"left"===u?":":"-",i="center"===u||"right"===u?":":"-",s=e?"-":"-".repeat(t-2);return"".concat(o).concat(s).concat(i)}));return"| ".concat(t.join(" | ")," |")}function l(e,t){const n=e.map(((e,n)=>{let{text:o,width:i}=e;if(t)return o;const s=u[n]-i,a=r.align[n];let c=0;"right"===a?c=s:"center"===a&&(c=Math.floor(s/2));const l=s-c;return"".concat(" ".repeat(c)).concat(o).concat(" ".repeat(l))}));return"| ".concat(n.join(" | ")," |")}}(e,t,n);case"tableCell":return y$(e,t,n);case"break":return/\s/.test(t.originalText[r.position.start.offset])?[" ",MV(_V)]:["\\",RV];case"liquidNode":return GV(r.value,RV);case"importExport":return[r.value,RV];case"esComment":return["{/* ",r.value," */}"];case"jsx":return r.value;case"math":return["$$",RV,r.value?[...GV(r.value,RV),RV]:"","$$"];case"inlineMath":return t.originalText.slice(QV(r),ZV(r));default:throw new Error("Unknown markdown type ".concat(JSON.stringify(r.type)))}},embed:YV,massageAstNode:t$,hasPrettierIgnore:function(e){const t=Number(e.getName());return 0!==t&&"next"===A$(e.getParentNode().children[t-1])},insertPragma:KV},B$={name:"Markdown",type:"prose",color:"#083fa1",aliases:["pandoc"],aceMode:"markdown",codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,extensions:[".md",".markdown",".mdown",".mdwn",".mdx",".mkd",".mkdn",".mkdown",".ronn",".scd",".workbook"],filenames:["contents.lr"],tmScope:"source.gfm",languageId:222};const w$=tE,T$=S$,P$={proseWrap:zL.proseWrap,singleQuote:zL.singleQuote},N$=[w$(B$,(e=>({since:"1.8.0",parsers:["markdown"],vscodeLanguageIds:["markdown"],filenames:[...e.filenames,"README"],extensions:e.extensions.filter((e=>".mdx"!==e))}))),w$(B$,(()=>({name:"MDX",since:"1.15.0",parsers:["mdx"],vscodeLanguageIds:["mdx"],filenames:[],extensions:[".mdx"]})))];var k$={languages:N$,options:P$,printers:{mdast:T$},parsers:void 0};const{isFrontMatterNode:O$}=nc,I$=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan"]);function L$(e,t){return"text"===e.type||"comment"===e.type||O$(e)||"yaml"===e.type||"toml"===e.type?null:("attribute"===e.type&&delete t.value,void("docType"===e.type&&delete t.value))}L$.ignoredProperties=I$;var j$=L$;const{inferParserByLanguage:_$,isFrontMatterNode:M$}=nc,{builders:{line:R$,hardline:V$,join:$$},utils:{getDocParts:W$,replaceTextEndOfLine:q$}}=Wc,{CSS_DISPLAY_TAGS:U$,CSS_DISPLAY_DEFAULT:z$,CSS_WHITE_SPACE_TAGS:H$,CSS_WHITE_SPACE_DEFAULT:J$}={CSS_DISPLAY_TAGS:{area:"none",base:"none",basefont:"none",datalist:"none",head:"none",link:"none",meta:"none",noembed:"none",noframes:"none",param:"block",rp:"none",script:"block",source:"block",style:"none",template:"inline",track:"block",title:"none",html:"block",body:"block",address:"block",blockquote:"block",center:"block",div:"block",figure:"block",figcaption:"block",footer:"block",form:"block",header:"block",hr:"block",legend:"block",listing:"block",main:"block",p:"block",plaintext:"block",pre:"block",xmp:"block",slot:"contents",ruby:"ruby",rt:"ruby-text",article:"block",aside:"block",h1:"block",h2:"block",h3:"block",h4:"block",h5:"block",h6:"block",hgroup:"block",nav:"block",section:"block",dir:"block",dd:"block",dl:"block",dt:"block",ol:"block",ul:"block",li:"list-item",table:"table",caption:"table-caption",colgroup:"table-column-group",col:"table-column",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",tr:"table-row",td:"table-cell",th:"table-cell",fieldset:"block",button:"inline-block",details:"block",summary:"block",dialog:"block",meter:"inline-block",progress:"inline-block",object:"inline-block",video:"inline-block",audio:"inline-block",select:"inline-block",option:"block",optgroup:"block"},CSS_DISPLAY_DEFAULT:"inline",CSS_WHITE_SPACE_TAGS:{listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"},CSS_WHITE_SPACE_DEFAULT:"normal"},G$=tW(["a","abbr","acronym","address","applet","area","article","aside","audio","b","base","basefont","bdi","bdo","bgsound","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","content","data","datalist","dd","del","details","dfn","dialog","dir","div","dl","dt","element","em","embed","fieldset","figcaption","figure","font","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","image","img","input","ins","isindex","kbd","keygen","label","legend","li","link","listing","main","map","mark","marquee","math","menu","menuitem","meta","meter","multicol","nav","nextid","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rbc","rp","rt","rtc","ruby","s","samp","script","section","select","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"]),X$=function(e,t){const n=Object.create(null);for(const[r,u]of Object.entries(e))n[r]=t(u,r);return n}({"*":["accesskey","autocapitalize","autofocus","class","contenteditable","dir","draggable","enterkeyhint","hidden","id","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","slot","spellcheck","style","tabindex","title","translate"],a:["accesskey","charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","tabindex","target","type"],abbr:["title"],applet:["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"],area:["accesskey","alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","tabindex","target","type"],audio:["autoplay","controls","crossorigin","loop","muted","preload","src"],base:["href","target"],basefont:["color","face","size"],bdo:["dir"],blockquote:["cite"],body:["alink","background","bgcolor","link","text","vlink"],br:["clear"],button:["accesskey","autofocus","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","tabindex","type","value"],canvas:["height","width"],caption:["align"],col:["align","char","charoff","span","valign","width"],colgroup:["align","char","charoff","span","valign","width"],data:["value"],del:["cite","datetime"],details:["open"],dfn:["title"],dialog:["open"],dir:["compact"],div:["align"],dl:["compact"],embed:["height","src","type","width"],fieldset:["disabled","form","name"],font:["color","face","size"],form:["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"],frame:["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"],frameset:["cols","rows"],h1:["align"],h2:["align"],h3:["align"],h4:["align"],h5:["align"],h6:["align"],head:["profile"],hr:["align","noshade","size","width"],html:["manifest","version"],iframe:["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"],img:["align","alt","border","crossorigin","decoding","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"],input:["accept","accesskey","align","alt","autocomplete","autofocus","checked","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","readonly","required","size","src","step","tabindex","title","type","usemap","value","width"],ins:["cite","datetime"],isindex:["prompt"],label:["accesskey","for","form"],legend:["accesskey","align"],li:["type","value"],link:["as","charset","color","crossorigin","disabled","href","hreflang","imagesizes","imagesrcset","integrity","media","nonce","referrerpolicy","rel","rev","sizes","target","title","type"],map:["name"],menu:["compact"],meta:["charset","content","http-equiv","name","scheme"],meter:["high","low","max","min","optimum","value"],object:["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","tabindex","type","typemustmatch","usemap","vspace","width"],ol:["compact","reversed","start","type"],optgroup:["disabled","label"],option:["disabled","label","selected","value"],output:["for","form","name"],p:["align"],param:["name","type","value","valuetype"],pre:["width"],progress:["max","value"],q:["cite"],script:["async","charset","crossorigin","defer","integrity","language","nomodule","nonce","referrerpolicy","src","type"],select:["autocomplete","autofocus","disabled","form","multiple","name","required","size","tabindex"],slot:["name"],source:["media","sizes","src","srcset","type"],style:["media","nonce","title","type"],table:["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"],tbody:["align","char","charoff","valign"],td:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],textarea:["accesskey","autocomplete","autofocus","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","tabindex","wrap"],tfoot:["align","char","charoff","valign"],th:["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"],thead:["align","char","charoff","valign"],time:["datetime"],tr:["align","bgcolor","char","charoff","valign"],track:["default","kind","label","src","srclang"],ul:["compact","type"],video:["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"]},tW),Y$=new Set(["\t","\n","\f","\r"," "]),K$=e=>e.replace(/[\t\n\f\r ]+$/,""),Q$=e=>(e=>e.replace(/^[\t\f\r ]*?\n/g,""))(K$(e)),Z$=e=>e.split(/[\t\n\f\r ]+/),eW=e=>e.match(/^[\t\n\f\r ]*/)[0];function tW(e){const t=Object.create(null);for(const n of e)t[n]=!0;return t}function nW(e){return"element"===e.type&&("script"===e.fullName||"style"===e.fullName||"svg:style"===e.fullName||dW(e)&&("script"===e.name||"style"===e.name))}function rW(e){return hW(e).startsWith("pre")}function uW(e){return"element"===e.type&&e.children.length>0&&(["html","head","ul","ol","select"].includes(e.name)||e.cssDisplay.startsWith("table")&&"table-cell"!==e.cssDisplay)}function oW(e){return cW(e)||"element"===e.type&&"br"===e.fullName||iW(e)}function iW(e){return sW(e)&&aW(e)}function sW(e){return e.hasLeadingSpaces&&(e.prev?e.prev.sourceSpan.end.line<e.sourceSpan.start.line:"root"===e.parent.type||e.parent.startSourceSpan.end.line<e.sourceSpan.start.line)}function aW(e){return e.hasTrailingSpaces&&(e.next?e.next.sourceSpan.start.line>e.sourceSpan.end.line:"root"===e.parent.type||e.parent.endSourceSpan&&e.parent.endSourceSpan.start.line>e.sourceSpan.end.line)}function cW(e){switch(e.type){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(e.name)}return!1}function lW(e){const{type:t,lang:n}=e.attrMap;return"module"===t||"text/javascript"===t||"text/babel"===t||"application/javascript"===t||"jsx"===n?"babel":"application/x-typescript"===t||"ts"===n||"tsx"===n?"typescript":"text/markdown"===t?"markdown":"text/html"===t?"html":t&&(t.endsWith("json")||t.endsWith("importmap"))?"json":"text/x-handlebars-template"===t?"glimmer":void 0}function pW(e){return"block"===e||"list-item"===e||e.startsWith("table")}function fW(e){return hW(e).startsWith("pre")}function dW(e){return"element"===e.type&&!e.hasExplicitNamespace&&!["html","svg"].includes(e.namespace)}function hW(e){return"element"===e.type&&(!e.namespace||dW(e))&&H$[e.name]||J$}function gW(e){let t=Number.POSITIVE_INFINITY;for(const n of e.split("\n")){if(0===n.length)continue;if(!Y$.has(n[0]))return 0;const e=eW(n).length;n.length!==e&&e<t&&(t=e)}return t===Number.POSITIVE_INFINITY?0:t}function mW(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:gW(e);return 0===t?e:e.split("\n").map((e=>e.slice(t))).join("\n")}const DW=new Set(["template","style","script"]);function yW(e,t){return EW(e,t)&&!DW.has(e.fullName)}function EW(e,t){return"vue"===t.parser&&"element"===e.type&&"root"===e.parent.type&&"html"!==e.fullName.toLowerCase()}function AW(e,t){return EW(e,t)&&(yW(e,t)||e.attrMap.lang&&"html"!==e.attrMap.lang)}var CW={HTML_ELEMENT_ATTRIBUTES:X$,HTML_TAGS:G$,htmlTrim:e=>(e=>e.replace(/^[\t\n\f\r ]+/,""))(K$(e)),htmlTrimPreserveIndentation:Q$,hasHtmlWhitespace:e=>/[\t\n\f\r ]/.test(e),getLeadingAndTrailingHtmlWhitespace:e=>{const[,t,n,r]=e.match(/^([\t\n\f\r ]*)(.*?)([\t\n\f\r ]*)$/s);return{leadingWhitespace:t,trailingWhitespace:r,text:n}},canHaveInterpolation:function(e){return e.children&&!nW(e)},countChars:function(e,t){let n=0;for(let r=0;r<e.length;r++)e[r]===t&&n++;return n},countParents:function(e,t){let n=0;for(let r=e.stack.length-1;r>=0;r--){const u=e.stack[r];u&&"object"==typeof u&&!Array.isArray(u)&&t(u)&&n++}return n},dedentString:mW,forceBreakChildren:uW,forceBreakContent:function(e){return uW(e)||"element"===e.type&&e.children.length>0&&(["body","script","style"].includes(e.name)||e.children.some((e=>function(e){return e.children&&e.children.some((e=>"text"!==e.type))}(e))))||e.firstChild&&e.firstChild===e.lastChild&&"text"!==e.firstChild.type&&sW(e.firstChild)&&(!e.lastChild.isTrailingSpaceSensitive||aW(e.lastChild))},forceNextEmptyLine:function(e){return M$(e)||e.next&&e.sourceSpan.end&&e.sourceSpan.end.line+1<e.next.sourceSpan.start.line},getLastDescendant:function e(t){return t.lastChild?e(t.lastChild):t},getNodeCssStyleDisplay:function(e,t){if(e.prev&&"comment"===e.prev.type){const t=e.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/);if(t)return t[1]}let n=!1;if("element"===e.type&&"svg"===e.namespace){if(!function(e,t){let n=e;for(;n;){if(t(n))return!0;n=n.parent}return!1}(e,(e=>"svg:foreignObject"===e.fullName)))return"svg"===e.name?"inline-block":"block";n=!0}switch(t.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:return"vue"===t.parser&&e.parent&&"root"===e.parent.type?"block":"element"===e.type&&(!e.namespace||n||dW(e))&&U$[e.name]||z$}},getNodeCssStyleWhiteSpace:hW,hasPrettierIgnore:function(e){return"attribute"!==e.type&&!!e.parent&&"number"==typeof e.index&&0!==e.index&&function(e){return"comment"===e.type&&"prettier-ignore"===e.value.trim()}(e.parent.children[e.index-1])},inferScriptParser:function(e,t){return"script"!==e.name||e.attrMap.src?"style"===e.name?function(e){const{lang:t}=e.attrMap;return t&&"postcss"!==t&&"css"!==t?"scss"===t?"scss":"less"===t?"less":void 0:"css"}(e):t&&AW(e,t)?lW(e)||!("src"in e.attrMap)&&_$(e.attrMap.lang,t):void 0:e.attrMap.lang||e.attrMap.type?lW(e):"babel"},isVueCustomBlock:yW,isVueNonHtmlBlock:AW,isVueSlotAttribute:function(e){const t=e.fullName;return"#"===t.charAt(0)||"slot-scope"===t||"v-slot"===t||t.startsWith("v-slot:")},isVueSfcBindingsAttribute:function(e,t){const n=e.parent;if(!EW(n,t))return!1;const r=n.fullName,u=e.fullName;return"script"===r&&"setup"===u||"style"===r&&"vars"===u},isDanglingSpaceSensitiveNode:function(e){return!(pW(t=e.cssDisplay)||"inline-block"===t||nW(e));var t},isIndentationSensitiveNode:rW,isLeadingSpaceSensitiveNode:function(e,t){const n=function(){return!(M$(e)||("text"!==e.type&&"interpolation"!==e.type||!e.prev||"text"!==e.prev.type&&"interpolation"!==e.prev.type)&&(!e.parent||"none"===e.parent.cssDisplay||!fW(e.parent)&&(!e.prev&&("root"===e.parent.type||fW(e)&&e.parent||nW(e.parent)||yW(e.parent,t)||(n=e.parent.cssDisplay,pW(n)||"inline-block"===n))||e.prev&&!function(e){return!pW(e)}(e.prev.cssDisplay))));var n}();return n&&!e.prev&&e.parent&&e.parent.tagDefinition&&e.parent.tagDefinition.ignoreFirstLf?"interpolation"===e.type:n},isPreLikeNode:fW,isScriptLikeTag:nW,isTextLikeNode:function(e){return"text"===e.type||"comment"===e.type},isTrailingSpaceSensitiveNode:function(e,t){return!(M$(e)||("text"!==e.type&&"interpolation"!==e.type||!e.next||"text"!==e.next.type&&"interpolation"!==e.next.type)&&(!e.parent||"none"===e.parent.cssDisplay||!fW(e.parent)&&(!e.next&&("root"===e.parent.type||fW(e)&&e.parent||nW(e.parent)||yW(e.parent,t)||(n=e.parent.cssDisplay,pW(n)||"inline-block"===n))||e.next&&!function(e){return!pW(e)}(e.next.cssDisplay))));var n},isWhitespaceSensitiveNode:function(e){return nW(e)||"interpolation"===e.type||rW(e)},isUnknownNamespace:dW,preferHardlineAsLeadingSpaces:function(e){return cW(e)||e.prev&&oW(e.prev)||iW(e)},preferHardlineAsTrailingSpaces:oW,shouldPreserveContent:function(e,t){return!("ieConditionalComment"!==e.type||!e.lastChild||e.lastChild.isSelfClosing||e.lastChild.endSourceSpan)||"ieConditionalComment"===e.type&&!e.complete||!(!fW(e)||!e.children.some((e=>"text"!==e.type&&"interpolation"!==e.type)))||!(!AW(e,t)||nW(e)||"interpolation"===e.type)},unescapeQuoteEntities:function(e){return e.replace(/&apos;/g,"'").replace(/&quot;/g,'"')},getTextValueParts:function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e.value;return e.parent.isWhitespaceSensitive?e.parent.isIndentationSensitive?q$(t):q$(mW(Q$(t)),V$):W$($$(R$,Z$(t)))}},bW={},vW={};!function(e){function t(t){return e.$0<=t&&t<=e.$9}Object.defineProperty(e,"__esModule",{value:!0}),e.$EOF=0,e.$BSPACE=8,e.$TAB=9,e.$LF=10,e.$VTAB=11,e.$FF=12,e.$CR=13,e.$SPACE=32,e.$BANG=33,e.$DQ=34,e.$HASH=35,e.$$=36,e.$PERCENT=37,e.$AMPERSAND=38,e.$SQ=39,e.$LPAREN=40,e.$RPAREN=41,e.$STAR=42,e.$PLUS=43,e.$COMMA=44,e.$MINUS=45,e.$PERIOD=46,e.$SLASH=47,e.$COLON=58,e.$SEMICOLON=59,e.$LT=60,e.$EQ=61,e.$GT=62,e.$QUESTION=63,e.$0=48,e.$7=55,e.$9=57,e.$A=65,e.$E=69,e.$F=70,e.$X=88,e.$Z=90,e.$LBRACKET=91,e.$BACKSLASH=92,e.$RBRACKET=93,e.$CARET=94,e.$_=95,e.$a=97,e.$b=98,e.$e=101,e.$f=102,e.$n=110,e.$r=114,e.$t=116,e.$u=117,e.$v=118,e.$x=120,e.$z=122,e.$LBRACE=123,e.$BAR=124,e.$RBRACE=125,e.$NBSP=160,e.$PIPE=124,e.$TILDA=126,e.$AT=64,e.$BT=96,e.isWhitespace=function(t){return t>=e.$TAB&&t<=e.$SPACE||t==e.$NBSP},e.isDigit=t,e.isAsciiLetter=function(t){return t>=e.$a&&t<=e.$z||t>=e.$A&&t<=e.$Z},e.isAsciiHexDigit=function(n){return n>=e.$a&&n<=e.$f||n>=e.$A&&n<=e.$F||t(n)},e.isNewLine=function(t){return t===e.$LF||t===e.$CR},e.isOctalDigit=function(t){return e.$0<=t&&t<=e.$7}}(vW);var FW={},xW={};Object.defineProperty(xW,"__esModule",{value:!0});class SW{constructor(e,t,n){this.filePath=e,this.name=t,this.members=n}assertNoMembers(){if(this.members.length)throw new Error("Illegal state: symbol without members expected, but got ".concat(JSON.stringify(this),"."))}}xW.StaticSymbol=SW,xW.StaticSymbolCache=class{constructor(){this.cache=new Map}get(e,t,n){const r=(n=n||[]).length?".".concat(n.join(".")):"",u='"'.concat(e,'".').concat(t).concat(r);let o=this.cache.get(u);return o||(o=new SW(e,t,n),this.cache.set(u,o)),o}};var BW={};Object.defineProperty(BW,"__esModule",{value:!0});const wW=/-+([a-z0-9])/g;function TW(e,t,n){const r=e.indexOf(t);return-1==r?n:[e.slice(0,r).trim(),e.slice(r+1).trim()]}function PW(e,t,n){return Array.isArray(e)?t.visitArray(e,n):function(e){return"object"==typeof e&&null!==e&&Object.getPrototypeOf(e)===OW}(e)?t.visitStringMap(e,n):null==e||"string"==typeof e||"number"==typeof e||"boolean"==typeof e?t.visitPrimitive(e,n):t.visitOther(e,n)}BW.dashCaseToCamelCase=function(e){return e.replace(wW,(function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t[1].toUpperCase()}))},BW.splitAtColon=function(e,t){return TW(e,":",t)},BW.splitAtPeriod=function(e,t){return TW(e,".",t)},BW.visitValue=PW,BW.isDefined=function(e){return null!=e},BW.noUndefined=function(e){return void 0===e?null:e},BW.ValueTransformer=class{visitArray(e,t){return e.map((e=>PW(e,this,t)))}visitStringMap(e,t){const n={};return Object.keys(e).forEach((r=>{n[r]=PW(e[r],this,t)})),n}visitPrimitive(e,t){return e}visitOther(e,t){return e}},BW.SyncAsync={assertSync:e=>{if(IW(e))throw new Error("Illegal state: value cannot be a promise");return e},then:(e,t)=>IW(e)?e.then(t):t(e),all:e=>e.some(IW)?Promise.all(e):e},BW.error=function(e){throw new Error("Internal Error: ".concat(e))},BW.syntaxError=function(e,t){const n=Error(e);return n[NW]=!0,t&&(n[kW]=t),n};const NW="ngSyntaxError",kW="ngParseErrors";BW.isSyntaxError=function(e){return e[NW]},BW.getParseErrors=function(e){return e[kW]||[]},BW.escapeRegExp=function(e){return e.replace(/([.*+?^=!:${}()|[\]\/\\])/g,"\\$1")};const OW=Object.getPrototypeOf({});function IW(e){return!!e&&"function"==typeof e.then}BW.utf8Encode=function(e){let t="";for(let n=0;n<e.length;n++){let r=e.charCodeAt(n);if(r>=55296&&r<=56319&&e.length>n+1){const t=e.charCodeAt(n+1);t>=56320&&t<=57343&&(n++,r=(r-55296<<10)+t-56320+65536)}r<=127?t+=String.fromCharCode(r):r<=2047?t+=String.fromCharCode(r>>6&31|192,63&r|128):r<=65535?t+=String.fromCharCode(r>>12|224,r>>6&63|128,63&r|128):r<=2097151&&(t+=String.fromCharCode(r>>18&7|240,r>>12&63|128,r>>6&63|128,63&r|128))}return t},BW.stringify=function e(t){if("string"==typeof t)return t;if(t instanceof Array)return"["+t.map(e).join(", ")+"]";if(null==t)return""+t;if(t.overriddenName)return"".concat(t.overriddenName);if(t.name)return"".concat(t.name);if(!t.toString)return"object";const n=t.toString();if(null==n)return""+n;const r=n.indexOf("\n");return-1===r?n:n.substring(0,r)},BW.resolveForwardRef=function(e){return"function"==typeof e&&e.hasOwnProperty("__forward_ref__")?e():e},BW.isPromise=IW,BW.Version=class{constructor(e){this.full=e;const t=e.split(".");this.major=t[0],this.minor=t[1],this.patch=t.slice(2).join(".")}};const LW="undefined"!=typeof window&&window,jW="undefined"!=typeof self&&"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&self,_W=void 0!==e&&e||LW||jW;BW.global=_W,function(e){Object.defineProperty(e,"__esModule",{value:!0});const t=xW,n=BW,r=/^(?:(?:\[([^\]]+)\])|(?:\(([^\)]+)\)))|(\@[-\w]+)$/;function u(e){return e.replace(/\W/g,"_")}e.sanitizeIdentifier=u;let o=0;function i(e){if(!e||!e.reference)return null;const r=e.reference;if(r instanceof t.StaticSymbol)return r.name;if(r.__anonymousType)return r.__anonymousType;let i=n.stringify(r);return i.indexOf("(")>=0?(i="anonymous_".concat(o++),r.__anonymousType=i):i=u(i),i}var s;e.identifierName=i,e.identifierModuleUrl=function(e){const r=e.reference;return r instanceof t.StaticSymbol?r.filePath:"./".concat(n.stringify(r))},e.viewClassName=function(e,t){return"View_".concat(i({reference:e}),"_").concat(t)},e.rendererTypeName=function(e){return"RenderType_".concat(i({reference:e}))},e.hostViewClassName=function(e){return"HostView_".concat(i({reference:e}))},e.componentFactoryName=function(e){return"".concat(i({reference:e}),"NgFactory")},function(e){e[e.Pipe=0]="Pipe",e[e.Directive=1]="Directive",e[e.NgModule=2]="NgModule",e[e.Injectable=3]="Injectable"}(s=e.CompileSummaryKind||(e.CompileSummaryKind={})),e.tokenName=function(e){return null!=e.value?u(e.value):i(e.identifier)},e.tokenReference=function(e){return null!=e.identifier?e.identifier.reference:e.value},e.CompileStylesheetMetadata=class{constructor(){let{moduleUrl:e,styles:t,styleUrls:n}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.moduleUrl=e||null,this.styles=c(t),this.styleUrls=c(n)}},e.CompileTemplateMetadata=class{constructor(e){let{encapsulation:t,template:n,templateUrl:r,htmlAst:u,styles:o,styleUrls:i,externalStylesheets:s,animations:a,ngContentSelectors:p,interpolation:f,isInline:d,preserveWhitespaces:h}=e;if(this.encapsulation=t,this.template=n,this.templateUrl=r,this.htmlAst=u,this.styles=c(o),this.styleUrls=c(i),this.externalStylesheets=c(s),this.animations=a?l(a):[],this.ngContentSelectors=p||[],f&&2!=f.length)throw new Error("'interpolation' should have a start and an end symbol.");this.interpolation=f,this.isInline=d,this.preserveWhitespaces=h}toSummary(){return{ngContentSelectors:this.ngContentSelectors,encapsulation:this.encapsulation,styles:this.styles,animations:this.animations}}};class a{static create(e){let{isHost:t,type:u,isComponent:o,selector:i,exportAs:s,changeDetection:c,inputs:l,outputs:p,host:f,providers:d,viewProviders:h,queries:g,guards:m,viewQueries:D,entryComponents:y,template:E,componentViewType:A,rendererType:C,componentFactory:b}=e;const v={},F={},x={};null!=f&&Object.keys(f).forEach((e=>{const t=f[e],n=e.match(r);null===n?x[e]=t:null!=n[1]?F[n[1]]=t:null!=n[2]&&(v[n[2]]=t)}));const S={};null!=l&&l.forEach((e=>{const t=n.splitAtColon(e,[e,e]);S[t[0]]=t[1]}));const B={};return null!=p&&p.forEach((e=>{const t=n.splitAtColon(e,[e,e]);B[t[0]]=t[1]})),new a({isHost:t,type:u,isComponent:!!o,selector:i,exportAs:s,changeDetection:c,inputs:S,outputs:B,hostListeners:v,hostProperties:F,hostAttributes:x,providers:d,viewProviders:h,queries:g,guards:m,viewQueries:D,entryComponents:y,template:E,componentViewType:A,rendererType:C,componentFactory:b})}constructor(e){let{isHost:t,type:n,isComponent:r,selector:u,exportAs:o,changeDetection:i,inputs:s,outputs:a,hostListeners:l,hostProperties:p,hostAttributes:f,providers:d,viewProviders:h,queries:g,guards:m,viewQueries:D,entryComponents:y,template:E,componentViewType:A,rendererType:C,componentFactory:b}=e;this.isHost=!!t,this.type=n,this.isComponent=r,this.selector=u,this.exportAs=o,this.changeDetection=i,this.inputs=s,this.outputs=a,this.hostListeners=l,this.hostProperties=p,this.hostAttributes=f,this.providers=c(d),this.viewProviders=c(h),this.queries=c(g),this.guards=m,this.viewQueries=c(D),this.entryComponents=c(y),this.template=E,this.componentViewType=A,this.rendererType=C,this.componentFactory=b}toSummary(){return{summaryKind:s.Directive,type:this.type,isComponent:this.isComponent,selector:this.selector,exportAs:this.exportAs,inputs:this.inputs,outputs:this.outputs,hostListeners:this.hostListeners,hostProperties:this.hostProperties,hostAttributes:this.hostAttributes,providers:this.providers,viewProviders:this.viewProviders,queries:this.queries,guards:this.guards,viewQueries:this.viewQueries,entryComponents:this.entryComponents,changeDetection:this.changeDetection,template:this.template&&this.template.toSummary(),componentViewType:this.componentViewType,rendererType:this.rendererType,componentFactory:this.componentFactory}}}function c(e){return e||[]}function l(e){return e.reduce(((e,t)=>{const n=Array.isArray(t)?l(t):t;return e.concat(n)}),[])}function p(e){return e.replace(/(\w+:\/\/[\w:-]+)?(\/+)?/,"ng:///")}e.CompileDirectiveMetadata=a,e.CompilePipeMetadata=class{constructor(e){let{type:t,name:n,pure:r}=e;this.type=t,this.name=n,this.pure=!!r}toSummary(){return{summaryKind:s.Pipe,type:this.type,name:this.name,pure:this.pure}}},e.CompileShallowModuleMetadata=class{},e.CompileNgModuleMetadata=class{constructor(e){let{type:t,providers:n,declaredDirectives:r,exportedDirectives:u,declaredPipes:o,exportedPipes:i,entryComponents:s,bootstrapComponents:a,importedModules:l,exportedModules:p,schemas:f,transitiveModule:d,id:h}=e;this.type=t||null,this.declaredDirectives=c(r),this.exportedDirectives=c(u),this.declaredPipes=c(o),this.exportedPipes=c(i),this.providers=c(n),this.entryComponents=c(s),this.bootstrapComponents=c(a),this.importedModules=c(l),this.exportedModules=c(p),this.schemas=c(f),this.id=h||null,this.transitiveModule=d||null}toSummary(){const e=this.transitiveModule;return{summaryKind:s.NgModule,type:this.type,entryComponents:e.entryComponents,providers:e.providers,modules:e.modules,exportedDirectives:e.exportedDirectives,exportedPipes:e.exportedPipes}}},e.TransitiveCompileNgModuleMetadata=class{constructor(){this.directivesSet=new Set,this.directives=[],this.exportedDirectivesSet=new Set,this.exportedDirectives=[],this.pipesSet=new Set,this.pipes=[],this.exportedPipesSet=new Set,this.exportedPipes=[],this.modulesSet=new Set,this.modules=[],this.entryComponentsSet=new Set,this.entryComponents=[],this.providers=[]}addProvider(e,t){this.providers.push({provider:e,module:t})}addDirective(e){this.directivesSet.has(e.reference)||(this.directivesSet.add(e.reference),this.directives.push(e))}addExportedDirective(e){this.exportedDirectivesSet.has(e.reference)||(this.exportedDirectivesSet.add(e.reference),this.exportedDirectives.push(e))}addPipe(e){this.pipesSet.has(e.reference)||(this.pipesSet.add(e.reference),this.pipes.push(e))}addExportedPipe(e){this.exportedPipesSet.has(e.reference)||(this.exportedPipesSet.add(e.reference),this.exportedPipes.push(e))}addModule(e){this.modulesSet.has(e.reference)||(this.modulesSet.add(e.reference),this.modules.push(e))}addEntryComponent(e){this.entryComponentsSet.has(e.componentType)||(this.entryComponentsSet.add(e.componentType),this.entryComponents.push(e))}},e.ProviderMeta=class{constructor(e,t){let{useClass:n,useValue:r,useExisting:u,useFactory:o,deps:i,multi:s}=t;this.token=e,this.useClass=n||null,this.useValue=r,this.useExisting=u,this.useFactory=o||null,this.dependencies=i||null,this.multi=!!s}},e.flatten=l,e.templateSourceUrl=function(e,n,r){let u;return u=r.isInline?n.type.reference instanceof t.StaticSymbol?"".concat(n.type.reference.filePath,".").concat(n.type.reference.name,".html"):"".concat(i(e),"/").concat(i(n.type),".html"):r.templateUrl,n.type.reference instanceof t.StaticSymbol?u:p(u)},e.sharedStylesheetJitUrl=function(e,t){const n=e.moduleUrl.split(/\/\\/g),r=n[n.length-1];return p("css/".concat(t).concat(r,".ngstyle.js"))},e.ngModuleJitUrl=function(e){return p("".concat(i(e.type),"/module.ngfactory.js"))},e.templateJitUrl=function(e,t){return p("".concat(i(e),"/").concat(i(t.type),".ngfactory.js"))}}(FW),function(e){Object.defineProperty(e,"__esModule",{value:!0});const t=vW,n=FW;class r{constructor(e,t,n,r){this.file=e,this.offset=t,this.line=n,this.col=r}toString(){return null!=this.offset?"".concat(this.file.url,"@").concat(this.line,":").concat(this.col):this.file.url}moveBy(e){const n=this.file.content,u=n.length;let o=this.offset,i=this.line,s=this.col;for(;o>0&&e<0;)if(o--,e++,n.charCodeAt(o)==t.$LF){i--;const e=n.substr(0,o-1).lastIndexOf(String.fromCharCode(t.$LF));s=e>0?o-e:o}else s--;for(;o<u&&e>0;){const r=n.charCodeAt(o);o++,e--,r==t.$LF?(i++,s=0):s++}return new r(this.file,o,i,s)}getContext(e,t){const n=this.file.content;let r=this.offset;if(null!=r){r>n.length-1&&(r=n.length-1);let u=r,o=0,i=0;for(;o<e&&r>0&&(r--,o++,"\n"!=n[r]||++i!=t););for(o=0,i=0;o<e&&u<n.length-1&&(u++,o++,"\n"!=n[u]||++i!=t););return{before:n.substring(r,this.offset),after:n.substring(this.offset,u+1)}}return null}}e.ParseLocation=r;class u{constructor(e,t){this.content=e,this.url=t}}e.ParseSourceFile=u;class o{constructor(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;this.start=e,this.end=t,this.details=n}toString(){return this.start.file.content.substring(this.start.offset,this.end.offset)}}var i;e.ParseSourceSpan=o,e.EMPTY_PARSE_LOCATION=new r(new u("",""),0,0,0),e.EMPTY_SOURCE_SPAN=new o(e.EMPTY_PARSE_LOCATION,e.EMPTY_PARSE_LOCATION),function(e){e[e.WARNING=0]="WARNING",e[e.ERROR=1]="ERROR"}(i=e.ParseErrorLevel||(e.ParseErrorLevel={})),e.ParseError=class{constructor(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:i.ERROR;this.span=e,this.msg=t,this.level=n}contextualMessage(){const e=this.span.start.getContext(100,3);return e?"".concat(this.msg,' ("').concat(e.before,"[").concat(i[this.level]," ->]").concat(e.after,'")'):this.msg}toString(){const e=this.span.details?", ".concat(this.span.details):"";return"".concat(this.contextualMessage(),": ").concat(this.span.start).concat(e)}},e.typeSourceSpan=function(e,t){const i=n.identifierModuleUrl(t),s=null!=i?"in ".concat(e," ").concat(n.identifierName(t)," in ").concat(i):"in ".concat(e," ").concat(n.identifierName(t)),a=new u("",s);return new o(new r(a,-1,-1,-1),new r(a,-1,-1,-1))},e.r3JitTypeSourceSpan=function(e,t,n){const i="in ".concat(e," ").concat(t," in ").concat(n),s=new u("",i);return new o(new r(s,-1,-1,-1),new r(s,-1,-1,-1))}}(bW);const{ParseSourceSpan:MW}=bW,RW=ni,{htmlTrim:VW,getLeadingAndTrailingHtmlWhitespace:$W,hasHtmlWhitespace:WW,canHaveInterpolation:qW,getNodeCssStyleDisplay:UW,isDanglingSpaceSensitiveNode:zW,isIndentationSensitiveNode:HW,isLeadingSpaceSensitiveNode:JW,isTrailingSpaceSensitiveNode:GW,isWhitespaceSensitiveNode:XW}=CW,YW=[function(e){e.walk((e=>{if("element"===e.type&&e.tagDefinition.ignoreFirstLf&&e.children.length>0&&"text"===e.children[0].type&&"\n"===e.children[0].value[0]){const[t,...n]=e.children;e.setChildren(1===t.value.length?n:[t.clone({value:t.value.slice(1)}),...n])}}))},function(e){const t=e=>"element"===e.type&&e.prev&&"ieConditionalStartComment"===e.prev.type&&e.prev.sourceSpan.end.offset===e.startSourceSpan.start.offset&&e.firstChild&&"ieConditionalEndComment"===e.firstChild.type&&e.firstChild.sourceSpan.start.offset===e.startSourceSpan.end.offset;e.walk((e=>{if(e.children){const n=e.children.map(t);if(n.some(Boolean)){const t=[];for(let r=0;r<e.children.length;r++){const u=e.children[r];if(!n[r+1])if(n[r]){const e=u.prev,n=u.firstChild,r=new MW(e.sourceSpan.start,n.sourceSpan.end),o=new MW(r.start,u.sourceSpan.end);t.push(u.clone({condition:e.condition,sourceSpan:o,startSourceSpan:r,children:u.children.slice(1)}))}else t.push(u)}e.setChildren(t)}}}))},function(e){return function(e,t,n){e.walk((e=>{if(e.children){const r=e.children.map(t);if(r.some(Boolean)){const t=[];for(let u=0;u<e.children.length;u++){const o=e.children[u];if("text"!==o.type&&!r[u]){t.push(o);continue}const i="text"===o.type?o:o.clone({type:"text",value:n(o)});if(0===t.length||"text"!==RW(t).type){t.push(i);continue}const s=t.pop();t.push(s.clone({value:s.value+i.value,sourceSpan:new MW(s.sourceSpan.start,i.sourceSpan.end)}))}e.setChildren(t)}}}))}(e,(e=>"cdata"===e.type),(e=>"<![CDATA[".concat(e.value,"]]>")))},function(e,t){if("html"===t.parser)return;const n=/{{(.+?)}}/s;e.walk((e=>{if(!qW(e))return;const t=[];for(const r of e.children){if("text"!==r.type){t.push(r);continue}let e=r.sourceSpan.start,u=null;const o=r.value.split(n);for(let n=0;n<o.length;n++,e=u){const r=o[n];n%2!=0?(u=e.moveBy(r.length+4),t.push({type:"interpolation",sourceSpan:new MW(e,u),children:0===r.length?[]:[{type:"text",value:r,sourceSpan:new MW(e.moveBy(2),u.moveBy(-2))}]})):(u=e.moveBy(r.length),r.length>0&&t.push({type:"text",value:r,sourceSpan:new MW(e,u)}))}}e.setChildren(t)}))},function(e){e.walk((e=>{if(!e.children)return;if(0===e.children.length||1===e.children.length&&"text"===e.children[0].type&&0===VW(e.children[0].value).length)return e.hasDanglingSpaces=e.children.length>0,void(e.children=[]);const t=XW(e),n=HW(e);e.setChildren(e.children.flatMap((e=>{if("text"!==e.type||t)return e;const n=[],{leadingWhitespace:r,text:u,trailingWhitespace:o}=$W(e.value);return r&&n.push(KW),u&&n.push({type:"text",value:u,sourceSpan:new MW(e.sourceSpan.start.moveBy(r.length),e.sourceSpan.end.moveBy(-o.length))}),o&&n.push(KW),n})).map(((e,t,n)=>{if(e!==KW)return Object.assign(Object.assign({},e),{},{hasLeadingSpaces:n[t-1]===KW,hasTrailingSpaces:n[t+1]===KW})})).filter(Boolean)),e.isWhitespaceSensitive=t,e.isIndentationSensitive=n}))},function(e,t){e.walk((e=>Object.assign(e,{cssDisplay:UW(e,t)})))},function(e){e.walk((e=>Object.assign(e,{isSelfClosing:!e.children||"element"===e.type&&(e.tagDefinition.isVoid||e.startSourceSpan===e.endSourceSpan)})))},function(e,t){e.walk((e=>"element"!==e.type?e:Object.assign(e,{hasHtmComponentClosingTag:e.endSourceSpan&&/^<\s*\/\s*\/\s*>$/.test(t.originalText.slice(e.endSourceSpan.start.offset,e.endSourceSpan.end.offset))})))},function(e,t){e.walk((e=>{e.children&&(0!==e.children.length?e.setChildren(e.children.map((e=>Object.assign(Object.assign({},e),{},{isLeadingSpaceSensitive:JW(e,t),isTrailingSpaceSensitive:GW(e,t)}))).map(((e,t,n)=>Object.assign(Object.assign({},e),{},{isLeadingSpaceSensitive:(0===t||n[t-1].isTrailingSpaceSensitive)&&e.isLeadingSpaceSensitive,isTrailingSpaceSensitive:(t===n.length-1||n[t+1].isLeadingSpaceSensitive)&&e.isTrailingSpaceSensitive})))):e.isDanglingSpaceSensitive=zW(e))}))},function(e){const t=e=>"element"===e.type&&0===e.attrs.length&&1===e.children.length&&"text"===e.firstChild.type&&!WW(e.children[0].value)&&!e.firstChild.hasLeadingSpaces&&!e.firstChild.hasTrailingSpaces&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces&&e.prev&&"text"===e.prev.type&&e.next&&"text"===e.next.type;e.walk((e=>{if(e.children){const n=e.children.map(t);if(n.some(Boolean)){const t=[];for(let r=0;r<e.children.length;r++){const u=e.children[r];if(n[r]){const n=t.pop(),o=e.children[++r],{isTrailingSpaceSensitive:i,hasTrailingSpaces:s}=o;t.push(n.clone({value:n.value+"<".concat(u.rawName,">")+u.firstChild.value+"</".concat(u.rawName,">")+o.value,sourceSpan:new MW(n.sourceSpan.start,o.sourceSpan.end),isTrailingSpaceSensitive:i,hasTrailingSpaces:s}))}else t.push(u)}e.setChildren(t)}}}))}],KW={type:"whitespace"};var QW={locStart:function(e){return e.sourceSpan.start.offset},locEnd:function(e){return e.sourceSpan.end.offset}};const ZW=cD,{isNonEmptyArray:eq}=nc,{builders:{indent:tq,join:nq,line:rq,softline:uq},utils:{replaceTextEndOfLine:oq}}=Wc,{locStart:iq,locEnd:sq}=QW,{isTextLikeNode:aq,getLastDescendant:cq,isPreLikeNode:lq,hasPrettierIgnore:pq,shouldPreserveContent:fq}=CW;function dq(e,t){return e.lastChild&&bq(e.lastChild)?"":[gq(e,t),Dq(e,t)]}function hq(e,t){return(e.next?Aq(e.next):Cq(e.parent))?"":[yq(e,t),mq(e,t)]}function gq(e,t){return Cq(e)?yq(e.lastChild,t):""}function mq(e,t){return bq(e)?Dq(e.parent,t):vq(e)?Tq(e.next):""}function Dq(e,t){if(ZW(!e.isSelfClosing),Eq(e,t))return"";switch(e.type){case"ieConditionalComment":return"<!";case"element":if(e.hasHtmComponentClosingTag)return"<//";default:return"</".concat(e.rawName)}}function yq(e,t){if(Eq(e,t))return"";switch(e.type){case"ieConditionalComment":case"ieConditionalEndComment":return"[endif]--\x3e";case"ieConditionalStartComment":return"]>\x3c!--\x3e";case"interpolation":return"}}";case"element":if(e.isSelfClosing)return"/>";default:return">"}}function Eq(e,t){return!e.isSelfClosing&&!e.endSourceSpan&&(pq(e)||fq(e.parent,t))}function Aq(e){return e.prev&&"docType"!==e.prev.type&&!aq(e.prev)&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function Cq(e){return e.lastChild&&e.lastChild.isTrailingSpaceSensitive&&!e.lastChild.hasTrailingSpaces&&!aq(cq(e.lastChild))&&!lq(e)}function bq(e){return!e.next&&!e.hasTrailingSpaces&&e.isTrailingSpaceSensitive&&aq(cq(e))}function vq(e){return e.next&&!aq(e.next)&&aq(e)&&e.isTrailingSpaceSensitive&&!e.hasTrailingSpaces}function Fq(e){return!e.prev&&e.isLeadingSpaceSensitive&&!e.hasLeadingSpaces}function xq(e,t,n){const r=e.getValue();if(!eq(r.attrs))return r.isSelfClosing?" ":"";const u=r.prev&&"comment"===r.prev.type&&function(e){const t=e.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/s);return!!t&&(!t[1]||t[1].split(/\s+/))}(r.prev.value),o="boolean"==typeof u?()=>u:Array.isArray(u)?e=>u.includes(e.rawName):()=>!1,i=e.map((e=>{const r=e.getValue();return o(r)?oq(t.originalText.slice(iq(r),sq(r))):n()}),"attrs"),s="element"===r.type&&"script"===r.fullName&&1===r.attrs.length&&"src"===r.attrs[0].fullName&&0===r.children.length,a=[tq([s?" ":rq,nq(rq,i)])];return r.firstChild&&Fq(r.firstChild)||r.isSelfClosing&&Cq(r.parent)||s?a.push(r.isSelfClosing?" ":""):a.push(t.bracketSameLine?r.isSelfClosing?" ":"":r.isSelfClosing?rq:uq),a}function Sq(e){return e.firstChild&&Fq(e.firstChild)?"":Pq(e)}function Bq(e,t){return e.prev&&vq(e.prev)?"":[wq(e,t),Tq(e)]}function wq(e,t){return Fq(e)?Pq(e.parent):Aq(e)?yq(e.prev,t):""}function Tq(e){switch(e.type){case"ieConditionalComment":case"ieConditionalStartComment":return"\x3c!--[if ".concat(e.condition);case"ieConditionalEndComment":return"\x3c!--<!";case"interpolation":return"{{";case"docType":return"<!DOCTYPE";case"element":if(e.condition)return"\x3c!--[if ".concat(e.condition,"]>\x3c!--\x3e<").concat(e.rawName);default:return"<".concat(e.rawName)}}function Pq(e){switch(ZW(!e.isSelfClosing),e.type){case"ieConditionalComment":return"]>";case"element":if(e.condition)return">\x3c!--<![endif]--\x3e";default:return">"}}var Nq={printClosingTag:function(e,t){return[e.isSelfClosing?"":dq(e,t),hq(e,t)]},printClosingTagStart:dq,printClosingTagStartMarker:Dq,printClosingTagEndMarker:yq,printClosingTagSuffix:mq,printClosingTagEnd:hq,needsToBorrowLastChildClosingTagEndMarker:Cq,needsToBorrowParentClosingTagStartMarker:bq,needsToBorrowPrevClosingTagEndMarker:Aq,printOpeningTag:function(e,t,n){const r=e.getValue();return[Bq(r,t),xq(e,t,n),r.isSelfClosing?"":Sq(r)]},printOpeningTagStart:Bq,printOpeningTagPrefix:wq,printOpeningTagStartMarker:Tq,printOpeningTagEndMarker:Pq,needsToBorrowNextOpeningTagStartMarker:vq,needsToBorrowParentOpeningTagEndMarker:Fq},kq={exports:{}};!function(t){var n,r;n=e,r=function(){return function(e,t){var n=t&&t.logger||console;function r(e){return" "===e||"\t"===e||"\n"===e||"\f"===e||"\r"===e}function u(t){var n,r=t.exec(e.substring(D));if(r)return n=r[0],D+=n.length,n}for(var o,i,s,a,c,l=e.length,p=/^[ \t\n\r\u000c]+/,f=/^[, \t\n\r\u000c]+/,d=/^[^ \t\n\r\u000c]+/,h=/[,]+$/,g=/^\d+$/,m=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,D=0,y=[];;){if(u(f),D>=l)return y;o=u(d),i=[],","===o.slice(-1)?(o=o.replace(h,""),A()):E()}function E(){for(u(p),s="",a="in descriptor";;){if(c=e.charAt(D),"in descriptor"===a)if(r(c))s&&(i.push(s),s="",a="after descriptor");else{if(","===c)return D+=1,s&&i.push(s),void A();if("("===c)s+=c,a="in parens";else{if(""===c)return s&&i.push(s),void A();s+=c}}else if("in parens"===a)if(")"===c)s+=c,a="in descriptor";else{if(""===c)return i.push(s),void A();s+=c}else if("after descriptor"===a)if(r(c));else{if(""===c)return void A();a="in descriptor",D-=1}D+=1}}function A(){var t,r,u,s,a,c,l,p,f,d=!1,h={};for(s=0;s<i.length;s++)c=(a=i[s])[a.length-1],l=a.substring(0,a.length-1),p=parseInt(l,10),f=parseFloat(l),g.test(l)&&"w"===c?((t||r)&&(d=!0),0===p?d=!0:t=p):m.test(l)&&"x"===c?((t||r||u)&&(d=!0),f<0?d=!0:r=f):g.test(l)&&"h"===c?((u||r)&&(d=!0),0===p?d=!0:u=p):d=!0;d?n&&n.error&&n.error("Invalid srcset descriptor found in '"+e+"' at '"+a+"'."):(h.url=o,t&&(h.w=t),r&&(h.d=r),u&&(h.h=u),y.push(h))}}},t.exports?t.exports=r():n.parseSrcset=r()}(kq);const Oq=kq.exports,{builders:{ifBreak:Iq,join:Lq,line:jq}}=Wc;var _q={printImgSrcset:function(e){const t=Oq(e,{logger:{error(e){throw new Error(e)}}}),n=t.some((e=>{let{w:t}=e;return t})),r=t.some((e=>{let{h:t}=e;return t}));if(n+r+t.some((e=>{let{d:t}=e;return t}))>1)throw new Error("Mixed descriptor in srcset is not supported");const u=n?"w":r?"h":"d",o=n?"w":r?"h":"x",i=e=>Math.max(...e),s=t.map((e=>e.url)),a=i(s.map((e=>e.length))),c=t.map((e=>e[u])).map((e=>e?e.toString():"")),l=c.map((e=>{const t=e.indexOf(".");return-1===t?e.length:t})),p=i(l);return Lq([",",jq],s.map(((e,t)=>{const n=[e],r=c[t];if(r){const u=a-e.length+1,i=p-l[t],s=" ".repeat(u+i);n.push(Iq(s," "),r+o)}return n})))},printClassNames:function(e){return e.trim().split(/\s+/).join(" ")}};const{builders:{group:Mq}}=Wc;var Rq={isVueEventBindingExpression:function(e){const t=e.trim();return/^(?:[\w$]+|\([^)]*?\))\s*=>|^function\s*\(/.test(t)||/^[$A-Z_a-z][\w$]*(?:\.[$A-Z_a-z][\w$]*|\['[^']*?']|\["[^"]*?"]|\[\d+]|\[[$A-Z_a-z][\w$]*])*$/.test(t)},printVueFor:function(e,t){const{left:n,operator:r,right:u}=function(e){const t=/,([^,\]}]*)(?:,([^,\]}]*))?$/,n=e.match(/(.*?)\s+(in|of)\s+(.*)/s);if(!n)return;const r={};r.for=n[3].trim();const u=n[1].trim().replace(/^\(|\)$/g,""),o=u.match(t);return o?(r.alias=u.replace(t,""),r.iterator1=o[1].trim(),o[2]&&(r.iterator2=o[2].trim())):r.alias=u,{left:"".concat([r.alias,r.iterator1,r.iterator2].filter(Boolean).join(",")),operator:n[2],right:r.for}}(e);return[Mq(t("function _(".concat(n,") {}"),{parser:"babel",__isVueForBindingLeft:!0}))," ",r," ",t(u,{parser:"__js_expression"},{stripTrailingHardline:!0})]},printVueBindings:function(e,t){return t("function _(".concat(e,") {}"),{parser:"babel",__isVueBindings:!0})}};const{needsToBorrowParentClosingTagStartMarker:Vq,printClosingTagStartMarker:$q,needsToBorrowLastChildClosingTagEndMarker:Wq,printClosingTagEndMarker:qq,needsToBorrowParentOpeningTagEndMarker:Uq,printOpeningTagEndMarker:zq}=Nq;var Hq=function(e,t){let n=e.startSourceSpan.end.offset;e.firstChild&&Uq(e.firstChild)&&(n-=zq(e).length);let r=e.endSourceSpan.start.offset;return e.lastChild&&Vq(e.lastChild)?r+=$q(e,t).length:Wq(e)&&(r-=qq(e.lastChild,t).length),t.originalText.slice(n,r)};const{builders:{breakParent:Jq,group:Gq,hardline:Xq,indent:Yq,line:Kq,fill:Qq,softline:Zq},utils:{mapDoc:eU,replaceTextEndOfLine:tU}}=Wc,nU=aj,{printClosingTag:rU,printClosingTagSuffix:uU,needsToBorrowPrevClosingTagEndMarker:oU,printOpeningTagPrefix:iU,printOpeningTag:sU}=Nq,{printImgSrcset:aU,printClassNames:cU}=_q,{printVueFor:lU,printVueBindings:pU,isVueEventBindingExpression:fU}=Rq,{isScriptLikeTag:dU,isVueNonHtmlBlock:hU,inferScriptParser:gU,htmlTrimPreserveIndentation:mU,dedentString:DU,unescapeQuoteEntities:yU,isVueSlotAttribute:EU,isVueSfcBindingsAttribute:AU,getTextValueParts:CU}=CW,bU=Hq;const{builders:{breakParent:vU,group:FU,ifBreak:xU,line:SU,softline:BU,hardline:wU},utils:{replaceTextEndOfLine:TU}}=Wc,{locStart:PU,locEnd:NU}=QW,{forceBreakChildren:kU,forceNextEmptyLine:OU,isTextLikeNode:IU,hasPrettierIgnore:LU,preferHardlineAsLeadingSpaces:jU}=CW,{printOpeningTagPrefix:_U,needsToBorrowNextOpeningTagStartMarker:MU,printOpeningTagStartMarker:RU,needsToBorrowPrevClosingTagEndMarker:VU,printClosingTagEndMarker:$U,printClosingTagSuffix:WU,needsToBorrowParentClosingTagStartMarker:qU}=Nq;function UU(e,t,n){const r=e.getValue();return LU(r)?[_U(r,t),...TU(t.originalText.slice(PU(r)+(r.prev&&MU(r.prev)?RU(r).length:0),NU(r)-(r.next&&VU(r.next)?$U(r,t).length:0))),WU(r,t)]:n()}function zU(e,t){return IU(e)&&IU(t)?e.isTrailingSpaceSensitive?e.hasTrailingSpaces?jU(t)?wU:SU:"":jU(t)?wU:BU:MU(e)&&(LU(t)||t.firstChild||t.isSelfClosing||"element"===t.type&&t.attrs.length>0)||"element"===e.type&&e.isSelfClosing&&VU(t)?"":!t.isLeadingSpaceSensitive||jU(t)||VU(t)&&e.lastChild&&qU(e.lastChild)&&e.lastChild.lastChild&&qU(e.lastChild.lastChild)?wU:t.hasLeadingSpaces?SU:BU}var HU={printChildren:function(e,t,n){const r=e.getValue();if(kU(r))return[vU,...e.map((e=>{const r=e.getValue(),u=r.prev?zU(r.prev,r):"";return[u?[u,OU(r.prev)?wU:""]:"",UU(e,t,n)]}),"children")];const u=r.children.map((()=>Symbol("")));return e.map(((e,r)=>{const o=e.getValue();if(IU(o)){if(o.prev&&IU(o.prev)){const r=zU(o.prev,o);if(r)return OU(o.prev)?[wU,wU,UU(e,t,n)]:[r,UU(e,t,n)]}return UU(e,t,n)}const i=[],s=[],a=[],c=[],l=o.prev?zU(o.prev,o):"",p=o.next?zU(o,o.next):"";return l&&(OU(o.prev)?i.push(wU,wU):l===wU?i.push(wU):IU(o.prev)?s.push(l):s.push(xU("",BU,{groupId:u[r-1]}))),p&&(OU(o)?IU(o.next)&&c.push(wU,wU):p===wU?IU(o.next)&&c.push(wU):a.push(p)),[...i,FU([...s,FU([UU(e,t,n),...a],{id:u[r]})]),...c]}),"children")}};const{builders:{breakParent:JU,dedentToRoot:GU,group:XU,ifBreak:YU,indentIfBreak:KU,indent:QU,line:ZU,softline:ez},utils:{replaceTextEndOfLine:tz}}=Wc,nz=Hq,{shouldPreserveContent:rz,isScriptLikeTag:uz,isVueCustomBlock:oz,countParents:iz,forceBreakContent:sz}=CW,{printOpeningTagPrefix:az,printOpeningTag:cz,printClosingTagSuffix:lz,printClosingTag:pz,needsToBorrowPrevClosingTagEndMarker:fz,needsToBorrowLastChildClosingTagEndMarker:dz}=Nq,{printChildren:hz}=HU;var gz={printElement:function(e,t,n){const r=e.getValue();if(rz(r,t))return[az(r,t),XU(cz(e,t,n)),...tz(nz(r,t)),...pz(r,t),lz(r,t)];const u=1===r.children.length&&"interpolation"===r.firstChild.type&&r.firstChild.isLeadingSpaceSensitive&&!r.firstChild.hasLeadingSpaces&&r.lastChild.isTrailingSpaceSensitive&&!r.lastChild.hasTrailingSpaces,o=Symbol("element-attr-group-id"),i=u=>XU([XU(cz(e,t,n),{id:o}),u,pz(r,t)]);return 0===r.children.length?i(r.hasDanglingSpaces&&r.isDanglingSpaceSensitive?ZU:""):i([sz(r)?JU:"",(s=[u?YU(ez,"",{groupId:o}):r.firstChild.hasLeadingSpaces&&r.firstChild.isLeadingSpaceSensitive?ZU:"text"===r.firstChild.type&&r.isWhitespaceSensitive&&r.isIndentationSensitive?GU(ez):ez,hz(e,t,n)],u?KU(s,{groupId:o}):!uz(r)&&!oz(r,t)||"root"!==r.parent.type||"vue"!==t.parser||t.vueIndentScriptAndStyle?QU(s):s),(r.next?fz(r.next):dz(r.parent))?r.lastChild.hasTrailingSpaces&&r.lastChild.isTrailingSpaceSensitive?" ":"":u?YU(ez,"",{groupId:o}):r.lastChild.hasTrailingSpaces&&r.lastChild.isTrailingSpaceSensitive?ZU:("comment"===r.lastChild.type||"text"===r.lastChild.type&&r.isWhitespaceSensitive&&r.isIndentationSensitive)&&new RegExp("\\n[\\t ]{".concat(t.tabWidth*iz(e,(e=>e.parent&&"root"!==e.parent.type)),"}$")).test(r.lastChild.value)?"":ez]);var s}};const{builders:{fill:mz,group:Dz,hardline:yz,literalline:Ez},utils:{cleanDoc:Az,getDocParts:Cz,isConcat:bz,replaceTextEndOfLine:vz}}=Wc,Fz=j$,{countChars:xz,unescapeQuoteEntities:Sz,getTextValueParts:Bz}=CW,wz=function(e,t){const n=e.map((e=>e));for(const e of YW)e(n,t);return n},{insertPragma:Tz}={hasPragma:function(e){return/^\s*<!--\s*@(?:format|prettier)\s*-->/.test(e)},insertPragma:function(e){return"\x3c!-- @format --\x3e\n\n"+e.replace(/^\s*\n/,"")}},{locStart:Pz,locEnd:Nz}=QW,kz=function(e,t,n,r){const u=e.getValue();switch(u.type){case"element":if(dU(u)||"interpolation"===u.type)return;if(!u.isSelfClosing&&hU(u,r)){const o=gU(u,r);if(!o)return;const i=bU(u,r);let s=/^\s*$/.test(i),a="";return s||(a=n(mU(i),{parser:o,__embeddedInHtml:!0},{stripTrailingHardline:!0}),s=""===a),[iU(u,r),Gq(sU(e,r,t)),s?"":Xq,a,s?"":Xq,rU(u,r),uU(u,r)]}break;case"text":if(dU(u.parent)){const e=gU(u.parent);if(e){const t="markdown"===e?DU(u.value.replace(/^[^\S\n]*?\n/,"")):u.value,o={parser:e,__embeddedInHtml:!0};if("html"===r.parser&&"babel"===e){let e="script";const{attrMap:t}=u.parent;t&&("module"===t.type||"text/babel"===t.type&&"module"===t["data-type"])&&(e="module"),o.__babelSourceType=e}return[Jq,iU(u,r),n(t,o,{stripTrailingHardline:!0}),uU(u,r)]}}else if("interpolation"===u.parent.type){const e={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return"angular"===r.parser?(e.parser="__ng_interpolation",e.trailingComma="none"):"vue"===r.parser?e.parser="__vue_expression":e.parser="__js_expression",[Yq([Kq,n(u.value,e,{stripTrailingHardline:!0})]),u.parent.next&&oU(u.parent.next)?" ":Kq]}break;case"attribute":{if(!u.value)break;if(/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(r.originalText.slice(u.valueSpan.start.offset,u.valueSpan.end.offset)))return[u.rawName,"=",u.value];if("lwc"===r.parser&&/^{.*}$/s.test(r.originalText.slice(u.valueSpan.start.offset,u.valueSpan.end.offset)))return[u.rawName,"=",u.value];const e=function(e,t,n){const r=t=>new RegExp(t.join("|")).test(e.fullName),u=()=>yU(e.value);let o=!1;const i=(e,t)=>{const n="NGRoot"===e.type?"NGMicrosyntax"===e.node.type&&1===e.node.body.length&&"NGMicrosyntaxExpression"===e.node.body[0].type?e.node.body[0].expression:e.node:"JsExpressionRoot"===e.type?e.node:e;!n||"ObjectExpression"!==n.type&&"ArrayExpression"!==n.type&&("__vue_expression"!==t.parser||"TemplateLiteral"!==n.type&&"StringLiteral"!==n.type)||(o=!0)},s=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return Gq([Yq([Zq,e]),t?Zq:""])},a=e=>o?(e=>Gq(e))(e):s(e),c=(e,n)=>t(e,Object.assign({__onHtmlBindingRoot:i,__embeddedInHtml:!0},n),{stripTrailingHardline:!0});if("srcset"===e.fullName&&("img"===e.parent.fullName||"source"===e.parent.fullName))return s(aU(u()));if("class"===e.fullName&&!n.parentParser){const e=u();if(!e.includes("{{"))return cU(e)}if("style"===e.fullName&&!n.parentParser){const e=u();if(!e.includes("{{"))return s(c(e,{parser:"css",__isHTMLStyleAttribute:!0}))}if("vue"===n.parser){if("v-for"===e.fullName)return lU(u(),c);if(EU(e)||AU(e,n))return pU(u(),c);const t=["^:","^v-bind:"],o=["^v-"];if(r(["^@","^v-on:"])){const e=u();return a(c(e,{parser:fU(e)?"__js_expression":"__vue_event_binding"}))}if(r(t))return a(c(u(),{parser:"__vue_expression"}));if(r(o))return a(c(u(),{parser:"__js_expression"}))}if("angular"===n.parser){const t=(e,t)=>c(e,Object.assign(Object.assign({},t),{},{trailingComma:"none"})),n=["^\\*"],o=["^\\[.+\\]$","^bind(on)?-","^ng-(if|show|hide|class|style)$"],i=["^i18n(-.+)?$"];if(r(["^\\(.+\\)$","^on-"]))return a(t(u(),{parser:"__ng_action"}));if(r(o))return a(t(u(),{parser:"__ng_binding"}));if(r(i)){const t=u().trim();return s(Qq(CU(e,t)),!t.includes("@@"))}if(r(n))return a(t(u(),{parser:"__ng_directive"}));const l=/{{(.+?)}}/s,p=u();if(l.test(p)){const e=[];for(const[n,r]of p.split(l).entries())if(n%2==0)e.push(tU(r));else try{e.push(Gq(["{{",Yq([Kq,t(r,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),Kq,"}}"]))}catch{e.push("{{",tU(r),"}}")}return Gq(e)}}return null}(u,((e,t)=>n(e,Object.assign({__isInHtmlAttribute:!0,__embeddedInHtml:!0},t),{stripTrailingHardline:!0})),r);if(e)return[u.rawName,'="',Gq(eU(e,(e=>"string"==typeof e?e.replace(/"/g,"&quot;"):e))),'"'];break}case"front-matter":return nU(u,n)}},{printClosingTagSuffix:Oz,printClosingTagEnd:Iz,printOpeningTagPrefix:Lz,printOpeningTagStart:jz}=Nq,{printElement:_z}=gz,{printChildren:Mz}=HU;var Rz={preprocess:wz,print:function(e,t,n){const r=e.getValue();switch(r.type){case"front-matter":return vz(r.raw);case"root":return t.__onHtmlRoot&&t.__onHtmlRoot(r),[Dz(Mz(e,t,n)),yz];case"element":case"ieConditionalComment":return _z(e,t,n);case"ieConditionalStartComment":case"ieConditionalEndComment":return[jz(r),Iz(r)];case"interpolation":return[jz(r,t),...e.map(n,"children"),Iz(r,t)];case"text":{if("interpolation"===r.parent.type){const e=/\n[^\S\n]*?$/,t=e.test(r.value),n=t?r.value.replace(e,""):r.value;return[...vz(n),t?yz:""]}const e=Az([Lz(r,t),...Bz(r),Oz(r,t)]);return bz(e)||"fill"===e.type?mz(Cz(e)):e}case"docType":return[Dz([jz(r,t)," ",r.value.replace(/^html\b/i,"html").replace(/\s+/g," ")]),Iz(r,t)];case"comment":return[Lz(r,t),...vz(t.originalText.slice(Pz(r),Nz(r)),Ez),Oz(r,t)];case"attribute":{if(null===r.value)return r.rawName;const e=Sz(r.value),t=xz(e,"'")<xz(e,'"')?"'":'"';return[r.rawName,"=",t,...vz('"'===t?e.replace(/"/g,"&quot;"):e.replace(/'/g,"&apos;")),t]}default:throw new Error("Unexpected node type ".concat(r.type))}},insertPragma:Tz,massageAstNode:Fz,embed:kz};const Vz="HTML";var $z={name:"HTML",type:"markup",tmScope:"text.html.basic",aceMode:"html",codemirrorMode:"htmlmixed",codemirrorMimeType:"text/html",color:"#e34c26",aliases:["xhtml"],extensions:[".html",".htm",".html.hl",".inc",".xht",".xhtml"],languageId:146};const Wz=tE,qz=Rz,Uz={bracketSameLine:zL.bracketSameLine,htmlWhitespaceSensitivity:{since:"1.15.0",category:Vz,type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},vueIndentScriptAndStyle:{since:"1.19.0",category:Vz,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},zz=[Wz($z,(()=>({name:"Angular",since:"1.15.0",parsers:["angular"],vscodeLanguageIds:["html"],extensions:[".component.html"],filenames:[]}))),Wz($z,(e=>({since:"1.15.0",parsers:["html"],vscodeLanguageIds:["html"],extensions:[...e.extensions,".mjml"]}))),Wz($z,(()=>({name:"Lightning Web Components",since:"1.17.0",parsers:["lwc"],vscodeLanguageIds:["html"],extensions:[],filenames:[]}))),Wz({name:"Vue",type:"markup",color:"#41b883",extensions:[".vue"],tmScope:"text.html.vue",aceMode:"html",languageId:391},(()=>({since:"1.10.0",parsers:["vue"],vscodeLanguageIds:["vue"]})))];var Hz={languages:zz,printers:{html:qz},options:Uz,parsers:void 0};const{getLast:Jz,isNonEmptyArray:Gz}=nc;function Xz(e,t){return e&&"string"==typeof e.type&&(!t||t.includes(e.type))}function Yz(e){return"prettier-ignore"===e.value.trim()}function Kz(e){return e&&Gz(e.leadingComments)}function Qz(e){return e&&Gz(e.middleComments)}function Zz(e){return e&&e.indicatorComment}function eH(e){return e&&e.trailingComment}function tH(e){return e&&Gz(e.endComments)}function nH(e){const t=[];let n;for(const r of e.split(/( +)/))" "!==r?" "===n?t.push(r):t.push((t.pop()||"")+r):void 0===n&&t.unshift(""),n=r;return" "===n&&t.push((t.pop()||"")+" "),""===t[0]&&(t.shift(),t.unshift(" "+(t.shift()||""))),t}var rH={getLast:Jz,getAncestorCount:function(e,t){let n=0;const r=e.stack.length-1;for(let u=0;u<r;u++){const r=e.stack[u];Xz(r)&&t(r)&&n++}return n},isNode:Xz,isEmptyNode:function(e){return!Gz(e.children)&&!function(e){return Kz(e)||Qz(e)||Zz(e)||eH(e)||tH(e)}(e)},isInlineNode:function(e){if(!e)return!0;switch(e.type){case"plain":case"quoteDouble":case"quoteSingle":case"alias":case"flowMapping":case"flowSequence":return!0;default:return!1}},mapNode:function e(t,n,r){return n("children"in t?Object.assign(Object.assign({},t),{},{children:t.children.map((r=>e(r,n,t)))}):t,r)},defineShortcut:function(e,t,n){Object.defineProperty(e,t,{get:n,enumerable:!1})},isNextLineEmpty:function(e,t){let n=0;const r=t.length;for(let u=e.position.end.offset-1;u<r;u++){const e=t[u];if("\n"===e&&n++,1===n&&/\S/.test(e))return!1;if(2===n)return!0}return!1},isLastDescendantNode:function(e){switch(e.getValue().type){case"tag":case"anchor":case"comment":return!1}const t=e.stack.length;for(let n=1;n<t;n++){const t=e.stack[n],r=e.stack[n-1];if(Array.isArray(r)&&"number"==typeof t&&t!==r.length-1)return!1}return!0},getBlockValueLineContents:function(e,t){let{parentIndent:n,isLastDescendant:r,options:u}=t;const o=e.position.start.line===e.position.end.line?"":u.originalText.slice(e.position.start.offset,e.position.end.offset).match(/^[^\n]*?\n(.*)$/s)[1],i=null===e.indent?(e=>e?e[1].length:Number.POSITIVE_INFINITY)(o.match(/^( *)\S/m)):e.indent-1+n,s=o.split("\n").map((e=>e.slice(i)));return"preserve"===u.proseWrap||"blockLiteral"===e.type?a(s.map((e=>0===e.length?[]:[e]))):a(s.map((e=>0===e.length?[]:nH(e))).reduce(((e,t,n)=>0!==n&&s[n-1].length>0&&t.length>0&&!/^\s/.test(t[0])&&!/^\s|\s$/.test(Jz(e))?[...e.slice(0,-1),[...Jz(e),...t]]:[...e,t]),[]).map((e=>e.reduce(((e,t)=>e.length>0&&/\s$/.test(Jz(e))?[...e.slice(0,-1),Jz(e)+" "+t]:[...e,t]),[]))).map((e=>"never"===u.proseWrap?[e.join(" ")]:e)));function a(t){if("keep"===e.chomping)return 0===Jz(t).length?t.slice(0,-1):t;let n=0;for(let e=t.length-1;e>=0&&0===t[e].length;e--)n++;return 0===n?t:n>=2&&!r?t.slice(0,-(n-1)):t.slice(0,-n)}},getFlowScalarLineContents:function(e,t,n){const r=t.split("\n").map(((e,t,n)=>0===t&&t===n.length-1?e:0!==t&&t!==n.length-1?e.trim():0===t?e.trimEnd():e.trimStart()));return"preserve"===n.proseWrap?r.map((e=>0===e.length?[]:[e])):r.map((e=>0===e.length?[]:nH(e))).reduce(((t,n,u)=>0!==u&&r[u-1].length>0&&n.length>0&&("quoteDouble"!==e||!Jz(Jz(t)).endsWith("\\"))?[...t.slice(0,-1),[...Jz(t),...n]]:[...t,n]),[]).map((e=>"never"===n.proseWrap?[e.join(" ")]:e))},getLastDescendantNode:function e(t){return Gz(t.children)?e(Jz(t.children)):t},hasPrettierIgnore:function(e){const t=e.getValue();if("documentBody"===t.type){const t=e.getParentNode();return tH(t.head)&&Yz(Jz(t.head.endComments))}return Kz(t)&&Yz(Jz(t.leadingComments))},hasLeadingComments:Kz,hasMiddleComments:Qz,hasIndicatorComment:Zz,hasTrailingComment:eH,hasEndComments:tH};const{defineShortcut:uH,mapNode:oH}=rH;function iH(e){switch(e.type){case"document":uH(e,"head",(()=>e.children[0])),uH(e,"body",(()=>e.children[1]));break;case"documentBody":case"sequenceItem":case"flowSequenceItem":case"mappingKey":case"mappingValue":uH(e,"content",(()=>e.children[0]));break;case"mappingItem":case"flowMappingItem":uH(e,"key",(()=>e.children[0])),uH(e,"value",(()=>e.children[1]))}return e}const{builders:{softline:sH,align:aH}}=Wc,{hasEndComments:cH,isNextLineEmpty:lH,isNode:pH}=rH,fH=new WeakMap;function dH(e){return cH(e)&&!pH(e,["documentHead","documentBody","flowMapping","flowSequence"])}var hH={alignWithSpaces:function(e,t){return aH(" ".repeat(e),t)},shouldPrintEndComments:dH,printNextEmptyLine:function(e,t){const n=e.getValue(),r=e.stack[0];let u;return fH.has(r)?u=fH.get(r):(u=new Set,fH.set(r,u)),u.has(n.position.end.line)||(u.add(n.position.end.line),!lH(n,t)||dH(e.getParentNode()))?"":sH}};const{builders:{ifBreak:gH,line:mH,softline:DH,hardline:yH,join:EH}}=Wc,{isEmptyNode:AH,getLast:CH,hasEndComments:bH}=rH,{printNextEmptyLine:vH,alignWithSpaces:FH}=hH;function xH(e,t,n){const r=e.getValue(),u="flowMapping"===r.type,o=u?"{":"[",i=u?"}":"]";let s=DH;u&&r.children.length>0&&n.bracketSpacing&&(s=mH);const a=CH(r.children),c=a&&"flowMappingItem"===a.type&&AH(a.key)&&AH(a.value);return[o,FH(n.tabWidth,[s,SH(e,t,n),"none"===n.trailingComma?"":gH(","),bH(r)?[yH,EH(yH,e.map(t,"endComments"))]:""]),c?"":s,i]}function SH(e,t,n){const r=e.getValue();return e.map(((e,u)=>[t(),u===r.children.length-1?"":[",",mH,r.children[u].position.start.line!==r.children[u+1].position.start.line?vH(e,n.originalText):""]]),"children")}var BH={printFlowMapping:xH,printFlowSequence:xH};const{builders:{conditionalGroup:wH,group:TH,hardline:PH,ifBreak:NH,join:kH,line:OH}}=Wc,{hasLeadingComments:IH,hasMiddleComments:LH,hasTrailingComment:jH,hasEndComments:_H,isNode:MH,isEmptyNode:RH,isInlineNode:VH}=rH,{alignWithSpaces:$H}=hH;function WH(e,t){if(!e)return!0;switch(e.type){case"plain":case"quoteSingle":case"quoteDouble":break;case"alias":return!0;default:return!1}if("preserve"===t.proseWrap)return e.position.start.line===e.position.end.line;if(/\\$/m.test(t.originalText.slice(e.position.start.offset,e.position.end.offset)))return!1;switch(t.proseWrap){case"never":return!e.value.includes("\n");case"always":return!/[\n ]/.test(e.value);default:return!1}}const{builders:{dedent:qH,dedentToRoot:UH,fill:zH,hardline:HH,join:JH,line:GH,literalline:XH,markAsRoot:YH},utils:{getDocParts:KH}}=Wc,{getAncestorCount:QH,getBlockValueLineContents:ZH,hasIndicatorComment:eJ,isLastDescendantNode:tJ,isNode:nJ}=rH,{alignWithSpaces:rJ}=hH;const{builders:{breakParent:uJ,fill:oJ,group:iJ,hardline:sJ,join:aJ,line:cJ,lineSuffix:lJ,literalline:pJ},utils:{getDocParts:fJ,replaceTextEndOfLine:dJ}}=Wc,{isPreviousLineEmpty:hJ}=nc,{insertPragma:gJ,isPragma:mJ}={isPragma:function(e){return/^\s*@(?:prettier|format)\s*$/.test(e)},hasPragma:function(e){return/^\s*#[^\S\n]*@(?:prettier|format)\s*?(?:\n|$)/.test(e)},insertPragma:function(e){return"# @format\n\n".concat(e)}},{locStart:DJ}={locStart:function(e){return e.position.start.offset},locEnd:function(e){return e.position.end.offset}},yJ=function(e,t,n,r){if("root"===e.getValue().type&&r.filepath&&/(?:[/\\]|^)\.(?:prettier|stylelint)rc$/.test(r.filepath))return n(r.originalText,Object.assign(Object.assign({},r),{},{parser:"json"}))},{getFlowScalarLineContents:EJ,getLastDescendantNode:AJ,hasLeadingComments:CJ,hasMiddleComments:bJ,hasTrailingComment:vJ,hasEndComments:FJ,hasPrettierIgnore:xJ,isLastDescendantNode:SJ,isNode:BJ,isInlineNode:wJ}=rH,TJ=function(e){return oH(e,iH)},{alignWithSpaces:PJ,printNextEmptyLine:NJ,shouldPrintEndComments:kJ}=hH,{printFlowMapping:OJ,printFlowSequence:IJ}=BH,LJ=function(e,t,n,r,u){const{key:o,value:i}=e,s=RH(o),a=RH(i);if(s&&a)return": ";const c=r("key"),l=function(e){return e.key.content&&"alias"===e.key.content.type}(e)?" ":"";if(a)return"flowMappingItem"===e.type&&"flowMapping"===t.type?c:"mappingItem"!==e.type||!WH(o.content,u)||jH(o.content)||t.tag&&"tag:yaml.org,2002:set"===t.tag.value?["? ",$H(2,c)]:[c,l,":"];const p=r("value");if(s)return[": ",$H(2,p)];if(IH(i)||!VH(o.content))return["? ",$H(2,c),PH,kH("",n.map(r,"value","leadingComments").map((e=>[e,PH]))),": ",$H(2,p)];if(function(e){if(!e)return!0;switch(e.type){case"plain":case"quoteDouble":case"quoteSingle":return e.position.start.line===e.position.end.line;case"alias":return!0;default:return!1}}(o.content)&&!IH(o.content)&&!LH(o.content)&&!jH(o.content)&&!_H(o)&&!IH(i.content)&&!LH(i.content)&&!_H(i)&&WH(i.content,u))return[c,l,": ",p];const f=Symbol("mappingKey"),d=TH([NH("? "),TH($H(2,c),{id:f})]),h=[PH,": ",$H(2,p)],g=[l,":"];IH(i.content)||_H(i)&&i.content&&!MH(i.content,["mapping","sequence"])||"mapping"===t.type&&jH(o.content)&&VH(i.content)||MH(i.content,["mapping","sequence"])&&null===i.content.tag&&null===i.content.anchor?g.push(PH):i.content&&g.push(OH),g.push(p);const m=$H(u.tabWidth,g);return!WH(o.content,u)||IH(o.content)||LH(o.content)||_H(o)?wH([[d,NH(h,m,{groupId:f})]]):wH([[c,m]])},jJ=function(e,t,n){const r=e.getValue(),u=QH(e,(e=>nJ(e,["sequence","mapping"]))),o=tJ(e),i=["blockFolded"===r.type?">":"|"];null!==r.indent&&i.push(r.indent.toString()),"clip"!==r.chomping&&i.push("keep"===r.chomping?"+":"-"),eJ(r)&&i.push(" ",t("indicatorComment"));const s=ZH(r,{parentIndent:u,isLastDescendant:o,options:n}),a=[];for(const[e,t]of s.entries())0===e&&a.push(HH),a.push(zH(KH(JH(GH,t)))),e!==s.length-1?a.push(0===t.length?HH:YH(XH)):"keep"===r.chomping&&o&&a.push(UH(0===t.length?HH:XH));return null===r.indent?i.push(qH(rJ(n.tabWidth,a))):i.push(UH(rJ(r.indent-1+u,a))),i};function _J(e,t){return vJ(e)||t&&(t.head.children.length>0||FJ(t.head))}function MJ(e,t,n){const r=EJ(e,t,n);return aJ(sJ,r.map((e=>oJ(fJ(aJ(cJ,e))))))}var RJ={preprocess:TJ,embed:yJ,print:function(e,t,n){const r=e.getValue(),u=[];"mappingValue"!==r.type&&CJ(r)&&u.push([aJ(sJ,e.map(n,"leadingComments")),sJ]);const{tag:o,anchor:i}=r;o&&u.push(n("tag")),o&&i&&u.push(" "),i&&u.push(n("anchor"));let s="";BJ(r,["mapping","sequence","comment","directive","mappingItem","sequenceItem"])&&!SJ(e)&&(s=NJ(e,t.originalText)),(o||i)&&(BJ(r,["sequence","mapping"])&&!bJ(r)?u.push(sJ):u.push(" ")),bJ(r)&&u.push([1===r.middleComments.length?"":sJ,aJ(sJ,e.map(n,"middleComments")),sJ]);const a=e.getParentNode();return xJ(e)?u.push(dJ(t.originalText.slice(r.position.start.offset,r.position.end.offset).trimEnd(),pJ)):u.push(iJ(function(e,t,n,r,u){switch(e.type){case"root":{const{children:t}=e,r=[];n.each(((e,n)=>{const o=t[n],i=t[n+1];0!==n&&r.push(sJ),r.push(u()),_J(o,i)?(r.push(sJ,"..."),vJ(o)&&r.push(" ",u("trailingComment"))):i&&!vJ(i.head)&&r.push(sJ,"---")}),"children");const o=AJ(e);return BJ(o,["blockLiteral","blockFolded"])&&"keep"===o.chomping||r.push(sJ),r}case"document":{const o=[];return"head"===function(e,t,n,r){return n.children[0]===e&&/---(?:\s|$)/.test(r.originalText.slice(DJ(e),DJ(e)+4))||e.head.children.length>0||FJ(e.head)||vJ(e.head)?"head":!_J(e,t)&&!!t&&"root"}(e,t.children[n.getName()+1],t,r)&&((e.head.children.length>0||e.head.endComments.length>0)&&o.push(u("head")),vJ(e.head)?o.push(["---"," ",u(["head","trailingComment"])]):o.push("---")),function(e){return e.body.children.length>0||FJ(e.body)}(e)&&o.push(u("body")),aJ(sJ,o)}case"documentHead":return aJ(sJ,[...n.map(u,"children"),...n.map(u,"endComments")]);case"documentBody":{const{children:t,endComments:r}=e;let o="";if(t.length>0&&r.length>0){const t=AJ(e);BJ(t,["blockFolded","blockLiteral"])?"keep"!==t.chomping&&(o=[sJ,sJ]):o=sJ}return[aJ(sJ,n.map(u,"children")),o,aJ(sJ,n.map(u,"endComments"))]}case"directive":return["%",aJ(" ",[e.name,...e.parameters])];case"comment":return["#",e.value];case"alias":return["*",e.value];case"tag":return r.originalText.slice(e.position.start.offset,e.position.end.offset);case"anchor":return["&",e.value];case"plain":return MJ(e.type,r.originalText.slice(e.position.start.offset,e.position.end.offset),r);case"quoteDouble":case"quoteSingle":{const t="'",n='"',u=r.originalText.slice(e.position.start.offset+1,e.position.end.offset-1);if("quoteSingle"===e.type&&u.includes("\\")||"quoteDouble"===e.type&&/\\[^"]/.test(u)){const o="quoteDouble"===e.type?n:t;return[o,MJ(e.type,u,r),o]}if(u.includes(n))return[t,MJ(e.type,"quoteDouble"===e.type?u.replace(/\\"/g,n).replace(/'/g,t.repeat(2)):u,r),t];if(u.includes(t))return[n,MJ(e.type,"quoteSingle"===e.type?u.replace(/''/g,t):u,r),n];const o=r.singleQuote?t:n;return[o,MJ(e.type,u,r),o]}case"blockFolded":case"blockLiteral":return jJ(n,u,r);case"mapping":case"sequence":return aJ(sJ,n.map(u,"children"));case"sequenceItem":return["- ",PJ(2,e.content?u("content"):"")];case"mappingKey":case"mappingValue":return e.content?u("content"):"";case"mappingItem":case"flowMappingItem":return LJ(e,t,n,u,r);case"flowMapping":return OJ(n,u,r);case"flowSequence":return IJ(n,u,r);case"flowSequenceItem":return u("content");default:throw new Error("Unexpected node type ".concat(e.type))}}(r,a,e,t,n))),vJ(r)&&!BJ(r,["document","documentHead"])&&u.push(lJ(["mappingValue"!==r.type||r.content?" ":"","mappingKey"===a.type&&"mapping"===e.getParentNode(2).type&&wJ(r)?"":uJ,n("trailingComment")])),kJ(r)&&u.push(PJ("sequenceItem"===r.type?2:0,[sJ,aJ(sJ,e.map((e=>[hJ(t.originalText,e.getValue(),DJ)?sJ:"",n()]),"endComments"))])),u.push(s),u},massageAstNode:function(e,t){if(BJ(t))switch(delete t.position,t.type){case"comment":if(mJ(t.value))return null;break;case"quoteDouble":case"quoteSingle":t.type="quote"}},insertPragma:gJ};const VJ=RJ,$J={bracketSpacing:zL.bracketSpacing,singleQuote:zL.singleQuote,proseWrap:zL.proseWrap},WJ=[tE({name:"YAML",type:"data",color:"#cb171e",tmScope:"source.yaml",aliases:["yml"],extensions:[".yml",".mir",".reek",".rviz",".sublime-syntax",".syntax",".yaml",".yaml-tmlanguage",".yaml.sed",".yml.mysql"],filenames:[".clang-format",".clang-tidy",".gemrc","glide.lock","yarn.lock"],aceMode:"yaml",codemirrorMode:"yaml",codemirrorMimeType:"text/x-yaml",languageId:407},(e=>({since:"1.14.0",parsers:["yaml"],vscodeLanguageIds:["yaml","ansible","home-assistant"],filenames:[...e.filenames.filter((e=>"yarn.lock"!==e)),".prettierrc",".stylelintrc"]})))];var qJ=[ej,hM,BR,JR,k$,Hz,{languages:WJ,printers:{yaml:VJ},options:$J,parsers:void 0}];const{version:UJ}=r,zJ=Ty,{getSupportInfo:HJ}=Ia,JJ=Zy,GJ=qJ,XJ=Wc;function YJ(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return function(){for(var n=arguments.length,r=new Array(n),u=0;u<n;u++)r[u]=arguments[u];const o=r[t]||{},i=o.plugins||[];return r[t]=Object.assign(Object.assign({},o),{},{plugins:[...GJ,...Array.isArray(i)?i:Object.values(i)]}),e(...r)}}const KJ=YJ(zJ.formatWithCursor);var QJ={formatWithCursor:KJ,format:(e,t)=>KJ(e,t).formatted,check(e,t){const{formatted:n}=KJ(e,t);return n===e},doc:XJ,getSupportInfo:YJ(HJ,0),version:UJ,util:JJ,__debug:{parse:YJ(zJ.parse),formatAST:YJ(zJ.formatAST),formatDoc:YJ(zJ.formatDoc),printToDoc:YJ(zJ.printToDoc),printDocToString:YJ(zJ.printDocToString)}};return QJ}()},211:(e,t,n)=>{"use strict";function r(e,t,n,u){var o=Error.call(this,e);return Object.setPrototypeOf&&Object.setPrototypeOf(o,r.prototype),o.expected=t,o.found=n,o.location=u,o.name="SyntaxError",o}function u(e,t,n){return n=n||" ",e.length>t?e:(t-=e.length,e+(n+=n.repeat(t)).slice(0,t))}function o(e,t){var n,u={},o=(t=void 0!==t?t:{}).grammarSource,i={Start:Xr},s=Xr,a="*/",c="\\",l=".",p='"',f="'",d="b",h="break",g="case",m="catch",D="class",y="const",E="continue",A="debugger",C="default",b="delete",v="else",F="enum",x="export",S="extends",B="false",w="finally",T="function",P="import",N="instanceof",k="interface",O="module",I="null",L="or",j="return",_="self",M="static",R="super",V="switch",$="throw",W="true",q="typeof",U="typedef",z="using",H="void",J="while",G=";",X="(",Y=")",K="[",Q="]",Z=",",ee="{",te="}",ne="=",re=":",ue="public",oe="protected",ie="hidden",se="private",ae=/^[\n\r\u2028\u2029]/,ce=/^[0-9]/,le=/^[1-9]/,pe=/^[+\-]/,fe=/^[0-9a-f]/i,de=/^[a-z\xB5\xDF-\xF6\xF8-\xFF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137-\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148-\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E-\u0180\u0183\u0185\u0188\u018C-\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA-\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9-\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC-\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF-\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F-\u0240\u0242\u0247\u0249\u024B\u024D\u024F-\u0293\u0295-\u02AF\u0371\u0373\u0377\u037B-\u037D\u0390\u03AC-\u03CE\u03D0-\u03D1\u03D5-\u03D7\u03D9\u03DB\u03DD\u03DF\u03E1\u03E3\u03E5\u03E7\u03E9\u03EB\u03ED\u03EF-\u03F3\u03F5\u03F8\u03FB-\u03FC\u0430-\u045F\u0461\u0463\u0465\u0467\u0469\u046B\u046D\u046F\u0471\u0473\u0475\u0477\u0479\u047B\u047D\u047F\u0481\u048B\u048D\u048F\u0491\u0493\u0495\u0497\u0499\u049B\u049D\u049F\u04A1\u04A3\u04A5\u04A7\u04A9\u04AB\u04AD\u04AF\u04B1\u04B3\u04B5\u04B7\u04B9\u04BB\u04BD\u04BF\u04C2\u04C4\u04C6\u04C8\u04CA\u04CC\u04CE-\u04CF\u04D1\u04D3\u04D5\u04D7\u04D9\u04DB\u04DD\u04DF\u04E1\u04E3\u04E5\u04E7\u04E9\u04EB\u04ED\u04EF\u04F1\u04F3\u04F5\u04F7\u04F9\u04FB\u04FD\u04FF\u0501\u0503\u0505\u0507\u0509\u050B\u050D\u050F\u0511\u0513\u0515\u0517\u0519\u051B\u051D\u051F\u0521\u0523\u0525\u0527\u0529\u052B\u052D\u052F\u0560-\u0588\u10D0-\u10FA\u10FD-\u10FF\u13F8-\u13FD\u1C80-\u1C88\u1D00-\u1D2B\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFF-\u1F07\u1F10-\u1F15\u1F20-\u1F27\u1F30-\u1F37\u1F40-\u1F45\u1F50-\u1F57\u1F60-\u1F67\u1F70-\u1F7D\u1F80-\u1F87\u1F90-\u1F97\u1FA0-\u1FA7\u1FB0-\u1FB4\u1FB6-\u1FB7\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FC7\u1FD0-\u1FD3\u1FD6-\u1FD7\u1FE0-\u1FE7\u1FF2-\u1FF4\u1FF6-\u1FF7\u210A\u210E-\u210F\u2113\u212F\u2134\u2139\u213C-\u213D\u2146-\u2149\u214E\u2184\u2C30-\u2C5E\u2C61\u2C65-\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73-\u2C74\u2C76-\u2C7B\u2C81\u2C83\u2C85\u2C87\u2C89\u2C8B\u2C8D\u2C8F\u2C91\u2C93\u2C95\u2C97\u2C99\u2C9B\u2C9D\u2C9F\u2CA1\u2CA3\u2CA5\u2CA7\u2CA9\u2CAB\u2CAD\u2CAF\u2CB1\u2CB3\u2CB5\u2CB7\u2CB9\u2CBB\u2CBD\u2CBF\u2CC1\u2CC3\u2CC5\u2CC7\u2CC9\u2CCB\u2CCD\u2CCF\u2CD1\u2CD3\u2CD5\u2CD7\u2CD9\u2CDB\u2CDD\u2CDF\u2CE1\u2CE3-\u2CE4\u2CEC\u2CEE\u2CF3\u2D00-\u2D25\u2D27\u2D2D\uA641\uA643\uA645\uA647\uA649\uA64B\uA64D\uA64F\uA651\uA653\uA655\uA657\uA659\uA65B\uA65D\uA65F\uA661\uA663\uA665\uA667\uA669\uA66B\uA66D\uA681\uA683\uA685\uA687\uA689\uA68B\uA68D\uA68F\uA691\uA693\uA695\uA697\uA699\uA69B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB65\uAB70-\uABBF\uFB00-\uFB06\uFB13-\uFB17\uFF41-\uFF5A]/,he=/^[\u02B0-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0374\u037A\u0559\u0640\u06E5-\u06E6\u07F4-\u07F5\u07FA\u081A\u0824\u0828\u0971\u0E46\u0EC6\u10FC\u17D7\u1843\u1AA7\u1C78-\u1C7D\u1D2C-\u1D6A\u1D78\u1D9B-\u1DBF\u2071\u207F\u2090-\u209C\u2C7C-\u2C7D\u2D6F\u2E2F\u3005\u3031-\u3035\u303B\u309D-\u309E\u30FC-\u30FE\uA015\uA4F8-\uA4FD\uA60C\uA67F\uA69C-\uA69D\uA717-\uA71F\uA770\uA788\uA7F8-\uA7F9\uA9CF\uA9E6\uAA70\uAADD\uAAF3-\uAAF4\uAB5C-\uAB5F\uFF70\uFF9E-\uFF9F]/,ge=/^[\xAA\xBA\u01BB\u01C0-\u01C3\u0294\u05D0-\u05EA\u05EF-\u05F2\u0620-\u063F\u0641-\u064A\u066E-\u066F\u0671-\u06D3\u06D5\u06EE-\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u0800-\u0815\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0972-\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\u0C60-\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0-\u0CE1\u0CF1-\u0CF2\u0D05-\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-\u0E45\u0E81-\u0E82\u0E84\u0E87-\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA-\u0EAB\u0EAD-\u0EB0\u0EB2-\u0EB3\u0EBD\u0EC0-\u0EC4\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065-\u1066\u106E-\u1070\u1075-\u1081\u108E\u1100-\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\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17DC\u1820-\u1842\u1844-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE-\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C77\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5-\u1CF6\u2135-\u2138\u2D30-\u2D67\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3006\u303C\u3041-\u3096\u309F\u30A1-\u30FA\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEF\uA000-\uA014\uA016-\uA48C\uA4D0-\uA4F7\uA500-\uA60B\uA610-\uA61F\uA62A-\uA62B\uA66E\uA6A0-\uA6E5\uA78F\uA7F7\uA7FB-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD-\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9E0-\uA9E4\uA9E7-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA6F\uAA71-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5-\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADC\uAAE0-\uAAEA\uAAF2\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\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\uFF66-\uFF6F\uFF71-\uFF9D\uFFA0-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]/,me=/^[\u01C5\u01C8\u01CB\u01F2\u1F88-\u1F8F\u1F98-\u1F9F\u1FA8-\u1FAF\u1FBC\u1FCC\u1FFC]/,De=/^[A-Z\xC0-\xD6\xD8-\xDE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178-\u0179\u017B\u017D\u0181-\u0182\u0184\u0186-\u0187\u0189-\u018B\u018E-\u0191\u0193-\u0194\u0196-\u0198\u019C-\u019D\u019F-\u01A0\u01A2\u01A4\u01A6-\u01A7\u01A9\u01AC\u01AE-\u01AF\u01B1-\u01B3\u01B5\u01B7-\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A-\u023B\u023D-\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u0370\u0372\u0376\u037F\u0386\u0388-\u038A\u038C\u038E-\u038F\u0391-\u03A1\u03A3-\u03AB\u03CF\u03D2-\u03D4\u03D8\u03DA\u03DC\u03DE\u03E0\u03E2\u03E4\u03E6\u03E8\u03EA\u03EC\u03EE\u03F4\u03F7\u03F9-\u03FA\u03FD-\u042F\u0460\u0462\u0464\u0466\u0468\u046A\u046C\u046E\u0470\u0472\u0474\u0476\u0478\u047A\u047C\u047E\u0480\u048A\u048C\u048E\u0490\u0492\u0494\u0496\u0498\u049A\u049C\u049E\u04A0\u04A2\u04A4\u04A6\u04A8\u04AA\u04AC\u04AE\u04B0\u04B2\u04B4\u04B6\u04B8\u04BA\u04BC\u04BE\u04C0-\u04C1\u04C3\u04C5\u04C7\u04C9\u04CB\u04CD\u04D0\u04D2\u04D4\u04D6\u04D8\u04DA\u04DC\u04DE\u04E0\u04E2\u04E4\u04E6\u04E8\u04EA\u04EC\u04EE\u04F0\u04F2\u04F4\u04F6\u04F8\u04FA\u04FC\u04FE\u0500\u0502\u0504\u0506\u0508\u050A\u050C\u050E\u0510\u0512\u0514\u0516\u0518\u051A\u051C\u051E\u0520\u0522\u0524\u0526\u0528\u052A\u052C\u052E\u0531-\u0556\u10A0-\u10C5\u10C7\u10CD\u13A0-\u13F5\u1C90-\u1CBA\u1CBD-\u1CBF\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFE\u1F08-\u1F0F\u1F18-\u1F1D\u1F28-\u1F2F\u1F38-\u1F3F\u1F48-\u1F4D\u1F59\u1F5B\u1F5D\u1F5F\u1F68-\u1F6F\u1FB8-\u1FBB\u1FC8-\u1FCB\u1FD8-\u1FDB\u1FE8-\u1FEC\u1FF8-\u1FFB\u2102\u2107\u210B-\u210D\u2110-\u2112\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u2130-\u2133\u213E-\u213F\u2145\u2183\u2C00-\u2C2E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E-\u2C80\u2C82\u2C84\u2C86\u2C88\u2C8A\u2C8C\u2C8E\u2C90\u2C92\u2C94\u2C96\u2C98\u2C9A\u2C9C\u2C9E\u2CA0\u2CA2\u2CA4\u2CA6\u2CA8\u2CAA\u2CAC\u2CAE\u2CB0\u2CB2\u2CB4\u2CB6\u2CB8\u2CBA\u2CBC\u2CBE\u2CC0\u2CC2\u2CC4\u2CC6\u2CC8\u2CCA\u2CCC\u2CCE\u2CD0\u2CD2\u2CD4\u2CD6\u2CD8\u2CDA\u2CDC\u2CDE\u2CE0\u2CE2\u2CEB\u2CED\u2CF2\uA640\uA642\uA644\uA646\uA648\uA64A\uA64C\uA64E\uA650\uA652\uA654\uA656\uA658\uA65A\uA65C\uA65E\uA660\uA662\uA664\uA666\uA668\uA66A\uA66C\uA680\uA682\uA684\uA686\uA688\uA68A\uA68C\uA68E\uA690\uA692\uA694\uA696\uA698\uA69A\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D-\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\uFF21-\uFF3A]/,ye=/^[\u0903\u093B\u093E-\u0940\u0949-\u094C\u094E-\u094F\u0982-\u0983\u09BE-\u09C0\u09C7-\u09C8\u09CB-\u09CC\u09D7\u0A03\u0A3E-\u0A40\u0A83\u0ABE-\u0AC0\u0AC9\u0ACB-\u0ACC\u0B02-\u0B03\u0B3E\u0B40\u0B47-\u0B48\u0B4B-\u0B4C\u0B57\u0BBE-\u0BBF\u0BC1-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0BD7\u0C01-\u0C03\u0C41-\u0C44\u0C82-\u0C83\u0CBE\u0CC0-\u0CC4\u0CC7-\u0CC8\u0CCA-\u0CCB\u0CD5-\u0CD6\u0D02-\u0D03\u0D3E-\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D57\u0D82-\u0D83\u0DCF-\u0DD1\u0DD8-\u0DDF\u0DF2-\u0DF3\u0F3E-\u0F3F\u0F7F\u102B-\u102C\u1031\u1038\u103B-\u103C\u1056-\u1057\u1062-\u1064\u1067-\u106D\u1083-\u1084\u1087-\u108C\u108F\u109A-\u109C\u17B6\u17BE-\u17C5\u17C7-\u17C8\u1923-\u1926\u1929-\u192B\u1930-\u1931\u1933-\u1938\u1A19-\u1A1A\u1A55\u1A57\u1A61\u1A63-\u1A64\u1A6D-\u1A72\u1B04\u1B35\u1B3B\u1B3D-\u1B41\u1B43-\u1B44\u1B82\u1BA1\u1BA6-\u1BA7\u1BAA\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2-\u1BF3\u1C24-\u1C2B\u1C34-\u1C35\u1CE1\u1CF2-\u1CF3\u1CF7\u302E-\u302F\uA823-\uA824\uA827\uA880-\uA881\uA8B4-\uA8C3\uA952-\uA953\uA983\uA9B4-\uA9B5\uA9BA-\uA9BB\uA9BD-\uA9C0\uAA2F-\uAA30\uAA33-\uAA34\uAA4D\uAA7B\uAA7D\uAAEB\uAAEE-\uAAEF\uAAF5\uABE3-\uABE4\uABE6-\uABE7\uABE9-\uABEA\uABEC]/,Ee=/^[\u0300-\u036F\u0483-\u0487\u0591-\u05BD\u05BF\u05C1-\u05C2\u05C4-\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7-\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D3-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962-\u0963\u0981\u09BC\u09C1-\u09C4\u09CD\u09E2-\u09E3\u09FE\u0A01-\u0A02\u0A3C\u0A41-\u0A42\u0A47-\u0A48\u0A4B-\u0A4D\u0A51\u0A70-\u0A71\u0A75\u0A81-\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7-\u0AC8\u0ACD\u0AE2-\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3F\u0B41-\u0B44\u0B4D\u0B56\u0B62-\u0B63\u0B82\u0BC0\u0BCD\u0C00\u0C04\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55-\u0C56\u0C62-\u0C63\u0C81\u0CBC\u0CBF\u0CC6\u0CCC-\u0CCD\u0CE2-\u0CE3\u0D00-\u0D01\u0D3B-\u0D3C\u0D41-\u0D44\u0D4D\u0D62-\u0D63\u0DCA\u0DD2-\u0DD4\u0DD6\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EB9\u0EBB-\u0EBC\u0EC8-\u0ECD\u0F18-\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86-\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039-\u103A\u103D-\u103E\u1058-\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085-\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752-\u1753\u1772-\u1773\u17B4-\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u1885-\u1886\u18A9\u1920-\u1922\u1927-\u1928\u1932\u1939-\u193B\u1A17-\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1ABD\u1B00-\u1B03\u1B34\u1B36-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80-\u1B81\u1BA2-\u1BA5\u1BA8-\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8-\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36-\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8-\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302D\u3099-\u309A\uA66F\uA674-\uA67D\uA69E-\uA69F\uA6F0-\uA6F1\uA802\uA806\uA80B\uA825-\uA826\uA8C4-\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9E5\uAA29-\uAA2E\uAA31-\uAA32\uAA35-\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7-\uAAB8\uAABE-\uAABF\uAAC1\uAAEC-\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F]/,Ae=/^[0-9\u0660-\u0669\u06F0-\u06F9\u07C0-\u07C9\u0966-\u096F\u09E6-\u09EF\u0A66-\u0A6F\u0AE6-\u0AEF\u0B66-\u0B6F\u0BE6-\u0BEF\u0C66-\u0C6F\u0CE6-\u0CEF\u0D66-\u0D6F\u0DE6-\u0DEF\u0E50-\u0E59\u0ED0-\u0ED9\u0F20-\u0F29\u1040-\u1049\u1090-\u1099\u17E0-\u17E9\u1810-\u1819\u1946-\u194F\u19D0-\u19D9\u1A80-\u1A89\u1A90-\u1A99\u1B50-\u1B59\u1BB0-\u1BB9\u1C40-\u1C49\u1C50-\u1C59\uA620-\uA629\uA8D0-\uA8D9\uA900-\uA909\uA9D0-\uA9D9\uA9F0-\uA9F9\uAA50-\uAA59\uABF0-\uABF9\uFF10-\uFF19]/,Ce=/^[\u16EE-\u16F0\u2160-\u2182\u2185-\u2188\u3007\u3021-\u3029\u3038-\u303A\uA6E6-\uA6EF]/,be=/^[_\u203F-\u2040\u2054\uFE33-\uFE34\uFE4D-\uFE4F\uFF3F]/,ve=/^[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,Fe=/^[+=]/,xe=/^[\-=]/,Se={type:"any"},Be=zr("whitespace"),we=qr("\t",!1),Te=qr("\v",!1),Pe=qr("\f",!1),Ne=qr(" ",!1),ke=qr(" ",!1),Oe=qr("\ufeff",!1),Ie=Ur(["\n","\r","\u2028","\u2029"],!1,!1),Le=zr("end of line"),je=qr("\n",!1),_e=qr("\r\n",!1),Me=qr("\r",!1),Re=qr("\u2028",!1),Ve=qr("\u2029",!1),$e=zr("comment"),We=qr("/*",!1),qe=qr("*/",!1),Ue=qr("//",!1),ze=zr("identifier"),He=qr("$",!1),Je=qr("_",!1),Ge=qr("\\",!1),Xe=qr("‌",!1),Ye=qr("‍",!1),Ke=zr("number"),Qe=qr("f",!0),Ze=qr("d",!0),et=qr("l",!0),tt=qr(".",!1),nt=qr("0",!1),rt=Ur([["0","9"]],!1,!1),ut=Ur([["1","9"]],!1,!1),ot=qr("e",!0),it=Ur(["+","-"],!1,!1),st=qr("0x",!0),at=Ur([["0","9"],["a","f"]],!1,!0),ct=zr("string"),lt=qr('"',!1),pt=qr("'",!1),ft=qr("b",!1),dt=qr("f",!1),ht=qr("n",!1),gt=qr("r",!1),mt=qr("t",!1),Dt=qr("v",!1),yt=qr("x",!1),Et=qr("u",!1),At=Ur([["a","z"],"µ",["ß","ö"],["ø","ÿ"],"ā","ă","ą","ć","ĉ","ċ","č","ď","đ","ē","ĕ","ė","ę","ě","ĝ","ğ","ġ","ģ","ĥ","ħ","ĩ","ī","ĭ","į","ı","ij","ĵ",["ķ","ĸ"],"ĺ","ļ","ľ","ŀ","ł","ń","ņ",["ň","ʼn"],"ŋ","ō","ŏ","ő","œ","ŕ","ŗ","ř","ś","ŝ","ş","š","ţ","ť","ŧ","ũ","ū","ŭ","ů","ű","ų","ŵ","ŷ","ź","ż",["ž","ƀ"],"ƃ","ƅ","ƈ",["ƌ","ƍ"],"ƒ","ƕ",["ƙ","ƛ"],"ƞ","ơ","ƣ","ƥ","ƨ",["ƪ","ƫ"],"ƭ","ư","ƴ","ƶ",["ƹ","ƺ"],["ƽ","ƿ"],"dž","lj","nj","ǎ","ǐ","ǒ","ǔ","ǖ","ǘ","ǚ",["ǜ","ǝ"],"ǟ","ǡ","ǣ","ǥ","ǧ","ǩ","ǫ","ǭ",["ǯ","ǰ"],"dz","ǵ","ǹ","ǻ","ǽ","ǿ","ȁ","ȃ","ȅ","ȇ","ȉ","ȋ","ȍ","ȏ","ȑ","ȓ","ȕ","ȗ","ș","ț","ȝ","ȟ","ȡ","ȣ","ȥ","ȧ","ȩ","ȫ","ȭ","ȯ","ȱ",["ȳ","ȹ"],"ȼ",["ȿ","ɀ"],"ɂ","ɇ","ɉ","ɋ","ɍ",["ɏ","ʓ"],["ʕ","ʯ"],"ͱ","ͳ","ͷ",["ͻ","ͽ"],"ΐ",["ά","ώ"],["ϐ","ϑ"],["ϕ","ϗ"],"ϙ","ϛ","ϝ","ϟ","ϡ","ϣ","ϥ","ϧ","ϩ","ϫ","ϭ",["ϯ","ϳ"],"ϵ","ϸ",["ϻ","ϼ"],["а","џ"],"ѡ","ѣ","ѥ","ѧ","ѩ","ѫ","ѭ","ѯ","ѱ","ѳ","ѵ","ѷ","ѹ","ѻ","ѽ","ѿ","ҁ","ҋ","ҍ","ҏ","ґ","ғ","ҕ","җ","ҙ","қ","ҝ","ҟ","ҡ","ң","ҥ","ҧ","ҩ","ҫ","ҭ","ү","ұ","ҳ","ҵ","ҷ","ҹ","һ","ҽ","ҿ","ӂ","ӄ","ӆ","ӈ","ӊ","ӌ",["ӎ","ӏ"],"ӑ","ӓ","ӕ","ӗ","ә","ӛ","ӝ","ӟ","ӡ","ӣ","ӥ","ӧ","ө","ӫ","ӭ","ӯ","ӱ","ӳ","ӵ","ӷ","ӹ","ӻ","ӽ","ӿ","ԁ","ԃ","ԅ","ԇ","ԉ","ԋ","ԍ","ԏ","ԑ","ԓ","ԕ","ԗ","ԙ","ԛ","ԝ","ԟ","ԡ","ԣ","ԥ","ԧ","ԩ","ԫ","ԭ","ԯ",["ՠ","ֈ"],["ა","ჺ"],["ჽ","ჿ"],["ᏸ","ᏽ"],["ᲀ","ᲈ"],["ᴀ","ᴫ"],["ᵫ","ᵷ"],["ᵹ","ᶚ"],"ḁ","ḃ","ḅ","ḇ","ḉ","ḋ","ḍ","ḏ","ḑ","ḓ","ḕ","ḗ","ḙ","ḛ","ḝ","ḟ","ḡ","ḣ","ḥ","ḧ","ḩ","ḫ","ḭ","ḯ","ḱ","ḳ","ḵ","ḷ","ḹ","ḻ","ḽ","ḿ","ṁ","ṃ","ṅ","ṇ","ṉ","ṋ","ṍ","ṏ","ṑ","ṓ","ṕ","ṗ","ṙ","ṛ","ṝ","ṟ","ṡ","ṣ","ṥ","ṧ","ṩ","ṫ","ṭ","ṯ","ṱ","ṳ","ṵ","ṷ","ṹ","ṻ","ṽ","ṿ","ẁ","ẃ","ẅ","ẇ","ẉ","ẋ","ẍ","ẏ","ẑ","ẓ",["ẕ","ẝ"],"ẟ","ạ","ả","ấ","ầ","ẩ","ẫ","ậ","ắ","ằ","ẳ","ẵ","ặ","ẹ","ẻ","ẽ","ế","ề","ể","ễ","ệ","ỉ","ị","ọ","ỏ","ố","ồ","ổ","ỗ","ộ","ớ","ờ","ở","ỡ","ợ","ụ","ủ","ứ","ừ","ử","ữ","ự","ỳ","ỵ","ỷ","ỹ","ỻ","ỽ",["ỿ","ἇ"],["ἐ","ἕ"],["ἠ","ἧ"],["ἰ","ἷ"],["ὀ","ὅ"],["ὐ","ὗ"],["ὠ","ὧ"],["ὰ","ώ"],["ᾀ","ᾇ"],["ᾐ","ᾗ"],["ᾠ","ᾧ"],["ᾰ","ᾴ"],["ᾶ","ᾷ"],"ι",["ῂ","ῄ"],["ῆ","ῇ"],["ῐ","ΐ"],["ῖ","ῗ"],["ῠ","ῧ"],["ῲ","ῴ"],["ῶ","ῷ"],"ℊ",["ℎ","ℏ"],"ℓ","ℯ","ℴ","ℹ",["ℼ","ℽ"],["ⅆ","ⅉ"],"ⅎ","ↄ",["ⰰ","ⱞ"],"ⱡ",["ⱥ","ⱦ"],"ⱨ","ⱪ","ⱬ","ⱱ",["ⱳ","ⱴ"],["ⱶ","ⱻ"],"ⲁ","ⲃ","ⲅ","ⲇ","ⲉ","ⲋ","ⲍ","ⲏ","ⲑ","ⲓ","ⲕ","ⲗ","ⲙ","ⲛ","ⲝ","ⲟ","ⲡ","ⲣ","ⲥ","ⲧ","ⲩ","ⲫ","ⲭ","ⲯ","ⲱ","ⲳ","ⲵ","ⲷ","ⲹ","ⲻ","ⲽ","ⲿ","ⳁ","ⳃ","ⳅ","ⳇ","ⳉ","ⳋ","ⳍ","ⳏ","ⳑ","ⳓ","ⳕ","ⳗ","ⳙ","ⳛ","ⳝ","ⳟ","ⳡ",["ⳣ","ⳤ"],"ⳬ","ⳮ","ⳳ",["ⴀ","ⴥ"],"ⴧ","ⴭ","ꙁ","ꙃ","ꙅ","ꙇ","ꙉ","ꙋ","ꙍ","ꙏ","ꙑ","ꙓ","ꙕ","ꙗ","ꙙ","ꙛ","ꙝ","ꙟ","ꙡ","ꙣ","ꙥ","ꙧ","ꙩ","ꙫ","ꙭ","ꚁ","ꚃ","ꚅ","ꚇ","ꚉ","ꚋ","ꚍ","ꚏ","ꚑ","ꚓ","ꚕ","ꚗ","ꚙ","ꚛ","ꜣ","ꜥ","ꜧ","ꜩ","ꜫ","ꜭ",["ꜯ","ꜱ"],"ꜳ","ꜵ","ꜷ","ꜹ","ꜻ","ꜽ","ꜿ","ꝁ","ꝃ","ꝅ","ꝇ","ꝉ","ꝋ","ꝍ","ꝏ","ꝑ","ꝓ","ꝕ","ꝗ","ꝙ","ꝛ","ꝝ","ꝟ","ꝡ","ꝣ","ꝥ","ꝧ","ꝩ","ꝫ","ꝭ","ꝯ",["ꝱ","ꝸ"],"ꝺ","ꝼ","ꝿ","ꞁ","ꞃ","ꞅ","ꞇ","ꞌ","ꞎ","ꞑ",["ꞓ","ꞕ"],"ꞗ","ꞙ","ꞛ","ꞝ","ꞟ","ꞡ","ꞣ","ꞥ","ꞧ","ꞩ","ꞯ","ꞵ","ꞷ","ꞹ","ꟺ",["ꬰ","ꭚ"],["ꭠ","ꭥ"],["ꭰ","ꮿ"],["ff","st"],["ﬓ","ﬗ"],["a","z"]],!1,!1),Ct=Ur([["ʰ","ˁ"],["ˆ","ˑ"],["ˠ","ˤ"],"ˬ","ˮ","ʹ","ͺ","ՙ","ـ",["ۥ","ۦ"],["ߴ","ߵ"],"ߺ","ࠚ","ࠤ","ࠨ","ॱ","ๆ","ໆ","ჼ","ៗ","ᡃ","ᪧ",["ᱸ","ᱽ"],["ᴬ","ᵪ"],"ᵸ",["ᶛ","ᶿ"],"ⁱ","ⁿ",["ₐ","ₜ"],["ⱼ","ⱽ"],"ⵯ","ⸯ","々",["〱","〵"],"〻",["ゝ","ゞ"],["ー","ヾ"],"ꀕ",["ꓸ","ꓽ"],"ꘌ","ꙿ",["ꚜ","ꚝ"],["ꜗ","ꜟ"],"ꝰ","ꞈ",["ꟸ","ꟹ"],"ꧏ","ꧦ","ꩰ","ꫝ",["ꫳ","ꫴ"],["ꭜ","ꭟ"],"ー",["゙","゚"]],!1,!1),bt=Ur(["ª","º","ƻ",["ǀ","ǃ"],"ʔ",["א","ת"],["ׯ","ײ"],["ؠ","ؿ"],["ف","ي"],["ٮ","ٯ"],["ٱ","ۓ"],"ە",["ۮ","ۯ"],["ۺ","ۼ"],"ۿ","ܐ",["ܒ","ܯ"],["ݍ","ޥ"],"ޱ",["ߊ","ߪ"],["ࠀ","ࠕ"],["ࡀ","ࡘ"],["ࡠ","ࡪ"],["ࢠ","ࢴ"],["ࢶ","ࢽ"],["ऄ","ह"],"ऽ","ॐ",["क़","ॡ"],["ॲ","ঀ"],["অ","ঌ"],["এ","ঐ"],["ও","ন"],["প","র"],"ল",["শ","হ"],"ঽ","ৎ",["ড়","ঢ়"],["য়","ৡ"],["ৰ","ৱ"],"ৼ",["ਅ","ਊ"],["ਏ","ਐ"],["ਓ","ਨ"],["ਪ","ਰ"],["ਲ","ਲ਼"],["ਵ","ਸ਼"],["ਸ","ਹ"],["ਖ਼","ੜ"],"ਫ਼",["ੲ","ੴ"],["અ","ઍ"],["એ","ઑ"],["ઓ","ન"],["પ","ર"],["લ","ળ"],["વ","હ"],"ઽ","ૐ",["ૠ","ૡ"],"ૹ",["ଅ","ଌ"],["ଏ","ଐ"],["ଓ","ନ"],["ପ","ର"],["ଲ","ଳ"],["ଵ","ହ"],"ଽ",["ଡ଼","ଢ଼"],["ୟ","ୡ"],"ୱ","ஃ",["அ","ஊ"],["எ","ஐ"],["ஒ","க"],["ங","ச"],"ஜ",["ஞ","ட"],["ண","த"],["ந","ப"],["ம","ஹ"],"ௐ",["అ","ఌ"],["ఎ","ఐ"],["ఒ","న"],["ప","హ"],"ఽ",["ౘ","ౚ"],["ౠ","ౡ"],"ಀ",["ಅ","ಌ"],["ಎ","ಐ"],["ಒ","ನ"],["ಪ","ಳ"],["ವ","ಹ"],"ಽ","ೞ",["ೠ","ೡ"],["ೱ","ೲ"],["അ","ഌ"],["എ","ഐ"],["ഒ","ഺ"],"ഽ","ൎ",["ൔ","ൖ"],["ൟ","ൡ"],["ൺ","ൿ"],["අ","ඖ"],["ක","න"],["ඳ","ර"],"ල",["ව","ෆ"],["ก","ะ"],["า","ำ"],["เ","ๅ"],["ກ","ຂ"],"ຄ",["ງ","ຈ"],"ຊ","ຍ",["ດ","ທ"],["ນ","ຟ"],["ມ","ຣ"],"ລ","ວ",["ສ","ຫ"],["ອ","ະ"],["າ","ຳ"],"ຽ",["ເ","ໄ"],["ໜ","ໟ"],"ༀ",["ཀ","ཇ"],["ཉ","ཬ"],["ྈ","ྌ"],["က","ဪ"],"ဿ",["ၐ","ၕ"],["ၚ","ၝ"],"ၡ",["ၥ","ၦ"],["ၮ","ၰ"],["ၵ","ႁ"],"ႎ",["ᄀ","ቈ"],["ቊ","ቍ"],["ቐ","ቖ"],"ቘ",["ቚ","ቝ"],["በ","ኈ"],["ኊ","ኍ"],["ነ","ኰ"],["ኲ","ኵ"],["ኸ","ኾ"],"ዀ",["ዂ","ዅ"],["ወ","ዖ"],["ዘ","ጐ"],["ጒ","ጕ"],["ጘ","ፚ"],["ᎀ","ᎏ"],["ᐁ","ᙬ"],["ᙯ","ᙿ"],["ᚁ","ᚚ"],["ᚠ","ᛪ"],["ᛱ","ᛸ"],["ᜀ","ᜌ"],["ᜎ","ᜑ"],["ᜠ","ᜱ"],["ᝀ","ᝑ"],["ᝠ","ᝬ"],["ᝮ","ᝰ"],["ក","ឳ"],"ៜ",["ᠠ","ᡂ"],["ᡄ","ᡸ"],["ᢀ","ᢄ"],["ᢇ","ᢨ"],"ᢪ",["ᢰ","ᣵ"],["ᤀ","ᤞ"],["ᥐ","ᥭ"],["ᥰ","ᥴ"],["ᦀ","ᦫ"],["ᦰ","ᧉ"],["ᨀ","ᨖ"],["ᨠ","ᩔ"],["ᬅ","ᬳ"],["ᭅ","ᭋ"],["ᮃ","ᮠ"],["ᮮ","ᮯ"],["ᮺ","ᯥ"],["ᰀ","ᰣ"],["ᱍ","ᱏ"],["ᱚ","ᱷ"],["ᳩ","ᳬ"],["ᳮ","ᳱ"],["ᳵ","ᳶ"],["ℵ","ℸ"],["ⴰ","ⵧ"],["ⶀ","ⶖ"],["ⶠ","ⶦ"],["ⶨ","ⶮ"],["ⶰ","ⶶ"],["ⶸ","ⶾ"],["ⷀ","ⷆ"],["ⷈ","ⷎ"],["ⷐ","ⷖ"],["ⷘ","ⷞ"],"〆","〼",["ぁ","ゖ"],"ゟ",["ァ","ヺ"],"ヿ",["ㄅ","ㄯ"],["ㄱ","ㆎ"],["ㆠ","ㆺ"],["ㇰ","ㇿ"],["㐀","䶵"],["一","鿯"],["ꀀ","ꀔ"],["ꀖ","ꒌ"],["ꓐ","ꓷ"],["ꔀ","ꘋ"],["ꘐ","ꘟ"],["ꘪ","ꘫ"],"ꙮ",["ꚠ","ꛥ"],"ꞏ","ꟷ",["ꟻ","ꠁ"],["ꠃ","ꠅ"],["ꠇ","ꠊ"],["ꠌ","ꠢ"],["ꡀ","ꡳ"],["ꢂ","ꢳ"],["ꣲ","ꣷ"],"ꣻ",["ꣽ","ꣾ"],["ꤊ","ꤥ"],["ꤰ","ꥆ"],["ꥠ","ꥼ"],["ꦄ","ꦲ"],["ꧠ","ꧤ"],["ꧧ","ꧯ"],["ꧺ","ꧾ"],["ꨀ","ꨨ"],["ꩀ","ꩂ"],["ꩄ","ꩋ"],["ꩠ","ꩯ"],["ꩱ","ꩶ"],"ꩺ",["ꩾ","ꪯ"],"ꪱ",["ꪵ","ꪶ"],["ꪹ","ꪽ"],"ꫀ","ꫂ",["ꫛ","ꫜ"],["ꫠ","ꫪ"],"ꫲ",["ꬁ","ꬆ"],["ꬉ","ꬎ"],["ꬑ","ꬖ"],["ꬠ","ꬦ"],["ꬨ","ꬮ"],["ꯀ","ꯢ"],["가","힣"],["ힰ","ퟆ"],["ퟋ","ퟻ"],["豈","舘"],["並","龎"],"יִ",["ײַ","ﬨ"],["שׁ","זּ"],["טּ","לּ"],"מּ",["נּ","סּ"],["ףּ","פּ"],["צּ","ﮱ"],["ﯓ","ﴽ"],["ﵐ","ﶏ"],["ﶒ","ﷇ"],["ﷰ","ﷻ"],["ﹰ","ﹴ"],["ﹶ","ﻼ"],["ヲ","ッ"],["ア","ン"],["ᅠ","ᄒ"],["ᅡ","ᅦ"],["ᅧ","ᅬ"],["ᅭ","ᅲ"],["ᅳ","ᅵ"]],!1,!1),vt=Ur(["Dž","Lj","Nj","Dz",["ᾈ","ᾏ"],["ᾘ","ᾟ"],["ᾨ","ᾯ"],"ᾼ","ῌ","ῼ"],!1,!1),Ft=Ur([["A","Z"],["À","Ö"],["Ø","Þ"],"Ā","Ă","Ą","Ć","Ĉ","Ċ","Č","Ď","Đ","Ē","Ĕ","Ė","Ę","Ě","Ĝ","Ğ","Ġ","Ģ","Ĥ","Ħ","Ĩ","Ī","Ĭ","Į","İ","IJ","Ĵ","Ķ","Ĺ","Ļ","Ľ","Ŀ","Ł","Ń","Ņ","Ň","Ŋ","Ō","Ŏ","Ő","Œ","Ŕ","Ŗ","Ř","Ś","Ŝ","Ş","Š","Ţ","Ť","Ŧ","Ũ","Ū","Ŭ","Ů","Ű","Ų","Ŵ","Ŷ",["Ÿ","Ź"],"Ż","Ž",["Ɓ","Ƃ"],"Ƅ",["Ɔ","Ƈ"],["Ɖ","Ƌ"],["Ǝ","Ƒ"],["Ɠ","Ɣ"],["Ɩ","Ƙ"],["Ɯ","Ɲ"],["Ɵ","Ơ"],"Ƣ","Ƥ",["Ʀ","Ƨ"],"Ʃ","Ƭ",["Ʈ","Ư"],["Ʊ","Ƴ"],"Ƶ",["Ʒ","Ƹ"],"Ƽ","DŽ","LJ","NJ","Ǎ","Ǐ","Ǒ","Ǔ","Ǖ","Ǘ","Ǚ","Ǜ","Ǟ","Ǡ","Ǣ","Ǥ","Ǧ","Ǩ","Ǫ","Ǭ","Ǯ","DZ","Ǵ",["Ƕ","Ǹ"],"Ǻ","Ǽ","Ǿ","Ȁ","Ȃ","Ȅ","Ȇ","Ȉ","Ȋ","Ȍ","Ȏ","Ȑ","Ȓ","Ȕ","Ȗ","Ș","Ț","Ȝ","Ȟ","Ƞ","Ȣ","Ȥ","Ȧ","Ȩ","Ȫ","Ȭ","Ȯ","Ȱ","Ȳ",["Ⱥ","Ȼ"],["Ƚ","Ⱦ"],"Ɂ",["Ƀ","Ɇ"],"Ɉ","Ɋ","Ɍ","Ɏ","Ͱ","Ͳ","Ͷ","Ϳ","Ά",["Έ","Ί"],"Ό",["Ύ","Ώ"],["Α","Ρ"],["Σ","Ϋ"],"Ϗ",["ϒ","ϔ"],"Ϙ","Ϛ","Ϝ","Ϟ","Ϡ","Ϣ","Ϥ","Ϧ","Ϩ","Ϫ","Ϭ","Ϯ","ϴ","Ϸ",["Ϲ","Ϻ"],["Ͻ","Я"],"Ѡ","Ѣ","Ѥ","Ѧ","Ѩ","Ѫ","Ѭ","Ѯ","Ѱ","Ѳ","Ѵ","Ѷ","Ѹ","Ѻ","Ѽ","Ѿ","Ҁ","Ҋ","Ҍ","Ҏ","Ґ","Ғ","Ҕ","Җ","Ҙ","Қ","Ҝ","Ҟ","Ҡ","Ң","Ҥ","Ҧ","Ҩ","Ҫ","Ҭ","Ү","Ұ","Ҳ","Ҵ","Ҷ","Ҹ","Һ","Ҽ","Ҿ",["Ӏ","Ӂ"],"Ӄ","Ӆ","Ӈ","Ӊ","Ӌ","Ӎ","Ӑ","Ӓ","Ӕ","Ӗ","Ә","Ӛ","Ӝ","Ӟ","Ӡ","Ӣ","Ӥ","Ӧ","Ө","Ӫ","Ӭ","Ӯ","Ӱ","Ӳ","Ӵ","Ӷ","Ӹ","Ӻ","Ӽ","Ӿ","Ԁ","Ԃ","Ԅ","Ԇ","Ԉ","Ԋ","Ԍ","Ԏ","Ԑ","Ԓ","Ԕ","Ԗ","Ԙ","Ԛ","Ԝ","Ԟ","Ԡ","Ԣ","Ԥ","Ԧ","Ԩ","Ԫ","Ԭ","Ԯ",["Ա","Ֆ"],["Ⴀ","Ⴥ"],"Ⴧ","Ⴭ",["Ꭰ","Ᏽ"],["Ა","Ჺ"],["Ჽ","Ჿ"],"Ḁ","Ḃ","Ḅ","Ḇ","Ḉ","Ḋ","Ḍ","Ḏ","Ḑ","Ḓ","Ḕ","Ḗ","Ḙ","Ḛ","Ḝ","Ḟ","Ḡ","Ḣ","Ḥ","Ḧ","Ḩ","Ḫ","Ḭ","Ḯ","Ḱ","Ḳ","Ḵ","Ḷ","Ḹ","Ḻ","Ḽ","Ḿ","Ṁ","Ṃ","Ṅ","Ṇ","Ṉ","Ṋ","Ṍ","Ṏ","Ṑ","Ṓ","Ṕ","Ṗ","Ṙ","Ṛ","Ṝ","Ṟ","Ṡ","Ṣ","Ṥ","Ṧ","Ṩ","Ṫ","Ṭ","Ṯ","Ṱ","Ṳ","Ṵ","Ṷ","Ṹ","Ṻ","Ṽ","Ṿ","Ẁ","Ẃ","Ẅ","Ẇ","Ẉ","Ẋ","Ẍ","Ẏ","Ẑ","Ẓ","Ẕ","ẞ","Ạ","Ả","Ấ","Ầ","Ẩ","Ẫ","Ậ","Ắ","Ằ","Ẳ","Ẵ","Ặ","Ẹ","Ẻ","Ẽ","Ế","Ề","Ể","Ễ","Ệ","Ỉ","Ị","Ọ","Ỏ","Ố","Ồ","Ổ","Ỗ","Ộ","Ớ","Ờ","Ở","Ỡ","Ợ","Ụ","Ủ","Ứ","Ừ","Ử","Ữ","Ự","Ỳ","Ỵ","Ỷ","Ỹ","Ỻ","Ỽ","Ỿ",["Ἀ","Ἇ"],["Ἐ","Ἕ"],["Ἠ","Ἧ"],["Ἰ","Ἷ"],["Ὀ","Ὅ"],"Ὑ","Ὓ","Ὕ","Ὗ",["Ὠ","Ὧ"],["Ᾰ","Ά"],["Ὲ","Ή"],["Ῐ","Ί"],["Ῠ","Ῥ"],["Ὸ","Ώ"],"ℂ","ℇ",["ℋ","ℍ"],["ℐ","ℒ"],"ℕ",["ℙ","ℝ"],"ℤ","Ω","ℨ",["K","ℭ"],["ℰ","ℳ"],["ℾ","ℿ"],"ⅅ","Ↄ",["Ⰰ","Ⱞ"],"Ⱡ",["Ɫ","Ɽ"],"Ⱨ","Ⱪ","Ⱬ",["Ɑ","Ɒ"],"Ⱳ","Ⱶ",["Ȿ","Ⲁ"],"Ⲃ","Ⲅ","Ⲇ","Ⲉ","Ⲋ","Ⲍ","Ⲏ","Ⲑ","Ⲓ","Ⲕ","Ⲗ","Ⲙ","Ⲛ","Ⲝ","Ⲟ","Ⲡ","Ⲣ","Ⲥ","Ⲧ","Ⲩ","Ⲫ","Ⲭ","Ⲯ","Ⲱ","Ⲳ","Ⲵ","Ⲷ","Ⲹ","Ⲻ","Ⲽ","Ⲿ","Ⳁ","Ⳃ","Ⳅ","Ⳇ","Ⳉ","Ⳋ","Ⳍ","Ⳏ","Ⳑ","Ⳓ","Ⳕ","Ⳗ","Ⳙ","Ⳛ","Ⳝ","Ⳟ","Ⳡ","Ⳣ","Ⳬ","Ⳮ","Ⳳ","Ꙁ","Ꙃ","Ꙅ","Ꙇ","Ꙉ","Ꙋ","Ꙍ","Ꙏ","Ꙑ","Ꙓ","Ꙕ","Ꙗ","Ꙙ","Ꙛ","Ꙝ","Ꙟ","Ꙡ","Ꙣ","Ꙥ","Ꙧ","Ꙩ","Ꙫ","Ꙭ","Ꚁ","Ꚃ","Ꚅ","Ꚇ","Ꚉ","Ꚋ","Ꚍ","Ꚏ","Ꚑ","Ꚓ","Ꚕ","Ꚗ","Ꚙ","Ꚛ","Ꜣ","Ꜥ","Ꜧ","Ꜩ","Ꜫ","Ꜭ","Ꜯ","Ꜳ","Ꜵ","Ꜷ","Ꜹ","Ꜻ","Ꜽ","Ꜿ","Ꝁ","Ꝃ","Ꝅ","Ꝇ","Ꝉ","Ꝋ","Ꝍ","Ꝏ","Ꝑ","Ꝓ","Ꝕ","Ꝗ","Ꝙ","Ꝛ","Ꝝ","Ꝟ","Ꝡ","Ꝣ","Ꝥ","Ꝧ","Ꝩ","Ꝫ","Ꝭ","Ꝯ","Ꝺ","Ꝼ",["Ᵹ","Ꝿ"],"Ꞁ","Ꞃ","Ꞅ","Ꞇ","Ꞌ","Ɥ","Ꞑ","Ꞓ","Ꞗ","Ꞙ","Ꞛ","Ꞝ","Ꞟ","Ꞡ","Ꞣ","Ꞥ","Ꞧ","Ꞩ",["Ɦ","Ɪ"],["Ʞ","Ꞵ"],"Ꞷ","Ꞹ",["A","Z"]],!1,!1),xt=Ur(["ः","ऻ",["ा","ी"],["ॉ","ौ"],["ॎ","ॏ"],["ং","ঃ"],["া","ী"],["ে","ৈ"],["ো","ৌ"],"ৗ","ਃ",["ਾ","ੀ"],"ઃ",["ા","ી"],"ૉ",["ો","ૌ"],["ଂ","ଃ"],"ା","ୀ",["େ","ୈ"],["ୋ","ୌ"],"ୗ",["ா","ி"],["ு","ூ"],["ெ","ை"],["ொ","ௌ"],"ௗ",["ఁ","ః"],["ు","ౄ"],["ಂ","ಃ"],"ಾ",["ೀ","ೄ"],["ೇ","ೈ"],["ೊ","ೋ"],["ೕ","ೖ"],["ം","ഃ"],["ാ","ീ"],["െ","ൈ"],["ൊ","ൌ"],"ൗ",["ං","ඃ"],["ා","ෑ"],["ෘ","ෟ"],["ෲ","ෳ"],["༾","༿"],"ཿ",["ါ","ာ"],"ေ","း",["ျ","ြ"],["ၖ","ၗ"],["ၢ","ၤ"],["ၧ","ၭ"],["ႃ","ႄ"],["ႇ","ႌ"],"ႏ",["ႚ","ႜ"],"ា",["ើ","ៅ"],["ះ","ៈ"],["ᤣ","ᤦ"],["ᤩ","ᤫ"],["ᤰ","ᤱ"],["ᤳ","ᤸ"],["ᨙ","ᨚ"],"ᩕ","ᩗ","ᩡ",["ᩣ","ᩤ"],["ᩭ","ᩲ"],"ᬄ","ᬵ","ᬻ",["ᬽ","ᭁ"],["ᭃ","᭄"],"ᮂ","ᮡ",["ᮦ","ᮧ"],"᮪","ᯧ",["ᯪ","ᯬ"],"ᯮ",["᯲","᯳"],["ᰤ","ᰫ"],["ᰴ","ᰵ"],"᳡",["ᳲ","ᳳ"],"᳷",["〮","〯"],["ꠣ","ꠤ"],"ꠧ",["ꢀ","ꢁ"],["ꢴ","ꣃ"],["ꥒ","꥓"],"ꦃ",["ꦴ","ꦵ"],["ꦺ","ꦻ"],["ꦽ","꧀"],["ꨯ","ꨰ"],["ꨳ","ꨴ"],"ꩍ","ꩻ","ꩽ","ꫫ",["ꫮ","ꫯ"],"ꫵ",["ꯣ","ꯤ"],["ꯦ","ꯧ"],["ꯩ","ꯪ"],"꯬"],!1,!1),St=Ur([["̀","ͯ"],["҃","҇"],["֑","ֽ"],"ֿ",["ׁ","ׂ"],["ׄ","ׅ"],"ׇ",["ؐ","ؚ"],["ً","ٟ"],"ٰ",["ۖ","ۜ"],["۟","ۤ"],["ۧ","ۨ"],["۪","ۭ"],"ܑ",["ܰ","݊"],["ަ","ް"],["߫","߳"],"߽",["ࠖ","࠙"],["ࠛ","ࠣ"],["ࠥ","ࠧ"],["ࠩ","࠭"],["࡙","࡛"],["࣓","࣡"],["ࣣ","ं"],"ऺ","़",["ु","ै"],"्",["॑","ॗ"],["ॢ","ॣ"],"ঁ","়",["ু","ৄ"],"্",["ৢ","ৣ"],"৾",["ਁ","ਂ"],"਼",["ੁ","ੂ"],["ੇ","ੈ"],["ੋ","੍"],"ੑ",["ੰ","ੱ"],"ੵ",["ઁ","ં"],"઼",["ુ","ૅ"],["ે","ૈ"],"્",["ૢ","ૣ"],["ૺ","૿"],"ଁ","଼","ି",["ୁ","ୄ"],"୍","ୖ",["ୢ","ୣ"],"ஂ","ீ","்","ఀ","ఄ",["ా","ీ"],["ె","ై"],["ొ","్"],["ౕ","ౖ"],["ౢ","ౣ"],"ಁ","಼","ಿ","ೆ",["ೌ","್"],["ೢ","ೣ"],["ഀ","ഁ"],["഻","഼"],["ു","ൄ"],"്",["ൢ","ൣ"],"්",["ි","ු"],"ූ","ั",["ิ","ฺ"],["็","๎"],"ັ",["ິ","ູ"],["ົ","ຼ"],["່","ໍ"],["༘","༙"],"༵","༷","༹",["ཱ","ཾ"],["ྀ","྄"],["྆","྇"],["ྍ","ྗ"],["ྙ","ྼ"],"࿆",["ိ","ူ"],["ဲ","့"],["္","်"],["ွ","ှ"],["ၘ","ၙ"],["ၞ","ၠ"],["ၱ","ၴ"],"ႂ",["ႅ","ႆ"],"ႍ","ႝ",["፝","፟"],["ᜒ","᜔"],["ᜲ","᜴"],["ᝒ","ᝓ"],["ᝲ","ᝳ"],["឴","឵"],["ិ","ួ"],"ំ",["៉","៓"],"៝",["᠋","᠍"],["ᢅ","ᢆ"],"ᢩ",["ᤠ","ᤢ"],["ᤧ","ᤨ"],"ᤲ",["᤹","᤻"],["ᨗ","ᨘ"],"ᨛ","ᩖ",["ᩘ","ᩞ"],"᩠","ᩢ",["ᩥ","ᩬ"],["ᩳ","᩼"],"᩿",["᪰","᪽"],["ᬀ","ᬃ"],"᬴",["ᬶ","ᬺ"],"ᬼ","ᭂ",["᭫","᭳"],["ᮀ","ᮁ"],["ᮢ","ᮥ"],["ᮨ","ᮩ"],["᮫","ᮭ"],"᯦",["ᯨ","ᯩ"],"ᯭ",["ᯯ","ᯱ"],["ᰬ","ᰳ"],["ᰶ","᰷"],["᳐","᳒"],["᳔","᳠"],["᳢","᳨"],"᳭","᳴",["᳸","᳹"],["᷀","᷹"],["᷻","᷿"],["⃐","⃜"],"⃡",["⃥","⃰"],["⳯","⳱"],"⵿",["ⷠ","ⷿ"],["〪","〭"],["゙","゚"],"꙯",["ꙴ","꙽"],["ꚞ","ꚟ"],["꛰","꛱"],"ꠂ","꠆","ꠋ",["ꠥ","ꠦ"],["꣄","ꣅ"],["꣠","꣱"],"ꣿ",["ꤦ","꤭"],["ꥇ","ꥑ"],["ꦀ","ꦂ"],"꦳",["ꦶ","ꦹ"],"ꦼ","ꧥ",["ꨩ","ꨮ"],["ꨱ","ꨲ"],["ꨵ","ꨶ"],"ꩃ","ꩌ","ꩼ","ꪰ",["ꪲ","ꪴ"],["ꪷ","ꪸ"],["ꪾ","꪿"],"꫁",["ꫬ","ꫭ"],"꫶","ꯥ","ꯨ","꯭","ﬞ",["︀","️"],["︠","︯"]],!1,!1),Bt=Ur([["0","9"],["٠","٩"],["۰","۹"],["߀","߉"],["०","९"],["০","৯"],["੦","੯"],["૦","૯"],["୦","୯"],["௦","௯"],["౦","౯"],["೦","೯"],["൦","൯"],["෦","෯"],["๐","๙"],["໐","໙"],["༠","༩"],["၀","၉"],["႐","႙"],["០","៩"],["᠐","᠙"],["᥆","᥏"],["᧐","᧙"],["᪀","᪉"],["᪐","᪙"],["᭐","᭙"],["᮰","᮹"],["᱀","᱉"],["᱐","᱙"],["꘠","꘩"],["꣐","꣙"],["꤀","꤉"],["꧐","꧙"],["꧰","꧹"],["꩐","꩙"],["꯰","꯹"],["0","9"]],!1,!1),wt=Ur([["ᛮ","ᛰ"],["Ⅰ","ↂ"],["ↅ","ↈ"],"〇",["〡","〩"],["〸","〺"],["ꛦ","ꛯ"]],!1,!1),Tt=Ur(["_",["‿","⁀"],"⁔",["︳","︴"],["﹍","﹏"],"_"],!1,!1),Pt=Ur([" "," "," ",[" "," "]," "," "," "],!1,!1),Nt=qr("and",!1),kt=qr("as",!1),Ot=qr("break",!1),It=qr("case",!1),Lt=qr("catch",!1),jt=qr("class",!1),_t=qr("const",!1),Mt=qr("continue",!1),Rt=qr("debugger",!1),Vt=qr("default",!1),$t=qr("delete",!1),Wt=qr("do",!1),qt=qr("else",!1),Ut=qr("enum",!1),zt=qr("export",!1),Ht=qr("extends",!1),Jt=qr("false",!1),Gt=qr("finally",!1),Xt=qr("for",!1),Yt=qr("function",!1),Kt=qr("has",!1),Qt=qr("if",!1),Zt=qr("import",!1),en=qr("instanceof",!1),tn=qr("interface",!1),nn=qr("me",!1),rn=qr("module",!1),un=qr("new",!1),on=qr("null",!1),sn=qr("or",!1),an=qr("return",!1),cn=qr("self",!1),ln=qr("static",!1),pn=qr("super",!1),fn=qr("switch",!1),dn=qr("throw",!1),hn=qr("true",!1),gn=qr("try",!1),mn=qr("typeof",!1),Dn=qr("typedef",!1),yn=qr("using",!1),En=qr("var",!1),An=qr("void",!1),Cn=qr("while",!1),bn=qr(";",!1),vn=qr("(",!1),Fn=qr(")",!1),xn=qr("[",!1),Sn=qr("]",!1),Bn=qr(",",!1),wn=qr("{",!1),Tn=qr("}",!1),Pn=qr("=>",!1),Nn=qr("+",!1),kn=qr("=",!1),On=qr("-",!1),In=qr("~",!1),Ln=qr("!",!1),jn=qr("*",!1),_n=qr("/",!1),Mn=qr("%",!1),Rn=qr("&",!1),Vn=qr("<<",!1),$n=qr(">>",!1),Wn=Ur(["+","="],!1,!1),qn=Ur(["-","="],!1,!1),Un=qr("|",!1),zn=qr("^",!1),Hn=qr("<=",!1),Jn=qr(">=",!1),Gn=qr("<",!1),Xn=qr(">",!1),Yn=qr("==",!1),Kn=qr("!=",!1),Qn=qr("&&",!1),Zn=qr("||",!1),er=qr("?",!1),tr=qr(":",!1),nr=qr("*=",!1),rr=qr("/=",!1),ur=qr("%=",!1),or=qr("+=",!1),ir=qr("-=",!1),sr=qr("<<=",!1),ar=qr(">>=",!1),cr=qr("&=",!1),lr=qr("^=",!1),pr=qr("|=",!1),fr=qr("++",!1),dr=qr("--",!1),hr=qr("public",!1),gr=qr("protected",!1),mr=qr("hidden",!1),Dr=qr("private",!1),yr=function(e){return ai({type:"Literal",value:e.join(""),raw:$r()})},Er=function(){return $r()},Ar=function(e){return String.fromCharCode(parseInt(e,16))},Cr=function(e,t,n){return oi(t).concat(n)},br=function(e){return ai({type:"ObjectExpression",properties:e})},vr=function(e,t){return[e,...t]},Fr=function(e,t){return ai({property:t,computed:!0})},xr=function(e,t){return ai({property:t,computed:!1})},Sr=function(e,t){return ai({type:"CallExpression",arguments:t})},Br=function(e,t){return ai({type:"MemberExpression",property:t,computed:!0})},wr=function(e,t){return ai({type:"MemberExpression",property:t,computed:!1})},Tr=function(e,t){return function(e,t){return t.reduce((function(e,t){return{type:"BinaryExpression",operator:t[1],left:e,right:t[3],start:e.start,end:t[3].end}}),e)}(e,t)},Pr=function(e,t){return function(e,t){return t.reduce((function(e,t){return{type:"LogicalExpression",operator:t[1],left:e,right:t[3],start:e.start,end:t[3].end}}),e)}(e,t)},Nr=function(e){return ai({type:"BlockStatement",body:oi(e)})},kr=function(e,t){return[e,...t]},Or=function(e,t,n,r){return ai({type:"ForStatement",init:e,test:t,update:n,body:r})},Ir=0,Lr=0,jr=[{line:1,column:1}],_r=0,Mr=[],Rr=0,Vr={};if("startRule"in t){if(!(t.startRule in i))throw new Error("Can't start parsing from rule \""+t.startRule+'".');s=i[t.startRule]}function $r(){return e.substring(Lr,Ir)}function Wr(){return Jr(Lr,Ir)}function qr(e,t){return{type:"literal",text:e,ignoreCase:t}}function Ur(e,t,n){return{type:"class",parts:e,inverted:t,ignoreCase:n}}function zr(e){return{type:"other",description:e}}function Hr(t){var n,r=jr[t];if(r)return r;for(n=t-1;!jr[n];)n--;for(r={line:(r=jr[n]).line,column:r.column};n<t;)10===e.charCodeAt(n)?(r.line++,r.column=1):r.column++,n++;return jr[t]=r,r}function Jr(e,t){var n=Hr(e),r=Hr(t);return{source:o,start:{offset:e,line:n.line,column:n.column},end:{offset:t,line:r.line,column:r.column}}}function Gr(e){Ir<_r||(Ir>_r&&(_r=Ir,Mr=[]),Mr.push(e))}function Xr(){var e,t,n,r=194*Ir+0,o=Vr[r];return o?(Ir=o.nextPos,o.result):(e=Ir,Zu(),t=function(){var e,t,n=194*Ir+186,r=Vr[n];return r?(Ir=r.nextPos,r.result):(e=Ir,t=function(){var e,t,n,r,o,i=194*Ir+187,s=Vr[i];if(s)return Ir=s.nextPos,s.result;if(e=Ir,(t=ti())!==u){for(n=[],r=Ir,Zu(),(o=ti())!==u?r=o:(Ir=r,r=u);r!==u;)n.push(r),r=Ir,Zu(),(o=ti())!==u?r=o:(Ir=r,r=u);Lr=e,e=kr(t,n)}else Ir=e,e=u;return Vr[i]={nextPos:Ir,result:e},e}(),t===u&&(t=null),Lr=e,e=t=ai({type:"Program",body:oi(t)}),Vr[n]={nextPos:Ir,result:e},e)}(),Zu(),Lr=e,(n=t).comments=ii,e=n,Vr[r]={nextPos:Ir,result:e},e)}function Yr(){var t,n=194*Ir+1,r=Vr[n];return r?(Ir=r.nextPos,r.result):(e.length>Ir?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(Se)),Vr[n]={nextPos:Ir,result:t},t)}function Kr(){var t,n=194*Ir+2,r=Vr[n];return r?(Ir=r.nextPos,r.result):(Rr++,9===e.charCodeAt(Ir)?(t="\t",Ir++):(t=u,0===Rr&&Gr(we)),t===u&&(11===e.charCodeAt(Ir)?(t="\v",Ir++):(t=u,0===Rr&&Gr(Te)),t===u&&(12===e.charCodeAt(Ir)?(t="\f",Ir++):(t=u,0===Rr&&Gr(Pe)),t===u&&(32===e.charCodeAt(Ir)?(t=" ",Ir++):(t=u,0===Rr&&Gr(Ne)),t===u&&(160===e.charCodeAt(Ir)?(t=" ",Ir++):(t=u,0===Rr&&Gr(ke)),t===u&&(65279===e.charCodeAt(Ir)?(t="\ufeff",Ir++):(t=u,0===Rr&&Gr(Oe)),t===u&&(t=function(){var t,n=194*Ir+52,r=Vr[n];return r?(Ir=r.nextPos,r.result):(ve.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(Pt)),Vr[n]={nextPos:Ir,result:t},t)}())))))),Rr--,t===u&&0===Rr&&Gr(Be),Vr[n]={nextPos:Ir,result:t},t)}function Qr(){var t,n=194*Ir+3,r=Vr[n];return r?(Ir=r.nextPos,r.result):(ae.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(Ie)),Vr[n]={nextPos:Ir,result:t},t)}function Zr(){var t,n=194*Ir+4,r=Vr[n];return r?(Ir=r.nextPos,r.result):(Rr++,10===e.charCodeAt(Ir)?(t="\n",Ir++):(t=u,0===Rr&&Gr(je)),t===u&&("\r\n"===e.substr(Ir,2)?(t="\r\n",Ir+=2):(t=u,0===Rr&&Gr(_e)),t===u&&(13===e.charCodeAt(Ir)?(t="\r",Ir++):(t=u,0===Rr&&Gr(Me)),t===u&&(8232===e.charCodeAt(Ir)?(t="\u2028",Ir++):(t=u,0===Rr&&Gr(Re)),t===u&&(8233===e.charCodeAt(Ir)?(t="\u2029",Ir++):(t=u,0===Rr&&Gr(Ve)))))),Rr--,t===u&&0===Rr&&Gr(Le),Vr[n]={nextPos:Ir,result:t},t)}function eu(){var t,n,r=194*Ir+5,o=Vr[r];return o?(Ir=o.nextPos,o.result):(Rr++,t=Ir,n=function(){var t,n,r,o,i,s,c,l=194*Ir+6,p=Vr[l];if(p)return Ir=p.nextPos,p.result;if(t=Ir,"/*"===e.substr(Ir,2)?(n="/*",Ir+=2):(n=u,0===Rr&&Gr(We)),n!==u){for(r=Ir,o=[],i=Ir,s=Ir,Rr++,e.substr(Ir,2)===a?(c=a,Ir+=2):(c=u,0===Rr&&Gr(qe)),Rr--,c===u?s=void 0:(Ir=s,s=u),s!==u&&(c=Yr())!==u?i=s=[s,c]:(Ir=i,i=u);i!==u;)o.push(i),i=Ir,s=Ir,Rr++,e.substr(Ir,2)===a?(c=a,Ir+=2):(c=u,0===Rr&&Gr(qe)),Rr--,c===u?s=void 0:(Ir=s,s=u),s!==u&&(c=Yr())!==u?i=s=[s,c]:(Ir=i,i=u);r=e.substring(r,Ir),e.substr(Ir,2)===a?(o=a,Ir+=2):(o=u,0===Rr&&Gr(qe)),o!==u?(Lr=t,t=function(e){si(e,!0)}(r)):(Ir=t,t=u)}else Ir=t,t=u;return Vr[l]={nextPos:Ir,result:t},t}(),n===u&&(n=function(){var t,n,r,o,i,s,a,c=194*Ir+7,l=Vr[c];if(l)return Ir=l.nextPos,l.result;if(t=Ir,"//"===e.substr(Ir,2)?(n="//",Ir+=2):(n=u,0===Rr&&Gr(Ue)),n!==u){for(r=Ir,o=[],i=Ir,s=Ir,Rr++,a=Qr(),Rr--,a===u?s=void 0:(Ir=s,s=u),s!==u&&(a=Yr())!==u?i=s=[s,a]:(Ir=i,i=u);i!==u;)o.push(i),i=Ir,s=Ir,Rr++,a=Qr(),Rr--,a===u?s=void 0:(Ir=s,s=u),s!==u&&(a=Yr())!==u?i=s=[s,a]:(Ir=i,i=u);r=e.substring(r,Ir),Lr=t,t=function(e){si(e,!1)}(r)}else Ir=t,t=u;return Vr[c]={nextPos:Ir,result:t},t}()),t=n!==u?e.substring(t,Ir):n,Rr--,t===u&&(n=u,0===Rr&&Gr($e)),Vr[r]={nextPos:Ir,result:t},t)}function tu(){var t,n,r,o=194*Ir+8,i=Vr[o];return i?(Ir=i.nextPos,i.result):(t=Ir,n=Ir,Rr++,r=function(){var t,n=194*Ir+14,r=Vr[n];return r?(Ir=r.nextPos,r.result):(t=function(){var e,t=194*Ir+15,n=Vr[t];return n?(Ir=n.nextPos,n.result):((e=yu())===u&&(e=Eu())===u&&(e=Au())===u&&(e=Cu())===u&&(e=bu())===u&&(e=vu())===u&&(e=Fu())===u&&(e=xu())===u&&(e=Su())===u&&(e=Bu())===u&&(e=wu())===u&&(e=Tu())===u&&(e=Pu())===u&&(e=Nu())===u&&(e=ku())===u&&(e=Ou())===u&&(e=Iu())===u&&(e=Lu())===u&&(e=ju())===u&&(e=_u())===u&&(e=Mu())===u&&(e=Ru())===u&&(e=Vu())===u&&(e=$u())===u&&(e=Wu())===u&&(e=qu())===u&&(e=Uu())===u&&(e=zu())===u&&(e=Hu())===u&&(e=Ju())===u&&(e=Gu())===u&&(e=Xu())===u&&(e=Yu())===u&&(e=Ku())===u&&(e=Qu()),Vr[t]={nextPos:Ir,result:e},e)}(),t===u&&(t=function(){var t,n=194*Ir+16,r=Vr[n];return r?(Ir=r.nextPos,r.result):(t=function(){var t,n,r,o,i=194*Ir+67,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,6)===x?(n=x,Ir+=6):(n=u,0===Rr&&Gr(zt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n,r,o,i=194*Ir+86,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,5)===R?(n=R,Ir+=5):(n=u,0===Rr&&Gr(pn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}()),Vr[n]={nextPos:Ir,result:t},t)}(),t===u&&(t=iu())===u&&(t=su())),Vr[n]={nextPos:Ir,result:t},t)}(),Rr--,r===u?n=void 0:(Ir=n,n=u),n!==u&&(r=nu())!==u?(Lr=t,t=r):(Ir=t,t=u),Vr[o]={nextPos:Ir,result:t},t)}function nu(){var e,t,n,r,o=194*Ir+9,i=Vr[o];if(i)return Ir=i.nextPos,i.result;if(Rr++,e=Ir,(t=ru())!==u){for(n=[],r=uu();r!==u;)n.push(r),r=uu();Lr=e,e=ai({type:"Identifier",name:t+n.join("")})}else Ir=e,e=u;return Rr--,e===u&&(t=u,0===Rr&&Gr(ze)),Vr[o]={nextPos:Ir,result:e},e}function ru(){var t,n,r,o=194*Ir+10,i=Vr[o];return i?(Ir=i.nextPos,i.result):(t=function(){var t,n=194*Ir+12,r=Vr[n];return r?(Ir=r.nextPos,r.result):(t=function(){var t,n=194*Ir+46,r=Vr[n];return r?(Ir=r.nextPos,r.result):(De.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(Ft)),Vr[n]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n=194*Ir+42,r=Vr[n];return r?(Ir=r.nextPos,r.result):(de.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(At)),Vr[n]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n=194*Ir+45,r=Vr[n];return r?(Ir=r.nextPos,r.result):(me.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(vt)),Vr[n]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n=194*Ir+43,r=Vr[n];return r?(Ir=r.nextPos,r.result):(he.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(Ct)),Vr[n]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n=194*Ir+44,r=Vr[n];return r?(Ir=r.nextPos,r.result):(ge.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(bt)),Vr[n]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n=194*Ir+50,r=Vr[n];return r?(Ir=r.nextPos,r.result):(Ce.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(wt)),Vr[n]={nextPos:Ir,result:t},t)}()))))),Vr[n]={nextPos:Ir,result:t},t)}(),t===u&&(36===e.charCodeAt(Ir)?(t="$",Ir++):(t=u,0===Rr&&Gr(He)),t===u&&(95===e.charCodeAt(Ir)?(t="_",Ir++):(t=u,0===Rr&&Gr(Je)),t===u&&(t=Ir,92===e.charCodeAt(Ir)?(n=c,Ir++):(n=u,0===Rr&&Gr(Ge)),n!==u&&(r=Du())!==u?(Lr=t,t=r):(Ir=t,t=u)))),Vr[o]={nextPos:Ir,result:t},t)}function uu(){var t,n=194*Ir+11,r=Vr[n];return r?(Ir=r.nextPos,r.result):((t=ru())===u&&(t=function(){var t,n=194*Ir+13,r=Vr[n];return r?(Ir=r.nextPos,r.result):(t=function(){var t,n=194*Ir+48,r=Vr[n];return r?(Ir=r.nextPos,r.result):(Ee.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(St)),Vr[n]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n=194*Ir+47,r=Vr[n];return r?(Ir=r.nextPos,r.result):(ye.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(xt)),Vr[n]={nextPos:Ir,result:t},t)}()),Vr[n]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n=194*Ir+49,r=Vr[n];return r?(Ir=r.nextPos,r.result):(Ae.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(Bt)),Vr[n]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n=194*Ir+51,r=Vr[n];return r?(Ir=r.nextPos,r.result):(be.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(Tt)),Vr[n]={nextPos:Ir,result:t},t)}(),t===u&&(8204===e.charCodeAt(Ir)?(t="‌",Ir++):(t=u,0===Rr&&Gr(Xe)),t===u&&(8205===e.charCodeAt(Ir)?(t="‍",Ir++):(t=u,0===Rr&&Gr(Ye))))))),Vr[n]={nextPos:Ir,result:t},t)}function ou(){var t,n=194*Ir+17,r=Vr[n];return r?(Ir=r.nextPos,r.result):((t=iu())===u&&(t=su())===u&&(t=function(){var t,n,r,o,i=194*Ir+20,s=Vr[i];return s?(Ir=s.nextPos,s.result):(Rr++,t=Ir,n=function(){var t,n,r,o,i,s=194*Ir+29,a=Vr[s];if(a)return Ir=a.nextPos,a.result;if(t=Ir,"0x"===e.substr(Ir,2).toLowerCase()?(n=e.substr(Ir,2),Ir+=2):(n=u,0===Rr&&Gr(st)),n!==u){if(r=Ir,o=[],(i=pu())!==u)for(;i!==u;)o.push(i),i=pu();else o=u;(r=o!==u?e.substring(r,Ir):o)!==u?("l"===e.substr(Ir,1).toLowerCase()?(o=e.charAt(Ir),Ir++):(o=u,0===Rr&&Gr(et)),o===u&&(o=null),Lr=t,t=ai({type:"Literal",value:parseInt(r,16),raw:$r()})):(Ir=t,t=u)}else Ir=t,t=u;return Vr[s]={nextPos:Ir,result:t},t}(),n!==u?(r=Ir,Rr++,(o=ru())===u&&(o=cu()),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?(Lr=t,t=n):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Ir,n=function(){var t,n,r,o,i,s,a,c,p,f,d=194*Ir+22,h=Vr[d];if(h)return Ir=h.nextPos,h.result;if(t=Ir,n=Ir,r=Ir,o=function(){var t,n,r,o,i=194*Ir+23,s=Vr[i];if(s)return Ir=s.nextPos,s.result;if(48===e.charCodeAt(Ir)?(t="0",Ir++):(t=u,0===Rr&&Gr(nt)),t===u)if(t=Ir,n=function(){var t,n=194*Ir+25,r=Vr[n];return r?(Ir=r.nextPos,r.result):(le.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(ut)),Vr[n]={nextPos:Ir,result:t},t)}(),n!==u){for(r=[],o=cu();o!==u;)r.push(o),o=cu();t=n=[n,r]}else Ir=t,t=u;return Vr[i]={nextPos:Ir,result:t},t}(),o!==u){if("l"===e.substr(Ir,1).toLowerCase()?(i=e.charAt(Ir),Ir++):(i=u,0===Rr&&Gr(et)),i===u){if(i=Ir,s=Ir,a=Ir,46===e.charCodeAt(Ir)?(c=l,Ir++):(c=u,0===Rr&&Gr(tt)),c!==u){for(p=[],f=cu();f!==u;)p.push(f),f=cu();a=c=[c,p]}else Ir=a,a=u;a===u&&(a=null),(c=lu())===u&&(c=null),s=a=[a,c],(a=au())===u&&(a=null),i=s=[s,a]}i===u&&(i=null),r=o=[o,i]}else Ir=r,r=u;if((n=r!==u?e.substring(n,Ir):r)!==u&&(Lr=t,n=ai({type:"Literal",value:parseFloat(n),raw:$r()})),(t=n)===u){if(t=Ir,n=Ir,r=Ir,46===e.charCodeAt(Ir)?(o=l,Ir++):(o=u,0===Rr&&Gr(tt)),o!==u){if(i=[],(s=cu())!==u)for(;s!==u;)i.push(s),s=cu();else i=u;i!==u?((s=lu())===u&&(s=null),r=o=[o,i,s]):(Ir=r,r=u)}else Ir=r,r=u;(n=r!==u?e.substring(n,Ir):r)!==u?((r=au())===u&&(r=null),Lr=t,t=ai({type:"Literal",value:parseFloat(n),raw:$r()})):(Ir=t,t=u)}return Vr[d]={nextPos:Ir,result:t},t}(),n!==u?(r=Ir,Rr++,(o=ru())===u&&(o=cu()),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?(Lr=t,t=n):(Ir=t,t=u)):(Ir=t,t=u)),Rr--,t===u&&(n=u,0===Rr&&Gr(Ke)),Vr[i]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n,r,o,i=194*Ir+31,s=Vr[i];if(s)return Ir=s.nextPos,s.result;if(Rr++,t=Ir,34===e.charCodeAt(Ir)?(n=p,Ir++):(n=u,0===Rr&&Gr(lt)),n!==u){for(r=[],o=fu();o!==u;)r.push(o),o=fu();34===e.charCodeAt(Ir)?(o=p,Ir++):(o=u,0===Rr&&Gr(lt)),o!==u?(Lr=t,t=yr(r)):(Ir=t,t=u)}else Ir=t,t=u;if(t===u)if(t=Ir,39===e.charCodeAt(Ir)?(n=f,Ir++):(n=u,0===Rr&&Gr(pt)),n!==u){for(r=[],o=du();o!==u;)r.push(o),o=du();39===e.charCodeAt(Ir)?(o=f,Ir++):(o=u,0===Rr&&Gr(pt)),o!==u?(Lr=t,t=yr(r)):(Ir=t,t=u)}else Ir=t,t=u;return Rr--,t===u&&(n=u,0===Rr&&Gr(ct)),Vr[i]={nextPos:Ir,result:t},t}())),Vr[n]={nextPos:Ir,result:t},t)}function iu(){var t,n,r=194*Ir+18,o=Vr[r];return o?(Ir=o.nextPos,o.result):(t=Ir,n=function(){var t,n,r,o,i=194*Ir+81,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,4)===I?(n=I,Ir+=4):(n=u,0===Rr&&Gr(on)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}(),n!==u&&(Lr=t,n=ai({type:"Literal",value:null,raw:$r()})),t=n,Vr[r]={nextPos:Ir,result:t},t)}function su(){var t,n,r=194*Ir+19,o=Vr[r];return o?(Ir=o.nextPos,o.result):(t=Ir,n=function(){var t,n,r,o,i=194*Ir+89,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,4)===W?(n=W,Ir+=4):(n=u,0===Rr&&Gr(hn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}(),n!==u&&(Lr=t,n=ai({type:"Literal",value:!0,raw:$r()})),(t=n)===u&&(t=Ir,n=function(){var t,n,r,o,i=194*Ir+69,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,5)===B?(n=B,Ir+=5):(n=u,0===Rr&&Gr(Jt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}(),n!==u&&(Lr=t,n=ai({type:"Literal",value:!1,raw:$r()})),t=n),Vr[r]={nextPos:Ir,result:t},t)}function au(){var t,n=194*Ir+21,r=Vr[n];return r?(Ir=r.nextPos,r.result):("f"===e.substr(Ir,1).toLowerCase()?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(Qe)),t===u&&("d"===e.substr(Ir,1).toLowerCase()?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(Ze))),Vr[n]={nextPos:Ir,result:t},t)}function cu(){var t,n=194*Ir+24,r=Vr[n];return r?(Ir=r.nextPos,r.result):(ce.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(rt)),Vr[n]={nextPos:Ir,result:t},t)}function lu(){var t,n,r,o=194*Ir+26,i=Vr[o];return i?(Ir=i.nextPos,i.result):(t=Ir,n=function(){var t,n=194*Ir+27,r=Vr[n];return r?(Ir=r.nextPos,r.result):("e"===e.substr(Ir,1).toLowerCase()?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(ot)),Vr[n]={nextPos:Ir,result:t},t)}(),n!==u?(r=function(){var t,n,r,o,i=194*Ir+28,s=Vr[i];if(s)return Ir=s.nextPos,s.result;if(t=Ir,pe.test(e.charAt(Ir))?(n=e.charAt(Ir),Ir++):(n=u,0===Rr&&Gr(it)),n===u&&(n=null),r=[],(o=cu())!==u)for(;o!==u;)r.push(o),o=cu();else r=u;return r!==u?t=n=[n,r]:(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t}(),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[o]={nextPos:Ir,result:t},t)}function pu(){var t,n=194*Ir+30,r=Vr[n];return r?(Ir=r.nextPos,r.result):(fe.test(e.charAt(Ir))?(t=e.charAt(Ir),Ir++):(t=u,0===Rr&&Gr(at)),Vr[n]={nextPos:Ir,result:t},t)}function fu(){var t,n,r,o=194*Ir+32,i=Vr[o];return i?(Ir=i.nextPos,i.result):(t=Ir,n=Ir,Rr++,34===e.charCodeAt(Ir)?(r=p,Ir++):(r=u,0===Rr&&Gr(lt)),r===u&&(92===e.charCodeAt(Ir)?(r=c,Ir++):(r=u,0===Rr&&Gr(Ge)),r===u&&(r=Qr())),Rr--,r===u?n=void 0:(Ir=n,n=u),n!==u&&(r=Yr())!==u?(Lr=t,t=Er()):(Ir=t,t=u),t===u&&(t=Ir,92===e.charCodeAt(Ir)?(n=c,Ir++):(n=u,0===Rr&&Gr(Ge)),n!==u&&(r=gu())!==u?(Lr=t,t=r):(Ir=t,t=u),t===u&&(t=hu())),Vr[o]={nextPos:Ir,result:t},t)}function du(){var t,n,r,o=194*Ir+33,i=Vr[o];return i?(Ir=i.nextPos,i.result):(t=Ir,n=Ir,Rr++,39===e.charCodeAt(Ir)?(r=f,Ir++):(r=u,0===Rr&&Gr(pt)),r===u&&(92===e.charCodeAt(Ir)?(r=c,Ir++):(r=u,0===Rr&&Gr(Ge)),r===u&&(r=Qr())),Rr--,r===u?n=void 0:(Ir=n,n=u),n!==u&&(r=Yr())!==u?(Lr=t,t=Er()):(Ir=t,t=u),t===u&&(t=Ir,92===e.charCodeAt(Ir)?(n=c,Ir++):(n=u,0===Rr&&Gr(Ge)),n!==u&&(r=gu())!==u?(Lr=t,t=r):(Ir=t,t=u),t===u&&(t=hu())),Vr[o]={nextPos:Ir,result:t},t)}function hu(){var t,n,r=194*Ir+34,o=Vr[r];return o?(Ir=o.nextPos,o.result):(t=Ir,92===e.charCodeAt(Ir)?(n=c,Ir++):(n=u,0===Rr&&Gr(Ge)),n!==u&&Zr()!==u?(Lr=t,t=""):(Ir=t,t=u),Vr[r]={nextPos:Ir,result:t},t)}function gu(){var t,n,r,o,i=194*Ir+35,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=function(){var t,n=194*Ir+36,r=Vr[n];return r?(Ir=r.nextPos,r.result):((t=mu())===u&&(t=function(){var t,n,r,o=194*Ir+38,i=Vr[o];return i?(Ir=i.nextPos,i.result):(t=Ir,n=Ir,Rr++,r=function(){var t,n=194*Ir+39,r=Vr[n];return r?(Ir=r.nextPos,r.result):((t=mu())===u&&(t=cu())===u&&(120===e.charCodeAt(Ir)?(t="x",Ir++):(t=u,0===Rr&&Gr(yt)),t===u&&(117===e.charCodeAt(Ir)?(t="u",Ir++):(t=u,0===Rr&&Gr(Et)))),Vr[n]={nextPos:Ir,result:t},t)}(),r===u&&(r=Qr()),Rr--,r===u?n=void 0:(Ir=n,n=u),n!==u&&(r=Yr())!==u?(Lr=t,t=Er()):(Ir=t,t=u),Vr[o]={nextPos:Ir,result:t},t)}()),Vr[n]={nextPos:Ir,result:t},t)}(),t===u&&(t=Ir,48===e.charCodeAt(Ir)?(n="0",Ir++):(n=u,0===Rr&&Gr(nt)),n!==u?(r=Ir,Rr++,o=cu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?(Lr=t,t="\0"):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=function(){var t,n,r,o,i,s,a=194*Ir+40,c=Vr[a];return c?(Ir=c.nextPos,c.result):(t=Ir,120===e.charCodeAt(Ir)?(n="x",Ir++):(n=u,0===Rr&&Gr(yt)),n!==u?(r=Ir,o=Ir,(i=pu())!==u&&(s=pu())!==u?o=i=[i,s]:(Ir=o,o=u),(r=o!==u?e.substring(r,Ir):o)!==u?(Lr=t,t=Ar(r)):(Ir=t,t=u)):(Ir=t,t=u),Vr[a]={nextPos:Ir,result:t},t)}(),t===u&&(t=Du()))),Vr[i]={nextPos:Ir,result:t},t)}function mu(){var t,n,r=194*Ir+37,o=Vr[r];return o?(Ir=o.nextPos,o.result):(39===e.charCodeAt(Ir)?(t=f,Ir++):(t=u,0===Rr&&Gr(pt)),t===u&&(34===e.charCodeAt(Ir)?(t=p,Ir++):(t=u,0===Rr&&Gr(lt)),t===u&&(92===e.charCodeAt(Ir)?(t=c,Ir++):(t=u,0===Rr&&Gr(Ge)),t===u&&(t=Ir,98===e.charCodeAt(Ir)?(n=d,Ir++):(n=u,0===Rr&&Gr(ft)),n!==u&&(Lr=t,n="\b"),(t=n)===u&&(t=Ir,102===e.charCodeAt(Ir)?(n="f",Ir++):(n=u,0===Rr&&Gr(dt)),n!==u&&(Lr=t,n="\f"),(t=n)===u&&(t=Ir,110===e.charCodeAt(Ir)?(n="n",Ir++):(n=u,0===Rr&&Gr(ht)),n!==u&&(Lr=t,n="\n"),(t=n)===u&&(t=Ir,114===e.charCodeAt(Ir)?(n="r",Ir++):(n=u,0===Rr&&Gr(gt)),n!==u&&(Lr=t,n="\r"),(t=n)===u&&(t=Ir,116===e.charCodeAt(Ir)?(n="t",Ir++):(n=u,0===Rr&&Gr(mt)),n!==u&&(Lr=t,n="\t"),(t=n)===u&&(t=Ir,118===e.charCodeAt(Ir)?(n="v",Ir++):(n=u,0===Rr&&Gr(Dt)),n!==u&&(Lr=t,n="\v"),t=n)))))))),Vr[r]={nextPos:Ir,result:t},t)}function Du(){var t,n,r,o,i,s,a,c,l=194*Ir+41,p=Vr[l];return p?(Ir=p.nextPos,p.result):(t=Ir,117===e.charCodeAt(Ir)?(n="u",Ir++):(n=u,0===Rr&&Gr(Et)),n!==u?(r=Ir,o=Ir,(i=pu())!==u&&(s=pu())!==u&&(a=pu())!==u&&(c=pu())!==u?o=i=[i,s,a,c]:(Ir=o,o=u),(r=o!==u?e.substring(r,Ir):o)!==u?(Lr=t,t=Ar(r)):(Ir=t,t=u)):(Ir=t,t=u),Vr[l]={nextPos:Ir,result:t},t)}function yu(){var t,n,r,o,i=194*Ir+53,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,"and"===e.substr(Ir,3)?(n="and",Ir+=3):(n=u,0===Rr&&Gr(Nt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Eu(){var t,n,r,o,i=194*Ir+54,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,"as"===e.substr(Ir,2)?(n="as",Ir+=2):(n=u,0===Rr&&Gr(kt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Au(){var t,n,r,o,i=194*Ir+55,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,5)===h?(n=h,Ir+=5):(n=u,0===Rr&&Gr(Ot)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Cu(){var t,n,r,o,i=194*Ir+56,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,4)===g?(n=g,Ir+=4):(n=u,0===Rr&&Gr(It)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function bu(){var t,n,r,o,i=194*Ir+57,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,5)===m?(n=m,Ir+=5):(n=u,0===Rr&&Gr(Lt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function vu(){var t,n,r,o,i=194*Ir+58,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,5)===D?(n=D,Ir+=5):(n=u,0===Rr&&Gr(jt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Fu(){var t,n,r,o,i=194*Ir+59,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,5)===y?(n=y,Ir+=5):(n=u,0===Rr&&Gr(_t)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function xu(){var t,n,r,o,i=194*Ir+60,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,8)===E?(n=E,Ir+=8):(n=u,0===Rr&&Gr(Mt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Su(){var t,n,r,o,i=194*Ir+61,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,8)===A?(n=A,Ir+=8):(n=u,0===Rr&&Gr(Rt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Bu(){var t,n,r,o,i=194*Ir+62,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,7)===C?(n=C,Ir+=7):(n=u,0===Rr&&Gr(Vt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function wu(){var t,n,r,o,i=194*Ir+63,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,6)===b?(n=b,Ir+=6):(n=u,0===Rr&&Gr($t)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Tu(){var t,n,r,o,i=194*Ir+64,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,"do"===e.substr(Ir,2)?(n="do",Ir+=2):(n=u,0===Rr&&Gr(Wt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Pu(){var t,n,r,o,i=194*Ir+65,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,4)===v?(n=v,Ir+=4):(n=u,0===Rr&&Gr(qt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Nu(){var t,n,r,o,i=194*Ir+66,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,4)===F?(n=F,Ir+=4):(n=u,0===Rr&&Gr(Ut)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function ku(){var t,n,r,o,i=194*Ir+68,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,7)===S?(n=S,Ir+=7):(n=u,0===Rr&&Gr(Ht)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Ou(){var t,n,r,o,i=194*Ir+70,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,7)===w?(n=w,Ir+=7):(n=u,0===Rr&&Gr(Gt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Iu(){var t,n,r,o,i=194*Ir+71,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,"for"===e.substr(Ir,3)?(n="for",Ir+=3):(n=u,0===Rr&&Gr(Xt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Lu(){var t,n,r,o,i=194*Ir+72,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,8)===T?(n=T,Ir+=8):(n=u,0===Rr&&Gr(Yt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function ju(){var t,n,r,o,i=194*Ir+73,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,"has"===e.substr(Ir,3)?(n="has",Ir+=3):(n=u,0===Rr&&Gr(Kt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function _u(){var t,n,r,o,i=194*Ir+74,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,"if"===e.substr(Ir,2)?(n="if",Ir+=2):(n=u,0===Rr&&Gr(Qt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Mu(){var t,n,r,o,i=194*Ir+76,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,10)===N?(n=N,Ir+=10):(n=u,0===Rr&&Gr(en)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Ru(){var t,n,r,o,i=194*Ir+77,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,9)===k?(n=k,Ir+=9):(n=u,0===Rr&&Gr(tn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Vu(){var t,n,r,o,i=194*Ir+78,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,"me"===e.substr(Ir,2)?(n="me",Ir+=2):(n=u,0===Rr&&Gr(nn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function $u(){var t,n,r,o,i=194*Ir+80,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,"new"===e.substr(Ir,3)?(n="new",Ir+=3):(n=u,0===Rr&&Gr(un)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Wu(){var t,n,r,o,i=194*Ir+82,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,2)===L?(n=L,Ir+=2):(n=u,0===Rr&&Gr(sn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function qu(){var t,n,r,o,i=194*Ir+83,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,6)===j?(n=j,Ir+=6):(n=u,0===Rr&&Gr(an)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Uu(){var t,n,r,o,i=194*Ir+84,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,4)===_?(n=_,Ir+=4):(n=u,0===Rr&&Gr(cn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function zu(){var t,n,r,o,i=194*Ir+87,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,6)===V?(n=V,Ir+=6):(n=u,0===Rr&&Gr(fn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Hu(){var t,n,r,o,i=194*Ir+88,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,5)===$?(n=$,Ir+=5):(n=u,0===Rr&&Gr(dn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Ju(){var t,n,r,o,i=194*Ir+90,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,"try"===e.substr(Ir,3)?(n="try",Ir+=3):(n=u,0===Rr&&Gr(gn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Gu(){var t,n,r,o,i=194*Ir+91,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,6)===q?(n=q,Ir+=6):(n=u,0===Rr&&Gr(mn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Xu(){var t,n,r,o,i=194*Ir+92,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,7)===U?(n=U,Ir+=7):(n=u,0===Rr&&Gr(Dn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Yu(){var t,n,r,o,i=194*Ir+94,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,"var"===e.substr(Ir,3)?(n="var",Ir+=3):(n=u,0===Rr&&Gr(En)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Ku(){var t,n,r,o,i=194*Ir+95,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,4)===H?(n=H,Ir+=4):(n=u,0===Rr&&Gr(An)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Qu(){var t,n,r,o,i=194*Ir+96,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,5)===J?(n=J,Ir+=5):(n=u,0===Rr&&Gr(Cn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Zu(){var e,t,n=194*Ir+97,r=Vr[n];if(r)return Ir=r.nextPos,r.result;for(e=[],(t=Kr())===u&&(t=Zr())===u&&(t=eu());t!==u;)e.push(t),(t=Kr())===u&&(t=Zr())===u&&(t=eu());return Vr[n]={nextPos:Ir,result:e},e}function eo(){var t,n,r,o=194*Ir+98,i=Vr[o];return i?(Ir=i.nextPos,i.result):(t=Ir,n=Zu(),59===e.charCodeAt(Ir)?(r=G,Ir++):(r=u,0===Rr&&Gr(bn)),r!==u?t=n=[n,r]:(Ir=t,t=u),Vr[o]={nextPos:Ir,result:t},t)}function to(){var t,n,r,o,i,s,a=194*Ir+99,c=Vr[a];return c?(Ir=c.nextPos,c.result):(t=Ir,n=Ir,(r=Uu())===u&&(r=Vu()),(n=r!==u?e.substring(n,Ir):r)!==u&&(Lr=t,n=function(e){return ai({type:"ThisExpression",text:e})}(n)),(t=n)===u&&(t=tu())===u&&(t=jo())===u&&(t=ou())===u&&(t=function(){var t,n,r,o,i,s,a,c,l,p,f=194*Ir+100,h=Vr[f];return h?(Ir=h.nextPos,h.result):(t=Ir,91===e.charCodeAt(Ir)?(n=K,Ir++):(n=u,0===Rr&&Gr(xn)),n!==u?(Zu(),r=Ir,(o=ro())!==u?(i=Zu(),r=o):(Ir=r,r=u),r===u&&(r=null),93===e.charCodeAt(Ir)?(o=Q,Ir++):(o=u,0===Rr&&Gr(Sn)),o!==u?(98===e.charCodeAt(Ir)?(i=d,Ir++):(i=u,0===Rr&&Gr(ft)),i===u&&(i=null),Lr=t,p=i,t=ai({type:"ArrayExpression",elements:oi(r),byte:p})):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Ir,91===e.charCodeAt(Ir)?(n=K,Ir++):(n=u,0===Rr&&Gr(xn)),n!==u?(Zu(),(r=no())!==u?(o=Zu(),93===e.charCodeAt(Ir)?(i=Q,Ir++):(i=u,0===Rr&&Gr(Sn)),i!==u?(98===e.charCodeAt(Ir)?(s=d,Ir++):(s=u,0===Rr&&Gr(ft)),s===u&&(s=null),Lr=t,t=function(e,t){return ai({type:"ArrayExpression",elements:e,byte:t})}(r,s)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Ir,91===e.charCodeAt(Ir)?(n=K,Ir++):(n=u,0===Rr&&Gr(xn)),n!==u?(Zu(),(r=no())!==u?(o=Zu(),44===e.charCodeAt(Ir)?(i=Z,Ir++):(i=u,0===Rr&&Gr(Bn)),i!==u?(s=Zu(),a=Ir,(c=ro())!==u?(l=Zu(),a=c):(Ir=a,a=u),a===u&&(a=null),93===e.charCodeAt(Ir)?(c=Q,Ir++):(c=u,0===Rr&&Gr(Sn)),c!==u?(98===e.charCodeAt(Ir)?(l=d,Ir++):(l=u,0===Rr&&Gr(ft)),l===u&&(l=null),Lr=t,t=function(e,t,n){return ai({type:"ArrayExpression",elements:e.concat(oi(t)),byte:n})}(r,a,l)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u))),Vr[f]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n,r,o,i,s=194*Ir+103,a=Vr[s];return a?(Ir=a.nextPos,a.result):(t=Ir,123===e.charCodeAt(Ir)?(n=ee,Ir++):(n=u,0===Rr&&Gr(wn)),n!==u?(Zu(),125===e.charCodeAt(Ir)?(r=te,Ir++):(r=u,0===Rr&&Gr(Tn)),r!==u?(Lr=t,t=ai({type:"ObjectExpression",properties:[]})):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Ir,123===e.charCodeAt(Ir)?(n=ee,Ir++):(n=u,0===Rr&&Gr(wn)),n!==u?(Zu(),(r=uo())!==u?(Zu(),125===e.charCodeAt(Ir)?(o=te,Ir++):(o=u,0===Rr&&Gr(Tn)),o!==u?(Lr=t,t=br(r)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Ir,123===e.charCodeAt(Ir)?(n=ee,Ir++):(n=u,0===Rr&&Gr(wn)),n!==u?(Zu(),(r=uo())!==u?(Zu(),44===e.charCodeAt(Ir)?(o=Z,Ir++):(o=u,0===Rr&&Gr(Bn)),o!==u?(Zu(),125===e.charCodeAt(Ir)?(i=te,Ir++):(i=u,0===Rr&&Gr(Tn)),i!==u?(Lr=t,t=br(r)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u))),Vr[s]={nextPos:Ir,result:t},t)}(),t===u&&(t=Ir,40===e.charCodeAt(Ir)?(n=X,Ir++):(n=u,0===Rr&&Gr(vn)),n!==u?(r=Zu(),(o=vo())!==u?(Zu(),41===e.charCodeAt(Ir)?(i=Y,Ir++):(i=u,0===Rr&&Gr(Fn)),i!==u?(Lr=t,s=o,t=ai({...s})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)))),Vr[a]={nextPos:Ir,result:t},t)}function no(){var t,n,r,o,i,s,a,c,l,p,f=194*Ir+101,d=Vr[f];if(d)return Ir=d.nextPos,d.result;if(t=Ir,n=Ir,r=Ir,(o=ro())!==u?(Zu(),r=o):(Ir=r,r=u),r===u&&(r=null),(o=vo())!==u?(Lr=n,c=o,n=oi(r).concat(c)):(Ir=n,n=u),n!==u){for(r=[],o=Ir,Zu(),44===e.charCodeAt(Ir)?(i=Z,Ir++):(i=u,0===Rr&&Gr(Bn)),i!==u?(Zu(),s=Ir,(a=ro())!==u?(Zu(),s=a):(Ir=s,s=u),s===u&&(s=null),(a=vo())!==u?(Lr=o,o=Cr(0,s,a)):(Ir=o,o=u)):(Ir=o,o=u);o!==u;)r.push(o),o=Ir,Zu(),44===e.charCodeAt(Ir)?(i=Z,Ir++):(i=u,0===Rr&&Gr(Bn)),i!==u?(Zu(),s=Ir,(a=ro())!==u?(Zu(),s=a):(Ir=s,s=u),s===u&&(s=null),(a=vo())!==u?(Lr=o,o=Cr(0,s,a)):(Ir=o,o=u)):(Ir=o,o=u);Lr=t,l=n,p=r,t=Array.prototype.concat.apply(l,p)}else Ir=t,t=u;return Vr[f]={nextPos:Ir,result:t},t}function ro(){var t,n,r,o,i,s,a,c=194*Ir+102,l=Vr[c];if(l)return Ir=l.nextPos,l.result;if(t=Ir,44===e.charCodeAt(Ir)?(n=Z,Ir++):(n=u,0===Rr&&Gr(Bn)),n!==u){for(r=[],o=Ir,i=Zu(),44===e.charCodeAt(Ir)?(s=Z,Ir++):(s=u,0===Rr&&Gr(Bn)),s!==u?o=i=[i,s]:(Ir=o,o=u);o!==u;)r.push(o),o=Ir,i=Zu(),44===e.charCodeAt(Ir)?(s=Z,Ir++):(s=u,0===Rr&&Gr(Bn)),s!==u?o=i=[i,s]:(Ir=o,o=u);Lr=t,a=r.length+1,t=Array.apply(null,new Array(a)).map((function(){return null}))}else Ir=t,t=u;return Vr[c]={nextPos:Ir,result:t},t}function uo(){var t,n,r,o,i,s,a=194*Ir+104,c=Vr[a];if(c)return Ir=c.nextPos,c.result;if(t=Ir,(n=oo())!==u){for(r=[],o=Ir,Zu(),44===e.charCodeAt(Ir)?(i=Z,Ir++):(i=u,0===Rr&&Gr(Bn)),i!==u?(Zu(),(s=oo())!==u?o=s:(Ir=o,o=u)):(Ir=o,o=u);o!==u;)r.push(o),o=Ir,Zu(),44===e.charCodeAt(Ir)?(i=Z,Ir++):(i=u,0===Rr&&Gr(Bn)),i!==u?(Zu(),(s=oo())!==u?o=s:(Ir=o,o=u)):(Ir=o,o=u);Lr=t,t=vr(n,r)}else Ir=t,t=u;return Vr[a]={nextPos:Ir,result:t},t}function oo(){var t,n,r,o,i=194*Ir+105,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,(n=to())!==u?(Zu(),"=>"===e.substr(Ir,2)?(r="=>",Ir+=2):(r=u,0===Rr&&Gr(Pn)),r!==u?(Zu(),(o=vo())!==u?(Lr=t,t=function(e,t){return ai({type:"Property",key:e,value:t,kind:"init"})}(n,o)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function io(){var t,n,r,o,i,s,a,c,p,f,d=194*Ir+107,h=Vr[d];if(h)return Ir=h.nextPos,h.result;if(t=Ir,(n=to())===u&&(n=Ir,(r=$u())!==u?(o=Ir,i=Zu(),(s=Go())!==u?o=s:(Ir=o,o=u),o===u&&(o=null),i=Zu(),91===e.charCodeAt(Ir)?(s=K,Ir++):(s=u,0===Rr&&Gr(xn)),s!==u?(a=Zu(),(c=vo())!==u?(Zu(),93===e.charCodeAt(Ir)?(p=Q,Ir++):(p=u,0===Rr&&Gr(Sn)),p!==u?(Lr=n,n=ai({type:"ArrayExpression",size:c,ts:o})):(Ir=n,n=u)):(Ir=n,n=u)):(Ir=n,n=u)):(Ir=n,n=u),n===u&&(n=Ir,(r=$u())!==u?(o=Zu(),(i=io())!==u?(s=Zu(),(a=ao())!==u?(Lr=n,n=ai({type:"NewExpression",callee:i,arguments:a})):(Ir=n,n=u)):(Ir=n,n=u)):(Ir=n,n=u))),n!==u){for(r=[],o=Ir,i=Zu(),91===e.charCodeAt(Ir)?(s=K,Ir++):(s=u,0===Rr&&Gr(xn)),s!==u?(a=Zu(),(c=vo())!==u?(Zu(),93===e.charCodeAt(Ir)?(p=Q,Ir++):(p=u,0===Rr&&Gr(Sn)),p!==u?(Lr=o,o=Fr(0,c)):(Ir=o,o=u)):(Ir=o,o=u)):(Ir=o,o=u),o===u&&(o=Ir,i=Zu(),46===e.charCodeAt(Ir)?(s=l,Ir++):(s=u,0===Rr&&Gr(tt)),s!==u?(a=Zu(),(c=nu())!==u?(Lr=o,o=xr(0,c)):(Ir=o,o=u)):(Ir=o,o=u));o!==u;)r.push(o),o=Ir,i=Zu(),91===e.charCodeAt(Ir)?(s=K,Ir++):(s=u,0===Rr&&Gr(xn)),s!==u?(a=Zu(),(c=vo())!==u?(Zu(),93===e.charCodeAt(Ir)?(p=Q,Ir++):(p=u,0===Rr&&Gr(Sn)),p!==u?(Lr=o,o=Fr(0,c)):(Ir=o,o=u)):(Ir=o,o=u)):(Ir=o,o=u),o===u&&(o=Ir,i=Zu(),46===e.charCodeAt(Ir)?(s=l,Ir++):(s=u,0===Rr&&Gr(tt)),s!==u?(a=Zu(),(c=nu())!==u?(Lr=o,o=xr(0,c)):(Ir=o,o=u)):(Ir=o,o=u));Lr=t,f=n,t=r.reduce((function(e,t){return ai({type:"MemberExpression",object:e,property:t.property,computed:t.computed})}),f)}else Ir=t,t=u;return Vr[d]={nextPos:Ir,result:t},t}function so(){var e,t,n=194*Ir+108,r=Vr[n];return r?(Ir=r.nextPos,r.result):((e=io())===u&&(e=Ir,$u()!==u?(Zu(),(t=so())!==u?(Lr=e,e=ai({type:"NewExpression",callee:t,arguments:[]})):(Ir=e,e=u)):(Ir=e,e=u)),Vr[n]={nextPos:Ir,result:e},e)}function ao(){var t,n,r,o,i=194*Ir+110,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,40===e.charCodeAt(Ir)?(n=X,Ir++):(n=u,0===Rr&&Gr(vn)),n!==u?(Zu(),r=Ir,o=function(){var t,n,r,o,i,s,a=194*Ir+111,c=Vr[a];if(c)return Ir=c.nextPos,c.result;if(t=Ir,(n=vo())!==u){for(r=[],o=Ir,Zu(),44===e.charCodeAt(Ir)?(i=Z,Ir++):(i=u,0===Rr&&Gr(Bn)),i!==u?(Zu(),(s=vo())!==u?o=s:(Ir=o,o=u)):(Ir=o,o=u);o!==u;)r.push(o),o=Ir,Zu(),44===e.charCodeAt(Ir)?(i=Z,Ir++):(i=u,0===Rr&&Gr(Bn)),i!==u?(Zu(),(s=vo())!==u?o=s:(Ir=o,o=u)):(Ir=o,o=u);Lr=t,t=vr(n,r)}else Ir=t,t=u;return Vr[a]={nextPos:Ir,result:t},t}(),o!==u?(Zu(),r=o):(Ir=r,r=u),r===u&&(r=null),41===e.charCodeAt(Ir)?(o=Y,Ir++):(o=u,0===Rr&&Gr(Fn)),o!==u?(Lr=t,t=oi(r)):(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function co(){var t,n=194*Ir+112,r=Vr[n];return r?(Ir=r.nextPos,r.result):((t=function(){var t,n,r,o,i,s,a,c,p,f=194*Ir+109,d=Vr[f];if(d)return Ir=d.nextPos,d.result;if(t=Ir,n=Ir,(r=io())!==u?(o=Zu(),(i=ao())!==u?(Lr=n,n=ai({type:"CallExpression",callee:r,arguments:i})):(Ir=n,n=u)):(Ir=n,n=u),n!==u){for(r=[],o=Ir,i=Zu(),(s=ao())!==u?(Lr=o,o=Sr(0,s)):(Ir=o,o=u),o===u&&(o=Ir,i=Zu(),91===e.charCodeAt(Ir)?(s=K,Ir++):(s=u,0===Rr&&Gr(xn)),s!==u?(Zu(),(a=vo())!==u?(Zu(),93===e.charCodeAt(Ir)?(c=Q,Ir++):(c=u,0===Rr&&Gr(Sn)),c!==u?(Lr=o,o=Br(0,a)):(Ir=o,o=u)):(Ir=o,o=u)):(Ir=o,o=u),o===u&&(o=Ir,i=Zu(),46===e.charCodeAt(Ir)?(s=l,Ir++):(s=u,0===Rr&&Gr(tt)),s!==u?(Zu(),(a=nu())!==u?(Lr=o,o=wr(0,a)):(Ir=o,o=u)):(Ir=o,o=u)));o!==u;)r.push(o),o=Ir,i=Zu(),(s=ao())!==u?(Lr=o,o=Sr(0,s)):(Ir=o,o=u),o===u&&(o=Ir,i=Zu(),91===e.charCodeAt(Ir)?(s=K,Ir++):(s=u,0===Rr&&Gr(xn)),s!==u?(Zu(),(a=vo())!==u?(Zu(),93===e.charCodeAt(Ir)?(c=Q,Ir++):(c=u,0===Rr&&Gr(Sn)),c!==u?(Lr=o,o=Br(0,a)):(Ir=o,o=u)):(Ir=o,o=u)):(Ir=o,o=u),o===u&&(o=Ir,i=Zu(),46===e.charCodeAt(Ir)?(s=l,Ir++):(s=u,0===Rr&&Gr(tt)),s!==u?(Zu(),(a=nu())!==u?(Lr=o,o=wr(0,a)):(Ir=o,o=u)):(Ir=o,o=u)));Lr=t,p=n,t=r.reduce((function(e,t){return t[ui[t.type]]=e,t}),p)}else Ir=t,t=u;return Vr[f]={nextPos:Ir,result:t},t}())===u&&(t=so()),Vr[n]={nextPos:Ir,result:t},t)}function lo(){var t,n,r,o=194*Ir+113,i=Vr[o];return i?(Ir=i.nextPos,i.result):((t=co())===u&&(t=Ir,n=function(){var t,n,r,o,i,s=194*Ir+114,a=Vr[s];return a?(Ir=a.nextPos,a.result):(t=Ir,(t=(n=wu())!==u?e.substring(t,Ir):n)===u&&(t=Ir,(t=(n=Ku())!==u?e.substring(t,Ir):n)===u&&(t=Ir,(t=(n=Gu())!==u?e.substring(t,Ir):n)===u&&(t=Ir,n=Ir,43===e.charCodeAt(Ir)?(r="+",Ir++):(r=u,0===Rr&&Gr(Nn)),r!==u?(o=Ir,Rr++,61===e.charCodeAt(Ir)?(i=ne,Ir++):(i=u,0===Rr&&Gr(kn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),(t=n!==u?e.substring(t,Ir):n)===u&&(t=Ir,n=Ir,45===e.charCodeAt(Ir)?(r="-",Ir++):(r=u,0===Rr&&Gr(On)),r!==u?(o=Ir,Rr++,61===e.charCodeAt(Ir)?(i=ne,Ir++):(i=u,0===Rr&&Gr(kn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),(t=n!==u?e.substring(t,Ir):n)===u&&(126===e.charCodeAt(Ir)?(t="~",Ir++):(t=u,0===Rr&&Gr(In)),t===u&&(33===e.charCodeAt(Ir)?(t="!",Ir++):(t=u,0===Rr&&Gr(Ln)))))))),Vr[s]={nextPos:Ir,result:t},t)}(),n!==u?(Zu(),(r=lo())!==u?(Lr=t,t=ai({type:"UnaryExpression",operator:n,argument:r,prefix:!0})):(Ir=t,t=u)):(Ir=t,t=u)),Vr[o]={nextPos:Ir,result:t},t)}function po(){var e,t,n,r,o,i,s=194*Ir+115,a=Vr[s];return a?(Ir=a.nextPos,a.result):(e=Ir,(t=lo())!==u?(n=Ir,Zu(),(r=Qo())!==u?n=r:(Ir=n,n=u),n===u&&(n=null),Lr=e,o=t,e=(i=n)?ai({type:"AsExpression",expr:o,ts:i}):o):(Ir=e,e=u),Vr[s]={nextPos:Ir,result:e},e)}function fo(){var t,n,r,o,i,s=194*Ir+117,a=Vr[s];return a?(Ir=a.nextPos,a.result):(t=Ir,n=Ir,42===e.charCodeAt(Ir)?(r="*",Ir++):(r=u,0===Rr&&Gr(jn)),r!==u?(o=Ir,Rr++,61===e.charCodeAt(Ir)?(i=ne,Ir++):(i=u,0===Rr&&Gr(kn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),(t=n!==u?e.substring(t,Ir):n)===u&&(t=Ir,n=Ir,47===e.charCodeAt(Ir)?(r="/",Ir++):(r=u,0===Rr&&Gr(_n)),r!==u?(o=Ir,Rr++,61===e.charCodeAt(Ir)?(i=ne,Ir++):(i=u,0===Rr&&Gr(kn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),(t=n!==u?e.substring(t,Ir):n)===u&&(t=Ir,n=Ir,37===e.charCodeAt(Ir)?(r="%",Ir++):(r=u,0===Rr&&Gr(Mn)),r!==u?(o=Ir,Rr++,61===e.charCodeAt(Ir)?(i=ne,Ir++):(i=u,0===Rr&&Gr(kn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),(t=n!==u?e.substring(t,Ir):n)===u&&(t=Ir,n=Ir,38===e.charCodeAt(Ir)?(r="&",Ir++):(r=u,0===Rr&&Gr(Rn)),r!==u?(o=Ir,Rr++,61===e.charCodeAt(Ir)?(i=ne,Ir++):(i=u,0===Rr&&Gr(kn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),(t=n!==u?e.substring(t,Ir):n)===u&&(t=Ir,n=Ir,"<<"===e.substr(Ir,2)?(r="<<",Ir+=2):(r=u,0===Rr&&Gr(Vn)),r!==u?(o=Ir,Rr++,61===e.charCodeAt(Ir)?(i=ne,Ir++):(i=u,0===Rr&&Gr(kn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),(t=n!==u?e.substring(t,Ir):n)===u&&(t=Ir,n=Ir,">>"===e.substr(Ir,2)?(r=">>",Ir+=2):(r=u,0===Rr&&Gr($n)),r!==u?(o=Ir,Rr++,61===e.charCodeAt(Ir)?(i=ne,Ir++):(i=u,0===Rr&&Gr(kn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),t=n!==u?e.substring(t,Ir):n))))),Vr[s]={nextPos:Ir,result:t},t)}function ho(){var t,n,r,o,i,s,a,c,l=194*Ir+118,p=Vr[l];if(p)return Ir=p.nextPos,p.result;if(t=Ir,n=function(){var e,t,n,r,o,i,s,a,c=194*Ir+116,l=Vr[c];if(l)return Ir=l.nextPos,l.result;if(e=Ir,(t=po())!==u){for(n=[],r=Ir,o=Zu(),(i=fo())!==u?(s=Zu(),(a=po())!==u?r=o=[o,i,s,a]:(Ir=r,r=u)):(Ir=r,r=u);r!==u;)n.push(r),r=Ir,o=Zu(),(i=fo())!==u?(s=Zu(),(a=po())!==u?r=o=[o,i,s,a]:(Ir=r,r=u)):(Ir=r,r=u);Lr=e,e=Tr(t,n)}else Ir=e,e=u;return Vr[c]={nextPos:Ir,result:e},e}(),n!==u){for(r=[],o=Ir,i=Zu(),s=Ir,(s=(a=Mu())!==u?e.substring(s,Ir):a)===u&&(s=Ir,s=(a=ju())!==u?e.substring(s,Ir):a),s!==u?(a=Zu(),(c=po())!==u?o=i=[i,s,a,c]:(Ir=o,o=u)):(Ir=o,o=u);o!==u;)r.push(o),o=Ir,i=Zu(),s=Ir,(s=(a=Mu())!==u?e.substring(s,Ir):a)===u&&(s=Ir,s=(a=ju())!==u?e.substring(s,Ir):a),s!==u?(a=Zu(),(c=po())!==u?o=i=[i,s,a,c]:(Ir=o,o=u)):(Ir=o,o=u);Lr=t,t=Tr(n,r)}else Ir=t,t=u;return Vr[l]={nextPos:Ir,result:t},t}function go(){var e,t,n,r,o,i,s,a,c=194*Ir+119,l=Vr[c];if(l)return Ir=l.nextPos,l.result;if(e=Ir,(t=ho())!==u){for(n=[],r=Ir,o=Zu(),(i=mo())!==u?(s=Zu(),(a=ho())!==u?r=o=[o,i,s,a]:(Ir=r,r=u)):(Ir=r,r=u);r!==u;)n.push(r),r=Ir,o=Zu(),(i=mo())!==u?(s=Zu(),(a=ho())!==u?r=o=[o,i,s,a]:(Ir=r,r=u)):(Ir=r,r=u);Lr=e,e=Tr(t,n)}else Ir=e,e=u;return Vr[c]={nextPos:Ir,result:e},e}function mo(){var t,n,r,o,i,s=194*Ir+120,a=Vr[s];return a?(Ir=a.nextPos,a.result):(t=Ir,n=Ir,43===e.charCodeAt(Ir)?(r="+",Ir++):(r=u,0===Rr&&Gr(Nn)),r!==u?(o=Ir,Rr++,Fe.test(e.charAt(Ir))?(i=e.charAt(Ir),Ir++):(i=u,0===Rr&&Gr(Wn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),(t=n!==u?e.substring(t,Ir):n)===u&&(t=Ir,n=Ir,45===e.charCodeAt(Ir)?(r="-",Ir++):(r=u,0===Rr&&Gr(On)),r!==u?(o=Ir,Rr++,xe.test(e.charAt(Ir))?(i=e.charAt(Ir),Ir++):(i=u,0===Rr&&Gr(qn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),(t=n!==u?e.substring(t,Ir):n)===u&&(t=Ir,n=Ir,124===e.charCodeAt(Ir)?(r="|",Ir++):(r=u,0===Rr&&Gr(Un)),r!==u?(o=Ir,Rr++,xe.test(e.charAt(Ir))?(i=e.charAt(Ir),Ir++):(i=u,0===Rr&&Gr(qn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),(t=n!==u?e.substring(t,Ir):n)===u&&(t=Ir,n=Ir,94===e.charCodeAt(Ir)?(r="^",Ir++):(r=u,0===Rr&&Gr(zn)),r!==u?(o=Ir,Rr++,xe.test(e.charAt(Ir))?(i=e.charAt(Ir),Ir++):(i=u,0===Rr&&Gr(qn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),t=n!==u?e.substring(t,Ir):n))),Vr[s]={nextPos:Ir,result:t},t)}function Do(){var e,t,n,r,o,i,s,a,c=194*Ir+121,l=Vr[c];if(l)return Ir=l.nextPos,l.result;if(e=Ir,(t=go())!==u){for(n=[],r=Ir,o=Zu(),(i=yo())!==u?(s=Zu(),(a=go())!==u?r=o=[o,i,s,a]:(Ir=r,r=u)):(Ir=r,r=u);r!==u;)n.push(r),r=Ir,o=Zu(),(i=yo())!==u?(s=Zu(),(a=go())!==u?r=o=[o,i,s,a]:(Ir=r,r=u)):(Ir=r,r=u);Lr=e,e=Tr(t,n)}else Ir=e,e=u;return Vr[c]={nextPos:Ir,result:e},e}function yo(){var t,n,r,o,i,s=194*Ir+122,a=Vr[s];return a?(Ir=a.nextPos,a.result):("<="===e.substr(Ir,2)?(t="<=",Ir+=2):(t=u,0===Rr&&Gr(Hn)),t===u&&(">="===e.substr(Ir,2)?(t=">=",Ir+=2):(t=u,0===Rr&&Gr(Jn)),t===u&&(t=Ir,n=Ir,60===e.charCodeAt(Ir)?(r="<",Ir++):(r=u,0===Rr&&Gr(Gn)),r!==u?(o=Ir,Rr++,60===e.charCodeAt(Ir)?(i="<",Ir++):(i=u,0===Rr&&Gr(Gn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),(t=n!==u?e.substring(t,Ir):n)===u&&(t=Ir,n=Ir,62===e.charCodeAt(Ir)?(r=">",Ir++):(r=u,0===Rr&&Gr(Xn)),r!==u?(o=Ir,Rr++,62===e.charCodeAt(Ir)?(i=">",Ir++):(i=u,0===Rr&&Gr(Xn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),(t=n!==u?e.substring(t,Ir):n)===u&&("=="===e.substr(Ir,2)?(t="==",Ir+=2):(t=u,0===Rr&&Gr(Yn)),t===u&&("!="===e.substr(Ir,2)?(t="!=",Ir+=2):(t=u,0===Rr&&Gr(Kn)),t===u&&(t=Ir,t=(n=ju())!==u?e.substring(t,Ir):n)))))),Vr[s]={nextPos:Ir,result:t},t)}function Eo(){var e,t,n,r,o,i,s,a,c=194*Ir+123,l=Vr[c];if(l)return Ir=l.nextPos,l.result;if(e=Ir,(t=Do())!==u){for(n=[],r=Ir,o=Zu(),(i=Ao())!==u?(s=Zu(),(a=Do())!==u?r=o=[o,i,s,a]:(Ir=r,r=u)):(Ir=r,r=u);r!==u;)n.push(r),r=Ir,o=Zu(),(i=Ao())!==u?(s=Zu(),(a=Do())!==u?r=o=[o,i,s,a]:(Ir=r,r=u)):(Ir=r,r=u);Lr=e,e=Pr(t,n)}else Ir=e,e=u;return Vr[c]={nextPos:Ir,result:e},e}function Ao(){var t,n,r=194*Ir+124,o=Vr[r];return o?(Ir=o.nextPos,o.result):("&&"===e.substr(Ir,2)?(t="&&",Ir+=2):(t=u,0===Rr&&Gr(Qn)),t===u&&(t=Ir,t=(n=yu())!==u?e.substring(t,Ir):n),Vr[r]={nextPos:Ir,result:t},t)}function Co(){var e,t,n,r,o,i,s,a,c=194*Ir+125,l=Vr[c];if(l)return Ir=l.nextPos,l.result;if(e=Ir,(t=Eo())!==u){for(n=[],r=Ir,o=Zu(),(i=bo())!==u?(s=Zu(),(a=Eo())!==u?r=o=[o,i,s,a]:(Ir=r,r=u)):(Ir=r,r=u);r!==u;)n.push(r),r=Ir,o=Zu(),(i=bo())!==u?(s=Zu(),(a=Eo())!==u?r=o=[o,i,s,a]:(Ir=r,r=u)):(Ir=r,r=u);Lr=e,e=Pr(t,n)}else Ir=e,e=u;return Vr[c]={nextPos:Ir,result:e},e}function bo(){var t,n,r=194*Ir+126,o=Vr[r];return o?(Ir=o.nextPos,o.result):("||"===e.substr(Ir,2)?(t="||",Ir+=2):(t=u,0===Rr&&Gr(Zn)),t===u&&(t=Ir,t=(n=Wu())!==u?e.substring(t,Ir):n),Vr[r]={nextPos:Ir,result:t},t)}function vo(){var t,n,r,o,i,s,a=194*Ir+127,c=Vr[a];return c?(Ir=c.nextPos,c.result):(t=Ir,(n=Co())!==u?(Zu(),63===e.charCodeAt(Ir)?(r="?",Ir++):(r=u,0===Rr&&Gr(er)),r!==u?(Zu(),(o=vo())!==u?(Zu(),58===e.charCodeAt(Ir)?(i=re,Ir++):(i=u,0===Rr&&Gr(tr)),i!==u?(Zu(),(s=vo())!==u?(Lr=t,t=ai({type:"ConditionalExpression",test:n,consequent:o,alternate:s})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Co()),Vr[a]={nextPos:Ir,result:t},t)}function Fo(){var t,n=194*Ir+130,r=Vr[n];return r?(Ir=r.nextPos,r.result):("++"===e.substr(Ir,2)?(t="++",Ir+=2):(t=u,0===Rr&&Gr(fr)),t===u&&("--"===e.substr(Ir,2)?(t="--",Ir+=2):(t=u,0===Rr&&Gr(dr))),Vr[n]={nextPos:Ir,result:t},t)}function xo(){var t,n=194*Ir+131,r=Vr[n];return r?(Ir=r.nextPos,r.result):((t=function(){var t,n,r,o,i=194*Ir+128,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,(n=co())!==u?(Zu(),r=function(){var t,n,r,o,i,s=194*Ir+129,a=Vr[s];return a?(Ir=a.nextPos,a.result):(t=Ir,n=Ir,61===e.charCodeAt(Ir)?(r=ne,Ir++):(r=u,0===Rr&&Gr(kn)),r!==u?(o=Ir,Rr++,61===e.charCodeAt(Ir)?(i=ne,Ir++):(i=u,0===Rr&&Gr(kn)),Rr--,i===u?o=void 0:(Ir=o,o=u),o!==u?n=r=[r,o]:(Ir=n,n=u)):(Ir=n,n=u),(t=n!==u?e.substring(t,Ir):n)===u&&("*="===e.substr(Ir,2)?(t="*=",Ir+=2):(t=u,0===Rr&&Gr(nr)),t===u&&("/="===e.substr(Ir,2)?(t="/=",Ir+=2):(t=u,0===Rr&&Gr(rr)),t===u&&("%="===e.substr(Ir,2)?(t="%=",Ir+=2):(t=u,0===Rr&&Gr(ur)),t===u&&("+="===e.substr(Ir,2)?(t="+=",Ir+=2):(t=u,0===Rr&&Gr(or)),t===u&&("-="===e.substr(Ir,2)?(t="-=",Ir+=2):(t=u,0===Rr&&Gr(ir)),t===u&&("<<="===e.substr(Ir,3)?(t="<<=",Ir+=3):(t=u,0===Rr&&Gr(sr)),t===u&&(">>="===e.substr(Ir,3)?(t=">>=",Ir+=3):(t=u,0===Rr&&Gr(ar)),t===u&&("&="===e.substr(Ir,2)?(t="&=",Ir+=2):(t=u,0===Rr&&Gr(cr)),t===u&&("^="===e.substr(Ir,2)?(t="^=",Ir+=2):(t=u,0===Rr&&Gr(lr)),t===u&&("|="===e.substr(Ir,2)?(t="|=",Ir+=2):(t=u,0===Rr&&Gr(pr)))))))))))),Vr[s]={nextPos:Ir,result:t},t)}(),r!==u?(Zu(),(o=vo())!==u?(Lr=t,t=ai({type:"AssignmentExpression",operator:r,left:n,right:o})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Ir,(n=co())!==u?(Zu(),(r=Fo())!==u?(Lr=t,t=ai({type:"UpdateExpression",operator:r,argument:n,prefix:!1})):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Ir,(n=Fo())!==u?(Zu(),(r=co())!==u?(Lr=t,a=n,c=r,t=ai({type:"UpdateExpression",operator:a,argument:c,prefix:!0})):(Ir=t,t=u)):(Ir=t,t=u))),Vr[i]={nextPos:Ir,result:t},t);var a,c}())===u&&(t=vo()),Vr[n]={nextPos:Ir,result:t},t)}function So(){var t,n,r,o,i,s,a,c,l=194*Ir+132,p=Vr[l];if(p)return Ir=p.nextPos,p.result;if(t=Ir,(n=xo())!==u){for(r=[],o=Ir,Zu(),44===e.charCodeAt(Ir)?(i=Z,Ir++):(i=u,0===Rr&&Gr(Bn)),i!==u&&(s=xo())!==u?o=s:(Ir=o,o=u);o!==u;)r.push(o),o=Ir,Zu(),44===e.charCodeAt(Ir)?(i=Z,Ir++):(i=u,0===Rr&&Gr(Bn)),i!==u&&(s=xo())!==u?o=s:(Ir=o,o=u);Lr=t,a=n,t=ai((c=r).length?{type:"SequenceExpression",expressions:[a,...c]}:a)}else Ir=t,t=u;return Vr[l]={nextPos:Ir,result:t},t}function Bo(){var t,n=194*Ir+133,r=Vr[n];return r?(Ir=r.nextPos,r.result):((t=wo())===u&&(t=Po())===u&&(t=function(){var t,n,r,o=194*Ir+140,i=Vr[o];return i?(Ir=i.nextPos,i.result):(t=Ir,n=Ir,Rr++,123===e.charCodeAt(Ir)?(r=ee,Ir++):(r=u,0===Rr&&Gr(wn)),r===u&&(r=Lu()),Rr--,r===u?n=void 0:(Ir=n,n=u),n!==u&&(r=xo())!==u&&eo()!==u?(Lr=t,t=ai({type:"ExpressionStatement",expression:r})):(Ir=t,t=u),Vr[o]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n,r,o,i,s,a=194*Ir+141,c=Vr[a];return c?(Ir=c.nextPos,c.result):(t=Ir,_u()!==u?(Zu(),40===e.charCodeAt(Ir)?(n=X,Ir++):(n=u,0===Rr&&Gr(vn)),n!==u?(Zu(),(r=vo())!==u?(Zu(),41===e.charCodeAt(Ir)?(o=Y,Ir++):(o=u,0===Rr&&Gr(Fn)),o!==u?(Zu(),(i=Bo())!==u?(Zu(),Pu()!==u?(Zu(),(s=Bo())!==u?(Lr=t,t=ai({type:"IfStatement",test:r,consequent:i,alternate:s})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Ir,_u()!==u?(Zu(),40===e.charCodeAt(Ir)?(n=X,Ir++):(n=u,0===Rr&&Gr(vn)),n!==u?(Zu(),(r=vo())!==u?(Zu(),41===e.charCodeAt(Ir)?(o=Y,Ir++):(o=u,0===Rr&&Gr(Fn)),o!==u?(Zu(),(i=Bo())!==u?(Lr=t,t=ai({type:"IfStatement",test:r,consequent:i,alternate:null})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)),Vr[a]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n,r,o,i,s,a,c,l,p,f,d,h=194*Ir+142,g=Vr[h];return g?(Ir=g.nextPos,g.result):(t=Ir,Tu()!==u?(Zu(),(n=Bo())!==u?(Zu(),(r=Qu())!==u?(o=Zu(),40===e.charCodeAt(Ir)?(i=X,Ir++):(i=u,0===Rr&&Gr(vn)),i!==u?(s=Zu(),(a=vo())!==u?(Zu(),41===e.charCodeAt(Ir)?(c=Y,Ir++):(c=u,0===Rr&&Gr(Fn)),c!==u&&(l=eo())!==u?(Lr=t,t=ai({type:"DoWhileStatement",body:n,test:a})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Ir,Qu()!==u?(Zu(),40===e.charCodeAt(Ir)?(n=X,Ir++):(n=u,0===Rr&&Gr(vn)),n!==u?(Zu(),(r=vo())!==u?(o=Zu(),41===e.charCodeAt(Ir)?(i=Y,Ir++):(i=u,0===Rr&&Gr(Fn)),i!==u?(s=Zu(),(a=Bo())!==u?(Lr=t,t=ai({type:"WhileStatement",test:r,body:a})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Ir,Iu()!==u?(Zu(),40===e.charCodeAt(Ir)?(n=X,Ir++):(n=u,0===Rr&&Gr(vn)),n!==u?(Zu(),r=Ir,(o=So())!==u?(i=Zu(),r=o):(Ir=r,r=u),r===u&&(r=null),59===e.charCodeAt(Ir)?(o=G,Ir++):(o=u,0===Rr&&Gr(bn)),o!==u?(i=Zu(),s=Ir,(a=vo())!==u?(Zu(),s=a):(Ir=s,s=u),s===u&&(s=null),59===e.charCodeAt(Ir)?(a=G,Ir++):(a=u,0===Rr&&Gr(bn)),a!==u?(Zu(),c=Ir,(l=So())!==u?(Zu(),c=l):(Ir=c,c=u),c===u&&(c=null),41===e.charCodeAt(Ir)?(l=Y,Ir++):(l=u,0===Rr&&Gr(Fn)),l!==u?(Zu(),(p=Bo())!==u?(Lr=t,t=Or(r,s,c,p)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Ir,Iu()!==u?(Zu(),40===e.charCodeAt(Ir)?(n=X,Ir++):(n=u,0===Rr&&Gr(vn)),n!==u?(Zu(),(r=Yu())!==u?(o=Zu(),i=Ir,(s=No())!==u&&(Lr=i,s=ai({type:"VariableDeclaration",declarations:s,kind:"var"})),(i=s)!==u?(s=Zu(),59===e.charCodeAt(Ir)?(a=G,Ir++):(a=u,0===Rr&&Gr(bn)),a!==u?(Zu(),c=Ir,(l=vo())!==u?(Zu(),c=l):(Ir=c,c=u),c===u&&(c=null),59===e.charCodeAt(Ir)?(l=G,Ir++):(l=u,0===Rr&&Gr(bn)),l!==u?(Zu(),p=Ir,(f=So())!==u?(Zu(),p=f):(Ir=p,p=u),p===u&&(p=null),41===e.charCodeAt(Ir)?(f=Y,Ir++):(f=u,0===Rr&&Gr(Fn)),f!==u?(Zu(),(d=Bo())!==u?(Lr=t,t=Or(i,c,p,d)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)))),Vr[h]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var e,t,n=194*Ir+143,r=Vr[n];return r?(Ir=r.nextPos,r.result):(e=Ir,xu()!==u&&eo()!==u?(Lr=e,e=ai({type:"ContinueStatement",label:null})):(Ir=e,e=u),e===u&&(e=Ir,xu()!==u?(Zu(),(t=tu())!==u&&eo()!==u?(Lr=e,e=ai({type:"ContinueStatement",label:t})):(Ir=e,e=u)):(Ir=e,e=u)),Vr[n]={nextPos:Ir,result:e},e)}(),t===u&&(t=function(){var e,t,n=194*Ir+144,r=Vr[n];return r?(Ir=r.nextPos,r.result):(e=Ir,Au()!==u&&eo()!==u?(Lr=e,e=ai({type:"BreakStatement",label:null})):(Ir=e,e=u),e===u&&(e=Ir,Au()!==u?(Zu(),(t=tu())!==u&&eo()!==u?(Lr=e,e=ai({type:"BreakStatement",label:t})):(Ir=e,e=u)):(Ir=e,e=u)),Vr[n]={nextPos:Ir,result:e},e)}(),t===u&&(t=function(){var e,t,n=194*Ir+145,r=Vr[n];return r?(Ir=r.nextPos,r.result):(e=Ir,qu()!==u&&eo()!==u?(Lr=e,e=ai({type:"ReturnStatement",argument:null})):(Ir=e,e=u),e===u&&(e=Ir,qu()!==u?(Zu(),(t=vo())!==u&&eo()!==u?(Lr=e,e=ai({type:"ReturnStatement",argument:t})):(Ir=e,e=u)):(Ir=e,e=u)),Vr[n]={nextPos:Ir,result:e},e)}(),t===u&&(t=function(){var t,n,r,o,i=194*Ir+152,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,(n=tu())!==u?(Zu(),58===e.charCodeAt(Ir)?(r=re,Ir++):(r=u,0===Rr&&Gr(tr)),r!==u?(Zu(),(o=Bo())!==u?(Lr=t,t=ai({type:"LabeledStatement",label:n,body:o})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var t,n,r,o,i,s=194*Ir+146,a=Vr[s];return a?(Ir=a.nextPos,a.result):(t=Ir,zu()!==u?(Zu(),40===e.charCodeAt(Ir)?(n=X,Ir++):(n=u,0===Rr&&Gr(vn)),n!==u?(Zu(),(r=vo())!==u?(Zu(),41===e.charCodeAt(Ir)?(o=Y,Ir++):(o=u,0===Rr&&Gr(Fn)),o!==u?(Zu(),i=function(){var t,n,r,o,i,s,a,c,l=194*Ir+147,p=Vr[l];return p?(Ir=p.nextPos,p.result):(t=Ir,123===e.charCodeAt(Ir)?(n=ee,Ir++):(n=u,0===Rr&&Gr(wn)),n!==u?(Zu(),r=Ir,(o=Oo())!==u?(Zu(),r=o):(Ir=r,r=u),r===u&&(r=null),125===e.charCodeAt(Ir)?(o=te,Ir++):(o=u,0===Rr&&Gr(Tn)),o!==u?(Lr=t,t=oi(r)):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Ir,123===e.charCodeAt(Ir)?(n=ee,Ir++):(n=u,0===Rr&&Gr(wn)),n!==u?(Zu(),r=Ir,(o=Oo())!==u?(Zu(),r=o):(Ir=r,r=u),r===u&&(r=null),o=function(){var t,n,r,o,i=194*Ir+151,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,Bu()!==u?(Zu(),58===e.charCodeAt(Ir)?(n=re,Ir++):(n=u,0===Rr&&Gr(tr)),n!==u?(r=Ir,Zu(),(o=To())!==u?r=o:(Ir=r,r=u),r===u&&(r=null),Lr=t,t=ai({type:"SwitchCase",test:null,consequent:oi(r)})):(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}(),o!==u?(Zu(),i=Ir,(s=Oo())!==u?(Zu(),i=s):(Ir=i,i=u),i===u&&(i=null),125===e.charCodeAt(Ir)?(s=te,Ir++):(s=u,0===Rr&&Gr(Tn)),s!==u?(Lr=t,a=o,c=i,t=oi(r).concat(a).concat(oi(c))):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)),Vr[l]={nextPos:Ir,result:t},t)}(),i!==u?(Lr=t,t=ai({type:"SwitchStatement",discriminant:r,cases:i})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),Vr[s]={nextPos:Ir,result:t},t)}(),t===u&&(t=function(){var e,t,n=194*Ir+153,r=Vr[n];return r?(Ir=r.nextPos,r.result):(e=Ir,Hu()!==u?(Zu(),(t=vo())!==u&&eo()!==u?(Lr=e,e=ai({type:"ThrowStatement",argument:t})):(Ir=e,e=u)):(Ir=e,e=u),Vr[n]={nextPos:Ir,result:e},e)}(),t===u&&(t=function(){var e,t,n,r,o=194*Ir+154,i=Vr[o];return i?(Ir=i.nextPos,i.result):(e=Ir,Ju()!==u?(Zu(),(t=wo())!==u?(Zu(),n=function(){var e,t,n,r,o,i=194*Ir+155,s=Vr[i];if(s)return Ir=s.nextPos,s.result;if(e=Ir,t=[],n=Ir,(r=Lo())!==u?(Zu(),n=r):(Ir=n,n=u),n!==u)for(;n!==u;)t.push(n),n=Ir,(r=Lo())!==u?(Zu(),n=r):(Ir=n,n=u);else t=u;return t!==u&&(Lr=e,t=1==(o=t).length?o[0]:ai({type:"CatchClauses",catches:o})),e=t,Vr[i]={nextPos:Ir,result:e},e}(),n===u&&(n=null),Zu(),r=function(){var e,t,n=194*Ir+158,r=Vr[n];return r?(Ir=r.nextPos,r.result):(e=Ir,Ou()!==u?(Zu(),(t=wo())!==u?(Lr=e,e=t):(Ir=e,e=u)):(Ir=e,e=u),Vr[n]={nextPos:Ir,result:e},e)}(),r===u&&(r=null),Lr=e,e=ai({type:"TryStatement",block:t,handler:n,finalizer:r})):(Ir=e,e=u)):(Ir=e,e=u),Vr[o]={nextPos:Ir,result:e},e)}(),t===u&&(t=function(){var e,t=194*Ir+159,n=Vr[t];return n?(Ir=n.nextPos,n.result):(e=Ir,Su()!==u&&eo()!==u?(Lr=e,e=ai({type:"DebuggerStatement"})):(Ir=e,e=u),Vr[t]={nextPos:Ir,result:e},e)}()))))))))))),Vr[n]={nextPos:Ir,result:t},t)}function wo(){var t,n,r,o,i=194*Ir+134,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,123===e.charCodeAt(Ir)?(n=ee,Ir++):(n=u,0===Rr&&Gr(wn)),n!==u?(Zu(),r=Ir,(o=To())!==u?(Zu(),r=o):(Ir=r,r=u),r===u&&(r=null),125===e.charCodeAt(Ir)?(o=te,Ir++):(o=u,0===Rr&&Gr(Tn)),o!==u?(Lr=t,t=Nr(r)):(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function To(){var e,t,n,r,o,i=194*Ir+135,s=Vr[i];if(s)return Ir=s.nextPos,s.result;if(e=Ir,(t=Bo())!==u){for(n=[],r=Ir,Zu(),(o=Bo())!==u?r=o:(Ir=r,r=u);r!==u;)n.push(r),r=Ir,Zu(),(o=Bo())!==u?r=o:(Ir=r,r=u);Lr=e,e=kr(t,n)}else Ir=e,e=u;return Vr[i]={nextPos:Ir,result:e},e}function Po(){var t,n,r,o,i,s,a=194*Ir+136,c=Vr[a];return c?(Ir=c.nextPos,c.result):(t=Ir,(n=Mo())===u&&(n=null),r=Ir,(o=qo())!==u?r=o=[o,i=Zu()]:(Ir=r,r=u),r===u&&(r=null),o=Ir,(o=(i=Yu())!==u?e.substring(o,Ir):i)===u&&(o=Ir,o=(i=Fu())!==u?e.substring(o,Ir):i),o!==u?(i=Zu(),(s=No())!==u&&eo()!==u?(Lr=t,t=ai({type:"VariableDeclaration",declarations:s,kind:o,attrs:n})):(Ir=t,t=u)):(Ir=t,t=u),Vr[a]={nextPos:Ir,result:t},t)}function No(){var t,n,r,o,i,s,a=194*Ir+137,c=Vr[a];if(c)return Ir=c.nextPos,c.result;if(t=Ir,(n=ko())!==u){for(r=[],o=Ir,Zu(),44===e.charCodeAt(Ir)?(i=Z,Ir++):(i=u,0===Rr&&Gr(Bn)),i!==u?(Zu(),(s=ko())!==u?o=s:(Ir=o,o=u)):(Ir=o,o=u);o!==u;)r.push(o),o=Ir,Zu(),44===e.charCodeAt(Ir)?(i=Z,Ir++):(i=u,0===Rr&&Gr(Bn)),i!==u?(Zu(),(s=ko())!==u?o=s:(Ir=o,o=u)):(Ir=o,o=u);Lr=t,t=vr(n,r)}else Ir=t,t=u;return Vr[a]={nextPos:Ir,result:t},t}function ko(){var t,n,r,o,i,s,a,c,l,p=194*Ir+138,f=Vr[p];return f?(Ir=f.nextPos,f.result):(t=Ir,(n=tu())!==u?(r=Ir,o=Zu(),(i=Qo())!==u?r=i:(Ir=r,r=u),r===u&&(r=null),o=Ir,i=Zu(),s=function(){var t,n,r,o,i,s=194*Ir+139,a=Vr[s];return a?(Ir=a.nextPos,a.result):(t=Ir,61===e.charCodeAt(Ir)?(n=ne,Ir++):(n=u,0===Rr&&Gr(kn)),n!==u?(r=Ir,Rr++,61===e.charCodeAt(Ir)?(o=ne,Ir++):(o=u,0===Rr&&Gr(kn)),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?(o=Zu(),(i=vo())!==u?(Lr=t,t=i):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),Vr[s]={nextPos:Ir,result:t},t)}(),s!==u?o=s:(Ir=o,o=u),o===u&&(o=null),Lr=t,a=n,c=r,l=o,t=ai({type:"VariableDeclarator",id:a={...a,ts:c},init:l})):(Ir=t,t=u),Vr[p]={nextPos:Ir,result:t},t)}function Oo(){var e,t,n,r,o,i=194*Ir+148,s=Vr[i];if(s)return Ir=s.nextPos,s.result;if(e=Ir,(t=Io())!==u){for(n=[],r=Ir,Zu(),(o=Io())!==u?r=o:(Ir=r,r=u);r!==u;)n.push(r),r=Ir,Zu(),(o=Io())!==u?r=o:(Ir=r,r=u);Lr=e,e=kr(t,n)}else Ir=e,e=u;return Vr[i]={nextPos:Ir,result:e},e}function Io(){var t,n,r,o,i,s=194*Ir+150,a=Vr[s];return a?(Ir=a.nextPos,a.result):(t=Ir,Cu()!==u?(Zu(),(n=vo())===u&&(n=function(){var e,t,n=194*Ir+149,r=Vr[n];return r?(Ir=r.nextPos,r.result):(e=Ir,Mu()!==u?(Zu(),(t=tu())!==u?(Lr=e,e=ai({type:"InstanceOfCase",id:t})):(Ir=e,e=u)):(Ir=e,e=u),Vr[n]={nextPos:Ir,result:e},e)}()),n!==u?(Zu(),58===e.charCodeAt(Ir)?(r=re,Ir++):(r=u,0===Rr&&Gr(tr)),r!==u?(o=Ir,Zu(),(i=To())!==u?o=i:(Ir=o,o=u),o===u&&(o=null),Lr=t,t=ai({type:"SwitchCase",test:n,consequent:oi(o)})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),Vr[s]={nextPos:Ir,result:t},t)}function Lo(){var t,n,r,o,i,s=194*Ir+156,a=Vr[s];return a?(Ir=a.nextPos,a.result):(t=Ir,bu()!==u?(Zu(),40===e.charCodeAt(Ir)?(n=X,Ir++):(n=u,0===Rr&&Gr(vn)),n!==u?(Zu(),r=function(){var t,n,r,o,i,s,a,c,l=194*Ir+157,p=Vr[l];return p?(Ir=p.nextPos,p.result):(t=Ir,(n=tu())!==u?(r=Ir,Zu(),o=Ir,(o=(i=Mu())!==u?e.substring(o,Ir):i)!==u?(i=Zu(),(s=Ro())!==u?r=[o,s]:(Ir=r,r=u)):(Ir=r,r=u),r===u&&(r=null),Lr=t,a=n,t=(c=r)?ai({type:"BinaryExpression",operator:c[0],left:a,right:c[1]}):a):(Ir=t,t=u),Vr[l]={nextPos:Ir,result:t},t)}(),r!==u?(41===e.charCodeAt(Ir)?(o=Y,Ir++):(o=u,0===Rr&&Gr(Fn)),o!==u?(Zu(),(i=wo())!==u?(Lr=t,t=ai({type:"CatchClause",param:r,body:i})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),Vr[s]={nextPos:Ir,result:t},t)}function jo(){var t,n,r,o=194*Ir+160,i=Vr[o];return i?(Ir=i.nextPos,i.result):(t=Ir,58===e.charCodeAt(Ir)?(n=re,Ir++):(n=u,0===Rr&&Gr(tr)),n!==u?(Zu(),(r=tu())!==u?(Lr=t,t=ai({type:"UnaryExpression",operator:":",argument:r,prefix:!0})):(Ir=t,t=u)):(Ir=t,t=u),Vr[o]={nextPos:Ir,result:t},t)}function _o(){var t,n,r,o,i,s,a,c,l=194*Ir+162,p=Vr[l];return p?(Ir=p.nextPos,p.result):(t=Ir,(n=jo())!==u?(r=Ir,Zu(),40===e.charCodeAt(Ir)?(o=X,Ir++):(o=u,0===Rr&&Gr(vn)),o!==u?(Zu(),(i=nu())===u&&(i=function(){var t,n,r,o,i,s,a,c,l,p=194*Ir+161,f=Vr[p];if(f)return Ir=f.nextPos,f.result;if(t=Ir,91===e.charCodeAt(Ir)?(n=K,Ir++):(n=u,0===Rr&&Gr(xn)),n!==u)if(Zu(),(r=nu())!==u){for(o=[],i=Ir,s=Zu(),44===e.charCodeAt(Ir)?(a=Z,Ir++):(a=u,0===Rr&&Gr(Bn)),a!==u?(Zu(),(c=nu())!==u?i=c:(Ir=i,i=u)):(Ir=i,i=u);i!==u;)o.push(i),i=Ir,s=Zu(),44===e.charCodeAt(Ir)?(a=Z,Ir++):(a=u,0===Rr&&Gr(Bn)),a!==u?(Zu(),(c=nu())!==u?i=c:(Ir=i,i=u)):(Ir=i,i=u);i=Zu(),93===e.charCodeAt(Ir)?(s=Q,Ir++):(s=u,0===Rr&&Gr(Sn)),s!==u?(Lr=t,l=o,t=ai({type:"ArrayExpression",elements:[r,...l]})):(Ir=t,t=u)}else Ir=t,t=u;else Ir=t,t=u;return Vr[p]={nextPos:Ir,result:t},t}()),i!==u?(Zu(),41===e.charCodeAt(Ir)?(s=Y,Ir++):(s=u,0===Rr&&Gr(Fn)),s!==u?r=i:(Ir=r,r=u)):(Ir=r,r=u)):(Ir=r,r=u),r===u&&(r=null),Lr=t,a=n,t=(c=r)?ai({type:"CallExpression",callee:{...a.argument,name:":"+a.argument.name},arguments:[c]}):a):(Ir=t,t=u),Vr[l]={nextPos:Ir,result:t},t)}function Mo(){var t,n,r,o,i,s,a,c,l,p=194*Ir+163,f=Vr[p];if(f)return Ir=f.nextPos,f.result;if(t=Ir,40===e.charCodeAt(Ir)?(n=X,Ir++):(n=u,0===Rr&&Gr(vn)),n!==u)if(Zu(),(r=_o())!==u){for(o=[],i=Ir,s=Zu(),44===e.charCodeAt(Ir)?(a=Z,Ir++):(a=u,0===Rr&&Gr(Bn)),a!==u?(Zu(),(c=_o())!==u?i=c:(Ir=i,i=u)):(Ir=i,i=u);i!==u;)o.push(i),i=Ir,s=Zu(),44===e.charCodeAt(Ir)?(a=Z,Ir++):(a=u,0===Rr&&Gr(Bn)),a!==u?(Zu(),(c=_o())!==u?i=c:(Ir=i,i=u)):(Ir=i,i=u);i=Zu(),41===e.charCodeAt(Ir)?(s=Y,Ir++):(s=u,0===Rr&&Gr(Fn)),s!==u?(a=Zu(),Lr=t,l=o,t=ai({type:"AttributeList",attrs:[r,...l]})):(Ir=t,t=u)}else Ir=t,t=u;else Ir=t,t=u;return Vr[p]={nextPos:Ir,result:t},t}function Ro(){var t,n,r,o,i,s,a,c=194*Ir+164,p=Vr[c];if(p)return Ir=p.nextPos,p.result;if(t=Ir,(n=tu())!==u){for(r=[],o=Ir,Zu(),46===e.charCodeAt(Ir)?(i=l,Ir++):(i=u,0===Rr&&Gr(tt)),i!==u?(Zu(),(s=tu())!==u?o=s:(Ir=o,o=u)):(Ir=o,o=u);o!==u;)r.push(o),o=Ir,Zu(),46===e.charCodeAt(Ir)?(i=l,Ir++):(i=u,0===Rr&&Gr(tt)),i!==u?(Zu(),(s=tu())!==u?o=s:(Ir=o,o=u)):(Ir=o,o=u);Lr=t,a=r,t=ai({type:"Identifier",name:[n,...a].map((e=>e.name)).join(".")})}else Ir=t,t=u;return Vr[c]={nextPos:Ir,result:t},t}function Vo(){var e,t,n,r,o,i,s=194*Ir+167,a=Vr[s];return a?(Ir=a.nextPos,a.result):(e=Ir,(t=Mo())===u&&(t=null),vu()!==u?(Zu(),(n=tu())!==u?(r=Ir,Zu(),ku()!==u?(Zu(),(i=Ro())!==u?r=i:(Ir=r,r=u)):(Ir=r,r=u),r===u&&(r=null),Zu(),(o=$o())!==u?(Lr=e,e=ai({type:"ClassDeclaration",id:n,superClass:r,body:o,attrs:t})):(Ir=e,e=u)):(Ir=e,e=u)):(Ir=e,e=u),Vr[s]={nextPos:Ir,result:e},e)}function $o(){var t,n,r,o,i,s,a=194*Ir+168,c=Vr[a];if(c)return Ir=c.nextPos,c.result;if(t=Ir,123===e.charCodeAt(Ir)?(n=ee,Ir++):(n=u,0===Rr&&Gr(wn)),n!==u){for(r=[],o=Ir,i=Zu(),(s=Wo())!==u?o=s:(Ir=o,o=u);o!==u;)r.push(o),o=Ir,i=Zu(),(s=Wo())!==u?o=s:(Ir=o,o=u);o=Zu(),125===e.charCodeAt(Ir)?(i=te,Ir++):(i=u,0===Rr&&Gr(Tn)),i!==u?(Lr=t,t=ai({type:"BlockStatement",body:r})):(Ir=t,t=u)}else Ir=t,t=u;return Vr[a]={nextPos:Ir,result:t},t}function Wo(){var t,n,r,o=194*Ir+169,i=Vr[o];return i?(Ir=i.nextPos,i.result):(t=Ir,n=Ir,(r=qo())!==u?(Zu(),n=r):(Ir=n,n=u),n===u&&(n=null),r=function(){var t,n,r,o,i,s=194*Ir+171,a=Vr[s];return a?(Ir=a.nextPos,a.result):(t=Ir,n=Ir,r=function(){var t,n,r,o,i=194*Ir+85,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,6)===M?(n=M,Ir+=6):(n=u,0===Rr&&Gr(ln)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}(),r!==u?(Zu(),n=r):(Ir=n,n=u),n===u&&(n=null),(r=Jo())!==u?(Lr=t,o=n,i=r,t=ai({...i,static:null!=o})):(Ir=t,t=u),Vr[s]={nextPos:Ir,result:t},t)}(),r===u&&(r=Uo())===u&&(r=Po())===u&&(r=Vo())===u&&(r=Ho()),r!==u?(Lr=t,t=ai({type:"ClassElement",access:n,item:r})):(Ir=t,t=u),Vr[o]={nextPos:Ir,result:t},t)}function qo(){var t,n=194*Ir+170,r=Vr[n];return r?(Ir=r.nextPos,r.result):(e.substr(Ir,6)===ue?(t=ue,Ir+=6):(t=u,0===Rr&&Gr(hr)),t===u&&(e.substr(Ir,9)===oe?(t=oe,Ir+=9):(t=u,0===Rr&&Gr(gr)),t===u&&(e.substr(Ir,6)===ie?(t=ie,Ir+=6):(t=u,0===Rr&&Gr(mr)),t===u&&(e.substr(Ir,7)===se?(t=se,Ir+=7):(t=u,0===Rr&&Gr(Dr))))),Vr[n]={nextPos:Ir,result:t},t)}function Uo(){var t,n,r,o,i,s=194*Ir+172,a=Vr[s];return a?(Ir=a.nextPos,a.result):(t=Ir,n=Ir,(r=qo())!==u?n=r=[r,o=Zu()]:(Ir=n,n=u),n===u&&(n=null),(r=Nu())!==u?(o=Ir,Zu(),(i=tu())!==u?o=i:(Ir=o,o=u),o===u&&(o=null),Zu(),i=function(){var t,n,r,o,i,s,a,c,l,p=194*Ir+173,f=Vr[p];if(f)return Ir=f.nextPos,f.result;if(t=Ir,123===e.charCodeAt(Ir)?(n=ee,Ir++):(n=u,0===Rr&&Gr(wn)),n!==u)if(Zu(),(r=zo())!==u){for(Zu(),o=[],i=Ir,44===e.charCodeAt(Ir)?(s=Z,Ir++):(s=u,0===Rr&&Gr(Bn)),s!==u?(a=Zu(),(c=zo())!==u?i=c:(Ir=i,i=u)):(Ir=i,i=u);i!==u;)o.push(i),i=Ir,44===e.charCodeAt(Ir)?(s=Z,Ir++):(s=u,0===Rr&&Gr(Bn)),s!==u?(a=Zu(),(c=zo())!==u?i=c:(Ir=i,i=u)):(Ir=i,i=u);i=Zu(),s=Ir,44===e.charCodeAt(Ir)?(a=Z,Ir++):(a=u,0===Rr&&Gr(Bn)),a!==u?s=a=[a,c=Zu()]:(Ir=s,s=u),s===u&&(s=null),125===e.charCodeAt(Ir)?(a=te,Ir++):(a=u,0===Rr&&Gr(Tn)),a!==u?(Lr=t,l=o,t=ai({type:"EnumStringBody",members:[r,...l]})):(Ir=t,t=u)}else Ir=t,t=u;else Ir=t,t=u;return Vr[p]={nextPos:Ir,result:t},t}(),i!==u?(Lr=t,t=ai({type:"EnumDeclaration",id:o,body:i})):(Ir=t,t=u)):(Ir=t,t=u),Vr[s]={nextPos:Ir,result:t},t)}function zo(){var t,n,r,o,i,s,a,c=194*Ir+174,l=Vr[c];return l?(Ir=l.nextPos,l.result):(t=Ir,(n=tu())!==u?(r=Ir,Zu(),61===e.charCodeAt(Ir)?(o=ne,Ir++):(o=u,0===Rr&&Gr(kn)),o!==u?(Zu(),(i=vo())!==u?r=i:(Ir=r,r=u)):(Ir=r,r=u),r===u&&(r=null),Lr=t,s=n,t=(a=r)?ai({type:"EnumStringMember",id:s,init:a}):s):(Ir=t,t=u),Vr[c]={nextPos:Ir,result:t},t)}function Ho(){var t,n,r,o,i=194*Ir+175,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,Xu()!==u?(Zu(),(n=tu())!==u?(Zu(),(r=Qo())!==u?(Zu(),59===e.charCodeAt(Ir)?(o=G,Ir++):(o=u,0===Rr&&Gr(bn)),o!==u?(Lr=t,t=ai({type:"TypedefDeclaration",id:n,ts:r})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}function Jo(){var t,n,r,o,i,s,a,c,l,p,f=194*Ir+176,d=Vr[f];return d?(Ir=d.nextPos,d.result):(t=Ir,(n=Mo())===u&&(n=null),Lu()!==u?(Zu(),(r=tu())!==u?(Zu(),40===e.charCodeAt(Ir)?(o=X,Ir++):(o=u,0===Rr&&Gr(vn)),o!==u?(Zu(),i=Ir,(s=ei())!==u?(a=Zu(),i=s):(Ir=i,i=u),i===u&&(i=null),41===e.charCodeAt(Ir)?(s=Y,Ir++):(s=u,0===Rr&&Gr(Fn)),s!==u?(a=Ir,Zu(),(c=Qo())!==u?a=c:(Ir=a,a=u),a===u&&(a=null),Zu(),c=function(){var t,n,r,o,i=194*Ir+185,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,123===e.charCodeAt(Ir)?(n=ee,Ir++):(n=u,0===Rr&&Gr(wn)),n!==u?(Zu(),r=function(){var e,t,n,r,o,i=194*Ir+192,s=Vr[i];if(s)return Ir=s.nextPos,s.result;if(e=Ir,(t=ri())!==u){for(n=[],r=Ir,Zu(),(o=ri())!==u?r=o:(Ir=r,r=u);r!==u;)n.push(r),r=Ir,Zu(),(o=ri())!==u?r=o:(Ir=r,r=u);Lr=e,e=kr(t,n)}else Ir=e,e=u;return Vr[i]={nextPos:Ir,result:e},e}(),r===u&&(r=null),Zu(),125===e.charCodeAt(Ir)?(o=te,Ir++):(o=u,0===Rr&&Gr(Tn)),o!==u?(Lr=t,t=Nr(r)):(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}(),c===u&&(c=Ir,59===e.charCodeAt(Ir)?(l=G,Ir++):(l=u,0===Rr&&Gr(bn)),l!==u&&(Lr=c,l=null),c=l),c!==u?(Lr=t,p=c,t=ai({type:"FunctionDeclaration",id:r,attrs:n,returnType:a,params:oi(i),body:p})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),Vr[f]={nextPos:Ir,result:t},t)}function Go(){var t,n,r,o,i,s,a,c,l,p,f,d,h,g,m,D=194*Ir+177,y=Vr[D];if(y)return Ir=y.nextPos,y.result;if(t=Ir,(n=Ro())!==u){if(r=Ir,o=Zu(),60===e.charCodeAt(Ir)?(i="<",Ir++):(i=u,0===Rr&&Gr(Gn)),i!==u){if(s=Zu(),a=Ir,(c=Ko())!==u){for(l=[],p=Ir,Zu(),44===e.charCodeAt(Ir)?(f=Z,Ir++):(f=u,0===Rr&&Gr(Bn)),f!==u?(Zu(),(d=Ko())!==u?p=d:(Ir=p,p=u)):(Ir=p,p=u);p!==u;)l.push(p),p=Ir,Zu(),44===e.charCodeAt(Ir)?(f=Z,Ir++):(f=u,0===Rr&&Gr(Bn)),f!==u?(Zu(),(d=Ko())!==u?p=d:(Ir=p,p=u)):(Ir=p,p=u);Lr=a,m=l,a=[c,...m]}else Ir=a,a=u;a!==u?(c=Zu(),62===e.charCodeAt(Ir)?(l=">",Ir++):(l=u,0===Rr&&Gr(Xn)),l!==u?r=a:(Ir=r,r=u)):(Ir=r,r=u)}else Ir=r,r=u;r===u&&(r=null),o=function(){var t,n,r,o,i,s,a=194*Ir+180,c=Vr[a];return c?(Ir=c.nextPos,c.result):(t=Ir,40===e.charCodeAt(Ir)?(n=X,Ir++):(n=u,0===Rr&&Gr(vn)),n!==u?(Zu(),r=Ir,(o=ei())!==u?(i=Zu(),r=o):(Ir=r,r=u),r===u&&(r=null),41===e.charCodeAt(Ir)?(o=Y,Ir++):(o=u,0===Rr&&Gr(Fn)),o!==u?(i=Ir,Zu(),(s=Qo())!==u?i=s:(Ir=i,i=u),i===u&&(i=null),Lr=t,t=ai({type:"MethodDefinition",kind:"method",key:"",params:r,returnType:i})):(Ir=t,t=u)):(Ir=t,t=u),Vr[a]={nextPos:Ir,result:t},t)}(),o===u&&(o=null),Lr=t,h=r,g=o,t=ai({type:"TypeSpecPart",name:n.name,generics:h,callspec:g})}else Ir=t,t=u;if(t===u&&(t=Ir,40===e.charCodeAt(Ir)?(n=X,Ir++):(n=u,0===Rr&&Gr(vn)),n!==u?(r=Zu(),(o=Yo())!==u?(i=Zu(),41===e.charCodeAt(Ir)?(s=Y,Ir++):(s=u,0===Rr&&Gr(Fn)),s!==u?t=o:(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),t===u)){if(t=Ir,123===e.charCodeAt(Ir)?(n=ee,Ir++):(n=u,0===Rr&&Gr(wn)),n!==u)if(r=Zu(),(o=Xo())!==u){for(i=[],s=Ir,a=Zu(),44===e.charCodeAt(Ir)?(c=Z,Ir++):(c=u,0===Rr&&Gr(Bn)),c!==u?(l=Zu(),(p=Xo())!==u?s=p:(Ir=s,s=u)):(Ir=s,s=u);s!==u;)i.push(s),s=Ir,a=Zu(),44===e.charCodeAt(Ir)?(c=Z,Ir++):(c=u,0===Rr&&Gr(Bn)),c!==u?(l=Zu(),(p=Xo())!==u?s=p:(Ir=s,s=u)):(Ir=s,s=u);s=Zu(),125===e.charCodeAt(Ir)?(a=te,Ir++):(a=u,0===Rr&&Gr(Tn)),a!==u?(Lr=t,t=function(e,t){return ai({type:"TypeSpecPart",dictionary:[e,...t]})}(o,i)):(Ir=t,t=u)}else Ir=t,t=u;else Ir=t,t=u;t===u&&(t=Ir,n=Ir,(n=(r=Ru())!==u?e.substring(n,Ir):r)!==u?(r=Zu(),(o=$o())!==u?(Lr=t,t=ai({type:"TypeSpecPart",name:n,body:o})):(Ir=t,t=u)):(Ir=t,t=u))}return Vr[D]={nextPos:Ir,result:t},t}function Xo(){var e,t,n,r,o,i,s=194*Ir+178,a=Vr[s];return a?(Ir=a.nextPos,a.result):(e=Ir,t=Ir,Rr++,n=Ir,(r=jo())===u&&(r=ou()),r!==u?(o=Zu(),(i=Eu())!==u?n=r=[r,o,i]:(Ir=n,n=u)):(Ir=n,n=u),Rr--,n!==u?(Ir=t,t=void 0):t=u,t!==u&&(n=po())!==u?e=n:(Ir=e,e=u),Vr[s]={nextPos:Ir,result:e},e)}function Yo(){var t,n,r,o,i,s,a=194*Ir+179,c=Vr[a];return c?(Ir=c.nextPos,c.result):(t=Ir,(n=Go())!==u?(r=Ir,o=Zu(),63===e.charCodeAt(Ir)?(i="?",Ir++):(i=u,0===Rr&&Gr(er)),i!==u?r=o=[o,i]:(Ir=r,r=u),r===u&&(r=null),Lr=t,s=n,t=r?ai({...s,nullable:!0}):s):(Ir=t,t=u),Vr[a]={nextPos:Ir,result:t},t)}function Ko(){var t,n,r,o,i,s,a=194*Ir+181,c=Vr[a];if(c)return Ir=c.nextPos,c.result;if(t=Ir,(n=Yo())!==u){for(r=[],o=Ir,Zu(),e.substr(Ir,2)===L?(i=L,Ir+=2):(i=u,0===Rr&&Gr(sn)),i!==u?(Zu(),(s=Yo())!==u?o=s:(Ir=o,o=u)):(Ir=o,o=u);o!==u;)r.push(o),o=Ir,Zu(),e.substr(Ir,2)===L?(i=L,Ir+=2):(i=u,0===Rr&&Gr(sn)),i!==u?(Zu(),(s=Yo())!==u?o=s:(Ir=o,o=u)):(Ir=o,o=u);Lr=t,t=function(e,t){let n=[e,...t];if(n.length>1){let t=!1;n=n.map((e=>"Identifier"==e.type&&"Null"==e.name?(t=!0,null):(e.optional&&(t=!0),e))).filter((e=>null!=e)),t&&(n.length?n[n.length-1].optional=!0:n=[e])}return ai({type:"TypeSpecList",ts:n})}(n,r)}else Ir=t,t=u;return Vr[a]={nextPos:Ir,result:t},t}function Qo(){var e,t,n=194*Ir+182,r=Vr[n];return r?(Ir=r.nextPos,r.result):(e=Ir,Eu()!==u?(Zu(),(t=Ko())!==u?(Lr=e,e=ai({type:"AsTypeSpec",ts:t})):(Ir=e,e=u)):(Ir=e,e=u),Vr[n]={nextPos:Ir,result:e},e)}function Zo(){var e,t,n,r,o,i,s=194*Ir+183,a=Vr[s];return a?(Ir=a.nextPos,a.result):(e=Ir,(t=tu())!==u?(n=Ir,Zu(),(r=Qo())!==u?n=r:(Ir=n,n=u),n===u&&(n=null),Lr=e,o=t,i=n,e=ai({...o,ts:i})):(Ir=e,e=u),Vr[s]={nextPos:Ir,result:e},e)}function ei(){var t,n,r,o,i,s,a=194*Ir+184,c=Vr[a];if(c)return Ir=c.nextPos,c.result;if(t=Ir,(n=Zo())!==u){for(r=[],o=Ir,Zu(),44===e.charCodeAt(Ir)?(i=Z,Ir++):(i=u,0===Rr&&Gr(Bn)),i!==u?(Zu(),(s=Zo())!==u?o=s:(Ir=o,o=u)):(Ir=o,o=u);o!==u;)r.push(o),o=Ir,Zu(),44===e.charCodeAt(Ir)?(i=Z,Ir++):(i=u,0===Rr&&Gr(Bn)),i!==u?(Zu(),(s=Zo())!==u?o=s:(Ir=o,o=u)):(Ir=o,o=u);Lr=t,t=vr(n,r)}else Ir=t,t=u;return Vr[a]={nextPos:Ir,result:t},t}function ti(){var t,n=194*Ir+188,r=Vr[n];return r?(Ir=r.nextPos,r.result):((t=ni())===u&&(t=function(){var t,n,r,o,i,s,a=194*Ir+165,c=Vr[a];return c?(Ir=c.nextPos,c.result):(t=Ir,n=function(){var t,n,r,o,i=194*Ir+75,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,6)===P?(n=P,Ir+=6):(n=u,0===Rr&&Gr(Zt)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}(),n!==u?(Zu(),(r=Ro())!==u?(Zu(),59===e.charCodeAt(Ir)?(o=G,Ir++):(o=u,0===Rr&&Gr(bn)),o!==u?(Lr=t,t=ai({type:"ImportModule",id:r})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),t===u&&(t=Ir,n=function(){var t,n,r,o,i=194*Ir+93,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,5)===z?(n=z,Ir+=5):(n=u,0===Rr&&Gr(yn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}(),n!==u?(Zu(),(r=Ro())!==u?(Zu(),o=Ir,(i=Eu())!==u?(Zu(),(s=tu())!==u?(Zu(),o=s):(Ir=o,o=u)):(Ir=o,o=u),o===u&&(o=null),59===e.charCodeAt(Ir)?(i=G,Ir++):(i=u,0===Rr&&Gr(bn)),i!==u?(Lr=t,t=ai({type:"Using",id:r,as:o})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u)),Vr[a]={nextPos:Ir,result:t},t)}()),Vr[n]={nextPos:Ir,result:t},t)}function ni(){var t,n=194*Ir+191,r=Vr[n];return r?(Ir=r.nextPos,r.result):((t=Vo())===u&&(t=Uo())===u&&(t=Jo())===u&&(t=function(){var t,n,r,o,i=194*Ir+166,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,n=function(){var t,n,r,o,i=194*Ir+79,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,e.substr(Ir,6)===O?(n=O,Ir+=6):(n=u,0===Rr&&Gr(rn)),n!==u?(r=Ir,Rr++,o=uu(),Rr--,o===u?r=void 0:(Ir=r,r=u),r!==u?t=n=[n,r]:(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}(),n!==u?(Zu(),(r=tu())!==u?(Zu(),o=function(){var t,n,r,o,i=194*Ir+189,s=Vr[i];return s?(Ir=s.nextPos,s.result):(t=Ir,123===e.charCodeAt(Ir)?(n=ee,Ir++):(n=u,0===Rr&&Gr(wn)),n!==u?(Zu(),r=function(){var e,t,n,r,o,i=194*Ir+190,s=Vr[i];if(s)return Ir=s.nextPos,s.result;if(e=Ir,(t=ni())!==u){for(n=[],r=Ir,Zu(),(o=ni())!==u?r=o:(Ir=r,r=u);r!==u;)n.push(r),r=Ir,Zu(),(o=ni())!==u?r=o:(Ir=r,r=u);Lr=e,e=kr(t,n)}else Ir=e,e=u;return Vr[i]={nextPos:Ir,result:e},e}(),r===u&&(r=null),Zu(),125===e.charCodeAt(Ir)?(o=te,Ir++):(o=u,0===Rr&&Gr(Tn)),o!==u?(Lr=t,t=Nr(r)):(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}(),o!==u?(Lr=t,t=ai({type:"ModuleDeclaration",body:o,id:r})):(Ir=t,t=u)):(Ir=t,t=u)):(Ir=t,t=u),Vr[i]={nextPos:Ir,result:t},t)}())===u&&(t=Ho())===u&&(t=Po()),Vr[n]={nextPos:Ir,result:t},t)}function ri(){var e,t=194*Ir+193,n=Vr[t];return n?(Ir=n.nextPos,n.result):((e=Bo())===u&&(e=Uo())===u&&(e=Ho()),Vr[t]={nextPos:Ir,result:e},e)}var ui={CallExpression:"callee",MemberExpression:"object"};function oi(e){return null!==e?e:[]}const ii=[];function si(e,t){const n=Wr();return ii.find((e=>e.start===n.start.offset))||ii.push({type:t?"MultiLine":"Line",value:e,start:n.start.offset,end:n.end.offset,loc:n}),$r}function ai(e){var t=Wr();return e.start=t.start.offset,e.end=t.end.offset,e}if((n=s())!==u&&Ir===e.length)return n;throw n!==u&&Ir<e.length&&Gr({type:"end"}),function(e,t,n){return new r(r.buildMessage(e,t),e,t,n)}(Mr,_r<e.length?e.charAt(_r):null,_r<e.length?Jr(_r,_r+1):Jr(_r,_r))}n.d(t,{parse:()=>o}),function(e,t){function n(){this.constructor=e}n.prototype=t.prototype,e.prototype=new n}(r,Error),r.prototype.format=function(e){var t="Error: "+this.message;if(this.location){var n,r=null;for(n=0;n<e.length;n++)if(e[n].source===this.location.source){r=e[n].text.split(/\r\n|\n|\r/g);break}var o=this.location.start,i=this.location.source+":"+o.line+":"+o.column;if(r){var s=this.location.end,a=u("",o.line.toString().length),c=r[o.line-1],l=o.line===s.line?s.column:c.length+1;t+="\n --\x3e "+i+"\n"+a+" |\n"+o.line+" | "+c+"\n"+a+" | "+u("",o.column-1)+u("",l-o.column,"^")}else t+="\n at "+i}return t},r.buildMessage=function(e,t){var n={literal:function(e){return'"'+u(e.text)+'"'},class:function(e){var t=e.parts.map((function(e){return Array.isArray(e)?o(e[0])+"-"+o(e[1]):o(e)}));return"["+(e.inverted?"^":"")+t+"]"},any:function(){return"any character"},end:function(){return"end of input"},other:function(e){return e.description}};function r(e){return e.charCodeAt(0).toString(16).toUpperCase()}function u(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(e){return"\\x0"+r(e)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(e){return"\\x"+r(e)}))}function o(e){return e.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(e){return"\\x0"+r(e)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(e){return"\\x"+r(e)}))}function i(e){return n[e.type](e)}return"Expected "+function(e){var t,n,r=e.map(i);if(r.sort(),r.length>0){for(t=1,n=1;t<r.length;t++)r[t-1]!==r[t]&&(r[n]=r[t],n++);r.length=n}switch(r.length){case 1:return r[0];case 2:return r[0]+" or "+r[1];default:return r.slice(0,-1).join(", ")+", or "+r[r.length-1]}}(e)+" but "+function(e){return e?'"'+u(e)+'"':"end of input"}(t)+" found."}}},t={};function n(r){var u=t[r];if(void 0!==u)return u.exports;var o=t[r]={exports:{}};return e[r].call(o.exports,o,o.exports,n),o.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};return(()=>{"use strict";n.r(r),n.d(r,{default:()=>v,defaultOptions:()=>b,languages:()=>y,options:()=>C,parsers:()=>E,printers:()=>A});var e=n(211),t=n(945);const{builders:u}=t.doc,{concat:o,group:i,fill:s,line:a,softline:c,hardline:l,indent:p,dedent:f,join:d}=u;let h;function g(e,t,n){const r=e.getValue();if(!r)return"";if("string"==typeof r)return r;let u,g;switch(r.type){case"ModuleDeclaration":return i([i(["module",a,p(r.id.name),a]),e.call(n,"body")]);case"TypedefDeclaration":return i([i(["typedef",a,r.id.name]),e.call(n,"ts"),";"]);case"EnumDeclaration":return["enum ",r.id?[n("id")," "]:"",n("body")];case"Property":return i([e.call(n,"key"),a,"=>",a,e.call(n,"value")]);case"ImportModule":return i(o(["import",a,r.id.name,";"]));case"Using":return g=["using",a,r.id.name],null!=r.as&&g.push(a,"as",a,r.as.name),g.push(";"),i(o(g));case"AttributeList":return o(["(",i(d([",",c],e.map(n,"attrs"))),")",l]);case"Identifier":return r.ts?i([r.name,e.call(n,"ts")]):r.name;case"AsTypeSpec":return p(s([a,"as",a,e.call(n,"ts")]));case"AsExpression":return g=[e.call(n,"expr"),e.call(n,"ts")],D(r.expr,r)&&(g=[o(["(",g[0],")"]),g[1]]),D(r,e.getParentNode())&&(g.unshift("("),g.push(")")),i(g);case"NewExpression":case"BinaryExpression":return g=h(e,t,n),D(r,e.getParentNode())&&(g=o(["(",g,")"])),g;case"TypeSpecList":return i(d([" or",a],e.map(n,"ts")));case"TypeSpecPart":if(g=[r.name||""],r.body&&g.push(" ",f(e.call(n,"body"))),r.generics){const t=r.generics.slice(-1)[0].ts.slice(-1)[0].generics?a:c;g.push(i(["<",c,p(d([",",a],e.map(n,"generics"))),t,">"]))}return r.dictionary&&g.push(i(["{",a,p(d([",",a],e.map(n,"dictionary"))),a,"}"])),r.callspec&&(t.semi=!1,g.push(e.call(n,"callspec")),t.semi=!0),r.nullable&&(r.callspec&&(g.unshift("("),g.push(")")),g.push("?")),o(g);case"ArrayExpression":return r.size?i(["new ",r.ts?[e.call(n,"ts"),r.ts.generics?"":" "]:"","[",p(e.call(n,"size")),"]",r.byte||""]):o([h(e,t,n),r.byte||""]);case"VariableDeclaration":case"FunctionDeclaration":case"MethodDeclaration":case"ClassDeclaration":return g=h(e,t,n),r.attrs&&(g=[e.call(n,"attrs"),g]),g;case"ClassElement":return g=[],r.access&&g.push(r.access,a),r.item.static&&g.push("static",a),u=e.call(n,"item"),g.length?(Array.isArray(u)?g=g.concat(u):g.push(u),s(g)):u;case"CatchClauses":return d(" ",e.map(n,"catches"));case"ThisExpression":return r.text;case"InstanceOfCase":return o(["instanceof ",e.call(n,"id")]);case"Literal":if("string"==typeof r.value)return r.raw}return h(e,t,n)}const m={"*":[0,0],"/":[0,0],"%":[0,0],"+":[10,10],"-":[10,10],"<<":[20,0],">>":[20,0],"<":[30,30],"<=":[30,30],">":[30,30],">=":[30,30],instanceof:[30,5],has:[99,5],"==":[40,30],"!=":[40,30],"&":[50,0],"^":[60,10],"|":[70,10]};function D(e,t){return!e.parenthesized&&!!function(e,t){if("AsExpression"==e.type){switch(t.type){case"BinaryExpression":return!0;case"MemberExpression":return e==t.object;case"NewExpression":case"CallExpression":return e==t.callee}return!1}if("AsExpression"==t.type){switch(e.type){case"ThisExpression":case"Identifier":case"ArrayExpression":case"ObjectExpression":case"Literal":case"MemberExpression":case"NewExpression":case"CallExpression":case"UnaryExpression":return!1}return!0}if("BinaryExpression"==e.type&&"BinaryExpression"==t.type){const n=m[e.operator],r=m[t.operator];if(n&&r){const u=r[1]<n[1]||e==t.right&&r[1]==n[1],o=r[0]<n[0]||e==t.right&&r[0]==n[0];if(u&&!o)return!0}return!1}if("NewExpression"==e.type)return"MemberExpression"==t.type}(e,t)&&(e.parenthesized=!0,!0)}const y=[{name:"monkeyc",extensions:[".mc"],parsers:["monkeyc-parser"]}],E={"monkeyc-parser":{parse:e.parse,astFormat:"monkeyc-ast",locStart:e=>e.start||0,locEnd:e=>e.end||0,preprocess:function(e,t){if(!h){const e=e=>t.plugins.find((t=>t.printers[e])).printers[e],{print:n,...r}=e("estree");Object.assign(e("monkeyc-ast"),r,{print:g}),h=n}return e}}},A={"monkeyc-ast":{print:()=>{throw"Something went wrong: printer not initialized!"}}},C={},b={tabWidth:4},v={languages:y,parsers:E,printers:A,options:C}})(),r})()}));