next
Version:
The React Framework
1 lines • 1.36 MB
JavaScript
(()=>{var e={5565:e=>{function webpackEmptyAsyncContext(e){return Promise.resolve().then((()=>{var t=new Error("Cannot find module '"+e+"'");t.code="MODULE_NOT_FOUND";throw t}))}webpackEmptyAsyncContext.keys=()=>[];webpackEmptyAsyncContext.resolve=webpackEmptyAsyncContext;webpackEmptyAsyncContext.id=5565;e.exports=webpackEmptyAsyncContext},3914:function(e,t,r){(function(t,n){true?e.exports=n(r(8536),r(2987)):0})(this,(function(e,t){"use strict";const r=SegmentObject("",-1,-1,"",null);const n=[];function SegmentObject(e,t,r,n,s){return{source:e,line:t,column:r,name:n,content:s}}function Source(e,t,r,n){return{map:e,sources:t,source:r,content:n}}function MapSource(e,t){return Source(e,t,"",null)}function OriginalSource(e,t){return Source(null,n,e,t)}function traceMappings(n){const s=new t.GenMapping({file:n.map.file});const{sources:i,map:a}=n;const o=a.names;const l=e.decodedMappings(a);for(let e=0;e<l.length;e++){const n=l[e];for(let a=0;a<n.length;a++){const l=n[a];const c=l[0];let p=r;if(l.length!==1){const e=i[l[1]];p=originalPositionFor(e,l[2],l[3],l.length===5?o[l[4]]:"");if(p==null)continue}const{column:u,line:d,name:f,content:h,source:m}=p;t.maybeAddSegment(s,e,c,m,d,u,f);if(m&&h!=null)t.setSourceContent(s,m,h)}}return s}function originalPositionFor(t,n,s,i){if(!t.map){return SegmentObject(t.source,n,s,i,t.content)}const a=e.traceSegment(t.map,n,s);if(a==null)return null;if(a.length===1)return r;return originalPositionFor(t.sources[a[1]],a[2],a[3],a.length===5?t.map.names[a[4]]:i)}function asArray(e){if(Array.isArray(e))return e;return[e]}function buildSourceMapTree(t,r){const n=asArray(t).map((t=>new e.TraceMap(t,"")));const s=n.pop();for(let e=0;e<n.length;e++){if(n[e].sources.length>1){throw new Error(`Transformation map ${e} must have exactly one source file.\n`+"Did you specify these with the most recent transformation maps first?")}}let i=build(s,r,"",0);for(let e=n.length-1;e>=0;e--){i=MapSource(n[e],[i])}return i}function build(t,r,n,s){const{resolvedSources:i,sourcesContent:a}=t;const o=s+1;const l=i.map(((t,s)=>{const i={importer:n,depth:o,source:t||"",content:undefined};const l=r(i.source,i);const{source:c,content:p}=i;if(l)return build(new e.TraceMap(l,c),r,c,o);const u=p!==undefined?p:a?a[s]:null;return OriginalSource(c,u)}));return MapSource(t,l)}class SourceMap{constructor(e,r){const n=r.decodedMappings?t.toDecodedMap(e):t.toEncodedMap(e);this.version=n.version;this.file=n.file;this.mappings=n.mappings;this.names=n.names;this.sourceRoot=n.sourceRoot;this.sources=n.sources;if(!r.excludeContent){this.sourcesContent=n.sourcesContent}}toString(){return JSON.stringify(this)}}function remapping(e,t,r){const n=typeof r==="object"?r:{excludeContent:!!r,decodedMappings:false};const s=buildSourceMapTree(e,t);return new SourceMap(traceMappings(s),n)}return remapping}))},2987:function(e,t,r){(function(e,n){true?n(t,r(7168),r(3649),r(8536)):0})(this,(function(e,t,r,n){"use strict";const s=0;const i=1;const a=2;const o=3;const l=4;const c=-1;e.addSegment=void 0;e.addMapping=void 0;e.maybeAddSegment=void 0;e.maybeAddMapping=void 0;e.setSourceContent=void 0;e.toDecodedMap=void 0;e.toEncodedMap=void 0;e.fromMap=void 0;e.allMappings=void 0;let p;class GenMapping{constructor({file:e,sourceRoot:r}={}){this._names=new t.SetArray;this._sources=new t.SetArray;this._sourcesContent=[];this._mappings=[];this.file=e;this.sourceRoot=r}}(()=>{e.addSegment=(e,t,r,n,s,i,a,o)=>p(false,e,t,r,n,s,i,a,o);e.maybeAddSegment=(e,t,r,n,s,i,a,o)=>p(true,e,t,r,n,s,i,a,o);e.addMapping=(e,t)=>addMappingInternal(false,e,t);e.maybeAddMapping=(e,t)=>addMappingInternal(true,e,t);e.setSourceContent=(e,r,n)=>{const{_sources:s,_sourcesContent:i}=e;i[t.put(s,r)]=n};e.toDecodedMap=e=>{const{file:t,sourceRoot:r,_mappings:n,_sources:s,_sourcesContent:i,_names:a}=e;removeEmptyFinalLines(n);return{version:3,file:t||undefined,names:a.array,sourceRoot:r||undefined,sources:s.array,sourcesContent:i,mappings:n}};e.toEncodedMap=t=>{const n=e.toDecodedMap(t);return Object.assign(Object.assign({},n),{mappings:r.encode(n.mappings)})};e.allMappings=e=>{const t=[];const{_mappings:r,_sources:n,_names:c}=e;for(let e=0;e<r.length;e++){const p=r[e];for(let r=0;r<p.length;r++){const u=p[r];const d={line:e+1,column:u[s]};let f=undefined;let h=undefined;let m=undefined;if(u.length!==1){f=n.array[u[i]];h={line:u[a]+1,column:u[o]};if(u.length===5)m=c.array[u[l]]}t.push({generated:d,source:f,original:h,name:m})}}return t};e.fromMap=e=>{const t=new n.TraceMap(e);const r=new GenMapping({file:t.file,sourceRoot:t.sourceRoot});putAll(r._names,t.names);putAll(r._sources,t.sources);r._sourcesContent=t.sourcesContent||t.sources.map((()=>null));r._mappings=n.decodedMappings(t);return r};p=(e,r,n,s,i,a,o,l,p)=>{const{_mappings:u,_sources:d,_sourcesContent:f,_names:h}=r;const m=getLine(u,n);const y=getColumnIndex(m,s);if(!i){if(e&&skipSourceless(m,y))return;return insert(m,y,[s])}const g=t.put(d,i);const b=l?t.put(h,l):c;if(g===f.length)f[g]=p!==null&&p!==void 0?p:null;if(e&&skipSource(m,y,g,a,o,b)){return}return insert(m,y,l?[s,g,a,o,b]:[s,g,a,o])}})();function getLine(e,t){for(let r=e.length;r<=t;r++){e[r]=[]}return e[t]}function getColumnIndex(e,t){let r=e.length;for(let n=r-1;n>=0;r=n--){const r=e[n];if(t>=r[s])break}return r}function insert(e,t,r){for(let r=e.length;r>t;r--){e[r]=e[r-1]}e[t]=r}function removeEmptyFinalLines(e){const{length:t}=e;let r=t;for(let t=r-1;t>=0;r=t,t--){if(e[t].length>0)break}if(r<t)e.length=r}function putAll(e,r){for(let n=0;n<r.length;n++)t.put(e,r[n])}function skipSourceless(e,t){if(t===0)return true;const r=e[t-1];return r.length===1}function skipSource(e,t,r,n,s,p){if(t===0)return false;const u=e[t-1];if(u.length===1)return false;return r===u[i]&&n===u[a]&&s===u[o]&&p===(u.length===5?u[l]:c)}function addMappingInternal(e,t,r){const{generated:n,source:s,original:i,name:a,content:o}=r;if(!s){return p(e,t,n.line-1,n.column,null,null,null,null,null)}const l=s;return p(e,t,n.line-1,n.column,l,i.line-1,i.column,a,o)}e.GenMapping=GenMapping;Object.defineProperty(e,"__esModule",{value:true})}))},7237:function(e,t,r){(function(e,n){true?n(t,r(7734),r(8918),r(8536)):0})(this,(function(e,t,r,n){"use strict";const s=0;const i=1;const a=2;const o=3;const l=4;const c=-1;class GenMapping{constructor({file:e,sourceRoot:r}={}){this._names=new t.SetArray;this._sources=new t.SetArray;this._sourcesContent=[];this._mappings=[];this.file=e;this.sourceRoot=r;this._ignoreList=new t.SetArray}}function cast(e){return e}function addSegment(e,t,r,n,s,i,a,o){return addSegmentInternal(false,e,t,r,n,s,i,a,o)}function addMapping(e,t){return addMappingInternal(false,e,t)}const maybeAddSegment=(e,t,r,n,s,i,a,o)=>addSegmentInternal(true,e,t,r,n,s,i,a,o);const maybeAddMapping=(e,t)=>addMappingInternal(true,e,t);function setSourceContent(e,r,n){const{_sources:s,_sourcesContent:i}=cast(e);const a=t.put(s,r);i[a]=n}function setIgnore(e,r,n=true){const{_sources:s,_sourcesContent:i,_ignoreList:a}=cast(e);const o=t.put(s,r);if(o===i.length)i[o]=null;if(n)t.put(a,o);else t.remove(a,o)}function toDecodedMap(e){const{_mappings:t,_sources:r,_sourcesContent:n,_names:s,_ignoreList:i}=cast(e);removeEmptyFinalLines(t);return{version:3,file:e.file||undefined,names:s.array,sourceRoot:e.sourceRoot||undefined,sources:r.array,sourcesContent:n,mappings:t,ignoreList:i.array}}function toEncodedMap(e){const t=toDecodedMap(e);return Object.assign(Object.assign({},t),{mappings:r.encode(t.mappings)})}function fromMap(e){const t=new n.TraceMap(e);const r=new GenMapping({file:t.file,sourceRoot:t.sourceRoot});putAll(cast(r)._names,t.names);putAll(cast(r)._sources,t.sources);cast(r)._sourcesContent=t.sourcesContent||t.sources.map((()=>null));cast(r)._mappings=n.decodedMappings(t);if(t.ignoreList)putAll(cast(r)._ignoreList,t.ignoreList);return r}function allMappings(e){const t=[];const{_mappings:r,_sources:n,_names:c}=cast(e);for(let e=0;e<r.length;e++){const p=r[e];for(let r=0;r<p.length;r++){const u=p[r];const d={line:e+1,column:u[s]};let f=undefined;let h=undefined;let m=undefined;if(u.length!==1){f=n.array[u[i]];h={line:u[a]+1,column:u[o]};if(u.length===5)m=c.array[u[l]]}t.push({generated:d,source:f,original:h,name:m})}}return t}function addSegmentInternal(e,r,n,s,i,a,o,l,p){const{_mappings:u,_sources:d,_sourcesContent:f,_names:h}=cast(r);const m=getLine(u,n);const y=getColumnIndex(m,s);if(!i){if(e&&skipSourceless(m,y))return;return insert(m,y,[s])}const g=t.put(d,i);const b=l?t.put(h,l):c;if(g===f.length)f[g]=p!==null&&p!==void 0?p:null;if(e&&skipSource(m,y,g,a,o,b)){return}return insert(m,y,l?[s,g,a,o,b]:[s,g,a,o])}function getLine(e,t){for(let r=e.length;r<=t;r++){e[r]=[]}return e[t]}function getColumnIndex(e,t){let r=e.length;for(let n=r-1;n>=0;r=n--){const r=e[n];if(t>=r[s])break}return r}function insert(e,t,r){for(let r=e.length;r>t;r--){e[r]=e[r-1]}e[t]=r}function removeEmptyFinalLines(e){const{length:t}=e;let r=t;for(let t=r-1;t>=0;r=t,t--){if(e[t].length>0)break}if(r<t)e.length=r}function putAll(e,r){for(let n=0;n<r.length;n++)t.put(e,r[n])}function skipSourceless(e,t){if(t===0)return true;const r=e[t-1];return r.length===1}function skipSource(e,t,r,n,s,p){if(t===0)return false;const u=e[t-1];if(u.length===1)return false;return r===u[i]&&n===u[a]&&s===u[o]&&p===(u.length===5?u[l]:c)}function addMappingInternal(e,t,r){const{generated:n,source:s,original:i,name:a,content:o}=r;if(!s){return addSegmentInternal(e,t,n.line-1,n.column,null,null,null,null,null)}return addSegmentInternal(e,t,n.line-1,n.column,s,i.line-1,i.column,a,o)}e.GenMapping=GenMapping;e.addMapping=addMapping;e.addSegment=addSegment;e.allMappings=allMappings;e.fromMap=fromMap;e.maybeAddMapping=maybeAddMapping;e.maybeAddSegment=maybeAddSegment;e.setIgnore=setIgnore;e.setSourceContent=setSourceContent;e.toDecodedMap=toDecodedMap;e.toEncodedMap=toEncodedMap;Object.defineProperty(e,"__esModule",{value:true})}))},6982:function(e){(function(t,r){true?e.exports=r():0})(this,(function(){"use strict";const e=/^[\w+.-]+:\/\//;const t=/^([\w+.-]+:)\/\/([^@/#?]*@)?([^:/#?]*)(:\d+)?(\/[^#?]*)?(\?[^#]*)?(#.*)?/;const r=/^file:(?:\/\/((?![a-z]:)[^/#?]*)?)?(\/?[^#?]*)(\?[^#]*)?(#.*)?/i;var n;(function(e){e[e["Empty"]=1]="Empty";e[e["Hash"]=2]="Hash";e[e["Query"]=3]="Query";e[e["RelativePath"]=4]="RelativePath";e[e["AbsolutePath"]=5]="AbsolutePath";e[e["SchemeRelative"]=6]="SchemeRelative";e[e["Absolute"]=7]="Absolute"})(n||(n={}));function isAbsoluteUrl(t){return e.test(t)}function isSchemeRelativeUrl(e){return e.startsWith("//")}function isAbsolutePath(e){return e.startsWith("/")}function isFileUrl(e){return e.startsWith("file:")}function isRelative(e){return/^[.?#]/.test(e)}function parseAbsoluteUrl(e){const r=t.exec(e);return makeUrl(r[1],r[2]||"",r[3],r[4]||"",r[5]||"/",r[6]||"",r[7]||"")}function parseFileUrl(e){const t=r.exec(e);const n=t[2];return makeUrl("file:","",t[1]||"","",isAbsolutePath(n)?n:"/"+n,t[3]||"",t[4]||"")}function makeUrl(e,t,r,s,i,a,o){return{scheme:e,user:t,host:r,port:s,path:i,query:a,hash:o,type:n.Absolute}}function parseUrl(e){if(isSchemeRelativeUrl(e)){const t=parseAbsoluteUrl("http:"+e);t.scheme="";t.type=n.SchemeRelative;return t}if(isAbsolutePath(e)){const t=parseAbsoluteUrl("http://foo.com"+e);t.scheme="";t.host="";t.type=n.AbsolutePath;return t}if(isFileUrl(e))return parseFileUrl(e);if(isAbsoluteUrl(e))return parseAbsoluteUrl(e);const t=parseAbsoluteUrl("http://foo.com/"+e);t.scheme="";t.host="";t.type=e?e.startsWith("?")?n.Query:e.startsWith("#")?n.Hash:n.RelativePath:n.Empty;return t}function stripPathFilename(e){if(e.endsWith("/.."))return e;const t=e.lastIndexOf("/");return e.slice(0,t+1)}function mergePaths(e,t){normalizePath(t,t.type);if(e.path==="/"){e.path=t.path}else{e.path=stripPathFilename(t.path)+e.path}}function normalizePath(e,t){const r=t<=n.RelativePath;const s=e.path.split("/");let i=1;let a=0;let o=false;for(let e=1;e<s.length;e++){const t=s[e];if(!t){o=true;continue}o=false;if(t===".")continue;if(t===".."){if(a){o=true;a--;i--}else if(r){s[i++]=t}continue}s[i++]=t;a++}let l="";for(let e=1;e<i;e++){l+="/"+s[e]}if(!l||o&&!l.endsWith("/..")){l+="/"}e.path=l}function resolve(e,t){if(!e&&!t)return"";const r=parseUrl(e);let s=r.type;if(t&&s!==n.Absolute){const e=parseUrl(t);const i=e.type;switch(s){case n.Empty:r.hash=e.hash;case n.Hash:r.query=e.query;case n.Query:case n.RelativePath:mergePaths(r,e);case n.AbsolutePath:r.user=e.user;r.host=e.host;r.port=e.port;case n.SchemeRelative:r.scheme=e.scheme}if(i>s)s=i}normalizePath(r,s);const i=r.query+r.hash;switch(s){case n.Hash:case n.Query:return i;case n.RelativePath:{const n=r.path.slice(1);if(!n)return i||".";if(isRelative(t||e)&&!isRelative(n)){return"./"+n+i}return n+i}case n.AbsolutePath:return r.path+i;default:return r.scheme+"//"+r.user+r.host+r.port+r.path+i}}return resolve}))},7168:function(e,t){(function(e,r){true?r(t):0})(this,(function(e){"use strict";e.get=void 0;e.put=void 0;e.pop=void 0;class SetArray{constructor(){this._indexes={__proto__:null};this.array=[]}}(()=>{e.get=(e,t)=>e._indexes[t];e.put=(t,r)=>{const n=e.get(t,r);if(n!==undefined)return n;const{array:s,_indexes:i}=t;return i[r]=s.push(r)-1};e.pop=e=>{const{array:t,_indexes:r}=e;if(t.length===0)return;const n=t.pop();r[n]=undefined}})();e.SetArray=SetArray;Object.defineProperty(e,"__esModule",{value:true})}))},7734:function(e,t){(function(e,r){true?r(t):0})(this,(function(e){"use strict";class SetArray{constructor(){this._indexes={__proto__:null};this.array=[]}}function cast(e){return e}function get(e,t){return cast(e)._indexes[t]}function put(e,t){const r=get(e,t);if(r!==undefined)return r;const{array:n,_indexes:s}=cast(e);const i=n.push(t);return s[t]=i-1}function pop(e){const{array:t,_indexes:r}=cast(e);if(t.length===0)return;const n=t.pop();r[n]=undefined}function remove(e,t){const r=get(e,t);if(r===undefined)return;const{array:n,_indexes:s}=cast(e);for(let e=r+1;e<n.length;e++){const t=n[e];n[e-1]=t;s[t]--}s[t]=undefined;n.pop()}e.SetArray=SetArray;e.get=get;e.pop=pop;e.put=put;e.remove=remove;Object.defineProperty(e,"__esModule",{value:true})}))},8918:function(e,t){(function(e,r){true?r(t):0})(this,(function(e){"use strict";const t=",".charCodeAt(0);const r=";".charCodeAt(0);const n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";const s=new Uint8Array(64);const i=new Uint8Array(128);for(let e=0;e<n.length;e++){const t=n.charCodeAt(e);s[e]=t;i[t]=e}function decodeInteger(e,t){let r=0;let n=0;let s=0;do{const t=e.next();s=i[t];r|=(s&31)<<n;n+=5}while(s&32);const a=r&1;r>>>=1;if(a){r=-2147483648|-r}return t+r}function encodeInteger(e,t,r){let n=t-r;n=n<0?-n<<1|1:n<<1;do{let t=n&31;n>>>=5;if(n>0)t|=32;e.write(s[t])}while(n>0);return t}function hasMoreVlq(e,r){if(e.pos>=r)return false;return e.peek()!==t}const a=1024*16;const o=typeof TextDecoder!=="undefined"?new TextDecoder:typeof Buffer!=="undefined"?{decode(e){const t=Buffer.from(e.buffer,e.byteOffset,e.byteLength);return t.toString()}}:{decode(e){let t="";for(let r=0;r<e.length;r++){t+=String.fromCharCode(e[r])}return t}};class StringWriter{constructor(){this.pos=0;this.out="";this.buffer=new Uint8Array(a)}write(e){const{buffer:t}=this;t[this.pos++]=e;if(this.pos===a){this.out+=o.decode(t);this.pos=0}}flush(){const{buffer:e,out:t,pos:r}=this;return r>0?t+o.decode(e.subarray(0,r)):t}}class StringReader{constructor(e){this.pos=0;this.buffer=e}next(){return this.buffer.charCodeAt(this.pos++)}peek(){return this.buffer.charCodeAt(this.pos)}indexOf(e){const{buffer:t,pos:r}=this;const n=t.indexOf(e,r);return n===-1?t.length:n}}const l=[];function decodeOriginalScopes(e){const{length:t}=e;const r=new StringReader(e);const n=[];const s=[];let i=0;for(;r.pos<t;r.pos++){i=decodeInteger(r,i);const e=decodeInteger(r,0);if(!hasMoreVlq(r,t)){const t=s.pop();t[2]=i;t[3]=e;continue}const a=decodeInteger(r,0);const o=decodeInteger(r,0);const c=o&1;const p=c?[i,e,0,0,a,decodeInteger(r,0)]:[i,e,0,0,a];let u=l;if(hasMoreVlq(r,t)){u=[];do{const e=decodeInteger(r,0);u.push(e)}while(hasMoreVlq(r,t))}p.vars=u;n.push(p);s.push(p)}return n}function encodeOriginalScopes(e){const t=new StringWriter;for(let r=0;r<e.length;){r=_encodeOriginalScopes(e,r,t,[0])}return t.flush()}function _encodeOriginalScopes(e,r,n,s){const i=e[r];const{0:a,1:o,2:l,3:c,4:p,vars:u}=i;if(r>0)n.write(t);s[0]=encodeInteger(n,a,s[0]);encodeInteger(n,o,0);encodeInteger(n,p,0);const d=i.length===6?1:0;encodeInteger(n,d,0);if(i.length===6)encodeInteger(n,i[5],0);for(const e of u){encodeInteger(n,e,0)}for(r++;r<e.length;){const t=e[r];const{0:i,1:a}=t;if(i>l||i===l&&a>=c){break}r=_encodeOriginalScopes(e,r,n,s)}n.write(t);s[0]=encodeInteger(n,l,s[0]);encodeInteger(n,c,0);return r}function decodeGeneratedRanges(e){const{length:t}=e;const r=new StringReader(e);const n=[];const s=[];let i=0;let a=0;let o=0;let c=0;let p=0;let u=0;let d=0;let f=0;do{const e=r.indexOf(";");let t=0;for(;r.pos<e;r.pos++){t=decodeInteger(r,t);if(!hasMoreVlq(r,e)){const e=s.pop();e[2]=i;e[3]=t;continue}const h=decodeInteger(r,0);const m=h&1;const y=h&2;const g=h&4;let b=null;let T=l;let S;if(m){const e=decodeInteger(r,a);o=decodeInteger(r,a===e?o:0);a=e;S=[i,t,0,0,e,o]}else{S=[i,t,0,0]}S.isScope=!!g;if(y){const e=c;const t=p;c=decodeInteger(r,c);const n=e===c;p=decodeInteger(r,n?p:0);u=decodeInteger(r,n&&t===p?u:0);b=[c,p,u]}S.callsite=b;if(hasMoreVlq(r,e)){T=[];do{d=i;f=t;const e=decodeInteger(r,0);let n;if(e<-1){n=[[decodeInteger(r,0)]];for(let t=-1;t>e;t--){const e=d;d=decodeInteger(r,d);f=decodeInteger(r,d===e?f:0);const t=decodeInteger(r,0);n.push([t,d,f])}}else{n=[[e]]}T.push(n)}while(hasMoreVlq(r,e))}S.bindings=T;n.push(S);s.push(S)}i++;r.pos=e+1}while(r.pos<t);return n}function encodeGeneratedRanges(e){if(e.length===0)return"";const t=new StringWriter;for(let r=0;r<e.length;){r=_encodeGeneratedRanges(e,r,t,[0,0,0,0,0,0,0])}return t.flush()}function _encodeGeneratedRanges(e,r,n,s){const i=e[r];const{0:a,1:o,2:l,3:c,isScope:p,callsite:u,bindings:d}=i;if(s[0]<a){catchupLine(n,s[0],a);s[0]=a;s[1]=0}else if(r>0){n.write(t)}s[1]=encodeInteger(n,i[1],s[1]);const f=(i.length===6?1:0)|(u?2:0)|(p?4:0);encodeInteger(n,f,0);if(i.length===6){const{4:e,5:t}=i;if(e!==s[2]){s[3]=0}s[2]=encodeInteger(n,e,s[2]);s[3]=encodeInteger(n,t,s[3])}if(u){const{0:e,1:t,2:r}=i.callsite;if(e!==s[4]){s[5]=0;s[6]=0}else if(t!==s[5]){s[6]=0}s[4]=encodeInteger(n,e,s[4]);s[5]=encodeInteger(n,t,s[5]);s[6]=encodeInteger(n,r,s[6])}if(d){for(const e of d){if(e.length>1)encodeInteger(n,-e.length,0);const t=e[0][0];encodeInteger(n,t,0);let r=a;let s=o;for(let t=1;t<e.length;t++){const i=e[t];r=encodeInteger(n,i[1],r);s=encodeInteger(n,i[2],s);encodeInteger(n,i[0],0)}}}for(r++;r<e.length;){const t=e[r];const{0:i,1:a}=t;if(i>l||i===l&&a>=c){break}r=_encodeGeneratedRanges(e,r,n,s)}if(s[0]<l){catchupLine(n,s[0],l);s[0]=l;s[1]=0}else{n.write(t)}s[1]=encodeInteger(n,c,s[1]);return r}function catchupLine(e,t,n){do{e.write(r)}while(++t<n)}function decode(e){const{length:t}=e;const r=new StringReader(e);const n=[];let s=0;let i=0;let a=0;let o=0;let l=0;do{const e=r.indexOf(";");const t=[];let c=true;let p=0;s=0;while(r.pos<e){let n;s=decodeInteger(r,s);if(s<p)c=false;p=s;if(hasMoreVlq(r,e)){i=decodeInteger(r,i);a=decodeInteger(r,a);o=decodeInteger(r,o);if(hasMoreVlq(r,e)){l=decodeInteger(r,l);n=[s,i,a,o,l]}else{n=[s,i,a,o]}}else{n=[s]}t.push(n);r.pos++}if(!c)sort(t);n.push(t);r.pos=e+1}while(r.pos<=t);return n}function sort(e){e.sort(sortComparator)}function sortComparator(e,t){return e[0]-t[0]}function encode(e){const n=new StringWriter;let s=0;let i=0;let a=0;let o=0;for(let l=0;l<e.length;l++){const c=e[l];if(l>0)n.write(r);if(c.length===0)continue;let p=0;for(let e=0;e<c.length;e++){const r=c[e];if(e>0)n.write(t);p=encodeInteger(n,r[0],p);if(r.length===1)continue;s=encodeInteger(n,r[1],s);i=encodeInteger(n,r[2],i);a=encodeInteger(n,r[3],a);if(r.length===4)continue;o=encodeInteger(n,r[4],o)}}return n.flush()}e.decode=decode;e.decodeGeneratedRanges=decodeGeneratedRanges;e.decodeOriginalScopes=decodeOriginalScopes;e.encode=encode;e.encodeGeneratedRanges=encodeGeneratedRanges;e.encodeOriginalScopes=encodeOriginalScopes;Object.defineProperty(e,"__esModule",{value:true})}))},3649:function(e,t,r){e=r.nmd(e);(function(t,r){if(true){r(e);e.exports=def(e)}else{}function def(e){return"default"in e.exports?e.exports.default:e.exports}})(this,(function(e){"use strict";var t=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var __export=(e,r)=>{for(var n in r)t(e,n,{get:r[n],enumerable:true})};var __copyProps=(e,i,a,o)=>{if(i&&typeof i==="object"||typeof i==="function"){for(let l of n(i))if(!s.call(e,l)&&l!==a)t(e,l,{get:()=>i[l],enumerable:!(o=r(i,l))||o.enumerable})}return e};var __toCommonJS=e=>__copyProps(t({},"__esModule",{value:true}),e);var i={};__export(i,{decode:()=>decode,decodeGeneratedRanges:()=>decodeGeneratedRanges,decodeOriginalScopes:()=>decodeOriginalScopes,encode:()=>encode,encodeGeneratedRanges:()=>encodeGeneratedRanges,encodeOriginalScopes:()=>encodeOriginalScopes});e.exports=__toCommonJS(i);var a=",".charCodeAt(0);var o=";".charCodeAt(0);var l="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var c=new Uint8Array(64);var p=new Uint8Array(128);for(let e=0;e<l.length;e++){const t=l.charCodeAt(e);c[e]=t;p[t]=e}function decodeInteger(e,t){let r=0;let n=0;let s=0;do{const t=e.next();s=p[t];r|=(s&31)<<n;n+=5}while(s&32);const i=r&1;r>>>=1;if(i){r=-2147483648|-r}return t+r}function encodeInteger(e,t,r){let n=t-r;n=n<0?-n<<1|1:n<<1;do{let t=n&31;n>>>=5;if(n>0)t|=32;e.write(c[t])}while(n>0);return t}function hasMoreVlq(e,t){if(e.pos>=t)return false;return e.peek()!==a}var u=1024*16;var d=typeof TextDecoder!=="undefined"?new TextDecoder:typeof Buffer!=="undefined"?{decode(e){const t=Buffer.from(e.buffer,e.byteOffset,e.byteLength);return t.toString()}}:{decode(e){let t="";for(let r=0;r<e.length;r++){t+=String.fromCharCode(e[r])}return t}};var f=class{constructor(){this.pos=0;this.out="";this.buffer=new Uint8Array(u)}write(e){const{buffer:t}=this;t[this.pos++]=e;if(this.pos===u){this.out+=d.decode(t);this.pos=0}}flush(){const{buffer:e,out:t,pos:r}=this;return r>0?t+d.decode(e.subarray(0,r)):t}};var h=class{constructor(e){this.pos=0;this.buffer=e}next(){return this.buffer.charCodeAt(this.pos++)}peek(){return this.buffer.charCodeAt(this.pos)}indexOf(e){const{buffer:t,pos:r}=this;const n=t.indexOf(e,r);return n===-1?t.length:n}};var m=[];function decodeOriginalScopes(e){const{length:t}=e;const r=new h(e);const n=[];const s=[];let i=0;for(;r.pos<t;r.pos++){i=decodeInteger(r,i);const e=decodeInteger(r,0);if(!hasMoreVlq(r,t)){const t=s.pop();t[2]=i;t[3]=e;continue}const a=decodeInteger(r,0);const o=decodeInteger(r,0);const l=o&1;const c=l?[i,e,0,0,a,decodeInteger(r,0)]:[i,e,0,0,a];let p=m;if(hasMoreVlq(r,t)){p=[];do{const e=decodeInteger(r,0);p.push(e)}while(hasMoreVlq(r,t))}c.vars=p;n.push(c);s.push(c)}return n}function encodeOriginalScopes(e){const t=new f;for(let r=0;r<e.length;){r=_encodeOriginalScopes(e,r,t,[0])}return t.flush()}function _encodeOriginalScopes(e,t,r,n){const s=e[t];const{0:i,1:o,2:l,3:c,4:p,vars:u}=s;if(t>0)r.write(a);n[0]=encodeInteger(r,i,n[0]);encodeInteger(r,o,0);encodeInteger(r,p,0);const d=s.length===6?1:0;encodeInteger(r,d,0);if(s.length===6)encodeInteger(r,s[5],0);for(const e of u){encodeInteger(r,e,0)}for(t++;t<e.length;){const s=e[t];const{0:i,1:a}=s;if(i>l||i===l&&a>=c){break}t=_encodeOriginalScopes(e,t,r,n)}r.write(a);n[0]=encodeInteger(r,l,n[0]);encodeInteger(r,c,0);return t}function decodeGeneratedRanges(e){const{length:t}=e;const r=new h(e);const n=[];const s=[];let i=0;let a=0;let o=0;let l=0;let c=0;let p=0;let u=0;let d=0;do{const e=r.indexOf(";");let t=0;for(;r.pos<e;r.pos++){t=decodeInteger(r,t);if(!hasMoreVlq(r,e)){const e=s.pop();e[2]=i;e[3]=t;continue}const f=decodeInteger(r,0);const h=f&1;const y=f&2;const g=f&4;let b=null;let T=m;let S;if(h){const e=decodeInteger(r,a);o=decodeInteger(r,a===e?o:0);a=e;S=[i,t,0,0,e,o]}else{S=[i,t,0,0]}S.isScope=!!g;if(y){const e=l;const t=c;l=decodeInteger(r,l);const n=e===l;c=decodeInteger(r,n?c:0);p=decodeInteger(r,n&&t===c?p:0);b=[l,c,p]}S.callsite=b;if(hasMoreVlq(r,e)){T=[];do{u=i;d=t;const e=decodeInteger(r,0);let n;if(e<-1){n=[[decodeInteger(r,0)]];for(let t=-1;t>e;t--){const e=u;u=decodeInteger(r,u);d=decodeInteger(r,u===e?d:0);const t=decodeInteger(r,0);n.push([t,u,d])}}else{n=[[e]]}T.push(n)}while(hasMoreVlq(r,e))}S.bindings=T;n.push(S);s.push(S)}i++;r.pos=e+1}while(r.pos<t);return n}function encodeGeneratedRanges(e){if(e.length===0)return"";const t=new f;for(let r=0;r<e.length;){r=_encodeGeneratedRanges(e,r,t,[0,0,0,0,0,0,0])}return t.flush()}function _encodeGeneratedRanges(e,t,r,n){const s=e[t];const{0:i,1:o,2:l,3:c,isScope:p,callsite:u,bindings:d}=s;if(n[0]<i){catchupLine(r,n[0],i);n[0]=i;n[1]=0}else if(t>0){r.write(a)}n[1]=encodeInteger(r,s[1],n[1]);const f=(s.length===6?1:0)|(u?2:0)|(p?4:0);encodeInteger(r,f,0);if(s.length===6){const{4:e,5:t}=s;if(e!==n[2]){n[3]=0}n[2]=encodeInteger(r,e,n[2]);n[3]=encodeInteger(r,t,n[3])}if(u){const{0:e,1:t,2:i}=s.callsite;if(e!==n[4]){n[5]=0;n[6]=0}else if(t!==n[5]){n[6]=0}n[4]=encodeInteger(r,e,n[4]);n[5]=encodeInteger(r,t,n[5]);n[6]=encodeInteger(r,i,n[6])}if(d){for(const e of d){if(e.length>1)encodeInteger(r,-e.length,0);const t=e[0][0];encodeInteger(r,t,0);let n=i;let s=o;for(let t=1;t<e.length;t++){const i=e[t];n=encodeInteger(r,i[1],n);s=encodeInteger(r,i[2],s);encodeInteger(r,i[0],0)}}}for(t++;t<e.length;){const s=e[t];const{0:i,1:a}=s;if(i>l||i===l&&a>=c){break}t=_encodeGeneratedRanges(e,t,r,n)}if(n[0]<l){catchupLine(r,n[0],l);n[0]=l;n[1]=0}else{r.write(a)}n[1]=encodeInteger(r,c,n[1]);return t}function catchupLine(e,t,r){do{e.write(o)}while(++t<r)}function decode(e){const{length:t}=e;const r=new h(e);const n=[];let s=0;let i=0;let a=0;let o=0;let l=0;do{const e=r.indexOf(";");const t=[];let c=true;let p=0;s=0;while(r.pos<e){let n;s=decodeInteger(r,s);if(s<p)c=false;p=s;if(hasMoreVlq(r,e)){i=decodeInteger(r,i);a=decodeInteger(r,a);o=decodeInteger(r,o);if(hasMoreVlq(r,e)){l=decodeInteger(r,l);n=[s,i,a,o,l]}else{n=[s,i,a,o]}}else{n=[s]}t.push(n);r.pos++}if(!c)sort(t);n.push(t);r.pos=e+1}while(r.pos<=t);return n}function sort(e){e.sort(sortComparator)}function sortComparator(e,t){return e[0]-t[0]}function encode(e){const t=new f;let r=0;let n=0;let s=0;let i=0;for(let l=0;l<e.length;l++){const c=e[l];if(l>0)t.write(o);if(c.length===0)continue;let p=0;for(let e=0;e<c.length;e++){const o=c[e];if(e>0)t.write(a);p=encodeInteger(t,o[0],p);if(o.length===1)continue;r=encodeInteger(t,o[1],r);n=encodeInteger(t,o[2],n);s=encodeInteger(t,o[3],s);if(o.length===4)continue;i=encodeInteger(t,o[4],i)}}return t.flush()}}))},8536:function(e,t,r){(function(e,n){true?n(t,r(8918),r(6982)):0})(this,(function(e,t,r){"use strict";function resolve(e,t){if(t&&!t.endsWith("/"))t+="/";return r(e,t)}function stripFilename(e){if(!e)return"";const t=e.lastIndexOf("/");return e.slice(0,t+1)}const n=0;const s=1;const i=2;const a=3;const o=4;const l=1;const c=2;function maybeSort(e,t){const r=nextUnsortedSegmentLine(e,0);if(r===e.length)return e;if(!t)e=e.slice();for(let n=r;n<e.length;n=nextUnsortedSegmentLine(e,n+1)){e[n]=sortSegments(e[n],t)}return e}function nextUnsortedSegmentLine(e,t){for(let r=t;r<e.length;r++){if(!isSorted(e[r]))return r}return e.length}function isSorted(e){for(let t=1;t<e.length;t++){if(e[t][n]<e[t-1][n]){return false}}return true}function sortSegments(e,t){if(!t)e=e.slice();return e.sort(sortComparator)}function sortComparator(e,t){return e[n]-t[n]}let p=false;function binarySearch(e,t,r,s){while(r<=s){const i=r+(s-r>>1);const a=e[i][n]-t;if(a===0){p=true;return i}if(a<0){r=i+1}else{s=i-1}}p=false;return r-1}function upperBound(e,t,r){for(let s=r+1;s<e.length;r=s++){if(e[s][n]!==t)break}return r}function lowerBound(e,t,r){for(let s=r-1;s>=0;r=s--){if(e[s][n]!==t)break}return r}function memoizedState(){return{lastKey:-1,lastNeedle:-1,lastIndex:-1}}function memoizedBinarySearch(e,t,r,s){const{lastKey:i,lastNeedle:a,lastIndex:o}=r;let l=0;let c=e.length-1;if(s===i){if(t===a){p=o!==-1&&e[o][n]===t;return o}if(t>=a){l=o===-1?0:o}else{c=o}}r.lastKey=s;r.lastNeedle=t;return r.lastIndex=binarySearch(e,t,l,c)}function buildBySources(e,t){const r=t.map(buildNullArray);for(let o=0;o<e.length;o++){const l=e[o];for(let e=0;e<l.length;e++){const c=l[e];if(c.length===1)continue;const p=c[s];const u=c[i];const d=c[a];const f=r[p];const h=f[u]||(f[u]=[]);const m=t[p];let y=upperBound(h,d,memoizedBinarySearch(h,d,m,u));m.lastIndex=++y;insert(h,y,[d,o,c[n]])}}return r}function insert(e,t,r){for(let r=e.length;r>t;r--){e[r]=e[r-1]}e[t]=r}function buildNullArray(){return{__proto__:null}}const AnyMap=function(e,t){const r=parse(e);if(!("sections"in r)){return new TraceMap(r,t)}const n=[];const s=[];const i=[];const a=[];const o=[];recurse(r,t,n,s,i,a,o,0,0,Infinity,Infinity);const l={version:3,file:r.file,names:a,sources:s,sourcesContent:i,mappings:n,ignoreList:o};return presortedDecodedMap(l)};function parse(e){return typeof e==="string"?JSON.parse(e):e}function recurse(e,t,r,n,s,i,a,o,l,c,p){const{sections:u}=e;for(let e=0;e<u.length;e++){const{map:d,offset:f}=u[e];let h=c;let m=p;if(e+1<u.length){const t=u[e+1].offset;h=Math.min(c,o+t.line);if(h===c){m=Math.min(p,l+t.column)}else if(h<c){m=l+t.column}}addSection(d,t,r,n,s,i,a,o+f.line,l+f.column,h,m)}}function addSection(e,t,r,l,c,p,u,d,f,h,m){const y=parse(e);if("sections"in y)return recurse(...arguments);const g=new TraceMap(y,t);const b=l.length;const T=p.length;const S=decodedMappings(g);const{resolvedSources:x,sourcesContent:E,ignoreList:P}=g;append(l,x);append(p,g.names);if(E)append(c,E);else for(let e=0;e<x.length;e++)c.push(null);if(P)for(let e=0;e<P.length;e++)u.push(P[e]+b);for(let e=0;e<S.length;e++){const t=d+e;if(t>h)return;const l=getLine(r,t);const c=e===0?f:0;const p=S[e];for(let e=0;e<p.length;e++){const r=p[e];const u=c+r[n];if(t===h&&u>=m)return;if(r.length===1){l.push([u]);continue}const d=b+r[s];const f=r[i];const y=r[a];l.push(r.length===4?[u,d,f,y]:[u,d,f,y,T+r[o]])}}}function append(e,t){for(let r=0;r<t.length;r++)e.push(t[r])}function getLine(e,t){for(let r=e.length;r<=t;r++)e[r]=[];return e[t]}const u="`line` must be greater than 0 (lines start at line 1)";const d="`column` must be greater than or equal to 0 (columns start at column 0)";const f=-1;const h=1;class TraceMap{constructor(e,t){const r=typeof e==="string";if(!r&&e._decodedMemo)return e;const n=r?JSON.parse(e):e;const{version:s,file:i,names:a,sourceRoot:o,sources:l,sourcesContent:c}=n;this.version=s;this.file=i;this.names=a||[];this.sourceRoot=o;this.sources=l;this.sourcesContent=c;this.ignoreList=n.ignoreList||n.x_google_ignoreList||undefined;const p=resolve(o||"",stripFilename(t));this.resolvedSources=l.map((e=>resolve(e||"",p)));const{mappings:u}=n;if(typeof u==="string"){this._encoded=u;this._decoded=undefined}else{this._encoded=undefined;this._decoded=maybeSort(u,r)}this._decodedMemo=memoizedState();this._bySources=undefined;this._bySourceMemos=undefined}}function cast(e){return e}function encodedMappings(e){var r;var n;return(r=(n=cast(e))._encoded)!==null&&r!==void 0?r:n._encoded=t.encode(cast(e)._decoded)}function decodedMappings(e){var r;return(r=cast(e))._decoded||(r._decoded=t.decode(cast(e)._encoded))}function traceSegment(e,t,r){const n=decodedMappings(e);if(t>=n.length)return null;const s=n[t];const i=traceSegmentInternal(s,cast(e)._decodedMemo,t,r,h);return i===-1?null:s[i]}function originalPositionFor(e,t){let{line:r,column:n,bias:l}=t;r--;if(r<0)throw new Error(u);if(n<0)throw new Error(d);const c=decodedMappings(e);if(r>=c.length)return OMapping(null,null,null,null);const p=c[r];const f=traceSegmentInternal(p,cast(e)._decodedMemo,r,n,l||h);if(f===-1)return OMapping(null,null,null,null);const m=p[f];if(m.length===1)return OMapping(null,null,null,null);const{names:y,resolvedSources:g}=e;return OMapping(g[m[s]],m[i]+1,m[a],m.length===5?y[m[o]]:null)}function generatedPositionFor(e,t){const{source:r,line:n,column:s,bias:i}=t;return generatedPosition(e,r,n,s,i||h,false)}function allGeneratedPositionsFor(e,t){const{source:r,line:n,column:s,bias:i}=t;return generatedPosition(e,r,n,s,i||f,true)}function eachMapping(e,t){const r=decodedMappings(e);const{names:n,resolvedSources:s}=e;for(let e=0;e<r.length;e++){const i=r[e];for(let r=0;r<i.length;r++){const a=i[r];const o=e+1;const l=a[0];let c=null;let p=null;let u=null;let d=null;if(a.length!==1){c=s[a[1]];p=a[2]+1;u=a[3]}if(a.length===5)d=n[a[4]];t({generatedLine:o,generatedColumn:l,source:c,originalLine:p,originalColumn:u,name:d})}}}function sourceIndex(e,t){const{sources:r,resolvedSources:n}=e;let s=r.indexOf(t);if(s===-1)s=n.indexOf(t);return s}function sourceContentFor(e,t){const{sourcesContent:r}=e;if(r==null)return null;const n=sourceIndex(e,t);return n===-1?null:r[n]}function isIgnored(e,t){const{ignoreList:r}=e;if(r==null)return false;const n=sourceIndex(e,t);return n===-1?false:r.includes(n)}function presortedDecodedMap(e,t){const r=new TraceMap(clone(e,[]),t);cast(r)._decoded=e.mappings;return r}function decodedMap(e){return clone(e,decodedMappings(e))}function encodedMap(e){return clone(e,encodedMappings(e))}function clone(e,t){return{version:e.version,file:e.file,names:e.names,sourceRoot:e.sourceRoot,sources:e.sources,sourcesContent:e.sourcesContent,mappings:t,ignoreList:e.ignoreList||e.x_google_ignoreList}}function OMapping(e,t,r,n){return{source:e,line:t,column:r,name:n}}function GMapping(e,t){return{line:e,column:t}}function traceSegmentInternal(e,t,r,n,s){let i=memoizedBinarySearch(e,n,t,r);if(p){i=(s===f?upperBound:lowerBound)(e,n,i)}else if(s===f)i++;if(i===-1||i===e.length)return-1;return i}function sliceGeneratedPositions(e,t,r,s,i){let a=traceSegmentInternal(e,t,r,s,h);if(!p&&i===f)a++;if(a===-1||a===e.length)return[];const o=p?s:e[a][n];if(!p)a=lowerBound(e,o,a);const u=upperBound(e,o,a);const d=[];for(;a<=u;a++){const t=e[a];d.push(GMapping(t[l]+1,t[c]))}return d}function generatedPosition(e,t,r,n,s,i){var a;r--;if(r<0)throw new Error(u);if(n<0)throw new Error(d);const{sources:o,resolvedSources:p}=e;let f=o.indexOf(t);if(f===-1)f=p.indexOf(t);if(f===-1)return i?[]:GMapping(null,null);const h=(a=cast(e))._bySources||(a._bySources=buildBySources(decodedMappings(e),cast(e)._bySourceMemos=o.map(memoizedState)));const m=h[f][r];if(m==null)return i?[]:GMapping(null,null);const y=cast(e)._bySourceMemos[f];if(i)return sliceGeneratedPositions(m,y,r,n,s);const g=traceSegmentInternal(m,y,r,n,s);if(g===-1)return GMapping(null,null);const b=m[g];return GMapping(b[l]+1,b[c])}e.AnyMap=AnyMap;e.GREATEST_LOWER_BOUND=h;e.LEAST_UPPER_BOUND=f;e.TraceMap=TraceMap;e.allGeneratedPositionsFor=allGeneratedPositionsFor;e.decodedMap=decodedMap;e.decodedMappings=decodedMappings;e.eachMapping=eachMapping;e.encodedMap=encodedMap;e.encodedMappings=encodedMappings;e.generatedPositionFor=generatedPositionFor;e.isIgnored=isIgnored;e.originalPositionFor=originalPositionFor;e.presortedDecodedMap=presortedDecodedMap;e.sourceContentFor=sourceContentFor;e.traceSegment=traceSegment}))},133:(e,t)=>{"use strict";Object.defineProperty(t,"commentRegex",{get:function getCommentRegex(){return/^\s*?\/[\/\*][@#]\s+?sourceMappingURL=data:(((?:application|text)\/json)(?:;charset=([^;,]+?)?)?)?(?:;(base64))?,(.*?)$/gm}});Object.defineProperty(t,"mapFileCommentRegex",{get:function getMapFileCommentRegex(){return/(?:\/\/[@#][ \t]+?sourceMappingURL=([^\s'"`]+?)[ \t]*?$)|(?:\/\*[@#][ \t]+sourceMappingURL=([^*]+?)[ \t]*?(?:\*\/){1}[ \t]*?$)/gm}});var r;if(typeof Buffer!=="undefined"){if(typeof Buffer.from==="function"){r=decodeBase64WithBufferFrom}else{r=decodeBase64WithNewBuffer}}else{r=decodeBase64WithAtob}function decodeBase64WithBufferFrom(e){return Buffer.from(e,"base64").toString()}function decodeBase64WithNewBuffer(e){if(typeof value==="number"){throw new TypeError("The value to decode must not be of type number.")}return new Buffer(e,"base64").toString()}function decodeBase64WithAtob(e){return decodeURIComponent(escape(atob(e)))}function stripComment(e){return e.split(",").pop()}function readFromFileMap(e,r){var n=t.mapFileCommentRegex.exec(e);var s=n[1]||n[2];try{var e=r(s);if(e!=null&&typeof e.catch==="function"){return e.catch(throwError)}else{return e}}catch(e){throwError(e)}function throwError(e){throw new Error("An error occurred while trying to read the map file at "+s+"\n"+e.stack)}}function Converter(e,t){t=t||{};if(t.hasComment){e=stripComment(e)}if(t.encoding==="base64"){e=r(e)}else if(t.encoding==="uri"){e=decodeURIComponent(e)}if(t.isJSON||t.encoding){e=JSON.parse(e)}this.sourcemap=e}Converter.prototype.toJSON=function(e){return JSON.stringify(this.sourcemap,null,e)};if(typeof Buffer!=="undefined"){if(typeof Buffer.from==="function"){Converter.prototype.toBase64=encodeBase64WithBufferFrom}else{Converter.prototype.toBase64=encodeBase64WithNewBuffer}}else{Converter.prototype.toBase64=encodeBase64WithBtoa}function encodeBase64WithBufferFrom(){var e=this.toJSON();return Buffer.from(e,"utf8").toString("base64")}function encodeBase64WithNewBuffer(){var e=this.toJSON();if(typeof e==="number"){throw new TypeError("The json to encode must not be of type number.")}return new Buffer(e,"utf8").toString("base64")}function encodeBase64WithBtoa(){var e=this.toJSON();return btoa(unescape(encodeURIComponent(e)))}Converter.prototype.toURI=function(){var e=this.toJSON();return encodeURIComponent(e)};Converter.prototype.toComment=function(e){var t,r,n;if(e!=null&&e.encoding==="uri"){t="";r=this.toURI()}else{t=";base64";r=this.toBase64()}n="sourceMappingURL=data:application/json;charset=utf-8"+t+","+r;return e!=null&&e.multiline?"/*# "+n+" */":"//# "+n};Converter.prototype.toObject=function(){return JSON.parse(this.toJSON())};Converter.prototype.addProperty=function(e,t){if(this.sourcemap.hasOwnProperty(e))throw new Error('property "'+e+'" already exists on the sourcemap, use set property instead');return this.setProperty(e,t)};Converter.prototype.setProperty=function(e,t){this.sourcemap[e]=t;return this};Converter.prototype.getProperty=function(e){return this.sourcemap[e]};t.fromObject=function(e){return new Converter(e)};t.fromJSON=function(e){return new Converter(e,{isJSON:true})};t.fromURI=function(e){return new Converter(e,{encoding:"uri"})};t.fromBase64=function(e){return new Converter(e,{encoding:"base64"})};t.fromComment=function(e){var r,n;e=e.replace(/^\/\*/g,"//").replace(/\*\/$/g,"");r=t.commentRegex.exec(e);n=r&&r[4]||"uri";return new Converter(e,{encoding:n,hasComment:true})};function makeConverter(e){return new Converter(e,{isJSON:true})}t.fromMapFileComment=function(e,t){if(typeof t==="string"){throw new Error("String directory paths are no longer supported with `fromMapFileComment`\n"+"Please review the Upgrading documentation at https://github.com/thlorenz/convert-source-map#upgrading")}var r=readFromFileMap(e,t);if(r!=null&&typeof r.then==="function"){return r.then(makeConverter)}else{return makeConverter(r)}};t.fromSource=function(e){var r=e.match(t.commentRegex);return r?t.fromComment(r.pop()):null};t.fromMapFileSource=function(e,r){if(typeof r==="string"){throw new Error("String directory paths are no longer supported with `fromMapFileSource`\n"+"Please review the Upgrading documentation at https://github.com/thlorenz/convert-source-map#upgrading")}var n=e.match(t.mapFileCommentRegex);return n?t.fromMapFileComment(n.pop(),r):null};t.removeComments=function(e){return e.replace(t.commentRegex,"")};t.removeMapFileComments=function(e){return e.replace(t.mapFileCommentRegex,"")};t.generateMapFileComment=function(e,t){var r="sourceMappingURL="+e;return t&&t.multiline?"/*# "+r+" */":"//# "+r}},6433:e=>{"use strict";const t=Symbol.for("gensync:v1:start");const r=Symbol.for("gensync:v1:suspend");const n="GENSYNC_EXPECTED_START";const s="GENSYNC_EXPECTED_SUSPEND";const i="GENSYNC_OPTIONS_ERROR";const a="GENSYNC_RACE_NONEMPTY";const o="GENSYNC_ERRBACK_NO_CALLBACK";e.exports=Object.assign((function gensync(e){let t=e;if(typeof e!=="function"){t=newGenerator(e)}else{t=wrapGenerator(e)}return Object.assign(t,makeFunctionAPI(t))}),{all:buildOperation({name:"all",arity:1,sync:function(e){const t=Array.from(e[0]);return t.map((e=>evaluateSync(e)))},async:function(e,t,r){const n=Array.from(e[0]);if(n.length===0){Promise.resolve().then((()=>t([])));return}let s=0;const i=n.map((()=>undefined));n.forEach(((e,n)=>{evaluateAsync(e,(e=>{i[n]=e;s+=1;if(s===i.length)t(i)}),r)}))}}),race:buildOperation({name:"race",arity:1,sync:function(e){const t=Array.from(e[0]);if(t.length===0){throw makeError("Must race at least 1 item",a)}return evaluateSync(t[0])},async:function(e,t,r){const n=Array.from(e[0]);if(n.length===0){throw makeError("Must race at least 1 item",a)}for(const e of n){evaluateAsync(e,t,r)}}})});function makeFunctionAPI(e){const t={sync:function(...t){return evaluateSync(e.apply(this,t))},async:function(...t){return new Promise(((r,n)=>{evaluateAsync(e.apply(this,t),r,n)}))},errback:function(...t){const r=t.pop();if(typeof r!=="function"){throw makeError("Asynchronous function called without callback",o)}let n;try{n=e.apply(this,t)}catch(e){r(e);return}evaluateAsync(n,(e=>r(undefined,e)),(e=>r(e)))}};return t}function assertTypeof(e,t,r,n){if(typeof r===e||n&&typeof r==="undefined"){return}let s;if(n){s=`Expected opts.${t} to be either a ${e}, or undefined.`}else{s=`Expected opts.${t} to be a ${e}.`}throw makeError(s,i)}function makeError(e,t){return Object.assign(new Error(e),{code:t})}function newGenerator({name:e,arity:t,sync:r,async:n,errback:s}){assertTypeof("string","name",e,true);assertTypeof("number","arity",t,true);assertTypeof("function","sync",r);assertTypeof("function","async",n,true);assertTypeof("function","errback",s,true);if(n&&s){throw makeError("Expected one of either opts.async or opts.errback, but got _both_.",i)}if(typeof e!=="string"){let t;if(s&&s.name&&s.name!=="errback"){t=s.name}if(n&&n.name&&n.name!=="async"){t=n.name.replace(/Async$/,"")}if(r&&r.name&&r.name!=="sync"){t=r.name.replace(/Sync$/,"")}if(typeof t==="string"){e=t}}if(typeof t!=="number"){t=r.length}return buildOperation({name:e,arity:t,sync:function(e){return r.apply(this,e)},async:function(e,t,i){if(n){n.apply(this,e).then(t,i)}else if(s){s.call(this,...e,((e,r)=>{if(e==null)t(r);else i(e)}))}else{t(r.apply(this,e))}}})}function wrapGenerator(e){return setFunctionMetadata(e.name,e.length,(function(...t){return e.apply(this,t)}))}function buildOperation({name:e,arity:n,sync:s,async:i}){return setFunctionMetadata(e,n,(function*(...e){const n=yield t;if(!n){const t=s.call(this,e);return t}let a;try{i.call(this,e,(e=>{if(a)return;a={value:e};n()}),(e=>{if(a)return;a={err:e};n()}))}catch(e){a={err:e};n()}yield r;if(a.hasOwnProperty("err")){throw a.err}return a.value}))}function evaluateSync(e){let t;while(!({value:t}=e.next()).done){assertStart(t,e)}return t}function evaluateAsync(e,t,r){(function step(){try{let r;while(!({value:r}=e.next()).done){assertStart(r,e);let t=true;let n=false;const s=e.next((()=>{if(t){n=true}else{step()}}));t=false;assertSuspend(s,e);if(!n){return}}return t(r)}catch(e){return r(e)}})()}function assertStart(e,r){if(e===t)return;throwError(r,makeError(`Got unexpected yielded value in gensync generator: ${JSON.stringify(e)}. Did you perhaps mean to use 'yield*' instead of 'yield'?`,n))}function assertSuspend({value:e,done:t},n){if(!t&&e===r)return;throwError(n,makeError(t?"Unexpected generator completion. If you get this, it is probably a gensync bug.":`Expected GENSYNC_SUSPEND, got ${JSON.stringify(e)}. If you get this, it is probably a gensync bug.`,s))}function throwError(e,t){if(e.throw)e.throw(t);throw t}function isIterable(e){return!!e&&(typeof e==="object"||typeof e==="function")&&!e[Symbol.iterator]}function setFunctionMetadata(e,t,r){if(typeof e==="string"){const t=Object.getOwnPropertyDescriptor(r,"name");if(!t||t.configurable){Object.defineProperty(r,"name",Object.assign(t||{},{configurable:true,value:e}))}}if(typeof t==="number"){const e=Object.getOwnPropertyDescriptor(r,"length");if(!e||e.configurable){Object.defineProperty(r,"length",Object.assign(e||{},{configurable:true,value:t}))}}return r}},6929:(e,t,r)=>{"use strict";e.exports=r(3676)},8874:(e,t)=>{Object.defineProperty(t,"__esModule",{value:true});t["default"]=/((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g;t.matchToToken=function(e){var t={type:"invalid",value:e[0],closed:undefined};if(e[1])t.type="string",t.closed=!!(e[3]||e[4]);else if(e[5])t.type="comment";else if(e[6])t.type="comment",t.closed=!!e[7];else if(e[8])t.type="regex";else if(e[9])t.type="number";else if(e[10])t.type="name";else if(e[11])t.type="punctuator";else if(e[12])t.type="whitespace";return t}},4849:e=>{"use strict";const t={};const r=t.hasOwnProperty;const forOwn=(e,t)=>{for(const n in e){if(r.call(e,n)){t(n,e[n])}}};const extend=(e,t)=>{if(!t){return e}forOwn(t,((t,r)=>{e[t]=r}));return e};const forEach=(e,t)=>{const r=e.length;let n=-1;while(++n<r){t(e[n])}};const fourHexEscape=e=>"\\u"+("0000"+e).slice(-4);const hexadecimal=(e,t)=>{let r=e.toString(16);if(t)return r;return r.toUpperCase()};const n=t.toString;const s=Array.isArray;const isBuffer=e=>typeof Buffer==="function"&&Buffer.isBuffer(e);const isObject=e=>n.call(e)=="[object Object]";const isString=e=>typeof e=="string"||n.call(e)=="[object String]";const isNumber=e=>typeof e=="number"||n.call(e)=="[object Number]";const isFunction=e=>typeof e=="function";const isMap=e=>n.call(e)=="[object Map]";const isSet=e=>n.call(e)=="[object Set]";const i={"\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t"};const a=/[\\\b\f\n\r\t]/;const o=/[0-9]/;const l=/[\xA0\u1680\u2000-\u200A\u2028\u2029\u202F\u205F\u3000]/;const c=/([\uD800-\uDBFF][\uDC00-\uDFFF])|([\uD800-\uDFFF])|(['"`])|[^]/g;const p=/([\uD800-\uDBFF][\uDC00-\uDFFF])|([\uD800-\uDFFF])|(['"`])|[^ !#-&\(-\[\]-_a-~]/g;const jsesc=(e,t)=>{const increaseIndentation=()=>{m=h;++t.indentLevel;h=t.indent.repeat(t.indentLevel)};const r={escapeEverything:false,minimal:false,isScriptContext:false,quotes:"single",wrap:false,es6:false,json:false,compact:true,lowercaseHex:false,numbers:"decimal",indent:"\t",indentLevel:0,__inline1__:false,__inline2__:false};const n=t&&t.json;if(n){r.quotes="double";r.wrap=true}t=extend(r,t);if(t.quotes!="single"&&t.quotes!="double"&&t.quotes!="backtick"){t.quotes="single"}const u=t.quotes=="double"?'"':t.quotes=="backtick"?"`":"'";const d=t.compact;const f=t.lowercaseHex;let h=t.indent.repeat(t.indentLevel);let m="";const y=t.__inline1__;const g=t.__inline2__;const b=d?"":"\n";let T;let S=true;const x=t.numbers=="binary";const E=t.numbers=="octal";const P=t.numbers=="decimal";const v=t.numbers=="hexadecimal";if(n&&e&&isFunction(e.toJSON)){e=e.toJSON()}if(!isString(e)){if(isMap(e)){if(e.size==0){return"new Map()"}if(!d){t.__inline1__=true;t.__inline2__=false}return"new Map("+jsesc(Array.from(e),t)+")"}if(isSet(e)){if(e.size==0){return"new Set()"}return"new Set("+jsesc(Array.from(e),t)+")"}if(isBuffer(e)){if(e.length==0){return"Buffer.from([])"}return"Buffer.from("+jsesc(Array.from(e),t)+")"}if(s(e)){T=[];t.wrap=true;if(y){t.__inline1__=false;t.__inline2__=true}if(!g){increaseIndentation()}forEach(e,(e=>{S=false;if(g){t.__inline2__=false}T.push((d||g?"":h)+jsesc(e,t))}));if(S){return"[]"}if(g){return"["+T.join(", ")+"]"}return"["+b+T.join(","+b)+b+(d?"":m)+"]"}else if(isNumber(e)){if(n){return JSON.stringify(e)}if(P){return String(e)}if(v){let t=e.toString(16);if(!f){t=t.toUpperCase()}return"0x"+t}if(x){return"0b"+e.toString(2)}if(E){return"0o"+e.toString(8)}}else if(!isObject(e)){if(n){return JSON.stringify(e)||"null"}return String(e)}else{T=[];t.wrap=true;increaseIndentation();forOwn(e,((e,r)=>{S=false;T.push((d?"":h)+jsesc(e,t)+":"+(d?"":" ")+jsesc(r,t))}));if(S){return"{}"}return"{"+b+T.join(","+b)+b+(d?"":m)+"}"}}const A=t.escapeEverything?c:p;T=e.replace(A,((e,r,s,c,p,d)=>{if(r){if(t.minimal)return r;const e=r.charCodeAt(0);const n=r.charCodeAt(1);if(t.es6){const t=(e-55296)*1024+n-56320+65536;const r=hexadecimal(t,f);return"\\u{"+r+"}"}return fourHexEscape(hexadecimal(e,f))+fourHexEscape(hexadecimal(n,f))}if(s){return fourHexEscape(hexadecimal(s.charCodeAt(0),f))}if(e=="\0"&&!n&&!o.test(d.charAt(p+1))){return"\\0"}if(c){if(c==u||t.escapeEverything){return"\\"+c}return c}if(a.test(e)){return i[e]}if(t.minimal&&!l.test(e)){return e}const h=hexadecimal(e.charCodeAt(0),f);if(n||h.length>2){return fourHexEscape(h)}return"\\x"+("00"+h).slice(-2)}));if(u=="`"){T=T.replace(/\$\{/g,"\\${")}if(t.isScriptContext){T=T.replace(/<\/(script|style)/gi,"<\\/$1").replace(/<!--/g,n?"\\u003C!--":"\\x3C!--")}if(t.wrap){T=u+T+u}return T};jsesc.version="3.0.2";e.exports=jsesc},1437:(e,t,r)=>{let n=process.argv||[],s=process.env;let i=!("NO_COLOR"in s||n.includes("--no-color"))&&("FORCE_COLOR"in s||n.includes("--color")||process.platform==="win32"||require!=null&&r(6224).isatty(1)&&s.TERM!=="dumb"||"CI"in s);let formatter=(e,t,r=e)=>n=>{let s=""+n;let i=s.indexOf(t,e.length);return~i?e+replaceClose(s,t,r,i)+t:e+s+t};let replaceClose=(e,t,r,n)=>{let s="";let i=0;do{s+=e.substring(i,n)+r;i=n+t.length;n=e.indexOf(t,i)}while(~n);return s+e.substring(i)};let createColors=(e=i)=>{let t=e?formatter:()=>String;return{isColorSupported:e,reset:t("[0m","[0m"),bold:t("[1m","[22m","[22m[1m"),dim:t("[2m","[22m","[22m[2m"),italic:t("[3m","[23m"),underl