@rollup/browser 4.0.0-24 → 4.0.0-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.
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*
|
|
2
2
|
@license
|
|
3
|
-
Rollup.js v4.0.0-
|
|
4
|
-
|
|
3
|
+
Rollup.js v4.0.0-25
|
|
4
|
+
Thu, 05 Oct 2023 14:11:47 GMT - commit 1ac6bbc437c7ed0de3ad23e4e0904f00783e703d
|
|
5
5
|
|
|
6
6
|
https://github.com/rollup/rollup
|
|
7
7
|
|
|
8
8
|
Released under the MIT License.
|
|
9
9
|
*/
|
|
10
|
-
var e="4.0.0-24";"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function t(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var n={exports:{}};!function(e){const t=",".charCodeAt(0),n=";".charCodeAt(0),s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=new Uint8Array(64),r=new Uint8Array(128);for(let e=0;e<s.length;e++){const t=s.charCodeAt(e);i[e]=t,r[t]=e}const o="undefined"!=typeof TextDecoder?new TextDecoder:"undefined"!=typeof Buffer?{decode:e=>Buffer.from(e.buffer,e.byteOffset,e.byteLength).toString()}:{decode(e){let t="";for(let n=0;n<e.length;n++)t+=String.fromCharCode(e[n]);return t}};function a(e){const t=new Int32Array(5),n=[];let s=0;do{const i=l(e,s),r=[];let o=!0,a=0;t[0]=0;for(let n=s;n<i;n++){let s;n=c(e,n,t,0);const l=t[0];l<a&&(o=!1),a=l,d(e,n,i)?(n=c(e,n,t,1),n=c(e,n,t,2),n=c(e,n,t,3),d(e,n,i)?(n=c(e,n,t,4),s=[l,t[1],t[2],t[3],t[4]]):s=[l,t[1],t[2],t[3]]):s=[l],r.push(s)}o||u(r),n.push(r),s=i+1}while(s<=e.length);return n}function l(e,t){const n=e.indexOf(";",t);return-1===n?e.length:n}function c(e,t,n,s){let i=0,o=0,a=0;do{const n=e.charCodeAt(t++);a=r[n],i|=(31&a)<<o,o+=5}while(32&a);const l=1&i;return i>>>=1,l&&(i=-2147483648|-i),n[s]+=i,t}function d(e,n,s){return!(n>=s)&&e.charCodeAt(n)!==t}function u(e){e.sort(h)}function h(e,t){return e[0]-t[0]}function p(e){const s=new Int32Array(5),i=16384,r=i-36,a=new Uint8Array(i),l=a.subarray(0,r);let c=0,d="";for(let u=0;u<e.length;u++){const h=e[u];if(u>0&&(c===i&&(d+=o.decode(a),c=0),a[c++]=n),0!==h.length){s[0]=0;for(let e=0;e<h.length;e++){const n=h[e];c>r&&(d+=o.decode(l),a.copyWithin(0,r,c),c-=r),e>0&&(a[c++]=t),c=f(a,c,s,n,0),1!==n.length&&(c=f(a,c,s,n,1),c=f(a,c,s,n,2),c=f(a,c,s,n,3),4!==n.length&&(c=f(a,c,s,n,4)))}}}return d+o.decode(a.subarray(0,c))}function f(e,t,n,s,r){const o=s[r];let a=o-n[r];n[r]=o,a=a<0?-a<<1|1:a<<1;do{let n=31&a;a>>>=5,a>0&&(n|=32),e[t++]=i[n]}while(a>0);return t}e.decode=a,e.encode=p,Object.defineProperty(e,"__esModule",{value:!0})}(n.exports);var s=n.exports;class i{constructor(e){this.bits=e instanceof i?e.bits.slice():[]}add(e){this.bits[e>>5]|=1<<(31&e)}has(e){return!!(this.bits[e>>5]&1<<(31&e))}}let r=class e{constructor(e,t,n){this.start=e,this.end=t,this.original=n,this.intro="",this.outro="",this.content=n,this.storeName=!1,this.edited=!1,this.previous=null,this.next=null}appendLeft(e){this.outro+=e}appendRight(e){this.intro=this.intro+e}clone(){const t=new e(this.start,this.end,this.original);return t.intro=this.intro,t.outro=this.outro,t.content=this.content,t.storeName=this.storeName,t.edited=this.edited,t}contains(e){return this.start<e&&e<this.end}eachNext(e){let t=this;for(;t;)e(t),t=t.next}eachPrevious(e){let t=this;for(;t;)e(t),t=t.previous}edit(e,t,n){return this.content=e,n||(this.intro="",this.outro=""),this.storeName=t,this.edited=!0,this}prependLeft(e){this.outro=e+this.outro}prependRight(e){this.intro=e+this.intro}split(t){const n=t-this.start,s=this.original.slice(0,n),i=this.original.slice(n);this.original=s;const r=new e(t,this.end,i);return r.outro=this.outro,this.outro="",this.end=t,this.edited?(r.edit("",!1),this.content=""):this.content=s,r.next=this.next,r.next&&(r.next.previous=r),r.previous=this,this.next=r,r}toString(){return this.intro+this.content+this.outro}trimEnd(e){if(this.outro=this.outro.replace(e,""),this.outro.length)return!0;const t=this.content.replace(e,"");return t.length?(t!==this.content&&(this.split(this.start+t.length).edit("",void 0,!0),this.edited&&this.edit(t,this.storeName,!0)),!0):(this.edit("",void 0,!0),this.intro=this.intro.replace(e,""),!!this.intro.length||void 0)}trimStart(e){if(this.intro=this.intro.replace(e,""),this.intro.length)return!0;const t=this.content.replace(e,"");if(t.length){if(t!==this.content){const e=this.split(this.end-t.length);this.edited&&e.edit(t,this.storeName,!0),this.edit("",void 0,!0)}return!0}return this.edit("",void 0,!0),this.outro=this.outro.replace(e,""),!!this.outro.length||void 0}};function o(){return"undefined"!=typeof window&&"function"==typeof window.btoa?e=>window.btoa(unescape(encodeURIComponent(e))):"function"==typeof Buffer?e=>Buffer.from(e,"utf-8").toString("base64"):()=>{throw new Error("Unsupported environment: `window.btoa` or `Buffer` should be supported.")}}const a=o();class l{constructor(e){this.version=3,this.file=e.file,this.sources=e.sources,this.sourcesContent=e.sourcesContent,this.names=e.names,this.mappings=s.encode(e.mappings),void 0!==e.x_google_ignoreList&&(this.x_google_ignoreList=e.x_google_ignoreList)}toString(){return JSON.stringify(this)}toUrl(){return"data:application/json;charset=utf-8;base64,"+a(this.toString())}}function c(e,t){const n=e.split(/[/\\]/),s=t.split(/[/\\]/);for(n.pop();n[0]===s[0];)n.shift(),s.shift();if(n.length){let e=n.length;for(;e--;)n[e]=".."}return n.concat(s).join("/")}const d=Object.prototype.toString;function u(e){return"[object Object]"===d.call(e)}function h(e){const t=e.split("\n"),n=[];for(let e=0,s=0;e<t.length;e++)n.push(s),s+=t[e].length+1;return function(e){let t=0,s=n.length;for(;t<s;){const i=t+s>>1;e<n[i]?s=i:t=i+1}const i=t-1;return{line:i,column:e-n[i]}}}const p=/\w/;class f{constructor(e){this.hires=e,this.generatedCodeLine=0,this.generatedCodeColumn=0,this.raw=[],this.rawSegments=this.raw[this.generatedCodeLine]=[],this.pending=null}addEdit(e,t,n,s){if(t.length){const t=[this.generatedCodeColumn,e,n.line,n.column];s>=0&&t.push(s),this.rawSegments.push(t)}else this.pending&&this.rawSegments.push(this.pending);this.advance(t),this.pending=null}addUneditedChunk(e,t,n,s,i){let r=t.start,o=!0,a=!1;for(;r<t.end;){if(this.hires||o||i.has(r)){const t=[this.generatedCodeColumn,e,s.line,s.column];"boundary"===this.hires?p.test(n[r])?a||(this.rawSegments.push(t),a=!0):(this.rawSegments.push(t),a=!1):this.rawSegments.push(t)}"\n"===n[r]?(s.line+=1,s.column=0,this.generatedCodeLine+=1,this.raw[this.generatedCodeLine]=this.rawSegments=[],this.generatedCodeColumn=0,o=!0):(s.column+=1,this.generatedCodeColumn+=1,o=!1),r+=1}this.pending=null}advance(e){if(!e)return;const t=e.split("\n");if(t.length>1){for(let e=0;e<t.length-1;e++)this.generatedCodeLine++,this.raw[this.generatedCodeLine]=this.rawSegments=[];this.generatedCodeColumn=0}this.generatedCodeColumn+=t[t.length-1].length}}const m="\n",g={insertLeft:!1,insertRight:!1,storeName:!1};class y{constructor(e,t={}){const n=new r(0,e.length,e);Object.defineProperties(this,{original:{writable:!0,value:e},outro:{writable:!0,value:""},intro:{writable:!0,value:""},firstChunk:{writable:!0,value:n},lastChunk:{writable:!0,value:n},lastSearchedChunk:{writable:!0,value:n},byStart:{writable:!0,value:{}},byEnd:{writable:!0,value:{}},filename:{writable:!0,value:t.filename},indentExclusionRanges:{writable:!0,value:t.indentExclusionRanges},sourcemapLocations:{writable:!0,value:new i},storedNames:{writable:!0,value:{}},indentStr:{writable:!0,value:void 0},ignoreList:{writable:!0,value:t.ignoreList}}),this.byStart[0]=n,this.byEnd[e.length]=n}addSourcemapLocation(e){this.sourcemapLocations.add(e)}append(e){if("string"!=typeof e)throw new TypeError("outro content must be a string");return this.outro+=e,this}appendLeft(e,t){if("string"!=typeof t)throw new TypeError("inserted content must be a string");this._split(e);const n=this.byEnd[e];return n?n.appendLeft(t):this.intro+=t,this}appendRight(e,t){if("string"!=typeof t)throw new TypeError("inserted content must be a string");this._split(e);const n=this.byStart[e];return n?n.appendRight(t):this.outro+=t,this}clone(){const e=new y(this.original,{filename:this.filename});let t=this.firstChunk,n=e.firstChunk=e.lastSearchedChunk=t.clone();for(;t;){e.byStart[n.start]=n,e.byEnd[n.end]=n;const s=t.next,i=s&&s.clone();i&&(n.next=i,i.previous=n,n=i),t=s}return e.lastChunk=n,this.indentExclusionRanges&&(e.indentExclusionRanges=this.indentExclusionRanges.slice()),e.sourcemapLocations=new i(this.sourcemapLocations),e.intro=this.intro,e.outro=this.outro,e}generateDecodedMap(e){e=e||{};const t=Object.keys(this.storedNames),n=new f(e.hires),s=h(this.original);return this.intro&&n.advance(this.intro),this.firstChunk.eachNext((e=>{const i=s(e.start);e.intro.length&&n.advance(e.intro),e.edited?n.addEdit(0,e.content,i,e.storeName?t.indexOf(e.original):-1):n.addUneditedChunk(0,e,this.original,i,this.sourcemapLocations),e.outro.length&&n.advance(e.outro)})),{file:e.file?e.file.split(/[/\\]/).pop():void 0,sources:[e.source?c(e.file||"",e.source):e.file||""],sourcesContent:e.includeContent?[this.original]:void 0,names:t,mappings:n.raw,x_google_ignoreList:this.ignoreList?[0]:void 0}}generateMap(e){return new l(this.generateDecodedMap(e))}_ensureindentStr(){void 0===this.indentStr&&(this.indentStr=function(e){const t=e.split("\n"),n=t.filter((e=>/^\t+/.test(e))),s=t.filter((e=>/^ {2,}/.test(e)));if(0===n.length&&0===s.length)return null;if(n.length>=s.length)return"\t";const i=s.reduce(((e,t)=>{const n=/^ +/.exec(t)[0].length;return Math.min(n,e)}),1/0);return new Array(i+1).join(" ")}(this.original))}_getRawIndentString(){return this._ensureindentStr(),this.indentStr}getIndentString(){return this._ensureindentStr(),null===this.indentStr?"\t":this.indentStr}indent(e,t){const n=/^[^\r\n]/gm;if(u(e)&&(t=e,e=void 0),void 0===e&&(this._ensureindentStr(),e=this.indentStr||"\t"),""===e)return this;const s={};if((t=t||{}).exclude){("number"==typeof t.exclude[0]?[t.exclude]:t.exclude).forEach((e=>{for(let t=e[0];t<e[1];t+=1)s[t]=!0}))}let i=!1!==t.indentStart;const r=t=>i?`${e}${t}`:(i=!0,t);this.intro=this.intro.replace(n,r);let o=0,a=this.firstChunk;for(;a;){const t=a.end;if(a.edited)s[o]||(a.content=a.content.replace(n,r),a.content.length&&(i="\n"===a.content[a.content.length-1]));else for(o=a.start;o<t;){if(!s[o]){const t=this.original[o];"\n"===t?i=!0:"\r"!==t&&i&&(i=!1,o===a.start||(this._splitChunk(a,o),a=a.next),a.prependRight(e))}o+=1}o=a.end,a=a.next}return this.outro=this.outro.replace(n,r),this}insert(){throw new Error("magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)")}insertLeft(e,t){return g.insertLeft||(console.warn("magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead"),g.insertLeft=!0),this.appendLeft(e,t)}insertRight(e,t){return g.insertRight||(console.warn("magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead"),g.insertRight=!0),this.prependRight(e,t)}move(e,t,n){if(n>=e&&n<=t)throw new Error("Cannot move a selection inside itself");this._split(e),this._split(t),this._split(n);const s=this.byStart[e],i=this.byEnd[t],r=s.previous,o=i.next,a=this.byStart[n];if(!a&&i===this.lastChunk)return this;const l=a?a.previous:this.lastChunk;return r&&(r.next=o),o&&(o.previous=r),l&&(l.next=s),a&&(a.previous=i),s.previous||(this.firstChunk=i.next),i.next||(this.lastChunk=s.previous,this.lastChunk.next=null),s.previous=l,i.next=a||null,l||(this.firstChunk=s),a||(this.lastChunk=i),this}overwrite(e,t,n,s){return s=s||{},this.update(e,t,n,{...s,overwrite:!s.contentOnly})}update(e,t,n,s){if("string"!=typeof n)throw new TypeError("replacement content must be a string");for(;e<0;)e+=this.original.length;for(;t<0;)t+=this.original.length;if(t>this.original.length)throw new Error("end is out of bounds");if(e===t)throw new Error("Cannot overwrite a zero-length range – use appendLeft or prependRight instead");this._split(e),this._split(t),!0===s&&(g.storeName||(console.warn("The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string"),g.storeName=!0),s={storeName:!0});const i=void 0!==s&&s.storeName,o=void 0!==s&&s.overwrite;if(i){const n=this.original.slice(e,t);Object.defineProperty(this.storedNames,n,{writable:!0,value:!0,enumerable:!0})}const a=this.byStart[e],l=this.byEnd[t];if(a){let e=a;for(;e!==l;){if(e.next!==this.byStart[e.end])throw new Error("Cannot overwrite across a split point");e=e.next,e.edit("",!1)}a.edit(n,i,!o)}else{const s=new r(e,t,"").edit(n,i);l.next=s,s.previous=l}return this}prepend(e){if("string"!=typeof e)throw new TypeError("outro content must be a string");return this.intro=e+this.intro,this}prependLeft(e,t){if("string"!=typeof t)throw new TypeError("inserted content must be a string");this._split(e);const n=this.byEnd[e];return n?n.prependLeft(t):this.intro=t+this.intro,this}prependRight(e,t){if("string"!=typeof t)throw new TypeError("inserted content must be a string");this._split(e);const n=this.byStart[e];return n?n.prependRight(t):this.outro=t+this.outro,this}remove(e,t){for(;e<0;)e+=this.original.length;for(;t<0;)t+=this.original.length;if(e===t)return this;if(e<0||t>this.original.length)throw new Error("Character is out of bounds");if(e>t)throw new Error("end must be greater than start");this._split(e),this._split(t);let n=this.byStart[e];for(;n;)n.intro="",n.outro="",n.edit(""),n=t>n.end?this.byStart[n.end]:null;return this}lastChar(){if(this.outro.length)return this.outro[this.outro.length-1];let e=this.lastChunk;do{if(e.outro.length)return e.outro[e.outro.length-1];if(e.content.length)return e.content[e.content.length-1];if(e.intro.length)return e.intro[e.intro.length-1]}while(e=e.previous);return this.intro.length?this.intro[this.intro.length-1]:""}lastLine(){let e=this.outro.lastIndexOf(m);if(-1!==e)return this.outro.substr(e+1);let t=this.outro,n=this.lastChunk;do{if(n.outro.length>0){if(e=n.outro.lastIndexOf(m),-1!==e)return n.outro.substr(e+1)+t;t=n.outro+t}if(n.content.length>0){if(e=n.content.lastIndexOf(m),-1!==e)return n.content.substr(e+1)+t;t=n.content+t}if(n.intro.length>0){if(e=n.intro.lastIndexOf(m),-1!==e)return n.intro.substr(e+1)+t;t=n.intro+t}}while(n=n.previous);return e=this.intro.lastIndexOf(m),-1!==e?this.intro.substr(e+1)+t:this.intro+t}slice(e=0,t=this.original.length){for(;e<0;)e+=this.original.length;for(;t<0;)t+=this.original.length;let n="",s=this.firstChunk;for(;s&&(s.start>e||s.end<=e);){if(s.start<t&&s.end>=t)return n;s=s.next}if(s&&s.edited&&s.start!==e)throw new Error(`Cannot use replaced character ${e} as slice start anchor.`);const i=s;for(;s;){!s.intro||i===s&&s.start!==e||(n+=s.intro);const r=s.start<t&&s.end>=t;if(r&&s.edited&&s.end!==t)throw new Error(`Cannot use replaced character ${t} as slice end anchor.`);const o=i===s?e-s.start:0,a=r?s.content.length+t-s.end:s.content.length;if(n+=s.content.slice(o,a),!s.outro||r&&s.end!==t||(n+=s.outro),r)break;s=s.next}return n}snip(e,t){const n=this.clone();return n.remove(0,e),n.remove(t,n.original.length),n}_split(e){if(this.byStart[e]||this.byEnd[e])return;let t=this.lastSearchedChunk;const n=e>t.end;for(;t;){if(t.contains(e))return this._splitChunk(t,e);t=n?this.byStart[t.end]:this.byEnd[t.start]}}_splitChunk(e,t){if(e.edited&&e.content.length){const n=h(this.original)(t);throw new Error(`Cannot split a chunk that has already been edited (${n.line}:${n.column} – "${e.original}")`)}const n=e.split(t);return this.byEnd[t]=e,this.byStart[t]=n,this.byEnd[n.end]=n,e===this.lastChunk&&(this.lastChunk=n),this.lastSearchedChunk=e,!0}toString(){let e=this.intro,t=this.firstChunk;for(;t;)e+=t.toString(),t=t.next;return e+this.outro}isEmpty(){let e=this.firstChunk;do{if(e.intro.length&&e.intro.trim()||e.content.length&&e.content.trim()||e.outro.length&&e.outro.trim())return!1}while(e=e.next);return!0}length(){let e=this.firstChunk,t=0;do{t+=e.intro.length+e.content.length+e.outro.length}while(e=e.next);return t}trimLines(){return this.trim("[\\r\\n]")}trim(e){return this.trimStart(e).trimEnd(e)}trimEndAborted(e){const t=new RegExp((e||"\\s")+"+$");if(this.outro=this.outro.replace(t,""),this.outro.length)return!0;let n=this.lastChunk;do{const e=n.end,s=n.trimEnd(t);if(n.end!==e&&(this.lastChunk===n&&(this.lastChunk=n.next),this.byEnd[n.end]=n,this.byStart[n.next.start]=n.next,this.byEnd[n.next.end]=n.next),s)return!0;n=n.previous}while(n);return!1}trimEnd(e){return this.trimEndAborted(e),this}trimStartAborted(e){const t=new RegExp("^"+(e||"\\s")+"+");if(this.intro=this.intro.replace(t,""),this.intro.length)return!0;let n=this.firstChunk;do{const e=n.end,s=n.trimStart(t);if(n.end!==e&&(n===this.lastChunk&&(this.lastChunk=n.next),this.byEnd[n.end]=n,this.byStart[n.next.start]=n.next,this.byEnd[n.next.end]=n.next),s)return!0;n=n.next}while(n);return!1}trimStart(e){return this.trimStartAborted(e),this}hasChanged(){return this.original!==this.toString()}_replaceRegexp(e,t){function n(e,n){return"string"==typeof t?t.replace(/\$(\$|&|\d+)/g,((t,n)=>{if("$"===n)return"$";if("&"===n)return e[0];return+n<e.length?e[+n]:`$${n}`})):t(...e,e.index,n,e.groups)}if(e.global){(function(e,t){let n;const s=[];for(;n=e.exec(t);)s.push(n);return s})(e,this.original).forEach((e=>{null!=e.index&&this.overwrite(e.index,e.index+e[0].length,n(e,this.original))}))}else{const t=this.original.match(e);t&&null!=t.index&&this.overwrite(t.index,t.index+t[0].length,n(t,this.original))}return this}_replaceString(e,t){const{original:n}=this,s=n.indexOf(e);return-1!==s&&this.overwrite(s,s+e.length,t),this}replace(e,t){return"string"==typeof e?this._replaceString(e,t):this._replaceRegexp(e,t)}_replaceAllString(e,t){const{original:n}=this,s=e.length;for(let i=n.indexOf(e);-1!==i;i=n.indexOf(e,i+s))this.overwrite(i,i+s,t);return this}replaceAll(e,t){if("string"==typeof e)return this._replaceAllString(e,t);if(!e.global)throw new TypeError("MagicString.prototype.replaceAll called with a non-global RegExp argument");return this._replaceRegexp(e,t)}}const b=Object.prototype.hasOwnProperty;let E=class e{constructor(e={}){this.intro=e.intro||"",this.separator=void 0!==e.separator?e.separator:"\n",this.sources=[],this.uniqueSources=[],this.uniqueSourceIndexByFilename={}}addSource(e){if(e instanceof y)return this.addSource({content:e,filename:e.filename,separator:this.separator});if(!u(e)||!e.content)throw new Error("bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`");if(["filename","ignoreList","indentExclusionRanges","separator"].forEach((t=>{b.call(e,t)||(e[t]=e.content[t])})),void 0===e.separator&&(e.separator=this.separator),e.filename)if(b.call(this.uniqueSourceIndexByFilename,e.filename)){const t=this.uniqueSources[this.uniqueSourceIndexByFilename[e.filename]];if(e.content.original!==t.content)throw new Error(`Illegal source: same filename (${e.filename}), different contents`)}else this.uniqueSourceIndexByFilename[e.filename]=this.uniqueSources.length,this.uniqueSources.push({filename:e.filename,content:e.content.original});return this.sources.push(e),this}append(e,t){return this.addSource({content:new y(e),separator:t&&t.separator||""}),this}clone(){const t=new e({intro:this.intro,separator:this.separator});return this.sources.forEach((e=>{t.addSource({filename:e.filename,content:e.content.clone(),separator:e.separator})})),t}generateDecodedMap(e={}){const t=[];let n;this.sources.forEach((e=>{Object.keys(e.content.storedNames).forEach((e=>{~t.indexOf(e)||t.push(e)}))}));const s=new f(e.hires);return this.intro&&s.advance(this.intro),this.sources.forEach(((e,i)=>{i>0&&s.advance(this.separator);const r=e.filename?this.uniqueSourceIndexByFilename[e.filename]:-1,o=e.content,a=h(o.original);o.intro&&s.advance(o.intro),o.firstChunk.eachNext((n=>{const i=a(n.start);n.intro.length&&s.advance(n.intro),e.filename?n.edited?s.addEdit(r,n.content,i,n.storeName?t.indexOf(n.original):-1):s.addUneditedChunk(r,n,o.original,i,o.sourcemapLocations):s.advance(n.content),n.outro.length&&s.advance(n.outro)})),o.outro&&s.advance(o.outro),e.ignoreList&&-1!==r&&(void 0===n&&(n=[]),n.push(r))})),{file:e.file?e.file.split(/[/\\]/).pop():void 0,sources:this.uniqueSources.map((t=>e.file?c(e.file,t.filename):t.filename)),sourcesContent:this.uniqueSources.map((t=>e.includeContent?t.content:null)),names:t,mappings:s.raw,x_google_ignoreList:n}}generateMap(e){return new l(this.generateDecodedMap(e))}getIndentString(){const e={};return this.sources.forEach((t=>{const n=t.content._getRawIndentString();null!==n&&(e[n]||(e[n]=0),e[n]+=1)})),Object.keys(e).sort(((t,n)=>e[t]-e[n]))[0]||"\t"}indent(e){if(arguments.length||(e=this.getIndentString()),""===e)return this;let t=!this.intro||"\n"===this.intro.slice(-1);return this.sources.forEach(((n,s)=>{const i=void 0!==n.separator?n.separator:this.separator,r=t||s>0&&/\r?\n$/.test(i);n.content.indent(e,{exclude:n.indentExclusionRanges,indentStart:r}),t="\n"===n.content.lastChar()})),this.intro&&(this.intro=e+this.intro.replace(/^[^\n]/gm,((t,n)=>n>0?e+t:t))),this}prepend(e){return this.intro=e+this.intro,this}toString(){const e=this.sources.map(((e,t)=>{const n=void 0!==e.separator?e.separator:this.separator;return(t>0?n:"")+e.content.toString()})).join("");return this.intro+e}isEmpty(){return(!this.intro.length||!this.intro.trim())&&!this.sources.some((e=>!e.content.isEmpty()))}length(){return this.sources.reduce(((e,t)=>e+t.content.length()),this.intro.length)}trimLines(){return this.trim("[\\r\\n]")}trim(e){return this.trimStart(e).trimEnd(e)}trimStart(e){const t=new RegExp("^"+(e||"\\s")+"+");if(this.intro=this.intro.replace(t,""),!this.intro){let t,n=0;do{if(t=this.sources[n++],!t)break}while(!t.content.trimStartAborted(e))}return this}trimEnd(e){const t=new RegExp((e||"\\s")+"+$");let n,s=this.sources.length-1;do{if(n=this.sources[s--],!n){this.intro=this.intro.replace(t,"");break}}while(!n.content.trimEndAborted(e));return this}};const x=/^(?:\/|(?:[A-Za-z]:)?[/\\|])/,$=/^\.?\.\//,A=/\\/g,w=/[/\\]/,S=/\.[^.]+$/;function v(e){return x.test(e)}function I(e){return $.test(e)}function P(e){return e.replace(A,"/")}function k(e){return e.split(w).pop()||""}function N(e){const t=/[/\\][^/\\]*$/.exec(e);if(!t)return".";return e.slice(0,-t[0].length)||"/"}function C(e){const t=S.exec(k(e));return t?t[0]:""}function M(e,t){const n=e.split(w).filter(Boolean),s=t.split(w).filter(Boolean);for("."===n[0]&&n.shift(),"."===s[0]&&s.shift();n[0]&&s[0]&&n[0]===s[0];)n.shift(),s.shift();for(;".."===s[0]&&n.length>0;)s.shift(),n.pop();for(;n.pop();)s.unshift("..");return s.join("/")}function O(...e){const t=e.shift();if(!t)return"/";let n=t.split(w);for(const t of e)if(v(t))n=t.split(w);else{const e=t.split(w);for(;"."===e[0]||".."===e[0];){".."===e.shift()&&n.pop()}n.push(...e)}return n.join("/")}const _=/[\n\r'\\\u2028\u2029]/,D=/([\n\r'\u2028\u2029])/g,R=/\\/g;function L(e){return _.test(e)?e.replace(R,"\\\\").replace(D,"\\$1"):e}function B(e){const t=k(e);return t.slice(0,Math.max(0,t.length-C(e).length))}function T(e){return v(e)?M(O(),e):e}function z(e){return"/"===e[0]||"."===e[0]&&("/"===e[1]||"."===e[1])||v(e)}const V=/^(\.\.\/)*\.\.$/;function F(e,t,n,s){for(;t.startsWith("../");)t=t.slice(3),e="_/"+e;let i=P(M(N(e),t));if(n&&i.endsWith(".js")&&(i=i.slice(0,-3)),s){if(""===i)return"../"+k(t);if(V.test(i))return[...i.split("/"),"..",k(t)].join("/")}return i?i.startsWith("..")?i:"./"+i:"."}class j{constructor(e,t,n){this.options=t,this.inputBase=n,this.defaultVariableName="",this.namespaceVariableName="",this.variableName="",this.fileName=null,this.importAttributes=null,this.id=e.id,this.moduleInfo=e.info,this.renormalizeRenderPath=e.renormalizeRenderPath,this.suggestedVariableName=e.suggestedVariableName}getFileName(){if(this.fileName)return this.fileName;const{paths:e}=this.options;return this.fileName=("function"==typeof e?e(this.id):e[this.id])||(this.renormalizeRenderPath?P(M(this.inputBase,this.id)):this.id)}getImportAttributes(e){return this.importAttributes||=function(e,{getObject:t}){if(!e)return null;const n=Object.entries(e).map((([e,t])=>[e,`'${t}'`]));if(n.length>0)return t(n,{lineBreakIndent:null});return null}("es"===this.options.format&&this.options.externalImportAttributes&&this.moduleInfo.attributes,e)}getImportPath(e){return L(this.renormalizeRenderPath?F(e,this.getFileName(),"amd"===this.options.format,!1):this.getFileName())}}function U(e,t,n){const s=e.get(t);if(void 0!==s)return s;const i=n();return e.set(t,i),i}function G(){return new Set}function W(){return[]}const H=Symbol("Unknown Key"),q=Symbol("Unknown Non-Accessor Key"),K=Symbol("Unknown Integer"),Y=Symbol("Symbol.toStringTag"),X=[],J=[H],Z=[q],Q=[K],ee=Symbol("Entities");class te{constructor(){this.entityPaths=Object.create(null,{[ee]:{value:new Set}})}trackEntityAtPathAndGetIfTracked(e,t){const n=this.getEntities(e);return!!n.has(t)||(n.add(t),!1)}withTrackedEntityAtPath(e,t,n,s){const i=this.getEntities(e);if(i.has(t))return s;i.add(t);const r=n();return i.delete(t),r}getEntities(e){let t=this.entityPaths;for(const n of e)t=t[n]=t[n]||Object.create(null,{[ee]:{value:new Set}});return t[ee]}}const ne=new te;class se{constructor(){this.entityPaths=Object.create(null,{[ee]:{value:new Map}})}trackEntityAtPathAndGetIfTracked(e,t,n){let s=this.entityPaths;for(const t of e)s=s[t]=s[t]||Object.create(null,{[ee]:{value:new Map}});const i=U(s[ee],t,G);return!!i.has(n)||(i.add(n),!1)}}const ie=Symbol("Unknown Value"),re=Symbol("Unknown Truthy Value");class oe{constructor(){this.included=!1}deoptimizeArgumentsOnInteractionAtPath(e,t,n){ce(e)}deoptimizePath(e){}getLiteralValueAtPath(e,t,n){return ie}getReturnExpressionWhenCalledAtPath(e,t,n,s){return le}hasEffectsOnInteractionAtPath(e,t,n){return!0}include(e,t,n){this.included=!0}includeCallArguments(e,t){for(const n of t)n.include(e,!1)}shouldBeIncluded(e){return!0}}const ae=new class extends oe{},le=[ae,!1],ce=e=>{for(const t of e.args)t?.deoptimizePath(J)},de={args:[null],type:0},ue={args:[null,ae],type:1},he={args:[null],type:2,withNew:!1};class pe extends oe{constructor(e){super(),this.name=e,this.alwaysRendered=!1,this.forbiddenNames=null,this.initReached=!1,this.isId=!1,this.isReassigned=!1,this.kind=null,this.renderBaseName=null,this.renderName=null}addReference(e){}forbidName(e){(this.forbiddenNames||=new Set).add(e)}getBaseVariableName(){return this.renderBaseName||this.renderName||this.name}getName(e,t){if(t?.(this))return this.name;const n=this.renderName||this.name;return this.renderBaseName?`${this.renderBaseName}${e(n)}`:n}hasEffectsOnInteractionAtPath(e,{type:t},n){return 0!==t||e.length>0}include(){this.included=!0}markCalledFromTryStatement(){}setRenderNames(e,t){this.renderBaseName=e,this.renderName=t}}class fe extends pe{constructor(e,t){super(t),this.referenced=!1,this.module=e,this.isNamespace="*"===t}addReference(e){this.referenced=!0,"default"!==this.name&&"*"!==this.name||this.module.suggestName(e.name)}hasEffectsOnInteractionAtPath(e,{type:t}){return 0!==t||e.length>(this.isNamespace?1:0)}include(){this.included||(this.included=!0,this.module.used=!0)}}const me=Object.freeze(Object.create(null)),ge=Object.freeze({}),ye=Object.freeze([]),be=Object.freeze(new class extends Set{add(){throw new Error("Cannot add to empty set")}});var Ee=new Set(["await","break","case","catch","class","const","continue","debugger","default","delete","do","else","enum","eval","export","extends","false","finally","for","function","if","implements","import","in","instanceof","interface","let","NaN","new","null","package","private","protected","public","return","static","super","switch","this","throw","true","try","typeof","undefined","var","void","while","with","yield"]);const xe=/[^\w$]/g,$e=e=>(e=>/\d/.test(e[0]))(e)||Ee.has(e)||"arguments"===e;function Ae(e){return e=e.replace(/-(\w)/g,((e,t)=>t.toUpperCase())).replace(xe,"_"),$e(e)&&(e=`_${e}`),e||"_"}const we="warn",Se="info",ve="debug",Ie={[ve]:0,[Se]:1,silent:3,[we]:2};function Pe(e,t){return e.start<=t&&t<e.end}function ke(e,t,n){return function(e,t={}){const{offsetLine:n=0,offsetColumn:s=0}=t;let i=0;const r=e.split("\n").map(((e,t)=>{const n=i+e.length+1,s={start:i,end:n,line:t};return i=n,s}));let o=0;return function(t,i){if("string"==typeof t&&(t=e.indexOf(t,i??0)),-1===t)return;let a=r[o];const l=t>=a.end?1:-1;for(;a;){if(Pe(a,t))return{line:n+a.line,column:s+t-a.start,character:t};o+=l,a=r[o]}}}(e,n)(t,n&&n.startIndex)}function Ne(e){return e.replace(/^\t+/,(e=>e.split("\t").join(" ")))}const Ce=120,Me=10,Oe="...";function _e(e,t,n){let s=e.split("\n");if(t>s.length)return"";const i=Math.max(Ne(s[t-1].slice(0,n)).length+Me+Oe.length,Ce),r=Math.max(0,t-3);let o=Math.min(t+2,s.length);for(s=s.slice(r,o);!/\S/.test(s[s.length-1]);)s.pop(),o-=1;const a=String(o).length;return s.map(((e,s)=>{const o=r+s+1===t;let l=String(s+r+1);for(;l.length<a;)l=` ${l}`;let c=Ne(e);if(c.length>i&&(c=`${c.slice(0,i-Oe.length)}${Oe}`),o){const t=function(e){let t="";for(;e--;)t+=" ";return t}(a+2+Ne(e.slice(0,n)).length)+"^";return`${l}: ${c}\n${t}`}return`${l}: ${c}`})).join("\n")}function De(e,t){const n=e.length<=1,s=e.map((e=>`"${e}"`));let i=n?s[0]:`${s.slice(0,-1).join(", ")} and ${s.slice(-1)[0]}`;return t&&(i+=` ${n?t[0]:t[1]}`),i}function Re(e){return`https://rollupjs.org/${e}`}const Le="troubleshooting/#error-name-is-not-exported-by-module",Be="troubleshooting/#warning-sourcemap-is-likely-to-be-incorrect",Te="configuration-options/#output-amd-id",ze="configuration-options/#output-dir",Ve="configuration-options/#output-exports",Fe="configuration-options/#output-extend",je="configuration-options/#output-format",Ue="configuration-options/#output-globals",Ge="configuration-options/#output-inlinedynamicimports",We="configuration-options/#output-interop",He="configuration-options/#output-manualchunks",qe="configuration-options/#output-name",Ke="configuration-options/#output-sourcemapfile";function Ye(e){throw e instanceof Error||(e=Object.assign(new Error(e.message),e),Object.defineProperty(e,"name",{value:"RollupError"})),e}function Xe(e,t,n,s){if("object"==typeof t){const{line:n,column:i}=t;e.loc={column:i,file:s,line:n}}else{e.pos=t;const i=ke(n,t,{offsetLine:1});if(!i)return;const{line:r,column:o}=i;e.loc={column:o,file:s,line:r}}if(void 0===e.frame){const{line:t,column:s}=e.loc;e.frame=_e(n,t,s)}}const Je="ADDON_ERROR",Ze="ALREADY_CLOSED",Qe="ANONYMOUS_PLUGIN_CACHE",et="ASSET_NOT_FINALISED",tt="CANNOT_EMIT_FROM_OPTIONS_HOOK",nt="CHUNK_NOT_GENERATED",st="CIRCULAR_REEXPORT",it="DEPRECATED_FEATURE",rt="DUPLICATE_PLUGIN_NAME",ot="FILE_NAME_CONFLICT",at="ILLEGAL_IDENTIFIER_AS_NAME",lt="INVALID_CHUNK",ct="INVALID_EXPORT_OPTION",dt="INVALID_IMPORT_ATTRIBUTE",ut="INVALID_LOG_POSITION",ht="INVALID_OPTION",pt="INVALID_PLUGIN_HOOK",ft="INVALID_ROLLUP_PHASE",mt="INVALID_SETASSETSOURCE",gt="MISSING_EXPORT",yt="MISSING_GLOBAL_NAME",bt="MISSING_IMPLICIT_DEPENDANT",Et="MISSING_NAME_OPTION_FOR_IIFE_EXPORT",xt="MISSING_NODE_BUILTINS",$t="MISSING_OPTION",At="MIXED_EXPORTS",wt="NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE",St="OPTIMIZE_CHUNK_STATUS",vt="PLUGIN_ERROR",It="SOURCEMAP_BROKEN",Pt="UNEXPECTED_NAMED_IMPORT",kt="UNKNOWN_OPTION",Nt="UNRESOLVED_ENTRY",Ct="UNRESOLVED_IMPORT",Mt="VALIDATION_ERROR";function Ot(){return{code:Ze,message:'Bundle is already closed, no more calls to "generate" or "write" are allowed.'}}function _t(e){return{code:"CANNOT_CALL_NAMESPACE",message:`Cannot call a namespace ("${e}").`}}function Dt({fileName:e,code:t},{pos:n,message:s}){const i={code:"CHUNK_INVALID",message:`Chunk "${e}" is not valid JavaScript: ${s}.`};return Xe(i,n,t,e),i}function Rt(e){return{code:"CIRCULAR_DEPENDENCY",ids:e,message:`Circular dependency: ${e.map(T).join(" -> ")}`}}function Lt(e,t,{line:n,column:s}){return{code:"FIRST_SIDE_EFFECT",message:`First side effect in ${T(t)} is at (${n}:${s})\n${_e(e,n,s)}`}}function Bt(e,t,n,s){return{code:"INCONSISTENT_IMPORT_ATTRIBUTES",message:`Module "${T(s)}" tried to import "${T(n)}" with ${Tt(t)} attributes, but it was already imported elsewhere with ${Tt(e)} attributes. Please ensure that import attributes for the same module are always consistent.`}}const Tt=e=>{const t=Object.entries(e);return 0===t.length?"no":t.map((([e,t])=>`"${e}": "${t}"`)).join(", ")};function zt(e,t,n){return{code:"INVALID_ANNOTATION",id:t,message:`A comment\n\n"${e}"\n\nin "${T(t)}" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.`,url:Re("noSideEffects"===n?"configuration-options/#no-side-effects":"configuration-options/#pure")}}function Vt(e,t,n){return{code:ct,message:`"${e}" was specified for "output.exports", but entry module "${T(n)}" has the following exports: ${De(t)}`,url:Re(Ve)}}function Ft(e){return{code:dt,message:`Rollup could not statically analyze an import attribute of a dynamic import in "${T(e)}". Import attributes need to have string keys and values. The attribute will be removed.`}}function jt(e,t,n,s){return{code:ht,message:`Invalid value ${void 0===s?"":`${JSON.stringify(s)} `}for option "${e}" - ${n}.`,url:Re(t)}}function Ut(e,t,n){const s=".json"===C(n);return{binding:e,code:gt,exporter:n,id:t,message:`"${e}" is not exported by "${T(n)}", imported by "${T(t)}".${s?" (Note that you need @rollup/plugin-json to import JSON files)":""}`,url:Re(Le)}}function Gt(e){const t=[...e.implicitlyLoadedBefore].map((e=>T(e.id))).sort();return{code:bt,message:`Module "${T(e.id)}" that should be implicitly loaded before ${De(t)} is not included in the module graph. Either it was not imported by an included module or only via a tree-shaken dynamic import, or no imported bindings were used and it had otherwise no side-effects.`}}function Wt(e,t,n){return{code:St,message:`${n}, there are\n${e} chunks, of which\n${t} are below minChunkSize.`}}function Ht(e,t,{hook:n,id:s}={}){const i=e.code;return e.pluginCode||null==i||"string"==typeof i&&("string"!=typeof i||i.startsWith("PLUGIN_"))||(e.pluginCode=i),e.code=vt,e.plugin=t,n&&(e.hook=n),s&&(e.id=s),e}function qt(e){return{code:It,message:`Multiple conflicting contents for sourcemap source ${e}`}}function Kt(e,t,n){const s=n?"reexport":"import";return{code:Pt,exporter:e,message:`The named export "${t}" was ${s}ed from the external module "${T(e)}" even though its interop type is "defaultOnly". Either remove or change this ${s} or change the value of the "output.interop" option.`,url:Re(We)}}function Yt(e){return{code:Pt,exporter:e,message:`There was a namespace "*" reexport from the external module "${T(e)}" even though its interop type is "defaultOnly". This will be ignored as namespace reexports only reexport named exports. If this is not intended, either remove or change this reexport or change the value of the "output.interop" option.`,url:Re(We)}}function Xt(e){return{code:Mt,message:e}}function Jt(e,t,n,s,i){!function(e,t,n,s,i,r){if(n||i){const n=function(e,t,n){return{code:it,message:e,url:Re(t),...n?{plugin:n}:{}}}(e,t,r);if(i)return Ye(n);s(we,n)}}(e,t,n,s.onLog,s.strictDeprecations,i)}class Zt{constructor(e,t,n,s,i,r){this.options=e,this.id=t,this.renormalizeRenderPath=i,this.dynamicImporters=[],this.execIndex=1/0,this.exportedVariables=new Map,this.importers=[],this.reexported=!1,this.used=!1,this.declarations=new Map,this.mostCommonSuggestion=0,this.nameSuggestions=new Map,this.suggestedVariableName=Ae(t.split(/[/\\]/).pop());const{importers:o,dynamicImporters:a}=this;this.info={ast:null,attributes:r,code:null,dynamicallyImportedIdResolutions:ye,dynamicallyImportedIds:ye,get dynamicImporters(){return a.sort()},exportedBindings:null,exports:null,hasDefaultExport:null,id:t,implicitlyLoadedAfterOneOf:ye,implicitlyLoadedBefore:ye,importedIdResolutions:ye,importedIds:ye,get importers(){return o.sort()},isEntry:!1,isExternal:!0,isIncluded:null,meta:s,moduleSideEffects:n,syntheticNamedExports:!1}}getVariableForExportName(e){const t=this.declarations.get(e);if(t)return[t];const n=new fe(this,e);return this.declarations.set(e,n),this.exportedVariables.set(n,e),[n]}suggestName(e){const t=(this.nameSuggestions.get(e)??0)+1;this.nameSuggestions.set(e,t),t>this.mostCommonSuggestion&&(this.mostCommonSuggestion=t,this.suggestedVariableName=e)}warnUnusedImports(){const e=[...this.declarations].filter((([e,t])=>"*"!==e&&!t.included&&!this.reexported&&!t.referenced)).map((([e])=>e));if(0===e.length)return;const t=new Set;for(const n of e)for(const e of this.declarations.get(n).module.importers)t.add(e);const n=[...t];var s,i,r;this.options.onLog(we,{code:"UNUSED_EXTERNAL_IMPORT",exporter:s=this.id,ids:r=n,message:`${De(i=e,["is","are"])} imported from external module "${s}" but never used in ${De(r.map((e=>T(e))))}.`,names:i})}}const Qt={ArrayPattern(e,t){for(const n of t.elements)n&&Qt[n.type](e,n)},AssignmentPattern(e,t){Qt[t.left.type](e,t.left)},Identifier(e,t){e.push(t.name)},MemberExpression(){},ObjectPattern(e,t){for(const n of t.properties)"RestElement"===n.type?Qt.RestElement(e,n):Qt[n.value.type](e,n.value)},RestElement(e,t){Qt[t.argument.type](e,t.argument)}},en=function(e){const t=[];return Qt[e.type](t,e),t};function tn(){return{brokenFlow:!1,hasBreak:!1,hasContinue:!1,includedCallArguments:new Set,includedLabels:new Set}}function nn(){return{accessed:new te,assigned:new te,brokenFlow:!1,called:new se,hasBreak:!1,hasContinue:!1,ignore:{breaks:!1,continues:!1,labels:new Set,returnYield:!1,this:!1},includedLabels:new Set,instantiated:new se,replacedVariableInits:new Map}}function sn(e,t=null){return Object.create(t,e)}new Set("break case class catch const continue debugger default delete do else export extends finally for function if import in instanceof let new return super switch this throw try typeof var void while with yield enum await implements package protected static interface private public arguments Infinity NaN undefined null true false eval uneval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Symbol Error EvalError InternalError RangeError ReferenceError SyntaxError TypeError URIError Number Math Date String RegExp Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array Map Set WeakMap WeakSet SIMD ArrayBuffer DataView JSON Promise Generator GeneratorFunction Reflect Proxy Intl".split(" ")).add("");const rn=new class extends oe{getLiteralValueAtPath(){}},on={value:{hasEffectsWhenCalled:null,returns:ae}},an=new class extends oe{getReturnExpressionWhenCalledAtPath(e){return 1===e.length?xn(mn,e[0]):le}hasEffectsOnInteractionAtPath(e,t,n){return 0===t.type?e.length>1:2!==t.type||1!==e.length||En(mn,e[0],t,n)}},ln={value:{hasEffectsWhenCalled:null,returns:an}},cn=new class extends oe{getReturnExpressionWhenCalledAtPath(e){return 1===e.length?xn(gn,e[0]):le}hasEffectsOnInteractionAtPath(e,t,n){return 0===t.type?e.length>1:2!==t.type||1!==e.length||En(gn,e[0],t,n)}},dn={value:{hasEffectsWhenCalled:null,returns:cn}},un=new class extends oe{getReturnExpressionWhenCalledAtPath(e){return 1===e.length?xn(bn,e[0]):le}hasEffectsOnInteractionAtPath(e,t,n){return 0===t.type?e.length>1:2!==t.type||1!==e.length||En(bn,e[0],t,n)}},hn={value:{hasEffectsWhenCalled:null,returns:un}},pn={value:{hasEffectsWhenCalled({args:e},t){const n=e[2];return e.length<3||"symbol"==typeof n.getLiteralValueAtPath(X,ne,{deoptimizeCache(){}})&&n.hasEffectsOnInteractionAtPath(X,he,t)},returns:un}},fn=sn({hasOwnProperty:ln,isPrototypeOf:ln,propertyIsEnumerable:ln,toLocaleString:hn,toString:hn,valueOf:on}),mn=sn({valueOf:ln},fn),gn=sn({toExponential:hn,toFixed:hn,toLocaleString:hn,toPrecision:hn,valueOf:dn},fn),yn=sn({exec:on,test:ln},fn),bn=sn({anchor:hn,at:on,big:hn,blink:hn,bold:hn,charAt:hn,charCodeAt:dn,codePointAt:on,concat:hn,endsWith:ln,fixed:hn,fontcolor:hn,fontsize:hn,includes:ln,indexOf:dn,italics:hn,lastIndexOf:dn,link:hn,localeCompare:dn,match:on,matchAll:on,normalize:hn,padEnd:hn,padStart:hn,repeat:hn,replace:pn,replaceAll:pn,search:dn,slice:hn,small:hn,split:on,startsWith:ln,strike:hn,sub:hn,substr:hn,substring:hn,sup:hn,toLocaleLowerCase:hn,toLocaleUpperCase:hn,toLowerCase:hn,toString:hn,toUpperCase:hn,trim:hn,trimEnd:hn,trimLeft:hn,trimRight:hn,trimStart:hn,valueOf:hn},fn);function En(e,t,n,s){return"string"!=typeof t||!e[t]||(e[t].hasEffectsWhenCalled?.(n,s)||!1)}function xn(e,t){return"string"==typeof t&&e[t]?[e[t].returns,!1]:le}const $n=["var","let","const","init","get","set","constructor","method","-","+","!","~","typeof","void","delete","++","--","==","!=","===","!==","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","||","&&","in","instanceof","**","??","=","+=","-=","*=","/=","%=","<<=",">>=",">>>=","|=","^=","&=","**=","&&=","||=","??=","pure","noSideEffects"],An=(e,t,n)=>{const s=t[e],i=wn[s];if(!i)throw console.trace(),new Error(`Unknown node type: ${s}`);return i(e+1,t,n)},wn=[(e,t,n)=>({type:"ArrayExpression",start:t[e++],end:t[e++],elements:Sn(e,t,n)}),(e,t,n)=>({type:"ArrayPattern",start:t[e++],end:t[e++],elements:Sn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=!!t[e++],a=!!t[e++],l=Sn(t[e++],t,n),c=An(t[e++],t,n),d=vn(e,t);return Pn({type:"ArrowFunctionExpression",start:s,end:i,async:r,body:c,expression:a,generator:o,id:null,params:l},d,Nn)},(e,t,n)=>{const s=t[e++],i=t[e++],r=$n[t[e++]],o=An(t[e++],t,n);return{type:"AssignmentExpression",start:s,end:i,left:An(e,t,n),operator:r,right:o}},(e,t,n)=>{const s=t[e++],i=t[e++],r=An(t[e++],t,n);return{type:"AssignmentPattern",start:s,end:i,left:An(e,t,n),right:r}},(e,t,n)=>{const s=t[e++],i=t[e++];return{type:"AwaitExpression",start:s,argument:An(e,t,n),end:i}},(e,t,n)=>{const s=t[e++],i=t[e++],r=$n[t[e++]],o=An(t[e++],t,n);return{type:"BinaryExpression",start:s,end:i,left:An(e,t,n),operator:r,right:o}},(e,t,n)=>{const s=t[e++],i=t[e++];return{type:"BlockStatement",start:s,body:Sn(e,t,n),end:i}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"BreakStatement",start:s,end:i,label:r?An(r,t,n):null}},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=An(t[e++],t,n),a=Sn(t[e++],t,n),l=vn(e,t);return Pn({type:"CallExpression",start:s,end:i,arguments:a,callee:o,optional:r},l,Nn)},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"CatchClause",start:s,end:i,body:An(t[e],t,n),param:r?An(r,t,n):null}},(e,t,n)=>({type:"ChainExpression",start:t[e++],end:t[e++],expression:An(e,t,n)}),(e,t,n)=>({type:"ClassBody",start:t[e++],end:t[e++],body:Sn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=t[e++];return{type:"ClassDeclaration",start:s,end:i,body:An(t[e],t,n),id:r?An(r,t,n):null,superClass:o?An(o,t,n):null}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=t[e++];return{type:"ClassExpression",start:s,end:i,body:An(t[e],t,n),id:r?An(r,t,n):null,superClass:o?An(o,t,n):null}},(e,t,n)=>{const s=t[e++],i=t[e++],r=An(t[e++],t,n);return{type:"ConditionalExpression",start:s,end:i,alternate:An(t[e++],t,n),consequent:r,test:An(e,t,n)}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e];return{type:"ContinueStatement",start:s,end:i,label:r?An(r,t,n):null}},(e,t)=>({type:"DebuggerStatement",start:t[e++],end:t[e++]}),(e,t,n)=>{const s=t[e++],i=t[e++],r=An(t[e++],t,n);return{type:"DoWhileStatement",start:s,end:i,body:An(e,t,n),test:r}},(e,t)=>({type:"EmptyStatement",start:t[e++],end:t[e++]}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=An(t[e++],t,n),a=Sn(t[e],t,n);return{type:"ExportAllDeclaration",start:s,end:i,exported:r?An(r,t,n):null,source:o,attributes:a}},(e,t,n)=>({type:"ExportDefaultDeclaration",start:t[e++],end:t[e++],declaration:An(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=t[e++],a=Sn(t[e++],t,n),l=Sn(e,t,n);return{type:"ExportNamedDeclaration",start:s,end:i,declaration:r?An(r,t,n):null,source:o?An(o,t,n):null,specifiers:l,attributes:a}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=An(e,t,n);return{type:"ExportSpecifier",start:s,end:i,exported:r?An(r,t,n):o,local:o}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"ExpressionStatement",start:s,end:i,expression:An(e,t,n),...r?{directive:kn(r,t,n)}:{}}},(e,t,n)=>{const s=t[e++],i=t[e++],r=An(t[e++],t,n);return{type:"ForInStatement",start:s,end:i,body:An(t[e++],t,n),left:An(e,t,n),right:r}},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=An(t[e++],t,n);return{type:"ForOfStatement",start:s,end:i,await:r,body:An(t[e++],t,n),left:An(e,t,n),right:o}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=t[e++],a=t[e++];return{type:"ForStatement",start:s,end:i,body:An(t[e],t,n),init:r?An(r,t,n):null,test:o?An(o,t,n):null,update:a?An(a,t,n):null}},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=!!t[e++],a=t[e++],l=Sn(t[e++],t,n),c=An(t[e++],t,n),d=vn(e,t);return Pn({type:"FunctionDeclaration",start:s,end:i,async:r,body:c,expression:!1,generator:o,id:a?An(a,t,n):null,params:l},d,Nn)},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=!!t[e++],a=t[e++],l=Sn(t[e++],t,n),c=An(t[e++],t,n),d=vn(e,t);return Pn({type:"FunctionExpression",start:s,end:i,async:r,body:c,expression:!1,generator:o,id:a?An(a,t,n):null,params:l},d,Nn)},(e,t,n)=>({type:"Identifier",start:t[e++],end:t[e++],name:kn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=An(t[e++],t,n),o=t[e++],a=An(e,t,n);return{type:"IfStatement",start:s,end:i,alternate:o?An(o,t,n):null,consequent:r,test:a}},(e,t,n)=>{const s=t[e++],i=t[e++],r=An(t[e++],t,n);return{type:"ImportAttribute",start:s,end:i,key:An(e,t,n),value:r}},(e,t,n)=>{const s=t[e++],i=t[e++],r=An(t[e++],t,n),o=Sn(t[e++],t,n);return{type:"ImportDeclaration",start:s,end:i,source:r,specifiers:Sn(e,t,n),attributes:o}},(e,t,n)=>({type:"ImportDefaultSpecifier",start:t[e++],end:t[e++],local:An(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"ImportExpression",start:s,end:i,source:An(e,t,n),options:r?An(r,t,n):null}},(e,t,n)=>({type:"ImportNamespaceSpecifier",start:t[e++],end:t[e++],local:An(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=An(t[e],t,n);return{type:"ImportSpecifier",start:s,end:i,imported:r?An(r,t,n):o,local:o}},(e,t,n)=>({type:"LabeledStatement",start:t[e++],end:t[e++],body:An(t[e++],t,n),label:An(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"Literal",start:s,end:i,raw:r?kn(r,t,n):void 0,value:kn(e,t,n)}},(e,t)=>{const n=t[e++],s=t[e++],i=!!t[e++];return{type:"Literal",start:n,end:s,raw:i?"true":"false",value:i}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"Literal",start:s,end:i,raw:r?kn(r,t,n):void 0,value:new DataView(t.buffer).getFloat64(e<<2,!0)}},(e,t)=>({type:"Literal",start:t[e++],end:t[e++],raw:"null",value:null}),(e,t,n)=>{const s=t[e++],i=t[e++],r=kn(t[e++],t,n),o=kn(e,t,n);return{type:"Literal",start:s,end:i,raw:`/${r}/${o}`,regex:{flags:o,pattern:r},value:new RegExp(r,o)}},(e,t,n)=>{const s=t[e++],i=t[e++],r=kn(t[e++],t,n);return{type:"Literal",start:s,end:i,bigint:r,raw:kn(e,t,n),value:BigInt(r)}},(e,t,n)=>{const s=t[e++],i=t[e++],r=$n[t[e++]],o=An(t[e++],t,n);return{type:"LogicalExpression",start:s,end:i,left:An(e,t,n),operator:r,right:o}},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=!!t[e++],a=An(t[e++],t,n);return{type:"MemberExpression",start:s,end:i,computed:o,object:An(e,t,n),optional:r,property:a}},(e,t,n)=>{const s=t[e++],i=t[e++],r=An(t[e++],t,n);return{type:"MetaProperty",start:s,end:i,meta:An(e,t,n),property:r}},(e,t,n)=>{const s=t[e++],i=t[e++],r=$n[t[e++]],o=!!t[e++],a=!!t[e++],l=An(t[e++],t,n);return{type:"MethodDefinition",start:s,end:i,computed:o,key:An(e,t,n),kind:r,static:a,value:l}},(e,t,n)=>{const s=t[e++],i=t[e++],r=An(t[e++],t,n),o=t[e++],a=vn(e,t);return Pn({type:"NewExpression",start:s,end:i,arguments:o?Sn(o,t,n):[],callee:r},a,Nn)},(e,t,n)=>({type:"ObjectExpression",start:t[e++],end:t[e++],properties:Sn(e,t,n)}),(e,t,n)=>({type:"ObjectPattern",start:t[e++],end:t[e++],properties:Sn(e,t,n)}),(e,t,n)=>({type:"PrivateIdentifier",start:t[e++],end:t[e++],name:kn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=vn(t[e++],t),o=Sn(e,t,n);return Pn({type:"Program",start:s,end:i,body:o,sourceType:"module"},r,Cn)},(e,t,n)=>{const s=t[e++],i=t[e++],r=$n[t[e++]],o=!!t[e++],a=!!t[e++],l=!!t[e++],c=An(t[e++],t,n),d=t[e];return{type:"Property",start:s,end:i,computed:a,key:c,kind:r,method:o,shorthand:l,value:d?An(d,t,n):c}},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=!!t[e++],a=t[e++];return{type:"PropertyDefinition",start:s,end:i,computed:r,key:An(e,t,n),static:o,value:a?An(a,t,n):null}},(e,t,n)=>({type:"RestElement",start:t[e++],end:t[e++],argument:An(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e];return{type:"ReturnStatement",start:s,end:i,argument:r?An(r,t,n):null}},(e,t,n)=>({type:"SequenceExpression",start:t[e++],end:t[e++],expressions:Sn(e,t,n)}),(e,t,n)=>({type:"SpreadElement",start:t[e++],end:t[e++],argument:An(e,t,n)}),(e,t,n)=>({type:"StaticBlock",start:t[e++],end:t[e++],body:Sn(e,t,n)}),(e,t)=>({type:"Super",start:t[e++],end:t[e++]}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"SwitchCase",start:s,end:i,consequent:Sn(t[e],t,n),test:r?An(r,t,n):null}},(e,t,n)=>({type:"SwitchStatement",start:t[e++],end:t[e++],cases:Sn(t[e++],t,n),discriminant:An(e,t,n)}),(e,t,n)=>({type:"TaggedTemplateExpression",start:t[e++],end:t[e++],quasi:An(t[e++],t,n),tag:An(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=t[e++],a=kn(e,t,n);return{type:"TemplateElement",start:s,end:i,tail:r,value:{cooked:o?kn(o,t,n):null,raw:a}}},(e,t,n)=>({type:"TemplateLiteral",start:t[e++],end:t[e++],expressions:Sn(t[e++],t,n),quasis:Sn(e,t,n)}),(e,t)=>({type:"ThisExpression",start:t[e++],end:t[e++]}),(e,t,n)=>({type:"ThrowStatement",start:t[e++],end:t[e++],argument:An(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=t[e++];return{type:"TryStatement",start:s,end:i,block:An(e,t,n),finalizer:o?An(o,t,n):null,handler:r?An(r,t,n):null}},(e,t,n)=>{const s=t[e++],i=t[e++],r=$n[t[e++]];return{type:"UnaryExpression",start:s,end:i,argument:An(e,t,n),operator:r,prefix:!0}},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=$n[t[e++]];return{type:"UpdateExpression",start:s,end:i,argument:An(e,t,n),operator:o,prefix:r}},(e,t,n)=>{const s=t[e++],i=t[e++],r=$n[t[e++]];return{type:"VariableDeclaration",start:s,end:i,declarations:Sn(e,t,n),kind:r}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"VariableDeclarator",start:s,end:i,id:An(e,t,n),init:r?An(r,t,n):null}},(e,t,n)=>({type:"WhileStatement",start:t[e++],end:t[e++],body:An(t[e++],t,n),test:An(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=t[e];return{type:"YieldExpression",start:s,end:i,argument:o?An(o,t,n):null,delegate:r}},(e,t,n)=>{Ye({pos:t[e++],message:kn(e,t,n)})}],Sn=(e,t,n)=>{const s=t[e++],i=[];for(let r=0;r<s;r++){const s=t[e++];i.push(s?An(s,t,n):null)}return i},vn=(e,t)=>{const n=t[e++],s=[];for(let i=0;i<n;i++)s.push(In(t[e++],t));return s},In=(e,t)=>{const n=t[e++];return{end:t[e++],start:n,type:$n[t[e]]}},Pn=(e,t,n)=>t.length>0?{...e,[n]:t}:e,kn=(e,t,n)=>{const s=t[e++];return n(e<<2,s)},Nn="_rollupAnnotations",Cn="_rollupRemoved",Mn={Literal:[],Program:["body"]};const On="variables";class _n extends oe{constructor(e,t,n,s=!1){super(),this.deoptimized=!1,this.esTreeNode=s?e:null,this.keys=Mn[e.type]||function(e){return Mn[e.type]=Object.keys(e).filter((t=>"object"==typeof e[t]&&95!==t.charCodeAt(0))),Mn[e.type]}(e),this.parent=t,this.context=t.context,this.createScope(n),this.parseNode(e),this.initialise(),this.context.magicString.addSourcemapLocation(this.start),this.context.magicString.addSourcemapLocation(this.end)}addExportedVariables(e,t){}bind(){for(const e of this.keys){const t=this[e];if(Array.isArray(t))for(const e of t)e?.bind();else t&&t.bind()}}createScope(e){this.scope=e}hasEffects(e){this.deoptimized||this.applyDeoptimizations();for(const t of this.keys){const n=this[t];if(null!==n)if(Array.isArray(n)){for(const t of n)if(t?.hasEffects(e))return!0}else if(n.hasEffects(e))return!0}return!1}hasEffectsAsAssignmentTarget(e,t){return this.hasEffects(e)||this.hasEffectsOnInteractionAtPath(X,this.assignmentInteraction,e)}include(e,t,n){this.deoptimized||this.applyDeoptimizations(),this.included=!0;for(const n of this.keys){const s=this[n];if(null!==s)if(Array.isArray(s))for(const n of s)n?.include(e,t);else s.include(e,t)}}includeAsAssignmentTarget(e,t,n){this.include(e,t)}initialise(){}parseNode(e,t){for(const[n,s]of Object.entries(e))if(!this.hasOwnProperty(n))if(95===n.charCodeAt(0)){if(n===Nn){const e=s;this.annotations=e,this.context.options.treeshake.annotations&&(this.annotationNoSideEffects=e.some((e=>"noSideEffects"===e.type)),this.annotationPure=e.some((e=>"pure"===e.type)))}else if(n===Cn)for(const{start:e,end:t,type:n}of s)this.context.magicString.remove(e,t),"pure"!==n&&"noSideEffects"!==n||this.context.log(we,zt(this.context.code.slice(e,t),this.context.module.id,n),e)}else if("object"!=typeof s||null===s)this[n]=s;else if(Array.isArray(s)){this[n]=[];for(const e of s)this[n].push(null===e?null:new(this.context.getNodeConstructor(e.type))(e,this,this.scope,t?.includes(n)))}else this[n]=new(this.context.getNodeConstructor(s.type))(s,this,this.scope,t?.includes(n))}removeAnnotations(e){if(this.annotations)for(const t of this.annotations)e.remove(t.start,t.end)}render(e,t){for(const n of this.keys){const s=this[n];if(null!==s)if(Array.isArray(s))for(const n of s)n?.render(e,t);else s.render(e,t)}}setAssignedValue(e){this.assignmentInteraction={args:[null,e],type:1}}shouldBeIncluded(e){return this.included||!e.brokenFlow&&this.hasEffects(nn())}applyDeoptimizations(){this.deoptimized=!0;for(const e of this.keys){const t=this[e];if(null!==t)if(Array.isArray(t))for(const e of t)e?.deoptimizePath(J);else t.deoptimizePath(J)}this.context.requestTreeshakingPass()}}class Dn extends _n{deoptimizeArgumentsOnInteractionAtPath(e,t,n){t.length>0&&this.argument.deoptimizeArgumentsOnInteractionAtPath(e,[H,...t],n)}hasEffects(e){this.deoptimized||this.applyDeoptimizations();const{propertyReadSideEffects:t}=this.context.options.treeshake;return this.argument.hasEffects(e)||t&&("always"===t||this.argument.hasEffectsOnInteractionAtPath(J,de,e))}applyDeoptimizations(){this.deoptimized=!0,this.argument.deoptimizePath([H,H]),this.context.requestTreeshakingPass()}}class Rn extends oe{constructor(e){super(),this.description=e}deoptimizeArgumentsOnInteractionAtPath({args:e,type:t},n){2===t&&0===n.length&&this.description.mutatesSelfAsArray&&e[0]?.deoptimizePath(Q)}getReturnExpressionWhenCalledAtPath(e,{args:t}){return e.length>0?le:[this.description.returnsPrimitive||("self"===this.description.returns?t[0]||ae:this.description.returns()),!1]}hasEffectsOnInteractionAtPath(e,t,n){const{type:s}=t;if(e.length>(0===s?1:0))return!0;if(2===s){const{args:e}=t;if(!0===this.description.mutatesSelfAsArray&&e[0]?.hasEffectsOnInteractionAtPath(Q,ue,n))return!0;if(this.description.callsArgs)for(const t of this.description.callsArgs)if(e[t+1]?.hasEffectsOnInteractionAtPath(X,he,n))return!0}return!1}}const Ln=[new Rn({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:an})],Bn=[new Rn({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:un})],Tn=[new Rn({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:cn})],zn=[new Rn({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:ae})],Vn=/^\d+$/;class Fn extends oe{constructor(e,t,n=!1){if(super(),this.prototypeExpression=t,this.immutable=n,this.additionalExpressionsToBeDeoptimized=new Set,this.allProperties=[],this.deoptimizedPaths=Object.create(null),this.expressionsToBeDeoptimizedByKey=Object.create(null),this.gettersByKey=Object.create(null),this.hasLostTrack=!1,this.hasUnknownDeoptimizedInteger=!1,this.hasUnknownDeoptimizedProperty=!1,this.propertiesAndGettersByKey=Object.create(null),this.propertiesAndSettersByKey=Object.create(null),this.settersByKey=Object.create(null),this.unknownIntegerProps=[],this.unmatchableGetters=[],this.unmatchablePropertiesAndGetters=[],this.unmatchableSetters=[],Array.isArray(e))this.buildPropertyMaps(e);else{this.propertiesAndGettersByKey=this.propertiesAndSettersByKey=e;for(const t of Object.values(e))this.allProperties.push(...t)}}deoptimizeAllProperties(e){const t=this.hasLostTrack||this.hasUnknownDeoptimizedProperty;if(e?this.hasUnknownDeoptimizedProperty=!0:this.hasLostTrack=!0,!t){for(const e of[...Object.values(this.propertiesAndGettersByKey),...Object.values(this.settersByKey)])for(const t of e)t.deoptimizePath(J);this.prototypeExpression?.deoptimizePath([H,H]),this.deoptimizeCachedEntities()}}deoptimizeArgumentsOnInteractionAtPath(e,t,n){const[s,...i]=t,{args:r,type:o}=e;if(this.hasLostTrack||(2===o||t.length>1)&&(this.hasUnknownDeoptimizedProperty||"string"==typeof s&&this.deoptimizedPaths[s]))return void ce(e);const[a,l,c]=2===o||t.length>1?[this.propertiesAndGettersByKey,this.propertiesAndGettersByKey,this.unmatchablePropertiesAndGetters]:0===o?[this.propertiesAndGettersByKey,this.gettersByKey,this.unmatchableGetters]:[this.propertiesAndSettersByKey,this.settersByKey,this.unmatchableSetters];if("string"==typeof s){if(a[s]){const t=l[s];if(t)for(const s of t)s.deoptimizeArgumentsOnInteractionAtPath(e,i,n);if(!this.immutable)for(const e of r)e&&this.additionalExpressionsToBeDeoptimized.add(e);return}for(const t of c)t.deoptimizeArgumentsOnInteractionAtPath(e,i,n);if(Vn.test(s))for(const t of this.unknownIntegerProps)t.deoptimizeArgumentsOnInteractionAtPath(e,i,n)}else{for(const t of[...Object.values(l),c])for(const s of t)s.deoptimizeArgumentsOnInteractionAtPath(e,i,n);for(const t of this.unknownIntegerProps)t.deoptimizeArgumentsOnInteractionAtPath(e,i,n)}if(!this.immutable)for(const e of r)e&&this.additionalExpressionsToBeDeoptimized.add(e);this.prototypeExpression?.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizeIntegerProperties(){if(!(this.hasLostTrack||this.hasUnknownDeoptimizedProperty||this.hasUnknownDeoptimizedInteger)){this.hasUnknownDeoptimizedInteger=!0;for(const[e,t]of Object.entries(this.propertiesAndGettersByKey))if(Vn.test(e))for(const e of t)e.deoptimizePath(J);this.deoptimizeCachedIntegerEntities()}}deoptimizePath(e){if(this.hasLostTrack||this.immutable)return;const t=e[0];if(1===e.length){if("string"!=typeof t)return t===K?this.deoptimizeIntegerProperties():this.deoptimizeAllProperties(t===q);if(!this.deoptimizedPaths[t]){this.deoptimizedPaths[t]=!0;const e=this.expressionsToBeDeoptimizedByKey[t];if(e)for(const t of e)t.deoptimizeCache()}}const n=1===e.length?J:e.slice(1);for(const e of"string"==typeof t?[...this.propertiesAndGettersByKey[t]||this.unmatchablePropertiesAndGetters,...this.settersByKey[t]||this.unmatchableSetters]:this.allProperties)e.deoptimizePath(n);this.prototypeExpression?.deoptimizePath(1===e.length?[...e,H]:e)}getLiteralValueAtPath(e,t,n){if(0===e.length)return re;const s=e[0],i=this.getMemberExpressionAndTrackDeopt(s,n);return i?i.getLiteralValueAtPath(e.slice(1),t,n):this.prototypeExpression?this.prototypeExpression.getLiteralValueAtPath(e,t,n):1!==e.length?ie:void 0}getReturnExpressionWhenCalledAtPath(e,t,n,s){if(0===e.length)return le;const[i,...r]=e,o=this.getMemberExpressionAndTrackDeopt(i,s);return o?o.getReturnExpressionWhenCalledAtPath(r,t,n,s):this.prototypeExpression?this.prototypeExpression.getReturnExpressionWhenCalledAtPath(e,t,n,s):le}hasEffectsOnInteractionAtPath(e,t,n){const[s,...i]=e;if(i.length>0||2===t.type){const r=this.getMemberExpression(s);return r?r.hasEffectsOnInteractionAtPath(i,t,n):!this.prototypeExpression||this.prototypeExpression.hasEffectsOnInteractionAtPath(e,t,n)}if(s===q)return!1;if(this.hasLostTrack)return!0;const[r,o,a]=0===t.type?[this.propertiesAndGettersByKey,this.gettersByKey,this.unmatchableGetters]:[this.propertiesAndSettersByKey,this.settersByKey,this.unmatchableSetters];if("string"==typeof s){if(r[s]){const e=o[s];if(e)for(const s of e)if(s.hasEffectsOnInteractionAtPath(i,t,n))return!0;return!1}for(const e of a)if(e.hasEffectsOnInteractionAtPath(i,t,n))return!0}else for(const e of[...Object.values(o),a])for(const s of e)if(s.hasEffectsOnInteractionAtPath(i,t,n))return!0;return!!this.prototypeExpression&&this.prototypeExpression.hasEffectsOnInteractionAtPath(e,t,n)}buildPropertyMaps(e){const{allProperties:t,propertiesAndGettersByKey:n,propertiesAndSettersByKey:s,settersByKey:i,gettersByKey:r,unknownIntegerProps:o,unmatchablePropertiesAndGetters:a,unmatchableGetters:l,unmatchableSetters:c}=this,d=[];for(let u=e.length-1;u>=0;u--){const{key:h,kind:p,property:f}=e[u];if(t.push(f),"string"==typeof h)"set"===p?s[h]||(s[h]=[f,...d],i[h]=[f,...c]):"get"===p?n[h]||(n[h]=[f,...a],r[h]=[f,...l]):(s[h]||(s[h]=[f,...d]),n[h]||(n[h]=[f,...a]));else{if(h===K){o.push(f);continue}"set"===p&&c.push(f),"get"===p&&l.push(f),"get"!==p&&d.push(f),"set"!==p&&a.push(f)}}}deoptimizeCachedEntities(){for(const e of Object.values(this.expressionsToBeDeoptimizedByKey))for(const t of e)t.deoptimizeCache();for(const e of this.additionalExpressionsToBeDeoptimized)e.deoptimizePath(J)}deoptimizeCachedIntegerEntities(){for(const[e,t]of Object.entries(this.expressionsToBeDeoptimizedByKey))if(Vn.test(e))for(const e of t)e.deoptimizeCache();for(const e of this.additionalExpressionsToBeDeoptimized)e.deoptimizePath(Q)}getMemberExpression(e){if(this.hasLostTrack||this.hasUnknownDeoptimizedProperty||"string"!=typeof e||this.hasUnknownDeoptimizedInteger&&Vn.test(e)||this.deoptimizedPaths[e])return ae;const t=this.propertiesAndGettersByKey[e];return 1===t?.length?t[0]:t||this.unmatchablePropertiesAndGetters.length>0||this.unknownIntegerProps.length>0&&Vn.test(e)?ae:null}getMemberExpressionAndTrackDeopt(e,t){if("string"!=typeof e)return ae;const n=this.getMemberExpression(e);if(n!==ae&&!this.immutable){(this.expressionsToBeDeoptimizedByKey[e]=this.expressionsToBeDeoptimizedByKey[e]||[]).push(t)}return n}}const jn=e=>"string"==typeof e&&/^\d+$/.test(e),Un=new class extends oe{deoptimizeArgumentsOnInteractionAtPath(e,t){2!==e.type||1!==t.length||jn(t[0])||ce(e)}getLiteralValueAtPath(e){return 1===e.length&&jn(e[0])?void 0:ie}hasEffectsOnInteractionAtPath(e,{type:t}){return e.length>1||2===t}},Gn=new Fn({__proto__:null,hasOwnProperty:Ln,isPrototypeOf:Ln,propertyIsEnumerable:Ln,toLocaleString:Bn,toString:Bn,valueOf:zn},Un,!0),Wn=[{key:K,kind:"init",property:ae},{key:"length",kind:"init",property:cn}],Hn=[new Rn({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:an})],qn=[new Rn({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:cn})],Kn=[new Rn({callsArgs:null,mutatesSelfAsArray:!0,returns:()=>new Fn(Wn,ss),returnsPrimitive:null})],Yn=[new Rn({callsArgs:null,mutatesSelfAsArray:"deopt-only",returns:()=>new Fn(Wn,ss),returnsPrimitive:null})],Xn=[new Rn({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:()=>new Fn(Wn,ss),returnsPrimitive:null})],Jn=[new Rn({callsArgs:null,mutatesSelfAsArray:!0,returns:null,returnsPrimitive:cn})],Zn=[new Rn({callsArgs:null,mutatesSelfAsArray:!0,returns:null,returnsPrimitive:ae})],Qn=[new Rn({callsArgs:null,mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:ae})],es=[new Rn({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:ae})],ts=[new Rn({callsArgs:null,mutatesSelfAsArray:!0,returns:"self",returnsPrimitive:null})],ns=[new Rn({callsArgs:[0],mutatesSelfAsArray:!0,returns:"self",returnsPrimitive:null})],ss=new Fn({__proto__:null,at:Qn,concat:Yn,copyWithin:ts,entries:Yn,every:Hn,fill:ts,filter:Xn,find:es,findIndex:qn,findLast:es,findLastIndex:qn,flat:Yn,flatMap:Xn,forEach:es,includes:Ln,indexOf:Tn,join:Bn,keys:zn,lastIndexOf:Tn,map:Xn,pop:Zn,push:Jn,reduce:es,reduceRight:es,reverse:ts,shift:Zn,slice:Yn,some:Hn,sort:ns,splice:Kn,toLocaleString:Bn,toString:Bn,unshift:Jn,values:Qn},Gn,!0);class is extends _n{constructor(){super(...arguments),this.objectEntity=null}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.getObjectEntity().deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){this.getObjectEntity().deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.getObjectEntity().getLiteralValueAtPath(e,t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,n,s)}hasEffectsOnInteractionAtPath(e,t,n){return this.getObjectEntity().hasEffectsOnInteractionAtPath(e,t,n)}applyDeoptimizations(){this.deoptimized=!0;let e=!1;for(let t=0;t<this.elements.length;t++){const n=this.elements[t];n&&(e||n instanceof Dn)&&(e=!0,n.deoptimizePath(J))}this.context.requestTreeshakingPass()}getObjectEntity(){if(null!==this.objectEntity)return this.objectEntity;const e=[{key:"length",kind:"init",property:cn}];let t=!1;for(let n=0;n<this.elements.length;n++){const s=this.elements[n];t||s instanceof Dn?s&&(t=!0,e.unshift({key:K,kind:"init",property:s})):s?e.push({key:String(n),kind:"init",property:s}):e.push({key:String(n),kind:"init",property:rn})}return this.objectEntity=new Fn(e,ss)}}class rs extends _n{addExportedVariables(e,t){for(const n of this.elements)n?.addExportedVariables(e,t)}declare(e){const t=[];for(const n of this.elements)null!==n&&t.push(...n.declare(e,ae));return t}deoptimizePath(){for(const e of this.elements)e?.deoptimizePath(X)}hasEffectsOnInteractionAtPath(e,t,n){for(const e of this.elements)if(e?.hasEffectsOnInteractionAtPath(X,t,n))return!0;return!1}markDeclarationReached(){for(const e of this.elements)e?.markDeclarationReached()}}const os="ArrowFunctionExpression",as="BlockStatement",ls="ExpressionStatement",cs="Identifier",ds="Program";class us extends pe{constructor(e,t,n,s){super(e),this.init=n,this.calledFromTryStatement=!1,this.additionalInitializers=null,this.expressionsToBeDeoptimized=[],this.declarations=t?[t]:[],this.deoptimizationTracker=s.deoptimizationTracker,this.module=s.module}addDeclaration(e,t){this.declarations.push(e),this.markInitializersForDeoptimization().push(t)}consolidateInitializers(){if(this.additionalInitializers){for(const e of this.additionalInitializers)e.deoptimizePath(J);this.additionalInitializers=null}}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.isReassigned?ce(e):n.withTrackedEntityAtPath(t,this.init,(()=>this.init.deoptimizeArgumentsOnInteractionAtPath(e,t,n)),void 0)}deoptimizePath(e){if(!this.isReassigned&&!this.deoptimizationTracker.trackEntityAtPathAndGetIfTracked(e,this))if(0===e.length){if(!this.isReassigned){this.isReassigned=!0;const e=this.expressionsToBeDeoptimized;this.expressionsToBeDeoptimized=ye;for(const t of e)t.deoptimizeCache();this.init.deoptimizePath(J)}}else this.init.deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.isReassigned?ie:t.withTrackedEntityAtPath(e,this.init,(()=>(this.expressionsToBeDeoptimized.push(n),this.init.getLiteralValueAtPath(e,t,n))),ie)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.isReassigned?le:n.withTrackedEntityAtPath(e,this.init,(()=>(this.expressionsToBeDeoptimized.push(s),this.init.getReturnExpressionWhenCalledAtPath(e,t,n,s))),le)}hasEffectsOnInteractionAtPath(e,t,n){switch(t.type){case 0:return!!this.isReassigned||!n.accessed.trackEntityAtPathAndGetIfTracked(e,this)&&this.init.hasEffectsOnInteractionAtPath(e,t,n);case 1:return!!this.included||0!==e.length&&(!!this.isReassigned||!n.assigned.trackEntityAtPathAndGetIfTracked(e,this)&&this.init.hasEffectsOnInteractionAtPath(e,t,n));case 2:return!!this.isReassigned||!(t.withNew?n.instantiated:n.called).trackEntityAtPathAndGetIfTracked(e,t.args,this)&&this.init.hasEffectsOnInteractionAtPath(e,t,n)}}include(){if(!this.included){this.included=!0;for(const e of this.declarations){e.included||e.include(tn(),!1);let t=e.parent;for(;!t.included&&(t.included=!0,t.type!==ds);)t=t.parent}}}includeCallArguments(e,t){if(this.isReassigned||e.includedCallArguments.has(this.init))for(const n of t)n.include(e,!1);else e.includedCallArguments.add(this.init),this.init.includeCallArguments(e,t),e.includedCallArguments.delete(this.init)}markCalledFromTryStatement(){this.calledFromTryStatement=!0}markInitializersForDeoptimization(){return null===this.additionalInitializers&&(this.additionalInitializers=[this.init],this.init=ae,this.isReassigned=!0),this.additionalInitializers}mergeDeclarations(e){const{declarations:t}=this;for(const n of e.declarations)t.push(n);const n=this.markInitializersForDeoptimization();if(n.push(e.init),e.additionalInitializers)for(const t of e.additionalInitializers)n.push(t)}}const hs=ye,ps=new Set([H]),fs=new te,ms=new Set([ae]);class gs extends us{constructor(e,t,n){super(e,t,ae,n),this.deoptimizationInteractions=[],this.deoptimizations=new te,this.deoptimizedFields=new Set,this.entitiesToBeDeoptimized=new Set}addEntityToBeDeoptimized(e){if(e===ae){if(!this.entitiesToBeDeoptimized.has(ae)){this.entitiesToBeDeoptimized.add(ae);for(const{interaction:e}of this.deoptimizationInteractions)ce(e);this.deoptimizationInteractions=hs}}else if(this.deoptimizedFields.has(H))e.deoptimizePath(J);else if(!this.entitiesToBeDeoptimized.has(e)){this.entitiesToBeDeoptimized.add(e);for(const t of this.deoptimizedFields)e.deoptimizePath([t]);for(const{interaction:t,path:n}of this.deoptimizationInteractions)e.deoptimizeArgumentsOnInteractionAtPath(t,n,ne)}}deoptimizeArgumentsOnInteractionAtPath(e,t){if(t.length>=2||this.entitiesToBeDeoptimized.has(ae)||this.deoptimizationInteractions.length>=20||1===t.length&&(this.deoptimizedFields.has(H)||2===e.type&&this.deoptimizedFields.has(t[0])))ce(e);else if(!this.deoptimizations.trackEntityAtPathAndGetIfTracked(t,e.args)){for(const n of this.entitiesToBeDeoptimized)n.deoptimizeArgumentsOnInteractionAtPath(e,t,ne);this.entitiesToBeDeoptimized.has(ae)||this.deoptimizationInteractions.push({interaction:e,path:t})}}deoptimizePath(e){if(0===e.length||this.deoptimizedFields.has(H))return;const t=e[0];if(!this.deoptimizedFields.has(t)){this.deoptimizedFields.add(t);for(const e of this.entitiesToBeDeoptimized)e.deoptimizePath([t]);t===H&&(this.deoptimizationInteractions=hs,this.deoptimizations=fs,this.deoptimizedFields=ps,this.entitiesToBeDeoptimized=ms)}}getReturnExpressionWhenCalledAtPath(e){return 0===e.length?this.deoptimizePath(J):this.deoptimizedFields.has(e[0])||this.deoptimizePath([e[0]]),le}}const ys="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_$",bs=64;function Es(e){let t="";do{const n=e%bs;e=e/bs|0,t=ys[n]+t}while(0!==e);return t}function xs(e,t,n){let s=e,i=1;for(;t.has(s)||Ee.has(s)||n?.has(s);)s=`${e}$${Es(i++)}`;return t.add(s),s}class $s{constructor(){this.children=[],this.variables=new Map}addDeclaration(e,t,n,s){const i=e.name;let r=this.variables.get(i);return r?r.addDeclaration(e,n):(r=new us(e.name,e,n||rn,t),this.variables.set(i,r)),r}contains(e){return this.variables.has(e)}findVariable(e){throw new Error("Internal Error: findVariable needs to be implemented by a subclass")}}class As extends $s{constructor(e){super(),this.accessedOutsideVariables=new Map,this.parent=e,e.children.push(this)}addAccessedDynamicImport(e){(this.accessedDynamicImports||(this.accessedDynamicImports=new Set)).add(e),this.parent instanceof As&&this.parent.addAccessedDynamicImport(e)}addAccessedGlobals(e,t){const n=t.get(this)||new Set;for(const t of e)n.add(t);t.set(this,n),this.parent instanceof As&&this.parent.addAccessedGlobals(e,t)}addNamespaceMemberAccess(e,t){this.accessedOutsideVariables.set(e,t),this.parent.addNamespaceMemberAccess(e,t)}addReturnExpression(e){this.parent instanceof As&&this.parent.addReturnExpression(e)}addUsedOutsideNames(e,t,n,s){for(const s of this.accessedOutsideVariables.values())s.included&&(e.add(s.getBaseVariableName()),"system"===t&&n.has(s)&&e.add("exports"));const i=s.get(this);if(i)for(const t of i)e.add(t)}contains(e){return this.variables.has(e)||this.parent.contains(e)}deconflict(e,t,n){const s=new Set;if(this.addUsedOutsideNames(s,e,t,n),this.accessedDynamicImports)for(const e of this.accessedDynamicImports)e.inlineNamespace&&s.add(e.inlineNamespace.getBaseVariableName());for(const[e,t]of this.variables)(t.included||t.alwaysRendered)&&t.setRenderNames(null,xs(e,s,t.forbiddenNames));for(const s of this.children)s.deconflict(e,t,n)}findLexicalBoundary(){return this.parent.findLexicalBoundary()}findVariable(e){const t=this.variables.get(e)||this.accessedOutsideVariables.get(e);if(t)return t;const n=this.parent.findVariable(e);return this.accessedOutsideVariables.set(e,n),n}}class ws extends As{constructor(e,t){super(e),this.parameters=[],this.hasRest=!1,this.context=t,this.hoistedBodyVarScope=new As(this)}addParameterDeclaration(e){const{name:t}=e,n=new gs(t,e,this.context),s=this.hoistedBodyVarScope.variables.get(t);return s&&(this.hoistedBodyVarScope.variables.set(t,n),n.mergeDeclarations(s)),this.variables.set(t,n),n}addParameterVariables(e,t){this.parameters=e;for(const t of e)for(const e of t)e.alwaysRendered=!0;this.hasRest=t}includeCallArguments(e,t){let n=!1,s=!1;const i=this.hasRest&&this.parameters[this.parameters.length-1];for(const n of t)if(n instanceof Dn){for(const n of t)n.include(e,!1);break}for(let r=t.length-1;r>=0;r--){const o=this.parameters[r]||i,a=t[r];if(o)if(n=!1,0===o.length)s=!0;else for(const e of o)e.included&&(s=!0),e.calledFromTryStatement&&(n=!0);!s&&a.shouldBeIncluded(e)&&(s=!0),s&&a.include(e,n)}}}class Ss extends ws{constructor(){super(...arguments),this.returnExpression=null,this.returnExpressions=[]}addReturnExpression(e){this.returnExpressions.push(e)}getReturnExpression(){return null===this.returnExpression&&this.updateReturnExpression(),this.returnExpression}updateReturnExpression(){if(1===this.returnExpressions.length)this.returnExpression=this.returnExpressions[0];else{this.returnExpression=ae;for(const e of this.returnExpressions)e.deoptimizePath(J)}}}function vs(e,t){if("MemberExpression"===e.type)return!e.computed&&vs(e.object,e);if("Identifier"===e.type){if(!t)return!0;switch(t.type){case"MemberExpression":return t.computed||e===t.object;case"MethodDefinition":return t.computed;case"PropertyDefinition":case"Property":return t.computed||e===t.value;case"ExportSpecifier":case"ImportSpecifier":return e===t.local;case"LabeledStatement":case"BreakStatement":case"ContinueStatement":return!1;default:return!0}}return!1}const Is=Symbol("PureFunction"),Ps=()=>{},ks=Symbol("Value Properties"),Ns=()=>re,Cs=()=>!1,Ms=()=>!0,Os={deoptimizeArgumentsOnCall:Ps,getLiteralValue:Ns,hasEffectsWhenCalled:Cs},_s={deoptimizeArgumentsOnCall:Ps,getLiteralValue:Ns,hasEffectsWhenCalled:Ms},Ds={__proto__:null,[ks]:_s},Rs={__proto__:null,[ks]:Os},Ls={__proto__:null,[ks]:{deoptimizeArgumentsOnCall:Ps,getLiteralValue:Ns,hasEffectsWhenCalled({args:e},t){const[n,s]=e;return!(s instanceof oe)||s.hasEffectsOnInteractionAtPath(J,de,t)}}},Bs={__proto__:null,[ks]:{deoptimizeArgumentsOnCall({args:[,e]}){e?.deoptimizePath(J)},getLiteralValue:Ns,hasEffectsWhenCalled:({args:e},t)=>e.length<=1||e[1].hasEffectsOnInteractionAtPath(Z,ue,t)}},Ts={__proto__:null,[ks]:_s,prototype:Ds},zs={__proto__:null,[ks]:Os,prototype:Ds},Vs={__proto__:null,[ks]:{deoptimizeArgumentsOnCall:Ps,getLiteralValue:Ns,hasEffectsWhenCalled:({args:e})=>e.length>1&&!(e[1]instanceof is)},prototype:Ds},Fs={__proto__:null,[ks]:Os,from:Ds,of:Rs,prototype:Ds},js={__proto__:null,[ks]:Os,supportedLocalesOf:zs},Us={global:Ds,globalThis:Ds,self:Ds,window:Ds,__proto__:null,[ks]:_s,Array:{__proto__:null,[ks]:_s,from:Ds,isArray:Rs,of:Rs,prototype:Ds},ArrayBuffer:{__proto__:null,[ks]:Os,isView:Rs,prototype:Ds},Atomics:Ds,BigInt:Ts,BigInt64Array:Ts,BigUint64Array:Ts,Boolean:zs,constructor:Ts,DataView:zs,Date:{__proto__:null,[ks]:Os,now:Rs,parse:Rs,prototype:Ds,UTC:Rs},decodeURI:Rs,decodeURIComponent:Rs,encodeURI:Rs,encodeURIComponent:Rs,Error:zs,escape:Rs,eval:Ds,EvalError:zs,Float32Array:Fs,Float64Array:Fs,Function:Ts,hasOwnProperty:Ds,Infinity:Ds,Int16Array:Fs,Int32Array:Fs,Int8Array:Fs,isFinite:Rs,isNaN:Rs,isPrototypeOf:Ds,JSON:Ds,Map:Vs,Math:{__proto__:null,[ks]:_s,abs:Rs,acos:Rs,acosh:Rs,asin:Rs,asinh:Rs,atan:Rs,atan2:Rs,atanh:Rs,cbrt:Rs,ceil:Rs,clz32:Rs,cos:Rs,cosh:Rs,exp:Rs,expm1:Rs,floor:Rs,fround:Rs,hypot:Rs,imul:Rs,log:Rs,log10:Rs,log1p:Rs,log2:Rs,max:Rs,min:Rs,pow:Rs,random:Rs,round:Rs,sign:Rs,sin:Rs,sinh:Rs,sqrt:Rs,tan:Rs,tanh:Rs,trunc:Rs},NaN:Ds,Number:{__proto__:null,[ks]:Os,isFinite:Rs,isInteger:Rs,isNaN:Rs,isSafeInteger:Rs,parseFloat:Rs,parseInt:Rs,prototype:Ds},Object:{__proto__:null,[ks]:Os,create:Rs,defineProperty:Bs,defineProperties:Bs,freeze:Bs,getOwnPropertyDescriptor:Rs,getOwnPropertyDescriptors:Rs,getOwnPropertyNames:Rs,getOwnPropertySymbols:Rs,getPrototypeOf:Rs,hasOwn:Rs,is:Rs,isExtensible:Rs,isFrozen:Rs,isSealed:Rs,keys:Rs,fromEntries:Ds,entries:Ls,values:Ls,prototype:Ds},parseFloat:Rs,parseInt:Rs,Promise:{__proto__:null,[ks]:_s,all:Ds,allSettled:Ds,any:Ds,prototype:Ds,race:Ds,reject:Ds,resolve:Ds},propertyIsEnumerable:Ds,Proxy:Ds,RangeError:zs,ReferenceError:zs,Reflect:Ds,RegExp:zs,Set:Vs,SharedArrayBuffer:Ts,String:{__proto__:null,[ks]:Os,fromCharCode:Rs,fromCodePoint:Rs,prototype:Ds,raw:Rs},Symbol:{__proto__:null,[ks]:Os,for:Rs,keyFor:Rs,prototype:Ds,toStringTag:{__proto__:null,[ks]:{deoptimizeArgumentsOnCall:Ps,getLiteralValue:()=>Y,hasEffectsWhenCalled:Ms}}},SyntaxError:zs,toLocaleString:Ds,toString:Ds,TypeError:zs,Uint16Array:Fs,Uint32Array:Fs,Uint8Array:Fs,Uint8ClampedArray:Fs,unescape:Rs,URIError:zs,valueOf:Ds,WeakMap:Vs,WeakSet:Vs,clearInterval:Ts,clearTimeout:Ts,console:{__proto__:null,[ks]:_s,assert:Ts,clear:Ts,count:Ts,countReset:Ts,debug:Ts,dir:Ts,dirxml:Ts,error:Ts,exception:Ts,group:Ts,groupCollapsed:Ts,groupEnd:Ts,info:Ts,log:Ts,table:Ts,time:Ts,timeEnd:Ts,timeLog:Ts,trace:Ts,warn:Ts},Intl:{__proto__:null,[ks]:_s,Collator:js,DateTimeFormat:js,DisplayNames:js,ListFormat:js,Locale:js,NumberFormat:js,PluralRules:js,RelativeTimeFormat:js,Segmenter:js},setInterval:Ts,setTimeout:Ts,TextDecoder:Ts,TextEncoder:Ts,URL:{__proto__:null,[ks]:_s,prototype:Ds,canParse:Rs},URLSearchParams:Ts,AbortController:Ts,AbortSignal:Ts,addEventListener:Ds,alert:Ds,AnalyserNode:Ts,Animation:Ts,AnimationEvent:Ts,applicationCache:Ds,ApplicationCache:Ts,ApplicationCacheErrorEvent:Ts,atob:Ds,Attr:Ts,Audio:Ts,AudioBuffer:Ts,AudioBufferSourceNode:Ts,AudioContext:Ts,AudioDestinationNode:Ts,AudioListener:Ts,AudioNode:Ts,AudioParam:Ts,AudioProcessingEvent:Ts,AudioScheduledSourceNode:Ts,AudioWorkletNode:Ts,BarProp:Ts,BaseAudioContext:Ts,BatteryManager:Ts,BeforeUnloadEvent:Ts,BiquadFilterNode:Ts,Blob:Ts,BlobEvent:Ts,blur:Ds,BroadcastChannel:Ts,btoa:Ds,ByteLengthQueuingStrategy:Ts,Cache:Ts,caches:Ds,CacheStorage:Ts,cancelAnimationFrame:Ds,cancelIdleCallback:Ds,CanvasCaptureMediaStreamTrack:Ts,CanvasGradient:Ts,CanvasPattern:Ts,CanvasRenderingContext2D:Ts,ChannelMergerNode:Ts,ChannelSplitterNode:Ts,CharacterData:Ts,clientInformation:Ds,ClipboardEvent:Ts,close:Ds,closed:Ds,CloseEvent:Ts,Comment:Ts,CompositionEvent:Ts,confirm:Ds,ConstantSourceNode:Ts,ConvolverNode:Ts,CountQueuingStrategy:Ts,createImageBitmap:Ds,Credential:Ts,CredentialsContainer:Ts,crypto:Ds,Crypto:Ts,CryptoKey:Ts,CSS:Ts,CSSConditionRule:Ts,CSSFontFaceRule:Ts,CSSGroupingRule:Ts,CSSImportRule:Ts,CSSKeyframeRule:Ts,CSSKeyframesRule:Ts,CSSMediaRule:Ts,CSSNamespaceRule:Ts,CSSPageRule:Ts,CSSRule:Ts,CSSRuleList:Ts,CSSStyleDeclaration:Ts,CSSStyleRule:Ts,CSSStyleSheet:Ts,CSSSupportsRule:Ts,CustomElementRegistry:Ts,customElements:Ds,CustomEvent:{__proto__:null,[ks]:{deoptimizeArgumentsOnCall({args:e}){e[2]?.deoptimizePath(["detail"])},getLiteralValue:Ns,hasEffectsWhenCalled:Cs},prototype:Ds},DataTransfer:Ts,DataTransferItem:Ts,DataTransferItemList:Ts,defaultstatus:Ds,defaultStatus:Ds,DelayNode:Ts,DeviceMotionEvent:Ts,DeviceOrientationEvent:Ts,devicePixelRatio:Ds,dispatchEvent:Ds,document:Ds,Document:Ts,DocumentFragment:Ts,DocumentType:Ts,DOMError:Ts,DOMException:Ts,DOMImplementation:Ts,DOMMatrix:Ts,DOMMatrixReadOnly:Ts,DOMParser:Ts,DOMPoint:Ts,DOMPointReadOnly:Ts,DOMQuad:Ts,DOMRect:Ts,DOMRectReadOnly:Ts,DOMStringList:Ts,DOMStringMap:Ts,DOMTokenList:Ts,DragEvent:Ts,DynamicsCompressorNode:Ts,Element:Ts,ErrorEvent:Ts,Event:Ts,EventSource:Ts,EventTarget:Ts,external:Ds,fetch:Ds,File:Ts,FileList:Ts,FileReader:Ts,find:Ds,focus:Ds,FocusEvent:Ts,FontFace:Ts,FontFaceSetLoadEvent:Ts,FormData:Ts,frames:Ds,GainNode:Ts,Gamepad:Ts,GamepadButton:Ts,GamepadEvent:Ts,getComputedStyle:Ds,getSelection:Ds,HashChangeEvent:Ts,Headers:Ts,history:Ds,History:Ts,HTMLAllCollection:Ts,HTMLAnchorElement:Ts,HTMLAreaElement:Ts,HTMLAudioElement:Ts,HTMLBaseElement:Ts,HTMLBodyElement:Ts,HTMLBRElement:Ts,HTMLButtonElement:Ts,HTMLCanvasElement:Ts,HTMLCollection:Ts,HTMLContentElement:Ts,HTMLDataElement:Ts,HTMLDataListElement:Ts,HTMLDetailsElement:Ts,HTMLDialogElement:Ts,HTMLDirectoryElement:Ts,HTMLDivElement:Ts,HTMLDListElement:Ts,HTMLDocument:Ts,HTMLElement:Ts,HTMLEmbedElement:Ts,HTMLFieldSetElement:Ts,HTMLFontElement:Ts,HTMLFormControlsCollection:Ts,HTMLFormElement:Ts,HTMLFrameElement:Ts,HTMLFrameSetElement:Ts,HTMLHeadElement:Ts,HTMLHeadingElement:Ts,HTMLHRElement:Ts,HTMLHtmlElement:Ts,HTMLIFrameElement:Ts,HTMLImageElement:Ts,HTMLInputElement:Ts,HTMLLabelElement:Ts,HTMLLegendElement:Ts,HTMLLIElement:Ts,HTMLLinkElement:Ts,HTMLMapElement:Ts,HTMLMarqueeElement:Ts,HTMLMediaElement:Ts,HTMLMenuElement:Ts,HTMLMetaElement:Ts,HTMLMeterElement:Ts,HTMLModElement:Ts,HTMLObjectElement:Ts,HTMLOListElement:Ts,HTMLOptGroupElement:Ts,HTMLOptionElement:Ts,HTMLOptionsCollection:Ts,HTMLOutputElement:Ts,HTMLParagraphElement:Ts,HTMLParamElement:Ts,HTMLPictureElement:Ts,HTMLPreElement:Ts,HTMLProgressElement:Ts,HTMLQuoteElement:Ts,HTMLScriptElement:Ts,HTMLSelectElement:Ts,HTMLShadowElement:Ts,HTMLSlotElement:Ts,HTMLSourceElement:Ts,HTMLSpanElement:Ts,HTMLStyleElement:Ts,HTMLTableCaptionElement:Ts,HTMLTableCellElement:Ts,HTMLTableColElement:Ts,HTMLTableElement:Ts,HTMLTableRowElement:Ts,HTMLTableSectionElement:Ts,HTMLTemplateElement:Ts,HTMLTextAreaElement:Ts,HTMLTimeElement:Ts,HTMLTitleElement:Ts,HTMLTrackElement:Ts,HTMLUListElement:Ts,HTMLUnknownElement:Ts,HTMLVideoElement:Ts,IDBCursor:Ts,IDBCursorWithValue:Ts,IDBDatabase:Ts,IDBFactory:Ts,IDBIndex:Ts,IDBKeyRange:Ts,IDBObjectStore:Ts,IDBOpenDBRequest:Ts,IDBRequest:Ts,IDBTransaction:Ts,IDBVersionChangeEvent:Ts,IdleDeadline:Ts,IIRFilterNode:Ts,Image:Ts,ImageBitmap:Ts,ImageBitmapRenderingContext:Ts,ImageCapture:Ts,ImageData:Ts,indexedDB:Ds,innerHeight:Ds,innerWidth:Ds,InputEvent:Ts,IntersectionObserver:Ts,IntersectionObserverEntry:Ts,isSecureContext:Ds,KeyboardEvent:Ts,KeyframeEffect:Ts,length:Ds,localStorage:Ds,location:Ds,Location:Ts,locationbar:Ds,matchMedia:Ds,MediaDeviceInfo:Ts,MediaDevices:Ts,MediaElementAudioSourceNode:Ts,MediaEncryptedEvent:Ts,MediaError:Ts,MediaKeyMessageEvent:Ts,MediaKeySession:Ts,MediaKeyStatusMap:Ts,MediaKeySystemAccess:Ts,MediaList:Ts,MediaQueryList:Ts,MediaQueryListEvent:Ts,MediaRecorder:Ts,MediaSettingsRange:Ts,MediaSource:Ts,MediaStream:Ts,MediaStreamAudioDestinationNode:Ts,MediaStreamAudioSourceNode:Ts,MediaStreamEvent:Ts,MediaStreamTrack:Ts,MediaStreamTrackEvent:Ts,menubar:Ds,MessageChannel:Ts,MessageEvent:Ts,MessagePort:Ts,MIDIAccess:Ts,MIDIConnectionEvent:Ts,MIDIInput:Ts,MIDIInputMap:Ts,MIDIMessageEvent:Ts,MIDIOutput:Ts,MIDIOutputMap:Ts,MIDIPort:Ts,MimeType:Ts,MimeTypeArray:Ts,MouseEvent:Ts,moveBy:Ds,moveTo:Ds,MutationEvent:Ts,MutationObserver:Ts,MutationRecord:Ts,name:Ds,NamedNodeMap:Ts,NavigationPreloadManager:Ts,navigator:Ds,Navigator:Ts,NetworkInformation:Ts,Node:Ts,NodeFilter:Ds,NodeIterator:Ts,NodeList:Ts,Notification:Ts,OfflineAudioCompletionEvent:Ts,OfflineAudioContext:Ts,offscreenBuffering:Ds,OffscreenCanvas:Ts,open:Ds,openDatabase:Ds,Option:Ts,origin:Ds,OscillatorNode:Ts,outerHeight:Ds,outerWidth:Ds,PageTransitionEvent:Ts,pageXOffset:Ds,pageYOffset:Ds,PannerNode:Ts,parent:Ds,Path2D:Ts,PaymentAddress:Ts,PaymentRequest:Ts,PaymentRequestUpdateEvent:Ts,PaymentResponse:Ts,performance:Ds,Performance:Ts,PerformanceEntry:Ts,PerformanceLongTaskTiming:Ts,PerformanceMark:Ts,PerformanceMeasure:Ts,PerformanceNavigation:Ts,PerformanceNavigationTiming:Ts,PerformanceObserver:Ts,PerformanceObserverEntryList:Ts,PerformancePaintTiming:Ts,PerformanceResourceTiming:Ts,PerformanceTiming:Ts,PeriodicWave:Ts,Permissions:Ts,PermissionStatus:Ts,personalbar:Ds,PhotoCapabilities:Ts,Plugin:Ts,PluginArray:Ts,PointerEvent:Ts,PopStateEvent:Ts,postMessage:Ds,Presentation:Ts,PresentationAvailability:Ts,PresentationConnection:Ts,PresentationConnectionAvailableEvent:Ts,PresentationConnectionCloseEvent:Ts,PresentationConnectionList:Ts,PresentationReceiver:Ts,PresentationRequest:Ts,print:Ds,ProcessingInstruction:Ts,ProgressEvent:Ts,PromiseRejectionEvent:Ts,prompt:Ds,PushManager:Ts,PushSubscription:Ts,PushSubscriptionOptions:Ts,queueMicrotask:Ds,RadioNodeList:Ts,Range:Ts,ReadableStream:Ts,RemotePlayback:Ts,removeEventListener:Ds,Request:Ts,requestAnimationFrame:Ds,requestIdleCallback:Ds,resizeBy:Ds,ResizeObserver:Ts,ResizeObserverEntry:Ts,resizeTo:Ds,Response:Ts,RTCCertificate:Ts,RTCDataChannel:Ts,RTCDataChannelEvent:Ts,RTCDtlsTransport:Ts,RTCIceCandidate:Ts,RTCIceTransport:Ts,RTCPeerConnection:Ts,RTCPeerConnectionIceEvent:Ts,RTCRtpReceiver:Ts,RTCRtpSender:Ts,RTCSctpTransport:Ts,RTCSessionDescription:Ts,RTCStatsReport:Ts,RTCTrackEvent:Ts,screen:Ds,Screen:Ts,screenLeft:Ds,ScreenOrientation:Ts,screenTop:Ds,screenX:Ds,screenY:Ds,ScriptProcessorNode:Ts,scroll:Ds,scrollbars:Ds,scrollBy:Ds,scrollTo:Ds,scrollX:Ds,scrollY:Ds,SecurityPolicyViolationEvent:Ts,Selection:Ts,ServiceWorker:Ts,ServiceWorkerContainer:Ts,ServiceWorkerRegistration:Ts,sessionStorage:Ds,ShadowRoot:Ts,SharedWorker:Ts,SourceBuffer:Ts,SourceBufferList:Ts,speechSynthesis:Ds,SpeechSynthesisEvent:Ts,SpeechSynthesisUtterance:Ts,StaticRange:Ts,status:Ds,statusbar:Ds,StereoPannerNode:Ts,stop:Ds,Storage:Ts,StorageEvent:Ts,StorageManager:Ts,styleMedia:Ds,StyleSheet:Ts,StyleSheetList:Ts,SubtleCrypto:Ts,SVGAElement:Ts,SVGAngle:Ts,SVGAnimatedAngle:Ts,SVGAnimatedBoolean:Ts,SVGAnimatedEnumeration:Ts,SVGAnimatedInteger:Ts,SVGAnimatedLength:Ts,SVGAnimatedLengthList:Ts,SVGAnimatedNumber:Ts,SVGAnimatedNumberList:Ts,SVGAnimatedPreserveAspectRatio:Ts,SVGAnimatedRect:Ts,SVGAnimatedString:Ts,SVGAnimatedTransformList:Ts,SVGAnimateElement:Ts,SVGAnimateMotionElement:Ts,SVGAnimateTransformElement:Ts,SVGAnimationElement:Ts,SVGCircleElement:Ts,SVGClipPathElement:Ts,SVGComponentTransferFunctionElement:Ts,SVGDefsElement:Ts,SVGDescElement:Ts,SVGDiscardElement:Ts,SVGElement:Ts,SVGEllipseElement:Ts,SVGFEBlendElement:Ts,SVGFEColorMatrixElement:Ts,SVGFEComponentTransferElement:Ts,SVGFECompositeElement:Ts,SVGFEConvolveMatrixElement:Ts,SVGFEDiffuseLightingElement:Ts,SVGFEDisplacementMapElement:Ts,SVGFEDistantLightElement:Ts,SVGFEDropShadowElement:Ts,SVGFEFloodElement:Ts,SVGFEFuncAElement:Ts,SVGFEFuncBElement:Ts,SVGFEFuncGElement:Ts,SVGFEFuncRElement:Ts,SVGFEGaussianBlurElement:Ts,SVGFEImageElement:Ts,SVGFEMergeElement:Ts,SVGFEMergeNodeElement:Ts,SVGFEMorphologyElement:Ts,SVGFEOffsetElement:Ts,SVGFEPointLightElement:Ts,SVGFESpecularLightingElement:Ts,SVGFESpotLightElement:Ts,SVGFETileElement:Ts,SVGFETurbulenceElement:Ts,SVGFilterElement:Ts,SVGForeignObjectElement:Ts,SVGGElement:Ts,SVGGeometryElement:Ts,SVGGradientElement:Ts,SVGGraphicsElement:Ts,SVGImageElement:Ts,SVGLength:Ts,SVGLengthList:Ts,SVGLinearGradientElement:Ts,SVGLineElement:Ts,SVGMarkerElement:Ts,SVGMaskElement:Ts,SVGMatrix:Ts,SVGMetadataElement:Ts,SVGMPathElement:Ts,SVGNumber:Ts,SVGNumberList:Ts,SVGPathElement:Ts,SVGPatternElement:Ts,SVGPoint:Ts,SVGPointList:Ts,SVGPolygonElement:Ts,SVGPolylineElement:Ts,SVGPreserveAspectRatio:Ts,SVGRadialGradientElement:Ts,SVGRect:Ts,SVGRectElement:Ts,SVGScriptElement:Ts,SVGSetElement:Ts,SVGStopElement:Ts,SVGStringList:Ts,SVGStyleElement:Ts,SVGSVGElement:Ts,SVGSwitchElement:Ts,SVGSymbolElement:Ts,SVGTextContentElement:Ts,SVGTextElement:Ts,SVGTextPathElement:Ts,SVGTextPositioningElement:Ts,SVGTitleElement:Ts,SVGTransform:Ts,SVGTransformList:Ts,SVGTSpanElement:Ts,SVGUnitTypes:Ts,SVGUseElement:Ts,SVGViewElement:Ts,TaskAttributionTiming:Ts,Text:Ts,TextEvent:Ts,TextMetrics:Ts,TextTrack:Ts,TextTrackCue:Ts,TextTrackCueList:Ts,TextTrackList:Ts,TimeRanges:Ts,toolbar:Ds,top:Ds,Touch:Ts,TouchEvent:Ts,TouchList:Ts,TrackEvent:Ts,TransitionEvent:Ts,TreeWalker:Ts,UIEvent:Ts,ValidityState:Ts,visualViewport:Ds,VisualViewport:Ts,VTTCue:Ts,WaveShaperNode:Ts,WebAssembly:Ds,WebGL2RenderingContext:Ts,WebGLActiveInfo:Ts,WebGLBuffer:Ts,WebGLContextEvent:Ts,WebGLFramebuffer:Ts,WebGLProgram:Ts,WebGLQuery:Ts,WebGLRenderbuffer:Ts,WebGLRenderingContext:Ts,WebGLSampler:Ts,WebGLShader:Ts,WebGLShaderPrecisionFormat:Ts,WebGLSync:Ts,WebGLTexture:Ts,WebGLTransformFeedback:Ts,WebGLUniformLocation:Ts,WebGLVertexArrayObject:Ts,WebSocket:Ts,WheelEvent:Ts,Window:Ts,Worker:Ts,WritableStream:Ts,XMLDocument:Ts,XMLHttpRequest:Ts,XMLHttpRequestEventTarget:Ts,XMLHttpRequestUpload:Ts,XMLSerializer:Ts,XPathEvaluator:Ts,XPathExpression:Ts,XPathResult:Ts,XSLTProcessor:Ts};for(const e of["window","global","self","globalThis"])Us[e]=Us;function Gs(e){let t=Us;for(const n of e){if("string"!=typeof n)return null;if(t=t[n],!t)return null}return t[ks]}class Ws extends pe{constructor(){super(...arguments),this.isReassigned=!0}deoptimizeArgumentsOnInteractionAtPath(e,t,n){switch(e.type){case 0:case 1:return void(Gs([this.name,...t].slice(0,-1))||super.deoptimizeArgumentsOnInteractionAtPath(e,t,n));case 2:{const s=Gs([this.name,...t]);return void(s?s.deoptimizeArgumentsOnCall(e):super.deoptimizeArgumentsOnInteractionAtPath(e,t,n))}}}getLiteralValueAtPath(e,t,n){const s=Gs([this.name,...e]);return s?s.getLiteralValue():ie}hasEffectsOnInteractionAtPath(e,t,n){switch(t.type){case 0:return 0===e.length?"undefined"!==this.name&&!Gs([this.name]):!Gs([this.name,...e].slice(0,-1));case 1:return!0;case 2:{const s=Gs([this.name,...e]);return!s||s.hasEffectsWhenCalled(t,n)}}}}const Hs={__proto__:null,class:!0,const:!0,let:!0,var:!0};class qs extends _n{constructor(){super(...arguments),this.variable=null,this.isTDZAccess=null}addExportedVariables(e,t){t.has(this.variable)&&e.push(this.variable)}bind(){!this.variable&&vs(this,this.parent)&&(this.variable=this.scope.findVariable(this.name),this.variable.addReference(this))}declare(e,t){let n;const{treeshake:s}=this.context.options;switch(e){case"var":n=this.scope.addDeclaration(this,this.context,t,!0),s&&s.correctVarValueBeforeDeclaration&&n.markInitializersForDeoptimization();break;case"function":case"let":case"const":case"class":n=this.scope.addDeclaration(this,this.context,t,!1);break;case"parameter":n=this.scope.addParameterDeclaration(this);break;default:throw new Error(`Internal Error: Unexpected identifier kind ${e}.`)}return n.kind=e,[this.variable=n]}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.variable.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){this.variable?.deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.getVariableRespectingTDZ().getLiteralValueAtPath(e,t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){const[i,r]=this.getVariableRespectingTDZ().getReturnExpressionWhenCalledAtPath(e,t,n,s);return[i,r||this.isPureFunction(e)]}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),!(!this.isPossibleTDZ()||"var"===this.variable.kind)||this.context.options.treeshake.unknownGlobalSideEffects&&this.variable instanceof Ws&&!this.isPureFunction(X)&&this.variable.hasEffectsOnInteractionAtPath(X,de,e)}hasEffectsOnInteractionAtPath(e,t,n){switch(t.type){case 0:return null!==this.variable&&!this.isPureFunction(e)&&this.getVariableRespectingTDZ().hasEffectsOnInteractionAtPath(e,t,n);case 1:return(e.length>0?this.getVariableRespectingTDZ():this.variable).hasEffectsOnInteractionAtPath(e,t,n);case 2:return!this.isPureFunction(e)&&this.getVariableRespectingTDZ().hasEffectsOnInteractionAtPath(e,t,n)}}include(){this.deoptimized||this.applyDeoptimizations(),this.included||(this.included=!0,null!==this.variable&&this.context.includeVariableInModule(this.variable))}includeCallArguments(e,t){this.variable.includeCallArguments(e,t)}isPossibleTDZ(){if(null!==this.isTDZAccess)return this.isTDZAccess;if(!(this.variable instanceof us&&this.variable.kind&&this.variable.kind in Hs&&this.variable.module===this.context.module))return this.isTDZAccess=!1;let e;return this.variable.declarations&&1===this.variable.declarations.length&&(e=this.variable.declarations[0])&&this.start<e.start&&Ks(this)===Ks(e)?this.isTDZAccess=!0:this.variable.initReached?this.isTDZAccess=!1:this.isTDZAccess=!0}markDeclarationReached(){this.variable.initReached=!0}render(e,{snippets:{getPropertyAccess:t},useOriginalName:n},{renderedParentType:s,isCalleeOfRenderedParent:i,isShorthandProperty:r}=me){if(this.variable){const o=this.variable.getName(t,n);o!==this.name&&(e.overwrite(this.start,this.end,o,{contentOnly:!0,storeName:!0}),r&&e.prependRight(this.start,`${this.name}: `)),"eval"===o&&"CallExpression"===s&&i&&e.appendRight(this.start,"0, ")}}applyDeoptimizations(){this.deoptimized=!0,this.variable instanceof us&&(this.variable.consolidateInitializers(),this.context.requestTreeshakingPass())}getVariableRespectingTDZ(){return this.isPossibleTDZ()?ae:this.variable}isPureFunction(e){let t=this.context.manualPureFunctions[this.name];for(const n of e){if(!t)return!1;if(t[Is])return!0;t=t[n]}return t?.[Is]}}function Ks(e){for(;e&&!/^Program|Function/.test(e.type);)e=e.parent;return e}function Ys(e,t,n,s){t.remove(n,s),e.removeAnnotations(t)}const Xs={isNoStatement:!0};function Js(e,t,n=0){let s,i;for(s=e.indexOf(t,n);;){if(-1===(n=e.indexOf("/",n))||n>=s)return s;i=e.charCodeAt(++n),++n,(n=47===i?e.indexOf("\n",n)+1:e.indexOf("*/",n)+2)>s&&(s=e.indexOf(t,n))}}const Zs=/\S/g;function Qs(e,t){Zs.lastIndex=t;return Zs.exec(e).index}function ei(e){let t,n,s=0;for(t=e.indexOf("\n",s);;){if(s=e.indexOf("/",s),-1===s||s>t)return[t,t+1];if(n=e.charCodeAt(s+1),47===n)return[s,t+1];s=e.indexOf("*/",s+3)+2,s>t&&(t=e.indexOf("\n",s))}}function ti(e,t,n,s,i){let r,o,a,l,c=e[0],d=!c.included||c.needsBoundaries;d&&(l=n+ei(t.original.slice(n,c.start))[1]);for(let n=1;n<=e.length;n++)r=c,o=l,a=d,c=e[n],d=void 0!==c&&(!c.included||c.needsBoundaries),a||d?(l=r.end+ei(t.original.slice(r.end,void 0===c?s:c.start))[1],r.included?a?r.render(t,i,{end:l,start:o}):r.render(t,i):Ys(r,t,o,l)):r.render(t,i)}function ni(e,t,n,s){const i=[];let r,o,a,l,c=n-1;for(const s of e){for(void 0!==r&&(c=r.end+Js(t.original.slice(r.end,s.start),",")),o=a=c+1+ei(t.original.slice(c+1,s.start))[1];l=t.original.charCodeAt(o),32===l||9===l||10===l||13===l;)o++;void 0!==r&&i.push({contentEnd:a,end:o,node:r,separator:c,start:n}),r=s,n=o}return i.push({contentEnd:s,end:s,node:r,separator:null,start:n}),i}function si(e,t,n){for(;;){const[s,i]=ei(e.original.slice(t,n));if(-1===s)break;e.remove(t+s,t+=i)}}class ii extends As{addDeclaration(e,t,n,s){if(s){const i=this.parent.addDeclaration(e,t,n,s);return i.markInitializersForDeoptimization(),i}return super.addDeclaration(e,t,n,!1)}}class ri extends _n{initialise(){var e,t;this.directive&&"use strict"!==this.directive&&this.parent.type===ds&&this.context.log(we,(e=this.directive,{code:"MODULE_LEVEL_DIRECTIVE",id:t=this.context.module.id,message:`Module level directives cause errors when bundled, "${e}" in "${T(t)}" was ignored.`}),this.start)}removeAnnotations(e){this.expression.removeAnnotations(e)}render(e,t){super.render(e,t),";"!==e.original[this.end-1]&&e.appendLeft(this.end,";")}shouldBeIncluded(e){return this.directive&&"use strict"!==this.directive?this.parent.type!==ds:super.shouldBeIncluded(e)}applyDeoptimizations(){}}class oi extends _n{constructor(){super(...arguments),this.directlyIncluded=!1}addImplicitReturnExpressionToScope(){const e=this.body[this.body.length-1];e&&"ReturnStatement"===e.type||this.scope.addReturnExpression(ae)}createScope(e){this.scope=this.parent.preventChildBlockScope?e:new ii(e)}hasEffects(e){if(this.deoptimizeBody)return!0;for(const t of this.body){if(e.brokenFlow)break;if(t.hasEffects(e))return!0}return!1}include(e,t){if(!this.deoptimizeBody||!this.directlyIncluded){this.included=!0,this.directlyIncluded=!0,this.deoptimizeBody&&(t=!0);for(const n of this.body)(t||n.shouldBeIncluded(e))&&n.include(e,t)}}initialise(){const e=this.body[0];this.deoptimizeBody=e instanceof ri&&"use asm"===e.directive}render(e,t){this.body.length>0?ti(this.body,e,this.start+1,this.end-1,t):super.render(e,t)}}class ai extends _n{constructor(){super(...arguments),this.declarationInit=null}addExportedVariables(e,t){this.argument.addExportedVariables(e,t)}declare(e,t){return this.declarationInit=t,this.argument.declare(e,ae)}deoptimizePath(e){0===e.length&&this.argument.deoptimizePath(X)}hasEffectsOnInteractionAtPath(e,t,n){return e.length>0||this.argument.hasEffectsOnInteractionAtPath(X,t,n)}markDeclarationReached(){this.argument.markDeclarationReached()}applyDeoptimizations(){this.deoptimized=!0,null!==this.declarationInit&&(this.declarationInit.deoptimizePath([H,H]),this.context.requestTreeshakingPass())}}class li extends _n{constructor(){super(...arguments),this.objectEntity=null,this.deoptimizedReturn=!1}deoptimizeArgumentsOnInteractionAtPath(e,t,n){if(2===e.type){const{parameters:t}=this.scope,{args:n}=e;let s=!1;for(let e=0;e<n.length-1;e++){const i=this.params[e],r=n[e+1];s||i instanceof ai?(s=!0,r.deoptimizePath(J)):i instanceof qs?(t[e][0].addEntityToBeDeoptimized(r),this.addArgumentToBeDeoptimized(r)):i?r.deoptimizePath(J):this.addArgumentToBeDeoptimized(r)}}else this.getObjectEntity().deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){if(this.getObjectEntity().deoptimizePath(e),1===e.length&&e[0]===H){this.scope.getReturnExpression().deoptimizePath(J);for(const e of this.scope.parameters)for(const t of e)t.deoptimizePath(J)}}getLiteralValueAtPath(e,t,n){return this.getObjectEntity().getLiteralValueAtPath(e,t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return e.length>0?this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,n,s):this.async?(this.deoptimizedReturn||(this.deoptimizedReturn=!0,this.scope.getReturnExpression().deoptimizePath(J),this.context.requestTreeshakingPass()),le):[this.scope.getReturnExpression(),!1]}hasEffectsOnInteractionAtPath(e,t,n){if(e.length>0||2!==t.type)return this.getObjectEntity().hasEffectsOnInteractionAtPath(e,t,n);if(this.annotationNoSideEffects)return!1;if(this.async){const{propertyReadSideEffects:e}=this.context.options.treeshake,t=this.scope.getReturnExpression();if(t.hasEffectsOnInteractionAtPath(["then"],he,n)||e&&("always"===e||t.hasEffectsOnInteractionAtPath(["then"],de,n)))return!0}for(const e of this.params)if(e.hasEffects(n))return!0;return!1}include(e,t){this.deoptimized||this.applyDeoptimizations(),this.included=!0;const{brokenFlow:n}=e;e.brokenFlow=!1,this.body.include(e,t),e.brokenFlow=n}includeCallArguments(e,t){this.scope.includeCallArguments(e,t)}initialise(){this.scope.addParameterVariables(this.params.map((e=>e.declare("parameter",ae))),this.params[this.params.length-1]instanceof ai),this.body instanceof oi?this.body.addImplicitReturnExpressionToScope():this.scope.addReturnExpression(this.body)}parseNode(e){e.body.type===as&&(this.body=new oi(e.body,this,this.scope.hoistedBodyVarScope)),super.parseNode(e)}addArgumentToBeDeoptimized(e){}applyDeoptimizations(){}}li.prototype.preventChildBlockScope=!0;class ci extends li{constructor(){super(...arguments),this.objectEntity=null}createScope(e){this.scope=new Ss(e,this.context)}hasEffects(){return this.deoptimized||this.applyDeoptimizations(),!1}hasEffectsOnInteractionAtPath(e,t,n){if(super.hasEffectsOnInteractionAtPath(e,t,n))return!0;if(this.annotationNoSideEffects)return!1;if(2===t.type){const{ignore:e,brokenFlow:t}=n;if(n.ignore={breaks:!1,continues:!1,labels:new Set,returnYield:!0,this:!1},this.body.hasEffects(n))return!0;n.ignore=e,n.brokenFlow=t}return!1}include(e,t){super.include(e,t);for(const n of this.params)n instanceof qs||n.include(e,t)}getObjectEntity(){return null!==this.objectEntity?this.objectEntity:this.objectEntity=new Fn([],Gn)}}function di(e,{exportNamesByVariable:t,snippets:{_:n,getObject:s,getPropertyAccess:i}},r=""){if(1===e.length&&1===t.get(e[0]).length){const s=e[0];return`exports('${t.get(s)}',${n}${s.getName(i)}${r})`}{const n=[];for(const s of e)for(const e of t.get(s))n.push([e,s.getName(i)+r]);return`exports(${s(n,{lineBreakIndent:null})})`}}function ui(e,t,n,s,{exportNamesByVariable:i,snippets:{_:r}}){s.prependRight(t,`exports('${i.get(e)}',${r}`),s.appendLeft(n,")")}function hi(e,t,n,s,i,r){const{_:o,getPropertyAccess:a}=r.snippets;i.appendLeft(n,`,${o}${di([e],r)},${o}${e.getName(a)}`),s&&(i.prependRight(t,"("),i.appendLeft(n,")"))}class pi extends _n{addExportedVariables(e,t){for(const n of this.properties)"Property"===n.type?n.value.addExportedVariables(e,t):n.argument.addExportedVariables(e,t)}declare(e,t){const n=[];for(const s of this.properties)n.push(...s.declare(e,t));return n}deoptimizePath(e){if(0===e.length)for(const t of this.properties)t.deoptimizePath(e)}hasEffectsOnInteractionAtPath(e,t,n){for(const e of this.properties)if(e.hasEffectsOnInteractionAtPath(X,t,n))return!0;return!1}markDeclarationReached(){for(const e of this.properties)e.markDeclarationReached()}}class fi extends us{constructor(e){super("arguments",null,ae,e),this.deoptimizedArguments=[]}addArgumentToBeDeoptimized(e){this.included?e.deoptimizePath(J):this.deoptimizedArguments.push(e)}hasEffectsOnInteractionAtPath(e,{type:t}){return 0!==t||e.length>1}include(){super.include();for(const e of this.deoptimizedArguments)e.deoptimizePath(J);this.deoptimizedArguments.length=0}}class mi extends gs{constructor(e){super("this",null,e)}hasEffectsOnInteractionAtPath(e,t,n){return(n.replacedVariableInits.get(this)||ae).hasEffectsOnInteractionAtPath(e,t,n)}}class gi extends Ss{constructor(e,t){super(e,t),this.variables.set("arguments",this.argumentsVariable=new fi(t)),this.variables.set("this",this.thisVariable=new mi(t))}findLexicalBoundary(){return this}includeCallArguments(e,t){if(super.includeCallArguments(e,t),this.argumentsVariable.included)for(const n of t)n.included||n.include(e,!1)}}class yi extends li{constructor(){super(...arguments),this.objectEntity=null}createScope(e){this.scope=new gi(e,this.context),this.constructedEntity=new Fn(Object.create(null),Gn),this.scope.thisVariable.addEntityToBeDeoptimized(this.constructedEntity)}deoptimizeArgumentsOnInteractionAtPath(e,t,n){super.deoptimizeArgumentsOnInteractionAtPath(e,t,n),2===e.type&&0===t.length&&e.args[0]&&this.scope.thisVariable.addEntityToBeDeoptimized(e.args[0])}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),!this.annotationNoSideEffects&&!!this.id?.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,n){if(super.hasEffectsOnInteractionAtPath(e,t,n))return!0;if(this.annotationNoSideEffects)return!1;if(2===t.type){const e=n.replacedVariableInits.get(this.scope.thisVariable);n.replacedVariableInits.set(this.scope.thisVariable,t.withNew?this.constructedEntity:ae);const{brokenFlow:s,ignore:i,replacedVariableInits:r}=n;if(n.ignore={breaks:!1,continues:!1,labels:new Set,returnYield:!0,this:t.withNew},this.body.hasEffects(n))return!0;n.brokenFlow=s,e?r.set(this.scope.thisVariable,e):r.delete(this.scope.thisVariable),n.ignore=i}return!1}include(e,t){super.include(e,t),this.id?.include();const n=this.scope.argumentsVariable.included;for(const s of this.params)s instanceof qs&&!n||s.include(e,t)}initialise(){super.initialise(),this.id?.declare("function",this)}addArgumentToBeDeoptimized(e){this.scope.argumentsVariable.addArgumentToBeDeoptimized(e)}getObjectEntity(){return null!==this.objectEntity?this.objectEntity:this.objectEntity=new Fn([{key:"prototype",kind:"init",property:new Fn([],Gn)}],Gn)}}class bi extends _n{hasEffects(){return this.deoptimized||this.applyDeoptimizations(),!0}include(e,t){if(this.deoptimized||this.applyDeoptimizations(),!this.included){this.included=!0;e:if(!this.context.usesTopLevelAwait){let e=this.parent;do{if(e instanceof yi||e instanceof ci)break e}while(e=e.parent);this.context.usesTopLevelAwait=!0}}this.argument.include(e,t)}}const Ei={"!=":(e,t)=>e!=t,"!==":(e,t)=>e!==t,"%":(e,t)=>e%t,"&":(e,t)=>e&t,"*":(e,t)=>e*t,"**":(e,t)=>e**t,"+":(e,t)=>e+t,"-":(e,t)=>e-t,"/":(e,t)=>e/t,"<":(e,t)=>e<t,"<<":(e,t)=>e<<t,"<=":(e,t)=>e<=t,"==":(e,t)=>e==t,"===":(e,t)=>e===t,">":(e,t)=>e>t,">=":(e,t)=>e>=t,">>":(e,t)=>e>>t,">>>":(e,t)=>e>>>t,"^":(e,t)=>e^t,"|":(e,t)=>e|t};function xi(e,t,n){if(n.arguments.length>0)if(n.arguments[n.arguments.length-1].included)for(const s of n.arguments)s.render(e,t);else{let s=n.arguments.length-2;for(;s>=0&&!n.arguments[s].included;)s--;if(s>=0){for(let i=0;i<=s;i++)n.arguments[i].render(e,t);e.remove(Js(e.original,",",n.arguments[s].end),n.end-1)}else e.remove(Js(e.original,"(",n.callee.end)+1,n.end-1)}}class $i extends _n{deoptimizeArgumentsOnInteractionAtPath(){}getLiteralValueAtPath(e){return e.length>0||null===this.value&&110!==this.context.code.charCodeAt(this.start)||"bigint"==typeof this.value||47===this.context.code.charCodeAt(this.start)?ie:this.value}getReturnExpressionWhenCalledAtPath(e){return 1!==e.length?le:xn(this.members,e[0])}hasEffectsOnInteractionAtPath(e,t,n){switch(t.type){case 0:return e.length>(null===this.value?0:1);case 1:return!0;case 2:return!!(this.included&&this.value instanceof RegExp&&(this.value.global||this.value.sticky))||(1!==e.length||En(this.members,e[0],t,n))}}initialise(){this.members=function(e){if(e instanceof RegExp)return yn;switch(typeof e){case"boolean":return mn;case"number":return gn;case"string":return bn}return Object.create(null)}(this.value)}parseNode(e){this.value=e.value,this.regex=e.regex,super.parseNode(e)}render(e){"string"==typeof this.value&&e.indentExclusionRanges.push([this.start+1,this.end-1])}}function Ai(e){return e.computed?function(e){if(e instanceof $i)return String(e.value);return null}(e.property):e.property.name}function wi(e){const t=e.propertyKey,n=e.object;if("string"==typeof t){if(n instanceof qs)return[{key:n.name,pos:n.start},{key:t,pos:e.property.start}];if(n instanceof Si){const s=wi(n);return s&&[...s,{key:t,pos:e.property.start}]}}return null}class Si extends _n{constructor(){super(...arguments),this.variable=null,this.assignmentDeoptimized=!1,this.bound=!1,this.expressionsToBeDeoptimized=[],this.isUndefined=!1}bind(){this.bound=!0;const e=wi(this),t=e&&this.scope.findVariable(e[0].key);if(t?.isNamespace){const n=vi(t,e.slice(1),this.context);n?"undefined"===n?this.isUndefined=!0:(this.variable=n,this.scope.addNamespaceMemberAccess(function(e){let t=e[0].key;for(let n=1;n<e.length;n++)t+="."+e[n].key;return t}(e),n)):super.bind()}else super.bind()}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.variable?this.variable.deoptimizeArgumentsOnInteractionAtPath(e,t,n):this.isUndefined||(t.length<7?this.object.deoptimizeArgumentsOnInteractionAtPath(e,[this.getPropertyKey(),...t],n):ce(e))}deoptimizeCache(){const{expressionsToBeDeoptimized:e,object:t}=this;this.expressionsToBeDeoptimized=ye,this.propertyKey=H,t.deoptimizePath(J);for(const t of e)t.deoptimizeCache()}deoptimizePath(e){if(0===e.length&&this.disallowNamespaceReassignment(),this.variable)this.variable.deoptimizePath(e);else if(!this.isUndefined&&e.length<7){const t=this.getPropertyKey();this.object.deoptimizePath([t===H?q:t,...e])}}getLiteralValueAtPath(e,t,n){return this.variable?this.variable.getLiteralValueAtPath(e,t,n):this.isUndefined?void 0:this.propertyKey!==H&&e.length<7?(this.expressionsToBeDeoptimized.push(n),this.object.getLiteralValueAtPath([this.getPropertyKey(),...e],t,n)):ie}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.variable?this.variable.getReturnExpressionWhenCalledAtPath(e,t,n,s):this.isUndefined?[rn,!1]:this.propertyKey!==H&&e.length<7?(this.expressionsToBeDeoptimized.push(s),this.object.getReturnExpressionWhenCalledAtPath([this.getPropertyKey(),...e],t,n,s)):le}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),this.property.hasEffects(e)||this.object.hasEffects(e)||this.hasAccessEffect(e)}hasEffectsAsAssignmentTarget(e,t){return t&&!this.deoptimized&&this.applyDeoptimizations(),this.assignmentDeoptimized||this.applyAssignmentDeoptimization(),this.property.hasEffects(e)||this.object.hasEffects(e)||t&&this.hasAccessEffect(e)||this.hasEffectsOnInteractionAtPath(X,this.assignmentInteraction,e)}hasEffectsOnInteractionAtPath(e,t,n){return this.variable?this.variable.hasEffectsOnInteractionAtPath(e,t,n):!!this.isUndefined||(!(e.length<7)||this.object.hasEffectsOnInteractionAtPath([this.getPropertyKey(),...e],t,n))}include(e,t){this.deoptimized||this.applyDeoptimizations(),this.includeProperties(e,t)}includeAsAssignmentTarget(e,t,n){this.assignmentDeoptimized||this.applyAssignmentDeoptimization(),n?this.include(e,t):this.includeProperties(e,t)}includeCallArguments(e,t){this.variable?this.variable.includeCallArguments(e,t):super.includeCallArguments(e,t)}initialise(){this.propertyKey=Ai(this),this.accessInteraction={args:[this.object],type:0}}isSkippedAsOptional(e){return!this.variable&&!this.isUndefined&&(this.object.isSkippedAsOptional?.(e)||this.optional&&null==this.object.getLiteralValueAtPath(X,ne,e))}render(e,t,{renderedParentType:n,isCalleeOfRenderedParent:s,renderedSurroundingElement:i}=me){if(this.variable||this.isUndefined){const{snippets:{getPropertyAccess:i}}=t;let r=this.variable?this.variable.getName(i):"undefined";n&&s&&(r="0, "+r),e.overwrite(this.start,this.end,r,{contentOnly:!0,storeName:!0})}else n&&s&&e.appendRight(this.start,"0, "),this.object.render(e,t,{renderedSurroundingElement:i}),this.property.render(e,t)}setAssignedValue(e){this.assignmentInteraction={args:[this.object,e],type:1}}applyDeoptimizations(){this.deoptimized=!0;const{propertyReadSideEffects:e}=this.context.options.treeshake;if(this.bound&&e&&!this.variable&&!this.isUndefined){const e=this.getPropertyKey();this.object.deoptimizeArgumentsOnInteractionAtPath(this.accessInteraction,[e],ne),this.context.requestTreeshakingPass()}}applyAssignmentDeoptimization(){this.assignmentDeoptimized=!0;const{propertyReadSideEffects:e}=this.context.options.treeshake;this.bound&&e&&!this.variable&&!this.isUndefined&&(this.object.deoptimizeArgumentsOnInteractionAtPath(this.assignmentInteraction,[this.getPropertyKey()],ne),this.context.requestTreeshakingPass())}disallowNamespaceReassignment(){if(this.object instanceof qs){this.scope.findVariable(this.object.name).isNamespace&&(this.variable&&this.context.includeVariableInModule(this.variable),this.context.log(we,(e=this.object.name,t=this.context.module.id,{code:"ILLEGAL_REASSIGNMENT",message:`Illegal reassignment of import "${e}" in "${T(t)}".`}),this.start))}var e,t}getPropertyKey(){if(null===this.propertyKey){this.propertyKey=H;const e=this.property.getLiteralValueAtPath(X,ne,this);return this.propertyKey=e===Y?e:"symbol"==typeof e?H:String(e)}return this.propertyKey}hasAccessEffect(e){const{propertyReadSideEffects:t}=this.context.options.treeshake;return!(this.variable||this.isUndefined)&&t&&("always"===t||this.object.hasEffectsOnInteractionAtPath([this.getPropertyKey()],this.accessInteraction,e))}includeProperties(e,t){this.included||(this.included=!0,this.variable&&this.context.includeVariableInModule(this.variable)),this.object.include(e,t),this.property.include(e,t)}}function vi(e,t,n){if(0===t.length)return e;if(!e.isNamespace||e instanceof fe)return null;const s=t[0].key,i=e.context.traceExport(s);if(!i){if(1===t.length){const i=e.context.fileName;return n.log(we,Ut(s,n.module.id,i),t[0].pos),"undefined"}return null}return vi(i,t.slice(1),n)}class Ii extends _n{constructor(){super(...arguments),this.returnExpression=null,this.deoptimizableDependentExpressions=[],this.expressionsToBeDeoptimized=new Set}deoptimizeArgumentsOnInteractionAtPath(e,t,n){const{args:s}=e,[i,r]=this.getReturnExpression(n);if(r)return;const o=s.filter((e=>!!e&&e!==ae));if(0!==o.length)if(i===ae)for(const e of o)e.deoptimizePath(J);else n.withTrackedEntityAtPath(t,i,(()=>{for(const e of o)this.expressionsToBeDeoptimized.add(e);i.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}),null)}deoptimizeCache(){if(this.returnExpression?.[0]!==ae){this.returnExpression=le;const{deoptimizableDependentExpressions:e,expressionsToBeDeoptimized:t}=this;this.expressionsToBeDeoptimized=be,this.deoptimizableDependentExpressions=ye;for(const t of e)t.deoptimizeCache();for(const e of t)e.deoptimizePath(J)}}deoptimizePath(e){if(0===e.length||this.context.deoptimizationTracker.trackEntityAtPathAndGetIfTracked(e,this))return;const[t]=this.getReturnExpression();t!==ae&&t.deoptimizePath(e)}getLiteralValueAtPath(e,t,n){const[s]=this.getReturnExpression(t);return s===ae?ie:t.withTrackedEntityAtPath(e,s,(()=>(this.deoptimizableDependentExpressions.push(n),s.getLiteralValueAtPath(e,t,n))),ie)}getReturnExpressionWhenCalledAtPath(e,t,n,s){const i=this.getReturnExpression(n);return i[0]===ae?i:n.withTrackedEntityAtPath(e,i,(()=>{this.deoptimizableDependentExpressions.push(s);const[r,o]=i[0].getReturnExpressionWhenCalledAtPath(e,t,n,s);return[r,o||i[1]]}),le)}hasEffectsOnInteractionAtPath(e,t,n){const{type:s}=t;if(2===s){const{args:s,withNew:i}=t;if((i?n.instantiated:n.called).trackEntityAtPathAndGetIfTracked(e,s,this))return!1}else if((1===s?n.assigned:n.accessed).trackEntityAtPathAndGetIfTracked(e,this))return!1;const[i,r]=this.getReturnExpression();return(1===s||!r)&&i.hasEffectsOnInteractionAtPath(e,t,n)}}class Pi extends Ii{bind(){if(super.bind(),this.callee instanceof qs){this.scope.findVariable(this.callee.name).isNamespace&&this.context.log(we,_t(this.callee.name),this.start),"eval"===this.callee.name&&this.context.log(we,{code:"EVAL",id:e=this.context.module.id,message:`Use of eval in "${T(e)}" is strongly discouraged as it poses security risks and may cause issues with minification.`,url:Re("troubleshooting/#avoiding-eval")},this.start)}var e;this.interaction={args:[this.callee instanceof Si&&!this.callee.variable?this.callee.object:null,...this.arguments],type:2,withNew:!1}}hasEffects(e){try{for(const t of this.arguments)if(t.hasEffects(e))return!0;return!this.annotationPure&&(this.callee.hasEffects(e)||this.callee.hasEffectsOnInteractionAtPath(X,this.interaction,e))}finally{this.deoptimized||this.applyDeoptimizations()}}include(e,t){this.deoptimized||this.applyDeoptimizations(),t?(super.include(e,t),t===On&&this.callee instanceof qs&&this.callee.variable&&this.callee.variable.markCalledFromTryStatement()):(this.included=!0,this.callee.include(e,!1)),this.callee.includeCallArguments(e,this.arguments)}isSkippedAsOptional(e){return this.callee.isSkippedAsOptional?.(e)||this.optional&&null==this.callee.getLiteralValueAtPath(X,ne,e)}render(e,t,{renderedSurroundingElement:n}=me){this.callee.render(e,t,{isCalleeOfRenderedParent:!0,renderedSurroundingElement:n}),xi(e,t,this)}applyDeoptimizations(){this.deoptimized=!0,this.callee.deoptimizeArgumentsOnInteractionAtPath(this.interaction,X,ne),this.context.requestTreeshakingPass()}getReturnExpression(e=ne){return null===this.returnExpression?(this.returnExpression=le,this.returnExpression=this.callee.getReturnExpressionWhenCalledAtPath(X,this.interaction,e,this)):this.returnExpression}}class ki extends ws{addDeclaration(e,t,n,s){const i=this.variables.get(e.name);return i?(this.parent.addDeclaration(e,t,rn,s),i.addDeclaration(e,n),i):this.parent.addDeclaration(e,t,n,s)}}class Ni extends As{constructor(e,t,n){super(e),this.variables.set("this",this.thisVariable=new us("this",null,t,n)),this.instanceScope=new As(this),this.instanceScope.variables.set("this",new mi(n))}findLexicalBoundary(){return this}}class Ci extends _n{constructor(){super(...arguments),this.accessedValue=null}deoptimizeArgumentsOnInteractionAtPath(e,t,n){return 0===e.type&&"get"===this.kind&&0===t.length||1===e.type&&"set"===this.kind&&0===t.length?this.value.deoptimizeArgumentsOnInteractionAtPath({args:e.args,type:2,withNew:!1},X,n):void this.getAccessedValue()[0].deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizeCache(){}deoptimizePath(e){this.getAccessedValue()[0].deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.getAccessedValue()[0].getLiteralValueAtPath(e,t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.getAccessedValue()[0].getReturnExpressionWhenCalledAtPath(e,t,n,s)}hasEffects(e){return this.key.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,n){return"get"===this.kind&&0===t.type&&0===e.length||"set"===this.kind&&1===t.type?this.value.hasEffectsOnInteractionAtPath(X,{args:t.args,type:2,withNew:!1},n):this.getAccessedValue()[0].hasEffectsOnInteractionAtPath(e,t,n)}applyDeoptimizations(){}getAccessedValue(){return null===this.accessedValue?"get"===this.kind?(this.accessedValue=le,this.accessedValue=this.value.getReturnExpressionWhenCalledAtPath(X,he,ne,this)):this.accessedValue=[this.value,!1]:this.accessedValue}}class Mi extends Ci{applyDeoptimizations(){}}class Oi extends oe{constructor(e,t){super(),this.object=e,this.key=t}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.object.deoptimizeArgumentsOnInteractionAtPath(e,[this.key,...t],n)}deoptimizePath(e){this.object.deoptimizePath([this.key,...e])}getLiteralValueAtPath(e,t,n){return this.object.getLiteralValueAtPath([this.key,...e],t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.object.getReturnExpressionWhenCalledAtPath([this.key,...e],t,n,s)}hasEffectsOnInteractionAtPath(e,t,n){return this.object.hasEffectsOnInteractionAtPath([this.key,...e],t,n)}}class _i extends _n{constructor(){super(...arguments),this.objectEntity=null}createScope(e){this.scope=new As(e)}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.getObjectEntity().deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizeCache(){this.getObjectEntity().deoptimizeAllProperties()}deoptimizePath(e){this.getObjectEntity().deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.getObjectEntity().getLiteralValueAtPath(e,t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,n,s)}hasEffects(e){this.deoptimized||this.applyDeoptimizations();const t=this.superClass?.hasEffects(e)||this.body.hasEffects(e);return this.id?.markDeclarationReached(),t||super.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,n){return 2===t.type&&0===e.length?!t.withNew||(null===this.classConstructor?this.superClass?.hasEffectsOnInteractionAtPath(e,t,n):this.classConstructor.hasEffectsOnInteractionAtPath(e,t,n))||!1:this.getObjectEntity().hasEffectsOnInteractionAtPath(e,t,n)}include(e,t){this.deoptimized||this.applyDeoptimizations(),this.included=!0,this.superClass?.include(e,t),this.body.include(e,t),this.id&&(this.id.markDeclarationReached(),this.id.include())}initialise(){this.id?.declare("class",this);for(const e of this.body.body)if(e instanceof Mi&&"constructor"===e.kind)return void(this.classConstructor=e);this.classConstructor=null}applyDeoptimizations(){this.deoptimized=!0;for(const e of this.body.body)e.static||e instanceof Mi&&"constructor"===e.kind||e.deoptimizePath(J);this.context.requestTreeshakingPass()}getObjectEntity(){if(null!==this.objectEntity)return this.objectEntity;const e=[],t=[];for(const n of this.body.body){const s=n.static?e:t,i=n.kind;if(s===t&&!i)continue;const r="set"===i||"get"===i?i:"init";let o;if(n.computed){const e=n.key.getLiteralValueAtPath(X,ne,this);if("symbol"==typeof e){s.push({key:H,kind:r,property:n});continue}o=String(e)}else o=n.key instanceof qs?n.key.name:String(n.key.value);s.push({key:o,kind:r,property:n})}return e.unshift({key:"prototype",kind:"init",property:new Fn(t,this.superClass?new Oi(this.superClass,"prototype"):Gn)}),this.objectEntity=new Fn(e,this.superClass||Gn)}}class Di extends _i{initialise(){super.initialise(),null!==this.id&&(this.id.variable.isId=!0)}parseNode(e){null!==e.id&&(this.id=new qs(e.id,this,this.scope.parent)),super.parseNode(e)}render(e,t){const{exportNamesByVariable:n,format:s,snippets:{_:i,getPropertyAccess:r}}=t;if(this.id){const{variable:o,name:a}=this.id;"system"===s&&n.has(o)&&e.appendLeft(this.end,`${i}${di([o],t)};`);const l=o.getName(r);if(l!==a)return this.superClass?.render(e,t),this.body.render(e,{...t,useOriginalName:e=>e===o}),e.prependRight(this.start,`let ${l}${i}=${i}`),void e.prependLeft(this.end,";")}super.render(e,t)}applyDeoptimizations(){super.applyDeoptimizations();const{id:e,scope:t}=this;if(e){const{name:n,variable:s}=e;for(const e of t.accessedOutsideVariables.values())e!==s&&e.forbidName(n)}}}class Ri extends _i{render(e,t,{renderedSurroundingElement:n}=me){super.render(e,t),n===ls&&(e.appendRight(this.start,"("),e.prependLeft(this.end,")"))}}class Li extends oe{constructor(e){super(),this.expressions=e,this.included=!1}deoptimizePath(e){for(const t of this.expressions)t.deoptimizePath(e)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return[new Li(this.expressions.map((i=>i.getReturnExpressionWhenCalledAtPath(e,t,n,s)[0]))),!1]}hasEffectsOnInteractionAtPath(e,t,n){for(const s of this.expressions)if(s.hasEffectsOnInteractionAtPath(e,t,n))return!0;return!1}}function Bi(e,t){const{brokenFlow:n,hasBreak:s,hasContinue:i,ignore:r}=e,{breaks:o,continues:a}=r;return r.breaks=!0,r.continues=!0,e.hasBreak=!1,e.hasContinue=!1,!!t.hasEffects(e)||(r.breaks=o,r.continues=a,e.hasBreak=s,e.hasContinue=i,e.brokenFlow=n,!1)}function Ti(e,t,n){const{brokenFlow:s,hasBreak:i,hasContinue:r}=e;e.hasBreak=!1,e.hasContinue=!1,t.include(e,n,{asSingleStatement:!0}),e.hasBreak=i,e.hasContinue=r,e.brokenFlow=s}class zi extends _n{hasEffects(){return!1}initialise(){this.context.addExport(this)}render(e,t,n){e.remove(n.start,n.end)}applyDeoptimizations(){}}zi.prototype.needsBoundaries=!0;class Vi extends yi{initialise(){super.initialise(),null!==this.id&&(this.id.variable.isId=!0)}parseNode(e){null!==e.id&&(this.id=new qs(e.id,this,this.scope.parent)),super.parseNode(e)}}class Fi extends _n{include(e,t){super.include(e,t),t&&this.context.includeVariableInModule(this.variable)}initialise(){const e=this.declaration;this.declarationName=e.id&&e.id.name||this.declaration.name,this.variable=this.scope.addExportDefaultDeclaration(this.declarationName||this.context.getModuleName(),this,this.context),this.context.addExport(this)}removeAnnotations(e){this.declaration.removeAnnotations(e)}render(e,t,n){const{start:s,end:i}=n,r=function(e,t){return Qs(e,Js(e,"default",t)+7)}(e.original,this.start);if(this.declaration instanceof Vi)this.renderNamedDeclaration(e,r,null===this.declaration.id?function(e,t){const n=Js(e,"function",t)+8;e=e.slice(n,Js(e,"(",n));const s=Js(e,"*");return-1===s?n:n+s+1}(e.original,r):null,t);else if(this.declaration instanceof Di)this.renderNamedDeclaration(e,r,null===this.declaration.id?Js(e.original,"class",s)+5:null,t);else{if(this.variable.getOriginalVariable()!==this.variable)return void Ys(this,e,s,i);if(!this.variable.included)return e.remove(this.start,r),this.declaration.render(e,t,{renderedSurroundingElement:ls}),void(";"!==e.original[this.end-1]&&e.appendLeft(this.end,";"));this.renderVariableDeclaration(e,r,t)}this.declaration.render(e,t)}applyDeoptimizations(){}renderNamedDeclaration(e,t,n,s){const{exportNamesByVariable:i,format:r,snippets:{getPropertyAccess:o}}=s,a=this.variable.getName(o);e.remove(this.start,t),null!==n&&e.appendLeft(n,` ${a}`),"system"===r&&this.declaration instanceof Di&&i.has(this.variable)&&e.appendLeft(this.end,` ${di([this.variable],s)};`)}renderVariableDeclaration(e,t,{format:n,exportNamesByVariable:s,snippets:{cnst:i,getPropertyAccess:r}}){const o=59===e.original.charCodeAt(this.end-1),a="system"===n&&s.get(this.variable);a?(e.overwrite(this.start,t,`${i} ${this.variable.getName(r)} = exports('${a[0]}', `),e.appendRight(o?this.end-1:this.end,")"+(o?"":";"))):(e.overwrite(this.start,t,`${i} ${this.variable.getName(r)} = `),o||e.appendLeft(this.end,";"))}}Fi.prototype.needsBoundaries=!0;class ji extends _n{bind(){this.declaration?.bind()}hasEffects(e){return!!this.declaration?.hasEffects(e)}initialise(){this.context.addExport(this)}removeAnnotations(e){this.declaration?.removeAnnotations(e)}render(e,t,n){const{start:s,end:i}=n;null===this.declaration?e.remove(s,i):(e.remove(this.start,this.declaration.start),this.declaration.render(e,t,{end:i,start:s}))}applyDeoptimizations(){}}ji.prototype.needsBoundaries=!0;class Ui extends yi{render(e,t,{renderedSurroundingElement:n}=me){super.render(e,t),n===ls&&(e.appendRight(this.start,"("),e.prependLeft(this.end,")"))}}class Gi extends ii{constructor(){super(...arguments),this.hoistedDeclarations=[]}addDeclaration(e,t,n,s){return this.hoistedDeclarations.push(e),super.addDeclaration(e,t,n,s)}}const Wi=Symbol("unset");class Hi extends _n{constructor(){super(...arguments),this.testValue=Wi}deoptimizeCache(){this.testValue=ie}hasEffects(e){if(this.test.hasEffects(e))return!0;const t=this.getTestValue();if("symbol"==typeof t){const{brokenFlow:t}=e;if(this.consequent.hasEffects(e))return!0;const n=e.brokenFlow;return e.brokenFlow=t,null===this.alternate?!1:!!this.alternate.hasEffects(e)||(e.brokenFlow=e.brokenFlow&&n,!1)}return t?this.consequent.hasEffects(e):!!this.alternate?.hasEffects(e)}include(e,t){if(this.included=!0,t)this.includeRecursively(t,e);else{const t=this.getTestValue();"symbol"==typeof t?this.includeUnknownTest(e):this.includeKnownTest(e,t)}}parseNode(e){this.consequentScope=new Gi(this.scope),this.consequent=new(this.context.getNodeConstructor(e.consequent.type))(e.consequent,this,this.consequentScope),e.alternate&&(this.alternateScope=new Gi(this.scope),this.alternate=new(this.context.getNodeConstructor(e.alternate.type))(e.alternate,this,this.alternateScope)),super.parseNode(e)}render(e,t){const{snippets:{getPropertyAccess:n}}=t,s=this.getTestValue(),i=[],r=this.test.included,o=!this.context.options.treeshake;r?this.test.render(e,t):e.remove(this.start,this.consequent.start),this.consequent.included&&(o||"symbol"==typeof s||s)?this.consequent.render(e,t):(e.overwrite(this.consequent.start,this.consequent.end,r?";":""),i.push(...this.consequentScope.hoistedDeclarations)),this.alternate&&(!this.alternate.included||!o&&"symbol"!=typeof s&&s?(r&&this.shouldKeepAlternateBranch()?e.overwrite(this.alternate.start,this.end,";"):e.remove(this.consequent.end,this.end),i.push(...this.alternateScope.hoistedDeclarations)):(r?101===e.original.charCodeAt(this.alternate.start-1)&&e.prependLeft(this.alternate.start," "):e.remove(this.consequent.end,this.alternate.start),this.alternate.render(e,t))),this.renderHoistedDeclarations(i,e,n)}applyDeoptimizations(){}getTestValue(){return this.testValue===Wi?this.testValue=this.test.getLiteralValueAtPath(X,ne,this):this.testValue}includeKnownTest(e,t){this.test.shouldBeIncluded(e)&&this.test.include(e,!1),t&&this.consequent.shouldBeIncluded(e)&&this.consequent.include(e,!1,{asSingleStatement:!0}),!t&&this.alternate?.shouldBeIncluded(e)&&this.alternate.include(e,!1,{asSingleStatement:!0})}includeRecursively(e,t){this.test.include(t,e),this.consequent.include(t,e),this.alternate?.include(t,e)}includeUnknownTest(e){this.test.include(e,!1);const{brokenFlow:t}=e;let n=!1;this.consequent.shouldBeIncluded(e)&&(this.consequent.include(e,!1,{asSingleStatement:!0}),n=e.brokenFlow,e.brokenFlow=t),this.alternate?.shouldBeIncluded(e)&&(this.alternate.include(e,!1,{asSingleStatement:!0}),e.brokenFlow=e.brokenFlow&&n)}renderHoistedDeclarations(e,t,n){const s=[...new Set(e.map((e=>{const t=e.variable;return t.included?t.getName(n):""})))].filter(Boolean).join(", ");if(s){const e=this.parent.type,n=e!==ds&&e!==as;t.prependRight(this.start,`${n?"{ ":""}var ${s}; `),n&&t.appendLeft(this.end," }")}}shouldKeepAlternateBranch(){let e=this.parent;do{if(e instanceof Hi&&e.alternate)return!0;if(e instanceof oi)return!1;e=e.parent}while(e);return!1}}class qi extends _n{bind(){}hasEffects(){return!1}initialise(){this.context.addImport(this)}render(e,t,n){e.remove(n.start,n.end)}applyDeoptimizations(){}}qi.prototype.needsBoundaries=!0;class Ki extends _n{applyDeoptimizations(){}}const Yi="_interopDefault",Xi="_interopDefaultCompat",Ji="_interopNamespace",Zi="_interopNamespaceCompat",Qi="_interopNamespaceDefault",er="_interopNamespaceDefaultOnly",tr="_mergeNamespaces",nr="_documentCurrentScript",sr={auto:Yi,compat:Xi,default:null,defaultOnly:null,esModule:null},ir=(e,t)=>"esModule"===e||t&&("auto"===e||"compat"===e),rr={auto:Ji,compat:Zi,default:Qi,defaultOnly:er,esModule:null},or=(e,t)=>"esModule"!==e&&ir(e,t),ar=(e,t,n,s,i,r,o)=>{const a=new Set(e);for(const e of $r)t.has(e)&&a.add(e);return $r.map((e=>a.has(e)?lr[e](n,s,i,r,o,a):"")).join("")},lr={[nr]:(e,{_:t,n:n})=>`var${t}${nr}${t}=${t}typeof${t}document${t}!==${t}'undefined'${t}?${t}document.currentScript${t}:${t}null;${n}`,[Xi](e,t,n){const{_:s,getDirectReturnFunction:i,n:r}=t,[o,a]=i(["e"],{functionReturn:!0,lineBreakIndent:null,name:Xi});return`${o}${ur(t)}${s}?${s}${n?cr(t):dr(t)}${a}${r}${r}`},[Yi](e,t,n){const{_:s,getDirectReturnFunction:i,n:r}=t,[o,a]=i(["e"],{functionReturn:!0,lineBreakIndent:null,name:Yi});return`${o}e${s}&&${s}e.__esModule${s}?${s}${n?cr(t):dr(t)}${a}${r}${r}`},[Zi](e,t,n,s,i,r){const{_:o,getDirectReturnFunction:a,n:l}=t;if(r.has(Qi)){const[e,n]=a(["e"],{functionReturn:!0,lineBreakIndent:null,name:Zi});return`${e}${ur(t)}${o}?${o}e${o}:${o}${Qi}(e)${n}${l}${l}`}return`function ${Zi}(e)${o}{${l}${e}if${o}(${ur(t)})${o}return e;${l}`+hr(e,e,t,n,s,i)+`}${l}${l}`},[er](e,t,n,s,i){const{getDirectReturnFunction:r,getObject:o,n:a}=t,[l,c]=r(["e"],{functionReturn:!0,lineBreakIndent:null,name:er});return`${l}${Er(s,xr(i,o([["__proto__","null"],["default","e"]],{lineBreakIndent:null}),t))}${c}${a}${a}`},[Qi](e,t,n,s,i){const{_:r,n:o}=t;return`function ${Qi}(e)${r}{${o}`+hr(e,e,t,n,s,i)+`}${o}${o}`},[Ji](e,t,n,s,i,r){const{_:o,getDirectReturnFunction:a,n:l}=t;if(r.has(Qi)){const[e,t]=a(["e"],{functionReturn:!0,lineBreakIndent:null,name:Ji});return`${e}e${o}&&${o}e.__esModule${o}?${o}e${o}:${o}${Qi}(e)${t}${l}${l}`}return`function ${Ji}(e)${o}{${l}${e}if${o}(e${o}&&${o}e.__esModule)${o}return e;${l}`+hr(e,e,t,n,s,i)+`}${l}${l}`},[tr](e,t,n,s,i){const{_:r,cnst:o,n:a}=t,l="var"===o&&n;return`function ${tr}(n, m)${r}{${a}${e}${fr(`{${a}${e}${e}${e}if${r}(k${r}!==${r}'default'${r}&&${r}!(k in n))${r}{${a}`+(n?l?gr:yr:br)(e,e+e+e+e,t)+`${e}${e}${e}}${a}`+`${e}${e}}`,l,e,t)}${a}${e}return ${Er(s,xr(i,"n",t))};${a}}${a}${a}`}},cr=({_:e,getObject:t})=>`e${e}:${e}${t([["default","e"]],{lineBreakIndent:null})}`,dr=({_:e,getPropertyAccess:t})=>`e${t("default")}${e}:${e}e`,ur=({_:e})=>`e${e}&&${e}typeof e${e}===${e}'object'${e}&&${e}'default'${e}in e`,hr=(e,t,n,s,i,r)=>{const{_:o,cnst:a,getObject:l,getPropertyAccess:c,n:d,s:u}=n,h=`{${d}`+(s?mr:br)(e,t+e+e,n)+`${t}${e}}`;return`${t}${a} n${o}=${o}Object.create(null${r?`,${o}{${o}[Symbol.toStringTag]:${o}${Ar(l)}${o}}`:""});${d}${t}if${o}(e)${o}{${d}${t}${e}${pr(h,!s,n)}${d}${t}}${d}${t}n${c("default")}${o}=${o}e;${d}${t}return ${Er(i,"n")}${u}${d}`},pr=(e,t,{_:n,cnst:s,getFunctionIntro:i,s:r})=>"var"!==s||t?`for${n}(${s} k in e)${n}${e}`:`Object.keys(e).forEach(${i(["k"],{isAsync:!1,name:null})}${e})${r}`,fr=(e,t,n,{_:s,cnst:i,getDirectReturnFunction:r,getFunctionIntro:o,n:a})=>{if(t){const[t,i]=r(["e"],{functionReturn:!1,lineBreakIndent:{base:n,t:n},name:null});return`m.forEach(${t}e${s}&&${s}typeof e${s}!==${s}'string'${s}&&${s}!Array.isArray(e)${s}&&${s}Object.keys(e).forEach(${o(["k"],{isAsync:!1,name:null})}${e})${i});`}return`for${s}(var i${s}=${s}0;${s}i${s}<${s}m.length;${s}i++)${s}{${a}${n}${n}${i} e${s}=${s}m[i];${a}${n}${n}if${s}(typeof e${s}!==${s}'string'${s}&&${s}!Array.isArray(e))${s}{${s}for${s}(${i} k in e)${s}${e}${s}}${a}${n}}`},mr=(e,t,n)=>{const{_:s,n:i}=n;return`${t}if${s}(k${s}!==${s}'default')${s}{${i}`+gr(e,t+e,n)+`${t}}${i}`},gr=(e,t,{_:n,cnst:s,getDirectReturnFunction:i,n:r})=>{const[o,a]=i([],{functionReturn:!0,lineBreakIndent:null,name:null});return`${t}${s} d${n}=${n}Object.getOwnPropertyDescriptor(e,${n}k);${r}${t}Object.defineProperty(n,${n}k,${n}d.get${n}?${n}d${n}:${n}{${r}${t}${e}enumerable:${n}true,${r}${t}${e}get:${n}${o}e[k]${a}${r}${t}});${r}`},yr=(e,t,{_:n,cnst:s,getDirectReturnFunction:i,n:r})=>{const[o,a]=i([],{functionReturn:!0,lineBreakIndent:null,name:null});return`${t}${s} d${n}=${n}Object.getOwnPropertyDescriptor(e,${n}k);${r}${t}if${n}(d)${n}{${r}${t}${e}Object.defineProperty(n,${n}k,${n}d.get${n}?${n}d${n}:${n}{${r}${t}${e}${e}enumerable:${n}true,${r}${t}${e}${e}get:${n}${o}e[k]${a}${r}${t}${e}});${r}${t}}${r}`},br=(e,t,{_:n,n:s})=>`${t}n[k]${n}=${n}e[k];${s}`,Er=(e,t)=>e?`Object.freeze(${t})`:t,xr=(e,t,{_:n,getObject:s})=>e?`Object.defineProperty(${t},${n}Symbol.toStringTag,${n}${Ar(s)})`:t,$r=Object.keys(lr);function Ar(e){return e([["value","'Module'"]],{lineBreakIndent:null})}function wr(e,t){return null!==e.renderBaseName&&t.has(e)&&e.isReassigned}class Sr extends _n{declareDeclarator(e){this.id.declare(e,this.init||rn)}deoptimizePath(e){this.id.deoptimizePath(e)}hasEffects(e){this.deoptimized||this.applyDeoptimizations();const t=this.init?.hasEffects(e);return this.id.markDeclarationReached(),t||this.id.hasEffects(e)}include(e,t){const{deoptimized:n,id:s,init:i}=this;n||this.applyDeoptimizations(),this.included=!0,i?.include(e,t),s.markDeclarationReached(),(t||s.shouldBeIncluded(e))&&s.include(e,t)}removeAnnotations(e){this.init?.removeAnnotations(e)}render(e,t){const{exportNamesByVariable:n,snippets:{_:s,getPropertyAccess:i}}=t,{end:r,id:o,init:a,start:l}=this,c=o.included;if(c)o.render(e,t);else{const t=Js(e.original,"=",o.end);e.remove(l,Qs(e.original,t+1))}if(a){if(o instanceof qs&&a instanceof Ri&&!a.id){o.variable.getName(i)!==o.name&&e.appendLeft(a.start+5,` ${o.name}`)}a.render(e,t,c?me:{renderedSurroundingElement:ls})}else o instanceof qs&&wr(o.variable,n)&&e.appendLeft(r,`${s}=${s}void 0`)}applyDeoptimizations(){this.deoptimized=!0;const{id:e,init:t}=this;if(t&&e instanceof qs&&t instanceof Ri&&!t.id){const{name:n,variable:s}=e;for(const e of t.scope.accessedOutsideVariables.values())e!==s&&e.forbidName(n)}}}function vr(e,t,n){return"external"===t?rr[n(e instanceof Zt?e.id:null)]:"default"===t?er:null}const Ir={amd:["require"],cjs:["require"],system:["module"]};function Pr(e){const t=[];for(const n of e.properties){if("RestElement"===n.type||n.computed||"Identifier"!==n.key.type)return;t.push(n.key.name)}return t}class kr extends _n{applyDeoptimizations(){}}const Nr="ROLLUP_FILE_URL_",Cr="import";const Mr=["cjs","iife","umd"],Or={amd:["document","module","URL"],cjs:["document","require","URL",nr],es:[],iife:["document","URL",nr],system:["module"],umd:["document","require","URL",nr]},_r={amd:["document","require","URL"],cjs:["document","require","URL"],es:[],iife:["document","URL"],system:["module","URL"],umd:["document","require","URL"]},Dr=(e,t="URL")=>`new ${t}(${e}).href`,Rr=(e,t=!1)=>Dr(`'${L(e)}', ${t?"typeof document === 'undefined' ? location.href : ":""}document.currentScript && document.currentScript.src || document.baseURI`),Lr=e=>(t,{chunkId:n})=>{const s=e(n);return null===t?`({ url: ${s} })`:"url"===t?s:"undefined"},Br=e=>`require('u' + 'rl').pathToFileURL(${e}).href`,Tr=e=>Br(`__dirname + '/${e}'`),zr=(e,t=!1)=>`${t?"typeof document === 'undefined' ? location.href : ":""}(${nr} && ${nr}.src || new URL('${L(e)}', document.baseURI).href)`,Vr={amd:e=>("."!==e[0]&&(e="./"+e),Dr(`require.toUrl('${e}'), document.baseURI`)),cjs:e=>`(typeof document === 'undefined' ? ${Tr(e)} : ${Rr(e)})`,es:e=>Dr(`'${e}', import.meta.url`),iife:e=>Rr(e),system:e=>Dr(`'${e}', module.meta.url`),umd:e=>`(typeof document === 'undefined' && typeof location === 'undefined' ? ${Tr(e)} : ${Rr(e,!0)})`},Fr={amd:Lr((()=>Dr("module.uri, document.baseURI"))),cjs:Lr((e=>`(typeof document === 'undefined' ? ${Br("__filename")} : ${zr(e)})`)),iife:Lr((e=>zr(e))),system:(e,{snippets:{getPropertyAccess:t}})=>null===e?"module.meta":`module.meta${t(e)}`,umd:Lr((e=>`(typeof document === 'undefined' && typeof location === 'undefined' ? ${Br("__filename")} : ${zr(e,!0)})`))};class jr extends _n{constructor(){super(...arguments),this.objectEntity=null}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.getObjectEntity().deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizeCache(){this.getObjectEntity().deoptimizeAllProperties()}deoptimizePath(e){this.getObjectEntity().deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.getObjectEntity().getLiteralValueAtPath(e,t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,n,s)}hasEffectsOnInteractionAtPath(e,t,n){return this.getObjectEntity().hasEffectsOnInteractionAtPath(e,t,n)}render(e,t,{renderedSurroundingElement:n}=me){super.render(e,t),n!==ls&&n!==os||(e.appendRight(this.start,"("),e.prependLeft(this.end,")"))}applyDeoptimizations(){}getObjectEntity(){if(null!==this.objectEntity)return this.objectEntity;let e=Gn;const t=[];for(const n of this.properties){if(n instanceof Dn){t.push({key:H,kind:"init",property:n});continue}let s;if(n.computed){const e=n.key.getLiteralValueAtPath(X,ne,this);if("symbol"==typeof e){t.push({key:H,kind:n.kind,property:n});continue}s=String(e)}else if(s=n.key instanceof qs?n.key.name:String(n.key.value),"__proto__"===s&&"init"===n.kind){e=n.value instanceof $i&&null===n.value.value?null:n.value;continue}t.push({key:s,kind:n.kind,property:n})}return this.objectEntity=new Fn(t,e)}}class Ur extends _n{constructor(){super(...arguments),this.hasCachedEffect=null,this.hasLoggedEffect=!1}hasCachedEffects(){return!!this.included&&(null===this.hasCachedEffect?this.hasCachedEffect=this.hasEffects(nn()):this.hasCachedEffect)}hasEffects(e){for(const t of this.body)if(t.hasEffects(e)){if(this.context.options.experimentalLogSideEffects&&!this.hasLoggedEffect){this.hasLoggedEffect=!0;const{code:e,log:n,module:s}=this.context;n(Se,Lt(e,s.id,ke(e,t.start,{offsetLine:1})),t.start)}return this.hasCachedEffect=!0}return!1}include(e,t){this.included=!0;for(const n of this.body)(t||n.shouldBeIncluded(e))&&n.include(e,t)}render(e,t){let n=this.start;if(e.original.startsWith("#!")&&(n=Math.min(e.original.indexOf("\n")+1,this.end),e.remove(0,n)),this.body.length>0){for(;"/"===e.original[n]&&/[*/]/.test(e.original[n+1]);){const t=ei(e.original.slice(n,this.body[0].start));if(-1===t[0])break;n+=t[1]}ti(this.body,e,n,this.end,t)}else super.render(e,t)}applyDeoptimizations(){}}class Gr extends _n{hasEffects(e){if(this.test?.hasEffects(e))return!0;for(const t of this.consequent){if(e.brokenFlow)break;if(t.hasEffects(e))return!0}return!1}include(e,t){this.included=!0,this.test?.include(e,t);for(const n of this.consequent)(t||n.shouldBeIncluded(e))&&n.include(e,t)}render(e,t,n){if(this.consequent.length>0){this.test&&this.test.render(e,t);const s=this.test?this.test.end:Js(e.original,"default",this.start)+7,i=Js(e.original,":",s)+1;ti(this.consequent,e,i,n.end,t)}else super.render(e,t)}}Gr.prototype.needsBoundaries=!0;class Wr extends _n{deoptimizeArgumentsOnInteractionAtPath(){}getLiteralValueAtPath(e){return e.length>0||1!==this.quasis.length?ie:this.quasis[0].value.cooked}getReturnExpressionWhenCalledAtPath(e){return 1!==e.length?le:xn(bn,e[0])}hasEffectsOnInteractionAtPath(e,t,n){return 0===t.type?e.length>1:2!==t.type||1!==e.length||En(bn,e[0],t,n)}render(e,t){e.indentExclusionRanges.push([this.start,this.end]),super.render(e,t)}}class Hr extends pe{constructor(){super("undefined")}getLiteralValueAtPath(){}}class qr extends us{constructor(e,t,n){super(e,t,t.declaration,n),this.hasId=!1,this.originalId=null,this.originalVariable=null;const s=t.declaration;(s instanceof Vi||s instanceof Di)&&s.id?(this.hasId=!0,this.originalId=s.id):s instanceof qs&&(this.originalId=s)}addReference(e){this.hasId||(this.name=e.name)}forbidName(e){const t=this.getOriginalVariable();t===this?super.forbidName(e):t.forbidName(e)}getAssignedVariableName(){return this.originalId&&this.originalId.name||null}getBaseVariableName(){const e=this.getOriginalVariable();return e===this?super.getBaseVariableName():e.getBaseVariableName()}getDirectOriginalVariable(){return!this.originalId||!this.hasId&&(this.originalId.isPossibleTDZ()||this.originalId.variable.isReassigned||this.originalId.variable instanceof Hr||"syntheticNamespace"in this.originalId.variable)?null:this.originalId.variable}getName(e){const t=this.getOriginalVariable();return t===this?super.getName(e):t.getName(e)}getOriginalVariable(){if(this.originalVariable)return this.originalVariable;let e,t=this;const n=new Set;do{n.add(t),e=t,t=e.getDirectOriginalVariable()}while(t instanceof qr&&!n.has(t));return this.originalVariable=t||e}}class Kr extends As{constructor(e,t){super(e),this.context=t,this.variables.set("this",new us("this",null,rn,t))}addExportDefaultDeclaration(e,t,n){const s=new qr(e,t,n);return this.variables.set("default",s),s}addNamespaceMemberAccess(){}deconflict(e,t,n){for(const s of this.children)s.deconflict(e,t,n)}findLexicalBoundary(){return this}findVariable(e){const t=this.variables.get(e)||this.accessedOutsideVariables.get(e);if(t)return t;const n=this.context.traceVariable(e)||this.parent.findVariable(e);return n instanceof Ws&&this.accessedOutsideVariables.set(e,n),n}}const Yr={"!":e=>!e,"+":e=>+e,"-":e=>-e,delete:()=>ie,typeof:e=>typeof e,void:()=>{},"~":e=>~e};class Xr extends _n{deoptimizePath(){for(const e of this.declarations)e.deoptimizePath(X)}hasEffectsOnInteractionAtPath(){return!1}include(e,t,{asSingleStatement:n}=me){this.included=!0;for(const s of this.declarations){(t||s.shouldBeIncluded(e))&&s.include(e,t);const{id:i,init:r}=s;n&&i.include(e,t),r&&i.included&&!r.included&&(i instanceof pi||i instanceof rs)&&r.include(e,t)}}initialise(){for(const e of this.declarations)e.declareDeclarator(this.kind)}removeAnnotations(e){this.declarations[0].removeAnnotations(e)}render(e,t,n=me){if(function(e,t){for(const n of e){if(!n.id.included)return!1;if(n.id.type===cs){if(t.has(n.id.variable))return!1}else{const e=[];if(n.id.addExportedVariables(e,t),e.length>0)return!1}}return!0}(this.declarations,t.exportNamesByVariable)){for(const n of this.declarations)n.render(e,t);n.isNoStatement||59===e.original.charCodeAt(this.end-1)||e.appendLeft(this.end,";")}else this.renderReplacedDeclarations(e,t)}applyDeoptimizations(){}renderDeclarationEnd(e,t,n,s,i,r,o){59===e.original.charCodeAt(this.end-1)&&e.remove(this.end-1,this.end),t+=";",null===n?e.appendLeft(i,t):(10!==e.original.charCodeAt(s-1)||10!==e.original.charCodeAt(this.end)&&13!==e.original.charCodeAt(this.end)||(s--,13===e.original.charCodeAt(s)&&s--),s===n+1?e.overwrite(n,i,t):(e.overwrite(n,n+1,t),e.remove(s,i))),r.length>0&&e.appendLeft(i,` ${di(r,o)};`)}renderReplacedDeclarations(e,t){const n=ni(this.declarations,e,this.start+this.kind.length,this.end-(59===e.original.charCodeAt(this.end-1)?1:0));let s,i;i=Qs(e.original,this.start+this.kind.length);let r=i-1;e.remove(this.start,r);let o,a,l=!1,c=!1,d="";const u=[],h=function(e,t,n){let s=null;if("system"===t.format){for(const{node:i}of e)i.id instanceof qs&&i.init&&0===n.length&&1===t.exportNamesByVariable.get(i.id.variable)?.length?(s=i.id.variable,n.push(s)):i.id.addExportedVariables(n,t.exportNamesByVariable);n.length>1?s=null:s&&(n.length=0)}return s}(n,t,u);for(const{node:u,start:p,separator:f,contentEnd:m,end:g}of n)if(u.included){if(u.render(e,t),o="",a="",!u.id.included||u.id instanceof qs&&wr(u.id.variable,t.exportNamesByVariable))c&&(d+=";"),l=!1;else{if(h&&h===u.id.variable){const n=Js(e.original,"=",u.id.end);ui(h,Qs(e.original,n+1),null===f?m:f,e,t)}l?d+=",":(c&&(d+=";"),o+=`${this.kind} `,l=!0)}i===r+1?e.overwrite(r,i,d+o):(e.overwrite(r,r+1,d),e.appendLeft(i,o)),s=m,i=g,c=!0,r=f,d=""}else e.remove(p,g),u.removeAnnotations(e);this.renderDeclarationEnd(e,d,r,s,i,u,t)}}const Jr={ArrayExpression:is,ArrayPattern:rs,ArrowFunctionExpression:ci,AssignmentExpression:class extends _n{hasEffects(e){const{deoptimized:t,left:n,operator:s,right:i}=this;return t||this.applyDeoptimizations(),i.hasEffects(e)||n.hasEffectsAsAssignmentTarget(e,"="!==s)}hasEffectsOnInteractionAtPath(e,t,n){return this.right.hasEffectsOnInteractionAtPath(e,t,n)}include(e,t){const{deoptimized:n,left:s,right:i,operator:r}=this;n||this.applyDeoptimizations(),this.included=!0,(t||"="!==r||s.included||s.hasEffectsAsAssignmentTarget(nn(),!1))&&s.includeAsAssignmentTarget(e,t,"="!==r),i.include(e,t)}initialise(){this.left.setAssignedValue(this.right)}render(e,t,{preventASI:n,renderedParentType:s,renderedSurroundingElement:i}=me){const{left:r,right:o,start:a,end:l,parent:c}=this;if(r.included)r.render(e,t),o.render(e,t);else{const l=Qs(e.original,Js(e.original,"=",r.end)+1);e.remove(a,l),n&&si(e,l,o.start),o.render(e,t,{renderedParentType:s||c.type,renderedSurroundingElement:i||c.type})}if("system"===t.format)if(r instanceof qs){const n=r.variable,s=t.exportNamesByVariable.get(n);if(s)return void(1===s.length?ui(n,a,l,e,t):hi(n,a,l,c.type!==ls,e,t))}else{const n=[];if(r.addExportedVariables(n,t.exportNamesByVariable),n.length>0)return void function(e,t,n,s,i,r){const{_:o,getDirectReturnIifeLeft:a}=r.snippets;i.prependRight(t,a(["v"],`${di(e,r)},${o}v`,{needsArrowReturnParens:!0,needsWrappedFunction:s})),i.appendLeft(n,")")}(n,a,l,i===ls,e,t)}r.included&&r instanceof pi&&(i===ls||i===os)&&(e.appendRight(a,"("),e.prependLeft(l,")"))}applyDeoptimizations(){this.deoptimized=!0,this.left.deoptimizePath(X),this.right.deoptimizePath(J),this.context.requestTreeshakingPass()}},AssignmentPattern:class extends _n{addExportedVariables(e,t){this.left.addExportedVariables(e,t)}declare(e,t){return this.left.declare(e,t)}deoptimizePath(e){0===e.length&&this.left.deoptimizePath(e)}hasEffectsOnInteractionAtPath(e,t,n){return e.length>0||this.left.hasEffectsOnInteractionAtPath(X,t,n)}markDeclarationReached(){this.left.markDeclarationReached()}render(e,t,{isShorthandProperty:n}=me){this.left.render(e,t,{isShorthandProperty:n}),this.right.render(e,t)}applyDeoptimizations(){this.deoptimized=!0,this.left.deoptimizePath(X),this.right.deoptimizePath(J),this.context.requestTreeshakingPass()}},AwaitExpression:bi,BinaryExpression:class extends _n{deoptimizeCache(){}getLiteralValueAtPath(e,t,n){if(e.length>0)return ie;const s=this.left.getLiteralValueAtPath(X,t,n);if("symbol"==typeof s)return ie;const i=this.right.getLiteralValueAtPath(X,t,n);if("symbol"==typeof i)return ie;const r=Ei[this.operator];return r?r(s,i):ie}hasEffects(e){return"+"===this.operator&&this.parent instanceof ri&&""===this.left.getLiteralValueAtPath(X,ne,this)||super.hasEffects(e)}hasEffectsOnInteractionAtPath(e,{type:t}){return 0!==t||e.length>1}removeAnnotations(e){this.left.removeAnnotations(e)}render(e,t,{renderedSurroundingElement:n}=me){this.left.render(e,t,{renderedSurroundingElement:n}),this.right.render(e,t)}},BlockStatement:oi,BreakStatement:class extends _n{hasEffects(e){if(this.label){if(!e.ignore.labels.has(this.label.name))return!0;e.includedLabels.add(this.label.name)}else{if(!e.ignore.breaks)return!0;e.hasBreak=!0}return e.brokenFlow=!0,!1}include(e){this.included=!0,this.label?(this.label.include(),e.includedLabels.add(this.label.name)):e.hasBreak=!0,e.brokenFlow=!0}},CallExpression:Pi,CatchClause:class extends _n{createScope(e){this.scope=new ki(e,this.context)}parseNode(e){const{param:t}=e;t&&(this.param=new(this.context.getNodeConstructor(t.type))(t,this,this.scope),this.param.declare("parameter",ae)),super.parseNode(e)}},ChainExpression:class extends _n{deoptimizeCache(){}getLiteralValueAtPath(e,t,n){if(!this.expression.isSkippedAsOptional(n))return this.expression.getLiteralValueAtPath(e,t,n)}hasEffects(e){return!this.expression.isSkippedAsOptional(this)&&this.expression.hasEffects(e)}removeAnnotations(e){this.expression.removeAnnotations(e)}},ClassBody:class extends _n{createScope(e){this.scope=new Ni(e,this.parent,this.context)}include(e,t){this.included=!0,this.context.includeVariableInModule(this.scope.thisVariable);for(const n of this.body)n.include(e,t)}parseNode(e){const t=this.body=[];for(const n of e.body)t.push(new(this.context.getNodeConstructor(n.type))(n,this,n.static?this.scope:this.scope.instanceScope));super.parseNode(e)}applyDeoptimizations(){}},ClassDeclaration:Di,ClassExpression:Ri,ConditionalExpression:class extends _n{constructor(){super(...arguments),this.expressionsToBeDeoptimized=[],this.isBranchResolutionAnalysed=!1,this.usedBranch=null}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.consequent.deoptimizeArgumentsOnInteractionAtPath(e,t,n),this.alternate.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizeCache(){if(null!==this.usedBranch){const e=this.usedBranch===this.consequent?this.alternate:this.consequent;this.usedBranch=null,e.deoptimizePath(J);const{expressionsToBeDeoptimized:t}=this;this.expressionsToBeDeoptimized=ye;for(const e of t)e.deoptimizeCache()}}deoptimizePath(e){const t=this.getUsedBranch();t?t.deoptimizePath(e):(this.consequent.deoptimizePath(e),this.alternate.deoptimizePath(e))}getLiteralValueAtPath(e,t,n){const s=this.getUsedBranch();return s?(this.expressionsToBeDeoptimized.push(n),s.getLiteralValueAtPath(e,t,n)):ie}getReturnExpressionWhenCalledAtPath(e,t,n,s){const i=this.getUsedBranch();return i?(this.expressionsToBeDeoptimized.push(s),i.getReturnExpressionWhenCalledAtPath(e,t,n,s)):[new Li([this.consequent.getReturnExpressionWhenCalledAtPath(e,t,n,s)[0],this.alternate.getReturnExpressionWhenCalledAtPath(e,t,n,s)[0]]),!1]}hasEffects(e){if(this.test.hasEffects(e))return!0;const t=this.getUsedBranch();return t?t.hasEffects(e):this.consequent.hasEffects(e)||this.alternate.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,n){const s=this.getUsedBranch();return s?s.hasEffectsOnInteractionAtPath(e,t,n):this.consequent.hasEffectsOnInteractionAtPath(e,t,n)||this.alternate.hasEffectsOnInteractionAtPath(e,t,n)}include(e,t){this.included=!0;const n=this.getUsedBranch();t||this.test.shouldBeIncluded(e)||null===n?(this.test.include(e,t),this.consequent.include(e,t),this.alternate.include(e,t)):n.include(e,t)}includeCallArguments(e,t){const n=this.getUsedBranch();n?n.includeCallArguments(e,t):(this.consequent.includeCallArguments(e,t),this.alternate.includeCallArguments(e,t))}removeAnnotations(e){this.test.removeAnnotations(e)}render(e,t,{isCalleeOfRenderedParent:n,preventASI:s,renderedParentType:i,renderedSurroundingElement:r}=me){const o=this.getUsedBranch();if(this.test.included)this.test.render(e,t,{renderedSurroundingElement:r}),this.consequent.render(e,t),this.alternate.render(e,t);else{const a=Js(e.original,":",this.consequent.end),l=Qs(e.original,(this.consequent.included?Js(e.original,"?",this.test.end):a)+1);s&&si(e,l,o.start),e.remove(this.start,l),this.consequent.included&&e.remove(a,this.end),this.test.removeAnnotations(e),o.render(e,t,{isCalleeOfRenderedParent:n,preventASI:!0,renderedParentType:i||this.parent.type,renderedSurroundingElement:r||this.parent.type})}}getUsedBranch(){if(this.isBranchResolutionAnalysed)return this.usedBranch;this.isBranchResolutionAnalysed=!0;const e=this.test.getLiteralValueAtPath(X,ne,this);return"symbol"==typeof e?null:this.usedBranch=e?this.consequent:this.alternate}},ContinueStatement:class extends _n{hasEffects(e){if(this.label){if(!e.ignore.labels.has(this.label.name))return!0;e.includedLabels.add(this.label.name)}else{if(!e.ignore.continues)return!0;e.hasContinue=!0}return e.brokenFlow=!0,!1}include(e){this.included=!0,this.label?(this.label.include(),e.includedLabels.add(this.label.name)):e.hasContinue=!0,e.brokenFlow=!0}},DoWhileStatement:class extends _n{hasEffects(e){return!!this.test.hasEffects(e)||Bi(e,this.body)}include(e,t){this.included=!0,this.test.include(e,t),Ti(e,this.body,t)}},EmptyStatement:class extends _n{hasEffects(){return!1}},ExportAllDeclaration:zi,ExportDefaultDeclaration:Fi,ExportNamedDeclaration:ji,ExportSpecifier:class extends _n{applyDeoptimizations(){}},ExpressionStatement:ri,ForInStatement:class extends _n{createScope(e){this.scope=new ii(e)}hasEffects(e){const{body:t,deoptimized:n,left:s,right:i}=this;return n||this.applyDeoptimizations(),!(!s.hasEffectsAsAssignmentTarget(e,!1)&&!i.hasEffects(e))||Bi(e,t)}include(e,t){const{body:n,deoptimized:s,left:i,right:r}=this;s||this.applyDeoptimizations(),this.included=!0,i.includeAsAssignmentTarget(e,t||!0,!1),r.include(e,t),Ti(e,n,t)}initialise(){this.left.setAssignedValue(ae)}render(e,t){this.left.render(e,t,Xs),this.right.render(e,t,Xs),110===e.original.charCodeAt(this.right.start-1)&&e.prependLeft(this.right.start," "),this.body.render(e,t)}applyDeoptimizations(){this.deoptimized=!0,this.left.deoptimizePath(X),this.context.requestTreeshakingPass()}},ForOfStatement:class extends _n{createScope(e){this.scope=new ii(e)}hasEffects(){return this.deoptimized||this.applyDeoptimizations(),!0}include(e,t){const{body:n,deoptimized:s,left:i,right:r}=this;s||this.applyDeoptimizations(),this.included=!0,i.includeAsAssignmentTarget(e,t||!0,!1),r.include(e,t),Ti(e,n,t)}initialise(){this.left.setAssignedValue(ae)}render(e,t){this.left.render(e,t,Xs),this.right.render(e,t,Xs),102===e.original.charCodeAt(this.right.start-1)&&e.prependLeft(this.right.start," "),this.body.render(e,t)}applyDeoptimizations(){this.deoptimized=!0,this.left.deoptimizePath(X),this.right.deoptimizePath(J),this.context.requestTreeshakingPass()}},ForStatement:class extends _n{createScope(e){this.scope=new ii(e)}hasEffects(e){return!!(this.init?.hasEffects(e)||this.test?.hasEffects(e)||this.update?.hasEffects(e))||Bi(e,this.body)}include(e,t){this.included=!0,this.init?.include(e,t,{asSingleStatement:!0}),this.test?.include(e,t),this.update?.include(e,t),Ti(e,this.body,t)}render(e,t){this.init?.render(e,t,Xs),this.test?.render(e,t,Xs),this.update?.render(e,t,Xs),this.body.render(e,t)}},FunctionDeclaration:Vi,FunctionExpression:Ui,Identifier:qs,IfStatement:Hi,ImportAttribute:class extends _n{},ImportDeclaration:qi,ImportDefaultSpecifier:Ki,ImportExpression:class extends _n{constructor(){super(...arguments),this.inlineNamespace=null,this.attributes=null,this.mechanism=null,this.namespaceExportName=void 0,this.resolution=null,this.resolutionString=null}bind(){this.source.bind()}getDeterministicImportedNames(){const e=this.parent;if(e instanceof ri)return ye;if(e instanceof bi){const t=e.parent;if(t instanceof ri)return ye;if(t instanceof Sr){const e=t.id;return e instanceof pi?Pr(e):void 0}if(t instanceof Si){const e=t.property;if(!t.computed&&e instanceof qs)return[e.name]}}else if(e instanceof Si){const t=e.parent,n=e.property;if(!(t instanceof Pi&&n instanceof qs))return;const s=n.name;if(t.parent instanceof ri&&["catch","finally"].includes(s))return ye;if("then"!==s)return;if(0===t.arguments.length)return ye;const i=t.arguments[0];if(1!==t.arguments.length||!(i instanceof ci||i instanceof Ui))return;if(0===i.params.length)return ye;const r=i.params[0];return 1===i.params.length&&r instanceof pi?Pr(r):void 0}}hasEffects(){return!0}include(e,t){this.included||(this.included=!0,this.context.includeDynamicImport(this),this.scope.addAccessedDynamicImport(this)),this.source.include(e,t)}initialise(){this.context.addDynamicImport(this)}parseNode(e){super.parseNode(e,["source"])}render(e,t){const{snippets:{_:n,getDirectReturnFunction:s,getObject:i,getPropertyAccess:r}}=t;if(this.inlineNamespace){const[t,n]=s([],{functionReturn:!0,lineBreakIndent:null,name:null});e.overwrite(this.start,this.end,`Promise.resolve().then(${t}${this.inlineNamespace.getName(r)}${n})`)}else{if(this.mechanism&&(e.overwrite(this.start,Js(e.original,"(",this.start+6)+1,this.mechanism.left),e.overwrite(this.end-1,this.end,this.mechanism.right)),this.resolutionString){if(e.overwrite(this.source.start,this.source.end,this.resolutionString),this.namespaceExportName){const[t,n]=s(["n"],{functionReturn:!0,lineBreakIndent:null,name:null});e.prependLeft(this.end,`.then(${t}n.${this.namespaceExportName}${n})`)}}else this.source.render(e,t);!0!==this.attributes&&(this.options&&e.overwrite(this.source.end,this.end-1,"",{contentOnly:!0}),this.attributes&&e.appendLeft(this.end-1,`,${n}${i([["assert",this.attributes]],{lineBreakIndent:null})}`))}}setExternalResolution(e,t,n,s,i,r,o,a,l){const{format:c}=n;this.inlineNamespace=null,this.resolution=t,this.resolutionString=o,this.namespaceExportName=a,this.attributes=l;const d=[...Ir[c]||[]];let u;({helper:u,mechanism:this.mechanism}=this.getDynamicImportMechanismAndHelper(t,e,n,s,i)),u&&d.push(u),d.length>0&&this.scope.addAccessedGlobals(d,r)}setInternalResolution(e){this.inlineNamespace=e}applyDeoptimizations(){}getDynamicImportMechanismAndHelper(e,t,{compact:n,dynamicImportInCjs:s,format:i,generatedCode:{arrowFunctions:r},interop:o},{_:a,getDirectReturnFunction:l,getDirectReturnIifeLeft:c},d){const u=d.hookFirstSync("renderDynamicImport",[{customResolution:"string"==typeof this.resolution?this.resolution:null,format:i,moduleId:this.context.module.id,targetModuleId:this.resolution&&"string"!=typeof this.resolution?this.resolution.id:null}]);if(u)return{helper:null,mechanism:u};const h=!this.resolution||"string"==typeof this.resolution;switch(i){case"cjs":{if(s&&(!e||"string"==typeof e||e instanceof Zt))return{helper:null,mechanism:null};const n=vr(e,t,o);let i="require(",a=")";n&&(i=`/*#__PURE__*/${n}(${i}`,a+=")");const[d,u]=l([],{functionReturn:!0,lineBreakIndent:null,name:null});return i=`Promise.resolve().then(${d}${i}`,a+=`${u})`,!r&&h&&(i=c(["t"],`${i}t${a}`,{needsArrowReturnParens:!1,needsWrappedFunction:!0}),a=")"),{helper:n,mechanism:{left:i,right:a}}}case"amd":{const s=n?"c":"resolve",i=n?"e":"reject",d=vr(e,t,o),[u,p]=l(["m"],{functionReturn:!1,lineBreakIndent:null,name:null}),f=d?`${u}${s}(/*#__PURE__*/${d}(m))${p}`:s,[m,g]=l([s,i],{functionReturn:!1,lineBreakIndent:null,name:null});let y=`new Promise(${m}require([`,b=`],${a}${f},${a}${i})${g})`;return!r&&h&&(y=c(["t"],`${y}t${b}`,{needsArrowReturnParens:!1,needsWrappedFunction:!0}),b=")"),{helper:d,mechanism:{left:y,right:b}}}case"system":return{helper:null,mechanism:{left:"module.import(",right:")"}}}return{helper:null,mechanism:null}}},ImportNamespaceSpecifier:kr,ImportSpecifier:class extends _n{applyDeoptimizations(){}},LabeledStatement:class extends _n{hasEffects(e){const t=e.brokenFlow;return e.ignore.labels.add(this.label.name),!!this.body.hasEffects(e)||(e.ignore.labels.delete(this.label.name),e.includedLabels.has(this.label.name)&&(e.includedLabels.delete(this.label.name),e.brokenFlow=t),!1)}include(e,t){this.included=!0;const n=e.brokenFlow;this.body.include(e,t),(t||e.includedLabels.has(this.label.name))&&(this.label.include(),e.includedLabels.delete(this.label.name),e.brokenFlow=n)}render(e,t){this.label.included?this.label.render(e,t):e.remove(this.start,Qs(e.original,Js(e.original,":",this.label.end)+1)),this.body.render(e,t)}},Literal:$i,LogicalExpression:class extends _n{constructor(){super(...arguments),this.expressionsToBeDeoptimized=[],this.isBranchResolutionAnalysed=!1,this.usedBranch=null}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.left.deoptimizeArgumentsOnInteractionAtPath(e,t,n),this.right.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizeCache(){if(this.usedBranch){const e=this.usedBranch===this.left?this.right:this.left;this.usedBranch=null,e.deoptimizePath(J);const{context:t,expressionsToBeDeoptimized:n}=this;this.expressionsToBeDeoptimized=ye;for(const e of n)e.deoptimizeCache();t.requestTreeshakingPass()}}deoptimizePath(e){const t=this.getUsedBranch();t?t.deoptimizePath(e):(this.left.deoptimizePath(e),this.right.deoptimizePath(e))}getLiteralValueAtPath(e,t,n){const s=this.getUsedBranch();return s?(this.expressionsToBeDeoptimized.push(n),s.getLiteralValueAtPath(e,t,n)):ie}getReturnExpressionWhenCalledAtPath(e,t,n,s){const i=this.getUsedBranch();return i?(this.expressionsToBeDeoptimized.push(s),i.getReturnExpressionWhenCalledAtPath(e,t,n,s)):[new Li([this.left.getReturnExpressionWhenCalledAtPath(e,t,n,s)[0],this.right.getReturnExpressionWhenCalledAtPath(e,t,n,s)[0]]),!1]}hasEffects(e){return!!this.left.hasEffects(e)||this.getUsedBranch()!==this.left&&this.right.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,n){const s=this.getUsedBranch();return s?s.hasEffectsOnInteractionAtPath(e,t,n):this.left.hasEffectsOnInteractionAtPath(e,t,n)||this.right.hasEffectsOnInteractionAtPath(e,t,n)}include(e,t){this.included=!0;const n=this.getUsedBranch();t||n===this.right&&this.left.shouldBeIncluded(e)||!n?(this.left.include(e,t),this.right.include(e,t)):n.include(e,t)}removeAnnotations(e){this.left.removeAnnotations(e)}render(e,t,{isCalleeOfRenderedParent:n,preventASI:s,renderedParentType:i,renderedSurroundingElement:r}=me){if(this.left.included&&this.right.included)this.left.render(e,t,{preventASI:s,renderedSurroundingElement:r}),this.right.render(e,t);else{const o=Js(e.original,this.operator,this.left.end);if(this.right.included){const t=Qs(e.original,o+2);e.remove(this.start,t),s&&si(e,t,this.right.start),this.left.removeAnnotations(e)}else e.remove(o,this.end);this.getUsedBranch().render(e,t,{isCalleeOfRenderedParent:n,preventASI:s,renderedParentType:i||this.parent.type,renderedSurroundingElement:r||this.parent.type})}}getUsedBranch(){if(!this.isBranchResolutionAnalysed){this.isBranchResolutionAnalysed=!0;const e=this.left.getLiteralValueAtPath(X,ne,this);if("symbol"==typeof e)return null;this.usedBranch="||"===this.operator&&e||"&&"===this.operator&&!e||"??"===this.operator&&null!=e?this.left:this.right}return this.usedBranch}},MemberExpression:Si,MetaProperty:class extends _n{constructor(){super(...arguments),this.metaProperty=null,this.preliminaryChunkId=null,this.referenceId=null}getReferencedFileName(e){const{meta:{name:t},metaProperty:n}=this;return t===Cr&&n?.startsWith(Nr)?e.getFileName(n.slice(16)):null}hasEffects(){return!1}hasEffectsOnInteractionAtPath(e,{type:t}){return e.length>1||0!==t}include(){if(!this.included&&(this.included=!0,this.meta.name===Cr)){this.context.addImportMeta(this);const e=this.parent,t=this.metaProperty=e instanceof Si&&"string"==typeof e.propertyKey?e.propertyKey:null;t?.startsWith(Nr)&&(this.referenceId=t.slice(16))}}render(e,t){const{format:n,pluginDriver:s,snippets:i}=t,{context:{module:r},meta:{name:o},metaProperty:a,parent:l,preliminaryChunkId:c,referenceId:d,start:u,end:h}=this,{id:p}=r;if(o!==Cr)return;const f=c;if(d){const t=s.getFileName(d),i=P(M(N(f),t)),r=s.hookFirstSync("resolveFileUrl",[{chunkId:f,fileName:t,format:n,moduleId:p,referenceId:d,relativePath:i}])||Vr[n](i);return void e.overwrite(l.start,l.end,r,{contentOnly:!0})}let m=s.hookFirstSync("resolveImportMeta",[a,{chunkId:f,format:n,moduleId:p}]);m||(m=Fr[n]?.(a,{chunkId:f,snippets:i}),t.accessedDocumentCurrentScript||=Mr.includes(n)&&"undefined"!==m),"string"==typeof m&&(l instanceof Si?e.overwrite(l.start,l.end,m,{contentOnly:!0}):e.overwrite(u,h,m,{contentOnly:!0}))}setResolution(e,t,n){this.preliminaryChunkId=n;const s=(this.metaProperty?.startsWith(Nr)?_r:Or)[e];s.length>0&&this.scope.addAccessedGlobals(s,t)}},MethodDefinition:Mi,NewExpression:class extends _n{hasEffects(e){try{for(const t of this.arguments)if(t.hasEffects(e))return!0;return!this.annotationPure&&(this.callee.hasEffects(e)||this.callee.hasEffectsOnInteractionAtPath(X,this.interaction,e))}finally{this.deoptimized||this.applyDeoptimizations()}}hasEffectsOnInteractionAtPath(e,{type:t}){return e.length>0||0!==t}include(e,t){this.deoptimized||this.applyDeoptimizations(),t?super.include(e,t):(this.included=!0,this.callee.include(e,!1)),this.callee.includeCallArguments(e,this.arguments)}initialise(){this.interaction={args:[null,...this.arguments],type:2,withNew:!0}}render(e,t){this.callee.render(e,t),xi(e,t,this)}applyDeoptimizations(){this.deoptimized=!0,this.callee.deoptimizeArgumentsOnInteractionAtPath(this.interaction,X,ne),this.context.requestTreeshakingPass()}},ObjectExpression:jr,ObjectPattern:pi,PrivateIdentifier:class extends _n{},Program:Ur,Property:class extends Ci{constructor(){super(...arguments),this.declarationInit=null}declare(e,t){return this.declarationInit=t,this.value.declare(e,ae)}hasEffects(e){this.deoptimized||this.applyDeoptimizations();const t=this.context.options.treeshake.propertyReadSideEffects;return"ObjectPattern"===this.parent.type&&"always"===t||this.key.hasEffects(e)||this.value.hasEffects(e)}markDeclarationReached(){this.value.markDeclarationReached()}render(e,t){this.shorthand||this.key.render(e,t),this.value.render(e,t,{isShorthandProperty:this.shorthand})}applyDeoptimizations(){this.deoptimized=!0,null!==this.declarationInit&&(this.declarationInit.deoptimizePath([H,H]),this.context.requestTreeshakingPass())}},PropertyDefinition:class extends _n{deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.value?.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){this.value?.deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.value?this.value.getLiteralValueAtPath(e,t,n):ie}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.value?this.value.getReturnExpressionWhenCalledAtPath(e,t,n,s):le}hasEffects(e){return this.key.hasEffects(e)||this.static&&!!this.value?.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,n){return!this.value||this.value.hasEffectsOnInteractionAtPath(e,t,n)}applyDeoptimizations(){}},RestElement:ai,ReturnStatement:class extends _n{hasEffects(e){return!(e.ignore.returnYield&&!this.argument?.hasEffects(e))||(e.brokenFlow=!0,!1)}include(e,t){this.included=!0,this.argument?.include(e,t),e.brokenFlow=!0}initialise(){this.scope.addReturnExpression(this.argument||ae)}render(e,t){this.argument&&(this.argument.render(e,t,{preventASI:!0}),this.argument.start===this.start+6&&e.prependLeft(this.start+6," "))}},SequenceExpression:class extends _n{deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.expressions[this.expressions.length-1].deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){this.expressions[this.expressions.length-1].deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.expressions[this.expressions.length-1].getLiteralValueAtPath(e,t,n)}hasEffects(e){for(const t of this.expressions)if(t.hasEffects(e))return!0;return!1}hasEffectsOnInteractionAtPath(e,t,n){return this.expressions[this.expressions.length-1].hasEffectsOnInteractionAtPath(e,t,n)}include(e,t){this.included=!0;const n=this.expressions[this.expressions.length-1];for(const s of this.expressions)(t||s===n&&!(this.parent instanceof ri)||s.shouldBeIncluded(e))&&s.include(e,t)}removeAnnotations(e){this.expressions[0].removeAnnotations(e)}render(e,t,{renderedParentType:n,isCalleeOfRenderedParent:s,preventASI:i}=me){let r=0,o=null;const a=this.expressions[this.expressions.length-1];for(const{node:l,separator:c,start:d,end:u}of ni(this.expressions,e,this.start,this.end))if(l.included)if(r++,o=c,1===r&&i&&si(e,d,l.start),1===r){const i=n||this.parent.type;l.render(e,t,{isCalleeOfRenderedParent:s&&l===a,renderedParentType:i,renderedSurroundingElement:i})}else l.render(e,t);else Ys(l,e,d,u);o&&e.remove(o,this.end)}},SpreadElement:Dn,StaticBlock:class extends _n{createScope(e){this.scope=new ii(e)}hasEffects(e){for(const t of this.body)if(t.hasEffects(e))return!0;return!1}include(e,t){this.included=!0;for(const n of this.body)(t||n.shouldBeIncluded(e))&&n.include(e,t)}render(e,t){if(this.body.length>0){const n=Js(e.original.slice(this.start,this.end),"{")+1;ti(this.body,e,this.start+n,this.end-1,t)}else super.render(e,t)}},Super:class extends _n{bind(){this.variable=this.scope.findVariable("this")}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.variable.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){this.variable.deoptimizePath(e)}include(){this.included||(this.included=!0,this.context.includeVariableInModule(this.variable))}},SwitchCase:Gr,SwitchStatement:class extends _n{createScope(e){this.parentScope=e,this.scope=new ii(e)}hasEffects(e){if(this.discriminant.hasEffects(e))return!0;const{brokenFlow:t,hasBreak:n,ignore:s}=e,{breaks:i}=s;s.breaks=!0,e.hasBreak=!1;let r=!0;for(const n of this.cases){if(n.hasEffects(e))return!0;r&&=e.brokenFlow&&!e.hasBreak,e.hasBreak=!1,e.brokenFlow=t}return null!==this.defaultCase&&(e.brokenFlow=r),s.breaks=i,e.hasBreak=n,!1}include(e,t){this.included=!0,this.discriminant.include(e,t);const{brokenFlow:n,hasBreak:s}=e;e.hasBreak=!1;let i=!0,r=t||null!==this.defaultCase&&this.defaultCase<this.cases.length-1;for(let s=this.cases.length-1;s>=0;s--){const o=this.cases[s];if(o.included&&(r=!0),!r){const e=nn();e.ignore.breaks=!0,r=o.hasEffects(e)}r?(o.include(e,t),i&&=e.brokenFlow&&!e.hasBreak,e.hasBreak=!1,e.brokenFlow=n):i=n}r&&null!==this.defaultCase&&(e.brokenFlow=i),e.hasBreak=s}initialise(){for(let e=0;e<this.cases.length;e++)if(null===this.cases[e].test)return void(this.defaultCase=e);this.defaultCase=null}parseNode(e){this.discriminant=new(this.context.getNodeConstructor(e.discriminant.type))(e.discriminant,this,this.parentScope),super.parseNode(e)}render(e,t){this.discriminant.render(e,t),this.cases.length>0&&ti(this.cases,e,this.cases[0].start,this.end-1,t)}},TaggedTemplateExpression:class extends Ii{bind(){if(super.bind(),this.tag.type===cs){const e=this.tag.name;this.scope.findVariable(e).isNamespace&&this.context.log(we,_t(e),this.start)}}hasEffects(e){try{for(const t of this.quasi.expressions)if(t.hasEffects(e))return!0;return this.tag.hasEffects(e)||this.tag.hasEffectsOnInteractionAtPath(X,this.interaction,e)}finally{this.deoptimized||this.applyDeoptimizations()}}include(e,t){this.deoptimized||this.applyDeoptimizations(),t?super.include(e,t):(this.included=!0,this.tag.include(e,t),this.quasi.include(e,t)),this.tag.includeCallArguments(e,this.args);const[n]=this.getReturnExpression();n.included||n.include(e,!1)}initialise(){this.args=[ae,...this.quasi.expressions],this.interaction={args:[this.tag instanceof Si&&!this.tag.variable?this.tag.object:null,...this.args],type:2,withNew:!1}}render(e,t){this.tag.render(e,t,{isCalleeOfRenderedParent:!0}),this.quasi.render(e,t)}applyDeoptimizations(){this.deoptimized=!0,this.tag.deoptimizeArgumentsOnInteractionAtPath(this.interaction,X,ne),this.context.requestTreeshakingPass()}getReturnExpression(e=ne){return null===this.returnExpression?(this.returnExpression=le,this.returnExpression=this.tag.getReturnExpressionWhenCalledAtPath(X,this.interaction,e,this)):this.returnExpression}},TemplateElement:class extends _n{bind(){}hasEffects(){return!1}include(){this.included=!0}parseNode(e){this.value=e.value,super.parseNode(e)}render(){}},TemplateLiteral:Wr,ThisExpression:class extends _n{bind(){this.variable=this.scope.findVariable("this")}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.variable.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){this.variable.deoptimizePath(e)}hasEffectsOnInteractionAtPath(e,t,n){return 0===e.length?0!==t.type:this.variable.hasEffectsOnInteractionAtPath(e,t,n)}include(){this.included||(this.included=!0,this.context.includeVariableInModule(this.variable))}initialise(){this.alias=this.scope.findLexicalBoundary()instanceof Kr?this.context.moduleContext:null,"undefined"===this.alias&&this.context.log(we,{code:"THIS_IS_UNDEFINED",message:"The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten",url:Re("troubleshooting/#error-this-is-undefined")},this.start)}render(e){null!==this.alias&&e.overwrite(this.start,this.end,this.alias,{contentOnly:!1,storeName:!0})}},ThrowStatement:class extends _n{hasEffects(){return!0}include(e,t){this.included=!0,this.argument.include(e,t),e.brokenFlow=!0}render(e,t){this.argument.render(e,t,{preventASI:!0}),this.argument.start===this.start+5&&e.prependLeft(this.start+5," ")}},TryStatement:class extends _n{constructor(){super(...arguments),this.directlyIncluded=!1,this.includedLabelsAfterBlock=null}hasEffects(e){return(this.context.options.treeshake.tryCatchDeoptimization?this.block.body.length>0:this.block.hasEffects(e))||!!this.finalizer?.hasEffects(e)}include(e,t){const n=this.context.options.treeshake?.tryCatchDeoptimization,{brokenFlow:s,includedLabels:i}=e;if(this.directlyIncluded&&n){if(this.includedLabelsAfterBlock)for(const e of this.includedLabelsAfterBlock)i.add(e)}else this.included=!0,this.directlyIncluded=!0,this.block.include(e,n?On:t),i.size>0&&(this.includedLabelsAfterBlock=[...i]),e.brokenFlow=s;null!==this.handler&&(this.handler.include(e,t),e.brokenFlow=s),this.finalizer?.include(e,t)}},UnaryExpression:class extends _n{getLiteralValueAtPath(e,t,n){if(e.length>0)return ie;const s=this.argument.getLiteralValueAtPath(X,t,n);return"symbol"==typeof s?ie:Yr[this.operator](s)}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),!("typeof"===this.operator&&this.argument instanceof qs)&&(this.argument.hasEffects(e)||"delete"===this.operator&&this.argument.hasEffectsOnInteractionAtPath(X,ue,e))}hasEffectsOnInteractionAtPath(e,{type:t}){return 0!==t||e.length>("void"===this.operator?0:1)}applyDeoptimizations(){this.deoptimized=!0,"delete"===this.operator&&(this.argument.deoptimizePath(X),this.context.requestTreeshakingPass())}},UnknownNode:class extends _n{hasEffects(){return!0}include(e){super.include(e,!0)}},UpdateExpression:class extends _n{hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),this.argument.hasEffectsAsAssignmentTarget(e,!0)}hasEffectsOnInteractionAtPath(e,{type:t}){return e.length>1||0!==t}include(e,t){this.deoptimized||this.applyDeoptimizations(),this.included=!0,this.argument.includeAsAssignmentTarget(e,t,!0)}initialise(){this.argument.setAssignedValue(ae)}render(e,t){const{exportNamesByVariable:n,format:s,snippets:{_:i}}=t;if(this.argument.render(e,t),"system"===s){const s=this.argument.variable,r=n.get(s);if(r)if(this.prefix)1===r.length?ui(s,this.start,this.end,e,t):hi(s,this.start,this.end,this.parent.type!==ls,e,t);else{const n=this.operator[0];!function(e,t,n,s,i,r,o){const{_:a}=r.snippets;i.prependRight(t,`${di([e],r,o)},${a}`),s&&(i.prependRight(t,"("),i.appendLeft(n,")"))}(s,this.start,this.end,this.parent.type!==ls,e,t,`${i}${n}${i}1`)}}}applyDeoptimizations(){if(this.deoptimized=!0,this.argument.deoptimizePath(X),this.argument instanceof qs){this.scope.findVariable(this.argument.name).isReassigned=!0}this.context.requestTreeshakingPass()}},VariableDeclaration:Xr,VariableDeclarator:Sr,WhileStatement:class extends _n{hasEffects(e){return!!this.test.hasEffects(e)||Bi(e,this.body)}include(e,t){this.included=!0,this.test.include(e,t),Ti(e,this.body,t)}},YieldExpression:class extends _n{hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),!(e.ignore.returnYield&&!this.argument?.hasEffects(e))}render(e,t){this.argument&&(this.argument.render(e,t,{preventASI:!0}),this.argument.start===this.start+5&&e.prependLeft(this.start+5," "))}}},Zr="_missingExportShim";class Qr extends pe{constructor(e){super(Zr),this.module=e}include(){super.include(),this.module.needsExportShim=!0}}class eo extends pe{constructor(e){super(e.getModuleName()),this.memberVariables=null,this.mergedNamespaces=[],this.referencedEarly=!1,this.references=[],this.context=e,this.module=e.module}addReference(e){this.references.push(e),this.name=e.name}deoptimizeArgumentsOnInteractionAtPath(e,t,n){if(t.length>1||1===t.length&&2===e.type){const s=t[0];"string"==typeof s?this.getMemberVariables()[s]?.deoptimizeArgumentsOnInteractionAtPath(e,t.slice(1),n):ce(e)}}deoptimizePath(e){if(e.length>1){const t=e[0];"string"==typeof t&&this.getMemberVariables()[t]?.deoptimizePath(e.slice(1))}}getLiteralValueAtPath(e){return e[0]===Y?"Module":ie}getMemberVariables(){if(this.memberVariables)return this.memberVariables;const e=Object.create(null),t=[...this.context.getExports(),...this.context.getReexports()].sort();for(const n of t)if("*"!==n[0]&&n!==this.module.info.syntheticNamedExports){const t=this.context.traceExport(n);t&&(e[n]=t)}return this.memberVariables=e}hasEffectsOnInteractionAtPath(e,t,n){const{type:s}=t;if(0===e.length)return!0;if(1===e.length&&2!==s)return 1===s;const i=e[0];if("string"!=typeof i)return!0;const r=this.getMemberVariables()[i];return!r||r.hasEffectsOnInteractionAtPath(e.slice(1),t,n)}include(){this.included=!0,this.context.includeAllExports()}prepare(e){this.mergedNamespaces.length>0&&this.module.scope.addAccessedGlobals([tr],e)}renderBlock(e){const{exportNamesByVariable:t,format:n,freeze:s,indent:i,symbols:r,snippets:{_:o,cnst:a,getObject:l,getPropertyAccess:c,n:d,s:u}}=e,h=this.getMemberVariables(),p=Object.entries(h).filter((([e,t])=>t.included)).map((([e,t])=>this.referencedEarly||t.isReassigned||t===this?[null,`get ${e}${o}()${o}{${o}return ${t.getName(c)}${u}${o}}`]:[e,t.getName(c)]));p.unshift([null,`__proto__:${o}null`]);let f=l(p,{lineBreakIndent:{base:"",t:i}});if(this.mergedNamespaces.length>0){const e=this.mergedNamespaces.map((e=>e.getName(c)));f=`/*#__PURE__*/${tr}(${f},${o}[${e.join(`,${o}`)}])`}else r&&(f=`/*#__PURE__*/Object.defineProperty(${f},${o}Symbol.toStringTag,${o}${Ar(l)})`),s&&(f=`/*#__PURE__*/Object.freeze(${f})`);return f=`${a} ${this.getName(c)}${o}=${o}${f};`,"system"===n&&t.has(this)&&(f+=`${d}${di([this],e)};`),f}renderFirst(){return this.referencedEarly}setMergedNamespaces(e){this.mergedNamespaces=e;const t=this.context.getModuleExecIndex();for(const e of this.references)if(e.context.getModuleExecIndex()<=t){this.referencedEarly=!0;break}}}eo.prototype.isNamespace=!0;class to extends pe{constructor(e,t,n){super(t),this.baseVariable=null,this.context=e,this.module=e.module,this.syntheticNamespace=n}getBaseVariable(){if(this.baseVariable)return this.baseVariable;let e=this.syntheticNamespace;for(;e instanceof qr||e instanceof to;){if(e instanceof qr){const t=e.getOriginalVariable();if(t===e)break;e=t}e instanceof to&&(e=e.syntheticNamespace)}return this.baseVariable=e}getBaseVariableName(){return this.syntheticNamespace.getBaseVariableName()}getName(e){return`${this.syntheticNamespace.getName(e)}${e(this.name)}`}include(){this.included=!0,this.context.includeVariableInModule(this.syntheticNamespace)}setRenderNames(e,t){super.setRenderNames(e,t)}}var no;!function(e){e[e.LOAD_AND_PARSE=0]="LOAD_AND_PARSE",e[e.ANALYSE=1]="ANALYSE",e[e.GENERATE=2]="GENERATE"}(no||(no={}));const so=new WeakMap;function io(e,t){if(e){const t=so.get(e);t&&function(e){void 0===e.encodedMappings&&e.decodedMappings&&(e.encodedMappings=s.encode(e.decodedMappings)),e.decodedMappings=void 0}(t)}if(t)for(const e of t)e.missing||io(e)}function ro(e){if(!e)return null;if("string"==typeof e&&(e=JSON.parse(e)),!e.mappings)return{mappings:[],names:[],sources:[],version:3};const t=e.mappings,n=Array.isArray(t),i={decodedMappings:n?t:void 0,encodedMappings:n?void 0:t},r={...e,get mappings(){return i.decodedMappings||(i.decodedMappings=i.encodedMappings?s.decode(i.encodedMappings):[],i.encodedMappings=void 0),i.decodedMappings}};return so.set(r,i),r}function oo(e){return e.id}const ao=new Set(["assert","with"]);function lo(e){const{context:t,options:n,start:s}=e;if(!(n instanceof jr))return n&&t.module.log(we,Ft(t.module.id),s),ge;const i=n.properties.find((e=>ao.has(co(e))))?.value;if(!i)return ge;if(!(i instanceof jr))return t.module.log(we,(r=t.module.id,{code:dt,message:`Rollup could not statically analyze the options argument of a dynamic import in "${T(r)}". Dynamic import options need to be an object with a nested attributes object.`}),s),ge;var r;const o=i.properties.map((e=>{const n=co(e);return"string"==typeof n&&"string"==typeof e.value.value?[n,e.value.value]:(t.module.log(we,Ft(t.module.id),e.start),null)})).filter((e=>!!e));return o.length>0?Object.fromEntries(o):ge}const co=e=>{const t=e.key;return t&&!e.computed&&(t.name||t.value)};function uo(e,t){const n=Object.keys(e);return n.length!==Object.keys(t).length||n.some((n=>e[n]!==t[n]))}var ho="performance"in("undefined"==typeof globalThis?"undefined"==typeof window?{}:window:globalThis)?performance:{now:()=>0},po={memoryUsage:()=>({heapUsed:0})};let fo=new Map;function mo(e,t){switch(t){case 1:return`# ${e}`;case 2:return`## ${e}`;case 3:return e;default:return`${" ".repeat(t-4)}- ${e}`}}function go(e,t=3){e=mo(e,t);const n=po.memoryUsage().heapUsed,s=ho.now(),i=fo.get(e);void 0===i?fo.set(e,{memory:0,startMemory:n,startTime:s,time:0,totalMemory:0}):(i.startMemory=n,i.startTime=s)}function yo(e,t=3){e=mo(e,t);const n=fo.get(e);if(void 0!==n){const e=po.memoryUsage().heapUsed;n.memory+=e-n.startMemory,n.time+=ho.now()-n.startTime,n.totalMemory=Math.max(n.totalMemory,e)}}function bo(){const e={};for(const[t,{memory:n,time:s,totalMemory:i}]of fo)e[t]=[s,n,i];return e}let Eo=Ps,xo=Ps;const $o=["augmentChunkHash","buildEnd","buildStart","generateBundle","load","moduleParsed","options","outputOptions","renderChunk","renderDynamicImport","renderStart","resolveDynamicImport","resolveFileUrl","resolveId","resolveImportMeta","shouldTransformCachedModule","transform","writeBundle"];function Ao(e,t){if(e._hasTimer)return e;e._hasTimer=!0;for(const n of $o)if(n in e){let s=`plugin ${t}`;e.name&&(s+=` (${e.name})`),s+=` - ${n}`;const i=function(...e){Eo(s,4);const t=r.apply(this,e);return xo(s,4),t};let r;"function"==typeof e[n].handler?(r=e[n].handler,e[n].handler=i):(r=e[n],e[n]=i)}return e}function wo(e){e.isExecuted=!0;const t=[e],n=new Set;for(const e of t)for(const s of[...e.dependencies,...e.implicitlyLoadedBefore])s instanceof Zt||s.isExecuted||!s.info.moduleSideEffects&&!e.implicitlyLoadedBefore.has(s)||n.has(s.id)||(s.isExecuted=!0,n.add(s.id),t.push(s))}const So={identifier:null,localName:Zr};function vo(e,t,n,s,i=new Map){const r=i.get(t);if(r){if(r.has(e))return s?[null]:Ye((o=t,a=e.id,{code:st,exporter:a,message:`"${o}" cannot be exported from "${T(a)}" as it is a reexport that references itself.`}));r.add(e)}else i.set(t,new Set([e]));var o,a;return e.getVariableForExportName(t,{importerForSideEffects:n,isExportAllSearch:s,searchedNamesAndModules:i})}function Io(e,t){const n=U(t.sideEffectDependenciesByVariable,e,G);let s=e;const i=new Set([s]);for(;;){const e=s.module;if(s=s instanceof qr?s.getDirectOriginalVariable():s instanceof to?s.syntheticNamespace:null,!s||i.has(s))break;i.add(s),n.add(e);const t=e.sideEffectDependenciesByVariable.get(s);if(t)for(const e of t)n.add(e)}return n}class Po{constructor(e,t,n,s,i,r,o,a){this.graph=e,this.id=t,this.options=n,this.alternativeReexportModules=new Map,this.chunkFileNames=new Set,this.chunkNames=[],this.cycles=new Set,this.dependencies=new Set,this.dynamicDependencies=new Set,this.dynamicImporters=[],this.dynamicImports=[],this.execIndex=1/0,this.implicitlyLoadedAfter=new Set,this.implicitlyLoadedBefore=new Set,this.importDescriptions=new Map,this.importMetas=[],this.importedFromNotTreeshaken=!1,this.importers=[],this.includedDynamicImporters=[],this.includedImports=new Set,this.isExecuted=!1,this.isUserDefinedEntryPoint=!1,this.needsExportShim=!1,this.sideEffectDependenciesByVariable=new Map,this.sourcesWithAttributes=new Map,this.allExportNames=null,this.ast=null,this.exportAllModules=[],this.exportAllSources=new Set,this.exportNamesByVariable=null,this.exportShimVariable=new Qr(this),this.exports=new Map,this.namespaceReexportsByName=new Map,this.reexportDescriptions=new Map,this.relevantDependencies=null,this.syntheticExports=new Map,this.syntheticNamespace=null,this.transformDependencies=[],this.transitiveReexports=null,this.excludeFromSourcemap=/\0/.test(t),this.context=n.moduleContext(t),this.preserveSignature=this.options.preserveEntrySignatures;const l=this,{dynamicImports:c,dynamicImporters:d,exportAllSources:u,exports:h,implicitlyLoadedAfter:p,implicitlyLoadedBefore:f,importers:m,reexportDescriptions:g,sourcesWithAttributes:y}=this;this.info={ast:null,attributes:a,code:null,get dynamicallyImportedIdResolutions(){return c.map((({argument:e})=>"string"==typeof e&&l.resolvedIds[e])).filter(Boolean)},get dynamicallyImportedIds(){return c.map((({id:e})=>e)).filter((e=>null!=e))},get dynamicImporters(){return d.sort()},get exportedBindings(){const e={".":[...h.keys()]};for(const[t,{source:n}]of g)(e[n]??=[]).push(t);for(const t of u)(e[t]??=[]).push("*");return e},get exports(){return[...h.keys(),...g.keys(),...[...u].map((()=>"*"))]},get hasDefaultExport(){return l.ast?l.exports.has("default")||g.has("default"):null},id:t,get implicitlyLoadedAfterOneOf(){return Array.from(p,oo).sort()},get implicitlyLoadedBefore(){return Array.from(f,oo).sort()},get importedIdResolutions(){return Array.from(y.keys(),(e=>l.resolvedIds[e])).filter(Boolean)},get importedIds(){return Array.from(y.keys(),(e=>l.resolvedIds[e]?.id)).filter(Boolean)},get importers(){return m.sort()},isEntry:s,isExternal:!1,get isIncluded(){return e.phase!==no.GENERATE?null:l.isIncluded()},meta:{...o},moduleSideEffects:i,syntheticNamedExports:r}}basename(){const e=k(this.id),t=C(this.id);return Ae(t?e.slice(0,-t.length):e)}bindReferences(){this.ast.bind()}error(e,t){return this.addLocationToLogProps(e,t),Ye(e)}estimateSize(){let e=0;for(const t of this.ast.body)t.included&&(e+=t.end-t.start);return e}getAllExportNames(){if(this.allExportNames)return this.allExportNames;this.allExportNames=new Set([...this.exports.keys(),...this.reexportDescriptions.keys()]);for(const e of this.exportAllModules)if(e instanceof Zt)this.allExportNames.add(`*${e.id}`);else for(const t of e.getAllExportNames())"default"!==t&&this.allExportNames.add(t);return"string"==typeof this.info.syntheticNamedExports&&this.allExportNames.delete(this.info.syntheticNamedExports),this.allExportNames}getDependenciesToBeIncluded(){if(this.relevantDependencies)return this.relevantDependencies;this.relevantDependencies=new Set;const e=new Set,t=new Set,n=new Set(this.includedImports);if(this.info.isEntry||this.includedDynamicImporters.length>0||this.namespace.included||this.implicitlyLoadedAfter.size>0)for(const e of[...this.getReexports(),...this.getExports()]){const[t]=this.getVariableForExportName(e);t?.included&&n.add(t)}for(let s of n){const n=this.sideEffectDependenciesByVariable.get(s);if(n)for(const e of n)t.add(e);s instanceof to?s=s.getBaseVariable():s instanceof qr&&(s=s.getOriginalVariable()),e.add(s.module)}if(this.options.treeshake&&"no-treeshake"!==this.info.moduleSideEffects)this.addRelevantSideEffectDependencies(this.relevantDependencies,e,t);else for(const e of this.dependencies)this.relevantDependencies.add(e);for(const t of e)this.relevantDependencies.add(t);return this.relevantDependencies}getExportNamesByVariable(){if(this.exportNamesByVariable)return this.exportNamesByVariable;const e=new Map;for(const t of this.getAllExportNames()){let[n]=this.getVariableForExportName(t);if(n instanceof qr&&(n=n.getOriginalVariable()),!n||!(n.included||n instanceof fe))continue;const s=e.get(n);s?s.push(t):e.set(n,[t])}return this.exportNamesByVariable=e}getExports(){return[...this.exports.keys()]}getReexports(){if(this.transitiveReexports)return this.transitiveReexports;this.transitiveReexports=[];const e=new Set(this.reexportDescriptions.keys());for(const t of this.exportAllModules)if(t instanceof Zt)e.add(`*${t.id}`);else for(const n of[...t.getReexports(),...t.getExports()])"default"!==n&&e.add(n);return this.transitiveReexports=[...e]}getRenderedExports(){const e=[],t=[];for(const n of this.exports.keys()){const[s]=this.getVariableForExportName(n);(s&&s.included?e:t).push(n)}return{removedExports:t,renderedExports:e}}getSyntheticNamespace(){return null===this.syntheticNamespace&&(this.syntheticNamespace=void 0,[this.syntheticNamespace]=this.getVariableForExportName("string"==typeof this.info.syntheticNamedExports?this.info.syntheticNamedExports:"default",{onlyExplicit:!0})),this.syntheticNamespace?this.syntheticNamespace:Ye((e=this.id,t=this.info.syntheticNamedExports,{code:"SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT",exporter:e,message:`Module "${T(e)}" that is marked with \`syntheticNamedExports: ${JSON.stringify(t)}\` needs ${"string"==typeof t&&"default"!==t?`an explicit export named "${t}"`:"a default export"} that does not reexport an unresolved named export of the same module.`}));var e,t}getVariableForExportName(e,{importerForSideEffects:t,isExportAllSearch:n,onlyExplicit:s,searchedNamesAndModules:i}=ge){if("*"===e[0]){if(1===e.length)return[this.namespace];return this.graph.modulesById.get(e.slice(1)).getVariableForExportName("*")}const r=this.reexportDescriptions.get(e);if(r){const[e]=vo(r.module,r.localName,t,!1,i);return e?(t&&(ko(e,t,this),this.info.moduleSideEffects&&U(t.sideEffectDependenciesByVariable,e,G).add(this)),[e]):this.error(Ut(r.localName,this.id,r.module.id),r.start)}const o=this.exports.get(e);if(o){if(o===So)return[this.exportShimVariable];const e=o.localName,n=this.traceVariable(e,{importerForSideEffects:t,searchedNamesAndModules:i});return t&&(ko(n,t,this),U(t.sideEffectDependenciesByVariable,n,G).add(this)),[n]}if(s)return[null];if("default"!==e){const n=this.namespaceReexportsByName.get(e)??this.getVariableFromNamespaceReexports(e,t,i);if(this.namespaceReexportsByName.set(e,n),n[0])return n}return this.info.syntheticNamedExports?[U(this.syntheticExports,e,(()=>new to(this.astContext,e,this.getSyntheticNamespace())))]:!n&&this.options.shimMissingExports?(this.shimMissingExport(e),[this.exportShimVariable]):[null]}hasEffects(){return"no-treeshake"===this.info.moduleSideEffects||this.ast.hasCachedEffects()}include(){const e=tn();this.ast.shouldBeIncluded(e)&&this.ast.include(e,!1)}includeAllExports(e){this.isExecuted||(wo(this),this.graph.needsTreeshakingPass=!0);for(const t of this.exports.keys())if(e||t!==this.info.syntheticNamedExports){const e=this.getVariableForExportName(t)[0];e.deoptimizePath(J),e.included||this.includeVariable(e)}for(const e of this.getReexports()){const[t]=this.getVariableForExportName(e);t&&(t.deoptimizePath(J),t.included||this.includeVariable(t),t instanceof fe&&(t.module.reexported=!0))}e&&this.namespace.setMergedNamespaces(this.includeAndGetAdditionalMergedNamespaces())}includeAllInBundle(){this.ast.include(tn(),!0),this.includeAllExports(!1)}includeExportsByNames(e){this.isExecuted||(wo(this),this.graph.needsTreeshakingPass=!0);let t=!1;for(const n of e){const e=this.getVariableForExportName(n)[0];e&&(e.deoptimizePath(J),e.included||this.includeVariable(e)),this.exports.has(n)||this.reexportDescriptions.has(n)||(t=!0)}t&&this.namespace.setMergedNamespaces(this.includeAndGetAdditionalMergedNamespaces())}isIncluded(){return this.ast&&(this.ast.included||this.namespace.included||this.importedFromNotTreeshaken||this.exportShimVariable.included)}linkImports(){this.addModulesToImportDescriptions(this.importDescriptions),this.addModulesToImportDescriptions(this.reexportDescriptions);const e=[];for(const t of this.exportAllSources){const n=this.graph.modulesById.get(this.resolvedIds[t].id);n instanceof Zt?e.push(n):this.exportAllModules.push(n)}this.exportAllModules.push(...e)}log(e,t,n){this.addLocationToLogProps(t,n),this.options.onLog(e,t)}render(e){const t=this.magicString.clone();this.ast.render(t,e),t.trim();const{usesTopLevelAwait:n}=this.astContext;return n&&"es"!==e.format&&"system"!==e.format?Ye((s=this.id,i=e.format,{code:"INVALID_TLA_FORMAT",id:s,message:`Module format "${i}" does not support top-level await. Use the "es" or "system" output formats rather.`})):{source:t,usesTopLevelAwait:n};var s,i}setSource({ast:e,code:t,customTransformCache:n,originalCode:s,originalSourcemap:i,resolvedIds:r,sourcemapChain:o,transformDependencies:a,transformFiles:l,...c}){if(t.startsWith("#!")){const e=t.indexOf("\n");this.shebang=t.slice(2,e)}65279===t.charCodeAt(0)&&(t=t.slice(1)),Eo("generate ast",3),this.info.code=t,this.originalCode=s,this.originalSourcemap=ro(i),this.sourcemapChain=o.map((e=>e.missing?e:ro(e))),io(this.originalSourcemap,this.sourcemapChain),l&&(this.transformFiles=l),this.transformDependencies=a,this.customTransformCache=n,this.updateOptions(c);const d=e??this.tryParse();xo("generate ast",3),Eo("analyze ast",3),this.resolvedIds=r??Object.create(null);const u=this.id;this.magicString=new y(t,{filename:this.excludeFromSourcemap?null:u,indentExclusionRanges:[]}),this.astContext={addDynamicImport:this.addDynamicImport.bind(this),addExport:this.addExport.bind(this),addImport:this.addImport.bind(this),addImportMeta:this.addImportMeta.bind(this),code:t,deoptimizationTracker:this.graph.deoptimizationTracker,error:this.error.bind(this),fileName:u,getExports:this.getExports.bind(this),getModuleExecIndex:()=>this.execIndex,getModuleName:this.basename.bind(this),getNodeConstructor:e=>Jr[e]||Jr.UnknownNode,getReexports:this.getReexports.bind(this),importDescriptions:this.importDescriptions,includeAllExports:()=>this.includeAllExports(!0),includeDynamicImport:this.includeDynamicImport.bind(this),includeVariableInModule:this.includeVariableInModule.bind(this),log:this.log.bind(this),magicString:this.magicString,manualPureFunctions:this.graph.pureFunctions,module:this,moduleContext:this.context,options:this.options,requestTreeshakingPass:()=>this.graph.needsTreeshakingPass=!0,traceExport:e=>this.getVariableForExportName(e)[0],traceVariable:this.traceVariable.bind(this),usesTopLevelAwait:!1},this.scope=new Kr(this.graph.scope,this.astContext),this.namespace=new eo(this.astContext),this.ast=new Ur(d,{context:this.astContext,type:"Module"},this.scope),e||!1!==this.options.cache?this.info.ast=d:Object.defineProperty(this.info,"ast",{get:()=>{if(this.graph.astLru.has(u))return this.graph.astLru.get(u);{const e=this.tryParse();return this.graph.astLru.set(u,e),e}}}),xo("analyze ast",3)}toJSON(){return{ast:this.info.ast,attributes:this.info.attributes,code:this.info.code,customTransformCache:this.customTransformCache,dependencies:Array.from(this.dependencies,oo),id:this.id,meta:this.info.meta,moduleSideEffects:this.info.moduleSideEffects,originalCode:this.originalCode,originalSourcemap:this.originalSourcemap,resolvedIds:this.resolvedIds,sourcemapChain:this.sourcemapChain,syntheticNamedExports:this.info.syntheticNamedExports,transformDependencies:this.transformDependencies,transformFiles:this.transformFiles}}traceVariable(e,{importerForSideEffects:t,isExportAllSearch:n,searchedNamesAndModules:s}=ge){const i=this.scope.variables.get(e);if(i)return i;const r=this.importDescriptions.get(e);if(r){const e=r.module;if(e instanceof Po&&"*"===r.name)return e.namespace;const[i]=vo(e,r.name,t||this,n,s);return i||this.error(Ut(r.name,this.id,e.id),r.start)}return null}updateOptions({meta:e,moduleSideEffects:t,syntheticNamedExports:n}){null!=t&&(this.info.moduleSideEffects=t),null!=n&&(this.info.syntheticNamedExports=n),null!=e&&Object.assign(this.info.meta,e)}addDynamicImport(e){let t=e.source;t instanceof Wr?1===t.quasis.length&&t.quasis[0].value.cooked&&(t=t.quasis[0].value.cooked):t instanceof $i&&"string"==typeof t.value&&(t=t.value),this.dynamicImports.push({argument:t,id:null,node:e,resolution:null})}addExport(e){if(e instanceof Fi)this.exports.set("default",{identifier:e.variable.getAssignedVariableName(),localName:"default"});else if(e instanceof zi){const t=e.source.value;if(this.addSource(t,e),e.exported){const n=e.exported.name;this.reexportDescriptions.set(n,{localName:"*",module:null,source:t,start:e.start})}else this.exportAllSources.add(t)}else if(e.source instanceof $i){const t=e.source.value;this.addSource(t,e);for(const{exported:n,local:s,start:i}of e.specifiers){const e=n instanceof $i?n.value:n.name;this.reexportDescriptions.set(e,{localName:s instanceof $i?s.value:s.name,module:null,source:t,start:i})}}else if(e.declaration){const t=e.declaration;if(t instanceof Xr)for(const e of t.declarations)for(const t of en(e.id))this.exports.set(t,{identifier:null,localName:t});else{const e=t.id.name;this.exports.set(e,{identifier:null,localName:e})}}else for(const{local:t,exported:n}of e.specifiers){const e=t.name,s=n instanceof qs?n.name:n.value;this.exports.set(s,{identifier:null,localName:e})}}addImport(e){const t=e.source.value;this.addSource(t,e);for(const n of e.specifiers){const e=n instanceof Ki?"default":n instanceof kr?"*":n.imported instanceof qs?n.imported.name:n.imported.value;this.importDescriptions.set(n.local.name,{module:null,name:e,source:t,start:n.start})}}addImportMeta(e){this.importMetas.push(e)}addLocationToLogProps(e,t){e.id=this.id,e.pos=t;let n=this.info.code;const s=ke(n,t,{offsetLine:1});if(s){let{column:i,line:r}=s;try{({column:i,line:r}=function(e,t){const n=e.filter((e=>!e.missing));e:for(;n.length>0;){const e=n.pop().mappings[t.line-1];if(e){const n=e.filter((e=>e.length>1)),s=n[n.length-1];for(const e of n)if(e[0]>=t.column||e===s){t={column:e[3],line:e[2]+1};continue e}}throw new Error("Can't resolve original location of error.")}return t}(this.sourcemapChain,{column:i,line:r})),n=this.originalCode}catch(e){this.options.onLog(we,function(e,t,n,s,i){return{cause:e,code:"SOURCEMAP_ERROR",id:t,loc:{column:n,file:t,line:s},message:`Error when using sourcemap for reporting an error: ${e.message}`,pos:i}}(e,this.id,i,r,t))}Xe(e,{column:i,line:r},n,this.id)}}addModulesToImportDescriptions(e){for(const t of e.values()){const{id:e}=this.resolvedIds[t.source];t.module=this.graph.modulesById.get(e)}}addRelevantSideEffectDependencies(e,t,n){const s=new Set,i=r=>{for(const o of r)s.has(o)||(s.add(o),t.has(o)?e.add(o):(o.info.moduleSideEffects||n.has(o))&&(o instanceof Zt||o.hasEffects()?e.add(o):i(o.dependencies)))};i(this.dependencies),i(n)}addSource(e,t){const n=(s=t.attributes,s?.length?Object.fromEntries(s.map((e=>[co(e),e.value.value]))):ge);var s;const i=this.sourcesWithAttributes.get(e);i?uo(i,n)&&this.log(we,Bt(i,n,e,this.id),t.start):this.sourcesWithAttributes.set(e,n)}getVariableFromNamespaceReexports(e,t,n){let s=null;const i=new Map,r=new Set;for(const o of this.exportAllModules){if(o.info.syntheticNamedExports===e)continue;const[a,l]=vo(o,e,t,!0,No(n));o instanceof Zt||l?r.add(a):a instanceof to?s||(s=a):a&&i.set(a,o)}if(i.size>0){const t=[...i],n=t[0][0];return 1===t.length?[n]:(this.options.onLog(we,(o=e,a=this.id,l=t.map((([,e])=>e.id)),{binding:o,code:"NAMESPACE_CONFLICT",ids:l,message:`Conflicting namespaces: "${T(a)}" re-exports "${o}" from one of the modules ${De(l.map((e=>T(e))))} (will be ignored).`,reexporter:a})),[null])}var o,a,l;if(r.size>0){const t=[...r],n=t[0];return t.length>1&&this.options.onLog(we,function(e,t,n,s){return{binding:e,code:"AMBIGUOUS_EXTERNAL_NAMESPACES",ids:s,message:`Ambiguous external namespace resolution: "${T(t)}" re-exports "${e}" from one of the external modules ${De(s.map((e=>T(e))))}, guessing "${T(n)}".`,reexporter:t}}(e,this.id,n.module.id,t.map((e=>e.module.id)))),[n,!0]}return s?[s]:[null]}includeAndGetAdditionalMergedNamespaces(){const e=new Set,t=new Set;for(const n of[this,...this.exportAllModules])if(n instanceof Zt){const[t]=n.getVariableForExportName("*");t.include(),this.includedImports.add(t),e.add(t)}else if(n.info.syntheticNamedExports){const e=n.getSyntheticNamespace();e.include(),this.includedImports.add(e),t.add(e)}return[...t,...e]}includeDynamicImport(e){const t=this.dynamicImports.find((t=>t.node===e)).resolution;if(t instanceof Po){t.includedDynamicImporters.push(this);const n=this.options.treeshake?e.getDeterministicImportedNames():void 0;n?t.includeExportsByNames(n):t.includeAllExports(!0)}}includeVariable(e){const t=e.module;if(e.included)t instanceof Po&&t!==this&&Io(e,this);else if(e.include(),this.graph.needsTreeshakingPass=!0,t instanceof Po&&(t.isExecuted||wo(t),t!==this)){const t=Io(e,this);for(const e of t)e.isExecuted||wo(e)}}includeVariableInModule(e){this.includeVariable(e);const t=e.module;t&&t!==this&&this.includedImports.add(e)}shimMissingExport(e){var t,n;this.options.onLog(we,(t=this.id,{binding:n=e,code:"SHIMMED_EXPORT",exporter:t,message:`Missing export "${n}" has been shimmed in module "${T(t)}".`})),this.exports.set(e,So)}tryParse(){try{return this.graph.contextParse(this.info.code)}catch(e){return this.error(function(e,t){let n=e.message.replace(/ \(\d+:\d+\)$/,"");return t.endsWith(".json")?n+=" (Note that you need @rollup/plugin-json to import JSON files)":t.endsWith(".js")||(n+=" (Note that you need plugins to import files that are not JavaScript)"),{cause:e,code:"PARSE_ERROR",id:t,message:n}}(e,this.id),e.pos)}}}function ko(e,t,n){if(e.module instanceof Po&&e.module!==n){const s=e.module.cycles;if(s.size>0){const i=n.cycles;for(const r of i)if(s.has(r)){t.alternativeReexportModules.set(e,n);break}}}}const No=e=>e&&new Map(Array.from(e,(([e,t])=>[e,new Set(t)])));function Co(e){return e.endsWith(".js")?e.slice(0,-3):e}function Mo(e,t){return e.autoId?`${e.basePath?e.basePath+"/":""}${Co(t)}`:e.id??""}function Oo(e,t,n,s,i,r,o,a="return "){const{_:l,getDirectReturnFunction:c,getFunctionIntro:d,getPropertyAccess:u,n:h,s:p}=i;if(!n)return`${h}${h}${a}${function(e,t,n,s,i){if(e.length>0)return e[0].local;for(const{defaultVariableName:e,importPath:r,isChunk:o,name:a,namedExportsMode:l,namespaceVariableName:c,reexports:d}of t)if(d)return _o(a,d[0].imported,l,o,e,c,n,r,s,i)}(e,t,s,o,u)};`;let f="";for(const{defaultVariableName:e,importPath:i,isChunk:a,name:d,namedExportsMode:p,namespaceVariableName:m,reexports:g}of t)if(g&&n)for(const t of g)if("*"!==t.reexported){const n=_o(d,t.imported,p,a,e,m,s,i,o,u);if(f&&(f+=h),"*"!==t.imported&&t.needsLiveBinding){const[e,s]=c([],{functionReturn:!0,lineBreakIndent:null,name:null});f+=`Object.defineProperty(exports,${l}'${t.reexported}',${l}{${h}${r}enumerable:${l}true,${h}${r}get:${l}${e}${n}${s}${h}});`}else f+=`exports${u(t.reexported)}${l}=${l}${n};`}for(const{exported:t,local:n}of e){const e=`exports${u(t)}`;e!==n&&(f&&(f+=h),f+=`${e}${l}=${l}${n};`)}for(const{name:e,reexports:s}of t)if(s&&n)for(const t of s)if("*"===t.reexported){f&&(f+=h);const n=`{${h}${r}if${l}(k${l}!==${l}'default'${l}&&${l}!Object.prototype.hasOwnProperty.call(exports,${l}k))${l}${Lo(e,t.needsLiveBinding,r,i)}${p}${h}}`;f+=`Object.keys(${e}).forEach(${d(["k"],{isAsync:!1,name:null})}${n});`}return f?`${h}${h}${f}`:""}function _o(e,t,n,s,i,r,o,a,l,c){if("default"===t){if(!s){const t=o(a),n=sr[t]?i:e;return ir(t,l)?`${n}${c("default")}`:n}return n?`${e}${c("default")}`:e}return"*"===t?(s?!n:rr[o(a)])?r:e:`${e}${c(t)}`}function Do(e){return e([["value","true"]],{lineBreakIndent:null})}function Ro(e,t,n,{_:s,getObject:i}){if(e){if(t)return n?`Object.defineProperties(exports,${s}${i([["__esModule",Do(i)],[null,`[Symbol.toStringTag]:${s}${Ar(i)}`]],{lineBreakIndent:null})});`:`Object.defineProperty(exports,${s}'__esModule',${s}${Do(i)});`;if(n)return`Object.defineProperty(exports,${s}Symbol.toStringTag,${s}${Ar(i)});`}return""}const Lo=(e,t,n,{_:s,getDirectReturnFunction:i,n:r})=>{if(t){const[t,o]=i([],{functionReturn:!0,lineBreakIndent:null,name:null});return`Object.defineProperty(exports,${s}k,${s}{${r}${n}${n}enumerable:${s}true,${r}${n}${n}get:${s}${t}${e}[k]${o}${r}${n}})`}return`exports[k]${s}=${s}${e}[k]`};function Bo(e,t,n,s,i,r,o,a){const{_:l,cnst:c,n:d}=a,u=new Set,h=[],p=(e,t,n)=>{u.add(t),h.push(`${c} ${e}${l}=${l}/*#__PURE__*/${t}(${n});`)};for(const{defaultVariableName:n,imports:s,importPath:i,isChunk:r,name:o,namedExportsMode:a,namespaceVariableName:l,reexports:c}of e)if(r){for(const{imported:e,reexported:t}of[...s||[],...c||[]])if("*"===e&&"*"!==t){a||p(l,er,o);break}}else{const e=t(i);let r=!1,a=!1;for(const{imported:t,reexported:i}of[...s||[],...c||[]]){let s,c;"default"===t?r||(r=!0,n!==l&&(c=n,s=sr[e])):"*"!==t||"*"===i||a||(a=!0,s=rr[e],c=l),s&&p(c,s,o)}}return`${ar(u,r,o,a,n,s,i)}${h.length>0?`${h.join(d)}${d}${d}`:""}`}function To(e,t){return"."!==e[0]?e:t?(n=e).endsWith(".js")?n:n+".js":Co(e);var n}const zo=new Set([...t(["assert","async_hooks","buffer","child_process","cluster","console","constants","crypto","dgram","diagnostics_channel","dns","domain","events","fs","http","http2","https","inspector","module","net","os","path","perf_hooks","process","punycode","querystring","readline","repl","stream","string_decoder","timers","tls","trace_events","tty","url","util","v8","vm","wasi","worker_threads","zlib"]),"assert/strict","dns/promises","fs/promises","path/posix","path/win32","readline/promises","stream/consumers","stream/promises","stream/web","timers/promises","util/types"]);function Vo(e,t){const n=t.map((({importPath:e})=>e)).filter((e=>zo.has(e)||e.startsWith("node:")));0!==n.length&&e(we,function(e){return{code:xt,ids:e,message:`Creating a browser bundle that depends on Node.js built-in modules (${De(e)}). You might need to include https://github.com/FredKSchott/rollup-plugin-polyfill-node`}}(n))}const Fo=(e,t)=>e.split(".").map(t).join("");function jo(e,t,n,s,{_:i,getPropertyAccess:r}){const o=e.split(".");o[0]=("function"==typeof n?n(o[0]):n[o[0]])||o[0];const a=o.pop();let l=t,c=[...o.map((e=>(l+=r(e),`${l}${i}=${i}${l}${i}||${i}{}`))),`${l}${r(a)}`].join(`,${i}`)+`${i}=${i}${s}`;return o.length>0&&(c=`(${c})`),c}function Uo(e){let t=e.length;for(;t--;){const{imports:n,reexports:s}=e[t];if(n||s)return e.slice(0,t+1)}return[]}const Go=({dependencies:e,exports:t})=>{const n=new Set(t.map((e=>e.exported)));n.add("default");for(const{reexports:t}of e)if(t)for(const e of t)"*"!==e.reexported&&n.add(e.reexported);return n},Wo=(e,t,{_:n,cnst:s,getObject:i,n:r})=>e?`${r}${t}${s} _starExcludes${n}=${n}${i([...e].map((e=>[e,"1"])),{lineBreakIndent:{base:t,t:t}})};`:"",Ho=(e,t,{_:n,n:s})=>e.length>0?`${s}${t}var ${e.join(`,${n}`)};`:"",qo=(e,t,n)=>Ko(e.filter((e=>e.hoisted)).map((e=>({name:e.exported,value:e.local}))),t,n);function Ko(e,t,{_:n,n:s}){return 0===e.length?"":1===e.length?`exports('${e[0].name}',${n}${e[0].value});${s}${s}`:`exports({${s}`+e.map((({name:e,value:s})=>`${t}${e}:${n}${s}`)).join(`,${s}`)+`${s}});${s}${s}`}const Yo=(e,t,n)=>Ko(e.filter((e=>e.expression)).map((e=>({name:e.exported,value:e.local}))),t,n),Xo=(e,t,n)=>Ko(e.filter((e=>e.local===Zr)).map((e=>({name:e.exported,value:Zr}))),t,n);function Jo(e,t,n){return e?`${t}${Fo(e,n)}`:"null"}var Zo={amd:function(e,{accessedGlobals:t,dependencies:n,exports:s,hasDefaultExport:i,hasExports:r,id:o,indent:a,intro:l,isEntryFacade:c,isModuleFacade:d,namedExportsMode:u,log:h,outro:p,snippets:f},{amd:m,esModule:g,externalLiveBindings:y,freeze:b,generatedCode:{symbols:E},interop:x,strict:$}){Vo(h,n);const A=n.map((e=>`'${To(e.importPath,m.forceJsExtensionForImports)}'`)),w=n.map((e=>e.name)),{n:S,getNonArrowFunctionIntro:v,_:I}=f;u&&r&&(w.unshift("exports"),A.unshift("'exports'")),t.has("require")&&(w.unshift("require"),A.unshift("'require'")),t.has("module")&&(w.unshift("module"),A.unshift("'module'"));const P=Mo(m,o),k=(P?`'${P}',${I}`:"")+(A.length>0?`[${A.join(`,${I}`)}],${I}`:""),N=$?`${I}'use strict';`:"";e.prepend(`${l}${Bo(n,x,y,b,E,t,a,f)}`);const C=Oo(s,n,u,x,f,a,y);let M=Ro(u&&r,c&&(!0===g||"if-default-prop"===g&&i),d&&E,f);M&&(M=S+S+M),e.append(`${C}${M}${p}`).indent(a).prepend(`${m.define}(${k}(${v(w,{isAsync:!1,name:null})}{${N}${S}${S}`).append(`${S}${S}}));`)},cjs:function(e,{accessedGlobals:t,dependencies:n,exports:s,hasDefaultExport:i,hasExports:r,indent:o,intro:a,isEntryFacade:l,isModuleFacade:c,namedExportsMode:d,outro:u,snippets:h},{compact:p,esModule:f,externalLiveBindings:m,freeze:g,interop:y,generatedCode:{symbols:b},strict:E}){const{_:x,n:$}=h,A=E?`'use strict';${$}${$}`:"";let w=Ro(d&&r,l&&(!0===f||"if-default-prop"===f&&i),c&&b,h);w&&(w+=$+$);const S=function(e,{_:t,cnst:n,n:s},i){let r="",o=!1;for(const{importPath:a,name:l,reexports:c,imports:d}of e)c||d?(r+=i&&o?",":`${r?`;${s}`:""}${n} `,o=!0,r+=`${l}${t}=${t}require('${a}')`):(r&&(r+=i&&!o?",":`;${s}`),o=!1,r+=`require('${a}')`);if(r)return`${r};${s}${s}`;return""}(n,h,p),v=Bo(n,y,m,g,b,t,o,h);e.prepend(`${A}${a}${w}${S}${v}`);const I=Oo(s,n,d,y,h,o,m,`module.exports${x}=${x}`);e.append(`${I}${u}`)},es:function(e,{accessedGlobals:t,indent:n,intro:s,outro:i,dependencies:r,exports:o,snippets:a},{externalLiveBindings:l,freeze:c,generatedCode:{symbols:d}}){const{n:u}=a,h=function(e,{_:t}){const n=[];for(const{importPath:s,reexports:i,imports:r,name:o,attributes:a}of e){const e=`'${s}'${a?`${t}assert${t}${a}`:""};`;if(i||r){if(r){let s=null,i=null;const o=[];for(const e of r)"default"===e.imported?s=e:"*"===e.imported?i=e:o.push(e);i&&n.push(`import${t}*${t}as ${i.local} from${t}${e}`),s&&0===o.length?n.push(`import ${s.local} from${t}${e}`):o.length>0&&n.push(`import ${s?`${s.local},${t}`:""}{${t}${o.map((e=>e.imported===e.local?e.imported:`${e.imported} as ${e.local}`)).join(`,${t}`)}${t}}${t}from${t}${e}`)}if(i){let s=null;const a=[],l=[];for(const e of i)"*"===e.reexported?s=e:"*"===e.imported?a.push(e):l.push(e);if(s&&n.push(`export${t}*${t}from${t}${e}`),a.length>0){r&&r.some((e=>"*"===e.imported&&e.local===o))||n.push(`import${t}*${t}as ${o} from${t}${e}`);for(const e of a)n.push(`export${t}{${t}${o===e.reexported?o:`${o} as ${e.reexported}`} };`)}l.length>0&&n.push(`export${t}{${t}${l.map((e=>e.imported===e.reexported?e.imported:`${e.imported} as ${e.reexported}`)).join(`,${t}`)}${t}}${t}from${t}${e}`)}}else n.push(`import${t}${e}`)}return n}(r,a);h.length>0&&(s+=h.join(u)+u+u),(s+=ar(null,t,n,a,l,c,d))&&e.prepend(s);const p=function(e,{_:t,cnst:n}){const s=[],i=[];for(const r of e)r.expression&&s.push(`${n} ${r.local}${t}=${t}${r.expression};`),i.push(r.exported===r.local?r.local:`${r.local} as ${r.exported}`);i.length>0&&s.push(`export${t}{${t}${i.join(`,${t}`)}${t}};`);return s}(o,a);p.length>0&&e.append(u+u+p.join(u).trim()),i&&e.append(i),e.trim()},iife:function(e,{accessedGlobals:t,dependencies:n,exports:s,hasDefaultExport:i,hasExports:r,indent:o,intro:a,namedExportsMode:l,log:c,outro:d,snippets:u},{compact:h,esModule:p,extend:f,freeze:m,externalLiveBindings:g,globals:y,interop:b,name:E,generatedCode:{symbols:x},strict:$}){const{_:A,getNonArrowFunctionIntro:w,getPropertyAccess:S,n:v}=u,I=E&&E.includes("."),P=!f&&!I;if(E&&P&&($e(k=E)||xe.test(k)))return Ye(function(e){return{code:at,message:`Given name "${e}" is not a legal JS identifier. If you need this, you can try "output.extend: true".`,url:Re(Fe)}}(E));var k;Vo(c,n);const N=Uo(n),C=N.map((e=>e.globalName||"null")),M=N.map((e=>e.name));r&&!E&&c(we,{code:Et,message:'If you do not supply "output.name", you may not be able to access the exports of an IIFE bundle.',url:Re(qe)}),l&&r&&(f?(C.unshift(`this${Fo(E,S)}${A}=${A}this${Fo(E,S)}${A}||${A}{}`),M.unshift("exports")):(C.unshift("{}"),M.unshift("exports")));const O=$?`${o}'use strict';${v}`:"",_=Bo(n,b,g,m,x,t,o,u);e.prepend(`${a}${_}`);let D=`(${w(M,{isAsync:!1,name:null})}{${v}${O}${v}`;r&&(!E||f&&l||(D=(P?`var ${E}`:`this${Fo(E,S)}`)+`${A}=${A}${D}`),I&&(D=function(e,t,n,{_:s,getPropertyAccess:i,s:r},o){const a=e.split(".");a[0]=("function"==typeof n?n(a[0]):n[a[0]])||a[0],a.pop();let l=t;return a.map((e=>(l+=i(e),`${l}${s}=${s}${l}${s}||${s}{}${r}`))).join(o?",":"\n")+(o&&a.length>0?";":"\n")}(E,"this",y,u,h)+D));let R=`${v}${v}})(${C.join(`,${A}`)});`;r&&!f&&l&&(R=`${v}${v}${o}return exports;${R}`);const L=Oo(s,n,l,b,u,o,g);let B=Ro(l&&r,!0===p||"if-default-prop"===p&&i,x,u);B&&(B=v+v+B),e.append(`${L}${B}${d}`).indent(o).prepend(D).append(R)},system:function(e,{accessedGlobals:t,dependencies:n,exports:s,hasExports:i,indent:r,intro:o,snippets:a,outro:l,usesTopLevelAwait:c},{externalLiveBindings:d,freeze:u,name:h,generatedCode:{symbols:p},strict:f,systemNullSetters:m}){const{_:g,getFunctionIntro:y,getNonArrowFunctionIntro:b,n:E,s:x}=a,{importBindings:$,setters:A,starExcludes:w}=function(e,t,n,{_:s,cnst:i,getObject:r,getPropertyAccess:o,n:a}){const l=[],c=[];let d=null;for(const{imports:u,reexports:h}of e){const p=[];if(u)for(const e of u)l.push(e.local),"*"===e.imported?p.push(`${e.local}${s}=${s}module;`):p.push(`${e.local}${s}=${s}module${o(e.imported)};`);if(h){const a=[];let l=!1;for(const{imported:e,reexported:t}of h)"*"===t?l=!0:a.push([t,"*"===e?"module":`module${o(e)}`]);if(a.length>1||l){const o=r(a,{lineBreakIndent:null});l?(d||(d=Go({dependencies:e,exports:t})),p.push(`${i} setter${s}=${s}${o};`,`for${s}(${i} name in module)${s}{`,`${n}if${s}(!_starExcludes[name])${s}setter[name]${s}=${s}module[name];`,"}","exports(setter);")):p.push(`exports(${o});`)}else{const[e,t]=a[0];p.push(`exports('${e}',${s}${t});`)}}c.push(p.join(`${a}${n}${n}${n}`))}return{importBindings:l,setters:c,starExcludes:d}}(n,s,r,a),S=h?`'${h}',${g}`:"",v=t.has("module")?["exports","module"]:i?["exports"]:[];let I=`System.register(${S}[`+n.map((({importPath:e})=>`'${e}'`)).join(`,${g}`)+`],${g}(${b(v,{isAsync:!1,name:null})}{${E}${r}${f?"'use strict';":""}`+Wo(w,r,a)+Ho($,r,a)+`${E}${r}return${g}{${A.length>0?`${E}${r}${r}setters:${g}[${A.map((e=>e?`${y(["module"],{isAsync:!1,name:null})}{${E}${r}${r}${r}${e}${E}${r}${r}}`:m?"null":`${y([],{isAsync:!1,name:null})}{}`)).join(`,${g}`)}],`:""}${E}`;I+=`${r}${r}execute:${g}(${b([],{isAsync:c,name:null})}{${E}${E}`;const P=`${r}${r}})${E}${r}}${x}${E}}));`;e.prepend(o+ar(null,t,r,a,d,u,p)+qo(s,r,a)).append(`${l}${E}${E}`+Yo(s,r,a)+Xo(s,r,a)).indent(`${r}${r}${r}`).append(P).prepend(I)},umd:function(e,{accessedGlobals:t,dependencies:n,exports:s,hasDefaultExport:i,hasExports:r,id:o,indent:a,intro:l,namedExportsMode:c,log:d,outro:u,snippets:h},{amd:p,compact:f,esModule:m,extend:g,externalLiveBindings:y,freeze:b,interop:E,name:x,generatedCode:{symbols:$},globals:A,noConflict:w,strict:S}){const{_:v,cnst:I,getFunctionIntro:P,getNonArrowFunctionIntro:k,getPropertyAccess:N,n:C,s:M}=h,O=f?"f":"factory",_=f?"g":"global";if(r&&!x)return Ye({code:Et,message:'You must supply "output.name" for UMD bundles that have exports so that the exports are accessible in environments without a module loader.',url:Re(qe)});Vo(d,n);const D=n.map((e=>`'${To(e.importPath,p.forceJsExtensionForImports)}'`)),R=n.map((e=>`require('${e.importPath}')`)),L=Uo(n),B=L.map((e=>Jo(e.globalName,_,N))),T=L.map((e=>e.name));c&&(r||w)&&(D.unshift("'exports'"),R.unshift("exports"),B.unshift(jo(x,_,A,(g?`${Jo(x,_,N)}${v}||${v}`:"")+"{}",h)),T.unshift("exports"));const z=Mo(p,o),V=(z?`'${z}',${v}`:"")+(D.length>0?`[${D.join(`,${v}`)}],${v}`:""),F=p.define,j=!c&&r?`module.exports${v}=${v}`:"",U=S?`${v}'use strict';${C}`:"";let G;if(w){const e=f?"e":"exports";let t;if(!c&&r)t=`${I} ${e}${v}=${v}${jo(x,_,A,`${O}(${B.join(`,${v}`)})`,h)};`;else{t=`${I} ${e}${v}=${v}${B.shift()};${C}${a}${a}${O}(${[e,...B].join(`,${v}`)});`}G=`(${P([],{isAsync:!1,name:null})}{${C}${a}${a}${I} current${v}=${v}${function(e,t,{_:n,getPropertyAccess:s}){let i=t;return e.split(".").map((e=>i+=s(e))).join(`${n}&&${n}`)}(x,_,h)};${C}${a}${a}${t}${C}${a}${a}${e}.noConflict${v}=${v}${P([],{isAsync:!1,name:null})}{${v}${Jo(x,_,N)}${v}=${v}current;${v}return ${e}${M}${v}};${C}${a}})()`}else G=`${O}(${B.join(`,${v}`)})`,!c&&r&&(G=jo(x,_,A,G,h));const W=r||w&&c||B.length>0,H=[O];W&&H.unshift(_);const q=W?`this,${v}`:"",K=W?`(${_}${v}=${v}typeof globalThis${v}!==${v}'undefined'${v}?${v}globalThis${v}:${v}${_}${v}||${v}self,${v}`:"",Y=W?")":"",X=W?`${a}typeof exports${v}===${v}'object'${v}&&${v}typeof module${v}!==${v}'undefined'${v}?${v}${j}${O}(${R.join(`,${v}`)})${v}:${C}`:"",J=`(${k(H,{isAsync:!1,name:null})}{${C}`+X+`${a}typeof ${F}${v}===${v}'function'${v}&&${v}${F}.amd${v}?${v}${F}(${V}${O})${v}:${C}`+`${a}${K}${G}${Y};${C}`+`})(${q}(${k(T,{isAsync:!1,name:null})}{${U}${C}`,Z=C+C+"}));";e.prepend(`${l}${Bo(n,E,y,b,$,t,a,h)}`);const Q=Oo(s,n,c,E,h,a,y);let ee=Ro(c&&r,!0===m||"if-default-prop"===m&&i,$,h);ee&&(ee=C+C+ee),e.append(`${Q}${ee}${u}`).trim().indent(a).append(Z).prepend(J)}};const Qo=(e,t)=>t?`${e}\n${t}`:e,ea=(e,t)=>t?`${e}\n\n${t}`:e;async function ta(e,t,n){try{let[s,i,r,o]=await Promise.all([t.hookReduceValue("banner",e.banner(n),[n],Qo),t.hookReduceValue("footer",e.footer(n),[n],Qo),t.hookReduceValue("intro",e.intro(n),[n],ea),t.hookReduceValue("outro",e.outro(n),[n],ea)]);return r&&(r+="\n\n"),o&&(o=`\n\n${o}`),s&&(s+="\n"),i&&(i="\n"+i),{banner:s,footer:i,intro:r,outro:o}}catch(e){return Ye((s=e.message,i=e.hook,r=e.plugin,{code:Je,message:`Could not retrieve "${i}". Check configuration of plugin "${r}".\n\tError Message: ${s}`}))}var s,i,r}const na={amd:ra,cjs:ra,es:ia,iife:ra,system:ia,umd:ra};function sa(e,t,n,s,i,r,o,a,l,c,d,u,h,p){const f=[...e].reverse();for(const e of f)e.scope.addUsedOutsideNames(s,i,u,h);!function(e,t,n){for(const s of t){for(const t of s.scope.variables.values())t.included&&!(t.renderBaseName||t instanceof qr&&t.getOriginalVariable()!==t)&&t.setRenderNames(null,xs(t.name,e,t.forbiddenNames));if(n.has(s)){const t=s.namespace;t.setRenderNames(null,xs(t.name,e,t.forbiddenNames))}}}(s,f,p),na[i](s,n,t,r,o,a,l,c,d);for(const e of f)e.scope.deconflict(i,u,h)}function ia(e,t,n,s,i,r,o,a,l){for(const t of n.dependencies)(i||t instanceof j)&&(t.variableName=xs(t.suggestedVariableName,e,null));for(const n of t){const t=n.module,s=n.name;n.isNamespace&&(i||t instanceof Zt)?n.setRenderNames(null,(t instanceof Zt?a.get(t):o.get(t)).variableName):t instanceof Zt&&"default"===s?n.setRenderNames(null,xs([...t.exportedVariables].some((([e,t])=>"*"===t&&e.included))?t.suggestedVariableName+"__default":t.suggestedVariableName,e,n.forbiddenNames)):n.setRenderNames(null,xs(s,e,n.forbiddenNames))}for(const t of l)t.setRenderNames(null,xs(t.name,e,t.forbiddenNames))}function ra(e,t,{deconflictedDefault:n,deconflictedNamespace:s,dependencies:i},r,o,a,l,c){for(const t of i)t.variableName=xs(t.suggestedVariableName,e,null);for(const t of s)t.namespaceVariableName=xs(`${t.suggestedVariableName}__namespace`,e,null);for(const t of n)t.defaultVariableName=s.has(t)&&or(r(t.id),a)?t.namespaceVariableName:xs(`${t.suggestedVariableName}__default`,e,null);for(const e of t){const t=e.module;if(t instanceof Zt){const n=c.get(t),s=e.name;if("default"===s){const s=r(t.id),i=sr[s]?n.defaultVariableName:n.variableName;ir(s,a)?e.setRenderNames(i,"default"):e.setRenderNames(null,i)}else"*"===s?e.setRenderNames(null,rr[r(t.id)]?n.namespaceVariableName:n.variableName):e.setRenderNames(n.variableName,null)}else{const n=l.get(t);o&&e.isNamespace?e.setRenderNames(null,"default"===n.exportMode?n.namespaceVariableName:n.variableName):"default"===n.exportMode?e.setRenderNames(null,n.variableName):e.setRenderNames(n.variableName,n.getVariableExportName(e))}}}function oa(e,{exports:t,name:n,format:s},i,r){const o=e.getExportNames();if("default"===t){if(1!==o.length||"default"!==o[0])return Ye(Vt("default",o,i))}else if("none"===t&&o.length>0)return Ye(Vt("none",o,i));return"auto"===t&&(0===o.length?t="none":1===o.length&&"default"===o[0]?t="default":("es"!==s&&"system"!==s&&o.includes("default")&&r(we,function(e,t){return{code:At,id:e,message:`Entry module "${T(e)}" is using named and default exports together. Consumers of your bundle will have to use \`${t||"chunk"}.default\` to access the default export, which may not be what you want. Use \`output.exports: "named"\` to disable this warning.`,url:Re(Ve)}}(i,n)),t="named")),t}function aa(e){const t=e.split("\n"),n=t.filter((e=>/^\t+/.test(e))),s=t.filter((e=>/^ {2,}/.test(e)));if(0===n.length&&0===s.length)return null;if(n.length>=s.length)return"\t";const i=s.reduce(((e,t)=>{const n=/^ +/.exec(t)[0].length;return Math.min(n,e)}),1/0);return" ".repeat(i)}function la(e,t,n,s,i,r){const o=e.getDependenciesToBeIncluded();for(const e of o){if(e instanceof Zt){t.push(r.get(e));continue}const o=i.get(e);o===s?n.has(e)||(n.add(e),la(e,t,n,s,i,r)):t.push(o)}}const ca="!~{",da="}~",ua=new RegExp(`${ca}[0-9a-zA-Z_$]{1,17}${da}`,"g"),ha=(e,t)=>e.replace(ua,(e=>t.get(e)||e)),pa=(e,t,n)=>e.replace(ua,(e=>e===t?n:e)),fa=(e,t)=>{const n=new Set,s=e.replace(ua,(e=>t.has(e)?(n.add(e),`${ca}${"0".repeat(e.length-5)}${da}`):e));return{containedPlaceholders:n,transformedCode:s}},ma=Symbol("bundleKeys"),ga={type:"placeholder"};function ya(e,t,n){return z(e)?Ye(Xt(`Invalid pattern "${e}" for "${t}", patterns can be neither absolute nor relative paths. If you want your files to be stored in a subdirectory, write its name without a leading slash like this: subdirectory/pattern.`)):e.replace(/\[(\w+)(:\d+)?]/g,((e,s,i)=>{if(!n.hasOwnProperty(s)||i&&"hash"!==s)return Ye(Xt(`"[${s}${i||""}]" is not a valid placeholder in the "${t}" pattern.`));const r=n[s](i&&Number.parseInt(i.slice(1)));return z(r)?Ye(Xt(`Invalid substitution "${r}" for placeholder "[${s}]" in "${t}" pattern, can be neither absolute nor relative path.`)):r}))}function ba(e,{[ma]:t}){if(!t.has(e.toLowerCase()))return e;const n=C(e);e=e.slice(0,Math.max(0,e.length-n.length));let s,i=1;for(;t.has((s=e+ ++i+n).toLowerCase()););return s}const Ea=new Set([".js",".jsx",".ts",".tsx",".mjs",".mts",".cjs",".cts"]);function xa(e,t,n,s){const i="function"==typeof t?t(e.id):t[e.id];return i||(n?(s(we,(r=e.id,o=e.variableName,{code:yt,id:r,message:`No name was provided for external module "${r}" in "output.globals" – guessing "${o}".`,names:[o],url:Re(Ue)})),e.variableName):void 0);var r,o}class $a{constructor(e,t,n,s,i,r,o,a,l,c,d,u,h,p,f){this.orderedModules=e,this.inputOptions=t,this.outputOptions=n,this.unsetOptions=s,this.pluginDriver=i,this.modulesById=r,this.chunkByModule=o,this.externalChunkByModule=a,this.facadeChunkByModule=l,this.includedNamespaces=c,this.manualChunkAlias=d,this.getPlaceholder=u,this.bundle=h,this.inputBase=p,this.snippets=f,this.entryModules=[],this.exportMode="named",this.facadeModule=null,this.namespaceVariableName="",this.variableName="",this.accessedGlobalsByScope=new Map,this.dependencies=new Set,this.dynamicEntryModules=[],this.dynamicName=null,this.exportNamesByVariable=new Map,this.exports=new Set,this.exportsByName=new Map,this.fileName=null,this.implicitEntryModules=[],this.implicitlyLoadedBefore=new Set,this.imports=new Set,this.includedDynamicImports=null,this.includedReexportsByModule=new Map,this.isEmpty=!0,this.name=null,this.needsExportsShim=!1,this.preRenderedChunkInfo=null,this.preliminaryFileName=null,this.preliminarySourcemapFileName=null,this.renderedChunkInfo=null,this.renderedDependencies=null,this.renderedModules=Object.create(null),this.sortedExportNames=null,this.strictFacade=!1,this.execIndex=e.length>0?e[0].execIndex:1/0;const m=new Set(e);for(const t of e){o.set(t,this),t.namespace.included&&!n.preserveModules&&c.add(t),this.isEmpty&&t.isIncluded()&&(this.isEmpty=!1),(t.info.isEntry||n.preserveModules)&&this.entryModules.push(t);for(const e of t.includedDynamicImporters)m.has(e)||(this.dynamicEntryModules.push(t),t.info.syntheticNamedExports&&(c.add(t),this.exports.add(t.namespace)));t.implicitlyLoadedAfter.size>0&&this.implicitEntryModules.push(t)}this.suggestedVariableName=Ae(this.generateVariableName())}static generateFacade(e,t,n,s,i,r,o,a,l,c,d,u,h,p,f){const m=new $a([],e,t,n,s,i,r,o,a,l,null,u,h,p,f);m.assignFacadeName(d,c),a.has(c)||a.set(c,m);for(const e of c.getDependenciesToBeIncluded())m.dependencies.add(e instanceof Po?r.get(e):o.get(e));return!m.dependencies.has(r.get(c))&&c.info.moduleSideEffects&&c.hasEffects()&&m.dependencies.add(r.get(c)),m.ensureReexportsAreAvailableForModule(c),m.facadeModule=c,m.strictFacade=!0,m}canModuleBeFacade(e,t){const n=e.getExportNamesByVariable();for(const e of this.exports)if(!n.has(e))return!1;for(const s of t)if(!(s.module===e||n.has(s)||s instanceof to&&n.has(s.getBaseVariable())))return!1;return!0}finalizeChunk(e,t,n,s){const i=this.getRenderedChunkInfo(),r=e=>ha(e,s),o=i.fileName,a=this.fileName=r(o);return{...i,code:e,dynamicImports:i.dynamicImports.map(r),fileName:a,implicitlyLoadedBefore:i.implicitlyLoadedBefore.map(r),importedBindings:Object.fromEntries(Object.entries(i.importedBindings).map((([e,t])=>[r(e),t]))),imports:i.imports.map(r),map:t,preliminaryFileName:o,referencedFiles:i.referencedFiles.map(r),sourcemapFileName:n}}generateExports(){this.sortedExportNames=null;const e=new Set(this.exports);if(null!==this.facadeModule&&(!1!==this.facadeModule.preserveSignature||this.strictFacade)){const t=this.facadeModule.getExportNamesByVariable();for(const[n,s]of t){this.exportNamesByVariable.set(n,[...s]);for(const e of s)this.exportsByName.set(e,n);e.delete(n)}}this.outputOptions.minifyInternalExports?function(e,t,n){let s=0;for(const i of e){let[e]=i.name;if(t.has(e))do{e=Es(++s),49===e.charCodeAt(0)&&(s+=9*64**(e.length-1),e=Es(s))}while(Ee.has(e)||t.has(e));t.set(e,i),n.set(i,[e])}}(e,this.exportsByName,this.exportNamesByVariable):function(e,t,n){for(const s of e){let e=0,i=s.name;for(;t.has(i);)i=s.name+"$"+ ++e;t.set(i,s),n.set(s,[i])}}(e,this.exportsByName,this.exportNamesByVariable),(this.outputOptions.preserveModules||this.facadeModule&&this.facadeModule.info.isEntry)&&(this.exportMode=oa(this,this.outputOptions,this.facadeModule.id,this.inputOptions.onLog))}generateFacades(){const e=[],t=new Set([...this.entryModules,...this.implicitEntryModules]),n=new Set(this.dynamicEntryModules.map((({namespace:e})=>e)));for(const e of t)if(e.preserveSignature)for(const t of e.getExportNamesByVariable().keys())this.chunkByModule.get(t.module)===this&&n.add(t);for(const s of t){const t=Array.from(new Set(s.chunkNames.filter((({isUserDefined:e})=>e)).map((({name:e})=>e))),(e=>({name:e})));if(0===t.length&&s.isUserDefinedEntryPoint&&t.push({}),t.push(...Array.from(s.chunkFileNames,(e=>({fileName:e})))),0===t.length&&t.push({}),!this.facadeModule){const e=!this.outputOptions.preserveModules&&("strict"===s.preserveSignature||"exports-only"===s.preserveSignature&&s.getExportNamesByVariable().size>0);e&&!this.canModuleBeFacade(s,n)||(this.facadeModule=s,this.facadeChunkByModule.set(s,this),s.preserveSignature&&(this.strictFacade=e),this.assignFacadeName(t.shift(),s,this.outputOptions.preserveModules))}for(const n of t)e.push($a.generateFacade(this.inputOptions,this.outputOptions,this.unsetOptions,this.pluginDriver,this.modulesById,this.chunkByModule,this.externalChunkByModule,this.facadeChunkByModule,this.includedNamespaces,s,n,this.getPlaceholder,this.bundle,this.inputBase,this.snippets))}for(const e of this.dynamicEntryModules)e.info.syntheticNamedExports||(!this.facadeModule&&this.canModuleBeFacade(e,n)?(this.facadeModule=e,this.facadeChunkByModule.set(e,this),this.strictFacade=!0,this.dynamicName=Aa(e)):this.facadeModule===e&&!this.strictFacade&&this.canModuleBeFacade(e,n)?this.strictFacade=!0:this.facadeChunkByModule.get(e)?.strictFacade||(this.includedNamespaces.add(e),this.exports.add(e.namespace)));return this.outputOptions.preserveModules||this.addNecessaryImportsForFacades(),e}getChunkName(){return this.name??=this.outputOptions.sanitizeFileName(this.getFallbackChunkName())}getExportNames(){return this.sortedExportNames??=[...this.exportsByName.keys()].sort()}getFileName(){return this.fileName||this.getPreliminaryFileName().fileName}getImportPath(e){return L(F(e,this.getFileName(),"amd"===this.outputOptions.format&&!this.outputOptions.amd.forceJsExtensionForImports,!0))}getPreliminaryFileName(){if(this.preliminaryFileName)return this.preliminaryFileName;let e,t=null;const{chunkFileNames:n,entryFileNames:s,file:i,format:r,preserveModules:o}=this.outputOptions;if(i)e=k(i);else if(null===this.fileName){const[i,a]=o||this.facadeModule?.isUserDefinedEntryPoint?[s,"output.entryFileNames"]:[n,"output.chunkFileNames"];e=ya("function"==typeof i?i(this.getPreRenderedChunkInfo()):i,a,{format:()=>r,hash:e=>t||(t=this.getPlaceholder(a,e)),name:()=>this.getChunkName()}),t||(e=ba(e,this.bundle))}else e=this.fileName;return t||(this.bundle[e]=ga),this.preliminaryFileName={fileName:e,hashPlaceholder:t}}getPreliminarySourcemapFileName(){if(this.preliminarySourcemapFileName)return this.preliminarySourcemapFileName;let e=null,t=null;const{sourcemapFileNames:n,format:s}=this.outputOptions;if(!n)return null;{const[i,r]=[n,"output.sourcemapFileNames"];e=ya("function"==typeof i?i(this.getPreRenderedChunkInfo()):i,r,{chunkhash:()=>this.getPreliminaryFileName().hashPlaceholder||"",format:()=>s,hash:e=>t||(t=this.getPlaceholder(r,e)),name:()=>this.getChunkName()}),t||(e=ba(e,this.bundle))}return this.preliminarySourcemapFileName={fileName:e,hashPlaceholder:t}}getRenderedChunkInfo(){return this.renderedChunkInfo?this.renderedChunkInfo:this.renderedChunkInfo={...this.getPreRenderedChunkInfo(),dynamicImports:this.getDynamicDependencies().map(Ia),fileName:this.getFileName(),implicitlyLoadedBefore:Array.from(this.implicitlyLoadedBefore,Ia),importedBindings:Sa(this.getRenderedDependencies(),Ia),imports:Array.from(this.dependencies,Ia),modules:this.renderedModules,referencedFiles:this.getReferencedFiles()}}getVariableExportName(e){return this.outputOptions.preserveModules&&e instanceof eo?"*":this.exportNamesByVariable.get(e)[0]}link(){this.dependencies=function(e,t,n,s){const i=[],r=new Set;for(let o=t.length-1;o>=0;o--){const a=t[o];if(!r.has(a)){const t=[];la(a,t,r,e,n,s),i.unshift(t)}}const o=new Set;for(const e of i)for(const t of e)o.add(t);return o}(this,this.orderedModules,this.chunkByModule,this.externalChunkByModule);for(const e of this.orderedModules)this.addImplicitlyLoadedBeforeFromModule(e),this.setUpChunkImportsAndExportsForModule(e)}async render(){const{dependencies:e,exportMode:t,facadeModule:n,inputOptions:{onLog:s},outputOptions:i,pluginDriver:r,snippets:o}=this,{format:a,hoistTransitiveImports:l,preserveModules:c}=i;if(l&&!c&&null!==n)for(const t of e)t instanceof $a&&this.inlineChunkDependencies(t);const d=this.getPreliminaryFileName(),u=this.getPreliminarySourcemapFileName(),{accessedGlobals:h,indent:p,magicString:f,renderedSource:m,usedModules:g,usesTopLevelAwait:y}=this.renderModules(d.fileName),b=[...this.getRenderedDependencies().values()],E="none"===t?[]:this.getChunkExportDeclarations(a);let x=E.length>0,$=!1;for(const e of b){const{reexports:t}=e;t?.length&&(x=!0,!$&&t.some((e=>"default"===e.reexported))&&($=!0),"es"===a&&(e.reexports=t.filter((({reexported:e})=>!E.find((({exported:t})=>t===e))))))}if(!$)for(const{exported:e}of E)if("default"===e){$=!0;break}const{intro:A,outro:w,banner:S,footer:v}=await ta(i,r,this.getRenderedChunkInfo());if(Zo[a](m,{accessedGlobals:h,dependencies:b,exports:E,hasDefaultExport:$,hasExports:x,id:d.fileName,indent:p,intro:A,isEntryFacade:c||null!==n&&n.info.isEntry,isModuleFacade:null!==n,log:s,namedExportsMode:"default"!==t,outro:w,snippets:o,usesTopLevelAwait:y},i),S&&f.prepend(S),"es"===a||"cjs"===a){const e=null!==n&&n.info.isEntry&&n.shebang;e&&f.prepend(`#!${e}\n`)}return v&&f.append(v),{chunk:this,magicString:f,preliminaryFileName:d,preliminarySourcemapFileName:u,usedModules:g}}addImplicitlyLoadedBeforeFromModule(e){const{chunkByModule:t,implicitlyLoadedBefore:n}=this;for(const s of e.implicitlyLoadedBefore){const e=t.get(s);e&&e!==this&&n.add(e)}}addNecessaryImportsForFacades(){for(const[e,t]of this.includedReexportsByModule)if(this.includedNamespaces.has(e))for(const e of t)this.imports.add(e)}assignFacadeName({fileName:e,name:t},n,s){e?this.fileName=e:this.name=this.outputOptions.sanitizeFileName(t||(s?this.getPreserveModulesChunkNameFromModule(n):Aa(n)))}checkCircularDependencyImport(e,t){const n=e.module;if(n instanceof Po){const l=this.chunkByModule.get(n);let c;do{if(c=t.alternativeReexportModules.get(e),c){this.chunkByModule.get(c)!==l&&this.inputOptions.onLog(we,(s=n.getExportNamesByVariable().get(e)?.[0]||"*",i=n.id,r=c.id,o=t.id,a=this.outputOptions.preserveModules,{code:"CYCLIC_CROSS_CHUNK_REEXPORT",exporter:i,id:o,message:`Export "${s}" of module "${T(i)}" was reexported through module "${T(r)}" while both modules are dependencies of each other and will end up in different chunks by current Rollup settings. This scenario is not well supported at the moment as it will produce a circular dependency between chunks and will likely lead to broken execution order.\nEither change the import in "${T(o)}" to point directly to the exporting module or ${a?'do not use "output.preserveModules"':'reconfigure "output.manualChunks"'} to ensure these modules end up in the same chunk.`,reexporter:r})),t=c}}while(c)}var s,i,r,o,a}ensureReexportsAreAvailableForModule(e){const t=[],n=e.getExportNamesByVariable();for(const s of n.keys()){const n=s instanceof to,i=n?s.getBaseVariable():s;if(this.checkCircularDependencyImport(i,e),!(i instanceof eo&&this.outputOptions.preserveModules)){const e=i.module;if(e instanceof Po){const s=this.chunkByModule.get(e);s&&s!==this&&(s.exports.add(i),t.push(i),n&&this.imports.add(i))}}}t.length>0&&this.includedReexportsByModule.set(e,t)}generateVariableName(){if(this.manualChunkAlias)return this.manualChunkAlias;const e=this.entryModules[0]||this.implicitEntryModules[0]||this.dynamicEntryModules[0]||this.orderedModules[this.orderedModules.length-1];return e?Aa(e):"chunk"}getChunkExportDeclarations(e){const t=[];for(const n of this.getExportNames()){if("*"===n[0])continue;const s=this.exportsByName.get(n);if(!(s instanceof to)){const t=s.module;if(t){const s=this.chunkByModule.get(t);if(s!==this){if(!s||"es"!==e)continue;const t=this.renderedDependencies.get(s);if(!t)continue;const{imports:i,reexports:r}=t,o=r?.find((({reexported:e})=>e===n)),a=i?.find((({imported:e})=>e===o?.imported));if(!a)continue}}}let i=null,r=!1,o=s.getName(this.snippets.getPropertyAccess);if(s instanceof us){for(const e of s.declarations)if(e.parent instanceof Vi||e instanceof Fi&&e.declaration instanceof Vi){r=!0;break}}else s instanceof to&&(i=o,"es"===e&&(o=s.renderName));t.push({exported:n,expression:i,hoisted:r,local:o})}return t}getDependenciesToBeDeconflicted(e,t,n){const s=new Set,i=new Set,r=new Set;for(const t of[...this.exportNamesByVariable.keys(),...this.imports])if(e||t.isNamespace){const o=t.module;if(o instanceof Zt){const a=this.externalChunkByModule.get(o);s.add(a),e&&("default"===t.name?sr[n(o.id)]&&i.add(a):"*"===t.name&&rr[n(o.id)]&&r.add(a))}else{const n=this.chunkByModule.get(o);n!==this&&(s.add(n),e&&"default"===n.exportMode&&t.isNamespace&&r.add(n))}}if(t)for(const e of this.dependencies)s.add(e);return{deconflictedDefault:i,deconflictedNamespace:r,dependencies:s}}getDynamicDependencies(){return this.getIncludedDynamicImports().map((e=>e.facadeChunk||e.chunk||e.externalChunk||e.resolution)).filter((e=>e!==this&&(e instanceof $a||e instanceof j)))}getDynamicImportStringAndAttributes(e,t){if(e instanceof Zt){const n=this.externalChunkByModule.get(e);return[`'${n.getImportPath(t)}'`,n.getImportAttributes(this.snippets)]}return[e||"","es"===this.outputOptions.format&&this.outputOptions.externalImportAttributes||null]}getFallbackChunkName(){return this.manualChunkAlias?this.manualChunkAlias:this.dynamicName?this.dynamicName:this.fileName?B(this.fileName):B(this.orderedModules[this.orderedModules.length-1].id)}getImportSpecifiers(){const{interop:e}=this.outputOptions,t=new Map;for(const n of this.imports){const s=n.module;let i,r;if(s instanceof Zt){if(i=this.externalChunkByModule.get(s),r=n.name,"default"!==r&&"*"!==r&&"defaultOnly"===e(s.id))return Ye(Kt(s.id,r,!1))}else i=this.chunkByModule.get(s),r=i.getVariableExportName(n);U(t,i,W).push({imported:r,local:n.getName(this.snippets.getPropertyAccess)})}return t}getIncludedDynamicImports(){if(this.includedDynamicImports)return this.includedDynamicImports;const e=[];for(const t of this.orderedModules)for(const{node:n,resolution:s}of t.dynamicImports)n.included&&e.push(s instanceof Po?{chunk:this.chunkByModule.get(s),externalChunk:null,facadeChunk:this.facadeChunkByModule.get(s),node:n,resolution:s}:s instanceof Zt?{chunk:null,externalChunk:this.externalChunkByModule.get(s),facadeChunk:null,node:n,resolution:s}:{chunk:null,externalChunk:null,facadeChunk:null,node:n,resolution:s});return this.includedDynamicImports=e}getPreRenderedChunkInfo(){if(this.preRenderedChunkInfo)return this.preRenderedChunkInfo;const{dynamicEntryModules:e,facadeModule:t,implicitEntryModules:n,orderedModules:s}=this;return this.preRenderedChunkInfo={exports:this.getExportNames(),facadeModuleId:t&&t.id,isDynamicEntry:e.length>0,isEntry:!!t?.info.isEntry,isImplicitEntry:n.length>0,moduleIds:s.map((({id:e})=>e)),name:this.getChunkName(),type:"chunk"}}getPreserveModulesChunkNameFromModule(e){const t=wa(e);if(t)return t;const{preserveModulesRoot:n,sanitizeFileName:s}=this.outputOptions,i=s(P(e.id.split(va,1)[0])),r=C(i),o=Ea.has(r)?i.slice(0,-r.length):i;return v(o)?n&&O(o).startsWith(n)?o.slice(n.length).replace(/^[/\\]/,""):M(this.inputBase,o):`_virtual/${k(o)}`}getReexportSpecifiers(){const{externalLiveBindings:e,interop:t}=this.outputOptions,n=new Map;for(let s of this.getExportNames()){let i,r,o=!1;if("*"===s[0]){const n=s.slice(1);"defaultOnly"===t(n)&&this.inputOptions.onLog(we,Yt(n)),o=e,i=this.externalChunkByModule.get(this.modulesById.get(n)),r=s="*"}else{const n=this.exportsByName.get(s);if(n instanceof to)continue;const a=n.module;if(a instanceof Po){if(i=this.chunkByModule.get(a),i===this)continue;r=i.getVariableExportName(n),o=n.isReassigned}else{if(i=this.externalChunkByModule.get(a),r=n.name,"default"!==r&&"*"!==r&&"defaultOnly"===t(a.id))return Ye(Kt(a.id,r,!0));o=e&&("default"!==r||ir(t(a.id),!0))}}U(n,i,W).push({imported:r,needsLiveBinding:o,reexported:s})}return n}getReferencedFiles(){const e=new Set;for(const t of this.orderedModules)for(const n of t.importMetas){const t=n.getReferencedFileName(this.pluginDriver);t&&e.add(t)}return[...e]}getRenderedDependencies(){if(this.renderedDependencies)return this.renderedDependencies;const e=this.getImportSpecifiers(),t=this.getReexportSpecifiers(),n=new Map,s=this.getFileName();for(const i of this.dependencies){const r=e.get(i)||null,o=t.get(i)||null,a=i instanceof j||"default"!==i.exportMode,l=i.getImportPath(s);n.set(i,{attributes:i instanceof j?i.getImportAttributes(this.snippets):null,defaultVariableName:i.defaultVariableName,globalName:i instanceof j&&("umd"===this.outputOptions.format||"iife"===this.outputOptions.format)&&xa(i,this.outputOptions.globals,null!==(r||o),this.inputOptions.onLog),importPath:l,imports:r,isChunk:i instanceof $a,name:i.variableName,namedExportsMode:a,namespaceVariableName:i.namespaceVariableName,reexports:o})}return this.renderedDependencies=n}inlineChunkDependencies(e){for(const t of e.dependencies)this.dependencies.has(t)||(this.dependencies.add(t),t instanceof $a&&this.inlineChunkDependencies(t))}renderModules(e){const{accessedGlobalsByScope:t,dependencies:n,exportNamesByVariable:s,includedNamespaces:i,inputOptions:{onLog:r},isEmpty:o,orderedModules:a,outputOptions:l,pluginDriver:c,renderedModules:d,snippets:u}=this,{compact:h,format:p,freeze:f,generatedCode:{symbols:m}}=l,{_:g,cnst:b,n:x}=u;this.setDynamicImportResolutions(e),this.setImportMetaResolutions(e),this.setIdentifierRenderResolutions();const $=new E({separator:`${x}${x}`}),A=function(e,t){if(!0!==t.indent)return t.indent;for(const t of e){const e=aa(t.originalCode);if(null!==e)return e}return"\t"}(a,l),w=[];let S="";const v=new Set,I=new Map,P={accessedDocumentCurrentScript:!1,exportNamesByVariable:s,format:p,freeze:f,indent:A,pluginDriver:c,snippets:u,symbols:m,useOriginalName:null};let k=!1;for(const e of a){let n,s=0;if(e.isIncluded()||i.has(e)){const r=e.render(P);!P.accessedDocumentCurrentScript&&Mr.includes(p)&&this.accessedGlobalsByScope.get(e.scope)?.delete(nr),P.accessedDocumentCurrentScript=!1,({source:n}=r),k||=r.usesTopLevelAwait,s=n.length(),s&&(h&&n.lastLine().includes("//")&&n.append("\n"),I.set(e,n),$.addSource(n),w.push(e));const o=e.namespace;if(i.has(e)){const e=o.renderBlock(P);o.renderFirst()?S+=x+e:$.addSource(new y(e))}const a=t.get(e.scope);if(a)for(const e of a)v.add(e)}const{renderedExports:r,removedExports:o}=e.getRenderedExports();d[e.id]={get code(){return n?.toString()??null},originalLength:e.originalCode.length,removedExports:o,renderedExports:r,renderedLength:s}}S&&$.prepend(S+x+x),this.needsExportsShim&&$.prepend(`${x}${b} ${Zr}${g}=${g}void 0;${x}${x}`);const N=h?$:$.trim();var C;return o&&0===this.getExportNames().length&&0===n.size&&r(we,{code:"EMPTY_BUNDLE",message:`Generated an empty chunk: "${C=this.getChunkName()}".`,names:[C]}),{accessedGlobals:v,indent:A,magicString:$,renderedSource:N,usedModules:w,usesTopLevelAwait:k}}setDynamicImportResolutions(e){const{accessedGlobalsByScope:t,outputOptions:n,pluginDriver:s,snippets:i}=this;for(const r of this.getIncludedDynamicImports())if(r.chunk){const{chunk:o,facadeChunk:a,node:l,resolution:c}=r;o===this?l.setInternalResolution(c.namespace):l.setExternalResolution((a||o).exportMode,c,n,i,s,t,`'${(a||o).getImportPath(e)}'`,!a?.strictFacade&&o.exportNamesByVariable.get(c.namespace)[0],null)}else{const{node:o,resolution:a}=r,[l,c]=this.getDynamicImportStringAndAttributes(a,e);o.setExternalResolution("external",a,n,i,s,t,l,!1,c)}}setIdentifierRenderResolutions(){const{format:e,generatedCode:{symbols:t},interop:n,preserveModules:s,externalLiveBindings:i}=this.outputOptions,r=new Set;for(const t of this.getExportNames()){const n=this.exportsByName.get(t);"es"!==e&&"system"!==e&&n.isReassigned&&!n.isId?n.setRenderNames("exports",t):n instanceof to?r.add(n):n.setRenderNames(null,null)}for(const e of this.orderedModules)if(e.needsExportShim){this.needsExportsShim=!0;break}const o=new Set(["Object","Promise"]);switch(this.needsExportsShim&&o.add(Zr),t&&o.add("Symbol"),e){case"system":o.add("module").add("exports");break;case"es":break;case"cjs":o.add("module").add("require").add("__filename").add("__dirname");default:o.add("exports");for(const e of $r)o.add(e)}sa(this.orderedModules,this.getDependenciesToBeDeconflicted("es"!==e&&"system"!==e,"amd"===e||"umd"===e||"iife"===e,n),this.imports,o,e,n,s,i,this.chunkByModule,this.externalChunkByModule,r,this.exportNamesByVariable,this.accessedGlobalsByScope,this.includedNamespaces)}setImportMetaResolutions(e){const{accessedGlobalsByScope:t,includedNamespaces:n,orderedModules:s,outputOptions:{format:i}}=this;for(const r of s){for(const n of r.importMetas)n.setResolution(i,t,e);n.has(r)&&r.namespace.prepare(t)}}setUpChunkImportsAndExportsForModule(e){const t=new Set(e.includedImports);if(!this.outputOptions.preserveModules&&this.includedNamespaces.has(e)){const n=e.namespace.getMemberVariables();for(const e of Object.values(n))e.included&&t.add(e)}for(let n of t){n instanceof qr&&(n=n.getOriginalVariable()),n instanceof to&&(n=n.getBaseVariable());const t=this.chunkByModule.get(n.module);t!==this&&(this.imports.add(n),n.module instanceof Po&&(this.checkCircularDependencyImport(n,e),n instanceof eo&&this.outputOptions.preserveModules||t.exports.add(n)))}(this.includedNamespaces.has(e)||e.info.isEntry&&!1!==e.preserveSignature||e.includedDynamicImporters.some((e=>this.chunkByModule.get(e)!==this)))&&this.ensureReexportsAreAvailableForModule(e);for(const{node:t,resolution:n}of e.dynamicImports)t.included&&n instanceof Po&&this.chunkByModule.get(n)===this&&!this.includedNamespaces.has(n)&&(this.includedNamespaces.add(n),this.ensureReexportsAreAvailableForModule(n))}}function Aa(e){return wa(e)??B(e.id)}function wa(e){return e.chunkNames.find((({isUserDefined:e})=>e))?.name??e.chunkNames[0]?.name}function Sa(e,t){const n={};for(const[s,i]of e){const e=new Set;if(i.imports)for(const{imported:t}of i.imports)e.add(t);if(i.reexports)for(const{imported:t}of i.reexports)e.add(t);n[t(s)]=[...e]}return n}const va=/[#?]/,Ia=e=>e.getFileName();function*Pa(e){for(const t of e)yield*t}function ka(e,t,n,s){const{chunkDefinitions:i,modulesInManualChunks:r}=function(e){const t=[],n=new Set(e.keys()),s=Object.create(null);for(const[t,i]of e)Na(t,s[i]||=[],n);for(const[e,n]of Object.entries(s))t.push({alias:e,modules:n});return{chunkDefinitions:t,modulesInManualChunks:n}}(t),{allEntries:o,dependentEntriesByModule:a,dynamicallyDependentEntriesByDynamicEntry:l,dynamicImportsByEntry:c}=function(e){const t=new Set,n=new Map,s=[],i=new Set(e);let r=0;for(const e of i){const o=new Set;s.push(o);const a=new Set([e]);for(const e of a){U(n,e,G).add(r);for(const t of e.getDependenciesToBeIncluded())t instanceof Zt||a.add(t);for(const{resolution:n}of e.dynamicImports)n instanceof Po&&n.includedDynamicImporters.length>0&&!i.has(n)&&(t.add(n),i.add(n),o.add(n));for(const n of e.implicitlyLoadedBefore)i.has(n)||(t.add(n),i.add(n))}r++}const o=[...i],{dynamicEntries:a,dynamicImportsByEntry:l}=function(e,t,n){const s=new Map,i=new Set;for(const[n,r]of e.entries())s.set(r,n),t.has(r)&&i.add(n);const r=[];for(const e of n){const t=new Set;for(const n of e)t.add(s.get(n));r.push(t)}return{dynamicEntries:i,dynamicImportsByEntry:r}}(o,t,s);return{allEntries:o,dependentEntriesByModule:n,dynamicallyDependentEntriesByDynamicEntry:Ca(n,a,o),dynamicImportsByEntry:l}}(e),d=Ma(function*(e,t){for(const[n,s]of e)t.has(n)||(yield{dependentEntries:s,modules:[n]})}(a,r));return function(e,t,n,s){const i=s.map((()=>0n)),r=s.map(((e,n)=>t.has(n)?-1n:0n));let o=1n;for(const{dependentEntries:t}of e){for(const e of t)i[e]|=o;o<<=1n}const a=t;for(const[e,t]of a){a.delete(e);const s=r[e];let o=s;for(const e of t)o&=i[e]|r[e];if(o!==s){r[e]=o;for(const t of n[e])U(a,t,G).add(e)}}o=1n;for(const{dependentEntries:t}of e){for(const e of t)(r[e]&o)===o&&t.delete(e);o<<=1n}}(d,l,c,o),i.push(...function(e,t,n,s){Eo("optimize chunks",3);const i=function(e,t,n){const s=[],i=[],r=new Map,o=[];let a=0n,l=1n;for(const{dependentEntries:t,modules:c}of e){const e={containedAtoms:l,correlatedAtoms:0n,dependencies:new Set,dependentChunks:new Set,dependentEntries:t,modules:c,pure:!0,size:0};let d=0,u=!0;for(const t of c)r.set(t,e),t.isIncluded()&&(u&&=!t.hasEffects(),d+=n>1?t.estimateSize():1);e.pure=u,e.size=d,o.push(d),u||(a|=l),(d<n?s:i).push(e),l<<=1n}if(0===s.length)return null;return a|=function(e,t,n,s){const i=new Map;let r=0n;const o=[];for(let e=0;e<n;e++)o.push(0n);for(const n of e){n.sort(Da);for(const e of n){const{dependencies:n,dependentEntries:a,modules:l}=e;for(const o of l)for(const a of o.getDependenciesToBeIncluded())if(a instanceof Zt)a.info.moduleSideEffects&&(e.containedAtoms|=U(i,a,(()=>{const e=s;return s<<=1n,r|=e,e})));else{const s=t.get(a);s&&s!==e&&(n.add(s),s.dependentChunks.add(e))}const{containedAtoms:c}=e;for(const e of a)o[e]|=c}}for(const t of e)for(const e of t){const{dependentEntries:t}=e;e.correlatedAtoms=-1n;for(const n of t)e.correlatedAtoms&=o[n]}return r}([i,s],r,t,l),{big:new Set(i),sideEffectAtoms:a,sizeByAtom:o,small:new Set(s)}}(e,t,n);if(!i)return xo("optimize chunks",3),e;return n>1&&s("info",Wt(e.length,i.small.size,"Initially")),function(e,t){const{small:n}=e;for(const s of n){const i=Oa(s,e,t<=1?1:1/0);if(i){const{containedAtoms:r,correlatedAtoms:o,modules:a,pure:l,size:c}=s;n.delete(s),_a(i,t,e).delete(i),i.modules.push(...a),i.size+=c,i.pure&&=l;const{dependencies:d,dependentChunks:u,dependentEntries:h}=i;i.correlatedAtoms&=o,i.containedAtoms|=r;for(const e of s.dependentEntries)h.add(e);for(const e of s.dependencies)d.add(e),e.dependentChunks.delete(s),e.dependentChunks.add(i);for(const e of s.dependentChunks)u.add(e),e.dependencies.delete(s),e.dependencies.add(i);d.delete(i),u.delete(i),_a(i,t,e).add(i)}}}(i,n),n>1&&s("info",Wt(i.small.size+i.big.size,i.small.size,"After merging chunks")),xo("optimize chunks",3),[...i.small,...i.big]}(Ma(d),o.length,n,s).map((({modules:e})=>({alias:null,modules:e})))),i}function Na(e,t,n){const s=new Set([e]);for(const e of s){n.add(e),t.push(e);for(const t of e.dependencies)t instanceof Zt||n.has(t)||s.add(t)}}function Ca(e,t,n){const s=new Map;for(const i of t){const t=U(s,i,G),r=n[i];for(const n of Pa([r.includedDynamicImporters,r.implicitlyLoadedAfter]))for(const s of e.get(n))t.add(s)}return s}function Ma(e){const t=Object.create(null);for(const{dependentEntries:n,modules:s}of e){let e=0n;for(const t of n)e|=1n<<BigInt(t);(t[String(e)]||={dependentEntries:new Set(n),modules:[]}).modules.push(...s)}return Object.values(t)}function Oa(e,{big:t,sideEffectAtoms:n,sizeByAtom:s,small:i},r){let o=null;for(const a of Pa([i,t])){if(e===a)continue;const t=Ra(e,a,r,n,s);if(t<r){if(o=a,0===t)break;r=t}}return o}function _a(e,t,n){return e.size<t?n.small:n.big}function Da({size:e},{size:t}){return e-t}function Ra(e,t,n,s,i){const r=La(e,t,n,s,i);return r<n?r+La(t,e,n-r,s,i):1/0}function La(e,t,n,s,i){const{correlatedAtoms:r}=t;let o=e.containedAtoms;const a=o&s;if((r&a)!==a)return 1/0;const l=new Set(e.dependencies);for(const{dependencies:e,containedAtoms:n}of l){o|=n;const i=n&s;if((r&i)!==i)return 1/0;for(const n of e){if(n===t)return 1/0;l.add(n)}}return function(e,t,n){let s=0,i=0,r=1n;const{length:o}=n;for(;i<o;i++)if((e&r)===r&&(s+=n[i]),r<<=1n,s>=t)return 1/0;return s}(o&~r,n,i)}const Ba=(e,t)=>e.execIndex>t.execIndex?1:-1;function Ta(e,t,n){const s=Symbol(e.id),i=[e.id];let r=t;for(e.cycles.add(s);r!==e;)r.cycles.add(s),i.push(r.id),r=n.get(r);return i.push(i[0]),i.reverse(),i}const za=(e,t)=>t?`(${e})`:e,Va=/^(?!\d)[\w$]+$/;class Fa{constructor(e,t){this.isOriginal=!0,this.filename=e,this.content=t}traceSegment(e,t,n){return{column:t,line:e,name:n,source:this}}}class ja{constructor(e,t){this.sources=t,this.names=e.names,this.mappings=e.mappings}traceMappings(){const e=[],t=new Map,n=[],s=[],i=new Map,r=[];for(const o of this.mappings){const a=[];for(const r of o){if(1===r.length)continue;const o=this.sources[r[1]];if(!o)continue;const l=o.traceSegment(r[2],r[3],5===r.length?this.names[r[4]]:"");if(l){const{column:o,line:c,name:d,source:{content:u,filename:h}}=l;let p=t.get(h);if(void 0===p)p=e.length,e.push(h),t.set(h,p),n[p]=u;else if(null==n[p])n[p]=u;else if(null!=u&&n[p]!==u)return Ye(qt(h));const f=[r[0],p,c,o];if(d){let e=i.get(d);void 0===e&&(e=s.length,s.push(d),i.set(d,e)),f[4]=e}a.push(f)}}r.push(a)}return{mappings:r,names:s,sources:e,sourcesContent:n}}traceSegment(e,t,n){const s=this.mappings[e];if(!s)return null;let i=0,r=s.length-1;for(;i<=r;){const e=i+r>>1,o=s[e];if(o[0]===t||i===r){if(1==o.length)return null;const e=this.sources[o[1]];return e?e.traceSegment(o[2],o[3],5===o.length?this.names[o[4]]:n):null}o[0]>t?r=e-1:i=e+1}return null}}function Ua(e){return function(t,n){return n.missing?(e(we,(s=n.plugin,{code:It,message:`Sourcemap is likely to be incorrect: a plugin (${s}) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help`,plugin:s,url:Re(Be)})),new ja({mappings:[],names:[]},[t])):new ja(n,[t]);var s}}function Ga(e,t,n,s,i){let r;if(n){const t=n.sources,s=n.sourcesContent||[],i=N(e)||".",o=n.sourceRoot||".",a=t.map(((e,t)=>new Fa(O(i,o,e),s[t])));r=new ja(n,a)}else r=new Fa(e,t);return s.reduce(i,r)}let Wa;const Ha=new Array(128).fill(void 0);function qa(e){return Ha[e]}Ha.push(void 0,null,!0,!1);let Ka=Ha.length;function Ya(e){const t=qa(e);return function(e){e<132||(Ha[e]=Ka,Ka=e)}(e),t}const Xa="undefined"!=typeof TextDecoder?new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}):{decode:()=>{throw Error("TextDecoder not available")}};"undefined"!=typeof TextDecoder&&Xa.decode();let Ja=null;function Za(){return null!==Ja&&0!==Ja.byteLength||(Ja=new Uint8Array(Wa.memory.buffer)),Ja}function Qa(e,t){return e>>>=0,Xa.decode(Za().subarray(e,e+t))}function el(e){Ka===Ha.length&&Ha.push(Ha.length+1);const t=Ka;return Ka=Ha[t],Ha[t]=e,t}let tl=0;const nl="undefined"!=typeof TextEncoder?new TextEncoder("utf-8"):{encode:()=>{throw Error("TextEncoder not available")}},sl="function"==typeof nl.encodeInto?function(e,t){return nl.encodeInto(e,t)}:function(e,t){const n=nl.encode(e);return t.set(n),{read:e.length,written:n.length}};function il(e,t,n){if(void 0===n){const n=nl.encode(e),s=t(n.length,1)>>>0;return Za().subarray(s,s+n.length).set(n),tl=n.length,s}let s=e.length,i=t(s,1)>>>0;const r=Za();let o=0;for(;o<s;o++){const t=e.charCodeAt(o);if(t>127)break;r[i+o]=t}if(o!==s){0!==o&&(e=e.slice(o)),i=n(i,s,s=o+3*e.length,1)>>>0;const t=Za().subarray(i+o,i+s);o+=sl(e,t).written}return tl=o,i}function rl(e){return null==e}let ol=null;function al(){return null!==ol&&0!==ol.byteLength||(ol=new Int32Array(Wa.memory.buffer)),ol}let ll,cl=null;function dl(e){const t=typeof e;if("number"==t||"boolean"==t||null==e)return`${e}`;if("string"==t)return`"${e}"`;if("symbol"==t){const t=e.description;return null==t?"Symbol":`Symbol(${t})`}if("function"==t){const t=e.name;return"string"==typeof t&&t.length>0?`Function(${t})`:"Function"}if(Array.isArray(e)){const t=e.length;let n="[";t>0&&(n+=dl(e[0]));for(let s=1;s<t;s++)n+=", "+dl(e[s]);return n+="]",n}const n=/\[object ([^\]]+)\]/.exec(toString.call(e));let s;if(!(n.length>1))return toString.call(e);if(s=n[1],"Object"==s)try{return"Object("+JSON.stringify(e)+")"}catch(e){return"Object"}return e instanceof Error?`${e.name}: ${e.message}\n${e.stack}`:s}function ul(e,t){try{const a=Wa.__wbindgen_add_to_stack_pointer(-16),l=il(e,Wa.__wbindgen_malloc,Wa.__wbindgen_realloc),c=tl;Wa.parse(a,l,c,t);var n=al()[a/4+0],s=al()[a/4+1],i=(r=n,o=s,r>>>=0,Za().subarray(r/1,r/1+o)).slice();return Wa.__wbindgen_free(n,1*s),i}finally{Wa.__wbindgen_add_to_stack_pointer(16)}var r,o}function hl(e,t){try{return e.apply(this,t)}catch(e){Wa.__wbindgen_exn_store(el(e))}}function pl(){const e={wbg:{}};return e.wbg.__wbindgen_object_drop_ref=function(e){Ya(e)},e.wbg.__wbindgen_string_new=function(e,t){return el(Qa(e,t))},e.wbg.__wbindgen_boolean_get=function(e){const t=qa(e);return"boolean"==typeof t?t?1:0:2},e.wbg.__wbindgen_string_get=function(e,t){const n=qa(t),s="string"==typeof n?n:void 0;var i=rl(s)?0:il(s,Wa.__wbindgen_malloc,Wa.__wbindgen_realloc),r=tl;al()[e/4+1]=r,al()[e/4+0]=i},e.wbg.__wbindgen_is_object=function(e){const t=qa(e);return"object"==typeof t&&null!==t},e.wbg.__wbindgen_is_undefined=function(e){return void 0===qa(e)},e.wbg.__wbindgen_in=function(e,t){return qa(e)in qa(t)},e.wbg.__wbindgen_error_new=function(e,t){return el(new Error(Qa(e,t)))},e.wbg.__wbindgen_object_clone_ref=function(e){return el(qa(e))},e.wbg.__wbindgen_jsval_loose_eq=function(e,t){return qa(e)==qa(t)},e.wbg.__wbindgen_number_get=function(e,t){const n=qa(t),s="number"==typeof n?n:void 0;(null!==cl&&0!==cl.byteLength||(cl=new Float64Array(Wa.memory.buffer)),cl)[e/8+1]=rl(s)?0:s,al()[e/4+0]=!rl(s)},e.wbg.__wbg_getwithrefkey_15c62c2b8546208d=function(e,t){return el(qa(e)[qa(t)])},e.wbg.__wbg_crypto_c48a774b022d20ac=function(e){return el(qa(e).crypto)},e.wbg.__wbg_process_298734cf255a885d=function(e){return el(qa(e).process)},e.wbg.__wbg_versions_e2e78e134e3e5d01=function(e){return el(qa(e).versions)},e.wbg.__wbg_node_1cd7a5d853dbea79=function(e){return el(qa(e).node)},e.wbg.__wbindgen_is_string=function(e){return"string"==typeof qa(e)},e.wbg.__wbg_msCrypto_bcb970640f50a1e8=function(e){return el(qa(e).msCrypto)},e.wbg.__wbg_require_8f08ceecec0f4fee=function(){return hl((function(){return el(module.require)}),arguments)},e.wbg.__wbindgen_is_function=function(e){return"function"==typeof qa(e)},e.wbg.__wbg_randomFillSync_dc1e9a60c158336d=function(){return hl((function(e,t){qa(e).randomFillSync(Ya(t))}),arguments)},e.wbg.__wbg_getRandomValues_37fa2ca9e4e07fab=function(){return hl((function(e,t){qa(e).getRandomValues(qa(t))}),arguments)},e.wbg.__wbg_new_898a68150f225f2e=function(){return el(new Array)},e.wbg.__wbg_newnoargs_581967eacc0e2604=function(e,t){return el(new Function(Qa(e,t)))},e.wbg.__wbg_get_97b561fb56f034b5=function(){return hl((function(e,t){return el(Reflect.get(qa(e),qa(t)))}),arguments)},e.wbg.__wbg_call_cb65541d95d71282=function(){return hl((function(e,t){return el(qa(e).call(qa(t)))}),arguments)},e.wbg.__wbg_self_1ff1d729e9aae938=function(){return hl((function(){return el(self.self)}),arguments)},e.wbg.__wbg_window_5f4faef6c12b79ec=function(){return hl((function(){return el(window.window)}),arguments)},e.wbg.__wbg_globalThis_1d39714405582d3c=function(){return hl((function(){return el(globalThis.globalThis)}),arguments)},e.wbg.__wbg_global_651f05c6a0944d1c=function(){return hl((function(){return el(global.global)}),arguments)},e.wbg.__wbg_set_502d29070ea18557=function(e,t,n){qa(e)[t>>>0]=Ya(n)},e.wbg.__wbg_instanceof_ArrayBuffer_39ac22089b74fddb=function(e){let t;try{t=qa(e)instanceof ArrayBuffer}catch{t=!1}return t},e.wbg.__wbg_call_01734de55d61e11d=function(){return hl((function(e,t,n){return el(qa(e).call(qa(t),qa(n)))}),arguments)},e.wbg.__wbg_getTime_5e2054f832d82ec9=function(e){return qa(e).getTime()},e.wbg.__wbg_getTimezoneOffset_8aee3445f323973e=function(e){return qa(e).getTimezoneOffset()},e.wbg.__wbg_new0_c0be7df4b6bd481f=function(){return el(new Date)},e.wbg.__wbg_buffer_085ec1f694018c4f=function(e){return el(qa(e).buffer)},e.wbg.__wbg_newwithbyteoffsetandlength_6da8e527659b86aa=function(e,t,n){return el(new Uint8Array(qa(e),t>>>0,n>>>0))},e.wbg.__wbg_new_8125e318e6245eed=function(e){return el(new Uint8Array(qa(e)))},e.wbg.__wbg_set_5cf90238115182c3=function(e,t,n){qa(e).set(qa(t),n>>>0)},e.wbg.__wbg_length_72e2208bbc0efc61=function(e){return qa(e).length},e.wbg.__wbg_instanceof_Uint8Array_d8d9cb2b8e8ac1d4=function(e){let t;try{t=qa(e)instanceof Uint8Array}catch{t=!1}return t},e.wbg.__wbg_newwithlength_e5d69174d6984cd7=function(e){return el(new Uint8Array(e>>>0))},e.wbg.__wbg_subarray_13db269f57aa838d=function(e,t,n){return el(qa(e).subarray(t>>>0,n>>>0))},e.wbg.__wbindgen_debug_string=function(e,t){const n=il(dl(qa(t)),Wa.__wbindgen_malloc,Wa.__wbindgen_realloc),s=tl;al()[e/4+1]=s,al()[e/4+0]=n},e.wbg.__wbindgen_throw=function(e,t){throw new Error(Qa(e,t))},e.wbg.__wbindgen_memory=function(){return el(Wa.memory)},e}async function fl(e){if(void 0!==Wa)return Wa;void 0===e&&(e=new URL("bindings_wasm_bg.wasm",import.meta.url));const t=pl();("string"==typeof e||"function"==typeof Request&&e instanceof Request||"function"==typeof URL&&e instanceof URL)&&(e=fetch(e));const{instance:n,module:s}=await async function(e,t){if("function"==typeof Response&&e instanceof Response){if("function"==typeof WebAssembly.instantiateStreaming)try{return await WebAssembly.instantiateStreaming(e,t)}catch(t){if("application/wasm"==e.headers.get("Content-Type"))throw t;console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",t)}const n=await e.arrayBuffer();return await WebAssembly.instantiate(n,t)}{const n=await WebAssembly.instantiate(e,t);return n instanceof WebAssembly.Instance?{instance:n,module:e}:n}}(await e,t);return function(e,t){return Wa=e.exports,fl.__wbindgen_wasm_module=t,cl=null,ol=null,Ja=null,Wa}(n,s)}function ml(e){let t;return"string"==typeof e?"undefined"==typeof Buffer?(ll??=new TextEncoder,t=ll.encode(e)):t=Buffer.from(e):t=e,function(e){let t,n;try{const r=Wa.__wbindgen_add_to_stack_pointer(-16);Wa.xxhash_base64_url(r,el(e));var s=al()[r/4+0],i=al()[r/4+1];return t=s,n=i,Qa(s,i)}finally{Wa.__wbindgen_add_to_stack_pointer(16),Wa.__wbindgen_free(t,n,1)}}(t)}let gl="sourceMa";async function yl(e,t,n,s,i){Eo("render chunks",2),function(e){for(const t of e)t.facadeModule&&t.facadeModule.isUserDefinedEntryPoint&&t.getPreliminaryFileName()}(e);const r=await Promise.all(e.map((e=>e.render())));xo("render chunks",2),Eo("transform chunks",2);const o=function(e){return Object.fromEntries(e.map((e=>{const t=e.getRenderedChunkInfo();return[t.fileName,t]})))}(e),{initialHashesByPlaceholder:a,nonHashedChunksWithPlaceholders:l,renderedChunksByPlaceholder:c,hashDependenciesByPlaceholder:d}=await async function(e,t,n,s,i){const r=[],o=new Map,a=new Map,l=new Map,c=new Set;for(const{preliminaryFileName:{hashPlaceholder:t}}of e)t&&c.add(t);return await Promise.all(e.map((async({chunk:e,preliminaryFileName:{fileName:d,hashPlaceholder:u},preliminarySourcemapFileName:h,magicString:p,usedModules:f})=>{const m={chunk:e,fileName:d,sourcemapFileName:h?.fileName??null,...await bl(p,d,f,t,n,s,i)},{code:g,map:y}=m;if(u){const{containedPlaceholders:t,transformedCode:n}=fa(g,c);let i=n;const r=s.hookReduceValueSync("augmentChunkHash","",[e.getRenderedChunkInfo()],((e,t)=>(t&&(e+=t),e)));r&&(i+=r),o.set(u,m),a.set(u,{containedPlaceholders:t,contentHash:ml(i)})}else r.push(m);const b=h?.hashPlaceholder;y&&b&&l.set(h.hashPlaceholder,ml(y.toString()).slice(0,h.hashPlaceholder.length))}))),{hashDependenciesByPlaceholder:a,initialHashesByPlaceholder:l,nonHashedChunksWithPlaceholders:r,renderedChunksByPlaceholder:o}}(r,o,s,n,i),u=function(e,t,n,s){const i=new Map(n);for(const[n,{fileName:r}]of e){let e="";const o=new Set([n]);for(const n of o){const{containedPlaceholders:s,contentHash:i}=t.get(n);e+=i;for(const e of s)o.add(e)}let a,l;do{l&&(e=l),l=ml(e).slice(0,n.length),a=pa(r,n,l)}while(s[ma].has(a.toLowerCase()));s[a]=ga,i.set(n,l)}return i}(c,d,a,t);!function(e,t,n,s,i,r){for(const{chunk:s,code:o,fileName:a,sourcemapFileName:l,map:c}of e.values()){let e=ha(o,t);const d=ha(a,t);let u=null;c&&(u=l?ha(l,t):`${d}.map`,c.file=ha(c.file,t),e+=El(u,c,i,r)),n[d]=s.finalizeChunk(e,c,u,t)}for(const{chunk:e,code:o,fileName:a,sourcemapFileName:l,map:c}of s){let s=t.size>0?ha(o,t):o,d=null;c&&(d=l?ha(l,t):`${a}.map`,s+=El(d,c,i,r)),n[a]=e.finalizeChunk(s,c,d,t)}}(c,u,t,l,n,s),xo("transform chunks",2)}async function bl(e,t,n,s,i,r,o){let a=null;const c=[];let d=await r.hookReduceArg0("renderChunk",[e.toString(),s[t],i,{chunks:s}],((e,t,n)=>{if(null==t)return e;if("string"==typeof t&&(t={code:t,map:void 0}),null!==t.map){const e=ro(t.map);c.push(e||{missing:!0,plugin:n.name})}return t.code}));const{compact:u,dir:h,file:p,sourcemap:f,sourcemapExcludeSources:m,sourcemapFile:g,sourcemapPathTransform:y,sourcemapIgnoreList:b}=i;if(u||"\n"===d[d.length-1]||(d+="\n"),f){let s;Eo("sourcemaps",3),s=p?O(g||p):h?O(h,t):O(t);a=function(e,t,n,s,i,r){const o=Ua(r),a=n.filter((e=>!e.excludeFromSourcemap)).map((e=>Ga(e.id,e.originalCode,e.originalSourcemap,e.sourcemapChain,o))),c=new ja(t,a),d=s.reduce(o,c);let{sources:u,sourcesContent:h,names:p,mappings:f}=d.traceMappings();if(e){const t=N(e);u=u.map((e=>M(t,e))),e=k(e)}h=i?null:h;for(const e of n)io(e.originalSourcemap,e.sourcemapChain);return new l({file:e,mappings:f,names:p,sources:u,sourcesContent:h})}(s,e.generateDecodedMap({}),n,c,m,o);for(let e=0;e<a.sources.length;++e){let t=a.sources[e];const n=`${s}.map`,i=b(t,n);"boolean"!=typeof i&&Ye(Xt("sourcemapIgnoreList function must return a boolean.")),i&&(void 0===a.x_google_ignoreList&&(a.x_google_ignoreList=[]),a.x_google_ignoreList.includes(e)||a.x_google_ignoreList.push(e)),y&&(t=y(t,n),"string"!=typeof t&&Ye(Xt("sourcemapPathTransform function must return a string."))),a.sources[e]=P(t)}xo("sourcemaps",3)}return{code:d,map:a}}function El(e,t,n,{sourcemap:s,sourcemapBaseUrl:i}){let r;if("inline"===s)r=t.toUrl();else{const s=k(e);r=i?new URL(s,i).toString():s,n.emitFile({fileName:e,source:t.toString(),type:"asset"})}return"hidden"===s?"":`//# ${gl}=${r}\n`}gl+="ppingURL";class xl{constructor(e,t,n,s,i){this.outputOptions=e,this.unsetOptions=t,this.inputOptions=n,this.pluginDriver=s,this.graph=i,this.facadeChunkByModule=new Map,this.includedNamespaces=new Set}async generate(e){Eo("GENERATE",1);const t=Object.create(null),n=(e=>{const t=new Set;return new Proxy(e,{deleteProperty:(e,n)=>("string"==typeof n&&t.delete(n.toLowerCase()),Reflect.deleteProperty(e,n)),get:(e,n)=>n===ma?t:Reflect.get(e,n),set:(e,n,s)=>("string"==typeof n&&t.add(n.toLowerCase()),Reflect.set(e,n,s))})})(t);this.pluginDriver.setOutputBundle(n,this.outputOptions);try{Eo("initialize render",2),await this.pluginDriver.hookParallel("renderStart",[this.outputOptions,this.inputOptions]),xo("initialize render",2),Eo("generate chunks",2);const e=(()=>{let e=0;return(t,n=8)=>{if(n>22)return Ye(Xt(`Hashes cannot be longer than 22 characters, received ${n}. Check the "${t}" option.`));const s=`${ca}${Es(++e).padStart(n-5,"0")}${da}`;return s.length>n?Ye(Xt(`To generate hashes for this number of chunks (currently ${e}), you need a minimum hash size of ${s.length}, received ${n}. Check the "${t}" option.`)):s}})(),t=await this.generateChunks(n,e);t.length>1&&function(e,t){if("umd"===e.format||"iife"===e.format)return Ye(jt("output.format",je,"UMD and IIFE output formats are not supported for code-splitting builds",e.format));if("string"==typeof e.file)return Ye(jt("output.file",ze,'when building multiple chunks, the "output.dir" option must be used, not "output.file". To inline dynamic imports, set the "inlineDynamicImports" option'));if(e.sourcemapFile)return Ye(jt("output.sourcemapFile",Ke,'"output.sourcemapFile" is only supported for single-file builds'));!e.amd.autoId&&e.amd.id&&t(we,jt("output.amd.id",Te,'this option is only properly supported for single-file builds. Use "output.amd.autoId" and "output.amd.basePath" instead'))}(this.outputOptions,this.inputOptions.onLog),this.pluginDriver.setChunkInformation(this.facadeChunkByModule);for(const e of t)e.generateExports();xo("generate chunks",2),await yl(t,n,this.pluginDriver,this.outputOptions,this.inputOptions.onLog)}catch(e){throw await this.pluginDriver.hookParallel("renderError",[e]),e}return(e=>{const t=new Set,n=Object.values(e);for(const e of n)"asset"===e.type&&e.needsCodeReference&&t.add(e.fileName);for(const e of n)if("chunk"===e.type)for(const n of e.referencedFiles)t.has(n)&&t.delete(n);for(const n of t)delete e[n]})(n),Eo("generate bundle",2),await this.pluginDriver.hookSeq("generateBundle",[this.outputOptions,n,e]),this.finaliseAssets(n),xo("generate bundle",2),xo("GENERATE",1),t}async addManualChunks(e){const t=new Map,n=await Promise.all(Object.entries(e).map((async([e,t])=>({alias:e,entries:await this.graph.moduleLoader.addAdditionalModules(t,!0)}))));for(const{alias:e,entries:s}of n)for(const n of s)$l(e,n,t);return t}assignManualChunks(e){const t=[],n={getModuleIds:()=>this.graph.modulesById.keys(),getModuleInfo:this.graph.getModuleInfo};for(const s of this.graph.modulesById.values())if(s instanceof Po){const i=e(s.id,n);"string"==typeof i&&t.push([i,s])}t.sort((([e],[t])=>e>t?1:e<t?-1:0));const s=new Map;for(const[e,n]of t)$l(e,n,s);return s}finaliseAssets(e){if(this.outputOptions.validate)for(const t of Object.values(e))if("code"in t)try{this.graph.contextParse(t.code)}catch(e){this.inputOptions.onLog(we,Dt(t,e))}this.pluginDriver.finaliseAssets()}async generateChunks(e,t){const{experimentalMinChunkSize:n,inlineDynamicImports:s,manualChunks:i,preserveModules:r}=this.outputOptions,o="object"==typeof i?await this.addManualChunks(i):this.assignManualChunks(i),a=function({compact:e,generatedCode:{arrowFunctions:t,constBindings:n,objectShorthand:s,reservedNamesAsProps:i}}){const{_:r,n:o,s:a}=e?{_:"",n:"",s:""}:{_:" ",n:"\n",s:";"},l=n?"const":"var",c=(e,{isAsync:t,name:n})=>`${t?"async ":""}function${n?` ${n}`:""}${r}(${e.join(`,${r}`)})${r}`,d=t?(e,{isAsync:t,name:n})=>{const s=1===e.length;return`${n?`${l} ${n}${r}=${r}`:""}${t?`async${s?" ":r}`:""}${s?e[0]:`(${e.join(`,${r}`)})`}${r}=>${r}`}:c,u=(e,{functionReturn:n,lineBreakIndent:s,name:i})=>[`${d(e,{isAsync:!1,name:i})}${t?s?`${o}${s.base}${s.t}`:"":`{${s?`${o}${s.base}${s.t}`:r}${n?"return ":""}`}`,t?`${i?";":""}${s?`${o}${s.base}`:""}`:`${a}${s?`${o}${s.base}`:r}}`],h=i?e=>Va.test(e):e=>!Ee.has(e)&&Va.test(e);return{_:r,cnst:l,getDirectReturnFunction:u,getDirectReturnIifeLeft:(e,n,{needsArrowReturnParens:s,needsWrappedFunction:i})=>{const[r,o]=u(e,{functionReturn:!0,lineBreakIndent:null,name:null});return`${za(`${r}${za(n,t&&s)}${o}`,t||i)}(`},getFunctionIntro:d,getNonArrowFunctionIntro:c,getObject(e,{lineBreakIndent:t}){const n=t?`${o}${t.base}${t.t}`:r;return`{${e.map((([e,t])=>{if(null===e)return`${n}${t}`;const i=!h(e);return e===t&&s&&!i?n+e:`${n}${i?`'${e}'`:e}:${r}${t}`})).join(",")}${0===e.length?"":t?`${o}${t.base}`:r}}`},getPropertyAccess:e=>h(e)?`.${e}`:`[${JSON.stringify(e)}]`,n:o,s:a}}(this.outputOptions),l=function(e){const t=[];for(const n of e.values())n instanceof Po&&(n.isIncluded()||n.info.isEntry||n.includedDynamicImporters.length>0)&&t.push(n);return t}(this.graph.modulesById),c=function(e){if(0===e.length)return"/";if(1===e.length)return N(e[0]);const t=e.slice(1).reduce(((e,t)=>{const n=t.split(/\/+|\\+/);let s;for(s=0;e[s]===n[s]&&s<Math.min(e.length,n.length);s++);return e.slice(0,s)}),e[0].split(/\/+|\\+/));return t.length>1?t.join("/"):"/"}(function(e,t){const n=[];for(const s of e)(s.info.isEntry||t)&&v(s.id)&&n.push(s.id);return n}(l,r)),d=function(e,t,n){const s=new Map;for(const i of e.values())i instanceof Zt&&s.set(i,new j(i,t,n));return s}(this.graph.modulesById,this.outputOptions,c),u=[],h=new Map;for(const{alias:i,modules:p}of s?[{alias:null,modules:l}]:r?l.map((e=>({alias:null,modules:[e]}))):ka(this.graph.entryModules,o,n,this.inputOptions.onLog)){p.sort(Ba);const n=new $a(p,this.inputOptions,this.outputOptions,this.unsetOptions,this.pluginDriver,this.graph.modulesById,h,d,this.facadeChunkByModule,this.includedNamespaces,i,t,e,c,a);u.push(n)}for(const e of u)e.link();const p=[];for(const e of u)p.push(...e.generateFacades());return[...u,...p]}}function $l(e,t,n){const s=n.get(t);if("string"==typeof s&&s!==e)return Ye((i=t.id,r=e,o=s,{code:lt,message:`Cannot assign "${T(i)}" to the "${r}" chunk as it is already in the "${o}" chunk.`}));var i,r,o;n.set(t,e)}const Al=e=>()=>Ye(function(e){return{code:"NO_FS_IN_BROWSER",message:`Cannot access the file system (via "${e}") when using the browser build of Rollup. Make sure you supply a plugin with custom resolveId and load hooks to Rollup.`,url:Re("plugin-development/#a-simple-example")}}(e)),wl=Al("fs.mkdir"),Sl=Al("fs.readFile"),vl=Al("fs.writeFile");async function Il(e,t,n,s,i,r,o,a,l){const c=await function(e,t,n,s,i,r,o,a){let l=null,c=null;if(i){l=new Set;for(const n of i)e===n.source&&t===n.importer&&l.add(n.plugin);c=(e,t)=>({...e,resolve:(e,n,{attributes:r,custom:o,isEntry:a,skipSelf:l}=me)=>(l??=!0,s(e,n,o,a,r||ge,l?[...i,{importer:n,plugin:t,source:e}]:i))})}return n.hookFirstAndGetPlugin("resolveId",[e,t,{attributes:a,custom:r,isEntry:o}],c,l)}(e,t,s,i,r,o,a,l);return null==c?Al("path.resolve")():c[0]}const Pl="at position ",kl="at output position ";const Nl={delete:()=>!1,get(){},has:()=>!1,set(){}};function Cl(e){return e.startsWith(Pl)||e.startsWith(kl)?Ye({code:Qe,message:"A plugin is trying to use the Rollup cache but is not declaring a plugin name or cacheKey."}):Ye({code:rt,message:`The plugin name ${e} is being used twice in the same build. Plugin names must be distinct or provide a cacheKey (please post an issue to the plugin if you are a plugin user).`})}const Ml=(e,t,n=Ll)=>{const{onwarn:s,onLog:i}=e,r=Ol(n,s);if(i){const e=Ie[t];return(t,n)=>i(t,_l(n),((t,n)=>{if("error"===t)return Ye(Dl(n));Ie[t]>=e&&r(t,Dl(n))}))}return r},Ol=(e,t)=>t?(n,s)=>{n===we?t(_l(s),(t=>e(we,Dl(t)))):e(n,s)}:e,_l=e=>(Object.defineProperty(e,"toString",{value:()=>Rl(e),writable:!0}),e),Dl=e=>"string"==typeof e?{message:e}:"function"==typeof e?Dl(e()):e,Rl=e=>{let t="";return e.plugin&&(t+=`(${e.plugin} plugin) `),e.loc&&(t+=`${T(e.loc.file)} (${e.loc.line}:${e.loc.column}) `),t+e.message},Ll=(e,t)=>{const n=Rl(t);switch(e){case we:return console.warn(n);case ve:return console.debug(n);default:return console.info(n)}};function Bl(e,t,n,s,i=/$./){const r=new Set(t),o=Object.keys(e).filter((e=>!(r.has(e)||i.test(e))));o.length>0&&s(we,function(e,t,n){return{code:kt,message:`Unknown ${e}: ${t.join(", ")}. Allowed options: ${n.join(", ")}`}}(n,o,[...r].sort()))}const Tl={recommended:{annotations:!0,correctVarValueBeforeDeclaration:!1,manualPureFunctions:ye,moduleSideEffects:()=>!0,propertyReadSideEffects:!0,tryCatchDeoptimization:!0,unknownGlobalSideEffects:!1},safest:{annotations:!0,correctVarValueBeforeDeclaration:!0,manualPureFunctions:ye,moduleSideEffects:()=>!0,propertyReadSideEffects:!0,tryCatchDeoptimization:!0,unknownGlobalSideEffects:!0},smallest:{annotations:!0,correctVarValueBeforeDeclaration:!1,manualPureFunctions:ye,moduleSideEffects:()=>!1,propertyReadSideEffects:!1,tryCatchDeoptimization:!1,unknownGlobalSideEffects:!1}},zl={es2015:{arrowFunctions:!0,constBindings:!0,objectShorthand:!0,reservedNamesAsProps:!0,symbols:!0},es5:{arrowFunctions:!1,constBindings:!1,objectShorthand:!1,reservedNamesAsProps:!0,symbols:!1}},Vl=(e,t,n,s,i)=>{const r=e?.preset;if(r){const i=t[r];if(i)return{...i,...e};Ye(jt(`${n}.preset`,s,`valid values are ${De(Object.keys(t))}`,r))}return((e,t,n,s)=>i=>{if("string"==typeof i){const r=e[i];if(r)return r;Ye(jt(t,n,`valid values are ${s}${De(Object.keys(e))}. You can also supply an object for more fine-grained control`,i))}return(e=>e&&"object"==typeof e?e:{})(i)})(t,n,s,i)(e)},Fl=async e=>(await async function(e){do{e=(await Promise.all(e)).flat(1/0)}while(e.some((e=>e?.then)));return e}([e])).filter(Boolean);async function jl(e,t,n,s){const i=t.id,r=[];let o=null===e.map?null:ro(e.map);const a=e.code;let c=e.ast;const d=[],u=[];let h=!1;const p=()=>h=!0;let f="",m=e.code;const g=e=>(t,n)=>{t=Dl(t),n&&Xe(t,n,m,i),t.id=i,t.hook="transform",e(t)};let b;try{b=await n.hookReduceArg0("transform",[m,i],(function(e,n,i){let o,a;if("string"==typeof n)o=n;else{if(!n||"object"!=typeof n)return e;if(t.updateOptions(n),null==n.code)return(n.map||n.ast)&&s(we,function(e){return{code:wt,message:`The plugin "${e}" returned a "map" or "ast" without returning a "code". This will be ignored.`}}(i.name)),e;({code:o,map:a,ast:c}=n)}return null!==a&&r.push(ro("string"==typeof a?JSON.parse(a):a)||{missing:!0,plugin:i.name}),m=o,o}),((e,t)=>{return f=t.name,{...e,addWatchFile(t){d.push(t),e.addWatchFile(t)},cache:h?e.cache:(c=e.cache,b=p,{delete:e=>(b(),c.delete(e)),get:e=>(b(),c.get(e)),has:e=>(b(),c.has(e)),set:(e,t)=>(b(),c.set(e,t))}),debug:g(e.debug),emitFile:e=>(u.push(e),n.emitFile(e)),error:(t,n)=>("string"==typeof t&&(t={message:t}),n&&Xe(t,n,m,i),t.id=i,t.hook="transform",e.error(t)),getCombinedSourcemap(){const e=function(e,t,n,s,i){return 0===s.length?n:ro({version:3,...Ga(e,t,n,s,Ua(i)).traceMappings()})}(i,a,o,r,s);if(!e){return new y(a).generateMap({hires:!0,includeContent:!0,source:i})}return o!==e&&(o=e,r.length=0),new l({...e,file:null,sourcesContent:e.sourcesContent})},info:g(e.info),setAssetSource(){return this.error({code:mt,message:"setAssetSource cannot be called in transform for caching reasons. Use emitFile with a source, or call setAssetSource in another hook."})},warn:g(e.warn)};var c,b}))}catch(e){return Ye(Ht(e,f,{hook:"transform",id:i}))}return!h&&u.length>0&&(t.transformFiles=u),{ast:c,code:b,customTransformCache:h,originalCode:a,originalSourcemap:o,sourcemapChain:r,transformDependencies:d}}const Ul="resolveDependencies";class Gl{constructor(e,t,n,s){this.graph=e,this.modulesById=t,this.options=n,this.pluginDriver=s,this.implicitEntryModules=new Set,this.indexedEntryModules=[],this.latestLoadModulesPromise=Promise.resolve(),this.moduleLoadPromises=new Map,this.modulesWithLoadedDependencies=new Set,this.nextChunkNamePriority=0,this.nextEntryModuleIndex=0,this.resolveId=async(e,t,n,s,i,r=null)=>this.getResolvedIdWithDefaults(this.getNormalizedResolvedIdWithoutDefaults(!this.options.external(e,t,!1)&&await Il(e,t,this.options.preserveSymlinks,this.pluginDriver,this.resolveId,r,n,"boolean"==typeof s?s:!t,i),t,e),i),this.hasModuleSideEffects=n.treeshake?n.treeshake.moduleSideEffects:()=>!0}async addAdditionalModules(e,t){const n=this.extendLoadModulesPromise(Promise.all(e.map((e=>this.loadEntryModule(e,!1,void 0,null,t)))));return await this.awaitLoadModulesPromise(),n}async addEntryModules(e,t){const n=this.nextEntryModuleIndex;this.nextEntryModuleIndex+=e.length;const s=this.nextChunkNamePriority;this.nextChunkNamePriority+=e.length;const i=await this.extendLoadModulesPromise(Promise.all(e.map((({id:e,importer:t})=>this.loadEntryModule(e,!0,t,null)))).then((i=>{for(const[r,o]of i.entries()){o.isUserDefinedEntryPoint=o.isUserDefinedEntryPoint||t,Hl(o,e[r],t,s+r);const i=this.indexedEntryModules.find((e=>e.module===o));i?i.index=Math.min(i.index,n+r):this.indexedEntryModules.push({index:n+r,module:o})}return this.indexedEntryModules.sort((({index:e},{index:t})=>e>t?1:-1)),i})));return await this.awaitLoadModulesPromise(),{entryModules:this.indexedEntryModules.map((({module:e})=>e)),implicitEntryModules:[...this.implicitEntryModules],newEntryModules:i}}async emitChunk({fileName:e,id:t,importer:n,name:s,implicitlyLoadedAfterOneOf:i,preserveSignature:r}){const o={fileName:e||null,id:t,importer:n,name:s||null},a=i?await this.addEntryWithImplicitDependants(o,i):(await this.addEntryModules([o],!1)).newEntryModules[0];return null!=r&&(a.preserveSignature=r),a}async preloadModule(e){return(await this.fetchModule(this.getResolvedIdWithDefaults(e,ge),void 0,!1,!e.resolveDependencies||Ul)).info}addEntryWithImplicitDependants(e,t){const n=this.nextChunkNamePriority++;return this.extendLoadModulesPromise(this.loadEntryModule(e.id,!1,e.importer,null).then((async s=>{if(Hl(s,e,!1,n),!s.info.isEntry){this.implicitEntryModules.add(s);const n=await Promise.all(t.map((t=>this.loadEntryModule(t,!1,e.importer,s.id))));for(const e of n)s.implicitlyLoadedAfter.add(e);for(const e of s.implicitlyLoadedAfter)e.implicitlyLoadedBefore.add(s)}return s})))}async addModuleSource(e,t,n){let s;try{s=await this.graph.fileOperationQueue.run((async()=>{const t=await this.pluginDriver.hookFirst("load",[e]);return null!==t?t:(this.graph.watchFiles[e]=!0,await Sl(e,"utf8"))}))}catch(n){let s=`Could not load ${e}`;throw t&&(s+=` (imported by ${T(t)})`),s+=`: ${n.message}`,n.message=s,n}const i="string"==typeof s?{code:s}:null!=s&&"object"==typeof s&&"string"==typeof s.code?s:Ye(function(e){return{code:"BAD_LOADER",message:`Error loading "${T(e)}": plugin load hook should return a string, a { code, map } object, or nothing/null.`}}(e)),r=this.graph.cachedModules.get(e);if(!r||r.customTransformCache||r.originalCode!==i.code||await this.pluginDriver.hookFirst("shouldTransformCachedModule",[{ast:r.ast,code:r.code,id:r.id,meta:r.meta,moduleSideEffects:r.moduleSideEffects,resolvedSources:r.resolvedIds,syntheticNamedExports:r.syntheticNamedExports}]))n.updateOptions(i),n.setSource(await jl(i,n,this.pluginDriver,this.options.onLog));else{if(r.transformFiles)for(const e of r.transformFiles)this.pluginDriver.emitFile(e);n.setSource(r)}}async awaitLoadModulesPromise(){let e;do{e=this.latestLoadModulesPromise,await e}while(e!==this.latestLoadModulesPromise)}extendLoadModulesPromise(e){return this.latestLoadModulesPromise=Promise.all([e,this.latestLoadModulesPromise]),this.latestLoadModulesPromise.catch((()=>{})),e}async fetchDynamicDependencies(e,t){const n=await Promise.all(t.map((t=>t.then((async([t,n])=>null===n?null:"string"==typeof n?(t.resolution=n,null):t.resolution=await this.fetchResolvedDependency(T(n.id),e.id,n))))));for(const t of n)t&&(e.dynamicDependencies.add(t),t.dynamicImporters.push(e.id))}async fetchModule({attributes:e,id:t,meta:n,moduleSideEffects:s,syntheticNamedExports:i},r,o,a){const l=this.modulesById.get(t);if(l instanceof Po)return r&&uo(e,l.info.attributes)&&this.options.onLog(we,Bt(l.info.attributes,e,t,r)),await this.handleExistingModule(l,o,a),l;if(l instanceof Zt)return Ye({code:"EXTERNAL_MODULES_CANNOT_BE_TRANSFORMED_TO_MODULES",message:`${l.id} is resolved as a module now, but it was an external module before. Please check whether there are conflicts in your Rollup options "external" and "manualChunks", manualChunks cannot include external modules.`});const c=new Po(this.graph,t,this.options,o,s,i,n,e);this.modulesById.set(t,c);const d=this.addModuleSource(t,r,c).then((()=>[this.getResolveStaticDependencyPromises(c),this.getResolveDynamicImportPromises(c),u])),u=Kl(d).then((()=>this.pluginDriver.hookParallel("moduleParsed",[c.info])));u.catch((()=>{})),this.moduleLoadPromises.set(c,d);const h=await d;return a?a===Ul&&await u:await this.fetchModuleDependencies(c,...h),c}async fetchModuleDependencies(e,t,n,s){this.modulesWithLoadedDependencies.has(e)||(this.modulesWithLoadedDependencies.add(e),await Promise.all([this.fetchStaticDependencies(e,t),this.fetchDynamicDependencies(e,n)]),e.linkImports(),await s)}fetchResolvedDependency(e,t,n){if(n.external){const{attributes:s,external:i,id:r,moduleSideEffects:o,meta:a}=n;let l=this.modulesById.get(r);if(l){if(!(l instanceof Zt))return Ye(function(e,t){return{code:"INVALID_EXTERNAL_ID",message:`"${e}" is imported as an external by "${T(t)}", but is already an existing non-external module id.`}}(e,t));uo(l.info.attributes,s)&&this.options.onLog(we,Bt(l.info.attributes,s,e,t))}else l=new Zt(this.options,r,o,a,"absolute"!==i&&v(r),s),this.modulesById.set(r,l);return Promise.resolve(l)}return this.fetchModule(n,t,!1,!1)}async fetchStaticDependencies(e,t){for(const n of await Promise.all(t.map((t=>t.then((([t,n])=>this.fetchResolvedDependency(t,e.id,n)))))))e.dependencies.add(n),n.importers.push(e.id);if(!this.options.treeshake||"no-treeshake"===e.info.moduleSideEffects)for(const t of e.dependencies)t instanceof Po&&(t.importedFromNotTreeshaken=!0)}getNormalizedResolvedIdWithoutDefaults(e,t,n){const{makeAbsoluteExternalsRelative:s}=this.options;if(e){if("object"==typeof e){const i=e.external||this.options.external(e.id,t,!0);return{...e,external:i&&("relative"===i||!v(e.id)||!0===i&&ql(e.id,n,s)||"absolute")}}const i=this.options.external(e,t,!0);return{external:i&&(ql(e,n,s)||"absolute"),id:i&&s?Wl(e,t):e}}const i=s?Wl(n,t):n;return!1===e||this.options.external(i,t,!0)?{external:ql(i,n,s)||"absolute",id:i}:null}getResolveDynamicImportPromises(e){return e.dynamicImports.map((async t=>{const n=await this.resolveDynamicImport(e,"string"==typeof t.argument?t.argument:t.argument.esTreeNode,e.id,lo(t.node));return n&&"object"==typeof n&&(t.id=n.id),[t,n]}))}getResolveStaticDependencyPromises(e){return Array.from(e.sourcesWithAttributes,(async([t,n])=>[t,e.resolvedIds[t]=e.resolvedIds[t]||this.handleInvalidResolvedId(await this.resolveId(t,e.id,ge,!1,n),t,e.id,n)]))}getResolvedIdWithDefaults(e,t){if(!e)return null;const n=e.external||!1;return{attributes:e.attributes||t,external:n,id:e.id,meta:e.meta||{},moduleSideEffects:e.moduleSideEffects??this.hasModuleSideEffects(e.id,!!n),resolvedBy:e.resolvedBy??"rollup",syntheticNamedExports:e.syntheticNamedExports??!1}}async handleExistingModule(e,t,n){const s=this.moduleLoadPromises.get(e);if(n)return n===Ul?Kl(s):s;if(t){e.info.isEntry=!0,this.implicitEntryModules.delete(e);for(const t of e.implicitlyLoadedAfter)t.implicitlyLoadedBefore.delete(e);e.implicitlyLoadedAfter.clear()}return this.fetchModuleDependencies(e,...await s)}handleInvalidResolvedId(e,t,n,s){return null===e?I(t)?Ye(function(e,t){return{code:Ct,exporter:e,id:t,message:`Could not resolve "${e}" from "${T(t)}"`}}(t,n)):(this.options.onLog(we,function(e,t){return{code:Ct,exporter:e,id:t,message:`"${e}" is imported by "${T(t)}", but could not be resolved – treating it as an external dependency.`,url:Re("troubleshooting/#warning-treating-module-as-external-dependency")}}(t,n)),{attributes:s,external:!0,id:t,meta:{},moduleSideEffects:this.hasModuleSideEffects(t,!0),resolvedBy:"rollup",syntheticNamedExports:!1}):(e.external&&e.syntheticNamedExports&&this.options.onLog(we,function(e,t){return{code:"EXTERNAL_SYNTHETIC_EXPORTS",exporter:e,message:`External "${e}" cannot have "syntheticNamedExports" enabled (imported by "${T(t)}").`}}(t,n)),e)}async loadEntryModule(e,t,n,s,i=!1){const r=await Il(e,n,this.options.preserveSymlinks,this.pluginDriver,this.resolveId,null,ge,!0,ge);if(null==r)return Ye(null===s?function(e){return{code:Nt,message:`Could not resolve entry module "${T(e)}".`}}(e):function(e,t){return{code:bt,message:`Module "${T(e)}" that should be implicitly loaded before "${T(t)}" could not be resolved.`}}(e,s));const o="object"==typeof r&&r.external;return!1===r||o?Ye(null===s?o&&i?{code:"EXTERNAL_MODULES_CANNOT_BE_INCLUDED_IN_MANUAL_CHUNKS",message:`"${e}" cannot be included in manualChunks because it is resolved as an external module by the "external" option or plugins.`}:function(e){return{code:Nt,message:`Entry module "${T(e)}" cannot be external.`}}(e):function(e,t){return{code:bt,message:`Module "${T(e)}" that should be implicitly loaded before "${T(t)}" cannot be external.`}}(e,s)):this.fetchModule(this.getResolvedIdWithDefaults("object"==typeof r?r:{id:r},ge),void 0,t,!1)}async resolveDynamicImport(e,t,n,s){const i=await this.pluginDriver.hookFirst("resolveDynamicImport",[t,n,{attributes:s}]);if("string"!=typeof t)return"string"==typeof i?i:i?this.getResolvedIdWithDefaults(i,s):null;if(null==i){const i=e.resolvedIds[t];return i?(uo(i.attributes,s)&&this.options.onLog(we,Bt(i.attributes,s,t,n)),i):e.resolvedIds[t]=this.handleInvalidResolvedId(await this.resolveId(t,e.id,ge,!1,s),t,e.id,s)}return this.handleInvalidResolvedId(this.getResolvedIdWithDefaults(this.getNormalizedResolvedIdWithoutDefaults(i,n,t),s),t,n,s)}}function Wl(e,t){return I(e)?t?O(t,"..",e):O(e):e}function Hl(e,{fileName:t,name:n},s,i){if(null!==t)e.chunkFileNames.add(t);else if(null!==n){let t=0;for(;e.chunkNames[t]?.priority<i;)t++;e.chunkNames.splice(t,0,{isUserDefined:s,name:n,priority:i})}}function ql(e,t,n){return!0===n||"ifRelativeSource"===n&&I(t)||!v(e)}async function Kl(e){const[t,n]=await e;return Promise.all([...t,...n])}class Yl extends $s{constructor(){super(),this.parent=null,this.variables.set("undefined",new Hr)}findVariable(e){let t=this.variables.get(e);return t||(t=new Ws(e),this.variables.set(e,t)),t}}function Xl(e,t,n,s,i){const r=s.sanitizeFileName(e||"asset");return ba(ya("function"==typeof s.assetFileNames?s.assetFileNames({name:e,source:t,type:"asset"}):s.assetFileNames,"output.assetFileNames",{ext:()=>C(r).slice(1),extname:()=>C(r),hash:e=>n.slice(0,Math.max(0,e||8)),name:()=>r.slice(0,Math.max(0,r.length-C(r).length))}),i)}function Jl(e,{bundle:t},n){t[ma].has(e.toLowerCase())?n(we,function(e){return{code:ot,message:`The emitted file "${e}" overwrites a previously emitted file of the same name.`}}(e)):t[e]=ga}const Zl=new Set(["chunk","asset","prebuilt-chunk"]);function Ql(e,t,n){if(!("string"==typeof e||e instanceof Uint8Array)){const e=t.fileName||t.name||n;return Ye(Xt(`Could not set source for ${"string"==typeof e?`asset "${e}"`:"unnamed asset"}, asset source needs to be a string, Uint8Array or Buffer.`))}return e}function ec(e,t){return"string"!=typeof e.fileName?Ye((n=e.name||t,{code:et,message:`Plugin error - Unable to get file name for asset "${n}". Ensure that the source is set and that generate is called first. If you reference assets via import.meta.ROLLUP_FILE_URL_<referenceId>, you need to either have set their source after "renderStart" or need to provide an explicit "fileName" when emitting them.`})):e.fileName;var n}function tc(e,t){return e.fileName?e.fileName:t?t.get(e.module).getFileName():Ye((n=e.fileName||e.name,{code:nt,message:`Plugin error - Unable to get file name for emitted chunk "${n}". You can only get file names once chunks have been generated after the "renderStart" hook.`}));var n}class nc{constructor(e,t,n){this.graph=e,this.options=t,this.facadeChunkByModule=null,this.nextIdBase=1,this.output=null,this.outputFileEmitters=[],this.emitFile=e=>function(e){return Boolean(e&&Zl.has(e.type))}(e)?"prebuilt-chunk"===e.type?this.emitPrebuiltChunk(e):function(e){const t=e.fileName||e.name;return!t||"string"==typeof t&&!z(t)}(e)?"chunk"===e.type?this.emitChunk(e):this.emitAsset(e):Ye(Xt(`The "fileName" or "name" properties of emitted chunks and assets must be strings that are neither absolute nor relative paths, received "${e.fileName||e.name}".`)):Ye(Xt(`Emitted files must be of type "asset", "chunk" or "prebuilt-chunk", received "${e&&e.type}".`)),this.finaliseAssets=()=>{for(const[e,t]of this.filesByReferenceId)if("asset"===t.type&&"string"!=typeof t.fileName)return Ye({code:"ASSET_SOURCE_MISSING",message:`Plugin error creating asset "${t.name||e}" - no asset source set.`})},this.getFileName=e=>{const t=this.filesByReferenceId.get(e);return t?"chunk"===t.type?tc(t,this.facadeChunkByModule):"prebuilt-chunk"===t.type?t.fileName:ec(t,e):Ye({code:"FILE_NOT_FOUND",message:`Plugin error - Unable to get file name for unknown file "${e}".`})},this.setAssetSource=(e,t)=>{const n=this.filesByReferenceId.get(e);if(!n)return Ye({code:"ASSET_NOT_FOUND",message:`Plugin error - Unable to set the source for unknown asset "${e}".`});if("asset"!==n.type)return Ye(Xt(`Asset sources can only be set for emitted assets but "${e}" is an emitted chunk.`));if(void 0!==n.source)return Ye({code:"ASSET_SOURCE_ALREADY_SET",message:`Unable to set the source for asset "${n.name||e}", source already set.`});const s=Ql(t,n,e);if(this.output)this.finalizeAdditionalAsset(n,s,this.output);else{n.source=s;for(const e of this.outputFileEmitters)e.finalizeAdditionalAsset(n,s,e.output)}},this.setChunkInformation=e=>{this.facadeChunkByModule=e},this.setOutputBundle=(e,t)=>{const n=this.output={bundle:e,fileNamesBySource:new Map,outputOptions:t};for(const e of this.filesByReferenceId.values())e.fileName&&Jl(e.fileName,n,this.options.onLog);const s=new Map;for(const e of this.filesByReferenceId.values())if("asset"===e.type&&void 0!==e.source)if(e.fileName)this.finalizeAdditionalAsset(e,e.source,n);else{U(s,ml(e.source),(()=>[])).push(e)}else"prebuilt-chunk"===e.type&&(this.output.bundle[e.fileName]=this.createPrebuiltChunk(e));for(const[e,t]of s)this.finalizeAssetsWithSameSource(t,e,n)},this.filesByReferenceId=n?new Map(n.filesByReferenceId):new Map,n?.addOutputFileEmitter(this)}addOutputFileEmitter(e){this.outputFileEmitters.push(e)}assignReferenceId(e,t){let n=t;do{n=ml(n).slice(0,8).replaceAll("-","$")}while(this.filesByReferenceId.has(n)||this.outputFileEmitters.some((({filesByReferenceId:e})=>e.has(n))));e.referenceId=n,this.filesByReferenceId.set(n,e);for(const{filesByReferenceId:t}of this.outputFileEmitters)t.set(n,e);return n}createPrebuiltChunk(e){return{code:e.code,dynamicImports:[],exports:e.exports||[],facadeModuleId:null,fileName:e.fileName,implicitlyLoadedBefore:[],importedBindings:{},imports:[],isDynamicEntry:!1,isEntry:!1,isImplicitEntry:!1,map:e.map||null,moduleIds:[],modules:{},name:e.fileName,preliminaryFileName:e.fileName,referencedFiles:[],sourcemapFileName:e.sourcemapFileName||null,type:"chunk"}}emitAsset(e){const t=void 0===e.source?void 0:Ql(e.source,e,null),n={fileName:e.fileName,name:e.name,needsCodeReference:!!e.needsCodeReference,referenceId:"",source:t,type:"asset"},s=this.assignReferenceId(n,e.fileName||e.name||String(this.nextIdBase++));if(this.output)this.emitAssetWithReferenceId(n,this.output);else for(const e of this.outputFileEmitters)e.emitAssetWithReferenceId(n,e.output);return s}emitAssetWithReferenceId(e,t){const{fileName:n,source:s}=e;n&&Jl(n,t,this.options.onLog),void 0!==s&&this.finalizeAdditionalAsset(e,s,t)}emitChunk(e){if(this.graph.phase>no.LOAD_AND_PARSE)return Ye({code:ft,message:"Cannot emit chunks after module loading has finished."});if("string"!=typeof e.id)return Ye(Xt(`Emitted chunks need to have a valid string id, received "${e.id}"`));const t={fileName:e.fileName,module:null,name:e.name||e.id,referenceId:"",type:"chunk"};return this.graph.moduleLoader.emitChunk(e).then((e=>t.module=e)).catch((()=>{})),this.assignReferenceId(t,e.id)}emitPrebuiltChunk(e){if("string"!=typeof e.code)return Ye(Xt(`Emitted prebuilt chunks need to have a valid string code, received "${e.code}".`));if("string"!=typeof e.fileName||z(e.fileName))return Ye(Xt(`The "fileName" property of emitted prebuilt chunks must be strings that are neither absolute nor relative paths, received "${e.fileName}".`));const t={code:e.code,exports:e.exports,fileName:e.fileName,map:e.map,referenceId:"",type:"prebuilt-chunk"},n=this.assignReferenceId(t,t.fileName);return this.output&&(this.output.bundle[t.fileName]=this.createPrebuiltChunk(t)),n}finalizeAdditionalAsset(e,t,{bundle:n,fileNamesBySource:s,outputOptions:i}){let{fileName:r,needsCodeReference:o,referenceId:a}=e;if(!r){const o=ml(t);r=s.get(o),r||(r=Xl(e.name,t,o,i,n),s.set(o,r))}const l={...e,fileName:r,source:t};this.filesByReferenceId.set(a,l);const c=n[r];"asset"===c?.type?c.needsCodeReference&&=o:n[r]={fileName:r,name:e.name,needsCodeReference:o,source:t,type:"asset"}}finalizeAssetsWithSameSource(e,t,{bundle:n,fileNamesBySource:s,outputOptions:i}){let r,o="",a=!0;for(const s of e){a&&=s.needsCodeReference;const e=Xl(s.name,s.source,t,i,n);(!o||e.length<o.length||e.length===o.length&&e<o)&&(o=e,r=s)}s.set(t,o);for(const t of e){const e={...t,fileName:o};this.filesByReferenceId.set(t.referenceId,e)}n[o]={fileName:o,name:r.name,needsCodeReference:a,source:r.source,type:"asset"}}}function sc(e,t,n,s,i){return Ie[e]<Ie[i]?Ps:(i,r)=>{null!=r&&n(we,{code:ut,message:`Plugin "${s}" tried to add a file position to a log or warning. This is only supported in the "transform" hook at the moment and will be ignored.`}),(i=Dl(i)).code&&!i.pluginCode&&(i.pluginCode=i.code),i.code=t,i.plugin=s,n(e,i)}}function ic(t,n,s,i,r,o){const{logLevel:a,onLog:l}=i;let c,d=!0;if("string"!=typeof t.cacheKey&&(t.name.startsWith(Pl)||t.name.startsWith(kl)||o.has(t.name)?d=!1:o.add(t.name)),n)if(d){const e=t.cacheKey||t.name;h=n[e]||(n[e]=Object.create(null)),c={delete:e=>delete h[e],get(e){const t=h[e];if(t)return t[0]=0,t[1]},has(e){const t=h[e];return!!t&&(t[0]=0,!0)},set(e,t){h[e]=[0,t]}}}else u=t.name,c={delete:()=>Cl(u),get:()=>Cl(u),has:()=>Cl(u),set:()=>Cl(u)};else c=Nl;var u,h;return{addWatchFile(e){if(s.phase>=no.GENERATE)return this.error({code:ft,message:'Cannot call "addWatchFile" after the build has finished.'});s.watchFiles[e]=!0},cache:c,debug:sc(ve,"PLUGIN_LOG",l,t.name,a),emitFile:r.emitFile.bind(r),error:e=>Ye(Ht(Dl(e),t.name)),getFileName:r.getFileName,getModuleIds:()=>s.modulesById.keys(),getModuleInfo:s.getModuleInfo,getWatchFiles:()=>Object.keys(s.watchFiles),info:sc(Se,"PLUGIN_LOG",l,t.name,a),load:e=>s.moduleLoader.preloadModule(e),meta:{rollupVersion:e,watchMode:s.watchMode},parse:s.contextParse.bind(s),resolve:(e,n,{attributes:i,custom:r,isEntry:o,skipSelf:a}=me)=>(a??=!0,s.moduleLoader.resolveId(e,n,r,o,i||ge,a?[{importer:n,plugin:t,source:e}]:null)),setAssetSource:r.setAssetSource,warn:sc(we,"PLUGIN_WARNING",l,t.name,a)}}const rc=Object.keys({buildEnd:1,buildStart:1,closeBundle:1,closeWatcher:1,load:1,moduleParsed:1,onLog:1,options:1,resolveDynamicImport:1,resolveId:1,shouldTransformCachedModule:1,transform:1,watchChange:1});class oc{constructor(e,t,n,s,i){this.graph=e,this.options=t,this.pluginCache=s,this.sortedPlugins=new Map,this.unfulfilledActions=new Set,this.fileEmitter=new nc(e,t,i&&i.fileEmitter),this.emitFile=this.fileEmitter.emitFile.bind(this.fileEmitter),this.getFileName=this.fileEmitter.getFileName.bind(this.fileEmitter),this.finaliseAssets=this.fileEmitter.finaliseAssets.bind(this.fileEmitter),this.setChunkInformation=this.fileEmitter.setChunkInformation.bind(this.fileEmitter),this.setOutputBundle=this.fileEmitter.setOutputBundle.bind(this.fileEmitter),this.plugins=[...i?i.plugins:[],...n];const r=new Set;if(this.pluginContexts=new Map(this.plugins.map((n=>[n,ic(n,s,e,t,this.fileEmitter,r)]))),i)for(const e of n)for(const n of rc)n in e&&t.onLog(we,(o=e.name,{code:"INPUT_HOOK_IN_OUTPUT_PLUGIN",message:`The "${n}" hook used by the output plugin ${o} is a build time hook and will not be run for that plugin. Either this plugin cannot be used as an output plugin, or it should have an option to configure it as an output plugin.`}));var o}createOutputPluginDriver(e){return new oc(this.graph,this.options,e,this.pluginCache,this)}getUnfulfilledHookActions(){return this.unfulfilledActions}hookFirst(e,t,n,s){return this.hookFirstAndGetPlugin(e,t,n,s).then((e=>e&&e[0]))}async hookFirstAndGetPlugin(e,t,n,s){for(const i of this.getSortedPlugins(e)){if(s?.has(i))continue;const r=await this.runHook(e,t,i,n);if(null!=r)return[r,i]}return null}hookFirstSync(e,t,n){for(const s of this.getSortedPlugins(e)){const i=this.runHookSync(e,t,s,n);if(null!=i)return i}return null}async hookParallel(e,t,n){const s=[];for(const i of this.getSortedPlugins(e))i[e].sequential?(await Promise.all(s),s.length=0,await this.runHook(e,t,i,n)):s.push(this.runHook(e,t,i,n));await Promise.all(s)}hookReduceArg0(e,[t,...n],s,i){let r=Promise.resolve(t);for(const t of this.getSortedPlugins(e))r=r.then((r=>this.runHook(e,[r,...n],t,i).then((e=>s.call(this.pluginContexts.get(t),r,e,t)))));return r}hookReduceArg0Sync(e,[t,...n],s,i){for(const r of this.getSortedPlugins(e)){const o=[t,...n],a=this.runHookSync(e,o,r,i);t=s.call(this.pluginContexts.get(r),t,a,r)}return t}async hookReduceValue(e,t,n,s){const i=[],r=[];for(const t of this.getSortedPlugins(e,cc))t[e].sequential?(i.push(...await Promise.all(r)),r.length=0,i.push(await this.runHook(e,n,t))):r.push(this.runHook(e,n,t));return i.push(...await Promise.all(r)),i.reduce(s,await t)}hookReduceValueSync(e,t,n,s,i){let r=t;for(const t of this.getSortedPlugins(e)){const o=this.runHookSync(e,n,t,i);r=s.call(this.pluginContexts.get(t),r,o,t)}return r}hookSeq(e,t,n){let s=Promise.resolve();for(const i of this.getSortedPlugins(e))s=s.then((()=>this.runHook(e,t,i,n)));return s.then(dc)}getSortedPlugins(e,t){return U(this.sortedPlugins,e,(()=>ac(e,this.plugins,t)))}runHook(e,t,n,s){const i=n[e],r="object"==typeof i?i.handler:i;let o=this.pluginContexts.get(n);s&&(o=s(o,n));let a=null;return Promise.resolve().then((()=>{if("function"!=typeof r)return r;const s=r.apply(o,t);return s?.then?(a=[n.name,e,t],this.unfulfilledActions.add(a),Promise.resolve(s).then((e=>(this.unfulfilledActions.delete(a),e)))):s})).catch((t=>(null!==a&&this.unfulfilledActions.delete(a),Ye(Ht(t,n.name,{hook:e})))))}runHookSync(e,t,n,s){const i=n[e],r="object"==typeof i?i.handler:i;let o=this.pluginContexts.get(n);s&&(o=s(o,n));try{return r.apply(o,t)}catch(t){return Ye(Ht(t,n.name,{hook:e}))}}}function ac(e,t,n=lc){const s=[],i=[],r=[];for(const o of t){const t=o[e];if(t){if("object"==typeof t){if(n(t.handler,e,o),"pre"===t.order){s.push(o);continue}if("post"===t.order){r.push(o);continue}}else n(t,e,o);i.push(o)}}return[...s,...i,...r]}function lc(e,t,n){"function"!=typeof e&&Ye(function(e,t){return{code:pt,hook:e,message:`Error running plugin hook "${e}" for plugin "${t}", expected a function hook or an object with a "handler" function.`,plugin:t}}(t,n.name))}function cc(e,t,n){if("string"!=typeof e&&"function"!=typeof e)return Ye(function(e,t){return{code:pt,hook:e,message:`Error running plugin hook "${e}" for plugin "${t}", expected a string, a function hook or an object with a "handler" string or function.`,plugin:t}}(t,n.name))}function dc(){}class uc{constructor(e){this.maxParallel=e,this.queue=[],this.workerCount=0}run(e){return new Promise(((t,n)=>{this.queue.push({reject:n,resolve:t,task:e}),this.work()}))}async work(){if(this.workerCount>=this.maxParallel)return;let e;for(this.workerCount++;e=this.queue.shift();){const{reject:t,resolve:n,task:s}=e;try{n(await s())}catch(e){t(e)}}this.workerCount--}}class hc{constructor(e,t){if(this.options=e,this.astLru=function(e){var t,n,s,i=e||1;function r(e,r){++t>i&&(s=n,o(1),++t),n[e]=r}function o(e){t=0,n=Object.create(null),e||(s=Object.create(null))}return o(),{clear:o,has:function(e){return void 0!==n[e]||void 0!==s[e]},get:function(e){var t=n[e];return void 0!==t?t:void 0!==(t=s[e])?(r(e,t),t):void 0},set:function(e,t){void 0!==n[e]?n[e]=t:r(e,t)}}}(5),this.cachedModules=new Map,this.deoptimizationTracker=new te,this.entryModules=[],this.modulesById=new Map,this.needsTreeshakingPass=!1,this.phase=no.LOAD_AND_PARSE,this.scope=new Yl,this.watchFiles=Object.create(null),this.watchMode=!1,this.externalModules=[],this.implicitEntryModules=[],this.modules=[],this.getModuleInfo=e=>{const t=this.modulesById.get(e);return t?t.info:null},!1!==e.cache){if(e.cache?.modules)for(const t of e.cache.modules)this.cachedModules.set(t.id,t);this.pluginCache=e.cache?.plugins||Object.create(null);for(const e in this.pluginCache){const t=this.pluginCache[e];for(const e of Object.values(t))e[0]++}}if(t){this.watchMode=!0;const e=(...e)=>this.pluginDriver.hookParallel("watchChange",e),n=()=>this.pluginDriver.hookParallel("closeWatcher",[]);t.onCurrentRun("change",e),t.onCurrentRun("close",n)}this.pluginDriver=new oc(this,e,e.plugins,this.pluginCache),this.moduleLoader=new Gl(this,this.modulesById,this.options,this.pluginDriver),this.fileOperationQueue=new uc(e.maxParallelFileOps),this.pureFunctions=(({treeshake:e})=>{const t=Object.create(null);for(const n of e?e.manualPureFunctions:[]){let e=t;for(const t of n.split("."))e=e[t]||=Object.create(null);e[Is]=!0}return t})(e)}async build(){Eo("generate module graph",2),await this.generateModuleGraph(),xo("generate module graph",2),Eo("sort and bind modules",2),this.phase=no.ANALYSE,this.sortModules(),xo("sort and bind modules",2),Eo("mark included statements",2),this.includeStatements(),xo("mark included statements",2),this.phase=no.GENERATE}contextParse(e,{allowReturnOutsideFunction:t=!1}={}){const n=ul(e,t),s=function(e){if("undefined"!=typeof Buffer&&e instanceof Buffer)return function(t,n){return e.toString("utf8",t,t+n)};{const t=new TextDecoder;return function(n,s){return t.decode(e.subarray(n,n+s))}}}(n);return((e,t)=>An(0,new Uint32Array(e),t))(n.buffer,s)}getCache(){for(const e in this.pluginCache){const t=this.pluginCache[e];let n=!0;for(const[e,s]of Object.entries(t))s[0]>=this.options.experimentalCacheExpiry?delete t[e]:n=!1;n&&delete this.pluginCache[e]}return{modules:this.modules.map((e=>e.toJSON())),plugins:this.pluginCache}}async generateModuleGraph(){var e;if(({entryModules:this.entryModules,implicitEntryModules:this.implicitEntryModules}=await this.moduleLoader.addEntryModules((e=this.options.input,Array.isArray(e)?e.map((e=>({fileName:null,id:e,implicitlyLoadedAfter:[],importer:void 0,name:null}))):Object.entries(e).map((([e,t])=>({fileName:null,id:t,implicitlyLoadedAfter:[],importer:void 0,name:e})))),!0)),0===this.entryModules.length)throw new Error("You must supply options.input to rollup");for(const e of this.modulesById.values())e instanceof Po?this.modules.push(e):this.externalModules.push(e)}includeStatements(){const e=[...this.entryModules,...this.implicitEntryModules];for(const t of e)wo(t);if(this.options.treeshake){let t=1;do{Eo(`treeshaking pass ${t}`,3),this.needsTreeshakingPass=!1;for(const e of this.modules)e.isExecuted&&("no-treeshake"===e.info.moduleSideEffects?e.includeAllInBundle():e.include());if(1===t)for(const t of e)!1!==t.preserveSignature&&(t.includeAllExports(!1),this.needsTreeshakingPass=!0);xo("treeshaking pass "+t++,3)}while(this.needsTreeshakingPass)}else for(const e of this.modules)e.includeAllInBundle();for(const e of this.externalModules)e.warnUnusedImports();for(const e of this.implicitEntryModules)for(const t of e.implicitlyLoadedAfter)t.info.isEntry||t.isIncluded()||Ye(Gt(t))}sortModules(){const{orderedModules:e,cyclePaths:t}=function(e){let t=0;const n=[],s=new Set,i=new Set,r=new Map,o=[],a=e=>{if(e instanceof Po){for(const t of e.dependencies)r.has(t)?s.has(t)||n.push(Ta(t,e,r)):(r.set(t,e),a(t));for(const t of e.implicitlyLoadedBefore)i.add(t);for(const{resolution:t}of e.dynamicImports)t instanceof Po&&i.add(t);o.push(e)}e.execIndex=t++,s.add(e)};for(const t of e)r.has(t)||(r.set(t,null),a(t));for(const e of i)r.has(e)||(r.set(e,null),a(e));return{cyclePaths:n,orderedModules:o}}(this.entryModules);for(const e of t)this.options.onLog(we,Rt(e));this.modules=e;for(const e of this.modules)e.bindReferences();this.warnForMissingExports()}warnForMissingExports(){for(const e of this.modules)for(const t of e.importDescriptions.values())"*"===t.name||t.module.getVariableForExportName(t.name)[0]||e.log(we,Ut(t.name,e.id,t.module.id),t.start)}}function pc(e,t){return t()}function fc(t,n,s,i){t=ac("onLog",t);const r=Ie[i],o=(i,a,l=be)=>{if(!(Ie[i]<r)){for(const n of t){if(l.has(n))continue;const{onLog:t}=n,c=e=>Ie[e]<r?Ps:t=>o(e,Dl(t),new Set(l).add(n));if(!1===("handler"in t?t.handler:t).call({debug:c(ve),error:e=>Ye(Dl(e)),info:c(Se),meta:{rollupVersion:e,watchMode:s},warn:c(we)},i,a))return}n(i,a)}};return o}const mc=e=>!0===e.cache?void 0:e.cache?.cache||e.cache,gc=e=>{if(!0===e)return()=>!0;if("function"==typeof e)return(t,...n)=>!t.startsWith("\0")&&e(t,...n)||!1;if(e){const n=new Set,s=[];for(const i of(t=e,Array.isArray(t)?t.filter(Boolean):t?[t]:[]))i instanceof RegExp?s.push(i):n.add(i);return(e,...t)=>n.has(e)||s.some((t=>t.test(e)))}var t;return()=>!1},yc=e=>{const t=e.input;return null==t?[]:"string"==typeof t?[t]:t},bc=e=>{const t=e.maxParallelFileOps;return"number"==typeof t?t<=0?1/0:t:20},Ec=(e,t)=>{const n=e.moduleContext;if("function"==typeof n)return e=>n(e)??t;if(n){const e=Object.create(null);for(const[t,s]of Object.entries(n))e[O(t)]=s;return n=>e[n]??t}return()=>t},xc=e=>{if(!1===e.treeshake)return!1;const t=Vl(e.treeshake,Tl,"treeshake","configuration-options/#treeshake","false, true, ");return{annotations:!1!==t.annotations,correctVarValueBeforeDeclaration:!0===t.correctVarValueBeforeDeclaration,manualPureFunctions:t.manualPureFunctions??ye,moduleSideEffects:$c(t.moduleSideEffects),propertyReadSideEffects:"always"===t.propertyReadSideEffects?"always":!1!==t.propertyReadSideEffects,tryCatchDeoptimization:!1!==t.tryCatchDeoptimization,unknownGlobalSideEffects:!1!==t.unknownGlobalSideEffects}},$c=e=>{if("boolean"==typeof e)return()=>e;if("no-external"===e)return(e,t)=>!t;if("function"==typeof e)return(t,n)=>!!t.startsWith("\0")||!1!==e(t,n);if(Array.isArray(e)){const t=new Set(e);return e=>t.has(e)}return e&&Ye(jt("treeshake.moduleSideEffects","configuration-options/#treeshake-modulesideeffects",'please use one of false, "no-external", a function or an array')),()=>!0},Ac=/[\u0000-\u001F"#$&*+,:;<=>?[\]^`{|}\u007F]/g,wc=/^[a-z]:/i;function Sc(e){const t=wc.exec(e),n=t?t[0]:"";return n+e.slice(n.length).replace(Ac,"_")}const vc=(e,t,n)=>{const{file:s}=e;if("string"==typeof s){if(t)return Ye(jt("output.file",ze,'you must set "output.dir" instead of "output.file" when using the "output.preserveModules" option'));if(!Array.isArray(n.input))return Ye(jt("output.file",ze,'you must set "output.dir" instead of "output.file" when providing named inputs'))}return s},Ic=e=>{const t=e.format;switch(t){case void 0:case"es":case"esm":case"module":return"es";case"cjs":case"commonjs":return"cjs";case"system":case"systemjs":return"system";case"amd":case"iife":case"umd":return t;default:return Ye(jt("output.format",je,'Valid values are "amd", "cjs", "system", "es", "iife" or "umd"',t))}},Pc=(e,t)=>{const n=e.inlineDynamicImports||!1,{input:s}=t;return n&&(Array.isArray(s)?s:Object.keys(s)).length>1?Ye(jt("output.inlineDynamicImports",Ge,'multiple inputs are not supported when "output.inlineDynamicImports" is true')):n},kc=(e,t,n)=>{const s=e.preserveModules||!1;if(s){if(t)return Ye(jt("output.inlineDynamicImports",Ge,'this option is not supported for "output.preserveModules"'));if(!1===n.preserveEntrySignatures)return Ye(jt("preserveEntrySignatures","configuration-options/#preserveentrysignatures",'setting this option to false is not supported for "output.preserveModules"'))}return s},Nc=e=>{const{preserveModulesRoot:t}=e;if(null!=t)return O(t)},Cc=e=>{const t={autoId:!1,basePath:"",define:"define",forceJsExtensionForImports:!1,...e.amd};return(t.autoId||t.basePath)&&t.id?Ye(jt("output.amd.id",Te,'this option cannot be used together with "output.amd.autoId"/"output.amd.basePath"')):t.basePath&&!t.autoId?Ye(jt("output.amd.basePath","configuration-options/#output-amd-basepath",'this option only works with "output.amd.autoId"')):t.autoId?{autoId:!0,basePath:t.basePath,define:t.define,forceJsExtensionForImports:t.forceJsExtensionForImports}:{autoId:!1,define:t.define,forceJsExtensionForImports:t.forceJsExtensionForImports,id:t.id}},Mc=(e,t)=>{const n=e[t];return"function"==typeof n?n:()=>n||""},Oc=(e,t)=>{const{dir:n}=e;return"string"==typeof n&&"string"==typeof t?Ye(jt("output.dir",ze,'you must set either "output.file" for a single-file build or "output.dir" when generating multiple chunks')):n},_c=(e,t)=>{const n=e.entryFileNames;return null==n&&t.add("entryFileNames"),n??"[name].js"};function Dc(e,t){const n=e.exports;if(null==n)t.add("exports");else if(!["default","named","none","auto"].includes(n))return Ye({code:ct,message:`"output.exports" must be "default", "named", "none", "auto", or left unspecified (defaults to "auto"), received "${n}".`,url:Re(Ve)});return n||"auto"}const Rc=(e,t)=>(null!=e.externalImportAssertions&&Jt('The "output.externalImportAssertions" option is deprecated. Use the "output.externalImportAttributes" option instead.',"configuration-options/#output-externalimportattributes",!0,t),e.externalImportAttributes??e.externalImportAssertions??!0),Lc=e=>{const t=Vl(e.generatedCode,zl,"output.generatedCode","configuration-options/#output-generatedcode","");return{arrowFunctions:!0===t.arrowFunctions,constBindings:!0===t.constBindings,objectShorthand:!0===t.objectShorthand,reservedNamesAsProps:!1!==t.reservedNamesAsProps,symbols:!0===t.symbols}},Bc=(e,t)=>{if(t)return"";const n=e.indent;return!1===n?"":n??!0},Tc=new Set(["compat","auto","esModule","default","defaultOnly"]),zc=e=>{const t=e.interop;if("function"==typeof t){const e=Object.create(null);let n=null;return s=>null===s?n||Vc(n=t(s)):s in e?e[s]:Vc(e[s]=t(s))}return void 0===t?()=>"default":()=>Vc(t)},Vc=e=>Tc.has(e)?e:Ye(jt("output.interop",We,`use one of ${Array.from(Tc,(e=>JSON.stringify(e))).join(", ")}`,e)),Fc=(e,t,n)=>{const s=e.manualChunks;if(s){if(t)return Ye(jt("output.manualChunks",He,'this option is not supported for "output.inlineDynamicImports"'));if(n)return Ye(jt("output.manualChunks",He,'this option is not supported for "output.preserveModules"'))}return s||{}},jc=(e,t,n)=>e.minifyInternalExports??(n||"es"===t||"system"===t),Uc=(e,t)=>{const n=e.sourcemapFileNames;return null==n&&t.add("sourcemapFileNames"),n},Gc=e=>{const{sourcemapBaseUrl:t}=e;if(t)return function(e){try{new URL(e)}catch{return!1}return!0}(t)?(n=t).endsWith("/")?n:n+"/":Ye(jt("output.sourcemapBaseUrl","configuration-options/#output-sourcemapbaseurl",`must be a valid URL, received ${JSON.stringify(t)}`));var n};function Wc(t){return async function(t,n){const{options:s,unsetOptions:i}=await async function(t,n){if(!t)throw new Error("You must supply an options object to rollup");const s=await async function(t,n){const s=ac("options",await Fl(t.plugins)),i=t.logLevel||Se,r=fc(s,Ml(t,i),n,i);for(const o of s){const{name:s,options:a}=o,l="handler"in a?a.handler:a,c=await l.call({debug:sc(ve,"PLUGIN_LOG",r,s,i),error:e=>Ye(Ht(Dl(e),s,{hook:"onLog"})),info:sc(Se,"PLUGIN_LOG",r,s,i),meta:{rollupVersion:e,watchMode:n},warn:sc(we,"PLUGIN_WARNING",r,s,i)},t);c&&(t=c)}return t}(t,n),{options:i,unsetOptions:r}=await async function(e,t){const n=new Set,s=e.context??"undefined",i=await Fl(e.plugins),r=e.logLevel||Se,o=fc(i,Ml(e,r),t,r),a=e.strictDeprecations||!1,l=bc(e),c={cache:mc(e),context:s,experimentalCacheExpiry:e.experimentalCacheExpiry??10,experimentalLogSideEffects:e.experimentalLogSideEffects||!1,external:gc(e.external),input:yc(e),logLevel:r,makeAbsoluteExternalsRelative:e.makeAbsoluteExternalsRelative??"ifRelativeSource",maxParallelFileOps:l,moduleContext:Ec(e,s),onLog:o,perf:e.perf||!1,plugins:i,preserveEntrySignatures:e.preserveEntrySignatures??"exports-only",preserveSymlinks:e.preserveSymlinks||!1,shimMissingExports:e.shimMissingExports||!1,strictDeprecations:a,treeshake:xc(e)};return Bl(e,[...Object.keys(c),"onwarn","watch"],"input options",o,/^(output)$/),{options:c,unsetOptions:n}}(s,n);return Hc(i.plugins,Pl),{options:i,unsetOptions:r}}(t,null!==n);(function(e){e.perf?(fo=new Map,Eo=go,xo=yo,e.plugins=e.plugins.map(Ao)):(Eo=Ps,xo=Ps)})(s),await async function(){await fl()}();const r=new hc(s,n),o=!1!==t.cache;t.cache&&(s.cache=void 0,t.cache=void 0);Eo("BUILD",1),await pc(r.pluginDriver,(async()=>{try{Eo("initialize",2),await r.pluginDriver.hookParallel("buildStart",[s]),xo("initialize",2),await r.build()}catch(e){const t=Object.keys(r.watchFiles);throw t.length>0&&(e.watchFiles=t),await r.pluginDriver.hookParallel("buildEnd",[e]),await r.pluginDriver.hookParallel("closeBundle",[]),e}await r.pluginDriver.hookParallel("buildEnd",[])})),xo("BUILD",1);const a={cache:o?r.getCache():void 0,async close(){a.closed||(a.closed=!0,await r.pluginDriver.hookParallel("closeBundle",[]))},closed:!1,generate:async e=>a.closed?Ye(Ot()):qc(!1,s,i,e,r),watchFiles:Object.keys(r.watchFiles),write:async e=>a.closed?Ye(Ot()):qc(!0,s,i,e,r)};s.perf&&(a.getTimings=bo);return a}(t,null)}function Hc(e,t){for(const[n,s]of e.entries())s.name||(s.name=`${t}${n+1}`)}async function qc(e,t,n,s,i){const{options:r,outputPluginDriver:o,unsetOptions:a}=await async function(e,t,n,s){if(!e)throw new Error("You must supply an options object");const i=await Fl(e.plugins);Hc(i,kl);const r=t.createOutputPluginDriver(i);return{...await Kc(n,s,e,r),outputPluginDriver:r}}(s,i.pluginDriver,t,n);return pc(0,(async()=>{const n=new xl(r,a,t,o,i),s=await n.generate(e);if(e){if(Eo("WRITE",1),!r.dir&&!r.file)return Ye({code:$t,message:'You must specify "output.file" or "output.dir" for the build.',url:Re(ze)});await Promise.all(Object.values(s).map((e=>i.fileOperationQueue.run((()=>async function(e,t){const n=O(t.dir||N(t.file),e.fileName);return await wl(N(n),{recursive:!0}),vl(n,"asset"===e.type?e.source:e.code)}(e,r)))))),await o.hookParallel("writeBundle",[r,s]),xo("WRITE",1)}return l=s,{output:Object.values(l).filter((e=>Object.keys(e).length>0)).sort(((e,t)=>Xc(e)-Xc(t)))};var l}))}function Kc(e,t,n,s){return async function(e,t,n){const s=new Set(n),i=e.compact||!1,r=Ic(e),o=Pc(e,t),a=kc(e,o,t),l=vc(e,a,t),c=Lc(e),d=Rc(e,t),u={amd:Cc(e),assetFileNames:e.assetFileNames??"assets/[name]-[hash][extname]",banner:Mc(e,"banner"),chunkFileNames:e.chunkFileNames??"[name]-[hash].js",compact:i,dir:Oc(e,l),dynamicImportInCjs:e.dynamicImportInCjs??!0,entryFileNames:_c(e,s),esModule:e.esModule??"if-default-prop",experimentalMinChunkSize:e.experimentalMinChunkSize??1,exports:Dc(e,s),extend:e.extend||!1,externalImportAssertions:d,externalImportAttributes:d,externalLiveBindings:e.externalLiveBindings??!0,file:l,footer:Mc(e,"footer"),format:r,freeze:e.freeze??!0,generatedCode:c,globals:e.globals||{},hoistTransitiveImports:e.hoistTransitiveImports??!0,indent:Bc(e,i),inlineDynamicImports:o,interop:zc(e),intro:Mc(e,"intro"),manualChunks:Fc(e,o,a),minifyInternalExports:jc(e,r,i),name:e.name,noConflict:e.noConflict||!1,outro:Mc(e,"outro"),paths:e.paths||{},plugins:await Fl(e.plugins),preserveModules:a,preserveModulesRoot:Nc(e),sanitizeFileName:"function"==typeof e.sanitizeFileName?e.sanitizeFileName:!1===e.sanitizeFileName?e=>e:Sc,sourcemap:e.sourcemap||!1,sourcemapBaseUrl:Gc(e),sourcemapExcludeSources:e.sourcemapExcludeSources||!1,sourcemapFile:e.sourcemapFile,sourcemapFileNames:Uc(e,s),sourcemapIgnoreList:"function"==typeof e.sourcemapIgnoreList?e.sourcemapIgnoreList:!1===e.sourcemapIgnoreList?()=>!1:e=>e.includes("node_modules"),sourcemapPathTransform:e.sourcemapPathTransform,strict:e.strict??!0,systemNullSetters:e.systemNullSetters??!0,validate:e.validate||!1};return Bl(e,Object.keys(u),"output options",t.onLog),{options:u,unsetOptions:s}}(s.hookReduceArg0Sync("outputOptions",[n],((e,t)=>t||e),(e=>{const t=()=>e.error({code:tt,message:'Cannot emit files or set asset sources in the "outputOptions" hook, use the "renderStart" hook instead.'});return{...e,emitFile:t,setAssetSource:t}})),e,t)}var Yc;function Xc(e){return"asset"===e.type?Yc.ASSET:e.isEntry?Yc.ENTRY_CHUNK:Yc.SECONDARY_CHUNK}function Jc(e){return e}!function(e){e[e.ENTRY_CHUNK=0]="ENTRY_CHUNK",e[e.SECONDARY_CHUNK=1]="SECONDARY_CHUNK",e[e.ASSET=2]="ASSET"}(Yc||(Yc={}));export{e as VERSION,Jc as defineConfig,Wc as rollup};
|
|
10
|
+
var e="4.0.0-25";"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;function t(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var n={exports:{}};!function(e){const t=",".charCodeAt(0),n=";".charCodeAt(0),s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",i=new Uint8Array(64),r=new Uint8Array(128);for(let e=0;e<s.length;e++){const t=s.charCodeAt(e);i[e]=t,r[t]=e}const o="undefined"!=typeof TextDecoder?new TextDecoder:"undefined"!=typeof Buffer?{decode:e=>Buffer.from(e.buffer,e.byteOffset,e.byteLength).toString()}:{decode(e){let t="";for(let n=0;n<e.length;n++)t+=String.fromCharCode(e[n]);return t}};function a(e){const t=new Int32Array(5),n=[];let s=0;do{const i=l(e,s),r=[];let o=!0,a=0;t[0]=0;for(let n=s;n<i;n++){let s;n=c(e,n,t,0);const l=t[0];l<a&&(o=!1),a=l,d(e,n,i)?(n=c(e,n,t,1),n=c(e,n,t,2),n=c(e,n,t,3),d(e,n,i)?(n=c(e,n,t,4),s=[l,t[1],t[2],t[3],t[4]]):s=[l,t[1],t[2],t[3]]):s=[l],r.push(s)}o||u(r),n.push(r),s=i+1}while(s<=e.length);return n}function l(e,t){const n=e.indexOf(";",t);return-1===n?e.length:n}function c(e,t,n,s){let i=0,o=0,a=0;do{const n=e.charCodeAt(t++);a=r[n],i|=(31&a)<<o,o+=5}while(32&a);const l=1&i;return i>>>=1,l&&(i=-2147483648|-i),n[s]+=i,t}function d(e,n,s){return!(n>=s)&&e.charCodeAt(n)!==t}function u(e){e.sort(h)}function h(e,t){return e[0]-t[0]}function p(e){const s=new Int32Array(5),i=16384,r=i-36,a=new Uint8Array(i),l=a.subarray(0,r);let c=0,d="";for(let u=0;u<e.length;u++){const h=e[u];if(u>0&&(c===i&&(d+=o.decode(a),c=0),a[c++]=n),0!==h.length){s[0]=0;for(let e=0;e<h.length;e++){const n=h[e];c>r&&(d+=o.decode(l),a.copyWithin(0,r,c),c-=r),e>0&&(a[c++]=t),c=f(a,c,s,n,0),1!==n.length&&(c=f(a,c,s,n,1),c=f(a,c,s,n,2),c=f(a,c,s,n,3),4!==n.length&&(c=f(a,c,s,n,4)))}}}return d+o.decode(a.subarray(0,c))}function f(e,t,n,s,r){const o=s[r];let a=o-n[r];n[r]=o,a=a<0?-a<<1|1:a<<1;do{let n=31&a;a>>>=5,a>0&&(n|=32),e[t++]=i[n]}while(a>0);return t}e.decode=a,e.encode=p,Object.defineProperty(e,"__esModule",{value:!0})}(n.exports);var s=n.exports;class i{constructor(e){this.bits=e instanceof i?e.bits.slice():[]}add(e){this.bits[e>>5]|=1<<(31&e)}has(e){return!!(this.bits[e>>5]&1<<(31&e))}}let r=class e{constructor(e,t,n){this.start=e,this.end=t,this.original=n,this.intro="",this.outro="",this.content=n,this.storeName=!1,this.edited=!1,this.previous=null,this.next=null}appendLeft(e){this.outro+=e}appendRight(e){this.intro=this.intro+e}clone(){const t=new e(this.start,this.end,this.original);return t.intro=this.intro,t.outro=this.outro,t.content=this.content,t.storeName=this.storeName,t.edited=this.edited,t}contains(e){return this.start<e&&e<this.end}eachNext(e){let t=this;for(;t;)e(t),t=t.next}eachPrevious(e){let t=this;for(;t;)e(t),t=t.previous}edit(e,t,n){return this.content=e,n||(this.intro="",this.outro=""),this.storeName=t,this.edited=!0,this}prependLeft(e){this.outro=e+this.outro}prependRight(e){this.intro=e+this.intro}split(t){const n=t-this.start,s=this.original.slice(0,n),i=this.original.slice(n);this.original=s;const r=new e(t,this.end,i);return r.outro=this.outro,this.outro="",this.end=t,this.edited?(r.edit("",!1),this.content=""):this.content=s,r.next=this.next,r.next&&(r.next.previous=r),r.previous=this,this.next=r,r}toString(){return this.intro+this.content+this.outro}trimEnd(e){if(this.outro=this.outro.replace(e,""),this.outro.length)return!0;const t=this.content.replace(e,"");return t.length?(t!==this.content&&(this.split(this.start+t.length).edit("",void 0,!0),this.edited&&this.edit(t,this.storeName,!0)),!0):(this.edit("",void 0,!0),this.intro=this.intro.replace(e,""),!!this.intro.length||void 0)}trimStart(e){if(this.intro=this.intro.replace(e,""),this.intro.length)return!0;const t=this.content.replace(e,"");if(t.length){if(t!==this.content){const e=this.split(this.end-t.length);this.edited&&e.edit(t,this.storeName,!0),this.edit("",void 0,!0)}return!0}return this.edit("",void 0,!0),this.outro=this.outro.replace(e,""),!!this.outro.length||void 0}};function o(){return"undefined"!=typeof window&&"function"==typeof window.btoa?e=>window.btoa(unescape(encodeURIComponent(e))):"function"==typeof Buffer?e=>Buffer.from(e,"utf-8").toString("base64"):()=>{throw new Error("Unsupported environment: `window.btoa` or `Buffer` should be supported.")}}const a=o();class l{constructor(e){this.version=3,this.file=e.file,this.sources=e.sources,this.sourcesContent=e.sourcesContent,this.names=e.names,this.mappings=s.encode(e.mappings),void 0!==e.x_google_ignoreList&&(this.x_google_ignoreList=e.x_google_ignoreList)}toString(){return JSON.stringify(this)}toUrl(){return"data:application/json;charset=utf-8;base64,"+a(this.toString())}}function c(e,t){const n=e.split(/[/\\]/),s=t.split(/[/\\]/);for(n.pop();n[0]===s[0];)n.shift(),s.shift();if(n.length){let e=n.length;for(;e--;)n[e]=".."}return n.concat(s).join("/")}const d=Object.prototype.toString;function u(e){return"[object Object]"===d.call(e)}function h(e){const t=e.split("\n"),n=[];for(let e=0,s=0;e<t.length;e++)n.push(s),s+=t[e].length+1;return function(e){let t=0,s=n.length;for(;t<s;){const i=t+s>>1;e<n[i]?s=i:t=i+1}const i=t-1;return{line:i,column:e-n[i]}}}const p=/\w/;class f{constructor(e){this.hires=e,this.generatedCodeLine=0,this.generatedCodeColumn=0,this.raw=[],this.rawSegments=this.raw[this.generatedCodeLine]=[],this.pending=null}addEdit(e,t,n,s){if(t.length){let i=t.indexOf("\n",0),r=-1;for(;i>=0;){const o=[this.generatedCodeColumn,e,n.line,n.column];s>=0&&o.push(s),this.rawSegments.push(o),this.generatedCodeLine+=1,this.raw[this.generatedCodeLine]=this.rawSegments=[],this.generatedCodeColumn=0,r=i,i=t.indexOf("\n",i+1)}const o=[this.generatedCodeColumn,e,n.line,n.column];s>=0&&o.push(s),this.rawSegments.push(o),this.advance(t.slice(r+1))}else this.pending&&(this.rawSegments.push(this.pending),this.advance(t));this.pending=null}addUneditedChunk(e,t,n,s,i){let r=t.start,o=!0,a=!1;for(;r<t.end;){if(this.hires||o||i.has(r)){const t=[this.generatedCodeColumn,e,s.line,s.column];"boundary"===this.hires?p.test(n[r])?a||(this.rawSegments.push(t),a=!0):(this.rawSegments.push(t),a=!1):this.rawSegments.push(t)}"\n"===n[r]?(s.line+=1,s.column=0,this.generatedCodeLine+=1,this.raw[this.generatedCodeLine]=this.rawSegments=[],this.generatedCodeColumn=0,o=!0):(s.column+=1,this.generatedCodeColumn+=1,o=!1),r+=1}this.pending=null}advance(e){if(!e)return;const t=e.split("\n");if(t.length>1){for(let e=0;e<t.length-1;e++)this.generatedCodeLine++,this.raw[this.generatedCodeLine]=this.rawSegments=[];this.generatedCodeColumn=0}this.generatedCodeColumn+=t[t.length-1].length}}const m="\n",g={insertLeft:!1,insertRight:!1,storeName:!1};class y{constructor(e,t={}){const n=new r(0,e.length,e);Object.defineProperties(this,{original:{writable:!0,value:e},outro:{writable:!0,value:""},intro:{writable:!0,value:""},firstChunk:{writable:!0,value:n},lastChunk:{writable:!0,value:n},lastSearchedChunk:{writable:!0,value:n},byStart:{writable:!0,value:{}},byEnd:{writable:!0,value:{}},filename:{writable:!0,value:t.filename},indentExclusionRanges:{writable:!0,value:t.indentExclusionRanges},sourcemapLocations:{writable:!0,value:new i},storedNames:{writable:!0,value:{}},indentStr:{writable:!0,value:void 0},ignoreList:{writable:!0,value:t.ignoreList}}),this.byStart[0]=n,this.byEnd[e.length]=n}addSourcemapLocation(e){this.sourcemapLocations.add(e)}append(e){if("string"!=typeof e)throw new TypeError("outro content must be a string");return this.outro+=e,this}appendLeft(e,t){if("string"!=typeof t)throw new TypeError("inserted content must be a string");this._split(e);const n=this.byEnd[e];return n?n.appendLeft(t):this.intro+=t,this}appendRight(e,t){if("string"!=typeof t)throw new TypeError("inserted content must be a string");this._split(e);const n=this.byStart[e];return n?n.appendRight(t):this.outro+=t,this}clone(){const e=new y(this.original,{filename:this.filename});let t=this.firstChunk,n=e.firstChunk=e.lastSearchedChunk=t.clone();for(;t;){e.byStart[n.start]=n,e.byEnd[n.end]=n;const s=t.next,i=s&&s.clone();i&&(n.next=i,i.previous=n,n=i),t=s}return e.lastChunk=n,this.indentExclusionRanges&&(e.indentExclusionRanges=this.indentExclusionRanges.slice()),e.sourcemapLocations=new i(this.sourcemapLocations),e.intro=this.intro,e.outro=this.outro,e}generateDecodedMap(e){e=e||{};const t=Object.keys(this.storedNames),n=new f(e.hires),s=h(this.original);return this.intro&&n.advance(this.intro),this.firstChunk.eachNext((e=>{const i=s(e.start);e.intro.length&&n.advance(e.intro),e.edited?n.addEdit(0,e.content,i,e.storeName?t.indexOf(e.original):-1):n.addUneditedChunk(0,e,this.original,i,this.sourcemapLocations),e.outro.length&&n.advance(e.outro)})),{file:e.file?e.file.split(/[/\\]/).pop():void 0,sources:[e.source?c(e.file||"",e.source):e.file||""],sourcesContent:e.includeContent?[this.original]:void 0,names:t,mappings:n.raw,x_google_ignoreList:this.ignoreList?[0]:void 0}}generateMap(e){return new l(this.generateDecodedMap(e))}_ensureindentStr(){void 0===this.indentStr&&(this.indentStr=function(e){const t=e.split("\n"),n=t.filter((e=>/^\t+/.test(e))),s=t.filter((e=>/^ {2,}/.test(e)));if(0===n.length&&0===s.length)return null;if(n.length>=s.length)return"\t";const i=s.reduce(((e,t)=>{const n=/^ +/.exec(t)[0].length;return Math.min(n,e)}),1/0);return new Array(i+1).join(" ")}(this.original))}_getRawIndentString(){return this._ensureindentStr(),this.indentStr}getIndentString(){return this._ensureindentStr(),null===this.indentStr?"\t":this.indentStr}indent(e,t){const n=/^[^\r\n]/gm;if(u(e)&&(t=e,e=void 0),void 0===e&&(this._ensureindentStr(),e=this.indentStr||"\t"),""===e)return this;const s={};if((t=t||{}).exclude){("number"==typeof t.exclude[0]?[t.exclude]:t.exclude).forEach((e=>{for(let t=e[0];t<e[1];t+=1)s[t]=!0}))}let i=!1!==t.indentStart;const r=t=>i?`${e}${t}`:(i=!0,t);this.intro=this.intro.replace(n,r);let o=0,a=this.firstChunk;for(;a;){const t=a.end;if(a.edited)s[o]||(a.content=a.content.replace(n,r),a.content.length&&(i="\n"===a.content[a.content.length-1]));else for(o=a.start;o<t;){if(!s[o]){const t=this.original[o];"\n"===t?i=!0:"\r"!==t&&i&&(i=!1,o===a.start||(this._splitChunk(a,o),a=a.next),a.prependRight(e))}o+=1}o=a.end,a=a.next}return this.outro=this.outro.replace(n,r),this}insert(){throw new Error("magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)")}insertLeft(e,t){return g.insertLeft||(console.warn("magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead"),g.insertLeft=!0),this.appendLeft(e,t)}insertRight(e,t){return g.insertRight||(console.warn("magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead"),g.insertRight=!0),this.prependRight(e,t)}move(e,t,n){if(n>=e&&n<=t)throw new Error("Cannot move a selection inside itself");this._split(e),this._split(t),this._split(n);const s=this.byStart[e],i=this.byEnd[t],r=s.previous,o=i.next,a=this.byStart[n];if(!a&&i===this.lastChunk)return this;const l=a?a.previous:this.lastChunk;return r&&(r.next=o),o&&(o.previous=r),l&&(l.next=s),a&&(a.previous=i),s.previous||(this.firstChunk=i.next),i.next||(this.lastChunk=s.previous,this.lastChunk.next=null),s.previous=l,i.next=a||null,l||(this.firstChunk=s),a||(this.lastChunk=i),this}overwrite(e,t,n,s){return s=s||{},this.update(e,t,n,{...s,overwrite:!s.contentOnly})}update(e,t,n,s){if("string"!=typeof n)throw new TypeError("replacement content must be a string");for(;e<0;)e+=this.original.length;for(;t<0;)t+=this.original.length;if(t>this.original.length)throw new Error("end is out of bounds");if(e===t)throw new Error("Cannot overwrite a zero-length range – use appendLeft or prependRight instead");this._split(e),this._split(t),!0===s&&(g.storeName||(console.warn("The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string"),g.storeName=!0),s={storeName:!0});const i=void 0!==s&&s.storeName,o=void 0!==s&&s.overwrite;if(i){const n=this.original.slice(e,t);Object.defineProperty(this.storedNames,n,{writable:!0,value:!0,enumerable:!0})}const a=this.byStart[e],l=this.byEnd[t];if(a){let e=a;for(;e!==l;){if(e.next!==this.byStart[e.end])throw new Error("Cannot overwrite across a split point");e=e.next,e.edit("",!1)}a.edit(n,i,!o)}else{const s=new r(e,t,"").edit(n,i);l.next=s,s.previous=l}return this}prepend(e){if("string"!=typeof e)throw new TypeError("outro content must be a string");return this.intro=e+this.intro,this}prependLeft(e,t){if("string"!=typeof t)throw new TypeError("inserted content must be a string");this._split(e);const n=this.byEnd[e];return n?n.prependLeft(t):this.intro=t+this.intro,this}prependRight(e,t){if("string"!=typeof t)throw new TypeError("inserted content must be a string");this._split(e);const n=this.byStart[e];return n?n.prependRight(t):this.outro=t+this.outro,this}remove(e,t){for(;e<0;)e+=this.original.length;for(;t<0;)t+=this.original.length;if(e===t)return this;if(e<0||t>this.original.length)throw new Error("Character is out of bounds");if(e>t)throw new Error("end must be greater than start");this._split(e),this._split(t);let n=this.byStart[e];for(;n;)n.intro="",n.outro="",n.edit(""),n=t>n.end?this.byStart[n.end]:null;return this}lastChar(){if(this.outro.length)return this.outro[this.outro.length-1];let e=this.lastChunk;do{if(e.outro.length)return e.outro[e.outro.length-1];if(e.content.length)return e.content[e.content.length-1];if(e.intro.length)return e.intro[e.intro.length-1]}while(e=e.previous);return this.intro.length?this.intro[this.intro.length-1]:""}lastLine(){let e=this.outro.lastIndexOf(m);if(-1!==e)return this.outro.substr(e+1);let t=this.outro,n=this.lastChunk;do{if(n.outro.length>0){if(e=n.outro.lastIndexOf(m),-1!==e)return n.outro.substr(e+1)+t;t=n.outro+t}if(n.content.length>0){if(e=n.content.lastIndexOf(m),-1!==e)return n.content.substr(e+1)+t;t=n.content+t}if(n.intro.length>0){if(e=n.intro.lastIndexOf(m),-1!==e)return n.intro.substr(e+1)+t;t=n.intro+t}}while(n=n.previous);return e=this.intro.lastIndexOf(m),-1!==e?this.intro.substr(e+1)+t:this.intro+t}slice(e=0,t=this.original.length){for(;e<0;)e+=this.original.length;for(;t<0;)t+=this.original.length;let n="",s=this.firstChunk;for(;s&&(s.start>e||s.end<=e);){if(s.start<t&&s.end>=t)return n;s=s.next}if(s&&s.edited&&s.start!==e)throw new Error(`Cannot use replaced character ${e} as slice start anchor.`);const i=s;for(;s;){!s.intro||i===s&&s.start!==e||(n+=s.intro);const r=s.start<t&&s.end>=t;if(r&&s.edited&&s.end!==t)throw new Error(`Cannot use replaced character ${t} as slice end anchor.`);const o=i===s?e-s.start:0,a=r?s.content.length+t-s.end:s.content.length;if(n+=s.content.slice(o,a),!s.outro||r&&s.end!==t||(n+=s.outro),r)break;s=s.next}return n}snip(e,t){const n=this.clone();return n.remove(0,e),n.remove(t,n.original.length),n}_split(e){if(this.byStart[e]||this.byEnd[e])return;let t=this.lastSearchedChunk;const n=e>t.end;for(;t;){if(t.contains(e))return this._splitChunk(t,e);t=n?this.byStart[t.end]:this.byEnd[t.start]}}_splitChunk(e,t){if(e.edited&&e.content.length){const n=h(this.original)(t);throw new Error(`Cannot split a chunk that has already been edited (${n.line}:${n.column} – "${e.original}")`)}const n=e.split(t);return this.byEnd[t]=e,this.byStart[t]=n,this.byEnd[n.end]=n,e===this.lastChunk&&(this.lastChunk=n),this.lastSearchedChunk=e,!0}toString(){let e=this.intro,t=this.firstChunk;for(;t;)e+=t.toString(),t=t.next;return e+this.outro}isEmpty(){let e=this.firstChunk;do{if(e.intro.length&&e.intro.trim()||e.content.length&&e.content.trim()||e.outro.length&&e.outro.trim())return!1}while(e=e.next);return!0}length(){let e=this.firstChunk,t=0;do{t+=e.intro.length+e.content.length+e.outro.length}while(e=e.next);return t}trimLines(){return this.trim("[\\r\\n]")}trim(e){return this.trimStart(e).trimEnd(e)}trimEndAborted(e){const t=new RegExp((e||"\\s")+"+$");if(this.outro=this.outro.replace(t,""),this.outro.length)return!0;let n=this.lastChunk;do{const e=n.end,s=n.trimEnd(t);if(n.end!==e&&(this.lastChunk===n&&(this.lastChunk=n.next),this.byEnd[n.end]=n,this.byStart[n.next.start]=n.next,this.byEnd[n.next.end]=n.next),s)return!0;n=n.previous}while(n);return!1}trimEnd(e){return this.trimEndAborted(e),this}trimStartAborted(e){const t=new RegExp("^"+(e||"\\s")+"+");if(this.intro=this.intro.replace(t,""),this.intro.length)return!0;let n=this.firstChunk;do{const e=n.end,s=n.trimStart(t);if(n.end!==e&&(n===this.lastChunk&&(this.lastChunk=n.next),this.byEnd[n.end]=n,this.byStart[n.next.start]=n.next,this.byEnd[n.next.end]=n.next),s)return!0;n=n.next}while(n);return!1}trimStart(e){return this.trimStartAborted(e),this}hasChanged(){return this.original!==this.toString()}_replaceRegexp(e,t){function n(e,n){return"string"==typeof t?t.replace(/\$(\$|&|\d+)/g,((t,n)=>{if("$"===n)return"$";if("&"===n)return e[0];return+n<e.length?e[+n]:`$${n}`})):t(...e,e.index,n,e.groups)}if(e.global){(function(e,t){let n;const s=[];for(;n=e.exec(t);)s.push(n);return s})(e,this.original).forEach((e=>{null!=e.index&&this.overwrite(e.index,e.index+e[0].length,n(e,this.original))}))}else{const t=this.original.match(e);t&&null!=t.index&&this.overwrite(t.index,t.index+t[0].length,n(t,this.original))}return this}_replaceString(e,t){const{original:n}=this,s=n.indexOf(e);return-1!==s&&this.overwrite(s,s+e.length,t),this}replace(e,t){return"string"==typeof e?this._replaceString(e,t):this._replaceRegexp(e,t)}_replaceAllString(e,t){const{original:n}=this,s=e.length;for(let i=n.indexOf(e);-1!==i;i=n.indexOf(e,i+s))this.overwrite(i,i+s,t);return this}replaceAll(e,t){if("string"==typeof e)return this._replaceAllString(e,t);if(!e.global)throw new TypeError("MagicString.prototype.replaceAll called with a non-global RegExp argument");return this._replaceRegexp(e,t)}}const b=Object.prototype.hasOwnProperty;let E=class e{constructor(e={}){this.intro=e.intro||"",this.separator=void 0!==e.separator?e.separator:"\n",this.sources=[],this.uniqueSources=[],this.uniqueSourceIndexByFilename={}}addSource(e){if(e instanceof y)return this.addSource({content:e,filename:e.filename,separator:this.separator});if(!u(e)||!e.content)throw new Error("bundle.addSource() takes an object with a `content` property, which should be an instance of MagicString, and an optional `filename`");if(["filename","ignoreList","indentExclusionRanges","separator"].forEach((t=>{b.call(e,t)||(e[t]=e.content[t])})),void 0===e.separator&&(e.separator=this.separator),e.filename)if(b.call(this.uniqueSourceIndexByFilename,e.filename)){const t=this.uniqueSources[this.uniqueSourceIndexByFilename[e.filename]];if(e.content.original!==t.content)throw new Error(`Illegal source: same filename (${e.filename}), different contents`)}else this.uniqueSourceIndexByFilename[e.filename]=this.uniqueSources.length,this.uniqueSources.push({filename:e.filename,content:e.content.original});return this.sources.push(e),this}append(e,t){return this.addSource({content:new y(e),separator:t&&t.separator||""}),this}clone(){const t=new e({intro:this.intro,separator:this.separator});return this.sources.forEach((e=>{t.addSource({filename:e.filename,content:e.content.clone(),separator:e.separator})})),t}generateDecodedMap(e={}){const t=[];let n;this.sources.forEach((e=>{Object.keys(e.content.storedNames).forEach((e=>{~t.indexOf(e)||t.push(e)}))}));const s=new f(e.hires);return this.intro&&s.advance(this.intro),this.sources.forEach(((e,i)=>{i>0&&s.advance(this.separator);const r=e.filename?this.uniqueSourceIndexByFilename[e.filename]:-1,o=e.content,a=h(o.original);o.intro&&s.advance(o.intro),o.firstChunk.eachNext((n=>{const i=a(n.start);n.intro.length&&s.advance(n.intro),e.filename?n.edited?s.addEdit(r,n.content,i,n.storeName?t.indexOf(n.original):-1):s.addUneditedChunk(r,n,o.original,i,o.sourcemapLocations):s.advance(n.content),n.outro.length&&s.advance(n.outro)})),o.outro&&s.advance(o.outro),e.ignoreList&&-1!==r&&(void 0===n&&(n=[]),n.push(r))})),{file:e.file?e.file.split(/[/\\]/).pop():void 0,sources:this.uniqueSources.map((t=>e.file?c(e.file,t.filename):t.filename)),sourcesContent:this.uniqueSources.map((t=>e.includeContent?t.content:null)),names:t,mappings:s.raw,x_google_ignoreList:n}}generateMap(e){return new l(this.generateDecodedMap(e))}getIndentString(){const e={};return this.sources.forEach((t=>{const n=t.content._getRawIndentString();null!==n&&(e[n]||(e[n]=0),e[n]+=1)})),Object.keys(e).sort(((t,n)=>e[t]-e[n]))[0]||"\t"}indent(e){if(arguments.length||(e=this.getIndentString()),""===e)return this;let t=!this.intro||"\n"===this.intro.slice(-1);return this.sources.forEach(((n,s)=>{const i=void 0!==n.separator?n.separator:this.separator,r=t||s>0&&/\r?\n$/.test(i);n.content.indent(e,{exclude:n.indentExclusionRanges,indentStart:r}),t="\n"===n.content.lastChar()})),this.intro&&(this.intro=e+this.intro.replace(/^[^\n]/gm,((t,n)=>n>0?e+t:t))),this}prepend(e){return this.intro=e+this.intro,this}toString(){const e=this.sources.map(((e,t)=>{const n=void 0!==e.separator?e.separator:this.separator;return(t>0?n:"")+e.content.toString()})).join("");return this.intro+e}isEmpty(){return(!this.intro.length||!this.intro.trim())&&!this.sources.some((e=>!e.content.isEmpty()))}length(){return this.sources.reduce(((e,t)=>e+t.content.length()),this.intro.length)}trimLines(){return this.trim("[\\r\\n]")}trim(e){return this.trimStart(e).trimEnd(e)}trimStart(e){const t=new RegExp("^"+(e||"\\s")+"+");if(this.intro=this.intro.replace(t,""),!this.intro){let t,n=0;do{if(t=this.sources[n++],!t)break}while(!t.content.trimStartAborted(e))}return this}trimEnd(e){const t=new RegExp((e||"\\s")+"+$");let n,s=this.sources.length-1;do{if(n=this.sources[s--],!n){this.intro=this.intro.replace(t,"");break}}while(!n.content.trimEndAborted(e));return this}};const x=/^(?:\/|(?:[A-Za-z]:)?[/\\|])/,$=/^\.?\.\//,A=/\\/g,w=/[/\\]/,S=/\.[^.]+$/;function v(e){return x.test(e)}function I(e){return $.test(e)}function P(e){return e.replace(A,"/")}function k(e){return e.split(w).pop()||""}function N(e){const t=/[/\\][^/\\]*$/.exec(e);if(!t)return".";return e.slice(0,-t[0].length)||"/"}function C(e){const t=S.exec(k(e));return t?t[0]:""}function O(e,t){const n=e.split(w).filter(Boolean),s=t.split(w).filter(Boolean);for("."===n[0]&&n.shift(),"."===s[0]&&s.shift();n[0]&&s[0]&&n[0]===s[0];)n.shift(),s.shift();for(;".."===s[0]&&n.length>0;)s.shift(),n.pop();for(;n.pop();)s.unshift("..");return s.join("/")}function M(...e){const t=e.shift();if(!t)return"/";let n=t.split(w);for(const t of e)if(v(t))n=t.split(w);else{const e=t.split(w);for(;"."===e[0]||".."===e[0];){".."===e.shift()&&n.pop()}n.push(...e)}return n.join("/")}const _=/[\n\r'\\\u2028\u2029]/,D=/([\n\r'\u2028\u2029])/g,R=/\\/g;function L(e){return _.test(e)?e.replace(R,"\\\\").replace(D,"\\$1"):e}function B(e){const t=k(e);return t.slice(0,Math.max(0,t.length-C(e).length))}function T(e){return v(e)?O(M(),e):e}function z(e){return"/"===e[0]||"."===e[0]&&("/"===e[1]||"."===e[1])||v(e)}const V=/^(\.\.\/)*\.\.$/;function F(e,t,n,s){for(;t.startsWith("../");)t=t.slice(3),e="_/"+e;let i=P(O(N(e),t));if(n&&i.endsWith(".js")&&(i=i.slice(0,-3)),s){if(""===i)return"../"+k(t);if(V.test(i))return[...i.split("/"),"..",k(t)].join("/")}return i?i.startsWith("..")?i:"./"+i:"."}class j{constructor(e,t,n){this.options=t,this.inputBase=n,this.defaultVariableName="",this.namespaceVariableName="",this.variableName="",this.fileName=null,this.importAttributes=null,this.id=e.id,this.moduleInfo=e.info,this.renormalizeRenderPath=e.renormalizeRenderPath,this.suggestedVariableName=e.suggestedVariableName}getFileName(){if(this.fileName)return this.fileName;const{paths:e}=this.options;return this.fileName=("function"==typeof e?e(this.id):e[this.id])||(this.renormalizeRenderPath?P(O(this.inputBase,this.id)):this.id)}getImportAttributes(e){return this.importAttributes||=function(e,{getObject:t}){if(!e)return null;const n=Object.entries(e).map((([e,t])=>[e,`'${t}'`]));if(n.length>0)return t(n,{lineBreakIndent:null});return null}("es"===this.options.format&&this.options.externalImportAttributes&&this.moduleInfo.attributes,e)}getImportPath(e){return L(this.renormalizeRenderPath?F(e,this.getFileName(),"amd"===this.options.format,!1):this.getFileName())}}function U(e,t,n){const s=e.get(t);if(void 0!==s)return s;const i=n();return e.set(t,i),i}function G(){return new Set}function W(){return[]}const H=Symbol("Unknown Key"),q=Symbol("Unknown Non-Accessor Key"),K=Symbol("Unknown Integer"),Y=Symbol("Symbol.toStringTag"),X=[],J=[H],Z=[q],Q=[K],ee=Symbol("Entities");class te{constructor(){this.entityPaths=Object.create(null,{[ee]:{value:new Set}})}trackEntityAtPathAndGetIfTracked(e,t){const n=this.getEntities(e);return!!n.has(t)||(n.add(t),!1)}withTrackedEntityAtPath(e,t,n,s){const i=this.getEntities(e);if(i.has(t))return s;i.add(t);const r=n();return i.delete(t),r}getEntities(e){let t=this.entityPaths;for(const n of e)t=t[n]=t[n]||Object.create(null,{[ee]:{value:new Set}});return t[ee]}}const ne=new te;class se{constructor(){this.entityPaths=Object.create(null,{[ee]:{value:new Map}})}trackEntityAtPathAndGetIfTracked(e,t,n){let s=this.entityPaths;for(const t of e)s=s[t]=s[t]||Object.create(null,{[ee]:{value:new Map}});const i=U(s[ee],t,G);return!!i.has(n)||(i.add(n),!1)}}const ie=Symbol("Unknown Value"),re=Symbol("Unknown Truthy Value");class oe{constructor(){this.included=!1}deoptimizeArgumentsOnInteractionAtPath(e,t,n){ce(e)}deoptimizePath(e){}getLiteralValueAtPath(e,t,n){return ie}getReturnExpressionWhenCalledAtPath(e,t,n,s){return le}hasEffectsOnInteractionAtPath(e,t,n){return!0}include(e,t,n){this.included=!0}includeCallArguments(e,t){for(const n of t)n.include(e,!1)}shouldBeIncluded(e){return!0}}const ae=new class extends oe{},le=[ae,!1],ce=e=>{for(const t of e.args)t?.deoptimizePath(J)},de={args:[null],type:0},ue={args:[null,ae],type:1},he={args:[null],type:2,withNew:!1};class pe extends oe{constructor(e){super(),this.name=e,this.alwaysRendered=!1,this.forbiddenNames=null,this.initReached=!1,this.isId=!1,this.isReassigned=!1,this.kind=null,this.renderBaseName=null,this.renderName=null}addReference(e){}forbidName(e){(this.forbiddenNames||=new Set).add(e)}getBaseVariableName(){return this.renderBaseName||this.renderName||this.name}getName(e,t){if(t?.(this))return this.name;const n=this.renderName||this.name;return this.renderBaseName?`${this.renderBaseName}${e(n)}`:n}hasEffectsOnInteractionAtPath(e,{type:t},n){return 0!==t||e.length>0}include(){this.included=!0}markCalledFromTryStatement(){}setRenderNames(e,t){this.renderBaseName=e,this.renderName=t}}class fe extends pe{constructor(e,t){super(t),this.referenced=!1,this.module=e,this.isNamespace="*"===t}addReference(e){this.referenced=!0,"default"!==this.name&&"*"!==this.name||this.module.suggestName(e.name)}hasEffectsOnInteractionAtPath(e,{type:t}){return 0!==t||e.length>(this.isNamespace?1:0)}include(){this.included||(this.included=!0,this.module.used=!0)}}const me=Object.freeze(Object.create(null)),ge=Object.freeze({}),ye=Object.freeze([]),be=Object.freeze(new class extends Set{add(){throw new Error("Cannot add to empty set")}});var Ee=new Set(["await","break","case","catch","class","const","continue","debugger","default","delete","do","else","enum","eval","export","extends","false","finally","for","function","if","implements","import","in","instanceof","interface","let","NaN","new","null","package","private","protected","public","return","static","super","switch","this","throw","true","try","typeof","undefined","var","void","while","with","yield"]);const xe=/[^\w$]/g,$e=e=>(e=>/\d/.test(e[0]))(e)||Ee.has(e)||"arguments"===e;function Ae(e){return e=e.replace(/-(\w)/g,((e,t)=>t.toUpperCase())).replace(xe,"_"),$e(e)&&(e=`_${e}`),e||"_"}const we="warn",Se="info",ve="debug",Ie={[ve]:0,[Se]:1,silent:3,[we]:2};function Pe(e,t){return e.start<=t&&t<e.end}function ke(e,t,n){return function(e,t={}){const{offsetLine:n=0,offsetColumn:s=0}=t;let i=0;const r=e.split("\n").map(((e,t)=>{const n=i+e.length+1,s={start:i,end:n,line:t};return i=n,s}));let o=0;return function(t,i){if("string"==typeof t&&(t=e.indexOf(t,i??0)),-1===t)return;let a=r[o];const l=t>=a.end?1:-1;for(;a;){if(Pe(a,t))return{line:n+a.line,column:s+t-a.start,character:t};o+=l,a=r[o]}}}(e,n)(t,n&&n.startIndex)}function Ne(e){return e.replace(/^\t+/,(e=>e.split("\t").join(" ")))}const Ce=120,Oe=10,Me="...";function _e(e,t,n){let s=e.split("\n");if(t>s.length)return"";const i=Math.max(Ne(s[t-1].slice(0,n)).length+Oe+Me.length,Ce),r=Math.max(0,t-3);let o=Math.min(t+2,s.length);for(s=s.slice(r,o);!/\S/.test(s[s.length-1]);)s.pop(),o-=1;const a=String(o).length;return s.map(((e,s)=>{const o=r+s+1===t;let l=String(s+r+1);for(;l.length<a;)l=` ${l}`;let c=Ne(e);if(c.length>i&&(c=`${c.slice(0,i-Me.length)}${Me}`),o){const t=function(e){let t="";for(;e--;)t+=" ";return t}(a+2+Ne(e.slice(0,n)).length)+"^";return`${l}: ${c}\n${t}`}return`${l}: ${c}`})).join("\n")}function De(e,t){const n=e.length<=1,s=e.map((e=>`"${e}"`));let i=n?s[0]:`${s.slice(0,-1).join(", ")} and ${s.slice(-1)[0]}`;return t&&(i+=` ${n?t[0]:t[1]}`),i}function Re(e){return`https://rollupjs.org/${e}`}const Le="troubleshooting/#error-name-is-not-exported-by-module",Be="troubleshooting/#warning-sourcemap-is-likely-to-be-incorrect",Te="configuration-options/#output-amd-id",ze="configuration-options/#output-dir",Ve="configuration-options/#output-exports",Fe="configuration-options/#output-extend",je="configuration-options/#output-format",Ue="configuration-options/#output-globals",Ge="configuration-options/#output-inlinedynamicimports",We="configuration-options/#output-interop",He="configuration-options/#output-manualchunks",qe="configuration-options/#output-name",Ke="configuration-options/#output-sourcemapfile";function Ye(e){throw e instanceof Error||(e=Object.assign(new Error(e.message),e),Object.defineProperty(e,"name",{value:"RollupError"})),e}function Xe(e,t,n,s){if("object"==typeof t){const{line:n,column:i}=t;e.loc={column:i,file:s,line:n}}else{e.pos=t;const i=ke(n,t,{offsetLine:1});if(!i)return;const{line:r,column:o}=i;e.loc={column:o,file:s,line:r}}if(void 0===e.frame){const{line:t,column:s}=e.loc;e.frame=_e(n,t,s)}}const Je="ADDON_ERROR",Ze="ALREADY_CLOSED",Qe="ANONYMOUS_PLUGIN_CACHE",et="ASSET_NOT_FINALISED",tt="CANNOT_EMIT_FROM_OPTIONS_HOOK",nt="CHUNK_NOT_GENERATED",st="CIRCULAR_REEXPORT",it="DEPRECATED_FEATURE",rt="DUPLICATE_PLUGIN_NAME",ot="FILE_NAME_CONFLICT",at="ILLEGAL_IDENTIFIER_AS_NAME",lt="INVALID_CHUNK",ct="INVALID_EXPORT_OPTION",dt="INVALID_IMPORT_ATTRIBUTE",ut="INVALID_LOG_POSITION",ht="INVALID_OPTION",pt="INVALID_PLUGIN_HOOK",ft="INVALID_ROLLUP_PHASE",mt="INVALID_SETASSETSOURCE",gt="MISSING_EXPORT",yt="MISSING_GLOBAL_NAME",bt="MISSING_IMPLICIT_DEPENDANT",Et="MISSING_NAME_OPTION_FOR_IIFE_EXPORT",xt="MISSING_NODE_BUILTINS",$t="MISSING_OPTION",At="MIXED_EXPORTS",wt="NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE",St="OPTIMIZE_CHUNK_STATUS",vt="PARSE_ERROR",It="PLUGIN_ERROR",Pt="SOURCEMAP_BROKEN",kt="UNEXPECTED_NAMED_IMPORT",Nt="UNKNOWN_OPTION",Ct="UNRESOLVED_ENTRY",Ot="UNRESOLVED_IMPORT",Mt="VALIDATION_ERROR";function _t(){return{code:Ze,message:'Bundle is already closed, no more calls to "generate" or "write" are allowed.'}}function Dt(e){return{code:"CANNOT_CALL_NAMESPACE",message:`Cannot call a namespace ("${e}").`}}function Rt({fileName:e,code:t},{pos:n,message:s}){const i={code:"CHUNK_INVALID",message:`Chunk "${e}" is not valid JavaScript: ${s}.`};return Xe(i,n,t,e),i}function Lt(e){return{code:"CIRCULAR_DEPENDENCY",ids:e,message:`Circular dependency: ${e.map(T).join(" -> ")}`}}function Bt(e,t,{line:n,column:s}){return{code:"FIRST_SIDE_EFFECT",message:`First side effect in ${T(t)} is at (${n}:${s})\n${_e(e,n,s)}`}}function Tt(e,t,n,s){return{code:"INCONSISTENT_IMPORT_ATTRIBUTES",message:`Module "${T(s)}" tried to import "${T(n)}" with ${zt(t)} attributes, but it was already imported elsewhere with ${zt(e)} attributes. Please ensure that import attributes for the same module are always consistent.`}}const zt=e=>{const t=Object.entries(e);return 0===t.length?"no":t.map((([e,t])=>`"${e}": "${t}"`)).join(", ")};function Vt(e,t,n){return{code:"INVALID_ANNOTATION",id:t,message:`A comment\n\n"${e}"\n\nin "${T(t)}" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.`,url:Re("noSideEffects"===n?"configuration-options/#no-side-effects":"configuration-options/#pure")}}function Ft(e,t,n){return{code:ct,message:`"${e}" was specified for "output.exports", but entry module "${T(n)}" has the following exports: ${De(t)}`,url:Re(Ve)}}function jt(e){return{code:dt,message:`Rollup could not statically analyze an import attribute of a dynamic import in "${T(e)}". Import attributes need to have string keys and values. The attribute will be removed.`}}function Ut(e,t,n,s){return{code:ht,message:`Invalid value ${void 0===s?"":`${JSON.stringify(s)} `}for option "${e}" - ${n}.`,url:Re(t)}}function Gt(e,t,n){const s=".json"===C(n);return{binding:e,code:gt,exporter:n,id:t,message:`"${e}" is not exported by "${T(n)}", imported by "${T(t)}".${s?" (Note that you need @rollup/plugin-json to import JSON files)":""}`,url:Re(Le)}}function Wt(e){const t=[...e.implicitlyLoadedBefore].map((e=>T(e.id))).sort();return{code:bt,message:`Module "${T(e.id)}" that should be implicitly loaded before ${De(t)} is not included in the module graph. Either it was not imported by an included module or only via a tree-shaken dynamic import, or no imported bindings were used and it had otherwise no side-effects.`}}function Ht(e,t,n){return{code:St,message:`${n}, there are\n${e} chunks, of which\n${t} are below minChunkSize.`}}function qt(e,t,{hook:n,id:s}={}){const i=e.code;return e.pluginCode||null==i||"string"==typeof i&&("string"!=typeof i||i.startsWith("PLUGIN_"))||(e.pluginCode=i),e.code=It,e.plugin=t,n&&(e.hook=n),s&&(e.id=s),e}function Kt(e){return{code:Pt,message:`Multiple conflicting contents for sourcemap source ${e}`}}function Yt(e,t,n){const s=n?"reexport":"import";return{code:kt,exporter:e,message:`The named export "${t}" was ${s}ed from the external module "${T(e)}" even though its interop type is "defaultOnly". Either remove or change this ${s} or change the value of the "output.interop" option.`,url:Re(We)}}function Xt(e){return{code:kt,exporter:e,message:`There was a namespace "*" reexport from the external module "${T(e)}" even though its interop type is "defaultOnly". This will be ignored as namespace reexports only reexport named exports. If this is not intended, either remove or change this reexport or change the value of the "output.interop" option.`,url:Re(We)}}function Jt(e){return{code:Mt,message:e}}function Zt(e,t,n,s,i){!function(e,t,n,s,i,r){if(n||i){const n=function(e,t,n){return{code:it,message:e,url:Re(t),...n?{plugin:n}:{}}}(e,t,r);if(i)return Ye(n);s(we,n)}}(e,t,n,s.onLog,s.strictDeprecations,i)}class Qt{constructor(e,t,n,s,i,r){this.options=e,this.id=t,this.renormalizeRenderPath=i,this.dynamicImporters=[],this.execIndex=1/0,this.exportedVariables=new Map,this.importers=[],this.reexported=!1,this.used=!1,this.declarations=new Map,this.mostCommonSuggestion=0,this.nameSuggestions=new Map,this.suggestedVariableName=Ae(t.split(/[/\\]/).pop());const{importers:o,dynamicImporters:a}=this;this.info={ast:null,attributes:r,code:null,dynamicallyImportedIdResolutions:ye,dynamicallyImportedIds:ye,get dynamicImporters(){return a.sort()},exportedBindings:null,exports:null,hasDefaultExport:null,id:t,implicitlyLoadedAfterOneOf:ye,implicitlyLoadedBefore:ye,importedIdResolutions:ye,importedIds:ye,get importers(){return o.sort()},isEntry:!1,isExternal:!0,isIncluded:null,meta:s,moduleSideEffects:n,syntheticNamedExports:!1}}getVariableForExportName(e){const t=this.declarations.get(e);if(t)return[t];const n=new fe(this,e);return this.declarations.set(e,n),this.exportedVariables.set(n,e),[n]}suggestName(e){const t=(this.nameSuggestions.get(e)??0)+1;this.nameSuggestions.set(e,t),t>this.mostCommonSuggestion&&(this.mostCommonSuggestion=t,this.suggestedVariableName=e)}warnUnusedImports(){const e=[...this.declarations].filter((([e,t])=>"*"!==e&&!t.included&&!this.reexported&&!t.referenced)).map((([e])=>e));if(0===e.length)return;const t=new Set;for(const n of e)for(const e of this.declarations.get(n).module.importers)t.add(e);const n=[...t];var s,i,r;this.options.onLog(we,{code:"UNUSED_EXTERNAL_IMPORT",exporter:s=this.id,ids:r=n,message:`${De(i=e,["is","are"])} imported from external module "${s}" but never used in ${De(r.map((e=>T(e))))}.`,names:i})}}const en={ArrayPattern(e,t){for(const n of t.elements)n&&en[n.type](e,n)},AssignmentPattern(e,t){en[t.left.type](e,t.left)},Identifier(e,t){e.push(t.name)},MemberExpression(){},ObjectPattern(e,t){for(const n of t.properties)"RestElement"===n.type?en.RestElement(e,n):en[n.value.type](e,n.value)},RestElement(e,t){en[t.argument.type](e,t.argument)}},tn=function(e){const t=[];return en[e.type](t,e),t};function nn(){return{brokenFlow:!1,hasBreak:!1,hasContinue:!1,includedCallArguments:new Set,includedLabels:new Set}}function sn(){return{accessed:new te,assigned:new te,brokenFlow:!1,called:new se,hasBreak:!1,hasContinue:!1,ignore:{breaks:!1,continues:!1,labels:new Set,returnYield:!1,this:!1},includedLabels:new Set,instantiated:new se,replacedVariableInits:new Map}}function rn(e,t=null){return Object.create(t,e)}new Set("break case class catch const continue debugger default delete do else export extends finally for function if import in instanceof let new return super switch this throw try typeof var void while with yield enum await implements package protected static interface private public arguments Infinity NaN undefined null true false eval uneval isFinite isNaN parseFloat parseInt decodeURI decodeURIComponent encodeURI encodeURIComponent escape unescape Object Function Boolean Symbol Error EvalError InternalError RangeError ReferenceError SyntaxError TypeError URIError Number Math Date String RegExp Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array Map Set WeakMap WeakSet SIMD ArrayBuffer DataView JSON Promise Generator GeneratorFunction Reflect Proxy Intl".split(" ")).add("");const on=new class extends oe{getLiteralValueAtPath(){}},an={value:{hasEffectsWhenCalled:null,returns:ae}},ln=new class extends oe{getReturnExpressionWhenCalledAtPath(e){return 1===e.length?$n(gn,e[0]):le}hasEffectsOnInteractionAtPath(e,t,n){return 0===t.type?e.length>1:2!==t.type||1!==e.length||xn(gn,e[0],t,n)}},cn={value:{hasEffectsWhenCalled:null,returns:ln}},dn=new class extends oe{getReturnExpressionWhenCalledAtPath(e){return 1===e.length?$n(yn,e[0]):le}hasEffectsOnInteractionAtPath(e,t,n){return 0===t.type?e.length>1:2!==t.type||1!==e.length||xn(yn,e[0],t,n)}},un={value:{hasEffectsWhenCalled:null,returns:dn}},hn=new class extends oe{getReturnExpressionWhenCalledAtPath(e){return 1===e.length?$n(En,e[0]):le}hasEffectsOnInteractionAtPath(e,t,n){return 0===t.type?e.length>1:2!==t.type||1!==e.length||xn(En,e[0],t,n)}},pn={value:{hasEffectsWhenCalled:null,returns:hn}},fn={value:{hasEffectsWhenCalled({args:e},t){const n=e[2];return e.length<3||"symbol"==typeof n.getLiteralValueAtPath(X,ne,{deoptimizeCache(){}})&&n.hasEffectsOnInteractionAtPath(X,he,t)},returns:hn}},mn=rn({hasOwnProperty:cn,isPrototypeOf:cn,propertyIsEnumerable:cn,toLocaleString:pn,toString:pn,valueOf:an}),gn=rn({valueOf:cn},mn),yn=rn({toExponential:pn,toFixed:pn,toLocaleString:pn,toPrecision:pn,valueOf:un},mn),bn=rn({exec:an,test:cn},mn),En=rn({anchor:pn,at:an,big:pn,blink:pn,bold:pn,charAt:pn,charCodeAt:un,codePointAt:an,concat:pn,endsWith:cn,fixed:pn,fontcolor:pn,fontsize:pn,includes:cn,indexOf:un,italics:pn,lastIndexOf:un,link:pn,localeCompare:un,match:an,matchAll:an,normalize:pn,padEnd:pn,padStart:pn,repeat:pn,replace:fn,replaceAll:fn,search:un,slice:pn,small:pn,split:an,startsWith:cn,strike:pn,sub:pn,substr:pn,substring:pn,sup:pn,toLocaleLowerCase:pn,toLocaleUpperCase:pn,toLowerCase:pn,toString:pn,toUpperCase:pn,trim:pn,trimEnd:pn,trimLeft:pn,trimRight:pn,trimStart:pn,valueOf:pn},mn);function xn(e,t,n,s){return"string"!=typeof t||!e[t]||(e[t].hasEffectsWhenCalled?.(n,s)||!1)}function $n(e,t){return"string"==typeof t&&e[t]?[e[t].returns,!1]:le}const An=["var","let","const","init","get","set","constructor","method","-","+","!","~","typeof","void","delete","++","--","==","!=","===","!==","<","<=",">",">=","<<",">>",">>>","+","-","*","/","%","|","^","&","||","&&","in","instanceof","**","??","=","+=","-=","*=","/=","%=","<<=",">>=",">>>=","|=","^=","&=","**=","&&=","||=","??=","pure","noSideEffects"],wn=(e,t,n)=>{const s=t[e],i=Sn[s];if(!i)throw console.trace(),new Error(`Unknown node type: ${s}`);return i(e+1,t,n)},Sn=[(e,t,n)=>({type:"ArrayExpression",start:t[e++],end:t[e++],elements:vn(e,t,n)}),(e,t,n)=>({type:"ArrayPattern",start:t[e++],end:t[e++],elements:vn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=!!t[e++],a=!!t[e++],l=vn(t[e++],t,n),c=wn(t[e++],t,n),d=In(e,t);return kn({type:"ArrowFunctionExpression",start:s,end:i,async:r,body:c,expression:a,generator:o,id:null,params:l},d,Cn)},(e,t,n)=>{const s=t[e++],i=t[e++],r=An[t[e++]],o=wn(t[e++],t,n);return{type:"AssignmentExpression",start:s,end:i,left:wn(e,t,n),operator:r,right:o}},(e,t,n)=>{const s=t[e++],i=t[e++],r=wn(t[e++],t,n);return{type:"AssignmentPattern",start:s,end:i,left:wn(e,t,n),right:r}},(e,t,n)=>{const s=t[e++],i=t[e++];return{type:"AwaitExpression",start:s,argument:wn(e,t,n),end:i}},(e,t,n)=>{const s=t[e++],i=t[e++],r=An[t[e++]],o=wn(t[e++],t,n);return{type:"BinaryExpression",start:s,end:i,left:wn(e,t,n),operator:r,right:o}},(e,t,n)=>{const s=t[e++],i=t[e++];return{type:"BlockStatement",start:s,body:vn(e,t,n),end:i}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"BreakStatement",start:s,end:i,label:r?wn(r,t,n):null}},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=wn(t[e++],t,n),a=vn(t[e++],t,n),l=In(e,t);return kn({type:"CallExpression",start:s,end:i,arguments:a,callee:o,optional:r},l,Cn)},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"CatchClause",start:s,end:i,body:wn(t[e],t,n),param:r?wn(r,t,n):null}},(e,t,n)=>({type:"ChainExpression",start:t[e++],end:t[e++],expression:wn(e,t,n)}),(e,t,n)=>({type:"ClassBody",start:t[e++],end:t[e++],body:vn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=t[e++];return{type:"ClassDeclaration",start:s,end:i,body:wn(t[e],t,n),id:r?wn(r,t,n):null,superClass:o?wn(o,t,n):null}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=t[e++];return{type:"ClassExpression",start:s,end:i,body:wn(t[e],t,n),id:r?wn(r,t,n):null,superClass:o?wn(o,t,n):null}},(e,t,n)=>{const s=t[e++],i=t[e++],r=wn(t[e++],t,n);return{type:"ConditionalExpression",start:s,end:i,alternate:wn(t[e++],t,n),consequent:r,test:wn(e,t,n)}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e];return{type:"ContinueStatement",start:s,end:i,label:r?wn(r,t,n):null}},(e,t)=>({type:"DebuggerStatement",start:t[e++],end:t[e++]}),(e,t,n)=>{const s=t[e++],i=t[e++],r=wn(t[e++],t,n);return{type:"DoWhileStatement",start:s,end:i,body:wn(e,t,n),test:r}},(e,t)=>({type:"EmptyStatement",start:t[e++],end:t[e++]}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=wn(t[e++],t,n),a=vn(t[e],t,n);return{type:"ExportAllDeclaration",start:s,end:i,exported:r?wn(r,t,n):null,source:o,attributes:a}},(e,t,n)=>({type:"ExportDefaultDeclaration",start:t[e++],end:t[e++],declaration:wn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=t[e++],a=vn(t[e++],t,n),l=vn(e,t,n);return{type:"ExportNamedDeclaration",start:s,end:i,declaration:r?wn(r,t,n):null,source:o?wn(o,t,n):null,specifiers:l,attributes:a}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=wn(e,t,n);return{type:"ExportSpecifier",start:s,end:i,exported:r?wn(r,t,n):o,local:o}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"ExpressionStatement",start:s,end:i,expression:wn(e,t,n),...r?{directive:Nn(r,t,n)}:{}}},(e,t,n)=>{const s=t[e++],i=t[e++],r=wn(t[e++],t,n);return{type:"ForInStatement",start:s,end:i,body:wn(t[e++],t,n),left:wn(e,t,n),right:r}},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=wn(t[e++],t,n);return{type:"ForOfStatement",start:s,end:i,await:r,body:wn(t[e++],t,n),left:wn(e,t,n),right:o}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=t[e++],a=t[e++];return{type:"ForStatement",start:s,end:i,body:wn(t[e],t,n),init:r?wn(r,t,n):null,test:o?wn(o,t,n):null,update:a?wn(a,t,n):null}},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=!!t[e++],a=t[e++],l=vn(t[e++],t,n),c=wn(t[e++],t,n),d=In(e,t);return kn({type:"FunctionDeclaration",start:s,end:i,async:r,body:c,expression:!1,generator:o,id:a?wn(a,t,n):null,params:l},d,Cn)},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=!!t[e++],a=t[e++],l=vn(t[e++],t,n),c=wn(t[e++],t,n),d=In(e,t);return kn({type:"FunctionExpression",start:s,end:i,async:r,body:c,expression:!1,generator:o,id:a?wn(a,t,n):null,params:l},d,Cn)},(e,t,n)=>({type:"Identifier",start:t[e++],end:t[e++],name:Nn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=wn(t[e++],t,n),o=t[e++],a=wn(e,t,n);return{type:"IfStatement",start:s,end:i,alternate:o?wn(o,t,n):null,consequent:r,test:a}},(e,t,n)=>{const s=t[e++],i=t[e++],r=wn(t[e++],t,n);return{type:"ImportAttribute",start:s,end:i,key:wn(e,t,n),value:r}},(e,t,n)=>{const s=t[e++],i=t[e++],r=wn(t[e++],t,n),o=vn(t[e++],t,n);return{type:"ImportDeclaration",start:s,end:i,source:r,specifiers:vn(e,t,n),attributes:o}},(e,t,n)=>({type:"ImportDefaultSpecifier",start:t[e++],end:t[e++],local:wn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"ImportExpression",start:s,end:i,source:wn(e,t,n),options:r?wn(r,t,n):null}},(e,t,n)=>({type:"ImportNamespaceSpecifier",start:t[e++],end:t[e++],local:wn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=wn(t[e],t,n);return{type:"ImportSpecifier",start:s,end:i,imported:r?wn(r,t,n):o,local:o}},(e,t,n)=>({type:"LabeledStatement",start:t[e++],end:t[e++],body:wn(t[e++],t,n),label:wn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"Literal",start:s,end:i,raw:r?Nn(r,t,n):void 0,value:Nn(e,t,n)}},(e,t)=>{const n=t[e++],s=t[e++],i=!!t[e++];return{type:"Literal",start:n,end:s,raw:i?"true":"false",value:i}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"Literal",start:s,end:i,raw:r?Nn(r,t,n):void 0,value:new DataView(t.buffer).getFloat64(e<<2,!0)}},(e,t)=>({type:"Literal",start:t[e++],end:t[e++],raw:"null",value:null}),(e,t,n)=>{const s=t[e++],i=t[e++],r=Nn(t[e++],t,n),o=Nn(e,t,n);return{type:"Literal",start:s,end:i,raw:`/${r}/${o}`,regex:{flags:o,pattern:r},value:new RegExp(r,o)}},(e,t,n)=>{const s=t[e++],i=t[e++],r=Nn(t[e++],t,n);return{type:"Literal",start:s,end:i,bigint:r,raw:Nn(e,t,n),value:BigInt(r)}},(e,t,n)=>{const s=t[e++],i=t[e++],r=An[t[e++]],o=wn(t[e++],t,n);return{type:"LogicalExpression",start:s,end:i,left:wn(e,t,n),operator:r,right:o}},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=!!t[e++],a=wn(t[e++],t,n);return{type:"MemberExpression",start:s,end:i,computed:o,object:wn(e,t,n),optional:r,property:a}},(e,t,n)=>{const s=t[e++],i=t[e++],r=wn(t[e++],t,n);return{type:"MetaProperty",start:s,end:i,meta:wn(e,t,n),property:r}},(e,t,n)=>{const s=t[e++],i=t[e++],r=An[t[e++]],o=!!t[e++],a=!!t[e++],l=wn(t[e++],t,n);return{type:"MethodDefinition",start:s,end:i,computed:o,key:wn(e,t,n),kind:r,static:a,value:l}},(e,t,n)=>{const s=t[e++],i=t[e++],r=wn(t[e++],t,n),o=t[e++],a=In(e,t);return kn({type:"NewExpression",start:s,end:i,arguments:o?vn(o,t,n):[],callee:r},a,Cn)},(e,t,n)=>({type:"ObjectExpression",start:t[e++],end:t[e++],properties:vn(e,t,n)}),(e,t,n)=>({type:"ObjectPattern",start:t[e++],end:t[e++],properties:vn(e,t,n)}),(e,t,n)=>({type:"PrivateIdentifier",start:t[e++],end:t[e++],name:Nn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=In(t[e++],t),o=vn(e,t,n);return kn({type:"Program",start:s,end:i,body:o,sourceType:"module"},r,On)},(e,t,n)=>{const s=t[e++],i=t[e++],r=An[t[e++]],o=!!t[e++],a=!!t[e++],l=!!t[e++],c=wn(t[e++],t,n),d=t[e];return{type:"Property",start:s,end:i,computed:a,key:c,kind:r,method:o,shorthand:l,value:d?wn(d,t,n):{...c}}},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=!!t[e++],a=t[e++];return{type:"PropertyDefinition",start:s,end:i,computed:r,key:wn(e,t,n),static:o,value:a?wn(a,t,n):null}},(e,t,n)=>({type:"RestElement",start:t[e++],end:t[e++],argument:wn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e];return{type:"ReturnStatement",start:s,end:i,argument:r?wn(r,t,n):null}},(e,t,n)=>({type:"SequenceExpression",start:t[e++],end:t[e++],expressions:vn(e,t,n)}),(e,t,n)=>({type:"SpreadElement",start:t[e++],end:t[e++],argument:wn(e,t,n)}),(e,t,n)=>({type:"StaticBlock",start:t[e++],end:t[e++],body:vn(e,t,n)}),(e,t)=>({type:"Super",start:t[e++],end:t[e++]}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"SwitchCase",start:s,end:i,consequent:vn(t[e],t,n),test:r?wn(r,t,n):null}},(e,t,n)=>({type:"SwitchStatement",start:t[e++],end:t[e++],cases:vn(t[e++],t,n),discriminant:wn(e,t,n)}),(e,t,n)=>({type:"TaggedTemplateExpression",start:t[e++],end:t[e++],quasi:wn(t[e++],t,n),tag:wn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=t[e++],a=Nn(e,t,n);return{type:"TemplateElement",start:s,end:i,tail:r,value:{cooked:o?Nn(o,t,n):null,raw:a}}},(e,t,n)=>({type:"TemplateLiteral",start:t[e++],end:t[e++],expressions:vn(t[e++],t,n),quasis:vn(e,t,n)}),(e,t)=>({type:"ThisExpression",start:t[e++],end:t[e++]}),(e,t,n)=>({type:"ThrowStatement",start:t[e++],end:t[e++],argument:wn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++],o=t[e++];return{type:"TryStatement",start:s,end:i,block:wn(e,t,n),finalizer:o?wn(o,t,n):null,handler:r?wn(r,t,n):null}},(e,t,n)=>{const s=t[e++],i=t[e++],r=An[t[e++]];return{type:"UnaryExpression",start:s,end:i,argument:wn(e,t,n),operator:r,prefix:!0}},(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=An[t[e++]];return{type:"UpdateExpression",start:s,end:i,argument:wn(e,t,n),operator:o,prefix:r}},(e,t,n)=>{const s=t[e++],i=t[e++],r=An[t[e++]];return{type:"VariableDeclaration",start:s,end:i,declarations:vn(e,t,n),kind:r}},(e,t,n)=>{const s=t[e++],i=t[e++],r=t[e++];return{type:"VariableDeclarator",start:s,end:i,id:wn(e,t,n),init:r?wn(r,t,n):null}},(e,t,n)=>({type:"WhileStatement",start:t[e++],end:t[e++],body:wn(t[e++],t,n),test:wn(e,t,n)}),(e,t,n)=>{const s=t[e++],i=t[e++],r=!!t[e++],o=t[e];return{type:"YieldExpression",start:s,end:i,argument:o?wn(o,t,n):null,delegate:r}},(e,t,n)=>{const s=t[e++];Ye(function(e,t){return{code:vt,message:e,pos:t}}(Nn(e,t,n),s))}],vn=(e,t,n)=>{const s=t[e++],i=[];for(let r=0;r<s;r++){const s=t[e++];i.push(s?wn(s,t,n):null)}return i},In=(e,t)=>{const n=t[e++],s=[];for(let i=0;i<n;i++)s.push(Pn(t[e++],t));return s},Pn=(e,t)=>{const n=t[e++];return{end:t[e++],start:n,type:An[t[e]]}},kn=(e,t,n)=>t.length>0?{...e,[n]:t}:e,Nn=(e,t,n)=>{const s=t[e++];return n(e<<2,s)},Cn="_rollupAnnotations",On="_rollupRemoved",Mn={Literal:[],Program:["body"]};const _n="variables";class Dn extends oe{constructor(e,t,n,s=!1){super(),this.deoptimized=!1,this.esTreeNode=s?e:null,this.keys=Mn[e.type]||function(e){return Mn[e.type]=Object.keys(e).filter((t=>"object"==typeof e[t]&&95!==t.charCodeAt(0))),Mn[e.type]}(e),this.parent=t,this.context=t.context,this.createScope(n),this.parseNode(e),this.initialise(),this.context.magicString.addSourcemapLocation(this.start),this.context.magicString.addSourcemapLocation(this.end)}addExportedVariables(e,t){}bind(){for(const e of this.keys){const t=this[e];if(Array.isArray(t))for(const e of t)e?.bind();else t&&t.bind()}}createScope(e){this.scope=e}hasEffects(e){this.deoptimized||this.applyDeoptimizations();for(const t of this.keys){const n=this[t];if(null!==n)if(Array.isArray(n)){for(const t of n)if(t?.hasEffects(e))return!0}else if(n.hasEffects(e))return!0}return!1}hasEffectsAsAssignmentTarget(e,t){return this.hasEffects(e)||this.hasEffectsOnInteractionAtPath(X,this.assignmentInteraction,e)}include(e,t,n){this.deoptimized||this.applyDeoptimizations(),this.included=!0;for(const n of this.keys){const s=this[n];if(null!==s)if(Array.isArray(s))for(const n of s)n?.include(e,t);else s.include(e,t)}}includeAsAssignmentTarget(e,t,n){this.include(e,t)}initialise(){}parseNode(e,t){for(const[n,s]of Object.entries(e))if(!this.hasOwnProperty(n))if(95===n.charCodeAt(0)){if(n===Cn){const e=s;this.annotations=e,this.context.options.treeshake.annotations&&(this.annotationNoSideEffects=e.some((e=>"noSideEffects"===e.type)),this.annotationPure=e.some((e=>"pure"===e.type)))}else if(n===On)for(const{start:e,end:t,type:n}of s)this.context.magicString.remove(e,t),"pure"!==n&&"noSideEffects"!==n||this.context.log(we,Vt(this.context.code.slice(e,t),this.context.module.id,n),e)}else if("object"!=typeof s||null===s)this[n]=s;else if(Array.isArray(s)){this[n]=[];for(const e of s)this[n].push(null===e?null:new(this.context.getNodeConstructor(e.type))(e,this,this.scope,t?.includes(n)))}else this[n]=new(this.context.getNodeConstructor(s.type))(s,this,this.scope,t?.includes(n))}removeAnnotations(e){if(this.annotations)for(const t of this.annotations)e.remove(t.start,t.end)}render(e,t){for(const n of this.keys){const s=this[n];if(null!==s)if(Array.isArray(s))for(const n of s)n?.render(e,t);else s.render(e,t)}}setAssignedValue(e){this.assignmentInteraction={args:[null,e],type:1}}shouldBeIncluded(e){return this.included||!e.brokenFlow&&this.hasEffects(sn())}applyDeoptimizations(){this.deoptimized=!0;for(const e of this.keys){const t=this[e];if(null!==t)if(Array.isArray(t))for(const e of t)e?.deoptimizePath(J);else t.deoptimizePath(J)}this.context.requestTreeshakingPass()}}class Rn extends Dn{deoptimizeArgumentsOnInteractionAtPath(e,t,n){t.length>0&&this.argument.deoptimizeArgumentsOnInteractionAtPath(e,[H,...t],n)}hasEffects(e){this.deoptimized||this.applyDeoptimizations();const{propertyReadSideEffects:t}=this.context.options.treeshake;return this.argument.hasEffects(e)||t&&("always"===t||this.argument.hasEffectsOnInteractionAtPath(J,de,e))}applyDeoptimizations(){this.deoptimized=!0,this.argument.deoptimizePath([H,H]),this.context.requestTreeshakingPass()}}class Ln extends oe{constructor(e){super(),this.description=e}deoptimizeArgumentsOnInteractionAtPath({args:e,type:t},n){2===t&&0===n.length&&this.description.mutatesSelfAsArray&&e[0]?.deoptimizePath(Q)}getReturnExpressionWhenCalledAtPath(e,{args:t}){return e.length>0?le:[this.description.returnsPrimitive||("self"===this.description.returns?t[0]||ae:this.description.returns()),!1]}hasEffectsOnInteractionAtPath(e,t,n){const{type:s}=t;if(e.length>(0===s?1:0))return!0;if(2===s){const{args:e}=t;if(!0===this.description.mutatesSelfAsArray&&e[0]?.hasEffectsOnInteractionAtPath(Q,ue,n))return!0;if(this.description.callsArgs)for(const t of this.description.callsArgs)if(e[t+1]?.hasEffectsOnInteractionAtPath(X,he,n))return!0}return!1}}const Bn=[new Ln({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:ln})],Tn=[new Ln({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:hn})],zn=[new Ln({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:dn})],Vn=[new Ln({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:ae})],Fn=/^\d+$/;class jn extends oe{constructor(e,t,n=!1){if(super(),this.prototypeExpression=t,this.immutable=n,this.additionalExpressionsToBeDeoptimized=new Set,this.allProperties=[],this.deoptimizedPaths=Object.create(null),this.expressionsToBeDeoptimizedByKey=Object.create(null),this.gettersByKey=Object.create(null),this.hasLostTrack=!1,this.hasUnknownDeoptimizedInteger=!1,this.hasUnknownDeoptimizedProperty=!1,this.propertiesAndGettersByKey=Object.create(null),this.propertiesAndSettersByKey=Object.create(null),this.settersByKey=Object.create(null),this.unknownIntegerProps=[],this.unmatchableGetters=[],this.unmatchablePropertiesAndGetters=[],this.unmatchableSetters=[],Array.isArray(e))this.buildPropertyMaps(e);else{this.propertiesAndGettersByKey=this.propertiesAndSettersByKey=e;for(const t of Object.values(e))this.allProperties.push(...t)}}deoptimizeAllProperties(e){const t=this.hasLostTrack||this.hasUnknownDeoptimizedProperty;if(e?this.hasUnknownDeoptimizedProperty=!0:this.hasLostTrack=!0,!t){for(const e of[...Object.values(this.propertiesAndGettersByKey),...Object.values(this.settersByKey)])for(const t of e)t.deoptimizePath(J);this.prototypeExpression?.deoptimizePath([H,H]),this.deoptimizeCachedEntities()}}deoptimizeArgumentsOnInteractionAtPath(e,t,n){const[s,...i]=t,{args:r,type:o}=e;if(this.hasLostTrack||(2===o||t.length>1)&&(this.hasUnknownDeoptimizedProperty||"string"==typeof s&&this.deoptimizedPaths[s]))return void ce(e);const[a,l,c]=2===o||t.length>1?[this.propertiesAndGettersByKey,this.propertiesAndGettersByKey,this.unmatchablePropertiesAndGetters]:0===o?[this.propertiesAndGettersByKey,this.gettersByKey,this.unmatchableGetters]:[this.propertiesAndSettersByKey,this.settersByKey,this.unmatchableSetters];if("string"==typeof s){if(a[s]){const t=l[s];if(t)for(const s of t)s.deoptimizeArgumentsOnInteractionAtPath(e,i,n);if(!this.immutable)for(const e of r)e&&this.additionalExpressionsToBeDeoptimized.add(e);return}for(const t of c)t.deoptimizeArgumentsOnInteractionAtPath(e,i,n);if(Fn.test(s))for(const t of this.unknownIntegerProps)t.deoptimizeArgumentsOnInteractionAtPath(e,i,n)}else{for(const t of[...Object.values(l),c])for(const s of t)s.deoptimizeArgumentsOnInteractionAtPath(e,i,n);for(const t of this.unknownIntegerProps)t.deoptimizeArgumentsOnInteractionAtPath(e,i,n)}if(!this.immutable)for(const e of r)e&&this.additionalExpressionsToBeDeoptimized.add(e);this.prototypeExpression?.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizeIntegerProperties(){if(!(this.hasLostTrack||this.hasUnknownDeoptimizedProperty||this.hasUnknownDeoptimizedInteger)){this.hasUnknownDeoptimizedInteger=!0;for(const[e,t]of Object.entries(this.propertiesAndGettersByKey))if(Fn.test(e))for(const e of t)e.deoptimizePath(J);this.deoptimizeCachedIntegerEntities()}}deoptimizePath(e){if(this.hasLostTrack||this.immutable)return;const t=e[0];if(1===e.length){if("string"!=typeof t)return t===K?this.deoptimizeIntegerProperties():this.deoptimizeAllProperties(t===q);if(!this.deoptimizedPaths[t]){this.deoptimizedPaths[t]=!0;const e=this.expressionsToBeDeoptimizedByKey[t];if(e)for(const t of e)t.deoptimizeCache()}}const n=1===e.length?J:e.slice(1);for(const e of"string"==typeof t?[...this.propertiesAndGettersByKey[t]||this.unmatchablePropertiesAndGetters,...this.settersByKey[t]||this.unmatchableSetters]:this.allProperties)e.deoptimizePath(n);this.prototypeExpression?.deoptimizePath(1===e.length?[...e,H]:e)}getLiteralValueAtPath(e,t,n){if(0===e.length)return re;const s=e[0],i=this.getMemberExpressionAndTrackDeopt(s,n);return i?i.getLiteralValueAtPath(e.slice(1),t,n):this.prototypeExpression?this.prototypeExpression.getLiteralValueAtPath(e,t,n):1!==e.length?ie:void 0}getReturnExpressionWhenCalledAtPath(e,t,n,s){if(0===e.length)return le;const[i,...r]=e,o=this.getMemberExpressionAndTrackDeopt(i,s);return o?o.getReturnExpressionWhenCalledAtPath(r,t,n,s):this.prototypeExpression?this.prototypeExpression.getReturnExpressionWhenCalledAtPath(e,t,n,s):le}hasEffectsOnInteractionAtPath(e,t,n){const[s,...i]=e;if(i.length>0||2===t.type){const r=this.getMemberExpression(s);return r?r.hasEffectsOnInteractionAtPath(i,t,n):!this.prototypeExpression||this.prototypeExpression.hasEffectsOnInteractionAtPath(e,t,n)}if(s===q)return!1;if(this.hasLostTrack)return!0;const[r,o,a]=0===t.type?[this.propertiesAndGettersByKey,this.gettersByKey,this.unmatchableGetters]:[this.propertiesAndSettersByKey,this.settersByKey,this.unmatchableSetters];if("string"==typeof s){if(r[s]){const e=o[s];if(e)for(const s of e)if(s.hasEffectsOnInteractionAtPath(i,t,n))return!0;return!1}for(const e of a)if(e.hasEffectsOnInteractionAtPath(i,t,n))return!0}else for(const e of[...Object.values(o),a])for(const s of e)if(s.hasEffectsOnInteractionAtPath(i,t,n))return!0;return!!this.prototypeExpression&&this.prototypeExpression.hasEffectsOnInteractionAtPath(e,t,n)}buildPropertyMaps(e){const{allProperties:t,propertiesAndGettersByKey:n,propertiesAndSettersByKey:s,settersByKey:i,gettersByKey:r,unknownIntegerProps:o,unmatchablePropertiesAndGetters:a,unmatchableGetters:l,unmatchableSetters:c}=this,d=[];for(let u=e.length-1;u>=0;u--){const{key:h,kind:p,property:f}=e[u];if(t.push(f),"string"==typeof h)"set"===p?s[h]||(s[h]=[f,...d],i[h]=[f,...c]):"get"===p?n[h]||(n[h]=[f,...a],r[h]=[f,...l]):(s[h]||(s[h]=[f,...d]),n[h]||(n[h]=[f,...a]));else{if(h===K){o.push(f);continue}"set"===p&&c.push(f),"get"===p&&l.push(f),"get"!==p&&d.push(f),"set"!==p&&a.push(f)}}}deoptimizeCachedEntities(){for(const e of Object.values(this.expressionsToBeDeoptimizedByKey))for(const t of e)t.deoptimizeCache();for(const e of this.additionalExpressionsToBeDeoptimized)e.deoptimizePath(J)}deoptimizeCachedIntegerEntities(){for(const[e,t]of Object.entries(this.expressionsToBeDeoptimizedByKey))if(Fn.test(e))for(const e of t)e.deoptimizeCache();for(const e of this.additionalExpressionsToBeDeoptimized)e.deoptimizePath(Q)}getMemberExpression(e){if(this.hasLostTrack||this.hasUnknownDeoptimizedProperty||"string"!=typeof e||this.hasUnknownDeoptimizedInteger&&Fn.test(e)||this.deoptimizedPaths[e])return ae;const t=this.propertiesAndGettersByKey[e];return 1===t?.length?t[0]:t||this.unmatchablePropertiesAndGetters.length>0||this.unknownIntegerProps.length>0&&Fn.test(e)?ae:null}getMemberExpressionAndTrackDeopt(e,t){if("string"!=typeof e)return ae;const n=this.getMemberExpression(e);if(n!==ae&&!this.immutable){(this.expressionsToBeDeoptimizedByKey[e]=this.expressionsToBeDeoptimizedByKey[e]||[]).push(t)}return n}}const Un=e=>"string"==typeof e&&/^\d+$/.test(e),Gn=new class extends oe{deoptimizeArgumentsOnInteractionAtPath(e,t){2!==e.type||1!==t.length||Un(t[0])||ce(e)}getLiteralValueAtPath(e){return 1===e.length&&Un(e[0])?void 0:ie}hasEffectsOnInteractionAtPath(e,{type:t}){return e.length>1||2===t}},Wn=new jn({__proto__:null,hasOwnProperty:Bn,isPrototypeOf:Bn,propertyIsEnumerable:Bn,toLocaleString:Tn,toString:Tn,valueOf:Vn},Gn,!0),Hn=[{key:K,kind:"init",property:ae},{key:"length",kind:"init",property:dn}],qn=[new Ln({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:ln})],Kn=[new Ln({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:dn})],Yn=[new Ln({callsArgs:null,mutatesSelfAsArray:!0,returns:()=>new jn(Hn,is),returnsPrimitive:null})],Xn=[new Ln({callsArgs:null,mutatesSelfAsArray:"deopt-only",returns:()=>new jn(Hn,is),returnsPrimitive:null})],Jn=[new Ln({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:()=>new jn(Hn,is),returnsPrimitive:null})],Zn=[new Ln({callsArgs:null,mutatesSelfAsArray:!0,returns:null,returnsPrimitive:dn})],Qn=[new Ln({callsArgs:null,mutatesSelfAsArray:!0,returns:null,returnsPrimitive:ae})],es=[new Ln({callsArgs:null,mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:ae})],ts=[new Ln({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:ae})],ns=[new Ln({callsArgs:null,mutatesSelfAsArray:!0,returns:"self",returnsPrimitive:null})],ss=[new Ln({callsArgs:[0],mutatesSelfAsArray:!0,returns:"self",returnsPrimitive:null})],is=new jn({__proto__:null,at:es,concat:Xn,copyWithin:ns,entries:Xn,every:qn,fill:ns,filter:Jn,find:ts,findIndex:Kn,findLast:ts,findLastIndex:Kn,flat:Xn,flatMap:Jn,forEach:ts,includes:Bn,indexOf:zn,join:Tn,keys:Vn,lastIndexOf:zn,map:Jn,pop:Qn,push:Zn,reduce:ts,reduceRight:ts,reverse:ns,shift:Qn,slice:Xn,some:qn,sort:ss,splice:Yn,toLocaleString:Tn,toString:Tn,unshift:Zn,values:es},Wn,!0);class rs extends Dn{constructor(){super(...arguments),this.objectEntity=null}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.getObjectEntity().deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){this.getObjectEntity().deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.getObjectEntity().getLiteralValueAtPath(e,t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,n,s)}hasEffectsOnInteractionAtPath(e,t,n){return this.getObjectEntity().hasEffectsOnInteractionAtPath(e,t,n)}applyDeoptimizations(){this.deoptimized=!0;let e=!1;for(let t=0;t<this.elements.length;t++){const n=this.elements[t];n&&(e||n instanceof Rn)&&(e=!0,n.deoptimizePath(J))}this.context.requestTreeshakingPass()}getObjectEntity(){if(null!==this.objectEntity)return this.objectEntity;const e=[{key:"length",kind:"init",property:dn}];let t=!1;for(let n=0;n<this.elements.length;n++){const s=this.elements[n];t||s instanceof Rn?s&&(t=!0,e.unshift({key:K,kind:"init",property:s})):s?e.push({key:String(n),kind:"init",property:s}):e.push({key:String(n),kind:"init",property:on})}return this.objectEntity=new jn(e,is)}}class os extends Dn{addExportedVariables(e,t){for(const n of this.elements)n?.addExportedVariables(e,t)}declare(e){const t=[];for(const n of this.elements)null!==n&&t.push(...n.declare(e,ae));return t}deoptimizePath(){for(const e of this.elements)e?.deoptimizePath(X)}hasEffectsOnInteractionAtPath(e,t,n){for(const e of this.elements)if(e?.hasEffectsOnInteractionAtPath(X,t,n))return!0;return!1}markDeclarationReached(){for(const e of this.elements)e?.markDeclarationReached()}}const as="ArrowFunctionExpression",ls="BlockStatement",cs="ExpressionStatement",ds="Identifier",us="Program";class hs extends pe{constructor(e,t,n,s){super(e),this.init=n,this.calledFromTryStatement=!1,this.additionalInitializers=null,this.expressionsToBeDeoptimized=[],this.declarations=t?[t]:[],this.deoptimizationTracker=s.deoptimizationTracker,this.module=s.module}addDeclaration(e,t){this.declarations.push(e),this.markInitializersForDeoptimization().push(t)}consolidateInitializers(){if(this.additionalInitializers){for(const e of this.additionalInitializers)e.deoptimizePath(J);this.additionalInitializers=null}}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.isReassigned?ce(e):n.withTrackedEntityAtPath(t,this.init,(()=>this.init.deoptimizeArgumentsOnInteractionAtPath(e,t,n)),void 0)}deoptimizePath(e){if(!this.isReassigned&&!this.deoptimizationTracker.trackEntityAtPathAndGetIfTracked(e,this))if(0===e.length){if(!this.isReassigned){this.isReassigned=!0;const e=this.expressionsToBeDeoptimized;this.expressionsToBeDeoptimized=ye;for(const t of e)t.deoptimizeCache();this.init.deoptimizePath(J)}}else this.init.deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.isReassigned?ie:t.withTrackedEntityAtPath(e,this.init,(()=>(this.expressionsToBeDeoptimized.push(n),this.init.getLiteralValueAtPath(e,t,n))),ie)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.isReassigned?le:n.withTrackedEntityAtPath(e,this.init,(()=>(this.expressionsToBeDeoptimized.push(s),this.init.getReturnExpressionWhenCalledAtPath(e,t,n,s))),le)}hasEffectsOnInteractionAtPath(e,t,n){switch(t.type){case 0:return!!this.isReassigned||!n.accessed.trackEntityAtPathAndGetIfTracked(e,this)&&this.init.hasEffectsOnInteractionAtPath(e,t,n);case 1:return!!this.included||0!==e.length&&(!!this.isReassigned||!n.assigned.trackEntityAtPathAndGetIfTracked(e,this)&&this.init.hasEffectsOnInteractionAtPath(e,t,n));case 2:return!!this.isReassigned||!(t.withNew?n.instantiated:n.called).trackEntityAtPathAndGetIfTracked(e,t.args,this)&&this.init.hasEffectsOnInteractionAtPath(e,t,n)}}include(){if(!this.included){this.included=!0;for(const e of this.declarations){e.included||e.include(nn(),!1);let t=e.parent;for(;!t.included&&(t.included=!0,t.type!==us);)t=t.parent}}}includeCallArguments(e,t){if(this.isReassigned||e.includedCallArguments.has(this.init))for(const n of t)n.include(e,!1);else e.includedCallArguments.add(this.init),this.init.includeCallArguments(e,t),e.includedCallArguments.delete(this.init)}markCalledFromTryStatement(){this.calledFromTryStatement=!0}markInitializersForDeoptimization(){return null===this.additionalInitializers&&(this.additionalInitializers=[this.init],this.init=ae,this.isReassigned=!0),this.additionalInitializers}mergeDeclarations(e){const{declarations:t}=this;for(const n of e.declarations)t.push(n);const n=this.markInitializersForDeoptimization();if(n.push(e.init),e.additionalInitializers)for(const t of e.additionalInitializers)n.push(t)}}const ps=ye,fs=new Set([H]),ms=new te,gs=new Set([ae]);class ys extends hs{constructor(e,t,n){super(e,t,ae,n),this.deoptimizationInteractions=[],this.deoptimizations=new te,this.deoptimizedFields=new Set,this.entitiesToBeDeoptimized=new Set}addEntityToBeDeoptimized(e){if(e===ae){if(!this.entitiesToBeDeoptimized.has(ae)){this.entitiesToBeDeoptimized.add(ae);for(const{interaction:e}of this.deoptimizationInteractions)ce(e);this.deoptimizationInteractions=ps}}else if(this.deoptimizedFields.has(H))e.deoptimizePath(J);else if(!this.entitiesToBeDeoptimized.has(e)){this.entitiesToBeDeoptimized.add(e);for(const t of this.deoptimizedFields)e.deoptimizePath([t]);for(const{interaction:t,path:n}of this.deoptimizationInteractions)e.deoptimizeArgumentsOnInteractionAtPath(t,n,ne)}}deoptimizeArgumentsOnInteractionAtPath(e,t){if(t.length>=2||this.entitiesToBeDeoptimized.has(ae)||this.deoptimizationInteractions.length>=20||1===t.length&&(this.deoptimizedFields.has(H)||2===e.type&&this.deoptimizedFields.has(t[0])))ce(e);else if(!this.deoptimizations.trackEntityAtPathAndGetIfTracked(t,e.args)){for(const n of this.entitiesToBeDeoptimized)n.deoptimizeArgumentsOnInteractionAtPath(e,t,ne);this.entitiesToBeDeoptimized.has(ae)||this.deoptimizationInteractions.push({interaction:e,path:t})}}deoptimizePath(e){if(0===e.length||this.deoptimizedFields.has(H))return;const t=e[0];if(!this.deoptimizedFields.has(t)){this.deoptimizedFields.add(t);for(const e of this.entitiesToBeDeoptimized)e.deoptimizePath([t]);t===H&&(this.deoptimizationInteractions=ps,this.deoptimizations=ms,this.deoptimizedFields=fs,this.entitiesToBeDeoptimized=gs)}}getReturnExpressionWhenCalledAtPath(e){return 0===e.length?this.deoptimizePath(J):this.deoptimizedFields.has(e[0])||this.deoptimizePath([e[0]]),le}}const bs="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_$",Es=64;function xs(e){let t="";do{const n=e%Es;e=e/Es|0,t=bs[n]+t}while(0!==e);return t}function $s(e,t,n){let s=e,i=1;for(;t.has(s)||Ee.has(s)||n?.has(s);)s=`${e}$${xs(i++)}`;return t.add(s),s}class As{constructor(){this.children=[],this.variables=new Map}addDeclaration(e,t,n,s){const i=e.name;let r=this.variables.get(i);return r?r.addDeclaration(e,n):(r=new hs(e.name,e,n||on,t),this.variables.set(i,r)),r}contains(e){return this.variables.has(e)}findVariable(e){throw new Error("Internal Error: findVariable needs to be implemented by a subclass")}}class ws extends As{constructor(e){super(),this.accessedOutsideVariables=new Map,this.parent=e,e.children.push(this)}addAccessedDynamicImport(e){(this.accessedDynamicImports||(this.accessedDynamicImports=new Set)).add(e),this.parent instanceof ws&&this.parent.addAccessedDynamicImport(e)}addAccessedGlobals(e,t){const n=t.get(this)||new Set;for(const t of e)n.add(t);t.set(this,n),this.parent instanceof ws&&this.parent.addAccessedGlobals(e,t)}addNamespaceMemberAccess(e,t){this.accessedOutsideVariables.set(e,t),this.parent.addNamespaceMemberAccess(e,t)}addReturnExpression(e){this.parent instanceof ws&&this.parent.addReturnExpression(e)}addUsedOutsideNames(e,t,n,s){for(const s of this.accessedOutsideVariables.values())s.included&&(e.add(s.getBaseVariableName()),"system"===t&&n.has(s)&&e.add("exports"));const i=s.get(this);if(i)for(const t of i)e.add(t)}contains(e){return this.variables.has(e)||this.parent.contains(e)}deconflict(e,t,n){const s=new Set;if(this.addUsedOutsideNames(s,e,t,n),this.accessedDynamicImports)for(const e of this.accessedDynamicImports)e.inlineNamespace&&s.add(e.inlineNamespace.getBaseVariableName());for(const[e,t]of this.variables)(t.included||t.alwaysRendered)&&t.setRenderNames(null,$s(e,s,t.forbiddenNames));for(const s of this.children)s.deconflict(e,t,n)}findLexicalBoundary(){return this.parent.findLexicalBoundary()}findVariable(e){const t=this.variables.get(e)||this.accessedOutsideVariables.get(e);if(t)return t;const n=this.parent.findVariable(e);return this.accessedOutsideVariables.set(e,n),n}}class Ss extends ws{constructor(e,t){super(e),this.parameters=[],this.hasRest=!1,this.context=t,this.hoistedBodyVarScope=new ws(this)}addParameterDeclaration(e){const{name:t}=e,n=new ys(t,e,this.context),s=this.hoistedBodyVarScope.variables.get(t);return s&&(this.hoistedBodyVarScope.variables.set(t,n),n.mergeDeclarations(s)),this.variables.set(t,n),n}addParameterVariables(e,t){this.parameters=e;for(const t of e)for(const e of t)e.alwaysRendered=!0;this.hasRest=t}includeCallArguments(e,t){let n=!1,s=!1;const i=this.hasRest&&this.parameters[this.parameters.length-1];for(const n of t)if(n instanceof Rn){for(const n of t)n.include(e,!1);break}for(let r=t.length-1;r>=0;r--){const o=this.parameters[r]||i,a=t[r];if(o)if(n=!1,0===o.length)s=!0;else for(const e of o)e.included&&(s=!0),e.calledFromTryStatement&&(n=!0);!s&&a.shouldBeIncluded(e)&&(s=!0),s&&a.include(e,n)}}}class vs extends Ss{constructor(){super(...arguments),this.returnExpression=null,this.returnExpressions=[]}addReturnExpression(e){this.returnExpressions.push(e)}getReturnExpression(){return null===this.returnExpression&&this.updateReturnExpression(),this.returnExpression}updateReturnExpression(){if(1===this.returnExpressions.length)this.returnExpression=this.returnExpressions[0];else{this.returnExpression=ae;for(const e of this.returnExpressions)e.deoptimizePath(J)}}}function Is(e,t){if("MemberExpression"===e.type)return!e.computed&&Is(e.object,e);if("Identifier"===e.type){if(!t)return!0;switch(t.type){case"MemberExpression":return t.computed||e===t.object;case"MethodDefinition":return t.computed;case"PropertyDefinition":case"Property":return t.computed||e===t.value;case"ExportSpecifier":case"ImportSpecifier":return e===t.local;case"LabeledStatement":case"BreakStatement":case"ContinueStatement":return!1;default:return!0}}return!1}const Ps=Symbol("PureFunction"),ks=()=>{},Ns=Symbol("Value Properties"),Cs=()=>re,Os=()=>!1,Ms=()=>!0,_s={deoptimizeArgumentsOnCall:ks,getLiteralValue:Cs,hasEffectsWhenCalled:Os},Ds={deoptimizeArgumentsOnCall:ks,getLiteralValue:Cs,hasEffectsWhenCalled:Ms},Rs={__proto__:null,[Ns]:Ds},Ls={__proto__:null,[Ns]:_s},Bs={__proto__:null,[Ns]:{deoptimizeArgumentsOnCall:ks,getLiteralValue:Cs,hasEffectsWhenCalled({args:e},t){const[n,s]=e;return!(s instanceof oe)||s.hasEffectsOnInteractionAtPath(J,de,t)}}},Ts={__proto__:null,[Ns]:{deoptimizeArgumentsOnCall({args:[,e]}){e?.deoptimizePath(J)},getLiteralValue:Cs,hasEffectsWhenCalled:({args:e},t)=>e.length<=1||e[1].hasEffectsOnInteractionAtPath(Z,ue,t)}},zs={__proto__:null,[Ns]:Ds,prototype:Rs},Vs={__proto__:null,[Ns]:_s,prototype:Rs},Fs={__proto__:null,[Ns]:{deoptimizeArgumentsOnCall:ks,getLiteralValue:Cs,hasEffectsWhenCalled:({args:e})=>e.length>1&&!(e[1]instanceof rs)},prototype:Rs},js={__proto__:null,[Ns]:_s,from:Rs,of:Ls,prototype:Rs},Us={__proto__:null,[Ns]:_s,supportedLocalesOf:Vs},Gs={global:Rs,globalThis:Rs,self:Rs,window:Rs,__proto__:null,[Ns]:Ds,Array:{__proto__:null,[Ns]:Ds,from:Rs,isArray:Ls,of:Ls,prototype:Rs},ArrayBuffer:{__proto__:null,[Ns]:_s,isView:Ls,prototype:Rs},Atomics:Rs,BigInt:zs,BigInt64Array:zs,BigUint64Array:zs,Boolean:Vs,constructor:zs,DataView:Vs,Date:{__proto__:null,[Ns]:_s,now:Ls,parse:Ls,prototype:Rs,UTC:Ls},decodeURI:Ls,decodeURIComponent:Ls,encodeURI:Ls,encodeURIComponent:Ls,Error:Vs,escape:Ls,eval:Rs,EvalError:Vs,Float32Array:js,Float64Array:js,Function:zs,hasOwnProperty:Rs,Infinity:Rs,Int16Array:js,Int32Array:js,Int8Array:js,isFinite:Ls,isNaN:Ls,isPrototypeOf:Rs,JSON:Rs,Map:Fs,Math:{__proto__:null,[Ns]:Ds,abs:Ls,acos:Ls,acosh:Ls,asin:Ls,asinh:Ls,atan:Ls,atan2:Ls,atanh:Ls,cbrt:Ls,ceil:Ls,clz32:Ls,cos:Ls,cosh:Ls,exp:Ls,expm1:Ls,floor:Ls,fround:Ls,hypot:Ls,imul:Ls,log:Ls,log10:Ls,log1p:Ls,log2:Ls,max:Ls,min:Ls,pow:Ls,random:Ls,round:Ls,sign:Ls,sin:Ls,sinh:Ls,sqrt:Ls,tan:Ls,tanh:Ls,trunc:Ls},NaN:Rs,Number:{__proto__:null,[Ns]:_s,isFinite:Ls,isInteger:Ls,isNaN:Ls,isSafeInteger:Ls,parseFloat:Ls,parseInt:Ls,prototype:Rs},Object:{__proto__:null,[Ns]:_s,create:Ls,defineProperty:Ts,defineProperties:Ts,freeze:Ts,getOwnPropertyDescriptor:Ls,getOwnPropertyDescriptors:Ls,getOwnPropertyNames:Ls,getOwnPropertySymbols:Ls,getPrototypeOf:Ls,hasOwn:Ls,is:Ls,isExtensible:Ls,isFrozen:Ls,isSealed:Ls,keys:Ls,fromEntries:Rs,entries:Bs,values:Bs,prototype:Rs},parseFloat:Ls,parseInt:Ls,Promise:{__proto__:null,[Ns]:Ds,all:Rs,allSettled:Rs,any:Rs,prototype:Rs,race:Rs,reject:Rs,resolve:Rs},propertyIsEnumerable:Rs,Proxy:Rs,RangeError:Vs,ReferenceError:Vs,Reflect:Rs,RegExp:Vs,Set:Fs,SharedArrayBuffer:zs,String:{__proto__:null,[Ns]:_s,fromCharCode:Ls,fromCodePoint:Ls,prototype:Rs,raw:Ls},Symbol:{__proto__:null,[Ns]:_s,for:Ls,keyFor:Ls,prototype:Rs,toStringTag:{__proto__:null,[Ns]:{deoptimizeArgumentsOnCall:ks,getLiteralValue:()=>Y,hasEffectsWhenCalled:Ms}}},SyntaxError:Vs,toLocaleString:Rs,toString:Rs,TypeError:Vs,Uint16Array:js,Uint32Array:js,Uint8Array:js,Uint8ClampedArray:js,unescape:Ls,URIError:Vs,valueOf:Rs,WeakMap:Fs,WeakSet:Fs,clearInterval:zs,clearTimeout:zs,console:{__proto__:null,[Ns]:Ds,assert:zs,clear:zs,count:zs,countReset:zs,debug:zs,dir:zs,dirxml:zs,error:zs,exception:zs,group:zs,groupCollapsed:zs,groupEnd:zs,info:zs,log:zs,table:zs,time:zs,timeEnd:zs,timeLog:zs,trace:zs,warn:zs},Intl:{__proto__:null,[Ns]:Ds,Collator:Us,DateTimeFormat:Us,DisplayNames:Us,ListFormat:Us,Locale:Us,NumberFormat:Us,PluralRules:Us,RelativeTimeFormat:Us,Segmenter:Us},setInterval:zs,setTimeout:zs,TextDecoder:zs,TextEncoder:zs,URL:{__proto__:null,[Ns]:Ds,prototype:Rs,canParse:Ls},URLSearchParams:zs,AbortController:zs,AbortSignal:zs,addEventListener:Rs,alert:Rs,AnalyserNode:zs,Animation:zs,AnimationEvent:zs,applicationCache:Rs,ApplicationCache:zs,ApplicationCacheErrorEvent:zs,atob:Rs,Attr:zs,Audio:zs,AudioBuffer:zs,AudioBufferSourceNode:zs,AudioContext:zs,AudioDestinationNode:zs,AudioListener:zs,AudioNode:zs,AudioParam:zs,AudioProcessingEvent:zs,AudioScheduledSourceNode:zs,AudioWorkletNode:zs,BarProp:zs,BaseAudioContext:zs,BatteryManager:zs,BeforeUnloadEvent:zs,BiquadFilterNode:zs,Blob:zs,BlobEvent:zs,blur:Rs,BroadcastChannel:zs,btoa:Rs,ByteLengthQueuingStrategy:zs,Cache:zs,caches:Rs,CacheStorage:zs,cancelAnimationFrame:Rs,cancelIdleCallback:Rs,CanvasCaptureMediaStreamTrack:zs,CanvasGradient:zs,CanvasPattern:zs,CanvasRenderingContext2D:zs,ChannelMergerNode:zs,ChannelSplitterNode:zs,CharacterData:zs,clientInformation:Rs,ClipboardEvent:zs,close:Rs,closed:Rs,CloseEvent:zs,Comment:zs,CompositionEvent:zs,confirm:Rs,ConstantSourceNode:zs,ConvolverNode:zs,CountQueuingStrategy:zs,createImageBitmap:Rs,Credential:zs,CredentialsContainer:zs,crypto:Rs,Crypto:zs,CryptoKey:zs,CSS:zs,CSSConditionRule:zs,CSSFontFaceRule:zs,CSSGroupingRule:zs,CSSImportRule:zs,CSSKeyframeRule:zs,CSSKeyframesRule:zs,CSSMediaRule:zs,CSSNamespaceRule:zs,CSSPageRule:zs,CSSRule:zs,CSSRuleList:zs,CSSStyleDeclaration:zs,CSSStyleRule:zs,CSSStyleSheet:zs,CSSSupportsRule:zs,CustomElementRegistry:zs,customElements:Rs,CustomEvent:{__proto__:null,[Ns]:{deoptimizeArgumentsOnCall({args:e}){e[2]?.deoptimizePath(["detail"])},getLiteralValue:Cs,hasEffectsWhenCalled:Os},prototype:Rs},DataTransfer:zs,DataTransferItem:zs,DataTransferItemList:zs,defaultstatus:Rs,defaultStatus:Rs,DelayNode:zs,DeviceMotionEvent:zs,DeviceOrientationEvent:zs,devicePixelRatio:Rs,dispatchEvent:Rs,document:Rs,Document:zs,DocumentFragment:zs,DocumentType:zs,DOMError:zs,DOMException:zs,DOMImplementation:zs,DOMMatrix:zs,DOMMatrixReadOnly:zs,DOMParser:zs,DOMPoint:zs,DOMPointReadOnly:zs,DOMQuad:zs,DOMRect:zs,DOMRectReadOnly:zs,DOMStringList:zs,DOMStringMap:zs,DOMTokenList:zs,DragEvent:zs,DynamicsCompressorNode:zs,Element:zs,ErrorEvent:zs,Event:zs,EventSource:zs,EventTarget:zs,external:Rs,fetch:Rs,File:zs,FileList:zs,FileReader:zs,find:Rs,focus:Rs,FocusEvent:zs,FontFace:zs,FontFaceSetLoadEvent:zs,FormData:zs,frames:Rs,GainNode:zs,Gamepad:zs,GamepadButton:zs,GamepadEvent:zs,getComputedStyle:Rs,getSelection:Rs,HashChangeEvent:zs,Headers:zs,history:Rs,History:zs,HTMLAllCollection:zs,HTMLAnchorElement:zs,HTMLAreaElement:zs,HTMLAudioElement:zs,HTMLBaseElement:zs,HTMLBodyElement:zs,HTMLBRElement:zs,HTMLButtonElement:zs,HTMLCanvasElement:zs,HTMLCollection:zs,HTMLContentElement:zs,HTMLDataElement:zs,HTMLDataListElement:zs,HTMLDetailsElement:zs,HTMLDialogElement:zs,HTMLDirectoryElement:zs,HTMLDivElement:zs,HTMLDListElement:zs,HTMLDocument:zs,HTMLElement:zs,HTMLEmbedElement:zs,HTMLFieldSetElement:zs,HTMLFontElement:zs,HTMLFormControlsCollection:zs,HTMLFormElement:zs,HTMLFrameElement:zs,HTMLFrameSetElement:zs,HTMLHeadElement:zs,HTMLHeadingElement:zs,HTMLHRElement:zs,HTMLHtmlElement:zs,HTMLIFrameElement:zs,HTMLImageElement:zs,HTMLInputElement:zs,HTMLLabelElement:zs,HTMLLegendElement:zs,HTMLLIElement:zs,HTMLLinkElement:zs,HTMLMapElement:zs,HTMLMarqueeElement:zs,HTMLMediaElement:zs,HTMLMenuElement:zs,HTMLMetaElement:zs,HTMLMeterElement:zs,HTMLModElement:zs,HTMLObjectElement:zs,HTMLOListElement:zs,HTMLOptGroupElement:zs,HTMLOptionElement:zs,HTMLOptionsCollection:zs,HTMLOutputElement:zs,HTMLParagraphElement:zs,HTMLParamElement:zs,HTMLPictureElement:zs,HTMLPreElement:zs,HTMLProgressElement:zs,HTMLQuoteElement:zs,HTMLScriptElement:zs,HTMLSelectElement:zs,HTMLShadowElement:zs,HTMLSlotElement:zs,HTMLSourceElement:zs,HTMLSpanElement:zs,HTMLStyleElement:zs,HTMLTableCaptionElement:zs,HTMLTableCellElement:zs,HTMLTableColElement:zs,HTMLTableElement:zs,HTMLTableRowElement:zs,HTMLTableSectionElement:zs,HTMLTemplateElement:zs,HTMLTextAreaElement:zs,HTMLTimeElement:zs,HTMLTitleElement:zs,HTMLTrackElement:zs,HTMLUListElement:zs,HTMLUnknownElement:zs,HTMLVideoElement:zs,IDBCursor:zs,IDBCursorWithValue:zs,IDBDatabase:zs,IDBFactory:zs,IDBIndex:zs,IDBKeyRange:zs,IDBObjectStore:zs,IDBOpenDBRequest:zs,IDBRequest:zs,IDBTransaction:zs,IDBVersionChangeEvent:zs,IdleDeadline:zs,IIRFilterNode:zs,Image:zs,ImageBitmap:zs,ImageBitmapRenderingContext:zs,ImageCapture:zs,ImageData:zs,indexedDB:Rs,innerHeight:Rs,innerWidth:Rs,InputEvent:zs,IntersectionObserver:zs,IntersectionObserverEntry:zs,isSecureContext:Rs,KeyboardEvent:zs,KeyframeEffect:zs,length:Rs,localStorage:Rs,location:Rs,Location:zs,locationbar:Rs,matchMedia:Rs,MediaDeviceInfo:zs,MediaDevices:zs,MediaElementAudioSourceNode:zs,MediaEncryptedEvent:zs,MediaError:zs,MediaKeyMessageEvent:zs,MediaKeySession:zs,MediaKeyStatusMap:zs,MediaKeySystemAccess:zs,MediaList:zs,MediaQueryList:zs,MediaQueryListEvent:zs,MediaRecorder:zs,MediaSettingsRange:zs,MediaSource:zs,MediaStream:zs,MediaStreamAudioDestinationNode:zs,MediaStreamAudioSourceNode:zs,MediaStreamEvent:zs,MediaStreamTrack:zs,MediaStreamTrackEvent:zs,menubar:Rs,MessageChannel:zs,MessageEvent:zs,MessagePort:zs,MIDIAccess:zs,MIDIConnectionEvent:zs,MIDIInput:zs,MIDIInputMap:zs,MIDIMessageEvent:zs,MIDIOutput:zs,MIDIOutputMap:zs,MIDIPort:zs,MimeType:zs,MimeTypeArray:zs,MouseEvent:zs,moveBy:Rs,moveTo:Rs,MutationEvent:zs,MutationObserver:zs,MutationRecord:zs,name:Rs,NamedNodeMap:zs,NavigationPreloadManager:zs,navigator:Rs,Navigator:zs,NetworkInformation:zs,Node:zs,NodeFilter:Rs,NodeIterator:zs,NodeList:zs,Notification:zs,OfflineAudioCompletionEvent:zs,OfflineAudioContext:zs,offscreenBuffering:Rs,OffscreenCanvas:zs,open:Rs,openDatabase:Rs,Option:zs,origin:Rs,OscillatorNode:zs,outerHeight:Rs,outerWidth:Rs,PageTransitionEvent:zs,pageXOffset:Rs,pageYOffset:Rs,PannerNode:zs,parent:Rs,Path2D:zs,PaymentAddress:zs,PaymentRequest:zs,PaymentRequestUpdateEvent:zs,PaymentResponse:zs,performance:Rs,Performance:zs,PerformanceEntry:zs,PerformanceLongTaskTiming:zs,PerformanceMark:zs,PerformanceMeasure:zs,PerformanceNavigation:zs,PerformanceNavigationTiming:zs,PerformanceObserver:zs,PerformanceObserverEntryList:zs,PerformancePaintTiming:zs,PerformanceResourceTiming:zs,PerformanceTiming:zs,PeriodicWave:zs,Permissions:zs,PermissionStatus:zs,personalbar:Rs,PhotoCapabilities:zs,Plugin:zs,PluginArray:zs,PointerEvent:zs,PopStateEvent:zs,postMessage:Rs,Presentation:zs,PresentationAvailability:zs,PresentationConnection:zs,PresentationConnectionAvailableEvent:zs,PresentationConnectionCloseEvent:zs,PresentationConnectionList:zs,PresentationReceiver:zs,PresentationRequest:zs,print:Rs,ProcessingInstruction:zs,ProgressEvent:zs,PromiseRejectionEvent:zs,prompt:Rs,PushManager:zs,PushSubscription:zs,PushSubscriptionOptions:zs,queueMicrotask:Rs,RadioNodeList:zs,Range:zs,ReadableStream:zs,RemotePlayback:zs,removeEventListener:Rs,Request:zs,requestAnimationFrame:Rs,requestIdleCallback:Rs,resizeBy:Rs,ResizeObserver:zs,ResizeObserverEntry:zs,resizeTo:Rs,Response:zs,RTCCertificate:zs,RTCDataChannel:zs,RTCDataChannelEvent:zs,RTCDtlsTransport:zs,RTCIceCandidate:zs,RTCIceTransport:zs,RTCPeerConnection:zs,RTCPeerConnectionIceEvent:zs,RTCRtpReceiver:zs,RTCRtpSender:zs,RTCSctpTransport:zs,RTCSessionDescription:zs,RTCStatsReport:zs,RTCTrackEvent:zs,screen:Rs,Screen:zs,screenLeft:Rs,ScreenOrientation:zs,screenTop:Rs,screenX:Rs,screenY:Rs,ScriptProcessorNode:zs,scroll:Rs,scrollbars:Rs,scrollBy:Rs,scrollTo:Rs,scrollX:Rs,scrollY:Rs,SecurityPolicyViolationEvent:zs,Selection:zs,ServiceWorker:zs,ServiceWorkerContainer:zs,ServiceWorkerRegistration:zs,sessionStorage:Rs,ShadowRoot:zs,SharedWorker:zs,SourceBuffer:zs,SourceBufferList:zs,speechSynthesis:Rs,SpeechSynthesisEvent:zs,SpeechSynthesisUtterance:zs,StaticRange:zs,status:Rs,statusbar:Rs,StereoPannerNode:zs,stop:Rs,Storage:zs,StorageEvent:zs,StorageManager:zs,styleMedia:Rs,StyleSheet:zs,StyleSheetList:zs,SubtleCrypto:zs,SVGAElement:zs,SVGAngle:zs,SVGAnimatedAngle:zs,SVGAnimatedBoolean:zs,SVGAnimatedEnumeration:zs,SVGAnimatedInteger:zs,SVGAnimatedLength:zs,SVGAnimatedLengthList:zs,SVGAnimatedNumber:zs,SVGAnimatedNumberList:zs,SVGAnimatedPreserveAspectRatio:zs,SVGAnimatedRect:zs,SVGAnimatedString:zs,SVGAnimatedTransformList:zs,SVGAnimateElement:zs,SVGAnimateMotionElement:zs,SVGAnimateTransformElement:zs,SVGAnimationElement:zs,SVGCircleElement:zs,SVGClipPathElement:zs,SVGComponentTransferFunctionElement:zs,SVGDefsElement:zs,SVGDescElement:zs,SVGDiscardElement:zs,SVGElement:zs,SVGEllipseElement:zs,SVGFEBlendElement:zs,SVGFEColorMatrixElement:zs,SVGFEComponentTransferElement:zs,SVGFECompositeElement:zs,SVGFEConvolveMatrixElement:zs,SVGFEDiffuseLightingElement:zs,SVGFEDisplacementMapElement:zs,SVGFEDistantLightElement:zs,SVGFEDropShadowElement:zs,SVGFEFloodElement:zs,SVGFEFuncAElement:zs,SVGFEFuncBElement:zs,SVGFEFuncGElement:zs,SVGFEFuncRElement:zs,SVGFEGaussianBlurElement:zs,SVGFEImageElement:zs,SVGFEMergeElement:zs,SVGFEMergeNodeElement:zs,SVGFEMorphologyElement:zs,SVGFEOffsetElement:zs,SVGFEPointLightElement:zs,SVGFESpecularLightingElement:zs,SVGFESpotLightElement:zs,SVGFETileElement:zs,SVGFETurbulenceElement:zs,SVGFilterElement:zs,SVGForeignObjectElement:zs,SVGGElement:zs,SVGGeometryElement:zs,SVGGradientElement:zs,SVGGraphicsElement:zs,SVGImageElement:zs,SVGLength:zs,SVGLengthList:zs,SVGLinearGradientElement:zs,SVGLineElement:zs,SVGMarkerElement:zs,SVGMaskElement:zs,SVGMatrix:zs,SVGMetadataElement:zs,SVGMPathElement:zs,SVGNumber:zs,SVGNumberList:zs,SVGPathElement:zs,SVGPatternElement:zs,SVGPoint:zs,SVGPointList:zs,SVGPolygonElement:zs,SVGPolylineElement:zs,SVGPreserveAspectRatio:zs,SVGRadialGradientElement:zs,SVGRect:zs,SVGRectElement:zs,SVGScriptElement:zs,SVGSetElement:zs,SVGStopElement:zs,SVGStringList:zs,SVGStyleElement:zs,SVGSVGElement:zs,SVGSwitchElement:zs,SVGSymbolElement:zs,SVGTextContentElement:zs,SVGTextElement:zs,SVGTextPathElement:zs,SVGTextPositioningElement:zs,SVGTitleElement:zs,SVGTransform:zs,SVGTransformList:zs,SVGTSpanElement:zs,SVGUnitTypes:zs,SVGUseElement:zs,SVGViewElement:zs,TaskAttributionTiming:zs,Text:zs,TextEvent:zs,TextMetrics:zs,TextTrack:zs,TextTrackCue:zs,TextTrackCueList:zs,TextTrackList:zs,TimeRanges:zs,toolbar:Rs,top:Rs,Touch:zs,TouchEvent:zs,TouchList:zs,TrackEvent:zs,TransitionEvent:zs,TreeWalker:zs,UIEvent:zs,ValidityState:zs,visualViewport:Rs,VisualViewport:zs,VTTCue:zs,WaveShaperNode:zs,WebAssembly:Rs,WebGL2RenderingContext:zs,WebGLActiveInfo:zs,WebGLBuffer:zs,WebGLContextEvent:zs,WebGLFramebuffer:zs,WebGLProgram:zs,WebGLQuery:zs,WebGLRenderbuffer:zs,WebGLRenderingContext:zs,WebGLSampler:zs,WebGLShader:zs,WebGLShaderPrecisionFormat:zs,WebGLSync:zs,WebGLTexture:zs,WebGLTransformFeedback:zs,WebGLUniformLocation:zs,WebGLVertexArrayObject:zs,WebSocket:zs,WheelEvent:zs,Window:zs,Worker:zs,WritableStream:zs,XMLDocument:zs,XMLHttpRequest:zs,XMLHttpRequestEventTarget:zs,XMLHttpRequestUpload:zs,XMLSerializer:zs,XPathEvaluator:zs,XPathExpression:zs,XPathResult:zs,XSLTProcessor:zs};for(const e of["window","global","self","globalThis"])Gs[e]=Gs;function Ws(e){let t=Gs;for(const n of e){if("string"!=typeof n)return null;if(t=t[n],!t)return null}return t[Ns]}class Hs extends pe{constructor(){super(...arguments),this.isReassigned=!0}deoptimizeArgumentsOnInteractionAtPath(e,t,n){switch(e.type){case 0:case 1:return void(Ws([this.name,...t].slice(0,-1))||super.deoptimizeArgumentsOnInteractionAtPath(e,t,n));case 2:{const s=Ws([this.name,...t]);return void(s?s.deoptimizeArgumentsOnCall(e):super.deoptimizeArgumentsOnInteractionAtPath(e,t,n))}}}getLiteralValueAtPath(e,t,n){const s=Ws([this.name,...e]);return s?s.getLiteralValue():ie}hasEffectsOnInteractionAtPath(e,t,n){switch(t.type){case 0:return 0===e.length?"undefined"!==this.name&&!Ws([this.name]):!Ws([this.name,...e].slice(0,-1));case 1:return!0;case 2:{const s=Ws([this.name,...e]);return!s||s.hasEffectsWhenCalled(t,n)}}}}const qs={__proto__:null,class:!0,const:!0,let:!0,var:!0};class Ks extends Dn{constructor(){super(...arguments),this.variable=null,this.isTDZAccess=null}addExportedVariables(e,t){t.has(this.variable)&&e.push(this.variable)}bind(){!this.variable&&Is(this,this.parent)&&(this.variable=this.scope.findVariable(this.name),this.variable.addReference(this))}declare(e,t){let n;const{treeshake:s}=this.context.options;switch(e){case"var":n=this.scope.addDeclaration(this,this.context,t,!0),s&&s.correctVarValueBeforeDeclaration&&n.markInitializersForDeoptimization();break;case"function":case"let":case"const":case"class":n=this.scope.addDeclaration(this,this.context,t,!1);break;case"parameter":n=this.scope.addParameterDeclaration(this);break;default:throw new Error(`Internal Error: Unexpected identifier kind ${e}.`)}return n.kind=e,[this.variable=n]}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.variable.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){this.variable?.deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.getVariableRespectingTDZ().getLiteralValueAtPath(e,t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){const[i,r]=this.getVariableRespectingTDZ().getReturnExpressionWhenCalledAtPath(e,t,n,s);return[i,r||this.isPureFunction(e)]}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),!(!this.isPossibleTDZ()||"var"===this.variable.kind)||this.context.options.treeshake.unknownGlobalSideEffects&&this.variable instanceof Hs&&!this.isPureFunction(X)&&this.variable.hasEffectsOnInteractionAtPath(X,de,e)}hasEffectsOnInteractionAtPath(e,t,n){switch(t.type){case 0:return null!==this.variable&&!this.isPureFunction(e)&&this.getVariableRespectingTDZ().hasEffectsOnInteractionAtPath(e,t,n);case 1:return(e.length>0?this.getVariableRespectingTDZ():this.variable).hasEffectsOnInteractionAtPath(e,t,n);case 2:return!this.isPureFunction(e)&&this.getVariableRespectingTDZ().hasEffectsOnInteractionAtPath(e,t,n)}}include(){this.deoptimized||this.applyDeoptimizations(),this.included||(this.included=!0,null!==this.variable&&this.context.includeVariableInModule(this.variable))}includeCallArguments(e,t){this.variable.includeCallArguments(e,t)}isPossibleTDZ(){if(null!==this.isTDZAccess)return this.isTDZAccess;if(!(this.variable instanceof hs&&this.variable.kind&&this.variable.kind in qs&&this.variable.module===this.context.module))return this.isTDZAccess=!1;let e;return this.variable.declarations&&1===this.variable.declarations.length&&(e=this.variable.declarations[0])&&this.start<e.start&&Ys(this)===Ys(e)?this.isTDZAccess=!0:this.variable.initReached?this.isTDZAccess=!1:this.isTDZAccess=!0}markDeclarationReached(){this.variable.initReached=!0}render(e,{snippets:{getPropertyAccess:t},useOriginalName:n},{renderedParentType:s,isCalleeOfRenderedParent:i,isShorthandProperty:r}=me){if(this.variable){const o=this.variable.getName(t,n);o!==this.name&&(e.overwrite(this.start,this.end,o,{contentOnly:!0,storeName:!0}),r&&e.prependRight(this.start,`${this.name}: `)),"eval"===o&&"CallExpression"===s&&i&&e.appendRight(this.start,"0, ")}}applyDeoptimizations(){this.deoptimized=!0,this.variable instanceof hs&&(this.variable.consolidateInitializers(),this.context.requestTreeshakingPass())}getVariableRespectingTDZ(){return this.isPossibleTDZ()?ae:this.variable}isPureFunction(e){let t=this.context.manualPureFunctions[this.name];for(const n of e){if(!t)return!1;if(t[Ps])return!0;t=t[n]}return t?.[Ps]}}function Ys(e){for(;e&&!/^Program|Function/.test(e.type);)e=e.parent;return e}function Xs(e,t,n,s){t.remove(n,s),e.removeAnnotations(t)}const Js={isNoStatement:!0};function Zs(e,t,n=0){let s,i;for(s=e.indexOf(t,n);;){if(-1===(n=e.indexOf("/",n))||n>=s)return s;i=e.charCodeAt(++n),++n,(n=47===i?e.indexOf("\n",n)+1:e.indexOf("*/",n)+2)>s&&(s=e.indexOf(t,n))}}const Qs=/\S/g;function ei(e,t){Qs.lastIndex=t;return Qs.exec(e).index}function ti(e){let t,n,s=0;for(t=e.indexOf("\n",s);;){if(s=e.indexOf("/",s),-1===s||s>t)return[t,t+1];if(n=e.charCodeAt(s+1),47===n)return[s,t+1];s=e.indexOf("*/",s+3)+2,s>t&&(t=e.indexOf("\n",s))}}function ni(e,t,n,s,i){let r,o,a,l,c=e[0],d=!c.included||c.needsBoundaries;d&&(l=n+ti(t.original.slice(n,c.start))[1]);for(let n=1;n<=e.length;n++)r=c,o=l,a=d,c=e[n],d=void 0!==c&&(!c.included||c.needsBoundaries),a||d?(l=r.end+ti(t.original.slice(r.end,void 0===c?s:c.start))[1],r.included?a?r.render(t,i,{end:l,start:o}):r.render(t,i):Xs(r,t,o,l)):r.render(t,i)}function si(e,t,n,s){const i=[];let r,o,a,l,c=n-1;for(const s of e){for(void 0!==r&&(c=r.end+Zs(t.original.slice(r.end,s.start),",")),o=a=c+1+ti(t.original.slice(c+1,s.start))[1];l=t.original.charCodeAt(o),32===l||9===l||10===l||13===l;)o++;void 0!==r&&i.push({contentEnd:a,end:o,node:r,separator:c,start:n}),r=s,n=o}return i.push({contentEnd:s,end:s,node:r,separator:null,start:n}),i}function ii(e,t,n){for(;;){const[s,i]=ti(e.original.slice(t,n));if(-1===s)break;e.remove(t+s,t+=i)}}class ri extends ws{addDeclaration(e,t,n,s){if(s){const i=this.parent.addDeclaration(e,t,n,s);return i.markInitializersForDeoptimization(),i}return super.addDeclaration(e,t,n,!1)}}class oi extends Dn{initialise(){var e,t;this.directive&&"use strict"!==this.directive&&this.parent.type===us&&this.context.log(we,(e=this.directive,{code:"MODULE_LEVEL_DIRECTIVE",id:t=this.context.module.id,message:`Module level directives cause errors when bundled, "${e}" in "${T(t)}" was ignored.`}),this.start)}removeAnnotations(e){this.expression.removeAnnotations(e)}render(e,t){super.render(e,t),";"!==e.original[this.end-1]&&e.appendLeft(this.end,";")}shouldBeIncluded(e){return this.directive&&"use strict"!==this.directive?this.parent.type!==us:super.shouldBeIncluded(e)}applyDeoptimizations(){}}class ai extends Dn{constructor(){super(...arguments),this.directlyIncluded=!1}addImplicitReturnExpressionToScope(){const e=this.body[this.body.length-1];e&&"ReturnStatement"===e.type||this.scope.addReturnExpression(ae)}createScope(e){this.scope=this.parent.preventChildBlockScope?e:new ri(e)}hasEffects(e){if(this.deoptimizeBody)return!0;for(const t of this.body){if(e.brokenFlow)break;if(t.hasEffects(e))return!0}return!1}include(e,t){if(!this.deoptimizeBody||!this.directlyIncluded){this.included=!0,this.directlyIncluded=!0,this.deoptimizeBody&&(t=!0);for(const n of this.body)(t||n.shouldBeIncluded(e))&&n.include(e,t)}}initialise(){const e=this.body[0];this.deoptimizeBody=e instanceof oi&&"use asm"===e.directive}render(e,t){this.body.length>0?ni(this.body,e,this.start+1,this.end-1,t):super.render(e,t)}}class li extends Dn{constructor(){super(...arguments),this.declarationInit=null}addExportedVariables(e,t){this.argument.addExportedVariables(e,t)}declare(e,t){return this.declarationInit=t,this.argument.declare(e,ae)}deoptimizePath(e){0===e.length&&this.argument.deoptimizePath(X)}hasEffectsOnInteractionAtPath(e,t,n){return e.length>0||this.argument.hasEffectsOnInteractionAtPath(X,t,n)}markDeclarationReached(){this.argument.markDeclarationReached()}applyDeoptimizations(){this.deoptimized=!0,null!==this.declarationInit&&(this.declarationInit.deoptimizePath([H,H]),this.context.requestTreeshakingPass())}}class ci extends Dn{constructor(){super(...arguments),this.objectEntity=null,this.deoptimizedReturn=!1}deoptimizeArgumentsOnInteractionAtPath(e,t,n){if(2===e.type){const{parameters:t}=this.scope,{args:n}=e;let s=!1;for(let e=0;e<n.length-1;e++){const i=this.params[e],r=n[e+1];s||i instanceof li?(s=!0,r.deoptimizePath(J)):i instanceof Ks?(t[e][0].addEntityToBeDeoptimized(r),this.addArgumentToBeDeoptimized(r)):i?r.deoptimizePath(J):this.addArgumentToBeDeoptimized(r)}}else this.getObjectEntity().deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){if(this.getObjectEntity().deoptimizePath(e),1===e.length&&e[0]===H){this.scope.getReturnExpression().deoptimizePath(J);for(const e of this.scope.parameters)for(const t of e)t.deoptimizePath(J)}}getLiteralValueAtPath(e,t,n){return this.getObjectEntity().getLiteralValueAtPath(e,t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return e.length>0?this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,n,s):this.async?(this.deoptimizedReturn||(this.deoptimizedReturn=!0,this.scope.getReturnExpression().deoptimizePath(J),this.context.requestTreeshakingPass()),le):[this.scope.getReturnExpression(),!1]}hasEffectsOnInteractionAtPath(e,t,n){if(e.length>0||2!==t.type)return this.getObjectEntity().hasEffectsOnInteractionAtPath(e,t,n);if(this.annotationNoSideEffects)return!1;if(this.async){const{propertyReadSideEffects:e}=this.context.options.treeshake,t=this.scope.getReturnExpression();if(t.hasEffectsOnInteractionAtPath(["then"],he,n)||e&&("always"===e||t.hasEffectsOnInteractionAtPath(["then"],de,n)))return!0}for(const e of this.params)if(e.hasEffects(n))return!0;return!1}include(e,t){this.deoptimized||this.applyDeoptimizations(),this.included=!0;const{brokenFlow:n}=e;e.brokenFlow=!1,this.body.include(e,t),e.brokenFlow=n}includeCallArguments(e,t){this.scope.includeCallArguments(e,t)}initialise(){this.scope.addParameterVariables(this.params.map((e=>e.declare("parameter",ae))),this.params[this.params.length-1]instanceof li),this.body instanceof ai?this.body.addImplicitReturnExpressionToScope():this.scope.addReturnExpression(this.body)}parseNode(e){e.body.type===ls&&(this.body=new ai(e.body,this,this.scope.hoistedBodyVarScope)),super.parseNode(e)}addArgumentToBeDeoptimized(e){}applyDeoptimizations(){}}ci.prototype.preventChildBlockScope=!0;class di extends ci{constructor(){super(...arguments),this.objectEntity=null}createScope(e){this.scope=new vs(e,this.context)}hasEffects(){return this.deoptimized||this.applyDeoptimizations(),!1}hasEffectsOnInteractionAtPath(e,t,n){if(super.hasEffectsOnInteractionAtPath(e,t,n))return!0;if(this.annotationNoSideEffects)return!1;if(2===t.type){const{ignore:e,brokenFlow:t}=n;if(n.ignore={breaks:!1,continues:!1,labels:new Set,returnYield:!0,this:!1},this.body.hasEffects(n))return!0;n.ignore=e,n.brokenFlow=t}return!1}include(e,t){super.include(e,t);for(const n of this.params)n instanceof Ks||n.include(e,t)}getObjectEntity(){return null!==this.objectEntity?this.objectEntity:this.objectEntity=new jn([],Wn)}}function ui(e,{exportNamesByVariable:t,snippets:{_:n,getObject:s,getPropertyAccess:i}},r=""){if(1===e.length&&1===t.get(e[0]).length){const s=e[0];return`exports('${t.get(s)}',${n}${s.getName(i)}${r})`}{const n=[];for(const s of e)for(const e of t.get(s))n.push([e,s.getName(i)+r]);return`exports(${s(n,{lineBreakIndent:null})})`}}function hi(e,t,n,s,{exportNamesByVariable:i,snippets:{_:r}}){s.prependRight(t,`exports('${i.get(e)}',${r}`),s.appendLeft(n,")")}function pi(e,t,n,s,i,r){const{_:o,getPropertyAccess:a}=r.snippets;i.appendLeft(n,`,${o}${ui([e],r)},${o}${e.getName(a)}`),s&&(i.prependRight(t,"("),i.appendLeft(n,")"))}class fi extends Dn{addExportedVariables(e,t){for(const n of this.properties)"Property"===n.type?n.value.addExportedVariables(e,t):n.argument.addExportedVariables(e,t)}declare(e,t){const n=[];for(const s of this.properties)n.push(...s.declare(e,t));return n}deoptimizePath(e){if(0===e.length)for(const t of this.properties)t.deoptimizePath(e)}hasEffectsOnInteractionAtPath(e,t,n){for(const e of this.properties)if(e.hasEffectsOnInteractionAtPath(X,t,n))return!0;return!1}markDeclarationReached(){for(const e of this.properties)e.markDeclarationReached()}}class mi extends hs{constructor(e){super("arguments",null,ae,e),this.deoptimizedArguments=[]}addArgumentToBeDeoptimized(e){this.included?e.deoptimizePath(J):this.deoptimizedArguments.push(e)}hasEffectsOnInteractionAtPath(e,{type:t}){return 0!==t||e.length>1}include(){super.include();for(const e of this.deoptimizedArguments)e.deoptimizePath(J);this.deoptimizedArguments.length=0}}class gi extends ys{constructor(e){super("this",null,e)}hasEffectsOnInteractionAtPath(e,t,n){return(n.replacedVariableInits.get(this)||ae).hasEffectsOnInteractionAtPath(e,t,n)}}class yi extends vs{constructor(e,t){super(e,t),this.variables.set("arguments",this.argumentsVariable=new mi(t)),this.variables.set("this",this.thisVariable=new gi(t))}findLexicalBoundary(){return this}includeCallArguments(e,t){if(super.includeCallArguments(e,t),this.argumentsVariable.included)for(const n of t)n.included||n.include(e,!1)}}class bi extends ci{constructor(){super(...arguments),this.objectEntity=null}createScope(e){this.scope=new yi(e,this.context),this.constructedEntity=new jn(Object.create(null),Wn),this.scope.thisVariable.addEntityToBeDeoptimized(this.constructedEntity)}deoptimizeArgumentsOnInteractionAtPath(e,t,n){super.deoptimizeArgumentsOnInteractionAtPath(e,t,n),2===e.type&&0===t.length&&e.args[0]&&this.scope.thisVariable.addEntityToBeDeoptimized(e.args[0])}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),!this.annotationNoSideEffects&&!!this.id?.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,n){if(super.hasEffectsOnInteractionAtPath(e,t,n))return!0;if(this.annotationNoSideEffects)return!1;if(2===t.type){const e=n.replacedVariableInits.get(this.scope.thisVariable);n.replacedVariableInits.set(this.scope.thisVariable,t.withNew?this.constructedEntity:ae);const{brokenFlow:s,ignore:i,replacedVariableInits:r}=n;if(n.ignore={breaks:!1,continues:!1,labels:new Set,returnYield:!0,this:t.withNew},this.body.hasEffects(n))return!0;n.brokenFlow=s,e?r.set(this.scope.thisVariable,e):r.delete(this.scope.thisVariable),n.ignore=i}return!1}include(e,t){super.include(e,t),this.id?.include();const n=this.scope.argumentsVariable.included;for(const s of this.params)s instanceof Ks&&!n||s.include(e,t)}initialise(){super.initialise(),this.id?.declare("function",this)}addArgumentToBeDeoptimized(e){this.scope.argumentsVariable.addArgumentToBeDeoptimized(e)}getObjectEntity(){return null!==this.objectEntity?this.objectEntity:this.objectEntity=new jn([{key:"prototype",kind:"init",property:new jn([],Wn)}],Wn)}}class Ei extends Dn{hasEffects(){return this.deoptimized||this.applyDeoptimizations(),!0}include(e,t){if(this.deoptimized||this.applyDeoptimizations(),!this.included){this.included=!0;e:if(!this.context.usesTopLevelAwait){let e=this.parent;do{if(e instanceof bi||e instanceof di)break e}while(e=e.parent);this.context.usesTopLevelAwait=!0}}this.argument.include(e,t)}}const xi={"!=":(e,t)=>e!=t,"!==":(e,t)=>e!==t,"%":(e,t)=>e%t,"&":(e,t)=>e&t,"*":(e,t)=>e*t,"**":(e,t)=>e**t,"+":(e,t)=>e+t,"-":(e,t)=>e-t,"/":(e,t)=>e/t,"<":(e,t)=>e<t,"<<":(e,t)=>e<<t,"<=":(e,t)=>e<=t,"==":(e,t)=>e==t,"===":(e,t)=>e===t,">":(e,t)=>e>t,">=":(e,t)=>e>=t,">>":(e,t)=>e>>t,">>>":(e,t)=>e>>>t,"^":(e,t)=>e^t,"|":(e,t)=>e|t};function $i(e,t,n){if(n.arguments.length>0)if(n.arguments[n.arguments.length-1].included)for(const s of n.arguments)s.render(e,t);else{let s=n.arguments.length-2;for(;s>=0&&!n.arguments[s].included;)s--;if(s>=0){for(let i=0;i<=s;i++)n.arguments[i].render(e,t);e.remove(Zs(e.original,",",n.arguments[s].end),n.end-1)}else e.remove(Zs(e.original,"(",n.callee.end)+1,n.end-1)}}class Ai extends Dn{deoptimizeArgumentsOnInteractionAtPath(){}getLiteralValueAtPath(e){return e.length>0||null===this.value&&110!==this.context.code.charCodeAt(this.start)||"bigint"==typeof this.value||47===this.context.code.charCodeAt(this.start)?ie:this.value}getReturnExpressionWhenCalledAtPath(e){return 1!==e.length?le:$n(this.members,e[0])}hasEffectsOnInteractionAtPath(e,t,n){switch(t.type){case 0:return e.length>(null===this.value?0:1);case 1:return!0;case 2:return!!(this.included&&this.value instanceof RegExp&&(this.value.global||this.value.sticky))||(1!==e.length||xn(this.members,e[0],t,n))}}initialise(){this.members=function(e){if(e instanceof RegExp)return bn;switch(typeof e){case"boolean":return gn;case"number":return yn;case"string":return En}return Object.create(null)}(this.value)}parseNode(e){this.value=e.value,this.regex=e.regex,super.parseNode(e)}render(e){"string"==typeof this.value&&e.indentExclusionRanges.push([this.start+1,this.end-1])}}function wi(e){return e.computed?function(e){if(e instanceof Ai)return String(e.value);return null}(e.property):e.property.name}function Si(e){const t=e.propertyKey,n=e.object;if("string"==typeof t){if(n instanceof Ks)return[{key:n.name,pos:n.start},{key:t,pos:e.property.start}];if(n instanceof vi){const s=Si(n);return s&&[...s,{key:t,pos:e.property.start}]}}return null}class vi extends Dn{constructor(){super(...arguments),this.variable=null,this.assignmentDeoptimized=!1,this.bound=!1,this.expressionsToBeDeoptimized=[],this.isUndefined=!1}bind(){this.bound=!0;const e=Si(this),t=e&&this.scope.findVariable(e[0].key);if(t?.isNamespace){const n=Ii(t,e.slice(1),this.context);n?"undefined"===n?this.isUndefined=!0:(this.variable=n,this.scope.addNamespaceMemberAccess(function(e){let t=e[0].key;for(let n=1;n<e.length;n++)t+="."+e[n].key;return t}(e),n)):super.bind()}else super.bind()}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.variable?this.variable.deoptimizeArgumentsOnInteractionAtPath(e,t,n):this.isUndefined||(t.length<7?this.object.deoptimizeArgumentsOnInteractionAtPath(e,[this.getPropertyKey(),...t],n):ce(e))}deoptimizeCache(){const{expressionsToBeDeoptimized:e,object:t}=this;this.expressionsToBeDeoptimized=ye,this.propertyKey=H,t.deoptimizePath(J);for(const t of e)t.deoptimizeCache()}deoptimizePath(e){if(0===e.length&&this.disallowNamespaceReassignment(),this.variable)this.variable.deoptimizePath(e);else if(!this.isUndefined&&e.length<7){const t=this.getPropertyKey();this.object.deoptimizePath([t===H?q:t,...e])}}getLiteralValueAtPath(e,t,n){return this.variable?this.variable.getLiteralValueAtPath(e,t,n):this.isUndefined?void 0:this.propertyKey!==H&&e.length<7?(this.expressionsToBeDeoptimized.push(n),this.object.getLiteralValueAtPath([this.getPropertyKey(),...e],t,n)):ie}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.variable?this.variable.getReturnExpressionWhenCalledAtPath(e,t,n,s):this.isUndefined?[on,!1]:this.propertyKey!==H&&e.length<7?(this.expressionsToBeDeoptimized.push(s),this.object.getReturnExpressionWhenCalledAtPath([this.getPropertyKey(),...e],t,n,s)):le}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),this.property.hasEffects(e)||this.object.hasEffects(e)||this.hasAccessEffect(e)}hasEffectsAsAssignmentTarget(e,t){return t&&!this.deoptimized&&this.applyDeoptimizations(),this.assignmentDeoptimized||this.applyAssignmentDeoptimization(),this.property.hasEffects(e)||this.object.hasEffects(e)||t&&this.hasAccessEffect(e)||this.hasEffectsOnInteractionAtPath(X,this.assignmentInteraction,e)}hasEffectsOnInteractionAtPath(e,t,n){return this.variable?this.variable.hasEffectsOnInteractionAtPath(e,t,n):!!this.isUndefined||(!(e.length<7)||this.object.hasEffectsOnInteractionAtPath([this.getPropertyKey(),...e],t,n))}include(e,t){this.deoptimized||this.applyDeoptimizations(),this.includeProperties(e,t)}includeAsAssignmentTarget(e,t,n){this.assignmentDeoptimized||this.applyAssignmentDeoptimization(),n?this.include(e,t):this.includeProperties(e,t)}includeCallArguments(e,t){this.variable?this.variable.includeCallArguments(e,t):super.includeCallArguments(e,t)}initialise(){this.propertyKey=wi(this),this.accessInteraction={args:[this.object],type:0}}isSkippedAsOptional(e){return!this.variable&&!this.isUndefined&&(this.object.isSkippedAsOptional?.(e)||this.optional&&null==this.object.getLiteralValueAtPath(X,ne,e))}render(e,t,{renderedParentType:n,isCalleeOfRenderedParent:s,renderedSurroundingElement:i}=me){if(this.variable||this.isUndefined){const{snippets:{getPropertyAccess:i}}=t;let r=this.variable?this.variable.getName(i):"undefined";n&&s&&(r="0, "+r),e.overwrite(this.start,this.end,r,{contentOnly:!0,storeName:!0})}else n&&s&&e.appendRight(this.start,"0, "),this.object.render(e,t,{renderedSurroundingElement:i}),this.property.render(e,t)}setAssignedValue(e){this.assignmentInteraction={args:[this.object,e],type:1}}applyDeoptimizations(){this.deoptimized=!0;const{propertyReadSideEffects:e}=this.context.options.treeshake;if(this.bound&&e&&!this.variable&&!this.isUndefined){const e=this.getPropertyKey();this.object.deoptimizeArgumentsOnInteractionAtPath(this.accessInteraction,[e],ne),this.context.requestTreeshakingPass()}}applyAssignmentDeoptimization(){this.assignmentDeoptimized=!0;const{propertyReadSideEffects:e}=this.context.options.treeshake;this.bound&&e&&!this.variable&&!this.isUndefined&&(this.object.deoptimizeArgumentsOnInteractionAtPath(this.assignmentInteraction,[this.getPropertyKey()],ne),this.context.requestTreeshakingPass())}disallowNamespaceReassignment(){if(this.object instanceof Ks){this.scope.findVariable(this.object.name).isNamespace&&(this.variable&&this.context.includeVariableInModule(this.variable),this.context.log(we,(e=this.object.name,t=this.context.module.id,{code:"ILLEGAL_REASSIGNMENT",message:`Illegal reassignment of import "${e}" in "${T(t)}".`}),this.start))}var e,t}getPropertyKey(){if(null===this.propertyKey){this.propertyKey=H;const e=this.property.getLiteralValueAtPath(X,ne,this);return this.propertyKey=e===Y?e:"symbol"==typeof e?H:String(e)}return this.propertyKey}hasAccessEffect(e){const{propertyReadSideEffects:t}=this.context.options.treeshake;return!(this.variable||this.isUndefined)&&t&&("always"===t||this.object.hasEffectsOnInteractionAtPath([this.getPropertyKey()],this.accessInteraction,e))}includeProperties(e,t){this.included||(this.included=!0,this.variable&&this.context.includeVariableInModule(this.variable)),this.object.include(e,t),this.property.include(e,t)}}function Ii(e,t,n){if(0===t.length)return e;if(!e.isNamespace||e instanceof fe)return null;const s=t[0].key,i=e.context.traceExport(s);if(!i){if(1===t.length){const i=e.context.fileName;return n.log(we,Gt(s,n.module.id,i),t[0].pos),"undefined"}return null}return Ii(i,t.slice(1),n)}class Pi extends Dn{constructor(){super(...arguments),this.returnExpression=null,this.deoptimizableDependentExpressions=[],this.expressionsToBeDeoptimized=new Set}deoptimizeArgumentsOnInteractionAtPath(e,t,n){const{args:s}=e,[i,r]=this.getReturnExpression(n);if(r)return;const o=s.filter((e=>!!e&&e!==ae));if(0!==o.length)if(i===ae)for(const e of o)e.deoptimizePath(J);else n.withTrackedEntityAtPath(t,i,(()=>{for(const e of o)this.expressionsToBeDeoptimized.add(e);i.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}),null)}deoptimizeCache(){if(this.returnExpression?.[0]!==ae){this.returnExpression=le;const{deoptimizableDependentExpressions:e,expressionsToBeDeoptimized:t}=this;this.expressionsToBeDeoptimized=be,this.deoptimizableDependentExpressions=ye;for(const t of e)t.deoptimizeCache();for(const e of t)e.deoptimizePath(J)}}deoptimizePath(e){if(0===e.length||this.context.deoptimizationTracker.trackEntityAtPathAndGetIfTracked(e,this))return;const[t]=this.getReturnExpression();t!==ae&&t.deoptimizePath(e)}getLiteralValueAtPath(e,t,n){const[s]=this.getReturnExpression(t);return s===ae?ie:t.withTrackedEntityAtPath(e,s,(()=>(this.deoptimizableDependentExpressions.push(n),s.getLiteralValueAtPath(e,t,n))),ie)}getReturnExpressionWhenCalledAtPath(e,t,n,s){const i=this.getReturnExpression(n);return i[0]===ae?i:n.withTrackedEntityAtPath(e,i,(()=>{this.deoptimizableDependentExpressions.push(s);const[r,o]=i[0].getReturnExpressionWhenCalledAtPath(e,t,n,s);return[r,o||i[1]]}),le)}hasEffectsOnInteractionAtPath(e,t,n){const{type:s}=t;if(2===s){const{args:s,withNew:i}=t;if((i?n.instantiated:n.called).trackEntityAtPathAndGetIfTracked(e,s,this))return!1}else if((1===s?n.assigned:n.accessed).trackEntityAtPathAndGetIfTracked(e,this))return!1;const[i,r]=this.getReturnExpression();return(1===s||!r)&&i.hasEffectsOnInteractionAtPath(e,t,n)}}class ki extends Pi{bind(){if(super.bind(),this.callee instanceof Ks){this.scope.findVariable(this.callee.name).isNamespace&&this.context.log(we,Dt(this.callee.name),this.start),"eval"===this.callee.name&&this.context.log(we,{code:"EVAL",id:e=this.context.module.id,message:`Use of eval in "${T(e)}" is strongly discouraged as it poses security risks and may cause issues with minification.`,url:Re("troubleshooting/#avoiding-eval")},this.start)}var e;this.interaction={args:[this.callee instanceof vi&&!this.callee.variable?this.callee.object:null,...this.arguments],type:2,withNew:!1}}hasEffects(e){try{for(const t of this.arguments)if(t.hasEffects(e))return!0;return!this.annotationPure&&(this.callee.hasEffects(e)||this.callee.hasEffectsOnInteractionAtPath(X,this.interaction,e))}finally{this.deoptimized||this.applyDeoptimizations()}}include(e,t){this.deoptimized||this.applyDeoptimizations(),t?(super.include(e,t),t===_n&&this.callee instanceof Ks&&this.callee.variable&&this.callee.variable.markCalledFromTryStatement()):(this.included=!0,this.callee.include(e,!1)),this.callee.includeCallArguments(e,this.arguments)}isSkippedAsOptional(e){return this.callee.isSkippedAsOptional?.(e)||this.optional&&null==this.callee.getLiteralValueAtPath(X,ne,e)}render(e,t,{renderedSurroundingElement:n}=me){this.callee.render(e,t,{isCalleeOfRenderedParent:!0,renderedSurroundingElement:n}),$i(e,t,this)}applyDeoptimizations(){this.deoptimized=!0,this.callee.deoptimizeArgumentsOnInteractionAtPath(this.interaction,X,ne),this.context.requestTreeshakingPass()}getReturnExpression(e=ne){return null===this.returnExpression?(this.returnExpression=le,this.returnExpression=this.callee.getReturnExpressionWhenCalledAtPath(X,this.interaction,e,this)):this.returnExpression}}class Ni extends Ss{addDeclaration(e,t,n,s){const i=this.variables.get(e.name);return i?(this.parent.addDeclaration(e,t,on,s),i.addDeclaration(e,n),i):this.parent.addDeclaration(e,t,n,s)}}class Ci extends ws{constructor(e,t,n){super(e),this.variables.set("this",this.thisVariable=new hs("this",null,t,n)),this.instanceScope=new ws(this),this.instanceScope.variables.set("this",new gi(n))}findLexicalBoundary(){return this}}class Oi extends Dn{constructor(){super(...arguments),this.accessedValue=null}deoptimizeArgumentsOnInteractionAtPath(e,t,n){return 0===e.type&&"get"===this.kind&&0===t.length||1===e.type&&"set"===this.kind&&0===t.length?this.value.deoptimizeArgumentsOnInteractionAtPath({args:e.args,type:2,withNew:!1},X,n):void this.getAccessedValue()[0].deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizeCache(){}deoptimizePath(e){this.getAccessedValue()[0].deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.getAccessedValue()[0].getLiteralValueAtPath(e,t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.getAccessedValue()[0].getReturnExpressionWhenCalledAtPath(e,t,n,s)}hasEffects(e){return this.key.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,n){return"get"===this.kind&&0===t.type&&0===e.length||"set"===this.kind&&1===t.type?this.value.hasEffectsOnInteractionAtPath(X,{args:t.args,type:2,withNew:!1},n):this.getAccessedValue()[0].hasEffectsOnInteractionAtPath(e,t,n)}applyDeoptimizations(){}getAccessedValue(){return null===this.accessedValue?"get"===this.kind?(this.accessedValue=le,this.accessedValue=this.value.getReturnExpressionWhenCalledAtPath(X,he,ne,this)):this.accessedValue=[this.value,!1]:this.accessedValue}}class Mi extends Oi{applyDeoptimizations(){}}class _i extends oe{constructor(e,t){super(),this.object=e,this.key=t}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.object.deoptimizeArgumentsOnInteractionAtPath(e,[this.key,...t],n)}deoptimizePath(e){this.object.deoptimizePath([this.key,...e])}getLiteralValueAtPath(e,t,n){return this.object.getLiteralValueAtPath([this.key,...e],t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.object.getReturnExpressionWhenCalledAtPath([this.key,...e],t,n,s)}hasEffectsOnInteractionAtPath(e,t,n){return this.object.hasEffectsOnInteractionAtPath([this.key,...e],t,n)}}class Di extends Dn{constructor(){super(...arguments),this.objectEntity=null}createScope(e){this.scope=new ws(e)}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.getObjectEntity().deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizeCache(){this.getObjectEntity().deoptimizeAllProperties()}deoptimizePath(e){this.getObjectEntity().deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.getObjectEntity().getLiteralValueAtPath(e,t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,n,s)}hasEffects(e){this.deoptimized||this.applyDeoptimizations();const t=this.superClass?.hasEffects(e)||this.body.hasEffects(e);return this.id?.markDeclarationReached(),t||super.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,n){return 2===t.type&&0===e.length?!t.withNew||(null===this.classConstructor?this.superClass?.hasEffectsOnInteractionAtPath(e,t,n):this.classConstructor.hasEffectsOnInteractionAtPath(e,t,n))||!1:this.getObjectEntity().hasEffectsOnInteractionAtPath(e,t,n)}include(e,t){this.deoptimized||this.applyDeoptimizations(),this.included=!0,this.superClass?.include(e,t),this.body.include(e,t),this.id&&(this.id.markDeclarationReached(),this.id.include())}initialise(){this.id?.declare("class",this);for(const e of this.body.body)if(e instanceof Mi&&"constructor"===e.kind)return void(this.classConstructor=e);this.classConstructor=null}applyDeoptimizations(){this.deoptimized=!0;for(const e of this.body.body)e.static||e instanceof Mi&&"constructor"===e.kind||e.deoptimizePath(J);this.context.requestTreeshakingPass()}getObjectEntity(){if(null!==this.objectEntity)return this.objectEntity;const e=[],t=[];for(const n of this.body.body){const s=n.static?e:t,i=n.kind;if(s===t&&!i)continue;const r="set"===i||"get"===i?i:"init";let o;if(n.computed){const e=n.key.getLiteralValueAtPath(X,ne,this);if("symbol"==typeof e){s.push({key:H,kind:r,property:n});continue}o=String(e)}else o=n.key instanceof Ks?n.key.name:String(n.key.value);s.push({key:o,kind:r,property:n})}return e.unshift({key:"prototype",kind:"init",property:new jn(t,this.superClass?new _i(this.superClass,"prototype"):Wn)}),this.objectEntity=new jn(e,this.superClass||Wn)}}class Ri extends Di{initialise(){super.initialise(),null!==this.id&&(this.id.variable.isId=!0)}parseNode(e){null!==e.id&&(this.id=new Ks(e.id,this,this.scope.parent)),super.parseNode(e)}render(e,t){const{exportNamesByVariable:n,format:s,snippets:{_:i,getPropertyAccess:r}}=t;if(this.id){const{variable:o,name:a}=this.id;"system"===s&&n.has(o)&&e.appendLeft(this.end,`${i}${ui([o],t)};`);const l=o.getName(r);if(l!==a)return this.superClass?.render(e,t),this.body.render(e,{...t,useOriginalName:e=>e===o}),e.prependRight(this.start,`let ${l}${i}=${i}`),void e.prependLeft(this.end,";")}super.render(e,t)}applyDeoptimizations(){super.applyDeoptimizations();const{id:e,scope:t}=this;if(e){const{name:n,variable:s}=e;for(const e of t.accessedOutsideVariables.values())e!==s&&e.forbidName(n)}}}class Li extends Di{render(e,t,{renderedSurroundingElement:n}=me){super.render(e,t),n===cs&&(e.appendRight(this.start,"("),e.prependLeft(this.end,")"))}}class Bi extends oe{constructor(e){super(),this.expressions=e,this.included=!1}deoptimizePath(e){for(const t of this.expressions)t.deoptimizePath(e)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return[new Bi(this.expressions.map((i=>i.getReturnExpressionWhenCalledAtPath(e,t,n,s)[0]))),!1]}hasEffectsOnInteractionAtPath(e,t,n){for(const s of this.expressions)if(s.hasEffectsOnInteractionAtPath(e,t,n))return!0;return!1}}function Ti(e,t){const{brokenFlow:n,hasBreak:s,hasContinue:i,ignore:r}=e,{breaks:o,continues:a}=r;return r.breaks=!0,r.continues=!0,e.hasBreak=!1,e.hasContinue=!1,!!t.hasEffects(e)||(r.breaks=o,r.continues=a,e.hasBreak=s,e.hasContinue=i,e.brokenFlow=n,!1)}function zi(e,t,n){const{brokenFlow:s,hasBreak:i,hasContinue:r}=e;e.hasBreak=!1,e.hasContinue=!1,t.include(e,n,{asSingleStatement:!0}),e.hasBreak=i,e.hasContinue=r,e.brokenFlow=s}class Vi extends Dn{hasEffects(){return!1}initialise(){this.context.addExport(this)}render(e,t,n){e.remove(n.start,n.end)}applyDeoptimizations(){}}Vi.prototype.needsBoundaries=!0;class Fi extends bi{initialise(){super.initialise(),null!==this.id&&(this.id.variable.isId=!0)}parseNode(e){null!==e.id&&(this.id=new Ks(e.id,this,this.scope.parent)),super.parseNode(e)}}class ji extends Dn{include(e,t){super.include(e,t),t&&this.context.includeVariableInModule(this.variable)}initialise(){const e=this.declaration;this.declarationName=e.id&&e.id.name||this.declaration.name,this.variable=this.scope.addExportDefaultDeclaration(this.declarationName||this.context.getModuleName(),this,this.context),this.context.addExport(this)}removeAnnotations(e){this.declaration.removeAnnotations(e)}render(e,t,n){const{start:s,end:i}=n,r=function(e,t){return ei(e,Zs(e,"default",t)+7)}(e.original,this.start);if(this.declaration instanceof Fi)this.renderNamedDeclaration(e,r,null===this.declaration.id?function(e,t){const n=Zs(e,"function",t)+8;e=e.slice(n,Zs(e,"(",n));const s=Zs(e,"*");return-1===s?n:n+s+1}(e.original,r):null,t);else if(this.declaration instanceof Ri)this.renderNamedDeclaration(e,r,null===this.declaration.id?Zs(e.original,"class",s)+5:null,t);else{if(this.variable.getOriginalVariable()!==this.variable)return void Xs(this,e,s,i);if(!this.variable.included)return e.remove(this.start,r),this.declaration.render(e,t,{renderedSurroundingElement:cs}),void(";"!==e.original[this.end-1]&&e.appendLeft(this.end,";"));this.renderVariableDeclaration(e,r,t)}this.declaration.render(e,t)}applyDeoptimizations(){}renderNamedDeclaration(e,t,n,s){const{exportNamesByVariable:i,format:r,snippets:{getPropertyAccess:o}}=s,a=this.variable.getName(o);e.remove(this.start,t),null!==n&&e.appendLeft(n,` ${a}`),"system"===r&&this.declaration instanceof Ri&&i.has(this.variable)&&e.appendLeft(this.end,` ${ui([this.variable],s)};`)}renderVariableDeclaration(e,t,{format:n,exportNamesByVariable:s,snippets:{cnst:i,getPropertyAccess:r}}){const o=59===e.original.charCodeAt(this.end-1),a="system"===n&&s.get(this.variable);a?(e.overwrite(this.start,t,`${i} ${this.variable.getName(r)} = exports('${a[0]}', `),e.appendRight(o?this.end-1:this.end,")"+(o?"":";"))):(e.overwrite(this.start,t,`${i} ${this.variable.getName(r)} = `),o||e.appendLeft(this.end,";"))}}ji.prototype.needsBoundaries=!0;class Ui extends Dn{bind(){this.declaration?.bind()}hasEffects(e){return!!this.declaration?.hasEffects(e)}initialise(){this.context.addExport(this)}removeAnnotations(e){this.declaration?.removeAnnotations(e)}render(e,t,n){const{start:s,end:i}=n;null===this.declaration?e.remove(s,i):(e.remove(this.start,this.declaration.start),this.declaration.render(e,t,{end:i,start:s}))}applyDeoptimizations(){}}Ui.prototype.needsBoundaries=!0;class Gi extends bi{render(e,t,{renderedSurroundingElement:n}=me){super.render(e,t),n===cs&&(e.appendRight(this.start,"("),e.prependLeft(this.end,")"))}}class Wi extends ri{constructor(){super(...arguments),this.hoistedDeclarations=[]}addDeclaration(e,t,n,s){return this.hoistedDeclarations.push(e),super.addDeclaration(e,t,n,s)}}const Hi=Symbol("unset");class qi extends Dn{constructor(){super(...arguments),this.testValue=Hi}deoptimizeCache(){this.testValue=ie}hasEffects(e){if(this.test.hasEffects(e))return!0;const t=this.getTestValue();if("symbol"==typeof t){const{brokenFlow:t}=e;if(this.consequent.hasEffects(e))return!0;const n=e.brokenFlow;return e.brokenFlow=t,null===this.alternate?!1:!!this.alternate.hasEffects(e)||(e.brokenFlow=e.brokenFlow&&n,!1)}return t?this.consequent.hasEffects(e):!!this.alternate?.hasEffects(e)}include(e,t){if(this.included=!0,t)this.includeRecursively(t,e);else{const t=this.getTestValue();"symbol"==typeof t?this.includeUnknownTest(e):this.includeKnownTest(e,t)}}parseNode(e){this.consequentScope=new Wi(this.scope),this.consequent=new(this.context.getNodeConstructor(e.consequent.type))(e.consequent,this,this.consequentScope),e.alternate&&(this.alternateScope=new Wi(this.scope),this.alternate=new(this.context.getNodeConstructor(e.alternate.type))(e.alternate,this,this.alternateScope)),super.parseNode(e)}render(e,t){const{snippets:{getPropertyAccess:n}}=t,s=this.getTestValue(),i=[],r=this.test.included,o=!this.context.options.treeshake;r?this.test.render(e,t):e.remove(this.start,this.consequent.start),this.consequent.included&&(o||"symbol"==typeof s||s)?this.consequent.render(e,t):(e.overwrite(this.consequent.start,this.consequent.end,r?";":""),i.push(...this.consequentScope.hoistedDeclarations)),this.alternate&&(!this.alternate.included||!o&&"symbol"!=typeof s&&s?(r&&this.shouldKeepAlternateBranch()?e.overwrite(this.alternate.start,this.end,";"):e.remove(this.consequent.end,this.end),i.push(...this.alternateScope.hoistedDeclarations)):(r?101===e.original.charCodeAt(this.alternate.start-1)&&e.prependLeft(this.alternate.start," "):e.remove(this.consequent.end,this.alternate.start),this.alternate.render(e,t))),this.renderHoistedDeclarations(i,e,n)}applyDeoptimizations(){}getTestValue(){return this.testValue===Hi?this.testValue=this.test.getLiteralValueAtPath(X,ne,this):this.testValue}includeKnownTest(e,t){this.test.shouldBeIncluded(e)&&this.test.include(e,!1),t&&this.consequent.shouldBeIncluded(e)&&this.consequent.include(e,!1,{asSingleStatement:!0}),!t&&this.alternate?.shouldBeIncluded(e)&&this.alternate.include(e,!1,{asSingleStatement:!0})}includeRecursively(e,t){this.test.include(t,e),this.consequent.include(t,e),this.alternate?.include(t,e)}includeUnknownTest(e){this.test.include(e,!1);const{brokenFlow:t}=e;let n=!1;this.consequent.shouldBeIncluded(e)&&(this.consequent.include(e,!1,{asSingleStatement:!0}),n=e.brokenFlow,e.brokenFlow=t),this.alternate?.shouldBeIncluded(e)&&(this.alternate.include(e,!1,{asSingleStatement:!0}),e.brokenFlow=e.brokenFlow&&n)}renderHoistedDeclarations(e,t,n){const s=[...new Set(e.map((e=>{const t=e.variable;return t.included?t.getName(n):""})))].filter(Boolean).join(", ");if(s){const e=this.parent.type,n=e!==us&&e!==ls;t.prependRight(this.start,`${n?"{ ":""}var ${s}; `),n&&t.appendLeft(this.end," }")}}shouldKeepAlternateBranch(){let e=this.parent;do{if(e instanceof qi&&e.alternate)return!0;if(e instanceof ai)return!1;e=e.parent}while(e);return!1}}class Ki extends Dn{bind(){}hasEffects(){return!1}initialise(){this.context.addImport(this)}render(e,t,n){e.remove(n.start,n.end)}applyDeoptimizations(){}}Ki.prototype.needsBoundaries=!0;class Yi extends Dn{applyDeoptimizations(){}}const Xi="_interopDefault",Ji="_interopDefaultCompat",Zi="_interopNamespace",Qi="_interopNamespaceCompat",er="_interopNamespaceDefault",tr="_interopNamespaceDefaultOnly",nr="_mergeNamespaces",sr="_documentCurrentScript",ir={auto:Xi,compat:Ji,default:null,defaultOnly:null,esModule:null},rr=(e,t)=>"esModule"===e||t&&("auto"===e||"compat"===e),or={auto:Zi,compat:Qi,default:er,defaultOnly:tr,esModule:null},ar=(e,t)=>"esModule"!==e&&rr(e,t),lr=(e,t,n,s,i,r,o)=>{const a=new Set(e);for(const e of Ar)t.has(e)&&a.add(e);return Ar.map((e=>a.has(e)?cr[e](n,s,i,r,o,a):"")).join("")},cr={[sr]:(e,{_:t,n:n})=>`var${t}${sr}${t}=${t}typeof${t}document${t}!==${t}'undefined'${t}?${t}document.currentScript${t}:${t}null;${n}`,[Ji](e,t,n){const{_:s,getDirectReturnFunction:i,n:r}=t,[o,a]=i(["e"],{functionReturn:!0,lineBreakIndent:null,name:Ji});return`${o}${hr(t)}${s}?${s}${n?dr(t):ur(t)}${a}${r}${r}`},[Xi](e,t,n){const{_:s,getDirectReturnFunction:i,n:r}=t,[o,a]=i(["e"],{functionReturn:!0,lineBreakIndent:null,name:Xi});return`${o}e${s}&&${s}e.__esModule${s}?${s}${n?dr(t):ur(t)}${a}${r}${r}`},[Qi](e,t,n,s,i,r){const{_:o,getDirectReturnFunction:a,n:l}=t;if(r.has(er)){const[e,n]=a(["e"],{functionReturn:!0,lineBreakIndent:null,name:Qi});return`${e}${hr(t)}${o}?${o}e${o}:${o}${er}(e)${n}${l}${l}`}return`function ${Qi}(e)${o}{${l}${e}if${o}(${hr(t)})${o}return e;${l}`+pr(e,e,t,n,s,i)+`}${l}${l}`},[tr](e,t,n,s,i){const{getDirectReturnFunction:r,getObject:o,n:a}=t,[l,c]=r(["e"],{functionReturn:!0,lineBreakIndent:null,name:tr});return`${l}${xr(s,$r(i,o([["__proto__","null"],["default","e"]],{lineBreakIndent:null}),t))}${c}${a}${a}`},[er](e,t,n,s,i){const{_:r,n:o}=t;return`function ${er}(e)${r}{${o}`+pr(e,e,t,n,s,i)+`}${o}${o}`},[Zi](e,t,n,s,i,r){const{_:o,getDirectReturnFunction:a,n:l}=t;if(r.has(er)){const[e,t]=a(["e"],{functionReturn:!0,lineBreakIndent:null,name:Zi});return`${e}e${o}&&${o}e.__esModule${o}?${o}e${o}:${o}${er}(e)${t}${l}${l}`}return`function ${Zi}(e)${o}{${l}${e}if${o}(e${o}&&${o}e.__esModule)${o}return e;${l}`+pr(e,e,t,n,s,i)+`}${l}${l}`},[nr](e,t,n,s,i){const{_:r,cnst:o,n:a}=t,l="var"===o&&n;return`function ${nr}(n, m)${r}{${a}${e}${mr(`{${a}${e}${e}${e}if${r}(k${r}!==${r}'default'${r}&&${r}!(k in n))${r}{${a}`+(n?l?yr:br:Er)(e,e+e+e+e,t)+`${e}${e}${e}}${a}`+`${e}${e}}`,l,e,t)}${a}${e}return ${xr(s,$r(i,"n",t))};${a}}${a}${a}`}},dr=({_:e,getObject:t})=>`e${e}:${e}${t([["default","e"]],{lineBreakIndent:null})}`,ur=({_:e,getPropertyAccess:t})=>`e${t("default")}${e}:${e}e`,hr=({_:e})=>`e${e}&&${e}typeof e${e}===${e}'object'${e}&&${e}'default'${e}in e`,pr=(e,t,n,s,i,r)=>{const{_:o,cnst:a,getObject:l,getPropertyAccess:c,n:d,s:u}=n,h=`{${d}`+(s?gr:Er)(e,t+e+e,n)+`${t}${e}}`;return`${t}${a} n${o}=${o}Object.create(null${r?`,${o}{${o}[Symbol.toStringTag]:${o}${wr(l)}${o}}`:""});${d}${t}if${o}(e)${o}{${d}${t}${e}${fr(h,!s,n)}${d}${t}}${d}${t}n${c("default")}${o}=${o}e;${d}${t}return ${xr(i,"n")}${u}${d}`},fr=(e,t,{_:n,cnst:s,getFunctionIntro:i,s:r})=>"var"!==s||t?`for${n}(${s} k in e)${n}${e}`:`Object.keys(e).forEach(${i(["k"],{isAsync:!1,name:null})}${e})${r}`,mr=(e,t,n,{_:s,cnst:i,getDirectReturnFunction:r,getFunctionIntro:o,n:a})=>{if(t){const[t,i]=r(["e"],{functionReturn:!1,lineBreakIndent:{base:n,t:n},name:null});return`m.forEach(${t}e${s}&&${s}typeof e${s}!==${s}'string'${s}&&${s}!Array.isArray(e)${s}&&${s}Object.keys(e).forEach(${o(["k"],{isAsync:!1,name:null})}${e})${i});`}return`for${s}(var i${s}=${s}0;${s}i${s}<${s}m.length;${s}i++)${s}{${a}${n}${n}${i} e${s}=${s}m[i];${a}${n}${n}if${s}(typeof e${s}!==${s}'string'${s}&&${s}!Array.isArray(e))${s}{${s}for${s}(${i} k in e)${s}${e}${s}}${a}${n}}`},gr=(e,t,n)=>{const{_:s,n:i}=n;return`${t}if${s}(k${s}!==${s}'default')${s}{${i}`+yr(e,t+e,n)+`${t}}${i}`},yr=(e,t,{_:n,cnst:s,getDirectReturnFunction:i,n:r})=>{const[o,a]=i([],{functionReturn:!0,lineBreakIndent:null,name:null});return`${t}${s} d${n}=${n}Object.getOwnPropertyDescriptor(e,${n}k);${r}${t}Object.defineProperty(n,${n}k,${n}d.get${n}?${n}d${n}:${n}{${r}${t}${e}enumerable:${n}true,${r}${t}${e}get:${n}${o}e[k]${a}${r}${t}});${r}`},br=(e,t,{_:n,cnst:s,getDirectReturnFunction:i,n:r})=>{const[o,a]=i([],{functionReturn:!0,lineBreakIndent:null,name:null});return`${t}${s} d${n}=${n}Object.getOwnPropertyDescriptor(e,${n}k);${r}${t}if${n}(d)${n}{${r}${t}${e}Object.defineProperty(n,${n}k,${n}d.get${n}?${n}d${n}:${n}{${r}${t}${e}${e}enumerable:${n}true,${r}${t}${e}${e}get:${n}${o}e[k]${a}${r}${t}${e}});${r}${t}}${r}`},Er=(e,t,{_:n,n:s})=>`${t}n[k]${n}=${n}e[k];${s}`,xr=(e,t)=>e?`Object.freeze(${t})`:t,$r=(e,t,{_:n,getObject:s})=>e?`Object.defineProperty(${t},${n}Symbol.toStringTag,${n}${wr(s)})`:t,Ar=Object.keys(cr);function wr(e){return e([["value","'Module'"]],{lineBreakIndent:null})}function Sr(e,t){return null!==e.renderBaseName&&t.has(e)&&e.isReassigned}class vr extends Dn{declareDeclarator(e){this.id.declare(e,this.init||on)}deoptimizePath(e){this.id.deoptimizePath(e)}hasEffects(e){this.deoptimized||this.applyDeoptimizations();const t=this.init?.hasEffects(e);return this.id.markDeclarationReached(),t||this.id.hasEffects(e)}include(e,t){const{deoptimized:n,id:s,init:i}=this;n||this.applyDeoptimizations(),this.included=!0,i?.include(e,t),s.markDeclarationReached(),(t||s.shouldBeIncluded(e))&&s.include(e,t)}removeAnnotations(e){this.init?.removeAnnotations(e)}render(e,t){const{exportNamesByVariable:n,snippets:{_:s,getPropertyAccess:i}}=t,{end:r,id:o,init:a,start:l}=this,c=o.included;if(c)o.render(e,t);else{const t=Zs(e.original,"=",o.end);e.remove(l,ei(e.original,t+1))}if(a){if(o instanceof Ks&&a instanceof Li&&!a.id){o.variable.getName(i)!==o.name&&e.appendLeft(a.start+5,` ${o.name}`)}a.render(e,t,c?me:{renderedSurroundingElement:cs})}else o instanceof Ks&&Sr(o.variable,n)&&e.appendLeft(r,`${s}=${s}void 0`)}applyDeoptimizations(){this.deoptimized=!0;const{id:e,init:t}=this;if(t&&e instanceof Ks&&t instanceof Li&&!t.id){const{name:n,variable:s}=e;for(const e of t.scope.accessedOutsideVariables.values())e!==s&&e.forbidName(n)}}}function Ir(e,t,n){return"external"===t?or[n(e instanceof Qt?e.id:null)]:"default"===t?tr:null}const Pr={amd:["require"],cjs:["require"],system:["module"]};function kr(e){const t=[];for(const n of e.properties){if("RestElement"===n.type||n.computed||"Identifier"!==n.key.type)return;t.push(n.key.name)}return t}class Nr extends Dn{applyDeoptimizations(){}}const Cr="ROLLUP_FILE_URL_",Or="import";const Mr=["cjs","iife","umd"],_r={amd:["document","module","URL"],cjs:["document","require","URL",sr],es:[],iife:["document","URL",sr],system:["module"],umd:["document","require","URL",sr]},Dr={amd:["document","require","URL"],cjs:["document","require","URL"],es:[],iife:["document","URL"],system:["module","URL"],umd:["document","require","URL"]},Rr=(e,t="URL")=>`new ${t}(${e}).href`,Lr=(e,t=!1)=>Rr(`'${L(e)}', ${t?"typeof document === 'undefined' ? location.href : ":""}document.currentScript && document.currentScript.src || document.baseURI`),Br=e=>(t,{chunkId:n})=>{const s=e(n);return null===t?`({ url: ${s} })`:"url"===t?s:"undefined"},Tr=e=>`require('u' + 'rl').pathToFileURL(${e}).href`,zr=e=>Tr(`__dirname + '/${e}'`),Vr=(e,t=!1)=>`${t?"typeof document === 'undefined' ? location.href : ":""}(${sr} && ${sr}.src || new URL('${L(e)}', document.baseURI).href)`,Fr={amd:e=>("."!==e[0]&&(e="./"+e),Rr(`require.toUrl('${e}'), document.baseURI`)),cjs:e=>`(typeof document === 'undefined' ? ${zr(e)} : ${Lr(e)})`,es:e=>Rr(`'${e}', import.meta.url`),iife:e=>Lr(e),system:e=>Rr(`'${e}', module.meta.url`),umd:e=>`(typeof document === 'undefined' && typeof location === 'undefined' ? ${zr(e)} : ${Lr(e,!0)})`},jr={amd:Br((()=>Rr("module.uri, document.baseURI"))),cjs:Br((e=>`(typeof document === 'undefined' ? ${Tr("__filename")} : ${Vr(e)})`)),iife:Br((e=>Vr(e))),system:(e,{snippets:{getPropertyAccess:t}})=>null===e?"module.meta":`module.meta${t(e)}`,umd:Br((e=>`(typeof document === 'undefined' && typeof location === 'undefined' ? ${Tr("__filename")} : ${Vr(e,!0)})`))};class Ur extends Dn{constructor(){super(...arguments),this.objectEntity=null}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.getObjectEntity().deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizeCache(){this.getObjectEntity().deoptimizeAllProperties()}deoptimizePath(e){this.getObjectEntity().deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.getObjectEntity().getLiteralValueAtPath(e,t,n)}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,n,s)}hasEffectsOnInteractionAtPath(e,t,n){return this.getObjectEntity().hasEffectsOnInteractionAtPath(e,t,n)}render(e,t,{renderedSurroundingElement:n}=me){super.render(e,t),n!==cs&&n!==as||(e.appendRight(this.start,"("),e.prependLeft(this.end,")"))}applyDeoptimizations(){}getObjectEntity(){if(null!==this.objectEntity)return this.objectEntity;let e=Wn;const t=[];for(const n of this.properties){if(n instanceof Rn){t.push({key:H,kind:"init",property:n});continue}let s;if(n.computed){const e=n.key.getLiteralValueAtPath(X,ne,this);if("symbol"==typeof e){t.push({key:H,kind:n.kind,property:n});continue}s=String(e)}else if(s=n.key instanceof Ks?n.key.name:String(n.key.value),"__proto__"===s&&"init"===n.kind){e=n.value instanceof Ai&&null===n.value.value?null:n.value;continue}t.push({key:s,kind:n.kind,property:n})}return this.objectEntity=new jn(t,e)}}class Gr extends Dn{constructor(){super(...arguments),this.hasCachedEffect=null,this.hasLoggedEffect=!1}hasCachedEffects(){return!!this.included&&(null===this.hasCachedEffect?this.hasCachedEffect=this.hasEffects(sn()):this.hasCachedEffect)}hasEffects(e){for(const t of this.body)if(t.hasEffects(e)){if(this.context.options.experimentalLogSideEffects&&!this.hasLoggedEffect){this.hasLoggedEffect=!0;const{code:e,log:n,module:s}=this.context;n(Se,Bt(e,s.id,ke(e,t.start,{offsetLine:1})),t.start)}return this.hasCachedEffect=!0}return!1}include(e,t){this.included=!0;for(const n of this.body)(t||n.shouldBeIncluded(e))&&n.include(e,t)}render(e,t){let n=this.start;if(e.original.startsWith("#!")&&(n=Math.min(e.original.indexOf("\n")+1,this.end),e.remove(0,n)),this.body.length>0){for(;"/"===e.original[n]&&/[*/]/.test(e.original[n+1]);){const t=ti(e.original.slice(n,this.body[0].start));if(-1===t[0])break;n+=t[1]}ni(this.body,e,n,this.end,t)}else super.render(e,t)}applyDeoptimizations(){}}class Wr extends Dn{hasEffects(e){if(this.test?.hasEffects(e))return!0;for(const t of this.consequent){if(e.brokenFlow)break;if(t.hasEffects(e))return!0}return!1}include(e,t){this.included=!0,this.test?.include(e,t);for(const n of this.consequent)(t||n.shouldBeIncluded(e))&&n.include(e,t)}render(e,t,n){if(this.consequent.length>0){this.test&&this.test.render(e,t);const s=this.test?this.test.end:Zs(e.original,"default",this.start)+7,i=Zs(e.original,":",s)+1;ni(this.consequent,e,i,n.end,t)}else super.render(e,t)}}Wr.prototype.needsBoundaries=!0;class Hr extends Dn{deoptimizeArgumentsOnInteractionAtPath(){}getLiteralValueAtPath(e){return e.length>0||1!==this.quasis.length?ie:this.quasis[0].value.cooked}getReturnExpressionWhenCalledAtPath(e){return 1!==e.length?le:$n(En,e[0])}hasEffectsOnInteractionAtPath(e,t,n){return 0===t.type?e.length>1:2!==t.type||1!==e.length||xn(En,e[0],t,n)}render(e,t){e.indentExclusionRanges.push([this.start,this.end]),super.render(e,t)}}class qr extends pe{constructor(){super("undefined")}getLiteralValueAtPath(){}}class Kr extends hs{constructor(e,t,n){super(e,t,t.declaration,n),this.hasId=!1,this.originalId=null,this.originalVariable=null;const s=t.declaration;(s instanceof Fi||s instanceof Ri)&&s.id?(this.hasId=!0,this.originalId=s.id):s instanceof Ks&&(this.originalId=s)}addReference(e){this.hasId||(this.name=e.name)}forbidName(e){const t=this.getOriginalVariable();t===this?super.forbidName(e):t.forbidName(e)}getAssignedVariableName(){return this.originalId&&this.originalId.name||null}getBaseVariableName(){const e=this.getOriginalVariable();return e===this?super.getBaseVariableName():e.getBaseVariableName()}getDirectOriginalVariable(){return!this.originalId||!this.hasId&&(this.originalId.isPossibleTDZ()||this.originalId.variable.isReassigned||this.originalId.variable instanceof qr||"syntheticNamespace"in this.originalId.variable)?null:this.originalId.variable}getName(e){const t=this.getOriginalVariable();return t===this?super.getName(e):t.getName(e)}getOriginalVariable(){if(this.originalVariable)return this.originalVariable;let e,t=this;const n=new Set;do{n.add(t),e=t,t=e.getDirectOriginalVariable()}while(t instanceof Kr&&!n.has(t));return this.originalVariable=t||e}}class Yr extends ws{constructor(e,t){super(e),this.context=t,this.variables.set("this",new hs("this",null,on,t))}addExportDefaultDeclaration(e,t,n){const s=new Kr(e,t,n);return this.variables.set("default",s),s}addNamespaceMemberAccess(){}deconflict(e,t,n){for(const s of this.children)s.deconflict(e,t,n)}findLexicalBoundary(){return this}findVariable(e){const t=this.variables.get(e)||this.accessedOutsideVariables.get(e);if(t)return t;const n=this.context.traceVariable(e)||this.parent.findVariable(e);return n instanceof Hs&&this.accessedOutsideVariables.set(e,n),n}}const Xr={"!":e=>!e,"+":e=>+e,"-":e=>-e,delete:()=>ie,typeof:e=>typeof e,void:()=>{},"~":e=>~e};class Jr extends Dn{deoptimizePath(){for(const e of this.declarations)e.deoptimizePath(X)}hasEffectsOnInteractionAtPath(){return!1}include(e,t,{asSingleStatement:n}=me){this.included=!0;for(const s of this.declarations){(t||s.shouldBeIncluded(e))&&s.include(e,t);const{id:i,init:r}=s;n&&i.include(e,t),r&&i.included&&!r.included&&(i instanceof fi||i instanceof os)&&r.include(e,t)}}initialise(){for(const e of this.declarations)e.declareDeclarator(this.kind)}removeAnnotations(e){this.declarations[0].removeAnnotations(e)}render(e,t,n=me){if(function(e,t){for(const n of e){if(!n.id.included)return!1;if(n.id.type===ds){if(t.has(n.id.variable))return!1}else{const e=[];if(n.id.addExportedVariables(e,t),e.length>0)return!1}}return!0}(this.declarations,t.exportNamesByVariable)){for(const n of this.declarations)n.render(e,t);n.isNoStatement||59===e.original.charCodeAt(this.end-1)||e.appendLeft(this.end,";")}else this.renderReplacedDeclarations(e,t)}applyDeoptimizations(){}renderDeclarationEnd(e,t,n,s,i,r,o){59===e.original.charCodeAt(this.end-1)&&e.remove(this.end-1,this.end),t+=";",null===n?e.appendLeft(i,t):(10!==e.original.charCodeAt(s-1)||10!==e.original.charCodeAt(this.end)&&13!==e.original.charCodeAt(this.end)||(s--,13===e.original.charCodeAt(s)&&s--),s===n+1?e.overwrite(n,i,t):(e.overwrite(n,n+1,t),e.remove(s,i))),r.length>0&&e.appendLeft(i,` ${ui(r,o)};`)}renderReplacedDeclarations(e,t){const n=si(this.declarations,e,this.start+this.kind.length,this.end-(59===e.original.charCodeAt(this.end-1)?1:0));let s,i;i=ei(e.original,this.start+this.kind.length);let r=i-1;e.remove(this.start,r);let o,a,l=!1,c=!1,d="";const u=[],h=function(e,t,n){let s=null;if("system"===t.format){for(const{node:i}of e)i.id instanceof Ks&&i.init&&0===n.length&&1===t.exportNamesByVariable.get(i.id.variable)?.length?(s=i.id.variable,n.push(s)):i.id.addExportedVariables(n,t.exportNamesByVariable);n.length>1?s=null:s&&(n.length=0)}return s}(n,t,u);for(const{node:u,start:p,separator:f,contentEnd:m,end:g}of n)if(u.included){if(u.render(e,t),o="",a="",!u.id.included||u.id instanceof Ks&&Sr(u.id.variable,t.exportNamesByVariable))c&&(d+=";"),l=!1;else{if(h&&h===u.id.variable){const n=Zs(e.original,"=",u.id.end);hi(h,ei(e.original,n+1),null===f?m:f,e,t)}l?d+=",":(c&&(d+=";"),o+=`${this.kind} `,l=!0)}i===r+1?e.overwrite(r,i,d+o):(e.overwrite(r,r+1,d),e.appendLeft(i,o)),s=m,i=g,c=!0,r=f,d=""}else e.remove(p,g),u.removeAnnotations(e);this.renderDeclarationEnd(e,d,r,s,i,u,t)}}const Zr={ArrayExpression:rs,ArrayPattern:os,ArrowFunctionExpression:di,AssignmentExpression:class extends Dn{hasEffects(e){const{deoptimized:t,left:n,operator:s,right:i}=this;return t||this.applyDeoptimizations(),i.hasEffects(e)||n.hasEffectsAsAssignmentTarget(e,"="!==s)}hasEffectsOnInteractionAtPath(e,t,n){return this.right.hasEffectsOnInteractionAtPath(e,t,n)}include(e,t){const{deoptimized:n,left:s,right:i,operator:r}=this;n||this.applyDeoptimizations(),this.included=!0,(t||"="!==r||s.included||s.hasEffectsAsAssignmentTarget(sn(),!1))&&s.includeAsAssignmentTarget(e,t,"="!==r),i.include(e,t)}initialise(){this.left.setAssignedValue(this.right)}render(e,t,{preventASI:n,renderedParentType:s,renderedSurroundingElement:i}=me){const{left:r,right:o,start:a,end:l,parent:c}=this;if(r.included)r.render(e,t),o.render(e,t);else{const l=ei(e.original,Zs(e.original,"=",r.end)+1);e.remove(a,l),n&&ii(e,l,o.start),o.render(e,t,{renderedParentType:s||c.type,renderedSurroundingElement:i||c.type})}if("system"===t.format)if(r instanceof Ks){const n=r.variable,s=t.exportNamesByVariable.get(n);if(s)return void(1===s.length?hi(n,a,l,e,t):pi(n,a,l,c.type!==cs,e,t))}else{const n=[];if(r.addExportedVariables(n,t.exportNamesByVariable),n.length>0)return void function(e,t,n,s,i,r){const{_:o,getDirectReturnIifeLeft:a}=r.snippets;i.prependRight(t,a(["v"],`${ui(e,r)},${o}v`,{needsArrowReturnParens:!0,needsWrappedFunction:s})),i.appendLeft(n,")")}(n,a,l,i===cs,e,t)}r.included&&r instanceof fi&&(i===cs||i===as)&&(e.appendRight(a,"("),e.prependLeft(l,")"))}applyDeoptimizations(){this.deoptimized=!0,this.left.deoptimizePath(X),this.right.deoptimizePath(J),this.context.requestTreeshakingPass()}},AssignmentPattern:class extends Dn{addExportedVariables(e,t){this.left.addExportedVariables(e,t)}declare(e,t){return this.left.declare(e,t)}deoptimizePath(e){0===e.length&&this.left.deoptimizePath(e)}hasEffectsOnInteractionAtPath(e,t,n){return e.length>0||this.left.hasEffectsOnInteractionAtPath(X,t,n)}markDeclarationReached(){this.left.markDeclarationReached()}render(e,t,{isShorthandProperty:n}=me){this.left.render(e,t,{isShorthandProperty:n}),this.right.render(e,t)}applyDeoptimizations(){this.deoptimized=!0,this.left.deoptimizePath(X),this.right.deoptimizePath(J),this.context.requestTreeshakingPass()}},AwaitExpression:Ei,BinaryExpression:class extends Dn{deoptimizeCache(){}getLiteralValueAtPath(e,t,n){if(e.length>0)return ie;const s=this.left.getLiteralValueAtPath(X,t,n);if("symbol"==typeof s)return ie;const i=this.right.getLiteralValueAtPath(X,t,n);if("symbol"==typeof i)return ie;const r=xi[this.operator];return r?r(s,i):ie}hasEffects(e){return"+"===this.operator&&this.parent instanceof oi&&""===this.left.getLiteralValueAtPath(X,ne,this)||super.hasEffects(e)}hasEffectsOnInteractionAtPath(e,{type:t}){return 0!==t||e.length>1}removeAnnotations(e){this.left.removeAnnotations(e)}render(e,t,{renderedSurroundingElement:n}=me){this.left.render(e,t,{renderedSurroundingElement:n}),this.right.render(e,t)}},BlockStatement:ai,BreakStatement:class extends Dn{hasEffects(e){if(this.label){if(!e.ignore.labels.has(this.label.name))return!0;e.includedLabels.add(this.label.name)}else{if(!e.ignore.breaks)return!0;e.hasBreak=!0}return e.brokenFlow=!0,!1}include(e){this.included=!0,this.label?(this.label.include(),e.includedLabels.add(this.label.name)):e.hasBreak=!0,e.brokenFlow=!0}},CallExpression:ki,CatchClause:class extends Dn{createScope(e){this.scope=new Ni(e,this.context)}parseNode(e){const{param:t}=e;t&&(this.param=new(this.context.getNodeConstructor(t.type))(t,this,this.scope),this.param.declare("parameter",ae)),super.parseNode(e)}},ChainExpression:class extends Dn{deoptimizeCache(){}getLiteralValueAtPath(e,t,n){if(!this.expression.isSkippedAsOptional(n))return this.expression.getLiteralValueAtPath(e,t,n)}hasEffects(e){return!this.expression.isSkippedAsOptional(this)&&this.expression.hasEffects(e)}removeAnnotations(e){this.expression.removeAnnotations(e)}},ClassBody:class extends Dn{createScope(e){this.scope=new Ci(e,this.parent,this.context)}include(e,t){this.included=!0,this.context.includeVariableInModule(this.scope.thisVariable);for(const n of this.body)n.include(e,t)}parseNode(e){const t=this.body=[];for(const n of e.body)t.push(new(this.context.getNodeConstructor(n.type))(n,this,n.static?this.scope:this.scope.instanceScope));super.parseNode(e)}applyDeoptimizations(){}},ClassDeclaration:Ri,ClassExpression:Li,ConditionalExpression:class extends Dn{constructor(){super(...arguments),this.expressionsToBeDeoptimized=[],this.isBranchResolutionAnalysed=!1,this.usedBranch=null}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.consequent.deoptimizeArgumentsOnInteractionAtPath(e,t,n),this.alternate.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizeCache(){if(null!==this.usedBranch){const e=this.usedBranch===this.consequent?this.alternate:this.consequent;this.usedBranch=null,e.deoptimizePath(J);const{expressionsToBeDeoptimized:t}=this;this.expressionsToBeDeoptimized=ye;for(const e of t)e.deoptimizeCache()}}deoptimizePath(e){const t=this.getUsedBranch();t?t.deoptimizePath(e):(this.consequent.deoptimizePath(e),this.alternate.deoptimizePath(e))}getLiteralValueAtPath(e,t,n){const s=this.getUsedBranch();return s?(this.expressionsToBeDeoptimized.push(n),s.getLiteralValueAtPath(e,t,n)):ie}getReturnExpressionWhenCalledAtPath(e,t,n,s){const i=this.getUsedBranch();return i?(this.expressionsToBeDeoptimized.push(s),i.getReturnExpressionWhenCalledAtPath(e,t,n,s)):[new Bi([this.consequent.getReturnExpressionWhenCalledAtPath(e,t,n,s)[0],this.alternate.getReturnExpressionWhenCalledAtPath(e,t,n,s)[0]]),!1]}hasEffects(e){if(this.test.hasEffects(e))return!0;const t=this.getUsedBranch();return t?t.hasEffects(e):this.consequent.hasEffects(e)||this.alternate.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,n){const s=this.getUsedBranch();return s?s.hasEffectsOnInteractionAtPath(e,t,n):this.consequent.hasEffectsOnInteractionAtPath(e,t,n)||this.alternate.hasEffectsOnInteractionAtPath(e,t,n)}include(e,t){this.included=!0;const n=this.getUsedBranch();t||this.test.shouldBeIncluded(e)||null===n?(this.test.include(e,t),this.consequent.include(e,t),this.alternate.include(e,t)):n.include(e,t)}includeCallArguments(e,t){const n=this.getUsedBranch();n?n.includeCallArguments(e,t):(this.consequent.includeCallArguments(e,t),this.alternate.includeCallArguments(e,t))}removeAnnotations(e){this.test.removeAnnotations(e)}render(e,t,{isCalleeOfRenderedParent:n,preventASI:s,renderedParentType:i,renderedSurroundingElement:r}=me){const o=this.getUsedBranch();if(this.test.included)this.test.render(e,t,{renderedSurroundingElement:r}),this.consequent.render(e,t),this.alternate.render(e,t);else{const a=Zs(e.original,":",this.consequent.end),l=ei(e.original,(this.consequent.included?Zs(e.original,"?",this.test.end):a)+1);s&&ii(e,l,o.start),e.remove(this.start,l),this.consequent.included&&e.remove(a,this.end),this.test.removeAnnotations(e),o.render(e,t,{isCalleeOfRenderedParent:n,preventASI:!0,renderedParentType:i||this.parent.type,renderedSurroundingElement:r||this.parent.type})}}getUsedBranch(){if(this.isBranchResolutionAnalysed)return this.usedBranch;this.isBranchResolutionAnalysed=!0;const e=this.test.getLiteralValueAtPath(X,ne,this);return"symbol"==typeof e?null:this.usedBranch=e?this.consequent:this.alternate}},ContinueStatement:class extends Dn{hasEffects(e){if(this.label){if(!e.ignore.labels.has(this.label.name))return!0;e.includedLabels.add(this.label.name)}else{if(!e.ignore.continues)return!0;e.hasContinue=!0}return e.brokenFlow=!0,!1}include(e){this.included=!0,this.label?(this.label.include(),e.includedLabels.add(this.label.name)):e.hasContinue=!0,e.brokenFlow=!0}},DoWhileStatement:class extends Dn{hasEffects(e){return!!this.test.hasEffects(e)||Ti(e,this.body)}include(e,t){this.included=!0,this.test.include(e,t),zi(e,this.body,t)}},EmptyStatement:class extends Dn{hasEffects(){return!1}},ExportAllDeclaration:Vi,ExportDefaultDeclaration:ji,ExportNamedDeclaration:Ui,ExportSpecifier:class extends Dn{applyDeoptimizations(){}},ExpressionStatement:oi,ForInStatement:class extends Dn{createScope(e){this.scope=new ri(e)}hasEffects(e){const{body:t,deoptimized:n,left:s,right:i}=this;return n||this.applyDeoptimizations(),!(!s.hasEffectsAsAssignmentTarget(e,!1)&&!i.hasEffects(e))||Ti(e,t)}include(e,t){const{body:n,deoptimized:s,left:i,right:r}=this;s||this.applyDeoptimizations(),this.included=!0,i.includeAsAssignmentTarget(e,t||!0,!1),r.include(e,t),zi(e,n,t)}initialise(){this.left.setAssignedValue(ae)}render(e,t){this.left.render(e,t,Js),this.right.render(e,t,Js),110===e.original.charCodeAt(this.right.start-1)&&e.prependLeft(this.right.start," "),this.body.render(e,t)}applyDeoptimizations(){this.deoptimized=!0,this.left.deoptimizePath(X),this.context.requestTreeshakingPass()}},ForOfStatement:class extends Dn{createScope(e){this.scope=new ri(e)}hasEffects(){return this.deoptimized||this.applyDeoptimizations(),!0}include(e,t){const{body:n,deoptimized:s,left:i,right:r}=this;s||this.applyDeoptimizations(),this.included=!0,i.includeAsAssignmentTarget(e,t||!0,!1),r.include(e,t),zi(e,n,t)}initialise(){this.left.setAssignedValue(ae)}render(e,t){this.left.render(e,t,Js),this.right.render(e,t,Js),102===e.original.charCodeAt(this.right.start-1)&&e.prependLeft(this.right.start," "),this.body.render(e,t)}applyDeoptimizations(){this.deoptimized=!0,this.left.deoptimizePath(X),this.right.deoptimizePath(J),this.context.requestTreeshakingPass()}},ForStatement:class extends Dn{createScope(e){this.scope=new ri(e)}hasEffects(e){return!!(this.init?.hasEffects(e)||this.test?.hasEffects(e)||this.update?.hasEffects(e))||Ti(e,this.body)}include(e,t){this.included=!0,this.init?.include(e,t,{asSingleStatement:!0}),this.test?.include(e,t),this.update?.include(e,t),zi(e,this.body,t)}render(e,t){this.init?.render(e,t,Js),this.test?.render(e,t,Js),this.update?.render(e,t,Js),this.body.render(e,t)}},FunctionDeclaration:Fi,FunctionExpression:Gi,Identifier:Ks,IfStatement:qi,ImportAttribute:class extends Dn{},ImportDeclaration:Ki,ImportDefaultSpecifier:Yi,ImportExpression:class extends Dn{constructor(){super(...arguments),this.inlineNamespace=null,this.attributes=null,this.mechanism=null,this.namespaceExportName=void 0,this.resolution=null,this.resolutionString=null}bind(){this.source.bind()}getDeterministicImportedNames(){const e=this.parent;if(e instanceof oi)return ye;if(e instanceof Ei){const t=e.parent;if(t instanceof oi)return ye;if(t instanceof vr){const e=t.id;return e instanceof fi?kr(e):void 0}if(t instanceof vi){const e=t.property;if(!t.computed&&e instanceof Ks)return[e.name]}}else if(e instanceof vi){const t=e.parent,n=e.property;if(!(t instanceof ki&&n instanceof Ks))return;const s=n.name;if(t.parent instanceof oi&&["catch","finally"].includes(s))return ye;if("then"!==s)return;if(0===t.arguments.length)return ye;const i=t.arguments[0];if(1!==t.arguments.length||!(i instanceof di||i instanceof Gi))return;if(0===i.params.length)return ye;const r=i.params[0];return 1===i.params.length&&r instanceof fi?kr(r):void 0}}hasEffects(){return!0}include(e,t){this.included||(this.included=!0,this.context.includeDynamicImport(this),this.scope.addAccessedDynamicImport(this)),this.source.include(e,t)}initialise(){this.context.addDynamicImport(this)}parseNode(e){super.parseNode(e,["source"])}render(e,t){const{snippets:{_:n,getDirectReturnFunction:s,getObject:i,getPropertyAccess:r}}=t;if(this.inlineNamespace){const[t,n]=s([],{functionReturn:!0,lineBreakIndent:null,name:null});e.overwrite(this.start,this.end,`Promise.resolve().then(${t}${this.inlineNamespace.getName(r)}${n})`)}else{if(this.mechanism&&(e.overwrite(this.start,Zs(e.original,"(",this.start+6)+1,this.mechanism.left),e.overwrite(this.end-1,this.end,this.mechanism.right)),this.resolutionString){if(e.overwrite(this.source.start,this.source.end,this.resolutionString),this.namespaceExportName){const[t,n]=s(["n"],{functionReturn:!0,lineBreakIndent:null,name:null});e.prependLeft(this.end,`.then(${t}n.${this.namespaceExportName}${n})`)}}else this.source.render(e,t);!0!==this.attributes&&(this.options&&e.overwrite(this.source.end,this.end-1,"",{contentOnly:!0}),this.attributes&&e.appendLeft(this.end-1,`,${n}${i([["assert",this.attributes]],{lineBreakIndent:null})}`))}}setExternalResolution(e,t,n,s,i,r,o,a,l){const{format:c}=n;this.inlineNamespace=null,this.resolution=t,this.resolutionString=o,this.namespaceExportName=a,this.attributes=l;const d=[...Pr[c]||[]];let u;({helper:u,mechanism:this.mechanism}=this.getDynamicImportMechanismAndHelper(t,e,n,s,i)),u&&d.push(u),d.length>0&&this.scope.addAccessedGlobals(d,r)}setInternalResolution(e){this.inlineNamespace=e}applyDeoptimizations(){}getDynamicImportMechanismAndHelper(e,t,{compact:n,dynamicImportInCjs:s,format:i,generatedCode:{arrowFunctions:r},interop:o},{_:a,getDirectReturnFunction:l,getDirectReturnIifeLeft:c},d){const u=d.hookFirstSync("renderDynamicImport",[{customResolution:"string"==typeof this.resolution?this.resolution:null,format:i,moduleId:this.context.module.id,targetModuleId:this.resolution&&"string"!=typeof this.resolution?this.resolution.id:null}]);if(u)return{helper:null,mechanism:u};const h=!this.resolution||"string"==typeof this.resolution;switch(i){case"cjs":{if(s&&(!e||"string"==typeof e||e instanceof Qt))return{helper:null,mechanism:null};const n=Ir(e,t,o);let i="require(",a=")";n&&(i=`/*#__PURE__*/${n}(${i}`,a+=")");const[d,u]=l([],{functionReturn:!0,lineBreakIndent:null,name:null});return i=`Promise.resolve().then(${d}${i}`,a+=`${u})`,!r&&h&&(i=c(["t"],`${i}t${a}`,{needsArrowReturnParens:!1,needsWrappedFunction:!0}),a=")"),{helper:n,mechanism:{left:i,right:a}}}case"amd":{const s=n?"c":"resolve",i=n?"e":"reject",d=Ir(e,t,o),[u,p]=l(["m"],{functionReturn:!1,lineBreakIndent:null,name:null}),f=d?`${u}${s}(/*#__PURE__*/${d}(m))${p}`:s,[m,g]=l([s,i],{functionReturn:!1,lineBreakIndent:null,name:null});let y=`new Promise(${m}require([`,b=`],${a}${f},${a}${i})${g})`;return!r&&h&&(y=c(["t"],`${y}t${b}`,{needsArrowReturnParens:!1,needsWrappedFunction:!0}),b=")"),{helper:d,mechanism:{left:y,right:b}}}case"system":return{helper:null,mechanism:{left:"module.import(",right:")"}}}return{helper:null,mechanism:null}}},ImportNamespaceSpecifier:Nr,ImportSpecifier:class extends Dn{applyDeoptimizations(){}},LabeledStatement:class extends Dn{hasEffects(e){const t=e.brokenFlow;return e.ignore.labels.add(this.label.name),!!this.body.hasEffects(e)||(e.ignore.labels.delete(this.label.name),e.includedLabels.has(this.label.name)&&(e.includedLabels.delete(this.label.name),e.brokenFlow=t),!1)}include(e,t){this.included=!0;const n=e.brokenFlow;this.body.include(e,t),(t||e.includedLabels.has(this.label.name))&&(this.label.include(),e.includedLabels.delete(this.label.name),e.brokenFlow=n)}render(e,t){this.label.included?this.label.render(e,t):e.remove(this.start,ei(e.original,Zs(e.original,":",this.label.end)+1)),this.body.render(e,t)}},Literal:Ai,LogicalExpression:class extends Dn{constructor(){super(...arguments),this.expressionsToBeDeoptimized=[],this.isBranchResolutionAnalysed=!1,this.usedBranch=null}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.left.deoptimizeArgumentsOnInteractionAtPath(e,t,n),this.right.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizeCache(){if(this.usedBranch){const e=this.usedBranch===this.left?this.right:this.left;this.usedBranch=null,e.deoptimizePath(J);const{context:t,expressionsToBeDeoptimized:n}=this;this.expressionsToBeDeoptimized=ye;for(const e of n)e.deoptimizeCache();t.requestTreeshakingPass()}}deoptimizePath(e){const t=this.getUsedBranch();t?t.deoptimizePath(e):(this.left.deoptimizePath(e),this.right.deoptimizePath(e))}getLiteralValueAtPath(e,t,n){const s=this.getUsedBranch();return s?(this.expressionsToBeDeoptimized.push(n),s.getLiteralValueAtPath(e,t,n)):ie}getReturnExpressionWhenCalledAtPath(e,t,n,s){const i=this.getUsedBranch();return i?(this.expressionsToBeDeoptimized.push(s),i.getReturnExpressionWhenCalledAtPath(e,t,n,s)):[new Bi([this.left.getReturnExpressionWhenCalledAtPath(e,t,n,s)[0],this.right.getReturnExpressionWhenCalledAtPath(e,t,n,s)[0]]),!1]}hasEffects(e){return!!this.left.hasEffects(e)||this.getUsedBranch()!==this.left&&this.right.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,n){const s=this.getUsedBranch();return s?s.hasEffectsOnInteractionAtPath(e,t,n):this.left.hasEffectsOnInteractionAtPath(e,t,n)||this.right.hasEffectsOnInteractionAtPath(e,t,n)}include(e,t){this.included=!0;const n=this.getUsedBranch();t||n===this.right&&this.left.shouldBeIncluded(e)||!n?(this.left.include(e,t),this.right.include(e,t)):n.include(e,t)}removeAnnotations(e){this.left.removeAnnotations(e)}render(e,t,{isCalleeOfRenderedParent:n,preventASI:s,renderedParentType:i,renderedSurroundingElement:r}=me){if(this.left.included&&this.right.included)this.left.render(e,t,{preventASI:s,renderedSurroundingElement:r}),this.right.render(e,t);else{const o=Zs(e.original,this.operator,this.left.end);if(this.right.included){const t=ei(e.original,o+2);e.remove(this.start,t),s&&ii(e,t,this.right.start),this.left.removeAnnotations(e)}else e.remove(o,this.end);this.getUsedBranch().render(e,t,{isCalleeOfRenderedParent:n,preventASI:s,renderedParentType:i||this.parent.type,renderedSurroundingElement:r||this.parent.type})}}getUsedBranch(){if(!this.isBranchResolutionAnalysed){this.isBranchResolutionAnalysed=!0;const e=this.left.getLiteralValueAtPath(X,ne,this);if("symbol"==typeof e)return null;this.usedBranch="||"===this.operator&&e||"&&"===this.operator&&!e||"??"===this.operator&&null!=e?this.left:this.right}return this.usedBranch}},MemberExpression:vi,MetaProperty:class extends Dn{constructor(){super(...arguments),this.metaProperty=null,this.preliminaryChunkId=null,this.referenceId=null}getReferencedFileName(e){const{meta:{name:t},metaProperty:n}=this;return t===Or&&n?.startsWith(Cr)?e.getFileName(n.slice(16)):null}hasEffects(){return!1}hasEffectsOnInteractionAtPath(e,{type:t}){return e.length>1||0!==t}include(){if(!this.included&&(this.included=!0,this.meta.name===Or)){this.context.addImportMeta(this);const e=this.parent,t=this.metaProperty=e instanceof vi&&"string"==typeof e.propertyKey?e.propertyKey:null;t?.startsWith(Cr)&&(this.referenceId=t.slice(16))}}render(e,t){const{format:n,pluginDriver:s,snippets:i}=t,{context:{module:r},meta:{name:o},metaProperty:a,parent:l,preliminaryChunkId:c,referenceId:d,start:u,end:h}=this,{id:p}=r;if(o!==Or)return;const f=c;if(d){const t=s.getFileName(d),i=P(O(N(f),t)),r=s.hookFirstSync("resolveFileUrl",[{chunkId:f,fileName:t,format:n,moduleId:p,referenceId:d,relativePath:i}])||Fr[n](i);return void e.overwrite(l.start,l.end,r,{contentOnly:!0})}let m=s.hookFirstSync("resolveImportMeta",[a,{chunkId:f,format:n,moduleId:p}]);m||(m=jr[n]?.(a,{chunkId:f,snippets:i}),t.accessedDocumentCurrentScript||=Mr.includes(n)&&"undefined"!==m),"string"==typeof m&&(l instanceof vi?e.overwrite(l.start,l.end,m,{contentOnly:!0}):e.overwrite(u,h,m,{contentOnly:!0}))}setResolution(e,t,n){this.preliminaryChunkId=n;const s=(this.metaProperty?.startsWith(Cr)?Dr:_r)[e];s.length>0&&this.scope.addAccessedGlobals(s,t)}},MethodDefinition:Mi,NewExpression:class extends Dn{hasEffects(e){try{for(const t of this.arguments)if(t.hasEffects(e))return!0;return!this.annotationPure&&(this.callee.hasEffects(e)||this.callee.hasEffectsOnInteractionAtPath(X,this.interaction,e))}finally{this.deoptimized||this.applyDeoptimizations()}}hasEffectsOnInteractionAtPath(e,{type:t}){return e.length>0||0!==t}include(e,t){this.deoptimized||this.applyDeoptimizations(),t?super.include(e,t):(this.included=!0,this.callee.include(e,!1)),this.callee.includeCallArguments(e,this.arguments)}initialise(){this.interaction={args:[null,...this.arguments],type:2,withNew:!0}}render(e,t){this.callee.render(e,t),$i(e,t,this)}applyDeoptimizations(){this.deoptimized=!0,this.callee.deoptimizeArgumentsOnInteractionAtPath(this.interaction,X,ne),this.context.requestTreeshakingPass()}},ObjectExpression:Ur,ObjectPattern:fi,PrivateIdentifier:class extends Dn{},Program:Gr,Property:class extends Oi{constructor(){super(...arguments),this.declarationInit=null}declare(e,t){return this.declarationInit=t,this.value.declare(e,ae)}hasEffects(e){this.deoptimized||this.applyDeoptimizations();const t=this.context.options.treeshake.propertyReadSideEffects;return"ObjectPattern"===this.parent.type&&"always"===t||this.key.hasEffects(e)||this.value.hasEffects(e)}markDeclarationReached(){this.value.markDeclarationReached()}render(e,t){this.shorthand||this.key.render(e,t),this.value.render(e,t,{isShorthandProperty:this.shorthand})}applyDeoptimizations(){this.deoptimized=!0,null!==this.declarationInit&&(this.declarationInit.deoptimizePath([H,H]),this.context.requestTreeshakingPass())}},PropertyDefinition:class extends Dn{deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.value?.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){this.value?.deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.value?this.value.getLiteralValueAtPath(e,t,n):ie}getReturnExpressionWhenCalledAtPath(e,t,n,s){return this.value?this.value.getReturnExpressionWhenCalledAtPath(e,t,n,s):le}hasEffects(e){return this.key.hasEffects(e)||this.static&&!!this.value?.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,n){return!this.value||this.value.hasEffectsOnInteractionAtPath(e,t,n)}applyDeoptimizations(){}},RestElement:li,ReturnStatement:class extends Dn{hasEffects(e){return!(e.ignore.returnYield&&!this.argument?.hasEffects(e))||(e.brokenFlow=!0,!1)}include(e,t){this.included=!0,this.argument?.include(e,t),e.brokenFlow=!0}initialise(){this.scope.addReturnExpression(this.argument||ae)}render(e,t){this.argument&&(this.argument.render(e,t,{preventASI:!0}),this.argument.start===this.start+6&&e.prependLeft(this.start+6," "))}},SequenceExpression:class extends Dn{deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.expressions[this.expressions.length-1].deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){this.expressions[this.expressions.length-1].deoptimizePath(e)}getLiteralValueAtPath(e,t,n){return this.expressions[this.expressions.length-1].getLiteralValueAtPath(e,t,n)}hasEffects(e){for(const t of this.expressions)if(t.hasEffects(e))return!0;return!1}hasEffectsOnInteractionAtPath(e,t,n){return this.expressions[this.expressions.length-1].hasEffectsOnInteractionAtPath(e,t,n)}include(e,t){this.included=!0;const n=this.expressions[this.expressions.length-1];for(const s of this.expressions)(t||s===n&&!(this.parent instanceof oi)||s.shouldBeIncluded(e))&&s.include(e,t)}removeAnnotations(e){this.expressions[0].removeAnnotations(e)}render(e,t,{renderedParentType:n,isCalleeOfRenderedParent:s,preventASI:i}=me){let r=0,o=null;const a=this.expressions[this.expressions.length-1];for(const{node:l,separator:c,start:d,end:u}of si(this.expressions,e,this.start,this.end))if(l.included)if(r++,o=c,1===r&&i&&ii(e,d,l.start),1===r){const i=n||this.parent.type;l.render(e,t,{isCalleeOfRenderedParent:s&&l===a,renderedParentType:i,renderedSurroundingElement:i})}else l.render(e,t);else Xs(l,e,d,u);o&&e.remove(o,this.end)}},SpreadElement:Rn,StaticBlock:class extends Dn{createScope(e){this.scope=new ri(e)}hasEffects(e){for(const t of this.body)if(t.hasEffects(e))return!0;return!1}include(e,t){this.included=!0;for(const n of this.body)(t||n.shouldBeIncluded(e))&&n.include(e,t)}render(e,t){if(this.body.length>0){const n=Zs(e.original.slice(this.start,this.end),"{")+1;ni(this.body,e,this.start+n,this.end-1,t)}else super.render(e,t)}},Super:class extends Dn{bind(){this.variable=this.scope.findVariable("this")}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.variable.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){this.variable.deoptimizePath(e)}include(){this.included||(this.included=!0,this.context.includeVariableInModule(this.variable))}},SwitchCase:Wr,SwitchStatement:class extends Dn{createScope(e){this.parentScope=e,this.scope=new ri(e)}hasEffects(e){if(this.discriminant.hasEffects(e))return!0;const{brokenFlow:t,hasBreak:n,ignore:s}=e,{breaks:i}=s;s.breaks=!0,e.hasBreak=!1;let r=!0;for(const n of this.cases){if(n.hasEffects(e))return!0;r&&=e.brokenFlow&&!e.hasBreak,e.hasBreak=!1,e.brokenFlow=t}return null!==this.defaultCase&&(e.brokenFlow=r),s.breaks=i,e.hasBreak=n,!1}include(e,t){this.included=!0,this.discriminant.include(e,t);const{brokenFlow:n,hasBreak:s}=e;e.hasBreak=!1;let i=!0,r=t||null!==this.defaultCase&&this.defaultCase<this.cases.length-1;for(let s=this.cases.length-1;s>=0;s--){const o=this.cases[s];if(o.included&&(r=!0),!r){const e=sn();e.ignore.breaks=!0,r=o.hasEffects(e)}r?(o.include(e,t),i&&=e.brokenFlow&&!e.hasBreak,e.hasBreak=!1,e.brokenFlow=n):i=n}r&&null!==this.defaultCase&&(e.brokenFlow=i),e.hasBreak=s}initialise(){for(let e=0;e<this.cases.length;e++)if(null===this.cases[e].test)return void(this.defaultCase=e);this.defaultCase=null}parseNode(e){this.discriminant=new(this.context.getNodeConstructor(e.discriminant.type))(e.discriminant,this,this.parentScope),super.parseNode(e)}render(e,t){this.discriminant.render(e,t),this.cases.length>0&&ni(this.cases,e,this.cases[0].start,this.end-1,t)}},TaggedTemplateExpression:class extends Pi{bind(){if(super.bind(),this.tag.type===ds){const e=this.tag.name;this.scope.findVariable(e).isNamespace&&this.context.log(we,Dt(e),this.start)}}hasEffects(e){try{for(const t of this.quasi.expressions)if(t.hasEffects(e))return!0;return this.tag.hasEffects(e)||this.tag.hasEffectsOnInteractionAtPath(X,this.interaction,e)}finally{this.deoptimized||this.applyDeoptimizations()}}include(e,t){this.deoptimized||this.applyDeoptimizations(),t?super.include(e,t):(this.included=!0,this.tag.include(e,t),this.quasi.include(e,t)),this.tag.includeCallArguments(e,this.args);const[n]=this.getReturnExpression();n.included||n.include(e,!1)}initialise(){this.args=[ae,...this.quasi.expressions],this.interaction={args:[this.tag instanceof vi&&!this.tag.variable?this.tag.object:null,...this.args],type:2,withNew:!1}}render(e,t){this.tag.render(e,t,{isCalleeOfRenderedParent:!0}),this.quasi.render(e,t)}applyDeoptimizations(){this.deoptimized=!0,this.tag.deoptimizeArgumentsOnInteractionAtPath(this.interaction,X,ne),this.context.requestTreeshakingPass()}getReturnExpression(e=ne){return null===this.returnExpression?(this.returnExpression=le,this.returnExpression=this.tag.getReturnExpressionWhenCalledAtPath(X,this.interaction,e,this)):this.returnExpression}},TemplateElement:class extends Dn{bind(){}hasEffects(){return!1}include(){this.included=!0}parseNode(e){this.value=e.value,super.parseNode(e)}render(){}},TemplateLiteral:Hr,ThisExpression:class extends Dn{bind(){this.variable=this.scope.findVariable("this")}deoptimizeArgumentsOnInteractionAtPath(e,t,n){this.variable.deoptimizeArgumentsOnInteractionAtPath(e,t,n)}deoptimizePath(e){this.variable.deoptimizePath(e)}hasEffectsOnInteractionAtPath(e,t,n){return 0===e.length?0!==t.type:this.variable.hasEffectsOnInteractionAtPath(e,t,n)}include(){this.included||(this.included=!0,this.context.includeVariableInModule(this.variable))}initialise(){this.alias=this.scope.findLexicalBoundary()instanceof Yr?this.context.moduleContext:null,"undefined"===this.alias&&this.context.log(we,{code:"THIS_IS_UNDEFINED",message:"The 'this' keyword is equivalent to 'undefined' at the top level of an ES module, and has been rewritten",url:Re("troubleshooting/#error-this-is-undefined")},this.start)}render(e){null!==this.alias&&e.overwrite(this.start,this.end,this.alias,{contentOnly:!1,storeName:!0})}},ThrowStatement:class extends Dn{hasEffects(){return!0}include(e,t){this.included=!0,this.argument.include(e,t),e.brokenFlow=!0}render(e,t){this.argument.render(e,t,{preventASI:!0}),this.argument.start===this.start+5&&e.prependLeft(this.start+5," ")}},TryStatement:class extends Dn{constructor(){super(...arguments),this.directlyIncluded=!1,this.includedLabelsAfterBlock=null}hasEffects(e){return(this.context.options.treeshake.tryCatchDeoptimization?this.block.body.length>0:this.block.hasEffects(e))||!!this.finalizer?.hasEffects(e)}include(e,t){const n=this.context.options.treeshake?.tryCatchDeoptimization,{brokenFlow:s,includedLabels:i}=e;if(this.directlyIncluded&&n){if(this.includedLabelsAfterBlock)for(const e of this.includedLabelsAfterBlock)i.add(e)}else this.included=!0,this.directlyIncluded=!0,this.block.include(e,n?_n:t),i.size>0&&(this.includedLabelsAfterBlock=[...i]),e.brokenFlow=s;null!==this.handler&&(this.handler.include(e,t),e.brokenFlow=s),this.finalizer?.include(e,t)}},UnaryExpression:class extends Dn{getLiteralValueAtPath(e,t,n){if(e.length>0)return ie;const s=this.argument.getLiteralValueAtPath(X,t,n);return"symbol"==typeof s?ie:Xr[this.operator](s)}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),!("typeof"===this.operator&&this.argument instanceof Ks)&&(this.argument.hasEffects(e)||"delete"===this.operator&&this.argument.hasEffectsOnInteractionAtPath(X,ue,e))}hasEffectsOnInteractionAtPath(e,{type:t}){return 0!==t||e.length>("void"===this.operator?0:1)}applyDeoptimizations(){this.deoptimized=!0,"delete"===this.operator&&(this.argument.deoptimizePath(X),this.context.requestTreeshakingPass())}},UnknownNode:class extends Dn{hasEffects(){return!0}include(e){super.include(e,!0)}},UpdateExpression:class extends Dn{hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),this.argument.hasEffectsAsAssignmentTarget(e,!0)}hasEffectsOnInteractionAtPath(e,{type:t}){return e.length>1||0!==t}include(e,t){this.deoptimized||this.applyDeoptimizations(),this.included=!0,this.argument.includeAsAssignmentTarget(e,t,!0)}initialise(){this.argument.setAssignedValue(ae)}render(e,t){const{exportNamesByVariable:n,format:s,snippets:{_:i}}=t;if(this.argument.render(e,t),"system"===s){const s=this.argument.variable,r=n.get(s);if(r)if(this.prefix)1===r.length?hi(s,this.start,this.end,e,t):pi(s,this.start,this.end,this.parent.type!==cs,e,t);else{const n=this.operator[0];!function(e,t,n,s,i,r,o){const{_:a}=r.snippets;i.prependRight(t,`${ui([e],r,o)},${a}`),s&&(i.prependRight(t,"("),i.appendLeft(n,")"))}(s,this.start,this.end,this.parent.type!==cs,e,t,`${i}${n}${i}1`)}}}applyDeoptimizations(){if(this.deoptimized=!0,this.argument.deoptimizePath(X),this.argument instanceof Ks){this.scope.findVariable(this.argument.name).isReassigned=!0}this.context.requestTreeshakingPass()}},VariableDeclaration:Jr,VariableDeclarator:vr,WhileStatement:class extends Dn{hasEffects(e){return!!this.test.hasEffects(e)||Ti(e,this.body)}include(e,t){this.included=!0,this.test.include(e,t),zi(e,this.body,t)}},YieldExpression:class extends Dn{hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),!(e.ignore.returnYield&&!this.argument?.hasEffects(e))}render(e,t){this.argument&&(this.argument.render(e,t,{preventASI:!0}),this.argument.start===this.start+5&&e.prependLeft(this.start+5," "))}}},Qr="_missingExportShim";class eo extends pe{constructor(e){super(Qr),this.module=e}include(){super.include(),this.module.needsExportShim=!0}}class to extends pe{constructor(e){super(e.getModuleName()),this.memberVariables=null,this.mergedNamespaces=[],this.referencedEarly=!1,this.references=[],this.context=e,this.module=e.module}addReference(e){this.references.push(e),this.name=e.name}deoptimizeArgumentsOnInteractionAtPath(e,t,n){if(t.length>1||1===t.length&&2===e.type){const s=t[0];"string"==typeof s?this.getMemberVariables()[s]?.deoptimizeArgumentsOnInteractionAtPath(e,t.slice(1),n):ce(e)}}deoptimizePath(e){if(e.length>1){const t=e[0];"string"==typeof t&&this.getMemberVariables()[t]?.deoptimizePath(e.slice(1))}}getLiteralValueAtPath(e){return e[0]===Y?"Module":ie}getMemberVariables(){if(this.memberVariables)return this.memberVariables;const e=Object.create(null),t=[...this.context.getExports(),...this.context.getReexports()].sort();for(const n of t)if("*"!==n[0]&&n!==this.module.info.syntheticNamedExports){const t=this.context.traceExport(n);t&&(e[n]=t)}return this.memberVariables=e}hasEffectsOnInteractionAtPath(e,t,n){const{type:s}=t;if(0===e.length)return!0;if(1===e.length&&2!==s)return 1===s;const i=e[0];if("string"!=typeof i)return!0;const r=this.getMemberVariables()[i];return!r||r.hasEffectsOnInteractionAtPath(e.slice(1),t,n)}include(){this.included=!0,this.context.includeAllExports()}prepare(e){this.mergedNamespaces.length>0&&this.module.scope.addAccessedGlobals([nr],e)}renderBlock(e){const{exportNamesByVariable:t,format:n,freeze:s,indent:i,symbols:r,snippets:{_:o,cnst:a,getObject:l,getPropertyAccess:c,n:d,s:u}}=e,h=this.getMemberVariables(),p=Object.entries(h).filter((([e,t])=>t.included)).map((([e,t])=>this.referencedEarly||t.isReassigned||t===this?[null,`get ${e}${o}()${o}{${o}return ${t.getName(c)}${u}${o}}`]:[e,t.getName(c)]));p.unshift([null,`__proto__:${o}null`]);let f=l(p,{lineBreakIndent:{base:"",t:i}});if(this.mergedNamespaces.length>0){const e=this.mergedNamespaces.map((e=>e.getName(c)));f=`/*#__PURE__*/${nr}(${f},${o}[${e.join(`,${o}`)}])`}else r&&(f=`/*#__PURE__*/Object.defineProperty(${f},${o}Symbol.toStringTag,${o}${wr(l)})`),s&&(f=`/*#__PURE__*/Object.freeze(${f})`);return f=`${a} ${this.getName(c)}${o}=${o}${f};`,"system"===n&&t.has(this)&&(f+=`${d}${ui([this],e)};`),f}renderFirst(){return this.referencedEarly}setMergedNamespaces(e){this.mergedNamespaces=e;const t=this.context.getModuleExecIndex();for(const e of this.references)if(e.context.getModuleExecIndex()<=t){this.referencedEarly=!0;break}}}to.prototype.isNamespace=!0;class no extends pe{constructor(e,t,n){super(t),this.baseVariable=null,this.context=e,this.module=e.module,this.syntheticNamespace=n}getBaseVariable(){if(this.baseVariable)return this.baseVariable;let e=this.syntheticNamespace;for(;e instanceof Kr||e instanceof no;){if(e instanceof Kr){const t=e.getOriginalVariable();if(t===e)break;e=t}e instanceof no&&(e=e.syntheticNamespace)}return this.baseVariable=e}getBaseVariableName(){return this.syntheticNamespace.getBaseVariableName()}getName(e){return`${this.syntheticNamespace.getName(e)}${e(this.name)}`}include(){this.included=!0,this.context.includeVariableInModule(this.syntheticNamespace)}setRenderNames(e,t){super.setRenderNames(e,t)}}var so;!function(e){e[e.LOAD_AND_PARSE=0]="LOAD_AND_PARSE",e[e.ANALYSE=1]="ANALYSE",e[e.GENERATE=2]="GENERATE"}(so||(so={}));const io=new WeakMap;function ro(e,t){if(e){const t=io.get(e);t&&function(e){void 0===e.encodedMappings&&e.decodedMappings&&(e.encodedMappings=s.encode(e.decodedMappings)),e.decodedMappings=void 0}(t)}if(t)for(const e of t)e.missing||ro(e)}function oo(e){if(!e)return null;if("string"==typeof e&&(e=JSON.parse(e)),!e.mappings)return{mappings:[],names:[],sources:[],version:3};const t=e.mappings,n=Array.isArray(t),i={decodedMappings:n?t:void 0,encodedMappings:n?void 0:t},r={...e,get mappings(){return i.decodedMappings||(i.decodedMappings=i.encodedMappings?s.decode(i.encodedMappings):[],i.encodedMappings=void 0),i.decodedMappings}};return io.set(r,i),r}function ao(e){return e.id}let lo;const co=new Array(128).fill(void 0);function uo(e){return co[e]}co.push(void 0,null,!0,!1);let ho=co.length;function po(e){const t=uo(e);return function(e){e<132||(co[e]=ho,ho=e)}(e),t}const fo="undefined"!=typeof TextDecoder?new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0}):{decode:()=>{throw Error("TextDecoder not available")}};"undefined"!=typeof TextDecoder&&fo.decode();let mo=null;function go(){return null!==mo&&0!==mo.byteLength||(mo=new Uint8Array(lo.memory.buffer)),mo}function yo(e,t){return e>>>=0,fo.decode(go().subarray(e,e+t))}function bo(e){ho===co.length&&co.push(co.length+1);const t=ho;return ho=co[t],co[t]=e,t}let Eo=0;const xo="undefined"!=typeof TextEncoder?new TextEncoder("utf-8"):{encode:()=>{throw Error("TextEncoder not available")}},$o="function"==typeof xo.encodeInto?function(e,t){return xo.encodeInto(e,t)}:function(e,t){const n=xo.encode(e);return t.set(n),{read:e.length,written:n.length}};function Ao(e,t,n){if(void 0===n){const n=xo.encode(e),s=t(n.length,1)>>>0;return go().subarray(s,s+n.length).set(n),Eo=n.length,s}let s=e.length,i=t(s,1)>>>0;const r=go();let o=0;for(;o<s;o++){const t=e.charCodeAt(o);if(t>127)break;r[i+o]=t}if(o!==s){0!==o&&(e=e.slice(o)),i=n(i,s,s=o+3*e.length,1)>>>0;const t=go().subarray(i+o,i+s);o+=$o(e,t).written}return Eo=o,i}function wo(e){return null==e}let So=null;function vo(){return null!==So&&0!==So.byteLength||(So=new Int32Array(lo.memory.buffer)),So}let Io=null;function Po(e){const t=typeof e;if("number"==t||"boolean"==t||null==e)return`${e}`;if("string"==t)return`"${e}"`;if("symbol"==t){const t=e.description;return null==t?"Symbol":`Symbol(${t})`}if("function"==t){const t=e.name;return"string"==typeof t&&t.length>0?`Function(${t})`:"Function"}if(Array.isArray(e)){const t=e.length;let n="[";t>0&&(n+=Po(e[0]));for(let s=1;s<t;s++)n+=", "+Po(e[s]);return n+="]",n}const n=/\[object ([^\]]+)\]/.exec(toString.call(e));let s;if(!(n.length>1))return toString.call(e);if(s=n[1],"Object"==s)try{return"Object("+JSON.stringify(e)+")"}catch(e){return"Object"}return e instanceof Error?`${e.name}: ${e.message}\n${e.stack}`:s}function ko(e,t){try{const a=lo.__wbindgen_add_to_stack_pointer(-16),l=Ao(e,lo.__wbindgen_malloc,lo.__wbindgen_realloc),c=Eo;lo.parse(a,l,c,t);var n=vo()[a/4+0],s=vo()[a/4+1],i=(r=n,o=s,r>>>=0,go().subarray(r/1,r/1+o)).slice();return lo.__wbindgen_free(n,1*s),i}finally{lo.__wbindgen_add_to_stack_pointer(16)}var r,o}function No(e,t){try{return e.apply(this,t)}catch(e){lo.__wbindgen_exn_store(bo(e))}}function Co(){const e={wbg:{}};return e.wbg.__wbindgen_object_drop_ref=function(e){po(e)},e.wbg.__wbindgen_error_new=function(e,t){return bo(new Error(yo(e,t)))},e.wbg.__wbindgen_boolean_get=function(e){const t=uo(e);return"boolean"==typeof t?t?1:0:2},e.wbg.__wbindgen_string_get=function(e,t){const n=uo(t),s="string"==typeof n?n:void 0;var i=wo(s)?0:Ao(s,lo.__wbindgen_malloc,lo.__wbindgen_realloc),r=Eo;vo()[e/4+1]=r,vo()[e/4+0]=i},e.wbg.__wbindgen_is_object=function(e){const t=uo(e);return"object"==typeof t&&null!==t},e.wbg.__wbindgen_is_undefined=function(e){return void 0===uo(e)},e.wbg.__wbindgen_in=function(e,t){return uo(e)in uo(t)},e.wbg.__wbindgen_string_new=function(e,t){return bo(yo(e,t))},e.wbg.__wbindgen_object_clone_ref=function(e){return bo(uo(e))},e.wbg.__wbindgen_jsval_loose_eq=function(e,t){return uo(e)==uo(t)},e.wbg.__wbindgen_number_get=function(e,t){const n=uo(t),s="number"==typeof n?n:void 0;(null!==Io&&0!==Io.byteLength||(Io=new Float64Array(lo.memory.buffer)),Io)[e/8+1]=wo(s)?0:s,vo()[e/4+0]=!wo(s)},e.wbg.__wbindgen_number_new=function(e){return bo(e)},e.wbg.__wbg_getwithrefkey_15c62c2b8546208d=function(e,t){return bo(uo(e)[uo(t)])},e.wbg.__wbg_crypto_c48a774b022d20ac=function(e){return bo(uo(e).crypto)},e.wbg.__wbg_process_298734cf255a885d=function(e){return bo(uo(e).process)},e.wbg.__wbg_versions_e2e78e134e3e5d01=function(e){return bo(uo(e).versions)},e.wbg.__wbg_node_1cd7a5d853dbea79=function(e){return bo(uo(e).node)},e.wbg.__wbindgen_is_string=function(e){return"string"==typeof uo(e)},e.wbg.__wbg_msCrypto_bcb970640f50a1e8=function(e){return bo(uo(e).msCrypto)},e.wbg.__wbg_require_8f08ceecec0f4fee=function(){return No((function(){return bo(module.require)}),arguments)},e.wbg.__wbindgen_is_function=function(e){return"function"==typeof uo(e)},e.wbg.__wbg_randomFillSync_dc1e9a60c158336d=function(){return No((function(e,t){uo(e).randomFillSync(po(t))}),arguments)},e.wbg.__wbg_getRandomValues_37fa2ca9e4e07fab=function(){return No((function(e,t){uo(e).getRandomValues(uo(t))}),arguments)},e.wbg.__wbg_new_898a68150f225f2e=function(){return bo(new Array)},e.wbg.__wbg_newnoargs_581967eacc0e2604=function(e,t){return bo(new Function(yo(e,t)))},e.wbg.__wbg_get_97b561fb56f034b5=function(){return No((function(e,t){return bo(Reflect.get(uo(e),uo(t)))}),arguments)},e.wbg.__wbg_call_cb65541d95d71282=function(){return No((function(e,t){return bo(uo(e).call(uo(t)))}),arguments)},e.wbg.__wbg_self_1ff1d729e9aae938=function(){return No((function(){return bo(self.self)}),arguments)},e.wbg.__wbg_window_5f4faef6c12b79ec=function(){return No((function(){return bo(window.window)}),arguments)},e.wbg.__wbg_globalThis_1d39714405582d3c=function(){return No((function(){return bo(globalThis.globalThis)}),arguments)},e.wbg.__wbg_global_651f05c6a0944d1c=function(){return No((function(){return bo(global.global)}),arguments)},e.wbg.__wbg_set_502d29070ea18557=function(e,t,n){uo(e)[t>>>0]=po(n)},e.wbg.__wbg_instanceof_ArrayBuffer_39ac22089b74fddb=function(e){let t;try{t=uo(e)instanceof ArrayBuffer}catch{t=!1}return t},e.wbg.__wbg_call_01734de55d61e11d=function(){return No((function(e,t,n){return bo(uo(e).call(uo(t),uo(n)))}),arguments)},e.wbg.__wbg_getTime_5e2054f832d82ec9=function(e){return uo(e).getTime()},e.wbg.__wbg_getTimezoneOffset_8aee3445f323973e=function(e){return uo(e).getTimezoneOffset()},e.wbg.__wbg_new_cd59bfc8881f487b=function(e){return bo(new Date(uo(e)))},e.wbg.__wbg_new0_c0be7df4b6bd481f=function(){return bo(new Date)},e.wbg.__wbg_buffer_085ec1f694018c4f=function(e){return bo(uo(e).buffer)},e.wbg.__wbg_newwithbyteoffsetandlength_6da8e527659b86aa=function(e,t,n){return bo(new Uint8Array(uo(e),t>>>0,n>>>0))},e.wbg.__wbg_new_8125e318e6245eed=function(e){return bo(new Uint8Array(uo(e)))},e.wbg.__wbg_set_5cf90238115182c3=function(e,t,n){uo(e).set(uo(t),n>>>0)},e.wbg.__wbg_length_72e2208bbc0efc61=function(e){return uo(e).length},e.wbg.__wbg_instanceof_Uint8Array_d8d9cb2b8e8ac1d4=function(e){let t;try{t=uo(e)instanceof Uint8Array}catch{t=!1}return t},e.wbg.__wbg_newwithlength_e5d69174d6984cd7=function(e){return bo(new Uint8Array(e>>>0))},e.wbg.__wbg_subarray_13db269f57aa838d=function(e,t,n){return bo(uo(e).subarray(t>>>0,n>>>0))},e.wbg.__wbindgen_debug_string=function(e,t){const n=Ao(Po(uo(t)),lo.__wbindgen_malloc,lo.__wbindgen_realloc),s=Eo;vo()[e/4+1]=s,vo()[e/4+0]=n},e.wbg.__wbindgen_throw=function(e,t){throw new Error(yo(e,t))},e.wbg.__wbindgen_memory=function(){return bo(lo.memory)},e}async function Oo(e){if(void 0!==lo)return lo;void 0===e&&(e=new URL("bindings_wasm_bg.wasm",import.meta.url));const t=Co();("string"==typeof e||"function"==typeof Request&&e instanceof Request||"function"==typeof URL&&e instanceof URL)&&(e=fetch(e));const{instance:n,module:s}=await async function(e,t){if("function"==typeof Response&&e instanceof Response){if("function"==typeof WebAssembly.instantiateStreaming)try{return await WebAssembly.instantiateStreaming(e,t)}catch(t){if("application/wasm"==e.headers.get("Content-Type"))throw t;console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",t)}const n=await e.arrayBuffer();return await WebAssembly.instantiate(n,t)}{const n=await WebAssembly.instantiate(e,t);return n instanceof WebAssembly.Instance?{instance:n,module:e}:n}}(await e,t);return function(e,t){return lo=e.exports,Oo.__wbindgen_wasm_module=t,Io=null,So=null,mo=null,lo}(n,s)}const Mo=(e,{allowReturnOutsideFunction:t=!1}={})=>{const n=ko(e,t),s=function(e){if("undefined"!=typeof Buffer&&e instanceof Buffer)return function(t,n){return e.toString("utf8",t,t+n)};{const t=new TextDecoder;return function(n,s){return t.decode(e.subarray(n,n+s))}}}(n);return((e,t)=>wn(0,new Uint32Array(e),t))(n.buffer,s)},_o=new Set(["assert","with"]);function Do(e){const{context:t,options:n,start:s}=e;if(!(n instanceof Ur))return n&&t.module.log(we,jt(t.module.id),s),ge;const i=n.properties.find((e=>_o.has(Ro(e))))?.value;if(!i)return ge;if(!(i instanceof Ur))return t.module.log(we,(r=t.module.id,{code:dt,message:`Rollup could not statically analyze the options argument of a dynamic import in "${T(r)}". Dynamic import options need to be an object with a nested attributes object.`}),s),ge;var r;const o=i.properties.map((e=>{const n=Ro(e);return"string"==typeof n&&"string"==typeof e.value.value?[n,e.value.value]:(t.module.log(we,jt(t.module.id),e.start),null)})).filter((e=>!!e));return o.length>0?Object.fromEntries(o):ge}const Ro=e=>{const t=e.key;return t&&!e.computed&&(t.name||t.value)};function Lo(e,t){const n=Object.keys(e);return n.length!==Object.keys(t).length||n.some((n=>e[n]!==t[n]))}var Bo="performance"in("undefined"==typeof globalThis?"undefined"==typeof window?{}:window:globalThis)?performance:{now:()=>0},To={memoryUsage:()=>({heapUsed:0})};let zo=new Map;function Vo(e,t){switch(t){case 1:return`# ${e}`;case 2:return`## ${e}`;case 3:return e;default:return`${" ".repeat(t-4)}- ${e}`}}function Fo(e,t=3){e=Vo(e,t);const n=To.memoryUsage().heapUsed,s=Bo.now(),i=zo.get(e);void 0===i?zo.set(e,{memory:0,startMemory:n,startTime:s,time:0,totalMemory:0}):(i.startMemory=n,i.startTime=s)}function jo(e,t=3){e=Vo(e,t);const n=zo.get(e);if(void 0!==n){const e=To.memoryUsage().heapUsed;n.memory+=e-n.startMemory,n.time+=Bo.now()-n.startTime,n.totalMemory=Math.max(n.totalMemory,e)}}function Uo(){const e={};for(const[t,{memory:n,time:s,totalMemory:i}]of zo)e[t]=[s,n,i];return e}let Go=ks,Wo=ks;const Ho=["augmentChunkHash","buildEnd","buildStart","generateBundle","load","moduleParsed","options","outputOptions","renderChunk","renderDynamicImport","renderStart","resolveDynamicImport","resolveFileUrl","resolveId","resolveImportMeta","shouldTransformCachedModule","transform","writeBundle"];function qo(e,t){if(e._hasTimer)return e;e._hasTimer=!0;for(const n of Ho)if(n in e){let s=`plugin ${t}`;e.name&&(s+=` (${e.name})`),s+=` - ${n}`;const i=function(...e){Go(s,4);const t=r.apply(this,e);return Wo(s,4),t};let r;"function"==typeof e[n].handler?(r=e[n].handler,e[n].handler=i):(r=e[n],e[n]=i)}return e}function Ko(e){e.isExecuted=!0;const t=[e],n=new Set;for(const e of t)for(const s of[...e.dependencies,...e.implicitlyLoadedBefore])s instanceof Qt||s.isExecuted||!s.info.moduleSideEffects&&!e.implicitlyLoadedBefore.has(s)||n.has(s.id)||(s.isExecuted=!0,n.add(s.id),t.push(s))}const Yo={identifier:null,localName:Qr};function Xo(e,t,n,s,i=new Map){const r=i.get(t);if(r){if(r.has(e))return s?[null]:Ye((o=t,a=e.id,{code:st,exporter:a,message:`"${o}" cannot be exported from "${T(a)}" as it is a reexport that references itself.`}));r.add(e)}else i.set(t,new Set([e]));var o,a;return e.getVariableForExportName(t,{importerForSideEffects:n,isExportAllSearch:s,searchedNamesAndModules:i})}function Jo(e,t){const n=U(t.sideEffectDependenciesByVariable,e,G);let s=e;const i=new Set([s]);for(;;){const e=s.module;if(s=s instanceof Kr?s.getDirectOriginalVariable():s instanceof no?s.syntheticNamespace:null,!s||i.has(s))break;i.add(s),n.add(e);const t=e.sideEffectDependenciesByVariable.get(s);if(t)for(const e of t)n.add(e)}return n}class Zo{constructor(e,t,n,s,i,r,o,a){this.graph=e,this.id=t,this.options=n,this.alternativeReexportModules=new Map,this.chunkFileNames=new Set,this.chunkNames=[],this.cycles=new Set,this.dependencies=new Set,this.dynamicDependencies=new Set,this.dynamicImporters=[],this.dynamicImports=[],this.execIndex=1/0,this.implicitlyLoadedAfter=new Set,this.implicitlyLoadedBefore=new Set,this.importDescriptions=new Map,this.importMetas=[],this.importedFromNotTreeshaken=!1,this.importers=[],this.includedDynamicImporters=[],this.includedImports=new Set,this.isExecuted=!1,this.isUserDefinedEntryPoint=!1,this.needsExportShim=!1,this.sideEffectDependenciesByVariable=new Map,this.sourcesWithAttributes=new Map,this.allExportNames=null,this.ast=null,this.exportAllModules=[],this.exportAllSources=new Set,this.exportNamesByVariable=null,this.exportShimVariable=new eo(this),this.exports=new Map,this.namespaceReexportsByName=new Map,this.reexportDescriptions=new Map,this.relevantDependencies=null,this.syntheticExports=new Map,this.syntheticNamespace=null,this.transformDependencies=[],this.transitiveReexports=null,this.excludeFromSourcemap=/\0/.test(t),this.context=n.moduleContext(t),this.preserveSignature=this.options.preserveEntrySignatures;const l=this,{dynamicImports:c,dynamicImporters:d,exportAllSources:u,exports:h,implicitlyLoadedAfter:p,implicitlyLoadedBefore:f,importers:m,reexportDescriptions:g,sourcesWithAttributes:y}=this;this.info={ast:null,attributes:a,code:null,get dynamicallyImportedIdResolutions(){return c.map((({argument:e})=>"string"==typeof e&&l.resolvedIds[e])).filter(Boolean)},get dynamicallyImportedIds(){return c.map((({id:e})=>e)).filter((e=>null!=e))},get dynamicImporters(){return d.sort()},get exportedBindings(){const e={".":[...h.keys()]};for(const[t,{source:n}]of g)(e[n]??=[]).push(t);for(const t of u)(e[t]??=[]).push("*");return e},get exports(){return[...h.keys(),...g.keys(),...[...u].map((()=>"*"))]},get hasDefaultExport(){return l.ast?l.exports.has("default")||g.has("default"):null},id:t,get implicitlyLoadedAfterOneOf(){return Array.from(p,ao).sort()},get implicitlyLoadedBefore(){return Array.from(f,ao).sort()},get importedIdResolutions(){return Array.from(y.keys(),(e=>l.resolvedIds[e])).filter(Boolean)},get importedIds(){return Array.from(y.keys(),(e=>l.resolvedIds[e]?.id)).filter(Boolean)},get importers(){return m.sort()},isEntry:s,isExternal:!1,get isIncluded(){return e.phase!==so.GENERATE?null:l.isIncluded()},meta:{...o},moduleSideEffects:i,syntheticNamedExports:r}}basename(){const e=k(this.id),t=C(this.id);return Ae(t?e.slice(0,-t.length):e)}bindReferences(){this.ast.bind()}error(e,t){return this.addLocationToLogProps(e,t),Ye(e)}estimateSize(){let e=0;for(const t of this.ast.body)t.included&&(e+=t.end-t.start);return e}getAllExportNames(){if(this.allExportNames)return this.allExportNames;this.allExportNames=new Set([...this.exports.keys(),...this.reexportDescriptions.keys()]);for(const e of this.exportAllModules)if(e instanceof Qt)this.allExportNames.add(`*${e.id}`);else for(const t of e.getAllExportNames())"default"!==t&&this.allExportNames.add(t);return"string"==typeof this.info.syntheticNamedExports&&this.allExportNames.delete(this.info.syntheticNamedExports),this.allExportNames}getDependenciesToBeIncluded(){if(this.relevantDependencies)return this.relevantDependencies;this.relevantDependencies=new Set;const e=new Set,t=new Set,n=new Set(this.includedImports);if(this.info.isEntry||this.includedDynamicImporters.length>0||this.namespace.included||this.implicitlyLoadedAfter.size>0)for(const e of[...this.getReexports(),...this.getExports()]){const[t]=this.getVariableForExportName(e);t?.included&&n.add(t)}for(let s of n){const n=this.sideEffectDependenciesByVariable.get(s);if(n)for(const e of n)t.add(e);s instanceof no?s=s.getBaseVariable():s instanceof Kr&&(s=s.getOriginalVariable()),e.add(s.module)}if(this.options.treeshake&&"no-treeshake"!==this.info.moduleSideEffects)this.addRelevantSideEffectDependencies(this.relevantDependencies,e,t);else for(const e of this.dependencies)this.relevantDependencies.add(e);for(const t of e)this.relevantDependencies.add(t);return this.relevantDependencies}getExportNamesByVariable(){if(this.exportNamesByVariable)return this.exportNamesByVariable;const e=new Map;for(const t of this.getAllExportNames()){let[n]=this.getVariableForExportName(t);if(n instanceof Kr&&(n=n.getOriginalVariable()),!n||!(n.included||n instanceof fe))continue;const s=e.get(n);s?s.push(t):e.set(n,[t])}return this.exportNamesByVariable=e}getExports(){return[...this.exports.keys()]}getReexports(){if(this.transitiveReexports)return this.transitiveReexports;this.transitiveReexports=[];const e=new Set(this.reexportDescriptions.keys());for(const t of this.exportAllModules)if(t instanceof Qt)e.add(`*${t.id}`);else for(const n of[...t.getReexports(),...t.getExports()])"default"!==n&&e.add(n);return this.transitiveReexports=[...e]}getRenderedExports(){const e=[],t=[];for(const n of this.exports.keys()){const[s]=this.getVariableForExportName(n);(s&&s.included?e:t).push(n)}return{removedExports:t,renderedExports:e}}getSyntheticNamespace(){return null===this.syntheticNamespace&&(this.syntheticNamespace=void 0,[this.syntheticNamespace]=this.getVariableForExportName("string"==typeof this.info.syntheticNamedExports?this.info.syntheticNamedExports:"default",{onlyExplicit:!0})),this.syntheticNamespace?this.syntheticNamespace:Ye((e=this.id,t=this.info.syntheticNamedExports,{code:"SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT",exporter:e,message:`Module "${T(e)}" that is marked with \`syntheticNamedExports: ${JSON.stringify(t)}\` needs ${"string"==typeof t&&"default"!==t?`an explicit export named "${t}"`:"a default export"} that does not reexport an unresolved named export of the same module.`}));var e,t}getVariableForExportName(e,{importerForSideEffects:t,isExportAllSearch:n,onlyExplicit:s,searchedNamesAndModules:i}=ge){if("*"===e[0]){if(1===e.length)return[this.namespace];return this.graph.modulesById.get(e.slice(1)).getVariableForExportName("*")}const r=this.reexportDescriptions.get(e);if(r){const[e]=Xo(r.module,r.localName,t,!1,i);return e?(t&&(Qo(e,t,this),this.info.moduleSideEffects&&U(t.sideEffectDependenciesByVariable,e,G).add(this)),[e]):this.error(Gt(r.localName,this.id,r.module.id),r.start)}const o=this.exports.get(e);if(o){if(o===Yo)return[this.exportShimVariable];const e=o.localName,n=this.traceVariable(e,{importerForSideEffects:t,searchedNamesAndModules:i});return t&&(Qo(n,t,this),U(t.sideEffectDependenciesByVariable,n,G).add(this)),[n]}if(s)return[null];if("default"!==e){const n=this.namespaceReexportsByName.get(e)??this.getVariableFromNamespaceReexports(e,t,i);if(this.namespaceReexportsByName.set(e,n),n[0])return n}return this.info.syntheticNamedExports?[U(this.syntheticExports,e,(()=>new no(this.astContext,e,this.getSyntheticNamespace())))]:!n&&this.options.shimMissingExports?(this.shimMissingExport(e),[this.exportShimVariable]):[null]}hasEffects(){return"no-treeshake"===this.info.moduleSideEffects||this.ast.hasCachedEffects()}include(){const e=nn();this.ast.shouldBeIncluded(e)&&this.ast.include(e,!1)}includeAllExports(e){this.isExecuted||(Ko(this),this.graph.needsTreeshakingPass=!0);for(const t of this.exports.keys())if(e||t!==this.info.syntheticNamedExports){const e=this.getVariableForExportName(t)[0];e.deoptimizePath(J),e.included||this.includeVariable(e)}for(const e of this.getReexports()){const[t]=this.getVariableForExportName(e);t&&(t.deoptimizePath(J),t.included||this.includeVariable(t),t instanceof fe&&(t.module.reexported=!0))}e&&this.namespace.setMergedNamespaces(this.includeAndGetAdditionalMergedNamespaces())}includeAllInBundle(){this.ast.include(nn(),!0),this.includeAllExports(!1)}includeExportsByNames(e){this.isExecuted||(Ko(this),this.graph.needsTreeshakingPass=!0);let t=!1;for(const n of e){const e=this.getVariableForExportName(n)[0];e&&(e.deoptimizePath(J),e.included||this.includeVariable(e)),this.exports.has(n)||this.reexportDescriptions.has(n)||(t=!0)}t&&this.namespace.setMergedNamespaces(this.includeAndGetAdditionalMergedNamespaces())}isIncluded(){return this.ast&&(this.ast.included||this.namespace.included||this.importedFromNotTreeshaken||this.exportShimVariable.included)}linkImports(){this.addModulesToImportDescriptions(this.importDescriptions),this.addModulesToImportDescriptions(this.reexportDescriptions);const e=[];for(const t of this.exportAllSources){const n=this.graph.modulesById.get(this.resolvedIds[t].id);n instanceof Qt?e.push(n):this.exportAllModules.push(n)}this.exportAllModules.push(...e)}log(e,t,n){this.addLocationToLogProps(t,n),this.options.onLog(e,t)}render(e){const t=this.magicString.clone();this.ast.render(t,e),t.trim();const{usesTopLevelAwait:n}=this.astContext;return n&&"es"!==e.format&&"system"!==e.format?Ye((s=this.id,i=e.format,{code:"INVALID_TLA_FORMAT",id:s,message:`Module format "${i}" does not support top-level await. Use the "es" or "system" output formats rather.`})):{source:t,usesTopLevelAwait:n};var s,i}setSource({ast:e,code:t,customTransformCache:n,originalCode:s,originalSourcemap:i,resolvedIds:r,sourcemapChain:o,transformDependencies:a,transformFiles:l,...c}){if(t.startsWith("#!")){const e=t.indexOf("\n");this.shebang=t.slice(2,e)}65279===t.charCodeAt(0)&&(t=t.slice(1)),Go("generate ast",3),this.info.code=t,this.originalCode=s,this.originalSourcemap=oo(i),this.sourcemapChain=o.map((e=>e.missing?e:oo(e))),ro(this.originalSourcemap,this.sourcemapChain),l&&(this.transformFiles=l),this.transformDependencies=a,this.customTransformCache=n,this.updateOptions(c);const d=e??this.tryParse();Wo("generate ast",3),Go("analyze ast",3),this.resolvedIds=r??Object.create(null);const u=this.id;this.magicString=new y(t,{filename:this.excludeFromSourcemap?null:u,indentExclusionRanges:[]}),this.astContext={addDynamicImport:this.addDynamicImport.bind(this),addExport:this.addExport.bind(this),addImport:this.addImport.bind(this),addImportMeta:this.addImportMeta.bind(this),code:t,deoptimizationTracker:this.graph.deoptimizationTracker,error:this.error.bind(this),fileName:u,getExports:this.getExports.bind(this),getModuleExecIndex:()=>this.execIndex,getModuleName:this.basename.bind(this),getNodeConstructor:e=>Zr[e]||Zr.UnknownNode,getReexports:this.getReexports.bind(this),importDescriptions:this.importDescriptions,includeAllExports:()=>this.includeAllExports(!0),includeDynamicImport:this.includeDynamicImport.bind(this),includeVariableInModule:this.includeVariableInModule.bind(this),log:this.log.bind(this),magicString:this.magicString,manualPureFunctions:this.graph.pureFunctions,module:this,moduleContext:this.context,options:this.options,requestTreeshakingPass:()=>this.graph.needsTreeshakingPass=!0,traceExport:e=>this.getVariableForExportName(e)[0],traceVariable:this.traceVariable.bind(this),usesTopLevelAwait:!1},this.scope=new Yr(this.graph.scope,this.astContext),this.namespace=new to(this.astContext),this.ast=new Gr(d,{context:this.astContext,type:"Module"},this.scope),e||!1!==this.options.cache?this.info.ast=d:Object.defineProperty(this.info,"ast",{get:()=>{if(this.graph.astLru.has(u))return this.graph.astLru.get(u);{const e=this.tryParse();return this.graph.astLru.set(u,e),e}}}),Wo("analyze ast",3)}toJSON(){return{ast:this.info.ast,attributes:this.info.attributes,code:this.info.code,customTransformCache:this.customTransformCache,dependencies:Array.from(this.dependencies,ao),id:this.id,meta:this.info.meta,moduleSideEffects:this.info.moduleSideEffects,originalCode:this.originalCode,originalSourcemap:this.originalSourcemap,resolvedIds:this.resolvedIds,sourcemapChain:this.sourcemapChain,syntheticNamedExports:this.info.syntheticNamedExports,transformDependencies:this.transformDependencies,transformFiles:this.transformFiles}}traceVariable(e,{importerForSideEffects:t,isExportAllSearch:n,searchedNamesAndModules:s}=ge){const i=this.scope.variables.get(e);if(i)return i;const r=this.importDescriptions.get(e);if(r){const e=r.module;if(e instanceof Zo&&"*"===r.name)return e.namespace;const[i]=Xo(e,r.name,t||this,n,s);return i||this.error(Gt(r.name,this.id,e.id),r.start)}return null}updateOptions({meta:e,moduleSideEffects:t,syntheticNamedExports:n}){null!=t&&(this.info.moduleSideEffects=t),null!=n&&(this.info.syntheticNamedExports=n),null!=e&&Object.assign(this.info.meta,e)}addDynamicImport(e){let t=e.source;t instanceof Hr?1===t.quasis.length&&t.quasis[0].value.cooked&&(t=t.quasis[0].value.cooked):t instanceof Ai&&"string"==typeof t.value&&(t=t.value),this.dynamicImports.push({argument:t,id:null,node:e,resolution:null})}addExport(e){if(e instanceof ji)this.exports.set("default",{identifier:e.variable.getAssignedVariableName(),localName:"default"});else if(e instanceof Vi){const t=e.source.value;if(this.addSource(t,e),e.exported){const n=e.exported.name;this.reexportDescriptions.set(n,{localName:"*",module:null,source:t,start:e.start})}else this.exportAllSources.add(t)}else if(e.source instanceof Ai){const t=e.source.value;this.addSource(t,e);for(const{exported:n,local:s,start:i}of e.specifiers){const e=n instanceof Ai?n.value:n.name;this.reexportDescriptions.set(e,{localName:s instanceof Ai?s.value:s.name,module:null,source:t,start:i})}}else if(e.declaration){const t=e.declaration;if(t instanceof Jr)for(const e of t.declarations)for(const t of tn(e.id))this.exports.set(t,{identifier:null,localName:t});else{const e=t.id.name;this.exports.set(e,{identifier:null,localName:e})}}else for(const{local:t,exported:n}of e.specifiers){const e=t.name,s=n instanceof Ks?n.name:n.value;this.exports.set(s,{identifier:null,localName:e})}}addImport(e){const t=e.source.value;this.addSource(t,e);for(const n of e.specifiers){const e=n instanceof Yi?"default":n instanceof Nr?"*":n.imported instanceof Ks?n.imported.name:n.imported.value;this.importDescriptions.set(n.local.name,{module:null,name:e,source:t,start:n.start})}}addImportMeta(e){this.importMetas.push(e)}addLocationToLogProps(e,t){e.id=this.id,e.pos=t;let n=this.info.code;const s=ke(n,t,{offsetLine:1});if(s){let{column:i,line:r}=s;try{({column:i,line:r}=function(e,t){const n=e.filter((e=>!e.missing));e:for(;n.length>0;){const e=n.pop().mappings[t.line-1];if(e){const n=e.filter((e=>e.length>1)),s=n[n.length-1];for(const e of n)if(e[0]>=t.column||e===s){t={column:e[3],line:e[2]+1};continue e}}throw new Error("Can't resolve original location of error.")}return t}(this.sourcemapChain,{column:i,line:r})),n=this.originalCode}catch(e){this.options.onLog(we,function(e,t,n,s,i){return{cause:e,code:"SOURCEMAP_ERROR",id:t,loc:{column:n,file:t,line:s},message:`Error when using sourcemap for reporting an error: ${e.message}`,pos:i}}(e,this.id,i,r,t))}Xe(e,{column:i,line:r},n,this.id)}}addModulesToImportDescriptions(e){for(const t of e.values()){const{id:e}=this.resolvedIds[t.source];t.module=this.graph.modulesById.get(e)}}addRelevantSideEffectDependencies(e,t,n){const s=new Set,i=r=>{for(const o of r)s.has(o)||(s.add(o),t.has(o)?e.add(o):(o.info.moduleSideEffects||n.has(o))&&(o instanceof Qt||o.hasEffects()?e.add(o):i(o.dependencies)))};i(this.dependencies),i(n)}addSource(e,t){const n=(s=t.attributes,s?.length?Object.fromEntries(s.map((e=>[Ro(e),e.value.value]))):ge);var s;const i=this.sourcesWithAttributes.get(e);i?Lo(i,n)&&this.log(we,Tt(i,n,e,this.id),t.start):this.sourcesWithAttributes.set(e,n)}getVariableFromNamespaceReexports(e,t,n){let s=null;const i=new Map,r=new Set;for(const o of this.exportAllModules){if(o.info.syntheticNamedExports===e)continue;const[a,l]=Xo(o,e,t,!0,ea(n));o instanceof Qt||l?r.add(a):a instanceof no?s||(s=a):a&&i.set(a,o)}if(i.size>0){const t=[...i],n=t[0][0];return 1===t.length?[n]:(this.options.onLog(we,(o=e,a=this.id,l=t.map((([,e])=>e.id)),{binding:o,code:"NAMESPACE_CONFLICT",ids:l,message:`Conflicting namespaces: "${T(a)}" re-exports "${o}" from one of the modules ${De(l.map((e=>T(e))))} (will be ignored).`,reexporter:a})),[null])}var o,a,l;if(r.size>0){const t=[...r],n=t[0];return t.length>1&&this.options.onLog(we,function(e,t,n,s){return{binding:e,code:"AMBIGUOUS_EXTERNAL_NAMESPACES",ids:s,message:`Ambiguous external namespace resolution: "${T(t)}" re-exports "${e}" from one of the external modules ${De(s.map((e=>T(e))))}, guessing "${T(n)}".`,reexporter:t}}(e,this.id,n.module.id,t.map((e=>e.module.id)))),[n,!0]}return s?[s]:[null]}includeAndGetAdditionalMergedNamespaces(){const e=new Set,t=new Set;for(const n of[this,...this.exportAllModules])if(n instanceof Qt){const[t]=n.getVariableForExportName("*");t.include(),this.includedImports.add(t),e.add(t)}else if(n.info.syntheticNamedExports){const e=n.getSyntheticNamespace();e.include(),this.includedImports.add(e),t.add(e)}return[...t,...e]}includeDynamicImport(e){const t=this.dynamicImports.find((t=>t.node===e)).resolution;if(t instanceof Zo){t.includedDynamicImporters.push(this);const n=this.options.treeshake?e.getDeterministicImportedNames():void 0;n?t.includeExportsByNames(n):t.includeAllExports(!0)}}includeVariable(e){const t=e.module;if(e.included)t instanceof Zo&&t!==this&&Jo(e,this);else if(e.include(),this.graph.needsTreeshakingPass=!0,t instanceof Zo&&(t.isExecuted||Ko(t),t!==this)){const t=Jo(e,this);for(const e of t)e.isExecuted||Ko(e)}}includeVariableInModule(e){this.includeVariable(e);const t=e.module;t&&t!==this&&this.includedImports.add(e)}shimMissingExport(e){var t,n;this.options.onLog(we,(t=this.id,{binding:n=e,code:"SHIMMED_EXPORT",exporter:t,message:`Missing export "${n}" has been shimmed in module "${T(t)}".`})),this.exports.set(e,Yo)}tryParse(){try{return Mo(this.info.code)}catch(e){return this.error(function(e,t){let n=e.message.replace(/ \(\d+:\d+\)$/,"");return t.endsWith(".json")?n+=" (Note that you need @rollup/plugin-json to import JSON files)":t.endsWith(".js")||(n+=" (Note that you need plugins to import files that are not JavaScript)"),{cause:e,code:vt,id:t,message:n}}(e,this.id),e.pos)}}}function Qo(e,t,n){if(e.module instanceof Zo&&e.module!==n){const s=e.module.cycles;if(s.size>0){const i=n.cycles;for(const r of i)if(s.has(r)){t.alternativeReexportModules.set(e,n);break}}}}const ea=e=>e&&new Map(Array.from(e,(([e,t])=>[e,new Set(t)])));function ta(e){return e.endsWith(".js")?e.slice(0,-3):e}function na(e,t){return e.autoId?`${e.basePath?e.basePath+"/":""}${ta(t)}`:e.id??""}function sa(e,t,n,s,i,r,o,a="return "){const{_:l,getDirectReturnFunction:c,getFunctionIntro:d,getPropertyAccess:u,n:h,s:p}=i;if(!n)return`${h}${h}${a}${function(e,t,n,s,i){if(e.length>0)return e[0].local;for(const{defaultVariableName:e,importPath:r,isChunk:o,name:a,namedExportsMode:l,namespaceVariableName:c,reexports:d}of t)if(d)return ia(a,d[0].imported,l,o,e,c,n,r,s,i)}(e,t,s,o,u)};`;let f="";for(const{defaultVariableName:e,importPath:i,isChunk:a,name:d,namedExportsMode:p,namespaceVariableName:m,reexports:g}of t)if(g&&n)for(const t of g)if("*"!==t.reexported){const n=ia(d,t.imported,p,a,e,m,s,i,o,u);if(f&&(f+=h),"*"!==t.imported&&t.needsLiveBinding){const[e,s]=c([],{functionReturn:!0,lineBreakIndent:null,name:null});f+=`Object.defineProperty(exports,${l}'${t.reexported}',${l}{${h}${r}enumerable:${l}true,${h}${r}get:${l}${e}${n}${s}${h}});`}else f+=`exports${u(t.reexported)}${l}=${l}${n};`}for(const{exported:t,local:n}of e){const e=`exports${u(t)}`;e!==n&&(f&&(f+=h),f+=`${e}${l}=${l}${n};`)}for(const{name:e,reexports:s}of t)if(s&&n)for(const t of s)if("*"===t.reexported){f&&(f+=h);const n=`{${h}${r}if${l}(k${l}!==${l}'default'${l}&&${l}!Object.prototype.hasOwnProperty.call(exports,${l}k))${l}${aa(e,t.needsLiveBinding,r,i)}${p}${h}}`;f+=`Object.keys(${e}).forEach(${d(["k"],{isAsync:!1,name:null})}${n});`}return f?`${h}${h}${f}`:""}function ia(e,t,n,s,i,r,o,a,l,c){if("default"===t){if(!s){const t=o(a),n=ir[t]?i:e;return rr(t,l)?`${n}${c("default")}`:n}return n?`${e}${c("default")}`:e}return"*"===t?(s?!n:or[o(a)])?r:e:`${e}${c(t)}`}function ra(e){return e([["value","true"]],{lineBreakIndent:null})}function oa(e,t,n,{_:s,getObject:i}){if(e){if(t)return n?`Object.defineProperties(exports,${s}${i([["__esModule",ra(i)],[null,`[Symbol.toStringTag]:${s}${wr(i)}`]],{lineBreakIndent:null})});`:`Object.defineProperty(exports,${s}'__esModule',${s}${ra(i)});`;if(n)return`Object.defineProperty(exports,${s}Symbol.toStringTag,${s}${wr(i)});`}return""}const aa=(e,t,n,{_:s,getDirectReturnFunction:i,n:r})=>{if(t){const[t,o]=i([],{functionReturn:!0,lineBreakIndent:null,name:null});return`Object.defineProperty(exports,${s}k,${s}{${r}${n}${n}enumerable:${s}true,${r}${n}${n}get:${s}${t}${e}[k]${o}${r}${n}})`}return`exports[k]${s}=${s}${e}[k]`};function la(e,t,n,s,i,r,o,a){const{_:l,cnst:c,n:d}=a,u=new Set,h=[],p=(e,t,n)=>{u.add(t),h.push(`${c} ${e}${l}=${l}/*#__PURE__*/${t}(${n});`)};for(const{defaultVariableName:n,imports:s,importPath:i,isChunk:r,name:o,namedExportsMode:a,namespaceVariableName:l,reexports:c}of e)if(r){for(const{imported:e,reexported:t}of[...s||[],...c||[]])if("*"===e&&"*"!==t){a||p(l,tr,o);break}}else{const e=t(i);let r=!1,a=!1;for(const{imported:t,reexported:i}of[...s||[],...c||[]]){let s,c;"default"===t?r||(r=!0,n!==l&&(c=n,s=ir[e])):"*"!==t||"*"===i||a||(a=!0,s=or[e],c=l),s&&p(c,s,o)}}return`${lr(u,r,o,a,n,s,i)}${h.length>0?`${h.join(d)}${d}${d}`:""}`}function ca(e,t){return"."!==e[0]?e:t?(n=e).endsWith(".js")?n:n+".js":ta(e);var n}const da=new Set([...t(["assert","async_hooks","buffer","child_process","cluster","console","constants","crypto","dgram","diagnostics_channel","dns","domain","events","fs","http","http2","https","inspector","module","net","os","path","perf_hooks","process","punycode","querystring","readline","repl","stream","string_decoder","timers","tls","trace_events","tty","url","util","v8","vm","wasi","worker_threads","zlib"]),"assert/strict","dns/promises","fs/promises","path/posix","path/win32","readline/promises","stream/consumers","stream/promises","stream/web","timers/promises","util/types"]);function ua(e,t){const n=t.map((({importPath:e})=>e)).filter((e=>da.has(e)||e.startsWith("node:")));0!==n.length&&e(we,function(e){return{code:xt,ids:e,message:`Creating a browser bundle that depends on Node.js built-in modules (${De(e)}). You might need to include https://github.com/FredKSchott/rollup-plugin-polyfill-node`}}(n))}const ha=(e,t)=>e.split(".").map(t).join("");function pa(e,t,n,s,{_:i,getPropertyAccess:r}){const o=e.split(".");o[0]=("function"==typeof n?n(o[0]):n[o[0]])||o[0];const a=o.pop();let l=t,c=[...o.map((e=>(l+=r(e),`${l}${i}=${i}${l}${i}||${i}{}`))),`${l}${r(a)}`].join(`,${i}`)+`${i}=${i}${s}`;return o.length>0&&(c=`(${c})`),c}function fa(e){let t=e.length;for(;t--;){const{imports:n,reexports:s}=e[t];if(n||s)return e.slice(0,t+1)}return[]}const ma=({dependencies:e,exports:t})=>{const n=new Set(t.map((e=>e.exported)));n.add("default");for(const{reexports:t}of e)if(t)for(const e of t)"*"!==e.reexported&&n.add(e.reexported);return n},ga=(e,t,{_:n,cnst:s,getObject:i,n:r})=>e?`${r}${t}${s} _starExcludes${n}=${n}${i([...e].map((e=>[e,"1"])),{lineBreakIndent:{base:t,t:t}})};`:"",ya=(e,t,{_:n,n:s})=>e.length>0?`${s}${t}var ${e.join(`,${n}`)};`:"",ba=(e,t,n)=>Ea(e.filter((e=>e.hoisted)).map((e=>({name:e.exported,value:e.local}))),t,n);function Ea(e,t,{_:n,n:s}){return 0===e.length?"":1===e.length?`exports('${e[0].name}',${n}${e[0].value});${s}${s}`:`exports({${s}`+e.map((({name:e,value:s})=>`${t}${e}:${n}${s}`)).join(`,${s}`)+`${s}});${s}${s}`}const xa=(e,t,n)=>Ea(e.filter((e=>e.expression)).map((e=>({name:e.exported,value:e.local}))),t,n),$a=(e,t,n)=>Ea(e.filter((e=>e.local===Qr)).map((e=>({name:e.exported,value:Qr}))),t,n);function Aa(e,t,n){return e?`${t}${ha(e,n)}`:"null"}var wa={amd:function(e,{accessedGlobals:t,dependencies:n,exports:s,hasDefaultExport:i,hasExports:r,id:o,indent:a,intro:l,isEntryFacade:c,isModuleFacade:d,namedExportsMode:u,log:h,outro:p,snippets:f},{amd:m,esModule:g,externalLiveBindings:y,freeze:b,generatedCode:{symbols:E},interop:x,strict:$}){ua(h,n);const A=n.map((e=>`'${ca(e.importPath,m.forceJsExtensionForImports)}'`)),w=n.map((e=>e.name)),{n:S,getNonArrowFunctionIntro:v,_:I}=f;u&&r&&(w.unshift("exports"),A.unshift("'exports'")),t.has("require")&&(w.unshift("require"),A.unshift("'require'")),t.has("module")&&(w.unshift("module"),A.unshift("'module'"));const P=na(m,o),k=(P?`'${P}',${I}`:"")+(A.length>0?`[${A.join(`,${I}`)}],${I}`:""),N=$?`${I}'use strict';`:"";e.prepend(`${l}${la(n,x,y,b,E,t,a,f)}`);const C=sa(s,n,u,x,f,a,y);let O=oa(u&&r,c&&(!0===g||"if-default-prop"===g&&i),d&&E,f);O&&(O=S+S+O),e.append(`${C}${O}${p}`).indent(a).prepend(`${m.define}(${k}(${v(w,{isAsync:!1,name:null})}{${N}${S}${S}`).append(`${S}${S}}));`)},cjs:function(e,{accessedGlobals:t,dependencies:n,exports:s,hasDefaultExport:i,hasExports:r,indent:o,intro:a,isEntryFacade:l,isModuleFacade:c,namedExportsMode:d,outro:u,snippets:h},{compact:p,esModule:f,externalLiveBindings:m,freeze:g,interop:y,generatedCode:{symbols:b},strict:E}){const{_:x,n:$}=h,A=E?`'use strict';${$}${$}`:"";let w=oa(d&&r,l&&(!0===f||"if-default-prop"===f&&i),c&&b,h);w&&(w+=$+$);const S=function(e,{_:t,cnst:n,n:s},i){let r="",o=!1;for(const{importPath:a,name:l,reexports:c,imports:d}of e)c||d?(r+=i&&o?",":`${r?`;${s}`:""}${n} `,o=!0,r+=`${l}${t}=${t}require('${a}')`):(r&&(r+=i&&!o?",":`;${s}`),o=!1,r+=`require('${a}')`);if(r)return`${r};${s}${s}`;return""}(n,h,p),v=la(n,y,m,g,b,t,o,h);e.prepend(`${A}${a}${w}${S}${v}`);const I=sa(s,n,d,y,h,o,m,`module.exports${x}=${x}`);e.append(`${I}${u}`)},es:function(e,{accessedGlobals:t,indent:n,intro:s,outro:i,dependencies:r,exports:o,snippets:a},{externalLiveBindings:l,freeze:c,generatedCode:{symbols:d}}){const{n:u}=a,h=function(e,{_:t}){const n=[];for(const{importPath:s,reexports:i,imports:r,name:o,attributes:a}of e){const e=`'${s}'${a?`${t}assert${t}${a}`:""};`;if(i||r){if(r){let s=null,i=null;const o=[];for(const e of r)"default"===e.imported?s=e:"*"===e.imported?i=e:o.push(e);i&&n.push(`import${t}*${t}as ${i.local} from${t}${e}`),s&&0===o.length?n.push(`import ${s.local} from${t}${e}`):o.length>0&&n.push(`import ${s?`${s.local},${t}`:""}{${t}${o.map((e=>e.imported===e.local?e.imported:`${e.imported} as ${e.local}`)).join(`,${t}`)}${t}}${t}from${t}${e}`)}if(i){let s=null;const a=[],l=[];for(const e of i)"*"===e.reexported?s=e:"*"===e.imported?a.push(e):l.push(e);if(s&&n.push(`export${t}*${t}from${t}${e}`),a.length>0){r&&r.some((e=>"*"===e.imported&&e.local===o))||n.push(`import${t}*${t}as ${o} from${t}${e}`);for(const e of a)n.push(`export${t}{${t}${o===e.reexported?o:`${o} as ${e.reexported}`} };`)}l.length>0&&n.push(`export${t}{${t}${l.map((e=>e.imported===e.reexported?e.imported:`${e.imported} as ${e.reexported}`)).join(`,${t}`)}${t}}${t}from${t}${e}`)}}else n.push(`import${t}${e}`)}return n}(r,a);h.length>0&&(s+=h.join(u)+u+u),(s+=lr(null,t,n,a,l,c,d))&&e.prepend(s);const p=function(e,{_:t,cnst:n}){const s=[],i=[];for(const r of e)r.expression&&s.push(`${n} ${r.local}${t}=${t}${r.expression};`),i.push(r.exported===r.local?r.local:`${r.local} as ${r.exported}`);i.length>0&&s.push(`export${t}{${t}${i.join(`,${t}`)}${t}};`);return s}(o,a);p.length>0&&e.append(u+u+p.join(u).trim()),i&&e.append(i),e.trim()},iife:function(e,{accessedGlobals:t,dependencies:n,exports:s,hasDefaultExport:i,hasExports:r,indent:o,intro:a,namedExportsMode:l,log:c,outro:d,snippets:u},{compact:h,esModule:p,extend:f,freeze:m,externalLiveBindings:g,globals:y,interop:b,name:E,generatedCode:{symbols:x},strict:$}){const{_:A,getNonArrowFunctionIntro:w,getPropertyAccess:S,n:v}=u,I=E&&E.includes("."),P=!f&&!I;if(E&&P&&($e(k=E)||xe.test(k)))return Ye(function(e){return{code:at,message:`Given name "${e}" is not a legal JS identifier. If you need this, you can try "output.extend: true".`,url:Re(Fe)}}(E));var k;ua(c,n);const N=fa(n),C=N.map((e=>e.globalName||"null")),O=N.map((e=>e.name));r&&!E&&c(we,{code:Et,message:'If you do not supply "output.name", you may not be able to access the exports of an IIFE bundle.',url:Re(qe)}),l&&r&&(f?(C.unshift(`this${ha(E,S)}${A}=${A}this${ha(E,S)}${A}||${A}{}`),O.unshift("exports")):(C.unshift("{}"),O.unshift("exports")));const M=$?`${o}'use strict';${v}`:"",_=la(n,b,g,m,x,t,o,u);e.prepend(`${a}${_}`);let D=`(${w(O,{isAsync:!1,name:null})}{${v}${M}${v}`;r&&(!E||f&&l||(D=(P?`var ${E}`:`this${ha(E,S)}`)+`${A}=${A}${D}`),I&&(D=function(e,t,n,{_:s,getPropertyAccess:i,s:r},o){const a=e.split(".");a[0]=("function"==typeof n?n(a[0]):n[a[0]])||a[0],a.pop();let l=t;return a.map((e=>(l+=i(e),`${l}${s}=${s}${l}${s}||${s}{}${r}`))).join(o?",":"\n")+(o&&a.length>0?";":"\n")}(E,"this",y,u,h)+D));let R=`${v}${v}})(${C.join(`,${A}`)});`;r&&!f&&l&&(R=`${v}${v}${o}return exports;${R}`);const L=sa(s,n,l,b,u,o,g);let B=oa(l&&r,!0===p||"if-default-prop"===p&&i,x,u);B&&(B=v+v+B),e.append(`${L}${B}${d}`).indent(o).prepend(D).append(R)},system:function(e,{accessedGlobals:t,dependencies:n,exports:s,hasExports:i,indent:r,intro:o,snippets:a,outro:l,usesTopLevelAwait:c},{externalLiveBindings:d,freeze:u,name:h,generatedCode:{symbols:p},strict:f,systemNullSetters:m}){const{_:g,getFunctionIntro:y,getNonArrowFunctionIntro:b,n:E,s:x}=a,{importBindings:$,setters:A,starExcludes:w}=function(e,t,n,{_:s,cnst:i,getObject:r,getPropertyAccess:o,n:a}){const l=[],c=[];let d=null;for(const{imports:u,reexports:h}of e){const p=[];if(u)for(const e of u)l.push(e.local),"*"===e.imported?p.push(`${e.local}${s}=${s}module;`):p.push(`${e.local}${s}=${s}module${o(e.imported)};`);if(h){const a=[];let l=!1;for(const{imported:e,reexported:t}of h)"*"===t?l=!0:a.push([t,"*"===e?"module":`module${o(e)}`]);if(a.length>1||l){const o=r(a,{lineBreakIndent:null});l?(d||(d=ma({dependencies:e,exports:t})),p.push(`${i} setter${s}=${s}${o};`,`for${s}(${i} name in module)${s}{`,`${n}if${s}(!_starExcludes[name])${s}setter[name]${s}=${s}module[name];`,"}","exports(setter);")):p.push(`exports(${o});`)}else{const[e,t]=a[0];p.push(`exports('${e}',${s}${t});`)}}c.push(p.join(`${a}${n}${n}${n}`))}return{importBindings:l,setters:c,starExcludes:d}}(n,s,r,a),S=h?`'${h}',${g}`:"",v=t.has("module")?["exports","module"]:i?["exports"]:[];let I=`System.register(${S}[`+n.map((({importPath:e})=>`'${e}'`)).join(`,${g}`)+`],${g}(${b(v,{isAsync:!1,name:null})}{${E}${r}${f?"'use strict';":""}`+ga(w,r,a)+ya($,r,a)+`${E}${r}return${g}{${A.length>0?`${E}${r}${r}setters:${g}[${A.map((e=>e?`${y(["module"],{isAsync:!1,name:null})}{${E}${r}${r}${r}${e}${E}${r}${r}}`:m?"null":`${y([],{isAsync:!1,name:null})}{}`)).join(`,${g}`)}],`:""}${E}`;I+=`${r}${r}execute:${g}(${b([],{isAsync:c,name:null})}{${E}${E}`;const P=`${r}${r}})${E}${r}}${x}${E}}));`;e.prepend(o+lr(null,t,r,a,d,u,p)+ba(s,r,a)).append(`${l}${E}${E}`+xa(s,r,a)+$a(s,r,a)).indent(`${r}${r}${r}`).append(P).prepend(I)},umd:function(e,{accessedGlobals:t,dependencies:n,exports:s,hasDefaultExport:i,hasExports:r,id:o,indent:a,intro:l,namedExportsMode:c,log:d,outro:u,snippets:h},{amd:p,compact:f,esModule:m,extend:g,externalLiveBindings:y,freeze:b,interop:E,name:x,generatedCode:{symbols:$},globals:A,noConflict:w,strict:S}){const{_:v,cnst:I,getFunctionIntro:P,getNonArrowFunctionIntro:k,getPropertyAccess:N,n:C,s:O}=h,M=f?"f":"factory",_=f?"g":"global";if(r&&!x)return Ye({code:Et,message:'You must supply "output.name" for UMD bundles that have exports so that the exports are accessible in environments without a module loader.',url:Re(qe)});ua(d,n);const D=n.map((e=>`'${ca(e.importPath,p.forceJsExtensionForImports)}'`)),R=n.map((e=>`require('${e.importPath}')`)),L=fa(n),B=L.map((e=>Aa(e.globalName,_,N))),T=L.map((e=>e.name));c&&(r||w)&&(D.unshift("'exports'"),R.unshift("exports"),B.unshift(pa(x,_,A,(g?`${Aa(x,_,N)}${v}||${v}`:"")+"{}",h)),T.unshift("exports"));const z=na(p,o),V=(z?`'${z}',${v}`:"")+(D.length>0?`[${D.join(`,${v}`)}],${v}`:""),F=p.define,j=!c&&r?`module.exports${v}=${v}`:"",U=S?`${v}'use strict';${C}`:"";let G;if(w){const e=f?"e":"exports";let t;if(!c&&r)t=`${I} ${e}${v}=${v}${pa(x,_,A,`${M}(${B.join(`,${v}`)})`,h)};`;else{t=`${I} ${e}${v}=${v}${B.shift()};${C}${a}${a}${M}(${[e,...B].join(`,${v}`)});`}G=`(${P([],{isAsync:!1,name:null})}{${C}${a}${a}${I} current${v}=${v}${function(e,t,{_:n,getPropertyAccess:s}){let i=t;return e.split(".").map((e=>i+=s(e))).join(`${n}&&${n}`)}(x,_,h)};${C}${a}${a}${t}${C}${a}${a}${e}.noConflict${v}=${v}${P([],{isAsync:!1,name:null})}{${v}${Aa(x,_,N)}${v}=${v}current;${v}return ${e}${O}${v}};${C}${a}})()`}else G=`${M}(${B.join(`,${v}`)})`,!c&&r&&(G=pa(x,_,A,G,h));const W=r||w&&c||B.length>0,H=[M];W&&H.unshift(_);const q=W?`this,${v}`:"",K=W?`(${_}${v}=${v}typeof globalThis${v}!==${v}'undefined'${v}?${v}globalThis${v}:${v}${_}${v}||${v}self,${v}`:"",Y=W?")":"",X=W?`${a}typeof exports${v}===${v}'object'${v}&&${v}typeof module${v}!==${v}'undefined'${v}?${v}${j}${M}(${R.join(`,${v}`)})${v}:${C}`:"",J=`(${k(H,{isAsync:!1,name:null})}{${C}`+X+`${a}typeof ${F}${v}===${v}'function'${v}&&${v}${F}.amd${v}?${v}${F}(${V}${M})${v}:${C}`+`${a}${K}${G}${Y};${C}`+`})(${q}(${k(T,{isAsync:!1,name:null})}{${U}${C}`,Z=C+C+"}));";e.prepend(`${l}${la(n,E,y,b,$,t,a,h)}`);const Q=sa(s,n,c,E,h,a,y);let ee=oa(c&&r,!0===m||"if-default-prop"===m&&i,$,h);ee&&(ee=C+C+ee),e.append(`${Q}${ee}${u}`).trim().indent(a).append(Z).prepend(J)}};const Sa=(e,t)=>t?`${e}\n${t}`:e,va=(e,t)=>t?`${e}\n\n${t}`:e;async function Ia(e,t,n){try{let[s,i,r,o]=await Promise.all([t.hookReduceValue("banner",e.banner(n),[n],Sa),t.hookReduceValue("footer",e.footer(n),[n],Sa),t.hookReduceValue("intro",e.intro(n),[n],va),t.hookReduceValue("outro",e.outro(n),[n],va)]);return r&&(r+="\n\n"),o&&(o=`\n\n${o}`),s&&(s+="\n"),i&&(i="\n"+i),{banner:s,footer:i,intro:r,outro:o}}catch(e){return Ye((s=e.message,i=e.hook,r=e.plugin,{code:Je,message:`Could not retrieve "${i}". Check configuration of plugin "${r}".\n\tError Message: ${s}`}))}var s,i,r}const Pa={amd:Ca,cjs:Ca,es:Na,iife:Ca,system:Na,umd:Ca};function ka(e,t,n,s,i,r,o,a,l,c,d,u,h,p){const f=[...e].reverse();for(const e of f)e.scope.addUsedOutsideNames(s,i,u,h);!function(e,t,n){for(const s of t){for(const t of s.scope.variables.values())t.included&&!(t.renderBaseName||t instanceof Kr&&t.getOriginalVariable()!==t)&&t.setRenderNames(null,$s(t.name,e,t.forbiddenNames));if(n.has(s)){const t=s.namespace;t.setRenderNames(null,$s(t.name,e,t.forbiddenNames))}}}(s,f,p),Pa[i](s,n,t,r,o,a,l,c,d);for(const e of f)e.scope.deconflict(i,u,h)}function Na(e,t,n,s,i,r,o,a,l){for(const t of n.dependencies)(i||t instanceof j)&&(t.variableName=$s(t.suggestedVariableName,e,null));for(const n of t){const t=n.module,s=n.name;n.isNamespace&&(i||t instanceof Qt)?n.setRenderNames(null,(t instanceof Qt?a.get(t):o.get(t)).variableName):t instanceof Qt&&"default"===s?n.setRenderNames(null,$s([...t.exportedVariables].some((([e,t])=>"*"===t&&e.included))?t.suggestedVariableName+"__default":t.suggestedVariableName,e,n.forbiddenNames)):n.setRenderNames(null,$s(s,e,n.forbiddenNames))}for(const t of l)t.setRenderNames(null,$s(t.name,e,t.forbiddenNames))}function Ca(e,t,{deconflictedDefault:n,deconflictedNamespace:s,dependencies:i},r,o,a,l,c){for(const t of i)t.variableName=$s(t.suggestedVariableName,e,null);for(const t of s)t.namespaceVariableName=$s(`${t.suggestedVariableName}__namespace`,e,null);for(const t of n)t.defaultVariableName=s.has(t)&&ar(r(t.id),a)?t.namespaceVariableName:$s(`${t.suggestedVariableName}__default`,e,null);for(const e of t){const t=e.module;if(t instanceof Qt){const n=c.get(t),s=e.name;if("default"===s){const s=r(t.id),i=ir[s]?n.defaultVariableName:n.variableName;rr(s,a)?e.setRenderNames(i,"default"):e.setRenderNames(null,i)}else"*"===s?e.setRenderNames(null,or[r(t.id)]?n.namespaceVariableName:n.variableName):e.setRenderNames(n.variableName,null)}else{const n=l.get(t);o&&e.isNamespace?e.setRenderNames(null,"default"===n.exportMode?n.namespaceVariableName:n.variableName):"default"===n.exportMode?e.setRenderNames(null,n.variableName):e.setRenderNames(n.variableName,n.getVariableExportName(e))}}}function Oa(e,{exports:t,name:n,format:s},i,r){const o=e.getExportNames();if("default"===t){if(1!==o.length||"default"!==o[0])return Ye(Ft("default",o,i))}else if("none"===t&&o.length>0)return Ye(Ft("none",o,i));return"auto"===t&&(0===o.length?t="none":1===o.length&&"default"===o[0]?t="default":("es"!==s&&"system"!==s&&o.includes("default")&&r(we,function(e,t){return{code:At,id:e,message:`Entry module "${T(e)}" is using named and default exports together. Consumers of your bundle will have to use \`${t||"chunk"}.default\` to access the default export, which may not be what you want. Use \`output.exports: "named"\` to disable this warning.`,url:Re(Ve)}}(i,n)),t="named")),t}function Ma(e){const t=e.split("\n"),n=t.filter((e=>/^\t+/.test(e))),s=t.filter((e=>/^ {2,}/.test(e)));if(0===n.length&&0===s.length)return null;if(n.length>=s.length)return"\t";const i=s.reduce(((e,t)=>{const n=/^ +/.exec(t)[0].length;return Math.min(n,e)}),1/0);return" ".repeat(i)}function _a(e,t,n,s,i,r){const o=e.getDependenciesToBeIncluded();for(const e of o){if(e instanceof Qt){t.push(r.get(e));continue}const o=i.get(e);o===s?n.has(e)||(n.add(e),_a(e,t,n,s,i,r)):t.push(o)}}const Da="!~{",Ra="}~",La=new RegExp(`${Da}[0-9a-zA-Z_$]{1,17}${Ra}`,"g"),Ba=(e,t)=>e.replace(La,(e=>t.get(e)||e)),Ta=(e,t,n)=>e.replace(La,(e=>e===t?n:e)),za=(e,t)=>{const n=new Set,s=e.replace(La,(e=>t.has(e)?(n.add(e),`${Da}${"0".repeat(e.length-5)}${Ra}`):e));return{containedPlaceholders:n,transformedCode:s}},Va=Symbol("bundleKeys"),Fa={type:"placeholder"};function ja(e,t,n){return z(e)?Ye(Jt(`Invalid pattern "${e}" for "${t}", patterns can be neither absolute nor relative paths. If you want your files to be stored in a subdirectory, write its name without a leading slash like this: subdirectory/pattern.`)):e.replace(/\[(\w+)(:\d+)?]/g,((e,s,i)=>{if(!n.hasOwnProperty(s)||i&&"hash"!==s)return Ye(Jt(`"[${s}${i||""}]" is not a valid placeholder in the "${t}" pattern.`));const r=n[s](i&&Number.parseInt(i.slice(1)));return z(r)?Ye(Jt(`Invalid substitution "${r}" for placeholder "[${s}]" in "${t}" pattern, can be neither absolute nor relative path.`)):r}))}function Ua(e,{[Va]:t}){if(!t.has(e.toLowerCase()))return e;const n=C(e);e=e.slice(0,Math.max(0,e.length-n.length));let s,i=1;for(;t.has((s=e+ ++i+n).toLowerCase()););return s}const Ga=new Set([".js",".jsx",".ts",".tsx",".mjs",".mts",".cjs",".cts"]);function Wa(e,t,n,s){const i="function"==typeof t?t(e.id):t[e.id];return i||(n?(s(we,(r=e.id,o=e.variableName,{code:yt,id:r,message:`No name was provided for external module "${r}" in "output.globals" – guessing "${o}".`,names:[o],url:Re(Ue)})),e.variableName):void 0);var r,o}class Ha{constructor(e,t,n,s,i,r,o,a,l,c,d,u,h,p,f){this.orderedModules=e,this.inputOptions=t,this.outputOptions=n,this.unsetOptions=s,this.pluginDriver=i,this.modulesById=r,this.chunkByModule=o,this.externalChunkByModule=a,this.facadeChunkByModule=l,this.includedNamespaces=c,this.manualChunkAlias=d,this.getPlaceholder=u,this.bundle=h,this.inputBase=p,this.snippets=f,this.entryModules=[],this.exportMode="named",this.facadeModule=null,this.namespaceVariableName="",this.variableName="",this.accessedGlobalsByScope=new Map,this.dependencies=new Set,this.dynamicEntryModules=[],this.dynamicName=null,this.exportNamesByVariable=new Map,this.exports=new Set,this.exportsByName=new Map,this.fileName=null,this.implicitEntryModules=[],this.implicitlyLoadedBefore=new Set,this.imports=new Set,this.includedDynamicImports=null,this.includedReexportsByModule=new Map,this.isEmpty=!0,this.name=null,this.needsExportsShim=!1,this.preRenderedChunkInfo=null,this.preliminaryFileName=null,this.preliminarySourcemapFileName=null,this.renderedChunkInfo=null,this.renderedDependencies=null,this.renderedModules=Object.create(null),this.sortedExportNames=null,this.strictFacade=!1,this.execIndex=e.length>0?e[0].execIndex:1/0;const m=new Set(e);for(const t of e){o.set(t,this),t.namespace.included&&!n.preserveModules&&c.add(t),this.isEmpty&&t.isIncluded()&&(this.isEmpty=!1),(t.info.isEntry||n.preserveModules)&&this.entryModules.push(t);for(const e of t.includedDynamicImporters)m.has(e)||(this.dynamicEntryModules.push(t),t.info.syntheticNamedExports&&(c.add(t),this.exports.add(t.namespace)));t.implicitlyLoadedAfter.size>0&&this.implicitEntryModules.push(t)}this.suggestedVariableName=Ae(this.generateVariableName())}static generateFacade(e,t,n,s,i,r,o,a,l,c,d,u,h,p,f){const m=new Ha([],e,t,n,s,i,r,o,a,l,null,u,h,p,f);m.assignFacadeName(d,c),a.has(c)||a.set(c,m);for(const e of c.getDependenciesToBeIncluded())m.dependencies.add(e instanceof Zo?r.get(e):o.get(e));return!m.dependencies.has(r.get(c))&&c.info.moduleSideEffects&&c.hasEffects()&&m.dependencies.add(r.get(c)),m.ensureReexportsAreAvailableForModule(c),m.facadeModule=c,m.strictFacade=!0,m}canModuleBeFacade(e,t){const n=e.getExportNamesByVariable();for(const e of this.exports)if(!n.has(e))return!1;for(const s of t)if(!(s.module===e||n.has(s)||s instanceof no&&n.has(s.getBaseVariable())))return!1;return!0}finalizeChunk(e,t,n,s){const i=this.getRenderedChunkInfo(),r=e=>Ba(e,s),o=i.fileName,a=this.fileName=r(o);return{...i,code:e,dynamicImports:i.dynamicImports.map(r),fileName:a,implicitlyLoadedBefore:i.implicitlyLoadedBefore.map(r),importedBindings:Object.fromEntries(Object.entries(i.importedBindings).map((([e,t])=>[r(e),t]))),imports:i.imports.map(r),map:t,preliminaryFileName:o,referencedFiles:i.referencedFiles.map(r),sourcemapFileName:n}}generateExports(){this.sortedExportNames=null;const e=new Set(this.exports);if(null!==this.facadeModule&&(!1!==this.facadeModule.preserveSignature||this.strictFacade)){const t=this.facadeModule.getExportNamesByVariable();for(const[n,s]of t){this.exportNamesByVariable.set(n,[...s]);for(const e of s)this.exportsByName.set(e,n);e.delete(n)}}this.outputOptions.minifyInternalExports?function(e,t,n){let s=0;for(const i of e){let[e]=i.name;if(t.has(e))do{e=xs(++s),49===e.charCodeAt(0)&&(s+=9*64**(e.length-1),e=xs(s))}while(Ee.has(e)||t.has(e));t.set(e,i),n.set(i,[e])}}(e,this.exportsByName,this.exportNamesByVariable):function(e,t,n){for(const s of e){let e=0,i=s.name;for(;t.has(i);)i=s.name+"$"+ ++e;t.set(i,s),n.set(s,[i])}}(e,this.exportsByName,this.exportNamesByVariable),(this.outputOptions.preserveModules||this.facadeModule&&this.facadeModule.info.isEntry)&&(this.exportMode=Oa(this,this.outputOptions,this.facadeModule.id,this.inputOptions.onLog))}generateFacades(){const e=[],t=new Set([...this.entryModules,...this.implicitEntryModules]),n=new Set(this.dynamicEntryModules.map((({namespace:e})=>e)));for(const e of t)if(e.preserveSignature)for(const t of e.getExportNamesByVariable().keys())this.chunkByModule.get(t.module)===this&&n.add(t);for(const s of t){const t=Array.from(new Set(s.chunkNames.filter((({isUserDefined:e})=>e)).map((({name:e})=>e))),(e=>({name:e})));if(0===t.length&&s.isUserDefinedEntryPoint&&t.push({}),t.push(...Array.from(s.chunkFileNames,(e=>({fileName:e})))),0===t.length&&t.push({}),!this.facadeModule){const e=!this.outputOptions.preserveModules&&("strict"===s.preserveSignature||"exports-only"===s.preserveSignature&&s.getExportNamesByVariable().size>0);e&&!this.canModuleBeFacade(s,n)||(this.facadeModule=s,this.facadeChunkByModule.set(s,this),s.preserveSignature&&(this.strictFacade=e),this.assignFacadeName(t.shift(),s,this.outputOptions.preserveModules))}for(const n of t)e.push(Ha.generateFacade(this.inputOptions,this.outputOptions,this.unsetOptions,this.pluginDriver,this.modulesById,this.chunkByModule,this.externalChunkByModule,this.facadeChunkByModule,this.includedNamespaces,s,n,this.getPlaceholder,this.bundle,this.inputBase,this.snippets))}for(const e of this.dynamicEntryModules)e.info.syntheticNamedExports||(!this.facadeModule&&this.canModuleBeFacade(e,n)?(this.facadeModule=e,this.facadeChunkByModule.set(e,this),this.strictFacade=!0,this.dynamicName=qa(e)):this.facadeModule===e&&!this.strictFacade&&this.canModuleBeFacade(e,n)?this.strictFacade=!0:this.facadeChunkByModule.get(e)?.strictFacade||(this.includedNamespaces.add(e),this.exports.add(e.namespace)));return this.outputOptions.preserveModules||this.addNecessaryImportsForFacades(),e}getChunkName(){return this.name??=this.outputOptions.sanitizeFileName(this.getFallbackChunkName())}getExportNames(){return this.sortedExportNames??=[...this.exportsByName.keys()].sort()}getFileName(){return this.fileName||this.getPreliminaryFileName().fileName}getImportPath(e){return L(F(e,this.getFileName(),"amd"===this.outputOptions.format&&!this.outputOptions.amd.forceJsExtensionForImports,!0))}getPreliminaryFileName(){if(this.preliminaryFileName)return this.preliminaryFileName;let e,t=null;const{chunkFileNames:n,entryFileNames:s,file:i,format:r,preserveModules:o}=this.outputOptions;if(i)e=k(i);else if(null===this.fileName){const[i,a]=o||this.facadeModule?.isUserDefinedEntryPoint?[s,"output.entryFileNames"]:[n,"output.chunkFileNames"];e=ja("function"==typeof i?i(this.getPreRenderedChunkInfo()):i,a,{format:()=>r,hash:e=>t||(t=this.getPlaceholder(a,e)),name:()=>this.getChunkName()}),t||(e=Ua(e,this.bundle))}else e=this.fileName;return t||(this.bundle[e]=Fa),this.preliminaryFileName={fileName:e,hashPlaceholder:t}}getPreliminarySourcemapFileName(){if(this.preliminarySourcemapFileName)return this.preliminarySourcemapFileName;let e=null,t=null;const{sourcemapFileNames:n,format:s}=this.outputOptions;if(!n)return null;{const[i,r]=[n,"output.sourcemapFileNames"];e=ja("function"==typeof i?i(this.getPreRenderedChunkInfo()):i,r,{chunkhash:()=>this.getPreliminaryFileName().hashPlaceholder||"",format:()=>s,hash:e=>t||(t=this.getPlaceholder(r,e)),name:()=>this.getChunkName()}),t||(e=Ua(e,this.bundle))}return this.preliminarySourcemapFileName={fileName:e,hashPlaceholder:t}}getRenderedChunkInfo(){return this.renderedChunkInfo?this.renderedChunkInfo:this.renderedChunkInfo={...this.getPreRenderedChunkInfo(),dynamicImports:this.getDynamicDependencies().map(Ja),fileName:this.getFileName(),implicitlyLoadedBefore:Array.from(this.implicitlyLoadedBefore,Ja),importedBindings:Ya(this.getRenderedDependencies(),Ja),imports:Array.from(this.dependencies,Ja),modules:this.renderedModules,referencedFiles:this.getReferencedFiles()}}getVariableExportName(e){return this.outputOptions.preserveModules&&e instanceof to?"*":this.exportNamesByVariable.get(e)[0]}link(){this.dependencies=function(e,t,n,s){const i=[],r=new Set;for(let o=t.length-1;o>=0;o--){const a=t[o];if(!r.has(a)){const t=[];_a(a,t,r,e,n,s),i.unshift(t)}}const o=new Set;for(const e of i)for(const t of e)o.add(t);return o}(this,this.orderedModules,this.chunkByModule,this.externalChunkByModule);for(const e of this.orderedModules)this.addImplicitlyLoadedBeforeFromModule(e),this.setUpChunkImportsAndExportsForModule(e)}async render(){const{dependencies:e,exportMode:t,facadeModule:n,inputOptions:{onLog:s},outputOptions:i,pluginDriver:r,snippets:o}=this,{format:a,hoistTransitiveImports:l,preserveModules:c}=i;if(l&&!c&&null!==n)for(const t of e)t instanceof Ha&&this.inlineChunkDependencies(t);const d=this.getPreliminaryFileName(),u=this.getPreliminarySourcemapFileName(),{accessedGlobals:h,indent:p,magicString:f,renderedSource:m,usedModules:g,usesTopLevelAwait:y}=this.renderModules(d.fileName),b=[...this.getRenderedDependencies().values()],E="none"===t?[]:this.getChunkExportDeclarations(a);let x=E.length>0,$=!1;for(const e of b){const{reexports:t}=e;t?.length&&(x=!0,!$&&t.some((e=>"default"===e.reexported))&&($=!0),"es"===a&&(e.reexports=t.filter((({reexported:e})=>!E.find((({exported:t})=>t===e))))))}if(!$)for(const{exported:e}of E)if("default"===e){$=!0;break}const{intro:A,outro:w,banner:S,footer:v}=await Ia(i,r,this.getRenderedChunkInfo());if(wa[a](m,{accessedGlobals:h,dependencies:b,exports:E,hasDefaultExport:$,hasExports:x,id:d.fileName,indent:p,intro:A,isEntryFacade:c||null!==n&&n.info.isEntry,isModuleFacade:null!==n,log:s,namedExportsMode:"default"!==t,outro:w,snippets:o,usesTopLevelAwait:y},i),S&&f.prepend(S),"es"===a||"cjs"===a){const e=null!==n&&n.info.isEntry&&n.shebang;e&&f.prepend(`#!${e}\n`)}return v&&f.append(v),{chunk:this,magicString:f,preliminaryFileName:d,preliminarySourcemapFileName:u,usedModules:g}}addImplicitlyLoadedBeforeFromModule(e){const{chunkByModule:t,implicitlyLoadedBefore:n}=this;for(const s of e.implicitlyLoadedBefore){const e=t.get(s);e&&e!==this&&n.add(e)}}addNecessaryImportsForFacades(){for(const[e,t]of this.includedReexportsByModule)if(this.includedNamespaces.has(e))for(const e of t)this.imports.add(e)}assignFacadeName({fileName:e,name:t},n,s){e?this.fileName=e:this.name=this.outputOptions.sanitizeFileName(t||(s?this.getPreserveModulesChunkNameFromModule(n):qa(n)))}checkCircularDependencyImport(e,t){const n=e.module;if(n instanceof Zo){const l=this.chunkByModule.get(n);let c;do{if(c=t.alternativeReexportModules.get(e),c){this.chunkByModule.get(c)!==l&&this.inputOptions.onLog(we,(s=n.getExportNamesByVariable().get(e)?.[0]||"*",i=n.id,r=c.id,o=t.id,a=this.outputOptions.preserveModules,{code:"CYCLIC_CROSS_CHUNK_REEXPORT",exporter:i,id:o,message:`Export "${s}" of module "${T(i)}" was reexported through module "${T(r)}" while both modules are dependencies of each other and will end up in different chunks by current Rollup settings. This scenario is not well supported at the moment as it will produce a circular dependency between chunks and will likely lead to broken execution order.\nEither change the import in "${T(o)}" to point directly to the exporting module or ${a?'do not use "output.preserveModules"':'reconfigure "output.manualChunks"'} to ensure these modules end up in the same chunk.`,reexporter:r})),t=c}}while(c)}var s,i,r,o,a}ensureReexportsAreAvailableForModule(e){const t=[],n=e.getExportNamesByVariable();for(const s of n.keys()){const n=s instanceof no,i=n?s.getBaseVariable():s;if(this.checkCircularDependencyImport(i,e),!(i instanceof to&&this.outputOptions.preserveModules)){const e=i.module;if(e instanceof Zo){const s=this.chunkByModule.get(e);s&&s!==this&&(s.exports.add(i),t.push(i),n&&this.imports.add(i))}}}t.length>0&&this.includedReexportsByModule.set(e,t)}generateVariableName(){if(this.manualChunkAlias)return this.manualChunkAlias;const e=this.entryModules[0]||this.implicitEntryModules[0]||this.dynamicEntryModules[0]||this.orderedModules[this.orderedModules.length-1];return e?qa(e):"chunk"}getChunkExportDeclarations(e){const t=[];for(const n of this.getExportNames()){if("*"===n[0])continue;const s=this.exportsByName.get(n);if(!(s instanceof no)){const t=s.module;if(t){const s=this.chunkByModule.get(t);if(s!==this){if(!s||"es"!==e)continue;const t=this.renderedDependencies.get(s);if(!t)continue;const{imports:i,reexports:r}=t,o=r?.find((({reexported:e})=>e===n)),a=i?.find((({imported:e})=>e===o?.imported));if(!a)continue}}}let i=null,r=!1,o=s.getName(this.snippets.getPropertyAccess);if(s instanceof hs){for(const e of s.declarations)if(e.parent instanceof Fi||e instanceof ji&&e.declaration instanceof Fi){r=!0;break}}else s instanceof no&&(i=o,"es"===e&&(o=s.renderName));t.push({exported:n,expression:i,hoisted:r,local:o})}return t}getDependenciesToBeDeconflicted(e,t,n){const s=new Set,i=new Set,r=new Set;for(const t of[...this.exportNamesByVariable.keys(),...this.imports])if(e||t.isNamespace){const o=t.module;if(o instanceof Qt){const a=this.externalChunkByModule.get(o);s.add(a),e&&("default"===t.name?ir[n(o.id)]&&i.add(a):"*"===t.name&&or[n(o.id)]&&r.add(a))}else{const n=this.chunkByModule.get(o);n!==this&&(s.add(n),e&&"default"===n.exportMode&&t.isNamespace&&r.add(n))}}if(t)for(const e of this.dependencies)s.add(e);return{deconflictedDefault:i,deconflictedNamespace:r,dependencies:s}}getDynamicDependencies(){return this.getIncludedDynamicImports().map((e=>e.facadeChunk||e.chunk||e.externalChunk||e.resolution)).filter((e=>e!==this&&(e instanceof Ha||e instanceof j)))}getDynamicImportStringAndAttributes(e,t){if(e instanceof Qt){const n=this.externalChunkByModule.get(e);return[`'${n.getImportPath(t)}'`,n.getImportAttributes(this.snippets)]}return[e||"","es"===this.outputOptions.format&&this.outputOptions.externalImportAttributes||null]}getFallbackChunkName(){return this.manualChunkAlias?this.manualChunkAlias:this.dynamicName?this.dynamicName:this.fileName?B(this.fileName):B(this.orderedModules[this.orderedModules.length-1].id)}getImportSpecifiers(){const{interop:e}=this.outputOptions,t=new Map;for(const n of this.imports){const s=n.module;let i,r;if(s instanceof Qt){if(i=this.externalChunkByModule.get(s),r=n.name,"default"!==r&&"*"!==r&&"defaultOnly"===e(s.id))return Ye(Yt(s.id,r,!1))}else i=this.chunkByModule.get(s),r=i.getVariableExportName(n);U(t,i,W).push({imported:r,local:n.getName(this.snippets.getPropertyAccess)})}return t}getIncludedDynamicImports(){if(this.includedDynamicImports)return this.includedDynamicImports;const e=[];for(const t of this.orderedModules)for(const{node:n,resolution:s}of t.dynamicImports)n.included&&e.push(s instanceof Zo?{chunk:this.chunkByModule.get(s),externalChunk:null,facadeChunk:this.facadeChunkByModule.get(s),node:n,resolution:s}:s instanceof Qt?{chunk:null,externalChunk:this.externalChunkByModule.get(s),facadeChunk:null,node:n,resolution:s}:{chunk:null,externalChunk:null,facadeChunk:null,node:n,resolution:s});return this.includedDynamicImports=e}getPreRenderedChunkInfo(){if(this.preRenderedChunkInfo)return this.preRenderedChunkInfo;const{dynamicEntryModules:e,facadeModule:t,implicitEntryModules:n,orderedModules:s}=this;return this.preRenderedChunkInfo={exports:this.getExportNames(),facadeModuleId:t&&t.id,isDynamicEntry:e.length>0,isEntry:!!t?.info.isEntry,isImplicitEntry:n.length>0,moduleIds:s.map((({id:e})=>e)),name:this.getChunkName(),type:"chunk"}}getPreserveModulesChunkNameFromModule(e){const t=Ka(e);if(t)return t;const{preserveModulesRoot:n,sanitizeFileName:s}=this.outputOptions,i=s(P(e.id.split(Xa,1)[0])),r=C(i),o=Ga.has(r)?i.slice(0,-r.length):i;return v(o)?n&&M(o).startsWith(n)?o.slice(n.length).replace(/^[/\\]/,""):O(this.inputBase,o):`_virtual/${k(o)}`}getReexportSpecifiers(){const{externalLiveBindings:e,interop:t}=this.outputOptions,n=new Map;for(let s of this.getExportNames()){let i,r,o=!1;if("*"===s[0]){const n=s.slice(1);"defaultOnly"===t(n)&&this.inputOptions.onLog(we,Xt(n)),o=e,i=this.externalChunkByModule.get(this.modulesById.get(n)),r=s="*"}else{const n=this.exportsByName.get(s);if(n instanceof no)continue;const a=n.module;if(a instanceof Zo){if(i=this.chunkByModule.get(a),i===this)continue;r=i.getVariableExportName(n),o=n.isReassigned}else{if(i=this.externalChunkByModule.get(a),r=n.name,"default"!==r&&"*"!==r&&"defaultOnly"===t(a.id))return Ye(Yt(a.id,r,!0));o=e&&("default"!==r||rr(t(a.id),!0))}}U(n,i,W).push({imported:r,needsLiveBinding:o,reexported:s})}return n}getReferencedFiles(){const e=new Set;for(const t of this.orderedModules)for(const n of t.importMetas){const t=n.getReferencedFileName(this.pluginDriver);t&&e.add(t)}return[...e]}getRenderedDependencies(){if(this.renderedDependencies)return this.renderedDependencies;const e=this.getImportSpecifiers(),t=this.getReexportSpecifiers(),n=new Map,s=this.getFileName();for(const i of this.dependencies){const r=e.get(i)||null,o=t.get(i)||null,a=i instanceof j||"default"!==i.exportMode,l=i.getImportPath(s);n.set(i,{attributes:i instanceof j?i.getImportAttributes(this.snippets):null,defaultVariableName:i.defaultVariableName,globalName:i instanceof j&&("umd"===this.outputOptions.format||"iife"===this.outputOptions.format)&&Wa(i,this.outputOptions.globals,null!==(r||o),this.inputOptions.onLog),importPath:l,imports:r,isChunk:i instanceof Ha,name:i.variableName,namedExportsMode:a,namespaceVariableName:i.namespaceVariableName,reexports:o})}return this.renderedDependencies=n}inlineChunkDependencies(e){for(const t of e.dependencies)this.dependencies.has(t)||(this.dependencies.add(t),t instanceof Ha&&this.inlineChunkDependencies(t))}renderModules(e){const{accessedGlobalsByScope:t,dependencies:n,exportNamesByVariable:s,includedNamespaces:i,inputOptions:{onLog:r},isEmpty:o,orderedModules:a,outputOptions:l,pluginDriver:c,renderedModules:d,snippets:u}=this,{compact:h,format:p,freeze:f,generatedCode:{symbols:m}}=l,{_:g,cnst:b,n:x}=u;this.setDynamicImportResolutions(e),this.setImportMetaResolutions(e),this.setIdentifierRenderResolutions();const $=new E({separator:`${x}${x}`}),A=function(e,t){if(!0!==t.indent)return t.indent;for(const t of e){const e=Ma(t.originalCode);if(null!==e)return e}return"\t"}(a,l),w=[];let S="";const v=new Set,I=new Map,P={accessedDocumentCurrentScript:!1,exportNamesByVariable:s,format:p,freeze:f,indent:A,pluginDriver:c,snippets:u,symbols:m,useOriginalName:null};let k=!1;for(const e of a){let n,s=0;if(e.isIncluded()||i.has(e)){const r=e.render(P);!P.accessedDocumentCurrentScript&&Mr.includes(p)&&this.accessedGlobalsByScope.get(e.scope)?.delete(sr),P.accessedDocumentCurrentScript=!1,({source:n}=r),k||=r.usesTopLevelAwait,s=n.length(),s&&(h&&n.lastLine().includes("//")&&n.append("\n"),I.set(e,n),$.addSource(n),w.push(e));const o=e.namespace;if(i.has(e)){const e=o.renderBlock(P);o.renderFirst()?S+=x+e:$.addSource(new y(e))}const a=t.get(e.scope);if(a)for(const e of a)v.add(e)}const{renderedExports:r,removedExports:o}=e.getRenderedExports();d[e.id]={get code(){return n?.toString()??null},originalLength:e.originalCode.length,removedExports:o,renderedExports:r,renderedLength:s}}S&&$.prepend(S+x+x),this.needsExportsShim&&$.prepend(`${x}${b} ${Qr}${g}=${g}void 0;${x}${x}`);const N=h?$:$.trim();var C;return o&&0===this.getExportNames().length&&0===n.size&&r(we,{code:"EMPTY_BUNDLE",message:`Generated an empty chunk: "${C=this.getChunkName()}".`,names:[C]}),{accessedGlobals:v,indent:A,magicString:$,renderedSource:N,usedModules:w,usesTopLevelAwait:k}}setDynamicImportResolutions(e){const{accessedGlobalsByScope:t,outputOptions:n,pluginDriver:s,snippets:i}=this;for(const r of this.getIncludedDynamicImports())if(r.chunk){const{chunk:o,facadeChunk:a,node:l,resolution:c}=r;o===this?l.setInternalResolution(c.namespace):l.setExternalResolution((a||o).exportMode,c,n,i,s,t,`'${(a||o).getImportPath(e)}'`,!a?.strictFacade&&o.exportNamesByVariable.get(c.namespace)[0],null)}else{const{node:o,resolution:a}=r,[l,c]=this.getDynamicImportStringAndAttributes(a,e);o.setExternalResolution("external",a,n,i,s,t,l,!1,c)}}setIdentifierRenderResolutions(){const{format:e,generatedCode:{symbols:t},interop:n,preserveModules:s,externalLiveBindings:i}=this.outputOptions,r=new Set;for(const t of this.getExportNames()){const n=this.exportsByName.get(t);"es"!==e&&"system"!==e&&n.isReassigned&&!n.isId?n.setRenderNames("exports",t):n instanceof no?r.add(n):n.setRenderNames(null,null)}for(const e of this.orderedModules)if(e.needsExportShim){this.needsExportsShim=!0;break}const o=new Set(["Object","Promise"]);switch(this.needsExportsShim&&o.add(Qr),t&&o.add("Symbol"),e){case"system":o.add("module").add("exports");break;case"es":break;case"cjs":o.add("module").add("require").add("__filename").add("__dirname");default:o.add("exports");for(const e of Ar)o.add(e)}ka(this.orderedModules,this.getDependenciesToBeDeconflicted("es"!==e&&"system"!==e,"amd"===e||"umd"===e||"iife"===e,n),this.imports,o,e,n,s,i,this.chunkByModule,this.externalChunkByModule,r,this.exportNamesByVariable,this.accessedGlobalsByScope,this.includedNamespaces)}setImportMetaResolutions(e){const{accessedGlobalsByScope:t,includedNamespaces:n,orderedModules:s,outputOptions:{format:i}}=this;for(const r of s){for(const n of r.importMetas)n.setResolution(i,t,e);n.has(r)&&r.namespace.prepare(t)}}setUpChunkImportsAndExportsForModule(e){const t=new Set(e.includedImports);if(!this.outputOptions.preserveModules&&this.includedNamespaces.has(e)){const n=e.namespace.getMemberVariables();for(const e of Object.values(n))e.included&&t.add(e)}for(let n of t){n instanceof Kr&&(n=n.getOriginalVariable()),n instanceof no&&(n=n.getBaseVariable());const t=this.chunkByModule.get(n.module);t!==this&&(this.imports.add(n),n.module instanceof Zo&&(this.checkCircularDependencyImport(n,e),n instanceof to&&this.outputOptions.preserveModules||t.exports.add(n)))}(this.includedNamespaces.has(e)||e.info.isEntry&&!1!==e.preserveSignature||e.includedDynamicImporters.some((e=>this.chunkByModule.get(e)!==this)))&&this.ensureReexportsAreAvailableForModule(e);for(const{node:t,resolution:n}of e.dynamicImports)t.included&&n instanceof Zo&&this.chunkByModule.get(n)===this&&!this.includedNamespaces.has(n)&&(this.includedNamespaces.add(n),this.ensureReexportsAreAvailableForModule(n))}}function qa(e){return Ka(e)??B(e.id)}function Ka(e){return e.chunkNames.find((({isUserDefined:e})=>e))?.name??e.chunkNames[0]?.name}function Ya(e,t){const n={};for(const[s,i]of e){const e=new Set;if(i.imports)for(const{imported:t}of i.imports)e.add(t);if(i.reexports)for(const{imported:t}of i.reexports)e.add(t);n[t(s)]=[...e]}return n}const Xa=/[#?]/,Ja=e=>e.getFileName();function*Za(e){for(const t of e)yield*t}function Qa(e,t,n,s){const{chunkDefinitions:i,modulesInManualChunks:r}=function(e){const t=[],n=new Set(e.keys()),s=Object.create(null);for(const[t,i]of e)el(t,s[i]||=[],n);for(const[e,n]of Object.entries(s))t.push({alias:e,modules:n});return{chunkDefinitions:t,modulesInManualChunks:n}}(t),{allEntries:o,dependentEntriesByModule:a,dynamicallyDependentEntriesByDynamicEntry:l,dynamicImportsByEntry:c}=function(e){const t=new Set,n=new Map,s=[],i=new Set(e);let r=0;for(const e of i){const o=new Set;s.push(o);const a=new Set([e]);for(const e of a){U(n,e,G).add(r);for(const t of e.getDependenciesToBeIncluded())t instanceof Qt||a.add(t);for(const{resolution:n}of e.dynamicImports)n instanceof Zo&&n.includedDynamicImporters.length>0&&!i.has(n)&&(t.add(n),i.add(n),o.add(n));for(const n of e.implicitlyLoadedBefore)i.has(n)||(t.add(n),i.add(n))}r++}const o=[...i],{dynamicEntries:a,dynamicImportsByEntry:l}=function(e,t,n){const s=new Map,i=new Set;for(const[n,r]of e.entries())s.set(r,n),t.has(r)&&i.add(n);const r=[];for(const e of n){const t=new Set;for(const n of e)t.add(s.get(n));r.push(t)}return{dynamicEntries:i,dynamicImportsByEntry:r}}(o,t,s);return{allEntries:o,dependentEntriesByModule:n,dynamicallyDependentEntriesByDynamicEntry:tl(n,a,o),dynamicImportsByEntry:l}}(e),d=nl(function*(e,t){for(const[n,s]of e)t.has(n)||(yield{dependentEntries:s,modules:[n]})}(a,r));return function(e,t,n,s){const i=s.map((()=>0n)),r=s.map(((e,n)=>t.has(n)?-1n:0n));let o=1n;for(const{dependentEntries:t}of e){for(const e of t)i[e]|=o;o<<=1n}const a=t;for(const[e,t]of a){a.delete(e);const s=r[e];let o=s;for(const e of t)o&=i[e]|r[e];if(o!==s){r[e]=o;for(const t of n[e])U(a,t,G).add(e)}}o=1n;for(const{dependentEntries:t}of e){for(const e of t)(r[e]&o)===o&&t.delete(e);o<<=1n}}(d,l,c,o),i.push(...function(e,t,n,s){Go("optimize chunks",3);const i=function(e,t,n){const s=[],i=[],r=new Map,o=[];let a=0n,l=1n;for(const{dependentEntries:t,modules:c}of e){const e={containedAtoms:l,correlatedAtoms:0n,dependencies:new Set,dependentChunks:new Set,dependentEntries:t,modules:c,pure:!0,size:0};let d=0,u=!0;for(const t of c)r.set(t,e),t.isIncluded()&&(u&&=!t.hasEffects(),d+=n>1?t.estimateSize():1);e.pure=u,e.size=d,o.push(d),u||(a|=l),(d<n?s:i).push(e),l<<=1n}if(0===s.length)return null;return a|=function(e,t,n,s){const i=new Map;let r=0n;const o=[];for(let e=0;e<n;e++)o.push(0n);for(const n of e){n.sort(rl);for(const e of n){const{dependencies:n,dependentEntries:a,modules:l}=e;for(const o of l)for(const a of o.getDependenciesToBeIncluded())if(a instanceof Qt)a.info.moduleSideEffects&&(e.containedAtoms|=U(i,a,(()=>{const e=s;return s<<=1n,r|=e,e})));else{const s=t.get(a);s&&s!==e&&(n.add(s),s.dependentChunks.add(e))}const{containedAtoms:c}=e;for(const e of a)o[e]|=c}}for(const t of e)for(const e of t){const{dependentEntries:t}=e;e.correlatedAtoms=-1n;for(const n of t)e.correlatedAtoms&=o[n]}return r}([i,s],r,t,l),{big:new Set(i),sideEffectAtoms:a,sizeByAtom:o,small:new Set(s)}}(e,t,n);if(!i)return Wo("optimize chunks",3),e;return n>1&&s("info",Ht(e.length,i.small.size,"Initially")),function(e,t){const{small:n}=e;for(const s of n){const i=sl(s,e,t<=1?1:1/0);if(i){const{containedAtoms:r,correlatedAtoms:o,modules:a,pure:l,size:c}=s;n.delete(s),il(i,t,e).delete(i),i.modules.push(...a),i.size+=c,i.pure&&=l;const{dependencies:d,dependentChunks:u,dependentEntries:h}=i;i.correlatedAtoms&=o,i.containedAtoms|=r;for(const e of s.dependentEntries)h.add(e);for(const e of s.dependencies)d.add(e),e.dependentChunks.delete(s),e.dependentChunks.add(i);for(const e of s.dependentChunks)u.add(e),e.dependencies.delete(s),e.dependencies.add(i);d.delete(i),u.delete(i),il(i,t,e).add(i)}}}(i,n),n>1&&s("info",Ht(i.small.size+i.big.size,i.small.size,"After merging chunks")),Wo("optimize chunks",3),[...i.small,...i.big]}(nl(d),o.length,n,s).map((({modules:e})=>({alias:null,modules:e})))),i}function el(e,t,n){const s=new Set([e]);for(const e of s){n.add(e),t.push(e);for(const t of e.dependencies)t instanceof Qt||n.has(t)||s.add(t)}}function tl(e,t,n){const s=new Map;for(const i of t){const t=U(s,i,G),r=n[i];for(const n of Za([r.includedDynamicImporters,r.implicitlyLoadedAfter]))for(const s of e.get(n))t.add(s)}return s}function nl(e){const t=Object.create(null);for(const{dependentEntries:n,modules:s}of e){let e=0n;for(const t of n)e|=1n<<BigInt(t);(t[String(e)]||={dependentEntries:new Set(n),modules:[]}).modules.push(...s)}return Object.values(t)}function sl(e,{big:t,sideEffectAtoms:n,sizeByAtom:s,small:i},r){let o=null;for(const a of Za([i,t])){if(e===a)continue;const t=ol(e,a,r,n,s);if(t<r){if(o=a,0===t)break;r=t}}return o}function il(e,t,n){return e.size<t?n.small:n.big}function rl({size:e},{size:t}){return e-t}function ol(e,t,n,s,i){const r=al(e,t,n,s,i);return r<n?r+al(t,e,n-r,s,i):1/0}function al(e,t,n,s,i){const{correlatedAtoms:r}=t;let o=e.containedAtoms;const a=o&s;if((r&a)!==a)return 1/0;const l=new Set(e.dependencies);for(const{dependencies:e,containedAtoms:n}of l){o|=n;const i=n&s;if((r&i)!==i)return 1/0;for(const n of e){if(n===t)return 1/0;l.add(n)}}return function(e,t,n){let s=0,i=0,r=1n;const{length:o}=n;for(;i<o;i++)if((e&r)===r&&(s+=n[i]),r<<=1n,s>=t)return 1/0;return s}(o&~r,n,i)}const ll=(e,t)=>e.execIndex>t.execIndex?1:-1;function cl(e,t,n){const s=Symbol(e.id),i=[e.id];let r=t;for(e.cycles.add(s);r!==e;)r.cycles.add(s),i.push(r.id),r=n.get(r);return i.push(i[0]),i.reverse(),i}const dl=(e,t)=>t?`(${e})`:e,ul=/^(?!\d)[\w$]+$/;class hl{constructor(e,t){this.isOriginal=!0,this.filename=e,this.content=t}traceSegment(e,t,n){return{column:t,line:e,name:n,source:this}}}class pl{constructor(e,t){this.sources=t,this.names=e.names,this.mappings=e.mappings}traceMappings(){const e=[],t=new Map,n=[],s=[],i=new Map,r=[];for(const o of this.mappings){const a=[];for(const r of o){if(1===r.length)continue;const o=this.sources[r[1]];if(!o)continue;const l=o.traceSegment(r[2],r[3],5===r.length?this.names[r[4]]:"");if(l){const{column:o,line:c,name:d,source:{content:u,filename:h}}=l;let p=t.get(h);if(void 0===p)p=e.length,e.push(h),t.set(h,p),n[p]=u;else if(null==n[p])n[p]=u;else if(null!=u&&n[p]!==u)return Ye(Kt(h));const f=[r[0],p,c,o];if(d){let e=i.get(d);void 0===e&&(e=s.length,s.push(d),i.set(d,e)),f[4]=e}a.push(f)}}r.push(a)}return{mappings:r,names:s,sources:e,sourcesContent:n}}traceSegment(e,t,n){const s=this.mappings[e];if(!s)return null;let i=0,r=s.length-1;for(;i<=r;){const e=i+r>>1,o=s[e];if(o[0]===t||i===r){if(1==o.length)return null;const e=this.sources[o[1]];return e?e.traceSegment(o[2],o[3],5===o.length?this.names[o[4]]:n):null}o[0]>t?r=e-1:i=e+1}return null}}function fl(e){return function(t,n){return n.missing?(e(we,(s=n.plugin,{code:Pt,message:`Sourcemap is likely to be incorrect: a plugin (${s}) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help`,plugin:s,url:Re(Be)})),new pl({mappings:[],names:[]},[t])):new pl(n,[t]);var s}}function ml(e,t,n,s,i){let r;if(n){const t=n.sources,s=n.sourcesContent||[],i=N(e)||".",o=n.sourceRoot||".",a=t.map(((e,t)=>new hl(M(i,o,e),s[t])));r=new pl(n,a)}else r=new hl(e,t);return s.reduce(i,r)}let gl;function yl(e){let t;return"string"==typeof e?"undefined"==typeof Buffer?(gl??=new TextEncoder,t=gl.encode(e)):t=Buffer.from(e):t=e,function(e){let t,n;try{const r=lo.__wbindgen_add_to_stack_pointer(-16);lo.xxhash_base64_url(r,bo(e));var s=vo()[r/4+0],i=vo()[r/4+1];return t=s,n=i,yo(s,i)}finally{lo.__wbindgen_add_to_stack_pointer(16),lo.__wbindgen_free(t,n,1)}}(t)}let bl="sourceMa";async function El(e,t,n,s,i){Go("render chunks",2),function(e){for(const t of e)t.facadeModule&&t.facadeModule.isUserDefinedEntryPoint&&t.getPreliminaryFileName()}(e);const r=await Promise.all(e.map((e=>e.render())));Wo("render chunks",2),Go("transform chunks",2);const o=function(e){return Object.fromEntries(e.map((e=>{const t=e.getRenderedChunkInfo();return[t.fileName,t]})))}(e),{initialHashesByPlaceholder:a,nonHashedChunksWithPlaceholders:l,renderedChunksByPlaceholder:c,hashDependenciesByPlaceholder:d}=await async function(e,t,n,s,i){const r=[],o=new Map,a=new Map,l=new Map,c=new Set;for(const{preliminaryFileName:{hashPlaceholder:t}}of e)t&&c.add(t);return await Promise.all(e.map((async({chunk:e,preliminaryFileName:{fileName:d,hashPlaceholder:u},preliminarySourcemapFileName:h,magicString:p,usedModules:f})=>{const m={chunk:e,fileName:d,sourcemapFileName:h?.fileName??null,...await xl(p,d,f,t,n,s,i)},{code:g,map:y}=m;if(u){const{containedPlaceholders:t,transformedCode:n}=za(g,c);let i=n;const r=s.hookReduceValueSync("augmentChunkHash","",[e.getRenderedChunkInfo()],((e,t)=>(t&&(e+=t),e)));r&&(i+=r),o.set(u,m),a.set(u,{containedPlaceholders:t,contentHash:yl(i)})}else r.push(m);const b=h?.hashPlaceholder;y&&b&&l.set(h.hashPlaceholder,yl(y.toString()).slice(0,h.hashPlaceholder.length))}))),{hashDependenciesByPlaceholder:a,initialHashesByPlaceholder:l,nonHashedChunksWithPlaceholders:r,renderedChunksByPlaceholder:o}}(r,o,s,n,i),u=function(e,t,n,s){const i=new Map(n);for(const[n,{fileName:r}]of e){let e="";const o=new Set([n]);for(const n of o){const{containedPlaceholders:s,contentHash:i}=t.get(n);e+=i;for(const e of s)o.add(e)}let a,l;do{l&&(e=l),l=yl(e).slice(0,n.length),a=Ta(r,n,l)}while(s[Va].has(a.toLowerCase()));s[a]=Fa,i.set(n,l)}return i}(c,d,a,t);!function(e,t,n,s,i,r){for(const{chunk:s,code:o,fileName:a,sourcemapFileName:l,map:c}of e.values()){let e=Ba(o,t);const d=Ba(a,t);let u=null;c&&(u=l?Ba(l,t):`${d}.map`,c.file=Ba(c.file,t),e+=$l(u,c,i,r)),n[d]=s.finalizeChunk(e,c,u,t)}for(const{chunk:e,code:o,fileName:a,sourcemapFileName:l,map:c}of s){let s=t.size>0?Ba(o,t):o,d=null;c&&(d=l?Ba(l,t):`${a}.map`,s+=$l(d,c,i,r)),n[a]=e.finalizeChunk(s,c,d,t)}}(c,u,t,l,n,s),Wo("transform chunks",2)}async function xl(e,t,n,s,i,r,o){let a=null;const c=[];let d=await r.hookReduceArg0("renderChunk",[e.toString(),s[t],i,{chunks:s}],((e,t,n)=>{if(null==t)return e;if("string"==typeof t&&(t={code:t,map:void 0}),null!==t.map){const e=oo(t.map);c.push(e||{missing:!0,plugin:n.name})}return t.code}));const{compact:u,dir:h,file:p,sourcemap:f,sourcemapExcludeSources:m,sourcemapFile:g,sourcemapPathTransform:y,sourcemapIgnoreList:b}=i;if(u||"\n"===d[d.length-1]||(d+="\n"),f){let s;Go("sourcemaps",3),s=p?M(g||p):h?M(h,t):M(t);a=function(e,t,n,s,i,r){const o=fl(r),a=n.filter((e=>!e.excludeFromSourcemap)).map((e=>ml(e.id,e.originalCode,e.originalSourcemap,e.sourcemapChain,o))),c=new pl(t,a),d=s.reduce(o,c);let{sources:u,sourcesContent:h,names:p,mappings:f}=d.traceMappings();if(e){const t=N(e);u=u.map((e=>O(t,e))),e=k(e)}h=i?null:h;for(const e of n)ro(e.originalSourcemap,e.sourcemapChain);return new l({file:e,mappings:f,names:p,sources:u,sourcesContent:h})}(s,e.generateDecodedMap({}),n,c,m,o);for(let e=0;e<a.sources.length;++e){let t=a.sources[e];const n=`${s}.map`,i=b(t,n);"boolean"!=typeof i&&Ye(Jt("sourcemapIgnoreList function must return a boolean.")),i&&(void 0===a.x_google_ignoreList&&(a.x_google_ignoreList=[]),a.x_google_ignoreList.includes(e)||a.x_google_ignoreList.push(e)),y&&(t=y(t,n),"string"!=typeof t&&Ye(Jt("sourcemapPathTransform function must return a string."))),a.sources[e]=P(t)}Wo("sourcemaps",3)}return{code:d,map:a}}function $l(e,t,n,{sourcemap:s,sourcemapBaseUrl:i}){let r;if("inline"===s)r=t.toUrl();else{const s=k(e);r=i?new URL(s,i).toString():s,n.emitFile({fileName:e,source:t.toString(),type:"asset"})}return"hidden"===s?"":`//# ${bl}=${r}\n`}bl+="ppingURL";class Al{constructor(e,t,n,s,i){this.outputOptions=e,this.unsetOptions=t,this.inputOptions=n,this.pluginDriver=s,this.graph=i,this.facadeChunkByModule=new Map,this.includedNamespaces=new Set}async generate(e){Go("GENERATE",1);const t=Object.create(null),n=(e=>{const t=new Set;return new Proxy(e,{deleteProperty:(e,n)=>("string"==typeof n&&t.delete(n.toLowerCase()),Reflect.deleteProperty(e,n)),get:(e,n)=>n===Va?t:Reflect.get(e,n),set:(e,n,s)=>("string"==typeof n&&t.add(n.toLowerCase()),Reflect.set(e,n,s))})})(t);this.pluginDriver.setOutputBundle(n,this.outputOptions);try{Go("initialize render",2),await this.pluginDriver.hookParallel("renderStart",[this.outputOptions,this.inputOptions]),Wo("initialize render",2),Go("generate chunks",2);const e=(()=>{let e=0;return(t,n=8)=>{if(n>22)return Ye(Jt(`Hashes cannot be longer than 22 characters, received ${n}. Check the "${t}" option.`));const s=`${Da}${xs(++e).padStart(n-5,"0")}${Ra}`;return s.length>n?Ye(Jt(`To generate hashes for this number of chunks (currently ${e}), you need a minimum hash size of ${s.length}, received ${n}. Check the "${t}" option.`)):s}})(),t=await this.generateChunks(n,e);t.length>1&&function(e,t){if("umd"===e.format||"iife"===e.format)return Ye(Ut("output.format",je,"UMD and IIFE output formats are not supported for code-splitting builds",e.format));if("string"==typeof e.file)return Ye(Ut("output.file",ze,'when building multiple chunks, the "output.dir" option must be used, not "output.file". To inline dynamic imports, set the "inlineDynamicImports" option'));if(e.sourcemapFile)return Ye(Ut("output.sourcemapFile",Ke,'"output.sourcemapFile" is only supported for single-file builds'));!e.amd.autoId&&e.amd.id&&t(we,Ut("output.amd.id",Te,'this option is only properly supported for single-file builds. Use "output.amd.autoId" and "output.amd.basePath" instead'))}(this.outputOptions,this.inputOptions.onLog),this.pluginDriver.setChunkInformation(this.facadeChunkByModule);for(const e of t)e.generateExports();Wo("generate chunks",2),await El(t,n,this.pluginDriver,this.outputOptions,this.inputOptions.onLog)}catch(e){throw await this.pluginDriver.hookParallel("renderError",[e]),e}return(e=>{const t=new Set,n=Object.values(e);for(const e of n)"asset"===e.type&&e.needsCodeReference&&t.add(e.fileName);for(const e of n)if("chunk"===e.type)for(const n of e.referencedFiles)t.has(n)&&t.delete(n);for(const n of t)delete e[n]})(n),Go("generate bundle",2),await this.pluginDriver.hookSeq("generateBundle",[this.outputOptions,n,e]),this.finaliseAssets(n),Wo("generate bundle",2),Wo("GENERATE",1),t}async addManualChunks(e){const t=new Map,n=await Promise.all(Object.entries(e).map((async([e,t])=>({alias:e,entries:await this.graph.moduleLoader.addAdditionalModules(t,!0)}))));for(const{alias:e,entries:s}of n)for(const n of s)wl(e,n,t);return t}assignManualChunks(e){const t=[],n={getModuleIds:()=>this.graph.modulesById.keys(),getModuleInfo:this.graph.getModuleInfo};for(const s of this.graph.modulesById.values())if(s instanceof Zo){const i=e(s.id,n);"string"==typeof i&&t.push([i,s])}t.sort((([e],[t])=>e>t?1:e<t?-1:0));const s=new Map;for(const[e,n]of t)wl(e,n,s);return s}finaliseAssets(e){if(this.outputOptions.validate)for(const t of Object.values(e))if("code"in t)try{Mo(t.code)}catch(e){this.inputOptions.onLog(we,Rt(t,e))}this.pluginDriver.finaliseAssets()}async generateChunks(e,t){const{experimentalMinChunkSize:n,inlineDynamicImports:s,manualChunks:i,preserveModules:r}=this.outputOptions,o="object"==typeof i?await this.addManualChunks(i):this.assignManualChunks(i),a=function({compact:e,generatedCode:{arrowFunctions:t,constBindings:n,objectShorthand:s,reservedNamesAsProps:i}}){const{_:r,n:o,s:a}=e?{_:"",n:"",s:""}:{_:" ",n:"\n",s:";"},l=n?"const":"var",c=(e,{isAsync:t,name:n})=>`${t?"async ":""}function${n?` ${n}`:""}${r}(${e.join(`,${r}`)})${r}`,d=t?(e,{isAsync:t,name:n})=>{const s=1===e.length;return`${n?`${l} ${n}${r}=${r}`:""}${t?`async${s?" ":r}`:""}${s?e[0]:`(${e.join(`,${r}`)})`}${r}=>${r}`}:c,u=(e,{functionReturn:n,lineBreakIndent:s,name:i})=>[`${d(e,{isAsync:!1,name:i})}${t?s?`${o}${s.base}${s.t}`:"":`{${s?`${o}${s.base}${s.t}`:r}${n?"return ":""}`}`,t?`${i?";":""}${s?`${o}${s.base}`:""}`:`${a}${s?`${o}${s.base}`:r}}`],h=i?e=>ul.test(e):e=>!Ee.has(e)&&ul.test(e);return{_:r,cnst:l,getDirectReturnFunction:u,getDirectReturnIifeLeft:(e,n,{needsArrowReturnParens:s,needsWrappedFunction:i})=>{const[r,o]=u(e,{functionReturn:!0,lineBreakIndent:null,name:null});return`${dl(`${r}${dl(n,t&&s)}${o}`,t||i)}(`},getFunctionIntro:d,getNonArrowFunctionIntro:c,getObject(e,{lineBreakIndent:t}){const n=t?`${o}${t.base}${t.t}`:r;return`{${e.map((([e,t])=>{if(null===e)return`${n}${t}`;const i=!h(e);return e===t&&s&&!i?n+e:`${n}${i?`'${e}'`:e}:${r}${t}`})).join(",")}${0===e.length?"":t?`${o}${t.base}`:r}}`},getPropertyAccess:e=>h(e)?`.${e}`:`[${JSON.stringify(e)}]`,n:o,s:a}}(this.outputOptions),l=function(e){const t=[];for(const n of e.values())n instanceof Zo&&(n.isIncluded()||n.info.isEntry||n.includedDynamicImporters.length>0)&&t.push(n);return t}(this.graph.modulesById),c=function(e){if(0===e.length)return"/";if(1===e.length)return N(e[0]);const t=e.slice(1).reduce(((e,t)=>{const n=t.split(/\/+|\\+/);let s;for(s=0;e[s]===n[s]&&s<Math.min(e.length,n.length);s++);return e.slice(0,s)}),e[0].split(/\/+|\\+/));return t.length>1?t.join("/"):"/"}(function(e,t){const n=[];for(const s of e)(s.info.isEntry||t)&&v(s.id)&&n.push(s.id);return n}(l,r)),d=function(e,t,n){const s=new Map;for(const i of e.values())i instanceof Qt&&s.set(i,new j(i,t,n));return s}(this.graph.modulesById,this.outputOptions,c),u=[],h=new Map;for(const{alias:i,modules:p}of s?[{alias:null,modules:l}]:r?l.map((e=>({alias:null,modules:[e]}))):Qa(this.graph.entryModules,o,n,this.inputOptions.onLog)){p.sort(ll);const n=new Ha(p,this.inputOptions,this.outputOptions,this.unsetOptions,this.pluginDriver,this.graph.modulesById,h,d,this.facadeChunkByModule,this.includedNamespaces,i,t,e,c,a);u.push(n)}for(const e of u)e.link();const p=[];for(const e of u)p.push(...e.generateFacades());return[...u,...p]}}function wl(e,t,n){const s=n.get(t);if("string"==typeof s&&s!==e)return Ye((i=t.id,r=e,o=s,{code:lt,message:`Cannot assign "${T(i)}" to the "${r}" chunk as it is already in the "${o}" chunk.`}));var i,r,o;n.set(t,e)}const Sl=e=>()=>Ye(function(e){return{code:"NO_FS_IN_BROWSER",message:`Cannot access the file system (via "${e}") when using the browser build of Rollup. Make sure you supply a plugin with custom resolveId and load hooks to Rollup.`,url:Re("plugin-development/#a-simple-example")}}(e)),vl=Sl("fs.mkdir"),Il=Sl("fs.readFile"),Pl=Sl("fs.writeFile");async function kl(e,t,n,s,i,r,o,a,l){const c=await function(e,t,n,s,i,r,o,a){let l=null,c=null;if(i){l=new Set;for(const n of i)e===n.source&&t===n.importer&&l.add(n.plugin);c=(e,t)=>({...e,resolve:(e,n,{attributes:r,custom:o,isEntry:a,skipSelf:l}=me)=>(l??=!0,s(e,n,o,a,r||ge,l?[...i,{importer:n,plugin:t,source:e}]:i))})}return n.hookFirstAndGetPlugin("resolveId",[e,t,{attributes:a,custom:r,isEntry:o}],c,l)}(e,t,s,i,r,o,a,l);return null==c?Sl("path.resolve")():c[0]}const Nl="at position ",Cl="at output position ";const Ol={delete:()=>!1,get(){},has:()=>!1,set(){}};function Ml(e){return e.startsWith(Nl)||e.startsWith(Cl)?Ye({code:Qe,message:"A plugin is trying to use the Rollup cache but is not declaring a plugin name or cacheKey."}):Ye({code:rt,message:`The plugin name ${e} is being used twice in the same build. Plugin names must be distinct or provide a cacheKey (please post an issue to the plugin if you are a plugin user).`})}const _l=(e,t,n=Tl)=>{const{onwarn:s,onLog:i}=e,r=Dl(n,s);if(i){const e=Ie[t];return(t,n)=>i(t,Rl(n),((t,n)=>{if("error"===t)return Ye(Ll(n));Ie[t]>=e&&r(t,Ll(n))}))}return r},Dl=(e,t)=>t?(n,s)=>{n===we?t(Rl(s),(t=>e(we,Ll(t)))):e(n,s)}:e,Rl=e=>(Object.defineProperty(e,"toString",{value:()=>Bl(e),writable:!0}),e),Ll=e=>"string"==typeof e?{message:e}:"function"==typeof e?Ll(e()):e,Bl=e=>{let t="";return e.plugin&&(t+=`(${e.plugin} plugin) `),e.loc&&(t+=`${T(e.loc.file)} (${e.loc.line}:${e.loc.column}) `),t+e.message},Tl=(e,t)=>{const n=Bl(t);switch(e){case we:return console.warn(n);case ve:return console.debug(n);default:return console.info(n)}};function zl(e,t,n,s,i=/$./){const r=new Set(t),o=Object.keys(e).filter((e=>!(r.has(e)||i.test(e))));o.length>0&&s(we,function(e,t,n){return{code:Nt,message:`Unknown ${e}: ${t.join(", ")}. Allowed options: ${n.join(", ")}`}}(n,o,[...r].sort()))}const Vl={recommended:{annotations:!0,correctVarValueBeforeDeclaration:!1,manualPureFunctions:ye,moduleSideEffects:()=>!0,propertyReadSideEffects:!0,tryCatchDeoptimization:!0,unknownGlobalSideEffects:!1},safest:{annotations:!0,correctVarValueBeforeDeclaration:!0,manualPureFunctions:ye,moduleSideEffects:()=>!0,propertyReadSideEffects:!0,tryCatchDeoptimization:!0,unknownGlobalSideEffects:!0},smallest:{annotations:!0,correctVarValueBeforeDeclaration:!1,manualPureFunctions:ye,moduleSideEffects:()=>!1,propertyReadSideEffects:!1,tryCatchDeoptimization:!1,unknownGlobalSideEffects:!1}},Fl={es2015:{arrowFunctions:!0,constBindings:!0,objectShorthand:!0,reservedNamesAsProps:!0,symbols:!0},es5:{arrowFunctions:!1,constBindings:!1,objectShorthand:!1,reservedNamesAsProps:!0,symbols:!1}},jl=(e,t,n,s,i)=>{const r=e?.preset;if(r){const i=t[r];if(i)return{...i,...e};Ye(Ut(`${n}.preset`,s,`valid values are ${De(Object.keys(t))}`,r))}return((e,t,n,s)=>i=>{if("string"==typeof i){const r=e[i];if(r)return r;Ye(Ut(t,n,`valid values are ${s}${De(Object.keys(e))}. You can also supply an object for more fine-grained control`,i))}return(e=>e&&"object"==typeof e?e:{})(i)})(t,n,s,i)(e)},Ul=async e=>(await async function(e){do{e=(await Promise.all(e)).flat(1/0)}while(e.some((e=>e?.then)));return e}([e])).filter(Boolean);async function Gl(e,t,n,s){const i=t.id,r=[];let o=null===e.map?null:oo(e.map);const a=e.code;let c=e.ast;const d=[],u=[];let h=!1;const p=()=>h=!0;let f="",m=e.code;const g=e=>(t,n)=>{t=Ll(t),n&&Xe(t,n,m,i),t.id=i,t.hook="transform",e(t)};let b;try{b=await n.hookReduceArg0("transform",[m,i],(function(e,n,i){let o,a;if("string"==typeof n)o=n;else{if(!n||"object"!=typeof n)return e;if(t.updateOptions(n),null==n.code)return(n.map||n.ast)&&s(we,function(e){return{code:wt,message:`The plugin "${e}" returned a "map" or "ast" without returning a "code". This will be ignored.`}}(i.name)),e;({code:o,map:a,ast:c}=n)}return null!==a&&r.push(oo("string"==typeof a?JSON.parse(a):a)||{missing:!0,plugin:i.name}),m=o,o}),((e,t)=>{return f=t.name,{...e,addWatchFile(t){d.push(t),e.addWatchFile(t)},cache:h?e.cache:(c=e.cache,b=p,{delete:e=>(b(),c.delete(e)),get:e=>(b(),c.get(e)),has:e=>(b(),c.has(e)),set:(e,t)=>(b(),c.set(e,t))}),debug:g(e.debug),emitFile:e=>(u.push(e),n.emitFile(e)),error:(t,n)=>("string"==typeof t&&(t={message:t}),n&&Xe(t,n,m,i),t.id=i,t.hook="transform",e.error(t)),getCombinedSourcemap(){const e=function(e,t,n,s,i){return 0===s.length?n:oo({version:3,...ml(e,t,n,s,fl(i)).traceMappings()})}(i,a,o,r,s);if(!e){return new y(a).generateMap({hires:!0,includeContent:!0,source:i})}return o!==e&&(o=e,r.length=0),new l({...e,file:null,sourcesContent:e.sourcesContent})},info:g(e.info),setAssetSource(){return this.error({code:mt,message:"setAssetSource cannot be called in transform for caching reasons. Use emitFile with a source, or call setAssetSource in another hook."})},warn:g(e.warn)};var c,b}))}catch(e){return Ye(qt(e,f,{hook:"transform",id:i}))}return!h&&u.length>0&&(t.transformFiles=u),{ast:c,code:b,customTransformCache:h,originalCode:a,originalSourcemap:o,sourcemapChain:r,transformDependencies:d}}const Wl="resolveDependencies";class Hl{constructor(e,t,n,s){this.graph=e,this.modulesById=t,this.options=n,this.pluginDriver=s,this.implicitEntryModules=new Set,this.indexedEntryModules=[],this.latestLoadModulesPromise=Promise.resolve(),this.moduleLoadPromises=new Map,this.modulesWithLoadedDependencies=new Set,this.nextChunkNamePriority=0,this.nextEntryModuleIndex=0,this.resolveId=async(e,t,n,s,i,r=null)=>this.getResolvedIdWithDefaults(this.getNormalizedResolvedIdWithoutDefaults(!this.options.external(e,t,!1)&&await kl(e,t,this.options.preserveSymlinks,this.pluginDriver,this.resolveId,r,n,"boolean"==typeof s?s:!t,i),t,e),i),this.hasModuleSideEffects=n.treeshake?n.treeshake.moduleSideEffects:()=>!0}async addAdditionalModules(e,t){const n=this.extendLoadModulesPromise(Promise.all(e.map((e=>this.loadEntryModule(e,!1,void 0,null,t)))));return await this.awaitLoadModulesPromise(),n}async addEntryModules(e,t){const n=this.nextEntryModuleIndex;this.nextEntryModuleIndex+=e.length;const s=this.nextChunkNamePriority;this.nextChunkNamePriority+=e.length;const i=await this.extendLoadModulesPromise(Promise.all(e.map((({id:e,importer:t})=>this.loadEntryModule(e,!0,t,null)))).then((i=>{for(const[r,o]of i.entries()){o.isUserDefinedEntryPoint=o.isUserDefinedEntryPoint||t,Kl(o,e[r],t,s+r);const i=this.indexedEntryModules.find((e=>e.module===o));i?i.index=Math.min(i.index,n+r):this.indexedEntryModules.push({index:n+r,module:o})}return this.indexedEntryModules.sort((({index:e},{index:t})=>e>t?1:-1)),i})));return await this.awaitLoadModulesPromise(),{entryModules:this.indexedEntryModules.map((({module:e})=>e)),implicitEntryModules:[...this.implicitEntryModules],newEntryModules:i}}async emitChunk({fileName:e,id:t,importer:n,name:s,implicitlyLoadedAfterOneOf:i,preserveSignature:r}){const o={fileName:e||null,id:t,importer:n,name:s||null},a=i?await this.addEntryWithImplicitDependants(o,i):(await this.addEntryModules([o],!1)).newEntryModules[0];return null!=r&&(a.preserveSignature=r),a}async preloadModule(e){return(await this.fetchModule(this.getResolvedIdWithDefaults(e,ge),void 0,!1,!e.resolveDependencies||Wl)).info}addEntryWithImplicitDependants(e,t){const n=this.nextChunkNamePriority++;return this.extendLoadModulesPromise(this.loadEntryModule(e.id,!1,e.importer,null).then((async s=>{if(Kl(s,e,!1,n),!s.info.isEntry){this.implicitEntryModules.add(s);const n=await Promise.all(t.map((t=>this.loadEntryModule(t,!1,e.importer,s.id))));for(const e of n)s.implicitlyLoadedAfter.add(e);for(const e of s.implicitlyLoadedAfter)e.implicitlyLoadedBefore.add(s)}return s})))}async addModuleSource(e,t,n){let s;try{s=await this.graph.fileOperationQueue.run((async()=>{const t=await this.pluginDriver.hookFirst("load",[e]);return null!==t?t:(this.graph.watchFiles[e]=!0,await Il(e,"utf8"))}))}catch(n){let s=`Could not load ${e}`;throw t&&(s+=` (imported by ${T(t)})`),s+=`: ${n.message}`,n.message=s,n}const i="string"==typeof s?{code:s}:null!=s&&"object"==typeof s&&"string"==typeof s.code?s:Ye(function(e){return{code:"BAD_LOADER",message:`Error loading "${T(e)}": plugin load hook should return a string, a { code, map } object, or nothing/null.`}}(e)),r=this.graph.cachedModules.get(e);if(!r||r.customTransformCache||r.originalCode!==i.code||await this.pluginDriver.hookFirst("shouldTransformCachedModule",[{ast:r.ast,code:r.code,id:r.id,meta:r.meta,moduleSideEffects:r.moduleSideEffects,resolvedSources:r.resolvedIds,syntheticNamedExports:r.syntheticNamedExports}]))n.updateOptions(i),n.setSource(await Gl(i,n,this.pluginDriver,this.options.onLog));else{if(r.transformFiles)for(const e of r.transformFiles)this.pluginDriver.emitFile(e);n.setSource(r)}}async awaitLoadModulesPromise(){let e;do{e=this.latestLoadModulesPromise,await e}while(e!==this.latestLoadModulesPromise)}extendLoadModulesPromise(e){return this.latestLoadModulesPromise=Promise.all([e,this.latestLoadModulesPromise]),this.latestLoadModulesPromise.catch((()=>{})),e}async fetchDynamicDependencies(e,t){const n=await Promise.all(t.map((t=>t.then((async([t,n])=>null===n?null:"string"==typeof n?(t.resolution=n,null):t.resolution=await this.fetchResolvedDependency(T(n.id),e.id,n))))));for(const t of n)t&&(e.dynamicDependencies.add(t),t.dynamicImporters.push(e.id))}async fetchModule({attributes:e,id:t,meta:n,moduleSideEffects:s,syntheticNamedExports:i},r,o,a){const l=this.modulesById.get(t);if(l instanceof Zo)return r&&Lo(e,l.info.attributes)&&this.options.onLog(we,Tt(l.info.attributes,e,t,r)),await this.handleExistingModule(l,o,a),l;if(l instanceof Qt)return Ye({code:"EXTERNAL_MODULES_CANNOT_BE_TRANSFORMED_TO_MODULES",message:`${l.id} is resolved as a module now, but it was an external module before. Please check whether there are conflicts in your Rollup options "external" and "manualChunks", manualChunks cannot include external modules.`});const c=new Zo(this.graph,t,this.options,o,s,i,n,e);this.modulesById.set(t,c);const d=this.addModuleSource(t,r,c).then((()=>[this.getResolveStaticDependencyPromises(c),this.getResolveDynamicImportPromises(c),u])),u=Xl(d).then((()=>this.pluginDriver.hookParallel("moduleParsed",[c.info])));u.catch((()=>{})),this.moduleLoadPromises.set(c,d);const h=await d;return a?a===Wl&&await u:await this.fetchModuleDependencies(c,...h),c}async fetchModuleDependencies(e,t,n,s){this.modulesWithLoadedDependencies.has(e)||(this.modulesWithLoadedDependencies.add(e),await Promise.all([this.fetchStaticDependencies(e,t),this.fetchDynamicDependencies(e,n)]),e.linkImports(),await s)}fetchResolvedDependency(e,t,n){if(n.external){const{attributes:s,external:i,id:r,moduleSideEffects:o,meta:a}=n;let l=this.modulesById.get(r);if(l){if(!(l instanceof Qt))return Ye(function(e,t){return{code:"INVALID_EXTERNAL_ID",message:`"${e}" is imported as an external by "${T(t)}", but is already an existing non-external module id.`}}(e,t));Lo(l.info.attributes,s)&&this.options.onLog(we,Tt(l.info.attributes,s,e,t))}else l=new Qt(this.options,r,o,a,"absolute"!==i&&v(r),s),this.modulesById.set(r,l);return Promise.resolve(l)}return this.fetchModule(n,t,!1,!1)}async fetchStaticDependencies(e,t){for(const n of await Promise.all(t.map((t=>t.then((([t,n])=>this.fetchResolvedDependency(t,e.id,n)))))))e.dependencies.add(n),n.importers.push(e.id);if(!this.options.treeshake||"no-treeshake"===e.info.moduleSideEffects)for(const t of e.dependencies)t instanceof Zo&&(t.importedFromNotTreeshaken=!0)}getNormalizedResolvedIdWithoutDefaults(e,t,n){const{makeAbsoluteExternalsRelative:s}=this.options;if(e){if("object"==typeof e){const i=e.external||this.options.external(e.id,t,!0);return{...e,external:i&&("relative"===i||!v(e.id)||!0===i&&Yl(e.id,n,s)||"absolute")}}const i=this.options.external(e,t,!0);return{external:i&&(Yl(e,n,s)||"absolute"),id:i&&s?ql(e,t):e}}const i=s?ql(n,t):n;return!1===e||this.options.external(i,t,!0)?{external:Yl(i,n,s)||"absolute",id:i}:null}getResolveDynamicImportPromises(e){return e.dynamicImports.map((async t=>{const n=await this.resolveDynamicImport(e,"string"==typeof t.argument?t.argument:t.argument.esTreeNode,e.id,Do(t.node));return n&&"object"==typeof n&&(t.id=n.id),[t,n]}))}getResolveStaticDependencyPromises(e){return Array.from(e.sourcesWithAttributes,(async([t,n])=>[t,e.resolvedIds[t]=e.resolvedIds[t]||this.handleInvalidResolvedId(await this.resolveId(t,e.id,ge,!1,n),t,e.id,n)]))}getResolvedIdWithDefaults(e,t){if(!e)return null;const n=e.external||!1;return{attributes:e.attributes||t,external:n,id:e.id,meta:e.meta||{},moduleSideEffects:e.moduleSideEffects??this.hasModuleSideEffects(e.id,!!n),resolvedBy:e.resolvedBy??"rollup",syntheticNamedExports:e.syntheticNamedExports??!1}}async handleExistingModule(e,t,n){const s=this.moduleLoadPromises.get(e);if(n)return n===Wl?Xl(s):s;if(t){e.info.isEntry=!0,this.implicitEntryModules.delete(e);for(const t of e.implicitlyLoadedAfter)t.implicitlyLoadedBefore.delete(e);e.implicitlyLoadedAfter.clear()}return this.fetchModuleDependencies(e,...await s)}handleInvalidResolvedId(e,t,n,s){return null===e?I(t)?Ye(function(e,t){return{code:Ot,exporter:e,id:t,message:`Could not resolve "${e}" from "${T(t)}"`}}(t,n)):(this.options.onLog(we,function(e,t){return{code:Ot,exporter:e,id:t,message:`"${e}" is imported by "${T(t)}", but could not be resolved – treating it as an external dependency.`,url:Re("troubleshooting/#warning-treating-module-as-external-dependency")}}(t,n)),{attributes:s,external:!0,id:t,meta:{},moduleSideEffects:this.hasModuleSideEffects(t,!0),resolvedBy:"rollup",syntheticNamedExports:!1}):(e.external&&e.syntheticNamedExports&&this.options.onLog(we,function(e,t){return{code:"EXTERNAL_SYNTHETIC_EXPORTS",exporter:e,message:`External "${e}" cannot have "syntheticNamedExports" enabled (imported by "${T(t)}").`}}(t,n)),e)}async loadEntryModule(e,t,n,s,i=!1){const r=await kl(e,n,this.options.preserveSymlinks,this.pluginDriver,this.resolveId,null,ge,!0,ge);if(null==r)return Ye(null===s?function(e){return{code:Ct,message:`Could not resolve entry module "${T(e)}".`}}(e):function(e,t){return{code:bt,message:`Module "${T(e)}" that should be implicitly loaded before "${T(t)}" could not be resolved.`}}(e,s));const o="object"==typeof r&&r.external;return!1===r||o?Ye(null===s?o&&i?{code:"EXTERNAL_MODULES_CANNOT_BE_INCLUDED_IN_MANUAL_CHUNKS",message:`"${e}" cannot be included in manualChunks because it is resolved as an external module by the "external" option or plugins.`}:function(e){return{code:Ct,message:`Entry module "${T(e)}" cannot be external.`}}(e):function(e,t){return{code:bt,message:`Module "${T(e)}" that should be implicitly loaded before "${T(t)}" cannot be external.`}}(e,s)):this.fetchModule(this.getResolvedIdWithDefaults("object"==typeof r?r:{id:r},ge),void 0,t,!1)}async resolveDynamicImport(e,t,n,s){const i=await this.pluginDriver.hookFirst("resolveDynamicImport",[t,n,{attributes:s}]);if("string"!=typeof t)return"string"==typeof i?i:i?this.getResolvedIdWithDefaults(i,s):null;if(null==i){const i=e.resolvedIds[t];return i?(Lo(i.attributes,s)&&this.options.onLog(we,Tt(i.attributes,s,t,n)),i):e.resolvedIds[t]=this.handleInvalidResolvedId(await this.resolveId(t,e.id,ge,!1,s),t,e.id,s)}return this.handleInvalidResolvedId(this.getResolvedIdWithDefaults(this.getNormalizedResolvedIdWithoutDefaults(i,n,t),s),t,n,s)}}function ql(e,t){return I(e)?t?M(t,"..",e):M(e):e}function Kl(e,{fileName:t,name:n},s,i){if(null!==t)e.chunkFileNames.add(t);else if(null!==n){let t=0;for(;e.chunkNames[t]?.priority<i;)t++;e.chunkNames.splice(t,0,{isUserDefined:s,name:n,priority:i})}}function Yl(e,t,n){return!0===n||"ifRelativeSource"===n&&I(t)||!v(e)}async function Xl(e){const[t,n]=await e;return Promise.all([...t,...n])}class Jl extends As{constructor(){super(),this.parent=null,this.variables.set("undefined",new qr)}findVariable(e){let t=this.variables.get(e);return t||(t=new Hs(e),this.variables.set(e,t)),t}}function Zl(e,t,n,s,i){const r=s.sanitizeFileName(e||"asset");return Ua(ja("function"==typeof s.assetFileNames?s.assetFileNames({name:e,source:t,type:"asset"}):s.assetFileNames,"output.assetFileNames",{ext:()=>C(r).slice(1),extname:()=>C(r),hash:e=>n.slice(0,Math.max(0,e||8)),name:()=>r.slice(0,Math.max(0,r.length-C(r).length))}),i)}function Ql(e,{bundle:t},n){t[Va].has(e.toLowerCase())?n(we,function(e){return{code:ot,message:`The emitted file "${e}" overwrites a previously emitted file of the same name.`}}(e)):t[e]=Fa}const ec=new Set(["chunk","asset","prebuilt-chunk"]);function tc(e,t,n){if(!("string"==typeof e||e instanceof Uint8Array)){const e=t.fileName||t.name||n;return Ye(Jt(`Could not set source for ${"string"==typeof e?`asset "${e}"`:"unnamed asset"}, asset source needs to be a string, Uint8Array or Buffer.`))}return e}function nc(e,t){return"string"!=typeof e.fileName?Ye((n=e.name||t,{code:et,message:`Plugin error - Unable to get file name for asset "${n}". Ensure that the source is set and that generate is called first. If you reference assets via import.meta.ROLLUP_FILE_URL_<referenceId>, you need to either have set their source after "renderStart" or need to provide an explicit "fileName" when emitting them.`})):e.fileName;var n}function sc(e,t){return e.fileName?e.fileName:t?t.get(e.module).getFileName():Ye((n=e.fileName||e.name,{code:nt,message:`Plugin error - Unable to get file name for emitted chunk "${n}". You can only get file names once chunks have been generated after the "renderStart" hook.`}));var n}class ic{constructor(e,t,n){this.graph=e,this.options=t,this.facadeChunkByModule=null,this.nextIdBase=1,this.output=null,this.outputFileEmitters=[],this.emitFile=e=>function(e){return Boolean(e&&ec.has(e.type))}(e)?"prebuilt-chunk"===e.type?this.emitPrebuiltChunk(e):function(e){const t=e.fileName||e.name;return!t||"string"==typeof t&&!z(t)}(e)?"chunk"===e.type?this.emitChunk(e):this.emitAsset(e):Ye(Jt(`The "fileName" or "name" properties of emitted chunks and assets must be strings that are neither absolute nor relative paths, received "${e.fileName||e.name}".`)):Ye(Jt(`Emitted files must be of type "asset", "chunk" or "prebuilt-chunk", received "${e&&e.type}".`)),this.finaliseAssets=()=>{for(const[e,t]of this.filesByReferenceId)if("asset"===t.type&&"string"!=typeof t.fileName)return Ye({code:"ASSET_SOURCE_MISSING",message:`Plugin error creating asset "${t.name||e}" - no asset source set.`})},this.getFileName=e=>{const t=this.filesByReferenceId.get(e);return t?"chunk"===t.type?sc(t,this.facadeChunkByModule):"prebuilt-chunk"===t.type?t.fileName:nc(t,e):Ye({code:"FILE_NOT_FOUND",message:`Plugin error - Unable to get file name for unknown file "${e}".`})},this.setAssetSource=(e,t)=>{const n=this.filesByReferenceId.get(e);if(!n)return Ye({code:"ASSET_NOT_FOUND",message:`Plugin error - Unable to set the source for unknown asset "${e}".`});if("asset"!==n.type)return Ye(Jt(`Asset sources can only be set for emitted assets but "${e}" is an emitted chunk.`));if(void 0!==n.source)return Ye({code:"ASSET_SOURCE_ALREADY_SET",message:`Unable to set the source for asset "${n.name||e}", source already set.`});const s=tc(t,n,e);if(this.output)this.finalizeAdditionalAsset(n,s,this.output);else{n.source=s;for(const e of this.outputFileEmitters)e.finalizeAdditionalAsset(n,s,e.output)}},this.setChunkInformation=e=>{this.facadeChunkByModule=e},this.setOutputBundle=(e,t)=>{const n=this.output={bundle:e,fileNamesBySource:new Map,outputOptions:t};for(const e of this.filesByReferenceId.values())e.fileName&&Ql(e.fileName,n,this.options.onLog);const s=new Map;for(const e of this.filesByReferenceId.values())if("asset"===e.type&&void 0!==e.source)if(e.fileName)this.finalizeAdditionalAsset(e,e.source,n);else{U(s,yl(e.source),(()=>[])).push(e)}else"prebuilt-chunk"===e.type&&(this.output.bundle[e.fileName]=this.createPrebuiltChunk(e));for(const[e,t]of s)this.finalizeAssetsWithSameSource(t,e,n)},this.filesByReferenceId=n?new Map(n.filesByReferenceId):new Map,n?.addOutputFileEmitter(this)}addOutputFileEmitter(e){this.outputFileEmitters.push(e)}assignReferenceId(e,t){let n=t;do{n=yl(n).slice(0,8).replaceAll("-","$")}while(this.filesByReferenceId.has(n)||this.outputFileEmitters.some((({filesByReferenceId:e})=>e.has(n))));e.referenceId=n,this.filesByReferenceId.set(n,e);for(const{filesByReferenceId:t}of this.outputFileEmitters)t.set(n,e);return n}createPrebuiltChunk(e){return{code:e.code,dynamicImports:[],exports:e.exports||[],facadeModuleId:null,fileName:e.fileName,implicitlyLoadedBefore:[],importedBindings:{},imports:[],isDynamicEntry:!1,isEntry:!1,isImplicitEntry:!1,map:e.map||null,moduleIds:[],modules:{},name:e.fileName,preliminaryFileName:e.fileName,referencedFiles:[],sourcemapFileName:e.sourcemapFileName||null,type:"chunk"}}emitAsset(e){const t=void 0===e.source?void 0:tc(e.source,e,null),n={fileName:e.fileName,name:e.name,needsCodeReference:!!e.needsCodeReference,referenceId:"",source:t,type:"asset"},s=this.assignReferenceId(n,e.fileName||e.name||String(this.nextIdBase++));if(this.output)this.emitAssetWithReferenceId(n,this.output);else for(const e of this.outputFileEmitters)e.emitAssetWithReferenceId(n,e.output);return s}emitAssetWithReferenceId(e,t){const{fileName:n,source:s}=e;n&&Ql(n,t,this.options.onLog),void 0!==s&&this.finalizeAdditionalAsset(e,s,t)}emitChunk(e){if(this.graph.phase>so.LOAD_AND_PARSE)return Ye({code:ft,message:"Cannot emit chunks after module loading has finished."});if("string"!=typeof e.id)return Ye(Jt(`Emitted chunks need to have a valid string id, received "${e.id}"`));const t={fileName:e.fileName,module:null,name:e.name||e.id,referenceId:"",type:"chunk"};return this.graph.moduleLoader.emitChunk(e).then((e=>t.module=e)).catch((()=>{})),this.assignReferenceId(t,e.id)}emitPrebuiltChunk(e){if("string"!=typeof e.code)return Ye(Jt(`Emitted prebuilt chunks need to have a valid string code, received "${e.code}".`));if("string"!=typeof e.fileName||z(e.fileName))return Ye(Jt(`The "fileName" property of emitted prebuilt chunks must be strings that are neither absolute nor relative paths, received "${e.fileName}".`));const t={code:e.code,exports:e.exports,fileName:e.fileName,map:e.map,referenceId:"",type:"prebuilt-chunk"},n=this.assignReferenceId(t,t.fileName);return this.output&&(this.output.bundle[t.fileName]=this.createPrebuiltChunk(t)),n}finalizeAdditionalAsset(e,t,{bundle:n,fileNamesBySource:s,outputOptions:i}){let{fileName:r,needsCodeReference:o,referenceId:a}=e;if(!r){const o=yl(t);r=s.get(o),r||(r=Zl(e.name,t,o,i,n),s.set(o,r))}const l={...e,fileName:r,source:t};this.filesByReferenceId.set(a,l);const c=n[r];"asset"===c?.type?c.needsCodeReference&&=o:n[r]={fileName:r,name:e.name,needsCodeReference:o,source:t,type:"asset"}}finalizeAssetsWithSameSource(e,t,{bundle:n,fileNamesBySource:s,outputOptions:i}){let r,o="",a=!0;for(const s of e){a&&=s.needsCodeReference;const e=Zl(s.name,s.source,t,i,n);(!o||e.length<o.length||e.length===o.length&&e<o)&&(o=e,r=s)}s.set(t,o);for(const t of e){const e={...t,fileName:o};this.filesByReferenceId.set(t.referenceId,e)}n[o]={fileName:o,name:r.name,needsCodeReference:a,source:r.source,type:"asset"}}}function rc(e,t,n,s,i){return Ie[e]<Ie[i]?ks:(i,r)=>{null!=r&&n(we,{code:ut,message:`Plugin "${s}" tried to add a file position to a log or warning. This is only supported in the "transform" hook at the moment and will be ignored.`}),(i=Ll(i)).code&&!i.pluginCode&&(i.pluginCode=i.code),i.code=t,i.plugin=s,n(e,i)}}function oc(t,n,s,i,r,o){const{logLevel:a,onLog:l}=i;let c,d=!0;if("string"!=typeof t.cacheKey&&(t.name.startsWith(Nl)||t.name.startsWith(Cl)||o.has(t.name)?d=!1:o.add(t.name)),n)if(d){const e=t.cacheKey||t.name;h=n[e]||(n[e]=Object.create(null)),c={delete:e=>delete h[e],get(e){const t=h[e];if(t)return t[0]=0,t[1]},has(e){const t=h[e];return!!t&&(t[0]=0,!0)},set(e,t){h[e]=[0,t]}}}else u=t.name,c={delete:()=>Ml(u),get:()=>Ml(u),has:()=>Ml(u),set:()=>Ml(u)};else c=Ol;var u,h;return{addWatchFile(e){if(s.phase>=so.GENERATE)return this.error({code:ft,message:'Cannot call "addWatchFile" after the build has finished.'});s.watchFiles[e]=!0},cache:c,debug:rc(ve,"PLUGIN_LOG",l,t.name,a),emitFile:r.emitFile.bind(r),error:e=>Ye(qt(Ll(e),t.name)),getFileName:r.getFileName,getModuleIds:()=>s.modulesById.keys(),getModuleInfo:s.getModuleInfo,getWatchFiles:()=>Object.keys(s.watchFiles),info:rc(Se,"PLUGIN_LOG",l,t.name,a),load:e=>s.moduleLoader.preloadModule(e),meta:{rollupVersion:e,watchMode:s.watchMode},parse:Mo,resolve:(e,n,{attributes:i,custom:r,isEntry:o,skipSelf:a}=me)=>(a??=!0,s.moduleLoader.resolveId(e,n,r,o,i||ge,a?[{importer:n,plugin:t,source:e}]:null)),setAssetSource:r.setAssetSource,warn:rc(we,"PLUGIN_WARNING",l,t.name,a)}}const ac=Object.keys({buildEnd:1,buildStart:1,closeBundle:1,closeWatcher:1,load:1,moduleParsed:1,onLog:1,options:1,resolveDynamicImport:1,resolveId:1,shouldTransformCachedModule:1,transform:1,watchChange:1});class lc{constructor(e,t,n,s,i){this.graph=e,this.options=t,this.pluginCache=s,this.sortedPlugins=new Map,this.unfulfilledActions=new Set,this.fileEmitter=new ic(e,t,i&&i.fileEmitter),this.emitFile=this.fileEmitter.emitFile.bind(this.fileEmitter),this.getFileName=this.fileEmitter.getFileName.bind(this.fileEmitter),this.finaliseAssets=this.fileEmitter.finaliseAssets.bind(this.fileEmitter),this.setChunkInformation=this.fileEmitter.setChunkInformation.bind(this.fileEmitter),this.setOutputBundle=this.fileEmitter.setOutputBundle.bind(this.fileEmitter),this.plugins=[...i?i.plugins:[],...n];const r=new Set;if(this.pluginContexts=new Map(this.plugins.map((n=>[n,oc(n,s,e,t,this.fileEmitter,r)]))),i)for(const e of n)for(const n of ac)n in e&&t.onLog(we,(o=e.name,{code:"INPUT_HOOK_IN_OUTPUT_PLUGIN",message:`The "${n}" hook used by the output plugin ${o} is a build time hook and will not be run for that plugin. Either this plugin cannot be used as an output plugin, or it should have an option to configure it as an output plugin.`}));var o}createOutputPluginDriver(e){return new lc(this.graph,this.options,e,this.pluginCache,this)}getUnfulfilledHookActions(){return this.unfulfilledActions}hookFirst(e,t,n,s){return this.hookFirstAndGetPlugin(e,t,n,s).then((e=>e&&e[0]))}async hookFirstAndGetPlugin(e,t,n,s){for(const i of this.getSortedPlugins(e)){if(s?.has(i))continue;const r=await this.runHook(e,t,i,n);if(null!=r)return[r,i]}return null}hookFirstSync(e,t,n){for(const s of this.getSortedPlugins(e)){const i=this.runHookSync(e,t,s,n);if(null!=i)return i}return null}async hookParallel(e,t,n){const s=[];for(const i of this.getSortedPlugins(e))i[e].sequential?(await Promise.all(s),s.length=0,await this.runHook(e,t,i,n)):s.push(this.runHook(e,t,i,n));await Promise.all(s)}hookReduceArg0(e,[t,...n],s,i){let r=Promise.resolve(t);for(const t of this.getSortedPlugins(e))r=r.then((r=>this.runHook(e,[r,...n],t,i).then((e=>s.call(this.pluginContexts.get(t),r,e,t)))));return r}hookReduceArg0Sync(e,[t,...n],s,i){for(const r of this.getSortedPlugins(e)){const o=[t,...n],a=this.runHookSync(e,o,r,i);t=s.call(this.pluginContexts.get(r),t,a,r)}return t}async hookReduceValue(e,t,n,s){const i=[],r=[];for(const t of this.getSortedPlugins(e,uc))t[e].sequential?(i.push(...await Promise.all(r)),r.length=0,i.push(await this.runHook(e,n,t))):r.push(this.runHook(e,n,t));return i.push(...await Promise.all(r)),i.reduce(s,await t)}hookReduceValueSync(e,t,n,s,i){let r=t;for(const t of this.getSortedPlugins(e)){const o=this.runHookSync(e,n,t,i);r=s.call(this.pluginContexts.get(t),r,o,t)}return r}hookSeq(e,t,n){let s=Promise.resolve();for(const i of this.getSortedPlugins(e))s=s.then((()=>this.runHook(e,t,i,n)));return s.then(hc)}getSortedPlugins(e,t){return U(this.sortedPlugins,e,(()=>cc(e,this.plugins,t)))}runHook(e,t,n,s){const i=n[e],r="object"==typeof i?i.handler:i;let o=this.pluginContexts.get(n);s&&(o=s(o,n));let a=null;return Promise.resolve().then((()=>{if("function"!=typeof r)return r;const s=r.apply(o,t);return s?.then?(a=[n.name,e,t],this.unfulfilledActions.add(a),Promise.resolve(s).then((e=>(this.unfulfilledActions.delete(a),e)))):s})).catch((t=>(null!==a&&this.unfulfilledActions.delete(a),Ye(qt(t,n.name,{hook:e})))))}runHookSync(e,t,n,s){const i=n[e],r="object"==typeof i?i.handler:i;let o=this.pluginContexts.get(n);s&&(o=s(o,n));try{return r.apply(o,t)}catch(t){return Ye(qt(t,n.name,{hook:e}))}}}function cc(e,t,n=dc){const s=[],i=[],r=[];for(const o of t){const t=o[e];if(t){if("object"==typeof t){if(n(t.handler,e,o),"pre"===t.order){s.push(o);continue}if("post"===t.order){r.push(o);continue}}else n(t,e,o);i.push(o)}}return[...s,...i,...r]}function dc(e,t,n){"function"!=typeof e&&Ye(function(e,t){return{code:pt,hook:e,message:`Error running plugin hook "${e}" for plugin "${t}", expected a function hook or an object with a "handler" function.`,plugin:t}}(t,n.name))}function uc(e,t,n){if("string"!=typeof e&&"function"!=typeof e)return Ye(function(e,t){return{code:pt,hook:e,message:`Error running plugin hook "${e}" for plugin "${t}", expected a string, a function hook or an object with a "handler" string or function.`,plugin:t}}(t,n.name))}function hc(){}class pc{constructor(e){this.maxParallel=e,this.queue=[],this.workerCount=0}run(e){return new Promise(((t,n)=>{this.queue.push({reject:n,resolve:t,task:e}),this.work()}))}async work(){if(this.workerCount>=this.maxParallel)return;let e;for(this.workerCount++;e=this.queue.shift();){const{reject:t,resolve:n,task:s}=e;try{n(await s())}catch(e){t(e)}}this.workerCount--}}class fc{constructor(e,t){if(this.options=e,this.astLru=function(e){var t,n,s,i=e||1;function r(e,r){++t>i&&(s=n,o(1),++t),n[e]=r}function o(e){t=0,n=Object.create(null),e||(s=Object.create(null))}return o(),{clear:o,has:function(e){return void 0!==n[e]||void 0!==s[e]},get:function(e){var t=n[e];return void 0!==t?t:void 0!==(t=s[e])?(r(e,t),t):void 0},set:function(e,t){void 0!==n[e]?n[e]=t:r(e,t)}}}(5),this.cachedModules=new Map,this.deoptimizationTracker=new te,this.entryModules=[],this.modulesById=new Map,this.needsTreeshakingPass=!1,this.phase=so.LOAD_AND_PARSE,this.scope=new Jl,this.watchFiles=Object.create(null),this.watchMode=!1,this.externalModules=[],this.implicitEntryModules=[],this.modules=[],this.getModuleInfo=e=>{const t=this.modulesById.get(e);return t?t.info:null},!1!==e.cache){if(e.cache?.modules)for(const t of e.cache.modules)this.cachedModules.set(t.id,t);this.pluginCache=e.cache?.plugins||Object.create(null);for(const e in this.pluginCache){const t=this.pluginCache[e];for(const e of Object.values(t))e[0]++}}if(t){this.watchMode=!0;const e=(...e)=>this.pluginDriver.hookParallel("watchChange",e),n=()=>this.pluginDriver.hookParallel("closeWatcher",[]);t.onCurrentRun("change",e),t.onCurrentRun("close",n)}this.pluginDriver=new lc(this,e,e.plugins,this.pluginCache),this.moduleLoader=new Hl(this,this.modulesById,this.options,this.pluginDriver),this.fileOperationQueue=new pc(e.maxParallelFileOps),this.pureFunctions=(({treeshake:e})=>{const t=Object.create(null);for(const n of e?e.manualPureFunctions:[]){let e=t;for(const t of n.split("."))e=e[t]||=Object.create(null);e[Ps]=!0}return t})(e)}async build(){Go("generate module graph",2),await this.generateModuleGraph(),Wo("generate module graph",2),Go("sort and bind modules",2),this.phase=so.ANALYSE,this.sortModules(),Wo("sort and bind modules",2),Go("mark included statements",2),this.includeStatements(),Wo("mark included statements",2),this.phase=so.GENERATE}getCache(){for(const e in this.pluginCache){const t=this.pluginCache[e];let n=!0;for(const[e,s]of Object.entries(t))s[0]>=this.options.experimentalCacheExpiry?delete t[e]:n=!1;n&&delete this.pluginCache[e]}return{modules:this.modules.map((e=>e.toJSON())),plugins:this.pluginCache}}async generateModuleGraph(){var e;if(({entryModules:this.entryModules,implicitEntryModules:this.implicitEntryModules}=await this.moduleLoader.addEntryModules((e=this.options.input,Array.isArray(e)?e.map((e=>({fileName:null,id:e,implicitlyLoadedAfter:[],importer:void 0,name:null}))):Object.entries(e).map((([e,t])=>({fileName:null,id:t,implicitlyLoadedAfter:[],importer:void 0,name:e})))),!0)),0===this.entryModules.length)throw new Error("You must supply options.input to rollup");for(const e of this.modulesById.values())e instanceof Zo?this.modules.push(e):this.externalModules.push(e)}includeStatements(){const e=[...this.entryModules,...this.implicitEntryModules];for(const t of e)Ko(t);if(this.options.treeshake){let t=1;do{Go(`treeshaking pass ${t}`,3),this.needsTreeshakingPass=!1;for(const e of this.modules)e.isExecuted&&("no-treeshake"===e.info.moduleSideEffects?e.includeAllInBundle():e.include());if(1===t)for(const t of e)!1!==t.preserveSignature&&(t.includeAllExports(!1),this.needsTreeshakingPass=!0);Wo("treeshaking pass "+t++,3)}while(this.needsTreeshakingPass)}else for(const e of this.modules)e.includeAllInBundle();for(const e of this.externalModules)e.warnUnusedImports();for(const e of this.implicitEntryModules)for(const t of e.implicitlyLoadedAfter)t.info.isEntry||t.isIncluded()||Ye(Wt(t))}sortModules(){const{orderedModules:e,cyclePaths:t}=function(e){let t=0;const n=[],s=new Set,i=new Set,r=new Map,o=[],a=e=>{if(e instanceof Zo){for(const t of e.dependencies)r.has(t)?s.has(t)||n.push(cl(t,e,r)):(r.set(t,e),a(t));for(const t of e.implicitlyLoadedBefore)i.add(t);for(const{resolution:t}of e.dynamicImports)t instanceof Zo&&i.add(t);o.push(e)}e.execIndex=t++,s.add(e)};for(const t of e)r.has(t)||(r.set(t,null),a(t));for(const e of i)r.has(e)||(r.set(e,null),a(e));return{cyclePaths:n,orderedModules:o}}(this.entryModules);for(const e of t)this.options.onLog(we,Lt(e));this.modules=e;for(const e of this.modules)e.bindReferences();this.warnForMissingExports()}warnForMissingExports(){for(const e of this.modules)for(const t of e.importDescriptions.values())"*"===t.name||t.module.getVariableForExportName(t.name)[0]||e.log(we,Gt(t.name,e.id,t.module.id),t.start)}}function mc(e,t){return t()}function gc(t,n,s,i){t=cc("onLog",t);const r=Ie[i],o=(i,a,l=be)=>{if(!(Ie[i]<r)){for(const n of t){if(l.has(n))continue;const{onLog:t}=n,c=e=>Ie[e]<r?ks:t=>o(e,Ll(t),new Set(l).add(n));if(!1===("handler"in t?t.handler:t).call({debug:c(ve),error:e=>Ye(Ll(e)),info:c(Se),meta:{rollupVersion:e,watchMode:s},warn:c(we)},i,a))return}n(i,a)}};return o}const yc=e=>!0===e.cache?void 0:e.cache?.cache||e.cache,bc=e=>{if(!0===e)return()=>!0;if("function"==typeof e)return(t,...n)=>!t.startsWith("\0")&&e(t,...n)||!1;if(e){const n=new Set,s=[];for(const i of(t=e,Array.isArray(t)?t.filter(Boolean):t?[t]:[]))i instanceof RegExp?s.push(i):n.add(i);return(e,...t)=>n.has(e)||s.some((t=>t.test(e)))}var t;return()=>!1},Ec=e=>{const t=e.input;return null==t?[]:"string"==typeof t?[t]:t},xc=e=>{const t=e.maxParallelFileOps;return"number"==typeof t?t<=0?1/0:t:20},$c=(e,t)=>{const n=e.moduleContext;if("function"==typeof n)return e=>n(e)??t;if(n){const e=Object.create(null);for(const[t,s]of Object.entries(n))e[M(t)]=s;return n=>e[n]??t}return()=>t},Ac=e=>{if(!1===e.treeshake)return!1;const t=jl(e.treeshake,Vl,"treeshake","configuration-options/#treeshake","false, true, ");return{annotations:!1!==t.annotations,correctVarValueBeforeDeclaration:!0===t.correctVarValueBeforeDeclaration,manualPureFunctions:t.manualPureFunctions??ye,moduleSideEffects:wc(t.moduleSideEffects),propertyReadSideEffects:"always"===t.propertyReadSideEffects?"always":!1!==t.propertyReadSideEffects,tryCatchDeoptimization:!1!==t.tryCatchDeoptimization,unknownGlobalSideEffects:!1!==t.unknownGlobalSideEffects}},wc=e=>{if("boolean"==typeof e)return()=>e;if("no-external"===e)return(e,t)=>!t;if("function"==typeof e)return(t,n)=>!!t.startsWith("\0")||!1!==e(t,n);if(Array.isArray(e)){const t=new Set(e);return e=>t.has(e)}return e&&Ye(Ut("treeshake.moduleSideEffects","configuration-options/#treeshake-modulesideeffects",'please use one of false, "no-external", a function or an array')),()=>!0},Sc=/[\u0000-\u001F"#$&*+,:;<=>?[\]^`{|}\u007F]/g,vc=/^[a-z]:/i;function Ic(e){const t=vc.exec(e),n=t?t[0]:"";return n+e.slice(n.length).replace(Sc,"_")}const Pc=(e,t,n)=>{const{file:s}=e;if("string"==typeof s){if(t)return Ye(Ut("output.file",ze,'you must set "output.dir" instead of "output.file" when using the "output.preserveModules" option'));if(!Array.isArray(n.input))return Ye(Ut("output.file",ze,'you must set "output.dir" instead of "output.file" when providing named inputs'))}return s},kc=e=>{const t=e.format;switch(t){case void 0:case"es":case"esm":case"module":return"es";case"cjs":case"commonjs":return"cjs";case"system":case"systemjs":return"system";case"amd":case"iife":case"umd":return t;default:return Ye(Ut("output.format",je,'Valid values are "amd", "cjs", "system", "es", "iife" or "umd"',t))}},Nc=(e,t)=>{const n=e.inlineDynamicImports||!1,{input:s}=t;return n&&(Array.isArray(s)?s:Object.keys(s)).length>1?Ye(Ut("output.inlineDynamicImports",Ge,'multiple inputs are not supported when "output.inlineDynamicImports" is true')):n},Cc=(e,t,n)=>{const s=e.preserveModules||!1;if(s){if(t)return Ye(Ut("output.inlineDynamicImports",Ge,'this option is not supported for "output.preserveModules"'));if(!1===n.preserveEntrySignatures)return Ye(Ut("preserveEntrySignatures","configuration-options/#preserveentrysignatures",'setting this option to false is not supported for "output.preserveModules"'))}return s},Oc=e=>{const{preserveModulesRoot:t}=e;if(null!=t)return M(t)},Mc=e=>{const t={autoId:!1,basePath:"",define:"define",forceJsExtensionForImports:!1,...e.amd};return(t.autoId||t.basePath)&&t.id?Ye(Ut("output.amd.id",Te,'this option cannot be used together with "output.amd.autoId"/"output.amd.basePath"')):t.basePath&&!t.autoId?Ye(Ut("output.amd.basePath","configuration-options/#output-amd-basepath",'this option only works with "output.amd.autoId"')):t.autoId?{autoId:!0,basePath:t.basePath,define:t.define,forceJsExtensionForImports:t.forceJsExtensionForImports}:{autoId:!1,define:t.define,forceJsExtensionForImports:t.forceJsExtensionForImports,id:t.id}},_c=(e,t)=>{const n=e[t];return"function"==typeof n?n:()=>n||""},Dc=(e,t)=>{const{dir:n}=e;return"string"==typeof n&&"string"==typeof t?Ye(Ut("output.dir",ze,'you must set either "output.file" for a single-file build or "output.dir" when generating multiple chunks')):n},Rc=(e,t)=>{const n=e.entryFileNames;return null==n&&t.add("entryFileNames"),n??"[name].js"};function Lc(e,t){const n=e.exports;if(null==n)t.add("exports");else if(!["default","named","none","auto"].includes(n))return Ye({code:ct,message:`"output.exports" must be "default", "named", "none", "auto", or left unspecified (defaults to "auto"), received "${n}".`,url:Re(Ve)});return n||"auto"}const Bc=(e,t)=>(null!=e.externalImportAssertions&&Zt('The "output.externalImportAssertions" option is deprecated. Use the "output.externalImportAttributes" option instead.',"configuration-options/#output-externalimportattributes",!0,t),e.externalImportAttributes??e.externalImportAssertions??!0),Tc=e=>{const t=jl(e.generatedCode,Fl,"output.generatedCode","configuration-options/#output-generatedcode","");return{arrowFunctions:!0===t.arrowFunctions,constBindings:!0===t.constBindings,objectShorthand:!0===t.objectShorthand,reservedNamesAsProps:!1!==t.reservedNamesAsProps,symbols:!0===t.symbols}},zc=(e,t)=>{if(t)return"";const n=e.indent;return!1===n?"":n??!0},Vc=new Set(["compat","auto","esModule","default","defaultOnly"]),Fc=e=>{const t=e.interop;if("function"==typeof t){const e=Object.create(null);let n=null;return s=>null===s?n||jc(n=t(s)):s in e?e[s]:jc(e[s]=t(s))}return void 0===t?()=>"default":()=>jc(t)},jc=e=>Vc.has(e)?e:Ye(Ut("output.interop",We,`use one of ${Array.from(Vc,(e=>JSON.stringify(e))).join(", ")}`,e)),Uc=(e,t,n)=>{const s=e.manualChunks;if(s){if(t)return Ye(Ut("output.manualChunks",He,'this option is not supported for "output.inlineDynamicImports"'));if(n)return Ye(Ut("output.manualChunks",He,'this option is not supported for "output.preserveModules"'))}return s||{}},Gc=(e,t,n)=>e.minifyInternalExports??(n||"es"===t||"system"===t),Wc=(e,t)=>{const n=e.sourcemapFileNames;return null==n&&t.add("sourcemapFileNames"),n},Hc=e=>{const{sourcemapBaseUrl:t}=e;if(t)return function(e){try{new URL(e)}catch{return!1}return!0}(t)?(n=t).endsWith("/")?n:n+"/":Ye(Ut("output.sourcemapBaseUrl","configuration-options/#output-sourcemapbaseurl",`must be a valid URL, received ${JSON.stringify(t)}`));var n};function qc(t){return async function(t,n){const{options:s,unsetOptions:i}=await async function(t,n){if(!t)throw new Error("You must supply an options object to rollup");const s=await async function(t,n){const s=cc("options",await Ul(t.plugins)),i=t.logLevel||Se,r=gc(s,_l(t,i),n,i);for(const o of s){const{name:s,options:a}=o,l="handler"in a?a.handler:a,c=await l.call({debug:rc(ve,"PLUGIN_LOG",r,s,i),error:e=>Ye(qt(Ll(e),s,{hook:"onLog"})),info:rc(Se,"PLUGIN_LOG",r,s,i),meta:{rollupVersion:e,watchMode:n},warn:rc(we,"PLUGIN_WARNING",r,s,i)},t);c&&(t=c)}return t}(t,n),{options:i,unsetOptions:r}=await async function(e,t){const n=new Set,s=e.context??"undefined",i=await Ul(e.plugins),r=e.logLevel||Se,o=gc(i,_l(e,r),t,r),a=e.strictDeprecations||!1,l=xc(e),c={cache:yc(e),context:s,experimentalCacheExpiry:e.experimentalCacheExpiry??10,experimentalLogSideEffects:e.experimentalLogSideEffects||!1,external:bc(e.external),input:Ec(e),logLevel:r,makeAbsoluteExternalsRelative:e.makeAbsoluteExternalsRelative??"ifRelativeSource",maxParallelFileOps:l,moduleContext:$c(e,s),onLog:o,perf:e.perf||!1,plugins:i,preserveEntrySignatures:e.preserveEntrySignatures??"exports-only",preserveSymlinks:e.preserveSymlinks||!1,shimMissingExports:e.shimMissingExports||!1,strictDeprecations:a,treeshake:Ac(e)};return zl(e,[...Object.keys(c),"onwarn","watch"],"input options",o,/^(output)$/),{options:c,unsetOptions:n}}(s,n);return Kc(i.plugins,Nl),{options:i,unsetOptions:r}}(t,null!==n);(function(e){e.perf?(zo=new Map,Go=Fo,Wo=jo,e.plugins=e.plugins.map(qo)):(Go=ks,Wo=ks)})(s),await async function(){await Oo()}();const r=new fc(s,n),o=!1!==t.cache;t.cache&&(s.cache=void 0,t.cache=void 0);Go("BUILD",1),await mc(r.pluginDriver,(async()=>{try{Go("initialize",2),await r.pluginDriver.hookParallel("buildStart",[s]),Wo("initialize",2),await r.build()}catch(e){const t=Object.keys(r.watchFiles);throw t.length>0&&(e.watchFiles=t),await r.pluginDriver.hookParallel("buildEnd",[e]),await r.pluginDriver.hookParallel("closeBundle",[]),e}await r.pluginDriver.hookParallel("buildEnd",[])})),Wo("BUILD",1);const a={cache:o?r.getCache():void 0,async close(){a.closed||(a.closed=!0,await r.pluginDriver.hookParallel("closeBundle",[]))},closed:!1,generate:async e=>a.closed?Ye(_t()):Yc(!1,s,i,e,r),watchFiles:Object.keys(r.watchFiles),write:async e=>a.closed?Ye(_t()):Yc(!0,s,i,e,r)};s.perf&&(a.getTimings=Uo);return a}(t,null)}function Kc(e,t){for(const[n,s]of e.entries())s.name||(s.name=`${t}${n+1}`)}async function Yc(e,t,n,s,i){const{options:r,outputPluginDriver:o,unsetOptions:a}=await async function(e,t,n,s){if(!e)throw new Error("You must supply an options object");const i=await Ul(e.plugins);Kc(i,Cl);const r=t.createOutputPluginDriver(i);return{...await Xc(n,s,e,r),outputPluginDriver:r}}(s,i.pluginDriver,t,n);return mc(0,(async()=>{const n=new Al(r,a,t,o,i),s=await n.generate(e);if(e){if(Go("WRITE",1),!r.dir&&!r.file)return Ye({code:$t,message:'You must specify "output.file" or "output.dir" for the build.',url:Re(ze)});await Promise.all(Object.values(s).map((e=>i.fileOperationQueue.run((()=>async function(e,t){const n=M(t.dir||N(t.file),e.fileName);return await vl(N(n),{recursive:!0}),Pl(n,"asset"===e.type?e.source:e.code)}(e,r)))))),await o.hookParallel("writeBundle",[r,s]),Wo("WRITE",1)}return l=s,{output:Object.values(l).filter((e=>Object.keys(e).length>0)).sort(((e,t)=>Zc(e)-Zc(t)))};var l}))}function Xc(e,t,n,s){return async function(e,t,n){const s=new Set(n),i=e.compact||!1,r=kc(e),o=Nc(e,t),a=Cc(e,o,t),l=Pc(e,a,t),c=Tc(e),d=Bc(e,t),u={amd:Mc(e),assetFileNames:e.assetFileNames??"assets/[name]-[hash][extname]",banner:_c(e,"banner"),chunkFileNames:e.chunkFileNames??"[name]-[hash].js",compact:i,dir:Dc(e,l),dynamicImportInCjs:e.dynamicImportInCjs??!0,entryFileNames:Rc(e,s),esModule:e.esModule??"if-default-prop",experimentalMinChunkSize:e.experimentalMinChunkSize??1,exports:Lc(e,s),extend:e.extend||!1,externalImportAssertions:d,externalImportAttributes:d,externalLiveBindings:e.externalLiveBindings??!0,file:l,footer:_c(e,"footer"),format:r,freeze:e.freeze??!0,generatedCode:c,globals:e.globals||{},hoistTransitiveImports:e.hoistTransitiveImports??!0,indent:zc(e,i),inlineDynamicImports:o,interop:Fc(e),intro:_c(e,"intro"),manualChunks:Uc(e,o,a),minifyInternalExports:Gc(e,r,i),name:e.name,noConflict:e.noConflict||!1,outro:_c(e,"outro"),paths:e.paths||{},plugins:await Ul(e.plugins),preserveModules:a,preserveModulesRoot:Oc(e),sanitizeFileName:"function"==typeof e.sanitizeFileName?e.sanitizeFileName:!1===e.sanitizeFileName?e=>e:Ic,sourcemap:e.sourcemap||!1,sourcemapBaseUrl:Hc(e),sourcemapExcludeSources:e.sourcemapExcludeSources||!1,sourcemapFile:e.sourcemapFile,sourcemapFileNames:Wc(e,s),sourcemapIgnoreList:"function"==typeof e.sourcemapIgnoreList?e.sourcemapIgnoreList:!1===e.sourcemapIgnoreList?()=>!1:e=>e.includes("node_modules"),sourcemapPathTransform:e.sourcemapPathTransform,strict:e.strict??!0,systemNullSetters:e.systemNullSetters??!0,validate:e.validate||!1};return zl(e,Object.keys(u),"output options",t.onLog),{options:u,unsetOptions:s}}(s.hookReduceArg0Sync("outputOptions",[n],((e,t)=>t||e),(e=>{const t=()=>e.error({code:tt,message:'Cannot emit files or set asset sources in the "outputOptions" hook, use the "renderStart" hook instead.'});return{...e,emitFile:t,setAssetSource:t}})),e,t)}var Jc;function Zc(e){return"asset"===e.type?Jc.ASSET:e.isEntry?Jc.ENTRY_CHUNK:Jc.SECONDARY_CHUNK}function Qc(e){return e}!function(e){e[e.ENTRY_CHUNK=0]="ENTRY_CHUNK",e[e.SECONDARY_CHUNK=1]="SECONDARY_CHUNK",e[e.ASSET=2]="ASSET"}(Jc||(Jc={}));export{e as VERSION,Qc as defineConfig,qc as rollup};
|