ui-thing 0.1.24 → 0.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
- package/src/comps.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.1.25
|
|
4
|
+
|
|
5
|
+
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.24...v0.1.25)
|
|
6
|
+
|
|
7
|
+
### 🏡 Chore
|
|
8
|
+
|
|
9
|
+
- Bump deps ([8d24f6c](https://github.com/BayBreezy/ui-thing-cli/commit/8d24f6c))
|
|
10
|
+
- Update input code ([f36e0cc](https://github.com/BayBreezy/ui-thing-cli/commit/f36e0cc))
|
|
11
|
+
|
|
12
|
+
### ❤️ Contributors
|
|
13
|
+
|
|
14
|
+
- Behon Baker ([@BayBreezy](http://github.com/BayBreezy))
|
|
15
|
+
|
|
3
16
|
## v0.1.24
|
|
4
17
|
|
|
5
18
|
[compare changes](https://github.com/BayBreezy/ui-thing-cli/compare/v0.1.23...v0.1.24)
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{a as he,b as sn,f as me}from"./chunk-S2R3PAZ7.js";var gr=he(Kn=>{"use strict";var br="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");Kn.encode=function(r){if(0<=r&&r<br.length)return br[r];throw new TypeError("Must be between 0 and 63: "+r)};Kn.decode=function(r){var n=65,e=90,t=97,s=122,i=48,a=57,o=43,l=47,c=26,p=52;return n<=r&&r<=e?r-n:t<=r&&r<=s?r-t+c:i<=r&&r<=a?r-i+p:r==o?62:r==l?63:-1}});var Qn=he(Xn=>{"use strict";var yr=gr(),Jn=5,vr=1<<Jn,xr=vr-1,Pr=vr;function qa(r){return r<0?(-r<<1)+1:(r<<1)+0}function Ha(r){var n=(r&1)===1,e=r>>1;return n?-e:e}Xn.encode=function(n){var e="",t,s=qa(n);do t=s&xr,s>>>=Jn,s>0&&(t|=Pr),e+=yr.encode(t);while(s>0);return e};Xn.decode=function(n,e,t){var s=n.length,i=0,a=0,o,l;do{if(e>=s)throw new Error("Expected more digits in base 64 VLQ value.");if(l=yr.decode(n.charCodeAt(e++)),l===-1)throw new Error("Invalid base64 digit: "+n.charAt(e-1));o=!!(l&Pr),l&=xr,i=i+(l<<a),a+=Jn}while(o);t.value=Ha(i),t.rest=e}});var nt=he(Z=>{"use strict";function Ga(r,n,e){if(n in r)return r[n];if(arguments.length===3)return e;throw new Error('"'+n+'" is a required argument.')}Z.getArg=Ga;var Tr=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,Wa=/^data:.+\,.+$/;function St(r){var n=r.match(Tr);return n?{scheme:n[1],auth:n[2],host:n[3],port:n[4],path:n[5]}:null}Z.urlParse=St;function tt(r){var n="";return r.scheme&&(n+=r.scheme+":"),n+="//",r.auth&&(n+=r.auth+"@"),r.host&&(n+=r.host),r.port&&(n+=":"+r.port),r.path&&(n+=r.path),n}Z.urlGenerate=tt;var Ka=32;function Ja(r){var n=[];return function(e){for(var t=0;t<n.length;t++)if(n[t].input===e){var s=n[0];return n[0]=n[t],n[t]=s,n[0].result}var i=r(e);return n.unshift({input:e,result:i}),n.length>Ka&&n.pop(),i}}var Yn=Ja(function(n){var e=n,t=St(n);if(t){if(!t.path)return n;e=t.path}for(var s=Z.isAbsolute(e),i=[],a=0,o=0;;)if(a=o,o=e.indexOf("/",a),o===-1){i.push(e.slice(a));break}else for(i.push(e.slice(a,o));o<e.length&&e[o]==="/";)o++;for(var l,c=0,o=i.length-1;o>=0;o--)l=i[o],l==="."?i.splice(o,1):l===".."?c++:c>0&&(l===""?(i.splice(o+1,c),c=0):(i.splice(o,2),c--));return e=i.join("/"),e===""&&(e=s?"/":"."),t?(t.path=e,tt(t)):e});Z.normalize=Yn;function wr(r,n){r===""&&(r="."),n===""&&(n=".");var e=St(n),t=St(r);if(t&&(r=t.path||"/"),e&&!e.scheme)return t&&(e.scheme=t.scheme),tt(e);if(e||n.match(Wa))return n;if(t&&!t.host&&!t.path)return t.host=n,tt(t);var s=n.charAt(0)==="/"?n:Yn(r.replace(/\/+$/,"")+"/"+n);return t?(t.path=s,tt(t)):s}Z.join=wr;Z.isAbsolute=function(r){return r.charAt(0)==="/"||Tr.test(r)};function Xa(r,n){r===""&&(r="."),r=r.replace(/\/$/,"");for(var e=0;n.indexOf(r+"/")!==0;){var t=r.lastIndexOf("/");if(t<0||(r=r.slice(0,t),r.match(/^([^\/]+:\/)?\/*$/)))return n;++e}return Array(e+1).join("../")+n.substr(r.length+1)}Z.relative=Xa;var Cr=function(){var r=Object.create(null);return!("__proto__"in r)}();function Sr(r){return r}function Qa(r){return Ir(r)?"$"+r:r}Z.toSetString=Cr?Sr:Qa;function Ya(r){return Ir(r)?r.slice(1):r}Z.fromSetString=Cr?Sr:Ya;function Ir(r){if(!r)return!1;var n=r.length;if(n<9||r.charCodeAt(n-1)!==95||r.charCodeAt(n-2)!==95||r.charCodeAt(n-3)!==111||r.charCodeAt(n-4)!==116||r.charCodeAt(n-5)!==111||r.charCodeAt(n-6)!==114||r.charCodeAt(n-7)!==112||r.charCodeAt(n-8)!==95||r.charCodeAt(n-9)!==95)return!1;for(var e=n-10;e>=0;e--)if(r.charCodeAt(e)!==36)return!1;return!0}function Za(r,n,e){var t=Me(r.source,n.source);return t!==0||(t=r.originalLine-n.originalLine,t!==0)||(t=r.originalColumn-n.originalColumn,t!==0||e)||(t=r.generatedColumn-n.generatedColumn,t!==0)||(t=r.generatedLine-n.generatedLine,t!==0)?t:Me(r.name,n.name)}Z.compareByOriginalPositions=Za;function eo(r,n,e){var t;return t=r.originalLine-n.originalLine,t!==0||(t=r.originalColumn-n.originalColumn,t!==0||e)||(t=r.generatedColumn-n.generatedColumn,t!==0)||(t=r.generatedLine-n.generatedLine,t!==0)?t:Me(r.name,n.name)}Z.compareByOriginalPositionsNoSource=eo;function to(r,n,e){var t=r.generatedLine-n.generatedLine;return t!==0||(t=r.generatedColumn-n.generatedColumn,t!==0||e)||(t=Me(r.source,n.source),t!==0)||(t=r.originalLine-n.originalLine,t!==0)||(t=r.originalColumn-n.originalColumn,t!==0)?t:Me(r.name,n.name)}Z.compareByGeneratedPositionsDeflated=to;function no(r,n,e){var t=r.generatedColumn-n.generatedColumn;return t!==0||e||(t=Me(r.source,n.source),t!==0)||(t=r.originalLine-n.originalLine,t!==0)||(t=r.originalColumn-n.originalColumn,t!==0)?t:Me(r.name,n.name)}Z.compareByGeneratedPositionsDeflatedNoLine=no;function Me(r,n){return r===n?0:r===null?1:n===null?-1:r>n?1:-1}function so(r,n){var e=r.generatedLine-n.generatedLine;return e!==0||(e=r.generatedColumn-n.generatedColumn,e!==0)||(e=Me(r.source,n.source),e!==0)||(e=r.originalLine-n.originalLine,e!==0)||(e=r.originalColumn-n.originalColumn,e!==0)?e:Me(r.name,n.name)}Z.compareByGeneratedPositionsInflated=so;function ro(r){return JSON.parse(r.replace(/^\)]}'[^\n]*\n/,""))}Z.parseSourceMapInput=ro;function io(r,n,e){if(n=n||"",r&&(r[r.length-1]!=="/"&&n[0]!=="/"&&(r+="/"),n=r+n),e){var t=St(e);if(!t)throw new Error("sourceMapURL could not be parsed");if(t.path){var s=t.path.lastIndexOf("/");s>=0&&(t.path=t.path.substring(0,s+1))}n=wr(tt(t),n)}return Yn(n)}Z.computeSourceURL=io});var ts=he(Er=>{"use strict";var Zn=nt(),es=Object.prototype.hasOwnProperty,Ge=typeof Map<"u";function Le(){this._array=[],this._set=Ge?new Map:Object.create(null)}Le.fromArray=function(n,e){for(var t=new Le,s=0,i=n.length;s<i;s++)t.add(n[s],e);return t};Le.prototype.size=function(){return Ge?this._set.size:Object.getOwnPropertyNames(this._set).length};Le.prototype.add=function(n,e){var t=Ge?n:Zn.toSetString(n),s=Ge?this.has(n):es.call(this._set,t),i=this._array.length;(!s||e)&&this._array.push(n),s||(Ge?this._set.set(n,i):this._set[t]=i)};Le.prototype.has=function(n){if(Ge)return this._set.has(n);var e=Zn.toSetString(n);return es.call(this._set,e)};Le.prototype.indexOf=function(n){if(Ge){var e=this._set.get(n);if(e>=0)return e}else{var t=Zn.toSetString(n);if(es.call(this._set,t))return this._set[t]}throw new Error('"'+n+'" is not in the set.')};Le.prototype.at=function(n){if(n>=0&&n<this._array.length)return this._array[n];throw new Error("No element indexed by "+n)};Le.prototype.toArray=function(){return this._array.slice()};Er.ArraySet=Le});var Nr=he(kr=>{"use strict";var Ar=nt();function ao(r,n){var e=r.generatedLine,t=n.generatedLine,s=r.generatedColumn,i=n.generatedColumn;return t>e||t==e&&i>=s||Ar.compareByGeneratedPositionsInflated(r,n)<=0}function rn(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}rn.prototype.unsortedForEach=function(n,e){this._array.forEach(n,e)};rn.prototype.add=function(n){ao(this._last,n)?(this._last=n,this._array.push(n)):(this._sorted=!1,this._array.push(n))};rn.prototype.toArray=function(){return this._sorted||(this._array.sort(Ar.compareByGeneratedPositionsInflated),this._sorted=!0),this._array};kr.MappingList=rn});var ns=he(Dr=>{"use strict";var It=Qn(),X=nt(),an=ts().ArraySet,oo=Nr().MappingList;function be(r){r||(r={}),this._file=X.getArg(r,"file",null),this._sourceRoot=X.getArg(r,"sourceRoot",null),this._skipValidation=X.getArg(r,"skipValidation",!1),this._ignoreInvalidMapping=X.getArg(r,"ignoreInvalidMapping",!1),this._sources=new an,this._names=new an,this._mappings=new oo,this._sourcesContents=null}be.prototype._version=3;be.fromSourceMap=function(n,e){var t=n.sourceRoot,s=new be(Object.assign(e||{},{file:n.file,sourceRoot:t}));return n.eachMapping(function(i){var a={generated:{line:i.generatedLine,column:i.generatedColumn}};i.source!=null&&(a.source=i.source,t!=null&&(a.source=X.relative(t,a.source)),a.original={line:i.originalLine,column:i.originalColumn},i.name!=null&&(a.name=i.name)),s.addMapping(a)}),n.sources.forEach(function(i){var a=i;t!==null&&(a=X.relative(t,i)),s._sources.has(a)||s._sources.add(a);var o=n.sourceContentFor(i);o!=null&&s.setSourceContent(i,o)}),s};be.prototype.addMapping=function(n){var e=X.getArg(n,"generated"),t=X.getArg(n,"original",null),s=X.getArg(n,"source",null),i=X.getArg(n,"name",null);!this._skipValidation&&this._validateMapping(e,t,s,i)===!1||(s!=null&&(s=String(s),this._sources.has(s)||this._sources.add(s)),i!=null&&(i=String(i),this._names.has(i)||this._names.add(i)),this._mappings.add({generatedLine:e.line,generatedColumn:e.column,originalLine:t!=null&&t.line,originalColumn:t!=null&&t.column,source:s,name:i}))};be.prototype.setSourceContent=function(n,e){var t=n;this._sourceRoot!=null&&(t=X.relative(this._sourceRoot,t)),e!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[X.toSetString(t)]=e):this._sourcesContents&&(delete this._sourcesContents[X.toSetString(t)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))};be.prototype.applySourceMap=function(n,e,t){var s=e;if(e==null){if(n.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);s=n.file}var i=this._sourceRoot;i!=null&&(s=X.relative(i,s));var a=new an,o=new an;this._mappings.unsortedForEach(function(l){if(l.source===s&&l.originalLine!=null){var c=n.originalPositionFor({line:l.originalLine,column:l.originalColumn});c.source!=null&&(l.source=c.source,t!=null&&(l.source=X.join(t,l.source)),i!=null&&(l.source=X.relative(i,l.source)),l.originalLine=c.line,l.originalColumn=c.column,c.name!=null&&(l.name=c.name))}var p=l.source;p!=null&&!a.has(p)&&a.add(p);var u=l.name;u!=null&&!o.has(u)&&o.add(u)},this),this._sources=a,this._names=o,n.sources.forEach(function(l){var c=n.sourceContentFor(l);c!=null&&(t!=null&&(l=X.join(t,l)),i!=null&&(l=X.relative(i,l)),this.setSourceContent(l,c))},this)};be.prototype._validateMapping=function(n,e,t,s){if(e&&typeof e.line!="number"&&typeof e.column!="number"){var i="original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.";if(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(i),!1;throw new Error(i)}if(!(n&&"line"in n&&"column"in n&&n.line>0&&n.column>=0&&!e&&!t&&!s)){if(n&&"line"in n&&"column"in n&&e&&"line"in e&&"column"in e&&n.line>0&&n.column>=0&&e.line>0&&e.column>=0&&t)return;var i="Invalid mapping: "+JSON.stringify({generated:n,source:t,original:e,name:s});if(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(i),!1;throw new Error(i)}};be.prototype._serializeMappings=function(){for(var n=0,e=1,t=0,s=0,i=0,a=0,o="",l,c,p,u,f=this._mappings.toArray(),h=0,d=f.length;h<d;h++){if(c=f[h],l="",c.generatedLine!==e)for(n=0;c.generatedLine!==e;)l+=";",e++;else if(h>0){if(!X.compareByGeneratedPositionsInflated(c,f[h-1]))continue;l+=","}l+=It.encode(c.generatedColumn-n),n=c.generatedColumn,c.source!=null&&(u=this._sources.indexOf(c.source),l+=It.encode(u-a),a=u,l+=It.encode(c.originalLine-1-s),s=c.originalLine-1,l+=It.encode(c.originalColumn-t),t=c.originalColumn,c.name!=null&&(p=this._names.indexOf(c.name),l+=It.encode(p-i),i=p)),o+=l}return o};be.prototype._generateSourcesContent=function(n,e){return n.map(function(t){if(!this._sourcesContents)return null;e!=null&&(t=X.relative(e,t));var s=X.toSetString(t);return Object.prototype.hasOwnProperty.call(this._sourcesContents,s)?this._sourcesContents[s]:null},this)};be.prototype.toJSON=function(){var n={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(n.file=this._file),this._sourceRoot!=null&&(n.sourceRoot=this._sourceRoot),this._sourcesContents&&(n.sourcesContent=this._generateSourcesContent(n.sources,n.sourceRoot)),n};be.prototype.toString=function(){return JSON.stringify(this.toJSON())};Dr.SourceMapGenerator=be});var Mr=he(We=>{"use strict";We.GREATEST_LOWER_BOUND=1;We.LEAST_UPPER_BOUND=2;function ss(r,n,e,t,s,i){var a=Math.floor((n-r)/2)+r,o=s(e,t[a],!0);return o===0?a:o>0?n-a>1?ss(a,n,e,t,s,i):i==We.LEAST_UPPER_BOUND?n<t.length?n:-1:a:a-r>1?ss(r,a,e,t,s,i):i==We.LEAST_UPPER_BOUND?a:r<0?-1:r}We.search=function(n,e,t,s){if(e.length===0)return-1;var i=ss(-1,e.length,n,e,t,s||We.GREATEST_LOWER_BOUND);if(i<0)return-1;for(;i-1>=0&&t(e[i],e[i-1],!0)===0;)--i;return i}});var Fr=he(Or=>{"use strict";function lo(r){function n(s,i,a){var o=s[i];s[i]=s[a],s[a]=o}function e(s,i){return Math.round(s+Math.random()*(i-s))}function t(s,i,a,o){if(a<o){var l=e(a,o),c=a-1;n(s,l,o);for(var p=s[o],u=a;u<o;u++)i(s[u],p,!1)<=0&&(c+=1,n(s,c,u));n(s,c+1,u);var f=c+1;t(s,i,a,f-1),t(s,i,f+1,o)}}return t}function co(r){let n=lo.toString();return new Function(`return ${n}`)()(r)}var Lr=new WeakMap;Or.quickSort=function(r,n,e=0){let t=Lr.get(n);t===void 0&&(t=co(n),Lr.set(n,t)),t(r,n,e,r.length-1)}});var _r=he(on=>{"use strict";var D=nt(),is=Mr(),st=ts().ArraySet,po=Qn(),Et=Fr().quickSort;function G(r,n){var e=r;return typeof r=="string"&&(e=D.parseSourceMapInput(r)),e.sections!=null?new Pe(e,n):new ee(e,n)}G.fromSourceMap=function(r,n){return ee.fromSourceMap(r,n)};G.prototype._version=3;G.prototype.__generatedMappings=null;Object.defineProperty(G.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}});G.prototype.__originalMappings=null;Object.defineProperty(G.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}});G.prototype._charIsMappingSeparator=function(n,e){var t=n.charAt(e);return t===";"||t===","};G.prototype._parseMappings=function(n,e){throw new Error("Subclasses must implement _parseMappings")};G.GENERATED_ORDER=1;G.ORIGINAL_ORDER=2;G.GREATEST_LOWER_BOUND=1;G.LEAST_UPPER_BOUND=2;G.prototype.eachMapping=function(n,e,t){var s=e||null,i=t||G.GENERATED_ORDER,a;switch(i){case G.GENERATED_ORDER:a=this._generatedMappings;break;case G.ORIGINAL_ORDER:a=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}for(var o=this.sourceRoot,l=n.bind(s),c=this._names,p=this._sources,u=this._sourceMapURL,f=0,h=a.length;f<h;f++){var d=a[f],g=d.source===null?null:p.at(d.source);g=D.computeSourceURL(o,g,u),l({source:g,generatedLine:d.generatedLine,generatedColumn:d.generatedColumn,originalLine:d.originalLine,originalColumn:d.originalColumn,name:d.name===null?null:c.at(d.name)})}};G.prototype.allGeneratedPositionsFor=function(n){var e=D.getArg(n,"line"),t={source:D.getArg(n,"source"),originalLine:e,originalColumn:D.getArg(n,"column",0)};if(t.source=this._findSourceIndex(t.source),t.source<0)return[];var s=[],i=this._findMapping(t,this._originalMappings,"originalLine","originalColumn",D.compareByOriginalPositions,is.LEAST_UPPER_BOUND);if(i>=0){var a=this._originalMappings[i];if(n.column===void 0)for(var o=a.originalLine;a&&a.originalLine===o;)s.push({line:D.getArg(a,"generatedLine",null),column:D.getArg(a,"generatedColumn",null),lastColumn:D.getArg(a,"lastGeneratedColumn",null)}),a=this._originalMappings[++i];else for(var l=a.originalColumn;a&&a.originalLine===e&&a.originalColumn==l;)s.push({line:D.getArg(a,"generatedLine",null),column:D.getArg(a,"generatedColumn",null),lastColumn:D.getArg(a,"lastGeneratedColumn",null)}),a=this._originalMappings[++i]}return s};on.SourceMapConsumer=G;function ee(r,n){var e=r;typeof r=="string"&&(e=D.parseSourceMapInput(r));var t=D.getArg(e,"version"),s=D.getArg(e,"sources"),i=D.getArg(e,"names",[]),a=D.getArg(e,"sourceRoot",null),o=D.getArg(e,"sourcesContent",null),l=D.getArg(e,"mappings"),c=D.getArg(e,"file",null);if(t!=this._version)throw new Error("Unsupported version: "+t);a&&(a=D.normalize(a)),s=s.map(String).map(D.normalize).map(function(p){return a&&D.isAbsolute(a)&&D.isAbsolute(p)?D.relative(a,p):p}),this._names=st.fromArray(i.map(String),!0),this._sources=st.fromArray(s,!0),this._absoluteSources=this._sources.toArray().map(function(p){return D.computeSourceURL(a,p,n)}),this.sourceRoot=a,this.sourcesContent=o,this._mappings=l,this._sourceMapURL=n,this.file=c}ee.prototype=Object.create(G.prototype);ee.prototype.consumer=G;ee.prototype._findSourceIndex=function(r){var n=r;if(this.sourceRoot!=null&&(n=D.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);var e;for(e=0;e<this._absoluteSources.length;++e)if(this._absoluteSources[e]==r)return e;return-1};ee.fromSourceMap=function(n,e){var t=Object.create(ee.prototype),s=t._names=st.fromArray(n._names.toArray(),!0),i=t._sources=st.fromArray(n._sources.toArray(),!0);t.sourceRoot=n._sourceRoot,t.sourcesContent=n._generateSourcesContent(t._sources.toArray(),t.sourceRoot),t.file=n._file,t._sourceMapURL=e,t._absoluteSources=t._sources.toArray().map(function(h){return D.computeSourceURL(t.sourceRoot,h,e)});for(var a=n._mappings.toArray().slice(),o=t.__generatedMappings=[],l=t.__originalMappings=[],c=0,p=a.length;c<p;c++){var u=a[c],f=new Rr;f.generatedLine=u.generatedLine,f.generatedColumn=u.generatedColumn,u.source&&(f.source=i.indexOf(u.source),f.originalLine=u.originalLine,f.originalColumn=u.originalColumn,u.name&&(f.name=s.indexOf(u.name)),l.push(f)),o.push(f)}return Et(t.__originalMappings,D.compareByOriginalPositions),t};ee.prototype._version=3;Object.defineProperty(ee.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function Rr(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}var rs=D.compareByGeneratedPositionsDeflatedNoLine;function Ur(r,n){let e=r.length,t=r.length-n;if(!(t<=1))if(t==2){let s=r[n],i=r[n+1];rs(s,i)>0&&(r[n]=i,r[n+1]=s)}else if(t<20)for(let s=n;s<e;s++)for(let i=s;i>n;i--){let a=r[i-1],o=r[i];if(rs(a,o)<=0)break;r[i-1]=o,r[i]=a}else Et(r,rs,n)}ee.prototype._parseMappings=function(n,e){var t=1,s=0,i=0,a=0,o=0,l=0,c=n.length,p=0,u={},f={},h=[],d=[],g,m,y,P,E;let x=0;for(;p<c;)if(n.charAt(p)===";")t++,p++,s=0,Ur(d,x),x=d.length;else if(n.charAt(p)===",")p++;else{for(g=new Rr,g.generatedLine=t,P=p;P<c&&!this._charIsMappingSeparator(n,P);P++);for(m=n.slice(p,P),y=[];p<P;)po.decode(n,p,f),E=f.value,p=f.rest,y.push(E);if(y.length===2)throw new Error("Found a source, but no line and column");if(y.length===3)throw new Error("Found a source and line, but no column");if(g.generatedColumn=s+y[0],s=g.generatedColumn,y.length>1&&(g.source=o+y[1],o+=y[1],g.originalLine=i+y[2],i=g.originalLine,g.originalLine+=1,g.originalColumn=a+y[3],a=g.originalColumn,y.length>4&&(g.name=l+y[4],l+=y[4])),d.push(g),typeof g.originalLine=="number"){let C=g.source;for(;h.length<=C;)h.push(null);h[C]===null&&(h[C]=[]),h[C].push(g)}}Ur(d,x),this.__generatedMappings=d;for(var T=0;T<h.length;T++)h[T]!=null&&Et(h[T],D.compareByOriginalPositionsNoSource);this.__originalMappings=[].concat(...h)};ee.prototype._findMapping=function(n,e,t,s,i,a){if(n[t]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+n[t]);if(n[s]<0)throw new TypeError("Column must be greater than or equal to 0, got "+n[s]);return is.search(n,e,i,a)};ee.prototype.computeColumnSpans=function(){for(var n=0;n<this._generatedMappings.length;++n){var e=this._generatedMappings[n];if(n+1<this._generatedMappings.length){var t=this._generatedMappings[n+1];if(e.generatedLine===t.generatedLine){e.lastGeneratedColumn=t.generatedColumn-1;continue}}e.lastGeneratedColumn=1/0}};ee.prototype.originalPositionFor=function(n){var e={generatedLine:D.getArg(n,"line"),generatedColumn:D.getArg(n,"column")},t=this._findMapping(e,this._generatedMappings,"generatedLine","generatedColumn",D.compareByGeneratedPositionsDeflated,D.getArg(n,"bias",G.GREATEST_LOWER_BOUND));if(t>=0){var s=this._generatedMappings[t];if(s.generatedLine===e.generatedLine){var i=D.getArg(s,"source",null);i!==null&&(i=this._sources.at(i),i=D.computeSourceURL(this.sourceRoot,i,this._sourceMapURL));var a=D.getArg(s,"name",null);return a!==null&&(a=this._names.at(a)),{source:i,line:D.getArg(s,"originalLine",null),column:D.getArg(s,"originalColumn",null),name:a}}}return{source:null,line:null,column:null,name:null}};ee.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(n){return n==null}):!1};ee.prototype.sourceContentFor=function(n,e){if(!this.sourcesContent)return null;var t=this._findSourceIndex(n);if(t>=0)return this.sourcesContent[t];var s=n;this.sourceRoot!=null&&(s=D.relative(this.sourceRoot,s));var i;if(this.sourceRoot!=null&&(i=D.urlParse(this.sourceRoot))){var a=s.replace(/^file:\/\//,"");if(i.scheme=="file"&&this._sources.has(a))return this.sourcesContent[this._sources.indexOf(a)];if((!i.path||i.path=="/")&&this._sources.has("/"+s))return this.sourcesContent[this._sources.indexOf("/"+s)]}if(e)return null;throw new Error('"'+s+'" is not in the SourceMap.')};ee.prototype.generatedPositionFor=function(n){var e=D.getArg(n,"source");if(e=this._findSourceIndex(e),e<0)return{line:null,column:null,lastColumn:null};var t={source:e,originalLine:D.getArg(n,"line"),originalColumn:D.getArg(n,"column")},s=this._findMapping(t,this._originalMappings,"originalLine","originalColumn",D.compareByOriginalPositions,D.getArg(n,"bias",G.GREATEST_LOWER_BOUND));if(s>=0){var i=this._originalMappings[s];if(i.source===t.source)return{line:D.getArg(i,"generatedLine",null),column:D.getArg(i,"generatedColumn",null),lastColumn:D.getArg(i,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}};on.BasicSourceMapConsumer=ee;function Pe(r,n){var e=r;typeof r=="string"&&(e=D.parseSourceMapInput(r));var t=D.getArg(e,"version"),s=D.getArg(e,"sections");if(t!=this._version)throw new Error("Unsupported version: "+t);this._sources=new st,this._names=new st;var i={line:-1,column:0};this._sections=s.map(function(a){if(a.url)throw new Error("Support for url field in sections not implemented.");var o=D.getArg(a,"offset"),l=D.getArg(o,"line"),c=D.getArg(o,"column");if(l<i.line||l===i.line&&c<i.column)throw new Error("Section offsets must be ordered and non-overlapping.");return i=o,{generatedOffset:{generatedLine:l+1,generatedColumn:c+1},consumer:new G(D.getArg(a,"map"),n)}})}Pe.prototype=Object.create(G.prototype);Pe.prototype.constructor=G;Pe.prototype._version=3;Object.defineProperty(Pe.prototype,"sources",{get:function(){for(var r=[],n=0;n<this._sections.length;n++)for(var e=0;e<this._sections[n].consumer.sources.length;e++)r.push(this._sections[n].consumer.sources[e]);return r}});Pe.prototype.originalPositionFor=function(n){var e={generatedLine:D.getArg(n,"line"),generatedColumn:D.getArg(n,"column")},t=is.search(e,this._sections,function(i,a){var o=i.generatedLine-a.generatedOffset.generatedLine;return o||i.generatedColumn-a.generatedOffset.generatedColumn}),s=this._sections[t];return s?s.consumer.originalPositionFor({line:e.generatedLine-(s.generatedOffset.generatedLine-1),column:e.generatedColumn-(s.generatedOffset.generatedLine===e.generatedLine?s.generatedOffset.generatedColumn-1:0),bias:n.bias}):{source:null,line:null,column:null,name:null}};Pe.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(n){return n.consumer.hasContentsOfAllSources()})};Pe.prototype.sourceContentFor=function(n,e){for(var t=0;t<this._sections.length;t++){var s=this._sections[t],i=s.consumer.sourceContentFor(n,!0);if(i||i==="")return i}if(e)return null;throw new Error('"'+n+'" is not in the SourceMap.')};Pe.prototype.generatedPositionFor=function(n){for(var e=0;e<this._sections.length;e++){var t=this._sections[e];if(t.consumer._findSourceIndex(D.getArg(n,"source"))!==-1){var s=t.consumer.generatedPositionFor(n);if(s){var i={line:s.line+(t.generatedOffset.generatedLine-1),column:s.column+(t.generatedOffset.generatedLine===s.line?t.generatedOffset.generatedColumn-1:0)};return i}}}return{line:null,column:null}};Pe.prototype._parseMappings=function(n,e){this.__generatedMappings=[],this.__originalMappings=[];for(var t=0;t<this._sections.length;t++)for(var s=this._sections[t],i=s.consumer._generatedMappings,a=0;a<i.length;a++){var o=i[a],l=s.consumer._sources.at(o.source);l=D.computeSourceURL(s.consumer.sourceRoot,l,this._sourceMapURL),this._sources.add(l),l=this._sources.indexOf(l);var c=null;o.name&&(c=s.consumer._names.at(o.name),this._names.add(c),c=this._names.indexOf(c));var p={source:l,generatedLine:o.generatedLine+(s.generatedOffset.generatedLine-1),generatedColumn:o.generatedColumn+(s.generatedOffset.generatedLine===o.generatedLine?s.generatedOffset.generatedColumn-1:0),originalLine:o.originalLine,originalColumn:o.originalColumn,name:c};this.__generatedMappings.push(p),typeof p.originalLine=="number"&&this.__originalMappings.push(p)}Et(this.__generatedMappings,D.compareByGeneratedPositionsDeflated),Et(this.__originalMappings,D.compareByOriginalPositions)};on.IndexedSourceMapConsumer=Pe});var jr=he(Br=>{"use strict";var uo=ns().SourceMapGenerator,ln=nt(),fo=/(\r?\n)/,ho=10,rt="$$$isSourceNode$$$";function ce(r,n,e,t,s){this.children=[],this.sourceContents={},this.line=r??null,this.column=n??null,this.source=e??null,this.name=s??null,this[rt]=!0,t!=null&&this.add(t)}ce.fromStringWithSourceMap=function(n,e,t){var s=new ce,i=n.split(fo),a=0,o=function(){var f=d(),h=d()||"";return f+h;function d(){return a<i.length?i[a++]:void 0}},l=1,c=0,p=null;return e.eachMapping(function(f){if(p!==null)if(l<f.generatedLine)u(p,o()),l++,c=0;else{var h=i[a]||"",d=h.substr(0,f.generatedColumn-c);i[a]=h.substr(f.generatedColumn-c),c=f.generatedColumn,u(p,d),p=f;return}for(;l<f.generatedLine;)s.add(o()),l++;if(c<f.generatedColumn){var h=i[a]||"";s.add(h.substr(0,f.generatedColumn)),i[a]=h.substr(f.generatedColumn),c=f.generatedColumn}p=f},this),a<i.length&&(p&&u(p,o()),s.add(i.splice(a).join(""))),e.sources.forEach(function(f){var h=e.sourceContentFor(f);h!=null&&(t!=null&&(f=ln.join(t,f)),s.setSourceContent(f,h))}),s;function u(f,h){if(f===null||f.source===void 0)s.add(h);else{var d=t?ln.join(t,f.source):f.source;s.add(new ce(f.originalLine,f.originalColumn,d,h,f.name))}}};ce.prototype.add=function(n){if(Array.isArray(n))n.forEach(function(e){this.add(e)},this);else if(n[rt]||typeof n=="string")n&&this.children.push(n);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+n);return this};ce.prototype.prepend=function(n){if(Array.isArray(n))for(var e=n.length-1;e>=0;e--)this.prepend(n[e]);else if(n[rt]||typeof n=="string")this.children.unshift(n);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+n);return this};ce.prototype.walk=function(n){for(var e,t=0,s=this.children.length;t<s;t++)e=this.children[t],e[rt]?e.walk(n):e!==""&&n(e,{source:this.source,line:this.line,column:this.column,name:this.name})};ce.prototype.join=function(n){var e,t,s=this.children.length;if(s>0){for(e=[],t=0;t<s-1;t++)e.push(this.children[t]),e.push(n);e.push(this.children[t]),this.children=e}return this};ce.prototype.replaceRight=function(n,e){var t=this.children[this.children.length-1];return t[rt]?t.replaceRight(n,e):typeof t=="string"?this.children[this.children.length-1]=t.replace(n,e):this.children.push("".replace(n,e)),this};ce.prototype.setSourceContent=function(n,e){this.sourceContents[ln.toSetString(n)]=e};ce.prototype.walkSourceContents=function(n){for(var e=0,t=this.children.length;e<t;e++)this.children[e][rt]&&this.children[e].walkSourceContents(n);for(var s=Object.keys(this.sourceContents),e=0,t=s.length;e<t;e++)n(ln.fromSetString(s[e]),this.sourceContents[s[e]])};ce.prototype.toString=function(){var n="";return this.walk(function(e){n+=e}),n};ce.prototype.toStringWithSourceMap=function(n){var e={code:"",line:1,column:0},t=new uo(n),s=!1,i=null,a=null,o=null,l=null;return this.walk(function(c,p){e.code+=c,p.source!==null&&p.line!==null&&p.column!==null?((i!==p.source||a!==p.line||o!==p.column||l!==p.name)&&t.addMapping({source:p.source,original:{line:p.line,column:p.column},generated:{line:e.line,column:e.column},name:p.name}),i=p.source,a=p.line,o=p.column,l=p.name,s=!0):s&&(t.addMapping({generated:{line:e.line,column:e.column}}),i=null,s=!1);for(var u=0,f=c.length;u<f;u++)c.charCodeAt(u)===ho?(e.line++,e.column=0,u+1===f?(i=null,s=!1):s&&t.addMapping({source:p.source,original:{line:p.line,column:p.column},generated:{line:e.line,column:e.column},name:p.name})):e.column++}),this.walkSourceContents(function(c,p){t.setSourceContent(c,p)}),{code:e.code,map:t}};Br.SourceNode=ce});var as=he(cn=>{"use strict";cn.SourceMapGenerator=ns().SourceMapGenerator;cn.SourceMapConsumer=_r().SourceMapConsumer;cn.SourceNode=jr().SourceNode});var $s=he(Rt=>{"use strict";Object.defineProperty(Rt,"__esModule",{value:!0});function mo(r,n){if(r==null)return{};var e={};for(var t in r)if({}.hasOwnProperty.call(r,t)){if(n.includes(t))continue;e[t]=r[t]}return e}var ke=class{constructor(n,e,t){this.line=void 0,this.column=void 0,this.index=void 0,this.line=n,this.column=e,this.index=t}},ct=class{constructor(n,e){this.start=void 0,this.end=void 0,this.filename=void 0,this.identifierName=void 0,this.start=n,this.end=e}};function se(r,n){let{line:e,column:t,index:s}=r;return new ke(e,t+n,s+n)}var Vr="BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED",bo={ImportMetaOutsideModule:{message:`import.meta may appear only with 'sourceType: "module"'`,code:Vr},ImportOutsideModule:{message:`'import' and 'export' may appear only with 'sourceType: "module"'`,code:Vr}},zr={ArrayPattern:"array destructuring pattern",AssignmentExpression:"assignment expression",AssignmentPattern:"assignment expression",ArrowFunctionExpression:"arrow function expression",ConditionalExpression:"conditional expression",CatchClause:"catch clause",ForOfStatement:"for-of statement",ForInStatement:"for-in statement",ForStatement:"for-loop",FormalParameters:"function parameter list",Identifier:"identifier",ImportSpecifier:"import specifier",ImportDefaultSpecifier:"import default specifier",ImportNamespaceSpecifier:"import namespace specifier",ObjectPattern:"object destructuring pattern",ParenthesizedExpression:"parenthesized expression",RestElement:"rest element",UpdateExpression:{true:"prefix operation",false:"postfix operation"},VariableDeclarator:"variable declaration",YieldExpression:"yield expression"},dn=r=>r.type==="UpdateExpression"?zr.UpdateExpression[`${r.prefix}`]:zr[r.type],go={AccessorIsGenerator:({kind:r})=>`A ${r}ter cannot be a generator.`,ArgumentsInClass:"'arguments' is only allowed in functions and class methods.",AsyncFunctionInSingleStatementContext:"Async functions can only be declared at the top level or inside a block.",AwaitBindingIdentifier:"Can not use 'await' as identifier inside an async function.",AwaitBindingIdentifierInStaticBlock:"Can not use 'await' as identifier inside a static block.",AwaitExpressionFormalParameter:"'await' is not allowed in async function parameters.",AwaitUsingNotInAsyncContext:"'await using' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncContext:"'await' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncFunction:"'await' is only allowed within async functions.",BadGetterArity:"A 'get' accessor must not have any formal parameters.",BadSetterArity:"A 'set' accessor must have exactly one formal parameter.",BadSetterRestParameter:"A 'set' accessor function argument must not be a rest parameter.",ConstructorClassField:"Classes may not have a field named 'constructor'.",ConstructorClassPrivateField:"Classes may not have a private field named '#constructor'.",ConstructorIsAccessor:"Class constructor may not be an accessor.",ConstructorIsAsync:"Constructor can't be an async function.",ConstructorIsGenerator:"Constructor can't be a generator.",DeclarationMissingInitializer:({kind:r})=>`Missing initializer in ${r} declaration.`,DecoratorArgumentsOutsideParentheses:"Decorator arguments must be moved inside parentheses: use '@(decorator(args))' instead of '@(decorator)(args)'.",DecoratorBeforeExport:"Decorators must be placed *before* the 'export' keyword. Remove the 'decoratorsBeforeExport: true' option to use the 'export @decorator class {}' syntax.",DecoratorsBeforeAfterExport:"Decorators can be placed *either* before or after the 'export' keyword, but not in both locations at the same time.",DecoratorConstructor:"Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?",DecoratorExportClass:"Decorators must be placed *after* the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the '@decorator export class {}' syntax.",DecoratorSemicolon:"Decorators must not be followed by a semicolon.",DecoratorStaticBlock:"Decorators can't be used with a static block.",DeferImportRequiresNamespace:'Only `import defer * as x from "./module"` is valid.',DeletePrivateField:"Deleting a private field is not allowed.",DestructureNamedImport:"ES2015 named imports do not destructure. Use another statement for destructuring after the import.",DuplicateConstructor:"Duplicate constructor in the same class.",DuplicateDefaultExport:"Only one default export allowed per module.",DuplicateExport:({exportName:r})=>`\`${r}\` has already been exported. Exported identifiers must be unique.`,DuplicateProto:"Redefinition of __proto__ property.",DuplicateRegExpFlags:"Duplicate regular expression flag.",DynamicImportPhaseRequiresImportExpressions:({phase:r})=>`'import.${r}(...)' can only be parsed when using the 'createImportExpressions' option.`,ElementAfterRest:"Rest element must be last element.",EscapedCharNotAnIdentifier:"Invalid Unicode escape.",ExportBindingIsString:({localName:r,exportName:n})=>`A string literal cannot be used as an exported binding without \`from\`.
|
|
2
|
+
import{a as he,b as sn,f as me}from"./chunk-S2R3PAZ7.js";var gr=he(Kn=>{"use strict";var br="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");Kn.encode=function(r){if(0<=r&&r<br.length)return br[r];throw new TypeError("Must be between 0 and 63: "+r)};Kn.decode=function(r){var n=65,e=90,t=97,s=122,i=48,a=57,o=43,l=47,c=26,p=52;return n<=r&&r<=e?r-n:t<=r&&r<=s?r-t+c:i<=r&&r<=a?r-i+p:r==o?62:r==l?63:-1}});var Qn=he(Xn=>{"use strict";var yr=gr(),Jn=5,vr=1<<Jn,xr=vr-1,Pr=vr;function qa(r){return r<0?(-r<<1)+1:(r<<1)+0}function Ha(r){var n=(r&1)===1,e=r>>1;return n?-e:e}Xn.encode=function(n){var e="",t,s=qa(n);do t=s&xr,s>>>=Jn,s>0&&(t|=Pr),e+=yr.encode(t);while(s>0);return e};Xn.decode=function(n,e,t){var s=n.length,i=0,a=0,o,l;do{if(e>=s)throw new Error("Expected more digits in base 64 VLQ value.");if(l=yr.decode(n.charCodeAt(e++)),l===-1)throw new Error("Invalid base64 digit: "+n.charAt(e-1));o=!!(l&Pr),l&=xr,i=i+(l<<a),a+=Jn}while(o);t.value=Ha(i),t.rest=e}});var nt=he(Z=>{"use strict";function Ga(r,n,e){if(n in r)return r[n];if(arguments.length===3)return e;throw new Error('"'+n+'" is a required argument.')}Z.getArg=Ga;var Tr=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,Wa=/^data:.+\,.+$/;function St(r){var n=r.match(Tr);return n?{scheme:n[1],auth:n[2],host:n[3],port:n[4],path:n[5]}:null}Z.urlParse=St;function tt(r){var n="";return r.scheme&&(n+=r.scheme+":"),n+="//",r.auth&&(n+=r.auth+"@"),r.host&&(n+=r.host),r.port&&(n+=":"+r.port),r.path&&(n+=r.path),n}Z.urlGenerate=tt;var Ka=32;function Ja(r){var n=[];return function(e){for(var t=0;t<n.length;t++)if(n[t].input===e){var s=n[0];return n[0]=n[t],n[t]=s,n[0].result}var i=r(e);return n.unshift({input:e,result:i}),n.length>Ka&&n.pop(),i}}var Yn=Ja(function(n){var e=n,t=St(n);if(t){if(!t.path)return n;e=t.path}for(var s=Z.isAbsolute(e),i=[],a=0,o=0;;)if(a=o,o=e.indexOf("/",a),o===-1){i.push(e.slice(a));break}else for(i.push(e.slice(a,o));o<e.length&&e[o]==="/";)o++;for(var l,c=0,o=i.length-1;o>=0;o--)l=i[o],l==="."?i.splice(o,1):l===".."?c++:c>0&&(l===""?(i.splice(o+1,c),c=0):(i.splice(o,2),c--));return e=i.join("/"),e===""&&(e=s?"/":"."),t?(t.path=e,tt(t)):e});Z.normalize=Yn;function wr(r,n){r===""&&(r="."),n===""&&(n=".");var e=St(n),t=St(r);if(t&&(r=t.path||"/"),e&&!e.scheme)return t&&(e.scheme=t.scheme),tt(e);if(e||n.match(Wa))return n;if(t&&!t.host&&!t.path)return t.host=n,tt(t);var s=n.charAt(0)==="/"?n:Yn(r.replace(/\/+$/,"")+"/"+n);return t?(t.path=s,tt(t)):s}Z.join=wr;Z.isAbsolute=function(r){return r.charAt(0)==="/"||Tr.test(r)};function Xa(r,n){r===""&&(r="."),r=r.replace(/\/$/,"");for(var e=0;n.indexOf(r+"/")!==0;){var t=r.lastIndexOf("/");if(t<0||(r=r.slice(0,t),r.match(/^([^\/]+:\/)?\/*$/)))return n;++e}return Array(e+1).join("../")+n.substr(r.length+1)}Z.relative=Xa;var Cr=function(){var r=Object.create(null);return!("__proto__"in r)}();function Sr(r){return r}function Qa(r){return Ir(r)?"$"+r:r}Z.toSetString=Cr?Sr:Qa;function Ya(r){return Ir(r)?r.slice(1):r}Z.fromSetString=Cr?Sr:Ya;function Ir(r){if(!r)return!1;var n=r.length;if(n<9||r.charCodeAt(n-1)!==95||r.charCodeAt(n-2)!==95||r.charCodeAt(n-3)!==111||r.charCodeAt(n-4)!==116||r.charCodeAt(n-5)!==111||r.charCodeAt(n-6)!==114||r.charCodeAt(n-7)!==112||r.charCodeAt(n-8)!==95||r.charCodeAt(n-9)!==95)return!1;for(var e=n-10;e>=0;e--)if(r.charCodeAt(e)!==36)return!1;return!0}function Za(r,n,e){var t=Me(r.source,n.source);return t!==0||(t=r.originalLine-n.originalLine,t!==0)||(t=r.originalColumn-n.originalColumn,t!==0||e)||(t=r.generatedColumn-n.generatedColumn,t!==0)||(t=r.generatedLine-n.generatedLine,t!==0)?t:Me(r.name,n.name)}Z.compareByOriginalPositions=Za;function eo(r,n,e){var t;return t=r.originalLine-n.originalLine,t!==0||(t=r.originalColumn-n.originalColumn,t!==0||e)||(t=r.generatedColumn-n.generatedColumn,t!==0)||(t=r.generatedLine-n.generatedLine,t!==0)?t:Me(r.name,n.name)}Z.compareByOriginalPositionsNoSource=eo;function to(r,n,e){var t=r.generatedLine-n.generatedLine;return t!==0||(t=r.generatedColumn-n.generatedColumn,t!==0||e)||(t=Me(r.source,n.source),t!==0)||(t=r.originalLine-n.originalLine,t!==0)||(t=r.originalColumn-n.originalColumn,t!==0)?t:Me(r.name,n.name)}Z.compareByGeneratedPositionsDeflated=to;function no(r,n,e){var t=r.generatedColumn-n.generatedColumn;return t!==0||e||(t=Me(r.source,n.source),t!==0)||(t=r.originalLine-n.originalLine,t!==0)||(t=r.originalColumn-n.originalColumn,t!==0)?t:Me(r.name,n.name)}Z.compareByGeneratedPositionsDeflatedNoLine=no;function Me(r,n){return r===n?0:r===null?1:n===null?-1:r>n?1:-1}function so(r,n){var e=r.generatedLine-n.generatedLine;return e!==0||(e=r.generatedColumn-n.generatedColumn,e!==0)||(e=Me(r.source,n.source),e!==0)||(e=r.originalLine-n.originalLine,e!==0)||(e=r.originalColumn-n.originalColumn,e!==0)?e:Me(r.name,n.name)}Z.compareByGeneratedPositionsInflated=so;function ro(r){return JSON.parse(r.replace(/^\)]}'[^\n]*\n/,""))}Z.parseSourceMapInput=ro;function io(r,n,e){if(n=n||"",r&&(r[r.length-1]!=="/"&&n[0]!=="/"&&(r+="/"),n=r+n),e){var t=St(e);if(!t)throw new Error("sourceMapURL could not be parsed");if(t.path){var s=t.path.lastIndexOf("/");s>=0&&(t.path=t.path.substring(0,s+1))}n=wr(tt(t),n)}return Yn(n)}Z.computeSourceURL=io});var ts=he(Er=>{"use strict";var Zn=nt(),es=Object.prototype.hasOwnProperty,Ge=typeof Map<"u";function Le(){this._array=[],this._set=Ge?new Map:Object.create(null)}Le.fromArray=function(n,e){for(var t=new Le,s=0,i=n.length;s<i;s++)t.add(n[s],e);return t};Le.prototype.size=function(){return Ge?this._set.size:Object.getOwnPropertyNames(this._set).length};Le.prototype.add=function(n,e){var t=Ge?n:Zn.toSetString(n),s=Ge?this.has(n):es.call(this._set,t),i=this._array.length;(!s||e)&&this._array.push(n),s||(Ge?this._set.set(n,i):this._set[t]=i)};Le.prototype.has=function(n){if(Ge)return this._set.has(n);var e=Zn.toSetString(n);return es.call(this._set,e)};Le.prototype.indexOf=function(n){if(Ge){var e=this._set.get(n);if(e>=0)return e}else{var t=Zn.toSetString(n);if(es.call(this._set,t))return this._set[t]}throw new Error('"'+n+'" is not in the set.')};Le.prototype.at=function(n){if(n>=0&&n<this._array.length)return this._array[n];throw new Error("No element indexed by "+n)};Le.prototype.toArray=function(){return this._array.slice()};Er.ArraySet=Le});var Nr=he(kr=>{"use strict";var Ar=nt();function ao(r,n){var e=r.generatedLine,t=n.generatedLine,s=r.generatedColumn,i=n.generatedColumn;return t>e||t==e&&i>=s||Ar.compareByGeneratedPositionsInflated(r,n)<=0}function rn(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}rn.prototype.unsortedForEach=function(n,e){this._array.forEach(n,e)};rn.prototype.add=function(n){ao(this._last,n)?(this._last=n,this._array.push(n)):(this._sorted=!1,this._array.push(n))};rn.prototype.toArray=function(){return this._sorted||(this._array.sort(Ar.compareByGeneratedPositionsInflated),this._sorted=!0),this._array};kr.MappingList=rn});var ns=he(Dr=>{"use strict";var It=Qn(),X=nt(),an=ts().ArraySet,oo=Nr().MappingList;function be(r){r||(r={}),this._file=X.getArg(r,"file",null),this._sourceRoot=X.getArg(r,"sourceRoot",null),this._skipValidation=X.getArg(r,"skipValidation",!1),this._ignoreInvalidMapping=X.getArg(r,"ignoreInvalidMapping",!1),this._sources=new an,this._names=new an,this._mappings=new oo,this._sourcesContents=null}be.prototype._version=3;be.fromSourceMap=function(n,e){var t=n.sourceRoot,s=new be(Object.assign(e||{},{file:n.file,sourceRoot:t}));return n.eachMapping(function(i){var a={generated:{line:i.generatedLine,column:i.generatedColumn}};i.source!=null&&(a.source=i.source,t!=null&&(a.source=X.relative(t,a.source)),a.original={line:i.originalLine,column:i.originalColumn},i.name!=null&&(a.name=i.name)),s.addMapping(a)}),n.sources.forEach(function(i){var a=i;t!==null&&(a=X.relative(t,i)),s._sources.has(a)||s._sources.add(a);var o=n.sourceContentFor(i);o!=null&&s.setSourceContent(i,o)}),s};be.prototype.addMapping=function(n){var e=X.getArg(n,"generated"),t=X.getArg(n,"original",null),s=X.getArg(n,"source",null),i=X.getArg(n,"name",null);!this._skipValidation&&this._validateMapping(e,t,s,i)===!1||(s!=null&&(s=String(s),this._sources.has(s)||this._sources.add(s)),i!=null&&(i=String(i),this._names.has(i)||this._names.add(i)),this._mappings.add({generatedLine:e.line,generatedColumn:e.column,originalLine:t!=null&&t.line,originalColumn:t!=null&&t.column,source:s,name:i}))};be.prototype.setSourceContent=function(n,e){var t=n;this._sourceRoot!=null&&(t=X.relative(this._sourceRoot,t)),e!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[X.toSetString(t)]=e):this._sourcesContents&&(delete this._sourcesContents[X.toSetString(t)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))};be.prototype.applySourceMap=function(n,e,t){var s=e;if(e==null){if(n.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);s=n.file}var i=this._sourceRoot;i!=null&&(s=X.relative(i,s));var a=new an,o=new an;this._mappings.unsortedForEach(function(l){if(l.source===s&&l.originalLine!=null){var c=n.originalPositionFor({line:l.originalLine,column:l.originalColumn});c.source!=null&&(l.source=c.source,t!=null&&(l.source=X.join(t,l.source)),i!=null&&(l.source=X.relative(i,l.source)),l.originalLine=c.line,l.originalColumn=c.column,c.name!=null&&(l.name=c.name))}var p=l.source;p!=null&&!a.has(p)&&a.add(p);var u=l.name;u!=null&&!o.has(u)&&o.add(u)},this),this._sources=a,this._names=o,n.sources.forEach(function(l){var c=n.sourceContentFor(l);c!=null&&(t!=null&&(l=X.join(t,l)),i!=null&&(l=X.relative(i,l)),this.setSourceContent(l,c))},this)};be.prototype._validateMapping=function(n,e,t,s){if(e&&typeof e.line!="number"&&typeof e.column!="number"){var i="original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.";if(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(i),!1;throw new Error(i)}if(!(n&&"line"in n&&"column"in n&&n.line>0&&n.column>=0&&!e&&!t&&!s)){if(n&&"line"in n&&"column"in n&&e&&"line"in e&&"column"in e&&n.line>0&&n.column>=0&&e.line>0&&e.column>=0&&t)return;var i="Invalid mapping: "+JSON.stringify({generated:n,source:t,original:e,name:s});if(this._ignoreInvalidMapping)return typeof console<"u"&&console.warn&&console.warn(i),!1;throw new Error(i)}};be.prototype._serializeMappings=function(){for(var n=0,e=1,t=0,s=0,i=0,a=0,o="",l,c,p,u,f=this._mappings.toArray(),h=0,d=f.length;h<d;h++){if(c=f[h],l="",c.generatedLine!==e)for(n=0;c.generatedLine!==e;)l+=";",e++;else if(h>0){if(!X.compareByGeneratedPositionsInflated(c,f[h-1]))continue;l+=","}l+=It.encode(c.generatedColumn-n),n=c.generatedColumn,c.source!=null&&(u=this._sources.indexOf(c.source),l+=It.encode(u-a),a=u,l+=It.encode(c.originalLine-1-s),s=c.originalLine-1,l+=It.encode(c.originalColumn-t),t=c.originalColumn,c.name!=null&&(p=this._names.indexOf(c.name),l+=It.encode(p-i),i=p)),o+=l}return o};be.prototype._generateSourcesContent=function(n,e){return n.map(function(t){if(!this._sourcesContents)return null;e!=null&&(t=X.relative(e,t));var s=X.toSetString(t);return Object.prototype.hasOwnProperty.call(this._sourcesContents,s)?this._sourcesContents[s]:null},this)};be.prototype.toJSON=function(){var n={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(n.file=this._file),this._sourceRoot!=null&&(n.sourceRoot=this._sourceRoot),this._sourcesContents&&(n.sourcesContent=this._generateSourcesContent(n.sources,n.sourceRoot)),n};be.prototype.toString=function(){return JSON.stringify(this.toJSON())};Dr.SourceMapGenerator=be});var Mr=he(We=>{"use strict";We.GREATEST_LOWER_BOUND=1;We.LEAST_UPPER_BOUND=2;function ss(r,n,e,t,s,i){var a=Math.floor((n-r)/2)+r,o=s(e,t[a],!0);return o===0?a:o>0?n-a>1?ss(a,n,e,t,s,i):i==We.LEAST_UPPER_BOUND?n<t.length?n:-1:a:a-r>1?ss(r,a,e,t,s,i):i==We.LEAST_UPPER_BOUND?a:r<0?-1:r}We.search=function(n,e,t,s){if(e.length===0)return-1;var i=ss(-1,e.length,n,e,t,s||We.GREATEST_LOWER_BOUND);if(i<0)return-1;for(;i-1>=0&&t(e[i],e[i-1],!0)===0;)--i;return i}});var Fr=he(Or=>{"use strict";function lo(r){function n(s,i,a){var o=s[i];s[i]=s[a],s[a]=o}function e(s,i){return Math.round(s+Math.random()*(i-s))}function t(s,i,a,o){if(a<o){var l=e(a,o),c=a-1;n(s,l,o);for(var p=s[o],u=a;u<o;u++)i(s[u],p,!1)<=0&&(c+=1,n(s,c,u));n(s,c+1,u);var f=c+1;t(s,i,a,f-1),t(s,i,f+1,o)}}return t}function co(r){let n=lo.toString();return new Function(`return ${n}`)()(r)}var Lr=new WeakMap;Or.quickSort=function(r,n,e=0){let t=Lr.get(n);t===void 0&&(t=co(n),Lr.set(n,t)),t(r,n,e,r.length-1)}});var _r=he(on=>{"use strict";var D=nt(),is=Mr(),st=ts().ArraySet,po=Qn(),Et=Fr().quickSort;function G(r,n){var e=r;return typeof r=="string"&&(e=D.parseSourceMapInput(r)),e.sections!=null?new Pe(e,n):new ee(e,n)}G.fromSourceMap=function(r,n){return ee.fromSourceMap(r,n)};G.prototype._version=3;G.prototype.__generatedMappings=null;Object.defineProperty(G.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}});G.prototype.__originalMappings=null;Object.defineProperty(G.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}});G.prototype._charIsMappingSeparator=function(n,e){var t=n.charAt(e);return t===";"||t===","};G.prototype._parseMappings=function(n,e){throw new Error("Subclasses must implement _parseMappings")};G.GENERATED_ORDER=1;G.ORIGINAL_ORDER=2;G.GREATEST_LOWER_BOUND=1;G.LEAST_UPPER_BOUND=2;G.prototype.eachMapping=function(n,e,t){var s=e||null,i=t||G.GENERATED_ORDER,a;switch(i){case G.GENERATED_ORDER:a=this._generatedMappings;break;case G.ORIGINAL_ORDER:a=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}for(var o=this.sourceRoot,l=n.bind(s),c=this._names,p=this._sources,u=this._sourceMapURL,f=0,h=a.length;f<h;f++){var d=a[f],g=d.source===null?null:p.at(d.source);g!==null&&(g=D.computeSourceURL(o,g,u)),l({source:g,generatedLine:d.generatedLine,generatedColumn:d.generatedColumn,originalLine:d.originalLine,originalColumn:d.originalColumn,name:d.name===null?null:c.at(d.name)})}};G.prototype.allGeneratedPositionsFor=function(n){var e=D.getArg(n,"line"),t={source:D.getArg(n,"source"),originalLine:e,originalColumn:D.getArg(n,"column",0)};if(t.source=this._findSourceIndex(t.source),t.source<0)return[];var s=[],i=this._findMapping(t,this._originalMappings,"originalLine","originalColumn",D.compareByOriginalPositions,is.LEAST_UPPER_BOUND);if(i>=0){var a=this._originalMappings[i];if(n.column===void 0)for(var o=a.originalLine;a&&a.originalLine===o;)s.push({line:D.getArg(a,"generatedLine",null),column:D.getArg(a,"generatedColumn",null),lastColumn:D.getArg(a,"lastGeneratedColumn",null)}),a=this._originalMappings[++i];else for(var l=a.originalColumn;a&&a.originalLine===e&&a.originalColumn==l;)s.push({line:D.getArg(a,"generatedLine",null),column:D.getArg(a,"generatedColumn",null),lastColumn:D.getArg(a,"lastGeneratedColumn",null)}),a=this._originalMappings[++i]}return s};on.SourceMapConsumer=G;function ee(r,n){var e=r;typeof r=="string"&&(e=D.parseSourceMapInput(r));var t=D.getArg(e,"version"),s=D.getArg(e,"sources"),i=D.getArg(e,"names",[]),a=D.getArg(e,"sourceRoot",null),o=D.getArg(e,"sourcesContent",null),l=D.getArg(e,"mappings"),c=D.getArg(e,"file",null);if(t!=this._version)throw new Error("Unsupported version: "+t);a&&(a=D.normalize(a)),s=s.map(String).map(D.normalize).map(function(p){return a&&D.isAbsolute(a)&&D.isAbsolute(p)?D.relative(a,p):p}),this._names=st.fromArray(i.map(String),!0),this._sources=st.fromArray(s,!0),this._absoluteSources=this._sources.toArray().map(function(p){return D.computeSourceURL(a,p,n)}),this.sourceRoot=a,this.sourcesContent=o,this._mappings=l,this._sourceMapURL=n,this.file=c}ee.prototype=Object.create(G.prototype);ee.prototype.consumer=G;ee.prototype._findSourceIndex=function(r){var n=r;if(this.sourceRoot!=null&&(n=D.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);var e;for(e=0;e<this._absoluteSources.length;++e)if(this._absoluteSources[e]==r)return e;return-1};ee.fromSourceMap=function(n,e){var t=Object.create(ee.prototype),s=t._names=st.fromArray(n._names.toArray(),!0),i=t._sources=st.fromArray(n._sources.toArray(),!0);t.sourceRoot=n._sourceRoot,t.sourcesContent=n._generateSourcesContent(t._sources.toArray(),t.sourceRoot),t.file=n._file,t._sourceMapURL=e,t._absoluteSources=t._sources.toArray().map(function(h){return D.computeSourceURL(t.sourceRoot,h,e)});for(var a=n._mappings.toArray().slice(),o=t.__generatedMappings=[],l=t.__originalMappings=[],c=0,p=a.length;c<p;c++){var u=a[c],f=new Rr;f.generatedLine=u.generatedLine,f.generatedColumn=u.generatedColumn,u.source&&(f.source=i.indexOf(u.source),f.originalLine=u.originalLine,f.originalColumn=u.originalColumn,u.name&&(f.name=s.indexOf(u.name)),l.push(f)),o.push(f)}return Et(t.__originalMappings,D.compareByOriginalPositions),t};ee.prototype._version=3;Object.defineProperty(ee.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function Rr(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}var rs=D.compareByGeneratedPositionsDeflatedNoLine;function Ur(r,n){let e=r.length,t=r.length-n;if(!(t<=1))if(t==2){let s=r[n],i=r[n+1];rs(s,i)>0&&(r[n]=i,r[n+1]=s)}else if(t<20)for(let s=n;s<e;s++)for(let i=s;i>n;i--){let a=r[i-1],o=r[i];if(rs(a,o)<=0)break;r[i-1]=o,r[i]=a}else Et(r,rs,n)}ee.prototype._parseMappings=function(n,e){var t=1,s=0,i=0,a=0,o=0,l=0,c=n.length,p=0,u={},f={},h=[],d=[],g,m,y,P,E;let x=0;for(;p<c;)if(n.charAt(p)===";")t++,p++,s=0,Ur(d,x),x=d.length;else if(n.charAt(p)===",")p++;else{for(g=new Rr,g.generatedLine=t,P=p;P<c&&!this._charIsMappingSeparator(n,P);P++);for(m=n.slice(p,P),y=[];p<P;)po.decode(n,p,f),E=f.value,p=f.rest,y.push(E);if(y.length===2)throw new Error("Found a source, but no line and column");if(y.length===3)throw new Error("Found a source and line, but no column");if(g.generatedColumn=s+y[0],s=g.generatedColumn,y.length>1&&(g.source=o+y[1],o+=y[1],g.originalLine=i+y[2],i=g.originalLine,g.originalLine+=1,g.originalColumn=a+y[3],a=g.originalColumn,y.length>4&&(g.name=l+y[4],l+=y[4])),d.push(g),typeof g.originalLine=="number"){let C=g.source;for(;h.length<=C;)h.push(null);h[C]===null&&(h[C]=[]),h[C].push(g)}}Ur(d,x),this.__generatedMappings=d;for(var T=0;T<h.length;T++)h[T]!=null&&Et(h[T],D.compareByOriginalPositionsNoSource);this.__originalMappings=[].concat(...h)};ee.prototype._findMapping=function(n,e,t,s,i,a){if(n[t]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+n[t]);if(n[s]<0)throw new TypeError("Column must be greater than or equal to 0, got "+n[s]);return is.search(n,e,i,a)};ee.prototype.computeColumnSpans=function(){for(var n=0;n<this._generatedMappings.length;++n){var e=this._generatedMappings[n];if(n+1<this._generatedMappings.length){var t=this._generatedMappings[n+1];if(e.generatedLine===t.generatedLine){e.lastGeneratedColumn=t.generatedColumn-1;continue}}e.lastGeneratedColumn=1/0}};ee.prototype.originalPositionFor=function(n){var e={generatedLine:D.getArg(n,"line"),generatedColumn:D.getArg(n,"column")},t=this._findMapping(e,this._generatedMappings,"generatedLine","generatedColumn",D.compareByGeneratedPositionsDeflated,D.getArg(n,"bias",G.GREATEST_LOWER_BOUND));if(t>=0){var s=this._generatedMappings[t];if(s.generatedLine===e.generatedLine){var i=D.getArg(s,"source",null);i!==null&&(i=this._sources.at(i),i=D.computeSourceURL(this.sourceRoot,i,this._sourceMapURL));var a=D.getArg(s,"name",null);return a!==null&&(a=this._names.at(a)),{source:i,line:D.getArg(s,"originalLine",null),column:D.getArg(s,"originalColumn",null),name:a}}}return{source:null,line:null,column:null,name:null}};ee.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(n){return n==null}):!1};ee.prototype.sourceContentFor=function(n,e){if(!this.sourcesContent)return null;var t=this._findSourceIndex(n);if(t>=0)return this.sourcesContent[t];var s=n;this.sourceRoot!=null&&(s=D.relative(this.sourceRoot,s));var i;if(this.sourceRoot!=null&&(i=D.urlParse(this.sourceRoot))){var a=s.replace(/^file:\/\//,"");if(i.scheme=="file"&&this._sources.has(a))return this.sourcesContent[this._sources.indexOf(a)];if((!i.path||i.path=="/")&&this._sources.has("/"+s))return this.sourcesContent[this._sources.indexOf("/"+s)]}if(e)return null;throw new Error('"'+s+'" is not in the SourceMap.')};ee.prototype.generatedPositionFor=function(n){var e=D.getArg(n,"source");if(e=this._findSourceIndex(e),e<0)return{line:null,column:null,lastColumn:null};var t={source:e,originalLine:D.getArg(n,"line"),originalColumn:D.getArg(n,"column")},s=this._findMapping(t,this._originalMappings,"originalLine","originalColumn",D.compareByOriginalPositions,D.getArg(n,"bias",G.GREATEST_LOWER_BOUND));if(s>=0){var i=this._originalMappings[s];if(i.source===t.source)return{line:D.getArg(i,"generatedLine",null),column:D.getArg(i,"generatedColumn",null),lastColumn:D.getArg(i,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}};on.BasicSourceMapConsumer=ee;function Pe(r,n){var e=r;typeof r=="string"&&(e=D.parseSourceMapInput(r));var t=D.getArg(e,"version"),s=D.getArg(e,"sections");if(t!=this._version)throw new Error("Unsupported version: "+t);this._sources=new st,this._names=new st;var i={line:-1,column:0};this._sections=s.map(function(a){if(a.url)throw new Error("Support for url field in sections not implemented.");var o=D.getArg(a,"offset"),l=D.getArg(o,"line"),c=D.getArg(o,"column");if(l<i.line||l===i.line&&c<i.column)throw new Error("Section offsets must be ordered and non-overlapping.");return i=o,{generatedOffset:{generatedLine:l+1,generatedColumn:c+1},consumer:new G(D.getArg(a,"map"),n)}})}Pe.prototype=Object.create(G.prototype);Pe.prototype.constructor=G;Pe.prototype._version=3;Object.defineProperty(Pe.prototype,"sources",{get:function(){for(var r=[],n=0;n<this._sections.length;n++)for(var e=0;e<this._sections[n].consumer.sources.length;e++)r.push(this._sections[n].consumer.sources[e]);return r}});Pe.prototype.originalPositionFor=function(n){var e={generatedLine:D.getArg(n,"line"),generatedColumn:D.getArg(n,"column")},t=is.search(e,this._sections,function(i,a){var o=i.generatedLine-a.generatedOffset.generatedLine;return o||i.generatedColumn-a.generatedOffset.generatedColumn}),s=this._sections[t];return s?s.consumer.originalPositionFor({line:e.generatedLine-(s.generatedOffset.generatedLine-1),column:e.generatedColumn-(s.generatedOffset.generatedLine===e.generatedLine?s.generatedOffset.generatedColumn-1:0),bias:n.bias}):{source:null,line:null,column:null,name:null}};Pe.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(n){return n.consumer.hasContentsOfAllSources()})};Pe.prototype.sourceContentFor=function(n,e){for(var t=0;t<this._sections.length;t++){var s=this._sections[t],i=s.consumer.sourceContentFor(n,!0);if(i||i==="")return i}if(e)return null;throw new Error('"'+n+'" is not in the SourceMap.')};Pe.prototype.generatedPositionFor=function(n){for(var e=0;e<this._sections.length;e++){var t=this._sections[e];if(t.consumer._findSourceIndex(D.getArg(n,"source"))!==-1){var s=t.consumer.generatedPositionFor(n);if(s){var i={line:s.line+(t.generatedOffset.generatedLine-1),column:s.column+(t.generatedOffset.generatedLine===s.line?t.generatedOffset.generatedColumn-1:0)};return i}}}return{line:null,column:null}};Pe.prototype._parseMappings=function(n,e){this.__generatedMappings=[],this.__originalMappings=[];for(var t=0;t<this._sections.length;t++)for(var s=this._sections[t],i=s.consumer._generatedMappings,a=0;a<i.length;a++){var o=i[a],l=s.consumer._sources.at(o.source);l!==null&&(l=D.computeSourceURL(s.consumer.sourceRoot,l,this._sourceMapURL)),this._sources.add(l),l=this._sources.indexOf(l);var c=null;o.name&&(c=s.consumer._names.at(o.name),this._names.add(c),c=this._names.indexOf(c));var p={source:l,generatedLine:o.generatedLine+(s.generatedOffset.generatedLine-1),generatedColumn:o.generatedColumn+(s.generatedOffset.generatedLine===o.generatedLine?s.generatedOffset.generatedColumn-1:0),originalLine:o.originalLine,originalColumn:o.originalColumn,name:c};this.__generatedMappings.push(p),typeof p.originalLine=="number"&&this.__originalMappings.push(p)}Et(this.__generatedMappings,D.compareByGeneratedPositionsDeflated),Et(this.__originalMappings,D.compareByOriginalPositions)};on.IndexedSourceMapConsumer=Pe});var jr=he(Br=>{"use strict";var uo=ns().SourceMapGenerator,ln=nt(),fo=/(\r?\n)/,ho=10,rt="$$$isSourceNode$$$";function ce(r,n,e,t,s){this.children=[],this.sourceContents={},this.line=r??null,this.column=n??null,this.source=e??null,this.name=s??null,this[rt]=!0,t!=null&&this.add(t)}ce.fromStringWithSourceMap=function(n,e,t){var s=new ce,i=n.split(fo),a=0,o=function(){var f=d(),h=d()||"";return f+h;function d(){return a<i.length?i[a++]:void 0}},l=1,c=0,p=null;return e.eachMapping(function(f){if(p!==null)if(l<f.generatedLine)u(p,o()),l++,c=0;else{var h=i[a]||"",d=h.substr(0,f.generatedColumn-c);i[a]=h.substr(f.generatedColumn-c),c=f.generatedColumn,u(p,d),p=f;return}for(;l<f.generatedLine;)s.add(o()),l++;if(c<f.generatedColumn){var h=i[a]||"";s.add(h.substr(0,f.generatedColumn)),i[a]=h.substr(f.generatedColumn),c=f.generatedColumn}p=f},this),a<i.length&&(p&&u(p,o()),s.add(i.splice(a).join(""))),e.sources.forEach(function(f){var h=e.sourceContentFor(f);h!=null&&(t!=null&&(f=ln.join(t,f)),s.setSourceContent(f,h))}),s;function u(f,h){if(f===null||f.source===void 0)s.add(h);else{var d=t?ln.join(t,f.source):f.source;s.add(new ce(f.originalLine,f.originalColumn,d,h,f.name))}}};ce.prototype.add=function(n){if(Array.isArray(n))n.forEach(function(e){this.add(e)},this);else if(n[rt]||typeof n=="string")n&&this.children.push(n);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+n);return this};ce.prototype.prepend=function(n){if(Array.isArray(n))for(var e=n.length-1;e>=0;e--)this.prepend(n[e]);else if(n[rt]||typeof n=="string")this.children.unshift(n);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+n);return this};ce.prototype.walk=function(n){for(var e,t=0,s=this.children.length;t<s;t++)e=this.children[t],e[rt]?e.walk(n):e!==""&&n(e,{source:this.source,line:this.line,column:this.column,name:this.name})};ce.prototype.join=function(n){var e,t,s=this.children.length;if(s>0){for(e=[],t=0;t<s-1;t++)e.push(this.children[t]),e.push(n);e.push(this.children[t]),this.children=e}return this};ce.prototype.replaceRight=function(n,e){var t=this.children[this.children.length-1];return t[rt]?t.replaceRight(n,e):typeof t=="string"?this.children[this.children.length-1]=t.replace(n,e):this.children.push("".replace(n,e)),this};ce.prototype.setSourceContent=function(n,e){this.sourceContents[ln.toSetString(n)]=e};ce.prototype.walkSourceContents=function(n){for(var e=0,t=this.children.length;e<t;e++)this.children[e][rt]&&this.children[e].walkSourceContents(n);for(var s=Object.keys(this.sourceContents),e=0,t=s.length;e<t;e++)n(ln.fromSetString(s[e]),this.sourceContents[s[e]])};ce.prototype.toString=function(){var n="";return this.walk(function(e){n+=e}),n};ce.prototype.toStringWithSourceMap=function(n){var e={code:"",line:1,column:0},t=new uo(n),s=!1,i=null,a=null,o=null,l=null;return this.walk(function(c,p){e.code+=c,p.source!==null&&p.line!==null&&p.column!==null?((i!==p.source||a!==p.line||o!==p.column||l!==p.name)&&t.addMapping({source:p.source,original:{line:p.line,column:p.column},generated:{line:e.line,column:e.column},name:p.name}),i=p.source,a=p.line,o=p.column,l=p.name,s=!0):s&&(t.addMapping({generated:{line:e.line,column:e.column}}),i=null,s=!1);for(var u=0,f=c.length;u<f;u++)c.charCodeAt(u)===ho?(e.line++,e.column=0,u+1===f?(i=null,s=!1):s&&t.addMapping({source:p.source,original:{line:p.line,column:p.column},generated:{line:e.line,column:e.column},name:p.name})):e.column++}),this.walkSourceContents(function(c,p){t.setSourceContent(c,p)}),{code:e.code,map:t}};Br.SourceNode=ce});var as=he(cn=>{"use strict";cn.SourceMapGenerator=ns().SourceMapGenerator;cn.SourceMapConsumer=_r().SourceMapConsumer;cn.SourceNode=jr().SourceNode});var $s=he(Rt=>{"use strict";Object.defineProperty(Rt,"__esModule",{value:!0});function mo(r,n){if(r==null)return{};var e={};for(var t in r)if({}.hasOwnProperty.call(r,t)){if(n.includes(t))continue;e[t]=r[t]}return e}var ke=class{constructor(n,e,t){this.line=void 0,this.column=void 0,this.index=void 0,this.line=n,this.column=e,this.index=t}},ct=class{constructor(n,e){this.start=void 0,this.end=void 0,this.filename=void 0,this.identifierName=void 0,this.start=n,this.end=e}};function se(r,n){let{line:e,column:t,index:s}=r;return new ke(e,t+n,s+n)}var Vr="BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED",bo={ImportMetaOutsideModule:{message:`import.meta may appear only with 'sourceType: "module"'`,code:Vr},ImportOutsideModule:{message:`'import' and 'export' may appear only with 'sourceType: "module"'`,code:Vr}},zr={ArrayPattern:"array destructuring pattern",AssignmentExpression:"assignment expression",AssignmentPattern:"assignment expression",ArrowFunctionExpression:"arrow function expression",ConditionalExpression:"conditional expression",CatchClause:"catch clause",ForOfStatement:"for-of statement",ForInStatement:"for-in statement",ForStatement:"for-loop",FormalParameters:"function parameter list",Identifier:"identifier",ImportSpecifier:"import specifier",ImportDefaultSpecifier:"import default specifier",ImportNamespaceSpecifier:"import namespace specifier",ObjectPattern:"object destructuring pattern",ParenthesizedExpression:"parenthesized expression",RestElement:"rest element",UpdateExpression:{true:"prefix operation",false:"postfix operation"},VariableDeclarator:"variable declaration",YieldExpression:"yield expression"},dn=r=>r.type==="UpdateExpression"?zr.UpdateExpression[`${r.prefix}`]:zr[r.type],go={AccessorIsGenerator:({kind:r})=>`A ${r}ter cannot be a generator.`,ArgumentsInClass:"'arguments' is only allowed in functions and class methods.",AsyncFunctionInSingleStatementContext:"Async functions can only be declared at the top level or inside a block.",AwaitBindingIdentifier:"Can not use 'await' as identifier inside an async function.",AwaitBindingIdentifierInStaticBlock:"Can not use 'await' as identifier inside a static block.",AwaitExpressionFormalParameter:"'await' is not allowed in async function parameters.",AwaitUsingNotInAsyncContext:"'await using' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncContext:"'await' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncFunction:"'await' is only allowed within async functions.",BadGetterArity:"A 'get' accessor must not have any formal parameters.",BadSetterArity:"A 'set' accessor must have exactly one formal parameter.",BadSetterRestParameter:"A 'set' accessor function argument must not be a rest parameter.",ConstructorClassField:"Classes may not have a field named 'constructor'.",ConstructorClassPrivateField:"Classes may not have a private field named '#constructor'.",ConstructorIsAccessor:"Class constructor may not be an accessor.",ConstructorIsAsync:"Constructor can't be an async function.",ConstructorIsGenerator:"Constructor can't be a generator.",DeclarationMissingInitializer:({kind:r})=>`Missing initializer in ${r} declaration.`,DecoratorArgumentsOutsideParentheses:"Decorator arguments must be moved inside parentheses: use '@(decorator(args))' instead of '@(decorator)(args)'.",DecoratorBeforeExport:"Decorators must be placed *before* the 'export' keyword. Remove the 'decoratorsBeforeExport: true' option to use the 'export @decorator class {}' syntax.",DecoratorsBeforeAfterExport:"Decorators can be placed *either* before or after the 'export' keyword, but not in both locations at the same time.",DecoratorConstructor:"Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?",DecoratorExportClass:"Decorators must be placed *after* the 'export' keyword. Remove the 'decoratorsBeforeExport: false' option to use the '@decorator export class {}' syntax.",DecoratorSemicolon:"Decorators must not be followed by a semicolon.",DecoratorStaticBlock:"Decorators can't be used with a static block.",DeferImportRequiresNamespace:'Only `import defer * as x from "./module"` is valid.',DeletePrivateField:"Deleting a private field is not allowed.",DestructureNamedImport:"ES2015 named imports do not destructure. Use another statement for destructuring after the import.",DuplicateConstructor:"Duplicate constructor in the same class.",DuplicateDefaultExport:"Only one default export allowed per module.",DuplicateExport:({exportName:r})=>`\`${r}\` has already been exported. Exported identifiers must be unique.`,DuplicateProto:"Redefinition of __proto__ property.",DuplicateRegExpFlags:"Duplicate regular expression flag.",DynamicImportPhaseRequiresImportExpressions:({phase:r})=>`'import.${r}(...)' can only be parsed when using the 'createImportExpressions' option.`,ElementAfterRest:"Rest element must be last element.",EscapedCharNotAnIdentifier:"Invalid Unicode escape.",ExportBindingIsString:({localName:r,exportName:n})=>`A string literal cannot be used as an exported binding without \`from\`.
|
|
3
3
|
- Did you mean \`export { '${r}' as '${n}' } from 'some-module'\`?`,ExportDefaultFromAsIdentifier:"'from' is not allowed as an identifier after 'export default'.",ForInOfLoopInitializer:({type:r})=>`'${r==="ForInStatement"?"for-in":"for-of"}' loop variable declaration may not have an initializer.`,ForInUsing:"For-in loop may not start with 'using' declaration.",ForOfAsync:"The left-hand side of a for-of loop may not be 'async'.",ForOfLet:"The left-hand side of a for-of loop may not start with 'let'.",GeneratorInSingleStatementContext:"Generators can only be declared at the top level or inside a block.",IllegalBreakContinue:({type:r})=>`Unsyntactic ${r==="BreakStatement"?"break":"continue"}.`,IllegalLanguageModeDirective:"Illegal 'use strict' directive in function with non-simple parameter list.",IllegalReturn:"'return' outside of function.",ImportAttributesUseAssert:"The `assert` keyword in import attributes is deprecated and it has been replaced by the `with` keyword. You can enable the `deprecatedAssertSyntax: true` option in the import attributes plugin to suppress this error.",ImportBindingIsString:({importName:r})=>`A string literal cannot be used as an imported binding.
|
|
4
4
|
- Did you mean \`import { "${r}" as foo }\`?`,ImportCallArgumentTrailingComma:"Trailing comma is disallowed inside import(...) arguments.",ImportCallArity:({maxArgumentCount:r})=>`\`import()\` requires exactly ${r===1?"one argument":"one or two arguments"}.`,ImportCallNotNewExpression:"Cannot use new with import(...).",ImportCallSpreadArgument:"`...` is not allowed in `import()`.",ImportJSONBindingNotDefault:"A JSON module can only be imported with `default`.",ImportReflectionHasAssertion:"`import module x` cannot have assertions.",ImportReflectionNotBinding:'Only `import module x from "./module"` is valid.',IncompatibleRegExpUVFlags:"The 'u' and 'v' regular expression flags cannot be enabled at the same time.",InvalidBigIntLiteral:"Invalid BigIntLiteral.",InvalidCodePoint:"Code point out of bounds.",InvalidCoverInitializedName:"Invalid shorthand property initializer.",InvalidDecimal:"Invalid decimal.",InvalidDigit:({radix:r})=>`Expected number in radix ${r}.`,InvalidEscapeSequence:"Bad character escape sequence.",InvalidEscapeSequenceTemplate:"Invalid escape sequence in template.",InvalidEscapedReservedWord:({reservedWord:r})=>`Escape sequence in keyword ${r}.`,InvalidIdentifier:({identifierName:r})=>`Invalid identifier ${r}.`,InvalidLhs:({ancestor:r})=>`Invalid left-hand side in ${dn(r)}.`,InvalidLhsBinding:({ancestor:r})=>`Binding invalid left-hand side in ${dn(r)}.`,InvalidLhsOptionalChaining:({ancestor:r})=>`Invalid optional chaining in the left-hand side of ${dn(r)}.`,InvalidNumber:"Invalid number.",InvalidOrMissingExponent:"Floating-point numbers require a valid exponent after the 'e'.",InvalidOrUnexpectedToken:({unexpected:r})=>`Unexpected character '${r}'.`,InvalidParenthesizedAssignment:"Invalid parenthesized assignment pattern.",InvalidPrivateFieldResolution:({identifierName:r})=>`Private name #${r} is not defined.`,InvalidPropertyBindingPattern:"Binding member expression.",InvalidRecordProperty:"Only properties and spread elements are allowed in record definitions.",InvalidRestAssignmentPattern:"Invalid rest operator's argument.",LabelRedeclaration:({labelName:r})=>`Label '${r}' is already declared.`,LetInLexicalBinding:"'let' is disallowed as a lexically bound name.",LineTerminatorBeforeArrow:"No line break is allowed before '=>'.",MalformedRegExpFlags:"Invalid regular expression flag.",MissingClassName:"A class name is required.",MissingEqInAssignment:"Only '=' operator can be used for specifying default value.",MissingSemicolon:"Missing semicolon.",MissingPlugin:({missingPlugin:r})=>`This experimental syntax requires enabling the parser plugin: ${r.map(n=>JSON.stringify(n)).join(", ")}.`,MissingOneOfPlugins:({missingPlugin:r})=>`This experimental syntax requires enabling one of the following parser plugin(s): ${r.map(n=>JSON.stringify(n)).join(", ")}.`,MissingUnicodeEscape:"Expecting Unicode escape sequence \\uXXXX.",MixingCoalesceWithLogical:"Nullish coalescing operator(??) requires parens when mixing with logical operators.",ModuleAttributeDifferentFromType:"The only accepted module attribute is `type`.",ModuleAttributeInvalidValue:"Only string literals are allowed as module attribute values.",ModuleAttributesWithDuplicateKeys:({key:r})=>`Duplicate key "${r}" is not allowed in module attributes.`,ModuleExportNameHasLoneSurrogate:({surrogateCharCode:r})=>`An export name cannot include a lone surrogate, found '\\u${r.toString(16)}'.`,ModuleExportUndefined:({localName:r})=>`Export '${r}' is not defined.`,MultipleDefaultsInSwitch:"Multiple default clauses.",NewlineAfterThrow:"Illegal newline after throw.",NoCatchOrFinally:"Missing catch or finally clause.",NumberIdentifier:"Identifier directly after number.",NumericSeparatorInEscapeSequence:"Numeric separators are not allowed inside unicode escape sequences or hex escape sequences.",ObsoleteAwaitStar:"'await*' has been removed from the async functions proposal. Use Promise.all() instead.",OptionalChainingNoNew:"Constructors in/after an Optional Chain are not allowed.",OptionalChainingNoTemplate:"Tagged Template Literals are not allowed in optionalChain.",OverrideOnConstructor:"'override' modifier cannot appear on a constructor declaration.",ParamDupe:"Argument name clash.",PatternHasAccessor:"Object pattern can't contain getter or setter.",PatternHasMethod:"Object pattern can't contain methods.",PrivateInExpectedIn:({identifierName:r})=>`Private names are only allowed in property accesses (\`obj.#${r}\`) or in \`in\` expressions (\`#${r} in obj\`).`,PrivateNameRedeclaration:({identifierName:r})=>`Duplicate private name #${r}.`,RecordExpressionBarIncorrectEndSyntaxType:"Record expressions ending with '|}' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionBarIncorrectStartSyntaxType:"Record expressions starting with '{|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",RecordExpressionHashIncorrectStartSyntaxType:"Record expressions starting with '#{' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",RecordNoProto:"'__proto__' is not allowed in Record expressions.",RestTrailingComma:"Unexpected trailing comma after rest element.",SloppyFunction:"In non-strict mode code, functions can only be declared at top level or inside a block.",SloppyFunctionAnnexB:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement.",SourcePhaseImportRequiresDefault:'Only `import source x from "./module"` is valid.',StaticPrototype:"Classes may not have static property named prototype.",SuperNotAllowed:"`super()` is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?",SuperPrivateField:"Private fields can't be accessed on super.",TrailingDecorator:"Decorators must be attached to a class element.",TupleExpressionBarIncorrectEndSyntaxType:"Tuple expressions ending with '|]' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionBarIncorrectStartSyntaxType:"Tuple expressions starting with '[|' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'bar'.",TupleExpressionHashIncorrectStartSyntaxType:"Tuple expressions starting with '#[' are only allowed when the 'syntaxType' option of the 'recordAndTuple' plugin is set to 'hash'.",UnexpectedArgumentPlaceholder:"Unexpected argument placeholder.",UnexpectedAwaitAfterPipelineBody:'Unexpected "await" after pipeline body; await must have parentheses in minimal proposal.',UnexpectedDigitAfterHash:"Unexpected digit after hash token.",UnexpectedImportExport:"'import' and 'export' may only appear at the top level.",UnexpectedKeyword:({keyword:r})=>`Unexpected keyword '${r}'.`,UnexpectedLeadingDecorator:"Leading decorators must be attached to a class declaration.",UnexpectedLexicalDeclaration:"Lexical declaration cannot appear in a single-statement context.",UnexpectedNewTarget:"`new.target` can only be used in functions or class properties.",UnexpectedNumericSeparator:"A numeric separator is only allowed between two digits.",UnexpectedPrivateField:"Unexpected private name.",UnexpectedReservedWord:({reservedWord:r})=>`Unexpected reserved word '${r}'.`,UnexpectedSuper:"'super' is only allowed in object methods and classes.",UnexpectedToken:({expected:r,unexpected:n})=>`Unexpected token${n?` '${n}'.`:""}${r?`, expected "${r}"`:""}`,UnexpectedTokenUnaryExponentiation:"Illegal expression. Wrap left hand side or entire exponentiation in parentheses.",UnexpectedUsingDeclaration:"Using declaration cannot appear in the top level when source type is `script`.",UnsupportedBind:"Binding should be performed on object property.",UnsupportedDecoratorExport:"A decorated export must export a class declaration.",UnsupportedDefaultExport:"Only expressions, functions or classes are allowed as the `default` export.",UnsupportedImport:"`import` can only be used in `import()` or `import.meta`.",UnsupportedMetaProperty:({target:r,onlyValidPropertyName:n})=>`The only valid meta property for ${r} is ${r}.${n}.`,UnsupportedParameterDecorator:"Decorators cannot be used to decorate parameters.",UnsupportedPropertyDecorator:"Decorators cannot be used to decorate object literal properties.",UnsupportedSuper:"'super' can only be used with function calls (i.e. super()) or in property accesses (i.e. super.prop or super[prop]).",UnterminatedComment:"Unterminated comment.",UnterminatedRegExp:"Unterminated regular expression.",UnterminatedString:"Unterminated string constant.",UnterminatedTemplate:"Unterminated template.",UsingDeclarationExport:"Using declaration cannot be exported.",UsingDeclarationHasBindingPattern:"Using declaration cannot have destructuring patterns.",VarRedeclaration:({identifierName:r})=>`Identifier '${r}' has already been declared.`,YieldBindingIdentifier:"Can not use 'yield' as identifier inside a generator.",YieldInParameter:"Yield expression is not allowed in formal parameters.",ZeroDigitNumericSeparator:"Numeric separator can not be used after leading 0."},yo={StrictDelete:"Deleting local variable in strict mode.",StrictEvalArguments:({referenceName:r})=>`Assigning to '${r}' in strict mode.`,StrictEvalArgumentsBinding:({bindingName:r})=>`Binding '${r}' in strict mode.`,StrictFunction:"In strict mode code, functions can only be declared at top level or inside a block.",StrictNumericEscape:"The only valid numeric escape in strict mode is '\\0'.",StrictOctalLiteral:"Legacy octal literals are not allowed in strict mode.",StrictWith:"'with' in strict mode."},vo=new Set(["ArrowFunctionExpression","AssignmentExpression","ConditionalExpression","YieldExpression"]),xo={PipeBodyIsTighter:"Unexpected yield after pipeline body; any yield expression acting as Hack-style pipe body must be parenthesized due to its loose operator precedence.",PipeTopicRequiresHackPipes:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.',PipeTopicUnbound:"Topic reference is unbound; it must be inside a pipe body.",PipeTopicUnconfiguredToken:({token:r})=>`Invalid topic token ${r}. In order to use ${r} as a topic reference, the pipelineOperator plugin must be configured with { "proposal": "hack", "topicToken": "${r}" }.`,PipeTopicUnused:"Hack-style pipe body does not contain a topic reference; Hack-style pipes must use topic at least once.",PipeUnparenthesizedBody:({type:r})=>`Hack-style pipe body cannot be an unparenthesized ${dn({type:r})}; please wrap it in parentheses.`,PipelineBodyNoArrow:'Unexpected arrow "=>" after pipeline body; arrow function in pipeline body must be parenthesized.',PipelineBodySequenceExpression:"Pipeline body may not be a comma-separated sequence expression.",PipelineHeadSequenceExpression:"Pipeline head should not be a comma-separated sequence expression.",PipelineTopicUnused:"Pipeline is in topic style but does not use topic reference.",PrimaryTopicNotAllowed:"Topic reference was used in a lexical context without topic binding.",PrimaryTopicRequiresSmartPipeline:'Topic reference is used, but the pipelineOperator plugin was not passed a "proposal": "hack" or "smart" option.'},Po=["message"];function $r(r,n,e){Object.defineProperty(r,n,{enumerable:!1,configurable:!0,value:e})}function To({toMessage:r,code:n,reasonCode:e,syntaxPlugin:t}){let s=e==="MissingPlugin"||e==="MissingOneOfPlugins";{let i={AccessorCannotDeclareThisParameter:"AccesorCannotDeclareThisParameter",AccessorCannotHaveTypeParameters:"AccesorCannotHaveTypeParameters",ConstInitializerMustBeStringOrNumericLiteralOrLiteralEnumReference:"ConstInitiailizerMustBeStringOrNumericLiteralOrLiteralEnumReference",SetAccessorCannotHaveOptionalParameter:"SetAccesorCannotHaveOptionalParameter",SetAccessorCannotHaveRestParameter:"SetAccesorCannotHaveRestParameter",SetAccessorCannotHaveReturnType:"SetAccesorCannotHaveReturnType"};i[e]&&(e=i[e])}return function i(a,o){let l=new SyntaxError;return l.code=n,l.reasonCode=e,l.loc=a,l.pos=a.index,l.syntaxPlugin=t,s&&(l.missingPlugin=o.missingPlugin),$r(l,"clone",function(p={}){var u;let{line:f,column:h,index:d}=(u=p.loc)!=null?u:a;return i(new ke(f,h,d),Object.assign({},o,p.details))}),$r(l,"details",o),Object.defineProperty(l,"message",{configurable:!0,get(){let c=`${r(o)} (${a.line}:${a.column})`;return this.message=c,c},set(c){Object.defineProperty(this,"message",{value:c,writable:!0})}}),l}}function Re(r,n){if(Array.isArray(r))return t=>Re(t,r[0]);let e={};for(let t of Object.keys(r)){let s=r[t],i=typeof s=="string"?{message:()=>s}:typeof s=="function"?{message:s}:s,{message:a}=i,o=mo(i,Po),l=typeof a=="string"?()=>a:a;e[t]=To(Object.assign({code:"BABEL_PARSER_SYNTAX_ERROR",reasonCode:t,toMessage:l},n?{syntaxPlugin:n}:{},o))}return e}var b=Object.assign({},Re(bo),Re(go),Re(yo),Re`pipelineOperator`(xo)),{defineProperty:wo}=Object,qr=(r,n)=>{r&&wo(r,n,{enumerable:!1,value:r[n]})};function At(r){return qr(r.loc.start,"index"),qr(r.loc.end,"index"),r}var Co=r=>class extends r{parse(){let e=At(super.parse());return this.options.tokens&&(e.tokens=e.tokens.map(At)),e}parseRegExpLiteral({pattern:e,flags:t}){let s=null;try{s=new RegExp(e,t)}catch{}let i=this.estreeParseLiteral(s);return i.regex={pattern:e,flags:t},i}parseBigIntLiteral(e){let t;try{t=BigInt(e)}catch{t=null}let s=this.estreeParseLiteral(t);return s.bigint=String(s.value||e),s}parseDecimalLiteral(e){let s=this.estreeParseLiteral(null);return s.decimal=String(s.value||e),s}estreeParseLiteral(e){return this.parseLiteral(e,"Literal")}parseStringLiteral(e){return this.estreeParseLiteral(e)}parseNumericLiteral(e){return this.estreeParseLiteral(e)}parseNullLiteral(){return this.estreeParseLiteral(null)}parseBooleanLiteral(e){return this.estreeParseLiteral(e)}directiveToStmt(e){let t=e.value;delete e.value,t.type="Literal",t.raw=t.extra.raw,t.value=t.extra.expressionValue;let s=e;return s.type="ExpressionStatement",s.expression=t,s.directive=t.extra.rawValue,delete t.extra,s}initFunction(e,t){super.initFunction(e,t),e.expression=!1}checkDeclaration(e){e!=null&&this.isObjectProperty(e)?this.checkDeclaration(e.value):super.checkDeclaration(e)}getObjectOrClassMethodParams(e){return e.value.params}isValidDirective(e){var t;return e.type==="ExpressionStatement"&&e.expression.type==="Literal"&&typeof e.expression.value=="string"&&!((t=e.expression.extra)!=null&&t.parenthesized)}parseBlockBody(e,t,s,i,a){super.parseBlockBody(e,t,s,i,a);let o=e.directives.map(l=>this.directiveToStmt(l));e.body=o.concat(e.body),delete e.directives}pushClassMethod(e,t,s,i,a,o){this.parseMethod(t,s,i,a,o,"ClassMethod",!0),t.typeParameters&&(t.value.typeParameters=t.typeParameters,delete t.typeParameters),e.body.push(t)}parsePrivateName(){let e=super.parsePrivateName();return this.getPluginOption("estree","classFeatures")?this.convertPrivateNameToPrivateIdentifier(e):e}convertPrivateNameToPrivateIdentifier(e){let t=super.getPrivateNameSV(e);return e=e,delete e.id,e.name=t,e.type="PrivateIdentifier",e}isPrivateName(e){return this.getPluginOption("estree","classFeatures")?e.type==="PrivateIdentifier":super.isPrivateName(e)}getPrivateNameSV(e){return this.getPluginOption("estree","classFeatures")?e.name:super.getPrivateNameSV(e)}parseLiteral(e,t){let s=super.parseLiteral(e,t);return s.raw=s.extra.raw,delete s.extra,s}parseFunctionBody(e,t,s=!1){super.parseFunctionBody(e,t,s),e.expression=e.body.type!=="BlockStatement"}parseMethod(e,t,s,i,a,o,l=!1){let c=this.startNode();return c.kind=e.kind,c=super.parseMethod(c,t,s,i,a,o,l),c.type="FunctionExpression",delete c.kind,e.value=c,o==="ClassPrivateMethod"&&(e.computed=!1),this.finishNode(e,"MethodDefinition")}nameIsConstructor(e){return e.type==="Literal"?e.value==="constructor":super.nameIsConstructor(e)}parseClassProperty(...e){let t=super.parseClassProperty(...e);return this.getPluginOption("estree","classFeatures")&&(t.type="PropertyDefinition"),t}parseClassPrivateProperty(...e){let t=super.parseClassPrivateProperty(...e);return this.getPluginOption("estree","classFeatures")&&(t.type="PropertyDefinition",t.computed=!1),t}parseObjectMethod(e,t,s,i,a){let o=super.parseObjectMethod(e,t,s,i,a);return o&&(o.type="Property",o.kind==="method"&&(o.kind="init"),o.shorthand=!1),o}parseObjectProperty(e,t,s,i){let a=super.parseObjectProperty(e,t,s,i);return a&&(a.kind="init",a.type="Property"),a}isValidLVal(e,t,s){return e==="Property"?"value":super.isValidLVal(e,t,s)}isAssignable(e,t){return e!=null&&this.isObjectProperty(e)?this.isAssignable(e.value,t):super.isAssignable(e,t)}toAssignable(e,t=!1){if(e!=null&&this.isObjectProperty(e)){let{key:s,value:i}=e;this.isPrivateName(s)&&this.classScope.usePrivateName(this.getPrivateNameSV(s),s.loc.start),this.toAssignable(i,t)}else super.toAssignable(e,t)}toAssignableObjectExpressionProp(e,t,s){e.type==="Property"&&(e.kind==="get"||e.kind==="set")?this.raise(b.PatternHasAccessor,e.key):e.type==="Property"&&e.method?this.raise(b.PatternHasMethod,e.key):super.toAssignableObjectExpressionProp(e,t,s)}finishCallExpression(e,t){let s=super.finishCallExpression(e,t);if(s.callee.type==="Import"){if(s.type="ImportExpression",s.source=s.arguments[0],this.hasPlugin("importAttributes")||this.hasPlugin("importAssertions")){var i,a;s.options=(i=s.arguments[1])!=null?i:null,s.attributes=(a=s.arguments[1])!=null?a:null}delete s.arguments,delete s.callee}return s}toReferencedArguments(e){e.type!=="ImportExpression"&&super.toReferencedArguments(e)}parseExport(e,t){let s=this.state.lastTokStartLoc,i=super.parseExport(e,t);switch(i.type){case"ExportAllDeclaration":i.exported=null;break;case"ExportNamedDeclaration":i.specifiers.length===1&&i.specifiers[0].type==="ExportNamespaceSpecifier"&&(i.type="ExportAllDeclaration",i.exported=i.specifiers[0].exported,delete i.specifiers);case"ExportDefaultDeclaration":{var a;let{declaration:o}=i;o?.type==="ClassDeclaration"&&((a=o.decorators)==null?void 0:a.length)>0&&o.start===i.start&&this.resetStartLocation(i,s)}break}return i}parseSubscript(e,t,s,i){let a=super.parseSubscript(e,t,s,i);if(i.optionalChainMember){if((a.type==="OptionalMemberExpression"||a.type==="OptionalCallExpression")&&(a.type=a.type.substring(8)),i.stop){let o=this.startNodeAtNode(a);return o.expression=a,this.finishNode(o,"ChainExpression")}}else(a.type==="MemberExpression"||a.type==="CallExpression")&&(a.optional=!1);return a}isOptionalMemberExpression(e){return e.type==="ChainExpression"?e.expression.type==="MemberExpression":super.isOptionalMemberExpression(e)}hasPropertyAsPrivateName(e){return e.type==="ChainExpression"&&(e=e.expression),super.hasPropertyAsPrivateName(e)}isObjectProperty(e){return e.type==="Property"&&e.kind==="init"&&!e.method}isObjectMethod(e){return e.type==="Property"&&(e.method||e.kind==="get"||e.kind==="set")}finishNodeAt(e,t,s){return At(super.finishNodeAt(e,t,s))}resetStartLocation(e,t){super.resetStartLocation(e,t),At(e)}resetEndLocation(e,t=this.state.lastTokEndLoc){super.resetEndLocation(e,t),At(e)}},Je=class{constructor(n,e){this.token=void 0,this.preserveSpace=void 0,this.token=n,this.preserveSpace=!!e}},V={brace:new Je("{"),j_oTag:new Je("<tag"),j_cTag:new Je("</tag"),j_expr:new Je("<tag>...</tag>",!0)};V.template=new Je("`",!0);var R=!0,A=!0,os=!0,kt=!0,Ve=!0,So=!0,mn=class{constructor(n,e={}){this.label=void 0,this.keyword=void 0,this.beforeExpr=void 0,this.startsExpr=void 0,this.rightAssociative=void 0,this.isLoop=void 0,this.isAssign=void 0,this.prefix=void 0,this.postfix=void 0,this.binop=void 0,this.label=n,this.keyword=e.keyword,this.beforeExpr=!!e.beforeExpr,this.startsExpr=!!e.startsExpr,this.rightAssociative=!!e.rightAssociative,this.isLoop=!!e.isLoop,this.isAssign=!!e.isAssign,this.prefix=!!e.prefix,this.postfix=!!e.postfix,this.binop=e.binop!=null?e.binop:null,this.updateContext=null}},Ls=new Map;function _(r,n={}){n.keyword=r;let e=M(r,n);return Ls.set(r,e),e}function ne(r,n){return M(r,{beforeExpr:R,binop:n})}var Lt=-1,Fe=[],Os=[],Fs=[],Us=[],Rs=[],_s=[];function M(r,n={}){var e,t,s,i;return++Lt,Os.push(r),Fs.push((e=n.binop)!=null?e:-1),Us.push((t=n.beforeExpr)!=null?t:!1),Rs.push((s=n.startsExpr)!=null?s:!1),_s.push((i=n.prefix)!=null?i:!1),Fe.push(new mn(r,n)),Lt}function U(r,n={}){var e,t,s,i;return++Lt,Ls.set(r,Lt),Os.push(r),Fs.push((e=n.binop)!=null?e:-1),Us.push((t=n.beforeExpr)!=null?t:!1),Rs.push((s=n.startsExpr)!=null?s:!1),_s.push((i=n.prefix)!=null?i:!1),Fe.push(new mn("name",n)),Lt}var Io={bracketL:M("[",{beforeExpr:R,startsExpr:A}),bracketHashL:M("#[",{beforeExpr:R,startsExpr:A}),bracketBarL:M("[|",{beforeExpr:R,startsExpr:A}),bracketR:M("]"),bracketBarR:M("|]"),braceL:M("{",{beforeExpr:R,startsExpr:A}),braceBarL:M("{|",{beforeExpr:R,startsExpr:A}),braceHashL:M("#{",{beforeExpr:R,startsExpr:A}),braceR:M("}"),braceBarR:M("|}"),parenL:M("(",{beforeExpr:R,startsExpr:A}),parenR:M(")"),comma:M(",",{beforeExpr:R}),semi:M(";",{beforeExpr:R}),colon:M(":",{beforeExpr:R}),doubleColon:M("::",{beforeExpr:R}),dot:M("."),question:M("?",{beforeExpr:R}),questionDot:M("?."),arrow:M("=>",{beforeExpr:R}),template:M("template"),ellipsis:M("...",{beforeExpr:R}),backQuote:M("`",{startsExpr:A}),dollarBraceL:M("${",{beforeExpr:R,startsExpr:A}),templateTail:M("...`",{startsExpr:A}),templateNonTail:M("...${",{beforeExpr:R,startsExpr:A}),at:M("@"),hash:M("#",{startsExpr:A}),interpreterDirective:M("#!..."),eq:M("=",{beforeExpr:R,isAssign:kt}),assign:M("_=",{beforeExpr:R,isAssign:kt}),slashAssign:M("_=",{beforeExpr:R,isAssign:kt}),xorAssign:M("_=",{beforeExpr:R,isAssign:kt}),moduloAssign:M("_=",{beforeExpr:R,isAssign:kt}),incDec:M("++/--",{prefix:Ve,postfix:So,startsExpr:A}),bang:M("!",{beforeExpr:R,prefix:Ve,startsExpr:A}),tilde:M("~",{beforeExpr:R,prefix:Ve,startsExpr:A}),doubleCaret:M("^^",{startsExpr:A}),doubleAt:M("@@",{startsExpr:A}),pipeline:ne("|>",0),nullishCoalescing:ne("??",1),logicalOR:ne("||",1),logicalAND:ne("&&",2),bitwiseOR:ne("|",3),bitwiseXOR:ne("^",4),bitwiseAND:ne("&",5),equality:ne("==/!=/===/!==",6),lt:ne("</>/<=/>=",7),gt:ne("</>/<=/>=",7),relational:ne("</>/<=/>=",7),bitShift:ne("<</>>/>>>",8),bitShiftL:ne("<</>>/>>>",8),bitShiftR:ne("<</>>/>>>",8),plusMin:M("+/-",{beforeExpr:R,binop:9,prefix:Ve,startsExpr:A}),modulo:M("%",{binop:10,startsExpr:A}),star:M("*",{binop:10}),slash:ne("/",10),exponent:M("**",{beforeExpr:R,binop:11,rightAssociative:!0}),_in:_("in",{beforeExpr:R,binop:7}),_instanceof:_("instanceof",{beforeExpr:R,binop:7}),_break:_("break"),_case:_("case",{beforeExpr:R}),_catch:_("catch"),_continue:_("continue"),_debugger:_("debugger"),_default:_("default",{beforeExpr:R}),_else:_("else",{beforeExpr:R}),_finally:_("finally"),_function:_("function",{startsExpr:A}),_if:_("if"),_return:_("return",{beforeExpr:R}),_switch:_("switch"),_throw:_("throw",{beforeExpr:R,prefix:Ve,startsExpr:A}),_try:_("try"),_var:_("var"),_const:_("const"),_with:_("with"),_new:_("new",{beforeExpr:R,startsExpr:A}),_this:_("this",{startsExpr:A}),_super:_("super",{startsExpr:A}),_class:_("class",{startsExpr:A}),_extends:_("extends",{beforeExpr:R}),_export:_("export"),_import:_("import",{startsExpr:A}),_null:_("null",{startsExpr:A}),_true:_("true",{startsExpr:A}),_false:_("false",{startsExpr:A}),_typeof:_("typeof",{beforeExpr:R,prefix:Ve,startsExpr:A}),_void:_("void",{beforeExpr:R,prefix:Ve,startsExpr:A}),_delete:_("delete",{beforeExpr:R,prefix:Ve,startsExpr:A}),_do:_("do",{isLoop:os,beforeExpr:R}),_for:_("for",{isLoop:os}),_while:_("while",{isLoop:os}),_as:U("as",{startsExpr:A}),_assert:U("assert",{startsExpr:A}),_async:U("async",{startsExpr:A}),_await:U("await",{startsExpr:A}),_defer:U("defer",{startsExpr:A}),_from:U("from",{startsExpr:A}),_get:U("get",{startsExpr:A}),_let:U("let",{startsExpr:A}),_meta:U("meta",{startsExpr:A}),_of:U("of",{startsExpr:A}),_sent:U("sent",{startsExpr:A}),_set:U("set",{startsExpr:A}),_source:U("source",{startsExpr:A}),_static:U("static",{startsExpr:A}),_using:U("using",{startsExpr:A}),_yield:U("yield",{startsExpr:A}),_asserts:U("asserts",{startsExpr:A}),_checks:U("checks",{startsExpr:A}),_exports:U("exports",{startsExpr:A}),_global:U("global",{startsExpr:A}),_implements:U("implements",{startsExpr:A}),_intrinsic:U("intrinsic",{startsExpr:A}),_infer:U("infer",{startsExpr:A}),_is:U("is",{startsExpr:A}),_mixins:U("mixins",{startsExpr:A}),_proto:U("proto",{startsExpr:A}),_require:U("require",{startsExpr:A}),_satisfies:U("satisfies",{startsExpr:A}),_keyof:U("keyof",{startsExpr:A}),_readonly:U("readonly",{startsExpr:A}),_unique:U("unique",{startsExpr:A}),_abstract:U("abstract",{startsExpr:A}),_declare:U("declare",{startsExpr:A}),_enum:U("enum",{startsExpr:A}),_module:U("module",{startsExpr:A}),_namespace:U("namespace",{startsExpr:A}),_interface:U("interface",{startsExpr:A}),_type:U("type",{startsExpr:A}),_opaque:U("opaque",{startsExpr:A}),name:M("name",{startsExpr:A}),string:M("string",{startsExpr:A}),num:M("num",{startsExpr:A}),bigint:M("bigint",{startsExpr:A}),decimal:M("decimal",{startsExpr:A}),regexp:M("regexp",{startsExpr:A}),privateName:M("#name",{startsExpr:A}),eof:M("eof"),jsxName:M("jsxName"),jsxText:M("jsxText",{beforeExpr:!0}),jsxTagStart:M("jsxTagStart",{startsExpr:!0}),jsxTagEnd:M("jsxTagEnd"),placeholder:M("%%",{startsExpr:!0})};function B(r){return r>=93&&r<=132}function Eo(r){return r<=92}function Te(r){return r>=58&&r<=132}function ni(r){return r>=58&&r<=136}function Ao(r){return Us[r]}function fs(r){return Rs[r]}function ko(r){return r>=29&&r<=33}function Hr(r){return r>=129&&r<=131}function No(r){return r>=90&&r<=92}function Bs(r){return r>=58&&r<=92}function Do(r){return r>=39&&r<=59}function Mo(r){return r===34}function Lo(r){return _s[r]}function Oo(r){return r>=121&&r<=123}function Fo(r){return r>=124&&r<=130}function $e(r){return Os[r]}function fn(r){return Fs[r]}function Uo(r){return r===57}function bn(r){return r>=24&&r<=25}function Oe(r){return Fe[r]}Fe[8].updateContext=r=>{r.pop()},Fe[5].updateContext=Fe[7].updateContext=Fe[23].updateContext=r=>{r.push(V.brace)},Fe[22].updateContext=r=>{r[r.length-1]===V.template?r.pop():r.push(V.template)},Fe[142].updateContext=r=>{r.push(V.j_expr,V.j_oTag)};var js="\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2118-\u211D\u2124\u2126\u2128\u212A-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309B-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC",si="\u200C\u200D\xB7\u0300-\u036F\u0387\u0483-\u0487\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u0669\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u06F0-\u06F9\u0711\u0730-\u074A\u07A6-\u07B0\u07C0-\u07C9\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u0898-\u089F\u08CA-\u08E1\u08E3-\u0903\u093A-\u093C\u093E-\u094F\u0951-\u0957\u0962\u0963\u0966-\u096F\u0981-\u0983\u09BC\u09BE-\u09C4\u09C7\u09C8\u09CB-\u09CD\u09D7\u09E2\u09E3\u09E6-\u09EF\u09FE\u0A01-\u0A03\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A66-\u0A71\u0A75\u0A81-\u0A83\u0ABC\u0ABE-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AE2\u0AE3\u0AE6-\u0AEF\u0AFA-\u0AFF\u0B01-\u0B03\u0B3C\u0B3E-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B66-\u0B6F\u0B82\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD7\u0BE6-\u0BEF\u0C00-\u0C04\u0C3C\u0C3E-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C66-\u0C6F\u0C81-\u0C83\u0CBC\u0CBE-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0CE6-\u0CEF\u0CF3\u0D00-\u0D03\u0D3B\u0D3C\u0D3E-\u0D44\u0D46-\u0D48\u0D4A-\u0D4D\u0D57\u0D62\u0D63\u0D66-\u0D6F\u0D81-\u0D83\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0E50-\u0E59\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECE\u0ED0-\u0ED9\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E\u0F3F\u0F71-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102B-\u103E\u1040-\u1049\u1056-\u1059\u105E-\u1060\u1062-\u1064\u1067-\u106D\u1071-\u1074\u1082-\u108D\u108F-\u109D\u135D-\u135F\u1369-\u1371\u1712-\u1715\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4-\u17D3\u17DD\u17E0-\u17E9\u180B-\u180D\u180F-\u1819\u18A9\u1920-\u192B\u1930-\u193B\u1946-\u194F\u19D0-\u19DA\u1A17-\u1A1B\u1A55-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AB0-\u1ABD\u1ABF-\u1ACE\u1B00-\u1B04\u1B34-\u1B44\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1B82\u1BA1-\u1BAD\u1BB0-\u1BB9\u1BE6-\u1BF3\u1C24-\u1C37\u1C40-\u1C49\u1C50-\u1C59\u1CD0-\u1CD2\u1CD4-\u1CE8\u1CED\u1CF4\u1CF7-\u1CF9\u1DC0-\u1DFF\u200C\u200D\u203F\u2040\u2054\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\u30FB\uA620-\uA629\uA66F\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA823-\uA827\uA82C\uA880\uA881\uA8B4-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F1\uA8FF-\uA909\uA926-\uA92D\uA947-\uA953\uA980-\uA983\uA9B3-\uA9C0\uA9D0-\uA9D9\uA9E5\uA9F0-\uA9F9\uAA29-\uAA36\uAA43\uAA4C\uAA4D\uAA50-\uAA59\uAA7B-\uAA7D\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEB-\uAAEF\uAAF5\uAAF6\uABE3-\uABEA\uABEC\uABED\uABF0-\uABF9\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFF10-\uFF19\uFF3F\uFF65",Ro=new RegExp("["+js+"]"),_o=new RegExp("["+js+si+"]");js=si=null;var ri=[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,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,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,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,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,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,16,621,2467,541,1507,4938,6,4191],Bo=[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,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,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,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,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,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239];function hs(r,n){let e=65536;for(let t=0,s=n.length;t<s;t+=2){if(e+=n[t],e>r)return!1;if(e+=n[t+1],e>=r)return!0}return!1}function Ue(r){return r<65?r===36:r<=90?!0:r<97?r===95:r<=122?!0:r<=65535?r>=170&&Ro.test(String.fromCharCode(r)):hs(r,ri)}function at(r){return r<48?r===36:r<58?!0:r<65?!1:r<=90?!0:r<97?r===95:r<=122?!0:r<=65535?r>=170&&_o.test(String.fromCharCode(r)):hs(r,ri)||hs(r,Bo)}var Vs={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},jo=new Set(Vs.keyword),Vo=new Set(Vs.strict),zo=new Set(Vs.strictBind);function ii(r,n){return n&&r==="await"||r==="enum"}function ai(r,n){return ii(r,n)||Vo.has(r)}function oi(r){return zo.has(r)}function li(r,n){return ai(r,n)||oi(r)}function $o(r){return jo.has(r)}function qo(r,n,e){return r===64&&n===64&&Ue(e)}var Ho=new Set(["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete","implements","interface","let","package","private","protected","public","static","yield","eval","arguments","enum","await"]);function Go(r){return Ho.has(r)}var Ot=class{constructor(n){this.flags=0,this.names=new Map,this.firstLexicalName="",this.flags=n}},Ft=class{constructor(n,e){this.parser=void 0,this.scopeStack=[],this.inModule=void 0,this.undefinedExports=new Map,this.parser=n,this.inModule=e}get inTopLevel(){return(this.currentScope().flags&1)>0}get inFunction(){return(this.currentVarScopeFlags()&2)>0}get allowSuper(){return(this.currentThisScopeFlags()&16)>0}get allowDirectSuper(){return(this.currentThisScopeFlags()&32)>0}get inClass(){return(this.currentThisScopeFlags()&64)>0}get inClassAndNotInNonArrowFunction(){let n=this.currentThisScopeFlags();return(n&64)>0&&(n&2)===0}get inStaticBlock(){for(let n=this.scopeStack.length-1;;n--){let{flags:e}=this.scopeStack[n];if(e&128)return!0;if(e&451)return!1}}get inNonArrowFunction(){return(this.currentThisScopeFlags()&2)>0}get treatFunctionsAsVar(){return this.treatFunctionsAsVarInScope(this.currentScope())}createScope(n){return new Ot(n)}enter(n){this.scopeStack.push(this.createScope(n))}exit(){return this.scopeStack.pop().flags}treatFunctionsAsVarInScope(n){return!!(n.flags&130||!this.parser.inModule&&n.flags&1)}declareName(n,e,t){let s=this.currentScope();if(e&8||e&16){this.checkRedeclarationInScope(s,n,e,t);let i=s.names.get(n)||0;e&16?i=i|4:(s.firstLexicalName||(s.firstLexicalName=n),i=i|2),s.names.set(n,i),e&8&&this.maybeExportDefined(s,n)}else if(e&4)for(let i=this.scopeStack.length-1;i>=0&&(s=this.scopeStack[i],this.checkRedeclarationInScope(s,n,e,t),s.names.set(n,(s.names.get(n)||0)|1),this.maybeExportDefined(s,n),!(s.flags&387));--i);this.parser.inModule&&s.flags&1&&this.undefinedExports.delete(n)}maybeExportDefined(n,e){this.parser.inModule&&n.flags&1&&this.undefinedExports.delete(e)}checkRedeclarationInScope(n,e,t,s){this.isRedeclaredInScope(n,e,t)&&this.parser.raise(b.VarRedeclaration,s,{identifierName:e})}isRedeclaredInScope(n,e,t){if(!(t&1))return!1;if(t&8)return n.names.has(e);let s=n.names.get(e);return t&16?(s&2)>0||!this.treatFunctionsAsVarInScope(n)&&(s&1)>0:(s&2)>0&&!(n.flags&8&&n.firstLexicalName===e)||!this.treatFunctionsAsVarInScope(n)&&(s&4)>0}checkLocalExport(n){let{name:e}=n;this.scopeStack[0].names.has(e)||this.undefinedExports.set(e,n.loc.start)}currentScope(){return this.scopeStack[this.scopeStack.length-1]}currentVarScopeFlags(){for(let n=this.scopeStack.length-1;;n--){let{flags:e}=this.scopeStack[n];if(e&387)return e}}currentThisScopeFlags(){for(let n=this.scopeStack.length-1;;n--){let{flags:e}=this.scopeStack[n];if(e&451&&!(e&4))return e}}},ms=class extends Ot{constructor(...n){super(...n),this.declareFunctions=new Set}},bs=class extends Ft{createScope(n){return new ms(n)}declareName(n,e,t){let s=this.currentScope();if(e&2048){this.checkRedeclarationInScope(s,n,e,t),this.maybeExportDefined(s,n),s.declareFunctions.add(n);return}super.declareName(n,e,t)}isRedeclaredInScope(n,e,t){if(super.isRedeclaredInScope(n,e,t))return!0;if(t&2048&&!n.declareFunctions.has(e)){let s=n.names.get(e);return(s&4)>0||(s&2)>0}return!1}checkLocalExport(n){this.scopeStack[0].declareFunctions.has(n.name)||super.checkLocalExport(n)}},gs=class{constructor(){this.sawUnambiguousESM=!1,this.ambiguousScriptDifferentAst=!1}hasPlugin(n){if(typeof n=="string")return this.plugins.has(n);{let[e,t]=n;if(!this.hasPlugin(e))return!1;let s=this.plugins.get(e);for(let i of Object.keys(t))if(s?.[i]!==t[i])return!1;return!0}}getPluginOption(n,e){var t;return(t=this.plugins.get(n))==null?void 0:t[e]}};function ci(r,n){r.trailingComments===void 0?r.trailingComments=n:r.trailingComments.unshift(...n)}function Wo(r,n){r.leadingComments===void 0?r.leadingComments=n:r.leadingComments.unshift(...n)}function Ut(r,n){r.innerComments===void 0?r.innerComments=n:r.innerComments.unshift(...n)}function Nt(r,n,e){let t=null,s=n.length;for(;t===null&&s>0;)t=n[--s];t===null||t.start>e.start?Ut(r,e.comments):ci(t,e.comments)}var ys=class extends gs{addComment(n){this.filename&&(n.loc.filename=this.filename);let{commentsLen:e}=this.state;this.comments.length!==e&&(this.comments.length=e),this.comments.push(n),this.state.commentsLen++}processComment(n){let{commentStack:e}=this.state,t=e.length;if(t===0)return;let s=t-1,i=e[s];i.start===n.end&&(i.leadingNode=n,s--);let{start:a}=n;for(;s>=0;s--){let o=e[s],l=o.end;if(l>a)o.containingNode=n,this.finalizeComment(o),e.splice(s,1);else{l===a&&(o.trailingNode=n);break}}}finalizeComment(n){let{comments:e}=n;if(n.leadingNode!==null||n.trailingNode!==null)n.leadingNode!==null&&ci(n.leadingNode,e),n.trailingNode!==null&&Wo(n.trailingNode,e);else{let{containingNode:t,start:s}=n;if(this.input.charCodeAt(s-1)===44)switch(t.type){case"ObjectExpression":case"ObjectPattern":case"RecordExpression":Nt(t,t.properties,n);break;case"CallExpression":case"OptionalCallExpression":Nt(t,t.arguments,n);break;case"FunctionDeclaration":case"FunctionExpression":case"ArrowFunctionExpression":case"ObjectMethod":case"ClassMethod":case"ClassPrivateMethod":Nt(t,t.params,n);break;case"ArrayExpression":case"ArrayPattern":case"TupleExpression":Nt(t,t.elements,n);break;case"ExportNamedDeclaration":case"ImportDeclaration":Nt(t,t.specifiers,n);break;default:Ut(t,e)}else Ut(t,e)}}finalizeRemainingComments(){let{commentStack:n}=this.state;for(let e=n.length-1;e>=0;e--)this.finalizeComment(n[e]);this.state.commentStack=[]}resetPreviousNodeTrailingComments(n){let{commentStack:e}=this.state,{length:t}=e;if(t===0)return;let s=e[t-1];s.leadingNode===n&&(s.leadingNode=null)}resetPreviousIdentifierLeadingComments(n){let{commentStack:e}=this.state,{length:t}=e;t!==0&&(e[t-1].trailingNode===n?e[t-1].trailingNode=null:t>=2&&e[t-2].trailingNode===n&&(e[t-2].trailingNode=null))}takeSurroundingComments(n,e,t){let{commentStack:s}=this.state,i=s.length;if(i===0)return;let a=i-1;for(;a>=0;a--){let o=s[a],l=o.end;if(o.start===t)o.leadingNode=n;else if(l===e)o.trailingNode=n;else if(l<e)break}}},Ko=/\r\n|[\r\n\u2028\u2029]/,pn=new RegExp(Ko.source,"g");function ot(r){switch(r){case 10:case 13:case 8232:case 8233:return!0;default:return!1}}function Gr(r,n,e){for(let t=n;t<e;t++)if(ot(r.charCodeAt(t)))return!0;return!1}var ls=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,cs=/(?:[^\S\n\r\u2028\u2029]|\/\/.*|\/\*.*?\*\/)*/g;function Jo(r){switch(r){case 9:case 11:case 12:case 32:case 160:case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8239:case 8287:case 12288:case 65279:return!0;default:return!1}}var vs=class r{constructor(){this.flags=1024,this.curLine=void 0,this.lineStart=void 0,this.startLoc=void 0,this.endLoc=void 0,this.errors=[],this.potentialArrowAt=-1,this.noArrowAt=[],this.noArrowParamsConversionAt=[],this.topicContext={maxNumOfResolvableTopics:0,maxTopicIndex:null},this.labels=[],this.commentsLen=0,this.commentStack=[],this.pos=0,this.type=139,this.value=null,this.start=0,this.end=0,this.lastTokEndLoc=null,this.lastTokStartLoc=null,this.context=[V.brace],this.firstInvalidTemplateEscapePos=null,this.strictErrors=new Map,this.tokensLength=0}get strict(){return(this.flags&1)>0}set strict(n){n?this.flags|=1:this.flags&=-2}init({strictMode:n,sourceType:e,startLine:t,startColumn:s}){this.strict=n===!1?!1:n===!0?!0:e==="module",this.curLine=t,this.lineStart=-s,this.startLoc=this.endLoc=new ke(t,s,0)}get maybeInArrowParameters(){return(this.flags&2)>0}set maybeInArrowParameters(n){n?this.flags|=2:this.flags&=-3}get inType(){return(this.flags&4)>0}set inType(n){n?this.flags|=4:this.flags&=-5}get noAnonFunctionType(){return(this.flags&8)>0}set noAnonFunctionType(n){n?this.flags|=8:this.flags&=-9}get hasFlowComment(){return(this.flags&16)>0}set hasFlowComment(n){n?this.flags|=16:this.flags&=-17}get isAmbientContext(){return(this.flags&32)>0}set isAmbientContext(n){n?this.flags|=32:this.flags&=-33}get inAbstractClass(){return(this.flags&64)>0}set inAbstractClass(n){n?this.flags|=64:this.flags&=-65}get inDisallowConditionalTypesContext(){return(this.flags&128)>0}set inDisallowConditionalTypesContext(n){n?this.flags|=128:this.flags&=-129}get soloAwait(){return(this.flags&256)>0}set soloAwait(n){n?this.flags|=256:this.flags&=-257}get inFSharpPipelineDirectBody(){return(this.flags&512)>0}set inFSharpPipelineDirectBody(n){n?this.flags|=512:this.flags&=-513}get canStartJSXElement(){return(this.flags&1024)>0}set canStartJSXElement(n){n?this.flags|=1024:this.flags&=-1025}get containsEsc(){return(this.flags&2048)>0}set containsEsc(n){n?this.flags|=2048:this.flags&=-2049}get hasTopLevelAwait(){return(this.flags&4096)>0}set hasTopLevelAwait(n){n?this.flags|=4096:this.flags&=-4097}curPosition(){return new ke(this.curLine,this.pos-this.lineStart,this.pos)}clone(){let n=new r;return n.flags=this.flags,n.curLine=this.curLine,n.lineStart=this.lineStart,n.startLoc=this.startLoc,n.endLoc=this.endLoc,n.errors=this.errors.slice(),n.potentialArrowAt=this.potentialArrowAt,n.noArrowAt=this.noArrowAt.slice(),n.noArrowParamsConversionAt=this.noArrowParamsConversionAt.slice(),n.topicContext=this.topicContext,n.labels=this.labels.slice(),n.commentsLen=this.commentsLen,n.commentStack=this.commentStack.slice(),n.pos=this.pos,n.type=this.type,n.value=this.value,n.start=this.start,n.end=this.end,n.lastTokEndLoc=this.lastTokEndLoc,n.lastTokStartLoc=this.lastTokStartLoc,n.context=this.context.slice(),n.firstInvalidTemplateEscapePos=this.firstInvalidTemplateEscapePos,n.strictErrors=this.strictErrors,n.tokensLength=this.tokensLength,n}},Xo=function(n){return n>=48&&n<=57},Wr={decBinOct:new Set([46,66,69,79,95,98,101,111]),hex:new Set([46,88,95,120])},un={bin:r=>r===48||r===49,oct:r=>r>=48&&r<=55,dec:r=>r>=48&&r<=57,hex:r=>r>=48&&r<=57||r>=65&&r<=70||r>=97&&r<=102};function Kr(r,n,e,t,s,i){let a=e,o=t,l=s,c="",p=null,u=e,{length:f}=n;for(;;){if(e>=f){i.unterminated(a,o,l),c+=n.slice(u,e);break}let h=n.charCodeAt(e);if(Qo(r,h,n,e)){c+=n.slice(u,e);break}if(h===92){c+=n.slice(u,e);let d=Yo(n,e,t,s,r==="template",i);d.ch===null&&!p?p={pos:e,lineStart:t,curLine:s}:c+=d.ch,{pos:e,lineStart:t,curLine:s}=d,u=e}else h===8232||h===8233?(++e,++s,t=e):h===10||h===13?r==="template"?(c+=n.slice(u,e)+`
|
|
5
5
|
`,++e,h===13&&n.charCodeAt(e)===10&&++e,++s,u=t=e):i.unterminated(a,o,l):++e}return{pos:e,str:c,firstInvalidLoc:p,lineStart:t,curLine:s,containsInvalid:!!p}}function Qo(r,n,e,t){return r==="template"?n===96||n===36&&e.charCodeAt(t+1)===123:n===(r==="double"?34:39)}function Yo(r,n,e,t,s,i){let a=!s;n++;let o=c=>({pos:n,ch:c,lineStart:e,curLine:t}),l=r.charCodeAt(n++);switch(l){case 110:return o(`
|
|
@@ -5342,7 +5342,7 @@ export function useFormField() {
|
|
|
5342
5342
|
const localModel = useVModel(props, "modelValue", emits);
|
|
5343
5343
|
|
|
5344
5344
|
const styles = tv({
|
|
5345
|
-
base: "form-input h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background file:border-0 file:bg-transparent file:px-1 file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground file:hover:cursor-pointer focus:border-input focus:ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 sm:text-sm",
|
|
5345
|
+
base: "form-input h-10 w-full rounded-md border border-input bg-background px-3 py-2 text-base ring-offset-background file:border-0 file:bg-transparent file:px-1 file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground file:hover:cursor-pointer focus:border-input focus:ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 dark:[color-scheme:dark] sm:text-sm",
|
|
5346
5346
|
});
|
|
5347
5347
|
</script>
|
|
5348
5348
|
`}],utils:[],composables:[],plugins:[]},{name:"Keyboard Key",value:"kbd",files:[{fileName:"Kbd.vue",dirPath:"components/UI",fileContent:`<template>
|