@umijs/deps
Version:
[](https://packagephobia.now.sh/result?p=@umijs/deps)
1 lines • 66.7 kB
JavaScript
module.exports=function(){var e={233:function(e,t,r){"use strict";const n=r(335).y;const i=r(335).P;class CodeNode{constructor(e){this.generatedCode=e}clone(){return new CodeNode(this.generatedCode)}getGeneratedCode(){return this.generatedCode}getMappings(e){const t=n(this.generatedCode);const r=Array(t+1).join(";");if(t>0){e.unfinishedGeneratedLine=i(this.generatedCode);if(e.unfinishedGeneratedLine>0){return r+"A"}else{return r}}else{const t=e.unfinishedGeneratedLine;e.unfinishedGeneratedLine+=i(this.generatedCode);if(t===0&&e.unfinishedGeneratedLine>0){return"A"}else{return""}}}addGeneratedCode(e){this.generatedCode+=e}mapGeneratedCode(e){const t=e(this.generatedCode);return new CodeNode(t)}getNormalizedNodes(){return[this]}merge(e){if(e instanceof CodeNode){this.generatedCode+=e.generatedCode;return this}return false}}e.exports=CodeNode},940:function(e){"use strict";class MappingsContext{constructor(){this.sourcesIndices=new Map;this.sourcesContent=new Map;this.hasSourceContent=false;this.currentOriginalLine=1;this.currentSource=0;this.unfinishedGeneratedLine=false}ensureSource(e,t){let r=this.sourcesIndices.get(e);if(typeof r==="number"){return r}r=this.sourcesIndices.size;this.sourcesIndices.set(e,r);this.sourcesContent.set(e,t);if(typeof t==="string")this.hasSourceContent=true;return r}getArrays(){const e=[];const t=[];for(const r of this.sourcesContent){e.push(r[0]);t.push(r[1])}return{sources:e,sourcesContent:t}}}e.exports=MappingsContext},482:function(e,t,r){"use strict";const n=r(439);const i=r(335).y;const s=r(335).P;const o=";AAAA";class SingleLineNode{constructor(e,t,r,n){this.generatedCode=e;this.originalSource=r;this.source=t;this.line=n||1;this._numberOfLines=i(this.generatedCode);this._endsWithNewLine=e[e.length-1]==="\n"}clone(){return new SingleLineNode(this.generatedCode,this.source,this.originalSource,this.line)}getGeneratedCode(){return this.generatedCode}getMappings(e){if(!this.generatedCode)return"";const t=this._numberOfLines;const r=e.ensureSource(this.source,this.originalSource);let i="A";if(e.unfinishedGeneratedLine)i=","+n.encode(e.unfinishedGeneratedLine);i+=n.encode(r-e.currentSource);i+=n.encode(this.line-e.currentOriginalLine);i+="A";e.currentSource=r;e.currentOriginalLine=this.line;const u=e.unfinishedGeneratedLine=s(this.generatedCode);i+=Array(t).join(o);if(u===0){i+=";"}else{if(t!==0)i+=o}return i}getNormalizedNodes(){return[this]}mapGeneratedCode(e){const t=e(this.generatedCode);return new SingleLineNode(t,this.source,this.originalSource,this.line)}merge(e){if(e instanceof SingleLineNode){return this.mergeSingleLineNode(e)}return false}mergeSingleLineNode(e){if(this.source===e.source&&this.originalSource===e.originalSource){if(this.line===e.line){this.generatedCode+=e.generatedCode;this._numberOfLines+=e._numberOfLines;this._endsWithNewLine=e._endsWithNewLine;return this}else if(this.line+1===e.line&&this._endsWithNewLine&&this._numberOfLines===1&&e._numberOfLines<=1){return new u(this.generatedCode+e.generatedCode,this.source,this.originalSource,this.line)}}return false}}e.exports=SingleLineNode;const u=r(839)},950:function(e,t,r){"use strict";const n=r(233);const i=r(839);const s=r(940);const o=r(335).y;class SourceListMap{constructor(e,t,r){if(Array.isArray(e)){this.children=e}else{this.children=[];if(e||t)this.add(e,t,r)}}add(e,t,r){if(typeof e==="string"){if(t){this.children.push(new i(e,t,r))}else if(this.children.length>0&&this.children[this.children.length-1]instanceof n){this.children[this.children.length-1].addGeneratedCode(e)}else{this.children.push(new n(e))}}else if(e.getMappings&&e.getGeneratedCode){this.children.push(e)}else if(e.children){e.children.forEach(function(e){this.children.push(e)},this)}else{throw new Error("Invalid arguments to SourceListMap.protfotype.add: Expected string, Node or SourceListMap")}}preprend(e,t,r){if(typeof e==="string"){if(t){this.children.unshift(new i(e,t,r))}else if(this.children.length>0&&this.children[this.children.length-1].preprendGeneratedCode){this.children[this.children.length-1].preprendGeneratedCode(e)}else{this.children.unshift(new n(e))}}else if(e.getMappings&&e.getGeneratedCode){this.children.unshift(e)}else if(e.children){e.children.slice().reverse().forEach(function(e){this.children.unshift(e)},this)}else{throw new Error("Invalid arguments to SourceListMap.protfotype.prerend: Expected string, Node or SourceListMap")}}mapGeneratedCode(e){const t=[];this.children.forEach(function(e){e.getNormalizedNodes().forEach(function(e){t.push(e)})});const r=[];t.forEach(function(t){t=t.mapGeneratedCode(e);if(r.length===0){r.push(t)}else{const e=r[r.length-1];const n=e.merge(t);if(n){r[r.length-1]=n}else{r.push(t)}}});return new SourceListMap(r)}toString(){return this.children.map(function(e){return e.getGeneratedCode()}).join("")}toStringWithSourceMap(e){const t=new s;const r=this.children.map(function(e){return e.getGeneratedCode()}).join("");const n=this.children.map(function(e){return e.getMappings(t)}).join("");const i=t.getArrays();return{source:r,map:{version:3,file:e&&e.file,sources:i.sources,sourcesContent:t.hasSourceContent?i.sourcesContent:undefined,mappings:n}}}}e.exports=SourceListMap},839:function(e,t,r){"use strict";const n=r(439);const i=r(335).y;const s=r(335).P;const o=";AACA";class SourceNode{constructor(e,t,r,n){this.generatedCode=e;this.originalSource=r;this.source=t;this.startingLine=n||1;this._numberOfLines=i(this.generatedCode);this._endsWithNewLine=e[e.length-1]==="\n"}clone(){return new SourceNode(this.generatedCode,this.source,this.originalSource,this.startingLine)}getGeneratedCode(){return this.generatedCode}addGeneratedCode(e){this.generatedCode+=e;this._numberOfLines+=i(e);this._endsWithNewLine=e[e.length-1]==="\n"}getMappings(e){if(!this.generatedCode)return"";const t=this._numberOfLines;const r=e.ensureSource(this.source,this.originalSource);let i="A";if(e.unfinishedGeneratedLine)i=","+n.encode(e.unfinishedGeneratedLine);i+=n.encode(r-e.currentSource);i+=n.encode(this.startingLine-e.currentOriginalLine);i+="A";e.currentSource=r;e.currentOriginalLine=this.startingLine+t-1;const u=e.unfinishedGeneratedLine=s(this.generatedCode);i+=Array(t).join(o);if(u===0){i+=";"}else{if(t!==0){i+=o}e.currentOriginalLine++}return i}mapGeneratedCode(e){throw new Error("Cannot map generated code on a SourceMap. Normalize to SingleLineNode first.")}getNormalizedNodes(){var e=[];var t=this.startingLine;var r=this.generatedCode;var n=0;var i=r.length;while(n<i){var s=r.indexOf("\n",n)+1;if(s===0)s=i;var o=r.substr(n,s-n);e.push(new u(o,this.source,this.originalSource,t));n=s;t++}return e}merge(e){if(e instanceof SourceNode){return this.mergeSourceNode(e)}else if(e instanceof u){return this.mergeSingleLineNode(e)}return false}mergeSourceNode(e){if(this.source===e.source&&this._endsWithNewLine&&this.startingLine+this._numberOfLines===e.startingLine){this.generatedCode+=e.generatedCode;this._numberOfLines+=e._numberOfLines;this._endsWithNewLine=e._endsWithNewLine;return this}return false}mergeSingleLineNode(e){if(this.source===e.source&&this._endsWithNewLine&&this.startingLine+this._numberOfLines===e.line&&e._numberOfLines<=1){this.addSingleLineNode(e);return this}return false}addSingleLineNode(e){this.generatedCode+=e.generatedCode;this._numberOfLines+=e._numberOfLines;this._endsWithNewLine=e._endsWithNewLine}}e.exports=SourceNode;const u=r(482)},439:function(e,t){var r={};var n={};"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("").forEach(function(e,t){r[e]=t;n[t]=e});var i={};i.encode=function base64_encode(e){if(e in n){return n[e]}throw new TypeError("Must be between 0 and 63: "+e)};i.decode=function base64_decode(e){if(e in r){return r[e]}throw new TypeError("Not a valid base 64 digit: "+e)};var s=5;var o=1<<s;var u=o-1;var a=o;function toVLQSigned(e){return e<0?(-e<<1)+1:(e<<1)+0}function fromVLQSigned(e){var t=(e&1)===1;var r=e>>1;return t?-r:r}t.encode=function base64VLQ_encode(e){var t="";var r;var n=toVLQSigned(e);do{r=n&u;n>>>=s;if(n>0){r|=a}t+=i.encode(r)}while(n>0);return t};t.decode=function base64VLQ_decode(e,t){var r=0;var n=e.length;var o=0;var c=0;var f,l;do{if(r>=n){throw new Error("Expected more digits in base 64 VLQ value.")}l=i.decode(e.charAt(r++));f=!!(l&a);l&=u;o=o+(l<<c);c+=s}while(f);t.value=fromVLQSigned(o);t.rest=e.slice(r)}},835:function(e,t,r){"use strict";const n=r(439);const i=r(839);const s=r(233);const o=r(950);e.exports=function fromStringWithSourceMap(e,t){const r=t.sources;const u=t.sourcesContent;const a=t.mappings.split(";");const c=e.split("\n");const f=[];let l=null;let h=1;let p=0;let d;function addCode(e){if(l&&l instanceof s){l.addGeneratedCode(e)}else if(l&&l instanceof i&&!e.trim()){l.addGeneratedCode(e);d++}else{l=new s(e);f.push(l)}}function addSource(e,t,r,n){if(l&&l instanceof i&&l.source===t&&d===n){l.addGeneratedCode(e);d++}else{l=new i(e,t,r,n);d=n+1;f.push(l)}}a.forEach(function(e,t){let r=c[t];if(typeof r==="undefined")return;if(t!==c.length-1)r+="\n";if(!e)return addCode(r);e={value:0,rest:e};let n=false;while(e.rest)n=processMapping(e,r,n)||n;if(!n)addCode(r)});if(a.length<c.length){let e=a.length;while(!c[e].trim()&&e<c.length-1){addCode(c[e]+"\n");e++}addCode(c.slice(e).join("\n"))}return new o(f);function processMapping(e,t,i){if(e.rest&&e.rest[0]!==","){n.decode(e.rest,e)}if(!e.rest)return false;if(e.rest[0]===","){e.rest=e.rest.substr(1);return false}n.decode(e.rest,e);const s=e.value+p;p=s;let o;if(e.rest&&e.rest[0]!==","){n.decode(e.rest,e);o=e.value+h;h=o}else{o=h}if(e.rest){const t=e.rest.indexOf(",");e.rest=t===-1?"":e.rest.substr(t)}if(!i){addSource(t,r?r[s]:null,u?u[s]:null,o);return true}}}},335:function(e,t){"use strict";t.y=function getNumberOfLines(e){let t=-1;let r=-1;do{t++;r=e.indexOf("\n",r+1)}while(r>=0);return t};t.P=function getUnfinishedLine(e){const t=e.lastIndexOf("\n");if(t===-1)return e.length;else return e.length-t-1}},728:function(e,t,r){t.SourceListMap=r(950);t.SourceNode=r(839);t.SingleLineNode=r(482);t.CodeNode=r(233);t.MappingsContext=r(940);t.fromStringWithSourceMap=r(835)},209:function(e,t,r){var n=r(755);var i=Object.prototype.hasOwnProperty;var s=typeof Map!=="undefined";function ArraySet(){this._array=[];this._set=s?new Map:Object.create(null)}ArraySet.fromArray=function ArraySet_fromArray(e,t){var r=new ArraySet;for(var n=0,i=e.length;n<i;n++){r.add(e[n],t)}return r};ArraySet.prototype.size=function ArraySet_size(){return s?this._set.size:Object.getOwnPropertyNames(this._set).length};ArraySet.prototype.add=function ArraySet_add(e,t){var r=s?e:n.toSetString(e);var o=s?this.has(e):i.call(this._set,r);var u=this._array.length;if(!o||t){this._array.push(e)}if(!o){if(s){this._set.set(e,u)}else{this._set[r]=u}}};ArraySet.prototype.has=function ArraySet_has(e){if(s){return this._set.has(e)}else{var t=n.toSetString(e);return i.call(this._set,t)}};ArraySet.prototype.indexOf=function ArraySet_indexOf(e){if(s){var t=this._set.get(e);if(t>=0){return t}}else{var r=n.toSetString(e);if(i.call(this._set,r)){return this._set[r]}}throw new Error('"'+e+'" is not in the set.')};ArraySet.prototype.at=function ArraySet_at(e){if(e>=0&&e<this._array.length){return this._array[e]}throw new Error("No element indexed by "+e)};ArraySet.prototype.toArray=function ArraySet_toArray(){return this._array.slice()};t.I=ArraySet},720:function(e,t,r){var n=r(427);var i=5;var s=1<<i;var o=s-1;var u=s;function toVLQSigned(e){return e<0?(-e<<1)+1:(e<<1)+0}function fromVLQSigned(e){var t=(e&1)===1;var r=e>>1;return t?-r:r}t.encode=function base64VLQ_encode(e){var t="";var r;var s=toVLQSigned(e);do{r=s&o;s>>>=i;if(s>0){r|=u}t+=n.encode(r)}while(s>0);return t};t.decode=function base64VLQ_decode(e,t,r){var s=e.length;var a=0;var c=0;var f,l;do{if(t>=s){throw new Error("Expected more digits in base 64 VLQ value.")}l=n.decode(e.charCodeAt(t++));if(l===-1){throw new Error("Invalid base64 digit: "+e.charAt(t-1))}f=!!(l&u);l&=o;a=a+(l<<c);c+=i}while(f);r.value=fromVLQSigned(a);r.rest=t}},427:function(e,t){var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");t.encode=function(e){if(0<=e&&e<r.length){return r[e]}throw new TypeError("Must be between 0 and 63: "+e)};t.decode=function(e){var t=65;var r=90;var n=97;var i=122;var s=48;var o=57;var u=43;var a=47;var c=26;var f=52;if(t<=e&&e<=r){return e-t}if(n<=e&&e<=i){return e-n+c}if(s<=e&&e<=o){return e-s+f}if(e==u){return 62}if(e==a){return 63}return-1}},273:function(e,t){t.GREATEST_LOWER_BOUND=1;t.LEAST_UPPER_BOUND=2;function recursiveSearch(e,r,n,i,s,o){var u=Math.floor((r-e)/2)+e;var a=s(n,i[u],true);if(a===0){return u}else if(a>0){if(r-u>1){return recursiveSearch(u,r,n,i,s,o)}if(o==t.LEAST_UPPER_BOUND){return r<i.length?r:-1}else{return u}}else{if(u-e>1){return recursiveSearch(e,u,n,i,s,o)}if(o==t.LEAST_UPPER_BOUND){return u}else{return e<0?-1:e}}}t.search=function search(e,r,n,i){if(r.length===0){return-1}var s=recursiveSearch(-1,r.length,e,r,n,i||t.GREATEST_LOWER_BOUND);if(s<0){return-1}while(s-1>=0){if(n(r[s],r[s-1],true)!==0){break}--s}return s}},823:function(e,t,r){var n=r(755);function generatedPositionAfter(e,t){var r=e.generatedLine;var i=t.generatedLine;var s=e.generatedColumn;var o=t.generatedColumn;return i>r||i==r&&o>=s||n.compareByGeneratedPositionsInflated(e,t)<=0}function MappingList(){this._array=[];this._sorted=true;this._last={generatedLine:-1,generatedColumn:0}}MappingList.prototype.unsortedForEach=function MappingList_forEach(e,t){this._array.forEach(e,t)};MappingList.prototype.add=function MappingList_add(e){if(generatedPositionAfter(this._last,e)){this._last=e;this._array.push(e)}else{this._sorted=false;this._array.push(e)}};MappingList.prototype.toArray=function MappingList_toArray(){if(!this._sorted){this._array.sort(n.compareByGeneratedPositionsInflated);this._sorted=true}return this._array};t.H=MappingList},746:function(e,t){function swap(e,t,r){var n=e[t];e[t]=e[r];e[r]=n}function randomIntInRange(e,t){return Math.round(e+Math.random()*(t-e))}function doQuickSort(e,t,r,n){if(r<n){var i=randomIntInRange(r,n);var s=r-1;swap(e,i,n);var o=e[n];for(var u=r;u<n;u++){if(t(e[u],o)<=0){s+=1;swap(e,s,u)}}swap(e,s+1,u);var a=s+1;doQuickSort(e,t,r,a-1);doQuickSort(e,t,a+1,n)}}t.U=function(e,t){doQuickSort(e,t,0,e.length-1)}},445:function(e,t,r){var n;var i=r(755);var s=r(273);var o=r(209).I;var u=r(720);var a=r(746).U;function SourceMapConsumer(e,t){var r=e;if(typeof e==="string"){r=i.parseSourceMapInput(e)}return r.sections!=null?new IndexedSourceMapConsumer(r,t):new BasicSourceMapConsumer(r,t)}SourceMapConsumer.fromSourceMap=function(e,t){return BasicSourceMapConsumer.fromSourceMap(e,t)};SourceMapConsumer.prototype._version=3;SourceMapConsumer.prototype.__generatedMappings=null;Object.defineProperty(SourceMapConsumer.prototype,"_generatedMappings",{configurable:true,enumerable:true,get:function(){if(!this.__generatedMappings){this._parseMappings(this._mappings,this.sourceRoot)}return this.__generatedMappings}});SourceMapConsumer.prototype.__originalMappings=null;Object.defineProperty(SourceMapConsumer.prototype,"_originalMappings",{configurable:true,enumerable:true,get:function(){if(!this.__originalMappings){this._parseMappings(this._mappings,this.sourceRoot)}return this.__originalMappings}});SourceMapConsumer.prototype._charIsMappingSeparator=function SourceMapConsumer_charIsMappingSeparator(e,t){var r=e.charAt(t);return r===";"||r===","};SourceMapConsumer.prototype._parseMappings=function SourceMapConsumer_parseMappings(e,t){throw new Error("Subclasses must implement _parseMappings")};SourceMapConsumer.GENERATED_ORDER=1;SourceMapConsumer.ORIGINAL_ORDER=2;SourceMapConsumer.GREATEST_LOWER_BOUND=1;SourceMapConsumer.LEAST_UPPER_BOUND=2;SourceMapConsumer.prototype.eachMapping=function SourceMapConsumer_eachMapping(e,t,r){var n=t||null;var s=r||SourceMapConsumer.GENERATED_ORDER;var o;switch(s){case SourceMapConsumer.GENERATED_ORDER:o=this._generatedMappings;break;case SourceMapConsumer.ORIGINAL_ORDER:o=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var u=this.sourceRoot;o.map(function(e){var t=e.source===null?null:this._sources.at(e.source);t=i.computeSourceURL(u,t,this._sourceMapURL);return{source:t,generatedLine:e.generatedLine,generatedColumn:e.generatedColumn,originalLine:e.originalLine,originalColumn:e.originalColumn,name:e.name===null?null:this._names.at(e.name)}},this).forEach(e,n)};SourceMapConsumer.prototype.allGeneratedPositionsFor=function SourceMapConsumer_allGeneratedPositionsFor(e){var t=i.getArg(e,"line");var r={source:i.getArg(e,"source"),originalLine:t,originalColumn:i.getArg(e,"column",0)};r.source=this._findSourceIndex(r.source);if(r.source<0){return[]}var n=[];var o=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",i.compareByOriginalPositions,s.LEAST_UPPER_BOUND);if(o>=0){var u=this._originalMappings[o];if(e.column===undefined){var a=u.originalLine;while(u&&u.originalLine===a){n.push({line:i.getArg(u,"generatedLine",null),column:i.getArg(u,"generatedColumn",null),lastColumn:i.getArg(u,"lastGeneratedColumn",null)});u=this._originalMappings[++o]}}else{var c=u.originalColumn;while(u&&u.originalLine===t&&u.originalColumn==c){n.push({line:i.getArg(u,"generatedLine",null),column:i.getArg(u,"generatedColumn",null),lastColumn:i.getArg(u,"lastGeneratedColumn",null)});u=this._originalMappings[++o]}}}return n};t.SourceMapConsumer=SourceMapConsumer;function BasicSourceMapConsumer(e,t){var r=e;if(typeof e==="string"){r=i.parseSourceMapInput(e)}var n=i.getArg(r,"version");var s=i.getArg(r,"sources");var u=i.getArg(r,"names",[]);var a=i.getArg(r,"sourceRoot",null);var c=i.getArg(r,"sourcesContent",null);var f=i.getArg(r,"mappings");var l=i.getArg(r,"file",null);if(n!=this._version){throw new Error("Unsupported version: "+n)}if(a){a=i.normalize(a)}s=s.map(String).map(i.normalize).map(function(e){return a&&i.isAbsolute(a)&&i.isAbsolute(e)?i.relative(a,e):e});this._names=o.fromArray(u.map(String),true);this._sources=o.fromArray(s,true);this._absoluteSources=this._sources.toArray().map(function(e){return i.computeSourceURL(a,e,t)});this.sourceRoot=a;this.sourcesContent=c;this._mappings=f;this._sourceMapURL=t;this.file=l}BasicSourceMapConsumer.prototype=Object.create(SourceMapConsumer.prototype);BasicSourceMapConsumer.prototype.consumer=SourceMapConsumer;BasicSourceMapConsumer.prototype._findSourceIndex=function(e){var t=e;if(this.sourceRoot!=null){t=i.relative(this.sourceRoot,t)}if(this._sources.has(t)){return this._sources.indexOf(t)}var r;for(r=0;r<this._absoluteSources.length;++r){if(this._absoluteSources[r]==e){return r}}return-1};BasicSourceMapConsumer.fromSourceMap=function SourceMapConsumer_fromSourceMap(e,t){var r=Object.create(BasicSourceMapConsumer.prototype);var n=r._names=o.fromArray(e._names.toArray(),true);var s=r._sources=o.fromArray(e._sources.toArray(),true);r.sourceRoot=e._sourceRoot;r.sourcesContent=e._generateSourcesContent(r._sources.toArray(),r.sourceRoot);r.file=e._file;r._sourceMapURL=t;r._absoluteSources=r._sources.toArray().map(function(e){return i.computeSourceURL(r.sourceRoot,e,t)});var u=e._mappings.toArray().slice();var c=r.__generatedMappings=[];var f=r.__originalMappings=[];for(var l=0,h=u.length;l<h;l++){var p=u[l];var d=new Mapping;d.generatedLine=p.generatedLine;d.generatedColumn=p.generatedColumn;if(p.source){d.source=s.indexOf(p.source);d.originalLine=p.originalLine;d.originalColumn=p.originalColumn;if(p.name){d.name=n.indexOf(p.name)}f.push(d)}c.push(d)}a(r.__originalMappings,i.compareByOriginalPositions);return r};BasicSourceMapConsumer.prototype._version=3;Object.defineProperty(BasicSourceMapConsumer.prototype,"sources",{get:function(){return this._absoluteSources.slice()}});function Mapping(){this.generatedLine=0;this.generatedColumn=0;this.source=null;this.originalLine=null;this.originalColumn=null;this.name=null}BasicSourceMapConsumer.prototype._parseMappings=function SourceMapConsumer_parseMappings(e,t){var r=1;var n=0;var s=0;var o=0;var c=0;var f=0;var l=e.length;var h=0;var p={};var d={};var _=[];var g=[];var m,S,v,M,C;while(h<l){if(e.charAt(h)===";"){r++;h++;n=0}else if(e.charAt(h)===","){h++}else{m=new Mapping;m.generatedLine=r;for(M=h;M<l;M++){if(this._charIsMappingSeparator(e,M)){break}}S=e.slice(h,M);v=p[S];if(v){h+=S.length}else{v=[];while(h<M){u.decode(e,h,d);C=d.value;h=d.rest;v.push(C)}if(v.length===2){throw new Error("Found a source, but no line and column")}if(v.length===3){throw new Error("Found a source and line, but no column")}p[S]=v}m.generatedColumn=n+v[0];n=m.generatedColumn;if(v.length>1){m.source=c+v[1];c+=v[1];m.originalLine=s+v[2];s=m.originalLine;m.originalLine+=1;m.originalColumn=o+v[3];o=m.originalColumn;if(v.length>4){m.name=f+v[4];f+=v[4]}}g.push(m);if(typeof m.originalLine==="number"){_.push(m)}}}a(g,i.compareByGeneratedPositionsDeflated);this.__generatedMappings=g;a(_,i.compareByOriginalPositions);this.__originalMappings=_};BasicSourceMapConsumer.prototype._findMapping=function SourceMapConsumer_findMapping(e,t,r,n,i,o){if(e[r]<=0){throw new TypeError("Line must be greater than or equal to 1, got "+e[r])}if(e[n]<0){throw new TypeError("Column must be greater than or equal to 0, got "+e[n])}return s.search(e,t,i,o)};BasicSourceMapConsumer.prototype.computeColumnSpans=function SourceMapConsumer_computeColumnSpans(){for(var e=0;e<this._generatedMappings.length;++e){var t=this._generatedMappings[e];if(e+1<this._generatedMappings.length){var r=this._generatedMappings[e+1];if(t.generatedLine===r.generatedLine){t.lastGeneratedColumn=r.generatedColumn-1;continue}}t.lastGeneratedColumn=Infinity}};BasicSourceMapConsumer.prototype.originalPositionFor=function SourceMapConsumer_originalPositionFor(e){var t={generatedLine:i.getArg(e,"line"),generatedColumn:i.getArg(e,"column")};var r=this._findMapping(t,this._generatedMappings,"generatedLine","generatedColumn",i.compareByGeneratedPositionsDeflated,i.getArg(e,"bias",SourceMapConsumer.GREATEST_LOWER_BOUND));if(r>=0){var n=this._generatedMappings[r];if(n.generatedLine===t.generatedLine){var s=i.getArg(n,"source",null);if(s!==null){s=this._sources.at(s);s=i.computeSourceURL(this.sourceRoot,s,this._sourceMapURL)}var o=i.getArg(n,"name",null);if(o!==null){o=this._names.at(o)}return{source:s,line:i.getArg(n,"originalLine",null),column:i.getArg(n,"originalColumn",null),name:o}}}return{source:null,line:null,column:null,name:null}};BasicSourceMapConsumer.prototype.hasContentsOfAllSources=function BasicSourceMapConsumer_hasContentsOfAllSources(){if(!this.sourcesContent){return false}return this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return e==null})};BasicSourceMapConsumer.prototype.sourceContentFor=function SourceMapConsumer_sourceContentFor(e,t){if(!this.sourcesContent){return null}var r=this._findSourceIndex(e);if(r>=0){return this.sourcesContent[r]}var n=e;if(this.sourceRoot!=null){n=i.relative(this.sourceRoot,n)}var s;if(this.sourceRoot!=null&&(s=i.urlParse(this.sourceRoot))){var o=n.replace(/^file:\/\//,"");if(s.scheme=="file"&&this._sources.has(o)){return this.sourcesContent[this._sources.indexOf(o)]}if((!s.path||s.path=="/")&&this._sources.has("/"+n)){return this.sourcesContent[this._sources.indexOf("/"+n)]}}if(t){return null}else{throw new Error('"'+n+'" is not in the SourceMap.')}};BasicSourceMapConsumer.prototype.generatedPositionFor=function SourceMapConsumer_generatedPositionFor(e){var t=i.getArg(e,"source");t=this._findSourceIndex(t);if(t<0){return{line:null,column:null,lastColumn:null}}var r={source:t,originalLine:i.getArg(e,"line"),originalColumn:i.getArg(e,"column")};var n=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",i.compareByOriginalPositions,i.getArg(e,"bias",SourceMapConsumer.GREATEST_LOWER_BOUND));if(n>=0){var s=this._originalMappings[n];if(s.source===r.source){return{line:i.getArg(s,"generatedLine",null),column:i.getArg(s,"generatedColumn",null),lastColumn:i.getArg(s,"lastGeneratedColumn",null)}}}return{line:null,column:null,lastColumn:null}};n=BasicSourceMapConsumer;function IndexedSourceMapConsumer(e,t){var r=e;if(typeof e==="string"){r=i.parseSourceMapInput(e)}var n=i.getArg(r,"version");var s=i.getArg(r,"sections");if(n!=this._version){throw new Error("Unsupported version: "+n)}this._sources=new o;this._names=new o;var u={line:-1,column:0};this._sections=s.map(function(e){if(e.url){throw new Error("Support for url field in sections not implemented.")}var r=i.getArg(e,"offset");var n=i.getArg(r,"line");var s=i.getArg(r,"column");if(n<u.line||n===u.line&&s<u.column){throw new Error("Section offsets must be ordered and non-overlapping.")}u=r;return{generatedOffset:{generatedLine:n+1,generatedColumn:s+1},consumer:new SourceMapConsumer(i.getArg(e,"map"),t)}})}IndexedSourceMapConsumer.prototype=Object.create(SourceMapConsumer.prototype);IndexedSourceMapConsumer.prototype.constructor=SourceMapConsumer;IndexedSourceMapConsumer.prototype._version=3;Object.defineProperty(IndexedSourceMapConsumer.prototype,"sources",{get:function(){var e=[];for(var t=0;t<this._sections.length;t++){for(var r=0;r<this._sections[t].consumer.sources.length;r++){e.push(this._sections[t].consumer.sources[r])}}return e}});IndexedSourceMapConsumer.prototype.originalPositionFor=function IndexedSourceMapConsumer_originalPositionFor(e){var t={generatedLine:i.getArg(e,"line"),generatedColumn:i.getArg(e,"column")};var r=s.search(t,this._sections,function(e,t){var r=e.generatedLine-t.generatedOffset.generatedLine;if(r){return r}return e.generatedColumn-t.generatedOffset.generatedColumn});var n=this._sections[r];if(!n){return{source:null,line:null,column:null,name:null}}return n.consumer.originalPositionFor({line:t.generatedLine-(n.generatedOffset.generatedLine-1),column:t.generatedColumn-(n.generatedOffset.generatedLine===t.generatedLine?n.generatedOffset.generatedColumn-1:0),bias:e.bias})};IndexedSourceMapConsumer.prototype.hasContentsOfAllSources=function IndexedSourceMapConsumer_hasContentsOfAllSources(){return this._sections.every(function(e){return e.consumer.hasContentsOfAllSources()})};IndexedSourceMapConsumer.prototype.sourceContentFor=function IndexedSourceMapConsumer_sourceContentFor(e,t){for(var r=0;r<this._sections.length;r++){var n=this._sections[r];var i=n.consumer.sourceContentFor(e,true);if(i){return i}}if(t){return null}else{throw new Error('"'+e+'" is not in the SourceMap.')}};IndexedSourceMapConsumer.prototype.generatedPositionFor=function IndexedSourceMapConsumer_generatedPositionFor(e){for(var t=0;t<this._sections.length;t++){var r=this._sections[t];if(r.consumer._findSourceIndex(i.getArg(e,"source"))===-1){continue}var n=r.consumer.generatedPositionFor(e);if(n){var s={line:n.line+(r.generatedOffset.generatedLine-1),column:n.column+(r.generatedOffset.generatedLine===n.line?r.generatedOffset.generatedColumn-1:0)};return s}}return{line:null,column:null}};IndexedSourceMapConsumer.prototype._parseMappings=function IndexedSourceMapConsumer_parseMappings(e,t){this.__generatedMappings=[];this.__originalMappings=[];for(var r=0;r<this._sections.length;r++){var n=this._sections[r];var s=n.consumer._generatedMappings;for(var o=0;o<s.length;o++){var u=s[o];var c=n.consumer._sources.at(u.source);c=i.computeSourceURL(n.consumer.sourceRoot,c,this._sourceMapURL);this._sources.add(c);c=this._sources.indexOf(c);var f=null;if(u.name){f=n.consumer._names.at(u.name);this._names.add(f);f=this._names.indexOf(f)}var l={source:c,generatedLine:u.generatedLine+(n.generatedOffset.generatedLine-1),generatedColumn:u.generatedColumn+(n.generatedOffset.generatedLine===u.generatedLine?n.generatedOffset.generatedColumn-1:0),originalLine:u.originalLine,originalColumn:u.originalColumn,name:f};this.__generatedMappings.push(l);if(typeof l.originalLine==="number"){this.__originalMappings.push(l)}}}a(this.__generatedMappings,i.compareByGeneratedPositionsDeflated);a(this.__originalMappings,i.compareByOriginalPositions)};n=IndexedSourceMapConsumer},103:function(e,t,r){var n=r(720);var i=r(755);var s=r(209).I;var o=r(823).H;function SourceMapGenerator(e){if(!e){e={}}this._file=i.getArg(e,"file",null);this._sourceRoot=i.getArg(e,"sourceRoot",null);this._skipValidation=i.getArg(e,"skipValidation",false);this._sources=new s;this._names=new s;this._mappings=new o;this._sourcesContents=null}SourceMapGenerator.prototype._version=3;SourceMapGenerator.fromSourceMap=function SourceMapGenerator_fromSourceMap(e){var t=e.sourceRoot;var r=new SourceMapGenerator({file:e.file,sourceRoot:t});e.eachMapping(function(e){var n={generated:{line:e.generatedLine,column:e.generatedColumn}};if(e.source!=null){n.source=e.source;if(t!=null){n.source=i.relative(t,n.source)}n.original={line:e.originalLine,column:e.originalColumn};if(e.name!=null){n.name=e.name}}r.addMapping(n)});e.sources.forEach(function(n){var s=n;if(t!==null){s=i.relative(t,n)}if(!r._sources.has(s)){r._sources.add(s)}var o=e.sourceContentFor(n);if(o!=null){r.setSourceContent(n,o)}});return r};SourceMapGenerator.prototype.addMapping=function SourceMapGenerator_addMapping(e){var t=i.getArg(e,"generated");var r=i.getArg(e,"original",null);var n=i.getArg(e,"source",null);var s=i.getArg(e,"name",null);if(!this._skipValidation){this._validateMapping(t,r,n,s)}if(n!=null){n=String(n);if(!this._sources.has(n)){this._sources.add(n)}}if(s!=null){s=String(s);if(!this._names.has(s)){this._names.add(s)}}this._mappings.add({generatedLine:t.line,generatedColumn:t.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:n,name:s})};SourceMapGenerator.prototype.setSourceContent=function SourceMapGenerator_setSourceContent(e,t){var r=e;if(this._sourceRoot!=null){r=i.relative(this._sourceRoot,r)}if(t!=null){if(!this._sourcesContents){this._sourcesContents=Object.create(null)}this._sourcesContents[i.toSetString(r)]=t}else if(this._sourcesContents){delete this._sourcesContents[i.toSetString(r)];if(Object.keys(this._sourcesContents).length===0){this._sourcesContents=null}}};SourceMapGenerator.prototype.applySourceMap=function SourceMapGenerator_applySourceMap(e,t,r){var n=t;if(t==null){if(e.file==null){throw new Error("SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, "+'or the source map\'s "file" property. Both were omitted.')}n=e.file}var o=this._sourceRoot;if(o!=null){n=i.relative(o,n)}var u=new s;var a=new s;this._mappings.unsortedForEach(function(t){if(t.source===n&&t.originalLine!=null){var s=e.originalPositionFor({line:t.originalLine,column:t.originalColumn});if(s.source!=null){t.source=s.source;if(r!=null){t.source=i.join(r,t.source)}if(o!=null){t.source=i.relative(o,t.source)}t.originalLine=s.line;t.originalColumn=s.column;if(s.name!=null){t.name=s.name}}}var c=t.source;if(c!=null&&!u.has(c)){u.add(c)}var f=t.name;if(f!=null&&!a.has(f)){a.add(f)}},this);this._sources=u;this._names=a;e.sources.forEach(function(t){var n=e.sourceContentFor(t);if(n!=null){if(r!=null){t=i.join(r,t)}if(o!=null){t=i.relative(o,t)}this.setSourceContent(t,n)}},this)};SourceMapGenerator.prototype._validateMapping=function SourceMapGenerator_validateMapping(e,t,r,n){if(t&&typeof t.line!=="number"&&typeof t.column!=="number"){throw new Error("original.line and original.column are not numbers -- you probably meant to omit "+"the original mapping entirely and only map the generated position. If so, pass "+"null for the original mapping instead of an object with empty or null values.")}if(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0&&!t&&!r&&!n){return}else if(e&&"line"in e&&"column"in e&&t&&"line"in t&&"column"in t&&e.line>0&&e.column>=0&&t.line>0&&t.column>=0&&r){return}else{throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:r,original:t,name:n}))}};SourceMapGenerator.prototype._serializeMappings=function SourceMapGenerator_serializeMappings(){var e=0;var t=1;var r=0;var s=0;var o=0;var u=0;var a="";var c;var f;var l;var h;var p=this._mappings.toArray();for(var d=0,_=p.length;d<_;d++){f=p[d];c="";if(f.generatedLine!==t){e=0;while(f.generatedLine!==t){c+=";";t++}}else{if(d>0){if(!i.compareByGeneratedPositionsInflated(f,p[d-1])){continue}c+=","}}c+=n.encode(f.generatedColumn-e);e=f.generatedColumn;if(f.source!=null){h=this._sources.indexOf(f.source);c+=n.encode(h-u);u=h;c+=n.encode(f.originalLine-1-s);s=f.originalLine-1;c+=n.encode(f.originalColumn-r);r=f.originalColumn;if(f.name!=null){l=this._names.indexOf(f.name);c+=n.encode(l-o);o=l}}a+=c}return a};SourceMapGenerator.prototype._generateSourcesContent=function SourceMapGenerator_generateSourcesContent(e,t){return e.map(function(e){if(!this._sourcesContents){return null}if(t!=null){e=i.relative(t,e)}var r=i.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null},this)};SourceMapGenerator.prototype.toJSON=function SourceMapGenerator_toJSON(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};if(this._file!=null){e.file=this._file}if(this._sourceRoot!=null){e.sourceRoot=this._sourceRoot}if(this._sourcesContents){e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)}return e};SourceMapGenerator.prototype.toString=function SourceMapGenerator_toString(){return JSON.stringify(this.toJSON())};t.SourceMapGenerator=SourceMapGenerator},356:function(e,t,r){var n=r(103).SourceMapGenerator;var i=r(755);var s=/(\r?\n)/;var o=10;var u="$$$isSourceNode$$$";function SourceNode(e,t,r,n,i){this.children=[];this.sourceContents={};this.line=e==null?null:e;this.column=t==null?null:t;this.source=r==null?null:r;this.name=i==null?null:i;this[u]=true;if(n!=null)this.add(n)}SourceNode.fromStringWithSourceMap=function SourceNode_fromStringWithSourceMap(e,t,r){var n=new SourceNode;var o=e.split(s);var u=0;var a=function(){var e=getNextLine();var t=getNextLine()||"";return e+t;function getNextLine(){return u<o.length?o[u++]:undefined}};var c=1,f=0;var l=null;t.eachMapping(function(e){if(l!==null){if(c<e.generatedLine){addMappingWithCode(l,a());c++;f=0}else{var t=o[u]||"";var r=t.substr(0,e.generatedColumn-f);o[u]=t.substr(e.generatedColumn-f);f=e.generatedColumn;addMappingWithCode(l,r);l=e;return}}while(c<e.generatedLine){n.add(a());c++}if(f<e.generatedColumn){var t=o[u]||"";n.add(t.substr(0,e.generatedColumn));o[u]=t.substr(e.generatedColumn);f=e.generatedColumn}l=e},this);if(u<o.length){if(l){addMappingWithCode(l,a())}n.add(o.splice(u).join(""))}t.sources.forEach(function(e){var s=t.sourceContentFor(e);if(s!=null){if(r!=null){e=i.join(r,e)}n.setSourceContent(e,s)}});return n;function addMappingWithCode(e,t){if(e===null||e.source===undefined){n.add(t)}else{var s=r?i.join(r,e.source):e.source;n.add(new SourceNode(e.originalLine,e.originalColumn,s,t,e.name))}}};SourceNode.prototype.add=function SourceNode_add(e){if(Array.isArray(e)){e.forEach(function(e){this.add(e)},this)}else if(e[u]||typeof e==="string"){if(e){this.children.push(e)}}else{throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e)}return this};SourceNode.prototype.prepend=function SourceNode_prepend(e){if(Array.isArray(e)){for(var t=e.length-1;t>=0;t--){this.prepend(e[t])}}else if(e[u]||typeof e==="string"){this.children.unshift(e)}else{throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e)}return this};SourceNode.prototype.walk=function SourceNode_walk(e){var t;for(var r=0,n=this.children.length;r<n;r++){t=this.children[r];if(t[u]){t.walk(e)}else{if(t!==""){e(t,{source:this.source,line:this.line,column:this.column,name:this.name})}}}};SourceNode.prototype.join=function SourceNode_join(e){var t;var r;var n=this.children.length;if(n>0){t=[];for(r=0;r<n-1;r++){t.push(this.children[r]);t.push(e)}t.push(this.children[r]);this.children=t}return this};SourceNode.prototype.replaceRight=function SourceNode_replaceRight(e,t){var r=this.children[this.children.length-1];if(r[u]){r.replaceRight(e,t)}else if(typeof r==="string"){this.children[this.children.length-1]=r.replace(e,t)}else{this.children.push("".replace(e,t))}return this};SourceNode.prototype.setSourceContent=function SourceNode_setSourceContent(e,t){this.sourceContents[i.toSetString(e)]=t};SourceNode.prototype.walkSourceContents=function SourceNode_walkSourceContents(e){for(var t=0,r=this.children.length;t<r;t++){if(this.children[t][u]){this.children[t].walkSourceContents(e)}}var n=Object.keys(this.sourceContents);for(var t=0,r=n.length;t<r;t++){e(i.fromSetString(n[t]),this.sourceContents[n[t]])}};SourceNode.prototype.toString=function SourceNode_toString(){var e="";this.walk(function(t){e+=t});return e};SourceNode.prototype.toStringWithSourceMap=function SourceNode_toStringWithSourceMap(e){var t={code:"",line:1,column:0};var r=new n(e);var i=false;var s=null;var u=null;var a=null;var c=null;this.walk(function(e,n){t.code+=e;if(n.source!==null&&n.line!==null&&n.column!==null){if(s!==n.source||u!==n.line||a!==n.column||c!==n.name){r.addMapping({source:n.source,original:{line:n.line,column:n.column},generated:{line:t.line,column:t.column},name:n.name})}s=n.source;u=n.line;a=n.column;c=n.name;i=true}else if(i){r.addMapping({generated:{line:t.line,column:t.column}});s=null;i=false}for(var f=0,l=e.length;f<l;f++){if(e.charCodeAt(f)===o){t.line++;t.column=0;if(f+1===l){s=null;i=false}else if(i){r.addMapping({source:n.source,original:{line:n.line,column:n.column},generated:{line:t.line,column:t.column},name:n.name})}}else{t.column++}}});this.walkSourceContents(function(e,t){r.setSourceContent(e,t)});return{code:t.code,map:r}};t.SourceNode=SourceNode},755:function(e,t){function getArg(e,t,r){if(t in e){return e[t]}else if(arguments.length===3){return r}else{throw new Error('"'+t+'" is a required argument.')}}t.getArg=getArg;var r=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/;var n=/^data:.+\,.+$/;function urlParse(e){var t=e.match(r);if(!t){return null}return{scheme:t[1],auth:t[2],host:t[3],port:t[4],path:t[5]}}t.urlParse=urlParse;function urlGenerate(e){var t="";if(e.scheme){t+=e.scheme+":"}t+="//";if(e.auth){t+=e.auth+"@"}if(e.host){t+=e.host}if(e.port){t+=":"+e.port}if(e.path){t+=e.path}return t}t.urlGenerate=urlGenerate;function normalize(e){var r=e;var n=urlParse(e);if(n){if(!n.path){return e}r=n.path}var i=t.isAbsolute(r);var s=r.split(/\/+/);for(var o,u=0,a=s.length-1;a>=0;a--){o=s[a];if(o==="."){s.splice(a,1)}else if(o===".."){u++}else if(u>0){if(o===""){s.splice(a+1,u);u=0}else{s.splice(a,2);u--}}}r=s.join("/");if(r===""){r=i?"/":"."}if(n){n.path=r;return urlGenerate(n)}return r}t.normalize=normalize;function join(e,t){if(e===""){e="."}if(t===""){t="."}var r=urlParse(t);var i=urlParse(e);if(i){e=i.path||"/"}if(r&&!r.scheme){if(i){r.scheme=i.scheme}return urlGenerate(r)}if(r||t.match(n)){return t}if(i&&!i.host&&!i.path){i.host=t;return urlGenerate(i)}var s=t.charAt(0)==="/"?t:normalize(e.replace(/\/+$/,"")+"/"+t);if(i){i.path=s;return urlGenerate(i)}return s}t.join=join;t.isAbsolute=function(e){return e.charAt(0)==="/"||r.test(e)};function relative(e,t){if(e===""){e="."}e=e.replace(/\/$/,"");var r=0;while(t.indexOf(e+"/")!==0){var n=e.lastIndexOf("/");if(n<0){return t}e=e.slice(0,n);if(e.match(/^([^\/]+:\/)?\/*$/)){return t}++r}return Array(r+1).join("../")+t.substr(e.length+1)}t.relative=relative;var i=function(){var e=Object.create(null);return!("__proto__"in e)}();function identity(e){return e}function toSetString(e){if(isProtoString(e)){return"$"+e}return e}t.toSetString=i?identity:toSetString;function fromSetString(e){if(isProtoString(e)){return e.slice(1)}return e}t.fromSetString=i?identity:fromSetString;function isProtoString(e){if(!e){return false}var t=e.length;if(t<9){return false}if(e.charCodeAt(t-1)!==95||e.charCodeAt(t-2)!==95||e.charCodeAt(t-3)!==111||e.charCodeAt(t-4)!==116||e.charCodeAt(t-5)!==111||e.charCodeAt(t-6)!==114||e.charCodeAt(t-7)!==112||e.charCodeAt(t-8)!==95||e.charCodeAt(t-9)!==95){return false}for(var r=t-10;r>=0;r--){if(e.charCodeAt(r)!==36){return false}}return true}function compareByOriginalPositions(e,t,r){var n=strcmp(e.source,t.source);if(n!==0){return n}n=e.originalLine-t.originalLine;if(n!==0){return n}n=e.originalColumn-t.originalColumn;if(n!==0||r){return n}n=e.generatedColumn-t.generatedColumn;if(n!==0){return n}n=e.generatedLine-t.generatedLine;if(n!==0){return n}return strcmp(e.name,t.name)}t.compareByOriginalPositions=compareByOriginalPositions;function compareByGeneratedPositionsDeflated(e,t,r){var n=e.generatedLine-t.generatedLine;if(n!==0){return n}n=e.generatedColumn-t.generatedColumn;if(n!==0||r){return n}n=strcmp(e.source,t.source);if(n!==0){return n}n=e.originalLine-t.originalLine;if(n!==0){return n}n=e.originalColumn-t.originalColumn;if(n!==0){return n}return strcmp(e.name,t.name)}t.compareByGeneratedPositionsDeflated=compareByGeneratedPositionsDeflated;function strcmp(e,t){if(e===t){return 0}if(e===null){return 1}if(t===null){return-1}if(e>t){return 1}return-1}function compareByGeneratedPositionsInflated(e,t){var r=e.generatedLine-t.generatedLine;if(r!==0){return r}r=e.generatedColumn-t.generatedColumn;if(r!==0){return r}r=strcmp(e.source,t.source);if(r!==0){return r}r=e.originalLine-t.originalLine;if(r!==0){return r}r=e.originalColumn-t.originalColumn;if(r!==0){return r}return strcmp(e.name,t.name)}t.compareByGeneratedPositionsInflated=compareByGeneratedPositionsInflated;function parseSourceMapInput(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}t.parseSourceMapInput=parseSourceMapInput;function computeSourceURL(e,t,r){t=t||"";if(e){if(e[e.length-1]!=="/"&&t[0]!=="/"){e+="/"}t=e+t}if(r){var n=urlParse(r);if(!n){throw new Error("sourceMapURL could not be parsed")}if(n.path){var i=n.path.lastIndexOf("/");if(i>=0){n.path=n.path.substring(0,i+1)}}t=join(urlGenerate(n),t)}return normalize(t)}t.computeSourceURL=computeSourceURL},400:function(e,t,r){t.SourceMapGenerator=r(103).SourceMapGenerator;t.SourceMapConsumer=r(445).SourceMapConsumer;t.SourceNode=r(356).SourceNode},357:function(e,t,r){"use strict";const n=r(598);const i=e=>{if(typeof e!=="object"||!e)return e;const t=Object.assign({},e);if(e.mappings){t.mappings=Buffer.from(e.mappings,"utf-8")}if(e.sourcesContent){t.sourcesContent=e.sourcesContent.map(e=>e&&Buffer.from(e,"utf-8"))}return t};const s=e=>{if(typeof e!=="object"||!e)return e;const t=Object.assign({},e);if(e.mappings){t.mappings=e.mappings.toString("utf-8")}if(e.sourcesContent){t.sourcesContent=e.sourcesContent.map(e=>e&&e.toString("utf-8"))}return t};class CachedSource extends n{constructor(e,t){super();this._source=e;this._cachedSourceType=t?t.source:undefined;this._cachedSource=undefined;this._cachedBuffer=t?t.buffer:undefined;this._cachedSize=t?t.size:undefined;this._cachedMaps=t?t.maps:new Map;this._cachedHashUpdate=t?t.hash:undefined}getCachedData(){if(this._cachedSource){this.buffer()}const e=new Map;for(const t of this._cachedMaps){if(t[1].bufferedMap===undefined){t[1].bufferedMap=i(t[1].map)}e.set(t[0],{map:undefined,bufferedMap:t[1].bufferedMap})}return{buffer:this._cachedBuffer,source:this._cachedSourceType!==undefined?this._cachedSourceType:typeof this._cachedSource==="string"?true:Buffer.isBuffer(this._cachedSource)?false:undefined,size:this._cachedSize,maps:e,hash:this._cachedHashUpdate}}originalLazy(){return this._source}original(){if(typeof this._source==="function")this._source=this._source();return this._source}source(){if(this._cachedSource!==undefined)return this._cachedSource;if(this._cachedBuffer&&this._cachedSourceType!==undefined){return this._cachedSource=this._cachedSourceType?this._cachedBuffer.toString("utf-8"):this._cachedBuffer}else{return this._cachedSource=this.original().source()}}buffer(){if(typeof this._cachedBuffer!=="undefined")return this._cachedBuffer;if(typeof this._cachedSource!=="undefined"){if(Buffer.isBuffer(this._cachedSource)){return this._cachedBuffer=this._cachedSource}return this._cachedBuffer=Buffer.from(this._cachedSource,"utf-8")}if(typeof this.original().buffer==="function"){return this._cachedBuffer=this.original().buffer()}const e=this.source();if(Buffer.isBuffer(e)){return this._cachedBuffer=e}return this._cachedBuffer=Buffer.from(e,"utf-8")}size(){if(typeof this._cachedSize!=="undefined")return this._cachedSize;if(typeof this._cachedSource!=="undefined"){return this._cachedSize=Buffer.byteLength(this._cachedSource)}if(typeof this._cachedBuffer!=="undefined"){return this._cachedSize=this._cachedBuffer.length}return this._cachedSize=this.original().size()}sourceAndMap(e){const t=e?JSON.stringify(e):"{}";let r=this._cachedMaps.get(t);if(r&&r.map===undefined){r.map=s(r.bufferedMap)}if(typeof this._cachedSource!=="undefined"){if(r===undefined){const r=this.original().map(e);this._cachedMaps.set(t,{map:r,bufferedMap:undefined});return{source:this._cachedSource,map:r}}else{return{source:this._cachedSource,map:r.map}}}else if(r!==undefined){return{source:this._cachedSource=this.original().source(),map:r.map}}else{const r=this.original().sourceAndMap(e);this._cachedSource=r.source;this._cachedMaps.set(t,{map:r.map,bufferedMap:undefined});return r}}map(e){const t=e?JSON.stringify(e):"{}";let r=this._cachedMaps.get(t);if(r!==undefined){if(r.map===undefined){r.map=s(r.bufferedMap)}return r.map}const n=this.original().map(e);this._cachedMaps.set(t,{map:n,bufferedMap:undefined});return n}updateHash(e){if(this._cachedHashUpdate!==undefined){for(const t of this._cachedHashUpdate)e.update(t);return}const t=[];let r=undefined;const n={update:e=>{if(typeof e==="string"&&e.length<10240){if(r===undefined){r=e}else{r+=e;if(r>102400){t.push(Buffer.from(r));r=undefined}}}else{if(r!==undefined){t.push(Buffer.from(r));r=undefined}t.push(e)}}};this.original().updateHash(n);if(r!==undefined){t.push(Buffer.from(r))}for(const r of t)e.update(r);this._cachedHashUpdate=t}}e.exports=CachedSource},973:function(e,t,r){"use strict";const n=r(598);class CompatSource extends n{static from(e){return e instanceof n?e:new CompatSource(e)}constructor(e){super();this._sourceLike=e}source(){return this._sourceLike.source()}buffer(){if(typeof this._sourceLike.buffer==="function"){return this._sourceLike.buffer()}return super.buffer()}size(){if(typeof this._sourceLike.size==="function"){return this._sourceLike.size()}return super.size()}map(e){if(typeof this._sourceLike.map==="function"){return this._sourceLike.map(e)}return super.map(e)}sourceAndMap(e){if(typeof this._sourceLike.sourceAndMap==="function"){return this._sourceLike.sourceAndMap(e)}return super.sourceAndMap(e)}updateHash(e){if(typeof this._sourceLike.updateHash==="function"){return this._sourceLike.updateHash(e)}if(typeof this._sourceLike.map==="function"){throw new Error("A Source-like object with a 'map' method must also provide an 'updateHash' method")}e.update(this.buffer())}}e.exports=CompatSource},944:function(e,t,r){"use strict";const n=r(598);const i=r(891);const{SourceNode:s,SourceMapConsumer:o}=r(400);const{SourceListMap:u,fromStringWithSourceMap:a}=r(728);const{getSourceAndMap:c,getMap:f}=r(791);const l=new WeakSet;class ConcatSource extends n{constructor(){super();this._children=[];for(let e=0;e<arguments.length;e++){const t=arguments[e];if(t instanceof ConcatSource){for(const e of t._children){this._children.push(e)}}else{this._children.push(t)}}this._isOptimized=arguments.length===0}getChildren(){if(!this._isOptimized)this._optimize();return this._children}add(e){if(e instanceof ConcatSource){for(const t of e._children){this._children.push(t)}}else{this._children.push(e)}this._isOptimized=false}addAllSkipOptimizing(e){for(const t of e){this._children.push(t)}}buffer(){if(!this._isOptimized)this._optimize();const e=[];for(const t of this._children){if(typeof t.buffer==="function"){e.push(t.buffer())}else{const r=t.source();if(Buffer.isBuffer(r)){e.push(r)}else{e.push(Buffer.from(r,"utf-8"))}}}return Buffer.concat(e)}source(){if(!this._isOptimized)this._optimize();let e="";for(const t of this._children){e+=t.source()}return e}size(){if(!this._isOptimized)this._optimize();let e=0;for(const t of this._children){e+=t.size()}return e}map(e){return f(this,e)}sourceAndMap(e){return c(this,e)}node(e){if(!this._isOptimized)this._optimize();const t=new s(null,null,null,this._children.map(function(t){if(typeof t.node==="function")return t.node(e);const r=t.sourceAndMap(e);if(r.map){return s.fromStringWithSourceMap(r.source,new o(r.map))}else{return r.source}}));return t}listMap(e){if(!this._isOptimized)this._optimize();const t=new u;for(const r of this._children){if(typeof r==="string"){t.add(r)}else if(typeof r.listMap==="function"){t.add(r.listMap(e))}else{const n=r.sourceAndMap(e);if(n.map){t.add(a(n.source,n.map))}else{t.add(n.source)}}}return t}updateHash(e){if(!this._isOptimized)this._optimize();e.update("ConcatSource");for(const t of this._children){t.updateHash(e)}}_optimize(){const e=[];let t=undefined;let r=undefined;const n=e=>{if(r===undefined){r=e}else if(Array.isArray(r)){r.push(e)}else{r=[typeof r==="string"?r:r.source(),e]}};const s=e=>{if(r===undefined){r=e}else if(Array.isArray(r)){r.push(e.source())}else{r=[typeof r==="string"?r:r.source(),e.source()]}};const o=()=>{if(Array.isArray(r)){const t=new i(r.join(""));l.add(t);e.push(t)}else if(typeof r==="string"){const t=new i(r);l.add(t);e.push(t)}else{e.push(r)}};for(const i of this._children){if(typeof i==="string"){if(t===undefined){t=i}else{t+=i}}else{if(t!==undefined){n(t);t=undefined}if(l.has(i)){s(i)}else{if(r!==undefined){o();r=undefined}e.push(i)}}}if(t!==undefined){n(t)}if(r!==undefined){o()}this._children=e;this._isOptimized=true}}e.exports=ConcatSource},389:function(e,t,r){"use strict";const n=r(598);const{SourceNode:i}=r(400);const{SourceListMap:s}=r(728);const{getSourceAndMap:o,getMap:u}=r(791);const a=/(?!$)[^\n\r;{}]*[\n\r;{}]*/g;function _splitCode(e){return e.match(a)||[]}class OriginalSource extends n{constructor(e,t){super();const r=Buffer.isBuffer(e);this._value=r?undefined:e;this._valueAsBuffer=r?e:undefined;this._name=t}getName(){return this._name}source(){if(this._