From 77cd1dc48fad786dc148876a61b7fbd36574ee69 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sun, 21 Jan 2024 22:30:24 -0800 Subject: [PATCH] Upgrade a couple Rollup plugins --- package.json | 2 +- packages/mdsvex/package.json | 6 +- packages/mdsvex/rollup.config.js | 4 +- packages/site/package.json | 8 +- packages/site/static/workers/bundler.js | 7 +- pnpm-lock.yaml | 603 ++++++++++++++++-------- 6 files changed, 431 insertions(+), 199 deletions(-) diff --git a/package.json b/package.json index 69952b72..018d3d3c 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@types/node": "^14.14.44", "esm": "^3.2.25", "prettier": "^2.2.1", - "rollup": "^2.47.0", + "rollup": "^2.77.4-1", "rollup-plugin-dts": "^3.0.1", "ts-node": "^9.1.1", "typescript": "^4.2.4", diff --git a/packages/mdsvex/package.json b/packages/mdsvex/package.json index eae748f1..d66593e0 100644 --- a/packages/mdsvex/package.json +++ b/packages/mdsvex/package.json @@ -23,8 +23,10 @@ "author": "pngwn ", "license": "MIT", "devDependencies": { + "@rollup/plugin-commonjs": "^25.0.7", + "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^2.4.2", - "@rollup/plugin-sucrase": "^3.1.0", + "@rollup/plugin-sucrase": "^5.0.2", "@starptech/prettyhtml-hast-to-html": "^0.10.0", "@types/acorn": "^4.0.5", "@types/escape-html": "^1.0.0", @@ -46,11 +48,9 @@ "remark-slug": "^6.0.0", "retext": "^7.0.1", "retext-smartypants": "^4.0.0", - "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-json": "^4.0.0", "rollup-plugin-node-builtins": "^2.1.2", "rollup-plugin-node-globals": "^1.4.0", - "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-svelte": "^5.1.1", "shiki": "^0.9.3", "svelte": "^4.0.0", diff --git a/packages/mdsvex/rollup.config.js b/packages/mdsvex/rollup.config.js index 1cb0b556..0cc956de 100644 --- a/packages/mdsvex/rollup.config.js +++ b/packages/mdsvex/rollup.config.js @@ -1,5 +1,5 @@ -import resolve from 'rollup-plugin-node-resolve'; -import commonjs from 'rollup-plugin-commonjs'; +import resolve from '@rollup/plugin-node-resolve'; +import commonjs from '@rollup/plugin-commonjs'; import json from 'rollup-plugin-json'; import builtins from 'rollup-plugin-node-builtins'; import globals from 'rollup-plugin-node-globals'; diff --git a/packages/site/package.json b/packages/site/package.json index 62cc924e..5a7c9d51 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -29,15 +29,15 @@ "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.5", "@rollup/plugin-replace": "^3.0.0", - "@sveltejs/kit": "1.26.0", - "@sveltejs/adapter-auto": "2.1.0", + "@sveltejs/kit": "^1.30.3", + "@sveltejs/adapter-auto": "^2.1.1", "codemirror": "^5.49.2", "npm-run-all": "^4.1.5", "prism-svelte": "^0.5.0", "rehype-autolink-headings": "^2.0.5", "rehype-slug": "^2.0.3", "remark-syntax-highlight": "^0.1.3", - "rollup": "^2.58.0", + "rollup": "^2.77.4-1", "rollup-plugin-svelte": "^7.1.6", "rollup-plugin-terser": "^7.0.2", "svelte": "^4.2.2", @@ -45,6 +45,6 @@ "typeface-catamaran": "^0.0.72", "typeface-roboto": "^0.0.75", "unist-util-visit": "^2.0.1", - "vite": "4.5.0" + "vite": "^4.5.2" } } diff --git a/packages/site/static/workers/bundler.js b/packages/site/static/workers/bundler.js index 06663a30..4a9f0e97 100644 --- a/packages/site/static/workers/bundler.js +++ b/packages/site/static/workers/bundler.js @@ -1,11 +1,10 @@ !function(){"use strict"; /* @license - Rollup.js v2.58.0 - Fri, 01 Oct 2021 06:54:03 GMT - commit 3a404a07f41a10d10b7af536f05b90ea46d8ad3d - + Rollup.js v2.79.1 + Thu, 22 Sep 2022 04:55:29 GMT - commit 69ff4181e701a0fe0026d0ba147f31bc86beffa8 https://github.com/rollup/rollup Released under the MIT License. - */for(var e={},t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",s=0;s>>=5)>0&&(i|=32),s+=t[i]}while(e>0);return s}var r=function e(t){this.bits=t instanceof e?t.bits.slice():[]};r.prototype.add=function(e){this.bits[e>>5]|=1<<(31&e)},r.prototype.has=function(e){return!!(this.bits[e>>5]&1<<(31&e))};var a=function(e,t,s){this.start=e,this.end=t,this.original=s,this.intro="",this.outro="",this.content=s,this.storeName=!1,this.edited=!1,Object.defineProperties(this,{previous:{writable:!0,value:null},next:{writable:!0,value:null}})};a.prototype.appendLeft=function(e){this.outro+=e},a.prototype.appendRight=function(e){this.intro=this.intro+e},a.prototype.clone=function(){var e=new a(this.start,this.end,this.original);return e.intro=this.intro,e.outro=this.outro,e.content=this.content,e.storeName=this.storeName,e.edited=this.edited,e},a.prototype.contains=function(e){return this.start0&&(a+=";"),0!==h.length){for(var l=0,c=[],u=0,p=h;u1&&(f+=n(d[1]-t)+n(d[2]-s)+n(d[3]-i),t=d[1],s=d[2],i=d[3]),5===d.length&&(f+=n(d[4]-r),r=d[4]),c.push(f)}a+=c.join(",")}}return a}(e.mappings)};function l(e){var t=e.split("\n"),s=t.filter((function(e){return/^\t+/.test(e)})),i=t.filter((function(e){return/^ {2,}/.test(e)}));if(0===s.length&&0===i.length)return null;if(s.length>=i.length)return"\t";var n=i.reduce((function(e,t){var s=/^ +/.exec(t)[0].length;return Math.min(s,e)}),1/0);return new Array(n+1).join(" ")}function c(e,t){var s=e.split(/[/\\]/),i=t.split(/[/\\]/);for(s.pop();s[0]===i[0];)s.shift(),i.shift();if(s.length)for(var n=s.length;n--;)s[n]="..";return s.concat(i).join("/")}h.prototype.toString=function(){return JSON.stringify(this)},h.prototype.toUrl=function(){return"data:application/json;charset=utf-8;base64,"+o(this.toString())};var u=Object.prototype.toString;function p(e){return"[object Object]"===u.call(e)}function d(e){for(var t=e.split("\n"),s=[],i=0,n=0;i>1;e=0&&n.push(i),this.rawSegments.push(n)}else this.pending&&this.rawSegments.push(this.pending);this.advance(t),this.pending=null},f.prototype.addUneditedChunk=function(e,t,s,i,n){for(var r=t.start,a=!0;r1){for(var s=0;s=e&&s<=t)throw new Error("Cannot move a selection inside itself");this._split(e),this._split(t),this._split(s);var i=this.byStart[e],n=this.byEnd[t],r=i.previous,a=n.next,o=this.byStart[s];if(!o&&n===this.lastChunk)return this;var h=o?o.previous:this.lastChunk;return r&&(r.next=a),a&&(a.previous=r),h&&(h.next=i),o&&(o.previous=n),i.previous||(this.firstChunk=n.next),n.next||(this.lastChunk=i.previous,this.lastChunk.next=null),i.previous=h,n.next=o||null,h||(this.firstChunk=i),o||(this.lastChunk=n),this},y.prototype.overwrite=function(e,t,s,i){if("string"!=typeof s)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===i&&(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),i={storeName:!0});var n=void 0!==i&&i.storeName,r=void 0!==i&&i.contentOnly;if(n){var o=this.original.slice(e,t);this.storedNames[o]=!0}var h=this.byStart[e],l=this.byEnd[t];if(h){if(t>h.end&&h.next!==this.byStart[h.end])throw new Error("Cannot overwrite across a split point");if(h.edit(s,n,r),h!==l){for(var c=h.next;c!==l;)c.edit("",!1),c=c.next;c.edit("",!1)}}else{var u=new a(e,t,"").edit(s,n);l.next=u,u.previous=l}return this},y.prototype.prepend=function(e){if("string"!=typeof e)throw new TypeError("outro content must be a string");return this.intro=e+this.intro,this},y.prototype.prependLeft=function(e,t){if("string"!=typeof t)throw new TypeError("inserted content must be a string");this._split(e);var s=this.byEnd[e];return s?s.prependLeft(t):this.intro=t+this.intro,this},y.prototype.prependRight=function(e,t){if("string"!=typeof t)throw new TypeError("inserted content must be a string");this._split(e);var s=this.byStart[e];return s?s.prependRight(t):this.outro=t+this.outro,this},y.prototype.remove=function(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);for(var s=this.byStart[e];s;)s.intro="",s.outro="",s.edit(""),s=t>s.end?this.byStart[s.end]:null;return this},y.prototype.lastChar=function(){if(this.outro.length)return this.outro[this.outro.length-1];var 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]:""},y.prototype.lastLine=function(){var e=this.outro.lastIndexOf(m);if(-1!==e)return this.outro.substr(e+1);var t=this.outro,s=this.lastChunk;do{if(s.outro.length>0){if(-1!==(e=s.outro.lastIndexOf(m)))return s.outro.substr(e+1)+t;t=s.outro+t}if(s.content.length>0){if(-1!==(e=s.content.lastIndexOf(m)))return s.content.substr(e+1)+t;t=s.content+t}if(s.intro.length>0){if(-1!==(e=s.intro.lastIndexOf(m)))return s.intro.substr(e+1)+t;t=s.intro+t}}while(s=s.previous);return-1!==(e=this.intro.lastIndexOf(m))?this.intro.substr(e+1)+t:this.intro+t},y.prototype.slice=function(e,t){for(void 0===e&&(e=0),void 0===t&&(t=this.original.length);e<0;)e+=this.original.length;for(;t<0;)t+=this.original.length;for(var s="",i=this.firstChunk;i&&(i.start>e||i.end<=e);){if(i.start=t)return s;i=i.next}if(i&&i.edited&&i.start!==e)throw new Error("Cannot use replaced character "+e+" as slice start anchor.");for(var n=i;i;){!i.intro||n===i&&i.start!==e||(s+=i.intro);var r=i.start=t;if(r&&i.edited&&i.end!==t)throw new Error("Cannot use replaced character "+t+" as slice end anchor.");var a=n===i?e-i.start:0,o=r?i.content.length+t-i.end:i.content.length;if(s+=i.content.slice(a,o),!i.outro||r&&i.end!==t||(s+=i.outro),r)break;i=i.next}return s},y.prototype.snip=function(e,t){var s=this.clone();return s.remove(0,e),s.remove(t,s.original.length),s},y.prototype._split=function(e){if(!this.byStart[e]&&!this.byEnd[e])for(var t=this.lastSearchedChunk,s=e>t.end;t;){if(t.contains(e))return this._splitChunk(t,e);t=s?this.byStart[t.end]:this.byEnd[t.start]}},y.prototype._splitChunk=function(e,t){if(e.edited&&e.content.length){var s=d(this.original)(t);throw new Error("Cannot split a chunk that has already been edited ("+s.line+":"+s.column+' – "'+e.original+'")')}var i=e.split(t);return this.byEnd[t]=e,this.byStart[t]=i,this.byEnd[i.end]=i,e===this.lastChunk&&(this.lastChunk=i),this.lastSearchedChunk=e,!0},y.prototype.toString=function(){for(var e=this.intro,t=this.firstChunk;t;)e+=t.toString(),t=t.next;return e+this.outro},y.prototype.isEmpty=function(){var 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},y.prototype.length=function(){var e=this.firstChunk,t=0;do{t+=e.intro.length+e.content.length+e.outro.length}while(e=e.next);return t},y.prototype.trimLines=function(){return this.trim("[\\r\\n]")},y.prototype.trim=function(e){return this.trimStart(e).trimEnd(e)},y.prototype.trimEndAborted=function(e){var t=new RegExp((e||"\\s")+"+$");if(this.outro=this.outro.replace(t,""),this.outro.length)return!0;var s=this.lastChunk;do{var i=s.end,n=s.trimEnd(t);if(s.end!==i&&(this.lastChunk===s&&(this.lastChunk=s.next),this.byEnd[s.end]=s,this.byStart[s.next.start]=s.next,this.byEnd[s.next.end]=s.next),n)return!0;s=s.previous}while(s);return!1},y.prototype.trimEnd=function(e){return this.trimEndAborted(e),this},y.prototype.trimStartAborted=function(e){var t=new RegExp("^"+(e||"\\s")+"+");if(this.intro=this.intro.replace(t,""),this.intro.length)return!0;var s=this.firstChunk;do{var i=s.end,n=s.trimStart(t);if(s.end!==i&&(s===this.lastChunk&&(this.lastChunk=s.next),this.byEnd[s.end]=s,this.byStart[s.next.start]=s.next,this.byEnd[s.next.end]=s.next),n)return!0;s=s.next}while(s);return!1},y.prototype.trimStart=function(e){return this.trimStartAborted(e),this};var x=Object.prototype.hasOwnProperty,v=function(e){void 0===e&&(e={}),this.intro=e.intro||"",this.separator=void 0!==e.separator?e.separator:"\n",this.sources=[],this.uniqueSources=[],this.uniqueSourceIndexByFilename={}};v.prototype.addSource=function(e){if(e instanceof y)return this.addSource({content:e,filename:e.filename,separator:this.separator});if(!p(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","indentExclusionRanges","separator"].forEach((function(t){x.call(e,t)||(e[t]=e.content[t])})),void 0===e.separator&&(e.separator=this.separator),e.filename)if(x.call(this.uniqueSourceIndexByFilename,e.filename)){var 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},v.prototype.append=function(e,t){return this.addSource({content:new y(e),separator:t&&t.separator||""}),this},v.prototype.clone=function(){var e=new v({intro:this.intro,separator:this.separator});return this.sources.forEach((function(t){e.addSource({filename:t.filename,content:t.content.clone(),separator:t.separator})})),e},v.prototype.generateDecodedMap=function(e){var t=this;void 0===e&&(e={});var s=[];this.sources.forEach((function(e){Object.keys(e.content.storedNames).forEach((function(e){~s.indexOf(e)||s.push(e)}))}));var i=new f(e.hires);return this.intro&&i.advance(this.intro),this.sources.forEach((function(e,n){n>0&&i.advance(t.separator);var r=e.filename?t.uniqueSourceIndexByFilename[e.filename]:-1,a=e.content,o=d(a.original);a.intro&&i.advance(a.intro),a.firstChunk.eachNext((function(t){var n=o(t.start);t.intro.length&&i.advance(t.intro),e.filename?t.edited?i.addEdit(r,t.content,n,t.storeName?s.indexOf(t.original):-1):i.addUneditedChunk(r,t,a.original,n,a.sourcemapLocations):i.advance(t.content),t.outro.length&&i.advance(t.outro)})),a.outro&&i.advance(a.outro)})),{file:e.file?e.file.split(/[/\\]/).pop():null,sources:this.uniqueSources.map((function(t){return e.file?c(e.file,t.filename):t.filename})),sourcesContent:this.uniqueSources.map((function(t){return e.includeContent?t.content:null})),names:s,mappings:i.raw}},v.prototype.generateMap=function(e){return new h(this.generateDecodedMap(e))},v.prototype.getIndentString=function(){var e={};return this.sources.forEach((function(t){var s=t.content.indentStr;null!==s&&(e[s]||(e[s]=0),e[s]+=1)})),Object.keys(e).sort((function(t,s){return e[t]-e[s]}))[0]||"\t"},v.prototype.indent=function(e){var t=this;if(arguments.length||(e=this.getIndentString()),""===e)return this;var s=!this.intro||"\n"===this.intro.slice(-1);return this.sources.forEach((function(i,n){var r=void 0!==i.separator?i.separator:t.separator,a=s||n>0&&/\r?\n$/.test(r);i.content.indent(e,{exclude:i.indentExclusionRanges,indentStart:a}),s="\n"===i.content.lastChar()})),this.intro&&(this.intro=e+this.intro.replace(/^[^\n]/gm,(function(t,s){return s>0?e+t:t}))),this},v.prototype.prepend=function(e){return this.intro=e+this.intro,this},v.prototype.toString=function(){var e=this,t=this.sources.map((function(t,s){var i=void 0!==t.separator?t.separator:e.separator;return(s>0?i:"")+t.content.toString()})).join("");return this.intro+t},v.prototype.isEmpty=function(){return!(this.intro.length&&this.intro.trim()||this.sources.some((function(e){return!e.content.isEmpty()})))},v.prototype.length=function(){return this.sources.reduce((function(e,t){return e+t.content.length()}),this.intro.length)},v.prototype.trimLines=function(){return this.trim("[\\r\\n]")},v.prototype.trim=function(e){return this.trimStart(e).trimEnd(e)},v.prototype.trimStart=function(e){var t=new RegExp("^"+(e||"\\s")+"+");if(this.intro=this.intro.replace(t,""),!this.intro){var s,i=0;do{if(!(s=this.sources[i++]))break}while(!s.content.trimStartAborted(e))}return this},v.prototype.trimEnd=function(e){var t,s=new RegExp((e||"\\s")+"+$"),i=this.sources.length-1;do{if(!(t=this.sources[i--])){this.intro=this.intro.replace(s,"");break}}while(!t.content.trimEndAborted(e));return this};var E=y;const b=/^(?:\/|(?:[A-Za-z]:)?[\\|/])/,S=/^\.?\.\//;function A(e){return b.test(e)}function k(e){return S.test(e)}function P(e){return e.replace(/\\/g,"/")}function _(e){return e.split(/[/\\]/).pop()||""}function C(e){const t=/[/\\][^/\\]*$/.exec(e);if(!t)return".";return e.slice(0,-t[0].length)||"/"}function w(e){const t=/\.[^.]+$/.exec(_(e));return t?t[0]:""}function I(e,t){const s=e.split(/[/\\]/).filter(Boolean),i=t.split(/[/\\]/).filter(Boolean);for("."===s[0]&&s.shift(),"."===i[0]&&i.shift();s[0]&&i[0]&&s[0]===i[0];)s.shift(),i.shift();for(;".."===i[0]&&s.length>0;)i.shift(),s.pop();for(;s.pop();)i.unshift("..");return i.join("/")}function N(...e){const t=e.shift();if(!t)return"/";let s=t.split(/[/\\]/);for(const t of e)if(A(t))s=t.split(/[/\\]/);else{const e=t.split(/[/\\]/);for(;"."===e[0]||".."===e[0];)".."===e.shift()&&s.pop();s.push(...e)}return s.join("/")}function T(e,t,s){const i=e.get(t);if(i)return i;const n=s();return e.set(t,n),n}const R=Symbol("Unknown Key"),L=Symbol("Unknown Integer"),$=[],M=[R],O=[L],D=Symbol("Entities");class V{constructor(){this.entityPaths=Object.create(null,{[D]:{value:new Set}})}trackEntityAtPathAndGetIfTracked(e,t){const s=this.getEntities(e);return!!s.has(t)||(s.add(t),!1)}withTrackedEntityAtPath(e,t,s,i){const n=this.getEntities(e);if(n.has(t))return i;n.add(t);const r=s();return n.delete(t),r}getEntities(e){let t=this.entityPaths;for(const s of e)t=t[s]=t[s]||Object.create(null,{[D]:{value:new Set}});return t[D]}}const B=new V;class F{constructor(){this.entityPaths=Object.create(null,{[D]:{value:new Map}})}trackEntityAtPathAndGetIfTracked(e,t,s){let i=this.entityPaths;for(const t of e)i=i[t]=i[t]||Object.create(null,{[D]:{value:new Map}});const n=T(i[D],t,(()=>new Set));return!!n.has(s)||(n.add(s),!1)}}const z=Symbol("Unknown Value");class U{constructor(){this.included=!1}deoptimizePath(e){}deoptimizeThisOnEventAtPath(e,t,s,i){s.deoptimizePath(M)}getLiteralValueAtPath(e,t,s){return z}getReturnExpressionWhenCalledAtPath(e,t,s,i){return j}hasEffectsWhenAccessedAtPath(e,t){return!0}hasEffectsWhenAssignedAtPath(e,t){return!0}hasEffectsWhenCalledAtPath(e,t,s){return!0}include(e,t){this.included=!0}includeCallArguments(e,t){for(const s of t)s.include(e,!1)}}const j=new class extends U{};class W extends U{constructor(e){super(),this.name=e,this.alwaysRendered=!1,this.initReached=!1,this.isId=!1,this.isReassigned=!1,this.kind=null,this.renderBaseName=null,this.renderName=null}addReference(e){}getBaseVariableName(){return this.renderBaseName||this.renderName||this.name}getName(e){const t=this.renderName||this.name;return this.renderBaseName?`${this.renderBaseName}${e(t)}`:t}hasEffectsWhenAccessedAtPath(e,t){return e.length>0}include(){this.included=!0}markCalledFromTryStatement(){}setRenderNames(e,t){this.renderBaseName=e,this.renderName=t}}class G extends W{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)}hasEffectsWhenAccessedAtPath(e){return e.length>(this.isNamespace?1:0)}include(){this.included||(this.included=!0,this.module.used=!0)}}const H=Object.freeze(Object.create(null)),q=Object.freeze({}),K=Object.freeze([]),X="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".split(" "),Y="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(" "),Q=new Set(X.concat(Y)),Z=/[^$_a-zA-Z0-9]/g,J=e=>/\d/.test(e[0]);function ee(e){return e=e.replace(/-(\w)/g,((e,t)=>t.toUpperCase())).replace(Z,"_"),(J(e)||Q.has(e))&&(e=`_${e}`),e||"_"}function te(e,t){const s=e.length<=1,i=e.map((e=>`"${e}"`));let n=s?i[0]:`${i.slice(0,-1).join(", ")} and ${i.slice(-1)[0]}`;return t&&(n+=` ${s?t[0]:t[1]}`),n}function se(e){const t=_(e);return t.substr(0,t.length-w(e).length)}function ie(e){return A(e)?I(N(),e):e}function ne(e){return"/"===e[0]||"."===e[0]&&("/"===e[1]||"."===e[1])||A(e)}class re{constructor(e,t,s,i,n){this.options=e,this.id=t,this.renormalizeRenderPath=n,this.declarations=Object.create(null),this.defaultVariableName="",this.dynamicImporters=[],this.execIndex=1/0,this.exportedVariables=new Map,this.importers=[],this.mostCommonSuggestion=0,this.nameSuggestions=Object.create(null),this.namespaceVariableName="",this.reexported=!1,this.renderPath=void 0,this.used=!1,this.variableName="",this.suggestedVariableName=ee(t.split(/[\\/]/).pop());const{importers:r,dynamicImporters:a}=this;this.info={ast:null,code:null,dynamicallyImportedIds:K,get dynamicImporters(){return a.sort()},hasModuleSideEffects:s,id:t,implicitlyLoadedAfterOneOf:K,implicitlyLoadedBefore:K,importedIds:K,get importers(){return r.sort()},isEntry:!1,isExternal:!0,meta:i,syntheticNamedExports:!1}}getVariableForExportName(e){let t=this.declarations[e];return t||(this.declarations[e]=t=new G(this,e),this.exportedVariables.set(t,e),t)}setRenderPath(e,t){return this.renderPath="function"==typeof e.paths?e.paths(this.id):e.paths[this.id],this.renderPath||(this.renderPath=this.renormalizeRenderPath?P(I(t,this.id)):this.id),this.renderPath}suggestName(e){this.nameSuggestions[e]||(this.nameSuggestions[e]=0),this.nameSuggestions[e]+=1,this.nameSuggestions[e]>this.mostCommonSuggestion&&(this.mostCommonSuggestion=this.nameSuggestions[e],this.suggestedVariableName=e)}warnUnusedImports(){const e=Object.keys(this.declarations).filter((e=>{if("*"===e)return!1;const t=this.declarations[e];return!t.included&&!this.reexported&&!t.referenced}));if(0===e.length)return;const t=new Set;for(const s of e){const{importers:e}=this.declarations[s].module;for(const s of e)t.add(s)}const s=[...t];this.options.onwarn({code:"UNUSED_EXTERNAL_IMPORT",message:`${te(e,["is","are"])} imported from external module "${this.id}" but never used in ${te(s.map((e=>ie(e))))}.`,names:e,source:this.id,sources:s})}}const ae={ArrayPattern(e,t){for(const s of t.elements)s&&ae[s.type](e,s)},AssignmentPattern(e,t){ae[t.left.type](e,t.left)},Identifier(e,t){e.push(t.name)},MemberExpression(){},ObjectPattern(e,t){for(const s of t.properties)"RestElement"===s.type?ae.RestElement(e,s):ae[s.value.type](e,s.value)},RestElement(e,t){ae[t.argument.type](e,t.argument)}},oe=function(e){const t=[];return ae[e.type](t,e),t};function he(e,t,s){if("number"==typeof s)throw new Error("locate takes a { startIndex, offsetLine, offsetColumn } object as the third argument");return function(e,t){void 0===t&&(t={});var s=t.offsetLine||0,i=t.offsetColumn||0,n=e.split("\n"),r=0,a=n.map((function(e,t){var s=r+e.length+1,i={start:r,end:s,line:t};return r=s,i})),o=0;function h(e,t){return e.start<=t&&t=i.end?1:-1;i;){if(h(i,t))return l(i,t);i=a[o+=n]}}}(e,s)(t,s&&s.startIndex)}function le(){return{brokenFlow:0,includedCallArguments:new Set,includedLabels:new Set}}function ce(){return{accessed:new V,assigned:new V,brokenFlow:0,called:new F,ignore:{breaks:!1,continues:!1,labels:new Set,returnYield:!1},includedLabels:new Set,instantiated:new F,replacedVariableInits:new Map}}function ue(e,t,s){s(e,t)}function pe(e,t,s){}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("");var de={};de.Program=de.BlockStatement=de.StaticBlock=function(e,t,s){for(var i=0,n=e.body;i=n.end;)xe(e,n,t.code),n=i[++t.annotationIndex];if(n&&n.end<=e.end)for(de[s](e,t,me);(n=i[t.annotationIndex])&&n.end<=e.end;)++t.annotationIndex,be(e,n,!1)}de.PropertyDefinition=function(e,t,s){e.computed&&s(e.key,t,"Expression"),e.value&&s(e.value,t,"Expression")};const ge=/[^\s(]/g,ye=/\S/g;function xe(e,t,s){const i=[];let n;if(ve(s.slice(t.end,e.start),ge)){const t=e.start;for(;;){switch(i.push(e),e.type){case"ExpressionStatement":case"ChainExpression":e=e.expression;continue;case"SequenceExpression":if(ve(s.slice(t,e.start),ye)){e=e.expressions[0];continue}n=!0;break;case"ConditionalExpression":if(ve(s.slice(t,e.start),ye)){e=e.test;continue}n=!0;break;case"LogicalExpression":case"BinaryExpression":if(ve(s.slice(t,e.start),ye)){e=e.left;continue}n=!0;break;case"CallExpression":case"NewExpression":break;default:n=!0}break}}else n=!0;if(n)be(e,t,!1);else for(const e of i)be(e,t,!0)}function ve(e,t){let s;for(;null!==(s=t.exec(e));){if("/"===s[0]){const s=e.charCodeAt(t.lastIndex);if(42===s){t.lastIndex=e.indexOf("*/",t.lastIndex+1)+2;continue}if(47===s){t.lastIndex=e.indexOf("\n",t.lastIndex+1)+1;continue}}return t.lastIndex=0,!1}return!0}const Ee=/[@#]__PURE__/;function be(e,t,s){const i=s?"_rollupAnnotations":"_rollupRemoved",n=e[i];n?n.push(t):e[i]=[t]}const Se={Literal:[],Program:["body"]};class Ae extends U{constructor(e,t,s){super(),this.esTreeNode=e,this.keys=Se[e.type]||function(e){return Se[e.type]=Object.keys(e).filter((t=>"object"==typeof e[t]&&95!==t.charCodeAt(0))),Se[e.type]}(e),this.parent=t,this.context=t.context,this.createScope(s),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(null!==t)if(Array.isArray(t))for(const e of t)null!==e&&e.bind();else t.bind()}}createScope(e){this.scope=e}hasEffects(e){!1===this.deoptimized&&this.applyDeoptimizations();for(const t of this.keys){const s=this[t];if(null!==s)if(Array.isArray(s)){for(const t of s)if(null!==t&&t.hasEffects(e))return!0}else if(s.hasEffects(e))return!0}return!1}include(e,t){!1===this.deoptimized&&this.applyDeoptimizations(),this.included=!0;for(const s of this.keys){const i=this[s];if(null!==i)if(Array.isArray(i))for(const s of i)null!==s&&s.include(e,t);else i.include(e,t)}}includeAsSingleStatement(e,t){this.include(e,t)}initialise(){}insertSemicolon(e){";"!==e.original[this.end-1]&&e.appendLeft(this.end,";")}parseNode(e){for(const[t,s]of Object.entries(e))if(!this.hasOwnProperty(t))if(95===t.charCodeAt(0)){if("_rollupAnnotations"===t)this.annotations=s;else if("_rollupRemoved"===t)for(const{start:e,end:t}of s)this.context.magicString.remove(e,t)}else if("object"!=typeof s||null===s)this[t]=s;else if(Array.isArray(s)){this[t]=[];for(const e of s)this[t].push(null===e?null:new(this.context.nodeConstructors[e.type]||this.context.nodeConstructors.UnknownNode)(e,this,this.scope))}else this[t]=new(this.context.nodeConstructors[s.type]||this.context.nodeConstructors.UnknownNode)(s,this,this.scope)}render(e,t){for(const s of this.keys){const i=this[s];if(null!==i)if(Array.isArray(i))for(const s of i)null!==s&&s.render(e,t);else i.render(e,t)}}shouldBeIncluded(e){return this.included||!e.brokenFlow&&this.hasEffects(ce())}applyDeoptimizations(){}}class ke extends Ae{hasEffects(){return!1}initialise(){this.context.addExport(this)}render(e,t,s){e.remove(s.start,s.end)}}function Pe(e,t,s,i){if(t.remove(s,i),e.annotations)for(const i of e.annotations){if(!(i.start=i)return i;n=e.charCodeAt(++s),++s,(s=47===n?e.indexOf("\n",s)+1:e.indexOf("*/",s)+2)>i&&(i=e.indexOf(t,s))}}const Ie=/\S/g;function Ne(e,t){return Ie.lastIndex=t,Ie.exec(e).index}function Te(e){let t,s,i=0;for(t=e.indexOf("\n",i);;){if(i=e.indexOf("/",i),-1===i||i>t)return[t,t+1];if(s=e.charCodeAt(i+1),47===s)return[i,t+1];i=e.indexOf("*/",i+3)+2,i>t&&(t=e.indexOf("\n",i))}}function Re(e,t,s,i,n){let r,a,o,h,l=e[0],c=!l.included||l.needsBoundaries;c&&(h=s+Te(t.original.slice(s,l.start))[1]);for(let s=1;s<=e.length;s++)r=l,a=h,o=c,l=e[s],c=void 0!==l&&(!l.included||l.needsBoundaries),o||c?(h=r.end+Te(t.original.slice(r.end,void 0===l?i:l.start))[1],r.included?o?r.render(t,n,{end:h,start:a}):r.render(t,n):Pe(r,t,a,h)):r.render(t,n)}function Le(e,t,s,i){const n=[];let r,a,o,h,l,c=s-1;for(let i=0;i1}hasEffectsWhenCalledAtPath(e,t,s){return 1!==e.length||tt(Ze,e[0],t,s)}},He={value:{callsArgs:null,returns:Ge}},qe=new class extends U{getReturnExpressionWhenCalledAtPath(e){return 1===e.length?st(Je,e[0]):j}hasEffectsWhenAccessedAtPath(e){return e.length>1}hasEffectsWhenCalledAtPath(e,t,s){return 1!==e.length||tt(Je,e[0],t,s)}},Ke={value:{callsArgs:null,returns:qe}},Xe=new class extends U{getReturnExpressionWhenCalledAtPath(e){return 1===e.length?st(et,e[0]):j}hasEffectsWhenAccessedAtPath(e){return e.length>1}hasEffectsWhenCalledAtPath(e,t,s){return 1!==e.length||tt(et,e[0],t,s)}},Ye={value:{callsArgs:null,returns:Xe}},Qe=Ue({hasOwnProperty:He,isPrototypeOf:He,propertyIsEnumerable:He,toLocaleString:Ye,toString:Ye,valueOf:We}),Ze=Ue({valueOf:He},Qe),Je=Ue({toExponential:Ye,toFixed:Ye,toLocaleString:Ye,toPrecision:Ye,valueOf:Ke},Qe),et=Ue({charAt:Ye,charCodeAt:Ke,codePointAt:Ke,concat:Ye,endsWith:He,includes:He,indexOf:Ke,lastIndexOf:Ke,localeCompare:Ke,match:He,normalize:Ye,padEnd:Ye,padStart:Ye,repeat:Ye,replace:{value:{callsArgs:[1],returns:Xe}},search:Ke,slice:Ye,split:We,startsWith:He,substr:Ye,substring:Ye,toLocaleLowerCase:Ye,toLocaleUpperCase:Ye,toLowerCase:Ye,toUpperCase:Ye,trim:Ye,valueOf:Ye},Qe);function tt(e,t,s,i){if("string"!=typeof t||!e[t])return!0;if(!e[t].callsArgs)return!1;for(const n of e[t].callsArgs)if(s.args[n]&&s.args[n].hasEffectsWhenCalledAtPath($,{args:ze,thisParam:null,withNew:!1},i))return!0;return!1}function st(e,t){return"string"==typeof t&&e[t]?e[t].returns:j}class it extends W{constructor(e,t,s,i){super(e),this.calledFromTryStatement=!1,this.additionalInitializers=null,this.expressionsToBeDeoptimized=[],this.declarations=t?[t]:[],this.init=s,this.deoptimizationTracker=i.deoptimizationTracker,this.module=i.module}addDeclaration(e,t){this.declarations.push(e);const s=this.markInitializersForDeoptimization();null!==t&&s.push(t)}consolidateInitializers(){if(null!==this.additionalInitializers){for(const e of this.additionalInitializers)e.deoptimizePath(M);this.additionalInitializers=null}}deoptimizePath(e){var t,s;if(!this.isReassigned&&!this.deoptimizationTracker.trackEntityAtPathAndGetIfTracked(e,this))if(0===e.length){if(!this.isReassigned){this.isReassigned=!0;const e=this.expressionsToBeDeoptimized;this.expressionsToBeDeoptimized=[];for(const t of e)t.deoptimizeCache();null===(t=this.init)||void 0===t||t.deoptimizePath(M)}}else null===(s=this.init)||void 0===s||s.deoptimizePath(e)}deoptimizeThisOnEventAtPath(e,t,s,i){if(this.isReassigned||!this.init)return s.deoptimizePath(M);i.withTrackedEntityAtPath(t,this.init,(()=>this.init.deoptimizeThisOnEventAtPath(e,t,s,i)),void 0)}getLiteralValueAtPath(e,t,s){return this.isReassigned||!this.init?z:t.withTrackedEntityAtPath(e,this.init,(()=>(this.expressionsToBeDeoptimized.push(s),this.init.getLiteralValueAtPath(e,t,s))),z)}getReturnExpressionWhenCalledAtPath(e,t,s,i){return this.isReassigned||!this.init?j:s.withTrackedEntityAtPath(e,this.init,(()=>(this.expressionsToBeDeoptimized.push(i),this.init.getReturnExpressionWhenCalledAtPath(e,t,s,i))),j)}hasEffectsWhenAccessedAtPath(e,t){return!!this.isReassigned||this.init&&!t.accessed.trackEntityAtPathAndGetIfTracked(e,this)&&this.init.hasEffectsWhenAccessedAtPath(e,t)}hasEffectsWhenAssignedAtPath(e,t){return!!this.included||0!==e.length&&(!!this.isReassigned||this.init&&!t.accessed.trackEntityAtPathAndGetIfTracked(e,this)&&this.init.hasEffectsWhenAssignedAtPath(e,t))}hasEffectsWhenCalledAtPath(e,t,s){return!!this.isReassigned||this.init&&!(t.withNew?s.instantiated:s.called).trackEntityAtPathAndGetIfTracked(e,t,this)&&this.init.hasEffectsWhenCalledAtPath(e,t,s)}include(){if(!this.included){this.included=!0;for(const e of this.declarations){e.included||e.include(le(),!1);let t=e.parent;for(;!t.included&&(t.included=!0,"Program"!==t.type);)t=t.parent}}}includeCallArguments(e,t){if(this.isReassigned||this.init&&e.includedCallArguments.has(this.init))for(const s of t)s.include(e,!1);else this.init&&(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=null===this.init?[]:[this.init],this.init=j,this.isReassigned=!0),this.additionalInitializers}}class nt{constructor(){this.children=[],this.variables=new Map}addDeclaration(e,t,s,i){const n=e.name;let r=this.variables.get(n);return r?r.addDeclaration(e,s):(r=new it(e.name,e,s||je,t),this.variables.set(n,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 rt extends nt{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 rt&&this.parent.addAccessedDynamicImport(e)}addAccessedGlobals(e,t){const s=t.get(this)||new Set;for(const t of e)s.add(t);t.set(this,s),this.parent instanceof rt&&this.parent.addAccessedGlobals(e,t)}addNamespaceMemberAccess(e,t){this.accessedOutsideVariables.set(e,t),this.parent.addNamespaceMemberAccess(e,t)}addReturnExpression(e){this.parent instanceof rt&&this.parent.addReturnExpression(e)}addUsedOutsideNames(e,t,s,i){for(const i of this.accessedOutsideVariables.values())i.included&&(e.add(i.getBaseVariableName()),"system"===t&&s.has(i)&&e.add("exports"));const n=i.get(this);if(n)for(const t of n)e.add(t)}contains(e){return this.variables.has(e)||this.parent.contains(e)}deconflict(e,t,s){const i=new Set;if(this.addUsedOutsideNames(i,e,t,s),this.accessedDynamicImports)for(const e of this.accessedDynamicImports)e.inlineNamespace&&i.add(e.inlineNamespace.getBaseVariableName());for(const[e,t]of this.variables)(t.included||t.alwaysRendered)&&t.setRenderNames(null,Fe(e,i));for(const i of this.children)i.deconflict(e,t,s)}findLexicalBoundary(){return this.parent.findLexicalBoundary()}findVariable(e){const t=this.variables.get(e)||this.accessedOutsideVariables.get(e);if(t)return t;const s=this.parent.findVariable(e);return this.accessedOutsideVariables.set(e,s),s}}function at(e,t){if("MemberExpression"===e.type)return!e.computed&&at(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 ot=Symbol("Value Properties"),ht={pure:!0},lt={pure:!1},ct={__proto__:null,[ot]:lt},ut={__proto__:null,[ot]:ht},pt={__proto__:null,[ot]:lt,prototype:ct},dt={__proto__:null,[ot]:ht,prototype:ct},ft={__proto__:null,[ot]:ht,from:ut,of:ut,prototype:ct},mt={__proto__:null,[ot]:ht,supportedLocalesOf:dt},gt={global:ct,globalThis:ct,self:ct,window:ct,__proto__:null,[ot]:lt,Array:{__proto__:null,[ot]:lt,from:ct,isArray:ut,of:ut,prototype:ct},ArrayBuffer:{__proto__:null,[ot]:ht,isView:ut,prototype:ct},Atomics:ct,BigInt:pt,BigInt64Array:pt,BigUint64Array:pt,Boolean:dt,constructor:pt,DataView:dt,Date:{__proto__:null,[ot]:ht,now:ut,parse:ut,prototype:ct,UTC:ut},decodeURI:ut,decodeURIComponent:ut,encodeURI:ut,encodeURIComponent:ut,Error:dt,escape:ut,eval:ct,EvalError:dt,Float32Array:ft,Float64Array:ft,Function:pt,hasOwnProperty:ct,Infinity:ct,Int16Array:ft,Int32Array:ft,Int8Array:ft,isFinite:ut,isNaN:ut,isPrototypeOf:ct,JSON:ct,Map:dt,Math:{__proto__:null,[ot]:lt,abs:ut,acos:ut,acosh:ut,asin:ut,asinh:ut,atan:ut,atan2:ut,atanh:ut,cbrt:ut,ceil:ut,clz32:ut,cos:ut,cosh:ut,exp:ut,expm1:ut,floor:ut,fround:ut,hypot:ut,imul:ut,log:ut,log10:ut,log1p:ut,log2:ut,max:ut,min:ut,pow:ut,random:ut,round:ut,sign:ut,sin:ut,sinh:ut,sqrt:ut,tan:ut,tanh:ut,trunc:ut},NaN:ct,Number:{__proto__:null,[ot]:ht,isFinite:ut,isInteger:ut,isNaN:ut,isSafeInteger:ut,parseFloat:ut,parseInt:ut,prototype:ct},Object:{__proto__:null,[ot]:ht,create:ut,getNotifier:ut,getOwn:ut,getOwnPropertyDescriptor:ut,getOwnPropertyNames:ut,getOwnPropertySymbols:ut,getPrototypeOf:ut,is:ut,isExtensible:ut,isFrozen:ut,isSealed:ut,keys:ut,prototype:ct},parseFloat:ut,parseInt:ut,Promise:{__proto__:null,[ot]:lt,all:ct,prototype:ct,race:ct,reject:ct,resolve:ct},propertyIsEnumerable:ct,Proxy:ct,RangeError:dt,ReferenceError:dt,Reflect:ct,RegExp:dt,Set:dt,SharedArrayBuffer:pt,String:{__proto__:null,[ot]:ht,fromCharCode:ut,fromCodePoint:ut,prototype:ct,raw:ut},Symbol:{__proto__:null,[ot]:ht,for:ut,keyFor:ut,prototype:ct},SyntaxError:dt,toLocaleString:ct,toString:ct,TypeError:dt,Uint16Array:ft,Uint32Array:ft,Uint8Array:ft,Uint8ClampedArray:ft,unescape:ut,URIError:dt,valueOf:ct,WeakMap:dt,WeakSet:dt,clearInterval:pt,clearTimeout:pt,console:ct,Intl:{__proto__:null,[ot]:lt,Collator:mt,DateTimeFormat:mt,ListFormat:mt,NumberFormat:mt,PluralRules:mt,RelativeTimeFormat:mt},setInterval:pt,setTimeout:pt,TextDecoder:pt,TextEncoder:pt,URL:pt,URLSearchParams:pt,AbortController:pt,AbortSignal:pt,addEventListener:ct,alert:ct,AnalyserNode:pt,Animation:pt,AnimationEvent:pt,applicationCache:ct,ApplicationCache:pt,ApplicationCacheErrorEvent:pt,atob:ct,Attr:pt,Audio:pt,AudioBuffer:pt,AudioBufferSourceNode:pt,AudioContext:pt,AudioDestinationNode:pt,AudioListener:pt,AudioNode:pt,AudioParam:pt,AudioProcessingEvent:pt,AudioScheduledSourceNode:pt,AudioWorkletNode:pt,BarProp:pt,BaseAudioContext:pt,BatteryManager:pt,BeforeUnloadEvent:pt,BiquadFilterNode:pt,Blob:pt,BlobEvent:pt,blur:ct,BroadcastChannel:pt,btoa:ct,ByteLengthQueuingStrategy:pt,Cache:pt,caches:ct,CacheStorage:pt,cancelAnimationFrame:ct,cancelIdleCallback:ct,CanvasCaptureMediaStreamTrack:pt,CanvasGradient:pt,CanvasPattern:pt,CanvasRenderingContext2D:pt,ChannelMergerNode:pt,ChannelSplitterNode:pt,CharacterData:pt,clientInformation:ct,ClipboardEvent:pt,close:ct,closed:ct,CloseEvent:pt,Comment:pt,CompositionEvent:pt,confirm:ct,ConstantSourceNode:pt,ConvolverNode:pt,CountQueuingStrategy:pt,createImageBitmap:ct,Credential:pt,CredentialsContainer:pt,crypto:ct,Crypto:pt,CryptoKey:pt,CSS:pt,CSSConditionRule:pt,CSSFontFaceRule:pt,CSSGroupingRule:pt,CSSImportRule:pt,CSSKeyframeRule:pt,CSSKeyframesRule:pt,CSSMediaRule:pt,CSSNamespaceRule:pt,CSSPageRule:pt,CSSRule:pt,CSSRuleList:pt,CSSStyleDeclaration:pt,CSSStyleRule:pt,CSSStyleSheet:pt,CSSSupportsRule:pt,CustomElementRegistry:pt,customElements:ct,CustomEvent:pt,DataTransfer:pt,DataTransferItem:pt,DataTransferItemList:pt,defaultstatus:ct,defaultStatus:ct,DelayNode:pt,DeviceMotionEvent:pt,DeviceOrientationEvent:pt,devicePixelRatio:ct,dispatchEvent:ct,document:ct,Document:pt,DocumentFragment:pt,DocumentType:pt,DOMError:pt,DOMException:pt,DOMImplementation:pt,DOMMatrix:pt,DOMMatrixReadOnly:pt,DOMParser:pt,DOMPoint:pt,DOMPointReadOnly:pt,DOMQuad:pt,DOMRect:pt,DOMRectReadOnly:pt,DOMStringList:pt,DOMStringMap:pt,DOMTokenList:pt,DragEvent:pt,DynamicsCompressorNode:pt,Element:pt,ErrorEvent:pt,Event:pt,EventSource:pt,EventTarget:pt,external:ct,fetch:ct,File:pt,FileList:pt,FileReader:pt,find:ct,focus:ct,FocusEvent:pt,FontFace:pt,FontFaceSetLoadEvent:pt,FormData:pt,frames:ct,GainNode:pt,Gamepad:pt,GamepadButton:pt,GamepadEvent:pt,getComputedStyle:ct,getSelection:ct,HashChangeEvent:pt,Headers:pt,history:ct,History:pt,HTMLAllCollection:pt,HTMLAnchorElement:pt,HTMLAreaElement:pt,HTMLAudioElement:pt,HTMLBaseElement:pt,HTMLBodyElement:pt,HTMLBRElement:pt,HTMLButtonElement:pt,HTMLCanvasElement:pt,HTMLCollection:pt,HTMLContentElement:pt,HTMLDataElement:pt,HTMLDataListElement:pt,HTMLDetailsElement:pt,HTMLDialogElement:pt,HTMLDirectoryElement:pt,HTMLDivElement:pt,HTMLDListElement:pt,HTMLDocument:pt,HTMLElement:pt,HTMLEmbedElement:pt,HTMLFieldSetElement:pt,HTMLFontElement:pt,HTMLFormControlsCollection:pt,HTMLFormElement:pt,HTMLFrameElement:pt,HTMLFrameSetElement:pt,HTMLHeadElement:pt,HTMLHeadingElement:pt,HTMLHRElement:pt,HTMLHtmlElement:pt,HTMLIFrameElement:pt,HTMLImageElement:pt,HTMLInputElement:pt,HTMLLabelElement:pt,HTMLLegendElement:pt,HTMLLIElement:pt,HTMLLinkElement:pt,HTMLMapElement:pt,HTMLMarqueeElement:pt,HTMLMediaElement:pt,HTMLMenuElement:pt,HTMLMetaElement:pt,HTMLMeterElement:pt,HTMLModElement:pt,HTMLObjectElement:pt,HTMLOListElement:pt,HTMLOptGroupElement:pt,HTMLOptionElement:pt,HTMLOptionsCollection:pt,HTMLOutputElement:pt,HTMLParagraphElement:pt,HTMLParamElement:pt,HTMLPictureElement:pt,HTMLPreElement:pt,HTMLProgressElement:pt,HTMLQuoteElement:pt,HTMLScriptElement:pt,HTMLSelectElement:pt,HTMLShadowElement:pt,HTMLSlotElement:pt,HTMLSourceElement:pt,HTMLSpanElement:pt,HTMLStyleElement:pt,HTMLTableCaptionElement:pt,HTMLTableCellElement:pt,HTMLTableColElement:pt,HTMLTableElement:pt,HTMLTableRowElement:pt,HTMLTableSectionElement:pt,HTMLTemplateElement:pt,HTMLTextAreaElement:pt,HTMLTimeElement:pt,HTMLTitleElement:pt,HTMLTrackElement:pt,HTMLUListElement:pt,HTMLUnknownElement:pt,HTMLVideoElement:pt,IDBCursor:pt,IDBCursorWithValue:pt,IDBDatabase:pt,IDBFactory:pt,IDBIndex:pt,IDBKeyRange:pt,IDBObjectStore:pt,IDBOpenDBRequest:pt,IDBRequest:pt,IDBTransaction:pt,IDBVersionChangeEvent:pt,IdleDeadline:pt,IIRFilterNode:pt,Image:pt,ImageBitmap:pt,ImageBitmapRenderingContext:pt,ImageCapture:pt,ImageData:pt,indexedDB:ct,innerHeight:ct,innerWidth:ct,InputEvent:pt,IntersectionObserver:pt,IntersectionObserverEntry:pt,isSecureContext:ct,KeyboardEvent:pt,KeyframeEffect:pt,length:ct,localStorage:ct,location:ct,Location:pt,locationbar:ct,matchMedia:ct,MediaDeviceInfo:pt,MediaDevices:pt,MediaElementAudioSourceNode:pt,MediaEncryptedEvent:pt,MediaError:pt,MediaKeyMessageEvent:pt,MediaKeySession:pt,MediaKeyStatusMap:pt,MediaKeySystemAccess:pt,MediaList:pt,MediaQueryList:pt,MediaQueryListEvent:pt,MediaRecorder:pt,MediaSettingsRange:pt,MediaSource:pt,MediaStream:pt,MediaStreamAudioDestinationNode:pt,MediaStreamAudioSourceNode:pt,MediaStreamEvent:pt,MediaStreamTrack:pt,MediaStreamTrackEvent:pt,menubar:ct,MessageChannel:pt,MessageEvent:pt,MessagePort:pt,MIDIAccess:pt,MIDIConnectionEvent:pt,MIDIInput:pt,MIDIInputMap:pt,MIDIMessageEvent:pt,MIDIOutput:pt,MIDIOutputMap:pt,MIDIPort:pt,MimeType:pt,MimeTypeArray:pt,MouseEvent:pt,moveBy:ct,moveTo:ct,MutationEvent:pt,MutationObserver:pt,MutationRecord:pt,name:ct,NamedNodeMap:pt,NavigationPreloadManager:pt,navigator:ct,Navigator:pt,NetworkInformation:pt,Node:pt,NodeFilter:ct,NodeIterator:pt,NodeList:pt,Notification:pt,OfflineAudioCompletionEvent:pt,OfflineAudioContext:pt,offscreenBuffering:ct,OffscreenCanvas:pt,open:ct,openDatabase:ct,Option:pt,origin:ct,OscillatorNode:pt,outerHeight:ct,outerWidth:ct,PageTransitionEvent:pt,pageXOffset:ct,pageYOffset:ct,PannerNode:pt,parent:ct,Path2D:pt,PaymentAddress:pt,PaymentRequest:pt,PaymentRequestUpdateEvent:pt,PaymentResponse:pt,performance:ct,Performance:pt,PerformanceEntry:pt,PerformanceLongTaskTiming:pt,PerformanceMark:pt,PerformanceMeasure:pt,PerformanceNavigation:pt,PerformanceNavigationTiming:pt,PerformanceObserver:pt,PerformanceObserverEntryList:pt,PerformancePaintTiming:pt,PerformanceResourceTiming:pt,PerformanceTiming:pt,PeriodicWave:pt,Permissions:pt,PermissionStatus:pt,personalbar:ct,PhotoCapabilities:pt,Plugin:pt,PluginArray:pt,PointerEvent:pt,PopStateEvent:pt,postMessage:ct,Presentation:pt,PresentationAvailability:pt,PresentationConnection:pt,PresentationConnectionAvailableEvent:pt,PresentationConnectionCloseEvent:pt,PresentationConnectionList:pt,PresentationReceiver:pt,PresentationRequest:pt,print:ct,ProcessingInstruction:pt,ProgressEvent:pt,PromiseRejectionEvent:pt,prompt:ct,PushManager:pt,PushSubscription:pt,PushSubscriptionOptions:pt,queueMicrotask:ct,RadioNodeList:pt,Range:pt,ReadableStream:pt,RemotePlayback:pt,removeEventListener:ct,Request:pt,requestAnimationFrame:ct,requestIdleCallback:ct,resizeBy:ct,ResizeObserver:pt,ResizeObserverEntry:pt,resizeTo:ct,Response:pt,RTCCertificate:pt,RTCDataChannel:pt,RTCDataChannelEvent:pt,RTCDtlsTransport:pt,RTCIceCandidate:pt,RTCIceTransport:pt,RTCPeerConnection:pt,RTCPeerConnectionIceEvent:pt,RTCRtpReceiver:pt,RTCRtpSender:pt,RTCSctpTransport:pt,RTCSessionDescription:pt,RTCStatsReport:pt,RTCTrackEvent:pt,screen:ct,Screen:pt,screenLeft:ct,ScreenOrientation:pt,screenTop:ct,screenX:ct,screenY:ct,ScriptProcessorNode:pt,scroll:ct,scrollbars:ct,scrollBy:ct,scrollTo:ct,scrollX:ct,scrollY:ct,SecurityPolicyViolationEvent:pt,Selection:pt,ServiceWorker:pt,ServiceWorkerContainer:pt,ServiceWorkerRegistration:pt,sessionStorage:ct,ShadowRoot:pt,SharedWorker:pt,SourceBuffer:pt,SourceBufferList:pt,speechSynthesis:ct,SpeechSynthesisEvent:pt,SpeechSynthesisUtterance:pt,StaticRange:pt,status:ct,statusbar:ct,StereoPannerNode:pt,stop:ct,Storage:pt,StorageEvent:pt,StorageManager:pt,styleMedia:ct,StyleSheet:pt,StyleSheetList:pt,SubtleCrypto:pt,SVGAElement:pt,SVGAngle:pt,SVGAnimatedAngle:pt,SVGAnimatedBoolean:pt,SVGAnimatedEnumeration:pt,SVGAnimatedInteger:pt,SVGAnimatedLength:pt,SVGAnimatedLengthList:pt,SVGAnimatedNumber:pt,SVGAnimatedNumberList:pt,SVGAnimatedPreserveAspectRatio:pt,SVGAnimatedRect:pt,SVGAnimatedString:pt,SVGAnimatedTransformList:pt,SVGAnimateElement:pt,SVGAnimateMotionElement:pt,SVGAnimateTransformElement:pt,SVGAnimationElement:pt,SVGCircleElement:pt,SVGClipPathElement:pt,SVGComponentTransferFunctionElement:pt,SVGDefsElement:pt,SVGDescElement:pt,SVGDiscardElement:pt,SVGElement:pt,SVGEllipseElement:pt,SVGFEBlendElement:pt,SVGFEColorMatrixElement:pt,SVGFEComponentTransferElement:pt,SVGFECompositeElement:pt,SVGFEConvolveMatrixElement:pt,SVGFEDiffuseLightingElement:pt,SVGFEDisplacementMapElement:pt,SVGFEDistantLightElement:pt,SVGFEDropShadowElement:pt,SVGFEFloodElement:pt,SVGFEFuncAElement:pt,SVGFEFuncBElement:pt,SVGFEFuncGElement:pt,SVGFEFuncRElement:pt,SVGFEGaussianBlurElement:pt,SVGFEImageElement:pt,SVGFEMergeElement:pt,SVGFEMergeNodeElement:pt,SVGFEMorphologyElement:pt,SVGFEOffsetElement:pt,SVGFEPointLightElement:pt,SVGFESpecularLightingElement:pt,SVGFESpotLightElement:pt,SVGFETileElement:pt,SVGFETurbulenceElement:pt,SVGFilterElement:pt,SVGForeignObjectElement:pt,SVGGElement:pt,SVGGeometryElement:pt,SVGGradientElement:pt,SVGGraphicsElement:pt,SVGImageElement:pt,SVGLength:pt,SVGLengthList:pt,SVGLinearGradientElement:pt,SVGLineElement:pt,SVGMarkerElement:pt,SVGMaskElement:pt,SVGMatrix:pt,SVGMetadataElement:pt,SVGMPathElement:pt,SVGNumber:pt,SVGNumberList:pt,SVGPathElement:pt,SVGPatternElement:pt,SVGPoint:pt,SVGPointList:pt,SVGPolygonElement:pt,SVGPolylineElement:pt,SVGPreserveAspectRatio:pt,SVGRadialGradientElement:pt,SVGRect:pt,SVGRectElement:pt,SVGScriptElement:pt,SVGSetElement:pt,SVGStopElement:pt,SVGStringList:pt,SVGStyleElement:pt,SVGSVGElement:pt,SVGSwitchElement:pt,SVGSymbolElement:pt,SVGTextContentElement:pt,SVGTextElement:pt,SVGTextPathElement:pt,SVGTextPositioningElement:pt,SVGTitleElement:pt,SVGTransform:pt,SVGTransformList:pt,SVGTSpanElement:pt,SVGUnitTypes:pt,SVGUseElement:pt,SVGViewElement:pt,TaskAttributionTiming:pt,Text:pt,TextEvent:pt,TextMetrics:pt,TextTrack:pt,TextTrackCue:pt,TextTrackCueList:pt,TextTrackList:pt,TimeRanges:pt,toolbar:ct,top:ct,Touch:pt,TouchEvent:pt,TouchList:pt,TrackEvent:pt,TransitionEvent:pt,TreeWalker:pt,UIEvent:pt,ValidityState:pt,visualViewport:ct,VisualViewport:pt,VTTCue:pt,WaveShaperNode:pt,WebAssembly:ct,WebGL2RenderingContext:pt,WebGLActiveInfo:pt,WebGLBuffer:pt,WebGLContextEvent:pt,WebGLFramebuffer:pt,WebGLProgram:pt,WebGLQuery:pt,WebGLRenderbuffer:pt,WebGLRenderingContext:pt,WebGLSampler:pt,WebGLShader:pt,WebGLShaderPrecisionFormat:pt,WebGLSync:pt,WebGLTexture:pt,WebGLTransformFeedback:pt,WebGLUniformLocation:pt,WebGLVertexArrayObject:pt,WebSocket:pt,WheelEvent:pt,Window:pt,Worker:pt,WritableStream:pt,XMLDocument:pt,XMLHttpRequest:pt,XMLHttpRequestEventTarget:pt,XMLHttpRequestUpload:pt,XMLSerializer:pt,XPathEvaluator:pt,XPathExpression:pt,XPathResult:pt,XSLTProcessor:pt};for(const e of["window","global","self","globalThis"])gt[e]=gt;function yt(e){let t=gt;for(const s of e){if("string"!=typeof s)return null;if(t=t[s],!t)return null}return t[ot]}class xt extends W{constructor(){super(...arguments),this.isReassigned=!0}hasEffectsWhenAccessedAtPath(e){return!function(e){return 1===e.length?"undefined"===e[0]||null!==yt(e):null!==yt(e.slice(0,-1))}([this.name,...e])}hasEffectsWhenCalledAtPath(e){return!function(e){const t=yt(e);return null!==t&&t.pure}([this.name,...e])}}const vt={__proto__:null,class:!0,const:!0,let:!0,var:!0};class Et extends Ae{constructor(){super(...arguments),this.variable=null,this.deoptimized=!1,this.isTDZAccess=null}addExportedVariables(e,t){null!==this.variable&&t.has(this.variable)&&e.push(this.variable)}bind(){null===this.variable&&at(this,this.parent)&&(this.variable=this.scope.findVariable(this.name),this.variable.addReference(this))}declare(e,t){let s;const{treeshake:i}=this.context.options;switch(e){case"var":s=this.scope.addDeclaration(this,this.context,t,!0),i&&i.correctVarValueBeforeDeclaration&&s.markInitializersForDeoptimization();break;case"function":case"let":case"const":case"class":s=this.scope.addDeclaration(this,this.context,t,!1);break;case"parameter":s=this.scope.addParameterDeclaration(this);break;default:throw new Error(`Internal Error: Unexpected identifier kind ${e}.`)}return s.kind=e,[this.variable=s]}deoptimizePath(e){0!==e.length||this.scope.contains(this.name)||this.disallowImportReassignment(),this.variable.deoptimizePath(e)}deoptimizeThisOnEventAtPath(e,t,s,i){this.variable.deoptimizeThisOnEventAtPath(e,t,s,i)}getLiteralValueAtPath(e,t,s){return this.getVariableRespectingTDZ().getLiteralValueAtPath(e,t,s)}getReturnExpressionWhenCalledAtPath(e,t,s,i){return this.getVariableRespectingTDZ().getReturnExpressionWhenCalledAtPath(e,t,s,i)}hasEffects(){return this.deoptimized||this.applyDeoptimizations(),!(!this.isPossibleTDZ()||"var"===this.variable.kind)||this.context.options.treeshake.unknownGlobalSideEffects&&this.variable instanceof xt&&this.variable.hasEffectsWhenAccessedAtPath($)}hasEffectsWhenAccessedAtPath(e,t){return null!==this.variable&&this.getVariableRespectingTDZ().hasEffectsWhenAccessedAtPath(e,t)}hasEffectsWhenAssignedAtPath(e,t){return!this.variable||(e.length>0?this.getVariableRespectingTDZ():this.variable).hasEffectsWhenAssignedAtPath(e,t)}hasEffectsWhenCalledAtPath(e,t,s){return!this.variable||this.getVariableRespectingTDZ().hasEffectsWhenCalledAtPath(e,t,s)}include(){this.deoptimized||this.applyDeoptimizations(),this.included||(this.included=!0,null!==this.variable&&this.context.includeVariableInModule(this.variable))}includeCallArguments(e,t){this.getVariableRespectingTDZ().includeCallArguments(e,t)}isPossibleTDZ(){if(null!==this.isTDZAccess)return this.isTDZAccess;if(!(this.variable instanceof it&&this.variable.kind&&this.variable.kind in vt))return this.isTDZAccess=!1;let e;return this.variable.declarations&&1===this.variable.declarations.length&&(e=this.variable.declarations[0])&&this.start1)&&"string"==typeof r&&this.deoptimizedPaths[r])return void s.deoptimizePath(M);const[o,h,l]=2===e||t.length>1?[this.propertiesAndGettersByKey,this.propertiesAndGettersByKey,this.unmatchablePropertiesAndGetters]:0===e?[this.propertiesAndGettersByKey,this.gettersByKey,this.unmatchableGetters]:[this.propertiesAndSettersByKey,this.settersByKey,this.unmatchableSetters];if("string"==typeof r){if(o[r]){const t=h[r];if(t)for(const n of t)n.deoptimizeThisOnEventAtPath(e,a,s,i);return void(this.immutable||this.thisParametersToBeDeoptimized.add(s))}for(const t of l)t.deoptimizeThisOnEventAtPath(e,a,s,i);if(kt.test(r))for(const t of this.unknownIntegerProps)t.deoptimizeThisOnEventAtPath(e,a,s,i)}else{for(const t of Object.values(h).concat([l]))for(const n of t)n.deoptimizeThisOnEventAtPath(e,a,s,i);for(const t of this.unknownIntegerProps)t.deoptimizeThisOnEventAtPath(e,a,s,i)}this.immutable||this.thisParametersToBeDeoptimized.add(s),null===(n=this.prototypeExpression)||void 0===n||n.deoptimizeThisOnEventAtPath(e,t,s,i)}getLiteralValueAtPath(e,t,s){if(0===e.length)return z;const i=e[0],n=this.getMemberExpressionAndTrackDeopt(i,s);return n?n.getLiteralValueAtPath(e.slice(1),t,s):this.prototypeExpression?this.prototypeExpression.getLiteralValueAtPath(e,t,s):1!==e.length?z:void 0}getReturnExpressionWhenCalledAtPath(e,t,s,i){if(0===e.length)return j;const n=e[0],r=this.getMemberExpressionAndTrackDeopt(n,i);return r?r.getReturnExpressionWhenCalledAtPath(e.slice(1),t,s,i):this.prototypeExpression?this.prototypeExpression.getReturnExpressionWhenCalledAtPath(e,t,s,i):j}hasEffectsWhenAccessedAtPath(e,t){const[s,...i]=e;if(e.length>1){if("string"!=typeof s)return!0;const n=this.getMemberExpression(s);return n?n.hasEffectsWhenAccessedAtPath(i,t):!this.prototypeExpression||this.prototypeExpression.hasEffectsWhenAccessedAtPath(e,t)}if(this.hasUnknownDeoptimizedProperty)return!0;if("string"==typeof s){if(this.propertiesAndGettersByKey[s]){const e=this.gettersByKey[s];if(e)for(const s of e)if(s.hasEffectsWhenAccessedAtPath(i,t))return!0;return!1}for(const e of this.unmatchableGetters)if(e.hasEffectsWhenAccessedAtPath(i,t))return!0}else for(const e of Object.values(this.gettersByKey).concat([this.unmatchableGetters]))for(const s of e)if(s.hasEffectsWhenAccessedAtPath(i,t))return!0;return!!this.prototypeExpression&&this.prototypeExpression.hasEffectsWhenAccessedAtPath(e,t)}hasEffectsWhenAssignedAtPath(e,t){const[s,...i]=e;if(e.length>1){if("string"!=typeof s)return!0;const n=this.getMemberExpression(s);return n?n.hasEffectsWhenAssignedAtPath(i,t):!this.prototypeExpression||this.prototypeExpression.hasEffectsWhenAssignedAtPath(e,t)}if(this.hasUnknownDeoptimizedProperty)return!0;if("string"==typeof s){if(this.propertiesAndSettersByKey[s]){const e=this.settersByKey[s];if(e)for(const s of e)if(s.hasEffectsWhenAssignedAtPath(i,t))return!0;return!1}for(const e of this.unmatchableSetters)if(e.hasEffectsWhenAssignedAtPath(i,t))return!0}return!!this.prototypeExpression&&this.prototypeExpression.hasEffectsWhenAssignedAtPath(e,t)}hasEffectsWhenCalledAtPath(e,t,s){const i=e[0],n=this.getMemberExpression(i);return n?n.hasEffectsWhenCalledAtPath(e.slice(1),t,s):!this.prototypeExpression||this.prototypeExpression.hasEffectsWhenCalledAtPath(e,t,s)}buildPropertyMaps(e){const{allProperties:t,propertiesAndGettersByKey:s,propertiesAndSettersByKey:i,settersByKey:n,gettersByKey:r,unknownIntegerProps:a,unmatchablePropertiesAndGetters:o,unmatchableGetters:h,unmatchableSetters:l}=this,c=[];for(let u=e.length-1;u>=0;u--){const{key:p,kind:d,property:f}=e[u];if(t.push(f),"string"!=typeof p){if(p===L){a.push(f);continue}"set"===d&&l.push(f),"get"===d&&h.push(f),"get"!==d&&c.push(f),"set"!==d&&o.push(f)}else"set"===d?i[p]||(i[p]=[f,...c],n[p]=[f,...l]):"get"===d?s[p]||(s[p]=[f,...o],r[p]=[f,...h]):(i[p]||(i[p]=[f,...c]),s[p]||(s[p]=[f,...o]))}}deoptimizeCachedEntities(){for(const e of Object.values(this.expressionsToBeDeoptimizedByKey))for(const t of e)t.deoptimizeCache();for(const e of this.thisParametersToBeDeoptimized)e.deoptimizePath(M)}deoptimizeCachedIntegerEntities(){for(const[e,t]of Object.entries(this.expressionsToBeDeoptimizedByKey))if(kt.test(e))for(const e of t)e.deoptimizeCache();for(const e of this.thisParametersToBeDeoptimized)e.deoptimizePath(O)}getMemberExpression(e){if(this.hasUnknownDeoptimizedProperty||"string"!=typeof e||this.hasUnknownDeoptimizedInteger&&kt.test(e)||this.deoptimizedPaths[e])return j;const t=this.propertiesAndGettersByKey[e];return 1===(null==t?void 0:t.length)?t[0]:t||this.unmatchablePropertiesAndGetters.length>0||this.unknownIntegerProps.length&&kt.test(e)?j:null}getMemberExpressionAndTrackDeopt(e,t){if("string"!=typeof e)return j;const s=this.getMemberExpression(e);return s===j||this.immutable||(this.expressionsToBeDeoptimizedByKey[e]=this.expressionsToBeDeoptimizedByKey[e]||[]).push(t),s}}class _t extends U{constructor(e,t){super(),this.object=e,this.key=t}deoptimizePath(e){this.object.deoptimizePath([this.key,...e])}deoptimizeThisOnEventAtPath(e,t,s,i){this.object.deoptimizeThisOnEventAtPath(e,[this.key,...t],s,i)}getLiteralValueAtPath(e,t,s){return this.object.getLiteralValueAtPath([this.key,...e],t,s)}getReturnExpressionWhenCalledAtPath(e,t,s,i){return this.object.getReturnExpressionWhenCalledAtPath([this.key,...e],t,s,i)}hasEffectsWhenAccessedAtPath(e,t){return 0!==e.length&&this.object.hasEffectsWhenAccessedAtPath([this.key,...e],t)}hasEffectsWhenAssignedAtPath(e,t){return this.object.hasEffectsWhenAssignedAtPath([this.key,...e],t)}hasEffectsWhenCalledAtPath(e,t,s){return this.object.hasEffectsWhenCalledAtPath([this.key,...e],t,s)}}class Ct extends U{constructor(e){super(),this.description=e}deoptimizeThisOnEventAtPath(e,t,s){2===e&&0===t.length&&this.description.mutatesSelfAsArray&&s.deoptimizePath(O)}getReturnExpressionWhenCalledAtPath(e,t){return e.length>0?j:this.description.returnsPrimitive||("self"===this.description.returns?t.thisParam||j:this.description.returns())}hasEffectsWhenAccessedAtPath(e){return e.length>1}hasEffectsWhenAssignedAtPath(e){return e.length>0}hasEffectsWhenCalledAtPath(e,t,s){var i,n;if(e.length>0||!0===this.description.mutatesSelfAsArray&&(null===(i=t.thisParam)||void 0===i?void 0:i.hasEffectsWhenAssignedAtPath(O,s)))return!0;if(!this.description.callsArgs)return!1;for(const e of this.description.callsArgs)if(null===(n=t.args[e])||void 0===n?void 0:n.hasEffectsWhenCalledAtPath($,{args:ze,thisParam:null,withNew:!1},s))return!0;return!1}includeCallArguments(e,t){for(const s of t)s.include(e,!1)}}const wt=[new Ct({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:Ge})],It=[new Ct({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:Xe})],Nt=[new Ct({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:qe})],Tt=[new Ct({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:j})],Rt=new Pt({__proto__:null,hasOwnProperty:wt,isPrototypeOf:wt,propertyIsEnumerable:wt,toLocaleString:It,toString:It,valueOf:Tt},null,!0);class Lt extends Ae{constructor(){super(...arguments),this.objectEntity=null}createScope(e){this.scope=new rt(e)}deoptimizeCache(){this.getObjectEntity().deoptimizeAllProperties()}deoptimizePath(e){this.getObjectEntity().deoptimizePath(e)}deoptimizeThisOnEventAtPath(e,t,s,i){this.getObjectEntity().deoptimizeThisOnEventAtPath(e,t,s,i)}getLiteralValueAtPath(e,t,s){return this.getObjectEntity().getLiteralValueAtPath(e,t,s)}getReturnExpressionWhenCalledAtPath(e,t,s,i){return this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,s,i)}hasEffects(e){var t,s;const i=(null===(t=this.superClass)||void 0===t?void 0:t.hasEffects(e))||this.body.hasEffects(e);return null===(s=this.id)||void 0===s||s.markDeclarationReached(),i||super.hasEffects(e)}hasEffectsWhenAccessedAtPath(e,t){return this.getObjectEntity().hasEffectsWhenAccessedAtPath(e,t)}hasEffectsWhenAssignedAtPath(e,t){return this.getObjectEntity().hasEffectsWhenAssignedAtPath(e,t)}hasEffectsWhenCalledAtPath(e,t,s){return 0===e.length?!t.withNew||(null!==this.classConstructor?this.classConstructor.hasEffectsWhenCalledAtPath($,t,s):null!==this.superClass&&this.superClass.hasEffectsWhenCalledAtPath(e,t,s)):this.getObjectEntity().hasEffectsWhenCalledAtPath(e,t,s)}include(e,t){var s;this.included=!0,null===(s=this.superClass)||void 0===s||s.include(e,t),this.body.include(e,t),this.id&&(this.id.markDeclarationReached(),this.id.include())}initialise(){var e;null===(e=this.id)||void 0===e||e.declare("class",this);for(const e of this.body.body)if(e instanceof At&&"constructor"===e.kind)return void(this.classConstructor=e);this.classConstructor=null}getObjectEntity(){if(null!==this.objectEntity)return this.objectEntity;const e=[],t=[];for(const s of this.body.body){const i=s.static?e:t,n=s.kind;if(i===t&&!n)continue;const r="set"===n||"get"===n?n:"init";let a;if(s.computed){const e=s.key.getLiteralValueAtPath($,B,this);if(e===z){i.push({key:R,kind:r,property:s});continue}a=String(e)}else a=s.key instanceof Et?s.key.name:String(s.key.value);i.push({key:a,kind:r,property:s})}return e.unshift({key:"prototype",kind:"init",property:new Pt(t,this.superClass?new _t(this.superClass,"prototype"):Rt)}),this.objectEntity=new Pt(e,this.superClass||Rt)}}class $t extends Lt{initialise(){super.initialise(),null!==this.id&&(this.id.variable.isId=!0)}parseNode(e){null!==e.id&&(this.id=new this.context.nodeConstructors.Identifier(e.id,this,this.scope.parent)),super.parseNode(e)}render(e,t){const{exportNamesByVariable:s,format:i,snippets:{_:n}}=t;"system"===i&&this.id&&s.has(this.id.variable)&&e.appendLeft(this.end,`${n}${Me([this.id.variable],t)};`),super.render(e,t)}}class Mt extends it{constructor(e){super("arguments",null,j,e)}hasEffectsWhenAccessedAtPath(e){return e.length>1}hasEffectsWhenAssignedAtPath(){return!0}hasEffectsWhenCalledAtPath(){return!0}}class Ot extends it{constructor(e){super("this",null,null,e),this.deoptimizedPaths=[],this.entitiesToBeDeoptimized=new Set,this.thisDeoptimizationList=[],this.thisDeoptimizations=new F}addEntityToBeDeoptimized(e){for(const t of this.deoptimizedPaths)e.deoptimizePath(t);for(const t of this.thisDeoptimizationList)this.applyThisDeoptimizationEvent(e,t);this.entitiesToBeDeoptimized.add(e)}deoptimizePath(e){if(0!==e.length&&!this.deoptimizationTracker.trackEntityAtPathAndGetIfTracked(e,this)){this.deoptimizedPaths.push(e);for(const t of this.entitiesToBeDeoptimized)t.deoptimizePath(e)}}deoptimizeThisOnEventAtPath(e,t,s){const i={event:e,path:t,thisParameter:s};if(!this.thisDeoptimizations.trackEntityAtPathAndGetIfTracked(t,e,s)){for(const e of this.entitiesToBeDeoptimized)this.applyThisDeoptimizationEvent(e,i);this.thisDeoptimizationList.push(i)}}hasEffectsWhenAccessedAtPath(e,t){return this.getInit(t).hasEffectsWhenAccessedAtPath(e,t)||super.hasEffectsWhenAccessedAtPath(e,t)}hasEffectsWhenAssignedAtPath(e,t){return this.getInit(t).hasEffectsWhenAssignedAtPath(e,t)||super.hasEffectsWhenAssignedAtPath(e,t)}applyThisDeoptimizationEvent(e,{event:t,path:s,thisParameter:i}){e.deoptimizeThisOnEventAtPath(t,s,i===this?e:i,B)}getInit(e){return e.replacedVariableInits.get(this)||j}}class Dt extends Ae{constructor(){super(...arguments),this.deoptimized=!1}deoptimizeThisOnEventAtPath(e,t,s,i){t.length>0&&this.argument.deoptimizeThisOnEventAtPath(e,[R,...t],s,i)}hasEffects(e){this.deoptimized||this.applyDeoptimizations();const{propertyReadSideEffects:t}=this.context.options.treeshake;return this.argument.hasEffects(e)||t&&("always"===t||this.argument.hasEffectsWhenAccessedAtPath(M,e))}applyDeoptimizations(){this.deoptimized=!0,this.argument.deoptimizePath([R,R]),this.context.requestTreeshakingPass()}}class Vt extends rt{constructor(e,t){super(e),this.parameters=[],this.hasRest=!1,this.context=t,this.hoistedBodyVarScope=new rt(this)}addParameterDeclaration(e){const t=e.name;let s=this.hoistedBodyVarScope.variables.get(t);return s?s.addDeclaration(e,null):s=new it(t,e,j,this.context),this.variables.set(t,s),s}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 s=!1,i=!1;const n=this.hasRest&&this.parameters[this.parameters.length-1];for(const s of t)if(s instanceof Dt){for(const s of t)s.include(e,!1);break}for(let r=t.length-1;r>=0;r--){const a=this.parameters[r]||n,o=t[r];if(a)if(s=!1,0===a.length)i=!0;else for(const e of a)e.included&&(i=!0),e.calledFromTryStatement&&(s=!0);!i&&o.shouldBeIncluded(e)&&(i=!0),i&&o.include(e,s)}}}class Bt extends Vt{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=j;for(const e of this.returnExpressions)e.deoptimizePath(M)}}}class Ft extends Bt{constructor(e,t){super(e,t),this.variables.set("arguments",this.argumentsVariable=new Mt(t)),this.variables.set("this",this.thisVariable=new Ot(t))}findLexicalBoundary(){return this}includeCallArguments(e,t){if(super.includeCallArguments(e,t),this.argumentsVariable.included)for(const s of t)s.included||s.include(e,!1)}}class zt extends Ae{constructor(){super(...arguments),this.deoptimized=!1,this.declarationInit=null}addExportedVariables(e,t){this.argument.addExportedVariables(e,t)}declare(e,t){return this.declarationInit=t,this.argument.declare(e,j)}deoptimizePath(e){0===e.length&&this.argument.deoptimizePath($)}hasEffectsWhenAssignedAtPath(e,t){return e.length>0||this.argument.hasEffectsWhenAssignedAtPath($,t)}markDeclarationReached(){this.argument.markDeclarationReached()}applyDeoptimizations(){this.deoptimized=!0,null!==this.declarationInit&&(this.declarationInit.deoptimizePath([R,R]),this.context.requestTreeshakingPass())}}class Ut extends Ae{constructor(){super(...arguments),this.deoptimizedReturn=!1,this.isPrototypeDeoptimized=!1}createScope(e){this.scope=new Ft(e,this.context)}deoptimizePath(e){1===e.length&&("prototype"===e[0]?this.isPrototypeDeoptimized=!0:e[0]===R&&(this.isPrototypeDeoptimized=!0,this.scope.getReturnExpression().deoptimizePath(M)))}deoptimizeThisOnEventAtPath(e,t,s){2===e&&(t.length>0?s.deoptimizePath(M):this.scope.thisVariable.addEntityToBeDeoptimized(s))}getReturnExpressionWhenCalledAtPath(e){return 0!==e.length?j:this.async?(this.deoptimizedReturn||(this.deoptimizedReturn=!0,this.scope.getReturnExpression().deoptimizePath(M),this.context.requestTreeshakingPass()),j):this.scope.getReturnExpression()}hasEffects(){return null!==this.id&&this.id.hasEffects()}hasEffectsWhenAccessedAtPath(e){return!(e.length<=1)&&(e.length>2||"prototype"!==e[0]||this.isPrototypeDeoptimized)}hasEffectsWhenAssignedAtPath(e){return!(e.length<=1)&&(e.length>2||"prototype"!==e[0]||this.isPrototypeDeoptimized)}hasEffectsWhenCalledAtPath(e,t,s){if(e.length>0)return!0;if(this.async){const{propertyReadSideEffects:e}=this.context.options.treeshake,t=this.scope.getReturnExpression();if(t.hasEffectsWhenCalledAtPath(["then"],{args:ze,thisParam:null,withNew:!1},s)||e&&("always"===e||t.hasEffectsWhenAccessedAtPath(["then"],s)))return!0}for(const e of this.params)if(e.hasEffects(s))return!0;const i=s.replacedVariableInits.get(this.scope.thisVariable);s.replacedVariableInits.set(this.scope.thisVariable,t.withNew?new Pt(Object.create(null),Rt):j);const{brokenFlow:n,ignore:r}=s;return s.ignore={breaks:!1,continues:!1,labels:new Set,returnYield:!0},!!this.body.hasEffects(s)||(s.brokenFlow=n,i?s.replacedVariableInits.set(this.scope.thisVariable,i):s.replacedVariableInits.delete(this.scope.thisVariable),s.ignore=r,!1)}include(e,t){this.included=!0,this.id&&this.id.include();const s=this.scope.argumentsVariable.included;for(const i of this.params)i instanceof Et&&!s||i.include(e,t);const{brokenFlow:i}=e;e.brokenFlow=0,this.body.include(e,t),e.brokenFlow=i}includeCallArguments(e,t){this.scope.includeCallArguments(e,t)}initialise(){null!==this.id&&this.id.declare("function",this),this.scope.addParameterVariables(this.params.map((e=>e.declare("parameter",j))),this.params[this.params.length-1]instanceof zt),this.body.addImplicitReturnExpressionToScope()}parseNode(e){this.body=new this.context.nodeConstructors.BlockStatement(e.body,this,this.scope.hoistedBodyVarScope),super.parseNode(e)}}Ut.prototype.preventChildBlockScope=!0;class jt extends Ut{initialise(){super.initialise(),null!==this.id&&(this.id.variable.isId=!0)}parseNode(e){null!==e.id&&(this.id=new this.context.nodeConstructors.Identifier(e.id,this,this.scope.parent)),super.parseNode(e)}}class Wt extends Ae{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)}render(e,t,s){const{start:i,end:n}=s,r=function(e,t){return Ne(e,we(e,"default",t)+7)}(e.original,this.start);if(this.declaration instanceof jt)this.renderNamedDeclaration(e,r,"function","(",null===this.declaration.id,t);else if(this.declaration instanceof $t)this.renderNamedDeclaration(e,r,"class","{",null===this.declaration.id,t);else{if(this.variable.getOriginalVariable()!==this.variable)return void Pe(this,e,i,n);if(!this.variable.included)return e.remove(this.start,r),this.declaration.render(e,t,{renderedSurroundingElement:"ExpressionStatement"}),void(";"!==e.original[this.end-1]&&e.appendLeft(this.end,";"));this.renderVariableDeclaration(e,r,t)}this.declaration.render(e,t)}renderNamedDeclaration(e,t,s,i,n,r){const{exportNamesByVariable:a,format:o,snippets:{getPropertyAccess:h}}=r,l=this.variable.getName(h);e.remove(this.start,t),n&&e.appendLeft(function(e,t,s,i){const n=we(e,t,i)+t.length;e=e.slice(n,we(e,s,n));const r=we(e,"*");return-1===r?n:n+r+1}(e.original,s,i,t),` ${l}`),"system"===o&&this.declaration instanceof $t&&a.has(this.variable)&&e.appendLeft(this.end,` ${Me([this.variable],r)};`)}renderVariableDeclaration(e,t,{format:s,exportNamesByVariable:i,snippets:{cnst:n,getPropertyAccess:r}}){const a=59===e.original.charCodeAt(this.end-1),o="system"===s&&i.get(this.variable);o?(e.overwrite(this.start,t,`${n} ${this.variable.getName(r)} = exports('${o[0]}', `),e.appendRight(a?this.end-1:this.end,")"+(a?"":";"))):(e.overwrite(this.start,t,`${n} ${this.variable.getName(r)} = `),a||e.appendLeft(this.end,";"))}}Wt.prototype.needsBoundaries=!0;class Gt extends Ae{deoptimizeThisOnEventAtPath(){}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)?z:this.value}getReturnExpressionWhenCalledAtPath(e){return 1!==e.length?j:st(this.members,e[0])}hasEffectsWhenAccessedAtPath(e){return null===this.value?e.length>0:e.length>1}hasEffectsWhenAssignedAtPath(e){return e.length>0}hasEffectsWhenCalledAtPath(e,t,s){return 1!==e.length||tt(this.members,e[0],t,s)}initialise(){this.members=function(e){switch(typeof e){case"boolean":return Ze;case"number":return Je;case"string":return et;default: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])}}class Ht extends Ae{constructor(){super(...arguments),this.hasCachedEffect=!1}hasEffects(e){if(this.hasCachedEffect)return!0;for(const t of this.body)if(t.hasEffects(e))return this.hasCachedEffect=!0;return!1}include(e,t){this.included=!0;for(const s of this.body)(t||s.shouldBeIncluded(e))&&s.include(e,t)}render(e,t){this.body.length?Re(this.body,e,this.start,this.end,t):super.render(e,t)}}class qt extends Ae{getLiteralValueAtPath(e){return e.length>0||1!==this.quasis.length?z:this.quasis[0].value.cooked}render(e,t){e.indentExclusionRanges.push([this.start,this.end]),super.render(e,t)}}function Kt(e,t){return null!==e.renderBaseName&&t.has(e)&&e.isReassigned}class Xt extends Ae{deoptimizePath(){for(const e of this.declarations)e.deoptimizePath($)}hasEffectsWhenAssignedAtPath(){return!1}include(e,t){this.included=!0;for(const s of this.declarations)(t||s.shouldBeIncluded(e))&&s.include(e,t)}includeAsSingleStatement(e,t){this.included=!0;for(const s of this.declarations)(t||s.shouldBeIncluded(e))&&(s.include(e,t),s.id.include(e,t))}initialise(){for(const e of this.declarations)e.declareDeclarator(this.kind)}render(e,t,s=H){if(function(e,t){for(const s of e){if(!s.id.included)return!1;if("Identifier"===s.id.type){if(t.has(s.id.variable))return!1}else{const e=[];if(s.id.addExportedVariables(e,t),e.length>0)return!1}}return!0}(this.declarations,t.exportNamesByVariable)){for(const s of this.declarations)s.render(e,t);s.isNoStatement||59===e.original.charCodeAt(this.end-1)||e.appendLeft(this.end,";")}else this.renderReplacedDeclarations(e,t,s)}renderDeclarationEnd(e,t,s,i,n,r,a,o){59===e.original.charCodeAt(this.end-1)&&e.remove(this.end-1,this.end),o||(t+=";"),null!==s?(10!==e.original.charCodeAt(i-1)||10!==e.original.charCodeAt(this.end)&&13!==e.original.charCodeAt(this.end)||(i--,13===e.original.charCodeAt(i)&&i--),i===s+1?e.overwrite(s,n,t):(e.overwrite(s,s+1,t),e.remove(i,n))):e.appendLeft(n,t),r.length>0&&e.appendLeft(n,` ${Me(r,a)};`)}renderReplacedDeclarations(e,t,{isNoStatement:s}){const i=Le(this.declarations,e,this.start+this.kind.length,this.end-(59===e.original.charCodeAt(this.end-1)?1:0));let n,r;r=Ne(e.original,this.start+this.kind.length);let a=r-1;e.remove(this.start,a);let o,h=!1,l=!1,c="";const u=[],p=function(e,t,s){var i;let n=null;if("system"===t.format){for(const{node:r}of e)r.id instanceof Et&&r.init&&0===s.length&&1===(null===(i=t.exportNamesByVariable.get(r.id.variable))||void 0===i?void 0:i.length)?(n=r.id.variable,s.push(n)):r.id.addExportedVariables(s,t.exportNamesByVariable);s.length>1?n=null:n&&(s.length=0)}return n}(i,t,u);for(const{node:s,start:u,separator:d,contentEnd:f,end:m}of i)if(s.included){if(s.render(e,t),o="",!s.id.included||s.id instanceof Et&&Kt(s.id.variable,t.exportNamesByVariable))l&&(c+=";"),h=!1;else{if(p&&p===s.id.variable){const i=we(e.original,"=",s.id.end);Oe(p,Ne(e.original,i+1),null===d?f:d,e,t)}h?c+=",":(l&&(c+=";"),o+=`${this.kind} `,h=!0)}r===a+1?e.overwrite(a,r,c+o):(e.overwrite(a,a+1,c),e.appendLeft(r,o)),n=f,r=m,l=!0,a=d,c=""}else e.remove(u,m);this.renderDeclarationEnd(e,c,a,n,r,u,t,s)}}const Yt=[{key:L,kind:"init",property:j},{key:"length",kind:"init",property:qe}],Qt=[new Ct({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:Ge})],Zt=[new Ct({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:qe})],Jt=[new Ct({callsArgs:null,mutatesSelfAsArray:!0,returns:()=>new Pt(Yt,hs),returnsPrimitive:null})],es=[new Ct({callsArgs:null,mutatesSelfAsArray:"deopt-only",returns:()=>new Pt(Yt,hs),returnsPrimitive:null})],ts=[new Ct({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:()=>new Pt(Yt,hs),returnsPrimitive:null})],ss=[new Ct({callsArgs:null,mutatesSelfAsArray:!0,returns:null,returnsPrimitive:qe})],is=[new Ct({callsArgs:null,mutatesSelfAsArray:!0,returns:null,returnsPrimitive:j})],ns=[new Ct({callsArgs:null,mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:j})],rs=[new Ct({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:j})],as=[new Ct({callsArgs:null,mutatesSelfAsArray:!0,returns:"self",returnsPrimitive:null})],os=[new Ct({callsArgs:[0],mutatesSelfAsArray:!0,returns:"self",returnsPrimitive:null})],hs=new Pt({__proto__:null,at:ns,concat:es,copyWithin:as,entries:es,every:Qt,fill:as,filter:ts,find:rs,findIndex:Zt,forEach:rs,includes:wt,indexOf:Nt,join:It,keys:Tt,lastIndexOf:Nt,map:ts,pop:is,push:ss,reduce:rs,reduceRight:rs,reverse:as,shift:is,slice:es,some:Qt,sort:os,splice:Jt,unshift:ss,values:ns},Rt,!0);class ls extends rt{addDeclaration(e,t,s,i){if(i){const n=this.parent.addDeclaration(e,t,s,i);return n.markInitializersForDeoptimization(),n}return super.addDeclaration(e,t,s,!1)}}class cs extends Ae{initialise(){this.directive&&"use strict"!==this.directive&&"Program"===this.parent.type&&this.context.warn({code:"MODULE_LEVEL_DIRECTIVE",message:`Module level directives cause errors when bundled, '${this.directive}' was ignored.`},this.start)}render(e,t){super.render(e,t),this.included&&this.insertSemicolon(e)}shouldBeIncluded(e){return this.directive&&"use strict"!==this.directive?"Program"!==this.parent.type:super.shouldBeIncluded(e)}}class us extends Ae{constructor(){super(...arguments),this.directlyIncluded=!1}addImplicitReturnExpressionToScope(){const e=this.body[this.body.length-1];e&&"ReturnStatement"===e.type||this.scope.addReturnExpression(j)}createScope(e){this.scope=this.parent.preventChildBlockScope?e:new ls(e)}hasEffects(e){if(this.deoptimizeBody)return!0;for(const t of this.body){if(t.hasEffects(e))return!0;if(e.brokenFlow)break}return!1}include(e,t){if(!this.deoptimizeBody||!this.directlyIncluded){this.included=!0,this.directlyIncluded=!0,this.deoptimizeBody&&(t=!0);for(const s of this.body)(t||s.shouldBeIncluded(e))&&s.include(e,t)}}initialise(){const e=this.body[0];this.deoptimizeBody=e instanceof cs&&"use asm"===e.directive}render(e,t){this.body.length?Re(this.body,e,this.start+1,this.end-1,t):super.render(e,t)}}class ps extends Ae{constructor(){super(...arguments),this.deoptimizedReturn=!1}createScope(e){this.scope=new Bt(e,this.context)}deoptimizePath(e){1===e.length&&e[0]===R&&this.scope.getReturnExpression().deoptimizePath(M)}deoptimizeThisOnEventAtPath(){}getReturnExpressionWhenCalledAtPath(e){return 0!==e.length?j:this.async?(this.deoptimizedReturn||(this.deoptimizedReturn=!0,this.scope.getReturnExpression().deoptimizePath(M),this.context.requestTreeshakingPass()),j):this.scope.getReturnExpression()}hasEffects(){return!1}hasEffectsWhenAccessedAtPath(e){return e.length>1}hasEffectsWhenAssignedAtPath(e){return e.length>1}hasEffectsWhenCalledAtPath(e,t,s){if(e.length>0)return!0;if(this.async){const{propertyReadSideEffects:e}=this.context.options.treeshake,t=this.scope.getReturnExpression();if(t.hasEffectsWhenCalledAtPath(["then"],{args:ze,thisParam:null,withNew:!1},s)||e&&("always"===e||t.hasEffectsWhenAccessedAtPath(["then"],s)))return!0}for(const e of this.params)if(e.hasEffects(s))return!0;const{ignore:i,brokenFlow:n}=s;return s.ignore={breaks:!1,continues:!1,labels:new Set,returnYield:!0},!!this.body.hasEffects(s)||(s.ignore=i,s.brokenFlow=n,!1)}include(e,t){this.included=!0;for(const s of this.params)s instanceof Et||s.include(e,t);const{brokenFlow:s}=e;e.brokenFlow=0,this.body.include(e,t),e.brokenFlow=s}includeCallArguments(e,t){this.scope.includeCallArguments(e,t)}initialise(){this.scope.addParameterVariables(this.params.map((e=>e.declare("parameter",j))),this.params[this.params.length-1]instanceof zt),this.body instanceof us?this.body.addImplicitReturnExpressionToScope():this.scope.addReturnExpression(this.body)}parseNode(e){"BlockStatement"===e.body.type&&(this.body=new this.context.nodeConstructors.BlockStatement(e.body,this,this.scope.hoistedBodyVarScope)),super.parseNode(e)}}ps.prototype.preventChildBlockScope=!0;class ds extends Ae{addExportedVariables(e,t){for(const s of this.properties)"Property"===s.type?s.value.addExportedVariables(e,t):s.argument.addExportedVariables(e,t)}declare(e,t){const s=[];for(const i of this.properties)s.push(...i.declare(e,t));return s}deoptimizePath(e){if(0===e.length)for(const t of this.properties)t.deoptimizePath(e)}hasEffectsWhenAssignedAtPath(e,t){if(e.length>0)return!0;for(const e of this.properties)if(e.hasEffectsWhenAssignedAtPath($,t))return!0;return!1}markDeclarationReached(){for(const e of this.properties)e.markDeclarationReached()}}class fs extends Ae{constructor(){super(...arguments),this.deoptimized=!1}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),this.right.hasEffects(e)||this.left.hasEffects(e)||this.left.hasEffectsWhenAssignedAtPath($,e)}hasEffectsWhenAccessedAtPath(e,t){return e.length>0&&this.right.hasEffectsWhenAccessedAtPath(e,t)}include(e,t){let s;this.deoptimized||this.applyDeoptimizations(),this.included=!0,(t||"="!==this.operator||this.left.included||(s=ce(),this.left.hasEffects(s)||this.left.hasEffectsWhenAssignedAtPath($,s)))&&this.left.include(e,t),this.right.include(e,t)}render(e,t,{preventASI:s,renderedParentType:i,renderedSurroundingElement:n}=H){if(this.left.included)this.left.render(e,t),this.right.render(e,t);else{const r=Ne(e.original,we(e.original,"=",this.left.end)+1);e.remove(this.start,r),s&&$e(e,r,this.right.start),this.right.render(e,t,{renderedParentType:i||this.parent.type,renderedSurroundingElement:n||this.parent.type})}if("system"===t.format)if(this.left instanceof Et){const s=this.left.variable,i=t.exportNamesByVariable.get(s);if(i)return void(1===i.length?Oe(s,this.start,this.end,e,t):De(s,this.start,this.end,"ExpressionStatement"!==this.parent.type,e,t))}else{const s=[];if(this.left.addExportedVariables(s,t.exportNamesByVariable),s.length>0)return void function(e,t,s,i,n,r){const{_:a,getDirectReturnIifeLeft:o}=r.snippets;n.prependRight(t,o(["v"],`${Me(e,r)},${a}v`,{needsArrowReturnParens:!0,needsWrappedFunction:i})),n.appendLeft(s,")")}(s,this.start,this.end,"ExpressionStatement"===n,e,t)}this.left.included&&this.left instanceof ds&&("ExpressionStatement"===n||"ArrowFunctionExpression"===n)&&(e.appendRight(this.start,"("),e.prependLeft(this.end,")"))}applyDeoptimizations(){this.deoptimized=!0,this.left.deoptimizePath($),this.right.deoptimizePath(M),this.context.requestTreeshakingPass()}}const ms={"!=":(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)=>ee<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,in:()=>z,instanceof:()=>z,"|":(e,t)=>e|t};function gs(e){const t=e.propertyKey,s=e.object;if("string"==typeof t){if(s instanceof Et)return[{key:s.name,pos:s.start},{key:t,pos:e.property.start}];if(s instanceof ys){const i=gs(s);return i&&[...i,{key:t,pos:e.property.start}]}}return null}class ys extends Ae{constructor(){super(...arguments),this.variable=null,this.deoptimized=!1,this.bound=!1,this.expressionsToBeDeoptimized=[],this.replacement=null}bind(){this.bound=!0;const e=gs(this),t=e&&this.scope.findVariable(e[0].key);if(t&&t.isNamespace){const s=this.resolveNamespaceVariables(t,e.slice(1));s?"string"==typeof s?this.replacement=s:(this.variable=s,this.scope.addNamespaceMemberAccess(function(e){let t=e[0].key;for(let s=1;sn.getReturnExpressionWhenCalledAtPath(e,t,s,i))))}hasEffectsWhenAccessedAtPath(e,t){for(const s of this.expressions)if(s.hasEffectsWhenAccessedAtPath(e,t))return!0;return!1}hasEffectsWhenAssignedAtPath(e,t){for(const s of this.expressions)if(s.hasEffectsWhenAssignedAtPath(e,t))return!0;return!1}hasEffectsWhenCalledAtPath(e,t,s){for(const i of this.expressions)if(i.hasEffectsWhenCalledAtPath(e,t,s))return!0;return!1}include(e,t){for(const s of this.expressions)s.included||s.include(e,t)}}class bs extends Ae{bind(){null!==this.declaration&&this.declaration.bind()}hasEffects(e){return null!==this.declaration&&this.declaration.hasEffects(e)}initialise(){this.context.addExport(this)}render(e,t,s){const{start:i,end:n}=s;null===this.declaration?e.remove(i,n):(e.remove(this.start,this.declaration.start),this.declaration.render(e,t,{end:n,start:i}))}}bs.prototype.needsBoundaries=!0;class Ss extends ls{constructor(){super(...arguments),this.hoistedDeclarations=[]}addDeclaration(e,t,s,i){return this.hoistedDeclarations.push(e),super.addDeclaration(e,t,s,i)}}const As=Symbol("unset");class ks extends Ae{constructor(){super(...arguments),this.testValue=As}deoptimizeCache(){this.testValue=z}hasEffects(e){if(this.test.hasEffects(e))return!0;const t=this.getTestValue();if(t===z){const{brokenFlow:t}=e;if(this.consequent.hasEffects(e))return!0;const s=e.brokenFlow;return e.brokenFlow=t,null!==this.alternate&&(!!this.alternate.hasEffects(e)||(e.brokenFlow=e.brokenFlow{const t=e.variable;return t.included?t.getName(s):""})))].filter(Boolean).join(", ");if(i){const e=this.parent.type,s="Program"!==e&&"BlockStatement"!==e;t.prependRight(this.start,`${s?"{ ":""}var ${i}; `),s&&t.appendLeft(this.end," }")}}shouldKeepAlternateBranch(){let e=this.parent;do{if(e instanceof ks&&e.alternate)return!0;if(e instanceof us)return!1;e=e.parent}while(e);return!1}}class Ps extends Ae{bind(){}hasEffects(){return!1}initialise(){this.context.addImport(this)}render(e,t,s){e.remove(s.start,s.end)}}Ps.prototype.needsBoundaries=!0;const _s={auto:"_interopDefault",default:null,defaultOnly:null,esModule:null,false:null,true:"_interopDefaultLegacy"},Cs=(e,t)=>"esModule"===e||t&&("auto"===e||"true"===e),ws={auto:"_interopNamespace",default:"_interopNamespaceDefault",defaultOnly:"_interopNamespaceDefaultOnly",esModule:null,false:null,true:"_interopNamespace"},Is=(e,t)=>Cs(e,t)&&"_interopDefault"===_s[e],Ns=(e,t,s,i,n,r,a)=>{const o=new Set(e);for(const e of zs)t.has(e)&&o.add(e);return zs.map((e=>o.has(e)?Ts[e](s,i,n,r,a,o):"")).join("")},Ts={_interopDefaultLegacy(e,t,s){const{_:i,getDirectReturnFunction:n,n:r}=t,[a,o]=n(["e"],{functionReturn:!0,lineBreakIndent:null,name:"_interopDefaultLegacy"});return`${a}e${i}&&${i}typeof e${i}===${i}'object'${i}&&${i}'default'${i}in e${i}?${i}${s?Rs(t):Ls(t)}${o}${r}${r}`},_interopDefault(e,t,s){const{_:i,getDirectReturnFunction:n,n:r}=t,[a,o]=n(["e"],{functionReturn:!0,lineBreakIndent:null,name:"_interopDefault"});return`${a}e${i}&&${i}e.__esModule${i}?${i}${s?Rs(t):Ls(t)}${o}${r}${r}`},_interopNamespaceDefaultOnly(e,{_:t,getDirectReturnFunction:s,getObject:i,n:n},r,a,o){const[h,l]=s(["e"],{functionReturn:!0,lineBreakIndent:null,name:"_interopNamespaceDefaultOnly"});return`${h}${Fs(i([["__proto__","null"],...o?[[null,`[Symbol.toStringTag]:${t}'Module'`]]:[],["default","e"]],{lineBreakIndent:null}),a)}${l}${n}${n}`},_interopNamespaceDefault(e,t,s,i,n){const{_:r,n:a}=t;return`function _interopNamespaceDefault(e)${r}{${a}`+$s(e,e,t,s,i,n)+`}${a}${a}`},_interopNamespace(e,t,s,i,n,r){const{_:a,getDirectReturnFunction:o,n:h}=t;if(r.has("_interopNamespaceDefault")){const[e,t]=o(["e"],{functionReturn:!0,lineBreakIndent:null,name:"_interopNamespace"});return`${e}e${a}&&${a}e.__esModule${a}?${a}e${a}:${a}_interopNamespaceDefault(e)${t}${h}${h}`}return`function _interopNamespace(e)${a}{${h}${e}if${a}(e${a}&&${a}e.__esModule)${a}return e;${h}`+$s(e,e,t,s,i,n)+`}${h}${h}`},_mergeNamespaces(e,t,s,i){const{_:n,n:r}=t;return`function _mergeNamespaces(n, m)${n}{${r}${e}${Os(`{${r}${e}${e}${e}if${n}(k${n}!==${n}'default'${n}&&${n}!(k in n))${n}{${r}`+(s?Vs:Bs)(e,e+e+e+e,t)+`${e}${e}${e}}${r}`+`${e}${e}}`,!s,e,t)}${r}${e}return ${Fs("n",i)};${r}}${r}${r}`}},Rs=({_:e,getObject:t})=>`e${e}:${e}${t([["default","e"]],{lineBreakIndent:null})}`,Ls=({_:e,getPropertyAccess:t})=>`e${t("default")}${e}:${e}e`,$s=(e,t,s,i,n,r)=>{const{_:a,cnst:o,getPropertyAccess:h,n:l,s:c}=s,u=`{${l}`+(i?Ds:Bs)(e,t+e+e,s)+`${t}${e}}`;return`${t}${o} n${a}=${a}${r?`{__proto__:${a}null,${a}[Symbol.toStringTag]:${a}'Module'}`:"Object.create(null)"};${l}${t}if${a}(e)${a}{${l}${t}${e}${Ms(u,!i,s)}${l}${t}}${l}${t}n${h("default")}${a}=${a}e;${l}${t}return ${Fs("n",n)}${c}${l}`},Ms=(e,t,{_:s,cnst:i,getFunctionIntro:n,s:r})=>"var"!==i||t?`for${s}(${i} k in e)${s}${e}`:`Object.keys(e).forEach(${n(["k"],{isAsync:!1,name:null})}${e})${r}`,Os=(e,t,s,{_:i,cnst:n,getDirectReturnFunction:r,getFunctionIntro:a,n:o})=>{if("var"!==n||t)return`for${i}(var i${i}=${i}0;${i}i${i}<${i}m.length;${i}i++)${i}{${o}${s}${s}${n} e${i}=${i}m[i];${o}${s}${s}for${i}(${n} k in e)${i}${e}${o}${s}}`;const[h,l]=r(["e"],{functionReturn:!1,lineBreakIndent:{base:s,t:s},name:null});return`m.forEach(${h}Object.keys(e).forEach(${a(["k"],{isAsync:!1,name:null})}${e})${l});`},Ds=(e,t,s)=>{const{_:i,n:n}=s;return`${t}if${i}(k${i}!==${i}'default')${i}{${n}`+Vs(e,t+e,s)+`${t}}${n}`},Vs=(e,t,{_:s,cnst:i,getDirectReturnFunction:n,n:r})=>{const[a,o]=n([],{functionReturn:!0,lineBreakIndent:null,name:null});return`${t}${i} d${s}=${s}Object.getOwnPropertyDescriptor(e,${s}k);${r}${t}Object.defineProperty(n,${s}k,${s}d.get${s}?${s}d${s}:${s}{${r}${t}${e}enumerable:${s}true,${r}${t}${e}get:${s}${a}e[k]${o}${r}${t}});${r}`},Bs=(e,t,{_:s,n:i})=>`${t}n[k]${s}=${s}e[k];${i}`,Fs=(e,t)=>t?`Object.freeze(${e})`:e,zs=Object.keys(Ts);function Us(e,t,s){return"external"===t?ws[String(s(e instanceof re?e.id:null))]:"default"===t?"_interopNamespaceDefaultOnly":null}const js={amd:["require"],cjs:["require"],system:["module"]};function Ws(e){return e.replace(/^\t+/,(e=>e.split("\t").join(" ")))}function Gs(e){throw e instanceof Error||(e=Object.assign(new Error(e.message),e)),e}function Hs(e,t,s,i){if("object"==typeof t){const{line:s,column:n}=t;e.loc={column:n,file:i,line:s}}else{e.pos=t;const{line:n,column:r}=he(s,t,{offsetLine:1});e.loc={column:r,file:i,line:n}}if(void 0===e.frame){const{line:t,column:i}=e.loc;e.frame=function(e,t,s){let i=e.split("\n");const n=Math.max(0,t-3);let r=Math.min(t+2,i.length);for(i=i.slice(n,r);!/\S/.test(i[i.length-1]);)i.pop(),r-=1;const a=String(r).length;return i.map(((e,i)=>{const r=n+i+1===t;let o=String(i+n+1);for(;o.lengthie(e.id))).sort();return{code:qs.MISSING_IMPLICIT_DEPENDANT,message:`Module "${ie(e.id)}" that should be implicitly loaded before ${te(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 ei(e,t,s){return{code:qs.NAMESPACE_CONFLICT,message:`Conflicting namespaces: "${ie(t.id)}" re-exports "${e}" from both "${ie(t.exportsAll[e])}" and "${ie(s.exportsAll[e])}" (will be ignored)`,name:e,reexporter:t.id,sources:[t.exportsAll[e],s.exportsAll[e]]}}function ti(e,t,s,i){return{code:qs.AMBIGUOUS_EXTERNAL_NAMESPACES,message:`Ambiguous external namespace resolution: "${ie(t)}" re-exports "${e}" from one of the external modules ${te(i.map((e=>ie(e))))}, guessing "${ie(s)}".`,name:e,reexporter:t,sources:i}}function si(e,t,s){const i=s?"reexport":"import";return{code:qs.UNEXPECTED_NAMED_IMPORT,id:e,message:`The named export "${t}" was ${i}ed from the external module ${ie(e)} even though its interop type is "defaultOnly". Either remove or change this ${i} or change the value of the "output.interop" option.`,url:"https://rollupjs.org/guide/en/#outputinterop"}}function ii(e){return{code:qs.UNEXPECTED_NAMED_IMPORT,id:e,message:`There was a namespace "*" reexport from the external module ${ie(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:"https://rollupjs.org/guide/en/#outputinterop"}}function ni(e){return{code:qs.VALIDATION_ERROR,message:e}}function ri(){return{code:qs.ALREADY_CLOSED,message:'Bundle is already closed, no more calls to "generate" or "write" are allowed.'}}function ai(e,t,s){oi(e,t,s.onwarn,s.strictDeprecations)}function oi(e,t,s,i){if(t||i){const t=function(e){return{code:qs.DEPRECATED_FEATURE,..."string"==typeof e?{message:e}:e}}(e);if(i)return Gs(t);s(t)}}(Ks=qs||(qs={})).ALREADY_CLOSED="ALREADY_CLOSED",Ks.ASSET_NOT_FINALISED="ASSET_NOT_FINALISED",Ks.ASSET_NOT_FOUND="ASSET_NOT_FOUND",Ks.ASSET_SOURCE_ALREADY_SET="ASSET_SOURCE_ALREADY_SET",Ks.ASSET_SOURCE_MISSING="ASSET_SOURCE_MISSING",Ks.BAD_LOADER="BAD_LOADER",Ks.CANNOT_EMIT_FROM_OPTIONS_HOOK="CANNOT_EMIT_FROM_OPTIONS_HOOK",Ks.CHUNK_NOT_GENERATED="CHUNK_NOT_GENERATED",Ks.CHUNK_INVALID="CHUNK_INVALID",Ks.CIRCULAR_REEXPORT="CIRCULAR_REEXPORT",Ks.CYCLIC_CROSS_CHUNK_REEXPORT="CYCLIC_CROSS_CHUNK_REEXPORT",Ks.DEPRECATED_FEATURE="DEPRECATED_FEATURE",Ks.EXTERNAL_SYNTHETIC_EXPORTS="EXTERNAL_SYNTHETIC_EXPORTS",Ks.FILE_NAME_CONFLICT="FILE_NAME_CONFLICT",Ks.FILE_NOT_FOUND="FILE_NOT_FOUND",Ks.INPUT_HOOK_IN_OUTPUT_PLUGIN="INPUT_HOOK_IN_OUTPUT_PLUGIN",Ks.INVALID_CHUNK="INVALID_CHUNK",Ks.INVALID_EXPORT_OPTION="INVALID_EXPORT_OPTION",Ks.INVALID_EXTERNAL_ID="INVALID_EXTERNAL_ID",Ks.INVALID_OPTION="INVALID_OPTION",Ks.INVALID_PLUGIN_HOOK="INVALID_PLUGIN_HOOK",Ks.INVALID_ROLLUP_PHASE="INVALID_ROLLUP_PHASE",Ks.MISSING_EXPORT="MISSING_EXPORT",Ks.MISSING_IMPLICIT_DEPENDANT="MISSING_IMPLICIT_DEPENDANT",Ks.MIXED_EXPORTS="MIXED_EXPORTS",Ks.NAMESPACE_CONFLICT="NAMESPACE_CONFLICT",Ks.AMBIGUOUS_EXTERNAL_NAMESPACES="AMBIGUOUS_EXTERNAL_NAMESPACES",Ks.NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE="NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE",Ks.PLUGIN_ERROR="PLUGIN_ERROR",Ks.PREFER_NAMED_EXPORTS="PREFER_NAMED_EXPORTS",Ks.SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT="SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT",Ks.UNEXPECTED_NAMED_IMPORT="UNEXPECTED_NAMED_IMPORT",Ks.UNRESOLVED_ENTRY="UNRESOLVED_ENTRY",Ks.UNRESOLVED_IMPORT="UNRESOLVED_IMPORT",Ks.VALIDATION_ERROR="VALIDATION_ERROR";const hi="ROLLUP_ASSET_URL_",li="ROLLUP_FILE_URL_",ci={amd:["document","module","URL"],cjs:["document","require","URL"],es:[],iife:["document","URL"],system:["module"],umd:["document","require","URL"]},ui={amd:["document","require","URL"],cjs:["document","require","URL"],es:[],iife:["document","URL"],system:["module","URL"],umd:["document","require","URL"]},pi=(e,t="URL")=>`new ${t}(${e}).href`,di=(e,t=!1)=>pi(`'${e}', ${t?"typeof document === 'undefined' ? location.href : ":""}document.currentScript && document.currentScript.src || document.baseURI`),fi=e=>(t,{chunkId:s})=>{const i=e(s);return null===t?`({ url: ${i} })`:"url"===t?i:"undefined"},mi=(e,t=!1)=>`${t?"typeof document === 'undefined' ? location.href : ":""}(document.currentScript && document.currentScript.src || new URL('${e}', document.baseURI).href)`,gi={amd:e=>("."!==e[0]&&(e="./"+e),pi(`require.toUrl('${e}'), document.baseURI`)),cjs:e=>`(typeof document === 'undefined' ? ${pi(`'file:' + __dirname + '/${e}'`,"(require('u' + 'rl').URL)")} : ${di(e)})`,es:e=>pi(`'${e}', import.meta.url`),iife:e=>di(e),system:e=>pi(`'${e}', module.meta.url`),umd:e=>`(typeof document === 'undefined' && typeof location === 'undefined' ? ${pi(`'file:' + __dirname + '/${e}'`,"(require('u' + 'rl').URL)")} : ${di(e,!0)})`},yi={amd:fi((()=>pi("module.uri, document.baseURI"))),cjs:fi((e=>`(typeof document === 'undefined' ? ${pi("'file:' + __filename","(require('u' + 'rl').URL)")} : ${mi(e)})`)),iife:fi((e=>mi(e))),system:(e,{snippets:{getPropertyAccess:t}})=>null===e?"module.meta":`module.meta${t(e)}`,umd:fi((e=>`(typeof document === 'undefined' && typeof location === 'undefined' ? ${pi("'file:' + __filename","(require('u' + 'rl').URL)")} : ${mi(e,!0)})`))};class xi extends Ae{hasEffects(e){if(this.test&&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&&this.test.include(e,t);for(const s of this.consequent)(t||s.shouldBeIncluded(e))&&s.include(e,t)}render(e,t,s){if(this.consequent.length){this.test&&this.test.render(e,t);const i=this.test?this.test.end:we(e.original,"default",this.start)+7,n=we(e.original,":",i)+1;Re(this.consequent,e,n,s.end,t)}else super.render(e,t)}}xi.prototype.needsBoundaries=!0;class vi extends W{constructor(){super("undefined")}getLiteralValueAtPath(){}}class Ei extends it{constructor(e,t,s){super(e,t,t.declaration,s),this.hasId=!1,this.originalId=null,this.originalVariable=null;const i=t.declaration;(i instanceof jt||i instanceof $t)&&i.id?(this.hasId=!0,this.originalId=i.id):i instanceof Et&&(this.originalId=i)}addReference(e){this.hasId||(this.name=e.name)}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 vi||"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 s=new Set;do{s.add(t),e=t,t=e.getDirectOriginalVariable()}while(t instanceof Ei&&!s.has(t));return this.originalVariable=t||e}}class bi extends rt{constructor(e,t){super(e),this.context=t,this.variables.set("this",new it("this",null,je,t))}addExportDefaultDeclaration(e,t,s){const i=new Ei(e,t,s);return this.variables.set("default",i),i}addNamespaceMemberAccess(){}deconflict(e,t,s){for(const i of this.children)i.deconflict(e,t,s)}findLexicalBoundary(){return this}findVariable(e){const t=this.variables.get(e)||this.accessedOutsideVariables.get(e);if(t)return t;const s=this.context.traceVariable(e)||this.parent.findVariable(e);return s instanceof xt&&this.accessedOutsideVariables.set(e,s),s}}const Si={"!":e=>!e,"+":e=>+e,"-":e=>-e,delete:()=>z,typeof:e=>typeof e,void:()=>{},"~":e=>~e},Ai={ArrayExpression:class extends Ae{constructor(){super(...arguments),this.objectEntity=null}deoptimizePath(e){this.getObjectEntity().deoptimizePath(e)}deoptimizeThisOnEventAtPath(e,t,s,i){this.getObjectEntity().deoptimizeThisOnEventAtPath(e,t,s,i)}getLiteralValueAtPath(e,t,s){return this.getObjectEntity().getLiteralValueAtPath(e,t,s)}getReturnExpressionWhenCalledAtPath(e,t,s,i){return this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,s,i)}hasEffectsWhenAccessedAtPath(e,t){return this.getObjectEntity().hasEffectsWhenAccessedAtPath(e,t)}hasEffectsWhenAssignedAtPath(e,t){return this.getObjectEntity().hasEffectsWhenAssignedAtPath(e,t)}hasEffectsWhenCalledAtPath(e,t,s){return this.getObjectEntity().hasEffectsWhenCalledAtPath(e,t,s)}getObjectEntity(){if(null!==this.objectEntity)return this.objectEntity;const e=[{key:"length",kind:"init",property:qe}];let t=!1;for(let s=0;s0)return!0;for(const e of this.elements)if(null!==e&&e.hasEffectsWhenAssignedAtPath($,t))return!0;return!1}markDeclarationReached(){for(const e of this.elements)null!==e&&e.markDeclarationReached()}},ArrowFunctionExpression:ps,AssignmentExpression:fs,AssignmentPattern:class extends Ae{constructor(){super(...arguments),this.deoptimized=!1}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)}hasEffectsWhenAssignedAtPath(e,t){return e.length>0||this.left.hasEffectsWhenAssignedAtPath($,t)}markDeclarationReached(){this.left.markDeclarationReached()}render(e,t,{isShorthandProperty:s}=H){this.left.render(e,t,{isShorthandProperty:s}),this.right.render(e,t)}applyDeoptimizations(){this.deoptimized=!0,this.left.deoptimizePath($),this.right.deoptimizePath(M),this.context.requestTreeshakingPass()}},AwaitExpression:class extends Ae{constructor(){super(...arguments),this.deoptimized=!1}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 Ut||e instanceof ps)break e}while(e=e.parent);this.context.usesTopLevelAwait=!0}}this.argument.include(e,t)}applyDeoptimizations(){this.deoptimized=!0,this.argument.deoptimizePath(M),this.context.requestTreeshakingPass()}},BinaryExpression:class extends Ae{deoptimizeCache(){}getLiteralValueAtPath(e,t,s){if(e.length>0)return z;const i=this.left.getLiteralValueAtPath($,t,s);if(i===z)return z;const n=this.right.getLiteralValueAtPath($,t,s);if(n===z)return z;const r=ms[this.operator];return r?r(i,n):z}hasEffects(e){return"+"===this.operator&&this.parent instanceof cs&&""===this.left.getLiteralValueAtPath($,B,this)||super.hasEffects(e)}hasEffectsWhenAccessedAtPath(e){return e.length>1}render(e,t,{renderedSurroundingElement:s}=H){this.left.render(e,t,{renderedSurroundingElement:s}),this.right.render(e,t)}},BlockStatement:us,BreakStatement:class extends Ae{hasEffects(e){if(this.label){if(!e.ignore.labels.has(this.label.name))return!0;e.includedLabels.add(this.label.name),e.brokenFlow=2}else{if(!e.ignore.breaks)return!0;e.brokenFlow=1}return!1}include(e){this.included=!0,this.label&&(this.label.include(),e.includedLabels.add(this.label.name)),e.brokenFlow=this.label?2:1}},CallExpression:class extends Ae{constructor(){super(...arguments),this.deoptimized=!1,this.deoptimizableDependentExpressions=[],this.expressionsToBeDeoptimized=new Set,this.returnExpression=null}bind(){super.bind(),this.callee instanceof Et&&(this.scope.findVariable(this.callee.name).isNamespace&&this.context.warn({code:"CANNOT_CALL_NAMESPACE",message:`Cannot call a namespace ('${this.callee.name}')`},this.start),"eval"===this.callee.name&&this.context.warn({code:"EVAL",message:"Use of eval is strongly discouraged, as it poses security risks and may cause issues with minification",url:"https://rollupjs.org/guide/en/#avoiding-eval"},this.start)),this.callOptions={args:this.arguments,thisParam:this.callee instanceof ys&&!this.callee.variable?this.callee.object:null,withNew:!1}}deoptimizeCache(){if(this.returnExpression!==j){this.returnExpression=j;for(const e of this.deoptimizableDependentExpressions)e.deoptimizeCache();for(const e of this.expressionsToBeDeoptimized)e.deoptimizePath(M)}}deoptimizePath(e){if(0===e.length||this.context.deoptimizationTracker.trackEntityAtPathAndGetIfTracked(e,this))return;const t=this.getReturnExpression();t!==j&&t.deoptimizePath(e)}deoptimizeThisOnEventAtPath(e,t,s,i){const n=this.getReturnExpression(i);n===j?s.deoptimizePath(M):i.withTrackedEntityAtPath(t,n,(()=>{this.expressionsToBeDeoptimized.add(s),n.deoptimizeThisOnEventAtPath(e,t,s,i)}),void 0)}getLiteralValueAtPath(e,t,s){const i=this.getReturnExpression(t);return i===j?z:t.withTrackedEntityAtPath(e,i,(()=>(this.deoptimizableDependentExpressions.push(s),i.getLiteralValueAtPath(e,t,s))),z)}getReturnExpressionWhenCalledAtPath(e,t,s,i){const n=this.getReturnExpression(s);return this.returnExpression===j?j:s.withTrackedEntityAtPath(e,n,(()=>(this.deoptimizableDependentExpressions.push(i),n.getReturnExpressionWhenCalledAtPath(e,t,s,i))),j)}hasEffects(e){try{for(const t of this.arguments)if(t.hasEffects(e))return!0;return(!this.context.options.treeshake.annotations||!this.annotations)&&(this.callee.hasEffects(e)||this.callee.hasEffectsWhenCalledAtPath($,this.callOptions,e))}finally{this.deoptimized||this.applyDeoptimizations()}}hasEffectsWhenAccessedAtPath(e,t){return!t.accessed.trackEntityAtPathAndGetIfTracked(e,this)&&this.getReturnExpression().hasEffectsWhenAccessedAtPath(e,t)}hasEffectsWhenAssignedAtPath(e,t){return!t.assigned.trackEntityAtPathAndGetIfTracked(e,this)&&this.getReturnExpression().hasEffectsWhenAssignedAtPath(e,t)}hasEffectsWhenCalledAtPath(e,t,s){return!(t.withNew?s.instantiated:s.called).trackEntityAtPathAndGetIfTracked(e,t,this)&&this.getReturnExpression().hasEffectsWhenCalledAtPath(e,t,s)}include(e,t){this.deoptimized||this.applyDeoptimizations(),t?(super.include(e,t),"variables"===t&&this.callee instanceof Et&&this.callee.variable&&this.callee.variable.markCalledFromTryStatement()):(this.included=!0,this.callee.include(e,!1)),this.callee.includeCallArguments(e,this.arguments);const s=this.getReturnExpression();s.included||s.include(e,!1)}render(e,t,{renderedSurroundingElement:s}=H){if(this.callee.render(e,t,{isCalleeOfRenderedParent:!0,renderedSurroundingElement:s}),this.arguments.length>0)if(this.arguments[this.arguments.length-1].included)for(const s of this.arguments)s.render(e,t);else{let s=this.arguments.length-2;for(;s>=0&&!this.arguments[s].included;)s--;if(s>=0){for(let i=0;i<=s;i++)this.arguments[i].render(e,t);e.remove(we(e.original,",",this.arguments[s].end),this.end-1)}else e.remove(we(e.original,"(",this.callee.end)+1,this.end-1)}}applyDeoptimizations(){this.deoptimized=!0;const{thisParam:e}=this.callOptions;e&&this.callee.deoptimizeThisOnEventAtPath(2,$,e,B);for(const e of this.arguments)e.deoptimizePath(M);this.context.requestTreeshakingPass()}getReturnExpression(e=B){return null===this.returnExpression?(this.returnExpression=j,this.returnExpression=this.callee.getReturnExpressionWhenCalledAtPath($,this.callOptions,e,this)):this.returnExpression}},CatchClause:class extends Ae{createScope(e){this.scope=new xs(e,this.context)}parseNode(e){const{param:t}=e;t&&(this.param=new(this.context.nodeConstructors[t.type]||this.context.nodeConstructors.UnknownNode)(t,this,this.scope),this.param.declare("parameter",j)),super.parseNode(e)}},ChainExpression:class extends Ae{},ClassBody:class extends Ae{createScope(e){this.scope=new vs(e,this.parent,this.context)}include(e,t){this.included=!0,this.context.includeVariableInModule(this.scope.thisVariable);for(const s of this.body)s.include(e,t)}parseNode(e){const t=this.body=[];for(const s of e.body)t.push(new this.context.nodeConstructors[s.type](s,this,s.static?this.scope:this.scope.instanceScope));super.parseNode(e)}},ClassDeclaration:$t,ClassExpression:class extends Lt{render(e,t,{renderedSurroundingElement:s}=H){super.render(e,t),"ExpressionStatement"===s&&(e.appendRight(this.start,"("),e.prependLeft(this.end,")"))}},ConditionalExpression:class extends Ae{constructor(){super(...arguments),this.expressionsToBeDeoptimized=[],this.isBranchResolutionAnalysed=!1,this.usedBranch=null}deoptimizeCache(){if(null!==this.usedBranch){const e=this.usedBranch===this.consequent?this.alternate:this.consequent;this.usedBranch=null,e.deoptimizePath(M);for(const e of this.expressionsToBeDeoptimized)e.deoptimizeCache()}}deoptimizePath(e){const t=this.getUsedBranch();null===t?(this.consequent.deoptimizePath(e),this.alternate.deoptimizePath(e)):t.deoptimizePath(e)}deoptimizeThisOnEventAtPath(e,t,s,i){this.consequent.deoptimizeThisOnEventAtPath(e,t,s,i),this.alternate.deoptimizeThisOnEventAtPath(e,t,s,i)}getLiteralValueAtPath(e,t,s){const i=this.getUsedBranch();return null===i?z:(this.expressionsToBeDeoptimized.push(s),i.getLiteralValueAtPath(e,t,s))}getReturnExpressionWhenCalledAtPath(e,t,s,i){const n=this.getUsedBranch();return null===n?new Es([this.consequent.getReturnExpressionWhenCalledAtPath(e,t,s,i),this.alternate.getReturnExpressionWhenCalledAtPath(e,t,s,i)]):(this.expressionsToBeDeoptimized.push(i),n.getReturnExpressionWhenCalledAtPath(e,t,s,i))}hasEffects(e){if(this.test.hasEffects(e))return!0;const t=this.getUsedBranch();return null===t?this.consequent.hasEffects(e)||this.alternate.hasEffects(e):t.hasEffects(e)}hasEffectsWhenAccessedAtPath(e,t){const s=this.getUsedBranch();return null===s?this.consequent.hasEffectsWhenAccessedAtPath(e,t)||this.alternate.hasEffectsWhenAccessedAtPath(e,t):s.hasEffectsWhenAccessedAtPath(e,t)}hasEffectsWhenAssignedAtPath(e,t){const s=this.getUsedBranch();return null===s?this.consequent.hasEffectsWhenAssignedAtPath(e,t)||this.alternate.hasEffectsWhenAssignedAtPath(e,t):s.hasEffectsWhenAssignedAtPath(e,t)}hasEffectsWhenCalledAtPath(e,t,s){const i=this.getUsedBranch();return null===i?this.consequent.hasEffectsWhenCalledAtPath(e,t,s)||this.alternate.hasEffectsWhenCalledAtPath(e,t,s):i.hasEffectsWhenCalledAtPath(e,t,s)}include(e,t){this.included=!0;const s=this.getUsedBranch();t||this.test.shouldBeIncluded(e)||null===s?(this.test.include(e,t),this.consequent.include(e,t),this.alternate.include(e,t)):s.include(e,t)}includeCallArguments(e,t){const s=this.getUsedBranch();null===s?(this.consequent.includeCallArguments(e,t),this.alternate.includeCallArguments(e,t)):s.includeCallArguments(e,t)}render(e,t,{isCalleeOfRenderedParent:s,preventASI:i,renderedParentType:n,renderedSurroundingElement:r}=H){const a=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 o=we(e.original,":",this.consequent.end),h=Ne(e.original,(this.consequent.included?we(e.original,"?",this.test.end):o)+1);i&&$e(e,h,a.start),e.remove(this.start,h),this.consequent.included&&e.remove(o,this.end),_e(this,e),a.render(e,t,{isCalleeOfRenderedParent:s,preventASI:!0,renderedParentType:n||this.parent.type,renderedSurroundingElement:r||this.parent.type})}}getUsedBranch(){if(this.isBranchResolutionAnalysed)return this.usedBranch;this.isBranchResolutionAnalysed=!0;const e=this.test.getLiteralValueAtPath($,B,this);return e===z?null:this.usedBranch=e?this.consequent:this.alternate}},ContinueStatement:class extends Ae{hasEffects(e){if(this.label){if(!e.ignore.labels.has(this.label.name))return!0;e.includedLabels.add(this.label.name),e.brokenFlow=2}else{if(!e.ignore.continues)return!0;e.brokenFlow=1}return!1}include(e){this.included=!0,this.label&&(this.label.include(),e.includedLabels.add(this.label.name)),e.brokenFlow=this.label?2:1}},DoWhileStatement:class extends Ae{hasEffects(e){if(this.test.hasEffects(e))return!0;const{brokenFlow:t,ignore:{breaks:s,continues:i}}=e;return e.ignore.breaks=!0,e.ignore.continues=!0,!!this.body.hasEffects(e)||(e.ignore.breaks=s,e.ignore.continues=i,e.brokenFlow=t,!1)}include(e,t){this.included=!0,this.test.include(e,t);const{brokenFlow:s}=e;this.body.includeAsSingleStatement(e,t),e.brokenFlow=s}},EmptyStatement:class extends Ae{hasEffects(){return!1}},ExportAllDeclaration:ke,ExportDefaultDeclaration:Wt,ExportNamedDeclaration:bs,ExportSpecifier:class extends Ae{},ExpressionStatement:cs,ForInStatement:class extends Ae{constructor(){super(...arguments),this.deoptimized=!1}createScope(e){this.scope=new ls(e)}hasEffects(e){if(this.deoptimized||this.applyDeoptimizations(),this.left&&(this.left.hasEffects(e)||this.left.hasEffectsWhenAssignedAtPath($,e))||this.right&&this.right.hasEffects(e))return!0;const{brokenFlow:t,ignore:{breaks:s,continues:i}}=e;return e.ignore.breaks=!0,e.ignore.continues=!0,!!this.body.hasEffects(e)||(e.ignore.breaks=s,e.ignore.continues=i,e.brokenFlow=t,!1)}include(e,t){this.deoptimized||this.applyDeoptimizations(),this.included=!0,this.left.include(e,t||!0),this.right.include(e,t);const{brokenFlow:s}=e;this.body.includeAsSingleStatement(e,t),e.brokenFlow=s}render(e,t){this.left.render(e,t,Ce),this.right.render(e,t,Ce),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($),this.context.requestTreeshakingPass()}},ForOfStatement:class extends Ae{constructor(){super(...arguments),this.deoptimized=!1}createScope(e){this.scope=new ls(e)}hasEffects(){return this.deoptimized||this.applyDeoptimizations(),!0}include(e,t){this.deoptimized||this.applyDeoptimizations(),this.included=!0,this.left.include(e,t||!0),this.right.include(e,t);const{brokenFlow:s}=e;this.body.includeAsSingleStatement(e,t),e.brokenFlow=s}render(e,t){this.left.render(e,t,Ce),this.right.render(e,t,Ce),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($),this.context.requestTreeshakingPass()}},ForStatement:class extends Ae{createScope(e){this.scope=new ls(e)}hasEffects(e){if(this.init&&this.init.hasEffects(e)||this.test&&this.test.hasEffects(e)||this.update&&this.update.hasEffects(e))return!0;const{brokenFlow:t,ignore:{breaks:s,continues:i}}=e;return e.ignore.breaks=!0,e.ignore.continues=!0,!!this.body.hasEffects(e)||(e.ignore.breaks=s,e.ignore.continues=i,e.brokenFlow=t,!1)}include(e,t){this.included=!0,this.init&&this.init.includeAsSingleStatement(e,t),this.test&&this.test.include(e,t);const{brokenFlow:s}=e;this.update&&this.update.include(e,t),this.body.includeAsSingleStatement(e,t),e.brokenFlow=s}render(e,t){this.init&&this.init.render(e,t,Ce),this.test&&this.test.render(e,t,Ce),this.update&&this.update.render(e,t,Ce),this.body.render(e,t)}},FunctionDeclaration:jt,FunctionExpression:class extends Ut{render(e,t,{renderedSurroundingElement:s}=H){super.render(e,t),"ExpressionStatement"===s&&(e.appendRight(this.start,"("),e.prependLeft(this.end,")"))}},Identifier:Et,IfStatement:ks,ImportDeclaration:Ps,ImportDefaultSpecifier:class extends Ae{},ImportExpression:class extends Ae{constructor(){super(...arguments),this.inlineNamespace=null,this.mechanism=null,this.resolution=null}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)}render(e,t){if(this.inlineNamespace){const{snippets:{getDirectReturnFunction:s,getPropertyAccess:i}}=t,[n,r]=s([],{functionReturn:!0,lineBreakIndent:null,name:null});e.overwrite(this.start,this.end,`Promise.resolve().then(${n}${this.inlineNamespace.getName(i)}${r})`,{contentOnly:!0})}else this.mechanism&&(e.overwrite(this.start,we(e.original,"(",this.start+6)+1,this.mechanism.left,{contentOnly:!0}),e.overwrite(this.end-1,this.end,this.mechanism.right,{contentOnly:!0})),this.source.render(e,t)}renderFinalResolution(e,t,s,{getDirectReturnFunction:i}){if(e.overwrite(this.source.start,this.source.end,t),s){const[t,n]=i(["n"],{functionReturn:!0,lineBreakIndent:null,name:null});e.prependLeft(this.end,`.then(${t}n.${s}${n})`)}}setExternalResolution(e,t,s,i,n,r){const{format:a}=s;this.resolution=t;const o=[...js[a]||[]];let h;({helper:h,mechanism:this.mechanism}=this.getDynamicImportMechanismAndHelper(t,e,s,i,n)),h&&o.push(h),o.length>0&&this.scope.addAccessedGlobals(o,r)}setInternalResolution(e){this.inlineNamespace=e}getDynamicImportMechanismAndHelper(e,t,{compact:s,dynamicImportFunction:i,format:n,generatedCode:{arrowFunctions:r},interop:a},{_:o,getDirectReturnFunction:h,getDirectReturnIifeLeft:l},c){const u=c.hookFirstSync("renderDynamicImport",[{customResolution:"string"==typeof this.resolution?this.resolution:null,format:n,moduleId:this.context.module.id,targetModuleId:this.resolution&&"string"!=typeof this.resolution?this.resolution.id:null}]);if(u)return{helper:null,mechanism:u};const p=!this.resolution||"string"==typeof this.resolution;switch(n){case"cjs":{const s=Us(e,t,a);let i="require(",n=")";s&&(i=`/*#__PURE__*/${s}(${i}`,n+=")");const[o,c]=h([],{functionReturn:!0,lineBreakIndent:null,name:null});return i=`Promise.resolve().then(${o}${i}`,n+=`${c})`,!r&&p&&(i=l(["t"],`${i}t${n}`,{needsArrowReturnParens:!1,needsWrappedFunction:!0}),n=")"),{helper:s,mechanism:{left:i,right:n}}}case"amd":{const i=s?"c":"resolve",n=s?"e":"reject",c=Us(e,t,a),[u,d]=h(["m"],{functionReturn:!1,lineBreakIndent:null,name:null}),f=c?`${u}${i}(/*#__PURE__*/${c}(m))${d}`:i,[m,g]=h([i,n],{functionReturn:!1,lineBreakIndent:null,name:null});let y=`new Promise(${m}require([`,x=`],${o}${f},${o}${n})${g})`;return!r&&p&&(y=l(["t"],`${y}t${x}`,{needsArrowReturnParens:!1,needsWrappedFunction:!0}),x=")"),{helper:c,mechanism:{left:y,right:x}}}case"system":return{helper:null,mechanism:{left:"module.import(",right:")"}};case"es":if(i)return{helper:null,mechanism:{left:`${i}(`,right:")"}}}return{helper:null,mechanism:null}}},ImportNamespaceSpecifier:class extends Ae{},ImportSpecifier:class extends Ae{},LabeledStatement:class extends Ae{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 s=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=s)}render(e,t){this.label.included?this.label.render(e,t):e.remove(this.start,Ne(e.original,we(e.original,":",this.label.end)+1)),this.body.render(e,t)}},Literal:Gt,LogicalExpression:class extends Ae{constructor(){super(...arguments),this.expressionsToBeDeoptimized=[],this.isBranchResolutionAnalysed=!1,this.usedBranch=null}deoptimizeCache(){if(null!==this.usedBranch){const e=this.usedBranch===this.left?this.right:this.left;this.usedBranch=null,e.deoptimizePath(M);for(const e of this.expressionsToBeDeoptimized)e.deoptimizeCache()}}deoptimizePath(e){const t=this.getUsedBranch();null===t?(this.left.deoptimizePath(e),this.right.deoptimizePath(e)):t.deoptimizePath(e)}deoptimizeThisOnEventAtPath(e,t,s,i){this.left.deoptimizeThisOnEventAtPath(e,t,s,i),this.right.deoptimizeThisOnEventAtPath(e,t,s,i)}getLiteralValueAtPath(e,t,s){const i=this.getUsedBranch();return null===i?z:(this.expressionsToBeDeoptimized.push(s),i.getLiteralValueAtPath(e,t,s))}getReturnExpressionWhenCalledAtPath(e,t,s,i){const n=this.getUsedBranch();return null===n?new Es([this.left.getReturnExpressionWhenCalledAtPath(e,t,s,i),this.right.getReturnExpressionWhenCalledAtPath(e,t,s,i)]):(this.expressionsToBeDeoptimized.push(i),n.getReturnExpressionWhenCalledAtPath(e,t,s,i))}hasEffects(e){return!!this.left.hasEffects(e)||this.getUsedBranch()!==this.left&&this.right.hasEffects(e)}hasEffectsWhenAccessedAtPath(e,t){const s=this.getUsedBranch();return null===s?this.left.hasEffectsWhenAccessedAtPath(e,t)||this.right.hasEffectsWhenAccessedAtPath(e,t):s.hasEffectsWhenAccessedAtPath(e,t)}hasEffectsWhenAssignedAtPath(e,t){const s=this.getUsedBranch();return null===s?this.left.hasEffectsWhenAssignedAtPath(e,t)||this.right.hasEffectsWhenAssignedAtPath(e,t):s.hasEffectsWhenAssignedAtPath(e,t)}hasEffectsWhenCalledAtPath(e,t,s){const i=this.getUsedBranch();return null===i?this.left.hasEffectsWhenCalledAtPath(e,t,s)||this.right.hasEffectsWhenCalledAtPath(e,t,s):i.hasEffectsWhenCalledAtPath(e,t,s)}include(e,t){this.included=!0;const s=this.getUsedBranch();t||s===this.right&&this.left.shouldBeIncluded(e)||null===s?(this.left.include(e,t),this.right.include(e,t)):s.include(e,t)}render(e,t,{isCalleeOfRenderedParent:s,preventASI:i,renderedParentType:n,renderedSurroundingElement:r}=H){if(this.left.included&&this.right.included)this.left.render(e,t,{preventASI:i,renderedSurroundingElement:r}),this.right.render(e,t);else{const a=we(e.original,this.operator,this.left.end);if(this.right.included){const t=Ne(e.original,a+2);e.remove(this.start,t),i&&$e(e,t,this.right.start)}else e.remove(a,this.end);_e(this,e),this.getUsedBranch().render(e,t,{isCalleeOfRenderedParent:s,preventASI:i,renderedParentType:n||this.parent.type,renderedSurroundingElement:r||this.parent.type})}}getUsedBranch(){if(!this.isBranchResolutionAnalysed){this.isBranchResolutionAnalysed=!0;const e=this.left.getLiteralValueAtPath($,B,this);if(e===z)return null;this.usedBranch="||"===this.operator&&e||"&&"===this.operator&&!e||"??"===this.operator&&null!=e?this.left:this.right}return this.usedBranch}},MemberExpression:ys,MetaProperty:class extends Ae{addAccessedGlobals(e,t){const s=this.metaProperty,i=(s&&(s.startsWith(li)||s.startsWith(hi)||s.startsWith("ROLLUP_CHUNK_URL_"))?ui:ci)[e];i.length>0&&this.scope.addAccessedGlobals(i,t)}getReferencedFileName(e){const t=this.metaProperty;return t&&t.startsWith(li)?e.getFileName(t.substr(li.length)):null}hasEffects(){return!1}hasEffectsWhenAccessedAtPath(e){return e.length>1}include(){if(!this.included&&(this.included=!0,"import"===this.meta.name)){this.context.addImportMeta(this);const e=this.parent;this.metaProperty=e instanceof ys&&"string"==typeof e.propertyKey?e.propertyKey:null}}renderFinalMechanism(e,t,s,i,n){var r;const a=this.parent,o=this.metaProperty;if(o&&(o.startsWith(li)||o.startsWith(hi)||o.startsWith("ROLLUP_CHUNK_URL_"))){let i,r=null,h=null,l=null;o.startsWith(li)?(r=o.substr(li.length),i=n.getFileName(r)):o.startsWith(hi)?(ai(`Using the "${hi}" prefix to reference files is deprecated. Use the "${li}" prefix instead.`,!0,this.context.options),h=o.substr(hi.length),i=n.getFileName(h)):(ai(`Using the "ROLLUP_CHUNK_URL_" prefix to reference files is deprecated. Use the "${li}" prefix instead.`,!0,this.context.options),l=o.substr("ROLLUP_CHUNK_URL_".length),i=n.getFileName(l));const c=P(I(C(t),i));let u;return null!==h&&(u=n.hookFirstSync("resolveAssetUrl",[{assetFileName:i,chunkId:t,format:s,moduleId:this.context.module.id,relativeAssetPath:c}])),u||(u=n.hookFirstSync("resolveFileUrl",[{assetReferenceId:h,chunkId:t,chunkReferenceId:l,fileName:i,format:s,moduleId:this.context.module.id,referenceId:r||h||l,relativePath:c}])||gi[s](c)),void e.overwrite(a.start,a.end,u,{contentOnly:!0})}const h=n.hookFirstSync("resolveImportMeta",[o,{chunkId:t,format:s,moduleId:this.context.module.id}])||(null===(r=yi[s])||void 0===r?void 0:r.call(yi,o,{chunkId:t,snippets:i}));"string"==typeof h&&(a instanceof ys?e.overwrite(a.start,a.end,h,{contentOnly:!0}):e.overwrite(this.start,this.end,h,{contentOnly:!0}))}},MethodDefinition:At,NewExpression:class extends Ae{constructor(){super(...arguments),this.deoptimized=!1}hasEffects(e){this.deoptimized||this.applyDeoptimizations();for(const t of this.arguments)if(t.hasEffects(e))return!0;return(!this.context.options.treeshake.annotations||!this.annotations)&&(this.callee.hasEffects(e)||this.callee.hasEffectsWhenCalledAtPath($,this.callOptions,e))}hasEffectsWhenAccessedAtPath(e){return e.length>0}initialise(){this.callOptions={args:this.arguments,thisParam:null,withNew:!0}}applyDeoptimizations(){this.deoptimized=!0;for(const e of this.arguments)e.deoptimizePath(M);this.context.requestTreeshakingPass()}},ObjectExpression:class extends Ae{constructor(){super(...arguments),this.objectEntity=null}deoptimizeCache(){this.getObjectEntity().deoptimizeAllProperties()}deoptimizePath(e){this.getObjectEntity().deoptimizePath(e)}deoptimizeThisOnEventAtPath(e,t,s,i){this.getObjectEntity().deoptimizeThisOnEventAtPath(e,t,s,i)}getLiteralValueAtPath(e,t,s){return this.getObjectEntity().getLiteralValueAtPath(e,t,s)}getReturnExpressionWhenCalledAtPath(e,t,s,i){return this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,s,i)}hasEffectsWhenAccessedAtPath(e,t){return this.getObjectEntity().hasEffectsWhenAccessedAtPath(e,t)}hasEffectsWhenAssignedAtPath(e,t){return this.getObjectEntity().hasEffectsWhenAssignedAtPath(e,t)}hasEffectsWhenCalledAtPath(e,t,s){return this.getObjectEntity().hasEffectsWhenCalledAtPath(e,t,s)}render(e,t,{renderedSurroundingElement:s}=H){super.render(e,t),"ExpressionStatement"!==s&&"ArrowFunctionExpression"!==s||(e.appendRight(this.start,"("),e.prependLeft(this.end,")"))}getObjectEntity(){if(null!==this.objectEntity)return this.objectEntity;let e=Rt;const t=[];for(const s of this.properties){if(s instanceof Dt){t.push({key:R,kind:"init",property:s});continue}let i;if(s.computed){const e=s.key.getLiteralValueAtPath($,B,this);if(e===z){t.push({key:R,kind:s.kind,property:s});continue}i=String(e)}else if(i=s.key instanceof Et?s.key.name:String(s.key.value),"__proto__"===i&&"init"===s.kind){e=s.value instanceof Gt&&null===s.value.value?null:s.value;continue}t.push({key:i,kind:s.kind,property:s})}return this.objectEntity=new Pt(t,e)}},ObjectPattern:ds,PrivateIdentifier:class extends Ae{},Program:Ht,Property:class extends St{constructor(){super(...arguments),this.deoptimized=!1,this.declarationInit=null}declare(e,t){return this.declarationInit=t,this.value.declare(e,j)}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([R,R]),this.context.requestTreeshakingPass())}},PropertyDefinition:class extends Ae{deoptimizePath(e){var t;null===(t=this.value)||void 0===t||t.deoptimizePath(e)}deoptimizeThisOnEventAtPath(e,t,s,i){var n;null===(n=this.value)||void 0===n||n.deoptimizeThisOnEventAtPath(e,t,s,i)}getLiteralValueAtPath(e,t,s){return this.value?this.value.getLiteralValueAtPath(e,t,s):z}getReturnExpressionWhenCalledAtPath(e,t,s,i){return this.value?this.value.getReturnExpressionWhenCalledAtPath(e,t,s,i):j}hasEffects(e){return this.key.hasEffects(e)||this.static&&null!==this.value&&this.value.hasEffects(e)}hasEffectsWhenAccessedAtPath(e,t){return!this.value||this.value.hasEffectsWhenAccessedAtPath(e,t)}hasEffectsWhenAssignedAtPath(e,t){return!this.value||this.value.hasEffectsWhenAssignedAtPath(e,t)}hasEffectsWhenCalledAtPath(e,t,s){return!this.value||this.value.hasEffectsWhenCalledAtPath(e,t,s)}},RestElement:zt,ReturnStatement:class extends Ae{hasEffects(e){return!(e.ignore.returnYield&&(null===this.argument||!this.argument.hasEffects(e))&&(e.brokenFlow=2,1))}include(e,t){this.included=!0,this.argument&&this.argument.include(e,t),e.brokenFlow=2}initialise(){this.scope.addReturnExpression(this.argument||j)}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 Ae{deoptimizePath(e){this.expressions[this.expressions.length-1].deoptimizePath(e)}deoptimizeThisOnEventAtPath(e,t,s,i){this.expressions[this.expressions.length-1].deoptimizeThisOnEventAtPath(e,t,s,i)}getLiteralValueAtPath(e,t,s){return this.expressions[this.expressions.length-1].getLiteralValueAtPath(e,t,s)}hasEffects(e){for(const t of this.expressions)if(t.hasEffects(e))return!0;return!1}hasEffectsWhenAccessedAtPath(e,t){return e.length>0&&this.expressions[this.expressions.length-1].hasEffectsWhenAccessedAtPath(e,t)}hasEffectsWhenAssignedAtPath(e,t){return this.expressions[this.expressions.length-1].hasEffectsWhenAssignedAtPath(e,t)}hasEffectsWhenCalledAtPath(e,t,s){return this.expressions[this.expressions.length-1].hasEffectsWhenCalledAtPath(e,t,s)}include(e,t){this.included=!0;const s=this.expressions[this.expressions.length-1];for(const i of this.expressions)(t||i===s&&!(this.parent instanceof cs)||i.shouldBeIncluded(e))&&i.include(e,t)}render(e,t,{renderedParentType:s,isCalleeOfRenderedParent:i,preventASI:n}=H){let r=0,a=null;const o=this.expressions[this.expressions.length-1];for(const{node:h,separator:l,start:c,end:u}of Le(this.expressions,e,this.start,this.end))if(h.included)if(r++,a=l,1===r&&n&&$e(e,c,h.start),1===r){const n=s||this.parent.type;h.render(e,t,{isCalleeOfRenderedParent:i&&h===o,renderedParentType:n,renderedSurroundingElement:n})}else h.render(e,t);else Pe(h,e,c,u);a&&e.remove(a,this.end)}},SpreadElement:Dt,Super:class extends Ae{bind(){this.variable=this.scope.findVariable("this")}deoptimizePath(e){this.variable.deoptimizePath(e)}include(){this.included||(this.included=!0,this.context.includeVariableInModule(this.variable))}},SwitchCase:xi,SwitchStatement:class extends Ae{createScope(e){this.scope=new ls(e)}hasEffects(e){if(this.discriminant.hasEffects(e))return!0;const{brokenFlow:t,ignore:{breaks:s}}=e;let i=1/0;e.ignore.breaks=!0;for(const s of this.cases){if(s.hasEffects(e))return!0;i=e.brokenFlow=0;r--){const a=this.cases[r];if(a.included&&(n=!0),!n){const e=ce();e.ignore.breaks=!0,n=a.hasEffects(e)}n?(a.include(e,t),i=i0&&Re(this.cases,e,this.cases[0].start,this.end-1,t)}},TaggedTemplateExpression:class extends Ae{bind(){if(super.bind(),"Identifier"===this.tag.type){const e=this.tag.name;this.scope.findVariable(e).isNamespace&&this.context.warn({code:"CANNOT_CALL_NAMESPACE",message:`Cannot call a namespace ('${e}')`},this.start)}}hasEffects(e){return super.hasEffects(e)||this.tag.hasEffectsWhenCalledAtPath($,this.callOptions,e)}initialise(){this.callOptions={args:ze,thisParam:null,withNew:!1}}render(e,t){this.tag.render(e,t,{isCalleeOfRenderedParent:!0}),this.quasi.render(e,t)}},TemplateElement:class extends Ae{bind(){}hasEffects(){return!1}include(){this.included=!0}parseNode(e){this.value=e.value,super.parseNode(e)}render(){}},TemplateLiteral:qt,ThisExpression:class extends Ae{bind(){this.variable=this.scope.findVariable("this")}deoptimizePath(e){this.variable.deoptimizePath(e)}deoptimizeThisOnEventAtPath(e,t,s,i){this.variable.deoptimizeThisOnEventAtPath(e,t,s===this?this.variable:s,i)}hasEffectsWhenAccessedAtPath(e,t){return e.length>0&&this.variable.hasEffectsWhenAccessedAtPath(e,t)}hasEffectsWhenAssignedAtPath(e,t){return this.variable.hasEffectsWhenAssignedAtPath(e,t)}include(){this.included||(this.included=!0,this.context.includeVariableInModule(this.variable))}initialise(){this.alias=this.scope.findLexicalBoundary()instanceof bi?this.context.moduleContext:null,"undefined"===this.alias&&this.context.warn({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:"https://rollupjs.org/guide/en/#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 Ae{hasEffects(){return!0}include(e,t){this.included=!0,this.argument.include(e,t),e.brokenFlow=2}render(e,t){this.argument.render(e,t,{preventASI:!0}),this.argument.start===this.start+5&&e.prependLeft(this.start+5," ")}},TryStatement:class extends Ae{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))||null!==this.finalizer&&this.finalizer.hasEffects(e)}include(e,t){var s;const i=null===(s=this.context.options.treeshake)||void 0===s?void 0:s.tryCatchDeoptimization,{brokenFlow:n}=e;if(this.directlyIncluded&&i){if(this.includedLabelsAfterBlock)for(const t of this.includedLabelsAfterBlock)e.includedLabels.add(t)}else this.included=!0,this.directlyIncluded=!0,this.block.include(e,i?"variables":t),e.includedLabels.size>0&&(this.includedLabelsAfterBlock=[...e.includedLabels]),e.brokenFlow=n;null!==this.handler&&(this.handler.include(e,t),e.brokenFlow=n),null!==this.finalizer&&this.finalizer.include(e,t)}},UnaryExpression:class extends Ae{constructor(){super(...arguments),this.deoptimized=!1}getLiteralValueAtPath(e,t,s){if(e.length>0)return z;const i=this.argument.getLiteralValueAtPath($,t,s);return i===z?z:Si[this.operator](i)}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),!("typeof"===this.operator&&this.argument instanceof Et)&&(this.argument.hasEffects(e)||"delete"===this.operator&&this.argument.hasEffectsWhenAssignedAtPath($,e))}hasEffectsWhenAccessedAtPath(e){return"void"===this.operator?e.length>0:e.length>1}applyDeoptimizations(){this.deoptimized=!0,"delete"===this.operator&&(this.argument.deoptimizePath($),this.context.requestTreeshakingPass())}},UnknownNode:class extends Ae{hasEffects(){return!0}include(e){super.include(e,!0)}},UpdateExpression:class extends Ae{constructor(){super(...arguments),this.deoptimized=!1}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),this.argument.hasEffects(e)||this.argument.hasEffectsWhenAssignedAtPath($,e)}hasEffectsWhenAccessedAtPath(e){return e.length>1}render(e,t){const{exportNamesByVariable:s,format:i,snippets:{_:n}}=t;if(this.argument.render(e,t),"system"===i){const i=this.argument.variable,r=s.get(i);if(r)if(this.prefix)1===r.length?Oe(i,this.start,this.end,e,t):De(i,this.start,this.end,"ExpressionStatement"!==this.parent.type,e,t);else{const s=this.operator[0];!function(e,t,s,i,n,r,a){const{_:o}=r.snippets;n.prependRight(t,`${Me([e],r,a)},${o}`),i&&(n.prependRight(t,"("),n.appendLeft(s,")"))}(i,this.start,this.end,"ExpressionStatement"!==this.parent.type,e,t,`${n}${s}${n}1`)}}}applyDeoptimizations(){this.deoptimized=!0,this.argument.deoptimizePath($),this.argument instanceof Et&&(this.scope.findVariable(this.argument.name).isReassigned=!0),this.context.requestTreeshakingPass()}},VariableDeclaration:Xt,VariableDeclarator:class extends Ae{declareDeclarator(e){this.id.declare(e,this.init||je)}deoptimizePath(e){this.id.deoptimizePath(e)}hasEffects(e){const t=null!==this.init&&this.init.hasEffects(e);return this.id.markDeclarationReached(),t||this.id.hasEffects(e)}include(e,t){this.included=!0,this.init&&this.init.include(e,t),this.id.markDeclarationReached(),(t||this.id.shouldBeIncluded(e))&&this.id.include(e,t)}render(e,t){const{exportNamesByVariable:s,snippets:{_:i}}=t,n=this.id.included;if(n)this.id.render(e,t);else{const t=we(e.original,"=",this.id.end);e.remove(this.start,Ne(e.original,t+1))}this.init?this.init.render(e,t,n?H:{renderedSurroundingElement:"ExpressionStatement"}):this.id instanceof Et&&Kt(this.id.variable,s)&&e.appendLeft(this.end,`${i}=${i}void 0`)}},WhileStatement:class extends Ae{hasEffects(e){if(this.test.hasEffects(e))return!0;const{brokenFlow:t,ignore:{breaks:s,continues:i}}=e;return e.ignore.breaks=!0,e.ignore.continues=!0,!!this.body.hasEffects(e)||(e.ignore.breaks=s,e.ignore.continues=i,e.brokenFlow=t,!1)}include(e,t){this.included=!0,this.test.include(e,t);const{brokenFlow:s}=e;this.body.includeAsSingleStatement(e,t),e.brokenFlow=s}},YieldExpression:class extends Ae{constructor(){super(...arguments),this.deoptimized=!1}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),!e.ignore.returnYield||null!==this.argument&&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," "))}applyDeoptimizations(){this.deoptimized=!0;const{argument:e}=this;e&&(e.deoptimizePath(M),this.context.requestTreeshakingPass())}}};class ki extends W{constructor(e){super("_missingExportShim"),this.module=e}include(){super.include(),this.module.needsExportShim=!0}}class Pi extends W{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}getMemberVariables(){if(this.memberVariables)return this.memberVariables;const e=Object.create(null);for(const t of this.context.getExports().concat(this.context.getReexports()))if("*"!==t[0]&&t!==this.module.info.syntheticNamedExports){const s=this.context.traceExport(t);s&&(e[t]=s)}return this.memberVariables=e}include(){this.included=!0,this.context.includeAllExports()}prepare(e){this.mergedNamespaces.length>0&&this.module.scope.addAccessedGlobals(["_mergeNamespaces"],e)}renderBlock(e){const{exportNamesByVariable:t,format:s,freeze:i,indent:n,namespaceToStringTag:r,snippets:{_:a,cnst:o,getObject:h,getPropertyAccess:l,n:c,s:u}}=e,p=this.getMemberVariables(),d=Object.entries(p).map((([e,t])=>this.referencedEarly||t.isReassigned?[null,`get ${e}${a}()${a}{${a}return ${t.getName(l)}${u}${a}}`]:[e,t.getName(l)]));r&&d.unshift([null,`[Symbol.toStringTag]:${a}'Module'`]),d.unshift([null,`__proto__:${a}null`]);let f=h(d,{lineBreakIndent:{base:"",t:n}});return this.mergedNamespaces.length>0&&(f=`/*#__PURE__*/_mergeNamespaces(${f}, [${this.mergedNamespaces.map((e=>e.getName(l))).join(`,${a}`)}])`),i&&(f=`/*#__PURE__*/Object.freeze(${f})`),f=`${o} ${this.getName(l)}${a}=${a}${f};`,"system"===s&&t.has(this)&&(f+=`${c}${Me([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}}}Pi.prototype.isNamespace=!0;class _i extends W{constructor(e,t,s){super(t),this.baseVariable=null,this.context=e,this.module=e.module,this.syntheticNamespace=s}getBaseVariable(){if(this.baseVariable)return this.baseVariable;let e=this.syntheticNamespace;for(;e instanceof Ei||e instanceof _i;){if(e instanceof Ei){const t=e.getOriginalVariable();if(t===e)break;e=t}e instanceof _i&&(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)}}function Ci(e){return e.id}const wi=()=>{};let Ii=()=>[0,0],Ni=()=>0,Ti=()=>0,Ri={};function Li(e,t){switch(t){case 1:return`# ${e}`;case 2:return`## ${e}`;case 3:return e;default:return`${" ".repeat(t-4)}- ${e}`}}function $i(e,t=3){e=Li(e,t),Ri.hasOwnProperty(e)||(Ri[e]={memory:0,startMemory:void 0,startTime:void 0,time:0,totalMemory:0});const s=Ti();Ri[e].startTime=Ii(),Ri[e].startMemory=s}function Mi(e,t=3){if(e=Li(e,t),Ri.hasOwnProperty(e)){const t=Ti();Ri[e].time+=Ni(Ri[e].startTime),Ri[e].totalMemory=Math.max(Ri[e].totalMemory,t),Ri[e].memory+=t-Ri[e].startMemory}}function Oi(){const e={};for(const[t,{time:s,memory:i,totalMemory:n}]of Object.entries(Ri))e[t]=[s,i,n];return e}let Di=wi,Vi=wi;const Bi={load:!0,resolveDynamicImport:!0,resolveId:!0,transform:!0};function Fi(e,t){const s={};for(const i of Object.keys(e))if(!0===Bi[i]){let n=`plugin ${t}`;e.name&&(n+=` (${e.name})`),n+=` - ${i}`,s[i]=function(...t){Di(n,4);let r=e[i].apply(this===s?e:this,t);return Vi(n,4),r&&"function"==typeof r.then&&(Di(`${n} (async)`,4),r=r.then((e=>(Vi(`${n} (async)`,4),e)))),r}}else s[i]=e[i];return s}function zi(e){e.isExecuted=!0;const t=[e],s=new Set;for(const e of t)for(const i of[...e.dependencies,...e.implicitlyLoadedBefore])i instanceof re||i.isExecuted||!i.info.hasModuleSideEffects&&!e.implicitlyLoadedBefore.has(i)||s.has(i.id)||(i.isExecuted=!0,s.add(i.id),t.push(i))}const Ui={identifier:null,localName:"_missingExportShim"};function ji(e,t,s,i,n=new Map,r){const a=n.get(t);if(a){if(a.has(e))return i?null:Gs((o=t,h=e.id,{code:qs.CIRCULAR_REEXPORT,id:h,message:`"${o}" cannot be exported from ${ie(h)} as it is a reexport that references itself.`}));a.add(e)}else n.set(t,new Set([e]));var o,h;return e.getVariableForExportName(t,{importerForSideEffects:s,isExportAllSearch:i,searchedNamesAndModules:n,skipExternalNamespaceReexports:r})}class Wi{constructor(e,t,s,i,n,r,a){this.graph=e,this.id=t,this.options=s,this.alternativeReexportModules=new Map,this.ast=null,this.chunkFileNames=new Set,this.chunkName=null,this.cycles=new Set,this.dependencies=new Set,this.dynamicDependencies=new Set,this.dynamicImporters=[],this.dynamicImports=[],this.execIndex=1/0,this.exportAllSources=new Set,this.exports=Object.create(null),this.exportsAll=Object.create(null),this.implicitlyLoadedAfter=new Set,this.implicitlyLoadedBefore=new Set,this.importDescriptions=Object.create(null),this.importMetas=[],this.importedFromNotTreeshaken=!1,this.importers=[],this.imports=new Set,this.includedDynamicImporters=[],this.isExecuted=!1,this.isUserDefinedEntryPoint=!1,this.needsExportShim=!1,this.preserveSignature=this.options.preserveEntrySignatures,this.reexportDescriptions=Object.create(null),this.sideEffectDependenciesByVariable=new Map,this.sources=new Set,this.userChunkNames=new Set,this.usesTopLevelAwait=!1,this.allExportNames=null,this.exportAllModules=[],this.exportNamesByVariable=null,this.exportShimVariable=new ki(this),this.namespaceReexportsByName=Object.create(null),this.relevantDependencies=null,this.syntheticExports=new Map,this.syntheticNamespace=null,this.transformDependencies=[],this.transitiveReexports=null,this.excludeFromSourcemap=/\0/.test(t),this.context=s.moduleContext(t);const o=this;this.info={ast:null,code:null,get dynamicallyImportedIds(){const e=[];for(const{id:t}of o.dynamicImports)t&&e.push(t);return e},get dynamicImporters(){return o.dynamicImporters.sort()},hasModuleSideEffects:n,id:t,get implicitlyLoadedAfterOneOf(){return Array.from(o.implicitlyLoadedAfter,Ci)},get implicitlyLoadedBefore(){return Array.from(o.implicitlyLoadedBefore,Ci)},get importedIds(){return Array.from(o.sources,(e=>o.resolvedIds[e].id))},get importers(){return o.importers.sort()},isEntry:i,isExternal:!1,meta:a,syntheticNamedExports:r}}basename(){const e=_(this.id),t=w(this.id);return ee(t?e.slice(0,-t.length):e)}bindReferences(){this.ast.bind()}error(e,t){return this.addLocationToLogProps(e,t),Gs(e)}getAllExportNames(){if(this.allExportNames)return this.allExportNames;const e=this.allExportNames=new Set;for(const t of Object.keys(this.exports))e.add(t);for(const t of Object.keys(this.reexportDescriptions))e.add(t);for(const t of this.exportAllModules)if(t instanceof re)e.add(`*${t.id}`);else for(const s of t.getAllExportNames())"default"!==s&&e.add(s);return e}getDependenciesToBeIncluded(){if(this.relevantDependencies)return this.relevantDependencies;const e=new Set,t=new Set,s=new Set;let i=this.imports.keys();if(this.info.isEntry||this.includedDynamicImporters.length>0||this.namespace.included||this.implicitlyLoadedAfter.size>0){i=new Set(i);for(const e of[...this.getReexports(),...this.getExports()]){const t=this.getVariableForExportName(e);t&&i.add(t)}}for(let e of i){const i=this.sideEffectDependenciesByVariable.get(e);if(i)for(const e of i)s.add(e);e instanceof _i?e=e.getBaseVariable():e instanceof Ei&&(e=e.getOriginalVariable()),t.add(e.module)}if(this.options.treeshake&&"no-treeshake"!==this.info.hasModuleSideEffects)this.addRelevantSideEffectDependencies(e,t,s);else for(const t of this.dependencies)e.add(t);for(const s of t)e.add(s);return this.relevantDependencies=e}getExportNamesByVariable(){if(this.exportNamesByVariable)return this.exportNamesByVariable;const e=new Map;for(const t of this.getAllExportNames()){if(t===this.info.syntheticNamedExports)continue;let s=this.getVariableForExportName(t);if(s instanceof Ei&&(s=s.getOriginalVariable()),!s||!(s.included||s instanceof G))continue;const i=e.get(s);i?i.push(t):e.set(s,[t])}return this.exportNamesByVariable=e}getExports(){return Object.keys(this.exports)}getReexports(){if(this.transitiveReexports)return this.transitiveReexports;this.transitiveReexports=[];const e=new Set;for(const t in this.reexportDescriptions)e.add(t);for(const t of this.exportAllModules)if(t instanceof re)e.add(`*${t.id}`);else for(const s of[...t.getReexports(),...t.getExports()])"default"!==s&&e.add(s);return this.transitiveReexports=[...e]}getRenderedExports(){const e=[],t=[];for(const s in this.exports){const i=this.getVariableForExportName(s);(i&&i.included?e:t).push(s)}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")),this.syntheticNamespace?this.syntheticNamespace:Gs((e=this.id,t=this.info.syntheticNamedExports,{code:qs.SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT,id:e,message:`Module "${ie(e)}" that is marked with 'syntheticNamedExports: ${JSON.stringify(t)}' needs ${"string"==typeof t&&"default"!==t?`an 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:s,searchedNamesAndModules:i,skipExternalNamespaceReexports:n}=q){if("*"===e[0])return 1===e.length?this.namespace:this.graph.modulesById.get(e.slice(1)).getVariableForExportName("*");const r=this.reexportDescriptions[e];if(r){const e=ji(r.module,r.localName,t,!1,i,!1);return e?(t&&Gi(e,t,this),e):this.error(Zs(r.localName,this.id,r.module.id),r.start)}const a=this.exports[e];if(a){if(a===Ui)return this.exportShimVariable;const e=a.localName,s=this.traceVariable(e,t);return t&&(T(t.sideEffectDependenciesByVariable,s,(()=>new Set)).add(this),Gi(s,t,this)),s}if("default"!==e){const s=e in this.namespaceReexportsByName?this.namespaceReexportsByName[e]:this.getVariableFromNamespaceReexports(e,t,i,n);if(n||(this.namespaceReexportsByName[e]=s),s)return s}if(this.info.syntheticNamedExports){let t=this.syntheticExports.get(e);if(!t){const s=this.getSyntheticNamespace();return t=new _i(this.astContext,e,s),this.syntheticExports.set(e,t),t}return t}return!s&&this.options.shimMissingExports?(this.shimMissingExport(e),this.exportShimVariable):null}hasEffects(){return"no-treeshake"===this.info.hasModuleSideEffects||this.ast.included&&this.ast.hasEffects(ce())}include(){const e=le();this.ast.shouldBeIncluded(e)&&this.ast.include(e,!1)}includeAllExports(e){this.isExecuted||(zi(this),this.graph.needsTreeshakingPass=!0);for(const t of this.getExports())if(e||t!==this.info.syntheticNamedExports){const e=this.getVariableForExportName(t);e.deoptimizePath(M),e.included||this.includeVariable(e)}for(const e of this.getReexports()){const t=this.getVariableForExportName(e);t&&(t.deoptimizePath(M),t.included||this.includeVariable(t),t instanceof G&&(t.module.reexported=!0))}e&&this.namespace.setMergedNamespaces(this.includeAndGetAdditionalMergedNamespaces())}includeAllInBundle(){this.ast.include(le(),!0),this.includeAllExports(!1)}isIncluded(){return this.ast.included||this.namespace.included||this.importedFromNotTreeshaken}linkImports(){this.addModulesToImportDescriptions(this.importDescriptions),this.addModulesToImportDescriptions(this.reexportDescriptions);for(const e in this.exports)"default"!==e&&e!==this.info.syntheticNamedExports&&(this.exportsAll[e]=this.id);const e=[];for(const t of this.exportAllSources){const s=this.graph.modulesById.get(this.resolvedIds[t].id);if(s instanceof re)e.push(s);else{this.exportAllModules.push(s);for(const e in s.exportsAll)e in this.exportsAll?this.options.onwarn(ei(e,this,s)):this.exportsAll[e]=s.exportsAll[e]}}this.exportAllModules.push(...e)}render(e){const t=this.magicString.clone();return this.ast.render(t,e),this.usesTopLevelAwait=this.astContext.usesTopLevelAwait,t}setSource({ast:e,code:t,customTransformCache:s,originalCode:i,originalSourcemap:n,resolvedIds:r,sourcemapChain:a,transformDependencies:o,transformFiles:h,...l}){this.info.code=t,this.originalCode=i,this.originalSourcemap=n,this.sourcemapChain=a,h&&(this.transformFiles=h),this.transformDependencies=o,this.customTransformCache=s,this.updateOptions(l),Di("generate ast",3),e||(e=this.tryParse()),Vi("generate ast",3),this.resolvedIds=r||Object.create(null);const c=this.id;this.magicString=new E(t,{filename:this.excludeFromSourcemap?null:c,indentExclusionRanges:[]}),Di("analyse ast",3),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:c,getExports:this.getExports.bind(this),getModuleExecIndex:()=>this.execIndex,getModuleName:this.basename.bind(this),getReexports:this.getReexports.bind(this),importDescriptions:this.importDescriptions,includeAllExports:()=>this.includeAllExports(!0),includeDynamicImport:this.includeDynamicImport.bind(this),includeVariableInModule:this.includeVariableInModule.bind(this),magicString:this.magicString,module:this,moduleContext:this.context,nodeConstructors:Ai,options:this.options,requestTreeshakingPass:()=>this.graph.needsTreeshakingPass=!0,traceExport:this.getVariableForExportName.bind(this),traceVariable:this.traceVariable.bind(this),usesTopLevelAwait:!1,warn:this.warn.bind(this)},this.scope=new bi(this.graph.scope,this.astContext),this.namespace=new Pi(this.astContext),this.ast=new Ht(e,{context:this.astContext,type:"Module"},this.scope),this.info.ast=e,Vi("analyse ast",3)}toJSON(){return{ast:this.ast.esTreeNode,code:this.info.code,customTransformCache:this.customTransformCache,dependencies:Array.from(this.dependencies,Ci),id:this.id,meta:this.info.meta,moduleSideEffects:this.info.hasModuleSideEffects,originalCode:this.originalCode,originalSourcemap:this.originalSourcemap,resolvedIds:this.resolvedIds,sourcemapChain:this.sourcemapChain,syntheticNamedExports:this.info.syntheticNamedExports,transformDependencies:this.transformDependencies,transformFiles:this.transformFiles}}traceVariable(e,t){const s=this.scope.variables.get(e);if(s)return s;if(e in this.importDescriptions){const s=this.importDescriptions[e],i=s.module;if(i instanceof Wi&&"*"===s.name)return i.namespace;return i.getVariableForExportName(s.name,{importerForSideEffects:t||this})||this.error(Zs(s.name,this.id,i.id),s.start)}return null}tryParse(){try{return this.graph.contextParse(this.info.code)}catch(e){let t=e.message.replace(/ \(\d+:\d+\)$/,"");return this.id.endsWith(".json")?t+=" (Note that you need @rollup/plugin-json to import JSON files)":this.id.endsWith(".js")||(t+=" (Note that you need plugins to import files that are not JavaScript)"),this.error({code:"PARSE_ERROR",message:t,parserError:e},e.pos)}}updateOptions({meta:e,moduleSideEffects:t,syntheticNamedExports:s}){null!=t&&(this.info.hasModuleSideEffects=t),null!=s&&(this.info.syntheticNamedExports=s),null!=e&&(this.info.meta={...this.info.meta,...e})}warn(e,t){this.addLocationToLogProps(e,t),this.options.onwarn(e)}addDynamicImport(e){let t=e.source;t instanceof qt?1===t.quasis.length&&t.quasis[0].value.cooked&&(t=t.quasis[0].value.cooked):t instanceof Gt&&"string"==typeof t.value&&(t=t.value),this.dynamicImports.push({argument:t,id:null,node:e,resolution:null})}addExport(e){if(e instanceof Wt)this.exports.default={identifier:e.variable.getAssignedVariableName(),localName:"default"};else if(e instanceof ke){const t=e.source.value;if(this.sources.add(t),e.exported){const s=e.exported.name;this.reexportDescriptions[s]={localName:"*",module:null,source:t,start:e.start}}else this.exportAllSources.add(t)}else if(e.source instanceof Gt){const t=e.source.value;this.sources.add(t);for(const s of e.specifiers){const e=s.exported.name;this.reexportDescriptions[e]={localName:s.local.name,module:null,source:t,start:s.start}}}else if(e.declaration){const t=e.declaration;if(t instanceof Xt)for(const e of t.declarations)for(const t of oe(e.id))this.exports[t]={identifier:null,localName:t};else{const e=t.id.name;this.exports[e]={identifier:null,localName:e}}}else for(const t of e.specifiers){const e=t.local.name,s=t.exported.name;this.exports[s]={identifier:null,localName:e}}}addImport(e){const t=e.source.value;this.sources.add(t);for(const s of e.specifiers){const e="ImportDefaultSpecifier"===s.type,i="ImportNamespaceSpecifier"===s.type,n=e?"default":i?"*":s.imported.name;this.importDescriptions[s.local.name]={module:null,name:n,source:t,start:s.start}}}addImportMeta(e){this.importMetas.push(e)}addLocationToLogProps(e,t){e.id=this.id,e.pos=t;let s=this.info.code;const i=he(s,t,{offsetLine:1});if(i){let{column:n,line:r}=i;try{({column:n,line:r}=function(e,t){const s=e.filter((e=>e.mappings));for(;s.length>0;){const e=s.pop(),i=e.mappings[t.line-1];let n=!1;if(void 0!==i)for(const s of i)if(s[0]>=t.column){if(1===s.length)break;t={column:s[3],line:s[2]+1,name:5===s.length?e.names[s[4]]:void 0,source:e.sources[s[1]]},n=!0;break}if(!n)throw new Error("Can't resolve original location of error.")}return t}(this.sourcemapChain,{column:n,line:r})),s=this.originalCode}catch(e){this.options.onwarn({code:"SOURCEMAP_ERROR",id:this.id,loc:{column:n,file:this.id,line:r},message:`Error when using sourcemap for reporting an error: ${e.message}`,pos:t})}Hs(e,{column:n,line:r},s,this.id)}}addModulesToImportDescriptions(e){for(const t of Object.values(e)){const e=this.resolvedIds[t.source].id;t.module=this.graph.modulesById.get(e)}}addRelevantSideEffectDependencies(e,t,s){const i=new Set,n=r=>{for(const a of r)i.has(a)||(i.add(a),t.has(a)?e.add(a):(a.info.hasModuleSideEffects||s.has(a))&&(a instanceof re||a.hasEffects()?e.add(a):n(a.dependencies)))};n(this.dependencies),n(s)}getVariableFromNamespaceReexports(e,t,s,i=!1){let n=null;const r=[{searchedNamesAndModules:s,skipExternalNamespaces:!0}];if(!i){const e=new Map;for(const[t,i]of s||[])e.set(t,new Set(i));r.push({searchedNamesAndModules:e,skipExternalNamespaces:!1})}for(const{skipExternalNamespaces:s,searchedNamesAndModules:i}of r){const r=new Set;for(const a of this.exportAllModules)if(a instanceof Wi||!s){const o=ji(a,e,t,!0,i,s);o&&(o instanceof _i?n||(n=o):r.add(o))}if(1===r.size)return[...r][0];if(r.size>1){if(s)return null;const t=[...r],i=t[0];return this.options.onwarn(ti(e,this.id,i.module.id,t.map((e=>e.module.id)))),i}}return n||null}includeAndGetAdditionalMergedNamespaces(){const e=new Set,t=new Set;for(const s of[this,...this.exportAllModules])if(s instanceof re){const t=s.getVariableForExportName("*");t.include(),this.imports.add(t),e.add(t)}else if(s.info.syntheticNamedExports){const e=s.getSyntheticNamespace();e.include(),this.imports.add(e),t.add(e)}return[...t,...e]}includeDynamicImport(e){const t=this.dynamicImports.find((t=>t.node===e)).resolution;t instanceof Wi&&(t.includedDynamicImporters.push(this),t.includeAllExports(!0))}includeVariable(e){if(!e.included){e.include(),this.graph.needsTreeshakingPass=!0;const t=e.module;if(t&&t instanceof Wi&&(t.isExecuted||zi(t),t!==this)){const t=function(e,t){const s=T(t.sideEffectDependenciesByVariable,e,(()=>new Set));let i=e;const n=new Set([i]);for(;;){const e=i.module;if(i=i instanceof Ei?i.getDirectOriginalVariable():i instanceof _i?i.syntheticNamespace:null,!i||n.has(i))break;n.add(i),s.add(e);const t=e.sideEffectDependenciesByVariable.get(i);if(t)for(const e of t)s.add(e)}return s}(e,this);for(const e of t)e.isExecuted||zi(e)}}}includeVariableInModule(e){this.includeVariable(e);const t=e.module;t&&t!==this&&this.imports.add(e)}shimMissingExport(e){this.options.onwarn({code:"SHIMMED_EXPORT",exporter:ie(this.id),exportName:e,message:`Missing export "${e}" has been shimmed in module ${ie(this.id)}.`}),this.exports[e]=Ui}}function Gi(e,t,s){if(e.module instanceof Wi&&e.module!==s){const i=e.module.cycles;if(i.size>0){const n=s.cycles;for(const r of n)if(i.has(r)){t.alternativeReexportModules.set(e,s);break}}}}function Hi(e){return e.endsWith(".js")?e.slice(0,-3):e}function qi(e,t){return e.autoId?`${e.basePath?e.basePath+"/":""}${Hi(t)}`:e.id||""}function Ki(e,t,s,i,n,r,a,o="return "){const{_:h,cnst:l,getDirectReturnFunction:c,getFunctionIntro:u,getPropertyAccess:p,n:d,s:f}=n;if(!s)return`${d}${d}${o}${function(e,t,s,i,n){if(e.length>0)return e[0].local;for(const{defaultVariableName:e,id:r,isChunk:a,name:o,namedExportsMode:h,namespaceVariableName:l,reexports:c}of t)if(c)return Xi(o,c[0].imported,h,a,e,l,s,r,i,n)}(e,t,i,a,p)};`;let m="";for(const{defaultVariableName:e,id:n,isChunk:o,name:l,namedExportsMode:u,namespaceVariableName:f,reexports:g}of t)if(g&&s)for(const t of g)if("*"!==t.reexported){const s=Xi(l,t.imported,u,o,e,f,i,n,a,p);if(m&&(m+=d),"*"!==t.imported&&t.needsLiveBinding){const[e,i]=c([],{functionReturn:!0,lineBreakIndent:null,name:null});m+=`Object.defineProperty(exports,${h}'${t.reexported}',${h}{${d}${r}enumerable:${h}true,${d}${r}get:${h}${e}${s}${i}${d}});`}else m+=`exports${p(t.reexported)}${h}=${h}${s};`}for(const{exported:t,local:s}of e){const e=`exports${p(t)}`,i=s;e!==i&&(m&&(m+=d),m+=`${e}${h}=${h}${i};`)}for(const{name:e,reexports:i}of t)if(i&&s)for(const t of i)if("*"===t.reexported){m&&(m+=d);const s=`{${d}${r}if${h}(k${h}!==${h}'default'${h}&&${h}!exports.hasOwnProperty(k))${h}${Qi(e,t.needsLiveBinding,r,n)}${f}${d}}`;m+="var"===l&&t.needsLiveBinding?`Object.keys(${e}).forEach(${u(["k"],{isAsync:!1,name:null})}${s});`:`for${h}(${l} k in ${e})${h}${s}`}return m?`${d}${d}${m}`:""}function Xi(e,t,s,i,n,r,a,o,h,l){if("default"===t){if(!i){const t=String(a(o)),s=_s[t]?n:e;return Cs(t,h)?`${s}${l("default")}`:s}return s?`${e}${l("default")}`:e}return"*"===t?(i?!s:ws[String(a(o))])?r:e:`${e}${l(t)}`}function Yi(e,t,s,i,n){let r="";return e&&(t&&(r+=function(e){return`Object.defineProperty(exports,${e}'__esModule',${e}{${e}value:${e}true${e}});`}(i)),s&&(r&&(r+=n),r+=function(e){return`exports[Symbol.toStringTag]${e}=${e}'Module';`}(i))),r}const Qi=(e,t,s,{_:i,getDirectReturnFunction:n,n:r})=>{if(t){const[t,a]=n([],{functionReturn:!0,lineBreakIndent:null,name:null});return`Object.defineProperty(exports,${i}k,${i}{${r}${s}${s}enumerable:${i}true,${r}${s}${s}get:${i}${t}${e}[k]${a}${r}${s}})`}return`exports[k]${i}=${i}${e}[k]`};function Zi(e,t,s,i,n,r,a,o){const{_:h,cnst:l,n:c}=o,u=new Set,p=[],d=(e,t,s)=>{u.add(t),p.push(`${l} ${e}${h}=${h}/*#__PURE__*/${t}(${s});`)};for(const{defaultVariableName:s,imports:i,id:n,isChunk:r,name:a,namedExportsMode:o,namespaceVariableName:h,reexports:l}of e)if(r){for(const{imported:e,reexported:t}of[...i||[],...l||[]])if("*"===e&&"*"!==t){o||d(h,"_interopNamespaceDefaultOnly",a);break}}else{const e=String(t(n));let r=!1,o=!1;for(const{imported:t,reexported:n}of[...i||[],...l||[]]){let i,l;"default"===t?r||(r=!0,s!==h&&(l=s,i=_s[e])):"*"===t&&"*"!==n&&(o||(o=!0,i=ws[e],l=h)),i&&d(l,i,a)}}return`${Ns(u,r,a,o,s,i,n)}${p.length>0?`${p.join(c)}${c}${c}`:""}`}function Ji(e){return"."===e[0]?Hi(e):e}const en={assert:!0,buffer:!0,console:!0,constants:!0,domain:!0,events:!0,http:!0,https:!0,os:!0,path:!0,process:!0,punycode:!0,querystring:!0,stream:!0,string_decoder:!0,timers:!0,tty:!0,url:!0,util:!0,vm:!0,zlib:!0};function tn(e,t){const s=t.map((({id:e})=>e)).filter((e=>e in en));s.length&&e({code:"MISSING_NODE_BUILTINS",message:`Creating a browser bundle that depends on Node.js built-in modules (${te(s)}). You might need to include https://github.com/snowpackjs/rollup-plugin-polyfill-node`,modules:s})}const sn=(e,t)=>e.split(".").map(t).join("");function nn(e,t,s,i,{_:n,getPropertyAccess:r}){const a=e.split(".");a[0]=("function"==typeof s?s(a[0]):s[a[0]])||a[0];const o=a.pop();let h=t,l=a.map((e=>(h+=r(e),`${h}${n}=${n}${h}${n}||${n}{}`))).concat(`${h}${r(o)}`).join(`,${n}`)+`${n}=${n}${i}`;return a.length>0&&(l=`(${l})`),l}function rn(e){let t=e.length;for(;t--;){const{imports:s,reexports:i}=e[t];if(s||i)return e.slice(0,t+1)}return[]}const an=({dependencies:e,exports:t})=>{const s=new Set(t.map((e=>e.exported)));s.add("default");for(const{reexports:t}of e)if(t)for(const e of t)"*"!==e.reexported&&s.add(e.reexported);return s};function on(e,t,{_:s,n:i}){return 0===e.length?"":1===e.length?`exports('${e[0].name}',${s}${e[0].value});${i}${i}`:`exports({${i}`+e.map((({name:e,value:i})=>`${t}${e}:${s}${i}`)).join(`,${i}`)+`${i}});${i}${i}`}function hn(e,t,s){return e?`${t}${sn(e,s)}`:"null"}var ln={amd:function(e,{accessedGlobals:t,dependencies:s,exports:i,hasExports:n,id:r,indent:a,intro:o,isEntryFacade:h,isModuleFacade:l,namedExportsMode:c,outro:u,snippets:p,warn:d},{amd:f,esModule:m,externalLiveBindings:g,freeze:y,interop:x,namespaceToStringTag:v,strict:E}){tn(d,s);const b=s.map((e=>`'${Ji(e.id)}'`)),S=s.map((e=>e.name)),{n:A,getNonArrowFunctionIntro:k,_:P}=p;c&&n&&(S.unshift("exports"),b.unshift("'exports'")),t.has("require")&&(S.unshift("require"),b.unshift("'require'")),t.has("module")&&(S.unshift("module"),b.unshift("'module'"));const _=qi(f,r),C=(_?`'${_}',${P}`:"")+(b.length?`[${b.join(`,${P}`)}],${P}`:""),w=E?`${P}'use strict';`:"";e.prepend(`${o}${Zi(s,x,g,y,v,t,a,p)}`);const I=Ki(i,s,c,x,p,a,g);let N=Yi(c&&n,h&&m,l&&v,P,A);return N&&(N=A+A+N),e.append(`${I}${N}${u}`),e.indent(a).prepend(`${f.define}(${C}(${k(S,{isAsync:!1,name:null})}{${w}${A}${A}`).append(`${A}${A}}));`)},cjs:function(e,{accessedGlobals:t,dependencies:s,exports:i,hasExports:n,indent:r,intro:a,isEntryFacade:o,isModuleFacade:h,namedExportsMode:l,outro:c,snippets:u},{compact:p,esModule:d,externalLiveBindings:f,freeze:m,interop:g,namespaceToStringTag:y,strict:x}){const{_:v,n:E}=u,b=x?`'use strict';${E}${E}`:"";let S=Yi(l&&n,o&&d,h&&y,v,E);S&&(S+=E+E);const A=function(e,{_:t,cnst:s,n:i},n){let r="",a=!1;for(const{id:o,name:h,reexports:l,imports:c}of e)l||c?(r+=n&&a?",":`${r?`;${i}`:""}${s} `,a=!0,r+=`${h}${t}=${t}require('${o}')`):(r&&(r+=n&&!a?",":`;${i}`),a=!1,r+=`require('${o}')`);return r?`${r};${i}${i}`:""}(s,u,p),k=Zi(s,g,f,m,y,t,r,u);e.prepend(`${b}${a}${S}${A}${k}`);const P=Ki(i,s,l,g,u,r,f,`module.exports${v}=${v}`);return e.append(`${P}${c}`)},es:function(e,{accessedGlobals:t,indent:s,intro:i,outro:n,dependencies:r,exports:a,snippets:o},{externalLiveBindings:h,freeze:l,namespaceToStringTag:c}){const{_:u,n:p}=o,d=function(e,t){const s=[];for(const{id:i,reexports:n,imports:r,name:a}of e)if(n||r){if(r){let e=null,n=null;const a=[];for(const t of r)"default"===t.imported?e=t:"*"===t.imported?n=t:a.push(t);n&&s.push(`import${t}*${t}as ${n.local} from${t}'${i}';`),e&&0===a.length?s.push(`import ${e.local} from${t}'${i}';`):a.length>0&&s.push(`import ${e?`${e.local},${t}`:""}{${t}${a.map((e=>e.imported===e.local?e.imported:`${e.imported} as ${e.local}`)).join(`,${t}`)}${t}}${t}from${t}'${i}';`)}if(n){let e=null;const o=[],h=[];for(const t of n)"*"===t.reexported?e=t:"*"===t.imported?o.push(t):h.push(t);if(e&&s.push(`export${t}*${t}from${t}'${i}';`),o.length>0){r&&r.some((e=>"*"===e.imported&&e.local===a))||s.push(`import${t}*${t}as ${a} from${t}'${i}';`);for(const e of o)s.push(`export${t}{${t}${a===e.reexported?a:`${a} as ${e.reexported}`} };`)}h.length>0&&s.push(`export${t}{${t}${h.map((e=>e.imported===e.reexported?e.imported:`${e.imported} as ${e.reexported}`)).join(`,${t}`)}${t}}${t}from${t}'${i}';`)}}else s.push(`import${t}'${i}';`);return s}(r,u);d.length>0&&(i+=d.join(p)+p+p),(i+=Ns(null,t,s,o,h,l,c))&&e.prepend(i);const f=function(e,{_:t,cnst:s}){const i=[],n=[];for(const r of e)r.expression&&i.push(`${s} ${r.local}${t}=${t}${r.expression};`),n.push(r.exported===r.local?r.local:`${r.local} as ${r.exported}`);return n.length&&i.push(`export${t}{${t}${n.join(`,${t}`)}${t}};`),i}(a,o);return f.length&&e.append(p+p+f.join(p).trim()),n&&e.append(n),e.trim()},iife:function(e,{accessedGlobals:t,dependencies:s,exports:i,hasExports:n,indent:r,intro:a,namedExportsMode:o,outro:h,snippets:l,warn:c},{compact:u,esModule:p,extend:d,freeze:f,externalLiveBindings:m,globals:g,interop:y,name:x,namespaceToStringTag:v,strict:E}){const{_:b,cnst:S,getNonArrowFunctionIntro:A,getPropertyAccess:k,n:P}=l,_=x&&-1!==x.indexOf("."),C=!d&&!_;if(x&&C&&(J(w=x)||Q.has(w)||Z.test(w)))return Gs({code:"ILLEGAL_IDENTIFIER_AS_NAME",message:`Given name "${x}" is not a legal JS identifier. If you need this, you can try "output.extend: true".`});var w;tn(c,s);const I=rn(s),N=I.map((e=>e.globalName||"null")),T=I.map((e=>e.name));n&&!x&&c({code:"MISSING_NAME_OPTION_FOR_IIFE_EXPORT",message:'If you do not supply "output.name", you may not be able to access the exports of an IIFE bundle.'}),o&&n&&(d?(N.unshift(`this${sn(x,k)}${b}=${b}this${sn(x,k)}${b}||${b}{}`),T.unshift("exports")):(N.unshift("{}"),T.unshift("exports")));const R=E?`${r}'use strict';${P}`:"",L=Zi(s,y,m,f,v,t,r,l);e.prepend(`${a}${L}`);let $=`(${A(T,{isAsync:!1,name:null})}{${P}${R}${P}`;n&&(!x||d&&o||($=(C?`${S} ${x}`:`this${sn(x,k)}`)+`${b}=${b}${$}`),_&&($=function(e,t,s,{_:i,getPropertyAccess:n,s:r},a){const o=e.split(".");o[0]=("function"==typeof s?s(o[0]):s[o[0]])||o[0],o.pop();let h=t;return o.map((e=>(h+=n(e),`${h}${i}=${i}${h}${i}||${i}{}${r}`))).join(a?",":"\n")+(a&&o.length?";":"\n")}(x,"this",g,l,u)+$));let M=`${P}${P}})(${N.join(`,${b}`)});`;n&&!d&&o&&(M=`${P}${P}${r}return exports;${M}`);const O=Ki(i,s,o,y,l,r,m);let D=Yi(o&&n,p,v,b,P);return D&&(D=P+P+D),e.append(`${O}${D}${h}`),e.indent(r).prepend($).append(M)},system:function(e,{accessedGlobals:t,dependencies:s,exports:i,hasExports:n,indent:r,intro:a,snippets:o,outro:h,usesTopLevelAwait:l},{externalLiveBindings:c,freeze:u,name:p,namespaceToStringTag:d,strict:f,systemNullSetters:m}){const{_:g,getFunctionIntro:y,getNonArrowFunctionIntro:x,n:v,s:E}=o,{importBindings:b,setters:S,starExcludes:A}=function(e,t,s,{_:i,cnst:n,getObject:r,getPropertyAccess:a,n:o}){const h=[],l=[];let c=null;for(const{imports:u,reexports:p}of e){const d=[];if(u)for(const e of u)h.push(e.local),"*"===e.imported?d.push(`${e.local}${i}=${i}module;`):d.push(`${e.local}${i}=${i}module${a(e.imported)};`);if(p){const o=[];let h=!1;for(const{imported:e,reexported:t}of p)"*"===t?h=!0:o.push([t,"*"===e?"module":`module${a(e)}`]);if(o.length>1||h){const a=r(o,{lineBreakIndent:null});h?(c||(c=an({dependencies:e,exports:t})),d.push(`${n} setter${i}=${i}${a};`,`for${i}(${n} name in module)${i}{`,`${s}if${i}(!_starExcludes[name])${i}setter[name]${i}=${i}module[name];`,"}","exports(setter);")):d.push(`exports(${a});`)}else{const[e,t]=o[0];d.push(`exports('${e}',${i}${t});`)}}l.push(d.join(`${o}${s}${s}${s}`))}return{importBindings:h,setters:l,starExcludes:c}}(s,i,r,o),k=p?`'${p}',${g}`:"",P=t.has("module")?["exports","module"]:n?["exports"]:[];let _=`System.register(${k}[`+s.map((({id:e})=>`'${e}'`)).join(`,${g}`)+`],${g}(${x(P,{isAsync:!1,name:null})}{${v}${r}${f?"'use strict';":""}`+((e,t,{_:s,cnst:i,getObject:n,n:r})=>e?`${r}${t}${i} _starExcludes${s}=${s}${n([...e].map((e=>[e,"1"])),{lineBreakIndent:{base:t,t:t}})};`:"")(A,r,o)+((e,t,{_:s,n:i})=>e.length?`${i}${t}var ${e.join(`,${s}`)};`:"")(b,r,o)+`${v}${r}return${g}{${S.length?`${v}${r}${r}setters:${g}[${S.map((e=>e?`${y(["module"],{isAsync:!1,name:null})}{${v}${r}${r}${r}${e}${v}${r}${r}}`:m?"null":`${y([],{isAsync:!1,name:null})}{}`)).join(`,${g}`)}],`:""}${v}`;_+=`${r}${r}execute:${g}(${x([],{isAsync:l,name:null})}{${v}${v}`;const C=`${r}${r}})${v}${r}}${E}${v}}));`;return e.prepend(a+Ns(null,t,r,o,c,u,d)+((e,t,s)=>on(e.filter((e=>e.hoisted)).map((e=>({name:e.exported,value:e.local}))),t,s))(i,r,o)),e.append(`${h}${v}${v}`+((e,t,s)=>on(e.filter((e=>e.expression)).map((e=>({name:e.exported,value:e.local}))),t,s))(i,r,o)+((e,t,s)=>on(e.filter((e=>"_missingExportShim"===e.local)).map((e=>({name:e.exported,value:"_missingExportShim"}))),t,s))(i,r,o)),e.indent(`${r}${r}${r}`).append(C).prepend(_)},umd:function(e,{accessedGlobals:t,dependencies:s,exports:i,hasExports:n,id:r,indent:a,intro:o,namedExportsMode:h,outro:l,snippets:c,warn:u},{amd:p,compact:d,esModule:f,extend:m,externalLiveBindings:g,freeze:y,interop:x,name:v,namespaceToStringTag:E,globals:b,noConflict:S,strict:A}){const{_:k,cnst:P,getFunctionIntro:_,getNonArrowFunctionIntro:C,getPropertyAccess:w,n:I,s:N}=c,T=d?"f":"factory",R=d?"g":"global";if(n&&!v)return Gs({code:"MISSING_NAME_OPTION_FOR_IIFE_EXPORT",message:'You must supply "output.name" for UMD bundles that have exports so that the exports are accessible in environments without a module loader.'});tn(u,s);const L=s.map((e=>`'${Ji(e.id)}'`)),$=s.map((e=>`require('${e.id}')`)),M=rn(s),O=M.map((e=>hn(e.globalName,R,w))),D=M.map((e=>e.name));h&&(n||S)&&(L.unshift("'exports'"),$.unshift("exports"),O.unshift(nn(v,R,b,(m?`${hn(v,R,w)}${k}||${k}`:"")+"{}",c)),D.unshift("exports"));const V=qi(p,r),B=(V?`'${V}',${k}`:"")+(L.length?`[${L.join(`,${k}`)}],${k}`:""),F=p.define,z=!h&&n?`module.exports${k}=${k}`:"",U=A?`${k}'use strict';${I}`:"";let j;if(S){const e=d?"e":"exports";let t;t=!h&&n?`${P} ${e}${k}=${k}${nn(v,R,b,`${T}(${O.join(`,${k}`)})`,c)};`:`${P} ${e}${k}=${k}${O.shift()};${I}${a}${a}${T}(${[e].concat(O).join(`,${k}`)});`,j=`(${_([],{isAsync:!1,name:null})}{${I}${a}${a}${P} current${k}=${k}${function(e,t,{_:s,getPropertyAccess:i}){let n=t;return e.split(".").map((e=>n+=i(e))).join(`${s}&&${s}`)}(v,R,c)};${I}${a}${a}${t}${I}${a}${a}${e}.noConflict${k}=${k}${_([],{isAsync:!1,name:null})}{${k}${hn(v,R,w)}${k}=${k}current;${k}return ${e}${N}${k}};${I}${a}})()`}else j=`${T}(${O.join(`,${k}`)})`,!h&&n&&(j=nn(v,R,b,j,c));const W=n||S&&h||O.length>0,G=[T];W&&G.unshift(R);const H=W?`this,${k}`:"",q=W?`(${R}${k}=${k}typeof globalThis${k}!==${k}'undefined'${k}?${k}globalThis${k}:${k}${R}${k}||${k}self,${k}`:"",K=W?")":"",X=W?`${a}typeof exports${k}===${k}'object'${k}&&${k}typeof module${k}!==${k}'undefined'${k}?${k}${z}${T}(${$.join(`,${k}`)})${k}:${I}`:"",Y=`(${C(G,{isAsync:!1,name:null})}{${I}`+X+`${a}typeof ${F}${k}===${k}'function'${k}&&${k}${F}.amd${k}?${k}${F}(${B}${T})${k}:${I}`+`${a}${q}${j}${K};${I}`+`})(${H}(${C(D,{isAsync:!1,name:null})}{${U}${I}`,Q=I+I+"}));";e.prepend(`${o}${Zi(s,x,g,y,E,t,a,c)}`);const Z=Ki(i,s,h,x,c,a,g);let J=Yi(h&&n,f,E,k,I);return J&&(J=I+I+J),e.append(`${Z}${J}${l}`),e.trim().indent(a).append(Q).prepend(Y)}};class cn{constructor(e,t){this.isOriginal=!0,this.filename=e,this.content=t}traceSegment(e,t,s){return{column:t,line:e,name:s,source:this}}}class un{constructor(e,t){this.sources=t,this.names=e.names,this.mappings=e.mappings}traceMappings(){const e=[],t=[],s=[],i=new Map,n=[];for(const r of this.mappings){const a=[];for(const n of r){if(1==n.length)continue;const r=this.sources[n[1]];if(!r)continue;const o=r.traceSegment(n[2],n[3],5===n.length?this.names[n[4]]:"");if(o){let r=e.lastIndexOf(o.source.filename);if(-1===r)r=e.length,e.push(o.source.filename),t[r]=o.source.content;else if(null==t[r])t[r]=o.source.content;else if(null!=o.source.content&&t[r]!==o.source.content)return Gs({message:`Multiple conflicting contents for sourcemap source ${o.source.filename}`});const h=[n[0],r,o.line,o.column];if(o.name){let e=i.get(o.name);void 0===e&&(e=s.length,s.push(o.name),i.set(o.name,e)),h[4]=e}a.push(h)}}n.push(a)}return{mappings:n,names:s,sources:e,sourcesContent:t}}traceSegment(e,t,s){const i=this.mappings[e];if(!i)return null;let n=0,r=i.length-1;for(;n<=r;){const e=n+r>>1,a=i[e];if(a[0]===t){if(1==a.length)return null;const e=this.sources[a[1]];return e?e.traceSegment(a[2],a[3],5===a.length?this.names[a[4]]:s):null}a[0]>t?r=e-1:n=e+1}return null}}function pn(e){return function(t,s){return s.mappings?new un(s,[t]):(e({code:"SOURCEMAP_BROKEN",message:`Sourcemap is likely to be incorrect: a plugin (${s.plugin}) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help`,plugin:s.plugin,url:"https://rollupjs.org/guide/en/#warning-sourcemap-is-likely-to-be-incorrect"}),new un({mappings:[],names:[]},[t]))}}function dn(e,t,s,i,n){let r;if(s){const t=s.sources,i=s.sourcesContent||[],n=C(e)||".",a=s.sourceRoot||".",o=t.map(((e,t)=>new cn(N(n,a,e),i[t])));r=new un(s,o)}else r=new cn(e,t);return i.reduce(n,r)}var fn={},mn=gn;function gn(e,t){if(!e)throw new Error(t||"Assertion failed")}gn.equal=function(e,t,s){if(e!=t)throw new Error(s||"Assertion failed: "+e+" != "+t)};var yn={exports:{}};"function"==typeof Object.create?yn.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:yn.exports=function(e,t){if(t){e.super_=t;var s=function(){};s.prototype=t.prototype,e.prototype=new s,e.prototype.constructor=e}};var xn=mn,vn=yn.exports;function En(e,t){return 55296==(64512&e.charCodeAt(t))&&!(t<0||t+1>=e.length)&&56320==(64512&e.charCodeAt(t+1))}function bn(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0}function Sn(e){return 1===e.length?"0"+e:e}function An(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length?"000"+e:4===e.length?"0000"+e:3===e.length?"00000"+e:2===e.length?"000000"+e:1===e.length?"0000000"+e:e}fn.inherits=vn,fn.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var s=[];if("string"==typeof e)if(t){if("hex"===t)for((e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e),n=0;n>6|192,s[i++]=63&r|128):En(e,n)?(r=65536+((1023&r)<<10)+(1023&e.charCodeAt(++n)),s[i++]=r>>18|240,s[i++]=r>>12&63|128,s[i++]=r>>6&63|128,s[i++]=63&r|128):(s[i++]=r>>12|224,s[i++]=r>>6&63|128,s[i++]=63&r|128)}else for(n=0;n>>0}return r},fn.split32=function(e,t){for(var s=new Array(4*e.length),i=0,n=0;i>>24,s[n+1]=r>>>16&255,s[n+2]=r>>>8&255,s[n+3]=255&r):(s[n+3]=r>>>24,s[n+2]=r>>>16&255,s[n+1]=r>>>8&255,s[n]=255&r)}return s},fn.rotr32=function(e,t){return e>>>t|e<<32-t},fn.rotl32=function(e,t){return e<>>32-t},fn.sum32=function(e,t){return e+t>>>0},fn.sum32_3=function(e,t,s){return e+t+s>>>0},fn.sum32_4=function(e,t,s,i){return e+t+s+i>>>0},fn.sum32_5=function(e,t,s,i,n){return e+t+s+i+n>>>0},fn.sum64=function(e,t,s,i){var n=e[t],r=i+e[t+1]>>>0,a=(r>>0,e[t+1]=r},fn.sum64_hi=function(e,t,s,i){return(t+i>>>0>>0},fn.sum64_lo=function(e,t,s,i){return t+i>>>0},fn.sum64_4_hi=function(e,t,s,i,n,r,a,o){var h=0,l=t;return h+=(l=l+i>>>0)>>0)>>0)>>0},fn.sum64_4_lo=function(e,t,s,i,n,r,a,o){return t+i+r+o>>>0},fn.sum64_5_hi=function(e,t,s,i,n,r,a,o,h,l){var c=0,u=t;return c+=(u=u+i>>>0)>>0)>>0)>>0)>>0},fn.sum64_5_lo=function(e,t,s,i,n,r,a,o,h,l){return t+i+r+o+l>>>0},fn.rotr64_hi=function(e,t,s){return(t<<32-s|e>>>s)>>>0},fn.rotr64_lo=function(e,t,s){return(e<<32-s|t>>>s)>>>0},fn.shr64_hi=function(e,t,s){return e>>>s},fn.shr64_lo=function(e,t,s){return(e<<32-s|t>>>s)>>>0};var kn={},Pn=fn,_n=mn;function Cn(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}kn.BlockHash=Cn,Cn.prototype.update=function(e,t){if(e=Pn.toArray(e,t),this.pending?this.pending=this.pending.concat(e):this.pending=e,this.pendingTotal+=e.length,this.pending.length>=this._delta8){var s=(e=this.pending).length%this._delta8;this.pending=e.slice(e.length-s,e.length),0===this.pending.length&&(this.pending=null),e=Pn.join32(e,0,e.length-s,this.endian);for(var i=0;i>>24&255,i[n++]=e>>>16&255,i[n++]=e>>>8&255,i[n++]=255&e}else for(i[n++]=255&e,i[n++]=e>>>8&255,i[n++]=e>>>16&255,i[n++]=e>>>24&255,i[n++]=0,i[n++]=0,i[n++]=0,i[n++]=0,r=8;r>>3},wn.g1_256=function(e){return In(e,17)^In(e,19)^e>>>10};var Ln=fn,$n=kn,Mn=wn,On=mn,Dn=Ln.sum32,Vn=Ln.sum32_4,Bn=Ln.sum32_5,Fn=Mn.ch32,zn=Mn.maj32,Un=Mn.s0_256,jn=Mn.s1_256,Wn=Mn.g0_256,Gn=Mn.g1_256,Hn=$n.BlockHash,qn=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function Kn(){if(!(this instanceof Kn))return new Kn;Hn.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=qn,this.W=new Array(64)}Ln.inherits(Kn,Hn);var Xn=Kn;Kn.blockSize=512,Kn.outSize=256,Kn.hmacStrength=192,Kn.padLength=64,Kn.prototype._update=function(e,t){for(var s=this.W,i=0;i<16;i++)s[i]=e[t+i];for(;iYn(),Zn={amd:er,cjs:er,es:Jn,iife:er,system:Jn,umd:er};function Jn(e,t,s,i,n,r,a,o){for(const t of s.dependencies)(n||t instanceof re)&&(t.variableName=Fe(t.suggestedVariableName,e));for(const s of t){const t=s.module,i=s.name;s.isNamespace&&(n||t instanceof re)?s.setRenderNames(null,(t instanceof re?t:a.get(t)).variableName):t instanceof re&&"default"===i?s.setRenderNames(null,Fe([...t.exportedVariables].some((([e,t])=>"*"===t&&e.included))?t.suggestedVariableName+"__default":t.suggestedVariableName,e)):s.setRenderNames(null,Fe(i,e))}for(const t of o)t.setRenderNames(null,Fe(t.name,e))}function er(e,t,{deconflictedDefault:s,deconflictedNamespace:i,dependencies:n},r,a,o,h){for(const t of n)t.variableName=Fe(t.suggestedVariableName,e);for(const t of i)t.namespaceVariableName=Fe(`${t.suggestedVariableName}__namespace`,e);for(const t of s)i.has(t)&&Is(String(r(t.id)),o)?t.defaultVariableName=t.namespaceVariableName:t.defaultVariableName=Fe(`${t.suggestedVariableName}__default`,e);for(const e of t){const t=e.module;if(t instanceof re){const s=e.name;if("default"===s){const s=String(r(t.id)),i=_s[s]?t.defaultVariableName:t.variableName;Cs(s,o)?e.setRenderNames(i,"default"):e.setRenderNames(null,i)}else"*"===s?e.setRenderNames(null,ws[String(r(t.id))]?t.namespaceVariableName:t.variableName):e.setRenderNames(t.variableName,null)}else{const s=h.get(t);a&&e.isNamespace?e.setRenderNames(null,"default"===s.exportMode?s.namespaceVariableName:s.variableName):"default"===s.exportMode?e.setRenderNames(null,s.variableName):e.setRenderNames(s.variableName,s.getVariableExportName(e))}}}const tr=/[\\'\r\n\u2028\u2029]/,sr=/(['\r\n\u2028\u2029])/g,ir=/\\/g;function nr(e){return e.match(tr)?e.replace(ir,"\\\\").replace(sr,"\\$1"):e}function rr(e){const t=e.split("\n"),s=t.filter((e=>/^\t+/.test(e))),i=t.filter((e=>/^ {2,}/.test(e)));if(0===s.length&&0===i.length)return null;if(s.length>=i.length)return"\t";const n=i.reduce(((e,t)=>{const s=/^ +/.exec(t)[0].length;return Math.min(s,e)}),1/0);return new Array(n+1).join(" ")}function ar(e,t,s,i,n){const r=e.getDependenciesToBeIncluded();for(const e of r){if(e instanceof re){t.push(e);continue}const r=n.get(e);r===i?s.has(e)||(s.add(e),ar(e,t,s,i,n)):t.push(r)}}function or(t){if(!t)return null;if("string"==typeof t&&(t=JSON.parse(t)),""===t.mappings)return{mappings:[],names:[],sources:[],version:3};let s;return s="string"==typeof t.mappings?function(t){for(var s=[],n=[],r=[0,0,0,0,0],a=0,o=0,h=0,l=0;o>>=1,d&&(l=0===l?-2147483648:-l),r[a]+=l,a++,l=h=0}}}return i(n,r,a),s.push(n),s}(t.mappings):t.mappings,{...t,mappings:s}}function hr(e,t,s){return ne(e)?Gs(ni(`Invalid pattern "${e}" for "${t}", patterns can be neither absolute nor relative paths.`)):e.replace(/\[(\w+)\]/g,((e,i)=>{if(!s.hasOwnProperty(i))return Gs(ni(`"[${i}]" is not a valid placeholder in "${t}" pattern.`));const n=s[i]();return ne(n)?Gs(ni(`Invalid substitution "${n}" for placeholder "[${i}]" in "${t}" pattern, can be neither absolute nor relative path.`)):n}))}function lr(e,t){const s=new Set(Object.keys(t).map((e=>e.toLowerCase())));if(!s.has(e.toLocaleLowerCase()))return e;const i=w(e);e=e.substr(0,e.length-i.length);let n,r=1;for(;s.has((n=e+ ++r+i).toLowerCase()););return n}const cr=[".js",".jsx",".ts",".tsx"];function ur(e,t,s,i){return("function"==typeof t?t(e.id):t[e.id])||(s?(i({code:"MISSING_GLOBAL_NAME",guess:e.variableName,message:`No name was provided for external module '${e.id}' in output.globals – guessing '${e.variableName}'`,source:e.id}),e.variableName):void 0)}class pr{constructor(e,t,s,i,n,r,a,o,h,l){this.orderedModules=e,this.inputOptions=t,this.outputOptions=s,this.unsetOptions=i,this.pluginDriver=n,this.modulesById=r,this.chunkByModule=a,this.facadeChunkByModule=o,this.includedNamespaces=h,this.manualChunkAlias=l,this.entryModules=[],this.exportMode="named",this.facadeModule=null,this.id=null,this.namespaceVariableName="",this.needsExportsShim=!1,this.variableName="",this.accessedGlobalsByScope=new Map,this.dependencies=new Set,this.dynamicDependencies=new Set,this.dynamicEntryModules=[],this.dynamicName=null,this.exportNamesByVariable=new Map,this.exports=new Set,this.exportsByName=Object.create(null),this.fileName=null,this.implicitEntryModules=[],this.implicitlyLoadedBefore=new Set,this.imports=new Set,this.indentString=void 0,this.isEmpty=!0,this.name=null,this.renderedDependencies=null,this.renderedExports=null,this.renderedHash=void 0,this.renderedModuleSources=new Map,this.renderedModules=Object.create(null),this.renderedSource=null,this.sortedExportNames=null,this.strictFacade=!1,this.usedModules=void 0,this.execIndex=e.length>0?e[0].execIndex:1/0;const c=new Set(e);for(const t of e){t.namespace.included&&h.add(t),this.isEmpty&&t.isIncluded()&&(this.isEmpty=!1),(t.info.isEntry||s.preserveModules)&&this.entryModules.push(t);for(const e of t.includedDynamicImporters)c.has(e)||(this.dynamicEntryModules.push(t),t.info.syntheticNamedExports&&!s.preserveModules&&(h.add(t),this.exports.add(t.namespace)));t.implicitlyLoadedAfter.size>0&&this.implicitEntryModules.push(t)}this.suggestedVariableName=ee(this.generateVariableName())}static generateFacade(e,t,s,i,n,r,a,o,h,l){const c=new pr([],e,t,s,i,n,r,a,o,null);c.assignFacadeName(l,h),a.has(h)||a.set(h,c);for(const e of h.getDependenciesToBeIncluded())c.dependencies.add(e instanceof Wi?r.get(e):e);return!c.dependencies.has(r.get(h))&&h.info.hasModuleSideEffects&&h.hasEffects()&&c.dependencies.add(r.get(h)),c.ensureReexportsAreAvailableForModule(h),c.facadeModule=h,c.strictFacade=!0,c}canModuleBeFacade(e,t){const s=e.getExportNamesByVariable();for(const t of this.exports)if(!s.has(t))return 0===s.size&&e.isUserDefinedEntryPoint&&"strict"===e.preserveSignature&&this.unsetOptions.has("preserveEntrySignatures")&&this.inputOptions.onwarn({code:"EMPTY_FACADE",id:e.id,message:`To preserve the export signature of the entry module "${ie(e.id)}", an empty facade chunk was created. This often happens when creating a bundle for a web app where chunks are placed in script tags and exports are ignored. In this case it is recommended to set "preserveEntrySignatures: false" to avoid this and reduce the number of chunks. Otherwise if this is intentional, set "preserveEntrySignatures: 'strict'" explicitly to silence this warning.`,url:"https://rollupjs.org/guide/en/#preserveentrysignatures"}),!1;for(const i of t)if(!s.has(i)&&i.module!==e)return!1;return!0}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[s,i]of t){this.exportNamesByVariable.set(s,[...i]);for(const e of i)this.exportsByName[e]=s;e.delete(s)}}this.outputOptions.minifyInternalExports?function(e,t,s){let i=0;for(const n of e){let e=n.name[0];if(t[e])do{e=Ve(++i),49===e.charCodeAt(0)&&(i+=9*64**(e.length-1),e=Ve(i))}while(Be[e]||t[e]);t[e]=n,s.set(n,[e])}}(e,this.exportsByName,this.exportNamesByVariable):function(e,t,s){for(const i of e){let e=0,n=i.name;for(;t[n];)n=i.name+"$"+ ++e;t[n]=i,s.set(i,[n])}}(e,this.exportsByName,this.exportNamesByVariable),(this.outputOptions.preserveModules||this.facadeModule&&this.facadeModule.info.isEntry)&&(this.exportMode=function(e,{exports:t,name:s,format:i},n,r,a){const o=e.getExportNames();if("default"===t){if(1!==o.length||"default"!==o[0])return Gs(Ys("default",o,r))}else if("none"===t&&o.length)return Gs(Ys("none",o,r));return"auto"===t&&(0===o.length?t="none":1===o.length&&"default"===o[0]?("cjs"===i&&n.has("exports")&&a(function(e){const t=ie(e);return{code:qs.PREFER_NAMED_EXPORTS,id:e,message:`Entry module "${t}" is implicitly using "default" export mode, which means for CommonJS output that its default export is assigned to "module.exports". For many tools, such CommonJS output will not be interchangeable with the original ES module. If this is intended, explicitly set "output.exports" to either "auto" or "default", otherwise you might want to consider changing the signature of "${t}" to use named exports only.`,url:"https://rollupjs.org/guide/en/#outputexports"}}(r)),t="default"):("es"!==i&&"system"!==i&&-1!==o.indexOf("default")&&a(function(e,t){return{code:qs.MIXED_EXPORTS,id:e,message:`Entry module "${ie(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:"https://rollupjs.org/guide/en/#outputexports"}}(r,s)),t="named")),t}(this,this.outputOptions,this.unsetOptions,this.facadeModule.id,this.inputOptions.onwarn))}generateFacades(){var e;const t=[],s=new Set([...this.entryModules,...this.implicitEntryModules]),i=new Set(this.dynamicEntryModules.map((e=>e.namespace)));for(const e of s)if(e.preserveSignature)for(const t of e.getExportNamesByVariable().keys())i.add(t);for(const e of s){const s=Array.from(e.userChunkNames,(e=>({name:e})));if(0===s.length&&e.isUserDefinedEntryPoint&&s.push({}),s.push(...Array.from(e.chunkFileNames,(e=>({fileName:e})))),0===s.length&&s.push({}),!this.facadeModule){const t="strict"===e.preserveSignature||"exports-only"===e.preserveSignature&&0!==e.getExportNamesByVariable().size;(!t||this.outputOptions.preserveModules||this.canModuleBeFacade(e,i))&&(this.facadeModule=e,this.facadeChunkByModule.set(e,this),e.preserveSignature&&(this.strictFacade=t),this.assignFacadeName(s.shift(),e))}for(const i of s)t.push(pr.generateFacade(this.inputOptions,this.outputOptions,this.unsetOptions,this.pluginDriver,this.modulesById,this.chunkByModule,this.facadeChunkByModule,this.includedNamespaces,e,i))}for(const t of this.dynamicEntryModules)t.info.syntheticNamedExports||(!this.facadeModule&&this.canModuleBeFacade(t,i)?(this.facadeModule=t,this.facadeChunkByModule.set(t,this),this.strictFacade=!0,this.dynamicName=dr(t)):this.facadeModule===t&&!this.strictFacade&&this.canModuleBeFacade(t,i)?this.strictFacade=!0:(null===(e=this.facadeChunkByModule.get(t))||void 0===e?void 0:e.strictFacade)||(this.includedNamespaces.add(t),this.exports.add(t.namespace)));return t}generateId(e,t,s,i){if(null!==this.fileName)return this.fileName;const[n,r]=this.facadeModule&&this.facadeModule.isUserDefinedEntryPoint?[t.entryFileNames,"output.entryFileNames"]:[t.chunkFileNames,"output.chunkFileNames"];return lr(hr("function"==typeof n?n(this.getChunkInfo()):n,r,{format:()=>t.format,hash:()=>i?this.computeContentHashWithDependencies(e,t,s):"[hash]",name:()=>this.getChunkName()}),s)}generateIdPreserveModules(e,t,s,i){const n=this.orderedModules[0].id,r=this.outputOptions.sanitizeFileName(n);let a;if(A(n)){const s=w(n),o=i.has("entryFileNames")?"[name][assetExtname].js":t.entryFileNames,h=`${C(r)}/${hr("function"==typeof o?o(this.getChunkInfo()):o,"output.entryFileNames",{assetExtname:()=>cr.includes(s)?"":s,ext:()=>s.substr(1),extname:()=>s,format:()=>t.format,name:()=>this.getChunkName()})}`,{preserveModulesRoot:l}=t;a=l&&h.startsWith(l)?h.slice(l.length).replace(/^[\\/]/,""):I(e,h)}else a=`_virtual/${_(r)}`;return lr(P(a),s)}getChunkInfo(){const e=this.facadeModule,t=this.getChunkName.bind(this);return{exports:this.getExportNames(),facadeModuleId:e&&e.id,isDynamicEntry:this.dynamicEntryModules.length>0,isEntry:null!==e&&e.info.isEntry,isImplicitEntry:this.implicitEntryModules.length>0,modules:this.renderedModules,get name(){return t()},type:"chunk"}}getChunkInfoWithFileNames(){return Object.assign(this.getChunkInfo(),{code:void 0,dynamicImports:Array.from(this.dynamicDependencies,Ci),fileName:this.id,implicitlyLoadedBefore:Array.from(this.implicitlyLoadedBefore,Ci),importedBindings:this.getImportedBindingsPerDependency(),imports:Array.from(this.dependencies,Ci),map:void 0,referencedFiles:this.getReferencedFiles()})}getChunkName(){return this.name||(this.name=this.outputOptions.sanitizeFileName(this.getFallbackChunkName()))}getExportNames(){return this.sortedExportNames||(this.sortedExportNames=Object.keys(this.exportsByName).sort())}getRenderedHash(){if(this.renderedHash)return this.renderedHash;const e=Qn(),t=this.pluginDriver.hookReduceValueSync("augmentChunkHash","",[this.getChunkInfo()],((e,t)=>(t&&(e+=t),e)));return e.update(t),e.update(this.renderedSource.toString()),e.update(this.getExportNames().map((e=>{const t=this.exportsByName[e];return`${ie(t.module.id).replace(/\\/g,"/")}:${t.name}:${e}`})).join(",")),this.renderedHash=e.digest("hex")}getVariableExportName(e){return this.outputOptions.preserveModules&&e instanceof Pi?"*":this.exportNamesByVariable.get(e)[0]}link(){this.dependencies=function(e,t,s){const i=[],n=new Set;for(let r=t.length-1;r>=0;r--){const a=t[r];if(!n.has(a)){const t=[];ar(a,t,n,e,s),i.unshift(t)}}const r=new Set;for(const e of i)for(const t of e)r.add(t);return r}(this,this.orderedModules,this.chunkByModule);for(const e of this.orderedModules)this.addDependenciesToChunk(e.dynamicDependencies,this.dynamicDependencies),this.addDependenciesToChunk(e.implicitlyLoadedBefore,this.implicitlyLoadedBefore),this.setUpChunkImportsAndExportsForModule(e)}preRender(e,t,s){const{_:i,getPropertyAccess:n,n:r}=s,a=new v({separator:`${r}${r}`});this.usedModules=[],this.indentString=function(e,t){if(!0!==t.indent)return t.indent;for(const t of e){const e=rr(t.originalCode);if(null!==e)return e}return"\t"}(this.orderedModules,e);const o={dynamicImportFunction:e.dynamicImportFunction,exportNamesByVariable:this.exportNamesByVariable,format:e.format,freeze:e.freeze,indent:this.indentString,namespaceToStringTag:e.namespaceToStringTag,outputPluginDriver:this.pluginDriver,snippets:s};if(e.hoistTransitiveImports&&!this.outputOptions.preserveModules&&null!==this.facadeModule)for(const e of this.dependencies)e instanceof pr&&this.inlineChunkDependencies(e);this.prepareModulesForRendering(s),this.setIdentifierRenderResolutions(e);let h="";const l=this.renderedModules;for(const t of this.orderedModules){let s=0;if(t.isIncluded()||this.includedNamespaces.has(t)){const i=t.render(o).trim();s=i.length(),s&&(e.compact&&-1!==i.lastLine().indexOf("//")&&i.append("\n"),this.renderedModuleSources.set(t,i),a.addSource(i),this.usedModules.push(t));const n=t.namespace;if(this.includedNamespaces.has(t)&&!this.outputOptions.preserveModules){const e=n.renderBlock(o);n.renderFirst()?h+=r+e:a.addSource(new E(e))}}const{renderedExports:i,removedExports:n}=t.getRenderedExports(),{renderedModuleSources:c}=this;l[t.id]={get code(){var e,s;return null!==(s=null===(e=c.get(t))||void 0===e?void 0:e.toString())&&void 0!==s?s:null},originalLength:t.originalCode.length,removedExports:n,renderedExports:i,renderedLength:s}}if(h&&a.prepend(h+r+r),this.needsExportsShim&&a.prepend(`${r}${s.cnst} _missingExportShim${i}=${i}void 0;${r}${r}`),e.compact?this.renderedSource=a:this.renderedSource=a.trim(),this.renderedHash=void 0,this.isEmpty&&0===this.getExportNames().length&&0===this.dependencies.size){const e=this.getChunkName();this.inputOptions.onwarn({chunkName:e,code:"EMPTY_BUNDLE",message:`Generated an empty chunk: "${e}"`})}this.setExternalRenderPaths(e,t),this.renderedDependencies=this.getChunkDependencyDeclarations(e,n),this.renderedExports="none"===this.exportMode?[]:this.getChunkExportDeclarations(e.format,n)}async render(e,t,s,i){Di("render format",2);const n=e.format,r=ln[n];e.dynamicImportFunction&&"es"!==n&&this.inputOptions.onwarn(Qs("output.dynamicImportFunction","outputdynamicImportFunction",'this option is ignored for formats other than "es"'));for(const e of this.dependencies){const t=this.renderedDependencies.get(e);if(e instanceof re){const s=e.renderPath;t.id=nr(e.renormalizeRenderPath?this.getRelativePath(s,!1):s)}else t.namedExportsMode="default"!==e.exportMode,t.id=nr(this.getRelativePath(e.id,!1))}this.finaliseDynamicImports(e,i),this.finaliseImportMetas(n,i);const a=0!==this.renderedExports.length||[...this.renderedDependencies.values()].some((e=>e.reexports&&0!==e.reexports.length));let o=!1;const l=new Set;for(const e of this.orderedModules){e.usesTopLevelAwait&&(o=!0);const t=this.accessedGlobalsByScope.get(e.scope);if(t)for(const e of t)l.add(e)}if(o&&"es"!==n&&"system"!==n)return Gs({code:"INVALID_TLA_FORMAT",message:`Module format ${n} does not support top-level await. Use the "es" or "system" output formats rather.`});if(!this.id)throw new Error("Internal Error: expecting chunk id");const c=r(this.renderedSource,{accessedGlobals:l,dependencies:[...this.renderedDependencies.values()],exports:this.renderedExports,hasExports:a,id:this.id,indent:this.indentString,intro:t.intro,isEntryFacade:this.outputOptions.preserveModules||null!==this.facadeModule&&this.facadeModule.info.isEntry,isModuleFacade:null!==this.facadeModule,namedExportsMode:"default"!==this.exportMode,outro:t.outro,snippets:i,usesTopLevelAwait:o,warn:this.inputOptions.onwarn},e);t.banner&&c.prepend(t.banner),t.footer&&c.append(t.footer);const u=c.toString();Vi("render format",2);let p=null;const d=[];let f=await function({code:e,options:t,outputPluginDriver:s,renderChunk:i,sourcemapChain:n}){return s.hookReduceArg0("renderChunk",[e,i,t],((e,t,s)=>{if(null==t)return e;if("string"==typeof t&&(t={code:t,map:void 0}),null!==t.map){const e=or(t.map);n.push(e||{missing:!0,plugin:s.name})}return t.code}))}({code:u,options:e,outputPluginDriver:this.pluginDriver,renderChunk:s,sourcemapChain:d});if(e.sourcemap){let t;Di("sourcemap",2),t=e.file?N(e.sourcemapFile||e.file):e.dir?N(e.dir,this.id):N(this.id);const s=c.generateDecodedMap({});p=function(e,t,s,i,n,r){const a=pn(r),o=s.filter((e=>!e.excludeFromSourcemap)).map((e=>dn(e.id,e.originalCode,e.originalSourcemap,e.sourcemapChain,a)));let l=new un(t,o);l=i.reduce(a,l);let{sources:c,sourcesContent:u,names:p,mappings:d}=l.traceMappings();if(e){const t=C(e);c=c.map((e=>I(t,e))),e=_(e)}return u=n?null:u,new h({file:e,mappings:d,names:p,sources:c,sourcesContent:u})}(t,s,this.usedModules,d,e.sourcemapExcludeSources,this.inputOptions.onwarn),p.sources=p.sources.map((s=>{const{sourcemapPathTransform:i}=e;if(i){const e=i(s,`${t}.map`);return"string"!=typeof e&&Gs(ni("sourcemapPathTransform function must return a string.")),e}return s})).map(P),Vi("sourcemap",2)}return e.compact||"\n"===f[f.length-1]||(f+="\n"),{code:f,map:p}}addDependenciesToChunk(e,t){for(const s of e)if(s instanceof Wi){const e=this.chunkByModule.get(s);e&&e!==this&&t.add(e)}else t.add(s)}assignFacadeName({fileName:e,name:t},s){e?this.fileName=e:this.name=this.outputOptions.sanitizeFileName(t||dr(s))}checkCircularDependencyImport(e,t){const s=e.module;if(s instanceof Wi){const o=this.chunkByModule.get(s);let h;do{if(h=t.alternativeReexportModules.get(e),h){const l=this.chunkByModule.get(h);l&&l!==o&&this.inputOptions.onwarn((i=s.getExportNamesByVariable().get(e)[0],n=s.id,r=h.id,a=t.id,{code:qs.CYCLIC_CROSS_CHUNK_REEXPORT,exporter:n,importer:a,message:`Export "${i}" of module ${ie(n)} was reexported through module ${ie(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 ${ie(a)} to point directly to the exporting module or do not use "preserveModules" to ensure these modules end up in the same chunk.`,reexporter:r})),t=h}}while(h)}var i,n,r,a}computeContentHashWithDependencies(e,t,s){const i=Qn();i.update([e.intro,e.outro,e.banner,e.footer].map((e=>e||"")).join(":")),i.update(t.format);const n=new Set([this]);for(const r of n)if(r instanceof re?i.update(":"+r.renderPath):(i.update(r.getRenderedHash()),i.update(r.generateId(e,t,s,!1))),!(r instanceof re))for(const e of[...r.dependencies,...r.dynamicDependencies])n.add(e);return i.digest("hex").substr(0,8)}ensureReexportsAreAvailableForModule(e){const t=e.getExportNamesByVariable();for(const s of t.keys()){const t=s instanceof _i,i=t?s.getBaseVariable():s;if(!(i instanceof Pi&&this.outputOptions.preserveModules)){this.checkCircularDependencyImport(i,e);const s=i.module;if(s instanceof Wi){const e=this.chunkByModule.get(s);e&&e!==this&&(e.exports.add(i),t&&this.imports.add(i))}}}}finaliseDynamicImports(e,t){const s="amd"===e.format;for(const[e,i]of this.renderedModuleSources)for(const{node:n,resolution:r}of e.dynamicImports){const e=this.chunkByModule.get(r),a=this.facadeChunkByModule.get(r);if(!r||!n.included||e===this)continue;const o=r instanceof Wi?`'${this.getRelativePath((a||e).id,s)}'`:r instanceof re?`'${r.renormalizeRenderPath?this.getRelativePath(r.renderPath,s):r.renderPath}'`:r;n.renderFinalResolution(i,o,r instanceof Wi&&!(null==a?void 0:a.strictFacade)&&e.exportNamesByVariable.get(r.namespace)[0],t)}}finaliseImportMetas(e,t){for(const[s,i]of this.renderedModuleSources)for(const n of s.importMetas)n.renderFinalMechanism(i,this.id,e,t,this.pluginDriver)}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?e.chunkName||se(e.id):"chunk"}getChunkDependencyDeclarations(e,t){const s=this.getImportSpecifiers(t),i=this.getReexportSpecifiers(),n=new Map;for(const t of this.dependencies){const r=s.get(t)||null,a=i.get(t)||null,o=t instanceof re||"default"!==t.exportMode;n.set(t,{defaultVariableName:t.defaultVariableName,globalName:t instanceof re&&("umd"===e.format||"iife"===e.format)&&ur(t,e.globals,null!==(r||a),this.inputOptions.onwarn),id:void 0,imports:r,isChunk:t instanceof pr,name:t.variableName,namedExportsMode:o,namespaceVariableName:t.namespaceVariableName,reexports:a})}return n}getChunkExportDeclarations(e,t){const s=[];for(const i of this.getExportNames()){if("*"===i[0])continue;const n=this.exportsByName[i];if(!(n instanceof _i)){const e=n.module;if(e&&this.chunkByModule.get(e)!==this)continue}let r=null,a=!1,o=n.getName(t);if(n instanceof it){for(const e of n.declarations)if(e.parent instanceof jt||e instanceof Wt&&e.declaration instanceof jt){a=!0;break}}else n instanceof _i&&(r=o,"es"===e&&(o=n.renderName));s.push({exported:i,expression:r,hoisted:a,local:o})}return s}getDependenciesToBeDeconflicted(e,t,s){const i=new Set,n=new Set,r=new Set;for(const t of[...this.exportNamesByVariable.keys(),...this.imports])if(e||t.isNamespace){const a=t.module;if(a instanceof re)i.add(a),e&&("default"===t.name?_s[String(s(a.id))]&&n.add(a):"*"===t.name&&ws[String(s(a.id))]&&r.add(a));else{const s=this.chunkByModule.get(a);s!==this&&(i.add(s),e&&"default"===s.exportMode&&t.isNamespace&&r.add(s))}}if(t)for(const e of this.dependencies)i.add(e);return{deconflictedDefault:n,deconflictedNamespace:r,dependencies:i}}getFallbackChunkName(){return this.manualChunkAlias?this.manualChunkAlias:this.dynamicName?this.dynamicName:this.fileName?se(this.fileName):se(this.orderedModules[this.orderedModules.length-1].id)}getImportSpecifiers(e){const{interop:t}=this.outputOptions,s=new Map;for(const i of this.imports){const n=i.module;let r,a;if(n instanceof re){if(r=n,a=i.name,"default"!==a&&"*"!==a&&"defaultOnly"===t(n.id))return Gs(si(n.id,a,!1))}else r=this.chunkByModule.get(n),a=r.getVariableExportName(i);T(s,r,(()=>[])).push({imported:a,local:i.getName(e)})}return s}getImportedBindingsPerDependency(){const e={};for(const[t,s]of this.renderedDependencies){const i=new Set;if(s.imports)for(const{imported:e}of s.imports)i.add(e);if(s.reexports)for(const{imported:e}of s.reexports)i.add(e);e[t.id]=[...i]}return e}getReexportSpecifiers(){const{externalLiveBindings:e,interop:t}=this.outputOptions,s=new Map;for(let i of this.getExportNames()){let n,r,a=!1;if("*"===i[0]){const s=i.substr(1);"defaultOnly"===t(s)&&this.inputOptions.onwarn(ii(s)),a=e,n=this.modulesById.get(s),r=i="*"}else{const s=this.exportsByName[i];if(s instanceof _i)continue;const o=s.module;if(o instanceof Wi){if(n=this.chunkByModule.get(o),n===this)continue;r=n.getVariableExportName(s),a=s.isReassigned}else{if(n=o,r=s.name,"default"!==r&&"*"!==r&&"defaultOnly"===t(o.id))return Gs(si(o.id,r,!0));a=e&&("default"!==r||Cs(String(t(o.id)),!0))}}T(s,n,(()=>[])).push({imported:r,needsLiveBinding:a,reexported:i})}return s}getReferencedFiles(){const e=[];for(const t of this.orderedModules)for(const s of t.importMetas){const t=s.getReferencedFileName(this.pluginDriver);t&&e.push(t)}return e}getRelativePath(e,t){let s=P(I(C(this.id),e));return t&&s.endsWith(".js")&&(s=s.slice(0,-3)),".."===s?"../../"+_(e):""===s?"../"+_(e):s.startsWith("../")?s:"./"+s}inlineChunkDependencies(e){for(const t of e.dependencies)this.dependencies.has(t)||(this.dependencies.add(t),t instanceof pr&&this.inlineChunkDependencies(t))}prepareModulesForRendering(e){var t;const s=this.accessedGlobalsByScope;for(const i of this.orderedModules){for(const{node:n,resolution:r}of i.dynamicImports)if(n.included)if(r instanceof Wi){const i=this.chunkByModule.get(r);i===this?n.setInternalResolution(r.namespace):n.setExternalResolution((null===(t=this.facadeChunkByModule.get(r))||void 0===t?void 0:t.exportMode)||i.exportMode,r,this.outputOptions,e,this.pluginDriver,s)}else n.setExternalResolution("external",r,this.outputOptions,e,this.pluginDriver,s);for(const e of i.importMetas)e.addAccessedGlobals(this.outputOptions.format,s);this.includedNamespaces.has(i)&&!this.outputOptions.preserveModules&&i.namespace.prepare(s)}}setExternalRenderPaths(e,t){for(const s of[...this.dependencies,...this.dynamicDependencies])s instanceof re&&s.setRenderPath(e,t)}setIdentifierRenderResolutions({format:e,interop:t,namespaceToStringTag:s}){const i=new Set;for(const t of this.getExportNames()){const s=this.exportsByName[t];"es"!==e&&"system"!==e&&s.isReassigned&&!s.isId?s.setRenderNames("exports",t):s instanceof _i?i.add(s):s.setRenderNames(null,null)}for(const e of this.orderedModules)if(e.needsExportShim){this.needsExportsShim=!0;break}const n=new Set(["Object","Promise"]);switch(this.needsExportsShim&&n.add("_missingExportShim"),s&&n.add("Symbol"),e){case"system":n.add("module").add("exports");break;case"es":break;case"cjs":n.add("module").add("require").add("__filename").add("__dirname");default:n.add("exports");for(const e of zs)n.add(e)}!function(e,t,s,i,n,r,a,o,h,l,c,u,p){const d=e.slice().reverse();for(const e of d)e.scope.addUsedOutsideNames(i,n,c,u);!function(e,t,s){for(const i of t){for(const t of i.scope.variables.values())t.included&&!(t.renderBaseName||t instanceof Ei&&t.getOriginalVariable()!==t)&&t.setRenderNames(null,Fe(t.name,e));if(s.has(i)){const t=i.namespace;t.setRenderNames(null,Fe(t.name,e))}}}(i,d,p),Zn[n](i,s,t,r,a,o,h,l);for(const e of d)e.scope.deconflict(n,c,u)}(this.orderedModules,this.getDependenciesToBeDeconflicted("es"!==e&&"system"!==e,"amd"===e||"umd"===e||"iife"===e,t),this.imports,n,e,t,this.outputOptions.preserveModules,this.outputOptions.externalLiveBindings,this.chunkByModule,i,this.exportNamesByVariable,this.accessedGlobalsByScope,this.includedNamespaces)}setUpChunkImportsAndExportsForModule(e){const t=new Set(e.imports);if(!this.outputOptions.preserveModules&&this.includedNamespaces.has(e)){const s=e.namespace.getMemberVariables();for(const e of Object.values(s))t.add(e)}for(let s of t){s instanceof Ei&&(s=s.getOriginalVariable()),s instanceof _i&&(s=s.getBaseVariable());const t=this.chunkByModule.get(s.module);t!==this&&(this.imports.add(s),!(s instanceof Pi&&this.outputOptions.preserveModules)&&s.module instanceof Wi&&(t.exports.add(s),this.checkCircularDependencyImport(s,e)))}(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:s}of e.dynamicImports)t.included&&s instanceof Wi&&this.chunkByModule.get(s)===this&&!this.includedNamespaces.has(s)&&(this.includedNamespaces.add(s),this.ensureReexportsAreAvailableForModule(s))}}function dr(e){return e.chunkName||se(e.id)}var fr;function mr(e,t,s){e in t&&s(function(e){return{code:qs.FILE_NAME_CONFLICT,message:`The emitted file "${e}" overwrites a previously emitted file of the same name.`}}(e)),t[e]=gr}!function(e){e[e.LOAD_AND_PARSE=0]="LOAD_AND_PARSE",e[e.ANALYSE=1]="ANALYSE",e[e.GENERATE=2]="GENERATE"}(fr||(fr={}));const gr={type:"placeholder"};function yr(e,t,s){if(!("string"==typeof e||e instanceof Uint8Array)){const e=t.fileName||t.name||s;return Gs(ni(`Could not set source for ${"string"==typeof e?`asset "${e}"`:"unnamed asset"}, asset source needs to be a string, Uint8Array or Buffer.`))}return e}class xr{constructor(e,t,s){this.graph=e,this.options=t,this.bundle=null,this.facadeChunkByModule=null,this.outputOptions=null,this.assertAssetsFinalized=()=>{for(const[t,s]of this.filesByReferenceId.entries())if("asset"===s.type&&"string"!=typeof s.fileName)return Gs((e=s.name||t,{code:qs.ASSET_SOURCE_MISSING,message:`Plugin error creating asset "${e}" - no asset source set.`}));var e},this.emitFile=e=>function(e){return Boolean(e&&("asset"===e.type||"chunk"===e.type))}(e)?function(e){const t=e.fileName||e.name;return!t||"string"==typeof t&&!ne(t)}(e)?"chunk"===e.type?this.emitChunk(e):this.emitAsset(e):Gs(ni(`The "fileName" or "name" properties of emitted files must be strings that are neither absolute nor relative paths, received "${e.fileName||e.name}".`)):Gs(ni(`Emitted files must be of type "asset" or "chunk", received "${e&&e.type}".`)),this.getFileName=e=>{const t=this.filesByReferenceId.get(e);return t?"chunk"===t.type?function(e,t){var s,i;return e.fileName||e.module&&(null===(s=null==t?void 0:t.get(e.module))||void 0===s?void 0:s.id)||Gs((i=e.fileName||e.name,{code:qs.CHUNK_NOT_GENERATED,message:`Plugin error - Unable to get file name for chunk "${i}". Ensure that generate is called first.`}))}(t,this.facadeChunkByModule):function(e,t){return"string"!=typeof e.fileName?Gs((s=e.name||t,{code:qs.ASSET_NOT_FINALISED,message:`Plugin error - Unable to get file name for asset "${s}". Ensure that the source is set and that generate is called first.`})):e.fileName;var s}(t,e):Gs((s=e,{code:qs.FILE_NOT_FOUND,message:`Plugin error - Unable to get file name for unknown file "${s}".`}));var s},this.setAssetSource=(e,t)=>{const s=this.filesByReferenceId.get(e);if(!s)return Gs((i=e,{code:qs.ASSET_NOT_FOUND,message:`Plugin error - Unable to set the source for unknown asset "${i}".`}));var i,n;if("asset"!==s.type)return Gs(ni(`Asset sources can only be set for emitted assets but "${e}" is an emitted chunk.`));if(void 0!==s.source)return Gs((n=s.name||e,{code:qs.ASSET_SOURCE_ALREADY_SET,message:`Unable to set the source for asset "${n}", source already set.`}));const r=yr(t,s,e);this.bundle?this.finalizeAsset(s,r,e,this.bundle):s.source=r},this.setOutputBundle=(e,t,s)=>{this.outputOptions=t,this.bundle=e,this.facadeChunkByModule=s;for(const e of this.filesByReferenceId.values())e.fileName&&mr(e.fileName,this.bundle,this.options.onwarn);for(const[e,t]of this.filesByReferenceId.entries())"asset"===t.type&&void 0!==t.source&&this.finalizeAsset(t,t.source,e,this.bundle)},this.filesByReferenceId=s?new Map(s.filesByReferenceId):new Map}assignReferenceId(e,t){let s;do{const e=Qn();s?e.update(s):e.update(t),s=e.digest("hex").substr(0,8)}while(this.filesByReferenceId.has(s));return this.filesByReferenceId.set(s,e),s}emitAsset(e){const t=void 0!==e.source?yr(e.source,e,null):void 0,s={fileName:e.fileName,name:e.name,source:t,type:"asset"},i=this.assignReferenceId(s,e.fileName||e.name||e.type);return this.bundle&&(e.fileName&&mr(e.fileName,this.bundle,this.options.onwarn),void 0!==t&&this.finalizeAsset(s,t,i,this.bundle)),i}emitChunk(e){if(this.graph.phase>fr.LOAD_AND_PARSE)return Gs({code:qs.INVALID_ROLLUP_PHASE,message:"Cannot emit chunks after module loading has finished."});if("string"!=typeof e.id)return Gs(ni(`Emitted chunks need to have a valid string id, received "${e.id}"`));const t={fileName:e.fileName,module:null,name:e.name||e.id,type:"chunk"};return this.graph.moduleLoader.emitChunk(e).then((e=>t.module=e)).catch((()=>{})),this.assignReferenceId(t,e.id)}finalizeAsset(e,t,s,i){const n=e.fileName||function(e,t){for(const[s,i]of Object.entries(e))if("asset"===i.type&&vr(t,i.source))return s;return null}(i,t)||function(e,t,s,i){const n=s.sanitizeFileName(e||"asset");return lr(hr("function"==typeof s.assetFileNames?s.assetFileNames({name:e,source:t,type:"asset"}):s.assetFileNames,"output.assetFileNames",{ext:()=>w(n).substr(1),extname:()=>w(n),hash(){const e=Qn();return e.update(n),e.update(":"),e.update(t),e.digest("hex").substr(0,8)},name:()=>n.substr(0,n.length-w(n).length)}),i)}(e.name,t,this.outputOptions,i),r={...e,fileName:n,source:t};this.filesByReferenceId.set(s,r);const{options:a}=this;i[n]={fileName:n,get isAsset(){return ai('Accessing "isAsset" on files in the bundle is deprecated, please use "type === \'asset\'" instead',!0,a),!0},name:e.name,source:t,type:"asset"}}}function vr(e,t){if("string"==typeof e)return e===t;if("string"==typeof t)return!1;if("equals"in e)return e.equals(t);if(e.length!==t.length)return!1;for(let s=0;st?`${e}\n${t}`:e,br=(e,t)=>t?`${e}\n\n${t}`:e;function Sr(e,t,s){const i=new Set([e]);for(const e of i){s.add(e),t.push(e);for(const t of e.dependencies)t instanceof re||s.has(t)||i.add(t)}}const Ar=(e,t)=>e.execIndex>t.execIndex?1:-1;function kr(e,t,s){const i=Symbol(e.id),n=[ie(e.id)];let r=t;for(e.cycles.add(i);r!==e;)r.cycles.add(i),n.push(ie(r.id)),r=s.get(r);return n.push(n[0]),n.reverse(),n}const Pr=(e,t)=>t?`(${e})`:e,_r=/^(?!\d)[\w$]+$/;class Cr{constructor(e,t,s,i,n){this.outputOptions=e,this.unsetOptions=t,this.inputOptions=s,this.pluginDriver=i,this.graph=n,this.facadeChunkByModule=new Map,this.includedNamespaces=new Set}async generate(e){Di("GENERATE",1);const t=Object.create(null);this.pluginDriver.setOutputBundle(t,this.outputOptions,this.facadeChunkByModule);try{await this.pluginDriver.hookParallel("renderStart",[this.outputOptions,this.inputOptions]),Di("generate chunks",2);const e=await this.generateChunks();e.length>1&&function(e,t){"umd"===e.format||"iife"===e.format?Gs(Qs("output.format","outputformat","UMD and IIFE output formats are not supported for code-splitting builds",e.format)):"string"==typeof e.file?Gs(Qs("output.file","outputdir",'when building multiple chunks, the "output.dir" option must be used, not "output.file". To inline dynamic imports, set the "inlineDynamicImports" option')):e.sourcemapFile?Gs(Qs("output.sourcemapFile","outputsourcemapfile",'"output.sourcemapFile" is only supported for single-file builds')):!e.amd.autoId&&e.amd.id&&t(Qs("output.amd.id","outputamd",'this option is only properly supported for single-file builds. Use "output.amd.autoId" and "output.amd.basePath" instead'))}(this.outputOptions,this.inputOptions.onwarn);const s=function(e){if(0===e.length)return"/";if(1===e.length)return C(e[0]);const t=e.slice(1).reduce(((e,t)=>{const s=t.split(/\/+|\\+/);let i;for(i=0;e[i]===s[i]&&i1?t.join("/"):"/"}(function(e){const t=[];for(const s of e)for(const e of s.entryModules)A(e.id)&&t.push(e.id);return t}(e));Vi("generate chunks",2),Di("render modules",2);const i=await async function(e,t){try{let[s,i,n,r]=await Promise.all([t.hookReduceValue("banner",e.banner(),[],Er),t.hookReduceValue("footer",e.footer(),[],Er),t.hookReduceValue("intro",e.intro(),[],br),t.hookReduceValue("outro",e.outro(),[],br)]);return n&&(n+="\n\n"),r&&(r=`\n\n${r}`),s.length&&(s+="\n"),i.length&&(i="\n"+i),{banner:s,footer:i,intro:n,outro:r}}catch(e){return Gs({code:"ADDON_ERROR",message:`Could not retrieve ${e.hook}. Check configuration of plugin ${e.plugin}.\n\tError Message: ${e.message}`})}}(this.outputOptions,this.pluginDriver),n=function({compact:e,generatedCode:{arrowFunctions:t,constBindings:s,objectShorthand:i,reservedNamesAsProps:n}}){const{_:r,n:a,s:o}=e?{_:"",n:"",s:""}:{_:" ",n:"\n",s:";"},h=s?"const":"var",l=(e,{isAsync:t,name:s})=>`${t?"async ":""}function${s?` ${s}`:""}${r}(${e.join(`,${r}`)})${r}`,c=t?(e,{isAsync:t,name:s})=>{const i=1===e.length;return`${s?`${h} ${s}${r}=${r}`:""}${t?`async${i?" ":r}`:""}${i?e[0]:`(${e.join(`,${r}`)})`}${r}=>${r}`}:l,u=(e,{functionReturn:s,lineBreakIndent:i,name:n})=>[`${c(e,{isAsync:!1,name:n})}${t?i?`${a}${i.base}${i.t}`:"":`{${i?`${a}${i.base}${i.t}`:r}${s?"return ":""}`}`,t?`${n?";":""}${i?`${a}${i.base}`:""}`:`${o}${i?`${a}${i.base}`:r}}`],p=n?e=>_r.test(e):e=>!Be[e]&&_r.test(e);return{_:r,cnst:h,getDirectReturnFunction:u,getDirectReturnIifeLeft:(e,s,{needsArrowReturnParens:i,needsWrappedFunction:n})=>{const[r,a]=u(e,{functionReturn:!0,lineBreakIndent:null,name:null});return`${Pr(`${r}${Pr(s,t&&i)}${a}`,t||n)}(`},getFunctionIntro:c,getNonArrowFunctionIntro:l,getObject(e,{lineBreakIndent:t}){const s=t?`${a}${t.base}${t.t}`:r;return`{${e.map((([e,t])=>{if(null===e)return`${s}${t}`;const n=!p(e);return e===t&&i&&!n?s+e:`${s}${n?`'${e}'`:e}:${r}${t}`})).join(",")}${0===e.length?"":t?`${a}${t.base}`:r}}`},getPropertyAccess:e=>p(e)?`.${e}`:`[${JSON.stringify(e)}]`,n:a,s:o}}(this.outputOptions);this.prerenderChunks(e,s,n),Vi("render modules",2),await this.addFinalizedChunksToBundle(e,s,i,t,n)}catch(e){throw await this.pluginDriver.hookParallel("renderError",[e]),e}return await this.pluginDriver.hookSeq("generateBundle",[this.outputOptions,t,e]),this.finaliseAssets(t),Vi("GENERATE",1),t}async addFinalizedChunksToBundle(e,t,s,i,n){this.assignChunkIds(e,t,s,i);for(const t of e)i[t.id]=t.getChunkInfoWithFileNames();await Promise.all(e.map((async e=>{const t=i[e.id];Object.assign(t,await e.render(this.outputOptions,s,t,n))})))}async addManualChunks(e){const t=new Map,s=await Promise.all(Object.entries(e).map((async([e,t])=>({alias:e,entries:await this.graph.moduleLoader.addAdditionalModules(t)}))));for(const{alias:e,entries:i}of s)for(const s of i)Ir(e,s,t);return t}assignChunkIds(e,t,s,i){const n=[],r=[];for(const t of e)(t.facadeModule&&t.facadeModule.isUserDefinedEntryPoint?n:r).push(t);const a=n.concat(r);for(const e of a)this.outputOptions.file?e.id=_(this.outputOptions.file):this.outputOptions.preserveModules?e.id=e.generateIdPreserveModules(t,this.outputOptions,i,this.unsetOptions):e.id=e.generateId(s,this.outputOptions,i,!0),i[e.id]=gr}assignManualChunks(e){const t=new Map,s={getModuleIds:()=>this.graph.modulesById.keys(),getModuleInfo:this.graph.getModuleInfo};for(const i of this.graph.modulesById.values())if(i instanceof Wi){const n=e(i.id,s);"string"==typeof n&&Ir(n,i,t)}return t}finaliseAssets(e){for(const t of Object.values(e))if(t.type||(ai('A plugin is directly adding properties to the bundle object in the "generateBundle" hook. This is deprecated and will be removed in a future Rollup version, please use "this.emitFile" instead.',!0,this.inputOptions),t.type="asset"),this.outputOptions.validate&&"string"==typeof t.code)try{this.graph.contextParse(t.code,{allowHashBang:!0,ecmaVersion:"latest"})}catch(e){this.inputOptions.onwarn(Xs(t,e))}this.pluginDriver.finaliseAssets()}async generateChunks(){const{manualChunks:e}=this.outputOptions,t="object"==typeof e?await this.addManualChunks(e):this.assignManualChunks(e),s=[],i=new Map;for(const{alias:e,modules:n}of this.outputOptions.inlineDynamicImports?[{alias:null,modules:wr(this.graph.modulesById)}]:this.outputOptions.preserveModules?wr(this.graph.modulesById).map((e=>({alias:null,modules:[e]}))):function(e,t){const s=[],i=new Set(t.keys()),n=Object.create(null);for(const[e,s]of t)Sr(e,n[s]=n[s]||[],i);for(const[e,t]of Object.entries(n))s.push({alias:e,modules:t});const r=new Map,{dependentEntryPointsByModule:a,dynamicEntryModules:o}=function(e){const t=new Set,s=new Map,i=new Set(e);for(const e of i){const n=new Set([e]);for(const r of n){T(s,r,(()=>new Set)).add(e);for(const e of r.getDependenciesToBeIncluded())e instanceof re||n.add(e);for(const{resolution:e}of r.dynamicImports)e instanceof Wi&&e.includedDynamicImporters.length>0&&(t.add(e),i.add(e));for(const e of r.implicitlyLoadedBefore)t.add(e),i.add(e)}}return{dependentEntryPointsByModule:s,dynamicEntryModules:t}}(e),h=function(e,t){const s=new Map;for(const i of t){const t=T(s,i,(()=>new Set));for(const s of[...i.includedDynamicImporters,...i.implicitlyLoadedAfter])for(const i of e.get(s))t.add(i)}return s}(a,o),l=new Set(e);function c(e,t){const s=new Set([e]);for(const n of s){const o=T(r,n,(()=>new Set));if(!t||!u(t,a.get(n))){o.add(e);for(const e of n.getDependenciesToBeIncluded())e instanceof re||i.has(e)||s.add(e)}}}function u(e,t){const s=new Set(e);for(const e of s)if(!t.has(e)){if(l.has(e))return!1;const t=h.get(e);for(const e of t)s.add(e)}return!0}for(const t of e)i.has(t)||c(t,null);for(const e of o)i.has(e)||c(e,h.get(e));return s.push(...function(e,t){const s=Object.create(null);for(const[i,n]of t){let t="";for(const s of e)t+=n.has(s)?"X":"_";const r=s[t];r?r.push(i):s[t]=[i]}return Object.values(s).map((e=>({alias:null,modules:e})))}([...e,...o],r)),s}(this.graph.entryModules,t)){n.sort(Ar);const t=new pr(n,this.inputOptions,this.outputOptions,this.unsetOptions,this.pluginDriver,this.graph.modulesById,i,this.facadeChunkByModule,this.includedNamespaces,e);s.push(t);for(const e of n)i.set(e,t)}for(const e of s)e.link();const n=[];for(const e of s)n.push(...e.generateFacades());return[...s,...n]}prerenderChunks(e,t,s){for(const t of e)t.generateExports();for(const i of e)i.preRender(this.outputOptions,t,s)}}function wr(e){return[...e.values()].filter((e=>e instanceof Wi&&(e.isIncluded()||e.info.isEntry||e.includedDynamicImporters.length>0)))}function Ir(e,t,s){const i=s.get(t);if("string"==typeof i&&i!==e)return Gs((n=t.id,r=e,a=i,{code:qs.INVALID_CHUNK,message:`Cannot assign ${ie(n)} to the "${r}" chunk as it is already in the "${a}" chunk.`}));var n,r,a;s.set(t,e)}var Nr={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},Tr="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",Rr={5:Tr,"5module":Tr+" export import",6:Tr+" const class extends export import super"},Lr=/^in(stanceof)?$/,$r="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࣇऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-鿼ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞿꟂ-ꟊꟵ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",Mr="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿᫀᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷹᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",Or=new RegExp("["+$r+"]"),Dr=new RegExp("["+$r+Mr+"]");$r=Mr=null;var Vr=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,107,20,28,22,13,52,76,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,230,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,190,0,80,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8952,286,50,2,18,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,2357,44,11,6,17,0,370,43,1301,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42717,35,4148,12,221,3,5761,15,7472,3104,541,1507,4938],Br=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,154,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,135,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,262,6,10,9,419,13,1495,6,110,6,6,9,4759,9,787719,239];function Fr(e,t){for(var s=65536,i=0;ie)return!1;if((s+=t[i+1])>=e)return!0}}function zr(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Or.test(String.fromCharCode(e)):!1!==t&&Fr(e,Vr)))}function Ur(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Dr.test(String.fromCharCode(e)):!1!==t&&(Fr(e,Vr)||Fr(e,Br)))))}var jr=function(e,t){void 0===t&&(t={}),this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=t.binop||null,this.updateContext=null};function Wr(e,t){return new jr(e,{beforeExpr:!0,binop:t})}var Gr={beforeExpr:!0},Hr={startsExpr:!0},qr={};function Kr(e,t){return void 0===t&&(t={}),t.keyword=e,qr[e]=new jr(e,t)}var Xr={num:new jr("num",Hr),regexp:new jr("regexp",Hr),string:new jr("string",Hr),name:new jr("name",Hr),privateId:new jr("privateId",Hr),eof:new jr("eof"),bracketL:new jr("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new jr("]"),braceL:new jr("{",{beforeExpr:!0,startsExpr:!0}),braceR:new jr("}"),parenL:new jr("(",{beforeExpr:!0,startsExpr:!0}),parenR:new jr(")"),comma:new jr(",",Gr),semi:new jr(";",Gr),colon:new jr(":",Gr),dot:new jr("."),question:new jr("?",Gr),questionDot:new jr("?."),arrow:new jr("=>",Gr),template:new jr("template"),invalidTemplate:new jr("invalidTemplate"),ellipsis:new jr("...",Gr),backQuote:new jr("`",Hr),dollarBraceL:new jr("${",{beforeExpr:!0,startsExpr:!0}),eq:new jr("=",{beforeExpr:!0,isAssign:!0}),assign:new jr("_=",{beforeExpr:!0,isAssign:!0}),incDec:new jr("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new jr("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:Wr("||",1),logicalAND:Wr("&&",2),bitwiseOR:Wr("|",3),bitwiseXOR:Wr("^",4),bitwiseAND:Wr("&",5),equality:Wr("==/!=/===/!==",6),relational:Wr("/<=/>=",7),bitShift:Wr("<>/>>>",8),plusMin:new jr("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:Wr("%",10),star:Wr("*",10),slash:Wr("/",10),starstar:new jr("**",{beforeExpr:!0}),coalesce:Wr("??",1),_break:Kr("break"),_case:Kr("case",Gr),_catch:Kr("catch"),_continue:Kr("continue"),_debugger:Kr("debugger"),_default:Kr("default",Gr),_do:Kr("do",{isLoop:!0,beforeExpr:!0}),_else:Kr("else",Gr),_finally:Kr("finally"),_for:Kr("for",{isLoop:!0}),_function:Kr("function",Hr),_if:Kr("if"),_return:Kr("return",Gr),_switch:Kr("switch"),_throw:Kr("throw",Gr),_try:Kr("try"),_var:Kr("var"),_const:Kr("const"),_while:Kr("while",{isLoop:!0}),_with:Kr("with"),_new:Kr("new",{beforeExpr:!0,startsExpr:!0}),_this:Kr("this",Hr),_super:Kr("super",Hr),_class:Kr("class",Hr),_extends:Kr("extends",Gr),_export:Kr("export"),_import:Kr("import",Hr),_null:Kr("null",Hr),_true:Kr("true",Hr),_false:Kr("false",Hr),_in:Kr("in",{beforeExpr:!0,binop:7}),_instanceof:Kr("instanceof",{beforeExpr:!0,binop:7}),_typeof:Kr("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:Kr("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:Kr("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},Yr=/\r\n?|\n|\u2028|\u2029/,Qr=new RegExp(Yr.source,"g");function Zr(e){return 10===e||13===e||8232===e||8233===e}var Jr=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,ea=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,ta=Object.prototype,sa=ta.hasOwnProperty,ia=ta.toString;function na(e,t){return sa.call(e,t)}var ra=Array.isArray||function(e){return"[object Array]"===ia.call(e)};function aa(e){return new RegExp("^(?:"+e.replace(/ /g,"|")+")$")}var oa=function(e,t){this.line=e,this.column=t};oa.prototype.offset=function(e){return new oa(this.line,this.column+e)};var ha=function(e,t,s){this.start=t,this.end=s,null!==e.sourceFile&&(this.source=e.sourceFile)};function la(e,t){for(var s=1,i=0;;){Qr.lastIndex=i;var n=Qr.exec(e);if(!(n&&n.index=2015&&(t.ecmaVersion-=2009),null==t.allowReserved&&(t.allowReserved=t.ecmaVersion<5),ra(t.onToken)){var i=t.onToken;t.onToken=function(e){return i.push(e)}}return ra(t.onComment)&&(t.onComment=function(e,t){return function(s,i,n,r,a,o){var h={type:s?"Block":"Line",value:i,start:n,end:r};e.locations&&(h.loc=new ha(this,a,o)),e.ranges&&(h.range=[n,r]),t.push(h)}}(t,t.onComment)),t}(e),this.sourceFile=e.sourceFile,this.keywords=aa(Rr[e.ecmaVersion>=6?6:"module"===e.sourceType?"5module":5]);var i="";!0!==e.allowReserved&&(i=Nr[e.ecmaVersion>=6?6:5===e.ecmaVersion?5:3],"module"===e.sourceType&&(i+=" await")),this.reservedWords=aa(i);var n=(i?i+" ":"")+Nr.strict;this.reservedWordsStrict=aa(n),this.reservedWordsStrictBind=aa(n+" "+Nr.strictBind),this.input=String(t),this.containsEsc=!1,s?(this.pos=s,this.lineStart=this.input.lastIndexOf("\n",s-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(Yr).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=Xr.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.potentialArrowInForAwait=!1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports=Object.create(null),0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(1),this.regexpState=null,this.privateNameStack=[]},fa={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},canAwait:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0},allowNewDotTarget:{configurable:!0},inClassStaticBlock:{configurable:!0}};da.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)},fa.inFunction.get=function(){return(2&this.currentVarScope().flags)>0},fa.inGenerator.get=function(){return(8&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},fa.inAsync.get=function(){return(4&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},fa.canAwait.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e];if(t.inClassFieldInit||256&t.flags)return!1;if(2&t.flags)return(4&t.flags)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction},fa.allowSuper.get=function(){var e=this.currentThisScope(),t=e.flags,s=e.inClassFieldInit;return(64&t)>0||s||this.options.allowSuperOutsideMethod},fa.allowDirectSuper.get=function(){return(128&this.currentThisScope().flags)>0},fa.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},fa.allowNewDotTarget.get=function(){var e=this.currentThisScope(),t=e.flags,s=e.inClassFieldInit;return(258&t)>0||s},fa.inClassStaticBlock.get=function(){return(256&this.currentVarScope().flags)>0},da.extend=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];for(var s=this,i=0;i=,?^&]/.test(n)||"!"===n&&"="===this.input.charAt(i+1))}e+=t[0].length,ea.lastIndex=e,e+=ea.exec(this.input)[0].length,";"===this.input[e]&&e++}},ma.eat=function(e){return this.type===e&&(this.next(),!0)},ma.isContextual=function(e){return this.type===Xr.name&&this.value===e&&!this.containsEsc},ma.eatContextual=function(e){return!!this.isContextual(e)&&(this.next(),!0)},ma.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},ma.canInsertSemicolon=function(){return this.type===Xr.eof||this.type===Xr.braceR||Yr.test(this.input.slice(this.lastTokEnd,this.start))},ma.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},ma.semicolon=function(){this.eat(Xr.semi)||this.insertSemicolon()||this.unexpected()},ma.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},ma.expect=function(e){this.eat(e)||this.unexpected()},ma.unexpected=function(e){this.raise(null!=e?e:this.start,"Unexpected token")},ma.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var s=t?e.parenthesizedAssign:e.parenthesizedBind;s>-1&&this.raiseRecoverable(s,"Parenthesized pattern")}},ma.checkExpressionErrors=function(e,t){if(!e)return!1;var s=e.shorthandAssign,i=e.doubleProto;if(!t)return s>=0||i>=0;s>=0&&this.raise(s,"Shorthand property assignments are valid only in destructuring patterns"),i>=0&&this.raiseRecoverable(i,"Redefinition of __proto__ property")},ma.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos55295&&i<56320)return!0;if(e)return!1;if(123===i)return!0;if(zr(i,!0)){for(var n=s+1;Ur(i=this.input.charCodeAt(n),!0);)++n;if(92===i||i>55295&&i<56320)return!0;var r=this.input.slice(s,n);if(!Lr.test(r))return!0}return!1},xa.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;ea.lastIndex=this.pos;var e,t=ea.exec(this.input),s=this.pos+t[0].length;return!(Yr.test(this.input.slice(this.pos,s))||"function"!==this.input.slice(s,s+8)||s+8!==this.input.length&&(Ur(e=this.input.charCodeAt(s+8))||e>55295&&e<56320))},xa.parseStatement=function(e,t,s){var i,n=this.type,r=this.startNode();switch(this.isLet(e)&&(n=Xr._var,i="let"),n){case Xr._break:case Xr._continue:return this.parseBreakContinueStatement(r,n.keyword);case Xr._debugger:return this.parseDebuggerStatement(r);case Xr._do:return this.parseDoStatement(r);case Xr._for:return this.parseForStatement(r);case Xr._function:return e&&(this.strict||"if"!==e&&"label"!==e)&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(r,!1,!e);case Xr._class:return e&&this.unexpected(),this.parseClass(r,!0);case Xr._if:return this.parseIfStatement(r);case Xr._return:return this.parseReturnStatement(r);case Xr._switch:return this.parseSwitchStatement(r);case Xr._throw:return this.parseThrowStatement(r);case Xr._try:return this.parseTryStatement(r);case Xr._const:case Xr._var:return i=i||this.value,e&&"var"!==i&&this.unexpected(),this.parseVarStatement(r,i);case Xr._while:return this.parseWhileStatement(r);case Xr._with:return this.parseWithStatement(r);case Xr.braceL:return this.parseBlock(!0,r);case Xr.semi:return this.parseEmptyStatement(r);case Xr._export:case Xr._import:if(this.options.ecmaVersion>10&&n===Xr._import){ea.lastIndex=this.pos;var a=ea.exec(this.input),o=this.pos+a[0].length,h=this.input.charCodeAt(o);if(40===h||46===h)return this.parseExpressionStatement(r,this.parseExpression())}return this.options.allowImportExportEverywhere||(t||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),n===Xr._import?this.parseImport(r):this.parseExport(r,s);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(r,!0,!e);var l=this.value,c=this.parseExpression();return n===Xr.name&&"Identifier"===c.type&&this.eat(Xr.colon)?this.parseLabeledStatement(r,l,c,e):this.parseExpressionStatement(r,c)}},xa.parseBreakContinueStatement=function(e,t){var s="break"===t;this.next(),this.eat(Xr.semi)||this.insertSemicolon()?e.label=null:this.type!==Xr.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var i=0;i=6?this.eat(Xr.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},xa.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(va),this.enterScope(0),this.expect(Xr.parenL),this.type===Xr.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var s=this.isLet();if(this.type===Xr._var||this.type===Xr._const||s){var i=this.startNode(),n=s?"let":this.value;return this.next(),this.parseVar(i,!0,n),this.finishNode(i,"VariableDeclaration"),(this.type===Xr._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&1===i.declarations.length?(this.options.ecmaVersion>=9&&(this.type===Xr._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,i)):(t>-1&&this.unexpected(t),this.parseFor(e,i))}var r=this.isContextual("let"),a=!1,o=new ya,h=this.parseExpression(!(t>-1)||"await",o);return this.type===Xr._in||(a=this.options.ecmaVersion>=6&&this.isContextual("of"))?(this.options.ecmaVersion>=9&&(this.type===Xr._in?t>-1&&this.unexpected(t):e.await=t>-1),r&&a&&this.raise(h.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(h,!1,o),this.checkLValPattern(h),this.parseForIn(e,h)):(this.checkExpressionErrors(o,!0),t>-1&&this.unexpected(t),this.parseFor(e,h))},xa.parseFunctionStatement=function(e,t,s){return this.next(),this.parseFunction(e,Sa|(s?0:Aa),!1,t)},xa.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement("if"),e.alternate=this.eat(Xr._else)?this.parseStatement("if"):null,this.finishNode(e,"IfStatement")},xa.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(Xr.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},xa.parseSwitchStatement=function(e){var t;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(Xr.braceL),this.labels.push(Ea),this.enterScope(0);for(var s=!1;this.type!==Xr.braceR;)if(this.type===Xr._case||this.type===Xr._default){var i=this.type===Xr._case;t&&this.finishNode(t,"SwitchCase"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),i?t.test=this.parseExpression():(s&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),s=!0,t.test=null),this.expect(Xr.colon)}else t||this.unexpected(),t.consequent.push(this.parseStatement(null));return this.exitScope(),t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")},xa.parseThrowStatement=function(e){return this.next(),Yr.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var ba=[];xa.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===Xr._catch){var t=this.startNode();if(this.next(),this.eat(Xr.parenL)){t.param=this.parseBindingAtom();var s="Identifier"===t.param.type;this.enterScope(s?32:0),this.checkLValPattern(t.param,s?4:2),this.expect(Xr.parenR)}else this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterScope(0);t.body=this.parseBlock(!1),this.exitScope(),e.handler=this.finishNode(t,"CatchClause")}return e.finalizer=this.eat(Xr._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},xa.parseVarStatement=function(e,t){return this.next(),this.parseVar(e,!1,t),this.semicolon(),this.finishNode(e,"VariableDeclaration")},xa.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(va),e.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(e,"WhileStatement")},xa.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement("with"),this.finishNode(e,"WithStatement")},xa.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},xa.parseLabeledStatement=function(e,t,s,i){for(var n=0,r=this.labels;n=0;o--){var h=this.labels[o];if(h.statementStart!==e.start)break;h.statementStart=this.start,h.kind=a}return this.labels.push({name:t,kind:a,statementStart:this.start}),e.body=this.parseStatement(i?-1===i.indexOf("label")?i+"label":i:"label"),this.labels.pop(),e.label=s,this.finishNode(e,"LabeledStatement")},xa.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")},xa.parseBlock=function(e,t,s){for(void 0===e&&(e=!0),void 0===t&&(t=this.startNode()),t.body=[],this.expect(Xr.braceL),e&&this.enterScope(0);this.type!==Xr.braceR;){var i=this.parseStatement(null);t.body.push(i)}return s&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,"BlockStatement")},xa.parseFor=function(e,t){return e.init=t,this.expect(Xr.semi),e.test=this.type===Xr.semi?null:this.parseExpression(),this.expect(Xr.semi),e.update=this.type===Xr.parenR?null:this.parseExpression(),this.expect(Xr.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,"ForStatement")},xa.parseForIn=function(e,t){var s=this.type===Xr._in;return this.next(),"VariableDeclaration"===t.type&&null!=t.declarations[0].init&&(!s||this.options.ecmaVersion<8||this.strict||"var"!==t.kind||"Identifier"!==t.declarations[0].id.type)&&this.raise(t.start,(s?"for-in":"for-of")+" loop variable declaration may not have an initializer"),e.left=t,e.right=s?this.parseExpression():this.parseMaybeAssign(),this.expect(Xr.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,s?"ForInStatement":"ForOfStatement")},xa.parseVar=function(e,t,s){for(e.declarations=[],e.kind=s;;){var i=this.startNode();if(this.parseVarId(i,s),this.eat(Xr.eq)?i.init=this.parseMaybeAssign(t):"const"!==s||this.type===Xr._in||this.options.ecmaVersion>=6&&this.isContextual("of")?"Identifier"===i.id.type||t&&(this.type===Xr._in||this.isContextual("of"))?i.init=null:this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):this.unexpected(),e.declarations.push(this.finishNode(i,"VariableDeclarator")),!this.eat(Xr.comma))break}return e},xa.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLValPattern(e.id,"var"===t?1:2,!1)};var Sa=1,Aa=2;function ka(e,t){var s=t.key.name,i=e[s],n="true";return"MethodDefinition"!==t.type||"get"!==t.kind&&"set"!==t.kind||(n=(t.static?"s":"i")+t.kind),"iget"===i&&"iset"===n||"iset"===i&&"iget"===n||"sget"===i&&"sset"===n||"sset"===i&&"sget"===n?(e[s]="true",!1):!!i||(e[s]=n,!1)}function Pa(e,t){var s=e.computed,i=e.key;return!s&&("Identifier"===i.type&&i.name===t||"Literal"===i.type&&i.value===t)}xa.parseFunction=function(e,t,s,i,n){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!i)&&(this.type===Xr.star&&t&Aa&&this.unexpected(),e.generator=this.eat(Xr.star)),this.options.ecmaVersion>=8&&(e.async=!!i),t&Sa&&(e.id=4&t&&this.type!==Xr.name?null:this.parseIdent(),!e.id||t&Aa||this.checkLValSimple(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?1:2:3));var r=this.yieldPos,a=this.awaitPos,o=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(pa(e.async,e.generator)),t&Sa||(e.id=this.type===Xr.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,s,!1,n),this.yieldPos=r,this.awaitPos=a,this.awaitIdentPos=o,this.finishNode(e,t&Sa?"FunctionDeclaration":"FunctionExpression")},xa.parseFunctionParams=function(e){this.expect(Xr.parenL),e.params=this.parseBindingList(Xr.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},xa.parseClass=function(e,t){this.next();var s=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var i=this.enterClassBody(),n=this.startNode(),r=!1;for(n.body=[],this.expect(Xr.braceL);this.type!==Xr.braceR;){var a=this.parseClassElement(null!==e.superClass);a&&(n.body.push(a),"MethodDefinition"===a.type&&"constructor"===a.kind?(r&&this.raise(a.start,"Duplicate constructor in the same class"),r=!0):a.key&&"PrivateIdentifier"===a.key.type&&ka(i,a)&&this.raiseRecoverable(a.key.start,"Identifier '#"+a.key.name+"' has already been declared"))}return this.strict=s,this.next(),e.body=this.finishNode(n,"ClassBody"),this.exitClassBody(),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")},xa.parseClassElement=function(e){if(this.eat(Xr.semi))return null;var t=this.options.ecmaVersion,s=this.startNode(),i="",n=!1,r=!1,a="method",o=!1;if(this.eatContextual("static")){if(t>=13&&this.eat(Xr.braceL))return this.parseClassStaticBlock(s),s;this.isClassElementNameStart()||this.type===Xr.star?o=!0:i="static"}if(s.static=o,!i&&t>=8&&this.eatContextual("async")&&(!this.isClassElementNameStart()&&this.type!==Xr.star||this.canInsertSemicolon()?i="async":r=!0),!i&&(t>=9||!r)&&this.eat(Xr.star)&&(n=!0),!i&&!r&&!n){var h=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?a=h:i=h)}if(i?(s.computed=!1,s.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),s.key.name=i,this.finishNode(s.key,"Identifier")):this.parseClassElementName(s),t<13||this.type===Xr.parenL||"method"!==a||n||r){var l=!s.static&&Pa(s,"constructor"),c=l&&e;l&&"method"!==a&&this.raise(s.key.start,"Constructor can't have get/set modifier"),s.kind=l?"constructor":a,this.parseClassMethod(s,n,r,c)}else this.parseClassField(s);return s},xa.isClassElementNameStart=function(){return this.type===Xr.name||this.type===Xr.privateId||this.type===Xr.num||this.type===Xr.string||this.type===Xr.bracketL||this.type.keyword},xa.parseClassElementName=function(e){this.type===Xr.privateId?("constructor"===this.value&&this.raise(this.start,"Classes can't have an element named '#constructor'"),e.computed=!1,e.key=this.parsePrivateIdent()):this.parsePropertyName(e)},xa.parseClassMethod=function(e,t,s,i){var n=e.key;"constructor"===e.kind?(t&&this.raise(n.start,"Constructor can't be a generator"),s&&this.raise(n.start,"Constructor can't be an async method")):e.static&&Pa(e,"prototype")&&this.raise(n.start,"Classes may not have a static property named prototype");var r=e.value=this.parseMethod(t,s,i);return"get"===e.kind&&0!==r.params.length&&this.raiseRecoverable(r.start,"getter should have no params"),"set"===e.kind&&1!==r.params.length&&this.raiseRecoverable(r.start,"setter should have exactly one param"),"set"===e.kind&&"RestElement"===r.params[0].type&&this.raiseRecoverable(r.params[0].start,"Setter cannot use rest params"),this.finishNode(e,"MethodDefinition")},xa.parseClassField=function(e){if(Pa(e,"constructor")?this.raise(e.key.start,"Classes can't have a field named 'constructor'"):e.static&&Pa(e,"prototype")&&this.raise(e.key.start,"Classes can't have a static field named 'prototype'"),this.eat(Xr.eq)){var t=this.currentThisScope(),s=t.inClassFieldInit;t.inClassFieldInit=!0,e.value=this.parseMaybeAssign(),t.inClassFieldInit=s}else e.value=null;return this.semicolon(),this.finishNode(e,"PropertyDefinition")},xa.parseClassStaticBlock=function(e){e.body=[];var t=this.labels;for(this.labels=[],this.enterScope(320);this.type!==Xr.braceR;){var s=this.parseStatement(null);e.body.push(s)}return this.next(),this.exitScope(),this.labels=t,this.finishNode(e,"StaticBlock")},xa.parseClassId=function(e,t){this.type===Xr.name?(e.id=this.parseIdent(),t&&this.checkLValSimple(e.id,2,!1)):(!0===t&&this.unexpected(),e.id=null)},xa.parseClassSuper=function(e){e.superClass=this.eat(Xr._extends)?this.parseExprSubscripts(!1):null},xa.enterClassBody=function(){var e={declared:Object.create(null),used:[]};return this.privateNameStack.push(e),e.declared},xa.exitClassBody=function(){for(var e=this.privateNameStack.pop(),t=e.declared,s=e.used,i=this.privateNameStack.length,n=0===i?null:this.privateNameStack[i-1],r=0;r=11&&(this.eatContextual("as")?(e.exported=this.parseIdent(!0),this.checkExport(t,e.exported.name,this.lastTokStart)):e.exported=null),this.expectContextual("from"),this.type!==Xr.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration");if(this.eat(Xr._default)){var s;if(this.checkExport(t,"default",this.lastTokStart),this.type===Xr._function||(s=this.isAsyncFunction())){var i=this.startNode();this.next(),s&&this.next(),e.declaration=this.parseFunction(i,4|Sa,!1,s)}else if(this.type===Xr._class){var n=this.startNode();e.declaration=this.parseClass(n,"nullableID")}else e.declaration=this.parseMaybeAssign(),this.semicolon();return this.finishNode(e,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())e.declaration=this.parseStatement(null),"VariableDeclaration"===e.declaration.type?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id.name,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual("from"))this.type!==Xr.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var r=0,a=e.specifiers;r=6&&e)switch(e.type){case"Identifier":this.inAsync&&"await"===e.name&&this.raise(e.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":e.type="ObjectPattern",s&&this.checkPatternErrors(s,!0);for(var i=0,n=e.properties;i=8&&!a&&"async"===o.name&&!this.canInsertSemicolon()&&this.eat(Xr._function))return this.overrideContext(wa.f_expr),this.parseFunction(this.startNodeAt(n,r),0,!1,!0,t);if(i&&!this.canInsertSemicolon()){if(this.eat(Xr.arrow))return this.parseArrowExpression(this.startNodeAt(n,r),[o],!1,t);if(this.options.ecmaVersion>=8&&"async"===o.name&&this.type===Xr.name&&!a&&(!this.potentialArrowInForAwait||"of"!==this.value||this.containsEsc))return o=this.parseIdent(!1),!this.canInsertSemicolon()&&this.eat(Xr.arrow)||this.unexpected(),this.parseArrowExpression(this.startNodeAt(n,r),[o],!0,t)}return o;case Xr.regexp:var h=this.value;return(s=this.parseLiteral(h.value)).regex={pattern:h.pattern,flags:h.flags},s;case Xr.num:case Xr.string:return this.parseLiteral(this.value);case Xr._null:case Xr._true:case Xr._false:return(s=this.startNode()).value=this.type===Xr._null?null:this.type===Xr._true,s.raw=this.type.keyword,this.next(),this.finishNode(s,"Literal");case Xr.parenL:var l=this.start,c=this.parseParenAndDistinguishExpression(i,t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(c)&&(e.parenthesizedAssign=l),e.parenthesizedBind<0&&(e.parenthesizedBind=l)),c;case Xr.bracketL:return s=this.startNode(),this.next(),s.elements=this.parseExprList(Xr.bracketR,!0,!0,e),this.finishNode(s,"ArrayExpression");case Xr.braceL:return this.overrideContext(wa.b_expr),this.parseObj(!1,e);case Xr._function:return s=this.startNode(),this.next(),this.parseFunction(s,0);case Xr._class:return this.parseClass(this.startNode(),!1);case Xr._new:return this.parseNew();case Xr.backQuote:return this.parseTemplate();case Xr._import:return this.options.ecmaVersion>=11?this.parseExprImport():this.unexpected();default:this.unexpected()}},Na.parseExprImport=function(){var e=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import");var t=this.parseIdent(!0);switch(this.type){case Xr.parenL:return this.parseDynamicImport(e);case Xr.dot:return e.meta=t,this.parseImportMeta(e);default:this.unexpected()}},Na.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(Xr.parenR)){var t=this.start;this.eat(Xr.comma)&&this.eat(Xr.parenR)?this.raiseRecoverable(t,"Trailing comma is not allowed in import()"):this.unexpected(t)}return this.finishNode(e,"ImportExpression")},Na.parseImportMeta=function(e){this.next();var t=this.containsEsc;return e.property=this.parseIdent(!0),"meta"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for import is 'import.meta'"),t&&this.raiseRecoverable(e.start,"'import.meta' must not contain escaped characters"),"module"===this.options.sourceType||this.options.allowImportExportEverywhere||this.raiseRecoverable(e.start,"Cannot use 'import.meta' outside a module"),this.finishNode(e,"MetaProperty")},Na.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),110===t.raw.charCodeAt(t.raw.length-1)&&(t.bigint=t.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(t,"Literal")},Na.parseParenExpression=function(){this.expect(Xr.parenL);var e=this.parseExpression();return this.expect(Xr.parenR),e},Na.parseParenAndDistinguishExpression=function(e,t){var s,i=this.start,n=this.startLoc,r=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var a,o=this.start,h=this.startLoc,l=[],c=!0,u=!1,p=new ya,d=this.yieldPos,f=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==Xr.parenR;){if(c?c=!1:this.expect(Xr.comma),r&&this.afterTrailingComma(Xr.parenR,!0)){u=!0;break}if(this.type===Xr.ellipsis){a=this.start,l.push(this.parseParenItem(this.parseRestBinding())),this.type===Xr.comma&&this.raise(this.start,"Comma is not permitted after the rest element");break}l.push(this.parseMaybeAssign(!1,p,this.parseParenItem))}var m=this.lastTokEnd,g=this.lastTokEndLoc;if(this.expect(Xr.parenR),e&&!this.canInsertSemicolon()&&this.eat(Xr.arrow))return this.checkPatternErrors(p,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=d,this.awaitPos=f,this.parseParenArrowList(i,n,l,t);l.length&&!u||this.unexpected(this.lastTokStart),a&&this.unexpected(a),this.checkExpressionErrors(p,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=f||this.awaitPos,l.length>1?((s=this.startNodeAt(o,h)).expressions=l,this.finishNodeAt(s,"SequenceExpression",m,g)):s=l[0]}else s=this.parseParenExpression();if(this.options.preserveParens){var y=this.startNodeAt(i,n);return y.expression=s,this.finishNode(y,"ParenthesizedExpression")}return s},Na.parseParenItem=function(e){return e},Na.parseParenArrowList=function(e,t,s,i){return this.parseArrowExpression(this.startNodeAt(e,t),s,i)};var Ra=[];Na.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var e=this.startNode(),t=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(Xr.dot)){e.meta=t;var s=this.containsEsc;return e.property=this.parseIdent(!0),"target"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is 'new.target'"),s&&this.raiseRecoverable(e.start,"'new.target' must not contain escaped characters"),this.allowNewDotTarget||this.raiseRecoverable(e.start,"'new.target' can only be used in functions and class static block"),this.finishNode(e,"MetaProperty")}var i=this.start,n=this.startLoc,r=this.type===Xr._import;return e.callee=this.parseSubscripts(this.parseExprAtom(),i,n,!0,!1),r&&"ImportExpression"===e.callee.type&&this.raise(i,"Cannot use new with import()"),this.eat(Xr.parenL)?e.arguments=this.parseExprList(Xr.parenR,this.options.ecmaVersion>=8,!1):e.arguments=Ra,this.finishNode(e,"NewExpression")},Na.parseTemplateElement=function(e){var t=e.isTagged,s=this.startNode();return this.type===Xr.invalidTemplate?(t||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),s.value={raw:this.value,cooked:null}):s.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,"\n"),cooked:this.value},this.next(),s.tail=this.type===Xr.backQuote,this.finishNode(s,"TemplateElement")},Na.parseTemplate=function(e){void 0===e&&(e={});var t=e.isTagged;void 0===t&&(t=!1);var s=this.startNode();this.next(),s.expressions=[];var i=this.parseTemplateElement({isTagged:t});for(s.quasis=[i];!i.tail;)this.type===Xr.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(Xr.dollarBraceL),s.expressions.push(this.parseExpression()),this.expect(Xr.braceR),s.quasis.push(i=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(s,"TemplateLiteral")},Na.isAsyncProp=function(e){return!e.computed&&"Identifier"===e.key.type&&"async"===e.key.name&&(this.type===Xr.name||this.type===Xr.num||this.type===Xr.string||this.type===Xr.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===Xr.star)&&!Yr.test(this.input.slice(this.lastTokEnd,this.start))},Na.parseObj=function(e,t){var s=this.startNode(),i=!0,n={};for(s.properties=[],this.next();!this.eat(Xr.braceR);){if(i)i=!1;else if(this.expect(Xr.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(Xr.braceR))break;var r=this.parseProperty(e,t);e||this.checkPropClash(r,n,t),s.properties.push(r)}return this.finishNode(s,e?"ObjectPattern":"ObjectExpression")},Na.parseProperty=function(e,t){var s,i,n,r,a=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(Xr.ellipsis))return e?(a.argument=this.parseIdent(!1),this.type===Xr.comma&&this.raise(this.start,"Comma is not permitted after the rest element"),this.finishNode(a,"RestElement")):(this.type===Xr.parenL&&t&&(t.parenthesizedAssign<0&&(t.parenthesizedAssign=this.start),t.parenthesizedBind<0&&(t.parenthesizedBind=this.start)),a.argument=this.parseMaybeAssign(!1,t),this.type===Xr.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(a,"SpreadElement"));this.options.ecmaVersion>=6&&(a.method=!1,a.shorthand=!1,(e||t)&&(n=this.start,r=this.startLoc),e||(s=this.eat(Xr.star)));var o=this.containsEsc;return this.parsePropertyName(a),!e&&!o&&this.options.ecmaVersion>=8&&!s&&this.isAsyncProp(a)?(i=!0,s=this.options.ecmaVersion>=9&&this.eat(Xr.star),this.parsePropertyName(a,t)):i=!1,this.parsePropertyValue(a,e,s,i,n,r,t,o),this.finishNode(a,"Property")},Na.parsePropertyValue=function(e,t,s,i,n,r,a,o){if((s||i)&&this.type===Xr.colon&&this.unexpected(),this.eat(Xr.colon))e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,a),e.kind="init";else if(this.options.ecmaVersion>=6&&this.type===Xr.parenL)t&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(s,i);else if(t||o||!(this.options.ecmaVersion>=5)||e.computed||"Identifier"!==e.key.type||"get"!==e.key.name&&"set"!==e.key.name||this.type===Xr.comma||this.type===Xr.braceR||this.type===Xr.eq)this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?((s||i)&&this.unexpected(),this.checkUnreserved(e.key),"await"!==e.key.name||this.awaitIdentPos||(this.awaitIdentPos=n),e.kind="init",t?e.value=this.parseMaybeDefault(n,r,this.copyNode(e.key)):this.type===Xr.eq&&a?(a.shorthandAssign<0&&(a.shorthandAssign=this.start),e.value=this.parseMaybeDefault(n,r,this.copyNode(e.key))):e.value=this.copyNode(e.key),e.shorthand=!0):this.unexpected();else{(s||i)&&this.unexpected(),e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var h="get"===e.kind?0:1;if(e.value.params.length!==h){var l=e.value.start;"get"===e.kind?this.raiseRecoverable(l,"getter should have no params"):this.raiseRecoverable(l,"setter should have exactly one param")}else"set"===e.kind&&"RestElement"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")}},Na.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(Xr.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(Xr.bracketR),e.key;e.computed=!1}return e.key=this.type===Xr.num||this.type===Xr.string?this.parseExprAtom():this.parseIdent("never"!==this.options.allowReserved)},Na.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},Na.parseMethod=function(e,t,s){var i=this.startNode(),n=this.yieldPos,r=this.awaitPos,a=this.awaitIdentPos;return this.initFunction(i),this.options.ecmaVersion>=6&&(i.generator=e),this.options.ecmaVersion>=8&&(i.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(64|pa(t,i.generator)|(s?128:0)),this.expect(Xr.parenL),i.params=this.parseBindingList(Xr.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(i,!1,!0,!1),this.yieldPos=n,this.awaitPos=r,this.awaitIdentPos=a,this.finishNode(i,"FunctionExpression")},Na.parseArrowExpression=function(e,t,s,i){var n=this.yieldPos,r=this.awaitPos,a=this.awaitIdentPos;return this.enterScope(16|pa(s,!1)),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!s),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1,i),this.yieldPos=n,this.awaitPos=r,this.awaitIdentPos=a,this.finishNode(e,"ArrowFunctionExpression")},Na.parseFunctionBody=function(e,t,s,i){var n=t&&this.type!==Xr.braceL,r=this.strict,a=!1;if(n)e.body=this.parseMaybeAssign(i),e.expression=!0,this.checkParams(e,!1);else{var o=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);r&&!o||(a=this.strictDirective(this.end))&&o&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list");var h=this.labels;this.labels=[],a&&(this.strict=!0),this.checkParams(e,!r&&!a&&!t&&!s&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLValSimple(e.id,5),e.body=this.parseBlock(!1,void 0,a&&!r),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=h}this.exitScope()},Na.isSimpleParamList=function(e){for(var t=0,s=e;t-1||n.functions.indexOf(e)>-1||n.var.indexOf(e)>-1,n.lexical.push(e),this.inModule&&1&n.flags&&delete this.undefinedExports[e]}else if(4===t)this.currentScope().lexical.push(e);else if(3===t){var r=this.currentScope();i=this.treatFunctionsAsVar?r.lexical.indexOf(e)>-1:r.lexical.indexOf(e)>-1||r.var.indexOf(e)>-1,r.functions.push(e)}else for(var a=this.scopeStack.length-1;a>=0;--a){var o=this.scopeStack[a];if(o.lexical.indexOf(e)>-1&&!(32&o.flags&&o.lexical[0]===e)||!this.treatFunctionsAsVarInScope(o)&&o.functions.indexOf(e)>-1){i=!0;break}if(o.var.push(e),this.inModule&&1&o.flags&&delete this.undefinedExports[e],259&o.flags)break}i&&this.raiseRecoverable(s,"Identifier '"+e+"' has already been declared")},$a.checkLocalExport=function(e){-1===this.scopeStack[0].lexical.indexOf(e.name)&&-1===this.scopeStack[0].var.indexOf(e.name)&&(this.undefinedExports[e.name]=e)},$a.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},$a.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(259&t.flags)return t}},$a.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(259&t.flags&&!(16&t.flags))return t}};var Oa=function(e,t,s){this.type="",this.start=t,this.end=0,e.options.locations&&(this.loc=new ha(e,s)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[t,0])},Da=da.prototype;function Va(e,t,s,i){return e.type=t,e.end=s,this.options.locations&&(e.loc.end=i),this.options.ranges&&(e.range[1]=s),e}Da.startNode=function(){return new Oa(this,this.start,this.startLoc)},Da.startNodeAt=function(e,t){return new Oa(this,e,t)},Da.finishNode=function(e,t){return Va.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)},Da.finishNodeAt=function(e,t,s,i){return Va.call(this,e,t,s,i)},Da.copyNode=function(e){var t=new Oa(this,e.start,this.startLoc);for(var s in e)t[s]=e[s];return t};var Ba="ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS",Fa=Ba+" Extended_Pictographic",za={9:Ba,10:Fa,11:Fa,12:"ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS Extended_Pictographic EBase EComp EMod EPres ExtPict"},Ua="Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu",ja="Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb",Wa=ja+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",Ga={9:ja,10:Wa,11:"Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",12:"Adlam Adlm Ahom Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi"},Ha={};function qa(e){var t=Ha[e]={binary:aa(za[e]+" "+Ua),nonBinary:{General_Category:aa(Ua),Script:aa(Ga[e])}};t.nonBinary.Script_Extensions=t.nonBinary.Script,t.nonBinary.gc=t.nonBinary.General_Category,t.nonBinary.sc=t.nonBinary.Script,t.nonBinary.scx=t.nonBinary.Script_Extensions}qa(9),qa(10),qa(11),qa(12);var Ka=da.prototype,Xa=function(e){this.parser=e,this.validFlags="gim"+(e.options.ecmaVersion>=6?"uy":"")+(e.options.ecmaVersion>=9?"s":"")+(e.options.ecmaVersion>=13?"d":""),this.unicodeProperties=Ha[e.options.ecmaVersion>=12?12:e.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};function Ya(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}function Qa(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94||e>=123&&e<=125}function Za(e){return e>=65&&e<=90||e>=97&&e<=122}function Ja(e){return Za(e)||95===e}function eo(e){return Ja(e)||to(e)}function to(e){return e>=48&&e<=57}function so(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function io(e){return e>=65&&e<=70?e-65+10:e>=97&&e<=102?e-97+10:e-48}function no(e){return e>=48&&e<=55}Xa.prototype.reset=function(e,t,s){var i=-1!==s.indexOf("u");this.start=0|e,this.source=t+"",this.flags=s,this.switchU=i&&this.parser.options.ecmaVersion>=6,this.switchN=i&&this.parser.options.ecmaVersion>=9},Xa.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+e)},Xa.prototype.at=function(e,t){void 0===t&&(t=!1);var s=this.source,i=s.length;if(e>=i)return-1;var n=s.charCodeAt(e);if(!t&&!this.switchU||n<=55295||n>=57344||e+1>=i)return n;var r=s.charCodeAt(e+1);return r>=56320&&r<=57343?(n<<10)+r-56613888:n},Xa.prototype.nextIndex=function(e,t){void 0===t&&(t=!1);var s=this.source,i=s.length;if(e>=i)return i;var n,r=s.charCodeAt(e);return!t&&!this.switchU||r<=55295||r>=57344||e+1>=i||(n=s.charCodeAt(e+1))<56320||n>57343?e+1:e+2},Xa.prototype.current=function(e){return void 0===e&&(e=!1),this.at(this.pos,e)},Xa.prototype.lookahead=function(e){return void 0===e&&(e=!1),this.at(this.nextIndex(this.pos,e),e)},Xa.prototype.advance=function(e){void 0===e&&(e=!1),this.pos=this.nextIndex(this.pos,e)},Xa.prototype.eat=function(e,t){return void 0===t&&(t=!1),this.current(t)===e&&(this.advance(t),!0)},Ka.validateRegExpFlags=function(e){for(var t=e.validFlags,s=e.flags,i=0;i-1&&this.raise(e.start,"Duplicate regular expression flag")}},Ka.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},Ka.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue="",e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames.length=0,e.backReferenceNames.length=0,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise("Unmatched ')'"),(e.eat(93)||e.eat(125))&&e.raise("Lone quantifier brackets")),e.maxBackReference>e.numCapturingParens&&e.raise("Invalid escape");for(var t=0,s=e.backReferenceNames;t=9&&(s=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise("Unterminated group"),e.lastAssertionIsQuantifiable=!s,!0}return e.pos=t,!1},Ka.regexp_eatQuantifier=function(e,t){return void 0===t&&(t=!1),!!this.regexp_eatQuantifierPrefix(e,t)&&(e.eat(63),!0)},Ka.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},Ka.regexp_eatBracedQuantifier=function(e,t){var s=e.pos;if(e.eat(123)){var i=0,n=-1;if(this.regexp_eatDecimalDigits(e)&&(i=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(n=e.lastIntValue),e.eat(125)))return-1!==n&&n=9?this.regexp_groupSpecifier(e):63===e.current()&&e.raise("Invalid group"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise("Unterminated group")}return!1},Ka.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)},Ka.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1},Ka.regexp_eatSyntaxCharacter=function(e){var t=e.current();return!!Qa(t)&&(e.lastIntValue=t,e.advance(),!0)},Ka.regexp_eatPatternCharacters=function(e){for(var t=e.pos,s=0;-1!==(s=e.current())&&!Qa(s);)e.advance();return e.pos!==t},Ka.regexp_eatExtendedPatternCharacter=function(e){var t=e.current();return!(-1===t||36===t||t>=40&&t<=43||46===t||63===t||91===t||94===t||124===t||(e.advance(),0))},Ka.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e))return-1!==e.groupNames.indexOf(e.lastStringValue)&&e.raise("Duplicate capture group name"),void e.groupNames.push(e.lastStringValue);e.raise("Invalid group")}},Ka.regexp_eatGroupName=function(e){if(e.lastStringValue="",e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise("Invalid capture group name")}return!1},Ka.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=Ya(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=Ya(e.lastIntValue);return!0}return!1},Ka.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,s=this.options.ecmaVersion>=11,i=e.current(s);return e.advance(s),92===i&&this.regexp_eatRegExpUnicodeEscapeSequence(e,s)&&(i=e.lastIntValue),function(e){return zr(e,!0)||36===e||95===e}(i)?(e.lastIntValue=i,!0):(e.pos=t,!1)},Ka.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,s=this.options.ecmaVersion>=11,i=e.current(s);return e.advance(s),92===i&&this.regexp_eatRegExpUnicodeEscapeSequence(e,s)&&(i=e.lastIntValue),function(e){return Ur(e,!0)||36===e||95===e||8204===e||8205===e}(i)?(e.lastIntValue=i,!0):(e.pos=t,!1)},Ka.regexp_eatAtomEscape=function(e){return!!(this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e))||(e.switchU&&(99===e.current()&&e.raise("Invalid unicode escape"),e.raise("Invalid escape")),!1)},Ka.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var s=e.lastIntValue;if(e.switchU)return s>e.maxBackReference&&(e.maxBackReference=s),!0;if(s<=e.numCapturingParens)return!0;e.pos=t}return!1},Ka.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise("Invalid named reference")}return!1},Ka.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e,!1)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)},Ka.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},Ka.regexp_eatZero=function(e){return 48===e.current()&&!to(e.lookahead())&&(e.lastIntValue=0,e.advance(),!0)},Ka.regexp_eatControlEscape=function(e){var t=e.current();return 116===t?(e.lastIntValue=9,e.advance(),!0):110===t?(e.lastIntValue=10,e.advance(),!0):118===t?(e.lastIntValue=11,e.advance(),!0):102===t?(e.lastIntValue=12,e.advance(),!0):114===t&&(e.lastIntValue=13,e.advance(),!0)},Ka.regexp_eatControlLetter=function(e){var t=e.current();return!!Za(t)&&(e.lastIntValue=t%32,e.advance(),!0)},Ka.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){void 0===t&&(t=!1);var s,i=e.pos,n=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var r=e.lastIntValue;if(n&&r>=55296&&r<=56319){var a=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var o=e.lastIntValue;if(o>=56320&&o<=57343)return e.lastIntValue=1024*(r-55296)+(o-56320)+65536,!0}e.pos=a,e.lastIntValue=r}return!0}if(n&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&(s=e.lastIntValue)>=0&&s<=1114111)return!0;n&&e.raise("Invalid unicode escape"),e.pos=i}return!1},Ka.regexp_eatIdentityEscape=function(e){if(e.switchU)return!!this.regexp_eatSyntaxCharacter(e)||!!e.eat(47)&&(e.lastIntValue=47,!0);var t=e.current();return!(99===t||e.switchN&&107===t||(e.lastIntValue=t,e.advance(),0))},Ka.regexp_eatDecimalEscape=function(e){e.lastIntValue=0;var t=e.current();if(t>=49&&t<=57){do{e.lastIntValue=10*e.lastIntValue+(t-48),e.advance()}while((t=e.current())>=48&&t<=57);return!0}return!1},Ka.regexp_eatCharacterClassEscape=function(e){var t=e.current();if(function(e){return 100===e||68===e||115===e||83===e||119===e||87===e}(t))return e.lastIntValue=-1,e.advance(),!0;if(e.switchU&&this.options.ecmaVersion>=9&&(80===t||112===t)){if(e.lastIntValue=-1,e.advance(),e.eat(123)&&this.regexp_eatUnicodePropertyValueExpression(e)&&e.eat(125))return!0;e.raise("Invalid property name")}return!1},Ka.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var s=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var i=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,s,i),!0}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var n=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,n),!0}return!1},Ka.regexp_validateUnicodePropertyNameAndValue=function(e,t,s){na(e.unicodeProperties.nonBinary,t)||e.raise("Invalid property name"),e.unicodeProperties.nonBinary[t].test(s)||e.raise("Invalid property value")},Ka.regexp_validateUnicodePropertyNameOrValue=function(e,t){e.unicodeProperties.binary.test(t)||e.raise("Invalid property name")},Ka.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue="";Ja(t=e.current());)e.lastStringValue+=Ya(t),e.advance();return""!==e.lastStringValue},Ka.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue="";eo(t=e.current());)e.lastStringValue+=Ya(t),e.advance();return""!==e.lastStringValue},Ka.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)},Ka.regexp_eatCharacterClass=function(e){if(e.eat(91)){if(e.eat(94),this.regexp_classRanges(e),e.eat(93))return!0;e.raise("Unterminated character class")}return!1},Ka.regexp_classRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var s=e.lastIntValue;!e.switchU||-1!==t&&-1!==s||e.raise("Invalid character class"),-1!==t&&-1!==s&&t>s&&e.raise("Range out of order in character class")}}},Ka.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var s=e.current();(99===s||no(s))&&e.raise("Invalid class escape"),e.raise("Invalid escape")}e.pos=t}var i=e.current();return 93!==i&&(e.lastIntValue=i,e.advance(),!0)},Ka.regexp_eatClassEscape=function(e){var t=e.pos;if(e.eat(98))return e.lastIntValue=8,!0;if(e.switchU&&e.eat(45))return e.lastIntValue=45,!0;if(!e.switchU&&e.eat(99)){if(this.regexp_eatClassControlLetter(e))return!0;e.pos=t}return this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)},Ka.regexp_eatClassControlLetter=function(e){var t=e.current();return!(!to(t)&&95!==t||(e.lastIntValue=t%32,e.advance(),0))},Ka.regexp_eatHexEscapeSequence=function(e){var t=e.pos;if(e.eat(120)){if(this.regexp_eatFixedHexDigits(e,2))return!0;e.switchU&&e.raise("Invalid escape"),e.pos=t}return!1},Ka.regexp_eatDecimalDigits=function(e){var t=e.pos,s=0;for(e.lastIntValue=0;to(s=e.current());)e.lastIntValue=10*e.lastIntValue+(s-48),e.advance();return e.pos!==t},Ka.regexp_eatHexDigits=function(e){var t=e.pos,s=0;for(e.lastIntValue=0;so(s=e.current());)e.lastIntValue=16*e.lastIntValue+io(s),e.advance();return e.pos!==t},Ka.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var s=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=64*t+8*s+e.lastIntValue:e.lastIntValue=8*t+s}else e.lastIntValue=t;return!0}return!1},Ka.regexp_eatOctalDigit=function(e){var t=e.current();return no(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)},Ka.regexp_eatFixedHexDigits=function(e,t){var s=e.pos;e.lastIntValue=0;for(var i=0;i>10),56320+(1023&e)))}ao.next=function(e){!e&&this.type.keyword&&this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword "+this.type.keyword),this.options.onToken&&this.options.onToken(new ro(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},ao.getToken=function(){return this.next(),new ro(this)},"undefined"!=typeof Symbol&&(ao[Symbol.iterator]=function(){var e=this;return{next:function(){var t=e.getToken();return{done:t.type===Xr.eof,value:t}}}}),ao.nextToken=function(){var e=this.curContext();return e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(Xr.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},ao.readToken=function(e){return zr(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},ao.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(e<=55295||e>=56320)return e;var t=this.input.charCodeAt(this.pos+1);return t<=56319||t>=57344?e:(e<<10)+t-56613888},ao.skipBlockComment=function(){var e,t=this.options.onComment&&this.curPosition(),s=this.pos,i=this.input.indexOf("*/",this.pos+=2);if(-1===i&&this.raise(this.pos-2,"Unterminated comment"),this.pos=i+2,this.options.locations)for(Qr.lastIndex=s;(e=Qr.exec(this.input))&&e.index8&&e<14||e>=5760&&Jr.test(String.fromCharCode(e))))break e;++this.pos}}},ao.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var s=this.type;this.type=e,this.value=t,this.updateContext(s)},ao.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var t=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===t?(this.pos+=3,this.finishToken(Xr.ellipsis)):(++this.pos,this.finishToken(Xr.dot))},ao.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(Xr.assign,2):this.finishOp(Xr.slash,1)},ao.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),s=1,i=42===e?Xr.star:Xr.modulo;return this.options.ecmaVersion>=7&&42===e&&42===t&&(++s,i=Xr.starstar,t=this.input.charCodeAt(this.pos+2)),61===t?this.finishOp(Xr.assign,s+1):this.finishOp(i,s)},ao.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?this.options.ecmaVersion>=12&&61===this.input.charCodeAt(this.pos+2)?this.finishOp(Xr.assign,3):this.finishOp(124===e?Xr.logicalOR:Xr.logicalAND,2):61===t?this.finishOp(Xr.assign,2):this.finishOp(124===e?Xr.bitwiseOR:Xr.bitwiseAND,1)},ao.readToken_caret=function(){return 61===this.input.charCodeAt(this.pos+1)?this.finishOp(Xr.assign,2):this.finishOp(Xr.bitwiseXOR,1)},ao.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?45!==t||this.inModule||62!==this.input.charCodeAt(this.pos+2)||0!==this.lastTokEnd&&!Yr.test(this.input.slice(this.lastTokEnd,this.pos))?this.finishOp(Xr.incDec,2):(this.skipLineComment(3),this.skipSpace(),this.nextToken()):61===t?this.finishOp(Xr.assign,2):this.finishOp(Xr.plusMin,1)},ao.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),s=1;return t===e?(s=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+s)?this.finishOp(Xr.assign,s+1):this.finishOp(Xr.bitShift,s)):33!==t||60!==e||this.inModule||45!==this.input.charCodeAt(this.pos+2)||45!==this.input.charCodeAt(this.pos+3)?(61===t&&(s=2),this.finishOp(Xr.relational,s)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},ao.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return 61===t?this.finishOp(Xr.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===t&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(Xr.arrow)):this.finishOp(61===e?Xr.eq:Xr.prefix,1)},ao.readToken_question=function(){var e=this.options.ecmaVersion;if(e>=11){var t=this.input.charCodeAt(this.pos+1);if(46===t){var s=this.input.charCodeAt(this.pos+2);if(s<48||s>57)return this.finishOp(Xr.questionDot,2)}if(63===t)return e>=12&&61===this.input.charCodeAt(this.pos+2)?this.finishOp(Xr.assign,3):this.finishOp(Xr.coalesce,2)}return this.finishOp(Xr.question,1)},ao.readToken_numberSign=function(){var e=35;if(this.options.ecmaVersion>=13&&(++this.pos,zr(e=this.fullCharCodeAtPos(),!0)||92===e))return this.finishToken(Xr.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+ho(e)+"'")},ao.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(Xr.parenL);case 41:return++this.pos,this.finishToken(Xr.parenR);case 59:return++this.pos,this.finishToken(Xr.semi);case 44:return++this.pos,this.finishToken(Xr.comma);case 91:return++this.pos,this.finishToken(Xr.bracketL);case 93:return++this.pos,this.finishToken(Xr.bracketR);case 123:return++this.pos,this.finishToken(Xr.braceL);case 125:return++this.pos,this.finishToken(Xr.braceR);case 58:return++this.pos,this.finishToken(Xr.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(Xr.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(120===t||88===t)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===t||79===t)return this.readRadixNumber(8);if(98===t||66===t)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 63:return this.readToken_question();case 126:return this.finishOp(Xr.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+ho(e)+"'")},ao.finishOp=function(e,t){var s=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,s)},ao.readRegexp=function(){for(var e,t,s=this.pos;;){this.pos>=this.input.length&&this.raise(s,"Unterminated regular expression");var i=this.input.charAt(this.pos);if(Yr.test(i)&&this.raise(s,"Unterminated regular expression"),e)e=!1;else{if("["===i)t=!0;else if("]"===i&&t)t=!1;else if("/"===i&&!t)break;e="\\"===i}++this.pos}var n=this.input.slice(s,this.pos);++this.pos;var r=this.pos,a=this.readWord1();this.containsEsc&&this.unexpected(r);var o=this.regexpState||(this.regexpState=new Xa(this));o.reset(s,n,a),this.validateRegExpFlags(o),this.validateRegExpPattern(o);var h=null;try{h=new RegExp(n,a)}catch(e){}return this.finishToken(Xr.regexp,{pattern:n,flags:a,value:h})},ao.readInt=function(e,t,s){for(var i=this.options.ecmaVersion>=12&&void 0===t,n=s&&48===this.input.charCodeAt(this.pos),r=this.pos,a=0,o=0,h=0,l=null==t?1/0:t;h=97?c-97+10:c>=65?c-65+10:c>=48&&c<=57?c-48:1/0)>=e)break;o=c,a=a*e+u}}return i&&95===o&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===r||null!=t&&this.pos-r!==t?null:a},ao.readRadixNumber=function(e){var t=this.pos;this.pos+=2;var s=this.readInt(e);return null==s&&this.raise(this.start+2,"Expected number in radix "+e),this.options.ecmaVersion>=11&&110===this.input.charCodeAt(this.pos)?(s=oo(this.input.slice(t,this.pos)),++this.pos):zr(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(Xr.num,s)},ao.readNumber=function(e){var t=this.pos;e||null!==this.readInt(10,void 0,!0)||this.raise(t,"Invalid number");var s=this.pos-t>=2&&48===this.input.charCodeAt(t);s&&this.strict&&this.raise(t,"Invalid number");var i=this.input.charCodeAt(this.pos);if(!s&&!e&&this.options.ecmaVersion>=11&&110===i){var n=oo(this.input.slice(t,this.pos));return++this.pos,zr(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(Xr.num,n)}s&&/[89]/.test(this.input.slice(t,this.pos))&&(s=!1),46!==i||s||(++this.pos,this.readInt(10),i=this.input.charCodeAt(this.pos)),69!==i&&101!==i||s||(43!==(i=this.input.charCodeAt(++this.pos))&&45!==i||++this.pos,null===this.readInt(10)&&this.raise(t,"Invalid number")),zr(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var r,a=(r=this.input.slice(t,this.pos),s?parseInt(r,8):parseFloat(r.replace(/_/g,"")));return this.finishToken(Xr.num,a)},ao.readCodePoint=function(){var e;if(123===this.input.charCodeAt(this.pos)){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.invalidStringToken(t,"Code point out of bounds")}else e=this.readHexChar(4);return e},ao.readString=function(e){for(var t="",s=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var i=this.input.charCodeAt(this.pos);if(i===e)break;92===i?(t+=this.input.slice(s,this.pos),t+=this.readEscapedChar(!1),s=this.pos):8232===i||8233===i?(this.options.ecmaVersion<10&&this.raise(this.start,"Unterminated string constant"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(Zr(i)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return t+=this.input.slice(s,this.pos++),this.finishToken(Xr.string,t)};var lo={};ao.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e!==lo)throw e;this.readInvalidTemplateToken()}this.inTemplateElement=!1},ao.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw lo;this.raise(e,t)},ao.readTmplToken=function(){for(var e="",t=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var s=this.input.charCodeAt(this.pos);if(96===s||36===s&&123===this.input.charCodeAt(this.pos+1))return this.pos!==this.start||this.type!==Xr.template&&this.type!==Xr.invalidTemplate?(e+=this.input.slice(t,this.pos),this.finishToken(Xr.template,e)):36===s?(this.pos+=2,this.finishToken(Xr.dollarBraceL)):(++this.pos,this.finishToken(Xr.backQuote));if(92===s)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(Zr(s)){switch(e+=this.input.slice(t,this.pos),++this.pos,s){case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:e+="\n";break;default:e+=String.fromCharCode(s)}this.options.locations&&(++this.curLine,this.lineStart=this.pos),t=this.pos}else++this.pos}},ao.readInvalidTemplateToken=function(){for(;this.pos=48&&t<=55){var i=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],n=parseInt(i,8);return n>255&&(i=i.slice(0,-1),n=parseInt(i,8)),this.pos+=i.length-1,t=this.input.charCodeAt(this.pos),"0"===i&&56!==t&&57!==t||!this.strict&&!e||this.invalidStringToken(this.pos-1-i.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(n)}return Zr(t)?"":String.fromCharCode(t)}},ao.readHexChar=function(e){var t=this.pos,s=this.readInt(16,e);return null===s&&this.invalidStringToken(t,"Bad character escape sequence"),s},ao.readWord1=function(){this.containsEsc=!1;for(var e="",t=!0,s=this.pos,i=this.options.ecmaVersion>=6;this.pos()=>{Gs({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:"https://rollupjs.org/guide/en/#a-simple-example"})},uo=co("fs.readFile"),po=co("fs.writeFile");class fo{constructor(e=1){this.maxParallel=e,this.queue=new Array,this.workerCount=0}run(e){return new Promise(((t,s)=>{this.queue.push({reject:s,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:s,task:i}=e;try{s(await i())}catch(e){t(e)}}this.workerCount--}}async function mo(e,t,s,i,n,r,a,o){const h=await function(e,t,s,i,n,r,a){let o=null,h=null;if(n){o=new Set;for(const s of n)e===s.source&&t===s.importer&&o.add(s.plugin);h=(e,t)=>({...e,resolve:(e,s,{custom:r,isEntry:a,skipSelf:o}=H)=>i(e,s,r,a,o?[...n,{importer:s,plugin:t,source:e}]:n)})}return s.hookFirst("resolveId",[e,t,{custom:r,isEntry:a}],h,o)}(e,t,i,n,r,a,o);return h}function go(e,t,{hook:s,id:i}={}){return"string"==typeof e&&(e={message:e}),e.code&&e.code!==qs.PLUGIN_ERROR&&(e.pluginCode=e.code),e.code=qs.PLUGIN_ERROR,e.plugin=t,s&&(e.hook=s),i&&(e.id=i),Gs(e)}const yo=[{active:!0,deprecated:"resolveAssetUrl",replacement:"resolveFileUrl"}],xo={delete:()=>!1,get(){},has:()=>!1,set(){}};function vo(e){return e.startsWith("at position ")||e.startsWith("at output position ")?Gs({code:"ANONYMOUS_PLUGIN_CACHE",message:"A plugin is trying to use the Rollup cache but is not declaring a plugin name or cacheKey."}):Gs({code:"DUPLICATE_PLUGIN_NAME",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).`})}class Eo{constructor(e,t,s,i){this.graph=e,this.modulesById=t,this.options=s,this.pluginDriver=i,this.implicitEntryModules=new Set,this.indexedEntryModules=[],this.latestLoadModulesPromise=Promise.resolve(),this.nextEntryModuleIndex=0,this.readQueue=new fo,this.resolveId=async(e,t,s,i,n=null)=>this.addDefaultsToResolvedId(this.getNormalizedResolvedIdWithoutDefaults(!this.options.external(e,t,!1)&&await mo(e,t,this.options.preserveSymlinks,this.pluginDriver,this.resolveId,n,s,"boolean"==typeof i?i:!t),t,e)),this.hasModuleSideEffects=s.treeshake?s.treeshake.moduleSideEffects:()=>!0,this.readQueue.maxParallel=s.maxParallelFileReads}async addAdditionalModules(e){const t=this.extendLoadModulesPromise(Promise.all(e.map((e=>this.loadEntryModule(e,!1,void 0,null)))));return await this.awaitLoadModulesPromise(),t}async addEntryModules(e,t){const s=this.nextEntryModuleIndex;this.nextEntryModuleIndex+=e.length;const i=await this.extendLoadModulesPromise(Promise.all(e.map((({id:e,importer:t})=>this.loadEntryModule(e,!0,t,null)))).then((i=>{let n=s;for(let s=0;se.module===r));a?a.index=Math.min(a.index,n):this.indexedEntryModules.push({index:n,module:r}),n++}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:s,name:i,implicitlyLoadedAfterOneOf:n,preserveSignature:r}){const a={fileName:e||null,id:t,importer:s,name:i||null},o=n?await this.addEntryWithImplicitDependants(a,n):(await this.addEntryModules([a],!1)).newEntryModules[0];return null!=r&&(o.preserveSignature=r),o}addDefaultsToResolvedId(e){var t,s;if(!e)return null;const i=e.external||!1;return{external:i,id:e.id,meta:e.meta||q,moduleSideEffects:null!==(t=e.moduleSideEffects)&&void 0!==t?t:this.hasModuleSideEffects(e.id,!!i),syntheticNamedExports:null!==(s=e.syntheticNamedExports)&&void 0!==s&&s}}addEntryWithImplicitDependants(e,t){return this.extendLoadModulesPromise(this.loadEntryModule(e.id,!1,e.importer,null).then((async s=>{if(So(s,e,!1),!s.info.isEntry){this.implicitEntryModules.add(s);const i=await Promise.all(t.map((t=>this.loadEntryModule(t,!1,e.importer,s.id))));for(const e of i)s.implicitlyLoadedAfter.add(e);for(const e of s.implicitlyLoadedAfter)e.implicitlyLoadedBefore.add(s)}return s})))}async addModuleSource(e,t,s){let i;Di("load modules",3);try{i=await this.readQueue.run((async()=>{var t;return null!==(t=await this.pluginDriver.hookFirst("load",[e]))&&void 0!==t?t:await uo(e)}))}catch(s){Vi("load modules",3);let i=`Could not load ${e}`;throw t&&(i+=` (imported by ${ie(t)})`),i+=`: ${s.message}`,s.message=i,s}Vi("load modules",3);const n="string"==typeof i?{code:i}:"object"==typeof i&&"string"==typeof i.code?i:Gs(function(e){return{code:qs.BAD_LOADER,message:`Error loading ${ie(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===n.code){if(r.transformFiles)for(const e of r.transformFiles)this.pluginDriver.emitFile(e);s.setSource(r)}else s.updateOptions(n),s.setSource(await function(e,t,s,i){const n=t.id,r=[];let a=null===e.map?null:or(e.map);const o=e.code;let l=e.ast;const c=[],u=[];let p=!1;const d=()=>p=!0;let f;const m=e.code;return s.hookReduceArg0("transform",[m,n],(function(e,s,n){let a,o;if("string"==typeof s)a=s;else{if(!s||"object"!=typeof s)return e;if(t.updateOptions(s),null==s.code)return(s.map||s.ast)&&i((h=n.name,{code:qs.NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE,message:`The plugin "${h}" returned a "map" or "ast" without returning a "code". This will be ignored.`})),e;({code:a,map:o,ast:l}=s)}var h;return null!==o&&r.push(or("string"==typeof o?JSON.parse(o):o)||{missing:!0,plugin:n.name}),a}),((e,t)=>{return f=t,{...e,addWatchFile(t){c.push(t),e.addWatchFile(t)},cache:p?e.cache:(l=e.cache,g=d,{delete:e=>(g(),l.delete(e)),get:e=>(g(),l.get(e)),has:e=>(g(),l.has(e)),set:(e,t)=>(g(),l.set(e,t))}),emitAsset:(t,s)=>(u.push({name:t,source:s,type:"asset"}),e.emitAsset(t,s)),emitChunk:(t,s)=>(u.push({id:t,name:s&&s.name,type:"chunk"}),e.emitChunk(t,s)),emitFile:e=>(u.push(e),s.emitFile(e)),error:(t,s)=>("string"==typeof t&&(t={message:t}),s&&Hs(t,s,m,n),t.id=n,t.hook="transform",e.error(t)),getCombinedSourcemap(){const e=function(e,t,s,i,n){return i.length?{version:3,...dn(e,t,s,i,pn(n)).traceMappings()}:s}(n,o,a,r,i);return e?(a!==e&&(a=e,r.length=0),new h({...e,file:null,sourcesContent:e.sourcesContent})):new E(o).generateMap({hires:!0,includeContent:!0,source:n})},setAssetSource(){return this.error({code:"INVALID_SETASSETSOURCE",message:"setAssetSource cannot be called in transform for caching reasons. Use emitFile with a source, or call setAssetSource in another hook."})},warn(t,s){"string"==typeof t&&(t={message:t}),s&&Hs(t,s,m,n),t.id=n,t.hook="transform",e.warn(t)}};var l,g})).catch((e=>go(e,f.name,{hook:"transform",id:n}))).then((e=>(p||u.length&&(t.transformFiles=u),{ast:l,code:e,customTransformCache:p,meta:t.info.meta,originalCode:o,originalSourcemap:a,sourcemapChain:r,transformDependencies:c})))}(n,s,this.pluginDriver,this.options.onwarn))}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 s=await Promise.all(t.map((t=>t.then((async([t,s])=>null===s?null:"string"==typeof s?(t.resolution=s,null):t.resolution=await this.fetchResolvedDependency(ie(s.id),e.id,s))))));for(const t of s)t&&(e.dynamicDependencies.add(t),t.dynamicImporters.push(e.id))}async fetchModule({id:e,meta:t,moduleSideEffects:s,syntheticNamedExports:i},n,r){const a=this.modulesById.get(e);if(a instanceof Wi){if(r){a.info.isEntry=!0,this.implicitEntryModules.delete(a);for(const e of a.implicitlyLoadedAfter)e.implicitlyLoadedBefore.delete(a);a.implicitlyLoadedAfter.clear()}return a}const o=new Wi(this.graph,e,this.options,r,s,i,t);this.modulesById.set(e,o),this.graph.watchFiles[e]=!0,await this.addModuleSource(e,n,o);const h=this.getResolveStaticDependencyPromises(o),l=this.getResolveDynamicImportPromises(o);return Promise.all([...h,...l]).then((()=>this.pluginDriver.hookParallel("moduleParsed",[o.info]))).catch((()=>{})),await Promise.all([this.fetchStaticDependencies(o,h),this.fetchDynamicDependencies(o,l)]),o.linkImports(),o}fetchResolvedDependency(e,t,s){if(s.external){const{external:i,id:n,moduleSideEffects:r,meta:a}=s;this.modulesById.has(n)||this.modulesById.set(n,new re(this.options,n,r,a,"absolute"!==i&&A(n)));const o=this.modulesById.get(n);return o instanceof re?Promise.resolve(o):Gs(function(e,t){return{code:qs.INVALID_EXTERNAL_ID,message:`'${e}' is imported as an external by ${ie(t)}, but is already an existing non-external module id.`}}(e,t))}return this.fetchModule(s,t,!1)}async fetchStaticDependencies(e,t){for(const s of await Promise.all(t.map((t=>t.then((([t,s])=>this.fetchResolvedDependency(t,e.id,s)))))))e.dependencies.add(s),s.importers.push(e.id);if(!this.options.treeshake||"no-treeshake"===e.info.hasModuleSideEffects)for(const t of e.dependencies)t instanceof Wi&&(t.importedFromNotTreeshaken=!0)}getNormalizedResolvedIdWithoutDefaults(e,t,s){const{makeAbsoluteExternalsRelative:i}=this.options;if(e){if("object"==typeof e){const n=e.external||this.options.external(e.id,t,!0);return{...e,external:n&&("relative"===n||!A(e.id)||!0===n&&Ao(e.id,s,i)||"absolute")}}const n=this.options.external(e,t,!0);return{external:n&&(Ao(e,s,i)||"absolute"),id:n&&i?bo(e,t):e}}const n=i?bo(s,t):s;return!1===e||this.options.external(n,t,!0)?{external:Ao(n,s,i)||"absolute",id:n}:null}getResolveDynamicImportPromises(e){return e.dynamicImports.map((async t=>{const s=await this.resolveDynamicImport(e,"string"==typeof t.argument?t.argument:t.argument.esTreeNode,e.id);return s&&"object"==typeof s&&(t.id=s.id),[t,s]}))}getResolveStaticDependencyPromises(e){return Array.from(e.sources,(async t=>[t,e.resolvedIds[t]=e.resolvedIds[t]||this.handleResolveId(await this.resolveId(t,e.id,q,!1),t,e.id)]))}handleResolveId(e,t,s){return null===e?k(t)?Gs(function(e,t){return{code:qs.UNRESOLVED_IMPORT,message:`Could not resolve '${e}' from ${ie(t)}`}}(t,s)):(this.options.onwarn(function(e,t){return{code:qs.UNRESOLVED_IMPORT,importer:ie(t),message:`'${e}' is imported by ${ie(t)}, but could not be resolved – treating it as an external dependency`,source:e,url:"https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency"}}(t,s)),{external:!0,id:t,meta:q,moduleSideEffects:this.hasModuleSideEffects(t,!0),syntheticNamedExports:!1}):(e.external&&e.syntheticNamedExports&&this.options.onwarn(function(e,t){return{code:qs.EXTERNAL_SYNTHETIC_EXPORTS,importer:ie(t),message:`External '${e}' can not have 'syntheticNamedExports' enabled.`,source:e}}(t,s)),e)}async loadEntryModule(e,t,s,i){const n=await mo(e,s,this.options.preserveSymlinks,this.pluginDriver,this.resolveId,null,q,!0);return null==n?Gs(null===i?function(e){return{code:qs.UNRESOLVED_ENTRY,message:`Could not resolve entry module (${ie(e)}).`}}(e):function(e,t){return{code:qs.MISSING_IMPLICIT_DEPENDANT,message:`Module "${ie(e)}" that should be implicitly loaded before "${ie(t)}" could not be resolved.`}}(e,i)):!1===n||"object"==typeof n&&n.external?Gs(null===i?function(e){return{code:qs.UNRESOLVED_ENTRY,message:`Entry module cannot be external (${ie(e)}).`}}(e):function(e,t){return{code:qs.MISSING_IMPLICIT_DEPENDANT,message:`Module "${ie(e)}" that should be implicitly loaded before "${ie(t)}" cannot be external.`}}(e,i)):this.fetchModule(this.addDefaultsToResolvedId("object"==typeof n?n:{id:n}),void 0,t)}async resolveDynamicImport(e,t,s){const i=await this.pluginDriver.hookFirst("resolveDynamicImport",[t,s]);return"string"!=typeof t?"string"==typeof i?i:i?{external:!1,moduleSideEffects:!0,...i}:null:null==i?e.resolvedIds[t]=e.resolvedIds[t]||this.handleResolveId(await this.resolveId(t,e.id,q,!1),t,e.id):this.handleResolveId(this.addDefaultsToResolvedId(this.getNormalizedResolvedIdWithoutDefaults(i,s,t)),t,s)}}function bo(e,t){return k(e)?t?N(t,"..",e):N(e):e}function So(e,{fileName:t,name:s},i){null!==t?e.chunkFileNames.add(t):null!==s&&(null===e.chunkName&&(e.chunkName=s),i&&e.userChunkNames.add(s))}function Ao(e,t,s){return!0===s||"ifRelativeSource"===s&&k(t)||!A(e)}class ko extends nt{constructor(){super(),this.parent=null,this.variables.set("undefined",new vi)}findVariable(e){let t=this.variables.get(e);return t||(t=new xt(e),this.variables.set(e,t)),t}}function Po(e,t,s,i,n,r){let a=!1;return(...o)=>(a||(a=!0,ai({message:`The "this.${t}" plugin context function used by plugin ${i} is deprecated. The "this.${s}" plugin context function should be used instead.`,plugin:i},n,r)),e(...o))}function _o(e,t,s,i,n,r){let a,o=!0;if("string"!=typeof e.cacheKey&&(e.name.startsWith("at position ")||e.name.startsWith("at output position ")||r.has(e.name)?o=!1:r.add(e.name)),t)if(o){const s=e.cacheKey||e.name;l=t[s]||(t[s]=Object.create(null)),a={delete:e=>delete l[e],get(e){const t=l[e];if(t)return t[0]=0,t[1]},has(e){const t=l[e];return!!t&&(t[0]=0,!0)},set(e,t){l[e]=[0,t]}}}else h=e.name,a={delete:()=>vo(h),get:()=>vo(h),has:()=>vo(h),set:()=>vo(h)};else a=xo;var h,l;const c={addWatchFile(e){if(s.phase>=fr.GENERATE)return this.error({code:qs.INVALID_ROLLUP_PHASE,message:"Cannot call addWatchFile after the build has finished."});s.watchFiles[e]=!0},cache:a,emitAsset:Po(((e,t)=>n.emitFile({name:e,source:t,type:"asset"})),"emitAsset","emitFile",e.name,!0,i),emitChunk:Po(((e,t)=>n.emitFile({id:e,name:t&&t.name,type:"chunk"})),"emitChunk","emitFile",e.name,!0,i),emitFile:n.emitFile.bind(n),error:t=>go(t,e.name),getAssetFileName:Po(n.getFileName,"getAssetFileName","getFileName",e.name,!0,i),getChunkFileName:Po(n.getFileName,"getChunkFileName","getFileName",e.name,!0,i),getFileName:n.getFileName,getModuleIds:()=>s.modulesById.keys(),getModuleInfo:s.getModuleInfo,getWatchFiles:()=>Object.keys(s.watchFiles),isExternal:Po(((e,t,s=!1)=>i.external(e,t,s)),"isExternal","resolve",e.name,!0,i),meta:{rollupVersion:"2.58.0",watchMode:s.watchMode},get moduleIds(){const t=s.modulesById.keys();return function*(){ai({message:`Accessing "this.moduleIds" on the plugin context by plugin ${e.name} is deprecated. The "this.getModuleIds" plugin context function should be used instead.`,plugin:e.name},!1,i),yield*t}()},parse:s.contextParse.bind(s),resolve:(t,i,{custom:n,isEntry:r,skipSelf:a}=H)=>s.moduleLoader.resolveId(t,i,n,r,a?[{importer:i,plugin:e,source:t}]:null),resolveId:Po(((e,t)=>s.moduleLoader.resolveId(e,t,H,void 0).then((e=>e&&e.id))),"resolveId","resolve",e.name,!0,i),setAssetSource:n.setAssetSource,warn(t){"string"==typeof t&&(t={message:t}),t.code&&(t.pluginCode=t.code),t.code="PLUGIN_WARNING",t.plugin=e.name,i.onwarn(t)}};return c}const Co=Object.keys({buildEnd:1,buildStart:1,closeBundle:1,closeWatcher:1,load:1,moduleParsed:1,options:1,resolveDynamicImport:1,resolveId:1,transform:1,watchChange:1});function wo(e,t){return Gs({code:"INVALID_PLUGIN_HOOK",message:`Error running plugin hook ${e} for ${t}, expected a function hook.`})}class Io{constructor(e,t,s,i,n){this.graph=e,this.options=t,this.pluginContexts=new Map,function(e,t){for(const{active:s,deprecated:i,replacement:n}of yo)for(const r of e)i in r&&ai({message:`The "${i}" hook used by plugin ${r.name} is deprecated. The "${n}" hook should be used instead.`,plugin:r.name},s,t)}(s,t),this.pluginCache=i,this.fileEmitter=new xr(e,t,n&&n.fileEmitter),this.emitFile=this.fileEmitter.emitFile.bind(this.fileEmitter),this.getFileName=this.fileEmitter.getFileName.bind(this.fileEmitter),this.finaliseAssets=this.fileEmitter.assertAssetsFinalized.bind(this.fileEmitter),this.setOutputBundle=this.fileEmitter.setOutputBundle.bind(this.fileEmitter),this.plugins=s.concat(n?n.plugins:[]);const r=new Set;for(const s of this.plugins)this.pluginContexts.set(s,_o(s,i,e,t,this.fileEmitter,r));if(n)for(const e of s)for(const s of Co)s in e&&t.onwarn((a=e.name,o=s,{code:qs.INPUT_HOOK_IN_OUTPUT_PLUGIN,message:`The "${o}" hook used by the output plugin ${a} 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 a,o}createOutputPluginDriver(e){return new Io(this.graph,this.options,e,this.pluginCache,this)}hookFirst(e,t,s,i){let n=Promise.resolve(void 0);for(const r of this.plugins)i&&i.has(r)||(n=n.then((i=>null!=i?i:this.runHook(e,t,r,!1,s))));return n}hookFirstSync(e,t,s){for(const i of this.plugins){const n=this.runHookSync(e,t,i,s);if(null!=n)return n}return null}hookParallel(e,t,s){const i=[];for(const n of this.plugins){const r=this.runHook(e,t,n,!1,s);r&&i.push(r)}return Promise.all(i).then((()=>{}))}hookReduceArg0(e,[t,...s],i,n){let r=Promise.resolve(t);for(const t of this.plugins)r=r.then((r=>{const a=[r,...s],o=this.runHook(e,a,t,!1,n);return o?o.then((e=>i.call(this.pluginContexts.get(t),r,e,t))):r}));return r}hookReduceArg0Sync(e,[t,...s],i,n){for(const r of this.plugins){const a=[t,...s],o=this.runHookSync(e,a,r,n);t=i.call(this.pluginContexts.get(r),t,o,r)}return t}hookReduceValue(e,t,s,i,n){let r=Promise.resolve(t);for(const t of this.plugins)r=r.then((r=>{const a=this.runHook(e,s,t,!0,n);return a?a.then((e=>i.call(this.pluginContexts.get(t),r,e,t))):r}));return r}hookReduceValueSync(e,t,s,i,n){let r=t;for(const t of this.plugins){const a=this.runHookSync(e,s,t,n);r=i.call(this.pluginContexts.get(t),r,a,t)}return r}hookSeq(e,t,s){let i=Promise.resolve();for(const n of this.plugins)i=i.then((()=>this.runHook(e,t,n,!1,s)));return i}hookSeqSync(e,t,s){for(const i of this.plugins)this.runHookSync(e,t,i,s)}runHook(e,t,s,i,n){const r=s[e];if(!r)return;let a=this.pluginContexts.get(s);return n&&(a=n(a,s)),Promise.resolve().then((()=>"function"!=typeof r?i?r:wo(e,s.name):r.apply(a,t))).catch((t=>go(t,s.name,{hook:e})))}runHookSync(e,t,s,i){const n=s[e];if(!n)return;let r=this.pluginContexts.get(s);i&&(r=i(r,s));try{return"function"!=typeof n?wo(e,s.name):n.apply(r,t)}catch(t){return go(t,s.name,{hook:e})}}}class No{constructor(e,t){var s,i;if(this.options=e,this.cachedModules=new Map,this.deoptimizationTracker=new V,this.entryModules=[],this.modulesById=new Map,this.needsTreeshakingPass=!1,this.phase=fr.LOAD_AND_PARSE,this.scope=new ko,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(null===(s=e.cache)||void 0===s?void 0:s.modules)for(const t of e.cache.modules)this.cachedModules.set(t.id,t);this.pluginCache=(null===(i=e.cache)||void 0===i?void 0:i.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.hookSeqSync("watchChange",e),s=()=>this.pluginDriver.hookSeqSync("closeWatcher",[]);t.on("change",e),t.on("close",s),t.once("restart",(()=>{t.removeListener("change",e),t.removeListener("close",s)}))}this.pluginDriver=new Io(this,e,e.plugins,this.pluginCache),this.acornParser=da.extend(...e.acornInjectPlugins),this.moduleLoader=new Eo(this,this.modulesById,this.options,this.pluginDriver)}async build(){Di("generate module graph",2),await this.generateModuleGraph(),Vi("generate module graph",2),Di("sort modules",2),this.phase=fr.ANALYSE,this.sortModules(),Vi("sort modules",2),Di("mark included statements",2),this.includeStatements(),Vi("mark included statements",2),this.phase=fr.GENERATE}contextParse(e,t={}){const s=t.onComment,i=[];t.onComment=s&&"function"==typeof s?(e,n,r,a,...o)=>(i.push({end:a,start:r,type:e?"Block":"Line",value:n}),s.call(t,e,n,r,a,...o)):i;const n=this.acornParser.parse(e,{...this.options.acorn,...t});return"object"==typeof s&&s.push(...i),t.onComment=s,function(e,t,s){const i=[],n=[];for(const t of e)Ee.test(t.value)?i.push(t):fe.test(t.value)&&n.push(t);for(const e of n)be(t,e,!1);me(t,{annotationIndex:0,annotations:i,code:s})}(i,n,e),n}getCache(){for(const e in this.pluginCache){const t=this.pluginCache[e];let s=!0;for(const[e,i]of Object.entries(t))i[0]>=this.options.experimentalCacheExpiry?delete t[e]:s=!1;s&&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 Wi?this.modules.push(e):this.externalModules.push(e)}includeStatements(){for(const e of[...this.entryModules,...this.implicitEntryModules])zi(e);if(this.options.treeshake){let e=1;do{Di(`treeshaking pass ${e}`,3),this.needsTreeshakingPass=!1;for(const e of this.modules)e.isExecuted&&("no-treeshake"===e.info.hasModuleSideEffects?e.includeAllInBundle():e.include());if(1===e)for(const e of[...this.entryModules,...this.implicitEntryModules])!1!==e.preserveSignature&&(e.includeAllExports(!1),this.needsTreeshakingPass=!0);Vi("treeshaking pass "+e++,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()||Gs(Js(t))}sortModules(){const{orderedModules:e,cyclePaths:t}=function(e){let t=0;const s=[],i=new Set,n=new Set,r=new Map,a=[],o=e=>{if(e instanceof Wi){for(const t of e.dependencies)r.has(t)?i.has(t)||s.push(kr(t,e,r)):(r.set(t,e),o(t));for(const t of e.implicitlyLoadedBefore)n.add(t);for(const{resolution:t}of e.dynamicImports)t instanceof Wi&&n.add(t);a.push(e)}e.execIndex=t++,i.add(e)};for(const t of e)r.has(t)||(r.set(t,null),o(t));for(const e of n)r.has(e)||(r.set(e,null),o(e));return{cyclePaths:s,orderedModules:a}}(this.entryModules);for(const e of t)this.options.onwarn({code:"CIRCULAR_DEPENDENCY",cycle:e,importer:e[0],message:`Circular dependency: ${e.join(" -> ")}`});this.modules=e;for(const e of this.modules)e.bindReferences();this.warnForMissingExports()}warnForMissingExports(){for(const e of this.modules)for(const t of Object.values(e.importDescriptions))"*"===t.name||t.module.getVariableForExportName(t.name)||e.warn({code:"NON_EXISTENT_EXPORT",message:`Non-existent export '${t.name}' is imported from ${ie(t.module.id)}`,name:t.name,source:t.module.id},t.start)}}function To(e){return Array.isArray(e)?e.filter(Boolean):e?[e]:[]}const Ro=e=>console.warn(e.message||e);function Lo(e,t,s,i,n=/$./){const r=new Set(t),a=Object.keys(e).filter((e=>!(r.has(e)||n.test(e))));a.length>0&&i({code:"UNKNOWN_OPTION",message:`Unknown ${s}: ${a.join(", ")}. Allowed options: ${[...r].sort().join(", ")}`})}const $o={recommended:{annotations:!0,correctVarValueBeforeDeclaration:!1,moduleSideEffects:()=>!0,propertyReadSideEffects:!0,tryCatchDeoptimization:!0,unknownGlobalSideEffects:!1},safest:{annotations:!0,correctVarValueBeforeDeclaration:!0,moduleSideEffects:()=>!0,propertyReadSideEffects:!0,tryCatchDeoptimization:!0,unknownGlobalSideEffects:!0},smallest:{annotations:!0,correctVarValueBeforeDeclaration:!1,moduleSideEffects:()=>!1,propertyReadSideEffects:!1,tryCatchDeoptimization:!1,unknownGlobalSideEffects:!1}},Mo={es2015:{arrowFunctions:!0,constBindings:!0,objectShorthand:!0,reservedNamesAsProps:!0},es5:{arrowFunctions:!1,constBindings:!1,objectShorthand:!1,reservedNamesAsProps:!0}},Oo=(e,t,s,i)=>{var n;const r=null===(n=e)||void 0===n?void 0:n.preset;if(r){const i=t[r];if(i)return{...i,...e};Gs(Qs(`${s}.preset`,Do(s),`valid values are ${te(Object.keys(t))}`,r))}return((e,t,s)=>i=>{if("string"==typeof i){const n=e[i];if(n)return n;Gs(Qs(t,Do(t),`valid values are ${s}${te(Object.keys(e))}. You can also supply an object for more fine-grained control`,i))}return i&&"object"==typeof i?i:{}})(t,s,i)(e)},Do=e=>e.split(".").join("").toLowerCase(),Vo=e=>({allowAwaitOutsideFunction:!0,ecmaVersion:"latest",preserveParens:!1,sourceType:"module",...e.acorn}),Bo=e=>To(e.acornInjectPlugins),Fo=e=>{var t;return(null===(t=e.cache)||void 0===t?void 0:t.cache)||e.cache},zo=e=>{if(!0===e)return()=>!0;if("function"==typeof e)return(t,...s)=>!t.startsWith("\0")&&e(t,...s)||!1;if(e){const t=new Set,s=[];for(const i of To(e))i instanceof RegExp?s.push(i):t.add(i);return(e,...i)=>t.has(e)||s.some((t=>t.test(e)))}return()=>!1},Uo=(e,t,s)=>{const i=e.inlineDynamicImports;return i&&oi('The "inlineDynamicImports" option is deprecated. Use the "output.inlineDynamicImports" option instead.',!1,t,s),i},jo=e=>{const t=e.input;return null==t?[]:"string"==typeof t?[t]:t},Wo=(e,t,s)=>{const i=e.manualChunks;return i&&oi('The "manualChunks" option is deprecated. Use the "output.manualChunks" option instead.',!1,t,s),i},Go=e=>{const t=e.maxParallelFileReads;return"number"==typeof t?t<=0?1/0:t:20},Ho=(e,t)=>{const s=e.moduleContext;if("function"==typeof s)return e=>{var i;return null!==(i=s(e))&&void 0!==i?i:t};if(s){const e=Object.create(null);for(const[t,i]of Object.entries(s))e[N(t)]=i;return s=>e[s]||t}return()=>t},qo=(e,t)=>{const s=e.preserveEntrySignatures;return null==s&&t.add("preserveEntrySignatures"),null!=s?s:"strict"},Ko=(e,t,s)=>{const i=e.preserveModules;return i&&oi('The "preserveModules" option is deprecated. Use the "output.preserveModules" option instead.',!1,t,s),i},Xo=(e,t,s)=>{const i=e.treeshake;if(!1===i)return!1;const n=Oo(e.treeshake,$o,"treeshake","false, true, ");return void 0!==n.pureExternalModules&&oi('The "treeshake.pureExternalModules" option is deprecated. The "treeshake.moduleSideEffects" option should be used instead. "treeshake.pureExternalModules: true" is equivalent to "treeshake.moduleSideEffects: \'no-external\'"',!0,t,s),{annotations:!1!==n.annotations,correctVarValueBeforeDeclaration:!0===n.correctVarValueBeforeDeclaration,moduleSideEffects:"object"==typeof i&&i.pureExternalModules?Yo(i.moduleSideEffects,i.pureExternalModules):Yo(n.moduleSideEffects,void 0),propertyReadSideEffects:"always"===n.propertyReadSideEffects?"always":!1!==n.propertyReadSideEffects,tryCatchDeoptimization:!1!==n.tryCatchDeoptimization,unknownGlobalSideEffects:!1!==n.unknownGlobalSideEffects}},Yo=(e,t)=>{if("boolean"==typeof e)return()=>e;if("no-external"===e)return(e,t)=>!t;if("function"==typeof e)return(t,s)=>!!t.startsWith("\0")||!1!==e(t,s);if(Array.isArray(e)){const t=new Set(e);return e=>t.has(e)}e&&Gs(Qs("treeshake.moduleSideEffects","treeshake",'please use one of false, "no-external", a function or an array'));const s=zo(t);return(e,t)=>!(t&&s(e))};function Qo(e){const t=/^[a-z]:/i.exec(e),s=t?t[0]:"";return s+e.substr(s.length).replace(/[\0?*:]/g,"_")}const Zo=e=>{const{preserveModulesRoot:t}=e;if(null!=t)return N(t)},Jo=e=>{const t={autoId:!1,basePath:"",define:"define",...e.amd};if((t.autoId||t.basePath)&&t.id)return Gs(Qs("output.amd.id","outputamd",'this option cannot be used together with "output.amd.autoId"/"output.amd.basePath"'));if(t.basePath&&!t.autoId)return Gs(Qs("output.amd.basePath","outputamd",'this option only works with "output.amd.autoId"'));let s;return s=t.autoId?{autoId:!0,basePath:t.basePath,define:t.define}:{autoId:!1,define:t.define,id:t.id},s},eh=(e,t)=>{const s=e[t];return"function"==typeof s?s:()=>s||""},th=(e,t)=>{const{dir:s}=e;return"string"==typeof s&&"string"==typeof t?Gs(Qs("output.dir","outputdir",'you must set either "output.file" for a single-file build or "output.dir" when generating multiple chunks')):s},sh=(e,t)=>{const s=e.dynamicImportFunction;return s&&ai('The "output.dynamicImportFunction" option is deprecated. Use the "renderDynamicImport" plugin hook instead.',!1,t),s},ih=(e,t)=>{const s=e.entryFileNames;return null==s&&t.add("entryFileNames"),null!=s?s:"[name].js"};function nh(e,t){const s=e.exports;if(null==s)t.add("exports");else if(!["default","named","none","auto"].includes(s))return Gs((i=s,{code:qs.INVALID_EXPORT_OPTION,message:`"output.exports" must be "default", "named", "none", "auto", or left unspecified (defaults to "auto"), received "${i}"`,url:"https://rollupjs.org/guide/en/#outputexports"}));var i;return s||"auto"}const rh=(e,t)=>{const s=Oo(e.generatedCode,Mo,"output.generatedCode","");return{arrowFunctions:!0===s.arrowFunctions,constBindings:!0===s.constBindings||t,objectShorthand:!0===s.objectShorthand,reservedNamesAsProps:!0===s.reservedNamesAsProps}},ah=(e,t)=>{if(t)return"";const s=e.indent;return!1===s?"":null==s||s},oh=new Set(["auto","esModule","default","defaultOnly",!0,!1]),hh=(e,t)=>{const s=e.interop,i=new Set,n=e=>{if(!i.has(e)){if(i.add(e),!oh.has(e))return Gs(Qs("output.interop","outputinterop",`use one of ${Array.from(oh.values(),(e=>JSON.stringify(e))).join(", ")}`,e));"boolean"==typeof e&&ai({message:`The boolean value "${e}" for the "output.interop" option is deprecated. Use ${e?'"auto"':'"esModule", "default" or "defaultOnly"'} instead.`,url:"https://rollupjs.org/guide/en/#outputinterop"},!1,t)}return e};if("function"==typeof s){const e=Object.create(null);let t=null;return i=>null===i?t||n(t=s(i)):i in e?e[i]:n(e[i]=s(i))}return void 0===s?()=>!0:()=>n(s)},lh=(e,t,s,i)=>{const n=e.manualChunks||i.manualChunks;if(n){if(t)return Gs(Qs("output.manualChunks","outputmanualchunks",'this option is not supported for "output.inlineDynamicImports"'));if(s)return Gs(Qs("output.manualChunks","outputmanualchunks",'this option is not supported for "output.preserveModules"'))}return n||{}},ch=(e,t,s)=>{var i;return null!==(i=e.minifyInternalExports)&&void 0!==i?i:s||"es"===t||"system"===t};function uh(e){return async function(e,t){const{options:s,unsetOptions:i}=await async function(e,t){if(!e)throw new Error("You must supply an options object to rollup");const s=To(e.plugins),{options:i,unsetOptions:n}=function(e){var t,s,i;const n=new Set,r=null!==(t=e.context)&&void 0!==t?t:"undefined",a=(e=>{const{onwarn:t}=e;return t?e=>{e.toString=()=>{let t="";return e.plugin&&(t+=`(${e.plugin} plugin) `),e.loc&&(t+=`${ie(e.loc.file)} (${e.loc.line}:${e.loc.column}) `),t+=e.message,t},t(e,Ro)}:Ro})(e),o=e.strictDeprecations||!1,h={acorn:Vo(e),acornInjectPlugins:Bo(e),cache:Fo(e),context:r,experimentalCacheExpiry:null!==(s=e.experimentalCacheExpiry)&&void 0!==s?s:10,external:zo(e.external),inlineDynamicImports:Uo(e,a,o),input:jo(e),makeAbsoluteExternalsRelative:null===(i=e.makeAbsoluteExternalsRelative)||void 0===i||i,manualChunks:Wo(e,a,o),maxParallelFileReads:Go(e),moduleContext:Ho(e,r),onwarn:a,perf:e.perf||!1,plugins:To(e.plugins),preserveEntrySignatures:qo(e,n),preserveModules:Ko(e,a,o),preserveSymlinks:e.preserveSymlinks||!1,shimMissingExports:e.shimMissingExports||!1,strictDeprecations:o,treeshake:Xo(e,a,o)};return Lo(e,[...Object.keys(h),"watch"],"input options",h.onwarn,/^(output)$/),{options:h,unsetOptions:n}}(await s.reduce((async(e,t)=>t.options&&await t.options.call({meta:{rollupVersion:"2.58.0",watchMode:!1}},await e)||e),Promise.resolve(e)));return ph(i.plugins,"at position "),{options:i,unsetOptions:n}}(e);!function(e){e.perf?(Ri={},"undefined"!=typeof process&&"function"==typeof process.hrtime?(Ii=process.hrtime.bind(process),Ni=e=>{return 1e3*(t=process.hrtime(e))[0]+t[1]/1e6;var t}):"undefined"!=typeof performance&&"function"==typeof performance.now&&(Ii=()=>[performance.now(),0],Ni=e=>performance.now()-e[0]),"undefined"!=typeof process&&"function"==typeof process.memoryUsage&&(Ti=()=>process.memoryUsage().heapUsed),Di=$i,Vi=Mi,e.plugins=e.plugins.map(Fi)):(Di=wi,Vi=wi)}(s);const n=new No(s,null),r=!1!==e.cache;delete s.cache,delete e.cache,Di("BUILD",1);try{await n.pluginDriver.hookParallel("buildStart",[s]),await n.build()}catch(e){const t=Object.keys(n.watchFiles);throw t.length>0&&(e.watchFiles=t),await n.pluginDriver.hookParallel("buildEnd",[e]),await n.pluginDriver.hookParallel("closeBundle",[]),e}await n.pluginDriver.hookParallel("buildEnd",[]),Vi("BUILD",1);const a={cache:r?n.getCache():void 0,async close(){a.closed||(a.closed=!0,await n.pluginDriver.hookParallel("closeBundle",[]))},closed:!1,generate:async e=>a.closed?Gs(ri()):dh(!1,s,i,e,n),watchFiles:Object.keys(n.watchFiles),write:async e=>a.closed?Gs(ri()):dh(!0,s,i,e,n)};return s.perf&&(a.getTimings=Oi),a}(e)}function ph(e,t){for(let s=0;sfunction(e,t){const s=N(t.dir||C(t.file),e.fileName);let i,n;if("asset"===e.type)n=e.source;else if(n=e.code,t.sourcemap&&e.map){let r;"inline"===t.sourcemap?r=e.map.toUrl():(r=`${_(e.fileName)}.map`,i=po(`${s}.map`,e.map.toString())),"hidden"!==t.sourcemap&&(n+=`//# sourceMappingURL=${r}\n`)}return Promise.all([po(s,n),i])}(e,r)))),await a.hookParallel("writeBundle",[r,l])}return c=l,{output:Object.values(c).filter((e=>Object.keys(e).length>0)).sort(((e,t)=>{const s=gh(e),i=gh(t);return s===i?0:s{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 Gs({message:'You must specify "output.format", which can be one of "amd", "cjs", "system", "es", "iife" or "umd".',url:"https://rollupjs.org/guide/en/#outputformat"})}})(e),d=((e,t)=>{var s;const i=(null!==(s=e.inlineDynamicImports)&&void 0!==s?s:t.inlineDynamicImports)||!1,{input:n}=t;return i&&(Array.isArray(n)?n:Object.keys(n)).length>1?Gs(Qs("output.inlineDynamicImports","outputinlinedynamicimports",'multiple inputs are not supported when "output.inlineDynamicImports" is true')):i})(e,t),f=((e,t,s)=>{var i;const n=(null!==(i=e.preserveModules)&&void 0!==i?i:s.preserveModules)||!1;if(n){if(t)return Gs(Qs("output.inlineDynamicImports","outputinlinedynamicimports",'this option is not supported for "output.preserveModules"'));if(!1===s.preserveEntrySignatures)return Gs(Qs("preserveEntrySignatures","preserveentrysignatures",'setting this option to false is not supported for "output.preserveModules"'))}return n})(e,d,t),m=((e,t,s)=>{const{file:i}=e;if("string"==typeof i){if(t)return Gs(Qs("output.file","outputdir",'you must set "output.dir" instead of "output.file" when using the "output.preserveModules" option'));if(!Array.isArray(s.input))return Gs(Qs("output.file","outputdir",'you must set "output.dir" instead of "output.file" when providing named inputs'))}return i})(e,f,t),g=((e,t)=>{const s=e.preferConst;return null!=s&&ai('The "output.preferConst" option is deprecated. Use the "output.generatedCode.constBindings" option instead.',!1,t),!!s})(e,t),y={amd:Jo(e),assetFileNames:null!==(i=e.assetFileNames)&&void 0!==i?i:"assets/[name]-[hash][extname]",banner:eh(e,"banner"),chunkFileNames:null!==(n=e.chunkFileNames)&&void 0!==n?n:"[name]-[hash].js",compact:u,dir:th(e,m),dynamicImportFunction:sh(e,t),entryFileNames:ih(e,c),esModule:null===(r=e.esModule)||void 0===r||r,exports:nh(e,c),extend:e.extend||!1,externalLiveBindings:null===(a=e.externalLiveBindings)||void 0===a||a,file:m,footer:eh(e,"footer"),format:p,freeze:null===(o=e.freeze)||void 0===o||o,generatedCode:rh(e,g),globals:e.globals||{},hoistTransitiveImports:null===(h=e.hoistTransitiveImports)||void 0===h||h,indent:ah(e,u),inlineDynamicImports:d,interop:hh(e,t),intro:eh(e,"intro"),manualChunks:lh(e,d,f,t),minifyInternalExports:ch(e,p,u),name:e.name,namespaceToStringTag:e.namespaceToStringTag||!1,noConflict:e.noConflict||!1,outro:eh(e,"outro"),paths:e.paths||{},plugins:To(e.plugins),preferConst:g,preserveModules:f,preserveModulesRoot:Zo(e),sanitizeFileName:"function"==typeof e.sanitizeFileName?e.sanitizeFileName:!1===e.sanitizeFileName?e=>e:Qo,sourcemap:e.sourcemap||!1,sourcemapExcludeSources:e.sourcemapExcludeSources||!1,sourcemapFile:e.sourcemapFile,sourcemapPathTransform:e.sourcemapPathTransform,strict:null===(l=e.strict)||void 0===l||l,systemNullSetters:e.systemNullSetters||!1,validate:e.validate||!1};return Lo(e,Object.keys(y),"output options",t.onwarn),{options:y,unsetOptions:c}}(i.hookReduceArg0Sync("outputOptions",[s.output||s],((e,t)=>t||e),(e=>{const t=()=>e.error({code:qs.CANNOT_EMIT_FROM_OPTIONS_HOOK,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 mh;function gh(e){return"asset"===e.type?mh.ASSET:e.isEntry?mh.ENTRY_CHUNK:mh.SECONDARY_CHUNK}!function(e){e[e.ENTRY_CHUNK=0]="ENTRY_CHUNK",e[e.SECONDARY_CHUNK=1]="SECONDARY_CHUNK",e[e.ASSET=2]="ASSET"}(mh||(mh={}));var yh={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},xh="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",vh={5:xh,6:xh+" const class extends export import super"},Eh=/^in(stanceof)?$/,bh="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞹꟷ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭥꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",Sh="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ංඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ູົຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭ᳲ-᳴᳷-᳹᷀-᷹᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",Ah=new RegExp("["+bh+"]"),kh=new RegExp("["+bh+Sh+"]");bh=Sh=null;var Ph=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,477,28,11,0,9,21,190,52,76,44,33,24,27,35,30,0,12,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,54,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,86,26,230,43,117,63,32,0,257,0,11,39,8,0,22,0,12,39,3,3,20,0,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,270,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,68,12,0,67,12,65,1,31,6129,15,754,9486,286,82,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,4149,196,60,67,1213,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,15,7472,3104,541],_h=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,525,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,4,9,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,280,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,135,4,60,6,26,9,1016,45,17,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,2214,6,110,6,6,9,792487,239];function Ch(e,t){for(var s=65536,i=0;ie)return!1;if((s+=t[i+1])>=e)return!0}}function wh(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Ah.test(String.fromCharCode(e)):!1!==t&&Ch(e,Ph)))}function Ih(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&kh.test(String.fromCharCode(e)):!1!==t&&(Ch(e,Ph)||Ch(e,_h)))))}var Nh=function(e,t){void 0===t&&(t={}),this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=t.binop||null,this.updateContext=null};function Th(e,t){return new Nh(e,{beforeExpr:!0,binop:t})}var Rh={beforeExpr:!0},Lh={startsExpr:!0},$h={};function Mh(e,t){return void 0===t&&(t={}),t.keyword=e,$h[e]=new Nh(e,t)}var Oh={num:new Nh("num",Lh),regexp:new Nh("regexp",Lh),string:new Nh("string",Lh),name:new Nh("name",Lh),eof:new Nh("eof"),bracketL:new Nh("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new Nh("]"),braceL:new Nh("{",{beforeExpr:!0,startsExpr:!0}),braceR:new Nh("}"),parenL:new Nh("(",{beforeExpr:!0,startsExpr:!0}),parenR:new Nh(")"),comma:new Nh(",",Rh),semi:new Nh(";",Rh),colon:new Nh(":",Rh),dot:new Nh("."),question:new Nh("?",Rh),arrow:new Nh("=>",Rh),template:new Nh("template"),invalidTemplate:new Nh("invalidTemplate"),ellipsis:new Nh("...",Rh),backQuote:new Nh("`",Lh),dollarBraceL:new Nh("${",{beforeExpr:!0,startsExpr:!0}),eq:new Nh("=",{beforeExpr:!0,isAssign:!0}),assign:new Nh("_=",{beforeExpr:!0,isAssign:!0}),incDec:new Nh("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new Nh("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:Th("||",1),logicalAND:Th("&&",2),bitwiseOR:Th("|",3),bitwiseXOR:Th("^",4),bitwiseAND:Th("&",5),equality:Th("==/!=/===/!==",6),relational:Th("/<=/>=",7),bitShift:Th("<>/>>>",8),plusMin:new Nh("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:Th("%",10),star:Th("*",10),slash:Th("/",10),starstar:new Nh("**",{beforeExpr:!0}),_break:Mh("break"),_case:Mh("case",Rh),_catch:Mh("catch"),_continue:Mh("continue"),_debugger:Mh("debugger"),_default:Mh("default",Rh),_do:Mh("do",{isLoop:!0,beforeExpr:!0}),_else:Mh("else",Rh),_finally:Mh("finally"),_for:Mh("for",{isLoop:!0}),_function:Mh("function",Lh),_if:Mh("if"),_return:Mh("return",Rh),_switch:Mh("switch"),_throw:Mh("throw",Rh),_try:Mh("try"),_var:Mh("var"),_const:Mh("const"),_while:Mh("while",{isLoop:!0}),_with:Mh("with"),_new:Mh("new",{beforeExpr:!0,startsExpr:!0}),_this:Mh("this",Lh),_super:Mh("super",Lh),_class:Mh("class",Lh),_extends:Mh("extends",Rh),_export:Mh("export"),_import:Mh("import"),_null:Mh("null",Lh),_true:Mh("true",Lh),_false:Mh("false",Lh),_in:Mh("in",{beforeExpr:!0,binop:7}),_instanceof:Mh("instanceof",{beforeExpr:!0,binop:7}),_typeof:Mh("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:Mh("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:Mh("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},Dh=/\r\n?|\n|\u2028|\u2029/,Vh=new RegExp(Dh.source,"g");function Bh(e,t){return 10===e||13===e||!t&&(8232===e||8233===e)}var Fh=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/,zh=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,Uh=Object.prototype,jh=Uh.hasOwnProperty,Wh=Uh.toString;function Gh(e,t){return jh.call(e,t)}var Hh=Array.isArray||function(e){return"[object Array]"===Wh.call(e)},qh=function(e,t){this.line=e,this.column=t};qh.prototype.offset=function(e){return new qh(this.line,this.column+e)};var Kh=function(e,t,s){this.start=t,this.end=s,null!==e.sourceFile&&(this.source=e.sourceFile)};var Xh={ecmaVersion:7,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:!1,allowHashBang:!1,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1,plugins:{}};function Yh(e){var t={};for(var s in Xh)t[s]=e&&Gh(e,s)?e[s]:Xh[s];if(t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),null==t.allowReserved&&(t.allowReserved=t.ecmaVersion<5),Hh(t.onToken)){var i=t.onToken;t.onToken=function(e){return i.push(e)}}return Hh(t.onComment)&&(t.onComment=function(e,t){return function(s,i,n,r,a,o){var h={type:s?"Block":"Line",value:i,start:n,end:r};e.locations&&(h.loc=new Kh(this,a,o)),e.ranges&&(h.range=[n,r]),t.push(h)}}(t,t.onComment)),t}var Qh={};function Zh(e){return new RegExp("^(?:"+e.replace(/ /g,"|")+")$")}var Jh=function(e,t,s){this.options=e=Yh(e),this.sourceFile=e.sourceFile,this.keywords=Zh(vh[e.ecmaVersion>=6?6:5]);var i="";if(!e.allowReserved){for(var n=e.ecmaVersion;!(i=yh[n]);n--);"module"===e.sourceType&&(i+=" await")}this.reservedWords=Zh(i);var r=(i?i+" ":"")+yh.strict;this.reservedWordsStrict=Zh(r),this.reservedWordsStrictBind=Zh(r+" "+yh.strictBind),this.input=String(t),this.containsEsc=!1,this.loadPlugins(e.plugins),s?(this.pos=s,this.lineStart=this.input.lastIndexOf("\n",s-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(Dh).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=Oh.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.inFunction=this.inGenerator=this.inAsync=!1,this.yieldPos=this.awaitPos=0,this.labels=[],0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2),this.scopeStack=[],this.enterFunctionScope(),this.regexpState=null};Jh.prototype.isKeyword=function(e){return this.keywords.test(e)},Jh.prototype.isReservedWord=function(e){return this.reservedWords.test(e)},Jh.prototype.extend=function(e,t){this[e]=t(this[e])},Jh.prototype.loadPlugins=function(e){for(var t in e){var s=Qh[t];if(!s)throw new Error("Plugin '"+t+"' not found");s(this,e[t])}},Jh.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)};var el=Jh.prototype,tl=/^(?:'((?:\\.|[^'])*?)'|"((?:\\.|[^"])*?)"|;)/;function sl(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1}el.strictDirective=function(e){for(;;){zh.lastIndex=e,e+=zh.exec(this.input)[0].length;var t=tl.exec(this.input.slice(e));if(!t)return!1;if("use strict"===(t[1]||t[2]))return!0;e+=t[0].length}},el.eat=function(e){return this.type===e&&(this.next(),!0)},el.isContextual=function(e){return this.type===Oh.name&&this.value===e&&!this.containsEsc},el.eatContextual=function(e){return!!this.isContextual(e)&&(this.next(),!0)},el.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},el.canInsertSemicolon=function(){return this.type===Oh.eof||this.type===Oh.braceR||Dh.test(this.input.slice(this.lastTokEnd,this.start))},el.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},el.semicolon=function(){this.eat(Oh.semi)||this.insertSemicolon()||this.unexpected()},el.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},el.expect=function(e){this.eat(e)||this.unexpected()},el.unexpected=function(e){this.raise(null!=e?e:this.start,"Unexpected token")},el.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var s=t?e.parenthesizedAssign:e.parenthesizedBind;s>-1&&this.raiseRecoverable(s,"Parenthesized pattern")}},el.checkExpressionErrors=function(e,t){if(!e)return!1;var s=e.shorthandAssign,i=e.doubleProto;if(!t)return s>=0||i>=0;s>=0&&this.raise(s,"Shorthand property assignments are valid only in destructuring patterns"),i>=0&&this.raiseRecoverable(i,"Redefinition of __proto__ property")},el.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos=6&&(e.sourceType=this.options.sourceType),this.finishNode(e,"Program")};var nl={kind:"loop"},rl={kind:"switch"};il.isLet=function(){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;zh.lastIndex=this.pos;var e=zh.exec(this.input),t=this.pos+e[0].length,s=this.input.charCodeAt(t);if(91===s||123===s)return!0;if(wh(s,!0)){for(var i=t+1;Ih(this.input.charCodeAt(i),!0);)++i;var n=this.input.slice(t,i);if(!Eh.test(n))return!0}return!1},il.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;zh.lastIndex=this.pos;var e=zh.exec(this.input),t=this.pos+e[0].length;return!(Dh.test(this.input.slice(this.pos,t))||"function"!==this.input.slice(t,t+8)||t+8!==this.input.length&&Ih(this.input.charAt(t+8)))},il.parseStatement=function(e,t,s){var i,n=this.type,r=this.startNode();switch(this.isLet()&&(n=Oh._var,i="let"),n){case Oh._break:case Oh._continue:return this.parseBreakContinueStatement(r,n.keyword);case Oh._debugger:return this.parseDebuggerStatement(r);case Oh._do:return this.parseDoStatement(r);case Oh._for:return this.parseForStatement(r);case Oh._function:return!e&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(r,!1);case Oh._class:return e||this.unexpected(),this.parseClass(r,!0);case Oh._if:return this.parseIfStatement(r);case Oh._return:return this.parseReturnStatement(r);case Oh._switch:return this.parseSwitchStatement(r);case Oh._throw:return this.parseThrowStatement(r);case Oh._try:return this.parseTryStatement(r);case Oh._const:case Oh._var:return i=i||this.value,e||"var"===i||this.unexpected(),this.parseVarStatement(r,i);case Oh._while:return this.parseWhileStatement(r);case Oh._with:return this.parseWithStatement(r);case Oh.braceL:return this.parseBlock();case Oh.semi:return this.parseEmptyStatement(r);case Oh._export:case Oh._import:return this.options.allowImportExportEverywhere||(t||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),n===Oh._import?this.parseImport(r):this.parseExport(r,s);default:if(this.isAsyncFunction())return e||this.unexpected(),this.next(),this.parseFunctionStatement(r,!0);var a=this.value,o=this.parseExpression();return n===Oh.name&&"Identifier"===o.type&&this.eat(Oh.colon)?this.parseLabeledStatement(r,a,o):this.parseExpressionStatement(r,o)}},il.parseBreakContinueStatement=function(e,t){var s="break"===t;this.next(),this.eat(Oh.semi)||this.insertSemicolon()?e.label=null:this.type!==Oh.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var i=0;i=6?this.eat(Oh.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},il.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&(this.inAsync||!this.inFunction&&this.options.allowAwaitOutsideFunction)&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(nl),this.enterLexicalScope(),this.expect(Oh.parenL),this.type===Oh.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var s=this.isLet();if(this.type===Oh._var||this.type===Oh._const||s){var i=this.startNode(),n=s?"let":this.value;return this.next(),this.parseVar(i,!0,n),this.finishNode(i,"VariableDeclaration"),!(this.type===Oh._in||this.options.ecmaVersion>=6&&this.isContextual("of"))||1!==i.declarations.length||"var"!==n&&i.declarations[0].init?(t>-1&&this.unexpected(t),this.parseFor(e,i)):(this.options.ecmaVersion>=9&&(this.type===Oh._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,i))}var r=new sl,a=this.parseExpression(!0,r);return this.type===Oh._in||this.options.ecmaVersion>=6&&this.isContextual("of")?(this.options.ecmaVersion>=9&&(this.type===Oh._in?t>-1&&this.unexpected(t):e.await=t>-1),this.toAssignable(a,!1,r),this.checkLVal(a),this.parseForIn(e,a)):(this.checkExpressionErrors(r,!0),t>-1&&this.unexpected(t),this.parseFor(e,a))},il.parseFunctionStatement=function(e,t){return this.next(),this.parseFunction(e,!0,!1,t)},il.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement(!this.strict&&this.type===Oh._function),e.alternate=this.eat(Oh._else)?this.parseStatement(!this.strict&&this.type===Oh._function):null,this.finishNode(e,"IfStatement")},il.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(Oh.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},il.parseSwitchStatement=function(e){var t,s=this;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(Oh.braceL),this.labels.push(rl),this.enterLexicalScope();for(var i=!1;this.type!==Oh.braceR;)if(s.type===Oh._case||s.type===Oh._default){var n=s.type===Oh._case;t&&s.finishNode(t,"SwitchCase"),e.cases.push(t=s.startNode()),t.consequent=[],s.next(),n?t.test=s.parseExpression():(i&&s.raiseRecoverable(s.lastTokStart,"Multiple default clauses"),i=!0,t.test=null),s.expect(Oh.colon)}else t||s.unexpected(),t.consequent.push(s.parseStatement(!0));return this.exitLexicalScope(),t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")},il.parseThrowStatement=function(e){return this.next(),Dh.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var al=[];il.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===Oh._catch){var t=this.startNode();this.next(),this.eat(Oh.parenL)?(t.param=this.parseBindingAtom(),this.enterLexicalScope(),this.checkLVal(t.param,"let"),this.expect(Oh.parenR)):(this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterLexicalScope()),t.body=this.parseBlock(!1),this.exitLexicalScope(),e.handler=this.finishNode(t,"CatchClause")}return e.finalizer=this.eat(Oh._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},il.parseVarStatement=function(e,t){return this.next(),this.parseVar(e,!1,t),this.semicolon(),this.finishNode(e,"VariableDeclaration")},il.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(nl),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,"WhileStatement")},il.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement(!1),this.finishNode(e,"WithStatement")},il.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},il.parseLabeledStatement=function(e,t,s){for(var i=this,n=0,r=i.labels;n=0;o--){var h=i.labels[o];if(h.statementStart!==e.start)break;h.statementStart=i.start,h.kind=a}return this.labels.push({name:t,kind:a,statementStart:this.start}),e.body=this.parseStatement(!0),("ClassDeclaration"===e.body.type||"VariableDeclaration"===e.body.type&&"var"!==e.body.kind||"FunctionDeclaration"===e.body.type&&(this.strict||e.body.generator||e.body.async))&&this.raiseRecoverable(e.body.start,"Invalid labeled declaration"),this.labels.pop(),e.label=s,this.finishNode(e,"LabeledStatement")},il.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")},il.parseBlock=function(e){void 0===e&&(e=!0);var t=this.startNode();for(t.body=[],this.expect(Oh.braceL),e&&this.enterLexicalScope();!this.eat(Oh.braceR);){var s=this.parseStatement(!0);t.body.push(s)}return e&&this.exitLexicalScope(),this.finishNode(t,"BlockStatement")},il.parseFor=function(e,t){return e.init=t,this.expect(Oh.semi),e.test=this.type===Oh.semi?null:this.parseExpression(),this.expect(Oh.semi),e.update=this.type===Oh.parenR?null:this.parseExpression(),this.expect(Oh.parenR),this.exitLexicalScope(),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,"ForStatement")},il.parseForIn=function(e,t){var s=this.type===Oh._in?"ForInStatement":"ForOfStatement";return this.next(),"ForInStatement"===s&&("AssignmentPattern"===t.type||"VariableDeclaration"===t.type&&null!=t.declarations[0].init&&(this.strict||"Identifier"!==t.declarations[0].id.type))&&this.raise(t.start,"Invalid assignment in for-in loop head"),e.left=t,e.right="ForInStatement"===s?this.parseExpression():this.parseMaybeAssign(),this.expect(Oh.parenR),this.exitLexicalScope(),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,s)},il.parseVar=function(e,t,s){var i=this;for(e.declarations=[],e.kind=s;;){var n=i.startNode();if(i.parseVarId(n,s),i.eat(Oh.eq)?n.init=i.parseMaybeAssign(t):"const"!==s||i.type===Oh._in||i.options.ecmaVersion>=6&&i.isContextual("of")?"Identifier"===n.id.type||t&&(i.type===Oh._in||i.isContextual("of"))?n.init=null:i.raise(i.lastTokEnd,"Complex binding patterns require an initialization value"):i.unexpected(),e.declarations.push(i.finishNode(n,"VariableDeclarator")),!i.eat(Oh.comma))break}return e},il.parseVarId=function(e,t){e.id=this.parseBindingAtom(t),this.checkLVal(e.id,t,!1)},il.parseFunction=function(e,t,s,i){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!i)&&(e.generator=this.eat(Oh.star)),this.options.ecmaVersion>=8&&(e.async=!!i),t&&(e.id="nullableID"===t&&this.type!==Oh.name?null:this.parseIdent(),e.id&&this.checkLVal(e.id,this.inModule&&!this.inFunction?"let":"var"));var n=this.inGenerator,r=this.inAsync,a=this.yieldPos,o=this.awaitPos,h=this.inFunction;return this.inGenerator=e.generator,this.inAsync=e.async,this.yieldPos=0,this.awaitPos=0,this.inFunction=!0,this.enterFunctionScope(),t||(e.id=this.type===Oh.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,s),this.inGenerator=n,this.inAsync=r,this.yieldPos=a,this.awaitPos=o,this.inFunction=h,this.finishNode(e,t?"FunctionDeclaration":"FunctionExpression")},il.parseFunctionParams=function(e){this.expect(Oh.parenL),e.params=this.parseBindingList(Oh.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},il.parseClass=function(e,t){this.next(),this.parseClassId(e,t),this.parseClassSuper(e);var s=this.startNode(),i=!1;for(s.body=[],this.expect(Oh.braceL);!this.eat(Oh.braceR);){var n=this.parseClassMember(s);n&&"MethodDefinition"===n.type&&"constructor"===n.kind&&(i&&this.raise(n.start,"Duplicate constructor in the same class"),i=!0)}return e.body=this.finishNode(s,"ClassBody"),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")},il.parseClassMember=function(e){var t=this;if(this.eat(Oh.semi))return null;var s=this.startNode(),i=function(e,i){void 0===i&&(i=!1);var n=t.start,r=t.startLoc;return!!t.eatContextual(e)&&(!(t.type===Oh.parenL||i&&t.canInsertSemicolon())||(s.key&&t.unexpected(),s.computed=!1,s.key=t.startNodeAt(n,r),s.key.name=e,t.finishNode(s.key,"Identifier"),!1))};s.kind="method",s.static=i("static");var n=this.eat(Oh.star),r=!1;n||(this.options.ecmaVersion>=8&&i("async",!0)?(r=!0,n=this.options.ecmaVersion>=9&&this.eat(Oh.star)):i("get")?s.kind="get":i("set")&&(s.kind="set")),s.key||this.parsePropertyName(s);var a=s.key;return s.computed||s.static||!("Identifier"===a.type&&"constructor"===a.name||"Literal"===a.type&&"constructor"===a.value)?s.static&&"Identifier"===a.type&&"prototype"===a.name&&this.raise(a.start,"Classes may not have a static property named prototype"):("method"!==s.kind&&this.raise(a.start,"Constructor can't have get/set modifier"),n&&this.raise(a.start,"Constructor can't be a generator"),r&&this.raise(a.start,"Constructor can't be an async method"),s.kind="constructor"),this.parseClassMethod(e,s,n,r),"get"===s.kind&&0!==s.value.params.length&&this.raiseRecoverable(s.value.start,"getter should have no params"),"set"===s.kind&&1!==s.value.params.length&&this.raiseRecoverable(s.value.start,"setter should have exactly one param"),"set"===s.kind&&"RestElement"===s.value.params[0].type&&this.raiseRecoverable(s.value.params[0].start,"Setter cannot use rest params"),s},il.parseClassMethod=function(e,t,s,i){t.value=this.parseMethod(s,i),e.body.push(this.finishNode(t,"MethodDefinition"))},il.parseClassId=function(e,t){e.id=this.type===Oh.name?this.parseIdent():!0===t?this.unexpected():null},il.parseClassSuper=function(e){e.superClass=this.eat(Oh._extends)?this.parseExprSubscripts():null},il.parseExport=function(e,t){if(this.next(),this.eat(Oh.star))return this.expectContextual("from"),this.type!==Oh.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration");if(this.eat(Oh._default)){var s;if(this.checkExport(t,"default",this.lastTokStart),this.type===Oh._function||(s=this.isAsyncFunction())){var i=this.startNode();this.next(),s&&this.next(),e.declaration=this.parseFunction(i,"nullableID",!1,s)}else if(this.type===Oh._class){var n=this.startNode();e.declaration=this.parseClass(n,"nullableID")}else e.declaration=this.parseMaybeAssign(),this.semicolon();return this.finishNode(e,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())e.declaration=this.parseStatement(!0),"VariableDeclaration"===e.declaration.type?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id.name,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual("from"))this.type!==Oh.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var r=0,a=e.specifiers;r=6&&e)switch(e.type){case"Identifier":this.inAsync&&"await"===e.name&&this.raise(e.start,"Can not use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"RestElement":break;case"ObjectExpression":e.type="ObjectPattern",s&&this.checkPatternErrors(s,!0);for(var i=0,n=e.properties;i=9&&"SpreadElement"===e.type||this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var i,n=e.key;switch(n.type){case"Identifier":i=n.name;break;case"Literal":i=String(n.value);break;default:return}var r=e.kind;if(this.options.ecmaVersion>=6)"__proto__"===i&&"init"===r&&(t.proto&&(s&&s.doubleProto<0?s.doubleProto=n.start:this.raiseRecoverable(n.start,"Redefinition of __proto__ property")),t.proto=!0);else{var a=t[i="$"+i];if(a)("init"===r?this.strict&&a.init||a.get||a.set:a.init||a[r])&&this.raiseRecoverable(n.start,"Redefinition of property");else a=t[i]={init:!1,get:!1,set:!1};a[r]=!0}}},hl.parseExpression=function(e,t){var s=this.start,i=this.startLoc,n=this.parseMaybeAssign(e,t);if(this.type===Oh.comma){var r=this.startNodeAt(s,i);for(r.expressions=[n];this.eat(Oh.comma);)r.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(r,"SequenceExpression")}return n},hl.parseMaybeAssign=function(e,t,s){if(this.inGenerator&&this.isContextual("yield"))return this.parseYield();var i=!1,n=-1,r=-1;t?(n=t.parenthesizedAssign,r=t.trailingComma,t.parenthesizedAssign=t.trailingComma=-1):(t=new sl,i=!0);var a=this.start,o=this.startLoc;this.type!==Oh.parenL&&this.type!==Oh.name||(this.potentialArrowAt=this.start);var h=this.parseMaybeConditional(e,t);if(s&&(h=s.call(this,h,a,o)),this.type.isAssign){var l=this.startNodeAt(a,o);return l.operator=this.value,l.left=this.type===Oh.eq?this.toAssignable(h,!1,t):h,i||sl.call(t),t.shorthandAssign=-1,this.checkLVal(h),this.next(),l.right=this.parseMaybeAssign(e),this.finishNode(l,"AssignmentExpression")}return i&&this.checkExpressionErrors(t,!0),n>-1&&(t.parenthesizedAssign=n),r>-1&&(t.trailingComma=r),h},hl.parseMaybeConditional=function(e,t){var s=this.start,i=this.startLoc,n=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return n;if(this.eat(Oh.question)){var r=this.startNodeAt(s,i);return r.test=n,r.consequent=this.parseMaybeAssign(),this.expect(Oh.colon),r.alternate=this.parseMaybeAssign(e),this.finishNode(r,"ConditionalExpression")}return n},hl.parseExprOps=function(e,t){var s=this.start,i=this.startLoc,n=this.parseMaybeUnary(t,!1);return this.checkExpressionErrors(t)||n.start===s&&"ArrowFunctionExpression"===n.type?n:this.parseExprOp(n,s,i,-1,e)},hl.parseExprOp=function(e,t,s,i,n){var r=this.type.binop;if(null!=r&&(!n||this.type!==Oh._in)&&r>i){var a=this.type===Oh.logicalOR||this.type===Oh.logicalAND,o=this.value;this.next();var h=this.start,l=this.startLoc,c=this.parseExprOp(this.parseMaybeUnary(null,!1),h,l,r,n),u=this.buildBinary(t,s,e,c,o,a);return this.parseExprOp(u,t,s,i,n)}return e},hl.buildBinary=function(e,t,s,i,n,r){var a=this.startNodeAt(e,t);return a.left=s,a.operator=n,a.right=i,this.finishNode(a,r?"LogicalExpression":"BinaryExpression")},hl.parseMaybeUnary=function(e,t){var s,i=this,n=this.start,r=this.startLoc;if(this.isContextual("await")&&(this.inAsync||!this.inFunction&&this.options.allowAwaitOutsideFunction))s=this.parseAwait(),t=!0;else if(this.type.prefix){var a=this.startNode(),o=this.type===Oh.incDec;a.operator=this.value,a.prefix=!0,this.next(),a.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(e,!0),o?this.checkLVal(a.argument):this.strict&&"delete"===a.operator&&"Identifier"===a.argument.type?this.raiseRecoverable(a.start,"Deleting local variable in strict mode"):t=!0,s=this.finishNode(a,o?"UpdateExpression":"UnaryExpression")}else{if(s=this.parseExprSubscripts(e),this.checkExpressionErrors(e))return s;for(;this.type.postfix&&!this.canInsertSemicolon();){var h=i.startNodeAt(n,r);h.operator=i.value,h.prefix=!1,h.argument=s,i.checkLVal(s),i.next(),s=i.finishNode(h,"UpdateExpression")}}return!t&&this.eat(Oh.starstar)?this.buildBinary(n,r,s,this.parseMaybeUnary(null,!1),"**",!1):s},hl.parseExprSubscripts=function(e){var t=this.start,s=this.startLoc,i=this.parseExprAtom(e),n="ArrowFunctionExpression"===i.type&&")"!==this.input.slice(this.lastTokStart,this.lastTokEnd);if(this.checkExpressionErrors(e)||n)return i;var r=this.parseSubscripts(i,t,s);return e&&"MemberExpression"===r.type&&(e.parenthesizedAssign>=r.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=r.start&&(e.parenthesizedBind=-1)),r},hl.parseSubscripts=function(e,t,s,i){for(var n=this,r=this.options.ecmaVersion>=8&&"Identifier"===e.type&&"async"===e.name&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&"async"===this.input.slice(e.start,e.end),a=void 0;;)if((a=n.eat(Oh.bracketL))||n.eat(Oh.dot)){var o=n.startNodeAt(t,s);o.object=e,o.property=a?n.parseExpression():n.parseIdent(!0),o.computed=!!a,a&&n.expect(Oh.bracketR),e=n.finishNode(o,"MemberExpression")}else if(!i&&n.eat(Oh.parenL)){var h=new sl,l=n.yieldPos,c=n.awaitPos;n.yieldPos=0,n.awaitPos=0;var u=n.parseExprList(Oh.parenR,n.options.ecmaVersion>=8,!1,h);if(r&&!n.canInsertSemicolon()&&n.eat(Oh.arrow))return n.checkPatternErrors(h,!1),n.checkYieldAwaitInDefaultParams(),n.yieldPos=l,n.awaitPos=c,n.parseArrowExpression(n.startNodeAt(t,s),u,!0);n.checkExpressionErrors(h,!0),n.yieldPos=l||n.yieldPos,n.awaitPos=c||n.awaitPos;var p=n.startNodeAt(t,s);p.callee=e,p.arguments=u,e=n.finishNode(p,"CallExpression")}else{if(n.type!==Oh.backQuote)return e;var d=n.startNodeAt(t,s);d.tag=e,d.quasi=n.parseTemplate({isTagged:!0}),e=n.finishNode(d,"TaggedTemplateExpression")}},hl.parseExprAtom=function(e){var t,s=this.potentialArrowAt===this.start;switch(this.type){case Oh._super:return this.inFunction||this.raise(this.start,"'super' outside of function or class"),t=this.startNode(),this.next(),this.type!==Oh.dot&&this.type!==Oh.bracketL&&this.type!==Oh.parenL&&this.unexpected(),this.finishNode(t,"Super");case Oh._this:return t=this.startNode(),this.next(),this.finishNode(t,"ThisExpression");case Oh.name:var i=this.start,n=this.startLoc,r=this.containsEsc,a=this.parseIdent(this.type!==Oh.name);if(this.options.ecmaVersion>=8&&!r&&"async"===a.name&&!this.canInsertSemicolon()&&this.eat(Oh._function))return this.parseFunction(this.startNodeAt(i,n),!1,!1,!0);if(s&&!this.canInsertSemicolon()){if(this.eat(Oh.arrow))return this.parseArrowExpression(this.startNodeAt(i,n),[a],!1);if(this.options.ecmaVersion>=8&&"async"===a.name&&this.type===Oh.name&&!r)return a=this.parseIdent(),!this.canInsertSemicolon()&&this.eat(Oh.arrow)||this.unexpected(),this.parseArrowExpression(this.startNodeAt(i,n),[a],!0)}return a;case Oh.regexp:var o=this.value;return(t=this.parseLiteral(o.value)).regex={pattern:o.pattern,flags:o.flags},t;case Oh.num:case Oh.string:return this.parseLiteral(this.value);case Oh._null:case Oh._true:case Oh._false:return(t=this.startNode()).value=this.type===Oh._null?null:this.type===Oh._true,t.raw=this.type.keyword,this.next(),this.finishNode(t,"Literal");case Oh.parenL:var h=this.start,l=this.parseParenAndDistinguishExpression(s);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(l)&&(e.parenthesizedAssign=h),e.parenthesizedBind<0&&(e.parenthesizedBind=h)),l;case Oh.bracketL:return t=this.startNode(),this.next(),t.elements=this.parseExprList(Oh.bracketR,!0,!0,e),this.finishNode(t,"ArrayExpression");case Oh.braceL:return this.parseObj(!1,e);case Oh._function:return t=this.startNode(),this.next(),this.parseFunction(t,!1);case Oh._class:return this.parseClass(this.startNode(),!1);case Oh._new:return this.parseNew();case Oh.backQuote:return this.parseTemplate();default:this.unexpected()}},hl.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),this.next(),this.finishNode(t,"Literal")},hl.parseParenExpression=function(){this.expect(Oh.parenL);var e=this.parseExpression();return this.expect(Oh.parenR),e},hl.parseParenAndDistinguishExpression=function(e){var t,s=this,i=this.start,n=this.startLoc,r=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var a,o=this.start,h=this.startLoc,l=[],c=!0,u=!1,p=new sl,d=this.yieldPos,f=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==Oh.parenR;){if(c?c=!1:s.expect(Oh.comma),r&&s.afterTrailingComma(Oh.parenR,!0)){u=!0;break}if(s.type===Oh.ellipsis){a=s.start,l.push(s.parseParenItem(s.parseRestBinding())),s.type===Oh.comma&&s.raise(s.start,"Comma is not permitted after the rest element");break}l.push(s.parseMaybeAssign(!1,p,s.parseParenItem))}var m=this.start,g=this.startLoc;if(this.expect(Oh.parenR),e&&!this.canInsertSemicolon()&&this.eat(Oh.arrow))return this.checkPatternErrors(p,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=d,this.awaitPos=f,this.parseParenArrowList(i,n,l);l.length&&!u||this.unexpected(this.lastTokStart),a&&this.unexpected(a),this.checkExpressionErrors(p,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=f||this.awaitPos,l.length>1?((t=this.startNodeAt(o,h)).expressions=l,this.finishNodeAt(t,"SequenceExpression",m,g)):t=l[0]}else t=this.parseParenExpression();if(this.options.preserveParens){var y=this.startNodeAt(i,n);return y.expression=t,this.finishNode(y,"ParenthesizedExpression")}return t},hl.parseParenItem=function(e){return e},hl.parseParenArrowList=function(e,t,s){return this.parseArrowExpression(this.startNodeAt(e,t),s)};var ll=[];hl.parseNew=function(){var e=this.startNode(),t=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(Oh.dot)){e.meta=t;var s=this.containsEsc;return e.property=this.parseIdent(!0),("target"!==e.property.name||s)&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is new.target"),this.inFunction||this.raiseRecoverable(e.start,"new.target can only be used in functions"),this.finishNode(e,"MetaProperty")}var i=this.start,n=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(),i,n,!0),this.eat(Oh.parenL)?e.arguments=this.parseExprList(Oh.parenR,this.options.ecmaVersion>=8,!1):e.arguments=ll,this.finishNode(e,"NewExpression")},hl.parseTemplateElement=function(e){var t=e.isTagged,s=this.startNode();return this.type===Oh.invalidTemplate?(t||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),s.value={raw:this.value,cooked:null}):s.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,"\n"),cooked:this.value},this.next(),s.tail=this.type===Oh.backQuote,this.finishNode(s,"TemplateElement")},hl.parseTemplate=function(e){var t=this;void 0===e&&(e={});var s=e.isTagged;void 0===s&&(s=!1);var i=this.startNode();this.next(),i.expressions=[];var n=this.parseTemplateElement({isTagged:s});for(i.quasis=[n];!n.tail;)t.type===Oh.eof&&t.raise(t.pos,"Unterminated template literal"),t.expect(Oh.dollarBraceL),i.expressions.push(t.parseExpression()),t.expect(Oh.braceR),i.quasis.push(n=t.parseTemplateElement({isTagged:s}));return this.next(),this.finishNode(i,"TemplateLiteral")},hl.isAsyncProp=function(e){return!e.computed&&"Identifier"===e.key.type&&"async"===e.key.name&&(this.type===Oh.name||this.type===Oh.num||this.type===Oh.string||this.type===Oh.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===Oh.star)&&!Dh.test(this.input.slice(this.lastTokEnd,this.start))},hl.parseObj=function(e,t){var s=this,i=this.startNode(),n=!0,r={};for(i.properties=[],this.next();!this.eat(Oh.braceR);){if(n)n=!1;else if(s.expect(Oh.comma),s.afterTrailingComma(Oh.braceR))break;var a=s.parseProperty(e,t);e||s.checkPropClash(a,r,t),i.properties.push(a)}return this.finishNode(i,e?"ObjectPattern":"ObjectExpression")},hl.parseProperty=function(e,t){var s,i,n,r,a=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(Oh.ellipsis))return e?(a.argument=this.parseIdent(!1),this.type===Oh.comma&&this.raise(this.start,"Comma is not permitted after the rest element"),this.finishNode(a,"RestElement")):(this.type===Oh.parenL&&t&&(t.parenthesizedAssign<0&&(t.parenthesizedAssign=this.start),t.parenthesizedBind<0&&(t.parenthesizedBind=this.start)),a.argument=this.parseMaybeAssign(!1,t),this.type===Oh.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(a,"SpreadElement"));this.options.ecmaVersion>=6&&(a.method=!1,a.shorthand=!1,(e||t)&&(n=this.start,r=this.startLoc),e||(s=this.eat(Oh.star)));var o=this.containsEsc;return this.parsePropertyName(a),!e&&!o&&this.options.ecmaVersion>=8&&!s&&this.isAsyncProp(a)?(i=!0,s=this.options.ecmaVersion>=9&&this.eat(Oh.star),this.parsePropertyName(a,t)):i=!1,this.parsePropertyValue(a,e,s,i,n,r,t,o),this.finishNode(a,"Property")},hl.parsePropertyValue=function(e,t,s,i,n,r,a,o){if((s||i)&&this.type===Oh.colon&&this.unexpected(),this.eat(Oh.colon))e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,a),e.kind="init";else if(this.options.ecmaVersion>=6&&this.type===Oh.parenL)t&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(s,i);else if(t||o||!(this.options.ecmaVersion>=5)||e.computed||"Identifier"!==e.key.type||"get"!==e.key.name&&"set"!==e.key.name||this.type===Oh.comma||this.type===Oh.braceR)this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?(this.checkUnreserved(e.key),e.kind="init",t?e.value=this.parseMaybeDefault(n,r,e.key):this.type===Oh.eq&&a?(a.shorthandAssign<0&&(a.shorthandAssign=this.start),e.value=this.parseMaybeDefault(n,r,e.key)):e.value=e.key,e.shorthand=!0):this.unexpected();else{(s||i)&&this.unexpected(),e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var h="get"===e.kind?0:1;if(e.value.params.length!==h){var l=e.value.start;"get"===e.kind?this.raiseRecoverable(l,"getter should have no params"):this.raiseRecoverable(l,"setter should have exactly one param")}else"set"===e.kind&&"RestElement"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")}},hl.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(Oh.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(Oh.bracketR),e.key;e.computed=!1}return e.key=this.type===Oh.num||this.type===Oh.string?this.parseExprAtom():this.parseIdent(!0)},hl.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=!1,e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},hl.parseMethod=function(e,t){var s=this.startNode(),i=this.inGenerator,n=this.inAsync,r=this.yieldPos,a=this.awaitPos,o=this.inFunction;return this.initFunction(s),this.options.ecmaVersion>=6&&(s.generator=e),this.options.ecmaVersion>=8&&(s.async=!!t),this.inGenerator=s.generator,this.inAsync=s.async,this.yieldPos=0,this.awaitPos=0,this.inFunction=!0,this.enterFunctionScope(),this.expect(Oh.parenL),s.params=this.parseBindingList(Oh.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(s,!1),this.inGenerator=i,this.inAsync=n,this.yieldPos=r,this.awaitPos=a,this.inFunction=o,this.finishNode(s,"FunctionExpression")},hl.parseArrowExpression=function(e,t,s){var i=this.inGenerator,n=this.inAsync,r=this.yieldPos,a=this.awaitPos,o=this.inFunction;return this.enterFunctionScope(),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!s),this.inGenerator=!1,this.inAsync=e.async,this.yieldPos=0,this.awaitPos=0,this.inFunction=!0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0),this.inGenerator=i,this.inAsync=n,this.yieldPos=r,this.awaitPos=a,this.inFunction=o,this.finishNode(e,"ArrowFunctionExpression")},hl.parseFunctionBody=function(e,t){var s=t&&this.type!==Oh.braceL,i=this.strict,n=!1;if(s)e.body=this.parseMaybeAssign(),e.expression=!0,this.checkParams(e,!1);else{var r=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);i&&!r||(n=this.strictDirective(this.end))&&r&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list");var a=this.labels;this.labels=[],n&&(this.strict=!0),this.checkParams(e,!i&&!n&&!t&&this.isSimpleParamList(e.params)),e.body=this.parseBlock(!1),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=a}this.exitFunctionScope(),this.strict&&e.id&&this.checkLVal(e.id,"none"),this.strict=i},hl.isSimpleParamList=function(e){for(var t=0,s=e;t0;)t[s]=arguments[s+1];for(var i=0,n=t;i=1;e--){var t=this.context[e];if("function"===t.token)return t.generator}return!1},xl.updateContext=function(e){var t,s=this.type;s.keyword&&e===Oh.dot?this.exprAllowed=!1:(t=s.updateContext)?t.call(this,e):this.exprAllowed=s.beforeExpr},Oh.parenR.updateContext=Oh.braceR.updateContext=function(){if(1!==this.context.length){var e=this.context.pop();e===yl.b_stat&&"function"===this.curContext().token&&(e=this.context.pop()),this.exprAllowed=!e.isExpr}else this.exprAllowed=!0},Oh.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?yl.b_stat:yl.b_expr),this.exprAllowed=!0},Oh.dollarBraceL.updateContext=function(){this.context.push(yl.b_tmpl),this.exprAllowed=!0},Oh.parenL.updateContext=function(e){var t=e===Oh._if||e===Oh._for||e===Oh._with||e===Oh._while;this.context.push(t?yl.p_stat:yl.p_expr),this.exprAllowed=!0},Oh.incDec.updateContext=function(){},Oh._function.updateContext=Oh._class.updateContext=function(e){e.beforeExpr&&e!==Oh.semi&&e!==Oh._else&&(e!==Oh.colon&&e!==Oh.braceL||this.curContext()!==yl.b_stat)?this.context.push(yl.f_expr):this.context.push(yl.f_stat),this.exprAllowed=!1},Oh.backQuote.updateContext=function(){this.curContext()===yl.q_tmpl?this.context.pop():this.context.push(yl.q_tmpl),this.exprAllowed=!1},Oh.star.updateContext=function(e){if(e===Oh._function){var t=this.context.length-1;this.context[t]===yl.f_expr?this.context[t]=yl.f_expr_gen:this.context[t]=yl.f_gen}this.exprAllowed=!0},Oh.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==Oh.dot&&("of"===this.value&&!this.exprAllowed||"yield"===this.value&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var vl={$LONE:["ASCII","ASCII_Hex_Digit","AHex","Alphabetic","Alpha","Any","Assigned","Bidi_Control","Bidi_C","Bidi_Mirrored","Bidi_M","Case_Ignorable","CI","Cased","Changes_When_Casefolded","CWCF","Changes_When_Casemapped","CWCM","Changes_When_Lowercased","CWL","Changes_When_NFKC_Casefolded","CWKCF","Changes_When_Titlecased","CWT","Changes_When_Uppercased","CWU","Dash","Default_Ignorable_Code_Point","DI","Deprecated","Dep","Diacritic","Dia","Emoji","Emoji_Component","Emoji_Modifier","Emoji_Modifier_Base","Emoji_Presentation","Extender","Ext","Grapheme_Base","Gr_Base","Grapheme_Extend","Gr_Ext","Hex_Digit","Hex","IDS_Binary_Operator","IDSB","IDS_Trinary_Operator","IDST","ID_Continue","IDC","ID_Start","IDS","Ideographic","Ideo","Join_Control","Join_C","Logical_Order_Exception","LOE","Lowercase","Lower","Math","Noncharacter_Code_Point","NChar","Pattern_Syntax","Pat_Syn","Pattern_White_Space","Pat_WS","Quotation_Mark","QMark","Radical","Regional_Indicator","RI","Sentence_Terminal","STerm","Soft_Dotted","SD","Terminal_Punctuation","Term","Unified_Ideograph","UIdeo","Uppercase","Upper","Variation_Selector","VS","White_Space","space","XID_Continue","XIDC","XID_Start","XIDS"],General_Category:["Cased_Letter","LC","Close_Punctuation","Pe","Connector_Punctuation","Pc","Control","Cc","cntrl","Currency_Symbol","Sc","Dash_Punctuation","Pd","Decimal_Number","Nd","digit","Enclosing_Mark","Me","Final_Punctuation","Pf","Format","Cf","Initial_Punctuation","Pi","Letter","L","Letter_Number","Nl","Line_Separator","Zl","Lowercase_Letter","Ll","Mark","M","Combining_Mark","Math_Symbol","Sm","Modifier_Letter","Lm","Modifier_Symbol","Sk","Nonspacing_Mark","Mn","Number","N","Open_Punctuation","Ps","Other","C","Other_Letter","Lo","Other_Number","No","Other_Punctuation","Po","Other_Symbol","So","Paragraph_Separator","Zp","Private_Use","Co","Punctuation","P","punct","Separator","Z","Space_Separator","Zs","Spacing_Mark","Mc","Surrogate","Cs","Symbol","S","Titlecase_Letter","Lt","Unassigned","Cn","Uppercase_Letter","Lu"],Script:["Adlam","Adlm","Ahom","Anatolian_Hieroglyphs","Hluw","Arabic","Arab","Armenian","Armn","Avestan","Avst","Balinese","Bali","Bamum","Bamu","Bassa_Vah","Bass","Batak","Batk","Bengali","Beng","Bhaiksuki","Bhks","Bopomofo","Bopo","Brahmi","Brah","Braille","Brai","Buginese","Bugi","Buhid","Buhd","Canadian_Aboriginal","Cans","Carian","Cari","Caucasian_Albanian","Aghb","Chakma","Cakm","Cham","Cherokee","Cher","Common","Zyyy","Coptic","Copt","Qaac","Cuneiform","Xsux","Cypriot","Cprt","Cyrillic","Cyrl","Deseret","Dsrt","Devanagari","Deva","Duployan","Dupl","Egyptian_Hieroglyphs","Egyp","Elbasan","Elba","Ethiopic","Ethi","Georgian","Geor","Glagolitic","Glag","Gothic","Goth","Grantha","Gran","Greek","Grek","Gujarati","Gujr","Gurmukhi","Guru","Han","Hani","Hangul","Hang","Hanunoo","Hano","Hatran","Hatr","Hebrew","Hebr","Hiragana","Hira","Imperial_Aramaic","Armi","Inherited","Zinh","Qaai","Inscriptional_Pahlavi","Phli","Inscriptional_Parthian","Prti","Javanese","Java","Kaithi","Kthi","Kannada","Knda","Katakana","Kana","Kayah_Li","Kali","Kharoshthi","Khar","Khmer","Khmr","Khojki","Khoj","Khudawadi","Sind","Lao","Laoo","Latin","Latn","Lepcha","Lepc","Limbu","Limb","Linear_A","Lina","Linear_B","Linb","Lisu","Lycian","Lyci","Lydian","Lydi","Mahajani","Mahj","Malayalam","Mlym","Mandaic","Mand","Manichaean","Mani","Marchen","Marc","Masaram_Gondi","Gonm","Meetei_Mayek","Mtei","Mende_Kikakui","Mend","Meroitic_Cursive","Merc","Meroitic_Hieroglyphs","Mero","Miao","Plrd","Modi","Mongolian","Mong","Mro","Mroo","Multani","Mult","Myanmar","Mymr","Nabataean","Nbat","New_Tai_Lue","Talu","Newa","Nko","Nkoo","Nushu","Nshu","Ogham","Ogam","Ol_Chiki","Olck","Old_Hungarian","Hung","Old_Italic","Ital","Old_North_Arabian","Narb","Old_Permic","Perm","Old_Persian","Xpeo","Old_South_Arabian","Sarb","Old_Turkic","Orkh","Oriya","Orya","Osage","Osge","Osmanya","Osma","Pahawh_Hmong","Hmng","Palmyrene","Palm","Pau_Cin_Hau","Pauc","Phags_Pa","Phag","Phoenician","Phnx","Psalter_Pahlavi","Phlp","Rejang","Rjng","Runic","Runr","Samaritan","Samr","Saurashtra","Saur","Sharada","Shrd","Shavian","Shaw","Siddham","Sidd","SignWriting","Sgnw","Sinhala","Sinh","Sora_Sompeng","Sora","Soyombo","Soyo","Sundanese","Sund","Syloti_Nagri","Sylo","Syriac","Syrc","Tagalog","Tglg","Tagbanwa","Tagb","Tai_Le","Tale","Tai_Tham","Lana","Tai_Viet","Tavt","Takri","Takr","Tamil","Taml","Tangut","Tang","Telugu","Telu","Thaana","Thaa","Thai","Tibetan","Tibt","Tifinagh","Tfng","Tirhuta","Tirh","Ugaritic","Ugar","Vai","Vaii","Warang_Citi","Wara","Yi","Yiii","Zanabazar_Square","Zanb"]};Array.prototype.push.apply(vl.$LONE,vl.General_Category),vl.gc=vl.General_Category,vl.sc=vl.Script_Extensions=vl.scx=vl.Script;var El=Jh.prototype,bl=function(e){this.parser=e,this.validFlags="gim"+(e.options.ecmaVersion>=6?"uy":"")+(e.options.ecmaVersion>=9?"s":""),this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};function Sl(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}function Al(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94||e>=123&&e<=125}function kl(e){return e>=65&&e<=90||e>=97&&e<=122}function Pl(e){return kl(e)||95===e}function _l(e){return Pl(e)||Cl(e)}function Cl(e){return e>=48&&e<=57}function wl(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function Il(e){return e>=65&&e<=70?e-65+10:e>=97&&e<=102?e-97+10:e-48}function Nl(e){return e>=48&&e<=55}bl.prototype.reset=function(e,t,s){var i=-1!==s.indexOf("u");this.start=0|e,this.source=t+"",this.flags=s,this.switchU=i&&this.parser.options.ecmaVersion>=6,this.switchN=i&&this.parser.options.ecmaVersion>=9},bl.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+e)},bl.prototype.at=function(e){var t=this.source,s=t.length;if(e>=s)return-1;var i=t.charCodeAt(e);if(!this.switchU||i<=55295||i>=57344||e+1>=s)return i;var n=t.charCodeAt(e+1);return n>=56320&&n<=57343?(i<<10)+n-56613888:i},bl.prototype.nextIndex=function(e){var t=this.source,s=t.length;if(e>=s)return s;var i,n=t.charCodeAt(e);return!this.switchU||n<=55295||n>=57344||e+1>=s||(i=t.charCodeAt(e+1))<56320||i>57343?e+1:e+2},bl.prototype.current=function(){return this.at(this.pos)},bl.prototype.lookahead=function(){return this.at(this.nextIndex(this.pos))},bl.prototype.advance=function(){this.pos=this.nextIndex(this.pos)},bl.prototype.eat=function(e){return this.current()===e&&(this.advance(),!0)},El.validateRegExpFlags=function(e){for(var t=e.validFlags,s=e.flags,i=0;i-1&&this.raise(e.start,"Duplicate regular expression flag")}},El.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},El.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue="",e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames.length=0,e.backReferenceNames.length=0,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise("Unmatched ')'"),(e.eat(93)||e.eat(125))&&e.raise("Lone quantifier brackets")),e.maxBackReference>e.numCapturingParens&&e.raise("Invalid escape");for(var t=0,s=e.backReferenceNames;t=9&&(s=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise("Unterminated group"),e.lastAssertionIsQuantifiable=!s,!0}return e.pos=t,!1},El.regexp_eatQuantifier=function(e,t){return void 0===t&&(t=!1),!!this.regexp_eatQuantifierPrefix(e,t)&&(e.eat(63),!0)},El.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},El.regexp_eatBracedQuantifier=function(e,t){var s=e.pos;if(e.eat(123)){var i=0,n=-1;if(this.regexp_eatDecimalDigits(e)&&(i=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(n=e.lastIntValue),e.eat(125)))return-1!==n&&n=9?this.regexp_groupSpecifier(e):63===e.current()&&e.raise("Invalid group"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise("Unterminated group")}return!1},El.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)},El.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1},El.regexp_eatSyntaxCharacter=function(e){var t=e.current();return!!Al(t)&&(e.lastIntValue=t,e.advance(),!0)},El.regexp_eatPatternCharacters=function(e){for(var t=e.pos,s=0;-1!==(s=e.current())&&!Al(s);)e.advance();return e.pos!==t},El.regexp_eatExtendedPatternCharacter=function(e){var t=e.current();return!(-1===t||36===t||t>=40&&t<=43||46===t||63===t||91===t||94===t||124===t)&&(e.advance(),!0)},El.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e))return-1!==e.groupNames.indexOf(e.lastStringValue)&&e.raise("Duplicate capture group name"),void e.groupNames.push(e.lastStringValue);e.raise("Invalid group")}},El.regexp_eatGroupName=function(e){if(e.lastStringValue="",e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise("Invalid capture group name")}return!1},El.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=Sl(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=Sl(e.lastIntValue);return!0}return!1},El.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,s=e.current();return e.advance(),92===s&&this.regexp_eatRegExpUnicodeEscapeSequence(e)&&(s=e.lastIntValue),function(e){return wh(e,!0)||36===e||95===e}(s)?(e.lastIntValue=s,!0):(e.pos=t,!1)},El.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,s=e.current();return e.advance(),92===s&&this.regexp_eatRegExpUnicodeEscapeSequence(e)&&(s=e.lastIntValue),function(e){return Ih(e,!0)||36===e||95===e||8204===e||8205===e}(s)?(e.lastIntValue=s,!0):(e.pos=t,!1)},El.regexp_eatAtomEscape=function(e){return!!(this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e))||(e.switchU&&(99===e.current()&&e.raise("Invalid unicode escape"),e.raise("Invalid escape")),!1)},El.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var s=e.lastIntValue;if(e.switchU)return s>e.maxBackReference&&(e.maxBackReference=s),!0;if(s<=e.numCapturingParens)return!0;e.pos=t}return!1},El.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise("Invalid named reference")}return!1},El.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)},El.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},El.regexp_eatZero=function(e){return 48===e.current()&&!Cl(e.lookahead())&&(e.lastIntValue=0,e.advance(),!0)},El.regexp_eatControlEscape=function(e){var t=e.current();return 116===t?(e.lastIntValue=9,e.advance(),!0):110===t?(e.lastIntValue=10,e.advance(),!0):118===t?(e.lastIntValue=11,e.advance(),!0):102===t?(e.lastIntValue=12,e.advance(),!0):114===t&&(e.lastIntValue=13,e.advance(),!0)},El.regexp_eatControlLetter=function(e){var t=e.current();return!!kl(t)&&(e.lastIntValue=t%32,e.advance(),!0)},El.regexp_eatRegExpUnicodeEscapeSequence=function(e){var t=e.pos;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var s=e.lastIntValue;if(e.switchU&&s>=55296&&s<=56319){var i=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var n=e.lastIntValue;if(n>=56320&&n<=57343)return e.lastIntValue=1024*(s-55296)+(n-56320)+65536,!0}e.pos=i,e.lastIntValue=s}return!0}if(e.switchU&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&function(e){return e>=0&&e<=1114111}(e.lastIntValue))return!0;e.switchU&&e.raise("Invalid unicode escape"),e.pos=t}return!1},El.regexp_eatIdentityEscape=function(e){if(e.switchU)return!!this.regexp_eatSyntaxCharacter(e)||!!e.eat(47)&&(e.lastIntValue=47,!0);var t=e.current();return!(99===t||e.switchN&&107===t)&&(e.lastIntValue=t,e.advance(),!0)},El.regexp_eatDecimalEscape=function(e){e.lastIntValue=0;var t=e.current();if(t>=49&&t<=57){do{e.lastIntValue=10*e.lastIntValue+(t-48),e.advance()}while((t=e.current())>=48&&t<=57);return!0}return!1},El.regexp_eatCharacterClassEscape=function(e){var t=e.current();if(function(e){return 100===e||68===e||115===e||83===e||119===e||87===e}(t))return e.lastIntValue=-1,e.advance(),!0;if(e.switchU&&this.options.ecmaVersion>=9&&(80===t||112===t)){if(e.lastIntValue=-1,e.advance(),e.eat(123)&&this.regexp_eatUnicodePropertyValueExpression(e)&&e.eat(125))return!0;e.raise("Invalid property name")}return!1},El.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var s=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var i=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,s,i),!0}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var n=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,n),!0}return!1},El.regexp_validateUnicodePropertyNameAndValue=function(e,t,s){vl.hasOwnProperty(t)&&-1!==vl[t].indexOf(s)||e.raise("Invalid property name")},El.regexp_validateUnicodePropertyNameOrValue=function(e,t){-1===vl.$LONE.indexOf(t)&&e.raise("Invalid property name")},El.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue="";Pl(t=e.current());)e.lastStringValue+=Sl(t),e.advance();return""!==e.lastStringValue},El.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue="";_l(t=e.current());)e.lastStringValue+=Sl(t),e.advance();return""!==e.lastStringValue},El.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)},El.regexp_eatCharacterClass=function(e){if(e.eat(91)){if(e.eat(94),this.regexp_classRanges(e),e.eat(93))return!0;e.raise("Unterminated character class")}return!1},El.regexp_classRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var s=e.lastIntValue;!e.switchU||-1!==t&&-1!==s||e.raise("Invalid character class"),-1!==t&&-1!==s&&t>s&&e.raise("Range out of order in character class")}}},El.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var s=e.current();(99===s||Nl(s))&&e.raise("Invalid class escape"),e.raise("Invalid escape")}e.pos=t}var i=e.current();return 93!==i&&(e.lastIntValue=i,e.advance(),!0)},El.regexp_eatClassEscape=function(e){var t=e.pos;if(e.eat(98))return e.lastIntValue=8,!0;if(e.switchU&&e.eat(45))return e.lastIntValue=45,!0;if(!e.switchU&&e.eat(99)){if(this.regexp_eatClassControlLetter(e))return!0;e.pos=t}return this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)},El.regexp_eatClassControlLetter=function(e){var t=e.current();return!(!Cl(t)&&95!==t)&&(e.lastIntValue=t%32,e.advance(),!0)},El.regexp_eatHexEscapeSequence=function(e){var t=e.pos;if(e.eat(120)){if(this.regexp_eatFixedHexDigits(e,2))return!0;e.switchU&&e.raise("Invalid escape"),e.pos=t}return!1},El.regexp_eatDecimalDigits=function(e){var t=e.pos,s=0;for(e.lastIntValue=0;Cl(s=e.current());)e.lastIntValue=10*e.lastIntValue+(s-48),e.advance();return e.pos!==t},El.regexp_eatHexDigits=function(e){var t=e.pos,s=0;for(e.lastIntValue=0;wl(s=e.current());)e.lastIntValue=16*e.lastIntValue+Il(s),e.advance();return e.pos!==t},El.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var s=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=64*t+8*s+e.lastIntValue:e.lastIntValue=8*t+s}else e.lastIntValue=t;return!0}return!1},El.regexp_eatOctalDigit=function(e){var t=e.current();return Nl(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)},El.regexp_eatFixedHexDigits=function(e,t){var s=e.pos;e.lastIntValue=0;for(var i=0;i>10),56320+(1023&e)))}Rl.next=function(){this.options.onToken&&this.options.onToken(new Tl(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},Rl.getToken=function(){return this.next(),new Tl(this)},"undefined"!=typeof Symbol&&(Rl[Symbol.iterator]=function(){var e=this;return{next:function(){var t=e.getToken();return{done:t.type===Oh.eof,value:t}}}}),Rl.curContext=function(){return this.context[this.context.length-1]},Rl.nextToken=function(){var e=this.curContext();return e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(Oh.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},Rl.readToken=function(e){return wh(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},Rl.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);return e<=55295||e>=57344?e:(e<<10)+this.input.charCodeAt(this.pos+1)-56613888},Rl.skipBlockComment=function(){var e,t=this.options.onComment&&this.curPosition(),s=this.pos,i=this.input.indexOf("*/",this.pos+=2);if(-1===i&&this.raise(this.pos-2,"Unterminated comment"),this.pos=i+2,this.options.locations)for(Vh.lastIndex=s;(e=Vh.exec(this.input))&&e.index8&&t<14||t>=5760&&Fh.test(String.fromCharCode(t))))break e;++e.pos}}},Rl.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var s=this.type;this.type=e,this.value=t,this.updateContext(s)},Rl.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var t=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===t?(this.pos+=3,this.finishToken(Oh.ellipsis)):(++this.pos,this.finishToken(Oh.dot))},Rl.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(Oh.assign,2):this.finishOp(Oh.slash,1)},Rl.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),s=1,i=42===e?Oh.star:Oh.modulo;return this.options.ecmaVersion>=7&&42===e&&42===t&&(++s,i=Oh.starstar,t=this.input.charCodeAt(this.pos+2)),61===t?this.finishOp(Oh.assign,s+1):this.finishOp(i,s)},Rl.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?this.finishOp(124===e?Oh.logicalOR:Oh.logicalAND,2):61===t?this.finishOp(Oh.assign,2):this.finishOp(124===e?Oh.bitwiseOR:Oh.bitwiseAND,1)},Rl.readToken_caret=function(){return 61===this.input.charCodeAt(this.pos+1)?this.finishOp(Oh.assign,2):this.finishOp(Oh.bitwiseXOR,1)},Rl.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?45!==t||this.inModule||62!==this.input.charCodeAt(this.pos+2)||0!==this.lastTokEnd&&!Dh.test(this.input.slice(this.lastTokEnd,this.pos))?this.finishOp(Oh.incDec,2):(this.skipLineComment(3),this.skipSpace(),this.nextToken()):61===t?this.finishOp(Oh.assign,2):this.finishOp(Oh.plusMin,1)},Rl.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),s=1;return t===e?(s=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+s)?this.finishOp(Oh.assign,s+1):this.finishOp(Oh.bitShift,s)):33!==t||60!==e||this.inModule||45!==this.input.charCodeAt(this.pos+2)||45!==this.input.charCodeAt(this.pos+3)?(61===t&&(s=2),this.finishOp(Oh.relational,s)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},Rl.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return 61===t?this.finishOp(Oh.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===t&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(Oh.arrow)):this.finishOp(61===e?Oh.eq:Oh.prefix,1)},Rl.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(Oh.parenL);case 41:return++this.pos,this.finishToken(Oh.parenR);case 59:return++this.pos,this.finishToken(Oh.semi);case 44:return++this.pos,this.finishToken(Oh.comma);case 91:return++this.pos,this.finishToken(Oh.bracketL);case 93:return++this.pos,this.finishToken(Oh.bracketR);case 123:return++this.pos,this.finishToken(Oh.braceL);case 125:return++this.pos,this.finishToken(Oh.braceR);case 58:return++this.pos,this.finishToken(Oh.colon);case 63:return++this.pos,this.finishToken(Oh.question);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(Oh.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(120===t||88===t)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===t||79===t)return this.readRadixNumber(8);if(98===t||66===t)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 126:return this.finishOp(Oh.prefix,1)}this.raise(this.pos,"Unexpected character '"+Ll(e)+"'")},Rl.finishOp=function(e,t){var s=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,s)},Rl.readRegexp=function(){for(var e,t,s=this,i=this.pos;;){s.pos>=s.input.length&&s.raise(i,"Unterminated regular expression");var n=s.input.charAt(s.pos);if(Dh.test(n)&&s.raise(i,"Unterminated regular expression"),e)e=!1;else{if("["===n)t=!0;else if("]"===n&&t)t=!1;else if("/"===n&&!t)break;e="\\"===n}++s.pos}var r=this.input.slice(i,this.pos);++this.pos;var a=this.pos,o=this.readWord1();this.containsEsc&&this.unexpected(a);var h=this.regexpState||(this.regexpState=new bl(this));h.reset(i,r,o),this.validateRegExpFlags(h),this.validateRegExpPattern(h);var l=null;try{l=new RegExp(r,o)}catch(e){}return this.finishToken(Oh.regexp,{pattern:r,flags:o,value:l})},Rl.readInt=function(e,t){for(var s=this,i=this.pos,n=0,r=0,a=null==t?1/0:t;r=97?o-97+10:o>=65?o-65+10:o>=48&&o<=57?o-48:1/0)>=e)break;++s.pos,n=n*e+h}return this.pos===i||null!=t&&this.pos-i!==t?null:n},Rl.readRadixNumber=function(e){this.pos+=2;var t=this.readInt(e);return null==t&&this.raise(this.start+2,"Expected number in radix "+e),wh(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(Oh.num,t)},Rl.readNumber=function(e){var t=this.pos;e||null!==this.readInt(10)||this.raise(t,"Invalid number");var s=this.pos-t>=2&&48===this.input.charCodeAt(t);s&&this.strict&&this.raise(t,"Invalid number"),s&&/[89]/.test(this.input.slice(t,this.pos))&&(s=!1);var i=this.input.charCodeAt(this.pos);46!==i||s||(++this.pos,this.readInt(10),i=this.input.charCodeAt(this.pos)),69!==i&&101!==i||s||(43!==(i=this.input.charCodeAt(++this.pos))&&45!==i||++this.pos,null===this.readInt(10)&&this.raise(t,"Invalid number")),wh(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var n=this.input.slice(t,this.pos),r=s?parseInt(n,8):parseFloat(n);return this.finishToken(Oh.num,r)},Rl.readCodePoint=function(){var e;if(123===this.input.charCodeAt(this.pos)){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.invalidStringToken(t,"Code point out of bounds")}else e=this.readHexChar(4);return e},Rl.readString=function(e){for(var t=this,s="",i=++this.pos;;){t.pos>=t.input.length&&t.raise(t.start,"Unterminated string constant");var n=t.input.charCodeAt(t.pos);if(n===e)break;92===n?(s+=t.input.slice(i,t.pos),s+=t.readEscapedChar(!1),i=t.pos):(Bh(n,t.options.ecmaVersion>=10)&&t.raise(t.start,"Unterminated string constant"),++t.pos)}return s+=this.input.slice(i,this.pos++),this.finishToken(Oh.string,s)};var $l={};Rl.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e!==$l)throw e;this.readInvalidTemplateToken()}this.inTemplateElement=!1},Rl.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw $l;this.raise(e,t)},Rl.readTmplToken=function(){for(var e=this,t="",s=this.pos;;){e.pos>=e.input.length&&e.raise(e.start,"Unterminated template");var i=e.input.charCodeAt(e.pos);if(96===i||36===i&&123===e.input.charCodeAt(e.pos+1))return e.pos!==e.start||e.type!==Oh.template&&e.type!==Oh.invalidTemplate?(t+=e.input.slice(s,e.pos),e.finishToken(Oh.template,t)):36===i?(e.pos+=2,e.finishToken(Oh.dollarBraceL)):(++e.pos,e.finishToken(Oh.backQuote));if(92===i)t+=e.input.slice(s,e.pos),t+=e.readEscapedChar(!0),s=e.pos;else if(Bh(i)){switch(t+=e.input.slice(s,e.pos),++e.pos,i){case 13:10===e.input.charCodeAt(e.pos)&&++e.pos;case 10:t+="\n";break;default:t+=String.fromCharCode(i)}e.options.locations&&(++e.curLine,e.lineStart=e.pos),s=e.pos}else++e.pos}},Rl.readInvalidTemplateToken=function(){for(var e=this;this.pos=48&&t<=55){var s=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],i=parseInt(s,8);return i>255&&(s=s.slice(0,-1),i=parseInt(s,8)),this.pos+=s.length-1,t=this.input.charCodeAt(this.pos),"0"===s&&56!==t&&57!==t||!this.strict&&!e||this.invalidStringToken(this.pos-1-s.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(i)}return String.fromCharCode(t)}},Rl.readHexChar=function(e){var t=this.pos,s=this.readInt(16,e);return null===s&&this.invalidStringToken(t,"Bad character escape sequence"),s},Rl.readWord1=function(){var e=this;this.containsEsc=!1;for(var t="",s=!0,i=this.pos,n=this.options.ecmaVersion>=6;this.posthis.should_skip=!0,remove:()=>this.should_remove=!0,replace:e=>this.replacement=e}}replace(e,t,s,i){e&&(null!==s?e[t][s]=i:e[t]=i)}remove(e,t,s){e&&(null!==s?e[t].splice(s,1):delete e[t])}}{constructor(e,t){super(),this.enter=e,this.leave=t}visit(e,t,s,i){if(e){if(this.enter){const n=this.should_skip,r=this.should_remove,a=this.replacement;this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.enter.call(this.context,e,t,s,i),this.replacement&&(e=this.replacement,this.replace(t,s,i,e)),this.should_remove&&this.remove(t,s,i);const o=this.should_skip,h=this.should_remove;if(this.should_skip=n,this.should_remove=r,this.replacement=a,o)return e;if(h)return null}for(const t in e){const s=e[t];if("object"==typeof s)if(Array.isArray(s))for(let i=0;i{if(/\b(require|module|exports)\b/.test(e))try{const t=new Jh({ecmaVersion:9},e).parse(),s=[];!function(e,{enter:t,leave:s}){new Ml(t,s).visit(e,null)}(t,{enter:e=>{if("CallExpression"===e.type&&"require"===e.callee.name){if(1!==e.arguments.length)return;const t=e.arguments[0];if("Literal"!==t.type||"string"!=typeof t.value)return;s.push(t.value)}}});const i=s.map(((e,t)=>`import __repl_${t} from '${e}';`)).join("\n"),n=`const __repl_lookup = { ${s.map(((e,t)=>`'${e}': __repl_${t}`)).join(", ")} };`;return{code:[i,n,Ol,"const exports = {}; const module = { exports };",e,"export default module.exports;"].join("\n\n"),map:null}}catch(e){return null}}},Vl={name:"glsl",transform:(e,t)=>{if(t.endsWith(".glsl"))return{code:`export default ${JSON.stringify(e)};`,map:null}}},Bl={name:"json",transform:(e,t)=>{if(t.endsWith(".json"))return{code:`export default ${e};`,map:null}}};let Fl,zl,Ul;self.window=self,self.addEventListener("message",(e=>{switch(e.data.type){case"init":Fl=e.data.packagesUrl,zl=e.data.svelteUrl,importScripts(`${zl}/compiler.js`),importScripts("/workers/mdsvex.js");break;case"bundle":const{uid:t,components:s}=e.data;if(0===s.length)return;Ul=t,setTimeout((async()=>{if(Ul!==t)return;const e=await async function({uid:e,components:t}){console.log(`running Svelte compiler version %c${svelte.VERSION}`,"font-weight: bold");const s={};let i;t.forEach((e=>{const t=`./${e.name}.${e.type}`;s[t]=e}));try{if(i=await Yl(e,"dom",jl.dom,s),i.error)throw i.error;jl.dom=i.cache;const t=(await i.bundle.generate({format:"iife",name:"SvelteComponent",exports:"named",sourcemap:!0})).output[0],n=null;return{uid:e,dom:t,ssr:n?(await n.bundle.generate({format:"iife",name:"SvelteComponent",exports:"named",sourcemap:!0})).output[0]:null,imports:i.imports,warnings:i.warnings,error:null}}catch(t){console.error(t);const s=t;return delete s.toString,{uid:e,dom:null,ssr:null,imports:null,warnings:i.warnings,error:Object.assign({},s,{message:s.message,stack:s.stack})}}}({uid:t,components:s});e.error!==Wl&&e&&t===Ul&&postMessage(e)}))}}));let jl={dom:{},ssr:{}};const Wl={aborted:!0},Gl=new Map;function Hl(e){if(Gl.has(e))return Gl.get(e);const t=fetch(e).then((async e=>{if(e.ok)return{url:e.url,body:await e.text()};throw new Error(await e.text())})).catch((t=>{throw Gl.delete(e),t}));return Gl.set(e,t),t}async function ql(e){return(await Hl(e)).url}function Kl(e,t,s){const i=svelte.VERSION.match(/^(\d+)\.(\d+)\.(\d+)/);return i[1]-e||i[2]-t||i[3]-s}function Xl(){return Kl(3,4,4)<=0}async function Yl(e,t,s,i){let n;const r=new Set,a=[],o=[],h={},l={async resolveId(t,s){if(e!==Ul)throw Wl;if("svelte"===t)return`${zl}/index.mjs`;if(t.startsWith("svelte/"))return Xl()?`${zl}/${t.slice(7)}.mjs`:`${zl}/${t.slice(7)}/index.mjs`;if(s&&s.startsWith(zl)){const e=new URL(t,s).href;return e.endsWith(".mjs")?e:Xl()?`${e}.mjs`:`${e}/index.mjs`}if(t in i)return t;if(t.startsWith("http:")||t.startsWith("https:"))return t;if(t.startsWith(".")){const i=new URL(t,s).href;return self.postMessage({type:"status",uid:e,message:`resolving ${i}`}),await ql(i)}if(self.postMessage({type:"status",uid:e,message:`resolving ${t}`}),s in i){const e=/^(@[^/]+\/)?[^/]+/.exec(t);e&&r.add(e[0])}try{const e=await ql(`${Fl}/${t}/package.json`),s=(await Hl(e)).body,i=JSON.parse(s);if(i.svelte||i.module||i.main){const t=e.replace(/\/package\.json$/,"");return new URL(i.svelte||i.module||i.main,`${t}/`).href}}catch(e){}return await ql(`${Fl}/${t}`)},async load(t){if(e!==Ul)throw Wl;if(t in i)return i[t].source;Gl.has(t)||self.postMessage({type:"status",uid:e,message:`fetching ${t}`});return(await Hl(t)).body},transform(i,n){if(e!==Ul)throw Wl;if(self.postMessage({type:"status",uid:e,message:`bundling ${n}`}),!/\.svelte$|\.svx$/.test(n))return null;const r=n.split("/").pop().split(".")[0];let o;return s[n]&&s[n].code===i?s[n].result:(o=/\.svx$/.test(n)?self.mdsvex.mdsvex().markup({content:i,filename:n}):Promise.resolve({code:i}),o.then((({code:e})=>{const s=svelte.compile(e,Object.assign({generate:t,format:"esm",dev:!0,name:r,filename:r+".svelte"},Kl(3,14,0)>=0&&{loopGuardTimeout:100}));return h[n]={v:e,result:s},(s.warnings||s.stats.warnings).forEach((e=>{a.push({message:e.message,filename:e.filename,start:e.start,end:e.end})})),s.js})))}};try{return n=await uh({input:"./App.svx",plugins:[l,Dl,Bl,Vl],inlineDynamicImports:!0,onwarn(e){o.push({message:e.message})}}),{bundle:n,imports:Array.from(r),cache:h,error:null,warnings:a,all_warnings:o}}catch(e){return{error:e,imports:null,bundle:null,cache:h,warnings:a,all_warnings:o}}}}(); + */for(var e={},t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",i=0;i>>=5)>0&&(s|=32),i+=t[s]}while(e>0);return i}class r{constructor(e){this.bits=e instanceof r?e.bits.slice():[]}add(e){this.bits[e>>5]|=1<<(31&e)}has(e){return!!(this.bits[e>>5]&1<<(31&e))}}class a{constructor(e,t,i){this.start=e,this.end=t,this.original=i,this.intro="",this.outro="",this.content=i,this.storeName=!1,this.edited=!1,Object.defineProperties(this,{previous:{writable:!0,value:null},next:{writable:!0,value:null}})}appendLeft(e){this.outro+=e}appendRight(e){this.intro=this.intro+e}clone(){const e=new a(this.start,this.end,this.original);return e.intro=this.intro,e.outro=this.outro,e.content=this.content,e.storeName=this.storeName,e.edited=this.edited,e}contains(e){return this.start{throw new Error("Unsupported environment: `window.btoa` or `Buffer` should be supported.")};"undefined"!=typeof window&&"function"==typeof window.btoa?o=e=>window.btoa(unescape(encodeURIComponent(e))):"function"==typeof Buffer&&(o=e=>Buffer.from(e,"utf-8").toString("base64"));class h{constructor(e){this.version=3,this.file=e.file,this.sources=e.sources,this.sourcesContent=e.sourcesContent,this.names=e.names,this.mappings=function(e){for(var t=0,i=0,s=0,r=0,a="",o=0;o0&&(a+=";"),0!==h.length){for(var l=0,c=[],u=0,p=h;u1&&(f+=n(d[1]-t)+n(d[2]-i)+n(d[3]-s),t=d[1],i=d[2],s=d[3]),5===d.length&&(f+=n(d[4]-r),r=d[4]),c.push(f)}a+=c.join(",")}}return a}(e.mappings)}toString(){return JSON.stringify(this)}toUrl(){return"data:application/json;charset=utf-8;base64,"+o(this.toString())}}function l(e){const t=e.split("\n"),i=t.filter((e=>/^\t+/.test(e))),s=t.filter((e=>/^ {2,}/.test(e)));if(0===i.length&&0===s.length)return null;if(i.length>=s.length)return"\t";const n=s.reduce(((e,t)=>{const i=/^ +/.exec(t)[0].length;return Math.min(i,e)}),1/0);return new Array(n+1).join(" ")}function c(e,t){const i=e.split(/[/\\]/),s=t.split(/[/\\]/);for(i.pop();i[0]===s[0];)i.shift(),s.shift();if(i.length){let e=i.length;for(;e--;)i[e]=".."}return i.concat(s).join("/")}const u=Object.prototype.toString;function p(e){return"[object Object]"===u.call(e)}function d(e){const t=e.split("\n"),i=[];for(let e=0,s=0;e>1;e=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,i,s,n){let r=t.start,a=!0;for(;r1){for(let e=0;e{const n=s(e.start);e.intro.length&&i.advance(e.intro),e.edited?i.addEdit(0,e.content,n,e.storeName?t.indexOf(e.original):-1):i.addUneditedChunk(0,e,this.original,n,this.sourcemapLocations),e.outro.length&&i.advance(e.outro)})),{file:e.file?e.file.split(/[/\\]/).pop():null,sources:[e.source?c(e.file||"",e.source):null],sourcesContent:e.includeContent?[this.original]:[null],names:t,mappings:i.raw}}generateMap(e){return new h(this.generateDecodedMap(e))}getIndentString(){return null===this.indentStr?"\t":this.indentStr}indent(e,t){const i=/^[^\r\n]/gm;if(p(e)&&(t=e,e=void 0),""===(e=void 0!==e?e:this.indentStr||"\t"))return this;const s={};(t=t||{}).exclude&&("number"==typeof t.exclude[0]?[t.exclude]:t.exclude).forEach((e=>{for(let t=e[0];tn?`${e}${t}`:(n=!0,t);this.intro=this.intro.replace(i,r);let a=0,o=this.firstChunk;for(;o;){const t=o.end;if(o.edited)s[a]||(o.content=o.content.replace(i,r),o.content.length&&(n="\n"===o.content[o.content.length-1]));else for(a=o.start;a=e&&i<=t)throw new Error("Cannot move a selection inside itself");this._split(e),this._split(t),this._split(i);const s=this.byStart[e],n=this.byEnd[t],r=s.previous,a=n.next,o=this.byStart[i];if(!o&&n===this.lastChunk)return this;const h=o?o.previous:this.lastChunk;return r&&(r.next=a),a&&(a.previous=r),h&&(h.next=s),o&&(o.previous=n),s.previous||(this.firstChunk=n.next),n.next||(this.lastChunk=s.previous,this.lastChunk.next=null),s.previous=h,n.next=o||null,h||(this.firstChunk=s),o||(this.lastChunk=n),this}overwrite(e,t,i,s){if("string"!=typeof i)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 n=void 0!==s&&s.storeName,r=void 0!==s&&s.contentOnly;if(n){const i=this.original.slice(e,t);Object.defineProperty(this.storedNames,i,{writable:!0,value:!0,enumerable:!0})}const o=this.byStart[e],h=this.byEnd[t];if(o){let e=o;for(;e!==h;){if(e.next!==this.byStart[e.end])throw new Error("Cannot overwrite across a split point");e=e.next,e.edit("",!1)}o.edit(i,n,r)}else{const s=new a(e,t,"").edit(i,n);h.next=s,s.previous=h}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 i=this.byEnd[e];return i?i.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 i=this.byStart[e];return i?i.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 i=this.byStart[e];for(;i;)i.intro="",i.outro="",i.edit(""),i=t>i.end?this.byStart[i.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,i=this.lastChunk;do{if(i.outro.length>0){if(e=i.outro.lastIndexOf(m),-1!==e)return i.outro.substr(e+1)+t;t=i.outro+t}if(i.content.length>0){if(e=i.content.lastIndexOf(m),-1!==e)return i.content.substr(e+1)+t;t=i.content+t}if(i.intro.length>0){if(e=i.intro.lastIndexOf(m),-1!==e)return i.intro.substr(e+1)+t;t=i.intro+t}}while(i=i.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 i="",s=this.firstChunk;for(;s&&(s.start>e||s.end<=e);){if(s.start=t)return i;s=s.next}if(s&&s.edited&&s.start!==e)throw new Error(`Cannot use replaced character ${e} as slice start anchor.`);const n=s;for(;s;){!s.intro||n===s&&s.start!==e||(i+=s.intro);const r=s.start=t;if(r&&s.edited&&s.end!==t)throw new Error(`Cannot use replaced character ${t} as slice end anchor.`);const a=n===s?e-s.start:0,o=r?s.content.length+t-s.end:s.content.length;if(i+=s.content.slice(a,o),!s.outro||r&&s.end!==t||(i+=s.outro),r)break;s=s.next}return i}snip(e,t){const i=this.clone();return i.remove(0,e),i.remove(t,i.original.length),i}_split(e){if(this.byStart[e]||this.byEnd[e])return;let t=this.lastSearchedChunk;const i=e>t.end;for(;t;){if(t.contains(e))return this._splitChunk(t,e);t=i?this.byStart[t.end]:this.byEnd[t.start]}}_splitChunk(e,t){if(e.edited&&e.content.length){const i=d(this.original)(t);throw new Error(`Cannot split a chunk that has already been edited (${i.line}:${i.column} – "${e.original}")`)}const i=e.split(t);return this.byEnd[t]=e,this.byStart[t]=i,this.byEnd[i.end]=i,e===this.lastChunk&&(this.lastChunk=i),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 i=this.lastChunk;do{const e=i.end,s=i.trimEnd(t);if(i.end!==e&&(this.lastChunk===i&&(this.lastChunk=i.next),this.byEnd[i.end]=i,this.byStart[i.next.start]=i.next,this.byEnd[i.next.end]=i.next),s)return!0;i=i.previous}while(i);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 i=this.firstChunk;do{const e=i.end,s=i.trimStart(t);if(i.end!==e&&(i===this.lastChunk&&(this.lastChunk=i.next),this.byEnd[i.end]=i,this.byStart[i.next.start]=i.next,this.byEnd[i.next.end]=i.next),s)return!0;i=i.next}while(i);return!1}trimStart(e){return this.trimStartAborted(e),this}hasChanged(){return this.original!==this.toString()}replace(e,t){function i(e,i){return"string"==typeof t?t.replace(/\$(\$|&|\d+)/g,((t,i)=>"$"===i?"$":"&"===i?e[0]:+i{null!=e.index&&this.overwrite(e.index,e.index+e[0].length,i(e,this.original))}));else{const t=this.original.match(e);t&&null!=t.index&&this.overwrite(t.index,t.index+t[0].length,i(t,this.original))}return this}}const x=Object.prototype.hasOwnProperty;class v{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(!p(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","indentExclusionRanges","separator"].forEach((t=>{x.call(e,t)||(e[t]=e.content[t])})),void 0===e.separator&&(e.separator=this.separator),e.filename)if(x.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 e=new v({intro:this.intro,separator:this.separator});return this.sources.forEach((t=>{e.addSource({filename:t.filename,content:t.content.clone(),separator:t.separator})})),e}generateDecodedMap(e={}){const t=[];this.sources.forEach((e=>{Object.keys(e.content.storedNames).forEach((e=>{~t.indexOf(e)||t.push(e)}))}));const i=new f(e.hires);return this.intro&&i.advance(this.intro),this.sources.forEach(((e,s)=>{s>0&&i.advance(this.separator);const n=e.filename?this.uniqueSourceIndexByFilename[e.filename]:-1,r=e.content,a=d(r.original);r.intro&&i.advance(r.intro),r.firstChunk.eachNext((s=>{const o=a(s.start);s.intro.length&&i.advance(s.intro),e.filename?s.edited?i.addEdit(n,s.content,o,s.storeName?t.indexOf(s.original):-1):i.addUneditedChunk(n,s,r.original,o,r.sourcemapLocations):i.advance(s.content),s.outro.length&&i.advance(s.outro)})),r.outro&&i.advance(r.outro)})),{file:e.file?e.file.split(/[/\\]/).pop():null,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:i.raw}}generateMap(e){return new h(this.generateDecodedMap(e))}getIndentString(){const e={};return this.sources.forEach((t=>{const i=t.content.indentStr;null!==i&&(e[i]||(e[i]=0),e[i]+=1)})),Object.keys(e).sort(((t,i)=>e[t]-e[i]))[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(((i,s)=>{const n=void 0!==i.separator?i.separator:this.separator,r=t||s>0&&/\r?\n$/.test(n);i.content.indent(e,{exclude:i.indentExclusionRanges,indentStart:r}),t="\n"===i.content.lastChar()})),this.intro&&(this.intro=e+this.intro.replace(/^[^\n]/gm,((t,i)=>i>0?e+t:t))),this}prepend(e){return this.intro=e+this.intro,this}toString(){const e=this.sources.map(((e,t)=>{const i=void 0!==e.separator?e.separator:this.separator;return(t>0?i:"")+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,i=0;do{if(t=this.sources[i++],!t)break}while(!t.content.trimStartAborted(e))}return this}trimEnd(e){const t=new RegExp((e||"\\s")+"+$");let i,s=this.sources.length-1;do{if(i=this.sources[s--],!i){this.intro=this.intro.replace(t,"");break}}while(!i.content.trimEndAborted(e));return this}}const E=/^(?:\/|(?:[A-Za-z]:)?[\\|/])/,b=/^\.?\.\//,S=/\\/g,k=/[/\\]/,A=/\.[^.]+$/;function _(e){return E.test(e)}function w(e){return b.test(e)}function I(e){return e.replace(S,"/")}function P(e){return e.split(k).pop()||""}function C(e){const t=/[/\\][^/\\]*$/.exec(e);if(!t)return".";return e.slice(0,-t[0].length)||"/"}function N(e){const t=A.exec(P(e));return t?t[0]:""}function T(e,t){const i=e.split(k).filter(Boolean),s=t.split(k).filter(Boolean);for("."===i[0]&&i.shift(),"."===s[0]&&s.shift();i[0]&&s[0]&&i[0]===s[0];)i.shift(),s.shift();for(;".."===s[0]&&i.length>0;)s.shift(),i.pop();for(;i.pop();)s.unshift("..");return s.join("/")}function $(...e){const t=e.shift();if(!t)return"/";let i=t.split(k);for(const t of e)if(_(t))i=t.split(k);else{const e=t.split(k);for(;"."===e[0]||".."===e[0];)".."===e.shift()&&i.pop();i.push(...e)}return i.join("/")}function L(e,t,i){const s=e.get(t);if(s)return s;const n=i();return e.set(t,n),n}const R=Symbol("Unknown Key"),M=Symbol("Unknown Non-Accessor Key"),O=Symbol("Unknown Integer"),D=[],V=[R],B=[M],F=[O],z=Symbol("Entities");class U{constructor(){this.entityPaths=Object.create(null,{[z]:{value:new Set}})}trackEntityAtPathAndGetIfTracked(e,t){const i=this.getEntities(e);return!!i.has(t)||(i.add(t),!1)}withTrackedEntityAtPath(e,t,i,s){const n=this.getEntities(e);if(n.has(t))return s;n.add(t);const r=i();return n.delete(t),r}getEntities(e){let t=this.entityPaths;for(const i of e)t=t[i]=t[i]||Object.create(null,{[z]:{value:new Set}});return t[z]}}const j=new U;class G{constructor(){this.entityPaths=Object.create(null,{[z]:{value:new Map}})}trackEntityAtPathAndGetIfTracked(e,t,i){let s=this.entityPaths;for(const t of e)s=s[t]=s[t]||Object.create(null,{[z]:{value:new Map}});const n=L(s[z],t,(()=>new Set));return!!n.has(i)||(n.add(i),!1)}}const H=Symbol("Unknown Value"),W=Symbol("Unknown Truthy Value");class q{constructor(){this.included=!1}deoptimizePath(e){}deoptimizeThisOnInteractionAtPath({thisArg:e},t,i){e.deoptimizePath(V)}getLiteralValueAtPath(e,t,i){return H}getReturnExpressionWhenCalledAtPath(e,t,i,s){return K}hasEffectsOnInteractionAtPath(e,t,i){return!0}include(e,t,i){this.included=!0}includeCallArguments(e,t){for(const i of t)i.include(e,!1)}shouldBeIncluded(e){return!0}}const K=new class extends q{},X={thisArg:null,type:0},Y={args:[K],thisArg:null,type:1},Q=[],Z={args:Q,thisArg:null,type:2,withNew:!1};class J extends q{constructor(e){super(),this.name=e,this.alwaysRendered=!1,this.initReached=!1,this.isId=!1,this.isReassigned=!1,this.kind=null,this.renderBaseName=null,this.renderName=null}addReference(e){}getBaseVariableName(){return this.renderBaseName||this.renderName||this.name}getName(e){const t=this.renderName||this.name;return this.renderBaseName?`${this.renderBaseName}${e(t)}`:t}hasEffectsOnInteractionAtPath(e,{type:t},i){return 0!==t||e.length>0}include(){this.included=!0}markCalledFromTryStatement(){}setRenderNames(e,t){this.renderBaseName=e,this.renderName=t}}class ee extends J{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 te=Object.freeze(Object.create(null)),ie=Object.freeze({}),se=Object.freeze([]);function ne(e,t,i){if("number"==typeof i)throw new Error("locate takes a { startIndex, offsetLine, offsetColumn } object as the third argument");return function(e,t){void 0===t&&(t={});var i=t.offsetLine||0,s=t.offsetColumn||0,n=e.split("\n"),r=0,a=n.map((function(e,t){var i=r+e.length+1,s={start:r,end:i,line:t};return r=i,s})),o=0;function h(e,t){return e.start<=t&&t=s.end?1:-1;s;){if(h(s,t))return l(s,t);s=a[o+=n]}}}(e,i)(t,i&&i.startIndex)}function re(e){return e.replace(/^\t+/,(e=>e.split("\t").join(" ")))}function ae(e,t){const i=e.length<=1,s=e.map((e=>`"${e}"`));let n=i?s[0]:`${s.slice(0,-1).join(", ")} and ${s.slice(-1)[0]}`;return t&&(n+=` ${i?t[0]:t[1]}`),n}function oe(e){const t=P(e);return t.substring(0,t.length-N(e).length)}function he(e){return _(e)?T($(),e):e}function le(e){return"/"===e[0]||"."===e[0]&&("/"===e[1]||"."===e[1])||_(e)}const ce=/^(\.\.\/)*\.\.$/;function ue(e,t,i,s){let n=I(T(C(e),t));if(i&&n.endsWith(".js")&&(n=n.slice(0,-3)),s){if(""===n)return"../"+P(t);if(ce.test(n))return n.split("/").concat(["..",P(t)]).join("/")}return n?n.startsWith("..")?n:"./"+n:"."}function pe(e){throw e instanceof Error||(e=Object.assign(new Error(e.message),e)),e}function de(e,t,i,s){if("object"==typeof t){const{line:i,column:n}=t;e.loc={column:n,file:s,line:i}}else{e.pos=t;const{line:n,column:r}=ne(i,t,{offsetLine:1});e.loc={column:r,file:s,line:n}}if(void 0===e.frame){const{line:t,column:s}=e.loc;e.frame=function(e,t,i){let s=e.split("\n");const n=Math.max(0,t-3);let r=Math.min(t+2,s.length);for(s=s.slice(n,r);!/\S/.test(s[s.length-1]);)s.pop(),r-=1;const a=String(r).length;return s.map(((e,s)=>{const r=n+s+1===t;let o=String(s+n+1);for(;o.lengthhe(e.id))).sort();return{code:fe.MISSING_IMPLICIT_DEPENDANT,message:`Module "${he(e.id)}" that should be implicitly loaded before ${ae(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 Ee(e,t,i){const s=i?"reexport":"import";return{code:fe.UNEXPECTED_NAMED_IMPORT,id:e,message:`The named export "${t}" was ${s}ed from the external module ${he(e)} even though its interop type is "defaultOnly". Either remove or change this ${s} or change the value of the "output.interop" option.`,url:"https://rollupjs.org/guide/en/#outputinterop"}}function be(e){return{code:fe.UNEXPECTED_NAMED_IMPORT,id:e,message:`There was a namespace "*" reexport from the external module ${he(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:"https://rollupjs.org/guide/en/#outputinterop"}}function Se(e){return{code:fe.VALIDATION_ERROR,message:e}}function ke(){return{code:fe.ALREADY_CLOSED,message:'Bundle is already closed, no more calls to "generate" or "write" are allowed.'}}function Ae(e,t,i){_e(e,t,i.onwarn,i.strictDeprecations)}function _e(e,t,i,s){if(t||s){const t=function(e){return{code:fe.DEPRECATED_FEATURE,..."string"==typeof e?{message:e}:e}}(e);if(s)return pe(t);i(t)}}!function(e){e.ALREADY_CLOSED="ALREADY_CLOSED",e.ASSET_NOT_FINALISED="ASSET_NOT_FINALISED",e.ASSET_NOT_FOUND="ASSET_NOT_FOUND",e.ASSET_SOURCE_ALREADY_SET="ASSET_SOURCE_ALREADY_SET",e.ASSET_SOURCE_MISSING="ASSET_SOURCE_MISSING",e.BAD_LOADER="BAD_LOADER",e.CANNOT_EMIT_FROM_OPTIONS_HOOK="CANNOT_EMIT_FROM_OPTIONS_HOOK",e.CHUNK_NOT_GENERATED="CHUNK_NOT_GENERATED",e.CHUNK_INVALID="CHUNK_INVALID",e.CIRCULAR_REEXPORT="CIRCULAR_REEXPORT",e.CYCLIC_CROSS_CHUNK_REEXPORT="CYCLIC_CROSS_CHUNK_REEXPORT",e.DEPRECATED_FEATURE="DEPRECATED_FEATURE",e.EXTERNAL_SYNTHETIC_EXPORTS="EXTERNAL_SYNTHETIC_EXPORTS",e.FILE_NAME_CONFLICT="FILE_NAME_CONFLICT",e.FILE_NOT_FOUND="FILE_NOT_FOUND",e.INPUT_HOOK_IN_OUTPUT_PLUGIN="INPUT_HOOK_IN_OUTPUT_PLUGIN",e.INVALID_CHUNK="INVALID_CHUNK",e.INVALID_EXPORT_OPTION="INVALID_EXPORT_OPTION",e.INVALID_EXTERNAL_ID="INVALID_EXTERNAL_ID",e.INVALID_OPTION="INVALID_OPTION",e.INVALID_PLUGIN_HOOK="INVALID_PLUGIN_HOOK",e.INVALID_ROLLUP_PHASE="INVALID_ROLLUP_PHASE",e.MISSING_EXPORT="MISSING_EXPORT",e.MISSING_IMPLICIT_DEPENDANT="MISSING_IMPLICIT_DEPENDANT",e.MIXED_EXPORTS="MIXED_EXPORTS",e.NAMESPACE_CONFLICT="NAMESPACE_CONFLICT",e.AMBIGUOUS_EXTERNAL_NAMESPACES="AMBIGUOUS_EXTERNAL_NAMESPACES",e.NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE="NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE",e.PLUGIN_ERROR="PLUGIN_ERROR",e.PREFER_NAMED_EXPORTS="PREFER_NAMED_EXPORTS",e.SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT="SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT",e.UNEXPECTED_NAMED_IMPORT="UNEXPECTED_NAMED_IMPORT",e.UNRESOLVED_ENTRY="UNRESOLVED_ENTRY",e.UNRESOLVED_IMPORT="UNRESOLVED_IMPORT",e.VALIDATION_ERROR="VALIDATION_ERROR"}(fe||(fe={}));var we=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 Ie=/[^$_a-zA-Z0-9]/g,Pe=e=>(e=>/\d/.test(e[0]))(e)||we.has(e)||"arguments"===e;function Ce(e){return e=e.replace(/-(\w)/g,((e,t)=>t.toUpperCase())).replace(Ie,"_"),Pe(e)&&(e=`_${e}`),e||"_"}class Ne{constructor(e,t,i,s,n){this.options=e,this.id=t,this.renormalizeRenderPath=n,this.declarations=new Map,this.defaultVariableName="",this.dynamicImporters=[],this.execIndex=1/0,this.exportedVariables=new Map,this.importers=[],this.mostCommonSuggestion=0,this.nameSuggestions=new Map,this.namespaceVariableName="",this.reexported=!1,this.renderPath=void 0,this.used=!1,this.variableName="",this.suggestedVariableName=Ce(t.split(/[\\/]/).pop());const{importers:r,dynamicImporters:a}=this,o=this.info={ast:null,code:null,dynamicallyImportedIdResolutions:se,dynamicallyImportedIds:se,get dynamicImporters(){return a.sort()},hasDefaultExport:null,get hasModuleSideEffects(){return Ae("Accessing ModuleInfo.hasModuleSideEffects from plugins is deprecated. Please use ModuleInfo.moduleSideEffects instead.",!1,e),o.moduleSideEffects},id:t,implicitlyLoadedAfterOneOf:se,implicitlyLoadedBefore:se,importedIdResolutions:se,importedIds:se,get importers(){return r.sort()},isEntry:!1,isExternal:!0,isIncluded:null,meta:s,moduleSideEffects:i,syntheticNamedExports:!1};Object.defineProperty(this.info,"hasModuleSideEffects",{enumerable:!1})}getVariableForExportName(e){const t=this.declarations.get(e);if(t)return[t];const i=new ee(this,e);return this.declarations.set(e,i),this.exportedVariables.set(i,e),[i]}setRenderPath(e,t){this.renderPath="function"==typeof e.paths?e.paths(this.id):e.paths[this.id],this.renderPath||(this.renderPath=this.renormalizeRenderPath?I(T(t,this.id)):this.id)}suggestName(e){var t;const i=(null!==(t=this.nameSuggestions.get(e))&&void 0!==t?t:0)+1;this.nameSuggestions.set(e,i),i>this.mostCommonSuggestion&&(this.mostCommonSuggestion=i,this.suggestedVariableName=e)}warnUnusedImports(){const e=Array.from(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 i of e)for(const e of this.declarations.get(i).module.importers)t.add(e);const i=[...t];this.options.onwarn({code:"UNUSED_EXTERNAL_IMPORT",message:`${ae(e,["is","are"])} imported from external module "${this.id}" but never used in ${ae(i.map((e=>he(e))))}.`,names:e,source:this.id,sources:i})}}const Te={ArrayPattern(e,t){for(const i of t.elements)i&&Te[i.type](e,i)},AssignmentPattern(e,t){Te[t.left.type](e,t.left)},Identifier(e,t){e.push(t.name)},MemberExpression(){},ObjectPattern(e,t){for(const i of t.properties)"RestElement"===i.type?Te.RestElement(e,i):Te[i.value.type](e,i.value)},RestElement(e,t){Te[t.argument.type](e,t.argument)}},$e=function(e){const t=[];return Te[e.type](t,e),t};function Le(){return{brokenFlow:0,includedCallArguments:new Set,includedLabels:new Set}}function Re(){return{accessed:new U,assigned:new U,brokenFlow:0,called:new G,ignore:{breaks:!1,continues:!1,labels:new Set,returnYield:!1},includedLabels:new Set,instantiated:new G,replacedVariableInits:new Map}}function Me(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 Oe=new class extends q{getLiteralValueAtPath(){}},De={value:{hasEffectsWhenCalled:null,returns:K}},Ve=new class extends q{getReturnExpressionWhenCalledAtPath(e){return 1===e.length?Ye(We,e[0]):K}hasEffectsOnInteractionAtPath(e,t,i){return 0===t.type?e.length>1:2!==t.type||1!==e.length||Xe(We,e[0],t,i)}},Be={value:{hasEffectsWhenCalled:null,returns:Ve}},Fe=new class extends q{getReturnExpressionWhenCalledAtPath(e){return 1===e.length?Ye(qe,e[0]):K}hasEffectsOnInteractionAtPath(e,t,i){return 0===t.type?e.length>1:2!==t.type||1!==e.length||Xe(qe,e[0],t,i)}},ze={value:{hasEffectsWhenCalled:null,returns:Fe}},Ue=new class extends q{getReturnExpressionWhenCalledAtPath(e){return 1===e.length?Ye(Ke,e[0]):K}hasEffectsOnInteractionAtPath(e,t,i){return 0===t.type?e.length>1:2!==t.type||1!==e.length||Xe(Ke,e[0],t,i)}},je={value:{hasEffectsWhenCalled:null,returns:Ue}},Ge={value:{hasEffectsWhenCalled({args:e},t){const i=e[1];return e.length<2||"symbol"==typeof i.getLiteralValueAtPath(D,j,{deoptimizeCache(){}})&&i.hasEffectsOnInteractionAtPath(D,Z,t)},returns:Ue}},He=Me({hasOwnProperty:Be,isPrototypeOf:Be,propertyIsEnumerable:Be,toLocaleString:je,toString:je,valueOf:De}),We=Me({valueOf:Be},He),qe=Me({toExponential:je,toFixed:je,toLocaleString:je,toPrecision:je,valueOf:ze},He),Ke=Me({anchor:je,at:De,big:je,blink:je,bold:je,charAt:je,charCodeAt:ze,codePointAt:De,concat:je,endsWith:Be,fixed:je,fontcolor:je,fontsize:je,includes:Be,indexOf:ze,italics:je,lastIndexOf:ze,link:je,localeCompare:ze,match:De,matchAll:De,normalize:je,padEnd:je,padStart:je,repeat:je,replace:Ge,replaceAll:Ge,search:ze,slice:je,small:je,split:De,startsWith:Be,strike:je,sub:je,substr:je,substring:je,sup:je,toLocaleLowerCase:je,toLocaleUpperCase:je,toLowerCase:je,toString:je,toUpperCase:je,trim:je,trimEnd:je,trimLeft:je,trimRight:je,trimStart:je,valueOf:je},He);function Xe(e,t,i,s){var n,r;return"string"!=typeof t||!e[t]||(null===(r=(n=e[t]).hasEffectsWhenCalled)||void 0===r?void 0:r.call(n,i,s))||!1}function Ye(e,t){return"string"==typeof t&&e[t]?e[t].returns:K}function Qe(e,t,i){i(e,t)}function Ze(e,t,i){}var Je={};Je.Program=Je.BlockStatement=Je.StaticBlock=function(e,t,i){for(var s=0,n=e.body;s=n.end;)nt(e,n,t.code),n=s[++t.annotationIndex];if(n&&n.end<=e.end)for(Je[i](e,t,tt);(n=s[t.annotationIndex])&&n.end<=e.end;)++t.annotationIndex,ot(e,n,!1)}const it=/[^\s(]/g,st=/\S/g;function nt(e,t,i){const s=[];let n;if(rt(i.slice(t.end,e.start),it)){const t=e.start;for(;;){switch(s.push(e),e.type){case"ExpressionStatement":case"ChainExpression":e=e.expression;continue;case"SequenceExpression":if(rt(i.slice(t,e.start),st)){e=e.expressions[0];continue}n=!0;break;case"ConditionalExpression":if(rt(i.slice(t,e.start),st)){e=e.test;continue}n=!0;break;case"LogicalExpression":case"BinaryExpression":if(rt(i.slice(t,e.start),st)){e=e.left;continue}n=!0;break;case"CallExpression":case"NewExpression":break;default:n=!0}break}}else n=!0;if(n)ot(e,t,!1);else for(const e of s)ot(e,t,!0)}function rt(e,t){let i;for(;null!==(i=t.exec(e));){if("/"===i[0]){const i=e.charCodeAt(t.lastIndex);if(42===i){t.lastIndex=e.indexOf("*/",t.lastIndex+1)+2;continue}if(47===i){t.lastIndex=e.indexOf("\n",t.lastIndex+1)+1;continue}}return t.lastIndex=0,!1}return!0}const at=/[@#]__PURE__/;function ot(e,t,i){const s=i?"_rollupAnnotations":"_rollupRemoved",n=e[s];n?n.push(t):e[s]=[t]}const ht={Literal:[],Program:["body"]};class lt extends q{constructor(e,t,i){super(),this.deoptimized=!1,this.esTreeNode=e,this.keys=ht[e.type]||function(e){return ht[e.type]=Object.keys(e).filter((t=>"object"==typeof e[t]&&95!==t.charCodeAt(0))),ht[e.type]}(e),this.parent=t,this.context=t.context,this.createScope(i),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(null!==t)if(Array.isArray(t))for(const e of t)null==e||e.bind();else t.bind()}}createScope(e){this.scope=e}hasEffects(e){this.deoptimized||this.applyDeoptimizations();for(const t of this.keys){const i=this[t];if(null!==i)if(Array.isArray(i)){for(const t of i)if(null==t?void 0:t.hasEffects(e))return!0}else if(i.hasEffects(e))return!0}return!1}hasEffectsAsAssignmentTarget(e,t){return this.hasEffects(e)||this.hasEffectsOnInteractionAtPath(D,this.assignmentInteraction,e)}include(e,t,i){this.deoptimized||this.applyDeoptimizations(),this.included=!0;for(const i of this.keys){const s=this[i];if(null!==s)if(Array.isArray(s))for(const i of s)null==i||i.include(e,t);else s.include(e,t)}}includeAsAssignmentTarget(e,t,i){this.include(e,t)}initialise(){}insertSemicolon(e){";"!==e.original[this.end-1]&&e.appendLeft(this.end,";")}parseNode(e){for(const[t,i]of Object.entries(e))if(!this.hasOwnProperty(t))if(95===t.charCodeAt(0)){if("_rollupAnnotations"===t)this.annotations=i;else if("_rollupRemoved"===t)for(const{start:e,end:t}of i)this.context.magicString.remove(e,t)}else if("object"!=typeof i||null===i)this[t]=i;else if(Array.isArray(i)){this[t]=[];for(const e of i)this[t].push(null===e?null:new(this.context.getNodeConstructor(e.type))(e,this,this.scope))}else this[t]=new(this.context.getNodeConstructor(i.type))(i,this,this.scope)}render(e,t){for(const i of this.keys){const s=this[i];if(null!==s)if(Array.isArray(s))for(const i of s)null==i||i.render(e,t);else s.render(e,t)}}setAssignedValue(e){this.assignmentInteraction={args:[e],thisArg:null,type:1}}shouldBeIncluded(e){return this.included||!e.brokenFlow&&this.hasEffects(Re())}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)null==e||e.deoptimizePath(V);else t.deoptimizePath(V)}this.context.requestTreeshakingPass()}}class ct extends lt{deoptimizeThisOnInteractionAtPath(e,t,i){t.length>0&&this.argument.deoptimizeThisOnInteractionAtPath(e,[R,...t],i)}hasEffects(e){this.deoptimized||this.applyDeoptimizations();const{propertyReadSideEffects:t}=this.context.options.treeshake;return this.argument.hasEffects(e)||t&&("always"===t||this.argument.hasEffectsOnInteractionAtPath(V,X,e))}applyDeoptimizations(){this.deoptimized=!0,this.argument.deoptimizePath([R,R]),this.context.requestTreeshakingPass()}}class ut extends q{constructor(e){super(),this.description=e}deoptimizeThisOnInteractionAtPath({type:e,thisArg:t},i){2===e&&0===i.length&&this.description.mutatesSelfAsArray&&t.deoptimizePath(F)}getReturnExpressionWhenCalledAtPath(e,{thisArg:t}){return e.length>0?K:this.description.returnsPrimitive||("self"===this.description.returns?t||K:this.description.returns())}hasEffectsOnInteractionAtPath(e,t,i){var s,n;const{type:r}=t;if(e.length>(0===r?1:0))return!0;if(2===r){if(!0===this.description.mutatesSelfAsArray&&(null===(s=t.thisArg)||void 0===s?void 0:s.hasEffectsOnInteractionAtPath(F,Y,i)))return!0;if(this.description.callsArgs)for(const e of this.description.callsArgs)if(null===(n=t.args[e])||void 0===n?void 0:n.hasEffectsOnInteractionAtPath(D,Z,i))return!0}return!1}}const pt=[new ut({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:Ve})],dt=[new ut({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:Ue})],ft=[new ut({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:Fe})],mt=[new ut({callsArgs:null,mutatesSelfAsArray:!1,returns:null,returnsPrimitive:K})],gt=/^\d+$/;class yt extends q{constructor(e,t,i=!1){if(super(),this.prototypeExpression=t,this.immutable=i,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.thisParametersToBeDeoptimized=new Set,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){var t;const i=this.hasLostTrack||this.hasUnknownDeoptimizedProperty;if(e?this.hasUnknownDeoptimizedProperty=!0:this.hasLostTrack=!0,!i){for(const e of Object.values(this.propertiesAndGettersByKey).concat(Object.values(this.settersByKey)))for(const t of e)t.deoptimizePath(V);null===(t=this.prototypeExpression)||void 0===t||t.deoptimizePath([R,R]),this.deoptimizeCachedEntities()}}deoptimizeIntegerProperties(){if(!(this.hasLostTrack||this.hasUnknownDeoptimizedProperty||this.hasUnknownDeoptimizedInteger)){this.hasUnknownDeoptimizedInteger=!0;for(const[e,t]of Object.entries(this.propertiesAndGettersByKey))if(gt.test(e))for(const e of t)e.deoptimizePath(V);this.deoptimizeCachedIntegerEntities()}}deoptimizePath(e){var t;if(this.hasLostTrack||this.immutable)return;const i=e[0];if(1===e.length){if("string"!=typeof i)return i===O?this.deoptimizeIntegerProperties():this.deoptimizeAllProperties(i===M);if(!this.deoptimizedPaths[i]){this.deoptimizedPaths[i]=!0;const e=this.expressionsToBeDeoptimizedByKey[i];if(e)for(const t of e)t.deoptimizeCache()}}const s=1===e.length?V:e.slice(1);for(const e of"string"==typeof i?(this.propertiesAndGettersByKey[i]||this.unmatchablePropertiesAndGetters).concat(this.settersByKey[i]||this.unmatchableSetters):this.allProperties)e.deoptimizePath(s);null===(t=this.prototypeExpression)||void 0===t||t.deoptimizePath(1===e.length?[...e,R]:e)}deoptimizeThisOnInteractionAtPath(e,t,i){var s;const[n,...r]=t;if(this.hasLostTrack||(2===e.type||t.length>1)&&(this.hasUnknownDeoptimizedProperty||"string"==typeof n&&this.deoptimizedPaths[n]))return void e.thisArg.deoptimizePath(V);const[a,o,h]=2===e.type||t.length>1?[this.propertiesAndGettersByKey,this.propertiesAndGettersByKey,this.unmatchablePropertiesAndGetters]:0===e.type?[this.propertiesAndGettersByKey,this.gettersByKey,this.unmatchableGetters]:[this.propertiesAndSettersByKey,this.settersByKey,this.unmatchableSetters];if("string"==typeof n){if(a[n]){const t=o[n];if(t)for(const s of t)s.deoptimizeThisOnInteractionAtPath(e,r,i);return void(this.immutable||this.thisParametersToBeDeoptimized.add(e.thisArg))}for(const t of h)t.deoptimizeThisOnInteractionAtPath(e,r,i);if(gt.test(n))for(const t of this.unknownIntegerProps)t.deoptimizeThisOnInteractionAtPath(e,r,i)}else{for(const t of Object.values(o).concat([h]))for(const s of t)s.deoptimizeThisOnInteractionAtPath(e,r,i);for(const t of this.unknownIntegerProps)t.deoptimizeThisOnInteractionAtPath(e,r,i)}this.immutable||this.thisParametersToBeDeoptimized.add(e.thisArg),null===(s=this.prototypeExpression)||void 0===s||s.deoptimizeThisOnInteractionAtPath(e,t,i)}getLiteralValueAtPath(e,t,i){if(0===e.length)return W;const s=e[0],n=this.getMemberExpressionAndTrackDeopt(s,i);return n?n.getLiteralValueAtPath(e.slice(1),t,i):this.prototypeExpression?this.prototypeExpression.getLiteralValueAtPath(e,t,i):1!==e.length?H:void 0}getReturnExpressionWhenCalledAtPath(e,t,i,s){if(0===e.length)return K;const[n,...r]=e,a=this.getMemberExpressionAndTrackDeopt(n,s);return a?a.getReturnExpressionWhenCalledAtPath(r,t,i,s):this.prototypeExpression?this.prototypeExpression.getReturnExpressionWhenCalledAtPath(e,t,i,s):K}hasEffectsOnInteractionAtPath(e,t,i){const[s,...n]=e;if(n.length||2===t.type){const r=this.getMemberExpression(s);return r?r.hasEffectsOnInteractionAtPath(n,t,i):!this.prototypeExpression||this.prototypeExpression.hasEffectsOnInteractionAtPath(e,t,i)}if(s===M)return!1;if(this.hasLostTrack)return!0;const[r,a,o]=0===t.type?[this.propertiesAndGettersByKey,this.gettersByKey,this.unmatchableGetters]:[this.propertiesAndSettersByKey,this.settersByKey,this.unmatchableSetters];if("string"==typeof s){if(r[s]){const e=a[s];if(e)for(const s of e)if(s.hasEffectsOnInteractionAtPath(n,t,i))return!0;return!1}for(const e of o)if(e.hasEffectsOnInteractionAtPath(n,t,i))return!0}else for(const e of Object.values(a).concat([o]))for(const s of e)if(s.hasEffectsOnInteractionAtPath(n,t,i))return!0;return!!this.prototypeExpression&&this.prototypeExpression.hasEffectsOnInteractionAtPath(e,t,i)}buildPropertyMaps(e){const{allProperties:t,propertiesAndGettersByKey:i,propertiesAndSettersByKey:s,settersByKey:n,gettersByKey:r,unknownIntegerProps:a,unmatchablePropertiesAndGetters:o,unmatchableGetters:h,unmatchableSetters:l}=this,c=[];for(let u=e.length-1;u>=0;u--){const{key:p,kind:d,property:f}=e[u];if(t.push(f),"string"!=typeof p){if(p===O){a.push(f);continue}"set"===d&&l.push(f),"get"===d&&h.push(f),"get"!==d&&c.push(f),"set"!==d&&o.push(f)}else"set"===d?s[p]||(s[p]=[f,...c],n[p]=[f,...l]):"get"===d?i[p]||(i[p]=[f,...o],r[p]=[f,...h]):(s[p]||(s[p]=[f,...c]),i[p]||(i[p]=[f,...o]))}}deoptimizeCachedEntities(){for(const e of Object.values(this.expressionsToBeDeoptimizedByKey))for(const t of e)t.deoptimizeCache();for(const e of this.thisParametersToBeDeoptimized)e.deoptimizePath(V)}deoptimizeCachedIntegerEntities(){for(const[e,t]of Object.entries(this.expressionsToBeDeoptimizedByKey))if(gt.test(e))for(const e of t)e.deoptimizeCache();for(const e of this.thisParametersToBeDeoptimized)e.deoptimizePath(F)}getMemberExpression(e){if(this.hasLostTrack||this.hasUnknownDeoptimizedProperty||"string"!=typeof e||this.hasUnknownDeoptimizedInteger&>.test(e)||this.deoptimizedPaths[e])return K;const t=this.propertiesAndGettersByKey[e];return 1===(null==t?void 0:t.length)?t[0]:t||this.unmatchablePropertiesAndGetters.length>0||this.unknownIntegerProps.length&>.test(e)?K:null}getMemberExpressionAndTrackDeopt(e,t){if("string"!=typeof e)return K;const i=this.getMemberExpression(e);return i===K||this.immutable||(this.expressionsToBeDeoptimizedByKey[e]=this.expressionsToBeDeoptimizedByKey[e]||[]).push(t),i}}const xt=e=>"string"==typeof e&&/^\d+$/.test(e),vt=new class extends q{deoptimizeThisOnInteractionAtPath({type:e,thisArg:t},i){2!==e||1!==i.length||xt(i[0])||t.deoptimizePath(V)}getLiteralValueAtPath(e){return 1===e.length&&xt(e[0])?void 0:H}hasEffectsOnInteractionAtPath(e,{type:t}){return e.length>1||2===t}},Et=new yt({__proto__:null,hasOwnProperty:pt,isPrototypeOf:pt,propertyIsEnumerable:pt,toLocaleString:dt,toString:dt,valueOf:mt},vt,!0),bt=[{key:O,kind:"init",property:K},{key:"length",kind:"init",property:Fe}],St=[new ut({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:Ve})],kt=[new ut({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:Fe})],At=[new ut({callsArgs:null,mutatesSelfAsArray:!0,returns:()=>new yt(bt,Lt),returnsPrimitive:null})],_t=[new ut({callsArgs:null,mutatesSelfAsArray:"deopt-only",returns:()=>new yt(bt,Lt),returnsPrimitive:null})],wt=[new ut({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:()=>new yt(bt,Lt),returnsPrimitive:null})],It=[new ut({callsArgs:null,mutatesSelfAsArray:!0,returns:null,returnsPrimitive:Fe})],Pt=[new ut({callsArgs:null,mutatesSelfAsArray:!0,returns:null,returnsPrimitive:K})],Ct=[new ut({callsArgs:null,mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:K})],Nt=[new ut({callsArgs:[0],mutatesSelfAsArray:"deopt-only",returns:null,returnsPrimitive:K})],Tt=[new ut({callsArgs:null,mutatesSelfAsArray:!0,returns:"self",returnsPrimitive:null})],$t=[new ut({callsArgs:[0],mutatesSelfAsArray:!0,returns:"self",returnsPrimitive:null})],Lt=new yt({__proto__:null,at:Ct,concat:_t,copyWithin:Tt,entries:_t,every:St,fill:Tt,filter:wt,find:Nt,findIndex:kt,findLast:Nt,findLastIndex:kt,flat:_t,flatMap:wt,forEach:Nt,group:Nt,groupToMap:Nt,includes:pt,indexOf:ft,join:dt,keys:mt,lastIndexOf:ft,map:wt,pop:Pt,push:It,reduce:Nt,reduceRight:Nt,reverse:Tt,shift:Pt,slice:_t,some:St,sort:$t,splice:At,toLocaleString:dt,toString:dt,unshift:It,values:Ct},Et,!0);class Rt extends J{constructor(e,t,i,s){super(e),this.calledFromTryStatement=!1,this.additionalInitializers=null,this.expressionsToBeDeoptimized=[],this.declarations=t?[t]:[],this.init=i,this.deoptimizationTracker=s.deoptimizationTracker,this.module=s.module}addDeclaration(e,t){this.declarations.push(e);const i=this.markInitializersForDeoptimization();null!==t&&i.push(t)}consolidateInitializers(){if(null!==this.additionalInitializers){for(const e of this.additionalInitializers)e.deoptimizePath(V);this.additionalInitializers=null}}deoptimizePath(e){var t,i;if(!this.isReassigned&&!this.deoptimizationTracker.trackEntityAtPathAndGetIfTracked(e,this))if(0===e.length){if(!this.isReassigned){this.isReassigned=!0;const e=this.expressionsToBeDeoptimized;this.expressionsToBeDeoptimized=[];for(const t of e)t.deoptimizeCache();null===(t=this.init)||void 0===t||t.deoptimizePath(V)}}else null===(i=this.init)||void 0===i||i.deoptimizePath(e)}deoptimizeThisOnInteractionAtPath(e,t,i){if(this.isReassigned||!this.init)return e.thisArg.deoptimizePath(V);i.withTrackedEntityAtPath(t,this.init,(()=>this.init.deoptimizeThisOnInteractionAtPath(e,t,i)),void 0)}getLiteralValueAtPath(e,t,i){return this.isReassigned||!this.init?H:t.withTrackedEntityAtPath(e,this.init,(()=>(this.expressionsToBeDeoptimized.push(i),this.init.getLiteralValueAtPath(e,t,i))),H)}getReturnExpressionWhenCalledAtPath(e,t,i,s){return this.isReassigned||!this.init?K:i.withTrackedEntityAtPath(e,this.init,(()=>(this.expressionsToBeDeoptimized.push(s),this.init.getReturnExpressionWhenCalledAtPath(e,t,i,s))),K)}hasEffectsOnInteractionAtPath(e,t,i){switch(t.type){case 0:return!!this.isReassigned||this.init&&!i.accessed.trackEntityAtPathAndGetIfTracked(e,this)&&this.init.hasEffectsOnInteractionAtPath(e,t,i);case 1:return!!this.included||0!==e.length&&(!!this.isReassigned||this.init&&!i.assigned.trackEntityAtPathAndGetIfTracked(e,this)&&this.init.hasEffectsOnInteractionAtPath(e,t,i));case 2:return!!this.isReassigned||this.init&&!(t.withNew?i.instantiated:i.called).trackEntityAtPathAndGetIfTracked(e,t.args,this)&&this.init.hasEffectsOnInteractionAtPath(e,t,i)}}include(){if(!this.included){this.included=!0;for(const e of this.declarations){e.included||e.include(Le(),!1);let t=e.parent;for(;!t.included&&(t.included=!0,"Program"!==t.type);)t=t.parent}}}includeCallArguments(e,t){if(this.isReassigned||this.init&&e.includedCallArguments.has(this.init))for(const i of t)i.include(e,!1);else this.init&&(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=null===this.init?[]:[this.init],this.init=K,this.isReassigned=!0),this.additionalInitializers}}function Mt(e){let t="";do{const i=e%64;e=Math.floor(e/64),t="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_$"[i]+t}while(0!==e);return t}function Ot(e,t){let i=e,s=1;for(;t.has(i)||we.has(i);)i=`${e}$${Mt(s++)}`;return t.add(i),i}class Dt{constructor(){this.children=[],this.variables=new Map}addDeclaration(e,t,i,s){const n=e.name;let r=this.variables.get(n);return r?r.addDeclaration(e,i):(r=new Rt(e.name,e,i||Oe,t),this.variables.set(n,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 Vt extends Dt{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 Vt&&this.parent.addAccessedDynamicImport(e)}addAccessedGlobals(e,t){const i=t.get(this)||new Set;for(const t of e)i.add(t);t.set(this,i),this.parent instanceof Vt&&this.parent.addAccessedGlobals(e,t)}addNamespaceMemberAccess(e,t){this.accessedOutsideVariables.set(e,t),this.parent.addNamespaceMemberAccess(e,t)}addReturnExpression(e){this.parent instanceof Vt&&this.parent.addReturnExpression(e)}addUsedOutsideNames(e,t,i,s){for(const s of this.accessedOutsideVariables.values())s.included&&(e.add(s.getBaseVariableName()),"system"===t&&i.has(s)&&e.add("exports"));const n=s.get(this);if(n)for(const t of n)e.add(t)}contains(e){return this.variables.has(e)||this.parent.contains(e)}deconflict(e,t,i){const s=new Set;if(this.addUsedOutsideNames(s,e,t,i),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,Ot(e,s));for(const s of this.children)s.deconflict(e,t,i)}findLexicalBoundary(){return this.parent.findLexicalBoundary()}findVariable(e){const t=this.variables.get(e)||this.accessedOutsideVariables.get(e);if(t)return t;const i=this.parent.findVariable(e);return this.accessedOutsideVariables.set(e,i),i}}class Bt extends Vt{constructor(e,t){super(e),this.parameters=[],this.hasRest=!1,this.context=t,this.hoistedBodyVarScope=new Vt(this)}addParameterDeclaration(e){const t=e.name;let i=this.hoistedBodyVarScope.variables.get(t);return i?i.addDeclaration(e,null):i=new Rt(t,e,K,this.context),this.variables.set(t,i),i}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 i=!1,s=!1;const n=this.hasRest&&this.parameters[this.parameters.length-1];for(const i of t)if(i instanceof ct){for(const i of t)i.include(e,!1);break}for(let r=t.length-1;r>=0;r--){const a=this.parameters[r]||n,o=t[r];if(a)if(i=!1,0===a.length)s=!0;else for(const e of a)e.included&&(s=!0),e.calledFromTryStatement&&(i=!0);!s&&o.shouldBeIncluded(e)&&(s=!0),s&&o.include(e,i)}}}class Ft extends Bt{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=K;for(const e of this.returnExpressions)e.deoptimizePath(V)}}}function zt(e,t){if("MemberExpression"===e.type)return!e.computed&&zt(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 Ut=Symbol("Value Properties"),jt={hasEffectsWhenCalled:()=>!1},Gt={hasEffectsWhenCalled:()=>!0},Ht={__proto__:null,[Ut]:Gt},Wt={__proto__:null,[Ut]:jt},qt={__proto__:null,[Ut]:{hasEffectsWhenCalled:({args:e},t)=>!e.length||e[0].hasEffectsOnInteractionAtPath(B,Y,t)}},Kt={__proto__:null,[Ut]:Gt,prototype:Ht},Xt={__proto__:null,[Ut]:jt,prototype:Ht},Yt={__proto__:null,[Ut]:jt,from:Wt,of:Wt,prototype:Ht},Qt={__proto__:null,[Ut]:jt,supportedLocalesOf:Xt},Zt={global:Ht,globalThis:Ht,self:Ht,window:Ht,__proto__:null,[Ut]:Gt,Array:{__proto__:null,[Ut]:Gt,from:Ht,isArray:Wt,of:Wt,prototype:Ht},ArrayBuffer:{__proto__:null,[Ut]:jt,isView:Wt,prototype:Ht},Atomics:Ht,BigInt:Kt,BigInt64Array:Kt,BigUint64Array:Kt,Boolean:Xt,constructor:Kt,DataView:Xt,Date:{__proto__:null,[Ut]:jt,now:Wt,parse:Wt,prototype:Ht,UTC:Wt},decodeURI:Wt,decodeURIComponent:Wt,encodeURI:Wt,encodeURIComponent:Wt,Error:Xt,escape:Wt,eval:Ht,EvalError:Xt,Float32Array:Yt,Float64Array:Yt,Function:Kt,hasOwnProperty:Ht,Infinity:Ht,Int16Array:Yt,Int32Array:Yt,Int8Array:Yt,isFinite:Wt,isNaN:Wt,isPrototypeOf:Ht,JSON:Ht,Map:Xt,Math:{__proto__:null,[Ut]:Gt,abs:Wt,acos:Wt,acosh:Wt,asin:Wt,asinh:Wt,atan:Wt,atan2:Wt,atanh:Wt,cbrt:Wt,ceil:Wt,clz32:Wt,cos:Wt,cosh:Wt,exp:Wt,expm1:Wt,floor:Wt,fround:Wt,hypot:Wt,imul:Wt,log:Wt,log10:Wt,log1p:Wt,log2:Wt,max:Wt,min:Wt,pow:Wt,random:Wt,round:Wt,sign:Wt,sin:Wt,sinh:Wt,sqrt:Wt,tan:Wt,tanh:Wt,trunc:Wt},NaN:Ht,Number:{__proto__:null,[Ut]:jt,isFinite:Wt,isInteger:Wt,isNaN:Wt,isSafeInteger:Wt,parseFloat:Wt,parseInt:Wt,prototype:Ht},Object:{__proto__:null,[Ut]:jt,create:Wt,defineProperty:qt,defineProperties:qt,getOwnPropertyDescriptor:Wt,getOwnPropertyNames:Wt,getOwnPropertySymbols:Wt,getPrototypeOf:Wt,hasOwn:Wt,is:Wt,isExtensible:Wt,isFrozen:Wt,isSealed:Wt,keys:Wt,fromEntries:Wt,entries:Wt,prototype:Ht},parseFloat:Wt,parseInt:Wt,Promise:{__proto__:null,[Ut]:Gt,all:Ht,prototype:Ht,race:Ht,reject:Ht,resolve:Ht},propertyIsEnumerable:Ht,Proxy:Ht,RangeError:Xt,ReferenceError:Xt,Reflect:Ht,RegExp:Xt,Set:Xt,SharedArrayBuffer:Kt,String:{__proto__:null,[Ut]:jt,fromCharCode:Wt,fromCodePoint:Wt,prototype:Ht,raw:Wt},Symbol:{__proto__:null,[Ut]:jt,for:Wt,keyFor:Wt,prototype:Ht},SyntaxError:Xt,toLocaleString:Ht,toString:Ht,TypeError:Xt,Uint16Array:Yt,Uint32Array:Yt,Uint8Array:Yt,Uint8ClampedArray:Yt,unescape:Wt,URIError:Xt,valueOf:Ht,WeakMap:Xt,WeakSet:Xt,clearInterval:Kt,clearTimeout:Kt,console:Ht,Intl:{__proto__:null,[Ut]:Gt,Collator:Qt,DateTimeFormat:Qt,ListFormat:Qt,NumberFormat:Qt,PluralRules:Qt,RelativeTimeFormat:Qt},setInterval:Kt,setTimeout:Kt,TextDecoder:Kt,TextEncoder:Kt,URL:Kt,URLSearchParams:Kt,AbortController:Kt,AbortSignal:Kt,addEventListener:Ht,alert:Ht,AnalyserNode:Kt,Animation:Kt,AnimationEvent:Kt,applicationCache:Ht,ApplicationCache:Kt,ApplicationCacheErrorEvent:Kt,atob:Ht,Attr:Kt,Audio:Kt,AudioBuffer:Kt,AudioBufferSourceNode:Kt,AudioContext:Kt,AudioDestinationNode:Kt,AudioListener:Kt,AudioNode:Kt,AudioParam:Kt,AudioProcessingEvent:Kt,AudioScheduledSourceNode:Kt,AudioWorkletNode:Kt,BarProp:Kt,BaseAudioContext:Kt,BatteryManager:Kt,BeforeUnloadEvent:Kt,BiquadFilterNode:Kt,Blob:Kt,BlobEvent:Kt,blur:Ht,BroadcastChannel:Kt,btoa:Ht,ByteLengthQueuingStrategy:Kt,Cache:Kt,caches:Ht,CacheStorage:Kt,cancelAnimationFrame:Ht,cancelIdleCallback:Ht,CanvasCaptureMediaStreamTrack:Kt,CanvasGradient:Kt,CanvasPattern:Kt,CanvasRenderingContext2D:Kt,ChannelMergerNode:Kt,ChannelSplitterNode:Kt,CharacterData:Kt,clientInformation:Ht,ClipboardEvent:Kt,close:Ht,closed:Ht,CloseEvent:Kt,Comment:Kt,CompositionEvent:Kt,confirm:Ht,ConstantSourceNode:Kt,ConvolverNode:Kt,CountQueuingStrategy:Kt,createImageBitmap:Ht,Credential:Kt,CredentialsContainer:Kt,crypto:Ht,Crypto:Kt,CryptoKey:Kt,CSS:Kt,CSSConditionRule:Kt,CSSFontFaceRule:Kt,CSSGroupingRule:Kt,CSSImportRule:Kt,CSSKeyframeRule:Kt,CSSKeyframesRule:Kt,CSSMediaRule:Kt,CSSNamespaceRule:Kt,CSSPageRule:Kt,CSSRule:Kt,CSSRuleList:Kt,CSSStyleDeclaration:Kt,CSSStyleRule:Kt,CSSStyleSheet:Kt,CSSSupportsRule:Kt,CustomElementRegistry:Kt,customElements:Ht,CustomEvent:Kt,DataTransfer:Kt,DataTransferItem:Kt,DataTransferItemList:Kt,defaultstatus:Ht,defaultStatus:Ht,DelayNode:Kt,DeviceMotionEvent:Kt,DeviceOrientationEvent:Kt,devicePixelRatio:Ht,dispatchEvent:Ht,document:Ht,Document:Kt,DocumentFragment:Kt,DocumentType:Kt,DOMError:Kt,DOMException:Kt,DOMImplementation:Kt,DOMMatrix:Kt,DOMMatrixReadOnly:Kt,DOMParser:Kt,DOMPoint:Kt,DOMPointReadOnly:Kt,DOMQuad:Kt,DOMRect:Kt,DOMRectReadOnly:Kt,DOMStringList:Kt,DOMStringMap:Kt,DOMTokenList:Kt,DragEvent:Kt,DynamicsCompressorNode:Kt,Element:Kt,ErrorEvent:Kt,Event:Kt,EventSource:Kt,EventTarget:Kt,external:Ht,fetch:Ht,File:Kt,FileList:Kt,FileReader:Kt,find:Ht,focus:Ht,FocusEvent:Kt,FontFace:Kt,FontFaceSetLoadEvent:Kt,FormData:Kt,frames:Ht,GainNode:Kt,Gamepad:Kt,GamepadButton:Kt,GamepadEvent:Kt,getComputedStyle:Ht,getSelection:Ht,HashChangeEvent:Kt,Headers:Kt,history:Ht,History:Kt,HTMLAllCollection:Kt,HTMLAnchorElement:Kt,HTMLAreaElement:Kt,HTMLAudioElement:Kt,HTMLBaseElement:Kt,HTMLBodyElement:Kt,HTMLBRElement:Kt,HTMLButtonElement:Kt,HTMLCanvasElement:Kt,HTMLCollection:Kt,HTMLContentElement:Kt,HTMLDataElement:Kt,HTMLDataListElement:Kt,HTMLDetailsElement:Kt,HTMLDialogElement:Kt,HTMLDirectoryElement:Kt,HTMLDivElement:Kt,HTMLDListElement:Kt,HTMLDocument:Kt,HTMLElement:Kt,HTMLEmbedElement:Kt,HTMLFieldSetElement:Kt,HTMLFontElement:Kt,HTMLFormControlsCollection:Kt,HTMLFormElement:Kt,HTMLFrameElement:Kt,HTMLFrameSetElement:Kt,HTMLHeadElement:Kt,HTMLHeadingElement:Kt,HTMLHRElement:Kt,HTMLHtmlElement:Kt,HTMLIFrameElement:Kt,HTMLImageElement:Kt,HTMLInputElement:Kt,HTMLLabelElement:Kt,HTMLLegendElement:Kt,HTMLLIElement:Kt,HTMLLinkElement:Kt,HTMLMapElement:Kt,HTMLMarqueeElement:Kt,HTMLMediaElement:Kt,HTMLMenuElement:Kt,HTMLMetaElement:Kt,HTMLMeterElement:Kt,HTMLModElement:Kt,HTMLObjectElement:Kt,HTMLOListElement:Kt,HTMLOptGroupElement:Kt,HTMLOptionElement:Kt,HTMLOptionsCollection:Kt,HTMLOutputElement:Kt,HTMLParagraphElement:Kt,HTMLParamElement:Kt,HTMLPictureElement:Kt,HTMLPreElement:Kt,HTMLProgressElement:Kt,HTMLQuoteElement:Kt,HTMLScriptElement:Kt,HTMLSelectElement:Kt,HTMLShadowElement:Kt,HTMLSlotElement:Kt,HTMLSourceElement:Kt,HTMLSpanElement:Kt,HTMLStyleElement:Kt,HTMLTableCaptionElement:Kt,HTMLTableCellElement:Kt,HTMLTableColElement:Kt,HTMLTableElement:Kt,HTMLTableRowElement:Kt,HTMLTableSectionElement:Kt,HTMLTemplateElement:Kt,HTMLTextAreaElement:Kt,HTMLTimeElement:Kt,HTMLTitleElement:Kt,HTMLTrackElement:Kt,HTMLUListElement:Kt,HTMLUnknownElement:Kt,HTMLVideoElement:Kt,IDBCursor:Kt,IDBCursorWithValue:Kt,IDBDatabase:Kt,IDBFactory:Kt,IDBIndex:Kt,IDBKeyRange:Kt,IDBObjectStore:Kt,IDBOpenDBRequest:Kt,IDBRequest:Kt,IDBTransaction:Kt,IDBVersionChangeEvent:Kt,IdleDeadline:Kt,IIRFilterNode:Kt,Image:Kt,ImageBitmap:Kt,ImageBitmapRenderingContext:Kt,ImageCapture:Kt,ImageData:Kt,indexedDB:Ht,innerHeight:Ht,innerWidth:Ht,InputEvent:Kt,IntersectionObserver:Kt,IntersectionObserverEntry:Kt,isSecureContext:Ht,KeyboardEvent:Kt,KeyframeEffect:Kt,length:Ht,localStorage:Ht,location:Ht,Location:Kt,locationbar:Ht,matchMedia:Ht,MediaDeviceInfo:Kt,MediaDevices:Kt,MediaElementAudioSourceNode:Kt,MediaEncryptedEvent:Kt,MediaError:Kt,MediaKeyMessageEvent:Kt,MediaKeySession:Kt,MediaKeyStatusMap:Kt,MediaKeySystemAccess:Kt,MediaList:Kt,MediaQueryList:Kt,MediaQueryListEvent:Kt,MediaRecorder:Kt,MediaSettingsRange:Kt,MediaSource:Kt,MediaStream:Kt,MediaStreamAudioDestinationNode:Kt,MediaStreamAudioSourceNode:Kt,MediaStreamEvent:Kt,MediaStreamTrack:Kt,MediaStreamTrackEvent:Kt,menubar:Ht,MessageChannel:Kt,MessageEvent:Kt,MessagePort:Kt,MIDIAccess:Kt,MIDIConnectionEvent:Kt,MIDIInput:Kt,MIDIInputMap:Kt,MIDIMessageEvent:Kt,MIDIOutput:Kt,MIDIOutputMap:Kt,MIDIPort:Kt,MimeType:Kt,MimeTypeArray:Kt,MouseEvent:Kt,moveBy:Ht,moveTo:Ht,MutationEvent:Kt,MutationObserver:Kt,MutationRecord:Kt,name:Ht,NamedNodeMap:Kt,NavigationPreloadManager:Kt,navigator:Ht,Navigator:Kt,NetworkInformation:Kt,Node:Kt,NodeFilter:Ht,NodeIterator:Kt,NodeList:Kt,Notification:Kt,OfflineAudioCompletionEvent:Kt,OfflineAudioContext:Kt,offscreenBuffering:Ht,OffscreenCanvas:Kt,open:Ht,openDatabase:Ht,Option:Kt,origin:Ht,OscillatorNode:Kt,outerHeight:Ht,outerWidth:Ht,PageTransitionEvent:Kt,pageXOffset:Ht,pageYOffset:Ht,PannerNode:Kt,parent:Ht,Path2D:Kt,PaymentAddress:Kt,PaymentRequest:Kt,PaymentRequestUpdateEvent:Kt,PaymentResponse:Kt,performance:Ht,Performance:Kt,PerformanceEntry:Kt,PerformanceLongTaskTiming:Kt,PerformanceMark:Kt,PerformanceMeasure:Kt,PerformanceNavigation:Kt,PerformanceNavigationTiming:Kt,PerformanceObserver:Kt,PerformanceObserverEntryList:Kt,PerformancePaintTiming:Kt,PerformanceResourceTiming:Kt,PerformanceTiming:Kt,PeriodicWave:Kt,Permissions:Kt,PermissionStatus:Kt,personalbar:Ht,PhotoCapabilities:Kt,Plugin:Kt,PluginArray:Kt,PointerEvent:Kt,PopStateEvent:Kt,postMessage:Ht,Presentation:Kt,PresentationAvailability:Kt,PresentationConnection:Kt,PresentationConnectionAvailableEvent:Kt,PresentationConnectionCloseEvent:Kt,PresentationConnectionList:Kt,PresentationReceiver:Kt,PresentationRequest:Kt,print:Ht,ProcessingInstruction:Kt,ProgressEvent:Kt,PromiseRejectionEvent:Kt,prompt:Ht,PushManager:Kt,PushSubscription:Kt,PushSubscriptionOptions:Kt,queueMicrotask:Ht,RadioNodeList:Kt,Range:Kt,ReadableStream:Kt,RemotePlayback:Kt,removeEventListener:Ht,Request:Kt,requestAnimationFrame:Ht,requestIdleCallback:Ht,resizeBy:Ht,ResizeObserver:Kt,ResizeObserverEntry:Kt,resizeTo:Ht,Response:Kt,RTCCertificate:Kt,RTCDataChannel:Kt,RTCDataChannelEvent:Kt,RTCDtlsTransport:Kt,RTCIceCandidate:Kt,RTCIceTransport:Kt,RTCPeerConnection:Kt,RTCPeerConnectionIceEvent:Kt,RTCRtpReceiver:Kt,RTCRtpSender:Kt,RTCSctpTransport:Kt,RTCSessionDescription:Kt,RTCStatsReport:Kt,RTCTrackEvent:Kt,screen:Ht,Screen:Kt,screenLeft:Ht,ScreenOrientation:Kt,screenTop:Ht,screenX:Ht,screenY:Ht,ScriptProcessorNode:Kt,scroll:Ht,scrollbars:Ht,scrollBy:Ht,scrollTo:Ht,scrollX:Ht,scrollY:Ht,SecurityPolicyViolationEvent:Kt,Selection:Kt,ServiceWorker:Kt,ServiceWorkerContainer:Kt,ServiceWorkerRegistration:Kt,sessionStorage:Ht,ShadowRoot:Kt,SharedWorker:Kt,SourceBuffer:Kt,SourceBufferList:Kt,speechSynthesis:Ht,SpeechSynthesisEvent:Kt,SpeechSynthesisUtterance:Kt,StaticRange:Kt,status:Ht,statusbar:Ht,StereoPannerNode:Kt,stop:Ht,Storage:Kt,StorageEvent:Kt,StorageManager:Kt,styleMedia:Ht,StyleSheet:Kt,StyleSheetList:Kt,SubtleCrypto:Kt,SVGAElement:Kt,SVGAngle:Kt,SVGAnimatedAngle:Kt,SVGAnimatedBoolean:Kt,SVGAnimatedEnumeration:Kt,SVGAnimatedInteger:Kt,SVGAnimatedLength:Kt,SVGAnimatedLengthList:Kt,SVGAnimatedNumber:Kt,SVGAnimatedNumberList:Kt,SVGAnimatedPreserveAspectRatio:Kt,SVGAnimatedRect:Kt,SVGAnimatedString:Kt,SVGAnimatedTransformList:Kt,SVGAnimateElement:Kt,SVGAnimateMotionElement:Kt,SVGAnimateTransformElement:Kt,SVGAnimationElement:Kt,SVGCircleElement:Kt,SVGClipPathElement:Kt,SVGComponentTransferFunctionElement:Kt,SVGDefsElement:Kt,SVGDescElement:Kt,SVGDiscardElement:Kt,SVGElement:Kt,SVGEllipseElement:Kt,SVGFEBlendElement:Kt,SVGFEColorMatrixElement:Kt,SVGFEComponentTransferElement:Kt,SVGFECompositeElement:Kt,SVGFEConvolveMatrixElement:Kt,SVGFEDiffuseLightingElement:Kt,SVGFEDisplacementMapElement:Kt,SVGFEDistantLightElement:Kt,SVGFEDropShadowElement:Kt,SVGFEFloodElement:Kt,SVGFEFuncAElement:Kt,SVGFEFuncBElement:Kt,SVGFEFuncGElement:Kt,SVGFEFuncRElement:Kt,SVGFEGaussianBlurElement:Kt,SVGFEImageElement:Kt,SVGFEMergeElement:Kt,SVGFEMergeNodeElement:Kt,SVGFEMorphologyElement:Kt,SVGFEOffsetElement:Kt,SVGFEPointLightElement:Kt,SVGFESpecularLightingElement:Kt,SVGFESpotLightElement:Kt,SVGFETileElement:Kt,SVGFETurbulenceElement:Kt,SVGFilterElement:Kt,SVGForeignObjectElement:Kt,SVGGElement:Kt,SVGGeometryElement:Kt,SVGGradientElement:Kt,SVGGraphicsElement:Kt,SVGImageElement:Kt,SVGLength:Kt,SVGLengthList:Kt,SVGLinearGradientElement:Kt,SVGLineElement:Kt,SVGMarkerElement:Kt,SVGMaskElement:Kt,SVGMatrix:Kt,SVGMetadataElement:Kt,SVGMPathElement:Kt,SVGNumber:Kt,SVGNumberList:Kt,SVGPathElement:Kt,SVGPatternElement:Kt,SVGPoint:Kt,SVGPointList:Kt,SVGPolygonElement:Kt,SVGPolylineElement:Kt,SVGPreserveAspectRatio:Kt,SVGRadialGradientElement:Kt,SVGRect:Kt,SVGRectElement:Kt,SVGScriptElement:Kt,SVGSetElement:Kt,SVGStopElement:Kt,SVGStringList:Kt,SVGStyleElement:Kt,SVGSVGElement:Kt,SVGSwitchElement:Kt,SVGSymbolElement:Kt,SVGTextContentElement:Kt,SVGTextElement:Kt,SVGTextPathElement:Kt,SVGTextPositioningElement:Kt,SVGTitleElement:Kt,SVGTransform:Kt,SVGTransformList:Kt,SVGTSpanElement:Kt,SVGUnitTypes:Kt,SVGUseElement:Kt,SVGViewElement:Kt,TaskAttributionTiming:Kt,Text:Kt,TextEvent:Kt,TextMetrics:Kt,TextTrack:Kt,TextTrackCue:Kt,TextTrackCueList:Kt,TextTrackList:Kt,TimeRanges:Kt,toolbar:Ht,top:Ht,Touch:Kt,TouchEvent:Kt,TouchList:Kt,TrackEvent:Kt,TransitionEvent:Kt,TreeWalker:Kt,UIEvent:Kt,ValidityState:Kt,visualViewport:Ht,VisualViewport:Kt,VTTCue:Kt,WaveShaperNode:Kt,WebAssembly:Ht,WebGL2RenderingContext:Kt,WebGLActiveInfo:Kt,WebGLBuffer:Kt,WebGLContextEvent:Kt,WebGLFramebuffer:Kt,WebGLProgram:Kt,WebGLQuery:Kt,WebGLRenderbuffer:Kt,WebGLRenderingContext:Kt,WebGLSampler:Kt,WebGLShader:Kt,WebGLShaderPrecisionFormat:Kt,WebGLSync:Kt,WebGLTexture:Kt,WebGLTransformFeedback:Kt,WebGLUniformLocation:Kt,WebGLVertexArrayObject:Kt,WebSocket:Kt,WheelEvent:Kt,Window:Kt,Worker:Kt,WritableStream:Kt,XMLDocument:Kt,XMLHttpRequest:Kt,XMLHttpRequestEventTarget:Kt,XMLHttpRequestUpload:Kt,XMLSerializer:Kt,XPathEvaluator:Kt,XPathExpression:Kt,XPathResult:Kt,XSLTProcessor:Kt};for(const e of["window","global","self","globalThis"])Zt[e]=Zt;function Jt(e){let t=Zt;for(const i of e){if("string"!=typeof i)return null;if(t=t[i],!t)return null}return t[Ut]}class ei extends J{constructor(){super(...arguments),this.isReassigned=!0}getLiteralValueAtPath(e,t,i){return Jt([this.name,...e])?W:H}hasEffectsOnInteractionAtPath(e,t,i){switch(t.type){case 0:return 0===e.length?"undefined"!==this.name&&!Jt([this.name]):!Jt([this.name,...e].slice(0,-1));case 1:return!0;case 2:{const s=Jt([this.name,...e]);return!s||s.hasEffectsWhenCalled(t,i)}}}}const ti={__proto__:null,class:!0,const:!0,let:!0,var:!0};class ii extends lt{constructor(){super(...arguments),this.variable=null,this.isTDZAccess=null}addExportedVariables(e,t){t.has(this.variable)&&e.push(this.variable)}bind(){!this.variable&&zt(this,this.parent)&&(this.variable=this.scope.findVariable(this.name),this.variable.addReference(this))}declare(e,t){let i;const{treeshake:s}=this.context.options;switch(e){case"var":i=this.scope.addDeclaration(this,this.context,t,!0),s&&s.correctVarValueBeforeDeclaration&&i.markInitializersForDeoptimization();break;case"function":case"let":case"const":case"class":i=this.scope.addDeclaration(this,this.context,t,!1);break;case"parameter":i=this.scope.addParameterDeclaration(this);break;default:throw new Error(`Internal Error: Unexpected identifier kind ${e}.`)}return i.kind=e,[this.variable=i]}deoptimizePath(e){var t;0!==e.length||this.scope.contains(this.name)||this.disallowImportReassignment(),null===(t=this.variable)||void 0===t||t.deoptimizePath(e)}deoptimizeThisOnInteractionAtPath(e,t,i){this.variable.deoptimizeThisOnInteractionAtPath(e,t,i)}getLiteralValueAtPath(e,t,i){return this.getVariableRespectingTDZ().getLiteralValueAtPath(e,t,i)}getReturnExpressionWhenCalledAtPath(e,t,i,s){return this.getVariableRespectingTDZ().getReturnExpressionWhenCalledAtPath(e,t,i,s)}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),!(!this.isPossibleTDZ()||"var"===this.variable.kind)||this.context.options.treeshake.unknownGlobalSideEffects&&this.variable instanceof ei&&this.variable.hasEffectsOnInteractionAtPath(D,X,e)}hasEffectsOnInteractionAtPath(e,t,i){switch(t.type){case 0:return null!==this.variable&&this.getVariableRespectingTDZ().hasEffectsOnInteractionAtPath(e,t,i);case 1:return(e.length>0?this.getVariableRespectingTDZ():this.variable).hasEffectsOnInteractionAtPath(e,t,i);case 2:return this.getVariableRespectingTDZ().hasEffectsOnInteractionAtPath(e,t,i)}}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 Rt&&this.variable.kind&&this.variable.kind in ti))return this.isTDZAccess=!1;let e;return this.variable.declarations&&1===this.variable.declarations.length&&(e=this.variable.declarations[0])&&this.start=s)return s;n=e.charCodeAt(++i),++i,(i=47===n?e.indexOf("\n",i)+1:e.indexOf("*/",i)+2)>s&&(s=e.indexOf(t,i))}}const hi=/\S/g;function li(e,t){return hi.lastIndex=t,hi.exec(e).index}function ci(e){let t,i,s=0;for(t=e.indexOf("\n",s);;){if(s=e.indexOf("/",s),-1===s||s>t)return[t,t+1];if(i=e.charCodeAt(s+1),47===i)return[s,t+1];s=e.indexOf("*/",s+3)+2,s>t&&(t=e.indexOf("\n",s))}}function ui(e,t,i,s,n){let r,a,o,h,l=e[0],c=!l.included||l.needsBoundaries;c&&(h=i+ci(t.original.slice(i,l.start))[1]);for(let i=1;i<=e.length;i++)r=l,a=h,o=c,l=e[i],c=void 0!==l&&(!l.included||l.needsBoundaries),o||c?(h=r.end+ci(t.original.slice(r.end,void 0===l?s:l.start))[1],r.included?o?r.render(t,n,{end:h,start:a}):r.render(t,n):ni(r,t,a,h)):r.render(t,n)}function pi(e,t,i,s){const n=[];let r,a,o,h,l,c=i-1;for(let s=0;s0||this.argument.hasEffectsOnInteractionAtPath(D,t,i)}markDeclarationReached(){this.argument.markDeclarationReached()}applyDeoptimizations(){this.deoptimized=!0,null!==this.declarationInit&&(this.declarationInit.deoptimizePath([R,R]),this.context.requestTreeshakingPass())}}class xi extends lt{constructor(){super(...arguments),this.objectEntity=null,this.deoptimizedReturn=!1}deoptimizePath(e){this.getObjectEntity().deoptimizePath(e),1===e.length&&e[0]===R&&this.scope.getReturnExpression().deoptimizePath(V)}deoptimizeThisOnInteractionAtPath(e,t,i){t.length>0&&this.getObjectEntity().deoptimizeThisOnInteractionAtPath(e,t,i)}getLiteralValueAtPath(e,t,i){return this.getObjectEntity().getLiteralValueAtPath(e,t,i)}getReturnExpressionWhenCalledAtPath(e,t,i,s){return e.length>0?this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,i,s):this.async?(this.deoptimizedReturn||(this.deoptimizedReturn=!0,this.scope.getReturnExpression().deoptimizePath(V),this.context.requestTreeshakingPass()),K):this.scope.getReturnExpression()}hasEffectsOnInteractionAtPath(e,t,i){if(e.length>0||2!==t.type)return this.getObjectEntity().hasEffectsOnInteractionAtPath(e,t,i);if(this.async){const{propertyReadSideEffects:e}=this.context.options.treeshake,t=this.scope.getReturnExpression();if(t.hasEffectsOnInteractionAtPath(["then"],Z,i)||e&&("always"===e||t.hasEffectsOnInteractionAtPath(["then"],X,i)))return!0}for(const e of this.params)if(e.hasEffects(i))return!0;return!1}include(e,t){this.deoptimized||this.applyDeoptimizations(),this.included=!0;const{brokenFlow:i}=e;e.brokenFlow=0,this.body.include(e,t),e.brokenFlow=i}includeCallArguments(e,t){this.scope.includeCallArguments(e,t)}initialise(){this.scope.addParameterVariables(this.params.map((e=>e.declare("parameter",K))),this.params[this.params.length-1]instanceof yi),this.body instanceof gi?this.body.addImplicitReturnExpressionToScope():this.scope.addReturnExpression(this.body)}parseNode(e){"BlockStatement"===e.body.type&&(this.body=new gi(e.body,this,this.scope.hoistedBodyVarScope)),super.parseNode(e)}applyDeoptimizations(){}}xi.prototype.preventChildBlockScope=!0;class vi extends xi{constructor(){super(...arguments),this.objectEntity=null}createScope(e){this.scope=new Ft(e,this.context)}hasEffects(){return this.deoptimized||this.applyDeoptimizations(),!1}hasEffectsOnInteractionAtPath(e,t,i){if(super.hasEffectsOnInteractionAtPath(e,t,i))return!0;if(2===t.type){const{ignore:e,brokenFlow:t}=i;if(i.ignore={breaks:!1,continues:!1,labels:new Set,returnYield:!0},this.body.hasEffects(i))return!0;i.ignore=e,i.brokenFlow=t}return!1}include(e,t){super.include(e,t);for(const i of this.params)i instanceof ii||i.include(e,t)}getObjectEntity(){return null!==this.objectEntity?this.objectEntity:this.objectEntity=new yt([],Et)}}function Ei(e,{exportNamesByVariable:t,snippets:{_:i,getObject:s,getPropertyAccess:n}},r=""){if(1===e.length&&1===t.get(e[0]).length){const s=e[0];return`exports('${t.get(s)}',${i}${s.getName(n)}${r})`}{const i=[];for(const s of e)for(const e of t.get(s))i.push([e,s.getName(n)+r]);return`exports(${s(i,{lineBreakIndent:null})})`}}function bi(e,t,i,s,{exportNamesByVariable:n,snippets:{_:r}}){s.prependRight(t,`exports('${n.get(e)}',${r}`),s.appendLeft(i,")")}function Si(e,t,i,s,n,r){const{_:a,getPropertyAccess:o}=r.snippets;n.appendLeft(i,`,${a}${Ei([e],r)},${a}${e.getName(o)}`),s&&(n.prependRight(t,"("),n.appendLeft(i,")"))}class ki extends lt{addExportedVariables(e,t){for(const i of this.properties)"Property"===i.type?i.value.addExportedVariables(e,t):i.argument.addExportedVariables(e,t)}declare(e,t){const i=[];for(const s of this.properties)i.push(...s.declare(e,t));return i}deoptimizePath(e){if(0===e.length)for(const t of this.properties)t.deoptimizePath(e)}hasEffectsOnInteractionAtPath(e,t,i){for(const e of this.properties)if(e.hasEffectsOnInteractionAtPath(D,t,i))return!0;return!1}markDeclarationReached(){for(const e of this.properties)e.markDeclarationReached()}}class Ai extends Rt{constructor(e){super("arguments",null,K,e)}hasEffectsOnInteractionAtPath(e,{type:t}){return 0!==t||e.length>1}}class _i extends Rt{constructor(e){super("this",null,null,e),this.deoptimizedPaths=[],this.entitiesToBeDeoptimized=new Set,this.thisDeoptimizationList=[],this.thisDeoptimizations=new G}addEntityToBeDeoptimized(e){for(const t of this.deoptimizedPaths)e.deoptimizePath(t);for(const{interaction:t,path:i}of this.thisDeoptimizationList)e.deoptimizeThisOnInteractionAtPath(t,i,j);this.entitiesToBeDeoptimized.add(e)}deoptimizePath(e){if(0!==e.length&&!this.deoptimizationTracker.trackEntityAtPathAndGetIfTracked(e,this)){this.deoptimizedPaths.push(e);for(const t of this.entitiesToBeDeoptimized)t.deoptimizePath(e)}}deoptimizeThisOnInteractionAtPath(e,t){const i={interaction:e,path:t};if(!this.thisDeoptimizations.trackEntityAtPathAndGetIfTracked(t,e.type,e.thisArg)){for(const i of this.entitiesToBeDeoptimized)i.deoptimizeThisOnInteractionAtPath(e,t,j);this.thisDeoptimizationList.push(i)}}hasEffectsOnInteractionAtPath(e,t,i){return this.getInit(i).hasEffectsOnInteractionAtPath(e,t,i)||super.hasEffectsOnInteractionAtPath(e,t,i)}getInit(e){return e.replacedVariableInits.get(this)||K}}class wi extends Ft{constructor(e,t){super(e,t),this.variables.set("arguments",this.argumentsVariable=new Ai(t)),this.variables.set("this",this.thisVariable=new _i(t))}findLexicalBoundary(){return this}includeCallArguments(e,t){if(super.includeCallArguments(e,t),this.argumentsVariable.included)for(const i of t)i.included||i.include(e,!1)}}class Ii extends xi{constructor(){super(...arguments),this.objectEntity=null}createScope(e){this.scope=new wi(e,this.context)}deoptimizeThisOnInteractionAtPath(e,t,i){super.deoptimizeThisOnInteractionAtPath(e,t,i),2===e.type&&0===t.length&&this.scope.thisVariable.addEntityToBeDeoptimized(e.thisArg)}hasEffects(e){var t;return this.deoptimized||this.applyDeoptimizations(),!!(null===(t=this.id)||void 0===t?void 0:t.hasEffects(e))}hasEffectsOnInteractionAtPath(e,t,i){if(super.hasEffectsOnInteractionAtPath(e,t,i))return!0;if(2===t.type){const e=i.replacedVariableInits.get(this.scope.thisVariable);i.replacedVariableInits.set(this.scope.thisVariable,t.withNew?new yt(Object.create(null),Et):K);const{brokenFlow:s,ignore:n}=i;if(i.ignore={breaks:!1,continues:!1,labels:new Set,returnYield:!0},this.body.hasEffects(i))return!0;i.brokenFlow=s,e?i.replacedVariableInits.set(this.scope.thisVariable,e):i.replacedVariableInits.delete(this.scope.thisVariable),i.ignore=n}return!1}include(e,t){var i;super.include(e,t),null===(i=this.id)||void 0===i||i.include();const s=this.scope.argumentsVariable.included;for(const i of this.params)i instanceof ii&&!s||i.include(e,t)}initialise(){var e;super.initialise(),null===(e=this.id)||void 0===e||e.declare("function",this)}getObjectEntity(){return null!==this.objectEntity?this.objectEntity:this.objectEntity=new yt([{key:"prototype",kind:"init",property:new yt([],Et)}],Et)}}const Pi={"!=":(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)=>ee<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 Ci(e,t,i){if(i.arguments.length>0)if(i.arguments[i.arguments.length-1].included)for(const s of i.arguments)s.render(e,t);else{let s=i.arguments.length-2;for(;s>=0&&!i.arguments[s].included;)s--;if(s>=0){for(let n=0;n<=s;n++)i.arguments[n].render(e,t);e.remove(oi(e.original,",",i.arguments[s].end),i.end-1)}else e.remove(oi(e.original,"(",i.callee.end)+1,i.end-1)}}class Ni extends lt{deoptimizeThisOnInteractionAtPath(){}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)?H:this.value}getReturnExpressionWhenCalledAtPath(e){return 1!==e.length?K:Ye(this.members,e[0])}hasEffectsOnInteractionAtPath(e,t,i){switch(t.type){case 0:return e.length>(null===this.value?0:1);case 1:return!0;case 2:return 1!==e.length||Xe(this.members,e[0],t,i)}}initialise(){this.members=function(e){switch(typeof e){case"boolean":return We;case"number":return qe;case"string":return Ke}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 Ti(e){const t=e.propertyKey,i=e.object;if("string"==typeof t){if(i instanceof ii)return[{key:i.name,pos:i.start},{key:t,pos:e.property.start}];if(i instanceof $i){const s=Ti(i);return s&&[...s,{key:t,pos:e.property.start}]}}return null}class $i extends lt{constructor(){super(...arguments),this.variable=null,this.assignmentDeoptimized=!1,this.bound=!1,this.expressionsToBeDeoptimized=[],this.replacement=null}bind(){this.bound=!0;const e=Ti(this),t=e&&this.scope.findVariable(e[0].key);if(t&&t.isNamespace){const i=Li(t,e.slice(1),this.context);i?"string"==typeof i?this.replacement=i:(this.variable=i,this.scope.addNamespaceMemberAccess(function(e){let t=e[0].key;for(let i=1;i{this.expressionsToBeDeoptimized.add(e.thisArg),s.deoptimizeThisOnInteractionAtPath(e,t,i)}),void 0)}getLiteralValueAtPath(e,t,i){const s=this.getReturnExpression(t);return s===K?H:t.withTrackedEntityAtPath(e,s,(()=>(this.deoptimizableDependentExpressions.push(i),s.getLiteralValueAtPath(e,t,i))),H)}getReturnExpressionWhenCalledAtPath(e,t,i,s){const n=this.getReturnExpression(i);return this.returnExpression===K?K:i.withTrackedEntityAtPath(e,n,(()=>(this.deoptimizableDependentExpressions.push(s),n.getReturnExpressionWhenCalledAtPath(e,t,i,s))),K)}hasEffectsOnInteractionAtPath(e,t,i){const{type:s}=t;if(2===s){if((t.withNew?i.instantiated:i.called).trackEntityAtPathAndGetIfTracked(e,t.args,this))return!1}else if((1===s?i.assigned:i.accessed).trackEntityAtPathAndGetIfTracked(e,this))return!1;return this.getReturnExpression().hasEffectsOnInteractionAtPath(e,t,i)}}class Mi extends Bt{addDeclaration(e,t,i,s){const n=this.variables.get(e.name);return n?(this.parent.addDeclaration(e,t,Oe,s),n.addDeclaration(e,i),n):this.parent.addDeclaration(e,t,i,s)}}class Oi extends Vt{constructor(e,t,i){super(e),this.variables.set("this",this.thisVariable=new Rt("this",null,t,i)),this.instanceScope=new Vt(this),this.instanceScope.variables.set("this",new _i(i))}findLexicalBoundary(){return this}}class Di extends lt{constructor(){super(...arguments),this.accessedValue=null}deoptimizeCache(){}deoptimizePath(e){this.getAccessedValue().deoptimizePath(e)}deoptimizeThisOnInteractionAtPath(e,t,i){return 0===e.type&&"get"===this.kind&&0===t.length?this.value.deoptimizeThisOnInteractionAtPath({args:Q,thisArg:e.thisArg,type:2,withNew:!1},D,i):1===e.type&&"set"===this.kind&&0===t.length?this.value.deoptimizeThisOnInteractionAtPath({args:e.args,thisArg:e.thisArg,type:2,withNew:!1},D,i):void this.getAccessedValue().deoptimizeThisOnInteractionAtPath(e,t,i)}getLiteralValueAtPath(e,t,i){return this.getAccessedValue().getLiteralValueAtPath(e,t,i)}getReturnExpressionWhenCalledAtPath(e,t,i,s){return this.getAccessedValue().getReturnExpressionWhenCalledAtPath(e,t,i,s)}hasEffects(e){return this.key.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,i){return"get"===this.kind&&0===t.type&&0===e.length?this.value.hasEffectsOnInteractionAtPath(D,{args:Q,thisArg:t.thisArg,type:2,withNew:!1},i):"set"===this.kind&&1===t.type?this.value.hasEffectsOnInteractionAtPath(D,{args:t.args,thisArg:t.thisArg,type:2,withNew:!1},i):this.getAccessedValue().hasEffectsOnInteractionAtPath(e,t,i)}applyDeoptimizations(){}getAccessedValue(){return null===this.accessedValue?"get"===this.kind?(this.accessedValue=K,this.accessedValue=this.value.getReturnExpressionWhenCalledAtPath(D,Z,j,this)):this.accessedValue=this.value:this.accessedValue}}class Vi extends Di{applyDeoptimizations(){}}class Bi extends q{constructor(e,t){super(),this.object=e,this.key=t}deoptimizePath(e){this.object.deoptimizePath([this.key,...e])}deoptimizeThisOnInteractionAtPath(e,t,i){this.object.deoptimizeThisOnInteractionAtPath(e,[this.key,...t],i)}getLiteralValueAtPath(e,t,i){return this.object.getLiteralValueAtPath([this.key,...e],t,i)}getReturnExpressionWhenCalledAtPath(e,t,i,s){return this.object.getReturnExpressionWhenCalledAtPath([this.key,...e],t,i,s)}hasEffectsOnInteractionAtPath(e,t,i){return this.object.hasEffectsOnInteractionAtPath([this.key,...e],t,i)}}class Fi extends lt{constructor(){super(...arguments),this.objectEntity=null}createScope(e){this.scope=new Vt(e)}deoptimizeCache(){this.getObjectEntity().deoptimizeAllProperties()}deoptimizePath(e){this.getObjectEntity().deoptimizePath(e)}deoptimizeThisOnInteractionAtPath(e,t,i){this.getObjectEntity().deoptimizeThisOnInteractionAtPath(e,t,i)}getLiteralValueAtPath(e,t,i){return this.getObjectEntity().getLiteralValueAtPath(e,t,i)}getReturnExpressionWhenCalledAtPath(e,t,i,s){return this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,i,s)}hasEffects(e){var t,i;this.deoptimized||this.applyDeoptimizations();const s=(null===(t=this.superClass)||void 0===t?void 0:t.hasEffects(e))||this.body.hasEffects(e);return null===(i=this.id)||void 0===i||i.markDeclarationReached(),s||super.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,i){var s;return 2===t.type&&0===e.length?!t.withNew||(null!==this.classConstructor?this.classConstructor.hasEffectsOnInteractionAtPath(e,t,i):null===(s=this.superClass)||void 0===s?void 0:s.hasEffectsOnInteractionAtPath(e,t,i))||!1:this.getObjectEntity().hasEffectsOnInteractionAtPath(e,t,i)}include(e,t){var i;this.deoptimized||this.applyDeoptimizations(),this.included=!0,null===(i=this.superClass)||void 0===i||i.include(e,t),this.body.include(e,t),this.id&&(this.id.markDeclarationReached(),this.id.include())}initialise(){var e;null===(e=this.id)||void 0===e||e.declare("class",this);for(const e of this.body.body)if(e instanceof Vi&&"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 Vi&&"constructor"===e.kind||e.deoptimizePath(V);this.context.requestTreeshakingPass()}getObjectEntity(){if(null!==this.objectEntity)return this.objectEntity;const e=[],t=[];for(const i of this.body.body){const s=i.static?e:t,n=i.kind;if(s===t&&!n)continue;const r="set"===n||"get"===n?n:"init";let a;if(i.computed){const e=i.key.getLiteralValueAtPath(D,j,this);if("symbol"==typeof e){s.push({key:R,kind:r,property:i});continue}a=String(e)}else a=i.key instanceof ii?i.key.name:String(i.key.value);s.push({key:a,kind:r,property:i})}return e.unshift({key:"prototype",kind:"init",property:new yt(t,this.superClass?new Bi(this.superClass,"prototype"):Et)}),this.objectEntity=new yt(e,this.superClass||Et)}}class zi extends Fi{initialise(){super.initialise(),null!==this.id&&(this.id.variable.isId=!0)}parseNode(e){null!==e.id&&(this.id=new ii(e.id,this,this.scope.parent)),super.parseNode(e)}render(e,t){const{exportNamesByVariable:i,format:s,snippets:{_:n}}=t;"system"===s&&this.id&&i.has(this.id.variable)&&e.appendLeft(this.end,`${n}${Ei([this.id.variable],t)};`),super.render(e,t)}}class Ui extends q{constructor(e){super(),this.expressions=e,this.included=!1}deoptimizePath(e){for(const t of this.expressions)t.deoptimizePath(e)}getReturnExpressionWhenCalledAtPath(e,t,i,s){return new Ui(this.expressions.map((n=>n.getReturnExpressionWhenCalledAtPath(e,t,i,s))))}hasEffectsOnInteractionAtPath(e,t,i){for(const s of this.expressions)if(s.hasEffectsOnInteractionAtPath(e,t,i))return!0;return!1}}class ji extends lt{hasEffects(){return!1}initialise(){this.context.addExport(this)}render(e,t,i){e.remove(i.start,i.end)}applyDeoptimizations(){}}ji.prototype.needsBoundaries=!0;class Gi extends Ii{initialise(){super.initialise(),null!==this.id&&(this.id.variable.isId=!0)}parseNode(e){null!==e.id&&(this.id=new ii(e.id,this,this.scope.parent)),super.parseNode(e)}}class Hi extends lt{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)}render(e,t,i){const{start:s,end:n}=i,r=function(e,t){return li(e,oi(e,"default",t)+7)}(e.original,this.start);if(this.declaration instanceof Gi)this.renderNamedDeclaration(e,r,"function","(",null===this.declaration.id,t);else if(this.declaration instanceof zi)this.renderNamedDeclaration(e,r,"class","{",null===this.declaration.id,t);else{if(this.variable.getOriginalVariable()!==this.variable)return void ni(this,e,s,n);if(!this.variable.included)return e.remove(this.start,r),this.declaration.render(e,t,{renderedSurroundingElement:"ExpressionStatement"}),void(";"!==e.original[this.end-1]&&e.appendLeft(this.end,";"));this.renderVariableDeclaration(e,r,t)}this.declaration.render(e,t)}applyDeoptimizations(){}renderNamedDeclaration(e,t,i,s,n,r){const{exportNamesByVariable:a,format:o,snippets:{getPropertyAccess:h}}=r,l=this.variable.getName(h);e.remove(this.start,t),n&&e.appendLeft(function(e,t,i,s){const n=oi(e,t,s)+t.length;e=e.slice(n,oi(e,i,n));const r=oi(e,"*");return-1===r?n:n+r+1}(e.original,i,s,t),` ${l}`),"system"===o&&this.declaration instanceof zi&&a.has(this.variable)&&e.appendLeft(this.end,` ${Ei([this.variable],r)};`)}renderVariableDeclaration(e,t,{format:i,exportNamesByVariable:s,snippets:{cnst:n,getPropertyAccess:r}}){const a=59===e.original.charCodeAt(this.end-1),o="system"===i&&s.get(this.variable);o?(e.overwrite(this.start,t,`${n} ${this.variable.getName(r)} = exports('${o[0]}', `),e.appendRight(a?this.end-1:this.end,")"+(a?"":";"))):(e.overwrite(this.start,t,`${n} ${this.variable.getName(r)} = `),a||e.appendLeft(this.end,";"))}}Hi.prototype.needsBoundaries=!0;class Wi extends lt{bind(){var e;null===(e=this.declaration)||void 0===e||e.bind()}hasEffects(e){var t;return!!(null===(t=this.declaration)||void 0===t?void 0:t.hasEffects(e))}initialise(){this.context.addExport(this)}render(e,t,i){const{start:s,end:n}=i;null===this.declaration?e.remove(s,n):(e.remove(this.start,this.declaration.start),this.declaration.render(e,t,{end:n,start:s}))}applyDeoptimizations(){}}Wi.prototype.needsBoundaries=!0;class qi extends fi{constructor(){super(...arguments),this.hoistedDeclarations=[]}addDeclaration(e,t,i,s){return this.hoistedDeclarations.push(e),super.addDeclaration(e,t,i,s)}}const Ki=Symbol("unset");class Xi extends lt{constructor(){super(...arguments),this.testValue=Ki}deoptimizeCache(){this.testValue=H}hasEffects(e){var t;if(this.test.hasEffects(e))return!0;const i=this.getTestValue();if("symbol"==typeof i){const{brokenFlow:t}=e;if(this.consequent.hasEffects(e))return!0;const i=e.brokenFlow;return e.brokenFlow=t,null!==this.alternate&&(!!this.alternate.hasEffects(e)||(e.brokenFlow=e.brokenFlow{const t=e.variable;return t.included?t.getName(i):""})))].filter(Boolean).join(", ");if(s){const e=this.parent.type,i="Program"!==e&&"BlockStatement"!==e;t.prependRight(this.start,`${i?"{ ":""}var ${s}; `),i&&t.appendLeft(this.end," }")}}shouldKeepAlternateBranch(){let e=this.parent;do{if(e instanceof Xi&&e.alternate)return!0;if(e instanceof gi)return!1;e=e.parent}while(e);return!1}}class Yi extends lt{bind(){}hasEffects(){return!1}initialise(){this.context.addImport(this)}render(e,t,i){e.remove(i.start,i.end)}applyDeoptimizations(){}}Yi.prototype.needsBoundaries=!0;const Qi={auto:"_interopDefault",default:null,defaultOnly:null,esModule:null,false:null,true:"_interopDefaultLegacy"},Zi=(e,t)=>"esModule"===e||t&&("auto"===e||"true"===e),Ji={auto:"_interopNamespace",default:"_interopNamespaceDefault",defaultOnly:"_interopNamespaceDefaultOnly",esModule:null,false:null,true:"_interopNamespace"},es=(e,t)=>Zi(e,t)&&"_interopDefault"===Qi[e],ts=(e,t,i,s,n,r,a)=>{const o=new Set(e);for(const e of fs)t.has(e)&&o.add(e);return fs.map((e=>o.has(e)?is[e](i,s,n,r,a,o):"")).join("")},is={_interopDefaultLegacy(e,t,i){const{_:s,getDirectReturnFunction:n,n:r}=t,[a,o]=n(["e"],{functionReturn:!0,lineBreakIndent:null,name:"_interopDefaultLegacy"});return`${a}e${s}&&${s}typeof e${s}===${s}'object'${s}&&${s}'default'${s}in e${s}?${s}${i?ss(t):ns(t)}${o}${r}${r}`},_interopDefault(e,t,i){const{_:s,getDirectReturnFunction:n,n:r}=t,[a,o]=n(["e"],{functionReturn:!0,lineBreakIndent:null,name:"_interopDefault"});return`${a}e${s}&&${s}e.__esModule${s}?${s}${i?ss(t):ns(t)}${o}${r}${r}`},_interopNamespaceDefaultOnly(e,t,i,s,n){const{getDirectReturnFunction:r,getObject:a,n:o}=t,[h,l]=r(["e"],{functionReturn:!0,lineBreakIndent:null,name:"_interopNamespaceDefaultOnly"});return`${h}${ps(s,ds(n,a([["__proto__","null"],["default","e"]],{lineBreakIndent:null}),t))}${l}${o}${o}`},_interopNamespaceDefault(e,t,i,s,n){const{_:r,n:a}=t;return`function _interopNamespaceDefault(e)${r}{${a}`+rs(e,e,t,i,s,n)+`}${a}${a}`},_interopNamespace(e,t,i,s,n,r){const{_:a,getDirectReturnFunction:o,n:h}=t;if(r.has("_interopNamespaceDefault")){const[e,t]=o(["e"],{functionReturn:!0,lineBreakIndent:null,name:"_interopNamespace"});return`${e}e${a}&&${a}e.__esModule${a}?${a}e${a}:${a}_interopNamespaceDefault(e)${t}${h}${h}`}return`function _interopNamespace(e)${a}{${h}${e}if${a}(e${a}&&${a}e.__esModule)${a}return e;${h}`+rs(e,e,t,i,s,n)+`}${h}${h}`},_mergeNamespaces(e,t,i,s,n){const{_:r,cnst:a,n:o}=t,h="var"===a&&i;return`function _mergeNamespaces(n, m)${r}{${o}${e}${os(`{${o}${e}${e}${e}if${r}(k${r}!==${r}'default'${r}&&${r}!(k in n))${r}{${o}`+(i?h?ls:cs:us)(e,e+e+e+e,t)+`${e}${e}${e}}${o}`+`${e}${e}}`,h,e,t)}${o}${e}return ${ps(s,ds(n,"n",t))};${o}}${o}${o}`}},ss=({_:e,getObject:t})=>`e${e}:${e}${t([["default","e"]],{lineBreakIndent:null})}`,ns=({_:e,getPropertyAccess:t})=>`e${t("default")}${e}:${e}e`,rs=(e,t,i,s,n,r)=>{const{_:a,cnst:o,getObject:h,getPropertyAccess:l,n:c,s:u}=i,p=`{${c}`+(s?hs:us)(e,t+e+e,i)+`${t}${e}}`;return`${t}${o} n${a}=${a}Object.create(null${r?`,${a}{${a}[Symbol.toStringTag]:${a}${ms(h)}${a}}`:""});${c}${t}if${a}(e)${a}{${c}${t}${e}${as(p,!s,i)}${c}${t}}${c}${t}n${l("default")}${a}=${a}e;${c}${t}return ${ps(n,"n")}${u}${c}`},as=(e,t,{_:i,cnst:s,getFunctionIntro:n,s:r})=>"var"!==s||t?`for${i}(${s} k in e)${i}${e}`:`Object.keys(e).forEach(${n(["k"],{isAsync:!1,name:null})}${e})${r}`,os=(e,t,i,{_:s,cnst:n,getDirectReturnFunction:r,getFunctionIntro:a,n:o})=>{if(t){const[t,n]=r(["e"],{functionReturn:!1,lineBreakIndent:{base:i,t:i},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(${a(["k"],{isAsync:!1,name:null})}${e})${n});`}return`for${s}(var i${s}=${s}0;${s}i${s}<${s}m.length;${s}i++)${s}{${o}${i}${i}${n} e${s}=${s}m[i];${o}${i}${i}if${s}(typeof e${s}!==${s}'string'${s}&&${s}!Array.isArray(e))${s}{${s}for${s}(${n} k in e)${s}${e}${s}}${o}${i}}`},hs=(e,t,i)=>{const{_:s,n:n}=i;return`${t}if${s}(k${s}!==${s}'default')${s}{${n}`+ls(e,t+e,i)+`${t}}${n}`},ls=(e,t,{_:i,cnst:s,getDirectReturnFunction:n,n:r})=>{const[a,o]=n([],{functionReturn:!0,lineBreakIndent:null,name:null});return`${t}${s} d${i}=${i}Object.getOwnPropertyDescriptor(e,${i}k);${r}${t}Object.defineProperty(n,${i}k,${i}d.get${i}?${i}d${i}:${i}{${r}${t}${e}enumerable:${i}true,${r}${t}${e}get:${i}${a}e[k]${o}${r}${t}});${r}`},cs=(e,t,{_:i,cnst:s,getDirectReturnFunction:n,n:r})=>{const[a,o]=n([],{functionReturn:!0,lineBreakIndent:null,name:null});return`${t}${s} d${i}=${i}Object.getOwnPropertyDescriptor(e,${i}k);${r}${t}if${i}(d)${i}{${r}${t}${e}Object.defineProperty(n,${i}k,${i}d.get${i}?${i}d${i}:${i}{${r}${t}${e}${e}enumerable:${i}true,${r}${t}${e}${e}get:${i}${a}e[k]${o}${r}${t}${e}});${r}${t}}${r}`},us=(e,t,{_:i,n:s})=>`${t}n[k]${i}=${i}e[k];${s}`,ps=(e,t)=>e?`Object.freeze(${t})`:t,ds=(e,t,{_:i,getObject:s})=>e?`Object.defineProperty(${t},${i}Symbol.toStringTag,${i}${ms(s)})`:t,fs=Object.keys(is);function ms(e){return e([["value","'Module'"]],{lineBreakIndent:null})}function gs(e,t,i){return"external"===t?Ji[String(i(e instanceof Ne?e.id:null))]:"default"===t?"_interopNamespaceDefaultOnly":null}const ys={amd:["require"],cjs:["require"],system:["module"]},xs="ROLLUP_ASSET_URL_",vs="ROLLUP_FILE_URL_",Es={amd:["document","module","URL"],cjs:["document","require","URL"],es:[],iife:["document","URL"],system:["module"],umd:["document","require","URL"]},bs={amd:["document","require","URL"],cjs:["document","require","URL"],es:[],iife:["document","URL"],system:["module","URL"],umd:["document","require","URL"]},Ss=(e,t="URL")=>`new ${t}(${e}).href`,ks=(e,t=!1)=>Ss(`'${e}', ${t?"typeof document === 'undefined' ? location.href : ":""}document.currentScript && document.currentScript.src || document.baseURI`),As=e=>(t,{chunkId:i})=>{const s=e(i);return null===t?`({ url: ${s} })`:"url"===t?s:"undefined"},_s=(e,t=!1)=>`${t?"typeof document === 'undefined' ? location.href : ":""}(document.currentScript && document.currentScript.src || new URL('${e}', document.baseURI).href)`,ws={amd:e=>("."!==e[0]&&(e="./"+e),Ss(`require.toUrl('${e}'), document.baseURI`)),cjs:e=>`(typeof document === 'undefined' ? ${Ss(`'file:' + __dirname + '/${e}'`,"(require('u' + 'rl').URL)")} : ${ks(e)})`,es:e=>Ss(`'${e}', import.meta.url`),iife:e=>ks(e),system:e=>Ss(`'${e}', module.meta.url`),umd:e=>`(typeof document === 'undefined' && typeof location === 'undefined' ? ${Ss(`'file:' + __dirname + '/${e}'`,"(require('u' + 'rl').URL)")} : ${ks(e,!0)})`},Is={amd:As((()=>Ss("module.uri, document.baseURI"))),cjs:As((e=>`(typeof document === 'undefined' ? ${Ss("'file:' + __filename","(require('u' + 'rl').URL)")} : ${_s(e)})`)),iife:As((e=>_s(e))),system:(e,{snippets:{getPropertyAccess:t}})=>null===e?"module.meta":`module.meta${t(e)}`,umd:As((e=>`(typeof document === 'undefined' && typeof location === 'undefined' ? ${Ss("'file:' + __filename","(require('u' + 'rl').URL)")} : ${_s(e,!0)})`))};class Ps extends lt{constructor(){super(...arguments),this.hasCachedEffect=!1}hasEffects(e){if(this.hasCachedEffect)return!0;for(const t of this.body)if(t.hasEffects(e))return this.hasCachedEffect=!0;return!1}include(e,t){this.included=!0;for(const i of this.body)(t||i.shouldBeIncluded(e))&&i.include(e,t)}render(e,t){this.body.length?ui(this.body,e,this.start,this.end,t):super.render(e,t)}applyDeoptimizations(){}}class Cs extends lt{hasEffects(e){var t;if(null===(t=this.test)||void 0===t?void 0:t.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){var i;this.included=!0,null===(i=this.test)||void 0===i||i.include(e,t);for(const i of this.consequent)(t||i.shouldBeIncluded(e))&&i.include(e,t)}render(e,t,i){if(this.consequent.length){this.test&&this.test.render(e,t);const s=this.test?this.test.end:oi(e.original,"default",this.start)+7,n=oi(e.original,":",s)+1;ui(this.consequent,e,n,i.end,t)}else super.render(e,t)}}Cs.prototype.needsBoundaries=!0;class Ns extends lt{deoptimizeThisOnInteractionAtPath(){}getLiteralValueAtPath(e){return e.length>0||1!==this.quasis.length?H:this.quasis[0].value.cooked}getReturnExpressionWhenCalledAtPath(e){return 1!==e.length?K:Ye(Ke,e[0])}hasEffectsOnInteractionAtPath(e,t,i){return 0===t.type?e.length>1:2!==t.type||1!==e.length||Xe(Ke,e[0],t,i)}render(e,t){e.indentExclusionRanges.push([this.start,this.end]),super.render(e,t)}}class Ts extends J{constructor(){super("undefined")}getLiteralValueAtPath(){}}class $s extends Rt{constructor(e,t,i){super(e,t,t.declaration,i),this.hasId=!1,this.originalId=null,this.originalVariable=null;const s=t.declaration;(s instanceof Gi||s instanceof zi)&&s.id?(this.hasId=!0,this.originalId=s.id):s instanceof ii&&(this.originalId=s)}addReference(e){this.hasId||(this.name=e.name)}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 Ts||"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 i=new Set;do{i.add(t),e=t,t=e.getDirectOriginalVariable()}while(t instanceof $s&&!i.has(t));return this.originalVariable=t||e}}class Ls extends Vt{constructor(e,t){super(e),this.context=t,this.variables.set("this",new Rt("this",null,Oe,t))}addExportDefaultDeclaration(e,t,i){const s=new $s(e,t,i);return this.variables.set("default",s),s}addNamespaceMemberAccess(){}deconflict(e,t,i){for(const s of this.children)s.deconflict(e,t,i)}findLexicalBoundary(){return this}findVariable(e){const t=this.variables.get(e)||this.accessedOutsideVariables.get(e);if(t)return t;const i=this.context.traceVariable(e)||this.parent.findVariable(e);return i instanceof ei&&this.accessedOutsideVariables.set(e,i),i}}const Rs={"!":e=>!e,"+":e=>+e,"-":e=>-e,delete:()=>H,typeof:e=>typeof e,void:()=>{},"~":e=>~e};function Ms(e,t){return null!==e.renderBaseName&&t.has(e)&&e.isReassigned}class Os extends lt{deoptimizePath(){for(const e of this.declarations)e.deoptimizePath(D)}hasEffectsOnInteractionAtPath(){return!1}include(e,t,{asSingleStatement:i}=te){this.included=!0;for(const s of this.declarations)(t||s.shouldBeIncluded(e))&&s.include(e,t),i&&s.id.include(e,t)}initialise(){for(const e of this.declarations)e.declareDeclarator(this.kind)}render(e,t,i=te){if(function(e,t){for(const i of e){if(!i.id.included)return!1;if("Identifier"===i.id.type){if(t.has(i.id.variable))return!1}else{const e=[];if(i.id.addExportedVariables(e,t),e.length>0)return!1}}return!0}(this.declarations,t.exportNamesByVariable)){for(const i of this.declarations)i.render(e,t);i.isNoStatement||59===e.original.charCodeAt(this.end-1)||e.appendLeft(this.end,";")}else this.renderReplacedDeclarations(e,t)}applyDeoptimizations(){}renderDeclarationEnd(e,t,i,s,n,r,a){59===e.original.charCodeAt(this.end-1)&&e.remove(this.end-1,this.end),t+=";",null!==i?(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===i+1?e.overwrite(i,n,t):(e.overwrite(i,i+1,t),e.remove(s,n))):e.appendLeft(n,t),r.length>0&&e.appendLeft(n,` ${Ei(r,a)};`)}renderReplacedDeclarations(e,t){const i=pi(this.declarations,e,this.start+this.kind.length,this.end-(59===e.original.charCodeAt(this.end-1)?1:0));let s,n;n=li(e.original,this.start+this.kind.length);let r=n-1;e.remove(this.start,r);let a,o=!1,h=!1,l="";const c=[],u=function(e,t,i){var s;let n=null;if("system"===t.format){for(const{node:r}of e)r.id instanceof ii&&r.init&&0===i.length&&1===(null===(s=t.exportNamesByVariable.get(r.id.variable))||void 0===s?void 0:s.length)?(n=r.id.variable,i.push(n)):r.id.addExportedVariables(i,t.exportNamesByVariable);i.length>1?n=null:n&&(i.length=0)}return n}(i,t,c);for(const{node:c,start:p,separator:d,contentEnd:f,end:m}of i)if(c.included){if(c.render(e,t),a="",!c.id.included||c.id instanceof ii&&Ms(c.id.variable,t.exportNamesByVariable))h&&(l+=";"),o=!1;else{if(u&&u===c.id.variable){const i=oi(e.original,"=",c.id.end);bi(u,li(e.original,i+1),null===d?f:d,e,t)}o?l+=",":(h&&(l+=";"),a+=`${this.kind} `,o=!0)}n===r+1?e.overwrite(r,n,l+a):(e.overwrite(r,r+1,l),e.appendLeft(n,a)),s=f,n=m,h=!0,r=d,l=""}else e.remove(p,m);this.renderDeclarationEnd(e,l,r,s,n,c,t)}}const Ds={ArrayExpression:class extends lt{constructor(){super(...arguments),this.objectEntity=null}deoptimizePath(e){this.getObjectEntity().deoptimizePath(e)}deoptimizeThisOnInteractionAtPath(e,t,i){this.getObjectEntity().deoptimizeThisOnInteractionAtPath(e,t,i)}getLiteralValueAtPath(e,t,i){return this.getObjectEntity().getLiteralValueAtPath(e,t,i)}getReturnExpressionWhenCalledAtPath(e,t,i,s){return this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,i,s)}hasEffectsOnInteractionAtPath(e,t,i){return this.getObjectEntity().hasEffectsOnInteractionAtPath(e,t,i)}applyDeoptimizations(){this.deoptimized=!0;let e=!1;for(let t=0;t0)return void function(e,t,i,s,n,r){const{_:a,getDirectReturnIifeLeft:o}=r.snippets;n.prependRight(t,o(["v"],`${Ei(e,r)},${a}v`,{needsArrowReturnParens:!0,needsWrappedFunction:s})),n.appendLeft(i,")")}(i,o,h,"ExpressionStatement"===n,e,t)}r.included&&r instanceof ki&&("ExpressionStatement"===n||"ArrowFunctionExpression"===n)&&(e.appendRight(o,"("),e.prependLeft(h,")"))}applyDeoptimizations(){this.deoptimized=!0,this.left.deoptimizePath(D),this.right.deoptimizePath(V),this.context.requestTreeshakingPass()}},AssignmentPattern:class extends lt{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,i){return e.length>0||this.left.hasEffectsOnInteractionAtPath(D,t,i)}markDeclarationReached(){this.left.markDeclarationReached()}render(e,t,{isShorthandProperty:i}=te){this.left.render(e,t,{isShorthandProperty:i}),this.right.render(e,t)}applyDeoptimizations(){this.deoptimized=!0,this.left.deoptimizePath(D),this.right.deoptimizePath(V),this.context.requestTreeshakingPass()}},AwaitExpression:class extends lt{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 Ii||e instanceof vi)break e}while(e=e.parent);this.context.usesTopLevelAwait=!0}}this.argument.include(e,t)}},BinaryExpression:class extends lt{deoptimizeCache(){}getLiteralValueAtPath(e,t,i){if(e.length>0)return H;const s=this.left.getLiteralValueAtPath(D,t,i);if("symbol"==typeof s)return H;const n=this.right.getLiteralValueAtPath(D,t,i);if("symbol"==typeof n)return H;const r=Pi[this.operator];return r?r(s,n):H}hasEffects(e){return"+"===this.operator&&this.parent instanceof mi&&""===this.left.getLiteralValueAtPath(D,j,this)||super.hasEffects(e)}hasEffectsOnInteractionAtPath(e,{type:t}){return 0!==t||e.length>1}render(e,t,{renderedSurroundingElement:i}=te){this.left.render(e,t,{renderedSurroundingElement:i}),this.right.render(e,t)}},BlockStatement:gi,BreakStatement:class extends lt{hasEffects(e){if(this.label){if(!e.ignore.labels.has(this.label.name))return!0;e.includedLabels.add(this.label.name),e.brokenFlow=2}else{if(!e.ignore.breaks)return!0;e.brokenFlow=1}return!1}include(e){this.included=!0,this.label&&(this.label.include(),e.includedLabels.add(this.label.name)),e.brokenFlow=this.label?2:1}},CallExpression:class extends Ri{bind(){super.bind(),this.callee instanceof ii&&(this.scope.findVariable(this.callee.name).isNamespace&&this.context.warn({code:"CANNOT_CALL_NAMESPACE",message:`Cannot call a namespace ('${this.callee.name}')`},this.start),"eval"===this.callee.name&&this.context.warn({code:"EVAL",message:"Use of eval is strongly discouraged, as it poses security risks and may cause issues with minification",url:"https://rollupjs.org/guide/en/#avoiding-eval"},this.start)),this.interaction={args:this.arguments,thisArg:this.callee instanceof $i&&!this.callee.variable?this.callee.object:null,type:2,withNew:!1}}hasEffects(e){try{for(const t of this.arguments)if(t.hasEffects(e))return!0;return(!this.context.options.treeshake.annotations||!this.annotations)&&(this.callee.hasEffects(e)||this.callee.hasEffectsOnInteractionAtPath(D,this.interaction,e))}finally{this.deoptimized||this.applyDeoptimizations()}}include(e,t){this.deoptimized||this.applyDeoptimizations(),t?(super.include(e,t),"variables"===t&&this.callee instanceof ii&&this.callee.variable&&this.callee.variable.markCalledFromTryStatement()):(this.included=!0,this.callee.include(e,!1)),this.callee.includeCallArguments(e,this.arguments)}render(e,t,{renderedSurroundingElement:i}=te){this.callee.render(e,t,{isCalleeOfRenderedParent:!0,renderedSurroundingElement:i}),Ci(e,t,this)}applyDeoptimizations(){this.deoptimized=!0,this.interaction.thisArg&&this.callee.deoptimizeThisOnInteractionAtPath(this.interaction,D,j);for(const e of this.arguments)e.deoptimizePath(V);this.context.requestTreeshakingPass()}getReturnExpression(e=j){return null===this.returnExpression?(this.returnExpression=K,this.returnExpression=this.callee.getReturnExpressionWhenCalledAtPath(D,this.interaction,e,this)):this.returnExpression}},CatchClause:class extends lt{createScope(e){this.scope=new Mi(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",K)),super.parseNode(e)}},ChainExpression:class extends lt{},ClassBody:class extends lt{createScope(e){this.scope=new Oi(e,this.parent,this.context)}include(e,t){this.included=!0,this.context.includeVariableInModule(this.scope.thisVariable);for(const i of this.body)i.include(e,t)}parseNode(e){const t=this.body=[];for(const i of e.body)t.push(new(this.context.getNodeConstructor(i.type))(i,this,i.static?this.scope:this.scope.instanceScope));super.parseNode(e)}applyDeoptimizations(){}},ClassDeclaration:zi,ClassExpression:class extends Fi{render(e,t,{renderedSurroundingElement:i}=te){super.render(e,t),"ExpressionStatement"===i&&(e.appendRight(this.start,"("),e.prependLeft(this.end,")"))}},ConditionalExpression:class extends lt{constructor(){super(...arguments),this.expressionsToBeDeoptimized=[],this.isBranchResolutionAnalysed=!1,this.usedBranch=null}deoptimizeCache(){if(null!==this.usedBranch){const e=this.usedBranch===this.consequent?this.alternate:this.consequent;this.usedBranch=null,e.deoptimizePath(V);for(const e of this.expressionsToBeDeoptimized)e.deoptimizeCache()}}deoptimizePath(e){const t=this.getUsedBranch();t?t.deoptimizePath(e):(this.consequent.deoptimizePath(e),this.alternate.deoptimizePath(e))}deoptimizeThisOnInteractionAtPath(e,t,i){this.consequent.deoptimizeThisOnInteractionAtPath(e,t,i),this.alternate.deoptimizeThisOnInteractionAtPath(e,t,i)}getLiteralValueAtPath(e,t,i){const s=this.getUsedBranch();return s?(this.expressionsToBeDeoptimized.push(i),s.getLiteralValueAtPath(e,t,i)):H}getReturnExpressionWhenCalledAtPath(e,t,i,s){const n=this.getUsedBranch();return n?(this.expressionsToBeDeoptimized.push(s),n.getReturnExpressionWhenCalledAtPath(e,t,i,s)):new Ui([this.consequent.getReturnExpressionWhenCalledAtPath(e,t,i,s),this.alternate.getReturnExpressionWhenCalledAtPath(e,t,i,s)])}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,i){const s=this.getUsedBranch();return s?s.hasEffectsOnInteractionAtPath(e,t,i):this.consequent.hasEffectsOnInteractionAtPath(e,t,i)||this.alternate.hasEffectsOnInteractionAtPath(e,t,i)}include(e,t){this.included=!0;const i=this.getUsedBranch();t||this.test.shouldBeIncluded(e)||null===i?(this.test.include(e,t),this.consequent.include(e,t),this.alternate.include(e,t)):i.include(e,t)}includeCallArguments(e,t){const i=this.getUsedBranch();i?i.includeCallArguments(e,t):(this.consequent.includeCallArguments(e,t),this.alternate.includeCallArguments(e,t))}render(e,t,{isCalleeOfRenderedParent:i,preventASI:s,renderedParentType:n,renderedSurroundingElement:r}=te){const a=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 o=oi(e.original,":",this.consequent.end),h=li(e.original,(this.consequent.included?oi(e.original,"?",this.test.end):o)+1);s&&di(e,h,a.start),e.remove(this.start,h),this.consequent.included&&e.remove(o,this.end),ri(this,e),a.render(e,t,{isCalleeOfRenderedParent:i,preventASI:!0,renderedParentType:n||this.parent.type,renderedSurroundingElement:r||this.parent.type})}}getUsedBranch(){if(this.isBranchResolutionAnalysed)return this.usedBranch;this.isBranchResolutionAnalysed=!0;const e=this.test.getLiteralValueAtPath(D,j,this);return"symbol"==typeof e?null:this.usedBranch=e?this.consequent:this.alternate}},ContinueStatement:class extends lt{hasEffects(e){if(this.label){if(!e.ignore.labels.has(this.label.name))return!0;e.includedLabels.add(this.label.name),e.brokenFlow=2}else{if(!e.ignore.continues)return!0;e.brokenFlow=1}return!1}include(e){this.included=!0,this.label&&(this.label.include(),e.includedLabels.add(this.label.name)),e.brokenFlow=this.label?2:1}},DoWhileStatement:class extends lt{hasEffects(e){if(this.test.hasEffects(e))return!0;const{brokenFlow:t,ignore:{breaks:i,continues:s}}=e;return e.ignore.breaks=!0,e.ignore.continues=!0,!!this.body.hasEffects(e)||(e.ignore.breaks=i,e.ignore.continues=s,e.brokenFlow=t,!1)}include(e,t){this.included=!0,this.test.include(e,t);const{brokenFlow:i}=e;this.body.include(e,t,{asSingleStatement:!0}),e.brokenFlow=i}},EmptyStatement:class extends lt{hasEffects(){return!1}},ExportAllDeclaration:ji,ExportDefaultDeclaration:Hi,ExportNamedDeclaration:Wi,ExportSpecifier:class extends lt{applyDeoptimizations(){}},ExpressionStatement:mi,ForInStatement:class extends lt{createScope(e){this.scope=new fi(e)}hasEffects(e){const{deoptimized:t,left:i,right:s}=this;if(t||this.applyDeoptimizations(),i.hasEffectsAsAssignmentTarget(e,!1)||s.hasEffects(e))return!0;const{brokenFlow:n,ignore:{breaks:r,continues:a}}=e;return e.ignore.breaks=!0,e.ignore.continues=!0,!!this.body.hasEffects(e)||(e.ignore.breaks=r,e.ignore.continues=a,e.brokenFlow=n,!1)}include(e,t){const{body:i,deoptimized:s,left:n,right:r}=this;s||this.applyDeoptimizations(),this.included=!0,n.includeAsAssignmentTarget(e,t||!0,!1),r.include(e,t);const{brokenFlow:a}=e;i.include(e,t,{asSingleStatement:!0}),e.brokenFlow=a}initialise(){this.left.setAssignedValue(K)}render(e,t){this.left.render(e,t,ai),this.right.render(e,t,ai),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(D),this.context.requestTreeshakingPass()}},ForOfStatement:class extends lt{createScope(e){this.scope=new fi(e)}hasEffects(){return this.deoptimized||this.applyDeoptimizations(),!0}include(e,t){const{body:i,deoptimized:s,left:n,right:r}=this;s||this.applyDeoptimizations(),this.included=!0,n.includeAsAssignmentTarget(e,t||!0,!1),r.include(e,t);const{brokenFlow:a}=e;i.include(e,t,{asSingleStatement:!0}),e.brokenFlow=a}initialise(){this.left.setAssignedValue(K)}render(e,t){this.left.render(e,t,ai),this.right.render(e,t,ai),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(D),this.context.requestTreeshakingPass()}},ForStatement:class extends lt{createScope(e){this.scope=new fi(e)}hasEffects(e){var t,i,s;if((null===(t=this.init)||void 0===t?void 0:t.hasEffects(e))||(null===(i=this.test)||void 0===i?void 0:i.hasEffects(e))||(null===(s=this.update)||void 0===s?void 0:s.hasEffects(e)))return!0;const{brokenFlow:n,ignore:{breaks:r,continues:a}}=e;return e.ignore.breaks=!0,e.ignore.continues=!0,!!this.body.hasEffects(e)||(e.ignore.breaks=r,e.ignore.continues=a,e.brokenFlow=n,!1)}include(e,t){var i,s,n;this.included=!0,null===(i=this.init)||void 0===i||i.include(e,t,{asSingleStatement:!0}),null===(s=this.test)||void 0===s||s.include(e,t);const{brokenFlow:r}=e;null===(n=this.update)||void 0===n||n.include(e,t),this.body.include(e,t,{asSingleStatement:!0}),e.brokenFlow=r}render(e,t){var i,s,n;null===(i=this.init)||void 0===i||i.render(e,t,ai),null===(s=this.test)||void 0===s||s.render(e,t,ai),null===(n=this.update)||void 0===n||n.render(e,t,ai),this.body.render(e,t)}},FunctionDeclaration:Gi,FunctionExpression:class extends Ii{render(e,t,{renderedSurroundingElement:i}=te){super.render(e,t),"ExpressionStatement"===i&&(e.appendRight(this.start,"("),e.prependLeft(this.end,")"))}},Identifier:ii,IfStatement:Xi,ImportDeclaration:Yi,ImportDefaultSpecifier:class extends lt{applyDeoptimizations(){}},ImportExpression:class extends lt{constructor(){super(...arguments),this.inlineNamespace=null,this.mechanism=null,this.resolution=null}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)}render(e,t){if(this.inlineNamespace){const{snippets:{getDirectReturnFunction:i,getPropertyAccess:s}}=t,[n,r]=i([],{functionReturn:!0,lineBreakIndent:null,name:null});e.overwrite(this.start,this.end,`Promise.resolve().then(${n}${this.inlineNamespace.getName(s)}${r})`,{contentOnly:!0})}else this.mechanism&&(e.overwrite(this.start,oi(e.original,"(",this.start+6)+1,this.mechanism.left,{contentOnly:!0}),e.overwrite(this.end-1,this.end,this.mechanism.right,{contentOnly:!0})),this.source.render(e,t)}renderFinalResolution(e,t,i,{getDirectReturnFunction:s}){if(e.overwrite(this.source.start,this.source.end,t),i){const[t,n]=s(["n"],{functionReturn:!0,lineBreakIndent:null,name:null});e.prependLeft(this.end,`.then(${t}n.${i}${n})`)}}setExternalResolution(e,t,i,s,n,r){const{format:a}=i;this.inlineNamespace=null,this.resolution=t;const o=[...ys[a]||[]];let h;({helper:h,mechanism:this.mechanism}=this.getDynamicImportMechanismAndHelper(t,e,i,s,n)),h&&o.push(h),o.length>0&&this.scope.addAccessedGlobals(o,r)}setInternalResolution(e){this.inlineNamespace=e}applyDeoptimizations(){}getDynamicImportMechanismAndHelper(e,t,{compact:i,dynamicImportFunction:s,format:n,generatedCode:{arrowFunctions:r},interop:a},{_:o,getDirectReturnFunction:h,getDirectReturnIifeLeft:l},c){const u=c.hookFirstSync("renderDynamicImport",[{customResolution:"string"==typeof this.resolution?this.resolution:null,format:n,moduleId:this.context.module.id,targetModuleId:this.resolution&&"string"!=typeof this.resolution?this.resolution.id:null}]);if(u)return{helper:null,mechanism:u};const p=!this.resolution||"string"==typeof this.resolution;switch(n){case"cjs":{const i=gs(e,t,a);let s="require(",n=")";i&&(s=`/*#__PURE__*/${i}(${s}`,n+=")");const[o,c]=h([],{functionReturn:!0,lineBreakIndent:null,name:null});return s=`Promise.resolve().then(${o}${s}`,n+=`${c})`,!r&&p&&(s=l(["t"],`${s}t${n}`,{needsArrowReturnParens:!1,needsWrappedFunction:!0}),n=")"),{helper:i,mechanism:{left:s,right:n}}}case"amd":{const s=i?"c":"resolve",n=i?"e":"reject",c=gs(e,t,a),[u,d]=h(["m"],{functionReturn:!1,lineBreakIndent:null,name:null}),f=c?`${u}${s}(/*#__PURE__*/${c}(m))${d}`:s,[m,g]=h([s,n],{functionReturn:!1,lineBreakIndent:null,name:null});let y=`new Promise(${m}require([`,x=`],${o}${f},${o}${n})${g})`;return!r&&p&&(y=l(["t"],`${y}t${x}`,{needsArrowReturnParens:!1,needsWrappedFunction:!0}),x=")"),{helper:c,mechanism:{left:y,right:x}}}case"system":return{helper:null,mechanism:{left:"module.import(",right:")"}};case"es":if(s)return{helper:null,mechanism:{left:`${s}(`,right:")"}}}return{helper:null,mechanism:null}}},ImportNamespaceSpecifier:class extends lt{applyDeoptimizations(){}},ImportSpecifier:class extends lt{applyDeoptimizations(){}},LabeledStatement:class extends lt{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 i=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=i)}render(e,t){this.label.included?this.label.render(e,t):e.remove(this.start,li(e.original,oi(e.original,":",this.label.end)+1)),this.body.render(e,t)}},Literal:Ni,LogicalExpression:class extends lt{constructor(){super(...arguments),this.expressionsToBeDeoptimized=[],this.isBranchResolutionAnalysed=!1,this.usedBranch=null}deoptimizeCache(){if(this.usedBranch){const e=this.usedBranch===this.left?this.right:this.left;this.usedBranch=null,e.deoptimizePath(V);for(const e of this.expressionsToBeDeoptimized)e.deoptimizeCache();this.context.requestTreeshakingPass()}}deoptimizePath(e){const t=this.getUsedBranch();t?t.deoptimizePath(e):(this.left.deoptimizePath(e),this.right.deoptimizePath(e))}deoptimizeThisOnInteractionAtPath(e,t,i){this.left.deoptimizeThisOnInteractionAtPath(e,t,i),this.right.deoptimizeThisOnInteractionAtPath(e,t,i)}getLiteralValueAtPath(e,t,i){const s=this.getUsedBranch();return s?(this.expressionsToBeDeoptimized.push(i),s.getLiteralValueAtPath(e,t,i)):H}getReturnExpressionWhenCalledAtPath(e,t,i,s){const n=this.getUsedBranch();return n?(this.expressionsToBeDeoptimized.push(s),n.getReturnExpressionWhenCalledAtPath(e,t,i,s)):new Ui([this.left.getReturnExpressionWhenCalledAtPath(e,t,i,s),this.right.getReturnExpressionWhenCalledAtPath(e,t,i,s)])}hasEffects(e){return!!this.left.hasEffects(e)||this.getUsedBranch()!==this.left&&this.right.hasEffects(e)}hasEffectsOnInteractionAtPath(e,t,i){const s=this.getUsedBranch();return s?s.hasEffectsOnInteractionAtPath(e,t,i):this.left.hasEffectsOnInteractionAtPath(e,t,i)||this.right.hasEffectsOnInteractionAtPath(e,t,i)}include(e,t){this.included=!0;const i=this.getUsedBranch();t||i===this.right&&this.left.shouldBeIncluded(e)||!i?(this.left.include(e,t),this.right.include(e,t)):i.include(e,t)}render(e,t,{isCalleeOfRenderedParent:i,preventASI:s,renderedParentType:n,renderedSurroundingElement:r}=te){if(this.left.included&&this.right.included)this.left.render(e,t,{preventASI:s,renderedSurroundingElement:r}),this.right.render(e,t);else{const a=oi(e.original,this.operator,this.left.end);if(this.right.included){const t=li(e.original,a+2);e.remove(this.start,t),s&&di(e,t,this.right.start)}else e.remove(a,this.end);ri(this,e),this.getUsedBranch().render(e,t,{isCalleeOfRenderedParent:i,preventASI:s,renderedParentType:n||this.parent.type,renderedSurroundingElement:r||this.parent.type})}}getUsedBranch(){if(!this.isBranchResolutionAnalysed){this.isBranchResolutionAnalysed=!0;const e=this.left.getLiteralValueAtPath(D,j,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:$i,MetaProperty:class extends lt{addAccessedGlobals(e,t){const i=this.metaProperty,s=(i&&(i.startsWith(vs)||i.startsWith(xs)||i.startsWith("ROLLUP_CHUNK_URL_"))?bs:Es)[e];s.length>0&&this.scope.addAccessedGlobals(s,t)}getReferencedFileName(e){const t=this.metaProperty;return t&&t.startsWith(vs)?e.getFileName(t.substring(vs.length)):null}hasEffects(){return!1}hasEffectsOnInteractionAtPath(e,{type:t}){return e.length>1||0!==t}include(){if(!this.included&&(this.included=!0,"import"===this.meta.name)){this.context.addImportMeta(this);const e=this.parent;this.metaProperty=e instanceof $i&&"string"==typeof e.propertyKey?e.propertyKey:null}}renderFinalMechanism(e,t,i,s,n){var r;const a=this.parent,o=this.metaProperty;if(o&&(o.startsWith(vs)||o.startsWith(xs)||o.startsWith("ROLLUP_CHUNK_URL_"))){let s,r=null,h=null,l=null;o.startsWith(vs)?(r=o.substring(vs.length),s=n.getFileName(r)):o.startsWith(xs)?(Ae(`Using the "${xs}" prefix to reference files is deprecated. Use the "${vs}" prefix instead.`,!0,this.context.options),h=o.substring(xs.length),s=n.getFileName(h)):(Ae(`Using the "ROLLUP_CHUNK_URL_" prefix to reference files is deprecated. Use the "${vs}" prefix instead.`,!0,this.context.options),l=o.substring("ROLLUP_CHUNK_URL_".length),s=n.getFileName(l));const c=I(T(C(t),s));let u;return null!==h&&(u=n.hookFirstSync("resolveAssetUrl",[{assetFileName:s,chunkId:t,format:i,moduleId:this.context.module.id,relativeAssetPath:c}])),u||(u=n.hookFirstSync("resolveFileUrl",[{assetReferenceId:h,chunkId:t,chunkReferenceId:l,fileName:s,format:i,moduleId:this.context.module.id,referenceId:r||h||l,relativePath:c}])||ws[i](c)),void e.overwrite(a.start,a.end,u,{contentOnly:!0})}const h=n.hookFirstSync("resolveImportMeta",[o,{chunkId:t,format:i,moduleId:this.context.module.id}])||(null===(r=Is[i])||void 0===r?void 0:r.call(Is,o,{chunkId:t,snippets:s}));"string"==typeof h&&(a instanceof $i?e.overwrite(a.start,a.end,h,{contentOnly:!0}):e.overwrite(this.start,this.end,h,{contentOnly:!0}))}},MethodDefinition:Vi,NewExpression:class extends lt{hasEffects(e){try{for(const t of this.arguments)if(t.hasEffects(e))return!0;return(!this.context.options.treeshake.annotations||!this.annotations)&&(this.callee.hasEffects(e)||this.callee.hasEffectsOnInteractionAtPath(D,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:this.arguments,thisArg:null,type:2,withNew:!0}}render(e,t){this.callee.render(e,t),Ci(e,t,this)}applyDeoptimizations(){this.deoptimized=!0;for(const e of this.arguments)e.deoptimizePath(V);this.context.requestTreeshakingPass()}},ObjectExpression:class extends lt{constructor(){super(...arguments),this.objectEntity=null}deoptimizeCache(){this.getObjectEntity().deoptimizeAllProperties()}deoptimizePath(e){this.getObjectEntity().deoptimizePath(e)}deoptimizeThisOnInteractionAtPath(e,t,i){this.getObjectEntity().deoptimizeThisOnInteractionAtPath(e,t,i)}getLiteralValueAtPath(e,t,i){return this.getObjectEntity().getLiteralValueAtPath(e,t,i)}getReturnExpressionWhenCalledAtPath(e,t,i,s){return this.getObjectEntity().getReturnExpressionWhenCalledAtPath(e,t,i,s)}hasEffectsOnInteractionAtPath(e,t,i){return this.getObjectEntity().hasEffectsOnInteractionAtPath(e,t,i)}render(e,t,{renderedSurroundingElement:i}=te){super.render(e,t),"ExpressionStatement"!==i&&"ArrowFunctionExpression"!==i||(e.appendRight(this.start,"("),e.prependLeft(this.end,")"))}applyDeoptimizations(){}getObjectEntity(){if(null!==this.objectEntity)return this.objectEntity;let e=Et;const t=[];for(const i of this.properties){if(i instanceof ct){t.push({key:R,kind:"init",property:i});continue}let s;if(i.computed){const e=i.key.getLiteralValueAtPath(D,j,this);if("symbol"==typeof e){t.push({key:R,kind:i.kind,property:i});continue}s=String(e)}else if(s=i.key instanceof ii?i.key.name:String(i.key.value),"__proto__"===s&&"init"===i.kind){e=i.value instanceof Ni&&null===i.value.value?null:i.value;continue}t.push({key:s,kind:i.kind,property:i})}return this.objectEntity=new yt(t,e)}},ObjectPattern:ki,PrivateIdentifier:class extends lt{},Program:Ps,Property:class extends Di{constructor(){super(...arguments),this.declarationInit=null}declare(e,t){return this.declarationInit=t,this.value.declare(e,K)}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([R,R]),this.context.requestTreeshakingPass())}},PropertyDefinition:class extends lt{deoptimizePath(e){var t;null===(t=this.value)||void 0===t||t.deoptimizePath(e)}deoptimizeThisOnInteractionAtPath(e,t,i){var s;null===(s=this.value)||void 0===s||s.deoptimizeThisOnInteractionAtPath(e,t,i)}getLiteralValueAtPath(e,t,i){return this.value?this.value.getLiteralValueAtPath(e,t,i):H}getReturnExpressionWhenCalledAtPath(e,t,i,s){return this.value?this.value.getReturnExpressionWhenCalledAtPath(e,t,i,s):K}hasEffects(e){var t;return this.key.hasEffects(e)||this.static&&!!(null===(t=this.value)||void 0===t?void 0:t.hasEffects(e))}hasEffectsOnInteractionAtPath(e,t,i){return!this.value||this.value.hasEffectsOnInteractionAtPath(e,t,i)}applyDeoptimizations(){}},RestElement:yi,ReturnStatement:class extends lt{hasEffects(e){var t;return!(e.ignore.returnYield&&!(null===(t=this.argument)||void 0===t?void 0:t.hasEffects(e))&&(e.brokenFlow=2,1))}include(e,t){var i;this.included=!0,null===(i=this.argument)||void 0===i||i.include(e,t),e.brokenFlow=2}initialise(){this.scope.addReturnExpression(this.argument||K)}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 lt{deoptimizePath(e){this.expressions[this.expressions.length-1].deoptimizePath(e)}deoptimizeThisOnInteractionAtPath(e,t,i){this.expressions[this.expressions.length-1].deoptimizeThisOnInteractionAtPath(e,t,i)}getLiteralValueAtPath(e,t,i){return this.expressions[this.expressions.length-1].getLiteralValueAtPath(e,t,i)}hasEffects(e){for(const t of this.expressions)if(t.hasEffects(e))return!0;return!1}hasEffectsOnInteractionAtPath(e,t,i){return this.expressions[this.expressions.length-1].hasEffectsOnInteractionAtPath(e,t,i)}include(e,t){this.included=!0;const i=this.expressions[this.expressions.length-1];for(const s of this.expressions)(t||s===i&&!(this.parent instanceof mi)||s.shouldBeIncluded(e))&&s.include(e,t)}render(e,t,{renderedParentType:i,isCalleeOfRenderedParent:s,preventASI:n}=te){let r=0,a=null;const o=this.expressions[this.expressions.length-1];for(const{node:h,separator:l,start:c,end:u}of pi(this.expressions,e,this.start,this.end))if(h.included)if(r++,a=l,1===r&&n&&di(e,c,h.start),1===r){const n=i||this.parent.type;h.render(e,t,{isCalleeOfRenderedParent:s&&h===o,renderedParentType:n,renderedSurroundingElement:n})}else h.render(e,t);else ni(h,e,c,u);a&&e.remove(a,this.end)}},SpreadElement:ct,StaticBlock:class extends lt{createScope(e){this.scope=new fi(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 i of this.body)(t||i.shouldBeIncluded(e))&&i.include(e,t)}render(e,t){this.body.length?ui(this.body,e,this.start+1,this.end-1,t):super.render(e,t)}},Super:class extends lt{bind(){this.variable=this.scope.findVariable("this")}deoptimizePath(e){this.variable.deoptimizePath(e)}deoptimizeThisOnInteractionAtPath(e,t,i){this.variable.deoptimizeThisOnInteractionAtPath(e,t,i)}include(){this.included||(this.included=!0,this.context.includeVariableInModule(this.variable))}},SwitchCase:Cs,SwitchStatement:class extends lt{createScope(e){this.scope=new fi(e)}hasEffects(e){if(this.discriminant.hasEffects(e))return!0;const{brokenFlow:t,ignore:{breaks:i}}=e;let s=1/0;e.ignore.breaks=!0;for(const i of this.cases){if(i.hasEffects(e))return!0;s=e.brokenFlow=0;r--){const a=this.cases[r];if(a.included&&(n=!0),!n){const e=Re();e.ignore.breaks=!0,n=a.hasEffects(e)}n?(a.include(e,t),s=s0&&ui(this.cases,e,this.cases[0].start,this.end-1,t)}},TaggedTemplateExpression:class extends Ri{bind(){if(super.bind(),"Identifier"===this.tag.type){const e=this.tag.name;this.scope.findVariable(e).isNamespace&&this.context.warn({code:"CANNOT_CALL_NAMESPACE",message:`Cannot call a namespace ('${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(D,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.interaction.args);const i=this.getReturnExpression();i.included||i.include(e,!1)}initialise(){this.interaction={args:[K,...this.quasi.expressions],thisArg:this.tag instanceof $i&&!this.tag.variable?this.tag.object:null,type:2,withNew:!1}}render(e,t){this.tag.render(e,t,{isCalleeOfRenderedParent:!0}),this.quasi.render(e,t)}applyDeoptimizations(){this.deoptimized=!0,this.interaction.thisArg&&this.tag.deoptimizeThisOnInteractionAtPath(this.interaction,D,j);for(const e of this.quasi.expressions)e.deoptimizePath(V);this.context.requestTreeshakingPass()}getReturnExpression(e=j){return null===this.returnExpression?(this.returnExpression=K,this.returnExpression=this.tag.getReturnExpressionWhenCalledAtPath(D,this.interaction,e,this)):this.returnExpression}},TemplateElement:class extends lt{bind(){}hasEffects(){return!1}include(){this.included=!0}parseNode(e){this.value=e.value,super.parseNode(e)}render(){}},TemplateLiteral:Ns,ThisExpression:class extends lt{bind(){this.variable=this.scope.findVariable("this")}deoptimizePath(e){this.variable.deoptimizePath(e)}deoptimizeThisOnInteractionAtPath(e,t,i){this.variable.deoptimizeThisOnInteractionAtPath(e.thisArg===this?{...e,thisArg:this.variable}:e,t,i)}hasEffectsOnInteractionAtPath(e,t,i){return 0===e.length?0!==t.type:this.variable.hasEffectsOnInteractionAtPath(e,t,i)}include(){this.included||(this.included=!0,this.context.includeVariableInModule(this.variable))}initialise(){this.alias=this.scope.findLexicalBoundary()instanceof Ls?this.context.moduleContext:null,"undefined"===this.alias&&this.context.warn({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:"https://rollupjs.org/guide/en/#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 lt{hasEffects(){return!0}include(e,t){this.included=!0,this.argument.include(e,t),e.brokenFlow=2}render(e,t){this.argument.render(e,t,{preventASI:!0}),this.argument.start===this.start+5&&e.prependLeft(this.start+5," ")}},TryStatement:class extends lt{constructor(){super(...arguments),this.directlyIncluded=!1,this.includedLabelsAfterBlock=null}hasEffects(e){var t;return(this.context.options.treeshake.tryCatchDeoptimization?this.block.body.length>0:this.block.hasEffects(e))||!!(null===(t=this.finalizer)||void 0===t?void 0:t.hasEffects(e))}include(e,t){var i,s;const n=null===(i=this.context.options.treeshake)||void 0===i?void 0:i.tryCatchDeoptimization,{brokenFlow:r}=e;if(this.directlyIncluded&&n){if(this.includedLabelsAfterBlock)for(const t of this.includedLabelsAfterBlock)e.includedLabels.add(t)}else this.included=!0,this.directlyIncluded=!0,this.block.include(e,n?"variables":t),e.includedLabels.size>0&&(this.includedLabelsAfterBlock=[...e.includedLabels]),e.brokenFlow=r;null!==this.handler&&(this.handler.include(e,t),e.brokenFlow=r),null===(s=this.finalizer)||void 0===s||s.include(e,t)}},UnaryExpression:class extends lt{getLiteralValueAtPath(e,t,i){if(e.length>0)return H;const s=this.argument.getLiteralValueAtPath(D,t,i);return"symbol"==typeof s?H:Rs[this.operator](s)}hasEffects(e){return this.deoptimized||this.applyDeoptimizations(),!("typeof"===this.operator&&this.argument instanceof ii)&&(this.argument.hasEffects(e)||"delete"===this.operator&&this.argument.hasEffectsOnInteractionAtPath(D,Y,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(D),this.context.requestTreeshakingPass())}},UnknownNode:class extends lt{hasEffects(){return!0}include(e){super.include(e,!0)}},UpdateExpression:class extends lt{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(K)}render(e,t){const{exportNamesByVariable:i,format:s,snippets:{_:n}}=t;if(this.argument.render(e,t),"system"===s){const s=this.argument.variable,r=i.get(s);if(r)if(this.prefix)1===r.length?bi(s,this.start,this.end,e,t):Si(s,this.start,this.end,"ExpressionStatement"!==this.parent.type,e,t);else{const i=this.operator[0];!function(e,t,i,s,n,r,a){const{_:o}=r.snippets;n.prependRight(t,`${Ei([e],r,a)},${o}`),s&&(n.prependRight(t,"("),n.appendLeft(i,")"))}(s,this.start,this.end,"ExpressionStatement"!==this.parent.type,e,t,`${n}${i}${n}1`)}}}applyDeoptimizations(){this.deoptimized=!0,this.argument.deoptimizePath(D),this.argument instanceof ii&&(this.scope.findVariable(this.argument.name).isReassigned=!0),this.context.requestTreeshakingPass()}},VariableDeclaration:Os,VariableDeclarator:class extends lt{declareDeclarator(e){this.id.declare(e,this.init||Oe)}deoptimizePath(e){this.id.deoptimizePath(e)}hasEffects(e){var t;const i=null===(t=this.init)||void 0===t?void 0:t.hasEffects(e);return this.id.markDeclarationReached(),i||this.id.hasEffects(e)}include(e,t){var i;this.included=!0,null===(i=this.init)||void 0===i||i.include(e,t),this.id.markDeclarationReached(),(t||this.id.shouldBeIncluded(e))&&this.id.include(e,t)}render(e,t){const{exportNamesByVariable:i,snippets:{_:s}}=t,n=this.id.included;if(n)this.id.render(e,t);else{const t=oi(e.original,"=",this.id.end);e.remove(this.start,li(e.original,t+1))}this.init?this.init.render(e,t,n?te:{renderedSurroundingElement:"ExpressionStatement"}):this.id instanceof ii&&Ms(this.id.variable,i)&&e.appendLeft(this.end,`${s}=${s}void 0`)}applyDeoptimizations(){}},WhileStatement:class extends lt{hasEffects(e){if(this.test.hasEffects(e))return!0;const{brokenFlow:t,ignore:{breaks:i,continues:s}}=e;return e.ignore.breaks=!0,e.ignore.continues=!0,!!this.body.hasEffects(e)||(e.ignore.breaks=i,e.ignore.continues=s,e.brokenFlow=t,!1)}include(e,t){this.included=!0,this.test.include(e,t);const{brokenFlow:i}=e;this.body.include(e,t,{asSingleStatement:!0}),e.brokenFlow=i}},YieldExpression:class extends lt{hasEffects(e){var t;return this.deoptimized||this.applyDeoptimizations(),!(e.ignore.returnYield&&!(null===(t=this.argument)||void 0===t?void 0:t.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," "))}}};class Vs extends J{constructor(e){super("_missingExportShim"),this.module=e}include(){super.include(),this.module.needsExportShim=!0}}class Bs extends J{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}getMemberVariables(){if(this.memberVariables)return this.memberVariables;const e=Object.create(null);for(const t of this.context.getExports().concat(this.context.getReexports()))if("*"!==t[0]&&t!==this.module.info.syntheticNamedExports){const i=this.context.traceExport(t);i&&(e[t]=i)}return this.memberVariables=e}include(){this.included=!0,this.context.includeAllExports()}prepare(e){this.mergedNamespaces.length>0&&this.module.scope.addAccessedGlobals(["_mergeNamespaces"],e)}renderBlock(e){const{exportNamesByVariable:t,format:i,freeze:s,indent:n,namespaceToStringTag:r,snippets:{_:a,cnst:o,getObject:h,getPropertyAccess:l,n:c,s:u}}=e,p=this.getMemberVariables(),d=Object.entries(p).map((([e,t])=>this.referencedEarly||t.isReassigned?[null,`get ${e}${a}()${a}{${a}return ${t.getName(l)}${u}${a}}`]:[e,t.getName(l)]));d.unshift([null,`__proto__:${a}null`]);let f=h(d,{lineBreakIndent:{base:"",t:n}});if(this.mergedNamespaces.length>0){const e=this.mergedNamespaces.map((e=>e.getName(l)));f=`/*#__PURE__*/_mergeNamespaces(${f},${a}[${e.join(`,${a}`)}])`}else r&&(f=`/*#__PURE__*/Object.defineProperty(${f},${a}Symbol.toStringTag,${a}${ms(h)})`),s&&(f=`/*#__PURE__*/Object.freeze(${f})`);return f=`${o} ${this.getName(l)}${a}=${a}${f};`,"system"===i&&t.has(this)&&(f+=`${c}${Ei([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}}}Bs.prototype.isNamespace=!0;class Fs extends J{constructor(e,t,i){super(t),this.baseVariable=null,this.context=e,this.module=e.module,this.syntheticNamespace=i}getBaseVariable(){if(this.baseVariable)return this.baseVariable;let e=this.syntheticNamespace;for(;e instanceof $s||e instanceof Fs;){if(e instanceof $s){const t=e.getOriginalVariable();if(t===e)break;e=t}e instanceof Fs&&(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 zs;function Us(e){return e.id}!function(e){e[e.LOAD_AND_PARSE=0]="LOAD_AND_PARSE",e[e.ANALYSE=1]="ANALYSE",e[e.GENERATE=2]="GENERATE"}(zs||(zs={}));var js="performance"in("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:{})?performance:{now:()=>0},Gs=()=>({heapUsed:0});const Hs=()=>{};let Ws=new Map;function qs(e,t){switch(t){case 1:return`# ${e}`;case 2:return`## ${e}`;case 3:return e;default:return`${" ".repeat(t-4)}- ${e}`}}function Ks(e,t=3){e=qs(e,t);const i=Gs().heapUsed,s=js.now(),n=Ws.get(e);void 0===n?Ws.set(e,{memory:0,startMemory:i,startTime:s,time:0,totalMemory:0}):(n.startMemory=i,n.startTime=s)}function Xs(e,t=3){e=qs(e,t);const i=Ws.get(e);if(void 0!==i){const e=Gs().heapUsed;i.memory+=e-i.startMemory,i.time+=js.now()-i.startTime,i.totalMemory=Math.max(i.totalMemory,e)}}function Ys(){const e={};for(const[t,{memory:i,time:s,totalMemory:n}]of Ws)e[t]=[s,i,n];return e}let Qs=Hs,Zs=Hs;const Js=["load","resolveDynamicImport","resolveId","transform"];function en(e,t){for(const i of Js)if(i in e){let s=`plugin ${t}`;e.name&&(s+=` (${e.name})`),s+=` - ${i}`;const n=e[i];e[i]=function(...e){Qs(s,4);const t=n.apply(this,e);return Zs(s,4),t&&"function"==typeof t.then?(Qs(`${s} (async)`,4),t.then((e=>(Zs(`${s} (async)`,4),e)))):t}}return e}function tn(e){e.isExecuted=!0;const t=[e],i=new Set;for(const e of t)for(const s of[...e.dependencies,...e.implicitlyLoadedBefore])s instanceof Ne||s.isExecuted||!s.info.moduleSideEffects&&!e.implicitlyLoadedBefore.has(s)||i.has(s.id)||(s.isExecuted=!0,i.add(s.id),t.push(s))}const sn={identifier:null,localName:"_missingExportShim"};function nn(e,t,i,s,n=new Map){const r=n.get(t);if(r){if(r.has(e))return s?[null]:pe((a=t,o=e.id,{code:fe.CIRCULAR_REEXPORT,id:o,message:`"${a}" cannot be exported from ${he(o)} as it is a reexport that references itself.`}));r.add(e)}else n.set(t,new Set([e]));var a,o;return e.getVariableForExportName(t,{importerForSideEffects:i,isExportAllSearch:s,searchedNamesAndModules:n})}class rn{constructor(e,t,i,s,n,r,a){this.graph=e,this.id=t,this.options=i,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.sources=new Set,this.usesTopLevelAwait=!1,this.allExportNames=null,this.ast=null,this.exportAllModules=[],this.exportAllSources=new Set,this.exportNamesByVariable=null,this.exportShimVariable=new Vs(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=i.moduleContext(t),this.preserveSignature=this.options.preserveEntrySignatures;const o=this,{dynamicImports:h,dynamicImporters:l,implicitlyLoadedAfter:c,implicitlyLoadedBefore:u,importers:p,reexportDescriptions:d,sources:f}=this;this.info={ast:null,code:null,get dynamicallyImportedIdResolutions(){return h.map((({argument:e})=>"string"==typeof e&&o.resolvedIds[e])).filter(Boolean)},get dynamicallyImportedIds(){return h.map((({id:e})=>e)).filter((e=>null!=e))},get dynamicImporters(){return l.sort()},get hasDefaultExport(){return o.ast?o.exports.has("default")||d.has("default"):null},get hasModuleSideEffects(){return Ae("Accessing ModuleInfo.hasModuleSideEffects from plugins is deprecated. Please use ModuleInfo.moduleSideEffects instead.",!1,i),this.moduleSideEffects},id:t,get implicitlyLoadedAfterOneOf(){return Array.from(c,Us).sort()},get implicitlyLoadedBefore(){return Array.from(u,Us).sort()},get importedIdResolutions(){return Array.from(f,(e=>o.resolvedIds[e])).filter(Boolean)},get importedIds(){return Array.from(f,(e=>{var t;return null===(t=o.resolvedIds[e])||void 0===t?void 0:t.id})).filter(Boolean)},get importers(){return p.sort()},isEntry:s,isExternal:!1,get isIncluded(){return e.phase!==zs.GENERATE?null:o.isIncluded()},meta:{...a},moduleSideEffects:n,syntheticNamedExports:r},Object.defineProperty(this.info,"hasModuleSideEffects",{enumerable:!1})}basename(){const e=P(this.id),t=N(this.id);return Ce(t?e.slice(0,-t.length):e)}bindReferences(){this.ast.bind()}error(e,t){return this.addLocationToLogProps(e,t),pe(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 Ne)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,i=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&&i.add(t)}for(let s of i){const i=this.sideEffectDependenciesByVariable.get(s);if(i)for(const e of i)t.add(e);s instanceof Fs?s=s.getBaseVariable():s instanceof $s&&(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[i]=this.getVariableForExportName(t);if(i instanceof $s&&(i=i.getOriginalVariable()),!i||!(i.included||i instanceof ee))continue;const s=e.get(i);s?s.push(t):e.set(i,[t])}return this.exportNamesByVariable=e}getExports(){return Array.from(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 Ne)e.add(`*${t.id}`);else for(const i of[...t.getReexports(),...t.getExports()])"default"!==i&&e.add(i);return this.transitiveReexports=[...e]}getRenderedExports(){const e=[],t=[];for(const i of this.exports.keys()){const[s]=this.getVariableForExportName(i);(s&&s.included?e:t).push(i)}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:pe((e=this.id,t=this.info.syntheticNamedExports,{code:fe.SYNTHETIC_NAMED_EXPORTS_NEED_NAMESPACE_EXPORT,id:e,message:`Module "${he(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:i,onlyExplicit:s,searchedNamesAndModules:n}=ie){var r;if("*"===e[0])return 1===e.length?[this.namespace]:this.graph.modulesById.get(e.slice(1)).getVariableForExportName("*");const a=this.reexportDescriptions.get(e);if(a){const[e]=nn(a.module,a.localName,t,!1,n);return e?(t&&an(e,t,this),[e]):this.error(xe(a.localName,this.id,a.module.id),a.start)}const o=this.exports.get(e);if(o){if(o===sn)return[this.exportShimVariable];const e=o.localName,i=this.traceVariable(e,{importerForSideEffects:t,searchedNamesAndModules:n});return t&&(L(t.sideEffectDependenciesByVariable,i,(()=>new Set)).add(this),an(i,t,this)),[i]}if(s)return[null];if("default"!==e){const i=null!==(r=this.namespaceReexportsByName.get(e))&&void 0!==r?r:this.getVariableFromNamespaceReexports(e,t,n);if(this.namespaceReexportsByName.set(e,i),i[0])return i}return this.info.syntheticNamedExports?[L(this.syntheticExports,e,(()=>new Fs(this.astContext,e,this.getSyntheticNamespace())))]:!i&&this.options.shimMissingExports?(this.shimMissingExport(e),[this.exportShimVariable]):[null]}hasEffects(){return"no-treeshake"===this.info.moduleSideEffects||this.ast.included&&this.ast.hasEffects(Re())}include(){const e=Le();this.ast.shouldBeIncluded(e)&&this.ast.include(e,!1)}includeAllExports(e){this.isExecuted||(tn(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(V),e.included||this.includeVariable(e)}for(const e of this.getReexports()){const[t]=this.getVariableForExportName(e);t&&(t.deoptimizePath(V),t.included||this.includeVariable(t),t instanceof ee&&(t.module.reexported=!0))}e&&this.namespace.setMergedNamespaces(this.includeAndGetAdditionalMergedNamespaces())}includeAllInBundle(){this.ast.include(Le(),!0),this.includeAllExports(!1)}isIncluded(){return this.ast.included||this.namespace.included||this.importedFromNotTreeshaken}linkImports(){this.addModulesToImportDescriptions(this.importDescriptions),this.addModulesToImportDescriptions(this.reexportDescriptions);const e=[];for(const t of this.exportAllSources){const i=this.graph.modulesById.get(this.resolvedIds[t].id);i instanceof Ne?e.push(i):this.exportAllModules.push(i)}this.exportAllModules.push(...e)}render(e){const t=this.magicString.clone();return this.ast.render(t,e),this.usesTopLevelAwait=this.astContext.usesTopLevelAwait,t}setSource({ast:e,code:t,customTransformCache:i,originalCode:s,originalSourcemap:n,resolvedIds:r,sourcemapChain:a,transformDependencies:o,transformFiles:h,...l}){this.info.code=t,this.originalCode=s,this.originalSourcemap=n,this.sourcemapChain=a,h&&(this.transformFiles=h),this.transformDependencies=o,this.customTransformCache=i,this.updateOptions(l),Qs("generate ast",3),e||(e=this.tryParse()),Zs("generate ast",3),this.resolvedIds=r||Object.create(null);const c=this.id;this.magicString=new y(t,{filename:this.excludeFromSourcemap?null:c,indentExclusionRanges:[]}),Qs("analyse ast",3),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:c,getExports:this.getExports.bind(this),getModuleExecIndex:()=>this.execIndex,getModuleName:this.basename.bind(this),getNodeConstructor:e=>Ds[e]||Ds.UnknownNode,getReexports:this.getReexports.bind(this),importDescriptions:this.importDescriptions,includeAllExports:()=>this.includeAllExports(!0),includeDynamicImport:this.includeDynamicImport.bind(this),includeVariableInModule:this.includeVariableInModule.bind(this),magicString:this.magicString,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,warn:this.warn.bind(this)},this.scope=new Ls(this.graph.scope,this.astContext),this.namespace=new Bs(this.astContext),this.ast=new Ps(e,{context:this.astContext,type:"Module"},this.scope),this.info.ast=e,Zs("analyse ast",3)}toJSON(){return{ast:this.ast.esTreeNode,code:this.info.code,customTransformCache:this.customTransformCache,dependencies:Array.from(this.dependencies,Us),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:i,searchedNamesAndModules:s}=ie){const n=this.scope.variables.get(e);if(n)return n;const r=this.importDescriptions.get(e);if(r){const e=r.module;if(e instanceof rn&&"*"===r.name)return e.namespace;const[n]=nn(e,r.name,t||this,i,s);return n||this.error(xe(r.name,this.id,e.id),r.start)}return null}tryParse(){try{return this.graph.contextParse(this.info.code)}catch(e){let t=e.message.replace(/ \(\d+:\d+\)$/,"");return this.id.endsWith(".json")?t+=" (Note that you need @rollup/plugin-json to import JSON files)":this.id.endsWith(".js")||(t+=" (Note that you need plugins to import files that are not JavaScript)"),this.error({code:"PARSE_ERROR",message:t,parserError:e},e.pos)}}updateOptions({meta:e,moduleSideEffects:t,syntheticNamedExports:i}){null!=t&&(this.info.moduleSideEffects=t),null!=i&&(this.info.syntheticNamedExports=i),null!=e&&Object.assign(this.info.meta,e)}warn(e,t){this.addLocationToLogProps(e,t),this.options.onwarn(e)}addDynamicImport(e){let t=e.source;t instanceof Ns?1===t.quasis.length&&t.quasis[0].value.cooked&&(t=t.quasis[0].value.cooked):t instanceof Ni&&"string"==typeof t.value&&(t=t.value),this.dynamicImports.push({argument:t,id:null,node:e,resolution:null})}addExport(e){if(e instanceof Hi)this.exports.set("default",{identifier:e.variable.getAssignedVariableName(),localName:"default"});else if(e instanceof ji){const t=e.source.value;if(this.sources.add(t),e.exported){const i=e.exported.name;this.reexportDescriptions.set(i,{localName:"*",module:null,source:t,start:e.start})}else this.exportAllSources.add(t)}else if(e.source instanceof Ni){const t=e.source.value;this.sources.add(t);for(const i of e.specifiers){const e=i.exported.name;this.reexportDescriptions.set(e,{localName:i.local.name,module:null,source:t,start:i.start})}}else if(e.declaration){const t=e.declaration;if(t instanceof Os)for(const e of t.declarations)for(const t of $e(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 t of e.specifiers){const e=t.local.name,i=t.exported.name;this.exports.set(i,{identifier:null,localName:e})}}addImport(e){const t=e.source.value;this.sources.add(t);for(const i of e.specifiers){const e="ImportDefaultSpecifier"===i.type,s="ImportNamespaceSpecifier"===i.type,n=e?"default":s?"*":i.imported.name;this.importDescriptions.set(i.local.name,{module:null,name:n,source:t,start:i.start})}}addImportMeta(e){this.importMetas.push(e)}addLocationToLogProps(e,t){e.id=this.id,e.pos=t;let i=this.info.code;const s=ne(i,t,{offsetLine:1});if(s){let{column:n,line:r}=s;try{({column:n,line:r}=function(e,t){const i=e.filter((e=>!!e.mappings));e:for(;i.length>0;){const e=i.pop().mappings[t.line-1];if(e){const i=e.filter((e=>e.length>1)),s=i[i.length-1];for(const e of i)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:n,line:r})),i=this.originalCode}catch(e){this.options.onwarn({code:"SOURCEMAP_ERROR",id:this.id,loc:{column:n,file:this.id,line:r},message:`Error when using sourcemap for reporting an error: ${e.message}`,pos:t})}de(e,{column:n,line:r},i,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,i){const s=new Set,n=r=>{for(const a of r)s.has(a)||(s.add(a),t.has(a)?e.add(a):(a.info.moduleSideEffects||i.has(a))&&(a instanceof Ne||a.hasEffects()?e.add(a):n(a.dependencies)))};n(this.dependencies),n(i)}getVariableFromNamespaceReexports(e,t,i){let s=null;const n=new Map,r=new Set;for(const a of this.exportAllModules){if(a.info.syntheticNamedExports===e)continue;const[o,h]=nn(a,e,t,!0,on(i));a instanceof Ne||h?r.add(o):o instanceof Fs?s||(s=o):o&&n.set(o,a)}if(n.size>0){const t=[...n],i=t[0][0];return 1===t.length?[i]:(this.options.onwarn(function(e,t,i){return{code:fe.NAMESPACE_CONFLICT,message:`Conflicting namespaces: "${he(t)}" re-exports "${e}" from one of the modules ${ae(i.map((e=>he(e))))} (will be ignored)`,name:e,reexporter:t,sources:i}}(e,this.id,t.map((([,e])=>e.id)))),[null])}if(r.size>0){const t=[...r],i=t[0];return t.length>1&&this.options.onwarn(function(e,t,i,s){return{code:fe.AMBIGUOUS_EXTERNAL_NAMESPACES,message:`Ambiguous external namespace resolution: "${he(t)}" re-exports "${e}" from one of the external modules ${ae(s.map((e=>he(e))))}, guessing "${he(i)}".`,name:e,reexporter:t,sources:s}}(e,this.id,i.module.id,t.map((e=>e.module.id)))),[i,!0]}return s?[s]:[null]}includeAndGetAdditionalMergedNamespaces(){const e=new Set,t=new Set;for(const i of[this,...this.exportAllModules])if(i instanceof Ne){const[t]=i.getVariableForExportName("*");t.include(),this.includedImports.add(t),e.add(t)}else if(i.info.syntheticNamedExports){const e=i.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;t instanceof rn&&(t.includedDynamicImporters.push(this),t.includeAllExports(!0))}includeVariable(e){if(!e.included){e.include(),this.graph.needsTreeshakingPass=!0;const t=e.module;if(t instanceof rn&&(t.isExecuted||tn(t),t!==this)){const t=function(e,t){const i=L(t.sideEffectDependenciesByVariable,e,(()=>new Set));let s=e;const n=new Set([s]);for(;;){const e=s.module;if(s=s instanceof $s?s.getDirectOriginalVariable():s instanceof Fs?s.syntheticNamespace:null,!s||n.has(s))break;n.add(s),i.add(e);const t=e.sideEffectDependenciesByVariable.get(s);if(t)for(const e of t)i.add(e)}return i}(e,this);for(const e of t)e.isExecuted||tn(e)}}}includeVariableInModule(e){this.includeVariable(e);const t=e.module;t&&t!==this&&this.includedImports.add(e)}shimMissingExport(e){this.options.onwarn({code:"SHIMMED_EXPORT",exporter:he(this.id),exportName:e,message:`Missing export "${e}" has been shimmed in module ${he(this.id)}.`}),this.exports.set(e,sn)}}function an(e,t,i){if(e.module instanceof rn&&e.module!==i){const s=e.module.cycles;if(s.size>0){const n=i.cycles;for(const r of n)if(s.has(r)){t.alternativeReexportModules.set(e,i);break}}}}const on=e=>e&&new Map(Array.from(e,(([e,t])=>[e,new Set(t)])));function hn(e){return e.endsWith(".js")?e.slice(0,-3):e}function ln(e,t){return e.autoId?`${e.basePath?e.basePath+"/":""}${hn(t)}`:e.id||""}function cn(e,t,i,s,n,r,a,o="return "){const{_:h,cnst:l,getDirectReturnFunction:c,getFunctionIntro:u,getPropertyAccess:p,n:d,s:f}=n;if(!i)return`${d}${d}${o}${function(e,t,i,s,n){if(e.length>0)return e[0].local;for(const{defaultVariableName:e,id:r,isChunk:a,name:o,namedExportsMode:h,namespaceVariableName:l,reexports:c}of t)if(c)return un(o,c[0].imported,h,a,e,l,i,r,s,n)}(e,t,s,a,p)};`;let m="";for(const{defaultVariableName:e,id:n,isChunk:o,name:l,namedExportsMode:u,namespaceVariableName:f,reexports:g}of t)if(g&&i)for(const t of g)if("*"!==t.reexported){const i=un(l,t.imported,u,o,e,f,s,n,a,p);if(m&&(m+=d),"*"!==t.imported&&t.needsLiveBinding){const[e,s]=c([],{functionReturn:!0,lineBreakIndent:null,name:null});m+=`Object.defineProperty(exports,${h}'${t.reexported}',${h}{${d}${r}enumerable:${h}true,${d}${r}get:${h}${e}${i}${s}${d}});`}else m+=`exports${p(t.reexported)}${h}=${h}${i};`}for(const{exported:t,local:i}of e){const e=`exports${p(t)}`,s=i;e!==s&&(m&&(m+=d),m+=`${e}${h}=${h}${s};`)}for(const{name:e,reexports:s}of t)if(s&&i)for(const t of s)if("*"===t.reexported){m&&(m+=d);const i=`{${d}${r}if${h}(k${h}!==${h}'default'${h}&&${h}!exports.hasOwnProperty(k))${h}${fn(e,t.needsLiveBinding,r,n)}${f}${d}}`;m+="var"===l&&t.needsLiveBinding?`Object.keys(${e}).forEach(${u(["k"],{isAsync:!1,name:null})}${i});`:`for${h}(${l} k in ${e})${h}${i}`}return m?`${d}${d}${m}`:""}function un(e,t,i,s,n,r,a,o,h,l){if("default"===t){if(!s){const t=String(a(o)),i=Qi[t]?n:e;return Zi(t,h)?`${i}${l("default")}`:i}return i?`${e}${l("default")}`:e}return"*"===t?(s?!i:Ji[String(a(o))])?r:e:`${e}${l(t)}`}function pn(e){return e([["value","true"]],{lineBreakIndent:null})}function dn(e,t,i,{_:s,getObject:n}){if(e){if(t)return i?`Object.defineProperties(exports,${s}${n([["__esModule",pn(n)],[null,`[Symbol.toStringTag]:${s}${ms(n)}`]],{lineBreakIndent:null})});`:`Object.defineProperty(exports,${s}'__esModule',${s}${pn(n)});`;if(i)return`Object.defineProperty(exports,${s}Symbol.toStringTag,${s}${ms(n)});`}return""}const fn=(e,t,i,{_:s,getDirectReturnFunction:n,n:r})=>{if(t){const[t,a]=n([],{functionReturn:!0,lineBreakIndent:null,name:null});return`Object.defineProperty(exports,${s}k,${s}{${r}${i}${i}enumerable:${s}true,${r}${i}${i}get:${s}${t}${e}[k]${a}${r}${i}})`}return`exports[k]${s}=${s}${e}[k]`};function mn(e,t,i,s,n,r,a,o){const{_:h,cnst:l,n:c}=o,u=new Set,p=[],d=(e,t,i)=>{u.add(t),p.push(`${l} ${e}${h}=${h}/*#__PURE__*/${t}(${i});`)};for(const{defaultVariableName:i,imports:s,id:n,isChunk:r,name:a,namedExportsMode:o,namespaceVariableName:h,reexports:l}of e)if(r){for(const{imported:e,reexported:t}of[...s||[],...l||[]])if("*"===e&&"*"!==t){o||d(h,"_interopNamespaceDefaultOnly",a);break}}else{const e=String(t(n));let r=!1,o=!1;for(const{imported:t,reexported:n}of[...s||[],...l||[]]){let s,l;"default"===t?r||(r=!0,i!==h&&(l=i,s=Qi[e])):"*"===t&&"*"!==n&&(o||(o=!0,s=Ji[e],l=h)),s&&d(l,s,a)}}return`${ts(u,r,a,o,i,s,n)}${p.length>0?`${p.join(c)}${c}${c}`:""}`}function gn(e,t){return"."!==e[0]?e:t?(i=e).endsWith(".js")?i:i+".js":hn(e);var i}const yn={assert:!0,buffer:!0,console:!0,constants:!0,domain:!0,events:!0,http:!0,https:!0,os:!0,path:!0,process:!0,punycode:!0,querystring:!0,stream:!0,string_decoder:!0,timers:!0,tty:!0,url:!0,util:!0,vm:!0,zlib:!0};function xn(e,t){const i=t.map((({id:e})=>e)).filter((e=>e in yn));i.length&&e({code:"MISSING_NODE_BUILTINS",message:`Creating a browser bundle that depends on Node.js built-in modules (${ae(i)}). You might need to include https://github.com/FredKSchott/rollup-plugin-polyfill-node`,modules:i})}const vn=(e,t)=>e.split(".").map(t).join("");function En(e,t,i,s,{_:n,getPropertyAccess:r}){const a=e.split(".");a[0]=("function"==typeof i?i(a[0]):i[a[0]])||a[0];const o=a.pop();let h=t,l=a.map((e=>(h+=r(e),`${h}${n}=${n}${h}${n}||${n}{}`))).concat(`${h}${r(o)}`).join(`,${n}`)+`${n}=${n}${s}`;return a.length>0&&(l=`(${l})`),l}function bn(e){let t=e.length;for(;t--;){const{imports:i,reexports:s}=e[t];if(i||s)return e.slice(0,t+1)}return[]}const Sn=({dependencies:e,exports:t})=>{const i=new Set(t.map((e=>e.exported)));i.add("default");for(const{reexports:t}of e)if(t)for(const e of t)"*"!==e.reexported&&i.add(e.reexported);return i};function kn(e,t,{_:i,n:s}){return 0===e.length?"":1===e.length?`exports('${e[0].name}',${i}${e[0].value});${s}${s}`:`exports({${s}`+e.map((({name:e,value:s})=>`${t}${e}:${i}${s}`)).join(`,${s}`)+`${s}});${s}${s}`}function An(e,t,i){return e?`${t}${vn(e,i)}`:"null"}var _n={amd:function(e,{accessedGlobals:t,dependencies:i,exports:s,hasExports:n,id:r,indent:a,intro:o,isEntryFacade:h,isModuleFacade:l,namedExportsMode:c,outro:u,snippets:p,warn:d},{amd:f,esModule:m,externalLiveBindings:g,freeze:y,interop:x,namespaceToStringTag:v,strict:E}){xn(d,i);const b=i.map((e=>`'${gn(e.id,f.forceJsExtensionForImports)}'`)),S=i.map((e=>e.name)),{n:k,getNonArrowFunctionIntro:A,_:_}=p;c&&n&&(S.unshift("exports"),b.unshift("'exports'")),t.has("require")&&(S.unshift("require"),b.unshift("'require'")),t.has("module")&&(S.unshift("module"),b.unshift("'module'"));const w=ln(f,r),I=(w?`'${w}',${_}`:"")+(b.length?`[${b.join(`,${_}`)}],${_}`:""),P=E?`${_}'use strict';`:"";e.prepend(`${o}${mn(i,x,g,y,v,t,a,p)}`);const C=cn(s,i,c,x,p,a,g);let N=dn(c&&n,h&&m,l&&v,p);return N&&(N=k+k+N),e.append(`${C}${N}${u}`),e.indent(a).prepend(`${f.define}(${I}(${A(S,{isAsync:!1,name:null})}{${P}${k}${k}`).append(`${k}${k}}));`)},cjs:function(e,{accessedGlobals:t,dependencies:i,exports:s,hasExports:n,indent:r,intro:a,isEntryFacade:o,isModuleFacade:h,namedExportsMode:l,outro:c,snippets:u},{compact:p,esModule:d,externalLiveBindings:f,freeze:m,interop:g,namespaceToStringTag:y,strict:x}){const{_:v,n:E}=u,b=x?`'use strict';${E}${E}`:"";let S=dn(l&&n,o&&d,h&&y,u);S&&(S+=E+E);const k=function(e,{_:t,cnst:i,n:s},n){let r="",a=!1;for(const{id:o,name:h,reexports:l,imports:c}of e)l||c?(r+=n&&a?",":`${r?`;${s}`:""}${i} `,a=!0,r+=`${h}${t}=${t}require('${o}')`):(r&&(r+=n&&!a?",":`;${s}`),a=!1,r+=`require('${o}')`);return r?`${r};${s}${s}`:""}(i,u,p),A=mn(i,g,f,m,y,t,r,u);e.prepend(`${b}${a}${S}${k}${A}`);const _=cn(s,i,l,g,u,r,f,`module.exports${v}=${v}`);return e.append(`${_}${c}`)},es:function(e,{accessedGlobals:t,indent:i,intro:s,outro:n,dependencies:r,exports:a,snippets:o},{externalLiveBindings:h,freeze:l,namespaceToStringTag:c}){const{_:u,n:p}=o,d=function(e,t){const i=[];for(const{id:s,reexports:n,imports:r,name:a}of e)if(n||r){if(r){let e=null,n=null;const a=[];for(const t of r)"default"===t.imported?e=t:"*"===t.imported?n=t:a.push(t);n&&i.push(`import${t}*${t}as ${n.local} from${t}'${s}';`),e&&0===a.length?i.push(`import ${e.local} from${t}'${s}';`):a.length>0&&i.push(`import ${e?`${e.local},${t}`:""}{${t}${a.map((e=>e.imported===e.local?e.imported:`${e.imported} as ${e.local}`)).join(`,${t}`)}${t}}${t}from${t}'${s}';`)}if(n){let e=null;const o=[],h=[];for(const t of n)"*"===t.reexported?e=t:"*"===t.imported?o.push(t):h.push(t);if(e&&i.push(`export${t}*${t}from${t}'${s}';`),o.length>0){r&&r.some((e=>"*"===e.imported&&e.local===a))||i.push(`import${t}*${t}as ${a} from${t}'${s}';`);for(const e of o)i.push(`export${t}{${t}${a===e.reexported?a:`${a} as ${e.reexported}`} };`)}h.length>0&&i.push(`export${t}{${t}${h.map((e=>e.imported===e.reexported?e.imported:`${e.imported} as ${e.reexported}`)).join(`,${t}`)}${t}}${t}from${t}'${s}';`)}}else i.push(`import${t}'${s}';`);return i}(r,u);d.length>0&&(s+=d.join(p)+p+p),(s+=ts(null,t,i,o,h,l,c))&&e.prepend(s);const f=function(e,{_:t,cnst:i}){const s=[],n=[];for(const r of e)r.expression&&s.push(`${i} ${r.local}${t}=${t}${r.expression};`),n.push(r.exported===r.local?r.local:`${r.local} as ${r.exported}`);return n.length&&s.push(`export${t}{${t}${n.join(`,${t}`)}${t}};`),s}(a,o);return f.length&&e.append(p+p+f.join(p).trim()),n&&e.append(n),e.trim()},iife:function(e,{accessedGlobals:t,dependencies:i,exports:s,hasExports:n,indent:r,intro:a,namedExportsMode:o,outro:h,snippets:l,warn:c},{compact:u,esModule:p,extend:d,freeze:f,externalLiveBindings:m,globals:g,interop:y,name:x,namespaceToStringTag:v,strict:E}){const{_:b,getNonArrowFunctionIntro:S,getPropertyAccess:k,n:A}=l,_=x&&x.includes("."),w=!d&&!_;if(x&&w&&(Pe(I=x)||Ie.test(I)))return pe({code:"ILLEGAL_IDENTIFIER_AS_NAME",message:`Given name "${x}" is not a legal JS identifier. If you need this, you can try "output.extend: true".`});var I;xn(c,i);const P=bn(i),C=P.map((e=>e.globalName||"null")),N=P.map((e=>e.name));n&&!x&&c({code:"MISSING_NAME_OPTION_FOR_IIFE_EXPORT",message:'If you do not supply "output.name", you may not be able to access the exports of an IIFE bundle.'}),o&&n&&(d?(C.unshift(`this${vn(x,k)}${b}=${b}this${vn(x,k)}${b}||${b}{}`),N.unshift("exports")):(C.unshift("{}"),N.unshift("exports")));const T=E?`${r}'use strict';${A}`:"",$=mn(i,y,m,f,v,t,r,l);e.prepend(`${a}${$}`);let L=`(${S(N,{isAsync:!1,name:null})}{${A}${T}${A}`;n&&(!x||d&&o||(L=(w?`var ${x}`:`this${vn(x,k)}`)+`${b}=${b}${L}`),_&&(L=function(e,t,i,{_:s,getPropertyAccess:n,s:r},a){const o=e.split(".");o[0]=("function"==typeof i?i(o[0]):i[o[0]])||o[0],o.pop();let h=t;return o.map((e=>(h+=n(e),`${h}${s}=${s}${h}${s}||${s}{}${r}`))).join(a?",":"\n")+(a&&o.length?";":"\n")}(x,"this",g,l,u)+L));let R=`${A}${A}})(${C.join(`,${b}`)});`;n&&!d&&o&&(R=`${A}${A}${r}return exports;${R}`);const M=cn(s,i,o,y,l,r,m);let O=dn(o&&n,p,v,l);return O&&(O=A+A+O),e.append(`${M}${O}${h}`),e.indent(r).prepend(L).append(R)},system:function(e,{accessedGlobals:t,dependencies:i,exports:s,hasExports:n,indent:r,intro:a,snippets:o,outro:h,usesTopLevelAwait:l},{externalLiveBindings:c,freeze:u,name:p,namespaceToStringTag:d,strict:f,systemNullSetters:m}){const{_:g,getFunctionIntro:y,getNonArrowFunctionIntro:x,n:v,s:E}=o,{importBindings:b,setters:S,starExcludes:k}=function(e,t,i,{_:s,cnst:n,getObject:r,getPropertyAccess:a,n:o}){const h=[],l=[];let c=null;for(const{imports:u,reexports:p}of e){const d=[];if(u)for(const e of u)h.push(e.local),"*"===e.imported?d.push(`${e.local}${s}=${s}module;`):d.push(`${e.local}${s}=${s}module${a(e.imported)};`);if(p){const o=[];let h=!1;for(const{imported:e,reexported:t}of p)"*"===t?h=!0:o.push([t,"*"===e?"module":`module${a(e)}`]);if(o.length>1||h){const a=r(o,{lineBreakIndent:null});h?(c||(c=Sn({dependencies:e,exports:t})),d.push(`${n} setter${s}=${s}${a};`,`for${s}(${n} name in module)${s}{`,`${i}if${s}(!_starExcludes[name])${s}setter[name]${s}=${s}module[name];`,"}","exports(setter);")):d.push(`exports(${a});`)}else{const[e,t]=o[0];d.push(`exports('${e}',${s}${t});`)}}l.push(d.join(`${o}${i}${i}${i}`))}return{importBindings:h,setters:l,starExcludes:c}}(i,s,r,o),A=p?`'${p}',${g}`:"",_=t.has("module")?["exports","module"]:n?["exports"]:[];let w=`System.register(${A}[`+i.map((({id:e})=>`'${e}'`)).join(`,${g}`)+`],${g}(${x(_,{isAsync:!1,name:null})}{${v}${r}${f?"'use strict';":""}`+((e,t,{_:i,cnst:s,getObject:n,n:r})=>e?`${r}${t}${s} _starExcludes${i}=${i}${n([...e].map((e=>[e,"1"])),{lineBreakIndent:{base:t,t:t}})};`:"")(k,r,o)+((e,t,{_:i,n:s})=>e.length?`${s}${t}var ${e.join(`,${i}`)};`:"")(b,r,o)+`${v}${r}return${g}{${S.length?`${v}${r}${r}setters:${g}[${S.map((e=>e?`${y(["module"],{isAsync:!1,name:null})}{${v}${r}${r}${r}${e}${v}${r}${r}}`:m?"null":`${y([],{isAsync:!1,name:null})}{}`)).join(`,${g}`)}],`:""}${v}`;w+=`${r}${r}execute:${g}(${x([],{isAsync:l,name:null})}{${v}${v}`;const I=`${r}${r}})${v}${r}}${E}${v}}));`;return e.prepend(a+ts(null,t,r,o,c,u,d)+((e,t,i)=>kn(e.filter((e=>e.hoisted)).map((e=>({name:e.exported,value:e.local}))),t,i))(s,r,o)),e.append(`${h}${v}${v}`+((e,t,i)=>kn(e.filter((e=>e.expression)).map((e=>({name:e.exported,value:e.local}))),t,i))(s,r,o)+((e,t,i)=>kn(e.filter((e=>"_missingExportShim"===e.local)).map((e=>({name:e.exported,value:"_missingExportShim"}))),t,i))(s,r,o)),e.indent(`${r}${r}${r}`).append(I).prepend(w)},umd:function(e,{accessedGlobals:t,dependencies:i,exports:s,hasExports:n,id:r,indent:a,intro:o,namedExportsMode:h,outro:l,snippets:c,warn:u},{amd:p,compact:d,esModule:f,extend:m,externalLiveBindings:g,freeze:y,interop:x,name:v,namespaceToStringTag:E,globals:b,noConflict:S,strict:k}){const{_:A,cnst:_,getFunctionIntro:w,getNonArrowFunctionIntro:I,getPropertyAccess:P,n:C,s:N}=c,T=d?"f":"factory",$=d?"g":"global";if(n&&!v)return pe({code:"MISSING_NAME_OPTION_FOR_IIFE_EXPORT",message:'You must supply "output.name" for UMD bundles that have exports so that the exports are accessible in environments without a module loader.'});xn(u,i);const L=i.map((e=>`'${gn(e.id,p.forceJsExtensionForImports)}'`)),R=i.map((e=>`require('${e.id}')`)),M=bn(i),O=M.map((e=>An(e.globalName,$,P))),D=M.map((e=>e.name));h&&(n||S)&&(L.unshift("'exports'"),R.unshift("exports"),O.unshift(En(v,$,b,(m?`${An(v,$,P)}${A}||${A}`:"")+"{}",c)),D.unshift("exports"));const V=ln(p,r),B=(V?`'${V}',${A}`:"")+(L.length?`[${L.join(`,${A}`)}],${A}`:""),F=p.define,z=!h&&n?`module.exports${A}=${A}`:"",U=k?`${A}'use strict';${C}`:"";let j;if(S){const e=d?"e":"exports";let t;t=!h&&n?`${_} ${e}${A}=${A}${En(v,$,b,`${T}(${O.join(`,${A}`)})`,c)};`:`${_} ${e}${A}=${A}${O.shift()};${C}${a}${a}${T}(${[e].concat(O).join(`,${A}`)});`,j=`(${w([],{isAsync:!1,name:null})}{${C}${a}${a}${_} current${A}=${A}${function(e,t,{_:i,getPropertyAccess:s}){let n=t;return e.split(".").map((e=>n+=s(e))).join(`${i}&&${i}`)}(v,$,c)};${C}${a}${a}${t}${C}${a}${a}${e}.noConflict${A}=${A}${w([],{isAsync:!1,name:null})}{${A}${An(v,$,P)}${A}=${A}current;${A}return ${e}${N}${A}};${C}${a}})()`}else j=`${T}(${O.join(`,${A}`)})`,!h&&n&&(j=En(v,$,b,j,c));const G=n||S&&h||O.length>0,H=[T];G&&H.unshift($);const W=G?`this,${A}`:"",q=G?`(${$}${A}=${A}typeof globalThis${A}!==${A}'undefined'${A}?${A}globalThis${A}:${A}${$}${A}||${A}self,${A}`:"",K=G?")":"",X=G?`${a}typeof exports${A}===${A}'object'${A}&&${A}typeof module${A}!==${A}'undefined'${A}?${A}${z}${T}(${R.join(`,${A}`)})${A}:${C}`:"",Y=`(${I(H,{isAsync:!1,name:null})}{${C}`+X+`${a}typeof ${F}${A}===${A}'function'${A}&&${A}${F}.amd${A}?${A}${F}(${B}${T})${A}:${C}`+`${a}${q}${j}${K};${C}`+`})(${W}(${I(D,{isAsync:!1,name:null})}{${U}${C}`,Q=C+C+"}));";e.prepend(`${o}${mn(i,x,g,y,E,t,a,c)}`);const Z=cn(s,i,h,x,c,a,g);let J=dn(h&&n,f,E,c);return J&&(J=C+C+J),e.append(`${Z}${J}${l}`),e.trim().indent(a).append(Q).prepend(Y)}};class wn{constructor(e,t){this.isOriginal=!0,this.filename=e,this.content=t}traceSegment(e,t,i){return{column:t,line:e,name:i,source:this}}}class In{constructor(e,t){this.sources=t,this.names=e.names,this.mappings=e.mappings}traceMappings(){const e=[],t=new Map,i=[],s=[],n=new Map,r=[];for(const a of this.mappings){const o=[];for(const r of a){if(1===r.length)continue;const a=this.sources[r[1]];if(!a)continue;const h=a.traceSegment(r[2],r[3],5===r.length?this.names[r[4]]:"");if(h){const{column:a,line:l,name:c,source:{content:u,filename:p}}=h;let d=t.get(p);if(void 0===d)d=e.length,e.push(p),t.set(p,d),i[d]=u;else if(null==i[d])i[d]=u;else if(null!=u&&i[d]!==u)return pe({message:`Multiple conflicting contents for sourcemap source ${p}`});const f=[r[0],d,l,a];if(c){let e=n.get(c);void 0===e&&(e=s.length,s.push(c),n.set(c,e)),f[4]=e}o.push(f)}}r.push(o)}return{mappings:r,names:s,sources:e,sourcesContent:i}}traceSegment(e,t,i){const s=this.mappings[e];if(!s)return null;let n=0,r=s.length-1;for(;n<=r;){const e=n+r>>1,a=s[e];if(a[0]===t||n===r){if(1==a.length)return null;const e=this.sources[a[1]];return e?e.traceSegment(a[2],a[3],5===a.length?this.names[a[4]]:i):null}a[0]>t?r=e-1:n=e+1}return null}}function Pn(e){return function(t,i){return i.mappings?new In(i,[t]):(e({code:"SOURCEMAP_BROKEN",message:`Sourcemap is likely to be incorrect: a plugin (${i.plugin}) was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help`,plugin:i.plugin,url:"https://rollupjs.org/guide/en/#warning-sourcemap-is-likely-to-be-incorrect"}),new In({mappings:[],names:[]},[t]))}}function Cn(e,t,i,s,n){let r;if(i){const t=i.sources,s=i.sourcesContent||[],n=C(e)||".",a=i.sourceRoot||".",o=t.map(((e,t)=>new wn($(n,a,e),s[t])));r=new In(i,o)}else r=new wn(e,t);return s.reduce(n,r)}var Nn={},Tn=$n;function $n(e,t){if(!e)throw new Error(t||"Assertion failed")}$n.equal=function(e,t,i){if(e!=t)throw new Error(i||"Assertion failed: "+e+" != "+t)};var Ln={exports:{}};"function"==typeof Object.create?Ln.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:Ln.exports=function(e,t){if(t){e.super_=t;var i=function(){};i.prototype=t.prototype,e.prototype=new i,e.prototype.constructor=e}};var Rn=Tn,Mn=Ln.exports;function On(e,t){return 55296==(64512&e.charCodeAt(t))&&!(t<0||t+1>=e.length)&&56320==(64512&e.charCodeAt(t+1))}function Dn(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0}function Vn(e){return 1===e.length?"0"+e:e}function Bn(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length?"000"+e:4===e.length?"0000"+e:3===e.length?"00000"+e:2===e.length?"000000"+e:1===e.length?"0000000"+e:e}Nn.inherits=Mn,Nn.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var i=[];if("string"==typeof e)if(t){if("hex"===t)for((e=e.replace(/[^a-z0-9]+/gi,"")).length%2!=0&&(e="0"+e),n=0;n>6|192,i[s++]=63&r|128):On(e,n)?(r=65536+((1023&r)<<10)+(1023&e.charCodeAt(++n)),i[s++]=r>>18|240,i[s++]=r>>12&63|128,i[s++]=r>>6&63|128,i[s++]=63&r|128):(i[s++]=r>>12|224,i[s++]=r>>6&63|128,i[s++]=63&r|128)}else for(n=0;n>>0}return r},Nn.split32=function(e,t){for(var i=new Array(4*e.length),s=0,n=0;s>>24,i[n+1]=r>>>16&255,i[n+2]=r>>>8&255,i[n+3]=255&r):(i[n+3]=r>>>24,i[n+2]=r>>>16&255,i[n+1]=r>>>8&255,i[n]=255&r)}return i},Nn.rotr32=function(e,t){return e>>>t|e<<32-t},Nn.rotl32=function(e,t){return e<>>32-t},Nn.sum32=function(e,t){return e+t>>>0},Nn.sum32_3=function(e,t,i){return e+t+i>>>0},Nn.sum32_4=function(e,t,i,s){return e+t+i+s>>>0},Nn.sum32_5=function(e,t,i,s,n){return e+t+i+s+n>>>0},Nn.sum64=function(e,t,i,s){var n=e[t],r=s+e[t+1]>>>0,a=(r>>0,e[t+1]=r},Nn.sum64_hi=function(e,t,i,s){return(t+s>>>0>>0},Nn.sum64_lo=function(e,t,i,s){return t+s>>>0},Nn.sum64_4_hi=function(e,t,i,s,n,r,a,o){var h=0,l=t;return h+=(l=l+s>>>0)>>0)>>0)>>0},Nn.sum64_4_lo=function(e,t,i,s,n,r,a,o){return t+s+r+o>>>0},Nn.sum64_5_hi=function(e,t,i,s,n,r,a,o,h,l){var c=0,u=t;return c+=(u=u+s>>>0)>>0)>>0)>>0)>>0},Nn.sum64_5_lo=function(e,t,i,s,n,r,a,o,h,l){return t+s+r+o+l>>>0},Nn.rotr64_hi=function(e,t,i){return(t<<32-i|e>>>i)>>>0},Nn.rotr64_lo=function(e,t,i){return(e<<32-i|t>>>i)>>>0},Nn.shr64_hi=function(e,t,i){return e>>>i},Nn.shr64_lo=function(e,t,i){return(e<<32-i|t>>>i)>>>0};var Fn={},zn=Nn,Un=Tn;function jn(){this.pending=null,this.pendingTotal=0,this.blockSize=this.constructor.blockSize,this.outSize=this.constructor.outSize,this.hmacStrength=this.constructor.hmacStrength,this.padLength=this.constructor.padLength/8,this.endian="big",this._delta8=this.blockSize/8,this._delta32=this.blockSize/32}Fn.BlockHash=jn,jn.prototype.update=function(e,t){if(e=zn.toArray(e,t),this.pending?this.pending=this.pending.concat(e):this.pending=e,this.pendingTotal+=e.length,this.pending.length>=this._delta8){var i=(e=this.pending).length%this._delta8;this.pending=e.slice(e.length-i,e.length),0===this.pending.length&&(this.pending=null),e=zn.join32(e,0,e.length-i,this.endian);for(var s=0;s>>24&255,s[n++]=e>>>16&255,s[n++]=e>>>8&255,s[n++]=255&e}else for(s[n++]=255&e,s[n++]=e>>>8&255,s[n++]=e>>>16&255,s[n++]=e>>>24&255,s[n++]=0,s[n++]=0,s[n++]=0,s[n++]=0,r=8;r>>3},Gn.g1_256=function(e){return Hn(e,17)^Hn(e,19)^e>>>10};var Xn=Nn,Yn=Fn,Qn=Gn,Zn=Tn,Jn=Xn.sum32,er=Xn.sum32_4,tr=Xn.sum32_5,ir=Qn.ch32,sr=Qn.maj32,nr=Qn.s0_256,rr=Qn.s1_256,ar=Qn.g0_256,or=Qn.g1_256,hr=Yn.BlockHash,lr=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function cr(){if(!(this instanceof cr))return new cr;hr.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=lr,this.W=new Array(64)}Xn.inherits(cr,hr);var ur=cr;cr.blockSize=512,cr.outSize=256,cr.hmacStrength=192,cr.padLength=64,cr.prototype._update=function(e,t){for(var i=this.W,s=0;s<16;s++)i[s]=e[t+s];for(;spr(),fr={amd:gr,cjs:gr,es:mr,iife:gr,system:mr,umd:gr};function mr(e,t,i,s,n,r,a,o){for(const t of i.dependencies)(n||t instanceof Ne)&&(t.variableName=Ot(t.suggestedVariableName,e));for(const i of t){const t=i.module,s=i.name;i.isNamespace&&(n||t instanceof Ne)?i.setRenderNames(null,(t instanceof Ne?t:a.get(t)).variableName):t instanceof Ne&&"default"===s?i.setRenderNames(null,Ot([...t.exportedVariables].some((([e,t])=>"*"===t&&e.included))?t.suggestedVariableName+"__default":t.suggestedVariableName,e)):i.setRenderNames(null,Ot(s,e))}for(const t of o)t.setRenderNames(null,Ot(t.name,e))}function gr(e,t,{deconflictedDefault:i,deconflictedNamespace:s,dependencies:n},r,a,o,h){for(const t of n)t.variableName=Ot(t.suggestedVariableName,e);for(const t of s)t.namespaceVariableName=Ot(`${t.suggestedVariableName}__namespace`,e);for(const t of i)s.has(t)&&es(String(r(t.id)),o)?t.defaultVariableName=t.namespaceVariableName:t.defaultVariableName=Ot(`${t.suggestedVariableName}__default`,e);for(const e of t){const t=e.module;if(t instanceof Ne){const i=e.name;if("default"===i){const i=String(r(t.id)),s=Qi[i]?t.defaultVariableName:t.variableName;Zi(i,o)?e.setRenderNames(s,"default"):e.setRenderNames(null,s)}else"*"===i?e.setRenderNames(null,Ji[String(r(t.id))]?t.namespaceVariableName:t.variableName):e.setRenderNames(t.variableName,null)}else{const i=h.get(t);a&&e.isNamespace?e.setRenderNames(null,"default"===i.exportMode?i.namespaceVariableName:i.variableName):"default"===i.exportMode?e.setRenderNames(null,i.variableName):e.setRenderNames(i.variableName,i.getVariableExportName(e))}}}const yr=/[\\'\r\n\u2028\u2029]/,xr=/(['\r\n\u2028\u2029])/g,vr=/\\/g;function Er(e){return e.match(yr)?e.replace(vr,"\\\\").replace(xr,"\\$1"):e}function br(e){const t=e.split("\n"),i=t.filter((e=>/^\t+/.test(e))),s=t.filter((e=>/^ {2,}/.test(e)));if(0===i.length&&0===s.length)return null;if(i.length>=s.length)return"\t";const n=s.reduce(((e,t)=>{const i=/^ +/.exec(t)[0].length;return Math.min(i,e)}),1/0);return new Array(n+1).join(" ")}function Sr(e,t,i,s,n){const r=e.getDependenciesToBeIncluded();for(const e of r){if(e instanceof Ne){t.push(e);continue}const r=n.get(e);r===s?i.has(e)||(i.add(e),Sr(e,t,i,s,n)):t.push(r)}}function kr(t){if(!t)return null;if("string"==typeof t&&(t=JSON.parse(t)),""===t.mappings)return{mappings:[],names:[],sources:[],version:3};const i="string"==typeof t.mappings?function(t){for(var i=[],n=[],r=[0,0,0,0,0],a=0,o=0,h=0,l=0;o>>=1,d&&(l=0===l?-2147483648:-l),r[a]+=l,a++,l=h=0}}}return s(n,r,a),i.push(n),i}(t.mappings):t.mappings;return{...t,mappings:i}}const Ar=Symbol("bundleKeys"),_r={type:"placeholder"};function wr(e,t,i){return le(e)?pe(Se(`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+)\]/g,((e,s)=>{if(!i.hasOwnProperty(s))return pe(Se(`"[${s}]" is not a valid placeholder in "${t}" pattern.`));const n=i[s]();return le(n)?pe(Se(`Invalid substitution "${n}" for placeholder "[${s}]" in "${t}" pattern, can be neither absolute nor relative path.`)):n}))}function Ir(e,{[Ar]:t}){if(!t.has(e.toLowerCase()))return e;const i=N(e);e=e.substring(0,e.length-i.length);let s,n=1;for(;t.has((s=e+ ++n+i).toLowerCase()););return s}const Pr=[".js",".jsx",".ts",".tsx"];function Cr(e,t,i,s){return("function"==typeof t?t(e.id):t[e.id])||(i?(s({code:"MISSING_GLOBAL_NAME",guess:e.variableName,message:`No name was provided for external module '${e.id}' in output.globals – guessing '${e.variableName}'`,source:e.id}),e.variableName):void 0)}class Nr{constructor(e,t,i,s,n,r,a,o,h,l){this.orderedModules=e,this.inputOptions=t,this.outputOptions=i,this.unsetOptions=s,this.pluginDriver=n,this.modulesById=r,this.chunkByModule=a,this.facadeChunkByModule=o,this.includedNamespaces=h,this.manualChunkAlias=l,this.entryModules=[],this.exportMode="named",this.facadeModule=null,this.id=null,this.namespaceVariableName="",this.needsExportsShim=!1,this.variableName="",this.accessedGlobalsByScope=new Map,this.dependencies=new Set,this.dynamicDependencies=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.includedReexportsByModule=new Map,this.indentString=void 0,this.isEmpty=!0,this.name=null,this.renderedDependencies=null,this.renderedExports=null,this.renderedHash=void 0,this.renderedModuleSources=new Map,this.renderedModules=Object.create(null),this.renderedSource=null,this.sortedExportNames=null,this.strictFacade=!1,this.usedModules=void 0,this.execIndex=e.length>0?e[0].execIndex:1/0;const c=new Set(e);for(const t of e){t.namespace.included&&h.add(t),this.isEmpty&&t.isIncluded()&&(this.isEmpty=!1),(t.info.isEntry||i.preserveModules)&&this.entryModules.push(t);for(const e of t.includedDynamicImporters)c.has(e)||(this.dynamicEntryModules.push(t),t.info.syntheticNamedExports&&!i.preserveModules&&(h.add(t),this.exports.add(t.namespace)));t.implicitlyLoadedAfter.size>0&&this.implicitEntryModules.push(t)}this.suggestedVariableName=Ce(this.generateVariableName())}static generateFacade(e,t,i,s,n,r,a,o,h,l){const c=new Nr([],e,t,i,s,n,r,a,o,null);c.assignFacadeName(l,h),a.has(h)||a.set(h,c);for(const e of h.getDependenciesToBeIncluded())c.dependencies.add(e instanceof rn?r.get(e):e);return!c.dependencies.has(r.get(h))&&h.info.moduleSideEffects&&h.hasEffects()&&c.dependencies.add(r.get(h)),c.ensureReexportsAreAvailableForModule(h),c.facadeModule=h,c.strictFacade=!0,c}canModuleBeFacade(e,t){const i=e.getExportNamesByVariable();for(const t of this.exports)if(!i.has(t))return 0===i.size&&e.isUserDefinedEntryPoint&&"strict"===e.preserveSignature&&this.unsetOptions.has("preserveEntrySignatures")&&this.inputOptions.onwarn({code:"EMPTY_FACADE",id:e.id,message:`To preserve the export signature of the entry module "${he(e.id)}", an empty facade chunk was created. This often happens when creating a bundle for a web app where chunks are placed in script tags and exports are ignored. In this case it is recommended to set "preserveEntrySignatures: false" to avoid this and reduce the number of chunks. Otherwise if this is intentional, set "preserveEntrySignatures: 'strict'" explicitly to silence this warning.`,url:"https://rollupjs.org/guide/en/#preserveentrysignatures"}),!1;for(const s of t)if(!i.has(s)&&s.module!==e)return!1;return!0}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[i,s]of t){this.exportNamesByVariable.set(i,[...s]);for(const e of s)this.exportsByName.set(e,i);e.delete(i)}}this.outputOptions.minifyInternalExports?function(e,t,i){let s=0;for(const n of e){let[e]=n.name;if(t.has(e))do{e=Mt(++s),49===e.charCodeAt(0)&&(s+=9*64**(e.length-1),e=Mt(s))}while(we.has(e)||t.has(e));t.set(e,n),i.set(n,[e])}}(e,this.exportsByName,this.exportNamesByVariable):function(e,t,i){for(const s of e){let e=0,n=s.name;for(;t.has(n);)n=s.name+"$"+ ++e;t.set(n,s),i.set(s,[n])}}(e,this.exportsByName,this.exportNamesByVariable),(this.outputOptions.preserveModules||this.facadeModule&&this.facadeModule.info.isEntry)&&(this.exportMode=function(e,{exports:t,name:i,format:s},n,r,a){const o=e.getExportNames();if("default"===t){if(1!==o.length||"default"!==o[0])return pe(ge("default",o,r))}else if("none"===t&&o.length)return pe(ge("none",o,r));return"auto"===t&&(0===o.length?t="none":1===o.length&&"default"===o[0]?("cjs"===s&&n.has("exports")&&a(function(e){const t=he(e);return{code:fe.PREFER_NAMED_EXPORTS,id:e,message:`Entry module "${t}" is implicitly using "default" export mode, which means for CommonJS output that its default export is assigned to "module.exports". For many tools, such CommonJS output will not be interchangeable with the original ES module. If this is intended, explicitly set "output.exports" to either "auto" or "default", otherwise you might want to consider changing the signature of "${t}" to use named exports only.`,url:"https://rollupjs.org/guide/en/#outputexports"}}(r)),t="default"):("es"!==s&&"system"!==s&&o.includes("default")&&a(function(e,t){return{code:fe.MIXED_EXPORTS,id:e,message:`Entry module "${he(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:"https://rollupjs.org/guide/en/#outputexports"}}(r,i)),t="named")),t}(this,this.outputOptions,this.unsetOptions,this.facadeModule.id,this.inputOptions.onwarn))}generateFacades(){var e;const t=[],i=new Set([...this.entryModules,...this.implicitEntryModules]),s=new Set(this.dynamicEntryModules.map((({namespace:e})=>e)));for(const e of i)if(e.preserveSignature)for(const t of e.getExportNamesByVariable().keys())s.add(t);for(const e of i){const i=Array.from(new Set(e.chunkNames.filter((({isUserDefined:e})=>e)).map((({name:e})=>e))),(e=>({name:e})));if(0===i.length&&e.isUserDefinedEntryPoint&&i.push({}),i.push(...Array.from(e.chunkFileNames,(e=>({fileName:e})))),0===i.length&&i.push({}),!this.facadeModule){const t="strict"===e.preserveSignature||"exports-only"===e.preserveSignature&&0!==e.getExportNamesByVariable().size;(!t||this.outputOptions.preserveModules||this.canModuleBeFacade(e,s))&&(this.facadeModule=e,this.facadeChunkByModule.set(e,this),e.preserveSignature&&(this.strictFacade=t),this.assignFacadeName(i.shift(),e))}for(const s of i)t.push(Nr.generateFacade(this.inputOptions,this.outputOptions,this.unsetOptions,this.pluginDriver,this.modulesById,this.chunkByModule,this.facadeChunkByModule,this.includedNamespaces,e,s))}for(const t of this.dynamicEntryModules)t.info.syntheticNamedExports||(!this.facadeModule&&this.canModuleBeFacade(t,s)?(this.facadeModule=t,this.facadeChunkByModule.set(t,this),this.strictFacade=!0,this.dynamicName=Tr(t)):this.facadeModule===t&&!this.strictFacade&&this.canModuleBeFacade(t,s)?this.strictFacade=!0:(null===(e=this.facadeChunkByModule.get(t))||void 0===e?void 0:e.strictFacade)||(this.includedNamespaces.add(t),this.exports.add(t.namespace)));return this.outputOptions.preserveModules||this.addNecessaryImportsForFacades(),t}generateId(e,t,i,s){if(null!==this.fileName)return this.fileName;const[n,r]=this.facadeModule&&this.facadeModule.isUserDefinedEntryPoint?[t.entryFileNames,"output.entryFileNames"]:[t.chunkFileNames,"output.chunkFileNames"];return Ir(wr("function"==typeof n?n(this.getChunkInfo()):n,r,{format:()=>t.format,hash:()=>s?this.computeContentHashWithDependencies(e,t,i):"[hash]",name:()=>this.getChunkName()}),i)}generateIdPreserveModules(e,t,i,s){const[{id:n}]=this.orderedModules,r=this.outputOptions.sanitizeFileName(n.split($r,1)[0]);let a;const o=s.has("entryFileNames")?"[name][assetExtname].js":t.entryFileNames,h="function"==typeof o?o(this.getChunkInfo()):o;if(_(r)){const i=C(r),s=N(r),n=`${i}/${wr(h,"output.entryFileNames",{assetExtname:()=>Pr.includes(s)?"":s,ext:()=>s.substring(1),extname:()=>s,format:()=>t.format,name:()=>this.getChunkName()})}`,{preserveModulesRoot:o}=t;a=o&&$(n).startsWith(o)?n.slice(o.length).replace(/^[\\/]/,""):T(e,n)}else{const e=N(r);a=`_virtual/${wr(h,"output.entryFileNames",{assetExtname:()=>Pr.includes(e)?"":e,ext:()=>e.substring(1),extname:()=>e,format:()=>t.format,name:()=>oe(r)})}`}return Ir(I(a),i)}getChunkInfo(){const e=this.facadeModule,t=this.getChunkName.bind(this);return{exports:this.getExportNames(),facadeModuleId:e&&e.id,isDynamicEntry:this.dynamicEntryModules.length>0,isEntry:null!==e&&e.info.isEntry,isImplicitEntry:this.implicitEntryModules.length>0,modules:this.renderedModules,get name(){return t()},type:"chunk"}}getChunkInfoWithFileNames(){return Object.assign(this.getChunkInfo(),{code:void 0,dynamicImports:Array.from(this.dynamicDependencies,Us),fileName:this.id,implicitlyLoadedBefore:Array.from(this.implicitlyLoadedBefore,Us),importedBindings:this.getImportedBindingsPerDependency(),imports:Array.from(this.dependencies,Us),map:void 0,referencedFiles:this.getReferencedFiles()})}getChunkName(){var e;return null!==(e=this.name)&&void 0!==e?e:this.name=this.outputOptions.sanitizeFileName(this.getFallbackChunkName())}getExportNames(){var e;return null!==(e=this.sortedExportNames)&&void 0!==e?e:this.sortedExportNames=Array.from(this.exportsByName.keys()).sort()}getRenderedHash(){if(this.renderedHash)return this.renderedHash;const e=dr(),t=this.pluginDriver.hookReduceValueSync("augmentChunkHash","",[this.getChunkInfo()],((e,t)=>(t&&(e+=t),e)));return e.update(t),e.update(this.renderedSource.toString()),e.update(this.getExportNames().map((e=>{const t=this.exportsByName.get(e);return`${he(t.module.id).replace(/\\/g,"/")}:${t.name}:${e}`})).join(",")),this.renderedHash=e.digest("hex")}getVariableExportName(e){return this.outputOptions.preserveModules&&e instanceof Bs?"*":this.exportNamesByVariable.get(e)[0]}link(){this.dependencies=function(e,t,i){const s=[],n=new Set;for(let r=t.length-1;r>=0;r--){const a=t[r];if(!n.has(a)){const t=[];Sr(a,t,n,e,i),s.unshift(t)}}const r=new Set;for(const e of s)for(const t of e)r.add(t);return r}(this,this.orderedModules,this.chunkByModule);for(const e of this.orderedModules)this.addDependenciesToChunk(e.dynamicDependencies,this.dynamicDependencies),this.addDependenciesToChunk(e.implicitlyLoadedBefore,this.implicitlyLoadedBefore),this.setUpChunkImportsAndExportsForModule(e)}preRender(e,t,i){const{_:s,getPropertyAccess:n,n:r}=i,a=new v({separator:`${r}${r}`});this.usedModules=[],this.indentString=function(e,t){if(!0!==t.indent)return t.indent;for(const t of e){const e=br(t.originalCode);if(null!==e)return e}return"\t"}(this.orderedModules,e);const o={dynamicImportFunction:e.dynamicImportFunction,exportNamesByVariable:this.exportNamesByVariable,format:e.format,freeze:e.freeze,indent:this.indentString,namespaceToStringTag:e.namespaceToStringTag,outputPluginDriver:this.pluginDriver,snippets:i};if(e.hoistTransitiveImports&&!this.outputOptions.preserveModules&&null!==this.facadeModule)for(const e of this.dependencies)e instanceof Nr&&this.inlineChunkDependencies(e);this.prepareModulesForRendering(i),this.setIdentifierRenderResolutions(e);let h="";const l=this.renderedModules;for(const t of this.orderedModules){let i=0;if(t.isIncluded()||this.includedNamespaces.has(t)){const s=t.render(o).trim();i=s.length(),i&&(e.compact&&s.lastLine().includes("//")&&s.append("\n"),this.renderedModuleSources.set(t,s),a.addSource(s),this.usedModules.push(t));const n=t.namespace;if(this.includedNamespaces.has(t)&&!this.outputOptions.preserveModules){const e=n.renderBlock(o);n.renderFirst()?h+=r+e:a.addSource(new y(e))}}const{renderedExports:s,removedExports:n}=t.getRenderedExports(),{renderedModuleSources:c}=this;l[t.id]={get code(){var e,i;return null!==(i=null===(e=c.get(t))||void 0===e?void 0:e.toString())&&void 0!==i?i:null},originalLength:t.originalCode.length,removedExports:n,renderedExports:s,renderedLength:i}}if(h&&a.prepend(h+r+r),this.needsExportsShim&&a.prepend(`${r}${i.cnst} _missingExportShim${s}=${s}void 0;${r}${r}`),e.compact?this.renderedSource=a:this.renderedSource=a.trim(),this.renderedHash=void 0,this.isEmpty&&0===this.getExportNames().length&&0===this.dependencies.size){const e=this.getChunkName();this.inputOptions.onwarn({chunkName:e,code:"EMPTY_BUNDLE",message:`Generated an empty chunk: "${e}"`})}this.setExternalRenderPaths(e,t),this.renderedDependencies=this.getChunkDependencyDeclarations(e,n),this.renderedExports="none"===this.exportMode?[]:this.getChunkExportDeclarations(e.format,n)}async render(e,t,i,s){Qs("render format",2);const n=e.format,r=_n[n];e.dynamicImportFunction&&"es"!==n&&this.inputOptions.onwarn(ye("output.dynamicImportFunction","outputdynamicImportFunction",'this option is ignored for formats other than "es"'));for(const e of this.dependencies){const t=this.renderedDependencies.get(e);if(e instanceof Ne){const i=e.renderPath;t.id=Er(e.renormalizeRenderPath?ue(this.id,i,!1,!1):i)}else t.namedExportsMode="default"!==e.exportMode,t.id=Er(ue(this.id,e.id,!1,!0))}this.finaliseDynamicImports(e,s),this.finaliseImportMetas(n,s);const a=0!==this.renderedExports.length||[...this.renderedDependencies.values()].some((e=>e.reexports&&0!==e.reexports.length));let o=null;const l=new Set;for(const e of this.orderedModules){e.usesTopLevelAwait&&(o=e.id);const t=this.accessedGlobalsByScope.get(e.scope);if(t)for(const e of t)l.add(e)}if(null!==o&&"es"!==n&&"system"!==n)return pe({code:"INVALID_TLA_FORMAT",id:o,message:`Module format ${n} does not support top-level await. Use the "es" or "system" output formats rather.`});if(!this.id)throw new Error("Internal Error: expecting chunk id");const c=r(this.renderedSource,{accessedGlobals:l,dependencies:[...this.renderedDependencies.values()],exports:this.renderedExports,hasExports:a,id:this.id,indent:this.indentString,intro:t.intro,isEntryFacade:this.outputOptions.preserveModules||null!==this.facadeModule&&this.facadeModule.info.isEntry,isModuleFacade:null!==this.facadeModule,namedExportsMode:"default"!==this.exportMode,outro:t.outro,snippets:s,usesTopLevelAwait:null!==o,warn:this.inputOptions.onwarn},e);t.banner&&c.prepend(t.banner),t.footer&&c.append(t.footer);const u=c.toString();Zs("render format",2);let p=null;const d=[];let f=await function({code:e,options:t,outputPluginDriver:i,renderChunk:s,sourcemapChain:n}){return i.hookReduceArg0("renderChunk",[e,s,t],((e,t,i)=>{if(null==t)return e;if("string"==typeof t&&(t={code:t,map:void 0}),null!==t.map){const e=kr(t.map);n.push(e||{missing:!0,plugin:i.name})}return t.code}))}({code:u,options:e,outputPluginDriver:this.pluginDriver,renderChunk:i,sourcemapChain:d});if(e.sourcemap){let t;Qs("sourcemap",2),t=e.file?$(e.sourcemapFile||e.file):e.dir?$(e.dir,this.id):$(this.id);const i=c.generateDecodedMap({});p=function(e,t,i,s,n,r){const a=Pn(r),o=i.filter((e=>!e.excludeFromSourcemap)).map((e=>Cn(e.id,e.originalCode,e.originalSourcemap,e.sourcemapChain,a))),l=new In(t,o),c=s.reduce(a,l);let{sources:u,sourcesContent:p,names:d,mappings:f}=c.traceMappings();if(e){const t=C(e);u=u.map((e=>T(t,e))),e=P(e)}return p=n?null:p,new h({file:e,mappings:f,names:d,sources:u,sourcesContent:p})}(t,i,this.usedModules,d,e.sourcemapExcludeSources,this.inputOptions.onwarn),p.sources=p.sources.map((i=>{const{sourcemapPathTransform:s}=e;if(s){const e=s(i,`${t}.map`);return"string"!=typeof e&&pe(Se("sourcemapPathTransform function must return a string.")),e}return i})).map(I),Zs("sourcemap",2)}return e.compact||"\n"===f[f.length-1]||(f+="\n"),{code:f,map:p}}addDependenciesToChunk(e,t){for(const i of e)if(i instanceof rn){const e=this.chunkByModule.get(i);e&&e!==this&&t.add(e)}else t.add(i)}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},i){e?this.fileName=e:this.name=this.outputOptions.sanitizeFileName(t||Tr(i))}checkCircularDependencyImport(e,t){const i=e.module;if(i instanceof rn){const o=this.chunkByModule.get(i);let h;do{if(h=t.alternativeReexportModules.get(e),h){const l=this.chunkByModule.get(h);l&&l!==o&&this.inputOptions.onwarn((s=i.getExportNamesByVariable().get(e)[0],n=i.id,r=h.id,a=t.id,{code:fe.CYCLIC_CROSS_CHUNK_REEXPORT,exporter:n,importer:a,message:`Export "${s}" of module ${he(n)} was reexported through module ${he(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 ${he(a)} to point directly to the exporting module or do not use "preserveModules" to ensure these modules end up in the same chunk.`,reexporter:r})),t=h}}while(h)}var s,n,r,a}computeContentHashWithDependencies(e,t,i){const s=dr();s.update([e.intro,e.outro,e.banner,e.footer].join(":")),s.update(t.format);const n=new Set([this]);for(const r of n)if(r instanceof Ne?s.update(`:${r.renderPath}`):(s.update(r.getRenderedHash()),s.update(r.generateId(e,t,i,!1))),!(r instanceof Ne))for(const e of[...r.dependencies,...r.dynamicDependencies])n.add(e);return s.digest("hex").substr(0,8)}ensureReexportsAreAvailableForModule(e){const t=[],i=e.getExportNamesByVariable();for(const s of i.keys()){const i=s instanceof Fs,n=i?s.getBaseVariable():s;if(!(n instanceof Bs&&this.outputOptions.preserveModules)){this.checkCircularDependencyImport(n,e);const s=n.module;if(s instanceof rn){const e=this.chunkByModule.get(s);e&&e!==this&&(e.exports.add(n),t.push(n),i&&this.imports.add(n))}}}t.length&&this.includedReexportsByModule.set(e,t)}finaliseDynamicImports(e,t){const i="amd"===e.format&&!e.amd.forceJsExtensionForImports;for(const[e,s]of this.renderedModuleSources)for(const{node:n,resolution:r}of e.dynamicImports){const e=this.chunkByModule.get(r),a=this.facadeChunkByModule.get(r);if(!r||!n.included||e===this)continue;const o=r instanceof rn?`'${Er(ue(this.id,(a||e).id,i,!0))}'`:r instanceof Ne?`'${Er(r.renormalizeRenderPath?ue(this.id,r.renderPath,i,!1):r.renderPath)}'`:r;n.renderFinalResolution(s,o,r instanceof rn&&!(null==a?void 0:a.strictFacade)&&e.exportNamesByVariable.get(r.namespace)[0],t)}}finaliseImportMetas(e,t){for(const[i,s]of this.renderedModuleSources)for(const n of i.importMetas)n.renderFinalMechanism(s,this.id,e,t,this.pluginDriver)}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?Tr(e):"chunk"}getChunkDependencyDeclarations(e,t){const i=this.getImportSpecifiers(t),s=this.getReexportSpecifiers(),n=new Map;for(const t of this.dependencies){const r=i.get(t)||null,a=s.get(t)||null,o=t instanceof Ne||"default"!==t.exportMode;n.set(t,{defaultVariableName:t.defaultVariableName,globalName:t instanceof Ne&&("umd"===e.format||"iife"===e.format)&&Cr(t,e.globals,null!==(r||a),this.inputOptions.onwarn),id:void 0,imports:r,isChunk:t instanceof Nr,name:t.variableName,namedExportsMode:o,namespaceVariableName:t.namespaceVariableName,reexports:a})}return n}getChunkExportDeclarations(e,t){const i=[];for(const s of this.getExportNames()){if("*"===s[0])continue;const n=this.exportsByName.get(s);if(!(n instanceof Fs)){const e=n.module;if(e&&this.chunkByModule.get(e)!==this)continue}let r=null,a=!1,o=n.getName(t);if(n instanceof Rt){for(const e of n.declarations)if(e.parent instanceof Gi||e instanceof Hi&&e.declaration instanceof Gi){a=!0;break}}else n instanceof Fs&&(r=o,"es"===e&&(o=n.renderName));i.push({exported:s,expression:r,hoisted:a,local:o})}return i}getDependenciesToBeDeconflicted(e,t,i){const s=new Set,n=new Set,r=new Set;for(const t of[...this.exportNamesByVariable.keys(),...this.imports])if(e||t.isNamespace){const a=t.module;if(a instanceof Ne)s.add(a),e&&("default"===t.name?Qi[String(i(a.id))]&&n.add(a):"*"===t.name&&Ji[String(i(a.id))]&&r.add(a));else{const i=this.chunkByModule.get(a);i!==this&&(s.add(i),e&&"default"===i.exportMode&&t.isNamespace&&r.add(i))}}if(t)for(const e of this.dependencies)s.add(e);return{deconflictedDefault:n,deconflictedNamespace:r,dependencies:s}}getFallbackChunkName(){return this.manualChunkAlias?this.manualChunkAlias:this.dynamicName?this.dynamicName:this.fileName?oe(this.fileName):oe(this.orderedModules[this.orderedModules.length-1].id)}getImportSpecifiers(e){const{interop:t}=this.outputOptions,i=new Map;for(const s of this.imports){const n=s.module;let r,a;if(n instanceof Ne){if(r=n,a=s.name,"default"!==a&&"*"!==a&&"defaultOnly"===t(n.id))return pe(Ee(n.id,a,!1))}else r=this.chunkByModule.get(n),a=r.getVariableExportName(s);L(i,r,(()=>[])).push({imported:a,local:s.getName(e)})}return i}getImportedBindingsPerDependency(){const e={};for(const[t,i]of this.renderedDependencies){const s=new Set;if(i.imports)for(const{imported:e}of i.imports)s.add(e);if(i.reexports)for(const{imported:e}of i.reexports)s.add(e);e[t.id]=[...s]}return e}getReexportSpecifiers(){const{externalLiveBindings:e,interop:t}=this.outputOptions,i=new Map;for(let s of this.getExportNames()){let n,r,a=!1;if("*"===s[0]){const i=s.substring(1);"defaultOnly"===t(i)&&this.inputOptions.onwarn(be(i)),a=e,n=this.modulesById.get(i),r=s="*"}else{const i=this.exportsByName.get(s);if(i instanceof Fs)continue;const o=i.module;if(o instanceof rn){if(n=this.chunkByModule.get(o),n===this)continue;r=n.getVariableExportName(i),a=i.isReassigned}else{if(n=o,r=i.name,"default"!==r&&"*"!==r&&"defaultOnly"===t(o.id))return pe(Ee(o.id,r,!0));a=e&&("default"!==r||Zi(String(t(o.id)),!0))}}L(i,n,(()=>[])).push({imported:r,needsLiveBinding:a,reexported:s})}return i}getReferencedFiles(){const e=[];for(const t of this.orderedModules)for(const i of t.importMetas){const t=i.getReferencedFileName(this.pluginDriver);t&&e.push(t)}return e}inlineChunkDependencies(e){for(const t of e.dependencies)this.dependencies.has(t)||(this.dependencies.add(t),t instanceof Nr&&this.inlineChunkDependencies(t))}prepareModulesForRendering(e){var t;const i=this.accessedGlobalsByScope;for(const s of this.orderedModules){for(const{node:n,resolution:r}of s.dynamicImports)if(n.included)if(r instanceof rn){const s=this.chunkByModule.get(r);s===this?n.setInternalResolution(r.namespace):n.setExternalResolution((null===(t=this.facadeChunkByModule.get(r))||void 0===t?void 0:t.exportMode)||s.exportMode,r,this.outputOptions,e,this.pluginDriver,i)}else n.setExternalResolution("external",r,this.outputOptions,e,this.pluginDriver,i);for(const e of s.importMetas)e.addAccessedGlobals(this.outputOptions.format,i);this.includedNamespaces.has(s)&&!this.outputOptions.preserveModules&&s.namespace.prepare(i)}}setExternalRenderPaths(e,t){for(const i of[...this.dependencies,...this.dynamicDependencies])i instanceof Ne&&i.setRenderPath(e,t)}setIdentifierRenderResolutions({format:e,interop:t,namespaceToStringTag:i}){const s=new Set;for(const t of this.getExportNames()){const i=this.exportsByName.get(t);"es"!==e&&"system"!==e&&i.isReassigned&&!i.isId?i.setRenderNames("exports",t):i instanceof Fs?s.add(i):i.setRenderNames(null,null)}for(const e of this.orderedModules)if(e.needsExportShim){this.needsExportsShim=!0;break}const n=new Set(["Object","Promise"]);switch(this.needsExportsShim&&n.add("_missingExportShim"),i&&n.add("Symbol"),e){case"system":n.add("module").add("exports");break;case"es":break;case"cjs":n.add("module").add("require").add("__filename").add("__dirname");default:n.add("exports");for(const e of fs)n.add(e)}!function(e,t,i,s,n,r,a,o,h,l,c,u,p){const d=e.slice().reverse();for(const e of d)e.scope.addUsedOutsideNames(s,n,c,u);!function(e,t,i){for(const s of t){for(const t of s.scope.variables.values())t.included&&!(t.renderBaseName||t instanceof $s&&t.getOriginalVariable()!==t)&&t.setRenderNames(null,Ot(t.name,e));if(i.has(s)){const t=s.namespace;t.setRenderNames(null,Ot(t.name,e))}}}(s,d,p),fr[n](s,i,t,r,a,o,h,l);for(const e of d)e.scope.deconflict(n,c,u)}(this.orderedModules,this.getDependenciesToBeDeconflicted("es"!==e&&"system"!==e,"amd"===e||"umd"===e||"iife"===e,t),this.imports,n,e,t,this.outputOptions.preserveModules,this.outputOptions.externalLiveBindings,this.chunkByModule,s,this.exportNamesByVariable,this.accessedGlobalsByScope,this.includedNamespaces)}setUpChunkImportsAndExportsForModule(e){const t=new Set(e.includedImports);if(!this.outputOptions.preserveModules&&this.includedNamespaces.has(e)){const i=e.namespace.getMemberVariables();for(const e of Object.values(i))t.add(e)}for(let i of t){i instanceof $s&&(i=i.getOriginalVariable()),i instanceof Fs&&(i=i.getBaseVariable());const t=this.chunkByModule.get(i.module);t!==this&&(this.imports.add(i),!(i instanceof Bs&&this.outputOptions.preserveModules)&&i.module instanceof rn&&(t.exports.add(i),this.checkCircularDependencyImport(i,e)))}(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:i}of e.dynamicImports)t.included&&i instanceof rn&&this.chunkByModule.get(i)===this&&!this.includedNamespaces.has(i)&&(this.includedNamespaces.add(i),this.ensureReexportsAreAvailableForModule(i))}}function Tr(e){var t,i,s,n;return null!==(n=null!==(i=null===(t=e.chunkNames.find((({isUserDefined:e})=>e)))||void 0===t?void 0:t.name)&&void 0!==i?i:null===(s=e.chunkNames[0])||void 0===s?void 0:s.name)&&void 0!==n?n:oe(e.id)}const $r=/[?#]/,Lr=(e,t)=>t?`${e}\n${t}`:e,Rr=(e,t)=>t?`${e}\n\n${t}`:e;function Mr(e,t,i){const s=new Set([e]);for(const e of s){i.add(e),t.push(e);for(const t of e.dependencies)t instanceof Ne||i.has(t)||s.add(t)}}const Or=(e,t)=>e.execIndex>t.execIndex?1:-1;function Dr(e,t,i){const s=Symbol(e.id),n=[he(e.id)];let r=t;for(e.cycles.add(s);r!==e;)r.cycles.add(s),n.push(he(r.id)),r=i.get(r);return n.push(n[0]),n.reverse(),n}const Vr=(e,t)=>t?`(${e})`:e,Br=/^(?!\d)[\w$]+$/;class Fr{constructor(e,t,i,s,n){this.outputOptions=e,this.unsetOptions=t,this.inputOptions=i,this.pluginDriver=s,this.graph=n,this.facadeChunkByModule=new Map,this.includedNamespaces=new Set}async generate(e){Qs("GENERATE",1);const t=Object.create(null),i=(e=>{const t=new Set;return new Proxy(e,{deleteProperty:(e,i)=>("string"==typeof i&&t.delete(i.toLowerCase()),Reflect.deleteProperty(e,i)),get:(e,i)=>i===Ar?t:Reflect.get(e,i),set:(e,i,s)=>("string"==typeof i&&t.add(i.toLowerCase()),Reflect.set(e,i,s))})})(t);this.pluginDriver.setOutputBundle(i,this.outputOptions,this.facadeChunkByModule);try{await this.pluginDriver.hookParallel("renderStart",[this.outputOptions,this.inputOptions]),Qs("generate chunks",2);const e=await this.generateChunks();e.length>1&&function(e,t){"umd"===e.format||"iife"===e.format?pe(ye("output.format","outputformat","UMD and IIFE output formats are not supported for code-splitting builds",e.format)):"string"==typeof e.file?pe(ye("output.file","outputdir",'when building multiple chunks, the "output.dir" option must be used, not "output.file". To inline dynamic imports, set the "inlineDynamicImports" option')):e.sourcemapFile?pe(ye("output.sourcemapFile","outputsourcemapfile",'"output.sourcemapFile" is only supported for single-file builds')):!e.amd.autoId&&e.amd.id&&t(ye("output.amd.id","outputamd",'this option is only properly supported for single-file builds. Use "output.amd.autoId" and "output.amd.basePath" instead'))}(this.outputOptions,this.inputOptions.onwarn);const t=function(e){if(0===e.length)return"/";if(1===e.length)return C(e[0]);const t=e.slice(1).reduce(((e,t)=>{const i=t.split(/\/+|\\+/);let s;for(s=0;e[s]===i[s]&&s1?t.join("/"):"/"}(function(e){const t=[];for(const i of e)for(const e of i.entryModules)_(e.id)&&t.push(e.id);return t}(e));Zs("generate chunks",2),Qs("render modules",2);const s=await async function(e,t){try{let[i,s,n,r]=await Promise.all([t.hookReduceValue("banner",e.banner(),[],Lr),t.hookReduceValue("footer",e.footer(),[],Lr),t.hookReduceValue("intro",e.intro(),[],Rr),t.hookReduceValue("outro",e.outro(),[],Rr)]);return n&&(n+="\n\n"),r&&(r=`\n\n${r}`),i.length&&(i+="\n"),s.length&&(s="\n"+s),{banner:i,footer:s,intro:n,outro:r}}catch(e){return pe({code:"ADDON_ERROR",message:`Could not retrieve ${e.hook}. Check configuration of plugin ${e.plugin}.\n\tError Message: ${e.message}`})}}(this.outputOptions,this.pluginDriver),n=function({compact:e,generatedCode:{arrowFunctions:t,constBindings:i,objectShorthand:s,reservedNamesAsProps:n}}){const{_:r,n:a,s:o}=e?{_:"",n:"",s:""}:{_:" ",n:"\n",s:";"},h=i?"const":"var",l=(e,{isAsync:t,name:i})=>`${t?"async ":""}function${i?` ${i}`:""}${r}(${e.join(`,${r}`)})${r}`,c=t?(e,{isAsync:t,name:i})=>{const s=1===e.length;return`${i?`${h} ${i}${r}=${r}`:""}${t?`async${s?" ":r}`:""}${s?e[0]:`(${e.join(`,${r}`)})`}${r}=>${r}`}:l,u=(e,{functionReturn:i,lineBreakIndent:s,name:n})=>[`${c(e,{isAsync:!1,name:n})}${t?s?`${a}${s.base}${s.t}`:"":`{${s?`${a}${s.base}${s.t}`:r}${i?"return ":""}`}`,t?`${n?";":""}${s?`${a}${s.base}`:""}`:`${o}${s?`${a}${s.base}`:r}}`],p=n?e=>Br.test(e):e=>!we.has(e)&&Br.test(e);return{_:r,cnst:h,getDirectReturnFunction:u,getDirectReturnIifeLeft:(e,i,{needsArrowReturnParens:s,needsWrappedFunction:n})=>{const[r,a]=u(e,{functionReturn:!0,lineBreakIndent:null,name:null});return`${Vr(`${r}${Vr(i,t&&s)}${a}`,t||n)}(`},getFunctionIntro:c,getNonArrowFunctionIntro:l,getObject(e,{lineBreakIndent:t}){const i=t?`${a}${t.base}${t.t}`:r;return`{${e.map((([e,t])=>{if(null===e)return`${i}${t}`;const n=!p(e);return e===t&&s&&!n?i+e:`${i}${n?`'${e}'`:e}:${r}${t}`})).join(",")}${0===e.length?"":t?`${a}${t.base}`:r}}`},getPropertyAccess:e=>p(e)?`.${e}`:`[${JSON.stringify(e)}]`,n:a,s:o}}(this.outputOptions);this.prerenderChunks(e,t,n),Zs("render modules",2),await this.addFinalizedChunksToBundle(e,t,s,i,n)}catch(e){throw await this.pluginDriver.hookParallel("renderError",[e]),e}return await this.pluginDriver.hookSeq("generateBundle",[this.outputOptions,i,e]),this.finaliseAssets(i),Zs("GENERATE",1),t}async addFinalizedChunksToBundle(e,t,i,s,n){this.assignChunkIds(e,t,i,s);for(const t of e)s[t.id]=t.getChunkInfoWithFileNames();await Promise.all(e.map((async e=>{const t=s[e.id];Object.assign(t,await e.render(this.outputOptions,i,t,n))})))}async addManualChunks(e){const t=new Map,i=await Promise.all(Object.entries(e).map((async([e,t])=>({alias:e,entries:await this.graph.moduleLoader.addAdditionalModules(t)}))));for(const{alias:e,entries:s}of i)for(const i of s)Ur(e,i,t);return t}assignChunkIds(e,t,i,s){const n=[],r=[];for(const t of e)(t.facadeModule&&t.facadeModule.isUserDefinedEntryPoint?n:r).push(t);const a=n.concat(r);for(const e of a)this.outputOptions.file?e.id=P(this.outputOptions.file):this.outputOptions.preserveModules?e.id=e.generateIdPreserveModules(t,this.outputOptions,s,this.unsetOptions):e.id=e.generateId(i,this.outputOptions,s,!0),s[e.id]=_r}assignManualChunks(e){const t=[],i={getModuleIds:()=>this.graph.modulesById.keys(),getModuleInfo:this.graph.getModuleInfo};for(const s of this.graph.modulesById.values())if(s instanceof rn){const n=e(s.id,i);"string"==typeof n&&t.push([n,s])}t.sort((([e],[t])=>e>t?1:e({alias:null,modules:[e]}))):function(e,t){const i=[],s=new Set(t.keys()),n=Object.create(null);for(const[e,i]of t)Mr(e,n[i]=n[i]||[],s);for(const[e,t]of Object.entries(n))i.push({alias:e,modules:t});const r=new Map,{dependentEntryPointsByModule:a,dynamicEntryModules:o}=function(e){const t=new Set,i=new Map,s=new Set(e);for(const e of s){const n=new Set([e]);for(const r of n){L(i,r,(()=>new Set)).add(e);for(const e of r.getDependenciesToBeIncluded())e instanceof Ne||n.add(e);for(const{resolution:e}of r.dynamicImports)e instanceof rn&&e.includedDynamicImporters.length>0&&(t.add(e),s.add(e));for(const e of r.implicitlyLoadedBefore)t.add(e),s.add(e)}}return{dependentEntryPointsByModule:i,dynamicEntryModules:t}}(e),h=function(e,t){const i=new Map;for(const s of t){const t=L(i,s,(()=>new Set));for(const i of[...s.includedDynamicImporters,...s.implicitlyLoadedAfter])for(const s of e.get(i))t.add(s)}return i}(a,o),l=new Set(e);function c(e,t){const i=new Set([e]);for(const n of i){const o=L(r,n,(()=>new Set));if(!t||!u(t,a.get(n))){o.add(e);for(const e of n.getDependenciesToBeIncluded())e instanceof Ne||s.has(e)||i.add(e)}}}function u(e,t){const i=new Set(e);for(const e of i)if(!t.has(e)){if(l.has(e))return!1;const t=h.get(e);for(const e of t)i.add(e)}return!0}for(const t of e)s.has(t)||c(t,null);for(const e of o)s.has(e)||c(e,h.get(e));return i.push(...function(e,t){const i=Object.create(null);for(const[s,n]of t){let t="";for(const i of e)t+=n.has(i)?"X":"_";const r=i[t];r?r.push(s):i[t]=[s]}return Object.values(i).map((e=>({alias:null,modules:e})))}([...e,...o],r)),i}(this.graph.entryModules,t)){n.sort(Or);const t=new Nr(n,this.inputOptions,this.outputOptions,this.unsetOptions,this.pluginDriver,this.graph.modulesById,s,this.facadeChunkByModule,this.includedNamespaces,e);i.push(t);for(const e of n)s.set(e,t)}for(const e of i)e.link();const n=[];for(const e of i)n.push(...e.generateFacades());return[...i,...n]}prerenderChunks(e,t,i){for(const t of e)t.generateExports();for(const s of e)s.preRender(this.outputOptions,t,i)}}function zr(e){return[...e.values()].filter((e=>e instanceof rn&&(e.isIncluded()||e.info.isEntry||e.includedDynamicImporters.length>0)))}function Ur(e,t,i){const s=i.get(t);if("string"==typeof s&&s!==e)return pe((n=t.id,r=e,a=s,{code:fe.INVALID_CHUNK,message:`Cannot assign ${he(n)} to the "${r}" chunk as it is already in the "${a}" chunk.`}));var n,r,a;i.set(t,e)}var jr=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,154,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,262,6,10,9,357,0,62,13,1495,6,110,6,6,9,4759,9,787719,239],Gr=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,190,0,80,921,103,110,18,195,2637,96,16,1070,4050,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,46,2,18,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,482,44,11,6,17,0,322,29,19,43,1269,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4152,8,221,3,5761,15,7472,3104,541,1507,4938],Hr="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",Wr={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},qr="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",Kr={5:qr,"5module":qr+" export import",6:qr+" const class extends export import super"},Xr=/^in(stanceof)?$/,Yr=new RegExp("["+Hr+"]"),Qr=new RegExp("["+Hr+"‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_]");function Zr(e,t){for(var i=65536,s=0;se)return!1;if((i+=t[s+1])>=e)return!0}}function Jr(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Yr.test(String.fromCharCode(e)):!1!==t&&Zr(e,Gr)))}function ea(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Qr.test(String.fromCharCode(e)):!1!==t&&(Zr(e,Gr)||Zr(e,jr)))))}var ta=function(e,t){void 0===t&&(t={}),this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=t.binop||null,this.updateContext=null};function ia(e,t){return new ta(e,{beforeExpr:!0,binop:t})}var sa={beforeExpr:!0},na={startsExpr:!0},ra={};function aa(e,t){return void 0===t&&(t={}),t.keyword=e,ra[e]=new ta(e,t)}var oa={num:new ta("num",na),regexp:new ta("regexp",na),string:new ta("string",na),name:new ta("name",na),privateId:new ta("privateId",na),eof:new ta("eof"),bracketL:new ta("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new ta("]"),braceL:new ta("{",{beforeExpr:!0,startsExpr:!0}),braceR:new ta("}"),parenL:new ta("(",{beforeExpr:!0,startsExpr:!0}),parenR:new ta(")"),comma:new ta(",",sa),semi:new ta(";",sa),colon:new ta(":",sa),dot:new ta("."),question:new ta("?",sa),questionDot:new ta("?."),arrow:new ta("=>",sa),template:new ta("template"),invalidTemplate:new ta("invalidTemplate"),ellipsis:new ta("...",sa),backQuote:new ta("`",na),dollarBraceL:new ta("${",{beforeExpr:!0,startsExpr:!0}),eq:new ta("=",{beforeExpr:!0,isAssign:!0}),assign:new ta("_=",{beforeExpr:!0,isAssign:!0}),incDec:new ta("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new ta("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:ia("||",1),logicalAND:ia("&&",2),bitwiseOR:ia("|",3),bitwiseXOR:ia("^",4),bitwiseAND:ia("&",5),equality:ia("==/!=/===/!==",6),relational:ia("/<=/>=",7),bitShift:ia("<>/>>>",8),plusMin:new ta("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:ia("%",10),star:ia("*",10),slash:ia("/",10),starstar:new ta("**",{beforeExpr:!0}),coalesce:ia("??",1),_break:aa("break"),_case:aa("case",sa),_catch:aa("catch"),_continue:aa("continue"),_debugger:aa("debugger"),_default:aa("default",sa),_do:aa("do",{isLoop:!0,beforeExpr:!0}),_else:aa("else",sa),_finally:aa("finally"),_for:aa("for",{isLoop:!0}),_function:aa("function",na),_if:aa("if"),_return:aa("return",sa),_switch:aa("switch"),_throw:aa("throw",sa),_try:aa("try"),_var:aa("var"),_const:aa("const"),_while:aa("while",{isLoop:!0}),_with:aa("with"),_new:aa("new",{beforeExpr:!0,startsExpr:!0}),_this:aa("this",na),_super:aa("super",na),_class:aa("class",na),_extends:aa("extends",sa),_export:aa("export"),_import:aa("import",na),_null:aa("null",na),_true:aa("true",na),_false:aa("false",na),_in:aa("in",{beforeExpr:!0,binop:7}),_instanceof:aa("instanceof",{beforeExpr:!0,binop:7}),_typeof:aa("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:aa("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:aa("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},ha=/\r\n?|\n|\u2028|\u2029/,la=new RegExp(ha.source,"g");function ca(e){return 10===e||13===e||8232===e||8233===e}function ua(e,t,i){void 0===i&&(i=e.length);for(var s=t;s>10),56320+(1023&e)))}var ba=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,Sa=function(e,t){this.line=e,this.column=t};Sa.prototype.offset=function(e){return new Sa(this.line,this.column+e)};var ka=function(e,t,i){this.start=t,this.end=i,null!==e.sourceFile&&(this.source=e.sourceFile)};function Aa(e,t){for(var i=1,s=0;;){var n=ua(e,s,t);if(n<0)return new Sa(i,t-s);++i,s=n}}var _a={ecmaVersion:null,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:null,allowSuperOutsideMethod:null,allowHashBang:!1,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},wa=!1;function Ia(e,t){return 2|(e?4:0)|(t?8:0)}var Pa=function(e,t,i){this.options=e=function(e){var t={};for(var i in _a)t[i]=e&&ya(e,i)?e[i]:_a[i];if("latest"===t.ecmaVersion?t.ecmaVersion=1e8:null==t.ecmaVersion?(!wa&&"object"==typeof console&&console.warn&&(wa=!0,console.warn("Since Acorn 8.0.0, options.ecmaVersion is required.\nDefaulting to 2020, but this will stop working in the future.")),t.ecmaVersion=11):t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),null==t.allowReserved&&(t.allowReserved=t.ecmaVersion<5),xa(t.onToken)){var s=t.onToken;t.onToken=function(e){return s.push(e)}}return xa(t.onComment)&&(t.onComment=function(e,t){return function(i,s,n,r,a,o){var h={type:i?"Block":"Line",value:s,start:n,end:r};e.locations&&(h.loc=new ka(this,a,o)),e.ranges&&(h.range=[n,r]),t.push(h)}}(t,t.onComment)),t}(e),this.sourceFile=e.sourceFile,this.keywords=va(Kr[e.ecmaVersion>=6?6:"module"===e.sourceType?"5module":5]);var s="";!0!==e.allowReserved&&(s=Wr[e.ecmaVersion>=6?6:5===e.ecmaVersion?5:3],"module"===e.sourceType&&(s+=" await")),this.reservedWords=va(s);var n=(s?s+" ":"")+Wr.strict;this.reservedWordsStrict=va(n),this.reservedWordsStrictBind=va(n+" "+Wr.strictBind),this.input=String(t),this.containsEsc=!1,i?(this.pos=i,this.lineStart=this.input.lastIndexOf("\n",i-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(ha).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=oa.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.potentialArrowInForAwait=!1,this.yieldPos=this.awaitPos=this.awaitIdentPos=0,this.labels=[],this.undefinedExports=Object.create(null),0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2),this.scopeStack=[],this.enterScope(1),this.regexpState=null,this.privateNameStack=[]},Ca={inFunction:{configurable:!0},inGenerator:{configurable:!0},inAsync:{configurable:!0},canAwait:{configurable:!0},allowSuper:{configurable:!0},allowDirectSuper:{configurable:!0},treatFunctionsAsVar:{configurable:!0},allowNewDotTarget:{configurable:!0},inClassStaticBlock:{configurable:!0}};Pa.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)},Ca.inFunction.get=function(){return(2&this.currentVarScope().flags)>0},Ca.inGenerator.get=function(){return(8&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},Ca.inAsync.get=function(){return(4&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},Ca.canAwait.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e];if(t.inClassFieldInit||256&t.flags)return!1;if(2&t.flags)return(4&t.flags)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction},Ca.allowSuper.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(64&t)>0||i||this.options.allowSuperOutsideMethod},Ca.allowDirectSuper.get=function(){return(128&this.currentThisScope().flags)>0},Ca.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},Ca.allowNewDotTarget.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(258&t)>0||i},Ca.inClassStaticBlock.get=function(){return(256&this.currentVarScope().flags)>0},Pa.extend=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];for(var i=this,s=0;s=,?^&]/.test(n)||"!"===n&&"="===this.input.charAt(s+1))}e+=t[0].length,da.lastIndex=e,e+=da.exec(this.input)[0].length,";"===this.input[e]&&e++}},Na.eat=function(e){return this.type===e&&(this.next(),!0)},Na.isContextual=function(e){return this.type===oa.name&&this.value===e&&!this.containsEsc},Na.eatContextual=function(e){return!!this.isContextual(e)&&(this.next(),!0)},Na.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},Na.canInsertSemicolon=function(){return this.type===oa.eof||this.type===oa.braceR||ha.test(this.input.slice(this.lastTokEnd,this.start))},Na.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},Na.semicolon=function(){this.eat(oa.semi)||this.insertSemicolon()||this.unexpected()},Na.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},Na.expect=function(e){this.eat(e)||this.unexpected()},Na.unexpected=function(e){this.raise(null!=e?e:this.start,"Unexpected token")};var $a=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};Na.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var i=t?e.parenthesizedAssign:e.parenthesizedBind;i>-1&&this.raiseRecoverable(i,"Parenthesized pattern")}},Na.checkExpressionErrors=function(e,t){if(!e)return!1;var i=e.shorthandAssign,s=e.doubleProto;if(!t)return i>=0||s>=0;i>=0&&this.raise(i,"Shorthand property assignments are valid only in destructuring patterns"),s>=0&&this.raiseRecoverable(s,"Redefinition of __proto__ property")},Na.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos55295&&s<56320)return!0;if(e)return!1;if(123===s)return!0;if(Jr(s,!0)){for(var n=i+1;ea(s=this.input.charCodeAt(n),!0);)++n;if(92===s||s>55295&&s<56320)return!0;var r=this.input.slice(i,n);if(!Xr.test(r))return!0}return!1},La.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;da.lastIndex=this.pos;var e,t=da.exec(this.input),i=this.pos+t[0].length;return!(ha.test(this.input.slice(this.pos,i))||"function"!==this.input.slice(i,i+8)||i+8!==this.input.length&&(ea(e=this.input.charCodeAt(i+8))||e>55295&&e<56320))},La.parseStatement=function(e,t,i){var s,n=this.type,r=this.startNode();switch(this.isLet(e)&&(n=oa._var,s="let"),n){case oa._break:case oa._continue:return this.parseBreakContinueStatement(r,n.keyword);case oa._debugger:return this.parseDebuggerStatement(r);case oa._do:return this.parseDoStatement(r);case oa._for:return this.parseForStatement(r);case oa._function:return e&&(this.strict||"if"!==e&&"label"!==e)&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(r,!1,!e);case oa._class:return e&&this.unexpected(),this.parseClass(r,!0);case oa._if:return this.parseIfStatement(r);case oa._return:return this.parseReturnStatement(r);case oa._switch:return this.parseSwitchStatement(r);case oa._throw:return this.parseThrowStatement(r);case oa._try:return this.parseTryStatement(r);case oa._const:case oa._var:return s=s||this.value,e&&"var"!==s&&this.unexpected(),this.parseVarStatement(r,s);case oa._while:return this.parseWhileStatement(r);case oa._with:return this.parseWithStatement(r);case oa.braceL:return this.parseBlock(!0,r);case oa.semi:return this.parseEmptyStatement(r);case oa._export:case oa._import:if(this.options.ecmaVersion>10&&n===oa._import){da.lastIndex=this.pos;var a=da.exec(this.input),o=this.pos+a[0].length,h=this.input.charCodeAt(o);if(40===h||46===h)return this.parseExpressionStatement(r,this.parseExpression())}return this.options.allowImportExportEverywhere||(t||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),n===oa._import?this.parseImport(r):this.parseExport(r,i);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(r,!0,!e);var l=this.value,c=this.parseExpression();return n===oa.name&&"Identifier"===c.type&&this.eat(oa.colon)?this.parseLabeledStatement(r,l,c,e):this.parseExpressionStatement(r,c)}},La.parseBreakContinueStatement=function(e,t){var i="break"===t;this.next(),this.eat(oa.semi)||this.insertSemicolon()?e.label=null:this.type!==oa.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var s=0;s=6?this.eat(oa.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},La.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(Ra),this.enterScope(0),this.expect(oa.parenL),this.type===oa.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var i=this.isLet();if(this.type===oa._var||this.type===oa._const||i){var s=this.startNode(),n=i?"let":this.value;return this.next(),this.parseVar(s,!0,n),this.finishNode(s,"VariableDeclaration"),(this.type===oa._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&1===s.declarations.length?(this.options.ecmaVersion>=9&&(this.type===oa._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,s)):(t>-1&&this.unexpected(t),this.parseFor(e,s))}var r=this.isContextual("let"),a=!1,o=new $a,h=this.parseExpression(!(t>-1)||"await",o);return this.type===oa._in||(a=this.options.ecmaVersion>=6&&this.isContextual("of"))?(this.options.ecmaVersion>=9&&(this.type===oa._in?t>-1&&this.unexpected(t):e.await=t>-1),r&&a&&this.raise(h.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(h,!1,o),this.checkLValPattern(h),this.parseForIn(e,h)):(this.checkExpressionErrors(o,!0),t>-1&&this.unexpected(t),this.parseFor(e,h))},La.parseFunctionStatement=function(e,t,i){return this.next(),this.parseFunction(e,Da|(i?0:Va),!1,t)},La.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement("if"),e.alternate=this.eat(oa._else)?this.parseStatement("if"):null,this.finishNode(e,"IfStatement")},La.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(oa.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},La.parseSwitchStatement=function(e){var t;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(oa.braceL),this.labels.push(Ma),this.enterScope(0);for(var i=!1;this.type!==oa.braceR;)if(this.type===oa._case||this.type===oa._default){var s=this.type===oa._case;t&&this.finishNode(t,"SwitchCase"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),s?t.test=this.parseExpression():(i&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),i=!0,t.test=null),this.expect(oa.colon)}else t||this.unexpected(),t.consequent.push(this.parseStatement(null));return this.exitScope(),t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")},La.parseThrowStatement=function(e){return this.next(),ha.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var Oa=[];La.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===oa._catch){var t=this.startNode();if(this.next(),this.eat(oa.parenL)){t.param=this.parseBindingAtom();var i="Identifier"===t.param.type;this.enterScope(i?32:0),this.checkLValPattern(t.param,i?4:2),this.expect(oa.parenR)}else this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterScope(0);t.body=this.parseBlock(!1),this.exitScope(),e.handler=this.finishNode(t,"CatchClause")}return e.finalizer=this.eat(oa._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},La.parseVarStatement=function(e,t){return this.next(),this.parseVar(e,!1,t),this.semicolon(),this.finishNode(e,"VariableDeclaration")},La.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(Ra),e.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(e,"WhileStatement")},La.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement("with"),this.finishNode(e,"WithStatement")},La.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},La.parseLabeledStatement=function(e,t,i,s){for(var n=0,r=this.labels;n=0;o--){var h=this.labels[o];if(h.statementStart!==e.start)break;h.statementStart=this.start,h.kind=a}return this.labels.push({name:t,kind:a,statementStart:this.start}),e.body=this.parseStatement(s?-1===s.indexOf("label")?s+"label":s:"label"),this.labels.pop(),e.label=i,this.finishNode(e,"LabeledStatement")},La.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")},La.parseBlock=function(e,t,i){for(void 0===e&&(e=!0),void 0===t&&(t=this.startNode()),t.body=[],this.expect(oa.braceL),e&&this.enterScope(0);this.type!==oa.braceR;){var s=this.parseStatement(null);t.body.push(s)}return i&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,"BlockStatement")},La.parseFor=function(e,t){return e.init=t,this.expect(oa.semi),e.test=this.type===oa.semi?null:this.parseExpression(),this.expect(oa.semi),e.update=this.type===oa.parenR?null:this.parseExpression(),this.expect(oa.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,"ForStatement")},La.parseForIn=function(e,t){var i=this.type===oa._in;return this.next(),"VariableDeclaration"===t.type&&null!=t.declarations[0].init&&(!i||this.options.ecmaVersion<8||this.strict||"var"!==t.kind||"Identifier"!==t.declarations[0].id.type)&&this.raise(t.start,(i?"for-in":"for-of")+" loop variable declaration may not have an initializer"),e.left=t,e.right=i?this.parseExpression():this.parseMaybeAssign(),this.expect(oa.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,i?"ForInStatement":"ForOfStatement")},La.parseVar=function(e,t,i){for(e.declarations=[],e.kind=i;;){var s=this.startNode();if(this.parseVarId(s,i),this.eat(oa.eq)?s.init=this.parseMaybeAssign(t):"const"!==i||this.type===oa._in||this.options.ecmaVersion>=6&&this.isContextual("of")?"Identifier"===s.id.type||t&&(this.type===oa._in||this.isContextual("of"))?s.init=null:this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):this.unexpected(),e.declarations.push(this.finishNode(s,"VariableDeclarator")),!this.eat(oa.comma))break}return e},La.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLValPattern(e.id,"var"===t?1:2,!1)};var Da=1,Va=2;function Ba(e,t){var i=t.key.name,s=e[i],n="true";return"MethodDefinition"!==t.type||"get"!==t.kind&&"set"!==t.kind||(n=(t.static?"s":"i")+t.kind),"iget"===s&&"iset"===n||"iset"===s&&"iget"===n||"sget"===s&&"sset"===n||"sset"===s&&"sget"===n?(e[i]="true",!1):!!s||(e[i]=n,!1)}function Fa(e,t){var i=e.computed,s=e.key;return!i&&("Identifier"===s.type&&s.name===t||"Literal"===s.type&&s.value===t)}La.parseFunction=function(e,t,i,s,n){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!s)&&(this.type===oa.star&&t&Va&&this.unexpected(),e.generator=this.eat(oa.star)),this.options.ecmaVersion>=8&&(e.async=!!s),t&Da&&(e.id=4&t&&this.type!==oa.name?null:this.parseIdent(),!e.id||t&Va||this.checkLValSimple(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?1:2:3));var r=this.yieldPos,a=this.awaitPos,o=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Ia(e.async,e.generator)),t&Da||(e.id=this.type===oa.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,i,!1,n),this.yieldPos=r,this.awaitPos=a,this.awaitIdentPos=o,this.finishNode(e,t&Da?"FunctionDeclaration":"FunctionExpression")},La.parseFunctionParams=function(e){this.expect(oa.parenL),e.params=this.parseBindingList(oa.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},La.parseClass=function(e,t){this.next();var i=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var s=this.enterClassBody(),n=this.startNode(),r=!1;for(n.body=[],this.expect(oa.braceL);this.type!==oa.braceR;){var a=this.parseClassElement(null!==e.superClass);a&&(n.body.push(a),"MethodDefinition"===a.type&&"constructor"===a.kind?(r&&this.raise(a.start,"Duplicate constructor in the same class"),r=!0):a.key&&"PrivateIdentifier"===a.key.type&&Ba(s,a)&&this.raiseRecoverable(a.key.start,"Identifier '#"+a.key.name+"' has already been declared"))}return this.strict=i,this.next(),e.body=this.finishNode(n,"ClassBody"),this.exitClassBody(),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")},La.parseClassElement=function(e){if(this.eat(oa.semi))return null;var t=this.options.ecmaVersion,i=this.startNode(),s="",n=!1,r=!1,a="method",o=!1;if(this.eatContextual("static")){if(t>=13&&this.eat(oa.braceL))return this.parseClassStaticBlock(i),i;this.isClassElementNameStart()||this.type===oa.star?o=!0:s="static"}if(i.static=o,!s&&t>=8&&this.eatContextual("async")&&(!this.isClassElementNameStart()&&this.type!==oa.star||this.canInsertSemicolon()?s="async":r=!0),!s&&(t>=9||!r)&&this.eat(oa.star)&&(n=!0),!s&&!r&&!n){var h=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?a=h:s=h)}if(s?(i.computed=!1,i.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),i.key.name=s,this.finishNode(i.key,"Identifier")):this.parseClassElementName(i),t<13||this.type===oa.parenL||"method"!==a||n||r){var l=!i.static&&Fa(i,"constructor"),c=l&&e;l&&"method"!==a&&this.raise(i.key.start,"Constructor can't have get/set modifier"),i.kind=l?"constructor":a,this.parseClassMethod(i,n,r,c)}else this.parseClassField(i);return i},La.isClassElementNameStart=function(){return this.type===oa.name||this.type===oa.privateId||this.type===oa.num||this.type===oa.string||this.type===oa.bracketL||this.type.keyword},La.parseClassElementName=function(e){this.type===oa.privateId?("constructor"===this.value&&this.raise(this.start,"Classes can't have an element named '#constructor'"),e.computed=!1,e.key=this.parsePrivateIdent()):this.parsePropertyName(e)},La.parseClassMethod=function(e,t,i,s){var n=e.key;"constructor"===e.kind?(t&&this.raise(n.start,"Constructor can't be a generator"),i&&this.raise(n.start,"Constructor can't be an async method")):e.static&&Fa(e,"prototype")&&this.raise(n.start,"Classes may not have a static property named prototype");var r=e.value=this.parseMethod(t,i,s);return"get"===e.kind&&0!==r.params.length&&this.raiseRecoverable(r.start,"getter should have no params"),"set"===e.kind&&1!==r.params.length&&this.raiseRecoverable(r.start,"setter should have exactly one param"),"set"===e.kind&&"RestElement"===r.params[0].type&&this.raiseRecoverable(r.params[0].start,"Setter cannot use rest params"),this.finishNode(e,"MethodDefinition")},La.parseClassField=function(e){if(Fa(e,"constructor")?this.raise(e.key.start,"Classes can't have a field named 'constructor'"):e.static&&Fa(e,"prototype")&&this.raise(e.key.start,"Classes can't have a static field named 'prototype'"),this.eat(oa.eq)){var t=this.currentThisScope(),i=t.inClassFieldInit;t.inClassFieldInit=!0,e.value=this.parseMaybeAssign(),t.inClassFieldInit=i}else e.value=null;return this.semicolon(),this.finishNode(e,"PropertyDefinition")},La.parseClassStaticBlock=function(e){e.body=[];var t=this.labels;for(this.labels=[],this.enterScope(320);this.type!==oa.braceR;){var i=this.parseStatement(null);e.body.push(i)}return this.next(),this.exitScope(),this.labels=t,this.finishNode(e,"StaticBlock")},La.parseClassId=function(e,t){this.type===oa.name?(e.id=this.parseIdent(),t&&this.checkLValSimple(e.id,2,!1)):(!0===t&&this.unexpected(),e.id=null)},La.parseClassSuper=function(e){e.superClass=this.eat(oa._extends)?this.parseExprSubscripts(!1):null},La.enterClassBody=function(){var e={declared:Object.create(null),used:[]};return this.privateNameStack.push(e),e.declared},La.exitClassBody=function(){for(var e=this.privateNameStack.pop(),t=e.declared,i=e.used,s=this.privateNameStack.length,n=0===s?null:this.privateNameStack[s-1],r=0;r=11&&(this.eatContextual("as")?(e.exported=this.parseModuleExportName(),this.checkExport(t,e.exported,this.lastTokStart)):e.exported=null),this.expectContextual("from"),this.type!==oa.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration");if(this.eat(oa._default)){var i;if(this.checkExport(t,"default",this.lastTokStart),this.type===oa._function||(i=this.isAsyncFunction())){var s=this.startNode();this.next(),i&&this.next(),e.declaration=this.parseFunction(s,4|Da,!1,i)}else if(this.type===oa._class){var n=this.startNode();e.declaration=this.parseClass(n,"nullableID")}else e.declaration=this.parseMaybeAssign(),this.semicolon();return this.finishNode(e,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())e.declaration=this.parseStatement(null),"VariableDeclaration"===e.declaration.type?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual("from"))this.type!==oa.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var r=0,a=e.specifiers;r=13&&this.type===oa.string){var e=this.parseLiteral(this.value);return ba.test(e.value)&&this.raise(e.start,"An export name cannot include a lone surrogate."),e}return this.parseIdent(!0)},La.adaptDirectivePrologue=function(e){for(var t=0;t=6&&e)switch(e.type){case"Identifier":this.inAsync&&"await"===e.name&&this.raise(e.start,"Cannot use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":break;case"ObjectExpression":e.type="ObjectPattern",i&&this.checkPatternErrors(i,!0);for(var s=0,n=e.properties;s=8&&!a&&"async"===o.name&&!this.canInsertSemicolon()&&this.eat(oa._function))return this.overrideContext(ja.f_expr),this.parseFunction(this.startNodeAt(n,r),0,!1,!0,t);if(s&&!this.canInsertSemicolon()){if(this.eat(oa.arrow))return this.parseArrowExpression(this.startNodeAt(n,r),[o],!1,t);if(this.options.ecmaVersion>=8&&"async"===o.name&&this.type===oa.name&&!a&&(!this.potentialArrowInForAwait||"of"!==this.value||this.containsEsc))return o=this.parseIdent(!1),!this.canInsertSemicolon()&&this.eat(oa.arrow)||this.unexpected(),this.parseArrowExpression(this.startNodeAt(n,r),[o],!0,t)}return o;case oa.regexp:var h=this.value;return(i=this.parseLiteral(h.value)).regex={pattern:h.pattern,flags:h.flags},i;case oa.num:case oa.string:return this.parseLiteral(this.value);case oa._null:case oa._true:case oa._false:return(i=this.startNode()).value=this.type===oa._null?null:this.type===oa._true,i.raw=this.type.keyword,this.next(),this.finishNode(i,"Literal");case oa.parenL:var l=this.start,c=this.parseParenAndDistinguishExpression(s,t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(c)&&(e.parenthesizedAssign=l),e.parenthesizedBind<0&&(e.parenthesizedBind=l)),c;case oa.bracketL:return i=this.startNode(),this.next(),i.elements=this.parseExprList(oa.bracketR,!0,!0,e),this.finishNode(i,"ArrayExpression");case oa.braceL:return this.overrideContext(ja.b_expr),this.parseObj(!1,e);case oa._function:return i=this.startNode(),this.next(),this.parseFunction(i,0);case oa._class:return this.parseClass(this.startNode(),!1);case oa._new:return this.parseNew();case oa.backQuote:return this.parseTemplate();case oa._import:return this.options.ecmaVersion>=11?this.parseExprImport():this.unexpected();default:this.unexpected()}},Ha.parseExprImport=function(){var e=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import");var t=this.parseIdent(!0);switch(this.type){case oa.parenL:return this.parseDynamicImport(e);case oa.dot:return e.meta=t,this.parseImportMeta(e);default:this.unexpected()}},Ha.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(oa.parenR)){var t=this.start;this.eat(oa.comma)&&this.eat(oa.parenR)?this.raiseRecoverable(t,"Trailing comma is not allowed in import()"):this.unexpected(t)}return this.finishNode(e,"ImportExpression")},Ha.parseImportMeta=function(e){this.next();var t=this.containsEsc;return e.property=this.parseIdent(!0),"meta"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for import is 'import.meta'"),t&&this.raiseRecoverable(e.start,"'import.meta' must not contain escaped characters"),"module"===this.options.sourceType||this.options.allowImportExportEverywhere||this.raiseRecoverable(e.start,"Cannot use 'import.meta' outside a module"),this.finishNode(e,"MetaProperty")},Ha.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),110===t.raw.charCodeAt(t.raw.length-1)&&(t.bigint=t.raw.slice(0,-1).replace(/_/g,"")),this.next(),this.finishNode(t,"Literal")},Ha.parseParenExpression=function(){this.expect(oa.parenL);var e=this.parseExpression();return this.expect(oa.parenR),e},Ha.parseParenAndDistinguishExpression=function(e,t){var i,s=this.start,n=this.startLoc,r=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var a,o=this.start,h=this.startLoc,l=[],c=!0,u=!1,p=new $a,d=this.yieldPos,f=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==oa.parenR;){if(c?c=!1:this.expect(oa.comma),r&&this.afterTrailingComma(oa.parenR,!0)){u=!0;break}if(this.type===oa.ellipsis){a=this.start,l.push(this.parseParenItem(this.parseRestBinding())),this.type===oa.comma&&this.raise(this.start,"Comma is not permitted after the rest element");break}l.push(this.parseMaybeAssign(!1,p,this.parseParenItem))}var m=this.lastTokEnd,g=this.lastTokEndLoc;if(this.expect(oa.parenR),e&&!this.canInsertSemicolon()&&this.eat(oa.arrow))return this.checkPatternErrors(p,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=d,this.awaitPos=f,this.parseParenArrowList(s,n,l,t);l.length&&!u||this.unexpected(this.lastTokStart),a&&this.unexpected(a),this.checkExpressionErrors(p,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=f||this.awaitPos,l.length>1?((i=this.startNodeAt(o,h)).expressions=l,this.finishNodeAt(i,"SequenceExpression",m,g)):i=l[0]}else i=this.parseParenExpression();if(this.options.preserveParens){var y=this.startNodeAt(s,n);return y.expression=i,this.finishNode(y,"ParenthesizedExpression")}return i},Ha.parseParenItem=function(e){return e},Ha.parseParenArrowList=function(e,t,i,s){return this.parseArrowExpression(this.startNodeAt(e,t),i,!1,s)};var qa=[];Ha.parseNew=function(){this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword new");var e=this.startNode(),t=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(oa.dot)){e.meta=t;var i=this.containsEsc;return e.property=this.parseIdent(!0),"target"!==e.property.name&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is 'new.target'"),i&&this.raiseRecoverable(e.start,"'new.target' must not contain escaped characters"),this.allowNewDotTarget||this.raiseRecoverable(e.start,"'new.target' can only be used in functions and class static block"),this.finishNode(e,"MetaProperty")}var s=this.start,n=this.startLoc,r=this.type===oa._import;return e.callee=this.parseSubscripts(this.parseExprAtom(),s,n,!0,!1),r&&"ImportExpression"===e.callee.type&&this.raise(s,"Cannot use new with import()"),this.eat(oa.parenL)?e.arguments=this.parseExprList(oa.parenR,this.options.ecmaVersion>=8,!1):e.arguments=qa,this.finishNode(e,"NewExpression")},Ha.parseTemplateElement=function(e){var t=e.isTagged,i=this.startNode();return this.type===oa.invalidTemplate?(t||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),i.value={raw:this.value,cooked:null}):i.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,"\n"),cooked:this.value},this.next(),i.tail=this.type===oa.backQuote,this.finishNode(i,"TemplateElement")},Ha.parseTemplate=function(e){void 0===e&&(e={});var t=e.isTagged;void 0===t&&(t=!1);var i=this.startNode();this.next(),i.expressions=[];var s=this.parseTemplateElement({isTagged:t});for(i.quasis=[s];!s.tail;)this.type===oa.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(oa.dollarBraceL),i.expressions.push(this.parseExpression()),this.expect(oa.braceR),i.quasis.push(s=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(i,"TemplateLiteral")},Ha.isAsyncProp=function(e){return!e.computed&&"Identifier"===e.key.type&&"async"===e.key.name&&(this.type===oa.name||this.type===oa.num||this.type===oa.string||this.type===oa.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===oa.star)&&!ha.test(this.input.slice(this.lastTokEnd,this.start))},Ha.parseObj=function(e,t){var i=this.startNode(),s=!0,n={};for(i.properties=[],this.next();!this.eat(oa.braceR);){if(s)s=!1;else if(this.expect(oa.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(oa.braceR))break;var r=this.parseProperty(e,t);e||this.checkPropClash(r,n,t),i.properties.push(r)}return this.finishNode(i,e?"ObjectPattern":"ObjectExpression")},Ha.parseProperty=function(e,t){var i,s,n,r,a=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(oa.ellipsis))return e?(a.argument=this.parseIdent(!1),this.type===oa.comma&&this.raise(this.start,"Comma is not permitted after the rest element"),this.finishNode(a,"RestElement")):(this.type===oa.parenL&&t&&(t.parenthesizedAssign<0&&(t.parenthesizedAssign=this.start),t.parenthesizedBind<0&&(t.parenthesizedBind=this.start)),a.argument=this.parseMaybeAssign(!1,t),this.type===oa.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(a,"SpreadElement"));this.options.ecmaVersion>=6&&(a.method=!1,a.shorthand=!1,(e||t)&&(n=this.start,r=this.startLoc),e||(i=this.eat(oa.star)));var o=this.containsEsc;return this.parsePropertyName(a),!e&&!o&&this.options.ecmaVersion>=8&&!i&&this.isAsyncProp(a)?(s=!0,i=this.options.ecmaVersion>=9&&this.eat(oa.star),this.parsePropertyName(a,t)):s=!1,this.parsePropertyValue(a,e,i,s,n,r,t,o),this.finishNode(a,"Property")},Ha.parsePropertyValue=function(e,t,i,s,n,r,a,o){if((i||s)&&this.type===oa.colon&&this.unexpected(),this.eat(oa.colon))e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,a),e.kind="init";else if(this.options.ecmaVersion>=6&&this.type===oa.parenL)t&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(i,s);else if(t||o||!(this.options.ecmaVersion>=5)||e.computed||"Identifier"!==e.key.type||"get"!==e.key.name&&"set"!==e.key.name||this.type===oa.comma||this.type===oa.braceR||this.type===oa.eq)this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?((i||s)&&this.unexpected(),this.checkUnreserved(e.key),"await"!==e.key.name||this.awaitIdentPos||(this.awaitIdentPos=n),e.kind="init",t?e.value=this.parseMaybeDefault(n,r,this.copyNode(e.key)):this.type===oa.eq&&a?(a.shorthandAssign<0&&(a.shorthandAssign=this.start),e.value=this.parseMaybeDefault(n,r,this.copyNode(e.key))):e.value=this.copyNode(e.key),e.shorthand=!0):this.unexpected();else{(i||s)&&this.unexpected(),e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var h="get"===e.kind?0:1;if(e.value.params.length!==h){var l=e.value.start;"get"===e.kind?this.raiseRecoverable(l,"getter should have no params"):this.raiseRecoverable(l,"setter should have exactly one param")}else"set"===e.kind&&"RestElement"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")}},Ha.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(oa.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(oa.bracketR),e.key;e.computed=!1}return e.key=this.type===oa.num||this.type===oa.string?this.parseExprAtom():this.parseIdent("never"!==this.options.allowReserved)},Ha.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},Ha.parseMethod=function(e,t,i){var s=this.startNode(),n=this.yieldPos,r=this.awaitPos,a=this.awaitIdentPos;return this.initFunction(s),this.options.ecmaVersion>=6&&(s.generator=e),this.options.ecmaVersion>=8&&(s.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(64|Ia(t,s.generator)|(i?128:0)),this.expect(oa.parenL),s.params=this.parseBindingList(oa.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(s,!1,!0,!1),this.yieldPos=n,this.awaitPos=r,this.awaitIdentPos=a,this.finishNode(s,"FunctionExpression")},Ha.parseArrowExpression=function(e,t,i,s){var n=this.yieldPos,r=this.awaitPos,a=this.awaitIdentPos;return this.enterScope(16|Ia(i,!1)),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!i),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0,!1,s),this.yieldPos=n,this.awaitPos=r,this.awaitIdentPos=a,this.finishNode(e,"ArrowFunctionExpression")},Ha.parseFunctionBody=function(e,t,i,s){var n=t&&this.type!==oa.braceL,r=this.strict,a=!1;if(n)e.body=this.parseMaybeAssign(s),e.expression=!0,this.checkParams(e,!1);else{var o=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);r&&!o||(a=this.strictDirective(this.end))&&o&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list");var h=this.labels;this.labels=[],a&&(this.strict=!0),this.checkParams(e,!r&&!a&&!t&&!i&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLValSimple(e.id,5),e.body=this.parseBlock(!1,void 0,a&&!r),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=h}this.exitScope()},Ha.isSimpleParamList=function(e){for(var t=0,i=e;t-1||n.functions.indexOf(e)>-1||n.var.indexOf(e)>-1,n.lexical.push(e),this.inModule&&1&n.flags&&delete this.undefinedExports[e]}else if(4===t)this.currentScope().lexical.push(e);else if(3===t){var r=this.currentScope();s=this.treatFunctionsAsVar?r.lexical.indexOf(e)>-1:r.lexical.indexOf(e)>-1||r.var.indexOf(e)>-1,r.functions.push(e)}else for(var a=this.scopeStack.length-1;a>=0;--a){var o=this.scopeStack[a];if(o.lexical.indexOf(e)>-1&&!(32&o.flags&&o.lexical[0]===e)||!this.treatFunctionsAsVarInScope(o)&&o.functions.indexOf(e)>-1){s=!0;break}if(o.var.push(e),this.inModule&&1&o.flags&&delete this.undefinedExports[e],259&o.flags)break}s&&this.raiseRecoverable(i,"Identifier '"+e+"' has already been declared")},Xa.checkLocalExport=function(e){-1===this.scopeStack[0].lexical.indexOf(e.name)&&-1===this.scopeStack[0].var.indexOf(e.name)&&(this.undefinedExports[e.name]=e)},Xa.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},Xa.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(259&t.flags)return t}},Xa.currentThisScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(259&t.flags&&!(16&t.flags))return t}};var Qa=function(e,t,i){this.type="",this.start=t,this.end=0,e.options.locations&&(this.loc=new ka(e,i)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[t,0])},Za=Pa.prototype;function Ja(e,t,i,s){return e.type=t,e.end=i,this.options.locations&&(e.loc.end=s),this.options.ranges&&(e.range[1]=i),e}Za.startNode=function(){return new Qa(this,this.start,this.startLoc)},Za.startNodeAt=function(e,t){return new Qa(this,e,t)},Za.finishNode=function(e,t){return Ja.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)},Za.finishNodeAt=function(e,t,i,s){return Ja.call(this,e,t,i,s)},Za.copyNode=function(e){var t=new Qa(this,e.start,this.startLoc);for(var i in e)t[i]=e[i];return t};var eo="ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS",to=eo+" Extended_Pictographic",io={9:eo,10:to,11:to,12:"ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS Extended_Pictographic EBase EComp EMod EPres ExtPict",13:"ASCII ASCII_Hex_Digit AHex Alphabetic Alpha Any Assigned Bidi_Control Bidi_C Bidi_Mirrored Bidi_M Case_Ignorable CI Cased Changes_When_Casefolded CWCF Changes_When_Casemapped CWCM Changes_When_Lowercased CWL Changes_When_NFKC_Casefolded CWKCF Changes_When_Titlecased CWT Changes_When_Uppercased CWU Dash Default_Ignorable_Code_Point DI Deprecated Dep Diacritic Dia Emoji Emoji_Component Emoji_Modifier Emoji_Modifier_Base Emoji_Presentation Extender Ext Grapheme_Base Gr_Base Grapheme_Extend Gr_Ext Hex_Digit Hex IDS_Binary_Operator IDSB IDS_Trinary_Operator IDST ID_Continue IDC ID_Start IDS Ideographic Ideo Join_Control Join_C Logical_Order_Exception LOE Lowercase Lower Math Noncharacter_Code_Point NChar Pattern_Syntax Pat_Syn Pattern_White_Space Pat_WS Quotation_Mark QMark Radical Regional_Indicator RI Sentence_Terminal STerm Soft_Dotted SD Terminal_Punctuation Term Unified_Ideograph UIdeo Uppercase Upper Variation_Selector VS White_Space space XID_Continue XIDC XID_Start XIDS Extended_Pictographic EBase EComp EMod EPres ExtPict"},so="Cased_Letter LC Close_Punctuation Pe Connector_Punctuation Pc Control Cc cntrl Currency_Symbol Sc Dash_Punctuation Pd Decimal_Number Nd digit Enclosing_Mark Me Final_Punctuation Pf Format Cf Initial_Punctuation Pi Letter L Letter_Number Nl Line_Separator Zl Lowercase_Letter Ll Mark M Combining_Mark Math_Symbol Sm Modifier_Letter Lm Modifier_Symbol Sk Nonspacing_Mark Mn Number N Open_Punctuation Ps Other C Other_Letter Lo Other_Number No Other_Punctuation Po Other_Symbol So Paragraph_Separator Zp Private_Use Co Punctuation P punct Separator Z Space_Separator Zs Spacing_Mark Mc Surrogate Cs Symbol S Titlecase_Letter Lt Unassigned Cn Uppercase_Letter Lu",no="Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb",ro=no+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",ao=ro+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",oo={9:no,10:ro,11:ao,12:"Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",13:"Adlam Adlm Ahom Anatolian_Hieroglyphs Hluw Arabic Arab Armenian Armn Avestan Avst Balinese Bali Bamum Bamu Bassa_Vah Bass Batak Batk Bengali Beng Bhaiksuki Bhks Bopomofo Bopo Brahmi Brah Braille Brai Buginese Bugi Buhid Buhd Canadian_Aboriginal Cans Carian Cari Caucasian_Albanian Aghb Chakma Cakm Cham Cham Cherokee Cher Common Zyyy Coptic Copt Qaac Cuneiform Xsux Cypriot Cprt Cyrillic Cyrl Deseret Dsrt Devanagari Deva Duployan Dupl Egyptian_Hieroglyphs Egyp Elbasan Elba Ethiopic Ethi Georgian Geor Glagolitic Glag Gothic Goth Grantha Gran Greek Grek Gujarati Gujr Gurmukhi Guru Han Hani Hangul Hang Hanunoo Hano Hatran Hatr Hebrew Hebr Hiragana Hira Imperial_Aramaic Armi Inherited Zinh Qaai Inscriptional_Pahlavi Phli Inscriptional_Parthian Prti Javanese Java Kaithi Kthi Kannada Knda Katakana Kana Kayah_Li Kali Kharoshthi Khar Khmer Khmr Khojki Khoj Khudawadi Sind Lao Laoo Latin Latn Lepcha Lepc Limbu Limb Linear_A Lina Linear_B Linb Lisu Lisu Lycian Lyci Lydian Lydi Mahajani Mahj Malayalam Mlym Mandaic Mand Manichaean Mani Marchen Marc Masaram_Gondi Gonm Meetei_Mayek Mtei Mende_Kikakui Mend Meroitic_Cursive Merc Meroitic_Hieroglyphs Mero Miao Plrd Modi Mongolian Mong Mro Mroo Multani Mult Myanmar Mymr Nabataean Nbat New_Tai_Lue Talu Newa Newa Nko Nkoo Nushu Nshu Ogham Ogam Ol_Chiki Olck Old_Hungarian Hung Old_Italic Ital Old_North_Arabian Narb Old_Permic Perm Old_Persian Xpeo Old_South_Arabian Sarb Old_Turkic Orkh Oriya Orya Osage Osge Osmanya Osma Pahawh_Hmong Hmng Palmyrene Palm Pau_Cin_Hau Pauc Phags_Pa Phag Phoenician Phnx Psalter_Pahlavi Phlp Rejang Rjng Runic Runr Samaritan Samr Saurashtra Saur Sharada Shrd Shavian Shaw Siddham Sidd SignWriting Sgnw Sinhala Sinh Sora_Sompeng Sora Soyombo Soyo Sundanese Sund Syloti_Nagri Sylo Syriac Syrc Tagalog Tglg Tagbanwa Tagb Tai_Le Tale Tai_Tham Lana Tai_Viet Tavt Takri Takr Tamil Taml Tangut Tang Telugu Telu Thaana Thaa Thai Thai Tibetan Tibt Tifinagh Tfng Tirhuta Tirh Ugaritic Ugar Vai Vaii Warang_Citi Wara Yi Yiii Zanabazar_Square Zanb Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith"},ho={};function lo(e){var t=ho[e]={binary:va(io[e]+" "+so),nonBinary:{General_Category:va(so),Script:va(oo[e])}};t.nonBinary.Script_Extensions=t.nonBinary.Script,t.nonBinary.gc=t.nonBinary.General_Category,t.nonBinary.sc=t.nonBinary.Script,t.nonBinary.scx=t.nonBinary.Script_Extensions}for(var co=0,uo=[9,10,11,12,13];co=6?"uy":"")+(e.options.ecmaVersion>=9?"s":"")+(e.options.ecmaVersion>=13?"d":""),this.unicodeProperties=ho[e.options.ecmaVersion>=13?13:e.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};function mo(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94||e>=123&&e<=125}function go(e){return e>=65&&e<=90||e>=97&&e<=122}function yo(e){return go(e)||95===e}function xo(e){return yo(e)||vo(e)}function vo(e){return e>=48&&e<=57}function Eo(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function bo(e){return e>=65&&e<=70?e-65+10:e>=97&&e<=102?e-97+10:e-48}function So(e){return e>=48&&e<=55}fo.prototype.reset=function(e,t,i){var s=-1!==i.indexOf("u");this.start=0|e,this.source=t+"",this.flags=i,this.switchU=s&&this.parser.options.ecmaVersion>=6,this.switchN=s&&this.parser.options.ecmaVersion>=9},fo.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+e)},fo.prototype.at=function(e,t){void 0===t&&(t=!1);var i=this.source,s=i.length;if(e>=s)return-1;var n=i.charCodeAt(e);if(!t&&!this.switchU||n<=55295||n>=57344||e+1>=s)return n;var r=i.charCodeAt(e+1);return r>=56320&&r<=57343?(n<<10)+r-56613888:n},fo.prototype.nextIndex=function(e,t){void 0===t&&(t=!1);var i=this.source,s=i.length;if(e>=s)return s;var n,r=i.charCodeAt(e);return!t&&!this.switchU||r<=55295||r>=57344||e+1>=s||(n=i.charCodeAt(e+1))<56320||n>57343?e+1:e+2},fo.prototype.current=function(e){return void 0===e&&(e=!1),this.at(this.pos,e)},fo.prototype.lookahead=function(e){return void 0===e&&(e=!1),this.at(this.nextIndex(this.pos,e),e)},fo.prototype.advance=function(e){void 0===e&&(e=!1),this.pos=this.nextIndex(this.pos,e)},fo.prototype.eat=function(e,t){return void 0===t&&(t=!1),this.current(t)===e&&(this.advance(t),!0)},po.validateRegExpFlags=function(e){for(var t=e.validFlags,i=e.flags,s=0;s-1&&this.raise(e.start,"Duplicate regular expression flag")}},po.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},po.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue="",e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames.length=0,e.backReferenceNames.length=0,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise("Unmatched ')'"),(e.eat(93)||e.eat(125))&&e.raise("Lone quantifier brackets")),e.maxBackReference>e.numCapturingParens&&e.raise("Invalid escape");for(var t=0,i=e.backReferenceNames;t=9&&(i=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise("Unterminated group"),e.lastAssertionIsQuantifiable=!i,!0}return e.pos=t,!1},po.regexp_eatQuantifier=function(e,t){return void 0===t&&(t=!1),!!this.regexp_eatQuantifierPrefix(e,t)&&(e.eat(63),!0)},po.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},po.regexp_eatBracedQuantifier=function(e,t){var i=e.pos;if(e.eat(123)){var s=0,n=-1;if(this.regexp_eatDecimalDigits(e)&&(s=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(n=e.lastIntValue),e.eat(125)))return-1!==n&&n=9?this.regexp_groupSpecifier(e):63===e.current()&&e.raise("Invalid group"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise("Unterminated group")}return!1},po.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)},po.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1},po.regexp_eatSyntaxCharacter=function(e){var t=e.current();return!!mo(t)&&(e.lastIntValue=t,e.advance(),!0)},po.regexp_eatPatternCharacters=function(e){for(var t=e.pos,i=0;-1!==(i=e.current())&&!mo(i);)e.advance();return e.pos!==t},po.regexp_eatExtendedPatternCharacter=function(e){var t=e.current();return!(-1===t||36===t||t>=40&&t<=43||46===t||63===t||91===t||94===t||124===t||(e.advance(),0))},po.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e))return-1!==e.groupNames.indexOf(e.lastStringValue)&&e.raise("Duplicate capture group name"),void e.groupNames.push(e.lastStringValue);e.raise("Invalid group")}},po.regexp_eatGroupName=function(e){if(e.lastStringValue="",e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise("Invalid capture group name")}return!1},po.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=Ea(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=Ea(e.lastIntValue);return!0}return!1},po.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,s=e.current(i);return e.advance(i),92===s&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(s=e.lastIntValue),function(e){return Jr(e,!0)||36===e||95===e}(s)?(e.lastIntValue=s,!0):(e.pos=t,!1)},po.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,s=e.current(i);return e.advance(i),92===s&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(s=e.lastIntValue),function(e){return ea(e,!0)||36===e||95===e||8204===e||8205===e}(s)?(e.lastIntValue=s,!0):(e.pos=t,!1)},po.regexp_eatAtomEscape=function(e){return!!(this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e))||(e.switchU&&(99===e.current()&&e.raise("Invalid unicode escape"),e.raise("Invalid escape")),!1)},po.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var i=e.lastIntValue;if(e.switchU)return i>e.maxBackReference&&(e.maxBackReference=i),!0;if(i<=e.numCapturingParens)return!0;e.pos=t}return!1},po.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise("Invalid named reference")}return!1},po.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e,!1)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)},po.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},po.regexp_eatZero=function(e){return 48===e.current()&&!vo(e.lookahead())&&(e.lastIntValue=0,e.advance(),!0)},po.regexp_eatControlEscape=function(e){var t=e.current();return 116===t?(e.lastIntValue=9,e.advance(),!0):110===t?(e.lastIntValue=10,e.advance(),!0):118===t?(e.lastIntValue=11,e.advance(),!0):102===t?(e.lastIntValue=12,e.advance(),!0):114===t&&(e.lastIntValue=13,e.advance(),!0)},po.regexp_eatControlLetter=function(e){var t=e.current();return!!go(t)&&(e.lastIntValue=t%32,e.advance(),!0)},po.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){void 0===t&&(t=!1);var i,s=e.pos,n=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var r=e.lastIntValue;if(n&&r>=55296&&r<=56319){var a=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var o=e.lastIntValue;if(o>=56320&&o<=57343)return e.lastIntValue=1024*(r-55296)+(o-56320)+65536,!0}e.pos=a,e.lastIntValue=r}return!0}if(n&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&(i=e.lastIntValue)>=0&&i<=1114111)return!0;n&&e.raise("Invalid unicode escape"),e.pos=s}return!1},po.regexp_eatIdentityEscape=function(e){if(e.switchU)return!!this.regexp_eatSyntaxCharacter(e)||!!e.eat(47)&&(e.lastIntValue=47,!0);var t=e.current();return!(99===t||e.switchN&&107===t||(e.lastIntValue=t,e.advance(),0))},po.regexp_eatDecimalEscape=function(e){e.lastIntValue=0;var t=e.current();if(t>=49&&t<=57){do{e.lastIntValue=10*e.lastIntValue+(t-48),e.advance()}while((t=e.current())>=48&&t<=57);return!0}return!1},po.regexp_eatCharacterClassEscape=function(e){var t=e.current();if(function(e){return 100===e||68===e||115===e||83===e||119===e||87===e}(t))return e.lastIntValue=-1,e.advance(),!0;if(e.switchU&&this.options.ecmaVersion>=9&&(80===t||112===t)){if(e.lastIntValue=-1,e.advance(),e.eat(123)&&this.regexp_eatUnicodePropertyValueExpression(e)&&e.eat(125))return!0;e.raise("Invalid property name")}return!1},po.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var i=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var s=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,i,s),!0}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var n=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,n),!0}return!1},po.regexp_validateUnicodePropertyNameAndValue=function(e,t,i){ya(e.unicodeProperties.nonBinary,t)||e.raise("Invalid property name"),e.unicodeProperties.nonBinary[t].test(i)||e.raise("Invalid property value")},po.regexp_validateUnicodePropertyNameOrValue=function(e,t){e.unicodeProperties.binary.test(t)||e.raise("Invalid property name")},po.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue="";yo(t=e.current());)e.lastStringValue+=Ea(t),e.advance();return""!==e.lastStringValue},po.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue="";xo(t=e.current());)e.lastStringValue+=Ea(t),e.advance();return""!==e.lastStringValue},po.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)},po.regexp_eatCharacterClass=function(e){if(e.eat(91)){if(e.eat(94),this.regexp_classRanges(e),e.eat(93))return!0;e.raise("Unterminated character class")}return!1},po.regexp_classRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var i=e.lastIntValue;!e.switchU||-1!==t&&-1!==i||e.raise("Invalid character class"),-1!==t&&-1!==i&&t>i&&e.raise("Range out of order in character class")}}},po.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var i=e.current();(99===i||So(i))&&e.raise("Invalid class escape"),e.raise("Invalid escape")}e.pos=t}var s=e.current();return 93!==s&&(e.lastIntValue=s,e.advance(),!0)},po.regexp_eatClassEscape=function(e){var t=e.pos;if(e.eat(98))return e.lastIntValue=8,!0;if(e.switchU&&e.eat(45))return e.lastIntValue=45,!0;if(!e.switchU&&e.eat(99)){if(this.regexp_eatClassControlLetter(e))return!0;e.pos=t}return this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)},po.regexp_eatClassControlLetter=function(e){var t=e.current();return!(!vo(t)&&95!==t||(e.lastIntValue=t%32,e.advance(),0))},po.regexp_eatHexEscapeSequence=function(e){var t=e.pos;if(e.eat(120)){if(this.regexp_eatFixedHexDigits(e,2))return!0;e.switchU&&e.raise("Invalid escape"),e.pos=t}return!1},po.regexp_eatDecimalDigits=function(e){var t=e.pos,i=0;for(e.lastIntValue=0;vo(i=e.current());)e.lastIntValue=10*e.lastIntValue+(i-48),e.advance();return e.pos!==t},po.regexp_eatHexDigits=function(e){var t=e.pos,i=0;for(e.lastIntValue=0;Eo(i=e.current());)e.lastIntValue=16*e.lastIntValue+bo(i),e.advance();return e.pos!==t},po.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var i=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=64*t+8*i+e.lastIntValue:e.lastIntValue=8*t+i}else e.lastIntValue=t;return!0}return!1},po.regexp_eatOctalDigit=function(e){var t=e.current();return So(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)},po.regexp_eatFixedHexDigits=function(e,t){var i=e.pos;e.lastIntValue=0;for(var s=0;s=this.input.length?this.finishToken(oa.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},Ao.readToken=function(e){return Jr(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},Ao.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);if(e<=55295||e>=56320)return e;var t=this.input.charCodeAt(this.pos+1);return t<=56319||t>=57344?e:(e<<10)+t-56613888},Ao.skipBlockComment=function(){var e=this.options.onComment&&this.curPosition(),t=this.pos,i=this.input.indexOf("*/",this.pos+=2);if(-1===i&&this.raise(this.pos-2,"Unterminated comment"),this.pos=i+2,this.options.locations)for(var s=void 0,n=t;(s=ua(this.input,n,this.pos))>-1;)++this.curLine,n=this.lineStart=s;this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,i),t,this.pos,e,this.curPosition())},Ao.skipLineComment=function(e){for(var t=this.pos,i=this.options.onComment&&this.curPosition(),s=this.input.charCodeAt(this.pos+=e);this.pos8&&e<14||e>=5760&&pa.test(String.fromCharCode(e))))break e;++this.pos}}},Ao.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var i=this.type;this.type=e,this.value=t,this.updateContext(i)},Ao.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var t=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===t?(this.pos+=3,this.finishToken(oa.ellipsis)):(++this.pos,this.finishToken(oa.dot))},Ao.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(oa.assign,2):this.finishOp(oa.slash,1)},Ao.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),i=1,s=42===e?oa.star:oa.modulo;return this.options.ecmaVersion>=7&&42===e&&42===t&&(++i,s=oa.starstar,t=this.input.charCodeAt(this.pos+2)),61===t?this.finishOp(oa.assign,i+1):this.finishOp(s,i)},Ao.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?this.options.ecmaVersion>=12&&61===this.input.charCodeAt(this.pos+2)?this.finishOp(oa.assign,3):this.finishOp(124===e?oa.logicalOR:oa.logicalAND,2):61===t?this.finishOp(oa.assign,2):this.finishOp(124===e?oa.bitwiseOR:oa.bitwiseAND,1)},Ao.readToken_caret=function(){return 61===this.input.charCodeAt(this.pos+1)?this.finishOp(oa.assign,2):this.finishOp(oa.bitwiseXOR,1)},Ao.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?45!==t||this.inModule||62!==this.input.charCodeAt(this.pos+2)||0!==this.lastTokEnd&&!ha.test(this.input.slice(this.lastTokEnd,this.pos))?this.finishOp(oa.incDec,2):(this.skipLineComment(3),this.skipSpace(),this.nextToken()):61===t?this.finishOp(oa.assign,2):this.finishOp(oa.plusMin,1)},Ao.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),i=1;return t===e?(i=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+i)?this.finishOp(oa.assign,i+1):this.finishOp(oa.bitShift,i)):33!==t||60!==e||this.inModule||45!==this.input.charCodeAt(this.pos+2)||45!==this.input.charCodeAt(this.pos+3)?(61===t&&(i=2),this.finishOp(oa.relational,i)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},Ao.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return 61===t?this.finishOp(oa.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===t&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(oa.arrow)):this.finishOp(61===e?oa.eq:oa.prefix,1)},Ao.readToken_question=function(){var e=this.options.ecmaVersion;if(e>=11){var t=this.input.charCodeAt(this.pos+1);if(46===t){var i=this.input.charCodeAt(this.pos+2);if(i<48||i>57)return this.finishOp(oa.questionDot,2)}if(63===t)return e>=12&&61===this.input.charCodeAt(this.pos+2)?this.finishOp(oa.assign,3):this.finishOp(oa.coalesce,2)}return this.finishOp(oa.question,1)},Ao.readToken_numberSign=function(){var e=35;if(this.options.ecmaVersion>=13&&(++this.pos,Jr(e=this.fullCharCodeAtPos(),!0)||92===e))return this.finishToken(oa.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+Ea(e)+"'")},Ao.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(oa.parenL);case 41:return++this.pos,this.finishToken(oa.parenR);case 59:return++this.pos,this.finishToken(oa.semi);case 44:return++this.pos,this.finishToken(oa.comma);case 91:return++this.pos,this.finishToken(oa.bracketL);case 93:return++this.pos,this.finishToken(oa.bracketR);case 123:return++this.pos,this.finishToken(oa.braceL);case 125:return++this.pos,this.finishToken(oa.braceR);case 58:return++this.pos,this.finishToken(oa.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(oa.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(120===t||88===t)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===t||79===t)return this.readRadixNumber(8);if(98===t||66===t)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 63:return this.readToken_question();case 126:return this.finishOp(oa.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+Ea(e)+"'")},Ao.finishOp=function(e,t){var i=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,i)},Ao.readRegexp=function(){for(var e,t,i=this.pos;;){this.pos>=this.input.length&&this.raise(i,"Unterminated regular expression");var s=this.input.charAt(this.pos);if(ha.test(s)&&this.raise(i,"Unterminated regular expression"),e)e=!1;else{if("["===s)t=!0;else if("]"===s&&t)t=!1;else if("/"===s&&!t)break;e="\\"===s}++this.pos}var n=this.input.slice(i,this.pos);++this.pos;var r=this.pos,a=this.readWord1();this.containsEsc&&this.unexpected(r);var o=this.regexpState||(this.regexpState=new fo(this));o.reset(i,n,a),this.validateRegExpFlags(o),this.validateRegExpPattern(o);var h=null;try{h=new RegExp(n,a)}catch(e){}return this.finishToken(oa.regexp,{pattern:n,flags:a,value:h})},Ao.readInt=function(e,t,i){for(var s=this.options.ecmaVersion>=12&&void 0===t,n=i&&48===this.input.charCodeAt(this.pos),r=this.pos,a=0,o=0,h=0,l=null==t?1/0:t;h=97?c-97+10:c>=65?c-65+10:c>=48&&c<=57?c-48:1/0)>=e)break;o=c,a=a*e+u}}return s&&95===o&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===r||null!=t&&this.pos-r!==t?null:a},Ao.readRadixNumber=function(e){var t=this.pos;this.pos+=2;var i=this.readInt(e);return null==i&&this.raise(this.start+2,"Expected number in radix "+e),this.options.ecmaVersion>=11&&110===this.input.charCodeAt(this.pos)?(i=_o(this.input.slice(t,this.pos)),++this.pos):Jr(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(oa.num,i)},Ao.readNumber=function(e){var t=this.pos;e||null!==this.readInt(10,void 0,!0)||this.raise(t,"Invalid number");var i=this.pos-t>=2&&48===this.input.charCodeAt(t);i&&this.strict&&this.raise(t,"Invalid number");var s=this.input.charCodeAt(this.pos);if(!i&&!e&&this.options.ecmaVersion>=11&&110===s){var n=_o(this.input.slice(t,this.pos));return++this.pos,Jr(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(oa.num,n)}i&&/[89]/.test(this.input.slice(t,this.pos))&&(i=!1),46!==s||i||(++this.pos,this.readInt(10),s=this.input.charCodeAt(this.pos)),69!==s&&101!==s||i||(43!==(s=this.input.charCodeAt(++this.pos))&&45!==s||++this.pos,null===this.readInt(10)&&this.raise(t,"Invalid number")),Jr(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var r,a=(r=this.input.slice(t,this.pos),i?parseInt(r,8):parseFloat(r.replace(/_/g,"")));return this.finishToken(oa.num,a)},Ao.readCodePoint=function(){var e;if(123===this.input.charCodeAt(this.pos)){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.invalidStringToken(t,"Code point out of bounds")}else e=this.readHexChar(4);return e},Ao.readString=function(e){for(var t="",i=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var s=this.input.charCodeAt(this.pos);if(s===e)break;92===s?(t+=this.input.slice(i,this.pos),t+=this.readEscapedChar(!1),i=this.pos):8232===s||8233===s?(this.options.ecmaVersion<10&&this.raise(this.start,"Unterminated string constant"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(ca(s)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return t+=this.input.slice(i,this.pos++),this.finishToken(oa.string,t)};var wo={};Ao.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e!==wo)throw e;this.readInvalidTemplateToken()}this.inTemplateElement=!1},Ao.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw wo;this.raise(e,t)},Ao.readTmplToken=function(){for(var e="",t=this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated template");var i=this.input.charCodeAt(this.pos);if(96===i||36===i&&123===this.input.charCodeAt(this.pos+1))return this.pos!==this.start||this.type!==oa.template&&this.type!==oa.invalidTemplate?(e+=this.input.slice(t,this.pos),this.finishToken(oa.template,e)):36===i?(this.pos+=2,this.finishToken(oa.dollarBraceL)):(++this.pos,this.finishToken(oa.backQuote));if(92===i)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(ca(i)){switch(e+=this.input.slice(t,this.pos),++this.pos,i){case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:e+="\n";break;default:e+=String.fromCharCode(i)}this.options.locations&&(++this.curLine,this.lineStart=this.pos),t=this.pos}else++this.pos}},Ao.readInvalidTemplateToken=function(){for(;this.pos=48&&t<=55){var s=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],n=parseInt(s,8);return n>255&&(s=s.slice(0,-1),n=parseInt(s,8)),this.pos+=s.length-1,t=this.input.charCodeAt(this.pos),"0"===s&&56!==t&&57!==t||!this.strict&&!e||this.invalidStringToken(this.pos-1-s.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(n)}return ca(t)?"":String.fromCharCode(t)}},Ao.readHexChar=function(e){var t=this.pos,i=this.readInt(16,e);return null===i&&this.invalidStringToken(t,"Bad character escape sequence"),i},Ao.readWord1=function(){this.containsEsc=!1;for(var e="",t=!0,i=this.pos,s=this.options.ecmaVersion>=6;this.pos()=>{pe({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:"https://rollupjs.org/guide/en/#a-simple-example"})},Po={mkdir:Io("fs.mkdir"),readFile:Io("fs.readFile"),writeFile:Io("fs.writeFile")};async function Co(e,t,i,s,n,r,a,o){const h=await function(e,t,i,s,n,r,a){let o=null,h=null;if(n){o=new Set;for(const i of n)e===i.source&&t===i.importer&&o.add(i.plugin);h=(e,t)=>({...e,resolve:(e,i,{custom:r,isEntry:a,skipSelf:o}=te)=>s(e,i,r,a,o?[...n,{importer:i,plugin:t,source:e}]:n)})}return i.hookFirst("resolveId",[e,t,{custom:r,isEntry:a}],h,o)}(e,t,s,n,r,a,o);return h}function No(e,t,{hook:i,id:s}={}){return"string"==typeof e&&(e={message:e}),e.code&&e.code!==fe.PLUGIN_ERROR&&(e.pluginCode=e.code),e.code=fe.PLUGIN_ERROR,e.plugin=t,i&&(e.hook=i),s&&(e.id=s),pe(e)}const To=[{active:!0,deprecated:"resolveAssetUrl",replacement:"resolveFileUrl"}],$o={delete:()=>!1,get(){},has:()=>!1,set(){}};function Lo(e){return e.startsWith("at position ")||e.startsWith("at output position ")?pe({code:"ANONYMOUS_PLUGIN_CACHE",message:"A plugin is trying to use the Rollup cache but is not declaring a plugin name or cacheKey."}):pe({code:"DUPLICATE_PLUGIN_NAME",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).`})}class Ro{constructor(e,t,i,s){this.graph=e,this.modulesById=t,this.options=i,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,i,s,n=null)=>this.getResolvedIdWithDefaults(this.getNormalizedResolvedIdWithoutDefaults(!this.options.external(e,t,!1)&&await Co(e,t,this.options.preserveSymlinks,this.pluginDriver,this.resolveId,n,i,"boolean"==typeof s?s:!t),t,e)),this.hasModuleSideEffects=i.treeshake?i.treeshake.moduleSideEffects:()=>!0}async addAdditionalModules(e){const t=this.extendLoadModulesPromise(Promise.all(e.map((e=>this.loadEntryModule(e,!1,void 0,null)))));return await this.awaitLoadModulesPromise(),t}async addEntryModules(e,t){const i=this.nextEntryModuleIndex;this.nextEntryModuleIndex+=e.length;const s=this.nextChunkNamePriority;this.nextChunkNamePriority+=e.length;const n=await this.extendLoadModulesPromise(Promise.all(e.map((({id:e,importer:t})=>this.loadEntryModule(e,!0,t,null)))).then((n=>{for(let r=0;re.module===a));o?o.index=Math.min(o.index,i+r):this.indexedEntryModules.push({index:i+r,module:a})}return this.indexedEntryModules.sort((({index:e},{index:t})=>e>t?1:-1)),n})));return await this.awaitLoadModulesPromise(),{entryModules:this.indexedEntryModules.map((({module:e})=>e)),implicitEntryModules:[...this.implicitEntryModules],newEntryModules:n}}async emitChunk({fileName:e,id:t,importer:i,name:s,implicitlyLoadedAfterOneOf:n,preserveSignature:r}){const a={fileName:e||null,id:t,importer:i,name:s||null},o=n?await this.addEntryWithImplicitDependants(a,n):(await this.addEntryModules([a],!1)).newEntryModules[0];return null!=r&&(o.preserveSignature=r),o}async preloadModule(e){return(await this.fetchModule(this.getResolvedIdWithDefaults(e),void 0,!1,!e.resolveDependencies||"resolveDependencies")).info}addEntryWithImplicitDependants(e,t){const i=this.nextChunkNamePriority++;return this.extendLoadModulesPromise(this.loadEntryModule(e.id,!1,e.importer,null).then((async s=>{if(Oo(s,e,!1,i),!s.info.isEntry){this.implicitEntryModules.add(s);const i=await Promise.all(t.map((t=>this.loadEntryModule(t,!1,e.importer,s.id))));for(const e of i)s.implicitlyLoadedAfter.add(e);for(const e of s.implicitlyLoadedAfter)e.implicitlyLoadedBefore.add(s)}return s})))}async addModuleSource(e,t,i){let s;Qs("load modules",3);try{s=await this.graph.fileOperationQueue.run((async()=>{var t;return null!==(t=await this.pluginDriver.hookFirst("load",[e]))&&void 0!==t?t:await Po.readFile(e,"utf8")}))}catch(i){Zs("load modules",3);let s=`Could not load ${e}`;throw t&&(s+=` (imported by ${he(t)})`),s+=`: ${i.message}`,i.message=s,i}Zs("load modules",3);const n="string"==typeof s?{code:s}:null!=s&&"object"==typeof s&&"string"==typeof s.code?s:pe(function(e){return{code:fe.BAD_LOADER,message:`Error loading ${he(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!==n.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}]))i.updateOptions(n),i.setSource(await async function(e,t,i,s){const n=t.id,r=[];let a=null===e.map?null:kr(e.map);const o=e.code;let l=e.ast;const c=[],u=[];let p=!1;const d=()=>p=!0;let f="";const m=e.code;let g;try{g=await i.hookReduceArg0("transform",[m,n],(function(e,i,n){let a,o;if("string"==typeof i)a=i;else{if(!i||"object"!=typeof i)return e;if(t.updateOptions(i),null==i.code)return(i.map||i.ast)&&s(function(e){return{code:fe.NO_TRANSFORM_MAP_OR_AST_WITHOUT_CODE,message:`The plugin "${e}" returned a "map" or "ast" without returning a "code". This will be ignored.`}}(n.name)),e;({code:a,map:o,ast:l}=i)}return null!==o&&r.push(kr("string"==typeof o?JSON.parse(o):o)||{missing:!0,plugin:n.name}),a}),((e,t)=>{return f=t.name,{...e,addWatchFile(t){c.push(t),e.addWatchFile(t)},cache:p?e.cache:(l=e.cache,g=d,{delete:e=>(g(),l.delete(e)),get:e=>(g(),l.get(e)),has:e=>(g(),l.has(e)),set:(e,t)=>(g(),l.set(e,t))}),emitAsset:(t,i)=>(u.push({name:t,source:i,type:"asset"}),e.emitAsset(t,i)),emitChunk:(t,i)=>(u.push({id:t,name:i&&i.name,type:"chunk"}),e.emitChunk(t,i)),emitFile:e=>(u.push(e),i.emitFile(e)),error:(t,i)=>("string"==typeof t&&(t={message:t}),i&&de(t,i,m,n),t.id=n,t.hook="transform",e.error(t)),getCombinedSourcemap(){const e=function(e,t,i,s,n){return s.length?{version:3,...Cn(e,t,i,s,Pn(n)).traceMappings()}:i}(n,o,a,r,s);return e?(a!==e&&(a=e,r.length=0),new h({...e,file:null,sourcesContent:e.sourcesContent})):new y(o).generateMap({hires:!0,includeContent:!0,source:n})},setAssetSource(){return this.error({code:"INVALID_SETASSETSOURCE",message:"setAssetSource cannot be called in transform for caching reasons. Use emitFile with a source, or call setAssetSource in another hook."})},warn(t,i){"string"==typeof t&&(t={message:t}),i&&de(t,i,m,n),t.id=n,t.hook="transform",e.warn(t)}};var l,g}))}catch(e){No(e,f,{hook:"transform",id:n})}return p||u.length&&(t.transformFiles=u),{ast:l,code:g,customTransformCache:p,originalCode:o,originalSourcemap:a,sourcemapChain:r,transformDependencies:c}}(n,i,this.pluginDriver,this.options.onwarn));else{if(r.transformFiles)for(const e of r.transformFiles)this.pluginDriver.emitFile(e);i.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 i=await Promise.all(t.map((t=>t.then((async([t,i])=>null===i?null:"string"==typeof i?(t.resolution=i,null):t.resolution=await this.fetchResolvedDependency(he(i.id),e.id,i))))));for(const t of i)t&&(e.dynamicDependencies.add(t),t.dynamicImporters.push(e.id))}async fetchModule({id:e,meta:t,moduleSideEffects:i,syntheticNamedExports:s},n,r,a){const o=this.modulesById.get(e);if(o instanceof rn)return await this.handleExistingModule(o,r,a),o;const h=new rn(this.graph,e,this.options,r,i,s,t);this.modulesById.set(e,h),this.graph.watchFiles[e]=!0;const l=this.addModuleSource(e,n,h).then((()=>[this.getResolveStaticDependencyPromises(h),this.getResolveDynamicImportPromises(h),c])),c=Vo(l).then((()=>this.pluginDriver.hookParallel("moduleParsed",[h.info])));c.catch((()=>{})),this.moduleLoadPromises.set(h,l);const u=await l;return a?"resolveDependencies"===a&&await c:await this.fetchModuleDependencies(h,...u),h}async fetchModuleDependencies(e,t,i,s){this.modulesWithLoadedDependencies.has(e)||(this.modulesWithLoadedDependencies.add(e),await Promise.all([this.fetchStaticDependencies(e,t),this.fetchDynamicDependencies(e,i)]),e.linkImports(),await s)}fetchResolvedDependency(e,t,i){if(i.external){const{external:s,id:n,moduleSideEffects:r,meta:a}=i;this.modulesById.has(n)||this.modulesById.set(n,new Ne(this.options,n,r,a,"absolute"!==s&&_(n)));const o=this.modulesById.get(n);return o instanceof Ne?Promise.resolve(o):pe(function(e,t){return{code:fe.INVALID_EXTERNAL_ID,message:`'${e}' is imported as an external by ${he(t)}, but is already an existing non-external module id.`}}(e,t))}return this.fetchModule(i,t,!1,!1)}async fetchStaticDependencies(e,t){for(const i of await Promise.all(t.map((t=>t.then((([t,i])=>this.fetchResolvedDependency(t,e.id,i)))))))e.dependencies.add(i),i.importers.push(e.id);if(!this.options.treeshake||"no-treeshake"===e.info.moduleSideEffects)for(const t of e.dependencies)t instanceof rn&&(t.importedFromNotTreeshaken=!0)}getNormalizedResolvedIdWithoutDefaults(e,t,i){const{makeAbsoluteExternalsRelative:s}=this.options;if(e){if("object"==typeof e){const n=e.external||this.options.external(e.id,t,!0);return{...e,external:n&&("relative"===n||!_(e.id)||!0===n&&Do(e.id,i,s)||"absolute")}}const n=this.options.external(e,t,!0);return{external:n&&(Do(e,i,s)||"absolute"),id:n&&s?Mo(e,t):e}}const n=s?Mo(i,t):i;return!1===e||this.options.external(n,t,!0)?{external:Do(n,i,s)||"absolute",id:n}:null}getResolveDynamicImportPromises(e){return e.dynamicImports.map((async t=>{const i=await this.resolveDynamicImport(e,"string"==typeof t.argument?t.argument:t.argument.esTreeNode,e.id);return i&&"object"==typeof i&&(t.id=i.id),[t,i]}))}getResolveStaticDependencyPromises(e){return Array.from(e.sources,(async t=>[t,e.resolvedIds[t]=e.resolvedIds[t]||this.handleResolveId(await this.resolveId(t,e.id,ie,!1),t,e.id)]))}getResolvedIdWithDefaults(e){var t,i;if(!e)return null;const s=e.external||!1;return{external:s,id:e.id,meta:e.meta||{},moduleSideEffects:null!==(t=e.moduleSideEffects)&&void 0!==t?t:this.hasModuleSideEffects(e.id,!!s),syntheticNamedExports:null!==(i=e.syntheticNamedExports)&&void 0!==i&&i}}async handleExistingModule(e,t,i){const s=this.moduleLoadPromises.get(e);if(i)return"resolveDependencies"===i?Vo(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)}handleResolveId(e,t,i){return null===e?w(t)?pe(function(e,t){return{code:fe.UNRESOLVED_IMPORT,message:`Could not resolve '${e}' from ${he(t)}`}}(t,i)):(this.options.onwarn(function(e,t){return{code:fe.UNRESOLVED_IMPORT,importer:he(t),message:`'${e}' is imported by ${he(t)}, but could not be resolved – treating it as an external dependency`,source:e,url:"https://rollupjs.org/guide/en/#warning-treating-module-as-external-dependency"}}(t,i)),{external:!0,id:t,meta:{},moduleSideEffects:this.hasModuleSideEffects(t,!0),syntheticNamedExports:!1}):(e.external&&e.syntheticNamedExports&&this.options.onwarn(function(e,t){return{code:fe.EXTERNAL_SYNTHETIC_EXPORTS,importer:he(t),message:`External '${e}' can not have 'syntheticNamedExports' enabled.`,source:e}}(t,i)),e)}async loadEntryModule(e,t,i,s){const n=await Co(e,i,this.options.preserveSymlinks,this.pluginDriver,this.resolveId,null,ie,!0);return null==n?pe(null===s?function(e){return{code:fe.UNRESOLVED_ENTRY,message:`Could not resolve entry module (${he(e)}).`}}(e):function(e,t){return{code:fe.MISSING_IMPLICIT_DEPENDANT,message:`Module "${he(e)}" that should be implicitly loaded before "${he(t)}" could not be resolved.`}}(e,s)):!1===n||"object"==typeof n&&n.external?pe(null===s?function(e){return{code:fe.UNRESOLVED_ENTRY,message:`Entry module cannot be external (${he(e)}).`}}(e):function(e,t){return{code:fe.MISSING_IMPLICIT_DEPENDANT,message:`Module "${he(e)}" that should be implicitly loaded before "${he(t)}" cannot be external.`}}(e,s)):this.fetchModule(this.getResolvedIdWithDefaults("object"==typeof n?n:{id:n}),void 0,t,!1)}async resolveDynamicImport(e,t,i){var s,n;const r=await this.pluginDriver.hookFirst("resolveDynamicImport",[t,i]);return"string"!=typeof t?"string"==typeof r?r:r?{external:!1,moduleSideEffects:!0,...r}:null:null==r?null!==(s=(n=e.resolvedIds)[t])&&void 0!==s?s:n[t]=this.handleResolveId(await this.resolveId(t,e.id,ie,!1),t,e.id):this.handleResolveId(this.getResolvedIdWithDefaults(this.getNormalizedResolvedIdWithoutDefaults(r,i,t)),t,i)}}function Mo(e,t){return w(e)?t?$(t,"..",e):$(e):e}function Oo(e,{fileName:t,name:i},s,n){var r;if(null!==t)e.chunkFileNames.add(t);else if(null!==i){let t=0;for(;(null===(r=e.chunkNames[t])||void 0===r?void 0:r.priority){for(const[t,i]of this.filesByReferenceId)if("asset"===i.type&&"string"!=typeof i.fileName)return pe((e=i.name||t,{code:fe.ASSET_SOURCE_MISSING,message:`Plugin error creating asset "${e}" - no asset source set.`}));var e},this.emitFile=e=>function(e){return Boolean(e&&("asset"===e.type||"chunk"===e.type))}(e)?function(e){const t=e.fileName||e.name;return!t||"string"==typeof t&&!le(t)}(e)?"chunk"===e.type?this.emitChunk(e):this.emitAsset(e):pe(Se(`The "fileName" or "name" properties of emitted files must be strings that are neither absolute nor relative paths, received "${e.fileName||e.name}".`)):pe(Se(`Emitted files must be of type "asset" or "chunk", received "${e&&e.type}".`)),this.getFileName=e=>{const t=this.filesByReferenceId.get(e);return t?"chunk"===t.type?function(e,t){var i,s;return e.fileName||e.module&&(null===(i=null==t?void 0:t.get(e.module))||void 0===i?void 0:i.id)||pe((s=e.fileName||e.name,{code:fe.CHUNK_NOT_GENERATED,message:`Plugin error - Unable to get file name for chunk "${s}". Ensure that generate is called first.`}))}(t,this.facadeChunkByModule):function(e,t){return"string"!=typeof e.fileName?pe((i=e.name||t,{code:fe.ASSET_NOT_FINALISED,message:`Plugin error - Unable to get file name for asset "${i}". Ensure that the source is set and that generate is called first.`})):e.fileName;var i}(t,e):pe((i=e,{code:fe.FILE_NOT_FOUND,message:`Plugin error - Unable to get file name for unknown file "${i}".`}));var i},this.setAssetSource=(e,t)=>{const i=this.filesByReferenceId.get(e);if(!i)return pe((s=e,{code:fe.ASSET_NOT_FOUND,message:`Plugin error - Unable to set the source for unknown asset "${s}".`}));var s,n;if("asset"!==i.type)return pe(Se(`Asset sources can only be set for emitted assets but "${e}" is an emitted chunk.`));if(void 0!==i.source)return pe((n=i.name||e,{code:fe.ASSET_SOURCE_ALREADY_SET,message:`Unable to set the source for asset "${n}", source already set.`}));const r=zo(t,i,e);this.bundle?this.finalizeAsset(i,r,e,this.bundle):i.source=r},this.setOutputBundle=(e,t,i)=>{this.outputOptions=t,this.bundle=e,this.facadeChunkByModule=i;for(const{fileName:t}of this.filesByReferenceId.values())t&&Fo(t,e,this.options.onwarn);for(const[t,i]of this.filesByReferenceId)"asset"===i.type&&void 0!==i.source&&this.finalizeAsset(i,i.source,t,e)},this.filesByReferenceId=i?new Map(i.filesByReferenceId):new Map}assignReferenceId(e,t){let i;do{i=dr().update(i||t).digest("hex").substring(0,8)}while(this.filesByReferenceId.has(i));return this.filesByReferenceId.set(i,e),i}emitAsset(e){const t=void 0!==e.source?zo(e.source,e,null):void 0,i={fileName:e.fileName,name:e.name,source:t,type:"asset"},s=this.assignReferenceId(i,e.fileName||e.name||e.type);return this.bundle&&(e.fileName&&Fo(e.fileName,this.bundle,this.options.onwarn),void 0!==t&&this.finalizeAsset(i,t,s,this.bundle)),s}emitChunk(e){if(this.graph.phase>zs.LOAD_AND_PARSE)return pe({code:fe.INVALID_ROLLUP_PHASE,message:"Cannot emit chunks after module loading has finished."});if("string"!=typeof e.id)return pe(Se(`Emitted chunks need to have a valid string id, received "${e.id}"`));const t={fileName:e.fileName,module:null,name:e.name||e.id,type:"chunk"};return this.graph.moduleLoader.emitChunk(e).then((e=>t.module=e)).catch((()=>{})),this.assignReferenceId(t,e.id)}finalizeAsset(e,t,i,s){const n=e.fileName||function(e,t){for(const[i,s]of Object.entries(e))if("asset"===s.type&&jo(t,s.source))return i;return null}(s,t)||function(e,t,i,s){const n=i.sanitizeFileName(e||"asset");return Ir(wr("function"==typeof i.assetFileNames?i.assetFileNames({name:e,source:t,type:"asset"}):i.assetFileNames,"output.assetFileNames",{ext:()=>N(n).substring(1),extname:()=>N(n),hash:()=>dr().update(n).update(":").update(t).digest("hex").substring(0,8),name:()=>n.substring(0,n.length-N(n).length)}),s)}(e.name,t,this.outputOptions,s),r={...e,fileName:n,source:t};this.filesByReferenceId.set(i,r);const{options:a}=this;s[n]={fileName:n,get isAsset(){return Ae('Accessing "isAsset" on files in the bundle is deprecated, please use "type === \'asset\'" instead',!0,a),!0},name:e.name,source:t,type:"asset"}}}function jo(e,t){if("string"==typeof e)return e===t;if("string"==typeof t)return!1;if("equals"in e)return e.equals(t);if(e.length!==t.length)return!1;for(let i=0;i(a||(a=!0,Ae({message:`The "this.${t}" plugin context function used by plugin ${s} is deprecated. The "this.${i}" plugin context function should be used instead.`,plugin:s},n,r)),e(...o))}function Ho(e,t,i,s,n,r){let a,o=!0;if("string"!=typeof e.cacheKey&&(e.name.startsWith("at position ")||e.name.startsWith("at output position ")||r.has(e.name)?o=!1:r.add(e.name)),t)if(o){const i=e.cacheKey||e.name;l=t[i]||(t[i]=Object.create(null)),a={delete:e=>delete l[e],get(e){const t=l[e];if(t)return t[0]=0,t[1]},has(e){const t=l[e];return!!t&&(t[0]=0,!0)},set(e,t){l[e]=[0,t]}}}else h=e.name,a={delete:()=>Lo(h),get:()=>Lo(h),has:()=>Lo(h),set:()=>Lo(h)};else a=$o;var h,l;return{addWatchFile(e){if(i.phase>=zs.GENERATE)return this.error({code:fe.INVALID_ROLLUP_PHASE,message:"Cannot call addWatchFile after the build has finished."});i.watchFiles[e]=!0},cache:a,emitAsset:Go(((e,t)=>n.emitFile({name:e,source:t,type:"asset"})),"emitAsset","emitFile",e.name,!0,s),emitChunk:Go(((e,t)=>n.emitFile({id:e,name:t&&t.name,type:"chunk"})),"emitChunk","emitFile",e.name,!0,s),emitFile:n.emitFile.bind(n),error:t=>No(t,e.name),getAssetFileName:Go(n.getFileName,"getAssetFileName","getFileName",e.name,!0,s),getChunkFileName:Go(n.getFileName,"getChunkFileName","getFileName",e.name,!0,s),getFileName:n.getFileName,getModuleIds:()=>i.modulesById.keys(),getModuleInfo:i.getModuleInfo,getWatchFiles:()=>Object.keys(i.watchFiles),isExternal:Go(((e,t,i=!1)=>s.external(e,t,i)),"isExternal","resolve",e.name,!0,s),load:e=>i.moduleLoader.preloadModule(e),meta:{rollupVersion:"2.79.1",watchMode:i.watchMode},get moduleIds(){const t=i.modulesById.keys();return function*(){Ae({message:`Accessing "this.moduleIds" on the plugin context by plugin ${e.name} is deprecated. The "this.getModuleIds" plugin context function should be used instead.`,plugin:e.name},!1,s),yield*t}()},parse:i.contextParse.bind(i),resolve:(t,s,{custom:n,isEntry:r,skipSelf:a}=te)=>i.moduleLoader.resolveId(t,s,n,r,a?[{importer:s,plugin:e,source:t}]:null),resolveId:Go(((e,t)=>i.moduleLoader.resolveId(e,t,te,void 0).then((e=>e&&e.id))),"resolveId","resolve",e.name,!0,s),setAssetSource:n.setAssetSource,warn(t){"string"==typeof t&&(t={message:t}),t.code&&(t.pluginCode=t.code),t.code="PLUGIN_WARNING",t.plugin=e.name,s.onwarn(t)}}}const Wo=Object.keys({buildEnd:1,buildStart:1,closeBundle:1,closeWatcher:1,load:1,moduleParsed:1,options:1,resolveDynamicImport:1,resolveId:1,shouldTransformCachedModule:1,transform:1,watchChange:1});class qo{constructor(e,t,i,s,n){this.graph=e,this.options=t,this.pluginCache=s,this.sortedPlugins=new Map,this.unfulfilledActions=new Set,function(e,t){for(const{active:i,deprecated:s,replacement:n}of To)for(const r of e)s in r&&Ae({message:`The "${s}" hook used by plugin ${r.name} is deprecated. The "${n}" hook should be used instead.`,plugin:r.name},i,t)}(i,t),this.fileEmitter=new Uo(e,t,n&&n.fileEmitter),this.emitFile=this.fileEmitter.emitFile.bind(this.fileEmitter),this.getFileName=this.fileEmitter.getFileName.bind(this.fileEmitter),this.finaliseAssets=this.fileEmitter.assertAssetsFinalized.bind(this.fileEmitter),this.setOutputBundle=this.fileEmitter.setOutputBundle.bind(this.fileEmitter),this.plugins=i.concat(n?n.plugins:[]);const r=new Set;if(this.pluginContexts=new Map(this.plugins.map((i=>[i,Ho(i,s,e,t,this.fileEmitter,r)]))),n)for(const e of i)for(const i of Wo)i in e&&t.onwarn((a=e.name,o=i,{code:fe.INPUT_HOOK_IN_OUTPUT_PLUGIN,message:`The "${o}" hook used by the output plugin ${a} 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 a,o}createOutputPluginDriver(e){return new qo(this.graph,this.options,e,this.pluginCache,this)}getUnfulfilledHookActions(){return this.unfulfilledActions}hookFirst(e,t,i,s){let n=Promise.resolve(null);for(const r of this.getSortedPlugins(e))s&&s.has(r)||(n=n.then((s=>null!=s?s:this.runHook(e,t,r,i))));return n}hookFirstSync(e,t,i){for(const s of this.getSortedPlugins(e)){const n=this.runHookSync(e,t,s,i);if(null!=n)return n}return null}async hookParallel(e,t,i){const s=[];for(const n of this.getSortedPlugins(e))n[e].sequential?(await Promise.all(s),s.length=0,await this.runHook(e,t,n,i)):s.push(this.runHook(e,t,n,i));await Promise.all(s)}hookReduceArg0(e,[t,...i],s,n){let r=Promise.resolve(t);for(const t of this.getSortedPlugins(e))r=r.then((r=>this.runHook(e,[r,...i],t,n).then((e=>s.call(this.pluginContexts.get(t),r,e,t)))));return r}hookReduceArg0Sync(e,[t,...i],s,n){for(const r of this.getSortedPlugins(e)){const a=[t,...i],o=this.runHookSync(e,a,r,n);t=s.call(this.pluginContexts.get(r),t,o,r)}return t}async hookReduceValue(e,t,i,s){const n=[],r=[];for(const t of this.getSortedPlugins(e,Yo))t[e].sequential?(n.push(...await Promise.all(r)),r.length=0,n.push(await this.runHook(e,i,t))):r.push(this.runHook(e,i,t));return n.push(...await Promise.all(r)),n.reduce(s,await t)}hookReduceValueSync(e,t,i,s,n){let r=t;for(const t of this.getSortedPlugins(e)){const a=this.runHookSync(e,i,t,n);r=s.call(this.pluginContexts.get(t),r,a,t)}return r}hookSeq(e,t,i){let s=Promise.resolve();for(const n of this.getSortedPlugins(e))s=s.then((()=>this.runHook(e,t,n,i)));return s.then(Qo)}getSortedPlugins(e,t){return L(this.sortedPlugins,e,(()=>Ko(e,this.plugins,t)))}runHook(e,t,i,s){const n=i[e],r="object"==typeof n?n.handler:n;let a=this.pluginContexts.get(i);s&&(a=s(a,i));let o=null;return Promise.resolve().then((()=>{if("function"!=typeof r)return r;const s=r.apply(a,t);return(null==s?void 0:s.then)?(o=[i.name,e,t],this.unfulfilledActions.add(o),Promise.resolve(s).then((e=>(this.unfulfilledActions.delete(o),e)))):s})).catch((t=>(null!==o&&this.unfulfilledActions.delete(o),No(t,i.name,{hook:e}))))}runHookSync(e,t,i,s){const n=i[e],r="object"==typeof n?n.handler:n;let a=this.pluginContexts.get(i);s&&(a=s(a,i));try{return r.apply(a,t)}catch(t){return No(t,i.name,{hook:e})}}}function Ko(e,t,i=Xo){const s=[],n=[],r=[];for(const a of t){const t=a[e];if(t){if("object"==typeof t){if(i(t.handler,e,a),"pre"===t.order){s.push(a);continue}if("post"===t.order){r.push(a);continue}}else i(t,e,a);n.push(a)}}return[...s,...n,...r]}function Xo(e,t,i){"function"!=typeof e&&pe(function(e,t){return{code:fe.INVALID_PLUGIN_HOOK,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,i.name))}function Yo(e,t,i){if("string"!=typeof e&&"function"!=typeof e)return pe(function(e,t){return{code:fe.INVALID_PLUGIN_HOOK,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,i.name))}function Qo(){}class Zo{constructor(e){this.maxParallel=e,this.queue=[],this.workerCount=0}run(e){return new Promise(((t,i)=>{this.queue.push({reject:i,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:i,task:s}=e;try{i(await s())}catch(e){t(e)}}this.workerCount--}}class Jo{constructor(e,t){var i,s;if(this.options=e,this.cachedModules=new Map,this.deoptimizationTracker=new U,this.entryModules=[],this.modulesById=new Map,this.needsTreeshakingPass=!1,this.phase=zs.LOAD_AND_PARSE,this.scope=new Bo,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(null===(i=e.cache)||void 0===i?void 0:i.modules)for(const t of e.cache.modules)this.cachedModules.set(t.id,t);this.pluginCache=(null===(s=e.cache)||void 0===s?void 0:s.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),i=()=>this.pluginDriver.hookParallel("closeWatcher",[]);t.onCurrentAwaited("change",e),t.onCurrentAwaited("close",i)}this.pluginDriver=new qo(this,e,e.plugins,this.pluginCache),this.acornParser=Pa.extend(...e.acornInjectPlugins),this.moduleLoader=new Ro(this,this.modulesById,this.options,this.pluginDriver),this.fileOperationQueue=new Zo(e.maxParallelFileOps)}async build(){Qs("generate module graph",2),await this.generateModuleGraph(),Zs("generate module graph",2),Qs("sort modules",2),this.phase=zs.ANALYSE,this.sortModules(),Zs("sort modules",2),Qs("mark included statements",2),this.includeStatements(),Zs("mark included statements",2),this.phase=zs.GENERATE}contextParse(e,t={}){const i=t.onComment,s=[];t.onComment=i&&"function"==typeof i?(e,n,r,a,...o)=>(s.push({end:a,start:r,type:e?"Block":"Line",value:n}),i.call(t,e,n,r,a,...o)):s;const n=this.acornParser.parse(e,{...this.options.acorn,...t});return"object"==typeof i&&i.push(...s),t.onComment=i,function(e,t,i){const s=[],n=[];for(const t of e)at.test(t.value)?s.push(t):et.test(t.value)&&n.push(t);for(const e of n)ot(t,e,!1);tt(t,{annotationIndex:0,annotations:s,code:i})}(s,n,e),n}getCache(){for(const e in this.pluginCache){const t=this.pluginCache[e];let i=!0;for(const[e,s]of Object.entries(t))s[0]>=this.options.experimentalCacheExpiry?delete t[e]:i=!1;i&&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 rn?this.modules.push(e):this.externalModules.push(e)}includeStatements(){for(const e of[...this.entryModules,...this.implicitEntryModules])tn(e);if(this.options.treeshake){let e=1;do{Qs(`treeshaking pass ${e}`,3),this.needsTreeshakingPass=!1;for(const e of this.modules)e.isExecuted&&("no-treeshake"===e.info.moduleSideEffects?e.includeAllInBundle():e.include());if(1===e)for(const e of[...this.entryModules,...this.implicitEntryModules])!1!==e.preserveSignature&&(e.includeAllExports(!1),this.needsTreeshakingPass=!0);Zs("treeshaking pass "+e++,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()||pe(ve(t))}sortModules(){const{orderedModules:e,cyclePaths:t}=function(e){let t=0;const i=[],s=new Set,n=new Set,r=new Map,a=[],o=e=>{if(e instanceof rn){for(const t of e.dependencies)r.has(t)?s.has(t)||i.push(Dr(t,e,r)):(r.set(t,e),o(t));for(const t of e.implicitlyLoadedBefore)n.add(t);for(const{resolution:t}of e.dynamicImports)t instanceof rn&&n.add(t);a.push(e)}e.execIndex=t++,s.add(e)};for(const t of e)r.has(t)||(r.set(t,null),o(t));for(const e of n)r.has(e)||(r.set(e,null),o(e));return{cyclePaths:i,orderedModules:a}}(this.entryModules);for(const e of t)this.options.onwarn({code:"CIRCULAR_DEPENDENCY",cycle:e,importer:e[0],message:`Circular dependency: ${e.join(" -> ")}`});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.warn({code:"NON_EXISTENT_EXPORT",message:`Non-existent export '${t.name}' is imported from ${he(t.module.id)}`,name:t.name,source:t.module.id},t.start)}}function eh(e){return Array.isArray(e)?e.filter(Boolean):e?[e]:[]}function th(e,t){return t()}const ih=e=>console.warn(e.message||e);function sh(e,t,i,s,n=/$./){const r=new Set(t),a=Object.keys(e).filter((e=>!(r.has(e)||n.test(e))));a.length>0&&s({code:"UNKNOWN_OPTION",message:`Unknown ${i}: ${a.join(", ")}. Allowed options: ${[...r].sort().join(", ")}`})}const nh={recommended:{annotations:!0,correctVarValueBeforeDeclaration:!1,moduleSideEffects:()=>!0,propertyReadSideEffects:!0,tryCatchDeoptimization:!0,unknownGlobalSideEffects:!1},safest:{annotations:!0,correctVarValueBeforeDeclaration:!0,moduleSideEffects:()=>!0,propertyReadSideEffects:!0,tryCatchDeoptimization:!0,unknownGlobalSideEffects:!0},smallest:{annotations:!0,correctVarValueBeforeDeclaration:!1,moduleSideEffects:()=>!1,propertyReadSideEffects:!1,tryCatchDeoptimization:!1,unknownGlobalSideEffects:!1}},rh={es2015:{arrowFunctions:!0,constBindings:!0,objectShorthand:!0,reservedNamesAsProps:!0,symbols:!0},es5:{arrowFunctions:!1,constBindings:!1,objectShorthand:!1,reservedNamesAsProps:!0,symbols:!1}},ah=(e,t,i,s)=>{const n=null==e?void 0:e.preset;if(n){const s=t[n];if(s)return{...s,...e};pe(ye(`${i}.preset`,oh(i),`valid values are ${ae(Object.keys(t))}`,n))}return((e,t,i)=>s=>{if("string"==typeof s){const n=e[s];if(n)return n;pe(ye(t,oh(t),`valid values are ${i}${ae(Object.keys(e))}. You can also supply an object for more fine-grained control`,s))}return(e=>e&&"object"==typeof e?e:{})(s)})(t,i,s)(e)},oh=e=>e.split(".").join("").toLowerCase(),hh=e=>({allowAwaitOutsideFunction:!0,ecmaVersion:"latest",preserveParens:!1,sourceType:"module",...e.acorn}),lh=e=>eh(e.acornInjectPlugins),ch=e=>{var t;return(null===(t=e.cache)||void 0===t?void 0:t.cache)||e.cache},uh=e=>{if(!0===e)return()=>!0;if("function"==typeof e)return(t,...i)=>!t.startsWith("\0")&&e(t,...i)||!1;if(e){const t=new Set,i=[];for(const s of eh(e))s instanceof RegExp?i.push(s):t.add(s);return(e,...s)=>t.has(e)||i.some((t=>t.test(e)))}return()=>!1},ph=(e,t,i)=>{const s=e.inlineDynamicImports;return s&&_e('The "inlineDynamicImports" option is deprecated. Use the "output.inlineDynamicImports" option instead.',!1,t,i),s},dh=e=>{const t=e.input;return null==t?[]:"string"==typeof t?[t]:t},fh=(e,t,i)=>{const s=e.manualChunks;return s&&_e('The "manualChunks" option is deprecated. Use the "output.manualChunks" option instead.',!1,t,i),s},mh=(e,t)=>{const i=e.moduleContext;if("function"==typeof i)return e=>{var s;return null!==(s=i(e))&&void 0!==s?s:t};if(i){const e=Object.create(null);for(const[t,s]of Object.entries(i))e[$(t)]=s;return i=>e[i]||t}return()=>t},gh=(e,t)=>{const i=e.preserveEntrySignatures;return null==i&&t.add("preserveEntrySignatures"),null!=i?i:"strict"},yh=(e,t,i)=>{const s=e.preserveModules;return s&&_e('The "preserveModules" option is deprecated. Use the "output.preserveModules" option instead.',!1,t,i),s},xh=(e,t,i)=>{const s=e.treeshake;if(!1===s)return!1;const n=ah(e.treeshake,nh,"treeshake","false, true, ");return void 0!==n.pureExternalModules&&_e('The "treeshake.pureExternalModules" option is deprecated. The "treeshake.moduleSideEffects" option should be used instead. "treeshake.pureExternalModules: true" is equivalent to "treeshake.moduleSideEffects: \'no-external\'"',!0,t,i),{annotations:!1!==n.annotations,correctVarValueBeforeDeclaration:!0===n.correctVarValueBeforeDeclaration,moduleSideEffects:"object"==typeof s&&s.pureExternalModules?vh(s.moduleSideEffects,s.pureExternalModules):vh(n.moduleSideEffects,void 0),propertyReadSideEffects:"always"===n.propertyReadSideEffects?"always":!1!==n.propertyReadSideEffects,tryCatchDeoptimization:!1!==n.tryCatchDeoptimization,unknownGlobalSideEffects:!1!==n.unknownGlobalSideEffects}},vh=(e,t)=>{if("boolean"==typeof e)return()=>e;if("no-external"===e)return(e,t)=>!t;if("function"==typeof e)return(t,i)=>!!t.startsWith("\0")||!1!==e(t,i);if(Array.isArray(e)){const t=new Set(e);return e=>t.has(e)}e&&pe(ye("treeshake.moduleSideEffects","treeshake",'please use one of false, "no-external", a function or an array'));const i=uh(t);return(e,t)=>!(t&&i(e))},Eh=/[\x00-\x1F\x7F<>*#"{}|^[\]`;?:&=+$,]/g,bh=/^[a-z]:/i;function Sh(e){const t=bh.exec(e),i=t?t[0]:"";return i+e.substr(i.length).replace(Eh,"_")}const kh=e=>{const{preserveModulesRoot:t}=e;if(null!=t)return $(t)},Ah=e=>{const t={autoId:!1,basePath:"",define:"define",forceJsExtensionForImports:!1,...e.amd};if((t.autoId||t.basePath)&&t.id)return pe(ye("output.amd.id","outputamd",'this option cannot be used together with "output.amd.autoId"/"output.amd.basePath"'));if(t.basePath&&!t.autoId)return pe(ye("output.amd.basePath","outputamd",'this option only works with "output.amd.autoId"'));let i;return i=t.autoId?{autoId:!0,basePath:t.basePath,define:t.define,forceJsExtensionForImports:t.forceJsExtensionForImports}:{autoId:!1,define:t.define,forceJsExtensionForImports:t.forceJsExtensionForImports,id:t.id},i},_h=(e,t)=>{const i=e[t];return"function"==typeof i?i:()=>i||""},wh=(e,t)=>{const{dir:i}=e;return"string"==typeof i&&"string"==typeof t?pe(ye("output.dir","outputdir",'you must set either "output.file" for a single-file build or "output.dir" when generating multiple chunks')):i},Ih=(e,t)=>{const i=e.dynamicImportFunction;return i&&Ae('The "output.dynamicImportFunction" option is deprecated. Use the "renderDynamicImport" plugin hook instead.',!1,t),i},Ph=(e,t)=>{const i=e.entryFileNames;return null==i&&t.add("entryFileNames"),null!=i?i:"[name].js"};function Ch(e,t){const i=e.exports;if(null==i)t.add("exports");else if(!["default","named","none","auto"].includes(i))return pe((s=i,{code:fe.INVALID_EXPORT_OPTION,message:`"output.exports" must be "default", "named", "none", "auto", or left unspecified (defaults to "auto"), received "${s}"`,url:"https://rollupjs.org/guide/en/#outputexports"}));var s;return i||"auto"}const Nh=(e,t)=>{if(t)return"";const i=e.indent;return!1===i?"":null==i||i},Th=new Set(["auto","esModule","default","defaultOnly",!0,!1]),$h=(e,t)=>{const i=e.interop,s=new Set,n=e=>{if(!s.has(e)){if(s.add(e),!Th.has(e))return pe(ye("output.interop","outputinterop",`use one of ${Array.from(Th,(e=>JSON.stringify(e))).join(", ")}`,e));"boolean"==typeof e&&Ae({message:`The boolean value "${e}" for the "output.interop" option is deprecated. Use ${e?'"auto"':'"esModule", "default" or "defaultOnly"'} instead.`,url:"https://rollupjs.org/guide/en/#outputinterop"},!1,t)}return e};if("function"==typeof i){const e=Object.create(null);let t=null;return s=>null===s?t||n(t=i(s)):s in e?e[s]:n(e[s]=i(s))}return void 0===i?()=>!0:()=>n(i)},Lh=(e,t,i,s)=>{const n=e.manualChunks||s.manualChunks;if(n){if(t)return pe(ye("output.manualChunks","outputmanualchunks",'this option is not supported for "output.inlineDynamicImports"'));if(i)return pe(ye("output.manualChunks","outputmanualchunks",'this option is not supported for "output.preserveModules"'))}return n||{}},Rh=(e,t,i)=>{var s;return null!==(s=e.minifyInternalExports)&&void 0!==s?s:i||"es"===t||"system"===t},Mh=(e,t,i)=>{const s=e.namespaceToStringTag;return null!=s?(Ae('The "output.namespaceToStringTag" option is deprecated. Use the "output.generatedCode.symbols" option instead.',!1,i),s):t.symbols||!1},Oh=e=>{const{sourcemapBaseUrl:t}=e;if(t)return function(e){try{new URL(e)}catch(e){return!1}return!0}(t)?t:pe(ye("output.sourcemapBaseUrl","outputsourcemapbaseurl",`must be a valid URL, received ${JSON.stringify(t)}`))};function Dh(e){return async function(e,t){const{options:i,unsetOptions:s}=await async function(e,t){if(!e)throw new Error("You must supply an options object to rollup");const i=Ko("options",eh(e.plugins)),{options:s,unsetOptions:n}=function(e){var t,i,s;const n=new Set,r=null!==(t=e.context)&&void 0!==t?t:"undefined",a=(e=>{const{onwarn:t}=e;return t?e=>{e.toString=()=>{let t="";return e.plugin&&(t+=`(${e.plugin} plugin) `),e.loc&&(t+=`${he(e.loc.file)} (${e.loc.line}:${e.loc.column}) `),t+=e.message,t},t(e,ih)}:ih})(e),o=e.strictDeprecations||!1,h=((e,t,i)=>{var s;const n=e.maxParallelFileReads;"number"==typeof n&&_e('The "maxParallelFileReads" option is deprecated. Use the "maxParallelFileOps" option instead.',!1,t,i);const r=null!==(s=e.maxParallelFileOps)&&void 0!==s?s:n;return"number"==typeof r?r<=0?1/0:r:20})(e,a,o),l={acorn:hh(e),acornInjectPlugins:lh(e),cache:ch(e),context:r,experimentalCacheExpiry:null!==(i=e.experimentalCacheExpiry)&&void 0!==i?i:10,external:uh(e.external),inlineDynamicImports:ph(e,a,o),input:dh(e),makeAbsoluteExternalsRelative:null===(s=e.makeAbsoluteExternalsRelative)||void 0===s||s,manualChunks:fh(e,a,o),maxParallelFileOps:h,maxParallelFileReads:h,moduleContext:mh(e,r),onwarn:a,perf:e.perf||!1,plugins:eh(e.plugins),preserveEntrySignatures:gh(e,n),preserveModules:yh(e,a,o),preserveSymlinks:e.preserveSymlinks||!1,shimMissingExports:e.shimMissingExports||!1,strictDeprecations:o,treeshake:xh(e,a,o)};return sh(e,[...Object.keys(l),"watch"],"input options",l.onwarn,/^(output)$/),{options:l,unsetOptions:n}}(await i.reduce((async(e,t)=>{const i="handler"in t.options?t.options.handler:t.options;return await i.call({meta:{rollupVersion:"2.79.1",watchMode:!1}},await e)||e}),Promise.resolve(e)));return Vh(s.plugins,"at position "),{options:s,unsetOptions:n}}(e);!function(e){e.perf?(Ws=new Map,Qs=Ks,Zs=Xs,e.plugins=e.plugins.map(en)):(Qs=Hs,Zs=Hs)}(i);const n=new Jo(i,null),r=!1!==e.cache;delete i.cache,delete e.cache,Qs("BUILD",1),await th(n.pluginDriver,(async()=>{try{await n.pluginDriver.hookParallel("buildStart",[i]),await n.build()}catch(e){const t=Object.keys(n.watchFiles);throw t.length>0&&(e.watchFiles=t),await n.pluginDriver.hookParallel("buildEnd",[e]),await n.pluginDriver.hookParallel("closeBundle",[]),e}await n.pluginDriver.hookParallel("buildEnd",[])})),Zs("BUILD",1);const a={cache:r?n.getCache():void 0,async close(){a.closed||(a.closed=!0,await n.pluginDriver.hookParallel("closeBundle",[]))},closed:!1,generate:async e=>a.closed?pe(ke()):Bh(!1,i,s,e,n),watchFiles:Object.keys(n.watchFiles),write:async e=>a.closed?pe(ke()):Bh(!0,i,s,e,n)};return i.perf&&(a.getTimings=Ys),a}(e)}function Vh(e,t){e.forEach(((e,i)=>{e.name||(e.name=`${t}${i+1}`)}))}function Bh(e,t,i,s,n){const{options:r,outputPluginDriver:a,unsetOptions:o}=function(e,t,i,s){if(!e)throw new Error("You must supply an options object");const n=eh(e.plugins);Vh(n,"at output position ");const r=t.createOutputPluginDriver(n);return{...Fh(i,s,e,r),outputPluginDriver:r}}(s,n.pluginDriver,t,i);return th(0,(async()=>{const i=new Fr(r,o,t,a,n),s=await i.generate(e);if(e){if(!r.dir&&!r.file)return pe({code:"MISSING_OPTION",message:'You must specify "output.file" or "output.dir" for the build.'});await Promise.all(Object.values(s).map((e=>n.fileOperationQueue.run((()=>async function(e,t){const i=$(t.dir||C(t.file),e.fileName);let s,n;if(await Po.mkdir(C(i),{recursive:!0}),"asset"===e.type)n=e.source;else if(n=e.code,t.sourcemap&&e.map){let r;if("inline"===t.sourcemap)r=e.map.toUrl();else{const{sourcemapBaseUrl:n}=t,a=`${P(e.fileName)}.map`;r=n?new URL(a,n).toString():a,s=Po.writeFile(`${i}.map`,e.map.toString())}"hidden"!==t.sourcemap&&(n+=`//# sourceMappingURL=${r}\n`)}return Promise.all([Po.writeFile(i,n),s])}(e,r)))))),await a.hookParallel("writeBundle",[r,s])}return h=s,{output:Object.values(h).filter((e=>Object.keys(e).length>0)).sort(((e,t)=>Uh(e)-Uh(t)))};var h}))}function Fh(e,t,i,s){return function(e,t,i){var s,n,r,a,o,h,l;const c=new Set(i),u=e.compact||!1,p=(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 pe({message:'You must specify "output.format", which can be one of "amd", "cjs", "system", "es", "iife" or "umd".',url:"https://rollupjs.org/guide/en/#outputformat"})}})(e),d=((e,t)=>{var i;const s=(null!==(i=e.inlineDynamicImports)&&void 0!==i?i:t.inlineDynamicImports)||!1,{input:n}=t;return s&&(Array.isArray(n)?n:Object.keys(n)).length>1?pe(ye("output.inlineDynamicImports","outputinlinedynamicimports",'multiple inputs are not supported when "output.inlineDynamicImports" is true')):s})(e,t),f=((e,t,i)=>{var s;const n=(null!==(s=e.preserveModules)&&void 0!==s?s:i.preserveModules)||!1;if(n){if(t)return pe(ye("output.inlineDynamicImports","outputinlinedynamicimports",'this option is not supported for "output.preserveModules"'));if(!1===i.preserveEntrySignatures)return pe(ye("preserveEntrySignatures","preserveentrysignatures",'setting this option to false is not supported for "output.preserveModules"'))}return n})(e,d,t),m=((e,t,i)=>{const{file:s}=e;if("string"==typeof s){if(t)return pe(ye("output.file","outputdir",'you must set "output.dir" instead of "output.file" when using the "output.preserveModules" option'));if(!Array.isArray(i.input))return pe(ye("output.file","outputdir",'you must set "output.dir" instead of "output.file" when providing named inputs'))}return s})(e,f,t),g=((e,t)=>{const i=e.preferConst;return null!=i&&Ae('The "output.preferConst" option is deprecated. Use the "output.generatedCode.constBindings" option instead.',!1,t),!!i})(e,t),y=((e,t)=>{const i=ah(e.generatedCode,rh,"output.generatedCode","");return{arrowFunctions:!0===i.arrowFunctions,constBindings:!0===i.constBindings||t,objectShorthand:!0===i.objectShorthand,reservedNamesAsProps:!0===i.reservedNamesAsProps,symbols:!0===i.symbols}})(e,g),x={amd:Ah(e),assetFileNames:null!==(s=e.assetFileNames)&&void 0!==s?s:"assets/[name]-[hash][extname]",banner:_h(e,"banner"),chunkFileNames:null!==(n=e.chunkFileNames)&&void 0!==n?n:"[name]-[hash].js",compact:u,dir:wh(e,m),dynamicImportFunction:Ih(e,t),entryFileNames:Ph(e,c),esModule:null===(r=e.esModule)||void 0===r||r,exports:Ch(e,c),extend:e.extend||!1,externalLiveBindings:null===(a=e.externalLiveBindings)||void 0===a||a,file:m,footer:_h(e,"footer"),format:p,freeze:null===(o=e.freeze)||void 0===o||o,generatedCode:y,globals:e.globals||{},hoistTransitiveImports:null===(h=e.hoistTransitiveImports)||void 0===h||h,indent:Nh(e,u),inlineDynamicImports:d,interop:$h(e,t),intro:_h(e,"intro"),manualChunks:Lh(e,d,f,t),minifyInternalExports:Rh(e,p,u),name:e.name,namespaceToStringTag:Mh(e,y,t),noConflict:e.noConflict||!1,outro:_h(e,"outro"),paths:e.paths||{},plugins:eh(e.plugins),preferConst:g,preserveModules:f,preserveModulesRoot:kh(e),sanitizeFileName:"function"==typeof e.sanitizeFileName?e.sanitizeFileName:!1===e.sanitizeFileName?e=>e:Sh,sourcemap:e.sourcemap||!1,sourcemapBaseUrl:Oh(e),sourcemapExcludeSources:e.sourcemapExcludeSources||!1,sourcemapFile:e.sourcemapFile,sourcemapPathTransform:e.sourcemapPathTransform,strict:null===(l=e.strict)||void 0===l||l,systemNullSetters:e.systemNullSetters||!1,validate:e.validate||!1};return sh(e,Object.keys(x),"output options",t.onwarn),{options:x,unsetOptions:c}}(s.hookReduceArg0Sync("outputOptions",[i.output||i],((e,t)=>t||e),(e=>{const t=()=>e.error({code:fe.CANNOT_EMIT_FROM_OPTIONS_HOOK,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 zh;function Uh(e){return"asset"===e.type?zh.ASSET:e.isEntry?zh.ENTRY_CHUNK:zh.SECONDARY_CHUNK}!function(e){e[e.ENTRY_CHUNK=0]="ENTRY_CHUNK",e[e.SECONDARY_CHUNK=1]="SECONDARY_CHUNK",e[e.ASSET=2]="ASSET"}(zh||(zh={}));var jh={3:"abstract boolean byte char class double enum export extends final float goto implements import int interface long native package private protected public short static super synchronized throws transient volatile",5:"class enum extends super const export import",6:"enum",strict:"implements interface let package private protected public static yield",strictBind:"eval arguments"},Gh="break case catch continue debugger default do else finally for function if return switch throw try var while with null true false instanceof typeof void delete new in this",Hh={5:Gh,6:Gh+" const class extends export import super"},Wh=/^in(stanceof)?$/,qh="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࢠ-ࢴࢶ-ࢽऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೞೠೡೱೲഅ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄງຈຊຍດ-ທນ-ຟມ-ຣລວສຫອ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜌᜎ-ᜑᜠ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭋᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳱᳵᳶᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-Ⱞⰰ-ⱞⱠ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆺㇰ-ㇿ㐀-䶵一-鿯ꀀ-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꞹꟷ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭥꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",Kh="‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࣓-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍ୖୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ංඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ູົຼ່-ໍ໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜔ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠐-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭ᳲ-᳴᳷-᳹᷀-᷹᷻-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_",Xh=new RegExp("["+qh+"]"),Yh=new RegExp("["+qh+Kh+"]");qh=Kh=null;var Qh=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,157,310,10,21,11,7,153,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,477,28,11,0,9,21,190,52,76,44,33,24,27,35,30,0,12,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,85,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,54,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,86,26,230,43,117,63,32,0,257,0,11,39,8,0,22,0,12,39,3,3,20,0,35,56,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,270,921,103,110,18,195,2749,1070,4050,582,8634,568,8,30,114,29,19,47,17,3,32,20,6,18,689,63,129,68,12,0,67,12,65,1,31,6129,15,754,9486,286,82,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,4149,196,60,67,1213,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42710,42,4148,12,221,3,5761,15,7472,3104,541],Zh=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,525,10,176,2,54,14,32,9,16,3,46,10,54,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,4,9,83,11,7,0,161,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,280,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,19306,9,135,4,60,6,26,9,1016,45,17,3,19723,1,5319,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,2214,6,110,6,6,9,792487,239];function Jh(e,t){for(var i=65536,s=0;se)return!1;if((i+=t[s+1])>=e)return!0}}function el(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Xh.test(String.fromCharCode(e)):!1!==t&&Jh(e,Qh)))}function tl(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&Yh.test(String.fromCharCode(e)):!1!==t&&(Jh(e,Qh)||Jh(e,Zh)))))}var il=function(e,t){void 0===t&&(t={}),this.label=e,this.keyword=t.keyword,this.beforeExpr=!!t.beforeExpr,this.startsExpr=!!t.startsExpr,this.isLoop=!!t.isLoop,this.isAssign=!!t.isAssign,this.prefix=!!t.prefix,this.postfix=!!t.postfix,this.binop=t.binop||null,this.updateContext=null};function sl(e,t){return new il(e,{beforeExpr:!0,binop:t})}var nl={beforeExpr:!0},rl={startsExpr:!0},al={};function ol(e,t){return void 0===t&&(t={}),t.keyword=e,al[e]=new il(e,t)}var hl={num:new il("num",rl),regexp:new il("regexp",rl),string:new il("string",rl),name:new il("name",rl),eof:new il("eof"),bracketL:new il("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new il("]"),braceL:new il("{",{beforeExpr:!0,startsExpr:!0}),braceR:new il("}"),parenL:new il("(",{beforeExpr:!0,startsExpr:!0}),parenR:new il(")"),comma:new il(",",nl),semi:new il(";",nl),colon:new il(":",nl),dot:new il("."),question:new il("?",nl),arrow:new il("=>",nl),template:new il("template"),invalidTemplate:new il("invalidTemplate"),ellipsis:new il("...",nl),backQuote:new il("`",rl),dollarBraceL:new il("${",{beforeExpr:!0,startsExpr:!0}),eq:new il("=",{beforeExpr:!0,isAssign:!0}),assign:new il("_=",{beforeExpr:!0,isAssign:!0}),incDec:new il("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new il("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:sl("||",1),logicalAND:sl("&&",2),bitwiseOR:sl("|",3),bitwiseXOR:sl("^",4),bitwiseAND:sl("&",5),equality:sl("==/!=/===/!==",6),relational:sl("/<=/>=",7),bitShift:sl("<>/>>>",8),plusMin:new il("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:sl("%",10),star:sl("*",10),slash:sl("/",10),starstar:new il("**",{beforeExpr:!0}),_break:ol("break"),_case:ol("case",nl),_catch:ol("catch"),_continue:ol("continue"),_debugger:ol("debugger"),_default:ol("default",nl),_do:ol("do",{isLoop:!0,beforeExpr:!0}),_else:ol("else",nl),_finally:ol("finally"),_for:ol("for",{isLoop:!0}),_function:ol("function",rl),_if:ol("if"),_return:ol("return",nl),_switch:ol("switch"),_throw:ol("throw",nl),_try:ol("try"),_var:ol("var"),_const:ol("const"),_while:ol("while",{isLoop:!0}),_with:ol("with"),_new:ol("new",{beforeExpr:!0,startsExpr:!0}),_this:ol("this",rl),_super:ol("super",rl),_class:ol("class",rl),_extends:ol("extends",nl),_export:ol("export"),_import:ol("import"),_null:ol("null",rl),_true:ol("true",rl),_false:ol("false",rl),_in:ol("in",{beforeExpr:!0,binop:7}),_instanceof:ol("instanceof",{beforeExpr:!0,binop:7}),_typeof:ol("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:ol("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:ol("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},ll=/\r\n?|\n|\u2028|\u2029/,cl=new RegExp(ll.source,"g");function ul(e,t){return 10===e||13===e||!t&&(8232===e||8233===e)}var pl=/[\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff]/,dl=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,fl=Object.prototype,ml=fl.hasOwnProperty,gl=fl.toString;function yl(e,t){return ml.call(e,t)}var xl=Array.isArray||function(e){return"[object Array]"===gl.call(e)},vl=function(e,t){this.line=e,this.column=t};vl.prototype.offset=function(e){return new vl(this.line,this.column+e)};var El=function(e,t,i){this.start=t,this.end=i,null!==e.sourceFile&&(this.source=e.sourceFile)};var bl={ecmaVersion:7,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:!1,allowHashBang:!1,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1,plugins:{}};function Sl(e){var t={};for(var i in bl)t[i]=e&&yl(e,i)?e[i]:bl[i];if(t.ecmaVersion>=2015&&(t.ecmaVersion-=2009),null==t.allowReserved&&(t.allowReserved=t.ecmaVersion<5),xl(t.onToken)){var s=t.onToken;t.onToken=function(e){return s.push(e)}}return xl(t.onComment)&&(t.onComment=function(e,t){return function(i,s,n,r,a,o){var h={type:i?"Block":"Line",value:s,start:n,end:r};e.locations&&(h.loc=new El(this,a,o)),e.ranges&&(h.range=[n,r]),t.push(h)}}(t,t.onComment)),t}var kl={};function Al(e){return new RegExp("^(?:"+e.replace(/ /g,"|")+")$")}var _l=function(e,t,i){this.options=e=Sl(e),this.sourceFile=e.sourceFile,this.keywords=Al(Hh[e.ecmaVersion>=6?6:5]);var s="";if(!e.allowReserved){for(var n=e.ecmaVersion;!(s=jh[n]);n--);"module"===e.sourceType&&(s+=" await")}this.reservedWords=Al(s);var r=(s?s+" ":"")+jh.strict;this.reservedWordsStrict=Al(r),this.reservedWordsStrictBind=Al(r+" "+jh.strictBind),this.input=String(t),this.containsEsc=!1,this.loadPlugins(e.plugins),i?(this.pos=i,this.lineStart=this.input.lastIndexOf("\n",i-1)+1,this.curLine=this.input.slice(0,this.lineStart).split(ll).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=hl.eof,this.value=null,this.start=this.end=this.pos,this.startLoc=this.endLoc=this.curPosition(),this.lastTokEndLoc=this.lastTokStartLoc=null,this.lastTokStart=this.lastTokEnd=this.pos,this.context=this.initialContext(),this.exprAllowed=!0,this.inModule="module"===e.sourceType,this.strict=this.inModule||this.strictDirective(this.pos),this.potentialArrowAt=-1,this.inFunction=this.inGenerator=this.inAsync=!1,this.yieldPos=this.awaitPos=0,this.labels=[],0===this.pos&&e.allowHashBang&&"#!"===this.input.slice(0,2)&&this.skipLineComment(2),this.scopeStack=[],this.enterFunctionScope(),this.regexpState=null};_l.prototype.isKeyword=function(e){return this.keywords.test(e)},_l.prototype.isReservedWord=function(e){return this.reservedWords.test(e)},_l.prototype.extend=function(e,t){this[e]=t(this[e])},_l.prototype.loadPlugins=function(e){for(var t in e){var i=kl[t];if(!i)throw new Error("Plugin '"+t+"' not found");i(this,e[t])}},_l.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)};var wl=_l.prototype,Il=/^(?:'((?:\\.|[^'])*?)'|"((?:\\.|[^"])*?)"|;)/;function Pl(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1}wl.strictDirective=function(e){for(;;){dl.lastIndex=e,e+=dl.exec(this.input)[0].length;var t=Il.exec(this.input.slice(e));if(!t)return!1;if("use strict"===(t[1]||t[2]))return!0;e+=t[0].length}},wl.eat=function(e){return this.type===e&&(this.next(),!0)},wl.isContextual=function(e){return this.type===hl.name&&this.value===e&&!this.containsEsc},wl.eatContextual=function(e){return!!this.isContextual(e)&&(this.next(),!0)},wl.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},wl.canInsertSemicolon=function(){return this.type===hl.eof||this.type===hl.braceR||ll.test(this.input.slice(this.lastTokEnd,this.start))},wl.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},wl.semicolon=function(){this.eat(hl.semi)||this.insertSemicolon()||this.unexpected()},wl.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},wl.expect=function(e){this.eat(e)||this.unexpected()},wl.unexpected=function(e){this.raise(null!=e?e:this.start,"Unexpected token")},wl.checkPatternErrors=function(e,t){if(e){e.trailingComma>-1&&this.raiseRecoverable(e.trailingComma,"Comma is not permitted after the rest element");var i=t?e.parenthesizedAssign:e.parenthesizedBind;i>-1&&this.raiseRecoverable(i,"Parenthesized pattern")}},wl.checkExpressionErrors=function(e,t){if(!e)return!1;var i=e.shorthandAssign,s=e.doubleProto;if(!t)return i>=0||s>=0;i>=0&&this.raise(i,"Shorthand property assignments are valid only in destructuring patterns"),s>=0&&this.raiseRecoverable(s,"Redefinition of __proto__ property")},wl.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos=6&&(e.sourceType=this.options.sourceType),this.finishNode(e,"Program")};var Nl={kind:"loop"},Tl={kind:"switch"};Cl.isLet=function(){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;dl.lastIndex=this.pos;var e=dl.exec(this.input),t=this.pos+e[0].length,i=this.input.charCodeAt(t);if(91===i||123===i)return!0;if(el(i,!0)){for(var s=t+1;tl(this.input.charCodeAt(s),!0);)++s;var n=this.input.slice(t,s);if(!Wh.test(n))return!0}return!1},Cl.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;dl.lastIndex=this.pos;var e=dl.exec(this.input),t=this.pos+e[0].length;return!(ll.test(this.input.slice(this.pos,t))||"function"!==this.input.slice(t,t+8)||t+8!==this.input.length&&tl(this.input.charAt(t+8)))},Cl.parseStatement=function(e,t,i){var s,n=this.type,r=this.startNode();switch(this.isLet()&&(n=hl._var,s="let"),n){case hl._break:case hl._continue:return this.parseBreakContinueStatement(r,n.keyword);case hl._debugger:return this.parseDebuggerStatement(r);case hl._do:return this.parseDoStatement(r);case hl._for:return this.parseForStatement(r);case hl._function:return!e&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(r,!1);case hl._class:return e||this.unexpected(),this.parseClass(r,!0);case hl._if:return this.parseIfStatement(r);case hl._return:return this.parseReturnStatement(r);case hl._switch:return this.parseSwitchStatement(r);case hl._throw:return this.parseThrowStatement(r);case hl._try:return this.parseTryStatement(r);case hl._const:case hl._var:return s=s||this.value,e||"var"===s||this.unexpected(),this.parseVarStatement(r,s);case hl._while:return this.parseWhileStatement(r);case hl._with:return this.parseWithStatement(r);case hl.braceL:return this.parseBlock();case hl.semi:return this.parseEmptyStatement(r);case hl._export:case hl._import:return this.options.allowImportExportEverywhere||(t||this.raise(this.start,"'import' and 'export' may only appear at the top level"),this.inModule||this.raise(this.start,"'import' and 'export' may appear only with 'sourceType: module'")),n===hl._import?this.parseImport(r):this.parseExport(r,i);default:if(this.isAsyncFunction())return e||this.unexpected(),this.next(),this.parseFunctionStatement(r,!0);var a=this.value,o=this.parseExpression();return n===hl.name&&"Identifier"===o.type&&this.eat(hl.colon)?this.parseLabeledStatement(r,a,o):this.parseExpressionStatement(r,o)}},Cl.parseBreakContinueStatement=function(e,t){var i="break"===t;this.next(),this.eat(hl.semi)||this.insertSemicolon()?e.label=null:this.type!==hl.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var s=0;s=6?this.eat(hl.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},Cl.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&(this.inAsync||!this.inFunction&&this.options.allowAwaitOutsideFunction)&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(Nl),this.enterLexicalScope(),this.expect(hl.parenL),this.type===hl.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var i=this.isLet();if(this.type===hl._var||this.type===hl._const||i){var s=this.startNode(),n=i?"let":this.value;return this.next(),this.parseVar(s,!0,n),this.finishNode(s,"VariableDeclaration"),!(this.type===hl._in||this.options.ecmaVersion>=6&&this.isContextual("of"))||1!==s.declarations.length||"var"!==n&&s.declarations[0].init?(t>-1&&this.unexpected(t),this.parseFor(e,s)):(this.options.ecmaVersion>=9&&(this.type===hl._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,s))}var r=new Pl,a=this.parseExpression(!0,r);return this.type===hl._in||this.options.ecmaVersion>=6&&this.isContextual("of")?(this.options.ecmaVersion>=9&&(this.type===hl._in?t>-1&&this.unexpected(t):e.await=t>-1),this.toAssignable(a,!1,r),this.checkLVal(a),this.parseForIn(e,a)):(this.checkExpressionErrors(r,!0),t>-1&&this.unexpected(t),this.parseFor(e,a))},Cl.parseFunctionStatement=function(e,t){return this.next(),this.parseFunction(e,!0,!1,t)},Cl.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement(!this.strict&&this.type===hl._function),e.alternate=this.eat(hl._else)?this.parseStatement(!this.strict&&this.type===hl._function):null,this.finishNode(e,"IfStatement")},Cl.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(hl.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},Cl.parseSwitchStatement=function(e){var t,i=this;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(hl.braceL),this.labels.push(Tl),this.enterLexicalScope();for(var s=!1;this.type!==hl.braceR;)if(i.type===hl._case||i.type===hl._default){var n=i.type===hl._case;t&&i.finishNode(t,"SwitchCase"),e.cases.push(t=i.startNode()),t.consequent=[],i.next(),n?t.test=i.parseExpression():(s&&i.raiseRecoverable(i.lastTokStart,"Multiple default clauses"),s=!0,t.test=null),i.expect(hl.colon)}else t||i.unexpected(),t.consequent.push(i.parseStatement(!0));return this.exitLexicalScope(),t&&this.finishNode(t,"SwitchCase"),this.next(),this.labels.pop(),this.finishNode(e,"SwitchStatement")},Cl.parseThrowStatement=function(e){return this.next(),ll.test(this.input.slice(this.lastTokEnd,this.start))&&this.raise(this.lastTokEnd,"Illegal newline after throw"),e.argument=this.parseExpression(),this.semicolon(),this.finishNode(e,"ThrowStatement")};var $l=[];Cl.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===hl._catch){var t=this.startNode();this.next(),this.eat(hl.parenL)?(t.param=this.parseBindingAtom(),this.enterLexicalScope(),this.checkLVal(t.param,"let"),this.expect(hl.parenR)):(this.options.ecmaVersion<10&&this.unexpected(),t.param=null,this.enterLexicalScope()),t.body=this.parseBlock(!1),this.exitLexicalScope(),e.handler=this.finishNode(t,"CatchClause")}return e.finalizer=this.eat(hl._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},Cl.parseVarStatement=function(e,t){return this.next(),this.parseVar(e,!1,t),this.semicolon(),this.finishNode(e,"VariableDeclaration")},Cl.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(Nl),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,"WhileStatement")},Cl.parseWithStatement=function(e){return this.strict&&this.raise(this.start,"'with' in strict mode"),this.next(),e.object=this.parseParenExpression(),e.body=this.parseStatement(!1),this.finishNode(e,"WithStatement")},Cl.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},Cl.parseLabeledStatement=function(e,t,i){for(var s=this,n=0,r=s.labels;n=0;o--){var h=s.labels[o];if(h.statementStart!==e.start)break;h.statementStart=s.start,h.kind=a}return this.labels.push({name:t,kind:a,statementStart:this.start}),e.body=this.parseStatement(!0),("ClassDeclaration"===e.body.type||"VariableDeclaration"===e.body.type&&"var"!==e.body.kind||"FunctionDeclaration"===e.body.type&&(this.strict||e.body.generator||e.body.async))&&this.raiseRecoverable(e.body.start,"Invalid labeled declaration"),this.labels.pop(),e.label=i,this.finishNode(e,"LabeledStatement")},Cl.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")},Cl.parseBlock=function(e){void 0===e&&(e=!0);var t=this.startNode();for(t.body=[],this.expect(hl.braceL),e&&this.enterLexicalScope();!this.eat(hl.braceR);){var i=this.parseStatement(!0);t.body.push(i)}return e&&this.exitLexicalScope(),this.finishNode(t,"BlockStatement")},Cl.parseFor=function(e,t){return e.init=t,this.expect(hl.semi),e.test=this.type===hl.semi?null:this.parseExpression(),this.expect(hl.semi),e.update=this.type===hl.parenR?null:this.parseExpression(),this.expect(hl.parenR),this.exitLexicalScope(),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,"ForStatement")},Cl.parseForIn=function(e,t){var i=this.type===hl._in?"ForInStatement":"ForOfStatement";return this.next(),"ForInStatement"===i&&("AssignmentPattern"===t.type||"VariableDeclaration"===t.type&&null!=t.declarations[0].init&&(this.strict||"Identifier"!==t.declarations[0].id.type))&&this.raise(t.start,"Invalid assignment in for-in loop head"),e.left=t,e.right="ForInStatement"===i?this.parseExpression():this.parseMaybeAssign(),this.expect(hl.parenR),this.exitLexicalScope(),e.body=this.parseStatement(!1),this.labels.pop(),this.finishNode(e,i)},Cl.parseVar=function(e,t,i){var s=this;for(e.declarations=[],e.kind=i;;){var n=s.startNode();if(s.parseVarId(n,i),s.eat(hl.eq)?n.init=s.parseMaybeAssign(t):"const"!==i||s.type===hl._in||s.options.ecmaVersion>=6&&s.isContextual("of")?"Identifier"===n.id.type||t&&(s.type===hl._in||s.isContextual("of"))?n.init=null:s.raise(s.lastTokEnd,"Complex binding patterns require an initialization value"):s.unexpected(),e.declarations.push(s.finishNode(n,"VariableDeclarator")),!s.eat(hl.comma))break}return e},Cl.parseVarId=function(e,t){e.id=this.parseBindingAtom(t),this.checkLVal(e.id,t,!1)},Cl.parseFunction=function(e,t,i,s){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!s)&&(e.generator=this.eat(hl.star)),this.options.ecmaVersion>=8&&(e.async=!!s),t&&(e.id="nullableID"===t&&this.type!==hl.name?null:this.parseIdent(),e.id&&this.checkLVal(e.id,this.inModule&&!this.inFunction?"let":"var"));var n=this.inGenerator,r=this.inAsync,a=this.yieldPos,o=this.awaitPos,h=this.inFunction;return this.inGenerator=e.generator,this.inAsync=e.async,this.yieldPos=0,this.awaitPos=0,this.inFunction=!0,this.enterFunctionScope(),t||(e.id=this.type===hl.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,i),this.inGenerator=n,this.inAsync=r,this.yieldPos=a,this.awaitPos=o,this.inFunction=h,this.finishNode(e,t?"FunctionDeclaration":"FunctionExpression")},Cl.parseFunctionParams=function(e){this.expect(hl.parenL),e.params=this.parseBindingList(hl.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},Cl.parseClass=function(e,t){this.next(),this.parseClassId(e,t),this.parseClassSuper(e);var i=this.startNode(),s=!1;for(i.body=[],this.expect(hl.braceL);!this.eat(hl.braceR);){var n=this.parseClassMember(i);n&&"MethodDefinition"===n.type&&"constructor"===n.kind&&(s&&this.raise(n.start,"Duplicate constructor in the same class"),s=!0)}return e.body=this.finishNode(i,"ClassBody"),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")},Cl.parseClassMember=function(e){var t=this;if(this.eat(hl.semi))return null;var i=this.startNode(),s=function(e,s){void 0===s&&(s=!1);var n=t.start,r=t.startLoc;return!!t.eatContextual(e)&&(!(t.type===hl.parenL||s&&t.canInsertSemicolon())||(i.key&&t.unexpected(),i.computed=!1,i.key=t.startNodeAt(n,r),i.key.name=e,t.finishNode(i.key,"Identifier"),!1))};i.kind="method",i.static=s("static");var n=this.eat(hl.star),r=!1;n||(this.options.ecmaVersion>=8&&s("async",!0)?(r=!0,n=this.options.ecmaVersion>=9&&this.eat(hl.star)):s("get")?i.kind="get":s("set")&&(i.kind="set")),i.key||this.parsePropertyName(i);var a=i.key;return i.computed||i.static||!("Identifier"===a.type&&"constructor"===a.name||"Literal"===a.type&&"constructor"===a.value)?i.static&&"Identifier"===a.type&&"prototype"===a.name&&this.raise(a.start,"Classes may not have a static property named prototype"):("method"!==i.kind&&this.raise(a.start,"Constructor can't have get/set modifier"),n&&this.raise(a.start,"Constructor can't be a generator"),r&&this.raise(a.start,"Constructor can't be an async method"),i.kind="constructor"),this.parseClassMethod(e,i,n,r),"get"===i.kind&&0!==i.value.params.length&&this.raiseRecoverable(i.value.start,"getter should have no params"),"set"===i.kind&&1!==i.value.params.length&&this.raiseRecoverable(i.value.start,"setter should have exactly one param"),"set"===i.kind&&"RestElement"===i.value.params[0].type&&this.raiseRecoverable(i.value.params[0].start,"Setter cannot use rest params"),i},Cl.parseClassMethod=function(e,t,i,s){t.value=this.parseMethod(i,s),e.body.push(this.finishNode(t,"MethodDefinition"))},Cl.parseClassId=function(e,t){e.id=this.type===hl.name?this.parseIdent():!0===t?this.unexpected():null},Cl.parseClassSuper=function(e){e.superClass=this.eat(hl._extends)?this.parseExprSubscripts():null},Cl.parseExport=function(e,t){if(this.next(),this.eat(hl.star))return this.expectContextual("from"),this.type!==hl.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration");if(this.eat(hl._default)){var i;if(this.checkExport(t,"default",this.lastTokStart),this.type===hl._function||(i=this.isAsyncFunction())){var s=this.startNode();this.next(),i&&this.next(),e.declaration=this.parseFunction(s,"nullableID",!1,i)}else if(this.type===hl._class){var n=this.startNode();e.declaration=this.parseClass(n,"nullableID")}else e.declaration=this.parseMaybeAssign(),this.semicolon();return this.finishNode(e,"ExportDefaultDeclaration")}if(this.shouldParseExportStatement())e.declaration=this.parseStatement(!0),"VariableDeclaration"===e.declaration.type?this.checkVariableExport(t,e.declaration.declarations):this.checkExport(t,e.declaration.id.name,e.declaration.id.start),e.specifiers=[],e.source=null;else{if(e.declaration=null,e.specifiers=this.parseExportSpecifiers(t),this.eatContextual("from"))this.type!==hl.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var r=0,a=e.specifiers;r=6&&e)switch(e.type){case"Identifier":this.inAsync&&"await"===e.name&&this.raise(e.start,"Can not use 'await' as identifier inside an async function");break;case"ObjectPattern":case"ArrayPattern":case"RestElement":break;case"ObjectExpression":e.type="ObjectPattern",i&&this.checkPatternErrors(i,!0);for(var s=0,n=e.properties;s=9&&"SpreadElement"===e.type||this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var s,n=e.key;switch(n.type){case"Identifier":s=n.name;break;case"Literal":s=String(n.value);break;default:return}var r=e.kind;if(this.options.ecmaVersion>=6)"__proto__"===s&&"init"===r&&(t.proto&&(i&&i.doubleProto<0?i.doubleProto=n.start:this.raiseRecoverable(n.start,"Redefinition of __proto__ property")),t.proto=!0);else{var a=t[s="$"+s];if(a)("init"===r?this.strict&&a.init||a.get||a.set:a.init||a[r])&&this.raiseRecoverable(n.start,"Redefinition of property");else a=t[s]={init:!1,get:!1,set:!1};a[r]=!0}}},Rl.parseExpression=function(e,t){var i=this.start,s=this.startLoc,n=this.parseMaybeAssign(e,t);if(this.type===hl.comma){var r=this.startNodeAt(i,s);for(r.expressions=[n];this.eat(hl.comma);)r.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(r,"SequenceExpression")}return n},Rl.parseMaybeAssign=function(e,t,i){if(this.inGenerator&&this.isContextual("yield"))return this.parseYield();var s=!1,n=-1,r=-1;t?(n=t.parenthesizedAssign,r=t.trailingComma,t.parenthesizedAssign=t.trailingComma=-1):(t=new Pl,s=!0);var a=this.start,o=this.startLoc;this.type!==hl.parenL&&this.type!==hl.name||(this.potentialArrowAt=this.start);var h=this.parseMaybeConditional(e,t);if(i&&(h=i.call(this,h,a,o)),this.type.isAssign){var l=this.startNodeAt(a,o);return l.operator=this.value,l.left=this.type===hl.eq?this.toAssignable(h,!1,t):h,s||Pl.call(t),t.shorthandAssign=-1,this.checkLVal(h),this.next(),l.right=this.parseMaybeAssign(e),this.finishNode(l,"AssignmentExpression")}return s&&this.checkExpressionErrors(t,!0),n>-1&&(t.parenthesizedAssign=n),r>-1&&(t.trailingComma=r),h},Rl.parseMaybeConditional=function(e,t){var i=this.start,s=this.startLoc,n=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return n;if(this.eat(hl.question)){var r=this.startNodeAt(i,s);return r.test=n,r.consequent=this.parseMaybeAssign(),this.expect(hl.colon),r.alternate=this.parseMaybeAssign(e),this.finishNode(r,"ConditionalExpression")}return n},Rl.parseExprOps=function(e,t){var i=this.start,s=this.startLoc,n=this.parseMaybeUnary(t,!1);return this.checkExpressionErrors(t)||n.start===i&&"ArrowFunctionExpression"===n.type?n:this.parseExprOp(n,i,s,-1,e)},Rl.parseExprOp=function(e,t,i,s,n){var r=this.type.binop;if(null!=r&&(!n||this.type!==hl._in)&&r>s){var a=this.type===hl.logicalOR||this.type===hl.logicalAND,o=this.value;this.next();var h=this.start,l=this.startLoc,c=this.parseExprOp(this.parseMaybeUnary(null,!1),h,l,r,n),u=this.buildBinary(t,i,e,c,o,a);return this.parseExprOp(u,t,i,s,n)}return e},Rl.buildBinary=function(e,t,i,s,n,r){var a=this.startNodeAt(e,t);return a.left=i,a.operator=n,a.right=s,this.finishNode(a,r?"LogicalExpression":"BinaryExpression")},Rl.parseMaybeUnary=function(e,t){var i,s=this,n=this.start,r=this.startLoc;if(this.isContextual("await")&&(this.inAsync||!this.inFunction&&this.options.allowAwaitOutsideFunction))i=this.parseAwait(),t=!0;else if(this.type.prefix){var a=this.startNode(),o=this.type===hl.incDec;a.operator=this.value,a.prefix=!0,this.next(),a.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(e,!0),o?this.checkLVal(a.argument):this.strict&&"delete"===a.operator&&"Identifier"===a.argument.type?this.raiseRecoverable(a.start,"Deleting local variable in strict mode"):t=!0,i=this.finishNode(a,o?"UpdateExpression":"UnaryExpression")}else{if(i=this.parseExprSubscripts(e),this.checkExpressionErrors(e))return i;for(;this.type.postfix&&!this.canInsertSemicolon();){var h=s.startNodeAt(n,r);h.operator=s.value,h.prefix=!1,h.argument=i,s.checkLVal(i),s.next(),i=s.finishNode(h,"UpdateExpression")}}return!t&&this.eat(hl.starstar)?this.buildBinary(n,r,i,this.parseMaybeUnary(null,!1),"**",!1):i},Rl.parseExprSubscripts=function(e){var t=this.start,i=this.startLoc,s=this.parseExprAtom(e),n="ArrowFunctionExpression"===s.type&&")"!==this.input.slice(this.lastTokStart,this.lastTokEnd);if(this.checkExpressionErrors(e)||n)return s;var r=this.parseSubscripts(s,t,i);return e&&"MemberExpression"===r.type&&(e.parenthesizedAssign>=r.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=r.start&&(e.parenthesizedBind=-1)),r},Rl.parseSubscripts=function(e,t,i,s){for(var n=this,r=this.options.ecmaVersion>=8&&"Identifier"===e.type&&"async"===e.name&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&"async"===this.input.slice(e.start,e.end),a=void 0;;)if((a=n.eat(hl.bracketL))||n.eat(hl.dot)){var o=n.startNodeAt(t,i);o.object=e,o.property=a?n.parseExpression():n.parseIdent(!0),o.computed=!!a,a&&n.expect(hl.bracketR),e=n.finishNode(o,"MemberExpression")}else if(!s&&n.eat(hl.parenL)){var h=new Pl,l=n.yieldPos,c=n.awaitPos;n.yieldPos=0,n.awaitPos=0;var u=n.parseExprList(hl.parenR,n.options.ecmaVersion>=8,!1,h);if(r&&!n.canInsertSemicolon()&&n.eat(hl.arrow))return n.checkPatternErrors(h,!1),n.checkYieldAwaitInDefaultParams(),n.yieldPos=l,n.awaitPos=c,n.parseArrowExpression(n.startNodeAt(t,i),u,!0);n.checkExpressionErrors(h,!0),n.yieldPos=l||n.yieldPos,n.awaitPos=c||n.awaitPos;var p=n.startNodeAt(t,i);p.callee=e,p.arguments=u,e=n.finishNode(p,"CallExpression")}else{if(n.type!==hl.backQuote)return e;var d=n.startNodeAt(t,i);d.tag=e,d.quasi=n.parseTemplate({isTagged:!0}),e=n.finishNode(d,"TaggedTemplateExpression")}},Rl.parseExprAtom=function(e){var t,i=this.potentialArrowAt===this.start;switch(this.type){case hl._super:return this.inFunction||this.raise(this.start,"'super' outside of function or class"),t=this.startNode(),this.next(),this.type!==hl.dot&&this.type!==hl.bracketL&&this.type!==hl.parenL&&this.unexpected(),this.finishNode(t,"Super");case hl._this:return t=this.startNode(),this.next(),this.finishNode(t,"ThisExpression");case hl.name:var s=this.start,n=this.startLoc,r=this.containsEsc,a=this.parseIdent(this.type!==hl.name);if(this.options.ecmaVersion>=8&&!r&&"async"===a.name&&!this.canInsertSemicolon()&&this.eat(hl._function))return this.parseFunction(this.startNodeAt(s,n),!1,!1,!0);if(i&&!this.canInsertSemicolon()){if(this.eat(hl.arrow))return this.parseArrowExpression(this.startNodeAt(s,n),[a],!1);if(this.options.ecmaVersion>=8&&"async"===a.name&&this.type===hl.name&&!r)return a=this.parseIdent(),!this.canInsertSemicolon()&&this.eat(hl.arrow)||this.unexpected(),this.parseArrowExpression(this.startNodeAt(s,n),[a],!0)}return a;case hl.regexp:var o=this.value;return(t=this.parseLiteral(o.value)).regex={pattern:o.pattern,flags:o.flags},t;case hl.num:case hl.string:return this.parseLiteral(this.value);case hl._null:case hl._true:case hl._false:return(t=this.startNode()).value=this.type===hl._null?null:this.type===hl._true,t.raw=this.type.keyword,this.next(),this.finishNode(t,"Literal");case hl.parenL:var h=this.start,l=this.parseParenAndDistinguishExpression(i);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(l)&&(e.parenthesizedAssign=h),e.parenthesizedBind<0&&(e.parenthesizedBind=h)),l;case hl.bracketL:return t=this.startNode(),this.next(),t.elements=this.parseExprList(hl.bracketR,!0,!0,e),this.finishNode(t,"ArrayExpression");case hl.braceL:return this.parseObj(!1,e);case hl._function:return t=this.startNode(),this.next(),this.parseFunction(t,!1);case hl._class:return this.parseClass(this.startNode(),!1);case hl._new:return this.parseNew();case hl.backQuote:return this.parseTemplate();default:this.unexpected()}},Rl.parseLiteral=function(e){var t=this.startNode();return t.value=e,t.raw=this.input.slice(this.start,this.end),this.next(),this.finishNode(t,"Literal")},Rl.parseParenExpression=function(){this.expect(hl.parenL);var e=this.parseExpression();return this.expect(hl.parenR),e},Rl.parseParenAndDistinguishExpression=function(e){var t,i=this,s=this.start,n=this.startLoc,r=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var a,o=this.start,h=this.startLoc,l=[],c=!0,u=!1,p=new Pl,d=this.yieldPos,f=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==hl.parenR;){if(c?c=!1:i.expect(hl.comma),r&&i.afterTrailingComma(hl.parenR,!0)){u=!0;break}if(i.type===hl.ellipsis){a=i.start,l.push(i.parseParenItem(i.parseRestBinding())),i.type===hl.comma&&i.raise(i.start,"Comma is not permitted after the rest element");break}l.push(i.parseMaybeAssign(!1,p,i.parseParenItem))}var m=this.start,g=this.startLoc;if(this.expect(hl.parenR),e&&!this.canInsertSemicolon()&&this.eat(hl.arrow))return this.checkPatternErrors(p,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=d,this.awaitPos=f,this.parseParenArrowList(s,n,l);l.length&&!u||this.unexpected(this.lastTokStart),a&&this.unexpected(a),this.checkExpressionErrors(p,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=f||this.awaitPos,l.length>1?((t=this.startNodeAt(o,h)).expressions=l,this.finishNodeAt(t,"SequenceExpression",m,g)):t=l[0]}else t=this.parseParenExpression();if(this.options.preserveParens){var y=this.startNodeAt(s,n);return y.expression=t,this.finishNode(y,"ParenthesizedExpression")}return t},Rl.parseParenItem=function(e){return e},Rl.parseParenArrowList=function(e,t,i){return this.parseArrowExpression(this.startNodeAt(e,t),i)};var Ml=[];Rl.parseNew=function(){var e=this.startNode(),t=this.parseIdent(!0);if(this.options.ecmaVersion>=6&&this.eat(hl.dot)){e.meta=t;var i=this.containsEsc;return e.property=this.parseIdent(!0),("target"!==e.property.name||i)&&this.raiseRecoverable(e.property.start,"The only valid meta property for new is new.target"),this.inFunction||this.raiseRecoverable(e.start,"new.target can only be used in functions"),this.finishNode(e,"MetaProperty")}var s=this.start,n=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(),s,n,!0),this.eat(hl.parenL)?e.arguments=this.parseExprList(hl.parenR,this.options.ecmaVersion>=8,!1):e.arguments=Ml,this.finishNode(e,"NewExpression")},Rl.parseTemplateElement=function(e){var t=e.isTagged,i=this.startNode();return this.type===hl.invalidTemplate?(t||this.raiseRecoverable(this.start,"Bad escape sequence in untagged template literal"),i.value={raw:this.value,cooked:null}):i.value={raw:this.input.slice(this.start,this.end).replace(/\r\n?/g,"\n"),cooked:this.value},this.next(),i.tail=this.type===hl.backQuote,this.finishNode(i,"TemplateElement")},Rl.parseTemplate=function(e){var t=this;void 0===e&&(e={});var i=e.isTagged;void 0===i&&(i=!1);var s=this.startNode();this.next(),s.expressions=[];var n=this.parseTemplateElement({isTagged:i});for(s.quasis=[n];!n.tail;)t.type===hl.eof&&t.raise(t.pos,"Unterminated template literal"),t.expect(hl.dollarBraceL),s.expressions.push(t.parseExpression()),t.expect(hl.braceR),s.quasis.push(n=t.parseTemplateElement({isTagged:i}));return this.next(),this.finishNode(s,"TemplateLiteral")},Rl.isAsyncProp=function(e){return!e.computed&&"Identifier"===e.key.type&&"async"===e.key.name&&(this.type===hl.name||this.type===hl.num||this.type===hl.string||this.type===hl.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===hl.star)&&!ll.test(this.input.slice(this.lastTokEnd,this.start))},Rl.parseObj=function(e,t){var i=this,s=this.startNode(),n=!0,r={};for(s.properties=[],this.next();!this.eat(hl.braceR);){if(n)n=!1;else if(i.expect(hl.comma),i.afterTrailingComma(hl.braceR))break;var a=i.parseProperty(e,t);e||i.checkPropClash(a,r,t),s.properties.push(a)}return this.finishNode(s,e?"ObjectPattern":"ObjectExpression")},Rl.parseProperty=function(e,t){var i,s,n,r,a=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(hl.ellipsis))return e?(a.argument=this.parseIdent(!1),this.type===hl.comma&&this.raise(this.start,"Comma is not permitted after the rest element"),this.finishNode(a,"RestElement")):(this.type===hl.parenL&&t&&(t.parenthesizedAssign<0&&(t.parenthesizedAssign=this.start),t.parenthesizedBind<0&&(t.parenthesizedBind=this.start)),a.argument=this.parseMaybeAssign(!1,t),this.type===hl.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(a,"SpreadElement"));this.options.ecmaVersion>=6&&(a.method=!1,a.shorthand=!1,(e||t)&&(n=this.start,r=this.startLoc),e||(i=this.eat(hl.star)));var o=this.containsEsc;return this.parsePropertyName(a),!e&&!o&&this.options.ecmaVersion>=8&&!i&&this.isAsyncProp(a)?(s=!0,i=this.options.ecmaVersion>=9&&this.eat(hl.star),this.parsePropertyName(a,t)):s=!1,this.parsePropertyValue(a,e,i,s,n,r,t,o),this.finishNode(a,"Property")},Rl.parsePropertyValue=function(e,t,i,s,n,r,a,o){if((i||s)&&this.type===hl.colon&&this.unexpected(),this.eat(hl.colon))e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,a),e.kind="init";else if(this.options.ecmaVersion>=6&&this.type===hl.parenL)t&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(i,s);else if(t||o||!(this.options.ecmaVersion>=5)||e.computed||"Identifier"!==e.key.type||"get"!==e.key.name&&"set"!==e.key.name||this.type===hl.comma||this.type===hl.braceR)this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?(this.checkUnreserved(e.key),e.kind="init",t?e.value=this.parseMaybeDefault(n,r,e.key):this.type===hl.eq&&a?(a.shorthandAssign<0&&(a.shorthandAssign=this.start),e.value=this.parseMaybeDefault(n,r,e.key)):e.value=e.key,e.shorthand=!0):this.unexpected();else{(i||s)&&this.unexpected(),e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var h="get"===e.kind?0:1;if(e.value.params.length!==h){var l=e.value.start;"get"===e.kind?this.raiseRecoverable(l,"getter should have no params"):this.raiseRecoverable(l,"setter should have exactly one param")}else"set"===e.kind&&"RestElement"===e.value.params[0].type&&this.raiseRecoverable(e.value.params[0].start,"Setter cannot use rest params")}},Rl.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(hl.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(hl.bracketR),e.key;e.computed=!1}return e.key=this.type===hl.num||this.type===hl.string?this.parseExprAtom():this.parseIdent(!0)},Rl.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=!1,e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},Rl.parseMethod=function(e,t){var i=this.startNode(),s=this.inGenerator,n=this.inAsync,r=this.yieldPos,a=this.awaitPos,o=this.inFunction;return this.initFunction(i),this.options.ecmaVersion>=6&&(i.generator=e),this.options.ecmaVersion>=8&&(i.async=!!t),this.inGenerator=i.generator,this.inAsync=i.async,this.yieldPos=0,this.awaitPos=0,this.inFunction=!0,this.enterFunctionScope(),this.expect(hl.parenL),i.params=this.parseBindingList(hl.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(i,!1),this.inGenerator=s,this.inAsync=n,this.yieldPos=r,this.awaitPos=a,this.inFunction=o,this.finishNode(i,"FunctionExpression")},Rl.parseArrowExpression=function(e,t,i){var s=this.inGenerator,n=this.inAsync,r=this.yieldPos,a=this.awaitPos,o=this.inFunction;return this.enterFunctionScope(),this.initFunction(e),this.options.ecmaVersion>=8&&(e.async=!!i),this.inGenerator=!1,this.inAsync=e.async,this.yieldPos=0,this.awaitPos=0,this.inFunction=!0,e.params=this.toAssignableList(t,!0),this.parseFunctionBody(e,!0),this.inGenerator=s,this.inAsync=n,this.yieldPos=r,this.awaitPos=a,this.inFunction=o,this.finishNode(e,"ArrowFunctionExpression")},Rl.parseFunctionBody=function(e,t){var i=t&&this.type!==hl.braceL,s=this.strict,n=!1;if(i)e.body=this.parseMaybeAssign(),e.expression=!0,this.checkParams(e,!1);else{var r=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);s&&!r||(n=this.strictDirective(this.end))&&r&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list");var a=this.labels;this.labels=[],n&&(this.strict=!0),this.checkParams(e,!s&&!n&&!t&&this.isSimpleParamList(e.params)),e.body=this.parseBlock(!1),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=a}this.exitFunctionScope(),this.strict&&e.id&&this.checkLVal(e.id,"none"),this.strict=s},Rl.isSimpleParamList=function(e){for(var t=0,i=e;t0;)t[i]=arguments[i+1];for(var s=0,n=t;s=1;e--){var t=this.context[e];if("function"===t.token)return t.generator}return!1},Gl.updateContext=function(e){var t,i=this.type;i.keyword&&e===hl.dot?this.exprAllowed=!1:(t=i.updateContext)?t.call(this,e):this.exprAllowed=i.beforeExpr},hl.parenR.updateContext=hl.braceR.updateContext=function(){if(1!==this.context.length){var e=this.context.pop();e===jl.b_stat&&"function"===this.curContext().token&&(e=this.context.pop()),this.exprAllowed=!e.isExpr}else this.exprAllowed=!0},hl.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?jl.b_stat:jl.b_expr),this.exprAllowed=!0},hl.dollarBraceL.updateContext=function(){this.context.push(jl.b_tmpl),this.exprAllowed=!0},hl.parenL.updateContext=function(e){var t=e===hl._if||e===hl._for||e===hl._with||e===hl._while;this.context.push(t?jl.p_stat:jl.p_expr),this.exprAllowed=!0},hl.incDec.updateContext=function(){},hl._function.updateContext=hl._class.updateContext=function(e){e.beforeExpr&&e!==hl.semi&&e!==hl._else&&(e!==hl.colon&&e!==hl.braceL||this.curContext()!==jl.b_stat)?this.context.push(jl.f_expr):this.context.push(jl.f_stat),this.exprAllowed=!1},hl.backQuote.updateContext=function(){this.curContext()===jl.q_tmpl?this.context.pop():this.context.push(jl.q_tmpl),this.exprAllowed=!1},hl.star.updateContext=function(e){if(e===hl._function){var t=this.context.length-1;this.context[t]===jl.f_expr?this.context[t]=jl.f_expr_gen:this.context[t]=jl.f_gen}this.exprAllowed=!0},hl.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==hl.dot&&("of"===this.value&&!this.exprAllowed||"yield"===this.value&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var Hl={$LONE:["ASCII","ASCII_Hex_Digit","AHex","Alphabetic","Alpha","Any","Assigned","Bidi_Control","Bidi_C","Bidi_Mirrored","Bidi_M","Case_Ignorable","CI","Cased","Changes_When_Casefolded","CWCF","Changes_When_Casemapped","CWCM","Changes_When_Lowercased","CWL","Changes_When_NFKC_Casefolded","CWKCF","Changes_When_Titlecased","CWT","Changes_When_Uppercased","CWU","Dash","Default_Ignorable_Code_Point","DI","Deprecated","Dep","Diacritic","Dia","Emoji","Emoji_Component","Emoji_Modifier","Emoji_Modifier_Base","Emoji_Presentation","Extender","Ext","Grapheme_Base","Gr_Base","Grapheme_Extend","Gr_Ext","Hex_Digit","Hex","IDS_Binary_Operator","IDSB","IDS_Trinary_Operator","IDST","ID_Continue","IDC","ID_Start","IDS","Ideographic","Ideo","Join_Control","Join_C","Logical_Order_Exception","LOE","Lowercase","Lower","Math","Noncharacter_Code_Point","NChar","Pattern_Syntax","Pat_Syn","Pattern_White_Space","Pat_WS","Quotation_Mark","QMark","Radical","Regional_Indicator","RI","Sentence_Terminal","STerm","Soft_Dotted","SD","Terminal_Punctuation","Term","Unified_Ideograph","UIdeo","Uppercase","Upper","Variation_Selector","VS","White_Space","space","XID_Continue","XIDC","XID_Start","XIDS"],General_Category:["Cased_Letter","LC","Close_Punctuation","Pe","Connector_Punctuation","Pc","Control","Cc","cntrl","Currency_Symbol","Sc","Dash_Punctuation","Pd","Decimal_Number","Nd","digit","Enclosing_Mark","Me","Final_Punctuation","Pf","Format","Cf","Initial_Punctuation","Pi","Letter","L","Letter_Number","Nl","Line_Separator","Zl","Lowercase_Letter","Ll","Mark","M","Combining_Mark","Math_Symbol","Sm","Modifier_Letter","Lm","Modifier_Symbol","Sk","Nonspacing_Mark","Mn","Number","N","Open_Punctuation","Ps","Other","C","Other_Letter","Lo","Other_Number","No","Other_Punctuation","Po","Other_Symbol","So","Paragraph_Separator","Zp","Private_Use","Co","Punctuation","P","punct","Separator","Z","Space_Separator","Zs","Spacing_Mark","Mc","Surrogate","Cs","Symbol","S","Titlecase_Letter","Lt","Unassigned","Cn","Uppercase_Letter","Lu"],Script:["Adlam","Adlm","Ahom","Anatolian_Hieroglyphs","Hluw","Arabic","Arab","Armenian","Armn","Avestan","Avst","Balinese","Bali","Bamum","Bamu","Bassa_Vah","Bass","Batak","Batk","Bengali","Beng","Bhaiksuki","Bhks","Bopomofo","Bopo","Brahmi","Brah","Braille","Brai","Buginese","Bugi","Buhid","Buhd","Canadian_Aboriginal","Cans","Carian","Cari","Caucasian_Albanian","Aghb","Chakma","Cakm","Cham","Cherokee","Cher","Common","Zyyy","Coptic","Copt","Qaac","Cuneiform","Xsux","Cypriot","Cprt","Cyrillic","Cyrl","Deseret","Dsrt","Devanagari","Deva","Duployan","Dupl","Egyptian_Hieroglyphs","Egyp","Elbasan","Elba","Ethiopic","Ethi","Georgian","Geor","Glagolitic","Glag","Gothic","Goth","Grantha","Gran","Greek","Grek","Gujarati","Gujr","Gurmukhi","Guru","Han","Hani","Hangul","Hang","Hanunoo","Hano","Hatran","Hatr","Hebrew","Hebr","Hiragana","Hira","Imperial_Aramaic","Armi","Inherited","Zinh","Qaai","Inscriptional_Pahlavi","Phli","Inscriptional_Parthian","Prti","Javanese","Java","Kaithi","Kthi","Kannada","Knda","Katakana","Kana","Kayah_Li","Kali","Kharoshthi","Khar","Khmer","Khmr","Khojki","Khoj","Khudawadi","Sind","Lao","Laoo","Latin","Latn","Lepcha","Lepc","Limbu","Limb","Linear_A","Lina","Linear_B","Linb","Lisu","Lycian","Lyci","Lydian","Lydi","Mahajani","Mahj","Malayalam","Mlym","Mandaic","Mand","Manichaean","Mani","Marchen","Marc","Masaram_Gondi","Gonm","Meetei_Mayek","Mtei","Mende_Kikakui","Mend","Meroitic_Cursive","Merc","Meroitic_Hieroglyphs","Mero","Miao","Plrd","Modi","Mongolian","Mong","Mro","Mroo","Multani","Mult","Myanmar","Mymr","Nabataean","Nbat","New_Tai_Lue","Talu","Newa","Nko","Nkoo","Nushu","Nshu","Ogham","Ogam","Ol_Chiki","Olck","Old_Hungarian","Hung","Old_Italic","Ital","Old_North_Arabian","Narb","Old_Permic","Perm","Old_Persian","Xpeo","Old_South_Arabian","Sarb","Old_Turkic","Orkh","Oriya","Orya","Osage","Osge","Osmanya","Osma","Pahawh_Hmong","Hmng","Palmyrene","Palm","Pau_Cin_Hau","Pauc","Phags_Pa","Phag","Phoenician","Phnx","Psalter_Pahlavi","Phlp","Rejang","Rjng","Runic","Runr","Samaritan","Samr","Saurashtra","Saur","Sharada","Shrd","Shavian","Shaw","Siddham","Sidd","SignWriting","Sgnw","Sinhala","Sinh","Sora_Sompeng","Sora","Soyombo","Soyo","Sundanese","Sund","Syloti_Nagri","Sylo","Syriac","Syrc","Tagalog","Tglg","Tagbanwa","Tagb","Tai_Le","Tale","Tai_Tham","Lana","Tai_Viet","Tavt","Takri","Takr","Tamil","Taml","Tangut","Tang","Telugu","Telu","Thaana","Thaa","Thai","Tibetan","Tibt","Tifinagh","Tfng","Tirhuta","Tirh","Ugaritic","Ugar","Vai","Vaii","Warang_Citi","Wara","Yi","Yiii","Zanabazar_Square","Zanb"]};Array.prototype.push.apply(Hl.$LONE,Hl.General_Category),Hl.gc=Hl.General_Category,Hl.sc=Hl.Script_Extensions=Hl.scx=Hl.Script;var Wl=_l.prototype,ql=function(e){this.parser=e,this.validFlags="gim"+(e.options.ecmaVersion>=6?"uy":"")+(e.options.ecmaVersion>=9?"s":""),this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchN=!1,this.pos=0,this.lastIntValue=0,this.lastStringValue="",this.lastAssertionIsQuantifiable=!1,this.numCapturingParens=0,this.maxBackReference=0,this.groupNames=[],this.backReferenceNames=[]};function Kl(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}function Xl(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94||e>=123&&e<=125}function Yl(e){return e>=65&&e<=90||e>=97&&e<=122}function Ql(e){return Yl(e)||95===e}function Zl(e){return Ql(e)||Jl(e)}function Jl(e){return e>=48&&e<=57}function ec(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function tc(e){return e>=65&&e<=70?e-65+10:e>=97&&e<=102?e-97+10:e-48}function ic(e){return e>=48&&e<=55}ql.prototype.reset=function(e,t,i){var s=-1!==i.indexOf("u");this.start=0|e,this.source=t+"",this.flags=i,this.switchU=s&&this.parser.options.ecmaVersion>=6,this.switchN=s&&this.parser.options.ecmaVersion>=9},ql.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+e)},ql.prototype.at=function(e){var t=this.source,i=t.length;if(e>=i)return-1;var s=t.charCodeAt(e);if(!this.switchU||s<=55295||s>=57344||e+1>=i)return s;var n=t.charCodeAt(e+1);return n>=56320&&n<=57343?(s<<10)+n-56613888:s},ql.prototype.nextIndex=function(e){var t=this.source,i=t.length;if(e>=i)return i;var s,n=t.charCodeAt(e);return!this.switchU||n<=55295||n>=57344||e+1>=i||(s=t.charCodeAt(e+1))<56320||s>57343?e+1:e+2},ql.prototype.current=function(){return this.at(this.pos)},ql.prototype.lookahead=function(){return this.at(this.nextIndex(this.pos))},ql.prototype.advance=function(){this.pos=this.nextIndex(this.pos)},ql.prototype.eat=function(e){return this.current()===e&&(this.advance(),!0)},Wl.validateRegExpFlags=function(e){for(var t=e.validFlags,i=e.flags,s=0;s-1&&this.raise(e.start,"Duplicate regular expression flag")}},Wl.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},Wl.regexp_pattern=function(e){e.pos=0,e.lastIntValue=0,e.lastStringValue="",e.lastAssertionIsQuantifiable=!1,e.numCapturingParens=0,e.maxBackReference=0,e.groupNames.length=0,e.backReferenceNames.length=0,this.regexp_disjunction(e),e.pos!==e.source.length&&(e.eat(41)&&e.raise("Unmatched ')'"),(e.eat(93)||e.eat(125))&&e.raise("Lone quantifier brackets")),e.maxBackReference>e.numCapturingParens&&e.raise("Invalid escape");for(var t=0,i=e.backReferenceNames;t=9&&(i=e.eat(60)),e.eat(61)||e.eat(33))return this.regexp_disjunction(e),e.eat(41)||e.raise("Unterminated group"),e.lastAssertionIsQuantifiable=!i,!0}return e.pos=t,!1},Wl.regexp_eatQuantifier=function(e,t){return void 0===t&&(t=!1),!!this.regexp_eatQuantifierPrefix(e,t)&&(e.eat(63),!0)},Wl.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},Wl.regexp_eatBracedQuantifier=function(e,t){var i=e.pos;if(e.eat(123)){var s=0,n=-1;if(this.regexp_eatDecimalDigits(e)&&(s=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(n=e.lastIntValue),e.eat(125)))return-1!==n&&n=9?this.regexp_groupSpecifier(e):63===e.current()&&e.raise("Invalid group"),this.regexp_disjunction(e),e.eat(41))return e.numCapturingParens+=1,!0;e.raise("Unterminated group")}return!1},Wl.regexp_eatExtendedAtom=function(e){return e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)||this.regexp_eatInvalidBracedQuantifier(e)||this.regexp_eatExtendedPatternCharacter(e)},Wl.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1},Wl.regexp_eatSyntaxCharacter=function(e){var t=e.current();return!!Xl(t)&&(e.lastIntValue=t,e.advance(),!0)},Wl.regexp_eatPatternCharacters=function(e){for(var t=e.pos,i=0;-1!==(i=e.current())&&!Xl(i);)e.advance();return e.pos!==t},Wl.regexp_eatExtendedPatternCharacter=function(e){var t=e.current();return!(-1===t||36===t||t>=40&&t<=43||46===t||63===t||91===t||94===t||124===t)&&(e.advance(),!0)},Wl.regexp_groupSpecifier=function(e){if(e.eat(63)){if(this.regexp_eatGroupName(e))return-1!==e.groupNames.indexOf(e.lastStringValue)&&e.raise("Duplicate capture group name"),void e.groupNames.push(e.lastStringValue);e.raise("Invalid group")}},Wl.regexp_eatGroupName=function(e){if(e.lastStringValue="",e.eat(60)){if(this.regexp_eatRegExpIdentifierName(e)&&e.eat(62))return!0;e.raise("Invalid capture group name")}return!1},Wl.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=Kl(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=Kl(e.lastIntValue);return!0}return!1},Wl.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,i=e.current();return e.advance(),92===i&&this.regexp_eatRegExpUnicodeEscapeSequence(e)&&(i=e.lastIntValue),function(e){return el(e,!0)||36===e||95===e}(i)?(e.lastIntValue=i,!0):(e.pos=t,!1)},Wl.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,i=e.current();return e.advance(),92===i&&this.regexp_eatRegExpUnicodeEscapeSequence(e)&&(i=e.lastIntValue),function(e){return tl(e,!0)||36===e||95===e||8204===e||8205===e}(i)?(e.lastIntValue=i,!0):(e.pos=t,!1)},Wl.regexp_eatAtomEscape=function(e){return!!(this.regexp_eatBackReference(e)||this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)||e.switchN&&this.regexp_eatKGroupName(e))||(e.switchU&&(99===e.current()&&e.raise("Invalid unicode escape"),e.raise("Invalid escape")),!1)},Wl.regexp_eatBackReference=function(e){var t=e.pos;if(this.regexp_eatDecimalEscape(e)){var i=e.lastIntValue;if(e.switchU)return i>e.maxBackReference&&(e.maxBackReference=i),!0;if(i<=e.numCapturingParens)return!0;e.pos=t}return!1},Wl.regexp_eatKGroupName=function(e){if(e.eat(107)){if(this.regexp_eatGroupName(e))return e.backReferenceNames.push(e.lastStringValue),!0;e.raise("Invalid named reference")}return!1},Wl.regexp_eatCharacterEscape=function(e){return this.regexp_eatControlEscape(e)||this.regexp_eatCControlLetter(e)||this.regexp_eatZero(e)||this.regexp_eatHexEscapeSequence(e)||this.regexp_eatRegExpUnicodeEscapeSequence(e)||!e.switchU&&this.regexp_eatLegacyOctalEscapeSequence(e)||this.regexp_eatIdentityEscape(e)},Wl.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},Wl.regexp_eatZero=function(e){return 48===e.current()&&!Jl(e.lookahead())&&(e.lastIntValue=0,e.advance(),!0)},Wl.regexp_eatControlEscape=function(e){var t=e.current();return 116===t?(e.lastIntValue=9,e.advance(),!0):110===t?(e.lastIntValue=10,e.advance(),!0):118===t?(e.lastIntValue=11,e.advance(),!0):102===t?(e.lastIntValue=12,e.advance(),!0):114===t&&(e.lastIntValue=13,e.advance(),!0)},Wl.regexp_eatControlLetter=function(e){var t=e.current();return!!Yl(t)&&(e.lastIntValue=t%32,e.advance(),!0)},Wl.regexp_eatRegExpUnicodeEscapeSequence=function(e){var t=e.pos;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var i=e.lastIntValue;if(e.switchU&&i>=55296&&i<=56319){var s=e.pos;if(e.eat(92)&&e.eat(117)&&this.regexp_eatFixedHexDigits(e,4)){var n=e.lastIntValue;if(n>=56320&&n<=57343)return e.lastIntValue=1024*(i-55296)+(n-56320)+65536,!0}e.pos=s,e.lastIntValue=i}return!0}if(e.switchU&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&function(e){return e>=0&&e<=1114111}(e.lastIntValue))return!0;e.switchU&&e.raise("Invalid unicode escape"),e.pos=t}return!1},Wl.regexp_eatIdentityEscape=function(e){if(e.switchU)return!!this.regexp_eatSyntaxCharacter(e)||!!e.eat(47)&&(e.lastIntValue=47,!0);var t=e.current();return!(99===t||e.switchN&&107===t)&&(e.lastIntValue=t,e.advance(),!0)},Wl.regexp_eatDecimalEscape=function(e){e.lastIntValue=0;var t=e.current();if(t>=49&&t<=57){do{e.lastIntValue=10*e.lastIntValue+(t-48),e.advance()}while((t=e.current())>=48&&t<=57);return!0}return!1},Wl.regexp_eatCharacterClassEscape=function(e){var t=e.current();if(function(e){return 100===e||68===e||115===e||83===e||119===e||87===e}(t))return e.lastIntValue=-1,e.advance(),!0;if(e.switchU&&this.options.ecmaVersion>=9&&(80===t||112===t)){if(e.lastIntValue=-1,e.advance(),e.eat(123)&&this.regexp_eatUnicodePropertyValueExpression(e)&&e.eat(125))return!0;e.raise("Invalid property name")}return!1},Wl.regexp_eatUnicodePropertyValueExpression=function(e){var t=e.pos;if(this.regexp_eatUnicodePropertyName(e)&&e.eat(61)){var i=e.lastStringValue;if(this.regexp_eatUnicodePropertyValue(e)){var s=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,i,s),!0}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var n=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,n),!0}return!1},Wl.regexp_validateUnicodePropertyNameAndValue=function(e,t,i){Hl.hasOwnProperty(t)&&-1!==Hl[t].indexOf(i)||e.raise("Invalid property name")},Wl.regexp_validateUnicodePropertyNameOrValue=function(e,t){-1===Hl.$LONE.indexOf(t)&&e.raise("Invalid property name")},Wl.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue="";Ql(t=e.current());)e.lastStringValue+=Kl(t),e.advance();return""!==e.lastStringValue},Wl.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue="";Zl(t=e.current());)e.lastStringValue+=Kl(t),e.advance();return""!==e.lastStringValue},Wl.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)},Wl.regexp_eatCharacterClass=function(e){if(e.eat(91)){if(e.eat(94),this.regexp_classRanges(e),e.eat(93))return!0;e.raise("Unterminated character class")}return!1},Wl.regexp_classRanges=function(e){for(;this.regexp_eatClassAtom(e);){var t=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassAtom(e)){var i=e.lastIntValue;!e.switchU||-1!==t&&-1!==i||e.raise("Invalid character class"),-1!==t&&-1!==i&&t>i&&e.raise("Range out of order in character class")}}},Wl.regexp_eatClassAtom=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatClassEscape(e))return!0;if(e.switchU){var i=e.current();(99===i||ic(i))&&e.raise("Invalid class escape"),e.raise("Invalid escape")}e.pos=t}var s=e.current();return 93!==s&&(e.lastIntValue=s,e.advance(),!0)},Wl.regexp_eatClassEscape=function(e){var t=e.pos;if(e.eat(98))return e.lastIntValue=8,!0;if(e.switchU&&e.eat(45))return e.lastIntValue=45,!0;if(!e.switchU&&e.eat(99)){if(this.regexp_eatClassControlLetter(e))return!0;e.pos=t}return this.regexp_eatCharacterClassEscape(e)||this.regexp_eatCharacterEscape(e)},Wl.regexp_eatClassControlLetter=function(e){var t=e.current();return!(!Jl(t)&&95!==t)&&(e.lastIntValue=t%32,e.advance(),!0)},Wl.regexp_eatHexEscapeSequence=function(e){var t=e.pos;if(e.eat(120)){if(this.regexp_eatFixedHexDigits(e,2))return!0;e.switchU&&e.raise("Invalid escape"),e.pos=t}return!1},Wl.regexp_eatDecimalDigits=function(e){var t=e.pos,i=0;for(e.lastIntValue=0;Jl(i=e.current());)e.lastIntValue=10*e.lastIntValue+(i-48),e.advance();return e.pos!==t},Wl.regexp_eatHexDigits=function(e){var t=e.pos,i=0;for(e.lastIntValue=0;ec(i=e.current());)e.lastIntValue=16*e.lastIntValue+tc(i),e.advance();return e.pos!==t},Wl.regexp_eatLegacyOctalEscapeSequence=function(e){if(this.regexp_eatOctalDigit(e)){var t=e.lastIntValue;if(this.regexp_eatOctalDigit(e)){var i=e.lastIntValue;t<=3&&this.regexp_eatOctalDigit(e)?e.lastIntValue=64*t+8*i+e.lastIntValue:e.lastIntValue=8*t+i}else e.lastIntValue=t;return!0}return!1},Wl.regexp_eatOctalDigit=function(e){var t=e.current();return ic(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)},Wl.regexp_eatFixedHexDigits=function(e,t){var i=e.pos;e.lastIntValue=0;for(var s=0;s>10),56320+(1023&e)))}nc.next=function(){this.options.onToken&&this.options.onToken(new sc(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},nc.getToken=function(){return this.next(),new sc(this)},"undefined"!=typeof Symbol&&(nc[Symbol.iterator]=function(){var e=this;return{next:function(){var t=e.getToken();return{done:t.type===hl.eof,value:t}}}}),nc.curContext=function(){return this.context[this.context.length-1]},nc.nextToken=function(){var e=this.curContext();return e&&e.preserveSpace||this.skipSpace(),this.start=this.pos,this.options.locations&&(this.startLoc=this.curPosition()),this.pos>=this.input.length?this.finishToken(hl.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},nc.readToken=function(e){return el(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},nc.fullCharCodeAtPos=function(){var e=this.input.charCodeAt(this.pos);return e<=55295||e>=57344?e:(e<<10)+this.input.charCodeAt(this.pos+1)-56613888},nc.skipBlockComment=function(){var e,t=this.options.onComment&&this.curPosition(),i=this.pos,s=this.input.indexOf("*/",this.pos+=2);if(-1===s&&this.raise(this.pos-2,"Unterminated comment"),this.pos=s+2,this.options.locations)for(cl.lastIndex=i;(e=cl.exec(this.input))&&e.index8&&t<14||t>=5760&&pl.test(String.fromCharCode(t))))break e;++e.pos}}},nc.finishToken=function(e,t){this.end=this.pos,this.options.locations&&(this.endLoc=this.curPosition());var i=this.type;this.type=e,this.value=t,this.updateContext(i)},nc.readToken_dot=function(){var e=this.input.charCodeAt(this.pos+1);if(e>=48&&e<=57)return this.readNumber(!0);var t=this.input.charCodeAt(this.pos+2);return this.options.ecmaVersion>=6&&46===e&&46===t?(this.pos+=3,this.finishToken(hl.ellipsis)):(++this.pos,this.finishToken(hl.dot))},nc.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(hl.assign,2):this.finishOp(hl.slash,1)},nc.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),i=1,s=42===e?hl.star:hl.modulo;return this.options.ecmaVersion>=7&&42===e&&42===t&&(++i,s=hl.starstar,t=this.input.charCodeAt(this.pos+2)),61===t?this.finishOp(hl.assign,i+1):this.finishOp(s,i)},nc.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?this.finishOp(124===e?hl.logicalOR:hl.logicalAND,2):61===t?this.finishOp(hl.assign,2):this.finishOp(124===e?hl.bitwiseOR:hl.bitwiseAND,1)},nc.readToken_caret=function(){return 61===this.input.charCodeAt(this.pos+1)?this.finishOp(hl.assign,2):this.finishOp(hl.bitwiseXOR,1)},nc.readToken_plus_min=function(e){var t=this.input.charCodeAt(this.pos+1);return t===e?45!==t||this.inModule||62!==this.input.charCodeAt(this.pos+2)||0!==this.lastTokEnd&&!ll.test(this.input.slice(this.lastTokEnd,this.pos))?this.finishOp(hl.incDec,2):(this.skipLineComment(3),this.skipSpace(),this.nextToken()):61===t?this.finishOp(hl.assign,2):this.finishOp(hl.plusMin,1)},nc.readToken_lt_gt=function(e){var t=this.input.charCodeAt(this.pos+1),i=1;return t===e?(i=62===e&&62===this.input.charCodeAt(this.pos+2)?3:2,61===this.input.charCodeAt(this.pos+i)?this.finishOp(hl.assign,i+1):this.finishOp(hl.bitShift,i)):33!==t||60!==e||this.inModule||45!==this.input.charCodeAt(this.pos+2)||45!==this.input.charCodeAt(this.pos+3)?(61===t&&(i=2),this.finishOp(hl.relational,i)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},nc.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return 61===t?this.finishOp(hl.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===t&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(hl.arrow)):this.finishOp(61===e?hl.eq:hl.prefix,1)},nc.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(hl.parenL);case 41:return++this.pos,this.finishToken(hl.parenR);case 59:return++this.pos,this.finishToken(hl.semi);case 44:return++this.pos,this.finishToken(hl.comma);case 91:return++this.pos,this.finishToken(hl.bracketL);case 93:return++this.pos,this.finishToken(hl.bracketR);case 123:return++this.pos,this.finishToken(hl.braceL);case 125:return++this.pos,this.finishToken(hl.braceR);case 58:return++this.pos,this.finishToken(hl.colon);case 63:return++this.pos,this.finishToken(hl.question);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(hl.backQuote);case 48:var t=this.input.charCodeAt(this.pos+1);if(120===t||88===t)return this.readRadixNumber(16);if(this.options.ecmaVersion>=6){if(111===t||79===t)return this.readRadixNumber(8);if(98===t||66===t)return this.readRadixNumber(2)}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return this.readNumber(!1);case 34:case 39:return this.readString(e);case 47:return this.readToken_slash();case 37:case 42:return this.readToken_mult_modulo_exp(e);case 124:case 38:return this.readToken_pipe_amp(e);case 94:return this.readToken_caret();case 43:case 45:return this.readToken_plus_min(e);case 60:case 62:return this.readToken_lt_gt(e);case 61:case 33:return this.readToken_eq_excl(e);case 126:return this.finishOp(hl.prefix,1)}this.raise(this.pos,"Unexpected character '"+rc(e)+"'")},nc.finishOp=function(e,t){var i=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,i)},nc.readRegexp=function(){for(var e,t,i=this,s=this.pos;;){i.pos>=i.input.length&&i.raise(s,"Unterminated regular expression");var n=i.input.charAt(i.pos);if(ll.test(n)&&i.raise(s,"Unterminated regular expression"),e)e=!1;else{if("["===n)t=!0;else if("]"===n&&t)t=!1;else if("/"===n&&!t)break;e="\\"===n}++i.pos}var r=this.input.slice(s,this.pos);++this.pos;var a=this.pos,o=this.readWord1();this.containsEsc&&this.unexpected(a);var h=this.regexpState||(this.regexpState=new ql(this));h.reset(s,r,o),this.validateRegExpFlags(h),this.validateRegExpPattern(h);var l=null;try{l=new RegExp(r,o)}catch(e){}return this.finishToken(hl.regexp,{pattern:r,flags:o,value:l})},nc.readInt=function(e,t){for(var i=this,s=this.pos,n=0,r=0,a=null==t?1/0:t;r=97?o-97+10:o>=65?o-65+10:o>=48&&o<=57?o-48:1/0)>=e)break;++i.pos,n=n*e+h}return this.pos===s||null!=t&&this.pos-s!==t?null:n},nc.readRadixNumber=function(e){this.pos+=2;var t=this.readInt(e);return null==t&&this.raise(this.start+2,"Expected number in radix "+e),el(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(hl.num,t)},nc.readNumber=function(e){var t=this.pos;e||null!==this.readInt(10)||this.raise(t,"Invalid number");var i=this.pos-t>=2&&48===this.input.charCodeAt(t);i&&this.strict&&this.raise(t,"Invalid number"),i&&/[89]/.test(this.input.slice(t,this.pos))&&(i=!1);var s=this.input.charCodeAt(this.pos);46!==s||i||(++this.pos,this.readInt(10),s=this.input.charCodeAt(this.pos)),69!==s&&101!==s||i||(43!==(s=this.input.charCodeAt(++this.pos))&&45!==s||++this.pos,null===this.readInt(10)&&this.raise(t,"Invalid number")),el(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var n=this.input.slice(t,this.pos),r=i?parseInt(n,8):parseFloat(n);return this.finishToken(hl.num,r)},nc.readCodePoint=function(){var e;if(123===this.input.charCodeAt(this.pos)){this.options.ecmaVersion<6&&this.unexpected();var t=++this.pos;e=this.readHexChar(this.input.indexOf("}",this.pos)-this.pos),++this.pos,e>1114111&&this.invalidStringToken(t,"Code point out of bounds")}else e=this.readHexChar(4);return e},nc.readString=function(e){for(var t=this,i="",s=++this.pos;;){t.pos>=t.input.length&&t.raise(t.start,"Unterminated string constant");var n=t.input.charCodeAt(t.pos);if(n===e)break;92===n?(i+=t.input.slice(s,t.pos),i+=t.readEscapedChar(!1),s=t.pos):(ul(n,t.options.ecmaVersion>=10)&&t.raise(t.start,"Unterminated string constant"),++t.pos)}return i+=this.input.slice(s,this.pos++),this.finishToken(hl.string,i)};var ac={};nc.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e!==ac)throw e;this.readInvalidTemplateToken()}this.inTemplateElement=!1},nc.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw ac;this.raise(e,t)},nc.readTmplToken=function(){for(var e=this,t="",i=this.pos;;){e.pos>=e.input.length&&e.raise(e.start,"Unterminated template");var s=e.input.charCodeAt(e.pos);if(96===s||36===s&&123===e.input.charCodeAt(e.pos+1))return e.pos!==e.start||e.type!==hl.template&&e.type!==hl.invalidTemplate?(t+=e.input.slice(i,e.pos),e.finishToken(hl.template,t)):36===s?(e.pos+=2,e.finishToken(hl.dollarBraceL)):(++e.pos,e.finishToken(hl.backQuote));if(92===s)t+=e.input.slice(i,e.pos),t+=e.readEscapedChar(!0),i=e.pos;else if(ul(s)){switch(t+=e.input.slice(i,e.pos),++e.pos,s){case 13:10===e.input.charCodeAt(e.pos)&&++e.pos;case 10:t+="\n";break;default:t+=String.fromCharCode(s)}e.options.locations&&(++e.curLine,e.lineStart=e.pos),i=e.pos}else++e.pos}},nc.readInvalidTemplateToken=function(){for(var e=this;this.pos=48&&t<=55){var i=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],s=parseInt(i,8);return s>255&&(i=i.slice(0,-1),s=parseInt(i,8)),this.pos+=i.length-1,t=this.input.charCodeAt(this.pos),"0"===i&&56!==t&&57!==t||!this.strict&&!e||this.invalidStringToken(this.pos-1-i.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(s)}return String.fromCharCode(t)}},nc.readHexChar=function(e){var t=this.pos,i=this.readInt(16,e);return null===i&&this.invalidStringToken(t,"Bad character escape sequence"),i},nc.readWord1=function(){var e=this;this.containsEsc=!1;for(var t="",i=!0,s=this.pos,n=this.options.ecmaVersion>=6;this.posthis.should_skip=!0,remove:()=>this.should_remove=!0,replace:e=>this.replacement=e}}replace(e,t,i,s){e&&(null!==i?e[t][i]=s:e[t]=s)}remove(e,t,i){e&&(null!==i?e[t].splice(i,1):delete e[t])}}{constructor(e,t){super(),this.enter=e,this.leave=t}visit(e,t,i,s){if(e){if(this.enter){const n=this.should_skip,r=this.should_remove,a=this.replacement;this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.enter.call(this.context,e,t,i,s),this.replacement&&(e=this.replacement,this.replace(t,i,s,e)),this.should_remove&&this.remove(t,i,s);const o=this.should_skip,h=this.should_remove;if(this.should_skip=n,this.should_remove=r,this.replacement=a,o)return e;if(h)return null}for(const t in e){const i=e[t];if("object"==typeof i)if(Array.isArray(i))for(let s=0;s{if(/\b(require|module|exports)\b/.test(e))try{const t=new _l({ecmaVersion:9},e).parse(),i=[];!function(e,{enter:t,leave:i}){new oc(t,i).visit(e,null)}(t,{enter:e=>{if("CallExpression"===e.type&&"require"===e.callee.name){if(1!==e.arguments.length)return;const t=e.arguments[0];if("Literal"!==t.type||"string"!=typeof t.value)return;i.push(t.value)}}});const s=i.map(((e,t)=>`import __repl_${t} from '${e}';`)).join("\n"),n=`const __repl_lookup = { ${i.map(((e,t)=>`'${e}': __repl_${t}`)).join(", ")} };`;return{code:[s,n,hc,"const exports = {}; const module = { exports };",e,"export default module.exports;"].join("\n\n"),map:null}}catch(e){return null}}},cc={name:"glsl",transform:(e,t)=>{if(t.endsWith(".glsl"))return{code:`export default ${JSON.stringify(e)};`,map:null}}},uc={name:"json",transform:(e,t)=>{if(t.endsWith(".json"))return{code:`export default ${e};`,map:null}}};let pc,dc,fc;self.window=self,self.addEventListener("message",(e=>{switch(e.data.type){case"init":pc=e.data.packagesUrl,dc=e.data.svelteUrl,importScripts(`${dc}/compiler.js`),importScripts("/workers/mdsvex.js");break;case"bundle":const{uid:t,components:i}=e.data;if(0===i.length)return;fc=t,setTimeout((async()=>{if(fc!==t)return;const e=await async function({uid:e,components:t}){console.log(`running Svelte compiler version %c${svelte.VERSION}`,"font-weight: bold");const i={};let s;t.forEach((e=>{const t=`./${e.name}.${e.type}`;i[t]=e}));try{if(s=await Sc(e,"dom",mc.dom,i),s.error)throw s.error;mc.dom=s.cache;const t=(await s.bundle.generate({format:"iife",name:"SvelteComponent",exports:"named",sourcemap:!0})).output[0],n=null;return{uid:e,dom:t,ssr:n?(await n.bundle.generate({format:"iife",name:"SvelteComponent",exports:"named",sourcemap:!0})).output[0]:null,imports:s.imports,warnings:s.warnings,error:null}}catch(t){console.error(t);const i=t;return delete i.toString,{uid:e,dom:null,ssr:null,imports:null,warnings:s.warnings,error:Object.assign({},i,{message:i.message,stack:i.stack})}}}({uid:t,components:i});e.error!==gc&&e&&t===fc&&postMessage(e)}))}}));let mc={dom:{},ssr:{}};const gc={aborted:!0},yc=new Map;function xc(e){if(yc.has(e))return yc.get(e);const t=fetch(e).then((async e=>{if(e.ok)return{url:e.url,body:await e.text()};throw new Error(await e.text())})).catch((t=>{throw yc.delete(e),t}));return yc.set(e,t),t}async function vc(e){return(await xc(e)).url}function Ec(e,t,i){const s=svelte.VERSION.match(/^(\d+)\.(\d+)\.(\d+)/);return s[1]-e||s[2]-t||s[3]-i}function bc(){return Ec(3,4,4)<=0}async function Sc(e,t,i,s){let n;const r=new Set,a=[],o=[],h={},l={async resolveId(t,i){if(e!==fc)throw gc;if("svelte"===t)return`${dc}/index.mjs`;if(t.startsWith("svelte/"))return bc()?`${dc}/${t.slice(7)}.mjs`:`${dc}/${t.slice(7)}/index.mjs`;if(i&&i.startsWith(dc)){const e=new URL(t,i).href;return e.endsWith(".mjs")?e:bc()?`${e}.mjs`:`${e}/index.mjs`}if(t in s)return t;if(t.startsWith("http:")||t.startsWith("https:"))return t;if(t.startsWith(".")){const s=new URL(t,i).href;return self.postMessage({type:"status",uid:e,message:`resolving ${s}`}),await vc(s)}if(self.postMessage({type:"status",uid:e,message:`resolving ${t}`}),i in s){const e=/^(@[^/]+\/)?[^/]+/.exec(t);e&&r.add(e[0])}try{const e=await vc(`${pc}/${t}/package.json`),i=(await xc(e)).body,s=JSON.parse(i);if(s.svelte||s.module||s.main){const t=e.replace(/\/package\.json$/,"");return new URL(s.svelte||s.module||s.main,`${t}/`).href}}catch(e){}return await vc(`${pc}/${t}`)},async load(t){if(e!==fc)throw gc;if(t in s)return s[t].source;yc.has(t)||self.postMessage({type:"status",uid:e,message:`fetching ${t}`});return(await xc(t)).body},transform(s,n){if(e!==fc)throw gc;if(self.postMessage({type:"status",uid:e,message:`bundling ${n}`}),!/\.svelte$|\.svx$/.test(n))return null;const r=n.split("/").pop().split(".")[0];let o;return i[n]&&i[n].code===s?i[n].result:(o=/\.svx$/.test(n)?self.mdsvex.mdsvex().markup({content:s,filename:n}):Promise.resolve({code:s}),o.then((({code:e})=>{const i=svelte.compile(e,Object.assign({generate:t,format:"esm",dev:!0,name:r,filename:r+".svelte"},Ec(3,14,0)>=0&&{loopGuardTimeout:100}));return h[n]={v:e,result:i},(i.warnings||i.stats.warnings).forEach((e=>{a.push({message:e.message,filename:e.filename,start:e.start,end:e.end})})),i.js})))}};try{return n=await Dh({input:"./App.svx",plugins:[l,lc,uc,cc],inlineDynamicImports:!0,onwarn(e){o.push({message:e.message})}}),{bundle:n,imports:Array.from(r),cache:h,error:null,warnings:a,all_warnings:o}}catch(e){return{error:e,imports:null,bundle:null,cache:h,warnings:a,all_warnings:o}}}}(); diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b9df785c..1639e983 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,7 +20,7 @@ importers: version: 2.16.0 '@rollup/plugin-typescript': specifier: ^8.2.1 - version: 8.2.1(rollup@2.47.0)(tslib@2.3.1)(typescript@4.2.4) + version: 8.2.1(rollup@2.79.1)(tslib@2.3.1)(typescript@4.2.4) '@types/node': specifier: ^14.14.44 version: 14.14.44 @@ -31,11 +31,11 @@ importers: specifier: ^2.2.1 version: 2.2.1 rollup: - specifier: ^2.47.0 - version: 2.47.0 + specifier: ^2.77.4-1 + version: 2.79.1 rollup-plugin-dts: specifier: ^3.0.1 - version: 3.0.1(rollup@2.47.0)(typescript@4.2.4) + version: 3.0.1(rollup@2.79.1)(typescript@4.2.4) ts-node: specifier: ^9.1.1 version: 9.1.1(typescript@4.2.4) @@ -64,12 +64,18 @@ importers: specifier: ^2.0.4 version: 2.0.4 devDependencies: + '@rollup/plugin-commonjs': + specifier: ^25.0.7 + version: 25.0.7(rollup@2.79.1) + '@rollup/plugin-node-resolve': + specifier: ^15.2.3 + version: 15.2.3(rollup@2.79.1) '@rollup/plugin-replace': specifier: ^2.4.2 - version: 2.4.2(rollup@2.58.0) + version: 2.4.2(rollup@2.79.1) '@rollup/plugin-sucrase': - specifier: ^3.1.0 - version: 3.1.0(rollup@2.58.0) + specifier: ^5.0.2 + version: 5.0.2(rollup@2.79.1) '@starptech/prettyhtml-hast-to-html': specifier: ^0.10.0 version: 0.10.0 @@ -133,9 +139,6 @@ importers: retext-smartypants: specifier: ^4.0.0 version: 4.0.0 - rollup-plugin-commonjs: - specifier: ^10.1.0 - version: 10.1.0(rollup@2.58.0) rollup-plugin-json: specifier: ^4.0.0 version: 4.0.0 @@ -145,12 +148,9 @@ importers: rollup-plugin-node-globals: specifier: ^1.4.0 version: 1.4.0 - rollup-plugin-node-resolve: - specifier: ^5.2.0 - version: 5.2.0(rollup@2.58.0) rollup-plugin-svelte: specifier: ^5.1.1 - version: 5.2.3(rollup@2.58.0)(svelte@4.0.0) + version: 5.2.3(rollup@2.79.1)(svelte@4.0.0) shiki: specifier: ^0.9.3 version: 0.9.3 @@ -208,25 +208,25 @@ importers: version: 7.11.2 '@rollup/plugin-babel': specifier: ^5.3.0 - version: 5.3.0(@babel/core@7.11.4)(rollup@2.58.0) + version: 5.3.0(@babel/core@7.11.4)(rollup@2.79.1) '@rollup/plugin-commonjs': specifier: ^21.0.0 - version: 21.0.0(rollup@2.58.0) + version: 21.0.0(rollup@2.79.1) '@rollup/plugin-json': specifier: ^4.1.0 - version: 4.1.0(rollup@2.58.0) + version: 4.1.0(rollup@2.79.1) '@rollup/plugin-node-resolve': specifier: ^13.0.5 - version: 13.0.5(rollup@2.58.0) + version: 13.0.5(rollup@2.79.1) '@rollup/plugin-replace': specifier: ^3.0.0 - version: 3.0.0(rollup@2.58.0) + version: 3.0.0(rollup@2.79.1) '@sveltejs/adapter-auto': - specifier: 2.1.0 - version: 2.1.0(@sveltejs/kit@1.26.0) + specifier: ^2.1.1 + version: 2.1.1(@sveltejs/kit@1.30.3) '@sveltejs/kit': - specifier: 1.26.0 - version: 1.26.0(svelte@4.2.9)(vite@4.5.0) + specifier: ^1.30.3 + version: 1.30.3(svelte@4.2.9)(vite@4.5.2) codemirror: specifier: ^5.49.2 version: 5.57.0 @@ -246,14 +246,14 @@ importers: specifier: ^0.1.3 version: 0.1.3 rollup: - specifier: ^2.58.0 - version: 2.58.0 + specifier: ^2.77.4-1 + version: 2.79.1 rollup-plugin-svelte: specifier: ^7.1.6 - version: 7.1.6(rollup@2.58.0)(svelte@4.2.9) + version: 7.1.6(rollup@2.79.1)(svelte@4.2.9) rollup-plugin-terser: specifier: ^7.0.2 - version: 7.0.2(rollup@2.58.0) + version: 7.0.2(rollup@2.79.1) svelte: specifier: ^4.2.2 version: 4.2.9 @@ -270,8 +270,8 @@ importers: specifier: ^2.0.1 version: 2.0.3 vite: - specifier: 4.5.0 - version: 4.5.0(@types/node@14.14.44) + specifier: ^4.5.2 + version: 4.5.2(@types/node@14.14.44) packages/site/workers-site: dependencies: @@ -1706,6 +1706,18 @@ packages: engines: {node: '>=14'} dev: true + /@isaacs/cliui@8.0.2: + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} + dependencies: + string-width: 5.1.2 + string-width-cjs: /string-width@4.2.2 + strip-ansi: 7.1.0 + strip-ansi-cjs: /strip-ansi@6.0.1 + wrap-ansi: 8.1.0 + wrap-ansi-cjs: /wrap-ansi@7.0.0 + dev: true + /@jridgewell/gen-mapping@0.3.3: resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} engines: {node: '>=6.0.0'} @@ -1785,11 +1797,18 @@ packages: fastq: 1.11.0 dev: true + /@pkgjs/parseargs@0.11.0: + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} + requiresBuild: true + dev: true + optional: true + /@polka/url@1.0.0-next.24: resolution: {integrity: sha512-2LuNTFBIO0m7kKIQvvPHN6UE63VjpmL9rnEEaOOaiSPbZK+zUOYIzBAWcED+3XYzhYsd/0mD57VdxAEqqV52CQ==} dev: true - /@rollup/plugin-babel@5.3.0(@babel/core@7.11.4)(rollup@2.58.0): + /@rollup/plugin-babel@5.3.0(@babel/core@7.11.4)(rollup@2.79.1): resolution: {integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -1802,82 +1821,121 @@ packages: dependencies: '@babel/core': 7.11.4 '@babel/helper-module-imports': 7.10.4 - '@rollup/pluginutils': 3.1.0(rollup@2.58.0) - rollup: 2.58.0 + '@rollup/pluginutils': 3.1.0(rollup@2.79.1) + rollup: 2.79.1 dev: true - /@rollup/plugin-commonjs@21.0.0(rollup@2.58.0): + /@rollup/plugin-commonjs@21.0.0(rollup@2.79.1): resolution: {integrity: sha512-XDQimjHl0kNotAV5lLo34XoygaI0teqiKGJ100B3iCU8+15YscJPeqk2KqkqD3NIe1H8ZTUo5lYjUFZyEgASTw==} engines: {node: '>= 8.0.0'} peerDependencies: rollup: ^2.38.3 dependencies: - '@rollup/pluginutils': 3.1.0(rollup@2.58.0) + '@rollup/pluginutils': 3.1.0(rollup@2.79.1) commondir: 1.0.1 estree-walker: 2.0.2 glob: 7.1.7 is-reference: 1.2.1 magic-string: 0.25.7 resolve: 1.20.0 - rollup: 2.58.0 + rollup: 2.79.1 + dev: true + + /@rollup/plugin-commonjs@25.0.7(rollup@2.79.1): + resolution: {integrity: sha512-nEvcR+LRjEjsaSsc4x3XZfCCvZIaSMenZu/OiwOKGN2UhQpAYI7ru7czFvyWbErlpoGjnSX3D5Ch5FcMA3kRWQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.68.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@2.79.1) + commondir: 1.0.1 + estree-walker: 2.0.2 + glob: 8.1.0 + is-reference: 1.2.1 + magic-string: 0.30.5 + rollup: 2.79.1 dev: true - /@rollup/plugin-json@4.1.0(rollup@2.58.0): + /@rollup/plugin-json@4.1.0(rollup@2.79.1): resolution: {integrity: sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0(rollup@2.58.0) - rollup: 2.58.0 + '@rollup/pluginutils': 3.1.0(rollup@2.79.1) + rollup: 2.79.1 dev: true - /@rollup/plugin-node-resolve@13.0.5(rollup@2.58.0): + /@rollup/plugin-node-resolve@13.0.5(rollup@2.79.1): resolution: {integrity: sha512-mVaw6uxtvuGx/XCI4qBQXsDZJUfyx5vp39iE0J/7Hd6wDhEbjHr6aES7Nr9yWbuE0BY+oKp6N7Bq6jX5NCGNmQ==} engines: {node: '>= 10.0.0'} peerDependencies: rollup: ^2.42.0 dependencies: - '@rollup/pluginutils': 3.1.0(rollup@2.58.0) + '@rollup/pluginutils': 3.1.0(rollup@2.79.1) '@types/resolve': 1.17.1 builtin-modules: 3.1.0 deepmerge: 4.2.2 is-module: 1.0.0 resolve: 1.20.0 - rollup: 2.58.0 + rollup: 2.79.1 dev: true - /@rollup/plugin-replace@2.4.2(rollup@2.58.0): + /@rollup/plugin-node-resolve@15.2.3(rollup@2.79.1): + resolution: {integrity: sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^2.78.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + dependencies: + '@rollup/pluginutils': 5.1.0(rollup@2.79.1) + '@types/resolve': 1.20.2 + deepmerge: 4.3.1 + is-builtin-module: 3.2.1 + is-module: 1.0.0 + resolve: 1.22.8 + rollup: 2.79.1 + dev: true + + /@rollup/plugin-replace@2.4.2(rollup@2.79.1): resolution: {integrity: sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0(rollup@2.58.0) + '@rollup/pluginutils': 3.1.0(rollup@2.79.1) magic-string: 0.25.7 - rollup: 2.58.0 + rollup: 2.79.1 dev: true - /@rollup/plugin-replace@3.0.0(rollup@2.58.0): + /@rollup/plugin-replace@3.0.0(rollup@2.79.1): resolution: {integrity: sha512-3c7JCbMuYXM4PbPWT4+m/4Y6U60SgsnDT/cCyAyUKwFHg7pTSfsSQzIpETha3a3ig6OdOKzZz87D9ZXIK3qsDg==} peerDependencies: rollup: ^1.20.0 || ^2.0.0 dependencies: - '@rollup/pluginutils': 3.1.0(rollup@2.58.0) + '@rollup/pluginutils': 3.1.0(rollup@2.79.1) magic-string: 0.25.7 - rollup: 2.58.0 + rollup: 2.79.1 dev: true - /@rollup/plugin-sucrase@3.1.0(rollup@2.58.0): - resolution: {integrity: sha512-PZ70LDNgIj8rL+3pKwKwTBOQ2c9JofXeLbWz+2V4/nCt4LqwYTNqxJJf1riTJsVARVzJdA0woIzUzjKZvL8TfA==} - engines: {node: '>=8.0.0'} + /@rollup/plugin-sucrase@5.0.2(rollup@2.79.1): + resolution: {integrity: sha512-4MhIVH9Dy2Hwose1/x5QMs0XF7yn9jDd/yozHqzdIrMWIolgFpGnrnVhQkqTaK1RALY/fpyrEKmwH/04vr1THA==} + engines: {node: '>=14.0.0'} peerDependencies: - rollup: ^1.20.0 || ^2.0.0 + rollup: ^2.53.1||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true dependencies: - '@rollup/pluginutils': 3.1.0(rollup@2.58.0) - rollup: 2.58.0 - sucrase: 3.15.0 + '@rollup/pluginutils': 5.1.0(rollup@2.79.1) + rollup: 2.79.1 + sucrase: 3.35.0 dev: true - /@rollup/plugin-typescript@8.2.1(rollup@2.47.0)(tslib@2.3.1)(typescript@4.2.4): + /@rollup/plugin-typescript@8.2.1(rollup@2.79.1)(tslib@2.3.1)(typescript@4.2.4): resolution: {integrity: sha512-Qd2E1pleDR4bwyFxqbjt4eJf+wB0UKVMLc7/BAFDGVdAXQMCsD4DUv5/7/ww47BZCYxWtJqe1Lo0KVNswBJlRw==} engines: {node: '>=8.0.0'} peerDependencies: @@ -1885,14 +1943,14 @@ packages: tslib: '*' typescript: '>=3.7.0' dependencies: - '@rollup/pluginutils': 3.1.0(rollup@2.47.0) + '@rollup/pluginutils': 3.1.0(rollup@2.79.1) resolve: 1.20.0 - rollup: 2.47.0 + rollup: 2.79.1 tslib: 2.3.1 typescript: 4.2.4 dev: true - /@rollup/pluginutils@3.1.0(rollup@2.47.0): + /@rollup/pluginutils@3.1.0(rollup@2.79.1): resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} engines: {node: '>= 8.0.0'} peerDependencies: @@ -1901,27 +1959,30 @@ packages: '@types/estree': 0.0.39 estree-walker: 1.0.1 picomatch: 2.2.3 - rollup: 2.47.0 + rollup: 2.79.1 dev: true - /@rollup/pluginutils@3.1.0(rollup@2.58.0): - resolution: {integrity: sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==} + /@rollup/pluginutils@4.2.1: + resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} engines: {node: '>= 8.0.0'} - peerDependencies: - rollup: ^1.20.0||^2.0.0 dependencies: - '@types/estree': 0.0.39 - estree-walker: 1.0.1 + estree-walker: 2.0.2 picomatch: 2.2.3 - rollup: 2.58.0 dev: true - /@rollup/pluginutils@4.2.1: - resolution: {integrity: sha512-iKnFXr7NkdZAIHiIWE+BX5ULi/ucVFYWD6TbAV+rZctiRTY2PL6tsIKhoIOaoskiWAkgu+VsbXgUVDNLHf+InQ==} - engines: {node: '>= 8.0.0'} + /@rollup/pluginutils@5.1.0(rollup@2.79.1): + resolution: {integrity: sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==} + engines: {node: '>=14.0.0'} + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true dependencies: + '@types/estree': 1.0.1 estree-walker: 2.0.2 - picomatch: 2.2.3 + picomatch: 2.3.1 + rollup: 2.79.1 dev: true /@starptech/prettyhtml-hast-to-html@0.10.0: @@ -1941,31 +2002,31 @@ packages: xtend: 4.0.2 dev: true - /@sveltejs/adapter-auto@2.1.0(@sveltejs/kit@1.26.0): - resolution: {integrity: sha512-o2pZCfATFtA/Gw/BB0Xm7k4EYaekXxaPGER3xGSY3FvzFJGTlJlZjBseaXwYSM94lZ0HniOjTokN3cWaLX6fow==} + /@sveltejs/adapter-auto@2.1.1(@sveltejs/kit@1.30.3): + resolution: {integrity: sha512-nzi6x/7/3Axh5VKQ8Eed3pYxastxoa06Y/bFhWb7h3Nu+nGRVxKAy3+hBJgmPCwWScy8n0TsstZjSVKfyrIHkg==} peerDependencies: '@sveltejs/kit': ^1.0.0 dependencies: - '@sveltejs/kit': 1.26.0(svelte@4.2.9)(vite@4.5.0) - import-meta-resolve: 3.1.1 + '@sveltejs/kit': 1.30.3(svelte@4.2.9)(vite@4.5.2) + import-meta-resolve: 4.0.0 dev: true - /@sveltejs/kit@1.26.0(svelte@4.2.9)(vite@4.5.0): - resolution: {integrity: sha512-CV/AlTziC05yrz7UjVqEd0pH6+2dnrbmcnHGr2d3jXtmOgzNnlDkXtX8g3BfJ6nntsPD+0jtS2PzhvRHblRz4A==} + /@sveltejs/kit@1.30.3(svelte@4.2.9)(vite@4.5.2): + resolution: {integrity: sha512-0DzVXfU4h+tChFvoc8C61IqErCyskD4ydSIDjpKS2lYlEzIYrtYrY7juSqACFxqcvZAnOEXvSY+zZ8br0+ZMMg==} engines: {node: ^16.14 || >=18} hasBin: true requiresBuild: true peerDependencies: - svelte: ^3.54.0 || ^4.0.0-next.0 + svelte: ^3.54.0 || ^4.0.0-next.0 || ^5.0.0-next.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.5.3(svelte@4.2.9)(vite@4.5.0) + '@sveltejs/vite-plugin-svelte': 2.5.3(svelte@4.2.9)(vite@4.5.2) '@types/cookie': 0.5.4 cookie: 0.5.0 devalue: 4.3.2 esm-env: 1.0.0 kleur: 4.1.5 - magic-string: 0.30.0 + magic-string: 0.30.5 mrmime: 1.0.1 sade: 1.8.1 set-cookie-parser: 2.6.0 @@ -1973,12 +2034,12 @@ packages: svelte: 4.2.9 tiny-glob: 0.2.9 undici: 5.26.5 - vite: 4.5.0(@types/node@14.14.44) + vite: 4.5.2(@types/node@14.14.44) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.5.3)(svelte@4.2.9)(vite@4.5.0): + /@sveltejs/vite-plugin-svelte-inspector@1.0.4(@sveltejs/vite-plugin-svelte@2.5.3)(svelte@4.2.9)(vite@4.5.2): resolution: {integrity: sha512-zjiuZ3yydBtwpF3bj0kQNV0YXe+iKE545QGZVTaylW3eAzFr+pJ/cwK8lZEaRp4JtaJXhD5DyWAV4AxLh6DgaQ==} engines: {node: ^14.18.0 || >= 16} peerDependencies: @@ -1986,30 +2047,30 @@ packages: svelte: ^3.54.0 || ^4.0.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte': 2.5.3(svelte@4.2.9)(vite@4.5.0) + '@sveltejs/vite-plugin-svelte': 2.5.3(svelte@4.2.9)(vite@4.5.2) debug: 4.3.4 svelte: 4.2.9 - vite: 4.5.0(@types/node@14.14.44) + vite: 4.5.2(@types/node@14.14.44) transitivePeerDependencies: - supports-color dev: true - /@sveltejs/vite-plugin-svelte@2.5.3(svelte@4.2.9)(vite@4.5.0): + /@sveltejs/vite-plugin-svelte@2.5.3(svelte@4.2.9)(vite@4.5.2): resolution: {integrity: sha512-erhNtXxE5/6xGZz/M9eXsmI7Pxa6MS7jyTy06zN3Ck++ldrppOnOlJwHHTsMC7DHDQdgUp4NAc4cDNQ9eGdB/w==} engines: {node: ^14.18.0 || >= 16} peerDependencies: svelte: ^3.54.0 || ^4.0.0 || ^5.0.0-next.0 vite: ^4.0.0 dependencies: - '@sveltejs/vite-plugin-svelte-inspector': 1.0.4(@sveltejs/vite-plugin-svelte@2.5.3)(svelte@4.2.9)(vite@4.5.0) + '@sveltejs/vite-plugin-svelte-inspector': 1.0.4(@sveltejs/vite-plugin-svelte@2.5.3)(svelte@4.2.9)(vite@4.5.2) debug: 4.3.4 deepmerge: 4.3.1 kleur: 4.1.5 magic-string: 0.30.5 svelte: 4.2.9 svelte-hmr: 0.15.3(svelte@4.2.9) - vite: 4.5.0(@types/node@14.14.44) - vitefu: 0.2.5(vite@4.5.0) + vite: 4.5.2(@types/node@14.14.44) + vitefu: 0.2.5(vite@4.5.2) transitivePeerDependencies: - supports-color dev: true @@ -2050,8 +2111,8 @@ packages: resolution: {integrity: sha512-JCcp6J0GV66Y4ZMDAQCXot4xprYB+Zfd3meK9+INSJeVZwJmHAW30BBEEkPzXswMXuiyReUGOP3GxrADc9wPww==} dev: true - /@types/mdast@3.0.3: - resolution: {integrity: sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw==} + /@types/mdast@3.0.15: + resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} dependencies: '@types/unist': 2.0.3 dev: true @@ -2072,18 +2133,16 @@ packages: resolution: {integrity: sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==} dev: true - /@types/resolve@0.0.8: - resolution: {integrity: sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==} - dependencies: - '@types/node': 14.14.44 - dev: true - /@types/resolve@1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: '@types/node': 14.14.44 dev: true + /@types/resolve@1.20.2: + resolution: {integrity: sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==} + dev: true + /@types/semver@6.2.2: resolution: {integrity: sha512-RxAwYt4rGwK5GyoRwuP0jT6ZHAVTdz2EqgsHmX0PYNjGsko+OeT4WFXXTs/lM3teJUJodM+SNtAL5/pXIJ61IQ==} dev: true @@ -2136,6 +2195,16 @@ packages: engines: {node: '>=8'} dev: true + /ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + dev: true + + /ansi-regex@6.0.1: + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} + dev: true + /ansi-styles@3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} engines: {node: '>=4'} @@ -2150,8 +2219,13 @@ packages: color-convert: 2.0.1 dev: true + /ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + dev: true + /any-promise@1.3.0: - resolution: {integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8=} + resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} dev: true /arg@4.1.3: @@ -2266,6 +2340,12 @@ packages: concat-map: 0.0.1 dev: true + /brace-expansion@2.0.1: + resolution: {integrity: sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==} + dependencies: + balanced-match: 1.0.2 + dev: true + /braces@3.0.2: resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} engines: {node: '>=8'} @@ -2368,6 +2448,11 @@ packages: engines: {node: '>=6'} dev: true + /builtin-modules@3.3.0: + resolution: {integrity: sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==} + engines: {node: '>=6'} + dev: true + /camelcase-keys@6.2.2: resolution: {integrity: sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==} engines: {node: '>=8'} @@ -2524,7 +2609,7 @@ packages: dev: true /commondir@1.0.1: - resolution: {integrity: sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=} + resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==} dev: true /concat-map@0.0.1: @@ -2614,6 +2699,15 @@ packages: which: 1.3.1 dev: true + /cross-spawn@7.0.3: + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} + dependencies: + path-key: 3.1.1 + shebang-command: 2.0.0 + which: 2.0.2 + dev: true + /crypto-browserify@3.12.0: resolution: {integrity: sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==} dependencies: @@ -2752,12 +2846,6 @@ packages: minimalistic-assert: 1.0.1 dev: true - /detab@2.0.3: - resolution: {integrity: sha512-Up8P0clUVwq0FnFjDclzZsy9PadzRn5FFxrr47tQQvMHqyiFYVbpH8oXDzWtF0Q7pYy3l+RPmtBl+BsFF6wH0A==} - dependencies: - repeat-string: 1.6.1 - dev: true - /detect-indent@6.0.0: resolution: {integrity: sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==} engines: {node: '>=8'} @@ -2797,6 +2885,10 @@ packages: engines: {node: '>=10'} dev: true + /eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + dev: true + /electron-to-chromium@1.3.539: resolution: {integrity: sha512-rM0LWDIstdqfaRUADZetNrL6+zd/0NBmavbMEhBXgc2u/CC1d1GaDyN5hho29fFvBiOVFwrSWZkzmNcZnCEDog==} dev: true @@ -2821,6 +2913,10 @@ packages: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} dev: true + /emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + dev: true + /enquirer@2.3.6: resolution: {integrity: sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==} engines: {node: '>=8.6'} @@ -3208,6 +3304,14 @@ packages: resolution: {integrity: sha1-C+4AUBiusmDQo6865ljdATbsG5k=} dev: true + /foreground-child@3.1.1: + resolution: {integrity: sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==} + engines: {node: '>=14'} + dependencies: + cross-spawn: 7.0.3 + signal-exit: 4.1.0 + dev: true + /format@0.2.2: resolution: {integrity: sha1-1hcBB+nv3E7TDJ3DkBbflCtctYs=} engines: {node: '>=0.4.x'} @@ -3253,6 +3357,10 @@ packages: resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} dev: true + /function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + dev: true + /fwd-stream@1.0.4: resolution: {integrity: sha1-7Sgcq+1G/uz5Ie4y3ExQs3KsfPo=} dependencies: @@ -3287,8 +3395,20 @@ packages: is-glob: 4.0.1 dev: true - /glob@7.1.6: - resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} + /glob@10.3.10: + resolution: {integrity: sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==} + engines: {node: '>=16 || 14 >=14.17'} + hasBin: true + dependencies: + foreground-child: 3.1.1 + jackspeak: 2.3.6 + minimatch: 9.0.3 + minipass: 7.0.4 + path-scurry: 1.10.1 + dev: true + + /glob@7.1.7: + resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -3298,15 +3418,15 @@ packages: path-is-absolute: 1.0.1 dev: true - /glob@7.1.7: - resolution: {integrity: sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==} + /glob@8.1.0: + resolution: {integrity: sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==} + engines: {node: '>=12'} dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 - minimatch: 3.0.4 + minimatch: 5.1.6 once: 1.4.0 - path-is-absolute: 1.0.1 dev: true /globals@11.12.0: @@ -3397,6 +3517,13 @@ packages: minimalistic-assert: 1.0.1 dev: true + /hasown@2.0.0: + resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} + engines: {node: '>= 0.4'} + dependencies: + function-bind: 1.1.2 + dev: true + /hast-util-has-property@1.0.4: resolution: {integrity: sha512-ghHup2voGfgFoHMGnaLHOjbYFACKrRh9KFttdCzMCbFoBMJXiNi2+XTrPP8+q6cDJM/RSqlCfVWrjp1H201rZg==} dev: true @@ -3466,8 +3593,8 @@ packages: engines: {node: '>= 4'} dev: true - /import-meta-resolve@3.1.1: - resolution: {integrity: sha512-qeywsE/KC3w9Fd2ORrRDUw6nS/nLwZpXgfrOc2IILvZYnCaEMd+D56Vfg9k4G29gIeVi3XKql1RQatME8iYsiw==} + /import-meta-resolve@4.0.0: + resolution: {integrity: sha512-okYUR7ZQPH+efeuMJGlq4f8ubUgO50kByRPyt/Cy1Io4PSRsPjxME+YlVaCOx+NIToW7hCsZNFJyTPFFKepRSA==} dev: true /indent-string@4.0.0: @@ -3519,6 +3646,13 @@ packages: engines: {node: '>=4'} dev: true + /is-builtin-module@3.2.1: + resolution: {integrity: sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==} + engines: {node: '>=6'} + dependencies: + builtin-modules: 3.3.0 + dev: true + /is-callable@1.2.0: resolution: {integrity: sha512-pyVD9AaGLxtg6srb2Ng6ynWJqkHU9bEM087AKck0w8QwDarTfNcpIYoU8x8Hv2Icm8u6kFJM18Dag8lyqGkviw==} engines: {node: '>= 0.4'} @@ -3531,6 +3665,12 @@ packages: ci-info: 2.0.0 dev: true + /is-core-module@2.13.1: + resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + dependencies: + hasown: 2.0.0 + dev: true + /is-core-module@2.3.0: resolution: {integrity: sha512-xSphU2KG9867tsYdLD4RWQ1VqdFl4HTO9Thf3I/3dLEfr0dbPTWKsuCKrgqMljg4nPE+Gq0VCnzT3gr0CyBmsw==} dependencies: @@ -3571,7 +3711,7 @@ packages: resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} /is-module@1.0.0: - resolution: {integrity: sha1-Mlj7afeMFNW4FdZkM2tM/7ZEFZE=} + resolution: {integrity: sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==} dev: true /is-number@7.0.0: @@ -3664,6 +3804,15 @@ packages: resolution: {integrity: sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=} dev: true + /jackspeak@2.3.6: + resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} + engines: {node: '>=14'} + dependencies: + '@isaacs/cliui': 8.0.2 + optionalDependencies: + '@pkgjs/parseargs': 0.11.0 + dev: true + /jest-worker@26.6.2: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} @@ -3830,7 +3979,7 @@ packages: dev: true /lines-and-columns@1.1.6: - resolution: {integrity: sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=} + resolution: {integrity: sha512-8ZmlJFVK9iCmtLz19HpSsR8HaAMWBT284VMNednLwlIMDP2hJDCIhUp0IZ2xUcZ+Ob6BM0VvCSJwzASDM45NLQ==} dev: true /load-json-file@4.0.0: @@ -3890,6 +4039,11 @@ packages: js-tokens: 4.0.0 dev: true + /lru-cache@10.1.0: + resolution: {integrity: sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==} + engines: {node: 14 || >=16.14} + dev: true + /lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} dependencies: @@ -3971,18 +4125,15 @@ packages: unist-util-visit: 2.0.3 dev: true - /mdast-util-to-hast@9.1.0: - resolution: {integrity: sha512-Akl2Vi9y9cSdr19/Dfu58PVwifPXuFt1IrHe7l+Crme1KvgUT+5z+cHLVcQVGCiNTZZcdqjnuv9vPkGsqWytWA==} + /mdast-util-to-hast@9.1.2: + resolution: {integrity: sha512-OpkFLBC2VnNAb2FNKcKWu9FMbJhQKog+FCT8nuKmQNIKXyT1n3SIskE7uWDep6x+cA20QXlK5AETHQtYmQmxtQ==} dependencies: - '@types/mdast': 3.0.3 + '@types/mdast': 3.0.15 '@types/unist': 2.0.3 - collapse-white-space: 1.0.6 - detab: 2.0.3 mdast-util-definitions: 3.0.1 mdurl: 1.0.1 - trim-lines: 1.1.3 unist-builder: 2.0.3 - unist-util-generated: 1.1.5 + unist-util-generated: 1.1.6 unist-util-position: 3.1.0 unist-util-visit: 2.0.3 dev: true @@ -3996,7 +4147,7 @@ packages: dev: true /mdurl@1.0.1: - resolution: {integrity: sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=} + resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} dev: true /memorystream@0.3.1: @@ -4071,6 +4222,20 @@ packages: brace-expansion: 1.1.11 dev: true + /minimatch@5.1.6: + resolution: {integrity: sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==} + engines: {node: '>=10'} + dependencies: + brace-expansion: 2.0.1 + dev: true + + /minimatch@9.0.3: + resolution: {integrity: sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + brace-expansion: 2.0.1 + dev: true + /minimist-options@4.1.0: resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==} engines: {node: '>= 6'} @@ -4084,6 +4249,11 @@ packages: resolution: {integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==} dev: true + /minipass@7.0.4: + resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} + engines: {node: '>=16 || 14 >=14.17'} + dev: true + /mixme@0.5.1: resolution: {integrity: sha512-NaeZIckeBFT7i0XBEpGyFcAE0/bLcQ9MHErTpnU3bLWVE5WZbxG5Y3fDsMxYGifTo5khDA42OquXCC2ngKJB+g==} engines: {node: '>= 8.0.0'} @@ -4141,7 +4311,7 @@ packages: dev: true /node-modules-regexp@1.0.0: - resolution: {integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=} + resolution: {integrity: sha512-JMaRS9L4wSRIR+6PTVEikTrq/lMGEZR43a48ETeilY0Q0iMwVnccMFrUM1k+tNzmYuIU0Vh710bCUqHX+/+ctQ==} engines: {node: '>=0.10.0'} dev: true @@ -4182,7 +4352,7 @@ packages: dev: true /object-assign@4.1.1: - resolution: {integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=} + resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} dev: true @@ -4366,10 +4536,27 @@ packages: engines: {node: '>=4'} dev: true + /path-key@3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + dev: true + /path-parse@1.0.6: resolution: {integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==} dev: true + /path-parse@1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + dev: true + + /path-scurry@1.10.1: + resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} + engines: {node: '>=16 || 14 >=14.17'} + dependencies: + lru-cache: 10.1.0 + minipass: 7.0.4 + dev: true + /path-type@3.0.0: resolution: {integrity: sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==} engines: {node: '>=4'} @@ -4410,6 +4597,11 @@ packages: engines: {node: '>=8.6'} dev: true + /picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + dev: true + /pidtree@0.3.1: resolution: {integrity: sha512-qQbW94hLHEqCg7nhby4yRC7G2+jYHY4Rguc2bjw7Uug4GIJuu1tvf2uHaZv5Q8zdt+WKJ6qK1FOI6amaWUo5FA==} engines: {node: '>=0.10'} @@ -4773,7 +4965,7 @@ packages: /remark-rehype@7.0.0: resolution: {integrity: sha512-uqQ/VbaTdxyu/da6npHAso6hA00cMqhA3a59RziQdOLN2KEIkPykAVy52IcmZEVTuauXO0VtpxkyCey4phtHzQ==} dependencies: - mdast-util-to-hast: 9.1.0 + mdast-util-to-hast: 9.1.2 dev: true /remark-slug@6.0.0: @@ -4837,6 +5029,15 @@ packages: path-parse: 1.0.6 dev: true + /resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} + hasBin: true + dependencies: + is-core-module: 2.13.1 + path-parse: 1.0.7 + supports-preserve-symlinks-flag: 1.0.0 + dev: true + /retext-latin@2.0.4: resolution: {integrity: sha512-fOoSSoQgDZ+l/uS81oxI3alBghDUPja0JEl0TpQxI6MN+dhM6fLFumPJwMZ4PJTyL5FFAgjlsdv8IX+6IRuwMw==} dependencies: @@ -4877,21 +5078,7 @@ packages: inherits: 2.0.4 dev: true - /rollup-plugin-commonjs@10.1.0(rollup@2.58.0): - resolution: {integrity: sha512-jlXbjZSQg8EIeAAvepNwhJj++qJWNJw1Cl0YnOqKtP5Djx+fFGkp3WRh+W0ASCaFG5w1jhmzDxgu3SJuVxPF4Q==} - deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-commonjs. - peerDependencies: - rollup: '>=1.12.0' - dependencies: - estree-walker: 0.6.1 - is-reference: 1.2.1 - magic-string: 0.25.7 - resolve: 1.20.0 - rollup: 2.58.0 - rollup-pluginutils: 2.8.2 - dev: true - - /rollup-plugin-dts@3.0.1(rollup@2.47.0)(typescript@4.2.4): + /rollup-plugin-dts@3.0.1(rollup@2.79.1)(typescript@4.2.4): resolution: {integrity: sha512-sdTsd0tEIV1b5Bio1k4Ei3N4/7jbwcVRdlYotGYdJOKR59JH7DzqKTSCbfaKPzuAcKTp7k317z2BzYJ3bkhDTw==} engines: {node: '>=12'} peerDependencies: @@ -4899,7 +5086,7 @@ packages: typescript: ^4.2.3 dependencies: magic-string: 0.25.7 - rollup: 2.47.0 + rollup: 2.79.1 typescript: 4.2.4 optionalDependencies: '@babel/code-frame': 7.12.13 @@ -4932,34 +5119,20 @@ packages: rollup-pluginutils: 2.8.2 dev: true - /rollup-plugin-node-resolve@5.2.0(rollup@2.58.0): - resolution: {integrity: sha512-jUlyaDXts7TW2CqQ4GaO5VJ4PwwaV8VUGA7+km3n6k6xtOEacf61u0VXwN80phY/evMcaS+9eIeJ9MOyDxt5Zw==} - deprecated: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-node-resolve. - peerDependencies: - rollup: '>=1.11.0' - dependencies: - '@types/resolve': 0.0.8 - builtin-modules: 3.1.0 - is-module: 1.0.0 - resolve: 1.20.0 - rollup: 2.58.0 - rollup-pluginutils: 2.8.2 - dev: true - - /rollup-plugin-svelte@5.2.3(rollup@2.58.0)(svelte@4.0.0): + /rollup-plugin-svelte@5.2.3(rollup@2.79.1)(svelte@4.0.0): resolution: {integrity: sha512-513vOht9A93OV7fvmpIq8mD1JFgTZ5LidmpULKM2Od9P1l8oI5KwvO32fwCnASuVJS1EkRfvCnS7vKQ8DF4srg==} peerDependencies: rollup: '>=0.60.0' svelte: '*' dependencies: require-relative: 0.8.7 - rollup: 2.58.0 + rollup: 2.79.1 rollup-pluginutils: 2.8.2 sourcemap-codec: 1.4.8 svelte: 4.0.0 dev: true - /rollup-plugin-svelte@7.1.6(rollup@2.58.0)(svelte@4.2.9): + /rollup-plugin-svelte@7.1.6(rollup@2.79.1)(svelte@4.2.9): resolution: {integrity: sha512-nVFRBpGWI2qUY1OcSiEEA/kjCY2+vAjO9BI8SzA7NRrh2GTunLd6w2EYmnMt/atgdg8GvcNjLsmZmbQs/u4SQA==} engines: {node: '>=10'} peerDependencies: @@ -4968,18 +5141,18 @@ packages: dependencies: '@rollup/pluginutils': 4.2.1 resolve.exports: 2.0.2 - rollup: 2.58.0 + rollup: 2.79.1 svelte: 4.2.9 dev: true - /rollup-plugin-terser@7.0.2(rollup@2.58.0): + /rollup-plugin-terser@7.0.2(rollup@2.79.1): resolution: {integrity: sha512-w3iIaU4OxcF52UUXiZNsNeuXIMDvFrr+ZXK6bFZ0Q60qyVfq4uLptoS4bbq3paG3x216eQllFZX7zt6TIImguQ==} peerDependencies: rollup: ^2.0.0 dependencies: '@babel/code-frame': 7.12.13 jest-worker: 26.6.2 - rollup: 2.58.0 + rollup: 2.79.1 serialize-javascript: 4.0.0 terser: 5.9.0 dev: true @@ -4990,16 +5163,8 @@ packages: estree-walker: 0.6.1 dev: true - /rollup@2.47.0: - resolution: {integrity: sha512-rqBjgq9hQfW0vRmz+0S062ORRNJXvwRpzxhFXORvar/maZqY6za3rgQ/p1Glg+j1hnc1GtYyQCPiAei95uTElg==} - engines: {node: '>=10.0.0'} - hasBin: true - optionalDependencies: - fsevents: 2.3.2 - dev: true - - /rollup@2.58.0: - resolution: {integrity: sha512-NOXpusKnaRpbS7ZVSzcEXqxcLDOagN6iFS8p45RkoiMqPHDLwJm758UF05KlMoCRbLBTZsPOIa887gZJ1AiXvw==} + /rollup@2.79.1: + resolution: {integrity: sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==} engines: {node: '>=10.0.0'} hasBin: true optionalDependencies: @@ -5096,11 +5261,23 @@ packages: shebang-regex: 1.0.0 dev: true + /shebang-command@2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + dependencies: + shebang-regex: 3.0.0 + dev: true + /shebang-regex@1.0.0: resolution: {integrity: sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=} engines: {node: '>=0.10.0'} dev: true + /shebang-regex@3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + dev: true + /shell-quote@1.7.2: resolution: {integrity: sha512-mRz/m/JVscCrkMyPqHc/bczi3OQHkLTqXHEFu0zDhK/qfv3UcOA4SVmRCLmos4bhjr9ekVQubj/R7waKapmiQg==} dev: true @@ -5116,6 +5293,11 @@ packages: resolution: {integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==} dev: true + /signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + dev: true + /sirv@2.0.4: resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} engines: {node: '>= 10'} @@ -5247,6 +5429,15 @@ packages: strip-ansi: 6.0.0 dev: true + /string-width@5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + dependencies: + eastasianwidth: 0.2.0 + emoji-regex: 9.2.2 + strip-ansi: 7.1.0 + dev: true + /string.prototype.padend@3.1.0: resolution: {integrity: sha512-3aIv8Ffdp8EZj8iLwREGpQaUZiPyrWrpzMBHvkiSW/bK/EGve9np07Vwy7IJ5waydpGXzQZu/F8Oze2/IWkBaA==} engines: {node: '>= 0.4'} @@ -5309,6 +5500,20 @@ packages: ansi-regex: 5.0.0 dev: true + /strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + dependencies: + ansi-regex: 5.0.1 + dev: true + + /strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + dependencies: + ansi-regex: 6.0.1 + dev: true + /strip-bom@3.0.0: resolution: {integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=} engines: {node: '>=4'} @@ -5326,13 +5531,14 @@ packages: min-indent: 1.0.1 dev: true - /sucrase@3.15.0: - resolution: {integrity: sha512-05TJOUfMgckH7wKqfk/1p4G6q16nIeW/GHQwD44vkT0mQMqqzgfHCwkX3whNmwyOo7nVF0jDLwVu/qOBTtsscw==} - engines: {node: '>=8'} + /sucrase@3.35.0: + resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} + engines: {node: '>=16 || 14 >=14.17'} hasBin: true dependencies: + '@jridgewell/gen-mapping': 0.3.3 commander: 4.1.1 - glob: 7.1.6 + glob: 10.3.10 lines-and-columns: 1.1.6 mz: 2.7.0 pirates: 4.0.1 @@ -5353,6 +5559,11 @@ packages: has-flag: 4.0.0 dev: true + /supports-preserve-symlinks-flag@1.0.0: + resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} + engines: {node: '>= 0.4'} + dev: true + /svelte-hmr@0.15.3(svelte@4.2.9): resolution: {integrity: sha512-41snaPswvSf8TJUhlkoJBekRrABDXDMdpNpT2tfHIv4JuhgvHqLMhEPGtaQn0BmbNSTkuz2Ed20DF2eHw0SmBQ==} engines: {node: ^12.20 || ^14.13.1 || >= 16} @@ -5429,7 +5640,7 @@ packages: dev: true /thenify-all@1.6.0: - resolution: {integrity: sha1-GhkY1ALY/D+Y+/I02wvMjMEOlyY=} + resolution: {integrity: sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==} engines: {node: '>=0.8'} dependencies: thenify: 3.3.1 @@ -5487,10 +5698,6 @@ packages: engines: {node: '>=6'} dev: true - /trim-lines@1.1.3: - resolution: {integrity: sha512-E0ZosSWYK2mkSu+KEtQ9/KqarVjA9HztOSX+9FDdNacRAq29RRV6ZQNgob3iuW8Htar9vAfEa6yyt5qBAHZDBA==} - dev: true - /trim-newlines@3.0.0: resolution: {integrity: sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==} engines: {node: '>=8'} @@ -5645,8 +5852,8 @@ packages: resolution: {integrity: sha512-f98yt5pnlMWlzP539tPc4grGMsFaQQlP/vM396b00jngsiINumNmsY8rkXjfoi1c6QaM8nQ3vaGDuoKWbe/1Uw==} dev: true - /unist-util-generated@1.1.5: - resolution: {integrity: sha512-1TC+NxQa4N9pNdayCYA1EGUOCAO0Le3fVp7Jzns6lnua/mYgwHo0tz5WUAfrdpNch1RZLHc61VZ1SDgrtNXLSw==} + /unist-util-generated@1.1.6: + resolution: {integrity: sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==} dev: true /unist-util-is@2.1.3: @@ -5761,8 +5968,8 @@ packages: vfile-message: 2.0.4 dev: true - /vite@4.5.0(@types/node@14.14.44): - resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==} + /vite@4.5.2(@types/node@14.14.44): + resolution: {integrity: sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -5797,7 +6004,7 @@ packages: fsevents: 2.3.2 dev: true - /vitefu@0.2.5(vite@4.5.0): + /vitefu@0.2.5(vite@4.5.2): resolution: {integrity: sha512-SgHtMLoqaeeGnd2evZ849ZbACbnwQCIwRH57t18FxcXoZop0uQu0uzlIhJBlF/eWVzuce0sHeqPcDo+evVcg8Q==} peerDependencies: vite: ^3.0.0 || ^4.0.0 || ^5.0.0 @@ -5805,7 +6012,7 @@ packages: vite: optional: true dependencies: - vite: 4.5.0(@types/node@14.14.44) + vite: 4.5.2(@types/node@14.14.44) dev: true /vlq@0.2.3: @@ -5849,6 +6056,14 @@ packages: isexe: 2.0.0 dev: true + /which@2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + dependencies: + isexe: 2.0.0 + dev: true + /widest-line@2.0.1: resolution: {integrity: sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==} engines: {node: '>=4'} @@ -5865,6 +6080,24 @@ packages: strip-ansi: 6.0.0 dev: true + /wrap-ansi@7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + dependencies: + ansi-styles: 4.3.0 + string-width: 4.2.2 + strip-ansi: 6.0.1 + dev: true + + /wrap-ansi@8.1.0: + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} + dependencies: + ansi-styles: 6.2.1 + string-width: 5.1.2 + strip-ansi: 7.1.0 + dev: true + /wrappy@1.0.2: resolution: {integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=} dev: true