replaywebpage 2.0.0-beta.2 → 2.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/electron.js CHANGED
@@ -34,5 +34,5 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
34
34
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
35
35
  PERFORMANCE OF THIS SOFTWARE.
36
36
  ***************************************************************************** */
37
- function le(e,t,i,n){return new(i||(i=Promise))((function(r,a){function s(e){try{c(n.next(e))}catch(e){a(e)}}function o(e){try{c(n.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,o)}c((n=n.apply(e,t||[])).next())}))}class ue{constructor(){this.mutex=Promise.resolve()}lock(){let e=()=>{};return this.mutex=this.mutex.then((()=>new Promise(e))),new Promise((t=>{e=t}))}dispatch(e){return le(this,void 0,void 0,(function*(){const t=yield this.lock();try{return yield Promise.resolve(e())}finally{t()}}))}}const pe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global;ae=pe.Buffer,pe.TextEncoder&&new pe.TextEncoder;"a".charCodeAt(0),"0".charCodeAt(0);const de="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",fe=new Uint8Array(256);for(let e=0;e<de.length;e++)fe[de.charCodeAt(e)]=e;new ue,new Map;new ue;new ue;new DataView(new ArrayBuffer(4));new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ArrayBuffer(8);new ue;new ArrayBuffer(8);new ue;new ArrayBuffer(8);new ue;new ue;new ue;function me(e,t){if(1===e.length)return e[0];let i=new Uint8Array(t),n=0;for(let t of e)i.set(t,n),n+=t.byteLength;return i}function ge(e,t){return[e.slice(0,t),e.slice(t)]}var _e=new TextDecoder("utf-8"),Ee=class extends ce.Inflate{constructor(e,t){super(e),this.ended=!1,this.chunks=[],this.reader=t}onEnd(e){this.err=e,this.err||(this.reader._rawOffset+=this.strm.total_in)}},be=class e{static async readFully(e){let t=[],i=0;for await(let n of e)t.push(n),i+=n.byteLength;return me(t,i)}getReadableStream(){let e=this[Symbol.asyncIterator]();return new ReadableStream({pull:t=>e.next().then((e=>{e.done||!e.value?t.close():t.enqueue(e.value)}))})}async readFully(){return await e.readFully(this)}async readline(e=0){let t=await this.readlineRaw(e);return t?_e.decode(t):""}async*iterLines(e=0){let t=null;for(;t=await this.readline(e);)yield t}};var ve=class e extends be{constructor(t,i="gzip",n=!1){let r;if(super(),this.compressed=i,this.opts={raw:"deflateRaw"===i},this.inflator=i?new Ee(this.opts,this):null,function(e){return e&&Symbol.asyncIterator in Object(e)}(t))r=t;else if("object"==typeof t&&"read"in t&&"function"==typeof t.read)r=e.fromReadable(t);else if(t instanceof ReadableStream)r=e.fromReadable(t.getReader());else{if(!function(e){return e&&Symbol.iterator in Object(e)}(t))throw new TypeError("Invalid Stream Source");r=e.fromIter(t)}this._sourceIter=n?this.dechunk(r):r[Symbol.asyncIterator](),this.lastValue=null,this.errored=!1,this._savedChunk=null,this._rawOffset=0,this._readOffset=0,this.numChunks=0}async _loadNext(){let e=await this._sourceIter.next();return e.done?null:e.value}async*dechunk(t){let i=t instanceof e?t:new e(t,null),n=-1,r=!0;for(;0!=n;){let e=await i.readlineRaw(64),t=new Uint8Array;if(n=e?parseInt(_e.decode(e),16):0,!n||n>2**32){if(Number.isNaN(n)||n>2**32){r||(this.errored=!0),yield e;break}}else if(t=await i.readSize(n),t.length!=n){r?yield e:this.errored=!0,yield t;break}let a=await i.readSize(2);if(13!=a[0]||10!=a[1]){r?yield e:this.errored=!0,yield t,yield a;break}if(r=!1,!t||0===n)return;yield t}yield*i}unread(e){e.length&&(this._readOffset-=e.length,this._savedChunk&&console.log("Already have chunk!"),this._savedChunk=e)}async _next(){if(this._savedChunk){let e=this._savedChunk;return this._savedChunk=null,e}if(this.compressed){let e=this._getNextChunk();if(e)return e}let e=await this._loadNext();for(;this.compressed&&e;){this._push(e);let t=this._getNextChunk(e);if(t)return t;e=await this._loadNext()}return e}_push(e){if(!this.inflator)throw new Error("AsyncIterReader cannot call _push when this.compressed is null");this.lastValue=e,this.inflator.ended&&(this.inflator=new Ee(this.opts,this)),this.inflator.push(e),this.inflator.err&&this.inflator.ended&&"deflate"===this.compressed&&!1===this.opts.raw&&0===this.numChunks&&(this.opts.raw=!0,this.compressed="deflateRaw",this.inflator=new Ee(this.opts,this),this.inflator.push(e))}_getNextChunk(e){if(!this.inflator)throw new Error("AsyncIterReader cannot call _getNextChunk when this.compressed is null");for(;;){if(this.inflator.chunks.length>0)return this.numChunks++,this.inflator.chunks.shift();if(this.inflator.ended){if(0!==this.inflator.err)return this.compressed=null,e;let t=this.inflator.strm.avail_in;if(t&&this.lastValue){this._push(this.lastValue.slice(-t));continue}}return null}}async*[Symbol.asyncIterator](){let e=null;for(;e=await this._next();)this._readOffset+=e.length,yield e}async readlineRaw(e){let t=[],i=0,n=-1,r=null;for await(let a of this){if(e&&i+a.byteLength>e){r=a,n=e-i-1;let t=a.slice(0,n+1).indexOf(10);t>=0&&(n=t);break}if(n=a.indexOf(10),n>=0){r=a;break}t.push(a),i+=a.byteLength}if(r){let[e,a]=ge(r,n+1);t.push(e),i+=e.byteLength,this.unread(a)}else if(!t.length)return null;return me(t,i)}async readFully(){return(await this._readOrSkip())[1]}async readSize(e){return(await this._readOrSkip(e))[1]}async skipSize(e){return(await this._readOrSkip(e,!0))[0]}async _readOrSkip(e=-1,t=!1){let i=[],n=0;for await(let r of this){if(e>=0){if(r.length>e){let[a,s]=ge(r,e);t||i.push(a),n+=a.byteLength,this.unread(s);break}if(r.length===e){t||i.push(r),n+=r.byteLength,e=0;break}e-=r.length}t||i.push(r),n+=r.byteLength}return t?[n,new Uint8Array]:[n,me(i,n)]}getReadOffset(){return this._readOffset}getRawOffset(){return this.compressed?this._rawOffset:this._readOffset}getRawLength(e){return this.compressed?this.inflator.strm.total_in:this._readOffset-e}static fromReadable(e){return{async*[Symbol.asyncIterator](){let t=null;for(;(t=await e.read())&&!t.done;)yield t.value}}}static fromIter(e){return{async*[Symbol.asyncIterator](){for(let t of e)yield t}}}},xe=class extends(null){constructor(e,t,i=0){super(),this.sourceIter=e,this.length=t,this.limit=t,this.skip=i}setLimitSkip(e,t=0){this.limit=e,this.skip=t}async*[Symbol.asyncIterator](){if(!(this.limit<=0))for await(let e of this.sourceIter){if(this.skip>0){if(!(e.length>=this.skip)){this.skip-=e.length;continue}{let[,t]=ge(e,this.skip);e=t,this.skip=0}}if(e.length>this.limit){let[t,i]=ge(e,this.limit);e=t,this.sourceIter.unread&&this.sourceIter.unread(i)}if(e.length&&(this.limit-=e.length,yield e),this.limit<=0)break}}async readlineRaw(e){if(this.limit<=0)return null;let t=await this.sourceIter.readlineRaw(e?Math.min(e,this.limit):this.limit);return this.limit-=t?.length||0,t}async skipFully(){let e=this.limit;for(;this.limit>0;)this.limit-=await this.sourceIter.skipSize(this.limit);return e}},Te=new Uint8Array([13,10]),ye=new Uint8Array([13,10,13,10]),Ae=new TextDecoder("utf-8"),we=class{constructor({statusline:e,headers:t}){this.statusline=e,this.headers=t}toString(){let e=[this.statusline];for(let[t,i]of this.headers)e.push(`${t}: ${i}`);return e.join("\r\n")+"\r\n"}async*iterSerialize(e){yield e.encode(this.statusline),yield Te;for(let[t,i]of this.headers)yield e.encode(`${t}: ${i}\r\n`)}_parseResponseStatusLine(){let e=function(e,t,i){let n=e.split(t),r=n.slice(0,i);return n.slice(i).length>0&&r.push(n.slice(i).join(t)),r}(this.statusline," ",2);this._protocol=e[0]??"",this._statusCode=e.length>1?Number(e[1]):"",this._statusText=e.length>2?e[2]:""}get statusCode(){return void 0===this._statusCode&&this._parseResponseStatusLine(),this._statusCode}get protocol(){return void 0===this._protocol&&this._parseResponseStatusLine(),this._protocol}get statusText(){return void 0===this._statusText&&this._parseResponseStatusLine(),this._statusText}_parseRequestStatusLine(){let e=this.statusline.split(" ",2);this._method=e[0]??"",this._requestPath=e.length>1?e[1]:""}get method(){return void 0===this._method&&this._parseRequestStatusLine(),this._method}get requestPath(){return void 0===this._requestPath&&this._parseRequestStatusLine(),this._requestPath}};async function Se(e,t){let i=0;for(let n=0;n<e.length-4;n++){let n=e.indexOf(13,i);if(n<0)break;if(n+3>=e.length){let{value:i}=await t.next();if(!i)break;let n=new Uint8Array(i.length+e.length);n.set(e,0),n.set(i,e.length),e=n}if(10===e[n+1]&&13===e[n+2]&&10===e[n+3])return[n+3,e];i=n+1}return[-1,e]}var Ce=new TextDecoder("utf-8"),Re=new TextEncoder,Ne="WARC/1.0",Ie={warcinfo:"application/warc-fields",response:"application/http; msgtype=response",revisit:"application/http; msgtype=response",request:"application/http; msgtype=request",metadata:"application/warc-fields"},Oe=class e extends(null){constructor({warcHeaders:e,reader:t}){super(),this._offset=0,this._length=0,this.method="",this.requestBody="",this._urlkey="",this.warcHeaders=e,this._reader=t,this._contentReader=null,this.payload=null,this.httpHeaders=null,this.consumed="",this.fixUp()}static create({url:t,date:i,type:n,warcHeaders:r={},filename:a="",httpHeaders:s={},statusline:o="HTTP/1.1 200 OK",warcVersion:c=Ne,keepHeadersCase:l=!0,refersToUrl:u,refersToDate:p}={},h){function d(e){let t=e;return c===Ne&&("Z"!=(e=e.split(".")[0]).charAt(t.length-1)&&(e+="Z")),e}i=d(i||(new Date).toISOString()),r={...r},"warcinfo"===n?a&&(r["WARC-Filename"]=a):t&&(r["WARC-Target-URI"]=t),r["WARC-Date"]=i,n&&(r["WARC-Type"]=n),"revisit"===n&&(r["WARC-Profile"]="WARC/1.1"===c?"http://netpreserve.org/warc/1.1/revisit/identical-payload-digest":"http://netpreserve.org/warc/1.0/revisit/identical-payload-digest",u&&(r["WARC-Refers-To-Target-URI"]=u,r["WARC-Refers-To-Date"]=d(p||(new Date).toISOString())));let f=new we({statusline:c,headers:new Map(Object.entries(r))});f.headers.get("WARC-Record-ID")||f.headers.set("WARC-Record-ID",`<urn:uuid:${he()}>`),f.headers.get("Content-Type")||f.headers.set("Content-Type",n&&Ie[n]||"application/octet-stream"),h||(h=ke());let m=new e({warcHeaders:f,reader:h}),g=null,_=[];switch(n){case"response":case"request":case"revisit":_=Object.entries(s),g=l?new Map(_):new Headers(s),(_.length>0||"revisit"!==n)&&(m.httpHeaders=new we({statusline:o,headers:g}))}return m}static createWARCInfo(t={},i){return t.type="warcinfo",e.create(t,async function*(){for(let[e,t]of Object.entries(i))yield Re.encode(`${e}: ${t}\r\n`)}())}getResponseInfo(){let e=this.httpHeaders;return e?{headers:e.headers,status:e.statusCode,statusText:e.statusText}:null}fixUp(){let e=this.warcHeaders.headers.get("WARC-Target-URI");e&&e.startsWith("<")&&e.endsWith(">")&&this.warcHeaders.headers.set("WARC-Target-URI",e.slice(1,-1))}async readFully(e=!1){if(this.httpHeaders){if(this.payload&&!this.payload.length)return this.payload;if(this._contentReader&&!e)throw new TypeError("WARC Record decoding already started, but requesting raw payload");if(e&&"raw"===this.consumed&&this.payload)return await this._createDecodingReader([this.payload]).readFully()}return this.payload||(e?(this.payload=await super.readFully(),this.consumed="content"):(this.payload=await be.readFully(this._reader),this.consumed="raw")),this.payload}get reader(){if(this.payload&&!this.payload.length)return ke();if(this._contentReader)throw new TypeError("WARC Record decoding already started, but requesting raw payload");return this._reader}get contentReader(){return this.httpHeaders?(this._contentReader||(this._contentReader=this._createDecodingReader(this._reader)),this._contentReader):this._reader}_createDecodingReader(e){if(!this.httpHeaders)throw new Error("WARCRecord cannot call _createDecodingReader when this.httpHeaders === null");let t=this.httpHeaders.headers.get("Content-Encoding"),i=this.httpHeaders.headers.get("Transfer-Encoding"),n="chunked"===i;return!t&&!n&&(t=i),new ve(e,t,n)}async readlineRaw(e){if(this.consumed)throw new Error("Record already consumed.. Perhaps a promise was not awaited?");if(this.contentReader instanceof be)return this.contentReader.readlineRaw(e);throw new Error("WARCRecord cannot call readlineRaw on this.contentReader if it does not extend BaseAsyncIterReader")}async contentText(){let e=await this.readFully(!0);return Ce.decode(e)}async*[Symbol.asyncIterator](){for await(let e of this.contentReader)if(yield e,this.consumed)throw new Error("Record already consumed.. Perhaps a promise was not awaited?");this.consumed="content"}async skipFully(){if(!this.consumed){if(this._reader instanceof xe){let e=await this._reader.skipFully();return this.consumed="skipped",e}throw new Error("WARCRecord cannot call skipFully on this._reader if it is not a LimitReader")}}warcHeader(e){return this.warcHeaders.headers.get(e)}get warcType(){return this.warcHeaders.headers.get("WARC-Type")}get warcTargetURI(){return this.warcHeaders.headers.get("WARC-Target-URI")}get warcDate(){return this.warcHeaders.headers.get("WARC-Date")}get warcRefersToTargetURI(){return this.warcHeaders.headers.get("WARC-Refers-To-Target-URI")}get warcRefersToDate(){return this.warcHeaders.headers.get("WARC-Refers-To-Date")}get warcPayloadDigest(){return this.warcHeaders.headers.get("WARC-Payload-Digest")}get warcBlockDigest(){return this.warcHeaders.headers.get("WARC-Block-Digest")}get warcContentType(){return this.warcHeaders.headers.get("Content-Type")}get warcContentLength(){return Number(this.warcHeaders.headers.get("Content-Length"))}};async function*ke(){}var De=new TextDecoder,Pe=new Uint8Array([]),Le=(Symbol.asyncIterator,new TextEncoder),Me=class extends(null){constructor(){super(...arguments),this.buffers=[]}write(e){this.buffers.push(e)}async*readAll(){for(let e of this.buffers)yield e}};Symbol.asyncIterator,"urlkey,timestamp,url,mime,status,digest,length,offset,filename".split(","),"urlkey,timestamp,url,mime,status,digest,redirect,meta,length,offset,filename".split(",");async function Ue(e,t,i,n){if(e.reader&&n&&("gzip"===t&&!i||!t&&"gzip"===i))return e.setReader(new ve(e.reader)),e;const r=new Uint8Array(await e.getBuffer()),a=await async function(e,t,i){const n=e;try{"chunked"===i&&(e=function(e){let t=0,i=0;const n=new TextDecoder("utf-8");for(;t<e.length;){let a=t;for(;e[a]>=48&&e[a]<=57||e[a]>=65&&e[a]<=70||e[a]>=97&&e[a]<=102;)a++;if(0===a)return e;if(13!=e[a]||10!=e[a+1])return e;a+=2;var r=parseInt(n.decode(e.subarray(t,a)),16);if(0==r)break;e.set(e.subarray(a,a+r),i),a+=r,i+=r,13==e[a]&&10==e[a+1]&&(a+=2),t=a}return e.subarray(0,i)}(e))}catch(e){console.log("Chunk-Encoding Ignored: "+e)}try{if("br"===t)0===(e=se(e)).length&&(e=n);else if("gzip"===t||"gzip"===i){const t=new oe.Inflate;t.push(e,!0),t.result&&!t.err&&(e=t.result)}}catch(e){console.log("Content-Encoding Ignored: "+e)}return e}(r,t,i);return r!==a&&e.setBuffer(a),e}var Fe=i(4300);const Be=new TextEncoder,He=new TextDecoder;class je{static fromResponse({url:e,response:t,date:i,noRW:n,isLive:r,archivePrefix:a}){const s=t.body?new ve(t.body.getReader(),!1):null,o=Number(t.headers.get("x-redirect-status")||t.status),c=t.headers.get("x-redirect-statusText")||t.statusText;let l=new Headers(t.headers),u=l.get("x-orig-location");if(u){if(u.startsWith(self.location.origin)&&(u=u.slice(self.location.origin.length)),a&&u.startsWith(a)){const e=u.indexOf("/http");e>0&&(u=u.slice(e+1))}l.set("location",u),l.delete("x-orig-location"),l.delete("x-redirect-status"),l.delete("x-redirect-statusText")}let p=null;const h=l.get("x-orig-ts");h&&(i=te(h),l.delete("x-orig-ts"),h&&u&&(p=h));const d=l.get("memento-datetime");d&&(i=new Date(d));const f=l.get("x-proxy-set-cookie");if(f){const e=[];f.split(",").forEach((t=>{const i=t.split(";",1)[0].trim();i.indexOf("=")>0&&e.push(i)})),l.delete("x-proxy-set-cookie"),e.length&&l.set("x-wabac-preset-cookie",e.join(";"))}return new je({payload:s,status:o,statusText:c,headers:l,url:e,date:i,noRW:n,isLive:r,updateTS:p})}constructor({payload:e,status:t,statusText:i,headers:n,url:r,date:a,extraOpts:s=null,noRW:o=!1,isLive:c=!1,updateTS:l=null}){this.reader=null,this.buffer=null,e&&(e[Symbol.asyncIterator]||e instanceof be)?this.reader=e:this.buffer=e,this.status=t,this.statusText=i,this.headers=n,this.url=r,this.date=a,this.extraOpts=s,this.noRW=o,this.isLive=c,this.updateTS=l}async getText(e=!1){let t=await this.getBuffer();return"string"==typeof t?t:239===t[0]&&187===t[1]&&191===t[2]?He.decode(t.slice(3)):254===t[0]&&255===t[1]?Fe.Buffer.from(t.slice(2)).swap16().toString("utf16le"):255===t[0]&&254===t[1]?Fe.Buffer.from(t.slice(2)).toString("utf16le"):e?He.decode(t):ie(t)}setText(e,t=!1){this.setBuffer(t?Be.encode(e):ne(e))}async getBuffer(){return this.buffer||(this.buffer=await this.reader.readFully()),this.buffer}setBuffer(e){this.buffer=e,this.reader=null}setReader(e){e instanceof be?(this.reader=e,this.buffer=null):e.getReader&&(this.reader=new ve(e.getReader()),this.buffer=null)}expectedLength(){return this.buffer?this.buffer.length:this.reader&&this.reader.reader?this.reader.reader.length:void 0}createIter(){const e=this.buffer,t=this.reader;return async function*(){if(e)for(let t=0;t<e.length;t+=Z)yield e.slice(t,t+Z);else t&&(yield*t)}()}async*[Symbol.asyncIterator](){yield*this.createIter()}setRange(e){if(206===this.status){const e=this.headers.get("Content-Range");if(e&&!e.startsWith("bytes 0-"))return!1}const t=e.match(/^bytes=(\d+)-(\d+)?$/);let i=0;if(this.buffer)i=this.buffer.length;else if(this.reader&&(i=Number(this.headers.get("content-length")),!i))return!1;if(!t)return this.status=416,this.statusText="Range Not Satisfiable",this.headers.set("Content-Range",`*/${i}`),!1;const n=Number(t[1]),r=Number(t[2])||i-1;if(this.buffer)this.buffer=this.buffer.slice(n,r+1);else if(this.reader){if(!this.reader.setLimitSkip)return!1;0!==n||r!==i-1?this.reader.setLimitSkip(r-n+1,n):this.reader.setRangeAll&&this.reader.setRangeAll(i)}return this.headers.set("Content-Range",`bytes ${n}-${r}/${i}`),this.headers.set("Content-Length",r-n+1),this.status=206,this.statusText="Partial Content",!0}makeResponse(e=!1,t=!1){let i=null;var n;n=this.status,re.includes(n)||(i=this.buffer||!this.reader?this.buffer:this.reader.getReadableStream());const r=new Response(i,{status:this.status,statusText:this.statusText,headers:this.headers});return r.date=this.date,e&&(r.headers.set("Cross-Origin-Opener-Policy","same-origin"),r.headers.set("Cross-Origin-Embedder-Policy","require-corp")),t&&r.headers.set("content-disposition","inline"),r}}var Ge=i(6932);function qe(e={}){let t,i;const n=e&&e.response&&e.response.extraOpts;if(n&&(t=n.adaptive_max_resolution||n.maxRes,i=n.adaptive_max_bandwidth||n.maxBand,t&&i))return{maxRes:t,maxBand:i};let r;return r=e&&e.response&&!e.response.isLive?{maxRes:921600,maxBand:2e6}:{maxRes:412800,maxBand:1e6},e&&e.save&&(e.save.maxRes=r.maxRes,e.save.maxBand=r.maxBand),r}function $e(e,t){const i=/#EXT-X-STREAM-INF:(?:.*[,])?BANDWIDTH=([\d]+)/,n=/RESOLUTION=([\d]+)x([\d]+)/,{maxRes:r,maxBand:a}=qe(t);let s=[],o=0,c=null,l=0,u=0,p=e.trimEnd().split("\n");for(const e of p){const h=e.match(i);if(!h){t&&t.rewriteUrl&&!e.startsWith("#")&&(p[o]=t.rewriteUrl(e)),o+=1;continue}s.push(o);const d=Number(h[1]),f=e.match(n),m=f?Number(f[1])*Number(f[2]):0;m&&r?m<=r&&m>u&&(u=m,l=d,c=o):d<=a&&d>l&&(u=m,l=d,c=o),o+=1}s.reverse();for(const e of s)e!==c&&p.splice(e,2);return p.join("\n")}const Ve={ignoreAttributes:!1,removeNSPrefix:!1,format:!1,suppressEmptyNode:!0};function ze(e,t,i){try{return function(e,t,i){const n=new Ge.XMLParser(Ve).parse(e),{maxRes:r,maxBand:a}=qe(t);let s=null,o=0,c=0,l=null;l=Array.isArray(n.MPD.Period.AdaptationSet)?n.MPD.Period.AdaptationSet:[n.MPD.Period.AdaptationSet];for(const e of l){s=null,o=0,c=0;let t=null;t=Array.isArray(e.Representation)?e.Representation:[e.Representation];for(const e of t){const t=Number(e["@_width"]||"0")*Number(e["@_height"]||"0"),i=Number(e["@_bandwidth"]||"0");t&&r?t<=r&&t>o&&(o=t,c=i,s=e):i<=a&&i>c&&(o=t,c=i,s=e)}s&&Array.isArray(i)&&i.push(s["@_id"]),s&&(e.Representation=[s])}const u=new Ge.XMLBuilder(Ve);return"<?xml version='1.0' encoding='UTF-8'?>\n"+u.build(n).trim()}(e,t,i)}catch(t){return console.log(t),e}}const We=[{contains:["youtube.com","youtube-nocookie.com"],rxRules:[[/ytplayer.load\(\);/,Ye('ytplayer.config.args.dash = "0"; ytplayer.config.args.dashmpd = ""; {0}')],[/yt\.setConfig.*PLAYER_CONFIG.*args":\s*{/,Ye('{0} "dash": "0", dashmpd: "", ')],[/(?:"player":|ytplayer\.config).*"args":\s*{/,Ye('{0}"dash":"0","dashmpd":"",')],[/yt\.setConfig.*PLAYER_VARS.*?{/,Ye('{0}"dash":"0","dashmpd":"",')],[/ytplayer.config={args:\s*{/,Ye('{0}"dash":"0","dashmpd":"",')],[/"0"\s*?==\s*?\w+\.dash&&/m,Ye("1&&")]]},{contains:["player.vimeo.com/video/"],rxRules:[[/^\{.+\}$/,function(e){let t;try{t=JSON.parse(e)}catch(t){return e}if(t&&t.request&&t.request.files){const e=t.request.files;if("object"==typeof e.progressive&&e.progressive.length)return e.dash&&(e.__dash=e.dash,delete e.dash),e.hls&&(e.__hls=e.hls,delete e.hls),JSON.stringify(t)}return e.replace(/query_string_ranges=1/g,"query_string_ranges=0")}]]},{contains:["master.json?query_string_ranges=0","master.json?base64"],rxRules:[[/^\{.+\}$/,function(e,t){if(!t)return e;let i=null;const n=Xe(t);try{i=JSON.parse(e),console.log("manifest",i)}catch(t){return e}function r(e,t,i){if(!e)return null;let n=0,r=null;for(const a of e)a.mime_type==i&&a.bitrate>r&&a.bitrate<=t&&(r=a.bitrate,n=a);return n?[n]:e}return i.video=r(i.video,n,"video/mp4"),i.audio=r(i.audio,n,"audio/mp4"),JSON.stringify(i)}]]},{contains:["facebook.com/"],rxRules:[[/"dash_/,Ye('"__nodash__')],[/_dash"/,Ye('__nodash__"')],[/_dash_/,Ye("__nodash__")],[/"debugNoBatching\s?":(?:false|0)/,Ye('"debugNoBatching":true')]]},{contains:["instagram.com/"],rxRules:[[/"is_dash_eligible":(?:true|1)/,Ye('"is_dash_eligible":false')],[/"debugNoBatching\s?":(?:false|0)/,Ye('"debugNoBatching":true')]]},{contains:["api.twitter.com/2/","twitter.com/i/api/2/","twitter.com/i/api/graphql/"],rxRules:[[/"video_info":.*?}]}/,Ke('"video_info":')]]},{contains:["cdn.syndication.twimg.com/tweet-result"],rxRules:[[/"video":.*?viewCount":\d+}/,Ke('"video":')]]},{contains:["/vqlweb.js"],rxRules:[[/\b\w+\.updatePortSize\(\);this\.updateApplicationSize\(\)(?![*])/gim,Ye("/*{0}*/")]]}];function Ye(e){return t=>e.replace("{0}",t)}function Xe(e){let t=5e6;const i=e.response&&e.response.extraOpts;return e.save?e.save.maxBitrate=t:i&&i.maxBitrate&&(t=i.maxBitrate),t}function Ke(e){return(t,i)=>{if(!i)return t;const n=t;try{const n=/([\d]+)x([\d]+)/,r=Xe(i);t=t.slice(e.length);const a=JSON.parse(t);let s=null,o=0;for(const e of a.variants)if(!(e.content_type&&"video/mp4"!==e.content_type||e.type&&"video/mp4"!==e.type))if(e.bitrate&&e.bitrate>o&&e.bitrate<=r)s=e,o=e.bitrate;else if(e.src){const t=n.exec(e.src);if(t){const i=Number(t[1])*Number(t[2]);i>o&&(o=i,s=e)}}return s&&(a.variants=[s]),e+JSON.stringify(a)}catch(e){return console.warn("rewriter error: ",e),n}}}class Qe{constructor(e,t){this.rwRules=t||We,this.RewriterCls=e,this._initRules()}_initRules(){this.rewriters=new Map;for(const e of this.rwRules)e.rxRules&&this.rewriters.set(e,new this.RewriterCls(e.rxRules));this.defaultRewriter=new this.RewriterCls}getRewriter(e){for(const t of this.rwRules)if(t.contains)for(const i of t.contains)if(e.indexOf(i)>=0){const e=this.rewriters.get(t);if(e)return e}return this.defaultRewriter}}class Je{constructor(e){this.rules=e||null,this.rules?this.compileRules():this.rx=null}compileRules(){let e="";for(let t of this.rules)e&&(e+="|"),e+=`(${t[0].source})`;const t=`(?:${e})`;this.rx=new RegExp(t,"gm")}doReplace(e,t){const i=e[e.length-2],n=e[e.length-1];for(let r=0;r<this.rules.length;r++){const a=e[r];if(!a)continue;const s=this.rules[r][1].call(this,a,t,i,n);if(s)return s}}rewrite(e,t){return this.rx?e.replace(this.rx,((e,...i)=>this.doReplace(i,t))):e}}var Ze=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239],et=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,3104,541,1507,4938,6,4191],tt="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",it={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"},nt="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",rt={5:nt,"5module":nt+" export import",6:nt+" const class extends export import super"},at=/^in(stanceof)?$/,st=new RegExp("["+tt+"]"),ot=new RegExp("["+tt+"‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_]");function ct(e,t){for(var i=65536,n=0;n<t.length;n+=2){if((i+=t[n])>e)return!1;if((i+=t[n+1])>=e)return!0}return!1}function lt(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&st.test(String.fromCharCode(e)):!1!==t&&ct(e,et)))}function ut(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&ot.test(String.fromCharCode(e)):!1!==t&&(ct(e,et)||ct(e,Ze)))))}var pt=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 ht(e,t){return new pt(e,{beforeExpr:!0,binop:t})}var dt={beforeExpr:!0},ft={startsExpr:!0},mt={};function gt(e,t){return void 0===t&&(t={}),t.keyword=e,mt[e]=new pt(e,t)}var _t={num:new pt("num",ft),regexp:new pt("regexp",ft),string:new pt("string",ft),name:new pt("name",ft),privateId:new pt("privateId",ft),eof:new pt("eof"),bracketL:new pt("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new pt("]"),braceL:new pt("{",{beforeExpr:!0,startsExpr:!0}),braceR:new pt("}"),parenL:new pt("(",{beforeExpr:!0,startsExpr:!0}),parenR:new pt(")"),comma:new pt(",",dt),semi:new pt(";",dt),colon:new pt(":",dt),dot:new pt("."),question:new pt("?",dt),questionDot:new pt("?."),arrow:new pt("=>",dt),template:new pt("template"),invalidTemplate:new pt("invalidTemplate"),ellipsis:new pt("...",dt),backQuote:new pt("`",ft),dollarBraceL:new pt("${",{beforeExpr:!0,startsExpr:!0}),eq:new pt("=",{beforeExpr:!0,isAssign:!0}),assign:new pt("_=",{beforeExpr:!0,isAssign:!0}),incDec:new pt("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new pt("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:ht("||",1),logicalAND:ht("&&",2),bitwiseOR:ht("|",3),bitwiseXOR:ht("^",4),bitwiseAND:ht("&",5),equality:ht("==/!=/===/!==",6),relational:ht("</>/<=/>=",7),bitShift:ht("<</>>/>>>",8),plusMin:new pt("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:ht("%",10),star:ht("*",10),slash:ht("/",10),starstar:new pt("**",{beforeExpr:!0}),coalesce:ht("??",1),_break:gt("break"),_case:gt("case",dt),_catch:gt("catch"),_continue:gt("continue"),_debugger:gt("debugger"),_default:gt("default",dt),_do:gt("do",{isLoop:!0,beforeExpr:!0}),_else:gt("else",dt),_finally:gt("finally"),_for:gt("for",{isLoop:!0}),_function:gt("function",ft),_if:gt("if"),_return:gt("return",dt),_switch:gt("switch"),_throw:gt("throw",dt),_try:gt("try"),_var:gt("var"),_const:gt("const"),_while:gt("while",{isLoop:!0}),_with:gt("with"),_new:gt("new",{beforeExpr:!0,startsExpr:!0}),_this:gt("this",ft),_super:gt("super",ft),_class:gt("class",ft),_extends:gt("extends",dt),_export:gt("export"),_import:gt("import",ft),_null:gt("null",ft),_true:gt("true",ft),_false:gt("false",ft),_in:gt("in",{beforeExpr:!0,binop:7}),_instanceof:gt("instanceof",{beforeExpr:!0,binop:7}),_typeof:gt("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:gt("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:gt("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},Et=/\r\n?|\n|\u2028|\u2029/,bt=new RegExp(Et.source,"g");function vt(e){return 10===e||13===e||8232===e||8233===e}function xt(e,t,i){void 0===i&&(i=e.length);for(var n=t;n<i;n++){var r=e.charCodeAt(n);if(vt(r))return n<i-1&&13===r&&10===e.charCodeAt(n+1)?n+2:n+1}return-1}var Tt=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,yt=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,At=Object.prototype,wt=At.hasOwnProperty,St=At.toString,Ct=Object.hasOwn||function(e,t){return wt.call(e,t)},Rt=Array.isArray||function(e){return"[object Array]"===St.call(e)};function Nt(e){return new RegExp("^(?:"+e.replace(/ /g,"|")+")$")}function It(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}var Ot=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,kt=function(e,t){this.line=e,this.column=t};kt.prototype.offset=function(e){return new kt(this.line,this.column+e)};var Dt=function(e,t,i){this.start=t,this.end=i,null!==e.sourceFile&&(this.source=e.sourceFile)};function Pt(e,t){for(var i=1,n=0;;){var r=xt(e,n,t);if(r<0)return new kt(i,t-n);++i,n=r}}var Lt={ecmaVersion:null,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:null,allowSuperOutsideMethod:null,allowHashBang:!1,checkPrivateFields:!0,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},Mt=!1;function Ut(e){var t={};for(var i in Lt)t[i]=e&&Ct(e,i)?e[i]:Lt[i];if("latest"===t.ecmaVersion?t.ecmaVersion=1e8:null==t.ecmaVersion?(!Mt&&"object"==typeof console&&console.warn&&(Mt=!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),e&&null!=e.allowHashBang||(t.allowHashBang=t.ecmaVersion>=14),Rt(t.onToken)){var n=t.onToken;t.onToken=function(e){return n.push(e)}}return Rt(t.onComment)&&(t.onComment=function(e,t){return function(i,n,r,a,s,o){var c={type:i?"Block":"Line",value:n,start:r,end:a};e.locations&&(c.loc=new Dt(this,s,o)),e.ranges&&(c.range=[r,a]),t.push(c)}}(t,t.onComment)),t}var Ft=256;function Bt(e,t){return 2|(e?4:0)|(t?8:0)}var Ht=function(e,t,i){this.options=e=Ut(e),this.sourceFile=e.sourceFile,this.keywords=Nt(rt[e.ecmaVersion>=6?6:"module"===e.sourceType?"5module":5]);var n="";!0!==e.allowReserved&&(n=it[e.ecmaVersion>=6?6:5===e.ecmaVersion?5:3],"module"===e.sourceType&&(n+=" await")),this.reservedWords=Nt(n);var r=(n?n+" ":"")+it.strict;this.reservedWordsStrict=Nt(r),this.reservedWordsStrictBind=Nt(r+" "+it.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(Et).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=_t.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=[]},jt={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}};Ht.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)},jt.inFunction.get=function(){return(2&this.currentVarScope().flags)>0},jt.inGenerator.get=function(){return(8&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},jt.inAsync.get=function(){return(4&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},jt.canAwait.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e];if(t.inClassFieldInit||t.flags&Ft)return!1;if(2&t.flags)return(4&t.flags)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction},jt.allowSuper.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(64&t)>0||i||this.options.allowSuperOutsideMethod},jt.allowDirectSuper.get=function(){return(128&this.currentThisScope().flags)>0},jt.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},jt.allowNewDotTarget.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(258&t)>0||i},jt.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&Ft)>0},Ht.extend=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];for(var i=this,n=0;n<e.length;n++)i=e[n](i);return i},Ht.parse=function(e,t){return new this(t,e).parse()},Ht.parseExpressionAt=function(e,t,i){var n=new this(i,e,t);return n.nextToken(),n.parseExpression()},Ht.tokenizer=function(e,t){return new this(t,e)},Object.defineProperties(Ht.prototype,jt);var Gt=Ht.prototype,qt=/^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;Gt.strictDirective=function(e){if(this.options.ecmaVersion<5)return!1;for(;;){yt.lastIndex=e,e+=yt.exec(this.input)[0].length;var t=qt.exec(this.input.slice(e));if(!t)return!1;if("use strict"===(t[1]||t[2])){yt.lastIndex=e+t[0].length;var i=yt.exec(this.input),n=i.index+i[0].length,r=this.input.charAt(n);return";"===r||"}"===r||Et.test(i[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(r)||"!"===r&&"="===this.input.charAt(n+1))}e+=t[0].length,yt.lastIndex=e,e+=yt.exec(this.input)[0].length,";"===this.input[e]&&e++}},Gt.eat=function(e){return this.type===e&&(this.next(),!0)},Gt.isContextual=function(e){return this.type===_t.name&&this.value===e&&!this.containsEsc},Gt.eatContextual=function(e){return!!this.isContextual(e)&&(this.next(),!0)},Gt.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},Gt.canInsertSemicolon=function(){return this.type===_t.eof||this.type===_t.braceR||Et.test(this.input.slice(this.lastTokEnd,this.start))},Gt.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},Gt.semicolon=function(){this.eat(_t.semi)||this.insertSemicolon()||this.unexpected()},Gt.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},Gt.expect=function(e){this.eat(e)||this.unexpected()},Gt.unexpected=function(e){this.raise(null!=e?e:this.start,"Unexpected token")};var $t=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};Gt.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,t?"Assigning to rvalue":"Parenthesized pattern")}},Gt.checkExpressionErrors=function(e,t){if(!e)return!1;var i=e.shorthandAssign,n=e.doubleProto;if(!t)return i>=0||n>=0;i>=0&&this.raise(i,"Shorthand property assignments are valid only in destructuring patterns"),n>=0&&this.raiseRecoverable(n,"Redefinition of __proto__ property")},Gt.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,"Yield expression cannot be a default value"),this.awaitPos&&this.raise(this.awaitPos,"Await expression cannot be a default value")},Gt.isSimpleAssignTarget=function(e){return"ParenthesizedExpression"===e.type?this.isSimpleAssignTarget(e.expression):"Identifier"===e.type||"MemberExpression"===e.type};var Vt=Ht.prototype;Vt.parseTopLevel=function(e){var t=Object.create(null);for(e.body||(e.body=[]);this.type!==_t.eof;){var i=this.parseStatement(null,!0,t);e.body.push(i)}if(this.inModule)for(var n=0,r=Object.keys(this.undefinedExports);n<r.length;n+=1){var a=r[n];this.raiseRecoverable(this.undefinedExports[a].start,"Export '"+a+"' is not defined")}return this.adaptDirectivePrologue(e.body),this.next(),e.sourceType=this.options.sourceType,this.finishNode(e,"Program")};var zt={kind:"loop"},Wt={kind:"switch"};Vt.isLet=function(e){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;yt.lastIndex=this.pos;var t=yt.exec(this.input),i=this.pos+t[0].length,n=this.input.charCodeAt(i);if(91===n||92===n)return!0;if(e)return!1;if(123===n||n>55295&&n<56320)return!0;if(lt(n,!0)){for(var r=i+1;ut(n=this.input.charCodeAt(r),!0);)++r;if(92===n||n>55295&&n<56320)return!0;var a=this.input.slice(i,r);if(!at.test(a))return!0}return!1},Vt.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;yt.lastIndex=this.pos;var e,t=yt.exec(this.input),i=this.pos+t[0].length;return!(Et.test(this.input.slice(this.pos,i))||"function"!==this.input.slice(i,i+8)||i+8!==this.input.length&&(ut(e=this.input.charCodeAt(i+8))||e>55295&&e<56320))},Vt.parseStatement=function(e,t,i){var n,r=this.type,a=this.startNode();switch(this.isLet(e)&&(r=_t._var,n="let"),r){case _t._break:case _t._continue:return this.parseBreakContinueStatement(a,r.keyword);case _t._debugger:return this.parseDebuggerStatement(a);case _t._do:return this.parseDoStatement(a);case _t._for:return this.parseForStatement(a);case _t._function:return e&&(this.strict||"if"!==e&&"label"!==e)&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(a,!1,!e);case _t._class:return e&&this.unexpected(),this.parseClass(a,!0);case _t._if:return this.parseIfStatement(a);case _t._return:return this.parseReturnStatement(a);case _t._switch:return this.parseSwitchStatement(a);case _t._throw:return this.parseThrowStatement(a);case _t._try:return this.parseTryStatement(a);case _t._const:case _t._var:return n=n||this.value,e&&"var"!==n&&this.unexpected(),this.parseVarStatement(a,n);case _t._while:return this.parseWhileStatement(a);case _t._with:return this.parseWithStatement(a);case _t.braceL:return this.parseBlock(!0,a);case _t.semi:return this.parseEmptyStatement(a);case _t._export:case _t._import:if(this.options.ecmaVersion>10&&r===_t._import){yt.lastIndex=this.pos;var s=yt.exec(this.input),o=this.pos+s[0].length,c=this.input.charCodeAt(o);if(40===c||46===c)return this.parseExpressionStatement(a,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'")),r===_t._import?this.parseImport(a):this.parseExport(a,i);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(a,!0,!e);var l=this.value,u=this.parseExpression();return r===_t.name&&"Identifier"===u.type&&this.eat(_t.colon)?this.parseLabeledStatement(a,l,u,e):this.parseExpressionStatement(a,u)}},Vt.parseBreakContinueStatement=function(e,t){var i="break"===t;this.next(),this.eat(_t.semi)||this.insertSemicolon()?e.label=null:this.type!==_t.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var n=0;n<this.labels.length;++n){var r=this.labels[n];if(null==e.label||r.name===e.label.name){if(null!=r.kind&&(i||"loop"===r.kind))break;if(e.label&&i)break}}return n===this.labels.length&&this.raise(e.start,"Unsyntactic "+t),this.finishNode(e,i?"BreakStatement":"ContinueStatement")},Vt.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")},Vt.parseDoStatement=function(e){return this.next(),this.labels.push(zt),e.body=this.parseStatement("do"),this.labels.pop(),this.expect(_t._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(_t.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},Vt.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(zt),this.enterScope(0),this.expect(_t.parenL),this.type===_t.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var i=this.isLet();if(this.type===_t._var||this.type===_t._const||i){var n=this.startNode(),r=i?"let":this.value;return this.next(),this.parseVar(n,!0,r),this.finishNode(n,"VariableDeclaration"),(this.type===_t._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&1===n.declarations.length?(this.options.ecmaVersion>=9&&(this.type===_t._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,n)):(t>-1&&this.unexpected(t),this.parseFor(e,n))}var a=this.isContextual("let"),s=!1,o=new $t,c=this.parseExpression(!(t>-1)||"await",o);return this.type===_t._in||(s=this.options.ecmaVersion>=6&&this.isContextual("of"))?(this.options.ecmaVersion>=9&&(this.type===_t._in?t>-1&&this.unexpected(t):e.await=t>-1),a&&s&&this.raise(c.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(c,!1,o),this.checkLValPattern(c),this.parseForIn(e,c)):(this.checkExpressionErrors(o,!0),t>-1&&this.unexpected(t),this.parseFor(e,c))},Vt.parseFunctionStatement=function(e,t,i){return this.next(),this.parseFunction(e,Xt|(i?0:Kt),!1,t)},Vt.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement("if"),e.alternate=this.eat(_t._else)?this.parseStatement("if"):null,this.finishNode(e,"IfStatement")},Vt.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(_t.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},Vt.parseSwitchStatement=function(e){var t;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(_t.braceL),this.labels.push(Wt),this.enterScope(0);for(var i=!1;this.type!==_t.braceR;)if(this.type===_t._case||this.type===_t._default){var n=this.type===_t._case;t&&this.finishNode(t,"SwitchCase"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),n?t.test=this.parseExpression():(i&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),i=!0,t.test=null),this.expect(_t.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")},Vt.parseThrowStatement=function(e){return this.next(),Et.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 Yt=[];Vt.parseCatchClauseParam=function(){var e=this.parseBindingAtom(),t="Identifier"===e.type;return this.enterScope(t?32:0),this.checkLValPattern(e,t?4:2),this.expect(_t.parenR),e},Vt.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===_t._catch){var t=this.startNode();this.next(),this.eat(_t.parenL)?t.param=this.parseCatchClauseParam():(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(_t._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},Vt.parseVarStatement=function(e,t,i){return this.next(),this.parseVar(e,!1,t,i),this.semicolon(),this.finishNode(e,"VariableDeclaration")},Vt.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(zt),e.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(e,"WhileStatement")},Vt.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")},Vt.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},Vt.parseLabeledStatement=function(e,t,i,n){for(var r=0,a=this.labels;r<a.length;r+=1){a[r].name===t&&this.raise(i.start,"Label '"+t+"' is already declared")}for(var s=this.type.isLoop?"loop":this.type===_t._switch?"switch":null,o=this.labels.length-1;o>=0;o--){var c=this.labels[o];if(c.statementStart!==e.start)break;c.statementStart=this.start,c.kind=s}return this.labels.push({name:t,kind:s,statementStart:this.start}),e.body=this.parseStatement(n?-1===n.indexOf("label")?n+"label":n:"label"),this.labels.pop(),e.label=i,this.finishNode(e,"LabeledStatement")},Vt.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")},Vt.parseBlock=function(e,t,i){for(void 0===e&&(e=!0),void 0===t&&(t=this.startNode()),t.body=[],this.expect(_t.braceL),e&&this.enterScope(0);this.type!==_t.braceR;){var n=this.parseStatement(null);t.body.push(n)}return i&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,"BlockStatement")},Vt.parseFor=function(e,t){return e.init=t,this.expect(_t.semi),e.test=this.type===_t.semi?null:this.parseExpression(),this.expect(_t.semi),e.update=this.type===_t.parenR?null:this.parseExpression(),this.expect(_t.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,"ForStatement")},Vt.parseForIn=function(e,t){var i=this.type===_t._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(_t.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,i?"ForInStatement":"ForOfStatement")},Vt.parseVar=function(e,t,i,n){for(e.declarations=[],e.kind=i;;){var r=this.startNode();if(this.parseVarId(r,i),this.eat(_t.eq)?r.init=this.parseMaybeAssign(t):n||"const"!==i||this.type===_t._in||this.options.ecmaVersion>=6&&this.isContextual("of")?n||"Identifier"===r.id.type||t&&(this.type===_t._in||this.isContextual("of"))?r.init=null:this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):this.unexpected(),e.declarations.push(this.finishNode(r,"VariableDeclarator")),!this.eat(_t.comma))break}return e},Vt.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLValPattern(e.id,"var"===t?1:2,!1)};var Xt=1,Kt=2;function Qt(e,t){var i=t.key.name,n=e[i],r="true";return"MethodDefinition"!==t.type||"get"!==t.kind&&"set"!==t.kind||(r=(t.static?"s":"i")+t.kind),"iget"===n&&"iset"===r||"iset"===n&&"iget"===r||"sget"===n&&"sset"===r||"sset"===n&&"sget"===r?(e[i]="true",!1):!!n||(e[i]=r,!1)}function Jt(e,t){var i=e.computed,n=e.key;return!i&&("Identifier"===n.type&&n.name===t||"Literal"===n.type&&n.value===t)}Vt.parseFunction=function(e,t,i,n,r){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!n)&&(this.type===_t.star&&t&Kt&&this.unexpected(),e.generator=this.eat(_t.star)),this.options.ecmaVersion>=8&&(e.async=!!n),t&Xt&&(e.id=4&t&&this.type!==_t.name?null:this.parseIdent(),!e.id||t&Kt||this.checkLValSimple(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?1:2:3));var a=this.yieldPos,s=this.awaitPos,o=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Bt(e.async,e.generator)),t&Xt||(e.id=this.type===_t.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,i,!1,r),this.yieldPos=a,this.awaitPos=s,this.awaitIdentPos=o,this.finishNode(e,t&Xt?"FunctionDeclaration":"FunctionExpression")},Vt.parseFunctionParams=function(e){this.expect(_t.parenL),e.params=this.parseBindingList(_t.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},Vt.parseClass=function(e,t){this.next();var i=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var n=this.enterClassBody(),r=this.startNode(),a=!1;for(r.body=[],this.expect(_t.braceL);this.type!==_t.braceR;){var s=this.parseClassElement(null!==e.superClass);s&&(r.body.push(s),"MethodDefinition"===s.type&&"constructor"===s.kind?(a&&this.raiseRecoverable(s.start,"Duplicate constructor in the same class"),a=!0):s.key&&"PrivateIdentifier"===s.key.type&&Qt(n,s)&&this.raiseRecoverable(s.key.start,"Identifier '#"+s.key.name+"' has already been declared"))}return this.strict=i,this.next(),e.body=this.finishNode(r,"ClassBody"),this.exitClassBody(),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")},Vt.parseClassElement=function(e){if(this.eat(_t.semi))return null;var t=this.options.ecmaVersion,i=this.startNode(),n="",r=!1,a=!1,s="method",o=!1;if(this.eatContextual("static")){if(t>=13&&this.eat(_t.braceL))return this.parseClassStaticBlock(i),i;this.isClassElementNameStart()||this.type===_t.star?o=!0:n="static"}if(i.static=o,!n&&t>=8&&this.eatContextual("async")&&(!this.isClassElementNameStart()&&this.type!==_t.star||this.canInsertSemicolon()?n="async":a=!0),!n&&(t>=9||!a)&&this.eat(_t.star)&&(r=!0),!n&&!a&&!r){var c=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?s=c:n=c)}if(n?(i.computed=!1,i.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),i.key.name=n,this.finishNode(i.key,"Identifier")):this.parseClassElementName(i),t<13||this.type===_t.parenL||"method"!==s||r||a){var l=!i.static&&Jt(i,"constructor"),u=l&&e;l&&"method"!==s&&this.raise(i.key.start,"Constructor can't have get/set modifier"),i.kind=l?"constructor":s,this.parseClassMethod(i,r,a,u)}else this.parseClassField(i);return i},Vt.isClassElementNameStart=function(){return this.type===_t.name||this.type===_t.privateId||this.type===_t.num||this.type===_t.string||this.type===_t.bracketL||this.type.keyword},Vt.parseClassElementName=function(e){this.type===_t.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)},Vt.parseClassMethod=function(e,t,i,n){var r=e.key;"constructor"===e.kind?(t&&this.raise(r.start,"Constructor can't be a generator"),i&&this.raise(r.start,"Constructor can't be an async method")):e.static&&Jt(e,"prototype")&&this.raise(r.start,"Classes may not have a static property named prototype");var a=e.value=this.parseMethod(t,i,n);return"get"===e.kind&&0!==a.params.length&&this.raiseRecoverable(a.start,"getter should have no params"),"set"===e.kind&&1!==a.params.length&&this.raiseRecoverable(a.start,"setter should have exactly one param"),"set"===e.kind&&"RestElement"===a.params[0].type&&this.raiseRecoverable(a.params[0].start,"Setter cannot use rest params"),this.finishNode(e,"MethodDefinition")},Vt.parseClassField=function(e){if(Jt(e,"constructor")?this.raise(e.key.start,"Classes can't have a field named 'constructor'"):e.static&&Jt(e,"prototype")&&this.raise(e.key.start,"Classes can't have a static field named 'prototype'"),this.eat(_t.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")},Vt.parseClassStaticBlock=function(e){e.body=[];var t=this.labels;for(this.labels=[],this.enterScope(320);this.type!==_t.braceR;){var i=this.parseStatement(null);e.body.push(i)}return this.next(),this.exitScope(),this.labels=t,this.finishNode(e,"StaticBlock")},Vt.parseClassId=function(e,t){this.type===_t.name?(e.id=this.parseIdent(),t&&this.checkLValSimple(e.id,2,!1)):(!0===t&&this.unexpected(),e.id=null)},Vt.parseClassSuper=function(e){e.superClass=this.eat(_t._extends)?this.parseExprSubscripts(null,!1):null},Vt.enterClassBody=function(){var e={declared:Object.create(null),used:[]};return this.privateNameStack.push(e),e.declared},Vt.exitClassBody=function(){var e=this.privateNameStack.pop(),t=e.declared,i=e.used;if(this.options.checkPrivateFields)for(var n=this.privateNameStack.length,r=0===n?null:this.privateNameStack[n-1],a=0;a<i.length;++a){var s=i[a];Ct(t,s.name)||(r?r.used.push(s):this.raiseRecoverable(s.start,"Private field '#"+s.name+"' must be declared in an enclosing class"))}},Vt.parseExportAllDeclaration=function(e,t){return this.options.ecmaVersion>=11&&(this.eatContextual("as")?(e.exported=this.parseModuleExportName(),this.checkExport(t,e.exported,this.lastTokStart)):e.exported=null),this.expectContextual("from"),this.type!==_t.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration")},Vt.parseExport=function(e,t){if(this.next(),this.eat(_t.star))return this.parseExportAllDeclaration(e,t);if(this.eat(_t._default))return this.checkExport(t,"default",this.lastTokStart),e.declaration=this.parseExportDefaultDeclaration(),this.finishNode(e,"ExportDefaultDeclaration");if(this.shouldParseExportStatement())e.declaration=this.parseExportDeclaration(e),"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!==_t.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var i=0,n=e.specifiers;i<n.length;i+=1){var r=n[i];this.checkUnreserved(r.local),this.checkLocalExport(r.local),"Literal"===r.local.type&&this.raise(r.local.start,"A string literal cannot be used as an exported binding without `from`.")}e.source=null}this.semicolon()}return this.finishNode(e,"ExportNamedDeclaration")},Vt.parseExportDeclaration=function(e){return this.parseStatement(null)},Vt.parseExportDefaultDeclaration=function(){var e;if(this.type===_t._function||(e=this.isAsyncFunction())){var t=this.startNode();return this.next(),e&&this.next(),this.parseFunction(t,4|Xt,!1,e)}if(this.type===_t._class){var i=this.startNode();return this.parseClass(i,"nullableID")}var n=this.parseMaybeAssign();return this.semicolon(),n},Vt.checkExport=function(e,t,i){e&&("string"!=typeof t&&(t="Identifier"===t.type?t.name:t.value),Ct(e,t)&&this.raiseRecoverable(i,"Duplicate export '"+t+"'"),e[t]=!0)},Vt.checkPatternExport=function(e,t){var i=t.type;if("Identifier"===i)this.checkExport(e,t,t.start);else if("ObjectPattern"===i)for(var n=0,r=t.properties;n<r.length;n+=1){var a=r[n];this.checkPatternExport(e,a)}else if("ArrayPattern"===i)for(var s=0,o=t.elements;s<o.length;s+=1){var c=o[s];c&&this.checkPatternExport(e,c)}else"Property"===i?this.checkPatternExport(e,t.value):"AssignmentPattern"===i?this.checkPatternExport(e,t.left):"RestElement"===i?this.checkPatternExport(e,t.argument):"ParenthesizedExpression"===i&&this.checkPatternExport(e,t.expression)},Vt.checkVariableExport=function(e,t){if(e)for(var i=0,n=t;i<n.length;i+=1){var r=n[i];this.checkPatternExport(e,r.id)}},Vt.shouldParseExportStatement=function(){return"var"===this.type.keyword||"const"===this.type.keyword||"class"===this.type.keyword||"function"===this.type.keyword||this.isLet()||this.isAsyncFunction()},Vt.parseExportSpecifier=function(e){var t=this.startNode();return t.local=this.parseModuleExportName(),t.exported=this.eatContextual("as")?this.parseModuleExportName():t.local,this.checkExport(e,t.exported,t.exported.start),this.finishNode(t,"ExportSpecifier")},Vt.parseExportSpecifiers=function(e){var t=[],i=!0;for(this.expect(_t.braceL);!this.eat(_t.braceR);){if(i)i=!1;else if(this.expect(_t.comma),this.afterTrailingComma(_t.braceR))break;t.push(this.parseExportSpecifier(e))}return t},Vt.parseImport=function(e){return this.next(),this.type===_t.string?(e.specifiers=Yt,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),e.source=this.type===_t.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,"ImportDeclaration")},Vt.parseImportSpecifier=function(){var e=this.startNode();return e.imported=this.parseModuleExportName(),this.eatContextual("as")?e.local=this.parseIdent():(this.checkUnreserved(e.imported),e.local=e.imported),this.checkLValSimple(e.local,2),this.finishNode(e,"ImportSpecifier")},Vt.parseImportDefaultSpecifier=function(){var e=this.startNode();return e.local=this.parseIdent(),this.checkLValSimple(e.local,2),this.finishNode(e,"ImportDefaultSpecifier")},Vt.parseImportNamespaceSpecifier=function(){var e=this.startNode();return this.next(),this.expectContextual("as"),e.local=this.parseIdent(),this.checkLValSimple(e.local,2),this.finishNode(e,"ImportNamespaceSpecifier")},Vt.parseImportSpecifiers=function(){var e=[],t=!0;if(this.type===_t.name&&(e.push(this.parseImportDefaultSpecifier()),!this.eat(_t.comma)))return e;if(this.type===_t.star)return e.push(this.parseImportNamespaceSpecifier()),e;for(this.expect(_t.braceL);!this.eat(_t.braceR);){if(t)t=!1;else if(this.expect(_t.comma),this.afterTrailingComma(_t.braceR))break;e.push(this.parseImportSpecifier())}return e},Vt.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===_t.string){var e=this.parseLiteral(this.value);return Ot.test(e.value)&&this.raise(e.start,"An export name cannot include a lone surrogate."),e}return this.parseIdent(!0)},Vt.adaptDirectivePrologue=function(e){for(var t=0;t<e.length&&this.isDirectiveCandidate(e[t]);++t)e[t].directive=e[t].expression.raw.slice(1,-1)},Vt.isDirectiveCandidate=function(e){return this.options.ecmaVersion>=5&&"ExpressionStatement"===e.type&&"Literal"===e.expression.type&&"string"==typeof e.expression.value&&('"'===this.input[e.start]||"'"===this.input[e.start])};var Zt=Ht.prototype;Zt.toAssignable=function(e,t,i){if(this.options.ecmaVersion>=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 n=0,r=e.properties;n<r.length;n+=1){var a=r[n];this.toAssignable(a,t),"RestElement"!==a.type||"ArrayPattern"!==a.argument.type&&"ObjectPattern"!==a.argument.type||this.raise(a.argument.start,"Unexpected token")}break;case"Property":"init"!==e.kind&&this.raise(e.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(e.value,t);break;case"ArrayExpression":e.type="ArrayPattern",i&&this.checkPatternErrors(i,!0),this.toAssignableList(e.elements,t);break;case"SpreadElement":e.type="RestElement",this.toAssignable(e.argument,t),"AssignmentPattern"===e.argument.type&&this.raise(e.argument.start,"Rest elements cannot have a default value");break;case"AssignmentExpression":"="!==e.operator&&this.raise(e.left.end,"Only '=' operator can be used for specifying default value."),e.type="AssignmentPattern",delete e.operator,this.toAssignable(e.left,t);break;case"ParenthesizedExpression":this.toAssignable(e.expression,t,i);break;case"ChainExpression":this.raiseRecoverable(e.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":if(!t)break;default:this.raise(e.start,"Assigning to rvalue")}else i&&this.checkPatternErrors(i,!0);return e},Zt.toAssignableList=function(e,t){for(var i=e.length,n=0;n<i;n++){var r=e[n];r&&this.toAssignable(r,t)}if(i){var a=e[i-1];6===this.options.ecmaVersion&&t&&a&&"RestElement"===a.type&&"Identifier"!==a.argument.type&&this.unexpected(a.argument.start)}return e},Zt.parseSpread=function(e){var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssign(!1,e),this.finishNode(t,"SpreadElement")},Zt.parseRestBinding=function(){var e=this.startNode();return this.next(),6===this.options.ecmaVersion&&this.type!==_t.name&&this.unexpected(),e.argument=this.parseBindingAtom(),this.finishNode(e,"RestElement")},Zt.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case _t.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(_t.bracketR,!0,!0),this.finishNode(e,"ArrayPattern");case _t.braceL:return this.parseObj(!0)}return this.parseIdent()},Zt.parseBindingList=function(e,t,i,n){for(var r=[],a=!0;!this.eat(e);)if(a?a=!1:this.expect(_t.comma),t&&this.type===_t.comma)r.push(null);else{if(i&&this.afterTrailingComma(e))break;if(this.type===_t.ellipsis){var s=this.parseRestBinding();this.parseBindingListItem(s),r.push(s),this.type===_t.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.expect(e);break}r.push(this.parseAssignableListItem(n))}return r},Zt.parseAssignableListItem=function(e){var t=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(t),t},Zt.parseBindingListItem=function(e){return e},Zt.parseMaybeDefault=function(e,t,i){if(i=i||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(_t.eq))return i;var n=this.startNodeAt(e,t);return n.left=i,n.right=this.parseMaybeAssign(),this.finishNode(n,"AssignmentPattern")},Zt.checkLValSimple=function(e,t,i){void 0===t&&(t=0);var n=0!==t;switch(e.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(n?"Binding ":"Assigning to ")+e.name+" in strict mode"),n&&(2===t&&"let"===e.name&&this.raiseRecoverable(e.start,"let is disallowed as a lexically bound name"),i&&(Ct(i,e.name)&&this.raiseRecoverable(e.start,"Argument name clash"),i[e.name]=!0),5!==t&&this.declareName(e.name,t,e.start));break;case"ChainExpression":this.raiseRecoverable(e.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":n&&this.raiseRecoverable(e.start,"Binding member expression");break;case"ParenthesizedExpression":return n&&this.raiseRecoverable(e.start,"Binding parenthesized expression"),this.checkLValSimple(e.expression,t,i);default:this.raise(e.start,(n?"Binding":"Assigning to")+" rvalue")}},Zt.checkLValPattern=function(e,t,i){switch(void 0===t&&(t=0),e.type){case"ObjectPattern":for(var n=0,r=e.properties;n<r.length;n+=1){var a=r[n];this.checkLValInnerPattern(a,t,i)}break;case"ArrayPattern":for(var s=0,o=e.elements;s<o.length;s+=1){var c=o[s];c&&this.checkLValInnerPattern(c,t,i)}break;default:this.checkLValSimple(e,t,i)}},Zt.checkLValInnerPattern=function(e,t,i){switch(void 0===t&&(t=0),e.type){case"Property":this.checkLValInnerPattern(e.value,t,i);break;case"AssignmentPattern":this.checkLValPattern(e.left,t,i);break;case"RestElement":this.checkLValPattern(e.argument,t,i);break;default:this.checkLValPattern(e,t,i)}};var ei=function(e,t,i,n,r){this.token=e,this.isExpr=!!t,this.preserveSpace=!!i,this.override=n,this.generator=!!r},ti={b_stat:new ei("{",!1),b_expr:new ei("{",!0),b_tmpl:new ei("${",!1),p_stat:new ei("(",!1),p_expr:new ei("(",!0),q_tmpl:new ei("`",!0,!0,(function(e){return e.tryReadTemplateToken()})),f_stat:new ei("function",!1),f_expr:new ei("function",!0),f_expr_gen:new ei("function",!0,!1,null,!0),f_gen:new ei("function",!1,!1,null,!0)},ii=Ht.prototype;ii.initialContext=function(){return[ti.b_stat]},ii.curContext=function(){return this.context[this.context.length-1]},ii.braceIsBlock=function(e){var t=this.curContext();return t===ti.f_expr||t===ti.f_stat||(e!==_t.colon||t!==ti.b_stat&&t!==ti.b_expr?e===_t._return||e===_t.name&&this.exprAllowed?Et.test(this.input.slice(this.lastTokEnd,this.start)):e===_t._else||e===_t.semi||e===_t.eof||e===_t.parenR||e===_t.arrow||(e===_t.braceL?t===ti.b_stat:e!==_t._var&&e!==_t._const&&e!==_t.name&&!this.exprAllowed):!t.isExpr)},ii.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if("function"===t.token)return t.generator}return!1},ii.updateContext=function(e){var t,i=this.type;i.keyword&&e===_t.dot?this.exprAllowed=!1:(t=i.updateContext)?t.call(this,e):this.exprAllowed=i.beforeExpr},ii.overrideContext=function(e){this.curContext()!==e&&(this.context[this.context.length-1]=e)},_t.parenR.updateContext=_t.braceR.updateContext=function(){if(1!==this.context.length){var e=this.context.pop();e===ti.b_stat&&"function"===this.curContext().token&&(e=this.context.pop()),this.exprAllowed=!e.isExpr}else this.exprAllowed=!0},_t.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?ti.b_stat:ti.b_expr),this.exprAllowed=!0},_t.dollarBraceL.updateContext=function(){this.context.push(ti.b_tmpl),this.exprAllowed=!0},_t.parenL.updateContext=function(e){var t=e===_t._if||e===_t._for||e===_t._with||e===_t._while;this.context.push(t?ti.p_stat:ti.p_expr),this.exprAllowed=!0},_t.incDec.updateContext=function(){},_t._function.updateContext=_t._class.updateContext=function(e){!e.beforeExpr||e===_t._else||e===_t.semi&&this.curContext()!==ti.p_stat||e===_t._return&&Et.test(this.input.slice(this.lastTokEnd,this.start))||(e===_t.colon||e===_t.braceL)&&this.curContext()===ti.b_stat?this.context.push(ti.f_stat):this.context.push(ti.f_expr),this.exprAllowed=!1},_t.backQuote.updateContext=function(){this.curContext()===ti.q_tmpl?this.context.pop():this.context.push(ti.q_tmpl),this.exprAllowed=!1},_t.star.updateContext=function(e){if(e===_t._function){var t=this.context.length-1;this.context[t]===ti.f_expr?this.context[t]=ti.f_expr_gen:this.context[t]=ti.f_gen}this.exprAllowed=!0},_t.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==_t.dot&&("of"===this.value&&!this.exprAllowed||"yield"===this.value&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var ni=Ht.prototype;function ri(e){return"MemberExpression"===e.type&&"PrivateIdentifier"===e.property.type||"ChainExpression"===e.type&&ri(e.expression)}ni.checkPropClash=function(e,t,i){if(!(this.options.ecmaVersion>=9&&"SpreadElement"===e.type||this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var n,r=e.key;switch(r.type){case"Identifier":n=r.name;break;case"Literal":n=String(r.value);break;default:return}var a=e.kind;if(this.options.ecmaVersion>=6)"__proto__"===n&&"init"===a&&(t.proto&&(i?i.doubleProto<0&&(i.doubleProto=r.start):this.raiseRecoverable(r.start,"Redefinition of __proto__ property")),t.proto=!0);else{var s=t[n="$"+n];if(s)("init"===a?this.strict&&s.init||s.get||s.set:s.init||s[a])&&this.raiseRecoverable(r.start,"Redefinition of property");else s=t[n]={init:!1,get:!1,set:!1};s[a]=!0}}},ni.parseExpression=function(e,t){var i=this.start,n=this.startLoc,r=this.parseMaybeAssign(e,t);if(this.type===_t.comma){var a=this.startNodeAt(i,n);for(a.expressions=[r];this.eat(_t.comma);)a.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(a,"SequenceExpression")}return r},ni.parseMaybeAssign=function(e,t,i){if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(e);this.exprAllowed=!1}var n=!1,r=-1,a=-1,s=-1;t?(r=t.parenthesizedAssign,a=t.trailingComma,s=t.doubleProto,t.parenthesizedAssign=t.trailingComma=-1):(t=new $t,n=!0);var o=this.start,c=this.startLoc;this.type!==_t.parenL&&this.type!==_t.name||(this.potentialArrowAt=this.start,this.potentialArrowInForAwait="await"===e);var l=this.parseMaybeConditional(e,t);if(i&&(l=i.call(this,l,o,c)),this.type.isAssign){var u=this.startNodeAt(o,c);return u.operator=this.value,this.type===_t.eq&&(l=this.toAssignable(l,!1,t)),n||(t.parenthesizedAssign=t.trailingComma=t.doubleProto=-1),t.shorthandAssign>=l.start&&(t.shorthandAssign=-1),this.type===_t.eq?this.checkLValPattern(l):this.checkLValSimple(l),u.left=l,this.next(),u.right=this.parseMaybeAssign(e),s>-1&&(t.doubleProto=s),this.finishNode(u,"AssignmentExpression")}return n&&this.checkExpressionErrors(t,!0),r>-1&&(t.parenthesizedAssign=r),a>-1&&(t.trailingComma=a),l},ni.parseMaybeConditional=function(e,t){var i=this.start,n=this.startLoc,r=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return r;if(this.eat(_t.question)){var a=this.startNodeAt(i,n);return a.test=r,a.consequent=this.parseMaybeAssign(),this.expect(_t.colon),a.alternate=this.parseMaybeAssign(e),this.finishNode(a,"ConditionalExpression")}return r},ni.parseExprOps=function(e,t){var i=this.start,n=this.startLoc,r=this.parseMaybeUnary(t,!1,!1,e);return this.checkExpressionErrors(t)||r.start===i&&"ArrowFunctionExpression"===r.type?r:this.parseExprOp(r,i,n,-1,e)},ni.parseExprOp=function(e,t,i,n,r){var a=this.type.binop;if(null!=a&&(!r||this.type!==_t._in)&&a>n){var s=this.type===_t.logicalOR||this.type===_t.logicalAND,o=this.type===_t.coalesce;o&&(a=_t.logicalAND.binop);var c=this.value;this.next();var l=this.start,u=this.startLoc,p=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,r),l,u,a,r),h=this.buildBinary(t,i,e,p,c,s||o);return(s&&this.type===_t.coalesce||o&&(this.type===_t.logicalOR||this.type===_t.logicalAND))&&this.raiseRecoverable(this.start,"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"),this.parseExprOp(h,t,i,n,r)}return e},ni.buildBinary=function(e,t,i,n,r,a){"PrivateIdentifier"===n.type&&this.raise(n.start,"Private identifier can only be left side of binary expression");var s=this.startNodeAt(e,t);return s.left=i,s.operator=r,s.right=n,this.finishNode(s,a?"LogicalExpression":"BinaryExpression")},ni.parseMaybeUnary=function(e,t,i,n){var r,a=this.start,s=this.startLoc;if(this.isContextual("await")&&this.canAwait)r=this.parseAwait(n),t=!0;else if(this.type.prefix){var o=this.startNode(),c=this.type===_t.incDec;o.operator=this.value,o.prefix=!0,this.next(),o.argument=this.parseMaybeUnary(null,!0,c,n),this.checkExpressionErrors(e,!0),c?this.checkLValSimple(o.argument):this.strict&&"delete"===o.operator&&"Identifier"===o.argument.type?this.raiseRecoverable(o.start,"Deleting local variable in strict mode"):"delete"===o.operator&&ri(o.argument)?this.raiseRecoverable(o.start,"Private fields can not be deleted"):t=!0,r=this.finishNode(o,c?"UpdateExpression":"UnaryExpression")}else if(t||this.type!==_t.privateId){if(r=this.parseExprSubscripts(e,n),this.checkExpressionErrors(e))return r;for(;this.type.postfix&&!this.canInsertSemicolon();){var l=this.startNodeAt(a,s);l.operator=this.value,l.prefix=!1,l.argument=r,this.checkLValSimple(r),this.next(),r=this.finishNode(l,"UpdateExpression")}}else(n||0===this.privateNameStack.length)&&this.options.checkPrivateFields&&this.unexpected(),r=this.parsePrivateIdent(),this.type!==_t._in&&this.unexpected();return i||!this.eat(_t.starstar)?r:t?void this.unexpected(this.lastTokStart):this.buildBinary(a,s,r,this.parseMaybeUnary(null,!1,!1,n),"**",!1)},ni.parseExprSubscripts=function(e,t){var i=this.start,n=this.startLoc,r=this.parseExprAtom(e,t);if("ArrowFunctionExpression"===r.type&&")"!==this.input.slice(this.lastTokStart,this.lastTokEnd))return r;var a=this.parseSubscripts(r,i,n,!1,t);return e&&"MemberExpression"===a.type&&(e.parenthesizedAssign>=a.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=a.start&&(e.parenthesizedBind=-1),e.trailingComma>=a.start&&(e.trailingComma=-1)),a},ni.parseSubscripts=function(e,t,i,n,r){for(var a=this.options.ecmaVersion>=8&&"Identifier"===e.type&&"async"===e.name&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&e.end-e.start==5&&this.potentialArrowAt===e.start,s=!1;;){var o=this.parseSubscript(e,t,i,n,a,s,r);if(o.optional&&(s=!0),o===e||"ArrowFunctionExpression"===o.type){if(s){var c=this.startNodeAt(t,i);c.expression=o,o=this.finishNode(c,"ChainExpression")}return o}e=o}},ni.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(_t.arrow)},ni.parseSubscriptAsyncArrow=function(e,t,i,n){return this.parseArrowExpression(this.startNodeAt(e,t),i,!0,n)},ni.parseSubscript=function(e,t,i,n,r,a,s){var o=this.options.ecmaVersion>=11,c=o&&this.eat(_t.questionDot);n&&c&&this.raise(this.lastTokStart,"Optional chaining cannot appear in the callee of new expressions");var l=this.eat(_t.bracketL);if(l||c&&this.type!==_t.parenL&&this.type!==_t.backQuote||this.eat(_t.dot)){var u=this.startNodeAt(t,i);u.object=e,l?(u.property=this.parseExpression(),this.expect(_t.bracketR)):this.type===_t.privateId&&"Super"!==e.type?u.property=this.parsePrivateIdent():u.property=this.parseIdent("never"!==this.options.allowReserved),u.computed=!!l,o&&(u.optional=c),e=this.finishNode(u,"MemberExpression")}else if(!n&&this.eat(_t.parenL)){var p=new $t,h=this.yieldPos,d=this.awaitPos,f=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var m=this.parseExprList(_t.parenR,this.options.ecmaVersion>=8,!1,p);if(r&&!c&&this.shouldParseAsyncArrow())return this.checkPatternErrors(p,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,"Cannot use 'await' as identifier inside an async function"),this.yieldPos=h,this.awaitPos=d,this.awaitIdentPos=f,this.parseSubscriptAsyncArrow(t,i,m,s);this.checkExpressionErrors(p,!0),this.yieldPos=h||this.yieldPos,this.awaitPos=d||this.awaitPos,this.awaitIdentPos=f||this.awaitIdentPos;var g=this.startNodeAt(t,i);g.callee=e,g.arguments=m,o&&(g.optional=c),e=this.finishNode(g,"CallExpression")}else if(this.type===_t.backQuote){(c||a)&&this.raise(this.start,"Optional chaining cannot appear in the tag of tagged template expressions");var _=this.startNodeAt(t,i);_.tag=e,_.quasi=this.parseTemplate({isTagged:!0}),e=this.finishNode(_,"TaggedTemplateExpression")}return e},ni.parseExprAtom=function(e,t,i){this.type===_t.slash&&this.readRegexp();var n,r=this.potentialArrowAt===this.start;switch(this.type){case _t._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),n=this.startNode(),this.next(),this.type!==_t.parenL||this.allowDirectSuper||this.raise(n.start,"super() call outside constructor of a subclass"),this.type!==_t.dot&&this.type!==_t.bracketL&&this.type!==_t.parenL&&this.unexpected(),this.finishNode(n,"Super");case _t._this:return n=this.startNode(),this.next(),this.finishNode(n,"ThisExpression");case _t.name:var a=this.start,s=this.startLoc,o=this.containsEsc,c=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!o&&"async"===c.name&&!this.canInsertSemicolon()&&this.eat(_t._function))return this.overrideContext(ti.f_expr),this.parseFunction(this.startNodeAt(a,s),0,!1,!0,t);if(r&&!this.canInsertSemicolon()){if(this.eat(_t.arrow))return this.parseArrowExpression(this.startNodeAt(a,s),[c],!1,t);if(this.options.ecmaVersion>=8&&"async"===c.name&&this.type===_t.name&&!o&&(!this.potentialArrowInForAwait||"of"!==this.value||this.containsEsc))return c=this.parseIdent(!1),!this.canInsertSemicolon()&&this.eat(_t.arrow)||this.unexpected(),this.parseArrowExpression(this.startNodeAt(a,s),[c],!0,t)}return c;case _t.regexp:var l=this.value;return(n=this.parseLiteral(l.value)).regex={pattern:l.pattern,flags:l.flags},n;case _t.num:case _t.string:return this.parseLiteral(this.value);case _t._null:case _t._true:case _t._false:return(n=this.startNode()).value=this.type===_t._null?null:this.type===_t._true,n.raw=this.type.keyword,this.next(),this.finishNode(n,"Literal");case _t.parenL:var u=this.start,p=this.parseParenAndDistinguishExpression(r,t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(p)&&(e.parenthesizedAssign=u),e.parenthesizedBind<0&&(e.parenthesizedBind=u)),p;case _t.bracketL:return n=this.startNode(),this.next(),n.elements=this.parseExprList(_t.bracketR,!0,!0,e),this.finishNode(n,"ArrayExpression");case _t.braceL:return this.overrideContext(ti.b_expr),this.parseObj(!1,e);case _t._function:return n=this.startNode(),this.next(),this.parseFunction(n,0);case _t._class:return this.parseClass(this.startNode(),!1);case _t._new:return this.parseNew();case _t.backQuote:return this.parseTemplate();case _t._import:return this.options.ecmaVersion>=11?this.parseExprImport(i):this.unexpected();default:return this.parseExprAtomDefault()}},ni.parseExprAtomDefault=function(){this.unexpected()},ni.parseExprImport=function(e){var t=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import");var i=this.parseIdent(!0);return this.type!==_t.parenL||e?this.type===_t.dot?(t.meta=i,this.parseImportMeta(t)):void this.unexpected():this.parseDynamicImport(t)},ni.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(_t.parenR)){var t=this.start;this.eat(_t.comma)&&this.eat(_t.parenR)?this.raiseRecoverable(t,"Trailing comma is not allowed in import()"):this.unexpected(t)}return this.finishNode(e,"ImportExpression")},ni.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")},ni.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")},ni.parseParenExpression=function(){this.expect(_t.parenL);var e=this.parseExpression();return this.expect(_t.parenR),e},ni.shouldParseArrow=function(e){return!this.canInsertSemicolon()},ni.parseParenAndDistinguishExpression=function(e,t){var i,n=this.start,r=this.startLoc,a=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var s,o=this.start,c=this.startLoc,l=[],u=!0,p=!1,h=new $t,d=this.yieldPos,f=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==_t.parenR;){if(u?u=!1:this.expect(_t.comma),a&&this.afterTrailingComma(_t.parenR,!0)){p=!0;break}if(this.type===_t.ellipsis){s=this.start,l.push(this.parseParenItem(this.parseRestBinding())),this.type===_t.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element");break}l.push(this.parseMaybeAssign(!1,h,this.parseParenItem))}var m=this.lastTokEnd,g=this.lastTokEndLoc;if(this.expect(_t.parenR),e&&this.shouldParseArrow(l)&&this.eat(_t.arrow))return this.checkPatternErrors(h,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=d,this.awaitPos=f,this.parseParenArrowList(n,r,l,t);l.length&&!p||this.unexpected(this.lastTokStart),s&&this.unexpected(s),this.checkExpressionErrors(h,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=f||this.awaitPos,l.length>1?((i=this.startNodeAt(o,c)).expressions=l,this.finishNodeAt(i,"SequenceExpression",m,g)):i=l[0]}else i=this.parseParenExpression();if(this.options.preserveParens){var _=this.startNodeAt(n,r);return _.expression=i,this.finishNode(_,"ParenthesizedExpression")}return i},ni.parseParenItem=function(e){return e},ni.parseParenArrowList=function(e,t,i,n){return this.parseArrowExpression(this.startNodeAt(e,t),i,!1,n)};var ai=[];ni.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(_t.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 n=this.start,r=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),n,r,!0,!1),this.eat(_t.parenL)?e.arguments=this.parseExprList(_t.parenR,this.options.ecmaVersion>=8,!1):e.arguments=ai,this.finishNode(e,"NewExpression")},ni.parseTemplateElement=function(e){var t=e.isTagged,i=this.startNode();return this.type===_t.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===_t.backQuote,this.finishNode(i,"TemplateElement")},ni.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 n=this.parseTemplateElement({isTagged:t});for(i.quasis=[n];!n.tail;)this.type===_t.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(_t.dollarBraceL),i.expressions.push(this.parseExpression()),this.expect(_t.braceR),i.quasis.push(n=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(i,"TemplateLiteral")},ni.isAsyncProp=function(e){return!e.computed&&"Identifier"===e.key.type&&"async"===e.key.name&&(this.type===_t.name||this.type===_t.num||this.type===_t.string||this.type===_t.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===_t.star)&&!Et.test(this.input.slice(this.lastTokEnd,this.start))},ni.parseObj=function(e,t){var i=this.startNode(),n=!0,r={};for(i.properties=[],this.next();!this.eat(_t.braceR);){if(n)n=!1;else if(this.expect(_t.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(_t.braceR))break;var a=this.parseProperty(e,t);e||this.checkPropClash(a,r,t),i.properties.push(a)}return this.finishNode(i,e?"ObjectPattern":"ObjectExpression")},ni.parseProperty=function(e,t){var i,n,r,a,s=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(_t.ellipsis))return e?(s.argument=this.parseIdent(!1),this.type===_t.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.finishNode(s,"RestElement")):(s.argument=this.parseMaybeAssign(!1,t),this.type===_t.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(s,"SpreadElement"));this.options.ecmaVersion>=6&&(s.method=!1,s.shorthand=!1,(e||t)&&(r=this.start,a=this.startLoc),e||(i=this.eat(_t.star)));var o=this.containsEsc;return this.parsePropertyName(s),!e&&!o&&this.options.ecmaVersion>=8&&!i&&this.isAsyncProp(s)?(n=!0,i=this.options.ecmaVersion>=9&&this.eat(_t.star),this.parsePropertyName(s)):n=!1,this.parsePropertyValue(s,e,i,n,r,a,t,o),this.finishNode(s,"Property")},ni.parseGetterSetter=function(e){e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var t="get"===e.kind?0:1;if(e.value.params.length!==t){var i=e.value.start;"get"===e.kind?this.raiseRecoverable(i,"getter should have no params"):this.raiseRecoverable(i,"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")},ni.parsePropertyValue=function(e,t,i,n,r,a,s,o){(i||n)&&this.type===_t.colon&&this.unexpected(),this.eat(_t.colon)?(e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,s),e.kind="init"):this.options.ecmaVersion>=6&&this.type===_t.parenL?(t&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(i,n)):t||o||!(this.options.ecmaVersion>=5)||e.computed||"Identifier"!==e.key.type||"get"!==e.key.name&&"set"!==e.key.name||this.type===_t.comma||this.type===_t.braceR||this.type===_t.eq?this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?((i||n)&&this.unexpected(),this.checkUnreserved(e.key),"await"!==e.key.name||this.awaitIdentPos||(this.awaitIdentPos=r),e.kind="init",t?e.value=this.parseMaybeDefault(r,a,this.copyNode(e.key)):this.type===_t.eq&&s?(s.shorthandAssign<0&&(s.shorthandAssign=this.start),e.value=this.parseMaybeDefault(r,a,this.copyNode(e.key))):e.value=this.copyNode(e.key),e.shorthand=!0):this.unexpected():((i||n)&&this.unexpected(),this.parseGetterSetter(e))},ni.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(_t.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(_t.bracketR),e.key;e.computed=!1}return e.key=this.type===_t.num||this.type===_t.string?this.parseExprAtom():this.parseIdent("never"!==this.options.allowReserved)},ni.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},ni.parseMethod=function(e,t,i){var n=this.startNode(),r=this.yieldPos,a=this.awaitPos,s=this.awaitIdentPos;return this.initFunction(n),this.options.ecmaVersion>=6&&(n.generator=e),this.options.ecmaVersion>=8&&(n.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(64|Bt(t,n.generator)|(i?128:0)),this.expect(_t.parenL),n.params=this.parseBindingList(_t.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(n,!1,!0,!1),this.yieldPos=r,this.awaitPos=a,this.awaitIdentPos=s,this.finishNode(n,"FunctionExpression")},ni.parseArrowExpression=function(e,t,i,n){var r=this.yieldPos,a=this.awaitPos,s=this.awaitIdentPos;return this.enterScope(16|Bt(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,n),this.yieldPos=r,this.awaitPos=a,this.awaitIdentPos=s,this.finishNode(e,"ArrowFunctionExpression")},ni.parseFunctionBody=function(e,t,i,n){var r=t&&this.type!==_t.braceL,a=this.strict,s=!1;if(r)e.body=this.parseMaybeAssign(n),e.expression=!0,this.checkParams(e,!1);else{var o=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);a&&!o||(s=this.strictDirective(this.end))&&o&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list");var c=this.labels;this.labels=[],s&&(this.strict=!0),this.checkParams(e,!a&&!s&&!t&&!i&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLValSimple(e.id,5),e.body=this.parseBlock(!1,void 0,s&&!a),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=c}this.exitScope()},ni.isSimpleParamList=function(e){for(var t=0,i=e;t<i.length;t+=1){if("Identifier"!==i[t].type)return!1}return!0},ni.checkParams=function(e,t){for(var i=Object.create(null),n=0,r=e.params;n<r.length;n+=1){var a=r[n];this.checkLValInnerPattern(a,1,t?null:i)}},ni.parseExprList=function(e,t,i,n){for(var r=[],a=!0;!this.eat(e);){if(a)a=!1;else if(this.expect(_t.comma),t&&this.afterTrailingComma(e))break;var s=void 0;i&&this.type===_t.comma?s=null:this.type===_t.ellipsis?(s=this.parseSpread(n),n&&this.type===_t.comma&&n.trailingComma<0&&(n.trailingComma=this.start)):s=this.parseMaybeAssign(!1,n),r.push(s)}return r},ni.checkUnreserved=function(e){var t=e.start,i=e.end,n=e.name;(this.inGenerator&&"yield"===n&&this.raiseRecoverable(t,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&"await"===n&&this.raiseRecoverable(t,"Cannot use 'await' as identifier inside an async function"),this.currentThisScope().inClassFieldInit&&"arguments"===n&&this.raiseRecoverable(t,"Cannot use 'arguments' in class field initializer"),!this.inClassStaticBlock||"arguments"!==n&&"await"!==n||this.raise(t,"Cannot use "+n+" in class static initialization block"),this.keywords.test(n)&&this.raise(t,"Unexpected keyword '"+n+"'"),this.options.ecmaVersion<6&&-1!==this.input.slice(t,i).indexOf("\\"))||(this.strict?this.reservedWordsStrict:this.reservedWords).test(n)&&(this.inAsync||"await"!==n||this.raiseRecoverable(t,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(t,"The keyword '"+n+"' is reserved"))},ni.parseIdent=function(e){var t=this.parseIdentNode();return this.next(!!e),this.finishNode(t,"Identifier"),e||(this.checkUnreserved(t),"await"!==t.name||this.awaitIdentPos||(this.awaitIdentPos=t.start)),t},ni.parseIdentNode=function(){var e=this.startNode();return this.type===_t.name?e.name=this.value:this.type.keyword?(e.name=this.type.keyword,"class"!==e.name&&"function"!==e.name||this.lastTokEnd===this.lastTokStart+1&&46===this.input.charCodeAt(this.lastTokStart)||this.context.pop()):this.unexpected(),e},ni.parsePrivateIdent=function(){var e=this.startNode();return this.type===_t.privateId?e.name=this.value:this.unexpected(),this.next(),this.finishNode(e,"PrivateIdentifier"),this.options.checkPrivateFields&&(0===this.privateNameStack.length?this.raise(e.start,"Private field '#"+e.name+"' must be declared in an enclosing class"):this.privateNameStack[this.privateNameStack.length-1].used.push(e)),e},ni.parseYield=function(e){this.yieldPos||(this.yieldPos=this.start);var t=this.startNode();return this.next(),this.type===_t.semi||this.canInsertSemicolon()||this.type!==_t.star&&!this.type.startsExpr?(t.delegate=!1,t.argument=null):(t.delegate=this.eat(_t.star),t.argument=this.parseMaybeAssign(e)),this.finishNode(t,"YieldExpression")},ni.parseAwait=function(e){this.awaitPos||(this.awaitPos=this.start);var t=this.startNode();return this.next(),t.argument=this.parseMaybeUnary(null,!0,!1,e),this.finishNode(t,"AwaitExpression")};var si=Ht.prototype;si.raise=function(e,t){var i=Pt(this.input,e);t+=" ("+i.line+":"+i.column+")";var n=new SyntaxError(t);throw n.pos=e,n.loc=i,n.raisedAt=this.pos,n},si.raiseRecoverable=si.raise,si.curPosition=function(){if(this.options.locations)return new kt(this.curLine,this.pos-this.lineStart)};var oi=Ht.prototype,ci=function(e){this.flags=e,this.var=[],this.lexical=[],this.functions=[],this.inClassFieldInit=!1};oi.enterScope=function(e){this.scopeStack.push(new ci(e))},oi.exitScope=function(){this.scopeStack.pop()},oi.treatFunctionsAsVarInScope=function(e){return 2&e.flags||!this.inModule&&1&e.flags},oi.declareName=function(e,t,i){var n=!1;if(2===t){var r=this.currentScope();n=r.lexical.indexOf(e)>-1||r.functions.indexOf(e)>-1||r.var.indexOf(e)>-1,r.lexical.push(e),this.inModule&&1&r.flags&&delete this.undefinedExports[e]}else if(4===t){this.currentScope().lexical.push(e)}else if(3===t){var a=this.currentScope();n=this.treatFunctionsAsVar?a.lexical.indexOf(e)>-1:a.lexical.indexOf(e)>-1||a.var.indexOf(e)>-1,a.functions.push(e)}else for(var s=this.scopeStack.length-1;s>=0;--s){var o=this.scopeStack[s];if(o.lexical.indexOf(e)>-1&&!(32&o.flags&&o.lexical[0]===e)||!this.treatFunctionsAsVarInScope(o)&&o.functions.indexOf(e)>-1){n=!0;break}if(o.var.push(e),this.inModule&&1&o.flags&&delete this.undefinedExports[e],259&o.flags)break}n&&this.raiseRecoverable(i,"Identifier '"+e+"' has already been declared")},oi.checkLocalExport=function(e){-1===this.scopeStack[0].lexical.indexOf(e.name)&&-1===this.scopeStack[0].var.indexOf(e.name)&&(this.undefinedExports[e.name]=e)},oi.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},oi.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(259&t.flags)return t}},oi.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 li=function(e,t,i){this.type="",this.start=t,this.end=0,e.options.locations&&(this.loc=new Dt(e,i)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[t,0])},ui=Ht.prototype;function pi(e,t,i,n){return e.type=t,e.end=i,this.options.locations&&(e.loc.end=n),this.options.ranges&&(e.range[1]=i),e}ui.startNode=function(){return new li(this,this.start,this.startLoc)},ui.startNodeAt=function(e,t){return new li(this,e,t)},ui.finishNode=function(e,t){return pi.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)},ui.finishNodeAt=function(e,t,i,n){return pi.call(this,e,t,i,n)},ui.copyNode=function(e){var t=new li(this,e.start,this.startLoc);for(var i in e)t[i]=e[i];return t};var hi="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",di=hi+" Extended_Pictographic",fi=di+" EBase EComp EMod EPres ExtPict",mi={9:hi,10:di,11:di,12:fi,13:fi,14:"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"},gi={9:"",10:"",11:"",12:"",13:"",14:"Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji"},_i="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",Ei="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",bi=Ei+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",vi=bi+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",xi=vi+" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",Ti=xi+" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith",yi={9:Ei,10:bi,11:vi,12:xi,13:Ti,14:"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 Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz"},Ai={};function wi(e){var t=Ai[e]={binary:Nt(mi[e]+" "+_i),binaryOfStrings:Nt(gi[e]),nonBinary:{General_Category:Nt(_i),Script:Nt(yi[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 Si=0,Ci=[9,10,11,12,13,14];Si<Ci.length;Si+=1){wi(Ci[Si])}var Ri=Ht.prototype,Ni=function(e){this.parser=e,this.validFlags="gim"+(e.options.ecmaVersion>=6?"uy":"")+(e.options.ecmaVersion>=9?"s":"")+(e.options.ecmaVersion>=13?"d":"")+(e.options.ecmaVersion>=15?"v":""),this.unicodeProperties=Ai[e.options.ecmaVersion>=14?14:e.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchV=!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 Ii(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94||e>=123&&e<=125}function Oi(e){return e>=65&&e<=90||e>=97&&e<=122}Ni.prototype.reset=function(e,t,i){var n=-1!==i.indexOf("v"),r=-1!==i.indexOf("u");this.start=0|e,this.source=t+"",this.flags=i,n&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=r&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=r&&this.parser.options.ecmaVersion>=9)},Ni.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+e)},Ni.prototype.at=function(e,t){void 0===t&&(t=!1);var i=this.source,n=i.length;if(e>=n)return-1;var r=i.charCodeAt(e);if(!t&&!this.switchU||r<=55295||r>=57344||e+1>=n)return r;var a=i.charCodeAt(e+1);return a>=56320&&a<=57343?(r<<10)+a-56613888:r},Ni.prototype.nextIndex=function(e,t){void 0===t&&(t=!1);var i=this.source,n=i.length;if(e>=n)return n;var r,a=i.charCodeAt(e);return!t&&!this.switchU||a<=55295||a>=57344||e+1>=n||(r=i.charCodeAt(e+1))<56320||r>57343?e+1:e+2},Ni.prototype.current=function(e){return void 0===e&&(e=!1),this.at(this.pos,e)},Ni.prototype.lookahead=function(e){return void 0===e&&(e=!1),this.at(this.nextIndex(this.pos,e),e)},Ni.prototype.advance=function(e){void 0===e&&(e=!1),this.pos=this.nextIndex(this.pos,e)},Ni.prototype.eat=function(e,t){return void 0===t&&(t=!1),this.current(t)===e&&(this.advance(t),!0)},Ni.prototype.eatChars=function(e,t){void 0===t&&(t=!1);for(var i=this.pos,n=0,r=e;n<r.length;n+=1){var a=r[n],s=this.at(i,t);if(-1===s||s!==a)return!1;i=this.nextIndex(i,t)}return this.pos=i,!0},Ri.validateRegExpFlags=function(e){for(var t=e.validFlags,i=e.flags,n=!1,r=!1,a=0;a<i.length;a++){var s=i.charAt(a);-1===t.indexOf(s)&&this.raise(e.start,"Invalid regular expression flag"),i.indexOf(s,a+1)>-1&&this.raise(e.start,"Duplicate regular expression flag"),"u"===s&&(n=!0),"v"===s&&(r=!0)}this.options.ecmaVersion>=15&&n&&r&&this.raise(e.start,"Invalid regular expression flag")},Ri.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},Ri.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<i.length;t+=1){var n=i[t];-1===e.groupNames.indexOf(n)&&e.raise("Invalid named capture referenced")}},Ri.regexp_disjunction=function(e){for(this.regexp_alternative(e);e.eat(124);)this.regexp_alternative(e);this.regexp_eatQuantifier(e,!0)&&e.raise("Nothing to repeat"),e.eat(123)&&e.raise("Lone quantifier brackets")},Ri.regexp_alternative=function(e){for(;e.pos<e.source.length&&this.regexp_eatTerm(e););},Ri.regexp_eatTerm=function(e){return this.regexp_eatAssertion(e)?(e.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(e)&&e.switchU&&e.raise("Invalid quantifier"),!0):!!(e.switchU?this.regexp_eatAtom(e):this.regexp_eatExtendedAtom(e))&&(this.regexp_eatQuantifier(e),!0)},Ri.regexp_eatAssertion=function(e){var t=e.pos;if(e.lastAssertionIsQuantifiable=!1,e.eat(94)||e.eat(36))return!0;if(e.eat(92)){if(e.eat(66)||e.eat(98))return!0;e.pos=t}if(e.eat(40)&&e.eat(63)){var i=!1;if(this.options.ecmaVersion>=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},Ri.regexp_eatQuantifier=function(e,t){return void 0===t&&(t=!1),!!this.regexp_eatQuantifierPrefix(e,t)&&(e.eat(63),!0)},Ri.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},Ri.regexp_eatBracedQuantifier=function(e,t){var i=e.pos;if(e.eat(123)){var n=0,r=-1;if(this.regexp_eatDecimalDigits(e)&&(n=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(r=e.lastIntValue),e.eat(125)))return-1!==r&&r<n&&!t&&e.raise("numbers out of order in {} quantifier"),!0;e.switchU&&!t&&e.raise("Incomplete quantifier"),e.pos=i}return!1},Ri.regexp_eatAtom=function(e){return this.regexp_eatPatternCharacters(e)||e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)},Ri.regexp_eatReverseSolidusAtomEscape=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatAtomEscape(e))return!0;e.pos=t}return!1},Ri.regexp_eatUncapturingGroup=function(e){var t=e.pos;if(e.eat(40)){if(e.eat(63)&&e.eat(58)){if(this.regexp_disjunction(e),e.eat(41))return!0;e.raise("Unterminated group")}e.pos=t}return!1},Ri.regexp_eatCapturingGroup=function(e){if(e.eat(40)){if(this.options.ecmaVersion>=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},Ri.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)},Ri.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1},Ri.regexp_eatSyntaxCharacter=function(e){var t=e.current();return!!Ii(t)&&(e.lastIntValue=t,e.advance(),!0)},Ri.regexp_eatPatternCharacters=function(e){for(var t=e.pos,i=0;-1!==(i=e.current())&&!Ii(i);)e.advance();return e.pos!==t},Ri.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)},Ri.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")}},Ri.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},Ri.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=It(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=It(e.lastIntValue);return!0}return!1},Ri.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,n=e.current(i);return e.advance(i),92===n&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(n=e.lastIntValue),function(e){return lt(e,!0)||36===e||95===e}(n)?(e.lastIntValue=n,!0):(e.pos=t,!1)},Ri.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,n=e.current(i);return e.advance(i),92===n&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(n=e.lastIntValue),function(e){return ut(e,!0)||36===e||95===e||8204===e||8205===e}(n)?(e.lastIntValue=n,!0):(e.pos=t,!1)},Ri.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)},Ri.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},Ri.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},Ri.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)},Ri.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},Ri.regexp_eatZero=function(e){return 48===e.current()&&!Pi(e.lookahead())&&(e.lastIntValue=0,e.advance(),!0)},Ri.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)},Ri.regexp_eatControlLetter=function(e){var t=e.current();return!!Oi(t)&&(e.lastIntValue=t%32,e.advance(),!0)},Ri.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){void 0===t&&(t=!1);var i,n=e.pos,r=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var a=e.lastIntValue;if(r&&a>=55296&&a<=56319){var s=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*(a-55296)+(o-56320)+65536,!0}e.pos=s,e.lastIntValue=a}return!0}if(r&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&((i=e.lastIntValue)>=0&&i<=1114111))return!0;r&&e.raise("Invalid unicode escape"),e.pos=n}return!1},Ri.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)},Ri.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};function ki(e){return Oi(e)||95===e}function Di(e){return ki(e)||Pi(e)}function Pi(e){return e>=48&&e<=57}function Li(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function Mi(e){return e>=65&&e<=70?e-65+10:e>=97&&e<=102?e-97+10:e-48}function Ui(e){return e>=48&&e<=55}Ri.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(),1;var i=!1;if(e.switchU&&this.options.ecmaVersion>=9&&((i=80===t)||112===t)){var n;if(e.lastIntValue=-1,e.advance(),e.eat(123)&&(n=this.regexp_eatUnicodePropertyValueExpression(e))&&e.eat(125))return i&&2===n&&e.raise("Invalid property name"),n;e.raise("Invalid property name")}return 0},Ri.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 n=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,i,n),1}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var r=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,r)}return 0},Ri.regexp_validateUnicodePropertyNameAndValue=function(e,t,i){Ct(e.unicodeProperties.nonBinary,t)||e.raise("Invalid property name"),e.unicodeProperties.nonBinary[t].test(i)||e.raise("Invalid property value")},Ri.regexp_validateUnicodePropertyNameOrValue=function(e,t){return e.unicodeProperties.binary.test(t)?1:e.switchV&&e.unicodeProperties.binaryOfStrings.test(t)?2:void e.raise("Invalid property name")},Ri.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue="";ki(t=e.current());)e.lastStringValue+=It(t),e.advance();return""!==e.lastStringValue},Ri.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue="";Di(t=e.current());)e.lastStringValue+=It(t),e.advance();return""!==e.lastStringValue},Ri.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)},Ri.regexp_eatCharacterClass=function(e){if(e.eat(91)){var t=e.eat(94),i=this.regexp_classContents(e);return e.eat(93)||e.raise("Unterminated character class"),t&&2===i&&e.raise("Negated character class may contain strings"),!0}return!1},Ri.regexp_classContents=function(e){return 93===e.current()?1:e.switchV?this.regexp_classSetExpression(e):(this.regexp_nonEmptyClassRanges(e),1)},Ri.regexp_nonEmptyClassRanges=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")}}},Ri.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||Ui(i))&&e.raise("Invalid class escape"),e.raise("Invalid escape")}e.pos=t}var n=e.current();return 93!==n&&(e.lastIntValue=n,e.advance(),!0)},Ri.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)},Ri.regexp_classSetExpression=function(e){var t,i=1;if(this.regexp_eatClassSetRange(e));else if(t=this.regexp_eatClassSetOperand(e)){2===t&&(i=2);for(var n=e.pos;e.eatChars([38,38]);)38!==e.current()&&(t=this.regexp_eatClassSetOperand(e))?2!==t&&(i=1):e.raise("Invalid character in character class");if(n!==e.pos)return i;for(;e.eatChars([45,45]);)this.regexp_eatClassSetOperand(e)||e.raise("Invalid character in character class");if(n!==e.pos)return i}else e.raise("Invalid character in character class");for(;;)if(!this.regexp_eatClassSetRange(e)){if(!(t=this.regexp_eatClassSetOperand(e)))return i;2===t&&(i=2)}},Ri.regexp_eatClassSetRange=function(e){var t=e.pos;if(this.regexp_eatClassSetCharacter(e)){var i=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassSetCharacter(e)){var n=e.lastIntValue;return-1!==i&&-1!==n&&i>n&&e.raise("Range out of order in character class"),!0}e.pos=t}return!1},Ri.regexp_eatClassSetOperand=function(e){return this.regexp_eatClassSetCharacter(e)?1:this.regexp_eatClassStringDisjunction(e)||this.regexp_eatNestedClass(e)},Ri.regexp_eatNestedClass=function(e){var t=e.pos;if(e.eat(91)){var i=e.eat(94),n=this.regexp_classContents(e);if(e.eat(93))return i&&2===n&&e.raise("Negated character class may contain strings"),n;e.pos=t}if(e.eat(92)){var r=this.regexp_eatCharacterClassEscape(e);if(r)return r;e.pos=t}return null},Ri.regexp_eatClassStringDisjunction=function(e){var t=e.pos;if(e.eatChars([92,113])){if(e.eat(123)){var i=this.regexp_classStringDisjunctionContents(e);if(e.eat(125))return i}else e.raise("Invalid escape");e.pos=t}return null},Ri.regexp_classStringDisjunctionContents=function(e){for(var t=this.regexp_classString(e);e.eat(124);)2===this.regexp_classString(e)&&(t=2);return t},Ri.regexp_classString=function(e){for(var t=0;this.regexp_eatClassSetCharacter(e);)t++;return 1===t?1:2},Ri.regexp_eatClassSetCharacter=function(e){var t=e.pos;if(e.eat(92))return!(!this.regexp_eatCharacterEscape(e)&&!this.regexp_eatClassSetReservedPunctuator(e))||(e.eat(98)?(e.lastIntValue=8,!0):(e.pos=t,!1));var i=e.current();return!(i<0||i===e.lookahead()&&function(e){return 33===e||e>=35&&e<=38||e>=42&&e<=44||46===e||e>=58&&e<=64||94===e||96===e||126===e}(i))&&(!function(e){return 40===e||41===e||45===e||47===e||e>=91&&e<=93||e>=123&&e<=125}(i)&&(e.advance(),e.lastIntValue=i,!0))},Ri.regexp_eatClassSetReservedPunctuator=function(e){var t=e.current();return!!function(e){return 33===e||35===e||37===e||38===e||44===e||45===e||e>=58&&e<=62||64===e||96===e||126===e}(t)&&(e.lastIntValue=t,e.advance(),!0)},Ri.regexp_eatClassControlLetter=function(e){var t=e.current();return!(!Pi(t)&&95!==t)&&(e.lastIntValue=t%32,e.advance(),!0)},Ri.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},Ri.regexp_eatDecimalDigits=function(e){var t=e.pos,i=0;for(e.lastIntValue=0;Pi(i=e.current());)e.lastIntValue=10*e.lastIntValue+(i-48),e.advance();return e.pos!==t},Ri.regexp_eatHexDigits=function(e){var t=e.pos,i=0;for(e.lastIntValue=0;Li(i=e.current());)e.lastIntValue=16*e.lastIntValue+Mi(i),e.advance();return e.pos!==t},Ri.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},Ri.regexp_eatOctalDigit=function(e){var t=e.current();return Ui(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)},Ri.regexp_eatFixedHexDigits=function(e,t){var i=e.pos;e.lastIntValue=0;for(var n=0;n<t;++n){var r=e.current();if(!Li(r))return e.pos=i,!1;e.lastIntValue=16*e.lastIntValue+Mi(r),e.advance()}return!0};var Fi=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new Dt(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},Bi=Ht.prototype;function Hi(e){return"function"!=typeof BigInt?null:BigInt(e.replace(/_/g,""))}Bi.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 Fi(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},Bi.getToken=function(){return this.next(),new Fi(this)},"undefined"!=typeof Symbol&&(Bi[Symbol.iterator]=function(){var e=this;return{next:function(){var t=e.getToken();return{done:t.type===_t.eof,value:t}}}}),Bi.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(_t.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},Bi.readToken=function(e){return lt(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},Bi.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},Bi.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 n=void 0,r=t;(n=xt(this.input,r,this.pos))>-1;)++this.curLine,r=this.lineStart=n;this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,i),t,this.pos,e,this.curPosition())},Bi.skipLineComment=function(e){for(var t=this.pos,i=this.options.onComment&&this.curPosition(),n=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&!vt(n);)n=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,i,this.curPosition())},Bi.skipSpace=function(){e:for(;this.pos<this.input.length;){var e=this.input.charCodeAt(this.pos);switch(e){case 32:case 160:++this.pos;break;case 13:10===this.input.charCodeAt(this.pos+1)&&++this.pos;case 10:case 8232:case 8233:++this.pos,this.options.locations&&(++this.curLine,this.lineStart=this.pos);break;case 47:switch(this.input.charCodeAt(this.pos+1)){case 42:this.skipBlockComment();break;case 47:this.skipLineComment(2);break;default:break e}break;default:if(!(e>8&&e<14||e>=5760&&Tt.test(String.fromCharCode(e))))break e;++this.pos}}},Bi.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)},Bi.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(_t.ellipsis)):(++this.pos,this.finishToken(_t.dot))},Bi.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(_t.assign,2):this.finishOp(_t.slash,1)},Bi.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),i=1,n=42===e?_t.star:_t.modulo;return this.options.ecmaVersion>=7&&42===e&&42===t&&(++i,n=_t.starstar,t=this.input.charCodeAt(this.pos+2)),61===t?this.finishOp(_t.assign,i+1):this.finishOp(n,i)},Bi.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);if(t===e){if(this.options.ecmaVersion>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(_t.assign,3);return this.finishOp(124===e?_t.logicalOR:_t.logicalAND,2)}return 61===t?this.finishOp(_t.assign,2):this.finishOp(124===e?_t.bitwiseOR:_t.bitwiseAND,1)},Bi.readToken_caret=function(){return 61===this.input.charCodeAt(this.pos+1)?this.finishOp(_t.assign,2):this.finishOp(_t.bitwiseXOR,1)},Bi.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&&!Et.test(this.input.slice(this.lastTokEnd,this.pos))?this.finishOp(_t.incDec,2):(this.skipLineComment(3),this.skipSpace(),this.nextToken()):61===t?this.finishOp(_t.assign,2):this.finishOp(_t.plusMin,1)},Bi.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(_t.assign,i+1):this.finishOp(_t.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(_t.relational,i)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},Bi.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return 61===t?this.finishOp(_t.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===t&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(_t.arrow)):this.finishOp(61===e?_t.eq:_t.prefix,1)},Bi.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(_t.questionDot,2)}if(63===t){if(e>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(_t.assign,3);return this.finishOp(_t.coalesce,2)}}return this.finishOp(_t.question,1)},Bi.readToken_numberSign=function(){var e=35;if(this.options.ecmaVersion>=13&&(++this.pos,lt(e=this.fullCharCodeAtPos(),!0)||92===e))return this.finishToken(_t.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+It(e)+"'")},Bi.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(_t.parenL);case 41:return++this.pos,this.finishToken(_t.parenR);case 59:return++this.pos,this.finishToken(_t.semi);case 44:return++this.pos,this.finishToken(_t.comma);case 91:return++this.pos,this.finishToken(_t.bracketL);case 93:return++this.pos,this.finishToken(_t.bracketR);case 123:return++this.pos,this.finishToken(_t.braceL);case 125:return++this.pos,this.finishToken(_t.braceR);case 58:return++this.pos,this.finishToken(_t.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(_t.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(_t.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+It(e)+"'")},Bi.finishOp=function(e,t){var i=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,i)},Bi.readRegexp=function(){for(var e,t,i=this.pos;;){this.pos>=this.input.length&&this.raise(i,"Unterminated regular expression");var n=this.input.charAt(this.pos);if(Et.test(n)&&this.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}++this.pos}var r=this.input.slice(i,this.pos);++this.pos;var a=this.pos,s=this.readWord1();this.containsEsc&&this.unexpected(a);var o=this.regexpState||(this.regexpState=new Ni(this));o.reset(i,r,s),this.validateRegExpFlags(o),this.validateRegExpPattern(o);var c=null;try{c=new RegExp(r,s)}catch(e){}return this.finishToken(_t.regexp,{pattern:r,flags:s,value:c})},Bi.readInt=function(e,t,i){for(var n=this.options.ecmaVersion>=12&&void 0===t,r=i&&48===this.input.charCodeAt(this.pos),a=this.pos,s=0,o=0,c=0,l=null==t?1/0:t;c<l;++c,++this.pos){var u=this.input.charCodeAt(this.pos),p=void 0;if(n&&95===u)r&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed in legacy octal numeric literals"),95===o&&this.raiseRecoverable(this.pos,"Numeric separator must be exactly one underscore"),0===c&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed at the first of digits"),o=u;else{if((p=u>=97?u-97+10:u>=65?u-65+10:u>=48&&u<=57?u-48:1/0)>=e)break;o=u,s=s*e+p}}return n&&95===o&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===a||null!=t&&this.pos-a!==t?null:s},Bi.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=Hi(this.input.slice(t,this.pos)),++this.pos):lt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(_t.num,i)},Bi.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 n=this.input.charCodeAt(this.pos);if(!i&&!e&&this.options.ecmaVersion>=11&&110===n){var r=Hi(this.input.slice(t,this.pos));return++this.pos,lt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(_t.num,r)}i&&/[89]/.test(this.input.slice(t,this.pos))&&(i=!1),46!==n||i||(++this.pos,this.readInt(10),n=this.input.charCodeAt(this.pos)),69!==n&&101!==n||i||(43!==(n=this.input.charCodeAt(++this.pos))&&45!==n||++this.pos,null===this.readInt(10)&&this.raise(t,"Invalid number")),lt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var a,s=(a=this.input.slice(t,this.pos),i?parseInt(a,8):parseFloat(a.replace(/_/g,"")));return this.finishToken(_t.num,s)},Bi.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},Bi.readString=function(e){for(var t="",i=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var n=this.input.charCodeAt(this.pos);if(n===e)break;92===n?(t+=this.input.slice(i,this.pos),t+=this.readEscapedChar(!1),i=this.pos):8232===n||8233===n?(this.options.ecmaVersion<10&&this.raise(this.start,"Unterminated string constant"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(vt(n)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return t+=this.input.slice(i,this.pos++),this.finishToken(_t.string,t)};var ji={};Bi.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e!==ji)throw e;this.readInvalidTemplateToken()}this.inTemplateElement=!1},Bi.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw ji;this.raise(e,t)},Bi.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!==_t.template&&this.type!==_t.invalidTemplate?(e+=this.input.slice(t,this.pos),this.finishToken(_t.template,e)):36===i?(this.pos+=2,this.finishToken(_t.dollarBraceL)):(++this.pos,this.finishToken(_t.backQuote));if(92===i)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(vt(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}},Bi.readInvalidTemplateToken=function(){for(;this.pos<this.input.length;this.pos++)switch(this.input[this.pos]){case"\\":++this.pos;break;case"$":if("{"!==this.input[this.pos+1])break;case"`":return this.finishToken(_t.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,"Unterminated template")},Bi.readEscapedChar=function(e){var t=this.input.charCodeAt(++this.pos);switch(++this.pos,t){case 110:return"\n";case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return It(this.readCodePoint());case 116:return"\t";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";case 56:case 57:if(this.strict&&this.invalidStringToken(this.pos-1,"Invalid escape sequence"),e){var i=this.pos-1;this.invalidStringToken(i,"Invalid escape sequence in template string")}default:if(t>=48&&t<=55){var n=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],r=parseInt(n,8);return r>255&&(n=n.slice(0,-1),r=parseInt(n,8)),this.pos+=n.length-1,t=this.input.charCodeAt(this.pos),"0"===n&&56!==t&&57!==t||!this.strict&&!e||this.invalidStringToken(this.pos-1-n.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(r)}return vt(t)?"":String.fromCharCode(t)}},Bi.readHexChar=function(e){var t=this.pos,i=this.readInt(16,e);return null===i&&this.invalidStringToken(t,"Bad character escape sequence"),i},Bi.readWord1=function(){this.containsEsc=!1;for(var e="",t=!0,i=this.pos,n=this.options.ecmaVersion>=6;this.pos<this.input.length;){var r=this.fullCharCodeAtPos();if(ut(r,n))this.pos+=r<=65535?1:2;else{if(92!==r)break;this.containsEsc=!0,e+=this.input.slice(i,this.pos);var a=this.pos;117!==this.input.charCodeAt(++this.pos)&&this.invalidStringToken(this.pos,"Expecting Unicode escape sequence \\uXXXX"),++this.pos;var s=this.readCodePoint();(t?lt:ut)(s,n)||this.invalidStringToken(a,"Invalid Unicode escape"),e+=It(s),i=this.pos}t=!1}return e+this.input.slice(i,this.pos)},Bi.readWord=function(){var e=this.readWord1(),t=_t.name;return this.keywords.test(e)&&(t=mt[e]),this.finishToken(t,e)};Ht.acorn={Parser:Ht,version:"8.10.0",defaultOptions:Lt,Position:kt,SourceLocation:Dt,getLineInfo:Pt,Node:li,TokenType:pt,tokTypes:_t,keywordTypes:mt,TokContext:ei,tokContexts:ti,isIdentifierChar:ut,isIdentifierStart:lt,Token:Fi,isNewLine:vt,lineBreak:Et,lineBreakG:bt,nonASCIIwhitespace:Tt};const Gi=/^\s*?import\s*?[{"'*]/,qi=/^\s*?export\s*?({([\s\w,$\n]+?)}[\s;]*|default|class)\s+/m,$i=/^\s*?import(?:['"\s]*(?:[\w*${}\s,]+from\s*)?['"\s]?['"\s])(?:.*?)['"\s]/,Vi=/(import(?:['"\s]*(?:[\w*${}\s,]+from\s*)?['"\s]?['"\s]))((?:https?|[./]).*?)(['"\s])/,zi=["window","globalThis","self","document","location","top","parent","frames","opener"],Wi=zi.map((e=>`(?:^|[^$.])\\b${e}\\b(?:$|[^$])`)).join("|"),Yi=new RegExp(`(${Wi})`),Xi=(()=>{const e="_____WB$wombat$check$this$function_____(this)";function t(){return t=>t.replace("this",e)}function i(e,t){return i=>i.replace(e,t)}return[[/(?:^|\s)\beval\s*\(/,(r="WB_wombat_runEval2((_______eval_arg, isGlobal) => { var ge = eval; return isGlobal ? ge(_______eval_arg) : eval(_______eval_arg); }).eval(this, (function() { return arguments })(),",a="eval",e=>{const t=e.indexOf(a);return 0===t?r:e.slice(0,t)+r})],[/[=]\s*\beval\b(?![(:.$])/,i("eval","self.eval")],[/var\s+self/,i("var","let")],[/\.postMessage\b\(/,function(e){return t=>e+t}(".__WB_pmw(self)")],[/[^$.]?\s?\blocation\b\s*[=]\s*(?![\s\d=])/,(n="((self.__WB_check_loc && self.__WB_check_loc(location, arguments)) || {}).href = ",(e,t,i,r)=>{if(i>0){const t=r[i-1];if("."===t||"$"===t)return e}return e+n})],[/\breturn\s+this\b\s*(?![\s\w.$])/,t()],[new RegExp(`[^$.]\\s?\\bthis\\b(?=(?:\\.(?:${zi.join("|")})\\b))`),(t,i,n,r)=>{const a=n>0?r[n-1]:"";return"\n"===a?t.replace("this",";"+e):"."!==a&&"$"!==a?t.replace("this",e):t}],[/[=,]\s*\bthis\b\s*(?![\s\w:.$])/,t()],[/\}(?:\s*\))?\s*\(this\)/,t()],[/[^|&][|&]{2}\s*this\b\s*(?![|\s&.$](?:[^|&]|$))/,t()],[/async\s+import\s*\(/,e=>e],[/[^$.]\bimport\s*\([^)]*\)\s*\{/,e=>e],[/[^$.]\bimport\s*\(/,function(e,t){return(i,n)=>{let r=i.replace(e,t);return r+=n.isModule?"import.meta.url, ":"null, ",r}}("import","____wb_rewrite_import__")]];var n,r,a})();new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]);var Ki;!function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.NUMBER_SIGN=35]="NUMBER_SIGN",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_F=70]="LATIN_CAPITAL_F",e[e.LATIN_CAPITAL_X=88]="LATIN_CAPITAL_X",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_F=102]="LATIN_SMALL_F",e[e.LATIN_SMALL_X=120]="LATIN_SMALL_X",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z",e[e.REPLACEMENT_CHARACTER=65533]="REPLACEMENT_CHARACTER"}(Ki=Ki||(Ki={}));var Qi;!function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"}(Qi=Qi||(Qi={}));var Ji;!function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"}(Ji=Ji||(Ji={}));const Zi=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e=>e.charCodeAt(0)))),en=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e=>e.charCodeAt(0))));var tn;const nn=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),rn=null!==(tn=String.fromCodePoint)&&void 0!==tn?tn:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};function an(e){return rn(function(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=nn.get(e))&&void 0!==t?t:e}(e))}var sn,on;function cn(e){return function(t,i){let n="",r=0,a=0;for(;(a=t.indexOf("&",a))>=0;){if(n+=t.slice(r,a),r=a,a+=1,t.charCodeAt(a)===sn.NUM){let e=a+1,s=10,o=t.charCodeAt(e);(o|sn.To_LOWER_BIT)===sn.LOWER_X&&(s=16,a+=1,e+=1);do{o=t.charCodeAt(++a)}while(o>=sn.ZERO&&o<=sn.NINE||16===s&&(o|sn.To_LOWER_BIT)>=sn.LOWER_A&&(o|sn.To_LOWER_BIT)<=sn.LOWER_F);if(e!==a){const o=t.substring(e,a),c=parseInt(o,s);if(t.charCodeAt(a)===sn.SEMI)a+=1;else if(i)continue;n+=an(c),r=a}continue}let s=0,o=1,c=0,l=e[c];for(;a<t.length&&(c=ln(e,l,c+1,t.charCodeAt(a)),!(c<0));a++,o++){l=e[c];const n=l&on.VALUE_LENGTH;if(n){i&&t.charCodeAt(a)!==sn.SEMI||(s=c,o=0);const e=(n>>14)-1;if(0===e)break;c+=e}}if(0!==s){const t=(e[s]&on.VALUE_LENGTH)>>14;n+=1===t?String.fromCharCode(e[s]&~on.VALUE_LENGTH):2===t?String.fromCharCode(e[s+1]):String.fromCharCode(e[s+1],e[s+2]),r=a-o+1}}return n+t.slice(r)}}function ln(e,t,i,n){const r=(t&on.BRANCH_LENGTH)>>7,a=t&on.JUMP_TABLE;if(0===r)return 0!==a&&n===a?i:-1;if(a){const t=n-a;return t<0||t>=r?-1:e[i+t]-1}let s=i,o=s+r-1;for(;s<=o;){const t=s+o>>>1,i=e[t];if(i<n)s=t+1;else{if(!(i>n))return e[t+r];o=t-1}}return-1}!function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.To_LOWER_BIT=32]="To_LOWER_BIT"}(sn||(sn={})),function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(on||(on={}));cn(Zi),cn(en);var un,pn,hn,dn,fn;!function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"}(un=un||(un={})),function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"}(pn=pn||(pn={})),function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"}(hn=hn||(hn={})),function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"}(dn=dn||(dn={})),function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SECTION=94]="SECTION",e[e.SELECT=95]="SELECT",e[e.SOURCE=96]="SOURCE",e[e.SMALL=97]="SMALL",e[e.SPAN=98]="SPAN",e[e.STRIKE=99]="STRIKE",e[e.STRONG=100]="STRONG",e[e.STYLE=101]="STYLE",e[e.SUB=102]="SUB",e[e.SUMMARY=103]="SUMMARY",e[e.SUP=104]="SUP",e[e.TABLE=105]="TABLE",e[e.TBODY=106]="TBODY",e[e.TEMPLATE=107]="TEMPLATE",e[e.TEXTAREA=108]="TEXTAREA",e[e.TFOOT=109]="TFOOT",e[e.TD=110]="TD",e[e.TH=111]="TH",e[e.THEAD=112]="THEAD",e[e.TITLE=113]="TITLE",e[e.TR=114]="TR",e[e.TRACK=115]="TRACK",e[e.TT=116]="TT",e[e.U=117]="U",e[e.UL=118]="UL",e[e.SVG=119]="SVG",e[e.VAR=120]="VAR",e[e.WBR=121]="WBR",e[e.XMP=122]="XMP"}(fn=fn||(fn={}));new Map([[dn.A,fn.A],[dn.ADDRESS,fn.ADDRESS],[dn.ANNOTATION_XML,fn.ANNOTATION_XML],[dn.APPLET,fn.APPLET],[dn.AREA,fn.AREA],[dn.ARTICLE,fn.ARTICLE],[dn.ASIDE,fn.ASIDE],[dn.B,fn.B],[dn.BASE,fn.BASE],[dn.BASEFONT,fn.BASEFONT],[dn.BGSOUND,fn.BGSOUND],[dn.BIG,fn.BIG],[dn.BLOCKQUOTE,fn.BLOCKQUOTE],[dn.BODY,fn.BODY],[dn.BR,fn.BR],[dn.BUTTON,fn.BUTTON],[dn.CAPTION,fn.CAPTION],[dn.CENTER,fn.CENTER],[dn.CODE,fn.CODE],[dn.COL,fn.COL],[dn.COLGROUP,fn.COLGROUP],[dn.DD,fn.DD],[dn.DESC,fn.DESC],[dn.DETAILS,fn.DETAILS],[dn.DIALOG,fn.DIALOG],[dn.DIR,fn.DIR],[dn.DIV,fn.DIV],[dn.DL,fn.DL],[dn.DT,fn.DT],[dn.EM,fn.EM],[dn.EMBED,fn.EMBED],[dn.FIELDSET,fn.FIELDSET],[dn.FIGCAPTION,fn.FIGCAPTION],[dn.FIGURE,fn.FIGURE],[dn.FONT,fn.FONT],[dn.FOOTER,fn.FOOTER],[dn.FOREIGN_OBJECT,fn.FOREIGN_OBJECT],[dn.FORM,fn.FORM],[dn.FRAME,fn.FRAME],[dn.FRAMESET,fn.FRAMESET],[dn.H1,fn.H1],[dn.H2,fn.H2],[dn.H3,fn.H3],[dn.H4,fn.H4],[dn.H5,fn.H5],[dn.H6,fn.H6],[dn.HEAD,fn.HEAD],[dn.HEADER,fn.HEADER],[dn.HGROUP,fn.HGROUP],[dn.HR,fn.HR],[dn.HTML,fn.HTML],[dn.I,fn.I],[dn.IMG,fn.IMG],[dn.IMAGE,fn.IMAGE],[dn.INPUT,fn.INPUT],[dn.IFRAME,fn.IFRAME],[dn.KEYGEN,fn.KEYGEN],[dn.LABEL,fn.LABEL],[dn.LI,fn.LI],[dn.LINK,fn.LINK],[dn.LISTING,fn.LISTING],[dn.MAIN,fn.MAIN],[dn.MALIGNMARK,fn.MALIGNMARK],[dn.MARQUEE,fn.MARQUEE],[dn.MATH,fn.MATH],[dn.MENU,fn.MENU],[dn.META,fn.META],[dn.MGLYPH,fn.MGLYPH],[dn.MI,fn.MI],[dn.MO,fn.MO],[dn.MN,fn.MN],[dn.MS,fn.MS],[dn.MTEXT,fn.MTEXT],[dn.NAV,fn.NAV],[dn.NOBR,fn.NOBR],[dn.NOFRAMES,fn.NOFRAMES],[dn.NOEMBED,fn.NOEMBED],[dn.NOSCRIPT,fn.NOSCRIPT],[dn.OBJECT,fn.OBJECT],[dn.OL,fn.OL],[dn.OPTGROUP,fn.OPTGROUP],[dn.OPTION,fn.OPTION],[dn.P,fn.P],[dn.PARAM,fn.PARAM],[dn.PLAINTEXT,fn.PLAINTEXT],[dn.PRE,fn.PRE],[dn.RB,fn.RB],[dn.RP,fn.RP],[dn.RT,fn.RT],[dn.RTC,fn.RTC],[dn.RUBY,fn.RUBY],[dn.S,fn.S],[dn.SCRIPT,fn.SCRIPT],[dn.SECTION,fn.SECTION],[dn.SELECT,fn.SELECT],[dn.SOURCE,fn.SOURCE],[dn.SMALL,fn.SMALL],[dn.SPAN,fn.SPAN],[dn.STRIKE,fn.STRIKE],[dn.STRONG,fn.STRONG],[dn.STYLE,fn.STYLE],[dn.SUB,fn.SUB],[dn.SUMMARY,fn.SUMMARY],[dn.SUP,fn.SUP],[dn.TABLE,fn.TABLE],[dn.TBODY,fn.TBODY],[dn.TEMPLATE,fn.TEMPLATE],[dn.TEXTAREA,fn.TEXTAREA],[dn.TFOOT,fn.TFOOT],[dn.TD,fn.TD],[dn.TH,fn.TH],[dn.THEAD,fn.THEAD],[dn.TITLE,fn.TITLE],[dn.TR,fn.TR],[dn.TRACK,fn.TRACK],[dn.TT,fn.TT],[dn.U,fn.U],[dn.UL,fn.UL],[dn.SVG,fn.SVG],[dn.VAR,fn.VAR],[dn.WBR,fn.WBR],[dn.XMP,fn.XMP]]);const mn=fn;un.HTML,new Set([mn.ADDRESS,mn.APPLET,mn.AREA,mn.ARTICLE,mn.ASIDE,mn.BASE,mn.BASEFONT,mn.BGSOUND,mn.BLOCKQUOTE,mn.BODY,mn.BR,mn.BUTTON,mn.CAPTION,mn.CENTER,mn.COL,mn.COLGROUP,mn.DD,mn.DETAILS,mn.DIR,mn.DIV,mn.DL,mn.DT,mn.EMBED,mn.FIELDSET,mn.FIGCAPTION,mn.FIGURE,mn.FOOTER,mn.FORM,mn.FRAME,mn.FRAMESET,mn.H1,mn.H2,mn.H3,mn.H4,mn.H5,mn.H6,mn.HEAD,mn.HEADER,mn.HGROUP,mn.HR,mn.HTML,mn.IFRAME,mn.IMG,mn.INPUT,mn.LI,mn.LINK,mn.LISTING,mn.MAIN,mn.MARQUEE,mn.MENU,mn.META,mn.NAV,mn.NOEMBED,mn.NOFRAMES,mn.NOSCRIPT,mn.OBJECT,mn.OL,mn.P,mn.PARAM,mn.PLAINTEXT,mn.PRE,mn.SCRIPT,mn.SECTION,mn.SELECT,mn.SOURCE,mn.STYLE,mn.SUMMARY,mn.TABLE,mn.TBODY,mn.TD,mn.TEMPLATE,mn.TEXTAREA,mn.TFOOT,mn.TH,mn.THEAD,mn.TITLE,mn.TR,mn.TRACK,mn.UL,mn.WBR,mn.XMP]),un.MATHML,new Set([mn.MI,mn.MO,mn.MN,mn.MS,mn.MTEXT,mn.ANNOTATION_XML]),un.SVG,new Set([mn.TITLE,mn.FOREIGN_OBJECT,mn.DESC]),un.XLINK,new Set,un.XML,new Set,un.XMLNS,new Set;const gn=new Set([dn.STYLE,dn.SCRIPT,dn.XMP,dn.IFRAME,dn.NOEMBED,dn.NOFRAMES,dn.PLAINTEXT]);new Map([[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);var _n;!function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.NAMED_CHARACTER_REFERENCE=72]="NAMED_CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=73]="AMBIGUOUS_AMPERSAND",e[e.NUMERIC_CHARACTER_REFERENCE=74]="NUMERIC_CHARACTER_REFERENCE",e[e.HEXADEMICAL_CHARACTER_REFERENCE_START=75]="HEXADEMICAL_CHARACTER_REFERENCE_START",e[e.HEXADEMICAL_CHARACTER_REFERENCE=76]="HEXADEMICAL_CHARACTER_REFERENCE",e[e.DECIMAL_CHARACTER_REFERENCE=77]="DECIMAL_CHARACTER_REFERENCE",e[e.NUMERIC_CHARACTER_REFERENCE_END=78]="NUMERIC_CHARACTER_REFERENCE_END"}(_n||(_n={}));_n.DATA,_n.RCDATA,_n.RAWTEXT,_n.SCRIPT_DATA,_n.PLAINTEXT,_n.CDATA_SECTION;const En=new Set([fn.DD,fn.DT,fn.LI,fn.OPTGROUP,fn.OPTION,fn.P,fn.RB,fn.RP,fn.RT,fn.RTC]);new Set([...En,fn.CAPTION,fn.COLGROUP,fn.TBODY,fn.TD,fn.TFOOT,fn.TH,fn.THEAD,fn.TR]),new Map([[fn.APPLET,un.HTML],[fn.CAPTION,un.HTML],[fn.HTML,un.HTML],[fn.MARQUEE,un.HTML],[fn.OBJECT,un.HTML],[fn.TABLE,un.HTML],[fn.TD,un.HTML],[fn.TEMPLATE,un.HTML],[fn.TH,un.HTML],[fn.ANNOTATION_XML,un.MATHML],[fn.MI,un.MATHML],[fn.MN,un.MATHML],[fn.MO,un.MATHML],[fn.MS,un.MATHML],[fn.MTEXT,un.MATHML],[fn.DESC,un.SVG],[fn.FOREIGN_OBJECT,un.SVG],[fn.TITLE,un.SVG]]),fn.H1,fn.H2,fn.H3,fn.H4,fn.H5,fn.H6,fn.TR,fn.TEMPLATE,fn.HTML,fn.TBODY,fn.TFOOT,fn.THEAD,fn.TEMPLATE,fn.HTML,fn.TABLE,fn.TEMPLATE,fn.HTML,fn.TD,fn.TH;var bn;!function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"}(bn=bn||(bn={}));bn.Marker;const vn=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],xn=(new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"]);new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map((e=>[e.toLowerCase(),e]))),new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:un.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:un.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:un.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:un.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:un.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:un.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:un.XLINK}],["xml:base",{prefix:"xml",name:"base",namespace:un.XML}],["xml:lang",{prefix:"xml",name:"lang",namespace:un.XML}],["xml:space",{prefix:"xml",name:"space",namespace:un.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:un.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:un.XMLNS}]]),new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((e=>[e.toLowerCase(),e]))),new Set([fn.B,fn.BIG,fn.BLOCKQUOTE,fn.BODY,fn.BR,fn.CENTER,fn.CODE,fn.DD,fn.DIV,fn.DL,fn.DT,fn.EM,fn.EMBED,fn.H1,fn.H2,fn.H3,fn.H4,fn.H5,fn.H6,fn.HEAD,fn.HR,fn.I,fn.IMG,fn.LI,fn.LISTING,fn.MENU,fn.META,fn.NOBR,fn.OL,fn.P,fn.PRE,fn.RUBY,fn.S,fn.SMALL,fn.SPAN,fn.STRONG,fn.STRIKE,fn.SUB,fn.SUP,fn.TABLE,fn.TT,fn.U,fn.UL,fn.VAR]);var Tn;!function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"}(Tn||(Tn={}));new Set([fn.TABLE,fn.TBODY,fn.TFOOT,fn.THEAD,fn.TR]);new Set([fn.CAPTION,fn.COL,fn.COLGROUP,fn.TBODY,fn.TD,fn.TFOOT,fn.TH,fn.THEAD,fn.TR]);const yn=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]);String.prototype.codePointAt;function An(e,t){return function(i){let n,r=0,a="";for(;n=e.exec(i);)r!==n.index&&(a+=i.substring(r,n.index)),a+=t.get(n[0].charCodeAt(0)),r=n.index+1;return a+i.substring(r)}}An(/[&<>'"]/g,yn);const wn=An(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),Sn=An(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]));new Set([dn.AREA,dn.BASE,dn.BASEFONT,dn.BGSOUND,dn.BR,dn.COL,dn.EMBED,dn.FRAME,dn.HR,dn.IMG,dn.INPUT,dn.KEYGEN,dn.LINK,dn.META,dn.PARAM,dn.SOURCE,dn.TRACK,dn.WBR]);class Cn extends l.Writable{_write(e,t,i){i()}}const Rn=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),Nn="�";var In;!function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.NUMBER_SIGN=35]="NUMBER_SIGN",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_F=70]="LATIN_CAPITAL_F",e[e.LATIN_CAPITAL_X=88]="LATIN_CAPITAL_X",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_F=102]="LATIN_SMALL_F",e[e.LATIN_SMALL_X=120]="LATIN_SMALL_X",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z",e[e.REPLACEMENT_CHARACTER=65533]="REPLACEMENT_CHARACTER"}(In=In||(In={}));const On="--",kn="[CDATA[",Dn="doctype",Pn="script",Ln="public",Mn="system";function Un(e){return e>=55296&&e<=57343}function Fn(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31||e>=127&&e<=159}function Bn(e){return e>=64976&&e<=65007||Rn.has(e)}var Hn;!function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"}(Hn=Hn||(Hn={}));class jn{constructor(e){this.handler=e,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+Number(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(e){const{line:t,col:i,offset:n}=this;return{code:e,startLine:t,endLine:t,startCol:i,endCol:i,startOffset:n,endOffset:n}}_err(e){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(e)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(e){if(this.pos!==this.html.length-1){const t=this.html.charCodeAt(this.pos+1);if(function(e){return e>=56320&&e<=57343}(t))return this.pos++,this._addGap(),1024*(e-55296)+9216+t}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,In.EOF;return this._err(Hn.surrogateInInputStream),e}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(e,t){this.html.length>0?this.html+=e:this.html=e,this.endOfChunkHit=!1,this.lastChunkWritten=t}insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(e,t){if(this.pos+e.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(t)return this.html.startsWith(e,this.pos);for(let t=0;t<e.length;t++){if((32|this.html.charCodeAt(this.pos+t))!==e.charCodeAt(t))return!1}return!0}peek(e){const t=this.pos+e;if(t>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,In.EOF;const i=this.html.charCodeAt(t);return i===In.CARRIAGE_RETURN?In.LINE_FEED:i}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,In.EOF;let e=this.html.charCodeAt(this.pos);if(e===In.CARRIAGE_RETURN)return this.isEol=!0,this.skipNextNewLine=!0,In.LINE_FEED;if(e===In.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine))return this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance();this.skipNextNewLine=!1,Un(e)&&(e=this._processSurrogate(e));return null===this.handler.onParseError||e>31&&e<127||e===In.LINE_FEED||e===In.CARRIAGE_RETURN||e>159&&e<64976||this._checkForProblematicCharacters(e),e}_checkForProblematicCharacters(e){Fn(e)?this._err(Hn.controlCharacterInInputStream):Bn(e)&&this._err(Hn.noncharacterInInputStream)}retreat(e){for(this.pos-=e;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var Gn,qn,$n,Vn,zn,Wn;!function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"}(Gn=Gn||(Gn={})),function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"}(qn=qn||(qn={})),function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"}($n=$n||($n={})),function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"}(Vn=Vn||(Vn={})),function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"}(zn=zn||(zn={})),function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SECTION=94]="SECTION",e[e.SELECT=95]="SELECT",e[e.SOURCE=96]="SOURCE",e[e.SMALL=97]="SMALL",e[e.SPAN=98]="SPAN",e[e.STRIKE=99]="STRIKE",e[e.STRONG=100]="STRONG",e[e.STYLE=101]="STYLE",e[e.SUB=102]="SUB",e[e.SUMMARY=103]="SUMMARY",e[e.SUP=104]="SUP",e[e.TABLE=105]="TABLE",e[e.TBODY=106]="TBODY",e[e.TEMPLATE=107]="TEMPLATE",e[e.TEXTAREA=108]="TEXTAREA",e[e.TFOOT=109]="TFOOT",e[e.TD=110]="TD",e[e.TH=111]="TH",e[e.THEAD=112]="THEAD",e[e.TITLE=113]="TITLE",e[e.TR=114]="TR",e[e.TRACK=115]="TRACK",e[e.TT=116]="TT",e[e.U=117]="U",e[e.UL=118]="UL",e[e.SVG=119]="SVG",e[e.VAR=120]="VAR",e[e.WBR=121]="WBR",e[e.XMP=122]="XMP"}(Wn=Wn||(Wn={}));const Yn=new Map([[zn.A,Wn.A],[zn.ADDRESS,Wn.ADDRESS],[zn.ANNOTATION_XML,Wn.ANNOTATION_XML],[zn.APPLET,Wn.APPLET],[zn.AREA,Wn.AREA],[zn.ARTICLE,Wn.ARTICLE],[zn.ASIDE,Wn.ASIDE],[zn.B,Wn.B],[zn.BASE,Wn.BASE],[zn.BASEFONT,Wn.BASEFONT],[zn.BGSOUND,Wn.BGSOUND],[zn.BIG,Wn.BIG],[zn.BLOCKQUOTE,Wn.BLOCKQUOTE],[zn.BODY,Wn.BODY],[zn.BR,Wn.BR],[zn.BUTTON,Wn.BUTTON],[zn.CAPTION,Wn.CAPTION],[zn.CENTER,Wn.CENTER],[zn.CODE,Wn.CODE],[zn.COL,Wn.COL],[zn.COLGROUP,Wn.COLGROUP],[zn.DD,Wn.DD],[zn.DESC,Wn.DESC],[zn.DETAILS,Wn.DETAILS],[zn.DIALOG,Wn.DIALOG],[zn.DIR,Wn.DIR],[zn.DIV,Wn.DIV],[zn.DL,Wn.DL],[zn.DT,Wn.DT],[zn.EM,Wn.EM],[zn.EMBED,Wn.EMBED],[zn.FIELDSET,Wn.FIELDSET],[zn.FIGCAPTION,Wn.FIGCAPTION],[zn.FIGURE,Wn.FIGURE],[zn.FONT,Wn.FONT],[zn.FOOTER,Wn.FOOTER],[zn.FOREIGN_OBJECT,Wn.FOREIGN_OBJECT],[zn.FORM,Wn.FORM],[zn.FRAME,Wn.FRAME],[zn.FRAMESET,Wn.FRAMESET],[zn.H1,Wn.H1],[zn.H2,Wn.H2],[zn.H3,Wn.H3],[zn.H4,Wn.H4],[zn.H5,Wn.H5],[zn.H6,Wn.H6],[zn.HEAD,Wn.HEAD],[zn.HEADER,Wn.HEADER],[zn.HGROUP,Wn.HGROUP],[zn.HR,Wn.HR],[zn.HTML,Wn.HTML],[zn.I,Wn.I],[zn.IMG,Wn.IMG],[zn.IMAGE,Wn.IMAGE],[zn.INPUT,Wn.INPUT],[zn.IFRAME,Wn.IFRAME],[zn.KEYGEN,Wn.KEYGEN],[zn.LABEL,Wn.LABEL],[zn.LI,Wn.LI],[zn.LINK,Wn.LINK],[zn.LISTING,Wn.LISTING],[zn.MAIN,Wn.MAIN],[zn.MALIGNMARK,Wn.MALIGNMARK],[zn.MARQUEE,Wn.MARQUEE],[zn.MATH,Wn.MATH],[zn.MENU,Wn.MENU],[zn.META,Wn.META],[zn.MGLYPH,Wn.MGLYPH],[zn.MI,Wn.MI],[zn.MO,Wn.MO],[zn.MN,Wn.MN],[zn.MS,Wn.MS],[zn.MTEXT,Wn.MTEXT],[zn.NAV,Wn.NAV],[zn.NOBR,Wn.NOBR],[zn.NOFRAMES,Wn.NOFRAMES],[zn.NOEMBED,Wn.NOEMBED],[zn.NOSCRIPT,Wn.NOSCRIPT],[zn.OBJECT,Wn.OBJECT],[zn.OL,Wn.OL],[zn.OPTGROUP,Wn.OPTGROUP],[zn.OPTION,Wn.OPTION],[zn.P,Wn.P],[zn.PARAM,Wn.PARAM],[zn.PLAINTEXT,Wn.PLAINTEXT],[zn.PRE,Wn.PRE],[zn.RB,Wn.RB],[zn.RP,Wn.RP],[zn.RT,Wn.RT],[zn.RTC,Wn.RTC],[zn.RUBY,Wn.RUBY],[zn.S,Wn.S],[zn.SCRIPT,Wn.SCRIPT],[zn.SECTION,Wn.SECTION],[zn.SELECT,Wn.SELECT],[zn.SOURCE,Wn.SOURCE],[zn.SMALL,Wn.SMALL],[zn.SPAN,Wn.SPAN],[zn.STRIKE,Wn.STRIKE],[zn.STRONG,Wn.STRONG],[zn.STYLE,Wn.STYLE],[zn.SUB,Wn.SUB],[zn.SUMMARY,Wn.SUMMARY],[zn.SUP,Wn.SUP],[zn.TABLE,Wn.TABLE],[zn.TBODY,Wn.TBODY],[zn.TEMPLATE,Wn.TEMPLATE],[zn.TEXTAREA,Wn.TEXTAREA],[zn.TFOOT,Wn.TFOOT],[zn.TD,Wn.TD],[zn.TH,Wn.TH],[zn.THEAD,Wn.THEAD],[zn.TITLE,Wn.TITLE],[zn.TR,Wn.TR],[zn.TRACK,Wn.TRACK],[zn.TT,Wn.TT],[zn.U,Wn.U],[zn.UL,Wn.UL],[zn.SVG,Wn.SVG],[zn.VAR,Wn.VAR],[zn.WBR,Wn.WBR],[zn.XMP,Wn.XMP]]);function Xn(e){var t;return null!==(t=Yn.get(e))&&void 0!==t?t:Wn.UNKNOWN}const Kn=Wn;qn.HTML,new Set([Kn.ADDRESS,Kn.APPLET,Kn.AREA,Kn.ARTICLE,Kn.ASIDE,Kn.BASE,Kn.BASEFONT,Kn.BGSOUND,Kn.BLOCKQUOTE,Kn.BODY,Kn.BR,Kn.BUTTON,Kn.CAPTION,Kn.CENTER,Kn.COL,Kn.COLGROUP,Kn.DD,Kn.DETAILS,Kn.DIR,Kn.DIV,Kn.DL,Kn.DT,Kn.EMBED,Kn.FIELDSET,Kn.FIGCAPTION,Kn.FIGURE,Kn.FOOTER,Kn.FORM,Kn.FRAME,Kn.FRAMESET,Kn.H1,Kn.H2,Kn.H3,Kn.H4,Kn.H5,Kn.H6,Kn.HEAD,Kn.HEADER,Kn.HGROUP,Kn.HR,Kn.HTML,Kn.IFRAME,Kn.IMG,Kn.INPUT,Kn.LI,Kn.LINK,Kn.LISTING,Kn.MAIN,Kn.MARQUEE,Kn.MENU,Kn.META,Kn.NAV,Kn.NOEMBED,Kn.NOFRAMES,Kn.NOSCRIPT,Kn.OBJECT,Kn.OL,Kn.P,Kn.PARAM,Kn.PLAINTEXT,Kn.PRE,Kn.SCRIPT,Kn.SECTION,Kn.SELECT,Kn.SOURCE,Kn.STYLE,Kn.SUMMARY,Kn.TABLE,Kn.TBODY,Kn.TD,Kn.TEMPLATE,Kn.TEXTAREA,Kn.TFOOT,Kn.TH,Kn.THEAD,Kn.TITLE,Kn.TR,Kn.TRACK,Kn.UL,Kn.WBR,Kn.XMP]),qn.MATHML,new Set([Kn.MI,Kn.MO,Kn.MN,Kn.MS,Kn.MTEXT,Kn.ANNOTATION_XML]),qn.SVG,new Set([Kn.TITLE,Kn.FOREIGN_OBJECT,Kn.DESC]),qn.XLINK,new Set,qn.XML,new Set,qn.XMLNS,new Set;new Set([zn.STYLE,zn.SCRIPT,zn.XMP,zn.IFRAME,zn.NOEMBED,zn.NOFRAMES,zn.PLAINTEXT]);const Qn=new Map([[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);var Jn;!function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.NAMED_CHARACTER_REFERENCE=72]="NAMED_CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=73]="AMBIGUOUS_AMPERSAND",e[e.NUMERIC_CHARACTER_REFERENCE=74]="NUMERIC_CHARACTER_REFERENCE",e[e.HEXADEMICAL_CHARACTER_REFERENCE_START=75]="HEXADEMICAL_CHARACTER_REFERENCE_START",e[e.HEXADEMICAL_CHARACTER_REFERENCE=76]="HEXADEMICAL_CHARACTER_REFERENCE",e[e.DECIMAL_CHARACTER_REFERENCE=77]="DECIMAL_CHARACTER_REFERENCE",e[e.NUMERIC_CHARACTER_REFERENCE_END=78]="NUMERIC_CHARACTER_REFERENCE_END"}(Jn||(Jn={}));const Zn={DATA:Jn.DATA,RCDATA:Jn.RCDATA,RAWTEXT:Jn.RAWTEXT,SCRIPT_DATA:Jn.SCRIPT_DATA,PLAINTEXT:Jn.PLAINTEXT,CDATA_SECTION:Jn.CDATA_SECTION};function er(e){return e>=In.DIGIT_0&&e<=In.DIGIT_9}function tr(e){return e>=In.LATIN_CAPITAL_A&&e<=In.LATIN_CAPITAL_Z}function ir(e){return function(e){return e>=In.LATIN_SMALL_A&&e<=In.LATIN_SMALL_Z}(e)||tr(e)}function nr(e){return ir(e)||er(e)}function rr(e){return e>=In.LATIN_CAPITAL_A&&e<=In.LATIN_CAPITAL_F}function ar(e){return e>=In.LATIN_SMALL_A&&e<=In.LATIN_SMALL_F}function sr(e){return e+32}function or(e){return e===In.SPACE||e===In.LINE_FEED||e===In.TABULATION||e===In.FORM_FEED}function cr(e){return or(e)||e===In.SOLIDUS||e===In.GREATER_THAN_SIGN}class lr{constructor(e,t){this.options=e,this.handler=t,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=Jn.DATA,this.returnState=Jn.DATA,this.charRefCode=-1,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new jn(t),this.currentLocation=this.getCurrentLocation(-1)}_err(e){var t,i;null===(i=(t=this.handler).onParseError)||void 0===i||i.call(t,this.preprocessor.getError(e))}getCurrentLocation(e){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-e,startOffset:this.preprocessor.offset-e,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const e=this._consume();this._ensureHibernation()||this._callState(e)}this.inLoop=!1}}pause(){this.paused=!0}resume(e){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,this.inLoop||(this._runParsingLoop(),this.paused||null==e||e())}write(e,t,i){this.active=!0,this.preprocessor.write(e,t),this._runParsingLoop(),this.paused||null==i||i()}insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e),this._runParsingLoop()}_ensureHibernation(){return!!this.preprocessor.endOfChunkHit&&(this._unconsume(this.consumedAfterSnapshot),this.active=!1,!0)}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(e){this.consumedAfterSnapshot-=e,this.preprocessor.retreat(e)}_reconsumeInState(e,t){this.state=e,this._callState(t)}_advanceBy(e){this.consumedAfterSnapshot+=e;for(let t=0;t<e;t++)this.preprocessor.advance()}_consumeSequenceIfMatch(e,t){return!!this.preprocessor.startsWith(e,t)&&(this._advanceBy(e.length-1),!0)}_createStartTagToken(){this.currentToken={type:Gn.START_TAG,tagName:"",tagID:Wn.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:Gn.END_TAG,tagName:"",tagID:Wn.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(e){this.currentToken={type:Gn.COMMENT,data:"",location:this.getCurrentLocation(e)}}_createDoctypeToken(e){this.currentToken={type:Gn.DOCTYPE,name:e,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t,location:this.currentLocation}}_createAttr(e){this.currentAttr={name:e,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var e,t;const i=this.currentToken;if(null===function(e,t){for(let i=e.attrs.length-1;i>=0;i--)if(e.attrs[i].name===t)return e.attrs[i].value;return null}(i,this.currentAttr.name)){if(i.attrs.push(this.currentAttr),i.location&&this.currentLocation){(null!==(e=(t=i.location).attrs)&&void 0!==e?e:t.attrs=Object.create(null))[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(Hn.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(e){this._emitCurrentCharacterToken(e.location),this.currentToken=null,e.location&&(e.location.endLine=this.preprocessor.line,e.location.endCol=this.preprocessor.col+1,e.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){const e=this.currentToken;this.prepareToken(e),e.tagID=Xn(e.tagName),e.type===Gn.START_TAG?(this.lastStartTagName=e.tagName,this.handler.onStartTag(e)):(e.attrs.length>0&&this._err(Hn.endTagWithAttributes),e.selfClosing&&this._err(Hn.endTagWithTrailingSolidus),this.handler.onEndTag(e)),this.preprocessor.dropParsedChunk()}emitCurrentComment(e){this.prepareToken(e),this.handler.onComment(e),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(e){this.prepareToken(e),this.handler.onDoctype(e),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(e){if(this.currentCharacterToken){switch(e&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=e.startLine,this.currentCharacterToken.location.endCol=e.startCol,this.currentCharacterToken.location.endOffset=e.startOffset),this.currentCharacterToken.type){case Gn.CHARACTER:this.handler.onCharacter(this.currentCharacterToken);break;case Gn.NULL_CHARACTER:this.handler.onNullCharacter(this.currentCharacterToken);break;case Gn.WHITESPACE_CHARACTER:this.handler.onWhitespaceCharacter(this.currentCharacterToken)}this.currentCharacterToken=null}}_emitEOFToken(){const e=this.getCurrentLocation(0);e&&(e.endLine=e.startLine,e.endCol=e.startCol,e.endOffset=e.startOffset),this._emitCurrentCharacterToken(e),this.handler.onEof({type:Gn.EOF,location:e}),this.active=!1}_appendCharToCurrentCharacterToken(e,t){if(this.currentCharacterToken){if(this.currentCharacterToken.type===e)return void(this.currentCharacterToken.chars+=t);this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk()}this._createCharacterToken(e,t)}_emitCodePoint(e){const t=or(e)?Gn.WHITESPACE_CHARACTER:e===In.NULL?Gn.NULL_CHARACTER:Gn.CHARACTER;this._appendCharToCurrentCharacterToken(t,String.fromCodePoint(e))}_emitChars(e){this._appendCharToCurrentCharacterToken(Gn.CHARACTER,e)}_matchNamedCharacterReference(e){let t=null,i=0,n=!1;for(let a=0,s=Zi[0];a>=0&&(a=ln(Zi,s,a+1,e),!(a<0));e=this._consume()){i+=1,s=Zi[a];const o=s&on.VALUE_LENGTH;if(o){const s=(o>>14)-1;if(e!==In.SEMICOLON&&this._isCharacterReferenceInAttribute()&&((r=this.preprocessor.peek(1))===In.EQUALS_SIGN||nr(r))?(t=[In.AMPERSAND],a+=s):(t=0===s?[Zi[a]&~on.VALUE_LENGTH]:1===s?[Zi[++a]]:[Zi[++a],Zi[++a]],i=0,n=e!==In.SEMICOLON),0===s){this._consume();break}}}var r;return this._unconsume(i),n&&!this.preprocessor.endOfChunkHit&&this._err(Hn.missingSemicolonAfterCharacterReference),this._unconsume(1),t}_isCharacterReferenceInAttribute(){return this.returnState===Jn.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===Jn.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===Jn.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(e){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(e):this._emitCodePoint(e)}_callState(e){switch(this.state){case Jn.DATA:this._stateData(e);break;case Jn.RCDATA:this._stateRcdata(e);break;case Jn.RAWTEXT:this._stateRawtext(e);break;case Jn.SCRIPT_DATA:this._stateScriptData(e);break;case Jn.PLAINTEXT:this._statePlaintext(e);break;case Jn.TAG_OPEN:this._stateTagOpen(e);break;case Jn.END_TAG_OPEN:this._stateEndTagOpen(e);break;case Jn.TAG_NAME:this._stateTagName(e);break;case Jn.RCDATA_LESS_THAN_SIGN:this._stateRcdataLessThanSign(e);break;case Jn.RCDATA_END_TAG_OPEN:this._stateRcdataEndTagOpen(e);break;case Jn.RCDATA_END_TAG_NAME:this._stateRcdataEndTagName(e);break;case Jn.RAWTEXT_LESS_THAN_SIGN:this._stateRawtextLessThanSign(e);break;case Jn.RAWTEXT_END_TAG_OPEN:this._stateRawtextEndTagOpen(e);break;case Jn.RAWTEXT_END_TAG_NAME:this._stateRawtextEndTagName(e);break;case Jn.SCRIPT_DATA_LESS_THAN_SIGN:this._stateScriptDataLessThanSign(e);break;case Jn.SCRIPT_DATA_END_TAG_OPEN:this._stateScriptDataEndTagOpen(e);break;case Jn.SCRIPT_DATA_END_TAG_NAME:this._stateScriptDataEndTagName(e);break;case Jn.SCRIPT_DATA_ESCAPE_START:this._stateScriptDataEscapeStart(e);break;case Jn.SCRIPT_DATA_ESCAPE_START_DASH:this._stateScriptDataEscapeStartDash(e);break;case Jn.SCRIPT_DATA_ESCAPED:this._stateScriptDataEscaped(e);break;case Jn.SCRIPT_DATA_ESCAPED_DASH:this._stateScriptDataEscapedDash(e);break;case Jn.SCRIPT_DATA_ESCAPED_DASH_DASH:this._stateScriptDataEscapedDashDash(e);break;case Jn.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataEscapedLessThanSign(e);break;case Jn.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:this._stateScriptDataEscapedEndTagOpen(e);break;case Jn.SCRIPT_DATA_ESCAPED_END_TAG_NAME:this._stateScriptDataEscapedEndTagName(e);break;case Jn.SCRIPT_DATA_DOUBLE_ESCAPE_START:this._stateScriptDataDoubleEscapeStart(e);break;case Jn.SCRIPT_DATA_DOUBLE_ESCAPED:this._stateScriptDataDoubleEscaped(e);break;case Jn.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:this._stateScriptDataDoubleEscapedDash(e);break;case Jn.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:this._stateScriptDataDoubleEscapedDashDash(e);break;case Jn.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataDoubleEscapedLessThanSign(e);break;case Jn.SCRIPT_DATA_DOUBLE_ESCAPE_END:this._stateScriptDataDoubleEscapeEnd(e);break;case Jn.BEFORE_ATTRIBUTE_NAME:this._stateBeforeAttributeName(e);break;case Jn.ATTRIBUTE_NAME:this._stateAttributeName(e);break;case Jn.AFTER_ATTRIBUTE_NAME:this._stateAfterAttributeName(e);break;case Jn.BEFORE_ATTRIBUTE_VALUE:this._stateBeforeAttributeValue(e);break;case Jn.ATTRIBUTE_VALUE_DOUBLE_QUOTED:this._stateAttributeValueDoubleQuoted(e);break;case Jn.ATTRIBUTE_VALUE_SINGLE_QUOTED:this._stateAttributeValueSingleQuoted(e);break;case Jn.ATTRIBUTE_VALUE_UNQUOTED:this._stateAttributeValueUnquoted(e);break;case Jn.AFTER_ATTRIBUTE_VALUE_QUOTED:this._stateAfterAttributeValueQuoted(e);break;case Jn.SELF_CLOSING_START_TAG:this._stateSelfClosingStartTag(e);break;case Jn.BOGUS_COMMENT:this._stateBogusComment(e);break;case Jn.MARKUP_DECLARATION_OPEN:this._stateMarkupDeclarationOpen(e);break;case Jn.COMMENT_START:this._stateCommentStart(e);break;case Jn.COMMENT_START_DASH:this._stateCommentStartDash(e);break;case Jn.COMMENT:this._stateComment(e);break;case Jn.COMMENT_LESS_THAN_SIGN:this._stateCommentLessThanSign(e);break;case Jn.COMMENT_LESS_THAN_SIGN_BANG:this._stateCommentLessThanSignBang(e);break;case Jn.COMMENT_LESS_THAN_SIGN_BANG_DASH:this._stateCommentLessThanSignBangDash(e);break;case Jn.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:this._stateCommentLessThanSignBangDashDash(e);break;case Jn.COMMENT_END_DASH:this._stateCommentEndDash(e);break;case Jn.COMMENT_END:this._stateCommentEnd(e);break;case Jn.COMMENT_END_BANG:this._stateCommentEndBang(e);break;case Jn.DOCTYPE:this._stateDoctype(e);break;case Jn.BEFORE_DOCTYPE_NAME:this._stateBeforeDoctypeName(e);break;case Jn.DOCTYPE_NAME:this._stateDoctypeName(e);break;case Jn.AFTER_DOCTYPE_NAME:this._stateAfterDoctypeName(e);break;case Jn.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._stateAfterDoctypePublicKeyword(e);break;case Jn.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:this._stateBeforeDoctypePublicIdentifier(e);break;case Jn.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypePublicIdentifierDoubleQuoted(e);break;case Jn.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypePublicIdentifierSingleQuoted(e);break;case Jn.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:this._stateAfterDoctypePublicIdentifier(e);break;case Jn.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:this._stateBetweenDoctypePublicAndSystemIdentifiers(e);break;case Jn.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._stateAfterDoctypeSystemKeyword(e);break;case Jn.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:this._stateBeforeDoctypeSystemIdentifier(e);break;case Jn.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypeSystemIdentifierDoubleQuoted(e);break;case Jn.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypeSystemIdentifierSingleQuoted(e);break;case Jn.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:this._stateAfterDoctypeSystemIdentifier(e);break;case Jn.BOGUS_DOCTYPE:this._stateBogusDoctype(e);break;case Jn.CDATA_SECTION:this._stateCdataSection(e);break;case Jn.CDATA_SECTION_BRACKET:this._stateCdataSectionBracket(e);break;case Jn.CDATA_SECTION_END:this._stateCdataSectionEnd(e);break;case Jn.CHARACTER_REFERENCE:this._stateCharacterReference(e);break;case Jn.NAMED_CHARACTER_REFERENCE:this._stateNamedCharacterReference(e);break;case Jn.AMBIGUOUS_AMPERSAND:this._stateAmbiguousAmpersand(e);break;case Jn.NUMERIC_CHARACTER_REFERENCE:this._stateNumericCharacterReference(e);break;case Jn.HEXADEMICAL_CHARACTER_REFERENCE_START:this._stateHexademicalCharacterReferenceStart(e);break;case Jn.HEXADEMICAL_CHARACTER_REFERENCE:this._stateHexademicalCharacterReference(e);break;case Jn.DECIMAL_CHARACTER_REFERENCE:this._stateDecimalCharacterReference(e);break;case Jn.NUMERIC_CHARACTER_REFERENCE_END:this._stateNumericCharacterReferenceEnd(e);break;default:throw new Error("Unknown state")}}_stateData(e){switch(e){case In.LESS_THAN_SIGN:this.state=Jn.TAG_OPEN;break;case In.AMPERSAND:this.returnState=Jn.DATA,this.state=Jn.CHARACTER_REFERENCE;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitCodePoint(e);break;case In.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRcdata(e){switch(e){case In.AMPERSAND:this.returnState=Jn.RCDATA,this.state=Jn.CHARACTER_REFERENCE;break;case In.LESS_THAN_SIGN:this.state=Jn.RCDATA_LESS_THAN_SIGN;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitChars(Nn);break;case In.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRawtext(e){switch(e){case In.LESS_THAN_SIGN:this.state=Jn.RAWTEXT_LESS_THAN_SIGN;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitChars(Nn);break;case In.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptData(e){switch(e){case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_LESS_THAN_SIGN;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitChars(Nn);break;case In.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_statePlaintext(e){switch(e){case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitChars(Nn);break;case In.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateTagOpen(e){if(ir(e))this._createStartTagToken(),this.state=Jn.TAG_NAME,this._stateTagName(e);else switch(e){case In.EXCLAMATION_MARK:this.state=Jn.MARKUP_DECLARATION_OPEN;break;case In.SOLIDUS:this.state=Jn.END_TAG_OPEN;break;case In.QUESTION_MARK:this._err(Hn.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=Jn.BOGUS_COMMENT,this._stateBogusComment(e);break;case In.EOF:this._err(Hn.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break;default:this._err(Hn.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=Jn.DATA,this._stateData(e)}}_stateEndTagOpen(e){if(ir(e))this._createEndTagToken(),this.state=Jn.TAG_NAME,this._stateTagName(e);else switch(e){case In.GREATER_THAN_SIGN:this._err(Hn.missingEndTagName),this.state=Jn.DATA;break;case In.EOF:this._err(Hn.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break;default:this._err(Hn.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=Jn.BOGUS_COMMENT,this._stateBogusComment(e)}}_stateTagName(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this.state=Jn.BEFORE_ATTRIBUTE_NAME;break;case In.SOLIDUS:this.state=Jn.SELF_CLOSING_START_TAG;break;case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentTagToken();break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.tagName+=Nn;break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:t.tagName+=String.fromCodePoint(tr(e)?sr(e):e)}}_stateRcdataLessThanSign(e){e===In.SOLIDUS?this.state=Jn.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=Jn.RCDATA,this._stateRcdata(e))}_stateRcdataEndTagOpen(e){ir(e)?(this.state=Jn.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(e)):(this._emitChars("</"),this.state=Jn.RCDATA,this._stateRcdata(e))}handleSpecialEndTag(e){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();this.currentToken.tagName=this.lastStartTagName;switch(this.preprocessor.peek(this.lastStartTagName.length)){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=Jn.BEFORE_ATTRIBUTE_NAME,!1;case In.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=Jn.SELF_CLOSING_START_TAG,!1;case In.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=Jn.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=Jn.RCDATA,this._stateRcdata(e))}_stateRawtextLessThanSign(e){e===In.SOLIDUS?this.state=Jn.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=Jn.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagOpen(e){ir(e)?(this.state=Jn.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(e)):(this._emitChars("</"),this.state=Jn.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=Jn.RAWTEXT,this._stateRawtext(e))}_stateScriptDataLessThanSign(e){switch(e){case In.SOLIDUS:this.state=Jn.SCRIPT_DATA_END_TAG_OPEN;break;case In.EXCLAMATION_MARK:this.state=Jn.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break;default:this._emitChars("<"),this.state=Jn.SCRIPT_DATA,this._stateScriptData(e)}}_stateScriptDataEndTagOpen(e){ir(e)?(this.state=Jn.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(e)):(this._emitChars("</"),this.state=Jn.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=Jn.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStart(e){e===In.HYPHEN_MINUS?(this.state=Jn.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=Jn.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStartDash(e){e===In.HYPHEN_MINUS?(this.state=Jn.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=Jn.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscaped(e){switch(e){case In.HYPHEN_MINUS:this.state=Jn.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break;case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitChars(Nn);break;case In.EOF:this._err(Hn.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataEscapedDash(e){switch(e){case In.HYPHEN_MINUS:this.state=Jn.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break;case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.state=Jn.SCRIPT_DATA_ESCAPED,this._emitChars(Nn);break;case In.EOF:this._err(Hn.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=Jn.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedDashDash(e){switch(e){case In.HYPHEN_MINUS:this._emitChars("-");break;case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case In.GREATER_THAN_SIGN:this.state=Jn.SCRIPT_DATA,this._emitChars(">");break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.state=Jn.SCRIPT_DATA_ESCAPED,this._emitChars(Nn);break;case In.EOF:this._err(Hn.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=Jn.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedLessThanSign(e){e===In.SOLIDUS?this.state=Jn.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:ir(e)?(this._emitChars("<"),this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(e)):(this._emitChars("<"),this.state=Jn.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagOpen(e){ir(e)?(this.state=Jn.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(e)):(this._emitChars("</"),this.state=Jn.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=Jn.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscapeStart(e){if(this.preprocessor.startsWith(Pn,!1)&&cr(this.preprocessor.peek(Pn.length))){this._emitCodePoint(e);for(let e=0;e<Pn.length;e++)this._emitCodePoint(this._consume());this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=Jn.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscaped(e){switch(e){case In.HYPHEN_MINUS:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break;case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitChars(Nn);break;case In.EOF:this._err(Hn.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDash(e){switch(e){case In.HYPHEN_MINUS:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break;case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(Nn);break;case In.EOF:this._err(Hn.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDashDash(e){switch(e){case In.HYPHEN_MINUS:this._emitChars("-");break;case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case In.GREATER_THAN_SIGN:this.state=Jn.SCRIPT_DATA,this._emitChars(">");break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(Nn);break;case In.EOF:this._err(Hn.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedLessThanSign(e){e===In.SOLIDUS?(this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateScriptDataDoubleEscapeEnd(e){if(this.preprocessor.startsWith(Pn,!1)&&cr(this.preprocessor.peek(Pn.length))){this._emitCodePoint(e);for(let e=0;e<Pn.length;e++)this._emitCodePoint(this._consume());this.state=Jn.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateBeforeAttributeName(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.SOLIDUS:case In.GREATER_THAN_SIGN:case In.EOF:this.state=Jn.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case In.EQUALS_SIGN:this._err(Hn.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=Jn.ATTRIBUTE_NAME;break;default:this._createAttr(""),this.state=Jn.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateAttributeName(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:case In.SOLIDUS:case In.GREATER_THAN_SIGN:case In.EOF:this._leaveAttrName(),this.state=Jn.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case In.EQUALS_SIGN:this._leaveAttrName(),this.state=Jn.BEFORE_ATTRIBUTE_VALUE;break;case In.QUOTATION_MARK:case In.APOSTROPHE:case In.LESS_THAN_SIGN:this._err(Hn.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(e);break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.currentAttr.name+=Nn;break;default:this.currentAttr.name+=String.fromCodePoint(tr(e)?sr(e):e)}}_stateAfterAttributeName(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.SOLIDUS:this.state=Jn.SELF_CLOSING_START_TAG;break;case In.EQUALS_SIGN:this.state=Jn.BEFORE_ATTRIBUTE_VALUE;break;case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentTagToken();break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:this._createAttr(""),this.state=Jn.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateBeforeAttributeValue(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.QUOTATION_MARK:this.state=Jn.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break;case In.APOSTROPHE:this.state=Jn.ATTRIBUTE_VALUE_SINGLE_QUOTED;break;case In.GREATER_THAN_SIGN:this._err(Hn.missingAttributeValue),this.state=Jn.DATA,this.emitCurrentTagToken();break;default:this.state=Jn.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(e)}}_stateAttributeValueDoubleQuoted(e){switch(e){case In.QUOTATION_MARK:this.state=Jn.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case In.AMPERSAND:this.returnState=Jn.ATTRIBUTE_VALUE_DOUBLE_QUOTED,this.state=Jn.CHARACTER_REFERENCE;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.currentAttr.value+=Nn;break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueSingleQuoted(e){switch(e){case In.APOSTROPHE:this.state=Jn.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case In.AMPERSAND:this.returnState=Jn.ATTRIBUTE_VALUE_SINGLE_QUOTED,this.state=Jn.CHARACTER_REFERENCE;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.currentAttr.value+=Nn;break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueUnquoted(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this._leaveAttrValue(),this.state=Jn.BEFORE_ATTRIBUTE_NAME;break;case In.AMPERSAND:this.returnState=Jn.ATTRIBUTE_VALUE_UNQUOTED,this.state=Jn.CHARACTER_REFERENCE;break;case In.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=Jn.DATA,this.emitCurrentTagToken();break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.currentAttr.value+=Nn;break;case In.QUOTATION_MARK:case In.APOSTROPHE:case In.LESS_THAN_SIGN:case In.EQUALS_SIGN:case In.GRAVE_ACCENT:this._err(Hn.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(e);break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAfterAttributeValueQuoted(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this._leaveAttrValue(),this.state=Jn.BEFORE_ATTRIBUTE_NAME;break;case In.SOLIDUS:this._leaveAttrValue(),this.state=Jn.SELF_CLOSING_START_TAG;break;case In.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=Jn.DATA,this.emitCurrentTagToken();break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:this._err(Hn.missingWhitespaceBetweenAttributes),this.state=Jn.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateSelfClosingStartTag(e){switch(e){case In.GREATER_THAN_SIGN:this.currentToken.selfClosing=!0,this.state=Jn.DATA,this.emitCurrentTagToken();break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:this._err(Hn.unexpectedSolidusInTag),this.state=Jn.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateBogusComment(e){const t=this.currentToken;switch(e){case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentComment(t);break;case In.EOF:this.emitCurrentComment(t),this._emitEOFToken();break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.data+=Nn;break;default:t.data+=String.fromCodePoint(e)}}_stateMarkupDeclarationOpen(e){this._consumeSequenceIfMatch(On,!0)?(this._createCommentToken(On.length+1),this.state=Jn.COMMENT_START):this._consumeSequenceIfMatch(Dn,!1)?(this.currentLocation=this.getCurrentLocation(Dn.length+1),this.state=Jn.DOCTYPE):this._consumeSequenceIfMatch(kn,!0)?this.inForeignNode?this.state=Jn.CDATA_SECTION:(this._err(Hn.cdataInHtmlContent),this._createCommentToken(kn.length+1),this.currentToken.data="[CDATA[",this.state=Jn.BOGUS_COMMENT):this._ensureHibernation()||(this._err(Hn.incorrectlyOpenedComment),this._createCommentToken(2),this.state=Jn.BOGUS_COMMENT,this._stateBogusComment(e))}_stateCommentStart(e){switch(e){case In.HYPHEN_MINUS:this.state=Jn.COMMENT_START_DASH;break;case In.GREATER_THAN_SIGN:{this._err(Hn.abruptClosingOfEmptyComment),this.state=Jn.DATA;const e=this.currentToken;this.emitCurrentComment(e);break}default:this.state=Jn.COMMENT,this._stateComment(e)}}_stateCommentStartDash(e){const t=this.currentToken;switch(e){case In.HYPHEN_MINUS:this.state=Jn.COMMENT_END;break;case In.GREATER_THAN_SIGN:this._err(Hn.abruptClosingOfEmptyComment),this.state=Jn.DATA,this.emitCurrentComment(t);break;case In.EOF:this._err(Hn.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=Jn.COMMENT,this._stateComment(e)}}_stateComment(e){const t=this.currentToken;switch(e){case In.HYPHEN_MINUS:this.state=Jn.COMMENT_END_DASH;break;case In.LESS_THAN_SIGN:t.data+="<",this.state=Jn.COMMENT_LESS_THAN_SIGN;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.data+=Nn;break;case In.EOF:this._err(Hn.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+=String.fromCodePoint(e)}}_stateCommentLessThanSign(e){const t=this.currentToken;switch(e){case In.EXCLAMATION_MARK:t.data+="!",this.state=Jn.COMMENT_LESS_THAN_SIGN_BANG;break;case In.LESS_THAN_SIGN:t.data+="<";break;default:this.state=Jn.COMMENT,this._stateComment(e)}}_stateCommentLessThanSignBang(e){e===In.HYPHEN_MINUS?this.state=Jn.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=Jn.COMMENT,this._stateComment(e))}_stateCommentLessThanSignBangDash(e){e===In.HYPHEN_MINUS?this.state=Jn.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=Jn.COMMENT_END_DASH,this._stateCommentEndDash(e))}_stateCommentLessThanSignBangDashDash(e){e!==In.GREATER_THAN_SIGN&&e!==In.EOF&&this._err(Hn.nestedComment),this.state=Jn.COMMENT_END,this._stateCommentEnd(e)}_stateCommentEndDash(e){const t=this.currentToken;switch(e){case In.HYPHEN_MINUS:this.state=Jn.COMMENT_END;break;case In.EOF:this._err(Hn.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=Jn.COMMENT,this._stateComment(e)}}_stateCommentEnd(e){const t=this.currentToken;switch(e){case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentComment(t);break;case In.EXCLAMATION_MARK:this.state=Jn.COMMENT_END_BANG;break;case In.HYPHEN_MINUS:t.data+="-";break;case In.EOF:this._err(Hn.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--",this.state=Jn.COMMENT,this._stateComment(e)}}_stateCommentEndBang(e){const t=this.currentToken;switch(e){case In.HYPHEN_MINUS:t.data+="--!",this.state=Jn.COMMENT_END_DASH;break;case In.GREATER_THAN_SIGN:this._err(Hn.incorrectlyClosedComment),this.state=Jn.DATA,this.emitCurrentComment(t);break;case In.EOF:this._err(Hn.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--!",this.state=Jn.COMMENT,this._stateComment(e)}}_stateDoctype(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this.state=Jn.BEFORE_DOCTYPE_NAME;break;case In.GREATER_THAN_SIGN:this.state=Jn.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e);break;case In.EOF:{this._err(Hn.eofInDoctype),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._err(Hn.missingWhitespaceBeforeDoctypeName),this.state=Jn.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e)}}_stateBeforeDoctypeName(e){if(tr(e))this._createDoctypeToken(String.fromCharCode(sr(e))),this.state=Jn.DOCTYPE_NAME;else switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._createDoctypeToken(Nn),this.state=Jn.DOCTYPE_NAME;break;case In.GREATER_THAN_SIGN:{this._err(Hn.missingDoctypeName),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this.state=Jn.DATA;break}case In.EOF:{this._err(Hn.eofInDoctype),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(e)),this.state=Jn.DOCTYPE_NAME}}_stateDoctypeName(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this.state=Jn.AFTER_DOCTYPE_NAME;break;case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.name+=Nn;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.name+=String.fromCodePoint(tr(e)?sr(e):e)}}_stateAfterDoctypeName(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._consumeSequenceIfMatch(Ln,!1)?this.state=Jn.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(Mn,!1)?this.state=Jn.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(Hn.invalidCharacterSequenceAfterDoctypeName),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e))}}_stateAfterDoctypePublicKeyword(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this.state=Jn.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break;case In.QUOTATION_MARK:this._err(Hn.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=Jn.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case In.APOSTROPHE:this._err(Hn.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=Jn.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case In.GREATER_THAN_SIGN:this._err(Hn.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.QUOTATION_MARK:t.publicId="",this.state=Jn.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case In.APOSTROPHE:t.publicId="",this.state=Jn.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case In.GREATER_THAN_SIGN:this._err(Hn.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypePublicIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case In.QUOTATION_MARK:this.state=Jn.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.publicId+=Nn;break;case In.GREATER_THAN_SIGN:this._err(Hn.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateDoctypePublicIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case In.APOSTROPHE:this.state=Jn.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.publicId+=Nn;break;case In.GREATER_THAN_SIGN:this._err(Hn.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateAfterDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this.state=Jn.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break;case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.QUOTATION_MARK:this._err(Hn.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case In.APOSTROPHE:this._err(Hn.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBetweenDoctypePublicAndSystemIdentifiers(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.QUOTATION_MARK:t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case In.APOSTROPHE:t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateAfterDoctypeSystemKeyword(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this.state=Jn.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break;case In.QUOTATION_MARK:this._err(Hn.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case In.APOSTROPHE:this._err(Hn.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case In.GREATER_THAN_SIGN:this._err(Hn.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.QUOTATION_MARK:t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case In.APOSTROPHE:t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case In.GREATER_THAN_SIGN:this._err(Hn.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypeSystemIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case In.QUOTATION_MARK:this.state=Jn.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.systemId+=Nn;break;case In.GREATER_THAN_SIGN:this._err(Hn.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateDoctypeSystemIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case In.APOSTROPHE:this.state=Jn.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.systemId+=Nn;break;case In.GREATER_THAN_SIGN:this._err(Hn.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateAfterDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBogusDoctype(e){const t=this.currentToken;switch(e){case In.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.NULL:this._err(Hn.unexpectedNullCharacter);break;case In.EOF:this.emitCurrentDoctype(t),this._emitEOFToken()}}_stateCdataSection(e){switch(e){case In.RIGHT_SQUARE_BRACKET:this.state=Jn.CDATA_SECTION_BRACKET;break;case In.EOF:this._err(Hn.eofInCdata),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateCdataSectionBracket(e){e===In.RIGHT_SQUARE_BRACKET?this.state=Jn.CDATA_SECTION_END:(this._emitChars("]"),this.state=Jn.CDATA_SECTION,this._stateCdataSection(e))}_stateCdataSectionEnd(e){switch(e){case In.GREATER_THAN_SIGN:this.state=Jn.DATA;break;case In.RIGHT_SQUARE_BRACKET:this._emitChars("]");break;default:this._emitChars("]]"),this.state=Jn.CDATA_SECTION,this._stateCdataSection(e)}}_stateCharacterReference(e){e===In.NUMBER_SIGN?this.state=Jn.NUMERIC_CHARACTER_REFERENCE:nr(e)?(this.state=Jn.NAMED_CHARACTER_REFERENCE,this._stateNamedCharacterReference(e)):(this._flushCodePointConsumedAsCharacterReference(In.AMPERSAND),this._reconsumeInState(this.returnState,e))}_stateNamedCharacterReference(e){const t=this._matchNamedCharacterReference(e);if(this._ensureHibernation());else if(t){for(let e=0;e<t.length;e++)this._flushCodePointConsumedAsCharacterReference(t[e]);this.state=this.returnState}else this._flushCodePointConsumedAsCharacterReference(In.AMPERSAND),this.state=Jn.AMBIGUOUS_AMPERSAND}_stateAmbiguousAmpersand(e){nr(e)?this._flushCodePointConsumedAsCharacterReference(e):(e===In.SEMICOLON&&this._err(Hn.unknownNamedCharacterReference),this._reconsumeInState(this.returnState,e))}_stateNumericCharacterReference(e){this.charRefCode=0,e===In.LATIN_SMALL_X||e===In.LATIN_CAPITAL_X?this.state=Jn.HEXADEMICAL_CHARACTER_REFERENCE_START:er(e)?(this.state=Jn.DECIMAL_CHARACTER_REFERENCE,this._stateDecimalCharacterReference(e)):(this._err(Hn.absenceOfDigitsInNumericCharacterReference),this._flushCodePointConsumedAsCharacterReference(In.AMPERSAND),this._flushCodePointConsumedAsCharacterReference(In.NUMBER_SIGN),this._reconsumeInState(this.returnState,e))}_stateHexademicalCharacterReferenceStart(e){!function(e){return er(e)||rr(e)||ar(e)}(e)?(this._err(Hn.absenceOfDigitsInNumericCharacterReference),this._flushCodePointConsumedAsCharacterReference(In.AMPERSAND),this._flushCodePointConsumedAsCharacterReference(In.NUMBER_SIGN),this._unconsume(2),this.state=this.returnState):(this.state=Jn.HEXADEMICAL_CHARACTER_REFERENCE,this._stateHexademicalCharacterReference(e))}_stateHexademicalCharacterReference(e){rr(e)?this.charRefCode=16*this.charRefCode+e-55:ar(e)?this.charRefCode=16*this.charRefCode+e-87:er(e)?this.charRefCode=16*this.charRefCode+e-48:e===In.SEMICOLON?this.state=Jn.NUMERIC_CHARACTER_REFERENCE_END:(this._err(Hn.missingSemicolonAfterCharacterReference),this.state=Jn.NUMERIC_CHARACTER_REFERENCE_END,this._stateNumericCharacterReferenceEnd(e))}_stateDecimalCharacterReference(e){er(e)?this.charRefCode=10*this.charRefCode+e-48:e===In.SEMICOLON?this.state=Jn.NUMERIC_CHARACTER_REFERENCE_END:(this._err(Hn.missingSemicolonAfterCharacterReference),this.state=Jn.NUMERIC_CHARACTER_REFERENCE_END,this._stateNumericCharacterReferenceEnd(e))}_stateNumericCharacterReferenceEnd(e){if(this.charRefCode===In.NULL)this._err(Hn.nullCharacterReference),this.charRefCode=In.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(Hn.characterReferenceOutsideUnicodeRange),this.charRefCode=In.REPLACEMENT_CHARACTER;else if(Un(this.charRefCode))this._err(Hn.surrogateCharacterReference),this.charRefCode=In.REPLACEMENT_CHARACTER;else if(Bn(this.charRefCode))this._err(Hn.noncharacterCharacterReference);else if(Fn(this.charRefCode)||this.charRefCode===In.CARRIAGE_RETURN){this._err(Hn.controlCharacterReference);const e=Qn.get(this.charRefCode);void 0!==e&&(this.charRefCode=e)}this._flushCodePointConsumedAsCharacterReference(this.charRefCode),this._reconsumeInState(this.returnState,e)}}const ur=new Set([Wn.DD,Wn.DT,Wn.LI,Wn.OPTGROUP,Wn.OPTION,Wn.P,Wn.RB,Wn.RP,Wn.RT,Wn.RTC]);new Set([...ur,Wn.CAPTION,Wn.COLGROUP,Wn.TBODY,Wn.TD,Wn.TFOOT,Wn.TH,Wn.THEAD,Wn.TR]),new Map([[Wn.APPLET,qn.HTML],[Wn.CAPTION,qn.HTML],[Wn.HTML,qn.HTML],[Wn.MARQUEE,qn.HTML],[Wn.OBJECT,qn.HTML],[Wn.TABLE,qn.HTML],[Wn.TD,qn.HTML],[Wn.TEMPLATE,qn.HTML],[Wn.TH,qn.HTML],[Wn.ANNOTATION_XML,qn.MATHML],[Wn.MI,qn.MATHML],[Wn.MN,qn.MATHML],[Wn.MO,qn.MATHML],[Wn.MS,qn.MATHML],[Wn.MTEXT,qn.MATHML],[Wn.DESC,qn.SVG],[Wn.FOREIGN_OBJECT,qn.SVG],[Wn.TITLE,qn.SVG]]),Wn.H1,Wn.H2,Wn.H3,Wn.H4,Wn.H5,Wn.H6,Wn.TR,Wn.TEMPLATE,Wn.HTML,Wn.TBODY,Wn.TFOOT,Wn.THEAD,Wn.TEMPLATE,Wn.HTML,Wn.TABLE,Wn.TEMPLATE,Wn.HTML,Wn.TD,Wn.TH;var pr;!function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"}(pr=pr||(pr={}));pr.Marker;const hr=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],dr=(new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"]);const fr="text/html",mr="application/xhtml+xml",gr=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map((e=>[e.toLowerCase(),e]))),_r=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:qn.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:qn.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:qn.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:qn.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:qn.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:qn.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:qn.XLINK}],["xml:base",{prefix:"xml",name:"base",namespace:qn.XML}],["xml:lang",{prefix:"xml",name:"lang",namespace:qn.XML}],["xml:space",{prefix:"xml",name:"space",namespace:qn.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:qn.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:qn.XMLNS}]]),Er=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((e=>[e.toLowerCase(),e]))),br=new Set([Wn.B,Wn.BIG,Wn.BLOCKQUOTE,Wn.BODY,Wn.BR,Wn.CENTER,Wn.CODE,Wn.DD,Wn.DIV,Wn.DL,Wn.DT,Wn.EM,Wn.EMBED,Wn.H1,Wn.H2,Wn.H3,Wn.H4,Wn.H5,Wn.H6,Wn.HEAD,Wn.HR,Wn.I,Wn.IMG,Wn.LI,Wn.LISTING,Wn.MENU,Wn.META,Wn.NOBR,Wn.OL,Wn.P,Wn.PRE,Wn.RUBY,Wn.S,Wn.SMALL,Wn.SPAN,Wn.STRONG,Wn.STRIKE,Wn.SUB,Wn.SUP,Wn.TABLE,Wn.TT,Wn.U,Wn.UL,Wn.VAR]);function vr(e){const t=Er.get(e.tagName);null!=t&&(e.tagName=t,e.tagID=Xn(e.tagName))}function xr(e,t,i,n){return(!n||n===qn.HTML)&&function(e,t,i){if(t===qn.MATHML&&e===Wn.ANNOTATION_XML)for(let e=0;e<i.length;e++)if(i[e].name===$n.ENCODING){const t=i[e].value.toLowerCase();return t===fr||t===mr}return t===qn.SVG&&(e===Wn.FOREIGN_OBJECT||e===Wn.DESC||e===Wn.TITLE)}(e,t,i)||(!n||n===qn.MATHML)&&function(e,t){return t===qn.MATHML&&(e===Wn.MI||e===Wn.MO||e===Wn.MN||e===Wn.MS||e===Wn.MTEXT)}(e,t)}var Tr;!function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"}(Tr||(Tr={}));new Set([Wn.TABLE,Wn.TBODY,Wn.TFOOT,Wn.THEAD,Wn.TR]);new Set([Wn.CAPTION,Wn.COL,Wn.COLGROUP,Wn.TBODY,Wn.TD,Wn.TFOOT,Wn.TH,Wn.THEAD,Wn.TR]);new Set([zn.AREA,zn.BASE,zn.BASEFONT,zn.BGSOUND,zn.BR,zn.COL,zn.EMBED,zn.FRAME,zn.HR,zn.IMG,zn.INPUT,zn.KEYGEN,zn.LINK,zn.META,zn.PARAM,zn.SOURCE,zn.TRACK,zn.WBR]);const yr=Wn;class Ar{constructor(e,t){this.handler=t,this.namespaceStack=[],this.inForeignContent=!1,this.skipNextNewLine=!1,this.tokenizer=new lr(e,this),this._enterNamespace(qn.HTML)}onNullCharacter(e){this.skipNextNewLine=!1,this.inForeignContent?this.handler.onCharacter({type:Gn.CHARACTER,chars:"�",location:e.location}):this.handler.onNullCharacter(e)}onWhitespaceCharacter(e){if(this.skipNextNewLine&&10===e.chars.charCodeAt(0)){if(this.skipNextNewLine=!1,1===e.chars.length)return;e.chars=e.chars.substr(1)}this.handler.onWhitespaceCharacter(e)}onCharacter(e){this.skipNextNewLine=!1,this.handler.onCharacter(e)}onComment(e){this.skipNextNewLine=!1,this.handler.onComment(e)}onDoctype(e){this.skipNextNewLine=!1,this.handler.onDoctype(e)}onEof(e){this.skipNextNewLine=!1,this.handler.onEof(e)}_enterNamespace(e){this.namespaceStack.unshift(e),this.inForeignContent=e!==qn.HTML,this.tokenizer.inForeignNode=this.inForeignContent}_leaveCurrentNamespace(){this.namespaceStack.shift(),this.inForeignContent=this.namespaceStack[0]!==qn.HTML,this.tokenizer.inForeignNode=this.inForeignContent}_ensureTokenizerMode(e){switch(e){case yr.TEXTAREA:case yr.TITLE:this.tokenizer.state=Zn.RCDATA;break;case yr.PLAINTEXT:this.tokenizer.state=Zn.PLAINTEXT;break;case yr.SCRIPT:this.tokenizer.state=Zn.SCRIPT_DATA;break;case yr.STYLE:case yr.IFRAME:case yr.XMP:case yr.NOEMBED:case yr.NOFRAMES:case yr.NOSCRIPT:this.tokenizer.state=Zn.RAWTEXT}}onStartTag(e){let t=e.tagID;switch(t){case yr.SVG:this._enterNamespace(qn.SVG);break;case yr.MATH:this._enterNamespace(qn.MATHML)}if(this.inForeignContent)if(function(e){const t=e.tagID;return t===Wn.FONT&&e.attrs.some((({name:e})=>e===$n.COLOR||e===$n.SIZE||e===$n.FACE))||br.has(t)}(e))this._leaveCurrentNamespace();else{const i=this.namespaceStack[0];i===qn.MATHML?function(e){for(let t=0;t<e.attrs.length;t++)if("definitionurl"===e.attrs[t].name){e.attrs[t].name="definitionURL";break}}(e):i===qn.SVG&&(vr(e),function(e){for(let t=0;t<e.attrs.length;t++){const i=gr.get(e.attrs[t].name);null!=i&&(e.attrs[t].name=i)}}(e)),function(e){for(let t=0;t<e.attrs.length;t++){const i=_r.get(e.attrs[t].name);i&&(e.attrs[t].prefix=i.prefix,e.attrs[t].name=i.name,e.attrs[t].namespace=i.namespace)}}(e),t=e.tagID,!e.selfClosing&&xr(t,i,e.attrs)&&this._enterNamespace(qn.HTML)}else{switch(t){case yr.PRE:case yr.TEXTAREA:case yr.LISTING:this.skipNextNewLine=!0;break;case yr.IMAGE:e.tagName=zn.IMG,e.tagID=yr.IMG}this._ensureTokenizerMode(t)}this.handler.onStartTag(e)}onEndTag(e){let t=e.tagID;if(this.inForeignContent)(t===yr.SVG&&this.namespaceStack[0]===qn.SVG||t===yr.MATH&&this.namespaceStack[0]===qn.MATHML)&&this._leaveCurrentNamespace();else{const i=this.namespaceStack[1];if(i===qn.SVG){const i=Er.get(e.tagName);i&&(t=Xn(i))}xr(t,i,e.attrs)&&this._leaveCurrentNamespace()}this.namespaceStack[0]===qn.SVG&&vr(e),this.handler.onEndTag(e)}}class wr extends l.Transform{constructor(e={}){super({encoding:"utf8",decodeStrings:!1}),this.pendingText=null,this.lastChunkWritten=!1,this.stopped=!1,this.options={sourceCodeLocationInfo:!1,...e},this.parserFeedbackSimulator=new Ar(this.options,this),this.tokenizer=this.parserFeedbackSimulator.tokenizer,this.pipe(new Cn)}_transform(e,t,i){if("string"!=typeof e)throw new TypeError("Parser can work only with string streams.");i(null,this._transformChunk(e))}_final(e){this.lastChunkWritten=!0,e(null,this._transformChunk(""))}stop(){this.stopped=!0,this.tokenizer.pause()}_transformChunk(e){return this.stopped||this.tokenizer.write(e,this.lastChunkWritten),e}onCharacter({chars:e,location:t}){if(null===this.pendingText)this.pendingText={text:e,sourceCodeLocation:t};else if(this.pendingText.text+=e,t&&this.pendingText.sourceCodeLocation){const{endLine:e,endCol:i,endOffset:n}=t;this.pendingText.sourceCodeLocation={...this.pendingText.sourceCodeLocation,endLine:e,endCol:i,endOffset:n}}this.tokenizer.preprocessor.willDropParsedChunk()&&this._emitPendingText()}onWhitespaceCharacter(e){this.onCharacter(e)}onNullCharacter(e){this.onCharacter(e)}onEof(){this._emitPendingText(),this.stopped=!0}onStartTag(e){this._emitPendingText();const t={tagName:e.tagName,attrs:e.attrs,selfClosing:e.selfClosing,sourceCodeLocation:e.location};this.emitIfListenerExists("startTag",t)}onEndTag(e){this._emitPendingText();const t={tagName:e.tagName,sourceCodeLocation:e.location};this.emitIfListenerExists("endTag",t)}onDoctype(e){this._emitPendingText();const t={name:e.name,publicId:e.publicId,systemId:e.systemId,sourceCodeLocation:e.location};this.emitIfListenerExists("doctype",t)}onComment(e){this._emitPendingText();const t={text:e.data,sourceCodeLocation:e.location};this.emitIfListenerExists("comment",t)}emitIfListenerExists(e,t){return 0!==this.listenerCount(e)&&(this._emitToken(e,t),!0)}_emitToken(e,t){this.emit(e,t)}_emitPendingText(){null!==this.pendingText&&(this.emitIfListenerExists("text",this.pendingText),this.pendingText=null)}}class Sr extends wr{constructor(){super({sourceCodeLocationInfo:!0})}_transformChunk(e){return super._transformChunk(e),""}_getRawHtml(e){const{droppedBufferSize:t,html:i}=this.tokenizer.preprocessor,n=e.startOffset-t,r=e.endOffset-t;return i.slice(n,r)}emitIfListenerExists(e,t){return super.emitIfListenerExists(e,t)||this.emitRaw(this._getRawHtml(t.sourceCodeLocation)),this.parserFeedbackSimulator.skipNextNewLine=!1,!0}_emitToken(e,t){this.emit(e,t,this._getRawHtml(t.sourceCodeLocation))}emitDoctype(e){let t=`<!DOCTYPE ${e.name}`;null!==e.publicId?t+=` PUBLIC "${e.publicId}"`:null!==e.systemId&&(t+=" SYSTEM"),null!==e.systemId&&(t+=` "${e.systemId}"`),t+=">",this.push(t)}emitStartTag(e){let t=`<${e.tagName}`;for(const i of e.attrs)t+=` ${i.name}="${wn(i.value)}"`;t+=e.selfClosing?"/>":">",this.push(t)}emitEndTag(e){this.push(`</${e.tagName}>`)}emitText({text:e}){var t,i;this.push(!this.parserFeedbackSimulator.inForeignContent&&(t=this.tokenizer.lastStartTagName,i=!0,gn.has(t)||i&&t===dn.NOSCRIPT)?e:Sn(e))}emitComment(e){this.push(`\x3c!--${e.text}--\x3e`)}emitRaw(e){this.push(e)}}const Cr=new TextEncoder,Rr=new TextDecoder,Nr=/([\d.]+\s*;\s*url\s*=\s*)(.+)(\s*)/im,Ir=["http://","https://","//"],Or="mp_",kr={a:{href:Or},applet:{codebase:"oe_",archive:"oe_"},area:{href:Or},audio:{src:"oe_"},base:{href:Or},blockquote:{cite:Or},body:{background:"im_"},button:{formaction:Or},command:{icon:"im_"},del:{cite:Or},embed:{src:"oe_"},iframe:{src:"if_"},image:{src:"im_","xlink:href":"im_",href:"im_"},img:{src:"im_",srcset:"im_"},ins:{cite:Or},input:{src:"im_",formaction:Or},form:{action:Or},frame:{src:"fr_"},link:{href:"oe_"},meta:{content:Or},object:{codebase:"oe_",data:"oe_"},param:{value:"oe_"},q:{cite:Or},ref:{href:"oe_"},script:{src:"js_","xlink:href":"js_"},source:{src:"oe_",srcset:"oe_"},video:{src:"oe_",poster:"im_"}},Dr=[{match:/youtube.com\/v\/([^&]+)[&]/,replace:"youtube.com/embed/$1?"}],Pr=[{urlMatch:/[?&]:loadOrderID=([\d]+)/,match:/(loadOrderID&(quot;&)?#x[^;]+?;)([\d]+)/gi,replace:"$1$U1"}];class Lr{constructor(e,t=!1){this.rewriter=e,this.rule=null;for(const e of Pr){const t=this.rewriter.url.match(e.urlMatch);if(t){this.ruleMatch=t,this.rule=e;break}}this.isCharsetUTF8=t}rewriteMetaContent(e,t,i){let n=this.getAttr(e,"http-equiv");if(n&&(n=n.toLowerCase()),"content-security-policy"===n)t.name="_"+t.name;else{if("refresh"===n)return t.value.replace(Nr,((e,t,n,r)=>t+this.rewriteUrl(i,n)+r));if("referrer"===this.getAttr(e,"name"))return"no-referrer-when-downgrade";if(ee(t.value,Ir))return this.rewriteUrl(i,t.value)}return t.value}rewriteSrcSet(e,t){const i=/\s*(\S*\s+[\d.]+[wx]),|(?:\s*,(?:\s+|(?=https?:)))/;let n=[];for(let r of e.split(i))if(r){const e=r.trim().split(" ");e[0]=this.rewriteUrl(t,e[0]),n.push(e.join(" "))}return n.join(", ")}rewriteTagAndAttrs(e,t,i){const n=e=>ee(e,Ir),r=e.tagName;for(let a of e.attrs){const s=a.name||"",o=a.value||"";if(o.startsWith("javascript:"))a.value="javascript:"+i.rewriteJS(o.slice("javascript:".length),{inline:!0});else if(s.startsWith("on")&&"-"!=s.slice(2,3))a.value=i.rewriteJS(o,{inline:!0});else if("style"===s)a.value=i.rewriteCSS(a.value);else if("background"===s)a.value=this.rewriteUrl(i,o);else if("srcset"===s||"imagesrcset"===s&&"link"===r)a.value=this.rewriteSrcSet(o,i);else if("crossorigin"===s||"integrity"===s||"download"===s)a.name="_"+a.name;else if("meta"===r&&"content"===s)a.value=this.rewriteMetaContent(e.attrs,a,i);else if("param"===r&&n(o))a.value=this.rewriteUrl(i,a.value);else if(s.startsWith("data-")&&n(o))a.value=this.rewriteUrl(i,a.value);else if("base"===r&&"href"===s)try{a.value=this.rewriter.updateBaseUrl(a.value)}catch(e){console.warn("Invalid <base>: "+a.value)}else if("script"===r&&"src"===s){const t="module"===this.getScriptRWType(e)?"esm_":null,n=this.rewriteUrl(i,a.value,!1,t);n===a.value?(e.attrs.push({name:"__wb_orig_src",value:a.value}),a.value&&a.value.startsWith("data:text/javascript;base64")?a.value=this.rewriteJSBase64(a.value,i):a.value=this.rewriteUrl(i,a.value,!0,t)):a.value=n}else if("object"===r&&"data"===s){const t=this.getAttr(e.attrs,"type");if("application/pdf"===t||"image/svg+xml"===t)a.name="src",e.tagName="iframe";else if("application/x-shockwave-flash"===t)for(const t of Dr){const n=a.value.replace(t.match,t.replace);if(n!==a.value){a.name="src",a.value=this.rewriteUrl(i,n),e.tagName="iframe";break}}}else if("target"===s){const e=a.value;"_blank"!==e&&"_parent"!==e&&"_top"!==e&&"new"!==e||(a.value="___wb_replay_top_frame")}else("href"===s||"src"===s||t[a.name])&&(a.value=this.rewriteUrl(i,a.value))}}getAttr(e,t){for(let i of e)if(i.name===t)return i.value;return null}getScriptRWType(e){const t=this.getAttr(e.attrs,"type");return"module"===t?"module":"application/json"===t?"json":!t||t.indexOf("javascript")>=0||t.indexOf("ecmascript")>=0?"js":t.startsWith("text/")?"text":""}async rewrite(e){if(!e.buffer&&!e.reader)return e;if(e.expectedLength()>5e6)return console.warn("Skipping rewriting, HTML file too big: "+e.expectedLength()),e;const t=this.rewriter,i=new Sr;i.tokenizer.preprocessor.bufferWaterline=1/0;let n=!1,r=!1,a=!0,s="",o="",c=null;const l=()=>{if(!n&&t.headInsertFunc){const e=t.headInsertFunc(t.url);e&&i.emitRaw(e),n=!0}};i.on("startTag",(e=>{const u=kr[e.tagName],p=e.tagName;switch(this.rewriteTagAndAttrs(e,u||{},t),n||["head","html"].includes(e.tagName)||l(),i.emitStartTag(e),e.tagName){case"script":if(e.selfClosing)break;s=e.tagName,a=!0,o=this.getScriptRWType(e);break;case"style":e.selfClosing||(s=e.tagName);break;case"head":l();break;case"body":r=!0}e.tagName!==p&&(s=p,c=e.tagName)})),i.on("endTag",(e=>{if(e.tagName===s){switch(c&&(e.tagName=c,c=null),s){case"head":r=!0;break;case"script":r&&!a&&"js"===o&&i.emitRaw(";document.close();")}s=""}i.emitEndTag(e)})),i.on("text",((e,n)=>{const r=(()=>{if("script"===s){const i=t.prefix,n="module"===o;return a=a&&0===e.text.trim().length,"js"===o||n?t.rewriteJS(e.text,{isModule:n,prefix:i}):"json"===o?t.rewriteJSON(e.text,{prefix:i}):e.text}return"style"===s?t.rewriteCSS(e.text):this.rewriteHTMLText(n)})();for(let e=0;e<r.length;e+=Z)i.emitRaw(r.slice(e,e+Z))}));const u=e.createIter();let p=!1;const h=this.isCharsetUTF8;return e.setReader(new ReadableStream({async start(e){i.on("data",(t=>{e.enqueue(h?Cr.encode(t):ne(t))})),i.on("end",(()=>{e.close()}));for await(const e of u)h?i.write(Rr.decode(e),"utf8"):i.write(ie(e),"latin1"),p=!0;p&&l(),i.end()}})),e}rewriteUrl(e,t,i=!1,n=null){this.isCharsetUTF8||(t=Rr.decode(ne(t)));const r=e.rewriteUrl(t,i);return n?r.replace("mp_/",n+"/"):r}rewriteHTMLText(e){if(this.rule){const t=this.rule.replace.replace("$U1",this.ruleMatch[1]),i=e.replace(this.rule.match,t);if(e!==i)return i}return e}rewriteJSBase64(e,t){const i=e.split(","),n=t.rewriteJS(atob(i[1]),{isModule:!1});return i[1]=btoa(n),i.join(",")}}const Mr=/(url\s*\(\s*[\\"']*)([^)'"]+)([\\"']*\s*\))/gi,Ur=/(@import\s*[\\"']*)([^)'";]+)([\\"']*\s*;?)/gi,Fr=/WB_wombat_/g,Br=/^(?:\s*(?:(?:\/\*[^*]*\*\/)|(?:\/\/[^\n]+[\n])))*\s*([\w.]+)\([{[]/,Hr=/[?].*(?:callback|jsonp)=([^&]+)/i,jr=new Qe(class extends Je{constructor(e){super(),this.extraRules=e,this.firstBuff=this.initLocalDecl(zi),this.lastBuff="\n\n}"}initLocalDecl(e){const t="_____WB$wombat$assign$function_____";let i=`var ${t} = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; };\nif (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } }\n{\n`;for(let n of e)i+=`let ${n} = ${t}("${n}");\n`;return i+="let arguments;\n",i+"\n"}getModuleDecl(e,t){return`import { ${e.join(", ")} } from "${t}__wb_module_decl.js";\n`}detectIsModule(e){return!!(e.indexOf("import")>=0&&e.match(Gi))||!!(e.indexOf("export")>=0&&e.match(qi))}parseGlobals(e){const t=Ht.parse(e,{ecmaVersion:"latest"});let i=!1;const n=[],r=new Set;for(const e of t.body){const{type:t}=e;if("VariableDeclaration"===t){const{kind:t,declarations:i}=e;for(const e of i)if(e&&"VariableDeclarator"===e.type&&e.id&&"Identifier"===e.id.type){const i=e.id.name;zi.includes(i)?r.add(i):"const"!==t&&"let"!==t||n.push(`self.${i} = ${i};`)}}else if(!i&&"ExpressionStatement"===t){const{expression:t}=e;if(t&&"CallExpression"===t.type){const{callee:e}=t;if(e&&"MemberExpression"===e.type){const{object:t,property:n}=e;"Identifier"===t.type&&"document"===t.name&&"Identifier"===n.type&&"write"===n.name&&(i=!0)}}}}if(r.size){const e=zi.filter((e=>!r.has(e)));this.firstBuff=this.initLocalDecl(e)}return i&&(this.lastBuff=";document.close();"+this.lastBuff),n.length?"\n"+n.join("\n"):""}rewrite(e,t){void 0!==(t=t||{}).isModule&&null!==t.isModule||(t.isModule=this.detectIsModule(e,t));let i=Xi;t.isModule&&(i=[...i,this.getESMImportRule()]),this.extraRules&&this.extraRules.length?this.rules=[...i,...this.extraRules]:this.rules=i,this.compileRules();let n=super.rewrite(e,t);if(t.isModule)return this.getModuleDecl(zi,t.prefix)+n;const r=Yi.exec(e);if(t.inline&&(n=n.replace(/\n/g," ")),r){let e="";if(n)try{e=this.parseGlobals(n)}catch(e){console.warn(`acorn parsing failed, script len ${n.length}`)}n=this.firstBuff+n+e+this.lastBuff,t.inline&&(n=n.replace(/\n/g," "))}return n}getESMImportRule(){return[$i,(e,t)=>{const i=t.prefix.replace("mp_/","esm_/");return e.replace(Vi,((e,n,r,a)=>{try{r=new URL(r,t.baseUrl).href,r=i+r}catch(e){}return n+r+a}))}]}}),Gr=new Qe(Je);class qr{constructor({baseUrl:e,prefix:t,responseUrl:i,workerInsertFunc:n,headInsertFunc:r=null,urlRewrite:a=!0,contentRewrite:s=!0,decode:o=!0,useBaseRules:c=!1}={}){if(this.urlRewrite=a,this.contentRewrite=s,this.dsRules=a&&!c?jr:Gr,this.decode=o,this.prefix=t||"",this.prefix&&a){const e=new URL(this.prefix);this.relPrefix=e.pathname,this.schemeRelPrefix=this.prefix.slice(e.protocol.length)}const l=new URL(i||e);this.scheme=l.protocol,e.startsWith("//")&&(e=this.scheme+e),this.url=this.baseUrl=e,this.headInsertFunc=r,this.workerInsertFunc=n,this.responseUrl=i,this.isCharsetUTF8=!1,this._jsonpCallback=null}getRewriteMode(e,t,i="",n=null){if(!n&&t){const e=(n=t.headers.get("Content-Type")||"").split(";");n=e[0],e.length>1&&(this.isCharsetUTF8="utf8"===e[1].trim().toLowerCase().replace("charset=","").replace("-",""))}if(e)switch(e.destination){case"style":return"css";case"script":return this.getScriptRewriteMode(n,i,"js");case"worker":return"js-worker"}switch(n){case"text/html":return e.destination||"application/json"!==e.headers.get("Accept")?"html":"json";case"text/css":return"css";case"application/x-mpegURL":case"application/vnd.apple.mpegurl":return"hls";case"application/dash+xml":return"dash";default:return this.getScriptRewriteMode(n,i,null)}}getScriptRewriteMode(e,t,i){switch(e){case"text/javascript":case"application/javascript":case"application/x-javascript":return this.parseJSONPCallback(t)?"jsonp":t.endsWith(".json")?"json":"js";case"application/json":return"json";default:return i}}async rewrite(e,t){const i=this.contentRewrite?this.getRewriteMode(t,e,this.baseUrl):null,n=function(e){return"XMLHttpRequest"===e.headers.get("X-Pywb-Requested-With")||"cors"===e.mode&&("script"!==e.destination||"esm_"!==e.mod)}(t),r=this.urlRewrite&&!n,a=this.rewriteHeaders(e.headers,this.urlRewrite,!!i,n),s=e.headers.get("content-encoding"),o=e.headers.get("transfer-encoding");e.headers=a,this.decode&&(s||o)&&(e=await Ue(e,s,o,null===i));const c={response:e,prefix:this.prefix,baseUrl:this.baseUrl};let l=null;switch(i){case"html":if(r)return await this.rewriteHtml(e);break;case"css":this.urlRewrite&&(l=this.rewriteCSS);break;case"js":l=this.rewriteJS,"esm_"===t.mod&&(c.isModule=!0);break;case"json":l=this.rewriteJSON;break;case"js-worker":l=this.workerInsertFunc;break;case"jsonp":l=this.rewriteJSONP;break;case"hls":l=$e;break;case"dash":l=ze}if(r&&(c.rewriteUrl=e=>this.rewriteUrl(e)),l){let t=await e.getText(this.isCharsetUTF8);t=l.call(this,t,c),e.setText(t,this.isCharsetUTF8)}return e}updateBaseUrl(e){if(this.baseUrl=new URL(e,this.baseUrl).href,e&&this.baseUrl!=e)try{e=new URL(e).href}catch(t){e.startsWith("//")&&(e=(e=new URL("https:"+e).href).slice("https:".length))}return this.rewriteUrl(e)}isRewritableUrl(e){const t=["#","javascript:","data:","mailto:","about:","file:","blob:","{"];for(let i of t)if(e.startsWith(i))return!1;return!0}rewriteUrl(e,t=!1){if(!this.urlRewrite)return e;var i=e;return!(e=e.trim())||!this.isRewritableUrl(e)||e.startsWith(this.prefix)||e.startsWith(this.relPrefix)?i:e.startsWith("http:")||e.startsWith("https:")||e.startsWith("https\\3a/")?this.prefix+e:e.startsWith("//")||e.startsWith("\\/\\/")?this.schemeRelPrefix+e:e.startsWith("/")?(e=new URL(e,this.baseUrl).href,this.relPrefix+e):t||e.indexOf("../")>=0?(e=new URL(e,this.baseUrl).href,this.prefix+e):i}rewriteHtml(e){return new Lr(this,this.isCharsetUTF8).rewrite(e)}rewriteCSS(e){const t=this;function i(e,i,n,r){return n=n.trim(),i+t.rewriteUrl(n)+r}return e.replace(Mr,i).replace(Ur,i).replace(Fr,"")}rewriteJS(e,t){const i=t&&!t.rewriteUrl&&void 0===t.isModule&&!t.inline,n=i?Gr:this.dsRules,r=n.getRewriter(this.baseUrl);return r===n.defaultRewriter&&i?e:r.rewrite(e,t)}rewriteJSON(e,t){e=this.rewriteJSONP(e);const i=Gr.getRewriter(this.baseUrl);return i!==Gr.defaultRewriter?i.rewrite(e,t):e}parseJSONPCallback(e){const t=e.match(Hr);return t&&"?"!==t[1]?(this._jsonpCallback=t[1],!0):(this._jsonpCallback=!1,!1)}rewriteJSONP(e){const t=e.match(Br);return t?(null===this._jsonpCallback&&this.parseJSONPCallback(this.baseUrl),!1===this._jsonpCallback?e:this._jsonpCallback+e.slice(e.indexOf(t[1])+t[1].length)):e}rewriteHeaders(e,t,i,n){const r={"access-control-allow-origin":"prefix-if-url-rewrite","access-control-allow-credentials":"prefix-if-url-rewrite","access-control-expose-headers":"prefix-if-url-rewrite","access-control-max-age":"prefix-if-url-rewrite","access-control-allow-methods":"prefix-if-url-rewrite","access-control-allow-headers":"prefix-if-url-rewrite","accept-patch":"keep","accept-ranges":"keep",age:"prefix",allow:"keep","alt-svc":"prefix","cache-control":"prefix",connection:"prefix","content-base":"url-rewrite","content-disposition":"keep","content-encoding":"prefix-if-content-rewrite","content-language":"keep","content-length":"content-length","content-location":"url-rewrite","content-md5":"prefix","content-range":"keep","content-security-policy":"prefix","content-security-policy-report-only":"prefix","content-type":"keep",date:"keep",etag:"prefix",expires:"prefix","last-modified":"prefix",link:"link",location:"url-rewrite",p3p:"prefix",pragma:"prefix","proxy-authenticate":"keep","public-key-pins":"prefix","retry-after":"prefix",server:"prefix","set-cookie":"cookie",status:"prefix","strict-transport-security":"prefix",trailer:"prefix","transfer-encoding":"transfer-encoding",tk:"prefix",upgrade:"prefix","upgrade-insecure-requests":"prefix",vary:"prefix",via:"prefix",warning:"prefix","www-authenticate":"keep","x-frame-options":"prefix","x-xss-protection":"prefix"},a="X-Archive-Orig-";let s=new Headers;for(let o of e.entries()){switch(r[o[0]]){case"keep":s.append(o[0],o[1]);break;case"url-rewrite":if(t){if("location"===o[0]&&this.url!==this.responseUrl){const e="http:"===this.scheme?"https:":"http:",t=e+this.responseUrl.slice(this.scheme.length);o[1]===t&&(o[1]=e+this.url.slice(this.url.indexOf("//")))}s.append(o[0],this.rewriteUrl(o[1]))}else s.append(o[0],o[1]);break;case"prefix-if-content-rewrite":i?s.append(a+o[0],o[1]):s.append(o[0],o[1]);break;case"prefix-if-url-rewrite":t?s.append(a+o[0],o[1]):s.append(o[0],o[1]);break;case"content-length":if("0"==o[1]){s.append(o[0],o[1]);continue}if(i)try{if(parseInt(o[1])>=0){s.append(o[0],o[1]);continue}}catch(e){}s.append(o[0],o[1]);break;case"transfer-encoding":case"prefix":s.append(a+o[0],o[1]);break;case"cookie":s.append(o[0],o[1]);break;case"link":t&&!n?s.append(o[0],this.rewriteLinkHeader(o[1])):s.append(o[0],o[1]);break;default:s.append(o[0],o[1])}}return s}rewriteLinkHeader(e){try{const t=J.parse(e);for(const e of t.refs)e.uri&&(e.uri=this.rewriteUrl(e.uri));return t.toString()}catch(t){return console.warn("Error parsing link header: "+e),e}}}var $r=i(2781),Vr=i(7430),zr=i(7377),Wr=i.n(zr),Yr=i(983),Xr=i(7310),Kr=i.n(Xr);global.Headers=N,global.fetch=z;const Qr="http://localhost:5471/",Jr=Qr+"w/",Zr="file2",ea=/([^/]+)\/([\d]+)(?:\w\w_)?\/(.*)$/;const ta=new class{constructor({staticPath:e="./",profileName:t=""}={}){this.pluginPath="",this.appPath=W.app.getAppPath(),this.projPath=X().join(this.appPath,"../"),this.staticContentPath="./",this.profileName="",this.proxyColl=null,this.proxyTS=null,this.mainWindow=null,this.openNextFile=null,this.screenSize={width:1024,height:768},this.origUA=null,this.staticContentPath=e,this.profileName=t}get mainWindowWebPreferences(){return{plugins:!0,preload:X().join(__dirname,"preload.js"),nativeWindowOpen:!0,contextIsolation:!0,enableRemoteModule:!1,sandbox:!1,nodeIntegration:!1}}get mainWindowUrl(){return"index.html"}init(){W.app.requestSingleInstanceLock()?W.app.on("second-instance",((e,t)=>{this.createMainWindow(t)})):(console.log("App already running, opening new window in first instance and quitting"),W.app.quit()),console.log("app path",this.appPath),console.log("dir name",__dirname),console.log("proj path",this.projPath),console.log("app data",W.app.getPath("appData")),console.log("user data",W.app.getPath("userData")),this.profileName&&W.app.setPath("userData",X().join(W.app.getPath("appData"),this.profileName)),W.protocol.registerSchemesAsPrivileged([{scheme:Zr,privileges:{standard:!1,secure:!0,bypassCSP:!0,allowServiceWorkers:!0,supportFetchAPI:!0,corsEnabled:!0,stream:!0}}]),W.app.on("will-finish-launching",(()=>{W.app.on("open-file",((e,t)=>{this.openNextFile=t,this.mainWindow&&this.createMainWindow(process.argv)}))})),W.app.on("activate",(()=>{0===W.BrowserWindow.getAllWindows().length&&(this.mainWindow=this.createMainWindow(process.argv))})),W.app.whenReady().then((()=>this.onAppReady())),W.app.on("window-all-closed",(function(){W.app.quit()}))}checkUpdates(){Vr.autoUpdater.logger=Wr(),Vr.autoUpdater.logger.transports.file.level="info",Vr.autoUpdater.checkForUpdatesAndNotify()}onAppReady(){this.checkUpdates(),this.screenSize=W.screen.getPrimaryDisplay().workAreaSize,W.app.on("web-contents-created",((e,t)=>{t.setWindowOpenHandler((({url:e})=>e===Qr+"docs"?(W.shell.openExternal("https://replayweb.page/docs/"),{action:"deny"}):e.startsWith(Qr)?{action:"allow"}:(W.shell.openExternal(e),{action:"deny"})))}));const e=W.session.defaultSession;e.protocol.interceptStreamProtocol("http",((e,t)=>this.doIntercept(e,t))),W.protocol.registerStreamProtocol(Zr,((e,t)=>this.doHandleFile(e,t))),this.origUA=e.getUserAgent(),this.mainWindow=this.createMainWindow(process.argv)}doHandleFile(e,t){return n(this,void 0,void 0,(function*(){if("file2://localhost"===e.url)return void t({statusCode:200,data:null});const i=Kr().fileURLToPath(e.url.replace(Zr,"file")),n={"Content-Type":"application/octet-stream"},r=new N(e.headers);if(!i)return this.notFound("No Resource Specified",t);{const a=yield Q().promises.lstat(i);if(!a.isFile())return this.notFound(i,t);const s=a.size,{statusCode:o,start:c,end:l}=this.parseRange(r,n,s),u="HEAD"===e.method?null:Q().createReadStream(i,{start:c,end:l});t({statusCode:o,headers:n,data:u})}}))}_bufferToStream(e){const t=new $r.PassThrough;return t.push(e),t.push(null),t}doIntercept(e,t){var i;return n(this,void 0,void 0,(function*(){if(console.log(`${e.method} ${e.url} from ${e.referrer}`),e.url.startsWith(Qr)){if(e.url.startsWith(Jr)){const i=e.url.slice(Jr.length).match(ea);if(i)return this.proxyColl=i[1],this.proxyTS=i[2],e.url=i[3],yield this.resolveArchiveResponse(e,t)}else{let i=e.url.slice(Qr.length).split("?",1)[0];i=i.split("#",1)[0],""===i?i="index.html":"docs"===i&&(i="docs/index.html");let n=X().extname(i);n||(n=".html",i+=n);const r=Yr.contentType(n);if(r){const e=X().join(this.staticContentPath,i);console.log("fullPath: "+e);const n=Q().createReadStream(e);return t({statusCode:200,headers:{"content-type":r},data:n})}}return this.notFound(e.url,t)}if(null===(i=e.referrer)||void 0===i?void 0:i.startsWith(Jr))return yield this.resolveArchiveResponse(e,t);yield this.proxyLive(e,t)}))}proxyLive(e,t){return n(this,void 0,void 0,(function*(){let i=e.headers;const{method:n,url:s,uploadData:o}=e,c=o?$r.Readable.from(function(e,t){return a(this,arguments,(function*(){for(const i of e)i.bytes?yield yield r(yield r(Promise.resolve(i.bytes))):i.blobUUID&&(yield yield r(yield r(t.getBlobData(i.blobUUID))))}))}(o,W.session.defaultSession)):null;let l;this.origUA&&(i["User-Agent"]=this.origUA);try{l=yield z(s,{method:n,headers:i,body:c})}catch(e){return console.warn("fetch failed for: "+s),void t({statusCode:502,headers:{},data:null})}const u="HEAD"===n?null:l.body,p=l.status;i=Object.fromEntries(l.headers.entries()),t({statusCode:p,headers:i,data:u})}))}notFound(e,t){console.log("not found: "+e);t({statusCode:404,headers:{"Content-Type":'text/html; charset="utf-8"'},data:this._bufferToStream(`Sorry, the url <b>${e}</b> could not be found in this archive.`)})}resolveArchiveResponse(e,t){return n(this,void 0,void 0,(function*(){const i=`req:${(new Date).getTime()}:${e.url}`;W.ipcMain.once(i,((i,r,a,s)=>n(this,void 0,void 0,(function*(){const i=e.url;if(404===r&&!s)return this.notFound(i,t);console.log("got response for: "+i),a=new N(a);const n=new Date;let o=new je({payload:s,headers:a,status:r,date:n,url:i});const c=new qr({baseUrl:i,prefix:"",urlRewrite:!1,contentRewrite:!0,decode:!0,useBaseRules:!0});e.headers=new N(e.headers);try{o=yield c.rewrite(o,e),a=Object.fromEntries(o.headers.entries());let i=yield o.getBuffer();if(206===r||200===r){const{statusCode:t,start:n,end:s}=this.parseRange(e.headers,a,i.length);void 0!==n&&(i=i.slice(n,s)),r=t}i=this._bufferToStream(i),t({statusCode:r,headers:a,data:i})}catch(e){console.warn(e)}})))),this.mainWindow&&this.mainWindow.webContents.send("getresponse",e,this.proxyColl,this.proxyTS,i)}))}parseRange(e,t,i){let n=200;const r=e.get("range");if(!r)return t&&(t["Content-Length"]=""+i),{statusCode:n};const a=r.match(/bytes=([\d]+)-([\d]*)/);if(!a)return{statusCode:n};const s=Number(a[1]),o=a[2]?Number(a[2]):i-1;return n=206,t&&(t["Content-Range"]=`bytes ${s}-${o}/${i}`,t["Content-Length"]=""+(o-s+1)),{statusCode:n,start:s,end:o}}createMainWindow(e){const t=this.getOpenUrl(e),i=new W.BrowserWindow({width:this.screenSize.width,height:this.screenSize.height,isMaximized:!0,show:!1,webPreferences:this.mainWindowWebPreferences}).once("ready-to-show",(()=>{i.show(),i.maximize()}));return i.loadURL(Qr+this.mainWindowUrl+t),i}getOpenUrl(e){e=i(6562)(e.slice(process.defaultApp?2:1));const t=this.openNextFile||e.filename||e.f||e._.length&&e._[0];this.openNextFile=null;let n="";if(t){const i=new URLSearchParams;i.set("source","file://"+t),n="?"+i.toString();const r=new URLSearchParams,a=e.url,s=e.ts||e.timestamp;a&&r.set("url",a),s&&r.set("ts",s),n+="#"+r.toString(),console.log(`Opening Source: ${n}`)}return n}}({staticPath:X().join(__dirname,"../site"),profileName:"replaywebpage"});ta.init()},8981:(e,t)=>{"use strict";t.fromCallback=function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((i,n)=>{e.call(this,...t,((e,t)=>null!=e?n(e):i(t)))}));e.apply(this,t)}),"name",{value:e.name})},t.fromPromise=function(e){return Object.defineProperty((function(...t){const i=t[t.length-1];if("function"!=typeof i)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>i(null,e)),i)}),"name",{value:e.name})}},2043:(e,t,i)=>{"use strict";!function(){var t,n,r,a=0,s=[];for(n=0;n<256;n++)s[n]=(n+256).toString(16).substr(1);function o(){var e,i=(e=16,(!t||a+e>c.BUFFER_SIZE)&&(a=0,t=c.randomBytes(c.BUFFER_SIZE)),t.slice(a,a+=e));return i[6]=15&i[6]|64,i[8]=63&i[8]|128,i}function c(){var e=o();return s[e[0]]+s[e[1]]+s[e[2]]+s[e[3]]+"-"+s[e[4]]+s[e[5]]+"-"+s[e[6]]+s[e[7]]+"-"+s[e[8]]+s[e[9]]+"-"+s[e[10]]+s[e[11]]+s[e[12]]+s[e[13]]+s[e[14]]+s[e[15]]}c.BUFFER_SIZE=4096,c.bin=o,c.clearBuffer=function(){t=null,a=0},c.test=function(e){return"string"==typeof e&&/^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(e)},"undefined"!=typeof crypto?r=crypto:"undefined"!=typeof window&&void 0!==window.msCrypto&&(r=window.msCrypto),r=r||i(6113),e.exports=c,c.randomBytes=function(){if(r){if(r.randomBytes)return r.randomBytes;if(r.getRandomValues)return"function"!=typeof Uint8Array.prototype.slice?function(e){var t=new Uint8Array(e);return r.getRandomValues(t),Array.from(t)}:function(e){var t=new Uint8Array(e);return r.getRandomValues(t),t}}return function(e){var t,i=[];for(t=0;t<e;t++)i.push(Math.floor(256*Math.random()));return i}}()}()},2660:function(e,t){var i;i=function(e){"use strict";const t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol:e=>`Symbol(${e})`;function i(){}const n="undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:void 0;function r(e){return"object"==typeof e&&null!==e||"function"==typeof e}const a=i,s=Promise,o=Promise.prototype.then,c=Promise.resolve.bind(s),l=Promise.reject.bind(s);function u(e){return new s(e)}function p(e){return c(e)}function h(e){return l(e)}function d(e,t,i){return o.call(e,t,i)}function f(e,t,i){d(d(e,t,i),void 0,a)}function m(e,t){f(e,t)}function g(e,t){f(e,void 0,t)}function _(e,t,i){return d(e,t,i)}function E(e){d(e,void 0,a)}const b=(()=>{const e=n&&n.queueMicrotask;if("function"==typeof e)return e;const t=p(void 0);return e=>d(t,e)})();function v(e,t,i){if("function"!=typeof e)throw new TypeError("Argument is not a function");return Function.prototype.apply.call(e,t,i)}function x(e,t,i){try{return p(v(e,t,i))}catch(e){return h(e)}}class T{constructor(){this._cursor=0,this._size=0,this._front={_elements:[],_next:void 0},this._back=this._front,this._cursor=0,this._size=0}get length(){return this._size}push(e){const t=this._back;let i=t;16383===t._elements.length&&(i={_elements:[],_next:void 0}),t._elements.push(e),i!==t&&(this._back=i,t._next=i),++this._size}shift(){const e=this._front;let t=e;const i=this._cursor;let n=i+1;const r=e._elements,a=r[i];return 16384===n&&(t=e._next,n=0),--this._size,this._cursor=n,e!==t&&(this._front=t),r[i]=void 0,a}forEach(e){let t=this._cursor,i=this._front,n=i._elements;for(;!(t===n.length&&void 0===i._next||t===n.length&&(i=i._next,n=i._elements,t=0,0===n.length));)e(n[t]),++t}peek(){const e=this._front,t=this._cursor;return e._elements[t]}}function y(e,t){e._ownerReadableStream=t,t._reader=e,"readable"===t._state?C(e):"closed"===t._state?function(e){C(e),I(e)}(e):R(e,t._storedError)}function A(e,t){return Ti(e._ownerReadableStream,t)}function w(e){"readable"===e._ownerReadableStream._state?N(e,new TypeError("Reader was released and can no longer be used to monitor the stream's closedness")):function(e,t){R(e,t)}(e,new TypeError("Reader was released and can no longer be used to monitor the stream's closedness")),e._ownerReadableStream._reader=void 0,e._ownerReadableStream=void 0}function S(e){return new TypeError("Cannot "+e+" a stream using a released reader")}function C(e){e._closedPromise=u(((t,i)=>{e._closedPromise_resolve=t,e._closedPromise_reject=i}))}function R(e,t){C(e),N(e,t)}function N(e,t){void 0!==e._closedPromise_reject&&(E(e._closedPromise),e._closedPromise_reject(t),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0)}function I(e){void 0!==e._closedPromise_resolve&&(e._closedPromise_resolve(void 0),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0)}const O=t("[[AbortSteps]]"),k=t("[[ErrorSteps]]"),D=t("[[CancelSteps]]"),P=t("[[PullSteps]]"),L=Number.isFinite||function(e){return"number"==typeof e&&isFinite(e)},M=Math.trunc||function(e){return e<0?Math.ceil(e):Math.floor(e)};function U(e,t){if(void 0!==e&&"object"!=typeof(i=e)&&"function"!=typeof i)throw new TypeError(`${t} is not an object.`);var i}function F(e,t){if("function"!=typeof e)throw new TypeError(`${t} is not a function.`)}function B(e,t){if(!function(e){return"object"==typeof e&&null!==e||"function"==typeof e}(e))throw new TypeError(`${t} is not an object.`)}function H(e,t,i){if(void 0===e)throw new TypeError(`Parameter ${t} is required in '${i}'.`)}function j(e,t,i){if(void 0===e)throw new TypeError(`${t} is required in '${i}'.`)}function G(e){return Number(e)}function q(e){return 0===e?0:e}function $(e,t){const i=Number.MAX_SAFE_INTEGER;let n=Number(e);if(n=q(n),!L(n))throw new TypeError(`${t} is not a finite number`);if(n=function(e){return q(M(e))}(n),n<0||n>i)throw new TypeError(`${t} is outside the accepted range of 0 to ${i}, inclusive`);return L(n)&&0!==n?n:0}function V(e,t){if(!vi(e))throw new TypeError(`${t} is not a ReadableStream.`)}function z(e){return new Q(e)}function W(e,t){e._reader._readRequests.push(t)}function Y(e,t,i){const n=e._reader._readRequests.shift();i?n._closeSteps():n._chunkSteps(t)}function X(e){return e._reader._readRequests.length}function K(e){const t=e._reader;return void 0!==t&&!!J(t)}class Q{constructor(e){if(H(e,1,"ReadableStreamDefaultReader"),V(e,"First parameter"),xi(e))throw new TypeError("This stream has already been locked for exclusive reading by another reader");y(this,e),this._readRequests=new T}get closed(){return J(this)?this._closedPromise:h(ee("closed"))}cancel(e){return J(this)?void 0===this._ownerReadableStream?h(S("cancel")):A(this,e):h(ee("cancel"))}read(){if(!J(this))return h(ee("read"));if(void 0===this._ownerReadableStream)return h(S("read from"));let e,t;const i=u(((i,n)=>{e=i,t=n}));return Z(this,{_chunkSteps:t=>e({value:t,done:!1}),_closeSteps:()=>e({value:void 0,done:!0}),_errorSteps:e=>t(e)}),i}releaseLock(){if(!J(this))throw ee("releaseLock");if(void 0!==this._ownerReadableStream){if(this._readRequests.length>0)throw new TypeError("Tried to release a reader lock when that reader has pending read() calls un-settled");w(this)}}}function J(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_readRequests")&&e instanceof Q}function Z(e,t){const i=e._ownerReadableStream;i._disturbed=!0,"closed"===i._state?t._closeSteps():"errored"===i._state?t._errorSteps(i._storedError):i._readableStreamController[P](t)}function ee(e){return new TypeError(`ReadableStreamDefaultReader.prototype.${e} can only be used on a ReadableStreamDefaultReader`)}Object.defineProperties(Q.prototype,{cancel:{enumerable:!0},read:{enumerable:!0},releaseLock:{enumerable:!0},closed:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(Q.prototype,t.toStringTag,{value:"ReadableStreamDefaultReader",configurable:!0});const te=Object.getPrototypeOf(Object.getPrototypeOf((async function*(){})).prototype);class ie{constructor(e,t){this._ongoingPromise=void 0,this._isFinished=!1,this._reader=e,this._preventCancel=t}next(){const e=()=>this._nextSteps();return this._ongoingPromise=this._ongoingPromise?_(this._ongoingPromise,e,e):e(),this._ongoingPromise}return(e){const t=()=>this._returnSteps(e);return this._ongoingPromise?_(this._ongoingPromise,t,t):t()}_nextSteps(){if(this._isFinished)return Promise.resolve({value:void 0,done:!0});const e=this._reader;if(void 0===e._ownerReadableStream)return h(S("iterate"));let t,i;const n=u(((e,n)=>{t=e,i=n}));return Z(e,{_chunkSteps:e=>{this._ongoingPromise=void 0,b((()=>t({value:e,done:!1})))},_closeSteps:()=>{this._ongoingPromise=void 0,this._isFinished=!0,w(e),t({value:void 0,done:!0})},_errorSteps:t=>{this._ongoingPromise=void 0,this._isFinished=!0,w(e),i(t)}}),n}_returnSteps(e){if(this._isFinished)return Promise.resolve({value:e,done:!0});this._isFinished=!0;const t=this._reader;if(void 0===t._ownerReadableStream)return h(S("finish iterating"));if(!this._preventCancel){const i=A(t,e);return w(t),_(i,(()=>({value:e,done:!0})))}return w(t),p({value:e,done:!0})}}const ne={next(){return re(this)?this._asyncIteratorImpl.next():h(ae("next"))},return(e){return re(this)?this._asyncIteratorImpl.return(e):h(ae("return"))}};function re(e){if(!r(e))return!1;if(!Object.prototype.hasOwnProperty.call(e,"_asyncIteratorImpl"))return!1;try{return e._asyncIteratorImpl instanceof ie}catch(e){return!1}}function ae(e){return new TypeError(`ReadableStreamAsyncIterator.${e} can only be used on a ReadableSteamAsyncIterator`)}void 0!==te&&Object.setPrototypeOf(ne,te);const se=Number.isNaN||function(e){return e!=e};function oe(e){return e.slice()}function ce(e,t,i,n,r){new Uint8Array(e).set(new Uint8Array(i,n,r),t)}function le(e,t,i){if(e.slice)return e.slice(t,i);const n=i-t,r=new ArrayBuffer(n);return ce(r,0,e,t,n),r}function ue(e){const t=le(e.buffer,e.byteOffset,e.byteOffset+e.byteLength);return new Uint8Array(t)}function pe(e){const t=e._queue.shift();return e._queueTotalSize-=t.size,e._queueTotalSize<0&&(e._queueTotalSize=0),t.value}function he(e,t,i){if("number"!=typeof(n=i)||se(n)||n<0||i===1/0)throw new RangeError("Size must be a finite, non-NaN, non-negative number.");var n;e._queue.push({value:t,size:i}),e._queueTotalSize+=i}function de(e){e._queue=new T,e._queueTotalSize=0}class fe{constructor(){throw new TypeError("Illegal constructor")}get view(){if(!_e(this))throw Be("view");return this._view}respond(e){if(!_e(this))throw Be("respond");if(H(e,1,"respond"),e=$(e,"First parameter"),void 0===this._associatedReadableByteStreamController)throw new TypeError("This BYOB request has been invalidated");this._view.buffer,Me(this._associatedReadableByteStreamController,e)}respondWithNewView(e){if(!_e(this))throw Be("respondWithNewView");if(H(e,1,"respondWithNewView"),!ArrayBuffer.isView(e))throw new TypeError("You can only respond with array buffer views");if(void 0===this._associatedReadableByteStreamController)throw new TypeError("This BYOB request has been invalidated");e.buffer,Ue(this._associatedReadableByteStreamController,e)}}Object.defineProperties(fe.prototype,{respond:{enumerable:!0},respondWithNewView:{enumerable:!0},view:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(fe.prototype,t.toStringTag,{value:"ReadableStreamBYOBRequest",configurable:!0});class me{constructor(){throw new TypeError("Illegal constructor")}get byobRequest(){if(!ge(this))throw He("byobRequest");return Pe(this)}get desiredSize(){if(!ge(this))throw He("desiredSize");return Le(this)}close(){if(!ge(this))throw He("close");if(this._closeRequested)throw new TypeError("The stream has already been closed; do not close it again!");const e=this._controlledReadableByteStream._state;if("readable"!==e)throw new TypeError(`The stream (in ${e} state) is not in the readable state and cannot be closed`);Oe(this)}enqueue(e){if(!ge(this))throw He("enqueue");if(H(e,1,"enqueue"),!ArrayBuffer.isView(e))throw new TypeError("chunk must be an array buffer view");if(0===e.byteLength)throw new TypeError("chunk must have non-zero byteLength");if(0===e.buffer.byteLength)throw new TypeError("chunk's buffer must have non-zero byteLength");if(this._closeRequested)throw new TypeError("stream is closed or draining");const t=this._controlledReadableByteStream._state;if("readable"!==t)throw new TypeError(`The stream (in ${t} state) is not in the readable state and cannot be enqueued to`);ke(this,e)}error(e){if(!ge(this))throw He("error");De(this,e)}[D](e){be(this),de(this);const t=this._cancelAlgorithm(e);return Ie(this),t}[P](e){const t=this._controlledReadableByteStream;if(this._queueTotalSize>0){const t=this._queue.shift();this._queueTotalSize-=t.byteLength,we(this);const i=new Uint8Array(t.buffer,t.byteOffset,t.byteLength);return void e._chunkSteps(i)}const i=this._autoAllocateChunkSize;if(void 0!==i){let t;try{t=new ArrayBuffer(i)}catch(t){return void e._errorSteps(t)}const n={buffer:t,bufferByteLength:i,byteOffset:0,byteLength:i,bytesFilled:0,elementSize:1,viewConstructor:Uint8Array,readerType:"default"};this._pendingPullIntos.push(n)}W(t,e),Ee(this)}}function ge(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledReadableByteStream")&&e instanceof me}function _e(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_associatedReadableByteStreamController")&&e instanceof fe}function Ee(e){const t=function(e){const t=e._controlledReadableByteStream;return"readable"===t._state&&(!e._closeRequested&&(!!e._started&&(!!(K(t)&&X(t)>0)||(!!($e(t)&&qe(t)>0)||Le(e)>0))))}(e);t&&(e._pulling?e._pullAgain=!0:(e._pulling=!0,f(e._pullAlgorithm(),(()=>{e._pulling=!1,e._pullAgain&&(e._pullAgain=!1,Ee(e))}),(t=>{De(e,t)}))))}function be(e){Se(e),e._pendingPullIntos=new T}function ve(e,t){let i=!1;"closed"===e._state&&(i=!0);const n=xe(t);"default"===t.readerType?Y(e,n,i):function(e,t,i){const n=e._reader._readIntoRequests.shift();i?n._closeSteps(t):n._chunkSteps(t)}(e,n,i)}function xe(e){const t=e.bytesFilled,i=e.elementSize;return new e.viewConstructor(e.buffer,e.byteOffset,t/i)}function Te(e,t,i,n){e._queue.push({buffer:t,byteOffset:i,byteLength:n}),e._queueTotalSize+=n}function ye(e,t){const i=t.elementSize,n=t.bytesFilled-t.bytesFilled%i,r=Math.min(e._queueTotalSize,t.byteLength-t.bytesFilled),a=t.bytesFilled+r,s=a-a%i;let o=r,c=!1;s>n&&(o=s-t.bytesFilled,c=!0);const l=e._queue;for(;o>0;){const i=l.peek(),n=Math.min(o,i.byteLength),r=t.byteOffset+t.bytesFilled;ce(t.buffer,r,i.buffer,i.byteOffset,n),i.byteLength===n?l.shift():(i.byteOffset+=n,i.byteLength-=n),e._queueTotalSize-=n,Ae(0,n,t),o-=n}return c}function Ae(e,t,i){i.bytesFilled+=t}function we(e){0===e._queueTotalSize&&e._closeRequested?(Ie(e),yi(e._controlledReadableByteStream)):Ee(e)}function Se(e){null!==e._byobRequest&&(e._byobRequest._associatedReadableByteStreamController=void 0,e._byobRequest._view=null,e._byobRequest=null)}function Ce(e){for(;e._pendingPullIntos.length>0;){if(0===e._queueTotalSize)return;const t=e._pendingPullIntos.peek();ye(e,t)&&(Ne(e),ve(e._controlledReadableByteStream,t))}}function Re(e,t){const i=e._pendingPullIntos.peek();Se(e),"closed"===e._controlledReadableByteStream._state?function(e,t){const i=e._controlledReadableByteStream;if($e(i))for(;qe(i)>0;)ve(i,Ne(e))}(e):function(e,t,i){if(Ae(0,t,i),i.bytesFilled<i.elementSize)return;Ne(e);const n=i.bytesFilled%i.elementSize;if(n>0){const t=i.byteOffset+i.bytesFilled,r=le(i.buffer,t-n,t);Te(e,r,0,r.byteLength)}i.bytesFilled-=n,ve(e._controlledReadableByteStream,i),Ce(e)}(e,t,i),Ee(e)}function Ne(e){return e._pendingPullIntos.shift()}function Ie(e){e._pullAlgorithm=void 0,e._cancelAlgorithm=void 0}function Oe(e){const t=e._controlledReadableByteStream;if(!e._closeRequested&&"readable"===t._state)if(e._queueTotalSize>0)e._closeRequested=!0;else{if(e._pendingPullIntos.length>0&&e._pendingPullIntos.peek().bytesFilled>0){const t=new TypeError("Insufficient bytes to fill elements in the given buffer");throw De(e,t),t}Ie(e),yi(t)}}function ke(e,t){const i=e._controlledReadableByteStream;if(e._closeRequested||"readable"!==i._state)return;const n=t.buffer,r=t.byteOffset,a=t.byteLength,s=n;if(e._pendingPullIntos.length>0){const t=e._pendingPullIntos.peek();t.buffer,t.buffer=t.buffer}Se(e),K(i)?0===X(i)?Te(e,s,r,a):(e._pendingPullIntos.length>0&&Ne(e),Y(i,new Uint8Array(s,r,a),!1)):$e(i)?(Te(e,s,r,a),Ce(e)):Te(e,s,r,a),Ee(e)}function De(e,t){const i=e._controlledReadableByteStream;"readable"===i._state&&(be(e),de(e),Ie(e),Ai(i,t))}function Pe(e){if(null===e._byobRequest&&e._pendingPullIntos.length>0){const t=e._pendingPullIntos.peek(),i=new Uint8Array(t.buffer,t.byteOffset+t.bytesFilled,t.byteLength-t.bytesFilled),n=Object.create(fe.prototype);!function(e,t,i){e._associatedReadableByteStreamController=t,e._view=i}(n,e,i),e._byobRequest=n}return e._byobRequest}function Le(e){const t=e._controlledReadableByteStream._state;return"errored"===t?null:"closed"===t?0:e._strategyHWM-e._queueTotalSize}function Me(e,t){const i=e._pendingPullIntos.peek();if("closed"===e._controlledReadableByteStream._state){if(0!==t)throw new TypeError("bytesWritten must be 0 when calling respond() on a closed stream")}else{if(0===t)throw new TypeError("bytesWritten must be greater than 0 when calling respond() on a readable stream");if(i.bytesFilled+t>i.byteLength)throw new RangeError("bytesWritten out of range")}i.buffer=i.buffer,Re(e,t)}function Ue(e,t){const i=e._pendingPullIntos.peek();if("closed"===e._controlledReadableByteStream._state){if(0!==t.byteLength)throw new TypeError("The view's length must be 0 when calling respondWithNewView() on a closed stream")}else if(0===t.byteLength)throw new TypeError("The view's length must be greater than 0 when calling respondWithNewView() on a readable stream");if(i.byteOffset+i.bytesFilled!==t.byteOffset)throw new RangeError("The region specified by view does not match byobRequest");if(i.bufferByteLength!==t.buffer.byteLength)throw new RangeError("The buffer of view has different capacity than byobRequest");if(i.bytesFilled+t.byteLength>i.byteLength)throw new RangeError("The region specified by view is larger than byobRequest");const n=t.byteLength;i.buffer=t.buffer,Re(e,n)}function Fe(e,t,i,n,r,a,s){t._controlledReadableByteStream=e,t._pullAgain=!1,t._pulling=!1,t._byobRequest=null,t._queue=t._queueTotalSize=void 0,de(t),t._closeRequested=!1,t._started=!1,t._strategyHWM=a,t._pullAlgorithm=n,t._cancelAlgorithm=r,t._autoAllocateChunkSize=s,t._pendingPullIntos=new T,e._readableStreamController=t,f(p(i()),(()=>{t._started=!0,Ee(t)}),(e=>{De(t,e)}))}function Be(e){return new TypeError(`ReadableStreamBYOBRequest.prototype.${e} can only be used on a ReadableStreamBYOBRequest`)}function He(e){return new TypeError(`ReadableByteStreamController.prototype.${e} can only be used on a ReadableByteStreamController`)}function je(e){return new Ve(e)}function Ge(e,t){e._reader._readIntoRequests.push(t)}function qe(e){return e._reader._readIntoRequests.length}function $e(e){const t=e._reader;return void 0!==t&&!!ze(t)}Object.defineProperties(me.prototype,{close:{enumerable:!0},enqueue:{enumerable:!0},error:{enumerable:!0},byobRequest:{enumerable:!0},desiredSize:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(me.prototype,t.toStringTag,{value:"ReadableByteStreamController",configurable:!0});class Ve{constructor(e){if(H(e,1,"ReadableStreamBYOBReader"),V(e,"First parameter"),xi(e))throw new TypeError("This stream has already been locked for exclusive reading by another reader");if(!ge(e._readableStreamController))throw new TypeError("Cannot construct a ReadableStreamBYOBReader for a stream not constructed with a byte source");y(this,e),this._readIntoRequests=new T}get closed(){return ze(this)?this._closedPromise:h(Ye("closed"))}cancel(e){return ze(this)?void 0===this._ownerReadableStream?h(S("cancel")):A(this,e):h(Ye("cancel"))}read(e){if(!ze(this))return h(Ye("read"));if(!ArrayBuffer.isView(e))return h(new TypeError("view must be an array buffer view"));if(0===e.byteLength)return h(new TypeError("view must have non-zero byteLength"));if(0===e.buffer.byteLength)return h(new TypeError("view's buffer must have non-zero byteLength"));if(e.buffer,void 0===this._ownerReadableStream)return h(S("read from"));let t,i;const n=u(((e,n)=>{t=e,i=n}));return We(this,e,{_chunkSteps:e=>t({value:e,done:!1}),_closeSteps:e=>t({value:e,done:!0}),_errorSteps:e=>i(e)}),n}releaseLock(){if(!ze(this))throw Ye("releaseLock");if(void 0!==this._ownerReadableStream){if(this._readIntoRequests.length>0)throw new TypeError("Tried to release a reader lock when that reader has pending read() calls un-settled");w(this)}}}function ze(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_readIntoRequests")&&e instanceof Ve}function We(e,t,i){const n=e._ownerReadableStream;n._disturbed=!0,"errored"===n._state?i._errorSteps(n._storedError):function(e,t,i){const n=e._controlledReadableByteStream;let r=1;t.constructor!==DataView&&(r=t.constructor.BYTES_PER_ELEMENT);const a=t.constructor,s=t.buffer,o={buffer:s,bufferByteLength:s.byteLength,byteOffset:t.byteOffset,byteLength:t.byteLength,bytesFilled:0,elementSize:r,viewConstructor:a,readerType:"byob"};if(e._pendingPullIntos.length>0)return e._pendingPullIntos.push(o),void Ge(n,i);if("closed"!==n._state){if(e._queueTotalSize>0){if(ye(e,o)){const t=xe(o);return we(e),void i._chunkSteps(t)}if(e._closeRequested){const t=new TypeError("Insufficient bytes to fill elements in the given buffer");return De(e,t),void i._errorSteps(t)}}e._pendingPullIntos.push(o),Ge(n,i),Ee(e)}else{const e=new a(o.buffer,o.byteOffset,0);i._closeSteps(e)}}(n._readableStreamController,t,i)}function Ye(e){return new TypeError(`ReadableStreamBYOBReader.prototype.${e} can only be used on a ReadableStreamBYOBReader`)}function Xe(e,t){const{highWaterMark:i}=e;if(void 0===i)return t;if(se(i)||i<0)throw new RangeError("Invalid highWaterMark");return i}function Ke(e){const{size:t}=e;return t||(()=>1)}function Qe(e,t){U(e,t);const i=null==e?void 0:e.highWaterMark,n=null==e?void 0:e.size;return{highWaterMark:void 0===i?void 0:G(i),size:void 0===n?void 0:Je(n,`${t} has member 'size' that`)}}function Je(e,t){return F(e,t),t=>G(e(t))}function Ze(e,t,i){return F(e,i),i=>x(e,t,[i])}function et(e,t,i){return F(e,i),()=>x(e,t,[])}function tt(e,t,i){return F(e,i),i=>v(e,t,[i])}function it(e,t,i){return F(e,i),(i,n)=>x(e,t,[i,n])}function nt(e,t){if(!ct(e))throw new TypeError(`${t} is not a WritableStream.`)}Object.defineProperties(Ve.prototype,{cancel:{enumerable:!0},read:{enumerable:!0},releaseLock:{enumerable:!0},closed:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(Ve.prototype,t.toStringTag,{value:"ReadableStreamBYOBReader",configurable:!0});const rt="function"==typeof AbortController;class at{constructor(e={},t={}){void 0===e?e=null:B(e,"First parameter");const i=Qe(t,"Second parameter"),n=function(e,t){U(e,t);const i=null==e?void 0:e.abort,n=null==e?void 0:e.close,r=null==e?void 0:e.start,a=null==e?void 0:e.type,s=null==e?void 0:e.write;return{abort:void 0===i?void 0:Ze(i,e,`${t} has member 'abort' that`),close:void 0===n?void 0:et(n,e,`${t} has member 'close' that`),start:void 0===r?void 0:tt(r,e,`${t} has member 'start' that`),write:void 0===s?void 0:it(s,e,`${t} has member 'write' that`),type:a}}(e,"First parameter");if(ot(this),void 0!==n.type)throw new RangeError("Invalid type is specified");const r=Ke(i);!function(e,t,i,n){const r=Object.create(St.prototype);let a=()=>{},s=()=>p(void 0),o=()=>p(void 0),c=()=>p(void 0);void 0!==t.start&&(a=()=>t.start(r)),void 0!==t.write&&(s=e=>t.write(e,r)),void 0!==t.close&&(o=()=>t.close()),void 0!==t.abort&&(c=e=>t.abort(e)),Rt(e,r,a,s,o,c,i,n)}(this,n,Xe(i,1),r)}get locked(){if(!ct(this))throw Lt("locked");return lt(this)}abort(e){return ct(this)?lt(this)?h(new TypeError("Cannot abort a stream that already has a writer")):ut(this,e):h(Lt("abort"))}close(){return ct(this)?lt(this)?h(new TypeError("Cannot close a stream that already has a writer")):mt(this)?h(new TypeError("Cannot close an already-closing stream")):pt(this):h(Lt("close"))}getWriter(){if(!ct(this))throw Lt("getWriter");return st(this)}}function st(e){return new Et(e)}function ot(e){e._state="writable",e._storedError=void 0,e._writer=void 0,e._writableStreamController=void 0,e._writeRequests=new T,e._inFlightWriteRequest=void 0,e._closeRequest=void 0,e._inFlightCloseRequest=void 0,e._pendingAbortRequest=void 0,e._backpressure=!1}function ct(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_writableStreamController")&&e instanceof at}function lt(e){return void 0!==e._writer}function ut(e,t){var i;if("closed"===e._state||"errored"===e._state)return p(void 0);e._writableStreamController._abortReason=t,null===(i=e._writableStreamController._abortController)||void 0===i||i.abort();const n=e._state;if("closed"===n||"errored"===n)return p(void 0);if(void 0!==e._pendingAbortRequest)return e._pendingAbortRequest._promise;let r=!1;"erroring"===n&&(r=!0,t=void 0);const a=u(((i,n)=>{e._pendingAbortRequest={_promise:void 0,_resolve:i,_reject:n,_reason:t,_wasAlreadyErroring:r}}));return e._pendingAbortRequest._promise=a,r||dt(e,t),a}function pt(e){const t=e._state;if("closed"===t||"errored"===t)return h(new TypeError(`The stream (in ${t} state) is not in the writable state and cannot be closed`));const i=u(((t,i)=>{const n={_resolve:t,_reject:i};e._closeRequest=n})),n=e._writer;var r;return void 0!==n&&e._backpressure&&"writable"===t&&Wt(n),he(r=e._writableStreamController,wt,0),Ot(r),i}function ht(e,t){"writable"!==e._state?ft(e):dt(e,t)}function dt(e,t){const i=e._writableStreamController;e._state="erroring",e._storedError=t;const n=e._writer;void 0!==n&&Tt(n,t),!function(e){return void 0!==e._inFlightWriteRequest||void 0!==e._inFlightCloseRequest}(e)&&i._started&&ft(e)}function ft(e){e._state="errored",e._writableStreamController[k]();const t=e._storedError;if(e._writeRequests.forEach((e=>{e._reject(t)})),e._writeRequests=new T,void 0===e._pendingAbortRequest)return void gt(e);const i=e._pendingAbortRequest;if(e._pendingAbortRequest=void 0,i._wasAlreadyErroring)return i._reject(t),void gt(e);f(e._writableStreamController[O](i._reason),(()=>{i._resolve(),gt(e)}),(t=>{i._reject(t),gt(e)}))}function mt(e){return void 0!==e._closeRequest||void 0!==e._inFlightCloseRequest}function gt(e){void 0!==e._closeRequest&&(e._closeRequest._reject(e._storedError),e._closeRequest=void 0);const t=e._writer;void 0!==t&&jt(t,e._storedError)}function _t(e,t){const i=e._writer;void 0!==i&&t!==e._backpressure&&(t?function(e){qt(e)}(i):Wt(i)),e._backpressure=t}Object.defineProperties(at.prototype,{abort:{enumerable:!0},close:{enumerable:!0},getWriter:{enumerable:!0},locked:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(at.prototype,t.toStringTag,{value:"WritableStream",configurable:!0});class Et{constructor(e){if(H(e,1,"WritableStreamDefaultWriter"),nt(e,"First parameter"),lt(e))throw new TypeError("This stream has already been locked for exclusive writing by another writer");this._ownerWritableStream=e,e._writer=this;const t=e._state;if("writable"===t)!mt(e)&&e._backpressure?qt(this):Vt(this),Bt(this);else if("erroring"===t)$t(this,e._storedError),Bt(this);else if("closed"===t)Vt(this),Bt(i=this),Gt(i);else{const t=e._storedError;$t(this,t),Ht(this,t)}var i}get closed(){return bt(this)?this._closedPromise:h(Ut("closed"))}get desiredSize(){if(!bt(this))throw Ut("desiredSize");if(void 0===this._ownerWritableStream)throw Ft("desiredSize");return function(e){const t=e._ownerWritableStream,i=t._state;return"errored"===i||"erroring"===i?null:"closed"===i?0:It(t._writableStreamController)}(this)}get ready(){return bt(this)?this._readyPromise:h(Ut("ready"))}abort(e){return bt(this)?void 0===this._ownerWritableStream?h(Ft("abort")):function(e,t){return ut(e._ownerWritableStream,t)}(this,e):h(Ut("abort"))}close(){if(!bt(this))return h(Ut("close"));const e=this._ownerWritableStream;return void 0===e?h(Ft("close")):mt(e)?h(new TypeError("Cannot close an already-closing stream")):vt(this)}releaseLock(){if(!bt(this))throw Ut("releaseLock");void 0!==this._ownerWritableStream&&yt(this)}write(e){return bt(this)?void 0===this._ownerWritableStream?h(Ft("write to")):At(this,e):h(Ut("write"))}}function bt(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_ownerWritableStream")&&e instanceof Et}function vt(e){return pt(e._ownerWritableStream)}function xt(e,t){"pending"===e._closedPromiseState?jt(e,t):function(e,t){Ht(e,t)}(e,t)}function Tt(e,t){"pending"===e._readyPromiseState?zt(e,t):function(e,t){$t(e,t)}(e,t)}function yt(e){const t=e._ownerWritableStream,i=new TypeError("Writer was released and can no longer be used to monitor the stream's closedness");Tt(e,i),xt(e,i),t._writer=void 0,e._ownerWritableStream=void 0}function At(e,t){const i=e._ownerWritableStream,n=i._writableStreamController,r=function(e,t){try{return e._strategySizeAlgorithm(t)}catch(t){return kt(e,t),1}}(n,t);if(i!==e._ownerWritableStream)return h(Ft("write to"));const a=i._state;if("errored"===a)return h(i._storedError);if(mt(i)||"closed"===a)return h(new TypeError("The stream is closing or closed and cannot be written to"));if("erroring"===a)return h(i._storedError);const s=function(e){return u(((t,i)=>{const n={_resolve:t,_reject:i};e._writeRequests.push(n)}))}(i);return function(e,t,i){try{he(e,t,i)}catch(t){return void kt(e,t)}const n=e._controlledWritableStream;mt(n)||"writable"!==n._state||_t(n,Dt(e)),Ot(e)}(n,t,r),s}Object.defineProperties(Et.prototype,{abort:{enumerable:!0},close:{enumerable:!0},releaseLock:{enumerable:!0},write:{enumerable:!0},closed:{enumerable:!0},desiredSize:{enumerable:!0},ready:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(Et.prototype,t.toStringTag,{value:"WritableStreamDefaultWriter",configurable:!0});const wt={};class St{constructor(){throw new TypeError("Illegal constructor")}get abortReason(){if(!Ct(this))throw Mt("abortReason");return this._abortReason}get signal(){if(!Ct(this))throw Mt("signal");if(void 0===this._abortController)throw new TypeError("WritableStreamDefaultController.prototype.signal is not supported");return this._abortController.signal}error(e){if(!Ct(this))throw Mt("error");"writable"===this._controlledWritableStream._state&&Pt(this,e)}[O](e){const t=this._abortAlgorithm(e);return Nt(this),t}[k](){de(this)}}function Ct(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledWritableStream")&&e instanceof St}function Rt(e,t,i,n,r,a,s,o){t._controlledWritableStream=e,e._writableStreamController=t,t._queue=void 0,t._queueTotalSize=void 0,de(t),t._abortReason=void 0,t._abortController=function(){if(rt)return new AbortController}(),t._started=!1,t._strategySizeAlgorithm=o,t._strategyHWM=s,t._writeAlgorithm=n,t._closeAlgorithm=r,t._abortAlgorithm=a;const c=Dt(t);_t(e,c),f(p(i()),(()=>{t._started=!0,Ot(t)}),(i=>{t._started=!0,ht(e,i)}))}function Nt(e){e._writeAlgorithm=void 0,e._closeAlgorithm=void 0,e._abortAlgorithm=void 0,e._strategySizeAlgorithm=void 0}function It(e){return e._strategyHWM-e._queueTotalSize}function Ot(e){const t=e._controlledWritableStream;if(!e._started)return;if(void 0!==t._inFlightWriteRequest)return;if("erroring"===t._state)return void ft(t);if(0===e._queue.length)return;const i=e._queue.peek().value;i===wt?function(e){const t=e._controlledWritableStream;(function(e){e._inFlightCloseRequest=e._closeRequest,e._closeRequest=void 0})(t),pe(e);const i=e._closeAlgorithm();Nt(e),f(i,(()=>{!function(e){e._inFlightCloseRequest._resolve(void 0),e._inFlightCloseRequest=void 0,"erroring"===e._state&&(e._storedError=void 0,void 0!==e._pendingAbortRequest&&(e._pendingAbortRequest._resolve(),e._pendingAbortRequest=void 0)),e._state="closed";const t=e._writer;void 0!==t&&Gt(t)}(t)}),(e=>{!function(e,t){e._inFlightCloseRequest._reject(t),e._inFlightCloseRequest=void 0,void 0!==e._pendingAbortRequest&&(e._pendingAbortRequest._reject(t),e._pendingAbortRequest=void 0),ht(e,t)}(t,e)}))}(e):function(e,t){const i=e._controlledWritableStream;!function(e){e._inFlightWriteRequest=e._writeRequests.shift()}(i),f(e._writeAlgorithm(t),(()=>{!function(e){e._inFlightWriteRequest._resolve(void 0),e._inFlightWriteRequest=void 0}(i);const t=i._state;if(pe(e),!mt(i)&&"writable"===t){const t=Dt(e);_t(i,t)}Ot(e)}),(t=>{"writable"===i._state&&Nt(e),function(e,t){e._inFlightWriteRequest._reject(t),e._inFlightWriteRequest=void 0,ht(e,t)}(i,t)}))}(e,i)}function kt(e,t){"writable"===e._controlledWritableStream._state&&Pt(e,t)}function Dt(e){return It(e)<=0}function Pt(e,t){const i=e._controlledWritableStream;Nt(e),dt(i,t)}function Lt(e){return new TypeError(`WritableStream.prototype.${e} can only be used on a WritableStream`)}function Mt(e){return new TypeError(`WritableStreamDefaultController.prototype.${e} can only be used on a WritableStreamDefaultController`)}function Ut(e){return new TypeError(`WritableStreamDefaultWriter.prototype.${e} can only be used on a WritableStreamDefaultWriter`)}function Ft(e){return new TypeError("Cannot "+e+" a stream using a released writer")}function Bt(e){e._closedPromise=u(((t,i)=>{e._closedPromise_resolve=t,e._closedPromise_reject=i,e._closedPromiseState="pending"}))}function Ht(e,t){Bt(e),jt(e,t)}function jt(e,t){void 0!==e._closedPromise_reject&&(E(e._closedPromise),e._closedPromise_reject(t),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0,e._closedPromiseState="rejected")}function Gt(e){void 0!==e._closedPromise_resolve&&(e._closedPromise_resolve(void 0),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0,e._closedPromiseState="resolved")}function qt(e){e._readyPromise=u(((t,i)=>{e._readyPromise_resolve=t,e._readyPromise_reject=i})),e._readyPromiseState="pending"}function $t(e,t){qt(e),zt(e,t)}function Vt(e){qt(e),Wt(e)}function zt(e,t){void 0!==e._readyPromise_reject&&(E(e._readyPromise),e._readyPromise_reject(t),e._readyPromise_resolve=void 0,e._readyPromise_reject=void 0,e._readyPromiseState="rejected")}function Wt(e){void 0!==e._readyPromise_resolve&&(e._readyPromise_resolve(void 0),e._readyPromise_resolve=void 0,e._readyPromise_reject=void 0,e._readyPromiseState="fulfilled")}Object.defineProperties(St.prototype,{abortReason:{enumerable:!0},signal:{enumerable:!0},error:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(St.prototype,t.toStringTag,{value:"WritableStreamDefaultController",configurable:!0});const Yt="undefined"!=typeof DOMException?DOMException:void 0,Xt=function(e){if("function"!=typeof e&&"object"!=typeof e)return!1;try{return new e,!0}catch(e){return!1}}(Yt)?Yt:function(){const e=function(e,t){this.message=e||"",this.name=t||"Error",Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)};return e.prototype=Object.create(Error.prototype),Object.defineProperty(e.prototype,"constructor",{value:e,writable:!0,configurable:!0}),e}();function Kt(e,t,n,r,a,s){const o=z(e),c=st(t);e._disturbed=!0;let l=!1,_=p(void 0);return u(((b,v)=>{let x;if(void 0!==s){if(x=()=>{const i=new Xt("Aborted","AbortError"),n=[];r||n.push((()=>"writable"===t._state?ut(t,i):p(void 0))),a||n.push((()=>"readable"===e._state?Ti(e,i):p(void 0))),R((()=>Promise.all(n.map((e=>e())))),!0,i)},s.aborted)return void x();s.addEventListener("abort",x)}var T,y,A;if(C(e,o._closedPromise,(e=>{r?N(!0,e):R((()=>ut(t,e)),!0,e)})),C(t,c._closedPromise,(t=>{a?N(!0,t):R((()=>Ti(e,t)),!0,t)})),T=e,y=o._closedPromise,A=()=>{n?N():R((()=>function(e){const t=e._ownerWritableStream,i=t._state;return mt(t)||"closed"===i?p(void 0):"errored"===i?h(t._storedError):vt(e)}(c)))},"closed"===T._state?A():m(y,A),mt(t)||"closed"===t._state){const t=new TypeError("the destination writable stream closed before all data could be piped to it");a?N(!0,t):R((()=>Ti(e,t)),!0,t)}function S(){const e=_;return d(_,(()=>e!==_?S():void 0))}function C(e,t,i){"errored"===e._state?i(e._storedError):g(t,i)}function R(e,i,n){function r(){f(e(),(()=>I(i,n)),(e=>I(!0,e)))}l||(l=!0,"writable"!==t._state||mt(t)?r():m(S(),r))}function N(e,i){l||(l=!0,"writable"!==t._state||mt(t)?I(e,i):m(S(),(()=>I(e,i))))}function I(e,t){yt(c),w(o),void 0!==s&&s.removeEventListener("abort",x),e?v(t):b(void 0)}E(u(((e,t)=>{!function n(r){r?e():d(l?p(!0):d(c._readyPromise,(()=>u(((e,t)=>{Z(o,{_chunkSteps:t=>{_=d(At(c,t),void 0,i),e(!1)},_closeSteps:()=>e(!0),_errorSteps:t})})))),n,t)}(!1)})))}))}class Qt{constructor(){throw new TypeError("Illegal constructor")}get desiredSize(){if(!Jt(this))throw ci("desiredSize");return ai(this)}close(){if(!Jt(this))throw ci("close");if(!si(this))throw new TypeError("The stream is not in a state that permits close");ii(this)}enqueue(e){if(!Jt(this))throw ci("enqueue");if(!si(this))throw new TypeError("The stream is not in a state that permits enqueue");return ni(this,e)}error(e){if(!Jt(this))throw ci("error");ri(this,e)}[D](e){de(this);const t=this._cancelAlgorithm(e);return ti(this),t}[P](e){const t=this._controlledReadableStream;if(this._queue.length>0){const i=pe(this);this._closeRequested&&0===this._queue.length?(ti(this),yi(t)):Zt(this),e._chunkSteps(i)}else W(t,e),Zt(this)}}function Jt(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledReadableStream")&&e instanceof Qt}function Zt(e){ei(e)&&(e._pulling?e._pullAgain=!0:(e._pulling=!0,f(e._pullAlgorithm(),(()=>{e._pulling=!1,e._pullAgain&&(e._pullAgain=!1,Zt(e))}),(t=>{ri(e,t)}))))}function ei(e){const t=e._controlledReadableStream;return!!si(e)&&(!!e._started&&(!!(xi(t)&&X(t)>0)||ai(e)>0))}function ti(e){e._pullAlgorithm=void 0,e._cancelAlgorithm=void 0,e._strategySizeAlgorithm=void 0}function ii(e){if(!si(e))return;const t=e._controlledReadableStream;e._closeRequested=!0,0===e._queue.length&&(ti(e),yi(t))}function ni(e,t){if(!si(e))return;const i=e._controlledReadableStream;if(xi(i)&&X(i)>0)Y(i,t,!1);else{let i;try{i=e._strategySizeAlgorithm(t)}catch(t){throw ri(e,t),t}try{he(e,t,i)}catch(t){throw ri(e,t),t}}Zt(e)}function ri(e,t){const i=e._controlledReadableStream;"readable"===i._state&&(de(e),ti(e),Ai(i,t))}function ai(e){const t=e._controlledReadableStream._state;return"errored"===t?null:"closed"===t?0:e._strategyHWM-e._queueTotalSize}function si(e){const t=e._controlledReadableStream._state;return!e._closeRequested&&"readable"===t}function oi(e,t,i,n,r,a,s){t._controlledReadableStream=e,t._queue=void 0,t._queueTotalSize=void 0,de(t),t._started=!1,t._closeRequested=!1,t._pullAgain=!1,t._pulling=!1,t._strategySizeAlgorithm=s,t._strategyHWM=a,t._pullAlgorithm=n,t._cancelAlgorithm=r,e._readableStreamController=t,f(p(i()),(()=>{t._started=!0,Zt(t)}),(e=>{ri(t,e)}))}function ci(e){return new TypeError(`ReadableStreamDefaultController.prototype.${e} can only be used on a ReadableStreamDefaultController`)}function li(e,t){return ge(e._readableStreamController)?function(e){let t,i,n,r,a,s=z(e),o=!1,c=!1,l=!1,h=!1,d=!1;const f=u((e=>{a=e}));function m(e){g(e._closedPromise,(t=>{e===s&&(De(n._readableStreamController,t),De(r._readableStreamController,t),h&&d||a(void 0))}))}function _(){ze(s)&&(w(s),s=z(e),m(s)),Z(s,{_chunkSteps:t=>{b((()=>{c=!1,l=!1;const i=t;let s=t;if(!h&&!d)try{s=ue(t)}catch(t){return De(n._readableStreamController,t),De(r._readableStreamController,t),void a(Ti(e,t))}h||ke(n._readableStreamController,i),d||ke(r._readableStreamController,s),o=!1,c?v():l&&x()}))},_closeSteps:()=>{o=!1,h||Oe(n._readableStreamController),d||Oe(r._readableStreamController),n._readableStreamController._pendingPullIntos.length>0&&Me(n._readableStreamController,0),r._readableStreamController._pendingPullIntos.length>0&&Me(r._readableStreamController,0),h&&d||a(void 0)},_errorSteps:()=>{o=!1}})}function E(t,i){J(s)&&(w(s),s=je(e),m(s));const u=i?r:n,p=i?n:r;We(s,t,{_chunkSteps:t=>{b((()=>{c=!1,l=!1;const n=i?d:h;if(i?h:d)n||Ue(u._readableStreamController,t);else{let i;try{i=ue(t)}catch(t){return De(u._readableStreamController,t),De(p._readableStreamController,t),void a(Ti(e,t))}n||Ue(u._readableStreamController,t),ke(p._readableStreamController,i)}o=!1,c?v():l&&x()}))},_closeSteps:e=>{o=!1;const t=i?d:h,n=i?h:d;t||Oe(u._readableStreamController),n||Oe(p._readableStreamController),void 0!==e&&(t||Ue(u._readableStreamController,e),!n&&p._readableStreamController._pendingPullIntos.length>0&&Me(p._readableStreamController,0)),t&&n||a(void 0)},_errorSteps:()=>{o=!1}})}function v(){if(o)return c=!0,p(void 0);o=!0;const e=Pe(n._readableStreamController);return null===e?_():E(e._view,!1),p(void 0)}function x(){if(o)return l=!0,p(void 0);o=!0;const e=Pe(r._readableStreamController);return null===e?_():E(e._view,!0),p(void 0)}function T(n){if(h=!0,t=n,d){const n=oe([t,i]),r=Ti(e,n);a(r)}return f}function y(n){if(d=!0,i=n,h){const n=oe([t,i]),r=Ti(e,n);a(r)}return f}function A(){}return n=Ei(A,v,T),r=Ei(A,x,y),m(s),[n,r]}(e):function(e,t){const i=z(e);let n,r,a,s,o,c=!1,l=!1,h=!1,d=!1;const f=u((e=>{o=e}));function m(){return c?(l=!0,p(void 0)):(c=!0,Z(i,{_chunkSteps:e=>{b((()=>{l=!1;const t=e,i=e;h||ni(a._readableStreamController,t),d||ni(s._readableStreamController,i),c=!1,l&&m()}))},_closeSteps:()=>{c=!1,h||ii(a._readableStreamController),d||ii(s._readableStreamController),h&&d||o(void 0)},_errorSteps:()=>{c=!1}}),p(void 0))}function _(t){if(h=!0,n=t,d){const t=oe([n,r]),i=Ti(e,t);o(i)}return f}function E(t){if(d=!0,r=t,h){const t=oe([n,r]),i=Ti(e,t);o(i)}return f}function v(){}return a=_i(v,m,_),s=_i(v,m,E),g(i._closedPromise,(e=>{ri(a._readableStreamController,e),ri(s._readableStreamController,e),h&&d||o(void 0)})),[a,s]}(e)}function ui(e,t,i){return F(e,i),i=>x(e,t,[i])}function pi(e,t,i){return F(e,i),i=>x(e,t,[i])}function hi(e,t,i){return F(e,i),i=>v(e,t,[i])}function di(e,t){if("bytes"!=(e=`${e}`))throw new TypeError(`${t} '${e}' is not a valid enumeration value for ReadableStreamType`);return e}function fi(e,t){if("byob"!=(e=`${e}`))throw new TypeError(`${t} '${e}' is not a valid enumeration value for ReadableStreamReaderMode`);return e}function mi(e,t){U(e,t);const i=null==e?void 0:e.preventAbort,n=null==e?void 0:e.preventCancel,r=null==e?void 0:e.preventClose,a=null==e?void 0:e.signal;return void 0!==a&&function(e,t){if(!function(e){if("object"!=typeof e||null===e)return!1;try{return"boolean"==typeof e.aborted}catch(e){return!1}}(e))throw new TypeError(`${t} is not an AbortSignal.`)}(a,`${t} has member 'signal' that`),{preventAbort:Boolean(i),preventCancel:Boolean(n),preventClose:Boolean(r),signal:a}}Object.defineProperties(Qt.prototype,{close:{enumerable:!0},enqueue:{enumerable:!0},error:{enumerable:!0},desiredSize:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(Qt.prototype,t.toStringTag,{value:"ReadableStreamDefaultController",configurable:!0});class gi{constructor(e={},t={}){void 0===e?e=null:B(e,"First parameter");const i=Qe(t,"Second parameter"),n=function(e,t){U(e,t);const i=e,n=null==i?void 0:i.autoAllocateChunkSize,r=null==i?void 0:i.cancel,a=null==i?void 0:i.pull,s=null==i?void 0:i.start,o=null==i?void 0:i.type;return{autoAllocateChunkSize:void 0===n?void 0:$(n,`${t} has member 'autoAllocateChunkSize' that`),cancel:void 0===r?void 0:ui(r,i,`${t} has member 'cancel' that`),pull:void 0===a?void 0:pi(a,i,`${t} has member 'pull' that`),start:void 0===s?void 0:hi(s,i,`${t} has member 'start' that`),type:void 0===o?void 0:di(o,`${t} has member 'type' that`)}}(e,"First parameter");if(bi(this),"bytes"===n.type){if(void 0!==i.size)throw new RangeError("The strategy for a byte stream cannot have a size function");!function(e,t,i){const n=Object.create(me.prototype);let r=()=>{},a=()=>p(void 0),s=()=>p(void 0);void 0!==t.start&&(r=()=>t.start(n)),void 0!==t.pull&&(a=()=>t.pull(n)),void 0!==t.cancel&&(s=e=>t.cancel(e));const o=t.autoAllocateChunkSize;if(0===o)throw new TypeError("autoAllocateChunkSize must be greater than 0");Fe(e,n,r,a,s,i,o)}(this,n,Xe(i,0))}else{const e=Ke(i);!function(e,t,i,n){const r=Object.create(Qt.prototype);let a=()=>{},s=()=>p(void 0),o=()=>p(void 0);void 0!==t.start&&(a=()=>t.start(r)),void 0!==t.pull&&(s=()=>t.pull(r)),void 0!==t.cancel&&(o=e=>t.cancel(e)),oi(e,r,a,s,o,i,n)}(this,n,Xe(i,1),e)}}get locked(){if(!vi(this))throw wi("locked");return xi(this)}cancel(e){return vi(this)?xi(this)?h(new TypeError("Cannot cancel a stream that already has a reader")):Ti(this,e):h(wi("cancel"))}getReader(e){if(!vi(this))throw wi("getReader");return void 0===function(e,t){U(e,t);const i=null==e?void 0:e.mode;return{mode:void 0===i?void 0:fi(i,`${t} has member 'mode' that`)}}(e,"First parameter").mode?z(this):je(this)}pipeThrough(e,t={}){if(!vi(this))throw wi("pipeThrough");H(e,1,"pipeThrough");const i=function(e,t){U(e,t);const i=null==e?void 0:e.readable;j(i,"readable","ReadableWritablePair"),V(i,`${t} has member 'readable' that`);const n=null==e?void 0:e.writable;return j(n,"writable","ReadableWritablePair"),nt(n,`${t} has member 'writable' that`),{readable:i,writable:n}}(e,"First parameter"),n=mi(t,"Second parameter");if(xi(this))throw new TypeError("ReadableStream.prototype.pipeThrough cannot be used on a locked ReadableStream");if(lt(i.writable))throw new TypeError("ReadableStream.prototype.pipeThrough cannot be used on a locked WritableStream");return E(Kt(this,i.writable,n.preventClose,n.preventAbort,n.preventCancel,n.signal)),i.readable}pipeTo(e,t={}){if(!vi(this))return h(wi("pipeTo"));if(void 0===e)return h("Parameter 1 is required in 'pipeTo'.");if(!ct(e))return h(new TypeError("ReadableStream.prototype.pipeTo's first argument must be a WritableStream"));let i;try{i=mi(t,"Second parameter")}catch(e){return h(e)}return xi(this)?h(new TypeError("ReadableStream.prototype.pipeTo cannot be used on a locked ReadableStream")):lt(e)?h(new TypeError("ReadableStream.prototype.pipeTo cannot be used on a locked WritableStream")):Kt(this,e,i.preventClose,i.preventAbort,i.preventCancel,i.signal)}tee(){if(!vi(this))throw wi("tee");return oe(li(this))}values(e){if(!vi(this))throw wi("values");return function(e,t){const i=z(e),n=new ie(i,t),r=Object.create(ne);return r._asyncIteratorImpl=n,r}(this,function(e,t){U(e,t);const i=null==e?void 0:e.preventCancel;return{preventCancel:Boolean(i)}}(e,"First parameter").preventCancel)}}function _i(e,t,i,n=1,r=(()=>1)){const a=Object.create(gi.prototype);return bi(a),oi(a,Object.create(Qt.prototype),e,t,i,n,r),a}function Ei(e,t,i){const n=Object.create(gi.prototype);return bi(n),Fe(n,Object.create(me.prototype),e,t,i,0,void 0),n}function bi(e){e._state="readable",e._reader=void 0,e._storedError=void 0,e._disturbed=!1}function vi(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_readableStreamController")&&e instanceof gi}function xi(e){return void 0!==e._reader}function Ti(e,t){if(e._disturbed=!0,"closed"===e._state)return p(void 0);if("errored"===e._state)return h(e._storedError);yi(e);const n=e._reader;return void 0!==n&&ze(n)&&(n._readIntoRequests.forEach((e=>{e._closeSteps(void 0)})),n._readIntoRequests=new T),_(e._readableStreamController[D](t),i)}function yi(e){e._state="closed";const t=e._reader;void 0!==t&&(I(t),J(t)&&(t._readRequests.forEach((e=>{e._closeSteps()})),t._readRequests=new T))}function Ai(e,t){e._state="errored",e._storedError=t;const i=e._reader;void 0!==i&&(N(i,t),J(i)?(i._readRequests.forEach((e=>{e._errorSteps(t)})),i._readRequests=new T):(i._readIntoRequests.forEach((e=>{e._errorSteps(t)})),i._readIntoRequests=new T))}function wi(e){return new TypeError(`ReadableStream.prototype.${e} can only be used on a ReadableStream`)}function Si(e,t){U(e,t);const i=null==e?void 0:e.highWaterMark;return j(i,"highWaterMark","QueuingStrategyInit"),{highWaterMark:G(i)}}Object.defineProperties(gi.prototype,{cancel:{enumerable:!0},getReader:{enumerable:!0},pipeThrough:{enumerable:!0},pipeTo:{enumerable:!0},tee:{enumerable:!0},values:{enumerable:!0},locked:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(gi.prototype,t.toStringTag,{value:"ReadableStream",configurable:!0}),"symbol"==typeof t.asyncIterator&&Object.defineProperty(gi.prototype,t.asyncIterator,{value:gi.prototype.values,writable:!0,configurable:!0});const Ci=e=>e.byteLength;try{Object.defineProperty(Ci,"name",{value:"size",configurable:!0})}catch(e){}class Ri{constructor(e){H(e,1,"ByteLengthQueuingStrategy"),e=Si(e,"First parameter"),this._byteLengthQueuingStrategyHighWaterMark=e.highWaterMark}get highWaterMark(){if(!Ii(this))throw Ni("highWaterMark");return this._byteLengthQueuingStrategyHighWaterMark}get size(){if(!Ii(this))throw Ni("size");return Ci}}function Ni(e){return new TypeError(`ByteLengthQueuingStrategy.prototype.${e} can only be used on a ByteLengthQueuingStrategy`)}function Ii(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_byteLengthQueuingStrategyHighWaterMark")&&e instanceof Ri}Object.defineProperties(Ri.prototype,{highWaterMark:{enumerable:!0},size:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(Ri.prototype,t.toStringTag,{value:"ByteLengthQueuingStrategy",configurable:!0});const Oi=()=>1;try{Object.defineProperty(Oi,"name",{value:"size",configurable:!0})}catch(e){}class ki{constructor(e){H(e,1,"CountQueuingStrategy"),e=Si(e,"First parameter"),this._countQueuingStrategyHighWaterMark=e.highWaterMark}get highWaterMark(){if(!Pi(this))throw Di("highWaterMark");return this._countQueuingStrategyHighWaterMark}get size(){if(!Pi(this))throw Di("size");return Oi}}function Di(e){return new TypeError(`CountQueuingStrategy.prototype.${e} can only be used on a CountQueuingStrategy`)}function Pi(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_countQueuingStrategyHighWaterMark")&&e instanceof ki}function Li(e,t,i){return F(e,i),i=>x(e,t,[i])}function Mi(e,t,i){return F(e,i),i=>v(e,t,[i])}function Ui(e,t,i){return F(e,i),(i,n)=>x(e,t,[i,n])}Object.defineProperties(ki.prototype,{highWaterMark:{enumerable:!0},size:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(ki.prototype,t.toStringTag,{value:"CountQueuingStrategy",configurable:!0});class Fi{constructor(e={},t={},i={}){void 0===e&&(e=null);const n=Qe(t,"Second parameter"),r=Qe(i,"Third parameter"),a=function(e,t){U(e,t);const i=null==e?void 0:e.flush,n=null==e?void 0:e.readableType,r=null==e?void 0:e.start,a=null==e?void 0:e.transform,s=null==e?void 0:e.writableType;return{flush:void 0===i?void 0:Li(i,e,`${t} has member 'flush' that`),readableType:n,start:void 0===r?void 0:Mi(r,e,`${t} has member 'start' that`),transform:void 0===a?void 0:Ui(a,e,`${t} has member 'transform' that`),writableType:s}}(e,"First parameter");if(void 0!==a.readableType)throw new RangeError("Invalid readableType specified");if(void 0!==a.writableType)throw new RangeError("Invalid writableType specified");const s=Xe(r,0),o=Ke(r),c=Xe(n,1),l=Ke(n);let d;!function(e,t,i,n,r,a){function s(){return t}function o(t){return function(e,t){const i=e._transformStreamController;return e._backpressure?_(e._backpressureChangePromise,(()=>{const n=e._writable;if("erroring"===n._state)throw n._storedError;return Wi(i,t)})):Wi(i,t)}(e,t)}function c(t){return function(e,t){return Hi(e,t),p(void 0)}(e,t)}function l(){return function(e){const t=e._readable,i=e._transformStreamController,n=i._flushAlgorithm();return Vi(i),_(n,(()=>{if("errored"===t._state)throw t._storedError;ii(t._readableStreamController)}),(i=>{throw Hi(e,i),t._storedError}))}(e)}function u(){return function(e){return Gi(e,!1),e._backpressureChangePromise}(e)}function h(t){return ji(e,t),p(void 0)}e._writable=function(e,t,i,n,r=1,a=(()=>1)){const s=Object.create(at.prototype);return ot(s),Rt(s,Object.create(St.prototype),e,t,i,n,r,a),s}(s,o,l,c,i,n),e._readable=_i(s,u,h,r,a),e._backpressure=void 0,e._backpressureChangePromise=void 0,e._backpressureChangePromise_resolve=void 0,Gi(e,!0),e._transformStreamController=void 0}(this,u((e=>{d=e})),c,l,s,o),function(e,t){const i=Object.create(qi.prototype);let n=e=>{try{return zi(i,e),p(void 0)}catch(e){return h(e)}},r=()=>p(void 0);void 0!==t.transform&&(n=e=>t.transform(e,i)),void 0!==t.flush&&(r=()=>t.flush(i)),function(e,t,i,n){t._controlledTransformStream=e,e._transformStreamController=t,t._transformAlgorithm=i,t._flushAlgorithm=n}(e,i,n,r)}(this,a),void 0!==a.start?d(a.start(this._transformStreamController)):d(void 0)}get readable(){if(!Bi(this))throw Xi("readable");return this._readable}get writable(){if(!Bi(this))throw Xi("writable");return this._writable}}function Bi(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_transformStreamController")&&e instanceof Fi}function Hi(e,t){ri(e._readable._readableStreamController,t),ji(e,t)}function ji(e,t){Vi(e._transformStreamController),kt(e._writable._writableStreamController,t),e._backpressure&&Gi(e,!1)}function Gi(e,t){void 0!==e._backpressureChangePromise&&e._backpressureChangePromise_resolve(),e._backpressureChangePromise=u((t=>{e._backpressureChangePromise_resolve=t})),e._backpressure=t}Object.defineProperties(Fi.prototype,{readable:{enumerable:!0},writable:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(Fi.prototype,t.toStringTag,{value:"TransformStream",configurable:!0});class qi{constructor(){throw new TypeError("Illegal constructor")}get desiredSize(){if(!$i(this))throw Yi("desiredSize");return ai(this._controlledTransformStream._readable._readableStreamController)}enqueue(e){if(!$i(this))throw Yi("enqueue");zi(this,e)}error(e){if(!$i(this))throw Yi("error");var t;t=e,Hi(this._controlledTransformStream,t)}terminate(){if(!$i(this))throw Yi("terminate");!function(e){const t=e._controlledTransformStream;ii(t._readable._readableStreamController);const i=new TypeError("TransformStream terminated");ji(t,i)}(this)}}function $i(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledTransformStream")&&e instanceof qi}function Vi(e){e._transformAlgorithm=void 0,e._flushAlgorithm=void 0}function zi(e,t){const i=e._controlledTransformStream,n=i._readable._readableStreamController;if(!si(n))throw new TypeError("Readable side is not in a state that permits enqueue");try{ni(n,t)}catch(e){throw ji(i,e),i._readable._storedError}const r=function(e){return!ei(e)}(n);r!==i._backpressure&&Gi(i,!0)}function Wi(e,t){return _(e._transformAlgorithm(t),void 0,(t=>{throw Hi(e._controlledTransformStream,t),t}))}function Yi(e){return new TypeError(`TransformStreamDefaultController.prototype.${e} can only be used on a TransformStreamDefaultController`)}function Xi(e){return new TypeError(`TransformStream.prototype.${e} can only be used on a TransformStream`)}Object.defineProperties(qi.prototype,{enqueue:{enumerable:!0},error:{enumerable:!0},terminate:{enumerable:!0},desiredSize:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(qi.prototype,t.toStringTag,{value:"TransformStreamDefaultController",configurable:!0}),e.ByteLengthQueuingStrategy=Ri,e.CountQueuingStrategy=ki,e.ReadableByteStreamController=me,e.ReadableStream=gi,e.ReadableStreamBYOBReader=Ve,e.ReadableStreamBYOBRequest=fe,e.ReadableStreamDefaultController=Qt,e.ReadableStreamDefaultReader=Q,e.TransformStream=Fi,e.TransformStreamDefaultController=qi,e.WritableStream=at,e.WritableStreamDefaultController=St,e.WritableStreamDefaultWriter=Et,Object.defineProperty(e,"__esModule",{value:!0})},i(t)},9602:e=>{"use strict";e.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}},4411:(e,t,i)=>{"use strict";function n(e){var t=this;if(t instanceof n||(t=new n),t.tail=null,t.head=null,t.length=0,e&&"function"==typeof e.forEach)e.forEach((function(e){t.push(e)}));else if(arguments.length>0)for(var i=0,r=arguments.length;i<r;i++)t.push(arguments[i]);return t}function r(e,t,i){var n=t===e.head?new o(i,null,t,e):new o(i,t,t.next,e);return null===n.next&&(e.tail=n),null===n.prev&&(e.head=n),e.length++,n}function a(e,t){e.tail=new o(t,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function s(e,t){e.head=new o(t,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function o(e,t,i,n){if(!(this instanceof o))return new o(e,t,i,n);this.list=n,this.value=e,t?(t.next=this,this.prev=t):this.prev=null,i?(i.prev=this,this.next=i):this.next=null}e.exports=n,n.Node=o,n.create=n,n.prototype.removeNode=function(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");var t=e.next,i=e.prev;return t&&(t.prev=i),i&&(i.next=t),e===this.head&&(this.head=t),e===this.tail&&(this.tail=i),e.list.length--,e.next=null,e.prev=null,e.list=null,t},n.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var t=this.head;e.list=this,e.next=t,t&&(t.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}},n.prototype.pushNode=function(e){if(e!==this.tail){e.list&&e.list.removeNode(e);var t=this.tail;e.list=this,e.prev=t,t&&(t.next=e),this.tail=e,this.head||(this.head=e),this.length++}},n.prototype.push=function(){for(var e=0,t=arguments.length;e<t;e++)a(this,arguments[e]);return this.length},n.prototype.unshift=function(){for(var e=0,t=arguments.length;e<t;e++)s(this,arguments[e]);return this.length},n.prototype.pop=function(){if(this.tail){var e=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,e}},n.prototype.shift=function(){if(this.head){var e=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,e}},n.prototype.forEach=function(e,t){t=t||this;for(var i=this.head,n=0;null!==i;n++)e.call(t,i.value,n,this),i=i.next},n.prototype.forEachReverse=function(e,t){t=t||this;for(var i=this.tail,n=this.length-1;null!==i;n--)e.call(t,i.value,n,this),i=i.prev},n.prototype.get=function(e){for(var t=0,i=this.head;null!==i&&t<e;t++)i=i.next;if(t===e&&null!==i)return i.value},n.prototype.getReverse=function(e){for(var t=0,i=this.tail;null!==i&&t<e;t++)i=i.prev;if(t===e&&null!==i)return i.value},n.prototype.map=function(e,t){t=t||this;for(var i=new n,r=this.head;null!==r;)i.push(e.call(t,r.value,this)),r=r.next;return i},n.prototype.mapReverse=function(e,t){t=t||this;for(var i=new n,r=this.tail;null!==r;)i.push(e.call(t,r.value,this)),r=r.prev;return i},n.prototype.reduce=function(e,t){var i,n=this.head;if(arguments.length>1)i=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");n=this.head.next,i=this.head.value}for(var r=0;null!==n;r++)i=e(i,n.value,r),n=n.next;return i},n.prototype.reduceReverse=function(e,t){var i,n=this.tail;if(arguments.length>1)i=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");n=this.tail.prev,i=this.tail.value}for(var r=this.length-1;null!==n;r--)i=e(i,n.value,r),n=n.prev;return i},n.prototype.toArray=function(){for(var e=new Array(this.length),t=0,i=this.head;null!==i;t++)e[t]=i.value,i=i.next;return e},n.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,i=this.tail;null!==i;t++)e[t]=i.value,i=i.prev;return e},n.prototype.slice=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var i=new n;if(t<e||t<0)return i;e<0&&(e=0),t>this.length&&(t=this.length);for(var r=0,a=this.head;null!==a&&r<e;r++)a=a.next;for(;null!==a&&r<t;r++,a=a.next)i.push(a.value);return i},n.prototype.sliceReverse=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var i=new n;if(t<e||t<0)return i;e<0&&(e=0),t>this.length&&(t=this.length);for(var r=this.length,a=this.tail;null!==a&&r>t;r--)a=a.prev;for(;null!==a&&r>e;r--,a=a.prev)i.push(a.value);return i},n.prototype.splice=function(e,t,...i){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);for(var n=0,a=this.head;null!==a&&n<e;n++)a=a.next;var s=[];for(n=0;a&&n<t;n++)s.push(a.value),a=this.removeNode(a);null===a&&(a=this.tail),a!==this.head&&a!==this.tail&&(a=a.prev);for(n=0;n<i.length;n++)a=r(this,a,i[n]);return s},n.prototype.reverse=function(){for(var e=this.head,t=this.tail,i=e;null!==i;i=i.prev){var n=i.prev;i.prev=i.next,i.next=n}return this.head=t,this.tail=e,this};try{i(9602)(n)}catch(e){}},9491:e=>{"use strict";e.exports=require("assert")},4300:e=>{"use strict";e.exports=require("buffer")},2081:e=>{"use strict";e.exports=require("child_process")},2057:e=>{"use strict";e.exports=require("constants")},6113:e=>{"use strict";e.exports=require("crypto")},2298:e=>{"use strict";e.exports=require("electron")},2361:e=>{"use strict";e.exports=require("events")},7147:e=>{"use strict";e.exports=require("fs")},3685:e=>{"use strict";e.exports=require("http")},2241:e=>{"use strict";e.exports=require("https")},7742:e=>{"use strict";e.exports=require("node:process")},2477:e=>{"use strict";e.exports=require("node:stream/web")},2037:e=>{"use strict";e.exports=require("os")},1017:e=>{"use strict";e.exports=require("path")},3477:e=>{"use strict";e.exports=require("querystring")},2781:e=>{"use strict";e.exports=require("stream")},1576:e=>{"use strict";e.exports=require("string_decoder")},6224:e=>{"use strict";e.exports=require("tty")},7310:e=>{"use strict";e.exports=require("url")},3837:e=>{"use strict";e.exports=require("util")},1267:e=>{"use strict";e.exports=require("worker_threads")},9796:e=>{"use strict";e.exports=require("zlib")},7135:(e,t,i)=>{if(!globalThis.ReadableStream)try{const e=i(7742),{emitWarning:t}=e;try{e.emitWarning=()=>{},Object.assign(globalThis,i(2477)),e.emitWarning=t}catch(i){throw e.emitWarning=t,i}}catch(e){Object.assign(globalThis,i(2660))}try{const{Blob:e}=i(4300);e&&!e.prototype.stream&&(e.prototype.stream=function(e){let t=0;const i=this;return new ReadableStream({type:"bytes",async pull(e){const n=i.slice(t,Math.min(i.size,t+65536)),r=await n.arrayBuffer();t+=r.byteLength,e.enqueue(new Uint8Array(r)),t===i.size&&e.close()}})})}catch(e){}},4193:(e,t,i)=>{"use strict";i.d(t,{Z:()=>r});var n=i(5006);const r=class extends n.Z{#e=0;#t="";constructor(e,t,i={}){if(arguments.length<2)throw new TypeError(`Failed to construct 'File': 2 arguments required, but only ${arguments.length} present.`);super(e,i),null===i&&(i={});const n=void 0===i.lastModified?Date.now():Number(i.lastModified);Number.isNaN(n)||(this.#e=n),this.#t=String(t)}get name(){return this.#t}get lastModified(){return this.#e}get[Symbol.toStringTag](){return"File"}static[Symbol.hasInstance](e){return!!e&&e instanceof n.Z&&/^(File)$/.test(e[Symbol.toStringTag])}}},749:(e,t,i)=>{"use strict";i.d(t,{$B:()=>r.Z});const n=require("node:fs");require("node:path");i(3414);var r=i(4193);i(5006);const{stat:a}=n.promises;Symbol.toStringTag},5006:(e,t,i)=>{"use strict";i.d(t,{Z:()=>a});i(7135);
37
+ function le(e,t,i,n){return new(i||(i=Promise))((function(r,a){function s(e){try{c(n.next(e))}catch(e){a(e)}}function o(e){try{c(n.throw(e))}catch(e){a(e)}}function c(e){var t;e.done?r(e.value):(t=e.value,t instanceof i?t:new i((function(e){e(t)}))).then(s,o)}c((n=n.apply(e,t||[])).next())}))}class ue{constructor(){this.mutex=Promise.resolve()}lock(){let e=()=>{};return this.mutex=this.mutex.then((()=>new Promise(e))),new Promise((t=>{e=t}))}dispatch(e){return le(this,void 0,void 0,(function*(){const t=yield this.lock();try{return yield Promise.resolve(e())}finally{t()}}))}}const pe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global;ae=pe.Buffer,pe.TextEncoder&&new pe.TextEncoder;"a".charCodeAt(0),"0".charCodeAt(0);const de="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",fe=new Uint8Array(256);for(let e=0;e<de.length;e++)fe[de.charCodeAt(e)]=e;new ue,new Map;new ue;new ue;new DataView(new ArrayBuffer(4));new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ue;new ArrayBuffer(8);new ue;new ArrayBuffer(8);new ue;new ArrayBuffer(8);new ue;new ue;new ue;function me(e,t){if(1===e.length)return e[0];let i=new Uint8Array(t),n=0;for(let t of e)i.set(t,n),n+=t.byteLength;return i}function ge(e,t){return[e.slice(0,t),e.slice(t)]}var _e=new TextDecoder("utf-8"),Ee=class extends ce.Inflate{constructor(e,t){super(e),this.ended=!1,this.chunks=[],this.reader=t}onEnd(e){this.err=e,this.err||(this.reader._rawOffset+=this.strm.total_in)}},be=class e{static async readFully(e){let t=[],i=0;for await(let n of e)t.push(n),i+=n.byteLength;return me(t,i)}getReadableStream(){let e=this[Symbol.asyncIterator]();return new ReadableStream({pull:t=>e.next().then((e=>{e.done||!e.value?t.close():t.enqueue(e.value)}))})}async readFully(){return await e.readFully(this)}async readline(e=0){let t=await this.readlineRaw(e);return t?_e.decode(t):""}async*iterLines(e=0){let t=null;for(;t=await this.readline(e);)yield t}};var ve=class e extends be{constructor(t,i="gzip",n=!1){let r;if(super(),this.compressed=i,this.opts={raw:"deflateRaw"===i},this.inflator=i?new Ee(this.opts,this):null,function(e){return e&&Symbol.asyncIterator in Object(e)}(t))r=t;else if("object"==typeof t&&"read"in t&&"function"==typeof t.read)r=e.fromReadable(t);else if(t instanceof ReadableStream)r=e.fromReadable(t.getReader());else{if(!function(e){return e&&Symbol.iterator in Object(e)}(t))throw new TypeError("Invalid Stream Source");r=e.fromIter(t)}this._sourceIter=n?this.dechunk(r):r[Symbol.asyncIterator](),this.lastValue=null,this.errored=!1,this._savedChunk=null,this._rawOffset=0,this._readOffset=0,this.numChunks=0}async _loadNext(){let e=await this._sourceIter.next();return e.done?null:e.value}async*dechunk(t){let i=t instanceof e?t:new e(t,null),n=-1,r=!0;for(;0!=n;){let e=await i.readlineRaw(64),t=new Uint8Array;if(n=e?parseInt(_e.decode(e),16):0,!n||n>2**32){if(Number.isNaN(n)||n>2**32){r||(this.errored=!0),yield e;break}}else if(t=await i.readSize(n),t.length!=n){r?yield e:this.errored=!0,yield t;break}let a=await i.readSize(2);if(13!=a[0]||10!=a[1]){r?yield e:this.errored=!0,yield t,yield a;break}if(r=!1,!t||0===n)return;yield t}yield*i}unread(e){e.length&&(this._readOffset-=e.length,this._savedChunk&&console.log("Already have chunk!"),this._savedChunk=e)}async _next(){if(this._savedChunk){let e=this._savedChunk;return this._savedChunk=null,e}if(this.compressed){let e=this._getNextChunk();if(e)return e}let e=await this._loadNext();for(;this.compressed&&e;){this._push(e);let t=this._getNextChunk(e);if(t)return t;e=await this._loadNext()}return e}_push(e){if(!this.inflator)throw new Error("AsyncIterReader cannot call _push when this.compressed is null");this.lastValue=e,this.inflator.ended&&(this.inflator=new Ee(this.opts,this)),this.inflator.push(e),this.inflator.err&&this.inflator.ended&&"deflate"===this.compressed&&!1===this.opts.raw&&0===this.numChunks&&(this.opts.raw=!0,this.compressed="deflateRaw",this.inflator=new Ee(this.opts,this),this.inflator.push(e))}_getNextChunk(e){if(!this.inflator)throw new Error("AsyncIterReader cannot call _getNextChunk when this.compressed is null");for(;;){if(this.inflator.chunks.length>0)return this.numChunks++,this.inflator.chunks.shift();if(this.inflator.ended){if(0!==this.inflator.err)return this.compressed=null,e;let t=this.inflator.strm.avail_in;if(t&&this.lastValue){this._push(this.lastValue.slice(-t));continue}}return null}}async*[Symbol.asyncIterator](){let e=null;for(;e=await this._next();)this._readOffset+=e.length,yield e}async readlineRaw(e){let t=[],i=0,n=-1,r=null;for await(let a of this){if(e&&i+a.byteLength>e){r=a,n=e-i-1;let t=a.slice(0,n+1).indexOf(10);t>=0&&(n=t);break}if(n=a.indexOf(10),n>=0){r=a;break}t.push(a),i+=a.byteLength}if(r){let[e,a]=ge(r,n+1);t.push(e),i+=e.byteLength,this.unread(a)}else if(!t.length)return null;return me(t,i)}async readFully(){return(await this._readOrSkip())[1]}async readSize(e){return(await this._readOrSkip(e))[1]}async skipSize(e){return(await this._readOrSkip(e,!0))[0]}async _readOrSkip(e=-1,t=!1){let i=[],n=0;for await(let r of this){if(e>=0){if(r.length>e){let[a,s]=ge(r,e);t||i.push(a),n+=a.byteLength,this.unread(s);break}if(r.length===e){t||i.push(r),n+=r.byteLength,e=0;break}e-=r.length}t||i.push(r),n+=r.byteLength}return t?[n,new Uint8Array]:[n,me(i,n)]}getReadOffset(){return this._readOffset}getRawOffset(){return this.compressed?this._rawOffset:this._readOffset}getRawLength(e){return this.compressed?this.inflator.strm.total_in:this._readOffset-e}static fromReadable(e){return{async*[Symbol.asyncIterator](){let t=null;for(;(t=await e.read())&&!t.done;)yield t.value}}}static fromIter(e){return{async*[Symbol.asyncIterator](){for(let t of e)yield t}}}},xe=class extends(null){constructor(e,t,i=0){super(),this.sourceIter=e,this.length=t,this.limit=t,this.skip=i}setLimitSkip(e,t=0){this.limit=e,this.skip=t}async*[Symbol.asyncIterator](){if(!(this.limit<=0))for await(let e of this.sourceIter){if(this.skip>0){if(!(e.length>=this.skip)){this.skip-=e.length;continue}{let[,t]=ge(e,this.skip);e=t,this.skip=0}}if(e.length>this.limit){let[t,i]=ge(e,this.limit);e=t,this.sourceIter.unread&&this.sourceIter.unread(i)}if(e.length&&(this.limit-=e.length,yield e),this.limit<=0)break}}async readlineRaw(e){if(this.limit<=0)return null;let t=await this.sourceIter.readlineRaw(e?Math.min(e,this.limit):this.limit);return this.limit-=t?.length||0,t}async skipFully(){let e=this.limit;for(;this.limit>0;)this.limit-=await this.sourceIter.skipSize(this.limit);return e}},Te=new Uint8Array([13,10]),ye=new Uint8Array([13,10,13,10]),Ae=new TextDecoder("utf-8"),we=class{constructor({statusline:e,headers:t}){this.statusline=e,this.headers=t}toString(){let e=[this.statusline];for(let[t,i]of this.headers)e.push(`${t}: ${i}`);return e.join("\r\n")+"\r\n"}async*iterSerialize(e){yield e.encode(this.statusline),yield Te;for(let[t,i]of this.headers)yield e.encode(`${t}: ${i}\r\n`)}_parseResponseStatusLine(){let e=function(e,t,i){let n=e.split(t),r=n.slice(0,i);return n.slice(i).length>0&&r.push(n.slice(i).join(t)),r}(this.statusline," ",2);this._protocol=e[0]??"",this._statusCode=e.length>1?Number(e[1]):"",this._statusText=e.length>2?e[2]:""}get statusCode(){return void 0===this._statusCode&&this._parseResponseStatusLine(),this._statusCode}get protocol(){return void 0===this._protocol&&this._parseResponseStatusLine(),this._protocol}get statusText(){return void 0===this._statusText&&this._parseResponseStatusLine(),this._statusText}_parseRequestStatusLine(){let e=this.statusline.split(" ",2);this._method=e[0]??"",this._requestPath=e.length>1?e[1]:""}get method(){return void 0===this._method&&this._parseRequestStatusLine(),this._method}get requestPath(){return void 0===this._requestPath&&this._parseRequestStatusLine(),this._requestPath}};async function Se(e,t){let i=0;for(let n=0;n<e.length-4;n++){let n=e.indexOf(13,i);if(n<0)break;if(n+3>=e.length){let{value:i}=await t.next();if(!i)break;let n=new Uint8Array(i.length+e.length);n.set(e,0),n.set(i,e.length),e=n}if(10===e[n+1]&&13===e[n+2]&&10===e[n+3])return[n+3,e];i=n+1}return[-1,e]}var Ce=new TextDecoder("utf-8"),Re=new TextEncoder,Ne="WARC/1.0",Ie={warcinfo:"application/warc-fields",response:"application/http; msgtype=response",revisit:"application/http; msgtype=response",request:"application/http; msgtype=request",metadata:"application/warc-fields"},Oe=class e extends(null){constructor({warcHeaders:e,reader:t}){super(),this._offset=0,this._length=0,this.method="",this.requestBody="",this._urlkey="",this.warcHeaders=e,this._reader=t,this._contentReader=null,this.payload=null,this.httpHeaders=null,this.consumed="",this.fixUp()}static create({url:t,date:i,type:n,warcHeaders:r={},filename:a="",httpHeaders:s={},statusline:o="HTTP/1.1 200 OK",warcVersion:c=Ne,keepHeadersCase:l=!0,refersToUrl:u,refersToDate:p}={},h){function d(e){let t=e;return c===Ne&&("Z"!=(e=e.split(".")[0]).charAt(t.length-1)&&(e+="Z")),e}i=d(i||(new Date).toISOString()),r={...r},"warcinfo"===n?a&&(r["WARC-Filename"]=a):t&&(r["WARC-Target-URI"]=t),r["WARC-Date"]=i,n&&(r["WARC-Type"]=n),"revisit"===n&&(r["WARC-Profile"]="WARC/1.1"===c?"http://netpreserve.org/warc/1.1/revisit/identical-payload-digest":"http://netpreserve.org/warc/1.0/revisit/identical-payload-digest",u&&(r["WARC-Refers-To-Target-URI"]=u,r["WARC-Refers-To-Date"]=d(p||(new Date).toISOString())));let f=new we({statusline:c,headers:new Map(Object.entries(r))});f.headers.get("WARC-Record-ID")||f.headers.set("WARC-Record-ID",`<urn:uuid:${he()}>`),f.headers.get("Content-Type")||f.headers.set("Content-Type",n&&Ie[n]||"application/octet-stream"),h||(h=ke());let m=new e({warcHeaders:f,reader:h}),g=null,_=[];switch(n){case"response":case"request":case"revisit":_=Object.entries(s),g=l?new Map(_):new Headers(s),(_.length>0||"revisit"!==n)&&(m.httpHeaders=new we({statusline:o,headers:g}))}return m}static createWARCInfo(t={},i){return t.type="warcinfo",e.create(t,async function*(){for(let[e,t]of Object.entries(i))yield Re.encode(`${e}: ${t}\r\n`)}())}getResponseInfo(){let e=this.httpHeaders;return e?{headers:e.headers,status:e.statusCode,statusText:e.statusText}:null}fixUp(){let e=this.warcHeaders.headers.get("WARC-Target-URI");e&&e.startsWith("<")&&e.endsWith(">")&&this.warcHeaders.headers.set("WARC-Target-URI",e.slice(1,-1))}async readFully(e=!1){if(this.httpHeaders){if(this.payload&&!this.payload.length)return this.payload;if(this._contentReader&&!e)throw new TypeError("WARC Record decoding already started, but requesting raw payload");if(e&&"raw"===this.consumed&&this.payload)return await this._createDecodingReader([this.payload]).readFully()}return this.payload||(e?(this.payload=await super.readFully(),this.consumed="content"):(this.payload=await be.readFully(this._reader),this.consumed="raw")),this.payload}get reader(){if(this.payload&&!this.payload.length)return ke();if(this._contentReader)throw new TypeError("WARC Record decoding already started, but requesting raw payload");return this._reader}get contentReader(){return this.httpHeaders?(this._contentReader||(this._contentReader=this._createDecodingReader(this._reader)),this._contentReader):this._reader}_createDecodingReader(e){if(!this.httpHeaders)throw new Error("WARCRecord cannot call _createDecodingReader when this.httpHeaders === null");let t=this.httpHeaders.headers.get("Content-Encoding"),i=this.httpHeaders.headers.get("Transfer-Encoding"),n="chunked"===i;return!t&&!n&&(t=i),new ve(e,t,n)}async readlineRaw(e){if(this.consumed)throw new Error("Record already consumed.. Perhaps a promise was not awaited?");if(this.contentReader instanceof be)return this.contentReader.readlineRaw(e);throw new Error("WARCRecord cannot call readlineRaw on this.contentReader if it does not extend BaseAsyncIterReader")}async contentText(){let e=await this.readFully(!0);return Ce.decode(e)}async*[Symbol.asyncIterator](){for await(let e of this.contentReader)if(yield e,this.consumed)throw new Error("Record already consumed.. Perhaps a promise was not awaited?");this.consumed="content"}async skipFully(){if(!this.consumed){if(this._reader instanceof xe){let e=await this._reader.skipFully();return this.consumed="skipped",e}throw new Error("WARCRecord cannot call skipFully on this._reader if it is not a LimitReader")}}warcHeader(e){return this.warcHeaders.headers.get(e)}get warcType(){return this.warcHeaders.headers.get("WARC-Type")}get warcTargetURI(){return this.warcHeaders.headers.get("WARC-Target-URI")}get warcDate(){return this.warcHeaders.headers.get("WARC-Date")}get warcRefersToTargetURI(){return this.warcHeaders.headers.get("WARC-Refers-To-Target-URI")}get warcRefersToDate(){return this.warcHeaders.headers.get("WARC-Refers-To-Date")}get warcPayloadDigest(){return this.warcHeaders.headers.get("WARC-Payload-Digest")}get warcBlockDigest(){return this.warcHeaders.headers.get("WARC-Block-Digest")}get warcContentType(){return this.warcHeaders.headers.get("Content-Type")}get warcContentLength(){return Number(this.warcHeaders.headers.get("Content-Length"))}};async function*ke(){}var De=new TextDecoder,Pe=new Uint8Array([]),Le=(Symbol.asyncIterator,new TextEncoder),Me=class extends(null){constructor(){super(...arguments),this.buffers=[]}write(e){this.buffers.push(e)}async*readAll(){for(let e of this.buffers)yield e}};Symbol.asyncIterator,"urlkey,timestamp,url,mime,status,digest,length,offset,filename".split(","),"urlkey,timestamp,url,mime,status,digest,redirect,meta,length,offset,filename".split(",");async function Ue(e,t,i,n){if(e.reader&&n&&("gzip"===t&&!i||!t&&"gzip"===i))return e.setReader(new ve(e.reader)),e;const r=new Uint8Array(await e.getBuffer()),a=await async function(e,t,i){const n=e;try{"chunked"===i&&(e=function(e){let t=0,i=0;const n=new TextDecoder("utf-8");for(;t<e.length;){let a=t;for(;e[a]>=48&&e[a]<=57||e[a]>=65&&e[a]<=70||e[a]>=97&&e[a]<=102;)a++;if(0===a)return e;if(13!=e[a]||10!=e[a+1])return e;a+=2;var r=parseInt(n.decode(e.subarray(t,a)),16);if(0==r)break;e.set(e.subarray(a,a+r),i),a+=r,i+=r,13==e[a]&&10==e[a+1]&&(a+=2),t=a}return e.subarray(0,i)}(e))}catch(e){console.log("Chunk-Encoding Ignored: "+e)}try{if("br"===t)0===(e=se(e)).length&&(e=n);else if("gzip"===t||"gzip"===i){const t=new oe.Inflate;t.push(e,!0),t.result&&!t.err&&(e=t.result)}}catch(e){console.log("Content-Encoding Ignored: "+e)}return e}(r,t,i);return r!==a&&e.setBuffer(a),e}var Fe=i(4300);const Be=new TextEncoder,He=new TextDecoder;class je{static fromResponse({url:e,response:t,date:i,noRW:n,isLive:r,archivePrefix:a}){const s=t.body?new ve(t.body.getReader(),!1):null,o=Number(t.headers.get("x-redirect-status")||t.status),c=t.headers.get("x-redirect-statusText")||t.statusText;let l=new Headers(t.headers),u=l.get("x-orig-location");if(u){if(u.startsWith(self.location.origin)&&(u=u.slice(self.location.origin.length)),a&&u.startsWith(a)){const e=u.indexOf("/http");e>0&&(u=u.slice(e+1))}l.set("location",u),l.delete("x-orig-location"),l.delete("x-redirect-status"),l.delete("x-redirect-statusText")}let p=null;const h=l.get("x-orig-ts");h&&(i=te(h),l.delete("x-orig-ts"),h&&u&&(p=h));const d=l.get("memento-datetime");d&&(i=new Date(d));const f=l.get("x-proxy-set-cookie");if(f){const e=[];f.split(",").forEach((t=>{const i=t.split(";",1)[0].trim();i.indexOf("=")>0&&e.push(i)})),l.delete("x-proxy-set-cookie"),e.length&&l.set("x-wabac-preset-cookie",e.join(";"))}return new je({payload:s,status:o,statusText:c,headers:l,url:e,date:i,noRW:n,isLive:r,updateTS:p})}constructor({payload:e,status:t,statusText:i,headers:n,url:r,date:a,extraOpts:s=null,noRW:o=!1,isLive:c=!1,updateTS:l=null}){this.reader=null,this.buffer=null,e&&(e[Symbol.asyncIterator]||e instanceof be)?this.reader=e:this.buffer=e,this.status=t,this.statusText=i,this.headers=n,this.url=r,this.date=a,this.extraOpts=s,this.noRW=o,this.isLive=c,this.updateTS=l}async getText(e=!1){let t=await this.getBuffer();return"string"==typeof t?t:239===t[0]&&187===t[1]&&191===t[2]?He.decode(t.slice(3)):254===t[0]&&255===t[1]?Fe.Buffer.from(t.slice(2)).swap16().toString("utf16le"):255===t[0]&&254===t[1]?Fe.Buffer.from(t.slice(2)).toString("utf16le"):e?He.decode(t):ie(t)}setText(e,t=!1){this.setBuffer(t?Be.encode(e):ne(e))}async getBuffer(){return this.buffer||(this.buffer=await this.reader.readFully()),this.buffer}setBuffer(e){this.buffer=e,this.reader=null}setReader(e){e instanceof be?(this.reader=e,this.buffer=null):e.getReader&&(this.reader=new ve(e.getReader()),this.buffer=null)}expectedLength(){return this.buffer?this.buffer.length:this.reader&&this.reader.reader?this.reader.reader.length:void 0}createIter(){const e=this.buffer,t=this.reader;return async function*(){if(e)for(let t=0;t<e.length;t+=Z)yield e.slice(t,t+Z);else t&&(yield*t)}()}async*[Symbol.asyncIterator](){yield*this.createIter()}setRange(e){if(206===this.status){const e=this.headers.get("Content-Range");if(e&&!e.startsWith("bytes 0-"))return!1}const t=e.match(/^bytes=(\d+)-(\d+)?$/);let i=0;if(this.buffer)i=this.buffer.length;else if(this.reader&&(i=Number(this.headers.get("content-length")),!i))return!1;if(!t)return this.status=416,this.statusText="Range Not Satisfiable",this.headers.set("Content-Range",`*/${i}`),!1;const n=Number(t[1]),r=Number(t[2])||i-1;if(this.buffer)this.buffer=this.buffer.slice(n,r+1);else if(this.reader){if(!this.reader.setLimitSkip)return!1;0!==n||r!==i-1?this.reader.setLimitSkip(r-n+1,n):this.reader.setRangeAll&&this.reader.setRangeAll(i)}return this.headers.set("Content-Range",`bytes ${n}-${r}/${i}`),this.headers.set("Content-Length",r-n+1),this.status=206,this.statusText="Partial Content",!0}makeResponse(e=!1,t=!1){let i=null;var n;n=this.status,re.includes(n)||(i=this.buffer||!this.reader?this.buffer:this.reader.getReadableStream());const r=new Response(i,{status:this.status,statusText:this.statusText,headers:this.headers});return r.date=this.date,e&&(r.headers.set("Cross-Origin-Opener-Policy","same-origin"),r.headers.set("Cross-Origin-Embedder-Policy","require-corp")),t&&r.headers.set("content-disposition","inline"),r}}var Ge=i(6932);function qe(e={}){let t,i;const n=e&&e.response&&e.response.extraOpts;if(n&&(t=n.adaptive_max_resolution||n.maxRes,i=n.adaptive_max_bandwidth||n.maxBand,t&&i))return{maxRes:t,maxBand:i};let r;return r=e&&e.response&&!e.response.isLive?{maxRes:921600,maxBand:2e6}:{maxRes:412800,maxBand:1e6},e&&e.save&&(e.save.maxRes=r.maxRes,e.save.maxBand=r.maxBand),r}function $e(e,t){const i=/#EXT-X-STREAM-INF:(?:.*[,])?BANDWIDTH=([\d]+)/,n=/RESOLUTION=([\d]+)x([\d]+)/,{maxRes:r,maxBand:a}=qe(t);let s=[],o=0,c=null,l=0,u=0,p=e.trimEnd().split("\n");for(const e of p){const h=e.match(i);if(!h){t&&t.rewriteUrl&&!e.startsWith("#")&&(p[o]=t.rewriteUrl(e)),o+=1;continue}s.push(o);const d=Number(h[1]),f=e.match(n),m=f?Number(f[1])*Number(f[2]):0;m&&r?m<=r&&m>u&&(u=m,l=d,c=o):d<=a&&d>l&&(u=m,l=d,c=o),o+=1}s.reverse();for(const e of s)e!==c&&p.splice(e,2);return p.join("\n")}const Ve={ignoreAttributes:!1,removeNSPrefix:!1,format:!1,suppressEmptyNode:!0};function ze(e,t,i){try{return function(e,t,i){const n=new Ge.XMLParser(Ve).parse(e),{maxRes:r,maxBand:a}=qe(t);let s=null,o=0,c=0,l=null;l=Array.isArray(n.MPD.Period.AdaptationSet)?n.MPD.Period.AdaptationSet:[n.MPD.Period.AdaptationSet];for(const e of l){s=null,o=0,c=0;let t=null;t=Array.isArray(e.Representation)?e.Representation:[e.Representation];for(const e of t){const t=Number(e["@_width"]||"0")*Number(e["@_height"]||"0"),i=Number(e["@_bandwidth"]||"0");t&&r?t<=r&&t>o&&(o=t,c=i,s=e):i<=a&&i>c&&(o=t,c=i,s=e)}s&&Array.isArray(i)&&i.push(s["@_id"]),s&&(e.Representation=[s])}const u=new Ge.XMLBuilder(Ve);return"<?xml version='1.0' encoding='UTF-8'?>\n"+u.build(n).trim()}(e,t,i)}catch(t){return console.log(t),e}}const We=[{contains:["youtube.com","youtube-nocookie.com"],rxRules:[[/ytplayer.load\(\);/,Ye('ytplayer.config.args.dash = "0"; ytplayer.config.args.dashmpd = ""; {0}')],[/yt\.setConfig.*PLAYER_CONFIG.*args":\s*{/,Ye('{0} "dash": "0", dashmpd: "", ')],[/(?:"player":|ytplayer\.config).*"args":\s*{/,Ye('{0}"dash":"0","dashmpd":"",')],[/yt\.setConfig.*PLAYER_VARS.*?{/,Ye('{0}"dash":"0","dashmpd":"",')],[/ytplayer.config={args:\s*{/,Ye('{0}"dash":"0","dashmpd":"",')],[/"0"\s*?==\s*?\w+\.dash&&/m,Ye("1&&")]]},{contains:["player.vimeo.com/video/"],rxRules:[[/^\{.+\}$/,function(e){let t;try{t=JSON.parse(e)}catch(t){return e}if(t&&t.request&&t.request.files){const e=t.request.files;if("object"==typeof e.progressive&&e.progressive.length)return e.dash&&(e.__dash=e.dash,delete e.dash),e.hls&&(e.__hls=e.hls,delete e.hls),JSON.stringify(t)}return e.replace(/query_string_ranges=1/g,"query_string_ranges=0")}]]},{contains:["master.json?query_string_ranges=0","master.json?base64"],rxRules:[[/^\{.+\}$/,function(e,t){if(!t)return e;let i=null;const n=Xe(t);try{i=JSON.parse(e),console.log("manifest",i)}catch(t){return e}function r(e,t,i){if(!e)return null;let n=0,r=null;for(const a of e)a.mime_type==i&&a.bitrate>r&&a.bitrate<=t&&(r=a.bitrate,n=a);return n?[n]:e}return i.video=r(i.video,n,"video/mp4"),i.audio=r(i.audio,n,"audio/mp4"),JSON.stringify(i)}]]},{contains:["facebook.com/"],rxRules:[[/"dash_/,Ye('"__nodash__')],[/_dash"/,Ye('__nodash__"')],[/_dash_/,Ye("__nodash__")],[/"debugNoBatching\s?":(?:false|0)/,Ye('"debugNoBatching":true')]]},{contains:["instagram.com/"],rxRules:[[/"is_dash_eligible":(?:true|1)/,Ye('"is_dash_eligible":false')],[/"debugNoBatching\s?":(?:false|0)/,Ye('"debugNoBatching":true')]]},{contains:["api.twitter.com/2/","twitter.com/i/api/2/","twitter.com/i/api/graphql/"],rxRules:[[/"video_info":.*?}]}/,Ke('"video_info":')]]},{contains:["cdn.syndication.twimg.com/tweet-result"],rxRules:[[/"video":.*?viewCount":\d+}/,Ke('"video":')]]},{contains:["/vqlweb.js"],rxRules:[[/\b\w+\.updatePortSize\(\);this\.updateApplicationSize\(\)(?![*])/gim,Ye("/*{0}*/")]]}];function Ye(e){return t=>e.replace("{0}",t)}function Xe(e){let t=5e6;const i=e.response&&e.response.extraOpts;return e.save?e.save.maxBitrate=t:i&&i.maxBitrate&&(t=i.maxBitrate),t}function Ke(e){return(t,i)=>{if(!i)return t;const n=t;try{const n=/([\d]+)x([\d]+)/,r=Xe(i);t=t.slice(e.length);const a=JSON.parse(t);let s=null,o=0;for(const e of a.variants)if(!(e.content_type&&"video/mp4"!==e.content_type||e.type&&"video/mp4"!==e.type))if(e.bitrate&&e.bitrate>o&&e.bitrate<=r)s=e,o=e.bitrate;else if(e.src){const t=n.exec(e.src);if(t){const i=Number(t[1])*Number(t[2]);i>o&&(o=i,s=e)}}return s&&(a.variants=[s]),e+JSON.stringify(a)}catch(e){return console.warn("rewriter error: ",e),n}}}class Qe{constructor(e,t){this.rwRules=t||We,this.RewriterCls=e,this._initRules()}_initRules(){this.rewriters=new Map;for(const e of this.rwRules)e.rxRules&&this.rewriters.set(e,new this.RewriterCls(e.rxRules));this.defaultRewriter=new this.RewriterCls}getRewriter(e){for(const t of this.rwRules)if(t.contains)for(const i of t.contains)if(e.indexOf(i)>=0){const e=this.rewriters.get(t);if(e)return e}return this.defaultRewriter}}class Je{constructor(e){this.rules=e||null,this.rules?this.compileRules():this.rx=null}compileRules(){let e="";for(let t of this.rules)e&&(e+="|"),e+=`(${t[0].source})`;const t=`(?:${e})`;this.rx=new RegExp(t,"gm")}doReplace(e,t){const i=e[e.length-2],n=e[e.length-1];for(let r=0;r<this.rules.length;r++){const a=e[r];if(!a)continue;const s=this.rules[r][1].call(this,a,t,i,n);if(s)return s}}rewrite(e,t){return this.rx?e.replace(this.rx,((e,...i)=>this.doReplace(i,t))):e}}var Ze=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,370,1,81,2,71,10,50,3,123,2,54,14,32,10,3,1,11,3,46,10,8,0,46,9,7,2,37,13,2,9,6,1,45,0,13,2,49,13,9,3,2,11,83,11,7,0,3,0,158,11,6,9,7,3,56,1,2,6,3,1,3,2,10,0,11,1,3,6,4,4,193,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,84,14,5,9,243,14,166,9,71,5,2,1,3,3,2,0,2,1,13,9,120,6,3,6,4,0,29,9,41,6,2,3,9,0,10,10,47,15,406,7,2,7,17,9,57,21,2,13,123,5,4,0,2,1,2,6,2,0,9,9,49,4,2,1,2,4,9,9,330,3,10,1,2,0,49,6,4,4,14,9,5351,0,7,14,13835,9,87,9,39,4,60,6,26,9,1014,0,2,54,8,3,82,0,12,1,19628,1,4706,45,3,22,543,4,4,5,9,7,3,6,31,3,149,2,1418,49,513,54,5,49,9,0,15,0,23,4,2,14,1361,6,2,16,3,6,2,1,2,4,101,0,161,6,10,9,357,0,62,13,499,13,983,6,110,6,6,9,4759,9,787719,239],et=[0,11,2,25,2,18,2,1,2,14,3,13,35,122,70,52,268,28,4,48,48,31,14,29,6,37,11,29,3,35,5,7,2,4,43,157,19,35,5,35,5,39,9,51,13,10,2,14,2,6,2,1,2,10,2,14,2,6,2,1,68,310,10,21,11,7,25,5,2,41,2,8,70,5,3,0,2,43,2,1,4,0,3,22,11,22,10,30,66,18,2,1,11,21,11,25,71,55,7,1,65,0,16,3,2,2,2,28,43,28,4,28,36,7,2,27,28,53,11,21,11,18,14,17,111,72,56,50,14,50,14,35,349,41,7,1,79,28,11,0,9,21,43,17,47,20,28,22,13,52,58,1,3,0,14,44,33,24,27,35,30,0,3,0,9,34,4,0,13,47,15,3,22,0,2,0,36,17,2,24,20,1,64,6,2,0,2,3,2,14,2,9,8,46,39,7,3,1,3,21,2,6,2,1,2,4,4,0,19,0,13,4,159,52,19,3,21,2,31,47,21,1,2,0,185,46,42,3,37,47,21,0,60,42,14,0,72,26,38,6,186,43,117,63,32,7,3,0,3,7,2,1,2,23,16,0,2,0,95,7,3,38,17,0,2,0,29,0,11,39,8,0,22,0,12,45,20,0,19,72,264,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,328,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,4026,582,8634,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,689,63,129,74,6,0,67,12,65,1,2,0,29,6135,9,1237,43,8,8936,3,2,6,2,1,2,290,16,0,30,2,3,0,15,3,9,395,2309,106,6,12,4,8,8,9,5991,84,2,70,2,1,3,0,3,1,3,3,2,11,2,0,2,6,2,64,2,3,3,7,2,6,2,27,2,3,2,4,2,0,4,6,2,339,3,24,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,30,2,24,2,7,1845,30,7,5,262,61,147,44,11,6,17,0,322,29,19,43,485,27,757,6,2,3,2,1,2,14,2,196,60,67,8,0,1205,3,2,26,2,1,2,0,3,0,2,9,2,3,2,0,2,0,7,0,5,0,2,0,2,0,2,2,2,1,2,0,3,0,2,0,2,0,2,0,2,0,2,1,2,0,3,3,2,6,2,3,2,3,2,0,2,9,2,16,6,2,2,4,2,16,4421,42719,33,4153,7,221,3,5761,15,7472,3104,541,1507,4938,6,4191],tt="ªµºÀ-ÖØ-öø-ˁˆ-ˑˠ-ˤˬˮͰ-ʹͶͷͺ-ͽͿΆΈ-ΊΌΎ-ΡΣ-ϵϷ-ҁҊ-ԯԱ-Ֆՙՠ-ֈא-תׯ-ײؠ-يٮٯٱ-ۓەۥۦۮۯۺ-ۼۿܐܒ-ܯݍ-ޥޱߊ-ߪߴߵߺࠀ-ࠕࠚࠤࠨࡀ-ࡘࡠ-ࡪࡰ-ࢇࢉ-ࢎࢠ-ࣉऄ-हऽॐक़-ॡॱ-ঀঅ-ঌএঐও-নপ-রলশ-হঽৎড়ঢ়য়-ৡৰৱৼਅ-ਊਏਐਓ-ਨਪ-ਰਲਲ਼ਵਸ਼ਸਹਖ਼-ੜਫ਼ੲ-ੴઅ-ઍએ-ઑઓ-નપ-રલળવ-હઽૐૠૡૹଅ-ଌଏଐଓ-ନପ-ରଲଳଵ-ହଽଡ଼ଢ଼ୟ-ୡୱஃஅ-ஊஎ-ஐஒ-கஙசஜஞடணதந-பம-ஹௐఅ-ఌఎ-ఐఒ-నప-హఽౘ-ౚౝౠౡಀಅ-ಌಎ-ಐಒ-ನಪ-ಳವ-ಹಽೝೞೠೡೱೲഄ-ഌഎ-ഐഒ-ഺഽൎൔ-ൖൟ-ൡൺ-ൿඅ-ඖක-නඳ-රලව-ෆก-ะาำเ-ๆກຂຄຆ-ຊຌ-ຣລວ-ະາຳຽເ-ໄໆໜ-ໟༀཀ-ཇཉ-ཬྈ-ྌက-ဪဿၐ-ၕၚ-ၝၡၥၦၮ-ၰၵ-ႁႎႠ-ჅჇჍა-ჺჼ-ቈቊ-ቍቐ-ቖቘቚ-ቝበ-ኈኊ-ኍነ-ኰኲ-ኵኸ-ኾዀዂ-ዅወ-ዖዘ-ጐጒ-ጕጘ-ፚᎀ-ᎏᎠ-Ᏽᏸ-ᏽᐁ-ᙬᙯ-ᙿᚁ-ᚚᚠ-ᛪᛮ-ᛸᜀ-ᜑᜟ-ᜱᝀ-ᝑᝠ-ᝬᝮ-ᝰក-ឳៗៜᠠ-ᡸᢀ-ᢨᢪᢰ-ᣵᤀ-ᤞᥐ-ᥭᥰ-ᥴᦀ-ᦫᦰ-ᧉᨀ-ᨖᨠ-ᩔᪧᬅ-ᬳᭅ-ᭌᮃ-ᮠᮮᮯᮺ-ᯥᰀ-ᰣᱍ-ᱏᱚ-ᱽᲀ-ᲈᲐ-ᲺᲽ-Ჿᳩ-ᳬᳮ-ᳳᳵᳶᳺᴀ-ᶿḀ-ἕἘ-Ἕἠ-ὅὈ-Ὅὐ-ὗὙὛὝὟ-ώᾀ-ᾴᾶ-ᾼιῂ-ῄῆ-ῌῐ-ΐῖ-Ίῠ-Ῥῲ-ῴῶ-ῼⁱⁿₐ-ₜℂℇℊ-ℓℕ℘-ℝℤΩℨK-ℹℼ-ℿⅅ-ⅉⅎⅠ-ↈⰀ-ⳤⳫ-ⳮⳲⳳⴀ-ⴥⴧⴭⴰ-ⵧⵯⶀ-ⶖⶠ-ⶦⶨ-ⶮⶰ-ⶶⶸ-ⶾⷀ-ⷆⷈ-ⷎⷐ-ⷖⷘ-ⷞ々-〇〡-〩〱-〵〸-〼ぁ-ゖ゛-ゟァ-ヺー-ヿㄅ-ㄯㄱ-ㆎㆠ-ㆿㇰ-ㇿ㐀-䶿一-ꒌꓐ-ꓽꔀ-ꘌꘐ-ꘟꘪꘫꙀ-ꙮꙿ-ꚝꚠ-ꛯꜗ-ꜟꜢ-ꞈꞋ-ꟊꟐꟑꟓꟕ-ꟙꟲ-ꠁꠃ-ꠅꠇ-ꠊꠌ-ꠢꡀ-ꡳꢂ-ꢳꣲ-ꣷꣻꣽꣾꤊ-ꤥꤰ-ꥆꥠ-ꥼꦄ-ꦲꧏꧠ-ꧤꧦ-ꧯꧺ-ꧾꨀ-ꨨꩀ-ꩂꩄ-ꩋꩠ-ꩶꩺꩾ-ꪯꪱꪵꪶꪹ-ꪽꫀꫂꫛ-ꫝꫠ-ꫪꫲ-ꫴꬁ-ꬆꬉ-ꬎꬑ-ꬖꬠ-ꬦꬨ-ꬮꬰ-ꭚꭜ-ꭩꭰ-ꯢ가-힣ힰ-ퟆퟋ-ퟻ豈-舘並-龎ff-stﬓ-ﬗיִײַ-ﬨשׁ-זּטּ-לּמּנּסּףּפּצּ-ﮱﯓ-ﴽﵐ-ﶏﶒ-ﷇﷰ-ﷻﹰ-ﹴﹶ-ﻼA-Za-zヲ-하-ᅦᅧ-ᅬᅭ-ᅲᅳ-ᅵ",it={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"},nt="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",rt={5:nt,"5module":nt+" export import",6:nt+" const class extends export import super"},at=/^in(stanceof)?$/,st=new RegExp("["+tt+"]"),ot=new RegExp("["+tt+"‌‍·̀-ͯ·҃-֑҇-ׇֽֿׁׂׅׄؐ-ًؚ-٩ٰۖ-ۜ۟-۪ۤۧۨ-ۭ۰-۹ܑܰ-݊ަ-ް߀-߉߫-߽߳ࠖ-࠙ࠛ-ࠣࠥ-ࠧࠩ-࡙࠭-࡛࢘-࢟࣊-ࣣ࣡-ःऺ-़ा-ॏ॑-ॗॢॣ०-९ঁ-ঃ়া-ৄেৈো-্ৗৢৣ০-৯৾ਁ-ਃ਼ਾ-ੂੇੈੋ-੍ੑ੦-ੱੵઁ-ઃ઼ા-ૅે-ૉો-્ૢૣ૦-૯ૺ-૿ଁ-ଃ଼ା-ୄେୈୋ-୍୕-ୗୢୣ୦-୯ஂா-ூெ-ைொ-்ௗ௦-௯ఀ-ఄ఼ా-ౄె-ైొ-్ౕౖౢౣ౦-౯ಁ-ಃ಼ಾ-ೄೆ-ೈೊ-್ೕೖೢೣ೦-೯ೳഀ-ഃ഻഼ാ-ൄെ-ൈൊ-്ൗൢൣ൦-൯ඁ-ඃ්ා-ුූෘ-ෟ෦-෯ෲෳัิ-ฺ็-๎๐-๙ັິ-ຼ່-໎໐-໙༘༙༠-༩༹༵༷༾༿ཱ-྄྆྇ྍ-ྗྙ-ྼ࿆ါ-ှ၀-၉ၖ-ၙၞ-ၠၢ-ၤၧ-ၭၱ-ၴႂ-ႍႏ-ႝ፝-፟፩-፱ᜒ-᜕ᜲ-᜴ᝒᝓᝲᝳ឴-៓៝០-៩᠋-᠍᠏-᠙ᢩᤠ-ᤫᤰ-᤻᥆-᥏᧐-᧚ᨗ-ᨛᩕ-ᩞ᩠-᩿᩼-᪉᪐-᪙᪰-᪽ᪿ-ᫎᬀ-ᬄ᬴-᭄᭐-᭙᭫-᭳ᮀ-ᮂᮡ-ᮭ᮰-᮹᯦-᯳ᰤ-᰷᱀-᱉᱐-᱙᳐-᳔᳒-᳨᳭᳴᳷-᳹᷀-᷿‿⁀⁔⃐-⃥⃜⃡-⃰⳯-⵿⳱ⷠ-〪ⷿ-゙゚〯꘠-꘩꙯ꙴ-꙽ꚞꚟ꛰꛱ꠂ꠆ꠋꠣ-ꠧ꠬ꢀꢁꢴ-ꣅ꣐-꣙꣠-꣱ꣿ-꤉ꤦ-꤭ꥇ-꥓ꦀ-ꦃ꦳-꧀꧐-꧙ꧥ꧰-꧹ꨩ-ꨶꩃꩌꩍ꩐-꩙ꩻ-ꩽꪰꪲ-ꪴꪷꪸꪾ꪿꫁ꫫ-ꫯꫵ꫶ꯣ-ꯪ꯬꯭꯰-꯹ﬞ︀-️︠-︯︳︴﹍-﹏0-9_]");function ct(e,t){for(var i=65536,n=0;n<t.length;n+=2){if((i+=t[n])>e)return!1;if((i+=t[n+1])>=e)return!0}return!1}function lt(e,t){return e<65?36===e:e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&st.test(String.fromCharCode(e)):!1!==t&&ct(e,et)))}function ut(e,t){return e<48?36===e:e<58||!(e<65)&&(e<91||(e<97?95===e:e<123||(e<=65535?e>=170&&ot.test(String.fromCharCode(e)):!1!==t&&(ct(e,et)||ct(e,Ze)))))}var pt=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 ht(e,t){return new pt(e,{beforeExpr:!0,binop:t})}var dt={beforeExpr:!0},ft={startsExpr:!0},mt={};function gt(e,t){return void 0===t&&(t={}),t.keyword=e,mt[e]=new pt(e,t)}var _t={num:new pt("num",ft),regexp:new pt("regexp",ft),string:new pt("string",ft),name:new pt("name",ft),privateId:new pt("privateId",ft),eof:new pt("eof"),bracketL:new pt("[",{beforeExpr:!0,startsExpr:!0}),bracketR:new pt("]"),braceL:new pt("{",{beforeExpr:!0,startsExpr:!0}),braceR:new pt("}"),parenL:new pt("(",{beforeExpr:!0,startsExpr:!0}),parenR:new pt(")"),comma:new pt(",",dt),semi:new pt(";",dt),colon:new pt(":",dt),dot:new pt("."),question:new pt("?",dt),questionDot:new pt("?."),arrow:new pt("=>",dt),template:new pt("template"),invalidTemplate:new pt("invalidTemplate"),ellipsis:new pt("...",dt),backQuote:new pt("`",ft),dollarBraceL:new pt("${",{beforeExpr:!0,startsExpr:!0}),eq:new pt("=",{beforeExpr:!0,isAssign:!0}),assign:new pt("_=",{beforeExpr:!0,isAssign:!0}),incDec:new pt("++/--",{prefix:!0,postfix:!0,startsExpr:!0}),prefix:new pt("!/~",{beforeExpr:!0,prefix:!0,startsExpr:!0}),logicalOR:ht("||",1),logicalAND:ht("&&",2),bitwiseOR:ht("|",3),bitwiseXOR:ht("^",4),bitwiseAND:ht("&",5),equality:ht("==/!=/===/!==",6),relational:ht("</>/<=/>=",7),bitShift:ht("<</>>/>>>",8),plusMin:new pt("+/-",{beforeExpr:!0,binop:9,prefix:!0,startsExpr:!0}),modulo:ht("%",10),star:ht("*",10),slash:ht("/",10),starstar:new pt("**",{beforeExpr:!0}),coalesce:ht("??",1),_break:gt("break"),_case:gt("case",dt),_catch:gt("catch"),_continue:gt("continue"),_debugger:gt("debugger"),_default:gt("default",dt),_do:gt("do",{isLoop:!0,beforeExpr:!0}),_else:gt("else",dt),_finally:gt("finally"),_for:gt("for",{isLoop:!0}),_function:gt("function",ft),_if:gt("if"),_return:gt("return",dt),_switch:gt("switch"),_throw:gt("throw",dt),_try:gt("try"),_var:gt("var"),_const:gt("const"),_while:gt("while",{isLoop:!0}),_with:gt("with"),_new:gt("new",{beforeExpr:!0,startsExpr:!0}),_this:gt("this",ft),_super:gt("super",ft),_class:gt("class",ft),_extends:gt("extends",dt),_export:gt("export"),_import:gt("import",ft),_null:gt("null",ft),_true:gt("true",ft),_false:gt("false",ft),_in:gt("in",{beforeExpr:!0,binop:7}),_instanceof:gt("instanceof",{beforeExpr:!0,binop:7}),_typeof:gt("typeof",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_void:gt("void",{beforeExpr:!0,prefix:!0,startsExpr:!0}),_delete:gt("delete",{beforeExpr:!0,prefix:!0,startsExpr:!0})},Et=/\r\n?|\n|\u2028|\u2029/,bt=new RegExp(Et.source,"g");function vt(e){return 10===e||13===e||8232===e||8233===e}function xt(e,t,i){void 0===i&&(i=e.length);for(var n=t;n<i;n++){var r=e.charCodeAt(n);if(vt(r))return n<i-1&&13===r&&10===e.charCodeAt(n+1)?n+2:n+1}return-1}var Tt=/[\u1680\u2000-\u200a\u202f\u205f\u3000\ufeff]/,yt=/(?:\s|\/\/.*|\/\*[^]*?\*\/)*/g,At=Object.prototype,wt=At.hasOwnProperty,St=At.toString,Ct=Object.hasOwn||function(e,t){return wt.call(e,t)},Rt=Array.isArray||function(e){return"[object Array]"===St.call(e)};function Nt(e){return new RegExp("^(?:"+e.replace(/ /g,"|")+")$")}function It(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}var Ot=/(?:[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])/,kt=function(e,t){this.line=e,this.column=t};kt.prototype.offset=function(e){return new kt(this.line,this.column+e)};var Dt=function(e,t,i){this.start=t,this.end=i,null!==e.sourceFile&&(this.source=e.sourceFile)};function Pt(e,t){for(var i=1,n=0;;){var r=xt(e,n,t);if(r<0)return new kt(i,t-n);++i,n=r}}var Lt={ecmaVersion:null,sourceType:"script",onInsertedSemicolon:null,onTrailingComma:null,allowReserved:null,allowReturnOutsideFunction:!1,allowImportExportEverywhere:!1,allowAwaitOutsideFunction:null,allowSuperOutsideMethod:null,allowHashBang:!1,checkPrivateFields:!0,locations:!1,onToken:null,onComment:null,ranges:!1,program:null,sourceFile:null,directSourceFile:null,preserveParens:!1},Mt=!1;function Ut(e){var t={};for(var i in Lt)t[i]=e&&Ct(e,i)?e[i]:Lt[i];if("latest"===t.ecmaVersion?t.ecmaVersion=1e8:null==t.ecmaVersion?(!Mt&&"object"==typeof console&&console.warn&&(Mt=!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),e&&null!=e.allowHashBang||(t.allowHashBang=t.ecmaVersion>=14),Rt(t.onToken)){var n=t.onToken;t.onToken=function(e){return n.push(e)}}return Rt(t.onComment)&&(t.onComment=function(e,t){return function(i,n,r,a,s,o){var c={type:i?"Block":"Line",value:n,start:r,end:a};e.locations&&(c.loc=new Dt(this,s,o)),e.ranges&&(c.range=[r,a]),t.push(c)}}(t,t.onComment)),t}var Ft=256;function Bt(e,t){return 2|(e?4:0)|(t?8:0)}var Ht=function(e,t,i){this.options=e=Ut(e),this.sourceFile=e.sourceFile,this.keywords=Nt(rt[e.ecmaVersion>=6?6:"module"===e.sourceType?"5module":5]);var n="";!0!==e.allowReserved&&(n=it[e.ecmaVersion>=6?6:5===e.ecmaVersion?5:3],"module"===e.sourceType&&(n+=" await")),this.reservedWords=Nt(n);var r=(n?n+" ":"")+it.strict;this.reservedWordsStrict=Nt(r),this.reservedWordsStrictBind=Nt(r+" "+it.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(Et).length):(this.pos=this.lineStart=0,this.curLine=1),this.type=_t.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=[]},jt={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}};Ht.prototype.parse=function(){var e=this.options.program||this.startNode();return this.nextToken(),this.parseTopLevel(e)},jt.inFunction.get=function(){return(2&this.currentVarScope().flags)>0},jt.inGenerator.get=function(){return(8&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},jt.inAsync.get=function(){return(4&this.currentVarScope().flags)>0&&!this.currentVarScope().inClassFieldInit},jt.canAwait.get=function(){for(var e=this.scopeStack.length-1;e>=0;e--){var t=this.scopeStack[e];if(t.inClassFieldInit||t.flags&Ft)return!1;if(2&t.flags)return(4&t.flags)>0}return this.inModule&&this.options.ecmaVersion>=13||this.options.allowAwaitOutsideFunction},jt.allowSuper.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(64&t)>0||i||this.options.allowSuperOutsideMethod},jt.allowDirectSuper.get=function(){return(128&this.currentThisScope().flags)>0},jt.treatFunctionsAsVar.get=function(){return this.treatFunctionsAsVarInScope(this.currentScope())},jt.allowNewDotTarget.get=function(){var e=this.currentThisScope(),t=e.flags,i=e.inClassFieldInit;return(258&t)>0||i},jt.inClassStaticBlock.get=function(){return(this.currentVarScope().flags&Ft)>0},Ht.extend=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];for(var i=this,n=0;n<e.length;n++)i=e[n](i);return i},Ht.parse=function(e,t){return new this(t,e).parse()},Ht.parseExpressionAt=function(e,t,i){var n=new this(i,e,t);return n.nextToken(),n.parseExpression()},Ht.tokenizer=function(e,t){return new this(t,e)},Object.defineProperties(Ht.prototype,jt);var Gt=Ht.prototype,qt=/^(?:'((?:\\.|[^'\\])*?)'|"((?:\\.|[^"\\])*?)")/;Gt.strictDirective=function(e){if(this.options.ecmaVersion<5)return!1;for(;;){yt.lastIndex=e,e+=yt.exec(this.input)[0].length;var t=qt.exec(this.input.slice(e));if(!t)return!1;if("use strict"===(t[1]||t[2])){yt.lastIndex=e+t[0].length;var i=yt.exec(this.input),n=i.index+i[0].length,r=this.input.charAt(n);return";"===r||"}"===r||Et.test(i[0])&&!(/[(`.[+\-/*%<>=,?^&]/.test(r)||"!"===r&&"="===this.input.charAt(n+1))}e+=t[0].length,yt.lastIndex=e,e+=yt.exec(this.input)[0].length,";"===this.input[e]&&e++}},Gt.eat=function(e){return this.type===e&&(this.next(),!0)},Gt.isContextual=function(e){return this.type===_t.name&&this.value===e&&!this.containsEsc},Gt.eatContextual=function(e){return!!this.isContextual(e)&&(this.next(),!0)},Gt.expectContextual=function(e){this.eatContextual(e)||this.unexpected()},Gt.canInsertSemicolon=function(){return this.type===_t.eof||this.type===_t.braceR||Et.test(this.input.slice(this.lastTokEnd,this.start))},Gt.insertSemicolon=function(){if(this.canInsertSemicolon())return this.options.onInsertedSemicolon&&this.options.onInsertedSemicolon(this.lastTokEnd,this.lastTokEndLoc),!0},Gt.semicolon=function(){this.eat(_t.semi)||this.insertSemicolon()||this.unexpected()},Gt.afterTrailingComma=function(e,t){if(this.type===e)return this.options.onTrailingComma&&this.options.onTrailingComma(this.lastTokStart,this.lastTokStartLoc),t||this.next(),!0},Gt.expect=function(e){this.eat(e)||this.unexpected()},Gt.unexpected=function(e){this.raise(null!=e?e:this.start,"Unexpected token")};var $t=function(){this.shorthandAssign=this.trailingComma=this.parenthesizedAssign=this.parenthesizedBind=this.doubleProto=-1};Gt.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,t?"Assigning to rvalue":"Parenthesized pattern")}},Gt.checkExpressionErrors=function(e,t){if(!e)return!1;var i=e.shorthandAssign,n=e.doubleProto;if(!t)return i>=0||n>=0;i>=0&&this.raise(i,"Shorthand property assignments are valid only in destructuring patterns"),n>=0&&this.raiseRecoverable(n,"Redefinition of __proto__ property")},Gt.checkYieldAwaitInDefaultParams=function(){this.yieldPos&&(!this.awaitPos||this.yieldPos<this.awaitPos)&&this.raise(this.yieldPos,"Yield expression cannot be a default value"),this.awaitPos&&this.raise(this.awaitPos,"Await expression cannot be a default value")},Gt.isSimpleAssignTarget=function(e){return"ParenthesizedExpression"===e.type?this.isSimpleAssignTarget(e.expression):"Identifier"===e.type||"MemberExpression"===e.type};var Vt=Ht.prototype;Vt.parseTopLevel=function(e){var t=Object.create(null);for(e.body||(e.body=[]);this.type!==_t.eof;){var i=this.parseStatement(null,!0,t);e.body.push(i)}if(this.inModule)for(var n=0,r=Object.keys(this.undefinedExports);n<r.length;n+=1){var a=r[n];this.raiseRecoverable(this.undefinedExports[a].start,"Export '"+a+"' is not defined")}return this.adaptDirectivePrologue(e.body),this.next(),e.sourceType=this.options.sourceType,this.finishNode(e,"Program")};var zt={kind:"loop"},Wt={kind:"switch"};Vt.isLet=function(e){if(this.options.ecmaVersion<6||!this.isContextual("let"))return!1;yt.lastIndex=this.pos;var t=yt.exec(this.input),i=this.pos+t[0].length,n=this.input.charCodeAt(i);if(91===n||92===n)return!0;if(e)return!1;if(123===n||n>55295&&n<56320)return!0;if(lt(n,!0)){for(var r=i+1;ut(n=this.input.charCodeAt(r),!0);)++r;if(92===n||n>55295&&n<56320)return!0;var a=this.input.slice(i,r);if(!at.test(a))return!0}return!1},Vt.isAsyncFunction=function(){if(this.options.ecmaVersion<8||!this.isContextual("async"))return!1;yt.lastIndex=this.pos;var e,t=yt.exec(this.input),i=this.pos+t[0].length;return!(Et.test(this.input.slice(this.pos,i))||"function"!==this.input.slice(i,i+8)||i+8!==this.input.length&&(ut(e=this.input.charCodeAt(i+8))||e>55295&&e<56320))},Vt.parseStatement=function(e,t,i){var n,r=this.type,a=this.startNode();switch(this.isLet(e)&&(r=_t._var,n="let"),r){case _t._break:case _t._continue:return this.parseBreakContinueStatement(a,r.keyword);case _t._debugger:return this.parseDebuggerStatement(a);case _t._do:return this.parseDoStatement(a);case _t._for:return this.parseForStatement(a);case _t._function:return e&&(this.strict||"if"!==e&&"label"!==e)&&this.options.ecmaVersion>=6&&this.unexpected(),this.parseFunctionStatement(a,!1,!e);case _t._class:return e&&this.unexpected(),this.parseClass(a,!0);case _t._if:return this.parseIfStatement(a);case _t._return:return this.parseReturnStatement(a);case _t._switch:return this.parseSwitchStatement(a);case _t._throw:return this.parseThrowStatement(a);case _t._try:return this.parseTryStatement(a);case _t._const:case _t._var:return n=n||this.value,e&&"var"!==n&&this.unexpected(),this.parseVarStatement(a,n);case _t._while:return this.parseWhileStatement(a);case _t._with:return this.parseWithStatement(a);case _t.braceL:return this.parseBlock(!0,a);case _t.semi:return this.parseEmptyStatement(a);case _t._export:case _t._import:if(this.options.ecmaVersion>10&&r===_t._import){yt.lastIndex=this.pos;var s=yt.exec(this.input),o=this.pos+s[0].length,c=this.input.charCodeAt(o);if(40===c||46===c)return this.parseExpressionStatement(a,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'")),r===_t._import?this.parseImport(a):this.parseExport(a,i);default:if(this.isAsyncFunction())return e&&this.unexpected(),this.next(),this.parseFunctionStatement(a,!0,!e);var l=this.value,u=this.parseExpression();return r===_t.name&&"Identifier"===u.type&&this.eat(_t.colon)?this.parseLabeledStatement(a,l,u,e):this.parseExpressionStatement(a,u)}},Vt.parseBreakContinueStatement=function(e,t){var i="break"===t;this.next(),this.eat(_t.semi)||this.insertSemicolon()?e.label=null:this.type!==_t.name?this.unexpected():(e.label=this.parseIdent(),this.semicolon());for(var n=0;n<this.labels.length;++n){var r=this.labels[n];if(null==e.label||r.name===e.label.name){if(null!=r.kind&&(i||"loop"===r.kind))break;if(e.label&&i)break}}return n===this.labels.length&&this.raise(e.start,"Unsyntactic "+t),this.finishNode(e,i?"BreakStatement":"ContinueStatement")},Vt.parseDebuggerStatement=function(e){return this.next(),this.semicolon(),this.finishNode(e,"DebuggerStatement")},Vt.parseDoStatement=function(e){return this.next(),this.labels.push(zt),e.body=this.parseStatement("do"),this.labels.pop(),this.expect(_t._while),e.test=this.parseParenExpression(),this.options.ecmaVersion>=6?this.eat(_t.semi):this.semicolon(),this.finishNode(e,"DoWhileStatement")},Vt.parseForStatement=function(e){this.next();var t=this.options.ecmaVersion>=9&&this.canAwait&&this.eatContextual("await")?this.lastTokStart:-1;if(this.labels.push(zt),this.enterScope(0),this.expect(_t.parenL),this.type===_t.semi)return t>-1&&this.unexpected(t),this.parseFor(e,null);var i=this.isLet();if(this.type===_t._var||this.type===_t._const||i){var n=this.startNode(),r=i?"let":this.value;return this.next(),this.parseVar(n,!0,r),this.finishNode(n,"VariableDeclaration"),(this.type===_t._in||this.options.ecmaVersion>=6&&this.isContextual("of"))&&1===n.declarations.length?(this.options.ecmaVersion>=9&&(this.type===_t._in?t>-1&&this.unexpected(t):e.await=t>-1),this.parseForIn(e,n)):(t>-1&&this.unexpected(t),this.parseFor(e,n))}var a=this.isContextual("let"),s=!1,o=new $t,c=this.parseExpression(!(t>-1)||"await",o);return this.type===_t._in||(s=this.options.ecmaVersion>=6&&this.isContextual("of"))?(this.options.ecmaVersion>=9&&(this.type===_t._in?t>-1&&this.unexpected(t):e.await=t>-1),a&&s&&this.raise(c.start,"The left-hand side of a for-of loop may not start with 'let'."),this.toAssignable(c,!1,o),this.checkLValPattern(c),this.parseForIn(e,c)):(this.checkExpressionErrors(o,!0),t>-1&&this.unexpected(t),this.parseFor(e,c))},Vt.parseFunctionStatement=function(e,t,i){return this.next(),this.parseFunction(e,Xt|(i?0:Kt),!1,t)},Vt.parseIfStatement=function(e){return this.next(),e.test=this.parseParenExpression(),e.consequent=this.parseStatement("if"),e.alternate=this.eat(_t._else)?this.parseStatement("if"):null,this.finishNode(e,"IfStatement")},Vt.parseReturnStatement=function(e){return this.inFunction||this.options.allowReturnOutsideFunction||this.raise(this.start,"'return' outside of function"),this.next(),this.eat(_t.semi)||this.insertSemicolon()?e.argument=null:(e.argument=this.parseExpression(),this.semicolon()),this.finishNode(e,"ReturnStatement")},Vt.parseSwitchStatement=function(e){var t;this.next(),e.discriminant=this.parseParenExpression(),e.cases=[],this.expect(_t.braceL),this.labels.push(Wt),this.enterScope(0);for(var i=!1;this.type!==_t.braceR;)if(this.type===_t._case||this.type===_t._default){var n=this.type===_t._case;t&&this.finishNode(t,"SwitchCase"),e.cases.push(t=this.startNode()),t.consequent=[],this.next(),n?t.test=this.parseExpression():(i&&this.raiseRecoverable(this.lastTokStart,"Multiple default clauses"),i=!0,t.test=null),this.expect(_t.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")},Vt.parseThrowStatement=function(e){return this.next(),Et.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 Yt=[];Vt.parseCatchClauseParam=function(){var e=this.parseBindingAtom(),t="Identifier"===e.type;return this.enterScope(t?32:0),this.checkLValPattern(e,t?4:2),this.expect(_t.parenR),e},Vt.parseTryStatement=function(e){if(this.next(),e.block=this.parseBlock(),e.handler=null,this.type===_t._catch){var t=this.startNode();this.next(),this.eat(_t.parenL)?t.param=this.parseCatchClauseParam():(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(_t._finally)?this.parseBlock():null,e.handler||e.finalizer||this.raise(e.start,"Missing catch or finally clause"),this.finishNode(e,"TryStatement")},Vt.parseVarStatement=function(e,t,i){return this.next(),this.parseVar(e,!1,t,i),this.semicolon(),this.finishNode(e,"VariableDeclaration")},Vt.parseWhileStatement=function(e){return this.next(),e.test=this.parseParenExpression(),this.labels.push(zt),e.body=this.parseStatement("while"),this.labels.pop(),this.finishNode(e,"WhileStatement")},Vt.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")},Vt.parseEmptyStatement=function(e){return this.next(),this.finishNode(e,"EmptyStatement")},Vt.parseLabeledStatement=function(e,t,i,n){for(var r=0,a=this.labels;r<a.length;r+=1){a[r].name===t&&this.raise(i.start,"Label '"+t+"' is already declared")}for(var s=this.type.isLoop?"loop":this.type===_t._switch?"switch":null,o=this.labels.length-1;o>=0;o--){var c=this.labels[o];if(c.statementStart!==e.start)break;c.statementStart=this.start,c.kind=s}return this.labels.push({name:t,kind:s,statementStart:this.start}),e.body=this.parseStatement(n?-1===n.indexOf("label")?n+"label":n:"label"),this.labels.pop(),e.label=i,this.finishNode(e,"LabeledStatement")},Vt.parseExpressionStatement=function(e,t){return e.expression=t,this.semicolon(),this.finishNode(e,"ExpressionStatement")},Vt.parseBlock=function(e,t,i){for(void 0===e&&(e=!0),void 0===t&&(t=this.startNode()),t.body=[],this.expect(_t.braceL),e&&this.enterScope(0);this.type!==_t.braceR;){var n=this.parseStatement(null);t.body.push(n)}return i&&(this.strict=!1),this.next(),e&&this.exitScope(),this.finishNode(t,"BlockStatement")},Vt.parseFor=function(e,t){return e.init=t,this.expect(_t.semi),e.test=this.type===_t.semi?null:this.parseExpression(),this.expect(_t.semi),e.update=this.type===_t.parenR?null:this.parseExpression(),this.expect(_t.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,"ForStatement")},Vt.parseForIn=function(e,t){var i=this.type===_t._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(_t.parenR),e.body=this.parseStatement("for"),this.exitScope(),this.labels.pop(),this.finishNode(e,i?"ForInStatement":"ForOfStatement")},Vt.parseVar=function(e,t,i,n){for(e.declarations=[],e.kind=i;;){var r=this.startNode();if(this.parseVarId(r,i),this.eat(_t.eq)?r.init=this.parseMaybeAssign(t):n||"const"!==i||this.type===_t._in||this.options.ecmaVersion>=6&&this.isContextual("of")?n||"Identifier"===r.id.type||t&&(this.type===_t._in||this.isContextual("of"))?r.init=null:this.raise(this.lastTokEnd,"Complex binding patterns require an initialization value"):this.unexpected(),e.declarations.push(this.finishNode(r,"VariableDeclarator")),!this.eat(_t.comma))break}return e},Vt.parseVarId=function(e,t){e.id=this.parseBindingAtom(),this.checkLValPattern(e.id,"var"===t?1:2,!1)};var Xt=1,Kt=2;function Qt(e,t){var i=t.key.name,n=e[i],r="true";return"MethodDefinition"!==t.type||"get"!==t.kind&&"set"!==t.kind||(r=(t.static?"s":"i")+t.kind),"iget"===n&&"iset"===r||"iset"===n&&"iget"===r||"sget"===n&&"sset"===r||"sset"===n&&"sget"===r?(e[i]="true",!1):!!n||(e[i]=r,!1)}function Jt(e,t){var i=e.computed,n=e.key;return!i&&("Identifier"===n.type&&n.name===t||"Literal"===n.type&&n.value===t)}Vt.parseFunction=function(e,t,i,n,r){this.initFunction(e),(this.options.ecmaVersion>=9||this.options.ecmaVersion>=6&&!n)&&(this.type===_t.star&&t&Kt&&this.unexpected(),e.generator=this.eat(_t.star)),this.options.ecmaVersion>=8&&(e.async=!!n),t&Xt&&(e.id=4&t&&this.type!==_t.name?null:this.parseIdent(),!e.id||t&Kt||this.checkLValSimple(e.id,this.strict||e.generator||e.async?this.treatFunctionsAsVar?1:2:3));var a=this.yieldPos,s=this.awaitPos,o=this.awaitIdentPos;return this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(Bt(e.async,e.generator)),t&Xt||(e.id=this.type===_t.name?this.parseIdent():null),this.parseFunctionParams(e),this.parseFunctionBody(e,i,!1,r),this.yieldPos=a,this.awaitPos=s,this.awaitIdentPos=o,this.finishNode(e,t&Xt?"FunctionDeclaration":"FunctionExpression")},Vt.parseFunctionParams=function(e){this.expect(_t.parenL),e.params=this.parseBindingList(_t.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams()},Vt.parseClass=function(e,t){this.next();var i=this.strict;this.strict=!0,this.parseClassId(e,t),this.parseClassSuper(e);var n=this.enterClassBody(),r=this.startNode(),a=!1;for(r.body=[],this.expect(_t.braceL);this.type!==_t.braceR;){var s=this.parseClassElement(null!==e.superClass);s&&(r.body.push(s),"MethodDefinition"===s.type&&"constructor"===s.kind?(a&&this.raiseRecoverable(s.start,"Duplicate constructor in the same class"),a=!0):s.key&&"PrivateIdentifier"===s.key.type&&Qt(n,s)&&this.raiseRecoverable(s.key.start,"Identifier '#"+s.key.name+"' has already been declared"))}return this.strict=i,this.next(),e.body=this.finishNode(r,"ClassBody"),this.exitClassBody(),this.finishNode(e,t?"ClassDeclaration":"ClassExpression")},Vt.parseClassElement=function(e){if(this.eat(_t.semi))return null;var t=this.options.ecmaVersion,i=this.startNode(),n="",r=!1,a=!1,s="method",o=!1;if(this.eatContextual("static")){if(t>=13&&this.eat(_t.braceL))return this.parseClassStaticBlock(i),i;this.isClassElementNameStart()||this.type===_t.star?o=!0:n="static"}if(i.static=o,!n&&t>=8&&this.eatContextual("async")&&(!this.isClassElementNameStart()&&this.type!==_t.star||this.canInsertSemicolon()?n="async":a=!0),!n&&(t>=9||!a)&&this.eat(_t.star)&&(r=!0),!n&&!a&&!r){var c=this.value;(this.eatContextual("get")||this.eatContextual("set"))&&(this.isClassElementNameStart()?s=c:n=c)}if(n?(i.computed=!1,i.key=this.startNodeAt(this.lastTokStart,this.lastTokStartLoc),i.key.name=n,this.finishNode(i.key,"Identifier")):this.parseClassElementName(i),t<13||this.type===_t.parenL||"method"!==s||r||a){var l=!i.static&&Jt(i,"constructor"),u=l&&e;l&&"method"!==s&&this.raise(i.key.start,"Constructor can't have get/set modifier"),i.kind=l?"constructor":s,this.parseClassMethod(i,r,a,u)}else this.parseClassField(i);return i},Vt.isClassElementNameStart=function(){return this.type===_t.name||this.type===_t.privateId||this.type===_t.num||this.type===_t.string||this.type===_t.bracketL||this.type.keyword},Vt.parseClassElementName=function(e){this.type===_t.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)},Vt.parseClassMethod=function(e,t,i,n){var r=e.key;"constructor"===e.kind?(t&&this.raise(r.start,"Constructor can't be a generator"),i&&this.raise(r.start,"Constructor can't be an async method")):e.static&&Jt(e,"prototype")&&this.raise(r.start,"Classes may not have a static property named prototype");var a=e.value=this.parseMethod(t,i,n);return"get"===e.kind&&0!==a.params.length&&this.raiseRecoverable(a.start,"getter should have no params"),"set"===e.kind&&1!==a.params.length&&this.raiseRecoverable(a.start,"setter should have exactly one param"),"set"===e.kind&&"RestElement"===a.params[0].type&&this.raiseRecoverable(a.params[0].start,"Setter cannot use rest params"),this.finishNode(e,"MethodDefinition")},Vt.parseClassField=function(e){if(Jt(e,"constructor")?this.raise(e.key.start,"Classes can't have a field named 'constructor'"):e.static&&Jt(e,"prototype")&&this.raise(e.key.start,"Classes can't have a static field named 'prototype'"),this.eat(_t.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")},Vt.parseClassStaticBlock=function(e){e.body=[];var t=this.labels;for(this.labels=[],this.enterScope(320);this.type!==_t.braceR;){var i=this.parseStatement(null);e.body.push(i)}return this.next(),this.exitScope(),this.labels=t,this.finishNode(e,"StaticBlock")},Vt.parseClassId=function(e,t){this.type===_t.name?(e.id=this.parseIdent(),t&&this.checkLValSimple(e.id,2,!1)):(!0===t&&this.unexpected(),e.id=null)},Vt.parseClassSuper=function(e){e.superClass=this.eat(_t._extends)?this.parseExprSubscripts(null,!1):null},Vt.enterClassBody=function(){var e={declared:Object.create(null),used:[]};return this.privateNameStack.push(e),e.declared},Vt.exitClassBody=function(){var e=this.privateNameStack.pop(),t=e.declared,i=e.used;if(this.options.checkPrivateFields)for(var n=this.privateNameStack.length,r=0===n?null:this.privateNameStack[n-1],a=0;a<i.length;++a){var s=i[a];Ct(t,s.name)||(r?r.used.push(s):this.raiseRecoverable(s.start,"Private field '#"+s.name+"' must be declared in an enclosing class"))}},Vt.parseExportAllDeclaration=function(e,t){return this.options.ecmaVersion>=11&&(this.eatContextual("as")?(e.exported=this.parseModuleExportName(),this.checkExport(t,e.exported,this.lastTokStart)):e.exported=null),this.expectContextual("from"),this.type!==_t.string&&this.unexpected(),e.source=this.parseExprAtom(),this.semicolon(),this.finishNode(e,"ExportAllDeclaration")},Vt.parseExport=function(e,t){if(this.next(),this.eat(_t.star))return this.parseExportAllDeclaration(e,t);if(this.eat(_t._default))return this.checkExport(t,"default",this.lastTokStart),e.declaration=this.parseExportDefaultDeclaration(),this.finishNode(e,"ExportDefaultDeclaration");if(this.shouldParseExportStatement())e.declaration=this.parseExportDeclaration(e),"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!==_t.string&&this.unexpected(),e.source=this.parseExprAtom();else{for(var i=0,n=e.specifiers;i<n.length;i+=1){var r=n[i];this.checkUnreserved(r.local),this.checkLocalExport(r.local),"Literal"===r.local.type&&this.raise(r.local.start,"A string literal cannot be used as an exported binding without `from`.")}e.source=null}this.semicolon()}return this.finishNode(e,"ExportNamedDeclaration")},Vt.parseExportDeclaration=function(e){return this.parseStatement(null)},Vt.parseExportDefaultDeclaration=function(){var e;if(this.type===_t._function||(e=this.isAsyncFunction())){var t=this.startNode();return this.next(),e&&this.next(),this.parseFunction(t,4|Xt,!1,e)}if(this.type===_t._class){var i=this.startNode();return this.parseClass(i,"nullableID")}var n=this.parseMaybeAssign();return this.semicolon(),n},Vt.checkExport=function(e,t,i){e&&("string"!=typeof t&&(t="Identifier"===t.type?t.name:t.value),Ct(e,t)&&this.raiseRecoverable(i,"Duplicate export '"+t+"'"),e[t]=!0)},Vt.checkPatternExport=function(e,t){var i=t.type;if("Identifier"===i)this.checkExport(e,t,t.start);else if("ObjectPattern"===i)for(var n=0,r=t.properties;n<r.length;n+=1){var a=r[n];this.checkPatternExport(e,a)}else if("ArrayPattern"===i)for(var s=0,o=t.elements;s<o.length;s+=1){var c=o[s];c&&this.checkPatternExport(e,c)}else"Property"===i?this.checkPatternExport(e,t.value):"AssignmentPattern"===i?this.checkPatternExport(e,t.left):"RestElement"===i?this.checkPatternExport(e,t.argument):"ParenthesizedExpression"===i&&this.checkPatternExport(e,t.expression)},Vt.checkVariableExport=function(e,t){if(e)for(var i=0,n=t;i<n.length;i+=1){var r=n[i];this.checkPatternExport(e,r.id)}},Vt.shouldParseExportStatement=function(){return"var"===this.type.keyword||"const"===this.type.keyword||"class"===this.type.keyword||"function"===this.type.keyword||this.isLet()||this.isAsyncFunction()},Vt.parseExportSpecifier=function(e){var t=this.startNode();return t.local=this.parseModuleExportName(),t.exported=this.eatContextual("as")?this.parseModuleExportName():t.local,this.checkExport(e,t.exported,t.exported.start),this.finishNode(t,"ExportSpecifier")},Vt.parseExportSpecifiers=function(e){var t=[],i=!0;for(this.expect(_t.braceL);!this.eat(_t.braceR);){if(i)i=!1;else if(this.expect(_t.comma),this.afterTrailingComma(_t.braceR))break;t.push(this.parseExportSpecifier(e))}return t},Vt.parseImport=function(e){return this.next(),this.type===_t.string?(e.specifiers=Yt,e.source=this.parseExprAtom()):(e.specifiers=this.parseImportSpecifiers(),this.expectContextual("from"),e.source=this.type===_t.string?this.parseExprAtom():this.unexpected()),this.semicolon(),this.finishNode(e,"ImportDeclaration")},Vt.parseImportSpecifier=function(){var e=this.startNode();return e.imported=this.parseModuleExportName(),this.eatContextual("as")?e.local=this.parseIdent():(this.checkUnreserved(e.imported),e.local=e.imported),this.checkLValSimple(e.local,2),this.finishNode(e,"ImportSpecifier")},Vt.parseImportDefaultSpecifier=function(){var e=this.startNode();return e.local=this.parseIdent(),this.checkLValSimple(e.local,2),this.finishNode(e,"ImportDefaultSpecifier")},Vt.parseImportNamespaceSpecifier=function(){var e=this.startNode();return this.next(),this.expectContextual("as"),e.local=this.parseIdent(),this.checkLValSimple(e.local,2),this.finishNode(e,"ImportNamespaceSpecifier")},Vt.parseImportSpecifiers=function(){var e=[],t=!0;if(this.type===_t.name&&(e.push(this.parseImportDefaultSpecifier()),!this.eat(_t.comma)))return e;if(this.type===_t.star)return e.push(this.parseImportNamespaceSpecifier()),e;for(this.expect(_t.braceL);!this.eat(_t.braceR);){if(t)t=!1;else if(this.expect(_t.comma),this.afterTrailingComma(_t.braceR))break;e.push(this.parseImportSpecifier())}return e},Vt.parseModuleExportName=function(){if(this.options.ecmaVersion>=13&&this.type===_t.string){var e=this.parseLiteral(this.value);return Ot.test(e.value)&&this.raise(e.start,"An export name cannot include a lone surrogate."),e}return this.parseIdent(!0)},Vt.adaptDirectivePrologue=function(e){for(var t=0;t<e.length&&this.isDirectiveCandidate(e[t]);++t)e[t].directive=e[t].expression.raw.slice(1,-1)},Vt.isDirectiveCandidate=function(e){return this.options.ecmaVersion>=5&&"ExpressionStatement"===e.type&&"Literal"===e.expression.type&&"string"==typeof e.expression.value&&('"'===this.input[e.start]||"'"===this.input[e.start])};var Zt=Ht.prototype;Zt.toAssignable=function(e,t,i){if(this.options.ecmaVersion>=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 n=0,r=e.properties;n<r.length;n+=1){var a=r[n];this.toAssignable(a,t),"RestElement"!==a.type||"ArrayPattern"!==a.argument.type&&"ObjectPattern"!==a.argument.type||this.raise(a.argument.start,"Unexpected token")}break;case"Property":"init"!==e.kind&&this.raise(e.key.start,"Object pattern can't contain getter or setter"),this.toAssignable(e.value,t);break;case"ArrayExpression":e.type="ArrayPattern",i&&this.checkPatternErrors(i,!0),this.toAssignableList(e.elements,t);break;case"SpreadElement":e.type="RestElement",this.toAssignable(e.argument,t),"AssignmentPattern"===e.argument.type&&this.raise(e.argument.start,"Rest elements cannot have a default value");break;case"AssignmentExpression":"="!==e.operator&&this.raise(e.left.end,"Only '=' operator can be used for specifying default value."),e.type="AssignmentPattern",delete e.operator,this.toAssignable(e.left,t);break;case"ParenthesizedExpression":this.toAssignable(e.expression,t,i);break;case"ChainExpression":this.raiseRecoverable(e.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":if(!t)break;default:this.raise(e.start,"Assigning to rvalue")}else i&&this.checkPatternErrors(i,!0);return e},Zt.toAssignableList=function(e,t){for(var i=e.length,n=0;n<i;n++){var r=e[n];r&&this.toAssignable(r,t)}if(i){var a=e[i-1];6===this.options.ecmaVersion&&t&&a&&"RestElement"===a.type&&"Identifier"!==a.argument.type&&this.unexpected(a.argument.start)}return e},Zt.parseSpread=function(e){var t=this.startNode();return this.next(),t.argument=this.parseMaybeAssign(!1,e),this.finishNode(t,"SpreadElement")},Zt.parseRestBinding=function(){var e=this.startNode();return this.next(),6===this.options.ecmaVersion&&this.type!==_t.name&&this.unexpected(),e.argument=this.parseBindingAtom(),this.finishNode(e,"RestElement")},Zt.parseBindingAtom=function(){if(this.options.ecmaVersion>=6)switch(this.type){case _t.bracketL:var e=this.startNode();return this.next(),e.elements=this.parseBindingList(_t.bracketR,!0,!0),this.finishNode(e,"ArrayPattern");case _t.braceL:return this.parseObj(!0)}return this.parseIdent()},Zt.parseBindingList=function(e,t,i,n){for(var r=[],a=!0;!this.eat(e);)if(a?a=!1:this.expect(_t.comma),t&&this.type===_t.comma)r.push(null);else{if(i&&this.afterTrailingComma(e))break;if(this.type===_t.ellipsis){var s=this.parseRestBinding();this.parseBindingListItem(s),r.push(s),this.type===_t.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.expect(e);break}r.push(this.parseAssignableListItem(n))}return r},Zt.parseAssignableListItem=function(e){var t=this.parseMaybeDefault(this.start,this.startLoc);return this.parseBindingListItem(t),t},Zt.parseBindingListItem=function(e){return e},Zt.parseMaybeDefault=function(e,t,i){if(i=i||this.parseBindingAtom(),this.options.ecmaVersion<6||!this.eat(_t.eq))return i;var n=this.startNodeAt(e,t);return n.left=i,n.right=this.parseMaybeAssign(),this.finishNode(n,"AssignmentPattern")},Zt.checkLValSimple=function(e,t,i){void 0===t&&(t=0);var n=0!==t;switch(e.type){case"Identifier":this.strict&&this.reservedWordsStrictBind.test(e.name)&&this.raiseRecoverable(e.start,(n?"Binding ":"Assigning to ")+e.name+" in strict mode"),n&&(2===t&&"let"===e.name&&this.raiseRecoverable(e.start,"let is disallowed as a lexically bound name"),i&&(Ct(i,e.name)&&this.raiseRecoverable(e.start,"Argument name clash"),i[e.name]=!0),5!==t&&this.declareName(e.name,t,e.start));break;case"ChainExpression":this.raiseRecoverable(e.start,"Optional chaining cannot appear in left-hand side");break;case"MemberExpression":n&&this.raiseRecoverable(e.start,"Binding member expression");break;case"ParenthesizedExpression":return n&&this.raiseRecoverable(e.start,"Binding parenthesized expression"),this.checkLValSimple(e.expression,t,i);default:this.raise(e.start,(n?"Binding":"Assigning to")+" rvalue")}},Zt.checkLValPattern=function(e,t,i){switch(void 0===t&&(t=0),e.type){case"ObjectPattern":for(var n=0,r=e.properties;n<r.length;n+=1){var a=r[n];this.checkLValInnerPattern(a,t,i)}break;case"ArrayPattern":for(var s=0,o=e.elements;s<o.length;s+=1){var c=o[s];c&&this.checkLValInnerPattern(c,t,i)}break;default:this.checkLValSimple(e,t,i)}},Zt.checkLValInnerPattern=function(e,t,i){switch(void 0===t&&(t=0),e.type){case"Property":this.checkLValInnerPattern(e.value,t,i);break;case"AssignmentPattern":this.checkLValPattern(e.left,t,i);break;case"RestElement":this.checkLValPattern(e.argument,t,i);break;default:this.checkLValPattern(e,t,i)}};var ei=function(e,t,i,n,r){this.token=e,this.isExpr=!!t,this.preserveSpace=!!i,this.override=n,this.generator=!!r},ti={b_stat:new ei("{",!1),b_expr:new ei("{",!0),b_tmpl:new ei("${",!1),p_stat:new ei("(",!1),p_expr:new ei("(",!0),q_tmpl:new ei("`",!0,!0,(function(e){return e.tryReadTemplateToken()})),f_stat:new ei("function",!1),f_expr:new ei("function",!0),f_expr_gen:new ei("function",!0,!1,null,!0),f_gen:new ei("function",!1,!1,null,!0)},ii=Ht.prototype;ii.initialContext=function(){return[ti.b_stat]},ii.curContext=function(){return this.context[this.context.length-1]},ii.braceIsBlock=function(e){var t=this.curContext();return t===ti.f_expr||t===ti.f_stat||(e!==_t.colon||t!==ti.b_stat&&t!==ti.b_expr?e===_t._return||e===_t.name&&this.exprAllowed?Et.test(this.input.slice(this.lastTokEnd,this.start)):e===_t._else||e===_t.semi||e===_t.eof||e===_t.parenR||e===_t.arrow||(e===_t.braceL?t===ti.b_stat:e!==_t._var&&e!==_t._const&&e!==_t.name&&!this.exprAllowed):!t.isExpr)},ii.inGeneratorContext=function(){for(var e=this.context.length-1;e>=1;e--){var t=this.context[e];if("function"===t.token)return t.generator}return!1},ii.updateContext=function(e){var t,i=this.type;i.keyword&&e===_t.dot?this.exprAllowed=!1:(t=i.updateContext)?t.call(this,e):this.exprAllowed=i.beforeExpr},ii.overrideContext=function(e){this.curContext()!==e&&(this.context[this.context.length-1]=e)},_t.parenR.updateContext=_t.braceR.updateContext=function(){if(1!==this.context.length){var e=this.context.pop();e===ti.b_stat&&"function"===this.curContext().token&&(e=this.context.pop()),this.exprAllowed=!e.isExpr}else this.exprAllowed=!0},_t.braceL.updateContext=function(e){this.context.push(this.braceIsBlock(e)?ti.b_stat:ti.b_expr),this.exprAllowed=!0},_t.dollarBraceL.updateContext=function(){this.context.push(ti.b_tmpl),this.exprAllowed=!0},_t.parenL.updateContext=function(e){var t=e===_t._if||e===_t._for||e===_t._with||e===_t._while;this.context.push(t?ti.p_stat:ti.p_expr),this.exprAllowed=!0},_t.incDec.updateContext=function(){},_t._function.updateContext=_t._class.updateContext=function(e){!e.beforeExpr||e===_t._else||e===_t.semi&&this.curContext()!==ti.p_stat||e===_t._return&&Et.test(this.input.slice(this.lastTokEnd,this.start))||(e===_t.colon||e===_t.braceL)&&this.curContext()===ti.b_stat?this.context.push(ti.f_stat):this.context.push(ti.f_expr),this.exprAllowed=!1},_t.backQuote.updateContext=function(){this.curContext()===ti.q_tmpl?this.context.pop():this.context.push(ti.q_tmpl),this.exprAllowed=!1},_t.star.updateContext=function(e){if(e===_t._function){var t=this.context.length-1;this.context[t]===ti.f_expr?this.context[t]=ti.f_expr_gen:this.context[t]=ti.f_gen}this.exprAllowed=!0},_t.name.updateContext=function(e){var t=!1;this.options.ecmaVersion>=6&&e!==_t.dot&&("of"===this.value&&!this.exprAllowed||"yield"===this.value&&this.inGeneratorContext())&&(t=!0),this.exprAllowed=t};var ni=Ht.prototype;function ri(e){return"MemberExpression"===e.type&&"PrivateIdentifier"===e.property.type||"ChainExpression"===e.type&&ri(e.expression)}ni.checkPropClash=function(e,t,i){if(!(this.options.ecmaVersion>=9&&"SpreadElement"===e.type||this.options.ecmaVersion>=6&&(e.computed||e.method||e.shorthand))){var n,r=e.key;switch(r.type){case"Identifier":n=r.name;break;case"Literal":n=String(r.value);break;default:return}var a=e.kind;if(this.options.ecmaVersion>=6)"__proto__"===n&&"init"===a&&(t.proto&&(i?i.doubleProto<0&&(i.doubleProto=r.start):this.raiseRecoverable(r.start,"Redefinition of __proto__ property")),t.proto=!0);else{var s=t[n="$"+n];if(s)("init"===a?this.strict&&s.init||s.get||s.set:s.init||s[a])&&this.raiseRecoverable(r.start,"Redefinition of property");else s=t[n]={init:!1,get:!1,set:!1};s[a]=!0}}},ni.parseExpression=function(e,t){var i=this.start,n=this.startLoc,r=this.parseMaybeAssign(e,t);if(this.type===_t.comma){var a=this.startNodeAt(i,n);for(a.expressions=[r];this.eat(_t.comma);)a.expressions.push(this.parseMaybeAssign(e,t));return this.finishNode(a,"SequenceExpression")}return r},ni.parseMaybeAssign=function(e,t,i){if(this.isContextual("yield")){if(this.inGenerator)return this.parseYield(e);this.exprAllowed=!1}var n=!1,r=-1,a=-1,s=-1;t?(r=t.parenthesizedAssign,a=t.trailingComma,s=t.doubleProto,t.parenthesizedAssign=t.trailingComma=-1):(t=new $t,n=!0);var o=this.start,c=this.startLoc;this.type!==_t.parenL&&this.type!==_t.name||(this.potentialArrowAt=this.start,this.potentialArrowInForAwait="await"===e);var l=this.parseMaybeConditional(e,t);if(i&&(l=i.call(this,l,o,c)),this.type.isAssign){var u=this.startNodeAt(o,c);return u.operator=this.value,this.type===_t.eq&&(l=this.toAssignable(l,!1,t)),n||(t.parenthesizedAssign=t.trailingComma=t.doubleProto=-1),t.shorthandAssign>=l.start&&(t.shorthandAssign=-1),this.type===_t.eq?this.checkLValPattern(l):this.checkLValSimple(l),u.left=l,this.next(),u.right=this.parseMaybeAssign(e),s>-1&&(t.doubleProto=s),this.finishNode(u,"AssignmentExpression")}return n&&this.checkExpressionErrors(t,!0),r>-1&&(t.parenthesizedAssign=r),a>-1&&(t.trailingComma=a),l},ni.parseMaybeConditional=function(e,t){var i=this.start,n=this.startLoc,r=this.parseExprOps(e,t);if(this.checkExpressionErrors(t))return r;if(this.eat(_t.question)){var a=this.startNodeAt(i,n);return a.test=r,a.consequent=this.parseMaybeAssign(),this.expect(_t.colon),a.alternate=this.parseMaybeAssign(e),this.finishNode(a,"ConditionalExpression")}return r},ni.parseExprOps=function(e,t){var i=this.start,n=this.startLoc,r=this.parseMaybeUnary(t,!1,!1,e);return this.checkExpressionErrors(t)||r.start===i&&"ArrowFunctionExpression"===r.type?r:this.parseExprOp(r,i,n,-1,e)},ni.parseExprOp=function(e,t,i,n,r){var a=this.type.binop;if(null!=a&&(!r||this.type!==_t._in)&&a>n){var s=this.type===_t.logicalOR||this.type===_t.logicalAND,o=this.type===_t.coalesce;o&&(a=_t.logicalAND.binop);var c=this.value;this.next();var l=this.start,u=this.startLoc,p=this.parseExprOp(this.parseMaybeUnary(null,!1,!1,r),l,u,a,r),h=this.buildBinary(t,i,e,p,c,s||o);return(s&&this.type===_t.coalesce||o&&(this.type===_t.logicalOR||this.type===_t.logicalAND))&&this.raiseRecoverable(this.start,"Logical expressions and coalesce expressions cannot be mixed. Wrap either by parentheses"),this.parseExprOp(h,t,i,n,r)}return e},ni.buildBinary=function(e,t,i,n,r,a){"PrivateIdentifier"===n.type&&this.raise(n.start,"Private identifier can only be left side of binary expression");var s=this.startNodeAt(e,t);return s.left=i,s.operator=r,s.right=n,this.finishNode(s,a?"LogicalExpression":"BinaryExpression")},ni.parseMaybeUnary=function(e,t,i,n){var r,a=this.start,s=this.startLoc;if(this.isContextual("await")&&this.canAwait)r=this.parseAwait(n),t=!0;else if(this.type.prefix){var o=this.startNode(),c=this.type===_t.incDec;o.operator=this.value,o.prefix=!0,this.next(),o.argument=this.parseMaybeUnary(null,!0,c,n),this.checkExpressionErrors(e,!0),c?this.checkLValSimple(o.argument):this.strict&&"delete"===o.operator&&"Identifier"===o.argument.type?this.raiseRecoverable(o.start,"Deleting local variable in strict mode"):"delete"===o.operator&&ri(o.argument)?this.raiseRecoverable(o.start,"Private fields can not be deleted"):t=!0,r=this.finishNode(o,c?"UpdateExpression":"UnaryExpression")}else if(t||this.type!==_t.privateId){if(r=this.parseExprSubscripts(e,n),this.checkExpressionErrors(e))return r;for(;this.type.postfix&&!this.canInsertSemicolon();){var l=this.startNodeAt(a,s);l.operator=this.value,l.prefix=!1,l.argument=r,this.checkLValSimple(r),this.next(),r=this.finishNode(l,"UpdateExpression")}}else(n||0===this.privateNameStack.length)&&this.options.checkPrivateFields&&this.unexpected(),r=this.parsePrivateIdent(),this.type!==_t._in&&this.unexpected();return i||!this.eat(_t.starstar)?r:t?void this.unexpected(this.lastTokStart):this.buildBinary(a,s,r,this.parseMaybeUnary(null,!1,!1,n),"**",!1)},ni.parseExprSubscripts=function(e,t){var i=this.start,n=this.startLoc,r=this.parseExprAtom(e,t);if("ArrowFunctionExpression"===r.type&&")"!==this.input.slice(this.lastTokStart,this.lastTokEnd))return r;var a=this.parseSubscripts(r,i,n,!1,t);return e&&"MemberExpression"===a.type&&(e.parenthesizedAssign>=a.start&&(e.parenthesizedAssign=-1),e.parenthesizedBind>=a.start&&(e.parenthesizedBind=-1),e.trailingComma>=a.start&&(e.trailingComma=-1)),a},ni.parseSubscripts=function(e,t,i,n,r){for(var a=this.options.ecmaVersion>=8&&"Identifier"===e.type&&"async"===e.name&&this.lastTokEnd===e.end&&!this.canInsertSemicolon()&&e.end-e.start==5&&this.potentialArrowAt===e.start,s=!1;;){var o=this.parseSubscript(e,t,i,n,a,s,r);if(o.optional&&(s=!0),o===e||"ArrowFunctionExpression"===o.type){if(s){var c=this.startNodeAt(t,i);c.expression=o,o=this.finishNode(c,"ChainExpression")}return o}e=o}},ni.shouldParseAsyncArrow=function(){return!this.canInsertSemicolon()&&this.eat(_t.arrow)},ni.parseSubscriptAsyncArrow=function(e,t,i,n){return this.parseArrowExpression(this.startNodeAt(e,t),i,!0,n)},ni.parseSubscript=function(e,t,i,n,r,a,s){var o=this.options.ecmaVersion>=11,c=o&&this.eat(_t.questionDot);n&&c&&this.raise(this.lastTokStart,"Optional chaining cannot appear in the callee of new expressions");var l=this.eat(_t.bracketL);if(l||c&&this.type!==_t.parenL&&this.type!==_t.backQuote||this.eat(_t.dot)){var u=this.startNodeAt(t,i);u.object=e,l?(u.property=this.parseExpression(),this.expect(_t.bracketR)):this.type===_t.privateId&&"Super"!==e.type?u.property=this.parsePrivateIdent():u.property=this.parseIdent("never"!==this.options.allowReserved),u.computed=!!l,o&&(u.optional=c),e=this.finishNode(u,"MemberExpression")}else if(!n&&this.eat(_t.parenL)){var p=new $t,h=this.yieldPos,d=this.awaitPos,f=this.awaitIdentPos;this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0;var m=this.parseExprList(_t.parenR,this.options.ecmaVersion>=8,!1,p);if(r&&!c&&this.shouldParseAsyncArrow())return this.checkPatternErrors(p,!1),this.checkYieldAwaitInDefaultParams(),this.awaitIdentPos>0&&this.raise(this.awaitIdentPos,"Cannot use 'await' as identifier inside an async function"),this.yieldPos=h,this.awaitPos=d,this.awaitIdentPos=f,this.parseSubscriptAsyncArrow(t,i,m,s);this.checkExpressionErrors(p,!0),this.yieldPos=h||this.yieldPos,this.awaitPos=d||this.awaitPos,this.awaitIdentPos=f||this.awaitIdentPos;var g=this.startNodeAt(t,i);g.callee=e,g.arguments=m,o&&(g.optional=c),e=this.finishNode(g,"CallExpression")}else if(this.type===_t.backQuote){(c||a)&&this.raise(this.start,"Optional chaining cannot appear in the tag of tagged template expressions");var _=this.startNodeAt(t,i);_.tag=e,_.quasi=this.parseTemplate({isTagged:!0}),e=this.finishNode(_,"TaggedTemplateExpression")}return e},ni.parseExprAtom=function(e,t,i){this.type===_t.slash&&this.readRegexp();var n,r=this.potentialArrowAt===this.start;switch(this.type){case _t._super:return this.allowSuper||this.raise(this.start,"'super' keyword outside a method"),n=this.startNode(),this.next(),this.type!==_t.parenL||this.allowDirectSuper||this.raise(n.start,"super() call outside constructor of a subclass"),this.type!==_t.dot&&this.type!==_t.bracketL&&this.type!==_t.parenL&&this.unexpected(),this.finishNode(n,"Super");case _t._this:return n=this.startNode(),this.next(),this.finishNode(n,"ThisExpression");case _t.name:var a=this.start,s=this.startLoc,o=this.containsEsc,c=this.parseIdent(!1);if(this.options.ecmaVersion>=8&&!o&&"async"===c.name&&!this.canInsertSemicolon()&&this.eat(_t._function))return this.overrideContext(ti.f_expr),this.parseFunction(this.startNodeAt(a,s),0,!1,!0,t);if(r&&!this.canInsertSemicolon()){if(this.eat(_t.arrow))return this.parseArrowExpression(this.startNodeAt(a,s),[c],!1,t);if(this.options.ecmaVersion>=8&&"async"===c.name&&this.type===_t.name&&!o&&(!this.potentialArrowInForAwait||"of"!==this.value||this.containsEsc))return c=this.parseIdent(!1),!this.canInsertSemicolon()&&this.eat(_t.arrow)||this.unexpected(),this.parseArrowExpression(this.startNodeAt(a,s),[c],!0,t)}return c;case _t.regexp:var l=this.value;return(n=this.parseLiteral(l.value)).regex={pattern:l.pattern,flags:l.flags},n;case _t.num:case _t.string:return this.parseLiteral(this.value);case _t._null:case _t._true:case _t._false:return(n=this.startNode()).value=this.type===_t._null?null:this.type===_t._true,n.raw=this.type.keyword,this.next(),this.finishNode(n,"Literal");case _t.parenL:var u=this.start,p=this.parseParenAndDistinguishExpression(r,t);return e&&(e.parenthesizedAssign<0&&!this.isSimpleAssignTarget(p)&&(e.parenthesizedAssign=u),e.parenthesizedBind<0&&(e.parenthesizedBind=u)),p;case _t.bracketL:return n=this.startNode(),this.next(),n.elements=this.parseExprList(_t.bracketR,!0,!0,e),this.finishNode(n,"ArrayExpression");case _t.braceL:return this.overrideContext(ti.b_expr),this.parseObj(!1,e);case _t._function:return n=this.startNode(),this.next(),this.parseFunction(n,0);case _t._class:return this.parseClass(this.startNode(),!1);case _t._new:return this.parseNew();case _t.backQuote:return this.parseTemplate();case _t._import:return this.options.ecmaVersion>=11?this.parseExprImport(i):this.unexpected();default:return this.parseExprAtomDefault()}},ni.parseExprAtomDefault=function(){this.unexpected()},ni.parseExprImport=function(e){var t=this.startNode();this.containsEsc&&this.raiseRecoverable(this.start,"Escape sequence in keyword import");var i=this.parseIdent(!0);return this.type!==_t.parenL||e?this.type===_t.dot?(t.meta=i,this.parseImportMeta(t)):void this.unexpected():this.parseDynamicImport(t)},ni.parseDynamicImport=function(e){if(this.next(),e.source=this.parseMaybeAssign(),!this.eat(_t.parenR)){var t=this.start;this.eat(_t.comma)&&this.eat(_t.parenR)?this.raiseRecoverable(t,"Trailing comma is not allowed in import()"):this.unexpected(t)}return this.finishNode(e,"ImportExpression")},ni.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")},ni.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")},ni.parseParenExpression=function(){this.expect(_t.parenL);var e=this.parseExpression();return this.expect(_t.parenR),e},ni.shouldParseArrow=function(e){return!this.canInsertSemicolon()},ni.parseParenAndDistinguishExpression=function(e,t){var i,n=this.start,r=this.startLoc,a=this.options.ecmaVersion>=8;if(this.options.ecmaVersion>=6){this.next();var s,o=this.start,c=this.startLoc,l=[],u=!0,p=!1,h=new $t,d=this.yieldPos,f=this.awaitPos;for(this.yieldPos=0,this.awaitPos=0;this.type!==_t.parenR;){if(u?u=!1:this.expect(_t.comma),a&&this.afterTrailingComma(_t.parenR,!0)){p=!0;break}if(this.type===_t.ellipsis){s=this.start,l.push(this.parseParenItem(this.parseRestBinding())),this.type===_t.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element");break}l.push(this.parseMaybeAssign(!1,h,this.parseParenItem))}var m=this.lastTokEnd,g=this.lastTokEndLoc;if(this.expect(_t.parenR),e&&this.shouldParseArrow(l)&&this.eat(_t.arrow))return this.checkPatternErrors(h,!1),this.checkYieldAwaitInDefaultParams(),this.yieldPos=d,this.awaitPos=f,this.parseParenArrowList(n,r,l,t);l.length&&!p||this.unexpected(this.lastTokStart),s&&this.unexpected(s),this.checkExpressionErrors(h,!0),this.yieldPos=d||this.yieldPos,this.awaitPos=f||this.awaitPos,l.length>1?((i=this.startNodeAt(o,c)).expressions=l,this.finishNodeAt(i,"SequenceExpression",m,g)):i=l[0]}else i=this.parseParenExpression();if(this.options.preserveParens){var _=this.startNodeAt(n,r);return _.expression=i,this.finishNode(_,"ParenthesizedExpression")}return i},ni.parseParenItem=function(e){return e},ni.parseParenArrowList=function(e,t,i,n){return this.parseArrowExpression(this.startNodeAt(e,t),i,!1,n)};var ai=[];ni.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(_t.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 n=this.start,r=this.startLoc;return e.callee=this.parseSubscripts(this.parseExprAtom(null,!1,!0),n,r,!0,!1),this.eat(_t.parenL)?e.arguments=this.parseExprList(_t.parenR,this.options.ecmaVersion>=8,!1):e.arguments=ai,this.finishNode(e,"NewExpression")},ni.parseTemplateElement=function(e){var t=e.isTagged,i=this.startNode();return this.type===_t.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===_t.backQuote,this.finishNode(i,"TemplateElement")},ni.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 n=this.parseTemplateElement({isTagged:t});for(i.quasis=[n];!n.tail;)this.type===_t.eof&&this.raise(this.pos,"Unterminated template literal"),this.expect(_t.dollarBraceL),i.expressions.push(this.parseExpression()),this.expect(_t.braceR),i.quasis.push(n=this.parseTemplateElement({isTagged:t}));return this.next(),this.finishNode(i,"TemplateLiteral")},ni.isAsyncProp=function(e){return!e.computed&&"Identifier"===e.key.type&&"async"===e.key.name&&(this.type===_t.name||this.type===_t.num||this.type===_t.string||this.type===_t.bracketL||this.type.keyword||this.options.ecmaVersion>=9&&this.type===_t.star)&&!Et.test(this.input.slice(this.lastTokEnd,this.start))},ni.parseObj=function(e,t){var i=this.startNode(),n=!0,r={};for(i.properties=[],this.next();!this.eat(_t.braceR);){if(n)n=!1;else if(this.expect(_t.comma),this.options.ecmaVersion>=5&&this.afterTrailingComma(_t.braceR))break;var a=this.parseProperty(e,t);e||this.checkPropClash(a,r,t),i.properties.push(a)}return this.finishNode(i,e?"ObjectPattern":"ObjectExpression")},ni.parseProperty=function(e,t){var i,n,r,a,s=this.startNode();if(this.options.ecmaVersion>=9&&this.eat(_t.ellipsis))return e?(s.argument=this.parseIdent(!1),this.type===_t.comma&&this.raiseRecoverable(this.start,"Comma is not permitted after the rest element"),this.finishNode(s,"RestElement")):(s.argument=this.parseMaybeAssign(!1,t),this.type===_t.comma&&t&&t.trailingComma<0&&(t.trailingComma=this.start),this.finishNode(s,"SpreadElement"));this.options.ecmaVersion>=6&&(s.method=!1,s.shorthand=!1,(e||t)&&(r=this.start,a=this.startLoc),e||(i=this.eat(_t.star)));var o=this.containsEsc;return this.parsePropertyName(s),!e&&!o&&this.options.ecmaVersion>=8&&!i&&this.isAsyncProp(s)?(n=!0,i=this.options.ecmaVersion>=9&&this.eat(_t.star),this.parsePropertyName(s)):n=!1,this.parsePropertyValue(s,e,i,n,r,a,t,o),this.finishNode(s,"Property")},ni.parseGetterSetter=function(e){e.kind=e.key.name,this.parsePropertyName(e),e.value=this.parseMethod(!1);var t="get"===e.kind?0:1;if(e.value.params.length!==t){var i=e.value.start;"get"===e.kind?this.raiseRecoverable(i,"getter should have no params"):this.raiseRecoverable(i,"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")},ni.parsePropertyValue=function(e,t,i,n,r,a,s,o){(i||n)&&this.type===_t.colon&&this.unexpected(),this.eat(_t.colon)?(e.value=t?this.parseMaybeDefault(this.start,this.startLoc):this.parseMaybeAssign(!1,s),e.kind="init"):this.options.ecmaVersion>=6&&this.type===_t.parenL?(t&&this.unexpected(),e.kind="init",e.method=!0,e.value=this.parseMethod(i,n)):t||o||!(this.options.ecmaVersion>=5)||e.computed||"Identifier"!==e.key.type||"get"!==e.key.name&&"set"!==e.key.name||this.type===_t.comma||this.type===_t.braceR||this.type===_t.eq?this.options.ecmaVersion>=6&&!e.computed&&"Identifier"===e.key.type?((i||n)&&this.unexpected(),this.checkUnreserved(e.key),"await"!==e.key.name||this.awaitIdentPos||(this.awaitIdentPos=r),e.kind="init",t?e.value=this.parseMaybeDefault(r,a,this.copyNode(e.key)):this.type===_t.eq&&s?(s.shorthandAssign<0&&(s.shorthandAssign=this.start),e.value=this.parseMaybeDefault(r,a,this.copyNode(e.key))):e.value=this.copyNode(e.key),e.shorthand=!0):this.unexpected():((i||n)&&this.unexpected(),this.parseGetterSetter(e))},ni.parsePropertyName=function(e){if(this.options.ecmaVersion>=6){if(this.eat(_t.bracketL))return e.computed=!0,e.key=this.parseMaybeAssign(),this.expect(_t.bracketR),e.key;e.computed=!1}return e.key=this.type===_t.num||this.type===_t.string?this.parseExprAtom():this.parseIdent("never"!==this.options.allowReserved)},ni.initFunction=function(e){e.id=null,this.options.ecmaVersion>=6&&(e.generator=e.expression=!1),this.options.ecmaVersion>=8&&(e.async=!1)},ni.parseMethod=function(e,t,i){var n=this.startNode(),r=this.yieldPos,a=this.awaitPos,s=this.awaitIdentPos;return this.initFunction(n),this.options.ecmaVersion>=6&&(n.generator=e),this.options.ecmaVersion>=8&&(n.async=!!t),this.yieldPos=0,this.awaitPos=0,this.awaitIdentPos=0,this.enterScope(64|Bt(t,n.generator)|(i?128:0)),this.expect(_t.parenL),n.params=this.parseBindingList(_t.parenR,!1,this.options.ecmaVersion>=8),this.checkYieldAwaitInDefaultParams(),this.parseFunctionBody(n,!1,!0,!1),this.yieldPos=r,this.awaitPos=a,this.awaitIdentPos=s,this.finishNode(n,"FunctionExpression")},ni.parseArrowExpression=function(e,t,i,n){var r=this.yieldPos,a=this.awaitPos,s=this.awaitIdentPos;return this.enterScope(16|Bt(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,n),this.yieldPos=r,this.awaitPos=a,this.awaitIdentPos=s,this.finishNode(e,"ArrowFunctionExpression")},ni.parseFunctionBody=function(e,t,i,n){var r=t&&this.type!==_t.braceL,a=this.strict,s=!1;if(r)e.body=this.parseMaybeAssign(n),e.expression=!0,this.checkParams(e,!1);else{var o=this.options.ecmaVersion>=7&&!this.isSimpleParamList(e.params);a&&!o||(s=this.strictDirective(this.end))&&o&&this.raiseRecoverable(e.start,"Illegal 'use strict' directive in function with non-simple parameter list");var c=this.labels;this.labels=[],s&&(this.strict=!0),this.checkParams(e,!a&&!s&&!t&&!i&&this.isSimpleParamList(e.params)),this.strict&&e.id&&this.checkLValSimple(e.id,5),e.body=this.parseBlock(!1,void 0,s&&!a),e.expression=!1,this.adaptDirectivePrologue(e.body.body),this.labels=c}this.exitScope()},ni.isSimpleParamList=function(e){for(var t=0,i=e;t<i.length;t+=1){if("Identifier"!==i[t].type)return!1}return!0},ni.checkParams=function(e,t){for(var i=Object.create(null),n=0,r=e.params;n<r.length;n+=1){var a=r[n];this.checkLValInnerPattern(a,1,t?null:i)}},ni.parseExprList=function(e,t,i,n){for(var r=[],a=!0;!this.eat(e);){if(a)a=!1;else if(this.expect(_t.comma),t&&this.afterTrailingComma(e))break;var s=void 0;i&&this.type===_t.comma?s=null:this.type===_t.ellipsis?(s=this.parseSpread(n),n&&this.type===_t.comma&&n.trailingComma<0&&(n.trailingComma=this.start)):s=this.parseMaybeAssign(!1,n),r.push(s)}return r},ni.checkUnreserved=function(e){var t=e.start,i=e.end,n=e.name;(this.inGenerator&&"yield"===n&&this.raiseRecoverable(t,"Cannot use 'yield' as identifier inside a generator"),this.inAsync&&"await"===n&&this.raiseRecoverable(t,"Cannot use 'await' as identifier inside an async function"),this.currentThisScope().inClassFieldInit&&"arguments"===n&&this.raiseRecoverable(t,"Cannot use 'arguments' in class field initializer"),!this.inClassStaticBlock||"arguments"!==n&&"await"!==n||this.raise(t,"Cannot use "+n+" in class static initialization block"),this.keywords.test(n)&&this.raise(t,"Unexpected keyword '"+n+"'"),this.options.ecmaVersion<6&&-1!==this.input.slice(t,i).indexOf("\\"))||(this.strict?this.reservedWordsStrict:this.reservedWords).test(n)&&(this.inAsync||"await"!==n||this.raiseRecoverable(t,"Cannot use keyword 'await' outside an async function"),this.raiseRecoverable(t,"The keyword '"+n+"' is reserved"))},ni.parseIdent=function(e){var t=this.parseIdentNode();return this.next(!!e),this.finishNode(t,"Identifier"),e||(this.checkUnreserved(t),"await"!==t.name||this.awaitIdentPos||(this.awaitIdentPos=t.start)),t},ni.parseIdentNode=function(){var e=this.startNode();return this.type===_t.name?e.name=this.value:this.type.keyword?(e.name=this.type.keyword,"class"!==e.name&&"function"!==e.name||this.lastTokEnd===this.lastTokStart+1&&46===this.input.charCodeAt(this.lastTokStart)||this.context.pop()):this.unexpected(),e},ni.parsePrivateIdent=function(){var e=this.startNode();return this.type===_t.privateId?e.name=this.value:this.unexpected(),this.next(),this.finishNode(e,"PrivateIdentifier"),this.options.checkPrivateFields&&(0===this.privateNameStack.length?this.raise(e.start,"Private field '#"+e.name+"' must be declared in an enclosing class"):this.privateNameStack[this.privateNameStack.length-1].used.push(e)),e},ni.parseYield=function(e){this.yieldPos||(this.yieldPos=this.start);var t=this.startNode();return this.next(),this.type===_t.semi||this.canInsertSemicolon()||this.type!==_t.star&&!this.type.startsExpr?(t.delegate=!1,t.argument=null):(t.delegate=this.eat(_t.star),t.argument=this.parseMaybeAssign(e)),this.finishNode(t,"YieldExpression")},ni.parseAwait=function(e){this.awaitPos||(this.awaitPos=this.start);var t=this.startNode();return this.next(),t.argument=this.parseMaybeUnary(null,!0,!1,e),this.finishNode(t,"AwaitExpression")};var si=Ht.prototype;si.raise=function(e,t){var i=Pt(this.input,e);t+=" ("+i.line+":"+i.column+")";var n=new SyntaxError(t);throw n.pos=e,n.loc=i,n.raisedAt=this.pos,n},si.raiseRecoverable=si.raise,si.curPosition=function(){if(this.options.locations)return new kt(this.curLine,this.pos-this.lineStart)};var oi=Ht.prototype,ci=function(e){this.flags=e,this.var=[],this.lexical=[],this.functions=[],this.inClassFieldInit=!1};oi.enterScope=function(e){this.scopeStack.push(new ci(e))},oi.exitScope=function(){this.scopeStack.pop()},oi.treatFunctionsAsVarInScope=function(e){return 2&e.flags||!this.inModule&&1&e.flags},oi.declareName=function(e,t,i){var n=!1;if(2===t){var r=this.currentScope();n=r.lexical.indexOf(e)>-1||r.functions.indexOf(e)>-1||r.var.indexOf(e)>-1,r.lexical.push(e),this.inModule&&1&r.flags&&delete this.undefinedExports[e]}else if(4===t){this.currentScope().lexical.push(e)}else if(3===t){var a=this.currentScope();n=this.treatFunctionsAsVar?a.lexical.indexOf(e)>-1:a.lexical.indexOf(e)>-1||a.var.indexOf(e)>-1,a.functions.push(e)}else for(var s=this.scopeStack.length-1;s>=0;--s){var o=this.scopeStack[s];if(o.lexical.indexOf(e)>-1&&!(32&o.flags&&o.lexical[0]===e)||!this.treatFunctionsAsVarInScope(o)&&o.functions.indexOf(e)>-1){n=!0;break}if(o.var.push(e),this.inModule&&1&o.flags&&delete this.undefinedExports[e],259&o.flags)break}n&&this.raiseRecoverable(i,"Identifier '"+e+"' has already been declared")},oi.checkLocalExport=function(e){-1===this.scopeStack[0].lexical.indexOf(e.name)&&-1===this.scopeStack[0].var.indexOf(e.name)&&(this.undefinedExports[e.name]=e)},oi.currentScope=function(){return this.scopeStack[this.scopeStack.length-1]},oi.currentVarScope=function(){for(var e=this.scopeStack.length-1;;e--){var t=this.scopeStack[e];if(259&t.flags)return t}},oi.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 li=function(e,t,i){this.type="",this.start=t,this.end=0,e.options.locations&&(this.loc=new Dt(e,i)),e.options.directSourceFile&&(this.sourceFile=e.options.directSourceFile),e.options.ranges&&(this.range=[t,0])},ui=Ht.prototype;function pi(e,t,i,n){return e.type=t,e.end=i,this.options.locations&&(e.loc.end=n),this.options.ranges&&(e.range[1]=i),e}ui.startNode=function(){return new li(this,this.start,this.startLoc)},ui.startNodeAt=function(e,t){return new li(this,e,t)},ui.finishNode=function(e,t){return pi.call(this,e,t,this.lastTokEnd,this.lastTokEndLoc)},ui.finishNodeAt=function(e,t,i,n){return pi.call(this,e,t,i,n)},ui.copyNode=function(e){var t=new li(this,e.start,this.startLoc);for(var i in e)t[i]=e[i];return t};var hi="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",di=hi+" Extended_Pictographic",fi=di+" EBase EComp EMod EPres ExtPict",mi={9:hi,10:di,11:di,12:fi,13:fi,14:"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"},gi={9:"",10:"",11:"",12:"",13:"",14:"Basic_Emoji Emoji_Keycap_Sequence RGI_Emoji_Modifier_Sequence RGI_Emoji_Flag_Sequence RGI_Emoji_Tag_Sequence RGI_Emoji_ZWJ_Sequence RGI_Emoji"},_i="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",Ei="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",bi=Ei+" Dogra Dogr Gunjala_Gondi Gong Hanifi_Rohingya Rohg Makasar Maka Medefaidrin Medf Old_Sogdian Sogo Sogdian Sogd",vi=bi+" Elymaic Elym Nandinagari Nand Nyiakeng_Puachue_Hmong Hmnp Wancho Wcho",xi=vi+" Chorasmian Chrs Diak Dives_Akuru Khitan_Small_Script Kits Yezi Yezidi",Ti=xi+" Cypro_Minoan Cpmn Old_Uyghur Ougr Tangsa Tnsa Toto Vithkuqi Vith",yi={9:Ei,10:bi,11:vi,12:xi,13:Ti,14:"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 Hrkt Katakana_Or_Hiragana Kawi Nag_Mundari Nagm Unknown Zzzz"},Ai={};function wi(e){var t=Ai[e]={binary:Nt(mi[e]+" "+_i),binaryOfStrings:Nt(gi[e]),nonBinary:{General_Category:Nt(_i),Script:Nt(yi[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 Si=0,Ci=[9,10,11,12,13,14];Si<Ci.length;Si+=1){wi(Ci[Si])}var Ri=Ht.prototype,Ni=function(e){this.parser=e,this.validFlags="gim"+(e.options.ecmaVersion>=6?"uy":"")+(e.options.ecmaVersion>=9?"s":"")+(e.options.ecmaVersion>=13?"d":"")+(e.options.ecmaVersion>=15?"v":""),this.unicodeProperties=Ai[e.options.ecmaVersion>=14?14:e.options.ecmaVersion],this.source="",this.flags="",this.start=0,this.switchU=!1,this.switchV=!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 Ii(e){return 36===e||e>=40&&e<=43||46===e||63===e||e>=91&&e<=94||e>=123&&e<=125}function Oi(e){return e>=65&&e<=90||e>=97&&e<=122}Ni.prototype.reset=function(e,t,i){var n=-1!==i.indexOf("v"),r=-1!==i.indexOf("u");this.start=0|e,this.source=t+"",this.flags=i,n&&this.parser.options.ecmaVersion>=15?(this.switchU=!0,this.switchV=!0,this.switchN=!0):(this.switchU=r&&this.parser.options.ecmaVersion>=6,this.switchV=!1,this.switchN=r&&this.parser.options.ecmaVersion>=9)},Ni.prototype.raise=function(e){this.parser.raiseRecoverable(this.start,"Invalid regular expression: /"+this.source+"/: "+e)},Ni.prototype.at=function(e,t){void 0===t&&(t=!1);var i=this.source,n=i.length;if(e>=n)return-1;var r=i.charCodeAt(e);if(!t&&!this.switchU||r<=55295||r>=57344||e+1>=n)return r;var a=i.charCodeAt(e+1);return a>=56320&&a<=57343?(r<<10)+a-56613888:r},Ni.prototype.nextIndex=function(e,t){void 0===t&&(t=!1);var i=this.source,n=i.length;if(e>=n)return n;var r,a=i.charCodeAt(e);return!t&&!this.switchU||a<=55295||a>=57344||e+1>=n||(r=i.charCodeAt(e+1))<56320||r>57343?e+1:e+2},Ni.prototype.current=function(e){return void 0===e&&(e=!1),this.at(this.pos,e)},Ni.prototype.lookahead=function(e){return void 0===e&&(e=!1),this.at(this.nextIndex(this.pos,e),e)},Ni.prototype.advance=function(e){void 0===e&&(e=!1),this.pos=this.nextIndex(this.pos,e)},Ni.prototype.eat=function(e,t){return void 0===t&&(t=!1),this.current(t)===e&&(this.advance(t),!0)},Ni.prototype.eatChars=function(e,t){void 0===t&&(t=!1);for(var i=this.pos,n=0,r=e;n<r.length;n+=1){var a=r[n],s=this.at(i,t);if(-1===s||s!==a)return!1;i=this.nextIndex(i,t)}return this.pos=i,!0},Ri.validateRegExpFlags=function(e){for(var t=e.validFlags,i=e.flags,n=!1,r=!1,a=0;a<i.length;a++){var s=i.charAt(a);-1===t.indexOf(s)&&this.raise(e.start,"Invalid regular expression flag"),i.indexOf(s,a+1)>-1&&this.raise(e.start,"Duplicate regular expression flag"),"u"===s&&(n=!0),"v"===s&&(r=!0)}this.options.ecmaVersion>=15&&n&&r&&this.raise(e.start,"Invalid regular expression flag")},Ri.validateRegExpPattern=function(e){this.regexp_pattern(e),!e.switchN&&this.options.ecmaVersion>=9&&e.groupNames.length>0&&(e.switchN=!0,this.regexp_pattern(e))},Ri.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<i.length;t+=1){var n=i[t];-1===e.groupNames.indexOf(n)&&e.raise("Invalid named capture referenced")}},Ri.regexp_disjunction=function(e){for(this.regexp_alternative(e);e.eat(124);)this.regexp_alternative(e);this.regexp_eatQuantifier(e,!0)&&e.raise("Nothing to repeat"),e.eat(123)&&e.raise("Lone quantifier brackets")},Ri.regexp_alternative=function(e){for(;e.pos<e.source.length&&this.regexp_eatTerm(e););},Ri.regexp_eatTerm=function(e){return this.regexp_eatAssertion(e)?(e.lastAssertionIsQuantifiable&&this.regexp_eatQuantifier(e)&&e.switchU&&e.raise("Invalid quantifier"),!0):!!(e.switchU?this.regexp_eatAtom(e):this.regexp_eatExtendedAtom(e))&&(this.regexp_eatQuantifier(e),!0)},Ri.regexp_eatAssertion=function(e){var t=e.pos;if(e.lastAssertionIsQuantifiable=!1,e.eat(94)||e.eat(36))return!0;if(e.eat(92)){if(e.eat(66)||e.eat(98))return!0;e.pos=t}if(e.eat(40)&&e.eat(63)){var i=!1;if(this.options.ecmaVersion>=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},Ri.regexp_eatQuantifier=function(e,t){return void 0===t&&(t=!1),!!this.regexp_eatQuantifierPrefix(e,t)&&(e.eat(63),!0)},Ri.regexp_eatQuantifierPrefix=function(e,t){return e.eat(42)||e.eat(43)||e.eat(63)||this.regexp_eatBracedQuantifier(e,t)},Ri.regexp_eatBracedQuantifier=function(e,t){var i=e.pos;if(e.eat(123)){var n=0,r=-1;if(this.regexp_eatDecimalDigits(e)&&(n=e.lastIntValue,e.eat(44)&&this.regexp_eatDecimalDigits(e)&&(r=e.lastIntValue),e.eat(125)))return-1!==r&&r<n&&!t&&e.raise("numbers out of order in {} quantifier"),!0;e.switchU&&!t&&e.raise("Incomplete quantifier"),e.pos=i}return!1},Ri.regexp_eatAtom=function(e){return this.regexp_eatPatternCharacters(e)||e.eat(46)||this.regexp_eatReverseSolidusAtomEscape(e)||this.regexp_eatCharacterClass(e)||this.regexp_eatUncapturingGroup(e)||this.regexp_eatCapturingGroup(e)},Ri.regexp_eatReverseSolidusAtomEscape=function(e){var t=e.pos;if(e.eat(92)){if(this.regexp_eatAtomEscape(e))return!0;e.pos=t}return!1},Ri.regexp_eatUncapturingGroup=function(e){var t=e.pos;if(e.eat(40)){if(e.eat(63)&&e.eat(58)){if(this.regexp_disjunction(e),e.eat(41))return!0;e.raise("Unterminated group")}e.pos=t}return!1},Ri.regexp_eatCapturingGroup=function(e){if(e.eat(40)){if(this.options.ecmaVersion>=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},Ri.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)},Ri.regexp_eatInvalidBracedQuantifier=function(e){return this.regexp_eatBracedQuantifier(e,!0)&&e.raise("Nothing to repeat"),!1},Ri.regexp_eatSyntaxCharacter=function(e){var t=e.current();return!!Ii(t)&&(e.lastIntValue=t,e.advance(),!0)},Ri.regexp_eatPatternCharacters=function(e){for(var t=e.pos,i=0;-1!==(i=e.current())&&!Ii(i);)e.advance();return e.pos!==t},Ri.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)},Ri.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")}},Ri.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},Ri.regexp_eatRegExpIdentifierName=function(e){if(e.lastStringValue="",this.regexp_eatRegExpIdentifierStart(e)){for(e.lastStringValue+=It(e.lastIntValue);this.regexp_eatRegExpIdentifierPart(e);)e.lastStringValue+=It(e.lastIntValue);return!0}return!1},Ri.regexp_eatRegExpIdentifierStart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,n=e.current(i);return e.advance(i),92===n&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(n=e.lastIntValue),function(e){return lt(e,!0)||36===e||95===e}(n)?(e.lastIntValue=n,!0):(e.pos=t,!1)},Ri.regexp_eatRegExpIdentifierPart=function(e){var t=e.pos,i=this.options.ecmaVersion>=11,n=e.current(i);return e.advance(i),92===n&&this.regexp_eatRegExpUnicodeEscapeSequence(e,i)&&(n=e.lastIntValue),function(e){return ut(e,!0)||36===e||95===e||8204===e||8205===e}(n)?(e.lastIntValue=n,!0):(e.pos=t,!1)},Ri.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)},Ri.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},Ri.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},Ri.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)},Ri.regexp_eatCControlLetter=function(e){var t=e.pos;if(e.eat(99)){if(this.regexp_eatControlLetter(e))return!0;e.pos=t}return!1},Ri.regexp_eatZero=function(e){return 48===e.current()&&!Pi(e.lookahead())&&(e.lastIntValue=0,e.advance(),!0)},Ri.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)},Ri.regexp_eatControlLetter=function(e){var t=e.current();return!!Oi(t)&&(e.lastIntValue=t%32,e.advance(),!0)},Ri.regexp_eatRegExpUnicodeEscapeSequence=function(e,t){void 0===t&&(t=!1);var i,n=e.pos,r=t||e.switchU;if(e.eat(117)){if(this.regexp_eatFixedHexDigits(e,4)){var a=e.lastIntValue;if(r&&a>=55296&&a<=56319){var s=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*(a-55296)+(o-56320)+65536,!0}e.pos=s,e.lastIntValue=a}return!0}if(r&&e.eat(123)&&this.regexp_eatHexDigits(e)&&e.eat(125)&&((i=e.lastIntValue)>=0&&i<=1114111))return!0;r&&e.raise("Invalid unicode escape"),e.pos=n}return!1},Ri.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)},Ri.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};function ki(e){return Oi(e)||95===e}function Di(e){return ki(e)||Pi(e)}function Pi(e){return e>=48&&e<=57}function Li(e){return e>=48&&e<=57||e>=65&&e<=70||e>=97&&e<=102}function Mi(e){return e>=65&&e<=70?e-65+10:e>=97&&e<=102?e-97+10:e-48}function Ui(e){return e>=48&&e<=55}Ri.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(),1;var i=!1;if(e.switchU&&this.options.ecmaVersion>=9&&((i=80===t)||112===t)){var n;if(e.lastIntValue=-1,e.advance(),e.eat(123)&&(n=this.regexp_eatUnicodePropertyValueExpression(e))&&e.eat(125))return i&&2===n&&e.raise("Invalid property name"),n;e.raise("Invalid property name")}return 0},Ri.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 n=e.lastStringValue;return this.regexp_validateUnicodePropertyNameAndValue(e,i,n),1}}if(e.pos=t,this.regexp_eatLoneUnicodePropertyNameOrValue(e)){var r=e.lastStringValue;return this.regexp_validateUnicodePropertyNameOrValue(e,r)}return 0},Ri.regexp_validateUnicodePropertyNameAndValue=function(e,t,i){Ct(e.unicodeProperties.nonBinary,t)||e.raise("Invalid property name"),e.unicodeProperties.nonBinary[t].test(i)||e.raise("Invalid property value")},Ri.regexp_validateUnicodePropertyNameOrValue=function(e,t){return e.unicodeProperties.binary.test(t)?1:e.switchV&&e.unicodeProperties.binaryOfStrings.test(t)?2:void e.raise("Invalid property name")},Ri.regexp_eatUnicodePropertyName=function(e){var t=0;for(e.lastStringValue="";ki(t=e.current());)e.lastStringValue+=It(t),e.advance();return""!==e.lastStringValue},Ri.regexp_eatUnicodePropertyValue=function(e){var t=0;for(e.lastStringValue="";Di(t=e.current());)e.lastStringValue+=It(t),e.advance();return""!==e.lastStringValue},Ri.regexp_eatLoneUnicodePropertyNameOrValue=function(e){return this.regexp_eatUnicodePropertyValue(e)},Ri.regexp_eatCharacterClass=function(e){if(e.eat(91)){var t=e.eat(94),i=this.regexp_classContents(e);return e.eat(93)||e.raise("Unterminated character class"),t&&2===i&&e.raise("Negated character class may contain strings"),!0}return!1},Ri.regexp_classContents=function(e){return 93===e.current()?1:e.switchV?this.regexp_classSetExpression(e):(this.regexp_nonEmptyClassRanges(e),1)},Ri.regexp_nonEmptyClassRanges=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")}}},Ri.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||Ui(i))&&e.raise("Invalid class escape"),e.raise("Invalid escape")}e.pos=t}var n=e.current();return 93!==n&&(e.lastIntValue=n,e.advance(),!0)},Ri.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)},Ri.regexp_classSetExpression=function(e){var t,i=1;if(this.regexp_eatClassSetRange(e));else if(t=this.regexp_eatClassSetOperand(e)){2===t&&(i=2);for(var n=e.pos;e.eatChars([38,38]);)38!==e.current()&&(t=this.regexp_eatClassSetOperand(e))?2!==t&&(i=1):e.raise("Invalid character in character class");if(n!==e.pos)return i;for(;e.eatChars([45,45]);)this.regexp_eatClassSetOperand(e)||e.raise("Invalid character in character class");if(n!==e.pos)return i}else e.raise("Invalid character in character class");for(;;)if(!this.regexp_eatClassSetRange(e)){if(!(t=this.regexp_eatClassSetOperand(e)))return i;2===t&&(i=2)}},Ri.regexp_eatClassSetRange=function(e){var t=e.pos;if(this.regexp_eatClassSetCharacter(e)){var i=e.lastIntValue;if(e.eat(45)&&this.regexp_eatClassSetCharacter(e)){var n=e.lastIntValue;return-1!==i&&-1!==n&&i>n&&e.raise("Range out of order in character class"),!0}e.pos=t}return!1},Ri.regexp_eatClassSetOperand=function(e){return this.regexp_eatClassSetCharacter(e)?1:this.regexp_eatClassStringDisjunction(e)||this.regexp_eatNestedClass(e)},Ri.regexp_eatNestedClass=function(e){var t=e.pos;if(e.eat(91)){var i=e.eat(94),n=this.regexp_classContents(e);if(e.eat(93))return i&&2===n&&e.raise("Negated character class may contain strings"),n;e.pos=t}if(e.eat(92)){var r=this.regexp_eatCharacterClassEscape(e);if(r)return r;e.pos=t}return null},Ri.regexp_eatClassStringDisjunction=function(e){var t=e.pos;if(e.eatChars([92,113])){if(e.eat(123)){var i=this.regexp_classStringDisjunctionContents(e);if(e.eat(125))return i}else e.raise("Invalid escape");e.pos=t}return null},Ri.regexp_classStringDisjunctionContents=function(e){for(var t=this.regexp_classString(e);e.eat(124);)2===this.regexp_classString(e)&&(t=2);return t},Ri.regexp_classString=function(e){for(var t=0;this.regexp_eatClassSetCharacter(e);)t++;return 1===t?1:2},Ri.regexp_eatClassSetCharacter=function(e){var t=e.pos;if(e.eat(92))return!(!this.regexp_eatCharacterEscape(e)&&!this.regexp_eatClassSetReservedPunctuator(e))||(e.eat(98)?(e.lastIntValue=8,!0):(e.pos=t,!1));var i=e.current();return!(i<0||i===e.lookahead()&&function(e){return 33===e||e>=35&&e<=38||e>=42&&e<=44||46===e||e>=58&&e<=64||94===e||96===e||126===e}(i))&&(!function(e){return 40===e||41===e||45===e||47===e||e>=91&&e<=93||e>=123&&e<=125}(i)&&(e.advance(),e.lastIntValue=i,!0))},Ri.regexp_eatClassSetReservedPunctuator=function(e){var t=e.current();return!!function(e){return 33===e||35===e||37===e||38===e||44===e||45===e||e>=58&&e<=62||64===e||96===e||126===e}(t)&&(e.lastIntValue=t,e.advance(),!0)},Ri.regexp_eatClassControlLetter=function(e){var t=e.current();return!(!Pi(t)&&95!==t)&&(e.lastIntValue=t%32,e.advance(),!0)},Ri.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},Ri.regexp_eatDecimalDigits=function(e){var t=e.pos,i=0;for(e.lastIntValue=0;Pi(i=e.current());)e.lastIntValue=10*e.lastIntValue+(i-48),e.advance();return e.pos!==t},Ri.regexp_eatHexDigits=function(e){var t=e.pos,i=0;for(e.lastIntValue=0;Li(i=e.current());)e.lastIntValue=16*e.lastIntValue+Mi(i),e.advance();return e.pos!==t},Ri.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},Ri.regexp_eatOctalDigit=function(e){var t=e.current();return Ui(t)?(e.lastIntValue=t-48,e.advance(),!0):(e.lastIntValue=0,!1)},Ri.regexp_eatFixedHexDigits=function(e,t){var i=e.pos;e.lastIntValue=0;for(var n=0;n<t;++n){var r=e.current();if(!Li(r))return e.pos=i,!1;e.lastIntValue=16*e.lastIntValue+Mi(r),e.advance()}return!0};var Fi=function(e){this.type=e.type,this.value=e.value,this.start=e.start,this.end=e.end,e.options.locations&&(this.loc=new Dt(e,e.startLoc,e.endLoc)),e.options.ranges&&(this.range=[e.start,e.end])},Bi=Ht.prototype;function Hi(e){return"function"!=typeof BigInt?null:BigInt(e.replace(/_/g,""))}Bi.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 Fi(this)),this.lastTokEnd=this.end,this.lastTokStart=this.start,this.lastTokEndLoc=this.endLoc,this.lastTokStartLoc=this.startLoc,this.nextToken()},Bi.getToken=function(){return this.next(),new Fi(this)},"undefined"!=typeof Symbol&&(Bi[Symbol.iterator]=function(){var e=this;return{next:function(){var t=e.getToken();return{done:t.type===_t.eof,value:t}}}}),Bi.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(_t.eof):e.override?e.override(this):void this.readToken(this.fullCharCodeAtPos())},Bi.readToken=function(e){return lt(e,this.options.ecmaVersion>=6)||92===e?this.readWord():this.getTokenFromCode(e)},Bi.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},Bi.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 n=void 0,r=t;(n=xt(this.input,r,this.pos))>-1;)++this.curLine,r=this.lineStart=n;this.options.onComment&&this.options.onComment(!0,this.input.slice(t+2,i),t,this.pos,e,this.curPosition())},Bi.skipLineComment=function(e){for(var t=this.pos,i=this.options.onComment&&this.curPosition(),n=this.input.charCodeAt(this.pos+=e);this.pos<this.input.length&&!vt(n);)n=this.input.charCodeAt(++this.pos);this.options.onComment&&this.options.onComment(!1,this.input.slice(t+e,this.pos),t,this.pos,i,this.curPosition())},Bi.skipSpace=function(){e:for(;this.pos<this.input.length;){var e=this.input.charCodeAt(this.pos);switch(e){case 32:case 160:++this.pos;break;case 13:10===this.input.charCodeAt(this.pos+1)&&++this.pos;case 10:case 8232:case 8233:++this.pos,this.options.locations&&(++this.curLine,this.lineStart=this.pos);break;case 47:switch(this.input.charCodeAt(this.pos+1)){case 42:this.skipBlockComment();break;case 47:this.skipLineComment(2);break;default:break e}break;default:if(!(e>8&&e<14||e>=5760&&Tt.test(String.fromCharCode(e))))break e;++this.pos}}},Bi.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)},Bi.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(_t.ellipsis)):(++this.pos,this.finishToken(_t.dot))},Bi.readToken_slash=function(){var e=this.input.charCodeAt(this.pos+1);return this.exprAllowed?(++this.pos,this.readRegexp()):61===e?this.finishOp(_t.assign,2):this.finishOp(_t.slash,1)},Bi.readToken_mult_modulo_exp=function(e){var t=this.input.charCodeAt(this.pos+1),i=1,n=42===e?_t.star:_t.modulo;return this.options.ecmaVersion>=7&&42===e&&42===t&&(++i,n=_t.starstar,t=this.input.charCodeAt(this.pos+2)),61===t?this.finishOp(_t.assign,i+1):this.finishOp(n,i)},Bi.readToken_pipe_amp=function(e){var t=this.input.charCodeAt(this.pos+1);if(t===e){if(this.options.ecmaVersion>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(_t.assign,3);return this.finishOp(124===e?_t.logicalOR:_t.logicalAND,2)}return 61===t?this.finishOp(_t.assign,2):this.finishOp(124===e?_t.bitwiseOR:_t.bitwiseAND,1)},Bi.readToken_caret=function(){return 61===this.input.charCodeAt(this.pos+1)?this.finishOp(_t.assign,2):this.finishOp(_t.bitwiseXOR,1)},Bi.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&&!Et.test(this.input.slice(this.lastTokEnd,this.pos))?this.finishOp(_t.incDec,2):(this.skipLineComment(3),this.skipSpace(),this.nextToken()):61===t?this.finishOp(_t.assign,2):this.finishOp(_t.plusMin,1)},Bi.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(_t.assign,i+1):this.finishOp(_t.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(_t.relational,i)):(this.skipLineComment(4),this.skipSpace(),this.nextToken())},Bi.readToken_eq_excl=function(e){var t=this.input.charCodeAt(this.pos+1);return 61===t?this.finishOp(_t.equality,61===this.input.charCodeAt(this.pos+2)?3:2):61===e&&62===t&&this.options.ecmaVersion>=6?(this.pos+=2,this.finishToken(_t.arrow)):this.finishOp(61===e?_t.eq:_t.prefix,1)},Bi.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(_t.questionDot,2)}if(63===t){if(e>=12)if(61===this.input.charCodeAt(this.pos+2))return this.finishOp(_t.assign,3);return this.finishOp(_t.coalesce,2)}}return this.finishOp(_t.question,1)},Bi.readToken_numberSign=function(){var e=35;if(this.options.ecmaVersion>=13&&(++this.pos,lt(e=this.fullCharCodeAtPos(),!0)||92===e))return this.finishToken(_t.privateId,this.readWord1());this.raise(this.pos,"Unexpected character '"+It(e)+"'")},Bi.getTokenFromCode=function(e){switch(e){case 46:return this.readToken_dot();case 40:return++this.pos,this.finishToken(_t.parenL);case 41:return++this.pos,this.finishToken(_t.parenR);case 59:return++this.pos,this.finishToken(_t.semi);case 44:return++this.pos,this.finishToken(_t.comma);case 91:return++this.pos,this.finishToken(_t.bracketL);case 93:return++this.pos,this.finishToken(_t.bracketR);case 123:return++this.pos,this.finishToken(_t.braceL);case 125:return++this.pos,this.finishToken(_t.braceR);case 58:return++this.pos,this.finishToken(_t.colon);case 96:if(this.options.ecmaVersion<6)break;return++this.pos,this.finishToken(_t.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(_t.prefix,1);case 35:return this.readToken_numberSign()}this.raise(this.pos,"Unexpected character '"+It(e)+"'")},Bi.finishOp=function(e,t){var i=this.input.slice(this.pos,this.pos+t);return this.pos+=t,this.finishToken(e,i)},Bi.readRegexp=function(){for(var e,t,i=this.pos;;){this.pos>=this.input.length&&this.raise(i,"Unterminated regular expression");var n=this.input.charAt(this.pos);if(Et.test(n)&&this.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}++this.pos}var r=this.input.slice(i,this.pos);++this.pos;var a=this.pos,s=this.readWord1();this.containsEsc&&this.unexpected(a);var o=this.regexpState||(this.regexpState=new Ni(this));o.reset(i,r,s),this.validateRegExpFlags(o),this.validateRegExpPattern(o);var c=null;try{c=new RegExp(r,s)}catch(e){}return this.finishToken(_t.regexp,{pattern:r,flags:s,value:c})},Bi.readInt=function(e,t,i){for(var n=this.options.ecmaVersion>=12&&void 0===t,r=i&&48===this.input.charCodeAt(this.pos),a=this.pos,s=0,o=0,c=0,l=null==t?1/0:t;c<l;++c,++this.pos){var u=this.input.charCodeAt(this.pos),p=void 0;if(n&&95===u)r&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed in legacy octal numeric literals"),95===o&&this.raiseRecoverable(this.pos,"Numeric separator must be exactly one underscore"),0===c&&this.raiseRecoverable(this.pos,"Numeric separator is not allowed at the first of digits"),o=u;else{if((p=u>=97?u-97+10:u>=65?u-65+10:u>=48&&u<=57?u-48:1/0)>=e)break;o=u,s=s*e+p}}return n&&95===o&&this.raiseRecoverable(this.pos-1,"Numeric separator is not allowed at the last of digits"),this.pos===a||null!=t&&this.pos-a!==t?null:s},Bi.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=Hi(this.input.slice(t,this.pos)),++this.pos):lt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(_t.num,i)},Bi.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 n=this.input.charCodeAt(this.pos);if(!i&&!e&&this.options.ecmaVersion>=11&&110===n){var r=Hi(this.input.slice(t,this.pos));return++this.pos,lt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number"),this.finishToken(_t.num,r)}i&&/[89]/.test(this.input.slice(t,this.pos))&&(i=!1),46!==n||i||(++this.pos,this.readInt(10),n=this.input.charCodeAt(this.pos)),69!==n&&101!==n||i||(43!==(n=this.input.charCodeAt(++this.pos))&&45!==n||++this.pos,null===this.readInt(10)&&this.raise(t,"Invalid number")),lt(this.fullCharCodeAtPos())&&this.raise(this.pos,"Identifier directly after number");var a,s=(a=this.input.slice(t,this.pos),i?parseInt(a,8):parseFloat(a.replace(/_/g,"")));return this.finishToken(_t.num,s)},Bi.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},Bi.readString=function(e){for(var t="",i=++this.pos;;){this.pos>=this.input.length&&this.raise(this.start,"Unterminated string constant");var n=this.input.charCodeAt(this.pos);if(n===e)break;92===n?(t+=this.input.slice(i,this.pos),t+=this.readEscapedChar(!1),i=this.pos):8232===n||8233===n?(this.options.ecmaVersion<10&&this.raise(this.start,"Unterminated string constant"),++this.pos,this.options.locations&&(this.curLine++,this.lineStart=this.pos)):(vt(n)&&this.raise(this.start,"Unterminated string constant"),++this.pos)}return t+=this.input.slice(i,this.pos++),this.finishToken(_t.string,t)};var ji={};Bi.tryReadTemplateToken=function(){this.inTemplateElement=!0;try{this.readTmplToken()}catch(e){if(e!==ji)throw e;this.readInvalidTemplateToken()}this.inTemplateElement=!1},Bi.invalidStringToken=function(e,t){if(this.inTemplateElement&&this.options.ecmaVersion>=9)throw ji;this.raise(e,t)},Bi.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!==_t.template&&this.type!==_t.invalidTemplate?(e+=this.input.slice(t,this.pos),this.finishToken(_t.template,e)):36===i?(this.pos+=2,this.finishToken(_t.dollarBraceL)):(++this.pos,this.finishToken(_t.backQuote));if(92===i)e+=this.input.slice(t,this.pos),e+=this.readEscapedChar(!0),t=this.pos;else if(vt(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}},Bi.readInvalidTemplateToken=function(){for(;this.pos<this.input.length;this.pos++)switch(this.input[this.pos]){case"\\":++this.pos;break;case"$":if("{"!==this.input[this.pos+1])break;case"`":return this.finishToken(_t.invalidTemplate,this.input.slice(this.start,this.pos))}this.raise(this.start,"Unterminated template")},Bi.readEscapedChar=function(e){var t=this.input.charCodeAt(++this.pos);switch(++this.pos,t){case 110:return"\n";case 114:return"\r";case 120:return String.fromCharCode(this.readHexChar(2));case 117:return It(this.readCodePoint());case 116:return"\t";case 98:return"\b";case 118:return"\v";case 102:return"\f";case 13:10===this.input.charCodeAt(this.pos)&&++this.pos;case 10:return this.options.locations&&(this.lineStart=this.pos,++this.curLine),"";case 56:case 57:if(this.strict&&this.invalidStringToken(this.pos-1,"Invalid escape sequence"),e){var i=this.pos-1;this.invalidStringToken(i,"Invalid escape sequence in template string")}default:if(t>=48&&t<=55){var n=this.input.substr(this.pos-1,3).match(/^[0-7]+/)[0],r=parseInt(n,8);return r>255&&(n=n.slice(0,-1),r=parseInt(n,8)),this.pos+=n.length-1,t=this.input.charCodeAt(this.pos),"0"===n&&56!==t&&57!==t||!this.strict&&!e||this.invalidStringToken(this.pos-1-n.length,e?"Octal literal in template string":"Octal literal in strict mode"),String.fromCharCode(r)}return vt(t)?"":String.fromCharCode(t)}},Bi.readHexChar=function(e){var t=this.pos,i=this.readInt(16,e);return null===i&&this.invalidStringToken(t,"Bad character escape sequence"),i},Bi.readWord1=function(){this.containsEsc=!1;for(var e="",t=!0,i=this.pos,n=this.options.ecmaVersion>=6;this.pos<this.input.length;){var r=this.fullCharCodeAtPos();if(ut(r,n))this.pos+=r<=65535?1:2;else{if(92!==r)break;this.containsEsc=!0,e+=this.input.slice(i,this.pos);var a=this.pos;117!==this.input.charCodeAt(++this.pos)&&this.invalidStringToken(this.pos,"Expecting Unicode escape sequence \\uXXXX"),++this.pos;var s=this.readCodePoint();(t?lt:ut)(s,n)||this.invalidStringToken(a,"Invalid Unicode escape"),e+=It(s),i=this.pos}t=!1}return e+this.input.slice(i,this.pos)},Bi.readWord=function(){var e=this.readWord1(),t=_t.name;return this.keywords.test(e)&&(t=mt[e]),this.finishToken(t,e)};Ht.acorn={Parser:Ht,version:"8.10.0",defaultOptions:Lt,Position:kt,SourceLocation:Dt,getLineInfo:Pt,Node:li,TokenType:pt,tokTypes:_t,keywordTypes:mt,TokContext:ei,tokContexts:ti,isIdentifierChar:ut,isIdentifierStart:lt,Token:Fi,isNewLine:vt,lineBreak:Et,lineBreakG:bt,nonASCIIwhitespace:Tt};const Gi=/^\s*?import\s*?[{"'*]/,qi=/^\s*?export\s*?({([\s\w,$\n]+?)}[\s;]*|default|class)\s+/m,$i=/^\s*?import(?:['"\s]*(?:[\w*${}\s,]+from\s*)?['"\s]?['"\s])(?:.*?)['"\s]/,Vi=/(import(?:['"\s]*(?:[\w*${}\s,]+from\s*)?['"\s]?['"\s]))((?:https?|[./]).*?)(['"\s])/,zi=["window","globalThis","self","document","location","top","parent","frames","opener"],Wi=zi.map((e=>`(?:^|[^$.])\\b${e}\\b(?:$|[^$])`)).join("|"),Yi=new RegExp(`(${Wi})`),Xi=(()=>{const e="_____WB$wombat$check$this$function_____(this)";function t(){return t=>t.replace("this",e)}function i(e,t){return i=>i.replace(e,t)}return[[/(?:^|\s)\beval\s*\(/,(r="WB_wombat_runEval2((_______eval_arg, isGlobal) => { var ge = eval; return isGlobal ? ge(_______eval_arg) : eval(_______eval_arg); }).eval(this, (function() { return arguments })(),",a="eval",e=>{const t=e.indexOf(a);return 0===t?r:e.slice(0,t)+r})],[/[=]\s*\beval\b(?![(:.$])/,i("eval","self.eval")],[/var\s+self/,i("var","let")],[/\.postMessage\b\(/,function(e){return t=>e+t}(".__WB_pmw(self)")],[/[^$.]?\s?\blocation\b\s*[=]\s*(?![\s\d=])/,(n="((self.__WB_check_loc && self.__WB_check_loc(location, arguments)) || {}).href = ",(e,t,i,r)=>{if(i>0){const t=r[i-1];if("."===t||"$"===t)return e}return e+n})],[/\breturn\s+this\b\s*(?![\s\w.$])/,t()],[new RegExp(`[^$.]\\s?\\bthis\\b(?=(?:\\.(?:${zi.join("|")})\\b))`),(t,i,n,r)=>{const a=n>0?r[n-1]:"";return"\n"===a?t.replace("this",";"+e):"."!==a&&"$"!==a?t.replace("this",e):t}],[/[=,]\s*\bthis\b\s*(?![\s\w:.$])/,t()],[/\}(?:\s*\))?\s*\(this\)/,t()],[/[^|&][|&]{2}\s*this\b\s*(?![|\s&.$](?:[^|&]|$))/,t()],[/async\s+import\s*\(/,e=>e],[/[^$.]\bimport\s*\([^)]*\)\s*\{/,e=>e],[/[^$.]\bimport\s*\(/,function(e,t){return(i,n)=>{let r=i.replace(e,t);return r+=n.isModule?"import.meta.url, ":"null, ",r}}("import","____wb_rewrite_import__")]];var n,r,a})();new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]);var Ki;!function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.NUMBER_SIGN=35]="NUMBER_SIGN",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_F=70]="LATIN_CAPITAL_F",e[e.LATIN_CAPITAL_X=88]="LATIN_CAPITAL_X",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_F=102]="LATIN_SMALL_F",e[e.LATIN_SMALL_X=120]="LATIN_SMALL_X",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z",e[e.REPLACEMENT_CHARACTER=65533]="REPLACEMENT_CHARACTER"}(Ki=Ki||(Ki={}));var Qi;!function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"}(Qi=Qi||(Qi={}));var Ji;!function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"}(Ji=Ji||(Ji={}));const Zi=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((e=>e.charCodeAt(0)))),en=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((e=>e.charCodeAt(0))));var tn;const nn=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),rn=null!==(tn=String.fromCodePoint)&&void 0!==tn?tn:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};function an(e){return rn(function(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=nn.get(e))&&void 0!==t?t:e}(e))}var sn,on;function cn(e){return function(t,i){let n="",r=0,a=0;for(;(a=t.indexOf("&",a))>=0;){if(n+=t.slice(r,a),r=a,a+=1,t.charCodeAt(a)===sn.NUM){let e=a+1,s=10,o=t.charCodeAt(e);(o|sn.To_LOWER_BIT)===sn.LOWER_X&&(s=16,a+=1,e+=1);do{o=t.charCodeAt(++a)}while(o>=sn.ZERO&&o<=sn.NINE||16===s&&(o|sn.To_LOWER_BIT)>=sn.LOWER_A&&(o|sn.To_LOWER_BIT)<=sn.LOWER_F);if(e!==a){const o=t.substring(e,a),c=parseInt(o,s);if(t.charCodeAt(a)===sn.SEMI)a+=1;else if(i)continue;n+=an(c),r=a}continue}let s=0,o=1,c=0,l=e[c];for(;a<t.length&&(c=ln(e,l,c+1,t.charCodeAt(a)),!(c<0));a++,o++){l=e[c];const n=l&on.VALUE_LENGTH;if(n){i&&t.charCodeAt(a)!==sn.SEMI||(s=c,o=0);const e=(n>>14)-1;if(0===e)break;c+=e}}if(0!==s){const t=(e[s]&on.VALUE_LENGTH)>>14;n+=1===t?String.fromCharCode(e[s]&~on.VALUE_LENGTH):2===t?String.fromCharCode(e[s+1]):String.fromCharCode(e[s+1],e[s+2]),r=a-o+1}}return n+t.slice(r)}}function ln(e,t,i,n){const r=(t&on.BRANCH_LENGTH)>>7,a=t&on.JUMP_TABLE;if(0===r)return 0!==a&&n===a?i:-1;if(a){const t=n-a;return t<0||t>=r?-1:e[i+t]-1}let s=i,o=s+r-1;for(;s<=o;){const t=s+o>>>1,i=e[t];if(i<n)s=t+1;else{if(!(i>n))return e[t+r];o=t-1}}return-1}!function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.To_LOWER_BIT=32]="To_LOWER_BIT"}(sn||(sn={})),function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(on||(on={}));cn(Zi),cn(en);var un,pn,hn,dn,fn;!function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"}(un=un||(un={})),function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"}(pn=pn||(pn={})),function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"}(hn=hn||(hn={})),function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"}(dn=dn||(dn={})),function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SECTION=94]="SECTION",e[e.SELECT=95]="SELECT",e[e.SOURCE=96]="SOURCE",e[e.SMALL=97]="SMALL",e[e.SPAN=98]="SPAN",e[e.STRIKE=99]="STRIKE",e[e.STRONG=100]="STRONG",e[e.STYLE=101]="STYLE",e[e.SUB=102]="SUB",e[e.SUMMARY=103]="SUMMARY",e[e.SUP=104]="SUP",e[e.TABLE=105]="TABLE",e[e.TBODY=106]="TBODY",e[e.TEMPLATE=107]="TEMPLATE",e[e.TEXTAREA=108]="TEXTAREA",e[e.TFOOT=109]="TFOOT",e[e.TD=110]="TD",e[e.TH=111]="TH",e[e.THEAD=112]="THEAD",e[e.TITLE=113]="TITLE",e[e.TR=114]="TR",e[e.TRACK=115]="TRACK",e[e.TT=116]="TT",e[e.U=117]="U",e[e.UL=118]="UL",e[e.SVG=119]="SVG",e[e.VAR=120]="VAR",e[e.WBR=121]="WBR",e[e.XMP=122]="XMP"}(fn=fn||(fn={}));new Map([[dn.A,fn.A],[dn.ADDRESS,fn.ADDRESS],[dn.ANNOTATION_XML,fn.ANNOTATION_XML],[dn.APPLET,fn.APPLET],[dn.AREA,fn.AREA],[dn.ARTICLE,fn.ARTICLE],[dn.ASIDE,fn.ASIDE],[dn.B,fn.B],[dn.BASE,fn.BASE],[dn.BASEFONT,fn.BASEFONT],[dn.BGSOUND,fn.BGSOUND],[dn.BIG,fn.BIG],[dn.BLOCKQUOTE,fn.BLOCKQUOTE],[dn.BODY,fn.BODY],[dn.BR,fn.BR],[dn.BUTTON,fn.BUTTON],[dn.CAPTION,fn.CAPTION],[dn.CENTER,fn.CENTER],[dn.CODE,fn.CODE],[dn.COL,fn.COL],[dn.COLGROUP,fn.COLGROUP],[dn.DD,fn.DD],[dn.DESC,fn.DESC],[dn.DETAILS,fn.DETAILS],[dn.DIALOG,fn.DIALOG],[dn.DIR,fn.DIR],[dn.DIV,fn.DIV],[dn.DL,fn.DL],[dn.DT,fn.DT],[dn.EM,fn.EM],[dn.EMBED,fn.EMBED],[dn.FIELDSET,fn.FIELDSET],[dn.FIGCAPTION,fn.FIGCAPTION],[dn.FIGURE,fn.FIGURE],[dn.FONT,fn.FONT],[dn.FOOTER,fn.FOOTER],[dn.FOREIGN_OBJECT,fn.FOREIGN_OBJECT],[dn.FORM,fn.FORM],[dn.FRAME,fn.FRAME],[dn.FRAMESET,fn.FRAMESET],[dn.H1,fn.H1],[dn.H2,fn.H2],[dn.H3,fn.H3],[dn.H4,fn.H4],[dn.H5,fn.H5],[dn.H6,fn.H6],[dn.HEAD,fn.HEAD],[dn.HEADER,fn.HEADER],[dn.HGROUP,fn.HGROUP],[dn.HR,fn.HR],[dn.HTML,fn.HTML],[dn.I,fn.I],[dn.IMG,fn.IMG],[dn.IMAGE,fn.IMAGE],[dn.INPUT,fn.INPUT],[dn.IFRAME,fn.IFRAME],[dn.KEYGEN,fn.KEYGEN],[dn.LABEL,fn.LABEL],[dn.LI,fn.LI],[dn.LINK,fn.LINK],[dn.LISTING,fn.LISTING],[dn.MAIN,fn.MAIN],[dn.MALIGNMARK,fn.MALIGNMARK],[dn.MARQUEE,fn.MARQUEE],[dn.MATH,fn.MATH],[dn.MENU,fn.MENU],[dn.META,fn.META],[dn.MGLYPH,fn.MGLYPH],[dn.MI,fn.MI],[dn.MO,fn.MO],[dn.MN,fn.MN],[dn.MS,fn.MS],[dn.MTEXT,fn.MTEXT],[dn.NAV,fn.NAV],[dn.NOBR,fn.NOBR],[dn.NOFRAMES,fn.NOFRAMES],[dn.NOEMBED,fn.NOEMBED],[dn.NOSCRIPT,fn.NOSCRIPT],[dn.OBJECT,fn.OBJECT],[dn.OL,fn.OL],[dn.OPTGROUP,fn.OPTGROUP],[dn.OPTION,fn.OPTION],[dn.P,fn.P],[dn.PARAM,fn.PARAM],[dn.PLAINTEXT,fn.PLAINTEXT],[dn.PRE,fn.PRE],[dn.RB,fn.RB],[dn.RP,fn.RP],[dn.RT,fn.RT],[dn.RTC,fn.RTC],[dn.RUBY,fn.RUBY],[dn.S,fn.S],[dn.SCRIPT,fn.SCRIPT],[dn.SECTION,fn.SECTION],[dn.SELECT,fn.SELECT],[dn.SOURCE,fn.SOURCE],[dn.SMALL,fn.SMALL],[dn.SPAN,fn.SPAN],[dn.STRIKE,fn.STRIKE],[dn.STRONG,fn.STRONG],[dn.STYLE,fn.STYLE],[dn.SUB,fn.SUB],[dn.SUMMARY,fn.SUMMARY],[dn.SUP,fn.SUP],[dn.TABLE,fn.TABLE],[dn.TBODY,fn.TBODY],[dn.TEMPLATE,fn.TEMPLATE],[dn.TEXTAREA,fn.TEXTAREA],[dn.TFOOT,fn.TFOOT],[dn.TD,fn.TD],[dn.TH,fn.TH],[dn.THEAD,fn.THEAD],[dn.TITLE,fn.TITLE],[dn.TR,fn.TR],[dn.TRACK,fn.TRACK],[dn.TT,fn.TT],[dn.U,fn.U],[dn.UL,fn.UL],[dn.SVG,fn.SVG],[dn.VAR,fn.VAR],[dn.WBR,fn.WBR],[dn.XMP,fn.XMP]]);const mn=fn;un.HTML,new Set([mn.ADDRESS,mn.APPLET,mn.AREA,mn.ARTICLE,mn.ASIDE,mn.BASE,mn.BASEFONT,mn.BGSOUND,mn.BLOCKQUOTE,mn.BODY,mn.BR,mn.BUTTON,mn.CAPTION,mn.CENTER,mn.COL,mn.COLGROUP,mn.DD,mn.DETAILS,mn.DIR,mn.DIV,mn.DL,mn.DT,mn.EMBED,mn.FIELDSET,mn.FIGCAPTION,mn.FIGURE,mn.FOOTER,mn.FORM,mn.FRAME,mn.FRAMESET,mn.H1,mn.H2,mn.H3,mn.H4,mn.H5,mn.H6,mn.HEAD,mn.HEADER,mn.HGROUP,mn.HR,mn.HTML,mn.IFRAME,mn.IMG,mn.INPUT,mn.LI,mn.LINK,mn.LISTING,mn.MAIN,mn.MARQUEE,mn.MENU,mn.META,mn.NAV,mn.NOEMBED,mn.NOFRAMES,mn.NOSCRIPT,mn.OBJECT,mn.OL,mn.P,mn.PARAM,mn.PLAINTEXT,mn.PRE,mn.SCRIPT,mn.SECTION,mn.SELECT,mn.SOURCE,mn.STYLE,mn.SUMMARY,mn.TABLE,mn.TBODY,mn.TD,mn.TEMPLATE,mn.TEXTAREA,mn.TFOOT,mn.TH,mn.THEAD,mn.TITLE,mn.TR,mn.TRACK,mn.UL,mn.WBR,mn.XMP]),un.MATHML,new Set([mn.MI,mn.MO,mn.MN,mn.MS,mn.MTEXT,mn.ANNOTATION_XML]),un.SVG,new Set([mn.TITLE,mn.FOREIGN_OBJECT,mn.DESC]),un.XLINK,new Set,un.XML,new Set,un.XMLNS,new Set;const gn=new Set([dn.STYLE,dn.SCRIPT,dn.XMP,dn.IFRAME,dn.NOEMBED,dn.NOFRAMES,dn.PLAINTEXT]);new Map([[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);var _n;!function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.NAMED_CHARACTER_REFERENCE=72]="NAMED_CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=73]="AMBIGUOUS_AMPERSAND",e[e.NUMERIC_CHARACTER_REFERENCE=74]="NUMERIC_CHARACTER_REFERENCE",e[e.HEXADEMICAL_CHARACTER_REFERENCE_START=75]="HEXADEMICAL_CHARACTER_REFERENCE_START",e[e.HEXADEMICAL_CHARACTER_REFERENCE=76]="HEXADEMICAL_CHARACTER_REFERENCE",e[e.DECIMAL_CHARACTER_REFERENCE=77]="DECIMAL_CHARACTER_REFERENCE",e[e.NUMERIC_CHARACTER_REFERENCE_END=78]="NUMERIC_CHARACTER_REFERENCE_END"}(_n||(_n={}));_n.DATA,_n.RCDATA,_n.RAWTEXT,_n.SCRIPT_DATA,_n.PLAINTEXT,_n.CDATA_SECTION;const En=new Set([fn.DD,fn.DT,fn.LI,fn.OPTGROUP,fn.OPTION,fn.P,fn.RB,fn.RP,fn.RT,fn.RTC]);new Set([...En,fn.CAPTION,fn.COLGROUP,fn.TBODY,fn.TD,fn.TFOOT,fn.TH,fn.THEAD,fn.TR]),new Map([[fn.APPLET,un.HTML],[fn.CAPTION,un.HTML],[fn.HTML,un.HTML],[fn.MARQUEE,un.HTML],[fn.OBJECT,un.HTML],[fn.TABLE,un.HTML],[fn.TD,un.HTML],[fn.TEMPLATE,un.HTML],[fn.TH,un.HTML],[fn.ANNOTATION_XML,un.MATHML],[fn.MI,un.MATHML],[fn.MN,un.MATHML],[fn.MO,un.MATHML],[fn.MS,un.MATHML],[fn.MTEXT,un.MATHML],[fn.DESC,un.SVG],[fn.FOREIGN_OBJECT,un.SVG],[fn.TITLE,un.SVG]]),fn.H1,fn.H2,fn.H3,fn.H4,fn.H5,fn.H6,fn.TR,fn.TEMPLATE,fn.HTML,fn.TBODY,fn.TFOOT,fn.THEAD,fn.TEMPLATE,fn.HTML,fn.TABLE,fn.TEMPLATE,fn.HTML,fn.TD,fn.TH;var bn;!function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"}(bn=bn||(bn={}));bn.Marker;const vn=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],xn=(new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"]);new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map((e=>[e.toLowerCase(),e]))),new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:un.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:un.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:un.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:un.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:un.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:un.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:un.XLINK}],["xml:base",{prefix:"xml",name:"base",namespace:un.XML}],["xml:lang",{prefix:"xml",name:"lang",namespace:un.XML}],["xml:space",{prefix:"xml",name:"space",namespace:un.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:un.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:un.XMLNS}]]),new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((e=>[e.toLowerCase(),e]))),new Set([fn.B,fn.BIG,fn.BLOCKQUOTE,fn.BODY,fn.BR,fn.CENTER,fn.CODE,fn.DD,fn.DIV,fn.DL,fn.DT,fn.EM,fn.EMBED,fn.H1,fn.H2,fn.H3,fn.H4,fn.H5,fn.H6,fn.HEAD,fn.HR,fn.I,fn.IMG,fn.LI,fn.LISTING,fn.MENU,fn.META,fn.NOBR,fn.OL,fn.P,fn.PRE,fn.RUBY,fn.S,fn.SMALL,fn.SPAN,fn.STRONG,fn.STRIKE,fn.SUB,fn.SUP,fn.TABLE,fn.TT,fn.U,fn.UL,fn.VAR]);var Tn;!function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"}(Tn||(Tn={}));new Set([fn.TABLE,fn.TBODY,fn.TFOOT,fn.THEAD,fn.TR]);new Set([fn.CAPTION,fn.COL,fn.COLGROUP,fn.TBODY,fn.TD,fn.TFOOT,fn.TH,fn.THEAD,fn.TR]);const yn=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]);String.prototype.codePointAt;function An(e,t){return function(i){let n,r=0,a="";for(;n=e.exec(i);)r!==n.index&&(a+=i.substring(r,n.index)),a+=t.get(n[0].charCodeAt(0)),r=n.index+1;return a+i.substring(r)}}An(/[&<>'"]/g,yn);const wn=An(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),Sn=An(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]));new Set([dn.AREA,dn.BASE,dn.BASEFONT,dn.BGSOUND,dn.BR,dn.COL,dn.EMBED,dn.FRAME,dn.HR,dn.IMG,dn.INPUT,dn.KEYGEN,dn.LINK,dn.META,dn.PARAM,dn.SOURCE,dn.TRACK,dn.WBR]);class Cn extends l.Writable{_write(e,t,i){i()}}const Rn=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),Nn="�";var In;!function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.NUMBER_SIGN=35]="NUMBER_SIGN",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_F=70]="LATIN_CAPITAL_F",e[e.LATIN_CAPITAL_X=88]="LATIN_CAPITAL_X",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_F=102]="LATIN_SMALL_F",e[e.LATIN_SMALL_X=120]="LATIN_SMALL_X",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z",e[e.REPLACEMENT_CHARACTER=65533]="REPLACEMENT_CHARACTER"}(In=In||(In={}));const On="--",kn="[CDATA[",Dn="doctype",Pn="script",Ln="public",Mn="system";function Un(e){return e>=55296&&e<=57343}function Fn(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31||e>=127&&e<=159}function Bn(e){return e>=64976&&e<=65007||Rn.has(e)}var Hn;!function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"}(Hn=Hn||(Hn={}));class jn{constructor(e){this.handler=e,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+Number(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(e){const{line:t,col:i,offset:n}=this;return{code:e,startLine:t,endLine:t,startCol:i,endCol:i,startOffset:n,endOffset:n}}_err(e){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(e)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(e){if(this.pos!==this.html.length-1){const t=this.html.charCodeAt(this.pos+1);if(function(e){return e>=56320&&e<=57343}(t))return this.pos++,this._addGap(),1024*(e-55296)+9216+t}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,In.EOF;return this._err(Hn.surrogateInInputStream),e}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(e,t){this.html.length>0?this.html+=e:this.html=e,this.endOfChunkHit=!1,this.lastChunkWritten=t}insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(e,t){if(this.pos+e.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(t)return this.html.startsWith(e,this.pos);for(let t=0;t<e.length;t++){if((32|this.html.charCodeAt(this.pos+t))!==e.charCodeAt(t))return!1}return!0}peek(e){const t=this.pos+e;if(t>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,In.EOF;const i=this.html.charCodeAt(t);return i===In.CARRIAGE_RETURN?In.LINE_FEED:i}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,In.EOF;let e=this.html.charCodeAt(this.pos);if(e===In.CARRIAGE_RETURN)return this.isEol=!0,this.skipNextNewLine=!0,In.LINE_FEED;if(e===In.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine))return this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance();this.skipNextNewLine=!1,Un(e)&&(e=this._processSurrogate(e));return null===this.handler.onParseError||e>31&&e<127||e===In.LINE_FEED||e===In.CARRIAGE_RETURN||e>159&&e<64976||this._checkForProblematicCharacters(e),e}_checkForProblematicCharacters(e){Fn(e)?this._err(Hn.controlCharacterInInputStream):Bn(e)&&this._err(Hn.noncharacterInInputStream)}retreat(e){for(this.pos-=e;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var Gn,qn,$n,Vn,zn,Wn;!function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"}(Gn=Gn||(Gn={})),function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"}(qn=qn||(qn={})),function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"}($n=$n||($n={})),function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"}(Vn=Vn||(Vn={})),function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"}(zn=zn||(zn={})),function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SECTION=94]="SECTION",e[e.SELECT=95]="SELECT",e[e.SOURCE=96]="SOURCE",e[e.SMALL=97]="SMALL",e[e.SPAN=98]="SPAN",e[e.STRIKE=99]="STRIKE",e[e.STRONG=100]="STRONG",e[e.STYLE=101]="STYLE",e[e.SUB=102]="SUB",e[e.SUMMARY=103]="SUMMARY",e[e.SUP=104]="SUP",e[e.TABLE=105]="TABLE",e[e.TBODY=106]="TBODY",e[e.TEMPLATE=107]="TEMPLATE",e[e.TEXTAREA=108]="TEXTAREA",e[e.TFOOT=109]="TFOOT",e[e.TD=110]="TD",e[e.TH=111]="TH",e[e.THEAD=112]="THEAD",e[e.TITLE=113]="TITLE",e[e.TR=114]="TR",e[e.TRACK=115]="TRACK",e[e.TT=116]="TT",e[e.U=117]="U",e[e.UL=118]="UL",e[e.SVG=119]="SVG",e[e.VAR=120]="VAR",e[e.WBR=121]="WBR",e[e.XMP=122]="XMP"}(Wn=Wn||(Wn={}));const Yn=new Map([[zn.A,Wn.A],[zn.ADDRESS,Wn.ADDRESS],[zn.ANNOTATION_XML,Wn.ANNOTATION_XML],[zn.APPLET,Wn.APPLET],[zn.AREA,Wn.AREA],[zn.ARTICLE,Wn.ARTICLE],[zn.ASIDE,Wn.ASIDE],[zn.B,Wn.B],[zn.BASE,Wn.BASE],[zn.BASEFONT,Wn.BASEFONT],[zn.BGSOUND,Wn.BGSOUND],[zn.BIG,Wn.BIG],[zn.BLOCKQUOTE,Wn.BLOCKQUOTE],[zn.BODY,Wn.BODY],[zn.BR,Wn.BR],[zn.BUTTON,Wn.BUTTON],[zn.CAPTION,Wn.CAPTION],[zn.CENTER,Wn.CENTER],[zn.CODE,Wn.CODE],[zn.COL,Wn.COL],[zn.COLGROUP,Wn.COLGROUP],[zn.DD,Wn.DD],[zn.DESC,Wn.DESC],[zn.DETAILS,Wn.DETAILS],[zn.DIALOG,Wn.DIALOG],[zn.DIR,Wn.DIR],[zn.DIV,Wn.DIV],[zn.DL,Wn.DL],[zn.DT,Wn.DT],[zn.EM,Wn.EM],[zn.EMBED,Wn.EMBED],[zn.FIELDSET,Wn.FIELDSET],[zn.FIGCAPTION,Wn.FIGCAPTION],[zn.FIGURE,Wn.FIGURE],[zn.FONT,Wn.FONT],[zn.FOOTER,Wn.FOOTER],[zn.FOREIGN_OBJECT,Wn.FOREIGN_OBJECT],[zn.FORM,Wn.FORM],[zn.FRAME,Wn.FRAME],[zn.FRAMESET,Wn.FRAMESET],[zn.H1,Wn.H1],[zn.H2,Wn.H2],[zn.H3,Wn.H3],[zn.H4,Wn.H4],[zn.H5,Wn.H5],[zn.H6,Wn.H6],[zn.HEAD,Wn.HEAD],[zn.HEADER,Wn.HEADER],[zn.HGROUP,Wn.HGROUP],[zn.HR,Wn.HR],[zn.HTML,Wn.HTML],[zn.I,Wn.I],[zn.IMG,Wn.IMG],[zn.IMAGE,Wn.IMAGE],[zn.INPUT,Wn.INPUT],[zn.IFRAME,Wn.IFRAME],[zn.KEYGEN,Wn.KEYGEN],[zn.LABEL,Wn.LABEL],[zn.LI,Wn.LI],[zn.LINK,Wn.LINK],[zn.LISTING,Wn.LISTING],[zn.MAIN,Wn.MAIN],[zn.MALIGNMARK,Wn.MALIGNMARK],[zn.MARQUEE,Wn.MARQUEE],[zn.MATH,Wn.MATH],[zn.MENU,Wn.MENU],[zn.META,Wn.META],[zn.MGLYPH,Wn.MGLYPH],[zn.MI,Wn.MI],[zn.MO,Wn.MO],[zn.MN,Wn.MN],[zn.MS,Wn.MS],[zn.MTEXT,Wn.MTEXT],[zn.NAV,Wn.NAV],[zn.NOBR,Wn.NOBR],[zn.NOFRAMES,Wn.NOFRAMES],[zn.NOEMBED,Wn.NOEMBED],[zn.NOSCRIPT,Wn.NOSCRIPT],[zn.OBJECT,Wn.OBJECT],[zn.OL,Wn.OL],[zn.OPTGROUP,Wn.OPTGROUP],[zn.OPTION,Wn.OPTION],[zn.P,Wn.P],[zn.PARAM,Wn.PARAM],[zn.PLAINTEXT,Wn.PLAINTEXT],[zn.PRE,Wn.PRE],[zn.RB,Wn.RB],[zn.RP,Wn.RP],[zn.RT,Wn.RT],[zn.RTC,Wn.RTC],[zn.RUBY,Wn.RUBY],[zn.S,Wn.S],[zn.SCRIPT,Wn.SCRIPT],[zn.SECTION,Wn.SECTION],[zn.SELECT,Wn.SELECT],[zn.SOURCE,Wn.SOURCE],[zn.SMALL,Wn.SMALL],[zn.SPAN,Wn.SPAN],[zn.STRIKE,Wn.STRIKE],[zn.STRONG,Wn.STRONG],[zn.STYLE,Wn.STYLE],[zn.SUB,Wn.SUB],[zn.SUMMARY,Wn.SUMMARY],[zn.SUP,Wn.SUP],[zn.TABLE,Wn.TABLE],[zn.TBODY,Wn.TBODY],[zn.TEMPLATE,Wn.TEMPLATE],[zn.TEXTAREA,Wn.TEXTAREA],[zn.TFOOT,Wn.TFOOT],[zn.TD,Wn.TD],[zn.TH,Wn.TH],[zn.THEAD,Wn.THEAD],[zn.TITLE,Wn.TITLE],[zn.TR,Wn.TR],[zn.TRACK,Wn.TRACK],[zn.TT,Wn.TT],[zn.U,Wn.U],[zn.UL,Wn.UL],[zn.SVG,Wn.SVG],[zn.VAR,Wn.VAR],[zn.WBR,Wn.WBR],[zn.XMP,Wn.XMP]]);function Xn(e){var t;return null!==(t=Yn.get(e))&&void 0!==t?t:Wn.UNKNOWN}const Kn=Wn;qn.HTML,new Set([Kn.ADDRESS,Kn.APPLET,Kn.AREA,Kn.ARTICLE,Kn.ASIDE,Kn.BASE,Kn.BASEFONT,Kn.BGSOUND,Kn.BLOCKQUOTE,Kn.BODY,Kn.BR,Kn.BUTTON,Kn.CAPTION,Kn.CENTER,Kn.COL,Kn.COLGROUP,Kn.DD,Kn.DETAILS,Kn.DIR,Kn.DIV,Kn.DL,Kn.DT,Kn.EMBED,Kn.FIELDSET,Kn.FIGCAPTION,Kn.FIGURE,Kn.FOOTER,Kn.FORM,Kn.FRAME,Kn.FRAMESET,Kn.H1,Kn.H2,Kn.H3,Kn.H4,Kn.H5,Kn.H6,Kn.HEAD,Kn.HEADER,Kn.HGROUP,Kn.HR,Kn.HTML,Kn.IFRAME,Kn.IMG,Kn.INPUT,Kn.LI,Kn.LINK,Kn.LISTING,Kn.MAIN,Kn.MARQUEE,Kn.MENU,Kn.META,Kn.NAV,Kn.NOEMBED,Kn.NOFRAMES,Kn.NOSCRIPT,Kn.OBJECT,Kn.OL,Kn.P,Kn.PARAM,Kn.PLAINTEXT,Kn.PRE,Kn.SCRIPT,Kn.SECTION,Kn.SELECT,Kn.SOURCE,Kn.STYLE,Kn.SUMMARY,Kn.TABLE,Kn.TBODY,Kn.TD,Kn.TEMPLATE,Kn.TEXTAREA,Kn.TFOOT,Kn.TH,Kn.THEAD,Kn.TITLE,Kn.TR,Kn.TRACK,Kn.UL,Kn.WBR,Kn.XMP]),qn.MATHML,new Set([Kn.MI,Kn.MO,Kn.MN,Kn.MS,Kn.MTEXT,Kn.ANNOTATION_XML]),qn.SVG,new Set([Kn.TITLE,Kn.FOREIGN_OBJECT,Kn.DESC]),qn.XLINK,new Set,qn.XML,new Set,qn.XMLNS,new Set;new Set([zn.STYLE,zn.SCRIPT,zn.XMP,zn.IFRAME,zn.NOEMBED,zn.NOFRAMES,zn.PLAINTEXT]);const Qn=new Map([[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);var Jn;!function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.NAMED_CHARACTER_REFERENCE=72]="NAMED_CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=73]="AMBIGUOUS_AMPERSAND",e[e.NUMERIC_CHARACTER_REFERENCE=74]="NUMERIC_CHARACTER_REFERENCE",e[e.HEXADEMICAL_CHARACTER_REFERENCE_START=75]="HEXADEMICAL_CHARACTER_REFERENCE_START",e[e.HEXADEMICAL_CHARACTER_REFERENCE=76]="HEXADEMICAL_CHARACTER_REFERENCE",e[e.DECIMAL_CHARACTER_REFERENCE=77]="DECIMAL_CHARACTER_REFERENCE",e[e.NUMERIC_CHARACTER_REFERENCE_END=78]="NUMERIC_CHARACTER_REFERENCE_END"}(Jn||(Jn={}));const Zn={DATA:Jn.DATA,RCDATA:Jn.RCDATA,RAWTEXT:Jn.RAWTEXT,SCRIPT_DATA:Jn.SCRIPT_DATA,PLAINTEXT:Jn.PLAINTEXT,CDATA_SECTION:Jn.CDATA_SECTION};function er(e){return e>=In.DIGIT_0&&e<=In.DIGIT_9}function tr(e){return e>=In.LATIN_CAPITAL_A&&e<=In.LATIN_CAPITAL_Z}function ir(e){return function(e){return e>=In.LATIN_SMALL_A&&e<=In.LATIN_SMALL_Z}(e)||tr(e)}function nr(e){return ir(e)||er(e)}function rr(e){return e>=In.LATIN_CAPITAL_A&&e<=In.LATIN_CAPITAL_F}function ar(e){return e>=In.LATIN_SMALL_A&&e<=In.LATIN_SMALL_F}function sr(e){return e+32}function or(e){return e===In.SPACE||e===In.LINE_FEED||e===In.TABULATION||e===In.FORM_FEED}function cr(e){return or(e)||e===In.SOLIDUS||e===In.GREATER_THAN_SIGN}class lr{constructor(e,t){this.options=e,this.handler=t,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=Jn.DATA,this.returnState=Jn.DATA,this.charRefCode=-1,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new jn(t),this.currentLocation=this.getCurrentLocation(-1)}_err(e){var t,i;null===(i=(t=this.handler).onParseError)||void 0===i||i.call(t,this.preprocessor.getError(e))}getCurrentLocation(e){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-e,startOffset:this.preprocessor.offset-e,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const e=this._consume();this._ensureHibernation()||this._callState(e)}this.inLoop=!1}}pause(){this.paused=!0}resume(e){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,this.inLoop||(this._runParsingLoop(),this.paused||null==e||e())}write(e,t,i){this.active=!0,this.preprocessor.write(e,t),this._runParsingLoop(),this.paused||null==i||i()}insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e),this._runParsingLoop()}_ensureHibernation(){return!!this.preprocessor.endOfChunkHit&&(this._unconsume(this.consumedAfterSnapshot),this.active=!1,!0)}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_unconsume(e){this.consumedAfterSnapshot-=e,this.preprocessor.retreat(e)}_reconsumeInState(e,t){this.state=e,this._callState(t)}_advanceBy(e){this.consumedAfterSnapshot+=e;for(let t=0;t<e;t++)this.preprocessor.advance()}_consumeSequenceIfMatch(e,t){return!!this.preprocessor.startsWith(e,t)&&(this._advanceBy(e.length-1),!0)}_createStartTagToken(){this.currentToken={type:Gn.START_TAG,tagName:"",tagID:Wn.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:Gn.END_TAG,tagName:"",tagID:Wn.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(e){this.currentToken={type:Gn.COMMENT,data:"",location:this.getCurrentLocation(e)}}_createDoctypeToken(e){this.currentToken={type:Gn.DOCTYPE,name:e,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t,location:this.currentLocation}}_createAttr(e){this.currentAttr={name:e,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var e,t;const i=this.currentToken;if(null===function(e,t){for(let i=e.attrs.length-1;i>=0;i--)if(e.attrs[i].name===t)return e.attrs[i].value;return null}(i,this.currentAttr.name)){if(i.attrs.push(this.currentAttr),i.location&&this.currentLocation){(null!==(e=(t=i.location).attrs)&&void 0!==e?e:t.attrs=Object.create(null))[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(Hn.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(e){this._emitCurrentCharacterToken(e.location),this.currentToken=null,e.location&&(e.location.endLine=this.preprocessor.line,e.location.endCol=this.preprocessor.col+1,e.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){const e=this.currentToken;this.prepareToken(e),e.tagID=Xn(e.tagName),e.type===Gn.START_TAG?(this.lastStartTagName=e.tagName,this.handler.onStartTag(e)):(e.attrs.length>0&&this._err(Hn.endTagWithAttributes),e.selfClosing&&this._err(Hn.endTagWithTrailingSolidus),this.handler.onEndTag(e)),this.preprocessor.dropParsedChunk()}emitCurrentComment(e){this.prepareToken(e),this.handler.onComment(e),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(e){this.prepareToken(e),this.handler.onDoctype(e),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(e){if(this.currentCharacterToken){switch(e&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=e.startLine,this.currentCharacterToken.location.endCol=e.startCol,this.currentCharacterToken.location.endOffset=e.startOffset),this.currentCharacterToken.type){case Gn.CHARACTER:this.handler.onCharacter(this.currentCharacterToken);break;case Gn.NULL_CHARACTER:this.handler.onNullCharacter(this.currentCharacterToken);break;case Gn.WHITESPACE_CHARACTER:this.handler.onWhitespaceCharacter(this.currentCharacterToken)}this.currentCharacterToken=null}}_emitEOFToken(){const e=this.getCurrentLocation(0);e&&(e.endLine=e.startLine,e.endCol=e.startCol,e.endOffset=e.startOffset),this._emitCurrentCharacterToken(e),this.handler.onEof({type:Gn.EOF,location:e}),this.active=!1}_appendCharToCurrentCharacterToken(e,t){if(this.currentCharacterToken){if(this.currentCharacterToken.type===e)return void(this.currentCharacterToken.chars+=t);this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk()}this._createCharacterToken(e,t)}_emitCodePoint(e){const t=or(e)?Gn.WHITESPACE_CHARACTER:e===In.NULL?Gn.NULL_CHARACTER:Gn.CHARACTER;this._appendCharToCurrentCharacterToken(t,String.fromCodePoint(e))}_emitChars(e){this._appendCharToCurrentCharacterToken(Gn.CHARACTER,e)}_matchNamedCharacterReference(e){let t=null,i=0,n=!1;for(let a=0,s=Zi[0];a>=0&&(a=ln(Zi,s,a+1,e),!(a<0));e=this._consume()){i+=1,s=Zi[a];const o=s&on.VALUE_LENGTH;if(o){const s=(o>>14)-1;if(e!==In.SEMICOLON&&this._isCharacterReferenceInAttribute()&&((r=this.preprocessor.peek(1))===In.EQUALS_SIGN||nr(r))?(t=[In.AMPERSAND],a+=s):(t=0===s?[Zi[a]&~on.VALUE_LENGTH]:1===s?[Zi[++a]]:[Zi[++a],Zi[++a]],i=0,n=e!==In.SEMICOLON),0===s){this._consume();break}}}var r;return this._unconsume(i),n&&!this.preprocessor.endOfChunkHit&&this._err(Hn.missingSemicolonAfterCharacterReference),this._unconsume(1),t}_isCharacterReferenceInAttribute(){return this.returnState===Jn.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===Jn.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===Jn.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(e){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(e):this._emitCodePoint(e)}_callState(e){switch(this.state){case Jn.DATA:this._stateData(e);break;case Jn.RCDATA:this._stateRcdata(e);break;case Jn.RAWTEXT:this._stateRawtext(e);break;case Jn.SCRIPT_DATA:this._stateScriptData(e);break;case Jn.PLAINTEXT:this._statePlaintext(e);break;case Jn.TAG_OPEN:this._stateTagOpen(e);break;case Jn.END_TAG_OPEN:this._stateEndTagOpen(e);break;case Jn.TAG_NAME:this._stateTagName(e);break;case Jn.RCDATA_LESS_THAN_SIGN:this._stateRcdataLessThanSign(e);break;case Jn.RCDATA_END_TAG_OPEN:this._stateRcdataEndTagOpen(e);break;case Jn.RCDATA_END_TAG_NAME:this._stateRcdataEndTagName(e);break;case Jn.RAWTEXT_LESS_THAN_SIGN:this._stateRawtextLessThanSign(e);break;case Jn.RAWTEXT_END_TAG_OPEN:this._stateRawtextEndTagOpen(e);break;case Jn.RAWTEXT_END_TAG_NAME:this._stateRawtextEndTagName(e);break;case Jn.SCRIPT_DATA_LESS_THAN_SIGN:this._stateScriptDataLessThanSign(e);break;case Jn.SCRIPT_DATA_END_TAG_OPEN:this._stateScriptDataEndTagOpen(e);break;case Jn.SCRIPT_DATA_END_TAG_NAME:this._stateScriptDataEndTagName(e);break;case Jn.SCRIPT_DATA_ESCAPE_START:this._stateScriptDataEscapeStart(e);break;case Jn.SCRIPT_DATA_ESCAPE_START_DASH:this._stateScriptDataEscapeStartDash(e);break;case Jn.SCRIPT_DATA_ESCAPED:this._stateScriptDataEscaped(e);break;case Jn.SCRIPT_DATA_ESCAPED_DASH:this._stateScriptDataEscapedDash(e);break;case Jn.SCRIPT_DATA_ESCAPED_DASH_DASH:this._stateScriptDataEscapedDashDash(e);break;case Jn.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataEscapedLessThanSign(e);break;case Jn.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:this._stateScriptDataEscapedEndTagOpen(e);break;case Jn.SCRIPT_DATA_ESCAPED_END_TAG_NAME:this._stateScriptDataEscapedEndTagName(e);break;case Jn.SCRIPT_DATA_DOUBLE_ESCAPE_START:this._stateScriptDataDoubleEscapeStart(e);break;case Jn.SCRIPT_DATA_DOUBLE_ESCAPED:this._stateScriptDataDoubleEscaped(e);break;case Jn.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:this._stateScriptDataDoubleEscapedDash(e);break;case Jn.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:this._stateScriptDataDoubleEscapedDashDash(e);break;case Jn.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataDoubleEscapedLessThanSign(e);break;case Jn.SCRIPT_DATA_DOUBLE_ESCAPE_END:this._stateScriptDataDoubleEscapeEnd(e);break;case Jn.BEFORE_ATTRIBUTE_NAME:this._stateBeforeAttributeName(e);break;case Jn.ATTRIBUTE_NAME:this._stateAttributeName(e);break;case Jn.AFTER_ATTRIBUTE_NAME:this._stateAfterAttributeName(e);break;case Jn.BEFORE_ATTRIBUTE_VALUE:this._stateBeforeAttributeValue(e);break;case Jn.ATTRIBUTE_VALUE_DOUBLE_QUOTED:this._stateAttributeValueDoubleQuoted(e);break;case Jn.ATTRIBUTE_VALUE_SINGLE_QUOTED:this._stateAttributeValueSingleQuoted(e);break;case Jn.ATTRIBUTE_VALUE_UNQUOTED:this._stateAttributeValueUnquoted(e);break;case Jn.AFTER_ATTRIBUTE_VALUE_QUOTED:this._stateAfterAttributeValueQuoted(e);break;case Jn.SELF_CLOSING_START_TAG:this._stateSelfClosingStartTag(e);break;case Jn.BOGUS_COMMENT:this._stateBogusComment(e);break;case Jn.MARKUP_DECLARATION_OPEN:this._stateMarkupDeclarationOpen(e);break;case Jn.COMMENT_START:this._stateCommentStart(e);break;case Jn.COMMENT_START_DASH:this._stateCommentStartDash(e);break;case Jn.COMMENT:this._stateComment(e);break;case Jn.COMMENT_LESS_THAN_SIGN:this._stateCommentLessThanSign(e);break;case Jn.COMMENT_LESS_THAN_SIGN_BANG:this._stateCommentLessThanSignBang(e);break;case Jn.COMMENT_LESS_THAN_SIGN_BANG_DASH:this._stateCommentLessThanSignBangDash(e);break;case Jn.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:this._stateCommentLessThanSignBangDashDash(e);break;case Jn.COMMENT_END_DASH:this._stateCommentEndDash(e);break;case Jn.COMMENT_END:this._stateCommentEnd(e);break;case Jn.COMMENT_END_BANG:this._stateCommentEndBang(e);break;case Jn.DOCTYPE:this._stateDoctype(e);break;case Jn.BEFORE_DOCTYPE_NAME:this._stateBeforeDoctypeName(e);break;case Jn.DOCTYPE_NAME:this._stateDoctypeName(e);break;case Jn.AFTER_DOCTYPE_NAME:this._stateAfterDoctypeName(e);break;case Jn.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._stateAfterDoctypePublicKeyword(e);break;case Jn.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:this._stateBeforeDoctypePublicIdentifier(e);break;case Jn.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypePublicIdentifierDoubleQuoted(e);break;case Jn.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypePublicIdentifierSingleQuoted(e);break;case Jn.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:this._stateAfterDoctypePublicIdentifier(e);break;case Jn.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:this._stateBetweenDoctypePublicAndSystemIdentifiers(e);break;case Jn.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._stateAfterDoctypeSystemKeyword(e);break;case Jn.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:this._stateBeforeDoctypeSystemIdentifier(e);break;case Jn.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypeSystemIdentifierDoubleQuoted(e);break;case Jn.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypeSystemIdentifierSingleQuoted(e);break;case Jn.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:this._stateAfterDoctypeSystemIdentifier(e);break;case Jn.BOGUS_DOCTYPE:this._stateBogusDoctype(e);break;case Jn.CDATA_SECTION:this._stateCdataSection(e);break;case Jn.CDATA_SECTION_BRACKET:this._stateCdataSectionBracket(e);break;case Jn.CDATA_SECTION_END:this._stateCdataSectionEnd(e);break;case Jn.CHARACTER_REFERENCE:this._stateCharacterReference(e);break;case Jn.NAMED_CHARACTER_REFERENCE:this._stateNamedCharacterReference(e);break;case Jn.AMBIGUOUS_AMPERSAND:this._stateAmbiguousAmpersand(e);break;case Jn.NUMERIC_CHARACTER_REFERENCE:this._stateNumericCharacterReference(e);break;case Jn.HEXADEMICAL_CHARACTER_REFERENCE_START:this._stateHexademicalCharacterReferenceStart(e);break;case Jn.HEXADEMICAL_CHARACTER_REFERENCE:this._stateHexademicalCharacterReference(e);break;case Jn.DECIMAL_CHARACTER_REFERENCE:this._stateDecimalCharacterReference(e);break;case Jn.NUMERIC_CHARACTER_REFERENCE_END:this._stateNumericCharacterReferenceEnd(e);break;default:throw new Error("Unknown state")}}_stateData(e){switch(e){case In.LESS_THAN_SIGN:this.state=Jn.TAG_OPEN;break;case In.AMPERSAND:this.returnState=Jn.DATA,this.state=Jn.CHARACTER_REFERENCE;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitCodePoint(e);break;case In.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRcdata(e){switch(e){case In.AMPERSAND:this.returnState=Jn.RCDATA,this.state=Jn.CHARACTER_REFERENCE;break;case In.LESS_THAN_SIGN:this.state=Jn.RCDATA_LESS_THAN_SIGN;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitChars(Nn);break;case In.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRawtext(e){switch(e){case In.LESS_THAN_SIGN:this.state=Jn.RAWTEXT_LESS_THAN_SIGN;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitChars(Nn);break;case In.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptData(e){switch(e){case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_LESS_THAN_SIGN;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitChars(Nn);break;case In.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_statePlaintext(e){switch(e){case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitChars(Nn);break;case In.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateTagOpen(e){if(ir(e))this._createStartTagToken(),this.state=Jn.TAG_NAME,this._stateTagName(e);else switch(e){case In.EXCLAMATION_MARK:this.state=Jn.MARKUP_DECLARATION_OPEN;break;case In.SOLIDUS:this.state=Jn.END_TAG_OPEN;break;case In.QUESTION_MARK:this._err(Hn.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=Jn.BOGUS_COMMENT,this._stateBogusComment(e);break;case In.EOF:this._err(Hn.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break;default:this._err(Hn.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=Jn.DATA,this._stateData(e)}}_stateEndTagOpen(e){if(ir(e))this._createEndTagToken(),this.state=Jn.TAG_NAME,this._stateTagName(e);else switch(e){case In.GREATER_THAN_SIGN:this._err(Hn.missingEndTagName),this.state=Jn.DATA;break;case In.EOF:this._err(Hn.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break;default:this._err(Hn.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=Jn.BOGUS_COMMENT,this._stateBogusComment(e)}}_stateTagName(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this.state=Jn.BEFORE_ATTRIBUTE_NAME;break;case In.SOLIDUS:this.state=Jn.SELF_CLOSING_START_TAG;break;case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentTagToken();break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.tagName+=Nn;break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:t.tagName+=String.fromCodePoint(tr(e)?sr(e):e)}}_stateRcdataLessThanSign(e){e===In.SOLIDUS?this.state=Jn.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=Jn.RCDATA,this._stateRcdata(e))}_stateRcdataEndTagOpen(e){ir(e)?(this.state=Jn.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(e)):(this._emitChars("</"),this.state=Jn.RCDATA,this._stateRcdata(e))}handleSpecialEndTag(e){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();this.currentToken.tagName=this.lastStartTagName;switch(this.preprocessor.peek(this.lastStartTagName.length)){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=Jn.BEFORE_ATTRIBUTE_NAME,!1;case In.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=Jn.SELF_CLOSING_START_TAG,!1;case In.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=Jn.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=Jn.RCDATA,this._stateRcdata(e))}_stateRawtextLessThanSign(e){e===In.SOLIDUS?this.state=Jn.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=Jn.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagOpen(e){ir(e)?(this.state=Jn.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(e)):(this._emitChars("</"),this.state=Jn.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=Jn.RAWTEXT,this._stateRawtext(e))}_stateScriptDataLessThanSign(e){switch(e){case In.SOLIDUS:this.state=Jn.SCRIPT_DATA_END_TAG_OPEN;break;case In.EXCLAMATION_MARK:this.state=Jn.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break;default:this._emitChars("<"),this.state=Jn.SCRIPT_DATA,this._stateScriptData(e)}}_stateScriptDataEndTagOpen(e){ir(e)?(this.state=Jn.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(e)):(this._emitChars("</"),this.state=Jn.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=Jn.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStart(e){e===In.HYPHEN_MINUS?(this.state=Jn.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=Jn.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStartDash(e){e===In.HYPHEN_MINUS?(this.state=Jn.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=Jn.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscaped(e){switch(e){case In.HYPHEN_MINUS:this.state=Jn.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break;case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitChars(Nn);break;case In.EOF:this._err(Hn.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataEscapedDash(e){switch(e){case In.HYPHEN_MINUS:this.state=Jn.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break;case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.state=Jn.SCRIPT_DATA_ESCAPED,this._emitChars(Nn);break;case In.EOF:this._err(Hn.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=Jn.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedDashDash(e){switch(e){case In.HYPHEN_MINUS:this._emitChars("-");break;case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case In.GREATER_THAN_SIGN:this.state=Jn.SCRIPT_DATA,this._emitChars(">");break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.state=Jn.SCRIPT_DATA_ESCAPED,this._emitChars(Nn);break;case In.EOF:this._err(Hn.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=Jn.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedLessThanSign(e){e===In.SOLIDUS?this.state=Jn.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:ir(e)?(this._emitChars("<"),this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(e)):(this._emitChars("<"),this.state=Jn.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagOpen(e){ir(e)?(this.state=Jn.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(e)):(this._emitChars("</"),this.state=Jn.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=Jn.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscapeStart(e){if(this.preprocessor.startsWith(Pn,!1)&&cr(this.preprocessor.peek(Pn.length))){this._emitCodePoint(e);for(let e=0;e<Pn.length;e++)this._emitCodePoint(this._consume());this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=Jn.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscaped(e){switch(e){case In.HYPHEN_MINUS:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break;case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._emitChars(Nn);break;case In.EOF:this._err(Hn.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDash(e){switch(e){case In.HYPHEN_MINUS:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break;case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(Nn);break;case In.EOF:this._err(Hn.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDashDash(e){switch(e){case In.HYPHEN_MINUS:this._emitChars("-");break;case In.LESS_THAN_SIGN:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case In.GREATER_THAN_SIGN:this.state=Jn.SCRIPT_DATA,this._emitChars(">");break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(Nn);break;case In.EOF:this._err(Hn.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedLessThanSign(e){e===In.SOLIDUS?(this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateScriptDataDoubleEscapeEnd(e){if(this.preprocessor.startsWith(Pn,!1)&&cr(this.preprocessor.peek(Pn.length))){this._emitCodePoint(e);for(let e=0;e<Pn.length;e++)this._emitCodePoint(this._consume());this.state=Jn.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=Jn.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateBeforeAttributeName(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.SOLIDUS:case In.GREATER_THAN_SIGN:case In.EOF:this.state=Jn.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case In.EQUALS_SIGN:this._err(Hn.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=Jn.ATTRIBUTE_NAME;break;default:this._createAttr(""),this.state=Jn.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateAttributeName(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:case In.SOLIDUS:case In.GREATER_THAN_SIGN:case In.EOF:this._leaveAttrName(),this.state=Jn.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case In.EQUALS_SIGN:this._leaveAttrName(),this.state=Jn.BEFORE_ATTRIBUTE_VALUE;break;case In.QUOTATION_MARK:case In.APOSTROPHE:case In.LESS_THAN_SIGN:this._err(Hn.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(e);break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.currentAttr.name+=Nn;break;default:this.currentAttr.name+=String.fromCodePoint(tr(e)?sr(e):e)}}_stateAfterAttributeName(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.SOLIDUS:this.state=Jn.SELF_CLOSING_START_TAG;break;case In.EQUALS_SIGN:this.state=Jn.BEFORE_ATTRIBUTE_VALUE;break;case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentTagToken();break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:this._createAttr(""),this.state=Jn.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateBeforeAttributeValue(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.QUOTATION_MARK:this.state=Jn.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break;case In.APOSTROPHE:this.state=Jn.ATTRIBUTE_VALUE_SINGLE_QUOTED;break;case In.GREATER_THAN_SIGN:this._err(Hn.missingAttributeValue),this.state=Jn.DATA,this.emitCurrentTagToken();break;default:this.state=Jn.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(e)}}_stateAttributeValueDoubleQuoted(e){switch(e){case In.QUOTATION_MARK:this.state=Jn.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case In.AMPERSAND:this.returnState=Jn.ATTRIBUTE_VALUE_DOUBLE_QUOTED,this.state=Jn.CHARACTER_REFERENCE;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.currentAttr.value+=Nn;break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueSingleQuoted(e){switch(e){case In.APOSTROPHE:this.state=Jn.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case In.AMPERSAND:this.returnState=Jn.ATTRIBUTE_VALUE_SINGLE_QUOTED,this.state=Jn.CHARACTER_REFERENCE;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.currentAttr.value+=Nn;break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueUnquoted(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this._leaveAttrValue(),this.state=Jn.BEFORE_ATTRIBUTE_NAME;break;case In.AMPERSAND:this.returnState=Jn.ATTRIBUTE_VALUE_UNQUOTED,this.state=Jn.CHARACTER_REFERENCE;break;case In.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=Jn.DATA,this.emitCurrentTagToken();break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this.currentAttr.value+=Nn;break;case In.QUOTATION_MARK:case In.APOSTROPHE:case In.LESS_THAN_SIGN:case In.EQUALS_SIGN:case In.GRAVE_ACCENT:this._err(Hn.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(e);break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAfterAttributeValueQuoted(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this._leaveAttrValue(),this.state=Jn.BEFORE_ATTRIBUTE_NAME;break;case In.SOLIDUS:this._leaveAttrValue(),this.state=Jn.SELF_CLOSING_START_TAG;break;case In.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=Jn.DATA,this.emitCurrentTagToken();break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:this._err(Hn.missingWhitespaceBetweenAttributes),this.state=Jn.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateSelfClosingStartTag(e){switch(e){case In.GREATER_THAN_SIGN:this.currentToken.selfClosing=!0,this.state=Jn.DATA,this.emitCurrentTagToken();break;case In.EOF:this._err(Hn.eofInTag),this._emitEOFToken();break;default:this._err(Hn.unexpectedSolidusInTag),this.state=Jn.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateBogusComment(e){const t=this.currentToken;switch(e){case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentComment(t);break;case In.EOF:this.emitCurrentComment(t),this._emitEOFToken();break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.data+=Nn;break;default:t.data+=String.fromCodePoint(e)}}_stateMarkupDeclarationOpen(e){this._consumeSequenceIfMatch(On,!0)?(this._createCommentToken(On.length+1),this.state=Jn.COMMENT_START):this._consumeSequenceIfMatch(Dn,!1)?(this.currentLocation=this.getCurrentLocation(Dn.length+1),this.state=Jn.DOCTYPE):this._consumeSequenceIfMatch(kn,!0)?this.inForeignNode?this.state=Jn.CDATA_SECTION:(this._err(Hn.cdataInHtmlContent),this._createCommentToken(kn.length+1),this.currentToken.data="[CDATA[",this.state=Jn.BOGUS_COMMENT):this._ensureHibernation()||(this._err(Hn.incorrectlyOpenedComment),this._createCommentToken(2),this.state=Jn.BOGUS_COMMENT,this._stateBogusComment(e))}_stateCommentStart(e){switch(e){case In.HYPHEN_MINUS:this.state=Jn.COMMENT_START_DASH;break;case In.GREATER_THAN_SIGN:{this._err(Hn.abruptClosingOfEmptyComment),this.state=Jn.DATA;const e=this.currentToken;this.emitCurrentComment(e);break}default:this.state=Jn.COMMENT,this._stateComment(e)}}_stateCommentStartDash(e){const t=this.currentToken;switch(e){case In.HYPHEN_MINUS:this.state=Jn.COMMENT_END;break;case In.GREATER_THAN_SIGN:this._err(Hn.abruptClosingOfEmptyComment),this.state=Jn.DATA,this.emitCurrentComment(t);break;case In.EOF:this._err(Hn.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=Jn.COMMENT,this._stateComment(e)}}_stateComment(e){const t=this.currentToken;switch(e){case In.HYPHEN_MINUS:this.state=Jn.COMMENT_END_DASH;break;case In.LESS_THAN_SIGN:t.data+="<",this.state=Jn.COMMENT_LESS_THAN_SIGN;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.data+=Nn;break;case In.EOF:this._err(Hn.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+=String.fromCodePoint(e)}}_stateCommentLessThanSign(e){const t=this.currentToken;switch(e){case In.EXCLAMATION_MARK:t.data+="!",this.state=Jn.COMMENT_LESS_THAN_SIGN_BANG;break;case In.LESS_THAN_SIGN:t.data+="<";break;default:this.state=Jn.COMMENT,this._stateComment(e)}}_stateCommentLessThanSignBang(e){e===In.HYPHEN_MINUS?this.state=Jn.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=Jn.COMMENT,this._stateComment(e))}_stateCommentLessThanSignBangDash(e){e===In.HYPHEN_MINUS?this.state=Jn.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=Jn.COMMENT_END_DASH,this._stateCommentEndDash(e))}_stateCommentLessThanSignBangDashDash(e){e!==In.GREATER_THAN_SIGN&&e!==In.EOF&&this._err(Hn.nestedComment),this.state=Jn.COMMENT_END,this._stateCommentEnd(e)}_stateCommentEndDash(e){const t=this.currentToken;switch(e){case In.HYPHEN_MINUS:this.state=Jn.COMMENT_END;break;case In.EOF:this._err(Hn.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=Jn.COMMENT,this._stateComment(e)}}_stateCommentEnd(e){const t=this.currentToken;switch(e){case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentComment(t);break;case In.EXCLAMATION_MARK:this.state=Jn.COMMENT_END_BANG;break;case In.HYPHEN_MINUS:t.data+="-";break;case In.EOF:this._err(Hn.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--",this.state=Jn.COMMENT,this._stateComment(e)}}_stateCommentEndBang(e){const t=this.currentToken;switch(e){case In.HYPHEN_MINUS:t.data+="--!",this.state=Jn.COMMENT_END_DASH;break;case In.GREATER_THAN_SIGN:this._err(Hn.incorrectlyClosedComment),this.state=Jn.DATA,this.emitCurrentComment(t);break;case In.EOF:this._err(Hn.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--!",this.state=Jn.COMMENT,this._stateComment(e)}}_stateDoctype(e){switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this.state=Jn.BEFORE_DOCTYPE_NAME;break;case In.GREATER_THAN_SIGN:this.state=Jn.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e);break;case In.EOF:{this._err(Hn.eofInDoctype),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._err(Hn.missingWhitespaceBeforeDoctypeName),this.state=Jn.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e)}}_stateBeforeDoctypeName(e){if(tr(e))this._createDoctypeToken(String.fromCharCode(sr(e))),this.state=Jn.DOCTYPE_NAME;else switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.NULL:this._err(Hn.unexpectedNullCharacter),this._createDoctypeToken(Nn),this.state=Jn.DOCTYPE_NAME;break;case In.GREATER_THAN_SIGN:{this._err(Hn.missingDoctypeName),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this.state=Jn.DATA;break}case In.EOF:{this._err(Hn.eofInDoctype),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(e)),this.state=Jn.DOCTYPE_NAME}}_stateDoctypeName(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this.state=Jn.AFTER_DOCTYPE_NAME;break;case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.name+=Nn;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.name+=String.fromCodePoint(tr(e)?sr(e):e)}}_stateAfterDoctypeName(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._consumeSequenceIfMatch(Ln,!1)?this.state=Jn.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(Mn,!1)?this.state=Jn.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(Hn.invalidCharacterSequenceAfterDoctypeName),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e))}}_stateAfterDoctypePublicKeyword(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this.state=Jn.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break;case In.QUOTATION_MARK:this._err(Hn.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=Jn.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case In.APOSTROPHE:this._err(Hn.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=Jn.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case In.GREATER_THAN_SIGN:this._err(Hn.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.QUOTATION_MARK:t.publicId="",this.state=Jn.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case In.APOSTROPHE:t.publicId="",this.state=Jn.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case In.GREATER_THAN_SIGN:this._err(Hn.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypePublicIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case In.QUOTATION_MARK:this.state=Jn.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.publicId+=Nn;break;case In.GREATER_THAN_SIGN:this._err(Hn.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateDoctypePublicIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case In.APOSTROPHE:this.state=Jn.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.publicId+=Nn;break;case In.GREATER_THAN_SIGN:this._err(Hn.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateAfterDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this.state=Jn.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break;case In.GREATER_THAN_SIGN:this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.QUOTATION_MARK:this._err(Hn.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case In.APOSTROPHE:this._err(Hn.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBetweenDoctypePublicAndSystemIdentifiers(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.QUOTATION_MARK:t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case In.APOSTROPHE:t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateAfterDoctypeSystemKeyword(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:this.state=Jn.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break;case In.QUOTATION_MARK:this._err(Hn.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case In.APOSTROPHE:this._err(Hn.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case In.GREATER_THAN_SIGN:this._err(Hn.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.QUOTATION_MARK:t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case In.APOSTROPHE:t.systemId="",this.state=Jn.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case In.GREATER_THAN_SIGN:this._err(Hn.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=Jn.DATA,this.emitCurrentDoctype(t);break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypeSystemIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case In.QUOTATION_MARK:this.state=Jn.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.systemId+=Nn;break;case In.GREATER_THAN_SIGN:this._err(Hn.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateDoctypeSystemIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case In.APOSTROPHE:this.state=Jn.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case In.NULL:this._err(Hn.unexpectedNullCharacter),t.systemId+=Nn;break;case In.GREATER_THAN_SIGN:this._err(Hn.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateAfterDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case In.SPACE:case In.LINE_FEED:case In.TABULATION:case In.FORM_FEED:break;case In.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.EOF:this._err(Hn.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(Hn.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=Jn.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBogusDoctype(e){const t=this.currentToken;switch(e){case In.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=Jn.DATA;break;case In.NULL:this._err(Hn.unexpectedNullCharacter);break;case In.EOF:this.emitCurrentDoctype(t),this._emitEOFToken()}}_stateCdataSection(e){switch(e){case In.RIGHT_SQUARE_BRACKET:this.state=Jn.CDATA_SECTION_BRACKET;break;case In.EOF:this._err(Hn.eofInCdata),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateCdataSectionBracket(e){e===In.RIGHT_SQUARE_BRACKET?this.state=Jn.CDATA_SECTION_END:(this._emitChars("]"),this.state=Jn.CDATA_SECTION,this._stateCdataSection(e))}_stateCdataSectionEnd(e){switch(e){case In.GREATER_THAN_SIGN:this.state=Jn.DATA;break;case In.RIGHT_SQUARE_BRACKET:this._emitChars("]");break;default:this._emitChars("]]"),this.state=Jn.CDATA_SECTION,this._stateCdataSection(e)}}_stateCharacterReference(e){e===In.NUMBER_SIGN?this.state=Jn.NUMERIC_CHARACTER_REFERENCE:nr(e)?(this.state=Jn.NAMED_CHARACTER_REFERENCE,this._stateNamedCharacterReference(e)):(this._flushCodePointConsumedAsCharacterReference(In.AMPERSAND),this._reconsumeInState(this.returnState,e))}_stateNamedCharacterReference(e){const t=this._matchNamedCharacterReference(e);if(this._ensureHibernation());else if(t){for(let e=0;e<t.length;e++)this._flushCodePointConsumedAsCharacterReference(t[e]);this.state=this.returnState}else this._flushCodePointConsumedAsCharacterReference(In.AMPERSAND),this.state=Jn.AMBIGUOUS_AMPERSAND}_stateAmbiguousAmpersand(e){nr(e)?this._flushCodePointConsumedAsCharacterReference(e):(e===In.SEMICOLON&&this._err(Hn.unknownNamedCharacterReference),this._reconsumeInState(this.returnState,e))}_stateNumericCharacterReference(e){this.charRefCode=0,e===In.LATIN_SMALL_X||e===In.LATIN_CAPITAL_X?this.state=Jn.HEXADEMICAL_CHARACTER_REFERENCE_START:er(e)?(this.state=Jn.DECIMAL_CHARACTER_REFERENCE,this._stateDecimalCharacterReference(e)):(this._err(Hn.absenceOfDigitsInNumericCharacterReference),this._flushCodePointConsumedAsCharacterReference(In.AMPERSAND),this._flushCodePointConsumedAsCharacterReference(In.NUMBER_SIGN),this._reconsumeInState(this.returnState,e))}_stateHexademicalCharacterReferenceStart(e){!function(e){return er(e)||rr(e)||ar(e)}(e)?(this._err(Hn.absenceOfDigitsInNumericCharacterReference),this._flushCodePointConsumedAsCharacterReference(In.AMPERSAND),this._flushCodePointConsumedAsCharacterReference(In.NUMBER_SIGN),this._unconsume(2),this.state=this.returnState):(this.state=Jn.HEXADEMICAL_CHARACTER_REFERENCE,this._stateHexademicalCharacterReference(e))}_stateHexademicalCharacterReference(e){rr(e)?this.charRefCode=16*this.charRefCode+e-55:ar(e)?this.charRefCode=16*this.charRefCode+e-87:er(e)?this.charRefCode=16*this.charRefCode+e-48:e===In.SEMICOLON?this.state=Jn.NUMERIC_CHARACTER_REFERENCE_END:(this._err(Hn.missingSemicolonAfterCharacterReference),this.state=Jn.NUMERIC_CHARACTER_REFERENCE_END,this._stateNumericCharacterReferenceEnd(e))}_stateDecimalCharacterReference(e){er(e)?this.charRefCode=10*this.charRefCode+e-48:e===In.SEMICOLON?this.state=Jn.NUMERIC_CHARACTER_REFERENCE_END:(this._err(Hn.missingSemicolonAfterCharacterReference),this.state=Jn.NUMERIC_CHARACTER_REFERENCE_END,this._stateNumericCharacterReferenceEnd(e))}_stateNumericCharacterReferenceEnd(e){if(this.charRefCode===In.NULL)this._err(Hn.nullCharacterReference),this.charRefCode=In.REPLACEMENT_CHARACTER;else if(this.charRefCode>1114111)this._err(Hn.characterReferenceOutsideUnicodeRange),this.charRefCode=In.REPLACEMENT_CHARACTER;else if(Un(this.charRefCode))this._err(Hn.surrogateCharacterReference),this.charRefCode=In.REPLACEMENT_CHARACTER;else if(Bn(this.charRefCode))this._err(Hn.noncharacterCharacterReference);else if(Fn(this.charRefCode)||this.charRefCode===In.CARRIAGE_RETURN){this._err(Hn.controlCharacterReference);const e=Qn.get(this.charRefCode);void 0!==e&&(this.charRefCode=e)}this._flushCodePointConsumedAsCharacterReference(this.charRefCode),this._reconsumeInState(this.returnState,e)}}const ur=new Set([Wn.DD,Wn.DT,Wn.LI,Wn.OPTGROUP,Wn.OPTION,Wn.P,Wn.RB,Wn.RP,Wn.RT,Wn.RTC]);new Set([...ur,Wn.CAPTION,Wn.COLGROUP,Wn.TBODY,Wn.TD,Wn.TFOOT,Wn.TH,Wn.THEAD,Wn.TR]),new Map([[Wn.APPLET,qn.HTML],[Wn.CAPTION,qn.HTML],[Wn.HTML,qn.HTML],[Wn.MARQUEE,qn.HTML],[Wn.OBJECT,qn.HTML],[Wn.TABLE,qn.HTML],[Wn.TD,qn.HTML],[Wn.TEMPLATE,qn.HTML],[Wn.TH,qn.HTML],[Wn.ANNOTATION_XML,qn.MATHML],[Wn.MI,qn.MATHML],[Wn.MN,qn.MATHML],[Wn.MO,qn.MATHML],[Wn.MS,qn.MATHML],[Wn.MTEXT,qn.MATHML],[Wn.DESC,qn.SVG],[Wn.FOREIGN_OBJECT,qn.SVG],[Wn.TITLE,qn.SVG]]),Wn.H1,Wn.H2,Wn.H3,Wn.H4,Wn.H5,Wn.H6,Wn.TR,Wn.TEMPLATE,Wn.HTML,Wn.TBODY,Wn.TFOOT,Wn.THEAD,Wn.TEMPLATE,Wn.HTML,Wn.TABLE,Wn.TEMPLATE,Wn.HTML,Wn.TD,Wn.TH;var pr;!function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"}(pr=pr||(pr={}));pr.Marker;const hr=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],dr=(new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"]);const fr="text/html",mr="application/xhtml+xml",gr=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map((e=>[e.toLowerCase(),e]))),_r=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:qn.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:qn.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:qn.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:qn.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:qn.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:qn.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:qn.XLINK}],["xml:base",{prefix:"xml",name:"base",namespace:qn.XML}],["xml:lang",{prefix:"xml",name:"lang",namespace:qn.XML}],["xml:space",{prefix:"xml",name:"space",namespace:qn.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:qn.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:qn.XMLNS}]]),Er=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((e=>[e.toLowerCase(),e]))),br=new Set([Wn.B,Wn.BIG,Wn.BLOCKQUOTE,Wn.BODY,Wn.BR,Wn.CENTER,Wn.CODE,Wn.DD,Wn.DIV,Wn.DL,Wn.DT,Wn.EM,Wn.EMBED,Wn.H1,Wn.H2,Wn.H3,Wn.H4,Wn.H5,Wn.H6,Wn.HEAD,Wn.HR,Wn.I,Wn.IMG,Wn.LI,Wn.LISTING,Wn.MENU,Wn.META,Wn.NOBR,Wn.OL,Wn.P,Wn.PRE,Wn.RUBY,Wn.S,Wn.SMALL,Wn.SPAN,Wn.STRONG,Wn.STRIKE,Wn.SUB,Wn.SUP,Wn.TABLE,Wn.TT,Wn.U,Wn.UL,Wn.VAR]);function vr(e){const t=Er.get(e.tagName);null!=t&&(e.tagName=t,e.tagID=Xn(e.tagName))}function xr(e,t,i,n){return(!n||n===qn.HTML)&&function(e,t,i){if(t===qn.MATHML&&e===Wn.ANNOTATION_XML)for(let e=0;e<i.length;e++)if(i[e].name===$n.ENCODING){const t=i[e].value.toLowerCase();return t===fr||t===mr}return t===qn.SVG&&(e===Wn.FOREIGN_OBJECT||e===Wn.DESC||e===Wn.TITLE)}(e,t,i)||(!n||n===qn.MATHML)&&function(e,t){return t===qn.MATHML&&(e===Wn.MI||e===Wn.MO||e===Wn.MN||e===Wn.MS||e===Wn.MTEXT)}(e,t)}var Tr;!function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"}(Tr||(Tr={}));new Set([Wn.TABLE,Wn.TBODY,Wn.TFOOT,Wn.THEAD,Wn.TR]);new Set([Wn.CAPTION,Wn.COL,Wn.COLGROUP,Wn.TBODY,Wn.TD,Wn.TFOOT,Wn.TH,Wn.THEAD,Wn.TR]);new Set([zn.AREA,zn.BASE,zn.BASEFONT,zn.BGSOUND,zn.BR,zn.COL,zn.EMBED,zn.FRAME,zn.HR,zn.IMG,zn.INPUT,zn.KEYGEN,zn.LINK,zn.META,zn.PARAM,zn.SOURCE,zn.TRACK,zn.WBR]);const yr=Wn;class Ar{constructor(e,t){this.handler=t,this.namespaceStack=[],this.inForeignContent=!1,this.skipNextNewLine=!1,this.tokenizer=new lr(e,this),this._enterNamespace(qn.HTML)}onNullCharacter(e){this.skipNextNewLine=!1,this.inForeignContent?this.handler.onCharacter({type:Gn.CHARACTER,chars:"�",location:e.location}):this.handler.onNullCharacter(e)}onWhitespaceCharacter(e){if(this.skipNextNewLine&&10===e.chars.charCodeAt(0)){if(this.skipNextNewLine=!1,1===e.chars.length)return;e.chars=e.chars.substr(1)}this.handler.onWhitespaceCharacter(e)}onCharacter(e){this.skipNextNewLine=!1,this.handler.onCharacter(e)}onComment(e){this.skipNextNewLine=!1,this.handler.onComment(e)}onDoctype(e){this.skipNextNewLine=!1,this.handler.onDoctype(e)}onEof(e){this.skipNextNewLine=!1,this.handler.onEof(e)}_enterNamespace(e){this.namespaceStack.unshift(e),this.inForeignContent=e!==qn.HTML,this.tokenizer.inForeignNode=this.inForeignContent}_leaveCurrentNamespace(){this.namespaceStack.shift(),this.inForeignContent=this.namespaceStack[0]!==qn.HTML,this.tokenizer.inForeignNode=this.inForeignContent}_ensureTokenizerMode(e){switch(e){case yr.TEXTAREA:case yr.TITLE:this.tokenizer.state=Zn.RCDATA;break;case yr.PLAINTEXT:this.tokenizer.state=Zn.PLAINTEXT;break;case yr.SCRIPT:this.tokenizer.state=Zn.SCRIPT_DATA;break;case yr.STYLE:case yr.IFRAME:case yr.XMP:case yr.NOEMBED:case yr.NOFRAMES:case yr.NOSCRIPT:this.tokenizer.state=Zn.RAWTEXT}}onStartTag(e){let t=e.tagID;switch(t){case yr.SVG:this._enterNamespace(qn.SVG);break;case yr.MATH:this._enterNamespace(qn.MATHML)}if(this.inForeignContent)if(function(e){const t=e.tagID;return t===Wn.FONT&&e.attrs.some((({name:e})=>e===$n.COLOR||e===$n.SIZE||e===$n.FACE))||br.has(t)}(e))this._leaveCurrentNamespace();else{const i=this.namespaceStack[0];i===qn.MATHML?function(e){for(let t=0;t<e.attrs.length;t++)if("definitionurl"===e.attrs[t].name){e.attrs[t].name="definitionURL";break}}(e):i===qn.SVG&&(vr(e),function(e){for(let t=0;t<e.attrs.length;t++){const i=gr.get(e.attrs[t].name);null!=i&&(e.attrs[t].name=i)}}(e)),function(e){for(let t=0;t<e.attrs.length;t++){const i=_r.get(e.attrs[t].name);i&&(e.attrs[t].prefix=i.prefix,e.attrs[t].name=i.name,e.attrs[t].namespace=i.namespace)}}(e),t=e.tagID,!e.selfClosing&&xr(t,i,e.attrs)&&this._enterNamespace(qn.HTML)}else{switch(t){case yr.PRE:case yr.TEXTAREA:case yr.LISTING:this.skipNextNewLine=!0;break;case yr.IMAGE:e.tagName=zn.IMG,e.tagID=yr.IMG}this._ensureTokenizerMode(t)}this.handler.onStartTag(e)}onEndTag(e){let t=e.tagID;if(this.inForeignContent)(t===yr.SVG&&this.namespaceStack[0]===qn.SVG||t===yr.MATH&&this.namespaceStack[0]===qn.MATHML)&&this._leaveCurrentNamespace();else{const i=this.namespaceStack[1];if(i===qn.SVG){const i=Er.get(e.tagName);i&&(t=Xn(i))}xr(t,i,e.attrs)&&this._leaveCurrentNamespace()}this.namespaceStack[0]===qn.SVG&&vr(e),this.handler.onEndTag(e)}}class wr extends l.Transform{constructor(e={}){super({encoding:"utf8",decodeStrings:!1}),this.pendingText=null,this.lastChunkWritten=!1,this.stopped=!1,this.options={sourceCodeLocationInfo:!1,...e},this.parserFeedbackSimulator=new Ar(this.options,this),this.tokenizer=this.parserFeedbackSimulator.tokenizer,this.pipe(new Cn)}_transform(e,t,i){if("string"!=typeof e)throw new TypeError("Parser can work only with string streams.");i(null,this._transformChunk(e))}_final(e){this.lastChunkWritten=!0,e(null,this._transformChunk(""))}stop(){this.stopped=!0,this.tokenizer.pause()}_transformChunk(e){return this.stopped||this.tokenizer.write(e,this.lastChunkWritten),e}onCharacter({chars:e,location:t}){if(null===this.pendingText)this.pendingText={text:e,sourceCodeLocation:t};else if(this.pendingText.text+=e,t&&this.pendingText.sourceCodeLocation){const{endLine:e,endCol:i,endOffset:n}=t;this.pendingText.sourceCodeLocation={...this.pendingText.sourceCodeLocation,endLine:e,endCol:i,endOffset:n}}this.tokenizer.preprocessor.willDropParsedChunk()&&this._emitPendingText()}onWhitespaceCharacter(e){this.onCharacter(e)}onNullCharacter(e){this.onCharacter(e)}onEof(){this._emitPendingText(),this.stopped=!0}onStartTag(e){this._emitPendingText();const t={tagName:e.tagName,attrs:e.attrs,selfClosing:e.selfClosing,sourceCodeLocation:e.location};this.emitIfListenerExists("startTag",t)}onEndTag(e){this._emitPendingText();const t={tagName:e.tagName,sourceCodeLocation:e.location};this.emitIfListenerExists("endTag",t)}onDoctype(e){this._emitPendingText();const t={name:e.name,publicId:e.publicId,systemId:e.systemId,sourceCodeLocation:e.location};this.emitIfListenerExists("doctype",t)}onComment(e){this._emitPendingText();const t={text:e.data,sourceCodeLocation:e.location};this.emitIfListenerExists("comment",t)}emitIfListenerExists(e,t){return 0!==this.listenerCount(e)&&(this._emitToken(e,t),!0)}_emitToken(e,t){this.emit(e,t)}_emitPendingText(){null!==this.pendingText&&(this.emitIfListenerExists("text",this.pendingText),this.pendingText=null)}}class Sr extends wr{constructor(){super({sourceCodeLocationInfo:!0})}_transformChunk(e){return super._transformChunk(e),""}_getRawHtml(e){const{droppedBufferSize:t,html:i}=this.tokenizer.preprocessor,n=e.startOffset-t,r=e.endOffset-t;return i.slice(n,r)}emitIfListenerExists(e,t){return super.emitIfListenerExists(e,t)||this.emitRaw(this._getRawHtml(t.sourceCodeLocation)),this.parserFeedbackSimulator.skipNextNewLine=!1,!0}_emitToken(e,t){this.emit(e,t,this._getRawHtml(t.sourceCodeLocation))}emitDoctype(e){let t=`<!DOCTYPE ${e.name}`;null!==e.publicId?t+=` PUBLIC "${e.publicId}"`:null!==e.systemId&&(t+=" SYSTEM"),null!==e.systemId&&(t+=` "${e.systemId}"`),t+=">",this.push(t)}emitStartTag(e){let t=`<${e.tagName}`;for(const i of e.attrs)t+=` ${i.name}="${wn(i.value)}"`;t+=e.selfClosing?"/>":">",this.push(t)}emitEndTag(e){this.push(`</${e.tagName}>`)}emitText({text:e}){var t,i;this.push(!this.parserFeedbackSimulator.inForeignContent&&(t=this.tokenizer.lastStartTagName,i=!0,gn.has(t)||i&&t===dn.NOSCRIPT)?e:Sn(e))}emitComment(e){this.push(`\x3c!--${e.text}--\x3e`)}emitRaw(e){this.push(e)}}const Cr=new TextEncoder,Rr=new TextDecoder,Nr=/([\d.]+\s*;\s*url\s*=\s*)(.+)(\s*)/im,Ir=["http://","https://","//"],Or="mp_",kr={a:{href:Or},applet:{codebase:"oe_",archive:"oe_"},area:{href:Or},audio:{src:"oe_"},base:{href:Or},blockquote:{cite:Or},body:{background:"im_"},button:{formaction:Or},command:{icon:"im_"},del:{cite:Or},embed:{src:"oe_"},iframe:{src:"if_"},image:{src:"im_","xlink:href":"im_",href:"im_"},img:{src:"im_",srcset:"im_"},ins:{cite:Or},input:{src:"im_",formaction:Or},form:{action:Or},frame:{src:"fr_"},link:{href:"oe_"},meta:{content:Or},object:{codebase:"oe_",data:"oe_"},param:{value:"oe_"},q:{cite:Or},ref:{href:"oe_"},script:{src:"js_","xlink:href":"js_"},source:{src:"oe_",srcset:"oe_"},video:{src:"oe_",poster:"im_"}},Dr=[{match:/youtube.com\/v\/([^&]+)[&]/,replace:"youtube.com/embed/$1?"}],Pr=[{urlMatch:/[?&]:loadOrderID=([\d]+)/,match:/(loadOrderID&(quot;&)?#x[^;]+?;)([\d]+)/gi,replace:"$1$U1"}];class Lr{constructor(e,t=!1){this.rewriter=e,this.rule=null;for(const e of Pr){const t=this.rewriter.url.match(e.urlMatch);if(t){this.ruleMatch=t,this.rule=e;break}}this.isCharsetUTF8=t}rewriteMetaContent(e,t,i){let n=this.getAttr(e,"http-equiv");if(n&&(n=n.toLowerCase()),"content-security-policy"===n)t.name="_"+t.name;else{if("refresh"===n)return t.value.replace(Nr,((e,t,n,r)=>t+this.rewriteUrl(i,n)+r));if("referrer"===this.getAttr(e,"name"))return"no-referrer-when-downgrade";if(ee(t.value,Ir))return this.rewriteUrl(i,t.value)}return t.value}rewriteSrcSet(e,t){const i=/\s*(\S*\s+[\d.]+[wx]),|(?:\s*,(?:\s+|(?=https?:)))/;let n=[];for(let r of e.split(i))if(r){const e=r.trim().split(" ");e[0]=this.rewriteUrl(t,e[0]),n.push(e.join(" "))}return n.join(", ")}rewriteTagAndAttrs(e,t,i){const n=e=>ee(e,Ir),r=e.tagName;for(let a of e.attrs){const s=a.name||"",o=a.value||"";if(o.startsWith("javascript:"))a.value="javascript:"+i.rewriteJS(o.slice("javascript:".length),{inline:!0});else if(s.startsWith("on")&&"-"!=s.slice(2,3))a.value=i.rewriteJS(o,{inline:!0});else if("style"===s)a.value=i.rewriteCSS(a.value);else if("background"===s)a.value=this.rewriteUrl(i,o);else if("srcset"===s||"imagesrcset"===s&&"link"===r)a.value=this.rewriteSrcSet(o,i);else if("crossorigin"===s||"integrity"===s||"download"===s)a.name="_"+a.name;else if("meta"===r&&"content"===s)a.value=this.rewriteMetaContent(e.attrs,a,i);else if("param"===r&&n(o))a.value=this.rewriteUrl(i,a.value);else if(s.startsWith("data-")&&n(o))a.value=this.rewriteUrl(i,a.value);else if("base"===r&&"href"===s)try{a.value=this.rewriter.updateBaseUrl(a.value)}catch(e){console.warn("Invalid <base>: "+a.value)}else if("script"===r&&"src"===s){const t="module"===this.getScriptRWType(e)?"esm_":null,n=this.rewriteUrl(i,a.value,!1,t);n===a.value?(e.attrs.push({name:"__wb_orig_src",value:a.value}),a.value&&a.value.startsWith("data:text/javascript;base64")?a.value=this.rewriteJSBase64(a.value,i):a.value=this.rewriteUrl(i,a.value,!0,t)):a.value=n}else if("object"===r&&"data"===s){const t=this.getAttr(e.attrs,"type");if("application/pdf"===t||"image/svg+xml"===t)a.name="src",e.tagName="iframe";else if("application/x-shockwave-flash"===t)for(const t of Dr){const n=a.value.replace(t.match,t.replace);if(n!==a.value){a.name="src",a.value=this.rewriteUrl(i,n),e.tagName="iframe";break}}}else if("target"===s){const e=a.value;"_blank"!==e&&"_parent"!==e&&"_top"!==e&&"new"!==e||(a.value="___wb_replay_top_frame")}else("href"===s||"src"===s||t[a.name])&&(a.value=this.rewriteUrl(i,a.value))}}getAttr(e,t){for(let i of e)if(i.name===t)return i.value;return null}getScriptRWType(e){const t=this.getAttr(e.attrs,"type");return"module"===t?"module":"application/json"===t?"json":!t||t.indexOf("javascript")>=0||t.indexOf("ecmascript")>=0?"js":t.startsWith("text/")?"text":""}async rewrite(e){if(!e.buffer&&!e.reader)return e;if(e.expectedLength()>5e6)return console.warn("Skipping rewriting, HTML file too big: "+e.expectedLength()),e;const t=this.rewriter,i=new Sr;i.tokenizer.preprocessor.bufferWaterline=1/0;let n=!1,r=!1,a=!0,s="",o="",c=null;const l=()=>{if(!n&&t.headInsertFunc){const e=t.headInsertFunc(t.url);e&&i.emitRaw(e),n=!0}};i.on("startTag",(e=>{const u=kr[e.tagName],p=e.tagName;switch(this.rewriteTagAndAttrs(e,u||{},t),n||["head","html"].includes(e.tagName)||l(),i.emitStartTag(e),e.tagName){case"script":if(e.selfClosing)break;s=e.tagName,a=!0,o=this.getScriptRWType(e);break;case"style":e.selfClosing||(s=e.tagName);break;case"head":l();break;case"body":r=!0}e.tagName!==p&&(s=p,c=e.tagName)})),i.on("endTag",(e=>{if(e.tagName===s){switch(c&&(e.tagName=c,c=null),s){case"head":r=!0;break;case"script":r&&!a&&"js"===o&&i.emitRaw(";document.close();")}s=""}i.emitEndTag(e)})),i.on("text",((e,n)=>{const r=(()=>{if("script"===s){const i=t.prefix,n="module"===o;return a=a&&0===e.text.trim().length,"js"===o||n?t.rewriteJS(e.text,{isModule:n,prefix:i}):"json"===o?t.rewriteJSON(e.text,{prefix:i}):e.text}return"style"===s?t.rewriteCSS(e.text):this.rewriteHTMLText(n)})();for(let e=0;e<r.length;e+=Z)i.emitRaw(r.slice(e,e+Z))}));const u=e.createIter();let p=!1;const h=this.isCharsetUTF8;return e.setReader(new ReadableStream({async start(e){i.on("data",(t=>{e.enqueue(h?Cr.encode(t):ne(t))})),i.on("end",(()=>{e.close()}));for await(const e of u)h?i.write(Rr.decode(e),"utf8"):i.write(ie(e),"latin1"),p=!0;p&&l(),i.end()}})),e}rewriteUrl(e,t,i=!1,n=null){this.isCharsetUTF8||(t=Rr.decode(ne(t)));const r=e.rewriteUrl(t,i);return n?r.replace("mp_/",n+"/"):r}rewriteHTMLText(e){if(this.rule){const t=this.rule.replace.replace("$U1",this.ruleMatch[1]),i=e.replace(this.rule.match,t);if(e!==i)return i}return e}rewriteJSBase64(e,t){const i=e.split(","),n=t.rewriteJS(atob(i[1]),{isModule:!1});return i[1]=btoa(n),i.join(",")}}const Mr=/(url\s*\(\s*[\\"']*)([^)'"]+)([\\"']*\s*\))/gi,Ur=/(@import\s*[\\"']*)([^)'";]+)([\\"']*\s*;?)/gi,Fr=/WB_wombat_/g,Br=/^(?:\s*(?:(?:\/\*[^*]*\*\/)|(?:\/\/[^\n]+[\n])))*\s*([\w.]+)\([{[]/,Hr=/[?].*(?:callback|jsonp)=([^&]+)/i,jr=new Qe(class extends Je{constructor(e){super(),this.extraRules=e,this.firstBuff=this.initLocalDecl(zi),this.lastBuff="\n\n}"}initLocalDecl(e){const t="_____WB$wombat$assign$function_____";let i=`var ${t} = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; };\nif (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } }\n{\n`;for(let n of e)i+=`let ${n} = ${t}("${n}");\n`;return i+="let arguments;\n",i+"\n"}getModuleDecl(e,t){return`import { ${e.join(", ")} } from "${t}__wb_module_decl.js";\n`}detectIsModule(e){return!!(e.indexOf("import")>=0&&e.match(Gi))||!!(e.indexOf("export")>=0&&e.match(qi))}parseGlobals(e){const t=Ht.parse(e,{ecmaVersion:"latest"});let i=!1;const n=[],r=new Set;for(const e of t.body){const{type:t}=e;if("VariableDeclaration"===t){const{kind:t,declarations:i}=e;for(const e of i)if(e&&"VariableDeclarator"===e.type&&e.id&&"Identifier"===e.id.type){const i=e.id.name;zi.includes(i)?r.add(i):"const"!==t&&"let"!==t||n.push(`self.${i} = ${i};`)}}else if(!i&&"ExpressionStatement"===t){const{expression:t}=e;if(t&&"CallExpression"===t.type){const{callee:e}=t;if(e&&"MemberExpression"===e.type){const{object:t,property:n}=e;"Identifier"===t.type&&"document"===t.name&&"Identifier"===n.type&&"write"===n.name&&(i=!0)}}}}if(r.size){const e=zi.filter((e=>!r.has(e)));this.firstBuff=this.initLocalDecl(e)}return i&&(this.lastBuff=";document.close();"+this.lastBuff),n.length?"\n"+n.join("\n"):""}rewrite(e,t){void 0!==(t=t||{}).isModule&&null!==t.isModule||(t.isModule=this.detectIsModule(e,t));let i=Xi;t.isModule&&(i=[...i,this.getESMImportRule()]),this.extraRules&&this.extraRules.length?this.rules=[...i,...this.extraRules]:this.rules=i,this.compileRules();let n=super.rewrite(e,t);if(t.isModule)return this.getModuleDecl(zi,t.prefix)+n;const r=Yi.exec(e);if(t.inline&&(n=n.replace(/\n/g," ")),r){let e="";if(n)try{e=this.parseGlobals(n)}catch(e){console.warn(`acorn parsing failed, script len ${n.length}`)}n=this.firstBuff+n+e+this.lastBuff,t.inline&&(n=n.replace(/\n/g," "))}return n}getESMImportRule(){return[$i,(e,t)=>{const i=t.prefix.replace("mp_/","esm_/");return e.replace(Vi,((e,n,r,a)=>{try{r=new URL(r,t.baseUrl).href,r=i+r}catch(e){}return n+r+a}))}]}}),Gr=new Qe(Je);class qr{constructor({baseUrl:e,prefix:t,responseUrl:i,workerInsertFunc:n,headInsertFunc:r=null,urlRewrite:a=!0,contentRewrite:s=!0,decode:o=!0,useBaseRules:c=!1}={}){if(this.urlRewrite=a,this.contentRewrite=s,this.dsRules=a&&!c?jr:Gr,this.decode=o,this.prefix=t||"",this.prefix&&a){const e=new URL(this.prefix);this.relPrefix=e.pathname,this.schemeRelPrefix=this.prefix.slice(e.protocol.length)}const l=new URL(i||e);this.scheme=l.protocol,e.startsWith("//")&&(e=this.scheme+e),this.url=this.baseUrl=e,this.headInsertFunc=r,this.workerInsertFunc=n,this.responseUrl=i,this.isCharsetUTF8=!1,this._jsonpCallback=null}getRewriteMode(e,t,i="",n=null){if(!n&&t){const e=(n=t.headers.get("Content-Type")||"").split(";");n=e[0],e.length>1&&(this.isCharsetUTF8="utf8"===e[1].trim().toLowerCase().replace("charset=","").replace("-",""))}if(e)switch(e.destination){case"style":return"css";case"script":return this.getScriptRewriteMode(n,i,"js");case"worker":return"js-worker"}switch(n){case"text/html":return e.destination||"application/json"!==e.headers.get("Accept")?"html":"json";case"text/css":return"css";case"application/x-mpegURL":case"application/vnd.apple.mpegurl":return"hls";case"application/dash+xml":return"dash";default:return this.getScriptRewriteMode(n,i,null)}}getScriptRewriteMode(e,t,i){switch(e){case"text/javascript":case"application/javascript":case"application/x-javascript":return this.parseJSONPCallback(t)?"jsonp":t.endsWith(".json")?"json":"js";case"application/json":return"json";default:return i}}async rewrite(e,t){const i=this.contentRewrite?this.getRewriteMode(t,e,this.baseUrl):null,n=function(e){return"XMLHttpRequest"===e.headers.get("X-Pywb-Requested-With")||"cors"===e.mode&&("script"!==e.destination||"esm_"!==e.mod)}(t),r=this.urlRewrite&&!n,a=this.rewriteHeaders(e.headers,this.urlRewrite,!!i,n),s=e.headers.get("content-encoding"),o=e.headers.get("transfer-encoding");e.headers=a,this.decode&&(s||o)&&(e=await Ue(e,s,o,null===i));const c={response:e,prefix:this.prefix,baseUrl:this.baseUrl};let l=null;switch(i){case"html":if(r)return await this.rewriteHtml(e);break;case"css":this.urlRewrite&&(l=this.rewriteCSS);break;case"js":l=this.rewriteJS,"esm_"===t.mod&&(c.isModule=!0);break;case"json":l=this.rewriteJSON;break;case"js-worker":l=this.workerInsertFunc;break;case"jsonp":l=this.rewriteJSONP;break;case"hls":l=$e;break;case"dash":l=ze}if(r&&(c.rewriteUrl=e=>this.rewriteUrl(e)),l){let t=await e.getText(this.isCharsetUTF8);t=l.call(this,t,c),e.setText(t,this.isCharsetUTF8)}return e}updateBaseUrl(e){if(this.baseUrl=new URL(e,this.baseUrl).href,e&&this.baseUrl!=e)try{e=new URL(e).href}catch(t){e.startsWith("//")&&(e=(e=new URL("https:"+e).href).slice("https:".length))}return this.rewriteUrl(e)}isRewritableUrl(e){const t=["#","javascript:","data:","mailto:","about:","file:","blob:","{"];for(let i of t)if(e.startsWith(i))return!1;return!0}rewriteUrl(e,t=!1){if(!this.urlRewrite)return e;var i=e;return!(e=e.trim())||!this.isRewritableUrl(e)||e.startsWith(this.prefix)||e.startsWith(this.relPrefix)?i:e.startsWith("http:")||e.startsWith("https:")||e.startsWith("https\\3a/")?this.prefix+e:e.startsWith("//")||e.startsWith("\\/\\/")?this.schemeRelPrefix+e:e.startsWith("/")?(e=new URL(e,this.baseUrl).href,this.relPrefix+e):t||e.indexOf("../")>=0?(e=new URL(e,this.baseUrl).href,this.prefix+e):i}rewriteHtml(e){return new Lr(this,this.isCharsetUTF8).rewrite(e)}rewriteCSS(e){const t=this;function i(e,i,n,r){return n=n.trim(),i+t.rewriteUrl(n)+r}return e.replace(Mr,i).replace(Ur,i).replace(Fr,"")}rewriteJS(e,t){const i=t&&!t.rewriteUrl&&void 0===t.isModule&&!t.inline,n=i?Gr:this.dsRules,r=n.getRewriter(this.baseUrl);return r===n.defaultRewriter&&i?e:r.rewrite(e,t)}rewriteJSON(e,t){e=this.rewriteJSONP(e);const i=Gr.getRewriter(this.baseUrl);return i!==Gr.defaultRewriter?i.rewrite(e,t):e}parseJSONPCallback(e){const t=e.match(Hr);return t&&"?"!==t[1]?(this._jsonpCallback=t[1],!0):(this._jsonpCallback=!1,!1)}rewriteJSONP(e){const t=e.match(Br);return t?(null===this._jsonpCallback&&this.parseJSONPCallback(this.baseUrl),!1===this._jsonpCallback?e:this._jsonpCallback+e.slice(e.indexOf(t[1])+t[1].length)):e}rewriteHeaders(e,t,i,n){const r={"access-control-allow-origin":"prefix-if-url-rewrite","access-control-allow-credentials":"prefix-if-url-rewrite","access-control-expose-headers":"prefix-if-url-rewrite","access-control-max-age":"prefix-if-url-rewrite","access-control-allow-methods":"prefix-if-url-rewrite","access-control-allow-headers":"prefix-if-url-rewrite","accept-patch":"keep","accept-ranges":"keep",age:"prefix",allow:"keep","alt-svc":"prefix","cache-control":"prefix",connection:"prefix","content-base":"url-rewrite","content-disposition":"keep","content-encoding":"prefix-if-content-rewrite","content-language":"keep","content-length":"content-length","content-location":"url-rewrite","content-md5":"prefix","content-range":"keep","content-security-policy":"prefix","content-security-policy-report-only":"prefix","content-type":"keep",date:"keep",etag:"prefix",expires:"prefix","last-modified":"prefix",link:"link",location:"url-rewrite",p3p:"prefix",pragma:"prefix","proxy-authenticate":"keep","public-key-pins":"prefix","retry-after":"prefix",server:"prefix","set-cookie":"cookie",status:"prefix","strict-transport-security":"prefix",trailer:"prefix","transfer-encoding":"transfer-encoding",tk:"prefix",upgrade:"prefix","upgrade-insecure-requests":"prefix",vary:"prefix",via:"prefix",warning:"prefix","www-authenticate":"keep","x-frame-options":"prefix","x-xss-protection":"prefix"},a="X-Archive-Orig-";let s=new Headers;for(let o of e.entries()){switch(r[o[0]]){case"keep":s.append(o[0],o[1]);break;case"url-rewrite":if(t){if("location"===o[0]&&this.url!==this.responseUrl){const e="http:"===this.scheme?"https:":"http:",t=e+this.responseUrl.slice(this.scheme.length);o[1]===t&&(o[1]=e+this.url.slice(this.url.indexOf("//")))}s.append(o[0],this.rewriteUrl(o[1]))}else s.append(o[0],o[1]);break;case"prefix-if-content-rewrite":i?s.append(a+o[0],o[1]):s.append(o[0],o[1]);break;case"prefix-if-url-rewrite":t?s.append(a+o[0],o[1]):s.append(o[0],o[1]);break;case"content-length":if("0"==o[1]){s.append(o[0],o[1]);continue}if(i)try{if(parseInt(o[1])>=0){s.append(o[0],o[1]);continue}}catch(e){}s.append(o[0],o[1]);break;case"transfer-encoding":case"prefix":s.append(a+o[0],o[1]);break;case"cookie":s.append(o[0],o[1]);break;case"link":t&&!n?s.append(o[0],this.rewriteLinkHeader(o[1])):s.append(o[0],o[1]);break;default:s.append(o[0],o[1])}}return s}rewriteLinkHeader(e){try{const t=J.parse(e);for(const e of t.refs)e.uri&&(e.uri=this.rewriteUrl(e.uri));return t.toString()}catch(t){return console.warn("Error parsing link header: "+e),e}}}var $r=i(2781),Vr=i(7430),zr=i(7377),Wr=i.n(zr),Yr=i(983),Xr=i(7310),Kr=i.n(Xr);global.Headers=N,global.fetch=z;const Qr="http://localhost:5471/",Jr=Qr+"w/",Zr="file2",ea=/([^/]+)\/([\d]+)(?:\w\w_)?\/(.*)$/;const ta=new class{constructor({staticPath:e="./",profileName:t=""}={}){this.pluginPath="",this.appPath=W.app.getAppPath(),this.projPath=X().join(this.appPath,"../"),this.staticContentPath="./",this.profileName="",this.proxyColl=null,this.proxyTS=null,this.mainWindow=null,this.openNextFile=null,this.screenSize={width:1024,height:768},this.origUA=null,this.staticContentPath=e,this.profileName=t}get mainWindowWebPreferences(){return{plugins:!0,preload:X().join(__dirname,"preload.js"),nativeWindowOpen:!0,contextIsolation:!0,enableRemoteModule:!1,sandbox:!1,nodeIntegration:!1}}get mainWindowUrl(){return"index.html"}init(){W.app.requestSingleInstanceLock()?W.app.on("second-instance",((e,t)=>{this.createMainWindow(t)})):(console.log("App already running, opening new window in first instance and quitting"),W.app.quit()),console.log("app path",this.appPath),console.log("dir name",__dirname),console.log("proj path",this.projPath),console.log("app data",W.app.getPath("appData")),console.log("user data",W.app.getPath("userData")),this.profileName&&W.app.setPath("userData",X().join(W.app.getPath("appData"),this.profileName)),W.protocol.registerSchemesAsPrivileged([{scheme:Zr,privileges:{standard:!1,secure:!0,bypassCSP:!0,allowServiceWorkers:!0,supportFetchAPI:!0,corsEnabled:!0,stream:!0}}]),W.app.on("will-finish-launching",(()=>{W.app.on("open-file",((e,t)=>{this.openNextFile=t,this.mainWindow&&this.createMainWindow(process.argv)}))})),W.app.on("activate",(()=>{0===W.BrowserWindow.getAllWindows().length&&(this.mainWindow=this.createMainWindow(process.argv))})),W.app.whenReady().then((()=>this.onAppReady())),W.app.on("window-all-closed",(function(){W.app.quit()}))}checkUpdates(){Vr.autoUpdater.logger=Wr(),Vr.autoUpdater.logger.transports.file.level="info",Vr.autoUpdater.checkForUpdatesAndNotify()}onAppReady(){this.checkUpdates(),this.screenSize=W.screen.getPrimaryDisplay().workAreaSize,W.app.on("web-contents-created",((e,t)=>{t.setWindowOpenHandler((({url:e})=>e===Qr+"docs"?(W.shell.openExternal("https://replayweb.page/docs/"),{action:"deny"}):e.startsWith(Qr)?{action:"allow"}:(W.shell.openExternal(e),{action:"deny"})))}));const e=W.session.defaultSession;e.protocol.interceptStreamProtocol("http",((e,t)=>this.doIntercept(e,t))),W.protocol.registerStreamProtocol(Zr,((e,t)=>this.doHandleFile(e,t))),this.origUA=e.getUserAgent(),this.mainWindow=this.createMainWindow(process.argv)}doHandleFile(e,t){return n(this,void 0,void 0,(function*(){if("file2://localhost"===e.url)return void t({statusCode:200,data:null});const i=Kr().fileURLToPath(e.url.replace(Zr,"file")),n={"Content-Type":"application/octet-stream"},r=new N(e.headers);if(!i)return this.notFound("No Resource Specified",t);{const a=yield Q().promises.lstat(i);if(!a.isFile())return this.notFound(i,t);const s=a.size,{statusCode:o,start:c,end:l}=this.parseRange(r,n,s),u="HEAD"===e.method?null:Q().createReadStream(i,{start:c,end:l});t({statusCode:o,headers:n,data:u})}}))}_bufferToStream(e){const t=new $r.PassThrough;return t.push(e),t.push(null),t}doIntercept(e,t){var i;return n(this,void 0,void 0,(function*(){if(console.log(`${e.method} ${e.url} from ${e.referrer}`),e.url.startsWith(Qr)){if(e.url.startsWith(Jr)){const i=e.url.slice(Jr.length).match(ea);if(i)return this.proxyColl=i[1],this.proxyTS=i[2],e.url=i[3],yield this.resolveArchiveResponse(e,t)}else{let i=e.url.slice(Qr.length).split("?",1)[0];i=i.split("#",1)[0],""===i?i="index.html":"docs"===i&&(i="docs/index.html");let n=X().extname(i);n||(n=".html",i+=n);const r=Yr.contentType(n);if(r){const e=X().join(this.staticContentPath,i);console.log("fullPath: "+e);const n=Q().createReadStream(e);return t({statusCode:200,headers:{"content-type":r},data:n})}}return this.notFound(e.url,t)}if(null===(i=e.referrer)||void 0===i?void 0:i.startsWith(Jr))return yield this.resolveArchiveResponse(e,t);yield this.proxyLive(e,t)}))}proxyLive(e,t){return n(this,void 0,void 0,(function*(){let i=e.headers;const{method:n,url:s,uploadData:o}=e,c=o?$r.Readable.from(function(e,t){return a(this,arguments,(function*(){for(const i of e)i.bytes?yield yield r(yield r(Promise.resolve(i.bytes))):i.blobUUID&&(yield yield r(yield r(t.getBlobData(i.blobUUID))))}))}(o,W.session.defaultSession)):null;let l;this.origUA&&(i["User-Agent"]=this.origUA);try{l=yield z(s,{method:n,headers:i,body:c})}catch(e){return console.warn("fetch failed for: "+s),void t({statusCode:502,headers:{},data:null})}const u="HEAD"===n?null:l.body,p=l.status;i=Object.fromEntries(l.headers.entries()),t({statusCode:p,headers:i,data:u})}))}notFound(e,t){console.log("not found: "+e);t({statusCode:404,headers:{"Content-Type":'text/html; charset="utf-8"'},data:this._bufferToStream(`Sorry, the url <b>${e}</b> could not be found in this archive.`)})}resolveArchiveResponse(e,t){return n(this,void 0,void 0,(function*(){const i=`req:${(new Date).getTime()}:${e.url}`;W.ipcMain.once(i,((i,r,a,s)=>n(this,void 0,void 0,(function*(){const i=e.url;if(404===r&&!s)return this.notFound(i,t);console.log("got response for: "+i),a=new N(a);const n=new Date;let o=new je({payload:s,headers:a,status:r,date:n,url:i});const c=new qr({baseUrl:i,prefix:"",urlRewrite:!1,contentRewrite:!0,decode:!0,useBaseRules:!0});e.headers=new N(e.headers);try{o=yield c.rewrite(o,e),a=Object.fromEntries(o.headers.entries());let i=yield o.getBuffer();if(206===r||200===r){const{statusCode:t,start:n,end:s}=this.parseRange(e.headers,a,i.length);void 0!==n&&(i=i.slice(n,s)),r=t}i=this._bufferToStream(i),t({statusCode:r,headers:a,data:i})}catch(e){console.warn(e)}})))),this.mainWindow&&this.mainWindow.webContents.send("getresponse",e,this.proxyColl,this.proxyTS,i)}))}parseRange(e,t,i){let n=200;const r=e.get("range");if(!r)return t&&(t["Content-Length"]=""+i),{statusCode:n};const a=r.match(/bytes=([\d]+)-([\d]*)/);if(!a)return{statusCode:n};const s=Number(a[1]),o=a[2]?Number(a[2]):i-1;return n=206,t&&(t["Content-Range"]=`bytes ${s}-${o}/${i}`,t["Content-Length"]=""+(o-s+1)),{statusCode:n,start:s,end:o}}createMainWindow(e){const t=this.getOpenUrl(e),i=new W.BrowserWindow({width:this.screenSize.width,height:this.screenSize.height,isMaximized:!0,show:!1,webPreferences:this.mainWindowWebPreferences}).once("ready-to-show",(()=>{i.show(),i.maximize()}));return i.loadURL(Qr+this.mainWindowUrl+t),i}getOpenUrl(e){e=i(6562)(e.slice(process.defaultApp?2:1));const t=this.openNextFile||e.filename||e.f||e._.length&&e._[0];this.openNextFile=null;let n="";if(t){const i=new URLSearchParams;i.set("source","file://"+t),n="?"+i.toString();const r=new URLSearchParams,a=e.url,s=e.ts||e.timestamp;a&&r.set("url",a),s&&r.set("ts",s),n+="#"+r.toString(),console.log(`Opening Source: ${n}`)}return n}}({staticPath:X().join(__dirname,"../"),profileName:"replaywebpage"});ta.init()},8981:(e,t)=>{"use strict";t.fromCallback=function(e){return Object.defineProperty((function(...t){if("function"!=typeof t[t.length-1])return new Promise(((i,n)=>{e.call(this,...t,((e,t)=>null!=e?n(e):i(t)))}));e.apply(this,t)}),"name",{value:e.name})},t.fromPromise=function(e){return Object.defineProperty((function(...t){const i=t[t.length-1];if("function"!=typeof i)return e.apply(this,t);e.apply(this,t.slice(0,-1)).then((e=>i(null,e)),i)}),"name",{value:e.name})}},2043:(e,t,i)=>{"use strict";!function(){var t,n,r,a=0,s=[];for(n=0;n<256;n++)s[n]=(n+256).toString(16).substr(1);function o(){var e,i=(e=16,(!t||a+e>c.BUFFER_SIZE)&&(a=0,t=c.randomBytes(c.BUFFER_SIZE)),t.slice(a,a+=e));return i[6]=15&i[6]|64,i[8]=63&i[8]|128,i}function c(){var e=o();return s[e[0]]+s[e[1]]+s[e[2]]+s[e[3]]+"-"+s[e[4]]+s[e[5]]+"-"+s[e[6]]+s[e[7]]+"-"+s[e[8]]+s[e[9]]+"-"+s[e[10]]+s[e[11]]+s[e[12]]+s[e[13]]+s[e[14]]+s[e[15]]}c.BUFFER_SIZE=4096,c.bin=o,c.clearBuffer=function(){t=null,a=0},c.test=function(e){return"string"==typeof e&&/^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(e)},"undefined"!=typeof crypto?r=crypto:"undefined"!=typeof window&&void 0!==window.msCrypto&&(r=window.msCrypto),r=r||i(6113),e.exports=c,c.randomBytes=function(){if(r){if(r.randomBytes)return r.randomBytes;if(r.getRandomValues)return"function"!=typeof Uint8Array.prototype.slice?function(e){var t=new Uint8Array(e);return r.getRandomValues(t),Array.from(t)}:function(e){var t=new Uint8Array(e);return r.getRandomValues(t),t}}return function(e){var t,i=[];for(t=0;t<e;t++)i.push(Math.floor(256*Math.random()));return i}}()}()},2660:function(e,t){var i;i=function(e){"use strict";const t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol:e=>`Symbol(${e})`;function i(){}const n="undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:void 0;function r(e){return"object"==typeof e&&null!==e||"function"==typeof e}const a=i,s=Promise,o=Promise.prototype.then,c=Promise.resolve.bind(s),l=Promise.reject.bind(s);function u(e){return new s(e)}function p(e){return c(e)}function h(e){return l(e)}function d(e,t,i){return o.call(e,t,i)}function f(e,t,i){d(d(e,t,i),void 0,a)}function m(e,t){f(e,t)}function g(e,t){f(e,void 0,t)}function _(e,t,i){return d(e,t,i)}function E(e){d(e,void 0,a)}const b=(()=>{const e=n&&n.queueMicrotask;if("function"==typeof e)return e;const t=p(void 0);return e=>d(t,e)})();function v(e,t,i){if("function"!=typeof e)throw new TypeError("Argument is not a function");return Function.prototype.apply.call(e,t,i)}function x(e,t,i){try{return p(v(e,t,i))}catch(e){return h(e)}}class T{constructor(){this._cursor=0,this._size=0,this._front={_elements:[],_next:void 0},this._back=this._front,this._cursor=0,this._size=0}get length(){return this._size}push(e){const t=this._back;let i=t;16383===t._elements.length&&(i={_elements:[],_next:void 0}),t._elements.push(e),i!==t&&(this._back=i,t._next=i),++this._size}shift(){const e=this._front;let t=e;const i=this._cursor;let n=i+1;const r=e._elements,a=r[i];return 16384===n&&(t=e._next,n=0),--this._size,this._cursor=n,e!==t&&(this._front=t),r[i]=void 0,a}forEach(e){let t=this._cursor,i=this._front,n=i._elements;for(;!(t===n.length&&void 0===i._next||t===n.length&&(i=i._next,n=i._elements,t=0,0===n.length));)e(n[t]),++t}peek(){const e=this._front,t=this._cursor;return e._elements[t]}}function y(e,t){e._ownerReadableStream=t,t._reader=e,"readable"===t._state?C(e):"closed"===t._state?function(e){C(e),I(e)}(e):R(e,t._storedError)}function A(e,t){return Ti(e._ownerReadableStream,t)}function w(e){"readable"===e._ownerReadableStream._state?N(e,new TypeError("Reader was released and can no longer be used to monitor the stream's closedness")):function(e,t){R(e,t)}(e,new TypeError("Reader was released and can no longer be used to monitor the stream's closedness")),e._ownerReadableStream._reader=void 0,e._ownerReadableStream=void 0}function S(e){return new TypeError("Cannot "+e+" a stream using a released reader")}function C(e){e._closedPromise=u(((t,i)=>{e._closedPromise_resolve=t,e._closedPromise_reject=i}))}function R(e,t){C(e),N(e,t)}function N(e,t){void 0!==e._closedPromise_reject&&(E(e._closedPromise),e._closedPromise_reject(t),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0)}function I(e){void 0!==e._closedPromise_resolve&&(e._closedPromise_resolve(void 0),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0)}const O=t("[[AbortSteps]]"),k=t("[[ErrorSteps]]"),D=t("[[CancelSteps]]"),P=t("[[PullSteps]]"),L=Number.isFinite||function(e){return"number"==typeof e&&isFinite(e)},M=Math.trunc||function(e){return e<0?Math.ceil(e):Math.floor(e)};function U(e,t){if(void 0!==e&&"object"!=typeof(i=e)&&"function"!=typeof i)throw new TypeError(`${t} is not an object.`);var i}function F(e,t){if("function"!=typeof e)throw new TypeError(`${t} is not a function.`)}function B(e,t){if(!function(e){return"object"==typeof e&&null!==e||"function"==typeof e}(e))throw new TypeError(`${t} is not an object.`)}function H(e,t,i){if(void 0===e)throw new TypeError(`Parameter ${t} is required in '${i}'.`)}function j(e,t,i){if(void 0===e)throw new TypeError(`${t} is required in '${i}'.`)}function G(e){return Number(e)}function q(e){return 0===e?0:e}function $(e,t){const i=Number.MAX_SAFE_INTEGER;let n=Number(e);if(n=q(n),!L(n))throw new TypeError(`${t} is not a finite number`);if(n=function(e){return q(M(e))}(n),n<0||n>i)throw new TypeError(`${t} is outside the accepted range of 0 to ${i}, inclusive`);return L(n)&&0!==n?n:0}function V(e,t){if(!vi(e))throw new TypeError(`${t} is not a ReadableStream.`)}function z(e){return new Q(e)}function W(e,t){e._reader._readRequests.push(t)}function Y(e,t,i){const n=e._reader._readRequests.shift();i?n._closeSteps():n._chunkSteps(t)}function X(e){return e._reader._readRequests.length}function K(e){const t=e._reader;return void 0!==t&&!!J(t)}class Q{constructor(e){if(H(e,1,"ReadableStreamDefaultReader"),V(e,"First parameter"),xi(e))throw new TypeError("This stream has already been locked for exclusive reading by another reader");y(this,e),this._readRequests=new T}get closed(){return J(this)?this._closedPromise:h(ee("closed"))}cancel(e){return J(this)?void 0===this._ownerReadableStream?h(S("cancel")):A(this,e):h(ee("cancel"))}read(){if(!J(this))return h(ee("read"));if(void 0===this._ownerReadableStream)return h(S("read from"));let e,t;const i=u(((i,n)=>{e=i,t=n}));return Z(this,{_chunkSteps:t=>e({value:t,done:!1}),_closeSteps:()=>e({value:void 0,done:!0}),_errorSteps:e=>t(e)}),i}releaseLock(){if(!J(this))throw ee("releaseLock");if(void 0!==this._ownerReadableStream){if(this._readRequests.length>0)throw new TypeError("Tried to release a reader lock when that reader has pending read() calls un-settled");w(this)}}}function J(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_readRequests")&&e instanceof Q}function Z(e,t){const i=e._ownerReadableStream;i._disturbed=!0,"closed"===i._state?t._closeSteps():"errored"===i._state?t._errorSteps(i._storedError):i._readableStreamController[P](t)}function ee(e){return new TypeError(`ReadableStreamDefaultReader.prototype.${e} can only be used on a ReadableStreamDefaultReader`)}Object.defineProperties(Q.prototype,{cancel:{enumerable:!0},read:{enumerable:!0},releaseLock:{enumerable:!0},closed:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(Q.prototype,t.toStringTag,{value:"ReadableStreamDefaultReader",configurable:!0});const te=Object.getPrototypeOf(Object.getPrototypeOf((async function*(){})).prototype);class ie{constructor(e,t){this._ongoingPromise=void 0,this._isFinished=!1,this._reader=e,this._preventCancel=t}next(){const e=()=>this._nextSteps();return this._ongoingPromise=this._ongoingPromise?_(this._ongoingPromise,e,e):e(),this._ongoingPromise}return(e){const t=()=>this._returnSteps(e);return this._ongoingPromise?_(this._ongoingPromise,t,t):t()}_nextSteps(){if(this._isFinished)return Promise.resolve({value:void 0,done:!0});const e=this._reader;if(void 0===e._ownerReadableStream)return h(S("iterate"));let t,i;const n=u(((e,n)=>{t=e,i=n}));return Z(e,{_chunkSteps:e=>{this._ongoingPromise=void 0,b((()=>t({value:e,done:!1})))},_closeSteps:()=>{this._ongoingPromise=void 0,this._isFinished=!0,w(e),t({value:void 0,done:!0})},_errorSteps:t=>{this._ongoingPromise=void 0,this._isFinished=!0,w(e),i(t)}}),n}_returnSteps(e){if(this._isFinished)return Promise.resolve({value:e,done:!0});this._isFinished=!0;const t=this._reader;if(void 0===t._ownerReadableStream)return h(S("finish iterating"));if(!this._preventCancel){const i=A(t,e);return w(t),_(i,(()=>({value:e,done:!0})))}return w(t),p({value:e,done:!0})}}const ne={next(){return re(this)?this._asyncIteratorImpl.next():h(ae("next"))},return(e){return re(this)?this._asyncIteratorImpl.return(e):h(ae("return"))}};function re(e){if(!r(e))return!1;if(!Object.prototype.hasOwnProperty.call(e,"_asyncIteratorImpl"))return!1;try{return e._asyncIteratorImpl instanceof ie}catch(e){return!1}}function ae(e){return new TypeError(`ReadableStreamAsyncIterator.${e} can only be used on a ReadableSteamAsyncIterator`)}void 0!==te&&Object.setPrototypeOf(ne,te);const se=Number.isNaN||function(e){return e!=e};function oe(e){return e.slice()}function ce(e,t,i,n,r){new Uint8Array(e).set(new Uint8Array(i,n,r),t)}function le(e,t,i){if(e.slice)return e.slice(t,i);const n=i-t,r=new ArrayBuffer(n);return ce(r,0,e,t,n),r}function ue(e){const t=le(e.buffer,e.byteOffset,e.byteOffset+e.byteLength);return new Uint8Array(t)}function pe(e){const t=e._queue.shift();return e._queueTotalSize-=t.size,e._queueTotalSize<0&&(e._queueTotalSize=0),t.value}function he(e,t,i){if("number"!=typeof(n=i)||se(n)||n<0||i===1/0)throw new RangeError("Size must be a finite, non-NaN, non-negative number.");var n;e._queue.push({value:t,size:i}),e._queueTotalSize+=i}function de(e){e._queue=new T,e._queueTotalSize=0}class fe{constructor(){throw new TypeError("Illegal constructor")}get view(){if(!_e(this))throw Be("view");return this._view}respond(e){if(!_e(this))throw Be("respond");if(H(e,1,"respond"),e=$(e,"First parameter"),void 0===this._associatedReadableByteStreamController)throw new TypeError("This BYOB request has been invalidated");this._view.buffer,Me(this._associatedReadableByteStreamController,e)}respondWithNewView(e){if(!_e(this))throw Be("respondWithNewView");if(H(e,1,"respondWithNewView"),!ArrayBuffer.isView(e))throw new TypeError("You can only respond with array buffer views");if(void 0===this._associatedReadableByteStreamController)throw new TypeError("This BYOB request has been invalidated");e.buffer,Ue(this._associatedReadableByteStreamController,e)}}Object.defineProperties(fe.prototype,{respond:{enumerable:!0},respondWithNewView:{enumerable:!0},view:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(fe.prototype,t.toStringTag,{value:"ReadableStreamBYOBRequest",configurable:!0});class me{constructor(){throw new TypeError("Illegal constructor")}get byobRequest(){if(!ge(this))throw He("byobRequest");return Pe(this)}get desiredSize(){if(!ge(this))throw He("desiredSize");return Le(this)}close(){if(!ge(this))throw He("close");if(this._closeRequested)throw new TypeError("The stream has already been closed; do not close it again!");const e=this._controlledReadableByteStream._state;if("readable"!==e)throw new TypeError(`The stream (in ${e} state) is not in the readable state and cannot be closed`);Oe(this)}enqueue(e){if(!ge(this))throw He("enqueue");if(H(e,1,"enqueue"),!ArrayBuffer.isView(e))throw new TypeError("chunk must be an array buffer view");if(0===e.byteLength)throw new TypeError("chunk must have non-zero byteLength");if(0===e.buffer.byteLength)throw new TypeError("chunk's buffer must have non-zero byteLength");if(this._closeRequested)throw new TypeError("stream is closed or draining");const t=this._controlledReadableByteStream._state;if("readable"!==t)throw new TypeError(`The stream (in ${t} state) is not in the readable state and cannot be enqueued to`);ke(this,e)}error(e){if(!ge(this))throw He("error");De(this,e)}[D](e){be(this),de(this);const t=this._cancelAlgorithm(e);return Ie(this),t}[P](e){const t=this._controlledReadableByteStream;if(this._queueTotalSize>0){const t=this._queue.shift();this._queueTotalSize-=t.byteLength,we(this);const i=new Uint8Array(t.buffer,t.byteOffset,t.byteLength);return void e._chunkSteps(i)}const i=this._autoAllocateChunkSize;if(void 0!==i){let t;try{t=new ArrayBuffer(i)}catch(t){return void e._errorSteps(t)}const n={buffer:t,bufferByteLength:i,byteOffset:0,byteLength:i,bytesFilled:0,elementSize:1,viewConstructor:Uint8Array,readerType:"default"};this._pendingPullIntos.push(n)}W(t,e),Ee(this)}}function ge(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledReadableByteStream")&&e instanceof me}function _e(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_associatedReadableByteStreamController")&&e instanceof fe}function Ee(e){const t=function(e){const t=e._controlledReadableByteStream;return"readable"===t._state&&(!e._closeRequested&&(!!e._started&&(!!(K(t)&&X(t)>0)||(!!($e(t)&&qe(t)>0)||Le(e)>0))))}(e);t&&(e._pulling?e._pullAgain=!0:(e._pulling=!0,f(e._pullAlgorithm(),(()=>{e._pulling=!1,e._pullAgain&&(e._pullAgain=!1,Ee(e))}),(t=>{De(e,t)}))))}function be(e){Se(e),e._pendingPullIntos=new T}function ve(e,t){let i=!1;"closed"===e._state&&(i=!0);const n=xe(t);"default"===t.readerType?Y(e,n,i):function(e,t,i){const n=e._reader._readIntoRequests.shift();i?n._closeSteps(t):n._chunkSteps(t)}(e,n,i)}function xe(e){const t=e.bytesFilled,i=e.elementSize;return new e.viewConstructor(e.buffer,e.byteOffset,t/i)}function Te(e,t,i,n){e._queue.push({buffer:t,byteOffset:i,byteLength:n}),e._queueTotalSize+=n}function ye(e,t){const i=t.elementSize,n=t.bytesFilled-t.bytesFilled%i,r=Math.min(e._queueTotalSize,t.byteLength-t.bytesFilled),a=t.bytesFilled+r,s=a-a%i;let o=r,c=!1;s>n&&(o=s-t.bytesFilled,c=!0);const l=e._queue;for(;o>0;){const i=l.peek(),n=Math.min(o,i.byteLength),r=t.byteOffset+t.bytesFilled;ce(t.buffer,r,i.buffer,i.byteOffset,n),i.byteLength===n?l.shift():(i.byteOffset+=n,i.byteLength-=n),e._queueTotalSize-=n,Ae(0,n,t),o-=n}return c}function Ae(e,t,i){i.bytesFilled+=t}function we(e){0===e._queueTotalSize&&e._closeRequested?(Ie(e),yi(e._controlledReadableByteStream)):Ee(e)}function Se(e){null!==e._byobRequest&&(e._byobRequest._associatedReadableByteStreamController=void 0,e._byobRequest._view=null,e._byobRequest=null)}function Ce(e){for(;e._pendingPullIntos.length>0;){if(0===e._queueTotalSize)return;const t=e._pendingPullIntos.peek();ye(e,t)&&(Ne(e),ve(e._controlledReadableByteStream,t))}}function Re(e,t){const i=e._pendingPullIntos.peek();Se(e),"closed"===e._controlledReadableByteStream._state?function(e,t){const i=e._controlledReadableByteStream;if($e(i))for(;qe(i)>0;)ve(i,Ne(e))}(e):function(e,t,i){if(Ae(0,t,i),i.bytesFilled<i.elementSize)return;Ne(e);const n=i.bytesFilled%i.elementSize;if(n>0){const t=i.byteOffset+i.bytesFilled,r=le(i.buffer,t-n,t);Te(e,r,0,r.byteLength)}i.bytesFilled-=n,ve(e._controlledReadableByteStream,i),Ce(e)}(e,t,i),Ee(e)}function Ne(e){return e._pendingPullIntos.shift()}function Ie(e){e._pullAlgorithm=void 0,e._cancelAlgorithm=void 0}function Oe(e){const t=e._controlledReadableByteStream;if(!e._closeRequested&&"readable"===t._state)if(e._queueTotalSize>0)e._closeRequested=!0;else{if(e._pendingPullIntos.length>0&&e._pendingPullIntos.peek().bytesFilled>0){const t=new TypeError("Insufficient bytes to fill elements in the given buffer");throw De(e,t),t}Ie(e),yi(t)}}function ke(e,t){const i=e._controlledReadableByteStream;if(e._closeRequested||"readable"!==i._state)return;const n=t.buffer,r=t.byteOffset,a=t.byteLength,s=n;if(e._pendingPullIntos.length>0){const t=e._pendingPullIntos.peek();t.buffer,t.buffer=t.buffer}Se(e),K(i)?0===X(i)?Te(e,s,r,a):(e._pendingPullIntos.length>0&&Ne(e),Y(i,new Uint8Array(s,r,a),!1)):$e(i)?(Te(e,s,r,a),Ce(e)):Te(e,s,r,a),Ee(e)}function De(e,t){const i=e._controlledReadableByteStream;"readable"===i._state&&(be(e),de(e),Ie(e),Ai(i,t))}function Pe(e){if(null===e._byobRequest&&e._pendingPullIntos.length>0){const t=e._pendingPullIntos.peek(),i=new Uint8Array(t.buffer,t.byteOffset+t.bytesFilled,t.byteLength-t.bytesFilled),n=Object.create(fe.prototype);!function(e,t,i){e._associatedReadableByteStreamController=t,e._view=i}(n,e,i),e._byobRequest=n}return e._byobRequest}function Le(e){const t=e._controlledReadableByteStream._state;return"errored"===t?null:"closed"===t?0:e._strategyHWM-e._queueTotalSize}function Me(e,t){const i=e._pendingPullIntos.peek();if("closed"===e._controlledReadableByteStream._state){if(0!==t)throw new TypeError("bytesWritten must be 0 when calling respond() on a closed stream")}else{if(0===t)throw new TypeError("bytesWritten must be greater than 0 when calling respond() on a readable stream");if(i.bytesFilled+t>i.byteLength)throw new RangeError("bytesWritten out of range")}i.buffer=i.buffer,Re(e,t)}function Ue(e,t){const i=e._pendingPullIntos.peek();if("closed"===e._controlledReadableByteStream._state){if(0!==t.byteLength)throw new TypeError("The view's length must be 0 when calling respondWithNewView() on a closed stream")}else if(0===t.byteLength)throw new TypeError("The view's length must be greater than 0 when calling respondWithNewView() on a readable stream");if(i.byteOffset+i.bytesFilled!==t.byteOffset)throw new RangeError("The region specified by view does not match byobRequest");if(i.bufferByteLength!==t.buffer.byteLength)throw new RangeError("The buffer of view has different capacity than byobRequest");if(i.bytesFilled+t.byteLength>i.byteLength)throw new RangeError("The region specified by view is larger than byobRequest");const n=t.byteLength;i.buffer=t.buffer,Re(e,n)}function Fe(e,t,i,n,r,a,s){t._controlledReadableByteStream=e,t._pullAgain=!1,t._pulling=!1,t._byobRequest=null,t._queue=t._queueTotalSize=void 0,de(t),t._closeRequested=!1,t._started=!1,t._strategyHWM=a,t._pullAlgorithm=n,t._cancelAlgorithm=r,t._autoAllocateChunkSize=s,t._pendingPullIntos=new T,e._readableStreamController=t,f(p(i()),(()=>{t._started=!0,Ee(t)}),(e=>{De(t,e)}))}function Be(e){return new TypeError(`ReadableStreamBYOBRequest.prototype.${e} can only be used on a ReadableStreamBYOBRequest`)}function He(e){return new TypeError(`ReadableByteStreamController.prototype.${e} can only be used on a ReadableByteStreamController`)}function je(e){return new Ve(e)}function Ge(e,t){e._reader._readIntoRequests.push(t)}function qe(e){return e._reader._readIntoRequests.length}function $e(e){const t=e._reader;return void 0!==t&&!!ze(t)}Object.defineProperties(me.prototype,{close:{enumerable:!0},enqueue:{enumerable:!0},error:{enumerable:!0},byobRequest:{enumerable:!0},desiredSize:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(me.prototype,t.toStringTag,{value:"ReadableByteStreamController",configurable:!0});class Ve{constructor(e){if(H(e,1,"ReadableStreamBYOBReader"),V(e,"First parameter"),xi(e))throw new TypeError("This stream has already been locked for exclusive reading by another reader");if(!ge(e._readableStreamController))throw new TypeError("Cannot construct a ReadableStreamBYOBReader for a stream not constructed with a byte source");y(this,e),this._readIntoRequests=new T}get closed(){return ze(this)?this._closedPromise:h(Ye("closed"))}cancel(e){return ze(this)?void 0===this._ownerReadableStream?h(S("cancel")):A(this,e):h(Ye("cancel"))}read(e){if(!ze(this))return h(Ye("read"));if(!ArrayBuffer.isView(e))return h(new TypeError("view must be an array buffer view"));if(0===e.byteLength)return h(new TypeError("view must have non-zero byteLength"));if(0===e.buffer.byteLength)return h(new TypeError("view's buffer must have non-zero byteLength"));if(e.buffer,void 0===this._ownerReadableStream)return h(S("read from"));let t,i;const n=u(((e,n)=>{t=e,i=n}));return We(this,e,{_chunkSteps:e=>t({value:e,done:!1}),_closeSteps:e=>t({value:e,done:!0}),_errorSteps:e=>i(e)}),n}releaseLock(){if(!ze(this))throw Ye("releaseLock");if(void 0!==this._ownerReadableStream){if(this._readIntoRequests.length>0)throw new TypeError("Tried to release a reader lock when that reader has pending read() calls un-settled");w(this)}}}function ze(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_readIntoRequests")&&e instanceof Ve}function We(e,t,i){const n=e._ownerReadableStream;n._disturbed=!0,"errored"===n._state?i._errorSteps(n._storedError):function(e,t,i){const n=e._controlledReadableByteStream;let r=1;t.constructor!==DataView&&(r=t.constructor.BYTES_PER_ELEMENT);const a=t.constructor,s=t.buffer,o={buffer:s,bufferByteLength:s.byteLength,byteOffset:t.byteOffset,byteLength:t.byteLength,bytesFilled:0,elementSize:r,viewConstructor:a,readerType:"byob"};if(e._pendingPullIntos.length>0)return e._pendingPullIntos.push(o),void Ge(n,i);if("closed"!==n._state){if(e._queueTotalSize>0){if(ye(e,o)){const t=xe(o);return we(e),void i._chunkSteps(t)}if(e._closeRequested){const t=new TypeError("Insufficient bytes to fill elements in the given buffer");return De(e,t),void i._errorSteps(t)}}e._pendingPullIntos.push(o),Ge(n,i),Ee(e)}else{const e=new a(o.buffer,o.byteOffset,0);i._closeSteps(e)}}(n._readableStreamController,t,i)}function Ye(e){return new TypeError(`ReadableStreamBYOBReader.prototype.${e} can only be used on a ReadableStreamBYOBReader`)}function Xe(e,t){const{highWaterMark:i}=e;if(void 0===i)return t;if(se(i)||i<0)throw new RangeError("Invalid highWaterMark");return i}function Ke(e){const{size:t}=e;return t||(()=>1)}function Qe(e,t){U(e,t);const i=null==e?void 0:e.highWaterMark,n=null==e?void 0:e.size;return{highWaterMark:void 0===i?void 0:G(i),size:void 0===n?void 0:Je(n,`${t} has member 'size' that`)}}function Je(e,t){return F(e,t),t=>G(e(t))}function Ze(e,t,i){return F(e,i),i=>x(e,t,[i])}function et(e,t,i){return F(e,i),()=>x(e,t,[])}function tt(e,t,i){return F(e,i),i=>v(e,t,[i])}function it(e,t,i){return F(e,i),(i,n)=>x(e,t,[i,n])}function nt(e,t){if(!ct(e))throw new TypeError(`${t} is not a WritableStream.`)}Object.defineProperties(Ve.prototype,{cancel:{enumerable:!0},read:{enumerable:!0},releaseLock:{enumerable:!0},closed:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(Ve.prototype,t.toStringTag,{value:"ReadableStreamBYOBReader",configurable:!0});const rt="function"==typeof AbortController;class at{constructor(e={},t={}){void 0===e?e=null:B(e,"First parameter");const i=Qe(t,"Second parameter"),n=function(e,t){U(e,t);const i=null==e?void 0:e.abort,n=null==e?void 0:e.close,r=null==e?void 0:e.start,a=null==e?void 0:e.type,s=null==e?void 0:e.write;return{abort:void 0===i?void 0:Ze(i,e,`${t} has member 'abort' that`),close:void 0===n?void 0:et(n,e,`${t} has member 'close' that`),start:void 0===r?void 0:tt(r,e,`${t} has member 'start' that`),write:void 0===s?void 0:it(s,e,`${t} has member 'write' that`),type:a}}(e,"First parameter");if(ot(this),void 0!==n.type)throw new RangeError("Invalid type is specified");const r=Ke(i);!function(e,t,i,n){const r=Object.create(St.prototype);let a=()=>{},s=()=>p(void 0),o=()=>p(void 0),c=()=>p(void 0);void 0!==t.start&&(a=()=>t.start(r)),void 0!==t.write&&(s=e=>t.write(e,r)),void 0!==t.close&&(o=()=>t.close()),void 0!==t.abort&&(c=e=>t.abort(e)),Rt(e,r,a,s,o,c,i,n)}(this,n,Xe(i,1),r)}get locked(){if(!ct(this))throw Lt("locked");return lt(this)}abort(e){return ct(this)?lt(this)?h(new TypeError("Cannot abort a stream that already has a writer")):ut(this,e):h(Lt("abort"))}close(){return ct(this)?lt(this)?h(new TypeError("Cannot close a stream that already has a writer")):mt(this)?h(new TypeError("Cannot close an already-closing stream")):pt(this):h(Lt("close"))}getWriter(){if(!ct(this))throw Lt("getWriter");return st(this)}}function st(e){return new Et(e)}function ot(e){e._state="writable",e._storedError=void 0,e._writer=void 0,e._writableStreamController=void 0,e._writeRequests=new T,e._inFlightWriteRequest=void 0,e._closeRequest=void 0,e._inFlightCloseRequest=void 0,e._pendingAbortRequest=void 0,e._backpressure=!1}function ct(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_writableStreamController")&&e instanceof at}function lt(e){return void 0!==e._writer}function ut(e,t){var i;if("closed"===e._state||"errored"===e._state)return p(void 0);e._writableStreamController._abortReason=t,null===(i=e._writableStreamController._abortController)||void 0===i||i.abort();const n=e._state;if("closed"===n||"errored"===n)return p(void 0);if(void 0!==e._pendingAbortRequest)return e._pendingAbortRequest._promise;let r=!1;"erroring"===n&&(r=!0,t=void 0);const a=u(((i,n)=>{e._pendingAbortRequest={_promise:void 0,_resolve:i,_reject:n,_reason:t,_wasAlreadyErroring:r}}));return e._pendingAbortRequest._promise=a,r||dt(e,t),a}function pt(e){const t=e._state;if("closed"===t||"errored"===t)return h(new TypeError(`The stream (in ${t} state) is not in the writable state and cannot be closed`));const i=u(((t,i)=>{const n={_resolve:t,_reject:i};e._closeRequest=n})),n=e._writer;var r;return void 0!==n&&e._backpressure&&"writable"===t&&Wt(n),he(r=e._writableStreamController,wt,0),Ot(r),i}function ht(e,t){"writable"!==e._state?ft(e):dt(e,t)}function dt(e,t){const i=e._writableStreamController;e._state="erroring",e._storedError=t;const n=e._writer;void 0!==n&&Tt(n,t),!function(e){return void 0!==e._inFlightWriteRequest||void 0!==e._inFlightCloseRequest}(e)&&i._started&&ft(e)}function ft(e){e._state="errored",e._writableStreamController[k]();const t=e._storedError;if(e._writeRequests.forEach((e=>{e._reject(t)})),e._writeRequests=new T,void 0===e._pendingAbortRequest)return void gt(e);const i=e._pendingAbortRequest;if(e._pendingAbortRequest=void 0,i._wasAlreadyErroring)return i._reject(t),void gt(e);f(e._writableStreamController[O](i._reason),(()=>{i._resolve(),gt(e)}),(t=>{i._reject(t),gt(e)}))}function mt(e){return void 0!==e._closeRequest||void 0!==e._inFlightCloseRequest}function gt(e){void 0!==e._closeRequest&&(e._closeRequest._reject(e._storedError),e._closeRequest=void 0);const t=e._writer;void 0!==t&&jt(t,e._storedError)}function _t(e,t){const i=e._writer;void 0!==i&&t!==e._backpressure&&(t?function(e){qt(e)}(i):Wt(i)),e._backpressure=t}Object.defineProperties(at.prototype,{abort:{enumerable:!0},close:{enumerable:!0},getWriter:{enumerable:!0},locked:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(at.prototype,t.toStringTag,{value:"WritableStream",configurable:!0});class Et{constructor(e){if(H(e,1,"WritableStreamDefaultWriter"),nt(e,"First parameter"),lt(e))throw new TypeError("This stream has already been locked for exclusive writing by another writer");this._ownerWritableStream=e,e._writer=this;const t=e._state;if("writable"===t)!mt(e)&&e._backpressure?qt(this):Vt(this),Bt(this);else if("erroring"===t)$t(this,e._storedError),Bt(this);else if("closed"===t)Vt(this),Bt(i=this),Gt(i);else{const t=e._storedError;$t(this,t),Ht(this,t)}var i}get closed(){return bt(this)?this._closedPromise:h(Ut("closed"))}get desiredSize(){if(!bt(this))throw Ut("desiredSize");if(void 0===this._ownerWritableStream)throw Ft("desiredSize");return function(e){const t=e._ownerWritableStream,i=t._state;return"errored"===i||"erroring"===i?null:"closed"===i?0:It(t._writableStreamController)}(this)}get ready(){return bt(this)?this._readyPromise:h(Ut("ready"))}abort(e){return bt(this)?void 0===this._ownerWritableStream?h(Ft("abort")):function(e,t){return ut(e._ownerWritableStream,t)}(this,e):h(Ut("abort"))}close(){if(!bt(this))return h(Ut("close"));const e=this._ownerWritableStream;return void 0===e?h(Ft("close")):mt(e)?h(new TypeError("Cannot close an already-closing stream")):vt(this)}releaseLock(){if(!bt(this))throw Ut("releaseLock");void 0!==this._ownerWritableStream&&yt(this)}write(e){return bt(this)?void 0===this._ownerWritableStream?h(Ft("write to")):At(this,e):h(Ut("write"))}}function bt(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_ownerWritableStream")&&e instanceof Et}function vt(e){return pt(e._ownerWritableStream)}function xt(e,t){"pending"===e._closedPromiseState?jt(e,t):function(e,t){Ht(e,t)}(e,t)}function Tt(e,t){"pending"===e._readyPromiseState?zt(e,t):function(e,t){$t(e,t)}(e,t)}function yt(e){const t=e._ownerWritableStream,i=new TypeError("Writer was released and can no longer be used to monitor the stream's closedness");Tt(e,i),xt(e,i),t._writer=void 0,e._ownerWritableStream=void 0}function At(e,t){const i=e._ownerWritableStream,n=i._writableStreamController,r=function(e,t){try{return e._strategySizeAlgorithm(t)}catch(t){return kt(e,t),1}}(n,t);if(i!==e._ownerWritableStream)return h(Ft("write to"));const a=i._state;if("errored"===a)return h(i._storedError);if(mt(i)||"closed"===a)return h(new TypeError("The stream is closing or closed and cannot be written to"));if("erroring"===a)return h(i._storedError);const s=function(e){return u(((t,i)=>{const n={_resolve:t,_reject:i};e._writeRequests.push(n)}))}(i);return function(e,t,i){try{he(e,t,i)}catch(t){return void kt(e,t)}const n=e._controlledWritableStream;mt(n)||"writable"!==n._state||_t(n,Dt(e)),Ot(e)}(n,t,r),s}Object.defineProperties(Et.prototype,{abort:{enumerable:!0},close:{enumerable:!0},releaseLock:{enumerable:!0},write:{enumerable:!0},closed:{enumerable:!0},desiredSize:{enumerable:!0},ready:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(Et.prototype,t.toStringTag,{value:"WritableStreamDefaultWriter",configurable:!0});const wt={};class St{constructor(){throw new TypeError("Illegal constructor")}get abortReason(){if(!Ct(this))throw Mt("abortReason");return this._abortReason}get signal(){if(!Ct(this))throw Mt("signal");if(void 0===this._abortController)throw new TypeError("WritableStreamDefaultController.prototype.signal is not supported");return this._abortController.signal}error(e){if(!Ct(this))throw Mt("error");"writable"===this._controlledWritableStream._state&&Pt(this,e)}[O](e){const t=this._abortAlgorithm(e);return Nt(this),t}[k](){de(this)}}function Ct(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledWritableStream")&&e instanceof St}function Rt(e,t,i,n,r,a,s,o){t._controlledWritableStream=e,e._writableStreamController=t,t._queue=void 0,t._queueTotalSize=void 0,de(t),t._abortReason=void 0,t._abortController=function(){if(rt)return new AbortController}(),t._started=!1,t._strategySizeAlgorithm=o,t._strategyHWM=s,t._writeAlgorithm=n,t._closeAlgorithm=r,t._abortAlgorithm=a;const c=Dt(t);_t(e,c),f(p(i()),(()=>{t._started=!0,Ot(t)}),(i=>{t._started=!0,ht(e,i)}))}function Nt(e){e._writeAlgorithm=void 0,e._closeAlgorithm=void 0,e._abortAlgorithm=void 0,e._strategySizeAlgorithm=void 0}function It(e){return e._strategyHWM-e._queueTotalSize}function Ot(e){const t=e._controlledWritableStream;if(!e._started)return;if(void 0!==t._inFlightWriteRequest)return;if("erroring"===t._state)return void ft(t);if(0===e._queue.length)return;const i=e._queue.peek().value;i===wt?function(e){const t=e._controlledWritableStream;(function(e){e._inFlightCloseRequest=e._closeRequest,e._closeRequest=void 0})(t),pe(e);const i=e._closeAlgorithm();Nt(e),f(i,(()=>{!function(e){e._inFlightCloseRequest._resolve(void 0),e._inFlightCloseRequest=void 0,"erroring"===e._state&&(e._storedError=void 0,void 0!==e._pendingAbortRequest&&(e._pendingAbortRequest._resolve(),e._pendingAbortRequest=void 0)),e._state="closed";const t=e._writer;void 0!==t&&Gt(t)}(t)}),(e=>{!function(e,t){e._inFlightCloseRequest._reject(t),e._inFlightCloseRequest=void 0,void 0!==e._pendingAbortRequest&&(e._pendingAbortRequest._reject(t),e._pendingAbortRequest=void 0),ht(e,t)}(t,e)}))}(e):function(e,t){const i=e._controlledWritableStream;!function(e){e._inFlightWriteRequest=e._writeRequests.shift()}(i),f(e._writeAlgorithm(t),(()=>{!function(e){e._inFlightWriteRequest._resolve(void 0),e._inFlightWriteRequest=void 0}(i);const t=i._state;if(pe(e),!mt(i)&&"writable"===t){const t=Dt(e);_t(i,t)}Ot(e)}),(t=>{"writable"===i._state&&Nt(e),function(e,t){e._inFlightWriteRequest._reject(t),e._inFlightWriteRequest=void 0,ht(e,t)}(i,t)}))}(e,i)}function kt(e,t){"writable"===e._controlledWritableStream._state&&Pt(e,t)}function Dt(e){return It(e)<=0}function Pt(e,t){const i=e._controlledWritableStream;Nt(e),dt(i,t)}function Lt(e){return new TypeError(`WritableStream.prototype.${e} can only be used on a WritableStream`)}function Mt(e){return new TypeError(`WritableStreamDefaultController.prototype.${e} can only be used on a WritableStreamDefaultController`)}function Ut(e){return new TypeError(`WritableStreamDefaultWriter.prototype.${e} can only be used on a WritableStreamDefaultWriter`)}function Ft(e){return new TypeError("Cannot "+e+" a stream using a released writer")}function Bt(e){e._closedPromise=u(((t,i)=>{e._closedPromise_resolve=t,e._closedPromise_reject=i,e._closedPromiseState="pending"}))}function Ht(e,t){Bt(e),jt(e,t)}function jt(e,t){void 0!==e._closedPromise_reject&&(E(e._closedPromise),e._closedPromise_reject(t),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0,e._closedPromiseState="rejected")}function Gt(e){void 0!==e._closedPromise_resolve&&(e._closedPromise_resolve(void 0),e._closedPromise_resolve=void 0,e._closedPromise_reject=void 0,e._closedPromiseState="resolved")}function qt(e){e._readyPromise=u(((t,i)=>{e._readyPromise_resolve=t,e._readyPromise_reject=i})),e._readyPromiseState="pending"}function $t(e,t){qt(e),zt(e,t)}function Vt(e){qt(e),Wt(e)}function zt(e,t){void 0!==e._readyPromise_reject&&(E(e._readyPromise),e._readyPromise_reject(t),e._readyPromise_resolve=void 0,e._readyPromise_reject=void 0,e._readyPromiseState="rejected")}function Wt(e){void 0!==e._readyPromise_resolve&&(e._readyPromise_resolve(void 0),e._readyPromise_resolve=void 0,e._readyPromise_reject=void 0,e._readyPromiseState="fulfilled")}Object.defineProperties(St.prototype,{abortReason:{enumerable:!0},signal:{enumerable:!0},error:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(St.prototype,t.toStringTag,{value:"WritableStreamDefaultController",configurable:!0});const Yt="undefined"!=typeof DOMException?DOMException:void 0,Xt=function(e){if("function"!=typeof e&&"object"!=typeof e)return!1;try{return new e,!0}catch(e){return!1}}(Yt)?Yt:function(){const e=function(e,t){this.message=e||"",this.name=t||"Error",Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)};return e.prototype=Object.create(Error.prototype),Object.defineProperty(e.prototype,"constructor",{value:e,writable:!0,configurable:!0}),e}();function Kt(e,t,n,r,a,s){const o=z(e),c=st(t);e._disturbed=!0;let l=!1,_=p(void 0);return u(((b,v)=>{let x;if(void 0!==s){if(x=()=>{const i=new Xt("Aborted","AbortError"),n=[];r||n.push((()=>"writable"===t._state?ut(t,i):p(void 0))),a||n.push((()=>"readable"===e._state?Ti(e,i):p(void 0))),R((()=>Promise.all(n.map((e=>e())))),!0,i)},s.aborted)return void x();s.addEventListener("abort",x)}var T,y,A;if(C(e,o._closedPromise,(e=>{r?N(!0,e):R((()=>ut(t,e)),!0,e)})),C(t,c._closedPromise,(t=>{a?N(!0,t):R((()=>Ti(e,t)),!0,t)})),T=e,y=o._closedPromise,A=()=>{n?N():R((()=>function(e){const t=e._ownerWritableStream,i=t._state;return mt(t)||"closed"===i?p(void 0):"errored"===i?h(t._storedError):vt(e)}(c)))},"closed"===T._state?A():m(y,A),mt(t)||"closed"===t._state){const t=new TypeError("the destination writable stream closed before all data could be piped to it");a?N(!0,t):R((()=>Ti(e,t)),!0,t)}function S(){const e=_;return d(_,(()=>e!==_?S():void 0))}function C(e,t,i){"errored"===e._state?i(e._storedError):g(t,i)}function R(e,i,n){function r(){f(e(),(()=>I(i,n)),(e=>I(!0,e)))}l||(l=!0,"writable"!==t._state||mt(t)?r():m(S(),r))}function N(e,i){l||(l=!0,"writable"!==t._state||mt(t)?I(e,i):m(S(),(()=>I(e,i))))}function I(e,t){yt(c),w(o),void 0!==s&&s.removeEventListener("abort",x),e?v(t):b(void 0)}E(u(((e,t)=>{!function n(r){r?e():d(l?p(!0):d(c._readyPromise,(()=>u(((e,t)=>{Z(o,{_chunkSteps:t=>{_=d(At(c,t),void 0,i),e(!1)},_closeSteps:()=>e(!0),_errorSteps:t})})))),n,t)}(!1)})))}))}class Qt{constructor(){throw new TypeError("Illegal constructor")}get desiredSize(){if(!Jt(this))throw ci("desiredSize");return ai(this)}close(){if(!Jt(this))throw ci("close");if(!si(this))throw new TypeError("The stream is not in a state that permits close");ii(this)}enqueue(e){if(!Jt(this))throw ci("enqueue");if(!si(this))throw new TypeError("The stream is not in a state that permits enqueue");return ni(this,e)}error(e){if(!Jt(this))throw ci("error");ri(this,e)}[D](e){de(this);const t=this._cancelAlgorithm(e);return ti(this),t}[P](e){const t=this._controlledReadableStream;if(this._queue.length>0){const i=pe(this);this._closeRequested&&0===this._queue.length?(ti(this),yi(t)):Zt(this),e._chunkSteps(i)}else W(t,e),Zt(this)}}function Jt(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledReadableStream")&&e instanceof Qt}function Zt(e){ei(e)&&(e._pulling?e._pullAgain=!0:(e._pulling=!0,f(e._pullAlgorithm(),(()=>{e._pulling=!1,e._pullAgain&&(e._pullAgain=!1,Zt(e))}),(t=>{ri(e,t)}))))}function ei(e){const t=e._controlledReadableStream;return!!si(e)&&(!!e._started&&(!!(xi(t)&&X(t)>0)||ai(e)>0))}function ti(e){e._pullAlgorithm=void 0,e._cancelAlgorithm=void 0,e._strategySizeAlgorithm=void 0}function ii(e){if(!si(e))return;const t=e._controlledReadableStream;e._closeRequested=!0,0===e._queue.length&&(ti(e),yi(t))}function ni(e,t){if(!si(e))return;const i=e._controlledReadableStream;if(xi(i)&&X(i)>0)Y(i,t,!1);else{let i;try{i=e._strategySizeAlgorithm(t)}catch(t){throw ri(e,t),t}try{he(e,t,i)}catch(t){throw ri(e,t),t}}Zt(e)}function ri(e,t){const i=e._controlledReadableStream;"readable"===i._state&&(de(e),ti(e),Ai(i,t))}function ai(e){const t=e._controlledReadableStream._state;return"errored"===t?null:"closed"===t?0:e._strategyHWM-e._queueTotalSize}function si(e){const t=e._controlledReadableStream._state;return!e._closeRequested&&"readable"===t}function oi(e,t,i,n,r,a,s){t._controlledReadableStream=e,t._queue=void 0,t._queueTotalSize=void 0,de(t),t._started=!1,t._closeRequested=!1,t._pullAgain=!1,t._pulling=!1,t._strategySizeAlgorithm=s,t._strategyHWM=a,t._pullAlgorithm=n,t._cancelAlgorithm=r,e._readableStreamController=t,f(p(i()),(()=>{t._started=!0,Zt(t)}),(e=>{ri(t,e)}))}function ci(e){return new TypeError(`ReadableStreamDefaultController.prototype.${e} can only be used on a ReadableStreamDefaultController`)}function li(e,t){return ge(e._readableStreamController)?function(e){let t,i,n,r,a,s=z(e),o=!1,c=!1,l=!1,h=!1,d=!1;const f=u((e=>{a=e}));function m(e){g(e._closedPromise,(t=>{e===s&&(De(n._readableStreamController,t),De(r._readableStreamController,t),h&&d||a(void 0))}))}function _(){ze(s)&&(w(s),s=z(e),m(s)),Z(s,{_chunkSteps:t=>{b((()=>{c=!1,l=!1;const i=t;let s=t;if(!h&&!d)try{s=ue(t)}catch(t){return De(n._readableStreamController,t),De(r._readableStreamController,t),void a(Ti(e,t))}h||ke(n._readableStreamController,i),d||ke(r._readableStreamController,s),o=!1,c?v():l&&x()}))},_closeSteps:()=>{o=!1,h||Oe(n._readableStreamController),d||Oe(r._readableStreamController),n._readableStreamController._pendingPullIntos.length>0&&Me(n._readableStreamController,0),r._readableStreamController._pendingPullIntos.length>0&&Me(r._readableStreamController,0),h&&d||a(void 0)},_errorSteps:()=>{o=!1}})}function E(t,i){J(s)&&(w(s),s=je(e),m(s));const u=i?r:n,p=i?n:r;We(s,t,{_chunkSteps:t=>{b((()=>{c=!1,l=!1;const n=i?d:h;if(i?h:d)n||Ue(u._readableStreamController,t);else{let i;try{i=ue(t)}catch(t){return De(u._readableStreamController,t),De(p._readableStreamController,t),void a(Ti(e,t))}n||Ue(u._readableStreamController,t),ke(p._readableStreamController,i)}o=!1,c?v():l&&x()}))},_closeSteps:e=>{o=!1;const t=i?d:h,n=i?h:d;t||Oe(u._readableStreamController),n||Oe(p._readableStreamController),void 0!==e&&(t||Ue(u._readableStreamController,e),!n&&p._readableStreamController._pendingPullIntos.length>0&&Me(p._readableStreamController,0)),t&&n||a(void 0)},_errorSteps:()=>{o=!1}})}function v(){if(o)return c=!0,p(void 0);o=!0;const e=Pe(n._readableStreamController);return null===e?_():E(e._view,!1),p(void 0)}function x(){if(o)return l=!0,p(void 0);o=!0;const e=Pe(r._readableStreamController);return null===e?_():E(e._view,!0),p(void 0)}function T(n){if(h=!0,t=n,d){const n=oe([t,i]),r=Ti(e,n);a(r)}return f}function y(n){if(d=!0,i=n,h){const n=oe([t,i]),r=Ti(e,n);a(r)}return f}function A(){}return n=Ei(A,v,T),r=Ei(A,x,y),m(s),[n,r]}(e):function(e,t){const i=z(e);let n,r,a,s,o,c=!1,l=!1,h=!1,d=!1;const f=u((e=>{o=e}));function m(){return c?(l=!0,p(void 0)):(c=!0,Z(i,{_chunkSteps:e=>{b((()=>{l=!1;const t=e,i=e;h||ni(a._readableStreamController,t),d||ni(s._readableStreamController,i),c=!1,l&&m()}))},_closeSteps:()=>{c=!1,h||ii(a._readableStreamController),d||ii(s._readableStreamController),h&&d||o(void 0)},_errorSteps:()=>{c=!1}}),p(void 0))}function _(t){if(h=!0,n=t,d){const t=oe([n,r]),i=Ti(e,t);o(i)}return f}function E(t){if(d=!0,r=t,h){const t=oe([n,r]),i=Ti(e,t);o(i)}return f}function v(){}return a=_i(v,m,_),s=_i(v,m,E),g(i._closedPromise,(e=>{ri(a._readableStreamController,e),ri(s._readableStreamController,e),h&&d||o(void 0)})),[a,s]}(e)}function ui(e,t,i){return F(e,i),i=>x(e,t,[i])}function pi(e,t,i){return F(e,i),i=>x(e,t,[i])}function hi(e,t,i){return F(e,i),i=>v(e,t,[i])}function di(e,t){if("bytes"!=(e=`${e}`))throw new TypeError(`${t} '${e}' is not a valid enumeration value for ReadableStreamType`);return e}function fi(e,t){if("byob"!=(e=`${e}`))throw new TypeError(`${t} '${e}' is not a valid enumeration value for ReadableStreamReaderMode`);return e}function mi(e,t){U(e,t);const i=null==e?void 0:e.preventAbort,n=null==e?void 0:e.preventCancel,r=null==e?void 0:e.preventClose,a=null==e?void 0:e.signal;return void 0!==a&&function(e,t){if(!function(e){if("object"!=typeof e||null===e)return!1;try{return"boolean"==typeof e.aborted}catch(e){return!1}}(e))throw new TypeError(`${t} is not an AbortSignal.`)}(a,`${t} has member 'signal' that`),{preventAbort:Boolean(i),preventCancel:Boolean(n),preventClose:Boolean(r),signal:a}}Object.defineProperties(Qt.prototype,{close:{enumerable:!0},enqueue:{enumerable:!0},error:{enumerable:!0},desiredSize:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(Qt.prototype,t.toStringTag,{value:"ReadableStreamDefaultController",configurable:!0});class gi{constructor(e={},t={}){void 0===e?e=null:B(e,"First parameter");const i=Qe(t,"Second parameter"),n=function(e,t){U(e,t);const i=e,n=null==i?void 0:i.autoAllocateChunkSize,r=null==i?void 0:i.cancel,a=null==i?void 0:i.pull,s=null==i?void 0:i.start,o=null==i?void 0:i.type;return{autoAllocateChunkSize:void 0===n?void 0:$(n,`${t} has member 'autoAllocateChunkSize' that`),cancel:void 0===r?void 0:ui(r,i,`${t} has member 'cancel' that`),pull:void 0===a?void 0:pi(a,i,`${t} has member 'pull' that`),start:void 0===s?void 0:hi(s,i,`${t} has member 'start' that`),type:void 0===o?void 0:di(o,`${t} has member 'type' that`)}}(e,"First parameter");if(bi(this),"bytes"===n.type){if(void 0!==i.size)throw new RangeError("The strategy for a byte stream cannot have a size function");!function(e,t,i){const n=Object.create(me.prototype);let r=()=>{},a=()=>p(void 0),s=()=>p(void 0);void 0!==t.start&&(r=()=>t.start(n)),void 0!==t.pull&&(a=()=>t.pull(n)),void 0!==t.cancel&&(s=e=>t.cancel(e));const o=t.autoAllocateChunkSize;if(0===o)throw new TypeError("autoAllocateChunkSize must be greater than 0");Fe(e,n,r,a,s,i,o)}(this,n,Xe(i,0))}else{const e=Ke(i);!function(e,t,i,n){const r=Object.create(Qt.prototype);let a=()=>{},s=()=>p(void 0),o=()=>p(void 0);void 0!==t.start&&(a=()=>t.start(r)),void 0!==t.pull&&(s=()=>t.pull(r)),void 0!==t.cancel&&(o=e=>t.cancel(e)),oi(e,r,a,s,o,i,n)}(this,n,Xe(i,1),e)}}get locked(){if(!vi(this))throw wi("locked");return xi(this)}cancel(e){return vi(this)?xi(this)?h(new TypeError("Cannot cancel a stream that already has a reader")):Ti(this,e):h(wi("cancel"))}getReader(e){if(!vi(this))throw wi("getReader");return void 0===function(e,t){U(e,t);const i=null==e?void 0:e.mode;return{mode:void 0===i?void 0:fi(i,`${t} has member 'mode' that`)}}(e,"First parameter").mode?z(this):je(this)}pipeThrough(e,t={}){if(!vi(this))throw wi("pipeThrough");H(e,1,"pipeThrough");const i=function(e,t){U(e,t);const i=null==e?void 0:e.readable;j(i,"readable","ReadableWritablePair"),V(i,`${t} has member 'readable' that`);const n=null==e?void 0:e.writable;return j(n,"writable","ReadableWritablePair"),nt(n,`${t} has member 'writable' that`),{readable:i,writable:n}}(e,"First parameter"),n=mi(t,"Second parameter");if(xi(this))throw new TypeError("ReadableStream.prototype.pipeThrough cannot be used on a locked ReadableStream");if(lt(i.writable))throw new TypeError("ReadableStream.prototype.pipeThrough cannot be used on a locked WritableStream");return E(Kt(this,i.writable,n.preventClose,n.preventAbort,n.preventCancel,n.signal)),i.readable}pipeTo(e,t={}){if(!vi(this))return h(wi("pipeTo"));if(void 0===e)return h("Parameter 1 is required in 'pipeTo'.");if(!ct(e))return h(new TypeError("ReadableStream.prototype.pipeTo's first argument must be a WritableStream"));let i;try{i=mi(t,"Second parameter")}catch(e){return h(e)}return xi(this)?h(new TypeError("ReadableStream.prototype.pipeTo cannot be used on a locked ReadableStream")):lt(e)?h(new TypeError("ReadableStream.prototype.pipeTo cannot be used on a locked WritableStream")):Kt(this,e,i.preventClose,i.preventAbort,i.preventCancel,i.signal)}tee(){if(!vi(this))throw wi("tee");return oe(li(this))}values(e){if(!vi(this))throw wi("values");return function(e,t){const i=z(e),n=new ie(i,t),r=Object.create(ne);return r._asyncIteratorImpl=n,r}(this,function(e,t){U(e,t);const i=null==e?void 0:e.preventCancel;return{preventCancel:Boolean(i)}}(e,"First parameter").preventCancel)}}function _i(e,t,i,n=1,r=(()=>1)){const a=Object.create(gi.prototype);return bi(a),oi(a,Object.create(Qt.prototype),e,t,i,n,r),a}function Ei(e,t,i){const n=Object.create(gi.prototype);return bi(n),Fe(n,Object.create(me.prototype),e,t,i,0,void 0),n}function bi(e){e._state="readable",e._reader=void 0,e._storedError=void 0,e._disturbed=!1}function vi(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_readableStreamController")&&e instanceof gi}function xi(e){return void 0!==e._reader}function Ti(e,t){if(e._disturbed=!0,"closed"===e._state)return p(void 0);if("errored"===e._state)return h(e._storedError);yi(e);const n=e._reader;return void 0!==n&&ze(n)&&(n._readIntoRequests.forEach((e=>{e._closeSteps(void 0)})),n._readIntoRequests=new T),_(e._readableStreamController[D](t),i)}function yi(e){e._state="closed";const t=e._reader;void 0!==t&&(I(t),J(t)&&(t._readRequests.forEach((e=>{e._closeSteps()})),t._readRequests=new T))}function Ai(e,t){e._state="errored",e._storedError=t;const i=e._reader;void 0!==i&&(N(i,t),J(i)?(i._readRequests.forEach((e=>{e._errorSteps(t)})),i._readRequests=new T):(i._readIntoRequests.forEach((e=>{e._errorSteps(t)})),i._readIntoRequests=new T))}function wi(e){return new TypeError(`ReadableStream.prototype.${e} can only be used on a ReadableStream`)}function Si(e,t){U(e,t);const i=null==e?void 0:e.highWaterMark;return j(i,"highWaterMark","QueuingStrategyInit"),{highWaterMark:G(i)}}Object.defineProperties(gi.prototype,{cancel:{enumerable:!0},getReader:{enumerable:!0},pipeThrough:{enumerable:!0},pipeTo:{enumerable:!0},tee:{enumerable:!0},values:{enumerable:!0},locked:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(gi.prototype,t.toStringTag,{value:"ReadableStream",configurable:!0}),"symbol"==typeof t.asyncIterator&&Object.defineProperty(gi.prototype,t.asyncIterator,{value:gi.prototype.values,writable:!0,configurable:!0});const Ci=e=>e.byteLength;try{Object.defineProperty(Ci,"name",{value:"size",configurable:!0})}catch(e){}class Ri{constructor(e){H(e,1,"ByteLengthQueuingStrategy"),e=Si(e,"First parameter"),this._byteLengthQueuingStrategyHighWaterMark=e.highWaterMark}get highWaterMark(){if(!Ii(this))throw Ni("highWaterMark");return this._byteLengthQueuingStrategyHighWaterMark}get size(){if(!Ii(this))throw Ni("size");return Ci}}function Ni(e){return new TypeError(`ByteLengthQueuingStrategy.prototype.${e} can only be used on a ByteLengthQueuingStrategy`)}function Ii(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_byteLengthQueuingStrategyHighWaterMark")&&e instanceof Ri}Object.defineProperties(Ri.prototype,{highWaterMark:{enumerable:!0},size:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(Ri.prototype,t.toStringTag,{value:"ByteLengthQueuingStrategy",configurable:!0});const Oi=()=>1;try{Object.defineProperty(Oi,"name",{value:"size",configurable:!0})}catch(e){}class ki{constructor(e){H(e,1,"CountQueuingStrategy"),e=Si(e,"First parameter"),this._countQueuingStrategyHighWaterMark=e.highWaterMark}get highWaterMark(){if(!Pi(this))throw Di("highWaterMark");return this._countQueuingStrategyHighWaterMark}get size(){if(!Pi(this))throw Di("size");return Oi}}function Di(e){return new TypeError(`CountQueuingStrategy.prototype.${e} can only be used on a CountQueuingStrategy`)}function Pi(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_countQueuingStrategyHighWaterMark")&&e instanceof ki}function Li(e,t,i){return F(e,i),i=>x(e,t,[i])}function Mi(e,t,i){return F(e,i),i=>v(e,t,[i])}function Ui(e,t,i){return F(e,i),(i,n)=>x(e,t,[i,n])}Object.defineProperties(ki.prototype,{highWaterMark:{enumerable:!0},size:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(ki.prototype,t.toStringTag,{value:"CountQueuingStrategy",configurable:!0});class Fi{constructor(e={},t={},i={}){void 0===e&&(e=null);const n=Qe(t,"Second parameter"),r=Qe(i,"Third parameter"),a=function(e,t){U(e,t);const i=null==e?void 0:e.flush,n=null==e?void 0:e.readableType,r=null==e?void 0:e.start,a=null==e?void 0:e.transform,s=null==e?void 0:e.writableType;return{flush:void 0===i?void 0:Li(i,e,`${t} has member 'flush' that`),readableType:n,start:void 0===r?void 0:Mi(r,e,`${t} has member 'start' that`),transform:void 0===a?void 0:Ui(a,e,`${t} has member 'transform' that`),writableType:s}}(e,"First parameter");if(void 0!==a.readableType)throw new RangeError("Invalid readableType specified");if(void 0!==a.writableType)throw new RangeError("Invalid writableType specified");const s=Xe(r,0),o=Ke(r),c=Xe(n,1),l=Ke(n);let d;!function(e,t,i,n,r,a){function s(){return t}function o(t){return function(e,t){const i=e._transformStreamController;return e._backpressure?_(e._backpressureChangePromise,(()=>{const n=e._writable;if("erroring"===n._state)throw n._storedError;return Wi(i,t)})):Wi(i,t)}(e,t)}function c(t){return function(e,t){return Hi(e,t),p(void 0)}(e,t)}function l(){return function(e){const t=e._readable,i=e._transformStreamController,n=i._flushAlgorithm();return Vi(i),_(n,(()=>{if("errored"===t._state)throw t._storedError;ii(t._readableStreamController)}),(i=>{throw Hi(e,i),t._storedError}))}(e)}function u(){return function(e){return Gi(e,!1),e._backpressureChangePromise}(e)}function h(t){return ji(e,t),p(void 0)}e._writable=function(e,t,i,n,r=1,a=(()=>1)){const s=Object.create(at.prototype);return ot(s),Rt(s,Object.create(St.prototype),e,t,i,n,r,a),s}(s,o,l,c,i,n),e._readable=_i(s,u,h,r,a),e._backpressure=void 0,e._backpressureChangePromise=void 0,e._backpressureChangePromise_resolve=void 0,Gi(e,!0),e._transformStreamController=void 0}(this,u((e=>{d=e})),c,l,s,o),function(e,t){const i=Object.create(qi.prototype);let n=e=>{try{return zi(i,e),p(void 0)}catch(e){return h(e)}},r=()=>p(void 0);void 0!==t.transform&&(n=e=>t.transform(e,i)),void 0!==t.flush&&(r=()=>t.flush(i)),function(e,t,i,n){t._controlledTransformStream=e,e._transformStreamController=t,t._transformAlgorithm=i,t._flushAlgorithm=n}(e,i,n,r)}(this,a),void 0!==a.start?d(a.start(this._transformStreamController)):d(void 0)}get readable(){if(!Bi(this))throw Xi("readable");return this._readable}get writable(){if(!Bi(this))throw Xi("writable");return this._writable}}function Bi(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_transformStreamController")&&e instanceof Fi}function Hi(e,t){ri(e._readable._readableStreamController,t),ji(e,t)}function ji(e,t){Vi(e._transformStreamController),kt(e._writable._writableStreamController,t),e._backpressure&&Gi(e,!1)}function Gi(e,t){void 0!==e._backpressureChangePromise&&e._backpressureChangePromise_resolve(),e._backpressureChangePromise=u((t=>{e._backpressureChangePromise_resolve=t})),e._backpressure=t}Object.defineProperties(Fi.prototype,{readable:{enumerable:!0},writable:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(Fi.prototype,t.toStringTag,{value:"TransformStream",configurable:!0});class qi{constructor(){throw new TypeError("Illegal constructor")}get desiredSize(){if(!$i(this))throw Yi("desiredSize");return ai(this._controlledTransformStream._readable._readableStreamController)}enqueue(e){if(!$i(this))throw Yi("enqueue");zi(this,e)}error(e){if(!$i(this))throw Yi("error");var t;t=e,Hi(this._controlledTransformStream,t)}terminate(){if(!$i(this))throw Yi("terminate");!function(e){const t=e._controlledTransformStream;ii(t._readable._readableStreamController);const i=new TypeError("TransformStream terminated");ji(t,i)}(this)}}function $i(e){return!!r(e)&&!!Object.prototype.hasOwnProperty.call(e,"_controlledTransformStream")&&e instanceof qi}function Vi(e){e._transformAlgorithm=void 0,e._flushAlgorithm=void 0}function zi(e,t){const i=e._controlledTransformStream,n=i._readable._readableStreamController;if(!si(n))throw new TypeError("Readable side is not in a state that permits enqueue");try{ni(n,t)}catch(e){throw ji(i,e),i._readable._storedError}const r=function(e){return!ei(e)}(n);r!==i._backpressure&&Gi(i,!0)}function Wi(e,t){return _(e._transformAlgorithm(t),void 0,(t=>{throw Hi(e._controlledTransformStream,t),t}))}function Yi(e){return new TypeError(`TransformStreamDefaultController.prototype.${e} can only be used on a TransformStreamDefaultController`)}function Xi(e){return new TypeError(`TransformStream.prototype.${e} can only be used on a TransformStream`)}Object.defineProperties(qi.prototype,{enqueue:{enumerable:!0},error:{enumerable:!0},terminate:{enumerable:!0},desiredSize:{enumerable:!0}}),"symbol"==typeof t.toStringTag&&Object.defineProperty(qi.prototype,t.toStringTag,{value:"TransformStreamDefaultController",configurable:!0}),e.ByteLengthQueuingStrategy=Ri,e.CountQueuingStrategy=ki,e.ReadableByteStreamController=me,e.ReadableStream=gi,e.ReadableStreamBYOBReader=Ve,e.ReadableStreamBYOBRequest=fe,e.ReadableStreamDefaultController=Qt,e.ReadableStreamDefaultReader=Q,e.TransformStream=Fi,e.TransformStreamDefaultController=qi,e.WritableStream=at,e.WritableStreamDefaultController=St,e.WritableStreamDefaultWriter=Et,Object.defineProperty(e,"__esModule",{value:!0})},i(t)},9602:e=>{"use strict";e.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let e=this.head;e;e=e.next)yield e.value}}},4411:(e,t,i)=>{"use strict";function n(e){var t=this;if(t instanceof n||(t=new n),t.tail=null,t.head=null,t.length=0,e&&"function"==typeof e.forEach)e.forEach((function(e){t.push(e)}));else if(arguments.length>0)for(var i=0,r=arguments.length;i<r;i++)t.push(arguments[i]);return t}function r(e,t,i){var n=t===e.head?new o(i,null,t,e):new o(i,t,t.next,e);return null===n.next&&(e.tail=n),null===n.prev&&(e.head=n),e.length++,n}function a(e,t){e.tail=new o(t,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function s(e,t){e.head=new o(t,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function o(e,t,i,n){if(!(this instanceof o))return new o(e,t,i,n);this.list=n,this.value=e,t?(t.next=this,this.prev=t):this.prev=null,i?(i.prev=this,this.next=i):this.next=null}e.exports=n,n.Node=o,n.create=n,n.prototype.removeNode=function(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");var t=e.next,i=e.prev;return t&&(t.prev=i),i&&(i.next=t),e===this.head&&(this.head=t),e===this.tail&&(this.tail=i),e.list.length--,e.next=null,e.prev=null,e.list=null,t},n.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var t=this.head;e.list=this,e.next=t,t&&(t.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}},n.prototype.pushNode=function(e){if(e!==this.tail){e.list&&e.list.removeNode(e);var t=this.tail;e.list=this,e.prev=t,t&&(t.next=e),this.tail=e,this.head||(this.head=e),this.length++}},n.prototype.push=function(){for(var e=0,t=arguments.length;e<t;e++)a(this,arguments[e]);return this.length},n.prototype.unshift=function(){for(var e=0,t=arguments.length;e<t;e++)s(this,arguments[e]);return this.length},n.prototype.pop=function(){if(this.tail){var e=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,e}},n.prototype.shift=function(){if(this.head){var e=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,e}},n.prototype.forEach=function(e,t){t=t||this;for(var i=this.head,n=0;null!==i;n++)e.call(t,i.value,n,this),i=i.next},n.prototype.forEachReverse=function(e,t){t=t||this;for(var i=this.tail,n=this.length-1;null!==i;n--)e.call(t,i.value,n,this),i=i.prev},n.prototype.get=function(e){for(var t=0,i=this.head;null!==i&&t<e;t++)i=i.next;if(t===e&&null!==i)return i.value},n.prototype.getReverse=function(e){for(var t=0,i=this.tail;null!==i&&t<e;t++)i=i.prev;if(t===e&&null!==i)return i.value},n.prototype.map=function(e,t){t=t||this;for(var i=new n,r=this.head;null!==r;)i.push(e.call(t,r.value,this)),r=r.next;return i},n.prototype.mapReverse=function(e,t){t=t||this;for(var i=new n,r=this.tail;null!==r;)i.push(e.call(t,r.value,this)),r=r.prev;return i},n.prototype.reduce=function(e,t){var i,n=this.head;if(arguments.length>1)i=t;else{if(!this.head)throw new TypeError("Reduce of empty list with no initial value");n=this.head.next,i=this.head.value}for(var r=0;null!==n;r++)i=e(i,n.value,r),n=n.next;return i},n.prototype.reduceReverse=function(e,t){var i,n=this.tail;if(arguments.length>1)i=t;else{if(!this.tail)throw new TypeError("Reduce of empty list with no initial value");n=this.tail.prev,i=this.tail.value}for(var r=this.length-1;null!==n;r--)i=e(i,n.value,r),n=n.prev;return i},n.prototype.toArray=function(){for(var e=new Array(this.length),t=0,i=this.head;null!==i;t++)e[t]=i.value,i=i.next;return e},n.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,i=this.tail;null!==i;t++)e[t]=i.value,i=i.prev;return e},n.prototype.slice=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var i=new n;if(t<e||t<0)return i;e<0&&(e=0),t>this.length&&(t=this.length);for(var r=0,a=this.head;null!==a&&r<e;r++)a=a.next;for(;null!==a&&r<t;r++,a=a.next)i.push(a.value);return i},n.prototype.sliceReverse=function(e,t){(t=t||this.length)<0&&(t+=this.length),(e=e||0)<0&&(e+=this.length);var i=new n;if(t<e||t<0)return i;e<0&&(e=0),t>this.length&&(t=this.length);for(var r=this.length,a=this.tail;null!==a&&r>t;r--)a=a.prev;for(;null!==a&&r>e;r--,a=a.prev)i.push(a.value);return i},n.prototype.splice=function(e,t,...i){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);for(var n=0,a=this.head;null!==a&&n<e;n++)a=a.next;var s=[];for(n=0;a&&n<t;n++)s.push(a.value),a=this.removeNode(a);null===a&&(a=this.tail),a!==this.head&&a!==this.tail&&(a=a.prev);for(n=0;n<i.length;n++)a=r(this,a,i[n]);return s},n.prototype.reverse=function(){for(var e=this.head,t=this.tail,i=e;null!==i;i=i.prev){var n=i.prev;i.prev=i.next,i.next=n}return this.head=t,this.tail=e,this};try{i(9602)(n)}catch(e){}},9491:e=>{"use strict";e.exports=require("assert")},4300:e=>{"use strict";e.exports=require("buffer")},2081:e=>{"use strict";e.exports=require("child_process")},2057:e=>{"use strict";e.exports=require("constants")},6113:e=>{"use strict";e.exports=require("crypto")},2298:e=>{"use strict";e.exports=require("electron")},2361:e=>{"use strict";e.exports=require("events")},7147:e=>{"use strict";e.exports=require("fs")},3685:e=>{"use strict";e.exports=require("http")},2241:e=>{"use strict";e.exports=require("https")},7742:e=>{"use strict";e.exports=require("node:process")},2477:e=>{"use strict";e.exports=require("node:stream/web")},2037:e=>{"use strict";e.exports=require("os")},1017:e=>{"use strict";e.exports=require("path")},3477:e=>{"use strict";e.exports=require("querystring")},2781:e=>{"use strict";e.exports=require("stream")},1576:e=>{"use strict";e.exports=require("string_decoder")},6224:e=>{"use strict";e.exports=require("tty")},7310:e=>{"use strict";e.exports=require("url")},3837:e=>{"use strict";e.exports=require("util")},1267:e=>{"use strict";e.exports=require("worker_threads")},9796:e=>{"use strict";e.exports=require("zlib")},7135:(e,t,i)=>{if(!globalThis.ReadableStream)try{const e=i(7742),{emitWarning:t}=e;try{e.emitWarning=()=>{},Object.assign(globalThis,i(2477)),e.emitWarning=t}catch(i){throw e.emitWarning=t,i}}catch(e){Object.assign(globalThis,i(2660))}try{const{Blob:e}=i(4300);e&&!e.prototype.stream&&(e.prototype.stream=function(e){let t=0;const i=this;return new ReadableStream({type:"bytes",async pull(e){const n=i.slice(t,Math.min(i.size,t+65536)),r=await n.arrayBuffer();t+=r.byteLength,e.enqueue(new Uint8Array(r)),t===i.size&&e.close()}})})}catch(e){}},4193:(e,t,i)=>{"use strict";i.d(t,{Z:()=>r});var n=i(5006);const r=class extends n.Z{#e=0;#t="";constructor(e,t,i={}){if(arguments.length<2)throw new TypeError(`Failed to construct 'File': 2 arguments required, but only ${arguments.length} present.`);super(e,i),null===i&&(i={});const n=void 0===i.lastModified?Date.now():Number(i.lastModified);Number.isNaN(n)||(this.#e=n),this.#t=String(t)}get name(){return this.#t}get lastModified(){return this.#e}get[Symbol.toStringTag](){return"File"}static[Symbol.hasInstance](e){return!!e&&e instanceof n.Z&&/^(File)$/.test(e[Symbol.toStringTag])}}},749:(e,t,i)=>{"use strict";i.d(t,{$B:()=>r.Z});const n=require("node:fs");require("node:path");i(3414);var r=i(4193);i(5006);const{stat:a}=n.promises;Symbol.toStringTag},5006:(e,t,i)=>{"use strict";i.d(t,{Z:()=>a});i(7135);
38
38
  /*! fetch-blob. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */async function*n(e,t=!0){for(const i of e)if("stream"in i)yield*i.stream();else if(ArrayBuffer.isView(i))if(t){let e=i.byteOffset;const t=i.byteOffset+i.byteLength;for(;e!==t;){const n=Math.min(t-e,65536),r=i.buffer.slice(e,e+n);e+=r.byteLength,yield new Uint8Array(r)}}else yield i;else{let e=0,t=i;for(;e!==t.size;){const i=t.slice(e,Math.min(t.size,e+65536)),n=await i.arrayBuffer();e+=n.byteLength,yield new Uint8Array(n)}}}const r=class e{#i=[];#n="";#r=0;#a="transparent";constructor(t=[],i={}){if("object"!=typeof t||null===t)throw new TypeError("Failed to construct 'Blob': The provided value cannot be converted to a sequence.");if("function"!=typeof t[Symbol.iterator])throw new TypeError("Failed to construct 'Blob': The object must have a callable @@iterator property.");if("object"!=typeof i&&"function"!=typeof i)throw new TypeError("Failed to construct 'Blob': parameter 2 cannot convert to dictionary.");null===i&&(i={});const n=new TextEncoder;for(const i of t){let t;t=ArrayBuffer.isView(i)?new Uint8Array(i.buffer.slice(i.byteOffset,i.byteOffset+i.byteLength)):i instanceof ArrayBuffer?new Uint8Array(i.slice(0)):i instanceof e?i:n.encode(`${i}`),this.#r+=ArrayBuffer.isView(t)?t.byteLength:t.size,this.#i.push(t)}this.#a=`${void 0===i.endings?"transparent":i.endings}`;const r=void 0===i.type?"":String(i.type);this.#n=/^[\x20-\x7E]*$/.test(r)?r:""}get size(){return this.#r}get type(){return this.#n}async text(){const e=new TextDecoder;let t="";for await(const i of n(this.#i,!1))t+=e.decode(i,{stream:!0});return t+=e.decode(),t}async arrayBuffer(){const e=new Uint8Array(this.size);let t=0;for await(const i of n(this.#i,!1))e.set(i,t),t+=i.length;return e.buffer}stream(){const e=n(this.#i,!0);return new globalThis.ReadableStream({type:"bytes",async pull(t){const i=await e.next();i.done?t.close():t.enqueue(i.value)},async cancel(){await e.return()}})}slice(t=0,i=this.size,n=""){const{size:r}=this;let a=t<0?Math.max(r+t,0):Math.min(t,r),s=i<0?Math.max(r+i,0):Math.min(i,r);const o=Math.max(s-a,0),c=this.#i,l=[];let u=0;for(const e of c){if(u>=o)break;const t=ArrayBuffer.isView(e)?e.byteLength:e.size;if(a&&t<=a)a-=t,s-=t;else{let i;ArrayBuffer.isView(e)?(i=e.subarray(a,Math.min(t,s)),u+=i.byteLength):(i=e.slice(a,Math.min(t,s)),u+=i.size),s-=t,l.push(i),a=0}}const p=new e([],{type:String(n).toLowerCase()});return p.#r=o,p.#i=l,p}get[Symbol.toStringTag](){return"Blob"}static[Symbol.hasInstance](e){return e&&"object"==typeof e&&"function"==typeof e.constructor&&("function"==typeof e.stream||"function"==typeof e.arrayBuffer)&&/^(Blob|File)$/.test(e[Symbol.toStringTag])}};Object.defineProperties(r.prototype,{size:{enumerable:!0},type:{enumerable:!0},slice:{enumerable:!0}});const a=r},9951:(e,t,i)=>{"use strict";i.d(t,{Ct:()=>d,au:()=>f});var n=i(5006),r=i(4193),{toStringTag:a,iterator:s,hasInstance:o}=Symbol,c=Math.random,l="append,set,get,getAll,delete,keys,values,entries,forEach,constructor".split(","),u=(e,t,i)=>(e+="",/^(Blob|File)$/.test(t&&t[a])?[(i=void 0!==i?i+"":"File"==t[a]?t.name:"blob",e),t.name!==i||"blob"==t[a]?new r.Z([t],i,t):t]:[e,t+""]),p=(e,t)=>(t?e:e.replace(/\r?\n|\r/g,"\r\n")).replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22"),h=(e,t,i)=>{if(t.length<i)throw new TypeError(`Failed to execute '${e}' on 'FormData': ${i} arguments required, but only ${t.length} present.`)};const d=class{#s=[];constructor(...e){if(e.length)throw new TypeError("Failed to construct 'FormData': parameter 1 is not of type 'HTMLFormElement'.")}get[a](){return"FormData"}[s](){return this.entries()}static[o](e){return e&&"object"==typeof e&&"FormData"===e[a]&&!l.some((t=>"function"!=typeof e[t]))}append(...e){h("append",arguments,2),this.#s.push(u(...e))}delete(e){h("delete",arguments,1),e+="",this.#s=this.#s.filter((([t])=>t!==e))}get(e){h("get",arguments,1),e+="";for(var t=this.#s,i=t.length,n=0;n<i;n++)if(t[n][0]===e)return t[n][1];return null}getAll(e,t){return h("getAll",arguments,1),t=[],e+="",this.#s.forEach((i=>i[0]===e&&t.push(i[1]))),t}has(e){return h("has",arguments,1),e+="",this.#s.some((t=>t[0]===e))}forEach(e,t){for(var[i,n]of(h("forEach",arguments,1),this))e.call(t,n,i,this)}set(...e){h("set",arguments,2);var t=[],i=!0;e=u(...e),this.#s.forEach((n=>{n[0]===e[0]?i&&(i=!t.push(e)):t.push(n)})),i&&t.push(e),this.#s=t}*entries(){yield*this.#s}*keys(){for(var[e]of this)yield e}*values(){for(var[,e]of this)yield e}};function f(e,t=n.Z){var i=`${c()}${c()}`.replace(/\./g,"").slice(-28).padStart(32,"-"),r=[],a=`--${i}\r\nContent-Disposition: form-data; name="`;return e.forEach(((e,t)=>"string"==typeof e?r.push(a+p(t)+`"\r\n\r\n${e.replace(/\r(?!\n)|(?<!\r)\n/g,"\r\n")}\r\n`):r.push(a+p(t)+`"; filename="${p(e.name,1)}"\r\nContent-Type: ${e.type||"application/octet-stream"}\r\n\r\n`,e,"\r\n"))),r.push(`--${i}--`),new t(r,{type:"multipart/form-data; boundary="+i})}},3765:e=>{"use strict";e.exports=JSON.parse('{"application/1d-interleaved-parityfec":{"source":"iana"},"application/3gpdash-qoe-report+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/3gpp-ims+xml":{"source":"iana","compressible":true},"application/3gpphal+json":{"source":"iana","compressible":true},"application/3gpphalforms+json":{"source":"iana","compressible":true},"application/a2l":{"source":"iana"},"application/ace+cbor":{"source":"iana"},"application/activemessage":{"source":"iana"},"application/activity+json":{"source":"iana","compressible":true},"application/alto-costmap+json":{"source":"iana","compressible":true},"application/alto-costmapfilter+json":{"source":"iana","compressible":true},"application/alto-directory+json":{"source":"iana","compressible":true},"application/alto-endpointcost+json":{"source":"iana","compressible":true},"application/alto-endpointcostparams+json":{"source":"iana","compressible":true},"application/alto-endpointprop+json":{"source":"iana","compressible":true},"application/alto-endpointpropparams+json":{"source":"iana","compressible":true},"application/alto-error+json":{"source":"iana","compressible":true},"application/alto-networkmap+json":{"source":"iana","compressible":true},"application/alto-networkmapfilter+json":{"source":"iana","compressible":true},"application/alto-updatestreamcontrol+json":{"source":"iana","compressible":true},"application/alto-updatestreamparams+json":{"source":"iana","compressible":true},"application/aml":{"source":"iana"},"application/andrew-inset":{"source":"iana","extensions":["ez"]},"application/applefile":{"source":"iana"},"application/applixware":{"source":"apache","extensions":["aw"]},"application/at+jwt":{"source":"iana"},"application/atf":{"source":"iana"},"application/atfx":{"source":"iana"},"application/atom+xml":{"source":"iana","compressible":true,"extensions":["atom"]},"application/atomcat+xml":{"source":"iana","compressible":true,"extensions":["atomcat"]},"application/atomdeleted+xml":{"source":"iana","compressible":true,"extensions":["atomdeleted"]},"application/atomicmail":{"source":"iana"},"application/atomsvc+xml":{"source":"iana","compressible":true,"extensions":["atomsvc"]},"application/atsc-dwd+xml":{"source":"iana","compressible":true,"extensions":["dwd"]},"application/atsc-dynamic-event-message":{"source":"iana"},"application/atsc-held+xml":{"source":"iana","compressible":true,"extensions":["held"]},"application/atsc-rdt+json":{"source":"iana","compressible":true},"application/atsc-rsat+xml":{"source":"iana","compressible":true,"extensions":["rsat"]},"application/atxml":{"source":"iana"},"application/auth-policy+xml":{"source":"iana","compressible":true},"application/bacnet-xdd+zip":{"source":"iana","compressible":false},"application/batch-smtp":{"source":"iana"},"application/bdoc":{"compressible":false,"extensions":["bdoc"]},"application/beep+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/calendar+json":{"source":"iana","compressible":true},"application/calendar+xml":{"source":"iana","compressible":true,"extensions":["xcs"]},"application/call-completion":{"source":"iana"},"application/cals-1840":{"source":"iana"},"application/captive+json":{"source":"iana","compressible":true},"application/cbor":{"source":"iana"},"application/cbor-seq":{"source":"iana"},"application/cccex":{"source":"iana"},"application/ccmp+xml":{"source":"iana","compressible":true},"application/ccxml+xml":{"source":"iana","compressible":true,"extensions":["ccxml"]},"application/cdfx+xml":{"source":"iana","compressible":true,"extensions":["cdfx"]},"application/cdmi-capability":{"source":"iana","extensions":["cdmia"]},"application/cdmi-container":{"source":"iana","extensions":["cdmic"]},"application/cdmi-domain":{"source":"iana","extensions":["cdmid"]},"application/cdmi-object":{"source":"iana","extensions":["cdmio"]},"application/cdmi-queue":{"source":"iana","extensions":["cdmiq"]},"application/cdni":{"source":"iana"},"application/cea":{"source":"iana"},"application/cea-2018+xml":{"source":"iana","compressible":true},"application/cellml+xml":{"source":"iana","compressible":true},"application/cfw":{"source":"iana"},"application/city+json":{"source":"iana","compressible":true},"application/clr":{"source":"iana"},"application/clue+xml":{"source":"iana","compressible":true},"application/clue_info+xml":{"source":"iana","compressible":true},"application/cms":{"source":"iana"},"application/cnrp+xml":{"source":"iana","compressible":true},"application/coap-group+json":{"source":"iana","compressible":true},"application/coap-payload":{"source":"iana"},"application/commonground":{"source":"iana"},"application/conference-info+xml":{"source":"iana","compressible":true},"application/cose":{"source":"iana"},"application/cose-key":{"source":"iana"},"application/cose-key-set":{"source":"iana"},"application/cpl+xml":{"source":"iana","compressible":true,"extensions":["cpl"]},"application/csrattrs":{"source":"iana"},"application/csta+xml":{"source":"iana","compressible":true},"application/cstadata+xml":{"source":"iana","compressible":true},"application/csvm+json":{"source":"iana","compressible":true},"application/cu-seeme":{"source":"apache","extensions":["cu"]},"application/cwt":{"source":"iana"},"application/cybercash":{"source":"iana"},"application/dart":{"compressible":true},"application/dash+xml":{"source":"iana","compressible":true,"extensions":["mpd"]},"application/dash-patch+xml":{"source":"iana","compressible":true,"extensions":["mpp"]},"application/dashdelta":{"source":"iana"},"application/davmount+xml":{"source":"iana","compressible":true,"extensions":["davmount"]},"application/dca-rft":{"source":"iana"},"application/dcd":{"source":"iana"},"application/dec-dx":{"source":"iana"},"application/dialog-info+xml":{"source":"iana","compressible":true},"application/dicom":{"source":"iana"},"application/dicom+json":{"source":"iana","compressible":true},"application/dicom+xml":{"source":"iana","compressible":true},"application/dii":{"source":"iana"},"application/dit":{"source":"iana"},"application/dns":{"source":"iana"},"application/dns+json":{"source":"iana","compressible":true},"application/dns-message":{"source":"iana"},"application/docbook+xml":{"source":"apache","compressible":true,"extensions":["dbk"]},"application/dots+cbor":{"source":"iana"},"application/dskpp+xml":{"source":"iana","compressible":true},"application/dssc+der":{"source":"iana","extensions":["dssc"]},"application/dssc+xml":{"source":"iana","compressible":true,"extensions":["xdssc"]},"application/dvcs":{"source":"iana"},"application/ecmascript":{"source":"iana","compressible":true,"extensions":["es","ecma"]},"application/edi-consent":{"source":"iana"},"application/edi-x12":{"source":"iana","compressible":false},"application/edifact":{"source":"iana","compressible":false},"application/efi":{"source":"iana"},"application/elm+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/elm+xml":{"source":"iana","compressible":true},"application/emergencycalldata.cap+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/emergencycalldata.comment+xml":{"source":"iana","compressible":true},"application/emergencycalldata.control+xml":{"source":"iana","compressible":true},"application/emergencycalldata.deviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.ecall.msd":{"source":"iana"},"application/emergencycalldata.providerinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.serviceinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.subscriberinfo+xml":{"source":"iana","compressible":true},"application/emergencycalldata.veds+xml":{"source":"iana","compressible":true},"application/emma+xml":{"source":"iana","compressible":true,"extensions":["emma"]},"application/emotionml+xml":{"source":"iana","compressible":true,"extensions":["emotionml"]},"application/encaprtp":{"source":"iana"},"application/epp+xml":{"source":"iana","compressible":true},"application/epub+zip":{"source":"iana","compressible":false,"extensions":["epub"]},"application/eshop":{"source":"iana"},"application/exi":{"source":"iana","extensions":["exi"]},"application/expect-ct-report+json":{"source":"iana","compressible":true},"application/express":{"source":"iana","extensions":["exp"]},"application/fastinfoset":{"source":"iana"},"application/fastsoap":{"source":"iana"},"application/fdt+xml":{"source":"iana","compressible":true,"extensions":["fdt"]},"application/fhir+json":{"source":"iana","charset":"UTF-8","compressible":true},"application/fhir+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/fido.trusted-apps+json":{"compressible":true},"application/fits":{"source":"iana"},"application/flexfec":{"source":"iana"},"application/font-sfnt":{"source":"iana"},"application/font-tdpfr":{"source":"iana","extensions":["pfr"]},"application/font-woff":{"source":"iana","compressible":false},"application/framework-attributes+xml":{"source":"iana","compressible":true},"application/geo+json":{"source":"iana","compressible":true,"extensions":["geojson"]},"application/geo+json-seq":{"source":"iana"},"application/geopackage+sqlite3":{"source":"iana"},"application/geoxacml+xml":{"source":"iana","compressible":true},"application/gltf-buffer":{"source":"iana"},"application/gml+xml":{"source":"iana","compressible":true,"extensions":["gml"]},"application/gpx+xml":{"source":"apache","compressible":true,"extensions":["gpx"]},"application/gxf":{"source":"apache","extensions":["gxf"]},"application/gzip":{"source":"iana","compressible":false,"extensions":["gz"]},"application/h224":{"source":"iana"},"application/held+xml":{"source":"iana","compressible":true},"application/hjson":{"extensions":["hjson"]},"application/http":{"source":"iana"},"application/hyperstudio":{"source":"iana","extensions":["stk"]},"application/ibe-key-request+xml":{"source":"iana","compressible":true},"application/ibe-pkg-reply+xml":{"source":"iana","compressible":true},"application/ibe-pp-data":{"source":"iana"},"application/iges":{"source":"iana"},"application/im-iscomposing+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/index":{"source":"iana"},"application/index.cmd":{"source":"iana"},"application/index.obj":{"source":"iana"},"application/index.response":{"source":"iana"},"application/index.vnd":{"source":"iana"},"application/inkml+xml":{"source":"iana","compressible":true,"extensions":["ink","inkml"]},"application/iotp":{"source":"iana"},"application/ipfix":{"source":"iana","extensions":["ipfix"]},"application/ipp":{"source":"iana"},"application/isup":{"source":"iana"},"application/its+xml":{"source":"iana","compressible":true,"extensions":["its"]},"application/java-archive":{"source":"apache","compressible":false,"extensions":["jar","war","ear"]},"application/java-serialized-object":{"source":"apache","compressible":false,"extensions":["ser"]},"application/java-vm":{"source":"apache","compressible":false,"extensions":["class"]},"application/javascript":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["js","mjs"]},"application/jf2feed+json":{"source":"iana","compressible":true},"application/jose":{"source":"iana"},"application/jose+json":{"source":"iana","compressible":true},"application/jrd+json":{"source":"iana","compressible":true},"application/jscalendar+json":{"source":"iana","compressible":true},"application/json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["json","map"]},"application/json-patch+json":{"source":"iana","compressible":true},"application/json-seq":{"source":"iana"},"application/json5":{"extensions":["json5"]},"application/jsonml+json":{"source":"apache","compressible":true,"extensions":["jsonml"]},"application/jwk+json":{"source":"iana","compressible":true},"application/jwk-set+json":{"source":"iana","compressible":true},"application/jwt":{"source":"iana"},"application/kpml-request+xml":{"source":"iana","compressible":true},"application/kpml-response+xml":{"source":"iana","compressible":true},"application/ld+json":{"source":"iana","compressible":true,"extensions":["jsonld"]},"application/lgr+xml":{"source":"iana","compressible":true,"extensions":["lgr"]},"application/link-format":{"source":"iana"},"application/load-control+xml":{"source":"iana","compressible":true},"application/lost+xml":{"source":"iana","compressible":true,"extensions":["lostxml"]},"application/lostsync+xml":{"source":"iana","compressible":true},"application/lpf+zip":{"source":"iana","compressible":false},"application/lxf":{"source":"iana"},"application/mac-binhex40":{"source":"iana","extensions":["hqx"]},"application/mac-compactpro":{"source":"apache","extensions":["cpt"]},"application/macwriteii":{"source":"iana"},"application/mads+xml":{"source":"iana","compressible":true,"extensions":["mads"]},"application/manifest+json":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["webmanifest"]},"application/marc":{"source":"iana","extensions":["mrc"]},"application/marcxml+xml":{"source":"iana","compressible":true,"extensions":["mrcx"]},"application/mathematica":{"source":"iana","extensions":["ma","nb","mb"]},"application/mathml+xml":{"source":"iana","compressible":true,"extensions":["mathml"]},"application/mathml-content+xml":{"source":"iana","compressible":true},"application/mathml-presentation+xml":{"source":"iana","compressible":true},"application/mbms-associated-procedure-description+xml":{"source":"iana","compressible":true},"application/mbms-deregister+xml":{"source":"iana","compressible":true},"application/mbms-envelope+xml":{"source":"iana","compressible":true},"application/mbms-msk+xml":{"source":"iana","compressible":true},"application/mbms-msk-response+xml":{"source":"iana","compressible":true},"application/mbms-protection-description+xml":{"source":"iana","compressible":true},"application/mbms-reception-report+xml":{"source":"iana","compressible":true},"application/mbms-register+xml":{"source":"iana","compressible":true},"application/mbms-register-response+xml":{"source":"iana","compressible":true},"application/mbms-schedule+xml":{"source":"iana","compressible":true},"application/mbms-user-service-description+xml":{"source":"iana","compressible":true},"application/mbox":{"source":"iana","extensions":["mbox"]},"application/media-policy-dataset+xml":{"source":"iana","compressible":true,"extensions":["mpf"]},"application/media_control+xml":{"source":"iana","compressible":true},"application/mediaservercontrol+xml":{"source":"iana","compressible":true,"extensions":["mscml"]},"application/merge-patch+json":{"source":"iana","compressible":true},"application/metalink+xml":{"source":"apache","compressible":true,"extensions":["metalink"]},"application/metalink4+xml":{"source":"iana","compressible":true,"extensions":["meta4"]},"application/mets+xml":{"source":"iana","compressible":true,"extensions":["mets"]},"application/mf4":{"source":"iana"},"application/mikey":{"source":"iana"},"application/mipc":{"source":"iana"},"application/missing-blocks+cbor-seq":{"source":"iana"},"application/mmt-aei+xml":{"source":"iana","compressible":true,"extensions":["maei"]},"application/mmt-usd+xml":{"source":"iana","compressible":true,"extensions":["musd"]},"application/mods+xml":{"source":"iana","compressible":true,"extensions":["mods"]},"application/moss-keys":{"source":"iana"},"application/moss-signature":{"source":"iana"},"application/mosskey-data":{"source":"iana"},"application/mosskey-request":{"source":"iana"},"application/mp21":{"source":"iana","extensions":["m21","mp21"]},"application/mp4":{"source":"iana","extensions":["mp4s","m4p"]},"application/mpeg4-generic":{"source":"iana"},"application/mpeg4-iod":{"source":"iana"},"application/mpeg4-iod-xmt":{"source":"iana"},"application/mrb-consumer+xml":{"source":"iana","compressible":true},"application/mrb-publish+xml":{"source":"iana","compressible":true},"application/msc-ivr+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msc-mixer+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/msword":{"source":"iana","compressible":false,"extensions":["doc","dot"]},"application/mud+json":{"source":"iana","compressible":true},"application/multipart-core":{"source":"iana"},"application/mxf":{"source":"iana","extensions":["mxf"]},"application/n-quads":{"source":"iana","extensions":["nq"]},"application/n-triples":{"source":"iana","extensions":["nt"]},"application/nasdata":{"source":"iana"},"application/news-checkgroups":{"source":"iana","charset":"US-ASCII"},"application/news-groupinfo":{"source":"iana","charset":"US-ASCII"},"application/news-transmission":{"source":"iana"},"application/nlsml+xml":{"source":"iana","compressible":true},"application/node":{"source":"iana","extensions":["cjs"]},"application/nss":{"source":"iana"},"application/oauth-authz-req+jwt":{"source":"iana"},"application/oblivious-dns-message":{"source":"iana"},"application/ocsp-request":{"source":"iana"},"application/ocsp-response":{"source":"iana"},"application/octet-stream":{"source":"iana","compressible":false,"extensions":["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"]},"application/oda":{"source":"iana","extensions":["oda"]},"application/odm+xml":{"source":"iana","compressible":true},"application/odx":{"source":"iana"},"application/oebps-package+xml":{"source":"iana","compressible":true,"extensions":["opf"]},"application/ogg":{"source":"iana","compressible":false,"extensions":["ogx"]},"application/omdoc+xml":{"source":"apache","compressible":true,"extensions":["omdoc"]},"application/onenote":{"source":"apache","extensions":["onetoc","onetoc2","onetmp","onepkg"]},"application/opc-nodeset+xml":{"source":"iana","compressible":true},"application/oscore":{"source":"iana"},"application/oxps":{"source":"iana","extensions":["oxps"]},"application/p21":{"source":"iana"},"application/p21+zip":{"source":"iana","compressible":false},"application/p2p-overlay+xml":{"source":"iana","compressible":true,"extensions":["relo"]},"application/parityfec":{"source":"iana"},"application/passport":{"source":"iana"},"application/patch-ops-error+xml":{"source":"iana","compressible":true,"extensions":["xer"]},"application/pdf":{"source":"iana","compressible":false,"extensions":["pdf"]},"application/pdx":{"source":"iana"},"application/pem-certificate-chain":{"source":"iana"},"application/pgp-encrypted":{"source":"iana","compressible":false,"extensions":["pgp"]},"application/pgp-keys":{"source":"iana","extensions":["asc"]},"application/pgp-signature":{"source":"iana","extensions":["asc","sig"]},"application/pics-rules":{"source":"apache","extensions":["prf"]},"application/pidf+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pidf-diff+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/pkcs10":{"source":"iana","extensions":["p10"]},"application/pkcs12":{"source":"iana"},"application/pkcs7-mime":{"source":"iana","extensions":["p7m","p7c"]},"application/pkcs7-signature":{"source":"iana","extensions":["p7s"]},"application/pkcs8":{"source":"iana","extensions":["p8"]},"application/pkcs8-encrypted":{"source":"iana"},"application/pkix-attr-cert":{"source":"iana","extensions":["ac"]},"application/pkix-cert":{"source":"iana","extensions":["cer"]},"application/pkix-crl":{"source":"iana","extensions":["crl"]},"application/pkix-pkipath":{"source":"iana","extensions":["pkipath"]},"application/pkixcmp":{"source":"iana","extensions":["pki"]},"application/pls+xml":{"source":"iana","compressible":true,"extensions":["pls"]},"application/poc-settings+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/postscript":{"source":"iana","compressible":true,"extensions":["ai","eps","ps"]},"application/ppsp-tracker+json":{"source":"iana","compressible":true},"application/problem+json":{"source":"iana","compressible":true},"application/problem+xml":{"source":"iana","compressible":true},"application/provenance+xml":{"source":"iana","compressible":true,"extensions":["provx"]},"application/prs.alvestrand.titrax-sheet":{"source":"iana"},"application/prs.cww":{"source":"iana","extensions":["cww"]},"application/prs.cyn":{"source":"iana","charset":"7-BIT"},"application/prs.hpub+zip":{"source":"iana","compressible":false},"application/prs.nprend":{"source":"iana"},"application/prs.plucker":{"source":"iana"},"application/prs.rdf-xml-crypt":{"source":"iana"},"application/prs.xsf+xml":{"source":"iana","compressible":true},"application/pskc+xml":{"source":"iana","compressible":true,"extensions":["pskcxml"]},"application/pvd+json":{"source":"iana","compressible":true},"application/qsig":{"source":"iana"},"application/raml+yaml":{"compressible":true,"extensions":["raml"]},"application/raptorfec":{"source":"iana"},"application/rdap+json":{"source":"iana","compressible":true},"application/rdf+xml":{"source":"iana","compressible":true,"extensions":["rdf","owl"]},"application/reginfo+xml":{"source":"iana","compressible":true,"extensions":["rif"]},"application/relax-ng-compact-syntax":{"source":"iana","extensions":["rnc"]},"application/remote-printing":{"source":"iana"},"application/reputon+json":{"source":"iana","compressible":true},"application/resource-lists+xml":{"source":"iana","compressible":true,"extensions":["rl"]},"application/resource-lists-diff+xml":{"source":"iana","compressible":true,"extensions":["rld"]},"application/rfc+xml":{"source":"iana","compressible":true},"application/riscos":{"source":"iana"},"application/rlmi+xml":{"source":"iana","compressible":true},"application/rls-services+xml":{"source":"iana","compressible":true,"extensions":["rs"]},"application/route-apd+xml":{"source":"iana","compressible":true,"extensions":["rapd"]},"application/route-s-tsid+xml":{"source":"iana","compressible":true,"extensions":["sls"]},"application/route-usd+xml":{"source":"iana","compressible":true,"extensions":["rusd"]},"application/rpki-ghostbusters":{"source":"iana","extensions":["gbr"]},"application/rpki-manifest":{"source":"iana","extensions":["mft"]},"application/rpki-publication":{"source":"iana"},"application/rpki-roa":{"source":"iana","extensions":["roa"]},"application/rpki-updown":{"source":"iana"},"application/rsd+xml":{"source":"apache","compressible":true,"extensions":["rsd"]},"application/rss+xml":{"source":"apache","compressible":true,"extensions":["rss"]},"application/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"application/rtploopback":{"source":"iana"},"application/rtx":{"source":"iana"},"application/samlassertion+xml":{"source":"iana","compressible":true},"application/samlmetadata+xml":{"source":"iana","compressible":true},"application/sarif+json":{"source":"iana","compressible":true},"application/sarif-external-properties+json":{"source":"iana","compressible":true},"application/sbe":{"source":"iana"},"application/sbml+xml":{"source":"iana","compressible":true,"extensions":["sbml"]},"application/scaip+xml":{"source":"iana","compressible":true},"application/scim+json":{"source":"iana","compressible":true},"application/scvp-cv-request":{"source":"iana","extensions":["scq"]},"application/scvp-cv-response":{"source":"iana","extensions":["scs"]},"application/scvp-vp-request":{"source":"iana","extensions":["spq"]},"application/scvp-vp-response":{"source":"iana","extensions":["spp"]},"application/sdp":{"source":"iana","extensions":["sdp"]},"application/secevent+jwt":{"source":"iana"},"application/senml+cbor":{"source":"iana"},"application/senml+json":{"source":"iana","compressible":true},"application/senml+xml":{"source":"iana","compressible":true,"extensions":["senmlx"]},"application/senml-etch+cbor":{"source":"iana"},"application/senml-etch+json":{"source":"iana","compressible":true},"application/senml-exi":{"source":"iana"},"application/sensml+cbor":{"source":"iana"},"application/sensml+json":{"source":"iana","compressible":true},"application/sensml+xml":{"source":"iana","compressible":true,"extensions":["sensmlx"]},"application/sensml-exi":{"source":"iana"},"application/sep+xml":{"source":"iana","compressible":true},"application/sep-exi":{"source":"iana"},"application/session-info":{"source":"iana"},"application/set-payment":{"source":"iana"},"application/set-payment-initiation":{"source":"iana","extensions":["setpay"]},"application/set-registration":{"source":"iana"},"application/set-registration-initiation":{"source":"iana","extensions":["setreg"]},"application/sgml":{"source":"iana"},"application/sgml-open-catalog":{"source":"iana"},"application/shf+xml":{"source":"iana","compressible":true,"extensions":["shf"]},"application/sieve":{"source":"iana","extensions":["siv","sieve"]},"application/simple-filter+xml":{"source":"iana","compressible":true},"application/simple-message-summary":{"source":"iana"},"application/simplesymbolcontainer":{"source":"iana"},"application/sipc":{"source":"iana"},"application/slate":{"source":"iana"},"application/smil":{"source":"iana"},"application/smil+xml":{"source":"iana","compressible":true,"extensions":["smi","smil"]},"application/smpte336m":{"source":"iana"},"application/soap+fastinfoset":{"source":"iana"},"application/soap+xml":{"source":"iana","compressible":true},"application/sparql-query":{"source":"iana","extensions":["rq"]},"application/sparql-results+xml":{"source":"iana","compressible":true,"extensions":["srx"]},"application/spdx+json":{"source":"iana","compressible":true},"application/spirits-event+xml":{"source":"iana","compressible":true},"application/sql":{"source":"iana"},"application/srgs":{"source":"iana","extensions":["gram"]},"application/srgs+xml":{"source":"iana","compressible":true,"extensions":["grxml"]},"application/sru+xml":{"source":"iana","compressible":true,"extensions":["sru"]},"application/ssdl+xml":{"source":"apache","compressible":true,"extensions":["ssdl"]},"application/ssml+xml":{"source":"iana","compressible":true,"extensions":["ssml"]},"application/stix+json":{"source":"iana","compressible":true},"application/swid+xml":{"source":"iana","compressible":true,"extensions":["swidtag"]},"application/tamp-apex-update":{"source":"iana"},"application/tamp-apex-update-confirm":{"source":"iana"},"application/tamp-community-update":{"source":"iana"},"application/tamp-community-update-confirm":{"source":"iana"},"application/tamp-error":{"source":"iana"},"application/tamp-sequence-adjust":{"source":"iana"},"application/tamp-sequence-adjust-confirm":{"source":"iana"},"application/tamp-status-query":{"source":"iana"},"application/tamp-status-response":{"source":"iana"},"application/tamp-update":{"source":"iana"},"application/tamp-update-confirm":{"source":"iana"},"application/tar":{"compressible":true},"application/taxii+json":{"source":"iana","compressible":true},"application/td+json":{"source":"iana","compressible":true},"application/tei+xml":{"source":"iana","compressible":true,"extensions":["tei","teicorpus"]},"application/tetra_isi":{"source":"iana"},"application/thraud+xml":{"source":"iana","compressible":true,"extensions":["tfi"]},"application/timestamp-query":{"source":"iana"},"application/timestamp-reply":{"source":"iana"},"application/timestamped-data":{"source":"iana","extensions":["tsd"]},"application/tlsrpt+gzip":{"source":"iana"},"application/tlsrpt+json":{"source":"iana","compressible":true},"application/tnauthlist":{"source":"iana"},"application/token-introspection+jwt":{"source":"iana"},"application/toml":{"compressible":true,"extensions":["toml"]},"application/trickle-ice-sdpfrag":{"source":"iana"},"application/trig":{"source":"iana","extensions":["trig"]},"application/ttml+xml":{"source":"iana","compressible":true,"extensions":["ttml"]},"application/tve-trigger":{"source":"iana"},"application/tzif":{"source":"iana"},"application/tzif-leap":{"source":"iana"},"application/ubjson":{"compressible":false,"extensions":["ubj"]},"application/ulpfec":{"source":"iana"},"application/urc-grpsheet+xml":{"source":"iana","compressible":true},"application/urc-ressheet+xml":{"source":"iana","compressible":true,"extensions":["rsheet"]},"application/urc-targetdesc+xml":{"source":"iana","compressible":true,"extensions":["td"]},"application/urc-uisocketdesc+xml":{"source":"iana","compressible":true},"application/vcard+json":{"source":"iana","compressible":true},"application/vcard+xml":{"source":"iana","compressible":true},"application/vemmi":{"source":"iana"},"application/vividence.scriptfile":{"source":"apache"},"application/vnd.1000minds.decision-model+xml":{"source":"iana","compressible":true,"extensions":["1km"]},"application/vnd.3gpp-prose+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-prose-pc3ch+xml":{"source":"iana","compressible":true},"application/vnd.3gpp-v2x-local-service-information":{"source":"iana"},"application/vnd.3gpp.5gnas":{"source":"iana"},"application/vnd.3gpp.access-transfer-events+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.bsf+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gmop+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.gtpc":{"source":"iana"},"application/vnd.3gpp.interworking-data":{"source":"iana"},"application/vnd.3gpp.lpp":{"source":"iana"},"application/vnd.3gpp.mc-signalling-ear":{"source":"iana"},"application/vnd.3gpp.mcdata-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-payload":{"source":"iana"},"application/vnd.3gpp.mcdata-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-signalling":{"source":"iana"},"application/vnd.3gpp.mcdata-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcdata-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-floor-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-signed+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-ue-init-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcptt-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-command+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-affiliation-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-location-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-mbms-usage-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-service-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-transmission-request+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-ue-config+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mcvideo-user-profile+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.mid-call+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ngap":{"source":"iana"},"application/vnd.3gpp.pfcp":{"source":"iana"},"application/vnd.3gpp.pic-bw-large":{"source":"iana","extensions":["plb"]},"application/vnd.3gpp.pic-bw-small":{"source":"iana","extensions":["psb"]},"application/vnd.3gpp.pic-bw-var":{"source":"iana","extensions":["pvb"]},"application/vnd.3gpp.s1ap":{"source":"iana"},"application/vnd.3gpp.sms":{"source":"iana"},"application/vnd.3gpp.sms+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-ext+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.srvcc-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.state-and-event-info+xml":{"source":"iana","compressible":true},"application/vnd.3gpp.ussd+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.bcmcsinfo+xml":{"source":"iana","compressible":true},"application/vnd.3gpp2.sms":{"source":"iana"},"application/vnd.3gpp2.tcap":{"source":"iana","extensions":["tcap"]},"application/vnd.3lightssoftware.imagescal":{"source":"iana"},"application/vnd.3m.post-it-notes":{"source":"iana","extensions":["pwn"]},"application/vnd.accpac.simply.aso":{"source":"iana","extensions":["aso"]},"application/vnd.accpac.simply.imp":{"source":"iana","extensions":["imp"]},"application/vnd.acucobol":{"source":"iana","extensions":["acu"]},"application/vnd.acucorp":{"source":"iana","extensions":["atc","acutc"]},"application/vnd.adobe.air-application-installer-package+zip":{"source":"apache","compressible":false,"extensions":["air"]},"application/vnd.adobe.flash.movie":{"source":"iana"},"application/vnd.adobe.formscentral.fcdt":{"source":"iana","extensions":["fcdt"]},"application/vnd.adobe.fxp":{"source":"iana","extensions":["fxp","fxpl"]},"application/vnd.adobe.partial-upload":{"source":"iana"},"application/vnd.adobe.xdp+xml":{"source":"iana","compressible":true,"extensions":["xdp"]},"application/vnd.adobe.xfdf":{"source":"iana","extensions":["xfdf"]},"application/vnd.aether.imp":{"source":"iana"},"application/vnd.afpc.afplinedata":{"source":"iana"},"application/vnd.afpc.afplinedata-pagedef":{"source":"iana"},"application/vnd.afpc.cmoca-cmresource":{"source":"iana"},"application/vnd.afpc.foca-charset":{"source":"iana"},"application/vnd.afpc.foca-codedfont":{"source":"iana"},"application/vnd.afpc.foca-codepage":{"source":"iana"},"application/vnd.afpc.modca":{"source":"iana"},"application/vnd.afpc.modca-cmtable":{"source":"iana"},"application/vnd.afpc.modca-formdef":{"source":"iana"},"application/vnd.afpc.modca-mediummap":{"source":"iana"},"application/vnd.afpc.modca-objectcontainer":{"source":"iana"},"application/vnd.afpc.modca-overlay":{"source":"iana"},"application/vnd.afpc.modca-pagesegment":{"source":"iana"},"application/vnd.age":{"source":"iana","extensions":["age"]},"application/vnd.ah-barcode":{"source":"iana"},"application/vnd.ahead.space":{"source":"iana","extensions":["ahead"]},"application/vnd.airzip.filesecure.azf":{"source":"iana","extensions":["azf"]},"application/vnd.airzip.filesecure.azs":{"source":"iana","extensions":["azs"]},"application/vnd.amadeus+json":{"source":"iana","compressible":true},"application/vnd.amazon.ebook":{"source":"apache","extensions":["azw"]},"application/vnd.amazon.mobi8-ebook":{"source":"iana"},"application/vnd.americandynamics.acc":{"source":"iana","extensions":["acc"]},"application/vnd.amiga.ami":{"source":"iana","extensions":["ami"]},"application/vnd.amundsen.maze+xml":{"source":"iana","compressible":true},"application/vnd.android.ota":{"source":"iana"},"application/vnd.android.package-archive":{"source":"apache","compressible":false,"extensions":["apk"]},"application/vnd.anki":{"source":"iana"},"application/vnd.anser-web-certificate-issue-initiation":{"source":"iana","extensions":["cii"]},"application/vnd.anser-web-funds-transfer-initiation":{"source":"apache","extensions":["fti"]},"application/vnd.antix.game-component":{"source":"iana","extensions":["atx"]},"application/vnd.apache.arrow.file":{"source":"iana"},"application/vnd.apache.arrow.stream":{"source":"iana"},"application/vnd.apache.thrift.binary":{"source":"iana"},"application/vnd.apache.thrift.compact":{"source":"iana"},"application/vnd.apache.thrift.json":{"source":"iana"},"application/vnd.api+json":{"source":"iana","compressible":true},"application/vnd.aplextor.warrp+json":{"source":"iana","compressible":true},"application/vnd.apothekende.reservation+json":{"source":"iana","compressible":true},"application/vnd.apple.installer+xml":{"source":"iana","compressible":true,"extensions":["mpkg"]},"application/vnd.apple.keynote":{"source":"iana","extensions":["key"]},"application/vnd.apple.mpegurl":{"source":"iana","extensions":["m3u8"]},"application/vnd.apple.numbers":{"source":"iana","extensions":["numbers"]},"application/vnd.apple.pages":{"source":"iana","extensions":["pages"]},"application/vnd.apple.pkpass":{"compressible":false,"extensions":["pkpass"]},"application/vnd.arastra.swi":{"source":"iana"},"application/vnd.aristanetworks.swi":{"source":"iana","extensions":["swi"]},"application/vnd.artisan+json":{"source":"iana","compressible":true},"application/vnd.artsquare":{"source":"iana"},"application/vnd.astraea-software.iota":{"source":"iana","extensions":["iota"]},"application/vnd.audiograph":{"source":"iana","extensions":["aep"]},"application/vnd.autopackage":{"source":"iana"},"application/vnd.avalon+json":{"source":"iana","compressible":true},"application/vnd.avistar+xml":{"source":"iana","compressible":true},"application/vnd.balsamiq.bmml+xml":{"source":"iana","compressible":true,"extensions":["bmml"]},"application/vnd.balsamiq.bmpr":{"source":"iana"},"application/vnd.banana-accounting":{"source":"iana"},"application/vnd.bbf.usp.error":{"source":"iana"},"application/vnd.bbf.usp.msg":{"source":"iana"},"application/vnd.bbf.usp.msg+json":{"source":"iana","compressible":true},"application/vnd.bekitzur-stech+json":{"source":"iana","compressible":true},"application/vnd.bint.med-content":{"source":"iana"},"application/vnd.biopax.rdf+xml":{"source":"iana","compressible":true},"application/vnd.blink-idb-value-wrapper":{"source":"iana"},"application/vnd.blueice.multipass":{"source":"iana","extensions":["mpm"]},"application/vnd.bluetooth.ep.oob":{"source":"iana"},"application/vnd.bluetooth.le.oob":{"source":"iana"},"application/vnd.bmi":{"source":"iana","extensions":["bmi"]},"application/vnd.bpf":{"source":"iana"},"application/vnd.bpf3":{"source":"iana"},"application/vnd.businessobjects":{"source":"iana","extensions":["rep"]},"application/vnd.byu.uapi+json":{"source":"iana","compressible":true},"application/vnd.cab-jscript":{"source":"iana"},"application/vnd.canon-cpdl":{"source":"iana"},"application/vnd.canon-lips":{"source":"iana"},"application/vnd.capasystems-pg+json":{"source":"iana","compressible":true},"application/vnd.cendio.thinlinc.clientconf":{"source":"iana"},"application/vnd.century-systems.tcp_stream":{"source":"iana"},"application/vnd.chemdraw+xml":{"source":"iana","compressible":true,"extensions":["cdxml"]},"application/vnd.chess-pgn":{"source":"iana"},"application/vnd.chipnuts.karaoke-mmd":{"source":"iana","extensions":["mmd"]},"application/vnd.ciedi":{"source":"iana"},"application/vnd.cinderella":{"source":"iana","extensions":["cdy"]},"application/vnd.cirpack.isdn-ext":{"source":"iana"},"application/vnd.citationstyles.style+xml":{"source":"iana","compressible":true,"extensions":["csl"]},"application/vnd.claymore":{"source":"iana","extensions":["cla"]},"application/vnd.cloanto.rp9":{"source":"iana","extensions":["rp9"]},"application/vnd.clonk.c4group":{"source":"iana","extensions":["c4g","c4d","c4f","c4p","c4u"]},"application/vnd.cluetrust.cartomobile-config":{"source":"iana","extensions":["c11amc"]},"application/vnd.cluetrust.cartomobile-config-pkg":{"source":"iana","extensions":["c11amz"]},"application/vnd.coffeescript":{"source":"iana"},"application/vnd.collabio.xodocuments.document":{"source":"iana"},"application/vnd.collabio.xodocuments.document-template":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation":{"source":"iana"},"application/vnd.collabio.xodocuments.presentation-template":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet":{"source":"iana"},"application/vnd.collabio.xodocuments.spreadsheet-template":{"source":"iana"},"application/vnd.collection+json":{"source":"iana","compressible":true},"application/vnd.collection.doc+json":{"source":"iana","compressible":true},"application/vnd.collection.next+json":{"source":"iana","compressible":true},"application/vnd.comicbook+zip":{"source":"iana","compressible":false},"application/vnd.comicbook-rar":{"source":"iana"},"application/vnd.commerce-battelle":{"source":"iana"},"application/vnd.commonspace":{"source":"iana","extensions":["csp"]},"application/vnd.contact.cmsg":{"source":"iana","extensions":["cdbcmsg"]},"application/vnd.coreos.ignition+json":{"source":"iana","compressible":true},"application/vnd.cosmocaller":{"source":"iana","extensions":["cmc"]},"application/vnd.crick.clicker":{"source":"iana","extensions":["clkx"]},"application/vnd.crick.clicker.keyboard":{"source":"iana","extensions":["clkk"]},"application/vnd.crick.clicker.palette":{"source":"iana","extensions":["clkp"]},"application/vnd.crick.clicker.template":{"source":"iana","extensions":["clkt"]},"application/vnd.crick.clicker.wordbank":{"source":"iana","extensions":["clkw"]},"application/vnd.criticaltools.wbs+xml":{"source":"iana","compressible":true,"extensions":["wbs"]},"application/vnd.cryptii.pipe+json":{"source":"iana","compressible":true},"application/vnd.crypto-shade-file":{"source":"iana"},"application/vnd.cryptomator.encrypted":{"source":"iana"},"application/vnd.cryptomator.vault":{"source":"iana"},"application/vnd.ctc-posml":{"source":"iana","extensions":["pml"]},"application/vnd.ctct.ws+xml":{"source":"iana","compressible":true},"application/vnd.cups-pdf":{"source":"iana"},"application/vnd.cups-postscript":{"source":"iana"},"application/vnd.cups-ppd":{"source":"iana","extensions":["ppd"]},"application/vnd.cups-raster":{"source":"iana"},"application/vnd.cups-raw":{"source":"iana"},"application/vnd.curl":{"source":"iana"},"application/vnd.curl.car":{"source":"apache","extensions":["car"]},"application/vnd.curl.pcurl":{"source":"apache","extensions":["pcurl"]},"application/vnd.cyan.dean.root+xml":{"source":"iana","compressible":true},"application/vnd.cybank":{"source":"iana"},"application/vnd.cyclonedx+json":{"source":"iana","compressible":true},"application/vnd.cyclonedx+xml":{"source":"iana","compressible":true},"application/vnd.d2l.coursepackage1p0+zip":{"source":"iana","compressible":false},"application/vnd.d3m-dataset":{"source":"iana"},"application/vnd.d3m-problem":{"source":"iana"},"application/vnd.dart":{"source":"iana","compressible":true,"extensions":["dart"]},"application/vnd.data-vision.rdz":{"source":"iana","extensions":["rdz"]},"application/vnd.datapackage+json":{"source":"iana","compressible":true},"application/vnd.dataresource+json":{"source":"iana","compressible":true},"application/vnd.dbf":{"source":"iana","extensions":["dbf"]},"application/vnd.debian.binary-package":{"source":"iana"},"application/vnd.dece.data":{"source":"iana","extensions":["uvf","uvvf","uvd","uvvd"]},"application/vnd.dece.ttml+xml":{"source":"iana","compressible":true,"extensions":["uvt","uvvt"]},"application/vnd.dece.unspecified":{"source":"iana","extensions":["uvx","uvvx"]},"application/vnd.dece.zip":{"source":"iana","extensions":["uvz","uvvz"]},"application/vnd.denovo.fcselayout-link":{"source":"iana","extensions":["fe_launch"]},"application/vnd.desmume.movie":{"source":"iana"},"application/vnd.dir-bi.plate-dl-nosuffix":{"source":"iana"},"application/vnd.dm.delegation+xml":{"source":"iana","compressible":true},"application/vnd.dna":{"source":"iana","extensions":["dna"]},"application/vnd.document+json":{"source":"iana","compressible":true},"application/vnd.dolby.mlp":{"source":"apache","extensions":["mlp"]},"application/vnd.dolby.mobile.1":{"source":"iana"},"application/vnd.dolby.mobile.2":{"source":"iana"},"application/vnd.doremir.scorecloud-binary-document":{"source":"iana"},"application/vnd.dpgraph":{"source":"iana","extensions":["dpg"]},"application/vnd.dreamfactory":{"source":"iana","extensions":["dfac"]},"application/vnd.drive+json":{"source":"iana","compressible":true},"application/vnd.ds-keypoint":{"source":"apache","extensions":["kpxx"]},"application/vnd.dtg.local":{"source":"iana"},"application/vnd.dtg.local.flash":{"source":"iana"},"application/vnd.dtg.local.html":{"source":"iana"},"application/vnd.dvb.ait":{"source":"iana","extensions":["ait"]},"application/vnd.dvb.dvbisl+xml":{"source":"iana","compressible":true},"application/vnd.dvb.dvbj":{"source":"iana"},"application/vnd.dvb.esgcontainer":{"source":"iana"},"application/vnd.dvb.ipdcdftnotifaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess":{"source":"iana"},"application/vnd.dvb.ipdcesgaccess2":{"source":"iana"},"application/vnd.dvb.ipdcesgpdd":{"source":"iana"},"application/vnd.dvb.ipdcroaming":{"source":"iana"},"application/vnd.dvb.iptv.alfec-base":{"source":"iana"},"application/vnd.dvb.iptv.alfec-enhancement":{"source":"iana"},"application/vnd.dvb.notif-aggregate-root+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-container+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-generic+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-msglist+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-request+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-ia-registration-response+xml":{"source":"iana","compressible":true},"application/vnd.dvb.notif-init+xml":{"source":"iana","compressible":true},"application/vnd.dvb.pfr":{"source":"iana"},"application/vnd.dvb.service":{"source":"iana","extensions":["svc"]},"application/vnd.dxr":{"source":"iana"},"application/vnd.dynageo":{"source":"iana","extensions":["geo"]},"application/vnd.dzr":{"source":"iana"},"application/vnd.easykaraoke.cdgdownload":{"source":"iana"},"application/vnd.ecdis-update":{"source":"iana"},"application/vnd.ecip.rlp":{"source":"iana"},"application/vnd.eclipse.ditto+json":{"source":"iana","compressible":true},"application/vnd.ecowin.chart":{"source":"iana","extensions":["mag"]},"application/vnd.ecowin.filerequest":{"source":"iana"},"application/vnd.ecowin.fileupdate":{"source":"iana"},"application/vnd.ecowin.series":{"source":"iana"},"application/vnd.ecowin.seriesrequest":{"source":"iana"},"application/vnd.ecowin.seriesupdate":{"source":"iana"},"application/vnd.efi.img":{"source":"iana"},"application/vnd.efi.iso":{"source":"iana"},"application/vnd.emclient.accessrequest+xml":{"source":"iana","compressible":true},"application/vnd.enliven":{"source":"iana","extensions":["nml"]},"application/vnd.enphase.envoy":{"source":"iana"},"application/vnd.eprints.data+xml":{"source":"iana","compressible":true},"application/vnd.epson.esf":{"source":"iana","extensions":["esf"]},"application/vnd.epson.msf":{"source":"iana","extensions":["msf"]},"application/vnd.epson.quickanime":{"source":"iana","extensions":["qam"]},"application/vnd.epson.salt":{"source":"iana","extensions":["slt"]},"application/vnd.epson.ssf":{"source":"iana","extensions":["ssf"]},"application/vnd.ericsson.quickcall":{"source":"iana"},"application/vnd.espass-espass+zip":{"source":"iana","compressible":false},"application/vnd.eszigno3+xml":{"source":"iana","compressible":true,"extensions":["es3","et3"]},"application/vnd.etsi.aoc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.asic-e+zip":{"source":"iana","compressible":false},"application/vnd.etsi.asic-s+zip":{"source":"iana","compressible":false},"application/vnd.etsi.cug+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvcommand+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-bc+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-cod+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsad-npvr+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvservice+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvsync+xml":{"source":"iana","compressible":true},"application/vnd.etsi.iptvueprofile+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mcid+xml":{"source":"iana","compressible":true},"application/vnd.etsi.mheg5":{"source":"iana"},"application/vnd.etsi.overload-control-policy-dataset+xml":{"source":"iana","compressible":true},"application/vnd.etsi.pstn+xml":{"source":"iana","compressible":true},"application/vnd.etsi.sci+xml":{"source":"iana","compressible":true},"application/vnd.etsi.simservs+xml":{"source":"iana","compressible":true},"application/vnd.etsi.timestamp-token":{"source":"iana"},"application/vnd.etsi.tsl+xml":{"source":"iana","compressible":true},"application/vnd.etsi.tsl.der":{"source":"iana"},"application/vnd.eu.kasparian.car+json":{"source":"iana","compressible":true},"application/vnd.eudora.data":{"source":"iana"},"application/vnd.evolv.ecig.profile":{"source":"iana"},"application/vnd.evolv.ecig.settings":{"source":"iana"},"application/vnd.evolv.ecig.theme":{"source":"iana"},"application/vnd.exstream-empower+zip":{"source":"iana","compressible":false},"application/vnd.exstream-package":{"source":"iana"},"application/vnd.ezpix-album":{"source":"iana","extensions":["ez2"]},"application/vnd.ezpix-package":{"source":"iana","extensions":["ez3"]},"application/vnd.f-secure.mobile":{"source":"iana"},"application/vnd.familysearch.gedcom+zip":{"source":"iana","compressible":false},"application/vnd.fastcopy-disk-image":{"source":"iana"},"application/vnd.fdf":{"source":"iana","extensions":["fdf"]},"application/vnd.fdsn.mseed":{"source":"iana","extensions":["mseed"]},"application/vnd.fdsn.seed":{"source":"iana","extensions":["seed","dataless"]},"application/vnd.ffsns":{"source":"iana"},"application/vnd.ficlab.flb+zip":{"source":"iana","compressible":false},"application/vnd.filmit.zfc":{"source":"iana"},"application/vnd.fints":{"source":"iana"},"application/vnd.firemonkeys.cloudcell":{"source":"iana"},"application/vnd.flographit":{"source":"iana","extensions":["gph"]},"application/vnd.fluxtime.clip":{"source":"iana","extensions":["ftc"]},"application/vnd.font-fontforge-sfd":{"source":"iana"},"application/vnd.framemaker":{"source":"iana","extensions":["fm","frame","maker","book"]},"application/vnd.frogans.fnc":{"source":"iana","extensions":["fnc"]},"application/vnd.frogans.ltf":{"source":"iana","extensions":["ltf"]},"application/vnd.fsc.weblaunch":{"source":"iana","extensions":["fsc"]},"application/vnd.fujifilm.fb.docuworks":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.binder":{"source":"iana"},"application/vnd.fujifilm.fb.docuworks.container":{"source":"iana"},"application/vnd.fujifilm.fb.jfi+xml":{"source":"iana","compressible":true},"application/vnd.fujitsu.oasys":{"source":"iana","extensions":["oas"]},"application/vnd.fujitsu.oasys2":{"source":"iana","extensions":["oa2"]},"application/vnd.fujitsu.oasys3":{"source":"iana","extensions":["oa3"]},"application/vnd.fujitsu.oasysgp":{"source":"iana","extensions":["fg5"]},"application/vnd.fujitsu.oasysprs":{"source":"iana","extensions":["bh2"]},"application/vnd.fujixerox.art-ex":{"source":"iana"},"application/vnd.fujixerox.art4":{"source":"iana"},"application/vnd.fujixerox.ddd":{"source":"iana","extensions":["ddd"]},"application/vnd.fujixerox.docuworks":{"source":"iana","extensions":["xdw"]},"application/vnd.fujixerox.docuworks.binder":{"source":"iana","extensions":["xbd"]},"application/vnd.fujixerox.docuworks.container":{"source":"iana"},"application/vnd.fujixerox.hbpl":{"source":"iana"},"application/vnd.fut-misnet":{"source":"iana"},"application/vnd.futoin+cbor":{"source":"iana"},"application/vnd.futoin+json":{"source":"iana","compressible":true},"application/vnd.fuzzysheet":{"source":"iana","extensions":["fzs"]},"application/vnd.genomatix.tuxedo":{"source":"iana","extensions":["txd"]},"application/vnd.gentics.grd+json":{"source":"iana","compressible":true},"application/vnd.geo+json":{"source":"iana","compressible":true},"application/vnd.geocube+xml":{"source":"iana","compressible":true},"application/vnd.geogebra.file":{"source":"iana","extensions":["ggb"]},"application/vnd.geogebra.slides":{"source":"iana"},"application/vnd.geogebra.tool":{"source":"iana","extensions":["ggt"]},"application/vnd.geometry-explorer":{"source":"iana","extensions":["gex","gre"]},"application/vnd.geonext":{"source":"iana","extensions":["gxt"]},"application/vnd.geoplan":{"source":"iana","extensions":["g2w"]},"application/vnd.geospace":{"source":"iana","extensions":["g3w"]},"application/vnd.gerber":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt":{"source":"iana"},"application/vnd.globalplatform.card-content-mgt-response":{"source":"iana"},"application/vnd.gmx":{"source":"iana","extensions":["gmx"]},"application/vnd.google-apps.document":{"compressible":false,"extensions":["gdoc"]},"application/vnd.google-apps.presentation":{"compressible":false,"extensions":["gslides"]},"application/vnd.google-apps.spreadsheet":{"compressible":false,"extensions":["gsheet"]},"application/vnd.google-earth.kml+xml":{"source":"iana","compressible":true,"extensions":["kml"]},"application/vnd.google-earth.kmz":{"source":"iana","compressible":false,"extensions":["kmz"]},"application/vnd.gov.sk.e-form+xml":{"source":"iana","compressible":true},"application/vnd.gov.sk.e-form+zip":{"source":"iana","compressible":false},"application/vnd.gov.sk.xmldatacontainer+xml":{"source":"iana","compressible":true},"application/vnd.grafeq":{"source":"iana","extensions":["gqf","gqs"]},"application/vnd.gridmp":{"source":"iana"},"application/vnd.groove-account":{"source":"iana","extensions":["gac"]},"application/vnd.groove-help":{"source":"iana","extensions":["ghf"]},"application/vnd.groove-identity-message":{"source":"iana","extensions":["gim"]},"application/vnd.groove-injector":{"source":"iana","extensions":["grv"]},"application/vnd.groove-tool-message":{"source":"iana","extensions":["gtm"]},"application/vnd.groove-tool-template":{"source":"iana","extensions":["tpl"]},"application/vnd.groove-vcard":{"source":"iana","extensions":["vcg"]},"application/vnd.hal+json":{"source":"iana","compressible":true},"application/vnd.hal+xml":{"source":"iana","compressible":true,"extensions":["hal"]},"application/vnd.handheld-entertainment+xml":{"source":"iana","compressible":true,"extensions":["zmm"]},"application/vnd.hbci":{"source":"iana","extensions":["hbci"]},"application/vnd.hc+json":{"source":"iana","compressible":true},"application/vnd.hcl-bireports":{"source":"iana"},"application/vnd.hdt":{"source":"iana"},"application/vnd.heroku+json":{"source":"iana","compressible":true},"application/vnd.hhe.lesson-player":{"source":"iana","extensions":["les"]},"application/vnd.hl7cda+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hl7v2+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.hp-hpgl":{"source":"iana","extensions":["hpgl"]},"application/vnd.hp-hpid":{"source":"iana","extensions":["hpid"]},"application/vnd.hp-hps":{"source":"iana","extensions":["hps"]},"application/vnd.hp-jlyt":{"source":"iana","extensions":["jlt"]},"application/vnd.hp-pcl":{"source":"iana","extensions":["pcl"]},"application/vnd.hp-pclxl":{"source":"iana","extensions":["pclxl"]},"application/vnd.httphone":{"source":"iana"},"application/vnd.hydrostatix.sof-data":{"source":"iana","extensions":["sfd-hdstx"]},"application/vnd.hyper+json":{"source":"iana","compressible":true},"application/vnd.hyper-item+json":{"source":"iana","compressible":true},"application/vnd.hyperdrive+json":{"source":"iana","compressible":true},"application/vnd.hzn-3d-crossword":{"source":"iana"},"application/vnd.ibm.afplinedata":{"source":"iana"},"application/vnd.ibm.electronic-media":{"source":"iana"},"application/vnd.ibm.minipay":{"source":"iana","extensions":["mpy"]},"application/vnd.ibm.modcap":{"source":"iana","extensions":["afp","listafp","list3820"]},"application/vnd.ibm.rights-management":{"source":"iana","extensions":["irm"]},"application/vnd.ibm.secure-container":{"source":"iana","extensions":["sc"]},"application/vnd.iccprofile":{"source":"iana","extensions":["icc","icm"]},"application/vnd.ieee.1905":{"source":"iana"},"application/vnd.igloader":{"source":"iana","extensions":["igl"]},"application/vnd.imagemeter.folder+zip":{"source":"iana","compressible":false},"application/vnd.imagemeter.image+zip":{"source":"iana","compressible":false},"application/vnd.immervision-ivp":{"source":"iana","extensions":["ivp"]},"application/vnd.immervision-ivu":{"source":"iana","extensions":["ivu"]},"application/vnd.ims.imsccv1p1":{"source":"iana"},"application/vnd.ims.imsccv1p2":{"source":"iana"},"application/vnd.ims.imsccv1p3":{"source":"iana"},"application/vnd.ims.lis.v2.result+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolconsumerprofile+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolproxy.id+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings+json":{"source":"iana","compressible":true},"application/vnd.ims.lti.v2.toolsettings.simple+json":{"source":"iana","compressible":true},"application/vnd.informedcontrol.rms+xml":{"source":"iana","compressible":true},"application/vnd.informix-visionary":{"source":"iana"},"application/vnd.infotech.project":{"source":"iana"},"application/vnd.infotech.project+xml":{"source":"iana","compressible":true},"application/vnd.innopath.wamp.notification":{"source":"iana"},"application/vnd.insors.igm":{"source":"iana","extensions":["igm"]},"application/vnd.intercon.formnet":{"source":"iana","extensions":["xpw","xpx"]},"application/vnd.intergeo":{"source":"iana","extensions":["i2g"]},"application/vnd.intertrust.digibox":{"source":"iana"},"application/vnd.intertrust.nncp":{"source":"iana"},"application/vnd.intu.qbo":{"source":"iana","extensions":["qbo"]},"application/vnd.intu.qfx":{"source":"iana","extensions":["qfx"]},"application/vnd.iptc.g2.catalogitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.conceptitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.knowledgeitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.newsmessage+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.packageitem+xml":{"source":"iana","compressible":true},"application/vnd.iptc.g2.planningitem+xml":{"source":"iana","compressible":true},"application/vnd.ipunplugged.rcprofile":{"source":"iana","extensions":["rcprofile"]},"application/vnd.irepository.package+xml":{"source":"iana","compressible":true,"extensions":["irp"]},"application/vnd.is-xpr":{"source":"iana","extensions":["xpr"]},"application/vnd.isac.fcs":{"source":"iana","extensions":["fcs"]},"application/vnd.iso11783-10+zip":{"source":"iana","compressible":false},"application/vnd.jam":{"source":"iana","extensions":["jam"]},"application/vnd.japannet-directory-service":{"source":"iana"},"application/vnd.japannet-jpnstore-wakeup":{"source":"iana"},"application/vnd.japannet-payment-wakeup":{"source":"iana"},"application/vnd.japannet-registration":{"source":"iana"},"application/vnd.japannet-registration-wakeup":{"source":"iana"},"application/vnd.japannet-setstore-wakeup":{"source":"iana"},"application/vnd.japannet-verification":{"source":"iana"},"application/vnd.japannet-verification-wakeup":{"source":"iana"},"application/vnd.jcp.javame.midlet-rms":{"source":"iana","extensions":["rms"]},"application/vnd.jisp":{"source":"iana","extensions":["jisp"]},"application/vnd.joost.joda-archive":{"source":"iana","extensions":["joda"]},"application/vnd.jsk.isdn-ngn":{"source":"iana"},"application/vnd.kahootz":{"source":"iana","extensions":["ktz","ktr"]},"application/vnd.kde.karbon":{"source":"iana","extensions":["karbon"]},"application/vnd.kde.kchart":{"source":"iana","extensions":["chrt"]},"application/vnd.kde.kformula":{"source":"iana","extensions":["kfo"]},"application/vnd.kde.kivio":{"source":"iana","extensions":["flw"]},"application/vnd.kde.kontour":{"source":"iana","extensions":["kon"]},"application/vnd.kde.kpresenter":{"source":"iana","extensions":["kpr","kpt"]},"application/vnd.kde.kspread":{"source":"iana","extensions":["ksp"]},"application/vnd.kde.kword":{"source":"iana","extensions":["kwd","kwt"]},"application/vnd.kenameaapp":{"source":"iana","extensions":["htke"]},"application/vnd.kidspiration":{"source":"iana","extensions":["kia"]},"application/vnd.kinar":{"source":"iana","extensions":["kne","knp"]},"application/vnd.koan":{"source":"iana","extensions":["skp","skd","skt","skm"]},"application/vnd.kodak-descriptor":{"source":"iana","extensions":["sse"]},"application/vnd.las":{"source":"iana"},"application/vnd.las.las+json":{"source":"iana","compressible":true},"application/vnd.las.las+xml":{"source":"iana","compressible":true,"extensions":["lasxml"]},"application/vnd.laszip":{"source":"iana"},"application/vnd.leap+json":{"source":"iana","compressible":true},"application/vnd.liberty-request+xml":{"source":"iana","compressible":true},"application/vnd.llamagraphics.life-balance.desktop":{"source":"iana","extensions":["lbd"]},"application/vnd.llamagraphics.life-balance.exchange+xml":{"source":"iana","compressible":true,"extensions":["lbe"]},"application/vnd.logipipe.circuit+zip":{"source":"iana","compressible":false},"application/vnd.loom":{"source":"iana"},"application/vnd.lotus-1-2-3":{"source":"iana","extensions":["123"]},"application/vnd.lotus-approach":{"source":"iana","extensions":["apr"]},"application/vnd.lotus-freelance":{"source":"iana","extensions":["pre"]},"application/vnd.lotus-notes":{"source":"iana","extensions":["nsf"]},"application/vnd.lotus-organizer":{"source":"iana","extensions":["org"]},"application/vnd.lotus-screencam":{"source":"iana","extensions":["scm"]},"application/vnd.lotus-wordpro":{"source":"iana","extensions":["lwp"]},"application/vnd.macports.portpkg":{"source":"iana","extensions":["portpkg"]},"application/vnd.mapbox-vector-tile":{"source":"iana","extensions":["mvt"]},"application/vnd.marlin.drm.actiontoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.conftoken+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.license+xml":{"source":"iana","compressible":true},"application/vnd.marlin.drm.mdcf":{"source":"iana"},"application/vnd.mason+json":{"source":"iana","compressible":true},"application/vnd.maxar.archive.3tz+zip":{"source":"iana","compressible":false},"application/vnd.maxmind.maxmind-db":{"source":"iana"},"application/vnd.mcd":{"source":"iana","extensions":["mcd"]},"application/vnd.medcalcdata":{"source":"iana","extensions":["mc1"]},"application/vnd.mediastation.cdkey":{"source":"iana","extensions":["cdkey"]},"application/vnd.meridian-slingshot":{"source":"iana"},"application/vnd.mfer":{"source":"iana","extensions":["mwf"]},"application/vnd.mfmp":{"source":"iana","extensions":["mfm"]},"application/vnd.micro+json":{"source":"iana","compressible":true},"application/vnd.micrografx.flo":{"source":"iana","extensions":["flo"]},"application/vnd.micrografx.igx":{"source":"iana","extensions":["igx"]},"application/vnd.microsoft.portable-executable":{"source":"iana"},"application/vnd.microsoft.windows.thumbnail-cache":{"source":"iana"},"application/vnd.miele+json":{"source":"iana","compressible":true},"application/vnd.mif":{"source":"iana","extensions":["mif"]},"application/vnd.minisoft-hp3000-save":{"source":"iana"},"application/vnd.mitsubishi.misty-guard.trustweb":{"source":"iana"},"application/vnd.mobius.daf":{"source":"iana","extensions":["daf"]},"application/vnd.mobius.dis":{"source":"iana","extensions":["dis"]},"application/vnd.mobius.mbk":{"source":"iana","extensions":["mbk"]},"application/vnd.mobius.mqy":{"source":"iana","extensions":["mqy"]},"application/vnd.mobius.msl":{"source":"iana","extensions":["msl"]},"application/vnd.mobius.plc":{"source":"iana","extensions":["plc"]},"application/vnd.mobius.txf":{"source":"iana","extensions":["txf"]},"application/vnd.mophun.application":{"source":"iana","extensions":["mpn"]},"application/vnd.mophun.certificate":{"source":"iana","extensions":["mpc"]},"application/vnd.motorola.flexsuite":{"source":"iana"},"application/vnd.motorola.flexsuite.adsi":{"source":"iana"},"application/vnd.motorola.flexsuite.fis":{"source":"iana"},"application/vnd.motorola.flexsuite.gotap":{"source":"iana"},"application/vnd.motorola.flexsuite.kmr":{"source":"iana"},"application/vnd.motorola.flexsuite.ttc":{"source":"iana"},"application/vnd.motorola.flexsuite.wem":{"source":"iana"},"application/vnd.motorola.iprm":{"source":"iana"},"application/vnd.mozilla.xul+xml":{"source":"iana","compressible":true,"extensions":["xul"]},"application/vnd.ms-3mfdocument":{"source":"iana"},"application/vnd.ms-artgalry":{"source":"iana","extensions":["cil"]},"application/vnd.ms-asf":{"source":"iana"},"application/vnd.ms-cab-compressed":{"source":"iana","extensions":["cab"]},"application/vnd.ms-color.iccprofile":{"source":"apache"},"application/vnd.ms-excel":{"source":"iana","compressible":false,"extensions":["xls","xlm","xla","xlc","xlt","xlw"]},"application/vnd.ms-excel.addin.macroenabled.12":{"source":"iana","extensions":["xlam"]},"application/vnd.ms-excel.sheet.binary.macroenabled.12":{"source":"iana","extensions":["xlsb"]},"application/vnd.ms-excel.sheet.macroenabled.12":{"source":"iana","extensions":["xlsm"]},"application/vnd.ms-excel.template.macroenabled.12":{"source":"iana","extensions":["xltm"]},"application/vnd.ms-fontobject":{"source":"iana","compressible":true,"extensions":["eot"]},"application/vnd.ms-htmlhelp":{"source":"iana","extensions":["chm"]},"application/vnd.ms-ims":{"source":"iana","extensions":["ims"]},"application/vnd.ms-lrm":{"source":"iana","extensions":["lrm"]},"application/vnd.ms-office.activex+xml":{"source":"iana","compressible":true},"application/vnd.ms-officetheme":{"source":"iana","extensions":["thmx"]},"application/vnd.ms-opentype":{"source":"apache","compressible":true},"application/vnd.ms-outlook":{"compressible":false,"extensions":["msg"]},"application/vnd.ms-package.obfuscated-opentype":{"source":"apache"},"application/vnd.ms-pki.seccat":{"source":"apache","extensions":["cat"]},"application/vnd.ms-pki.stl":{"source":"apache","extensions":["stl"]},"application/vnd.ms-playready.initiator+xml":{"source":"iana","compressible":true},"application/vnd.ms-powerpoint":{"source":"iana","compressible":false,"extensions":["ppt","pps","pot"]},"application/vnd.ms-powerpoint.addin.macroenabled.12":{"source":"iana","extensions":["ppam"]},"application/vnd.ms-powerpoint.presentation.macroenabled.12":{"source":"iana","extensions":["pptm"]},"application/vnd.ms-powerpoint.slide.macroenabled.12":{"source":"iana","extensions":["sldm"]},"application/vnd.ms-powerpoint.slideshow.macroenabled.12":{"source":"iana","extensions":["ppsm"]},"application/vnd.ms-powerpoint.template.macroenabled.12":{"source":"iana","extensions":["potm"]},"application/vnd.ms-printdevicecapabilities+xml":{"source":"iana","compressible":true},"application/vnd.ms-printing.printticket+xml":{"source":"apache","compressible":true},"application/vnd.ms-printschematicket+xml":{"source":"iana","compressible":true},"application/vnd.ms-project":{"source":"iana","extensions":["mpp","mpt"]},"application/vnd.ms-tnef":{"source":"iana"},"application/vnd.ms-windows.devicepairing":{"source":"iana"},"application/vnd.ms-windows.nwprinting.oob":{"source":"iana"},"application/vnd.ms-windows.printerpairing":{"source":"iana"},"application/vnd.ms-windows.wsd.oob":{"source":"iana"},"application/vnd.ms-wmdrm.lic-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.lic-resp":{"source":"iana"},"application/vnd.ms-wmdrm.meter-chlg-req":{"source":"iana"},"application/vnd.ms-wmdrm.meter-resp":{"source":"iana"},"application/vnd.ms-word.document.macroenabled.12":{"source":"iana","extensions":["docm"]},"application/vnd.ms-word.template.macroenabled.12":{"source":"iana","extensions":["dotm"]},"application/vnd.ms-works":{"source":"iana","extensions":["wps","wks","wcm","wdb"]},"application/vnd.ms-wpl":{"source":"iana","extensions":["wpl"]},"application/vnd.ms-xpsdocument":{"source":"iana","compressible":false,"extensions":["xps"]},"application/vnd.msa-disk-image":{"source":"iana"},"application/vnd.mseq":{"source":"iana","extensions":["mseq"]},"application/vnd.msign":{"source":"iana"},"application/vnd.multiad.creator":{"source":"iana"},"application/vnd.multiad.creator.cif":{"source":"iana"},"application/vnd.music-niff":{"source":"iana"},"application/vnd.musician":{"source":"iana","extensions":["mus"]},"application/vnd.muvee.style":{"source":"iana","extensions":["msty"]},"application/vnd.mynfc":{"source":"iana","extensions":["taglet"]},"application/vnd.nacamar.ybrid+json":{"source":"iana","compressible":true},"application/vnd.ncd.control":{"source":"iana"},"application/vnd.ncd.reference":{"source":"iana"},"application/vnd.nearst.inv+json":{"source":"iana","compressible":true},"application/vnd.nebumind.line":{"source":"iana"},"application/vnd.nervana":{"source":"iana"},"application/vnd.netfpx":{"source":"iana"},"application/vnd.neurolanguage.nlu":{"source":"iana","extensions":["nlu"]},"application/vnd.nimn":{"source":"iana"},"application/vnd.nintendo.nitro.rom":{"source":"iana"},"application/vnd.nintendo.snes.rom":{"source":"iana"},"application/vnd.nitf":{"source":"iana","extensions":["ntf","nitf"]},"application/vnd.noblenet-directory":{"source":"iana","extensions":["nnd"]},"application/vnd.noblenet-sealer":{"source":"iana","extensions":["nns"]},"application/vnd.noblenet-web":{"source":"iana","extensions":["nnw"]},"application/vnd.nokia.catalogs":{"source":"iana"},"application/vnd.nokia.conml+wbxml":{"source":"iana"},"application/vnd.nokia.conml+xml":{"source":"iana","compressible":true},"application/vnd.nokia.iptv.config+xml":{"source":"iana","compressible":true},"application/vnd.nokia.isds-radio-presets":{"source":"iana"},"application/vnd.nokia.landmark+wbxml":{"source":"iana"},"application/vnd.nokia.landmark+xml":{"source":"iana","compressible":true},"application/vnd.nokia.landmarkcollection+xml":{"source":"iana","compressible":true},"application/vnd.nokia.n-gage.ac+xml":{"source":"iana","compressible":true,"extensions":["ac"]},"application/vnd.nokia.n-gage.data":{"source":"iana","extensions":["ngdat"]},"application/vnd.nokia.n-gage.symbian.install":{"source":"iana","extensions":["n-gage"]},"application/vnd.nokia.ncd":{"source":"iana"},"application/vnd.nokia.pcd+wbxml":{"source":"iana"},"application/vnd.nokia.pcd+xml":{"source":"iana","compressible":true},"application/vnd.nokia.radio-preset":{"source":"iana","extensions":["rpst"]},"application/vnd.nokia.radio-presets":{"source":"iana","extensions":["rpss"]},"application/vnd.novadigm.edm":{"source":"iana","extensions":["edm"]},"application/vnd.novadigm.edx":{"source":"iana","extensions":["edx"]},"application/vnd.novadigm.ext":{"source":"iana","extensions":["ext"]},"application/vnd.ntt-local.content-share":{"source":"iana"},"application/vnd.ntt-local.file-transfer":{"source":"iana"},"application/vnd.ntt-local.ogw_remote-access":{"source":"iana"},"application/vnd.ntt-local.sip-ta_remote":{"source":"iana"},"application/vnd.ntt-local.sip-ta_tcp_stream":{"source":"iana"},"application/vnd.oasis.opendocument.chart":{"source":"iana","extensions":["odc"]},"application/vnd.oasis.opendocument.chart-template":{"source":"iana","extensions":["otc"]},"application/vnd.oasis.opendocument.database":{"source":"iana","extensions":["odb"]},"application/vnd.oasis.opendocument.formula":{"source":"iana","extensions":["odf"]},"application/vnd.oasis.opendocument.formula-template":{"source":"iana","extensions":["odft"]},"application/vnd.oasis.opendocument.graphics":{"source":"iana","compressible":false,"extensions":["odg"]},"application/vnd.oasis.opendocument.graphics-template":{"source":"iana","extensions":["otg"]},"application/vnd.oasis.opendocument.image":{"source":"iana","extensions":["odi"]},"application/vnd.oasis.opendocument.image-template":{"source":"iana","extensions":["oti"]},"application/vnd.oasis.opendocument.presentation":{"source":"iana","compressible":false,"extensions":["odp"]},"application/vnd.oasis.opendocument.presentation-template":{"source":"iana","extensions":["otp"]},"application/vnd.oasis.opendocument.spreadsheet":{"source":"iana","compressible":false,"extensions":["ods"]},"application/vnd.oasis.opendocument.spreadsheet-template":{"source":"iana","extensions":["ots"]},"application/vnd.oasis.opendocument.text":{"source":"iana","compressible":false,"extensions":["odt"]},"application/vnd.oasis.opendocument.text-master":{"source":"iana","extensions":["odm"]},"application/vnd.oasis.opendocument.text-template":{"source":"iana","extensions":["ott"]},"application/vnd.oasis.opendocument.text-web":{"source":"iana","extensions":["oth"]},"application/vnd.obn":{"source":"iana"},"application/vnd.ocf+cbor":{"source":"iana"},"application/vnd.oci.image.manifest.v1+json":{"source":"iana","compressible":true},"application/vnd.oftn.l10n+json":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessdownload+xml":{"source":"iana","compressible":true},"application/vnd.oipf.contentaccessstreaming+xml":{"source":"iana","compressible":true},"application/vnd.oipf.cspg-hexbinary":{"source":"iana"},"application/vnd.oipf.dae.svg+xml":{"source":"iana","compressible":true},"application/vnd.oipf.dae.xhtml+xml":{"source":"iana","compressible":true},"application/vnd.oipf.mippvcontrolmessage+xml":{"source":"iana","compressible":true},"application/vnd.oipf.pae.gem":{"source":"iana"},"application/vnd.oipf.spdiscovery+xml":{"source":"iana","compressible":true},"application/vnd.oipf.spdlist+xml":{"source":"iana","compressible":true},"application/vnd.oipf.ueprofile+xml":{"source":"iana","compressible":true},"application/vnd.oipf.userprofile+xml":{"source":"iana","compressible":true},"application/vnd.olpc-sugar":{"source":"iana","extensions":["xo"]},"application/vnd.oma-scws-config":{"source":"iana"},"application/vnd.oma-scws-http-request":{"source":"iana"},"application/vnd.oma-scws-http-response":{"source":"iana"},"application/vnd.oma.bcast.associated-procedure-parameter+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.drm-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.imd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.ltkm":{"source":"iana"},"application/vnd.oma.bcast.notification+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.provisioningtrigger":{"source":"iana"},"application/vnd.oma.bcast.sgboot":{"source":"iana"},"application/vnd.oma.bcast.sgdd+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sgdu":{"source":"iana"},"application/vnd.oma.bcast.simple-symbol-container":{"source":"iana"},"application/vnd.oma.bcast.smartcard-trigger+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.sprov+xml":{"source":"iana","compressible":true},"application/vnd.oma.bcast.stkm":{"source":"iana"},"application/vnd.oma.cab-address-book+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-feature-handler+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-pcc+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-subs-invite+xml":{"source":"iana","compressible":true},"application/vnd.oma.cab-user-prefs+xml":{"source":"iana","compressible":true},"application/vnd.oma.dcd":{"source":"iana"},"application/vnd.oma.dcdc":{"source":"iana"},"application/vnd.oma.dd2+xml":{"source":"iana","compressible":true,"extensions":["dd2"]},"application/vnd.oma.drm.risd+xml":{"source":"iana","compressible":true},"application/vnd.oma.group-usage-list+xml":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+cbor":{"source":"iana"},"application/vnd.oma.lwm2m+json":{"source":"iana","compressible":true},"application/vnd.oma.lwm2m+tlv":{"source":"iana"},"application/vnd.oma.pal+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.detailed-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.final-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.groups+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.invocation-descriptor+xml":{"source":"iana","compressible":true},"application/vnd.oma.poc.optimized-progress-report+xml":{"source":"iana","compressible":true},"application/vnd.oma.push":{"source":"iana"},"application/vnd.oma.scidm.messages+xml":{"source":"iana","compressible":true},"application/vnd.oma.xcap-directory+xml":{"source":"iana","compressible":true},"application/vnd.omads-email+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-file+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omads-folder+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.omaloc-supl-init":{"source":"iana"},"application/vnd.onepager":{"source":"iana"},"application/vnd.onepagertamp":{"source":"iana"},"application/vnd.onepagertamx":{"source":"iana"},"application/vnd.onepagertat":{"source":"iana"},"application/vnd.onepagertatp":{"source":"iana"},"application/vnd.onepagertatx":{"source":"iana"},"application/vnd.openblox.game+xml":{"source":"iana","compressible":true,"extensions":["obgx"]},"application/vnd.openblox.game-binary":{"source":"iana"},"application/vnd.openeye.oeb":{"source":"iana"},"application/vnd.openofficeorg.extension":{"source":"apache","extensions":["oxt"]},"application/vnd.openstreetmap.data+xml":{"source":"iana","compressible":true,"extensions":["osm"]},"application/vnd.opentimestamps.ots":{"source":"iana"},"application/vnd.openxmlformats-officedocument.custom-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.customxmlproperties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawing+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chart+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramcolors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramdata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramlayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.drawingml.diagramstyle+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.extended-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.commentauthors+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.handoutmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesmaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.notesslide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presentation":{"source":"iana","compressible":false,"extensions":["pptx"]},"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.presprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slide":{"source":"iana","extensions":["sldx"]},"application/vnd.openxmlformats-officedocument.presentationml.slide+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidelayout+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slidemaster+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideshow":{"source":"iana","extensions":["ppsx"]},"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.slideupdateinfo+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tablestyles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.tags+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.template":{"source":"iana","extensions":["potx"]},"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.presentationml.viewprops+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.calcchain+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.externallink+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcachedefinition+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotcacherecords+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.pivottable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.querytable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionheaders+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionlog+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedstrings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet":{"source":"iana","compressible":false,"extensions":["xlsx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetmetadata+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.tablesinglecells+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.template":{"source":"iana","extensions":["xltx"]},"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.usernames+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.volatiledependencies+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.theme+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.themeoverride+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.vmldrawing":{"source":"iana"},"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document":{"source":"iana","compressible":false,"extensions":["docx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.fonttable+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.template":{"source":"iana","extensions":["dotx"]},"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-officedocument.wordprocessingml.websettings+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.core-properties+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml":{"source":"iana","compressible":true},"application/vnd.openxmlformats-package.relationships+xml":{"source":"iana","compressible":true},"application/vnd.oracle.resource+json":{"source":"iana","compressible":true},"application/vnd.orange.indata":{"source":"iana"},"application/vnd.osa.netdeploy":{"source":"iana"},"application/vnd.osgeo.mapguide.package":{"source":"iana","extensions":["mgp"]},"application/vnd.osgi.bundle":{"source":"iana"},"application/vnd.osgi.dp":{"source":"iana","extensions":["dp"]},"application/vnd.osgi.subsystem":{"source":"iana","extensions":["esa"]},"application/vnd.otps.ct-kip+xml":{"source":"iana","compressible":true},"application/vnd.oxli.countgraph":{"source":"iana"},"application/vnd.pagerduty+json":{"source":"iana","compressible":true},"application/vnd.palm":{"source":"iana","extensions":["pdb","pqa","oprc"]},"application/vnd.panoply":{"source":"iana"},"application/vnd.paos.xml":{"source":"iana"},"application/vnd.patentdive":{"source":"iana"},"application/vnd.patientecommsdoc":{"source":"iana"},"application/vnd.pawaafile":{"source":"iana","extensions":["paw"]},"application/vnd.pcos":{"source":"iana"},"application/vnd.pg.format":{"source":"iana","extensions":["str"]},"application/vnd.pg.osasli":{"source":"iana","extensions":["ei6"]},"application/vnd.piaccess.application-licence":{"source":"iana"},"application/vnd.picsel":{"source":"iana","extensions":["efif"]},"application/vnd.pmi.widget":{"source":"iana","extensions":["wg"]},"application/vnd.poc.group-advertisement+xml":{"source":"iana","compressible":true},"application/vnd.pocketlearn":{"source":"iana","extensions":["plf"]},"application/vnd.powerbuilder6":{"source":"iana","extensions":["pbd"]},"application/vnd.powerbuilder6-s":{"source":"iana"},"application/vnd.powerbuilder7":{"source":"iana"},"application/vnd.powerbuilder7-s":{"source":"iana"},"application/vnd.powerbuilder75":{"source":"iana"},"application/vnd.powerbuilder75-s":{"source":"iana"},"application/vnd.preminet":{"source":"iana"},"application/vnd.previewsystems.box":{"source":"iana","extensions":["box"]},"application/vnd.proteus.magazine":{"source":"iana","extensions":["mgz"]},"application/vnd.psfs":{"source":"iana"},"application/vnd.publishare-delta-tree":{"source":"iana","extensions":["qps"]},"application/vnd.pvi.ptid1":{"source":"iana","extensions":["ptid"]},"application/vnd.pwg-multiplexed":{"source":"iana"},"application/vnd.pwg-xhtml-print+xml":{"source":"iana","compressible":true},"application/vnd.qualcomm.brew-app-res":{"source":"iana"},"application/vnd.quarantainenet":{"source":"iana"},"application/vnd.quark.quarkxpress":{"source":"iana","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"]},"application/vnd.quobject-quoxdocument":{"source":"iana"},"application/vnd.radisys.moml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-conn+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-audit-stream+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-conf+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-base+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-detect+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-fax-sendrecv+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-group+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-speech+xml":{"source":"iana","compressible":true},"application/vnd.radisys.msml-dialog-transform+xml":{"source":"iana","compressible":true},"application/vnd.rainstor.data":{"source":"iana"},"application/vnd.rapid":{"source":"iana"},"application/vnd.rar":{"source":"iana","extensions":["rar"]},"application/vnd.realvnc.bed":{"source":"iana","extensions":["bed"]},"application/vnd.recordare.musicxml":{"source":"iana","extensions":["mxl"]},"application/vnd.recordare.musicxml+xml":{"source":"iana","compressible":true,"extensions":["musicxml"]},"application/vnd.renlearn.rlprint":{"source":"iana"},"application/vnd.resilient.logic":{"source":"iana"},"application/vnd.restful+json":{"source":"iana","compressible":true},"application/vnd.rig.cryptonote":{"source":"iana","extensions":["cryptonote"]},"application/vnd.rim.cod":{"source":"apache","extensions":["cod"]},"application/vnd.rn-realmedia":{"source":"apache","extensions":["rm"]},"application/vnd.rn-realmedia-vbr":{"source":"apache","extensions":["rmvb"]},"application/vnd.route66.link66+xml":{"source":"iana","compressible":true,"extensions":["link66"]},"application/vnd.rs-274x":{"source":"iana"},"application/vnd.ruckus.download":{"source":"iana"},"application/vnd.s3sms":{"source":"iana"},"application/vnd.sailingtracker.track":{"source":"iana","extensions":["st"]},"application/vnd.sar":{"source":"iana"},"application/vnd.sbm.cid":{"source":"iana"},"application/vnd.sbm.mid2":{"source":"iana"},"application/vnd.scribus":{"source":"iana"},"application/vnd.sealed.3df":{"source":"iana"},"application/vnd.sealed.csf":{"source":"iana"},"application/vnd.sealed.doc":{"source":"iana"},"application/vnd.sealed.eml":{"source":"iana"},"application/vnd.sealed.mht":{"source":"iana"},"application/vnd.sealed.net":{"source":"iana"},"application/vnd.sealed.ppt":{"source":"iana"},"application/vnd.sealed.tiff":{"source":"iana"},"application/vnd.sealed.xls":{"source":"iana"},"application/vnd.sealedmedia.softseal.html":{"source":"iana"},"application/vnd.sealedmedia.softseal.pdf":{"source":"iana"},"application/vnd.seemail":{"source":"iana","extensions":["see"]},"application/vnd.seis+json":{"source":"iana","compressible":true},"application/vnd.sema":{"source":"iana","extensions":["sema"]},"application/vnd.semd":{"source":"iana","extensions":["semd"]},"application/vnd.semf":{"source":"iana","extensions":["semf"]},"application/vnd.shade-save-file":{"source":"iana"},"application/vnd.shana.informed.formdata":{"source":"iana","extensions":["ifm"]},"application/vnd.shana.informed.formtemplate":{"source":"iana","extensions":["itp"]},"application/vnd.shana.informed.interchange":{"source":"iana","extensions":["iif"]},"application/vnd.shana.informed.package":{"source":"iana","extensions":["ipk"]},"application/vnd.shootproof+json":{"source":"iana","compressible":true},"application/vnd.shopkick+json":{"source":"iana","compressible":true},"application/vnd.shp":{"source":"iana"},"application/vnd.shx":{"source":"iana"},"application/vnd.sigrok.session":{"source":"iana"},"application/vnd.simtech-mindmapper":{"source":"iana","extensions":["twd","twds"]},"application/vnd.siren+json":{"source":"iana","compressible":true},"application/vnd.smaf":{"source":"iana","extensions":["mmf"]},"application/vnd.smart.notebook":{"source":"iana"},"application/vnd.smart.teacher":{"source":"iana","extensions":["teacher"]},"application/vnd.snesdev-page-table":{"source":"iana"},"application/vnd.software602.filler.form+xml":{"source":"iana","compressible":true,"extensions":["fo"]},"application/vnd.software602.filler.form-xml-zip":{"source":"iana"},"application/vnd.solent.sdkm+xml":{"source":"iana","compressible":true,"extensions":["sdkm","sdkd"]},"application/vnd.spotfire.dxp":{"source":"iana","extensions":["dxp"]},"application/vnd.spotfire.sfs":{"source":"iana","extensions":["sfs"]},"application/vnd.sqlite3":{"source":"iana"},"application/vnd.sss-cod":{"source":"iana"},"application/vnd.sss-dtf":{"source":"iana"},"application/vnd.sss-ntf":{"source":"iana"},"application/vnd.stardivision.calc":{"source":"apache","extensions":["sdc"]},"application/vnd.stardivision.draw":{"source":"apache","extensions":["sda"]},"application/vnd.stardivision.impress":{"source":"apache","extensions":["sdd"]},"application/vnd.stardivision.math":{"source":"apache","extensions":["smf"]},"application/vnd.stardivision.writer":{"source":"apache","extensions":["sdw","vor"]},"application/vnd.stardivision.writer-global":{"source":"apache","extensions":["sgl"]},"application/vnd.stepmania.package":{"source":"iana","extensions":["smzip"]},"application/vnd.stepmania.stepchart":{"source":"iana","extensions":["sm"]},"application/vnd.street-stream":{"source":"iana"},"application/vnd.sun.wadl+xml":{"source":"iana","compressible":true,"extensions":["wadl"]},"application/vnd.sun.xml.calc":{"source":"apache","extensions":["sxc"]},"application/vnd.sun.xml.calc.template":{"source":"apache","extensions":["stc"]},"application/vnd.sun.xml.draw":{"source":"apache","extensions":["sxd"]},"application/vnd.sun.xml.draw.template":{"source":"apache","extensions":["std"]},"application/vnd.sun.xml.impress":{"source":"apache","extensions":["sxi"]},"application/vnd.sun.xml.impress.template":{"source":"apache","extensions":["sti"]},"application/vnd.sun.xml.math":{"source":"apache","extensions":["sxm"]},"application/vnd.sun.xml.writer":{"source":"apache","extensions":["sxw"]},"application/vnd.sun.xml.writer.global":{"source":"apache","extensions":["sxg"]},"application/vnd.sun.xml.writer.template":{"source":"apache","extensions":["stw"]},"application/vnd.sus-calendar":{"source":"iana","extensions":["sus","susp"]},"application/vnd.svd":{"source":"iana","extensions":["svd"]},"application/vnd.swiftview-ics":{"source":"iana"},"application/vnd.sycle+xml":{"source":"iana","compressible":true},"application/vnd.syft+json":{"source":"iana","compressible":true},"application/vnd.symbian.install":{"source":"apache","extensions":["sis","sisx"]},"application/vnd.syncml+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xsm"]},"application/vnd.syncml.dm+wbxml":{"source":"iana","charset":"UTF-8","extensions":["bdm"]},"application/vnd.syncml.dm+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["xdm"]},"application/vnd.syncml.dm.notification":{"source":"iana"},"application/vnd.syncml.dmddf+wbxml":{"source":"iana"},"application/vnd.syncml.dmddf+xml":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["ddf"]},"application/vnd.syncml.dmtnds+wbxml":{"source":"iana"},"application/vnd.syncml.dmtnds+xml":{"source":"iana","charset":"UTF-8","compressible":true},"application/vnd.syncml.ds.notification":{"source":"iana"},"application/vnd.tableschema+json":{"source":"iana","compressible":true},"application/vnd.tao.intent-module-archive":{"source":"iana","extensions":["tao"]},"application/vnd.tcpdump.pcap":{"source":"iana","extensions":["pcap","cap","dmp"]},"application/vnd.think-cell.ppttc+json":{"source":"iana","compressible":true},"application/vnd.tmd.mediaflex.api+xml":{"source":"iana","compressible":true},"application/vnd.tml":{"source":"iana"},"application/vnd.tmobile-livetv":{"source":"iana","extensions":["tmo"]},"application/vnd.tri.onesource":{"source":"iana"},"application/vnd.trid.tpt":{"source":"iana","extensions":["tpt"]},"application/vnd.triscape.mxs":{"source":"iana","extensions":["mxs"]},"application/vnd.trueapp":{"source":"iana","extensions":["tra"]},"application/vnd.truedoc":{"source":"iana"},"application/vnd.ubisoft.webplayer":{"source":"iana"},"application/vnd.ufdl":{"source":"iana","extensions":["ufd","ufdl"]},"application/vnd.uiq.theme":{"source":"iana","extensions":["utz"]},"application/vnd.umajin":{"source":"iana","extensions":["umj"]},"application/vnd.unity":{"source":"iana","extensions":["unityweb"]},"application/vnd.uoml+xml":{"source":"iana","compressible":true,"extensions":["uoml"]},"application/vnd.uplanet.alert":{"source":"iana"},"application/vnd.uplanet.alert-wbxml":{"source":"iana"},"application/vnd.uplanet.bearer-choice":{"source":"iana"},"application/vnd.uplanet.bearer-choice-wbxml":{"source":"iana"},"application/vnd.uplanet.cacheop":{"source":"iana"},"application/vnd.uplanet.cacheop-wbxml":{"source":"iana"},"application/vnd.uplanet.channel":{"source":"iana"},"application/vnd.uplanet.channel-wbxml":{"source":"iana"},"application/vnd.uplanet.list":{"source":"iana"},"application/vnd.uplanet.list-wbxml":{"source":"iana"},"application/vnd.uplanet.listcmd":{"source":"iana"},"application/vnd.uplanet.listcmd-wbxml":{"source":"iana"},"application/vnd.uplanet.signal":{"source":"iana"},"application/vnd.uri-map":{"source":"iana"},"application/vnd.valve.source.material":{"source":"iana"},"application/vnd.vcx":{"source":"iana","extensions":["vcx"]},"application/vnd.vd-study":{"source":"iana"},"application/vnd.vectorworks":{"source":"iana"},"application/vnd.vel+json":{"source":"iana","compressible":true},"application/vnd.verimatrix.vcas":{"source":"iana"},"application/vnd.veritone.aion+json":{"source":"iana","compressible":true},"application/vnd.veryant.thin":{"source":"iana"},"application/vnd.ves.encrypted":{"source":"iana"},"application/vnd.vidsoft.vidconference":{"source":"iana"},"application/vnd.visio":{"source":"iana","extensions":["vsd","vst","vss","vsw"]},"application/vnd.visionary":{"source":"iana","extensions":["vis"]},"application/vnd.vividence.scriptfile":{"source":"iana"},"application/vnd.vsf":{"source":"iana","extensions":["vsf"]},"application/vnd.wap.sic":{"source":"iana"},"application/vnd.wap.slc":{"source":"iana"},"application/vnd.wap.wbxml":{"source":"iana","charset":"UTF-8","extensions":["wbxml"]},"application/vnd.wap.wmlc":{"source":"iana","extensions":["wmlc"]},"application/vnd.wap.wmlscriptc":{"source":"iana","extensions":["wmlsc"]},"application/vnd.webturbo":{"source":"iana","extensions":["wtb"]},"application/vnd.wfa.dpp":{"source":"iana"},"application/vnd.wfa.p2p":{"source":"iana"},"application/vnd.wfa.wsc":{"source":"iana"},"application/vnd.windows.devicepairing":{"source":"iana"},"application/vnd.wmc":{"source":"iana"},"application/vnd.wmf.bootstrap":{"source":"iana"},"application/vnd.wolfram.mathematica":{"source":"iana"},"application/vnd.wolfram.mathematica.package":{"source":"iana"},"application/vnd.wolfram.player":{"source":"iana","extensions":["nbp"]},"application/vnd.wordperfect":{"source":"iana","extensions":["wpd"]},"application/vnd.wqd":{"source":"iana","extensions":["wqd"]},"application/vnd.wrq-hp3000-labelled":{"source":"iana"},"application/vnd.wt.stf":{"source":"iana","extensions":["stf"]},"application/vnd.wv.csp+wbxml":{"source":"iana"},"application/vnd.wv.csp+xml":{"source":"iana","compressible":true},"application/vnd.wv.ssp+xml":{"source":"iana","compressible":true},"application/vnd.xacml+json":{"source":"iana","compressible":true},"application/vnd.xara":{"source":"iana","extensions":["xar"]},"application/vnd.xfdl":{"source":"iana","extensions":["xfdl"]},"application/vnd.xfdl.webform":{"source":"iana"},"application/vnd.xmi+xml":{"source":"iana","compressible":true},"application/vnd.xmpie.cpkg":{"source":"iana"},"application/vnd.xmpie.dpkg":{"source":"iana"},"application/vnd.xmpie.plan":{"source":"iana"},"application/vnd.xmpie.ppkg":{"source":"iana"},"application/vnd.xmpie.xlim":{"source":"iana"},"application/vnd.yamaha.hv-dic":{"source":"iana","extensions":["hvd"]},"application/vnd.yamaha.hv-script":{"source":"iana","extensions":["hvs"]},"application/vnd.yamaha.hv-voice":{"source":"iana","extensions":["hvp"]},"application/vnd.yamaha.openscoreformat":{"source":"iana","extensions":["osf"]},"application/vnd.yamaha.openscoreformat.osfpvg+xml":{"source":"iana","compressible":true,"extensions":["osfpvg"]},"application/vnd.yamaha.remote-setup":{"source":"iana"},"application/vnd.yamaha.smaf-audio":{"source":"iana","extensions":["saf"]},"application/vnd.yamaha.smaf-phrase":{"source":"iana","extensions":["spf"]},"application/vnd.yamaha.through-ngn":{"source":"iana"},"application/vnd.yamaha.tunnel-udpencap":{"source":"iana"},"application/vnd.yaoweme":{"source":"iana"},"application/vnd.yellowriver-custom-menu":{"source":"iana","extensions":["cmp"]},"application/vnd.youtube.yt":{"source":"iana"},"application/vnd.zul":{"source":"iana","extensions":["zir","zirz"]},"application/vnd.zzazz.deck+xml":{"source":"iana","compressible":true,"extensions":["zaz"]},"application/voicexml+xml":{"source":"iana","compressible":true,"extensions":["vxml"]},"application/voucher-cms+json":{"source":"iana","compressible":true},"application/vq-rtcpxr":{"source":"iana"},"application/wasm":{"source":"iana","compressible":true,"extensions":["wasm"]},"application/watcherinfo+xml":{"source":"iana","compressible":true,"extensions":["wif"]},"application/webpush-options+json":{"source":"iana","compressible":true},"application/whoispp-query":{"source":"iana"},"application/whoispp-response":{"source":"iana"},"application/widget":{"source":"iana","extensions":["wgt"]},"application/winhlp":{"source":"apache","extensions":["hlp"]},"application/wita":{"source":"iana"},"application/wordperfect5.1":{"source":"iana"},"application/wsdl+xml":{"source":"iana","compressible":true,"extensions":["wsdl"]},"application/wspolicy+xml":{"source":"iana","compressible":true,"extensions":["wspolicy"]},"application/x-7z-compressed":{"source":"apache","compressible":false,"extensions":["7z"]},"application/x-abiword":{"source":"apache","extensions":["abw"]},"application/x-ace-compressed":{"source":"apache","extensions":["ace"]},"application/x-amf":{"source":"apache"},"application/x-apple-diskimage":{"source":"apache","extensions":["dmg"]},"application/x-arj":{"compressible":false,"extensions":["arj"]},"application/x-authorware-bin":{"source":"apache","extensions":["aab","x32","u32","vox"]},"application/x-authorware-map":{"source":"apache","extensions":["aam"]},"application/x-authorware-seg":{"source":"apache","extensions":["aas"]},"application/x-bcpio":{"source":"apache","extensions":["bcpio"]},"application/x-bdoc":{"compressible":false,"extensions":["bdoc"]},"application/x-bittorrent":{"source":"apache","extensions":["torrent"]},"application/x-blorb":{"source":"apache","extensions":["blb","blorb"]},"application/x-bzip":{"source":"apache","compressible":false,"extensions":["bz"]},"application/x-bzip2":{"source":"apache","compressible":false,"extensions":["bz2","boz"]},"application/x-cbr":{"source":"apache","extensions":["cbr","cba","cbt","cbz","cb7"]},"application/x-cdlink":{"source":"apache","extensions":["vcd"]},"application/x-cfs-compressed":{"source":"apache","extensions":["cfs"]},"application/x-chat":{"source":"apache","extensions":["chat"]},"application/x-chess-pgn":{"source":"apache","extensions":["pgn"]},"application/x-chrome-extension":{"extensions":["crx"]},"application/x-cocoa":{"source":"nginx","extensions":["cco"]},"application/x-compress":{"source":"apache"},"application/x-conference":{"source":"apache","extensions":["nsc"]},"application/x-cpio":{"source":"apache","extensions":["cpio"]},"application/x-csh":{"source":"apache","extensions":["csh"]},"application/x-deb":{"compressible":false},"application/x-debian-package":{"source":"apache","extensions":["deb","udeb"]},"application/x-dgc-compressed":{"source":"apache","extensions":["dgc"]},"application/x-director":{"source":"apache","extensions":["dir","dcr","dxr","cst","cct","cxt","w3d","fgd","swa"]},"application/x-doom":{"source":"apache","extensions":["wad"]},"application/x-dtbncx+xml":{"source":"apache","compressible":true,"extensions":["ncx"]},"application/x-dtbook+xml":{"source":"apache","compressible":true,"extensions":["dtb"]},"application/x-dtbresource+xml":{"source":"apache","compressible":true,"extensions":["res"]},"application/x-dvi":{"source":"apache","compressible":false,"extensions":["dvi"]},"application/x-envoy":{"source":"apache","extensions":["evy"]},"application/x-eva":{"source":"apache","extensions":["eva"]},"application/x-font-bdf":{"source":"apache","extensions":["bdf"]},"application/x-font-dos":{"source":"apache"},"application/x-font-framemaker":{"source":"apache"},"application/x-font-ghostscript":{"source":"apache","extensions":["gsf"]},"application/x-font-libgrx":{"source":"apache"},"application/x-font-linux-psf":{"source":"apache","extensions":["psf"]},"application/x-font-pcf":{"source":"apache","extensions":["pcf"]},"application/x-font-snf":{"source":"apache","extensions":["snf"]},"application/x-font-speedo":{"source":"apache"},"application/x-font-sunos-news":{"source":"apache"},"application/x-font-type1":{"source":"apache","extensions":["pfa","pfb","pfm","afm"]},"application/x-font-vfont":{"source":"apache"},"application/x-freearc":{"source":"apache","extensions":["arc"]},"application/x-futuresplash":{"source":"apache","extensions":["spl"]},"application/x-gca-compressed":{"source":"apache","extensions":["gca"]},"application/x-glulx":{"source":"apache","extensions":["ulx"]},"application/x-gnumeric":{"source":"apache","extensions":["gnumeric"]},"application/x-gramps-xml":{"source":"apache","extensions":["gramps"]},"application/x-gtar":{"source":"apache","extensions":["gtar"]},"application/x-gzip":{"source":"apache"},"application/x-hdf":{"source":"apache","extensions":["hdf"]},"application/x-httpd-php":{"compressible":true,"extensions":["php"]},"application/x-install-instructions":{"source":"apache","extensions":["install"]},"application/x-iso9660-image":{"source":"apache","extensions":["iso"]},"application/x-iwork-keynote-sffkey":{"extensions":["key"]},"application/x-iwork-numbers-sffnumbers":{"extensions":["numbers"]},"application/x-iwork-pages-sffpages":{"extensions":["pages"]},"application/x-java-archive-diff":{"source":"nginx","extensions":["jardiff"]},"application/x-java-jnlp-file":{"source":"apache","compressible":false,"extensions":["jnlp"]},"application/x-javascript":{"compressible":true},"application/x-keepass2":{"extensions":["kdbx"]},"application/x-latex":{"source":"apache","compressible":false,"extensions":["latex"]},"application/x-lua-bytecode":{"extensions":["luac"]},"application/x-lzh-compressed":{"source":"apache","extensions":["lzh","lha"]},"application/x-makeself":{"source":"nginx","extensions":["run"]},"application/x-mie":{"source":"apache","extensions":["mie"]},"application/x-mobipocket-ebook":{"source":"apache","extensions":["prc","mobi"]},"application/x-mpegurl":{"compressible":false},"application/x-ms-application":{"source":"apache","extensions":["application"]},"application/x-ms-shortcut":{"source":"apache","extensions":["lnk"]},"application/x-ms-wmd":{"source":"apache","extensions":["wmd"]},"application/x-ms-wmz":{"source":"apache","extensions":["wmz"]},"application/x-ms-xbap":{"source":"apache","extensions":["xbap"]},"application/x-msaccess":{"source":"apache","extensions":["mdb"]},"application/x-msbinder":{"source":"apache","extensions":["obd"]},"application/x-mscardfile":{"source":"apache","extensions":["crd"]},"application/x-msclip":{"source":"apache","extensions":["clp"]},"application/x-msdos-program":{"extensions":["exe"]},"application/x-msdownload":{"source":"apache","extensions":["exe","dll","com","bat","msi"]},"application/x-msmediaview":{"source":"apache","extensions":["mvb","m13","m14"]},"application/x-msmetafile":{"source":"apache","extensions":["wmf","wmz","emf","emz"]},"application/x-msmoney":{"source":"apache","extensions":["mny"]},"application/x-mspublisher":{"source":"apache","extensions":["pub"]},"application/x-msschedule":{"source":"apache","extensions":["scd"]},"application/x-msterminal":{"source":"apache","extensions":["trm"]},"application/x-mswrite":{"source":"apache","extensions":["wri"]},"application/x-netcdf":{"source":"apache","extensions":["nc","cdf"]},"application/x-ns-proxy-autoconfig":{"compressible":true,"extensions":["pac"]},"application/x-nzb":{"source":"apache","extensions":["nzb"]},"application/x-perl":{"source":"nginx","extensions":["pl","pm"]},"application/x-pilot":{"source":"nginx","extensions":["prc","pdb"]},"application/x-pkcs12":{"source":"apache","compressible":false,"extensions":["p12","pfx"]},"application/x-pkcs7-certificates":{"source":"apache","extensions":["p7b","spc"]},"application/x-pkcs7-certreqresp":{"source":"apache","extensions":["p7r"]},"application/x-pki-message":{"source":"iana"},"application/x-rar-compressed":{"source":"apache","compressible":false,"extensions":["rar"]},"application/x-redhat-package-manager":{"source":"nginx","extensions":["rpm"]},"application/x-research-info-systems":{"source":"apache","extensions":["ris"]},"application/x-sea":{"source":"nginx","extensions":["sea"]},"application/x-sh":{"source":"apache","compressible":true,"extensions":["sh"]},"application/x-shar":{"source":"apache","extensions":["shar"]},"application/x-shockwave-flash":{"source":"apache","compressible":false,"extensions":["swf"]},"application/x-silverlight-app":{"source":"apache","extensions":["xap"]},"application/x-sql":{"source":"apache","extensions":["sql"]},"application/x-stuffit":{"source":"apache","compressible":false,"extensions":["sit"]},"application/x-stuffitx":{"source":"apache","extensions":["sitx"]},"application/x-subrip":{"source":"apache","extensions":["srt"]},"application/x-sv4cpio":{"source":"apache","extensions":["sv4cpio"]},"application/x-sv4crc":{"source":"apache","extensions":["sv4crc"]},"application/x-t3vm-image":{"source":"apache","extensions":["t3"]},"application/x-tads":{"source":"apache","extensions":["gam"]},"application/x-tar":{"source":"apache","compressible":true,"extensions":["tar"]},"application/x-tcl":{"source":"apache","extensions":["tcl","tk"]},"application/x-tex":{"source":"apache","extensions":["tex"]},"application/x-tex-tfm":{"source":"apache","extensions":["tfm"]},"application/x-texinfo":{"source":"apache","extensions":["texinfo","texi"]},"application/x-tgif":{"source":"apache","extensions":["obj"]},"application/x-ustar":{"source":"apache","extensions":["ustar"]},"application/x-virtualbox-hdd":{"compressible":true,"extensions":["hdd"]},"application/x-virtualbox-ova":{"compressible":true,"extensions":["ova"]},"application/x-virtualbox-ovf":{"compressible":true,"extensions":["ovf"]},"application/x-virtualbox-vbox":{"compressible":true,"extensions":["vbox"]},"application/x-virtualbox-vbox-extpack":{"compressible":false,"extensions":["vbox-extpack"]},"application/x-virtualbox-vdi":{"compressible":true,"extensions":["vdi"]},"application/x-virtualbox-vhd":{"compressible":true,"extensions":["vhd"]},"application/x-virtualbox-vmdk":{"compressible":true,"extensions":["vmdk"]},"application/x-wais-source":{"source":"apache","extensions":["src"]},"application/x-web-app-manifest+json":{"compressible":true,"extensions":["webapp"]},"application/x-www-form-urlencoded":{"source":"iana","compressible":true},"application/x-x509-ca-cert":{"source":"iana","extensions":["der","crt","pem"]},"application/x-x509-ca-ra-cert":{"source":"iana"},"application/x-x509-next-ca-cert":{"source":"iana"},"application/x-xfig":{"source":"apache","extensions":["fig"]},"application/x-xliff+xml":{"source":"apache","compressible":true,"extensions":["xlf"]},"application/x-xpinstall":{"source":"apache","compressible":false,"extensions":["xpi"]},"application/x-xz":{"source":"apache","extensions":["xz"]},"application/x-zmachine":{"source":"apache","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"]},"application/x400-bp":{"source":"iana"},"application/xacml+xml":{"source":"iana","compressible":true},"application/xaml+xml":{"source":"apache","compressible":true,"extensions":["xaml"]},"application/xcap-att+xml":{"source":"iana","compressible":true,"extensions":["xav"]},"application/xcap-caps+xml":{"source":"iana","compressible":true,"extensions":["xca"]},"application/xcap-diff+xml":{"source":"iana","compressible":true,"extensions":["xdf"]},"application/xcap-el+xml":{"source":"iana","compressible":true,"extensions":["xel"]},"application/xcap-error+xml":{"source":"iana","compressible":true},"application/xcap-ns+xml":{"source":"iana","compressible":true,"extensions":["xns"]},"application/xcon-conference-info+xml":{"source":"iana","compressible":true},"application/xcon-conference-info-diff+xml":{"source":"iana","compressible":true},"application/xenc+xml":{"source":"iana","compressible":true,"extensions":["xenc"]},"application/xhtml+xml":{"source":"iana","compressible":true,"extensions":["xhtml","xht"]},"application/xhtml-voice+xml":{"source":"apache","compressible":true},"application/xliff+xml":{"source":"iana","compressible":true,"extensions":["xlf"]},"application/xml":{"source":"iana","compressible":true,"extensions":["xml","xsl","xsd","rng"]},"application/xml-dtd":{"source":"iana","compressible":true,"extensions":["dtd"]},"application/xml-external-parsed-entity":{"source":"iana"},"application/xml-patch+xml":{"source":"iana","compressible":true},"application/xmpp+xml":{"source":"iana","compressible":true},"application/xop+xml":{"source":"iana","compressible":true,"extensions":["xop"]},"application/xproc+xml":{"source":"apache","compressible":true,"extensions":["xpl"]},"application/xslt+xml":{"source":"iana","compressible":true,"extensions":["xsl","xslt"]},"application/xspf+xml":{"source":"apache","compressible":true,"extensions":["xspf"]},"application/xv+xml":{"source":"iana","compressible":true,"extensions":["mxml","xhvml","xvml","xvm"]},"application/yang":{"source":"iana","extensions":["yang"]},"application/yang-data+json":{"source":"iana","compressible":true},"application/yang-data+xml":{"source":"iana","compressible":true},"application/yang-patch+json":{"source":"iana","compressible":true},"application/yang-patch+xml":{"source":"iana","compressible":true},"application/yin+xml":{"source":"iana","compressible":true,"extensions":["yin"]},"application/zip":{"source":"iana","compressible":false,"extensions":["zip"]},"application/zlib":{"source":"iana"},"application/zstd":{"source":"iana"},"audio/1d-interleaved-parityfec":{"source":"iana"},"audio/32kadpcm":{"source":"iana"},"audio/3gpp":{"source":"iana","compressible":false,"extensions":["3gpp"]},"audio/3gpp2":{"source":"iana"},"audio/aac":{"source":"iana"},"audio/ac3":{"source":"iana"},"audio/adpcm":{"source":"apache","extensions":["adp"]},"audio/amr":{"source":"iana","extensions":["amr"]},"audio/amr-wb":{"source":"iana"},"audio/amr-wb+":{"source":"iana"},"audio/aptx":{"source":"iana"},"audio/asc":{"source":"iana"},"audio/atrac-advanced-lossless":{"source":"iana"},"audio/atrac-x":{"source":"iana"},"audio/atrac3":{"source":"iana"},"audio/basic":{"source":"iana","compressible":false,"extensions":["au","snd"]},"audio/bv16":{"source":"iana"},"audio/bv32":{"source":"iana"},"audio/clearmode":{"source":"iana"},"audio/cn":{"source":"iana"},"audio/dat12":{"source":"iana"},"audio/dls":{"source":"iana"},"audio/dsr-es201108":{"source":"iana"},"audio/dsr-es202050":{"source":"iana"},"audio/dsr-es202211":{"source":"iana"},"audio/dsr-es202212":{"source":"iana"},"audio/dv":{"source":"iana"},"audio/dvi4":{"source":"iana"},"audio/eac3":{"source":"iana"},"audio/encaprtp":{"source":"iana"},"audio/evrc":{"source":"iana"},"audio/evrc-qcp":{"source":"iana"},"audio/evrc0":{"source":"iana"},"audio/evrc1":{"source":"iana"},"audio/evrcb":{"source":"iana"},"audio/evrcb0":{"source":"iana"},"audio/evrcb1":{"source":"iana"},"audio/evrcnw":{"source":"iana"},"audio/evrcnw0":{"source":"iana"},"audio/evrcnw1":{"source":"iana"},"audio/evrcwb":{"source":"iana"},"audio/evrcwb0":{"source":"iana"},"audio/evrcwb1":{"source":"iana"},"audio/evs":{"source":"iana"},"audio/flexfec":{"source":"iana"},"audio/fwdred":{"source":"iana"},"audio/g711-0":{"source":"iana"},"audio/g719":{"source":"iana"},"audio/g722":{"source":"iana"},"audio/g7221":{"source":"iana"},"audio/g723":{"source":"iana"},"audio/g726-16":{"source":"iana"},"audio/g726-24":{"source":"iana"},"audio/g726-32":{"source":"iana"},"audio/g726-40":{"source":"iana"},"audio/g728":{"source":"iana"},"audio/g729":{"source":"iana"},"audio/g7291":{"source":"iana"},"audio/g729d":{"source":"iana"},"audio/g729e":{"source":"iana"},"audio/gsm":{"source":"iana"},"audio/gsm-efr":{"source":"iana"},"audio/gsm-hr-08":{"source":"iana"},"audio/ilbc":{"source":"iana"},"audio/ip-mr_v2.5":{"source":"iana"},"audio/isac":{"source":"apache"},"audio/l16":{"source":"iana"},"audio/l20":{"source":"iana"},"audio/l24":{"source":"iana","compressible":false},"audio/l8":{"source":"iana"},"audio/lpc":{"source":"iana"},"audio/melp":{"source":"iana"},"audio/melp1200":{"source":"iana"},"audio/melp2400":{"source":"iana"},"audio/melp600":{"source":"iana"},"audio/mhas":{"source":"iana"},"audio/midi":{"source":"apache","extensions":["mid","midi","kar","rmi"]},"audio/mobile-xmf":{"source":"iana","extensions":["mxmf"]},"audio/mp3":{"compressible":false,"extensions":["mp3"]},"audio/mp4":{"source":"iana","compressible":false,"extensions":["m4a","mp4a"]},"audio/mp4a-latm":{"source":"iana"},"audio/mpa":{"source":"iana"},"audio/mpa-robust":{"source":"iana"},"audio/mpeg":{"source":"iana","compressible":false,"extensions":["mpga","mp2","mp2a","mp3","m2a","m3a"]},"audio/mpeg4-generic":{"source":"iana"},"audio/musepack":{"source":"apache"},"audio/ogg":{"source":"iana","compressible":false,"extensions":["oga","ogg","spx","opus"]},"audio/opus":{"source":"iana"},"audio/parityfec":{"source":"iana"},"audio/pcma":{"source":"iana"},"audio/pcma-wb":{"source":"iana"},"audio/pcmu":{"source":"iana"},"audio/pcmu-wb":{"source":"iana"},"audio/prs.sid":{"source":"iana"},"audio/qcelp":{"source":"iana"},"audio/raptorfec":{"source":"iana"},"audio/red":{"source":"iana"},"audio/rtp-enc-aescm128":{"source":"iana"},"audio/rtp-midi":{"source":"iana"},"audio/rtploopback":{"source":"iana"},"audio/rtx":{"source":"iana"},"audio/s3m":{"source":"apache","extensions":["s3m"]},"audio/scip":{"source":"iana"},"audio/silk":{"source":"apache","extensions":["sil"]},"audio/smv":{"source":"iana"},"audio/smv-qcp":{"source":"iana"},"audio/smv0":{"source":"iana"},"audio/sofa":{"source":"iana"},"audio/sp-midi":{"source":"iana"},"audio/speex":{"source":"iana"},"audio/t140c":{"source":"iana"},"audio/t38":{"source":"iana"},"audio/telephone-event":{"source":"iana"},"audio/tetra_acelp":{"source":"iana"},"audio/tetra_acelp_bb":{"source":"iana"},"audio/tone":{"source":"iana"},"audio/tsvcis":{"source":"iana"},"audio/uemclip":{"source":"iana"},"audio/ulpfec":{"source":"iana"},"audio/usac":{"source":"iana"},"audio/vdvi":{"source":"iana"},"audio/vmr-wb":{"source":"iana"},"audio/vnd.3gpp.iufp":{"source":"iana"},"audio/vnd.4sb":{"source":"iana"},"audio/vnd.audiokoz":{"source":"iana"},"audio/vnd.celp":{"source":"iana"},"audio/vnd.cisco.nse":{"source":"iana"},"audio/vnd.cmles.radio-events":{"source":"iana"},"audio/vnd.cns.anp1":{"source":"iana"},"audio/vnd.cns.inf1":{"source":"iana"},"audio/vnd.dece.audio":{"source":"iana","extensions":["uva","uvva"]},"audio/vnd.digital-winds":{"source":"iana","extensions":["eol"]},"audio/vnd.dlna.adts":{"source":"iana"},"audio/vnd.dolby.heaac.1":{"source":"iana"},"audio/vnd.dolby.heaac.2":{"source":"iana"},"audio/vnd.dolby.mlp":{"source":"iana"},"audio/vnd.dolby.mps":{"source":"iana"},"audio/vnd.dolby.pl2":{"source":"iana"},"audio/vnd.dolby.pl2x":{"source":"iana"},"audio/vnd.dolby.pl2z":{"source":"iana"},"audio/vnd.dolby.pulse.1":{"source":"iana"},"audio/vnd.dra":{"source":"iana","extensions":["dra"]},"audio/vnd.dts":{"source":"iana","extensions":["dts"]},"audio/vnd.dts.hd":{"source":"iana","extensions":["dtshd"]},"audio/vnd.dts.uhd":{"source":"iana"},"audio/vnd.dvb.file":{"source":"iana"},"audio/vnd.everad.plj":{"source":"iana"},"audio/vnd.hns.audio":{"source":"iana"},"audio/vnd.lucent.voice":{"source":"iana","extensions":["lvp"]},"audio/vnd.ms-playready.media.pya":{"source":"iana","extensions":["pya"]},"audio/vnd.nokia.mobile-xmf":{"source":"iana"},"audio/vnd.nortel.vbk":{"source":"iana"},"audio/vnd.nuera.ecelp4800":{"source":"iana","extensions":["ecelp4800"]},"audio/vnd.nuera.ecelp7470":{"source":"iana","extensions":["ecelp7470"]},"audio/vnd.nuera.ecelp9600":{"source":"iana","extensions":["ecelp9600"]},"audio/vnd.octel.sbc":{"source":"iana"},"audio/vnd.presonus.multitrack":{"source":"iana"},"audio/vnd.qcelp":{"source":"iana"},"audio/vnd.rhetorex.32kadpcm":{"source":"iana"},"audio/vnd.rip":{"source":"iana","extensions":["rip"]},"audio/vnd.rn-realaudio":{"compressible":false},"audio/vnd.sealedmedia.softseal.mpeg":{"source":"iana"},"audio/vnd.vmx.cvsd":{"source":"iana"},"audio/vnd.wave":{"compressible":false},"audio/vorbis":{"source":"iana","compressible":false},"audio/vorbis-config":{"source":"iana"},"audio/wav":{"compressible":false,"extensions":["wav"]},"audio/wave":{"compressible":false,"extensions":["wav"]},"audio/webm":{"source":"apache","compressible":false,"extensions":["weba"]},"audio/x-aac":{"source":"apache","compressible":false,"extensions":["aac"]},"audio/x-aiff":{"source":"apache","extensions":["aif","aiff","aifc"]},"audio/x-caf":{"source":"apache","compressible":false,"extensions":["caf"]},"audio/x-flac":{"source":"apache","extensions":["flac"]},"audio/x-m4a":{"source":"nginx","extensions":["m4a"]},"audio/x-matroska":{"source":"apache","extensions":["mka"]},"audio/x-mpegurl":{"source":"apache","extensions":["m3u"]},"audio/x-ms-wax":{"source":"apache","extensions":["wax"]},"audio/x-ms-wma":{"source":"apache","extensions":["wma"]},"audio/x-pn-realaudio":{"source":"apache","extensions":["ram","ra"]},"audio/x-pn-realaudio-plugin":{"source":"apache","extensions":["rmp"]},"audio/x-realaudio":{"source":"nginx","extensions":["ra"]},"audio/x-tta":{"source":"apache"},"audio/x-wav":{"source":"apache","extensions":["wav"]},"audio/xm":{"source":"apache","extensions":["xm"]},"chemical/x-cdx":{"source":"apache","extensions":["cdx"]},"chemical/x-cif":{"source":"apache","extensions":["cif"]},"chemical/x-cmdf":{"source":"apache","extensions":["cmdf"]},"chemical/x-cml":{"source":"apache","extensions":["cml"]},"chemical/x-csml":{"source":"apache","extensions":["csml"]},"chemical/x-pdb":{"source":"apache"},"chemical/x-xyz":{"source":"apache","extensions":["xyz"]},"font/collection":{"source":"iana","extensions":["ttc"]},"font/otf":{"source":"iana","compressible":true,"extensions":["otf"]},"font/sfnt":{"source":"iana"},"font/ttf":{"source":"iana","compressible":true,"extensions":["ttf"]},"font/woff":{"source":"iana","extensions":["woff"]},"font/woff2":{"source":"iana","extensions":["woff2"]},"image/aces":{"source":"iana","extensions":["exr"]},"image/apng":{"compressible":false,"extensions":["apng"]},"image/avci":{"source":"iana","extensions":["avci"]},"image/avcs":{"source":"iana","extensions":["avcs"]},"image/avif":{"source":"iana","compressible":false,"extensions":["avif"]},"image/bmp":{"source":"iana","compressible":true,"extensions":["bmp"]},"image/cgm":{"source":"iana","extensions":["cgm"]},"image/dicom-rle":{"source":"iana","extensions":["drle"]},"image/emf":{"source":"iana","extensions":["emf"]},"image/fits":{"source":"iana","extensions":["fits"]},"image/g3fax":{"source":"iana","extensions":["g3"]},"image/gif":{"source":"iana","compressible":false,"extensions":["gif"]},"image/heic":{"source":"iana","extensions":["heic"]},"image/heic-sequence":{"source":"iana","extensions":["heics"]},"image/heif":{"source":"iana","extensions":["heif"]},"image/heif-sequence":{"source":"iana","extensions":["heifs"]},"image/hej2k":{"source":"iana","extensions":["hej2"]},"image/hsj2":{"source":"iana","extensions":["hsj2"]},"image/ief":{"source":"iana","extensions":["ief"]},"image/jls":{"source":"iana","extensions":["jls"]},"image/jp2":{"source":"iana","compressible":false,"extensions":["jp2","jpg2"]},"image/jpeg":{"source":"iana","compressible":false,"extensions":["jpeg","jpg","jpe"]},"image/jph":{"source":"iana","extensions":["jph"]},"image/jphc":{"source":"iana","extensions":["jhc"]},"image/jpm":{"source":"iana","compressible":false,"extensions":["jpm"]},"image/jpx":{"source":"iana","compressible":false,"extensions":["jpx","jpf"]},"image/jxr":{"source":"iana","extensions":["jxr"]},"image/jxra":{"source":"iana","extensions":["jxra"]},"image/jxrs":{"source":"iana","extensions":["jxrs"]},"image/jxs":{"source":"iana","extensions":["jxs"]},"image/jxsc":{"source":"iana","extensions":["jxsc"]},"image/jxsi":{"source":"iana","extensions":["jxsi"]},"image/jxss":{"source":"iana","extensions":["jxss"]},"image/ktx":{"source":"iana","extensions":["ktx"]},"image/ktx2":{"source":"iana","extensions":["ktx2"]},"image/naplps":{"source":"iana"},"image/pjpeg":{"compressible":false},"image/png":{"source":"iana","compressible":false,"extensions":["png"]},"image/prs.btif":{"source":"iana","extensions":["btif"]},"image/prs.pti":{"source":"iana","extensions":["pti"]},"image/pwg-raster":{"source":"iana"},"image/sgi":{"source":"apache","extensions":["sgi"]},"image/svg+xml":{"source":"iana","compressible":true,"extensions":["svg","svgz"]},"image/t38":{"source":"iana","extensions":["t38"]},"image/tiff":{"source":"iana","compressible":false,"extensions":["tif","tiff"]},"image/tiff-fx":{"source":"iana","extensions":["tfx"]},"image/vnd.adobe.photoshop":{"source":"iana","compressible":true,"extensions":["psd"]},"image/vnd.airzip.accelerator.azv":{"source":"iana","extensions":["azv"]},"image/vnd.cns.inf2":{"source":"iana"},"image/vnd.dece.graphic":{"source":"iana","extensions":["uvi","uvvi","uvg","uvvg"]},"image/vnd.djvu":{"source":"iana","extensions":["djvu","djv"]},"image/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"image/vnd.dwg":{"source":"iana","extensions":["dwg"]},"image/vnd.dxf":{"source":"iana","extensions":["dxf"]},"image/vnd.fastbidsheet":{"source":"iana","extensions":["fbs"]},"image/vnd.fpx":{"source":"iana","extensions":["fpx"]},"image/vnd.fst":{"source":"iana","extensions":["fst"]},"image/vnd.fujixerox.edmics-mmr":{"source":"iana","extensions":["mmr"]},"image/vnd.fujixerox.edmics-rlc":{"source":"iana","extensions":["rlc"]},"image/vnd.globalgraphics.pgb":{"source":"iana"},"image/vnd.microsoft.icon":{"source":"iana","compressible":true,"extensions":["ico"]},"image/vnd.mix":{"source":"iana"},"image/vnd.mozilla.apng":{"source":"iana"},"image/vnd.ms-dds":{"compressible":true,"extensions":["dds"]},"image/vnd.ms-modi":{"source":"iana","extensions":["mdi"]},"image/vnd.ms-photo":{"source":"apache","extensions":["wdp"]},"image/vnd.net-fpx":{"source":"iana","extensions":["npx"]},"image/vnd.pco.b16":{"source":"iana","extensions":["b16"]},"image/vnd.radiance":{"source":"iana"},"image/vnd.sealed.png":{"source":"iana"},"image/vnd.sealedmedia.softseal.gif":{"source":"iana"},"image/vnd.sealedmedia.softseal.jpg":{"source":"iana"},"image/vnd.svf":{"source":"iana"},"image/vnd.tencent.tap":{"source":"iana","extensions":["tap"]},"image/vnd.valve.source.texture":{"source":"iana","extensions":["vtf"]},"image/vnd.wap.wbmp":{"source":"iana","extensions":["wbmp"]},"image/vnd.xiff":{"source":"iana","extensions":["xif"]},"image/vnd.zbrush.pcx":{"source":"iana","extensions":["pcx"]},"image/webp":{"source":"apache","extensions":["webp"]},"image/wmf":{"source":"iana","extensions":["wmf"]},"image/x-3ds":{"source":"apache","extensions":["3ds"]},"image/x-cmu-raster":{"source":"apache","extensions":["ras"]},"image/x-cmx":{"source":"apache","extensions":["cmx"]},"image/x-freehand":{"source":"apache","extensions":["fh","fhc","fh4","fh5","fh7"]},"image/x-icon":{"source":"apache","compressible":true,"extensions":["ico"]},"image/x-jng":{"source":"nginx","extensions":["jng"]},"image/x-mrsid-image":{"source":"apache","extensions":["sid"]},"image/x-ms-bmp":{"source":"nginx","compressible":true,"extensions":["bmp"]},"image/x-pcx":{"source":"apache","extensions":["pcx"]},"image/x-pict":{"source":"apache","extensions":["pic","pct"]},"image/x-portable-anymap":{"source":"apache","extensions":["pnm"]},"image/x-portable-bitmap":{"source":"apache","extensions":["pbm"]},"image/x-portable-graymap":{"source":"apache","extensions":["pgm"]},"image/x-portable-pixmap":{"source":"apache","extensions":["ppm"]},"image/x-rgb":{"source":"apache","extensions":["rgb"]},"image/x-tga":{"source":"apache","extensions":["tga"]},"image/x-xbitmap":{"source":"apache","extensions":["xbm"]},"image/x-xcf":{"compressible":false},"image/x-xpixmap":{"source":"apache","extensions":["xpm"]},"image/x-xwindowdump":{"source":"apache","extensions":["xwd"]},"message/cpim":{"source":"iana"},"message/delivery-status":{"source":"iana"},"message/disposition-notification":{"source":"iana","extensions":["disposition-notification"]},"message/external-body":{"source":"iana"},"message/feedback-report":{"source":"iana"},"message/global":{"source":"iana","extensions":["u8msg"]},"message/global-delivery-status":{"source":"iana","extensions":["u8dsn"]},"message/global-disposition-notification":{"source":"iana","extensions":["u8mdn"]},"message/global-headers":{"source":"iana","extensions":["u8hdr"]},"message/http":{"source":"iana","compressible":false},"message/imdn+xml":{"source":"iana","compressible":true},"message/news":{"source":"iana"},"message/partial":{"source":"iana","compressible":false},"message/rfc822":{"source":"iana","compressible":true,"extensions":["eml","mime"]},"message/s-http":{"source":"iana"},"message/sip":{"source":"iana"},"message/sipfrag":{"source":"iana"},"message/tracking-status":{"source":"iana"},"message/vnd.si.simp":{"source":"iana"},"message/vnd.wfa.wsc":{"source":"iana","extensions":["wsc"]},"model/3mf":{"source":"iana","extensions":["3mf"]},"model/e57":{"source":"iana"},"model/gltf+json":{"source":"iana","compressible":true,"extensions":["gltf"]},"model/gltf-binary":{"source":"iana","compressible":true,"extensions":["glb"]},"model/iges":{"source":"iana","compressible":false,"extensions":["igs","iges"]},"model/mesh":{"source":"iana","compressible":false,"extensions":["msh","mesh","silo"]},"model/mtl":{"source":"iana","extensions":["mtl"]},"model/obj":{"source":"iana","extensions":["obj"]},"model/step":{"source":"iana"},"model/step+xml":{"source":"iana","compressible":true,"extensions":["stpx"]},"model/step+zip":{"source":"iana","compressible":false,"extensions":["stpz"]},"model/step-xml+zip":{"source":"iana","compressible":false,"extensions":["stpxz"]},"model/stl":{"source":"iana","extensions":["stl"]},"model/vnd.collada+xml":{"source":"iana","compressible":true,"extensions":["dae"]},"model/vnd.dwf":{"source":"iana","extensions":["dwf"]},"model/vnd.flatland.3dml":{"source":"iana"},"model/vnd.gdl":{"source":"iana","extensions":["gdl"]},"model/vnd.gs-gdl":{"source":"apache"},"model/vnd.gs.gdl":{"source":"iana"},"model/vnd.gtw":{"source":"iana","extensions":["gtw"]},"model/vnd.moml+xml":{"source":"iana","compressible":true},"model/vnd.mts":{"source":"iana","extensions":["mts"]},"model/vnd.opengex":{"source":"iana","extensions":["ogex"]},"model/vnd.parasolid.transmit.binary":{"source":"iana","extensions":["x_b"]},"model/vnd.parasolid.transmit.text":{"source":"iana","extensions":["x_t"]},"model/vnd.pytha.pyox":{"source":"iana"},"model/vnd.rosette.annotated-data-model":{"source":"iana"},"model/vnd.sap.vds":{"source":"iana","extensions":["vds"]},"model/vnd.usdz+zip":{"source":"iana","compressible":false,"extensions":["usdz"]},"model/vnd.valve.source.compiled-map":{"source":"iana","extensions":["bsp"]},"model/vnd.vtu":{"source":"iana","extensions":["vtu"]},"model/vrml":{"source":"iana","compressible":false,"extensions":["wrl","vrml"]},"model/x3d+binary":{"source":"apache","compressible":false,"extensions":["x3db","x3dbz"]},"model/x3d+fastinfoset":{"source":"iana","extensions":["x3db"]},"model/x3d+vrml":{"source":"apache","compressible":false,"extensions":["x3dv","x3dvz"]},"model/x3d+xml":{"source":"iana","compressible":true,"extensions":["x3d","x3dz"]},"model/x3d-vrml":{"source":"iana","extensions":["x3dv"]},"multipart/alternative":{"source":"iana","compressible":false},"multipart/appledouble":{"source":"iana"},"multipart/byteranges":{"source":"iana"},"multipart/digest":{"source":"iana"},"multipart/encrypted":{"source":"iana","compressible":false},"multipart/form-data":{"source":"iana","compressible":false},"multipart/header-set":{"source":"iana"},"multipart/mixed":{"source":"iana"},"multipart/multilingual":{"source":"iana"},"multipart/parallel":{"source":"iana"},"multipart/related":{"source":"iana","compressible":false},"multipart/report":{"source":"iana"},"multipart/signed":{"source":"iana","compressible":false},"multipart/vnd.bint.med-plus":{"source":"iana"},"multipart/voice-message":{"source":"iana"},"multipart/x-mixed-replace":{"source":"iana"},"text/1d-interleaved-parityfec":{"source":"iana"},"text/cache-manifest":{"source":"iana","compressible":true,"extensions":["appcache","manifest"]},"text/calendar":{"source":"iana","extensions":["ics","ifb"]},"text/calender":{"compressible":true},"text/cmd":{"compressible":true},"text/coffeescript":{"extensions":["coffee","litcoffee"]},"text/cql":{"source":"iana"},"text/cql-expression":{"source":"iana"},"text/cql-identifier":{"source":"iana"},"text/css":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["css"]},"text/csv":{"source":"iana","compressible":true,"extensions":["csv"]},"text/csv-schema":{"source":"iana"},"text/directory":{"source":"iana"},"text/dns":{"source":"iana"},"text/ecmascript":{"source":"iana"},"text/encaprtp":{"source":"iana"},"text/enriched":{"source":"iana"},"text/fhirpath":{"source":"iana"},"text/flexfec":{"source":"iana"},"text/fwdred":{"source":"iana"},"text/gff3":{"source":"iana"},"text/grammar-ref-list":{"source":"iana"},"text/html":{"source":"iana","compressible":true,"extensions":["html","htm","shtml"]},"text/jade":{"extensions":["jade"]},"text/javascript":{"source":"iana","compressible":true},"text/jcr-cnd":{"source":"iana"},"text/jsx":{"compressible":true,"extensions":["jsx"]},"text/less":{"compressible":true,"extensions":["less"]},"text/markdown":{"source":"iana","compressible":true,"extensions":["markdown","md"]},"text/mathml":{"source":"nginx","extensions":["mml"]},"text/mdx":{"compressible":true,"extensions":["mdx"]},"text/mizar":{"source":"iana"},"text/n3":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["n3"]},"text/parameters":{"source":"iana","charset":"UTF-8"},"text/parityfec":{"source":"iana"},"text/plain":{"source":"iana","compressible":true,"extensions":["txt","text","conf","def","list","log","in","ini"]},"text/provenance-notation":{"source":"iana","charset":"UTF-8"},"text/prs.fallenstein.rst":{"source":"iana"},"text/prs.lines.tag":{"source":"iana","extensions":["dsc"]},"text/prs.prop.logic":{"source":"iana"},"text/raptorfec":{"source":"iana"},"text/red":{"source":"iana"},"text/rfc822-headers":{"source":"iana"},"text/richtext":{"source":"iana","compressible":true,"extensions":["rtx"]},"text/rtf":{"source":"iana","compressible":true,"extensions":["rtf"]},"text/rtp-enc-aescm128":{"source":"iana"},"text/rtploopback":{"source":"iana"},"text/rtx":{"source":"iana"},"text/sgml":{"source":"iana","extensions":["sgml","sgm"]},"text/shaclc":{"source":"iana"},"text/shex":{"source":"iana","extensions":["shex"]},"text/slim":{"extensions":["slim","slm"]},"text/spdx":{"source":"iana","extensions":["spdx"]},"text/strings":{"source":"iana"},"text/stylus":{"extensions":["stylus","styl"]},"text/t140":{"source":"iana"},"text/tab-separated-values":{"source":"iana","compressible":true,"extensions":["tsv"]},"text/troff":{"source":"iana","extensions":["t","tr","roff","man","me","ms"]},"text/turtle":{"source":"iana","charset":"UTF-8","extensions":["ttl"]},"text/ulpfec":{"source":"iana"},"text/uri-list":{"source":"iana","compressible":true,"extensions":["uri","uris","urls"]},"text/vcard":{"source":"iana","compressible":true,"extensions":["vcard"]},"text/vnd.a":{"source":"iana"},"text/vnd.abc":{"source":"iana"},"text/vnd.ascii-art":{"source":"iana"},"text/vnd.curl":{"source":"iana","extensions":["curl"]},"text/vnd.curl.dcurl":{"source":"apache","extensions":["dcurl"]},"text/vnd.curl.mcurl":{"source":"apache","extensions":["mcurl"]},"text/vnd.curl.scurl":{"source":"apache","extensions":["scurl"]},"text/vnd.debian.copyright":{"source":"iana","charset":"UTF-8"},"text/vnd.dmclientscript":{"source":"iana"},"text/vnd.dvb.subtitle":{"source":"iana","extensions":["sub"]},"text/vnd.esmertec.theme-descriptor":{"source":"iana","charset":"UTF-8"},"text/vnd.familysearch.gedcom":{"source":"iana","extensions":["ged"]},"text/vnd.ficlab.flt":{"source":"iana"},"text/vnd.fly":{"source":"iana","extensions":["fly"]},"text/vnd.fmi.flexstor":{"source":"iana","extensions":["flx"]},"text/vnd.gml":{"source":"iana"},"text/vnd.graphviz":{"source":"iana","extensions":["gv"]},"text/vnd.hans":{"source":"iana"},"text/vnd.hgl":{"source":"iana"},"text/vnd.in3d.3dml":{"source":"iana","extensions":["3dml"]},"text/vnd.in3d.spot":{"source":"iana","extensions":["spot"]},"text/vnd.iptc.newsml":{"source":"iana"},"text/vnd.iptc.nitf":{"source":"iana"},"text/vnd.latex-z":{"source":"iana"},"text/vnd.motorola.reflex":{"source":"iana"},"text/vnd.ms-mediapackage":{"source":"iana"},"text/vnd.net2phone.commcenter.command":{"source":"iana"},"text/vnd.radisys.msml-basic-layout":{"source":"iana"},"text/vnd.senx.warpscript":{"source":"iana"},"text/vnd.si.uricatalogue":{"source":"iana"},"text/vnd.sosi":{"source":"iana"},"text/vnd.sun.j2me.app-descriptor":{"source":"iana","charset":"UTF-8","extensions":["jad"]},"text/vnd.trolltech.linguist":{"source":"iana","charset":"UTF-8"},"text/vnd.wap.si":{"source":"iana"},"text/vnd.wap.sl":{"source":"iana"},"text/vnd.wap.wml":{"source":"iana","extensions":["wml"]},"text/vnd.wap.wmlscript":{"source":"iana","extensions":["wmls"]},"text/vtt":{"source":"iana","charset":"UTF-8","compressible":true,"extensions":["vtt"]},"text/x-asm":{"source":"apache","extensions":["s","asm"]},"text/x-c":{"source":"apache","extensions":["c","cc","cxx","cpp","h","hh","dic"]},"text/x-component":{"source":"nginx","extensions":["htc"]},"text/x-fortran":{"source":"apache","extensions":["f","for","f77","f90"]},"text/x-gwt-rpc":{"compressible":true},"text/x-handlebars-template":{"extensions":["hbs"]},"text/x-java-source":{"source":"apache","extensions":["java"]},"text/x-jquery-tmpl":{"compressible":true},"text/x-lua":{"extensions":["lua"]},"text/x-markdown":{"compressible":true,"extensions":["mkd"]},"text/x-nfo":{"source":"apache","extensions":["nfo"]},"text/x-opml":{"source":"apache","extensions":["opml"]},"text/x-org":{"compressible":true,"extensions":["org"]},"text/x-pascal":{"source":"apache","extensions":["p","pas"]},"text/x-processing":{"compressible":true,"extensions":["pde"]},"text/x-sass":{"extensions":["sass"]},"text/x-scss":{"extensions":["scss"]},"text/x-setext":{"source":"apache","extensions":["etx"]},"text/x-sfv":{"source":"apache","extensions":["sfv"]},"text/x-suse-ymp":{"compressible":true,"extensions":["ymp"]},"text/x-uuencode":{"source":"apache","extensions":["uu"]},"text/x-vcalendar":{"source":"apache","extensions":["vcs"]},"text/x-vcard":{"source":"apache","extensions":["vcf"]},"text/xml":{"source":"iana","compressible":true,"extensions":["xml"]},"text/xml-external-parsed-entity":{"source":"iana"},"text/yaml":{"compressible":true,"extensions":["yaml","yml"]},"video/1d-interleaved-parityfec":{"source":"iana"},"video/3gpp":{"source":"iana","extensions":["3gp","3gpp"]},"video/3gpp-tt":{"source":"iana"},"video/3gpp2":{"source":"iana","extensions":["3g2"]},"video/av1":{"source":"iana"},"video/bmpeg":{"source":"iana"},"video/bt656":{"source":"iana"},"video/celb":{"source":"iana"},"video/dv":{"source":"iana"},"video/encaprtp":{"source":"iana"},"video/ffv1":{"source":"iana"},"video/flexfec":{"source":"iana"},"video/h261":{"source":"iana","extensions":["h261"]},"video/h263":{"source":"iana","extensions":["h263"]},"video/h263-1998":{"source":"iana"},"video/h263-2000":{"source":"iana"},"video/h264":{"source":"iana","extensions":["h264"]},"video/h264-rcdo":{"source":"iana"},"video/h264-svc":{"source":"iana"},"video/h265":{"source":"iana"},"video/iso.segment":{"source":"iana","extensions":["m4s"]},"video/jpeg":{"source":"iana","extensions":["jpgv"]},"video/jpeg2000":{"source":"iana"},"video/jpm":{"source":"apache","extensions":["jpm","jpgm"]},"video/jxsv":{"source":"iana"},"video/mj2":{"source":"iana","extensions":["mj2","mjp2"]},"video/mp1s":{"source":"iana"},"video/mp2p":{"source":"iana"},"video/mp2t":{"source":"iana","extensions":["ts"]},"video/mp4":{"source":"iana","compressible":false,"extensions":["mp4","mp4v","mpg4"]},"video/mp4v-es":{"source":"iana"},"video/mpeg":{"source":"iana","compressible":false,"extensions":["mpeg","mpg","mpe","m1v","m2v"]},"video/mpeg4-generic":{"source":"iana"},"video/mpv":{"source":"iana"},"video/nv":{"source":"iana"},"video/ogg":{"source":"iana","compressible":false,"extensions":["ogv"]},"video/parityfec":{"source":"iana"},"video/pointer":{"source":"iana"},"video/quicktime":{"source":"iana","compressible":false,"extensions":["qt","mov"]},"video/raptorfec":{"source":"iana"},"video/raw":{"source":"iana"},"video/rtp-enc-aescm128":{"source":"iana"},"video/rtploopback":{"source":"iana"},"video/rtx":{"source":"iana"},"video/scip":{"source":"iana"},"video/smpte291":{"source":"iana"},"video/smpte292m":{"source":"iana"},"video/ulpfec":{"source":"iana"},"video/vc1":{"source":"iana"},"video/vc2":{"source":"iana"},"video/vnd.cctv":{"source":"iana"},"video/vnd.dece.hd":{"source":"iana","extensions":["uvh","uvvh"]},"video/vnd.dece.mobile":{"source":"iana","extensions":["uvm","uvvm"]},"video/vnd.dece.mp4":{"source":"iana"},"video/vnd.dece.pd":{"source":"iana","extensions":["uvp","uvvp"]},"video/vnd.dece.sd":{"source":"iana","extensions":["uvs","uvvs"]},"video/vnd.dece.video":{"source":"iana","extensions":["uvv","uvvv"]},"video/vnd.directv.mpeg":{"source":"iana"},"video/vnd.directv.mpeg-tts":{"source":"iana"},"video/vnd.dlna.mpeg-tts":{"source":"iana"},"video/vnd.dvb.file":{"source":"iana","extensions":["dvb"]},"video/vnd.fvt":{"source":"iana","extensions":["fvt"]},"video/vnd.hns.video":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.1dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-1010":{"source":"iana"},"video/vnd.iptvforum.2dparityfec-2005":{"source":"iana"},"video/vnd.iptvforum.ttsavc":{"source":"iana"},"video/vnd.iptvforum.ttsmpeg2":{"source":"iana"},"video/vnd.motorola.video":{"source":"iana"},"video/vnd.motorola.videop":{"source":"iana"},"video/vnd.mpegurl":{"source":"iana","extensions":["mxu","m4u"]},"video/vnd.ms-playready.media.pyv":{"source":"iana","extensions":["pyv"]},"video/vnd.nokia.interleaved-multimedia":{"source":"iana"},"video/vnd.nokia.mp4vr":{"source":"iana"},"video/vnd.nokia.videovoip":{"source":"iana"},"video/vnd.objectvideo":{"source":"iana"},"video/vnd.radgamettools.bink":{"source":"iana"},"video/vnd.radgamettools.smacker":{"source":"iana"},"video/vnd.sealed.mpeg1":{"source":"iana"},"video/vnd.sealed.mpeg4":{"source":"iana"},"video/vnd.sealed.swf":{"source":"iana"},"video/vnd.sealedmedia.softseal.mov":{"source":"iana"},"video/vnd.uvvu.mp4":{"source":"iana","extensions":["uvu","uvvu"]},"video/vnd.vivo":{"source":"iana","extensions":["viv"]},"video/vnd.youtube.yt":{"source":"iana"},"video/vp8":{"source":"iana"},"video/vp9":{"source":"iana"},"video/webm":{"source":"apache","compressible":false,"extensions":["webm"]},"video/x-f4v":{"source":"apache","extensions":["f4v"]},"video/x-fli":{"source":"apache","extensions":["fli"]},"video/x-flv":{"source":"apache","compressible":false,"extensions":["flv"]},"video/x-m4v":{"source":"apache","extensions":["m4v"]},"video/x-matroska":{"source":"apache","compressible":false,"extensions":["mkv","mk3d","mks"]},"video/x-mng":{"source":"apache","extensions":["mng"]},"video/x-ms-asf":{"source":"apache","extensions":["asf","asx"]},"video/x-ms-vob":{"source":"apache","extensions":["vob"]},"video/x-ms-wm":{"source":"apache","extensions":["wm"]},"video/x-ms-wmv":{"source":"apache","compressible":false,"extensions":["wmv"]},"video/x-ms-wmx":{"source":"apache","extensions":["wmx"]},"video/x-ms-wvx":{"source":"apache","extensions":["wvx"]},"video/x-msvideo":{"source":"apache","extensions":["avi"]},"video/x-sgi-movie":{"source":"apache","extensions":["movie"]},"video/x-smv":{"source":"apache","extensions":["smv"]},"x-conference/x-cooltalk":{"source":"apache","extensions":["ice"]},"x-shader/x-fragment":{"compressible":true},"x-shader/x-vertex":{"compressible":true}}')}},i={};function n(e){var r=i[e];if(void 0!==r)return r.exports;var a=i[e]={id:e,loaded:!1,exports:{}};return t[e].call(a.exports,a,a.exports,n),a.loaded=!0,a.exports}n.m=t,n.c=i,n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.f={},n.e=e=>Promise.all(Object.keys(n.f).reduce(((t,i)=>(n.f[i](e,t),t)),[])),n.u=e=>e+".js",n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),e={516:1},n.f.require=(t,i)=>{e[t]||(t=>{var i=t.modules,r=t.ids,a=t.runtime;for(var s in i)n.o(i,s)&&(n.m[s]=i[s]);a&&a(n);for(var o=0;o<r.length;o++)e[r[o]]=1})(require("./"+n.u(t)))};n(n.s=8621)})();